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 | User Submitted Posts |
Version | 20190902 |
Comparing to | |
See all releases |
Code changes from version 20190502 to 20190902
- changelog.txt +10 -10
- languages/usp-ar.mo +0 -0
- languages/usp-ar.po +574 -561
- languages/usp-bn_BD.mo +0 -0
- languages/usp-bn_BD.po +621 -608
- languages/usp-cs_CZ.mo +0 -0
- languages/usp-cs_CZ.po +621 -608
- languages/usp-de_DE.mo +0 -0
- languages/usp-de_DE.po +558 -545
- languages/usp-el.mo +0 -0
- languages/usp-el.po +486 -473
- languages/usp-es_ES.mo +0 -0
- languages/usp-es_ES.po +561 -548
- languages/usp-fa_IR.mo +0 -0
- languages/usp-fa_IR.po +631 -618
- languages/usp-fr_FR.mo +0 -0
- languages/usp-fr_FR.po +445 -432
- languages/usp-ga.mo +0 -0
- languages/usp-ga.po +637 -624
- languages/usp-he_IL.mo +0 -0
- languages/usp-he_IL.po +611 -598
- languages/usp-hi_IN.mo +0 -0
- languages/usp-hi_IN.po +585 -572
- languages/usp-it_IT.mo +0 -0
- languages/usp-it_IT.po +461 -500
changelog.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
This file is formatted with Markdown: https://daringfireball.net/projects/markdown/syntax
|
4 |
|
5 |
-
You can view the file directly, or use a free Markdown editor such as:
|
6 |
|
7 |
More recent changelog info is available in the `readme.txt` file, located in the plugin's root directory.
|
8 |
|
@@ -159,7 +159,7 @@ More recent changelog info is available in the `readme.txt` file, located in the
|
|
159 |
|
160 |
* Cleaned up plugin tags
|
161 |
* Added new Dutch translation (thanks to [Berend](http://botoboto.com/))
|
162 |
-
* Added Italian translation (thanks to [Rosario](
|
163 |
* Replaced icon with retina version
|
164 |
* Added screenshot to readme/docs
|
165 |
* Added retina version of banner
|
@@ -184,7 +184,7 @@ Note: the CSS and JavaScript for the plugin settings page is now moved to their
|
|
184 |
|
185 |
* Added options to auto-display custom fields and images
|
186 |
* "USP" button on Posts screen now displays all USP Posts (not just Pending)
|
187 |
-
* Added Dutch translation (Thanks to [Erik Kroon](
|
188 |
* Added German translation (Thanks to [Michael](https://wordpress.org/support/topic/image-problem-german-translation))
|
189 |
* Added check for `$post` in `usp_is_public_submission()`
|
190 |
* Removed width from `a#usp_add-another` in `usp.css`
|
@@ -194,7 +194,7 @@ Note: the CSS and JavaScript for the plugin settings page is now moved to their
|
|
194 |
* Added setting to enable shortcodes in widgets
|
195 |
* Added `get_currentuserinfo()` where required
|
196 |
* Added `esc_url()` to sanitize URI strings
|
197 |
-
* Removed unnecessary `mail()` headers (Thanks to
|
198 |
* Refined `usp_send_mail_alert()`
|
199 |
* Fixed sending alerts to multiple email addresses
|
200 |
* Added option to disable tracking of IP addresses
|
@@ -257,7 +257,7 @@ Note: the CSS and JavaScript for the plugin settings page is now moved to their
|
|
257 |
* Streamline/fine-tune plugin code
|
258 |
* Adds Text Domain and Domain Path to file header
|
259 |
* Adds alert panel to plugin settings page
|
260 |
-
* Adds Serbo-Croatian translation - thanks [Borisa Djuraskovic](
|
261 |
* Adds Chinese translation - thanks Xing
|
262 |
* Improves error handling
|
263 |
* Improves post author process
|
@@ -299,9 +299,9 @@ Note: the CSS and JavaScript for the plugin settings page is now moved to their
|
|
299 |
* Tested on latest version of WordPress (4.0)
|
300 |
* Increases min-version requirement to 3.7
|
301 |
* Improves layout and styles of plugin settings page
|
302 |
-
* Adds Romanian translation - thanks [Hideg Andras](
|
303 |
* Adds Persian (Farsi) translation - thanks [Pooya Behravesh](http://icomp.ir/)
|
304 |
-
* Adds French translation - thanks [Mirko Humbert](
|
305 |
* Updates default mo/po translation files
|
306 |
* Updates Parsley.js to version 2.0
|
307 |
* Updates usp.css with styles for Parsley 2.0
|
@@ -353,7 +353,7 @@ Note: the CSS and JavaScript for the plugin settings page is now moved to their
|
|
353 |
* Added trailing slash to load_plugin_textdomain()
|
354 |
* Increased WP minimum version requirement from 3.3 to 3.5
|
355 |
* Added popout info about Pro version now available
|
356 |
-
* Added Spanish translation; thanks to [María Iglesias](
|
357 |
* Change CSS for "USP" button to display after the "Filter" button on edit.php
|
358 |
* Added 8px margin to "Empty Trash" button on the Post Trash screen
|
359 |
* Changed handle from "uspContent" to "uspcontent" for wp_editor()
|
@@ -372,7 +372,7 @@ Note: the CSS and JavaScript for the plugin settings page is now moved to their
|
|
372 |
* Added uninstall.php file
|
373 |
* Removed "Δ" from `die()`
|
374 |
* Added "rate this plugin" links
|
375 |
-
* Added Brazilian Portuguese translation; thanks to [Daniel Lemes](
|
376 |
* Added notes about support for multiple email addresses for email alerts
|
377 |
* Increased `line-height` on settings page `<td>` elements
|
378 |
* Added `.inline` class to some plugin settings
|
@@ -401,7 +401,7 @@ Note: the CSS and JavaScript for the plugin settings page is now moved to their
|
|
401 |
* Replace antispam placeholder in submission-form.php
|
402 |
* Improved jQuery for "add another image" functionality
|
403 |
* Added jQuery script to remember form input values via cookies
|
404 |
-
* Added data validation for input fields via Parsley @
|
405 |
* Overview and Updates panels now toggled open by default
|
406 |
* Updated CSS styles for HTML5 and Classic forms
|
407 |
* Improved logic for form verification JavaScript
|
2 |
|
3 |
This file is formatted with Markdown: https://daringfireball.net/projects/markdown/syntax
|
4 |
|
5 |
+
You can view the file directly, or use a free Markdown editor such as: https://dillinger.io/
|
6 |
|
7 |
More recent changelog info is available in the `readme.txt` file, located in the plugin's root directory.
|
8 |
|
159 |
|
160 |
* Cleaned up plugin tags
|
161 |
* Added new Dutch translation (thanks to [Berend](http://botoboto.com/))
|
162 |
+
* Added Italian translation (thanks to [Rosario](https://rosariomonaco.com/))
|
163 |
* Replaced icon with retina version
|
164 |
* Added screenshot to readme/docs
|
165 |
* Added retina version of banner
|
184 |
|
185 |
* Added options to auto-display custom fields and images
|
186 |
* "USP" button on Posts screen now displays all USP Posts (not just Pending)
|
187 |
+
* Added Dutch translation (Thanks to [Erik Kroon](https://www.punchcreative.nl/))
|
188 |
* Added German translation (Thanks to [Michael](https://wordpress.org/support/topic/image-problem-german-translation))
|
189 |
* Added check for `$post` in `usp_is_public_submission()`
|
190 |
* Removed width from `a#usp_add-another` in `usp.css`
|
194 |
* Added setting to enable shortcodes in widgets
|
195 |
* Added `get_currentuserinfo()` where required
|
196 |
* Added `esc_url()` to sanitize URI strings
|
197 |
+
* Removed unnecessary `mail()` headers (Thanks to Jason Hendriks)
|
198 |
* Refined `usp_send_mail_alert()`
|
199 |
* Fixed sending alerts to multiple email addresses
|
200 |
* Added option to disable tracking of IP addresses
|
257 |
* Streamline/fine-tune plugin code
|
258 |
* Adds Text Domain and Domain Path to file header
|
259 |
* Adds alert panel to plugin settings page
|
260 |
+
* Adds Serbo-Croatian translation - thanks [Borisa Djuraskovic](https://www.webhostinghub.com/)
|
261 |
* Adds Chinese translation - thanks Xing
|
262 |
* Improves error handling
|
263 |
* Improves post author process
|
299 |
* Tested on latest version of WordPress (4.0)
|
300 |
* Increases min-version requirement to 3.7
|
301 |
* Improves layout and styles of plugin settings page
|
302 |
+
* Adds Romanian translation - thanks [Hideg Andras](https://www.blue-design.ro/)
|
303 |
* Adds Persian (Farsi) translation - thanks [Pooya Behravesh](http://icomp.ir/)
|
304 |
+
* Adds French translation - thanks [Mirko Humbert](https://www.designer-daily.com/) and [Matthieu Solente](https://www.copier-coller.com/)
|
305 |
* Updates default mo/po translation files
|
306 |
* Updates Parsley.js to version 2.0
|
307 |
* Updates usp.css with styles for Parsley 2.0
|
353 |
* Added trailing slash to load_plugin_textdomain()
|
354 |
* Increased WP minimum version requirement from 3.3 to 3.5
|
355 |
* Added popout info about Pro version now available
|
356 |
+
* Added Spanish translation; thanks to [María Iglesias](https://globalcultura.com/)
|
357 |
* Change CSS for "USP" button to display after the "Filter" button on edit.php
|
358 |
* Added 8px margin to "Empty Trash" button on the Post Trash screen
|
359 |
* Changed handle from "uspContent" to "uspcontent" for wp_editor()
|
372 |
* Added uninstall.php file
|
373 |
* Removed "Δ" from `die()`
|
374 |
* Added "rate this plugin" links
|
375 |
+
* Added Brazilian Portuguese translation; thanks to [Daniel Lemes](https://www.tutoriart.com.br/)
|
376 |
* Added notes about support for multiple email addresses for email alerts
|
377 |
* Increased `line-height` on settings page `<td>` elements
|
378 |
* Added `.inline` class to some plugin settings
|
401 |
* Replace antispam placeholder in submission-form.php
|
402 |
* Improved jQuery for "add another image" functionality
|
403 |
* Added jQuery script to remember form input values via cookies
|
404 |
+
* Added data validation for input fields via Parsley @ https://parsleyjs.org/
|
405 |
* Overview and Updates panels now toggled open by default
|
406 |
* Updated CSS styles for HTML5 and Classic forms
|
407 |
* Improved logic for form verification JavaScript
|
languages/usp-ar.mo
CHANGED
Binary file
|
languages/usp-ar.po
CHANGED
@@ -4,1321 +4,1334 @@ msgstr ""
|
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
-
"Project-Id-Version: USP
|
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:
|
16 |
msgid "requires WordPress "
|
17 |
-
msgstr "يتطلب وورد"
|
18 |
|
19 |
-
#: user-submitted-posts.php:
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
-
msgstr " أو أعلى ،
|
22 |
|
23 |
-
#: user-submitted-posts.php:
|
24 |
msgid "Please return to the"
|
25 |
msgstr "يرجى العودة إلى"
|
26 |
|
27 |
-
#: user-submitted-posts.php:
|
28 |
msgid "WordPress Admin Area"
|
29 |
-
msgstr "وورد الادارية
|
30 |
|
31 |
-
#: user-submitted-posts.php:
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
msgstr "لترقية WordPress وحاول مرة أخرى."
|
34 |
|
35 |
-
#: user-submitted-posts.php:
|
36 |
msgid "User Submitted Post"
|
37 |
-
msgstr "المستخدم
|
38 |
|
39 |
-
#: user-submitted-posts.php:
|
40 |
msgid "User Submitted Post Info"
|
41 |
-
msgstr "
|
42 |
|
43 |
-
#: user-submitted-posts.php:
|
44 |
msgid "Submitter Name: "
|
45 |
-
msgstr "اسم مقدم
|
46 |
|
47 |
-
#: user-submitted-posts.php:
|
48 |
msgid "Submitter Email: "
|
49 |
-
msgstr "
|
50 |
|
51 |
-
#: user-submitted-posts.php:
|
52 |
msgid "Submitter URL: "
|
53 |
-
msgstr "عنوان URL
|
54 |
|
55 |
-
#: user-submitted-posts.php:
|
56 |
msgid "Submitter IP: "
|
57 |
-
msgstr "
|
58 |
|
59 |
-
#: user-submitted-posts.php:
|
60 |
msgid "Show USP Posts"
|
61 |
-
msgstr "
|
62 |
|
63 |
-
#: user-submitted-posts.php:
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
-
#: user-submitted-posts.php:
|
68 |
msgid " files required"
|
69 |
msgstr " الملفات المطلوبة"
|
70 |
|
71 |
-
#: user-submitted-posts.php:
|
72 |
msgid " file required"
|
73 |
msgstr " الملف المطلوب"
|
74 |
|
75 |
-
#: user-submitted-posts.php:
|
76 |
msgid " files"
|
77 |
msgstr " ملفات"
|
78 |
|
79 |
-
#: user-submitted-posts.php:
|
80 |
msgid " file"
|
81 |
msgstr " ملف"
|
82 |
|
83 |
-
#: user-submitted-posts.php:
|
84 |
-
#: user-submitted-posts.php:
|
85 |
msgid " pixels"
|
86 |
msgstr " بكسل"
|
87 |
|
88 |
-
#: user-submitted-posts.php:
|
89 |
-
#: library/plugin-settings.php:
|
90 |
-
#: library/plugin-settings.php:
|
91 |
msgid "Custom Field"
|
92 |
msgstr "حقل مخصص"
|
93 |
|
94 |
-
#: user-submitted-posts.php:
|
95 |
msgid "Custom checkbox required"
|
96 |
msgstr "خانة الاختيار المخصصة المطلوبة"
|
97 |
|
98 |
-
#: user-submitted-posts.php:
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
msgstr "حدث خطأ. الرجاء العودة والمحاولة مجددا."
|
101 |
|
102 |
-
#: user-submitted-posts.php:
|
103 |
msgid "User login required"
|
104 |
msgstr "تسجيل دخول المستخدم مطلوب"
|
105 |
|
106 |
-
#: user-submitted-posts.php:
|
107 |
msgid "User name required"
|
108 |
msgstr "اسم المستخدم (مطلوب"
|
109 |
|
110 |
-
#: user-submitted-posts.php:
|
111 |
msgid "Post title required"
|
112 |
-
msgstr "عنوان
|
113 |
|
114 |
-
#: user-submitted-posts.php:
|
115 |
msgid "User URL required"
|
116 |
msgstr "عنوان URL المستخدم مطلوب"
|
117 |
|
118 |
-
#: user-submitted-posts.php:
|
119 |
msgid "Post tags required"
|
120 |
-
msgstr "
|
121 |
|
122 |
-
#: user-submitted-posts.php:
|
123 |
msgid "Post category required"
|
124 |
-
msgstr "فئة
|
125 |
|
126 |
-
#: user-submitted-posts.php:
|
127 |
msgid "Post content required"
|
128 |
-
msgstr "
|
129 |
|
130 |
-
#: user-submitted-posts.php:
|
131 |
msgid "Correct captcha required"
|
132 |
-
msgstr "
|
133 |
|
134 |
-
#: user-submitted-posts.php:
|
135 |
msgid "User email required"
|
136 |
-
msgstr "البريد الإلكتروني
|
137 |
|
138 |
-
#: user-submitted-posts.php:
|
139 |
msgid "Please check your email and try again"
|
140 |
msgstr "يرجى التحقق من بريدك الإلكتروني والمحاولة مرة أخرى"
|
141 |
|
142 |
-
#: user-submitted-posts.php:
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
msgstr "قيمة غير فارغة للحقل المخفي"
|
145 |
|
146 |
-
#: user-submitted-posts.php:
|
147 |
msgid "Minimum number of images not met"
|
148 |
-
msgstr "الحد الأدنى
|
149 |
|
150 |
-
#: user-submitted-posts.php:
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
-
msgstr "تم تجاوز
|
153 |
|
154 |
-
#: user-submitted-posts.php:
|
155 |
msgid "Minimum image width not met"
|
156 |
-
msgstr "
|
157 |
|
158 |
-
#: user-submitted-posts.php:
|
159 |
msgid "Image width exceeds maximum"
|
160 |
msgstr "عرض الصورة يتجاوز الحد الأقصى"
|
161 |
|
162 |
-
#: user-submitted-posts.php:
|
163 |
msgid "Minimum image height not met"
|
164 |
-
msgstr "
|
165 |
|
166 |
-
#: user-submitted-posts.php:
|
167 |
msgid "Image height exceeds maximum"
|
168 |
-
msgstr "
|
169 |
|
170 |
-
#: user-submitted-posts.php:
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
msgstr "نوع الملف غير مسموح به (يرجى تحميل الصور فقط)"
|
173 |
|
174 |
-
#: user-submitted-posts.php:
|
175 |
msgid " required"
|
176 |
msgstr " مطلوب"
|
177 |
|
178 |
-
#: user-submitted-posts.php:
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
-
msgstr "
|
181 |
|
182 |
-
#: user-submitted-posts.php:
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
msgstr "لا يمكن تحميل الملف (الملفات)"
|
185 |
|
186 |
-
#: user-submitted-posts.php:
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
-
msgstr "
|
189 |
|
190 |
-
#: user-submitted-posts.php:
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
msgstr "عنوان آخر مكرر. حاول مرة اخرى."
|
193 |
|
194 |
-
#: user-submitted-posts.php:
|
195 |
msgid "Error: "
|
196 |
-
msgstr "خطأ:"
|
197 |
|
198 |
-
#: user-submitted-posts.php:
|
199 |
msgid "Return to form"
|
200 |
msgstr "العودة إلى النموذج"
|
201 |
|
202 |
-
#: user-submitted-posts.php:
|
203 |
msgid "Please"
|
204 |
msgstr "رجاء"
|
205 |
|
206 |
-
#: user-submitted-posts.php:
|
207 |
msgid "log in"
|
208 |
msgstr "تسجيل الدخول"
|
209 |
|
210 |
-
#: user-submitted-posts.php:
|
211 |
msgid "to submit content!"
|
212 |
msgstr "لتقديم المحتوى!"
|
213 |
|
214 |
-
#: views/submission-form.php:
|
215 |
msgid "Please complete the required fields."
|
216 |
-
msgstr "يرجى
|
217 |
|
218 |
-
#: views/submission-form.php:
|
219 |
-
#: views/submission-form-alt.php:
|
220 |
msgid "Your Name"
|
221 |
msgstr "اسمك"
|
222 |
|
223 |
-
#: views/submission-form.php:
|
224 |
-
#: views/submission-form-alt.php:
|
225 |
msgid "Your URL"
|
226 |
msgstr "عنوان URL الخاص بك"
|
227 |
|
228 |
-
#: views/submission-form.php:
|
229 |
-
#: views/submission-form-alt.php:
|
230 |
msgid "Your Email"
|
231 |
msgstr "بريدك الالكتروني"
|
232 |
|
233 |
-
#: views/submission-form.php:
|
234 |
-
#: views/submission-form-alt.php:
|
235 |
-
#: library/plugin-settings.php:
|
236 |
msgid "Post Title"
|
237 |
msgstr "عنوان المشاركة"
|
238 |
|
239 |
-
#: views/submission-form.php:
|
240 |
-
#: views/submission-form-alt.php:
|
241 |
-
#: library/plugin-settings.php:
|
242 |
msgid "Post Tags"
|
243 |
-
msgstr "
|
244 |
|
245 |
-
#: views/submission-form.php:
|
246 |
msgid "Antispam Question"
|
247 |
msgstr "مكافحة البريد التطفلي السؤال"
|
248 |
|
249 |
-
#: views/submission-form.php:
|
250 |
-
#: library/plugin-settings.php:
|
251 |
msgid "Post Category"
|
252 |
-
msgstr "
|
253 |
|
254 |
-
#: views/submission-form.php:
|
|
|
255 |
msgid "Please select a category.."
|
256 |
msgstr "الرجاء تحديد الفئة.."
|
257 |
|
258 |
-
#: views/submission-form.php:
|
259 |
-
#: views/submission-form-alt.php:
|
260 |
-
#: library/plugin-settings.php:
|
261 |
msgid "Post Content"
|
262 |
msgstr "آخر المحتوى"
|
263 |
|
264 |
-
#: views/submission-form.php:
|
265 |
msgid "Verification"
|
266 |
msgstr "التحقق"
|
267 |
|
268 |
-
#: views/submission-form.php:
|
269 |
msgid "Upload an Image"
|
270 |
msgstr "تحميل صورة"
|
271 |
|
272 |
-
#: views/submission-form.php:
|
273 |
msgid "Add another image"
|
274 |
msgstr "أضف صورة أخرى"
|
275 |
|
276 |
-
#: views/submission-form.php:
|
277 |
msgid "Human verification: leave this field empty."
|
278 |
msgstr "التحقق البشري: اترك هذا الحقل فارغًا."
|
279 |
|
280 |
-
#: views/submission-form.php:
|
281 |
msgid "Submit Post"
|
282 |
msgstr "إرسال المشاركة"
|
283 |
|
|
|
|
|
|
|
|
|
284 |
#: library/shortcode-misc.php:18
|
285 |
msgid "Reset form"
|
286 |
msgstr "إعادة تعيين النموذج"
|
287 |
|
288 |
#: library/shortcode-misc.php:128
|
289 |
msgid "View full post"
|
290 |
-
msgstr "عرض
|
291 |
-
|
292 |
-
#: library/support-panel.php:52
|
293 |
-
msgid "Perishable Press Books"
|
294 |
-
msgstr "كتب الصحافة القابلة للتلف"
|
295 |
-
|
296 |
-
#: library/support-panel.php:53
|
297 |
-
msgid "Plugin Planet"
|
298 |
-
msgstr "البرنامج المساعد الكوكب"
|
299 |
-
|
300 |
-
#: library/support-panel.php:54
|
301 |
-
msgid "Donate via PayPal"
|
302 |
-
msgstr "تبرع عبر PayPal"
|
303 |
-
|
304 |
-
#: library/support-panel.php:56
|
305 |
-
msgid "books"
|
306 |
-
msgstr "الكتب"
|
307 |
-
|
308 |
-
#: library/support-panel.php:57
|
309 |
-
msgid "plugins"
|
310 |
-
msgstr "الإضافات"
|
311 |
-
|
312 |
-
#: library/support-panel.php:58
|
313 |
-
msgid "donation"
|
314 |
-
msgstr "هبة"
|
315 |
-
|
316 |
-
#: library/support-panel.php:60
|
317 |
-
msgid "Thank you for using"
|
318 |
-
msgstr "شكرا لأستخدامك"
|
319 |
-
|
320 |
-
#: library/support-panel.php:61
|
321 |
-
msgid "Please show support by purchasing one of my"
|
322 |
-
msgstr "يرجى إظهار الدعم من خلال شراء واحدة من بلدي"
|
323 |
-
|
324 |
-
#: library/support-panel.php:62
|
325 |
-
msgid "or"
|
326 |
-
msgstr "أو"
|
327 |
-
|
328 |
-
#: library/support-panel.php:62
|
329 |
-
msgid "or by making a"
|
330 |
-
msgstr "أو عن طريق صنع"
|
331 |
-
|
332 |
-
#: library/support-panel.php:63
|
333 |
-
msgid "Your generous support helps future development of"
|
334 |
-
msgstr "دعمك السخي يساعد على تطوير المستقبل"
|
335 |
-
|
336 |
-
#: library/support-panel.php:64
|
337 |
-
msgid "and is greatly appreciated."
|
338 |
-
msgstr "ويتم تقديره للغاية."
|
339 |
-
|
340 |
-
#: library/support-panel.php:66
|
341 |
-
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
342 |
-
msgstr "يساعدني أي حجم التبرع في مواصلة تطوير هذا البرنامج المساعد المجاني وموارد WordPress الرائعة."
|
343 |
|
344 |
-
#: library/
|
345 |
-
msgid "
|
346 |
-
msgstr "
|
347 |
|
348 |
-
#: library/plugin-settings.php:
|
349 |
msgid "Get USP Pro for unlimited forms!"
|
350 |
msgstr "احصل على USP Pro لأشكال غير محدودة!"
|
351 |
|
352 |
-
#: library/plugin-settings.php:
|
353 |
msgid "Go Pro"
|
354 |
-
msgstr "
|
355 |
|
356 |
-
#: library/plugin-settings.php:
|
357 |
-
|
358 |
-
msgstr "الإعدادات"
|
359 |
-
|
360 |
-
#: library/plugin-settings.php:55 library/plugin-settings.php:1007
|
361 |
-
#: library/plugin-settings.php:1595
|
362 |
msgid "Plugin Homepage"
|
363 |
-
msgstr "
|
364 |
|
365 |
-
#: library/plugin-settings.php:
|
366 |
msgid "Homepage"
|
367 |
msgstr "الصفحة الرئيسية"
|
368 |
|
369 |
-
#: library/plugin-settings.php:
|
370 |
msgid "Give USP a 5-star rating at WordPress.org"
|
371 |
-
msgstr "
|
372 |
|
373 |
-
#: library/plugin-settings.php:
|
374 |
msgid "Rate this plugin »"
|
375 |
-
msgstr "
|
376 |
|
377 |
-
#: library/plugin-settings.php:
|
378 |
msgid "WP Post (recommended)"
|
379 |
-
msgstr "
|
380 |
|
381 |
-
#: library/plugin-settings.php:
|
382 |
msgid "WP Page"
|
383 |
-
msgstr "
|
384 |
|
385 |
-
#: library/plugin-settings.php:
|
386 |
msgid "HTML5 Form + Default CSS"
|
387 |
-
msgstr "HTML5
|
388 |
|
389 |
-
#: library/plugin-settings.php:
|
390 |
msgid "(Recommended)"
|
391 |
msgstr "(موصى به)"
|
392 |
|
393 |
-
#: library/plugin-settings.php:
|
394 |
msgid "HTML5 Form + Disable CSS"
|
395 |
-
msgstr "HTML5
|
396 |
|
397 |
-
#: library/plugin-settings.php:
|
398 |
msgid "(Provide your own styles)"
|
399 |
-
msgstr "(
|
400 |
|
401 |
-
#: library/plugin-settings.php:
|
402 |
msgid "Custom Form + Custom CSS"
|
403 |
-
msgstr "نموذج مخصص + مخصص
|
404 |
|
405 |
-
#: library/plugin-settings.php:
|
406 |
msgid "(Provide your own form template & styles)"
|
407 |
-
msgstr "(
|
408 |
|
409 |
-
#: library/plugin-settings.php:
|
410 |
-
#: library/plugin-settings.php:
|
411 |
msgid "Auto-display before post content"
|
412 |
-
msgstr "
|
413 |
|
414 |
-
#: library/plugin-settings.php:
|
415 |
-
#: library/plugin-settings.php:
|
416 |
msgid "Auto-display after post content"
|
417 |
-
msgstr "
|
418 |
|
419 |
-
#: library/plugin-settings.php:
|
420 |
msgid "Do not auto-display submitted images"
|
421 |
-
msgstr "لا
|
422 |
|
423 |
-
#: library/plugin-settings.php:
|
424 |
msgid "Do not auto-display submitted email"
|
425 |
-
msgstr "لا
|
426 |
|
427 |
-
#: library/plugin-settings.php:
|
428 |
msgid "Do not auto-display submitted URL"
|
429 |
-
msgstr "لا
|
430 |
|
431 |
-
#: library/plugin-settings.php:
|
432 |
msgid "Do not auto-display the Custom Field"
|
433 |
-
msgstr "لا تقم بعرض الحقل المخصص
|
434 |
|
435 |
-
#: library/plugin-settings.php:
|
436 |
-
#: library/plugin-settings.php:
|
437 |
-
msgid "
|
438 |
-
msgstr "
|
439 |
|
440 |
-
#: library/plugin-settings.php:
|
441 |
-
msgid "
|
442 |
-
msgstr "
|
443 |
|
444 |
-
#: library/plugin-settings.php:
|
445 |
-
#: library/plugin-settings.php:
|
446 |
msgid "Disable this field"
|
447 |
msgstr "تعطيل هذا المجال"
|
448 |
|
449 |
-
#: library/plugin-settings.php:
|
450 |
-
#: library/plugin-settings.php:
|
451 |
msgid "(Visit"
|
452 |
msgstr "(يزور"
|
453 |
|
454 |
-
#: library/plugin-settings.php:
|
455 |
-
#: library/plugin-settings.php:
|
456 |
msgid "to configure options)"
|
457 |
-
msgstr "
|
458 |
|
459 |
-
#: library/plugin-settings.php:
|
460 |
-
#: library/plugin-settings.php:
|
461 |
msgid "Challenge Question"
|
462 |
msgstr "سؤال تحدي"
|
463 |
|
464 |
-
#: library/plugin-settings.php:
|
465 |
-
#: library/plugin-settings.php:
|
466 |
msgid "Google reCAPTCHA"
|
467 |
msgstr "جوجل reCAPTCHA"
|
468 |
|
469 |
-
#: library/plugin-settings.php:
|
470 |
msgid "Post Images"
|
471 |
msgstr "نشر الصور"
|
472 |
|
473 |
-
#: library/plugin-settings.php:
|
474 |
-
msgid "
|
475 |
-
msgstr "
|
476 |
|
477 |
-
#: library/plugin-settings.php:
|
478 |
msgid "Disable"
|
479 |
msgstr "تعطيل"
|
480 |
|
481 |
-
#: library/plugin-settings.php:
|
482 |
msgid "Image Uploads"
|
483 |
msgstr "تحميل الصور"
|
484 |
|
485 |
-
#: library/plugin-settings.php:
|
486 |
msgid "Draft"
|
487 |
msgstr "مشروع"
|
488 |
|
489 |
-
#: library/plugin-settings.php:
|
490 |
msgid "Pending (default)"
|
491 |
msgstr "معلق (افتراضي)"
|
492 |
|
493 |
-
#: library/plugin-settings.php:
|
494 |
msgid "Publish immediately"
|
495 |
msgstr "نشر على الفور"
|
496 |
|
497 |
-
#: library/plugin-settings.php:
|
498 |
msgid "Publish after 1 approved post"
|
499 |
-
msgstr "نشر بعد 1 وظيفة
|
500 |
|
501 |
-
#: library/plugin-settings.php:
|
502 |
msgid "Publish after "
|
503 |
-
msgstr "
|
504 |
|
505 |
-
#: library/plugin-settings.php:
|
506 |
msgid " approved posts"
|
507 |
msgstr " المشاركات المعتمدة"
|
508 |
|
509 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
510 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
511 |
-
msgstr "كان هناك خطأ. يرجى التأكد من أنك
|
512 |
|
513 |
-
#: library/plugin-settings.php:
|
514 |
msgid "Please select your image(s) to upload."
|
515 |
-
msgstr "يرجى اختيار صورك
|
516 |
|
517 |
-
#: library/plugin-settings.php:
|
518 |
msgid "Success! Thank you for your submission."
|
519 |
msgstr "نجاح! شكرا لتقريركم."
|
520 |
|
521 |
-
#: library/plugin-settings.php:
|
522 |
msgid "Email"
|
523 |
msgstr "البريد الإلكتروني"
|
524 |
|
525 |
-
#: library/plugin-settings.php:
|
526 |
msgid "URL"
|
527 |
msgstr "URL"
|
528 |
|
529 |
-
#: library/plugin-settings.php:
|
530 |
msgid "Toggle all panels"
|
531 |
-
msgstr "تبديل
|
532 |
|
533 |
-
#: library/plugin-settings.php:
|
534 |
msgid "We need your support!"
|
535 |
msgstr "نحن بحاجة إلى دعمكم!"
|
536 |
|
537 |
-
#: library/plugin-settings.php:
|
538 |
msgid "Make a donation via PayPal"
|
539 |
-
msgstr "
|
540 |
|
541 |
-
#: library/plugin-settings.php:
|
542 |
msgid "make a donation"
|
543 |
msgstr "التبرع"
|
544 |
|
545 |
-
#: library/plugin-settings.php:
|
546 |
msgid "and/or"
|
547 |
msgstr "و / أو"
|
548 |
|
549 |
-
#: library/plugin-settings.php:
|
550 |
msgid "Rate and review at the Plugin Directory"
|
551 |
-
msgstr "
|
552 |
|
553 |
-
#: library/plugin-settings.php:
|
554 |
msgid "give this plugin a 5-star rating"
|
555 |
-
msgstr "
|
556 |
|
557 |
-
#: library/plugin-settings.php:
|
558 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
559 |
-
msgstr "
|
560 |
|
561 |
-
#: library/plugin-settings.php:
|
562 |
msgid "Check this box if you have shown support"
|
563 |
msgstr "حدد هذا المربع إذا كنت قد أظهرت الدعم"
|
564 |
|
565 |
-
#: library/plugin-settings.php:
|
566 |
msgid "Overview"
|
567 |
msgstr "نظرة عامة"
|
568 |
|
569 |
-
#: library/plugin-settings.php:
|
570 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
571 |
-
msgstr "
|
572 |
|
573 |
-
#: library/plugin-settings.php:
|
574 |
msgid "For advanced functionality and unlimited forms, check out"
|
575 |
msgstr "للحصول على وظائف متقدمة وأشكال غير محدودة ، راجع"
|
576 |
|
577 |
-
#: library/plugin-settings.php:
|
578 |
msgid "USP Pro"
|
579 |
msgstr "USP Pro"
|
580 |
|
581 |
-
#: library/plugin-settings.php:
|
582 |
msgid "— the ultimate solution for user-generated content."
|
583 |
-
msgstr "و[مدش]؛ الحل النهائي للمحتوى
|
584 |
|
585 |
-
#: library/plugin-settings.php:
|
586 |
msgid "Plugin Settings"
|
587 |
msgstr "إعدادات البرنامج المساعد"
|
588 |
|
589 |
-
#: library/plugin-settings.php:
|
590 |
msgid "Display the form"
|
591 |
msgstr "عرض النموذج"
|
592 |
|
593 |
-
#: library/plugin-settings.php:
|
594 |
msgid "If you like this plugin, please"
|
595 |
-
msgstr "إذا كنت
|
596 |
|
597 |
-
#: library/plugin-settings.php:
|
598 |
msgid "THANK YOU for your support!"
|
599 |
msgstr "شكرا لدعمكم!"
|
600 |
|
601 |
-
#: library/plugin-settings.php:
|
602 |
msgid "give it a 5-star rating"
|
603 |
-
msgstr "
|
604 |
|
605 |
-
#: library/plugin-settings.php:
|
606 |
msgid "Unlimited front-end forms"
|
607 |
-
msgstr "أشكال
|
608 |
|
609 |
-
#: library/plugin-settings.php:
|
610 |
msgid "Get USP Pro"
|
611 |
msgstr "احصل على USP Pro"
|
612 |
|
613 |
-
#: library/plugin-settings.php:
|
614 |
msgid "Configure your settings for User Submitted Posts."
|
615 |
-
msgstr "قم بتكوين الإعدادات الخاصة
|
616 |
|
617 |
-
#: library/plugin-settings.php:
|
618 |
msgid "Form Fields"
|
619 |
msgstr "حقول النموذج"
|
620 |
|
621 |
-
#: library/plugin-settings.php:
|
622 |
msgid "User Name"
|
623 |
msgstr "اسم المستخدم"
|
624 |
|
625 |
-
#: library/plugin-settings.php:
|
626 |
msgid "User Email"
|
627 |
msgstr "البريد الالكتروني للمستخدم"
|
628 |
|
629 |
-
#: library/plugin-settings.php:
|
630 |
msgid "User URL"
|
631 |
msgstr "عنوان URL للمستخدم"
|
632 |
|
633 |
-
#: library/plugin-settings.php:
|
634 |
msgid "General Settings"
|
635 |
msgstr "الاعدادات العامة"
|
636 |
|
637 |
-
#: library/plugin-settings.php:
|
638 |
msgid "Note that the default settings work fine for most cases."
|
639 |
msgstr "لاحظ أن الإعدادات الافتراضية تعمل بشكل جيد لمعظم الحالات."
|
640 |
|
641 |
-
#: library/plugin-settings.php:
|
642 |
msgid "Form Style"
|
643 |
msgstr "نمط النموذج"
|
644 |
|
645 |
-
#: library/plugin-settings.php:
|
646 |
msgid "With this option, you can copy the plugin’s default templates:"
|
647 |
msgstr "باستخدام هذا الخيار ، يمكنك نسخ القوالب الافتراضية للمكون الإضافي:"
|
648 |
|
649 |
-
#: library/plugin-settings.php:
|
650 |
msgid "..and upload them into a directory named"
|
651 |
-
msgstr "..
|
652 |
|
653 |
-
#: library/plugin-settings.php:
|
654 |
msgid "in your theme:"
|
655 |
-
msgstr "في
|
656 |
|
657 |
-
#: library/plugin-settings.php:
|
658 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
659 |
-
msgstr "سيمكنك ذلك من تخصيص النموذج
|
660 |
|
661 |
-
#: library/plugin-settings.php:
|
662 |
msgid "Installation Docs"
|
663 |
msgstr "مستندات التثبيت"
|
664 |
|
665 |
-
#: library/plugin-settings.php:
|
666 |
msgid "FYI: here is a"
|
667 |
msgstr "لمعلوماتك: هنا هو"
|
668 |
|
669 |
-
#: library/plugin-settings.php:
|
670 |
msgid "list of USP CSS selectors"
|
671 |
-
msgstr "قائمة
|
672 |
|
673 |
-
#: library/plugin-settings.php:
|
674 |
msgid "Include JavaScript"
|
675 |
-
msgstr "
|
676 |
|
677 |
-
#: library/plugin-settings.php:
|
678 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
679 |
-
msgstr "حدد هذا المربع إذا كنت تريد تضمين ملفات
|
680 |
|
681 |
-
#: library/plugin-settings.php:
|
682 |
msgid "Targeted Loading"
|
683 |
-
msgstr "
|
684 |
|
685 |
-
#: library/plugin-settings.php:
|
686 |
-
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
|
687 |
-
msgstr "
|
688 |
|
689 |
-
#: library/plugin-settings.php:
|
690 |
msgid "Post Type"
|
691 |
msgstr "نوع آخر"
|
692 |
|
693 |
-
#: library/plugin-settings.php:
|
694 |
msgid "Submit posts as WP Posts or Pages"
|
695 |
-
msgstr "إرسال
|
696 |
|
697 |
-
#: library/plugin-settings.php:
|
698 |
msgid "Post Status"
|
699 |
msgstr "وضع آخر"
|
700 |
|
701 |
-
#: library/plugin-settings.php:
|
702 |
msgid "Post Status for submitted posts"
|
703 |
-
msgstr "حالة
|
704 |
|
705 |
-
#: library/plugin-settings.php:
|
706 |
msgid "Redirect URL"
|
707 |
msgstr "إعادة توجيه URL"
|
708 |
|
709 |
-
#: library/plugin-settings.php:
|
710 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
711 |
-
msgstr "حدد عنوان URL لإعادة توجيه المستخدم بعد الإرسال.
|
712 |
|
713 |
-
#: library/plugin-settings.php:
|
714 |
msgid "Success Message"
|
715 |
msgstr "نجاح رسالة"
|
716 |
|
717 |
-
#: library/plugin-settings.php:
|
718 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
719 |
-
msgstr "رسالة النجاح التي يتم عرضها في حالة نجاح
|
720 |
|
721 |
-
#: library/plugin-settings.php:
|
722 |
msgid "Error Message"
|
723 |
msgstr "رسالة خطأ"
|
724 |
|
725 |
-
#: library/plugin-settings.php:
|
726 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
727 |
-
msgstr "رسالة
|
728 |
|
729 |
-
#: library/plugin-settings.php:
|
730 |
msgid "Custom Content"
|
731 |
msgstr "محتوى مخصص"
|
732 |
|
733 |
-
#: library/plugin-settings.php:
|
734 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
735 |
msgstr "نص / ترميز مخصص ليتم تضمينه قبل نموذج التقديم. اتركه فارغًا لتعطيله."
|
736 |
|
737 |
-
#: library/plugin-settings.php:
|
738 |
msgid "Rich Text Editor"
|
739 |
msgstr "معالج النصوص"
|
740 |
|
741 |
-
#: library/plugin-settings.php:
|
742 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
743 |
-
msgstr "
|
744 |
|
745 |
-
#: library/plugin-settings.php:
|
746 |
msgid "Unique Titles"
|
747 |
-
msgstr "
|
748 |
|
749 |
-
#: library/plugin-settings.php:
|
750 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
751 |
-
msgstr "طلب أن تكون عناوين
|
752 |
|
753 |
-
#: library/plugin-settings.php:
|
754 |
msgid "Disable Required"
|
755 |
-
msgstr "تعطيل
|
756 |
|
757 |
-
#: library/plugin-settings.php:
|
758 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
759 |
-
msgstr "
|
760 |
|
761 |
-
#: library/plugin-settings.php:
|
762 |
msgid "Enable Shortcodes"
|
763 |
-
msgstr "تمكين الرموز
|
764 |
|
765 |
-
#: library/plugin-settings.php:
|
766 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
767 |
-
msgstr "تمكين الرموز القصيرة في الحاجيات. بشكل افتراضي ، لا يقوم WordPress بتمكين الرموز
|
768 |
|
769 |
-
#: library/plugin-settings.php:
|
770 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
771 |
-
msgstr "يمكّن هذا الإعداد أي / جميع الرموز
|
772 |
|
773 |
-
#: library/plugin-settings.php:
|
774 |
-
msgid "
|
775 |
-
msgstr "
|
776 |
|
777 |
-
#: library/plugin-settings.php:
|
778 |
msgid "Disable IP Tracking"
|
779 |
msgstr "تعطيل تتبع IP"
|
780 |
|
781 |
-
#: library/plugin-settings.php:
|
782 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
783 |
-
msgstr "بشكل افتراضي ، يسجل USP عنوان IP مع كل
|
784 |
|
785 |
-
#: library/plugin-settings.php:
|
786 |
msgid "Display Checkbox"
|
787 |
msgstr "عرض مربع الاختيار"
|
788 |
|
789 |
-
#: library/plugin-settings.php:
|
790 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
791 |
-
msgstr "عرض
|
792 |
|
793 |
-
#: library/plugin-settings.php:
|
794 |
msgid "Checkbox Name"
|
795 |
-
msgstr "اسم
|
796 |
|
797 |
-
#: library/plugin-settings.php:
|
798 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
799 |
-
msgstr "
|
800 |
|
801 |
-
#: library/plugin-settings.php:
|
802 |
msgid "Checkbox Error"
|
803 |
msgstr "خطأ في مربع الاختيار"
|
804 |
|
805 |
-
#: library/plugin-settings.php:
|
806 |
msgid "Error message displayed if user does not check the box."
|
807 |
-
msgstr "تظهر رسالة
|
808 |
|
809 |
-
#: library/plugin-settings.php:
|
810 |
msgid "Checkbox Text"
|
811 |
msgstr "نص مربع الاختيار"
|
812 |
|
813 |
-
#: library/plugin-settings.php:
|
814 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
815 |
-
msgstr "النص المعروض
|
816 |
|
817 |
-
#: library/plugin-settings.php:
|
818 |
msgid "Categories"
|
819 |
msgstr "الاقسام"
|
820 |
|
821 |
-
#: library/plugin-settings.php:
|
822 |
-
msgid "
|
823 |
-
msgstr "
|
824 |
|
825 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
826 |
msgid "Hidden/Default Category"
|
827 |
msgstr "مخفي / الفئة الافتراضية"
|
828 |
|
829 |
-
#: library/plugin-settings.php:
|
830 |
-
msgid "Use a hidden field for the post category. This
|
831 |
-
msgstr "استخدم حقل مخفي لفئة النشر.
|
832 |
|
833 |
-
#: library/plugin-settings.php:
|
834 |
msgid "Category ID for Hidden Field"
|
835 |
msgstr "معرف الفئة للحقل المخفي"
|
836 |
|
837 |
-
#: library/plugin-settings.php:
|
838 |
-
msgid "Specify
|
839 |
-
msgstr "حدد معرف الفئة
|
840 |
|
841 |
-
#: library/plugin-settings.php:
|
842 |
msgid "Users"
|
843 |
msgstr "المستخدمين"
|
844 |
|
845 |
-
#: library/plugin-settings.php:
|
846 |
msgid "Assigned Author"
|
847 |
msgstr "المؤلف المعين"
|
848 |
|
849 |
-
#: library/plugin-settings.php:
|
850 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
851 |
-
msgstr "حدد المستخدم الذي يجب تعيينه كمؤلف للوظائف
|
852 |
|
853 |
-
#: library/plugin-settings.php:
|
854 |
msgid "Registered Username"
|
855 |
msgstr "اسم المستخدم المسجل"
|
856 |
|
857 |
-
#: library/plugin-settings.php:
|
858 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
859 |
-
msgstr "
|
860 |
|
861 |
-
#: library/plugin-settings.php:
|
862 |
msgid "User Profile URL"
|
863 |
-
msgstr "عنوان URL لملف المستخدم"
|
864 |
|
865 |
-
#: library/plugin-settings.php:
|
866 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
867 |
-
msgstr "استخدم عنوان URL لملف تعريف المستخدم المسجل كقيمة
|
868 |
|
869 |
-
#: library/plugin-settings.php:
|
870 |
msgid "Require User Login"
|
871 |
-
msgstr "
|
872 |
|
873 |
-
#: library/plugin-settings.php:
|
874 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
875 |
msgstr "مطالبة المستخدمين بتسجيل الدخول إلى WordPress لعرض / إرسال النموذج"
|
876 |
|
877 |
-
#: library/plugin-settings.php:
|
878 |
msgid "Disable Replace Author"
|
879 |
msgstr "تعطيل استبدال المؤلف"
|
880 |
|
881 |
-
#: library/plugin-settings.php:
|
882 |
msgid "Do not replace post author with submitted user name"
|
883 |
-
msgstr "لا تستبدل مؤلف
|
884 |
|
885 |
-
#: library/plugin-settings.php:
|
886 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
887 |
-
msgstr "هنا
|
888 |
|
889 |
-
#: library/plugin-settings.php:
|
890 |
msgid "Custom Field Name"
|
891 |
msgstr "اسم الحقل المخصص"
|
892 |
|
893 |
-
#: library/plugin-settings.php:
|
894 |
msgid "Custom Field Label"
|
895 |
-
msgstr "تسمية
|
896 |
|
897 |
-
#: library/plugin-settings.php:
|
898 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
899 |
-
msgstr "سيتم عرض هذا كتسمية
|
900 |
|
901 |
-
#: library/plugin-settings.php:
|
902 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
903 |
-
msgstr "لمنع
|
904 |
|
905 |
-
#: library/plugin-settings.php:
|
906 |
msgid "Challenge Response"
|
907 |
msgstr "قبل التحدي"
|
908 |
|
909 |
-
#: library/plugin-settings.php:
|
910 |
msgid "Enter the *only* correct answer to the challenge question."
|
911 |
-
msgstr "أدخل الإجابة الصحيحة
|
912 |
|
913 |
-
#: library/plugin-settings.php:
|
914 |
msgid "Case-sensitivity"
|
915 |
msgstr "حساسية القضية"
|
916 |
|
917 |
-
#: library/plugin-settings.php:
|
918 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
919 |
msgstr "حدد هذا المربع إذا كنت تريد أن تكون استجابة التحدي حساسة لحالة الأحرف."
|
920 |
|
921 |
-
#: library/plugin-settings.php:
|
922 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
923 |
-
msgstr "لتمكين Google reCAPTCHA ، أدخل
|
924 |
|
925 |
-
#: library/plugin-settings.php:
|
926 |
msgid "Public Key"
|
927 |
msgstr "المفتاح العمومي"
|
928 |
|
929 |
-
#: library/plugin-settings.php:
|
930 |
msgid "Enter your Public Key"
|
931 |
-
msgstr "أدخل
|
932 |
|
933 |
-
#: library/plugin-settings.php:
|
934 |
msgid "Private Key"
|
935 |
msgstr "مفتاح سري"
|
936 |
|
937 |
-
#: library/plugin-settings.php:
|
938 |
msgid "Enter your Private Key"
|
939 |
-
msgstr "أدخل
|
940 |
|
941 |
-
#: library/plugin-settings.php:
|
942 |
msgid "Email Alerts"
|
943 |
msgstr "تنبيهات البريد الإلكتروني"
|
944 |
|
945 |
-
#: library/plugin-settings.php:
|
946 |
msgid "Receive Email Alert"
|
947 |
-
msgstr "تلقي تنبيه
|
948 |
|
949 |
-
#: library/plugin-settings.php:
|
950 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
951 |
-
msgstr "حدد هذا المربع إذا كنت تريد أن يتم إعلامك
|
952 |
|
953 |
-
#: library/plugin-settings.php:
|
954 |
msgid "Enable HTML Format"
|
955 |
msgstr "تمكين تنسيق HTML"
|
956 |
|
957 |
-
#: library/plugin-settings.php:
|
958 |
msgid "Check this box to enable HTML format for email alerts."
|
959 |
msgstr "حدد هذا المربع لتمكين تنسيق HTML لتنبيهات البريد الإلكتروني."
|
960 |
|
961 |
-
#: library/plugin-settings.php:
|
962 |
msgid "Email Address for Alerts"
|
963 |
msgstr "عنوان البريد الإلكتروني للتنبيهات"
|
964 |
|
965 |
-
#: library/plugin-settings.php:
|
966 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
967 |
-
msgstr "إذا حددت المربع لتلقي تنبيهات البريد الإلكتروني ،
|
968 |
|
969 |
-
#: library/plugin-settings.php:
|
970 |
msgid "Multiple recipients may be included using a comma, like so:"
|
971 |
-
msgstr "
|
972 |
|
973 |
-
#: library/plugin-settings.php:
|
974 |
msgid "Email “From” Address"
|
975 |
msgstr "البريد الإلكتروني & ldquo؛ من & rdquo؛ عنوان"
|
976 |
|
977 |
-
#: library/plugin-settings.php:
|
978 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
979 |
-
msgstr "هنا
|
980 |
|
981 |
-
#: library/plugin-settings.php:
|
982 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
983 |
-
msgstr "إذا تم تحديد
|
984 |
|
985 |
-
#: library/plugin-settings.php:
|
986 |
msgid "Email Alert Subject"
|
987 |
-
msgstr "البريد
|
988 |
|
989 |
-
#: library/plugin-settings.php:
|
990 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
991 |
-
msgstr "سطر الموضوع لتنبيهات البريد الإلكتروني. اتركه فارغًا لاستخدام سطر الموضوع الافتراضي. ملاحظة: يمكنك استخدام المتغيرات التالية:"
|
992 |
|
993 |
-
#: library/plugin-settings.php:
|
994 |
msgid "Email Alert Message"
|
995 |
msgstr "رسالة تنبيه بالبريد الإلكتروني"
|
996 |
|
997 |
-
#: library/plugin-settings.php:
|
998 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
999 |
-
msgstr "رسالة لتنبيهات البريد الإلكتروني. اتركه فارغًا لاستخدام الرسالة الافتراضية. ملاحظة: يمكنك استخدام المتغيرات التالية:"
|
1000 |
|
1001 |
-
#: library/plugin-settings.php:
|
1002 |
msgid "Featured Image"
|
1003 |
msgstr "صورة مميزة"
|
1004 |
|
1005 |
-
#: library/plugin-settings.php:
|
1006 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
1007 |
-
msgstr "تعيين الصور المرسلة كصور مميزة. يتطلب دعم موضوع
|
1008 |
|
1009 |
-
#: library/plugin-settings.php:
|
1010 |
msgid "Upload Message"
|
1011 |
msgstr "تحميل رسالة"
|
1012 |
|
1013 |
-
#: library/plugin-settings.php:
|
1014 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
1015 |
-
msgstr "الرسالة التي تظهر
|
1016 |
|
1017 |
-
#: library/plugin-settings.php:
|
1018 |
msgid "“Add another image” link"
|
1019 |
-
msgstr "& ldquo؛
|
1020 |
|
1021 |
-
#: library/plugin-settings.php:
|
1022 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
1023 |
-
msgstr "
|
1024 |
|
1025 |
-
#: library/plugin-settings.php:
|
1026 |
msgid "Minimum number of images"
|
1027 |
msgstr "الحد الأدنى لعدد الصور"
|
1028 |
|
1029 |
-
#: library/plugin-settings.php:
|
1030 |
msgid "Specify the minimum number of images."
|
1031 |
msgstr "حدد الحد الأدنى لعدد الصور."
|
1032 |
|
1033 |
-
#: library/plugin-settings.php:
|
1034 |
msgid "Maximum number of images"
|
1035 |
-
msgstr "
|
1036 |
|
1037 |
-
#: library/plugin-settings.php:
|
1038 |
msgid "Specify the maximum number of images."
|
1039 |
-
msgstr "
|
1040 |
|
1041 |
-
#: library/plugin-settings.php:
|
1042 |
msgid "Minimum image width"
|
1043 |
msgstr "الحد الأدنى لعرض الصورة"
|
1044 |
|
1045 |
-
#: library/plugin-settings.php:
|
1046 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1047 |
msgstr "حدد الحد الأدنى للعرض (بالبكسل) للصور التي تم تحميلها."
|
1048 |
|
1049 |
-
#: library/plugin-settings.php:
|
1050 |
msgid "Minimum image height"
|
1051 |
msgstr "الحد الأدنى لارتفاع الصورة"
|
1052 |
|
1053 |
-
#: library/plugin-settings.php:
|
1054 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1055 |
msgstr "حدد الحد الأدنى للارتفاع (بالبكسل) للصور التي تم تحميلها."
|
1056 |
|
1057 |
-
#: library/plugin-settings.php:
|
1058 |
msgid "Maximum image width"
|
1059 |
-
msgstr "
|
1060 |
|
1061 |
-
#: library/plugin-settings.php:
|
1062 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1063 |
msgstr "حدد الحد الأقصى للعرض (بالبكسل) للصور التي تم تحميلها."
|
1064 |
|
1065 |
-
#: library/plugin-settings.php:
|
1066 |
msgid "Maximum image height"
|
1067 |
msgstr "أقصى ارتفاع للصورة"
|
1068 |
|
1069 |
-
#: library/plugin-settings.php:
|
1070 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1071 |
-
msgstr "حدد
|
1072 |
|
1073 |
-
#: library/plugin-settings.php:
|
1074 |
msgid "More Options"
|
1075 |
-
msgstr "
|
1076 |
|
1077 |
-
#: library/plugin-settings.php:
|
1078 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1079 |
-
msgstr "لمزيد من الخيارات ، مثل القدرة على تحميل أنواع الملفات الأخرى (مثل PDF
|
1080 |
|
1081 |
-
#: library/plugin-settings.php:
|
1082 |
msgid "Go Pro!"
|
1083 |
-
msgstr "
|
1084 |
|
1085 |
-
#: library/plugin-settings.php:
|
1086 |
msgid "Auto-Display Content"
|
1087 |
msgstr "محتوى العرض التلقائي"
|
1088 |
|
1089 |
-
#: library/plugin-settings.php:
|
1090 |
msgid "Auto-Display Images"
|
1091 |
-
msgstr "
|
1092 |
|
1093 |
-
#: library/plugin-settings.php:
|
1094 |
msgid "Auto-display user-submitted images:"
|
1095 |
-
msgstr "
|
1096 |
|
1097 |
-
#: library/plugin-settings.php:
|
1098 |
msgid "Image Markup"
|
1099 |
-
msgstr "
|
1100 |
|
1101 |
-
#: library/plugin-settings.php:
|
1102 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1103 |
-
msgstr "
|
1104 |
|
1105 |
-
#: library/plugin-settings.php:
|
1106 |
-
#: library/plugin-settings.php:
|
1107 |
msgid "and"
|
1108 |
msgstr "و"
|
1109 |
|
1110 |
-
#: library/plugin-settings.php:
|
1111 |
msgid "Auto-Display Email"
|
1112 |
-
msgstr "البريد الإلكتروني
|
1113 |
|
1114 |
-
#: library/plugin-settings.php:
|
1115 |
msgid "Auto-display user-submitted email:"
|
1116 |
-
msgstr "
|
1117 |
|
1118 |
-
#: library/plugin-settings.php:
|
1119 |
msgid "Email Markup"
|
1120 |
-
msgstr "
|
1121 |
|
1122 |
-
#: library/plugin-settings.php:
|
1123 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1124 |
-
msgstr "
|
1125 |
|
1126 |
-
#: library/plugin-settings.php:
|
1127 |
msgid "Auto-Display URL"
|
1128 |
-
msgstr "عنوان URL
|
1129 |
|
1130 |
-
#: library/plugin-settings.php:
|
1131 |
msgid "Auto-display user-submitted URL:"
|
1132 |
-
msgstr "عنوان URL
|
1133 |
|
1134 |
-
#: library/plugin-settings.php:
|
1135 |
msgid "URL Markup"
|
1136 |
-
msgstr "ترميز
|
1137 |
|
1138 |
-
#: library/plugin-settings.php:
|
1139 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1140 |
-
msgstr "الترميز
|
1141 |
|
1142 |
-
#: library/plugin-settings.php:
|
1143 |
msgid "Auto-Display Custom Field"
|
1144 |
-
msgstr "
|
1145 |
|
1146 |
-
#: library/plugin-settings.php:
|
1147 |
msgid "Auto-display user-submitted Custom Field:"
|
1148 |
-
msgstr "
|
1149 |
|
1150 |
-
#: library/plugin-settings.php:
|
1151 |
msgid "Custom Field Markup"
|
1152 |
-
msgstr "
|
1153 |
|
1154 |
-
#: library/plugin-settings.php:
|
1155 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1156 |
-
msgstr "
|
1157 |
|
1158 |
-
#: library/plugin-settings.php:
|
1159 |
msgid "Save Settings"
|
1160 |
msgstr "احفظ التغييرات"
|
1161 |
|
1162 |
-
#: library/plugin-settings.php:
|
1163 |
msgid "Display the Form"
|
1164 |
msgstr "عرض النموذج"
|
1165 |
|
1166 |
-
#: library/plugin-settings.php:
|
1167 |
msgid "Post-Submit Form"
|
1168 |
-
msgstr "نموذج ما بعد
|
1169 |
|
1170 |
-
#: library/plugin-settings.php:
|
1171 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1172 |
-
msgstr "يمكّنك USP من عرض نموذج ما بعد
|
1173 |
|
1174 |
-
#: library/plugin-settings.php:
|
1175 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1176 |
-
msgstr "استخدم الرمز
|
1177 |
|
1178 |
-
#: library/plugin-settings.php:
|
1179 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1180 |
-
msgstr "أو
|
1181 |
|
1182 |
-
#: library/plugin-settings.php:
|
1183 |
msgid "Login/Register Form"
|
1184 |
msgstr "نموذج تسجيل الدخول / التسجيل"
|
1185 |
|
1186 |
-
#: library/plugin-settings.php:
|
1187 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1188 |
-
msgstr "يمكنك أيضًا عرض نموذج
|
1189 |
|
1190 |
-
#: library/plugin-settings.php:
|
1191 |
msgid "Display Submitted Posts"
|
1192 |
msgstr "عرض المشاركات المقدمة"
|
1193 |
|
1194 |
-
#: library/plugin-settings.php:
|
1195 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1196 |
-
msgstr "استخدم هذا الرمز القصير لعرض قائمة
|
1197 |
|
1198 |
-
#: library/plugin-settings.php:
|
1199 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1200 |
-
msgstr "أو استخدم علامة القالب لعرض قائمة
|
1201 |
|
1202 |
-
#: library/plugin-settings.php:
|
1203 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1204 |
msgstr "فيما يلي بعض الأمثلة التي توضح كيفية تكوين هذا الرمز القصير:"
|
1205 |
|
1206 |
-
#: library/plugin-settings.php:
|
1207 |
msgid "Display Image Gallery"
|
1208 |
msgstr "عرض معرض الصور"
|
1209 |
|
1210 |
-
#: library/plugin-settings.php:
|
1211 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1212 |
-
msgstr "استخدم هذا الرمز
|
1213 |
|
1214 |
-
#: library/plugin-settings.php:
|
1215 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1216 |
-
msgstr "أو استخدم علامة القالب لعرض معرض صور في أي مكان في قالب
|
1217 |
|
1218 |
-
#: library/plugin-settings.php:
|
1219 |
msgid "You can customize using any of the follwing attributes:"
|
1220 |
-
msgstr "يمكنك التخصيص باستخدام أي من
|
1221 |
|
1222 |
-
#: library/plugin-settings.php:
|
1223 |
msgid "Reset Form Button"
|
1224 |
msgstr "إعادة تعيين زر النموذج"
|
1225 |
|
1226 |
-
#: library/plugin-settings.php:
|
1227 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1228 |
msgstr "يعرض هذا الرمز القصير رابطًا يعيد تعيين النموذج إلى حالته الأصلية:"
|
1229 |
|
1230 |
-
#: library/plugin-settings.php:
|
1231 |
msgid "This shortcode accepts the following attributes:"
|
1232 |
-
msgstr "هذا الرمز القصير
|
1233 |
|
1234 |
-
#: library/plugin-settings.php:
|
1235 |
msgid "Note that the url attribute accepts"
|
1236 |
msgstr "لاحظ أن سمة url تقبل"
|
1237 |
|
1238 |
-
#: library/plugin-settings.php:
|
1239 |
msgid "to get the current URL."
|
1240 |
msgstr "للحصول على عنوان URL الحالي."
|
1241 |
|
1242 |
-
#: library/plugin-settings.php:
|
1243 |
msgid "Access Control"
|
1244 |
msgstr "صلاحية التحكم صلاحية الدخول"
|
1245 |
|
1246 |
-
#: library/plugin-settings.php:
|
1247 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1248 |
-
msgstr "يوفر USP ثلاثة رموز
|
1249 |
|
1250 |
-
#: library/plugin-settings.php:
|
1251 |
msgid "Display content only to users with a specific capability:"
|
1252 |
-
msgstr "عرض المحتوى فقط للمستخدمين
|
1253 |
|
1254 |
-
#: library/plugin-settings.php:
|
1255 |
msgid "Display content to logged-in users:"
|
1256 |
-
msgstr "عرض المحتوى للمستخدمين الذين
|
1257 |
|
1258 |
-
#: library/plugin-settings.php:
|
1259 |
msgid "Display content to visitors only:"
|
1260 |
msgstr "عرض المحتوى للزوار فقط:"
|
1261 |
|
1262 |
-
#: library/plugin-settings.php:
|
1263 |
msgid "Tip:"
|
1264 |
msgstr "تلميح:"
|
1265 |
|
1266 |
-
#: library/plugin-settings.php:
|
1267 |
msgid "to include markup in the deny message, you can use"
|
1268 |
-
msgstr "لتضمين
|
1269 |
|
1270 |
-
#: library/plugin-settings.php:
|
1271 |
msgid "to output"
|
1272 |
msgstr "لإخراج"
|
1273 |
|
1274 |
-
#: library/plugin-settings.php:
|
1275 |
msgid "Example"
|
1276 |
msgstr "مثال"
|
1277 |
|
1278 |
-
#: library/plugin-settings.php:
|
1279 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1280 |
-
msgstr "إذا
|
1281 |
|
1282 |
-
#: library/plugin-settings.php:
|
1283 |
msgid "Restore Defaults"
|
1284 |
msgstr "استعادة الضبط الافتراضي"
|
1285 |
|
1286 |
-
#: library/plugin-settings.php:
|
1287 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1288 |
-
msgstr "اترك هذا الخيار
|
1289 |
|
1290 |
-
#: library/plugin-settings.php:
|
1291 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1292 |
-
msgstr "استعادة الخيارات الافتراضية عند إلغاء تنشيط
|
1293 |
|
1294 |
-
#: library/plugin-settings.php:
|
1295 |
msgid "Show Support"
|
1296 |
msgstr "إظهار الدعم"
|
1297 |
|
1298 |
-
#: library/plugin-settings.php:
|
1299 |
msgid "by"
|
1300 |
msgstr "بواسطة"
|
1301 |
|
1302 |
-
#: library/plugin-settings.php:
|
1303 |
msgid "Jeff Starr on Twitter"
|
1304 |
msgstr "جيف ستار على تويتر"
|
1305 |
|
1306 |
-
#: library/plugin-settings.php:
|
1307 |
msgid "Obsessive Web Design & Development"
|
1308 |
-
msgstr "تصميم الويب
|
1309 |
|
1310 |
-
#: library/plugin-settings.php:
|
1311 |
msgid "Save Preference"
|
1312 |
msgstr "حفظ التفضيل"
|
1313 |
|
1314 |
-
#: library/plugin-settings.php:
|
1315 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1316 |
-
msgstr "هل
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1317 |
|
1318 |
#. Description of the plugin
|
1319 |
#:
|
1320 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
1321 |
-
msgstr "تمكن
|
1322 |
|
1323 |
#. URI of the plugin
|
1324 |
#:
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
+
"Project-Id-Version: USP 20190825\n"
|
8 |
"Language: ar\n"
|
9 |
|
10 |
#. Name of the plugin
|
11 |
#: user-submitted-posts.php:44 library/support-panel.php:5
|
12 |
msgid "User Submitted Posts"
|
13 |
+
msgstr "المستخدم المقدمة المشاركات"
|
14 |
|
15 |
+
#: user-submitted-posts.php:82
|
16 |
msgid "requires WordPress "
|
17 |
+
msgstr "يتطلب وورد "
|
18 |
|
19 |
+
#: user-submitted-posts.php:83
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
+
msgstr " أو أعلى ، وتم إلغاء تنشيطه! "
|
22 |
|
23 |
+
#: user-submitted-posts.php:84
|
24 |
msgid "Please return to the"
|
25 |
msgstr "يرجى العودة إلى"
|
26 |
|
27 |
+
#: user-submitted-posts.php:85
|
28 |
msgid "WordPress Admin Area"
|
29 |
+
msgstr "وورد المنطقة الادارية"
|
30 |
|
31 |
+
#: user-submitted-posts.php:86
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
msgstr "لترقية WordPress وحاول مرة أخرى."
|
34 |
|
35 |
+
#: user-submitted-posts.php:126
|
36 |
msgid "User Submitted Post"
|
37 |
+
msgstr "المستخدم مقدم المشاركة"
|
38 |
|
39 |
+
#: user-submitted-posts.php:467
|
40 |
msgid "User Submitted Post Info"
|
41 |
+
msgstr "مقدم المستخدم معلومات المشاركة"
|
42 |
|
43 |
+
#: user-submitted-posts.php:497
|
44 |
msgid "Submitter Name: "
|
45 |
+
msgstr "اسم مقدم الطلب: "
|
46 |
|
47 |
+
#: user-submitted-posts.php:498
|
48 |
msgid "Submitter Email: "
|
49 |
+
msgstr "البريد الإلكتروني المقدم: "
|
50 |
|
51 |
+
#: user-submitted-posts.php:499
|
52 |
msgid "Submitter URL: "
|
53 |
+
msgstr "عنوان URL المقدم: "
|
54 |
|
55 |
+
#: user-submitted-posts.php:500
|
56 |
msgid "Submitter IP: "
|
57 |
+
msgstr "مقدم IP: "
|
58 |
|
59 |
+
#: user-submitted-posts.php:555
|
60 |
msgid "Show USP Posts"
|
61 |
+
msgstr "عرض المشاركات USP"
|
62 |
|
63 |
+
#: user-submitted-posts.php:556 library/plugin-settings.php:1095
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
+
#: user-submitted-posts.php:1393
|
68 |
msgid " files required"
|
69 |
msgstr " الملفات المطلوبة"
|
70 |
|
71 |
+
#: user-submitted-posts.php:1394
|
72 |
msgid " file required"
|
73 |
msgstr " الملف المطلوب"
|
74 |
|
75 |
+
#: user-submitted-posts.php:1396
|
76 |
msgid " files"
|
77 |
msgstr " ملفات"
|
78 |
|
79 |
+
#: user-submitted-posts.php:1397
|
80 |
msgid " file"
|
81 |
msgstr " ملف"
|
82 |
|
83 |
+
#: user-submitted-posts.php:1399 user-submitted-posts.php:1400
|
84 |
+
#: user-submitted-posts.php:1401 user-submitted-posts.php:1402
|
85 |
msgid " pixels"
|
86 |
msgstr " بكسل"
|
87 |
|
88 |
+
#: user-submitted-posts.php:1404 library/core-functions.php:219
|
89 |
+
#: library/plugin-settings.php:297 library/plugin-settings.php:316
|
90 |
+
#: library/plugin-settings.php:794 library/plugin-settings.php:1344
|
91 |
msgid "Custom Field"
|
92 |
msgstr "حقل مخصص"
|
93 |
|
94 |
+
#: user-submitted-posts.php:1406
|
95 |
msgid "Custom checkbox required"
|
96 |
msgstr "خانة الاختيار المخصصة المطلوبة"
|
97 |
|
98 |
+
#: user-submitted-posts.php:1409
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
msgstr "حدث خطأ. الرجاء العودة والمحاولة مجددا."
|
101 |
|
102 |
+
#: user-submitted-posts.php:1419
|
103 |
msgid "User login required"
|
104 |
msgstr "تسجيل دخول المستخدم مطلوب"
|
105 |
|
106 |
+
#: user-submitted-posts.php:1420
|
107 |
msgid "User name required"
|
108 |
msgstr "اسم المستخدم (مطلوب"
|
109 |
|
110 |
+
#: user-submitted-posts.php:1421
|
111 |
msgid "Post title required"
|
112 |
+
msgstr "آخر عنوان مطلوب"
|
113 |
|
114 |
+
#: user-submitted-posts.php:1422
|
115 |
msgid "User URL required"
|
116 |
msgstr "عنوان URL المستخدم مطلوب"
|
117 |
|
118 |
+
#: user-submitted-posts.php:1423
|
119 |
msgid "Post tags required"
|
120 |
+
msgstr "وظيفة العلامات المطلوبة"
|
121 |
|
122 |
+
#: user-submitted-posts.php:1424
|
123 |
msgid "Post category required"
|
124 |
+
msgstr "آخر فئة المطلوبة"
|
125 |
|
126 |
+
#: user-submitted-posts.php:1425
|
127 |
msgid "Post content required"
|
128 |
+
msgstr "نشر المحتوى المطلوب"
|
129 |
|
130 |
+
#: user-submitted-posts.php:1426 user-submitted-posts.php:1427
|
131 |
msgid "Correct captcha required"
|
132 |
+
msgstr "كلمة التحقق الصحيحة المطلوبة"
|
133 |
|
134 |
+
#: user-submitted-posts.php:1428
|
135 |
msgid "User email required"
|
136 |
+
msgstr "البريد الإلكتروني للمستخدم مطلوب"
|
137 |
|
138 |
+
#: user-submitted-posts.php:1429
|
139 |
msgid "Please check your email and try again"
|
140 |
msgstr "يرجى التحقق من بريدك الإلكتروني والمحاولة مرة أخرى"
|
141 |
|
142 |
+
#: user-submitted-posts.php:1430
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
msgstr "قيمة غير فارغة للحقل المخفي"
|
145 |
|
146 |
+
#: user-submitted-posts.php:1431
|
147 |
msgid "Minimum number of images not met"
|
148 |
+
msgstr "الحد الأدنى لعدد الصور لم يتحقق"
|
149 |
|
150 |
+
#: user-submitted-posts.php:1432
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
+
msgstr "تم تجاوز العدد الأقصى للصور "
|
153 |
|
154 |
+
#: user-submitted-posts.php:1433
|
155 |
msgid "Minimum image width not met"
|
156 |
+
msgstr "الحد الأدنى لعرض الصورة لم يتحقق"
|
157 |
|
158 |
+
#: user-submitted-posts.php:1434
|
159 |
msgid "Image width exceeds maximum"
|
160 |
msgstr "عرض الصورة يتجاوز الحد الأقصى"
|
161 |
|
162 |
+
#: user-submitted-posts.php:1435
|
163 |
msgid "Minimum image height not met"
|
164 |
+
msgstr "الحد الأدنى لارتفاع الصورة لم يتحقق"
|
165 |
|
166 |
+
#: user-submitted-posts.php:1436
|
167 |
msgid "Image height exceeds maximum"
|
168 |
+
msgstr "ارتفاع الصورة يتجاوز الحد الأقصى"
|
169 |
|
170 |
+
#: user-submitted-posts.php:1437
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
msgstr "نوع الملف غير مسموح به (يرجى تحميل الصور فقط)"
|
173 |
|
174 |
+
#: user-submitted-posts.php:1438
|
175 |
msgid " required"
|
176 |
msgstr " مطلوب"
|
177 |
|
178 |
+
#: user-submitted-posts.php:1443
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
+
msgstr "الملف غير محمّل. يرجى التحقق من الملف والمحاولة مرة أخرى."
|
181 |
|
182 |
+
#: user-submitted-posts.php:1447
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
msgstr "لا يمكن تحميل الملف (الملفات)"
|
185 |
|
186 |
+
#: user-submitted-posts.php:1449
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
+
msgstr "لم يتم إنشاء المشاركة. يرجى الاتصال بمسؤول الموقع للحصول على المساعدة."
|
189 |
|
190 |
+
#: user-submitted-posts.php:1450
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
msgstr "عنوان آخر مكرر. حاول مرة اخرى."
|
193 |
|
194 |
+
#: user-submitted-posts.php:1460
|
195 |
msgid "Error: "
|
196 |
+
msgstr "خطأ: "
|
197 |
|
198 |
+
#: user-submitted-posts.php:1486
|
199 |
msgid "Return to form"
|
200 |
msgstr "العودة إلى النموذج"
|
201 |
|
202 |
+
#: user-submitted-posts.php:1516 library/plugin-settings.php:1071
|
203 |
msgid "Please"
|
204 |
msgstr "رجاء"
|
205 |
|
206 |
+
#: user-submitted-posts.php:1517
|
207 |
msgid "log in"
|
208 |
msgstr "تسجيل الدخول"
|
209 |
|
210 |
+
#: user-submitted-posts.php:1518
|
211 |
msgid "to submit content!"
|
212 |
msgstr "لتقديم المحتوى!"
|
213 |
|
214 |
+
#: views/submission-form.php:21 views/submission-form-alt.php:40
|
215 |
msgid "Please complete the required fields."
|
216 |
+
msgstr "يرجى ملء الحقول المطلوبة."
|
217 |
|
218 |
+
#: views/submission-form.php:31 views/submission-form.php:32
|
219 |
+
#: views/submission-form-alt.php:46 views/submission-form-alt.php:47
|
220 |
msgid "Your Name"
|
221 |
msgstr "اسمك"
|
222 |
|
223 |
+
#: views/submission-form.php:37 views/submission-form.php:38
|
224 |
+
#: views/submission-form-alt.php:52 views/submission-form-alt.php:53
|
225 |
msgid "Your URL"
|
226 |
msgstr "عنوان URL الخاص بك"
|
227 |
|
228 |
+
#: views/submission-form.php:43 views/submission-form.php:44
|
229 |
+
#: views/submission-form-alt.php:58 views/submission-form-alt.php:59
|
230 |
msgid "Your Email"
|
231 |
msgstr "بريدك الالكتروني"
|
232 |
|
233 |
+
#: views/submission-form.php:49 views/submission-form.php:50
|
234 |
+
#: views/submission-form-alt.php:64 views/submission-form-alt.php:65
|
235 |
+
#: library/plugin-settings.php:1132
|
236 |
msgid "Post Title"
|
237 |
msgstr "عنوان المشاركة"
|
238 |
|
239 |
+
#: views/submission-form.php:55 views/submission-form.php:56
|
240 |
+
#: views/submission-form-alt.php:70 views/submission-form-alt.php:71
|
241 |
+
#: library/plugin-settings.php:1133
|
242 |
msgid "Post Tags"
|
243 |
+
msgstr "وظيفة العلامات"
|
244 |
|
245 |
+
#: views/submission-form.php:68 views/submission-form-alt.php:83
|
246 |
msgid "Antispam Question"
|
247 |
msgstr "مكافحة البريد التطفلي السؤال"
|
248 |
|
249 |
+
#: views/submission-form.php:73 views/submission-form-alt.php:88
|
250 |
+
#: library/plugin-settings.php:1134
|
251 |
msgid "Post Category"
|
252 |
+
msgstr "وظيفة الفئة"
|
253 |
|
254 |
+
#: views/submission-form.php:74 views/submission-form.php:75
|
255 |
+
#: views/submission-form-alt.php:89 views/submission-form-alt.php:90
|
256 |
msgid "Please select a category.."
|
257 |
msgstr "الرجاء تحديد الفئة.."
|
258 |
|
259 |
+
#: views/submission-form.php:106 views/submission-form.php:107
|
260 |
+
#: views/submission-form-alt.php:121 views/submission-form-alt.php:122
|
261 |
+
#: library/plugin-settings.php:1135
|
262 |
msgid "Post Content"
|
263 |
msgstr "آخر المحتوى"
|
264 |
|
265 |
+
#: views/submission-form.php:113 views/submission-form-alt.php:128
|
266 |
msgid "Verification"
|
267 |
msgstr "التحقق"
|
268 |
|
269 |
+
#: views/submission-form.php:120 views/submission-form-alt.php:135
|
270 |
msgid "Upload an Image"
|
271 |
msgstr "تحميل صورة"
|
272 |
|
273 |
+
#: views/submission-form.php:129 views/submission-form-alt.php:144
|
274 |
msgid "Add another image"
|
275 |
msgstr "أضف صورة أخرى"
|
276 |
|
277 |
+
#: views/submission-form.php:151 views/submission-form-alt.php:166
|
278 |
msgid "Human verification: leave this field empty."
|
279 |
msgstr "التحقق البشري: اترك هذا الحقل فارغًا."
|
280 |
|
281 |
+
#: views/submission-form.php:175 views/submission-form-alt.php:190
|
282 |
msgid "Submit Post"
|
283 |
msgstr "إرسال المشاركة"
|
284 |
|
285 |
+
#: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
|
286 |
+
msgid "Incorrect response."
|
287 |
+
msgstr "استجابة غير صحيحة."
|
288 |
+
|
289 |
#: library/shortcode-misc.php:18
|
290 |
msgid "Reset form"
|
291 |
msgstr "إعادة تعيين النموذج"
|
292 |
|
293 |
#: library/shortcode-misc.php:128
|
294 |
msgid "View full post"
|
295 |
+
msgstr "عرض كامل وظيفة"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
296 |
|
297 |
+
#: library/plugin-settings.php:31
|
298 |
+
msgid "Settings"
|
299 |
+
msgstr "الإعدادات"
|
300 |
|
301 |
+
#: library/plugin-settings.php:40
|
302 |
msgid "Get USP Pro for unlimited forms!"
|
303 |
msgstr "احصل على USP Pro لأشكال غير محدودة!"
|
304 |
|
305 |
+
#: library/plugin-settings.php:41
|
306 |
msgid "Go Pro"
|
307 |
+
msgstr "جو برو"
|
308 |
|
309 |
+
#: library/plugin-settings.php:62 library/plugin-settings.php:1103
|
310 |
+
#: library/plugin-settings.php:1696
|
|
|
|
|
|
|
|
|
311 |
msgid "Plugin Homepage"
|
312 |
+
msgstr "البرنامج المساعد الصفحة الرئيسية"
|
313 |
|
314 |
+
#: library/plugin-settings.php:63
|
315 |
msgid "Homepage"
|
316 |
msgstr "الصفحة الرئيسية"
|
317 |
|
318 |
+
#: library/plugin-settings.php:68
|
319 |
msgid "Give USP a 5-star rating at WordPress.org"
|
320 |
+
msgstr "إعطاء USP تصنيف 5 نجوم في WordPress.org"
|
321 |
|
322 |
+
#: library/plugin-settings.php:69
|
323 |
msgid "Rate this plugin »"
|
324 |
+
msgstr "قيّم هذا المكون الإضافي & nbsp؛ & raquo؛"
|
325 |
|
326 |
+
#: library/plugin-settings.php:127
|
327 |
msgid "WP Post (recommended)"
|
328 |
+
msgstr "الفسفور الابيض بوست (مستحسن)"
|
329 |
|
330 |
+
#: library/plugin-settings.php:131
|
331 |
msgid "WP Page"
|
332 |
+
msgstr "الفسفور الابيض الصفحة"
|
333 |
|
334 |
+
#: library/plugin-settings.php:147
|
335 |
msgid "HTML5 Form + Default CSS"
|
336 |
+
msgstr "HTML5 نموذج + الافتراضي المغلق"
|
337 |
|
338 |
+
#: library/plugin-settings.php:147
|
339 |
msgid "(Recommended)"
|
340 |
msgstr "(موصى به)"
|
341 |
|
342 |
+
#: library/plugin-settings.php:151
|
343 |
msgid "HTML5 Form + Disable CSS"
|
344 |
+
msgstr "نموذج HTML5 + تعطيل CSS"
|
345 |
|
346 |
+
#: library/plugin-settings.php:151
|
347 |
msgid "(Provide your own styles)"
|
348 |
+
msgstr "(تقديم الأنماط الخاصة بك)"
|
349 |
|
350 |
+
#: library/plugin-settings.php:155
|
351 |
msgid "Custom Form + Custom CSS"
|
352 |
+
msgstr "نموذج مخصص + مخصص المغلق"
|
353 |
|
354 |
+
#: library/plugin-settings.php:155
|
355 |
msgid "(Provide your own form template & styles)"
|
356 |
+
msgstr "(قدم قالب النموذج الخاص بك والأنماط)"
|
357 |
|
358 |
+
#: library/plugin-settings.php:171 library/plugin-settings.php:195
|
359 |
+
#: library/plugin-settings.php:218 library/plugin-settings.php:242
|
360 |
msgid "Auto-display before post content"
|
361 |
+
msgstr "عرض تلقائي قبل نشر المحتوى"
|
362 |
|
363 |
+
#: library/plugin-settings.php:175 library/plugin-settings.php:199
|
364 |
+
#: library/plugin-settings.php:222 library/plugin-settings.php:246
|
365 |
msgid "Auto-display after post content"
|
366 |
+
msgstr "عرض تلقائي بعد نشر المحتوى"
|
367 |
|
368 |
+
#: library/plugin-settings.php:179
|
369 |
msgid "Do not auto-display submitted images"
|
370 |
+
msgstr "لا تعرض الصور المقدمة تلقائيًا"
|
371 |
|
372 |
+
#: library/plugin-settings.php:203
|
373 |
msgid "Do not auto-display submitted email"
|
374 |
+
msgstr "لا تعرض البريد الإلكتروني المقدم تلقائيًا"
|
375 |
|
376 |
+
#: library/plugin-settings.php:226
|
377 |
msgid "Do not auto-display submitted URL"
|
378 |
+
msgstr "لا تعرض عنوان URL المقدم تلقائيًا"
|
379 |
|
380 |
+
#: library/plugin-settings.php:250
|
381 |
msgid "Do not auto-display the Custom Field"
|
382 |
+
msgstr "لا تقم تلقائيًا بعرض الحقل المخصص"
|
383 |
|
384 |
+
#: library/plugin-settings.php:278 library/plugin-settings.php:310
|
385 |
+
#: library/plugin-settings.php:343 library/plugin-settings.php:375
|
386 |
+
msgid "Enable and require"
|
387 |
+
msgstr "تمكين وتتطلب"
|
388 |
|
389 |
+
#: library/plugin-settings.php:279 library/plugin-settings.php:311
|
390 |
+
msgid "Enable but do not require"
|
391 |
+
msgstr "تمكين ولكن لا تتطلب"
|
392 |
|
393 |
+
#: library/plugin-settings.php:280 library/plugin-settings.php:312
|
394 |
+
#: library/plugin-settings.php:344 library/plugin-settings.php:376
|
395 |
msgid "Disable this field"
|
396 |
msgstr "تعطيل هذا المجال"
|
397 |
|
398 |
+
#: library/plugin-settings.php:315 library/plugin-settings.php:347
|
399 |
+
#: library/plugin-settings.php:379 library/plugin-settings.php:411
|
400 |
msgid "(Visit"
|
401 |
msgstr "(يزور"
|
402 |
|
403 |
+
#: library/plugin-settings.php:316 library/plugin-settings.php:348
|
404 |
+
#: library/plugin-settings.php:380 library/plugin-settings.php:412
|
405 |
msgid "to configure options)"
|
406 |
+
msgstr "لتكوين الخيارات)"
|
407 |
|
408 |
+
#: library/plugin-settings.php:331 library/plugin-settings.php:348
|
409 |
+
#: library/plugin-settings.php:1362 library/plugin-settings.php:1367
|
410 |
msgid "Challenge Question"
|
411 |
msgstr "سؤال تحدي"
|
412 |
|
413 |
+
#: library/plugin-settings.php:363 library/plugin-settings.php:380
|
414 |
+
#: library/plugin-settings.php:1384
|
415 |
msgid "Google reCAPTCHA"
|
416 |
msgstr "جوجل reCAPTCHA"
|
417 |
|
418 |
+
#: library/plugin-settings.php:395
|
419 |
msgid "Post Images"
|
420 |
msgstr "نشر الصور"
|
421 |
|
422 |
+
#: library/plugin-settings.php:407
|
423 |
+
msgid "Enable"
|
424 |
+
msgstr "مكن"
|
425 |
|
426 |
+
#: library/plugin-settings.php:408
|
427 |
msgid "Disable"
|
428 |
msgstr "تعطيل"
|
429 |
|
430 |
+
#: library/plugin-settings.php:412 library/plugin-settings.php:1445
|
431 |
msgid "Image Uploads"
|
432 |
msgstr "تحميل الصور"
|
433 |
|
434 |
+
#: library/plugin-settings.php:492
|
435 |
msgid "Draft"
|
436 |
msgstr "مشروع"
|
437 |
|
438 |
+
#: library/plugin-settings.php:493
|
439 |
msgid "Pending (default)"
|
440 |
msgstr "معلق (افتراضي)"
|
441 |
|
442 |
+
#: library/plugin-settings.php:494
|
443 |
msgid "Publish immediately"
|
444 |
msgstr "نشر على الفور"
|
445 |
|
446 |
+
#: library/plugin-settings.php:495
|
447 |
msgid "Publish after 1 approved post"
|
448 |
+
msgstr "نشر بعد 1 وظيفة المعتمدة"
|
449 |
|
450 |
+
#: library/plugin-settings.php:496
|
451 |
msgid "Publish after "
|
452 |
+
msgstr "نشر بعد "
|
453 |
|
454 |
+
#: library/plugin-settings.php:496
|
455 |
msgid " approved posts"
|
456 |
msgstr " المشاركات المعتمدة"
|
457 |
|
458 |
+
#: library/plugin-settings.php:524
|
459 |
+
msgid "Select categories to display in the Category field."
|
460 |
+
msgstr "حدد فئات لعرضها في حقل الفئة."
|
461 |
+
|
462 |
+
#: library/plugin-settings.php:738
|
463 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
464 |
+
msgstr "كان هناك خطأ. يرجى التأكد من أنك قمت بإضافة عنوان ، وبعض المحتوى ، وأنك قمت بتحميل الصور فقط."
|
465 |
|
466 |
+
#: library/plugin-settings.php:752
|
467 |
msgid "Please select your image(s) to upload."
|
468 |
+
msgstr "يرجى اختيار صورتك (صورك) للتحميل."
|
469 |
|
470 |
+
#: library/plugin-settings.php:758
|
471 |
msgid "Success! Thank you for your submission."
|
472 |
msgstr "نجاح! شكرا لتقريركم."
|
473 |
|
474 |
+
#: library/plugin-settings.php:784
|
475 |
msgid "Email"
|
476 |
msgstr "البريد الإلكتروني"
|
477 |
|
478 |
+
#: library/plugin-settings.php:785
|
479 |
msgid "URL"
|
480 |
msgstr "URL"
|
481 |
|
482 |
+
#: library/plugin-settings.php:1058
|
483 |
msgid "Toggle all panels"
|
484 |
+
msgstr "تبديل جميع اللوحات"
|
485 |
|
486 |
+
#: library/plugin-settings.php:1067
|
487 |
msgid "We need your support!"
|
488 |
msgstr "نحن بحاجة إلى دعمكم!"
|
489 |
|
490 |
+
#: library/plugin-settings.php:1071
|
491 |
msgid "Make a donation via PayPal"
|
492 |
+
msgstr "تبرع عبر PayPal"
|
493 |
|
494 |
+
#: library/plugin-settings.php:1071
|
495 |
msgid "make a donation"
|
496 |
msgstr "التبرع"
|
497 |
|
498 |
+
#: library/plugin-settings.php:1071
|
499 |
msgid "and/or"
|
500 |
msgstr "و / أو"
|
501 |
|
502 |
+
#: library/plugin-settings.php:1072
|
503 |
msgid "Rate and review at the Plugin Directory"
|
504 |
+
msgstr "معدل ومراجعة في دليل البرنامج المساعد"
|
505 |
|
506 |
+
#: library/plugin-settings.php:1073
|
507 |
msgid "give this plugin a 5-star rating"
|
508 |
+
msgstr "إعطاء هذا البرنامج المساعد تصنيف 5 نجوم"
|
509 |
|
510 |
+
#: library/plugin-settings.php:1077
|
511 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
512 |
+
msgstr "يتيح لك الدعم السخي التطوير المستمر لهذا البرنامج المساعد المجاني. شكرا لك!"
|
513 |
|
514 |
+
#: library/plugin-settings.php:1082
|
515 |
msgid "Check this box if you have shown support"
|
516 |
msgstr "حدد هذا المربع إذا كنت قد أظهرت الدعم"
|
517 |
|
518 |
+
#: library/plugin-settings.php:1091
|
519 |
msgid "Overview"
|
520 |
msgstr "نظرة عامة"
|
521 |
|
522 |
+
#: library/plugin-settings.php:1095
|
523 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
524 |
+
msgstr "يمكّن زائريك من إرسال منشورات وتحميل الصور من الواجهة الأمامية لموقعك. "
|
525 |
|
526 |
+
#: library/plugin-settings.php:1096
|
527 |
msgid "For advanced functionality and unlimited forms, check out"
|
528 |
msgstr "للحصول على وظائف متقدمة وأشكال غير محدودة ، راجع"
|
529 |
|
530 |
+
#: library/plugin-settings.php:1096 library/plugin-settings.php:1503
|
531 |
msgid "USP Pro"
|
532 |
msgstr "USP Pro"
|
533 |
|
534 |
+
#: library/plugin-settings.php:1097
|
535 |
msgid "— the ultimate solution for user-generated content."
|
536 |
+
msgstr "و[مدش]؛ الحل النهائي للمحتوى الذي ينشئه المستخدم."
|
537 |
|
538 |
+
#: library/plugin-settings.php:1101 library/plugin-settings.php:1118
|
539 |
msgid "Plugin Settings"
|
540 |
msgstr "إعدادات البرنامج المساعد"
|
541 |
|
542 |
+
#: library/plugin-settings.php:1102
|
543 |
msgid "Display the form"
|
544 |
msgstr "عرض النموذج"
|
545 |
|
546 |
+
#: library/plugin-settings.php:1106
|
547 |
msgid "If you like this plugin, please"
|
548 |
+
msgstr "إذا كنت مثل هذا البرنامج المساعد ، من فضلك"
|
549 |
|
550 |
+
#: library/plugin-settings.php:1107
|
551 |
msgid "THANK YOU for your support!"
|
552 |
msgstr "شكرا لدعمكم!"
|
553 |
|
554 |
+
#: library/plugin-settings.php:1107
|
555 |
msgid "give it a 5-star rating"
|
556 |
+
msgstr "اعطائها تصنيف 5 نجوم"
|
557 |
|
558 |
+
#: library/plugin-settings.php:1111
|
559 |
msgid "Unlimited front-end forms"
|
560 |
+
msgstr "أشكال غير محدودة للواجهة الأمامية"
|
561 |
|
562 |
+
#: library/plugin-settings.php:1111
|
563 |
msgid "Get USP Pro"
|
564 |
msgstr "احصل على USP Pro"
|
565 |
|
566 |
+
#: library/plugin-settings.php:1121
|
567 |
msgid "Configure your settings for User Submitted Posts."
|
568 |
+
msgstr "قم بتكوين الإعدادات الخاصة بوظائف المستخدم المقدمة."
|
569 |
|
570 |
+
#: library/plugin-settings.php:1123
|
571 |
msgid "Form Fields"
|
572 |
msgstr "حقول النموذج"
|
573 |
|
574 |
+
#: library/plugin-settings.php:1129
|
575 |
msgid "User Name"
|
576 |
msgstr "اسم المستخدم"
|
577 |
|
578 |
+
#: library/plugin-settings.php:1130
|
579 |
msgid "User Email"
|
580 |
msgstr "البريد الالكتروني للمستخدم"
|
581 |
|
582 |
+
#: library/plugin-settings.php:1131
|
583 |
msgid "User URL"
|
584 |
msgstr "عنوان URL للمستخدم"
|
585 |
|
586 |
+
#: library/plugin-settings.php:1146
|
587 |
msgid "General Settings"
|
588 |
msgstr "الاعدادات العامة"
|
589 |
|
590 |
+
#: library/plugin-settings.php:1148
|
591 |
msgid "Note that the default settings work fine for most cases."
|
592 |
msgstr "لاحظ أن الإعدادات الافتراضية تعمل بشكل جيد لمعظم الحالات."
|
593 |
|
594 |
+
#: library/plugin-settings.php:1153
|
595 |
msgid "Form Style"
|
596 |
msgstr "نمط النموذج"
|
597 |
|
598 |
+
#: library/plugin-settings.php:1158
|
599 |
msgid "With this option, you can copy the plugin’s default templates:"
|
600 |
msgstr "باستخدام هذا الخيار ، يمكنك نسخ القوالب الافتراضية للمكون الإضافي:"
|
601 |
|
602 |
+
#: library/plugin-settings.php:1163
|
603 |
msgid "..and upload them into a directory named"
|
604 |
+
msgstr ".. وتحميلها في دليل اسمه"
|
605 |
|
606 |
+
#: library/plugin-settings.php:1163
|
607 |
msgid "in your theme:"
|
608 |
+
msgstr "في الموضوع الخاص بك:"
|
609 |
|
610 |
+
#: library/plugin-settings.php:1169
|
611 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
612 |
+
msgstr "سيمكنك ذلك من تخصيص النموذج والأنماط حسب الرغبة. لمزيد من المعلومات ، راجع قسم \"نموذج التقديم المخصص\" في"
|
613 |
|
614 |
+
#: library/plugin-settings.php:1170
|
615 |
msgid "Installation Docs"
|
616 |
msgstr "مستندات التثبيت"
|
617 |
|
618 |
+
#: library/plugin-settings.php:1171
|
619 |
msgid "FYI: here is a"
|
620 |
msgstr "لمعلوماتك: هنا هو"
|
621 |
|
622 |
+
#: library/plugin-settings.php:1171
|
623 |
msgid "list of USP CSS selectors"
|
624 |
+
msgstr "قائمة محددات USP CSS"
|
625 |
|
626 |
+
#: library/plugin-settings.php:1177
|
627 |
msgid "Include JavaScript"
|
628 |
+
msgstr "تشمل جافا سكريبت"
|
629 |
|
630 |
+
#: library/plugin-settings.php:1179
|
631 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
632 |
+
msgstr "حدد هذا المربع إذا كنت تريد تضمين ملفات JavaScript الخارجية (مستحسن)."
|
633 |
|
634 |
+
#: library/plugin-settings.php:1182
|
635 |
msgid "Targeted Loading"
|
636 |
+
msgstr "تحميل المستهدفة"
|
637 |
|
638 |
+
#: library/plugin-settings.php:1184
|
639 |
+
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
|
640 |
+
msgstr "افتراضيًا ، CSS & amp؛ يتم تحميل ملفات JavaScript على كل صفحة. هنا يمكنك تحديد عنوان URL لنموذج USP لتحميل الموارد على تلك الصفحة فقط. ملاحظة: اتركه فارغًا ليتم تحميله على جميع الصفحات. استخدم الفواصل لفصل عناوين URL متعددة."
|
641 |
|
642 |
+
#: library/plugin-settings.php:1187
|
643 |
msgid "Post Type"
|
644 |
msgstr "نوع آخر"
|
645 |
|
646 |
+
#: library/plugin-settings.php:1190
|
647 |
msgid "Submit posts as WP Posts or Pages"
|
648 |
+
msgstr "إرسال المنشورات مثل WP WP أو الصفحات"
|
649 |
|
650 |
+
#: library/plugin-settings.php:1194
|
651 |
msgid "Post Status"
|
652 |
msgstr "وضع آخر"
|
653 |
|
654 |
+
#: library/plugin-settings.php:1197
|
655 |
msgid "Post Status for submitted posts"
|
656 |
+
msgstr "حالة النشر للوظائف المقدمة"
|
657 |
|
658 |
+
#: library/plugin-settings.php:1201
|
659 |
msgid "Redirect URL"
|
660 |
msgstr "إعادة توجيه URL"
|
661 |
|
662 |
+
#: library/plugin-settings.php:1203
|
663 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
664 |
+
msgstr "حدد عنوان URL لإعادة توجيه المستخدم بعد الإرسال. اترك المساحة فارغة لإعادة التوجيه إلى الصفحة الحالية."
|
665 |
|
666 |
+
#: library/plugin-settings.php:1206
|
667 |
msgid "Success Message"
|
668 |
msgstr "نجاح رسالة"
|
669 |
|
670 |
+
#: library/plugin-settings.php:1208
|
671 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
672 |
+
msgstr "رسالة النجاح التي يتم عرضها في حالة نجاح عملية الإرسال. العلامات الأساسية مسموح بها."
|
673 |
|
674 |
+
#: library/plugin-settings.php:1211
|
675 |
msgid "Error Message"
|
676 |
msgstr "رسالة خطأ"
|
677 |
|
678 |
+
#: library/plugin-settings.php:1213
|
679 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
680 |
+
msgstr "رسالة خطأ عامة يتم عرضها في حالة فشل النشر اللاحق. العلامات الأساسية مسموح بها."
|
681 |
|
682 |
+
#: library/plugin-settings.php:1216
|
683 |
msgid "Custom Content"
|
684 |
msgstr "محتوى مخصص"
|
685 |
|
686 |
+
#: library/plugin-settings.php:1218
|
687 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
688 |
msgstr "نص / ترميز مخصص ليتم تضمينه قبل نموذج التقديم. اتركه فارغًا لتعطيله."
|
689 |
|
690 |
+
#: library/plugin-settings.php:1221
|
691 |
msgid "Rich Text Editor"
|
692 |
msgstr "معالج النصوص"
|
693 |
|
694 |
+
#: library/plugin-settings.php:1223
|
695 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
696 |
+
msgstr "حدد هذا المربع إذا كنت تريد تمكين تحرير نص منسق من WP للرسائل المنشورة."
|
697 |
|
698 |
+
#: library/plugin-settings.php:1226
|
699 |
msgid "Unique Titles"
|
700 |
+
msgstr "ألقاب فريدة"
|
701 |
|
702 |
+
#: library/plugin-settings.php:1228
|
703 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
704 |
+
msgstr "طلب أن تكون عناوين المنشورات المقدمة فريدة (مفيدة لمنع النشرات المتعددة / المكررة المقدمة)."
|
705 |
|
706 |
+
#: library/plugin-settings.php:1231
|
707 |
msgid "Disable Required"
|
708 |
+
msgstr "تعطيل مطلوب"
|
709 |
|
710 |
+
#: library/plugin-settings.php:1233
|
711 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
712 |
+
msgstr "تعطيل جميع السمات المطلوبة في حقول النموذج الافتراضي (مفيد لاستكشاف رسائل الخطأ)."
|
713 |
|
714 |
+
#: library/plugin-settings.php:1236
|
715 |
msgid "Enable Shortcodes"
|
716 |
+
msgstr "تمكين الرموز المختصرة"
|
717 |
|
718 |
+
#: library/plugin-settings.php:1238
|
719 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
720 |
+
msgstr "تمكين الرموز القصيرة في الحاجيات. بشكل افتراضي ، لا يقوم WordPress بتمكين الرموز المختصرة في عناصر واجهة المستخدم. "
|
721 |
|
722 |
+
#: library/plugin-settings.php:1239
|
723 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
724 |
+
msgstr "يمكّن هذا الإعداد أي / جميع الرموز المختصرة في عناصر واجهة المستخدم (حتى الرموز المختصرة من المكونات الإضافية الأخرى)."
|
725 |
|
726 |
+
#: library/plugin-settings.php:1244
|
727 |
+
msgid "Privacy"
|
728 |
+
msgstr "الإجمالية"
|
729 |
|
730 |
+
#: library/plugin-settings.php:1249
|
731 |
msgid "Disable IP Tracking"
|
732 |
msgstr "تعطيل تتبع IP"
|
733 |
|
734 |
+
#: library/plugin-settings.php:1251
|
735 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
736 |
+
msgstr "بشكل افتراضي ، يسجل USP عنوان IP مع كل منشور مقدم. حدد هذا المربع لتعطيل كل تتبع IP."
|
737 |
|
738 |
+
#: library/plugin-settings.php:1255
|
739 |
msgid "Display Checkbox"
|
740 |
msgstr "عرض مربع الاختيار"
|
741 |
|
742 |
+
#: library/plugin-settings.php:1257
|
743 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
744 |
+
msgstr "عرض مربع الاختيار المخصص في النموذج الخاص بك (مفيد بالنسبة إلى إجمالي الناتج المحلي ، والموافقة على الشروط ، وما إلى ذلك)"
|
745 |
|
746 |
+
#: library/plugin-settings.php:1260
|
747 |
msgid "Checkbox Name"
|
748 |
+
msgstr "اسم مربع الاختيار"
|
749 |
|
750 |
+
#: library/plugin-settings.php:1262 library/plugin-settings.php:1352
|
751 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
752 |
+
msgstr "استخدم الحروف الأبجدية الرقمية والشرطات السفلية والشرطات فقط. إذا لم تكن متأكدًا ، استخدم الاسم الافتراضي:"
|
753 |
|
754 |
+
#: library/plugin-settings.php:1265
|
755 |
msgid "Checkbox Error"
|
756 |
msgstr "خطأ في مربع الاختيار"
|
757 |
|
758 |
+
#: library/plugin-settings.php:1267
|
759 |
msgid "Error message displayed if user does not check the box."
|
760 |
+
msgstr "تظهر رسالة خطأ إذا لم يقم المستخدم بتحديد المربع."
|
761 |
|
762 |
+
#: library/plugin-settings.php:1270
|
763 |
msgid "Checkbox Text"
|
764 |
msgstr "نص مربع الاختيار"
|
765 |
|
766 |
+
#: library/plugin-settings.php:1272
|
767 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
768 |
+
msgstr "النص المعروض بجانب مربع الاختيار. نصيحة: استخدم الأقواس المعقوفة لإخراج الأقواس الزاوية ، على سبيل المثال:"
|
769 |
|
770 |
+
#: library/plugin-settings.php:1277 library/plugin-settings.php:1282
|
771 |
msgid "Categories"
|
772 |
msgstr "الاقسام"
|
773 |
|
774 |
+
#: library/plugin-settings.php:1285
|
775 |
+
msgid "Click to view/select categories"
|
776 |
+
msgstr "انقر لعرض / اختيار الفئات"
|
777 |
|
778 |
+
#: library/plugin-settings.php:1293
|
779 |
+
msgid "Multiple Categories"
|
780 |
+
msgstr "فئات متعددة"
|
781 |
+
|
782 |
+
#: library/plugin-settings.php:1295
|
783 |
+
msgid "Enable users to select multiple categories."
|
784 |
+
msgstr "تمكين المستخدمين من تحديد فئات متعددة."
|
785 |
+
|
786 |
+
#: library/plugin-settings.php:1298
|
787 |
msgid "Hidden/Default Category"
|
788 |
msgstr "مخفي / الفئة الافتراضية"
|
789 |
|
790 |
+
#: library/plugin-settings.php:1300
|
791 |
+
msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
|
792 |
+
msgstr "استخدم حقل مخفي لفئة النشر. يؤدي ذلك إلى إخفاء حقل الفئة وتحديد قيمته عبر الخيار التالي."
|
793 |
|
794 |
+
#: library/plugin-settings.php:1303
|
795 |
msgid "Category ID for Hidden Field"
|
796 |
msgstr "معرف الفئة للحقل المخفي"
|
797 |
|
798 |
+
#: library/plugin-settings.php:1305
|
799 |
+
msgid "Specify category ID(s) to use for “Hidden/Default Category”. Separate multiple IDs with a comma."
|
800 |
+
msgstr "حدد معرف (معرّفات) الفئة المراد استخدامها في & ldquo؛ فئة مخفية / افتراضية & rdquo ؛. افصل بين معرفات متعددة بفاصلة."
|
801 |
|
802 |
+
#: library/plugin-settings.php:1310
|
803 |
msgid "Users"
|
804 |
msgstr "المستخدمين"
|
805 |
|
806 |
+
#: library/plugin-settings.php:1315
|
807 |
msgid "Assigned Author"
|
808 |
msgstr "المؤلف المعين"
|
809 |
|
810 |
+
#: library/plugin-settings.php:1318
|
811 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
812 |
+
msgstr "حدد المستخدم الذي يجب تعيينه كمؤلف للوظائف المقدمة."
|
813 |
|
814 |
+
#: library/plugin-settings.php:1322
|
815 |
msgid "Registered Username"
|
816 |
msgstr "اسم المستخدم المسجل"
|
817 |
|
818 |
+
#: library/plugin-settings.php:1324
|
819 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
820 |
+
msgstr "استخدام اسم المستخدم المسجل كمؤلف نشر. صالح عندما يتم تسجيل دخول الشخص الذي أرسل النموذج إلى WordPress."
|
821 |
|
822 |
+
#: library/plugin-settings.php:1327
|
823 |
msgid "User Profile URL"
|
824 |
+
msgstr "عنوان URL لملف تعريف المستخدم"
|
825 |
|
826 |
+
#: library/plugin-settings.php:1329
|
827 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
828 |
+
msgstr "استخدم عنوان URL لملف تعريف المستخدم المسجل كقيمة لحقل عنوان URL. صالح عندما يتم تسجيل دخول الشخص الذي أرسل النموذج إلى WordPress."
|
829 |
|
830 |
+
#: library/plugin-settings.php:1332
|
831 |
msgid "Require User Login"
|
832 |
+
msgstr "تتطلب تسجيل دخول المستخدم"
|
833 |
|
834 |
+
#: library/plugin-settings.php:1334
|
835 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
836 |
msgstr "مطالبة المستخدمين بتسجيل الدخول إلى WordPress لعرض / إرسال النموذج"
|
837 |
|
838 |
+
#: library/plugin-settings.php:1337
|
839 |
msgid "Disable Replace Author"
|
840 |
msgstr "تعطيل استبدال المؤلف"
|
841 |
|
842 |
+
#: library/plugin-settings.php:1339
|
843 |
msgid "Do not replace post author with submitted user name"
|
844 |
+
msgstr "لا تستبدل مؤلف المشاركة باسم المستخدم المقدم"
|
845 |
|
846 |
+
#: library/plugin-settings.php:1345
|
847 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
848 |
+
msgstr "يمكنك هنا تغيير الاسم والتسمية المستخدمة في الحقل المخصص. يمكنك تمكين هذا الحقل من خلال إعداد \"حقول النموذج\" أعلاه."
|
849 |
|
850 |
+
#: library/plugin-settings.php:1350
|
851 |
msgid "Custom Field Name"
|
852 |
msgstr "اسم الحقل المخصص"
|
853 |
|
854 |
+
#: library/plugin-settings.php:1355
|
855 |
msgid "Custom Field Label"
|
856 |
+
msgstr "تسمية حقل مخصص"
|
857 |
|
858 |
+
#: library/plugin-settings.php:1357
|
859 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
860 |
+
msgstr "سيتم عرض هذا كتسمية للحقل في النموذج. الافتراضي: حقل مخصص"
|
861 |
|
862 |
+
#: library/plugin-settings.php:1369
|
863 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
864 |
+
msgstr "لمنع البريد العشوائي ، أدخل سؤالًا يجب على المستخدمين الإجابة عليه قبل إرسال النموذج."
|
865 |
|
866 |
+
#: library/plugin-settings.php:1372
|
867 |
msgid "Challenge Response"
|
868 |
msgstr "قبل التحدي"
|
869 |
|
870 |
+
#: library/plugin-settings.php:1374
|
871 |
msgid "Enter the *only* correct answer to the challenge question."
|
872 |
+
msgstr "أدخل * فقط * الإجابة الصحيحة على سؤال التحدي."
|
873 |
|
874 |
+
#: library/plugin-settings.php:1377
|
875 |
msgid "Case-sensitivity"
|
876 |
msgstr "حساسية القضية"
|
877 |
|
878 |
+
#: library/plugin-settings.php:1379
|
879 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
880 |
msgstr "حدد هذا المربع إذا كنت تريد أن تكون استجابة التحدي حساسة لحالة الأحرف."
|
881 |
|
882 |
+
#: library/plugin-settings.php:1385
|
883 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
884 |
+
msgstr "لتمكين Google reCAPTCHA ، أدخل مفاتيحك العامة والخاصة."
|
885 |
|
886 |
+
#: library/plugin-settings.php:1390
|
887 |
msgid "Public Key"
|
888 |
msgstr "المفتاح العمومي"
|
889 |
|
890 |
+
#: library/plugin-settings.php:1392
|
891 |
msgid "Enter your Public Key"
|
892 |
+
msgstr "أدخل المفتاح العام الخاص بك"
|
893 |
|
894 |
+
#: library/plugin-settings.php:1395
|
895 |
msgid "Private Key"
|
896 |
msgstr "مفتاح سري"
|
897 |
|
898 |
+
#: library/plugin-settings.php:1397
|
899 |
msgid "Enter your Private Key"
|
900 |
+
msgstr "أدخل المفتاح الخاص بك"
|
901 |
|
902 |
+
#: library/plugin-settings.php:1402
|
903 |
msgid "Email Alerts"
|
904 |
msgstr "تنبيهات البريد الإلكتروني"
|
905 |
|
906 |
+
#: library/plugin-settings.php:1407
|
907 |
msgid "Receive Email Alert"
|
908 |
+
msgstr "تلقي تنبيه البريد الإلكتروني"
|
909 |
|
910 |
+
#: library/plugin-settings.php:1409
|
911 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
912 |
+
msgstr "حدد هذا المربع إذا كنت تريد أن يتم إعلامك عن طريق البريد الإلكتروني لتقديم مشاركات جديدة."
|
913 |
|
914 |
+
#: library/plugin-settings.php:1412
|
915 |
msgid "Enable HTML Format"
|
916 |
msgstr "تمكين تنسيق HTML"
|
917 |
|
918 |
+
#: library/plugin-settings.php:1414
|
919 |
msgid "Check this box to enable HTML format for email alerts."
|
920 |
msgstr "حدد هذا المربع لتمكين تنسيق HTML لتنبيهات البريد الإلكتروني."
|
921 |
|
922 |
+
#: library/plugin-settings.php:1417
|
923 |
msgid "Email Address for Alerts"
|
924 |
msgstr "عنوان البريد الإلكتروني للتنبيهات"
|
925 |
|
926 |
+
#: library/plugin-settings.php:1419
|
927 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
928 |
+
msgstr "إذا حددت المربع لتلقي تنبيهات البريد الإلكتروني ، فذكر هنا العنوان (العناوين) التي ينبغي إرسال رسائل البريد الإلكتروني إليها."
|
929 |
|
930 |
+
#: library/plugin-settings.php:1420
|
931 |
msgid "Multiple recipients may be included using a comma, like so:"
|
932 |
+
msgstr "يمكن تضمين مستلمين متعددين باستخدام فاصلة ، مثل ذلك:"
|
933 |
|
934 |
+
#: library/plugin-settings.php:1423
|
935 |
msgid "Email “From” Address"
|
936 |
msgstr "البريد الإلكتروني & ldquo؛ من & rdquo؛ عنوان"
|
937 |
|
938 |
+
#: library/plugin-settings.php:1425
|
939 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
940 |
+
msgstr "يمكنك هنا تخصيص العنوان (العناوين) المستخدم في العنوان & ldquo؛ من & rdquo؛ رأس (انظر البرنامج المساعد أسئلة وأجوبة للحصول على معلومات). "
|
941 |
|
942 |
+
#: library/plugin-settings.php:1426
|
943 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
944 |
+
msgstr "إذا تم تحديد عناوين متعددة في الإعداد السابق ، فقم بتضمين عدد متساوٍ من & ldquo؛ من & rdquo؛ عناوين لهذا الإعداد (بنفس الترتيب)."
|
945 |
|
946 |
+
#: library/plugin-settings.php:1429
|
947 |
msgid "Email Alert Subject"
|
948 |
+
msgstr "البريد الإلكتروني تنبيه الموضوع"
|
949 |
|
950 |
+
#: library/plugin-settings.php:1431
|
951 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
952 |
+
msgstr "سطر الموضوع لتنبيهات البريد الإلكتروني. اتركه فارغًا لاستخدام سطر الموضوع الافتراضي. ملاحظة: يمكنك استخدام المتغيرات التالية: "
|
953 |
|
954 |
+
#: library/plugin-settings.php:1436
|
955 |
msgid "Email Alert Message"
|
956 |
msgstr "رسالة تنبيه بالبريد الإلكتروني"
|
957 |
|
958 |
+
#: library/plugin-settings.php:1438
|
959 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
960 |
+
msgstr "رسالة لتنبيهات البريد الإلكتروني. اتركه فارغًا لاستخدام الرسالة الافتراضية. ملاحظة: يمكنك استخدام المتغيرات التالية: "
|
961 |
|
962 |
+
#: library/plugin-settings.php:1450
|
963 |
msgid "Featured Image"
|
964 |
msgstr "صورة مميزة"
|
965 |
|
966 |
+
#: library/plugin-settings.php:1452
|
967 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
968 |
+
msgstr "تعيين الصور المرسلة كصور مميزة. يتطلب دعم موضوع للصور المميزة (ويعرف أيضًا باسم نشر الصور المصغرة)."
|
969 |
|
970 |
+
#: library/plugin-settings.php:1455
|
971 |
msgid "Upload Message"
|
972 |
msgstr "تحميل رسالة"
|
973 |
|
974 |
+
#: library/plugin-settings.php:1457
|
975 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
976 |
+
msgstr "الرسالة التي تظهر بجانب حقل التحميل. مفيد لتوضيح إرشادات التحميل / السياسة / إلخ. العلامات الأساسية المسموح بها."
|
977 |
|
978 |
+
#: library/plugin-settings.php:1460
|
979 |
msgid "“Add another image” link"
|
980 |
+
msgstr "& ldquo؛ أضف صورة أخرى & rdquo؛ حلقة الوصل"
|
981 |
|
982 |
+
#: library/plugin-settings.php:1462
|
983 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
984 |
+
msgstr "الترميز المخصص لـ & ldquo؛ إضافة صورة أخرى & rdquo؛ حلقة الوصل. اتركه فارغًا لاستخدام الترميز الافتراضي (مستحسن)."
|
985 |
|
986 |
+
#: library/plugin-settings.php:1465
|
987 |
msgid "Minimum number of images"
|
988 |
msgstr "الحد الأدنى لعدد الصور"
|
989 |
|
990 |
+
#: library/plugin-settings.php:1468
|
991 |
msgid "Specify the minimum number of images."
|
992 |
msgstr "حدد الحد الأدنى لعدد الصور."
|
993 |
|
994 |
+
#: library/plugin-settings.php:1472
|
995 |
msgid "Maximum number of images"
|
996 |
+
msgstr "الحد الأقصى لعدد الصور"
|
997 |
|
998 |
+
#: library/plugin-settings.php:1475
|
999 |
msgid "Specify the maximum number of images."
|
1000 |
+
msgstr "حدد الحد الأقصى لعدد الصور."
|
1001 |
|
1002 |
+
#: library/plugin-settings.php:1479
|
1003 |
msgid "Minimum image width"
|
1004 |
msgstr "الحد الأدنى لعرض الصورة"
|
1005 |
|
1006 |
+
#: library/plugin-settings.php:1481
|
1007 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1008 |
msgstr "حدد الحد الأدنى للعرض (بالبكسل) للصور التي تم تحميلها."
|
1009 |
|
1010 |
+
#: library/plugin-settings.php:1484
|
1011 |
msgid "Minimum image height"
|
1012 |
msgstr "الحد الأدنى لارتفاع الصورة"
|
1013 |
|
1014 |
+
#: library/plugin-settings.php:1486
|
1015 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1016 |
msgstr "حدد الحد الأدنى للارتفاع (بالبكسل) للصور التي تم تحميلها."
|
1017 |
|
1018 |
+
#: library/plugin-settings.php:1489
|
1019 |
msgid "Maximum image width"
|
1020 |
+
msgstr "الحد الأقصى لعرض الصورة"
|
1021 |
|
1022 |
+
#: library/plugin-settings.php:1491
|
1023 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1024 |
msgstr "حدد الحد الأقصى للعرض (بالبكسل) للصور التي تم تحميلها."
|
1025 |
|
1026 |
+
#: library/plugin-settings.php:1494
|
1027 |
msgid "Maximum image height"
|
1028 |
msgstr "أقصى ارتفاع للصورة"
|
1029 |
|
1030 |
+
#: library/plugin-settings.php:1496
|
1031 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1032 |
+
msgstr "حدد أقصى ارتفاع (بالبكسل) للصور التي تم تحميلها."
|
1033 |
|
1034 |
+
#: library/plugin-settings.php:1499
|
1035 |
msgid "More Options"
|
1036 |
+
msgstr "المزيد من الخيارات"
|
1037 |
|
1038 |
+
#: library/plugin-settings.php:1502
|
1039 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1040 |
+
msgstr "لمزيد من الخيارات ، مثل القدرة على تحميل أنواع الملفات الأخرى (مثل PDF و Word و Zip ومقاطع الفيديو والمزيد) ، راجع"
|
1041 |
|
1042 |
+
#: library/plugin-settings.php:1503
|
1043 |
msgid "Go Pro!"
|
1044 |
+
msgstr "الذهاب برو!"
|
1045 |
|
1046 |
+
#: library/plugin-settings.php:1510
|
1047 |
msgid "Auto-Display Content"
|
1048 |
msgstr "محتوى العرض التلقائي"
|
1049 |
|
1050 |
+
#: library/plugin-settings.php:1515
|
1051 |
msgid "Auto-Display Images"
|
1052 |
+
msgstr "عرض الصور التلقائي"
|
1053 |
|
1054 |
+
#: library/plugin-settings.php:1517
|
1055 |
msgid "Auto-display user-submitted images:"
|
1056 |
+
msgstr "العرض التلقائي للصور المقدمة من المستخدم:"
|
1057 |
|
1058 |
+
#: library/plugin-settings.php:1522
|
1059 |
msgid "Image Markup"
|
1060 |
+
msgstr "ترميز الصور"
|
1061 |
|
1062 |
+
#: library/plugin-settings.php:1524
|
1063 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1064 |
+
msgstr "وضع علامة للاستخدام لكل صورة مرسلة (عند تمكين العرض التلقائي). يمكن استخدام"
|
1065 |
|
1066 |
+
#: library/plugin-settings.php:1526 library/plugin-settings.php:1539
|
1067 |
+
#: library/plugin-settings.php:1552 library/plugin-settings.php:1565
|
1068 |
msgid "and"
|
1069 |
msgstr "و"
|
1070 |
|
1071 |
+
#: library/plugin-settings.php:1529
|
1072 |
msgid "Auto-Display Email"
|
1073 |
+
msgstr "عرض البريد الإلكتروني التلقائي"
|
1074 |
|
1075 |
+
#: library/plugin-settings.php:1531
|
1076 |
msgid "Auto-display user-submitted email:"
|
1077 |
+
msgstr "العرض التلقائي للبريد الإلكتروني المقدم من المستخدم:"
|
1078 |
|
1079 |
+
#: library/plugin-settings.php:1536
|
1080 |
msgid "Email Markup"
|
1081 |
+
msgstr "البريد الإلكتروني ترميز"
|
1082 |
|
1083 |
+
#: library/plugin-settings.php:1538
|
1084 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1085 |
+
msgstr "وضع علامة للاستخدام لعنوان البريد الإلكتروني المقدم (عند تمكين العرض التلقائي). يمكن استخدام"
|
1086 |
|
1087 |
+
#: library/plugin-settings.php:1542
|
1088 |
msgid "Auto-Display URL"
|
1089 |
+
msgstr "عنوان URL للعرض التلقائي"
|
1090 |
|
1091 |
+
#: library/plugin-settings.php:1544
|
1092 |
msgid "Auto-display user-submitted URL:"
|
1093 |
+
msgstr "عنوان URL الذي يعرضه المستخدم تلقائيًا:"
|
1094 |
|
1095 |
+
#: library/plugin-settings.php:1549
|
1096 |
msgid "URL Markup"
|
1097 |
+
msgstr "ترميز URL"
|
1098 |
|
1099 |
+
#: library/plugin-settings.php:1551
|
1100 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1101 |
+
msgstr "الترميز لاستخدامه لعنوان URL المقدم (عند تمكين العرض التلقائي). يمكن استخدام"
|
1102 |
|
1103 |
+
#: library/plugin-settings.php:1555
|
1104 |
msgid "Auto-Display Custom Field"
|
1105 |
+
msgstr "عرض تلقائي حقل مخصص"
|
1106 |
|
1107 |
+
#: library/plugin-settings.php:1557
|
1108 |
msgid "Auto-display user-submitted Custom Field:"
|
1109 |
+
msgstr "عرض تلقائي مخصص يقدمه المستخدم:"
|
1110 |
|
1111 |
+
#: library/plugin-settings.php:1562
|
1112 |
msgid "Custom Field Markup"
|
1113 |
+
msgstr "ترميز الحقول المخصصة"
|
1114 |
|
1115 |
+
#: library/plugin-settings.php:1564
|
1116 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1117 |
+
msgstr "وضع علامة للاستخدام للحقل المخصص المقدم (عند تمكين العرض التلقائي). يمكن استخدام"
|
1118 |
|
1119 |
+
#: library/plugin-settings.php:1570 library/plugin-settings.php:1682
|
1120 |
msgid "Save Settings"
|
1121 |
msgstr "احفظ التغييرات"
|
1122 |
|
1123 |
+
#: library/plugin-settings.php:1575
|
1124 |
msgid "Display the Form"
|
1125 |
msgstr "عرض النموذج"
|
1126 |
|
1127 |
+
#: library/plugin-settings.php:1578
|
1128 |
msgid "Post-Submit Form"
|
1129 |
+
msgstr "نموذج ما بعد الإرسال"
|
1130 |
|
1131 |
+
#: library/plugin-settings.php:1579
|
1132 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1133 |
+
msgstr "يمكّنك USP من عرض نموذج ما بعد الإرسال في أي مكان على موقعك."
|
1134 |
|
1135 |
+
#: library/plugin-settings.php:1580 library/plugin-settings.php:1589
|
1136 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1137 |
+
msgstr "استخدم الرمز المختصر لعرض النموذج على أي منشور أو صفحة WP:"
|
1138 |
|
1139 |
+
#: library/plugin-settings.php:1583 library/plugin-settings.php:1592
|
1140 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1141 |
+
msgstr "أو استخدم علامة القالب لعرض النموذج في أي مكان في قالب السمة:"
|
1142 |
|
1143 |
+
#: library/plugin-settings.php:1587
|
1144 |
msgid "Login/Register Form"
|
1145 |
msgstr "نموذج تسجيل الدخول / التسجيل"
|
1146 |
|
1147 |
+
#: library/plugin-settings.php:1588
|
1148 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1149 |
+
msgstr "يمكنك أيضًا عرض نموذج يتيح للمستخدمين تسجيل الدخول أو التسجيل أو إعادة تعيين كلمة المرور الخاصة بهم."
|
1150 |
|
1151 |
+
#: library/plugin-settings.php:1596
|
1152 |
msgid "Display Submitted Posts"
|
1153 |
msgstr "عرض المشاركات المقدمة"
|
1154 |
|
1155 |
+
#: library/plugin-settings.php:1597
|
1156 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1157 |
+
msgstr "استخدم هذا الرمز القصير لعرض قائمة بالوظائف المنشورة في أي منشور أو صفحة من WP:"
|
1158 |
|
1159 |
+
#: library/plugin-settings.php:1600
|
1160 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1161 |
+
msgstr "أو استخدم علامة القالب لعرض قائمة المنشورات المقدمة في أي مكان في قالب السمة:"
|
1162 |
|
1163 |
+
#: library/plugin-settings.php:1603
|
1164 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1165 |
msgstr "فيما يلي بعض الأمثلة التي توضح كيفية تكوين هذا الرمز القصير:"
|
1166 |
|
1167 |
+
#: library/plugin-settings.php:1611
|
1168 |
msgid "Display Image Gallery"
|
1169 |
msgstr "عرض معرض الصور"
|
1170 |
|
1171 |
+
#: library/plugin-settings.php:1612
|
1172 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1173 |
+
msgstr "استخدم هذا الرمز المختصر لعرض معرض للصور التي تم تحميلها لكل مشاركة مقدمة:"
|
1174 |
|
1175 |
+
#: library/plugin-settings.php:1615
|
1176 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1177 |
+
msgstr "أو استخدم علامة القالب لعرض معرض صور في أي مكان في قالب السمة:"
|
1178 |
|
1179 |
+
#: library/plugin-settings.php:1618
|
1180 |
msgid "You can customize using any of the follwing attributes:"
|
1181 |
+
msgstr "يمكنك التخصيص باستخدام أي من السمات التالية:"
|
1182 |
|
1183 |
+
#: library/plugin-settings.php:1633
|
1184 |
msgid "Reset Form Button"
|
1185 |
msgstr "إعادة تعيين زر النموذج"
|
1186 |
|
1187 |
+
#: library/plugin-settings.php:1634
|
1188 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1189 |
msgstr "يعرض هذا الرمز القصير رابطًا يعيد تعيين النموذج إلى حالته الأصلية:"
|
1190 |
|
1191 |
+
#: library/plugin-settings.php:1637
|
1192 |
msgid "This shortcode accepts the following attributes:"
|
1193 |
+
msgstr "يقبل هذا الرمز القصير السمات التالية:"
|
1194 |
|
1195 |
+
#: library/plugin-settings.php:1643
|
1196 |
msgid "Note that the url attribute accepts"
|
1197 |
msgstr "لاحظ أن سمة url تقبل"
|
1198 |
|
1199 |
+
#: library/plugin-settings.php:1643
|
1200 |
msgid "to get the current URL."
|
1201 |
msgstr "للحصول على عنوان URL الحالي."
|
1202 |
|
1203 |
+
#: library/plugin-settings.php:1646
|
1204 |
msgid "Access Control"
|
1205 |
msgstr "صلاحية التحكم صلاحية الدخول"
|
1206 |
|
1207 |
+
#: library/plugin-settings.php:1647
|
1208 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1209 |
+
msgstr "يوفر USP ثلاثة رموز مختصرة للتحكم في الوصول وتقييد المحتوى."
|
1210 |
|
1211 |
+
#: library/plugin-settings.php:1648
|
1212 |
msgid "Display content only to users with a specific capability:"
|
1213 |
+
msgstr "عرض المحتوى فقط للمستخدمين الذين لديهم إمكانية محددة:"
|
1214 |
|
1215 |
+
#: library/plugin-settings.php:1651
|
1216 |
msgid "Display content to logged-in users:"
|
1217 |
+
msgstr "عرض المحتوى للمستخدمين الذين قاموا بتسجيل الدخول:"
|
1218 |
|
1219 |
+
#: library/plugin-settings.php:1654
|
1220 |
msgid "Display content to visitors only:"
|
1221 |
msgstr "عرض المحتوى للزوار فقط:"
|
1222 |
|
1223 |
+
#: library/plugin-settings.php:1657
|
1224 |
msgid "Tip:"
|
1225 |
msgstr "تلميح:"
|
1226 |
|
1227 |
+
#: library/plugin-settings.php:1657
|
1228 |
msgid "to include markup in the deny message, you can use"
|
1229 |
+
msgstr "لتضمين العلامات في رسالة الرفض ، يمكنك استخدام"
|
1230 |
|
1231 |
+
#: library/plugin-settings.php:1657
|
1232 |
msgid "to output"
|
1233 |
msgstr "لإخراج"
|
1234 |
|
1235 |
+
#: library/plugin-settings.php:1660
|
1236 |
msgid "Example"
|
1237 |
msgstr "مثال"
|
1238 |
|
1239 |
+
#: library/plugin-settings.php:1661
|
1240 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1241 |
+
msgstr "إذا تم تسجيل دخول المستخدم ، فقم بعرض نموذج ما بعد الإرسال ؛ أو إذا لم يتم تسجيل دخول المستخدم ، فقم بعرض نموذج تسجيل الدخول:"
|
1242 |
|
1243 |
+
#: library/plugin-settings.php:1673
|
1244 |
msgid "Restore Defaults"
|
1245 |
msgstr "استعادة الضبط الافتراضي"
|
1246 |
|
1247 |
+
#: library/plugin-settings.php:1676
|
1248 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1249 |
+
msgstr "اترك هذا الخيار معطلاً لتذكر إعداداتك. أو ، للمضي قدمًا واستعادة خيارات المكوّن الإضافي الافتراضي: حدد المربع ، واحفظ الإعدادات ، ثم قم بإلغاء تنشيط / إعادة تنشيط المكوّن الإضافي."
|
1250 |
|
1251 |
+
#: library/plugin-settings.php:1680
|
1252 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1253 |
+
msgstr "استعادة الخيارات الافتراضية عند إلغاء تنشيط البرنامج المساعد / إعادة تنشيطه."
|
1254 |
|
1255 |
+
#: library/plugin-settings.php:1687
|
1256 |
msgid "Show Support"
|
1257 |
msgstr "إظهار الدعم"
|
1258 |
|
1259 |
+
#: library/plugin-settings.php:1696
|
1260 |
msgid "by"
|
1261 |
msgstr "بواسطة"
|
1262 |
|
1263 |
+
#: library/plugin-settings.php:1697
|
1264 |
msgid "Jeff Starr on Twitter"
|
1265 |
msgstr "جيف ستار على تويتر"
|
1266 |
|
1267 |
+
#: library/plugin-settings.php:1698
|
1268 |
msgid "Obsessive Web Design & Development"
|
1269 |
+
msgstr "الهوس تصميم الويب & أمبير ؛ تطوير"
|
1270 |
|
1271 |
+
#: library/plugin-settings.php:1709
|
1272 |
msgid "Save Preference"
|
1273 |
msgstr "حفظ التفضيل"
|
1274 |
|
1275 |
+
#: library/plugin-settings.php:1716
|
1276 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1277 |
+
msgstr "هل تريد بالتأكيد استعادة جميع الخيارات الافتراضية؟ (لا يمكن التراجع عن هذا الإجراء)"
|
1278 |
+
|
1279 |
+
#: library/support-panel.php:55
|
1280 |
+
msgid "Perishable Press Books"
|
1281 |
+
msgstr "كتب الصحافة القابلة للتلف"
|
1282 |
+
|
1283 |
+
#: library/support-panel.php:56
|
1284 |
+
msgid "Plugin Planet"
|
1285 |
+
msgstr "البرنامج المساعد الكوكب"
|
1286 |
+
|
1287 |
+
#: library/support-panel.php:57
|
1288 |
+
msgid "Donate via PayPal"
|
1289 |
+
msgstr "تبرع عبر PayPal"
|
1290 |
+
|
1291 |
+
#: library/support-panel.php:59
|
1292 |
+
msgid "books"
|
1293 |
+
msgstr "الكتب"
|
1294 |
+
|
1295 |
+
#: library/support-panel.php:60
|
1296 |
+
msgid "plugins"
|
1297 |
+
msgstr "الإضافات"
|
1298 |
+
|
1299 |
+
#: library/support-panel.php:61
|
1300 |
+
msgid "donation"
|
1301 |
+
msgstr "هبة"
|
1302 |
+
|
1303 |
+
#: library/support-panel.php:63
|
1304 |
+
msgid "Thank you for using"
|
1305 |
+
msgstr "شكرا لأستخدامك"
|
1306 |
+
|
1307 |
+
#: library/support-panel.php:64
|
1308 |
+
msgid "Please show support by purchasing one of my"
|
1309 |
+
msgstr "يرجى إظهار الدعم من خلال شراء واحدة من بلدي"
|
1310 |
+
|
1311 |
+
#: library/support-panel.php:65
|
1312 |
+
msgid "or"
|
1313 |
+
msgstr "أو"
|
1314 |
+
|
1315 |
+
#: library/support-panel.php:65
|
1316 |
+
msgid "or by making a"
|
1317 |
+
msgstr "أو عن طريق"
|
1318 |
+
|
1319 |
+
#: library/support-panel.php:66
|
1320 |
+
msgid "Your generous support helps future development of"
|
1321 |
+
msgstr "دعمكم السخي يساعد في تطوير المستقبل"
|
1322 |
+
|
1323 |
+
#: library/support-panel.php:67
|
1324 |
+
msgid "and is greatly appreciated."
|
1325 |
+
msgstr "وتحظى بتقدير كبير."
|
1326 |
+
|
1327 |
+
#: library/support-panel.php:69
|
1328 |
+
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
1329 |
+
msgstr "يساعدني أي تبرع بالحجم على مواصلة تطوير هذا البرنامج المساعد المجاني وغيره من موارد WordPress الرائعة."
|
1330 |
|
1331 |
#. Description of the plugin
|
1332 |
#:
|
1333 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
1334 |
+
msgstr "تمكن زوار موقعك من إرسال المشاركات والصور من أي مكان على موقعك."
|
1335 |
|
1336 |
#. URI of the plugin
|
1337 |
#:
|
languages/usp-bn_BD.mo
CHANGED
Binary file
|
languages/usp-bn_BD.po
CHANGED
@@ -4,7 +4,7 @@ msgstr ""
|
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
-
"Project-Id-Version: USP
|
8 |
"Language: bn\n"
|
9 |
|
10 |
#. Name of the plugin
|
@@ -12,1313 +12,1326 @@ msgstr ""
|
|
12 |
msgid "User Submitted Posts"
|
13 |
msgstr "ব্যবহারকারী জমা পোস্ট"
|
14 |
|
15 |
-
#: user-submitted-posts.php:
|
16 |
msgid "requires WordPress "
|
17 |
-
msgstr "ওয়ার্ডপ্রেস প্রয়োজন"
|
18 |
|
19 |
-
#: user-submitted-posts.php:
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
-
msgstr "
|
22 |
|
23 |
-
#: user-submitted-posts.php:
|
24 |
msgid "Please return to the"
|
25 |
-
msgstr "
|
26 |
|
27 |
-
#: user-submitted-posts.php:
|
28 |
msgid "WordPress Admin Area"
|
29 |
-
msgstr "ওয়ার্ডপ্রেস অ্যাডমিন
|
30 |
|
31 |
-
#: user-submitted-posts.php:
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
-
msgstr "ওয়ার্ডপ্রেস আপগ্রেড এবং আবার চেষ্টা করুন।"
|
34 |
|
35 |
-
#: user-submitted-posts.php:
|
36 |
msgid "User Submitted Post"
|
37 |
-
msgstr "ব্যবহারকারী জমা পোস্ট"
|
38 |
|
39 |
-
#: user-submitted-posts.php:
|
40 |
msgid "User Submitted Post Info"
|
41 |
msgstr "ব্যবহারকারী জমা পোস্ট তথ্য"
|
42 |
|
43 |
-
#: user-submitted-posts.php:
|
44 |
msgid "Submitter Name: "
|
45 |
-
msgstr "
|
46 |
|
47 |
-
#: user-submitted-posts.php:
|
48 |
msgid "Submitter Email: "
|
49 |
-
msgstr "
|
50 |
|
51 |
-
#: user-submitted-posts.php:
|
52 |
msgid "Submitter URL: "
|
53 |
-
msgstr "
|
54 |
|
55 |
-
#: user-submitted-posts.php:
|
56 |
msgid "Submitter IP: "
|
57 |
-
msgstr "
|
58 |
|
59 |
-
#: user-submitted-posts.php:
|
60 |
msgid "Show USP Posts"
|
61 |
-
msgstr "ইউএসপি
|
62 |
|
63 |
-
#: user-submitted-posts.php:
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
-
#: user-submitted-posts.php:
|
68 |
msgid " files required"
|
69 |
msgstr " ফাইল প্রয়োজন"
|
70 |
|
71 |
-
#: user-submitted-posts.php:
|
72 |
msgid " file required"
|
73 |
msgstr " ফাইল প্রয়োজন"
|
74 |
|
75 |
-
#: user-submitted-posts.php:
|
76 |
msgid " files"
|
77 |
msgstr " নথি পত্র"
|
78 |
|
79 |
-
#: user-submitted-posts.php:
|
80 |
msgid " file"
|
81 |
msgstr " ফাইল"
|
82 |
|
83 |
-
#: user-submitted-posts.php:
|
84 |
-
#: user-submitted-posts.php:
|
85 |
msgid " pixels"
|
86 |
msgstr " পিক্সেল"
|
87 |
|
88 |
-
#: user-submitted-posts.php:
|
89 |
-
#: library/plugin-settings.php:
|
90 |
-
#: library/plugin-settings.php:
|
91 |
msgid "Custom Field"
|
92 |
msgstr "কাস্টম ক্ষেত্র"
|
93 |
|
94 |
-
#: user-submitted-posts.php:
|
95 |
msgid "Custom checkbox required"
|
96 |
msgstr "কাস্টম চেকবক্স প্রয়োজন"
|
97 |
|
98 |
-
#: user-submitted-posts.php:
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
msgstr "একটি ত্রুটি ঘটেছে. ফিরে যান এবং আবার চেষ্টা করুন।"
|
101 |
|
102 |
-
#: user-submitted-posts.php:
|
103 |
msgid "User login required"
|
104 |
-
msgstr "
|
105 |
|
106 |
-
#: user-submitted-posts.php:
|
107 |
msgid "User name required"
|
108 |
msgstr "ব্যবহারকারীর নাম (বাধ্যতামূলক"
|
109 |
|
110 |
-
#: user-submitted-posts.php:
|
111 |
msgid "Post title required"
|
112 |
-
msgstr "
|
113 |
|
114 |
-
#: user-submitted-posts.php:
|
115 |
msgid "User URL required"
|
116 |
-
msgstr "ব্যবহারকারীর ইউআরএল
|
117 |
|
118 |
-
#: user-submitted-posts.php:
|
119 |
msgid "Post tags required"
|
120 |
msgstr "পোস্ট ট্যাগ প্রয়োজন"
|
121 |
|
122 |
-
#: user-submitted-posts.php:
|
123 |
msgid "Post category required"
|
124 |
-
msgstr "পোস্ট বিভাগ
|
125 |
|
126 |
-
#: user-submitted-posts.php:
|
127 |
msgid "Post content required"
|
128 |
-
msgstr "পোস্ট
|
129 |
|
130 |
-
#: user-submitted-posts.php:
|
131 |
msgid "Correct captcha required"
|
132 |
msgstr "সঠিক ক্যাপচা প্রয়োজন"
|
133 |
|
134 |
-
#: user-submitted-posts.php:
|
135 |
msgid "User email required"
|
136 |
-
msgstr "
|
137 |
|
138 |
-
#: user-submitted-posts.php:
|
139 |
msgid "Please check your email and try again"
|
140 |
-
msgstr "আপনার
|
141 |
|
142 |
-
#: user-submitted-posts.php:
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
-
msgstr "লুকানো ক্ষেত্রের জন্য খালি
|
145 |
|
146 |
-
#: user-submitted-posts.php:
|
147 |
msgid "Minimum number of images not met"
|
148 |
-
msgstr "
|
149 |
|
150 |
-
#: user-submitted-posts.php:
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
-
msgstr "
|
153 |
|
154 |
-
#: user-submitted-posts.php:
|
155 |
msgid "Minimum image width not met"
|
156 |
-
msgstr "
|
157 |
|
158 |
-
#: user-submitted-posts.php:
|
159 |
msgid "Image width exceeds maximum"
|
160 |
-
msgstr "
|
161 |
|
162 |
-
#: user-submitted-posts.php:
|
163 |
msgid "Minimum image height not met"
|
164 |
-
msgstr "
|
165 |
|
166 |
-
#: user-submitted-posts.php:
|
167 |
msgid "Image height exceeds maximum"
|
168 |
-
msgstr "
|
169 |
|
170 |
-
#: user-submitted-posts.php:
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
-
msgstr "
|
173 |
|
174 |
-
#: user-submitted-posts.php:
|
175 |
msgid " required"
|
176 |
msgstr " প্রয়োজনীয়"
|
177 |
|
178 |
-
#: user-submitted-posts.php:
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
-
msgstr "ফাইল আপলোড করা
|
181 |
|
182 |
-
#: user-submitted-posts.php:
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
-
msgstr "ফাইল (গুলি) আপলোড করা
|
185 |
|
186 |
-
#: user-submitted-posts.php:
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
-
msgstr "পোস্ট তৈরি
|
189 |
|
190 |
-
#: user-submitted-posts.php:
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
msgstr "সদৃশ পোস্ট শিরোনাম। অনুগ্রহপূর্বক আবার চেষ্টা করুন."
|
193 |
|
194 |
-
#: user-submitted-posts.php:
|
195 |
msgid "Error: "
|
196 |
-
msgstr "ত্রুটি:"
|
197 |
|
198 |
-
#: user-submitted-posts.php:
|
199 |
msgid "Return to form"
|
200 |
msgstr "ফর্ম ফিরে"
|
201 |
|
202 |
-
#: user-submitted-posts.php:
|
203 |
msgid "Please"
|
204 |
msgstr "অনুগ্রহ"
|
205 |
|
206 |
-
#: user-submitted-posts.php:
|
207 |
msgid "log in"
|
208 |
-
msgstr "লগ ইন
|
209 |
|
210 |
-
#: user-submitted-posts.php:
|
211 |
msgid "to submit content!"
|
212 |
-
msgstr "
|
213 |
|
214 |
-
#: views/submission-form.php:
|
215 |
msgid "Please complete the required fields."
|
216 |
-
msgstr "প্রয়োজনীয়
|
217 |
|
218 |
-
#: views/submission-form.php:
|
219 |
-
#: views/submission-form-alt.php:
|
220 |
msgid "Your Name"
|
221 |
msgstr "তোমার নাম"
|
222 |
|
223 |
-
#: views/submission-form.php:
|
224 |
-
#: views/submission-form-alt.php:
|
225 |
msgid "Your URL"
|
226 |
msgstr "আপনার ইউআরএল"
|
227 |
|
228 |
-
#: views/submission-form.php:
|
229 |
-
#: views/submission-form-alt.php:
|
230 |
msgid "Your Email"
|
231 |
msgstr "তোমার ইমেইল"
|
232 |
|
233 |
-
#: views/submission-form.php:
|
234 |
-
#: views/submission-form-alt.php:
|
235 |
-
#: library/plugin-settings.php:
|
236 |
msgid "Post Title"
|
237 |
msgstr "পোস্ট শিরোনাম"
|
238 |
|
239 |
-
#: views/submission-form.php:
|
240 |
-
#: views/submission-form-alt.php:
|
241 |
-
#: library/plugin-settings.php:
|
242 |
msgid "Post Tags"
|
243 |
-
msgstr "পোস্ট
|
244 |
|
245 |
-
#: views/submission-form.php:
|
246 |
msgid "Antispam Question"
|
247 |
-
msgstr "
|
248 |
|
249 |
-
#: views/submission-form.php:
|
250 |
-
#: library/plugin-settings.php:
|
251 |
msgid "Post Category"
|
252 |
msgstr "পোস্ট বিভাগ"
|
253 |
|
254 |
-
#: views/submission-form.php:
|
|
|
255 |
msgid "Please select a category.."
|
256 |
-
msgstr "একটি বিভাগ নির্বাচন করুন .."
|
257 |
|
258 |
-
#: views/submission-form.php:
|
259 |
-
#: views/submission-form-alt.php:
|
260 |
-
#: library/plugin-settings.php:
|
261 |
msgid "Post Content"
|
262 |
-
msgstr "পোস্ট
|
263 |
|
264 |
-
#: views/submission-form.php:
|
265 |
msgid "Verification"
|
266 |
msgstr "প্রতিপাদন"
|
267 |
|
268 |
-
#: views/submission-form.php:
|
269 |
msgid "Upload an Image"
|
270 |
-
msgstr "একটি
|
271 |
|
272 |
-
#: views/submission-form.php:
|
273 |
msgid "Add another image"
|
274 |
-
msgstr "অন্য ছবি
|
275 |
|
276 |
-
#: views/submission-form.php:
|
277 |
msgid "Human verification: leave this field empty."
|
278 |
-
msgstr "মানব যাচাইকরণ: এই
|
279 |
|
280 |
-
#: views/submission-form.php:
|
281 |
msgid "Submit Post"
|
282 |
msgstr "পোস্ট জমা দিন"
|
283 |
|
|
|
|
|
|
|
|
|
284 |
#: library/shortcode-misc.php:18
|
285 |
msgid "Reset form"
|
286 |
-
msgstr "
|
287 |
|
288 |
#: library/shortcode-misc.php:128
|
289 |
msgid "View full post"
|
290 |
msgstr "সম্পূর্ণ পোস্ট দেখুন"
|
291 |
|
292 |
-
#: library/
|
293 |
-
msgid "
|
294 |
-
msgstr "
|
295 |
-
|
296 |
-
#: library/support-panel.php:53
|
297 |
-
msgid "Plugin Planet"
|
298 |
-
msgstr "প্লাগইন প্ল্যানেট"
|
299 |
-
|
300 |
-
#: library/support-panel.php:54
|
301 |
-
msgid "Donate via PayPal"
|
302 |
-
msgstr "PayPal মাধ্যমে দান করুন"
|
303 |
-
|
304 |
-
#: library/support-panel.php:56
|
305 |
-
msgid "books"
|
306 |
-
msgstr "বই"
|
307 |
-
|
308 |
-
#: library/support-panel.php:57
|
309 |
-
msgid "plugins"
|
310 |
-
msgstr "প্লাগ-ইন"
|
311 |
-
|
312 |
-
#: library/support-panel.php:58
|
313 |
-
msgid "donation"
|
314 |
-
msgstr "দান"
|
315 |
-
|
316 |
-
#: library/support-panel.php:60
|
317 |
-
msgid "Thank you for using"
|
318 |
-
msgstr "ব্যবহার করার জন্য আপনাকে ধন্যবাদ"
|
319 |
-
|
320 |
-
#: library/support-panel.php:61
|
321 |
-
msgid "Please show support by purchasing one of my"
|
322 |
-
msgstr "আমার এক ক্রয় দ্বারা সমর্থন প্রদর্শন করুন"
|
323 |
-
|
324 |
-
#: library/support-panel.php:62
|
325 |
-
msgid "or"
|
326 |
-
msgstr "অথবা"
|
327 |
-
|
328 |
-
#: library/support-panel.php:62
|
329 |
-
msgid "or by making a"
|
330 |
-
msgstr "অথবা একটি তৈরি করে"
|
331 |
-
|
332 |
-
#: library/support-panel.php:63
|
333 |
-
msgid "Your generous support helps future development of"
|
334 |
-
msgstr "আপনার উদার সমর্থন ভবিষ্যতে উন্নয়ন সাহায্য করে"
|
335 |
-
|
336 |
-
#: library/support-panel.php:64
|
337 |
-
msgid "and is greatly appreciated."
|
338 |
-
msgstr "এবং ব্যাপকভাবে প্রশংসা করা হয়।"
|
339 |
-
|
340 |
-
#: library/support-panel.php:66
|
341 |
-
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
342 |
-
msgstr "যেকোন সাইজ দান আমাকে এই ফ্রি প্লাগইন এবং অন্যান্য দুর্দান্ত ওয়ার্ডপ্রেস রিসোর্সগুলি বিকাশ চালিয়ে যেতে সহায়তা করে।"
|
343 |
-
|
344 |
-
#: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
|
345 |
-
msgid "Incorrect response."
|
346 |
-
msgstr "ভুল প্রতিক্রিয়া।"
|
347 |
|
348 |
-
#: library/plugin-settings.php:
|
349 |
msgid "Get USP Pro for unlimited forms!"
|
350 |
-
msgstr "সীমাহীন
|
351 |
|
352 |
-
#: library/plugin-settings.php:
|
353 |
msgid "Go Pro"
|
354 |
-
msgstr "
|
355 |
-
|
356 |
-
#: library/plugin-settings.php:37
|
357 |
-
msgid "Settings"
|
358 |
-
msgstr "সেটিংস"
|
359 |
|
360 |
-
#: library/plugin-settings.php:
|
361 |
-
#: library/plugin-settings.php:
|
362 |
msgid "Plugin Homepage"
|
363 |
msgstr "প্লাগইন হোমপেজ"
|
364 |
|
365 |
-
#: library/plugin-settings.php:
|
366 |
msgid "Homepage"
|
367 |
msgstr "হোম পেজ"
|
368 |
|
369 |
-
#: library/plugin-settings.php:
|
370 |
msgid "Give USP a 5-star rating at WordPress.org"
|
371 |
-
msgstr "
|
372 |
|
373 |
-
#: library/plugin-settings.php:
|
374 |
msgid "Rate this plugin »"
|
375 |
-
msgstr "এই
|
376 |
|
377 |
-
#: library/plugin-settings.php:
|
378 |
msgid "WP Post (recommended)"
|
379 |
-
msgstr "
|
380 |
|
381 |
-
#: library/plugin-settings.php:
|
382 |
msgid "WP Page"
|
383 |
-
msgstr "
|
384 |
|
385 |
-
#: library/plugin-settings.php:
|
386 |
msgid "HTML5 Form + Default CSS"
|
387 |
-
msgstr "
|
388 |
|
389 |
-
#: library/plugin-settings.php:
|
390 |
msgid "(Recommended)"
|
391 |
msgstr "(প্রস্তাবিত)"
|
392 |
|
393 |
-
#: library/plugin-settings.php:
|
394 |
msgid "HTML5 Form + Disable CSS"
|
395 |
-
msgstr "
|
396 |
|
397 |
-
#: library/plugin-settings.php:
|
398 |
msgid "(Provide your own styles)"
|
399 |
-
msgstr "(আপনার নিজস্ব শৈলী
|
400 |
|
401 |
-
#: library/plugin-settings.php:
|
402 |
msgid "Custom Form + Custom CSS"
|
403 |
msgstr "কাস্টম ফর্ম + কাস্টম সিএসএস"
|
404 |
|
405 |
-
#: library/plugin-settings.php:
|
406 |
msgid "(Provide your own form template & styles)"
|
407 |
-
msgstr "(আপনার নিজস্ব ফর্ম টেমপ্লেট
|
408 |
|
409 |
-
#: library/plugin-settings.php:
|
410 |
-
#: library/plugin-settings.php:
|
411 |
msgid "Auto-display before post content"
|
412 |
-
msgstr "পোস্ট
|
413 |
|
414 |
-
#: library/plugin-settings.php:
|
415 |
-
#: library/plugin-settings.php:
|
416 |
msgid "Auto-display after post content"
|
417 |
-
msgstr "পোস্ট
|
418 |
|
419 |
-
#: library/plugin-settings.php:
|
420 |
msgid "Do not auto-display submitted images"
|
421 |
-
msgstr "
|
422 |
|
423 |
-
#: library/plugin-settings.php:
|
424 |
msgid "Do not auto-display submitted email"
|
425 |
-
msgstr "
|
426 |
|
427 |
-
#: library/plugin-settings.php:
|
428 |
msgid "Do not auto-display submitted URL"
|
429 |
-
msgstr "
|
430 |
|
431 |
-
#: library/plugin-settings.php:
|
432 |
msgid "Do not auto-display the Custom Field"
|
433 |
-
msgstr "কাস্টম
|
434 |
|
435 |
-
#: library/plugin-settings.php:
|
436 |
-
#: library/plugin-settings.php:
|
437 |
-
msgid "
|
438 |
-
msgstr "
|
439 |
|
440 |
-
#: library/plugin-settings.php:
|
441 |
-
msgid "
|
442 |
-
msgstr "
|
443 |
|
444 |
-
#: library/plugin-settings.php:
|
445 |
-
#: library/plugin-settings.php:
|
446 |
msgid "Disable this field"
|
447 |
-
msgstr "এই
|
448 |
|
449 |
-
#: library/plugin-settings.php:
|
450 |
-
#: library/plugin-settings.php:
|
451 |
msgid "(Visit"
|
452 |
msgstr "(পরিদর্শন"
|
453 |
|
454 |
-
#: library/plugin-settings.php:
|
455 |
-
#: library/plugin-settings.php:
|
456 |
msgid "to configure options)"
|
457 |
-
msgstr "
|
458 |
|
459 |
-
#: library/plugin-settings.php:
|
460 |
-
#: library/plugin-settings.php:
|
461 |
msgid "Challenge Question"
|
462 |
msgstr "চ্যালেঞ্জ প্রশ্ন"
|
463 |
|
464 |
-
#: library/plugin-settings.php:
|
465 |
-
#: library/plugin-settings.php:
|
466 |
msgid "Google reCAPTCHA"
|
467 |
-
msgstr "গুগল
|
468 |
|
469 |
-
#: library/plugin-settings.php:
|
470 |
msgid "Post Images"
|
471 |
msgstr "ছবি পোস্ট করুন"
|
472 |
|
473 |
-
#: library/plugin-settings.php:
|
474 |
-
msgid "
|
475 |
-
msgstr "
|
476 |
|
477 |
-
#: library/plugin-settings.php:
|
478 |
msgid "Disable"
|
479 |
msgstr "অক্ষম"
|
480 |
|
481 |
-
#: library/plugin-settings.php:
|
482 |
msgid "Image Uploads"
|
483 |
-
msgstr "
|
484 |
|
485 |
-
#: library/plugin-settings.php:
|
486 |
msgid "Draft"
|
487 |
msgstr "খসড়া"
|
488 |
|
489 |
-
#: library/plugin-settings.php:
|
490 |
msgid "Pending (default)"
|
491 |
msgstr "মুলতুবি (ডিফল্ট)"
|
492 |
|
493 |
-
#: library/plugin-settings.php:
|
494 |
msgid "Publish immediately"
|
495 |
msgstr "অবিলম্বে প্রকাশ করুন"
|
496 |
|
497 |
-
#: library/plugin-settings.php:
|
498 |
msgid "Publish after 1 approved post"
|
499 |
-
msgstr "1 অনুমোদিত
|
500 |
|
501 |
-
#: library/plugin-settings.php:
|
502 |
msgid "Publish after "
|
503 |
-
msgstr "পরে প্রকাশ করুন"
|
504 |
|
505 |
-
#: library/plugin-settings.php:
|
506 |
msgid " approved posts"
|
507 |
msgstr " অনুমোদিত পোস্ট"
|
508 |
|
509 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
510 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
511 |
-
msgstr "সেখানে একটা ভুল ছিল.
|
512 |
|
513 |
-
#: library/plugin-settings.php:
|
514 |
msgid "Please select your image(s) to upload."
|
515 |
-
msgstr "আপলোড
|
516 |
|
517 |
-
#: library/plugin-settings.php:
|
518 |
msgid "Success! Thank you for your submission."
|
519 |
msgstr "সফল! আপনার জমা দেওয়ার জন্য আপনাকে ধন্যবাদ."
|
520 |
|
521 |
-
#: library/plugin-settings.php:
|
522 |
msgid "Email"
|
523 |
msgstr "ইমেইল"
|
524 |
|
525 |
-
#: library/plugin-settings.php:
|
526 |
msgid "URL"
|
527 |
msgstr "URL টি"
|
528 |
|
529 |
-
#: library/plugin-settings.php:
|
530 |
msgid "Toggle all panels"
|
531 |
-
msgstr "
|
532 |
|
533 |
-
#: library/plugin-settings.php:
|
534 |
msgid "We need your support!"
|
535 |
msgstr "আমরা আপনার সমর্থন প্রয়োজন!"
|
536 |
|
537 |
-
#: library/plugin-settings.php:
|
538 |
msgid "Make a donation via PayPal"
|
539 |
-
msgstr "
|
540 |
|
541 |
-
#: library/plugin-settings.php:
|
542 |
msgid "make a donation"
|
543 |
msgstr "উচ্চ স্বরে পড়া"
|
544 |
|
545 |
-
#: library/plugin-settings.php:
|
546 |
msgid "and/or"
|
547 |
msgstr "এবং / অথবা"
|
548 |
|
549 |
-
#: library/plugin-settings.php:
|
550 |
msgid "Rate and review at the Plugin Directory"
|
551 |
-
msgstr "
|
552 |
|
553 |
-
#: library/plugin-settings.php:
|
554 |
msgid "give this plugin a 5-star rating"
|
555 |
-
msgstr "এই
|
556 |
|
557 |
-
#: library/plugin-settings.php:
|
558 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
559 |
-
msgstr "আপনার উদার সমর্থন এই
|
560 |
|
561 |
-
#: library/plugin-settings.php:
|
562 |
msgid "Check this box if you have shown support"
|
563 |
-
msgstr "আপনি সমর্থন
|
564 |
|
565 |
-
#: library/plugin-settings.php:
|
566 |
msgid "Overview"
|
567 |
msgstr "সংক্ষিপ্ত বিবরণ"
|
568 |
|
569 |
-
#: library/plugin-settings.php:
|
570 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
571 |
-
msgstr "আপনার দর্শকদের
|
572 |
|
573 |
-
#: library/plugin-settings.php:
|
574 |
msgid "For advanced functionality and unlimited forms, check out"
|
575 |
-
msgstr "উন্নত কার্যকারিতা এবং সীমাহীন
|
576 |
|
577 |
-
#: library/plugin-settings.php:
|
578 |
msgid "USP Pro"
|
579 |
msgstr "ইউএসপি প্রো"
|
580 |
|
581 |
-
#: library/plugin-settings.php:
|
582 |
msgid "— the ultimate solution for user-generated content."
|
583 |
-
msgstr "& Mdash; i
|
584 |
|
585 |
-
#: library/plugin-settings.php:
|
586 |
msgid "Plugin Settings"
|
587 |
msgstr "প্লাগইন সেটিংস"
|
588 |
|
589 |
-
#: library/plugin-settings.php:
|
590 |
msgid "Display the form"
|
591 |
-
msgstr "
|
592 |
|
593 |
-
#: library/plugin-settings.php:
|
594 |
msgid "If you like this plugin, please"
|
595 |
-
msgstr "যদি
|
596 |
|
597 |
-
#: library/plugin-settings.php:
|
598 |
msgid "THANK YOU for your support!"
|
599 |
msgstr "আপনার সমর্থনের জন্য ধন্যবাদ!"
|
600 |
|
601 |
-
#: library/plugin-settings.php:
|
602 |
msgid "give it a 5-star rating"
|
603 |
-
msgstr "এটি একটি 5
|
604 |
|
605 |
-
#: library/plugin-settings.php:
|
606 |
msgid "Unlimited front-end forms"
|
607 |
-
msgstr "সীমাহীন
|
608 |
|
609 |
-
#: library/plugin-settings.php:
|
610 |
msgid "Get USP Pro"
|
611 |
msgstr "ইউএসপি প্রো পান"
|
612 |
|
613 |
-
#: library/plugin-settings.php:
|
614 |
msgid "Configure your settings for User Submitted Posts."
|
615 |
-
msgstr "ব্যবহারকারী জমা
|
616 |
|
617 |
-
#: library/plugin-settings.php:
|
618 |
msgid "Form Fields"
|
619 |
-
msgstr "
|
620 |
|
621 |
-
#: library/plugin-settings.php:
|
622 |
msgid "User Name"
|
623 |
msgstr "ব্যবহারকারীর নাম"
|
624 |
|
625 |
-
#: library/plugin-settings.php:
|
626 |
msgid "User Email"
|
627 |
-
msgstr "ব্যবহারকারী
|
628 |
|
629 |
-
#: library/plugin-settings.php:
|
630 |
msgid "User URL"
|
631 |
-
msgstr "
|
632 |
|
633 |
-
#: library/plugin-settings.php:
|
634 |
msgid "General Settings"
|
635 |
msgstr "সাধারণ সেটিংস"
|
636 |
|
637 |
-
#: library/plugin-settings.php:
|
638 |
msgid "Note that the default settings work fine for most cases."
|
639 |
-
msgstr "
|
640 |
|
641 |
-
#: library/plugin-settings.php:
|
642 |
msgid "Form Style"
|
643 |
-
msgstr "
|
644 |
|
645 |
-
#: library/plugin-settings.php:
|
646 |
msgid "With this option, you can copy the plugin’s default templates:"
|
647 |
-
msgstr "এই
|
648 |
|
649 |
-
#: library/plugin-settings.php:
|
650 |
msgid "..and upload them into a directory named"
|
651 |
-
msgstr ".. এবং
|
652 |
|
653 |
-
#: library/plugin-settings.php:
|
654 |
msgid "in your theme:"
|
655 |
msgstr "আপনার থিম মধ্যে:"
|
656 |
|
657 |
-
#: library/plugin-settings.php:
|
658 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
659 |
-
msgstr "
|
660 |
|
661 |
-
#: library/plugin-settings.php:
|
662 |
msgid "Installation Docs"
|
663 |
msgstr "ইনস্টলেশন ডক্স"
|
664 |
|
665 |
-
#: library/plugin-settings.php:
|
666 |
msgid "FYI: here is a"
|
667 |
-
msgstr "
|
668 |
|
669 |
-
#: library/plugin-settings.php:
|
670 |
msgid "list of USP CSS selectors"
|
671 |
-
msgstr "ইউএসপি সিএসএস
|
672 |
|
673 |
-
#: library/plugin-settings.php:
|
674 |
msgid "Include JavaScript"
|
675 |
msgstr "জাভাস্ক্রিপ্ট অন্তর্ভুক্ত করুন"
|
676 |
|
677 |
-
#: library/plugin-settings.php:
|
678 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
679 |
-
msgstr "আপনি
|
680 |
|
681 |
-
#: library/plugin-settings.php:
|
682 |
msgid "Targeted Loading"
|
683 |
-
msgstr "
|
684 |
|
685 |
-
#: library/plugin-settings.php:
|
686 |
-
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
|
687 |
-
msgstr "ডিফল্টরূপে, বাহ্যিক
|
688 |
|
689 |
-
#: library/plugin-settings.php:
|
690 |
msgid "Post Type"
|
691 |
-
msgstr "
|
692 |
|
693 |
-
#: library/plugin-settings.php:
|
694 |
msgid "Submit posts as WP Posts or Pages"
|
695 |
-
msgstr "
|
696 |
|
697 |
-
#: library/plugin-settings.php:
|
698 |
msgid "Post Status"
|
699 |
-
msgstr "পোস্ট
|
700 |
|
701 |
-
#: library/plugin-settings.php:
|
702 |
msgid "Post Status for submitted posts"
|
703 |
-
msgstr "জমা পোস্টের জন্য
|
704 |
|
705 |
-
#: library/plugin-settings.php:
|
706 |
msgid "Redirect URL"
|
707 |
msgstr "পুনঃনির্দেশ URL"
|
708 |
|
709 |
-
#: library/plugin-settings.php:
|
710 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
711 |
-
msgstr "
|
712 |
|
713 |
-
#: library/plugin-settings.php:
|
714 |
msgid "Success Message"
|
715 |
-
msgstr "
|
716 |
|
717 |
-
#: library/plugin-settings.php:
|
718 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
719 |
-
msgstr "পোস্ট-জমা সফল হলে
|
720 |
|
721 |
-
#: library/plugin-settings.php:
|
722 |
msgid "Error Message"
|
723 |
msgstr "ভুল বার্তা"
|
724 |
|
725 |
-
#: library/plugin-settings.php:
|
726 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
727 |
-
msgstr "পোস্ট
|
728 |
|
729 |
-
#: library/plugin-settings.php:
|
730 |
msgid "Custom Content"
|
731 |
msgstr "কাস্টম কন্টেন্ট"
|
732 |
|
733 |
-
#: library/plugin-settings.php:
|
734 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
735 |
-
msgstr "
|
736 |
|
737 |
-
#: library/plugin-settings.php:
|
738 |
msgid "Rich Text Editor"
|
739 |
msgstr "উন্নত টেক্সট এডিটর"
|
740 |
|
741 |
-
#: library/plugin-settings.php:
|
742 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
743 |
-
msgstr "আপনি জমা
|
744 |
|
745 |
-
#: library/plugin-settings.php:
|
746 |
msgid "Unique Titles"
|
747 |
msgstr "অনন্য শিরোনাম"
|
748 |
|
749 |
-
#: library/plugin-settings.php:
|
750 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
751 |
-
msgstr "জমা দেওয়া
|
752 |
|
753 |
-
#: library/plugin-settings.php:
|
754 |
msgid "Disable Required"
|
755 |
-
msgstr "
|
756 |
|
757 |
-
#: library/plugin-settings.php:
|
758 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
759 |
-
msgstr "ডিফল্ট ফর্ম
|
760 |
|
761 |
-
#: library/plugin-settings.php:
|
762 |
msgid "Enable Shortcodes"
|
763 |
-
msgstr "
|
764 |
|
765 |
-
#: library/plugin-settings.php:
|
766 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
767 |
-
msgstr "
|
768 |
|
769 |
-
#: library/plugin-settings.php:
|
770 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
771 |
-
msgstr "এই সেটিংটি উইজেটগুলিতে
|
772 |
|
773 |
-
#: library/plugin-settings.php:
|
774 |
-
msgid "
|
775 |
-
msgstr "
|
776 |
|
777 |
-
#: library/plugin-settings.php:
|
778 |
msgid "Disable IP Tracking"
|
779 |
-
msgstr "আইপি ট্র্যাকিং
|
780 |
|
781 |
-
#: library/plugin-settings.php:
|
782 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
783 |
-
msgstr "
|
784 |
|
785 |
-
#: library/plugin-settings.php:
|
786 |
msgid "Display Checkbox"
|
787 |
msgstr "প্রদর্শন চেকবক্স"
|
788 |
|
789 |
-
#: library/plugin-settings.php:
|
790 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
791 |
-
msgstr "আপনার
|
792 |
|
793 |
-
#: library/plugin-settings.php:
|
794 |
msgid "Checkbox Name"
|
795 |
-
msgstr "
|
796 |
|
797 |
-
#: library/plugin-settings.php:
|
798 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
799 |
-
msgstr "
|
800 |
|
801 |
-
#: library/plugin-settings.php:
|
802 |
msgid "Checkbox Error"
|
803 |
msgstr "চেকবক্স ত্রুটি"
|
804 |
|
805 |
-
#: library/plugin-settings.php:
|
806 |
msgid "Error message displayed if user does not check the box."
|
807 |
-
msgstr "ব্যবহারকারী
|
808 |
|
809 |
-
#: library/plugin-settings.php:
|
810 |
msgid "Checkbox Text"
|
811 |
-
msgstr "চেকবক্স
|
812 |
|
813 |
-
#: library/plugin-settings.php:
|
814 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
815 |
-
msgstr "
|
816 |
|
817 |
-
#: library/plugin-settings.php:
|
818 |
msgid "Categories"
|
819 |
msgstr "ধরন"
|
820 |
|
821 |
-
#: library/plugin-settings.php:
|
822 |
-
msgid "
|
823 |
-
msgstr "
|
824 |
|
825 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
826 |
msgid "Hidden/Default Category"
|
827 |
msgstr "লুকানো / ডিফল্ট বিভাগ"
|
828 |
|
829 |
-
#: library/plugin-settings.php:
|
830 |
-
msgid "Use a hidden field for the post category. This
|
831 |
-
msgstr "পোস্ট বিভাগের জন্য একটি লুকানো ক্ষেত্র ব্যবহার করুন। বিভাগ ক্ষেত্রটি
|
832 |
|
833 |
-
#: library/plugin-settings.php:
|
834 |
msgid "Category ID for Hidden Field"
|
835 |
-
msgstr "
|
836 |
|
837 |
-
#: library/plugin-settings.php:
|
838 |
-
msgid "Specify
|
839 |
-
msgstr "& Ldquo; লুকানো / ডিফল্ট বিভাগ & rdquo;
|
840 |
|
841 |
-
#: library/plugin-settings.php:
|
842 |
msgid "Users"
|
843 |
msgstr "ব্যবহারকারীরা"
|
844 |
|
845 |
-
#: library/plugin-settings.php:
|
846 |
msgid "Assigned Author"
|
847 |
-
msgstr "
|
848 |
|
849 |
-
#: library/plugin-settings.php:
|
850 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
851 |
-
msgstr "জমা
|
852 |
|
853 |
-
#: library/plugin-settings.php:
|
854 |
msgid "Registered Username"
|
855 |
msgstr "নিবন্ধিত ব্যবহারকারীর নাম"
|
856 |
|
857 |
-
#: library/plugin-settings.php:
|
858 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
859 |
-
msgstr "পোস্ট লেখক হিসাবে নিবন্ধিত ব্যবহারকারীর নাম ব্যবহার করুন।
|
860 |
|
861 |
-
#: library/plugin-settings.php:
|
862 |
msgid "User Profile URL"
|
863 |
msgstr "ব্যবহারকারী প্রোফাইল ইউআরএল"
|
864 |
|
865 |
-
#: library/plugin-settings.php:
|
866 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
867 |
-
msgstr "
|
868 |
|
869 |
-
#: library/plugin-settings.php:
|
870 |
msgid "Require User Login"
|
871 |
-
msgstr "
|
872 |
|
873 |
-
#: library/plugin-settings.php:
|
874 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
875 |
-
msgstr "ব্যবহারকারীদের
|
876 |
|
877 |
-
#: library/plugin-settings.php:
|
878 |
msgid "Disable Replace Author"
|
879 |
-
msgstr "
|
880 |
|
881 |
-
#: library/plugin-settings.php:
|
882 |
msgid "Do not replace post author with submitted user name"
|
883 |
-
msgstr "জমা
|
884 |
|
885 |
-
#: library/plugin-settings.php:
|
886 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
887 |
-
msgstr "এখানে আপনি কাস্টম
|
888 |
|
889 |
-
#: library/plugin-settings.php:
|
890 |
msgid "Custom Field Name"
|
891 |
-
msgstr "কাস্টম
|
892 |
|
893 |
-
#: library/plugin-settings.php:
|
894 |
msgid "Custom Field Label"
|
895 |
msgstr "কাস্টম ফিল্ড লেবেল"
|
896 |
|
897 |
-
#: library/plugin-settings.php:
|
898 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
899 |
-
msgstr "এটি ফর্মের
|
900 |
|
901 |
-
#: library/plugin-settings.php:
|
902 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
903 |
-
msgstr "স্প্যাম
|
904 |
|
905 |
-
#: library/plugin-settings.php:
|
906 |
msgid "Challenge Response"
|
907 |
msgstr "চ্যালেঞ্জ প্রতিক্রিয়া"
|
908 |
|
909 |
-
#: library/plugin-settings.php:
|
910 |
msgid "Enter the *only* correct answer to the challenge question."
|
911 |
-
msgstr "চ্যালেঞ্জ প্রশ্নের *
|
912 |
|
913 |
-
#: library/plugin-settings.php:
|
914 |
msgid "Case-sensitivity"
|
915 |
msgstr "কেস-সংবেদনশীলতা"
|
916 |
|
917 |
-
#: library/plugin-settings.php:
|
918 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
919 |
-
msgstr "
|
920 |
|
921 |
-
#: library/plugin-settings.php:
|
922 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
923 |
-
msgstr "গুগল
|
924 |
|
925 |
-
#: library/plugin-settings.php:
|
926 |
msgid "Public Key"
|
927 |
msgstr "পাবলিক কী"
|
928 |
|
929 |
-
#: library/plugin-settings.php:
|
930 |
msgid "Enter your Public Key"
|
931 |
-
msgstr "আপনার
|
932 |
|
933 |
-
#: library/plugin-settings.php:
|
934 |
msgid "Private Key"
|
935 |
msgstr "ব্যক্তিগত কী"
|
936 |
|
937 |
-
#: library/plugin-settings.php:
|
938 |
msgid "Enter your Private Key"
|
939 |
msgstr "আপনার ব্যক্তিগত কী লিখুন"
|
940 |
|
941 |
-
#: library/plugin-settings.php:
|
942 |
msgid "Email Alerts"
|
943 |
msgstr "ইমেল সতর্কতা"
|
944 |
|
945 |
-
#: library/plugin-settings.php:
|
946 |
msgid "Receive Email Alert"
|
947 |
-
msgstr "ইমেল সতর্কতা
|
948 |
|
949 |
-
#: library/plugin-settings.php:
|
950 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
951 |
-
msgstr "আপনি যদি নতুন পোস্ট জমা দেওয়ার জন্য ইমেলের মাধ্যমে
|
952 |
|
953 |
-
#: library/plugin-settings.php:
|
954 |
msgid "Enable HTML Format"
|
955 |
-
msgstr "
|
956 |
|
957 |
-
#: library/plugin-settings.php:
|
958 |
msgid "Check this box to enable HTML format for email alerts."
|
959 |
-
msgstr "ইমেল
|
960 |
|
961 |
-
#: library/plugin-settings.php:
|
962 |
msgid "Email Address for Alerts"
|
963 |
-
msgstr "
|
964 |
|
965 |
-
#: library/plugin-settings.php:
|
966 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
967 |
-
msgstr "আপনি যদি ইমেল
|
968 |
|
969 |
-
#: library/plugin-settings.php:
|
970 |
msgid "Multiple recipients may be included using a comma, like so:"
|
971 |
-
msgstr "একাধিক
|
972 |
|
973 |
-
#: library/plugin-settings.php:
|
974 |
msgid "Email “From” Address"
|
975 |
msgstr "ইমেল & ldquo; থেকে & rdquo; ঠিকানা"
|
976 |
|
977 |
-
#: library/plugin-settings.php:
|
978 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
979 |
-
msgstr "এখানে আপনি
|
980 |
|
981 |
-
#: library/plugin-settings.php:
|
982 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
983 |
-
msgstr "
|
984 |
|
985 |
-
#: library/plugin-settings.php:
|
986 |
msgid "Email Alert Subject"
|
987 |
msgstr "ইমেল সতর্কতা বিষয়"
|
988 |
|
989 |
-
#: library/plugin-settings.php:
|
990 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
991 |
-
msgstr "ইমেল সতর্কতা জন্য বিষয় লাইন। ডিফল্ট
|
992 |
|
993 |
-
#: library/plugin-settings.php:
|
994 |
msgid "Email Alert Message"
|
995 |
msgstr "ইমেল সতর্কতা বার্তা"
|
996 |
|
997 |
-
#: library/plugin-settings.php:
|
998 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
999 |
-
msgstr "ইমেল সতর্কতা জন্য বার্তা। ডিফল্ট
|
1000 |
|
1001 |
-
#: library/plugin-settings.php:
|
1002 |
msgid "Featured Image"
|
1003 |
msgstr "বৈশিষ্ট্যযুক্ত ইমেজ"
|
1004 |
|
1005 |
-
#: library/plugin-settings.php:
|
1006 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
1007 |
-
msgstr "বৈশিষ্ট্যযুক্ত
|
1008 |
|
1009 |
-
#: library/plugin-settings.php:
|
1010 |
msgid "Upload Message"
|
1011 |
msgstr "বার্তা আপলোড করুন"
|
1012 |
|
1013 |
-
#: library/plugin-settings.php:
|
1014 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
1015 |
-
msgstr "আপলোড ক্ষেত্রের পাশে প্রদর্শিত
|
1016 |
|
1017 |
-
#: library/plugin-settings.php:
|
1018 |
msgid "“Add another image” link"
|
1019 |
-
msgstr "& ldquo;
|
1020 |
|
1021 |
-
#: library/plugin-settings.php:
|
1022 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
1023 |
-
msgstr "
|
1024 |
|
1025 |
-
#: library/plugin-settings.php:
|
1026 |
msgid "Minimum number of images"
|
1027 |
-
msgstr "
|
1028 |
|
1029 |
-
#: library/plugin-settings.php:
|
1030 |
msgid "Specify the minimum number of images."
|
1031 |
-
msgstr "
|
1032 |
|
1033 |
-
#: library/plugin-settings.php:
|
1034 |
msgid "Maximum number of images"
|
1035 |
-
msgstr "
|
1036 |
|
1037 |
-
#: library/plugin-settings.php:
|
1038 |
msgid "Specify the maximum number of images."
|
1039 |
-
msgstr "
|
1040 |
|
1041 |
-
#: library/plugin-settings.php:
|
1042 |
msgid "Minimum image width"
|
1043 |
-
msgstr "
|
1044 |
|
1045 |
-
#: library/plugin-settings.php:
|
1046 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1047 |
-
msgstr "আপলোড করা
|
1048 |
|
1049 |
-
#: library/plugin-settings.php:
|
1050 |
msgid "Minimum image height"
|
1051 |
-
msgstr "
|
1052 |
|
1053 |
-
#: library/plugin-settings.php:
|
1054 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1055 |
-
msgstr "আপলোড করা
|
1056 |
|
1057 |
-
#: library/plugin-settings.php:
|
1058 |
msgid "Maximum image width"
|
1059 |
-
msgstr "
|
1060 |
|
1061 |
-
#: library/plugin-settings.php:
|
1062 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1063 |
-
msgstr "আপলোড করা
|
1064 |
|
1065 |
-
#: library/plugin-settings.php:
|
1066 |
msgid "Maximum image height"
|
1067 |
-
msgstr "সর্বোচ্চ
|
1068 |
|
1069 |
-
#: library/plugin-settings.php:
|
1070 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1071 |
-
msgstr "আপলোড করা
|
1072 |
|
1073 |
-
#: library/plugin-settings.php:
|
1074 |
msgid "More Options"
|
1075 |
msgstr "আরও বিকল্প"
|
1076 |
|
1077 |
-
#: library/plugin-settings.php:
|
1078 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1079 |
-
msgstr "
|
1080 |
|
1081 |
-
#: library/plugin-settings.php:
|
1082 |
msgid "Go Pro!"
|
1083 |
-
msgstr "
|
1084 |
|
1085 |
-
#: library/plugin-settings.php:
|
1086 |
msgid "Auto-Display Content"
|
1087 |
-
msgstr "
|
1088 |
|
1089 |
-
#: library/plugin-settings.php:
|
1090 |
msgid "Auto-Display Images"
|
1091 |
-
msgstr "
|
1092 |
|
1093 |
-
#: library/plugin-settings.php:
|
1094 |
msgid "Auto-display user-submitted images:"
|
1095 |
-
msgstr "
|
1096 |
|
1097 |
-
#: library/plugin-settings.php:
|
1098 |
msgid "Image Markup"
|
1099 |
-
msgstr "
|
1100 |
|
1101 |
-
#: library/plugin-settings.php:
|
1102 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1103 |
-
msgstr "প্রতিটি জমা চিত্রের জন্য
|
1104 |
|
1105 |
-
#: library/plugin-settings.php:
|
1106 |
-
#: library/plugin-settings.php:
|
1107 |
msgid "and"
|
1108 |
msgstr "এবং"
|
1109 |
|
1110 |
-
#: library/plugin-settings.php:
|
1111 |
msgid "Auto-Display Email"
|
1112 |
-
msgstr "
|
1113 |
|
1114 |
-
#: library/plugin-settings.php:
|
1115 |
msgid "Auto-display user-submitted email:"
|
1116 |
-
msgstr "
|
1117 |
|
1118 |
-
#: library/plugin-settings.php:
|
1119 |
msgid "Email Markup"
|
1120 |
msgstr "ইমেল মার্কআপ"
|
1121 |
|
1122 |
-
#: library/plugin-settings.php:
|
1123 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1124 |
-
msgstr "জমা ইমেল
|
1125 |
|
1126 |
-
#: library/plugin-settings.php:
|
1127 |
msgid "Auto-Display URL"
|
1128 |
-
msgstr "
|
1129 |
|
1130 |
-
#: library/plugin-settings.php:
|
1131 |
msgid "Auto-display user-submitted URL:"
|
1132 |
-
msgstr "
|
1133 |
|
1134 |
-
#: library/plugin-settings.php:
|
1135 |
msgid "URL Markup"
|
1136 |
msgstr "ইউআরএল মার্কআপ"
|
1137 |
|
1138 |
-
#: library/plugin-settings.php:
|
1139 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1140 |
-
msgstr "জমা
|
1141 |
|
1142 |
-
#: library/plugin-settings.php:
|
1143 |
msgid "Auto-Display Custom Field"
|
1144 |
-
msgstr "
|
1145 |
|
1146 |
-
#: library/plugin-settings.php:
|
1147 |
msgid "Auto-display user-submitted Custom Field:"
|
1148 |
-
msgstr "
|
1149 |
|
1150 |
-
#: library/plugin-settings.php:
|
1151 |
msgid "Custom Field Markup"
|
1152 |
-
msgstr "কাস্টম
|
1153 |
|
1154 |
-
#: library/plugin-settings.php:
|
1155 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1156 |
-
msgstr "জমা কাস্টম
|
1157 |
|
1158 |
-
#: library/plugin-settings.php:
|
1159 |
msgid "Save Settings"
|
1160 |
msgstr "সেটিংস সংরক্ষণ করুন"
|
1161 |
|
1162 |
-
#: library/plugin-settings.php:
|
1163 |
msgid "Display the Form"
|
1164 |
-
msgstr "
|
1165 |
|
1166 |
-
#: library/plugin-settings.php:
|
1167 |
msgid "Post-Submit Form"
|
1168 |
-
msgstr "পোস্ট জমা
|
1169 |
|
1170 |
-
#: library/plugin-settings.php:
|
1171 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1172 |
-
msgstr "ইউএসপি আপনাকে আপনার
|
1173 |
|
1174 |
-
#: library/plugin-settings.php:
|
1175 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1176 |
-
msgstr "কোনও
|
1177 |
|
1178 |
-
#: library/plugin-settings.php:
|
1179 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1180 |
-
msgstr "অথবা, আপনার থিম
|
1181 |
|
1182 |
-
#: library/plugin-settings.php:
|
1183 |
msgid "Login/Register Form"
|
1184 |
msgstr "লগইন / নিবন্ধন ফর্ম"
|
1185 |
|
1186 |
-
#: library/plugin-settings.php:
|
1187 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1188 |
-
msgstr "আপনি এমন
|
1189 |
|
1190 |
-
#: library/plugin-settings.php:
|
1191 |
msgid "Display Submitted Posts"
|
1192 |
-
msgstr "প্রদর্শন
|
1193 |
|
1194 |
-
#: library/plugin-settings.php:
|
1195 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1196 |
-
msgstr "কোনও
|
1197 |
|
1198 |
-
#: library/plugin-settings.php:
|
1199 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1200 |
-
msgstr "অথবা, আপনার থিম
|
1201 |
|
1202 |
-
#: library/plugin-settings.php:
|
1203 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1204 |
-
msgstr "এই শর্টকোডটি কীভাবে কনফিগার
|
1205 |
|
1206 |
-
#: library/plugin-settings.php:
|
1207 |
msgid "Display Image Gallery"
|
1208 |
-
msgstr "প্রদর্শন
|
1209 |
|
1210 |
-
#: library/plugin-settings.php:
|
1211 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1212 |
-
msgstr "প্রতিটি জমা পোস্টের জন্য আপলোড করা
|
1213 |
|
1214 |
-
#: library/plugin-settings.php:
|
1215 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1216 |
-
msgstr "অথবা, আপনার থিম
|
1217 |
|
1218 |
-
#: library/plugin-settings.php:
|
1219 |
msgid "You can customize using any of the follwing attributes:"
|
1220 |
-
msgstr "আপনি
|
1221 |
|
1222 |
-
#: library/plugin-settings.php:
|
1223 |
msgid "Reset Form Button"
|
1224 |
-
msgstr "
|
1225 |
|
1226 |
-
#: library/plugin-settings.php:
|
1227 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1228 |
-
msgstr "এই শর্টকোডটি এমন
|
1229 |
|
1230 |
-
#: library/plugin-settings.php:
|
1231 |
msgid "This shortcode accepts the following attributes:"
|
1232 |
-
msgstr "এই শর্টকোড নিম্নলিখিত
|
1233 |
|
1234 |
-
#: library/plugin-settings.php:
|
1235 |
msgid "Note that the url attribute accepts"
|
1236 |
msgstr "নোট করুন যে ইউআরএল বৈশিষ্ট্য গ্রহণ করে"
|
1237 |
|
1238 |
-
#: library/plugin-settings.php:
|
1239 |
msgid "to get the current URL."
|
1240 |
-
msgstr "বর্তমান
|
1241 |
|
1242 |
-
#: library/plugin-settings.php:
|
1243 |
msgid "Access Control"
|
1244 |
msgstr "প্রবেশাধিকার নিয়ন্ত্রণ"
|
1245 |
|
1246 |
-
#: library/plugin-settings.php:
|
1247 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1248 |
-
msgstr "
|
1249 |
|
1250 |
-
#: library/plugin-settings.php:
|
1251 |
msgid "Display content only to users with a specific capability:"
|
1252 |
-
msgstr "
|
1253 |
|
1254 |
-
#: library/plugin-settings.php:
|
1255 |
msgid "Display content to logged-in users:"
|
1256 |
-
msgstr "
|
1257 |
|
1258 |
-
#: library/plugin-settings.php:
|
1259 |
msgid "Display content to visitors only:"
|
1260 |
-
msgstr "
|
1261 |
|
1262 |
-
#: library/plugin-settings.php:
|
1263 |
msgid "Tip:"
|
1264 |
msgstr "টিপ:"
|
1265 |
|
1266 |
-
#: library/plugin-settings.php:
|
1267 |
msgid "to include markup in the deny message, you can use"
|
1268 |
-
msgstr "অস্বীকার
|
1269 |
|
1270 |
-
#: library/plugin-settings.php:
|
1271 |
msgid "to output"
|
1272 |
-
msgstr "আউটপুট"
|
1273 |
|
1274 |
-
#: library/plugin-settings.php:
|
1275 |
msgid "Example"
|
1276 |
msgstr "উদাহরণ"
|
1277 |
|
1278 |
-
#: library/plugin-settings.php:
|
1279 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1280 |
-
msgstr "ব্যবহারকারী লগ ইন
|
1281 |
|
1282 |
-
#: library/plugin-settings.php:
|
1283 |
msgid "Restore Defaults"
|
1284 |
msgstr "পূর্বনির্ধারন পুনরুধার"
|
1285 |
|
1286 |
-
#: library/plugin-settings.php:
|
1287 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1288 |
-
msgstr "আপনার সেটিংস মনে রাখতে
|
1289 |
|
1290 |
-
#: library/plugin-settings.php:
|
1291 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1292 |
-
msgstr "প্লাগইন নিষ্ক্রিয়করণ / পুনরায় সক্রিয়করণের
|
1293 |
|
1294 |
-
#: library/plugin-settings.php:
|
1295 |
msgid "Show Support"
|
1296 |
msgstr "সমর্থন প্রদর্শন করুন"
|
1297 |
|
1298 |
-
#: library/plugin-settings.php:
|
1299 |
msgid "by"
|
1300 |
msgstr "দ্বারা"
|
1301 |
|
1302 |
-
#: library/plugin-settings.php:
|
1303 |
msgid "Jeff Starr on Twitter"
|
1304 |
msgstr "টুইটারে জেফ স্টার"
|
1305 |
|
1306 |
-
#: library/plugin-settings.php:
|
1307 |
msgid "Obsessive Web Design & Development"
|
1308 |
-
msgstr "
|
1309 |
|
1310 |
-
#: library/plugin-settings.php:
|
1311 |
msgid "Save Preference"
|
1312 |
msgstr "পছন্দ সংরক্ষণ করুন"
|
1313 |
|
1314 |
-
#: library/plugin-settings.php:
|
1315 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1316 |
-
msgstr "আপনি সব ডিফল্ট বিকল্প পুনরুদ্ধার করতে
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1317 |
|
1318 |
#. Description of the plugin
|
1319 |
#:
|
1320 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
1321 |
-
msgstr "আপনার দর্শকদের আপনার
|
1322 |
|
1323 |
#. URI of the plugin
|
1324 |
#:
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
+
"Project-Id-Version: USP 20190825\n"
|
8 |
"Language: bn\n"
|
9 |
|
10 |
#. Name of the plugin
|
12 |
msgid "User Submitted Posts"
|
13 |
msgstr "ব্যবহারকারী জমা পোস্ট"
|
14 |
|
15 |
+
#: user-submitted-posts.php:82
|
16 |
msgid "requires WordPress "
|
17 |
+
msgstr "ওয়ার্ডপ্রেস প্রয়োজন "
|
18 |
|
19 |
+
#: user-submitted-posts.php:83
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
+
msgstr " বা উচ্চতর, এবং নিষ্ক্রিয় করা হয়েছে! "
|
22 |
|
23 |
+
#: user-submitted-posts.php:84
|
24 |
msgid "Please return to the"
|
25 |
+
msgstr "দয়া করে ফিরে যান"
|
26 |
|
27 |
+
#: user-submitted-posts.php:85
|
28 |
msgid "WordPress Admin Area"
|
29 |
+
msgstr "ওয়ার্ডপ্রেস অ্যাডমিন এরিয়া"
|
30 |
|
31 |
+
#: user-submitted-posts.php:86
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
+
msgstr "ওয়ার্ডপ্রেস আপগ্রেড করতে এবং আবার চেষ্টা করুন।"
|
34 |
|
35 |
+
#: user-submitted-posts.php:126
|
36 |
msgid "User Submitted Post"
|
37 |
+
msgstr "ব্যবহারকারী জমা দেওয়া পোস্ট"
|
38 |
|
39 |
+
#: user-submitted-posts.php:467
|
40 |
msgid "User Submitted Post Info"
|
41 |
msgstr "ব্যবহারকারী জমা পোস্ট তথ্য"
|
42 |
|
43 |
+
#: user-submitted-posts.php:497
|
44 |
msgid "Submitter Name: "
|
45 |
+
msgstr "জমা দেওয়ার নাম: "
|
46 |
|
47 |
+
#: user-submitted-posts.php:498
|
48 |
msgid "Submitter Email: "
|
49 |
+
msgstr "জমা দেওয়ার ইমেল: "
|
50 |
|
51 |
+
#: user-submitted-posts.php:499
|
52 |
msgid "Submitter URL: "
|
53 |
+
msgstr "জমা দেওয়ার URL: "
|
54 |
|
55 |
+
#: user-submitted-posts.php:500
|
56 |
msgid "Submitter IP: "
|
57 |
+
msgstr "জমা দেওয়ার আইপি: "
|
58 |
|
59 |
+
#: user-submitted-posts.php:555
|
60 |
msgid "Show USP Posts"
|
61 |
+
msgstr "ইউএসপি পোস্টগুলি দেখান"
|
62 |
|
63 |
+
#: user-submitted-posts.php:556 library/plugin-settings.php:1095
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
+
#: user-submitted-posts.php:1393
|
68 |
msgid " files required"
|
69 |
msgstr " ফাইল প্রয়োজন"
|
70 |
|
71 |
+
#: user-submitted-posts.php:1394
|
72 |
msgid " file required"
|
73 |
msgstr " ফাইল প্রয়োজন"
|
74 |
|
75 |
+
#: user-submitted-posts.php:1396
|
76 |
msgid " files"
|
77 |
msgstr " নথি পত্র"
|
78 |
|
79 |
+
#: user-submitted-posts.php:1397
|
80 |
msgid " file"
|
81 |
msgstr " ফাইল"
|
82 |
|
83 |
+
#: user-submitted-posts.php:1399 user-submitted-posts.php:1400
|
84 |
+
#: user-submitted-posts.php:1401 user-submitted-posts.php:1402
|
85 |
msgid " pixels"
|
86 |
msgstr " পিক্সেল"
|
87 |
|
88 |
+
#: user-submitted-posts.php:1404 library/core-functions.php:219
|
89 |
+
#: library/plugin-settings.php:297 library/plugin-settings.php:316
|
90 |
+
#: library/plugin-settings.php:794 library/plugin-settings.php:1344
|
91 |
msgid "Custom Field"
|
92 |
msgstr "কাস্টম ক্ষেত্র"
|
93 |
|
94 |
+
#: user-submitted-posts.php:1406
|
95 |
msgid "Custom checkbox required"
|
96 |
msgstr "কাস্টম চেকবক্স প্রয়োজন"
|
97 |
|
98 |
+
#: user-submitted-posts.php:1409
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
msgstr "একটি ত্রুটি ঘটেছে. ফিরে যান এবং আবার চেষ্টা করুন।"
|
101 |
|
102 |
+
#: user-submitted-posts.php:1419
|
103 |
msgid "User login required"
|
104 |
+
msgstr "ব্যবহারকারীর লগইন প্রয়োজন"
|
105 |
|
106 |
+
#: user-submitted-posts.php:1420
|
107 |
msgid "User name required"
|
108 |
msgstr "ব্যবহারকারীর নাম (বাধ্যতামূলক"
|
109 |
|
110 |
+
#: user-submitted-posts.php:1421
|
111 |
msgid "Post title required"
|
112 |
+
msgstr "পোস্টের শিরোনাম প্রয়োজন"
|
113 |
|
114 |
+
#: user-submitted-posts.php:1422
|
115 |
msgid "User URL required"
|
116 |
+
msgstr "ব্যবহারকারীর ইউআরএল প্রয়োজনীয়"
|
117 |
|
118 |
+
#: user-submitted-posts.php:1423
|
119 |
msgid "Post tags required"
|
120 |
msgstr "পোস্ট ট্যাগ প্রয়োজন"
|
121 |
|
122 |
+
#: user-submitted-posts.php:1424
|
123 |
msgid "Post category required"
|
124 |
+
msgstr "পোস্ট বিভাগ প্রয়োজনীয়"
|
125 |
|
126 |
+
#: user-submitted-posts.php:1425
|
127 |
msgid "Post content required"
|
128 |
+
msgstr "পোস্ট সামগ্রী প্রয়োজন"
|
129 |
|
130 |
+
#: user-submitted-posts.php:1426 user-submitted-posts.php:1427
|
131 |
msgid "Correct captcha required"
|
132 |
msgstr "সঠিক ক্যাপচা প্রয়োজন"
|
133 |
|
134 |
+
#: user-submitted-posts.php:1428
|
135 |
msgid "User email required"
|
136 |
+
msgstr "ব্যবহারকারীর ইমেল প্রয়োজন"
|
137 |
|
138 |
+
#: user-submitted-posts.php:1429
|
139 |
msgid "Please check your email and try again"
|
140 |
+
msgstr "আপনার ইমেল চেক করুন এবং আবার চেষ্টা করুন"
|
141 |
|
142 |
+
#: user-submitted-posts.php:1430
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
+
msgstr "লুকানো ক্ষেত্রের জন্য খালি নয় value"
|
145 |
|
146 |
+
#: user-submitted-posts.php:1431
|
147 |
msgid "Minimum number of images not met"
|
148 |
+
msgstr "ন্যূনতম সংখ্যক চিত্র পূরণ হয়নি"
|
149 |
|
150 |
+
#: user-submitted-posts.php:1432
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
+
msgstr "চিত্রের সর্বাধিক সংখ্যা ছাড়িয়ে গেছে "
|
153 |
|
154 |
+
#: user-submitted-posts.php:1433
|
155 |
msgid "Minimum image width not met"
|
156 |
+
msgstr "সর্বনিম্ন চিত্র প্রস্থ পূরণ করা হয়নি"
|
157 |
|
158 |
+
#: user-submitted-posts.php:1434
|
159 |
msgid "Image width exceeds maximum"
|
160 |
+
msgstr "চিত্রের প্রস্থ সর্বাধিক ছাড়িয়ে গেছে"
|
161 |
|
162 |
+
#: user-submitted-posts.php:1435
|
163 |
msgid "Minimum image height not met"
|
164 |
+
msgstr "সর্বনিম্ন চিত্রের উচ্চতা পূরণ হয়নি"
|
165 |
|
166 |
+
#: user-submitted-posts.php:1436
|
167 |
msgid "Image height exceeds maximum"
|
168 |
+
msgstr "চিত্রের উচ্চতা সর্বোচ্চ ছাড়িয়ে গেছে"
|
169 |
|
170 |
+
#: user-submitted-posts.php:1437
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
+
msgstr "ফাইলের ধরণের অনুমতি নেই (দয়া করে কেবল চিত্রগুলি আপলোড করুন)"
|
173 |
|
174 |
+
#: user-submitted-posts.php:1438
|
175 |
msgid " required"
|
176 |
msgstr " প্রয়োজনীয়"
|
177 |
|
178 |
+
#: user-submitted-posts.php:1443
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
+
msgstr "ফাইল আপলোড করা হয়নি। দয়া করে ফাইলটি পরীক্ষা করে দেখুন এবং আবার চেষ্টা করুন।"
|
181 |
|
182 |
+
#: user-submitted-posts.php:1447
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
+
msgstr "ফাইল (গুলি) আপলোড করা যায়নি"
|
185 |
|
186 |
+
#: user-submitted-posts.php:1449
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
+
msgstr "পোস্ট তৈরি হয়নি। সহায়তার জন্য দয়া করে সাইট প্রশাসকের সাথে যোগাযোগ করুন।"
|
189 |
|
190 |
+
#: user-submitted-posts.php:1450
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
msgstr "সদৃশ পোস্ট শিরোনাম। অনুগ্রহপূর্বক আবার চেষ্টা করুন."
|
193 |
|
194 |
+
#: user-submitted-posts.php:1460
|
195 |
msgid "Error: "
|
196 |
+
msgstr "ত্রুটি: "
|
197 |
|
198 |
+
#: user-submitted-posts.php:1486
|
199 |
msgid "Return to form"
|
200 |
msgstr "ফর্ম ফিরে"
|
201 |
|
202 |
+
#: user-submitted-posts.php:1516 library/plugin-settings.php:1071
|
203 |
msgid "Please"
|
204 |
msgstr "অনুগ্রহ"
|
205 |
|
206 |
+
#: user-submitted-posts.php:1517
|
207 |
msgid "log in"
|
208 |
+
msgstr "লগ ইন"
|
209 |
|
210 |
+
#: user-submitted-posts.php:1518
|
211 |
msgid "to submit content!"
|
212 |
+
msgstr "বিষয়বস্তু জমা দিতে!"
|
213 |
|
214 |
+
#: views/submission-form.php:21 views/submission-form-alt.php:40
|
215 |
msgid "Please complete the required fields."
|
216 |
+
msgstr "প্রয়োজনীয় ক্ষেত্রগুলি সম্পূর্ণ করুন।"
|
217 |
|
218 |
+
#: views/submission-form.php:31 views/submission-form.php:32
|
219 |
+
#: views/submission-form-alt.php:46 views/submission-form-alt.php:47
|
220 |
msgid "Your Name"
|
221 |
msgstr "তোমার নাম"
|
222 |
|
223 |
+
#: views/submission-form.php:37 views/submission-form.php:38
|
224 |
+
#: views/submission-form-alt.php:52 views/submission-form-alt.php:53
|
225 |
msgid "Your URL"
|
226 |
msgstr "আপনার ইউআরএল"
|
227 |
|
228 |
+
#: views/submission-form.php:43 views/submission-form.php:44
|
229 |
+
#: views/submission-form-alt.php:58 views/submission-form-alt.php:59
|
230 |
msgid "Your Email"
|
231 |
msgstr "তোমার ইমেইল"
|
232 |
|
233 |
+
#: views/submission-form.php:49 views/submission-form.php:50
|
234 |
+
#: views/submission-form-alt.php:64 views/submission-form-alt.php:65
|
235 |
+
#: library/plugin-settings.php:1132
|
236 |
msgid "Post Title"
|
237 |
msgstr "পোস্ট শিরোনাম"
|
238 |
|
239 |
+
#: views/submission-form.php:55 views/submission-form.php:56
|
240 |
+
#: views/submission-form-alt.php:70 views/submission-form-alt.php:71
|
241 |
+
#: library/plugin-settings.php:1133
|
242 |
msgid "Post Tags"
|
243 |
+
msgstr "পোস্ট ট্যাগস"
|
244 |
|
245 |
+
#: views/submission-form.php:68 views/submission-form-alt.php:83
|
246 |
msgid "Antispam Question"
|
247 |
+
msgstr "অ্যান্টিসপ্যাম প্রশ্ন"
|
248 |
|
249 |
+
#: views/submission-form.php:73 views/submission-form-alt.php:88
|
250 |
+
#: library/plugin-settings.php:1134
|
251 |
msgid "Post Category"
|
252 |
msgstr "পোস্ট বিভাগ"
|
253 |
|
254 |
+
#: views/submission-form.php:74 views/submission-form.php:75
|
255 |
+
#: views/submission-form-alt.php:89 views/submission-form-alt.php:90
|
256 |
msgid "Please select a category.."
|
257 |
+
msgstr "দয়া করে একটি বিভাগ নির্বাচন করুন .."
|
258 |
|
259 |
+
#: views/submission-form.php:106 views/submission-form.php:107
|
260 |
+
#: views/submission-form-alt.php:121 views/submission-form-alt.php:122
|
261 |
+
#: library/plugin-settings.php:1135
|
262 |
msgid "Post Content"
|
263 |
+
msgstr "সামগ্রী পোস্ট করুন"
|
264 |
|
265 |
+
#: views/submission-form.php:113 views/submission-form-alt.php:128
|
266 |
msgid "Verification"
|
267 |
msgstr "প্রতিপাদন"
|
268 |
|
269 |
+
#: views/submission-form.php:120 views/submission-form-alt.php:135
|
270 |
msgid "Upload an Image"
|
271 |
+
msgstr "একটি চিত্র আপলোড করুন"
|
272 |
|
273 |
+
#: views/submission-form.php:129 views/submission-form-alt.php:144
|
274 |
msgid "Add another image"
|
275 |
+
msgstr "অন্য একটি ছবি যুক্ত করুন"
|
276 |
|
277 |
+
#: views/submission-form.php:151 views/submission-form-alt.php:166
|
278 |
msgid "Human verification: leave this field empty."
|
279 |
+
msgstr "মানব যাচাইকরণ: এই ক্ষেত্রটি খালি ছেড়ে দিন।"
|
280 |
|
281 |
+
#: views/submission-form.php:175 views/submission-form-alt.php:190
|
282 |
msgid "Submit Post"
|
283 |
msgstr "পোস্ট জমা দিন"
|
284 |
|
285 |
+
#: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
|
286 |
+
msgid "Incorrect response."
|
287 |
+
msgstr "ভুল প্রতিক্রিয়া।"
|
288 |
+
|
289 |
#: library/shortcode-misc.php:18
|
290 |
msgid "Reset form"
|
291 |
+
msgstr "ফর্মটি পুনরায় সেট করুন"
|
292 |
|
293 |
#: library/shortcode-misc.php:128
|
294 |
msgid "View full post"
|
295 |
msgstr "সম্পূর্ণ পোস্ট দেখুন"
|
296 |
|
297 |
+
#: library/plugin-settings.php:31
|
298 |
+
msgid "Settings"
|
299 |
+
msgstr "সেটিংস"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
|
301 |
+
#: library/plugin-settings.php:40
|
302 |
msgid "Get USP Pro for unlimited forms!"
|
303 |
+
msgstr "সীমাহীন ফর্মগুলির জন্য ইউএসপি প্রো পান!"
|
304 |
|
305 |
+
#: library/plugin-settings.php:41
|
306 |
msgid "Go Pro"
|
307 |
+
msgstr "প্রো প্রো"
|
|
|
|
|
|
|
|
|
308 |
|
309 |
+
#: library/plugin-settings.php:62 library/plugin-settings.php:1103
|
310 |
+
#: library/plugin-settings.php:1696
|
311 |
msgid "Plugin Homepage"
|
312 |
msgstr "প্লাগইন হোমপেজ"
|
313 |
|
314 |
+
#: library/plugin-settings.php:63
|
315 |
msgid "Homepage"
|
316 |
msgstr "হোম পেজ"
|
317 |
|
318 |
+
#: library/plugin-settings.php:68
|
319 |
msgid "Give USP a 5-star rating at WordPress.org"
|
320 |
+
msgstr "ওয়ার্ডপ্রেস.আর.জে ইউএসপিকে একটি পাঁচতারা রেটিং দিন"
|
321 |
|
322 |
+
#: library/plugin-settings.php:69
|
323 |
msgid "Rate this plugin »"
|
324 |
+
msgstr "এই প্লাগইনটিকে রেট দিন & nbsp; & raquo;"
|
325 |
|
326 |
+
#: library/plugin-settings.php:127
|
327 |
msgid "WP Post (recommended)"
|
328 |
+
msgstr "ডাব্লুপি পোস্ট (প্রস্তাবিত)"
|
329 |
|
330 |
+
#: library/plugin-settings.php:131
|
331 |
msgid "WP Page"
|
332 |
+
msgstr "ডাব্লুপি পৃষ্ঠা"
|
333 |
|
334 |
+
#: library/plugin-settings.php:147
|
335 |
msgid "HTML5 Form + Default CSS"
|
336 |
+
msgstr "এইচটিএমএল 5 ফর্ম + ডিফল্ট সিএসএস"
|
337 |
|
338 |
+
#: library/plugin-settings.php:147
|
339 |
msgid "(Recommended)"
|
340 |
msgstr "(প্রস্তাবিত)"
|
341 |
|
342 |
+
#: library/plugin-settings.php:151
|
343 |
msgid "HTML5 Form + Disable CSS"
|
344 |
+
msgstr "এইচটিএমএল 5 ফর্ম + সিএসএস অক্ষম করুন"
|
345 |
|
346 |
+
#: library/plugin-settings.php:151
|
347 |
msgid "(Provide your own styles)"
|
348 |
+
msgstr "(আপনার নিজস্ব শৈলী সরবরাহ করুন)"
|
349 |
|
350 |
+
#: library/plugin-settings.php:155
|
351 |
msgid "Custom Form + Custom CSS"
|
352 |
msgstr "কাস্টম ফর্ম + কাস্টম সিএসএস"
|
353 |
|
354 |
+
#: library/plugin-settings.php:155
|
355 |
msgid "(Provide your own form template & styles)"
|
356 |
+
msgstr "(আপনার নিজস্ব ফর্ম টেমপ্লেট & শৈলী সরবরাহ করুন)"
|
357 |
|
358 |
+
#: library/plugin-settings.php:171 library/plugin-settings.php:195
|
359 |
+
#: library/plugin-settings.php:218 library/plugin-settings.php:242
|
360 |
msgid "Auto-display before post content"
|
361 |
+
msgstr "পোস্ট সামগ্রীর আগে স্বয়ংক্রিয় প্রদর্শন"
|
362 |
|
363 |
+
#: library/plugin-settings.php:175 library/plugin-settings.php:199
|
364 |
+
#: library/plugin-settings.php:222 library/plugin-settings.php:246
|
365 |
msgid "Auto-display after post content"
|
366 |
+
msgstr "পোস্ট সামগ্রীর পরে স্বয়ংক্রিয় প্রদর্শন"
|
367 |
|
368 |
+
#: library/plugin-settings.php:179
|
369 |
msgid "Do not auto-display submitted images"
|
370 |
+
msgstr "জমা দেওয়া চিত্রগুলি স্বয়ংক্রিয়ভাবে প্রদর্শন করবেন না"
|
371 |
|
372 |
+
#: library/plugin-settings.php:203
|
373 |
msgid "Do not auto-display submitted email"
|
374 |
+
msgstr "জমা দেওয়া ইমেলটি স্বয়ংক্রিয়ভাবে প্রদর্শন করবেন না"
|
375 |
|
376 |
+
#: library/plugin-settings.php:226
|
377 |
msgid "Do not auto-display submitted URL"
|
378 |
+
msgstr "জমা দেওয়া URL টি স্বয়ংক্রিয়-প্রদর্শন করবেন না"
|
379 |
|
380 |
+
#: library/plugin-settings.php:250
|
381 |
msgid "Do not auto-display the Custom Field"
|
382 |
+
msgstr "কাস্টম ফিল্ডটি স্বয়ংক্রিয়ভাবে প্রদর্শন করবেন না"
|
383 |
|
384 |
+
#: library/plugin-settings.php:278 library/plugin-settings.php:310
|
385 |
+
#: library/plugin-settings.php:343 library/plugin-settings.php:375
|
386 |
+
msgid "Enable and require"
|
387 |
+
msgstr "সক্ষম এবং প্রয়োজনীয়"
|
388 |
|
389 |
+
#: library/plugin-settings.php:279 library/plugin-settings.php:311
|
390 |
+
msgid "Enable but do not require"
|
391 |
+
msgstr "সক্ষম করুন তবে প্রয়োজন নেই"
|
392 |
|
393 |
+
#: library/plugin-settings.php:280 library/plugin-settings.php:312
|
394 |
+
#: library/plugin-settings.php:344 library/plugin-settings.php:376
|
395 |
msgid "Disable this field"
|
396 |
+
msgstr "এই ক্ষেত্রটি অক্ষম করুন"
|
397 |
|
398 |
+
#: library/plugin-settings.php:315 library/plugin-settings.php:347
|
399 |
+
#: library/plugin-settings.php:379 library/plugin-settings.php:411
|
400 |
msgid "(Visit"
|
401 |
msgstr "(পরিদর্শন"
|
402 |
|
403 |
+
#: library/plugin-settings.php:316 library/plugin-settings.php:348
|
404 |
+
#: library/plugin-settings.php:380 library/plugin-settings.php:412
|
405 |
msgid "to configure options)"
|
406 |
+
msgstr "বিকল্পগুলি কনফিগার করতে)"
|
407 |
|
408 |
+
#: library/plugin-settings.php:331 library/plugin-settings.php:348
|
409 |
+
#: library/plugin-settings.php:1362 library/plugin-settings.php:1367
|
410 |
msgid "Challenge Question"
|
411 |
msgstr "চ্যালেঞ্জ প্রশ্ন"
|
412 |
|
413 |
+
#: library/plugin-settings.php:363 library/plugin-settings.php:380
|
414 |
+
#: library/plugin-settings.php:1384
|
415 |
msgid "Google reCAPTCHA"
|
416 |
+
msgstr "গুগল রেক্যাপচা"
|
417 |
|
418 |
+
#: library/plugin-settings.php:395
|
419 |
msgid "Post Images"
|
420 |
msgstr "ছবি পোস্ট করুন"
|
421 |
|
422 |
+
#: library/plugin-settings.php:407
|
423 |
+
msgid "Enable"
|
424 |
+
msgstr "সক্ষম করা"
|
425 |
|
426 |
+
#: library/plugin-settings.php:408
|
427 |
msgid "Disable"
|
428 |
msgstr "অক্ষম"
|
429 |
|
430 |
+
#: library/plugin-settings.php:412 library/plugin-settings.php:1445
|
431 |
msgid "Image Uploads"
|
432 |
+
msgstr "চিত্র আপলোড"
|
433 |
|
434 |
+
#: library/plugin-settings.php:492
|
435 |
msgid "Draft"
|
436 |
msgstr "খসড়া"
|
437 |
|
438 |
+
#: library/plugin-settings.php:493
|
439 |
msgid "Pending (default)"
|
440 |
msgstr "মুলতুবি (ডিফল্ট)"
|
441 |
|
442 |
+
#: library/plugin-settings.php:494
|
443 |
msgid "Publish immediately"
|
444 |
msgstr "অবিলম্বে প্রকাশ করুন"
|
445 |
|
446 |
+
#: library/plugin-settings.php:495
|
447 |
msgid "Publish after 1 approved post"
|
448 |
+
msgstr "1 অনুমোদিত পোস্টের পরে প্রকাশ করুন"
|
449 |
|
450 |
+
#: library/plugin-settings.php:496
|
451 |
msgid "Publish after "
|
452 |
+
msgstr "পরে প্রকাশ করুন "
|
453 |
|
454 |
+
#: library/plugin-settings.php:496
|
455 |
msgid " approved posts"
|
456 |
msgstr " অনুমোদিত পোস্ট"
|
457 |
|
458 |
+
#: library/plugin-settings.php:524
|
459 |
+
msgid "Select categories to display in the Category field."
|
460 |
+
msgstr "বিভাগ ক্ষেত্রে প্রদর্শিত বিভাগ নির্বাচন করুন।"
|
461 |
+
|
462 |
+
#: library/plugin-settings.php:738
|
463 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
464 |
+
msgstr "সেখানে একটা ভুল ছিল. দয়া করে নিশ্চিত করুন যে আপনি কোনও শিরোনাম, কিছু সামগ্রী যুক্ত করেছেন এবং আপনি কেবল ছবি আপলোড করেছেন।"
|
465 |
|
466 |
+
#: library/plugin-settings.php:752
|
467 |
msgid "Please select your image(s) to upload."
|
468 |
+
msgstr "আপলোড করতে দয়া করে আপনার চিত্র নির্বাচন করুন s"
|
469 |
|
470 |
+
#: library/plugin-settings.php:758
|
471 |
msgid "Success! Thank you for your submission."
|
472 |
msgstr "সফল! আপনার জমা দেওয়ার জন্য আপনাকে ধন্যবাদ."
|
473 |
|
474 |
+
#: library/plugin-settings.php:784
|
475 |
msgid "Email"
|
476 |
msgstr "ইমেইল"
|
477 |
|
478 |
+
#: library/plugin-settings.php:785
|
479 |
msgid "URL"
|
480 |
msgstr "URL টি"
|
481 |
|
482 |
+
#: library/plugin-settings.php:1058
|
483 |
msgid "Toggle all panels"
|
484 |
+
msgstr "সমস্ত প্যানেল টগল করুন"
|
485 |
|
486 |
+
#: library/plugin-settings.php:1067
|
487 |
msgid "We need your support!"
|
488 |
msgstr "আমরা আপনার সমর্থন প্রয়োজন!"
|
489 |
|
490 |
+
#: library/plugin-settings.php:1071
|
491 |
msgid "Make a donation via PayPal"
|
492 |
+
msgstr "পেপালের মাধ্যমে অনুদান দিন"
|
493 |
|
494 |
+
#: library/plugin-settings.php:1071
|
495 |
msgid "make a donation"
|
496 |
msgstr "উচ্চ স্বরে পড়া"
|
497 |
|
498 |
+
#: library/plugin-settings.php:1071
|
499 |
msgid "and/or"
|
500 |
msgstr "এবং / অথবা"
|
501 |
|
502 |
+
#: library/plugin-settings.php:1072
|
503 |
msgid "Rate and review at the Plugin Directory"
|
504 |
+
msgstr "প্লাগিন ডিরেক্টরিতে রেট করুন এবং পর্যালোচনা করুন"
|
505 |
|
506 |
+
#: library/plugin-settings.php:1073
|
507 |
msgid "give this plugin a 5-star rating"
|
508 |
+
msgstr "এই প্লাগইনটিকে 5-তারা রেটিং দিন"
|
509 |
|
510 |
+
#: library/plugin-settings.php:1077
|
511 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
512 |
+
msgstr "আপনার উদার সমর্থন এই ফ্রি প্লাগইন এর অবিচ্ছিন্ন বিকাশ সক্ষম করে। ধন্যবাদ!"
|
513 |
|
514 |
+
#: library/plugin-settings.php:1082
|
515 |
msgid "Check this box if you have shown support"
|
516 |
+
msgstr "যদি আপনি সমর্থন দেখিয়ে থাকেন তবে এই বাক্সটি চেক করুন"
|
517 |
|
518 |
+
#: library/plugin-settings.php:1091
|
519 |
msgid "Overview"
|
520 |
msgstr "সংক্ষিপ্ত বিবরণ"
|
521 |
|
522 |
+
#: library/plugin-settings.php:1095
|
523 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
524 |
+
msgstr "আপনার দর্শকদের আপনার সাইটের সামনের প্রান্ত থেকে পোস্ট জমা দিতে এবং চিত্রগুলি আপলোড করতে সক্ষম করে। "
|
525 |
|
526 |
+
#: library/plugin-settings.php:1096
|
527 |
msgid "For advanced functionality and unlimited forms, check out"
|
528 |
+
msgstr "উন্নত কার্যকারিতা এবং সীমাহীন ফর্মগুলির জন্য, দেখুন"
|
529 |
|
530 |
+
#: library/plugin-settings.php:1096 library/plugin-settings.php:1503
|
531 |
msgid "USP Pro"
|
532 |
msgstr "ইউএসপি প্রো"
|
533 |
|
534 |
+
#: library/plugin-settings.php:1097
|
535 |
msgid "— the ultimate solution for user-generated content."
|
536 |
+
msgstr "& Mdash; i ব্যবহারকারী-উত্পাদিত সামগ্রীর চূড়ান্ত সমাধান।"
|
537 |
|
538 |
+
#: library/plugin-settings.php:1101 library/plugin-settings.php:1118
|
539 |
msgid "Plugin Settings"
|
540 |
msgstr "প্লাগইন সেটিংস"
|
541 |
|
542 |
+
#: library/plugin-settings.php:1102
|
543 |
msgid "Display the form"
|
544 |
+
msgstr "ফর্মটি প্রদর্শন করুন"
|
545 |
|
546 |
+
#: library/plugin-settings.php:1106
|
547 |
msgid "If you like this plugin, please"
|
548 |
+
msgstr "আপনি যদি এই প্লাগইন পছন্দ করেন, দয়া করে"
|
549 |
|
550 |
+
#: library/plugin-settings.php:1107
|
551 |
msgid "THANK YOU for your support!"
|
552 |
msgstr "আপনার সমর্থনের জন্য ধন্যবাদ!"
|
553 |
|
554 |
+
#: library/plugin-settings.php:1107
|
555 |
msgid "give it a 5-star rating"
|
556 |
+
msgstr "এটি একটি 5 তারা রেটিং দিন"
|
557 |
|
558 |
+
#: library/plugin-settings.php:1111
|
559 |
msgid "Unlimited front-end forms"
|
560 |
+
msgstr "সীমাহীন ফ্রন্ট-এন্ড ফর্মগুলি"
|
561 |
|
562 |
+
#: library/plugin-settings.php:1111
|
563 |
msgid "Get USP Pro"
|
564 |
msgstr "ইউএসপি প্রো পান"
|
565 |
|
566 |
+
#: library/plugin-settings.php:1121
|
567 |
msgid "Configure your settings for User Submitted Posts."
|
568 |
+
msgstr "ব্যবহারকারী জমা দেওয়া পোস্টগুলির জন্য আপনার সেটিংস কনফিগার করুন।"
|
569 |
|
570 |
+
#: library/plugin-settings.php:1123
|
571 |
msgid "Form Fields"
|
572 |
+
msgstr "ফর্ম ক্ষেত্রসমূহ"
|
573 |
|
574 |
+
#: library/plugin-settings.php:1129
|
575 |
msgid "User Name"
|
576 |
msgstr "ব্যবহারকারীর নাম"
|
577 |
|
578 |
+
#: library/plugin-settings.php:1130
|
579 |
msgid "User Email"
|
580 |
+
msgstr "ব্যবহারকারী ইমেল"
|
581 |
|
582 |
+
#: library/plugin-settings.php:1131
|
583 |
msgid "User URL"
|
584 |
+
msgstr "ব্যবহারকারী ইউআরএল"
|
585 |
|
586 |
+
#: library/plugin-settings.php:1146
|
587 |
msgid "General Settings"
|
588 |
msgstr "সাধারণ সেটিংস"
|
589 |
|
590 |
+
#: library/plugin-settings.php:1148
|
591 |
msgid "Note that the default settings work fine for most cases."
|
592 |
+
msgstr "নোট করুন যে ডিফল্ট সেটিংস বেশিরভাগ ক্ষেত্রেই ঠিক কাজ করে।"
|
593 |
|
594 |
+
#: library/plugin-settings.php:1153
|
595 |
msgid "Form Style"
|
596 |
+
msgstr "ফর্ম স্টাইল"
|
597 |
|
598 |
+
#: library/plugin-settings.php:1158
|
599 |
msgid "With this option, you can copy the plugin’s default templates:"
|
600 |
+
msgstr "এই বিকল্পের সাহায্যে আপনি প্লাগইনটির ডিফল্ট টেম্পলেটগুলি অনুলিপি করতে পারেন:"
|
601 |
|
602 |
+
#: library/plugin-settings.php:1163
|
603 |
msgid "..and upload them into a directory named"
|
604 |
+
msgstr ".. এবং সেগুলি নামের একটি ডিরেক্টরিতে আপলোড করুন"
|
605 |
|
606 |
+
#: library/plugin-settings.php:1163
|
607 |
msgid "in your theme:"
|
608 |
msgstr "আপনার থিম মধ্যে:"
|
609 |
|
610 |
+
#: library/plugin-settings.php:1169
|
611 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
612 |
+
msgstr "এটি আপনাকে পছন্দ মতো ফর্ম এবং শৈলীগুলি কাস্টমাইজ করতে সক্ষম করবে। আরও তথ্যের জন্য, \"কাস্টম সাবমিশন ফর্ম\" বিভাগটি দেখুন"
|
613 |
|
614 |
+
#: library/plugin-settings.php:1170
|
615 |
msgid "Installation Docs"
|
616 |
msgstr "ইনস্টলেশন ডক্স"
|
617 |
|
618 |
+
#: library/plugin-settings.php:1171
|
619 |
msgid "FYI: here is a"
|
620 |
+
msgstr "এফওয়াইআই: এখানে একটি"
|
621 |
|
622 |
+
#: library/plugin-settings.php:1171
|
623 |
msgid "list of USP CSS selectors"
|
624 |
+
msgstr "ইউএসপি সিএসএস নির্বাচকদের তালিকা"
|
625 |
|
626 |
+
#: library/plugin-settings.php:1177
|
627 |
msgid "Include JavaScript"
|
628 |
msgstr "জাভাস্ক্রিপ্ট অন্তর্ভুক্ত করুন"
|
629 |
|
630 |
+
#: library/plugin-settings.php:1179
|
631 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
632 |
+
msgstr "আপনি যদি বাহ্যিক জাভাস্ক্রিপ্ট ফাইলগুলি অন্তর্ভুক্ত করতে চান তবে এই বাক্সটি চেক করুন (প্রস্তাবিত)।"
|
633 |
|
634 |
+
#: library/plugin-settings.php:1182
|
635 |
msgid "Targeted Loading"
|
636 |
+
msgstr "লক্ষ্যযুক্ত লোড হচ্ছে"
|
637 |
|
638 |
+
#: library/plugin-settings.php:1184
|
639 |
+
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
|
640 |
+
msgstr "ডিফল্টরূপে, বাহ্যিক সিএসএস & amp; জাভাস্ক্রিপ্ট ফাইলগুলি প্রতিটি পৃষ্ঠায় লোড করা হয়। এখানে আপনি কেবল সেই পৃষ্ঠায় সংস্থান লোড করতে ইউএসপি ফর্মের URL টি নির্দিষ্ট করতে পারেন। দ্রষ্টব্য: সমস্ত পৃষ্ঠায় লোড করতে ফাঁকা ছেড়ে যান। একাধিক URL গুলি আলাদা করতে কমা ব্যবহার করুন।"
|
641 |
|
642 |
+
#: library/plugin-settings.php:1187
|
643 |
msgid "Post Type"
|
644 |
+
msgstr "পোস্টের ধরণ"
|
645 |
|
646 |
+
#: library/plugin-settings.php:1190
|
647 |
msgid "Submit posts as WP Posts or Pages"
|
648 |
+
msgstr "ডাব্লুপি পোস্ট বা পৃষ্ঠাগুলি হিসাবে পোস্ট জমা দিন"
|
649 |
|
650 |
+
#: library/plugin-settings.php:1194
|
651 |
msgid "Post Status"
|
652 |
+
msgstr "পোস্ট স্থিতি"
|
653 |
|
654 |
+
#: library/plugin-settings.php:1197
|
655 |
msgid "Post Status for submitted posts"
|
656 |
+
msgstr "জমা দেওয়া পোস্টের জন্য পোস্টের স্থিতি"
|
657 |
|
658 |
+
#: library/plugin-settings.php:1201
|
659 |
msgid "Redirect URL"
|
660 |
msgstr "পুনঃনির্দেশ URL"
|
661 |
|
662 |
+
#: library/plugin-settings.php:1203
|
663 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
664 |
+
msgstr "পোস্ট-জমা দেওয়ার পরে ব্যবহারকারীকে পুনর্নির্দেশের জন্য একটি URL নির্দিষ্ট করুন। বর্তমান পৃষ্ঠায় ফিরে যাওয়ার জন্য ফাঁকা ছেড়ে যান।"
|
665 |
|
666 |
+
#: library/plugin-settings.php:1206
|
667 |
msgid "Success Message"
|
668 |
+
msgstr "সাফল্যের বার্তা"
|
669 |
|
670 |
+
#: library/plugin-settings.php:1208
|
671 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
672 |
+
msgstr "পোস্ট-জমা সফল হলে প্রদর্শিত সাফল্যের বার্তা। বেসিক মার্কআপ অনুমোদিত।"
|
673 |
|
674 |
+
#: library/plugin-settings.php:1211
|
675 |
msgid "Error Message"
|
676 |
msgstr "ভুল বার্তা"
|
677 |
|
678 |
+
#: library/plugin-settings.php:1213
|
679 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
680 |
+
msgstr "পোস্ট তদন্ত ব্যর্থ হলে প্রদর্শিত হয় যে সাধারণ ত্রুটি বার্তা। বেসিক মার্কআপ অনুমোদিত।"
|
681 |
|
682 |
+
#: library/plugin-settings.php:1216
|
683 |
msgid "Custom Content"
|
684 |
msgstr "কাস্টম কন্টেন্ট"
|
685 |
|
686 |
+
#: library/plugin-settings.php:1218
|
687 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
688 |
+
msgstr "জমা দেওয়ার ফর্মের আগে অন্তর্ভুক্ত করার জন্য কাস্টম পাঠ্য / মার্কআপ। অক্ষম করতে ফাঁকা ছেড়ে দিন।"
|
689 |
|
690 |
+
#: library/plugin-settings.php:1221
|
691 |
msgid "Rich Text Editor"
|
692 |
msgstr "উন্নত টেক্সট এডিটর"
|
693 |
|
694 |
+
#: library/plugin-settings.php:1223
|
695 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
696 |
+
msgstr "আপনি জমা দেওয়া পোস্টগুলির জন্য WP সমৃদ্ধ পাঠ্য সম্পাদনা সক্ষম করতে চাইলে এই বাক্সটি চেক করুন Check"
|
697 |
|
698 |
+
#: library/plugin-settings.php:1226
|
699 |
msgid "Unique Titles"
|
700 |
msgstr "অনন্য শিরোনাম"
|
701 |
|
702 |
+
#: library/plugin-settings.php:1228
|
703 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
704 |
+
msgstr "স্বতন্ত্র হওয়ার জন্য জমা দেওয়া পোস্টের শিরোনাম প্রয়োজন (একাধিক / নকল জমা দেওয়া পোস্টগুলি প্রতিরোধের জন্য দরকারী)।"
|
705 |
|
706 |
+
#: library/plugin-settings.php:1231
|
707 |
msgid "Disable Required"
|
708 |
+
msgstr "অক্ষম করা আবশ্যক"
|
709 |
|
710 |
+
#: library/plugin-settings.php:1233
|
711 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
712 |
+
msgstr "ডিফল্ট ফর্ম ক্ষেত্রে সমস্ত প্রয়োজনীয় বৈশিষ্ট্য অক্ষম করুন (সমস্যা সমাধানের ত্রুটি বার্তাগুলির জন্য দরকারী)।"
|
713 |
|
714 |
+
#: library/plugin-settings.php:1236
|
715 |
msgid "Enable Shortcodes"
|
716 |
+
msgstr "শর্টকোডগুলি সক্ষম করুন"
|
717 |
|
718 |
+
#: library/plugin-settings.php:1238
|
719 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
720 |
+
msgstr "উইজেটগুলিতে শর্টকড সক্ষম করুন। ডিফল্টরূপে, ওয়ার্ডপ্রেস উইজেটগুলিতে শর্টকড সক্ষম করে না। "
|
721 |
|
722 |
+
#: library/plugin-settings.php:1239
|
723 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
724 |
+
msgstr "এই সেটিংটি উইজেটগুলিতে যে কোনও / সমস্ত শর্টকোড সক্ষম করে (অন্য প্লাগইনগুলি থেকে শর্টকডগুলিও)"
|
725 |
|
726 |
+
#: library/plugin-settings.php:1244
|
727 |
+
msgid "Privacy"
|
728 |
+
msgstr "গোপনীয়তা"
|
729 |
|
730 |
+
#: library/plugin-settings.php:1249
|
731 |
msgid "Disable IP Tracking"
|
732 |
+
msgstr "আইপি ট্র্যাকিং অক্ষম করুন"
|
733 |
|
734 |
+
#: library/plugin-settings.php:1251
|
735 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
736 |
+
msgstr "ডিফল্টরূপে ইউএসপি প্রতিটি জমা দেওয়া পোস্টের সাথে আইপি ঠিকানা রেকর্ড করে। সমস্ত আইপি ট্র্যাকিং অক্ষম করতে এই বাক্সটি চেক করুন।"
|
737 |
|
738 |
+
#: library/plugin-settings.php:1255
|
739 |
msgid "Display Checkbox"
|
740 |
msgstr "প্রদর্শন চেকবক্স"
|
741 |
|
742 |
+
#: library/plugin-settings.php:1257
|
743 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
744 |
+
msgstr "আপনার ফর্মটিতে কাস্টম চেকবক্স প্রদর্শন করুন (জিডিপিআরের জন্য কার্যকর, শর্তাদির সাথে সম্মত ইত্যাদি)"
|
745 |
|
746 |
+
#: library/plugin-settings.php:1260
|
747 |
msgid "Checkbox Name"
|
748 |
+
msgstr "চেকবক্সের নাম"
|
749 |
|
750 |
+
#: library/plugin-settings.php:1262 library/plugin-settings.php:1352
|
751 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
752 |
+
msgstr "কেবলমাত্র বর্ণমালা, আন্ডারস্কোর এবং ড্যাশ ব্যবহার করুন। যদি নিশ্চিত না হন তবে ডিফল্ট নামটি ব্যবহার করুন:"
|
753 |
|
754 |
+
#: library/plugin-settings.php:1265
|
755 |
msgid "Checkbox Error"
|
756 |
msgstr "চেকবক্স ত্রুটি"
|
757 |
|
758 |
+
#: library/plugin-settings.php:1267
|
759 |
msgid "Error message displayed if user does not check the box."
|
760 |
+
msgstr "ব্যবহারকারী বাক্সটি চেক না করলে ত্রুটি বার্তা প্রদর্শিত হয়।"
|
761 |
|
762 |
+
#: library/plugin-settings.php:1270
|
763 |
msgid "Checkbox Text"
|
764 |
+
msgstr "চেকবক্স পাঠ্য"
|
765 |
|
766 |
+
#: library/plugin-settings.php:1272
|
767 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
768 |
+
msgstr "চেকবাক্সের পাশে প্রদর্শিত পাঠ্য। টিপ: আউটপুট কোণ বন্ধনীগুলিতে কোঁকড়ানো বন্ধনী ব্যবহার করুন, উদাহরণস্বরূপ:"
|
769 |
|
770 |
+
#: library/plugin-settings.php:1277 library/plugin-settings.php:1282
|
771 |
msgid "Categories"
|
772 |
msgstr "ধরন"
|
773 |
|
774 |
+
#: library/plugin-settings.php:1285
|
775 |
+
msgid "Click to view/select categories"
|
776 |
+
msgstr "বিভাগগুলি দেখতে / নির্বাচন করতে ক্লিক করুন"
|
777 |
|
778 |
+
#: library/plugin-settings.php:1293
|
779 |
+
msgid "Multiple Categories"
|
780 |
+
msgstr "একাধিক বিভাগ"
|
781 |
+
|
782 |
+
#: library/plugin-settings.php:1295
|
783 |
+
msgid "Enable users to select multiple categories."
|
784 |
+
msgstr "ব্যবহারকারীদের একাধিক বিভাগ নির্বাচন করতে সক্ষম করুন।"
|
785 |
+
|
786 |
+
#: library/plugin-settings.php:1298
|
787 |
msgid "Hidden/Default Category"
|
788 |
msgstr "লুকানো / ডিফল্ট বিভাগ"
|
789 |
|
790 |
+
#: library/plugin-settings.php:1300
|
791 |
+
msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
|
792 |
+
msgstr "পোস্ট বিভাগের জন্য একটি লুকানো ক্ষেত্র ব্যবহার করুন। এটি বিভাগ ক্ষেত্রটি আড়াল করে এবং পরবর্তী বিকল্পের মাধ্যমে তার মান সেট করে।"
|
793 |
|
794 |
+
#: library/plugin-settings.php:1303
|
795 |
msgid "Category ID for Hidden Field"
|
796 |
+
msgstr "গোপন ক্ষেত্রের জন্য বিভাগ আইডি"
|
797 |
|
798 |
+
#: library/plugin-settings.php:1305
|
799 |
+
msgid "Specify category ID(s) to use for “Hidden/Default Category”. Separate multiple IDs with a comma."
|
800 |
+
msgstr "& Ldquo; লুকানো / ডিফল্ট বিভাগ & rdquo; এর জন্য বিভাগের আইডি (গুলি) নির্দিষ্ট করুন। কমা দিয়ে একাধিক আইডি আলাদা করুন।"
|
801 |
|
802 |
+
#: library/plugin-settings.php:1310
|
803 |
msgid "Users"
|
804 |
msgstr "ব্যবহারকারীরা"
|
805 |
|
806 |
+
#: library/plugin-settings.php:1315
|
807 |
msgid "Assigned Author"
|
808 |
+
msgstr "বরাদ্দ লেখক"
|
809 |
|
810 |
+
#: library/plugin-settings.php:1318
|
811 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
812 |
+
msgstr "জমা দেওয়া পোস্টগুলির জন্য লেখক হিসাবে নির্ধারিত হওয়া উচিত এমন ব্যবহারকারীকে নির্দিষ্ট করুন।"
|
813 |
|
814 |
+
#: library/plugin-settings.php:1322
|
815 |
msgid "Registered Username"
|
816 |
msgstr "নিবন্ধিত ব্যবহারকারীর নাম"
|
817 |
|
818 |
+
#: library/plugin-settings.php:1324
|
819 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
820 |
+
msgstr "পোস্ট লেখক হিসাবে নিবন্ধিত ব্যবহারকারীর নাম ব্যবহার করুন। ফর্মটি জমা দেওয়ার ব্যক্তিটি যখন ওয়ার্ডপ্রেসে লগইন হয়।"
|
821 |
|
822 |
+
#: library/plugin-settings.php:1327
|
823 |
msgid "User Profile URL"
|
824 |
msgstr "ব্যবহারকারী প্রোফাইল ইউআরএল"
|
825 |
|
826 |
+
#: library/plugin-settings.php:1329
|
827 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
828 |
+
msgstr "URL ক্ষেত্রের মান হিসাবে নিবন্ধিত ব্যবহারকারীর প্রোফাইল URL ব্যবহার করুন। ফর্মটি জমা দেওয়ার ব্যক্তিটি যখন ওয়ার্ডপ্রেসে লগইন হয়।"
|
829 |
|
830 |
+
#: library/plugin-settings.php:1332
|
831 |
msgid "Require User Login"
|
832 |
+
msgstr "ব্যবহারকারীর লগইন প্রয়োজন"
|
833 |
|
834 |
+
#: library/plugin-settings.php:1334
|
835 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
836 |
+
msgstr "ব্যবহারকারীদের ফর্মটি দেখতে / জমা দেওয়ার জন্য ওয়ার্ডপ্রেসে লগ ইন করতে হবে"
|
837 |
|
838 |
+
#: library/plugin-settings.php:1337
|
839 |
msgid "Disable Replace Author"
|
840 |
+
msgstr "প্রতিস্থাপন লেখককে অক্ষম করুন"
|
841 |
|
842 |
+
#: library/plugin-settings.php:1339
|
843 |
msgid "Do not replace post author with submitted user name"
|
844 |
+
msgstr "জমা দেওয়া ব্যবহারকারীর নাম সহ পোস্ট লেখককে প্রতিস্থাপন করবেন না"
|
845 |
|
846 |
+
#: library/plugin-settings.php:1345
|
847 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
848 |
+
msgstr "এখানে আপনি কাস্টম ফিল্ড দ্বারা ব্যবহৃত নাম এবং লেবেল পরিবর্তন করতে পারেন। আপনি উপরের ফর্ম ক্ষেত্রগুলি সেটিংসের মাধ্যমে এই ক্ষেত্রটি সক্ষম করতে পারবেন।"
|
849 |
|
850 |
+
#: library/plugin-settings.php:1350
|
851 |
msgid "Custom Field Name"
|
852 |
+
msgstr "কাস্টম ফিল্ডের নাম"
|
853 |
|
854 |
+
#: library/plugin-settings.php:1355
|
855 |
msgid "Custom Field Label"
|
856 |
msgstr "কাস্টম ফিল্ড লেবেল"
|
857 |
|
858 |
+
#: library/plugin-settings.php:1357
|
859 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
860 |
+
msgstr "এটি ফর্মের ফিল্ড লেবেল হিসাবে প্রদর্শিত হবে। ডিফল্ট: কাস্টম ফিল্ড"
|
861 |
|
862 |
+
#: library/plugin-settings.php:1369
|
863 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
864 |
+
msgstr "স্প্যাম প্রতিরোধ করতে, এমন একটি প্রশ্ন লিখুন যা ব্যবহারকারীদের ফর্মটি জমা দেওয়ার আগে অবশ্যই উত্তর দিতে হবে।"
|
865 |
|
866 |
+
#: library/plugin-settings.php:1372
|
867 |
msgid "Challenge Response"
|
868 |
msgstr "চ্যালেঞ্জ প্রতিক্রিয়া"
|
869 |
|
870 |
+
#: library/plugin-settings.php:1374
|
871 |
msgid "Enter the *only* correct answer to the challenge question."
|
872 |
+
msgstr "চ্যালেঞ্জ প্রশ্নের * একমাত্র * সঠিক উত্তর লিখুন।"
|
873 |
|
874 |
+
#: library/plugin-settings.php:1377
|
875 |
msgid "Case-sensitivity"
|
876 |
msgstr "কেস-সংবেদনশীলতা"
|
877 |
|
878 |
+
#: library/plugin-settings.php:1379
|
879 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
880 |
+
msgstr "যদি আপনি চ্যালেঞ্জের প্রতিক্রিয়া কেস-সংবেদনশীল হতে চান তবে এই বাক্সটি চেক করুন।"
|
881 |
|
882 |
+
#: library/plugin-settings.php:1385
|
883 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
884 |
+
msgstr "গুগল রেক্যাপচা সক্ষম করতে, আপনার সরকারী এবং ব্যক্তিগত কী লিখুন।"
|
885 |
|
886 |
+
#: library/plugin-settings.php:1390
|
887 |
msgid "Public Key"
|
888 |
msgstr "পাবলিক কী"
|
889 |
|
890 |
+
#: library/plugin-settings.php:1392
|
891 |
msgid "Enter your Public Key"
|
892 |
+
msgstr "আপনার সর্বজনীন কী লিখুন"
|
893 |
|
894 |
+
#: library/plugin-settings.php:1395
|
895 |
msgid "Private Key"
|
896 |
msgstr "ব্যক্তিগত কী"
|
897 |
|
898 |
+
#: library/plugin-settings.php:1397
|
899 |
msgid "Enter your Private Key"
|
900 |
msgstr "আপনার ব্যক্তিগত কী লিখুন"
|
901 |
|
902 |
+
#: library/plugin-settings.php:1402
|
903 |
msgid "Email Alerts"
|
904 |
msgstr "ইমেল সতর্কতা"
|
905 |
|
906 |
+
#: library/plugin-settings.php:1407
|
907 |
msgid "Receive Email Alert"
|
908 |
+
msgstr "ইমেল সতর্কতা গ্রহণ করুন"
|
909 |
|
910 |
+
#: library/plugin-settings.php:1409
|
911 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
912 |
+
msgstr "আপনি যদি নতুন পোস্ট জমা দেওয়ার জন্য ইমেলের মাধ্যমে অবহিত হতে চান তবে এই বাক্সটি চেক করুন।"
|
913 |
|
914 |
+
#: library/plugin-settings.php:1412
|
915 |
msgid "Enable HTML Format"
|
916 |
+
msgstr "এইচটিএমএল ফর্ম্যাট সক্ষম করুন"
|
917 |
|
918 |
+
#: library/plugin-settings.php:1414
|
919 |
msgid "Check this box to enable HTML format for email alerts."
|
920 |
+
msgstr "ইমেল সতর্কতার জন্য এইচটিএমএল ফর্ম্যাট সক্ষম করতে এই বাক্সটি চেক করুন।"
|
921 |
|
922 |
+
#: library/plugin-settings.php:1417
|
923 |
msgid "Email Address for Alerts"
|
924 |
+
msgstr "সতর্কতার জন্য ইমেল ঠিকানা"
|
925 |
|
926 |
+
#: library/plugin-settings.php:1419
|
927 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
928 |
+
msgstr "আপনি যদি ইমেল সতর্কতাগুলি পেতে বক্সটি চেক করেন তবে ইমেলগুলি পাঠানো উচিত এমন ঠিকানা (গুলি) এখানে নির্দেশ করুন।"
|
929 |
|
930 |
+
#: library/plugin-settings.php:1420
|
931 |
msgid "Multiple recipients may be included using a comma, like so:"
|
932 |
+
msgstr "একাধিক প্রাপককে কমা ব্যবহার করে অন্তর্ভুক্ত করা যেতে পারে, যেমন:"
|
933 |
|
934 |
+
#: library/plugin-settings.php:1423
|
935 |
msgid "Email “From” Address"
|
936 |
msgstr "ইমেল & ldquo; থেকে & rdquo; ঠিকানা"
|
937 |
|
938 |
+
#: library/plugin-settings.php:1425
|
939 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
940 |
+
msgstr "এখানে আপনি & ldquo; & rdquo; এর জন্য ব্যবহৃত ঠিকানা (এস) কাস্টমাইজ করতে পারেন; শিরোনাম (তথ্যের জন্য প্লাগইন এফএকিউ দেখুন)। "
|
941 |
|
942 |
+
#: library/plugin-settings.php:1426
|
943 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
944 |
+
msgstr "পূর্ববর্তী সেটিংসে যদি একাধিক ঠিকানা নির্দিষ্ট করা থাকে তবে & ldquo; থেকে & rdquo; এর সমান সংখ্যক অন্তর্ভুক্ত করুন; এই সেটিংয়ের ঠিকানা (একই ক্রমে)।"
|
945 |
|
946 |
+
#: library/plugin-settings.php:1429
|
947 |
msgid "Email Alert Subject"
|
948 |
msgstr "ইমেল সতর্কতা বিষয়"
|
949 |
|
950 |
+
#: library/plugin-settings.php:1431
|
951 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
952 |
+
msgstr "ইমেল সতর্কতা জন্য বিষয় লাইন। ডিফল্ট সাবজেক্ট লাইনটি ব্যবহার করতে ফাঁকা ছেড়ে যান। দ্রষ্টব্য: আপনি নিম্নলিখিত ভেরিয়েবলগুলি ব্যবহার করতে পারেন: "
|
953 |
|
954 |
+
#: library/plugin-settings.php:1436
|
955 |
msgid "Email Alert Message"
|
956 |
msgstr "ইমেল সতর্কতা বার্তা"
|
957 |
|
958 |
+
#: library/plugin-settings.php:1438
|
959 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
960 |
+
msgstr "ইমেল সতর্কতা জন্য বার্তা। ডিফল্ট বার্তাটি ব্যবহার করতে ফাঁকা ছেড়ে যান। দ্রষ্টব্য: আপনি নিম্নলিখিত ভেরিয়েবলগুলি ব্যবহার করতে পারেন: "
|
961 |
|
962 |
+
#: library/plugin-settings.php:1450
|
963 |
msgid "Featured Image"
|
964 |
msgstr "বৈশিষ্ট্যযুক্ত ইমেজ"
|
965 |
|
966 |
+
#: library/plugin-settings.php:1452
|
967 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
968 |
+
msgstr "জমা দেওয়া চিত্রগুলি বৈশিষ্ট্যযুক্ত চিত্র হিসাবে সেট করুন। বৈশিষ্ট্যযুক্ত চিত্রগুলির জন্য থিম সমর্থন প্রয়োজন (ওরফে পোস্ট থাম্বনেইলস)।"
|
969 |
|
970 |
+
#: library/plugin-settings.php:1455
|
971 |
msgid "Upload Message"
|
972 |
msgstr "বার্তা আপলোড করুন"
|
973 |
|
974 |
+
#: library/plugin-settings.php:1457
|
975 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
976 |
+
msgstr "বার্তা যা আপলোড ক্ষেত্রের পাশে প্রদর্শিত হবে। আপনার আপলোডের নির্দেশিকা / নীতি / ইত্যাদি উল্লেখ করার জন্য দরকারী। বেসিক মার্কআপ অনুমোদিত allowed"
|
977 |
|
978 |
+
#: library/plugin-settings.php:1460
|
979 |
msgid "“Add another image” link"
|
980 |
+
msgstr "& ldquo; অন্য চিত্র যুক্ত করুন & rdquo; লিংক"
|
981 |
|
982 |
+
#: library/plugin-settings.php:1462
|
983 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
984 |
+
msgstr "& Ldquo; অন্য চিত্র যুক্ত করুন & rdquo জন্য কাস্টম মার্কআপ; লিঙ্ক। ডিফল্ট মার্কআপ ব্যবহার করার জন্য ফাঁকা ছেড়ে যান (প্রস্তাবিত)।"
|
985 |
|
986 |
+
#: library/plugin-settings.php:1465
|
987 |
msgid "Minimum number of images"
|
988 |
+
msgstr "ন্যূনতম সংখ্যা"
|
989 |
|
990 |
+
#: library/plugin-settings.php:1468
|
991 |
msgid "Specify the minimum number of images."
|
992 |
+
msgstr "চিত্রের সর্বনিম্ন সংখ্যা উল্লেখ করুন।"
|
993 |
|
994 |
+
#: library/plugin-settings.php:1472
|
995 |
msgid "Maximum number of images"
|
996 |
+
msgstr "চিত্রের সর্বাধিক সংখ্যা"
|
997 |
|
998 |
+
#: library/plugin-settings.php:1475
|
999 |
msgid "Specify the maximum number of images."
|
1000 |
+
msgstr "চিত্রের সর্বাধিক সংখ্যা উল্লেখ করুন।"
|
1001 |
|
1002 |
+
#: library/plugin-settings.php:1479
|
1003 |
msgid "Minimum image width"
|
1004 |
+
msgstr "সর্বনিম্ন চিত্র প্রস্থ"
|
1005 |
|
1006 |
+
#: library/plugin-settings.php:1481
|
1007 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1008 |
+
msgstr "আপলোড করা চিত্রগুলির জন্য সর্বনিম্ন প্রস্থ (পিক্সেলগুলিতে) নির্দিষ্ট করুন।"
|
1009 |
|
1010 |
+
#: library/plugin-settings.php:1484
|
1011 |
msgid "Minimum image height"
|
1012 |
+
msgstr "সর্বনিম্ন চিত্রের উচ্চতা"
|
1013 |
|
1014 |
+
#: library/plugin-settings.php:1486
|
1015 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1016 |
+
msgstr "আপলোড করা চিত্রগুলির জন্য সর্বনিম্ন উচ্চতা (পিক্সেলগুলিতে) নির্দিষ্ট করুন।"
|
1017 |
|
1018 |
+
#: library/plugin-settings.php:1489
|
1019 |
msgid "Maximum image width"
|
1020 |
+
msgstr "সর্বাধিক চিত্র প্রস্থ"
|
1021 |
|
1022 |
+
#: library/plugin-settings.php:1491
|
1023 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1024 |
+
msgstr "আপলোড করা চিত্রগুলির জন্য সর্বাধিক প্রস্থ (পিক্সেলগুলিতে) নির্দিষ্ট করুন।"
|
1025 |
|
1026 |
+
#: library/plugin-settings.php:1494
|
1027 |
msgid "Maximum image height"
|
1028 |
+
msgstr "সর্বোচ্চ চিত্রের উচ্চতা"
|
1029 |
|
1030 |
+
#: library/plugin-settings.php:1496
|
1031 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1032 |
+
msgstr "আপলোড করা চিত্রগুলির জন্য সর্বাধিক উচ্চতা (পিক্সেলগুলিতে) নির্দিষ্ট করুন।"
|
1033 |
|
1034 |
+
#: library/plugin-settings.php:1499
|
1035 |
msgid "More Options"
|
1036 |
msgstr "আরও বিকল্প"
|
1037 |
|
1038 |
+
#: library/plugin-settings.php:1502
|
1039 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1040 |
+
msgstr "অন্যান্য ফাইলের ধরণের (পিডিএফ, ওয়ার্ড, জিপ, ভিডিও এবং আরও অনেক কিছু) আপলোড করার মতো আরও বিকল্পের জন্য, পরীক্ষা করে দেখুন"
|
1041 |
|
1042 |
+
#: library/plugin-settings.php:1503
|
1043 |
msgid "Go Pro!"
|
1044 |
+
msgstr "প্রো প্রো!"
|
1045 |
|
1046 |
+
#: library/plugin-settings.php:1510
|
1047 |
msgid "Auto-Display Content"
|
1048 |
+
msgstr "স্ব-প্রদর্শন সামগ্রী"
|
1049 |
|
1050 |
+
#: library/plugin-settings.php:1515
|
1051 |
msgid "Auto-Display Images"
|
1052 |
+
msgstr "চিত্রগুলি স্বয়ংক্রিয়-প্রদর্শন করুন"
|
1053 |
|
1054 |
+
#: library/plugin-settings.php:1517
|
1055 |
msgid "Auto-display user-submitted images:"
|
1056 |
+
msgstr "স্বতঃ প্রদর্শন ব্যবহারকারী-জমা দেওয়া চিত্রগুলি:"
|
1057 |
|
1058 |
+
#: library/plugin-settings.php:1522
|
1059 |
msgid "Image Markup"
|
1060 |
+
msgstr "চিত্র মার্কআপ"
|
1061 |
|
1062 |
+
#: library/plugin-settings.php:1524
|
1063 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1064 |
+
msgstr "প্রতিটি জমা দেওয়া চিত্রের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
|
1065 |
|
1066 |
+
#: library/plugin-settings.php:1526 library/plugin-settings.php:1539
|
1067 |
+
#: library/plugin-settings.php:1552 library/plugin-settings.php:1565
|
1068 |
msgid "and"
|
1069 |
msgstr "এবং"
|
1070 |
|
1071 |
+
#: library/plugin-settings.php:1529
|
1072 |
msgid "Auto-Display Email"
|
1073 |
+
msgstr "স্ব-প্রদর্শন ইমেল"
|
1074 |
|
1075 |
+
#: library/plugin-settings.php:1531
|
1076 |
msgid "Auto-display user-submitted email:"
|
1077 |
+
msgstr "স্ব-প্রদর্শন ব্যবহারকারী-জমা দেওয়া ইমেল:"
|
1078 |
|
1079 |
+
#: library/plugin-settings.php:1536
|
1080 |
msgid "Email Markup"
|
1081 |
msgstr "ইমেল মার্কআপ"
|
1082 |
|
1083 |
+
#: library/plugin-settings.php:1538
|
1084 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1085 |
+
msgstr "জমা দেওয়া ইমেল ঠিকানাটির জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
|
1086 |
|
1087 |
+
#: library/plugin-settings.php:1542
|
1088 |
msgid "Auto-Display URL"
|
1089 |
+
msgstr "স্বয়ংক্রিয়-প্রদর্শন URL URL"
|
1090 |
|
1091 |
+
#: library/plugin-settings.php:1544
|
1092 |
msgid "Auto-display user-submitted URL:"
|
1093 |
+
msgstr "স্ব-প্রদর্শন ব্যবহারকারী-জমা দেওয়া URL:"
|
1094 |
|
1095 |
+
#: library/plugin-settings.php:1549
|
1096 |
msgid "URL Markup"
|
1097 |
msgstr "ইউআরএল মার্কআপ"
|
1098 |
|
1099 |
+
#: library/plugin-settings.php:1551
|
1100 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1101 |
+
msgstr "জমা দেওয়া ইউআরএলের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
|
1102 |
|
1103 |
+
#: library/plugin-settings.php:1555
|
1104 |
msgid "Auto-Display Custom Field"
|
1105 |
+
msgstr "স্বতঃ-প্রদর্শন কাস্টম ক্ষেত্র"
|
1106 |
|
1107 |
+
#: library/plugin-settings.php:1557
|
1108 |
msgid "Auto-display user-submitted Custom Field:"
|
1109 |
+
msgstr "স্বতঃ প্রদর্শন ব্যবহারকারী-জমা দেওয়া কাস্টম ফিল্ড:"
|
1110 |
|
1111 |
+
#: library/plugin-settings.php:1562
|
1112 |
msgid "Custom Field Markup"
|
1113 |
+
msgstr "কাস্টম ফিল্ড মার্কআপ"
|
1114 |
|
1115 |
+
#: library/plugin-settings.php:1564
|
1116 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1117 |
+
msgstr "জমা দেওয়া কাস্টম ফিল্ডের জন্য ব্যবহার করার জন্য মার্কআপ (যখন স্বয়ংক্রিয়-প্রদর্শন সক্ষম করা থাকে)। ব্যবহার করতে পারেন"
|
1118 |
|
1119 |
+
#: library/plugin-settings.php:1570 library/plugin-settings.php:1682
|
1120 |
msgid "Save Settings"
|
1121 |
msgstr "সেটিংস সংরক্ষণ করুন"
|
1122 |
|
1123 |
+
#: library/plugin-settings.php:1575
|
1124 |
msgid "Display the Form"
|
1125 |
+
msgstr "ফর্মটি প্রদর্শন করুন"
|
1126 |
|
1127 |
+
#: library/plugin-settings.php:1578
|
1128 |
msgid "Post-Submit Form"
|
1129 |
+
msgstr "পোস্ট জমা দেওয়ার ফর্ম"
|
1130 |
|
1131 |
+
#: library/plugin-settings.php:1579
|
1132 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1133 |
+
msgstr "ইউএসপি আপনাকে আপনার সাইটের যে কোনও জায়গায় পোস্ট-জমা দেওয়ার ফর্ম প্রদর্শন করতে সক্ষম করে।"
|
1134 |
|
1135 |
+
#: library/plugin-settings.php:1580 library/plugin-settings.php:1589
|
1136 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1137 |
+
msgstr "যে কোনও ডাব্লুপি পোস্ট বা পৃষ্ঠায় ফর্মটি প্রদর্শন করতে শর্টকোডটি ব্যবহার করুন:"
|
1138 |
|
1139 |
+
#: library/plugin-settings.php:1583 library/plugin-settings.php:1592
|
1140 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1141 |
+
msgstr "অথবা, আপনার থিম টেমপ্লেটের যে কোনও জায়গায় ফর্মটি প্রদর্শন করতে টেমপ্লেট ট্যাগটি ব্যবহার করুন:"
|
1142 |
|
1143 |
+
#: library/plugin-settings.php:1587
|
1144 |
msgid "Login/Register Form"
|
1145 |
msgstr "লগইন / নিবন্ধন ফর্ম"
|
1146 |
|
1147 |
+
#: library/plugin-settings.php:1588
|
1148 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1149 |
+
msgstr "আপনি এমন একটি ফর্মও প্রদর্শন করতে পারেন যা ব্যবহারকারীদের লগ ইন, নিবন্ধন করতে বা তাদের পাসওয়ার্ড পুনরায় সেট করতে সক্ষম করে।"
|
1150 |
|
1151 |
+
#: library/plugin-settings.php:1596
|
1152 |
msgid "Display Submitted Posts"
|
1153 |
+
msgstr "জমা দেওয়া পোস্টগুলি প্রদর্শন করুন"
|
1154 |
|
1155 |
+
#: library/plugin-settings.php:1597
|
1156 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1157 |
+
msgstr "যে কোনও ডাব্লুপি পোস্ট বা পৃষ্ঠায় জমা দেওয়া পোস্টগুলির তালিকা প্রদর্শন করতে এই শর্টকোডটি ব্যবহার করুন:"
|
1158 |
|
1159 |
+
#: library/plugin-settings.php:1600
|
1160 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1161 |
+
msgstr "অথবা, আপনার থিম টেমপ্লেটের যে কোনও জায়গায় জমা দেওয়া পোস্টগুলির একটি তালিকা প্রদর্শন করতে টেমপ্লেট ট্যাগটি ব্যবহার করুন:"
|
1162 |
|
1163 |
+
#: library/plugin-settings.php:1603
|
1164 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1165 |
+
msgstr "এই শর্টকোডটি কীভাবে কনফিগার করতে হয় তার কয়েকটি উদাহরণ এখানে দেওয়া হয়েছে:"
|
1166 |
|
1167 |
+
#: library/plugin-settings.php:1611
|
1168 |
msgid "Display Image Gallery"
|
1169 |
+
msgstr "চিত্র গ্যালারী প্রদর্শন করুন"
|
1170 |
|
1171 |
+
#: library/plugin-settings.php:1612
|
1172 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1173 |
+
msgstr "প্রতিটি জমা দেওয়া পোস্টের জন্য আপলোড করা চিত্রগুলির একটি গ্যালারী প্রদর্শন করতে এই শর্টকোডটি ব্যবহার করুন:"
|
1174 |
|
1175 |
+
#: library/plugin-settings.php:1615
|
1176 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1177 |
+
msgstr "অথবা, আপনার থিম টেমপ্লেটের যে কোনও জায়গায় চিত্র গ্যালারী প্রদর্শন করতে টেমপ্লেট ট্যাগটি ব্যবহার করুন:"
|
1178 |
|
1179 |
+
#: library/plugin-settings.php:1618
|
1180 |
msgid "You can customize using any of the follwing attributes:"
|
1181 |
+
msgstr "আপনি যে কোনও ফলউইবি বৈশিষ্ট্য ব্যবহার করে কাস্টমাইজ করতে পারেন:"
|
1182 |
|
1183 |
+
#: library/plugin-settings.php:1633
|
1184 |
msgid "Reset Form Button"
|
1185 |
+
msgstr "ফর্ম বোতামটি পুনরায় সেট করুন"
|
1186 |
|
1187 |
+
#: library/plugin-settings.php:1634
|
1188 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1189 |
+
msgstr "এই শর্টকোডটি এমন লিঙ্ক প্রদর্শন করে যা ফর্মটিকে তার মূল অবস্থায় পুনরায় সেট করে:"
|
1190 |
|
1191 |
+
#: library/plugin-settings.php:1637
|
1192 |
msgid "This shortcode accepts the following attributes:"
|
1193 |
+
msgstr "এই শর্টকোড নিম্নলিখিত বৈশিষ্ট্যগুলি গ্রহণ করে:"
|
1194 |
|
1195 |
+
#: library/plugin-settings.php:1643
|
1196 |
msgid "Note that the url attribute accepts"
|
1197 |
msgstr "নোট করুন যে ইউআরএল বৈশিষ্ট্য গ্রহণ করে"
|
1198 |
|
1199 |
+
#: library/plugin-settings.php:1643
|
1200 |
msgid "to get the current URL."
|
1201 |
+
msgstr "বর্তমান ইউআরএল পেতে।"
|
1202 |
|
1203 |
+
#: library/plugin-settings.php:1646
|
1204 |
msgid "Access Control"
|
1205 |
msgstr "প্রবেশাধিকার নিয়ন্ত্রণ"
|
1206 |
|
1207 |
+
#: library/plugin-settings.php:1647
|
1208 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1209 |
+
msgstr "অ্যাক্সেস নিয়ন্ত্রণ এবং সামগ্রী সীমাবদ্ধ করতে ইউএসপি তিনটি শর্টকোড সরবরাহ করে।"
|
1210 |
|
1211 |
+
#: library/plugin-settings.php:1648
|
1212 |
msgid "Display content only to users with a specific capability:"
|
1213 |
+
msgstr "নির্দিষ্ট সক্ষমতা সহ কেবল ব্যবহারকারীদের জন্য সামগ্রী প্রদর্শন করুন:"
|
1214 |
|
1215 |
+
#: library/plugin-settings.php:1651
|
1216 |
msgid "Display content to logged-in users:"
|
1217 |
+
msgstr "লগ-ইন ব্যবহারকারীদের জন্য সামগ্রী প্রদর্শন করুন:"
|
1218 |
|
1219 |
+
#: library/plugin-settings.php:1654
|
1220 |
msgid "Display content to visitors only:"
|
1221 |
+
msgstr "কেবল দর্শকদের জন্য সামগ্রী প্রদর্শন করুন:"
|
1222 |
|
1223 |
+
#: library/plugin-settings.php:1657
|
1224 |
msgid "Tip:"
|
1225 |
msgstr "টিপ:"
|
1226 |
|
1227 |
+
#: library/plugin-settings.php:1657
|
1228 |
msgid "to include markup in the deny message, you can use"
|
1229 |
+
msgstr "অস্বীকার বার্তায় মার্কআপ অন্তর্ভুক্ত করতে, আপনি ব্যবহার করতে পারেন"
|
1230 |
|
1231 |
+
#: library/plugin-settings.php:1657
|
1232 |
msgid "to output"
|
1233 |
+
msgstr "আউটপুট থেকে"
|
1234 |
|
1235 |
+
#: library/plugin-settings.php:1660
|
1236 |
msgid "Example"
|
1237 |
msgstr "উদাহরণ"
|
1238 |
|
1239 |
+
#: library/plugin-settings.php:1661
|
1240 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1241 |
+
msgstr "যদি ব্যবহারকারী লগ ইন থাকে তবে পোস্ট-জমা ফর্মটি প্রদর্শন করুন; অথবা ব্যবহারকারী লগ ইন না থাকলে লগইন ফর্মটি প্রদর্শন করুন:"
|
1242 |
|
1243 |
+
#: library/plugin-settings.php:1673
|
1244 |
msgid "Restore Defaults"
|
1245 |
msgstr "পূর্বনির্ধারন পুনরুধার"
|
1246 |
|
1247 |
+
#: library/plugin-settings.php:1676
|
1248 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1249 |
+
msgstr "আপনার সেটিংস মনে রাখতে এই বিকল্পটি অক্ষম করুন। বা, এগিয়ে যেতে এবং ডিফল্ট প্লাগইন বিকল্পগুলি পুনরুদ্ধার করতে: বাক্সটি চেক করুন, আপনার সেটিংস সংরক্ষণ করুন এবং তারপরে প্লাগইন নিষ্ক্রিয় / পুনরায় সক্রিয় করুন।"
|
1250 |
|
1251 |
+
#: library/plugin-settings.php:1680
|
1252 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1253 |
+
msgstr "প্লাগইন নিষ্ক্রিয়করণ / পুনরায় সক্রিয়করণের পরে ডিফল্ট বিকল্পগুলি পুনরুদ্ধার করুন।"
|
1254 |
|
1255 |
+
#: library/plugin-settings.php:1687
|
1256 |
msgid "Show Support"
|
1257 |
msgstr "সমর্থন প্রদর্শন করুন"
|
1258 |
|
1259 |
+
#: library/plugin-settings.php:1696
|
1260 |
msgid "by"
|
1261 |
msgstr "দ্বারা"
|
1262 |
|
1263 |
+
#: library/plugin-settings.php:1697
|
1264 |
msgid "Jeff Starr on Twitter"
|
1265 |
msgstr "টুইটারে জেফ স্টার"
|
1266 |
|
1267 |
+
#: library/plugin-settings.php:1698
|
1268 |
msgid "Obsessive Web Design & Development"
|
1269 |
+
msgstr "অবসেসিভ ওয়েব ডিজাইন & amp; উন্নয়ন"
|
1270 |
|
1271 |
+
#: library/plugin-settings.php:1709
|
1272 |
msgid "Save Preference"
|
1273 |
msgstr "পছন্দ সংরক্ষণ করুন"
|
1274 |
|
1275 |
+
#: library/plugin-settings.php:1716
|
1276 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1277 |
+
msgstr "আপনি কি সব ডিফল্ট বিকল্প পুনরুদ্ধার করতে নিশ্চিত? (এই ক্রিয়াটি পূর্বাবস্থায় ফেরানো যাবে না)"
|
1278 |
+
|
1279 |
+
#: library/support-panel.php:55
|
1280 |
+
msgid "Perishable Press Books"
|
1281 |
+
msgstr "ধ্বংসযোগ্য প্রেস বই"
|
1282 |
+
|
1283 |
+
#: library/support-panel.php:56
|
1284 |
+
msgid "Plugin Planet"
|
1285 |
+
msgstr "প্লাগইন প্ল্যানেট"
|
1286 |
+
|
1287 |
+
#: library/support-panel.php:57
|
1288 |
+
msgid "Donate via PayPal"
|
1289 |
+
msgstr "পেপালের মাধ্যমে দান করুন"
|
1290 |
+
|
1291 |
+
#: library/support-panel.php:59
|
1292 |
+
msgid "books"
|
1293 |
+
msgstr "বই"
|
1294 |
+
|
1295 |
+
#: library/support-panel.php:60
|
1296 |
+
msgid "plugins"
|
1297 |
+
msgstr "প্লাগ-ইন"
|
1298 |
+
|
1299 |
+
#: library/support-panel.php:61
|
1300 |
+
msgid "donation"
|
1301 |
+
msgstr "দান"
|
1302 |
+
|
1303 |
+
#: library/support-panel.php:63
|
1304 |
+
msgid "Thank you for using"
|
1305 |
+
msgstr "ব্যবহার করার জন্য আপনাকে ধন্যবাদ"
|
1306 |
+
|
1307 |
+
#: library/support-panel.php:64
|
1308 |
+
msgid "Please show support by purchasing one of my"
|
1309 |
+
msgstr "দয়া করে আমার একটি কিনে সমর্থন দেখান"
|
1310 |
+
|
1311 |
+
#: library/support-panel.php:65
|
1312 |
+
msgid "or"
|
1313 |
+
msgstr "অথবা"
|
1314 |
+
|
1315 |
+
#: library/support-panel.php:65
|
1316 |
+
msgid "or by making a"
|
1317 |
+
msgstr "বা তৈরি করে"
|
1318 |
+
|
1319 |
+
#: library/support-panel.php:66
|
1320 |
+
msgid "Your generous support helps future development of"
|
1321 |
+
msgstr "আপনার উদার সমর্থন ভবিষ্যতের উন্নয়নে সহায়তা করে"
|
1322 |
+
|
1323 |
+
#: library/support-panel.php:67
|
1324 |
+
msgid "and is greatly appreciated."
|
1325 |
+
msgstr "এবং প্রশংসিত হয়।"
|
1326 |
+
|
1327 |
+
#: library/support-panel.php:69
|
1328 |
+
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
1329 |
+
msgstr "যে কোনও আকারের অনুদান আমাকে এই ফ্রি প্লাগইন এবং অন্যান্য দুর্দান্ত ওয়ার্ডপ্রেস সংস্থানগুলি বিকাশ করতে চালিয়ে যেতে সহায়তা করে।"
|
1330 |
|
1331 |
#. Description of the plugin
|
1332 |
#:
|
1333 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
1334 |
+
msgstr "আপনার দর্শকদের আপনার সাইটের যে কোনও জায়গা থেকে পোস্ট এবং চিত্র জমা দিতে সক্ষম করে।"
|
1335 |
|
1336 |
#. URI of the plugin
|
1337 |
#:
|
languages/usp-cs_CZ.mo
CHANGED
Binary file
|
languages/usp-cs_CZ.po
CHANGED
@@ -4,1326 +4,1339 @@ msgstr ""
|
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
-
"Project-Id-Version: USP
|
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 "
|
14 |
|
15 |
-
#: user-submitted-posts.php:
|
16 |
msgid "requires WordPress "
|
17 |
-
msgstr "vyžaduje WordPress"
|
18 |
|
19 |
-
#: user-submitted-posts.php:
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
-
msgstr " nebo
|
22 |
|
23 |
-
#: user-submitted-posts.php:
|
24 |
msgid "Please return to the"
|
25 |
-
msgstr "Vraťte se prosím na"
|
26 |
|
27 |
-
#: user-submitted-posts.php:
|
28 |
msgid "WordPress Admin Area"
|
29 |
-
msgstr "Oblast WordPress
|
30 |
|
31 |
-
#: user-submitted-posts.php:
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
-
msgstr "
|
34 |
|
35 |
-
#: user-submitted-posts.php:
|
36 |
msgid "User Submitted Post"
|
37 |
-
msgstr "
|
38 |
|
39 |
-
#: user-submitted-posts.php:
|
40 |
msgid "User Submitted Post Info"
|
41 |
-
msgstr "
|
42 |
|
43 |
-
#: user-submitted-posts.php:
|
44 |
msgid "Submitter Name: "
|
45 |
-
msgstr "
|
46 |
|
47 |
-
#: user-submitted-posts.php:
|
48 |
msgid "Submitter Email: "
|
49 |
-
msgstr "
|
50 |
|
51 |
-
#: user-submitted-posts.php:
|
52 |
msgid "Submitter URL: "
|
53 |
-
msgstr "URL
|
54 |
|
55 |
-
#: user-submitted-posts.php:
|
56 |
msgid "Submitter IP: "
|
57 |
-
msgstr "
|
58 |
|
59 |
-
#: user-submitted-posts.php:
|
60 |
msgid "Show USP Posts"
|
61 |
msgstr "Zobrazit příspěvky USP"
|
62 |
|
63 |
-
#: user-submitted-posts.php:
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
-
#: user-submitted-posts.php:
|
68 |
msgid " files required"
|
69 |
-
msgstr "
|
70 |
|
71 |
-
#: user-submitted-posts.php:
|
72 |
msgid " file required"
|
73 |
-
msgstr "
|
74 |
|
75 |
-
#: user-submitted-posts.php:
|
76 |
msgid " files"
|
77 |
msgstr " soubory"
|
78 |
|
79 |
-
#: user-submitted-posts.php:
|
80 |
msgid " file"
|
81 |
msgstr " soubor"
|
82 |
|
83 |
-
#: user-submitted-posts.php:
|
84 |
-
#: user-submitted-posts.php:
|
85 |
msgid " pixels"
|
86 |
msgstr " pixelů"
|
87 |
|
88 |
-
#: user-submitted-posts.php:
|
89 |
-
#: library/plugin-settings.php:
|
90 |
-
#: library/plugin-settings.php:
|
91 |
msgid "Custom Field"
|
92 |
msgstr "Vlastní pole"
|
93 |
|
94 |
-
#: user-submitted-posts.php:
|
95 |
msgid "Custom checkbox required"
|
96 |
-
msgstr "
|
97 |
|
98 |
-
#: user-submitted-posts.php:
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
-
msgstr "Vyskytla se chyba. Vraťte se
|
101 |
|
102 |
-
#: user-submitted-posts.php:
|
103 |
msgid "User login required"
|
104 |
-
msgstr "
|
105 |
|
106 |
-
#: user-submitted-posts.php:
|
107 |
msgid "User name required"
|
108 |
-
msgstr "
|
109 |
|
110 |
-
#: user-submitted-posts.php:
|
111 |
msgid "Post title required"
|
112 |
-
msgstr "
|
113 |
|
114 |
-
#: user-submitted-posts.php:
|
115 |
msgid "User URL required"
|
116 |
-
msgstr "
|
117 |
|
118 |
-
#: user-submitted-posts.php:
|
119 |
msgid "Post tags required"
|
120 |
-
msgstr "
|
121 |
|
122 |
-
#: user-submitted-posts.php:
|
123 |
msgid "Post category required"
|
124 |
-
msgstr "
|
125 |
|
126 |
-
#: user-submitted-posts.php:
|
127 |
msgid "Post content required"
|
128 |
-
msgstr "
|
129 |
|
130 |
-
#: user-submitted-posts.php:
|
131 |
msgid "Correct captcha required"
|
132 |
-
msgstr "
|
133 |
|
134 |
-
#: user-submitted-posts.php:
|
135 |
msgid "User email required"
|
136 |
-
msgstr "
|
137 |
|
138 |
-
#: user-submitted-posts.php:
|
139 |
msgid "Please check your email and try again"
|
140 |
-
msgstr "Zkontrolujte e-mail a zkuste to znovu"
|
141 |
|
142 |
-
#: user-submitted-posts.php:
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
-
msgstr "
|
145 |
|
146 |
-
#: user-submitted-posts.php:
|
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:
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
-
msgstr "
|
153 |
|
154 |
-
#: user-submitted-posts.php:
|
155 |
msgid "Minimum image width not met"
|
156 |
-
msgstr "Minimální šířka
|
157 |
|
158 |
-
#: user-submitted-posts.php:
|
159 |
msgid "Image width exceeds maximum"
|
160 |
-
msgstr "Šířka obrázku
|
161 |
|
162 |
-
#: user-submitted-posts.php:
|
163 |
msgid "Minimum image height not met"
|
164 |
-
msgstr "Minimální výška
|
165 |
|
166 |
-
#: user-submitted-posts.php:
|
167 |
msgid "Image height exceeds maximum"
|
168 |
-
msgstr "Výška obrázku přesahuje
|
169 |
|
170 |
-
#: user-submitted-posts.php:
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
-
msgstr "Typ souboru není povolen (
|
173 |
|
174 |
-
#: user-submitted-posts.php:
|
175 |
msgid " required"
|
176 |
msgstr " Povinný"
|
177 |
|
178 |
-
#: user-submitted-posts.php:
|
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:
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
-
msgstr "Soubory
|
185 |
|
186 |
-
#: user-submitted-posts.php:
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
-
msgstr "Příspěvek nebyl vytvořen.
|
189 |
|
190 |
-
#: user-submitted-posts.php:
|
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:
|
195 |
msgid "Error: "
|
196 |
-
msgstr "Chyba:"
|
197 |
|
198 |
-
#: user-submitted-posts.php:
|
199 |
msgid "Return to form"
|
200 |
-
msgstr "
|
201 |
|
202 |
-
#: user-submitted-posts.php:
|
203 |
msgid "Please"
|
204 |
msgstr "Prosím"
|
205 |
|
206 |
-
#: user-submitted-posts.php:
|
207 |
msgid "log in"
|
208 |
msgstr "přihlásit se"
|
209 |
|
210 |
-
#: user-submitted-posts.php:
|
211 |
msgid "to submit content!"
|
212 |
msgstr "odeslat obsah!"
|
213 |
|
214 |
-
#: views/submission-form.php:
|
215 |
msgid "Please complete the required fields."
|
216 |
-
msgstr "Vyplňte prosím
|
217 |
|
218 |
-
#: views/submission-form.php:
|
219 |
-
#: views/submission-form-alt.php:
|
220 |
msgid "Your Name"
|
221 |
msgstr "Tvé jméno"
|
222 |
|
223 |
-
#: views/submission-form.php:
|
224 |
-
#: views/submission-form-alt.php:
|
225 |
msgid "Your URL"
|
226 |
msgstr "Vaše URL"
|
227 |
|
228 |
-
#: views/submission-form.php:
|
229 |
-
#: views/submission-form-alt.php:
|
230 |
msgid "Your Email"
|
231 |
msgstr "Tvůj e-mail"
|
232 |
|
233 |
-
#: views/submission-form.php:
|
234 |
-
#: views/submission-form-alt.php:
|
235 |
-
#: library/plugin-settings.php:
|
236 |
msgid "Post Title"
|
237 |
msgstr "Název příspěvku"
|
238 |
|
239 |
-
#: views/submission-form.php:
|
240 |
-
#: views/submission-form-alt.php:
|
241 |
-
#: library/plugin-settings.php:
|
242 |
msgid "Post Tags"
|
243 |
-
msgstr "
|
244 |
|
245 |
-
#: views/submission-form.php:
|
246 |
msgid "Antispam Question"
|
247 |
msgstr "Antispamová otázka"
|
248 |
|
249 |
-
#: views/submission-form.php:
|
250 |
-
#: library/plugin-settings.php:
|
251 |
msgid "Post Category"
|
252 |
-
msgstr "
|
253 |
|
254 |
-
#: views/submission-form.php:
|
|
|
255 |
msgid "Please select a category.."
|
256 |
-
msgstr "Vyberte kategorii
|
257 |
|
258 |
-
#: views/submission-form.php:
|
259 |
-
#: views/submission-form-alt.php:
|
260 |
-
#: library/plugin-settings.php:
|
261 |
msgid "Post Content"
|
262 |
msgstr "Odeslat obsah"
|
263 |
|
264 |
-
#: views/submission-form.php:
|
265 |
msgid "Verification"
|
266 |
msgstr "Ověření"
|
267 |
|
268 |
-
#: views/submission-form.php:
|
269 |
msgid "Upload an Image"
|
270 |
-
msgstr "
|
271 |
|
272 |
-
#: views/submission-form.php:
|
273 |
msgid "Add another image"
|
274 |
-
msgstr "
|
275 |
|
276 |
-
#: views/submission-form.php:
|
277 |
msgid "Human verification: leave this field empty."
|
278 |
msgstr "Lidské ověření: ponechte toto pole prázdné."
|
279 |
|
280 |
-
#: views/submission-form.php:
|
281 |
msgid "Submit Post"
|
282 |
msgstr "Odeslat příspěvek"
|
283 |
|
|
|
|
|
|
|
|
|
284 |
#: library/shortcode-misc.php:18
|
285 |
msgid "Reset form"
|
286 |
-
msgstr "
|
287 |
|
288 |
#: library/shortcode-misc.php:128
|
289 |
msgid "View full post"
|
290 |
msgstr "Zobrazit celý příspěvek"
|
291 |
|
292 |
-
#: library/
|
293 |
-
msgid "
|
294 |
-
msgstr "
|
295 |
-
|
296 |
-
#: library/support-panel.php:53
|
297 |
-
msgid "Plugin Planet"
|
298 |
-
msgstr "Plugin Planet"
|
299 |
-
|
300 |
-
#: library/support-panel.php:54
|
301 |
-
msgid "Donate via PayPal"
|
302 |
-
msgstr "Darujte prostřednictvím služby PayPal"
|
303 |
-
|
304 |
-
#: library/support-panel.php:56
|
305 |
-
msgid "books"
|
306 |
-
msgstr "knihy"
|
307 |
-
|
308 |
-
#: library/support-panel.php:57
|
309 |
-
msgid "plugins"
|
310 |
-
msgstr "pluginy"
|
311 |
-
|
312 |
-
#: library/support-panel.php:58
|
313 |
-
msgid "donation"
|
314 |
-
msgstr "dar"
|
315 |
-
|
316 |
-
#: library/support-panel.php:60
|
317 |
-
msgid "Thank you for using"
|
318 |
-
msgstr "Děkujeme za použití"
|
319 |
-
|
320 |
-
#: library/support-panel.php:61
|
321 |
-
msgid "Please show support by purchasing one of my"
|
322 |
-
msgstr "Ukažte podporu zakoupením jednoho z mých"
|
323 |
-
|
324 |
-
#: library/support-panel.php:62
|
325 |
-
msgid "or"
|
326 |
-
msgstr "nebo"
|
327 |
-
|
328 |
-
#: library/support-panel.php:62
|
329 |
-
msgid "or by making a"
|
330 |
-
msgstr "nebo vytvořením"
|
331 |
-
|
332 |
-
#: library/support-panel.php:63
|
333 |
-
msgid "Your generous support helps future development of"
|
334 |
-
msgstr "Vaše velkorysá podpora pomáhá v budoucnosti rozvíjet"
|
335 |
-
|
336 |
-
#: library/support-panel.php:64
|
337 |
-
msgid "and is greatly appreciated."
|
338 |
-
msgstr "a je velmi oceňován."
|
339 |
-
|
340 |
-
#: library/support-panel.php:66
|
341 |
-
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
342 |
-
msgstr "Každé dárce velikosti mi pomáhá pokračovat ve vývoji tohoto bezplatného pluginu a dalších skvělých zdrojů WordPress."
|
343 |
-
|
344 |
-
#: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
|
345 |
-
msgid "Incorrect response."
|
346 |
-
msgstr "Nesprávná odpověď."
|
347 |
|
348 |
-
#: library/plugin-settings.php:
|
349 |
msgid "Get USP Pro for unlimited forms!"
|
350 |
-
msgstr "Získejte USP Pro pro neomezené
|
351 |
|
352 |
-
#: library/plugin-settings.php:
|
353 |
msgid "Go Pro"
|
354 |
msgstr "Staň se profesionálem"
|
355 |
|
356 |
-
#: library/plugin-settings.php:
|
357 |
-
|
358 |
-
msgstr "Nastavení"
|
359 |
-
|
360 |
-
#: library/plugin-settings.php:55 library/plugin-settings.php:1007
|
361 |
-
#: library/plugin-settings.php:1595
|
362 |
msgid "Plugin Homepage"
|
363 |
-
msgstr "
|
364 |
|
365 |
-
#: library/plugin-settings.php:
|
366 |
msgid "Homepage"
|
367 |
msgstr "Domovská stránka"
|
368 |
|
369 |
-
#: library/plugin-settings.php:
|
370 |
msgid "Give USP a 5-star rating at WordPress.org"
|
371 |
-
msgstr "
|
372 |
|
373 |
-
#: library/plugin-settings.php:
|
374 |
msgid "Rate this plugin »"
|
375 |
msgstr "Ohodnoťte tento plugin & nbsp; & raquo;"
|
376 |
|
377 |
-
#: library/plugin-settings.php:
|
378 |
msgid "WP Post (recommended)"
|
379 |
-
msgstr "WP
|
380 |
|
381 |
-
#: library/plugin-settings.php:
|
382 |
msgid "WP Page"
|
383 |
msgstr "WP Page"
|
384 |
|
385 |
-
#: library/plugin-settings.php:
|
386 |
msgid "HTML5 Form + Default CSS"
|
387 |
msgstr "Formulář HTML5 + výchozí CSS"
|
388 |
|
389 |
-
#: library/plugin-settings.php:
|
390 |
msgid "(Recommended)"
|
391 |
msgstr "(Doporučeno)"
|
392 |
|
393 |
-
#: library/plugin-settings.php:
|
394 |
msgid "HTML5 Form + Disable CSS"
|
395 |
-
msgstr "Formulář HTML5 Zakázat CSS"
|
396 |
|
397 |
-
#: library/plugin-settings.php:
|
398 |
msgid "(Provide your own styles)"
|
399 |
-
msgstr "(
|
400 |
|
401 |
-
#: library/plugin-settings.php:
|
402 |
msgid "Custom Form + Custom CSS"
|
403 |
msgstr "Vlastní formulář + vlastní CSS"
|
404 |
|
405 |
-
#: library/plugin-settings.php:
|
406 |
msgid "(Provide your own form template & styles)"
|
407 |
-
msgstr "(
|
408 |
|
409 |
-
#: library/plugin-settings.php:
|
410 |
-
#: library/plugin-settings.php:
|
411 |
msgid "Auto-display before post content"
|
412 |
-
msgstr "Automatické zobrazení před
|
413 |
|
414 |
-
#: library/plugin-settings.php:
|
415 |
-
#: library/plugin-settings.php:
|
416 |
msgid "Auto-display after post content"
|
417 |
-
msgstr "Automatické zobrazení po
|
418 |
|
419 |
-
#: library/plugin-settings.php:
|
420 |
msgid "Do not auto-display submitted images"
|
421 |
-
msgstr "
|
422 |
|
423 |
-
#: library/plugin-settings.php:
|
424 |
msgid "Do not auto-display submitted email"
|
425 |
-
msgstr "Nezobrazovat
|
426 |
|
427 |
-
#: library/plugin-settings.php:
|
428 |
msgid "Do not auto-display submitted URL"
|
429 |
-
msgstr "
|
430 |
|
431 |
-
#: library/plugin-settings.php:
|
432 |
msgid "Do not auto-display the Custom Field"
|
433 |
-
msgstr "
|
434 |
|
435 |
-
#: library/plugin-settings.php:
|
436 |
-
#: library/plugin-settings.php:
|
437 |
-
msgid "
|
438 |
-
msgstr "
|
439 |
|
440 |
-
#: library/plugin-settings.php:
|
441 |
-
msgid "
|
442 |
-
msgstr "
|
443 |
|
444 |
-
#: library/plugin-settings.php:
|
445 |
-
#: library/plugin-settings.php:
|
446 |
msgid "Disable this field"
|
447 |
-
msgstr "
|
448 |
|
449 |
-
#: library/plugin-settings.php:
|
450 |
-
#: library/plugin-settings.php:
|
451 |
msgid "(Visit"
|
452 |
msgstr "(Návštěva"
|
453 |
|
454 |
-
#: library/plugin-settings.php:
|
455 |
-
#: library/plugin-settings.php:
|
456 |
msgid "to configure options)"
|
457 |
-
msgstr "
|
458 |
|
459 |
-
#: library/plugin-settings.php:
|
460 |
-
#: library/plugin-settings.php:
|
461 |
msgid "Challenge Question"
|
462 |
msgstr "Výzva Otázky"
|
463 |
|
464 |
-
#: library/plugin-settings.php:
|
465 |
-
#: library/plugin-settings.php:
|
466 |
msgid "Google reCAPTCHA"
|
467 |
msgstr "Google reCAPTCHA"
|
468 |
|
469 |
-
#: library/plugin-settings.php:
|
470 |
msgid "Post Images"
|
471 |
-
msgstr "
|
472 |
|
473 |
-
#: library/plugin-settings.php:
|
474 |
-
msgid "
|
475 |
-
msgstr "
|
476 |
|
477 |
-
#: library/plugin-settings.php:
|
478 |
msgid "Disable"
|
479 |
msgstr "Zakázat"
|
480 |
|
481 |
-
#: library/plugin-settings.php:
|
482 |
msgid "Image Uploads"
|
483 |
msgstr "Nahrávání obrázků"
|
484 |
|
485 |
-
#: library/plugin-settings.php:
|
486 |
msgid "Draft"
|
487 |
msgstr "Návrh"
|
488 |
|
489 |
-
#: library/plugin-settings.php:
|
490 |
msgid "Pending (default)"
|
491 |
-
msgstr "
|
492 |
|
493 |
-
#: library/plugin-settings.php:
|
494 |
msgid "Publish immediately"
|
495 |
-
msgstr "
|
496 |
|
497 |
-
#: library/plugin-settings.php:
|
498 |
msgid "Publish after 1 approved post"
|
499 |
msgstr "Publikovat po 1 schváleném příspěvku"
|
500 |
|
501 |
-
#: library/plugin-settings.php:
|
502 |
msgid "Publish after "
|
503 |
-
msgstr "Publikovat po"
|
504 |
|
505 |
-
#: library/plugin-settings.php:
|
506 |
msgid " approved posts"
|
507 |
-
msgstr "
|
|
|
|
|
|
|
|
|
508 |
|
509 |
-
#: library/plugin-settings.php:
|
510 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
511 |
-
msgstr "Byla tam chyba. Ujistěte se, že jste přidali název, obsah a že jste
|
512 |
|
513 |
-
#: library/plugin-settings.php:
|
514 |
msgid "Please select your image(s) to upload."
|
515 |
-
msgstr "Vyberte obrázky, které chcete nahrát."
|
516 |
|
517 |
-
#: library/plugin-settings.php:
|
518 |
msgid "Success! Thank you for your submission."
|
519 |
msgstr "Úspěch! Děkujeme za vaše podání."
|
520 |
|
521 |
-
#: library/plugin-settings.php:
|
522 |
msgid "Email"
|
523 |
msgstr "E-mailem"
|
524 |
|
525 |
-
#: library/plugin-settings.php:
|
526 |
msgid "URL"
|
527 |
msgstr "URL"
|
528 |
|
529 |
-
#: library/plugin-settings.php:
|
530 |
msgid "Toggle all panels"
|
531 |
-
msgstr "
|
532 |
|
533 |
-
#: library/plugin-settings.php:
|
534 |
msgid "We need your support!"
|
535 |
msgstr "Potřebujeme vaši podporu!"
|
536 |
|
537 |
-
#: library/plugin-settings.php:
|
538 |
msgid "Make a donation via PayPal"
|
539 |
-
msgstr "
|
540 |
|
541 |
-
#: library/plugin-settings.php:
|
542 |
msgid "make a donation"
|
543 |
msgstr "přispět"
|
544 |
|
545 |
-
#: library/plugin-settings.php:
|
546 |
msgid "and/or"
|
547 |
msgstr "a / nebo"
|
548 |
|
549 |
-
#: library/plugin-settings.php:
|
550 |
msgid "Rate and review at the Plugin Directory"
|
551 |
-
msgstr "Ohodnoťte a
|
552 |
|
553 |
-
#: library/plugin-settings.php:
|
554 |
msgid "give this plugin a 5-star rating"
|
555 |
-
msgstr "
|
556 |
|
557 |
-
#: library/plugin-settings.php:
|
558 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
559 |
msgstr "Vaše velkorysá podpora umožňuje další vývoj tohoto bezplatného pluginu. Děkuji!"
|
560 |
|
561 |
-
#: library/plugin-settings.php:
|
562 |
msgid "Check this box if you have shown support"
|
563 |
-
msgstr "
|
564 |
|
565 |
-
#: library/plugin-settings.php:
|
566 |
msgid "Overview"
|
567 |
msgstr "Přehled"
|
568 |
|
569 |
-
#: library/plugin-settings.php:
|
570 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
571 |
-
msgstr "umožňuje návštěvníkům odesílat příspěvky a
|
572 |
|
573 |
-
#: library/plugin-settings.php:
|
574 |
msgid "For advanced functionality and unlimited forms, check out"
|
575 |
-
msgstr "Pro pokročilé funkce a neomezené
|
576 |
|
577 |
-
#: library/plugin-settings.php:
|
578 |
msgid "USP Pro"
|
579 |
msgstr "USP Pro"
|
580 |
|
581 |
-
#: library/plugin-settings.php:
|
582 |
msgid "— the ultimate solution for user-generated content."
|
583 |
-
msgstr "& mdash;
|
584 |
|
585 |
-
#: library/plugin-settings.php:
|
586 |
msgid "Plugin Settings"
|
587 |
msgstr "Nastavení pluginu"
|
588 |
|
589 |
-
#: library/plugin-settings.php:
|
590 |
msgid "Display the form"
|
591 |
msgstr "Zobrazit formulář"
|
592 |
|
593 |
-
#: library/plugin-settings.php:
|
594 |
msgid "If you like this plugin, please"
|
595 |
msgstr "Pokud se vám tento plugin líbí, prosím"
|
596 |
|
597 |
-
#: library/plugin-settings.php:
|
598 |
msgid "THANK YOU for your support!"
|
599 |
msgstr "Děkuji za vaší podporu!"
|
600 |
|
601 |
-
#: library/plugin-settings.php:
|
602 |
msgid "give it a 5-star rating"
|
603 |
-
msgstr "
|
604 |
|
605 |
-
#: library/plugin-settings.php:
|
606 |
msgid "Unlimited front-end forms"
|
607 |
-
msgstr "Neomezené
|
608 |
|
609 |
-
#: library/plugin-settings.php:
|
610 |
msgid "Get USP Pro"
|
611 |
msgstr "Získejte USP Pro"
|
612 |
|
613 |
-
#: library/plugin-settings.php:
|
614 |
msgid "Configure your settings for User Submitted Posts."
|
615 |
-
msgstr "Nakonfigurujte nastavení pro příspěvky odeslané
|
616 |
|
617 |
-
#: library/plugin-settings.php:
|
618 |
msgid "Form Fields"
|
619 |
-
msgstr "Pole
|
620 |
|
621 |
-
#: library/plugin-settings.php:
|
622 |
msgid "User Name"
|
623 |
msgstr "Uživatelské jméno"
|
624 |
|
625 |
-
#: library/plugin-settings.php:
|
626 |
msgid "User Email"
|
627 |
-
msgstr "
|
628 |
|
629 |
-
#: library/plugin-settings.php:
|
630 |
msgid "User URL"
|
631 |
-
msgstr "
|
632 |
|
633 |
-
#: library/plugin-settings.php:
|
634 |
msgid "General Settings"
|
635 |
msgstr "Obecné nastavení"
|
636 |
|
637 |
-
#: library/plugin-settings.php:
|
638 |
msgid "Note that the default settings work fine for most cases."
|
639 |
-
msgstr "
|
640 |
|
641 |
-
#: library/plugin-settings.php:
|
642 |
msgid "Form Style"
|
643 |
msgstr "Styl formuláře"
|
644 |
|
645 |
-
#: library/plugin-settings.php:
|
646 |
msgid "With this option, you can copy the plugin’s default templates:"
|
647 |
-
msgstr "Pomocí této možnosti můžete zkopírovat výchozí šablony
|
648 |
|
649 |
-
#: library/plugin-settings.php:
|
650 |
msgid "..and upload them into a directory named"
|
651 |
-
msgstr "..
|
652 |
|
653 |
-
#: library/plugin-settings.php:
|
654 |
msgid "in your theme:"
|
655 |
-
msgstr "ve
|
656 |
|
657 |
-
#: library/plugin-settings.php:
|
658 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
659 |
-
msgstr "To vám umožní přizpůsobit formulář a styly podle potřeby. Další informace naleznete v
|
660 |
|
661 |
-
#: library/plugin-settings.php:
|
662 |
msgid "Installation Docs"
|
663 |
msgstr "Instalační dokumenty"
|
664 |
|
665 |
-
#: library/plugin-settings.php:
|
666 |
msgid "FYI: here is a"
|
667 |
-
msgstr "FYI: tady je
|
668 |
|
669 |
-
#: library/plugin-settings.php:
|
670 |
msgid "list of USP CSS selectors"
|
671 |
-
msgstr "seznam USP CSS
|
672 |
|
673 |
-
#: library/plugin-settings.php:
|
674 |
msgid "Include JavaScript"
|
675 |
msgstr "Zahrnout JavaScript"
|
676 |
|
677 |
-
#: library/plugin-settings.php:
|
678 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
679 |
-
msgstr "
|
680 |
|
681 |
-
#: library/plugin-settings.php:
|
682 |
msgid "Targeted Loading"
|
683 |
msgstr "Cílené načítání"
|
684 |
|
685 |
-
#: library/plugin-settings.php:
|
686 |
-
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
|
687 |
-
msgstr "Ve výchozím nastavení
|
688 |
|
689 |
-
#: library/plugin-settings.php:
|
690 |
msgid "Post Type"
|
691 |
msgstr "Typ příspěvku"
|
692 |
|
693 |
-
#: library/plugin-settings.php:
|
694 |
msgid "Submit posts as WP Posts or Pages"
|
695 |
-
msgstr "Odeslat příspěvky jako WP
|
696 |
|
697 |
-
#: library/plugin-settings.php:
|
698 |
msgid "Post Status"
|
699 |
-
msgstr "
|
700 |
|
701 |
-
#: library/plugin-settings.php:
|
702 |
msgid "Post Status for submitted posts"
|
703 |
-
msgstr "
|
704 |
|
705 |
-
#: library/plugin-settings.php:
|
706 |
msgid "Redirect URL"
|
707 |
-
msgstr "
|
708 |
|
709 |
-
#: library/plugin-settings.php:
|
710 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
711 |
-
msgstr "
|
712 |
|
713 |
-
#: library/plugin-settings.php:
|
714 |
msgid "Success Message"
|
715 |
-
msgstr "
|
716 |
|
717 |
-
#: library/plugin-settings.php:
|
718 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
719 |
-
msgstr "
|
720 |
|
721 |
-
#: library/plugin-settings.php:
|
722 |
msgid "Error Message"
|
723 |
msgstr "Chybové hlášení"
|
724 |
|
725 |
-
#: library/plugin-settings.php:
|
726 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
727 |
-
msgstr "
|
728 |
|
729 |
-
#: library/plugin-settings.php:
|
730 |
msgid "Custom Content"
|
731 |
msgstr "Vlastní obsah"
|
732 |
|
733 |
-
#: library/plugin-settings.php:
|
734 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
735 |
-
msgstr "Vlastní text /
|
736 |
|
737 |
-
#: library/plugin-settings.php:
|
738 |
msgid "Rich Text Editor"
|
739 |
-
msgstr "
|
740 |
|
741 |
-
#: library/plugin-settings.php:
|
742 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
743 |
-
msgstr "
|
744 |
|
745 |
-
#: library/plugin-settings.php:
|
746 |
msgid "Unique Titles"
|
747 |
-
msgstr "
|
748 |
|
749 |
-
#: library/plugin-settings.php:
|
750 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
751 |
-
msgstr "
|
752 |
|
753 |
-
#: library/plugin-settings.php:
|
754 |
msgid "Disable Required"
|
755 |
-
msgstr "Zakázat
|
756 |
|
757 |
-
#: library/plugin-settings.php:
|
758 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
759 |
-
msgstr "
|
760 |
|
761 |
-
#: library/plugin-settings.php:
|
762 |
msgid "Enable Shortcodes"
|
763 |
msgstr "Povolit krátké kódy"
|
764 |
|
765 |
-
#: library/plugin-settings.php:
|
766 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
767 |
-
msgstr "Povolit krátké kódy v
|
768 |
|
769 |
-
#: library/plugin-settings.php:
|
770 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
771 |
-
msgstr "Toto nastavení umožňuje
|
772 |
|
773 |
-
#: library/plugin-settings.php:
|
774 |
-
msgid "
|
775 |
-
msgstr "
|
776 |
|
777 |
-
#: library/plugin-settings.php:
|
778 |
msgid "Disable IP Tracking"
|
779 |
msgstr "Zakázat sledování IP"
|
780 |
|
781 |
-
#: library/plugin-settings.php:
|
782 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
783 |
-
msgstr "Ve výchozím nastavení
|
784 |
|
785 |
-
#: library/plugin-settings.php:
|
786 |
msgid "Display Checkbox"
|
787 |
-
msgstr "
|
788 |
|
789 |
-
#: library/plugin-settings.php:
|
790 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
791 |
-
msgstr "
|
792 |
|
793 |
-
#: library/plugin-settings.php:
|
794 |
msgid "Checkbox Name"
|
795 |
-
msgstr "
|
796 |
|
797 |
-
#: library/plugin-settings.php:
|
798 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
799 |
-
msgstr "Používejte pouze
|
800 |
|
801 |
-
#: library/plugin-settings.php:
|
802 |
msgid "Checkbox Error"
|
803 |
-
msgstr "
|
804 |
|
805 |
-
#: library/plugin-settings.php:
|
806 |
msgid "Error message displayed if user does not check the box."
|
807 |
-
msgstr "
|
808 |
|
809 |
-
#: library/plugin-settings.php:
|
810 |
msgid "Checkbox Text"
|
811 |
-
msgstr "
|
812 |
|
813 |
-
#: library/plugin-settings.php:
|
814 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
815 |
-
msgstr "Text
|
816 |
|
817 |
-
#: library/plugin-settings.php:
|
818 |
msgid "Categories"
|
819 |
msgstr "Kategorie"
|
820 |
|
821 |
-
#: library/plugin-settings.php:
|
822 |
-
msgid "
|
823 |
-
msgstr "
|
824 |
|
825 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
826 |
msgid "Hidden/Default Category"
|
827 |
msgstr "Skrytá / výchozí kategorie"
|
828 |
|
829 |
-
#: library/plugin-settings.php:
|
830 |
-
msgid "Use a hidden field for the post category. This
|
831 |
-
msgstr "
|
832 |
|
833 |
-
#: library/plugin-settings.php:
|
834 |
msgid "Category ID for Hidden Field"
|
835 |
msgstr "ID kategorie pro skryté pole"
|
836 |
|
837 |
-
#: library/plugin-settings.php:
|
838 |
-
msgid "Specify
|
839 |
-
msgstr "Zadejte ID kategorie,
|
840 |
|
841 |
-
#: library/plugin-settings.php:
|
842 |
msgid "Users"
|
843 |
msgstr "Uživatelé"
|
844 |
|
845 |
-
#: library/plugin-settings.php:
|
846 |
msgid "Assigned Author"
|
847 |
msgstr "Přiřazený autor"
|
848 |
|
849 |
-
#: library/plugin-settings.php:
|
850 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
851 |
-
msgstr "
|
852 |
|
853 |
-
#: library/plugin-settings.php:
|
854 |
msgid "Registered Username"
|
855 |
msgstr "Registrované uživatelské jméno"
|
856 |
|
857 |
-
#: library/plugin-settings.php:
|
858 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
859 |
-
msgstr "
|
860 |
|
861 |
-
#: library/plugin-settings.php:
|
862 |
msgid "User Profile URL"
|
863 |
msgstr "Adresa URL profilu uživatele"
|
864 |
|
865 |
-
#: library/plugin-settings.php:
|
866 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
867 |
-
msgstr "
|
868 |
|
869 |
-
#: library/plugin-settings.php:
|
870 |
msgid "Require User Login"
|
871 |
-
msgstr "
|
872 |
|
873 |
-
#: library/plugin-settings.php:
|
874 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
875 |
-
msgstr "
|
876 |
|
877 |
-
#: library/plugin-settings.php:
|
878 |
msgid "Disable Replace Author"
|
879 |
-
msgstr "Zakázat
|
880 |
|
881 |
-
#: library/plugin-settings.php:
|
882 |
msgid "Do not replace post author with submitted user name"
|
883 |
-
msgstr "Nenahrazujte
|
884 |
|
885 |
-
#: library/plugin-settings.php:
|
886 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
887 |
-
msgstr "Zde můžete změnit název a štítek
|
888 |
|
889 |
-
#: library/plugin-settings.php:
|
890 |
msgid "Custom Field Name"
|
891 |
msgstr "Název vlastního pole"
|
892 |
|
893 |
-
#: library/plugin-settings.php:
|
894 |
msgid "Custom Field Label"
|
895 |
-
msgstr "Vlastní pole
|
896 |
|
897 |
-
#: library/plugin-settings.php:
|
898 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
899 |
-
msgstr "Zobrazí se jako
|
900 |
|
901 |
-
#: library/plugin-settings.php:
|
902 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
903 |
-
msgstr "Chcete-li zabránit spamu, zadejte otázku, kterou musí
|
904 |
|
905 |
-
#: library/plugin-settings.php:
|
906 |
msgid "Challenge Response"
|
907 |
-
msgstr "Odpověď
|
908 |
|
909 |
-
#: library/plugin-settings.php:
|
910 |
msgid "Enter the *only* correct answer to the challenge question."
|
911 |
-
msgstr "Zadejte
|
912 |
|
913 |
-
#: library/plugin-settings.php:
|
914 |
msgid "Case-sensitivity"
|
915 |
-
msgstr "
|
916 |
|
917 |
-
#: library/plugin-settings.php:
|
918 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
919 |
-
msgstr "Zaškrtněte toto políčko, pokud chcete, aby odpověď na výzvu
|
920 |
|
921 |
-
#: library/plugin-settings.php:
|
922 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
923 |
-
msgstr "Chcete-li
|
924 |
|
925 |
-
#: library/plugin-settings.php:
|
926 |
msgid "Public Key"
|
927 |
msgstr "Veřejný klíč"
|
928 |
|
929 |
-
#: library/plugin-settings.php:
|
930 |
msgid "Enter your Public Key"
|
931 |
-
msgstr "Zadejte veřejný klíč"
|
932 |
|
933 |
-
#: library/plugin-settings.php:
|
934 |
msgid "Private Key"
|
935 |
msgstr "Soukromý klíč"
|
936 |
|
937 |
-
#: library/plugin-settings.php:
|
938 |
msgid "Enter your Private Key"
|
939 |
msgstr "Zadejte svůj soukromý klíč"
|
940 |
|
941 |
-
#: library/plugin-settings.php:
|
942 |
msgid "Email Alerts"
|
943 |
-
msgstr "E-
|
944 |
|
945 |
-
#: library/plugin-settings.php:
|
946 |
msgid "Receive Email Alert"
|
947 |
-
msgstr "
|
948 |
|
949 |
-
#: library/plugin-settings.php:
|
950 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
951 |
-
msgstr "
|
952 |
|
953 |
-
#: library/plugin-settings.php:
|
954 |
msgid "Enable HTML Format"
|
955 |
msgstr "Povolit formát HTML"
|
956 |
|
957 |
-
#: library/plugin-settings.php:
|
958 |
msgid "Check this box to enable HTML format for email alerts."
|
959 |
-
msgstr "Zaškrtnutím tohoto políčka povolíte formát HTML pro e-
|
960 |
|
961 |
-
#: library/plugin-settings.php:
|
962 |
msgid "Email Address for Alerts"
|
963 |
-
msgstr "E-mailová adresa pro
|
964 |
|
965 |
-
#: library/plugin-settings.php:
|
966 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
967 |
-
msgstr "Pokud jste zaškrtli políčko pro
|
968 |
|
969 |
-
#: library/plugin-settings.php:
|
970 |
msgid "Multiple recipients may be included using a comma, like so:"
|
971 |
-
msgstr "
|
972 |
|
973 |
-
#: library/plugin-settings.php:
|
974 |
msgid "Email “From” Address"
|
975 |
-
msgstr "
|
976 |
|
977 |
-
#: library/plugin-settings.php:
|
978 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
979 |
-
msgstr "Zde můžete
|
980 |
|
981 |
-
#: library/plugin-settings.php:
|
982 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
983 |
-
msgstr "Pokud
|
984 |
|
985 |
-
#: library/plugin-settings.php:
|
986 |
msgid "Email Alert Subject"
|
987 |
-
msgstr "Předmět upozornění
|
988 |
|
989 |
-
#: library/plugin-settings.php:
|
990 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
991 |
-
msgstr "
|
992 |
|
993 |
-
#: library/plugin-settings.php:
|
994 |
msgid "Email Alert Message"
|
995 |
-
msgstr "
|
996 |
|
997 |
-
#: library/plugin-settings.php:
|
998 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
999 |
-
msgstr "Zpráva
|
1000 |
|
1001 |
-
#: library/plugin-settings.php:
|
1002 |
msgid "Featured Image"
|
1003 |
-
msgstr "
|
1004 |
|
1005 |
-
#: library/plugin-settings.php:
|
1006 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
1007 |
-
msgstr "
|
1008 |
|
1009 |
-
#: library/plugin-settings.php:
|
1010 |
msgid "Upload Message"
|
1011 |
-
msgstr "
|
1012 |
|
1013 |
-
#: library/plugin-settings.php:
|
1014 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
1015 |
-
msgstr "Zpráva, která se zobrazí vedle pole pro
|
1016 |
|
1017 |
-
#: library/plugin-settings.php:
|
1018 |
msgid "“Add another image” link"
|
1019 |
msgstr "& ldquo; Přidat další obrázek & rdquo; odkaz"
|
1020 |
|
1021 |
-
#: library/plugin-settings.php:
|
1022 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
1023 |
-
msgstr "Vlastní
|
1024 |
|
1025 |
-
#: library/plugin-settings.php:
|
1026 |
msgid "Minimum number of images"
|
1027 |
-
msgstr "Minimální počet
|
1028 |
|
1029 |
-
#: library/plugin-settings.php:
|
1030 |
msgid "Specify the minimum number of images."
|
1031 |
-
msgstr "
|
1032 |
|
1033 |
-
#: library/plugin-settings.php:
|
1034 |
msgid "Maximum number of images"
|
1035 |
-
msgstr "Maximální počet
|
1036 |
|
1037 |
-
#: library/plugin-settings.php:
|
1038 |
msgid "Specify the maximum number of images."
|
1039 |
-
msgstr "
|
1040 |
|
1041 |
-
#: library/plugin-settings.php:
|
1042 |
msgid "Minimum image width"
|
1043 |
-
msgstr "Minimální šířka
|
1044 |
|
1045 |
-
#: library/plugin-settings.php:
|
1046 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1047 |
-
msgstr "Zadejte minimální šířku (v pixelech)
|
1048 |
|
1049 |
-
#: library/plugin-settings.php:
|
1050 |
msgid "Minimum image height"
|
1051 |
-
msgstr "Minimální výška
|
1052 |
|
1053 |
-
#: library/plugin-settings.php:
|
1054 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1055 |
-
msgstr "Zadejte minimální výšku (v pixelech)
|
1056 |
|
1057 |
-
#: library/plugin-settings.php:
|
1058 |
msgid "Maximum image width"
|
1059 |
msgstr "Maximální šířka obrázku"
|
1060 |
|
1061 |
-
#: library/plugin-settings.php:
|
1062 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1063 |
msgstr "Zadejte maximální šířku (v pixelech) pro nahrané obrázky."
|
1064 |
|
1065 |
-
#: library/plugin-settings.php:
|
1066 |
msgid "Maximum image height"
|
1067 |
-
msgstr "Maximální výška
|
1068 |
|
1069 |
-
#: library/plugin-settings.php:
|
1070 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1071 |
-
msgstr "
|
1072 |
|
1073 |
-
#: library/plugin-settings.php:
|
1074 |
msgid "More Options"
|
1075 |
msgstr "Více možností"
|
1076 |
|
1077 |
-
#: library/plugin-settings.php:
|
1078 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1079 |
-
msgstr "Další možnosti,
|
1080 |
|
1081 |
-
#: library/plugin-settings.php:
|
1082 |
msgid "Go Pro!"
|
1083 |
msgstr "Staň se profesionálem!"
|
1084 |
|
1085 |
-
#: library/plugin-settings.php:
|
1086 |
msgid "Auto-Display Content"
|
1087 |
-
msgstr "Obsah
|
1088 |
|
1089 |
-
#: library/plugin-settings.php:
|
1090 |
msgid "Auto-Display Images"
|
1091 |
msgstr "Automatické zobrazení obrázků"
|
1092 |
|
1093 |
-
#: library/plugin-settings.php:
|
1094 |
msgid "Auto-display user-submitted images:"
|
1095 |
-
msgstr "Automatické zobrazení obrázků odeslaných
|
1096 |
|
1097 |
-
#: library/plugin-settings.php:
|
1098 |
msgid "Image Markup"
|
1099 |
-
msgstr "
|
1100 |
|
1101 |
-
#: library/plugin-settings.php:
|
1102 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1103 |
-
msgstr "Označení, které
|
1104 |
|
1105 |
-
#: library/plugin-settings.php:
|
1106 |
-
#: library/plugin-settings.php:
|
1107 |
msgid "and"
|
1108 |
msgstr "a"
|
1109 |
|
1110 |
-
#: library/plugin-settings.php:
|
1111 |
msgid "Auto-Display Email"
|
1112 |
-
msgstr "
|
1113 |
|
1114 |
-
#: library/plugin-settings.php:
|
1115 |
msgid "Auto-display user-submitted email:"
|
1116 |
-
msgstr "
|
1117 |
|
1118 |
-
#: library/plugin-settings.php:
|
1119 |
msgid "Email Markup"
|
1120 |
-
msgstr "
|
1121 |
|
1122 |
-
#: library/plugin-settings.php:
|
1123 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1124 |
-
msgstr "Označení, které
|
1125 |
|
1126 |
-
#: library/plugin-settings.php:
|
1127 |
msgid "Auto-Display URL"
|
1128 |
-
msgstr "
|
1129 |
|
1130 |
-
#: library/plugin-settings.php:
|
1131 |
msgid "Auto-display user-submitted URL:"
|
1132 |
-
msgstr "
|
1133 |
|
1134 |
-
#: library/plugin-settings.php:
|
1135 |
msgid "URL Markup"
|
1136 |
-
msgstr "
|
1137 |
|
1138 |
-
#: library/plugin-settings.php:
|
1139 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1140 |
-
msgstr "Značka,
|
1141 |
|
1142 |
-
#: library/plugin-settings.php:
|
1143 |
msgid "Auto-Display Custom Field"
|
1144 |
-
msgstr "
|
1145 |
|
1146 |
-
#: library/plugin-settings.php:
|
1147 |
msgid "Auto-display user-submitted Custom Field:"
|
1148 |
-
msgstr "Automatické zobrazení
|
1149 |
|
1150 |
-
#: library/plugin-settings.php:
|
1151 |
msgid "Custom Field Markup"
|
1152 |
-
msgstr "Vlastní
|
1153 |
|
1154 |
-
#: library/plugin-settings.php:
|
1155 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1156 |
-
msgstr "Označení, které
|
1157 |
|
1158 |
-
#: library/plugin-settings.php:
|
1159 |
msgid "Save Settings"
|
1160 |
msgstr "Uložit nastavení"
|
1161 |
|
1162 |
-
#: library/plugin-settings.php:
|
1163 |
msgid "Display the Form"
|
1164 |
msgstr "Zobrazit formulář"
|
1165 |
|
1166 |
-
#: library/plugin-settings.php:
|
1167 |
msgid "Post-Submit Form"
|
1168 |
msgstr "Formulář po odeslání"
|
1169 |
|
1170 |
-
#: library/plugin-settings.php:
|
1171 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1172 |
-
msgstr "USP vám umožňuje zobrazit formulář
|
1173 |
|
1174 |
-
#: library/plugin-settings.php:
|
1175 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1176 |
-
msgstr "Pomocí
|
1177 |
|
1178 |
-
#: library/plugin-settings.php:
|
1179 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1180 |
-
msgstr "Nebo
|
1181 |
|
1182 |
-
#: library/plugin-settings.php:
|
1183 |
msgid "Login/Register Form"
|
1184 |
-
msgstr "
|
1185 |
|
1186 |
-
#: library/plugin-settings.php:
|
1187 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1188 |
-
msgstr "Můžete také zobrazit formulář, který umožňuje uživatelům
|
1189 |
|
1190 |
-
#: library/plugin-settings.php:
|
1191 |
msgid "Display Submitted Posts"
|
1192 |
-
msgstr "Zobrazit příspěvky
|
1193 |
|
1194 |
-
#: library/plugin-settings.php:
|
1195 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1196 |
-
msgstr "Pomocí tohoto
|
1197 |
|
1198 |
-
#: library/plugin-settings.php:
|
1199 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1200 |
-
msgstr "Nebo použijte značku šablony
|
1201 |
|
1202 |
-
#: library/plugin-settings.php:
|
1203 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1204 |
-
msgstr "
|
1205 |
|
1206 |
-
#: library/plugin-settings.php:
|
1207 |
msgid "Display Image Gallery"
|
1208 |
-
msgstr "Zobrazit
|
1209 |
|
1210 |
-
#: library/plugin-settings.php:
|
1211 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1212 |
-
msgstr "
|
1213 |
|
1214 |
-
#: library/plugin-settings.php:
|
1215 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1216 |
-
msgstr "Nebo použijte značku šablony k zobrazení galerie obrázků kdekoli v
|
1217 |
|
1218 |
-
#: library/plugin-settings.php:
|
1219 |
msgid "You can customize using any of the follwing attributes:"
|
1220 |
-
msgstr "Můžete přizpůsobit
|
1221 |
|
1222 |
-
#: library/plugin-settings.php:
|
1223 |
msgid "Reset Form Button"
|
1224 |
-
msgstr "
|
1225 |
|
1226 |
-
#: library/plugin-settings.php:
|
1227 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1228 |
-
msgstr "Tento
|
1229 |
|
1230 |
-
#: library/plugin-settings.php:
|
1231 |
msgid "This shortcode accepts the following attributes:"
|
1232 |
-
msgstr "Tento
|
1233 |
|
1234 |
-
#: library/plugin-settings.php:
|
1235 |
msgid "Note that the url attribute accepts"
|
1236 |
-
msgstr "
|
1237 |
|
1238 |
-
#: library/plugin-settings.php:
|
1239 |
msgid "to get the current URL."
|
1240 |
-
msgstr "
|
1241 |
|
1242 |
-
#: library/plugin-settings.php:
|
1243 |
msgid "Access Control"
|
1244 |
msgstr "Řízení přístupu"
|
1245 |
|
1246 |
-
#: library/plugin-settings.php:
|
1247 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1248 |
-
msgstr "USP poskytuje tři krátké kódy pro
|
1249 |
|
1250 |
-
#: library/plugin-settings.php:
|
1251 |
msgid "Display content only to users with a specific capability:"
|
1252 |
-
msgstr "
|
1253 |
|
1254 |
-
#: library/plugin-settings.php:
|
1255 |
msgid "Display content to logged-in users:"
|
1256 |
-
msgstr "
|
1257 |
|
1258 |
-
#: library/plugin-settings.php:
|
1259 |
msgid "Display content to visitors only:"
|
1260 |
-
msgstr "
|
1261 |
|
1262 |
-
#: library/plugin-settings.php:
|
1263 |
msgid "Tip:"
|
1264 |
msgstr "Tip:"
|
1265 |
|
1266 |
-
#: library/plugin-settings.php:
|
1267 |
msgid "to include markup in the deny message, you can use"
|
1268 |
-
msgstr "
|
1269 |
|
1270 |
-
#: library/plugin-settings.php:
|
1271 |
msgid "to output"
|
1272 |
-
msgstr "
|
1273 |
|
1274 |
-
#: library/plugin-settings.php:
|
1275 |
msgid "Example"
|
1276 |
msgstr "Příklad"
|
1277 |
|
1278 |
-
#: library/plugin-settings.php:
|
1279 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1280 |
msgstr "Pokud je uživatel přihlášen, zobrazte formulář po odeslání; nebo pokud uživatel není přihlášen, zobrazte přihlašovací formulář:"
|
1281 |
|
1282 |
-
#: library/plugin-settings.php:
|
1283 |
msgid "Restore Defaults"
|
1284 |
msgstr "Obnovit výchozí nastavení"
|
1285 |
|
1286 |
-
#: library/plugin-settings.php:
|
1287 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1288 |
-
msgstr "
|
1289 |
|
1290 |
-
#: library/plugin-settings.php:
|
1291 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1292 |
-
msgstr "Obnovit výchozí možnosti po deaktivaci /
|
1293 |
|
1294 |
-
#: library/plugin-settings.php:
|
1295 |
msgid "Show Support"
|
1296 |
msgstr "Zobrazit podporu"
|
1297 |
|
1298 |
-
#: library/plugin-settings.php:
|
1299 |
msgid "by"
|
1300 |
msgstr "podle"
|
1301 |
|
1302 |
-
#: library/plugin-settings.php:
|
1303 |
msgid "Jeff Starr on Twitter"
|
1304 |
msgstr "Jeff Starr na Twitteru"
|
1305 |
|
1306 |
-
#: library/plugin-settings.php:
|
1307 |
msgid "Obsessive Web Design & Development"
|
1308 |
msgstr "Obsessive Web Design & amp; Rozvoj"
|
1309 |
|
1310 |
-
#: library/plugin-settings.php:
|
1311 |
msgid "Save Preference"
|
1312 |
msgstr "Uložit předvolbu"
|
1313 |
|
1314 |
-
#: library/plugin-settings.php:
|
1315 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1316 |
-
msgstr "Opravdu chcete obnovit všechny výchozí možnosti? (
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1317 |
|
1318 |
#. Description of the plugin
|
1319 |
#:
|
1320 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
1321 |
-
msgstr "Umožňuje návštěvníkům odesílat příspěvky a obrázky
|
1322 |
|
1323 |
#. URI of the plugin
|
1324 |
#:
|
1325 |
msgid "https://perishablepress.com/user-submitted-posts/"
|
1326 |
-
msgstr "https://perishablepress.com/user-
|
1327 |
|
1328 |
#. Author of the plugin
|
1329 |
#:
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
+
"Project-Id-Version: USP 20190825\n"
|
8 |
"Language: cs\n"
|
9 |
|
10 |
#. Name of the plugin
|
11 |
#: user-submitted-posts.php:44 library/support-panel.php:5
|
12 |
msgid "User Submitted Posts"
|
13 |
+
msgstr "Příspěvky vložené uživatelem"
|
14 |
|
15 |
+
#: user-submitted-posts.php:82
|
16 |
msgid "requires WordPress "
|
17 |
+
msgstr "vyžaduje WordPress "
|
18 |
|
19 |
+
#: user-submitted-posts.php:83
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
+
msgstr " nebo vyšší, a byl deaktivován! "
|
22 |
|
23 |
+
#: user-submitted-posts.php:84
|
24 |
msgid "Please return to the"
|
25 |
+
msgstr "Vraťte se prosím na stránku"
|
26 |
|
27 |
+
#: user-submitted-posts.php:85
|
28 |
msgid "WordPress Admin Area"
|
29 |
+
msgstr "Oblast správy WordPress"
|
30 |
|
31 |
+
#: user-submitted-posts.php:86
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
+
msgstr "upgradujte WordPress a zkuste to znovu."
|
34 |
|
35 |
+
#: user-submitted-posts.php:126
|
36 |
msgid "User Submitted Post"
|
37 |
+
msgstr "Příspěvek vložený uživatelem"
|
38 |
|
39 |
+
#: user-submitted-posts.php:467
|
40 |
msgid "User Submitted Post Info"
|
41 |
+
msgstr "Informace o příspěvcích odeslané uživatelem"
|
42 |
|
43 |
+
#: user-submitted-posts.php:497
|
44 |
msgid "Submitter Name: "
|
45 |
+
msgstr "Jméno zadavatele: "
|
46 |
|
47 |
+
#: user-submitted-posts.php:498
|
48 |
msgid "Submitter Email: "
|
49 |
+
msgstr "E-mail zadavatele: "
|
50 |
|
51 |
+
#: user-submitted-posts.php:499
|
52 |
msgid "Submitter URL: "
|
53 |
+
msgstr "URL zadavatele: "
|
54 |
|
55 |
+
#: user-submitted-posts.php:500
|
56 |
msgid "Submitter IP: "
|
57 |
+
msgstr "IP zadavatele: "
|
58 |
|
59 |
+
#: user-submitted-posts.php:555
|
60 |
msgid "Show USP Posts"
|
61 |
msgstr "Zobrazit příspěvky USP"
|
62 |
|
63 |
+
#: user-submitted-posts.php:556 library/plugin-settings.php:1095
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
+
#: user-submitted-posts.php:1393
|
68 |
msgid " files required"
|
69 |
+
msgstr " požadované soubory"
|
70 |
|
71 |
+
#: user-submitted-posts.php:1394
|
72 |
msgid " file required"
|
73 |
+
msgstr " soubor je vyžadován"
|
74 |
|
75 |
+
#: user-submitted-posts.php:1396
|
76 |
msgid " files"
|
77 |
msgstr " soubory"
|
78 |
|
79 |
+
#: user-submitted-posts.php:1397
|
80 |
msgid " file"
|
81 |
msgstr " soubor"
|
82 |
|
83 |
+
#: user-submitted-posts.php:1399 user-submitted-posts.php:1400
|
84 |
+
#: user-submitted-posts.php:1401 user-submitted-posts.php:1402
|
85 |
msgid " pixels"
|
86 |
msgstr " pixelů"
|
87 |
|
88 |
+
#: user-submitted-posts.php:1404 library/core-functions.php:219
|
89 |
+
#: library/plugin-settings.php:297 library/plugin-settings.php:316
|
90 |
+
#: library/plugin-settings.php:794 library/plugin-settings.php:1344
|
91 |
msgid "Custom Field"
|
92 |
msgstr "Vlastní pole"
|
93 |
|
94 |
+
#: user-submitted-posts.php:1406
|
95 |
msgid "Custom checkbox required"
|
96 |
+
msgstr "Vyžadováno vlastní zaškrtávací políčko"
|
97 |
|
98 |
+
#: user-submitted-posts.php:1409
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
+
msgstr "Vyskytla se chyba. Vraťte se a zkuste to znovu."
|
101 |
|
102 |
+
#: user-submitted-posts.php:1419
|
103 |
msgid "User login required"
|
104 |
+
msgstr "Je vyžadováno přihlášení uživatele"
|
105 |
|
106 |
+
#: user-submitted-posts.php:1420
|
107 |
msgid "User name required"
|
108 |
+
msgstr "Uživatelské jméno je povinné"
|
109 |
|
110 |
+
#: user-submitted-posts.php:1421
|
111 |
msgid "Post title required"
|
112 |
+
msgstr "Vyžaduje se název příspěvku"
|
113 |
|
114 |
+
#: user-submitted-posts.php:1422
|
115 |
msgid "User URL required"
|
116 |
+
msgstr "Vyžaduje se adresa URL uživatele"
|
117 |
|
118 |
+
#: user-submitted-posts.php:1423
|
119 |
msgid "Post tags required"
|
120 |
+
msgstr "Vyžaduje se označení příspěvků"
|
121 |
|
122 |
+
#: user-submitted-posts.php:1424
|
123 |
msgid "Post category required"
|
124 |
+
msgstr "Vyžaduje se kategorie příspěvku"
|
125 |
|
126 |
+
#: user-submitted-posts.php:1425
|
127 |
msgid "Post content required"
|
128 |
+
msgstr "Vyžaduje se obsah příspěvku"
|
129 |
|
130 |
+
#: user-submitted-posts.php:1426 user-submitted-posts.php:1427
|
131 |
msgid "Correct captcha required"
|
132 |
+
msgstr "Je vyžadována správná captcha"
|
133 |
|
134 |
+
#: user-submitted-posts.php:1428
|
135 |
msgid "User email required"
|
136 |
+
msgstr "Je vyžadován e-mail uživatele"
|
137 |
|
138 |
+
#: user-submitted-posts.php:1429
|
139 |
msgid "Please check your email and try again"
|
140 |
+
msgstr "Zkontrolujte prosím svůj e-mail a zkuste to znovu"
|
141 |
|
142 |
+
#: user-submitted-posts.php:1430
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
+
msgstr "Neprázdná hodnota pro skryté pole"
|
145 |
|
146 |
+
#: user-submitted-posts.php:1431
|
147 |
msgid "Minimum number of images not met"
|
148 |
msgstr "Minimální počet obrázků není splněn"
|
149 |
|
150 |
+
#: user-submitted-posts.php:1432
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
+
msgstr "Byl překročen maximální počet obrázků "
|
153 |
|
154 |
+
#: user-submitted-posts.php:1433
|
155 |
msgid "Minimum image width not met"
|
156 |
+
msgstr "Minimální šířka obrázku není splněna"
|
157 |
|
158 |
+
#: user-submitted-posts.php:1434
|
159 |
msgid "Image width exceeds maximum"
|
160 |
+
msgstr "Šířka obrázku přesahuje maximum"
|
161 |
|
162 |
+
#: user-submitted-posts.php:1435
|
163 |
msgid "Minimum image height not met"
|
164 |
+
msgstr "Minimální výška obrázku není splněna"
|
165 |
|
166 |
+
#: user-submitted-posts.php:1436
|
167 |
msgid "Image height exceeds maximum"
|
168 |
+
msgstr "Výška obrázku přesahuje maximum"
|
169 |
|
170 |
+
#: user-submitted-posts.php:1437
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
+
msgstr "Typ souboru není povolen (nahrajte pouze obrázky)"
|
173 |
|
174 |
+
#: user-submitted-posts.php:1438
|
175 |
msgid " required"
|
176 |
msgstr " Povinný"
|
177 |
|
178 |
+
#: user-submitted-posts.php:1443
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
msgstr "Soubor nebyl nahrán. Zkontrolujte soubor a zkuste to znovu."
|
181 |
|
182 |
+
#: user-submitted-posts.php:1447
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
+
msgstr "Soubory nelze nahrát"
|
185 |
|
186 |
+
#: user-submitted-posts.php:1449
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
+
msgstr "Příspěvek nebyl vytvořen. Požádejte o pomoc správce webu."
|
189 |
|
190 |
+
#: user-submitted-posts.php:1450
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
msgstr "Duplicitní název příspěvku. Prosím zkuste to znovu."
|
193 |
|
194 |
+
#: user-submitted-posts.php:1460
|
195 |
msgid "Error: "
|
196 |
+
msgstr "Chyba: "
|
197 |
|
198 |
+
#: user-submitted-posts.php:1486
|
199 |
msgid "Return to form"
|
200 |
+
msgstr "Návrat do formuláře"
|
201 |
|
202 |
+
#: user-submitted-posts.php:1516 library/plugin-settings.php:1071
|
203 |
msgid "Please"
|
204 |
msgstr "Prosím"
|
205 |
|
206 |
+
#: user-submitted-posts.php:1517
|
207 |
msgid "log in"
|
208 |
msgstr "přihlásit se"
|
209 |
|
210 |
+
#: user-submitted-posts.php:1518
|
211 |
msgid "to submit content!"
|
212 |
msgstr "odeslat obsah!"
|
213 |
|
214 |
+
#: views/submission-form.php:21 views/submission-form-alt.php:40
|
215 |
msgid "Please complete the required fields."
|
216 |
+
msgstr "Vyplňte prosím povinná pole."
|
217 |
|
218 |
+
#: views/submission-form.php:31 views/submission-form.php:32
|
219 |
+
#: views/submission-form-alt.php:46 views/submission-form-alt.php:47
|
220 |
msgid "Your Name"
|
221 |
msgstr "Tvé jméno"
|
222 |
|
223 |
+
#: views/submission-form.php:37 views/submission-form.php:38
|
224 |
+
#: views/submission-form-alt.php:52 views/submission-form-alt.php:53
|
225 |
msgid "Your URL"
|
226 |
msgstr "Vaše URL"
|
227 |
|
228 |
+
#: views/submission-form.php:43 views/submission-form.php:44
|
229 |
+
#: views/submission-form-alt.php:58 views/submission-form-alt.php:59
|
230 |
msgid "Your Email"
|
231 |
msgstr "Tvůj e-mail"
|
232 |
|
233 |
+
#: views/submission-form.php:49 views/submission-form.php:50
|
234 |
+
#: views/submission-form-alt.php:64 views/submission-form-alt.php:65
|
235 |
+
#: library/plugin-settings.php:1132
|
236 |
msgid "Post Title"
|
237 |
msgstr "Název příspěvku"
|
238 |
|
239 |
+
#: views/submission-form.php:55 views/submission-form.php:56
|
240 |
+
#: views/submission-form-alt.php:70 views/submission-form-alt.php:71
|
241 |
+
#: library/plugin-settings.php:1133
|
242 |
msgid "Post Tags"
|
243 |
+
msgstr "Uveďte značky"
|
244 |
|
245 |
+
#: views/submission-form.php:68 views/submission-form-alt.php:83
|
246 |
msgid "Antispam Question"
|
247 |
msgstr "Antispamová otázka"
|
248 |
|
249 |
+
#: views/submission-form.php:73 views/submission-form-alt.php:88
|
250 |
+
#: library/plugin-settings.php:1134
|
251 |
msgid "Post Category"
|
252 |
+
msgstr "Kategorie příspěvků"
|
253 |
|
254 |
+
#: views/submission-form.php:74 views/submission-form.php:75
|
255 |
+
#: views/submission-form-alt.php:89 views/submission-form-alt.php:90
|
256 |
msgid "Please select a category.."
|
257 |
+
msgstr "Vyberte kategorii."
|
258 |
|
259 |
+
#: views/submission-form.php:106 views/submission-form.php:107
|
260 |
+
#: views/submission-form-alt.php:121 views/submission-form-alt.php:122
|
261 |
+
#: library/plugin-settings.php:1135
|
262 |
msgid "Post Content"
|
263 |
msgstr "Odeslat obsah"
|
264 |
|
265 |
+
#: views/submission-form.php:113 views/submission-form-alt.php:128
|
266 |
msgid "Verification"
|
267 |
msgstr "Ověření"
|
268 |
|
269 |
+
#: views/submission-form.php:120 views/submission-form-alt.php:135
|
270 |
msgid "Upload an Image"
|
271 |
+
msgstr "Nahrajte obrázek"
|
272 |
|
273 |
+
#: views/submission-form.php:129 views/submission-form-alt.php:144
|
274 |
msgid "Add another image"
|
275 |
+
msgstr "Přidejte další obrázek"
|
276 |
|
277 |
+
#: views/submission-form.php:151 views/submission-form-alt.php:166
|
278 |
msgid "Human verification: leave this field empty."
|
279 |
msgstr "Lidské ověření: ponechte toto pole prázdné."
|
280 |
|
281 |
+
#: views/submission-form.php:175 views/submission-form-alt.php:190
|
282 |
msgid "Submit Post"
|
283 |
msgstr "Odeslat příspěvek"
|
284 |
|
285 |
+
#: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
|
286 |
+
msgid "Incorrect response."
|
287 |
+
msgstr "Nesprávná odpověď."
|
288 |
+
|
289 |
#: library/shortcode-misc.php:18
|
290 |
msgid "Reset form"
|
291 |
+
msgstr "Resetovat formulář"
|
292 |
|
293 |
#: library/shortcode-misc.php:128
|
294 |
msgid "View full post"
|
295 |
msgstr "Zobrazit celý příspěvek"
|
296 |
|
297 |
+
#: library/plugin-settings.php:31
|
298 |
+
msgid "Settings"
|
299 |
+
msgstr "Nastavení"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
|
301 |
+
#: library/plugin-settings.php:40
|
302 |
msgid "Get USP Pro for unlimited forms!"
|
303 |
+
msgstr "Získejte USP Pro pro neomezené formuláře!"
|
304 |
|
305 |
+
#: library/plugin-settings.php:41
|
306 |
msgid "Go Pro"
|
307 |
msgstr "Staň se profesionálem"
|
308 |
|
309 |
+
#: library/plugin-settings.php:62 library/plugin-settings.php:1103
|
310 |
+
#: library/plugin-settings.php:1696
|
|
|
|
|
|
|
|
|
311 |
msgid "Plugin Homepage"
|
312 |
+
msgstr "Domovská stránka pluginu"
|
313 |
|
314 |
+
#: library/plugin-settings.php:63
|
315 |
msgid "Homepage"
|
316 |
msgstr "Domovská stránka"
|
317 |
|
318 |
+
#: library/plugin-settings.php:68
|
319 |
msgid "Give USP a 5-star rating at WordPress.org"
|
320 |
+
msgstr "Udělte USP 5 hvězdiček na WordPress.org"
|
321 |
|
322 |
+
#: library/plugin-settings.php:69
|
323 |
msgid "Rate this plugin »"
|
324 |
msgstr "Ohodnoťte tento plugin & nbsp; & raquo;"
|
325 |
|
326 |
+
#: library/plugin-settings.php:127
|
327 |
msgid "WP Post (recommended)"
|
328 |
+
msgstr "WP Post (doporučeno)"
|
329 |
|
330 |
+
#: library/plugin-settings.php:131
|
331 |
msgid "WP Page"
|
332 |
msgstr "WP Page"
|
333 |
|
334 |
+
#: library/plugin-settings.php:147
|
335 |
msgid "HTML5 Form + Default CSS"
|
336 |
msgstr "Formulář HTML5 + výchozí CSS"
|
337 |
|
338 |
+
#: library/plugin-settings.php:147
|
339 |
msgid "(Recommended)"
|
340 |
msgstr "(Doporučeno)"
|
341 |
|
342 |
+
#: library/plugin-settings.php:151
|
343 |
msgid "HTML5 Form + Disable CSS"
|
344 |
+
msgstr "Formulář HTML5 + Zakázat CSS"
|
345 |
|
346 |
+
#: library/plugin-settings.php:151
|
347 |
msgid "(Provide your own styles)"
|
348 |
+
msgstr "(Poskytněte své vlastní styly)"
|
349 |
|
350 |
+
#: library/plugin-settings.php:155
|
351 |
msgid "Custom Form + Custom CSS"
|
352 |
msgstr "Vlastní formulář + vlastní CSS"
|
353 |
|
354 |
+
#: library/plugin-settings.php:155
|
355 |
msgid "(Provide your own form template & styles)"
|
356 |
+
msgstr "(Zadejte vlastní šablonu formuláře a styly)"
|
357 |
|
358 |
+
#: library/plugin-settings.php:171 library/plugin-settings.php:195
|
359 |
+
#: library/plugin-settings.php:218 library/plugin-settings.php:242
|
360 |
msgid "Auto-display before post content"
|
361 |
+
msgstr "Automatické zobrazení před zveřejněním obsahu"
|
362 |
|
363 |
+
#: library/plugin-settings.php:175 library/plugin-settings.php:199
|
364 |
+
#: library/plugin-settings.php:222 library/plugin-settings.php:246
|
365 |
msgid "Auto-display after post content"
|
366 |
+
msgstr "Automatické zobrazení po obsahu příspěvku"
|
367 |
|
368 |
+
#: library/plugin-settings.php:179
|
369 |
msgid "Do not auto-display submitted images"
|
370 |
+
msgstr "Nezobrazovat odeslané obrázky automaticky"
|
371 |
|
372 |
+
#: library/plugin-settings.php:203
|
373 |
msgid "Do not auto-display submitted email"
|
374 |
+
msgstr "Nezobrazovat odeslaný e-mail automaticky"
|
375 |
|
376 |
+
#: library/plugin-settings.php:226
|
377 |
msgid "Do not auto-display submitted URL"
|
378 |
+
msgstr "Nezobrazovat odeslanou adresu URL automaticky"
|
379 |
|
380 |
+
#: library/plugin-settings.php:250
|
381 |
msgid "Do not auto-display the Custom Field"
|
382 |
+
msgstr "Nezobrazujte automaticky vlastní pole"
|
383 |
|
384 |
+
#: library/plugin-settings.php:278 library/plugin-settings.php:310
|
385 |
+
#: library/plugin-settings.php:343 library/plugin-settings.php:375
|
386 |
+
msgid "Enable and require"
|
387 |
+
msgstr "Povolit a vyžadovat"
|
388 |
|
389 |
+
#: library/plugin-settings.php:279 library/plugin-settings.php:311
|
390 |
+
msgid "Enable but do not require"
|
391 |
+
msgstr "Povolit, ale nevyžadují"
|
392 |
|
393 |
+
#: library/plugin-settings.php:280 library/plugin-settings.php:312
|
394 |
+
#: library/plugin-settings.php:344 library/plugin-settings.php:376
|
395 |
msgid "Disable this field"
|
396 |
+
msgstr "Zakázat toto pole"
|
397 |
|
398 |
+
#: library/plugin-settings.php:315 library/plugin-settings.php:347
|
399 |
+
#: library/plugin-settings.php:379 library/plugin-settings.php:411
|
400 |
msgid "(Visit"
|
401 |
msgstr "(Návštěva"
|
402 |
|
403 |
+
#: library/plugin-settings.php:316 library/plugin-settings.php:348
|
404 |
+
#: library/plugin-settings.php:380 library/plugin-settings.php:412
|
405 |
msgid "to configure options)"
|
406 |
+
msgstr "konfigurovat možnosti)"
|
407 |
|
408 |
+
#: library/plugin-settings.php:331 library/plugin-settings.php:348
|
409 |
+
#: library/plugin-settings.php:1362 library/plugin-settings.php:1367
|
410 |
msgid "Challenge Question"
|
411 |
msgstr "Výzva Otázky"
|
412 |
|
413 |
+
#: library/plugin-settings.php:363 library/plugin-settings.php:380
|
414 |
+
#: library/plugin-settings.php:1384
|
415 |
msgid "Google reCAPTCHA"
|
416 |
msgstr "Google reCAPTCHA"
|
417 |
|
418 |
+
#: library/plugin-settings.php:395
|
419 |
msgid "Post Images"
|
420 |
+
msgstr "Přidat obrázky"
|
421 |
|
422 |
+
#: library/plugin-settings.php:407
|
423 |
+
msgid "Enable"
|
424 |
+
msgstr "Umožnit"
|
425 |
|
426 |
+
#: library/plugin-settings.php:408
|
427 |
msgid "Disable"
|
428 |
msgstr "Zakázat"
|
429 |
|
430 |
+
#: library/plugin-settings.php:412 library/plugin-settings.php:1445
|
431 |
msgid "Image Uploads"
|
432 |
msgstr "Nahrávání obrázků"
|
433 |
|
434 |
+
#: library/plugin-settings.php:492
|
435 |
msgid "Draft"
|
436 |
msgstr "Návrh"
|
437 |
|
438 |
+
#: library/plugin-settings.php:493
|
439 |
msgid "Pending (default)"
|
440 |
+
msgstr "Čeká se (výchozí)"
|
441 |
|
442 |
+
#: library/plugin-settings.php:494
|
443 |
msgid "Publish immediately"
|
444 |
+
msgstr "Publikovat okamžitě"
|
445 |
|
446 |
+
#: library/plugin-settings.php:495
|
447 |
msgid "Publish after 1 approved post"
|
448 |
msgstr "Publikovat po 1 schváleném příspěvku"
|
449 |
|
450 |
+
#: library/plugin-settings.php:496
|
451 |
msgid "Publish after "
|
452 |
+
msgstr "Publikovat po "
|
453 |
|
454 |
+
#: library/plugin-settings.php:496
|
455 |
msgid " approved posts"
|
456 |
+
msgstr " schválené příspěvky"
|
457 |
+
|
458 |
+
#: library/plugin-settings.php:524
|
459 |
+
msgid "Select categories to display in the Category field."
|
460 |
+
msgstr "Vyberte kategorie, které chcete zobrazit v poli Kategorie."
|
461 |
|
462 |
+
#: library/plugin-settings.php:738
|
463 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
464 |
+
msgstr "Byla tam chyba. Ujistěte se, že jste přidali název, nějaký obsah a že jste nahráli pouze obrázky."
|
465 |
|
466 |
+
#: library/plugin-settings.php:752
|
467 |
msgid "Please select your image(s) to upload."
|
468 |
+
msgstr "Vyberte prosím obrázky, které chcete nahrát."
|
469 |
|
470 |
+
#: library/plugin-settings.php:758
|
471 |
msgid "Success! Thank you for your submission."
|
472 |
msgstr "Úspěch! Děkujeme za vaše podání."
|
473 |
|
474 |
+
#: library/plugin-settings.php:784
|
475 |
msgid "Email"
|
476 |
msgstr "E-mailem"
|
477 |
|
478 |
+
#: library/plugin-settings.php:785
|
479 |
msgid "URL"
|
480 |
msgstr "URL"
|
481 |
|
482 |
+
#: library/plugin-settings.php:1058
|
483 |
msgid "Toggle all panels"
|
484 |
+
msgstr "Přepnout všechny panely"
|
485 |
|
486 |
+
#: library/plugin-settings.php:1067
|
487 |
msgid "We need your support!"
|
488 |
msgstr "Potřebujeme vaši podporu!"
|
489 |
|
490 |
+
#: library/plugin-settings.php:1071
|
491 |
msgid "Make a donation via PayPal"
|
492 |
+
msgstr "Udělejte dar přes PayPal"
|
493 |
|
494 |
+
#: library/plugin-settings.php:1071
|
495 |
msgid "make a donation"
|
496 |
msgstr "přispět"
|
497 |
|
498 |
+
#: library/plugin-settings.php:1071
|
499 |
msgid "and/or"
|
500 |
msgstr "a / nebo"
|
501 |
|
502 |
+
#: library/plugin-settings.php:1072
|
503 |
msgid "Rate and review at the Plugin Directory"
|
504 |
+
msgstr "Ohodnoťte a zkontrolujte v adresáři Plugin"
|
505 |
|
506 |
+
#: library/plugin-settings.php:1073
|
507 |
msgid "give this plugin a 5-star rating"
|
508 |
+
msgstr "přidělte tomuto pluginu hodnocení 5 hvězdiček"
|
509 |
|
510 |
+
#: library/plugin-settings.php:1077
|
511 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
512 |
msgstr "Vaše velkorysá podpora umožňuje další vývoj tohoto bezplatného pluginu. Děkuji!"
|
513 |
|
514 |
+
#: library/plugin-settings.php:1082
|
515 |
msgid "Check this box if you have shown support"
|
516 |
+
msgstr "Toto políčko zaškrtněte, pokud jste projevili podporu"
|
517 |
|
518 |
+
#: library/plugin-settings.php:1091
|
519 |
msgid "Overview"
|
520 |
msgstr "Přehled"
|
521 |
|
522 |
+
#: library/plugin-settings.php:1095
|
523 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
524 |
+
msgstr "umožňuje návštěvníkům odesílat příspěvky a nahrávat obrázky z front-endu vašeho webu. "
|
525 |
|
526 |
+
#: library/plugin-settings.php:1096
|
527 |
msgid "For advanced functionality and unlimited forms, check out"
|
528 |
+
msgstr "Pro pokročilé funkce a neomezené formuláře, podívejte se"
|
529 |
|
530 |
+
#: library/plugin-settings.php:1096 library/plugin-settings.php:1503
|
531 |
msgid "USP Pro"
|
532 |
msgstr "USP Pro"
|
533 |
|
534 |
+
#: library/plugin-settings.php:1097
|
535 |
msgid "— the ultimate solution for user-generated content."
|
536 |
+
msgstr "& mdash; dokonalé řešení pro obsah generovaný uživateli."
|
537 |
|
538 |
+
#: library/plugin-settings.php:1101 library/plugin-settings.php:1118
|
539 |
msgid "Plugin Settings"
|
540 |
msgstr "Nastavení pluginu"
|
541 |
|
542 |
+
#: library/plugin-settings.php:1102
|
543 |
msgid "Display the form"
|
544 |
msgstr "Zobrazit formulář"
|
545 |
|
546 |
+
#: library/plugin-settings.php:1106
|
547 |
msgid "If you like this plugin, please"
|
548 |
msgstr "Pokud se vám tento plugin líbí, prosím"
|
549 |
|
550 |
+
#: library/plugin-settings.php:1107
|
551 |
msgid "THANK YOU for your support!"
|
552 |
msgstr "Děkuji za vaší podporu!"
|
553 |
|
554 |
+
#: library/plugin-settings.php:1107
|
555 |
msgid "give it a 5-star rating"
|
556 |
+
msgstr "přidělte mu hodnocení 5 hvězdičkami"
|
557 |
|
558 |
+
#: library/plugin-settings.php:1111
|
559 |
msgid "Unlimited front-end forms"
|
560 |
+
msgstr "Neomezené front-end formuláře"
|
561 |
|
562 |
+
#: library/plugin-settings.php:1111
|
563 |
msgid "Get USP Pro"
|
564 |
msgstr "Získejte USP Pro"
|
565 |
|
566 |
+
#: library/plugin-settings.php:1121
|
567 |
msgid "Configure your settings for User Submitted Posts."
|
568 |
+
msgstr "Nakonfigurujte nastavení pro příspěvky odeslané uživateli."
|
569 |
|
570 |
+
#: library/plugin-settings.php:1123
|
571 |
msgid "Form Fields"
|
572 |
+
msgstr "Pole formuláře"
|
573 |
|
574 |
+
#: library/plugin-settings.php:1129
|
575 |
msgid "User Name"
|
576 |
msgstr "Uživatelské jméno"
|
577 |
|
578 |
+
#: library/plugin-settings.php:1130
|
579 |
msgid "User Email"
|
580 |
+
msgstr "E-mail uživatele"
|
581 |
|
582 |
+
#: library/plugin-settings.php:1131
|
583 |
msgid "User URL"
|
584 |
+
msgstr "URL uživatele"
|
585 |
|
586 |
+
#: library/plugin-settings.php:1146
|
587 |
msgid "General Settings"
|
588 |
msgstr "Obecné nastavení"
|
589 |
|
590 |
+
#: library/plugin-settings.php:1148
|
591 |
msgid "Note that the default settings work fine for most cases."
|
592 |
+
msgstr "Výchozí nastavení funguje ve většině případů dobře."
|
593 |
|
594 |
+
#: library/plugin-settings.php:1153
|
595 |
msgid "Form Style"
|
596 |
msgstr "Styl formuláře"
|
597 |
|
598 |
+
#: library/plugin-settings.php:1158
|
599 |
msgid "With this option, you can copy the plugin’s default templates:"
|
600 |
+
msgstr "Pomocí této možnosti můžete zkopírovat výchozí šablony pluginu:"
|
601 |
|
602 |
+
#: library/plugin-settings.php:1163
|
603 |
msgid "..and upload them into a directory named"
|
604 |
+
msgstr "..a nahrajte je do adresáře s názvem"
|
605 |
|
606 |
+
#: library/plugin-settings.php:1163
|
607 |
msgid "in your theme:"
|
608 |
+
msgstr "ve vašem tématu:"
|
609 |
|
610 |
+
#: library/plugin-settings.php:1169
|
611 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
612 |
+
msgstr "To vám umožní přizpůsobit formulář a styly podle potřeby. Další informace naleznete v části \"Formulář pro vlastní podání\" v"
|
613 |
|
614 |
+
#: library/plugin-settings.php:1170
|
615 |
msgid "Installation Docs"
|
616 |
msgstr "Instalační dokumenty"
|
617 |
|
618 |
+
#: library/plugin-settings.php:1171
|
619 |
msgid "FYI: here is a"
|
620 |
+
msgstr "FYI: tady je"
|
621 |
|
622 |
+
#: library/plugin-settings.php:1171
|
623 |
msgid "list of USP CSS selectors"
|
624 |
+
msgstr "seznam selektorů USP CSS"
|
625 |
|
626 |
+
#: library/plugin-settings.php:1177
|
627 |
msgid "Include JavaScript"
|
628 |
msgstr "Zahrnout JavaScript"
|
629 |
|
630 |
+
#: library/plugin-settings.php:1179
|
631 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
632 |
+
msgstr "Toto políčko zaškrtněte, pokud chcete zahrnout externí soubory JavaScriptu (doporučeno)."
|
633 |
|
634 |
+
#: library/plugin-settings.php:1182
|
635 |
msgid "Targeted Loading"
|
636 |
msgstr "Cílené načítání"
|
637 |
|
638 |
+
#: library/plugin-settings.php:1184
|
639 |
+
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
|
640 |
+
msgstr "Ve výchozím nastavení je externí CSS & amp; Soubory JavaScript se načítají na každou stránku. Zde můžete zadat adresu URL formuláře USP pro načtení zdrojů pouze na této stránce. Poznámka: Na všechny stránky nechte prázdné. K oddělení více adres URL použijte čárky."
|
641 |
|
642 |
+
#: library/plugin-settings.php:1187
|
643 |
msgid "Post Type"
|
644 |
msgstr "Typ příspěvku"
|
645 |
|
646 |
+
#: library/plugin-settings.php:1190
|
647 |
msgid "Submit posts as WP Posts or Pages"
|
648 |
+
msgstr "Odeslat příspěvky jako příspěvky WP nebo stránky"
|
649 |
|
650 |
+
#: library/plugin-settings.php:1194
|
651 |
msgid "Post Status"
|
652 |
+
msgstr "Post status"
|
653 |
|
654 |
+
#: library/plugin-settings.php:1197
|
655 |
msgid "Post Status for submitted posts"
|
656 |
+
msgstr "Post status pro odeslané příspěvky"
|
657 |
|
658 |
+
#: library/plugin-settings.php:1201
|
659 |
msgid "Redirect URL"
|
660 |
+
msgstr "Adresa URL přesměrování"
|
661 |
|
662 |
+
#: library/plugin-settings.php:1203
|
663 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
664 |
+
msgstr "Zadejte adresu URL pro přesměrování uživatele po odeslání. Nechte prázdné pro přesměrování zpět na aktuální stránku."
|
665 |
|
666 |
+
#: library/plugin-settings.php:1206
|
667 |
msgid "Success Message"
|
668 |
+
msgstr "Zpráva o úspěchu"
|
669 |
|
670 |
+
#: library/plugin-settings.php:1208
|
671 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
672 |
+
msgstr "Zpráva o úspěchu, která se zobrazí, pokud je odeslání úspěšné. Základní označení je povoleno."
|
673 |
|
674 |
+
#: library/plugin-settings.php:1211
|
675 |
msgid "Error Message"
|
676 |
msgstr "Chybové hlášení"
|
677 |
|
678 |
+
#: library/plugin-settings.php:1213
|
679 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
680 |
+
msgstr "Obecná chybová zpráva, která se zobrazí, pokud se po odeslání nezdaří. Základní označení je povoleno."
|
681 |
|
682 |
+
#: library/plugin-settings.php:1216
|
683 |
msgid "Custom Content"
|
684 |
msgstr "Vlastní obsah"
|
685 |
|
686 |
+
#: library/plugin-settings.php:1218
|
687 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
688 |
+
msgstr "Vlastní text / označení, které bude zahrnuto před formulářem pro odeslání. Chcete-li ji deaktivovat, ponechte prázdné."
|
689 |
|
690 |
+
#: library/plugin-settings.php:1221
|
691 |
msgid "Rich Text Editor"
|
692 |
+
msgstr "Editor RTF"
|
693 |
|
694 |
+
#: library/plugin-settings.php:1223
|
695 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
696 |
+
msgstr "Toto políčko zaškrtněte, pokud chcete povolit úpravy formátovaného textu WP pro odeslané příspěvky."
|
697 |
|
698 |
+
#: library/plugin-settings.php:1226
|
699 |
msgid "Unique Titles"
|
700 |
+
msgstr "Unikátní tituly"
|
701 |
|
702 |
+
#: library/plugin-settings.php:1228
|
703 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
704 |
+
msgstr "Vyžadovat, aby byly zadané názvy příspěvků jedinečné (užitečné pro zamezení vícenásobných / duplikovaných odeslaných příspěvků)"
|
705 |
|
706 |
+
#: library/plugin-settings.php:1231
|
707 |
msgid "Disable Required"
|
708 |
+
msgstr "Zakázat požadované"
|
709 |
|
710 |
+
#: library/plugin-settings.php:1233
|
711 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
712 |
+
msgstr "Zakažte všechny povinné atributy ve výchozích polích formuláře (užitečné pro odstraňování chybových zpráv)."
|
713 |
|
714 |
+
#: library/plugin-settings.php:1236
|
715 |
msgid "Enable Shortcodes"
|
716 |
msgstr "Povolit krátké kódy"
|
717 |
|
718 |
+
#: library/plugin-settings.php:1238
|
719 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
720 |
+
msgstr "Povolit krátké kódy v widgetech. Ve výchozím WordPress nepovoluje krátké kódy v widgetech. "
|
721 |
|
722 |
+
#: library/plugin-settings.php:1239
|
723 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
724 |
+
msgstr "Toto nastavení umožňuje libovolné / všechny krátké kódy v widgetech (i krátké kódy z jiných pluginů)."
|
725 |
|
726 |
+
#: library/plugin-settings.php:1244
|
727 |
+
msgid "Privacy"
|
728 |
+
msgstr "Soukromí"
|
729 |
|
730 |
+
#: library/plugin-settings.php:1249
|
731 |
msgid "Disable IP Tracking"
|
732 |
msgstr "Zakázat sledování IP"
|
733 |
|
734 |
+
#: library/plugin-settings.php:1251
|
735 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
736 |
+
msgstr "Ve výchozím nastavení USP zaznamenává IP adresu s každým odeslaným příspěvkem. Zaškrtnutím tohoto políčka zakážete veškeré sledování IP."
|
737 |
|
738 |
+
#: library/plugin-settings.php:1255
|
739 |
msgid "Display Checkbox"
|
740 |
+
msgstr "Zaškrtněte políčko"
|
741 |
|
742 |
+
#: library/plugin-settings.php:1257
|
743 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
744 |
+
msgstr "Ve formuláři zobrazte vlastní zaškrtávací políčko (užitečné pro GDPR, souhlas s podmínkami atd.)"
|
745 |
|
746 |
+
#: library/plugin-settings.php:1260
|
747 |
msgid "Checkbox Name"
|
748 |
+
msgstr "Název zaškrtávacího políčka"
|
749 |
|
750 |
+
#: library/plugin-settings.php:1262 library/plugin-settings.php:1352
|
751 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
752 |
+
msgstr "Používejte pouze alfanumerické, podtržítka a pomlčky. Pokud si nejste jisti, použijte výchozí název:"
|
753 |
|
754 |
+
#: library/plugin-settings.php:1265
|
755 |
msgid "Checkbox Error"
|
756 |
+
msgstr "Zaškrtávací políčko Chyba"
|
757 |
|
758 |
+
#: library/plugin-settings.php:1267
|
759 |
msgid "Error message displayed if user does not check the box."
|
760 |
+
msgstr "Pokud uživatel políčko nezaškrtne, zobrazí se chybová zpráva."
|
761 |
|
762 |
+
#: library/plugin-settings.php:1270
|
763 |
msgid "Checkbox Text"
|
764 |
+
msgstr "Zaškrtávací políčko Text"
|
765 |
|
766 |
+
#: library/plugin-settings.php:1272
|
767 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
768 |
+
msgstr "Text se zobrazí vedle zaškrtávacího políčka. Tip: použijte složené závorky pro výstup úhlových závorek, například:"
|
769 |
|
770 |
+
#: library/plugin-settings.php:1277 library/plugin-settings.php:1282
|
771 |
msgid "Categories"
|
772 |
msgstr "Kategorie"
|
773 |
|
774 |
+
#: library/plugin-settings.php:1285
|
775 |
+
msgid "Click to view/select categories"
|
776 |
+
msgstr "Klepnutím zobrazíte / vyberete kategorie"
|
777 |
|
778 |
+
#: library/plugin-settings.php:1293
|
779 |
+
msgid "Multiple Categories"
|
780 |
+
msgstr "Více kategorií"
|
781 |
+
|
782 |
+
#: library/plugin-settings.php:1295
|
783 |
+
msgid "Enable users to select multiple categories."
|
784 |
+
msgstr "Umožněte uživatelům vybrat více kategorií."
|
785 |
+
|
786 |
+
#: library/plugin-settings.php:1298
|
787 |
msgid "Hidden/Default Category"
|
788 |
msgstr "Skrytá / výchozí kategorie"
|
789 |
|
790 |
+
#: library/plugin-settings.php:1300
|
791 |
+
msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
|
792 |
+
msgstr "Pro kategorii příspěvku použijte skryté pole. Tím se skryje pole kategorie a nastaví se jeho hodnota pomocí další možnosti."
|
793 |
|
794 |
+
#: library/plugin-settings.php:1303
|
795 |
msgid "Category ID for Hidden Field"
|
796 |
msgstr "ID kategorie pro skryté pole"
|
797 |
|
798 |
+
#: library/plugin-settings.php:1305
|
799 |
+
msgid "Specify category ID(s) to use for “Hidden/Default Category”. Separate multiple IDs with a comma."
|
800 |
+
msgstr "Zadejte ID kategorie, které chcete použít pro & ldquo; skrytou / výchozí kategorii & rdquo ;. Oddělte více ID čárkami."
|
801 |
|
802 |
+
#: library/plugin-settings.php:1310
|
803 |
msgid "Users"
|
804 |
msgstr "Uživatelé"
|
805 |
|
806 |
+
#: library/plugin-settings.php:1315
|
807 |
msgid "Assigned Author"
|
808 |
msgstr "Přiřazený autor"
|
809 |
|
810 |
+
#: library/plugin-settings.php:1318
|
811 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
812 |
+
msgstr "Určete uživatele, který má být přiřazen jako autor pro odeslané příspěvky."
|
813 |
|
814 |
+
#: library/plugin-settings.php:1322
|
815 |
msgid "Registered Username"
|
816 |
msgstr "Registrované uživatelské jméno"
|
817 |
|
818 |
+
#: library/plugin-settings.php:1324
|
819 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
820 |
+
msgstr "Jako post-autor použijte registrované uživatelské jméno. Platí, když je osoba odesílající formulář přihlášena do WordPress."
|
821 |
|
822 |
+
#: library/plugin-settings.php:1327
|
823 |
msgid "User Profile URL"
|
824 |
msgstr "Adresa URL profilu uživatele"
|
825 |
|
826 |
+
#: library/plugin-settings.php:1329
|
827 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
828 |
+
msgstr "Jako hodnotu pole URL použijte adresu URL registrovaného uživatele. Platí, když je osoba odesílající formulář přihlášena do WordPress."
|
829 |
|
830 |
+
#: library/plugin-settings.php:1332
|
831 |
msgid "Require User Login"
|
832 |
+
msgstr "Vyžadovat přihlášení uživatele"
|
833 |
|
834 |
+
#: library/plugin-settings.php:1334
|
835 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
836 |
+
msgstr "Vyžadujte od uživatelů, aby byli přihlášeni do WordPress, aby mohli zobrazit / odeslat formulář"
|
837 |
|
838 |
+
#: library/plugin-settings.php:1337
|
839 |
msgid "Disable Replace Author"
|
840 |
+
msgstr "Zakázat nahrazení autora"
|
841 |
|
842 |
+
#: library/plugin-settings.php:1339
|
843 |
msgid "Do not replace post author with submitted user name"
|
844 |
+
msgstr "Nenahrazujte autora příspěvku zadaným uživatelským jménem"
|
845 |
|
846 |
+
#: library/plugin-settings.php:1345
|
847 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
848 |
+
msgstr "Zde můžete změnit název a štítek použitý ve Vlastním poli. Toto pole můžete povolit pomocí nastavení Form Fields, výše."
|
849 |
|
850 |
+
#: library/plugin-settings.php:1350
|
851 |
msgid "Custom Field Name"
|
852 |
msgstr "Název vlastního pole"
|
853 |
|
854 |
+
#: library/plugin-settings.php:1355
|
855 |
msgid "Custom Field Label"
|
856 |
+
msgstr "Vlastní označení pole"
|
857 |
|
858 |
+
#: library/plugin-settings.php:1357
|
859 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
860 |
+
msgstr "Zobrazí se jako označení pole ve formuláři. Výchozí: Vlastní pole"
|
861 |
|
862 |
+
#: library/plugin-settings.php:1369
|
863 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
864 |
+
msgstr "Chcete-li zabránit spamu, zadejte otázku, na kterou musí uživatelé odpovědět před odesláním formuláře."
|
865 |
|
866 |
+
#: library/plugin-settings.php:1372
|
867 |
msgid "Challenge Response"
|
868 |
+
msgstr "Odpověď na výzvu"
|
869 |
|
870 |
+
#: library/plugin-settings.php:1374
|
871 |
msgid "Enter the *only* correct answer to the challenge question."
|
872 |
+
msgstr "Zadejte * pouze * správnou odpověď na výzvu."
|
873 |
|
874 |
+
#: library/plugin-settings.php:1377
|
875 |
msgid "Case-sensitivity"
|
876 |
+
msgstr "Rozlišování malých a velkých písmen"
|
877 |
|
878 |
+
#: library/plugin-settings.php:1379
|
879 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
880 |
+
msgstr "Zaškrtněte toto políčko, pokud chcete, aby odpověď na výzvu zohledňovala malá a velká písmena."
|
881 |
|
882 |
+
#: library/plugin-settings.php:1385
|
883 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
884 |
+
msgstr "Chcete-li aktivovat Google reCAPTCHA, zadejte své veřejné a soukromé klíče."
|
885 |
|
886 |
+
#: library/plugin-settings.php:1390
|
887 |
msgid "Public Key"
|
888 |
msgstr "Veřejný klíč"
|
889 |
|
890 |
+
#: library/plugin-settings.php:1392
|
891 |
msgid "Enter your Public Key"
|
892 |
+
msgstr "Zadejte svůj veřejný klíč"
|
893 |
|
894 |
+
#: library/plugin-settings.php:1395
|
895 |
msgid "Private Key"
|
896 |
msgstr "Soukromý klíč"
|
897 |
|
898 |
+
#: library/plugin-settings.php:1397
|
899 |
msgid "Enter your Private Key"
|
900 |
msgstr "Zadejte svůj soukromý klíč"
|
901 |
|
902 |
+
#: library/plugin-settings.php:1402
|
903 |
msgid "Email Alerts"
|
904 |
+
msgstr "E-mailová upozornění"
|
905 |
|
906 |
+
#: library/plugin-settings.php:1407
|
907 |
msgid "Receive Email Alert"
|
908 |
+
msgstr "Dostávat upozornění e-mailem"
|
909 |
|
910 |
+
#: library/plugin-settings.php:1409
|
911 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
912 |
+
msgstr "Toto políčko zaškrtněte, pokud chcete být e-mailem informováni o nových příspěvcích."
|
913 |
|
914 |
+
#: library/plugin-settings.php:1412
|
915 |
msgid "Enable HTML Format"
|
916 |
msgstr "Povolit formát HTML"
|
917 |
|
918 |
+
#: library/plugin-settings.php:1414
|
919 |
msgid "Check this box to enable HTML format for email alerts."
|
920 |
+
msgstr "Zaškrtnutím tohoto políčka povolíte formát HTML pro e-mailová upozornění."
|
921 |
|
922 |
+
#: library/plugin-settings.php:1417
|
923 |
msgid "Email Address for Alerts"
|
924 |
+
msgstr "E-mailová adresa pro upozornění"
|
925 |
|
926 |
+
#: library/plugin-settings.php:1419
|
927 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
928 |
+
msgstr "Pokud jste zaškrtli políčko pro příjem e-mailových upozornění, uveďte zde adresu, na kterou mají být e-maily zasílány."
|
929 |
|
930 |
+
#: library/plugin-settings.php:1420
|
931 |
msgid "Multiple recipients may be included using a comma, like so:"
|
932 |
+
msgstr "Pomocí čárky může být zahrnuto více příjemců, například:"
|
933 |
|
934 |
+
#: library/plugin-settings.php:1423
|
935 |
msgid "Email “From” Address"
|
936 |
+
msgstr "E-mail od & rdquo; Adresa"
|
937 |
|
938 |
+
#: library/plugin-settings.php:1425
|
939 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
940 |
+
msgstr "Zde můžete přizpůsobit adresu (adresy) použitou pro & ldquo; From & rdquo; záhlaví (informace naleznete v častých dotazech pro plugin). "
|
941 |
|
942 |
+
#: library/plugin-settings.php:1426
|
943 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
944 |
+
msgstr "Pokud je v předchozím nastavení zadáno více adres, zadejte stejný počet & ldquo; From & rdquo; adresy pro toto nastavení (ve stejném pořadí)."
|
945 |
|
946 |
+
#: library/plugin-settings.php:1429
|
947 |
msgid "Email Alert Subject"
|
948 |
+
msgstr "Předmět upozornění e-mailem"
|
949 |
|
950 |
+
#: library/plugin-settings.php:1431
|
951 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
952 |
+
msgstr "Řádek předmětu pro e-mailová upozornění. Chcete-li použít výchozí předmět, ponechte pole prázdné. Poznámka: můžete použít následující proměnné: "
|
953 |
|
954 |
+
#: library/plugin-settings.php:1436
|
955 |
msgid "Email Alert Message"
|
956 |
+
msgstr "Zpráva s upozorněním e-mailem"
|
957 |
|
958 |
+
#: library/plugin-settings.php:1438
|
959 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
960 |
+
msgstr "Zpráva pro e-mailová upozornění. Chcete-li použít výchozí zprávu, ponechte pole prázdné. Poznámka: můžete použít následující proměnné: "
|
961 |
|
962 |
+
#: library/plugin-settings.php:1450
|
963 |
msgid "Featured Image"
|
964 |
+
msgstr "Hlavní obrázek"
|
965 |
|
966 |
+
#: library/plugin-settings.php:1452
|
967 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
968 |
+
msgstr "Nastavit odeslané obrázky jako Doporučené obrázky. Vyžaduje motivovou podporu pro Doporučené obrázky (aka Post Thumbnails)."
|
969 |
|
970 |
+
#: library/plugin-settings.php:1455
|
971 |
msgid "Upload Message"
|
972 |
+
msgstr "Nahrajte zprávu"
|
973 |
|
974 |
+
#: library/plugin-settings.php:1457
|
975 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
976 |
+
msgstr "Zpráva, která se zobrazí vedle pole pro odeslání. Užitečné pro upřesnění pokynů / zásad pro nahrávání / atd. Základní značení povoleno."
|
977 |
|
978 |
+
#: library/plugin-settings.php:1460
|
979 |
msgid "“Add another image” link"
|
980 |
msgstr "& ldquo; Přidat další obrázek & rdquo; odkaz"
|
981 |
|
982 |
+
#: library/plugin-settings.php:1462
|
983 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
984 |
+
msgstr "Vlastní označení pro & ldquo; Přidat další obrázek & rdquo; odkaz. Chcete-li použít výchozí označení, ponechte prázdné."
|
985 |
|
986 |
+
#: library/plugin-settings.php:1465
|
987 |
msgid "Minimum number of images"
|
988 |
+
msgstr "Minimální počet obrázků"
|
989 |
|
990 |
+
#: library/plugin-settings.php:1468
|
991 |
msgid "Specify the minimum number of images."
|
992 |
+
msgstr "Zadejte minimální počet obrázků."
|
993 |
|
994 |
+
#: library/plugin-settings.php:1472
|
995 |
msgid "Maximum number of images"
|
996 |
+
msgstr "Maximální počet obrázků"
|
997 |
|
998 |
+
#: library/plugin-settings.php:1475
|
999 |
msgid "Specify the maximum number of images."
|
1000 |
+
msgstr "Určete maximální počet obrázků."
|
1001 |
|
1002 |
+
#: library/plugin-settings.php:1479
|
1003 |
msgid "Minimum image width"
|
1004 |
+
msgstr "Minimální šířka obrázku"
|
1005 |
|
1006 |
+
#: library/plugin-settings.php:1481
|
1007 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1008 |
+
msgstr "Zadejte minimální šířku (v pixelech) pro nahrané obrázky."
|
1009 |
|
1010 |
+
#: library/plugin-settings.php:1484
|
1011 |
msgid "Minimum image height"
|
1012 |
+
msgstr "Minimální výška obrázku"
|
1013 |
|
1014 |
+
#: library/plugin-settings.php:1486
|
1015 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1016 |
+
msgstr "Zadejte minimální výšku (v pixelech) pro nahrané obrázky."
|
1017 |
|
1018 |
+
#: library/plugin-settings.php:1489
|
1019 |
msgid "Maximum image width"
|
1020 |
msgstr "Maximální šířka obrázku"
|
1021 |
|
1022 |
+
#: library/plugin-settings.php:1491
|
1023 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1024 |
msgstr "Zadejte maximální šířku (v pixelech) pro nahrané obrázky."
|
1025 |
|
1026 |
+
#: library/plugin-settings.php:1494
|
1027 |
msgid "Maximum image height"
|
1028 |
+
msgstr "Maximální výška obrázku"
|
1029 |
|
1030 |
+
#: library/plugin-settings.php:1496
|
1031 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1032 |
+
msgstr "Zadejte maximální výšku (v pixelech) pro nahrané obrázky."
|
1033 |
|
1034 |
+
#: library/plugin-settings.php:1499
|
1035 |
msgid "More Options"
|
1036 |
msgstr "Více možností"
|
1037 |
|
1038 |
+
#: library/plugin-settings.php:1502
|
1039 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1040 |
+
msgstr "Další možnosti, například možnost nahrát další typy souborů (například PDF, Word, Zip, videa atd.)"
|
1041 |
|
1042 |
+
#: library/plugin-settings.php:1503
|
1043 |
msgid "Go Pro!"
|
1044 |
msgstr "Staň se profesionálem!"
|
1045 |
|
1046 |
+
#: library/plugin-settings.php:1510
|
1047 |
msgid "Auto-Display Content"
|
1048 |
+
msgstr "Obsah automatického zobrazení"
|
1049 |
|
1050 |
+
#: library/plugin-settings.php:1515
|
1051 |
msgid "Auto-Display Images"
|
1052 |
msgstr "Automatické zobrazení obrázků"
|
1053 |
|
1054 |
+
#: library/plugin-settings.php:1517
|
1055 |
msgid "Auto-display user-submitted images:"
|
1056 |
+
msgstr "Automatické zobrazení obrázků odeslaných uživatelem:"
|
1057 |
|
1058 |
+
#: library/plugin-settings.php:1522
|
1059 |
msgid "Image Markup"
|
1060 |
+
msgstr "Image Markup"
|
1061 |
|
1062 |
+
#: library/plugin-settings.php:1524
|
1063 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1064 |
+
msgstr "Označení, které se má použít pro každý odeslaný obrázek (je-li povoleno automatické zobrazení). Může použít"
|
1065 |
|
1066 |
+
#: library/plugin-settings.php:1526 library/plugin-settings.php:1539
|
1067 |
+
#: library/plugin-settings.php:1552 library/plugin-settings.php:1565
|
1068 |
msgid "and"
|
1069 |
msgstr "a"
|
1070 |
|
1071 |
+
#: library/plugin-settings.php:1529
|
1072 |
msgid "Auto-Display Email"
|
1073 |
+
msgstr "Automatické zobrazení e-mailu"
|
1074 |
|
1075 |
+
#: library/plugin-settings.php:1531
|
1076 |
msgid "Auto-display user-submitted email:"
|
1077 |
+
msgstr "Automaticky zobrazit e-mail odeslaný uživatelem:"
|
1078 |
|
1079 |
+
#: library/plugin-settings.php:1536
|
1080 |
msgid "Email Markup"
|
1081 |
+
msgstr "Označení e-mailem"
|
1082 |
|
1083 |
+
#: library/plugin-settings.php:1538
|
1084 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1085 |
+
msgstr "Označení, které se má použít pro zadanou e-mailovou adresu (je-li povoleno automatické zobrazení). Může použít"
|
1086 |
|
1087 |
+
#: library/plugin-settings.php:1542
|
1088 |
msgid "Auto-Display URL"
|
1089 |
+
msgstr "Adresa URL pro automatické zobrazení"
|
1090 |
|
1091 |
+
#: library/plugin-settings.php:1544
|
1092 |
msgid "Auto-display user-submitted URL:"
|
1093 |
+
msgstr "Automaticky zobrazit adresu URL zadanou uživatelem:"
|
1094 |
|
1095 |
+
#: library/plugin-settings.php:1549
|
1096 |
msgid "URL Markup"
|
1097 |
+
msgstr "Označení adresy URL"
|
1098 |
|
1099 |
+
#: library/plugin-settings.php:1551
|
1100 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1101 |
+
msgstr "Značka, která se má použít pro zadanou adresu URL (je-li povoleno automatické zobrazení). Může použít"
|
1102 |
|
1103 |
+
#: library/plugin-settings.php:1555
|
1104 |
msgid "Auto-Display Custom Field"
|
1105 |
+
msgstr "Automatické zobrazení vlastního pole"
|
1106 |
|
1107 |
+
#: library/plugin-settings.php:1557
|
1108 |
msgid "Auto-display user-submitted Custom Field:"
|
1109 |
+
msgstr "Automatické zobrazení uživatelského pole zadaného uživatelem:"
|
1110 |
|
1111 |
+
#: library/plugin-settings.php:1562
|
1112 |
msgid "Custom Field Markup"
|
1113 |
+
msgstr "Vlastní označení pole"
|
1114 |
|
1115 |
+
#: library/plugin-settings.php:1564
|
1116 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1117 |
+
msgstr "Označení, které se má použít pro odeslané vlastní pole (pokud je povoleno automatické zobrazení). Může použít"
|
1118 |
|
1119 |
+
#: library/plugin-settings.php:1570 library/plugin-settings.php:1682
|
1120 |
msgid "Save Settings"
|
1121 |
msgstr "Uložit nastavení"
|
1122 |
|
1123 |
+
#: library/plugin-settings.php:1575
|
1124 |
msgid "Display the Form"
|
1125 |
msgstr "Zobrazit formulář"
|
1126 |
|
1127 |
+
#: library/plugin-settings.php:1578
|
1128 |
msgid "Post-Submit Form"
|
1129 |
msgstr "Formulář po odeslání"
|
1130 |
|
1131 |
+
#: library/plugin-settings.php:1579
|
1132 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1133 |
+
msgstr "USP vám umožňuje zobrazit formulář po odeslání kdekoli na vašem webu."
|
1134 |
|
1135 |
+
#: library/plugin-settings.php:1580 library/plugin-settings.php:1589
|
1136 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1137 |
+
msgstr "Pomocí krátkého kódu zobrazíte formulář na libovolném příspěvku nebo stránce WP:"
|
1138 |
|
1139 |
+
#: library/plugin-settings.php:1583 library/plugin-settings.php:1592
|
1140 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1141 |
+
msgstr "Nebo pomocí značky šablony zobrazte formulář kdekoli v tematické šabloně:"
|
1142 |
|
1143 |
+
#: library/plugin-settings.php:1587
|
1144 |
msgid "Login/Register Form"
|
1145 |
+
msgstr "Přihlašovací / registrační formulář"
|
1146 |
|
1147 |
+
#: library/plugin-settings.php:1588
|
1148 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1149 |
+
msgstr "Můžete také zobrazit formulář, který umožňuje uživatelům přihlásit se, registrovat nebo resetovat své heslo."
|
1150 |
|
1151 |
+
#: library/plugin-settings.php:1596
|
1152 |
msgid "Display Submitted Posts"
|
1153 |
+
msgstr "Zobrazit odeslané příspěvky"
|
1154 |
|
1155 |
+
#: library/plugin-settings.php:1597
|
1156 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1157 |
+
msgstr "Pomocí tohoto krátkého kódu zobrazíte seznam odeslaných příspěvků na libovolném příspěvku nebo stránce WP:"
|
1158 |
|
1159 |
+
#: library/plugin-settings.php:1600
|
1160 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1161 |
+
msgstr "Nebo použijte značku šablony k zobrazení seznamu odeslaných příspěvků kdekoli v tematické šabloně:"
|
1162 |
|
1163 |
+
#: library/plugin-settings.php:1603
|
1164 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1165 |
+
msgstr "Zde je několik příkladů, jak konfigurovat tento zkratkový kód:"
|
1166 |
|
1167 |
+
#: library/plugin-settings.php:1611
|
1168 |
msgid "Display Image Gallery"
|
1169 |
+
msgstr "Zobrazit galerii obrázků"
|
1170 |
|
1171 |
+
#: library/plugin-settings.php:1612
|
1172 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1173 |
+
msgstr "Pomocí tohoto krátkého kódu zobrazíte galerii nahraných obrázků pro každý odeslaný příspěvek:"
|
1174 |
|
1175 |
+
#: library/plugin-settings.php:1615
|
1176 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1177 |
+
msgstr "Nebo použijte značku šablony k zobrazení galerie obrázků kdekoli v tematické šabloně:"
|
1178 |
|
1179 |
+
#: library/plugin-settings.php:1618
|
1180 |
msgid "You can customize using any of the follwing attributes:"
|
1181 |
+
msgstr "Můžete si přizpůsobit pomocí některého z následujících atributů:"
|
1182 |
|
1183 |
+
#: library/plugin-settings.php:1633
|
1184 |
msgid "Reset Form Button"
|
1185 |
+
msgstr "Tlačítko Reset formuláře"
|
1186 |
|
1187 |
+
#: library/plugin-settings.php:1634
|
1188 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1189 |
+
msgstr "Tento zkratkový kód zobrazuje odkaz, který obnoví původní stav formuláře:"
|
1190 |
|
1191 |
+
#: library/plugin-settings.php:1637
|
1192 |
msgid "This shortcode accepts the following attributes:"
|
1193 |
+
msgstr "Tento zkratkový kód přijímá následující atributy:"
|
1194 |
|
1195 |
+
#: library/plugin-settings.php:1643
|
1196 |
msgid "Note that the url attribute accepts"
|
1197 |
+
msgstr "Atribut url přijímá"
|
1198 |
|
1199 |
+
#: library/plugin-settings.php:1643
|
1200 |
msgid "to get the current URL."
|
1201 |
+
msgstr "získat aktuální URL."
|
1202 |
|
1203 |
+
#: library/plugin-settings.php:1646
|
1204 |
msgid "Access Control"
|
1205 |
msgstr "Řízení přístupu"
|
1206 |
|
1207 |
+
#: library/plugin-settings.php:1647
|
1208 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1209 |
+
msgstr "USP poskytuje tři krátké kódy pro řízení přístupu a omezení obsahu."
|
1210 |
|
1211 |
+
#: library/plugin-settings.php:1648
|
1212 |
msgid "Display content only to users with a specific capability:"
|
1213 |
+
msgstr "Zobrazit obsah pouze uživatelům se specifickou schopností:"
|
1214 |
|
1215 |
+
#: library/plugin-settings.php:1651
|
1216 |
msgid "Display content to logged-in users:"
|
1217 |
+
msgstr "Zobrazit obsah přihlášeným uživatelům:"
|
1218 |
|
1219 |
+
#: library/plugin-settings.php:1654
|
1220 |
msgid "Display content to visitors only:"
|
1221 |
+
msgstr "Zobrazit obsah pouze pro návštěvníky:"
|
1222 |
|
1223 |
+
#: library/plugin-settings.php:1657
|
1224 |
msgid "Tip:"
|
1225 |
msgstr "Tip:"
|
1226 |
|
1227 |
+
#: library/plugin-settings.php:1657
|
1228 |
msgid "to include markup in the deny message, you can use"
|
1229 |
+
msgstr "Chcete-li zahrnout označení do odepřené zprávy, můžete použít"
|
1230 |
|
1231 |
+
#: library/plugin-settings.php:1657
|
1232 |
msgid "to output"
|
1233 |
+
msgstr "na výstup"
|
1234 |
|
1235 |
+
#: library/plugin-settings.php:1660
|
1236 |
msgid "Example"
|
1237 |
msgstr "Příklad"
|
1238 |
|
1239 |
+
#: library/plugin-settings.php:1661
|
1240 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1241 |
msgstr "Pokud je uživatel přihlášen, zobrazte formulář po odeslání; nebo pokud uživatel není přihlášen, zobrazte přihlašovací formulář:"
|
1242 |
|
1243 |
+
#: library/plugin-settings.php:1673
|
1244 |
msgid "Restore Defaults"
|
1245 |
msgstr "Obnovit výchozí nastavení"
|
1246 |
|
1247 |
+
#: library/plugin-settings.php:1676
|
1248 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1249 |
+
msgstr "Chcete-li si zapamatovat svá nastavení, ponechte tuto možnost vypnutou. Nebo pokračujte a obnovte výchozí možnosti pluginu: zaškrtněte políčko, uložte nastavení a pak plugin deaktivujte / znovu aktivujte."
|
1250 |
|
1251 |
+
#: library/plugin-settings.php:1680
|
1252 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1253 |
+
msgstr "Obnovit výchozí možnosti po deaktivaci / reaktivaci pluginu."
|
1254 |
|
1255 |
+
#: library/plugin-settings.php:1687
|
1256 |
msgid "Show Support"
|
1257 |
msgstr "Zobrazit podporu"
|
1258 |
|
1259 |
+
#: library/plugin-settings.php:1696
|
1260 |
msgid "by"
|
1261 |
msgstr "podle"
|
1262 |
|
1263 |
+
#: library/plugin-settings.php:1697
|
1264 |
msgid "Jeff Starr on Twitter"
|
1265 |
msgstr "Jeff Starr na Twitteru"
|
1266 |
|
1267 |
+
#: library/plugin-settings.php:1698
|
1268 |
msgid "Obsessive Web Design & Development"
|
1269 |
msgstr "Obsessive Web Design & amp; Rozvoj"
|
1270 |
|
1271 |
+
#: library/plugin-settings.php:1709
|
1272 |
msgid "Save Preference"
|
1273 |
msgstr "Uložit předvolbu"
|
1274 |
|
1275 |
+
#: library/plugin-settings.php:1716
|
1276 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1277 |
+
msgstr "Opravdu chcete obnovit všechny výchozí možnosti? (tuto akci nelze vrátit zpět)"
|
1278 |
+
|
1279 |
+
#: library/support-panel.php:55
|
1280 |
+
msgid "Perishable Press Books"
|
1281 |
+
msgstr "Zničitelné tiskové knihy"
|
1282 |
+
|
1283 |
+
#: library/support-panel.php:56
|
1284 |
+
msgid "Plugin Planet"
|
1285 |
+
msgstr "Plugin Planet"
|
1286 |
+
|
1287 |
+
#: library/support-panel.php:57
|
1288 |
+
msgid "Donate via PayPal"
|
1289 |
+
msgstr "Darujte přes PayPal"
|
1290 |
+
|
1291 |
+
#: library/support-panel.php:59
|
1292 |
+
msgid "books"
|
1293 |
+
msgstr "knihy"
|
1294 |
+
|
1295 |
+
#: library/support-panel.php:60
|
1296 |
+
msgid "plugins"
|
1297 |
+
msgstr "pluginy"
|
1298 |
+
|
1299 |
+
#: library/support-panel.php:61
|
1300 |
+
msgid "donation"
|
1301 |
+
msgstr "dar"
|
1302 |
+
|
1303 |
+
#: library/support-panel.php:63
|
1304 |
+
msgid "Thank you for using"
|
1305 |
+
msgstr "Děkujeme za použití"
|
1306 |
+
|
1307 |
+
#: library/support-panel.php:64
|
1308 |
+
msgid "Please show support by purchasing one of my"
|
1309 |
+
msgstr "Ukažte podporu zakoupením jednoho z mých"
|
1310 |
+
|
1311 |
+
#: library/support-panel.php:65
|
1312 |
+
msgid "or"
|
1313 |
+
msgstr "nebo"
|
1314 |
+
|
1315 |
+
#: library/support-panel.php:65
|
1316 |
+
msgid "or by making a"
|
1317 |
+
msgstr "nebo vytvořením"
|
1318 |
+
|
1319 |
+
#: library/support-panel.php:66
|
1320 |
+
msgid "Your generous support helps future development of"
|
1321 |
+
msgstr "Vaše velkorysá podpora pomáhá budoucímu rozvoji"
|
1322 |
+
|
1323 |
+
#: library/support-panel.php:67
|
1324 |
+
msgid "and is greatly appreciated."
|
1325 |
+
msgstr "a je velmi ceněn."
|
1326 |
+
|
1327 |
+
#: library/support-panel.php:69
|
1328 |
+
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
1329 |
+
msgstr "Jakákoli velikost příspěvku mi pomáhá pokračovat ve vývoji tohoto bezplatného pluginu a dalších úžasných zdrojů WordPress."
|
1330 |
|
1331 |
#. Description of the plugin
|
1332 |
#:
|
1333 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
1334 |
+
msgstr "Umožňuje návštěvníkům odesílat příspěvky a obrázky odkudkoli na vašem webu."
|
1335 |
|
1336 |
#. URI of the plugin
|
1337 |
#:
|
1338 |
msgid "https://perishablepress.com/user-submitted-posts/"
|
1339 |
+
msgstr "https://perishablepress.com/user-submiss-posts/"
|
1340 |
|
1341 |
#. Author of the plugin
|
1342 |
#:
|
languages/usp-de_DE.mo
CHANGED
Binary file
|
languages/usp-de_DE.po
CHANGED
@@ -4,282 +4,287 @@ msgstr ""
|
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
-
"Project-Id-Version: USP
|
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
|
14 |
|
15 |
-
#: user-submitted-posts.php:
|
16 |
msgid "requires WordPress "
|
17 |
-
msgstr "
|
18 |
|
19 |
-
#: user-submitted-posts.php:
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
-
msgstr " oder höher und wurde deaktiviert!"
|
22 |
|
23 |
-
#: user-submitted-posts.php:
|
24 |
msgid "Please return to the"
|
25 |
-
msgstr "Bitte
|
26 |
|
27 |
-
#: user-submitted-posts.php:
|
28 |
msgid "WordPress Admin Area"
|
29 |
-
msgstr "WordPress
|
30 |
|
31 |
-
#: user-submitted-posts.php:
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
-
msgstr "
|
34 |
|
35 |
-
#: user-submitted-posts.php:
|
36 |
msgid "User Submitted Post"
|
37 |
-
msgstr "Vom Benutzer
|
38 |
|
39 |
-
#: user-submitted-posts.php:
|
40 |
msgid "User Submitted Post Info"
|
41 |
-
msgstr "Vom Benutzer übermittelte
|
42 |
|
43 |
-
#: user-submitted-posts.php:
|
44 |
msgid "Submitter Name: "
|
45 |
-
msgstr "Name des
|
46 |
|
47 |
-
#: user-submitted-posts.php:
|
48 |
msgid "Submitter Email: "
|
49 |
-
msgstr "Absender
|
50 |
|
51 |
-
#: user-submitted-posts.php:
|
52 |
msgid "Submitter URL: "
|
53 |
-
msgstr "URL
|
54 |
|
55 |
-
#: user-submitted-posts.php:
|
56 |
msgid "Submitter IP: "
|
57 |
-
msgstr "Absender
|
58 |
|
59 |
-
#: user-submitted-posts.php:
|
60 |
msgid "Show USP Posts"
|
61 |
-
msgstr "USP
|
62 |
|
63 |
-
#: user-submitted-posts.php:
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
-
#: user-submitted-posts.php:
|
68 |
msgid " files required"
|
69 |
msgstr " Dateien erforderlich"
|
70 |
|
71 |
-
#: user-submitted-posts.php:
|
72 |
msgid " file required"
|
73 |
msgstr " Datei erforderlich"
|
74 |
|
75 |
-
#: user-submitted-posts.php:
|
76 |
msgid " files"
|
77 |
msgstr " Dateien"
|
78 |
|
79 |
-
#: user-submitted-posts.php:
|
80 |
msgid " file"
|
81 |
msgstr " Datei"
|
82 |
|
83 |
-
#: user-submitted-posts.php:
|
84 |
-
#: user-submitted-posts.php:
|
85 |
msgid " pixels"
|
86 |
msgstr " Pixel"
|
87 |
|
88 |
-
#: user-submitted-posts.php:
|
89 |
-
#: library/plugin-settings.php:
|
90 |
-
#: library/plugin-settings.php:
|
91 |
msgid "Custom Field"
|
92 |
msgstr "Benutzerdefinierte Feld"
|
93 |
|
94 |
-
#: user-submitted-posts.php:
|
95 |
msgid "Custom checkbox required"
|
96 |
msgstr "Benutzerdefiniertes Kontrollkästchen erforderlich"
|
97 |
|
98 |
-
#: user-submitted-posts.php:
|
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:
|
103 |
msgid "User login required"
|
104 |
msgstr "Benutzeranmeldung erforderlich"
|
105 |
|
106 |
-
#: user-submitted-posts.php:
|
107 |
msgid "User name required"
|
108 |
msgstr "Benutzername erforderlich"
|
109 |
|
110 |
-
#: user-submitted-posts.php:
|
111 |
msgid "Post title required"
|
112 |
msgstr "Beitragstitel erforderlich"
|
113 |
|
114 |
-
#: user-submitted-posts.php:
|
115 |
msgid "User URL required"
|
116 |
msgstr "Benutzer-URL erforderlich"
|
117 |
|
118 |
-
#: user-submitted-posts.php:
|
119 |
msgid "Post tags required"
|
120 |
msgstr "Post-Tags erforderlich"
|
121 |
|
122 |
-
#: user-submitted-posts.php:
|
123 |
msgid "Post category required"
|
124 |
msgstr "Beitragskategorie erforderlich"
|
125 |
|
126 |
-
#: user-submitted-posts.php:
|
127 |
msgid "Post content required"
|
128 |
-
msgstr "
|
129 |
|
130 |
-
#: user-submitted-posts.php:
|
131 |
msgid "Correct captcha required"
|
132 |
-
msgstr "
|
133 |
|
134 |
-
#: user-submitted-posts.php:
|
135 |
msgid "User email required"
|
136 |
-
msgstr "Benutzer
|
137 |
|
138 |
-
#: user-submitted-posts.php:
|
139 |
msgid "Please check your email and try again"
|
140 |
-
msgstr "Bitte überprüfen Sie Ihre E-
|
141 |
|
142 |
-
#: user-submitted-posts.php:
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
msgstr "Nicht leerer Wert für ausgeblendetes Feld"
|
145 |
|
146 |
-
#: user-submitted-posts.php:
|
147 |
msgid "Minimum number of images not met"
|
148 |
-
msgstr "Mindestanzahl
|
149 |
|
150 |
-
#: user-submitted-posts.php:
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
-
msgstr "Maximale Anzahl
|
153 |
|
154 |
-
#: user-submitted-posts.php:
|
155 |
msgid "Minimum image width not met"
|
156 |
-
msgstr "Minimale Bildbreite nicht
|
157 |
|
158 |
-
#: user-submitted-posts.php:
|
159 |
msgid "Image width exceeds maximum"
|
160 |
msgstr "Die Bildbreite überschreitet das Maximum"
|
161 |
|
162 |
-
#: user-submitted-posts.php:
|
163 |
msgid "Minimum image height not met"
|
164 |
-
msgstr "Minimale Bildhöhe nicht
|
165 |
|
166 |
-
#: user-submitted-posts.php:
|
167 |
msgid "Image height exceeds maximum"
|
168 |
msgstr "Die Bildhöhe überschreitet das Maximum"
|
169 |
|
170 |
-
#: user-submitted-posts.php:
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
-
msgstr "Dateityp nicht
|
173 |
|
174 |
-
#: user-submitted-posts.php:
|
175 |
msgid " required"
|
176 |
msgstr " erforderlich"
|
177 |
|
178 |
-
#: user-submitted-posts.php:
|
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:
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
msgstr "Die Datei (en) konnten nicht hochgeladen werden"
|
185 |
|
186 |
-
#: user-submitted-posts.php:
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
-
msgstr "Beitrag nicht erstellt
|
189 |
|
190 |
-
#: user-submitted-posts.php:
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
-
msgstr "Doppelter
|
193 |
|
194 |
-
#: user-submitted-posts.php:
|
195 |
msgid "Error: "
|
196 |
-
msgstr "Error:"
|
197 |
|
198 |
-
#: user-submitted-posts.php:
|
199 |
msgid "Return to form"
|
200 |
-
msgstr "
|
201 |
|
202 |
-
#: user-submitted-posts.php:
|
203 |
msgid "Please"
|
204 |
msgstr "Bitte"
|
205 |
|
206 |
-
#: user-submitted-posts.php:
|
207 |
msgid "log in"
|
208 |
msgstr "Einloggen"
|
209 |
|
210 |
-
#: user-submitted-posts.php:
|
211 |
msgid "to submit content!"
|
212 |
-
msgstr "Inhalte einreichen"
|
213 |
|
214 |
-
#: views/submission-form.php:
|
215 |
msgid "Please complete the required fields."
|
216 |
msgstr "Bitte füllen Sie die erforderlichen Felder aus."
|
217 |
|
218 |
-
#: views/submission-form.php:
|
219 |
-
#: views/submission-form-alt.php:
|
220 |
msgid "Your Name"
|
221 |
msgstr "Dein Name"
|
222 |
|
223 |
-
#: views/submission-form.php:
|
224 |
-
#: views/submission-form-alt.php:
|
225 |
msgid "Your URL"
|
226 |
msgstr "Ihre URL"
|
227 |
|
228 |
-
#: views/submission-form.php:
|
229 |
-
#: views/submission-form-alt.php:
|
230 |
msgid "Your Email"
|
231 |
msgstr "Deine E-Mail"
|
232 |
|
233 |
-
#: views/submission-form.php:
|
234 |
-
#: views/submission-form-alt.php:
|
235 |
-
#: library/plugin-settings.php:
|
236 |
msgid "Post Title"
|
237 |
-
msgstr "Titel
|
238 |
|
239 |
-
#: views/submission-form.php:
|
240 |
-
#: views/submission-form-alt.php:
|
241 |
-
#: library/plugin-settings.php:
|
242 |
msgid "Post Tags"
|
243 |
-
msgstr "
|
244 |
|
245 |
-
#: views/submission-form.php:
|
246 |
msgid "Antispam Question"
|
247 |
msgstr "Antispam-Frage"
|
248 |
|
249 |
-
#: views/submission-form.php:
|
250 |
-
#: library/plugin-settings.php:
|
251 |
msgid "Post Category"
|
252 |
-
msgstr "
|
253 |
|
254 |
-
#: views/submission-form.php:
|
|
|
255 |
msgid "Please select a category.."
|
256 |
msgstr "Bitte wählen sie eine Kategorie.."
|
257 |
|
258 |
-
#: views/submission-form.php:
|
259 |
-
#: views/submission-form-alt.php:
|
260 |
-
#: library/plugin-settings.php:
|
261 |
msgid "Post Content"
|
262 |
msgstr "Inhalt posten"
|
263 |
|
264 |
-
#: views/submission-form.php:
|
265 |
msgid "Verification"
|
266 |
msgstr "Nachprüfung"
|
267 |
|
268 |
-
#: views/submission-form.php:
|
269 |
msgid "Upload an Image"
|
270 |
msgstr "Lade ein Bild hoch"
|
271 |
|
272 |
-
#: views/submission-form.php:
|
273 |
msgid "Add another image"
|
274 |
-
msgstr "Fügen Sie ein
|
275 |
|
276 |
-
#: views/submission-form.php:
|
277 |
msgid "Human verification: leave this field empty."
|
278 |
-
msgstr "
|
279 |
|
280 |
-
#: views/submission-form.php:
|
281 |
msgid "Submit Post"
|
282 |
-
msgstr "Beitrag
|
|
|
|
|
|
|
|
|
283 |
|
284 |
#: library/shortcode-misc.php:18
|
285 |
msgid "Reset form"
|
@@ -287,1034 +292,1042 @@ msgstr "Formular zurücksetzen"
|
|
287 |
|
288 |
#: library/shortcode-misc.php:128
|
289 |
msgid "View full post"
|
290 |
-
msgstr "
|
291 |
-
|
292 |
-
#: library/support-panel.php:52
|
293 |
-
msgid "Perishable Press Books"
|
294 |
-
msgstr "Verderbliche Pressebücher"
|
295 |
-
|
296 |
-
#: library/support-panel.php:53
|
297 |
-
msgid "Plugin Planet"
|
298 |
-
msgstr "Plugin Planet"
|
299 |
-
|
300 |
-
#: library/support-panel.php:54
|
301 |
-
msgid "Donate via PayPal"
|
302 |
-
msgstr "Über PayPal spenden"
|
303 |
-
|
304 |
-
#: library/support-panel.php:56
|
305 |
-
msgid "books"
|
306 |
-
msgstr "Bücher"
|
307 |
-
|
308 |
-
#: library/support-panel.php:57
|
309 |
-
msgid "plugins"
|
310 |
-
msgstr "Plugins"
|
311 |
-
|
312 |
-
#: library/support-panel.php:58
|
313 |
-
msgid "donation"
|
314 |
-
msgstr "Spende"
|
315 |
-
|
316 |
-
#: library/support-panel.php:60
|
317 |
-
msgid "Thank you for using"
|
318 |
-
msgstr "Danke für das benutzen"
|
319 |
-
|
320 |
-
#: library/support-panel.php:61
|
321 |
-
msgid "Please show support by purchasing one of my"
|
322 |
-
msgstr "Bitte zeigen Sie Unterstützung, indem Sie einen meiner kaufen"
|
323 |
-
|
324 |
-
#: library/support-panel.php:62
|
325 |
-
msgid "or"
|
326 |
-
msgstr "oder"
|
327 |
-
|
328 |
-
#: library/support-panel.php:62
|
329 |
-
msgid "or by making a"
|
330 |
-
msgstr "oder indem Sie ein"
|
331 |
-
|
332 |
-
#: library/support-panel.php:63
|
333 |
-
msgid "Your generous support helps future development of"
|
334 |
-
msgstr "Ihre großzügige Unterstützung hilft bei der zukünftigen Entwicklung von"
|
335 |
|
336 |
-
#: library/
|
337 |
-
msgid "
|
338 |
-
msgstr "
|
339 |
-
|
340 |
-
#: library/support-panel.php:66
|
341 |
-
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
342 |
-
msgstr "Jede Größe Spende hilft mir, dieses kostenlose Plugin und andere tolle WordPress-Ressourcen weiterzuentwickeln."
|
343 |
-
|
344 |
-
#: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
|
345 |
-
msgid "Incorrect response."
|
346 |
-
msgstr "Falsche Antwort"
|
347 |
|
348 |
-
#: library/plugin-settings.php:
|
349 |
msgid "Get USP Pro for unlimited forms!"
|
350 |
-
msgstr "
|
351 |
|
352 |
-
#: library/plugin-settings.php:
|
353 |
msgid "Go Pro"
|
354 |
-
msgstr "Pro
|
355 |
-
|
356 |
-
#: library/plugin-settings.php:37
|
357 |
-
msgid "Settings"
|
358 |
-
msgstr "die Einstellungen"
|
359 |
|
360 |
-
#: library/plugin-settings.php:
|
361 |
-
#: library/plugin-settings.php:
|
362 |
msgid "Plugin Homepage"
|
363 |
msgstr "Plugin-Homepage"
|
364 |
|
365 |
-
#: library/plugin-settings.php:
|
366 |
msgid "Homepage"
|
367 |
msgstr "Startseite"
|
368 |
|
369 |
-
#: library/plugin-settings.php:
|
370 |
msgid "Give USP a 5-star rating at WordPress.org"
|
371 |
msgstr "Geben Sie USP eine 5-Sterne-Bewertung bei WordPress.org"
|
372 |
|
373 |
-
#: library/plugin-settings.php:
|
374 |
msgid "Rate this plugin »"
|
375 |
-
msgstr "
|
376 |
|
377 |
-
#: library/plugin-settings.php:
|
378 |
msgid "WP Post (recommended)"
|
379 |
msgstr "WP Post (empfohlen)"
|
380 |
|
381 |
-
#: library/plugin-settings.php:
|
382 |
msgid "WP Page"
|
383 |
-
msgstr "WP
|
384 |
|
385 |
-
#: library/plugin-settings.php:
|
386 |
msgid "HTML5 Form + Default CSS"
|
387 |
msgstr "HTML5-Formular + Standard-CSS"
|
388 |
|
389 |
-
#: library/plugin-settings.php:
|
390 |
msgid "(Recommended)"
|
391 |
msgstr "(Empfohlen)"
|
392 |
|
393 |
-
#: library/plugin-settings.php:
|
394 |
msgid "HTML5 Form + Disable CSS"
|
395 |
msgstr "HTML5-Formular + CSS deaktivieren"
|
396 |
|
397 |
-
#: library/plugin-settings.php:
|
398 |
msgid "(Provide your own styles)"
|
399 |
msgstr "(Geben Sie Ihre eigenen Stile an)"
|
400 |
|
401 |
-
#: library/plugin-settings.php:
|
402 |
msgid "Custom Form + Custom CSS"
|
403 |
msgstr "Benutzerdefiniertes Formular + Benutzerdefiniertes CSS"
|
404 |
|
405 |
-
#: library/plugin-settings.php:
|
406 |
msgid "(Provide your own form template & styles)"
|
407 |
-
msgstr "(Geben Sie Ihre
|
408 |
|
409 |
-
#: library/plugin-settings.php:
|
410 |
-
#: library/plugin-settings.php:
|
411 |
msgid "Auto-display before post content"
|
412 |
-
msgstr "Automatische Anzeige vor dem
|
413 |
|
414 |
-
#: library/plugin-settings.php:
|
415 |
-
#: library/plugin-settings.php:
|
416 |
msgid "Auto-display after post content"
|
417 |
-
msgstr "
|
418 |
|
419 |
-
#: library/plugin-settings.php:
|
420 |
msgid "Do not auto-display submitted images"
|
421 |
-
msgstr "
|
422 |
|
423 |
-
#: library/plugin-settings.php:
|
424 |
msgid "Do not auto-display submitted email"
|
425 |
-
msgstr "
|
426 |
|
427 |
-
#: library/plugin-settings.php:
|
428 |
msgid "Do not auto-display submitted URL"
|
429 |
-
msgstr "
|
430 |
|
431 |
-
#: library/plugin-settings.php:
|
432 |
msgid "Do not auto-display the Custom Field"
|
433 |
-
msgstr "
|
434 |
|
435 |
-
#: library/plugin-settings.php:
|
436 |
-
#: library/plugin-settings.php:
|
437 |
-
msgid "
|
438 |
-
msgstr "
|
439 |
|
440 |
-
#: library/plugin-settings.php:
|
441 |
-
msgid "
|
442 |
-
msgstr "
|
443 |
|
444 |
-
#: library/plugin-settings.php:
|
445 |
-
#: library/plugin-settings.php:
|
446 |
msgid "Disable this field"
|
447 |
msgstr "Deaktivieren Sie dieses Feld"
|
448 |
|
449 |
-
#: library/plugin-settings.php:
|
450 |
-
#: library/plugin-settings.php:
|
451 |
msgid "(Visit"
|
452 |
msgstr "(Besuch"
|
453 |
|
454 |
-
#: library/plugin-settings.php:
|
455 |
-
#: library/plugin-settings.php:
|
456 |
msgid "to configure options)"
|
457 |
msgstr "Optionen konfigurieren)"
|
458 |
|
459 |
-
#: library/plugin-settings.php:
|
460 |
-
#: library/plugin-settings.php:
|
461 |
msgid "Challenge Question"
|
462 |
msgstr "Sicherheitsfrage"
|
463 |
|
464 |
-
#: library/plugin-settings.php:
|
465 |
-
#: library/plugin-settings.php:
|
466 |
msgid "Google reCAPTCHA"
|
467 |
msgstr "Google reCAPTCHA"
|
468 |
|
469 |
-
#: library/plugin-settings.php:
|
470 |
msgid "Post Images"
|
471 |
msgstr "Bilder posten"
|
472 |
|
473 |
-
#: library/plugin-settings.php:
|
474 |
-
msgid "
|
475 |
-
msgstr "
|
476 |
|
477 |
-
#: library/plugin-settings.php:
|
478 |
msgid "Disable"
|
479 |
msgstr "Deaktivieren"
|
480 |
|
481 |
-
#: library/plugin-settings.php:
|
482 |
msgid "Image Uploads"
|
483 |
msgstr "Bild-Uploads"
|
484 |
|
485 |
-
#: library/plugin-settings.php:
|
486 |
msgid "Draft"
|
487 |
msgstr "Entwurf"
|
488 |
|
489 |
-
#: library/plugin-settings.php:
|
490 |
msgid "Pending (default)"
|
491 |
msgstr "Ausstehend (Standard)"
|
492 |
|
493 |
-
#: library/plugin-settings.php:
|
494 |
msgid "Publish immediately"
|
495 |
-
msgstr "
|
496 |
|
497 |
-
#: library/plugin-settings.php:
|
498 |
msgid "Publish after 1 approved post"
|
499 |
-
msgstr "
|
500 |
|
501 |
-
#: library/plugin-settings.php:
|
502 |
msgid "Publish after "
|
503 |
-
msgstr "Veröffentlichen Sie
|
504 |
|
505 |
-
#: library/plugin-settings.php:
|
506 |
msgid " approved posts"
|
507 |
-
msgstr " genehmigte
|
508 |
|
509 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
510 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
511 |
-
msgstr "Es gab einen Fehler.
|
512 |
|
513 |
-
#: library/plugin-settings.php:
|
514 |
msgid "Please select your image(s) to upload."
|
515 |
msgstr "Bitte wählen Sie Ihre Bilder zum Hochladen aus."
|
516 |
|
517 |
-
#: library/plugin-settings.php:
|
518 |
msgid "Success! Thank you for your submission."
|
519 |
-
msgstr "Erfolg! Vielen Dank für
|
520 |
|
521 |
-
#: library/plugin-settings.php:
|
522 |
msgid "Email"
|
523 |
msgstr "Email"
|
524 |
|
525 |
-
#: library/plugin-settings.php:
|
526 |
msgid "URL"
|
527 |
msgstr "URL"
|
528 |
|
529 |
-
#: library/plugin-settings.php:
|
530 |
msgid "Toggle all panels"
|
531 |
-
msgstr "Alle
|
532 |
|
533 |
-
#: library/plugin-settings.php:
|
534 |
msgid "We need your support!"
|
535 |
msgstr "Wir brauchen Deine Unterstützung!"
|
536 |
|
537 |
-
#: library/plugin-settings.php:
|
538 |
msgid "Make a donation via PayPal"
|
539 |
msgstr "Machen Sie eine Spende über PayPal"
|
540 |
|
541 |
-
#: library/plugin-settings.php:
|
542 |
msgid "make a donation"
|
543 |
msgstr "Spenden"
|
544 |
|
545 |
-
#: library/plugin-settings.php:
|
546 |
msgid "and/or"
|
547 |
msgstr "und / oder"
|
548 |
|
549 |
-
#: library/plugin-settings.php:
|
550 |
msgid "Rate and review at the Plugin Directory"
|
551 |
-
msgstr "
|
552 |
|
553 |
-
#: library/plugin-settings.php:
|
554 |
msgid "give this plugin a 5-star rating"
|
555 |
-
msgstr "
|
556 |
|
557 |
-
#: library/plugin-settings.php:
|
558 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
559 |
-
msgstr "Ihre großzügige Unterstützung ermöglicht die
|
560 |
|
561 |
-
#: library/plugin-settings.php:
|
562 |
msgid "Check this box if you have shown support"
|
563 |
msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie Unterstützung gezeigt haben"
|
564 |
|
565 |
-
#: library/plugin-settings.php:
|
566 |
msgid "Overview"
|
567 |
msgstr "Überblick"
|
568 |
|
569 |
-
#: library/plugin-settings.php:
|
570 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
571 |
-
msgstr "ermöglicht es Ihren Besuchern, Beiträge einzureichen und Bilder vom
|
572 |
|
573 |
-
#: library/plugin-settings.php:
|
574 |
msgid "For advanced functionality and unlimited forms, check out"
|
575 |
-
msgstr "
|
576 |
|
577 |
-
#: library/plugin-settings.php:
|
578 |
msgid "USP Pro"
|
579 |
msgstr "USP Pro"
|
580 |
|
581 |
-
#: library/plugin-settings.php:
|
582 |
msgid "— the ultimate solution for user-generated content."
|
583 |
-
msgstr "& mdash;
|
584 |
|
585 |
-
#: library/plugin-settings.php:
|
586 |
msgid "Plugin Settings"
|
587 |
msgstr "Plugin-Einstellungen"
|
588 |
|
589 |
-
#: library/plugin-settings.php:
|
590 |
msgid "Display the form"
|
591 |
msgstr "Zeigen Sie das Formular an"
|
592 |
|
593 |
-
#: library/plugin-settings.php:
|
594 |
msgid "If you like this plugin, please"
|
595 |
msgstr "Wenn dir dieses Plugin gefällt, bitte"
|
596 |
|
597 |
-
#: library/plugin-settings.php:
|
598 |
msgid "THANK YOU for your support!"
|
599 |
msgstr "Danke für Ihre Unterstützung!"
|
600 |
|
601 |
-
#: library/plugin-settings.php:
|
602 |
msgid "give it a 5-star rating"
|
603 |
-
msgstr "
|
604 |
|
605 |
-
#: library/plugin-settings.php:
|
606 |
msgid "Unlimited front-end forms"
|
607 |
-
msgstr "Unbegrenzte
|
608 |
|
609 |
-
#: library/plugin-settings.php:
|
610 |
msgid "Get USP Pro"
|
611 |
msgstr "Holen Sie sich USP Pro"
|
612 |
|
613 |
-
#: library/plugin-settings.php:
|
614 |
msgid "Configure your settings for User Submitted Posts."
|
615 |
-
msgstr "Konfigurieren Sie Ihre Einstellungen für vom Benutzer
|
616 |
|
617 |
-
#: library/plugin-settings.php:
|
618 |
msgid "Form Fields"
|
619 |
msgstr "Formularfelder"
|
620 |
|
621 |
-
#: library/plugin-settings.php:
|
622 |
msgid "User Name"
|
623 |
msgstr "Nutzername"
|
624 |
|
625 |
-
#: library/plugin-settings.php:
|
626 |
msgid "User Email"
|
627 |
msgstr "Benutzer Email"
|
628 |
|
629 |
-
#: library/plugin-settings.php:
|
630 |
msgid "User URL"
|
631 |
msgstr "Benutzer-URL"
|
632 |
|
633 |
-
#: library/plugin-settings.php:
|
634 |
msgid "General Settings"
|
635 |
msgstr "Allgemeine Einstellungen"
|
636 |
|
637 |
-
#: library/plugin-settings.php:
|
638 |
msgid "Note that the default settings work fine for most cases."
|
639 |
-
msgstr "Beachten Sie, dass die Standardeinstellungen in den meisten Fällen
|
640 |
|
641 |
-
#: library/plugin-settings.php:
|
642 |
msgid "Form Style"
|
643 |
msgstr "Formularstil"
|
644 |
|
645 |
-
#: library/plugin-settings.php:
|
646 |
msgid "With this option, you can copy the plugin’s default templates:"
|
647 |
msgstr "Mit dieser Option können Sie die Standardvorlagen des Plugins kopieren:"
|
648 |
|
649 |
-
#: library/plugin-settings.php:
|
650 |
msgid "..and upload them into a directory named"
|
651 |
-
msgstr "..und laden Sie sie in ein Verzeichnis
|
652 |
|
653 |
-
#: library/plugin-settings.php:
|
654 |
msgid "in your theme:"
|
655 |
msgstr "in deinem Thema:"
|
656 |
|
657 |
-
#: library/plugin-settings.php:
|
658 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
659 |
-
msgstr "Auf diese Weise können Sie das Formular und die Stile wie gewünscht anpassen. Weitere Informationen finden Sie im Abschnitt \"Benutzerdefiniertes
|
660 |
|
661 |
-
#: library/plugin-settings.php:
|
662 |
msgid "Installation Docs"
|
663 |
msgstr "Installationsdokumente"
|
664 |
|
665 |
-
#: library/plugin-settings.php:
|
666 |
msgid "FYI: here is a"
|
667 |
-
msgstr "Zu Ihrer Information:
|
668 |
|
669 |
-
#: library/plugin-settings.php:
|
670 |
msgid "list of USP CSS selectors"
|
671 |
msgstr "Liste der USP-CSS-Selektoren"
|
672 |
|
673 |
-
#: library/plugin-settings.php:
|
674 |
msgid "Include JavaScript"
|
675 |
-
msgstr "JavaScript
|
676 |
|
677 |
-
#: library/plugin-settings.php:
|
678 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
679 |
-
msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie die externen JavaScript-Dateien
|
680 |
|
681 |
-
#: library/plugin-settings.php:
|
682 |
msgid "Targeted Loading"
|
683 |
msgstr "Gezieltes Laden"
|
684 |
|
685 |
-
#: library/plugin-settings.php:
|
686 |
-
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
|
687 |
-
msgstr "Standardmäßig wird externes CSS & amp;
|
688 |
|
689 |
-
#: library/plugin-settings.php:
|
690 |
msgid "Post Type"
|
691 |
msgstr "Post-Typ"
|
692 |
|
693 |
-
#: library/plugin-settings.php:
|
694 |
msgid "Submit posts as WP Posts or Pages"
|
695 |
msgstr "Beiträge als WP-Beiträge oder Seiten einreichen"
|
696 |
|
697 |
-
#: library/plugin-settings.php:
|
698 |
msgid "Post Status"
|
699 |
msgstr "Poststatus"
|
700 |
|
701 |
-
#: library/plugin-settings.php:
|
702 |
msgid "Post Status for submitted posts"
|
703 |
msgstr "Beitragsstatus für übermittelte Beiträge"
|
704 |
|
705 |
-
#: library/plugin-settings.php:
|
706 |
msgid "Redirect URL"
|
707 |
msgstr "URL umleiten"
|
708 |
|
709 |
-
#: library/plugin-settings.php:
|
710 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
711 |
-
msgstr "Geben Sie eine URL an, um den Benutzer nach der
|
712 |
|
713 |
-
#: library/plugin-settings.php:
|
714 |
msgid "Success Message"
|
715 |
msgstr "Erfolgsmeldung"
|
716 |
|
717 |
-
#: library/plugin-settings.php:
|
718 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
719 |
-
msgstr "Erfolgsmeldung, die angezeigt wird, wenn die Übermittlung erfolgreich war.
|
720 |
|
721 |
-
#: library/plugin-settings.php:
|
722 |
msgid "Error Message"
|
723 |
msgstr "Fehlermeldung"
|
724 |
|
725 |
-
#: library/plugin-settings.php:
|
726 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
727 |
-
msgstr "Allgemeine Fehlermeldung, die angezeigt wird, wenn die Übermittlung fehlschlägt.
|
728 |
|
729 |
-
#: library/plugin-settings.php:
|
730 |
msgid "Custom Content"
|
731 |
msgstr "Benutzerdefinierter Inhalt"
|
732 |
|
733 |
-
#: library/plugin-settings.php:
|
734 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
735 |
-
msgstr "
|
736 |
|
737 |
-
#: library/plugin-settings.php:
|
738 |
msgid "Rich Text Editor"
|
739 |
msgstr "Rich-Text-Editor"
|
740 |
|
741 |
-
#: library/plugin-settings.php:
|
742 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
743 |
-
msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie WP-
|
744 |
|
745 |
-
#: library/plugin-settings.php:
|
746 |
msgid "Unique Titles"
|
747 |
-
msgstr "
|
748 |
|
749 |
-
#: library/plugin-settings.php:
|
750 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
751 |
-
msgstr "
|
752 |
|
753 |
-
#: library/plugin-settings.php:
|
754 |
msgid "Disable Required"
|
755 |
-
msgstr "
|
756 |
|
757 |
-
#: library/plugin-settings.php:
|
758 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
759 |
-
msgstr "Deaktivieren Sie alle erforderlichen Attribute in Standardformularfeldern (
|
760 |
|
761 |
-
#: library/plugin-settings.php:
|
762 |
msgid "Enable Shortcodes"
|
763 |
-
msgstr "
|
764 |
|
765 |
-
#: library/plugin-settings.php:
|
766 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
767 |
-
msgstr "
|
768 |
|
769 |
-
#: library/plugin-settings.php:
|
770 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
771 |
-
msgstr "Diese Einstellung aktiviert
|
772 |
|
773 |
-
#: library/plugin-settings.php:
|
774 |
-
msgid "
|
775 |
-
msgstr "
|
776 |
|
777 |
-
#: library/plugin-settings.php:
|
778 |
msgid "Disable IP Tracking"
|
779 |
-
msgstr "Deaktivieren Sie
|
780 |
|
781 |
-
#: library/plugin-settings.php:
|
782 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
783 |
-
msgstr "Standardmäßig zeichnet USP die IP-Adresse
|
784 |
|
785 |
-
#: library/plugin-settings.php:
|
786 |
msgid "Display Checkbox"
|
787 |
msgstr "Kontrollkästchen anzeigen"
|
788 |
|
789 |
-
#: library/plugin-settings.php:
|
790 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
791 |
-
msgstr "
|
792 |
|
793 |
-
#: library/plugin-settings.php:
|
794 |
msgid "Checkbox Name"
|
795 |
-
msgstr "
|
796 |
|
797 |
-
#: library/plugin-settings.php:
|
798 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
799 |
msgstr "Verwenden Sie nur alphanumerische Zeichen, Unterstriche und Bindestriche. Wenn Sie sich nicht sicher sind, verwenden Sie den Standardnamen:"
|
800 |
|
801 |
-
#: library/plugin-settings.php:
|
802 |
msgid "Checkbox Error"
|
803 |
msgstr "Kontrollkästchen Fehler"
|
804 |
|
805 |
-
#: library/plugin-settings.php:
|
806 |
msgid "Error message displayed if user does not check the box."
|
807 |
-
msgstr "Fehlermeldung, wenn der Benutzer das Kontrollkästchen nicht aktiviert."
|
808 |
|
809 |
-
#: library/plugin-settings.php:
|
810 |
msgid "Checkbox Text"
|
811 |
msgstr "Kontrollkästchen Text"
|
812 |
|
813 |
-
#: library/plugin-settings.php:
|
814 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
815 |
-
msgstr "Text neben dem Kontrollkästchen. Tipp: Verwenden Sie geschweifte Klammern, um spitze Klammern auszugeben. Beispiel:"
|
816 |
|
817 |
-
#: library/plugin-settings.php:
|
818 |
msgid "Categories"
|
819 |
msgstr "Kategorien"
|
820 |
|
821 |
-
#: library/plugin-settings.php:
|
822 |
-
msgid "
|
823 |
-
msgstr "
|
824 |
|
825 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
826 |
msgid "Hidden/Default Category"
|
827 |
-
msgstr "
|
828 |
|
829 |
-
#: library/plugin-settings.php:
|
830 |
-
msgid "Use a hidden field for the post category. This
|
831 |
-
msgstr "Verwenden Sie ein
|
832 |
|
833 |
-
#: library/plugin-settings.php:
|
834 |
msgid "Category ID for Hidden Field"
|
835 |
msgstr "Kategorie-ID für ausgeblendetes Feld"
|
836 |
|
837 |
-
#: library/plugin-settings.php:
|
838 |
-
msgid "Specify
|
839 |
-
msgstr "Geben Sie die ID
|
840 |
|
841 |
-
#: library/plugin-settings.php:
|
842 |
msgid "Users"
|
843 |
msgstr "Benutzer"
|
844 |
|
845 |
-
#: library/plugin-settings.php:
|
846 |
msgid "Assigned Author"
|
847 |
msgstr "Zugewiesener Autor"
|
848 |
|
849 |
-
#: library/plugin-settings.php:
|
850 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
851 |
msgstr "Geben Sie den Benutzer an, der als Autor für übermittelte Beiträge zugewiesen werden soll."
|
852 |
|
853 |
-
#: library/plugin-settings.php:
|
854 |
msgid "Registered Username"
|
855 |
msgstr "Registrierter Benutzername"
|
856 |
|
857 |
-
#: library/plugin-settings.php:
|
858 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
859 |
-
msgstr "
|
860 |
|
861 |
-
#: library/plugin-settings.php:
|
862 |
msgid "User Profile URL"
|
863 |
-
msgstr "URL
|
864 |
|
865 |
-
#: library/plugin-settings.php:
|
866 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
867 |
-
msgstr "Verwenden Sie die Profil-URL des registrierten Benutzers als Wert
|
868 |
|
869 |
-
#: library/plugin-settings.php:
|
870 |
msgid "Require User Login"
|
871 |
msgstr "Benutzeranmeldung erforderlich"
|
872 |
|
873 |
-
#: library/plugin-settings.php:
|
874 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
875 |
-
msgstr "Benutzer müssen
|
876 |
|
877 |
-
#: library/plugin-settings.php:
|
878 |
msgid "Disable Replace Author"
|
879 |
-
msgstr "
|
880 |
|
881 |
-
#: library/plugin-settings.php:
|
882 |
msgid "Do not replace post author with submitted user name"
|
883 |
-
msgstr "Ersetzen Sie den
|
884 |
|
885 |
-
#: library/plugin-settings.php:
|
886 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
887 |
-
msgstr "Hier können Sie den Namen und die Bezeichnung
|
888 |
|
889 |
-
#: library/plugin-settings.php:
|
890 |
msgid "Custom Field Name"
|
891 |
-
msgstr "
|
892 |
|
893 |
-
#: library/plugin-settings.php:
|
894 |
msgid "Custom Field Label"
|
895 |
msgstr "Benutzerdefinierte Feldbezeichnung"
|
896 |
|
897 |
-
#: library/plugin-settings.php:
|
898 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
899 |
-
msgstr "Dies wird als Feldbezeichnung im Formular angezeigt.
|
900 |
|
901 |
-
#: library/plugin-settings.php:
|
902 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
903 |
msgstr "Um Spam zu vermeiden, geben Sie eine Frage ein, die Benutzer beantworten müssen, bevor Sie das Formular absenden."
|
904 |
|
905 |
-
#: library/plugin-settings.php:
|
906 |
msgid "Challenge Response"
|
907 |
-
msgstr "Challenge
|
908 |
|
909 |
-
#: library/plugin-settings.php:
|
910 |
msgid "Enter the *only* correct answer to the challenge question."
|
911 |
-
msgstr "Geben Sie die * nur * richtige Antwort auf die
|
912 |
|
913 |
-
#: library/plugin-settings.php:
|
914 |
msgid "Case-sensitivity"
|
915 |
msgstr "Groß- und Kleinschreibung"
|
916 |
|
917 |
-
#: library/plugin-settings.php:
|
918 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
919 |
-
msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn
|
920 |
|
921 |
-
#: library/plugin-settings.php:
|
922 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
923 |
-
msgstr "Geben Sie
|
924 |
|
925 |
-
#: library/plugin-settings.php:
|
926 |
msgid "Public Key"
|
927 |
msgstr "Öffentlicher Schlüssel"
|
928 |
|
929 |
-
#: library/plugin-settings.php:
|
930 |
msgid "Enter your Public Key"
|
931 |
msgstr "Geben Sie Ihren öffentlichen Schlüssel ein"
|
932 |
|
933 |
-
#: library/plugin-settings.php:
|
934 |
msgid "Private Key"
|
935 |
msgstr "Privat Schlüssel"
|
936 |
|
937 |
-
#: library/plugin-settings.php:
|
938 |
msgid "Enter your Private Key"
|
939 |
msgstr "Geben Sie Ihren privaten Schlüssel ein"
|
940 |
|
941 |
-
#: library/plugin-settings.php:
|
942 |
msgid "Email Alerts"
|
943 |
msgstr "E-Mail-Benachrichtigungen"
|
944 |
|
945 |
-
#: library/plugin-settings.php:
|
946 |
msgid "Receive Email Alert"
|
947 |
msgstr "E-Mail-Benachrichtigung erhalten"
|
948 |
|
949 |
-
#: library/plugin-settings.php:
|
950 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
951 |
-
msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie per E-Mail
|
952 |
|
953 |
-
#: library/plugin-settings.php:
|
954 |
msgid "Enable HTML Format"
|
955 |
-
msgstr "
|
956 |
|
957 |
-
#: library/plugin-settings.php:
|
958 |
msgid "Check this box to enable HTML format for email alerts."
|
959 |
msgstr "Aktivieren Sie dieses Kontrollkästchen, um das HTML-Format für E-Mail-Benachrichtigungen zu aktivieren."
|
960 |
|
961 |
-
#: library/plugin-settings.php:
|
962 |
msgid "Email Address for Alerts"
|
963 |
msgstr "E-Mail-Adresse für Benachrichtigungen"
|
964 |
|
965 |
-
#: library/plugin-settings.php:
|
966 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
967 |
msgstr "Wenn Sie das Kontrollkästchen aktiviert haben, um E-Mail-Benachrichtigungen zu erhalten, geben Sie hier die Adresse (n) an, an die die E-Mails gesendet werden sollen."
|
968 |
|
969 |
-
#: library/plugin-settings.php:
|
970 |
msgid "Multiple recipients may be included using a comma, like so:"
|
971 |
-
msgstr "Mehrere Empfänger können
|
972 |
|
973 |
-
#: library/plugin-settings.php:
|
974 |
msgid "Email “From” Address"
|
975 |
msgstr "E-Mail & ldquo; Von & rdquo; Adresse"
|
976 |
|
977 |
-
#: library/plugin-settings.php:
|
978 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
979 |
-
msgstr "Hier können Sie die Adresse (n) anpassen, die für
|
980 |
|
981 |
-
#: library/plugin-settings.php:
|
982 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
983 |
-
msgstr "Wenn in der vorherigen Einstellung mehrere Adressen angegeben
|
984 |
|
985 |
-
#: library/plugin-settings.php:
|
986 |
msgid "Email Alert Subject"
|
987 |
msgstr "Betreff der E-Mail-Benachrichtigung"
|
988 |
|
989 |
-
#: library/plugin-settings.php:
|
990 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
991 |
-
msgstr "Betreffzeile für E-Mail-Benachrichtigungen. Lassen Sie
|
992 |
|
993 |
-
#: library/plugin-settings.php:
|
994 |
msgid "Email Alert Message"
|
995 |
msgstr "E-Mail-Warnmeldung"
|
996 |
|
997 |
-
#: library/plugin-settings.php:
|
998 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
999 |
-
msgstr "Nachricht für E-Mail-Benachrichtigungen. Lassen Sie
|
1000 |
|
1001 |
-
#: library/plugin-settings.php:
|
1002 |
msgid "Featured Image"
|
1003 |
msgstr "Ausgewähltes Bild"
|
1004 |
|
1005 |
-
#: library/plugin-settings.php:
|
1006 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
1007 |
-
msgstr "
|
1008 |
|
1009 |
-
#: library/plugin-settings.php:
|
1010 |
msgid "Upload Message"
|
1011 |
msgstr "Nachricht hochladen"
|
1012 |
|
1013 |
-
#: library/plugin-settings.php:
|
1014 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
1015 |
-
msgstr "Nachricht, die neben dem Upload-Feld angezeigt wird. Nützlich für die Angabe Ihrer Upload-Richtlinien / Richtlinien / etc.
|
1016 |
|
1017 |
-
#: library/plugin-settings.php:
|
1018 |
msgid "“Add another image” link"
|
1019 |
msgstr "& ldquo; Ein weiteres Bild hinzufügen & rdquo; Verknüpfung"
|
1020 |
|
1021 |
-
#: library/plugin-settings.php:
|
1022 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
1023 |
-
msgstr "Benutzerdefiniertes Markup für
|
1024 |
|
1025 |
-
#: library/plugin-settings.php:
|
1026 |
msgid "Minimum number of images"
|
1027 |
msgstr "Mindestanzahl von Bildern"
|
1028 |
|
1029 |
-
#: library/plugin-settings.php:
|
1030 |
msgid "Specify the minimum number of images."
|
1031 |
-
msgstr "Geben Sie die Mindestanzahl
|
1032 |
|
1033 |
-
#: library/plugin-settings.php:
|
1034 |
msgid "Maximum number of images"
|
1035 |
msgstr "Maximale Anzahl von Bildern"
|
1036 |
|
1037 |
-
#: library/plugin-settings.php:
|
1038 |
msgid "Specify the maximum number of images."
|
1039 |
msgstr "Geben Sie die maximale Anzahl von Bildern an."
|
1040 |
|
1041 |
-
#: library/plugin-settings.php:
|
1042 |
msgid "Minimum image width"
|
1043 |
msgstr "Minimale Bildbreite"
|
1044 |
|
1045 |
-
#: library/plugin-settings.php:
|
1046 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1047 |
msgstr "Geben Sie eine Mindestbreite (in Pixel) für hochgeladene Bilder an."
|
1048 |
|
1049 |
-
#: library/plugin-settings.php:
|
1050 |
msgid "Minimum image height"
|
1051 |
msgstr "Minimale Bildhöhe"
|
1052 |
|
1053 |
-
#: library/plugin-settings.php:
|
1054 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1055 |
msgstr "Geben Sie eine Mindesthöhe (in Pixel) für hochgeladene Bilder an."
|
1056 |
|
1057 |
-
#: library/plugin-settings.php:
|
1058 |
msgid "Maximum image width"
|
1059 |
msgstr "Maximale Bildbreite"
|
1060 |
|
1061 |
-
#: library/plugin-settings.php:
|
1062 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1063 |
msgstr "Geben Sie eine maximale Breite (in Pixel) für hochgeladene Bilder an."
|
1064 |
|
1065 |
-
#: library/plugin-settings.php:
|
1066 |
msgid "Maximum image height"
|
1067 |
msgstr "Maximale Bildhöhe"
|
1068 |
|
1069 |
-
#: library/plugin-settings.php:
|
1070 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1071 |
msgstr "Geben Sie eine maximale Höhe (in Pixel) für hochgeladene Bilder an."
|
1072 |
|
1073 |
-
#: library/plugin-settings.php:
|
1074 |
msgid "More Options"
|
1075 |
msgstr "Mehr Optionen"
|
1076 |
|
1077 |
-
#: library/plugin-settings.php:
|
1078 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1079 |
-
msgstr "Weitere Optionen, z. B.
|
1080 |
|
1081 |
-
#: library/plugin-settings.php:
|
1082 |
msgid "Go Pro!"
|
1083 |
msgstr "Gehen Sie Pro!"
|
1084 |
|
1085 |
-
#: library/plugin-settings.php:
|
1086 |
msgid "Auto-Display Content"
|
1087 |
msgstr "Inhalt automatisch anzeigen"
|
1088 |
|
1089 |
-
#: library/plugin-settings.php:
|
1090 |
msgid "Auto-Display Images"
|
1091 |
msgstr "Bilder automatisch anzeigen"
|
1092 |
|
1093 |
-
#: library/plugin-settings.php:
|
1094 |
msgid "Auto-display user-submitted images:"
|
1095 |
-
msgstr "
|
1096 |
|
1097 |
-
#: library/plugin-settings.php:
|
1098 |
msgid "Image Markup"
|
1099 |
-
msgstr "
|
1100 |
|
1101 |
-
#: library/plugin-settings.php:
|
1102 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1103 |
-
msgstr "Markup für jedes
|
1104 |
|
1105 |
-
#: library/plugin-settings.php:
|
1106 |
-
#: library/plugin-settings.php:
|
1107 |
msgid "and"
|
1108 |
msgstr "und"
|
1109 |
|
1110 |
-
#: library/plugin-settings.php:
|
1111 |
msgid "Auto-Display Email"
|
1112 |
msgstr "E-Mail automatisch anzeigen"
|
1113 |
|
1114 |
-
#: library/plugin-settings.php:
|
1115 |
msgid "Auto-display user-submitted email:"
|
1116 |
-
msgstr "
|
1117 |
|
1118 |
-
#: library/plugin-settings.php:
|
1119 |
msgid "Email Markup"
|
1120 |
-
msgstr "E-Mail-
|
1121 |
|
1122 |
-
#: library/plugin-settings.php:
|
1123 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1124 |
-
msgstr "Markup für die
|
1125 |
|
1126 |
-
#: library/plugin-settings.php:
|
1127 |
msgid "Auto-Display URL"
|
1128 |
-
msgstr "URL
|
1129 |
|
1130 |
-
#: library/plugin-settings.php:
|
1131 |
msgid "Auto-display user-submitted URL:"
|
1132 |
-
msgstr "Vom Benutzer
|
1133 |
|
1134 |
-
#: library/plugin-settings.php:
|
1135 |
msgid "URL Markup"
|
1136 |
msgstr "URL-Markup"
|
1137 |
|
1138 |
-
#: library/plugin-settings.php:
|
1139 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1140 |
-
msgstr "Markup für die
|
1141 |
|
1142 |
-
#: library/plugin-settings.php:
|
1143 |
msgid "Auto-Display Custom Field"
|
1144 |
msgstr "Benutzerdefiniertes Feld automatisch anzeigen"
|
1145 |
|
1146 |
-
#: library/plugin-settings.php:
|
1147 |
msgid "Auto-display user-submitted Custom Field:"
|
1148 |
msgstr "Vom Benutzer übermitteltes benutzerdefiniertes Feld automatisch anzeigen:"
|
1149 |
|
1150 |
-
#: library/plugin-settings.php:
|
1151 |
msgid "Custom Field Markup"
|
1152 |
-
msgstr "
|
1153 |
|
1154 |
-
#: library/plugin-settings.php:
|
1155 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1156 |
-
msgstr "Markup für das
|
1157 |
|
1158 |
-
#: library/plugin-settings.php:
|
1159 |
msgid "Save Settings"
|
1160 |
msgstr "Einstellungen speichern"
|
1161 |
|
1162 |
-
#: library/plugin-settings.php:
|
1163 |
msgid "Display the Form"
|
1164 |
msgstr "Zeigen Sie das Formular an"
|
1165 |
|
1166 |
-
#: library/plugin-settings.php:
|
1167 |
msgid "Post-Submit Form"
|
1168 |
-
msgstr "Formular
|
1169 |
|
1170 |
-
#: library/plugin-settings.php:
|
1171 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1172 |
-
msgstr "Mit USP können Sie ein Post-Submission-Formular an
|
1173 |
|
1174 |
-
#: library/plugin-settings.php:
|
1175 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1176 |
-
msgstr "Verwenden Sie den
|
1177 |
|
1178 |
-
#: library/plugin-settings.php:
|
1179 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1180 |
msgstr "Oder verwenden Sie das Vorlagen-Tag, um das Formular an einer beliebigen Stelle in Ihrer Designvorlage anzuzeigen:"
|
1181 |
|
1182 |
-
#: library/plugin-settings.php:
|
1183 |
msgid "Login/Register Form"
|
1184 |
-
msgstr "Login /
|
1185 |
|
1186 |
-
#: library/plugin-settings.php:
|
1187 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1188 |
-
msgstr "Sie können auch ein Formular anzeigen, mit dem sich
|
1189 |
|
1190 |
-
#: library/plugin-settings.php:
|
1191 |
msgid "Display Submitted Posts"
|
1192 |
-
msgstr "
|
1193 |
|
1194 |
-
#: library/plugin-settings.php:
|
1195 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1196 |
-
msgstr "Verwenden Sie diesen
|
1197 |
|
1198 |
-
#: library/plugin-settings.php:
|
1199 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1200 |
-
msgstr "Oder verwenden Sie das Vorlagen-Tag, um eine Liste der
|
1201 |
|
1202 |
-
#: library/plugin-settings.php:
|
1203 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1204 |
-
msgstr "Hier einige Beispiele, wie
|
1205 |
|
1206 |
-
#: library/plugin-settings.php:
|
1207 |
msgid "Display Image Gallery"
|
1208 |
msgstr "Bildergalerie anzeigen"
|
1209 |
|
1210 |
-
#: library/plugin-settings.php:
|
1211 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1212 |
-
msgstr "Verwenden Sie diesen
|
1213 |
|
1214 |
-
#: library/plugin-settings.php:
|
1215 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1216 |
-
msgstr "Oder verwenden Sie das Vorlagen-Tag, um eine Bildergalerie in Ihrer
|
1217 |
|
1218 |
-
#: library/plugin-settings.php:
|
1219 |
msgid "You can customize using any of the follwing attributes:"
|
1220 |
-
msgstr "Sie können
|
1221 |
|
1222 |
-
#: library/plugin-settings.php:
|
1223 |
msgid "Reset Form Button"
|
1224 |
-
msgstr "Formular
|
1225 |
|
1226 |
-
#: library/plugin-settings.php:
|
1227 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1228 |
-
msgstr "Dieser
|
1229 |
|
1230 |
-
#: library/plugin-settings.php:
|
1231 |
msgid "This shortcode accepts the following attributes:"
|
1232 |
msgstr "Dieser Shortcode akzeptiert die folgenden Attribute:"
|
1233 |
|
1234 |
-
#: library/plugin-settings.php:
|
1235 |
msgid "Note that the url attribute accepts"
|
1236 |
msgstr "Beachten Sie, dass das URL-Attribut akzeptiert"
|
1237 |
|
1238 |
-
#: library/plugin-settings.php:
|
1239 |
msgid "to get the current URL."
|
1240 |
msgstr "um die aktuelle URL zu erhalten."
|
1241 |
|
1242 |
-
#: library/plugin-settings.php:
|
1243 |
msgid "Access Control"
|
1244 |
msgstr "Zugangskontrolle"
|
1245 |
|
1246 |
-
#: library/plugin-settings.php:
|
1247 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1248 |
-
msgstr "USP bietet drei
|
1249 |
|
1250 |
-
#: library/plugin-settings.php:
|
1251 |
msgid "Display content only to users with a specific capability:"
|
1252 |
msgstr "Inhalte nur für Benutzer mit einer bestimmten Funktion anzeigen:"
|
1253 |
|
1254 |
-
#: library/plugin-settings.php:
|
1255 |
msgid "Display content to logged-in users:"
|
1256 |
-
msgstr "
|
1257 |
|
1258 |
-
#: library/plugin-settings.php:
|
1259 |
msgid "Display content to visitors only:"
|
1260 |
msgstr "Inhalte nur für Besucher anzeigen:"
|
1261 |
|
1262 |
-
#: library/plugin-settings.php:
|
1263 |
msgid "Tip:"
|
1264 |
msgstr "Spitze:"
|
1265 |
|
1266 |
-
#: library/plugin-settings.php:
|
1267 |
msgid "to include markup in the deny message, you can use"
|
1268 |
msgstr "Um Markup in die Ablehnungsnachricht aufzunehmen, können Sie verwenden"
|
1269 |
|
1270 |
-
#: library/plugin-settings.php:
|
1271 |
msgid "to output"
|
1272 |
-
msgstr "
|
1273 |
|
1274 |
-
#: library/plugin-settings.php:
|
1275 |
msgid "Example"
|
1276 |
msgstr "Beispiel"
|
1277 |
|
1278 |
-
#: library/plugin-settings.php:
|
1279 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1280 |
msgstr "Wenn der Benutzer angemeldet ist, zeigen Sie das Post-Submit-Formular an. oder wenn der Benutzer nicht angemeldet ist, zeigen Sie das Anmeldeformular an:"
|
1281 |
|
1282 |
-
#: library/plugin-settings.php:
|
1283 |
msgid "Restore Defaults"
|
1284 |
msgstr "Standardeinstellungen wiederherstellen"
|
1285 |
|
1286 |
-
#: library/plugin-settings.php:
|
1287 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1288 |
-
msgstr "Lassen Sie diese Option deaktiviert, um Ihre Einstellungen zu
|
1289 |
|
1290 |
-
#: library/plugin-settings.php:
|
1291 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1292 |
-
msgstr "
|
1293 |
|
1294 |
-
#: library/plugin-settings.php:
|
1295 |
msgid "Show Support"
|
1296 |
msgstr "Support anzeigen"
|
1297 |
|
1298 |
-
#: library/plugin-settings.php:
|
1299 |
msgid "by"
|
1300 |
msgstr "durch"
|
1301 |
|
1302 |
-
#: library/plugin-settings.php:
|
1303 |
msgid "Jeff Starr on Twitter"
|
1304 |
msgstr "Jeff Starr auf Twitter"
|
1305 |
|
1306 |
-
#: library/plugin-settings.php:
|
1307 |
msgid "Obsessive Web Design & Development"
|
1308 |
-
msgstr "
|
1309 |
|
1310 |
-
#: library/plugin-settings.php:
|
1311 |
msgid "Save Preference"
|
1312 |
msgstr "Voreinstellung speichern"
|
1313 |
|
1314 |
-
#: library/plugin-settings.php:
|
1315 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1316 |
msgstr "Möchten Sie wirklich alle Standardoptionen wiederherstellen? (Diese Aktion kann nicht rückgängig gemacht werden)"
|
1317 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1318 |
#. Description of the plugin
|
1319 |
#:
|
1320 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
+
"Project-Id-Version: USP 20190825\n"
|
8 |
"Language: de\n"
|
9 |
|
10 |
#. Name of the plugin
|
11 |
#: user-submitted-posts.php:44 library/support-panel.php:5
|
12 |
msgid "User Submitted Posts"
|
13 |
+
msgstr "Vom Benutzer eingereichte Beiträge"
|
14 |
|
15 |
+
#: user-submitted-posts.php:82
|
16 |
msgid "requires WordPress "
|
17 |
+
msgstr "benötigt WordPress "
|
18 |
|
19 |
+
#: user-submitted-posts.php:83
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
+
msgstr " oder höher und wurde deaktiviert! "
|
22 |
|
23 |
+
#: user-submitted-posts.php:84
|
24 |
msgid "Please return to the"
|
25 |
+
msgstr "Bitte kehre zum zurück"
|
26 |
|
27 |
+
#: user-submitted-posts.php:85
|
28 |
msgid "WordPress Admin Area"
|
29 |
+
msgstr "WordPress Admin-Bereich"
|
30 |
|
31 |
+
#: user-submitted-posts.php:86
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
+
msgstr "um WordPress zu aktualisieren und erneut zu versuchen."
|
34 |
|
35 |
+
#: user-submitted-posts.php:126
|
36 |
msgid "User Submitted Post"
|
37 |
+
msgstr "Vom Benutzer eingereichter Beitrag"
|
38 |
|
39 |
+
#: user-submitted-posts.php:467
|
40 |
msgid "User Submitted Post Info"
|
41 |
+
msgstr "Vom Benutzer übermittelte Post-Info"
|
42 |
|
43 |
+
#: user-submitted-posts.php:497
|
44 |
msgid "Submitter Name: "
|
45 |
+
msgstr "Name des Einreichers: "
|
46 |
|
47 |
+
#: user-submitted-posts.php:498
|
48 |
msgid "Submitter Email: "
|
49 |
+
msgstr "Absender Email: "
|
50 |
|
51 |
+
#: user-submitted-posts.php:499
|
52 |
msgid "Submitter URL: "
|
53 |
+
msgstr "Absender-URL: "
|
54 |
|
55 |
+
#: user-submitted-posts.php:500
|
56 |
msgid "Submitter IP: "
|
57 |
+
msgstr "Absender-IP: "
|
58 |
|
59 |
+
#: user-submitted-posts.php:555
|
60 |
msgid "Show USP Posts"
|
61 |
+
msgstr "Zeige USP Beiträge"
|
62 |
|
63 |
+
#: user-submitted-posts.php:556 library/plugin-settings.php:1095
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
+
#: user-submitted-posts.php:1393
|
68 |
msgid " files required"
|
69 |
msgstr " Dateien erforderlich"
|
70 |
|
71 |
+
#: user-submitted-posts.php:1394
|
72 |
msgid " file required"
|
73 |
msgstr " Datei erforderlich"
|
74 |
|
75 |
+
#: user-submitted-posts.php:1396
|
76 |
msgid " files"
|
77 |
msgstr " Dateien"
|
78 |
|
79 |
+
#: user-submitted-posts.php:1397
|
80 |
msgid " file"
|
81 |
msgstr " Datei"
|
82 |
|
83 |
+
#: user-submitted-posts.php:1399 user-submitted-posts.php:1400
|
84 |
+
#: user-submitted-posts.php:1401 user-submitted-posts.php:1402
|
85 |
msgid " pixels"
|
86 |
msgstr " Pixel"
|
87 |
|
88 |
+
#: user-submitted-posts.php:1404 library/core-functions.php:219
|
89 |
+
#: library/plugin-settings.php:297 library/plugin-settings.php:316
|
90 |
+
#: library/plugin-settings.php:794 library/plugin-settings.php:1344
|
91 |
msgid "Custom Field"
|
92 |
msgstr "Benutzerdefinierte Feld"
|
93 |
|
94 |
+
#: user-submitted-posts.php:1406
|
95 |
msgid "Custom checkbox required"
|
96 |
msgstr "Benutzerdefiniertes Kontrollkästchen erforderlich"
|
97 |
|
98 |
+
#: user-submitted-posts.php:1409
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
msgstr "Ein Fehler ist aufgetreten. Bitte gehen Sie zurück und versuchen Sie es erneut."
|
101 |
|
102 |
+
#: user-submitted-posts.php:1419
|
103 |
msgid "User login required"
|
104 |
msgstr "Benutzeranmeldung erforderlich"
|
105 |
|
106 |
+
#: user-submitted-posts.php:1420
|
107 |
msgid "User name required"
|
108 |
msgstr "Benutzername erforderlich"
|
109 |
|
110 |
+
#: user-submitted-posts.php:1421
|
111 |
msgid "Post title required"
|
112 |
msgstr "Beitragstitel erforderlich"
|
113 |
|
114 |
+
#: user-submitted-posts.php:1422
|
115 |
msgid "User URL required"
|
116 |
msgstr "Benutzer-URL erforderlich"
|
117 |
|
118 |
+
#: user-submitted-posts.php:1423
|
119 |
msgid "Post tags required"
|
120 |
msgstr "Post-Tags erforderlich"
|
121 |
|
122 |
+
#: user-submitted-posts.php:1424
|
123 |
msgid "Post category required"
|
124 |
msgstr "Beitragskategorie erforderlich"
|
125 |
|
126 |
+
#: user-submitted-posts.php:1425
|
127 |
msgid "Post content required"
|
128 |
+
msgstr "Post-Inhalt erforderlich"
|
129 |
|
130 |
+
#: user-submitted-posts.php:1426 user-submitted-posts.php:1427
|
131 |
msgid "Correct captcha required"
|
132 |
+
msgstr "Richtiges Captcha erforderlich"
|
133 |
|
134 |
+
#: user-submitted-posts.php:1428
|
135 |
msgid "User email required"
|
136 |
+
msgstr "Benutzer E-Mail erforderlich"
|
137 |
|
138 |
+
#: user-submitted-posts.php:1429
|
139 |
msgid "Please check your email and try again"
|
140 |
+
msgstr "Bitte überprüfen Sie Ihre E-Mails und versuchen Sie es erneut"
|
141 |
|
142 |
+
#: user-submitted-posts.php:1430
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
msgstr "Nicht leerer Wert für ausgeblendetes Feld"
|
145 |
|
146 |
+
#: user-submitted-posts.php:1431
|
147 |
msgid "Minimum number of images not met"
|
148 |
+
msgstr "Mindestanzahl der nicht erfüllten Bilder"
|
149 |
|
150 |
+
#: user-submitted-posts.php:1432
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
+
msgstr "Maximale Anzahl von Bildern überschritten "
|
153 |
|
154 |
+
#: user-submitted-posts.php:1433
|
155 |
msgid "Minimum image width not met"
|
156 |
+
msgstr "Minimale Bildbreite nicht erreicht"
|
157 |
|
158 |
+
#: user-submitted-posts.php:1434
|
159 |
msgid "Image width exceeds maximum"
|
160 |
msgstr "Die Bildbreite überschreitet das Maximum"
|
161 |
|
162 |
+
#: user-submitted-posts.php:1435
|
163 |
msgid "Minimum image height not met"
|
164 |
+
msgstr "Minimale Bildhöhe nicht erreicht"
|
165 |
|
166 |
+
#: user-submitted-posts.php:1436
|
167 |
msgid "Image height exceeds maximum"
|
168 |
msgstr "Die Bildhöhe überschreitet das Maximum"
|
169 |
|
170 |
+
#: user-submitted-posts.php:1437
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
+
msgstr "Dateityp nicht erlaubt (bitte nur Bilder hochladen)"
|
173 |
|
174 |
+
#: user-submitted-posts.php:1438
|
175 |
msgid " required"
|
176 |
msgstr " erforderlich"
|
177 |
|
178 |
+
#: user-submitted-posts.php:1443
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
+
msgstr "Datei nicht hochgeladen. Bitte überprüfen Sie die Datei und versuchen Sie es erneut."
|
181 |
|
182 |
+
#: user-submitted-posts.php:1447
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
msgstr "Die Datei (en) konnten nicht hochgeladen werden"
|
185 |
|
186 |
+
#: user-submitted-posts.php:1449
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
+
msgstr "Beitrag nicht erstellt. Wenden Sie sich an den Site-Administrator, um Hilfe zu erhalten."
|
189 |
|
190 |
+
#: user-submitted-posts.php:1450
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
+
msgstr "Doppelter Beitragstitel. Bitte versuche es erneut."
|
193 |
|
194 |
+
#: user-submitted-posts.php:1460
|
195 |
msgid "Error: "
|
196 |
+
msgstr "Error: "
|
197 |
|
198 |
+
#: user-submitted-posts.php:1486
|
199 |
msgid "Return to form"
|
200 |
+
msgstr "Zurück zum Formular"
|
201 |
|
202 |
+
#: user-submitted-posts.php:1516 library/plugin-settings.php:1071
|
203 |
msgid "Please"
|
204 |
msgstr "Bitte"
|
205 |
|
206 |
+
#: user-submitted-posts.php:1517
|
207 |
msgid "log in"
|
208 |
msgstr "Einloggen"
|
209 |
|
210 |
+
#: user-submitted-posts.php:1518
|
211 |
msgid "to submit content!"
|
212 |
+
msgstr "Inhalte einreichen!"
|
213 |
|
214 |
+
#: views/submission-form.php:21 views/submission-form-alt.php:40
|
215 |
msgid "Please complete the required fields."
|
216 |
msgstr "Bitte füllen Sie die erforderlichen Felder aus."
|
217 |
|
218 |
+
#: views/submission-form.php:31 views/submission-form.php:32
|
219 |
+
#: views/submission-form-alt.php:46 views/submission-form-alt.php:47
|
220 |
msgid "Your Name"
|
221 |
msgstr "Dein Name"
|
222 |
|
223 |
+
#: views/submission-form.php:37 views/submission-form.php:38
|
224 |
+
#: views/submission-form-alt.php:52 views/submission-form-alt.php:53
|
225 |
msgid "Your URL"
|
226 |
msgstr "Ihre URL"
|
227 |
|
228 |
+
#: views/submission-form.php:43 views/submission-form.php:44
|
229 |
+
#: views/submission-form-alt.php:58 views/submission-form-alt.php:59
|
230 |
msgid "Your Email"
|
231 |
msgstr "Deine E-Mail"
|
232 |
|
233 |
+
#: views/submission-form.php:49 views/submission-form.php:50
|
234 |
+
#: views/submission-form-alt.php:64 views/submission-form-alt.php:65
|
235 |
+
#: library/plugin-settings.php:1132
|
236 |
msgid "Post Title"
|
237 |
+
msgstr "Post-Titel"
|
238 |
|
239 |
+
#: views/submission-form.php:55 views/submission-form.php:56
|
240 |
+
#: views/submission-form-alt.php:70 views/submission-form-alt.php:71
|
241 |
+
#: library/plugin-settings.php:1133
|
242 |
msgid "Post Tags"
|
243 |
+
msgstr "Tags posten"
|
244 |
|
245 |
+
#: views/submission-form.php:68 views/submission-form-alt.php:83
|
246 |
msgid "Antispam Question"
|
247 |
msgstr "Antispam-Frage"
|
248 |
|
249 |
+
#: views/submission-form.php:73 views/submission-form-alt.php:88
|
250 |
+
#: library/plugin-settings.php:1134
|
251 |
msgid "Post Category"
|
252 |
+
msgstr "Beitragskategorie"
|
253 |
|
254 |
+
#: views/submission-form.php:74 views/submission-form.php:75
|
255 |
+
#: views/submission-form-alt.php:89 views/submission-form-alt.php:90
|
256 |
msgid "Please select a category.."
|
257 |
msgstr "Bitte wählen sie eine Kategorie.."
|
258 |
|
259 |
+
#: views/submission-form.php:106 views/submission-form.php:107
|
260 |
+
#: views/submission-form-alt.php:121 views/submission-form-alt.php:122
|
261 |
+
#: library/plugin-settings.php:1135
|
262 |
msgid "Post Content"
|
263 |
msgstr "Inhalt posten"
|
264 |
|
265 |
+
#: views/submission-form.php:113 views/submission-form-alt.php:128
|
266 |
msgid "Verification"
|
267 |
msgstr "Nachprüfung"
|
268 |
|
269 |
+
#: views/submission-form.php:120 views/submission-form-alt.php:135
|
270 |
msgid "Upload an Image"
|
271 |
msgstr "Lade ein Bild hoch"
|
272 |
|
273 |
+
#: views/submission-form.php:129 views/submission-form-alt.php:144
|
274 |
msgid "Add another image"
|
275 |
+
msgstr "Fügen Sie ein weiteres Bild hinzu"
|
276 |
|
277 |
+
#: views/submission-form.php:151 views/submission-form-alt.php:166
|
278 |
msgid "Human verification: leave this field empty."
|
279 |
+
msgstr "Überprüfung durch den Menschen: Lassen Sie dieses Feld leer."
|
280 |
|
281 |
+
#: views/submission-form.php:175 views/submission-form-alt.php:190
|
282 |
msgid "Submit Post"
|
283 |
+
msgstr "Beitrag abschicken"
|
284 |
+
|
285 |
+
#: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
|
286 |
+
msgid "Incorrect response."
|
287 |
+
msgstr "Falsche Antwort."
|
288 |
|
289 |
#: library/shortcode-misc.php:18
|
290 |
msgid "Reset form"
|
292 |
|
293 |
#: library/shortcode-misc.php:128
|
294 |
msgid "View full post"
|
295 |
+
msgstr "Ganzen Beitrag ansehen"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
296 |
|
297 |
+
#: library/plugin-settings.php:31
|
298 |
+
msgid "Settings"
|
299 |
+
msgstr "die Einstellungen"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
|
301 |
+
#: library/plugin-settings.php:40
|
302 |
msgid "Get USP Pro for unlimited forms!"
|
303 |
+
msgstr "Holen Sie sich USP Pro für unbegrenzte Formulare!"
|
304 |
|
305 |
+
#: library/plugin-settings.php:41
|
306 |
msgid "Go Pro"
|
307 |
+
msgstr "Gehen Sie Pro"
|
|
|
|
|
|
|
|
|
308 |
|
309 |
+
#: library/plugin-settings.php:62 library/plugin-settings.php:1103
|
310 |
+
#: library/plugin-settings.php:1696
|
311 |
msgid "Plugin Homepage"
|
312 |
msgstr "Plugin-Homepage"
|
313 |
|
314 |
+
#: library/plugin-settings.php:63
|
315 |
msgid "Homepage"
|
316 |
msgstr "Startseite"
|
317 |
|
318 |
+
#: library/plugin-settings.php:68
|
319 |
msgid "Give USP a 5-star rating at WordPress.org"
|
320 |
msgstr "Geben Sie USP eine 5-Sterne-Bewertung bei WordPress.org"
|
321 |
|
322 |
+
#: library/plugin-settings.php:69
|
323 |
msgid "Rate this plugin »"
|
324 |
+
msgstr "Bewerte dieses Plugin & raquo;"
|
325 |
|
326 |
+
#: library/plugin-settings.php:127
|
327 |
msgid "WP Post (recommended)"
|
328 |
msgstr "WP Post (empfohlen)"
|
329 |
|
330 |
+
#: library/plugin-settings.php:131
|
331 |
msgid "WP Page"
|
332 |
+
msgstr "WP Seite"
|
333 |
|
334 |
+
#: library/plugin-settings.php:147
|
335 |
msgid "HTML5 Form + Default CSS"
|
336 |
msgstr "HTML5-Formular + Standard-CSS"
|
337 |
|
338 |
+
#: library/plugin-settings.php:147
|
339 |
msgid "(Recommended)"
|
340 |
msgstr "(Empfohlen)"
|
341 |
|
342 |
+
#: library/plugin-settings.php:151
|
343 |
msgid "HTML5 Form + Disable CSS"
|
344 |
msgstr "HTML5-Formular + CSS deaktivieren"
|
345 |
|
346 |
+
#: library/plugin-settings.php:151
|
347 |
msgid "(Provide your own styles)"
|
348 |
msgstr "(Geben Sie Ihre eigenen Stile an)"
|
349 |
|
350 |
+
#: library/plugin-settings.php:155
|
351 |
msgid "Custom Form + Custom CSS"
|
352 |
msgstr "Benutzerdefiniertes Formular + Benutzerdefiniertes CSS"
|
353 |
|
354 |
+
#: library/plugin-settings.php:155
|
355 |
msgid "(Provide your own form template & styles)"
|
356 |
+
msgstr "(Geben Sie Ihre eigenen Formularvorlagen und -stile an.)"
|
357 |
|
358 |
+
#: library/plugin-settings.php:171 library/plugin-settings.php:195
|
359 |
+
#: library/plugin-settings.php:218 library/plugin-settings.php:242
|
360 |
msgid "Auto-display before post content"
|
361 |
+
msgstr "Automatische Anzeige vor dem Inhalt des Beitrags"
|
362 |
|
363 |
+
#: library/plugin-settings.php:175 library/plugin-settings.php:199
|
364 |
+
#: library/plugin-settings.php:222 library/plugin-settings.php:246
|
365 |
msgid "Auto-display after post content"
|
366 |
+
msgstr "Automatische Anzeige nach dem Inhalt des Beitrags"
|
367 |
|
368 |
+
#: library/plugin-settings.php:179
|
369 |
msgid "Do not auto-display submitted images"
|
370 |
+
msgstr "Übermittelte Bilder nicht automatisch anzeigen"
|
371 |
|
372 |
+
#: library/plugin-settings.php:203
|
373 |
msgid "Do not auto-display submitted email"
|
374 |
+
msgstr "Übermittelte E-Mails nicht automatisch anzeigen"
|
375 |
|
376 |
+
#: library/plugin-settings.php:226
|
377 |
msgid "Do not auto-display submitted URL"
|
378 |
+
msgstr "Übermittelte URL nicht automatisch anzeigen"
|
379 |
|
380 |
+
#: library/plugin-settings.php:250
|
381 |
msgid "Do not auto-display the Custom Field"
|
382 |
+
msgstr "Das benutzerdefinierte Feld nicht automatisch anzeigen"
|
383 |
|
384 |
+
#: library/plugin-settings.php:278 library/plugin-settings.php:310
|
385 |
+
#: library/plugin-settings.php:343 library/plugin-settings.php:375
|
386 |
+
msgid "Enable and require"
|
387 |
+
msgstr "Aktivieren und erfordern"
|
388 |
|
389 |
+
#: library/plugin-settings.php:279 library/plugin-settings.php:311
|
390 |
+
msgid "Enable but do not require"
|
391 |
+
msgstr "Aktivieren, aber nicht erforderlich"
|
392 |
|
393 |
+
#: library/plugin-settings.php:280 library/plugin-settings.php:312
|
394 |
+
#: library/plugin-settings.php:344 library/plugin-settings.php:376
|
395 |
msgid "Disable this field"
|
396 |
msgstr "Deaktivieren Sie dieses Feld"
|
397 |
|
398 |
+
#: library/plugin-settings.php:315 library/plugin-settings.php:347
|
399 |
+
#: library/plugin-settings.php:379 library/plugin-settings.php:411
|
400 |
msgid "(Visit"
|
401 |
msgstr "(Besuch"
|
402 |
|
403 |
+
#: library/plugin-settings.php:316 library/plugin-settings.php:348
|
404 |
+
#: library/plugin-settings.php:380 library/plugin-settings.php:412
|
405 |
msgid "to configure options)"
|
406 |
msgstr "Optionen konfigurieren)"
|
407 |
|
408 |
+
#: library/plugin-settings.php:331 library/plugin-settings.php:348
|
409 |
+
#: library/plugin-settings.php:1362 library/plugin-settings.php:1367
|
410 |
msgid "Challenge Question"
|
411 |
msgstr "Sicherheitsfrage"
|
412 |
|
413 |
+
#: library/plugin-settings.php:363 library/plugin-settings.php:380
|
414 |
+
#: library/plugin-settings.php:1384
|
415 |
msgid "Google reCAPTCHA"
|
416 |
msgstr "Google reCAPTCHA"
|
417 |
|
418 |
+
#: library/plugin-settings.php:395
|
419 |
msgid "Post Images"
|
420 |
msgstr "Bilder posten"
|
421 |
|
422 |
+
#: library/plugin-settings.php:407
|
423 |
+
msgid "Enable"
|
424 |
+
msgstr "Aktivieren"
|
425 |
|
426 |
+
#: library/plugin-settings.php:408
|
427 |
msgid "Disable"
|
428 |
msgstr "Deaktivieren"
|
429 |
|
430 |
+
#: library/plugin-settings.php:412 library/plugin-settings.php:1445
|
431 |
msgid "Image Uploads"
|
432 |
msgstr "Bild-Uploads"
|
433 |
|
434 |
+
#: library/plugin-settings.php:492
|
435 |
msgid "Draft"
|
436 |
msgstr "Entwurf"
|
437 |
|
438 |
+
#: library/plugin-settings.php:493
|
439 |
msgid "Pending (default)"
|
440 |
msgstr "Ausstehend (Standard)"
|
441 |
|
442 |
+
#: library/plugin-settings.php:494
|
443 |
msgid "Publish immediately"
|
444 |
+
msgstr "Veröffentlichen Sie sofort"
|
445 |
|
446 |
+
#: library/plugin-settings.php:495
|
447 |
msgid "Publish after 1 approved post"
|
448 |
+
msgstr "Nach 1 genehmigten Beitrag veröffentlichen"
|
449 |
|
450 |
+
#: library/plugin-settings.php:496
|
451 |
msgid "Publish after "
|
452 |
+
msgstr "Veröffentlichen Sie danach "
|
453 |
|
454 |
+
#: library/plugin-settings.php:496
|
455 |
msgid " approved posts"
|
456 |
+
msgstr " genehmigte Stellen"
|
457 |
|
458 |
+
#: library/plugin-settings.php:524
|
459 |
+
msgid "Select categories to display in the Category field."
|
460 |
+
msgstr "Wählen Sie Kategorien aus, die im Feld Kategorie angezeigt werden sollen."
|
461 |
+
|
462 |
+
#: library/plugin-settings.php:738
|
463 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
464 |
+
msgstr "Es gab einen Fehler. Bitte stellen Sie sicher, dass Sie einen Titel und einige Inhalte hinzugefügt und nur Bilder hochgeladen haben."
|
465 |
|
466 |
+
#: library/plugin-settings.php:752
|
467 |
msgid "Please select your image(s) to upload."
|
468 |
msgstr "Bitte wählen Sie Ihre Bilder zum Hochladen aus."
|
469 |
|
470 |
+
#: library/plugin-settings.php:758
|
471 |
msgid "Success! Thank you for your submission."
|
472 |
+
msgstr "Erfolg! Vielen Dank für Ihren Beitrag."
|
473 |
|
474 |
+
#: library/plugin-settings.php:784
|
475 |
msgid "Email"
|
476 |
msgstr "Email"
|
477 |
|
478 |
+
#: library/plugin-settings.php:785
|
479 |
msgid "URL"
|
480 |
msgstr "URL"
|
481 |
|
482 |
+
#: library/plugin-settings.php:1058
|
483 |
msgid "Toggle all panels"
|
484 |
+
msgstr "Alle Bedienfelder umschalten"
|
485 |
|
486 |
+
#: library/plugin-settings.php:1067
|
487 |
msgid "We need your support!"
|
488 |
msgstr "Wir brauchen Deine Unterstützung!"
|
489 |
|
490 |
+
#: library/plugin-settings.php:1071
|
491 |
msgid "Make a donation via PayPal"
|
492 |
msgstr "Machen Sie eine Spende über PayPal"
|
493 |
|
494 |
+
#: library/plugin-settings.php:1071
|
495 |
msgid "make a donation"
|
496 |
msgstr "Spenden"
|
497 |
|
498 |
+
#: library/plugin-settings.php:1071
|
499 |
msgid "and/or"
|
500 |
msgstr "und / oder"
|
501 |
|
502 |
+
#: library/plugin-settings.php:1072
|
503 |
msgid "Rate and review at the Plugin Directory"
|
504 |
+
msgstr "Bewerte im Plugin-Verzeichnis"
|
505 |
|
506 |
+
#: library/plugin-settings.php:1073
|
507 |
msgid "give this plugin a 5-star rating"
|
508 |
+
msgstr "Gib diesem Plugin eine 5-Sterne-Bewertung"
|
509 |
|
510 |
+
#: library/plugin-settings.php:1077
|
511 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
512 |
+
msgstr "Ihre großzügige Unterstützung ermöglicht die Weiterentwicklung dieses kostenlosen Plugins. Vielen Dank!"
|
513 |
|
514 |
+
#: library/plugin-settings.php:1082
|
515 |
msgid "Check this box if you have shown support"
|
516 |
msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie Unterstützung gezeigt haben"
|
517 |
|
518 |
+
#: library/plugin-settings.php:1091
|
519 |
msgid "Overview"
|
520 |
msgstr "Überblick"
|
521 |
|
522 |
+
#: library/plugin-settings.php:1095
|
523 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
524 |
+
msgstr "ermöglicht es Ihren Besuchern, Beiträge einzureichen und Bilder vom Front-End Ihrer Website hochzuladen. "
|
525 |
|
526 |
+
#: library/plugin-settings.php:1096
|
527 |
msgid "For advanced functionality and unlimited forms, check out"
|
528 |
+
msgstr "Informationen zu erweiterten Funktionen und unbegrenzten Formularen finden Sie unter"
|
529 |
|
530 |
+
#: library/plugin-settings.php:1096 library/plugin-settings.php:1503
|
531 |
msgid "USP Pro"
|
532 |
msgstr "USP Pro"
|
533 |
|
534 |
+
#: library/plugin-settings.php:1097
|
535 |
msgid "— the ultimate solution for user-generated content."
|
536 |
+
msgstr "& mdash; Die ultimative Lösung für benutzergenerierte Inhalte."
|
537 |
|
538 |
+
#: library/plugin-settings.php:1101 library/plugin-settings.php:1118
|
539 |
msgid "Plugin Settings"
|
540 |
msgstr "Plugin-Einstellungen"
|
541 |
|
542 |
+
#: library/plugin-settings.php:1102
|
543 |
msgid "Display the form"
|
544 |
msgstr "Zeigen Sie das Formular an"
|
545 |
|
546 |
+
#: library/plugin-settings.php:1106
|
547 |
msgid "If you like this plugin, please"
|
548 |
msgstr "Wenn dir dieses Plugin gefällt, bitte"
|
549 |
|
550 |
+
#: library/plugin-settings.php:1107
|
551 |
msgid "THANK YOU for your support!"
|
552 |
msgstr "Danke für Ihre Unterstützung!"
|
553 |
|
554 |
+
#: library/plugin-settings.php:1107
|
555 |
msgid "give it a 5-star rating"
|
556 |
+
msgstr "Geben Sie ihm eine 5-Sterne-Bewertung"
|
557 |
|
558 |
+
#: library/plugin-settings.php:1111
|
559 |
msgid "Unlimited front-end forms"
|
560 |
+
msgstr "Unbegrenzte Anzahl von Front-End-Formularen"
|
561 |
|
562 |
+
#: library/plugin-settings.php:1111
|
563 |
msgid "Get USP Pro"
|
564 |
msgstr "Holen Sie sich USP Pro"
|
565 |
|
566 |
+
#: library/plugin-settings.php:1121
|
567 |
msgid "Configure your settings for User Submitted Posts."
|
568 |
+
msgstr "Konfigurieren Sie Ihre Einstellungen für vom Benutzer übermittelte Posts."
|
569 |
|
570 |
+
#: library/plugin-settings.php:1123
|
571 |
msgid "Form Fields"
|
572 |
msgstr "Formularfelder"
|
573 |
|
574 |
+
#: library/plugin-settings.php:1129
|
575 |
msgid "User Name"
|
576 |
msgstr "Nutzername"
|
577 |
|
578 |
+
#: library/plugin-settings.php:1130
|
579 |
msgid "User Email"
|
580 |
msgstr "Benutzer Email"
|
581 |
|
582 |
+
#: library/plugin-settings.php:1131
|
583 |
msgid "User URL"
|
584 |
msgstr "Benutzer-URL"
|
585 |
|
586 |
+
#: library/plugin-settings.php:1146
|
587 |
msgid "General Settings"
|
588 |
msgstr "Allgemeine Einstellungen"
|
589 |
|
590 |
+
#: library/plugin-settings.php:1148
|
591 |
msgid "Note that the default settings work fine for most cases."
|
592 |
+
msgstr "Beachten Sie, dass die Standardeinstellungen in den meisten Fällen problemlos funktionieren."
|
593 |
|
594 |
+
#: library/plugin-settings.php:1153
|
595 |
msgid "Form Style"
|
596 |
msgstr "Formularstil"
|
597 |
|
598 |
+
#: library/plugin-settings.php:1158
|
599 |
msgid "With this option, you can copy the plugin’s default templates:"
|
600 |
msgstr "Mit dieser Option können Sie die Standardvorlagen des Plugins kopieren:"
|
601 |
|
602 |
+
#: library/plugin-settings.php:1163
|
603 |
msgid "..and upload them into a directory named"
|
604 |
+
msgstr "..und laden Sie sie in ein Verzeichnis mit dem Namen"
|
605 |
|
606 |
+
#: library/plugin-settings.php:1163
|
607 |
msgid "in your theme:"
|
608 |
msgstr "in deinem Thema:"
|
609 |
|
610 |
+
#: library/plugin-settings.php:1169
|
611 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
612 |
+
msgstr "Auf diese Weise können Sie das Formular und die Stile wie gewünscht anpassen. Weitere Informationen finden Sie im Abschnitt \"Benutzerdefiniertes Anmeldeformular\" im"
|
613 |
|
614 |
+
#: library/plugin-settings.php:1170
|
615 |
msgid "Installation Docs"
|
616 |
msgstr "Installationsdokumente"
|
617 |
|
618 |
+
#: library/plugin-settings.php:1171
|
619 |
msgid "FYI: here is a"
|
620 |
+
msgstr "Zu Ihrer Information: Hier ist ein"
|
621 |
|
622 |
+
#: library/plugin-settings.php:1171
|
623 |
msgid "list of USP CSS selectors"
|
624 |
msgstr "Liste der USP-CSS-Selektoren"
|
625 |
|
626 |
+
#: library/plugin-settings.php:1177
|
627 |
msgid "Include JavaScript"
|
628 |
+
msgstr "JavaScript einbinden"
|
629 |
|
630 |
+
#: library/plugin-settings.php:1179
|
631 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
632 |
+
msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie die externen JavaScript-Dateien einbeziehen möchten (empfohlen)."
|
633 |
|
634 |
+
#: library/plugin-settings.php:1182
|
635 |
msgid "Targeted Loading"
|
636 |
msgstr "Gezieltes Laden"
|
637 |
|
638 |
+
#: library/plugin-settings.php:1184
|
639 |
+
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
|
640 |
+
msgstr "Standardmäßig wird externes CSS & amp; Auf jeder Seite werden JavaScript-Dateien geladen. Hier können Sie die URL des USP-Formulars angeben, um Ressourcen nur auf dieser Seite zu laden. Hinweis: Lassen Sie das Feld leer, um alle Seiten zu laden. Verwenden Sie Kommas, um mehrere URLs zu trennen."
|
641 |
|
642 |
+
#: library/plugin-settings.php:1187
|
643 |
msgid "Post Type"
|
644 |
msgstr "Post-Typ"
|
645 |
|
646 |
+
#: library/plugin-settings.php:1190
|
647 |
msgid "Submit posts as WP Posts or Pages"
|
648 |
msgstr "Beiträge als WP-Beiträge oder Seiten einreichen"
|
649 |
|
650 |
+
#: library/plugin-settings.php:1194
|
651 |
msgid "Post Status"
|
652 |
msgstr "Poststatus"
|
653 |
|
654 |
+
#: library/plugin-settings.php:1197
|
655 |
msgid "Post Status for submitted posts"
|
656 |
msgstr "Beitragsstatus für übermittelte Beiträge"
|
657 |
|
658 |
+
#: library/plugin-settings.php:1201
|
659 |
msgid "Redirect URL"
|
660 |
msgstr "URL umleiten"
|
661 |
|
662 |
+
#: library/plugin-settings.php:1203
|
663 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
664 |
+
msgstr "Geben Sie eine URL an, um den Benutzer nach der Übermittlung weiterzuleiten. Lassen Sie das Feld leer, um zur aktuellen Seite zurückzukehren."
|
665 |
|
666 |
+
#: library/plugin-settings.php:1206
|
667 |
msgid "Success Message"
|
668 |
msgstr "Erfolgsmeldung"
|
669 |
|
670 |
+
#: library/plugin-settings.php:1208
|
671 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
672 |
+
msgstr "Erfolgsmeldung, die angezeigt wird, wenn die Übermittlung erfolgreich war. Grundlegendes Markup ist zulässig."
|
673 |
|
674 |
+
#: library/plugin-settings.php:1211
|
675 |
msgid "Error Message"
|
676 |
msgstr "Fehlermeldung"
|
677 |
|
678 |
+
#: library/plugin-settings.php:1213
|
679 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
680 |
+
msgstr "Allgemeine Fehlermeldung, die angezeigt wird, wenn die Übermittlung fehlschlägt. Grundlegendes Markup ist zulässig."
|
681 |
|
682 |
+
#: library/plugin-settings.php:1216
|
683 |
msgid "Custom Content"
|
684 |
msgstr "Benutzerdefinierter Inhalt"
|
685 |
|
686 |
+
#: library/plugin-settings.php:1218
|
687 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
688 |
+
msgstr "Benutzerdefinierter Text / Markup, der vor dem Einreichungsformular eingefügt werden soll. Zum Deaktivieren leer lassen."
|
689 |
|
690 |
+
#: library/plugin-settings.php:1221
|
691 |
msgid "Rich Text Editor"
|
692 |
msgstr "Rich-Text-Editor"
|
693 |
|
694 |
+
#: library/plugin-settings.php:1223
|
695 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
696 |
+
msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie die WP-Rich-Text-Bearbeitung für übermittelte Posts aktivieren möchten."
|
697 |
|
698 |
+
#: library/plugin-settings.php:1226
|
699 |
msgid "Unique Titles"
|
700 |
+
msgstr "Eindeutige Titel"
|
701 |
|
702 |
+
#: library/plugin-settings.php:1228
|
703 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
704 |
+
msgstr "Erforderliche Eindeutigkeit der gesendeten Post-Titel (nützlich, um zu verhindern, dass mehrere / doppelte Posts gesendet werden)."
|
705 |
|
706 |
+
#: library/plugin-settings.php:1231
|
707 |
msgid "Disable Required"
|
708 |
+
msgstr "Erforderlich deaktivieren"
|
709 |
|
710 |
+
#: library/plugin-settings.php:1233
|
711 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
712 |
+
msgstr "Deaktivieren Sie alle erforderlichen Attribute in Standardformularfeldern (nützlich für die Fehlerbehebung bei Fehlermeldungen)."
|
713 |
|
714 |
+
#: library/plugin-settings.php:1236
|
715 |
msgid "Enable Shortcodes"
|
716 |
+
msgstr "Kurzwahlnummern aktivieren"
|
717 |
|
718 |
+
#: library/plugin-settings.php:1238
|
719 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
720 |
+
msgstr "Aktivieren Sie Shortcodes in Widgets. Standardmäßig aktiviert WordPress keine Shortcodes in Widgets. "
|
721 |
|
722 |
+
#: library/plugin-settings.php:1239
|
723 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
724 |
+
msgstr "Diese Einstellung aktiviert alle / beliebige Shortcodes in Widgets (auch Shortcodes von anderen Plugins)."
|
725 |
|
726 |
+
#: library/plugin-settings.php:1244
|
727 |
+
msgid "Privacy"
|
728 |
+
msgstr "Privatsphäre"
|
729 |
|
730 |
+
#: library/plugin-settings.php:1249
|
731 |
msgid "Disable IP Tracking"
|
732 |
+
msgstr "Deaktivieren Sie die IP-Verfolgung"
|
733 |
|
734 |
+
#: library/plugin-settings.php:1251
|
735 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
736 |
+
msgstr "Standardmäßig zeichnet USP die IP-Adresse mit jedem übermittelten Beitrag auf. Aktivieren Sie dieses Kontrollkästchen, um das gesamte IP-Tracking zu deaktivieren."
|
737 |
|
738 |
+
#: library/plugin-settings.php:1255
|
739 |
msgid "Display Checkbox"
|
740 |
msgstr "Kontrollkästchen anzeigen"
|
741 |
|
742 |
+
#: library/plugin-settings.php:1257
|
743 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
744 |
+
msgstr "Benutzerdefiniertes Kontrollkästchen in Ihrem Formular anzeigen (nützlich für GDPR, Bedingungen zustimmen usw.)"
|
745 |
|
746 |
+
#: library/plugin-settings.php:1260
|
747 |
msgid "Checkbox Name"
|
748 |
+
msgstr "Name des Kontrollkästchens"
|
749 |
|
750 |
+
#: library/plugin-settings.php:1262 library/plugin-settings.php:1352
|
751 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
752 |
msgstr "Verwenden Sie nur alphanumerische Zeichen, Unterstriche und Bindestriche. Wenn Sie sich nicht sicher sind, verwenden Sie den Standardnamen:"
|
753 |
|
754 |
+
#: library/plugin-settings.php:1265
|
755 |
msgid "Checkbox Error"
|
756 |
msgstr "Kontrollkästchen Fehler"
|
757 |
|
758 |
+
#: library/plugin-settings.php:1267
|
759 |
msgid "Error message displayed if user does not check the box."
|
760 |
+
msgstr "Fehlermeldung wird angezeigt, wenn der Benutzer das Kontrollkästchen nicht aktiviert."
|
761 |
|
762 |
+
#: library/plugin-settings.php:1270
|
763 |
msgid "Checkbox Text"
|
764 |
msgstr "Kontrollkästchen Text"
|
765 |
|
766 |
+
#: library/plugin-settings.php:1272
|
767 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
768 |
+
msgstr "Text, der neben dem Kontrollkästchen angezeigt wird. Tipp: Verwenden Sie geschweifte Klammern, um spitze Klammern auszugeben. Beispiel:"
|
769 |
|
770 |
+
#: library/plugin-settings.php:1277 library/plugin-settings.php:1282
|
771 |
msgid "Categories"
|
772 |
msgstr "Kategorien"
|
773 |
|
774 |
+
#: library/plugin-settings.php:1285
|
775 |
+
msgid "Click to view/select categories"
|
776 |
+
msgstr "Klicken Sie hier, um Kategorien anzuzeigen / auszuwählen"
|
777 |
|
778 |
+
#: library/plugin-settings.php:1293
|
779 |
+
msgid "Multiple Categories"
|
780 |
+
msgstr "Mehrere Kategorien"
|
781 |
+
|
782 |
+
#: library/plugin-settings.php:1295
|
783 |
+
msgid "Enable users to select multiple categories."
|
784 |
+
msgstr "Benutzer können mehrere Kategorien auswählen."
|
785 |
+
|
786 |
+
#: library/plugin-settings.php:1298
|
787 |
msgid "Hidden/Default Category"
|
788 |
+
msgstr "Versteckte / Standardkategorie"
|
789 |
|
790 |
+
#: library/plugin-settings.php:1300
|
791 |
+
msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
|
792 |
+
msgstr "Verwenden Sie ein ausgeblendetes Feld für die Beitragskategorie. Dadurch wird das Kategoriefeld ausgeblendet und der Wert über die nächste Option festgelegt."
|
793 |
|
794 |
+
#: library/plugin-settings.php:1303
|
795 |
msgid "Category ID for Hidden Field"
|
796 |
msgstr "Kategorie-ID für ausgeblendetes Feld"
|
797 |
|
798 |
+
#: library/plugin-settings.php:1305
|
799 |
+
msgid "Specify category ID(s) to use for “Hidden/Default Category”. Separate multiple IDs with a comma."
|
800 |
+
msgstr "Geben Sie die Kategorie-ID (s) an, die für & ldquo; Versteckt / Standardkategorie & rdquo; verwendet werden sollen. Trennen Sie mehrere IDs mit einem Komma."
|
801 |
|
802 |
+
#: library/plugin-settings.php:1310
|
803 |
msgid "Users"
|
804 |
msgstr "Benutzer"
|
805 |
|
806 |
+
#: library/plugin-settings.php:1315
|
807 |
msgid "Assigned Author"
|
808 |
msgstr "Zugewiesener Autor"
|
809 |
|
810 |
+
#: library/plugin-settings.php:1318
|
811 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
812 |
msgstr "Geben Sie den Benutzer an, der als Autor für übermittelte Beiträge zugewiesen werden soll."
|
813 |
|
814 |
+
#: library/plugin-settings.php:1322
|
815 |
msgid "Registered Username"
|
816 |
msgstr "Registrierter Benutzername"
|
817 |
|
818 |
+
#: library/plugin-settings.php:1324
|
819 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
820 |
+
msgstr "Verwenden Sie den registrierten Benutzernamen als Beitragsautor. Gültig, wenn die Person, die das Formular absendet, bei WordPress angemeldet ist."
|
821 |
|
822 |
+
#: library/plugin-settings.php:1327
|
823 |
msgid "User Profile URL"
|
824 |
+
msgstr "Benutzerprofil-URL"
|
825 |
|
826 |
+
#: library/plugin-settings.php:1329
|
827 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
828 |
+
msgstr "Verwenden Sie die Profil-URL des registrierten Benutzers als Wert für das URL-Feld. Gültig, wenn die Person, die das Formular absendet, bei WordPress angemeldet ist."
|
829 |
|
830 |
+
#: library/plugin-settings.php:1332
|
831 |
msgid "Require User Login"
|
832 |
msgstr "Benutzeranmeldung erforderlich"
|
833 |
|
834 |
+
#: library/plugin-settings.php:1334
|
835 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
836 |
+
msgstr "Benutzer müssen bei WordPress angemeldet sein, um das Formular anzeigen / senden zu können"
|
837 |
|
838 |
+
#: library/plugin-settings.php:1337
|
839 |
msgid "Disable Replace Author"
|
840 |
+
msgstr "Autor ersetzen deaktivieren"
|
841 |
|
842 |
+
#: library/plugin-settings.php:1339
|
843 |
msgid "Do not replace post author with submitted user name"
|
844 |
+
msgstr "Ersetzen Sie den Autor des Beitrags nicht durch den angegebenen Benutzernamen"
|
845 |
|
846 |
+
#: library/plugin-settings.php:1345
|
847 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
848 |
+
msgstr "Hier können Sie den Namen und die Bezeichnung ändern, die vom benutzerdefinierten Feld verwendet werden. Sie können dieses Feld über die Einstellung Formularfelder oben aktivieren."
|
849 |
|
850 |
+
#: library/plugin-settings.php:1350
|
851 |
msgid "Custom Field Name"
|
852 |
+
msgstr "Benutzerdefinierter Feldname"
|
853 |
|
854 |
+
#: library/plugin-settings.php:1355
|
855 |
msgid "Custom Field Label"
|
856 |
msgstr "Benutzerdefinierte Feldbezeichnung"
|
857 |
|
858 |
+
#: library/plugin-settings.php:1357
|
859 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
860 |
+
msgstr "Dies wird als Feldbezeichnung im Formular angezeigt. Standard: Benutzerdefiniertes Feld"
|
861 |
|
862 |
+
#: library/plugin-settings.php:1369
|
863 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
864 |
msgstr "Um Spam zu vermeiden, geben Sie eine Frage ein, die Benutzer beantworten müssen, bevor Sie das Formular absenden."
|
865 |
|
866 |
+
#: library/plugin-settings.php:1372
|
867 |
msgid "Challenge Response"
|
868 |
+
msgstr "Challenge Response"
|
869 |
|
870 |
+
#: library/plugin-settings.php:1374
|
871 |
msgid "Enter the *only* correct answer to the challenge question."
|
872 |
+
msgstr "Geben Sie die * nur * richtige Antwort auf die Herausforderungsfrage ein."
|
873 |
|
874 |
+
#: library/plugin-settings.php:1377
|
875 |
msgid "Case-sensitivity"
|
876 |
msgstr "Groß- und Kleinschreibung"
|
877 |
|
878 |
+
#: library/plugin-settings.php:1379
|
879 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
880 |
+
msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn bei der Challenge-Antwort zwischen Groß- und Kleinschreibung unterschieden werden soll."
|
881 |
|
882 |
+
#: library/plugin-settings.php:1385
|
883 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
884 |
+
msgstr "Geben Sie Ihre öffentlichen und privaten Schlüssel ein, um Google reCAPTCHA zu aktivieren."
|
885 |
|
886 |
+
#: library/plugin-settings.php:1390
|
887 |
msgid "Public Key"
|
888 |
msgstr "Öffentlicher Schlüssel"
|
889 |
|
890 |
+
#: library/plugin-settings.php:1392
|
891 |
msgid "Enter your Public Key"
|
892 |
msgstr "Geben Sie Ihren öffentlichen Schlüssel ein"
|
893 |
|
894 |
+
#: library/plugin-settings.php:1395
|
895 |
msgid "Private Key"
|
896 |
msgstr "Privat Schlüssel"
|
897 |
|
898 |
+
#: library/plugin-settings.php:1397
|
899 |
msgid "Enter your Private Key"
|
900 |
msgstr "Geben Sie Ihren privaten Schlüssel ein"
|
901 |
|
902 |
+
#: library/plugin-settings.php:1402
|
903 |
msgid "Email Alerts"
|
904 |
msgstr "E-Mail-Benachrichtigungen"
|
905 |
|
906 |
+
#: library/plugin-settings.php:1407
|
907 |
msgid "Receive Email Alert"
|
908 |
msgstr "E-Mail-Benachrichtigung erhalten"
|
909 |
|
910 |
+
#: library/plugin-settings.php:1409
|
911 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
912 |
+
msgstr "Aktivieren Sie dieses Kontrollkästchen, wenn Sie über neue Beiträge per E-Mail benachrichtigt werden möchten."
|
913 |
|
914 |
+
#: library/plugin-settings.php:1412
|
915 |
msgid "Enable HTML Format"
|
916 |
+
msgstr "HTML-Format aktivieren"
|
917 |
|
918 |
+
#: library/plugin-settings.php:1414
|
919 |
msgid "Check this box to enable HTML format for email alerts."
|
920 |
msgstr "Aktivieren Sie dieses Kontrollkästchen, um das HTML-Format für E-Mail-Benachrichtigungen zu aktivieren."
|
921 |
|
922 |
+
#: library/plugin-settings.php:1417
|
923 |
msgid "Email Address for Alerts"
|
924 |
msgstr "E-Mail-Adresse für Benachrichtigungen"
|
925 |
|
926 |
+
#: library/plugin-settings.php:1419
|
927 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
928 |
msgstr "Wenn Sie das Kontrollkästchen aktiviert haben, um E-Mail-Benachrichtigungen zu erhalten, geben Sie hier die Adresse (n) an, an die die E-Mails gesendet werden sollen."
|
929 |
|
930 |
+
#: library/plugin-settings.php:1420
|
931 |
msgid "Multiple recipients may be included using a comma, like so:"
|
932 |
+
msgstr "Mehrere Empfänger können mit einem Komma eingeschlossen werden:"
|
933 |
|
934 |
+
#: library/plugin-settings.php:1423
|
935 |
msgid "Email “From” Address"
|
936 |
msgstr "E-Mail & ldquo; Von & rdquo; Adresse"
|
937 |
|
938 |
+
#: library/plugin-settings.php:1425
|
939 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
940 |
+
msgstr "Hier können Sie die Adresse (n) anpassen, die für & ldquo; Von & rdquo; Header (siehe Plugin FAQs für Informationen). "
|
941 |
|
942 |
+
#: library/plugin-settings.php:1426
|
943 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
944 |
+
msgstr "Wenn in der vorherigen Einstellung mehrere Adressen angegeben wurden, geben Sie die gleiche Anzahl von & ldquo; Von & rdquo; Adressen für diese Einstellung (in der gleichen Reihenfolge)."
|
945 |
|
946 |
+
#: library/plugin-settings.php:1429
|
947 |
msgid "Email Alert Subject"
|
948 |
msgstr "Betreff der E-Mail-Benachrichtigung"
|
949 |
|
950 |
+
#: library/plugin-settings.php:1431
|
951 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
952 |
+
msgstr "Betreffzeile für E-Mail-Benachrichtigungen. Lassen Sie dieses Feld leer, um die Standardbetreffzeile zu verwenden. Hinweis: Sie können die folgenden Variablen verwenden: "
|
953 |
|
954 |
+
#: library/plugin-settings.php:1436
|
955 |
msgid "Email Alert Message"
|
956 |
msgstr "E-Mail-Warnmeldung"
|
957 |
|
958 |
+
#: library/plugin-settings.php:1438
|
959 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
960 |
+
msgstr "Nachricht für E-Mail-Benachrichtigungen. Lassen Sie dieses Feld leer, um die Standardnachricht zu verwenden. Hinweis: Sie können die folgenden Variablen verwenden: "
|
961 |
|
962 |
+
#: library/plugin-settings.php:1450
|
963 |
msgid "Featured Image"
|
964 |
msgstr "Ausgewähltes Bild"
|
965 |
|
966 |
+
#: library/plugin-settings.php:1452
|
967 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
968 |
+
msgstr "Übermittelte Bilder als vorgestellte Bilder festlegen. Erfordert Theme-Unterstützung für Featured Images (auch bekannt als Post Thumbnails)."
|
969 |
|
970 |
+
#: library/plugin-settings.php:1455
|
971 |
msgid "Upload Message"
|
972 |
msgstr "Nachricht hochladen"
|
973 |
|
974 |
+
#: library/plugin-settings.php:1457
|
975 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
976 |
+
msgstr "Nachricht, die neben dem Upload-Feld angezeigt wird. Nützlich für die Angabe Ihrer Upload-Richtlinien / Richtlinien / etc. Grundlegendes Markup zulässig."
|
977 |
|
978 |
+
#: library/plugin-settings.php:1460
|
979 |
msgid "“Add another image” link"
|
980 |
msgstr "& ldquo; Ein weiteres Bild hinzufügen & rdquo; Verknüpfung"
|
981 |
|
982 |
+
#: library/plugin-settings.php:1462
|
983 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
984 |
+
msgstr "Benutzerdefiniertes Markup für & ldquo; Anderes Bild hinzufügen & rdquo; Verknüpfung. Lassen Sie dieses Feld leer, um das Standard-Markup zu verwenden (empfohlen)."
|
985 |
|
986 |
+
#: library/plugin-settings.php:1465
|
987 |
msgid "Minimum number of images"
|
988 |
msgstr "Mindestanzahl von Bildern"
|
989 |
|
990 |
+
#: library/plugin-settings.php:1468
|
991 |
msgid "Specify the minimum number of images."
|
992 |
+
msgstr "Geben Sie die Mindestanzahl der Bilder an."
|
993 |
|
994 |
+
#: library/plugin-settings.php:1472
|
995 |
msgid "Maximum number of images"
|
996 |
msgstr "Maximale Anzahl von Bildern"
|
997 |
|
998 |
+
#: library/plugin-settings.php:1475
|
999 |
msgid "Specify the maximum number of images."
|
1000 |
msgstr "Geben Sie die maximale Anzahl von Bildern an."
|
1001 |
|
1002 |
+
#: library/plugin-settings.php:1479
|
1003 |
msgid "Minimum image width"
|
1004 |
msgstr "Minimale Bildbreite"
|
1005 |
|
1006 |
+
#: library/plugin-settings.php:1481
|
1007 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1008 |
msgstr "Geben Sie eine Mindestbreite (in Pixel) für hochgeladene Bilder an."
|
1009 |
|
1010 |
+
#: library/plugin-settings.php:1484
|
1011 |
msgid "Minimum image height"
|
1012 |
msgstr "Minimale Bildhöhe"
|
1013 |
|
1014 |
+
#: library/plugin-settings.php:1486
|
1015 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1016 |
msgstr "Geben Sie eine Mindesthöhe (in Pixel) für hochgeladene Bilder an."
|
1017 |
|
1018 |
+
#: library/plugin-settings.php:1489
|
1019 |
msgid "Maximum image width"
|
1020 |
msgstr "Maximale Bildbreite"
|
1021 |
|
1022 |
+
#: library/plugin-settings.php:1491
|
1023 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1024 |
msgstr "Geben Sie eine maximale Breite (in Pixel) für hochgeladene Bilder an."
|
1025 |
|
1026 |
+
#: library/plugin-settings.php:1494
|
1027 |
msgid "Maximum image height"
|
1028 |
msgstr "Maximale Bildhöhe"
|
1029 |
|
1030 |
+
#: library/plugin-settings.php:1496
|
1031 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1032 |
msgstr "Geben Sie eine maximale Höhe (in Pixel) für hochgeladene Bilder an."
|
1033 |
|
1034 |
+
#: library/plugin-settings.php:1499
|
1035 |
msgid "More Options"
|
1036 |
msgstr "Mehr Optionen"
|
1037 |
|
1038 |
+
#: library/plugin-settings.php:1502
|
1039 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1040 |
+
msgstr "Weitere Optionen, z. B. die Möglichkeit, andere Dateitypen (z. B. PDF, Word, Zip, Videos usw.) hochzuladen, finden Sie unter"
|
1041 |
|
1042 |
+
#: library/plugin-settings.php:1503
|
1043 |
msgid "Go Pro!"
|
1044 |
msgstr "Gehen Sie Pro!"
|
1045 |
|
1046 |
+
#: library/plugin-settings.php:1510
|
1047 |
msgid "Auto-Display Content"
|
1048 |
msgstr "Inhalt automatisch anzeigen"
|
1049 |
|
1050 |
+
#: library/plugin-settings.php:1515
|
1051 |
msgid "Auto-Display Images"
|
1052 |
msgstr "Bilder automatisch anzeigen"
|
1053 |
|
1054 |
+
#: library/plugin-settings.php:1517
|
1055 |
msgid "Auto-display user-submitted images:"
|
1056 |
+
msgstr "Automatisch vom Benutzer eingereichte Bilder anzeigen:"
|
1057 |
|
1058 |
+
#: library/plugin-settings.php:1522
|
1059 |
msgid "Image Markup"
|
1060 |
+
msgstr "Bild-Markup"
|
1061 |
|
1062 |
+
#: library/plugin-settings.php:1524
|
1063 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1064 |
+
msgstr "Markup, das für jedes übermittelte Bild verwendet werden soll (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
|
1065 |
|
1066 |
+
#: library/plugin-settings.php:1526 library/plugin-settings.php:1539
|
1067 |
+
#: library/plugin-settings.php:1552 library/plugin-settings.php:1565
|
1068 |
msgid "and"
|
1069 |
msgstr "und"
|
1070 |
|
1071 |
+
#: library/plugin-settings.php:1529
|
1072 |
msgid "Auto-Display Email"
|
1073 |
msgstr "E-Mail automatisch anzeigen"
|
1074 |
|
1075 |
+
#: library/plugin-settings.php:1531
|
1076 |
msgid "Auto-display user-submitted email:"
|
1077 |
+
msgstr "Automatisch vom Benutzer übermittelte E-Mail anzeigen:"
|
1078 |
|
1079 |
+
#: library/plugin-settings.php:1536
|
1080 |
msgid "Email Markup"
|
1081 |
+
msgstr "E-Mail-Markup"
|
1082 |
|
1083 |
+
#: library/plugin-settings.php:1538
|
1084 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1085 |
+
msgstr "Markup für die übermittelte E-Mail-Adresse (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
|
1086 |
|
1087 |
+
#: library/plugin-settings.php:1542
|
1088 |
msgid "Auto-Display URL"
|
1089 |
+
msgstr "URL automatisch anzeigen"
|
1090 |
|
1091 |
+
#: library/plugin-settings.php:1544
|
1092 |
msgid "Auto-display user-submitted URL:"
|
1093 |
+
msgstr "Vom Benutzer übermittelte URL automatisch anzeigen:"
|
1094 |
|
1095 |
+
#: library/plugin-settings.php:1549
|
1096 |
msgid "URL Markup"
|
1097 |
msgstr "URL-Markup"
|
1098 |
|
1099 |
+
#: library/plugin-settings.php:1551
|
1100 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1101 |
+
msgstr "Markup für die übermittelte URL (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
|
1102 |
|
1103 |
+
#: library/plugin-settings.php:1555
|
1104 |
msgid "Auto-Display Custom Field"
|
1105 |
msgstr "Benutzerdefiniertes Feld automatisch anzeigen"
|
1106 |
|
1107 |
+
#: library/plugin-settings.php:1557
|
1108 |
msgid "Auto-display user-submitted Custom Field:"
|
1109 |
msgstr "Vom Benutzer übermitteltes benutzerdefiniertes Feld automatisch anzeigen:"
|
1110 |
|
1111 |
+
#: library/plugin-settings.php:1562
|
1112 |
msgid "Custom Field Markup"
|
1113 |
+
msgstr "Benutzerdefiniertes Feld-Markup"
|
1114 |
|
1115 |
+
#: library/plugin-settings.php:1564
|
1116 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1117 |
+
msgstr "Markup, das für das übermittelte benutzerdefinierte Feld verwendet werden soll (wenn die automatische Anzeige aktiviert ist). Kann benutzen"
|
1118 |
|
1119 |
+
#: library/plugin-settings.php:1570 library/plugin-settings.php:1682
|
1120 |
msgid "Save Settings"
|
1121 |
msgstr "Einstellungen speichern"
|
1122 |
|
1123 |
+
#: library/plugin-settings.php:1575
|
1124 |
msgid "Display the Form"
|
1125 |
msgstr "Zeigen Sie das Formular an"
|
1126 |
|
1127 |
+
#: library/plugin-settings.php:1578
|
1128 |
msgid "Post-Submit Form"
|
1129 |
+
msgstr "Post-Submit-Formular"
|
1130 |
|
1131 |
+
#: library/plugin-settings.php:1579
|
1132 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1133 |
+
msgstr "Mit USP können Sie ein Post-Submission-Formular an einer beliebigen Stelle auf Ihrer Website anzeigen."
|
1134 |
|
1135 |
+
#: library/plugin-settings.php:1580 library/plugin-settings.php:1589
|
1136 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1137 |
+
msgstr "Verwenden Sie den Shortcode, um das Formular auf einer beliebigen WP-Veröffentlichung oder Seite anzuzeigen:"
|
1138 |
|
1139 |
+
#: library/plugin-settings.php:1583 library/plugin-settings.php:1592
|
1140 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1141 |
msgstr "Oder verwenden Sie das Vorlagen-Tag, um das Formular an einer beliebigen Stelle in Ihrer Designvorlage anzuzeigen:"
|
1142 |
|
1143 |
+
#: library/plugin-settings.php:1587
|
1144 |
msgid "Login/Register Form"
|
1145 |
+
msgstr "Login / Registrierungsformular"
|
1146 |
|
1147 |
+
#: library/plugin-settings.php:1588
|
1148 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1149 |
+
msgstr "Sie können auch ein Formular anzeigen, mit dem Benutzer sich anmelden, registrieren oder ihr Kennwort zurücksetzen können."
|
1150 |
|
1151 |
+
#: library/plugin-settings.php:1596
|
1152 |
msgid "Display Submitted Posts"
|
1153 |
+
msgstr "Übermittelte Beiträge anzeigen"
|
1154 |
|
1155 |
+
#: library/plugin-settings.php:1597
|
1156 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1157 |
+
msgstr "Verwenden Sie diesen Shortcode, um eine Liste der gesendeten Beiträge auf einem WP-Beitrag oder einer WP-Seite anzuzeigen:"
|
1158 |
|
1159 |
+
#: library/plugin-settings.php:1600
|
1160 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1161 |
+
msgstr "Oder verwenden Sie das Vorlagen-Tag, um eine Liste der gesendeten Beiträge an einer beliebigen Stelle in Ihrer Themenvorlage anzuzeigen:"
|
1162 |
|
1163 |
+
#: library/plugin-settings.php:1603
|
1164 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1165 |
+
msgstr "Hier sind einige Beispiele, die zeigen, wie dieser Shortcode konfiguriert wird:"
|
1166 |
|
1167 |
+
#: library/plugin-settings.php:1611
|
1168 |
msgid "Display Image Gallery"
|
1169 |
msgstr "Bildergalerie anzeigen"
|
1170 |
|
1171 |
+
#: library/plugin-settings.php:1612
|
1172 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1173 |
+
msgstr "Verwenden Sie diesen Shortcode, um eine Galerie mit hochgeladenen Bildern für jeden übermittelten Beitrag anzuzeigen:"
|
1174 |
|
1175 |
+
#: library/plugin-settings.php:1615
|
1176 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1177 |
+
msgstr "Oder verwenden Sie das Vorlagen-Tag, um eine Bildergalerie an einer beliebigen Stelle in Ihrer Themenvorlage anzuzeigen:"
|
1178 |
|
1179 |
+
#: library/plugin-settings.php:1618
|
1180 |
msgid "You can customize using any of the follwing attributes:"
|
1181 |
+
msgstr "Sie können jedes der folgenden Attribute anpassen:"
|
1182 |
|
1183 |
+
#: library/plugin-settings.php:1633
|
1184 |
msgid "Reset Form Button"
|
1185 |
+
msgstr "Formular zurücksetzen"
|
1186 |
|
1187 |
+
#: library/plugin-settings.php:1634
|
1188 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1189 |
+
msgstr "Dieser Shortcode zeigt einen Link an, der das Formular auf seinen ursprünglichen Zustand zurücksetzt:"
|
1190 |
|
1191 |
+
#: library/plugin-settings.php:1637
|
1192 |
msgid "This shortcode accepts the following attributes:"
|
1193 |
msgstr "Dieser Shortcode akzeptiert die folgenden Attribute:"
|
1194 |
|
1195 |
+
#: library/plugin-settings.php:1643
|
1196 |
msgid "Note that the url attribute accepts"
|
1197 |
msgstr "Beachten Sie, dass das URL-Attribut akzeptiert"
|
1198 |
|
1199 |
+
#: library/plugin-settings.php:1643
|
1200 |
msgid "to get the current URL."
|
1201 |
msgstr "um die aktuelle URL zu erhalten."
|
1202 |
|
1203 |
+
#: library/plugin-settings.php:1646
|
1204 |
msgid "Access Control"
|
1205 |
msgstr "Zugangskontrolle"
|
1206 |
|
1207 |
+
#: library/plugin-settings.php:1647
|
1208 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1209 |
+
msgstr "USP bietet drei Shortcodes, um den Zugriff zu steuern und den Inhalt einzuschränken."
|
1210 |
|
1211 |
+
#: library/plugin-settings.php:1648
|
1212 |
msgid "Display content only to users with a specific capability:"
|
1213 |
msgstr "Inhalte nur für Benutzer mit einer bestimmten Funktion anzeigen:"
|
1214 |
|
1215 |
+
#: library/plugin-settings.php:1651
|
1216 |
msgid "Display content to logged-in users:"
|
1217 |
+
msgstr "Anzeigen von Inhalten für angemeldete Benutzer:"
|
1218 |
|
1219 |
+
#: library/plugin-settings.php:1654
|
1220 |
msgid "Display content to visitors only:"
|
1221 |
msgstr "Inhalte nur für Besucher anzeigen:"
|
1222 |
|
1223 |
+
#: library/plugin-settings.php:1657
|
1224 |
msgid "Tip:"
|
1225 |
msgstr "Spitze:"
|
1226 |
|
1227 |
+
#: library/plugin-settings.php:1657
|
1228 |
msgid "to include markup in the deny message, you can use"
|
1229 |
msgstr "Um Markup in die Ablehnungsnachricht aufzunehmen, können Sie verwenden"
|
1230 |
|
1231 |
+
#: library/plugin-settings.php:1657
|
1232 |
msgid "to output"
|
1233 |
+
msgstr "auszugeben"
|
1234 |
|
1235 |
+
#: library/plugin-settings.php:1660
|
1236 |
msgid "Example"
|
1237 |
msgstr "Beispiel"
|
1238 |
|
1239 |
+
#: library/plugin-settings.php:1661
|
1240 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1241 |
msgstr "Wenn der Benutzer angemeldet ist, zeigen Sie das Post-Submit-Formular an. oder wenn der Benutzer nicht angemeldet ist, zeigen Sie das Anmeldeformular an:"
|
1242 |
|
1243 |
+
#: library/plugin-settings.php:1673
|
1244 |
msgid "Restore Defaults"
|
1245 |
msgstr "Standardeinstellungen wiederherstellen"
|
1246 |
|
1247 |
+
#: library/plugin-settings.php:1676
|
1248 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1249 |
+
msgstr "Lassen Sie diese Option deaktiviert, um sich Ihre Einstellungen zu merken. Oder, um fortzufahren und die Standard-Plugin-Optionen wiederherzustellen: Aktivieren Sie das Kontrollkästchen, speichern Sie Ihre Einstellungen und deaktivieren / reaktivieren Sie das Plugin."
|
1250 |
|
1251 |
+
#: library/plugin-settings.php:1680
|
1252 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1253 |
+
msgstr "Stellen Sie die Standardoptionen nach Deaktivierung / Reaktivierung des Plugins wieder her."
|
1254 |
|
1255 |
+
#: library/plugin-settings.php:1687
|
1256 |
msgid "Show Support"
|
1257 |
msgstr "Support anzeigen"
|
1258 |
|
1259 |
+
#: library/plugin-settings.php:1696
|
1260 |
msgid "by"
|
1261 |
msgstr "durch"
|
1262 |
|
1263 |
+
#: library/plugin-settings.php:1697
|
1264 |
msgid "Jeff Starr on Twitter"
|
1265 |
msgstr "Jeff Starr auf Twitter"
|
1266 |
|
1267 |
+
#: library/plugin-settings.php:1698
|
1268 |
msgid "Obsessive Web Design & Development"
|
1269 |
+
msgstr "Obsessives Webdesign & amp; Entwicklung"
|
1270 |
|
1271 |
+
#: library/plugin-settings.php:1709
|
1272 |
msgid "Save Preference"
|
1273 |
msgstr "Voreinstellung speichern"
|
1274 |
|
1275 |
+
#: library/plugin-settings.php:1716
|
1276 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1277 |
msgstr "Möchten Sie wirklich alle Standardoptionen wiederherstellen? (Diese Aktion kann nicht rückgängig gemacht werden)"
|
1278 |
|
1279 |
+
#: library/support-panel.php:55
|
1280 |
+
msgid "Perishable Press Books"
|
1281 |
+
msgstr "Verderbliche Pressebücher"
|
1282 |
+
|
1283 |
+
#: library/support-panel.php:56
|
1284 |
+
msgid "Plugin Planet"
|
1285 |
+
msgstr "Plugin Planet"
|
1286 |
+
|
1287 |
+
#: library/support-panel.php:57
|
1288 |
+
msgid "Donate via PayPal"
|
1289 |
+
msgstr "Spende über PayPal"
|
1290 |
+
|
1291 |
+
#: library/support-panel.php:59
|
1292 |
+
msgid "books"
|
1293 |
+
msgstr "Bücher"
|
1294 |
+
|
1295 |
+
#: library/support-panel.php:60
|
1296 |
+
msgid "plugins"
|
1297 |
+
msgstr "Plugins"
|
1298 |
+
|
1299 |
+
#: library/support-panel.php:61
|
1300 |
+
msgid "donation"
|
1301 |
+
msgstr "Spende"
|
1302 |
+
|
1303 |
+
#: library/support-panel.php:63
|
1304 |
+
msgid "Thank you for using"
|
1305 |
+
msgstr "Danke für das benutzen"
|
1306 |
+
|
1307 |
+
#: library/support-panel.php:64
|
1308 |
+
msgid "Please show support by purchasing one of my"
|
1309 |
+
msgstr "Zeigen Sie bitte Unterstützung, indem Sie eins von meinen kaufen"
|
1310 |
+
|
1311 |
+
#: library/support-panel.php:65
|
1312 |
+
msgid "or"
|
1313 |
+
msgstr "oder"
|
1314 |
+
|
1315 |
+
#: library/support-panel.php:65
|
1316 |
+
msgid "or by making a"
|
1317 |
+
msgstr "oder indem man a"
|
1318 |
+
|
1319 |
+
#: library/support-panel.php:66
|
1320 |
+
msgid "Your generous support helps future development of"
|
1321 |
+
msgstr "Ihre großzügige Unterstützung hilft bei der zukünftigen Entwicklung von"
|
1322 |
+
|
1323 |
+
#: library/support-panel.php:67
|
1324 |
+
msgid "and is greatly appreciated."
|
1325 |
+
msgstr "und wird sehr geschätzt."
|
1326 |
+
|
1327 |
+
#: library/support-panel.php:69
|
1328 |
+
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
1329 |
+
msgstr "Jede Spende hilft mir dabei, dieses kostenlose Plugin und andere großartige WordPress-Ressourcen weiterzuentwickeln."
|
1330 |
+
|
1331 |
#. Description of the plugin
|
1332 |
#:
|
1333 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
languages/usp-el.mo
CHANGED
Binary file
|
languages/usp-el.po
CHANGED
@@ -4,7 +4,7 @@ msgstr ""
|
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
-
"Project-Id-Version: USP
|
8 |
"Language: el\n"
|
9 |
|
10 |
#. Name of the plugin
|
@@ -12,275 +12,280 @@ msgstr ""
|
|
12 |
msgid "User Submitted Posts"
|
13 |
msgstr "Δημοσιευμένες Δημοσιεύσεις Χρήστη"
|
14 |
|
15 |
-
#: user-submitted-posts.php:
|
16 |
msgid "requires WordPress "
|
17 |
-
msgstr "απαιτεί WordPress"
|
18 |
|
19 |
-
#: user-submitted-posts.php:
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
-
msgstr " ή υψηλότερη και έχει απενεργοποιηθεί!"
|
22 |
|
23 |
-
#: user-submitted-posts.php:
|
24 |
msgid "Please return to the"
|
25 |
-
msgstr "
|
26 |
|
27 |
-
#: user-submitted-posts.php:
|
28 |
msgid "WordPress Admin Area"
|
29 |
msgstr "Περιοχή διαχείρισης του WordPress"
|
30 |
|
31 |
-
#: user-submitted-posts.php:
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
msgstr "για να αναβαθμίσετε το WordPress και να προσπαθήσετε ξανά."
|
34 |
|
35 |
-
#: user-submitted-posts.php:
|
36 |
msgid "User Submitted Post"
|
37 |
msgstr "Δημοσίευση χρήστη"
|
38 |
|
39 |
-
#: user-submitted-posts.php:
|
40 |
msgid "User Submitted Post Info"
|
41 |
msgstr "Ο χρήστης υποβλήθηκε μετά τις πληροφορίες"
|
42 |
|
43 |
-
#: user-submitted-posts.php:
|
44 |
msgid "Submitter Name: "
|
45 |
-
msgstr "Όνομα υποβάλλοντα:"
|
46 |
|
47 |
-
#: user-submitted-posts.php:
|
48 |
msgid "Submitter Email: "
|
49 |
-
msgstr "
|
50 |
|
51 |
-
#: user-submitted-posts.php:
|
52 |
msgid "Submitter URL: "
|
53 |
-
msgstr "URL υποβολής:"
|
54 |
|
55 |
-
#: user-submitted-posts.php:
|
56 |
msgid "Submitter IP: "
|
57 |
-
msgstr "IP υποβάλλοντα:"
|
58 |
|
59 |
-
#: user-submitted-posts.php:
|
60 |
msgid "Show USP Posts"
|
61 |
msgstr "Εμφάνιση μηνυμάτων USP"
|
62 |
|
63 |
-
#: user-submitted-posts.php:
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
-
#: user-submitted-posts.php:
|
68 |
msgid " files required"
|
69 |
-
msgstr " αρχεία
|
70 |
|
71 |
-
#: user-submitted-posts.php:
|
72 |
msgid " file required"
|
73 |
msgstr " αρχείου απαιτείται"
|
74 |
|
75 |
-
#: user-submitted-posts.php:
|
76 |
msgid " files"
|
77 |
msgstr " αρχεία"
|
78 |
|
79 |
-
#: user-submitted-posts.php:
|
80 |
msgid " file"
|
81 |
msgstr " αρχείο"
|
82 |
|
83 |
-
#: user-submitted-posts.php:
|
84 |
-
#: user-submitted-posts.php:
|
85 |
msgid " pixels"
|
86 |
-
msgstr "
|
87 |
|
88 |
-
#: user-submitted-posts.php:
|
89 |
-
#: library/plugin-settings.php:
|
90 |
-
#: library/plugin-settings.php:
|
91 |
msgid "Custom Field"
|
92 |
msgstr "Προσαρμοσμένο πεδίο"
|
93 |
|
94 |
-
#: user-submitted-posts.php:
|
95 |
msgid "Custom checkbox required"
|
96 |
msgstr "Απαιτείται προσαρμοσμένο πλαίσιο ελέγχου"
|
97 |
|
98 |
-
#: user-submitted-posts.php:
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
msgstr "Παρουσιάστηκε σφάλμα. Επιστρέψτε και δοκιμάστε ξανά."
|
101 |
|
102 |
-
#: user-submitted-posts.php:
|
103 |
msgid "User login required"
|
104 |
msgstr "Απαιτείται σύνδεση χρήστη"
|
105 |
|
106 |
-
#: user-submitted-posts.php:
|
107 |
msgid "User name required"
|
108 |
msgstr "Απαιτείται όνομα χρήστη"
|
109 |
|
110 |
-
#: user-submitted-posts.php:
|
111 |
msgid "Post title required"
|
112 |
msgstr "Απαιτείται τίτλος μετάδοσης"
|
113 |
|
114 |
-
#: user-submitted-posts.php:
|
115 |
msgid "User URL required"
|
116 |
msgstr "Απαιτείται διεύθυνση URL χρήστη"
|
117 |
|
118 |
-
#: user-submitted-posts.php:
|
119 |
msgid "Post tags required"
|
120 |
msgstr "Απαιτούνται ετικέτες δημοσίευσης"
|
121 |
|
122 |
-
#: user-submitted-posts.php:
|
123 |
msgid "Post category required"
|
124 |
msgstr "Απαιτείται κατηγορία θέσης"
|
125 |
|
126 |
-
#: user-submitted-posts.php:
|
127 |
msgid "Post content required"
|
128 |
msgstr "Δημοσίευση περιεχομένου που απαιτείται"
|
129 |
|
130 |
-
#: user-submitted-posts.php:
|
131 |
msgid "Correct captcha required"
|
132 |
msgstr "Απαιτείται σωστή captcha"
|
133 |
|
134 |
-
#: user-submitted-posts.php:
|
135 |
msgid "User email required"
|
136 |
-
msgstr "Απαιτείται
|
137 |
|
138 |
-
#: user-submitted-posts.php:
|
139 |
msgid "Please check your email and try again"
|
140 |
msgstr "Ελέγξτε το email σας και δοκιμάστε ξανά"
|
141 |
|
142 |
-
#: user-submitted-posts.php:
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
msgstr "Μη-κενή τιμή για κρυφό πεδίο"
|
145 |
|
146 |
-
#: user-submitted-posts.php:
|
147 |
msgid "Minimum number of images not met"
|
148 |
-
msgstr "
|
149 |
|
150 |
-
#: user-submitted-posts.php:
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
-
msgstr "Έχει υπερβεί ο μέγιστος αριθμός εικόνων"
|
153 |
|
154 |
-
#: user-submitted-posts.php:
|
155 |
msgid "Minimum image width not met"
|
156 |
msgstr "Το ελάχιστο πλάτος εικόνας δεν πληρούται"
|
157 |
|
158 |
-
#: user-submitted-posts.php:
|
159 |
msgid "Image width exceeds maximum"
|
160 |
msgstr "Το πλάτος της εικόνας υπερβαίνει το μέγιστο"
|
161 |
|
162 |
-
#: user-submitted-posts.php:
|
163 |
msgid "Minimum image height not met"
|
164 |
msgstr "Το ελάχιστο ύψος εικόνας δεν πληρούται"
|
165 |
|
166 |
-
#: user-submitted-posts.php:
|
167 |
msgid "Image height exceeds maximum"
|
168 |
msgstr "Το ύψος της εικόνας υπερβαίνει το μέγιστο"
|
169 |
|
170 |
-
#: user-submitted-posts.php:
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
-
msgstr "Δεν επιτρέπεται ο τύπος αρχείου (παρακαλούμε μεταφορτώστε μόνο εικόνες)"
|
173 |
|
174 |
-
#: user-submitted-posts.php:
|
175 |
msgid " required"
|
176 |
msgstr " απαιτείται"
|
177 |
|
178 |
-
#: user-submitted-posts.php:
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
msgstr "Το αρχείο δεν μεταφορτώθηκε. Ελέγξτε το αρχείο και προσπαθήστε ξανά."
|
181 |
|
182 |
-
#: user-submitted-posts.php:
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
msgstr "Δεν ήταν δυνατή η μεταφόρτωση των αρχείων"
|
185 |
|
186 |
-
#: user-submitted-posts.php:
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
msgstr "Η δημοσίευση δεν δημιουργήθηκε. Επικοινωνήστε με τον διαχειριστή του ιστότοπου για βοήθεια."
|
189 |
|
190 |
-
#: user-submitted-posts.php:
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
msgstr "Διπλότυπος τίτλος. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα."
|
193 |
|
194 |
-
#: user-submitted-posts.php:
|
195 |
msgid "Error: "
|
196 |
-
msgstr "Λάθος:"
|
197 |
|
198 |
-
#: user-submitted-posts.php:
|
199 |
msgid "Return to form"
|
200 |
msgstr "Επιστροφή στη φόρμα"
|
201 |
|
202 |
-
#: user-submitted-posts.php:
|
203 |
msgid "Please"
|
204 |
msgstr "Σας παρακαλούμε"
|
205 |
|
206 |
-
#: user-submitted-posts.php:
|
207 |
msgid "log in"
|
208 |
msgstr "Σύνδεση"
|
209 |
|
210 |
-
#: user-submitted-posts.php:
|
211 |
msgid "to submit content!"
|
212 |
msgstr "να υποβάλει περιεχόμενο!"
|
213 |
|
214 |
-
#: views/submission-form.php:
|
215 |
msgid "Please complete the required fields."
|
216 |
msgstr "Συμπληρώστε τα απαιτούμενα πεδία."
|
217 |
|
218 |
-
#: views/submission-form.php:
|
219 |
-
#: views/submission-form-alt.php:
|
220 |
msgid "Your Name"
|
221 |
msgstr "Το όνομα σου"
|
222 |
|
223 |
-
#: views/submission-form.php:
|
224 |
-
#: views/submission-form-alt.php:
|
225 |
msgid "Your URL"
|
226 |
msgstr "Η διεύθυνση URL σας"
|
227 |
|
228 |
-
#: views/submission-form.php:
|
229 |
-
#: views/submission-form-alt.php:
|
230 |
msgid "Your Email"
|
231 |
msgstr "Η διεύθυνση του ηλεκτρονικού σου ταχυδρομείου"
|
232 |
|
233 |
-
#: views/submission-form.php:
|
234 |
-
#: views/submission-form-alt.php:
|
235 |
-
#: library/plugin-settings.php:
|
236 |
msgid "Post Title"
|
237 |
msgstr "Τίτλος ανάρτησης"
|
238 |
|
239 |
-
#: views/submission-form.php:
|
240 |
-
#: views/submission-form-alt.php:
|
241 |
-
#: library/plugin-settings.php:
|
242 |
msgid "Post Tags"
|
243 |
msgstr "Δημοσίευση ετικετών"
|
244 |
|
245 |
-
#: views/submission-form.php:
|
246 |
msgid "Antispam Question"
|
247 |
msgstr "Antispam Ερώτηση"
|
248 |
|
249 |
-
#: views/submission-form.php:
|
250 |
-
#: library/plugin-settings.php:
|
251 |
msgid "Post Category"
|
252 |
msgstr "Δημοσίευση κατηγορίας"
|
253 |
|
254 |
-
#: views/submission-form.php:
|
|
|
255 |
msgid "Please select a category.."
|
256 |
-
msgstr "Παρακαλώ επιλέξτε κατηγορία .."
|
257 |
|
258 |
-
#: views/submission-form.php:
|
259 |
-
#: views/submission-form-alt.php:
|
260 |
-
#: library/plugin-settings.php:
|
261 |
msgid "Post Content"
|
262 |
msgstr "Δημοσίευση περιεχομένου"
|
263 |
|
264 |
-
#: views/submission-form.php:
|
265 |
msgid "Verification"
|
266 |
msgstr "Επαλήθευση"
|
267 |
|
268 |
-
#: views/submission-form.php:
|
269 |
msgid "Upload an Image"
|
270 |
msgstr "Μεταφορτώστε μια εικόνα"
|
271 |
|
272 |
-
#: views/submission-form.php:
|
273 |
msgid "Add another image"
|
274 |
msgstr "Προσθέστε μια άλλη εικόνα"
|
275 |
|
276 |
-
#: views/submission-form.php:
|
277 |
msgid "Human verification: leave this field empty."
|
278 |
msgstr "Ανθρώπινη επαλήθευση: αφήστε αυτό το πεδίο κενό."
|
279 |
|
280 |
-
#: views/submission-form.php:
|
281 |
msgid "Submit Post"
|
282 |
msgstr "Υποβολή Δημοσίευσης"
|
283 |
|
|
|
|
|
|
|
|
|
284 |
#: library/shortcode-misc.php:18
|
285 |
msgid "Reset form"
|
286 |
msgstr "Επαναφορά μορφής"
|
@@ -289,1032 +294,1040 @@ msgstr "Επαναφορά μορφής"
|
|
289 |
msgid "View full post"
|
290 |
msgstr "Δείτε την πλήρη ανάρτηση"
|
291 |
|
292 |
-
#: library/
|
293 |
-
msgid "
|
294 |
-
msgstr "
|
295 |
-
|
296 |
-
#: library/support-panel.php:53
|
297 |
-
msgid "Plugin Planet"
|
298 |
-
msgstr "Plugin Planet"
|
299 |
-
|
300 |
-
#: library/support-panel.php:54
|
301 |
-
msgid "Donate via PayPal"
|
302 |
-
msgstr "Δωρεά μέσω PayPal"
|
303 |
-
|
304 |
-
#: library/support-panel.php:56
|
305 |
-
msgid "books"
|
306 |
-
msgstr "βιβλία"
|
307 |
-
|
308 |
-
#: library/support-panel.php:57
|
309 |
-
msgid "plugins"
|
310 |
-
msgstr "plugins"
|
311 |
-
|
312 |
-
#: library/support-panel.php:58
|
313 |
-
msgid "donation"
|
314 |
-
msgstr "δωρεά"
|
315 |
-
|
316 |
-
#: library/support-panel.php:60
|
317 |
-
msgid "Thank you for using"
|
318 |
-
msgstr "Σας ευχαριστούμε για τη χρήση"
|
319 |
-
|
320 |
-
#: library/support-panel.php:61
|
321 |
-
msgid "Please show support by purchasing one of my"
|
322 |
-
msgstr "Υποδείξτε την υποστήριξή σας αγοράζοντας ένα από τα δικά μου"
|
323 |
-
|
324 |
-
#: library/support-panel.php:62
|
325 |
-
msgid "or"
|
326 |
-
msgstr "ή"
|
327 |
-
|
328 |
-
#: library/support-panel.php:62
|
329 |
-
msgid "or by making a"
|
330 |
-
msgstr "ή κάνοντας ένα"
|
331 |
-
|
332 |
-
#: library/support-panel.php:63
|
333 |
-
msgid "Your generous support helps future development of"
|
334 |
-
msgstr "Η γενναιόδωρη υποστήριξη σας βοηθά στη μελλοντική ανάπτυξη του"
|
335 |
-
|
336 |
-
#: library/support-panel.php:64
|
337 |
-
msgid "and is greatly appreciated."
|
338 |
-
msgstr "και εκτιμάται ιδιαίτερα."
|
339 |
-
|
340 |
-
#: library/support-panel.php:66
|
341 |
-
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
342 |
-
msgstr "Κάθε δωρεά μεγέθους με βοηθά να συνεχίσω να αναπτύσσω αυτό το δωρεάν πρόσθετο και άλλους φοβερούς πόρους του WordPress."
|
343 |
-
|
344 |
-
#: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
|
345 |
-
msgid "Incorrect response."
|
346 |
-
msgstr "Λανθασμένη απάντηση."
|
347 |
|
348 |
-
#: library/plugin-settings.php:
|
349 |
msgid "Get USP Pro for unlimited forms!"
|
350 |
-
msgstr "Αποκτήστε USP Pro για απεριόριστες φόρμες!"
|
351 |
|
352 |
-
#: library/plugin-settings.php:
|
353 |
msgid "Go Pro"
|
354 |
msgstr "Γίνε επαγγελματίας"
|
355 |
|
356 |
-
#: library/plugin-settings.php:
|
357 |
-
|
358 |
-
msgstr "Ρυθμίσεις"
|
359 |
-
|
360 |
-
#: library/plugin-settings.php:55 library/plugin-settings.php:1007
|
361 |
-
#: library/plugin-settings.php:1595
|
362 |
msgid "Plugin Homepage"
|
363 |
msgstr "Ιστοσελίδα Plugin"
|
364 |
|
365 |
-
#: library/plugin-settings.php:
|
366 |
msgid "Homepage"
|
367 |
msgstr "Αρχική σελίδα"
|
368 |
|
369 |
-
#: library/plugin-settings.php:
|
370 |
msgid "Give USP a 5-star rating at WordPress.org"
|
371 |
msgstr "Δώστε USP μια βαθμολογία 5 αστέρων στο WordPress.org"
|
372 |
|
373 |
-
#: library/plugin-settings.php:
|
374 |
msgid "Rate this plugin »"
|
375 |
msgstr "Αξιολογήστε αυτήν την προσθήκη & nbsp; & raquo;"
|
376 |
|
377 |
-
#: library/plugin-settings.php:
|
378 |
msgid "WP Post (recommended)"
|
379 |
msgstr "WP Δημοσίευση (συνιστάται)"
|
380 |
|
381 |
-
#: library/plugin-settings.php:
|
382 |
msgid "WP Page"
|
383 |
msgstr "WP Page"
|
384 |
|
385 |
-
#: library/plugin-settings.php:
|
386 |
msgid "HTML5 Form + Default CSS"
|
387 |
msgstr "Φόρμα HTML5 + Προεπιλεγμένο CSS"
|
388 |
|
389 |
-
#: library/plugin-settings.php:
|
390 |
msgid "(Recommended)"
|
391 |
msgstr "(Συνιστάται)"
|
392 |
|
393 |
-
#: library/plugin-settings.php:
|
394 |
msgid "HTML5 Form + Disable CSS"
|
395 |
msgstr "Φόρμα HTML5 + Απενεργοποίηση CSS"
|
396 |
|
397 |
-
#: library/plugin-settings.php:
|
398 |
msgid "(Provide your own styles)"
|
399 |
-
msgstr "(
|
400 |
|
401 |
-
#: library/plugin-settings.php:
|
402 |
msgid "Custom Form + Custom CSS"
|
403 |
-
msgstr "
|
404 |
|
405 |
-
#: library/plugin-settings.php:
|
406 |
msgid "(Provide your own form template & styles)"
|
407 |
msgstr "(Δημιουργήστε το δικό σας πρότυπο φόρμας & amp; στυλ)"
|
408 |
|
409 |
-
#: library/plugin-settings.php:
|
410 |
-
#: library/plugin-settings.php:
|
411 |
msgid "Auto-display before post content"
|
412 |
msgstr "Αυτόματη προβολή πριν από την δημοσίευση περιεχομένου"
|
413 |
|
414 |
-
#: library/plugin-settings.php:
|
415 |
-
#: library/plugin-settings.php:
|
416 |
msgid "Auto-display after post content"
|
417 |
-
msgstr "Αυτόματη προβολή μετά
|
418 |
|
419 |
-
#: library/plugin-settings.php:
|
420 |
msgid "Do not auto-display submitted images"
|
421 |
-
msgstr "Μην προβάλλετε αυτόματα τις εικόνες που
|
422 |
|
423 |
-
#: library/plugin-settings.php:
|
424 |
msgid "Do not auto-display submitted email"
|
425 |
-
msgstr "Μην εμφανίζετε αυτόματα
|
426 |
|
427 |
-
#: library/plugin-settings.php:
|
428 |
msgid "Do not auto-display submitted URL"
|
429 |
msgstr "Μην εμφανίζετε αυτόματα την υποβληθείσα διεύθυνση URL"
|
430 |
|
431 |
-
#: library/plugin-settings.php:
|
432 |
msgid "Do not auto-display the Custom Field"
|
433 |
msgstr "Μην εμφανίζετε αυτόματα το προσαρμοσμένο πεδίο"
|
434 |
|
435 |
-
#: library/plugin-settings.php:
|
436 |
-
#: library/plugin-settings.php:
|
437 |
-
msgid "
|
438 |
-
msgstr "
|
439 |
|
440 |
-
#: library/plugin-settings.php:
|
441 |
-
msgid "
|
442 |
-
msgstr "
|
443 |
|
444 |
-
#: library/plugin-settings.php:
|
445 |
-
#: library/plugin-settings.php:
|
446 |
msgid "Disable this field"
|
447 |
msgstr "Απενεργοποιήστε αυτό το πεδίο"
|
448 |
|
449 |
-
#: library/plugin-settings.php:
|
450 |
-
#: library/plugin-settings.php:
|
451 |
msgid "(Visit"
|
452 |
msgstr "(Επίσκεψη"
|
453 |
|
454 |
-
#: library/plugin-settings.php:
|
455 |
-
#: library/plugin-settings.php:
|
456 |
msgid "to configure options)"
|
457 |
-
msgstr "για να
|
458 |
|
459 |
-
#: library/plugin-settings.php:
|
460 |
-
#: library/plugin-settings.php:
|
461 |
msgid "Challenge Question"
|
462 |
msgstr "Ερώτηση πρόκλησης"
|
463 |
|
464 |
-
#: library/plugin-settings.php:
|
465 |
-
#: library/plugin-settings.php:
|
466 |
msgid "Google reCAPTCHA"
|
467 |
msgstr "Google reCAPTCHA"
|
468 |
|
469 |
-
#: library/plugin-settings.php:
|
470 |
msgid "Post Images"
|
471 |
msgstr "Δημοσίευση εικόνων"
|
472 |
|
473 |
-
#: library/plugin-settings.php:
|
474 |
-
msgid "
|
475 |
-
msgstr "
|
476 |
|
477 |
-
#: library/plugin-settings.php:
|
478 |
msgid "Disable"
|
479 |
msgstr "Καθιστώ ανίκανο"
|
480 |
|
481 |
-
#: library/plugin-settings.php:
|
482 |
msgid "Image Uploads"
|
483 |
msgstr "Μεταφορτώσεις εικόνων"
|
484 |
|
485 |
-
#: library/plugin-settings.php:
|
486 |
msgid "Draft"
|
487 |
msgstr "Προσχέδιο"
|
488 |
|
489 |
-
#: library/plugin-settings.php:
|
490 |
msgid "Pending (default)"
|
491 |
msgstr "Εκκρεμεί (προεπιλογή)"
|
492 |
|
493 |
-
#: library/plugin-settings.php:
|
494 |
msgid "Publish immediately"
|
495 |
msgstr "Δημοσιεύστε αμέσως"
|
496 |
|
497 |
-
#: library/plugin-settings.php:
|
498 |
msgid "Publish after 1 approved post"
|
499 |
msgstr "Δημοσιεύστε μετά από 1 εγκεκριμένη ανάρτηση"
|
500 |
|
501 |
-
#: library/plugin-settings.php:
|
502 |
msgid "Publish after "
|
503 |
-
msgstr "Δημοσίευση μετά"
|
504 |
|
505 |
-
#: library/plugin-settings.php:
|
506 |
msgid " approved posts"
|
507 |
msgstr " εγκεκριμένες θέσεις"
|
508 |
|
509 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
510 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
511 |
msgstr "Παρουσιάστηκε σφάλμα. Βεβαιωθείτε ότι έχετε προσθέσει έναν τίτλο, κάποιο περιεχόμενο και ότι έχετε μεταφορτώσει μόνο εικόνες."
|
512 |
|
513 |
-
#: library/plugin-settings.php:
|
514 |
msgid "Please select your image(s) to upload."
|
515 |
msgstr "Επιλέξτε την εικόνα που θέλετε να ανεβάσετε."
|
516 |
|
517 |
-
#: library/plugin-settings.php:
|
518 |
msgid "Success! Thank you for your submission."
|
519 |
msgstr "Επιτυχία! Σας ευχαριστούμε για την υποβολή σας."
|
520 |
|
521 |
-
#: library/plugin-settings.php:
|
522 |
msgid "Email"
|
523 |
msgstr "ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ"
|
524 |
|
525 |
-
#: library/plugin-settings.php:
|
526 |
msgid "URL"
|
527 |
msgstr "URL"
|
528 |
|
529 |
-
#: library/plugin-settings.php:
|
530 |
msgid "Toggle all panels"
|
531 |
msgstr "Εναλλαγή όλων των πλαισίων"
|
532 |
|
533 |
-
#: library/plugin-settings.php:
|
534 |
msgid "We need your support!"
|
535 |
msgstr "Χρειαζόμαστε την υποστήριξή σας!"
|
536 |
|
537 |
-
#: library/plugin-settings.php:
|
538 |
msgid "Make a donation via PayPal"
|
539 |
msgstr "Κάντε μια δωρεά μέσω του PayPal"
|
540 |
|
541 |
-
#: library/plugin-settings.php:
|
542 |
msgid "make a donation"
|
543 |
msgstr "κάντε μια δωρεά"
|
544 |
|
545 |
-
#: library/plugin-settings.php:
|
546 |
msgid "and/or"
|
547 |
msgstr "και / ή"
|
548 |
|
549 |
-
#: library/plugin-settings.php:
|
550 |
msgid "Rate and review at the Plugin Directory"
|
551 |
msgstr "Αξιολογήστε και ανατρέξτε στον κατάλογο πρόσθετων στοιχείων"
|
552 |
|
553 |
-
#: library/plugin-settings.php:
|
554 |
msgid "give this plugin a 5-star rating"
|
555 |
msgstr "δώστε σε αυτήν την προσθήκη βαθμολογία 5 αστέρων"
|
556 |
|
557 |
-
#: library/plugin-settings.php:
|
558 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
559 |
-
msgstr "Η γενναιόδωρη υποστήριξη σας επιτρέπει τη συνεχή ανάπτυξη αυτού του δωρεάν
|
560 |
|
561 |
-
#: library/plugin-settings.php:
|
562 |
msgid "Check this box if you have shown support"
|
563 |
msgstr "Επιλέξτε αυτό το πλαίσιο εάν έχετε δείξει υποστήριξη"
|
564 |
|
565 |
-
#: library/plugin-settings.php:
|
566 |
msgid "Overview"
|
567 |
msgstr "ΣΦΑΙΡΙΚΗ ΕΙΚΟΝΑ"
|
568 |
|
569 |
-
#: library/plugin-settings.php:
|
570 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
571 |
-
msgstr "επιτρέπει στους επισκέπτες σας να υποβάλλουν αναρτήσεις και να ανεβάζουν εικόνες από το μπροστινό μέρος του ιστότοπού σας."
|
572 |
|
573 |
-
#: library/plugin-settings.php:
|
574 |
msgid "For advanced functionality and unlimited forms, check out"
|
575 |
-
msgstr "Για προηγμένη λειτουργικότητα και απεριόριστες
|
576 |
|
577 |
-
#: library/plugin-settings.php:
|
578 |
msgid "USP Pro"
|
579 |
msgstr "USP Pro"
|
580 |
|
581 |
-
#: library/plugin-settings.php:
|
582 |
msgid "— the ultimate solution for user-generated content."
|
583 |
-
msgstr "& mdash;
|
584 |
|
585 |
-
#: library/plugin-settings.php:
|
586 |
msgid "Plugin Settings"
|
587 |
msgstr "Ρυθμίσεις Plugin"
|
588 |
|
589 |
-
#: library/plugin-settings.php:
|
590 |
msgid "Display the form"
|
591 |
msgstr "Εμφάνιση της φόρμας"
|
592 |
|
593 |
-
#: library/plugin-settings.php:
|
594 |
msgid "If you like this plugin, please"
|
595 |
msgstr "Αν σας αρέσει αυτό το plugin, παρακαλώ"
|
596 |
|
597 |
-
#: library/plugin-settings.php:
|
598 |
msgid "THANK YOU for your support!"
|
599 |
msgstr "Σας ευχαριστούμε για την υποστήριξή σας!"
|
600 |
|
601 |
-
#: library/plugin-settings.php:
|
602 |
msgid "give it a 5-star rating"
|
603 |
msgstr "δώστε της μια βαθμολογία 5 αστέρων"
|
604 |
|
605 |
-
#: library/plugin-settings.php:
|
606 |
msgid "Unlimited front-end forms"
|
607 |
msgstr "Απεριόριστα έντυπα πρόσοψης"
|
608 |
|
609 |
-
#: library/plugin-settings.php:
|
610 |
msgid "Get USP Pro"
|
611 |
msgstr "Αποκτήστε USP Pro"
|
612 |
|
613 |
-
#: library/plugin-settings.php:
|
614 |
msgid "Configure your settings for User Submitted Posts."
|
615 |
msgstr "Ρυθμίστε τις ρυθμίσεις σας για τις υποβαλλόμενες από το χρήστη αναρτήσεις."
|
616 |
|
617 |
-
#: library/plugin-settings.php:
|
618 |
msgid "Form Fields"
|
619 |
msgstr "Πεδία φόρμας"
|
620 |
|
621 |
-
#: library/plugin-settings.php:
|
622 |
msgid "User Name"
|
623 |
msgstr "Ονομα χρήστη"
|
624 |
|
625 |
-
#: library/plugin-settings.php:
|
626 |
msgid "User Email"
|
627 |
msgstr "Ηλεκτρονικό ταχυδρομείο χρήστη"
|
628 |
|
629 |
-
#: library/plugin-settings.php:
|
630 |
msgid "User URL"
|
631 |
msgstr "Διεύθυνση URL χρήστη"
|
632 |
|
633 |
-
#: library/plugin-settings.php:
|
634 |
msgid "General Settings"
|
635 |
msgstr "Γενικές Ρυθμίσεις"
|
636 |
|
637 |
-
#: library/plugin-settings.php:
|
638 |
msgid "Note that the default settings work fine for most cases."
|
639 |
msgstr "Λάβετε υπόψη ότι οι προεπιλεγμένες ρυθμίσεις λειτουργούν σωστά στις περισσότερες περιπτώσεις."
|
640 |
|
641 |
-
#: library/plugin-settings.php:
|
642 |
msgid "Form Style"
|
643 |
msgstr "Στυλ φόρμας"
|
644 |
|
645 |
-
#: library/plugin-settings.php:
|
646 |
msgid "With this option, you can copy the plugin’s default templates:"
|
647 |
msgstr "Με αυτήν την επιλογή, μπορείτε να αντιγράψετε τα προεπιλεγμένα πρότυπα του plugin & rsquo; s:"
|
648 |
|
649 |
-
#: library/plugin-settings.php:
|
650 |
msgid "..and upload them into a directory named"
|
651 |
msgstr "..και να τα ανεβάσετε σε έναν κατάλογο που ονομάζεται"
|
652 |
|
653 |
-
#: library/plugin-settings.php:
|
654 |
msgid "in your theme:"
|
655 |
msgstr "στο θέμα σας:"
|
656 |
|
657 |
-
#: library/plugin-settings.php:
|
658 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
659 |
-
msgstr "Αυτό θα σας επιτρέψει να προσαρμόσετε τη μορφή και τα στυλ όπως επιθυμείτε. Για περισσότερες πληροφορίες, ανατρέξτε στην ενότητα \"
|
660 |
|
661 |
-
#: library/plugin-settings.php:
|
662 |
msgid "Installation Docs"
|
663 |
msgstr "Έγγραφα εγκατάστασης"
|
664 |
|
665 |
-
#: library/plugin-settings.php:
|
666 |
msgid "FYI: here is a"
|
667 |
msgstr "FYI: εδώ είναι α"
|
668 |
|
669 |
-
#: library/plugin-settings.php:
|
670 |
msgid "list of USP CSS selectors"
|
671 |
msgstr "λίστα επιλογών USP CSS"
|
672 |
|
673 |
-
#: library/plugin-settings.php:
|
674 |
msgid "Include JavaScript"
|
675 |
msgstr "Συμπεριλάβετε το JavaScript"
|
676 |
|
677 |
-
#: library/plugin-settings.php:
|
678 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
679 |
msgstr "Επιλέξτε αυτό το πλαίσιο εάν θέλετε να συμπεριλάβετε τα εξωτερικά αρχεία JavaScript (συνιστάται)."
|
680 |
|
681 |
-
#: library/plugin-settings.php:
|
682 |
msgid "Targeted Loading"
|
683 |
msgstr "Στοχοθετημένη φόρτωση"
|
684 |
|
685 |
-
#: library/plugin-settings.php:
|
686 |
-
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
|
687 |
-
msgstr "Από προεπιλογή, τα εξωτερικά CSS & amp; Τα αρχεία JavaScript φορτώνονται σε κάθε σελίδα. Εδώ μπορείτε να καθορίσετε τη διεύθυνση URL της φόρμας USP για να φορτώσετε πόρους μόνο σε
|
688 |
|
689 |
-
#: library/plugin-settings.php:
|
690 |
msgid "Post Type"
|
691 |
msgstr "Τύπος Post"
|
692 |
|
693 |
-
#: library/plugin-settings.php:
|
694 |
msgid "Submit posts as WP Posts or Pages"
|
695 |
-
msgstr "Υποβολή αναρτήσεων ως
|
696 |
|
697 |
-
#: library/plugin-settings.php:
|
698 |
msgid "Post Status"
|
699 |
msgstr "Κατάσταση Post"
|
700 |
|
701 |
-
#: library/plugin-settings.php:
|
702 |
msgid "Post Status for submitted posts"
|
703 |
msgstr "Κατάσταση Post για τις υποβληθείσες θέσεις"
|
704 |
|
705 |
-
#: library/plugin-settings.php:
|
706 |
msgid "Redirect URL"
|
707 |
-
msgstr "
|
708 |
|
709 |
-
#: library/plugin-settings.php:
|
710 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
711 |
msgstr "Καθορίστε μια διεύθυνση URL για να ανακατευθύνετε το χρήστη μετά την υποβολή. Αφήστε κενό για ανακατεύθυνση στην τρέχουσα σελίδα."
|
712 |
|
713 |
-
#: library/plugin-settings.php:
|
714 |
msgid "Success Message"
|
715 |
msgstr "Μήνυμα επιτυχίας"
|
716 |
|
717 |
-
#: library/plugin-settings.php:
|
718 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
719 |
msgstr "Το μήνυμα επιτυχίας που εμφανίζεται εάν η μετάδοση υποβολής είναι επιτυχής. Η βασική σήμανση επιτρέπεται."
|
720 |
|
721 |
-
#: library/plugin-settings.php:
|
722 |
msgid "Error Message"
|
723 |
msgstr "Μήνυμα λάθους"
|
724 |
|
725 |
-
#: library/plugin-settings.php:
|
726 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
727 |
msgstr "Γενικό μήνυμα σφάλματος που εμφανίζεται σε περίπτωση αποτυχίας μετά την υποβολή. Η βασική σήμανση επιτρέπεται."
|
728 |
|
729 |
-
#: library/plugin-settings.php:
|
730 |
msgid "Custom Content"
|
731 |
msgstr "Προσαρμοσμένο περιεχόμενο"
|
732 |
|
733 |
-
#: library/plugin-settings.php:
|
734 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
735 |
msgstr "Προσαρμοσμένο κείμενο / σήμανση που πρέπει να συμπεριληφθεί πριν από τη φόρμα υποβολής. Αφήστε κενό για απενεργοποίηση."
|
736 |
|
737 |
-
#: library/plugin-settings.php:
|
738 |
msgid "Rich Text Editor"
|
739 |
msgstr "Rich Text Editor"
|
740 |
|
741 |
-
#: library/plugin-settings.php:
|
742 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
743 |
-
msgstr "Επιλέξτε αυτό το πλαίσιο εάν θέλετε να ενεργοποιήσετε την επεξεργασία πλούσιων κειμένων
|
744 |
|
745 |
-
#: library/plugin-settings.php:
|
746 |
msgid "Unique Titles"
|
747 |
msgstr "Μοναδικοί τίτλοι"
|
748 |
|
749 |
-
#: library/plugin-settings.php:
|
750 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
751 |
-
msgstr "
|
752 |
|
753 |
-
#: library/plugin-settings.php:
|
754 |
msgid "Disable Required"
|
755 |
msgstr "Απενεργοποίηση Απαιτείται"
|
756 |
|
757 |
-
#: library/plugin-settings.php:
|
758 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
759 |
msgstr "Απενεργοποιήστε όλα τα απαιτούμενα χαρακτηριστικά στα πεδία προεπιλεγμένης φόρμας (χρήσιμα για την αντιμετώπιση προβλημάτων μηνυμάτων λάθους)."
|
760 |
|
761 |
-
#: library/plugin-settings.php:
|
762 |
msgid "Enable Shortcodes"
|
763 |
-
msgstr "
|
764 |
|
765 |
-
#: library/plugin-settings.php:
|
766 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
767 |
-
msgstr "Ενεργοποιήστε
|
768 |
|
769 |
-
#: library/plugin-settings.php:
|
770 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
771 |
msgstr "Αυτή η ρύθμιση επιτρέπει σε οποιονδήποτε / όλους τους κωδικούς πρόσβασης σε widgets (ακόμη και σε shortcodes από άλλα plugins)."
|
772 |
|
773 |
-
#: library/plugin-settings.php:
|
774 |
-
msgid "
|
775 |
-
msgstr "
|
776 |
|
777 |
-
#: library/plugin-settings.php:
|
778 |
msgid "Disable IP Tracking"
|
779 |
msgstr "Απενεργοποίηση παρακολούθησης IP"
|
780 |
|
781 |
-
#: library/plugin-settings.php:
|
782 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
783 |
-
msgstr "Από προεπιλογή, το USP καταγράφει τη διεύθυνση IP με κάθε
|
784 |
|
785 |
-
#: library/plugin-settings.php:
|
786 |
msgid "Display Checkbox"
|
787 |
msgstr "Εμφάνιση πλαισίου ελέγχου"
|
788 |
|
789 |
-
#: library/plugin-settings.php:
|
790 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
791 |
-
msgstr "Προβολή προσαρμοσμένου πλαισίου ελέγχου στη φόρμα σας (χρήσιμο για GDPR, αποδοχή όρων κ.λπ.)"
|
792 |
|
793 |
-
#: library/plugin-settings.php:
|
794 |
msgid "Checkbox Name"
|
795 |
msgstr "Όνομα γραμματοκιβωτίου"
|
796 |
|
797 |
-
#: library/plugin-settings.php:
|
798 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
799 |
-
msgstr "Χρησιμοποιήστε μόνο αλφαριθμητικά,
|
800 |
|
801 |
-
#: library/plugin-settings.php:
|
802 |
msgid "Checkbox Error"
|
803 |
msgstr "Σφάλμα στο πλαίσιο ελέγχου"
|
804 |
|
805 |
-
#: library/plugin-settings.php:
|
806 |
msgid "Error message displayed if user does not check the box."
|
807 |
-
msgstr "Εμφανίζεται μήνυμα σφάλματος αν ο χρήστης δεν
|
808 |
|
809 |
-
#: library/plugin-settings.php:
|
810 |
msgid "Checkbox Text"
|
811 |
msgstr "Κείμενο ελέγχου κειμένου"
|
812 |
|
813 |
-
#: library/plugin-settings.php:
|
814 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
815 |
msgstr "Το κείμενο εμφανίζεται δίπλα στο πλαίσιο ελέγχου. Συμβουλή: Χρησιμοποιήστε τα άγκιστρα στη γωνία εξόδου, για παράδειγμα:"
|
816 |
|
817 |
-
#: library/plugin-settings.php:
|
818 |
msgid "Categories"
|
819 |
msgstr "Κατηγορίες"
|
820 |
|
821 |
-
#: library/plugin-settings.php:
|
822 |
-
msgid "
|
823 |
-
msgstr "
|
824 |
|
825 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
826 |
msgid "Hidden/Default Category"
|
827 |
msgstr "Κρυφό / προεπιλεγμένη κατηγορία"
|
828 |
|
829 |
-
#: library/plugin-settings.php:
|
830 |
-
msgid "Use a hidden field for the post category. This
|
831 |
-
msgstr "Χρησιμοποιήστε ένα κρυφό πεδίο για την κατηγορία post. Αυτό
|
832 |
|
833 |
-
#: library/plugin-settings.php:
|
834 |
msgid "Category ID for Hidden Field"
|
835 |
msgstr "Αναγνωριστικό κατηγορίας για το κρυφό πεδίο"
|
836 |
|
837 |
-
#: library/plugin-settings.php:
|
838 |
-
msgid "Specify
|
839 |
-
msgstr "Καθορίστε
|
840 |
|
841 |
-
#: library/plugin-settings.php:
|
842 |
msgid "Users"
|
843 |
msgstr "Χρήστες"
|
844 |
|
845 |
-
#: library/plugin-settings.php:
|
846 |
msgid "Assigned Author"
|
847 |
msgstr "Αναθέτουσα συγγραφέα"
|
848 |
|
849 |
-
#: library/plugin-settings.php:
|
850 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
851 |
-
msgstr "Καθορίστε
|
852 |
|
853 |
-
#: library/plugin-settings.php:
|
854 |
msgid "Registered Username"
|
855 |
msgstr "Εγγεγραμμένο Όνομα Χρήστη"
|
856 |
|
857 |
-
#: library/plugin-settings.php:
|
858 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
859 |
-
msgstr "Χρησιμοποιήστε το
|
860 |
|
861 |
-
#: library/plugin-settings.php:
|
862 |
msgid "User Profile URL"
|
863 |
msgstr "Διεύθυνση URL προφίλ χρήστη"
|
864 |
|
865 |
-
#: library/plugin-settings.php:
|
866 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
867 |
-
msgstr "Χρησιμοποιήστε τη διεύθυνση URL του προφίλ του εγγεγραμμένου χρήστη ως την τιμή του πεδίου διεύθυνσης URL. Ισχύει όταν
|
868 |
|
869 |
-
#: library/plugin-settings.php:
|
870 |
msgid "Require User Login"
|
871 |
msgstr "Απαιτείται σύνδεση χρήστη"
|
872 |
|
873 |
-
#: library/plugin-settings.php:
|
874 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
875 |
msgstr "Να απαιτείται από τους χρήστες να συνδεθούν στο WordPress για να προβάλλουν / υποβάλλουν τη φόρμα"
|
876 |
|
877 |
-
#: library/plugin-settings.php:
|
878 |
msgid "Disable Replace Author"
|
879 |
msgstr "Απενεργοποίηση Αντικατάσταση συγγραφέα"
|
880 |
|
881 |
-
#: library/plugin-settings.php:
|
882 |
msgid "Do not replace post author with submitted user name"
|
883 |
-
msgstr "Μην αντικαθιστάτε τον συγγραφέα με το
|
884 |
|
885 |
-
#: library/plugin-settings.php:
|
886 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
887 |
-
msgstr "Εδώ μπορείτε να αλλάξετε το όνομα και την ετικέτα που
|
888 |
|
889 |
-
#: library/plugin-settings.php:
|
890 |
msgid "Custom Field Name"
|
891 |
msgstr "Όνομα πεδίου προσαρμοσμένου πεδίου"
|
892 |
|
893 |
-
#: library/plugin-settings.php:
|
894 |
msgid "Custom Field Label"
|
895 |
msgstr "Ετικέτα προσαρμοσμένου πεδίου"
|
896 |
|
897 |
-
#: library/plugin-settings.php:
|
898 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
899 |
msgstr "Αυτό θα εμφανιστεί ως ετικέτα πεδίου στη φόρμα. Προεπιλογή: Προσαρμοσμένο πεδίο"
|
900 |
|
901 |
-
#: library/plugin-settings.php:
|
902 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
903 |
-
msgstr "Για να αποτρέψετε
|
904 |
|
905 |
-
#: library/plugin-settings.php:
|
906 |
msgid "Challenge Response"
|
907 |
msgstr "Πρόκληση απόκρισης"
|
908 |
|
909 |
-
#: library/plugin-settings.php:
|
910 |
msgid "Enter the *only* correct answer to the challenge question."
|
911 |
-
msgstr "Καταχωρίστε
|
912 |
|
913 |
-
#: library/plugin-settings.php:
|
914 |
msgid "Case-sensitivity"
|
915 |
msgstr "Ευαίσθητη περίπτωση"
|
916 |
|
917 |
-
#: library/plugin-settings.php:
|
918 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
919 |
-
msgstr "
|
920 |
|
921 |
-
#: library/plugin-settings.php:
|
922 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
923 |
-
msgstr "Για να ενεργοποιήσετε το Google reCAPTCHA,
|
924 |
|
925 |
-
#: library/plugin-settings.php:
|
926 |
msgid "Public Key"
|
927 |
msgstr "Δημόσιο κλειδί"
|
928 |
|
929 |
-
#: library/plugin-settings.php:
|
930 |
msgid "Enter your Public Key"
|
931 |
msgstr "Εισαγάγετε το δημόσιο κλειδί σας"
|
932 |
|
933 |
-
#: library/plugin-settings.php:
|
934 |
msgid "Private Key"
|
935 |
msgstr "Ιδιωτικό κλειδί"
|
936 |
|
937 |
-
#: library/plugin-settings.php:
|
938 |
msgid "Enter your Private Key"
|
939 |
-
msgstr "Εισαγάγετε το ιδιωτικό κλειδί
|
940 |
|
941 |
-
#: library/plugin-settings.php:
|
942 |
msgid "Email Alerts"
|
943 |
msgstr "Ειδοποιήσεις ηλεκτρονικού ταχυδρομείου"
|
944 |
|
945 |
-
#: library/plugin-settings.php:
|
946 |
msgid "Receive Email Alert"
|
947 |
msgstr "Λήψη ειδοποίησης μέσω ηλεκτρονικού ταχυδρομείου"
|
948 |
|
949 |
-
#: library/plugin-settings.php:
|
950 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
951 |
msgstr "Επιλέξτε αυτό το πλαίσιο εάν θέλετε να ενημερώνεστε μέσω ηλεκτρονικού ταχυδρομείου για νέες υποβολές μηνυμάτων."
|
952 |
|
953 |
-
#: library/plugin-settings.php:
|
954 |
msgid "Enable HTML Format"
|
955 |
msgstr "Ενεργοποιήστε τη μορφή HTML"
|
956 |
|
957 |
-
#: library/plugin-settings.php:
|
958 |
msgid "Check this box to enable HTML format for email alerts."
|
959 |
msgstr "Επιλέξτε αυτό το πλαίσιο για να ενεργοποιήσετε τη μορφή HTML για ειδοποιήσεις μέσω ηλεκτρονικού ταχυδρομείου."
|
960 |
|
961 |
-
#: library/plugin-settings.php:
|
962 |
msgid "Email Address for Alerts"
|
963 |
msgstr "Διεύθυνση ηλεκτρονικού ταχυδρομείου για ειδοποιήσεις"
|
964 |
|
965 |
-
#: library/plugin-settings.php:
|
966 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
967 |
-
msgstr "Εάν έχετε επιλέξει το πλαίσιο για να
|
968 |
|
969 |
-
#: library/plugin-settings.php:
|
970 |
msgid "Multiple recipients may be included using a comma, like so:"
|
971 |
msgstr "Πολλοί παραλήπτες μπορούν να συμπεριληφθούν χρησιμοποιώντας ένα κόμμα, όπως έτσι:"
|
972 |
|
973 |
-
#: library/plugin-settings.php:
|
974 |
msgid "Email “From” Address"
|
975 |
msgstr "Email & ldquo; από & rdquo; Διεύθυνση"
|
976 |
|
977 |
-
#: library/plugin-settings.php:
|
978 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
979 |
-
msgstr "Εδώ μπορείτε να προσαρμόσετε τις διευθύνσεις που χρησιμοποιούνται για το & ldquo; From & rdquo; κεφαλίδα (
|
980 |
|
981 |
-
#: library/plugin-settings.php:
|
982 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
983 |
-
msgstr "Εάν έχουν οριστεί πολλαπλές διευθύνσεις στην προηγούμενη ρύθμιση, συμπεριλάβετε
|
984 |
|
985 |
-
#: library/plugin-settings.php:
|
986 |
msgid "Email Alert Subject"
|
987 |
msgstr "Θέμα προειδοποίησης ηλεκτρονικού ταχυδρομείου"
|
988 |
|
989 |
-
#: library/plugin-settings.php:
|
990 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
991 |
-
msgstr "Θέμα για ειδοποιήσεις ηλεκτρονικού ταχυδρομείου. Αφήστε κενό για να χρησιμοποιήσετε την προεπιλεγμένη γραμμή θέματος. Σημείωση: μπορείτε να χρησιμοποιήσετε τις ακόλουθες μεταβλητές:"
|
992 |
|
993 |
-
#: library/plugin-settings.php:
|
994 |
msgid "Email Alert Message"
|
995 |
msgstr "Μήνυμα ειδοποίησης μέσω ηλεκτρονικού ταχυδρομείου"
|
996 |
|
997 |
-
#: library/plugin-settings.php:
|
998 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
999 |
-
msgstr "Μήνυμα για ειδοποιήσεις ηλεκτρονικού ταχυδρομείου. Αφήστε κενό για να χρησιμοποιήσετε το προεπιλεγμένο μήνυμα. Σημείωση: μπορείτε να χρησιμοποιήσετε τις ακόλουθες μεταβλητές:"
|
1000 |
|
1001 |
-
#: library/plugin-settings.php:
|
1002 |
msgid "Featured Image"
|
1003 |
msgstr "Προτεινόμενη εικόνα"
|
1004 |
|
1005 |
-
#: library/plugin-settings.php:
|
1006 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
1007 |
msgstr "Ορίστε τις φωτογραφίες που έχετε υποβάλει ως Προτεινόμενες Εικόνες. Απαιτεί υποστήριξη θεμάτων για τις Προτεινόμενες Εικόνες (aka Post Thumbnails)."
|
1008 |
|
1009 |
-
#: library/plugin-settings.php:
|
1010 |
msgid "Upload Message"
|
1011 |
-
msgstr "
|
1012 |
|
1013 |
-
#: library/plugin-settings.php:
|
1014 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
1015 |
-
msgstr "Μήνυμα που εμφανίζεται δίπλα στο πεδίο φόρτωσης. Χρήσιμο για να δηλώσετε τις οδηγίες /
|
1016 |
|
1017 |
-
#: library/plugin-settings.php:
|
1018 |
msgid "“Add another image” link"
|
1019 |
msgstr "& ldquo; Προσθέστε μια άλλη εικόνα & rdquo; Σύνδεσμος"
|
1020 |
|
1021 |
-
#: library/plugin-settings.php:
|
1022 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
1023 |
-
msgstr "Προσαρμοσμένη σήμανση για
|
1024 |
|
1025 |
-
#: library/plugin-settings.php:
|
1026 |
msgid "Minimum number of images"
|
1027 |
msgstr "Ελάχιστος αριθμός εικόνων"
|
1028 |
|
1029 |
-
#: library/plugin-settings.php:
|
1030 |
msgid "Specify the minimum number of images."
|
1031 |
msgstr "Καθορίστε τον ελάχιστο αριθμό εικόνων."
|
1032 |
|
1033 |
-
#: library/plugin-settings.php:
|
1034 |
msgid "Maximum number of images"
|
1035 |
msgstr "Μέγιστος αριθμός εικόνων"
|
1036 |
|
1037 |
-
#: library/plugin-settings.php:
|
1038 |
msgid "Specify the maximum number of images."
|
1039 |
msgstr "Καθορίστε τον μέγιστο αριθμό εικόνων."
|
1040 |
|
1041 |
-
#: library/plugin-settings.php:
|
1042 |
msgid "Minimum image width"
|
1043 |
msgstr "Ελάχιστο πλάτος εικόνας"
|
1044 |
|
1045 |
-
#: library/plugin-settings.php:
|
1046 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1047 |
-
msgstr "Καθορίστε ένα ελάχιστο πλάτος (σε
|
1048 |
|
1049 |
-
#: library/plugin-settings.php:
|
1050 |
msgid "Minimum image height"
|
1051 |
msgstr "Ελάχιστο ύψος εικόνας"
|
1052 |
|
1053 |
-
#: library/plugin-settings.php:
|
1054 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1055 |
msgstr "Καθορίστε ένα ελάχιστο ύψος (σε εικονοστοιχεία) για τις μεταφορτωμένες εικόνες."
|
1056 |
|
1057 |
-
#: library/plugin-settings.php:
|
1058 |
msgid "Maximum image width"
|
1059 |
msgstr "Μέγιστο πλάτος εικόνας"
|
1060 |
|
1061 |
-
#: library/plugin-settings.php:
|
1062 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1063 |
msgstr "Καθορίστε ένα μέγιστο πλάτος (σε εικονοστοιχεία) για μεταφορτωμένες εικόνες."
|
1064 |
|
1065 |
-
#: library/plugin-settings.php:
|
1066 |
msgid "Maximum image height"
|
1067 |
msgstr "Μέγιστο ύψος εικόνας"
|
1068 |
|
1069 |
-
#: library/plugin-settings.php:
|
1070 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1071 |
msgstr "Καθορίστε ένα μέγιστο ύψος (σε εικονοστοιχεία) για τις μεταφορτωμένες εικόνες."
|
1072 |
|
1073 |
-
#: library/plugin-settings.php:
|
1074 |
msgid "More Options"
|
1075 |
msgstr "Περισσότερες επιλογές"
|
1076 |
|
1077 |
-
#: library/plugin-settings.php:
|
1078 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1079 |
msgstr "Για περισσότερες επιλογές, όπως η δυνατότητα μεταφόρτωσης άλλων τύπων αρχείων (όπως PDF, Word, Zip, βίντεο και άλλα), ελέγξτε έξω"
|
1080 |
|
1081 |
-
#: library/plugin-settings.php:
|
1082 |
msgid "Go Pro!"
|
1083 |
msgstr "Γίνε επαγγελματίας!"
|
1084 |
|
1085 |
-
#: library/plugin-settings.php:
|
1086 |
msgid "Auto-Display Content"
|
1087 |
msgstr "Αυτόματη προβολή περιεχομένου"
|
1088 |
|
1089 |
-
#: library/plugin-settings.php:
|
1090 |
msgid "Auto-Display Images"
|
1091 |
msgstr "Αυτόματη προβολή εικόνων"
|
1092 |
|
1093 |
-
#: library/plugin-settings.php:
|
1094 |
msgid "Auto-display user-submitted images:"
|
1095 |
msgstr "Αυτόματη προβολή εικόνων που έχουν υποβληθεί από τους χρήστες:"
|
1096 |
|
1097 |
-
#: library/plugin-settings.php:
|
1098 |
msgid "Image Markup"
|
1099 |
msgstr "Σήμανση εικόνας"
|
1100 |
|
1101 |
-
#: library/plugin-settings.php:
|
1102 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1103 |
msgstr "Σήμανση για χρήση για κάθε εικόνα που έχει υποβληθεί (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
|
1104 |
|
1105 |
-
#: library/plugin-settings.php:
|
1106 |
-
#: library/plugin-settings.php:
|
1107 |
msgid "and"
|
1108 |
msgstr "και"
|
1109 |
|
1110 |
-
#: library/plugin-settings.php:
|
1111 |
msgid "Auto-Display Email"
|
1112 |
-
msgstr "
|
1113 |
|
1114 |
-
#: library/plugin-settings.php:
|
1115 |
msgid "Auto-display user-submitted email:"
|
1116 |
msgstr "Αυτόματη εμφάνιση ηλεκτρονικού ταχυδρομείου που υπέβαλε χρήστης:"
|
1117 |
|
1118 |
-
#: library/plugin-settings.php:
|
1119 |
msgid "Email Markup"
|
1120 |
msgstr "Ετικέτα ηλεκτρονικού ταχυδρομείου"
|
1121 |
|
1122 |
-
#: library/plugin-settings.php:
|
1123 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1124 |
-
msgstr "Σήμανση για χρήση για τη διεύθυνση ηλεκτρονικού ταχυδρομείου που υποβλήθηκε (όταν είναι ενεργοποιημένη η αυτόματη
|
1125 |
|
1126 |
-
#: library/plugin-settings.php:
|
1127 |
msgid "Auto-Display URL"
|
1128 |
msgstr "Διεύθυνση URL αυτόματης προβολής"
|
1129 |
|
1130 |
-
#: library/plugin-settings.php:
|
1131 |
msgid "Auto-display user-submitted URL:"
|
1132 |
msgstr "Αυτόματη εμφάνιση της διεύθυνσης URL που υπέβαλε χρήστης:"
|
1133 |
|
1134 |
-
#: library/plugin-settings.php:
|
1135 |
msgid "URL Markup"
|
1136 |
-
msgstr "
|
1137 |
|
1138 |
-
#: library/plugin-settings.php:
|
1139 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1140 |
msgstr "Σήμανση για χρήση για την υποβληθείσα διεύθυνση URL (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
|
1141 |
|
1142 |
-
#: library/plugin-settings.php:
|
1143 |
msgid "Auto-Display Custom Field"
|
1144 |
msgstr "Αυτόματη προβολή προσαρμοσμένου πεδίου"
|
1145 |
|
1146 |
-
#: library/plugin-settings.php:
|
1147 |
msgid "Auto-display user-submitted Custom Field:"
|
1148 |
msgstr "Αυτόματη εμφάνιση προσαρμοσμένου πεδίου που υποβλήθηκε από το χρήστη:"
|
1149 |
|
1150 |
-
#: library/plugin-settings.php:
|
1151 |
msgid "Custom Field Markup"
|
1152 |
-
msgstr "
|
1153 |
|
1154 |
-
#: library/plugin-settings.php:
|
1155 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1156 |
msgstr "Σήμανση για χρήση για το προσαρμοσμένο πεδίο (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
|
1157 |
|
1158 |
-
#: library/plugin-settings.php:
|
1159 |
msgid "Save Settings"
|
1160 |
msgstr "Αποθηκεύσετε τις ρυθμίσεις"
|
1161 |
|
1162 |
-
#: library/plugin-settings.php:
|
1163 |
msgid "Display the Form"
|
1164 |
-
msgstr "
|
1165 |
|
1166 |
-
#: library/plugin-settings.php:
|
1167 |
msgid "Post-Submit Form"
|
1168 |
msgstr "Φόρμα υποβολής υποβολής"
|
1169 |
|
1170 |
-
#: library/plugin-settings.php:
|
1171 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1172 |
-
msgstr "Το USP σάς
|
1173 |
|
1174 |
-
#: library/plugin-settings.php:
|
1175 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1176 |
msgstr "Χρησιμοποιήστε το shortcode για να εμφανίσετε τη φόρμα σε οποιαδήποτε δημοσίευση WP ή σελίδα:"
|
1177 |
|
1178 |
-
#: library/plugin-settings.php:
|
1179 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1180 |
-
msgstr "Ή χρησιμοποιήστε την ετικέτα πρότυπου για να εμφανίσετε τη φόρμα οπουδήποτε στο πρότυπο
|
1181 |
|
1182 |
-
#: library/plugin-settings.php:
|
1183 |
msgid "Login/Register Form"
|
1184 |
msgstr "Φόρμα εγγραφής / εγγραφής"
|
1185 |
|
1186 |
-
#: library/plugin-settings.php:
|
1187 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1188 |
-
msgstr "Μπορείτε επίσης να εμφανίσετε μια φόρμα που επιτρέπει στους χρήστες να συνδεθούν, να
|
1189 |
|
1190 |
-
#: library/plugin-settings.php:
|
1191 |
msgid "Display Submitted Posts"
|
1192 |
msgstr "Εμφάνιση υποβαλλόμενων μηνυμάτων"
|
1193 |
|
1194 |
-
#: library/plugin-settings.php:
|
1195 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1196 |
-
msgstr "Χρησιμοποιήστε αυτό το
|
1197 |
|
1198 |
-
#: library/plugin-settings.php:
|
1199 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1200 |
-
msgstr "Ή χρησιμοποιήστε την ετικέτα πρότυπου για να εμφανίσετε μια λίστα με τις
|
1201 |
|
1202 |
-
#: library/plugin-settings.php:
|
1203 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1204 |
-
msgstr "Ακολουθούν μερικά παραδείγματα
|
1205 |
|
1206 |
-
#: library/plugin-settings.php:
|
1207 |
msgid "Display Image Gallery"
|
1208 |
msgstr "Προβολή της Συλλογής εικόνων"
|
1209 |
|
1210 |
-
#: library/plugin-settings.php:
|
1211 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1212 |
-
msgstr "Χρησιμοποιήστε
|
1213 |
|
1214 |
-
#: library/plugin-settings.php:
|
1215 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1216 |
-
msgstr "Ή χρησιμοποιήστε την ετικέτα
|
1217 |
|
1218 |
-
#: library/plugin-settings.php:
|
1219 |
msgid "You can customize using any of the follwing attributes:"
|
1220 |
msgstr "Μπορείτε να προσαρμόσετε χρησιμοποιώντας οποιαδήποτε από τα παρακάτω χαρακτηριστικά:"
|
1221 |
|
1222 |
-
#: library/plugin-settings.php:
|
1223 |
msgid "Reset Form Button"
|
1224 |
msgstr "Επαναφορά του κουμπιού φόρμας"
|
1225 |
|
1226 |
-
#: library/plugin-settings.php:
|
1227 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1228 |
msgstr "Αυτός ο συντομότερος κώδικας εμφανίζει έναν σύνδεσμο που επαναφέρει τη φόρμα στην αρχική του κατάσταση:"
|
1229 |
|
1230 |
-
#: library/plugin-settings.php:
|
1231 |
msgid "This shortcode accepts the following attributes:"
|
1232 |
msgstr "Αυτός ο κωδικός πρόσβασης δέχεται τα ακόλουθα χαρακτηριστικά:"
|
1233 |
|
1234 |
-
#: library/plugin-settings.php:
|
1235 |
msgid "Note that the url attribute accepts"
|
1236 |
msgstr "Σημειώστε ότι το χαρακτηριστικό url αποδέχεται"
|
1237 |
|
1238 |
-
#: library/plugin-settings.php:
|
1239 |
msgid "to get the current URL."
|
1240 |
msgstr "για να λάβετε την τρέχουσα διεύθυνση URL."
|
1241 |
|
1242 |
-
#: library/plugin-settings.php:
|
1243 |
msgid "Access Control"
|
1244 |
msgstr "Έλεγχος πρόσβασης"
|
1245 |
|
1246 |
-
#: library/plugin-settings.php:
|
1247 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1248 |
msgstr "Το USP παρέχει τρεις κωδικούς πρόσβασης για τον έλεγχο της πρόσβασης και τον περιορισμό του περιεχομένου."
|
1249 |
|
1250 |
-
#: library/plugin-settings.php:
|
1251 |
msgid "Display content only to users with a specific capability:"
|
1252 |
msgstr "Εμφάνιση περιεχομένου μόνο σε χρήστες με συγκεκριμένη δυνατότητα:"
|
1253 |
|
1254 |
-
#: library/plugin-settings.php:
|
1255 |
msgid "Display content to logged-in users:"
|
1256 |
msgstr "Εμφάνιση περιεχομένου σε συνδεδεμένους χρήστες:"
|
1257 |
|
1258 |
-
#: library/plugin-settings.php:
|
1259 |
msgid "Display content to visitors only:"
|
1260 |
msgstr "Εμφάνιση περιεχομένου μόνο σε επισκέπτες:"
|
1261 |
|
1262 |
-
#: library/plugin-settings.php:
|
1263 |
msgid "Tip:"
|
1264 |
msgstr "Υπόδειξη:"
|
1265 |
|
1266 |
-
#: library/plugin-settings.php:
|
1267 |
msgid "to include markup in the deny message, you can use"
|
1268 |
msgstr "για να συμπεριλάβετε σήμανση στο μήνυμα άρνησης, μπορείτε να χρησιμοποιήσετε"
|
1269 |
|
1270 |
-
#: library/plugin-settings.php:
|
1271 |
msgid "to output"
|
1272 |
msgstr "στην έξοδο"
|
1273 |
|
1274 |
-
#: library/plugin-settings.php:
|
1275 |
msgid "Example"
|
1276 |
msgstr "Παράδειγμα"
|
1277 |
|
1278 |
-
#: library/plugin-settings.php:
|
1279 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1280 |
msgstr "Εάν ο χρήστης είναι συνδεδεμένος, εμφανίστε τη φόρμα μετά την υποβολή. ή εάν ο χρήστης δεν είναι συνδεδεμένος, εμφανίστε τη φόρμα σύνδεσης:"
|
1281 |
|
1282 |
-
#: library/plugin-settings.php:
|
1283 |
msgid "Restore Defaults"
|
1284 |
msgstr "Επαναφέρετε τις προεπιλογές"
|
1285 |
|
1286 |
-
#: library/plugin-settings.php:
|
1287 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1288 |
-
msgstr "Αφήστε αυτή την επιλογή απενεργοποιημένη για να θυμάστε τις ρυθμίσεις σας. Ή, για να προχωρήσετε και να επαναφέρετε τις προεπιλεγμένες επιλογές πρόσθετων στοιχείων: επιλέξτε το πλαίσιο, αποθηκεύστε τις ρυθμίσεις σας και, στη συνέχεια, απενεργοποιήστε /
|
1289 |
|
1290 |
-
#: library/plugin-settings.php:
|
1291 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1292 |
msgstr "Επαναφορά προεπιλεγμένων επιλογών κατά την απενεργοποίηση / επανενεργοποίηση του plugin."
|
1293 |
|
1294 |
-
#: library/plugin-settings.php:
|
1295 |
msgid "Show Support"
|
1296 |
msgstr "Εμφάνιση υποστήριξης"
|
1297 |
|
1298 |
-
#: library/plugin-settings.php:
|
1299 |
msgid "by"
|
1300 |
msgstr "με"
|
1301 |
|
1302 |
-
#: library/plugin-settings.php:
|
1303 |
msgid "Jeff Starr on Twitter"
|
1304 |
msgstr "Jeff Starr στο Twitter"
|
1305 |
|
1306 |
-
#: library/plugin-settings.php:
|
1307 |
msgid "Obsessive Web Design & Development"
|
1308 |
msgstr "Obsessive Web Design & amp; Ανάπτυξη"
|
1309 |
|
1310 |
-
#: library/plugin-settings.php:
|
1311 |
msgid "Save Preference"
|
1312 |
msgstr "Αποθήκευση προτιμήσεων"
|
1313 |
|
1314 |
-
#: library/plugin-settings.php:
|
1315 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1316 |
msgstr "Είστε βέβαιοι ότι θέλετε να επαναφέρετε όλες τις προεπιλεγμένες επιλογές; (Αυτή η πράξη δε μπορεί να αναιρεθεί)"
|
1317 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1318 |
#. Description of the plugin
|
1319 |
#:
|
1320 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
+
"Project-Id-Version: USP 20190825\n"
|
8 |
"Language: el\n"
|
9 |
|
10 |
#. Name of the plugin
|
12 |
msgid "User Submitted Posts"
|
13 |
msgstr "Δημοσιευμένες Δημοσιεύσεις Χρήστη"
|
14 |
|
15 |
+
#: user-submitted-posts.php:82
|
16 |
msgid "requires WordPress "
|
17 |
+
msgstr "απαιτεί WordPress "
|
18 |
|
19 |
+
#: user-submitted-posts.php:83
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
+
msgstr " ή υψηλότερη και έχει απενεργοποιηθεί! "
|
22 |
|
23 |
+
#: user-submitted-posts.php:84
|
24 |
msgid "Please return to the"
|
25 |
+
msgstr "Επιστρέψτε στο"
|
26 |
|
27 |
+
#: user-submitted-posts.php:85
|
28 |
msgid "WordPress Admin Area"
|
29 |
msgstr "Περιοχή διαχείρισης του WordPress"
|
30 |
|
31 |
+
#: user-submitted-posts.php:86
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
msgstr "για να αναβαθμίσετε το WordPress και να προσπαθήσετε ξανά."
|
34 |
|
35 |
+
#: user-submitted-posts.php:126
|
36 |
msgid "User Submitted Post"
|
37 |
msgstr "Δημοσίευση χρήστη"
|
38 |
|
39 |
+
#: user-submitted-posts.php:467
|
40 |
msgid "User Submitted Post Info"
|
41 |
msgstr "Ο χρήστης υποβλήθηκε μετά τις πληροφορίες"
|
42 |
|
43 |
+
#: user-submitted-posts.php:497
|
44 |
msgid "Submitter Name: "
|
45 |
+
msgstr "Όνομα υποβάλλοντα: "
|
46 |
|
47 |
+
#: user-submitted-posts.php:498
|
48 |
msgid "Submitter Email: "
|
49 |
+
msgstr "Email υποβάλλοντα: "
|
50 |
|
51 |
+
#: user-submitted-posts.php:499
|
52 |
msgid "Submitter URL: "
|
53 |
+
msgstr "URL υποβολής: "
|
54 |
|
55 |
+
#: user-submitted-posts.php:500
|
56 |
msgid "Submitter IP: "
|
57 |
+
msgstr "IP υποβάλλοντα: "
|
58 |
|
59 |
+
#: user-submitted-posts.php:555
|
60 |
msgid "Show USP Posts"
|
61 |
msgstr "Εμφάνιση μηνυμάτων USP"
|
62 |
|
63 |
+
#: user-submitted-posts.php:556 library/plugin-settings.php:1095
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
+
#: user-submitted-posts.php:1393
|
68 |
msgid " files required"
|
69 |
+
msgstr " απαιτούνται αρχεία"
|
70 |
|
71 |
+
#: user-submitted-posts.php:1394
|
72 |
msgid " file required"
|
73 |
msgstr " αρχείου απαιτείται"
|
74 |
|
75 |
+
#: user-submitted-posts.php:1396
|
76 |
msgid " files"
|
77 |
msgstr " αρχεία"
|
78 |
|
79 |
+
#: user-submitted-posts.php:1397
|
80 |
msgid " file"
|
81 |
msgstr " αρχείο"
|
82 |
|
83 |
+
#: user-submitted-posts.php:1399 user-submitted-posts.php:1400
|
84 |
+
#: user-submitted-posts.php:1401 user-submitted-posts.php:1402
|
85 |
msgid " pixels"
|
86 |
+
msgstr " εικονοστοιχεία"
|
87 |
|
88 |
+
#: user-submitted-posts.php:1404 library/core-functions.php:219
|
89 |
+
#: library/plugin-settings.php:297 library/plugin-settings.php:316
|
90 |
+
#: library/plugin-settings.php:794 library/plugin-settings.php:1344
|
91 |
msgid "Custom Field"
|
92 |
msgstr "Προσαρμοσμένο πεδίο"
|
93 |
|
94 |
+
#: user-submitted-posts.php:1406
|
95 |
msgid "Custom checkbox required"
|
96 |
msgstr "Απαιτείται προσαρμοσμένο πλαίσιο ελέγχου"
|
97 |
|
98 |
+
#: user-submitted-posts.php:1409
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
msgstr "Παρουσιάστηκε σφάλμα. Επιστρέψτε και δοκιμάστε ξανά."
|
101 |
|
102 |
+
#: user-submitted-posts.php:1419
|
103 |
msgid "User login required"
|
104 |
msgstr "Απαιτείται σύνδεση χρήστη"
|
105 |
|
106 |
+
#: user-submitted-posts.php:1420
|
107 |
msgid "User name required"
|
108 |
msgstr "Απαιτείται όνομα χρήστη"
|
109 |
|
110 |
+
#: user-submitted-posts.php:1421
|
111 |
msgid "Post title required"
|
112 |
msgstr "Απαιτείται τίτλος μετάδοσης"
|
113 |
|
114 |
+
#: user-submitted-posts.php:1422
|
115 |
msgid "User URL required"
|
116 |
msgstr "Απαιτείται διεύθυνση URL χρήστη"
|
117 |
|
118 |
+
#: user-submitted-posts.php:1423
|
119 |
msgid "Post tags required"
|
120 |
msgstr "Απαιτούνται ετικέτες δημοσίευσης"
|
121 |
|
122 |
+
#: user-submitted-posts.php:1424
|
123 |
msgid "Post category required"
|
124 |
msgstr "Απαιτείται κατηγορία θέσης"
|
125 |
|
126 |
+
#: user-submitted-posts.php:1425
|
127 |
msgid "Post content required"
|
128 |
msgstr "Δημοσίευση περιεχομένου που απαιτείται"
|
129 |
|
130 |
+
#: user-submitted-posts.php:1426 user-submitted-posts.php:1427
|
131 |
msgid "Correct captcha required"
|
132 |
msgstr "Απαιτείται σωστή captcha"
|
133 |
|
134 |
+
#: user-submitted-posts.php:1428
|
135 |
msgid "User email required"
|
136 |
+
msgstr "Απαιτείται ηλεκτρονικό ταχυδρομείο χρήστη"
|
137 |
|
138 |
+
#: user-submitted-posts.php:1429
|
139 |
msgid "Please check your email and try again"
|
140 |
msgstr "Ελέγξτε το email σας και δοκιμάστε ξανά"
|
141 |
|
142 |
+
#: user-submitted-posts.php:1430
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
msgstr "Μη-κενή τιμή για κρυφό πεδίο"
|
145 |
|
146 |
+
#: user-submitted-posts.php:1431
|
147 |
msgid "Minimum number of images not met"
|
148 |
+
msgstr "Δεν πληρούται ο ελάχιστος αριθμός εικόνων"
|
149 |
|
150 |
+
#: user-submitted-posts.php:1432
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
+
msgstr "Έχει υπερβεί ο μέγιστος αριθμός εικόνων "
|
153 |
|
154 |
+
#: user-submitted-posts.php:1433
|
155 |
msgid "Minimum image width not met"
|
156 |
msgstr "Το ελάχιστο πλάτος εικόνας δεν πληρούται"
|
157 |
|
158 |
+
#: user-submitted-posts.php:1434
|
159 |
msgid "Image width exceeds maximum"
|
160 |
msgstr "Το πλάτος της εικόνας υπερβαίνει το μέγιστο"
|
161 |
|
162 |
+
#: user-submitted-posts.php:1435
|
163 |
msgid "Minimum image height not met"
|
164 |
msgstr "Το ελάχιστο ύψος εικόνας δεν πληρούται"
|
165 |
|
166 |
+
#: user-submitted-posts.php:1436
|
167 |
msgid "Image height exceeds maximum"
|
168 |
msgstr "Το ύψος της εικόνας υπερβαίνει το μέγιστο"
|
169 |
|
170 |
+
#: user-submitted-posts.php:1437
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
+
msgstr "Δεν επιτρέπεται ο τύπος αρχείου (παρακαλούμε μεταφορτώστε μόνο τις εικόνες)"
|
173 |
|
174 |
+
#: user-submitted-posts.php:1438
|
175 |
msgid " required"
|
176 |
msgstr " απαιτείται"
|
177 |
|
178 |
+
#: user-submitted-posts.php:1443
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
msgstr "Το αρχείο δεν μεταφορτώθηκε. Ελέγξτε το αρχείο και προσπαθήστε ξανά."
|
181 |
|
182 |
+
#: user-submitted-posts.php:1447
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
msgstr "Δεν ήταν δυνατή η μεταφόρτωση των αρχείων"
|
185 |
|
186 |
+
#: user-submitted-posts.php:1449
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
msgstr "Η δημοσίευση δεν δημιουργήθηκε. Επικοινωνήστε με τον διαχειριστή του ιστότοπου για βοήθεια."
|
189 |
|
190 |
+
#: user-submitted-posts.php:1450
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
msgstr "Διπλότυπος τίτλος. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα."
|
193 |
|
194 |
+
#: user-submitted-posts.php:1460
|
195 |
msgid "Error: "
|
196 |
+
msgstr "Λάθος: "
|
197 |
|
198 |
+
#: user-submitted-posts.php:1486
|
199 |
msgid "Return to form"
|
200 |
msgstr "Επιστροφή στη φόρμα"
|
201 |
|
202 |
+
#: user-submitted-posts.php:1516 library/plugin-settings.php:1071
|
203 |
msgid "Please"
|
204 |
msgstr "Σας παρακαλούμε"
|
205 |
|
206 |
+
#: user-submitted-posts.php:1517
|
207 |
msgid "log in"
|
208 |
msgstr "Σύνδεση"
|
209 |
|
210 |
+
#: user-submitted-posts.php:1518
|
211 |
msgid "to submit content!"
|
212 |
msgstr "να υποβάλει περιεχόμενο!"
|
213 |
|
214 |
+
#: views/submission-form.php:21 views/submission-form-alt.php:40
|
215 |
msgid "Please complete the required fields."
|
216 |
msgstr "Συμπληρώστε τα απαιτούμενα πεδία."
|
217 |
|
218 |
+
#: views/submission-form.php:31 views/submission-form.php:32
|
219 |
+
#: views/submission-form-alt.php:46 views/submission-form-alt.php:47
|
220 |
msgid "Your Name"
|
221 |
msgstr "Το όνομα σου"
|
222 |
|
223 |
+
#: views/submission-form.php:37 views/submission-form.php:38
|
224 |
+
#: views/submission-form-alt.php:52 views/submission-form-alt.php:53
|
225 |
msgid "Your URL"
|
226 |
msgstr "Η διεύθυνση URL σας"
|
227 |
|
228 |
+
#: views/submission-form.php:43 views/submission-form.php:44
|
229 |
+
#: views/submission-form-alt.php:58 views/submission-form-alt.php:59
|
230 |
msgid "Your Email"
|
231 |
msgstr "Η διεύθυνση του ηλεκτρονικού σου ταχυδρομείου"
|
232 |
|
233 |
+
#: views/submission-form.php:49 views/submission-form.php:50
|
234 |
+
#: views/submission-form-alt.php:64 views/submission-form-alt.php:65
|
235 |
+
#: library/plugin-settings.php:1132
|
236 |
msgid "Post Title"
|
237 |
msgstr "Τίτλος ανάρτησης"
|
238 |
|
239 |
+
#: views/submission-form.php:55 views/submission-form.php:56
|
240 |
+
#: views/submission-form-alt.php:70 views/submission-form-alt.php:71
|
241 |
+
#: library/plugin-settings.php:1133
|
242 |
msgid "Post Tags"
|
243 |
msgstr "Δημοσίευση ετικετών"
|
244 |
|
245 |
+
#: views/submission-form.php:68 views/submission-form-alt.php:83
|
246 |
msgid "Antispam Question"
|
247 |
msgstr "Antispam Ερώτηση"
|
248 |
|
249 |
+
#: views/submission-form.php:73 views/submission-form-alt.php:88
|
250 |
+
#: library/plugin-settings.php:1134
|
251 |
msgid "Post Category"
|
252 |
msgstr "Δημοσίευση κατηγορίας"
|
253 |
|
254 |
+
#: views/submission-form.php:74 views/submission-form.php:75
|
255 |
+
#: views/submission-form-alt.php:89 views/submission-form-alt.php:90
|
256 |
msgid "Please select a category.."
|
257 |
+
msgstr "Παρακαλώ επιλέξτε μια κατηγορία .."
|
258 |
|
259 |
+
#: views/submission-form.php:106 views/submission-form.php:107
|
260 |
+
#: views/submission-form-alt.php:121 views/submission-form-alt.php:122
|
261 |
+
#: library/plugin-settings.php:1135
|
262 |
msgid "Post Content"
|
263 |
msgstr "Δημοσίευση περιεχομένου"
|
264 |
|
265 |
+
#: views/submission-form.php:113 views/submission-form-alt.php:128
|
266 |
msgid "Verification"
|
267 |
msgstr "Επαλήθευση"
|
268 |
|
269 |
+
#: views/submission-form.php:120 views/submission-form-alt.php:135
|
270 |
msgid "Upload an Image"
|
271 |
msgstr "Μεταφορτώστε μια εικόνα"
|
272 |
|
273 |
+
#: views/submission-form.php:129 views/submission-form-alt.php:144
|
274 |
msgid "Add another image"
|
275 |
msgstr "Προσθέστε μια άλλη εικόνα"
|
276 |
|
277 |
+
#: views/submission-form.php:151 views/submission-form-alt.php:166
|
278 |
msgid "Human verification: leave this field empty."
|
279 |
msgstr "Ανθρώπινη επαλήθευση: αφήστε αυτό το πεδίο κενό."
|
280 |
|
281 |
+
#: views/submission-form.php:175 views/submission-form-alt.php:190
|
282 |
msgid "Submit Post"
|
283 |
msgstr "Υποβολή Δημοσίευσης"
|
284 |
|
285 |
+
#: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
|
286 |
+
msgid "Incorrect response."
|
287 |
+
msgstr "Λανθασμένη απάντηση."
|
288 |
+
|
289 |
#: library/shortcode-misc.php:18
|
290 |
msgid "Reset form"
|
291 |
msgstr "Επαναφορά μορφής"
|
294 |
msgid "View full post"
|
295 |
msgstr "Δείτε την πλήρη ανάρτηση"
|
296 |
|
297 |
+
#: library/plugin-settings.php:31
|
298 |
+
msgid "Settings"
|
299 |
+
msgstr "Ρυθμίσεις"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
|
301 |
+
#: library/plugin-settings.php:40
|
302 |
msgid "Get USP Pro for unlimited forms!"
|
303 |
+
msgstr "Αποκτήστε το USP Pro για απεριόριστες φόρμες!"
|
304 |
|
305 |
+
#: library/plugin-settings.php:41
|
306 |
msgid "Go Pro"
|
307 |
msgstr "Γίνε επαγγελματίας"
|
308 |
|
309 |
+
#: library/plugin-settings.php:62 library/plugin-settings.php:1103
|
310 |
+
#: library/plugin-settings.php:1696
|
|
|
|
|
|
|
|
|
311 |
msgid "Plugin Homepage"
|
312 |
msgstr "Ιστοσελίδα Plugin"
|
313 |
|
314 |
+
#: library/plugin-settings.php:63
|
315 |
msgid "Homepage"
|
316 |
msgstr "Αρχική σελίδα"
|
317 |
|
318 |
+
#: library/plugin-settings.php:68
|
319 |
msgid "Give USP a 5-star rating at WordPress.org"
|
320 |
msgstr "Δώστε USP μια βαθμολογία 5 αστέρων στο WordPress.org"
|
321 |
|
322 |
+
#: library/plugin-settings.php:69
|
323 |
msgid "Rate this plugin »"
|
324 |
msgstr "Αξιολογήστε αυτήν την προσθήκη & nbsp; & raquo;"
|
325 |
|
326 |
+
#: library/plugin-settings.php:127
|
327 |
msgid "WP Post (recommended)"
|
328 |
msgstr "WP Δημοσίευση (συνιστάται)"
|
329 |
|
330 |
+
#: library/plugin-settings.php:131
|
331 |
msgid "WP Page"
|
332 |
msgstr "WP Page"
|
333 |
|
334 |
+
#: library/plugin-settings.php:147
|
335 |
msgid "HTML5 Form + Default CSS"
|
336 |
msgstr "Φόρμα HTML5 + Προεπιλεγμένο CSS"
|
337 |
|
338 |
+
#: library/plugin-settings.php:147
|
339 |
msgid "(Recommended)"
|
340 |
msgstr "(Συνιστάται)"
|
341 |
|
342 |
+
#: library/plugin-settings.php:151
|
343 |
msgid "HTML5 Form + Disable CSS"
|
344 |
msgstr "Φόρμα HTML5 + Απενεργοποίηση CSS"
|
345 |
|
346 |
+
#: library/plugin-settings.php:151
|
347 |
msgid "(Provide your own styles)"
|
348 |
+
msgstr "(Δημιουργήστε το δικό σας στυλ)"
|
349 |
|
350 |
+
#: library/plugin-settings.php:155
|
351 |
msgid "Custom Form + Custom CSS"
|
352 |
+
msgstr "Προσαρμοσμένο έντυπο + προσαρμοσμένο CSS"
|
353 |
|
354 |
+
#: library/plugin-settings.php:155
|
355 |
msgid "(Provide your own form template & styles)"
|
356 |
msgstr "(Δημιουργήστε το δικό σας πρότυπο φόρμας & amp; στυλ)"
|
357 |
|
358 |
+
#: library/plugin-settings.php:171 library/plugin-settings.php:195
|
359 |
+
#: library/plugin-settings.php:218 library/plugin-settings.php:242
|
360 |
msgid "Auto-display before post content"
|
361 |
msgstr "Αυτόματη προβολή πριν από την δημοσίευση περιεχομένου"
|
362 |
|
363 |
+
#: library/plugin-settings.php:175 library/plugin-settings.php:199
|
364 |
+
#: library/plugin-settings.php:222 library/plugin-settings.php:246
|
365 |
msgid "Auto-display after post content"
|
366 |
+
msgstr "Αυτόματη προβολή μετά το περιεχόμενο μετά"
|
367 |
|
368 |
+
#: library/plugin-settings.php:179
|
369 |
msgid "Do not auto-display submitted images"
|
370 |
+
msgstr "Μην προβάλλετε αυτόματα τις εικόνες που υποβάλλονται"
|
371 |
|
372 |
+
#: library/plugin-settings.php:203
|
373 |
msgid "Do not auto-display submitted email"
|
374 |
+
msgstr "Μην εμφανίζετε αυτόματα τα ηλεκτρονικά μηνύματα"
|
375 |
|
376 |
+
#: library/plugin-settings.php:226
|
377 |
msgid "Do not auto-display submitted URL"
|
378 |
msgstr "Μην εμφανίζετε αυτόματα την υποβληθείσα διεύθυνση URL"
|
379 |
|
380 |
+
#: library/plugin-settings.php:250
|
381 |
msgid "Do not auto-display the Custom Field"
|
382 |
msgstr "Μην εμφανίζετε αυτόματα το προσαρμοσμένο πεδίο"
|
383 |
|
384 |
+
#: library/plugin-settings.php:278 library/plugin-settings.php:310
|
385 |
+
#: library/plugin-settings.php:343 library/plugin-settings.php:375
|
386 |
+
msgid "Enable and require"
|
387 |
+
msgstr "Ενεργοποίηση και απαίτηση"
|
388 |
|
389 |
+
#: library/plugin-settings.php:279 library/plugin-settings.php:311
|
390 |
+
msgid "Enable but do not require"
|
391 |
+
msgstr "Ενεργοποίηση αλλά δεν απαιτείται"
|
392 |
|
393 |
+
#: library/plugin-settings.php:280 library/plugin-settings.php:312
|
394 |
+
#: library/plugin-settings.php:344 library/plugin-settings.php:376
|
395 |
msgid "Disable this field"
|
396 |
msgstr "Απενεργοποιήστε αυτό το πεδίο"
|
397 |
|
398 |
+
#: library/plugin-settings.php:315 library/plugin-settings.php:347
|
399 |
+
#: library/plugin-settings.php:379 library/plugin-settings.php:411
|
400 |
msgid "(Visit"
|
401 |
msgstr "(Επίσκεψη"
|
402 |
|
403 |
+
#: library/plugin-settings.php:316 library/plugin-settings.php:348
|
404 |
+
#: library/plugin-settings.php:380 library/plugin-settings.php:412
|
405 |
msgid "to configure options)"
|
406 |
+
msgstr "για να διαμορφώσετε τις επιλογές)"
|
407 |
|
408 |
+
#: library/plugin-settings.php:331 library/plugin-settings.php:348
|
409 |
+
#: library/plugin-settings.php:1362 library/plugin-settings.php:1367
|
410 |
msgid "Challenge Question"
|
411 |
msgstr "Ερώτηση πρόκλησης"
|
412 |
|
413 |
+
#: library/plugin-settings.php:363 library/plugin-settings.php:380
|
414 |
+
#: library/plugin-settings.php:1384
|
415 |
msgid "Google reCAPTCHA"
|
416 |
msgstr "Google reCAPTCHA"
|
417 |
|
418 |
+
#: library/plugin-settings.php:395
|
419 |
msgid "Post Images"
|
420 |
msgstr "Δημοσίευση εικόνων"
|
421 |
|
422 |
+
#: library/plugin-settings.php:407
|
423 |
+
msgid "Enable"
|
424 |
+
msgstr "επιτρέπω"
|
425 |
|
426 |
+
#: library/plugin-settings.php:408
|
427 |
msgid "Disable"
|
428 |
msgstr "Καθιστώ ανίκανο"
|
429 |
|
430 |
+
#: library/plugin-settings.php:412 library/plugin-settings.php:1445
|
431 |
msgid "Image Uploads"
|
432 |
msgstr "Μεταφορτώσεις εικόνων"
|
433 |
|
434 |
+
#: library/plugin-settings.php:492
|
435 |
msgid "Draft"
|
436 |
msgstr "Προσχέδιο"
|
437 |
|
438 |
+
#: library/plugin-settings.php:493
|
439 |
msgid "Pending (default)"
|
440 |
msgstr "Εκκρεμεί (προεπιλογή)"
|
441 |
|
442 |
+
#: library/plugin-settings.php:494
|
443 |
msgid "Publish immediately"
|
444 |
msgstr "Δημοσιεύστε αμέσως"
|
445 |
|
446 |
+
#: library/plugin-settings.php:495
|
447 |
msgid "Publish after 1 approved post"
|
448 |
msgstr "Δημοσιεύστε μετά από 1 εγκεκριμένη ανάρτηση"
|
449 |
|
450 |
+
#: library/plugin-settings.php:496
|
451 |
msgid "Publish after "
|
452 |
+
msgstr "Δημοσίευση μετά "
|
453 |
|
454 |
+
#: library/plugin-settings.php:496
|
455 |
msgid " approved posts"
|
456 |
msgstr " εγκεκριμένες θέσεις"
|
457 |
|
458 |
+
#: library/plugin-settings.php:524
|
459 |
+
msgid "Select categories to display in the Category field."
|
460 |
+
msgstr "Επιλέξτε κατηγορίες που θέλετε να εμφανίζονται στο πεδίο Κατηγορία."
|
461 |
+
|
462 |
+
#: library/plugin-settings.php:738
|
463 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
464 |
msgstr "Παρουσιάστηκε σφάλμα. Βεβαιωθείτε ότι έχετε προσθέσει έναν τίτλο, κάποιο περιεχόμενο και ότι έχετε μεταφορτώσει μόνο εικόνες."
|
465 |
|
466 |
+
#: library/plugin-settings.php:752
|
467 |
msgid "Please select your image(s) to upload."
|
468 |
msgstr "Επιλέξτε την εικόνα που θέλετε να ανεβάσετε."
|
469 |
|
470 |
+
#: library/plugin-settings.php:758
|
471 |
msgid "Success! Thank you for your submission."
|
472 |
msgstr "Επιτυχία! Σας ευχαριστούμε για την υποβολή σας."
|
473 |
|
474 |
+
#: library/plugin-settings.php:784
|
475 |
msgid "Email"
|
476 |
msgstr "ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ"
|
477 |
|
478 |
+
#: library/plugin-settings.php:785
|
479 |
msgid "URL"
|
480 |
msgstr "URL"
|
481 |
|
482 |
+
#: library/plugin-settings.php:1058
|
483 |
msgid "Toggle all panels"
|
484 |
msgstr "Εναλλαγή όλων των πλαισίων"
|
485 |
|
486 |
+
#: library/plugin-settings.php:1067
|
487 |
msgid "We need your support!"
|
488 |
msgstr "Χρειαζόμαστε την υποστήριξή σας!"
|
489 |
|
490 |
+
#: library/plugin-settings.php:1071
|
491 |
msgid "Make a donation via PayPal"
|
492 |
msgstr "Κάντε μια δωρεά μέσω του PayPal"
|
493 |
|
494 |
+
#: library/plugin-settings.php:1071
|
495 |
msgid "make a donation"
|
496 |
msgstr "κάντε μια δωρεά"
|
497 |
|
498 |
+
#: library/plugin-settings.php:1071
|
499 |
msgid "and/or"
|
500 |
msgstr "και / ή"
|
501 |
|
502 |
+
#: library/plugin-settings.php:1072
|
503 |
msgid "Rate and review at the Plugin Directory"
|
504 |
msgstr "Αξιολογήστε και ανατρέξτε στον κατάλογο πρόσθετων στοιχείων"
|
505 |
|
506 |
+
#: library/plugin-settings.php:1073
|
507 |
msgid "give this plugin a 5-star rating"
|
508 |
msgstr "δώστε σε αυτήν την προσθήκη βαθμολογία 5 αστέρων"
|
509 |
|
510 |
+
#: library/plugin-settings.php:1077
|
511 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
512 |
+
msgstr "Η γενναιόδωρη υποστήριξη σας επιτρέπει τη συνεχή ανάπτυξη αυτού του δωρεάν plugin. Ευχαριστώ!"
|
513 |
|
514 |
+
#: library/plugin-settings.php:1082
|
515 |
msgid "Check this box if you have shown support"
|
516 |
msgstr "Επιλέξτε αυτό το πλαίσιο εάν έχετε δείξει υποστήριξη"
|
517 |
|
518 |
+
#: library/plugin-settings.php:1091
|
519 |
msgid "Overview"
|
520 |
msgstr "ΣΦΑΙΡΙΚΗ ΕΙΚΟΝΑ"
|
521 |
|
522 |
+
#: library/plugin-settings.php:1095
|
523 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
524 |
+
msgstr "επιτρέπει στους επισκέπτες σας να υποβάλλουν αναρτήσεις και να ανεβάζουν εικόνες από το μπροστινό μέρος του ιστότοπού σας. "
|
525 |
|
526 |
+
#: library/plugin-settings.php:1096
|
527 |
msgid "For advanced functionality and unlimited forms, check out"
|
528 |
+
msgstr "Για προηγμένη λειτουργικότητα και απεριόριστες φόρμες, ελέγξτε έξω"
|
529 |
|
530 |
+
#: library/plugin-settings.php:1096 library/plugin-settings.php:1503
|
531 |
msgid "USP Pro"
|
532 |
msgstr "USP Pro"
|
533 |
|
534 |
+
#: library/plugin-settings.php:1097
|
535 |
msgid "— the ultimate solution for user-generated content."
|
536 |
+
msgstr "& mdash; την τελική λύση για περιεχόμενο που δημιουργείται από χρήστες."
|
537 |
|
538 |
+
#: library/plugin-settings.php:1101 library/plugin-settings.php:1118
|
539 |
msgid "Plugin Settings"
|
540 |
msgstr "Ρυθμίσεις Plugin"
|
541 |
|
542 |
+
#: library/plugin-settings.php:1102
|
543 |
msgid "Display the form"
|
544 |
msgstr "Εμφάνιση της φόρμας"
|
545 |
|
546 |
+
#: library/plugin-settings.php:1106
|
547 |
msgid "If you like this plugin, please"
|
548 |
msgstr "Αν σας αρέσει αυτό το plugin, παρακαλώ"
|
549 |
|
550 |
+
#: library/plugin-settings.php:1107
|
551 |
msgid "THANK YOU for your support!"
|
552 |
msgstr "Σας ευχαριστούμε για την υποστήριξή σας!"
|
553 |
|
554 |
+
#: library/plugin-settings.php:1107
|
555 |
msgid "give it a 5-star rating"
|
556 |
msgstr "δώστε της μια βαθμολογία 5 αστέρων"
|
557 |
|
558 |
+
#: library/plugin-settings.php:1111
|
559 |
msgid "Unlimited front-end forms"
|
560 |
msgstr "Απεριόριστα έντυπα πρόσοψης"
|
561 |
|
562 |
+
#: library/plugin-settings.php:1111
|
563 |
msgid "Get USP Pro"
|
564 |
msgstr "Αποκτήστε USP Pro"
|
565 |
|
566 |
+
#: library/plugin-settings.php:1121
|
567 |
msgid "Configure your settings for User Submitted Posts."
|
568 |
msgstr "Ρυθμίστε τις ρυθμίσεις σας για τις υποβαλλόμενες από το χρήστη αναρτήσεις."
|
569 |
|
570 |
+
#: library/plugin-settings.php:1123
|
571 |
msgid "Form Fields"
|
572 |
msgstr "Πεδία φόρμας"
|
573 |
|
574 |
+
#: library/plugin-settings.php:1129
|
575 |
msgid "User Name"
|
576 |
msgstr "Ονομα χρήστη"
|
577 |
|
578 |
+
#: library/plugin-settings.php:1130
|
579 |
msgid "User Email"
|
580 |
msgstr "Ηλεκτρονικό ταχυδρομείο χρήστη"
|
581 |
|
582 |
+
#: library/plugin-settings.php:1131
|
583 |
msgid "User URL"
|
584 |
msgstr "Διεύθυνση URL χρήστη"
|
585 |
|
586 |
+
#: library/plugin-settings.php:1146
|
587 |
msgid "General Settings"
|
588 |
msgstr "Γενικές Ρυθμίσεις"
|
589 |
|
590 |
+
#: library/plugin-settings.php:1148
|
591 |
msgid "Note that the default settings work fine for most cases."
|
592 |
msgstr "Λάβετε υπόψη ότι οι προεπιλεγμένες ρυθμίσεις λειτουργούν σωστά στις περισσότερες περιπτώσεις."
|
593 |
|
594 |
+
#: library/plugin-settings.php:1153
|
595 |
msgid "Form Style"
|
596 |
msgstr "Στυλ φόρμας"
|
597 |
|
598 |
+
#: library/plugin-settings.php:1158
|
599 |
msgid "With this option, you can copy the plugin’s default templates:"
|
600 |
msgstr "Με αυτήν την επιλογή, μπορείτε να αντιγράψετε τα προεπιλεγμένα πρότυπα του plugin & rsquo; s:"
|
601 |
|
602 |
+
#: library/plugin-settings.php:1163
|
603 |
msgid "..and upload them into a directory named"
|
604 |
msgstr "..και να τα ανεβάσετε σε έναν κατάλογο που ονομάζεται"
|
605 |
|
606 |
+
#: library/plugin-settings.php:1163
|
607 |
msgid "in your theme:"
|
608 |
msgstr "στο θέμα σας:"
|
609 |
|
610 |
+
#: library/plugin-settings.php:1169
|
611 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
612 |
+
msgstr "Αυτό θα σας επιτρέψει να προσαρμόσετε τη μορφή και τα στυλ όπως επιθυμείτε. Για περισσότερες πληροφορίες, ανατρέξτε στην ενότητα \"Μορφή προσαρμοσμένης υποβολής\" στο"
|
613 |
|
614 |
+
#: library/plugin-settings.php:1170
|
615 |
msgid "Installation Docs"
|
616 |
msgstr "Έγγραφα εγκατάστασης"
|
617 |
|
618 |
+
#: library/plugin-settings.php:1171
|
619 |
msgid "FYI: here is a"
|
620 |
msgstr "FYI: εδώ είναι α"
|
621 |
|
622 |
+
#: library/plugin-settings.php:1171
|
623 |
msgid "list of USP CSS selectors"
|
624 |
msgstr "λίστα επιλογών USP CSS"
|
625 |
|
626 |
+
#: library/plugin-settings.php:1177
|
627 |
msgid "Include JavaScript"
|
628 |
msgstr "Συμπεριλάβετε το JavaScript"
|
629 |
|
630 |
+
#: library/plugin-settings.php:1179
|
631 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
632 |
msgstr "Επιλέξτε αυτό το πλαίσιο εάν θέλετε να συμπεριλάβετε τα εξωτερικά αρχεία JavaScript (συνιστάται)."
|
633 |
|
634 |
+
#: library/plugin-settings.php:1182
|
635 |
msgid "Targeted Loading"
|
636 |
msgstr "Στοχοθετημένη φόρτωση"
|
637 |
|
638 |
+
#: library/plugin-settings.php:1184
|
639 |
+
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
|
640 |
+
msgstr "Από προεπιλογή, τα εξωτερικά CSS & amp; Τα αρχεία JavaScript φορτώνονται σε κάθε σελίδα. Εδώ μπορείτε να καθορίσετε τη διεύθυνση URL της φόρμας USP για να φορτώσετε πόρους μόνο σε αυτήν τη σελίδα. Σημείωση: αφήστε κενό για φόρτωση σε όλες τις σελίδες. Χρησιμοποιήστε κόμματα για να διαχωρίσετε πολλές διευθύνσεις URL."
|
641 |
|
642 |
+
#: library/plugin-settings.php:1187
|
643 |
msgid "Post Type"
|
644 |
msgstr "Τύπος Post"
|
645 |
|
646 |
+
#: library/plugin-settings.php:1190
|
647 |
msgid "Submit posts as WP Posts or Pages"
|
648 |
+
msgstr "Υποβολή αναρτήσεων ως μηνύματα ή σελίδες WP"
|
649 |
|
650 |
+
#: library/plugin-settings.php:1194
|
651 |
msgid "Post Status"
|
652 |
msgstr "Κατάσταση Post"
|
653 |
|
654 |
+
#: library/plugin-settings.php:1197
|
655 |
msgid "Post Status for submitted posts"
|
656 |
msgstr "Κατάσταση Post για τις υποβληθείσες θέσεις"
|
657 |
|
658 |
+
#: library/plugin-settings.php:1201
|
659 |
msgid "Redirect URL"
|
660 |
+
msgstr "Ανακατεύθυνση διεύθυνσης URL"
|
661 |
|
662 |
+
#: library/plugin-settings.php:1203
|
663 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
664 |
msgstr "Καθορίστε μια διεύθυνση URL για να ανακατευθύνετε το χρήστη μετά την υποβολή. Αφήστε κενό για ανακατεύθυνση στην τρέχουσα σελίδα."
|
665 |
|
666 |
+
#: library/plugin-settings.php:1206
|
667 |
msgid "Success Message"
|
668 |
msgstr "Μήνυμα επιτυχίας"
|
669 |
|
670 |
+
#: library/plugin-settings.php:1208
|
671 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
672 |
msgstr "Το μήνυμα επιτυχίας που εμφανίζεται εάν η μετάδοση υποβολής είναι επιτυχής. Η βασική σήμανση επιτρέπεται."
|
673 |
|
674 |
+
#: library/plugin-settings.php:1211
|
675 |
msgid "Error Message"
|
676 |
msgstr "Μήνυμα λάθους"
|
677 |
|
678 |
+
#: library/plugin-settings.php:1213
|
679 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
680 |
msgstr "Γενικό μήνυμα σφάλματος που εμφανίζεται σε περίπτωση αποτυχίας μετά την υποβολή. Η βασική σήμανση επιτρέπεται."
|
681 |
|
682 |
+
#: library/plugin-settings.php:1216
|
683 |
msgid "Custom Content"
|
684 |
msgstr "Προσαρμοσμένο περιεχόμενο"
|
685 |
|
686 |
+
#: library/plugin-settings.php:1218
|
687 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
688 |
msgstr "Προσαρμοσμένο κείμενο / σήμανση που πρέπει να συμπεριληφθεί πριν από τη φόρμα υποβολής. Αφήστε κενό για απενεργοποίηση."
|
689 |
|
690 |
+
#: library/plugin-settings.php:1221
|
691 |
msgid "Rich Text Editor"
|
692 |
msgstr "Rich Text Editor"
|
693 |
|
694 |
+
#: library/plugin-settings.php:1223
|
695 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
696 |
+
msgstr "Επιλέξτε αυτό το πλαίσιο εάν θέλετε να ενεργοποιήσετε την επεξεργασία WP πλούσιων κειμένων για υποβληθείσες αναρτήσεις."
|
697 |
|
698 |
+
#: library/plugin-settings.php:1226
|
699 |
msgid "Unique Titles"
|
700 |
msgstr "Μοναδικοί τίτλοι"
|
701 |
|
702 |
+
#: library/plugin-settings.php:1228
|
703 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
704 |
+
msgstr "Απαιτήστε μοναδικούς τίτλους υποβολής (χρήσιμοι για την αποτροπή πολλαπλών / διπλών υποβολών)."
|
705 |
|
706 |
+
#: library/plugin-settings.php:1231
|
707 |
msgid "Disable Required"
|
708 |
msgstr "Απενεργοποίηση Απαιτείται"
|
709 |
|
710 |
+
#: library/plugin-settings.php:1233
|
711 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
712 |
msgstr "Απενεργοποιήστε όλα τα απαιτούμενα χαρακτηριστικά στα πεδία προεπιλεγμένης φόρμας (χρήσιμα για την αντιμετώπιση προβλημάτων μηνυμάτων λάθους)."
|
713 |
|
714 |
+
#: library/plugin-settings.php:1236
|
715 |
msgid "Enable Shortcodes"
|
716 |
+
msgstr "Ενεργοποίηση κωδικών πρόσβασης"
|
717 |
|
718 |
+
#: library/plugin-settings.php:1238
|
719 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
720 |
+
msgstr "Ενεργοποιήστε τα shortcodes στα γραφικά στοιχεία. Από προεπιλογή, το WordPress δεν ενεργοποιεί τα shortcodes στα γραφικά στοιχεία. "
|
721 |
|
722 |
+
#: library/plugin-settings.php:1239
|
723 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
724 |
msgstr "Αυτή η ρύθμιση επιτρέπει σε οποιονδήποτε / όλους τους κωδικούς πρόσβασης σε widgets (ακόμη και σε shortcodes από άλλα plugins)."
|
725 |
|
726 |
+
#: library/plugin-settings.php:1244
|
727 |
+
msgid "Privacy"
|
728 |
+
msgstr "Μυστικότητα"
|
729 |
|
730 |
+
#: library/plugin-settings.php:1249
|
731 |
msgid "Disable IP Tracking"
|
732 |
msgstr "Απενεργοποίηση παρακολούθησης IP"
|
733 |
|
734 |
+
#: library/plugin-settings.php:1251
|
735 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
736 |
+
msgstr "Από προεπιλογή, το USP καταγράφει τη διεύθυνση IP με κάθε υποβαλλόμενη θέση. Επιλέξτε αυτό το πλαίσιο για να απενεργοποιήσετε την παρακολούθηση IP."
|
737 |
|
738 |
+
#: library/plugin-settings.php:1255
|
739 |
msgid "Display Checkbox"
|
740 |
msgstr "Εμφάνιση πλαισίου ελέγχου"
|
741 |
|
742 |
+
#: library/plugin-settings.php:1257
|
743 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
744 |
+
msgstr "Προβολή προσαρμοσμένου πλαισίου ελέγχου στη φόρμα σας (χρήσιμο για το GDPR, αποδοχή όρων κ.λπ.)"
|
745 |
|
746 |
+
#: library/plugin-settings.php:1260
|
747 |
msgid "Checkbox Name"
|
748 |
msgstr "Όνομα γραμματοκιβωτίου"
|
749 |
|
750 |
+
#: library/plugin-settings.php:1262 library/plugin-settings.php:1352
|
751 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
752 |
+
msgstr "Χρησιμοποιήστε μόνο αλφαριθμητικά, υπογράμμιση και παύλες. Αν δεν είστε βέβαιοι, χρησιμοποιήστε το προεπιλεγμένο όνομα:"
|
753 |
|
754 |
+
#: library/plugin-settings.php:1265
|
755 |
msgid "Checkbox Error"
|
756 |
msgstr "Σφάλμα στο πλαίσιο ελέγχου"
|
757 |
|
758 |
+
#: library/plugin-settings.php:1267
|
759 |
msgid "Error message displayed if user does not check the box."
|
760 |
+
msgstr "Εμφανίζεται μήνυμα σφάλματος αν ο χρήστης δεν ελέγξει το πλαίσιο."
|
761 |
|
762 |
+
#: library/plugin-settings.php:1270
|
763 |
msgid "Checkbox Text"
|
764 |
msgstr "Κείμενο ελέγχου κειμένου"
|
765 |
|
766 |
+
#: library/plugin-settings.php:1272
|
767 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
768 |
msgstr "Το κείμενο εμφανίζεται δίπλα στο πλαίσιο ελέγχου. Συμβουλή: Χρησιμοποιήστε τα άγκιστρα στη γωνία εξόδου, για παράδειγμα:"
|
769 |
|
770 |
+
#: library/plugin-settings.php:1277 library/plugin-settings.php:1282
|
771 |
msgid "Categories"
|
772 |
msgstr "Κατηγορίες"
|
773 |
|
774 |
+
#: library/plugin-settings.php:1285
|
775 |
+
msgid "Click to view/select categories"
|
776 |
+
msgstr "Κάντε κλικ για να δείτε / επιλέξτε κατηγορίες"
|
777 |
|
778 |
+
#: library/plugin-settings.php:1293
|
779 |
+
msgid "Multiple Categories"
|
780 |
+
msgstr "Πολλαπλές κατηγορίες"
|
781 |
+
|
782 |
+
#: library/plugin-settings.php:1295
|
783 |
+
msgid "Enable users to select multiple categories."
|
784 |
+
msgstr "Ενεργοποιήστε τους χρήστες για να επιλέξετε πολλές κατηγορίες."
|
785 |
+
|
786 |
+
#: library/plugin-settings.php:1298
|
787 |
msgid "Hidden/Default Category"
|
788 |
msgstr "Κρυφό / προεπιλεγμένη κατηγορία"
|
789 |
|
790 |
+
#: library/plugin-settings.php:1300
|
791 |
+
msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
|
792 |
+
msgstr "Χρησιμοποιήστε ένα κρυφό πεδίο για την κατηγορία post. Αυτό αποκρύπτει το πεδίο κατηγορίας και ορίζει την τιμή του μέσω της επόμενης επιλογής."
|
793 |
|
794 |
+
#: library/plugin-settings.php:1303
|
795 |
msgid "Category ID for Hidden Field"
|
796 |
msgstr "Αναγνωριστικό κατηγορίας για το κρυφό πεδίο"
|
797 |
|
798 |
+
#: library/plugin-settings.php:1305
|
799 |
+
msgid "Specify category ID(s) to use for “Hidden/Default Category”. Separate multiple IDs with a comma."
|
800 |
+
msgstr "Καθορίστε τα αναγνωριστικά κατηγορίας που θα χρησιμοποιηθούν για την κατηγορία \"κρυμμένη / προεπιλεγμένη\" & rdquo ;. Ξεχωρίστε πολλά αναγνωριστικά με κόμμα."
|
801 |
|
802 |
+
#: library/plugin-settings.php:1310
|
803 |
msgid "Users"
|
804 |
msgstr "Χρήστες"
|
805 |
|
806 |
+
#: library/plugin-settings.php:1315
|
807 |
msgid "Assigned Author"
|
808 |
msgstr "Αναθέτουσα συγγραφέα"
|
809 |
|
810 |
+
#: library/plugin-settings.php:1318
|
811 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
812 |
+
msgstr "Καθορίστε το χρήστη που θα πρέπει να ανατεθεί ως συντάκτης για τις υποβληθείσες θέσεις."
|
813 |
|
814 |
+
#: library/plugin-settings.php:1322
|
815 |
msgid "Registered Username"
|
816 |
msgstr "Εγγεγραμμένο Όνομα Χρήστη"
|
817 |
|
818 |
+
#: library/plugin-settings.php:1324
|
819 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
820 |
+
msgstr "Χρησιμοποιήστε το εγγεγραμμένο όνομα χρήστη ως συγγραφέα. Ισχύει όταν ο χρήστης που υποβάλλει τη φόρμα είναι συνδεδεμένος στο WordPress."
|
821 |
|
822 |
+
#: library/plugin-settings.php:1327
|
823 |
msgid "User Profile URL"
|
824 |
msgstr "Διεύθυνση URL προφίλ χρήστη"
|
825 |
|
826 |
+
#: library/plugin-settings.php:1329
|
827 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
828 |
+
msgstr "Χρησιμοποιήστε τη διεύθυνση URL του προφίλ του εγγεγραμμένου χρήστη ως την τιμή του πεδίου διεύθυνσης URL. Ισχύει όταν ο χρήστης που υποβάλλει τη φόρμα είναι συνδεδεμένος στο WordPress."
|
829 |
|
830 |
+
#: library/plugin-settings.php:1332
|
831 |
msgid "Require User Login"
|
832 |
msgstr "Απαιτείται σύνδεση χρήστη"
|
833 |
|
834 |
+
#: library/plugin-settings.php:1334
|
835 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
836 |
msgstr "Να απαιτείται από τους χρήστες να συνδεθούν στο WordPress για να προβάλλουν / υποβάλλουν τη φόρμα"
|
837 |
|
838 |
+
#: library/plugin-settings.php:1337
|
839 |
msgid "Disable Replace Author"
|
840 |
msgstr "Απενεργοποίηση Αντικατάσταση συγγραφέα"
|
841 |
|
842 |
+
#: library/plugin-settings.php:1339
|
843 |
msgid "Do not replace post author with submitted user name"
|
844 |
+
msgstr "Μην αντικαθιστάτε τον συγγραφέα με το υπογεγραμμένο όνομα χρήστη"
|
845 |
|
846 |
+
#: library/plugin-settings.php:1345
|
847 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
848 |
+
msgstr "Εδώ μπορείτε να αλλάξετε το όνομα και την ετικέτα που χρησιμοποιούνται από το προσαρμοσμένο πεδίο. Μπορείτε να ενεργοποιήσετε αυτό το πεδίο μέσω της ρύθμισης Πεδία φόρμας, παραπάνω."
|
849 |
|
850 |
+
#: library/plugin-settings.php:1350
|
851 |
msgid "Custom Field Name"
|
852 |
msgstr "Όνομα πεδίου προσαρμοσμένου πεδίου"
|
853 |
|
854 |
+
#: library/plugin-settings.php:1355
|
855 |
msgid "Custom Field Label"
|
856 |
msgstr "Ετικέτα προσαρμοσμένου πεδίου"
|
857 |
|
858 |
+
#: library/plugin-settings.php:1357
|
859 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
860 |
msgstr "Αυτό θα εμφανιστεί ως ετικέτα πεδίου στη φόρμα. Προεπιλογή: Προσαρμοσμένο πεδίο"
|
861 |
|
862 |
+
#: library/plugin-settings.php:1369
|
863 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
864 |
+
msgstr "Για να αποτρέψετε το spam, εισαγάγετε μια ερώτηση την οποία πρέπει να απαντήσουν οι χρήστες πριν υποβάλουν τη φόρμα."
|
865 |
|
866 |
+
#: library/plugin-settings.php:1372
|
867 |
msgid "Challenge Response"
|
868 |
msgstr "Πρόκληση απόκρισης"
|
869 |
|
870 |
+
#: library/plugin-settings.php:1374
|
871 |
msgid "Enter the *only* correct answer to the challenge question."
|
872 |
+
msgstr "Καταχωρίστε την * μόνο * σωστή απάντηση στην ερώτηση πρόκλησης."
|
873 |
|
874 |
+
#: library/plugin-settings.php:1377
|
875 |
msgid "Case-sensitivity"
|
876 |
msgstr "Ευαίσθητη περίπτωση"
|
877 |
|
878 |
+
#: library/plugin-settings.php:1379
|
879 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
880 |
+
msgstr "Ενεργοποιήστε αυτό το πλαίσιο εάν θέλετε η απάντηση της πρόκλησης να είναι ευαίσθητη σε πεζά."
|
881 |
|
882 |
+
#: library/plugin-settings.php:1385
|
883 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
884 |
+
msgstr "Για να ενεργοποιήσετε το Google reCAPTCHA, εισαγάγετε τα δημόσια και ιδιωτικά κλειδιά σας."
|
885 |
|
886 |
+
#: library/plugin-settings.php:1390
|
887 |
msgid "Public Key"
|
888 |
msgstr "Δημόσιο κλειδί"
|
889 |
|
890 |
+
#: library/plugin-settings.php:1392
|
891 |
msgid "Enter your Public Key"
|
892 |
msgstr "Εισαγάγετε το δημόσιο κλειδί σας"
|
893 |
|
894 |
+
#: library/plugin-settings.php:1395
|
895 |
msgid "Private Key"
|
896 |
msgstr "Ιδιωτικό κλειδί"
|
897 |
|
898 |
+
#: library/plugin-settings.php:1397
|
899 |
msgid "Enter your Private Key"
|
900 |
+
msgstr "Εισαγάγετε το ιδιωτικό σας κλειδί"
|
901 |
|
902 |
+
#: library/plugin-settings.php:1402
|
903 |
msgid "Email Alerts"
|
904 |
msgstr "Ειδοποιήσεις ηλεκτρονικού ταχυδρομείου"
|
905 |
|
906 |
+
#: library/plugin-settings.php:1407
|
907 |
msgid "Receive Email Alert"
|
908 |
msgstr "Λήψη ειδοποίησης μέσω ηλεκτρονικού ταχυδρομείου"
|
909 |
|
910 |
+
#: library/plugin-settings.php:1409
|
911 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
912 |
msgstr "Επιλέξτε αυτό το πλαίσιο εάν θέλετε να ενημερώνεστε μέσω ηλεκτρονικού ταχυδρομείου για νέες υποβολές μηνυμάτων."
|
913 |
|
914 |
+
#: library/plugin-settings.php:1412
|
915 |
msgid "Enable HTML Format"
|
916 |
msgstr "Ενεργοποιήστε τη μορφή HTML"
|
917 |
|
918 |
+
#: library/plugin-settings.php:1414
|
919 |
msgid "Check this box to enable HTML format for email alerts."
|
920 |
msgstr "Επιλέξτε αυτό το πλαίσιο για να ενεργοποιήσετε τη μορφή HTML για ειδοποιήσεις μέσω ηλεκτρονικού ταχυδρομείου."
|
921 |
|
922 |
+
#: library/plugin-settings.php:1417
|
923 |
msgid "Email Address for Alerts"
|
924 |
msgstr "Διεύθυνση ηλεκτρονικού ταχυδρομείου για ειδοποιήσεις"
|
925 |
|
926 |
+
#: library/plugin-settings.php:1419
|
927 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
928 |
+
msgstr "Εάν έχετε επιλέξει το πλαίσιο για να λαμβάνετε ειδοποιήσεις μέσω ηλεκτρονικού ταχυδρομείου, υποδείξτε εδώ τη διεύθυνση (-ες) στην οποία πρέπει να σταλούν τα μηνύματα ηλεκτρονικού ταχυδρομείου."
|
929 |
|
930 |
+
#: library/plugin-settings.php:1420
|
931 |
msgid "Multiple recipients may be included using a comma, like so:"
|
932 |
msgstr "Πολλοί παραλήπτες μπορούν να συμπεριληφθούν χρησιμοποιώντας ένα κόμμα, όπως έτσι:"
|
933 |
|
934 |
+
#: library/plugin-settings.php:1423
|
935 |
msgid "Email “From” Address"
|
936 |
msgstr "Email & ldquo; από & rdquo; Διεύθυνση"
|
937 |
|
938 |
+
#: library/plugin-settings.php:1425
|
939 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
940 |
+
msgstr "Εδώ μπορείτε να προσαρμόσετε τις διευθύνσεις που χρησιμοποιούνται για το & ldquo; From & rdquo; κεφαλίδα (ανατρέξτε στην ενότητα Συνήθεις ερωτήσεις για πληροφορίες). "
|
941 |
|
942 |
+
#: library/plugin-settings.php:1426
|
943 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
944 |
+
msgstr "Εάν έχουν οριστεί πολλαπλές διευθύνσεις στην προηγούμενη ρύθμιση, συμπεριλάβετε ισάριθμους \"από & rdquo; διευθύνσεις για αυτήν τη ρύθμιση (με την ίδια σειρά)."
|
945 |
|
946 |
+
#: library/plugin-settings.php:1429
|
947 |
msgid "Email Alert Subject"
|
948 |
msgstr "Θέμα προειδοποίησης ηλεκτρονικού ταχυδρομείου"
|
949 |
|
950 |
+
#: library/plugin-settings.php:1431
|
951 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
952 |
+
msgstr "Θέμα για ειδοποιήσεις ηλεκτρονικού ταχυδρομείου. Αφήστε κενό για να χρησιμοποιήσετε την προεπιλεγμένη γραμμή θέματος. Σημείωση: μπορείτε να χρησιμοποιήσετε τις ακόλουθες μεταβλητές: "
|
953 |
|
954 |
+
#: library/plugin-settings.php:1436
|
955 |
msgid "Email Alert Message"
|
956 |
msgstr "Μήνυμα ειδοποίησης μέσω ηλεκτρονικού ταχυδρομείου"
|
957 |
|
958 |
+
#: library/plugin-settings.php:1438
|
959 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
960 |
+
msgstr "Μήνυμα για ειδοποιήσεις ηλεκτρονικού ταχυδρομείου. Αφήστε κενό για να χρησιμοποιήσετε το προεπιλεγμένο μήνυμα. Σημείωση: μπορείτε να χρησιμοποιήσετε τις ακόλουθες μεταβλητές: "
|
961 |
|
962 |
+
#: library/plugin-settings.php:1450
|
963 |
msgid "Featured Image"
|
964 |
msgstr "Προτεινόμενη εικόνα"
|
965 |
|
966 |
+
#: library/plugin-settings.php:1452
|
967 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
968 |
msgstr "Ορίστε τις φωτογραφίες που έχετε υποβάλει ως Προτεινόμενες Εικόνες. Απαιτεί υποστήριξη θεμάτων για τις Προτεινόμενες Εικόνες (aka Post Thumbnails)."
|
969 |
|
970 |
+
#: library/plugin-settings.php:1455
|
971 |
msgid "Upload Message"
|
972 |
+
msgstr "Μεταφορτώστε το μήνυμα"
|
973 |
|
974 |
+
#: library/plugin-settings.php:1457
|
975 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
976 |
+
msgstr "Μήνυμα που εμφανίζεται δίπλα στο πεδίο φόρτωσης. Χρήσιμο για να δηλώσετε τις οδηγίες / πολιτική σας για μεταφόρτωση / κλπ. Επιτρέπεται η βασική σήμανση."
|
977 |
|
978 |
+
#: library/plugin-settings.php:1460
|
979 |
msgid "“Add another image” link"
|
980 |
msgstr "& ldquo; Προσθέστε μια άλλη εικόνα & rdquo; Σύνδεσμος"
|
981 |
|
982 |
+
#: library/plugin-settings.php:1462
|
983 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
984 |
+
msgstr "Προσαρμοσμένη σήμανση για το & ldquo; Προσθέστε μια άλλη εικόνα & rdquo; Σύνδεσμος. Αφήστε κενό για να χρησιμοποιήσετε την προεπιλεγμένη σήμανση (συνιστάται)."
|
985 |
|
986 |
+
#: library/plugin-settings.php:1465
|
987 |
msgid "Minimum number of images"
|
988 |
msgstr "Ελάχιστος αριθμός εικόνων"
|
989 |
|
990 |
+
#: library/plugin-settings.php:1468
|
991 |
msgid "Specify the minimum number of images."
|
992 |
msgstr "Καθορίστε τον ελάχιστο αριθμό εικόνων."
|
993 |
|
994 |
+
#: library/plugin-settings.php:1472
|
995 |
msgid "Maximum number of images"
|
996 |
msgstr "Μέγιστος αριθμός εικόνων"
|
997 |
|
998 |
+
#: library/plugin-settings.php:1475
|
999 |
msgid "Specify the maximum number of images."
|
1000 |
msgstr "Καθορίστε τον μέγιστο αριθμό εικόνων."
|
1001 |
|
1002 |
+
#: library/plugin-settings.php:1479
|
1003 |
msgid "Minimum image width"
|
1004 |
msgstr "Ελάχιστο πλάτος εικόνας"
|
1005 |
|
1006 |
+
#: library/plugin-settings.php:1481
|
1007 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1008 |
+
msgstr "Καθορίστε ένα ελάχιστο πλάτος (σε εικονοστοιχεία) για τις μεταφορτωμένες εικόνες."
|
1009 |
|
1010 |
+
#: library/plugin-settings.php:1484
|
1011 |
msgid "Minimum image height"
|
1012 |
msgstr "Ελάχιστο ύψος εικόνας"
|
1013 |
|
1014 |
+
#: library/plugin-settings.php:1486
|
1015 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1016 |
msgstr "Καθορίστε ένα ελάχιστο ύψος (σε εικονοστοιχεία) για τις μεταφορτωμένες εικόνες."
|
1017 |
|
1018 |
+
#: library/plugin-settings.php:1489
|
1019 |
msgid "Maximum image width"
|
1020 |
msgstr "Μέγιστο πλάτος εικόνας"
|
1021 |
|
1022 |
+
#: library/plugin-settings.php:1491
|
1023 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1024 |
msgstr "Καθορίστε ένα μέγιστο πλάτος (σε εικονοστοιχεία) για μεταφορτωμένες εικόνες."
|
1025 |
|
1026 |
+
#: library/plugin-settings.php:1494
|
1027 |
msgid "Maximum image height"
|
1028 |
msgstr "Μέγιστο ύψος εικόνας"
|
1029 |
|
1030 |
+
#: library/plugin-settings.php:1496
|
1031 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1032 |
msgstr "Καθορίστε ένα μέγιστο ύψος (σε εικονοστοιχεία) για τις μεταφορτωμένες εικόνες."
|
1033 |
|
1034 |
+
#: library/plugin-settings.php:1499
|
1035 |
msgid "More Options"
|
1036 |
msgstr "Περισσότερες επιλογές"
|
1037 |
|
1038 |
+
#: library/plugin-settings.php:1502
|
1039 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1040 |
msgstr "Για περισσότερες επιλογές, όπως η δυνατότητα μεταφόρτωσης άλλων τύπων αρχείων (όπως PDF, Word, Zip, βίντεο και άλλα), ελέγξτε έξω"
|
1041 |
|
1042 |
+
#: library/plugin-settings.php:1503
|
1043 |
msgid "Go Pro!"
|
1044 |
msgstr "Γίνε επαγγελματίας!"
|
1045 |
|
1046 |
+
#: library/plugin-settings.php:1510
|
1047 |
msgid "Auto-Display Content"
|
1048 |
msgstr "Αυτόματη προβολή περιεχομένου"
|
1049 |
|
1050 |
+
#: library/plugin-settings.php:1515
|
1051 |
msgid "Auto-Display Images"
|
1052 |
msgstr "Αυτόματη προβολή εικόνων"
|
1053 |
|
1054 |
+
#: library/plugin-settings.php:1517
|
1055 |
msgid "Auto-display user-submitted images:"
|
1056 |
msgstr "Αυτόματη προβολή εικόνων που έχουν υποβληθεί από τους χρήστες:"
|
1057 |
|
1058 |
+
#: library/plugin-settings.php:1522
|
1059 |
msgid "Image Markup"
|
1060 |
msgstr "Σήμανση εικόνας"
|
1061 |
|
1062 |
+
#: library/plugin-settings.php:1524
|
1063 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1064 |
msgstr "Σήμανση για χρήση για κάθε εικόνα που έχει υποβληθεί (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
|
1065 |
|
1066 |
+
#: library/plugin-settings.php:1526 library/plugin-settings.php:1539
|
1067 |
+
#: library/plugin-settings.php:1552 library/plugin-settings.php:1565
|
1068 |
msgid "and"
|
1069 |
msgstr "και"
|
1070 |
|
1071 |
+
#: library/plugin-settings.php:1529
|
1072 |
msgid "Auto-Display Email"
|
1073 |
+
msgstr "Αυτόματη απεικόνιση ηλεκτρονικού ταχυδρομείου"
|
1074 |
|
1075 |
+
#: library/plugin-settings.php:1531
|
1076 |
msgid "Auto-display user-submitted email:"
|
1077 |
msgstr "Αυτόματη εμφάνιση ηλεκτρονικού ταχυδρομείου που υπέβαλε χρήστης:"
|
1078 |
|
1079 |
+
#: library/plugin-settings.php:1536
|
1080 |
msgid "Email Markup"
|
1081 |
msgstr "Ετικέτα ηλεκτρονικού ταχυδρομείου"
|
1082 |
|
1083 |
+
#: library/plugin-settings.php:1538
|
1084 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1085 |
+
msgstr "Σήμανση για χρήση για τη διεύθυνση ηλεκτρονικού ταχυδρομείου που υποβλήθηκε (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
|
1086 |
|
1087 |
+
#: library/plugin-settings.php:1542
|
1088 |
msgid "Auto-Display URL"
|
1089 |
msgstr "Διεύθυνση URL αυτόματης προβολής"
|
1090 |
|
1091 |
+
#: library/plugin-settings.php:1544
|
1092 |
msgid "Auto-display user-submitted URL:"
|
1093 |
msgstr "Αυτόματη εμφάνιση της διεύθυνσης URL που υπέβαλε χρήστης:"
|
1094 |
|
1095 |
+
#: library/plugin-settings.php:1549
|
1096 |
msgid "URL Markup"
|
1097 |
+
msgstr "URL Markup"
|
1098 |
|
1099 |
+
#: library/plugin-settings.php:1551
|
1100 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1101 |
msgstr "Σήμανση για χρήση για την υποβληθείσα διεύθυνση URL (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
|
1102 |
|
1103 |
+
#: library/plugin-settings.php:1555
|
1104 |
msgid "Auto-Display Custom Field"
|
1105 |
msgstr "Αυτόματη προβολή προσαρμοσμένου πεδίου"
|
1106 |
|
1107 |
+
#: library/plugin-settings.php:1557
|
1108 |
msgid "Auto-display user-submitted Custom Field:"
|
1109 |
msgstr "Αυτόματη εμφάνιση προσαρμοσμένου πεδίου που υποβλήθηκε από το χρήστη:"
|
1110 |
|
1111 |
+
#: library/plugin-settings.php:1562
|
1112 |
msgid "Custom Field Markup"
|
1113 |
+
msgstr "Σήμανση προσαρμοσμένου πεδίου"
|
1114 |
|
1115 |
+
#: library/plugin-settings.php:1564
|
1116 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1117 |
msgstr "Σήμανση για χρήση για το προσαρμοσμένο πεδίο (όταν είναι ενεργοποιημένη η αυτόματη προβολή). Μπορεί να χρησιμοποιηθεί"
|
1118 |
|
1119 |
+
#: library/plugin-settings.php:1570 library/plugin-settings.php:1682
|
1120 |
msgid "Save Settings"
|
1121 |
msgstr "Αποθηκεύσετε τις ρυθμίσεις"
|
1122 |
|
1123 |
+
#: library/plugin-settings.php:1575
|
1124 |
msgid "Display the Form"
|
1125 |
+
msgstr "Εμφανίστε τη φόρμα"
|
1126 |
|
1127 |
+
#: library/plugin-settings.php:1578
|
1128 |
msgid "Post-Submit Form"
|
1129 |
msgstr "Φόρμα υποβολής υποβολής"
|
1130 |
|
1131 |
+
#: library/plugin-settings.php:1579
|
1132 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1133 |
+
msgstr "Το USP σάς επιτρέπει να εμφανίζετε μια φόρμα μετά την υποβολή οπουδήποτε στον ιστότοπό σας."
|
1134 |
|
1135 |
+
#: library/plugin-settings.php:1580 library/plugin-settings.php:1589
|
1136 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1137 |
msgstr "Χρησιμοποιήστε το shortcode για να εμφανίσετε τη φόρμα σε οποιαδήποτε δημοσίευση WP ή σελίδα:"
|
1138 |
|
1139 |
+
#: library/plugin-settings.php:1583 library/plugin-settings.php:1592
|
1140 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1141 |
+
msgstr "Ή χρησιμοποιήστε την ετικέτα πρότυπου για να εμφανίσετε τη φόρμα οπουδήποτε στο πρότυπο θεμάτων:"
|
1142 |
|
1143 |
+
#: library/plugin-settings.php:1587
|
1144 |
msgid "Login/Register Form"
|
1145 |
msgstr "Φόρμα εγγραφής / εγγραφής"
|
1146 |
|
1147 |
+
#: library/plugin-settings.php:1588
|
1148 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1149 |
+
msgstr "Μπορείτε επίσης να εμφανίσετε μια φόρμα που επιτρέπει στους χρήστες να συνδεθούν, να καταχωρήσουν ή να επαναφέρουν τον κωδικό πρόσβασής τους."
|
1150 |
|
1151 |
+
#: library/plugin-settings.php:1596
|
1152 |
msgid "Display Submitted Posts"
|
1153 |
msgstr "Εμφάνιση υποβαλλόμενων μηνυμάτων"
|
1154 |
|
1155 |
+
#: library/plugin-settings.php:1597
|
1156 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1157 |
+
msgstr "Χρησιμοποιήστε αυτό το σύντομο κωδικό για να εμφανίσετε μια λίστα με τις υποβληθείσες δημοσιεύσεις σε οποιαδήποτε δημοσίευση WP ή σελίδα:"
|
1158 |
|
1159 |
+
#: library/plugin-settings.php:1600
|
1160 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1161 |
+
msgstr "Ή χρησιμοποιήστε την ετικέτα πρότυπου για να εμφανίσετε μια λίστα με τις υποβαλλόμενες δημοσιεύσεις οπουδήποτε στο πρότυπο θεμάτων:"
|
1162 |
|
1163 |
+
#: library/plugin-settings.php:1603
|
1164 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1165 |
+
msgstr "Ακολουθούν μερικά παραδείγματα για τον τρόπο διαμόρφωσης αυτού του shortcode:"
|
1166 |
|
1167 |
+
#: library/plugin-settings.php:1611
|
1168 |
msgid "Display Image Gallery"
|
1169 |
msgstr "Προβολή της Συλλογής εικόνων"
|
1170 |
|
1171 |
+
#: library/plugin-settings.php:1612
|
1172 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1173 |
+
msgstr "Χρησιμοποιήστε αυτόν τον κωδικό πρόσβασης για να εμφανίσετε μια συλλογή από εικόνες που έχετε μεταφορτώσει για κάθε θέση που υποβάλατε:"
|
1174 |
|
1175 |
+
#: library/plugin-settings.php:1615
|
1176 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1177 |
+
msgstr "Ή χρησιμοποιήστε την ετικέτα πρότυπο για να εμφανίσετε μια συλλογή εικόνων οπουδήποτε στο πρότυπο θέμα:"
|
1178 |
|
1179 |
+
#: library/plugin-settings.php:1618
|
1180 |
msgid "You can customize using any of the follwing attributes:"
|
1181 |
msgstr "Μπορείτε να προσαρμόσετε χρησιμοποιώντας οποιαδήποτε από τα παρακάτω χαρακτηριστικά:"
|
1182 |
|
1183 |
+
#: library/plugin-settings.php:1633
|
1184 |
msgid "Reset Form Button"
|
1185 |
msgstr "Επαναφορά του κουμπιού φόρμας"
|
1186 |
|
1187 |
+
#: library/plugin-settings.php:1634
|
1188 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1189 |
msgstr "Αυτός ο συντομότερος κώδικας εμφανίζει έναν σύνδεσμο που επαναφέρει τη φόρμα στην αρχική του κατάσταση:"
|
1190 |
|
1191 |
+
#: library/plugin-settings.php:1637
|
1192 |
msgid "This shortcode accepts the following attributes:"
|
1193 |
msgstr "Αυτός ο κωδικός πρόσβασης δέχεται τα ακόλουθα χαρακτηριστικά:"
|
1194 |
|
1195 |
+
#: library/plugin-settings.php:1643
|
1196 |
msgid "Note that the url attribute accepts"
|
1197 |
msgstr "Σημειώστε ότι το χαρακτηριστικό url αποδέχεται"
|
1198 |
|
1199 |
+
#: library/plugin-settings.php:1643
|
1200 |
msgid "to get the current URL."
|
1201 |
msgstr "για να λάβετε την τρέχουσα διεύθυνση URL."
|
1202 |
|
1203 |
+
#: library/plugin-settings.php:1646
|
1204 |
msgid "Access Control"
|
1205 |
msgstr "Έλεγχος πρόσβασης"
|
1206 |
|
1207 |
+
#: library/plugin-settings.php:1647
|
1208 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1209 |
msgstr "Το USP παρέχει τρεις κωδικούς πρόσβασης για τον έλεγχο της πρόσβασης και τον περιορισμό του περιεχομένου."
|
1210 |
|
1211 |
+
#: library/plugin-settings.php:1648
|
1212 |
msgid "Display content only to users with a specific capability:"
|
1213 |
msgstr "Εμφάνιση περιεχομένου μόνο σε χρήστες με συγκεκριμένη δυνατότητα:"
|
1214 |
|
1215 |
+
#: library/plugin-settings.php:1651
|
1216 |
msgid "Display content to logged-in users:"
|
1217 |
msgstr "Εμφάνιση περιεχομένου σε συνδεδεμένους χρήστες:"
|
1218 |
|
1219 |
+
#: library/plugin-settings.php:1654
|
1220 |
msgid "Display content to visitors only:"
|
1221 |
msgstr "Εμφάνιση περιεχομένου μόνο σε επισκέπτες:"
|
1222 |
|
1223 |
+
#: library/plugin-settings.php:1657
|
1224 |
msgid "Tip:"
|
1225 |
msgstr "Υπόδειξη:"
|
1226 |
|
1227 |
+
#: library/plugin-settings.php:1657
|
1228 |
msgid "to include markup in the deny message, you can use"
|
1229 |
msgstr "για να συμπεριλάβετε σήμανση στο μήνυμα άρνησης, μπορείτε να χρησιμοποιήσετε"
|
1230 |
|
1231 |
+
#: library/plugin-settings.php:1657
|
1232 |
msgid "to output"
|
1233 |
msgstr "στην έξοδο"
|
1234 |
|
1235 |
+
#: library/plugin-settings.php:1660
|
1236 |
msgid "Example"
|
1237 |
msgstr "Παράδειγμα"
|
1238 |
|
1239 |
+
#: library/plugin-settings.php:1661
|
1240 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1241 |
msgstr "Εάν ο χρήστης είναι συνδεδεμένος, εμφανίστε τη φόρμα μετά την υποβολή. ή εάν ο χρήστης δεν είναι συνδεδεμένος, εμφανίστε τη φόρμα σύνδεσης:"
|
1242 |
|
1243 |
+
#: library/plugin-settings.php:1673
|
1244 |
msgid "Restore Defaults"
|
1245 |
msgstr "Επαναφέρετε τις προεπιλογές"
|
1246 |
|
1247 |
+
#: library/plugin-settings.php:1676
|
1248 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1249 |
+
msgstr "Αφήστε αυτή την επιλογή απενεργοποιημένη για να θυμάστε τις ρυθμίσεις σας. Ή, για να προχωρήσετε και να επαναφέρετε τις προεπιλεγμένες επιλογές πρόσθετων στοιχείων: επιλέξτε το πλαίσιο, αποθηκεύστε τις ρυθμίσεις σας και, στη συνέχεια, απενεργοποιήστε / επανενεργοποιήστε την προσθήκη."
|
1250 |
|
1251 |
+
#: library/plugin-settings.php:1680
|
1252 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1253 |
msgstr "Επαναφορά προεπιλεγμένων επιλογών κατά την απενεργοποίηση / επανενεργοποίηση του plugin."
|
1254 |
|
1255 |
+
#: library/plugin-settings.php:1687
|
1256 |
msgid "Show Support"
|
1257 |
msgstr "Εμφάνιση υποστήριξης"
|
1258 |
|
1259 |
+
#: library/plugin-settings.php:1696
|
1260 |
msgid "by"
|
1261 |
msgstr "με"
|
1262 |
|
1263 |
+
#: library/plugin-settings.php:1697
|
1264 |
msgid "Jeff Starr on Twitter"
|
1265 |
msgstr "Jeff Starr στο Twitter"
|
1266 |
|
1267 |
+
#: library/plugin-settings.php:1698
|
1268 |
msgid "Obsessive Web Design & Development"
|
1269 |
msgstr "Obsessive Web Design & amp; Ανάπτυξη"
|
1270 |
|
1271 |
+
#: library/plugin-settings.php:1709
|
1272 |
msgid "Save Preference"
|
1273 |
msgstr "Αποθήκευση προτιμήσεων"
|
1274 |
|
1275 |
+
#: library/plugin-settings.php:1716
|
1276 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1277 |
msgstr "Είστε βέβαιοι ότι θέλετε να επαναφέρετε όλες τις προεπιλεγμένες επιλογές; (Αυτή η πράξη δε μπορεί να αναιρεθεί)"
|
1278 |
|
1279 |
+
#: library/support-panel.php:55
|
1280 |
+
msgid "Perishable Press Books"
|
1281 |
+
msgstr "Φθαρτά βιβλία τύπου"
|
1282 |
+
|
1283 |
+
#: library/support-panel.php:56
|
1284 |
+
msgid "Plugin Planet"
|
1285 |
+
msgstr "Plugin Planet"
|
1286 |
+
|
1287 |
+
#: library/support-panel.php:57
|
1288 |
+
msgid "Donate via PayPal"
|
1289 |
+
msgstr "Δωρεά μέσω PayPal"
|
1290 |
+
|
1291 |
+
#: library/support-panel.php:59
|
1292 |
+
msgid "books"
|
1293 |
+
msgstr "βιβλία"
|
1294 |
+
|
1295 |
+
#: library/support-panel.php:60
|
1296 |
+
msgid "plugins"
|
1297 |
+
msgstr "plugins"
|
1298 |
+
|
1299 |
+
#: library/support-panel.php:61
|
1300 |
+
msgid "donation"
|
1301 |
+
msgstr "δωρεά"
|
1302 |
+
|
1303 |
+
#: library/support-panel.php:63
|
1304 |
+
msgid "Thank you for using"
|
1305 |
+
msgstr "Σας ευχαριστούμε για τη χρήση"
|
1306 |
+
|
1307 |
+
#: library/support-panel.php:64
|
1308 |
+
msgid "Please show support by purchasing one of my"
|
1309 |
+
msgstr "Υποδείξτε την υποστήριξη αγοράζοντας ένα από τα δικά μου"
|
1310 |
+
|
1311 |
+
#: library/support-panel.php:65
|
1312 |
+
msgid "or"
|
1313 |
+
msgstr "ή"
|
1314 |
+
|
1315 |
+
#: library/support-panel.php:65
|
1316 |
+
msgid "or by making a"
|
1317 |
+
msgstr "ή κάνοντας ένα"
|
1318 |
+
|
1319 |
+
#: library/support-panel.php:66
|
1320 |
+
msgid "Your generous support helps future development of"
|
1321 |
+
msgstr "Η γενναιόδωρη υποστήριξη σας συμβάλλει στη μελλοντική ανάπτυξη του"
|
1322 |
+
|
1323 |
+
#: library/support-panel.php:67
|
1324 |
+
msgid "and is greatly appreciated."
|
1325 |
+
msgstr "και εκτιμάται ιδιαίτερα."
|
1326 |
+
|
1327 |
+
#: library/support-panel.php:69
|
1328 |
+
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
1329 |
+
msgstr "Κάθε δωρεά μεγέθους με βοηθά να συνεχίσω να αναπτύσσω αυτό το δωρεάν πρόσθετο και άλλους φοβερούς πόρους του WordPress."
|
1330 |
+
|
1331 |
#. Description of the plugin
|
1332 |
#:
|
1333 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
languages/usp-es_ES.mo
CHANGED
Binary file
|
languages/usp-es_ES.po
CHANGED
@@ -4,283 +4,288 @@ msgstr ""
|
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
-
"Project-Id-Version: USP
|
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 "
|
14 |
|
15 |
-
#: user-submitted-posts.php:
|
16 |
msgid "requires WordPress "
|
17 |
-
msgstr "requiere WordPress"
|
18 |
|
19 |
-
#: user-submitted-posts.php:
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
-
msgstr " o superior, y ha sido desactivado!"
|
22 |
|
23 |
-
#: user-submitted-posts.php:
|
24 |
msgid "Please return to the"
|
25 |
-
msgstr "Por favor regrese
|
26 |
|
27 |
-
#: user-submitted-posts.php:
|
28 |
msgid "WordPress Admin Area"
|
29 |
msgstr "Área de administración de WordPress"
|
30 |
|
31 |
-
#: user-submitted-posts.php:
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
-
msgstr "para actualizar WordPress
|
34 |
|
35 |
-
#: user-submitted-posts.php:
|
36 |
msgid "User Submitted Post"
|
37 |
-
msgstr "
|
38 |
|
39 |
-
#: user-submitted-posts.php:
|
40 |
msgid "User Submitted Post Info"
|
41 |
-
msgstr "Información enviada por el usuario"
|
42 |
|
43 |
-
#: user-submitted-posts.php:
|
44 |
msgid "Submitter Name: "
|
45 |
-
msgstr "Nombre del remitente:"
|
46 |
|
47 |
-
#: user-submitted-posts.php:
|
48 |
msgid "Submitter Email: "
|
49 |
-
msgstr "Correo electrónico del remitente:"
|
50 |
|
51 |
-
#: user-submitted-posts.php:
|
52 |
msgid "Submitter URL: "
|
53 |
-
msgstr "URL del remitente:"
|
54 |
|
55 |
-
#: user-submitted-posts.php:
|
56 |
msgid "Submitter IP: "
|
57 |
-
msgstr "IP del remitente:"
|
58 |
|
59 |
-
#: user-submitted-posts.php:
|
60 |
msgid "Show USP Posts"
|
61 |
-
msgstr "Mostrar publicaciones de
|
62 |
|
63 |
-
#: user-submitted-posts.php:
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
-
#: user-submitted-posts.php:
|
68 |
msgid " files required"
|
69 |
msgstr " archivos requeridos"
|
70 |
|
71 |
-
#: user-submitted-posts.php:
|
72 |
msgid " file required"
|
73 |
msgstr " archivo requerido"
|
74 |
|
75 |
-
#: user-submitted-posts.php:
|
76 |
msgid " files"
|
77 |
msgstr " archivos"
|
78 |
|
79 |
-
#: user-submitted-posts.php:
|
80 |
msgid " file"
|
81 |
msgstr " expediente"
|
82 |
|
83 |
-
#: user-submitted-posts.php:
|
84 |
-
#: user-submitted-posts.php:
|
85 |
msgid " pixels"
|
86 |
msgstr " píxeles"
|
87 |
|
88 |
-
#: user-submitted-posts.php:
|
89 |
-
#: library/plugin-settings.php:
|
90 |
-
#: library/plugin-settings.php:
|
91 |
msgid "Custom Field"
|
92 |
msgstr "Campo personalizado"
|
93 |
|
94 |
-
#: user-submitted-posts.php:
|
95 |
msgid "Custom checkbox required"
|
96 |
msgstr "Casilla de verificación personalizada requerida"
|
97 |
|
98 |
-
#: user-submitted-posts.php:
|
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:
|
103 |
msgid "User login required"
|
104 |
-
msgstr "Se requiere inicio de sesión
|
105 |
|
106 |
-
#: user-submitted-posts.php:
|
107 |
msgid "User name required"
|
108 |
msgstr "Nombre de usuario (requerido"
|
109 |
|
110 |
-
#: user-submitted-posts.php:
|
111 |
msgid "Post title required"
|
112 |
-
msgstr "
|
113 |
|
114 |
-
#: user-submitted-posts.php:
|
115 |
msgid "User URL required"
|
116 |
-
msgstr "URL
|
117 |
|
118 |
-
#: user-submitted-posts.php:
|
119 |
msgid "Post tags required"
|
120 |
msgstr "Publicar etiquetas requeridas"
|
121 |
|
122 |
-
#: user-submitted-posts.php:
|
123 |
msgid "Post category required"
|
124 |
msgstr "Categoría de publicación requerida"
|
125 |
|
126 |
-
#: user-submitted-posts.php:
|
127 |
msgid "Post content required"
|
128 |
msgstr "Publicar contenido requerido"
|
129 |
|
130 |
-
#: user-submitted-posts.php:
|
131 |
msgid "Correct captcha required"
|
132 |
-
msgstr "
|
133 |
|
134 |
-
#: user-submitted-posts.php:
|
135 |
msgid "User email required"
|
136 |
msgstr "Correo electrónico del usuario requerido"
|
137 |
|
138 |
-
#: user-submitted-posts.php:
|
139 |
msgid "Please check your email and try again"
|
140 |
-
msgstr "Por favor revise su correo electrónico
|
141 |
|
142 |
-
#: user-submitted-posts.php:
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
-
msgstr "Valor no vacío para
|
145 |
|
146 |
-
#: user-submitted-posts.php:
|
147 |
msgid "Minimum number of images not met"
|
148 |
-
msgstr "
|
149 |
|
150 |
-
#: user-submitted-posts.php:
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
-
msgstr "Número máximo de imágenes
|
153 |
|
154 |
-
#: user-submitted-posts.php:
|
155 |
msgid "Minimum image width not met"
|
156 |
-
msgstr "Ancho de imagen
|
157 |
|
158 |
-
#: user-submitted-posts.php:
|
159 |
msgid "Image width exceeds maximum"
|
160 |
-
msgstr "El ancho de la imagen excede el máximo
|
161 |
|
162 |
-
#: user-submitted-posts.php:
|
163 |
msgid "Minimum image height not met"
|
164 |
-
msgstr "Altura mínima de
|
165 |
|
166 |
-
#: user-submitted-posts.php:
|
167 |
msgid "Image height exceeds maximum"
|
168 |
-
msgstr "La altura de la imagen excede el máximo
|
169 |
|
170 |
-
#: user-submitted-posts.php:
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
-
msgstr "Tipo de archivo no permitido (solo
|
173 |
|
174 |
-
#: user-submitted-posts.php:
|
175 |
msgid " required"
|
176 |
msgstr " necesario"
|
177 |
|
178 |
-
#: user-submitted-posts.php:
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
-
msgstr "Archivo no cargado
|
181 |
|
182 |
-
#: user-submitted-posts.php:
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
-
msgstr "
|
185 |
|
186 |
-
#: user-submitted-posts.php:
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
-
msgstr "
|
189 |
|
190 |
-
#: user-submitted-posts.php:
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
-
msgstr "Título
|
193 |
|
194 |
-
#: user-submitted-posts.php:
|
195 |
msgid "Error: "
|
196 |
-
msgstr "Error:"
|
197 |
|
198 |
-
#: user-submitted-posts.php:
|
199 |
msgid "Return to form"
|
200 |
-
msgstr "
|
201 |
|
202 |
-
#: user-submitted-posts.php:
|
203 |
msgid "Please"
|
204 |
msgstr "Por favor"
|
205 |
|
206 |
-
#: user-submitted-posts.php:
|
207 |
msgid "log in"
|
208 |
msgstr "iniciar sesión"
|
209 |
|
210 |
-
#: user-submitted-posts.php:
|
211 |
msgid "to submit content!"
|
212 |
msgstr "para enviar contenido!"
|
213 |
|
214 |
-
#: views/submission-form.php:
|
215 |
msgid "Please complete the required fields."
|
216 |
-
msgstr "Por favor complete los campos requeridos"
|
217 |
|
218 |
-
#: views/submission-form.php:
|
219 |
-
#: views/submission-form-alt.php:
|
220 |
msgid "Your Name"
|
221 |
msgstr "Tu nombre"
|
222 |
|
223 |
-
#: views/submission-form.php:
|
224 |
-
#: views/submission-form-alt.php:
|
225 |
msgid "Your URL"
|
226 |
-
msgstr "
|
227 |
|
228 |
-
#: views/submission-form.php:
|
229 |
-
#: views/submission-form-alt.php:
|
230 |
msgid "Your Email"
|
231 |
msgstr "Tu correo electrónico"
|
232 |
|
233 |
-
#: views/submission-form.php:
|
234 |
-
#: views/submission-form-alt.php:
|
235 |
-
#: library/plugin-settings.php:
|
236 |
msgid "Post Title"
|
237 |
msgstr "Título de la entrada"
|
238 |
|
239 |
-
#: views/submission-form.php:
|
240 |
-
#: views/submission-form-alt.php:
|
241 |
-
#: library/plugin-settings.php:
|
242 |
msgid "Post Tags"
|
243 |
-
msgstr "
|
244 |
|
245 |
-
#: views/submission-form.php:
|
246 |
msgid "Antispam Question"
|
247 |
-
msgstr "Pregunta
|
248 |
|
249 |
-
#: views/submission-form.php:
|
250 |
-
#: library/plugin-settings.php:
|
251 |
msgid "Post Category"
|
252 |
-
msgstr "Categoría de
|
253 |
|
254 |
-
#: views/submission-form.php:
|
|
|
255 |
msgid "Please select a category.."
|
256 |
msgstr "Porfavor seleccione una categoría.."
|
257 |
|
258 |
-
#: views/submission-form.php:
|
259 |
-
#: views/submission-form-alt.php:
|
260 |
-
#: library/plugin-settings.php:
|
261 |
msgid "Post Content"
|
262 |
msgstr "Publicar Contenido"
|
263 |
|
264 |
-
#: views/submission-form.php:
|
265 |
msgid "Verification"
|
266 |
msgstr "Verificación"
|
267 |
|
268 |
-
#: views/submission-form.php:
|
269 |
msgid "Upload an Image"
|
270 |
msgstr "Subir una imagen"
|
271 |
|
272 |
-
#: views/submission-form.php:
|
273 |
msgid "Add another image"
|
274 |
-
msgstr "
|
275 |
|
276 |
-
#: views/submission-form.php:
|
277 |
msgid "Human verification: leave this field empty."
|
278 |
-
msgstr "Verificación humana:
|
279 |
|
280 |
-
#: views/submission-form.php:
|
281 |
msgid "Submit Post"
|
282 |
msgstr "Enviar mensaje"
|
283 |
|
|
|
|
|
|
|
|
|
284 |
#: library/shortcode-misc.php:18
|
285 |
msgid "Reset form"
|
286 |
msgstr "Restablecer formulario"
|
@@ -289,1032 +294,1040 @@ msgstr "Restablecer formulario"
|
|
289 |
msgid "View full post"
|
290 |
msgstr "Ver publicación completa"
|
291 |
|
292 |
-
#: library/
|
293 |
-
msgid "
|
294 |
-
msgstr "
|
295 |
-
|
296 |
-
#: library/support-panel.php:53
|
297 |
-
msgid "Plugin Planet"
|
298 |
-
msgstr "Planeta plugin"
|
299 |
-
|
300 |
-
#: library/support-panel.php:54
|
301 |
-
msgid "Donate via PayPal"
|
302 |
-
msgstr "Dona a través de PayPal"
|
303 |
-
|
304 |
-
#: library/support-panel.php:56
|
305 |
-
msgid "books"
|
306 |
-
msgstr "libros"
|
307 |
-
|
308 |
-
#: library/support-panel.php:57
|
309 |
-
msgid "plugins"
|
310 |
-
msgstr "plugins"
|
311 |
-
|
312 |
-
#: library/support-panel.php:58
|
313 |
-
msgid "donation"
|
314 |
-
msgstr "donación"
|
315 |
-
|
316 |
-
#: library/support-panel.php:60
|
317 |
-
msgid "Thank you for using"
|
318 |
-
msgstr "Gracias por usar"
|
319 |
-
|
320 |
-
#: library/support-panel.php:61
|
321 |
-
msgid "Please show support by purchasing one of my"
|
322 |
-
msgstr "Por favor muestre su apoyo comprando uno de mis"
|
323 |
-
|
324 |
-
#: library/support-panel.php:62
|
325 |
-
msgid "or"
|
326 |
-
msgstr "o"
|
327 |
-
|
328 |
-
#: library/support-panel.php:62
|
329 |
-
msgid "or by making a"
|
330 |
-
msgstr "o haciendo un"
|
331 |
-
|
332 |
-
#: library/support-panel.php:63
|
333 |
-
msgid "Your generous support helps future development of"
|
334 |
-
msgstr "Su generoso apoyo ayuda al desarrollo futuro de"
|
335 |
-
|
336 |
-
#: library/support-panel.php:64
|
337 |
-
msgid "and is greatly appreciated."
|
338 |
-
msgstr "y es muy apreciado."
|
339 |
-
|
340 |
-
#: library/support-panel.php:66
|
341 |
-
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
342 |
-
msgstr "Cualquier tamaño de donación me ayuda a continuar desarrollando este complemento gratuito y otros recursos impresionantes de WordPress."
|
343 |
-
|
344 |
-
#: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
|
345 |
-
msgid "Incorrect response."
|
346 |
-
msgstr "Respuesta incorrecta."
|
347 |
|
348 |
-
#: library/plugin-settings.php:
|
349 |
msgid "Get USP Pro for unlimited forms!"
|
350 |
-
msgstr "¡
|
351 |
|
352 |
-
#: library/plugin-settings.php:
|
353 |
msgid "Go Pro"
|
354 |
msgstr "Go Pro"
|
355 |
|
356 |
-
#: library/plugin-settings.php:
|
357 |
-
|
358 |
-
msgstr "Ajustes"
|
359 |
-
|
360 |
-
#: library/plugin-settings.php:55 library/plugin-settings.php:1007
|
361 |
-
#: library/plugin-settings.php:1595
|
362 |
msgid "Plugin Homepage"
|
363 |
-
msgstr "Página de inicio
|
364 |
|
365 |
-
#: library/plugin-settings.php:
|
366 |
msgid "Homepage"
|
367 |
msgstr "Página principal"
|
368 |
|
369 |
-
#: library/plugin-settings.php:
|
370 |
msgid "Give USP a 5-star rating at WordPress.org"
|
371 |
-
msgstr "
|
372 |
|
373 |
-
#: library/plugin-settings.php:
|
374 |
msgid "Rate this plugin »"
|
375 |
-
msgstr "
|
376 |
|
377 |
-
#: library/plugin-settings.php:
|
378 |
msgid "WP Post (recommended)"
|
379 |
msgstr "WP Post (recomendado)"
|
380 |
|
381 |
-
#: library/plugin-settings.php:
|
382 |
msgid "WP Page"
|
383 |
msgstr "WP Page"
|
384 |
|
385 |
-
#: library/plugin-settings.php:
|
386 |
msgid "HTML5 Form + Default CSS"
|
387 |
-
msgstr "
|
388 |
|
389 |
-
#: library/plugin-settings.php:
|
390 |
msgid "(Recommended)"
|
391 |
msgstr "(Recomendado)"
|
392 |
|
393 |
-
#: library/plugin-settings.php:
|
394 |
msgid "HTML5 Form + Disable CSS"
|
395 |
-
msgstr "Formulario HTML5 +
|
396 |
|
397 |
-
#: library/plugin-settings.php:
|
398 |
msgid "(Provide your own styles)"
|
399 |
msgstr "(Proporcione sus propios estilos)"
|
400 |
|
401 |
-
#: library/plugin-settings.php:
|
402 |
msgid "Custom Form + Custom CSS"
|
403 |
msgstr "Formulario personalizado + CSS personalizado"
|
404 |
|
405 |
-
#: library/plugin-settings.php:
|
406 |
msgid "(Provide your own form template & styles)"
|
407 |
msgstr "(Proporcione su propia plantilla de formulario y estilos)"
|
408 |
|
409 |
-
#: library/plugin-settings.php:
|
410 |
-
#: library/plugin-settings.php:
|
411 |
msgid "Auto-display before post content"
|
412 |
msgstr "Visualización automática antes de publicar contenido"
|
413 |
|
414 |
-
#: library/plugin-settings.php:
|
415 |
-
#: library/plugin-settings.php:
|
416 |
msgid "Auto-display after post content"
|
417 |
msgstr "Visualización automática después del contenido de la publicación"
|
418 |
|
419 |
-
#: library/plugin-settings.php:
|
420 |
msgid "Do not auto-display submitted images"
|
421 |
msgstr "No mostrar automáticamente las imágenes enviadas"
|
422 |
|
423 |
-
#: library/plugin-settings.php:
|
424 |
msgid "Do not auto-display submitted email"
|
425 |
msgstr "No mostrar automáticamente el correo electrónico enviado"
|
426 |
|
427 |
-
#: library/plugin-settings.php:
|
428 |
msgid "Do not auto-display submitted URL"
|
429 |
msgstr "No mostrar automáticamente la URL enviada"
|
430 |
|
431 |
-
#: library/plugin-settings.php:
|
432 |
msgid "Do not auto-display the Custom Field"
|
433 |
msgstr "No mostrar automáticamente el campo personalizado"
|
434 |
|
435 |
-
#: library/plugin-settings.php:
|
436 |
-
#: library/plugin-settings.php:
|
437 |
-
msgid "
|
438 |
-
msgstr "
|
439 |
|
440 |
-
#: library/plugin-settings.php:
|
441 |
-
msgid "
|
442 |
-
msgstr "
|
443 |
|
444 |
-
#: library/plugin-settings.php:
|
445 |
-
#: library/plugin-settings.php:
|
446 |
msgid "Disable this field"
|
447 |
msgstr "Deshabilitar este campo"
|
448 |
|
449 |
-
#: library/plugin-settings.php:
|
450 |
-
#: library/plugin-settings.php:
|
451 |
msgid "(Visit"
|
452 |
msgstr "(Visitar"
|
453 |
|
454 |
-
#: library/plugin-settings.php:
|
455 |
-
#: library/plugin-settings.php:
|
456 |
msgid "to configure options)"
|
457 |
msgstr "para configurar opciones)"
|
458 |
|
459 |
-
#: library/plugin-settings.php:
|
460 |
-
#: library/plugin-settings.php:
|
461 |
msgid "Challenge Question"
|
462 |
msgstr "pregunta desafiante"
|
463 |
|
464 |
-
#: library/plugin-settings.php:
|
465 |
-
#: library/plugin-settings.php:
|
466 |
msgid "Google reCAPTCHA"
|
467 |
msgstr "Google reCAPTCHA"
|
468 |
|
469 |
-
#: library/plugin-settings.php:
|
470 |
msgid "Post Images"
|
471 |
-
msgstr "Publicar
|
472 |
|
473 |
-
#: library/plugin-settings.php:
|
474 |
-
msgid "
|
475 |
-
msgstr "
|
476 |
|
477 |
-
#: library/plugin-settings.php:
|
478 |
msgid "Disable"
|
479 |
msgstr "Inhabilitar"
|
480 |
|
481 |
-
#: library/plugin-settings.php:
|
482 |
msgid "Image Uploads"
|
483 |
msgstr "Subidas de imágenes"
|
484 |
|
485 |
-
#: library/plugin-settings.php:
|
486 |
msgid "Draft"
|
487 |
msgstr "Borrador"
|
488 |
|
489 |
-
#: library/plugin-settings.php:
|
490 |
msgid "Pending (default)"
|
491 |
-
msgstr "Pendiente (
|
492 |
|
493 |
-
#: library/plugin-settings.php:
|
494 |
msgid "Publish immediately"
|
495 |
-
msgstr "Publicar
|
496 |
|
497 |
-
#: library/plugin-settings.php:
|
498 |
msgid "Publish after 1 approved post"
|
499 |
msgstr "Publicar después de 1 publicación aprobada"
|
500 |
|
501 |
-
#: library/plugin-settings.php:
|
502 |
msgid "Publish after "
|
503 |
-
msgstr "Publicar
|
504 |
|
505 |
-
#: library/plugin-settings.php:
|
506 |
msgid " approved posts"
|
507 |
msgstr " puestos aprobados"
|
508 |
|
509 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
510 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
511 |
-
msgstr "Hubo un error. Asegúrese de haber agregado un título,
|
512 |
|
513 |
-
#: library/plugin-settings.php:
|
514 |
msgid "Please select your image(s) to upload."
|
515 |
-
msgstr "
|
516 |
|
517 |
-
#: library/plugin-settings.php:
|
518 |
msgid "Success! Thank you for your submission."
|
519 |
-
msgstr "¡Éxito! Gracias por
|
520 |
|
521 |
-
#: library/plugin-settings.php:
|
522 |
msgid "Email"
|
523 |
msgstr "Email"
|
524 |
|
525 |
-
#: library/plugin-settings.php:
|
526 |
msgid "URL"
|
527 |
msgstr "URL"
|
528 |
|
529 |
-
#: library/plugin-settings.php:
|
530 |
msgid "Toggle all panels"
|
531 |
msgstr "Alternar todos los paneles"
|
532 |
|
533 |
-
#: library/plugin-settings.php:
|
534 |
msgid "We need your support!"
|
535 |
msgstr "¡Necesitamos su apoyo!"
|
536 |
|
537 |
-
#: library/plugin-settings.php:
|
538 |
msgid "Make a donation via PayPal"
|
539 |
-
msgstr "
|
540 |
|
541 |
-
#: library/plugin-settings.php:
|
542 |
msgid "make a donation"
|
543 |
msgstr "Haz una donación"
|
544 |
|
545 |
-
#: library/plugin-settings.php:
|
546 |
msgid "and/or"
|
547 |
msgstr "y / o"
|
548 |
|
549 |
-
#: library/plugin-settings.php:
|
550 |
msgid "Rate and review at the Plugin Directory"
|
551 |
-
msgstr "Califique y revise en el Directorio de
|
552 |
|
553 |
-
#: library/plugin-settings.php:
|
554 |
msgid "give this plugin a 5-star rating"
|
555 |
-
msgstr "
|
556 |
|
557 |
-
#: library/plugin-settings.php:
|
558 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
559 |
-
msgstr "Su generoso
|
560 |
|
561 |
-
#: library/plugin-settings.php:
|
562 |
msgid "Check this box if you have shown support"
|
563 |
-
msgstr "Marque esta casilla si ha mostrado
|
564 |
|
565 |
-
#: library/plugin-settings.php:
|
566 |
msgid "Overview"
|
567 |
msgstr "Visión general"
|
568 |
|
569 |
-
#: library/plugin-settings.php:
|
570 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
571 |
-
msgstr "permite a sus visitantes enviar publicaciones y
|
572 |
|
573 |
-
#: library/plugin-settings.php:
|
574 |
msgid "For advanced functionality and unlimited forms, check out"
|
575 |
-
msgstr "Para funcionalidad avanzada y formularios ilimitados,
|
576 |
|
577 |
-
#: library/plugin-settings.php:
|
578 |
msgid "USP Pro"
|
579 |
msgstr "USP Pro"
|
580 |
|
581 |
-
#: library/plugin-settings.php:
|
582 |
msgid "— the ultimate solution for user-generated content."
|
583 |
-
msgstr "& mdash; La solución definitiva para contenido generado por el usuario."
|
584 |
|
585 |
-
#: library/plugin-settings.php:
|
586 |
msgid "Plugin Settings"
|
587 |
-
msgstr "
|
588 |
|
589 |
-
#: library/plugin-settings.php:
|
590 |
msgid "Display the form"
|
591 |
msgstr "Mostrar el formulario"
|
592 |
|
593 |
-
#: library/plugin-settings.php:
|
594 |
msgid "If you like this plugin, please"
|
595 |
-
msgstr "Si te gusta este
|
596 |
|
597 |
-
#: library/plugin-settings.php:
|
598 |
msgid "THANK YOU for your support!"
|
599 |
msgstr "¡Gracias por tu apoyo!"
|
600 |
|
601 |
-
#: library/plugin-settings.php:
|
602 |
msgid "give it a 5-star rating"
|
603 |
-
msgstr "
|
604 |
|
605 |
-
#: library/plugin-settings.php:
|
606 |
msgid "Unlimited front-end forms"
|
607 |
-
msgstr "
|
608 |
|
609 |
-
#: library/plugin-settings.php:
|
610 |
msgid "Get USP Pro"
|
611 |
-
msgstr "
|
612 |
|
613 |
-
#: library/plugin-settings.php:
|
614 |
msgid "Configure your settings for User Submitted Posts."
|
615 |
msgstr "Configure sus ajustes para las publicaciones enviadas por el usuario."
|
616 |
|
617 |
-
#: library/plugin-settings.php:
|
618 |
msgid "Form Fields"
|
619 |
msgstr "Campos de formulario"
|
620 |
|
621 |
-
#: library/plugin-settings.php:
|
622 |
msgid "User Name"
|
623 |
msgstr "Nombre de usuario"
|
624 |
|
625 |
-
#: library/plugin-settings.php:
|
626 |
msgid "User Email"
|
627 |
msgstr "Email del usuario"
|
628 |
|
629 |
-
#: library/plugin-settings.php:
|
630 |
msgid "User URL"
|
631 |
msgstr "URL de usuario"
|
632 |
|
633 |
-
#: library/plugin-settings.php:
|
634 |
msgid "General Settings"
|
635 |
msgstr "Configuración general"
|
636 |
|
637 |
-
#: library/plugin-settings.php:
|
638 |
msgid "Note that the default settings work fine for most cases."
|
639 |
-
msgstr "Tenga en cuenta que la configuración predeterminada funciona bien
|
640 |
|
641 |
-
#: library/plugin-settings.php:
|
642 |
msgid "Form Style"
|
643 |
-
msgstr "
|
644 |
|
645 |
-
#: library/plugin-settings.php:
|
646 |
msgid "With this option, you can copy the plugin’s default templates:"
|
647 |
msgstr "Con esta opción, puede copiar las plantillas predeterminadas del complemento:"
|
648 |
|
649 |
-
#: library/plugin-settings.php:
|
650 |
msgid "..and upload them into a directory named"
|
651 |
msgstr "..y subirlos a un directorio llamado"
|
652 |
|
653 |
-
#: library/plugin-settings.php:
|
654 |
msgid "in your theme:"
|
655 |
-
msgstr "en
|
656 |
|
657 |
-
#: library/plugin-settings.php:
|
658 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
659 |
-
msgstr "Eso
|
660 |
|
661 |
-
#: library/plugin-settings.php:
|
662 |
msgid "Installation Docs"
|
663 |
msgstr "Documentos de instalación"
|
664 |
|
665 |
-
#: library/plugin-settings.php:
|
666 |
msgid "FYI: here is a"
|
667 |
-
msgstr "
|
668 |
|
669 |
-
#: library/plugin-settings.php:
|
670 |
msgid "list of USP CSS selectors"
|
671 |
-
msgstr "lista de selectores CSS USP"
|
672 |
|
673 |
-
#: library/plugin-settings.php:
|
674 |
msgid "Include JavaScript"
|
675 |
msgstr "Incluir JavaScript"
|
676 |
|
677 |
-
#: library/plugin-settings.php:
|
678 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
679 |
msgstr "Marque esta casilla si desea incluir los archivos JavaScript externos (recomendado)."
|
680 |
|
681 |
-
#: library/plugin-settings.php:
|
682 |
msgid "Targeted Loading"
|
683 |
msgstr "Carga dirigida"
|
684 |
|
685 |
-
#: library/plugin-settings.php:
|
686 |
-
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
|
687 |
-
msgstr "Por defecto, CSS externo & amp; Los archivos
|
688 |
|
689 |
-
#: library/plugin-settings.php:
|
690 |
msgid "Post Type"
|
691 |
msgstr "Tipo de mensaje"
|
692 |
|
693 |
-
#: library/plugin-settings.php:
|
694 |
msgid "Submit posts as WP Posts or Pages"
|
695 |
msgstr "Enviar publicaciones como publicaciones o páginas de WP"
|
696 |
|
697 |
-
#: library/plugin-settings.php:
|
698 |
msgid "Post Status"
|
699 |
-
msgstr "
|
700 |
|
701 |
-
#: library/plugin-settings.php:
|
702 |
msgid "Post Status for submitted posts"
|
703 |
-
msgstr "Estado de publicación para
|
704 |
|
705 |
-
#: library/plugin-settings.php:
|
706 |
msgid "Redirect URL"
|
707 |
msgstr "Redireccionar URL"
|
708 |
|
709 |
-
#: library/plugin-settings.php:
|
710 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
711 |
-
msgstr "Especifique una URL para redirigir al usuario después del envío posterior.
|
712 |
|
713 |
-
#: library/plugin-settings.php:
|
714 |
msgid "Success Message"
|
715 |
msgstr "Mensaje de éxito"
|
716 |
|
717 |
-
#: library/plugin-settings.php:
|
718 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
719 |
-
msgstr "Mensaje de éxito que se muestra si el envío posterior
|
720 |
|
721 |
-
#: library/plugin-settings.php:
|
722 |
msgid "Error Message"
|
723 |
msgstr "Mensaje de error"
|
724 |
|
725 |
-
#: library/plugin-settings.php:
|
726 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
727 |
-
msgstr "Mensaje de error general que se muestra si el envío posterior
|
728 |
|
729 |
-
#: library/plugin-settings.php:
|
730 |
msgid "Custom Content"
|
731 |
msgstr "Contenido personalizado"
|
732 |
|
733 |
-
#: library/plugin-settings.php:
|
734 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
735 |
-
msgstr "
|
736 |
|
737 |
-
#: library/plugin-settings.php:
|
738 |
msgid "Rich Text Editor"
|
739 |
msgstr "Editor de texto enriquecido"
|
740 |
|
741 |
-
#: library/plugin-settings.php:
|
742 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
743 |
-
msgstr "Marque esta casilla si desea habilitar la edición de texto enriquecido WP para las publicaciones enviadas."
|
744 |
|
745 |
-
#: library/plugin-settings.php:
|
746 |
msgid "Unique Titles"
|
747 |
msgstr "Títulos únicos"
|
748 |
|
749 |
-
#: library/plugin-settings.php:
|
750 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
751 |
-
msgstr "
|
752 |
|
753 |
-
#: library/plugin-settings.php:
|
754 |
msgid "Disable Required"
|
755 |
msgstr "Deshabilitar requerido"
|
756 |
|
757 |
-
#: library/plugin-settings.php:
|
758 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
759 |
msgstr "Deshabilite todos los atributos requeridos en los campos de formulario predeterminados (útil para solucionar mensajes de error)."
|
760 |
|
761 |
-
#: library/plugin-settings.php:
|
762 |
msgid "Enable Shortcodes"
|
763 |
msgstr "Habilitar códigos cortos"
|
764 |
|
765 |
-
#: library/plugin-settings.php:
|
766 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
767 |
-
msgstr "Habilitar códigos cortos en widgets.
|
768 |
|
769 |
-
#: library/plugin-settings.php:
|
770 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
771 |
-
msgstr "Esta configuración habilita
|
772 |
|
773 |
-
#: library/plugin-settings.php:
|
774 |
-
msgid "
|
775 |
-
msgstr "
|
776 |
|
777 |
-
#: library/plugin-settings.php:
|
778 |
msgid "Disable IP Tracking"
|
779 |
msgstr "Deshabilitar el seguimiento de IP"
|
780 |
|
781 |
-
#: library/plugin-settings.php:
|
782 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
783 |
msgstr "Por defecto, USP registra la dirección IP con cada publicación enviada. Marque esta casilla para deshabilitar todo el seguimiento de IP."
|
784 |
|
785 |
-
#: library/plugin-settings.php:
|
786 |
msgid "Display Checkbox"
|
787 |
msgstr "Mostrar casilla de verificación"
|
788 |
|
789 |
-
#: library/plugin-settings.php:
|
790 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
791 |
msgstr "Mostrar casilla de verificación personalizada en su formulario (útil para GDPR, aceptar términos, etc.)"
|
792 |
|
793 |
-
#: library/plugin-settings.php:
|
794 |
msgid "Checkbox Name"
|
795 |
msgstr "Nombre de casilla de verificación"
|
796 |
|
797 |
-
#: library/plugin-settings.php:
|
798 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
799 |
-
msgstr "
|
800 |
|
801 |
-
#: library/plugin-settings.php:
|
802 |
msgid "Checkbox Error"
|
803 |
msgstr "Error de casilla de verificación"
|
804 |
|
805 |
-
#: library/plugin-settings.php:
|
806 |
msgid "Error message displayed if user does not check the box."
|
807 |
msgstr "Aparece un mensaje de error si el usuario no marca la casilla."
|
808 |
|
809 |
-
#: library/plugin-settings.php:
|
810 |
msgid "Checkbox Text"
|
811 |
-
msgstr "
|
812 |
|
813 |
-
#: library/plugin-settings.php:
|
814 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
815 |
-
msgstr "
|
816 |
|
817 |
-
#: library/plugin-settings.php:
|
818 |
msgid "Categories"
|
819 |
msgstr "Categorías"
|
820 |
|
821 |
-
#: library/plugin-settings.php:
|
822 |
-
msgid "
|
823 |
-
msgstr "
|
824 |
|
825 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
826 |
msgid "Hidden/Default Category"
|
827 |
msgstr "Categoría oculta / predeterminada"
|
828 |
|
829 |
-
#: library/plugin-settings.php:
|
830 |
-
msgid "Use a hidden field for the post category. This
|
831 |
-
msgstr "
|
832 |
|
833 |
-
#: library/plugin-settings.php:
|
834 |
msgid "Category ID for Hidden Field"
|
835 |
-
msgstr "ID de categoría para
|
836 |
|
837 |
-
#: library/plugin-settings.php:
|
838 |
-
msgid "Specify
|
839 |
-
msgstr "Especifique
|
840 |
|
841 |
-
#: library/plugin-settings.php:
|
842 |
msgid "Users"
|
843 |
-
msgstr "
|
844 |
|
845 |
-
#: library/plugin-settings.php:
|
846 |
msgid "Assigned Author"
|
847 |
msgstr "Autor asignado"
|
848 |
|
849 |
-
#: library/plugin-settings.php:
|
850 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
851 |
msgstr "Especifique el usuario que debe asignarse como autor para las publicaciones enviadas."
|
852 |
|
853 |
-
#: library/plugin-settings.php:
|
854 |
msgid "Registered Username"
|
855 |
msgstr "Nombre de Usuario Registrado"
|
856 |
|
857 |
-
#: library/plugin-settings.php:
|
858 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
859 |
-
msgstr "Utilice el nombre de usuario registrado como autor de la publicación. Válido cuando la persona que envía el formulario
|
860 |
|
861 |
-
#: library/plugin-settings.php:
|
862 |
msgid "User Profile URL"
|
863 |
-
msgstr "URL
|
864 |
|
865 |
-
#: library/plugin-settings.php:
|
866 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
867 |
-
msgstr "Utilice la URL del perfil del usuario registrado como el valor del campo URL. Válido cuando la persona que envía el formulario
|
868 |
|
869 |
-
#: library/plugin-settings.php:
|
870 |
msgid "Require User Login"
|
871 |
-
msgstr "
|
872 |
|
873 |
-
#: library/plugin-settings.php:
|
874 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
875 |
-
msgstr "
|
876 |
|
877 |
-
#: library/plugin-settings.php:
|
878 |
msgid "Disable Replace Author"
|
879 |
-
msgstr "Deshabilitar Reemplazar
|
880 |
|
881 |
-
#: library/plugin-settings.php:
|
882 |
msgid "Do not replace post author with submitted user name"
|
883 |
msgstr "No reemplace el autor de la publicación con el nombre de usuario enviado"
|
884 |
|
885 |
-
#: library/plugin-settings.php:
|
886 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
887 |
msgstr "Aquí puede cambiar el nombre y la etiqueta utilizados por el campo personalizado. Puede habilitar este campo a través de la configuración de Campos de formulario, arriba."
|
888 |
|
889 |
-
#: library/plugin-settings.php:
|
890 |
msgid "Custom Field Name"
|
891 |
msgstr "Nombre de campo personalizado"
|
892 |
|
893 |
-
#: library/plugin-settings.php:
|
894 |
msgid "Custom Field Label"
|
895 |
msgstr "Etiqueta de campo personalizada"
|
896 |
|
897 |
-
#: library/plugin-settings.php:
|
898 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
899 |
-
msgstr "Esto se mostrará como la etiqueta de campo en el formulario.
|
900 |
|
901 |
-
#: library/plugin-settings.php:
|
902 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
903 |
msgstr "Para evitar el spam, ingrese una pregunta que los usuarios deben responder antes de enviar el formulario."
|
904 |
|
905 |
-
#: library/plugin-settings.php:
|
906 |
msgid "Challenge Response"
|
907 |
-
msgstr "Respuesta
|
908 |
|
909 |
-
#: library/plugin-settings.php:
|
910 |
msgid "Enter the *only* correct answer to the challenge question."
|
911 |
-
msgstr "Ingrese la
|
912 |
|
913 |
-
#: library/plugin-settings.php:
|
914 |
msgid "Case-sensitivity"
|
915 |
msgstr "Mayúsculas y minúsculas"
|
916 |
|
917 |
-
#: library/plugin-settings.php:
|
918 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
919 |
msgstr "Marque esta casilla si desea que la respuesta al desafío distinga entre mayúsculas y minúsculas."
|
920 |
|
921 |
-
#: library/plugin-settings.php:
|
922 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
923 |
msgstr "Para habilitar Google reCAPTCHA, ingrese sus claves públicas y privadas."
|
924 |
|
925 |
-
#: library/plugin-settings.php:
|
926 |
msgid "Public Key"
|
927 |
msgstr "Llave pública"
|
928 |
|
929 |
-
#: library/plugin-settings.php:
|
930 |
msgid "Enter your Public Key"
|
931 |
msgstr "Ingrese su clave pública"
|
932 |
|
933 |
-
#: library/plugin-settings.php:
|
934 |
msgid "Private Key"
|
935 |
msgstr "Llave privada"
|
936 |
|
937 |
-
#: library/plugin-settings.php:
|
938 |
msgid "Enter your Private Key"
|
939 |
msgstr "Ingrese su clave privada"
|
940 |
|
941 |
-
#: library/plugin-settings.php:
|
942 |
msgid "Email Alerts"
|
943 |
msgstr "Alertas de correo electrónico"
|
944 |
|
945 |
-
#: library/plugin-settings.php:
|
946 |
msgid "Receive Email Alert"
|
947 |
-
msgstr "Recibir alerta
|
948 |
|
949 |
-
#: library/plugin-settings.php:
|
950 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
951 |
-
msgstr "Marque esta casilla si desea
|
952 |
|
953 |
-
#: library/plugin-settings.php:
|
954 |
msgid "Enable HTML Format"
|
955 |
msgstr "Habilitar formato HTML"
|
956 |
|
957 |
-
#: library/plugin-settings.php:
|
958 |
msgid "Check this box to enable HTML format for email alerts."
|
959 |
-
msgstr "Marque esta casilla para habilitar el formato HTML para las alertas
|
960 |
|
961 |
-
#: library/plugin-settings.php:
|
962 |
msgid "Email Address for Alerts"
|
963 |
msgstr "Dirección de correo electrónico para alertas"
|
964 |
|
965 |
-
#: library/plugin-settings.php:
|
966 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
967 |
-
msgstr "Si marcó la casilla para recibir alertas por correo electrónico, indique aquí las direcciones a las que
|
968 |
|
969 |
-
#: library/plugin-settings.php:
|
970 |
msgid "Multiple recipients may be included using a comma, like so:"
|
971 |
-
msgstr "Se pueden incluir múltiples destinatarios
|
972 |
|
973 |
-
#: library/plugin-settings.php:
|
974 |
msgid "Email “From” Address"
|
975 |
msgstr "Correo electrónico & ldquo; De & rdquo; Dirección"
|
976 |
|
977 |
-
#: library/plugin-settings.php:
|
978 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
979 |
-
msgstr "Aquí puede personalizar
|
980 |
|
981 |
-
#: library/plugin-settings.php:
|
982 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
983 |
-
msgstr "Si se
|
984 |
|
985 |
-
#: library/plugin-settings.php:
|
986 |
msgid "Email Alert Subject"
|
987 |
msgstr "Asunto de alerta por correo electrónico"
|
988 |
|
989 |
-
#: library/plugin-settings.php:
|
990 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
991 |
-
msgstr "Línea de asunto para alertas
|
992 |
|
993 |
-
#: library/plugin-settings.php:
|
994 |
msgid "Email Alert Message"
|
995 |
msgstr "Mensaje de alerta por correo electrónico"
|
996 |
|
997 |
-
#: library/plugin-settings.php:
|
998 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
999 |
-
msgstr "Mensaje para alertas por
|
1000 |
|
1001 |
-
#: library/plugin-settings.php:
|
1002 |
msgid "Featured Image"
|
1003 |
msgstr "Foto principal"
|
1004 |
|
1005 |
-
#: library/plugin-settings.php:
|
1006 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
1007 |
-
msgstr "Establecer imágenes enviadas como imágenes destacadas. Requiere soporte de tema para
|
1008 |
|
1009 |
-
#: library/plugin-settings.php:
|
1010 |
msgid "Upload Message"
|
1011 |
-
msgstr "
|
1012 |
|
1013 |
-
#: library/plugin-settings.php:
|
1014 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
1015 |
-
msgstr "Mensaje que aparece
|
1016 |
|
1017 |
-
#: library/plugin-settings.php:
|
1018 |
msgid "“Add another image” link"
|
1019 |
msgstr "& ldquo; Agregar otra imagen & rdquo; enlazar"
|
1020 |
|
1021 |
-
#: library/plugin-settings.php:
|
1022 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
1023 |
-
msgstr "Marcado personalizado para
|
1024 |
|
1025 |
-
#: library/plugin-settings.php:
|
1026 |
msgid "Minimum number of images"
|
1027 |
-
msgstr "Número mínimo de imágenes"
|
1028 |
|
1029 |
-
#: library/plugin-settings.php:
|
1030 |
msgid "Specify the minimum number of images."
|
1031 |
msgstr "Especifique el número mínimo de imágenes."
|
1032 |
|
1033 |
-
#: library/plugin-settings.php:
|
1034 |
msgid "Maximum number of images"
|
1035 |
-
msgstr "
|
1036 |
|
1037 |
-
#: library/plugin-settings.php:
|
1038 |
msgid "Specify the maximum number of images."
|
1039 |
msgstr "Especifique el número máximo de imágenes."
|
1040 |
|
1041 |
-
#: library/plugin-settings.php:
|
1042 |
msgid "Minimum image width"
|
1043 |
-
msgstr "Ancho de imagen
|
1044 |
|
1045 |
-
#: library/plugin-settings.php:
|
1046 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1047 |
msgstr "Especifique un ancho mínimo (en píxeles) para las imágenes cargadas."
|
1048 |
|
1049 |
-
#: library/plugin-settings.php:
|
1050 |
msgid "Minimum image height"
|
1051 |
-
msgstr "Altura mínima de
|
1052 |
|
1053 |
-
#: library/plugin-settings.php:
|
1054 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1055 |
msgstr "Especifique una altura mínima (en píxeles) para las imágenes cargadas."
|
1056 |
|
1057 |
-
#: library/plugin-settings.php:
|
1058 |
msgid "Maximum image width"
|
1059 |
-
msgstr "Ancho
|
1060 |
|
1061 |
-
#: library/plugin-settings.php:
|
1062 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1063 |
msgstr "Especifique un ancho máximo (en píxeles) para las imágenes cargadas."
|
1064 |
|
1065 |
-
#: library/plugin-settings.php:
|
1066 |
msgid "Maximum image height"
|
1067 |
-
msgstr "Altura
|
1068 |
|
1069 |
-
#: library/plugin-settings.php:
|
1070 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1071 |
msgstr "Especifique una altura máxima (en píxeles) para las imágenes cargadas."
|
1072 |
|
1073 |
-
#: library/plugin-settings.php:
|
1074 |
msgid "More Options"
|
1075 |
msgstr "Mas opciones"
|
1076 |
|
1077 |
-
#: library/plugin-settings.php:
|
1078 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1079 |
-
msgstr "Para obtener más opciones, como la
|
1080 |
|
1081 |
-
#: library/plugin-settings.php:
|
1082 |
msgid "Go Pro!"
|
1083 |
-
msgstr "
|
1084 |
|
1085 |
-
#: library/plugin-settings.php:
|
1086 |
msgid "Auto-Display Content"
|
1087 |
-
msgstr "
|
1088 |
|
1089 |
-
#: library/plugin-settings.php:
|
1090 |
msgid "Auto-Display Images"
|
1091 |
-
msgstr "
|
1092 |
|
1093 |
-
#: library/plugin-settings.php:
|
1094 |
msgid "Auto-display user-submitted images:"
|
1095 |
-
msgstr "
|
1096 |
|
1097 |
-
#: library/plugin-settings.php:
|
1098 |
msgid "Image Markup"
|
1099 |
msgstr "Marcado de imagen"
|
1100 |
|
1101 |
-
#: library/plugin-settings.php:
|
1102 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1103 |
-
msgstr "
|
1104 |
|
1105 |
-
#: library/plugin-settings.php:
|
1106 |
-
#: library/plugin-settings.php:
|
1107 |
msgid "and"
|
1108 |
msgstr "y"
|
1109 |
|
1110 |
-
#: library/plugin-settings.php:
|
1111 |
msgid "Auto-Display Email"
|
1112 |
-
msgstr "
|
1113 |
|
1114 |
-
#: library/plugin-settings.php:
|
1115 |
msgid "Auto-display user-submitted email:"
|
1116 |
-
msgstr "
|
1117 |
|
1118 |
-
#: library/plugin-settings.php:
|
1119 |
msgid "Email Markup"
|
1120 |
msgstr "Marcado de correo electrónico"
|
1121 |
|
1122 |
-
#: library/plugin-settings.php:
|
1123 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1124 |
-
msgstr "
|
1125 |
|
1126 |
-
#: library/plugin-settings.php:
|
1127 |
msgid "Auto-Display URL"
|
1128 |
msgstr "URL de visualización automática"
|
1129 |
|
1130 |
-
#: library/plugin-settings.php:
|
1131 |
msgid "Auto-display user-submitted URL:"
|
1132 |
msgstr "Mostrar automáticamente la URL enviada por el usuario:"
|
1133 |
|
1134 |
-
#: library/plugin-settings.php:
|
1135 |
msgid "URL Markup"
|
1136 |
msgstr "Marcado de URL"
|
1137 |
|
1138 |
-
#: library/plugin-settings.php:
|
1139 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1140 |
-
msgstr "
|
1141 |
|
1142 |
-
#: library/plugin-settings.php:
|
1143 |
msgid "Auto-Display Custom Field"
|
1144 |
msgstr "Campo personalizado de visualización automática"
|
1145 |
|
1146 |
-
#: library/plugin-settings.php:
|
1147 |
msgid "Auto-display user-submitted Custom Field:"
|
1148 |
-
msgstr "
|
1149 |
|
1150 |
-
#: library/plugin-settings.php:
|
1151 |
msgid "Custom Field Markup"
|
1152 |
msgstr "Marcado de campo personalizado"
|
1153 |
|
1154 |
-
#: library/plugin-settings.php:
|
1155 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1156 |
-
msgstr "
|
1157 |
|
1158 |
-
#: library/plugin-settings.php:
|
1159 |
msgid "Save Settings"
|
1160 |
msgstr "Guardar ajustes"
|
1161 |
|
1162 |
-
#: library/plugin-settings.php:
|
1163 |
msgid "Display the Form"
|
1164 |
msgstr "Mostrar el formulario"
|
1165 |
|
1166 |
-
#: library/plugin-settings.php:
|
1167 |
msgid "Post-Submit Form"
|
1168 |
-
msgstr "Formulario
|
1169 |
|
1170 |
-
#: library/plugin-settings.php:
|
1171 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1172 |
msgstr "USP le permite mostrar un formulario de envío posterior en cualquier lugar de su sitio."
|
1173 |
|
1174 |
-
#: library/plugin-settings.php:
|
1175 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1176 |
-
msgstr "
|
1177 |
|
1178 |
-
#: library/plugin-settings.php:
|
1179 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1180 |
-
msgstr "O
|
1181 |
|
1182 |
-
#: library/plugin-settings.php:
|
1183 |
msgid "Login/Register Form"
|
1184 |
-
msgstr "
|
1185 |
|
1186 |
-
#: library/plugin-settings.php:
|
1187 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1188 |
msgstr "También puede mostrar un formulario que permita a los usuarios iniciar sesión, registrarse o restablecer su contraseña."
|
1189 |
|
1190 |
-
#: library/plugin-settings.php:
|
1191 |
msgid "Display Submitted Posts"
|
1192 |
-
msgstr "Mostrar
|
1193 |
|
1194 |
-
#: library/plugin-settings.php:
|
1195 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1196 |
-
msgstr "
|
1197 |
|
1198 |
-
#: library/plugin-settings.php:
|
1199 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1200 |
-
msgstr "O
|
1201 |
|
1202 |
-
#: library/plugin-settings.php:
|
1203 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1204 |
-
msgstr "Aquí hay algunos ejemplos que muestran cómo configurar este
|
1205 |
|
1206 |
-
#: library/plugin-settings.php:
|
1207 |
msgid "Display Image Gallery"
|
1208 |
msgstr "Mostrar galería de imágenes"
|
1209 |
|
1210 |
-
#: library/plugin-settings.php:
|
1211 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1212 |
-
msgstr "
|
1213 |
|
1214 |
-
#: library/plugin-settings.php:
|
1215 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1216 |
-
msgstr "O
|
1217 |
|
1218 |
-
#: library/plugin-settings.php:
|
1219 |
msgid "You can customize using any of the follwing attributes:"
|
1220 |
-
msgstr "
|
1221 |
|
1222 |
-
#: library/plugin-settings.php:
|
1223 |
msgid "Reset Form Button"
|
1224 |
-
msgstr "Botón
|
1225 |
|
1226 |
-
#: library/plugin-settings.php:
|
1227 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1228 |
-
msgstr "Este
|
1229 |
|
1230 |
-
#: library/plugin-settings.php:
|
1231 |
msgid "This shortcode accepts the following attributes:"
|
1232 |
msgstr "Este shortcode acepta los siguientes atributos:"
|
1233 |
|
1234 |
-
#: library/plugin-settings.php:
|
1235 |
msgid "Note that the url attribute accepts"
|
1236 |
msgstr "Tenga en cuenta que el atributo url acepta"
|
1237 |
|
1238 |
-
#: library/plugin-settings.php:
|
1239 |
msgid "to get the current URL."
|
1240 |
msgstr "para obtener la URL actual."
|
1241 |
|
1242 |
-
#: library/plugin-settings.php:
|
1243 |
msgid "Access Control"
|
1244 |
msgstr "Control de acceso"
|
1245 |
|
1246 |
-
#: library/plugin-settings.php:
|
1247 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1248 |
msgstr "USP proporciona tres códigos cortos para controlar el acceso y restringir el contenido."
|
1249 |
|
1250 |
-
#: library/plugin-settings.php:
|
1251 |
msgid "Display content only to users with a specific capability:"
|
1252 |
-
msgstr "Mostrar contenido solo
|
1253 |
|
1254 |
-
#: library/plugin-settings.php:
|
1255 |
msgid "Display content to logged-in users:"
|
1256 |
msgstr "Mostrar contenido a los usuarios registrados:"
|
1257 |
|
1258 |
-
#: library/plugin-settings.php:
|
1259 |
msgid "Display content to visitors only:"
|
1260 |
-
msgstr "Mostrar contenido solo
|
1261 |
|
1262 |
-
#: library/plugin-settings.php:
|
1263 |
msgid "Tip:"
|
1264 |
msgstr "Propina:"
|
1265 |
|
1266 |
-
#: library/plugin-settings.php:
|
1267 |
msgid "to include markup in the deny message, you can use"
|
1268 |
-
msgstr "para incluir el marcado en el mensaje de
|
1269 |
|
1270 |
-
#: library/plugin-settings.php:
|
1271 |
msgid "to output"
|
1272 |
-
msgstr "
|
1273 |
|
1274 |
-
#: library/plugin-settings.php:
|
1275 |
msgid "Example"
|
1276 |
msgstr "Ejemplo"
|
1277 |
|
1278 |
-
#: library/plugin-settings.php:
|
1279 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1280 |
msgstr "Si el usuario ha iniciado sesión, muestre el formulario de envío posterior; o si el usuario no ha iniciado sesión, muestre el formulario de inicio de sesión:"
|
1281 |
|
1282 |
-
#: library/plugin-settings.php:
|
1283 |
msgid "Restore Defaults"
|
1284 |
msgstr "Restaurar los valores predeterminados"
|
1285 |
|
1286 |
-
#: library/plugin-settings.php:
|
1287 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1288 |
-
msgstr "Deje esta opción deshabilitada para recordar su configuración. O
|
1289 |
|
1290 |
-
#: library/plugin-settings.php:
|
1291 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1292 |
-
msgstr "
|
1293 |
|
1294 |
-
#: library/plugin-settings.php:
|
1295 |
msgid "Show Support"
|
1296 |
-
msgstr "Mostrar
|
1297 |
|
1298 |
-
#: library/plugin-settings.php:
|
1299 |
msgid "by"
|
1300 |
msgstr "por"
|
1301 |
|
1302 |
-
#: library/plugin-settings.php:
|
1303 |
msgid "Jeff Starr on Twitter"
|
1304 |
msgstr "Jeff Starr en Twitter"
|
1305 |
|
1306 |
-
#: library/plugin-settings.php:
|
1307 |
msgid "Obsessive Web Design & Development"
|
1308 |
-
msgstr "Diseño
|
1309 |
|
1310 |
-
#: library/plugin-settings.php:
|
1311 |
msgid "Save Preference"
|
1312 |
msgstr "Guardar preferencia"
|
1313 |
|
1314 |
-
#: library/plugin-settings.php:
|
1315 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1316 |
msgstr "¿Está seguro de que desea restaurar todas las opciones predeterminadas? (Esta acción no se puede deshacer)"
|
1317 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1318 |
#. Description of the plugin
|
1319 |
#:
|
1320 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
+
"Project-Id-Version: USP 20190825\n"
|
8 |
"Language: es\n"
|
9 |
|
10 |
#. Name of the plugin
|
11 |
#: user-submitted-posts.php:44 library/support-panel.php:5
|
12 |
msgid "User Submitted Posts"
|
13 |
+
msgstr "Publicaciones enviadas por el usuario"
|
14 |
|
15 |
+
#: user-submitted-posts.php:82
|
16 |
msgid "requires WordPress "
|
17 |
+
msgstr "requiere WordPress "
|
18 |
|
19 |
+
#: user-submitted-posts.php:83
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
+
msgstr " o superior, y ha sido desactivado! "
|
22 |
|
23 |
+
#: user-submitted-posts.php:84
|
24 |
msgid "Please return to the"
|
25 |
+
msgstr "Por favor regrese al"
|
26 |
|
27 |
+
#: user-submitted-posts.php:85
|
28 |
msgid "WordPress Admin Area"
|
29 |
msgstr "Área de administración de WordPress"
|
30 |
|
31 |
+
#: user-submitted-posts.php:86
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
+
msgstr "para actualizar WordPress e intente nuevamente."
|
34 |
|
35 |
+
#: user-submitted-posts.php:126
|
36 |
msgid "User Submitted Post"
|
37 |
+
msgstr "Publicación enviada por el usuario"
|
38 |
|
39 |
+
#: user-submitted-posts.php:467
|
40 |
msgid "User Submitted Post Info"
|
41 |
+
msgstr "Información de publicación enviada por el usuario"
|
42 |
|
43 |
+
#: user-submitted-posts.php:497
|
44 |
msgid "Submitter Name: "
|
45 |
+
msgstr "Nombre del remitente: "
|
46 |
|
47 |
+
#: user-submitted-posts.php:498
|
48 |
msgid "Submitter Email: "
|
49 |
+
msgstr "Correo electrónico del remitente: "
|
50 |
|
51 |
+
#: user-submitted-posts.php:499
|
52 |
msgid "Submitter URL: "
|
53 |
+
msgstr "URL del remitente: "
|
54 |
|
55 |
+
#: user-submitted-posts.php:500
|
56 |
msgid "Submitter IP: "
|
57 |
+
msgstr "IP del remitente: "
|
58 |
|
59 |
+
#: user-submitted-posts.php:555
|
60 |
msgid "Show USP Posts"
|
61 |
+
msgstr "Mostrar publicaciones de USP"
|
62 |
|
63 |
+
#: user-submitted-posts.php:556 library/plugin-settings.php:1095
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
+
#: user-submitted-posts.php:1393
|
68 |
msgid " files required"
|
69 |
msgstr " archivos requeridos"
|
70 |
|
71 |
+
#: user-submitted-posts.php:1394
|
72 |
msgid " file required"
|
73 |
msgstr " archivo requerido"
|
74 |
|
75 |
+
#: user-submitted-posts.php:1396
|
76 |
msgid " files"
|
77 |
msgstr " archivos"
|
78 |
|
79 |
+
#: user-submitted-posts.php:1397
|
80 |
msgid " file"
|
81 |
msgstr " expediente"
|
82 |
|
83 |
+
#: user-submitted-posts.php:1399 user-submitted-posts.php:1400
|
84 |
+
#: user-submitted-posts.php:1401 user-submitted-posts.php:1402
|
85 |
msgid " pixels"
|
86 |
msgstr " píxeles"
|
87 |
|
88 |
+
#: user-submitted-posts.php:1404 library/core-functions.php:219
|
89 |
+
#: library/plugin-settings.php:297 library/plugin-settings.php:316
|
90 |
+
#: library/plugin-settings.php:794 library/plugin-settings.php:1344
|
91 |
msgid "Custom Field"
|
92 |
msgstr "Campo personalizado"
|
93 |
|
94 |
+
#: user-submitted-posts.php:1406
|
95 |
msgid "Custom checkbox required"
|
96 |
msgstr "Casilla de verificación personalizada requerida"
|
97 |
|
98 |
+
#: user-submitted-posts.php:1409
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
msgstr "Ocurrió un error. Por favor, regrese y vuelva a intentarlo."
|
101 |
|
102 |
+
#: user-submitted-posts.php:1419
|
103 |
msgid "User login required"
|
104 |
+
msgstr "Se requiere inicio de sesión del usuario"
|
105 |
|
106 |
+
#: user-submitted-posts.php:1420
|
107 |
msgid "User name required"
|
108 |
msgstr "Nombre de usuario (requerido"
|
109 |
|
110 |
+
#: user-submitted-posts.php:1421
|
111 |
msgid "Post title required"
|
112 |
+
msgstr "Título de la publicación requerido"
|
113 |
|
114 |
+
#: user-submitted-posts.php:1422
|
115 |
msgid "User URL required"
|
116 |
+
msgstr "URL de usuario requerida"
|
117 |
|
118 |
+
#: user-submitted-posts.php:1423
|
119 |
msgid "Post tags required"
|
120 |
msgstr "Publicar etiquetas requeridas"
|
121 |
|
122 |
+
#: user-submitted-posts.php:1424
|
123 |
msgid "Post category required"
|
124 |
msgstr "Categoría de publicación requerida"
|
125 |
|
126 |
+
#: user-submitted-posts.php:1425
|
127 |
msgid "Post content required"
|
128 |
msgstr "Publicar contenido requerido"
|
129 |
|
130 |
+
#: user-submitted-posts.php:1426 user-submitted-posts.php:1427
|
131 |
msgid "Correct captcha required"
|
132 |
+
msgstr "Captcha correcta requerida"
|
133 |
|
134 |
+
#: user-submitted-posts.php:1428
|
135 |
msgid "User email required"
|
136 |
msgstr "Correo electrónico del usuario requerido"
|
137 |
|
138 |
+
#: user-submitted-posts.php:1429
|
139 |
msgid "Please check your email and try again"
|
140 |
+
msgstr "Por favor revise su correo electrónico e intente nuevamente"
|
141 |
|
142 |
+
#: user-submitted-posts.php:1430
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
+
msgstr "Valor no vacío para campo oculto"
|
145 |
|
146 |
+
#: user-submitted-posts.php:1431
|
147 |
msgid "Minimum number of images not met"
|
148 |
+
msgstr "Número mínimo de imágenes no cumplidas"
|
149 |
|
150 |
+
#: user-submitted-posts.php:1432
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
+
msgstr "Número máximo de imágenes excedido "
|
153 |
|
154 |
+
#: user-submitted-posts.php:1433
|
155 |
msgid "Minimum image width not met"
|
156 |
+
msgstr "Ancho mínimo de imagen no alcanzado"
|
157 |
|
158 |
+
#: user-submitted-posts.php:1434
|
159 |
msgid "Image width exceeds maximum"
|
160 |
+
msgstr "El ancho de la imagen excede el máximo"
|
161 |
|
162 |
+
#: user-submitted-posts.php:1435
|
163 |
msgid "Minimum image height not met"
|
164 |
+
msgstr "Altura mínima de imagen no alcanzada"
|
165 |
|
166 |
+
#: user-submitted-posts.php:1436
|
167 |
msgid "Image height exceeds maximum"
|
168 |
+
msgstr "La altura de la imagen excede el máximo"
|
169 |
|
170 |
+
#: user-submitted-posts.php:1437
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
+
msgstr "Tipo de archivo no permitido (por favor, cargue solo las imágenes)"
|
173 |
|
174 |
+
#: user-submitted-posts.php:1438
|
175 |
msgid " required"
|
176 |
msgstr " necesario"
|
177 |
|
178 |
+
#: user-submitted-posts.php:1443
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
+
msgstr "Archivo no cargado Por favor revise el archivo e intente nuevamente."
|
181 |
|
182 |
+
#: user-submitted-posts.php:1447
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
+
msgstr "No se pudieron subir los archivos."
|
185 |
|
186 |
+
#: user-submitted-posts.php:1449
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
+
msgstr "Publicación no creada. Póngase en contacto con el administrador del sitio para obtener ayuda."
|
189 |
|
190 |
+
#: user-submitted-posts.php:1450
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
+
msgstr "Título de publicación duplicado. Inténtalo de nuevo."
|
193 |
|
194 |
+
#: user-submitted-posts.php:1460
|
195 |
msgid "Error: "
|
196 |
+
msgstr "Error: "
|
197 |
|
198 |
+
#: user-submitted-posts.php:1486
|
199 |
msgid "Return to form"
|
200 |
+
msgstr "Regresar al formulario"
|
201 |
|
202 |
+
#: user-submitted-posts.php:1516 library/plugin-settings.php:1071
|
203 |
msgid "Please"
|
204 |
msgstr "Por favor"
|
205 |
|
206 |
+
#: user-submitted-posts.php:1517
|
207 |
msgid "log in"
|
208 |
msgstr "iniciar sesión"
|
209 |
|
210 |
+
#: user-submitted-posts.php:1518
|
211 |
msgid "to submit content!"
|
212 |
msgstr "para enviar contenido!"
|
213 |
|
214 |
+
#: views/submission-form.php:21 views/submission-form-alt.php:40
|
215 |
msgid "Please complete the required fields."
|
216 |
+
msgstr "Por favor complete los campos requeridos."
|
217 |
|
218 |
+
#: views/submission-form.php:31 views/submission-form.php:32
|
219 |
+
#: views/submission-form-alt.php:46 views/submission-form-alt.php:47
|
220 |
msgid "Your Name"
|
221 |
msgstr "Tu nombre"
|
222 |
|
223 |
+
#: views/submission-form.php:37 views/submission-form.php:38
|
224 |
+
#: views/submission-form-alt.php:52 views/submission-form-alt.php:53
|
225 |
msgid "Your URL"
|
226 |
+
msgstr "Su URL"
|
227 |
|
228 |
+
#: views/submission-form.php:43 views/submission-form.php:44
|
229 |
+
#: views/submission-form-alt.php:58 views/submission-form-alt.php:59
|
230 |
msgid "Your Email"
|
231 |
msgstr "Tu correo electrónico"
|
232 |
|
233 |
+
#: views/submission-form.php:49 views/submission-form.php:50
|
234 |
+
#: views/submission-form-alt.php:64 views/submission-form-alt.php:65
|
235 |
+
#: library/plugin-settings.php:1132
|
236 |
msgid "Post Title"
|
237 |
msgstr "Título de la entrada"
|
238 |
|
239 |
+
#: views/submission-form.php:55 views/submission-form.php:56
|
240 |
+
#: views/submission-form-alt.php:70 views/submission-form-alt.php:71
|
241 |
+
#: library/plugin-settings.php:1133
|
242 |
msgid "Post Tags"
|
243 |
+
msgstr "Etiquetas de publicaciones"
|
244 |
|
245 |
+
#: views/submission-form.php:68 views/submission-form-alt.php:83
|
246 |
msgid "Antispam Question"
|
247 |
+
msgstr "Pregunta antispam"
|
248 |
|
249 |
+
#: views/submission-form.php:73 views/submission-form-alt.php:88
|
250 |
+
#: library/plugin-settings.php:1134
|
251 |
msgid "Post Category"
|
252 |
+
msgstr "Categoría de publicación"
|
253 |
|
254 |
+
#: views/submission-form.php:74 views/submission-form.php:75
|
255 |
+
#: views/submission-form-alt.php:89 views/submission-form-alt.php:90
|
256 |
msgid "Please select a category.."
|
257 |
msgstr "Porfavor seleccione una categoría.."
|
258 |
|
259 |
+
#: views/submission-form.php:106 views/submission-form.php:107
|
260 |
+
#: views/submission-form-alt.php:121 views/submission-form-alt.php:122
|
261 |
+
#: library/plugin-settings.php:1135
|
262 |
msgid "Post Content"
|
263 |
msgstr "Publicar Contenido"
|
264 |
|
265 |
+
#: views/submission-form.php:113 views/submission-form-alt.php:128
|
266 |
msgid "Verification"
|
267 |
msgstr "Verificación"
|
268 |
|
269 |
+
#: views/submission-form.php:120 views/submission-form-alt.php:135
|
270 |
msgid "Upload an Image"
|
271 |
msgstr "Subir una imagen"
|
272 |
|
273 |
+
#: views/submission-form.php:129 views/submission-form-alt.php:144
|
274 |
msgid "Add another image"
|
275 |
+
msgstr "Agrega otra imagen"
|
276 |
|
277 |
+
#: views/submission-form.php:151 views/submission-form-alt.php:166
|
278 |
msgid "Human verification: leave this field empty."
|
279 |
+
msgstr "Verificación humana: deje este campo vacío."
|
280 |
|
281 |
+
#: views/submission-form.php:175 views/submission-form-alt.php:190
|
282 |
msgid "Submit Post"
|
283 |
msgstr "Enviar mensaje"
|
284 |
|
285 |
+
#: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
|
286 |
+
msgid "Incorrect response."
|
287 |
+
msgstr "Respuesta incorrecta"
|
288 |
+
|
289 |
#: library/shortcode-misc.php:18
|
290 |
msgid "Reset form"
|
291 |
msgstr "Restablecer formulario"
|
294 |
msgid "View full post"
|
295 |
msgstr "Ver publicación completa"
|
296 |
|
297 |
+
#: library/plugin-settings.php:31
|
298 |
+
msgid "Settings"
|
299 |
+
msgstr "Configuraciones"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
|
301 |
+
#: library/plugin-settings.php:40
|
302 |
msgid "Get USP Pro for unlimited forms!"
|
303 |
+
msgstr "¡Obtenga USP Pro para formularios ilimitados!"
|
304 |
|
305 |
+
#: library/plugin-settings.php:41
|
306 |
msgid "Go Pro"
|
307 |
msgstr "Go Pro"
|
308 |
|
309 |
+
#: library/plugin-settings.php:62 library/plugin-settings.php:1103
|
310 |
+
#: library/plugin-settings.php:1696
|
|
|
|
|
|
|
|
|
311 |
msgid "Plugin Homepage"
|
312 |
+
msgstr "Página de inicio del complemento"
|
313 |
|
314 |
+
#: library/plugin-settings.php:63
|
315 |
msgid "Homepage"
|
316 |
msgstr "Página principal"
|
317 |
|
318 |
+
#: library/plugin-settings.php:68
|
319 |
msgid "Give USP a 5-star rating at WordPress.org"
|
320 |
+
msgstr "Dele a USP una calificación de 5 estrellas en WordPress.org"
|
321 |
|
322 |
+
#: library/plugin-settings.php:69
|
323 |
msgid "Rate this plugin »"
|
324 |
+
msgstr "Califique este complemento & nbsp; & raquo;"
|
325 |
|
326 |
+
#: library/plugin-settings.php:127
|
327 |
msgid "WP Post (recommended)"
|
328 |
msgstr "WP Post (recomendado)"
|
329 |
|
330 |
+
#: library/plugin-settings.php:131
|
331 |
msgid "WP Page"
|
332 |
msgstr "WP Page"
|
333 |
|
334 |
+
#: library/plugin-settings.php:147
|
335 |
msgid "HTML5 Form + Default CSS"
|
336 |
+
msgstr "Forma HTML5 + CSS predeterminado"
|
337 |
|
338 |
+
#: library/plugin-settings.php:147
|
339 |
msgid "(Recommended)"
|
340 |
msgstr "(Recomendado)"
|
341 |
|
342 |
+
#: library/plugin-settings.php:151
|
343 |
msgid "HTML5 Form + Disable CSS"
|
344 |
+
msgstr "Formulario HTML5 + Deshabilitar CSS"
|
345 |
|
346 |
+
#: library/plugin-settings.php:151
|
347 |
msgid "(Provide your own styles)"
|
348 |
msgstr "(Proporcione sus propios estilos)"
|
349 |
|
350 |
+
#: library/plugin-settings.php:155
|
351 |
msgid "Custom Form + Custom CSS"
|
352 |
msgstr "Formulario personalizado + CSS personalizado"
|
353 |
|
354 |
+
#: library/plugin-settings.php:155
|
355 |
msgid "(Provide your own form template & styles)"
|
356 |
msgstr "(Proporcione su propia plantilla de formulario y estilos)"
|
357 |
|
358 |
+
#: library/plugin-settings.php:171 library/plugin-settings.php:195
|
359 |
+
#: library/plugin-settings.php:218 library/plugin-settings.php:242
|
360 |
msgid "Auto-display before post content"
|
361 |
msgstr "Visualización automática antes de publicar contenido"
|
362 |
|
363 |
+
#: library/plugin-settings.php:175 library/plugin-settings.php:199
|
364 |
+
#: library/plugin-settings.php:222 library/plugin-settings.php:246
|
365 |
msgid "Auto-display after post content"
|
366 |
msgstr "Visualización automática después del contenido de la publicación"
|
367 |
|
368 |
+
#: library/plugin-settings.php:179
|
369 |
msgid "Do not auto-display submitted images"
|
370 |
msgstr "No mostrar automáticamente las imágenes enviadas"
|
371 |
|
372 |
+
#: library/plugin-settings.php:203
|
373 |
msgid "Do not auto-display submitted email"
|
374 |
msgstr "No mostrar automáticamente el correo electrónico enviado"
|
375 |
|
376 |
+
#: library/plugin-settings.php:226
|
377 |
msgid "Do not auto-display submitted URL"
|
378 |
msgstr "No mostrar automáticamente la URL enviada"
|
379 |
|
380 |
+
#: library/plugin-settings.php:250
|
381 |
msgid "Do not auto-display the Custom Field"
|
382 |
msgstr "No mostrar automáticamente el campo personalizado"
|
383 |
|
384 |
+
#: library/plugin-settings.php:278 library/plugin-settings.php:310
|
385 |
+
#: library/plugin-settings.php:343 library/plugin-settings.php:375
|
386 |
+
msgid "Enable and require"
|
387 |
+
msgstr "Habilitar y requerir"
|
388 |
|
389 |
+
#: library/plugin-settings.php:279 library/plugin-settings.php:311
|
390 |
+
msgid "Enable but do not require"
|
391 |
+
msgstr "Habilitar pero no requiere"
|
392 |
|
393 |
+
#: library/plugin-settings.php:280 library/plugin-settings.php:312
|
394 |
+
#: library/plugin-settings.php:344 library/plugin-settings.php:376
|
395 |
msgid "Disable this field"
|
396 |
msgstr "Deshabilitar este campo"
|
397 |
|
398 |
+
#: library/plugin-settings.php:315 library/plugin-settings.php:347
|
399 |
+
#: library/plugin-settings.php:379 library/plugin-settings.php:411
|
400 |
msgid "(Visit"
|
401 |
msgstr "(Visitar"
|
402 |
|
403 |
+
#: library/plugin-settings.php:316 library/plugin-settings.php:348
|
404 |
+
#: library/plugin-settings.php:380 library/plugin-settings.php:412
|
405 |
msgid "to configure options)"
|
406 |
msgstr "para configurar opciones)"
|
407 |
|
408 |
+
#: library/plugin-settings.php:331 library/plugin-settings.php:348
|
409 |
+
#: library/plugin-settings.php:1362 library/plugin-settings.php:1367
|
410 |
msgid "Challenge Question"
|
411 |
msgstr "pregunta desafiante"
|
412 |
|
413 |
+
#: library/plugin-settings.php:363 library/plugin-settings.php:380
|
414 |
+
#: library/plugin-settings.php:1384
|
415 |
msgid "Google reCAPTCHA"
|
416 |
msgstr "Google reCAPTCHA"
|
417 |
|
418 |
+
#: library/plugin-settings.php:395
|
419 |
msgid "Post Images"
|
420 |
+
msgstr "Publicar imágenes"
|
421 |
|
422 |
+
#: library/plugin-settings.php:407
|
423 |
+
msgid "Enable"
|
424 |
+
msgstr "Habilitar"
|
425 |
|
426 |
+
#: library/plugin-settings.php:408
|
427 |
msgid "Disable"
|
428 |
msgstr "Inhabilitar"
|
429 |
|
430 |
+
#: library/plugin-settings.php:412 library/plugin-settings.php:1445
|
431 |
msgid "Image Uploads"
|
432 |
msgstr "Subidas de imágenes"
|
433 |
|
434 |
+
#: library/plugin-settings.php:492
|
435 |
msgid "Draft"
|
436 |
msgstr "Borrador"
|
437 |
|
438 |
+
#: library/plugin-settings.php:493
|
439 |
msgid "Pending (default)"
|
440 |
+
msgstr "Pendiente (predeterminado)"
|
441 |
|
442 |
+
#: library/plugin-settings.php:494
|
443 |
msgid "Publish immediately"
|
444 |
+
msgstr "Publicar de inmediato"
|
445 |
|
446 |
+
#: library/plugin-settings.php:495
|
447 |
msgid "Publish after 1 approved post"
|
448 |
msgstr "Publicar después de 1 publicación aprobada"
|
449 |
|
450 |
+
#: library/plugin-settings.php:496
|
451 |
msgid "Publish after "
|
452 |
+
msgstr "Publicar después "
|
453 |
|
454 |
+
#: library/plugin-settings.php:496
|
455 |
msgid " approved posts"
|
456 |
msgstr " puestos aprobados"
|
457 |
|
458 |
+
#: library/plugin-settings.php:524
|
459 |
+
msgid "Select categories to display in the Category field."
|
460 |
+
msgstr "Seleccione categorías para mostrar en el campo Categoría."
|
461 |
+
|
462 |
+
#: library/plugin-settings.php:738
|
463 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
464 |
+
msgstr "Hubo un error. Asegúrese de haber agregado un título, algún contenido y de haber subido solo imágenes."
|
465 |
|
466 |
+
#: library/plugin-settings.php:752
|
467 |
msgid "Please select your image(s) to upload."
|
468 |
+
msgstr "Seleccione sus imágenes para cargar."
|
469 |
|
470 |
+
#: library/plugin-settings.php:758
|
471 |
msgid "Success! Thank you for your submission."
|
472 |
+
msgstr "¡Éxito! Gracias por tu presentación."
|
473 |
|
474 |
+
#: library/plugin-settings.php:784
|
475 |
msgid "Email"
|
476 |
msgstr "Email"
|
477 |
|
478 |
+
#: library/plugin-settings.php:785
|
479 |
msgid "URL"
|
480 |
msgstr "URL"
|
481 |
|
482 |
+
#: library/plugin-settings.php:1058
|
483 |
msgid "Toggle all panels"
|
484 |
msgstr "Alternar todos los paneles"
|
485 |
|
486 |
+
#: library/plugin-settings.php:1067
|
487 |
msgid "We need your support!"
|
488 |
msgstr "¡Necesitamos su apoyo!"
|
489 |
|
490 |
+
#: library/plugin-settings.php:1071
|
491 |
msgid "Make a donation via PayPal"
|
492 |
+
msgstr "Haz una donación a través de PayPal"
|
493 |
|
494 |
+
#: library/plugin-settings.php:1071
|
495 |
msgid "make a donation"
|
496 |
msgstr "Haz una donación"
|
497 |
|
498 |
+
#: library/plugin-settings.php:1071
|
499 |
msgid "and/or"
|
500 |
msgstr "y / o"
|
501 |
|
502 |
+
#: library/plugin-settings.php:1072
|
503 |
msgid "Rate and review at the Plugin Directory"
|
504 |
+
msgstr "Califique y revise en el Directorio de complementos"
|
505 |
|
506 |
+
#: library/plugin-settings.php:1073
|
507 |
msgid "give this plugin a 5-star rating"
|
508 |
+
msgstr "otorgue a este complemento una calificación de 5 estrellas"
|
509 |
|
510 |
+
#: library/plugin-settings.php:1077
|
511 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
512 |
+
msgstr "Su generoso soporte permite el desarrollo continuo de este complemento gratuito. ¡Gracias!"
|
513 |
|
514 |
+
#: library/plugin-settings.php:1082
|
515 |
msgid "Check this box if you have shown support"
|
516 |
+
msgstr "Marque esta casilla si ha mostrado apoyo"
|
517 |
|
518 |
+
#: library/plugin-settings.php:1091
|
519 |
msgid "Overview"
|
520 |
msgstr "Visión general"
|
521 |
|
522 |
+
#: library/plugin-settings.php:1095
|
523 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
524 |
+
msgstr "permite a sus visitantes enviar publicaciones y subir imágenes desde el front-end de su sitio. "
|
525 |
|
526 |
+
#: library/plugin-settings.php:1096
|
527 |
msgid "For advanced functionality and unlimited forms, check out"
|
528 |
+
msgstr "Para funcionalidad avanzada y formularios ilimitados, consulte"
|
529 |
|
530 |
+
#: library/plugin-settings.php:1096 library/plugin-settings.php:1503
|
531 |
msgid "USP Pro"
|
532 |
msgstr "USP Pro"
|
533 |
|
534 |
+
#: library/plugin-settings.php:1097
|
535 |
msgid "— the ultimate solution for user-generated content."
|
536 |
+
msgstr "& mdash; La solución definitiva para el contenido generado por el usuario."
|
537 |
|
538 |
+
#: library/plugin-settings.php:1101 library/plugin-settings.php:1118
|
539 |
msgid "Plugin Settings"
|
540 |
+
msgstr "Configuraciones de complementos"
|
541 |
|
542 |
+
#: library/plugin-settings.php:1102
|
543 |
msgid "Display the form"
|
544 |
msgstr "Mostrar el formulario"
|
545 |
|
546 |
+
#: library/plugin-settings.php:1106
|
547 |
msgid "If you like this plugin, please"
|
548 |
+
msgstr "Si te gusta este complemento, por favor"
|
549 |
|
550 |
+
#: library/plugin-settings.php:1107
|
551 |
msgid "THANK YOU for your support!"
|
552 |
msgstr "¡Gracias por tu apoyo!"
|
553 |
|
554 |
+
#: library/plugin-settings.php:1107
|
555 |
msgid "give it a 5-star rating"
|
556 |
+
msgstr "darle una calificación de 5 estrellas"
|
557 |
|
558 |
+
#: library/plugin-settings.php:1111
|
559 |
msgid "Unlimited front-end forms"
|
560 |
+
msgstr "Formularios ilimitados"
|
561 |
|
562 |
+
#: library/plugin-settings.php:1111
|
563 |
msgid "Get USP Pro"
|
564 |
+
msgstr "Obtenga USP Pro"
|
565 |
|
566 |
+
#: library/plugin-settings.php:1121
|
567 |
msgid "Configure your settings for User Submitted Posts."
|
568 |
msgstr "Configure sus ajustes para las publicaciones enviadas por el usuario."
|
569 |
|
570 |
+
#: library/plugin-settings.php:1123
|
571 |
msgid "Form Fields"
|
572 |
msgstr "Campos de formulario"
|
573 |
|
574 |
+
#: library/plugin-settings.php:1129
|
575 |
msgid "User Name"
|
576 |
msgstr "Nombre de usuario"
|
577 |
|
578 |
+
#: library/plugin-settings.php:1130
|
579 |
msgid "User Email"
|
580 |
msgstr "Email del usuario"
|
581 |
|
582 |
+
#: library/plugin-settings.php:1131
|
583 |
msgid "User URL"
|
584 |
msgstr "URL de usuario"
|
585 |
|
586 |
+
#: library/plugin-settings.php:1146
|
587 |
msgid "General Settings"
|
588 |
msgstr "Configuración general"
|
589 |
|
590 |
+
#: library/plugin-settings.php:1148
|
591 |
msgid "Note that the default settings work fine for most cases."
|
592 |
+
msgstr "Tenga en cuenta que la configuración predeterminada funciona bien para la mayoría de los casos."
|
593 |
|
594 |
+
#: library/plugin-settings.php:1153
|
595 |
msgid "Form Style"
|
596 |
+
msgstr "Estilo de formulario"
|
597 |
|
598 |
+
#: library/plugin-settings.php:1158
|
599 |
msgid "With this option, you can copy the plugin’s default templates:"
|
600 |
msgstr "Con esta opción, puede copiar las plantillas predeterminadas del complemento:"
|
601 |
|
602 |
+
#: library/plugin-settings.php:1163
|
603 |
msgid "..and upload them into a directory named"
|
604 |
msgstr "..y subirlos a un directorio llamado"
|
605 |
|
606 |
+
#: library/plugin-settings.php:1163
|
607 |
msgid "in your theme:"
|
608 |
+
msgstr "en tu tema:"
|
609 |
|
610 |
+
#: library/plugin-settings.php:1169
|
611 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
612 |
+
msgstr "Eso le permitirá personalizar la forma y los estilos que desee. Para obtener más información, consulte la sección \"Formulario de envío personalizado\" en el"
|
613 |
|
614 |
+
#: library/plugin-settings.php:1170
|
615 |
msgid "Installation Docs"
|
616 |
msgstr "Documentos de instalación"
|
617 |
|
618 |
+
#: library/plugin-settings.php:1171
|
619 |
msgid "FYI: here is a"
|
620 |
+
msgstr "FYI: aquí hay un"
|
621 |
|
622 |
+
#: library/plugin-settings.php:1171
|
623 |
msgid "list of USP CSS selectors"
|
624 |
+
msgstr "lista de selectores CSS de USP"
|
625 |
|
626 |
+
#: library/plugin-settings.php:1177
|
627 |
msgid "Include JavaScript"
|
628 |
msgstr "Incluir JavaScript"
|
629 |
|
630 |
+
#: library/plugin-settings.php:1179
|
631 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
632 |
msgstr "Marque esta casilla si desea incluir los archivos JavaScript externos (recomendado)."
|
633 |
|
634 |
+
#: library/plugin-settings.php:1182
|
635 |
msgid "Targeted Loading"
|
636 |
msgstr "Carga dirigida"
|
637 |
|
638 |
+
#: library/plugin-settings.php:1184
|
639 |
+
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
|
640 |
+
msgstr "Por defecto, CSS externo & amp; Los archivos JavaScript se cargan en cada página. Aquí puede especificar la URL del formulario USP para cargar recursos solo en esa página. Nota: deje en blanco para cargar en todas las páginas. Use comas para separar múltiples URL."
|
641 |
|
642 |
+
#: library/plugin-settings.php:1187
|
643 |
msgid "Post Type"
|
644 |
msgstr "Tipo de mensaje"
|
645 |
|
646 |
+
#: library/plugin-settings.php:1190
|
647 |
msgid "Submit posts as WP Posts or Pages"
|
648 |
msgstr "Enviar publicaciones como publicaciones o páginas de WP"
|
649 |
|
650 |
+
#: library/plugin-settings.php:1194
|
651 |
msgid "Post Status"
|
652 |
+
msgstr "Publicar estado"
|
653 |
|
654 |
+
#: library/plugin-settings.php:1197
|
655 |
msgid "Post Status for submitted posts"
|
656 |
+
msgstr "Estado de publicación para publicaciones enviadas"
|
657 |
|
658 |
+
#: library/plugin-settings.php:1201
|
659 |
msgid "Redirect URL"
|
660 |
msgstr "Redireccionar URL"
|
661 |
|
662 |
+
#: library/plugin-settings.php:1203
|
663 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
664 |
+
msgstr "Especifique una URL para redirigir al usuario después del envío posterior. Déjelo en blanco para redirigir a la página actual."
|
665 |
|
666 |
+
#: library/plugin-settings.php:1206
|
667 |
msgid "Success Message"
|
668 |
msgstr "Mensaje de éxito"
|
669 |
|
670 |
+
#: library/plugin-settings.php:1208
|
671 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
672 |
+
msgstr "Mensaje de éxito que se muestra si el envío posterior es exitoso. Se permite el marcado básico."
|
673 |
|
674 |
+
#: library/plugin-settings.php:1211
|
675 |
msgid "Error Message"
|
676 |
msgstr "Mensaje de error"
|
677 |
|
678 |
+
#: library/plugin-settings.php:1213
|
679 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
680 |
+
msgstr "Mensaje de error general que se muestra si falla el envío posterior. Se permite el marcado básico."
|
681 |
|
682 |
+
#: library/plugin-settings.php:1216
|
683 |
msgid "Custom Content"
|
684 |
msgstr "Contenido personalizado"
|
685 |
|
686 |
+
#: library/plugin-settings.php:1218
|
687 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
688 |
+
msgstr "Se debe incluir texto / marcado personalizado antes del formulario de envío. Dejar en blanco para deshabilitar."
|
689 |
|
690 |
+
#: library/plugin-settings.php:1221
|
691 |
msgid "Rich Text Editor"
|
692 |
msgstr "Editor de texto enriquecido"
|
693 |
|
694 |
+
#: library/plugin-settings.php:1223
|
695 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
696 |
+
msgstr "Marque esta casilla si desea habilitar la edición de texto enriquecido de WP para las publicaciones enviadas."
|
697 |
|
698 |
+
#: library/plugin-settings.php:1226
|
699 |
msgid "Unique Titles"
|
700 |
msgstr "Títulos únicos"
|
701 |
|
702 |
+
#: library/plugin-settings.php:1228
|
703 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
704 |
+
msgstr "Requerir que los títulos de las publicaciones enviadas sean únicos (útil para evitar publicaciones múltiples / duplicadas)."
|
705 |
|
706 |
+
#: library/plugin-settings.php:1231
|
707 |
msgid "Disable Required"
|
708 |
msgstr "Deshabilitar requerido"
|
709 |
|
710 |
+
#: library/plugin-settings.php:1233
|
711 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
712 |
msgstr "Deshabilite todos los atributos requeridos en los campos de formulario predeterminados (útil para solucionar mensajes de error)."
|
713 |
|
714 |
+
#: library/plugin-settings.php:1236
|
715 |
msgid "Enable Shortcodes"
|
716 |
msgstr "Habilitar códigos cortos"
|
717 |
|
718 |
+
#: library/plugin-settings.php:1238
|
719 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
720 |
+
msgstr "Habilitar códigos cortos en widgets. Por defecto, WordPress no habilita códigos cortos en widgets. "
|
721 |
|
722 |
+
#: library/plugin-settings.php:1239
|
723 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
724 |
+
msgstr "Esta configuración habilita cualquier / todos los códigos cortos en los widgets (incluso los códigos cortos de otros complementos)."
|
725 |
|
726 |
+
#: library/plugin-settings.php:1244
|
727 |
+
msgid "Privacy"
|
728 |
+
msgstr "Intimidad"
|
729 |
|
730 |
+
#: library/plugin-settings.php:1249
|
731 |
msgid "Disable IP Tracking"
|
732 |
msgstr "Deshabilitar el seguimiento de IP"
|
733 |
|
734 |
+
#: library/plugin-settings.php:1251
|
735 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
736 |
msgstr "Por defecto, USP registra la dirección IP con cada publicación enviada. Marque esta casilla para deshabilitar todo el seguimiento de IP."
|
737 |
|
738 |
+
#: library/plugin-settings.php:1255
|
739 |
msgid "Display Checkbox"
|
740 |
msgstr "Mostrar casilla de verificación"
|
741 |
|
742 |
+
#: library/plugin-settings.php:1257
|
743 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
744 |
msgstr "Mostrar casilla de verificación personalizada en su formulario (útil para GDPR, aceptar términos, etc.)"
|
745 |
|
746 |
+
#: library/plugin-settings.php:1260
|
747 |
msgid "Checkbox Name"
|
748 |
msgstr "Nombre de casilla de verificación"
|
749 |
|
750 |
+
#: library/plugin-settings.php:1262 library/plugin-settings.php:1352
|
751 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
752 |
+
msgstr "Use solo alfanuméricos, guiones bajos y guiones. Si no está seguro, use el nombre predeterminado:"
|
753 |
|
754 |
+
#: library/plugin-settings.php:1265
|
755 |
msgid "Checkbox Error"
|
756 |
msgstr "Error de casilla de verificación"
|
757 |
|
758 |
+
#: library/plugin-settings.php:1267
|
759 |
msgid "Error message displayed if user does not check the box."
|
760 |
msgstr "Aparece un mensaje de error si el usuario no marca la casilla."
|
761 |
|
762 |
+
#: library/plugin-settings.php:1270
|
763 |
msgid "Checkbox Text"
|
764 |
+
msgstr "Texto de casilla de verificación"
|
765 |
|
766 |
+
#: library/plugin-settings.php:1272
|
767 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
768 |
+
msgstr "Texto que se muestra junto a la casilla de verificación. Consejo: use llaves para dar salida a las llaves angulares, por ejemplo:"
|
769 |
|
770 |
+
#: library/plugin-settings.php:1277 library/plugin-settings.php:1282
|
771 |
msgid "Categories"
|
772 |
msgstr "Categorías"
|
773 |
|
774 |
+
#: library/plugin-settings.php:1285
|
775 |
+
msgid "Click to view/select categories"
|
776 |
+
msgstr "Haga clic para ver / seleccionar categorías"
|
777 |
|
778 |
+
#: library/plugin-settings.php:1293
|
779 |
+
msgid "Multiple Categories"
|
780 |
+
msgstr "Múltiples categorías"
|
781 |
+
|
782 |
+
#: library/plugin-settings.php:1295
|
783 |
+
msgid "Enable users to select multiple categories."
|
784 |
+
msgstr "Permitir a los usuarios seleccionar múltiples categorías."
|
785 |
+
|
786 |
+
#: library/plugin-settings.php:1298
|
787 |
msgid "Hidden/Default Category"
|
788 |
msgstr "Categoría oculta / predeterminada"
|
789 |
|
790 |
+
#: library/plugin-settings.php:1300
|
791 |
+
msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
|
792 |
+
msgstr "Use un campo oculto para la categoría de publicación. Esto oculta el campo de categoría y establece su valor a través de la siguiente opción."
|
793 |
|
794 |
+
#: library/plugin-settings.php:1303
|
795 |
msgid "Category ID for Hidden Field"
|
796 |
+
msgstr "ID de categoría para campo oculto"
|
797 |
|
798 |
+
#: library/plugin-settings.php:1305
|
799 |
+
msgid "Specify category ID(s) to use for “Hidden/Default Category”. Separate multiple IDs with a comma."
|
800 |
+
msgstr "Especifique los ID de categoría que se utilizarán para & ldquo; Categoría oculta / predeterminada & rdquo ;. Separe las ID múltiples con una coma."
|
801 |
|
802 |
+
#: library/plugin-settings.php:1310
|
803 |
msgid "Users"
|
804 |
+
msgstr "Los usuarios"
|
805 |
|
806 |
+
#: library/plugin-settings.php:1315
|
807 |
msgid "Assigned Author"
|
808 |
msgstr "Autor asignado"
|
809 |
|
810 |
+
#: library/plugin-settings.php:1318
|
811 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
812 |
msgstr "Especifique el usuario que debe asignarse como autor para las publicaciones enviadas."
|
813 |
|
814 |
+
#: library/plugin-settings.php:1322
|
815 |
msgid "Registered Username"
|
816 |
msgstr "Nombre de Usuario Registrado"
|
817 |
|
818 |
+
#: library/plugin-settings.php:1324
|
819 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
820 |
+
msgstr "Utilice el nombre de usuario registrado como autor de la publicación. Válido cuando la persona que envía el formulario inicia sesión en WordPress."
|
821 |
|
822 |
+
#: library/plugin-settings.php:1327
|
823 |
msgid "User Profile URL"
|
824 |
+
msgstr "URL de perfil de usuario"
|
825 |
|
826 |
+
#: library/plugin-settings.php:1329
|
827 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
828 |
+
msgstr "Utilice la URL del perfil del usuario registrado como el valor del campo URL. Válido cuando la persona que envía el formulario inicia sesión en WordPress."
|
829 |
|
830 |
+
#: library/plugin-settings.php:1332
|
831 |
msgid "Require User Login"
|
832 |
+
msgstr "Requerir inicio de sesión de usuario"
|
833 |
|
834 |
+
#: library/plugin-settings.php:1334
|
835 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
836 |
+
msgstr "Requerir que los usuarios inicien sesión en WordPress para ver / enviar el formulario"
|
837 |
|
838 |
+
#: library/plugin-settings.php:1337
|
839 |
msgid "Disable Replace Author"
|
840 |
+
msgstr "Deshabilitar Reemplazar autor"
|
841 |
|
842 |
+
#: library/plugin-settings.php:1339
|
843 |
msgid "Do not replace post author with submitted user name"
|
844 |
msgstr "No reemplace el autor de la publicación con el nombre de usuario enviado"
|
845 |
|
846 |
+
#: library/plugin-settings.php:1345
|
847 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
848 |
msgstr "Aquí puede cambiar el nombre y la etiqueta utilizados por el campo personalizado. Puede habilitar este campo a través de la configuración de Campos de formulario, arriba."
|
849 |
|
850 |
+
#: library/plugin-settings.php:1350
|
851 |
msgid "Custom Field Name"
|
852 |
msgstr "Nombre de campo personalizado"
|
853 |
|
854 |
+
#: library/plugin-settings.php:1355
|
855 |
msgid "Custom Field Label"
|
856 |
msgstr "Etiqueta de campo personalizada"
|
857 |
|
858 |
+
#: library/plugin-settings.php:1357
|
859 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
860 |
+
msgstr "Esto se mostrará como la etiqueta de campo en el formulario. Valor predeterminado: campo personalizado"
|
861 |
|
862 |
+
#: library/plugin-settings.php:1369
|
863 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
864 |
msgstr "Para evitar el spam, ingrese una pregunta que los usuarios deben responder antes de enviar el formulario."
|
865 |
|
866 |
+
#: library/plugin-settings.php:1372
|
867 |
msgid "Challenge Response"
|
868 |
+
msgstr "Respuesta al desafío"
|
869 |
|
870 |
+
#: library/plugin-settings.php:1374
|
871 |
msgid "Enter the *only* correct answer to the challenge question."
|
872 |
+
msgstr "Ingrese la * correcta * respuesta correcta a la pregunta de desafío."
|
873 |
|
874 |
+
#: library/plugin-settings.php:1377
|
875 |
msgid "Case-sensitivity"
|
876 |
msgstr "Mayúsculas y minúsculas"
|
877 |
|
878 |
+
#: library/plugin-settings.php:1379
|
879 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
880 |
msgstr "Marque esta casilla si desea que la respuesta al desafío distinga entre mayúsculas y minúsculas."
|
881 |
|
882 |
+
#: library/plugin-settings.php:1385
|
883 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
884 |
msgstr "Para habilitar Google reCAPTCHA, ingrese sus claves públicas y privadas."
|
885 |
|
886 |
+
#: library/plugin-settings.php:1390
|
887 |
msgid "Public Key"
|
888 |
msgstr "Llave pública"
|
889 |
|
890 |
+
#: library/plugin-settings.php:1392
|
891 |
msgid "Enter your Public Key"
|
892 |
msgstr "Ingrese su clave pública"
|
893 |
|
894 |
+
#: library/plugin-settings.php:1395
|
895 |
msgid "Private Key"
|
896 |
msgstr "Llave privada"
|
897 |
|
898 |
+
#: library/plugin-settings.php:1397
|
899 |
msgid "Enter your Private Key"
|
900 |
msgstr "Ingrese su clave privada"
|
901 |
|
902 |
+
#: library/plugin-settings.php:1402
|
903 |
msgid "Email Alerts"
|
904 |
msgstr "Alertas de correo electrónico"
|
905 |
|
906 |
+
#: library/plugin-settings.php:1407
|
907 |
msgid "Receive Email Alert"
|
908 |
+
msgstr "Recibir alerta por correo electrónico"
|
909 |
|
910 |
+
#: library/plugin-settings.php:1409
|
911 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
912 |
+
msgstr "Marque esta casilla si desea recibir una notificación por correo electrónico para nuevos envíos posteriores."
|
913 |
|
914 |
+
#: library/plugin-settings.php:1412
|
915 |
msgid "Enable HTML Format"
|
916 |
msgstr "Habilitar formato HTML"
|
917 |
|
918 |
+
#: library/plugin-settings.php:1414
|
919 |
msgid "Check this box to enable HTML format for email alerts."
|
920 |
+
msgstr "Marque esta casilla para habilitar el formato HTML para las alertas por correo electrónico."
|
921 |
|
922 |
+
#: library/plugin-settings.php:1417
|
923 |
msgid "Email Address for Alerts"
|
924 |
msgstr "Dirección de correo electrónico para alertas"
|
925 |
|
926 |
+
#: library/plugin-settings.php:1419
|
927 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
928 |
+
msgstr "Si marcó la casilla para recibir alertas por correo electrónico, indique aquí las direcciones a las que deben enviarse los correos electrónicos."
|
929 |
|
930 |
+
#: library/plugin-settings.php:1420
|
931 |
msgid "Multiple recipients may be included using a comma, like so:"
|
932 |
+
msgstr "Se pueden incluir múltiples destinatarios utilizando una coma, de esta manera:"
|
933 |
|
934 |
+
#: library/plugin-settings.php:1423
|
935 |
msgid "Email “From” Address"
|
936 |
msgstr "Correo electrónico & ldquo; De & rdquo; Dirección"
|
937 |
|
938 |
+
#: library/plugin-settings.php:1425
|
939 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
940 |
+
msgstr "Aquí puede personalizar las direcciones utilizadas para & ldquo; De & rdquo; encabezado (consulte las preguntas frecuentes del complemento para obtener información). "
|
941 |
|
942 |
+
#: library/plugin-settings.php:1426
|
943 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
944 |
+
msgstr "Si se especifican varias direcciones en la configuración anterior, incluya un número igual de & ldquo; De & rdquo; direcciones para esta configuración (en el mismo orden)."
|
945 |
|
946 |
+
#: library/plugin-settings.php:1429
|
947 |
msgid "Email Alert Subject"
|
948 |
msgstr "Asunto de alerta por correo electrónico"
|
949 |
|
950 |
+
#: library/plugin-settings.php:1431
|
951 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
952 |
+
msgstr "Línea de asunto para alertas por correo electrónico. Déjelo en blanco para usar la línea de asunto predeterminada. Nota: puede usar las siguientes variables: "
|
953 |
|
954 |
+
#: library/plugin-settings.php:1436
|
955 |
msgid "Email Alert Message"
|
956 |
msgstr "Mensaje de alerta por correo electrónico"
|
957 |
|
958 |
+
#: library/plugin-settings.php:1438
|
959 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
960 |
+
msgstr "Mensaje para alertas por correo electrónico. Déjelo en blanco para usar el mensaje predeterminado. Nota: puede usar las siguientes variables: "
|
961 |
|
962 |
+
#: library/plugin-settings.php:1450
|
963 |
msgid "Featured Image"
|
964 |
msgstr "Foto principal"
|
965 |
|
966 |
+
#: library/plugin-settings.php:1452
|
967 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
968 |
+
msgstr "Establecer imágenes enviadas como imágenes destacadas. Requiere soporte de tema para Imágenes destacadas (también conocido como Miniaturas de publicaciones)."
|
969 |
|
970 |
+
#: library/plugin-settings.php:1455
|
971 |
msgid "Upload Message"
|
972 |
+
msgstr "Cargar mensaje"
|
973 |
|
974 |
+
#: library/plugin-settings.php:1457
|
975 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
976 |
+
msgstr "Mensaje que aparece al lado del campo de carga. Útil para indicar sus pautas de carga / política / etc. Marcado básico permitido."
|
977 |
|
978 |
+
#: library/plugin-settings.php:1460
|
979 |
msgid "“Add another image” link"
|
980 |
msgstr "& ldquo; Agregar otra imagen & rdquo; enlazar"
|
981 |
|
982 |
+
#: library/plugin-settings.php:1462
|
983 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
984 |
+
msgstr "Marcado personalizado para & ldquo; Agregar otra imagen & rdquo; enlazar. Déjelo en blanco para usar el marcado predeterminado (recomendado)."
|
985 |
|
986 |
+
#: library/plugin-settings.php:1465
|
987 |
msgid "Minimum number of images"
|
988 |
+
msgstr "Número mínimo de imágenes."
|
989 |
|
990 |
+
#: library/plugin-settings.php:1468
|
991 |
msgid "Specify the minimum number of images."
|
992 |
msgstr "Especifique el número mínimo de imágenes."
|
993 |
|
994 |
+
#: library/plugin-settings.php:1472
|
995 |
msgid "Maximum number of images"
|
996 |
+
msgstr "Numero maximo de imagenes"
|
997 |
|
998 |
+
#: library/plugin-settings.php:1475
|
999 |
msgid "Specify the maximum number of images."
|
1000 |
msgstr "Especifique el número máximo de imágenes."
|
1001 |
|
1002 |
+
#: library/plugin-settings.php:1479
|
1003 |
msgid "Minimum image width"
|
1004 |
+
msgstr "Ancho mínimo de imagen"
|
1005 |
|
1006 |
+
#: library/plugin-settings.php:1481
|
1007 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1008 |
msgstr "Especifique un ancho mínimo (en píxeles) para las imágenes cargadas."
|
1009 |
|
1010 |
+
#: library/plugin-settings.php:1484
|
1011 |
msgid "Minimum image height"
|
1012 |
+
msgstr "Altura mínima de imagen"
|
1013 |
|
1014 |
+
#: library/plugin-settings.php:1486
|
1015 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1016 |
msgstr "Especifique una altura mínima (en píxeles) para las imágenes cargadas."
|
1017 |
|
1018 |
+
#: library/plugin-settings.php:1489
|
1019 |
msgid "Maximum image width"
|
1020 |
+
msgstr "Ancho maximo de imagen"
|
1021 |
|
1022 |
+
#: library/plugin-settings.php:1491
|
1023 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1024 |
msgstr "Especifique un ancho máximo (en píxeles) para las imágenes cargadas."
|
1025 |
|
1026 |
+
#: library/plugin-settings.php:1494
|
1027 |
msgid "Maximum image height"
|
1028 |
+
msgstr "Altura maxima de la imagen"
|
1029 |
|
1030 |
+
#: library/plugin-settings.php:1496
|
1031 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1032 |
msgstr "Especifique una altura máxima (en píxeles) para las imágenes cargadas."
|
1033 |
|
1034 |
+
#: library/plugin-settings.php:1499
|
1035 |
msgid "More Options"
|
1036 |
msgstr "Mas opciones"
|
1037 |
|
1038 |
+
#: library/plugin-settings.php:1502
|
1039 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1040 |
+
msgstr "Para obtener más opciones, como la posibilidad de cargar otros tipos de archivos (como PDF, Word, Zip, videos y más), consulte"
|
1041 |
|
1042 |
+
#: library/plugin-settings.php:1503
|
1043 |
msgid "Go Pro!"
|
1044 |
+
msgstr "Go Pro!"
|
1045 |
|
1046 |
+
#: library/plugin-settings.php:1510
|
1047 |
msgid "Auto-Display Content"
|
1048 |
+
msgstr "Contenido de visualización automática"
|
1049 |
|
1050 |
+
#: library/plugin-settings.php:1515
|
1051 |
msgid "Auto-Display Images"
|
1052 |
+
msgstr "Imágenes de visualización automática"
|
1053 |
|
1054 |
+
#: library/plugin-settings.php:1517
|
1055 |
msgid "Auto-display user-submitted images:"
|
1056 |
+
msgstr "Mostrar automáticamente las imágenes enviadas por el usuario:"
|
1057 |
|
1058 |
+
#: library/plugin-settings.php:1522
|
1059 |
msgid "Image Markup"
|
1060 |
msgstr "Marcado de imagen"
|
1061 |
|
1062 |
+
#: library/plugin-settings.php:1524
|
1063 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1064 |
+
msgstr "Marcado para usar para cada imagen enviada (cuando la visualización automática está habilitada). Puedo usar"
|
1065 |
|
1066 |
+
#: library/plugin-settings.php:1526 library/plugin-settings.php:1539
|
1067 |
+
#: library/plugin-settings.php:1552 library/plugin-settings.php:1565
|
1068 |
msgid "and"
|
1069 |
msgstr "y"
|
1070 |
|
1071 |
+
#: library/plugin-settings.php:1529
|
1072 |
msgid "Auto-Display Email"
|
1073 |
+
msgstr "Correo electrónico de visualización automática"
|
1074 |
|
1075 |
+
#: library/plugin-settings.php:1531
|
1076 |
msgid "Auto-display user-submitted email:"
|
1077 |
+
msgstr "Mostrar automáticamente el correo electrónico enviado por el usuario:"
|
1078 |
|
1079 |
+
#: library/plugin-settings.php:1536
|
1080 |
msgid "Email Markup"
|
1081 |
msgstr "Marcado de correo electrónico"
|
1082 |
|
1083 |
+
#: library/plugin-settings.php:1538
|
1084 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1085 |
+
msgstr "Marcado para usar para la dirección de correo electrónico enviada (cuando la visualización automática está habilitada). Puedo usar"
|
1086 |
|
1087 |
+
#: library/plugin-settings.php:1542
|
1088 |
msgid "Auto-Display URL"
|
1089 |
msgstr "URL de visualización automática"
|
1090 |
|
1091 |
+
#: library/plugin-settings.php:1544
|
1092 |
msgid "Auto-display user-submitted URL:"
|
1093 |
msgstr "Mostrar automáticamente la URL enviada por el usuario:"
|
1094 |
|
1095 |
+
#: library/plugin-settings.php:1549
|
1096 |
msgid "URL Markup"
|
1097 |
msgstr "Marcado de URL"
|
1098 |
|
1099 |
+
#: library/plugin-settings.php:1551
|
1100 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1101 |
+
msgstr "Marcado para usar para la URL enviada (cuando la visualización automática está habilitada). Puedo usar"
|
1102 |
|
1103 |
+
#: library/plugin-settings.php:1555
|
1104 |
msgid "Auto-Display Custom Field"
|
1105 |
msgstr "Campo personalizado de visualización automática"
|
1106 |
|
1107 |
+
#: library/plugin-settings.php:1557
|
1108 |
msgid "Auto-display user-submitted Custom Field:"
|
1109 |
+
msgstr "Mostrar automáticamente el campo personalizado enviado por el usuario:"
|
1110 |
|
1111 |
+
#: library/plugin-settings.php:1562
|
1112 |
msgid "Custom Field Markup"
|
1113 |
msgstr "Marcado de campo personalizado"
|
1114 |
|
1115 |
+
#: library/plugin-settings.php:1564
|
1116 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1117 |
+
msgstr "Marcado para usar para el campo personalizado enviado (cuando la visualización automática está habilitada). Puedo usar"
|
1118 |
|
1119 |
+
#: library/plugin-settings.php:1570 library/plugin-settings.php:1682
|
1120 |
msgid "Save Settings"
|
1121 |
msgstr "Guardar ajustes"
|
1122 |
|
1123 |
+
#: library/plugin-settings.php:1575
|
1124 |
msgid "Display the Form"
|
1125 |
msgstr "Mostrar el formulario"
|
1126 |
|
1127 |
+
#: library/plugin-settings.php:1578
|
1128 |
msgid "Post-Submit Form"
|
1129 |
+
msgstr "Formulario posterior a la presentación"
|
1130 |
|
1131 |
+
#: library/plugin-settings.php:1579
|
1132 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1133 |
msgstr "USP le permite mostrar un formulario de envío posterior en cualquier lugar de su sitio."
|
1134 |
|
1135 |
+
#: library/plugin-settings.php:1580 library/plugin-settings.php:1589
|
1136 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1137 |
+
msgstr "Use el shortcode para mostrar el formulario en cualquier publicación o página de WP:"
|
1138 |
|
1139 |
+
#: library/plugin-settings.php:1583 library/plugin-settings.php:1592
|
1140 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1141 |
+
msgstr "O utilice la etiqueta de plantilla para mostrar el formulario en cualquier lugar de su plantilla de tema:"
|
1142 |
|
1143 |
+
#: library/plugin-settings.php:1587
|
1144 |
msgid "Login/Register Form"
|
1145 |
+
msgstr "Formulario de inicio de sesión / registro"
|
1146 |
|
1147 |
+
#: library/plugin-settings.php:1588
|
1148 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1149 |
msgstr "También puede mostrar un formulario que permita a los usuarios iniciar sesión, registrarse o restablecer su contraseña."
|
1150 |
|
1151 |
+
#: library/plugin-settings.php:1596
|
1152 |
msgid "Display Submitted Posts"
|
1153 |
+
msgstr "Mostrar publicaciones enviadas"
|
1154 |
|
1155 |
+
#: library/plugin-settings.php:1597
|
1156 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1157 |
+
msgstr "Use este shortcode para mostrar una lista de publicaciones enviadas en cualquier publicación o página de WP:"
|
1158 |
|
1159 |
+
#: library/plugin-settings.php:1600
|
1160 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1161 |
+
msgstr "O utilice la etiqueta de plantilla para mostrar una lista de publicaciones enviadas en cualquier lugar de su plantilla de tema:"
|
1162 |
|
1163 |
+
#: library/plugin-settings.php:1603
|
1164 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1165 |
+
msgstr "Aquí hay algunos ejemplos que muestran cómo configurar este shortcode:"
|
1166 |
|
1167 |
+
#: library/plugin-settings.php:1611
|
1168 |
msgid "Display Image Gallery"
|
1169 |
msgstr "Mostrar galería de imágenes"
|
1170 |
|
1171 |
+
#: library/plugin-settings.php:1612
|
1172 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1173 |
+
msgstr "Use este shortcode para mostrar una galería de imágenes cargadas para cada publicación enviada:"
|
1174 |
|
1175 |
+
#: library/plugin-settings.php:1615
|
1176 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1177 |
+
msgstr "O utilice la etiqueta de plantilla para mostrar una galería de imágenes en cualquier lugar de su plantilla de tema:"
|
1178 |
|
1179 |
+
#: library/plugin-settings.php:1618
|
1180 |
msgid "You can customize using any of the follwing attributes:"
|
1181 |
+
msgstr "Puede personalizar utilizando cualquiera de los siguientes atributos:"
|
1182 |
|
1183 |
+
#: library/plugin-settings.php:1633
|
1184 |
msgid "Reset Form Button"
|
1185 |
+
msgstr "Botón Restablecer formulario"
|
1186 |
|
1187 |
+
#: library/plugin-settings.php:1634
|
1188 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1189 |
+
msgstr "Este shortcode muestra un enlace que restablece el formulario a su estado original:"
|
1190 |
|
1191 |
+
#: library/plugin-settings.php:1637
|
1192 |
msgid "This shortcode accepts the following attributes:"
|
1193 |
msgstr "Este shortcode acepta los siguientes atributos:"
|
1194 |
|
1195 |
+
#: library/plugin-settings.php:1643
|
1196 |
msgid "Note that the url attribute accepts"
|
1197 |
msgstr "Tenga en cuenta que el atributo url acepta"
|
1198 |
|
1199 |
+
#: library/plugin-settings.php:1643
|
1200 |
msgid "to get the current URL."
|
1201 |
msgstr "para obtener la URL actual."
|
1202 |
|
1203 |
+
#: library/plugin-settings.php:1646
|
1204 |
msgid "Access Control"
|
1205 |
msgstr "Control de acceso"
|
1206 |
|
1207 |
+
#: library/plugin-settings.php:1647
|
1208 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1209 |
msgstr "USP proporciona tres códigos cortos para controlar el acceso y restringir el contenido."
|
1210 |
|
1211 |
+
#: library/plugin-settings.php:1648
|
1212 |
msgid "Display content only to users with a specific capability:"
|
1213 |
+
msgstr "Mostrar contenido solo a usuarios con una capacidad específica:"
|
1214 |
|
1215 |
+
#: library/plugin-settings.php:1651
|
1216 |
msgid "Display content to logged-in users:"
|
1217 |
msgstr "Mostrar contenido a los usuarios registrados:"
|
1218 |
|
1219 |
+
#: library/plugin-settings.php:1654
|
1220 |
msgid "Display content to visitors only:"
|
1221 |
+
msgstr "Mostrar contenido solo a los visitantes:"
|
1222 |
|
1223 |
+
#: library/plugin-settings.php:1657
|
1224 |
msgid "Tip:"
|
1225 |
msgstr "Propina:"
|
1226 |
|
1227 |
+
#: library/plugin-settings.php:1657
|
1228 |
msgid "to include markup in the deny message, you can use"
|
1229 |
+
msgstr "para incluir el marcado en el mensaje de denegación, puede usar"
|
1230 |
|
1231 |
+
#: library/plugin-settings.php:1657
|
1232 |
msgid "to output"
|
1233 |
+
msgstr "a la salida"
|
1234 |
|
1235 |
+
#: library/plugin-settings.php:1660
|
1236 |
msgid "Example"
|
1237 |
msgstr "Ejemplo"
|
1238 |
|
1239 |
+
#: library/plugin-settings.php:1661
|
1240 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1241 |
msgstr "Si el usuario ha iniciado sesión, muestre el formulario de envío posterior; o si el usuario no ha iniciado sesión, muestre el formulario de inicio de sesión:"
|
1242 |
|
1243 |
+
#: library/plugin-settings.php:1673
|
1244 |
msgid "Restore Defaults"
|
1245 |
msgstr "Restaurar los valores predeterminados"
|
1246 |
|
1247 |
+
#: library/plugin-settings.php:1676
|
1248 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1249 |
+
msgstr "Deje esta opción deshabilitada para recordar su configuración. O, para continuar y restaurar las opciones predeterminadas del complemento: marque la casilla, guarde su configuración y luego desactive / reactive el complemento."
|
1250 |
|
1251 |
+
#: library/plugin-settings.php:1680
|
1252 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1253 |
+
msgstr "Restaure las opciones predeterminadas tras la desactivación / reactivación del complemento."
|
1254 |
|
1255 |
+
#: library/plugin-settings.php:1687
|
1256 |
msgid "Show Support"
|
1257 |
+
msgstr "Mostrar apoyo"
|
1258 |
|
1259 |
+
#: library/plugin-settings.php:1696
|
1260 |
msgid "by"
|
1261 |
msgstr "por"
|
1262 |
|
1263 |
+
#: library/plugin-settings.php:1697
|
1264 |
msgid "Jeff Starr on Twitter"
|
1265 |
msgstr "Jeff Starr en Twitter"
|
1266 |
|
1267 |
+
#: library/plugin-settings.php:1698
|
1268 |
msgid "Obsessive Web Design & Development"
|
1269 |
+
msgstr "Diseño web obsesivo & amp; Desarrollo"
|
1270 |
|
1271 |
+
#: library/plugin-settings.php:1709
|
1272 |
msgid "Save Preference"
|
1273 |
msgstr "Guardar preferencia"
|
1274 |
|
1275 |
+
#: library/plugin-settings.php:1716
|
1276 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1277 |
msgstr "¿Está seguro de que desea restaurar todas las opciones predeterminadas? (Esta acción no se puede deshacer)"
|
1278 |
|
1279 |
+
#: library/support-panel.php:55
|
1280 |
+
msgid "Perishable Press Books"
|
1281 |
+
msgstr "Libros de prensa perecederos"
|
1282 |
+
|
1283 |
+
#: library/support-panel.php:56
|
1284 |
+
msgid "Plugin Planet"
|
1285 |
+
msgstr "Plugin Planet"
|
1286 |
+
|
1287 |
+
#: library/support-panel.php:57
|
1288 |
+
msgid "Donate via PayPal"
|
1289 |
+
msgstr "Done a través de PayPal"
|
1290 |
+
|
1291 |
+
#: library/support-panel.php:59
|
1292 |
+
msgid "books"
|
1293 |
+
msgstr "libros"
|
1294 |
+
|
1295 |
+
#: library/support-panel.php:60
|
1296 |
+
msgid "plugins"
|
1297 |
+
msgstr "complementos"
|
1298 |
+
|
1299 |
+
#: library/support-panel.php:61
|
1300 |
+
msgid "donation"
|
1301 |
+
msgstr "donación"
|
1302 |
+
|
1303 |
+
#: library/support-panel.php:63
|
1304 |
+
msgid "Thank you for using"
|
1305 |
+
msgstr "Gracias por usar"
|
1306 |
+
|
1307 |
+
#: library/support-panel.php:64
|
1308 |
+
msgid "Please show support by purchasing one of my"
|
1309 |
+
msgstr "Muestre apoyo comprando uno de mis"
|
1310 |
+
|
1311 |
+
#: library/support-panel.php:65
|
1312 |
+
msgid "or"
|
1313 |
+
msgstr "o"
|
1314 |
+
|
1315 |
+
#: library/support-panel.php:65
|
1316 |
+
msgid "or by making a"
|
1317 |
+
msgstr "o haciendo un"
|
1318 |
+
|
1319 |
+
#: library/support-panel.php:66
|
1320 |
+
msgid "Your generous support helps future development of"
|
1321 |
+
msgstr "Su generoso apoyo ayuda al desarrollo futuro de"
|
1322 |
+
|
1323 |
+
#: library/support-panel.php:67
|
1324 |
+
msgid "and is greatly appreciated."
|
1325 |
+
msgstr "y es muy apreciado"
|
1326 |
+
|
1327 |
+
#: library/support-panel.php:69
|
1328 |
+
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
1329 |
+
msgstr "La donación de cualquier tamaño me ayuda a seguir desarrollando este complemento gratuito y otros recursos increíbles de WordPress."
|
1330 |
+
|
1331 |
#. Description of the plugin
|
1332 |
#:
|
1333 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
languages/usp-fa_IR.mo
CHANGED
Binary file
|
languages/usp-fa_IR.po
CHANGED
@@ -4,7 +4,7 @@ msgstr ""
|
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
-
"Project-Id-Version: USP
|
8 |
"Language: fa\n"
|
9 |
|
10 |
#. Name of the plugin
|
@@ -12,1323 +12,1336 @@ msgstr ""
|
|
12 |
msgid "User Submitted Posts"
|
13 |
msgstr "ارسال شده توسط کاربر"
|
14 |
|
15 |
-
#: user-submitted-posts.php:
|
16 |
msgid "requires WordPress "
|
17 |
-
msgstr "
|
18 |
|
19 |
-
#: user-submitted-posts.php:
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
-
msgstr " یا
|
22 |
|
23 |
-
#: user-submitted-posts.php:
|
24 |
msgid "Please return to the"
|
25 |
-
msgstr "
|
26 |
|
27 |
-
#: user-submitted-posts.php:
|
28 |
msgid "WordPress Admin Area"
|
29 |
-
msgstr "منطقه
|
30 |
|
31 |
-
#: user-submitted-posts.php:
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
-
msgstr "برای
|
34 |
|
35 |
-
#: user-submitted-posts.php:
|
36 |
msgid "User Submitted Post"
|
37 |
-
msgstr "
|
38 |
|
39 |
-
#: user-submitted-posts.php:
|
40 |
msgid "User Submitted Post Info"
|
41 |
-
msgstr "
|
42 |
|
43 |
-
#: user-submitted-posts.php:
|
44 |
msgid "Submitter Name: "
|
45 |
-
msgstr "نام
|
46 |
|
47 |
-
#: user-submitted-posts.php:
|
48 |
msgid "Submitter Email: "
|
49 |
-
msgstr "
|
50 |
|
51 |
-
#: user-submitted-posts.php:
|
52 |
msgid "Submitter URL: "
|
53 |
-
msgstr "
|
54 |
|
55 |
-
#: user-submitted-posts.php:
|
56 |
msgid "Submitter IP: "
|
57 |
-
msgstr "
|
58 |
|
59 |
-
#: user-submitted-posts.php:
|
60 |
msgid "Show USP Posts"
|
61 |
msgstr "نمایش پست های USP"
|
62 |
|
63 |
-
#: user-submitted-posts.php:
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
-
#: user-submitted-posts.php:
|
68 |
msgid " files required"
|
69 |
-
msgstr " فایل مورد نیاز"
|
70 |
|
71 |
-
#: user-submitted-posts.php:
|
72 |
msgid " file required"
|
73 |
-
msgstr "
|
74 |
|
75 |
-
#: user-submitted-posts.php:
|
76 |
msgid " files"
|
77 |
msgstr " فایل ها"
|
78 |
|
79 |
-
#: user-submitted-posts.php:
|
80 |
msgid " file"
|
81 |
msgstr " فایل"
|
82 |
|
83 |
-
#: user-submitted-posts.php:
|
84 |
-
#: user-submitted-posts.php:
|
85 |
msgid " pixels"
|
86 |
msgstr " پیکسل"
|
87 |
|
88 |
-
#: user-submitted-posts.php:
|
89 |
-
#: library/plugin-settings.php:
|
90 |
-
#: library/plugin-settings.php:
|
91 |
msgid "Custom Field"
|
92 |
-
msgstr "
|
93 |
|
94 |
-
#: user-submitted-posts.php:
|
95 |
msgid "Custom checkbox required"
|
96 |
-
msgstr "
|
97 |
|
98 |
-
#: user-submitted-posts.php:
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
-
msgstr "
|
101 |
|
102 |
-
#: user-submitted-posts.php:
|
103 |
msgid "User login required"
|
104 |
-
msgstr "ورود
|
105 |
|
106 |
-
#: user-submitted-posts.php:
|
107 |
msgid "User name required"
|
108 |
msgstr "نام کاربری (ضروری"
|
109 |
|
110 |
-
#: user-submitted-posts.php:
|
111 |
msgid "Post title required"
|
112 |
-
msgstr "عنوان
|
113 |
|
114 |
-
#: user-submitted-posts.php:
|
115 |
msgid "User URL required"
|
116 |
msgstr "URL کاربر مورد نیاز است"
|
117 |
|
118 |
-
#: user-submitted-posts.php:
|
119 |
msgid "Post tags required"
|
120 |
-
msgstr "
|
121 |
|
122 |
-
#: user-submitted-posts.php:
|
123 |
msgid "Post category required"
|
124 |
-
msgstr "دسته
|
125 |
|
126 |
-
#: user-submitted-posts.php:
|
127 |
msgid "Post content required"
|
128 |
-
msgstr "
|
129 |
|
130 |
-
#: user-submitted-posts.php:
|
131 |
msgid "Correct captcha required"
|
132 |
-
msgstr "
|
133 |
|
134 |
-
#: user-submitted-posts.php:
|
135 |
msgid "User email required"
|
136 |
-
msgstr "ایمیل مورد نیاز"
|
137 |
|
138 |
-
#: user-submitted-posts.php:
|
139 |
msgid "Please check your email and try again"
|
140 |
msgstr "لطفا ایمیل خود را بررسی کنید و دوباره امتحان کنید"
|
141 |
|
142 |
-
#: user-submitted-posts.php:
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
-
msgstr "مقدار خالی برای
|
145 |
|
146 |
-
#: user-submitted-posts.php:
|
147 |
msgid "Minimum number of images not met"
|
148 |
-
msgstr "حداقل تعداد
|
149 |
|
150 |
-
#: user-submitted-posts.php:
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
-
msgstr "حداکثر تعداد تصاویر
|
153 |
|
154 |
-
#: user-submitted-posts.php:
|
155 |
msgid "Minimum image width not met"
|
156 |
-
msgstr "حداقل عرض تصویر
|
157 |
|
158 |
-
#: user-submitted-posts.php:
|
159 |
msgid "Image width exceeds maximum"
|
160 |
-
msgstr "عرض تصویر
|
161 |
|
162 |
-
#: user-submitted-posts.php:
|
163 |
msgid "Minimum image height not met"
|
164 |
-
msgstr "حداقل ارتفاع تصویر برآورده
|
165 |
|
166 |
-
#: user-submitted-posts.php:
|
167 |
msgid "Image height exceeds maximum"
|
168 |
-
msgstr "ارتفاع تصویر
|
169 |
|
170 |
-
#: user-submitted-posts.php:
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
-
msgstr "نوع
|
173 |
|
174 |
-
#: user-submitted-posts.php:
|
175 |
msgid " required"
|
176 |
msgstr " ضروری"
|
177 |
|
178 |
-
#: user-submitted-posts.php:
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
-
msgstr "
|
181 |
|
182 |
-
#: user-submitted-posts.php:
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
-
msgstr "
|
185 |
|
186 |
-
#: user-submitted-posts.php:
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
-
msgstr "پست ایجاد
|
189 |
|
190 |
-
#: user-submitted-posts.php:
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
-
msgstr "عنوان پست
|
193 |
|
194 |
-
#: user-submitted-posts.php:
|
195 |
msgid "Error: "
|
196 |
-
msgstr "خطا:"
|
197 |
|
198 |
-
#: user-submitted-posts.php:
|
199 |
msgid "Return to form"
|
200 |
msgstr "بازگشت به فرم"
|
201 |
|
202 |
-
#: user-submitted-posts.php:
|
203 |
msgid "Please"
|
204 |
msgstr "لطفا"
|
205 |
|
206 |
-
#: user-submitted-posts.php:
|
207 |
msgid "log in"
|
208 |
msgstr "ورود"
|
209 |
|
210 |
-
#: user-submitted-posts.php:
|
211 |
msgid "to submit content!"
|
212 |
-
msgstr "برای ارسال
|
213 |
|
214 |
-
#: views/submission-form.php:
|
215 |
msgid "Please complete the required fields."
|
216 |
-
msgstr "
|
217 |
|
218 |
-
#: views/submission-form.php:
|
219 |
-
#: views/submission-form-alt.php:
|
220 |
msgid "Your Name"
|
221 |
msgstr "اسم شما"
|
222 |
|
223 |
-
#: views/submission-form.php:
|
224 |
-
#: views/submission-form-alt.php:
|
225 |
msgid "Your URL"
|
226 |
-
msgstr "
|
227 |
|
228 |
-
#: views/submission-form.php:
|
229 |
-
#: views/submission-form-alt.php:
|
230 |
msgid "Your Email"
|
231 |
msgstr "ایمیل شما"
|
232 |
|
233 |
-
#: views/submission-form.php:
|
234 |
-
#: views/submission-form-alt.php:
|
235 |
-
#: library/plugin-settings.php:
|
236 |
msgid "Post Title"
|
237 |
-
msgstr "عنوان
|
238 |
|
239 |
-
#: views/submission-form.php:
|
240 |
-
#: views/submission-form-alt.php:
|
241 |
-
#: library/plugin-settings.php:
|
242 |
msgid "Post Tags"
|
243 |
-
msgstr "
|
244 |
|
245 |
-
#: views/submission-form.php:
|
246 |
msgid "Antispam Question"
|
247 |
-
msgstr "سوال
|
248 |
|
249 |
-
#: views/submission-form.php:
|
250 |
-
#: library/plugin-settings.php:
|
251 |
msgid "Post Category"
|
252 |
-
msgstr "دسته
|
253 |
|
254 |
-
#: views/submission-form.php:
|
|
|
255 |
msgid "Please select a category.."
|
256 |
-
msgstr "
|
257 |
|
258 |
-
#: views/submission-form.php:
|
259 |
-
#: views/submission-form-alt.php:
|
260 |
-
#: library/plugin-settings.php:
|
261 |
msgid "Post Content"
|
262 |
-
msgstr "
|
263 |
|
264 |
-
#: views/submission-form.php:
|
265 |
msgid "Verification"
|
266 |
msgstr "تایید"
|
267 |
|
268 |
-
#: views/submission-form.php:
|
269 |
msgid "Upload an Image"
|
270 |
-
msgstr "
|
271 |
|
272 |
-
#: views/submission-form.php:
|
273 |
msgid "Add another image"
|
274 |
-
msgstr "
|
275 |
|
276 |
-
#: views/submission-form.php:
|
277 |
msgid "Human verification: leave this field empty."
|
278 |
-
msgstr "تأیید
|
279 |
|
280 |
-
#: views/submission-form.php:
|
281 |
msgid "Submit Post"
|
282 |
msgstr "ارسال پست"
|
283 |
|
|
|
|
|
|
|
|
|
284 |
#: library/shortcode-misc.php:18
|
285 |
msgid "Reset form"
|
286 |
-
msgstr "فرم
|
287 |
|
288 |
#: library/shortcode-misc.php:128
|
289 |
msgid "View full post"
|
290 |
-
msgstr "مشاهده کامل
|
291 |
-
|
292 |
-
#: library/support-panel.php:52
|
293 |
-
msgid "Perishable Press Books"
|
294 |
-
msgstr "کتابهای فوری فشرده"
|
295 |
-
|
296 |
-
#: library/support-panel.php:53
|
297 |
-
msgid "Plugin Planet"
|
298 |
-
msgstr "سیاره پلاگین"
|
299 |
-
|
300 |
-
#: library/support-panel.php:54
|
301 |
-
msgid "Donate via PayPal"
|
302 |
-
msgstr "از طریق PayPal اهدا کنید"
|
303 |
-
|
304 |
-
#: library/support-panel.php:56
|
305 |
-
msgid "books"
|
306 |
-
msgstr "کتاب ها"
|
307 |
-
|
308 |
-
#: library/support-panel.php:57
|
309 |
-
msgid "plugins"
|
310 |
-
msgstr "پلاگین ها"
|
311 |
-
|
312 |
-
#: library/support-panel.php:58
|
313 |
-
msgid "donation"
|
314 |
-
msgstr "کمک مالی"
|
315 |
-
|
316 |
-
#: library/support-panel.php:60
|
317 |
-
msgid "Thank you for using"
|
318 |
-
msgstr "با تشکر از شما برای استفاده"
|
319 |
-
|
320 |
-
#: library/support-panel.php:61
|
321 |
-
msgid "Please show support by purchasing one of my"
|
322 |
-
msgstr "لطفا با خرید یک نفر از من حمایت کنید"
|
323 |
-
|
324 |
-
#: library/support-panel.php:62
|
325 |
-
msgid "or"
|
326 |
-
msgstr "یا"
|
327 |
-
|
328 |
-
#: library/support-panel.php:62
|
329 |
-
msgid "or by making a"
|
330 |
-
msgstr "یا با ساخت یک"
|
331 |
-
|
332 |
-
#: library/support-panel.php:63
|
333 |
-
msgid "Your generous support helps future development of"
|
334 |
-
msgstr "پشتیبانی سخاوتمندانه شما به توسعه آینده کمک می کند"
|
335 |
|
336 |
-
#: library/
|
337 |
-
msgid "
|
338 |
-
msgstr "
|
339 |
-
|
340 |
-
#: library/support-panel.php:66
|
341 |
-
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
342 |
-
msgstr "هر گونه کمک اندازه به من کمک می کند تا به توسعه این افزونه رایگان و سایر منابع عالی WordPress ادامه دهم."
|
343 |
-
|
344 |
-
#: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
|
345 |
-
msgid "Incorrect response."
|
346 |
-
msgstr "پاسخ نادرست"
|
347 |
|
348 |
-
#: library/plugin-settings.php:
|
349 |
msgid "Get USP Pro for unlimited forms!"
|
350 |
-
msgstr "دریافت USP
|
351 |
|
352 |
-
#: library/plugin-settings.php:
|
353 |
msgid "Go Pro"
|
354 |
msgstr "برو طرفدار"
|
355 |
|
356 |
-
#: library/plugin-settings.php:
|
357 |
-
|
358 |
-
msgstr "تنظیمات"
|
359 |
-
|
360 |
-
#: library/plugin-settings.php:55 library/plugin-settings.php:1007
|
361 |
-
#: library/plugin-settings.php:1595
|
362 |
msgid "Plugin Homepage"
|
363 |
-
msgstr "صفحه اصلی
|
364 |
|
365 |
-
#: library/plugin-settings.php:
|
366 |
msgid "Homepage"
|
367 |
msgstr "صفحه نخست"
|
368 |
|
369 |
-
#: library/plugin-settings.php:
|
370 |
msgid "Give USP a 5-star rating at WordPress.org"
|
371 |
msgstr "به USP امتیاز 5 ستاره در WordPress.org بدهید"
|
372 |
|
373 |
-
#: library/plugin-settings.php:
|
374 |
msgid "Rate this plugin »"
|
375 |
msgstr "این افزونه را ارزیابی کنید & nbsp؛ & raquo؛"
|
376 |
|
377 |
-
#: library/plugin-settings.php:
|
378 |
msgid "WP Post (recommended)"
|
379 |
-
msgstr "
|
380 |
|
381 |
-
#: library/plugin-settings.php:
|
382 |
msgid "WP Page"
|
383 |
msgstr "صفحه WP"
|
384 |
|
385 |
-
#: library/plugin-settings.php:
|
386 |
msgid "HTML5 Form + Default CSS"
|
387 |
msgstr "فرم HTML5 + CSS پیش فرض"
|
388 |
|
389 |
-
#: library/plugin-settings.php:
|
390 |
msgid "(Recommended)"
|
391 |
msgstr "(توصیه شده)"
|
392 |
|
393 |
-
#: library/plugin-settings.php:
|
394 |
msgid "HTML5 Form + Disable CSS"
|
395 |
-
msgstr "فرم HTML5 +
|
396 |
|
397 |
-
#: library/plugin-settings.php:
|
398 |
msgid "(Provide your own styles)"
|
399 |
-
msgstr "(
|
400 |
|
401 |
-
#: library/plugin-settings.php:
|
402 |
msgid "Custom Form + Custom CSS"
|
403 |
-
msgstr "فرم سفارشی + سفارشی
|
404 |
|
405 |
-
#: library/plugin-settings.php:
|
406 |
msgid "(Provide your own form template & styles)"
|
407 |
-
msgstr "(فرم
|
408 |
|
409 |
-
#: library/plugin-settings.php:
|
410 |
-
#: library/plugin-settings.php:
|
411 |
msgid "Auto-display before post content"
|
412 |
msgstr "نمایش خودکار قبل از ارسال محتوا"
|
413 |
|
414 |
-
#: library/plugin-settings.php:
|
415 |
-
#: library/plugin-settings.php:
|
416 |
msgid "Auto-display after post content"
|
417 |
-
msgstr "نمایش خودکار پس از
|
418 |
|
419 |
-
#: library/plugin-settings.php:
|
420 |
msgid "Do not auto-display submitted images"
|
421 |
-
msgstr "
|
422 |
|
423 |
-
#: library/plugin-settings.php:
|
424 |
msgid "Do not auto-display submitted email"
|
425 |
-
msgstr "ایمیل نمایش
|
426 |
|
427 |
-
#: library/plugin-settings.php:
|
428 |
msgid "Do not auto-display submitted URL"
|
429 |
-
msgstr "نشانی اینترنتی نمایش
|
430 |
|
431 |
-
#: library/plugin-settings.php:
|
432 |
msgid "Do not auto-display the Custom Field"
|
433 |
-
msgstr "فیلد
|
434 |
|
435 |
-
#: library/plugin-settings.php:
|
436 |
-
#: library/plugin-settings.php:
|
437 |
-
msgid "
|
438 |
-
msgstr "
|
439 |
|
440 |
-
#: library/plugin-settings.php:
|
441 |
-
msgid "
|
442 |
-
msgstr "
|
443 |
|
444 |
-
#: library/plugin-settings.php:
|
445 |
-
#: library/plugin-settings.php:
|
446 |
msgid "Disable this field"
|
447 |
-
msgstr "این
|
448 |
|
449 |
-
#: library/plugin-settings.php:
|
450 |
-
#: library/plugin-settings.php:
|
451 |
msgid "(Visit"
|
452 |
-
msgstr "(بازدید"
|
453 |
|
454 |
-
#: library/plugin-settings.php:
|
455 |
-
#: library/plugin-settings.php:
|
456 |
msgid "to configure options)"
|
457 |
msgstr "برای پیکربندی گزینه ها)"
|
458 |
|
459 |
-
#: library/plugin-settings.php:
|
460 |
-
#: library/plugin-settings.php:
|
461 |
msgid "Challenge Question"
|
462 |
msgstr "سوال چالش برانگیز"
|
463 |
|
464 |
-
#: library/plugin-settings.php:
|
465 |
-
#: library/plugin-settings.php:
|
466 |
msgid "Google reCAPTCHA"
|
467 |
msgstr "Google reCAPTCHA"
|
468 |
|
469 |
-
#: library/plugin-settings.php:
|
470 |
msgid "Post Images"
|
471 |
msgstr "ارسال تصاویر"
|
472 |
|
473 |
-
#: library/plugin-settings.php:
|
474 |
-
msgid "
|
475 |
-
msgstr "
|
476 |
|
477 |
-
#: library/plugin-settings.php:
|
478 |
msgid "Disable"
|
479 |
msgstr "غیرفعال کردن"
|
480 |
|
481 |
-
#: library/plugin-settings.php:
|
482 |
msgid "Image Uploads"
|
483 |
-
msgstr "
|
484 |
|
485 |
-
#: library/plugin-settings.php:
|
486 |
msgid "Draft"
|
487 |
msgstr "پیش نویس"
|
488 |
|
489 |
-
#: library/plugin-settings.php:
|
490 |
msgid "Pending (default)"
|
491 |
-
msgstr "انتظار (
|
492 |
|
493 |
-
#: library/plugin-settings.php:
|
494 |
msgid "Publish immediately"
|
495 |
-
msgstr "
|
496 |
|
497 |
-
#: library/plugin-settings.php:
|
498 |
msgid "Publish after 1 approved post"
|
499 |
-
msgstr "بعد از پست
|
500 |
|
501 |
-
#: library/plugin-settings.php:
|
502 |
msgid "Publish after "
|
503 |
-
msgstr "
|
504 |
|
505 |
-
#: library/plugin-settings.php:
|
506 |
msgid " approved posts"
|
507 |
-
msgstr " پست های
|
508 |
|
509 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
510 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
511 |
-
msgstr "یک خطای وجود دارد.
|
512 |
|
513 |
-
#: library/plugin-settings.php:
|
514 |
msgid "Please select your image(s) to upload."
|
515 |
-
msgstr "
|
516 |
|
517 |
-
#: library/plugin-settings.php:
|
518 |
msgid "Success! Thank you for your submission."
|
519 |
-
msgstr "موفقیت!
|
520 |
|
521 |
-
#: library/plugin-settings.php:
|
522 |
msgid "Email"
|
523 |
msgstr "پست الکترونیک"
|
524 |
|
525 |
-
#: library/plugin-settings.php:
|
526 |
msgid "URL"
|
527 |
-
msgstr "
|
528 |
|
529 |
-
#: library/plugin-settings.php:
|
530 |
msgid "Toggle all panels"
|
531 |
-
msgstr "همه
|
532 |
|
533 |
-
#: library/plugin-settings.php:
|
534 |
msgid "We need your support!"
|
535 |
-
msgstr "ما به حمایت شما
|
536 |
|
537 |
-
#: library/plugin-settings.php:
|
538 |
msgid "Make a donation via PayPal"
|
539 |
-
msgstr "کمک مالی
|
540 |
|
541 |
-
#: library/plugin-settings.php:
|
542 |
msgid "make a donation"
|
543 |
msgstr "کمک مالی کنید"
|
544 |
|
545 |
-
#: library/plugin-settings.php:
|
546 |
msgid "and/or"
|
547 |
msgstr "و / یا"
|
548 |
|
549 |
-
#: library/plugin-settings.php:
|
550 |
msgid "Rate and review at the Plugin Directory"
|
551 |
-
msgstr "
|
552 |
|
553 |
-
#: library/plugin-settings.php:
|
554 |
msgid "give this plugin a 5-star rating"
|
555 |
-
msgstr "این افزونه
|
556 |
|
557 |
-
#: library/plugin-settings.php:
|
558 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
559 |
-
msgstr "پشتیبانی سخاوتمندانه شما
|
560 |
|
561 |
-
#: library/plugin-settings.php:
|
562 |
msgid "Check this box if you have shown support"
|
563 |
-
msgstr "اگر
|
564 |
|
565 |
-
#: library/plugin-settings.php:
|
566 |
msgid "Overview"
|
567 |
msgstr "بررسی اجمالی"
|
568 |
|
569 |
-
#: library/plugin-settings.php:
|
570 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
571 |
-
msgstr "
|
572 |
|
573 |
-
#: library/plugin-settings.php:
|
574 |
msgid "For advanced functionality and unlimited forms, check out"
|
575 |
-
msgstr "برای
|
576 |
|
577 |
-
#: library/plugin-settings.php:
|
578 |
msgid "USP Pro"
|
579 |
msgstr "USP Pro"
|
580 |
|
581 |
-
#: library/plugin-settings.php:
|
582 |
msgid "— the ultimate solution for user-generated content."
|
583 |
msgstr "& mdash؛ راه حل نهایی برای محتوای تولید شده توسط کاربر."
|
584 |
|
585 |
-
#: library/plugin-settings.php:
|
586 |
msgid "Plugin Settings"
|
587 |
-
msgstr "تنظیمات
|
588 |
|
589 |
-
#: library/plugin-settings.php:
|
590 |
msgid "Display the form"
|
591 |
msgstr "فرم را نمایش دهید"
|
592 |
|
593 |
-
#: library/plugin-settings.php:
|
594 |
msgid "If you like this plugin, please"
|
595 |
-
msgstr "اگر این افزونه را دوست دارید
|
596 |
|
597 |
-
#: library/plugin-settings.php:
|
598 |
msgid "THANK YOU for your support!"
|
599 |
-
msgstr "
|
600 |
|
601 |
-
#: library/plugin-settings.php:
|
602 |
msgid "give it a 5-star rating"
|
603 |
-
msgstr "آن
|
604 |
|
605 |
-
#: library/plugin-settings.php:
|
606 |
msgid "Unlimited front-end forms"
|
607 |
-
msgstr "
|
608 |
|
609 |
-
#: library/plugin-settings.php:
|
610 |
msgid "Get USP Pro"
|
611 |
msgstr "دریافت USP Pro"
|
612 |
|
613 |
-
#: library/plugin-settings.php:
|
614 |
msgid "Configure your settings for User Submitted Posts."
|
615 |
-
msgstr "تنظیمات خود را برای ارسال
|
616 |
|
617 |
-
#: library/plugin-settings.php:
|
618 |
msgid "Form Fields"
|
619 |
msgstr "زمینه های فرم"
|
620 |
|
621 |
-
#: library/plugin-settings.php:
|
622 |
msgid "User Name"
|
623 |
msgstr "نام کاربری"
|
624 |
|
625 |
-
#: library/plugin-settings.php:
|
626 |
msgid "User Email"
|
627 |
msgstr "ایمیل کاربر"
|
628 |
|
629 |
-
#: library/plugin-settings.php:
|
630 |
msgid "User URL"
|
631 |
-
msgstr "
|
632 |
|
633 |
-
#: library/plugin-settings.php:
|
634 |
msgid "General Settings"
|
635 |
msgstr "تنظیمات عمومی"
|
636 |
|
637 |
-
#: library/plugin-settings.php:
|
638 |
msgid "Note that the default settings work fine for most cases."
|
639 |
-
msgstr "توجه داشته باشید که تنظیمات پیش فرض برای
|
640 |
|
641 |
-
#: library/plugin-settings.php:
|
642 |
msgid "Form Style"
|
643 |
-
msgstr "
|
644 |
|
645 |
-
#: library/plugin-settings.php:
|
646 |
msgid "With this option, you can copy the plugin’s default templates:"
|
647 |
-
msgstr "با استفاده از این گزینه می توانید
|
648 |
|
649 |
-
#: library/plugin-settings.php:
|
650 |
msgid "..and upload them into a directory named"
|
651 |
-
msgstr ".. و
|
652 |
|
653 |
-
#: library/plugin-settings.php:
|
654 |
msgid "in your theme:"
|
655 |
msgstr "در موضوع شما:"
|
656 |
|
657 |
-
#: library/plugin-settings.php:
|
658 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
659 |
-
msgstr "این
|
660 |
|
661 |
-
#: library/plugin-settings.php:
|
662 |
msgid "Installation Docs"
|
663 |
msgstr "اسناد نصب"
|
664 |
|
665 |
-
#: library/plugin-settings.php:
|
666 |
msgid "FYI: here is a"
|
667 |
-
msgstr "FYI: در اینجا
|
668 |
|
669 |
-
#: library/plugin-settings.php:
|
670 |
msgid "list of USP CSS selectors"
|
671 |
-
msgstr "
|
672 |
|
673 |
-
#: library/plugin-settings.php:
|
674 |
msgid "Include JavaScript"
|
675 |
-
msgstr "شامل
|
676 |
|
677 |
-
#: library/plugin-settings.php:
|
678 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
679 |
-
msgstr "اگر می خواهید
|
680 |
|
681 |
-
#: library/plugin-settings.php:
|
682 |
msgid "Targeted Loading"
|
683 |
-
msgstr "
|
684 |
|
685 |
-
#: library/plugin-settings.php:
|
686 |
-
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
|
687 |
-
msgstr "به طور پیش
|
688 |
|
689 |
-
#: library/plugin-settings.php:
|
690 |
msgid "Post Type"
|
691 |
-
msgstr "نوع
|
692 |
|
693 |
-
#: library/plugin-settings.php:
|
694 |
msgid "Submit posts as WP Posts or Pages"
|
695 |
-
msgstr "
|
696 |
|
697 |
-
#: library/plugin-settings.php:
|
698 |
msgid "Post Status"
|
699 |
-
msgstr "وضعیت
|
700 |
|
701 |
-
#: library/plugin-settings.php:
|
702 |
msgid "Post Status for submitted posts"
|
703 |
-
msgstr "وضعیت
|
704 |
|
705 |
-
#: library/plugin-settings.php:
|
706 |
msgid "Redirect URL"
|
707 |
-
msgstr "تغییر
|
708 |
|
709 |
-
#: library/plugin-settings.php:
|
710 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
711 |
-
msgstr "
|
712 |
|
713 |
-
#: library/plugin-settings.php:
|
714 |
msgid "Success Message"
|
715 |
msgstr "پیام موفقیت"
|
716 |
|
717 |
-
#: library/plugin-settings.php:
|
718 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
719 |
-
msgstr "
|
720 |
|
721 |
-
#: library/plugin-settings.php:
|
722 |
msgid "Error Message"
|
723 |
msgstr "پیغام خطا"
|
724 |
|
725 |
-
#: library/plugin-settings.php:
|
726 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
727 |
-
msgstr "پیام خطای عمومی که در صورت عدم ارسال
|
728 |
|
729 |
-
#: library/plugin-settings.php:
|
730 |
msgid "Custom Content"
|
731 |
msgstr "محتوای دلخواه"
|
732 |
|
733 |
-
#: library/plugin-settings.php:
|
734 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
735 |
-
msgstr "متن
|
736 |
|
737 |
-
#: library/plugin-settings.php:
|
738 |
msgid "Rich Text Editor"
|
739 |
msgstr "ویرایشگر متن توانمند"
|
740 |
|
741 |
-
#: library/plugin-settings.php:
|
742 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
743 |
-
msgstr "اگر می خواهید
|
744 |
|
745 |
-
#: library/plugin-settings.php:
|
746 |
msgid "Unique Titles"
|
747 |
-
msgstr "
|
748 |
|
749 |
-
#: library/plugin-settings.php:
|
750 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
751 |
-
msgstr "
|
752 |
|
753 |
-
#: library/plugin-settings.php:
|
754 |
msgid "Disable Required"
|
755 |
-
msgstr "
|
756 |
|
757 |
-
#: library/plugin-settings.php:
|
758 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
759 |
-
msgstr "
|
760 |
|
761 |
-
#: library/plugin-settings.php:
|
762 |
msgid "Enable Shortcodes"
|
763 |
-
msgstr "
|
764 |
|
765 |
-
#: library/plugin-settings.php:
|
766 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
767 |
-
msgstr "
|
768 |
|
769 |
-
#: library/plugin-settings.php:
|
770 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
771 |
-
msgstr "این
|
772 |
|
773 |
-
#: library/plugin-settings.php:
|
774 |
-
msgid "
|
775 |
-
msgstr "
|
776 |
|
777 |
-
#: library/plugin-settings.php:
|
778 |
msgid "Disable IP Tracking"
|
779 |
-
msgstr "غیرفعال کردن
|
780 |
|
781 |
-
#: library/plugin-settings.php:
|
782 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
783 |
-
msgstr "به طور پیش فرض USP آدرس IP را با هر پست
|
784 |
|
785 |
-
#: library/plugin-settings.php:
|
786 |
msgid "Display Checkbox"
|
787 |
-
msgstr "
|
788 |
|
789 |
-
#: library/plugin-settings.php:
|
790 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
791 |
-
msgstr "
|
792 |
|
793 |
-
#: library/plugin-settings.php:
|
794 |
msgid "Checkbox Name"
|
795 |
-
msgstr "
|
796 |
|
797 |
-
#: library/plugin-settings.php:
|
798 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
799 |
-
msgstr "فقط از
|
800 |
|
801 |
-
#: library/plugin-settings.php:
|
802 |
msgid "Checkbox Error"
|
803 |
-
msgstr "
|
804 |
|
805 |
-
#: library/plugin-settings.php:
|
806 |
msgid "Error message displayed if user does not check the box."
|
807 |
-
msgstr "پیام
|
808 |
|
809 |
-
#: library/plugin-settings.php:
|
810 |
msgid "Checkbox Text"
|
811 |
-
msgstr "جعبه
|
812 |
|
813 |
-
#: library/plugin-settings.php:
|
814 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
815 |
-
msgstr "متن
|
816 |
|
817 |
-
#: library/plugin-settings.php:
|
818 |
msgid "Categories"
|
819 |
msgstr "دسته بندی ها"
|
820 |
|
821 |
-
#: library/plugin-settings.php:
|
822 |
-
msgid "
|
823 |
-
msgstr "
|
824 |
|
825 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
826 |
msgid "Hidden/Default Category"
|
827 |
-
msgstr "پنهان / پیش فرض
|
828 |
|
829 |
-
#: library/plugin-settings.php:
|
830 |
-
msgid "Use a hidden field for the post category. This
|
831 |
-
msgstr "از یک فیلد
|
832 |
|
833 |
-
#: library/plugin-settings.php:
|
834 |
msgid "Category ID for Hidden Field"
|
835 |
-
msgstr "شناسه
|
836 |
|
837 |
-
#: library/plugin-settings.php:
|
838 |
-
msgid "Specify
|
839 |
-
msgstr "
|
840 |
|
841 |
-
#: library/plugin-settings.php:
|
842 |
msgid "Users"
|
843 |
msgstr "کاربران"
|
844 |
|
845 |
-
#: library/plugin-settings.php:
|
846 |
msgid "Assigned Author"
|
847 |
-
msgstr "
|
848 |
|
849 |
-
#: library/plugin-settings.php:
|
850 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
851 |
-
msgstr "
|
852 |
|
853 |
-
#: library/plugin-settings.php:
|
854 |
msgid "Registered Username"
|
855 |
-
msgstr "
|
856 |
|
857 |
-
#: library/plugin-settings.php:
|
858 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
859 |
-
msgstr "از نام کاربری ثبت
|
860 |
|
861 |
-
#: library/plugin-settings.php:
|
862 |
msgid "User Profile URL"
|
863 |
msgstr "URL نمایه کاربر"
|
864 |
|
865 |
-
#: library/plugin-settings.php:
|
866 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
867 |
-
msgstr "
|
868 |
|
869 |
-
#: library/plugin-settings.php:
|
870 |
msgid "Require User Login"
|
871 |
-
msgstr "
|
872 |
|
873 |
-
#: library/plugin-settings.php:
|
874 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
875 |
-
msgstr "
|
876 |
|
877 |
-
#: library/plugin-settings.php:
|
878 |
msgid "Disable Replace Author"
|
879 |
-
msgstr "
|
880 |
|
881 |
-
#: library/plugin-settings.php:
|
882 |
msgid "Do not replace post author with submitted user name"
|
883 |
-
msgstr "نویسنده پست را با نام کاربر
|
884 |
|
885 |
-
#: library/plugin-settings.php:
|
886 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
887 |
-
msgstr "در اینجا شما می توانید نام و برچسب مورد استفاده
|
888 |
|
889 |
-
#: library/plugin-settings.php:
|
890 |
msgid "Custom Field Name"
|
891 |
-
msgstr "نام
|
892 |
|
893 |
-
#: library/plugin-settings.php:
|
894 |
msgid "Custom Field Label"
|
895 |
-
msgstr "برچسب سفارشی
|
896 |
|
897 |
-
#: library/plugin-settings.php:
|
898 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
899 |
-
msgstr "این به عنوان برچسب
|
900 |
|
901 |
-
#: library/plugin-settings.php:
|
902 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
903 |
-
msgstr "برای جلوگیری از
|
904 |
|
905 |
-
#: library/plugin-settings.php:
|
906 |
msgid "Challenge Response"
|
907 |
-
msgstr "پاسخ چالش"
|
908 |
|
909 |
-
#: library/plugin-settings.php:
|
910 |
msgid "Enter the *only* correct answer to the challenge question."
|
911 |
-
msgstr "پاسخ صحیح
|
912 |
|
913 |
-
#: library/plugin-settings.php:
|
914 |
msgid "Case-sensitivity"
|
915 |
-
msgstr "حساسیت مورد"
|
916 |
|
917 |
-
#: library/plugin-settings.php:
|
918 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
919 |
-
msgstr "اگر
|
920 |
|
921 |
-
#: library/plugin-settings.php:
|
922 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
923 |
-
msgstr "برای فعال کردن Google reCAPTCHA، کلیدهای عمومی و خصوصی خود را وارد کنید."
|
924 |
|
925 |
-
#: library/plugin-settings.php:
|
926 |
msgid "Public Key"
|
927 |
msgstr "کلید عمومی"
|
928 |
|
929 |
-
#: library/plugin-settings.php:
|
930 |
msgid "Enter your Public Key"
|
931 |
msgstr "کلید عمومی خود را وارد کنید"
|
932 |
|
933 |
-
#: library/plugin-settings.php:
|
934 |
msgid "Private Key"
|
935 |
msgstr "کلید خصوصی"
|
936 |
|
937 |
-
#: library/plugin-settings.php:
|
938 |
msgid "Enter your Private Key"
|
939 |
msgstr "کلید خصوصی خود را وارد کنید"
|
940 |
|
941 |
-
#: library/plugin-settings.php:
|
942 |
msgid "Email Alerts"
|
943 |
msgstr "هشدارهای ایمیل"
|
944 |
|
945 |
-
#: library/plugin-settings.php:
|
946 |
msgid "Receive Email Alert"
|
947 |
-
msgstr "
|
948 |
|
949 |
-
#: library/plugin-settings.php:
|
950 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
951 |
-
msgstr "اگر می خواهید از طریق ایمیل برای
|
952 |
|
953 |
-
#: library/plugin-settings.php:
|
954 |
msgid "Enable HTML Format"
|
955 |
-
msgstr "
|
956 |
|
957 |
-
#: library/plugin-settings.php:
|
958 |
msgid "Check this box to enable HTML format for email alerts."
|
959 |
-
msgstr "
|
960 |
|
961 |
-
#: library/plugin-settings.php:
|
962 |
msgid "Email Address for Alerts"
|
963 |
msgstr "آدرس ایمیل برای هشدارها"
|
964 |
|
965 |
-
#: library/plugin-settings.php:
|
966 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
967 |
-
msgstr "اگر
|
968 |
|
969 |
-
#: library/plugin-settings.php:
|
970 |
msgid "Multiple recipients may be included using a comma, like so:"
|
971 |
-
msgstr "گیرنده های چندگانه ممکن است با استفاده از کاما
|
972 |
|
973 |
-
#: library/plugin-settings.php:
|
974 |
msgid "Email “From” Address"
|
975 |
-
msgstr "ایمیل از & rdquo؛ نشانی"
|
976 |
|
977 |
-
#: library/plugin-settings.php:
|
978 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
979 |
-
msgstr "در اینجا
|
980 |
|
981 |
-
#: library/plugin-settings.php:
|
982 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
983 |
-
msgstr "اگر
|
984 |
|
985 |
-
#: library/plugin-settings.php:
|
986 |
msgid "Email Alert Subject"
|
987 |
msgstr "موضوع هشدار ایمیل"
|
988 |
|
989 |
-
#: library/plugin-settings.php:
|
990 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
991 |
-
msgstr "خط موضوع برای هشدارهای ایمیل.
|
992 |
|
993 |
-
#: library/plugin-settings.php:
|
994 |
msgid "Email Alert Message"
|
995 |
msgstr "پیام هشدار ایمیل"
|
996 |
|
997 |
-
#: library/plugin-settings.php:
|
998 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
999 |
-
msgstr "پیام
|
1000 |
|
1001 |
-
#: library/plugin-settings.php:
|
1002 |
msgid "Featured Image"
|
1003 |
-
msgstr "تصویر
|
1004 |
|
1005 |
-
#: library/plugin-settings.php:
|
1006 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
1007 |
-
msgstr "تصاویر
|
1008 |
|
1009 |
-
#: library/plugin-settings.php:
|
1010 |
msgid "Upload Message"
|
1011 |
-
msgstr "پیام
|
1012 |
|
1013 |
-
#: library/plugin-settings.php:
|
1014 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
1015 |
-
msgstr "پیامی که در کنار
|
1016 |
|
1017 |
-
#: library/plugin-settings.php:
|
1018 |
msgid "“Add another image” link"
|
1019 |
-
msgstr "& ldquo؛
|
1020 |
|
1021 |
-
#: library/plugin-settings.php:
|
1022 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
1023 |
-
msgstr "
|
1024 |
|
1025 |
-
#: library/plugin-settings.php:
|
1026 |
msgid "Minimum number of images"
|
1027 |
msgstr "حداقل تعداد تصاویر"
|
1028 |
|
1029 |
-
#: library/plugin-settings.php:
|
1030 |
msgid "Specify the minimum number of images."
|
1031 |
msgstr "حداقل تعداد تصاویر را مشخص کنید."
|
1032 |
|
1033 |
-
#: library/plugin-settings.php:
|
1034 |
msgid "Maximum number of images"
|
1035 |
msgstr "حداکثر تعداد تصاویر"
|
1036 |
|
1037 |
-
#: library/plugin-settings.php:
|
1038 |
msgid "Specify the maximum number of images."
|
1039 |
msgstr "حداکثر تعداد تصاویر را مشخص کنید."
|
1040 |
|
1041 |
-
#: library/plugin-settings.php:
|
1042 |
msgid "Minimum image width"
|
1043 |
msgstr "حداقل عرض تصویر"
|
1044 |
|
1045 |
-
#: library/plugin-settings.php:
|
1046 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1047 |
-
msgstr "حداقل عرض (در پیکسل) را
|
1048 |
|
1049 |
-
#: library/plugin-settings.php:
|
1050 |
msgid "Minimum image height"
|
1051 |
msgstr "حداقل ارتفاع تصویر"
|
1052 |
|
1053 |
-
#: library/plugin-settings.php:
|
1054 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1055 |
-
msgstr "حداقل ارتفاع (در پیکسل
|
1056 |
|
1057 |
-
#: library/plugin-settings.php:
|
1058 |
msgid "Maximum image width"
|
1059 |
msgstr "حداکثر عرض تصویر"
|
1060 |
|
1061 |
-
#: library/plugin-settings.php:
|
1062 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1063 |
-
msgstr "حداکثر عرض (در پیکسل) را برای تصاویر
|
1064 |
|
1065 |
-
#: library/plugin-settings.php:
|
1066 |
msgid "Maximum image height"
|
1067 |
msgstr "حداکثر ارتفاع تصویر"
|
1068 |
|
1069 |
-
#: library/plugin-settings.php:
|
1070 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1071 |
-
msgstr "حداکثر ارتفاع (در پیکسل) را برای تصاویر
|
1072 |
|
1073 |
-
#: library/plugin-settings.php:
|
1074 |
msgid "More Options"
|
1075 |
msgstr "گزینه های بیشتر"
|
1076 |
|
1077 |
-
#: library/plugin-settings.php:
|
1078 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1079 |
-
msgstr "برای گزینه های
|
1080 |
|
1081 |
-
#: library/plugin-settings.php:
|
1082 |
msgid "Go Pro!"
|
1083 |
-
msgstr "برو
|
1084 |
|
1085 |
-
#: library/plugin-settings.php:
|
1086 |
msgid "Auto-Display Content"
|
1087 |
-
msgstr "محتوای
|
1088 |
|
1089 |
-
#: library/plugin-settings.php:
|
1090 |
msgid "Auto-Display Images"
|
1091 |
-
msgstr "نمایش خودکار
|
1092 |
|
1093 |
-
#: library/plugin-settings.php:
|
1094 |
msgid "Auto-display user-submitted images:"
|
1095 |
-
msgstr "تصاویر ارسال شده
|
1096 |
|
1097 |
-
#: library/plugin-settings.php:
|
1098 |
msgid "Image Markup"
|
1099 |
msgstr "نشانه گذاری تصویر"
|
1100 |
|
1101 |
-
#: library/plugin-settings.php:
|
1102 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1103 |
-
msgstr "
|
1104 |
|
1105 |
-
#: library/plugin-settings.php:
|
1106 |
-
#: library/plugin-settings.php:
|
1107 |
msgid "and"
|
1108 |
msgstr "و"
|
1109 |
|
1110 |
-
#: library/plugin-settings.php:
|
1111 |
msgid "Auto-Display Email"
|
1112 |
-
msgstr "خودکار
|
1113 |
|
1114 |
-
#: library/plugin-settings.php:
|
1115 |
msgid "Auto-display user-submitted email:"
|
1116 |
-
msgstr "نمایش خودکار
|
1117 |
|
1118 |
-
#: library/plugin-settings.php:
|
1119 |
msgid "Email Markup"
|
1120 |
msgstr "نشانه گذاری ایمیل"
|
1121 |
|
1122 |
-
#: library/plugin-settings.php:
|
1123 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1124 |
-
msgstr "نشانه گذاری برای استفاده از آدرس ایمیل
|
1125 |
|
1126 |
-
#: library/plugin-settings.php:
|
1127 |
msgid "Auto-Display URL"
|
1128 |
-
msgstr "
|
1129 |
|
1130 |
-
#: library/plugin-settings.php:
|
1131 |
msgid "Auto-display user-submitted URL:"
|
1132 |
-
msgstr "URL
|
1133 |
|
1134 |
-
#: library/plugin-settings.php:
|
1135 |
msgid "URL Markup"
|
1136 |
msgstr "نشانه گذاری URL"
|
1137 |
|
1138 |
-
#: library/plugin-settings.php:
|
1139 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1140 |
-
msgstr "
|
1141 |
|
1142 |
-
#: library/plugin-settings.php:
|
1143 |
msgid "Auto-Display Custom Field"
|
1144 |
-
msgstr "سفارشی
|
1145 |
|
1146 |
-
#: library/plugin-settings.php:
|
1147 |
msgid "Auto-display user-submitted Custom Field:"
|
1148 |
-
msgstr "
|
1149 |
|
1150 |
-
#: library/plugin-settings.php:
|
1151 |
msgid "Custom Field Markup"
|
1152 |
-
msgstr "نشانه سفارشی
|
1153 |
|
1154 |
-
#: library/plugin-settings.php:
|
1155 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1156 |
-
msgstr "نشانه گذاری برای استفاده
|
1157 |
|
1158 |
-
#: library/plugin-settings.php:
|
1159 |
msgid "Save Settings"
|
1160 |
msgstr "تنظیمات را ذخیره کن"
|
1161 |
|
1162 |
-
#: library/plugin-settings.php:
|
1163 |
msgid "Display the Form"
|
1164 |
msgstr "نمایش فرم"
|
1165 |
|
1166 |
-
#: library/plugin-settings.php:
|
1167 |
msgid "Post-Submit Form"
|
1168 |
-
msgstr "فرم ارسال
|
1169 |
|
1170 |
-
#: library/plugin-settings.php:
|
1171 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1172 |
-
msgstr "USP به شما امکان می دهد
|
1173 |
|
1174 |
-
#: library/plugin-settings.php:
|
1175 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1176 |
-
msgstr "
|
1177 |
|
1178 |
-
#: library/plugin-settings.php:
|
1179 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1180 |
-
msgstr "یا
|
1181 |
|
1182 |
-
#: library/plugin-settings.php:
|
1183 |
msgid "Login/Register Form"
|
1184 |
-
msgstr "ورود /
|
1185 |
|
1186 |
-
#: library/plugin-settings.php:
|
1187 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1188 |
-
msgstr "
|
1189 |
|
1190 |
-
#: library/plugin-settings.php:
|
1191 |
msgid "Display Submitted Posts"
|
1192 |
-
msgstr "نمایش پست های
|
1193 |
|
1194 |
-
#: library/plugin-settings.php:
|
1195 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1196 |
-
msgstr "
|
1197 |
|
1198 |
-
#: library/plugin-settings.php:
|
1199 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1200 |
-
msgstr "یا از تگ قالب
|
1201 |
|
1202 |
-
#: library/plugin-settings.php:
|
1203 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1204 |
-
msgstr "در اینجا چند مثال
|
1205 |
|
1206 |
-
#: library/plugin-settings.php:
|
1207 |
msgid "Display Image Gallery"
|
1208 |
-
msgstr "نمایش گالری
|
1209 |
|
1210 |
-
#: library/plugin-settings.php:
|
1211 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1212 |
-
msgstr "
|
1213 |
|
1214 |
-
#: library/plugin-settings.php:
|
1215 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1216 |
-
msgstr "یا از تگ قالب برای نمایش یک گالری
|
1217 |
|
1218 |
-
#: library/plugin-settings.php:
|
1219 |
msgid "You can customize using any of the follwing attributes:"
|
1220 |
-
msgstr "
|
1221 |
|
1222 |
-
#: library/plugin-settings.php:
|
1223 |
msgid "Reset Form Button"
|
1224 |
-
msgstr "دکمه فرم
|
1225 |
|
1226 |
-
#: library/plugin-settings.php:
|
1227 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1228 |
-
msgstr "این کد کوتاه
|
1229 |
|
1230 |
-
#: library/plugin-settings.php:
|
1231 |
msgid "This shortcode accepts the following attributes:"
|
1232 |
msgstr "این کد کوتاه ویژگی های زیر را می پذیرد:"
|
1233 |
|
1234 |
-
#: library/plugin-settings.php:
|
1235 |
msgid "Note that the url attribute accepts"
|
1236 |
-
msgstr "توجه داشته باشید که
|
1237 |
|
1238 |
-
#: library/plugin-settings.php:
|
1239 |
msgid "to get the current URL."
|
1240 |
msgstr "برای دریافت URL فعلی."
|
1241 |
|
1242 |
-
#: library/plugin-settings.php:
|
1243 |
msgid "Access Control"
|
1244 |
msgstr "کنترل دسترسی"
|
1245 |
|
1246 |
-
#: library/plugin-settings.php:
|
1247 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1248 |
msgstr "USP سه کد کوتاه برای کنترل دسترسی و محدود کردن محتوا فراهم می کند."
|
1249 |
|
1250 |
-
#: library/plugin-settings.php:
|
1251 |
msgid "Display content only to users with a specific capability:"
|
1252 |
-
msgstr "محتوای
|
1253 |
|
1254 |
-
#: library/plugin-settings.php:
|
1255 |
msgid "Display content to logged-in users:"
|
1256 |
-
msgstr "
|
1257 |
|
1258 |
-
#: library/plugin-settings.php:
|
1259 |
msgid "Display content to visitors only:"
|
1260 |
-
msgstr "نمایش
|
1261 |
|
1262 |
-
#: library/plugin-settings.php:
|
1263 |
msgid "Tip:"
|
1264 |
msgstr "نکته:"
|
1265 |
|
1266 |
-
#: library/plugin-settings.php:
|
1267 |
msgid "to include markup in the deny message, you can use"
|
1268 |
-
msgstr "برای
|
1269 |
|
1270 |
-
#: library/plugin-settings.php:
|
1271 |
msgid "to output"
|
1272 |
msgstr "به خروجی"
|
1273 |
|
1274 |
-
#: library/plugin-settings.php:
|
1275 |
msgid "Example"
|
1276 |
msgstr "مثال"
|
1277 |
|
1278 |
-
#: library/plugin-settings.php:
|
1279 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1280 |
-
msgstr "اگر کاربر وارد سیستم
|
1281 |
|
1282 |
-
#: library/plugin-settings.php:
|
1283 |
msgid "Restore Defaults"
|
1284 |
-
msgstr "
|
1285 |
|
1286 |
-
#: library/plugin-settings.php:
|
1287 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1288 |
-
msgstr "این گزینه را غیرفعال کنید تا تنظیمات خود را به خاطر بسپارید. یا برای
|
1289 |
|
1290 |
-
#: library/plugin-settings.php:
|
1291 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1292 |
-
msgstr "
|
1293 |
|
1294 |
-
#: library/plugin-settings.php:
|
1295 |
msgid "Show Support"
|
1296 |
msgstr "نمایش پشتیبانی"
|
1297 |
|
1298 |
-
#: library/plugin-settings.php:
|
1299 |
msgid "by"
|
1300 |
msgstr "توسط"
|
1301 |
|
1302 |
-
#: library/plugin-settings.php:
|
1303 |
msgid "Jeff Starr on Twitter"
|
1304 |
-
msgstr "جف
|
1305 |
|
1306 |
-
#: library/plugin-settings.php:
|
1307 |
msgid "Obsessive Web Design & Development"
|
1308 |
-
msgstr "وسواس
|
1309 |
|
1310 |
-
#: library/plugin-settings.php:
|
1311 |
msgid "Save Preference"
|
1312 |
msgstr "ذخیره اولویت"
|
1313 |
|
1314 |
-
#: library/plugin-settings.php:
|
1315 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1316 |
-
msgstr "آیا مطمئن هستید که می خواهید تمام گزینه های پیش فرض را بازیابی کنید؟ (این عمل قابل
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1317 |
|
1318 |
#. Description of the plugin
|
1319 |
#:
|
1320 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
1321 |
-
msgstr "
|
1322 |
|
1323 |
#. URI of the plugin
|
1324 |
#:
|
1325 |
msgid "https://perishablepress.com/user-submitted-posts/"
|
1326 |
-
msgstr "https://perishablepress.com/user-
|
1327 |
|
1328 |
#. Author of the plugin
|
1329 |
#:
|
1330 |
msgid "Jeff Starr"
|
1331 |
-
msgstr "جف
|
1332 |
|
1333 |
#. Author URI of the plugin
|
1334 |
#:
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
+
"Project-Id-Version: USP 20190825\n"
|
8 |
"Language: fa\n"
|
9 |
|
10 |
#. Name of the plugin
|
12 |
msgid "User Submitted Posts"
|
13 |
msgstr "ارسال شده توسط کاربر"
|
14 |
|
15 |
+
#: user-submitted-posts.php:82
|
16 |
msgid "requires WordPress "
|
17 |
+
msgstr "به WordPress نیاز دارد "
|
18 |
|
19 |
+
#: user-submitted-posts.php:83
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
+
msgstr " یا بالاتر ، و غیرفعال شده است! "
|
22 |
|
23 |
+
#: user-submitted-posts.php:84
|
24 |
msgid "Please return to the"
|
25 |
+
msgstr "لطفاً به"
|
26 |
|
27 |
+
#: user-submitted-posts.php:85
|
28 |
msgid "WordPress Admin Area"
|
29 |
+
msgstr "منطقه مدیر وردپرس"
|
30 |
|
31 |
+
#: user-submitted-posts.php:86
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
+
msgstr "برای به روزرسانی وردپرس و دوباره امتحان کنید."
|
34 |
|
35 |
+
#: user-submitted-posts.php:126
|
36 |
msgid "User Submitted Post"
|
37 |
+
msgstr "ارسال شده توسط کاربر"
|
38 |
|
39 |
+
#: user-submitted-posts.php:467
|
40 |
msgid "User Submitted Post Info"
|
41 |
+
msgstr "اطلاعات ارسال شده توسط کاربر"
|
42 |
|
43 |
+
#: user-submitted-posts.php:497
|
44 |
msgid "Submitter Name: "
|
45 |
+
msgstr "نام ارسال کننده: "
|
46 |
|
47 |
+
#: user-submitted-posts.php:498
|
48 |
msgid "Submitter Email: "
|
49 |
+
msgstr "ایمیل ارسال کننده: "
|
50 |
|
51 |
+
#: user-submitted-posts.php:499
|
52 |
msgid "Submitter URL: "
|
53 |
+
msgstr "نشانی اینترنتی ارسال کننده: "
|
54 |
|
55 |
+
#: user-submitted-posts.php:500
|
56 |
msgid "Submitter IP: "
|
57 |
+
msgstr "IP ارسال کننده: "
|
58 |
|
59 |
+
#: user-submitted-posts.php:555
|
60 |
msgid "Show USP Posts"
|
61 |
msgstr "نمایش پست های USP"
|
62 |
|
63 |
+
#: user-submitted-posts.php:556 library/plugin-settings.php:1095
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
+
#: user-submitted-posts.php:1393
|
68 |
msgid " files required"
|
69 |
+
msgstr " فایل های مورد نیاز"
|
70 |
|
71 |
+
#: user-submitted-posts.php:1394
|
72 |
msgid " file required"
|
73 |
+
msgstr " پرونده مورد نیاز است"
|
74 |
|
75 |
+
#: user-submitted-posts.php:1396
|
76 |
msgid " files"
|
77 |
msgstr " فایل ها"
|
78 |
|
79 |
+
#: user-submitted-posts.php:1397
|
80 |
msgid " file"
|
81 |
msgstr " فایل"
|
82 |
|
83 |
+
#: user-submitted-posts.php:1399 user-submitted-posts.php:1400
|
84 |
+
#: user-submitted-posts.php:1401 user-submitted-posts.php:1402
|
85 |
msgid " pixels"
|
86 |
msgstr " پیکسل"
|
87 |
|
88 |
+
#: user-submitted-posts.php:1404 library/core-functions.php:219
|
89 |
+
#: library/plugin-settings.php:297 library/plugin-settings.php:316
|
90 |
+
#: library/plugin-settings.php:794 library/plugin-settings.php:1344
|
91 |
msgid "Custom Field"
|
92 |
+
msgstr "زمینه سفارشی"
|
93 |
|
94 |
+
#: user-submitted-posts.php:1406
|
95 |
msgid "Custom checkbox required"
|
96 |
+
msgstr "کادر تأیید سفارشی لازم است"
|
97 |
|
98 |
+
#: user-submitted-posts.php:1409
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
+
msgstr "خطایی روی داد لطفا برگردید و دوباره امتحان کنید."
|
101 |
|
102 |
+
#: user-submitted-posts.php:1419
|
103 |
msgid "User login required"
|
104 |
+
msgstr "ورود کاربر لازم است"
|
105 |
|
106 |
+
#: user-submitted-posts.php:1420
|
107 |
msgid "User name required"
|
108 |
msgstr "نام کاربری (ضروری"
|
109 |
|
110 |
+
#: user-submitted-posts.php:1421
|
111 |
msgid "Post title required"
|
112 |
+
msgstr "عنوان ارسال لازم است"
|
113 |
|
114 |
+
#: user-submitted-posts.php:1422
|
115 |
msgid "User URL required"
|
116 |
msgstr "URL کاربر مورد نیاز است"
|
117 |
|
118 |
+
#: user-submitted-posts.php:1423
|
119 |
msgid "Post tags required"
|
120 |
+
msgstr "برچسب های ارسال شده مورد نیاز است"
|
121 |
|
122 |
+
#: user-submitted-posts.php:1424
|
123 |
msgid "Post category required"
|
124 |
+
msgstr "دسته ارسال لازم است"
|
125 |
|
126 |
+
#: user-submitted-posts.php:1425
|
127 |
msgid "Post content required"
|
128 |
+
msgstr "ارسال مطالب مورد نیاز"
|
129 |
|
130 |
+
#: user-submitted-posts.php:1426 user-submitted-posts.php:1427
|
131 |
msgid "Correct captcha required"
|
132 |
+
msgstr "captcha صحیح مورد نیاز است"
|
133 |
|
134 |
+
#: user-submitted-posts.php:1428
|
135 |
msgid "User email required"
|
136 |
+
msgstr "ایمیل کاربر مورد نیاز است"
|
137 |
|
138 |
+
#: user-submitted-posts.php:1429
|
139 |
msgid "Please check your email and try again"
|
140 |
msgstr "لطفا ایمیل خود را بررسی کنید و دوباره امتحان کنید"
|
141 |
|
142 |
+
#: user-submitted-posts.php:1430
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
+
msgstr "مقدار غیر خالی برای قسمت پنهان"
|
145 |
|
146 |
+
#: user-submitted-posts.php:1431
|
147 |
msgid "Minimum number of images not met"
|
148 |
+
msgstr "حداقل تعداد تصاویر برآورده نشده است"
|
149 |
|
150 |
+
#: user-submitted-posts.php:1432
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
+
msgstr "از حداکثر تعداد تصاویر فراتر رفت "
|
153 |
|
154 |
+
#: user-submitted-posts.php:1433
|
155 |
msgid "Minimum image width not met"
|
156 |
+
msgstr "حداقل عرض تصویر برآورده نمی شود"
|
157 |
|
158 |
+
#: user-submitted-posts.php:1434
|
159 |
msgid "Image width exceeds maximum"
|
160 |
+
msgstr "عرض تصویر از حداکثر بیشتر است"
|
161 |
|
162 |
+
#: user-submitted-posts.php:1435
|
163 |
msgid "Minimum image height not met"
|
164 |
+
msgstr "حداقل ارتفاع تصویر برآورده نمی شود"
|
165 |
|
166 |
+
#: user-submitted-posts.php:1436
|
167 |
msgid "Image height exceeds maximum"
|
168 |
+
msgstr "ارتفاع تصویر از حداکثر بیشتر است"
|
169 |
|
170 |
+
#: user-submitted-posts.php:1437
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
+
msgstr "نوع پرونده مجاز نیست (لطفا تصاویر را بارگذاری کنید)"
|
173 |
|
174 |
+
#: user-submitted-posts.php:1438
|
175 |
msgid " required"
|
176 |
msgstr " ضروری"
|
177 |
|
178 |
+
#: user-submitted-posts.php:1443
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
+
msgstr "پرونده بارگیری نشده است لطفا پرونده را بررسی کنید و دوباره امتحان کنید."
|
181 |
|
182 |
+
#: user-submitted-posts.php:1447
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
+
msgstr "پرونده (ها) بارگیری نشد"
|
185 |
|
186 |
+
#: user-submitted-posts.php:1449
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
+
msgstr "پست ایجاد نشده است. لطفا برای راهنمایی با مدیر سایت تماس بگیرید."
|
189 |
|
190 |
+
#: user-submitted-posts.php:1450
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
+
msgstr "عنوان پست را کپی کنید. لطفا دوباره تلاش کنید."
|
193 |
|
194 |
+
#: user-submitted-posts.php:1460
|
195 |
msgid "Error: "
|
196 |
+
msgstr "خطا: "
|
197 |
|
198 |
+
#: user-submitted-posts.php:1486
|
199 |
msgid "Return to form"
|
200 |
msgstr "بازگشت به فرم"
|
201 |
|
202 |
+
#: user-submitted-posts.php:1516 library/plugin-settings.php:1071
|
203 |
msgid "Please"
|
204 |
msgstr "لطفا"
|
205 |
|
206 |
+
#: user-submitted-posts.php:1517
|
207 |
msgid "log in"
|
208 |
msgstr "ورود"
|
209 |
|
210 |
+
#: user-submitted-posts.php:1518
|
211 |
msgid "to submit content!"
|
212 |
+
msgstr "برای ارسال مطالب!"
|
213 |
|
214 |
+
#: views/submission-form.php:21 views/submission-form-alt.php:40
|
215 |
msgid "Please complete the required fields."
|
216 |
+
msgstr "لطفاً زمینه های مورد نیاز را تکمیل کنید."
|
217 |
|
218 |
+
#: views/submission-form.php:31 views/submission-form.php:32
|
219 |
+
#: views/submission-form-alt.php:46 views/submission-form-alt.php:47
|
220 |
msgid "Your Name"
|
221 |
msgstr "اسم شما"
|
222 |
|
223 |
+
#: views/submission-form.php:37 views/submission-form.php:38
|
224 |
+
#: views/submission-form-alt.php:52 views/submission-form-alt.php:53
|
225 |
msgid "Your URL"
|
226 |
+
msgstr "آدرس اینترنتی شما"
|
227 |
|
228 |
+
#: views/submission-form.php:43 views/submission-form.php:44
|
229 |
+
#: views/submission-form-alt.php:58 views/submission-form-alt.php:59
|
230 |
msgid "Your Email"
|
231 |
msgstr "ایمیل شما"
|
232 |
|
233 |
+
#: views/submission-form.php:49 views/submission-form.php:50
|
234 |
+
#: views/submission-form-alt.php:64 views/submission-form-alt.php:65
|
235 |
+
#: library/plugin-settings.php:1132
|
236 |
msgid "Post Title"
|
237 |
+
msgstr "عنوان ارسال"
|
238 |
|
239 |
+
#: views/submission-form.php:55 views/submission-form.php:56
|
240 |
+
#: views/submission-form-alt.php:70 views/submission-form-alt.php:71
|
241 |
+
#: library/plugin-settings.php:1133
|
242 |
msgid "Post Tags"
|
243 |
+
msgstr "ارسال برچسب ها"
|
244 |
|
245 |
+
#: views/submission-form.php:68 views/submission-form-alt.php:83
|
246 |
msgid "Antispam Question"
|
247 |
+
msgstr "سوال آنتی اسپام"
|
248 |
|
249 |
+
#: views/submission-form.php:73 views/submission-form-alt.php:88
|
250 |
+
#: library/plugin-settings.php:1134
|
251 |
msgid "Post Category"
|
252 |
+
msgstr "دسته پست"
|
253 |
|
254 |
+
#: views/submission-form.php:74 views/submission-form.php:75
|
255 |
+
#: views/submission-form-alt.php:89 views/submission-form-alt.php:90
|
256 |
msgid "Please select a category.."
|
257 |
+
msgstr "لطفاً یک دسته را انتخاب کنید .."
|
258 |
|
259 |
+
#: views/submission-form.php:106 views/submission-form.php:107
|
260 |
+
#: views/submission-form-alt.php:121 views/submission-form-alt.php:122
|
261 |
+
#: library/plugin-settings.php:1135
|
262 |
msgid "Post Content"
|
263 |
+
msgstr "ارسال مطالب"
|
264 |
|
265 |
+
#: views/submission-form.php:113 views/submission-form-alt.php:128
|
266 |
msgid "Verification"
|
267 |
msgstr "تایید"
|
268 |
|
269 |
+
#: views/submission-form.php:120 views/submission-form-alt.php:135
|
270 |
msgid "Upload an Image"
|
271 |
+
msgstr "تصویری را بارگذاری کنید"
|
272 |
|
273 |
+
#: views/submission-form.php:129 views/submission-form-alt.php:144
|
274 |
msgid "Add another image"
|
275 |
+
msgstr "تصویری دیگر اضافه کنید"
|
276 |
|
277 |
+
#: views/submission-form.php:151 views/submission-form-alt.php:166
|
278 |
msgid "Human verification: leave this field empty."
|
279 |
+
msgstr "تأیید انسانی: این قسمت را خالی بگذارید."
|
280 |
|
281 |
+
#: views/submission-form.php:175 views/submission-form-alt.php:190
|
282 |
msgid "Submit Post"
|
283 |
msgstr "ارسال پست"
|
284 |
|
285 |
+
#: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
|
286 |
+
msgid "Incorrect response."
|
287 |
+
msgstr "پاسخ نادرست"
|
288 |
+
|
289 |
#: library/shortcode-misc.php:18
|
290 |
msgid "Reset form"
|
291 |
+
msgstr "بازنشانی فرم"
|
292 |
|
293 |
#: library/shortcode-misc.php:128
|
294 |
msgid "View full post"
|
295 |
+
msgstr "مشاهده پست کامل"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
296 |
|
297 |
+
#: library/plugin-settings.php:31
|
298 |
+
msgid "Settings"
|
299 |
+
msgstr "تنظیمات"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
|
301 |
+
#: library/plugin-settings.php:40
|
302 |
msgid "Get USP Pro for unlimited forms!"
|
303 |
+
msgstr "دریافت USP Pro برای اشکال نامحدود!"
|
304 |
|
305 |
+
#: library/plugin-settings.php:41
|
306 |
msgid "Go Pro"
|
307 |
msgstr "برو طرفدار"
|
308 |
|
309 |
+
#: library/plugin-settings.php:62 library/plugin-settings.php:1103
|
310 |
+
#: library/plugin-settings.php:1696
|
|
|
|
|
|
|
|
|
311 |
msgid "Plugin Homepage"
|
312 |
+
msgstr "صفحه اصلی افزونه"
|
313 |
|
314 |
+
#: library/plugin-settings.php:63
|
315 |
msgid "Homepage"
|
316 |
msgstr "صفحه نخست"
|
317 |
|
318 |
+
#: library/plugin-settings.php:68
|
319 |
msgid "Give USP a 5-star rating at WordPress.org"
|
320 |
msgstr "به USP امتیاز 5 ستاره در WordPress.org بدهید"
|
321 |
|
322 |
+
#: library/plugin-settings.php:69
|
323 |
msgid "Rate this plugin »"
|
324 |
msgstr "این افزونه را ارزیابی کنید & nbsp؛ & raquo؛"
|
325 |
|
326 |
+
#: library/plugin-settings.php:127
|
327 |
msgid "WP Post (recommended)"
|
328 |
+
msgstr "WP Post (توصیه می شود)"
|
329 |
|
330 |
+
#: library/plugin-settings.php:131
|
331 |
msgid "WP Page"
|
332 |
msgstr "صفحه WP"
|
333 |
|
334 |
+
#: library/plugin-settings.php:147
|
335 |
msgid "HTML5 Form + Default CSS"
|
336 |
msgstr "فرم HTML5 + CSS پیش فرض"
|
337 |
|
338 |
+
#: library/plugin-settings.php:147
|
339 |
msgid "(Recommended)"
|
340 |
msgstr "(توصیه شده)"
|
341 |
|
342 |
+
#: library/plugin-settings.php:151
|
343 |
msgid "HTML5 Form + Disable CSS"
|
344 |
+
msgstr "فرم HTML5 + CSS را غیرفعال کنید"
|
345 |
|
346 |
+
#: library/plugin-settings.php:151
|
347 |
msgid "(Provide your own styles)"
|
348 |
+
msgstr "(سبک های خود را ارائه دهید)"
|
349 |
|
350 |
+
#: library/plugin-settings.php:155
|
351 |
msgid "Custom Form + Custom CSS"
|
352 |
+
msgstr "فرم سفارشی + CSS سفارشی"
|
353 |
|
354 |
+
#: library/plugin-settings.php:155
|
355 |
msgid "(Provide your own form template & styles)"
|
356 |
+
msgstr "(الگوی فرم و سبک های مختلف را ارائه دهید)"
|
357 |
|
358 |
+
#: library/plugin-settings.php:171 library/plugin-settings.php:195
|
359 |
+
#: library/plugin-settings.php:218 library/plugin-settings.php:242
|
360 |
msgid "Auto-display before post content"
|
361 |
msgstr "نمایش خودکار قبل از ارسال محتوا"
|
362 |
|
363 |
+
#: library/plugin-settings.php:175 library/plugin-settings.php:199
|
364 |
+
#: library/plugin-settings.php:222 library/plugin-settings.php:246
|
365 |
msgid "Auto-display after post content"
|
366 |
+
msgstr "نمایش خودکار پس از ارسال محتوا"
|
367 |
|
368 |
+
#: library/plugin-settings.php:179
|
369 |
msgid "Do not auto-display submitted images"
|
370 |
+
msgstr "تصاویر ارسال شده را به طور خودکار نمایش ندهید"
|
371 |
|
372 |
+
#: library/plugin-settings.php:203
|
373 |
msgid "Do not auto-display submitted email"
|
374 |
+
msgstr "ایمیل ارسالی را به صورت خودکار نمایش ندهید"
|
375 |
|
376 |
+
#: library/plugin-settings.php:226
|
377 |
msgid "Do not auto-display submitted URL"
|
378 |
+
msgstr "نشانی اینترنتی ارسال شده را به صورت خودکار نمایش ندهید"
|
379 |
|
380 |
+
#: library/plugin-settings.php:250
|
381 |
msgid "Do not auto-display the Custom Field"
|
382 |
+
msgstr "فیلد Custom را به صورت خودکار نمایش ندهید"
|
383 |
|
384 |
+
#: library/plugin-settings.php:278 library/plugin-settings.php:310
|
385 |
+
#: library/plugin-settings.php:343 library/plugin-settings.php:375
|
386 |
+
msgid "Enable and require"
|
387 |
+
msgstr "فعال و مورد نیاز"
|
388 |
|
389 |
+
#: library/plugin-settings.php:279 library/plugin-settings.php:311
|
390 |
+
msgid "Enable but do not require"
|
391 |
+
msgstr "فعال کنید اما نیازی به آن ندارید"
|
392 |
|
393 |
+
#: library/plugin-settings.php:280 library/plugin-settings.php:312
|
394 |
+
#: library/plugin-settings.php:344 library/plugin-settings.php:376
|
395 |
msgid "Disable this field"
|
396 |
+
msgstr "این قسمت را غیرفعال کنید"
|
397 |
|
398 |
+
#: library/plugin-settings.php:315 library/plugin-settings.php:347
|
399 |
+
#: library/plugin-settings.php:379 library/plugin-settings.php:411
|
400 |
msgid "(Visit"
|
401 |
+
msgstr "(بازدید کنید"
|
402 |
|
403 |
+
#: library/plugin-settings.php:316 library/plugin-settings.php:348
|
404 |
+
#: library/plugin-settings.php:380 library/plugin-settings.php:412
|
405 |
msgid "to configure options)"
|
406 |
msgstr "برای پیکربندی گزینه ها)"
|
407 |
|
408 |
+
#: library/plugin-settings.php:331 library/plugin-settings.php:348
|
409 |
+
#: library/plugin-settings.php:1362 library/plugin-settings.php:1367
|
410 |
msgid "Challenge Question"
|
411 |
msgstr "سوال چالش برانگیز"
|
412 |
|
413 |
+
#: library/plugin-settings.php:363 library/plugin-settings.php:380
|
414 |
+
#: library/plugin-settings.php:1384
|
415 |
msgid "Google reCAPTCHA"
|
416 |
msgstr "Google reCAPTCHA"
|
417 |
|
418 |
+
#: library/plugin-settings.php:395
|
419 |
msgid "Post Images"
|
420 |
msgstr "ارسال تصاویر"
|
421 |
|
422 |
+
#: library/plugin-settings.php:407
|
423 |
+
msgid "Enable"
|
424 |
+
msgstr "فعال کردن"
|
425 |
|
426 |
+
#: library/plugin-settings.php:408
|
427 |
msgid "Disable"
|
428 |
msgstr "غیرفعال کردن"
|
429 |
|
430 |
+
#: library/plugin-settings.php:412 library/plugin-settings.php:1445
|
431 |
msgid "Image Uploads"
|
432 |
+
msgstr "بارگذاری تصویر"
|
433 |
|
434 |
+
#: library/plugin-settings.php:492
|
435 |
msgid "Draft"
|
436 |
msgstr "پیش نویس"
|
437 |
|
438 |
+
#: library/plugin-settings.php:493
|
439 |
msgid "Pending (default)"
|
440 |
+
msgstr "در انتظار (پیش فرض)"
|
441 |
|
442 |
+
#: library/plugin-settings.php:494
|
443 |
msgid "Publish immediately"
|
444 |
+
msgstr "فوراً منتشر کنید"
|
445 |
|
446 |
+
#: library/plugin-settings.php:495
|
447 |
msgid "Publish after 1 approved post"
|
448 |
+
msgstr "بعد از 1 پست تأیید شده منتشر کنید"
|
449 |
|
450 |
+
#: library/plugin-settings.php:496
|
451 |
msgid "Publish after "
|
452 |
+
msgstr "بعد از انتشار "
|
453 |
|
454 |
+
#: library/plugin-settings.php:496
|
455 |
msgid " approved posts"
|
456 |
+
msgstr " پست های تأیید شده"
|
457 |
|
458 |
+
#: library/plugin-settings.php:524
|
459 |
+
msgid "Select categories to display in the Category field."
|
460 |
+
msgstr "دسته ها را برای نمایش در قسمت طبقه بندی انتخاب کنید."
|
461 |
+
|
462 |
+
#: library/plugin-settings.php:738
|
463 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
464 |
+
msgstr "یک خطای وجود دارد. لطفاً اطمینان حاصل کنید که یک عنوان ، برخی از مطالب را اضافه کرده اید ، و فقط تصاویر را بارگذاری کرده اید."
|
465 |
|
466 |
+
#: library/plugin-settings.php:752
|
467 |
msgid "Please select your image(s) to upload."
|
468 |
+
msgstr "لطفاً تصویر (های) خود را برای بارگذاری انتخاب کنید."
|
469 |
|
470 |
+
#: library/plugin-settings.php:758
|
471 |
msgid "Success! Thank you for your submission."
|
472 |
+
msgstr "موفقیت! ممنون از ارسال شما"
|
473 |
|
474 |
+
#: library/plugin-settings.php:784
|
475 |
msgid "Email"
|
476 |
msgstr "پست الکترونیک"
|
477 |
|
478 |
+
#: library/plugin-settings.php:785
|
479 |
msgid "URL"
|
480 |
+
msgstr "آدرس اینترنتی"
|
481 |
|
482 |
+
#: library/plugin-settings.php:1058
|
483 |
msgid "Toggle all panels"
|
484 |
+
msgstr "همه پانل ها را تغییر دهید"
|
485 |
|
486 |
+
#: library/plugin-settings.php:1067
|
487 |
msgid "We need your support!"
|
488 |
+
msgstr "ما به حمایت شما احتیاج داریم"
|
489 |
|
490 |
+
#: library/plugin-settings.php:1071
|
491 |
msgid "Make a donation via PayPal"
|
492 |
+
msgstr "از طریق پی پال کمک مالی کنید"
|
493 |
|
494 |
+
#: library/plugin-settings.php:1071
|
495 |
msgid "make a donation"
|
496 |
msgstr "کمک مالی کنید"
|
497 |
|
498 |
+
#: library/plugin-settings.php:1071
|
499 |
msgid "and/or"
|
500 |
msgstr "و / یا"
|
501 |
|
502 |
+
#: library/plugin-settings.php:1072
|
503 |
msgid "Rate and review at the Plugin Directory"
|
504 |
+
msgstr "در فهرست افزونه ها رتبه بندی و بررسی کنید"
|
505 |
|
506 |
+
#: library/plugin-settings.php:1073
|
507 |
msgid "give this plugin a 5-star rating"
|
508 |
+
msgstr "به این افزونه امتیاز 5 ستاره بدهید"
|
509 |
|
510 |
+
#: library/plugin-settings.php:1077
|
511 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
512 |
+
msgstr "پشتیبانی سخاوتمندانه شما امکان توسعه مداوم این افزونه رایگان را فراهم می کند. متشکرم!"
|
513 |
|
514 |
+
#: library/plugin-settings.php:1082
|
515 |
msgid "Check this box if you have shown support"
|
516 |
+
msgstr "اگر پشتیبانی را نشان داده اید ، این کادر را علامت بزنید"
|
517 |
|
518 |
+
#: library/plugin-settings.php:1091
|
519 |
msgid "Overview"
|
520 |
msgstr "بررسی اجمالی"
|
521 |
|
522 |
+
#: library/plugin-settings.php:1095
|
523 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
524 |
+
msgstr "بازدید کنندگان خود را قادر می سازد ارسال ها و ارسال تصاویر از قسمت جلوی سایت خود را انجام دهند. "
|
525 |
|
526 |
+
#: library/plugin-settings.php:1096
|
527 |
msgid "For advanced functionality and unlimited forms, check out"
|
528 |
+
msgstr "برای عملکرد پیشرفته و اشکال نامحدود ، بررسی کنید"
|
529 |
|
530 |
+
#: library/plugin-settings.php:1096 library/plugin-settings.php:1503
|
531 |
msgid "USP Pro"
|
532 |
msgstr "USP Pro"
|
533 |
|
534 |
+
#: library/plugin-settings.php:1097
|
535 |
msgid "— the ultimate solution for user-generated content."
|
536 |
msgstr "& mdash؛ راه حل نهایی برای محتوای تولید شده توسط کاربر."
|
537 |
|
538 |
+
#: library/plugin-settings.php:1101 library/plugin-settings.php:1118
|
539 |
msgid "Plugin Settings"
|
540 |
+
msgstr "تنظیمات افزونه"
|
541 |
|
542 |
+
#: library/plugin-settings.php:1102
|
543 |
msgid "Display the form"
|
544 |
msgstr "فرم را نمایش دهید"
|
545 |
|
546 |
+
#: library/plugin-settings.php:1106
|
547 |
msgid "If you like this plugin, please"
|
548 |
+
msgstr "اگر این افزونه را دوست دارید ، لطفاً"
|
549 |
|
550 |
+
#: library/plugin-settings.php:1107
|
551 |
msgid "THANK YOU for your support!"
|
552 |
+
msgstr "از حمایت شما سپاسگزارم"
|
553 |
|
554 |
+
#: library/plugin-settings.php:1107
|
555 |
msgid "give it a 5-star rating"
|
556 |
+
msgstr "به آن امتیاز 5 ستاره بدهید"
|
557 |
|
558 |
+
#: library/plugin-settings.php:1111
|
559 |
msgid "Unlimited front-end forms"
|
560 |
+
msgstr "نامحدود اشکال جلویی"
|
561 |
|
562 |
+
#: library/plugin-settings.php:1111
|
563 |
msgid "Get USP Pro"
|
564 |
msgstr "دریافت USP Pro"
|
565 |
|
566 |
+
#: library/plugin-settings.php:1121
|
567 |
msgid "Configure your settings for User Submitted Posts."
|
568 |
+
msgstr "تنظیمات خود را برای ارسالهای ارسال شده به کاربر پیکربندی کنید."
|
569 |
|
570 |
+
#: library/plugin-settings.php:1123
|
571 |
msgid "Form Fields"
|
572 |
msgstr "زمینه های فرم"
|
573 |
|
574 |
+
#: library/plugin-settings.php:1129
|
575 |
msgid "User Name"
|
576 |
msgstr "نام کاربری"
|
577 |
|
578 |
+
#: library/plugin-settings.php:1130
|
579 |
msgid "User Email"
|
580 |
msgstr "ایمیل کاربر"
|
581 |
|
582 |
+
#: library/plugin-settings.php:1131
|
583 |
msgid "User URL"
|
584 |
+
msgstr "URL کاربر"
|
585 |
|
586 |
+
#: library/plugin-settings.php:1146
|
587 |
msgid "General Settings"
|
588 |
msgstr "تنظیمات عمومی"
|
589 |
|
590 |
+
#: library/plugin-settings.php:1148
|
591 |
msgid "Note that the default settings work fine for most cases."
|
592 |
+
msgstr "توجه داشته باشید که تنظیمات پیش فرض برای بیشتر موارد خوب است."
|
593 |
|
594 |
+
#: library/plugin-settings.php:1153
|
595 |
msgid "Form Style"
|
596 |
+
msgstr "سبک سبک"
|
597 |
|
598 |
+
#: library/plugin-settings.php:1158
|
599 |
msgid "With this option, you can copy the plugin’s default templates:"
|
600 |
+
msgstr "با استفاده از این گزینه ، می توانید الگوی پیش فرض افزونه & rsquo؛ s را کپی کنید:"
|
601 |
|
602 |
+
#: library/plugin-settings.php:1163
|
603 |
msgid "..and upload them into a directory named"
|
604 |
+
msgstr ".. و آنها را در دایرکتوری به نام بارگذاری کنید"
|
605 |
|
606 |
+
#: library/plugin-settings.php:1163
|
607 |
msgid "in your theme:"
|
608 |
msgstr "در موضوع شما:"
|
609 |
|
610 |
+
#: library/plugin-settings.php:1169
|
611 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
612 |
+
msgstr "این امکان را برای شما فراهم می کند که فرم و سبک را به دلخواه تنظیم کنید. برای اطلاعات بیشتر ، بخش \"فرم ارسال سفارشی\" را در قسمت زیر مشاهده کنید"
|
613 |
|
614 |
+
#: library/plugin-settings.php:1170
|
615 |
msgid "Installation Docs"
|
616 |
msgstr "اسناد نصب"
|
617 |
|
618 |
+
#: library/plugin-settings.php:1171
|
619 |
msgid "FYI: here is a"
|
620 |
+
msgstr "FYI: در اینجا است"
|
621 |
|
622 |
+
#: library/plugin-settings.php:1171
|
623 |
msgid "list of USP CSS selectors"
|
624 |
+
msgstr "لیست انتخاب کنندگان USP CSS"
|
625 |
|
626 |
+
#: library/plugin-settings.php:1177
|
627 |
msgid "Include JavaScript"
|
628 |
+
msgstr "شامل JavaScript"
|
629 |
|
630 |
+
#: library/plugin-settings.php:1179
|
631 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
632 |
+
msgstr "اگر می خواهید پرونده های جاوا اسکریپت خارجی (شامل توصیه شده) باشد ، این کادر را علامت بزنید."
|
633 |
|
634 |
+
#: library/plugin-settings.php:1182
|
635 |
msgid "Targeted Loading"
|
636 |
+
msgstr "بارگیری هدفمند"
|
637 |
|
638 |
+
#: library/plugin-settings.php:1184
|
639 |
+
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
|
640 |
+
msgstr "به طور پیش فرض ، CSS خارجی & amp؛ پرونده های JavaScript در هر صفحه بارگیری می شوند. در اینجا می توانید آدرس URL فرم USP را برای بارگذاری منابع فقط در آن صفحه مشخص کنید. توجه: برای بارگیری در تمام صفحات ، خالی بگذارید. برای جدا کردن چندین آدرس اینترنتی از کاما استفاده کنید."
|
641 |
|
642 |
+
#: library/plugin-settings.php:1187
|
643 |
msgid "Post Type"
|
644 |
+
msgstr "نوع ارسال"
|
645 |
|
646 |
+
#: library/plugin-settings.php:1190
|
647 |
msgid "Submit posts as WP Posts or Pages"
|
648 |
+
msgstr "پست ها را به عنوان پست های WP یا صفحات ارسال کنید"
|
649 |
|
650 |
+
#: library/plugin-settings.php:1194
|
651 |
msgid "Post Status"
|
652 |
+
msgstr "وضعیت ارسال"
|
653 |
|
654 |
+
#: library/plugin-settings.php:1197
|
655 |
msgid "Post Status for submitted posts"
|
656 |
+
msgstr "وضعیت ارسال برای پست های ارسال شده"
|
657 |
|
658 |
+
#: library/plugin-settings.php:1201
|
659 |
msgid "Redirect URL"
|
660 |
+
msgstr "URL را تغییر مسیر دهید"
|
661 |
|
662 |
+
#: library/plugin-settings.php:1203
|
663 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
664 |
+
msgstr "URL را برای تغییر مسیر کاربر پس از ارسال ارسال مشخص کنید. خالی بگذارید تا به صفحه فعلی تغییر مسیر دهید."
|
665 |
|
666 |
+
#: library/plugin-settings.php:1206
|
667 |
msgid "Success Message"
|
668 |
msgstr "پیام موفقیت"
|
669 |
|
670 |
+
#: library/plugin-settings.php:1208
|
671 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
672 |
+
msgstr "پیام موفقیت آمیز که در صورت موفقیت آمیز ارسال پس زمینه نمایش داده می شود. نشانه گذاری اصلی مجاز است."
|
673 |
|
674 |
+
#: library/plugin-settings.php:1211
|
675 |
msgid "Error Message"
|
676 |
msgstr "پیغام خطا"
|
677 |
|
678 |
+
#: library/plugin-settings.php:1213
|
679 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
680 |
+
msgstr "پیام خطای عمومی که در صورت عدم موفقیت ارسال ارسال می شود. نشانه گذاری اصلی مجاز است."
|
681 |
|
682 |
+
#: library/plugin-settings.php:1216
|
683 |
msgid "Custom Content"
|
684 |
msgstr "محتوای دلخواه"
|
685 |
|
686 |
+
#: library/plugin-settings.php:1218
|
687 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
688 |
+
msgstr "متن / نشانه گذاری سفارشی قبل از فرم ارسال گنجانده شود. خالی بگذارید تا غیرفعال شود."
|
689 |
|
690 |
+
#: library/plugin-settings.php:1221
|
691 |
msgid "Rich Text Editor"
|
692 |
msgstr "ویرایشگر متن توانمند"
|
693 |
|
694 |
+
#: library/plugin-settings.php:1223
|
695 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
696 |
+
msgstr "اگر می خواهید ویرایش متن غنی از WP را برای پست های ارسالی فعال کنید ، این کادر را علامت بزنید."
|
697 |
|
698 |
+
#: library/plugin-settings.php:1226
|
699 |
msgid "Unique Titles"
|
700 |
+
msgstr "عناوین بی نظیر"
|
701 |
|
702 |
+
#: library/plugin-settings.php:1228
|
703 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
704 |
+
msgstr "لازم است عناوین پست ارسال شده بی نظیر باشد (برای جلوگیری از ارسال های چندگانه / تکراری ارسال شده)."
|
705 |
|
706 |
+
#: library/plugin-settings.php:1231
|
707 |
msgid "Disable Required"
|
708 |
+
msgstr "غیرفعال کردن مورد نیاز"
|
709 |
|
710 |
+
#: library/plugin-settings.php:1233
|
711 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
712 |
+
msgstr "غیرفعال کردن تمام ویژگی های مورد نیاز در زمینه های فرم پیش فرض (مفید برای پیام های خطا در عیب یابی)."
|
713 |
|
714 |
+
#: library/plugin-settings.php:1236
|
715 |
msgid "Enable Shortcodes"
|
716 |
+
msgstr "کد های کوتاه را فعال کنید"
|
717 |
|
718 |
+
#: library/plugin-settings.php:1238
|
719 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
720 |
+
msgstr "کد های کوتاه را در ابزارک ها فعال کنید. به طور پیش فرض ، وردپرس کد های کوتاه را در ابزارک ها فعال نمی کند. "
|
721 |
|
722 |
+
#: library/plugin-settings.php:1239
|
723 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
724 |
+
msgstr "این تنظیمات باعث می شود تمام / کدهای کوتاه در ابزارکها (حتی کد کوتاه سایر افزونه ها) نیز فعال شود."
|
725 |
|
726 |
+
#: library/plugin-settings.php:1244
|
727 |
+
msgid "Privacy"
|
728 |
+
msgstr "حریم خصوصی"
|
729 |
|
730 |
+
#: library/plugin-settings.php:1249
|
731 |
msgid "Disable IP Tracking"
|
732 |
+
msgstr "غیرفعال کردن ردیابی IP"
|
733 |
|
734 |
+
#: library/plugin-settings.php:1251
|
735 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
736 |
+
msgstr "به طور پیش فرض USP آدرس IP را با هر پست ارسال شده ضبط می کند. برای غیرفعال کردن همه ردیابی IP ، این کادر را علامت بزنید."
|
737 |
|
738 |
+
#: library/plugin-settings.php:1255
|
739 |
msgid "Display Checkbox"
|
740 |
+
msgstr "کادر نمایش"
|
741 |
|
742 |
+
#: library/plugin-settings.php:1257
|
743 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
744 |
+
msgstr "کادر انتخاب سفارشی را روی فرم خود نمایش دهید (برای GDPR مفید است ، با شرایط و سایر موارد موافقت کنید)"
|
745 |
|
746 |
+
#: library/plugin-settings.php:1260
|
747 |
msgid "Checkbox Name"
|
748 |
+
msgstr "نام کادر انتخاب"
|
749 |
|
750 |
+
#: library/plugin-settings.php:1262 library/plugin-settings.php:1352
|
751 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
752 |
+
msgstr "فقط از الفبایی ، زیرین و خط تیره استفاده کنید. اگر مطمئن نیستید ، از نام پیش فرض استفاده کنید:"
|
753 |
|
754 |
+
#: library/plugin-settings.php:1265
|
755 |
msgid "Checkbox Error"
|
756 |
+
msgstr "خطای جعبه کادر"
|
757 |
|
758 |
+
#: library/plugin-settings.php:1267
|
759 |
msgid "Error message displayed if user does not check the box."
|
760 |
+
msgstr "پیام خطایی نمایش داده می شود اگر کاربر کادر را علامت نزد."
|
761 |
|
762 |
+
#: library/plugin-settings.php:1270
|
763 |
msgid "Checkbox Text"
|
764 |
+
msgstr "متن جعبه"
|
765 |
|
766 |
+
#: library/plugin-settings.php:1272
|
767 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
768 |
+
msgstr "متن نمایش داده شده در کنار کادر کادر. نکته: برای خروجی براکت های زاویه ای از براکت های مجعد استفاده کنید ، به عنوان مثال:"
|
769 |
|
770 |
+
#: library/plugin-settings.php:1277 library/plugin-settings.php:1282
|
771 |
msgid "Categories"
|
772 |
msgstr "دسته بندی ها"
|
773 |
|
774 |
+
#: library/plugin-settings.php:1285
|
775 |
+
msgid "Click to view/select categories"
|
776 |
+
msgstr "برای مشاهده / انتخاب دسته ها کلیک کنید"
|
777 |
|
778 |
+
#: library/plugin-settings.php:1293
|
779 |
+
msgid "Multiple Categories"
|
780 |
+
msgstr "چند دسته"
|
781 |
+
|
782 |
+
#: library/plugin-settings.php:1295
|
783 |
+
msgid "Enable users to select multiple categories."
|
784 |
+
msgstr "کاربران را قادر به انتخاب چندین دسته کنید."
|
785 |
+
|
786 |
+
#: library/plugin-settings.php:1298
|
787 |
msgid "Hidden/Default Category"
|
788 |
+
msgstr "رده پنهان / پیش فرض"
|
789 |
|
790 |
+
#: library/plugin-settings.php:1300
|
791 |
+
msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
|
792 |
+
msgstr "از یک فیلد پنهان برای دسته پست استفاده کنید. این قسمت فیلد kategor را پنهان می کند و مقدار خود را از طریق گزینه بعدی تنظیم می کند."
|
793 |
|
794 |
+
#: library/plugin-settings.php:1303
|
795 |
msgid "Category ID for Hidden Field"
|
796 |
+
msgstr "شناسه گروه برای زمینه پنهان"
|
797 |
|
798 |
+
#: library/plugin-settings.php:1305
|
799 |
+
msgid "Specify category ID(s) to use for “Hidden/Default Category”. Separate multiple IDs with a comma."
|
800 |
+
msgstr "شناسه (های) طبقه بندی را برای استفاده برای & ldquo؛ رده پنهان / پیش فرض مشخص کنید & rdquo ؛. چندین شناسه را با کاما از هم جدا کنید."
|
801 |
|
802 |
+
#: library/plugin-settings.php:1310
|
803 |
msgid "Users"
|
804 |
msgstr "کاربران"
|
805 |
|
806 |
+
#: library/plugin-settings.php:1315
|
807 |
msgid "Assigned Author"
|
808 |
+
msgstr "نویسنده اختصاص یافته"
|
809 |
|
810 |
+
#: library/plugin-settings.php:1318
|
811 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
812 |
+
msgstr "کاربر مورد نظر را برای پست های ارسالی مشخص کنید."
|
813 |
|
814 |
+
#: library/plugin-settings.php:1322
|
815 |
msgid "Registered Username"
|
816 |
+
msgstr "نام کاربری ثبت شده"
|
817 |
|
818 |
+
#: library/plugin-settings.php:1324
|
819 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
820 |
+
msgstr "از نام کاربری ثبت شده به عنوان نویسنده پست استفاده کنید. وقتی شخصی که فرم را وارد وردپرس می کند معتبر است."
|
821 |
|
822 |
+
#: library/plugin-settings.php:1327
|
823 |
msgid "User Profile URL"
|
824 |
msgstr "URL نمایه کاربر"
|
825 |
|
826 |
+
#: library/plugin-settings.php:1329
|
827 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
828 |
+
msgstr "از آدرس URL کاربر rsquo s ثبت شده به عنوان مقدار قسمت URL استفاده کنید. وقتی شخصی که فرم را وارد وردپرس می کند معتبر است."
|
829 |
|
830 |
+
#: library/plugin-settings.php:1332
|
831 |
msgid "Require User Login"
|
832 |
+
msgstr "نیاز به ورود کاربر"
|
833 |
|
834 |
+
#: library/plugin-settings.php:1334
|
835 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
836 |
+
msgstr "از کاربران بخواهید که برای مشاهده و ارسال فرم ، وارد وردپرس شوند"
|
837 |
|
838 |
+
#: library/plugin-settings.php:1337
|
839 |
msgid "Disable Replace Author"
|
840 |
+
msgstr "جایگزینی نویسنده را غیرفعال کنید"
|
841 |
|
842 |
+
#: library/plugin-settings.php:1339
|
843 |
msgid "Do not replace post author with submitted user name"
|
844 |
+
msgstr "نویسنده پست را با نام کاربر ارسال شده جایگزین نکنید"
|
845 |
|
846 |
+
#: library/plugin-settings.php:1345
|
847 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
848 |
+
msgstr "در اینجا شما می توانید نام و برچسب مورد استفاده توسط Custom Field را تغییر دهید. می توانید این قسمت را از طریق تنظیمات فرم Fields ، در بالا فعال کنید."
|
849 |
|
850 |
+
#: library/plugin-settings.php:1350
|
851 |
msgid "Custom Field Name"
|
852 |
+
msgstr "نام زمینه سفارشی"
|
853 |
|
854 |
+
#: library/plugin-settings.php:1355
|
855 |
msgid "Custom Field Label"
|
856 |
+
msgstr "برچسب زمینه سفارشی"
|
857 |
|
858 |
+
#: library/plugin-settings.php:1357
|
859 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
860 |
+
msgstr "این به عنوان برچسب زمینه روی فرم نمایش داده می شود. پیش فرض: زمینه سفارشی"
|
861 |
|
862 |
+
#: library/plugin-settings.php:1369
|
863 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
864 |
+
msgstr "برای جلوگیری از هرزنامه ، سوالی را وارد کنید که کاربران باید قبل از ارسال فرم به آن پاسخ دهند."
|
865 |
|
866 |
+
#: library/plugin-settings.php:1372
|
867 |
msgid "Challenge Response"
|
868 |
+
msgstr "پاسخ به چالش"
|
869 |
|
870 |
+
#: library/plugin-settings.php:1374
|
871 |
msgid "Enter the *only* correct answer to the challenge question."
|
872 |
+
msgstr "پاسخ * درست * صحیح برای سوال چالش را وارد کنید."
|
873 |
|
874 |
+
#: library/plugin-settings.php:1377
|
875 |
msgid "Case-sensitivity"
|
876 |
+
msgstr "حساسیت به مورد"
|
877 |
|
878 |
+
#: library/plugin-settings.php:1379
|
879 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
880 |
+
msgstr "اگر می خواهید پاسخ چالش حساس باشد ، این کادر را علامت بزنید."
|
881 |
|
882 |
+
#: library/plugin-settings.php:1385
|
883 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
884 |
+
msgstr "برای فعال کردن Google reCAPTCHA ، کلیدهای عمومی و خصوصی خود را وارد کنید."
|
885 |
|
886 |
+
#: library/plugin-settings.php:1390
|
887 |
msgid "Public Key"
|
888 |
msgstr "کلید عمومی"
|
889 |
|
890 |
+
#: library/plugin-settings.php:1392
|
891 |
msgid "Enter your Public Key"
|
892 |
msgstr "کلید عمومی خود را وارد کنید"
|
893 |
|
894 |
+
#: library/plugin-settings.php:1395
|
895 |
msgid "Private Key"
|
896 |
msgstr "کلید خصوصی"
|
897 |
|
898 |
+
#: library/plugin-settings.php:1397
|
899 |
msgid "Enter your Private Key"
|
900 |
msgstr "کلید خصوصی خود را وارد کنید"
|
901 |
|
902 |
+
#: library/plugin-settings.php:1402
|
903 |
msgid "Email Alerts"
|
904 |
msgstr "هشدارهای ایمیل"
|
905 |
|
906 |
+
#: library/plugin-settings.php:1407
|
907 |
msgid "Receive Email Alert"
|
908 |
+
msgstr "هشدار ایمیل دریافت کنید"
|
909 |
|
910 |
+
#: library/plugin-settings.php:1409
|
911 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
912 |
+
msgstr "اگر می خواهید از طریق ایمیل برای ارسال های جدید ارسال شوید ، این کادر را علامت بزنید."
|
913 |
|
914 |
+
#: library/plugin-settings.php:1412
|
915 |
msgid "Enable HTML Format"
|
916 |
+
msgstr "قالب HTML را فعال کنید"
|
917 |
|
918 |
+
#: library/plugin-settings.php:1414
|
919 |
msgid "Check this box to enable HTML format for email alerts."
|
920 |
+
msgstr "برای فعال کردن قالب HTML برای هشدارهای ایمیل ، این کادر را علامت بزنید."
|
921 |
|
922 |
+
#: library/plugin-settings.php:1417
|
923 |
msgid "Email Address for Alerts"
|
924 |
msgstr "آدرس ایمیل برای هشدارها"
|
925 |
|
926 |
+
#: library/plugin-settings.php:1419
|
927 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
928 |
+
msgstr "اگر کادر دریافت هشدارهای ایمیل را علامت زده اید ، آدرس (های) را که باید برای آنها ایمیل ارسال شود ، نشان دهید."
|
929 |
|
930 |
+
#: library/plugin-settings.php:1420
|
931 |
msgid "Multiple recipients may be included using a comma, like so:"
|
932 |
+
msgstr "گیرنده های چندگانه ممکن است با استفاده از کاما شامل شوند:"
|
933 |
|
934 |
+
#: library/plugin-settings.php:1423
|
935 |
msgid "Email “From” Address"
|
936 |
+
msgstr "ایمیل & ldquo؛ از & rdquo؛ نشانی"
|
937 |
|
938 |
+
#: library/plugin-settings.php:1425
|
939 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
940 |
+
msgstr "در اینجا می توانید آدرس (های) مورد استفاده برای & ldquo؛ از & rdquo؛ هدر (برای اطلاعات بیشتر به سؤالات متداول پلاگین مراجعه کنید). "
|
941 |
|
942 |
+
#: library/plugin-settings.php:1426
|
943 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
944 |
+
msgstr "اگر آدرس قبلی در تنظیمات قبلی مشخص شده است ، تعداد مساوی از & ldquo؛ را از & rdquo؛ آدرس های این تنظیم (به همان ترتیب)."
|
945 |
|
946 |
+
#: library/plugin-settings.php:1429
|
947 |
msgid "Email Alert Subject"
|
948 |
msgstr "موضوع هشدار ایمیل"
|
949 |
|
950 |
+
#: library/plugin-settings.php:1431
|
951 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
952 |
+
msgstr "خط موضوع برای هشدارهای ایمیل. خالی بگذارید تا از خط موضوع پیش فرض استفاده کنید. توجه: می توانید از متغیرهای زیر استفاده کنید: "
|
953 |
|
954 |
+
#: library/plugin-settings.php:1436
|
955 |
msgid "Email Alert Message"
|
956 |
msgstr "پیام هشدار ایمیل"
|
957 |
|
958 |
+
#: library/plugin-settings.php:1438
|
959 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
960 |
+
msgstr "پیام برای هشدارهای ایمیل. برای استفاده از پیام پیش فرض خالی بگذارید. توجه: می توانید از متغیرهای زیر استفاده کنید: "
|
961 |
|
962 |
+
#: library/plugin-settings.php:1450
|
963 |
msgid "Featured Image"
|
964 |
+
msgstr "تصویر برجسته"
|
965 |
|
966 |
+
#: library/plugin-settings.php:1452
|
967 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
968 |
+
msgstr "تصاویر ارسالی را به عنوان تصاویر برجسته تنظیم کنید. نیاز به پشتیبانی تم برای تصاویر برجسته (نام مستعار پست الکترونیکی)."
|
969 |
|
970 |
+
#: library/plugin-settings.php:1455
|
971 |
msgid "Upload Message"
|
972 |
+
msgstr "ارسال پیام"
|
973 |
|
974 |
+
#: library/plugin-settings.php:1457
|
975 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
976 |
+
msgstr "پیامی که در کنار قسمت بارگذاری ظاهر می شود. مفید برای بیان دستورالعمل های بارگذاری / خط مشی و موارد دیگر. نشانه گذاری اصلی مجاز است."
|
977 |
|
978 |
+
#: library/plugin-settings.php:1460
|
979 |
msgid "“Add another image” link"
|
980 |
+
msgstr "& ldquo؛ تصویر دیگری را اضافه کنید & rdquo؛ ارتباط دادن"
|
981 |
|
982 |
+
#: library/plugin-settings.php:1462
|
983 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
984 |
+
msgstr "علامت گذاری سفارشی برای & ldquo؛ تصویر دیگری را اضافه کنید & rdquo؛ ارتباط دادن. برای استفاده از نشانه گذاری پیش فرض ، خالی بگذارید (توصیه می شود)."
|
985 |
|
986 |
+
#: library/plugin-settings.php:1465
|
987 |
msgid "Minimum number of images"
|
988 |
msgstr "حداقل تعداد تصاویر"
|
989 |
|
990 |
+
#: library/plugin-settings.php:1468
|
991 |
msgid "Specify the minimum number of images."
|
992 |
msgstr "حداقل تعداد تصاویر را مشخص کنید."
|
993 |
|
994 |
+
#: library/plugin-settings.php:1472
|
995 |
msgid "Maximum number of images"
|
996 |
msgstr "حداکثر تعداد تصاویر"
|
997 |
|
998 |
+
#: library/plugin-settings.php:1475
|
999 |
msgid "Specify the maximum number of images."
|
1000 |
msgstr "حداکثر تعداد تصاویر را مشخص کنید."
|
1001 |
|
1002 |
+
#: library/plugin-settings.php:1479
|
1003 |
msgid "Minimum image width"
|
1004 |
msgstr "حداقل عرض تصویر"
|
1005 |
|
1006 |
+
#: library/plugin-settings.php:1481
|
1007 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1008 |
+
msgstr "برای تصاویر آپلود شده ، حداقل عرض (در پیکسل) را مشخص کنید."
|
1009 |
|
1010 |
+
#: library/plugin-settings.php:1484
|
1011 |
msgid "Minimum image height"
|
1012 |
msgstr "حداقل ارتفاع تصویر"
|
1013 |
|
1014 |
+
#: library/plugin-settings.php:1486
|
1015 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1016 |
+
msgstr "برای تصاویر آپلود شده ، حداقل ارتفاع (در پیکسل) را مشخص کنید."
|
1017 |
|
1018 |
+
#: library/plugin-settings.php:1489
|
1019 |
msgid "Maximum image width"
|
1020 |
msgstr "حداکثر عرض تصویر"
|
1021 |
|
1022 |
+
#: library/plugin-settings.php:1491
|
1023 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1024 |
+
msgstr "حداکثر عرض (در پیکسل) را برای تصاویر بارگذاری شده مشخص کنید."
|
1025 |
|
1026 |
+
#: library/plugin-settings.php:1494
|
1027 |
msgid "Maximum image height"
|
1028 |
msgstr "حداکثر ارتفاع تصویر"
|
1029 |
|
1030 |
+
#: library/plugin-settings.php:1496
|
1031 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1032 |
+
msgstr "حداکثر ارتفاع (در پیکسل) را برای تصاویر بارگذاری شده مشخص کنید."
|
1033 |
|
1034 |
+
#: library/plugin-settings.php:1499
|
1035 |
msgid "More Options"
|
1036 |
msgstr "گزینه های بیشتر"
|
1037 |
|
1038 |
+
#: library/plugin-settings.php:1502
|
1039 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1040 |
+
msgstr "برای گزینه های بیشتر ، مانند امکان بارگذاری انواع دیگر فایل ها (مانند PDF ، Word ، Zip ، فیلم ها و موارد دیگر) ، بررسی کنید"
|
1041 |
|
1042 |
+
#: library/plugin-settings.php:1503
|
1043 |
msgid "Go Pro!"
|
1044 |
+
msgstr "برو طرفدار!"
|
1045 |
|
1046 |
+
#: library/plugin-settings.php:1510
|
1047 |
msgid "Auto-Display Content"
|
1048 |
+
msgstr "نمایش محتوای خودکار"
|
1049 |
|
1050 |
+
#: library/plugin-settings.php:1515
|
1051 |
msgid "Auto-Display Images"
|
1052 |
+
msgstr "تصاویر نمایش خودکار"
|
1053 |
|
1054 |
+
#: library/plugin-settings.php:1517
|
1055 |
msgid "Auto-display user-submitted images:"
|
1056 |
+
msgstr "نمایش تصاویر ارسال شده توسط کاربر:"
|
1057 |
|
1058 |
+
#: library/plugin-settings.php:1522
|
1059 |
msgid "Image Markup"
|
1060 |
msgstr "نشانه گذاری تصویر"
|
1061 |
|
1062 |
+
#: library/plugin-settings.php:1524
|
1063 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1064 |
+
msgstr "نشانه گذاری برای استفاده برای هر تصویر ارائه شده (هنگام نمایش خودکار). می توانید استفاده کنید"
|
1065 |
|
1066 |
+
#: library/plugin-settings.php:1526 library/plugin-settings.php:1539
|
1067 |
+
#: library/plugin-settings.php:1552 library/plugin-settings.php:1565
|
1068 |
msgid "and"
|
1069 |
msgstr "و"
|
1070 |
|
1071 |
+
#: library/plugin-settings.php:1529
|
1072 |
msgid "Auto-Display Email"
|
1073 |
+
msgstr "نمایش خودکار ایمیل"
|
1074 |
|
1075 |
+
#: library/plugin-settings.php:1531
|
1076 |
msgid "Auto-display user-submitted email:"
|
1077 |
+
msgstr "نمایش خودکار ایمیل ارسال شده توسط کاربر:"
|
1078 |
|
1079 |
+
#: library/plugin-settings.php:1536
|
1080 |
msgid "Email Markup"
|
1081 |
msgstr "نشانه گذاری ایمیل"
|
1082 |
|
1083 |
+
#: library/plugin-settings.php:1538
|
1084 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1085 |
+
msgstr "نشانه گذاری برای استفاده از آدرس ایمیل ارسالی (هنگام نمایش خودکار). می توانید استفاده کنید"
|
1086 |
|
1087 |
+
#: library/plugin-settings.php:1542
|
1088 |
msgid "Auto-Display URL"
|
1089 |
+
msgstr "نشانی اینترنتی نمایش خودکار"
|
1090 |
|
1091 |
+
#: library/plugin-settings.php:1544
|
1092 |
msgid "Auto-display user-submitted URL:"
|
1093 |
+
msgstr "نمایش خودکار URL ارسال شده توسط کاربر:"
|
1094 |
|
1095 |
+
#: library/plugin-settings.php:1549
|
1096 |
msgid "URL Markup"
|
1097 |
msgstr "نشانه گذاری URL"
|
1098 |
|
1099 |
+
#: library/plugin-settings.php:1551
|
1100 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1101 |
+
msgstr "نشانه گذاری برای استفاده از URL ارائه شده (هنگام نمایش خودکار). می توانید استفاده کنید"
|
1102 |
|
1103 |
+
#: library/plugin-settings.php:1555
|
1104 |
msgid "Auto-Display Custom Field"
|
1105 |
+
msgstr "زمینه سفارشی نمایش خودکار"
|
1106 |
|
1107 |
+
#: library/plugin-settings.php:1557
|
1108 |
msgid "Auto-display user-submitted Custom Field:"
|
1109 |
+
msgstr "نمایش خودکار زمینه سفارشی ارسال شده توسط کاربر:"
|
1110 |
|
1111 |
+
#: library/plugin-settings.php:1562
|
1112 |
msgid "Custom Field Markup"
|
1113 |
+
msgstr "نشانه گذاری زمینه سفارشی"
|
1114 |
|
1115 |
+
#: library/plugin-settings.php:1564
|
1116 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1117 |
+
msgstr "نشانه گذاری برای استفاده برای زمینه سفارشی ارسالی (هنگام نمایش خودکار). می توانید استفاده کنید"
|
1118 |
|
1119 |
+
#: library/plugin-settings.php:1570 library/plugin-settings.php:1682
|
1120 |
msgid "Save Settings"
|
1121 |
msgstr "تنظیمات را ذخیره کن"
|
1122 |
|
1123 |
+
#: library/plugin-settings.php:1575
|
1124 |
msgid "Display the Form"
|
1125 |
msgstr "نمایش فرم"
|
1126 |
|
1127 |
+
#: library/plugin-settings.php:1578
|
1128 |
msgid "Post-Submit Form"
|
1129 |
+
msgstr "فرم ارسال ارسال"
|
1130 |
|
1131 |
+
#: library/plugin-settings.php:1579
|
1132 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1133 |
+
msgstr "USP به شما امکان می دهد فرم ارسال پس از ارسال را در هر نقطه در سایت خود نمایش دهید."
|
1134 |
|
1135 |
+
#: library/plugin-settings.php:1580 library/plugin-settings.php:1589
|
1136 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1137 |
+
msgstr "برای نمایش فرم در هر WP Post یا صفحه از کد کوتاه استفاده کنید:"
|
1138 |
|
1139 |
+
#: library/plugin-settings.php:1583 library/plugin-settings.php:1592
|
1140 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1141 |
+
msgstr "یا برای نشان دادن فرم در هر کجای الگوی تم خود از برچسب قالب استفاده کنید:"
|
1142 |
|
1143 |
+
#: library/plugin-settings.php:1587
|
1144 |
msgid "Login/Register Form"
|
1145 |
+
msgstr "فرم ورود / ثبت نام"
|
1146 |
|
1147 |
+
#: library/plugin-settings.php:1588
|
1148 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1149 |
+
msgstr "همچنین می توانید فرمی را نمایش دهید که به کاربران امکان ورود ، ثبت نام یا بازنشانی گذرواژه خود را می دهد."
|
1150 |
|
1151 |
+
#: library/plugin-settings.php:1596
|
1152 |
msgid "Display Submitted Posts"
|
1153 |
+
msgstr "نمایش پست های ارسالی"
|
1154 |
|
1155 |
+
#: library/plugin-settings.php:1597
|
1156 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1157 |
+
msgstr "برای نمایش لیستی از پستهای ارسال شده در هر WP Post یا صفحه از این کد کوتاه استفاده کنید:"
|
1158 |
|
1159 |
+
#: library/plugin-settings.php:1600
|
1160 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1161 |
+
msgstr "یا از تگ قالب استفاده کنید تا لیستی از پستهای ارسال شده را در هر مکانی در قالب موضوع خود نشان دهید:"
|
1162 |
|
1163 |
+
#: library/plugin-settings.php:1603
|
1164 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1165 |
+
msgstr "در اینجا چند مثال وجود دارد که نشان می دهد چگونه می توان این کد کوتاه را پیکربندی کرد:"
|
1166 |
|
1167 |
+
#: library/plugin-settings.php:1611
|
1168 |
msgid "Display Image Gallery"
|
1169 |
+
msgstr "نمایش گالری تصاویر"
|
1170 |
|
1171 |
+
#: library/plugin-settings.php:1612
|
1172 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1173 |
+
msgstr "برای نمایش یک گالری تصاویر آپلود شده برای هر پست ارسال شده از این کد کوتاه استفاده کنید:"
|
1174 |
|
1175 |
+
#: library/plugin-settings.php:1615
|
1176 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1177 |
+
msgstr "یا از تگ قالب برای نمایش یک گالری تصویر در هر نقطه از الگوی تم خود استفاده کنید:"
|
1178 |
|
1179 |
+
#: library/plugin-settings.php:1618
|
1180 |
msgid "You can customize using any of the follwing attributes:"
|
1181 |
+
msgstr "می توانید با استفاده از هر یک از ویژگی های دنبال کننده ، سفارشی سازی کنید:"
|
1182 |
|
1183 |
+
#: library/plugin-settings.php:1633
|
1184 |
msgid "Reset Form Button"
|
1185 |
+
msgstr "دکمه تنظیم مجدد فرم"
|
1186 |
|
1187 |
+
#: library/plugin-settings.php:1634
|
1188 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1189 |
+
msgstr "این کد کوتاه پیوندی را نشان می دهد که فرم را به حالت اصلی خود بازنشانی می کند:"
|
1190 |
|
1191 |
+
#: library/plugin-settings.php:1637
|
1192 |
msgid "This shortcode accepts the following attributes:"
|
1193 |
msgstr "این کد کوتاه ویژگی های زیر را می پذیرد:"
|
1194 |
|
1195 |
+
#: library/plugin-settings.php:1643
|
1196 |
msgid "Note that the url attribute accepts"
|
1197 |
+
msgstr "توجه داشته باشید که صفت url می پذیرد"
|
1198 |
|
1199 |
+
#: library/plugin-settings.php:1643
|
1200 |
msgid "to get the current URL."
|
1201 |
msgstr "برای دریافت URL فعلی."
|
1202 |
|
1203 |
+
#: library/plugin-settings.php:1646
|
1204 |
msgid "Access Control"
|
1205 |
msgstr "کنترل دسترسی"
|
1206 |
|
1207 |
+
#: library/plugin-settings.php:1647
|
1208 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1209 |
msgstr "USP سه کد کوتاه برای کنترل دسترسی و محدود کردن محتوا فراهم می کند."
|
1210 |
|
1211 |
+
#: library/plugin-settings.php:1648
|
1212 |
msgid "Display content only to users with a specific capability:"
|
1213 |
+
msgstr "نمایش محتوای فقط برای کاربران با قابلیت خاص:"
|
1214 |
|
1215 |
+
#: library/plugin-settings.php:1651
|
1216 |
msgid "Display content to logged-in users:"
|
1217 |
+
msgstr "نمایش محتوا برای کاربران وارد شده:"
|
1218 |
|
1219 |
+
#: library/plugin-settings.php:1654
|
1220 |
msgid "Display content to visitors only:"
|
1221 |
+
msgstr "نمایش محتوای فقط برای بازدید کنندگان:"
|
1222 |
|
1223 |
+
#: library/plugin-settings.php:1657
|
1224 |
msgid "Tip:"
|
1225 |
msgstr "نکته:"
|
1226 |
|
1227 |
+
#: library/plugin-settings.php:1657
|
1228 |
msgid "to include markup in the deny message, you can use"
|
1229 |
+
msgstr "برای قرار دادن نشانه گذاری در پیام انکار ، می توانید از آنها استفاده کنید"
|
1230 |
|
1231 |
+
#: library/plugin-settings.php:1657
|
1232 |
msgid "to output"
|
1233 |
msgstr "به خروجی"
|
1234 |
|
1235 |
+
#: library/plugin-settings.php:1660
|
1236 |
msgid "Example"
|
1237 |
msgstr "مثال"
|
1238 |
|
1239 |
+
#: library/plugin-settings.php:1661
|
1240 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1241 |
+
msgstr "اگر کاربر وارد سیستم شده است ، فرم ارسال ارسال را نمایش دهید. یا اگر کاربر وارد سیستم نشده است ، فرم ورود را نمایش دهید:"
|
1242 |
|
1243 |
+
#: library/plugin-settings.php:1673
|
1244 |
msgid "Restore Defaults"
|
1245 |
+
msgstr "بازیابی پیش فرض"
|
1246 |
|
1247 |
+
#: library/plugin-settings.php:1676
|
1248 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1249 |
+
msgstr "این گزینه را غیرفعال کنید تا تنظیمات خود را به خاطر بسپارید. یا ، برای پیشبرد و بازیابی گزینه های پیش فرض افزونه: کادر را علامت بزنید ، تنظیمات خود را ذخیره کنید و سپس افزونه را غیرفعال یا فعال کنید."
|
1250 |
|
1251 |
+
#: library/plugin-settings.php:1680
|
1252 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1253 |
+
msgstr "گزینه های پیش فرض را پس از غیرفعال سازی / فعال سازی مجدد افزونه بازیابی کنید."
|
1254 |
|
1255 |
+
#: library/plugin-settings.php:1687
|
1256 |
msgid "Show Support"
|
1257 |
msgstr "نمایش پشتیبانی"
|
1258 |
|
1259 |
+
#: library/plugin-settings.php:1696
|
1260 |
msgid "by"
|
1261 |
msgstr "توسط"
|
1262 |
|
1263 |
+
#: library/plugin-settings.php:1697
|
1264 |
msgid "Jeff Starr on Twitter"
|
1265 |
+
msgstr "جف استار در توییتر"
|
1266 |
|
1267 |
+
#: library/plugin-settings.php:1698
|
1268 |
msgid "Obsessive Web Design & Development"
|
1269 |
+
msgstr "وسواس طراحی وب & amp؛ توسعه"
|
1270 |
|
1271 |
+
#: library/plugin-settings.php:1709
|
1272 |
msgid "Save Preference"
|
1273 |
msgstr "ذخیره اولویت"
|
1274 |
|
1275 |
+
#: library/plugin-settings.php:1716
|
1276 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1277 |
+
msgstr "آیا مطمئن هستید که می خواهید تمام گزینه های پیش فرض را بازیابی کنید؟ (این عمل قابل بازگشت نیست)"
|
1278 |
+
|
1279 |
+
#: library/support-panel.php:55
|
1280 |
+
msgid "Perishable Press Books"
|
1281 |
+
msgstr "کتابهای مطبوعاتی قابل ویرایش"
|
1282 |
+
|
1283 |
+
#: library/support-panel.php:56
|
1284 |
+
msgid "Plugin Planet"
|
1285 |
+
msgstr "پلاگین سیاره"
|
1286 |
+
|
1287 |
+
#: library/support-panel.php:57
|
1288 |
+
msgid "Donate via PayPal"
|
1289 |
+
msgstr "از طریق پی پال کمک مالی کنید"
|
1290 |
+
|
1291 |
+
#: library/support-panel.php:59
|
1292 |
+
msgid "books"
|
1293 |
+
msgstr "کتابها"
|
1294 |
+
|
1295 |
+
#: library/support-panel.php:60
|
1296 |
+
msgid "plugins"
|
1297 |
+
msgstr "پلاگین ها"
|
1298 |
+
|
1299 |
+
#: library/support-panel.php:61
|
1300 |
+
msgid "donation"
|
1301 |
+
msgstr "کمک مالی"
|
1302 |
+
|
1303 |
+
#: library/support-panel.php:63
|
1304 |
+
msgid "Thank you for using"
|
1305 |
+
msgstr "با تشکر از شما برای استفاده"
|
1306 |
+
|
1307 |
+
#: library/support-panel.php:64
|
1308 |
+
msgid "Please show support by purchasing one of my"
|
1309 |
+
msgstr "لطفا با خرید یکی از موارد پشتیبانی خود را نشان دهید"
|
1310 |
+
|
1311 |
+
#: library/support-panel.php:65
|
1312 |
+
msgid "or"
|
1313 |
+
msgstr "یا"
|
1314 |
+
|
1315 |
+
#: library/support-panel.php:65
|
1316 |
+
msgid "or by making a"
|
1317 |
+
msgstr "یا با ساختن یک"
|
1318 |
+
|
1319 |
+
#: library/support-panel.php:66
|
1320 |
+
msgid "Your generous support helps future development of"
|
1321 |
+
msgstr "حمایت سخاوتمندانه شما به پیشرفت آینده کمک می کند"
|
1322 |
+
|
1323 |
+
#: library/support-panel.php:67
|
1324 |
+
msgid "and is greatly appreciated."
|
1325 |
+
msgstr "و بسیار قدردانی می شود"
|
1326 |
+
|
1327 |
+
#: library/support-panel.php:69
|
1328 |
+
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
1329 |
+
msgstr "هر نوع کمک مالی به من کمک می کند تا این پلاگین رایگان و سایر منابع جذاب وردپرس را ادامه دهم."
|
1330 |
|
1331 |
#. Description of the plugin
|
1332 |
#:
|
1333 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
1334 |
+
msgstr "بازدید کنندگان خود را قادر می سازد پست ها و تصاویر را از هر جای سایت خود ارسال کنند."
|
1335 |
|
1336 |
#. URI of the plugin
|
1337 |
#:
|
1338 |
msgid "https://perishablepress.com/user-submitted-posts/"
|
1339 |
+
msgstr "https://perishablepress.com/user-submission-posts/"
|
1340 |
|
1341 |
#. Author of the plugin
|
1342 |
#:
|
1343 |
msgid "Jeff Starr"
|
1344 |
+
msgstr "جف استار"
|
1345 |
|
1346 |
#. Author URI of the plugin
|
1347 |
#:
|
languages/usp-fr_FR.mo
CHANGED
Binary file
|
languages/usp-fr_FR.po
CHANGED
@@ -4,7 +4,7 @@ msgstr ""
|
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
-
"Project-Id-Version: USP
|
8 |
"Language: fr\n"
|
9 |
|
10 |
#. Name of the plugin
|
@@ -12,275 +12,280 @@ msgstr ""
|
|
12 |
msgid "User Submitted Posts"
|
13 |
msgstr "Messages soumis par l'utilisateur"
|
14 |
|
15 |
-
#: user-submitted-posts.php:
|
16 |
msgid "requires WordPress "
|
17 |
-
msgstr "nécessite WordPress"
|
18 |
|
19 |
-
#: user-submitted-posts.php:
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
-
msgstr " ou supérieur, et a été désactivé!"
|
22 |
|
23 |
-
#: user-submitted-posts.php:
|
24 |
msgid "Please return to the"
|
25 |
msgstr "S'il vous plaît revenir à la"
|
26 |
|
27 |
-
#: user-submitted-posts.php:
|
28 |
msgid "WordPress Admin Area"
|
29 |
msgstr "Espace administrateur WordPress"
|
30 |
|
31 |
-
#: user-submitted-posts.php:
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
msgstr "mettre à jour WordPress et réessayer."
|
34 |
|
35 |
-
#: user-submitted-posts.php:
|
36 |
msgid "User Submitted Post"
|
37 |
msgstr "Message soumis par l'utilisateur"
|
38 |
|
39 |
-
#: user-submitted-posts.php:
|
40 |
msgid "User Submitted Post Info"
|
41 |
msgstr "Informations postées par l'utilisateur"
|
42 |
|
43 |
-
#: user-submitted-posts.php:
|
44 |
msgid "Submitter Name: "
|
45 |
-
msgstr "Nom de l'auteur:"
|
46 |
|
47 |
-
#: user-submitted-posts.php:
|
48 |
msgid "Submitter Email: "
|
49 |
-
msgstr "Email de l'auteur:"
|
50 |
|
51 |
-
#: user-submitted-posts.php:
|
52 |
msgid "Submitter URL: "
|
53 |
-
msgstr "URL de l'auteur:"
|
54 |
|
55 |
-
#: user-submitted-posts.php:
|
56 |
msgid "Submitter IP: "
|
57 |
-
msgstr "IP du déposant:"
|
58 |
|
59 |
-
#: user-submitted-posts.php:
|
60 |
msgid "Show USP Posts"
|
61 |
msgstr "Afficher les messages USP"
|
62 |
|
63 |
-
#: user-submitted-posts.php:
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
-
#: user-submitted-posts.php:
|
68 |
msgid " files required"
|
69 |
msgstr " fichiers requis"
|
70 |
|
71 |
-
#: user-submitted-posts.php:
|
72 |
msgid " file required"
|
73 |
msgstr " fichier requis"
|
74 |
|
75 |
-
#: user-submitted-posts.php:
|
76 |
msgid " files"
|
77 |
msgstr " des dossiers"
|
78 |
|
79 |
-
#: user-submitted-posts.php:
|
80 |
msgid " file"
|
81 |
msgstr " fichier"
|
82 |
|
83 |
-
#: user-submitted-posts.php:
|
84 |
-
#: user-submitted-posts.php:
|
85 |
msgid " pixels"
|
86 |
msgstr " pixels"
|
87 |
|
88 |
-
#: user-submitted-posts.php:
|
89 |
-
#: library/plugin-settings.php:
|
90 |
-
#: library/plugin-settings.php:
|
91 |
msgid "Custom Field"
|
92 |
msgstr "Champ personnalisé"
|
93 |
|
94 |
-
#: user-submitted-posts.php:
|
95 |
msgid "Custom checkbox required"
|
96 |
msgstr "Case à cocher personnalisée requise"
|
97 |
|
98 |
-
#: user-submitted-posts.php:
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
-
msgstr "Une erreur est survenue.
|
101 |
|
102 |
-
#: user-submitted-posts.php:
|
103 |
msgid "User login required"
|
104 |
msgstr "Connexion utilisateur requise"
|
105 |
|
106 |
-
#: user-submitted-posts.php:
|
107 |
msgid "User name required"
|
108 |
msgstr "Nom d'utilisateur (requis"
|
109 |
|
110 |
-
#: user-submitted-posts.php:
|
111 |
msgid "Post title required"
|
112 |
msgstr "Titre du poste requis"
|
113 |
|
114 |
-
#: user-submitted-posts.php:
|
115 |
msgid "User URL required"
|
116 |
msgstr "URL de l'utilisateur requise"
|
117 |
|
118 |
-
#: user-submitted-posts.php:
|
119 |
msgid "Post tags required"
|
120 |
msgstr "Post tags requis"
|
121 |
|
122 |
-
#: user-submitted-posts.php:
|
123 |
msgid "Post category required"
|
124 |
msgstr "Catégorie de poste requise"
|
125 |
|
126 |
-
#: user-submitted-posts.php:
|
127 |
msgid "Post content required"
|
128 |
msgstr "Publier du contenu requis"
|
129 |
|
130 |
-
#: user-submitted-posts.php:
|
131 |
msgid "Correct captcha required"
|
132 |
msgstr "Captcha correct requis"
|
133 |
|
134 |
-
#: user-submitted-posts.php:
|
135 |
msgid "User email required"
|
136 |
msgstr "Email de l'utilisateur requis"
|
137 |
|
138 |
-
#: user-submitted-posts.php:
|
139 |
msgid "Please check your email and try again"
|
140 |
msgstr "Veuillez vérifier votre email et réessayer"
|
141 |
|
142 |
-
#: user-submitted-posts.php:
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
msgstr "Valeur non vide pour le champ masqué"
|
145 |
|
146 |
-
#: user-submitted-posts.php:
|
147 |
msgid "Minimum number of images not met"
|
148 |
msgstr "Nombre minimum d'images non atteintes"
|
149 |
|
150 |
-
#: user-submitted-posts.php:
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
-
msgstr "Nombre maximum d'images dépassé"
|
153 |
|
154 |
-
#: user-submitted-posts.php:
|
155 |
msgid "Minimum image width not met"
|
156 |
msgstr "Largeur minimale de l'image non atteinte"
|
157 |
|
158 |
-
#: user-submitted-posts.php:
|
159 |
msgid "Image width exceeds maximum"
|
160 |
msgstr "La largeur de l'image dépasse le maximum"
|
161 |
|
162 |
-
#: user-submitted-posts.php:
|
163 |
msgid "Minimum image height not met"
|
164 |
msgstr "Hauteur minimale de l'image non atteinte"
|
165 |
|
166 |
-
#: user-submitted-posts.php:
|
167 |
msgid "Image height exceeds maximum"
|
168 |
msgstr "La hauteur de l'image dépasse le maximum"
|
169 |
|
170 |
-
#: user-submitted-posts.php:
|
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:
|
175 |
msgid " required"
|
176 |
msgstr " Champs obligatoires"
|
177 |
|
178 |
-
#: user-submitted-posts.php:
|
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:
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
msgstr "Le fichier (s) n'a pas pu être téléchargé"
|
185 |
|
186 |
-
#: user-submitted-posts.php:
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
msgstr "Poste non créé. Veuillez contacter l'administrateur du site pour obtenir de l'aide."
|
189 |
|
190 |
-
#: user-submitted-posts.php:
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
msgstr "Titre de l'article en double. Veuillez réessayer."
|
193 |
|
194 |
-
#: user-submitted-posts.php:
|
195 |
msgid "Error: "
|
196 |
-
msgstr "Erreur:"
|
197 |
|
198 |
-
#: user-submitted-posts.php:
|
199 |
msgid "Return to form"
|
200 |
msgstr "Retour au formulaire"
|
201 |
|
202 |
-
#: user-submitted-posts.php:
|
203 |
msgid "Please"
|
204 |
msgstr "S'il vous plaît"
|
205 |
|
206 |
-
#: user-submitted-posts.php:
|
207 |
msgid "log in"
|
208 |
msgstr "s'identifier"
|
209 |
|
210 |
-
#: user-submitted-posts.php:
|
211 |
msgid "to submit content!"
|
212 |
msgstr "soumettre du contenu!"
|
213 |
|
214 |
-
#: views/submission-form.php:
|
215 |
msgid "Please complete the required fields."
|
216 |
msgstr "S'il vous plaît remplir les champs obligatoires."
|
217 |
|
218 |
-
#: views/submission-form.php:
|
219 |
-
#: views/submission-form-alt.php:
|
220 |
msgid "Your Name"
|
221 |
msgstr "votre nom"
|
222 |
|
223 |
-
#: views/submission-form.php:
|
224 |
-
#: views/submission-form-alt.php:
|
225 |
msgid "Your URL"
|
226 |
msgstr "Votre URL"
|
227 |
|
228 |
-
#: views/submission-form.php:
|
229 |
-
#: views/submission-form-alt.php:
|
230 |
msgid "Your Email"
|
231 |
msgstr "Votre email"
|
232 |
|
233 |
-
#: views/submission-form.php:
|
234 |
-
#: views/submission-form-alt.php:
|
235 |
-
#: library/plugin-settings.php:
|
236 |
msgid "Post Title"
|
237 |
msgstr "Titre de l'article"
|
238 |
|
239 |
-
#: views/submission-form.php:
|
240 |
-
#: views/submission-form-alt.php:
|
241 |
-
#: library/plugin-settings.php:
|
242 |
msgid "Post Tags"
|
243 |
msgstr "Tags post"
|
244 |
|
245 |
-
#: views/submission-form.php:
|
246 |
msgid "Antispam Question"
|
247 |
msgstr "Question antispam"
|
248 |
|
249 |
-
#: views/submission-form.php:
|
250 |
-
#: library/plugin-settings.php:
|
251 |
msgid "Post Category"
|
252 |
msgstr "Catégorie de poste"
|
253 |
|
254 |
-
#: views/submission-form.php:
|
|
|
255 |
msgid "Please select a category.."
|
256 |
msgstr "Veuillez sélectionner une catégorie.."
|
257 |
|
258 |
-
#: views/submission-form.php:
|
259 |
-
#: views/submission-form-alt.php:
|
260 |
-
#: library/plugin-settings.php:
|
261 |
msgid "Post Content"
|
262 |
msgstr "Publier un contenu"
|
263 |
|
264 |
-
#: views/submission-form.php:
|
265 |
msgid "Verification"
|
266 |
msgstr "Vérification"
|
267 |
|
268 |
-
#: views/submission-form.php:
|
269 |
msgid "Upload an Image"
|
270 |
msgstr "Télécharger une image"
|
271 |
|
272 |
-
#: views/submission-form.php:
|
273 |
msgid "Add another image"
|
274 |
msgstr "Ajouter une autre image"
|
275 |
|
276 |
-
#: views/submission-form.php:
|
277 |
msgid "Human verification: leave this field empty."
|
278 |
msgstr "Vérification humaine: laissez ce champ vide."
|
279 |
|
280 |
-
#: views/submission-form.php:
|
281 |
msgid "Submit Post"
|
282 |
msgstr "Soumettre un message"
|
283 |
|
|
|
|
|
|
|
|
|
284 |
#: library/shortcode-misc.php:18
|
285 |
msgid "Reset form"
|
286 |
msgstr "Réinitialiser le formulaire"
|
@@ -289,1032 +294,1040 @@ msgstr "Réinitialiser le formulaire"
|
|
289 |
msgid "View full post"
|
290 |
msgstr "Voir le post complet"
|
291 |
|
292 |
-
#: library/
|
293 |
-
msgid "
|
294 |
-
msgstr "
|
295 |
-
|
296 |
-
#: library/support-panel.php:53
|
297 |
-
msgid "Plugin Planet"
|
298 |
-
msgstr "Plugin Planet"
|
299 |
-
|
300 |
-
#: library/support-panel.php:54
|
301 |
-
msgid "Donate via PayPal"
|
302 |
-
msgstr "Faire un don via PayPal"
|
303 |
-
|
304 |
-
#: library/support-panel.php:56
|
305 |
-
msgid "books"
|
306 |
-
msgstr "livres"
|
307 |
-
|
308 |
-
#: library/support-panel.php:57
|
309 |
-
msgid "plugins"
|
310 |
-
msgstr "plugins"
|
311 |
-
|
312 |
-
#: library/support-panel.php:58
|
313 |
-
msgid "donation"
|
314 |
-
msgstr "don"
|
315 |
-
|
316 |
-
#: library/support-panel.php:60
|
317 |
-
msgid "Thank you for using"
|
318 |
-
msgstr "Merci d'utiliser"
|
319 |
-
|
320 |
-
#: library/support-panel.php:61
|
321 |
-
msgid "Please show support by purchasing one of my"
|
322 |
-
msgstr "S'il vous plaît montrer le soutien en achetant un de mes"
|
323 |
-
|
324 |
-
#: library/support-panel.php:62
|
325 |
-
msgid "or"
|
326 |
-
msgstr "ou"
|
327 |
-
|
328 |
-
#: library/support-panel.php:62
|
329 |
-
msgid "or by making a"
|
330 |
-
msgstr "ou en faisant un"
|
331 |
-
|
332 |
-
#: library/support-panel.php:63
|
333 |
-
msgid "Your generous support helps future development of"
|
334 |
-
msgstr "Votre généreux soutien contribue au développement futur de"
|
335 |
-
|
336 |
-
#: library/support-panel.php:64
|
337 |
-
msgid "and is greatly appreciated."
|
338 |
-
msgstr "et est grandement apprécié."
|
339 |
-
|
340 |
-
#: library/support-panel.php:66
|
341 |
-
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
342 |
-
msgstr "Tout don, quelle que soit sa taille, me permet de continuer à développer ce plugin gratuit et d’autres superbes ressources WordPress"
|
343 |
-
|
344 |
-
#: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
|
345 |
-
msgid "Incorrect response."
|
346 |
-
msgstr "Réponse incorrecte."
|
347 |
|
348 |
-
#: library/plugin-settings.php:
|
349 |
msgid "Get USP Pro for unlimited forms!"
|
350 |
msgstr "Obtenez USP Pro pour des formulaires illimités!"
|
351 |
|
352 |
-
#: library/plugin-settings.php:
|
353 |
msgid "Go Pro"
|
354 |
msgstr "Go Pro"
|
355 |
|
356 |
-
#: library/plugin-settings.php:
|
357 |
-
|
358 |
-
msgstr "Réglages"
|
359 |
-
|
360 |
-
#: library/plugin-settings.php:55 library/plugin-settings.php:1007
|
361 |
-
#: library/plugin-settings.php:1595
|
362 |
msgid "Plugin Homepage"
|
363 |
msgstr "Plugin Page d'accueil"
|
364 |
|
365 |
-
#: library/plugin-settings.php:
|
366 |
msgid "Homepage"
|
367 |
msgstr "Page d'accueil"
|
368 |
|
369 |
-
#: library/plugin-settings.php:
|
370 |
msgid "Give USP a 5-star rating at WordPress.org"
|
371 |
msgstr "Donnez à USP une note de 5 étoiles sur WordPress.org"
|
372 |
|
373 |
-
#: library/plugin-settings.php:
|
374 |
msgid "Rate this plugin »"
|
375 |
msgstr "Notez ce plugin & nbsp; & raquo;"
|
376 |
|
377 |
-
#: library/plugin-settings.php:
|
378 |
msgid "WP Post (recommended)"
|
379 |
msgstr "WP Post (recommandé)"
|
380 |
|
381 |
-
#: library/plugin-settings.php:
|
382 |
msgid "WP Page"
|
383 |
msgstr "WP Page"
|
384 |
|
385 |
-
#: library/plugin-settings.php:
|
386 |
msgid "HTML5 Form + Default CSS"
|
387 |
msgstr "Formulaire HTML5 + CSS par défaut"
|
388 |
|
389 |
-
#: library/plugin-settings.php:
|
390 |
msgid "(Recommended)"
|
391 |
msgstr "(Conseillé)"
|
392 |
|
393 |
-
#: library/plugin-settings.php:
|
394 |
msgid "HTML5 Form + Disable CSS"
|
395 |
msgstr "Formulaire HTML5 + Désactiver CSS"
|
396 |
|
397 |
-
#: library/plugin-settings.php:
|
398 |
msgid "(Provide your own styles)"
|
399 |
msgstr "(Indiquez vos propres styles)"
|
400 |
|
401 |
-
#: library/plugin-settings.php:
|
402 |
msgid "Custom Form + Custom CSS"
|
403 |
msgstr "Formulaire personnalisé + CSS personnalisé"
|
404 |
|
405 |
-
#: library/plugin-settings.php:
|
406 |
msgid "(Provide your own form template & styles)"
|
407 |
msgstr "(Indiquez votre propre modèle de formulaire et vos styles)"
|
408 |
|
409 |
-
#: library/plugin-settings.php:
|
410 |
-
#: library/plugin-settings.php:
|
411 |
msgid "Auto-display before post content"
|
412 |
msgstr "Affichage automatique avant le contenu du message"
|
413 |
|
414 |
-
#: library/plugin-settings.php:
|
415 |
-
#: library/plugin-settings.php:
|
416 |
msgid "Auto-display after post content"
|
417 |
msgstr "Affichage automatique après le contenu du post"
|
418 |
|
419 |
-
#: library/plugin-settings.php:
|
420 |
msgid "Do not auto-display submitted images"
|
421 |
msgstr "Ne pas afficher automatiquement les images soumises"
|
422 |
|
423 |
-
#: library/plugin-settings.php:
|
424 |
msgid "Do not auto-display submitted email"
|
425 |
-
msgstr "Ne pas afficher automatiquement
|
426 |
|
427 |
-
#: library/plugin-settings.php:
|
428 |
msgid "Do not auto-display submitted URL"
|
429 |
msgstr "Ne pas afficher automatiquement l'URL soumise"
|
430 |
|
431 |
-
#: library/plugin-settings.php:
|
432 |
msgid "Do not auto-display the Custom Field"
|
433 |
msgstr "Ne pas afficher automatiquement le champ personnalisé"
|
434 |
|
435 |
-
#: library/plugin-settings.php:
|
436 |
-
#: library/plugin-settings.php:
|
437 |
-
msgid "
|
438 |
-
msgstr "
|
439 |
|
440 |
-
#: library/plugin-settings.php:
|
441 |
-
msgid "
|
442 |
-
msgstr "
|
443 |
|
444 |
-
#: library/plugin-settings.php:
|
445 |
-
#: library/plugin-settings.php:
|
446 |
msgid "Disable this field"
|
447 |
msgstr "Désactiver ce champ"
|
448 |
|
449 |
-
#: library/plugin-settings.php:
|
450 |
-
#: library/plugin-settings.php:
|
451 |
msgid "(Visit"
|
452 |
msgstr "(Visite"
|
453 |
|
454 |
-
#: library/plugin-settings.php:
|
455 |
-
#: library/plugin-settings.php:
|
456 |
msgid "to configure options)"
|
457 |
msgstr "configurer les options)"
|
458 |
|
459 |
-
#: library/plugin-settings.php:
|
460 |
-
#: library/plugin-settings.php:
|
461 |
msgid "Challenge Question"
|
462 |
msgstr "Question de défi"
|
463 |
|
464 |
-
#: library/plugin-settings.php:
|
465 |
-
#: library/plugin-settings.php:
|
466 |
msgid "Google reCAPTCHA"
|
467 |
msgstr "Google reCAPTCHA"
|
468 |
|
469 |
-
#: library/plugin-settings.php:
|
470 |
msgid "Post Images"
|
471 |
msgstr "Publier des images"
|
472 |
|
473 |
-
#: library/plugin-settings.php:
|
474 |
-
msgid "
|
475 |
-
msgstr "
|
476 |
|
477 |
-
#: library/plugin-settings.php:
|
478 |
msgid "Disable"
|
479 |
msgstr "Désactiver"
|
480 |
|
481 |
-
#: library/plugin-settings.php:
|
482 |
msgid "Image Uploads"
|
483 |
msgstr "Téléchargement d'images"
|
484 |
|
485 |
-
#: library/plugin-settings.php:
|
486 |
msgid "Draft"
|
487 |
msgstr "Brouillon"
|
488 |
|
489 |
-
#: library/plugin-settings.php:
|
490 |
msgid "Pending (default)"
|
491 |
msgstr "En attente (par défaut)"
|
492 |
|
493 |
-
#: library/plugin-settings.php:
|
494 |
msgid "Publish immediately"
|
495 |
msgstr "Publier immédiatement"
|
496 |
|
497 |
-
#: library/plugin-settings.php:
|
498 |
msgid "Publish after 1 approved post"
|
499 |
msgstr "Publier après 1 poste approuvé"
|
500 |
|
501 |
-
#: library/plugin-settings.php:
|
502 |
msgid "Publish after "
|
503 |
-
msgstr "Publier après"
|
504 |
|
505 |
-
#: library/plugin-settings.php:
|
506 |
msgid " approved posts"
|
507 |
msgstr " postes approuvés"
|
508 |
|
509 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
510 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
511 |
msgstr "Il y avait une erreur. Assurez-vous que vous avez ajouté un titre, du contenu et que vous n’avez transféré que des images."
|
512 |
|
513 |
-
#: library/plugin-settings.php:
|
514 |
msgid "Please select your image(s) to upload."
|
515 |
msgstr "Veuillez sélectionner vos images à télécharger."
|
516 |
|
517 |
-
#: library/plugin-settings.php:
|
518 |
msgid "Success! Thank you for your submission."
|
519 |
msgstr "Succès! Merci pour votre soumission."
|
520 |
|
521 |
-
#: library/plugin-settings.php:
|
522 |
msgid "Email"
|
523 |
msgstr "Email"
|
524 |
|
525 |
-
#: library/plugin-settings.php:
|
526 |
msgid "URL"
|
527 |
msgstr "URL"
|
528 |
|
529 |
-
#: library/plugin-settings.php:
|
530 |
msgid "Toggle all panels"
|
531 |
msgstr "Basculer tous les panneaux"
|
532 |
|
533 |
-
#: library/plugin-settings.php:
|
534 |
msgid "We need your support!"
|
535 |
msgstr "Nous avons besoin de votre appui!"
|
536 |
|
537 |
-
#: library/plugin-settings.php:
|
538 |
msgid "Make a donation via PayPal"
|
539 |
msgstr "Faire un don via PayPal"
|
540 |
|
541 |
-
#: library/plugin-settings.php:
|
542 |
msgid "make a donation"
|
543 |
msgstr "faire un don"
|
544 |
|
545 |
-
#: library/plugin-settings.php:
|
546 |
msgid "and/or"
|
547 |
msgstr "et / ou"
|
548 |
|
549 |
-
#: library/plugin-settings.php:
|
550 |
msgid "Rate and review at the Plugin Directory"
|
551 |
msgstr "Notez et commentez dans le répertoire des plugins"
|
552 |
|
553 |
-
#: library/plugin-settings.php:
|
554 |
msgid "give this plugin a 5-star rating"
|
555 |
msgstr "attribuer à ce plugin 5 étoiles"
|
556 |
|
557 |
-
#: library/plugin-settings.php:
|
558 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
559 |
msgstr "Votre généreux soutien permet le développement continu de ce plugin gratuit. Je vous remercie!"
|
560 |
|
561 |
-
#: library/plugin-settings.php:
|
562 |
msgid "Check this box if you have shown support"
|
563 |
msgstr "Cochez cette case si vous avez montré du soutien"
|
564 |
|
565 |
-
#: library/plugin-settings.php:
|
566 |
msgid "Overview"
|
567 |
msgstr "Vue d'ensemble"
|
568 |
|
569 |
-
#: library/plugin-settings.php:
|
570 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
571 |
-
msgstr "permet à vos visiteurs de soumettre des messages et de télécharger des images à partir du front-end de votre site."
|
572 |
|
573 |
-
#: library/plugin-settings.php:
|
574 |
msgid "For advanced functionality and unlimited forms, check out"
|
575 |
msgstr "Pour des fonctionnalités avancées et des formulaires illimités, consultez"
|
576 |
|
577 |
-
#: library/plugin-settings.php:
|
578 |
msgid "USP Pro"
|
579 |
msgstr "USP Pro"
|
580 |
|
581 |
-
#: library/plugin-settings.php:
|
582 |
msgid "— the ultimate solution for user-generated content."
|
583 |
msgstr "& mdash; la solution ultime pour le contenu généré par l'utilisateur."
|
584 |
|
585 |
-
#: library/plugin-settings.php:
|
586 |
msgid "Plugin Settings"
|
587 |
msgstr "Paramètres du plugin"
|
588 |
|
589 |
-
#: library/plugin-settings.php:
|
590 |
msgid "Display the form"
|
591 |
msgstr "Afficher le formulaire"
|
592 |
|
593 |
-
#: library/plugin-settings.php:
|
594 |
msgid "If you like this plugin, please"
|
595 |
msgstr "Si vous aimez ce plugin, s'il vous plaît"
|
596 |
|
597 |
-
#: library/plugin-settings.php:
|
598 |
msgid "THANK YOU for your support!"
|
599 |
msgstr "Merci pour votre soutien!"
|
600 |
|
601 |
-
#: library/plugin-settings.php:
|
602 |
msgid "give it a 5-star rating"
|
603 |
msgstr "lui donner 5 étoiles"
|
604 |
|
605 |
-
#: library/plugin-settings.php:
|
606 |
msgid "Unlimited front-end forms"
|
607 |
msgstr "Formulaires illimités front-end"
|
608 |
|
609 |
-
#: library/plugin-settings.php:
|
610 |
msgid "Get USP Pro"
|
611 |
msgstr "Obtenez USP Pro"
|
612 |
|
613 |
-
#: library/plugin-settings.php:
|
614 |
msgid "Configure your settings for User Submitted Posts."
|
615 |
msgstr "Configurez vos paramètres pour les messages soumis par l'utilisateur."
|
616 |
|
617 |
-
#: library/plugin-settings.php:
|
618 |
msgid "Form Fields"
|
619 |
msgstr "Champs de formulaire"
|
620 |
|
621 |
-
#: library/plugin-settings.php:
|
622 |
msgid "User Name"
|
623 |
msgstr "Nom d'utilisateur"
|
624 |
|
625 |
-
#: library/plugin-settings.php:
|
626 |
msgid "User Email"
|
627 |
msgstr "Email de l'utilisateur"
|
628 |
|
629 |
-
#: library/plugin-settings.php:
|
630 |
msgid "User URL"
|
631 |
msgstr "URL de l'utilisateur"
|
632 |
|
633 |
-
#: library/plugin-settings.php:
|
634 |
msgid "General Settings"
|
635 |
msgstr "réglages généraux"
|
636 |
|
637 |
-
#: library/plugin-settings.php:
|
638 |
msgid "Note that the default settings work fine for most cases."
|
639 |
msgstr "Notez que les paramètres par défaut fonctionnent correctement dans la plupart des cas."
|
640 |
|
641 |
-
#: library/plugin-settings.php:
|
642 |
msgid "Form Style"
|
643 |
msgstr "Style de formulaire"
|
644 |
|
645 |
-
#: library/plugin-settings.php:
|
646 |
msgid "With this option, you can copy the plugin’s default templates:"
|
647 |
msgstr "Avec cette option, vous pouvez copier les modèles par défaut du plug-in:"
|
648 |
|
649 |
-
#: library/plugin-settings.php:
|
650 |
msgid "..and upload them into a directory named"
|
651 |
msgstr "..et les télécharger dans un répertoire nommé"
|
652 |
|
653 |
-
#: library/plugin-settings.php:
|
654 |
msgid "in your theme:"
|
655 |
msgstr "dans votre thème:"
|
656 |
|
657 |
-
#: library/plugin-settings.php:
|
658 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
659 |
-
msgstr "Cela vous permettra de personnaliser la forme et les styles comme vous le souhaitez. Pour plus d’informations, consultez la section \"Formulaire de soumission personnalisé\"
|
660 |
|
661 |
-
#: library/plugin-settings.php:
|
662 |
msgid "Installation Docs"
|
663 |
msgstr "Documents d'installation"
|
664 |
|
665 |
-
#: library/plugin-settings.php:
|
666 |
msgid "FYI: here is a"
|
667 |
msgstr "FYI: voici un"
|
668 |
|
669 |
-
#: library/plugin-settings.php:
|
670 |
msgid "list of USP CSS selectors"
|
671 |
-
msgstr "liste des sélecteurs CSS
|
672 |
|
673 |
-
#: library/plugin-settings.php:
|
674 |
msgid "Include JavaScript"
|
675 |
msgstr "Inclure JavaScript"
|
676 |
|
677 |
-
#: library/plugin-settings.php:
|
678 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
679 |
msgstr "Cochez cette case si vous souhaitez inclure les fichiers JavaScript externes (recommandé)."
|
680 |
|
681 |
-
#: library/plugin-settings.php:
|
682 |
msgid "Targeted Loading"
|
683 |
msgstr "Chargement ciblé"
|
684 |
|
685 |
-
#: library/plugin-settings.php:
|
686 |
-
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
|
687 |
-
msgstr "Par défaut, CSS
|
688 |
|
689 |
-
#: library/plugin-settings.php:
|
690 |
msgid "Post Type"
|
691 |
msgstr "Type de poste"
|
692 |
|
693 |
-
#: library/plugin-settings.php:
|
694 |
msgid "Submit posts as WP Posts or Pages"
|
695 |
msgstr "Soumettre des messages sous forme de messages ou de pages WP"
|
696 |
|
697 |
-
#: library/plugin-settings.php:
|
698 |
msgid "Post Status"
|
699 |
msgstr "État du message"
|
700 |
|
701 |
-
#: library/plugin-settings.php:
|
702 |
msgid "Post Status for submitted posts"
|
703 |
msgstr "Statut de publication pour les publications soumises"
|
704 |
|
705 |
-
#: library/plugin-settings.php:
|
706 |
msgid "Redirect URL"
|
707 |
msgstr "URL de redirection"
|
708 |
|
709 |
-
#: library/plugin-settings.php:
|
710 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
711 |
msgstr "Spécifiez une URL pour rediriger l'utilisateur après la soumission. Laissez le champ vide pour rediriger vers la page actuelle."
|
712 |
|
713 |
-
#: library/plugin-settings.php:
|
714 |
msgid "Success Message"
|
715 |
msgstr "Message de réussite"
|
716 |
|
717 |
-
#: library/plugin-settings.php:
|
718 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
719 |
-
msgstr "Message de réussite qui s'affiche si la post-soumission
|
720 |
|
721 |
-
#: library/plugin-settings.php:
|
722 |
msgid "Error Message"
|
723 |
msgstr "Message d'erreur"
|
724 |
|
725 |
-
#: library/plugin-settings.php:
|
726 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
727 |
msgstr "Message d'erreur général affiché en cas d'échec de la post-soumission. Le balisage de base est autorisé."
|
728 |
|
729 |
-
#: library/plugin-settings.php:
|
730 |
msgid "Custom Content"
|
731 |
msgstr "Contenu personnalisé"
|
732 |
|
733 |
-
#: library/plugin-settings.php:
|
734 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
735 |
msgstr "Texte / balisage personnalisé à inclure avant le formulaire de soumission. Laisser en blanc pour désactiver."
|
736 |
|
737 |
-
#: library/plugin-settings.php:
|
738 |
msgid "Rich Text Editor"
|
739 |
msgstr "Éditeur de texte enrichi"
|
740 |
|
741 |
-
#: library/plugin-settings.php:
|
742 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
743 |
msgstr "Cochez cette case si vous souhaitez activer l'édition en texte enrichi WP pour les publications soumises."
|
744 |
|
745 |
-
#: library/plugin-settings.php:
|
746 |
msgid "Unique Titles"
|
747 |
msgstr "Titres uniques"
|
748 |
|
749 |
-
#: library/plugin-settings.php:
|
750 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
751 |
msgstr "Exiger que les titres des articles soumis soient uniques (utile pour éviter la multiplication / la duplication des articles soumis)."
|
752 |
|
753 |
-
#: library/plugin-settings.php:
|
754 |
msgid "Disable Required"
|
755 |
msgstr "Désactiver Obligatoire"
|
756 |
|
757 |
-
#: library/plugin-settings.php:
|
758 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
759 |
msgstr "Désactivez tous les attributs requis dans les champs de formulaire par défaut (utile pour le dépannage des messages d'erreur)."
|
760 |
|
761 |
-
#: library/plugin-settings.php:
|
762 |
msgid "Enable Shortcodes"
|
763 |
msgstr "Activer les codes courts"
|
764 |
|
765 |
-
#: library/plugin-settings.php:
|
766 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
767 |
-
msgstr "Activer les codes courts dans les widgets. Par défaut, WordPress n'active pas les codes abrégés dans les widgets."
|
768 |
|
769 |
-
#: library/plugin-settings.php:
|
770 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
771 |
msgstr "Ce paramètre active n'importe quel / tous les shortcodes dans les widgets (même les shortcodes d'autres plugins)."
|
772 |
|
773 |
-
#: library/plugin-settings.php:
|
774 |
-
msgid "
|
775 |
-
msgstr "
|
776 |
|
777 |
-
#: library/plugin-settings.php:
|
778 |
msgid "Disable IP Tracking"
|
779 |
msgstr "Désactiver le suivi IP"
|
780 |
|
781 |
-
#: library/plugin-settings.php:
|
782 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
783 |
msgstr "Par défaut, USP enregistre l'adresse IP avec chaque message soumis. Cochez cette case pour désactiver tout le suivi IP."
|
784 |
|
785 |
-
#: library/plugin-settings.php:
|
786 |
msgid "Display Checkbox"
|
787 |
msgstr "Afficher la case à cocher"
|
788 |
|
789 |
-
#: library/plugin-settings.php:
|
790 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
791 |
-
msgstr "Afficher une case à cocher personnalisée sur votre formulaire (utile pour GDPR, accepter les conditions, etc.)"
|
792 |
|
793 |
-
#: library/plugin-settings.php:
|
794 |
msgid "Checkbox Name"
|
795 |
msgstr "Nom de la case à cocher"
|
796 |
|
797 |
-
#: library/plugin-settings.php:
|
798 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
799 |
msgstr "Utilisez uniquement des caractères alphanumériques, des traits de soulignement et des tirets. En cas de doute, utilisez le nom par défaut:"
|
800 |
|
801 |
-
#: library/plugin-settings.php:
|
802 |
msgid "Checkbox Error"
|
803 |
msgstr "Erreur de case à cocher"
|
804 |
|
805 |
-
#: library/plugin-settings.php:
|
806 |
msgid "Error message displayed if user does not check the box."
|
807 |
msgstr "Message d'erreur affiché si l'utilisateur ne coche pas la case."
|
808 |
|
809 |
-
#: library/plugin-settings.php:
|
810 |
msgid "Checkbox Text"
|
811 |
msgstr "Texte de la case à cocher"
|
812 |
|
813 |
-
#: library/plugin-settings.php:
|
814 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
815 |
-
msgstr "Texte affiché à côté de la case à cocher. Astuce: utilisez des accolades pour obtenir des
|
816 |
|
817 |
-
#: library/plugin-settings.php:
|
818 |
msgid "Categories"
|
819 |
-
msgstr "
|
820 |
|
821 |
-
#: library/plugin-settings.php:
|
822 |
-
msgid "
|
823 |
-
msgstr "
|
824 |
|
825 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
826 |
msgid "Hidden/Default Category"
|
827 |
msgstr "Catégorie cachée / par défaut"
|
828 |
|
829 |
-
#: library/plugin-settings.php:
|
830 |
-
msgid "Use a hidden field for the post category. This
|
831 |
-
msgstr "Utilisez un champ masqué pour la catégorie de publication.
|
832 |
|
833 |
-
#: library/plugin-settings.php:
|
834 |
msgid "Category ID for Hidden Field"
|
835 |
msgstr "ID de catégorie pour le champ caché"
|
836 |
|
837 |
-
#: library/plugin-settings.php:
|
838 |
-
msgid "Specify
|
839 |
-
msgstr "Spécifiez
|
840 |
|
841 |
-
#: library/plugin-settings.php:
|
842 |
msgid "Users"
|
843 |
msgstr "Utilisateurs"
|
844 |
|
845 |
-
#: library/plugin-settings.php:
|
846 |
msgid "Assigned Author"
|
847 |
msgstr "Auteur assigné"
|
848 |
|
849 |
-
#: library/plugin-settings.php:
|
850 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
851 |
msgstr "Spécifiez l'utilisateur à attribuer en tant qu'auteur pour les publications soumises."
|
852 |
|
853 |
-
#: library/plugin-settings.php:
|
854 |
msgid "Registered Username"
|
855 |
msgstr "Nom d'utilisateur enregistré"
|
856 |
|
857 |
-
#: library/plugin-settings.php:
|
858 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
859 |
msgstr "Utilisez un nom d'utilisateur enregistré comme auteur du post. Valable lorsque la personne qui soumet le formulaire est connectée à WordPress."
|
860 |
|
861 |
-
#: library/plugin-settings.php:
|
862 |
msgid "User Profile URL"
|
863 |
msgstr "URL du profil utilisateur"
|
864 |
|
865 |
-
#: library/plugin-settings.php:
|
866 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
867 |
msgstr "Utilisez l'URL de profil de l'utilisateur enregistré comme valeur du champ URL. Valable lorsque la personne qui soumet le formulaire est connectée à WordPress."
|
868 |
|
869 |
-
#: library/plugin-settings.php:
|
870 |
msgid "Require User Login"
|
871 |
msgstr "Exiger une connexion utilisateur"
|
872 |
|
873 |
-
#: library/plugin-settings.php:
|
874 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
875 |
msgstr "Exiger que les utilisateurs soient connectés à WordPress pour afficher / soumettre le formulaire"
|
876 |
|
877 |
-
#: library/plugin-settings.php:
|
878 |
msgid "Disable Replace Author"
|
879 |
msgstr "Désactiver Remplacer Auteur"
|
880 |
|
881 |
-
#: library/plugin-settings.php:
|
882 |
msgid "Do not replace post author with submitted user name"
|
883 |
msgstr "Ne pas remplacer l'auteur de la publication par le nom d'utilisateur soumis"
|
884 |
|
885 |
-
#: library/plugin-settings.php:
|
886 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
887 |
msgstr "Ici, vous pouvez changer le nom et l'étiquette utilisés par le champ personnalisé. Vous pouvez activer ce champ via le paramètre Champs de formulaire ci-dessus."
|
888 |
|
889 |
-
#: library/plugin-settings.php:
|
890 |
msgid "Custom Field Name"
|
891 |
msgstr "Nom du champ personnalisé"
|
892 |
|
893 |
-
#: library/plugin-settings.php:
|
894 |
msgid "Custom Field Label"
|
895 |
msgstr "Label de champ personnalisé"
|
896 |
|
897 |
-
#: library/plugin-settings.php:
|
898 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
899 |
msgstr "Ceci sera affiché comme étiquette de champ sur le formulaire. Par défaut: champ personnalisé"
|
900 |
|
901 |
-
#: library/plugin-settings.php:
|
902 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
903 |
msgstr "Pour éviter le spam, entrez une question à laquelle les utilisateurs doivent répondre avant de soumettre le formulaire."
|
904 |
|
905 |
-
#: library/plugin-settings.php:
|
906 |
msgid "Challenge Response"
|
907 |
msgstr "Réponse au défi"
|
908 |
|
909 |
-
#: library/plugin-settings.php:
|
910 |
msgid "Enter the *only* correct answer to the challenge question."
|
911 |
msgstr "Entrez la * seule * bonne réponse à la question posée."
|
912 |
|
913 |
-
#: library/plugin-settings.php:
|
914 |
msgid "Case-sensitivity"
|
915 |
msgstr "Sensibilité à la casse"
|
916 |
|
917 |
-
#: library/plugin-settings.php:
|
918 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
919 |
msgstr "Cochez cette case si vous souhaitez que la réponse au test soit sensible à la casse."
|
920 |
|
921 |
-
#: library/plugin-settings.php:
|
922 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
923 |
msgstr "Pour activer Google reCAPTCHA, entrez vos clés publique et privée."
|
924 |
|
925 |
-
#: library/plugin-settings.php:
|
926 |
msgid "Public Key"
|
927 |
msgstr "Clé publique"
|
928 |
|
929 |
-
#: library/plugin-settings.php:
|
930 |
msgid "Enter your Public Key"
|
931 |
msgstr "Entrez votre clé publique"
|
932 |
|
933 |
-
#: library/plugin-settings.php:
|
934 |
msgid "Private Key"
|
935 |
msgstr "Clé privée"
|
936 |
|
937 |
-
#: library/plugin-settings.php:
|
938 |
msgid "Enter your Private Key"
|
939 |
msgstr "Entrez votre clé privée"
|
940 |
|
941 |
-
#: library/plugin-settings.php:
|
942 |
msgid "Email Alerts"
|
943 |
msgstr "alertes courrier électronique"
|
944 |
|
945 |
-
#: library/plugin-settings.php:
|
946 |
msgid "Receive Email Alert"
|
947 |
msgstr "Recevoir une alerte email"
|
948 |
|
949 |
-
#: library/plugin-settings.php:
|
950 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
951 |
msgstr "Cochez cette case si vous souhaitez être averti par courrier électronique de nouvelles contributions."
|
952 |
|
953 |
-
#: library/plugin-settings.php:
|
954 |
msgid "Enable HTML Format"
|
955 |
msgstr "Activer le format HTML"
|
956 |
|
957 |
-
#: library/plugin-settings.php:
|
958 |
msgid "Check this box to enable HTML format for email alerts."
|
959 |
msgstr "Cochez cette case pour activer le format HTML pour les alertes par courrier électronique."
|
960 |
|
961 |
-
#: library/plugin-settings.php:
|
962 |
msgid "Email Address for Alerts"
|
963 |
msgstr "Adresse e-mail pour les alertes"
|
964 |
|
965 |
-
#: library/plugin-settings.php:
|
966 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
967 |
msgstr "Si vous avez coché la case pour recevoir des alertes par e-mail, indiquez ici la ou les adresses auxquelles les e-mails doivent être envoyés."
|
968 |
|
969 |
-
#: library/plugin-settings.php:
|
970 |
msgid "Multiple recipients may be included using a comma, like so:"
|
971 |
msgstr "Plusieurs destinataires peuvent être inclus en utilisant une virgule, comme ceci:"
|
972 |
|
973 |
-
#: library/plugin-settings.php:
|
974 |
msgid "Email “From” Address"
|
975 |
msgstr "Email & ldquo; De & rdquo; Adresse"
|
976 |
|
977 |
-
#: library/plugin-settings.php:
|
978 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
979 |
-
msgstr "Ici, vous pouvez personnaliser l’adresse (s) utilisée (s) pour le &
|
980 |
|
981 |
-
#: library/plugin-settings.php:
|
982 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
983 |
-
msgstr "Si plusieurs adresses sont spécifiées dans le paramètre précédent, incluez un nombre égal de & De
|
984 |
|
985 |
-
#: library/plugin-settings.php:
|
986 |
msgid "Email Alert Subject"
|
987 |
msgstr "Objet de l'alerte e-mail"
|
988 |
|
989 |
-
#: library/plugin-settings.php:
|
990 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
991 |
-
msgstr "Ligne d'objet pour les alertes par courrier électronique. Laissez le champ vide pour utiliser la ligne d'objet par défaut. Remarque: vous pouvez utiliser les variables suivantes:"
|
992 |
|
993 |
-
#: library/plugin-settings.php:
|
994 |
msgid "Email Alert Message"
|
995 |
msgstr "Message d'alerte par e-mail"
|
996 |
|
997 |
-
#: library/plugin-settings.php:
|
998 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
999 |
-
msgstr "Message pour les alertes par courrier électronique. Laissez le champ vide pour utiliser le message par défaut. Remarque: vous pouvez utiliser les variables suivantes:"
|
1000 |
|
1001 |
-
#: library/plugin-settings.php:
|
1002 |
msgid "Featured Image"
|
1003 |
msgstr "L'image sélectionnée"
|
1004 |
|
1005 |
-
#: library/plugin-settings.php:
|
1006 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
1007 |
-
msgstr "Définissez les images soumises en tant qu'images en vedette. Requiert la prise en charge de thèmes pour les images en vedette (
|
1008 |
|
1009 |
-
#: library/plugin-settings.php:
|
1010 |
msgid "Upload Message"
|
1011 |
msgstr "Envoyer un message"
|
1012 |
|
1013 |
-
#: library/plugin-settings.php:
|
1014 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
1015 |
msgstr "Message qui apparaît à côté du champ de téléchargement. Utile pour indiquer vos directives de téléchargement / politique / etc. Balisage de base autorisé."
|
1016 |
|
1017 |
-
#: library/plugin-settings.php:
|
1018 |
msgid "“Add another image” link"
|
1019 |
msgstr "& ldquo; Ajouter une autre image & rdquo; lien"
|
1020 |
|
1021 |
-
#: library/plugin-settings.php:
|
1022 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
1023 |
-
msgstr "Balisage personnalisé pour & ldquo; Ajouter une autre image & rdquo; lien. Laissez
|
1024 |
|
1025 |
-
#: library/plugin-settings.php:
|
1026 |
msgid "Minimum number of images"
|
1027 |
msgstr "Nombre minimum d'images"
|
1028 |
|
1029 |
-
#: library/plugin-settings.php:
|
1030 |
msgid "Specify the minimum number of images."
|
1031 |
msgstr "Spécifiez le nombre minimum d'images."
|
1032 |
|
1033 |
-
#: library/plugin-settings.php:
|
1034 |
msgid "Maximum number of images"
|
1035 |
msgstr "Nombre maximum d'images"
|
1036 |
|
1037 |
-
#: library/plugin-settings.php:
|
1038 |
msgid "Specify the maximum number of images."
|
1039 |
msgstr "Spécifiez le nombre maximum d'images."
|
1040 |
|
1041 |
-
#: library/plugin-settings.php:
|
1042 |
msgid "Minimum image width"
|
1043 |
msgstr "Largeur minimale de l'image"
|
1044 |
|
1045 |
-
#: library/plugin-settings.php:
|
1046 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1047 |
msgstr "Spécifiez une largeur minimale (en pixels) pour les images téléchargées."
|
1048 |
|
1049 |
-
#: library/plugin-settings.php:
|
1050 |
msgid "Minimum image height"
|
1051 |
msgstr "Hauteur minimale de l'image"
|
1052 |
|
1053 |
-
#: library/plugin-settings.php:
|
1054 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1055 |
msgstr "Spécifiez une hauteur minimale (en pixels) pour les images téléchargées."
|
1056 |
|
1057 |
-
#: library/plugin-settings.php:
|
1058 |
msgid "Maximum image width"
|
1059 |
msgstr "Largeur maximale de l'image"
|
1060 |
|
1061 |
-
#: library/plugin-settings.php:
|
1062 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1063 |
msgstr "Spécifiez une largeur maximale (en pixels) pour les images téléchargées."
|
1064 |
|
1065 |
-
#: library/plugin-settings.php:
|
1066 |
msgid "Maximum image height"
|
1067 |
msgstr "Hauteur maximale de l'image"
|
1068 |
|
1069 |
-
#: library/plugin-settings.php:
|
1070 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1071 |
msgstr "Spécifiez une hauteur maximale (en pixels) pour les images téléchargées."
|
1072 |
|
1073 |
-
#: library/plugin-settings.php:
|
1074 |
msgid "More Options"
|
1075 |
msgstr "Plus d'options"
|
1076 |
|
1077 |
-
#: library/plugin-settings.php:
|
1078 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1079 |
-
msgstr "Pour plus d
|
1080 |
|
1081 |
-
#: library/plugin-settings.php:
|
1082 |
msgid "Go Pro!"
|
1083 |
msgstr "Go Pro!"
|
1084 |
|
1085 |
-
#: library/plugin-settings.php:
|
1086 |
msgid "Auto-Display Content"
|
1087 |
msgstr "Affichage automatique du contenu"
|
1088 |
|
1089 |
-
#: library/plugin-settings.php:
|
1090 |
msgid "Auto-Display Images"
|
1091 |
msgstr "Affichage automatique des images"
|
1092 |
|
1093 |
-
#: library/plugin-settings.php:
|
1094 |
msgid "Auto-display user-submitted images:"
|
1095 |
msgstr "Afficher automatiquement les images soumises par l'utilisateur:"
|
1096 |
|
1097 |
-
#: library/plugin-settings.php:
|
1098 |
msgid "Image Markup"
|
1099 |
msgstr "Balisage d'image"
|
1100 |
|
1101 |
-
#: library/plugin-settings.php:
|
1102 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1103 |
msgstr "Marquage à utiliser pour chaque image soumise (lorsque l'affichage automatique est activé). Peut utiliser"
|
1104 |
|
1105 |
-
#: library/plugin-settings.php:
|
1106 |
-
#: library/plugin-settings.php:
|
1107 |
msgid "and"
|
1108 |
msgstr "et"
|
1109 |
|
1110 |
-
#: library/plugin-settings.php:
|
1111 |
msgid "Auto-Display Email"
|
1112 |
msgstr "Affichage automatique du courrier électronique"
|
1113 |
|
1114 |
-
#: library/plugin-settings.php:
|
1115 |
msgid "Auto-display user-submitted email:"
|
1116 |
msgstr "Afficher automatiquement le courrier électronique soumis par l'utilisateur:"
|
1117 |
|
1118 |
-
#: library/plugin-settings.php:
|
1119 |
msgid "Email Markup"
|
1120 |
msgstr "Marquage de courrier électronique"
|
1121 |
|
1122 |
-
#: library/plugin-settings.php:
|
1123 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1124 |
msgstr "Marquage à utiliser pour l'adresse électronique soumise (lorsque l'affichage automatique est activé). Peut utiliser"
|
1125 |
|
1126 |
-
#: library/plugin-settings.php:
|
1127 |
msgid "Auto-Display URL"
|
1128 |
msgstr "URL à afficher automatiquement"
|
1129 |
|
1130 |
-
#: library/plugin-settings.php:
|
1131 |
msgid "Auto-display user-submitted URL:"
|
1132 |
msgstr "Afficher automatiquement l'URL soumise par l'utilisateur:"
|
1133 |
|
1134 |
-
#: library/plugin-settings.php:
|
1135 |
msgid "URL Markup"
|
1136 |
-
msgstr "
|
1137 |
|
1138 |
-
#: library/plugin-settings.php:
|
1139 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1140 |
msgstr "Marquage à utiliser pour l'URL soumise (lorsque l'affichage automatique est activé). Peut utiliser"
|
1141 |
|
1142 |
-
#: library/plugin-settings.php:
|
1143 |
msgid "Auto-Display Custom Field"
|
1144 |
msgstr "Afficher automatiquement le champ personnalisé"
|
1145 |
|
1146 |
-
#: library/plugin-settings.php:
|
1147 |
msgid "Auto-display user-submitted Custom Field:"
|
1148 |
msgstr "Afficher automatiquement le champ personnalisé soumis par l'utilisateur:"
|
1149 |
|
1150 |
-
#: library/plugin-settings.php:
|
1151 |
msgid "Custom Field Markup"
|
1152 |
msgstr "Balisage de champ personnalisé"
|
1153 |
|
1154 |
-
#: library/plugin-settings.php:
|
1155 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1156 |
msgstr "Marquage à utiliser pour le champ personnalisé soumis (lorsque l'affichage automatique est activé). Peut utiliser"
|
1157 |
|
1158 |
-
#: library/plugin-settings.php:
|
1159 |
msgid "Save Settings"
|
1160 |
msgstr "Enregistrer les paramètres"
|
1161 |
|
1162 |
-
#: library/plugin-settings.php:
|
1163 |
msgid "Display the Form"
|
1164 |
msgstr "Afficher le formulaire"
|
1165 |
|
1166 |
-
#: library/plugin-settings.php:
|
1167 |
msgid "Post-Submit Form"
|
1168 |
msgstr "Formulaire post-soumission"
|
1169 |
|
1170 |
-
#: library/plugin-settings.php:
|
1171 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1172 |
msgstr "USP vous permet d'afficher un formulaire de post-soumission n'importe où sur votre site."
|
1173 |
|
1174 |
-
#: library/plugin-settings.php:
|
1175 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1176 |
msgstr "Utilisez le shortcode pour afficher le formulaire sur n’importe quel post ou page WP:"
|
1177 |
|
1178 |
-
#: library/plugin-settings.php:
|
1179 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1180 |
msgstr "Ou bien, utilisez la balise de modèle pour afficher le formulaire n'importe où dans votre modèle de thème:"
|
1181 |
|
1182 |
-
#: library/plugin-settings.php:
|
1183 |
msgid "Login/Register Form"
|
1184 |
msgstr "Formulaire de connexion / inscription"
|
1185 |
|
1186 |
-
#: library/plugin-settings.php:
|
1187 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1188 |
msgstr "Vous pouvez également afficher un formulaire permettant aux utilisateurs de se connecter, de s'inscrire ou de réinitialiser leur mot de passe."
|
1189 |
|
1190 |
-
#: library/plugin-settings.php:
|
1191 |
msgid "Display Submitted Posts"
|
1192 |
msgstr "Afficher les messages soumis"
|
1193 |
|
1194 |
-
#: library/plugin-settings.php:
|
1195 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1196 |
msgstr "Utilisez ce shortcode pour afficher une liste des publications soumises sur n’importe quel post ou page WP:"
|
1197 |
|
1198 |
-
#: library/plugin-settings.php:
|
1199 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1200 |
-
msgstr "Ou bien, utilisez la balise de modèle pour afficher une liste des publications soumises n
|
1201 |
|
1202 |
-
#: library/plugin-settings.php:
|
1203 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1204 |
msgstr "Voici quelques exemples montrant comment configurer ce shortcode:"
|
1205 |
|
1206 |
-
#: library/plugin-settings.php:
|
1207 |
msgid "Display Image Gallery"
|
1208 |
msgstr "Afficher la galerie d'images"
|
1209 |
|
1210 |
-
#: library/plugin-settings.php:
|
1211 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1212 |
msgstr "Utilisez ce shortcode pour afficher une galerie d'images téléchargées pour chaque message soumis:"
|
1213 |
|
1214 |
-
#: library/plugin-settings.php:
|
1215 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1216 |
-
msgstr "Ou
|
1217 |
|
1218 |
-
#: library/plugin-settings.php:
|
1219 |
msgid "You can customize using any of the follwing attributes:"
|
1220 |
msgstr "Vous pouvez personnaliser en utilisant l’un des attributs suivants:"
|
1221 |
|
1222 |
-
#: library/plugin-settings.php:
|
1223 |
msgid "Reset Form Button"
|
1224 |
msgstr "Bouton de réinitialisation du formulaire"
|
1225 |
|
1226 |
-
#: library/plugin-settings.php:
|
1227 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1228 |
msgstr "Ce shortcode affiche un lien qui réinitialise le formulaire à son état d'origine:"
|
1229 |
|
1230 |
-
#: library/plugin-settings.php:
|
1231 |
msgid "This shortcode accepts the following attributes:"
|
1232 |
msgstr "Ce shortcode accepte les attributs suivants:"
|
1233 |
|
1234 |
-
#: library/plugin-settings.php:
|
1235 |
msgid "Note that the url attribute accepts"
|
1236 |
msgstr "Notez que l'attribut url accepte"
|
1237 |
|
1238 |
-
#: library/plugin-settings.php:
|
1239 |
msgid "to get the current URL."
|
1240 |
msgstr "pour obtenir l'URL actuelle."
|
1241 |
|
1242 |
-
#: library/plugin-settings.php:
|
1243 |
msgid "Access Control"
|
1244 |
msgstr "Contrôle d'accès"
|
1245 |
|
1246 |
-
#: library/plugin-settings.php:
|
1247 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1248 |
msgstr "USP fournit trois codes courts pour contrôler l'accès et restreindre le contenu."
|
1249 |
|
1250 |
-
#: library/plugin-settings.php:
|
1251 |
msgid "Display content only to users with a specific capability:"
|
1252 |
msgstr "Afficher le contenu uniquement aux utilisateurs dotés d'une fonctionnalité spécifique:"
|
1253 |
|
1254 |
-
#: library/plugin-settings.php:
|
1255 |
msgid "Display content to logged-in users:"
|
1256 |
msgstr "Afficher le contenu pour les utilisateurs connectés:"
|
1257 |
|
1258 |
-
#: library/plugin-settings.php:
|
1259 |
msgid "Display content to visitors only:"
|
1260 |
msgstr "Afficher le contenu uniquement pour les visiteurs:"
|
1261 |
|
1262 |
-
#: library/plugin-settings.php:
|
1263 |
msgid "Tip:"
|
1264 |
msgstr "Pointe:"
|
1265 |
|
1266 |
-
#: library/plugin-settings.php:
|
1267 |
msgid "to include markup in the deny message, you can use"
|
1268 |
msgstr "pour inclure des balises dans le message de refus, vous pouvez utiliser"
|
1269 |
|
1270 |
-
#: library/plugin-settings.php:
|
1271 |
msgid "to output"
|
1272 |
msgstr "à la sortie"
|
1273 |
|
1274 |
-
#: library/plugin-settings.php:
|
1275 |
msgid "Example"
|
1276 |
msgstr "Exemple"
|
1277 |
|
1278 |
-
#: library/plugin-settings.php:
|
1279 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1280 |
msgstr "Si l'utilisateur est connecté, affichez le formulaire de post-soumission. ou si l'utilisateur n'est pas connecté, affichez le formulaire de connexion:"
|
1281 |
|
1282 |
-
#: library/plugin-settings.php:
|
1283 |
msgid "Restore Defaults"
|
1284 |
msgstr "Réinitialiser"
|
1285 |
|
1286 |
-
#: library/plugin-settings.php:
|
1287 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1288 |
msgstr "Laissez cette option désactivée pour mémoriser vos paramètres. Ou bien, allez-y et restaurez les options de plugin par défaut: cochez la case, enregistrez vos paramètres, puis désactivez / réactivez le plugin."
|
1289 |
|
1290 |
-
#: library/plugin-settings.php:
|
1291 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1292 |
-
msgstr "
|
1293 |
|
1294 |
-
#: library/plugin-settings.php:
|
1295 |
msgid "Show Support"
|
1296 |
msgstr "Montrer le support"
|
1297 |
|
1298 |
-
#: library/plugin-settings.php:
|
1299 |
msgid "by"
|
1300 |
msgstr "par"
|
1301 |
|
1302 |
-
#: library/plugin-settings.php:
|
1303 |
msgid "Jeff Starr on Twitter"
|
1304 |
msgstr "Jeff Starr sur Twitter"
|
1305 |
|
1306 |
-
#: library/plugin-settings.php:
|
1307 |
msgid "Obsessive Web Design & Development"
|
1308 |
msgstr "Obsessive Web Design & amp; Développement"
|
1309 |
|
1310 |
-
#: library/plugin-settings.php:
|
1311 |
msgid "Save Preference"
|
1312 |
msgstr "Enregistrer les préférences"
|
1313 |
|
1314 |
-
#: library/plugin-settings.php:
|
1315 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1316 |
msgstr "Êtes-vous sûr de vouloir restaurer toutes les options par défaut? (cette action ne peut pas être annulée)"
|
1317 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1318 |
#. Description of the plugin
|
1319 |
#:
|
1320 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
+
"Project-Id-Version: USP 20190825\n"
|
8 |
"Language: fr\n"
|
9 |
|
10 |
#. Name of the plugin
|
12 |
msgid "User Submitted Posts"
|
13 |
msgstr "Messages soumis par l'utilisateur"
|
14 |
|
15 |
+
#: user-submitted-posts.php:82
|
16 |
msgid "requires WordPress "
|
17 |
+
msgstr "nécessite WordPress "
|
18 |
|
19 |
+
#: user-submitted-posts.php:83
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
+
msgstr " ou supérieur, et a été désactivé! "
|
22 |
|
23 |
+
#: user-submitted-posts.php:84
|
24 |
msgid "Please return to the"
|
25 |
msgstr "S'il vous plaît revenir à la"
|
26 |
|
27 |
+
#: user-submitted-posts.php:85
|
28 |
msgid "WordPress Admin Area"
|
29 |
msgstr "Espace administrateur WordPress"
|
30 |
|
31 |
+
#: user-submitted-posts.php:86
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
msgstr "mettre à jour WordPress et réessayer."
|
34 |
|
35 |
+
#: user-submitted-posts.php:126
|
36 |
msgid "User Submitted Post"
|
37 |
msgstr "Message soumis par l'utilisateur"
|
38 |
|
39 |
+
#: user-submitted-posts.php:467
|
40 |
msgid "User Submitted Post Info"
|
41 |
msgstr "Informations postées par l'utilisateur"
|
42 |
|
43 |
+
#: user-submitted-posts.php:497
|
44 |
msgid "Submitter Name: "
|
45 |
+
msgstr "Nom de l'auteur: "
|
46 |
|
47 |
+
#: user-submitted-posts.php:498
|
48 |
msgid "Submitter Email: "
|
49 |
+
msgstr "Email de l'auteur: "
|
50 |
|
51 |
+
#: user-submitted-posts.php:499
|
52 |
msgid "Submitter URL: "
|
53 |
+
msgstr "URL de l'auteur: "
|
54 |
|
55 |
+
#: user-submitted-posts.php:500
|
56 |
msgid "Submitter IP: "
|
57 |
+
msgstr "IP du déposant: "
|
58 |
|
59 |
+
#: user-submitted-posts.php:555
|
60 |
msgid "Show USP Posts"
|
61 |
msgstr "Afficher les messages USP"
|
62 |
|
63 |
+
#: user-submitted-posts.php:556 library/plugin-settings.php:1095
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
+
#: user-submitted-posts.php:1393
|
68 |
msgid " files required"
|
69 |
msgstr " fichiers requis"
|
70 |
|
71 |
+
#: user-submitted-posts.php:1394
|
72 |
msgid " file required"
|
73 |
msgstr " fichier requis"
|
74 |
|
75 |
+
#: user-submitted-posts.php:1396
|
76 |
msgid " files"
|
77 |
msgstr " des dossiers"
|
78 |
|
79 |
+
#: user-submitted-posts.php:1397
|
80 |
msgid " file"
|
81 |
msgstr " fichier"
|
82 |
|
83 |
+
#: user-submitted-posts.php:1399 user-submitted-posts.php:1400
|
84 |
+
#: user-submitted-posts.php:1401 user-submitted-posts.php:1402
|
85 |
msgid " pixels"
|
86 |
msgstr " pixels"
|
87 |
|
88 |
+
#: user-submitted-posts.php:1404 library/core-functions.php:219
|
89 |
+
#: library/plugin-settings.php:297 library/plugin-settings.php:316
|
90 |
+
#: library/plugin-settings.php:794 library/plugin-settings.php:1344
|
91 |
msgid "Custom Field"
|
92 |
msgstr "Champ personnalisé"
|
93 |
|
94 |
+
#: user-submitted-posts.php:1406
|
95 |
msgid "Custom checkbox required"
|
96 |
msgstr "Case à cocher personnalisée requise"
|
97 |
|
98 |
+
#: user-submitted-posts.php:1409
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
+
msgstr "Une erreur est survenue. Revenez s'il vous plaît et essayez à nouveau."
|
101 |
|
102 |
+
#: user-submitted-posts.php:1419
|
103 |
msgid "User login required"
|
104 |
msgstr "Connexion utilisateur requise"
|
105 |
|
106 |
+
#: user-submitted-posts.php:1420
|
107 |
msgid "User name required"
|
108 |
msgstr "Nom d'utilisateur (requis"
|
109 |
|
110 |
+
#: user-submitted-posts.php:1421
|
111 |
msgid "Post title required"
|
112 |
msgstr "Titre du poste requis"
|
113 |
|
114 |
+
#: user-submitted-posts.php:1422
|
115 |
msgid "User URL required"
|
116 |
msgstr "URL de l'utilisateur requise"
|
117 |
|
118 |
+
#: user-submitted-posts.php:1423
|
119 |
msgid "Post tags required"
|
120 |
msgstr "Post tags requis"
|
121 |
|
122 |
+
#: user-submitted-posts.php:1424
|
123 |
msgid "Post category required"
|
124 |
msgstr "Catégorie de poste requise"
|
125 |
|
126 |
+
#: user-submitted-posts.php:1425
|
127 |
msgid "Post content required"
|
128 |
msgstr "Publier du contenu requis"
|
129 |
|
130 |
+
#: user-submitted-posts.php:1426 user-submitted-posts.php:1427
|
131 |
msgid "Correct captcha required"
|
132 |
msgstr "Captcha correct requis"
|
133 |
|
134 |
+
#: user-submitted-posts.php:1428
|
135 |
msgid "User email required"
|
136 |
msgstr "Email de l'utilisateur requis"
|
137 |
|
138 |
+
#: user-submitted-posts.php:1429
|
139 |
msgid "Please check your email and try again"
|
140 |
msgstr "Veuillez vérifier votre email et réessayer"
|
141 |
|
142 |
+
#: user-submitted-posts.php:1430
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
msgstr "Valeur non vide pour le champ masqué"
|
145 |
|
146 |
+
#: user-submitted-posts.php:1431
|
147 |
msgid "Minimum number of images not met"
|
148 |
msgstr "Nombre minimum d'images non atteintes"
|
149 |
|
150 |
+
#: user-submitted-posts.php:1432
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
+
msgstr "Nombre maximum d'images dépassé "
|
153 |
|
154 |
+
#: user-submitted-posts.php:1433
|
155 |
msgid "Minimum image width not met"
|
156 |
msgstr "Largeur minimale de l'image non atteinte"
|
157 |
|
158 |
+
#: user-submitted-posts.php:1434
|
159 |
msgid "Image width exceeds maximum"
|
160 |
msgstr "La largeur de l'image dépasse le maximum"
|
161 |
|
162 |
+
#: user-submitted-posts.php:1435
|
163 |
msgid "Minimum image height not met"
|
164 |
msgstr "Hauteur minimale de l'image non atteinte"
|
165 |
|
166 |
+
#: user-submitted-posts.php:1436
|
167 |
msgid "Image height exceeds maximum"
|
168 |
msgstr "La hauteur de l'image dépasse le maximum"
|
169 |
|
170 |
+
#: user-submitted-posts.php:1437
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
msgstr "Type de fichier non autorisé (veuillez télécharger des images uniquement)"
|
173 |
|
174 |
+
#: user-submitted-posts.php:1438
|
175 |
msgid " required"
|
176 |
msgstr " Champs obligatoires"
|
177 |
|
178 |
+
#: user-submitted-posts.php:1443
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
msgstr "Fichier non téléchargé. Veuillez vérifier le fichier et réessayer."
|
181 |
|
182 |
+
#: user-submitted-posts.php:1447
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
msgstr "Le fichier (s) n'a pas pu être téléchargé"
|
185 |
|
186 |
+
#: user-submitted-posts.php:1449
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
msgstr "Poste non créé. Veuillez contacter l'administrateur du site pour obtenir de l'aide."
|
189 |
|
190 |
+
#: user-submitted-posts.php:1450
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
msgstr "Titre de l'article en double. Veuillez réessayer."
|
193 |
|
194 |
+
#: user-submitted-posts.php:1460
|
195 |
msgid "Error: "
|
196 |
+
msgstr "Erreur: "
|
197 |
|
198 |
+
#: user-submitted-posts.php:1486
|
199 |
msgid "Return to form"
|
200 |
msgstr "Retour au formulaire"
|
201 |
|
202 |
+
#: user-submitted-posts.php:1516 library/plugin-settings.php:1071
|
203 |
msgid "Please"
|
204 |
msgstr "S'il vous plaît"
|
205 |
|
206 |
+
#: user-submitted-posts.php:1517
|
207 |
msgid "log in"
|
208 |
msgstr "s'identifier"
|
209 |
|
210 |
+
#: user-submitted-posts.php:1518
|
211 |
msgid "to submit content!"
|
212 |
msgstr "soumettre du contenu!"
|
213 |
|
214 |
+
#: views/submission-form.php:21 views/submission-form-alt.php:40
|
215 |
msgid "Please complete the required fields."
|
216 |
msgstr "S'il vous plaît remplir les champs obligatoires."
|
217 |
|
218 |
+
#: views/submission-form.php:31 views/submission-form.php:32
|
219 |
+
#: views/submission-form-alt.php:46 views/submission-form-alt.php:47
|
220 |
msgid "Your Name"
|
221 |
msgstr "votre nom"
|
222 |
|
223 |
+
#: views/submission-form.php:37 views/submission-form.php:38
|
224 |
+
#: views/submission-form-alt.php:52 views/submission-form-alt.php:53
|
225 |
msgid "Your URL"
|
226 |
msgstr "Votre URL"
|
227 |
|
228 |
+
#: views/submission-form.php:43 views/submission-form.php:44
|
229 |
+
#: views/submission-form-alt.php:58 views/submission-form-alt.php:59
|
230 |
msgid "Your Email"
|
231 |
msgstr "Votre email"
|
232 |
|
233 |
+
#: views/submission-form.php:49 views/submission-form.php:50
|
234 |
+
#: views/submission-form-alt.php:64 views/submission-form-alt.php:65
|
235 |
+
#: library/plugin-settings.php:1132
|
236 |
msgid "Post Title"
|
237 |
msgstr "Titre de l'article"
|
238 |
|
239 |
+
#: views/submission-form.php:55 views/submission-form.php:56
|
240 |
+
#: views/submission-form-alt.php:70 views/submission-form-alt.php:71
|
241 |
+
#: library/plugin-settings.php:1133
|
242 |
msgid "Post Tags"
|
243 |
msgstr "Tags post"
|
244 |
|
245 |
+
#: views/submission-form.php:68 views/submission-form-alt.php:83
|
246 |
msgid "Antispam Question"
|
247 |
msgstr "Question antispam"
|
248 |
|
249 |
+
#: views/submission-form.php:73 views/submission-form-alt.php:88
|
250 |
+
#: library/plugin-settings.php:1134
|
251 |
msgid "Post Category"
|
252 |
msgstr "Catégorie de poste"
|
253 |
|
254 |
+
#: views/submission-form.php:74 views/submission-form.php:75
|
255 |
+
#: views/submission-form-alt.php:89 views/submission-form-alt.php:90
|
256 |
msgid "Please select a category.."
|
257 |
msgstr "Veuillez sélectionner une catégorie.."
|
258 |
|
259 |
+
#: views/submission-form.php:106 views/submission-form.php:107
|
260 |
+
#: views/submission-form-alt.php:121 views/submission-form-alt.php:122
|
261 |
+
#: library/plugin-settings.php:1135
|
262 |
msgid "Post Content"
|
263 |
msgstr "Publier un contenu"
|
264 |
|
265 |
+
#: views/submission-form.php:113 views/submission-form-alt.php:128
|
266 |
msgid "Verification"
|
267 |
msgstr "Vérification"
|
268 |
|
269 |
+
#: views/submission-form.php:120 views/submission-form-alt.php:135
|
270 |
msgid "Upload an Image"
|
271 |
msgstr "Télécharger une image"
|
272 |
|
273 |
+
#: views/submission-form.php:129 views/submission-form-alt.php:144
|
274 |
msgid "Add another image"
|
275 |
msgstr "Ajouter une autre image"
|
276 |
|
277 |
+
#: views/submission-form.php:151 views/submission-form-alt.php:166
|
278 |
msgid "Human verification: leave this field empty."
|
279 |
msgstr "Vérification humaine: laissez ce champ vide."
|
280 |
|
281 |
+
#: views/submission-form.php:175 views/submission-form-alt.php:190
|
282 |
msgid "Submit Post"
|
283 |
msgstr "Soumettre un message"
|
284 |
|
285 |
+
#: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
|
286 |
+
msgid "Incorrect response."
|
287 |
+
msgstr "Réponse incorrecte."
|
288 |
+
|
289 |
#: library/shortcode-misc.php:18
|
290 |
msgid "Reset form"
|
291 |
msgstr "Réinitialiser le formulaire"
|
294 |
msgid "View full post"
|
295 |
msgstr "Voir le post complet"
|
296 |
|
297 |
+
#: library/plugin-settings.php:31
|
298 |
+
msgid "Settings"
|
299 |
+
msgstr "Réglages"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
|
301 |
+
#: library/plugin-settings.php:40
|
302 |
msgid "Get USP Pro for unlimited forms!"
|
303 |
msgstr "Obtenez USP Pro pour des formulaires illimités!"
|
304 |
|
305 |
+
#: library/plugin-settings.php:41
|
306 |
msgid "Go Pro"
|
307 |
msgstr "Go Pro"
|
308 |
|
309 |
+
#: library/plugin-settings.php:62 library/plugin-settings.php:1103
|
310 |
+
#: library/plugin-settings.php:1696
|
|
|
|
|
|
|
|
|
311 |
msgid "Plugin Homepage"
|
312 |
msgstr "Plugin Page d'accueil"
|
313 |
|
314 |
+
#: library/plugin-settings.php:63
|
315 |
msgid "Homepage"
|
316 |
msgstr "Page d'accueil"
|
317 |
|
318 |
+
#: library/plugin-settings.php:68
|
319 |
msgid "Give USP a 5-star rating at WordPress.org"
|
320 |
msgstr "Donnez à USP une note de 5 étoiles sur WordPress.org"
|
321 |
|
322 |
+
#: library/plugin-settings.php:69
|
323 |
msgid "Rate this plugin »"
|
324 |
msgstr "Notez ce plugin & nbsp; & raquo;"
|
325 |
|
326 |
+
#: library/plugin-settings.php:127
|
327 |
msgid "WP Post (recommended)"
|
328 |
msgstr "WP Post (recommandé)"
|
329 |
|
330 |
+
#: library/plugin-settings.php:131
|
331 |
msgid "WP Page"
|
332 |
msgstr "WP Page"
|
333 |
|
334 |
+
#: library/plugin-settings.php:147
|
335 |
msgid "HTML5 Form + Default CSS"
|
336 |
msgstr "Formulaire HTML5 + CSS par défaut"
|
337 |
|
338 |
+
#: library/plugin-settings.php:147
|
339 |
msgid "(Recommended)"
|
340 |
msgstr "(Conseillé)"
|
341 |
|
342 |
+
#: library/plugin-settings.php:151
|
343 |
msgid "HTML5 Form + Disable CSS"
|
344 |
msgstr "Formulaire HTML5 + Désactiver CSS"
|
345 |
|
346 |
+
#: library/plugin-settings.php:151
|
347 |
msgid "(Provide your own styles)"
|
348 |
msgstr "(Indiquez vos propres styles)"
|
349 |
|
350 |
+
#: library/plugin-settings.php:155
|
351 |
msgid "Custom Form + Custom CSS"
|
352 |
msgstr "Formulaire personnalisé + CSS personnalisé"
|
353 |
|
354 |
+
#: library/plugin-settings.php:155
|
355 |
msgid "(Provide your own form template & styles)"
|
356 |
msgstr "(Indiquez votre propre modèle de formulaire et vos styles)"
|
357 |
|
358 |
+
#: library/plugin-settings.php:171 library/plugin-settings.php:195
|
359 |
+
#: library/plugin-settings.php:218 library/plugin-settings.php:242
|
360 |
msgid "Auto-display before post content"
|
361 |
msgstr "Affichage automatique avant le contenu du message"
|
362 |
|
363 |
+
#: library/plugin-settings.php:175 library/plugin-settings.php:199
|
364 |
+
#: library/plugin-settings.php:222 library/plugin-settings.php:246
|
365 |
msgid "Auto-display after post content"
|
366 |
msgstr "Affichage automatique après le contenu du post"
|
367 |
|
368 |
+
#: library/plugin-settings.php:179
|
369 |
msgid "Do not auto-display submitted images"
|
370 |
msgstr "Ne pas afficher automatiquement les images soumises"
|
371 |
|
372 |
+
#: library/plugin-settings.php:203
|
373 |
msgid "Do not auto-display submitted email"
|
374 |
+
msgstr "Ne pas afficher automatiquement les courriels soumis"
|
375 |
|
376 |
+
#: library/plugin-settings.php:226
|
377 |
msgid "Do not auto-display submitted URL"
|
378 |
msgstr "Ne pas afficher automatiquement l'URL soumise"
|
379 |
|
380 |
+
#: library/plugin-settings.php:250
|
381 |
msgid "Do not auto-display the Custom Field"
|
382 |
msgstr "Ne pas afficher automatiquement le champ personnalisé"
|
383 |
|
384 |
+
#: library/plugin-settings.php:278 library/plugin-settings.php:310
|
385 |
+
#: library/plugin-settings.php:343 library/plugin-settings.php:375
|
386 |
+
msgid "Enable and require"
|
387 |
+
msgstr "Activer et exiger"
|
388 |
|
389 |
+
#: library/plugin-settings.php:279 library/plugin-settings.php:311
|
390 |
+
msgid "Enable but do not require"
|
391 |
+
msgstr "Activer mais ne nécessite pas"
|
392 |
|
393 |
+
#: library/plugin-settings.php:280 library/plugin-settings.php:312
|
394 |
+
#: library/plugin-settings.php:344 library/plugin-settings.php:376
|
395 |
msgid "Disable this field"
|
396 |
msgstr "Désactiver ce champ"
|
397 |
|
398 |
+
#: library/plugin-settings.php:315 library/plugin-settings.php:347
|
399 |
+
#: library/plugin-settings.php:379 library/plugin-settings.php:411
|
400 |
msgid "(Visit"
|
401 |
msgstr "(Visite"
|
402 |
|
403 |
+
#: library/plugin-settings.php:316 library/plugin-settings.php:348
|
404 |
+
#: library/plugin-settings.php:380 library/plugin-settings.php:412
|
405 |
msgid "to configure options)"
|
406 |
msgstr "configurer les options)"
|
407 |
|
408 |
+
#: library/plugin-settings.php:331 library/plugin-settings.php:348
|
409 |
+
#: library/plugin-settings.php:1362 library/plugin-settings.php:1367
|
410 |
msgid "Challenge Question"
|
411 |
msgstr "Question de défi"
|
412 |
|
413 |
+
#: library/plugin-settings.php:363 library/plugin-settings.php:380
|
414 |
+
#: library/plugin-settings.php:1384
|
415 |
msgid "Google reCAPTCHA"
|
416 |
msgstr "Google reCAPTCHA"
|
417 |
|
418 |
+
#: library/plugin-settings.php:395
|
419 |
msgid "Post Images"
|
420 |
msgstr "Publier des images"
|
421 |
|
422 |
+
#: library/plugin-settings.php:407
|
423 |
+
msgid "Enable"
|
424 |
+
msgstr "Activer"
|
425 |
|
426 |
+
#: library/plugin-settings.php:408
|
427 |
msgid "Disable"
|
428 |
msgstr "Désactiver"
|
429 |
|
430 |
+
#: library/plugin-settings.php:412 library/plugin-settings.php:1445
|
431 |
msgid "Image Uploads"
|
432 |
msgstr "Téléchargement d'images"
|
433 |
|
434 |
+
#: library/plugin-settings.php:492
|
435 |
msgid "Draft"
|
436 |
msgstr "Brouillon"
|
437 |
|
438 |
+
#: library/plugin-settings.php:493
|
439 |
msgid "Pending (default)"
|
440 |
msgstr "En attente (par défaut)"
|
441 |
|
442 |
+
#: library/plugin-settings.php:494
|
443 |
msgid "Publish immediately"
|
444 |
msgstr "Publier immédiatement"
|
445 |
|
446 |
+
#: library/plugin-settings.php:495
|
447 |
msgid "Publish after 1 approved post"
|
448 |
msgstr "Publier après 1 poste approuvé"
|
449 |
|
450 |
+
#: library/plugin-settings.php:496
|
451 |
msgid "Publish after "
|
452 |
+
msgstr "Publier après "
|
453 |
|
454 |
+
#: library/plugin-settings.php:496
|
455 |
msgid " approved posts"
|
456 |
msgstr " postes approuvés"
|
457 |
|
458 |
+
#: library/plugin-settings.php:524
|
459 |
+
msgid "Select categories to display in the Category field."
|
460 |
+
msgstr "Sélectionnez les catégories à afficher dans le champ Catégorie."
|
461 |
+
|
462 |
+
#: library/plugin-settings.php:738
|
463 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
464 |
msgstr "Il y avait une erreur. Assurez-vous que vous avez ajouté un titre, du contenu et que vous n’avez transféré que des images."
|
465 |
|
466 |
+
#: library/plugin-settings.php:752
|
467 |
msgid "Please select your image(s) to upload."
|
468 |
msgstr "Veuillez sélectionner vos images à télécharger."
|
469 |
|
470 |
+
#: library/plugin-settings.php:758
|
471 |
msgid "Success! Thank you for your submission."
|
472 |
msgstr "Succès! Merci pour votre soumission."
|
473 |
|
474 |
+
#: library/plugin-settings.php:784
|
475 |
msgid "Email"
|
476 |
msgstr "Email"
|
477 |
|
478 |
+
#: library/plugin-settings.php:785
|
479 |
msgid "URL"
|
480 |
msgstr "URL"
|
481 |
|
482 |
+
#: library/plugin-settings.php:1058
|
483 |
msgid "Toggle all panels"
|
484 |
msgstr "Basculer tous les panneaux"
|
485 |
|
486 |
+
#: library/plugin-settings.php:1067
|
487 |
msgid "We need your support!"
|
488 |
msgstr "Nous avons besoin de votre appui!"
|
489 |
|
490 |
+
#: library/plugin-settings.php:1071
|
491 |
msgid "Make a donation via PayPal"
|
492 |
msgstr "Faire un don via PayPal"
|
493 |
|
494 |
+
#: library/plugin-settings.php:1071
|
495 |
msgid "make a donation"
|
496 |
msgstr "faire un don"
|
497 |
|
498 |
+
#: library/plugin-settings.php:1071
|
499 |
msgid "and/or"
|
500 |
msgstr "et / ou"
|
501 |
|
502 |
+
#: library/plugin-settings.php:1072
|
503 |
msgid "Rate and review at the Plugin Directory"
|
504 |
msgstr "Notez et commentez dans le répertoire des plugins"
|
505 |
|
506 |
+
#: library/plugin-settings.php:1073
|
507 |
msgid "give this plugin a 5-star rating"
|
508 |
msgstr "attribuer à ce plugin 5 étoiles"
|
509 |
|
510 |
+
#: library/plugin-settings.php:1077
|
511 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
512 |
msgstr "Votre généreux soutien permet le développement continu de ce plugin gratuit. Je vous remercie!"
|
513 |
|
514 |
+
#: library/plugin-settings.php:1082
|
515 |
msgid "Check this box if you have shown support"
|
516 |
msgstr "Cochez cette case si vous avez montré du soutien"
|
517 |
|
518 |
+
#: library/plugin-settings.php:1091
|
519 |
msgid "Overview"
|
520 |
msgstr "Vue d'ensemble"
|
521 |
|
522 |
+
#: library/plugin-settings.php:1095
|
523 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
524 |
+
msgstr "permet à vos visiteurs de soumettre des messages et de télécharger des images à partir du front-end de votre site. "
|
525 |
|
526 |
+
#: library/plugin-settings.php:1096
|
527 |
msgid "For advanced functionality and unlimited forms, check out"
|
528 |
msgstr "Pour des fonctionnalités avancées et des formulaires illimités, consultez"
|
529 |
|
530 |
+
#: library/plugin-settings.php:1096 library/plugin-settings.php:1503
|
531 |
msgid "USP Pro"
|
532 |
msgstr "USP Pro"
|
533 |
|
534 |
+
#: library/plugin-settings.php:1097
|
535 |
msgid "— the ultimate solution for user-generated content."
|
536 |
msgstr "& mdash; la solution ultime pour le contenu généré par l'utilisateur."
|
537 |
|
538 |
+
#: library/plugin-settings.php:1101 library/plugin-settings.php:1118
|
539 |
msgid "Plugin Settings"
|
540 |
msgstr "Paramètres du plugin"
|
541 |
|
542 |
+
#: library/plugin-settings.php:1102
|
543 |
msgid "Display the form"
|
544 |
msgstr "Afficher le formulaire"
|
545 |
|
546 |
+
#: library/plugin-settings.php:1106
|
547 |
msgid "If you like this plugin, please"
|
548 |
msgstr "Si vous aimez ce plugin, s'il vous plaît"
|
549 |
|
550 |
+
#: library/plugin-settings.php:1107
|
551 |
msgid "THANK YOU for your support!"
|
552 |
msgstr "Merci pour votre soutien!"
|
553 |
|
554 |
+
#: library/plugin-settings.php:1107
|
555 |
msgid "give it a 5-star rating"
|
556 |
msgstr "lui donner 5 étoiles"
|
557 |
|
558 |
+
#: library/plugin-settings.php:1111
|
559 |
msgid "Unlimited front-end forms"
|
560 |
msgstr "Formulaires illimités front-end"
|
561 |
|
562 |
+
#: library/plugin-settings.php:1111
|
563 |
msgid "Get USP Pro"
|
564 |
msgstr "Obtenez USP Pro"
|
565 |
|
566 |
+
#: library/plugin-settings.php:1121
|
567 |
msgid "Configure your settings for User Submitted Posts."
|
568 |
msgstr "Configurez vos paramètres pour les messages soumis par l'utilisateur."
|
569 |
|
570 |
+
#: library/plugin-settings.php:1123
|
571 |
msgid "Form Fields"
|
572 |
msgstr "Champs de formulaire"
|
573 |
|
574 |
+
#: library/plugin-settings.php:1129
|
575 |
msgid "User Name"
|
576 |
msgstr "Nom d'utilisateur"
|
577 |
|
578 |
+
#: library/plugin-settings.php:1130
|
579 |
msgid "User Email"
|
580 |
msgstr "Email de l'utilisateur"
|
581 |
|
582 |
+
#: library/plugin-settings.php:1131
|
583 |
msgid "User URL"
|
584 |
msgstr "URL de l'utilisateur"
|
585 |
|
586 |
+
#: library/plugin-settings.php:1146
|
587 |
msgid "General Settings"
|
588 |
msgstr "réglages généraux"
|
589 |
|
590 |
+
#: library/plugin-settings.php:1148
|
591 |
msgid "Note that the default settings work fine for most cases."
|
592 |
msgstr "Notez que les paramètres par défaut fonctionnent correctement dans la plupart des cas."
|
593 |
|
594 |
+
#: library/plugin-settings.php:1153
|
595 |
msgid "Form Style"
|
596 |
msgstr "Style de formulaire"
|
597 |
|
598 |
+
#: library/plugin-settings.php:1158
|
599 |
msgid "With this option, you can copy the plugin’s default templates:"
|
600 |
msgstr "Avec cette option, vous pouvez copier les modèles par défaut du plug-in:"
|
601 |
|
602 |
+
#: library/plugin-settings.php:1163
|
603 |
msgid "..and upload them into a directory named"
|
604 |
msgstr "..et les télécharger dans un répertoire nommé"
|
605 |
|
606 |
+
#: library/plugin-settings.php:1163
|
607 |
msgid "in your theme:"
|
608 |
msgstr "dans votre thème:"
|
609 |
|
610 |
+
#: library/plugin-settings.php:1169
|
611 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
612 |
+
msgstr "Cela vous permettra de personnaliser la forme et les styles comme vous le souhaitez. Pour plus d’informations, consultez la section \"Formulaire de soumission personnalisé\" du"
|
613 |
|
614 |
+
#: library/plugin-settings.php:1170
|
615 |
msgid "Installation Docs"
|
616 |
msgstr "Documents d'installation"
|
617 |
|
618 |
+
#: library/plugin-settings.php:1171
|
619 |
msgid "FYI: here is a"
|
620 |
msgstr "FYI: voici un"
|
621 |
|
622 |
+
#: library/plugin-settings.php:1171
|
623 |
msgid "list of USP CSS selectors"
|
624 |
+
msgstr "liste des sélecteurs USP CSS"
|
625 |
|
626 |
+
#: library/plugin-settings.php:1177
|
627 |
msgid "Include JavaScript"
|
628 |
msgstr "Inclure JavaScript"
|
629 |
|
630 |
+
#: library/plugin-settings.php:1179
|
631 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
632 |
msgstr "Cochez cette case si vous souhaitez inclure les fichiers JavaScript externes (recommandé)."
|
633 |
|
634 |
+
#: library/plugin-settings.php:1182
|
635 |
msgid "Targeted Loading"
|
636 |
msgstr "Chargement ciblé"
|
637 |
|
638 |
+
#: library/plugin-settings.php:1184
|
639 |
+
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
|
640 |
+
msgstr "Par défaut, CSS & amp; externe Les fichiers JavaScript sont chargés sur chaque page. Ici, vous pouvez spécifier l'URL du formulaire USP pour charger des ressources uniquement sur cette page. Remarque: laissez vide pour charger sur toutes les pages. Utilisez des virgules pour séparer plusieurs URL."
|
641 |
|
642 |
+
#: library/plugin-settings.php:1187
|
643 |
msgid "Post Type"
|
644 |
msgstr "Type de poste"
|
645 |
|
646 |
+
#: library/plugin-settings.php:1190
|
647 |
msgid "Submit posts as WP Posts or Pages"
|
648 |
msgstr "Soumettre des messages sous forme de messages ou de pages WP"
|
649 |
|
650 |
+
#: library/plugin-settings.php:1194
|
651 |
msgid "Post Status"
|
652 |
msgstr "État du message"
|
653 |
|
654 |
+
#: library/plugin-settings.php:1197
|
655 |
msgid "Post Status for submitted posts"
|
656 |
msgstr "Statut de publication pour les publications soumises"
|
657 |
|
658 |
+
#: library/plugin-settings.php:1201
|
659 |
msgid "Redirect URL"
|
660 |
msgstr "URL de redirection"
|
661 |
|
662 |
+
#: library/plugin-settings.php:1203
|
663 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
664 |
msgstr "Spécifiez une URL pour rediriger l'utilisateur après la soumission. Laissez le champ vide pour rediriger vers la page actuelle."
|
665 |
|
666 |
+
#: library/plugin-settings.php:1206
|
667 |
msgid "Success Message"
|
668 |
msgstr "Message de réussite"
|
669 |
|
670 |
+
#: library/plugin-settings.php:1208
|
671 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
672 |
+
msgstr "Message de réussite qui s'affiche si la post-soumission est réussie. Le balisage de base est autorisé."
|
673 |
|
674 |
+
#: library/plugin-settings.php:1211
|
675 |
msgid "Error Message"
|
676 |
msgstr "Message d'erreur"
|
677 |
|
678 |
+
#: library/plugin-settings.php:1213
|
679 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
680 |
msgstr "Message d'erreur général affiché en cas d'échec de la post-soumission. Le balisage de base est autorisé."
|
681 |
|
682 |
+
#: library/plugin-settings.php:1216
|
683 |
msgid "Custom Content"
|
684 |
msgstr "Contenu personnalisé"
|
685 |
|
686 |
+
#: library/plugin-settings.php:1218
|
687 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
688 |
msgstr "Texte / balisage personnalisé à inclure avant le formulaire de soumission. Laisser en blanc pour désactiver."
|
689 |
|
690 |
+
#: library/plugin-settings.php:1221
|
691 |
msgid "Rich Text Editor"
|
692 |
msgstr "Éditeur de texte enrichi"
|
693 |
|
694 |
+
#: library/plugin-settings.php:1223
|
695 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
696 |
msgstr "Cochez cette case si vous souhaitez activer l'édition en texte enrichi WP pour les publications soumises."
|
697 |
|
698 |
+
#: library/plugin-settings.php:1226
|
699 |
msgid "Unique Titles"
|
700 |
msgstr "Titres uniques"
|
701 |
|
702 |
+
#: library/plugin-settings.php:1228
|
703 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
704 |
msgstr "Exiger que les titres des articles soumis soient uniques (utile pour éviter la multiplication / la duplication des articles soumis)."
|
705 |
|
706 |
+
#: library/plugin-settings.php:1231
|
707 |
msgid "Disable Required"
|
708 |
msgstr "Désactiver Obligatoire"
|
709 |
|
710 |
+
#: library/plugin-settings.php:1233
|
711 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
712 |
msgstr "Désactivez tous les attributs requis dans les champs de formulaire par défaut (utile pour le dépannage des messages d'erreur)."
|
713 |
|
714 |
+
#: library/plugin-settings.php:1236
|
715 |
msgid "Enable Shortcodes"
|
716 |
msgstr "Activer les codes courts"
|
717 |
|
718 |
+
#: library/plugin-settings.php:1238
|
719 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
720 |
+
msgstr "Activer les codes courts dans les widgets. Par défaut, WordPress n'active pas les codes abrégés dans les widgets. "
|
721 |
|
722 |
+
#: library/plugin-settings.php:1239
|
723 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
724 |
msgstr "Ce paramètre active n'importe quel / tous les shortcodes dans les widgets (même les shortcodes d'autres plugins)."
|
725 |
|
726 |
+
#: library/plugin-settings.php:1244
|
727 |
+
msgid "Privacy"
|
728 |
+
msgstr "Intimité"
|
729 |
|
730 |
+
#: library/plugin-settings.php:1249
|
731 |
msgid "Disable IP Tracking"
|
732 |
msgstr "Désactiver le suivi IP"
|
733 |
|
734 |
+
#: library/plugin-settings.php:1251
|
735 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
736 |
msgstr "Par défaut, USP enregistre l'adresse IP avec chaque message soumis. Cochez cette case pour désactiver tout le suivi IP."
|
737 |
|
738 |
+
#: library/plugin-settings.php:1255
|
739 |
msgid "Display Checkbox"
|
740 |
msgstr "Afficher la case à cocher"
|
741 |
|
742 |
+
#: library/plugin-settings.php:1257
|
743 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
744 |
+
msgstr "Afficher une case à cocher personnalisée sur votre formulaire (utile pour le GDPR, accepter les conditions, etc.)"
|
745 |
|
746 |
+
#: library/plugin-settings.php:1260
|
747 |
msgid "Checkbox Name"
|
748 |
msgstr "Nom de la case à cocher"
|
749 |
|
750 |
+
#: library/plugin-settings.php:1262 library/plugin-settings.php:1352
|
751 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
752 |
msgstr "Utilisez uniquement des caractères alphanumériques, des traits de soulignement et des tirets. En cas de doute, utilisez le nom par défaut:"
|
753 |
|
754 |
+
#: library/plugin-settings.php:1265
|
755 |
msgid "Checkbox Error"
|
756 |
msgstr "Erreur de case à cocher"
|
757 |
|
758 |
+
#: library/plugin-settings.php:1267
|
759 |
msgid "Error message displayed if user does not check the box."
|
760 |
msgstr "Message d'erreur affiché si l'utilisateur ne coche pas la case."
|
761 |
|
762 |
+
#: library/plugin-settings.php:1270
|
763 |
msgid "Checkbox Text"
|
764 |
msgstr "Texte de la case à cocher"
|
765 |
|
766 |
+
#: library/plugin-settings.php:1272
|
767 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
768 |
+
msgstr "Texte affiché à côté de la case à cocher. Astuce: utilisez des accolades pour obtenir des angles, par exemple:"
|
769 |
|
770 |
+
#: library/plugin-settings.php:1277 library/plugin-settings.php:1282
|
771 |
msgid "Categories"
|
772 |
+
msgstr "Catégories"
|
773 |
|
774 |
+
#: library/plugin-settings.php:1285
|
775 |
+
msgid "Click to view/select categories"
|
776 |
+
msgstr "Cliquez pour voir / sélectionner les catégories"
|
777 |
|
778 |
+
#: library/plugin-settings.php:1293
|
779 |
+
msgid "Multiple Categories"
|
780 |
+
msgstr "Plusieurs catégories"
|
781 |
+
|
782 |
+
#: library/plugin-settings.php:1295
|
783 |
+
msgid "Enable users to select multiple categories."
|
784 |
+
msgstr "Permettre aux utilisateurs de sélectionner plusieurs catégories."
|
785 |
+
|
786 |
+
#: library/plugin-settings.php:1298
|
787 |
msgid "Hidden/Default Category"
|
788 |
msgstr "Catégorie cachée / par défaut"
|
789 |
|
790 |
+
#: library/plugin-settings.php:1300
|
791 |
+
msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
|
792 |
+
msgstr "Utilisez un champ masqué pour la catégorie de publication. Ceci masque le champ de catégorie et définit sa valeur via l'option suivante."
|
793 |
|
794 |
+
#: library/plugin-settings.php:1303
|
795 |
msgid "Category ID for Hidden Field"
|
796 |
msgstr "ID de catégorie pour le champ caché"
|
797 |
|
798 |
+
#: library/plugin-settings.php:1305
|
799 |
+
msgid "Specify category ID(s) to use for “Hidden/Default Category”. Separate multiple IDs with a comma."
|
800 |
+
msgstr "Spécifiez le ou les identifiants de catégorie à utiliser pour & ldquo; Catégorie masquée / par défaut & rdquo ;. Séparez plusieurs identifiants avec une virgule."
|
801 |
|
802 |
+
#: library/plugin-settings.php:1310
|
803 |
msgid "Users"
|
804 |
msgstr "Utilisateurs"
|
805 |
|
806 |
+
#: library/plugin-settings.php:1315
|
807 |
msgid "Assigned Author"
|
808 |
msgstr "Auteur assigné"
|
809 |
|
810 |
+
#: library/plugin-settings.php:1318
|
811 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
812 |
msgstr "Spécifiez l'utilisateur à attribuer en tant qu'auteur pour les publications soumises."
|
813 |
|
814 |
+
#: library/plugin-settings.php:1322
|
815 |
msgid "Registered Username"
|
816 |
msgstr "Nom d'utilisateur enregistré"
|
817 |
|
818 |
+
#: library/plugin-settings.php:1324
|
819 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
820 |
msgstr "Utilisez un nom d'utilisateur enregistré comme auteur du post. Valable lorsque la personne qui soumet le formulaire est connectée à WordPress."
|
821 |
|
822 |
+
#: library/plugin-settings.php:1327
|
823 |
msgid "User Profile URL"
|
824 |
msgstr "URL du profil utilisateur"
|
825 |
|
826 |
+
#: library/plugin-settings.php:1329
|
827 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
828 |
msgstr "Utilisez l'URL de profil de l'utilisateur enregistré comme valeur du champ URL. Valable lorsque la personne qui soumet le formulaire est connectée à WordPress."
|
829 |
|
830 |
+
#: library/plugin-settings.php:1332
|
831 |
msgid "Require User Login"
|
832 |
msgstr "Exiger une connexion utilisateur"
|
833 |
|
834 |
+
#: library/plugin-settings.php:1334
|
835 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
836 |
msgstr "Exiger que les utilisateurs soient connectés à WordPress pour afficher / soumettre le formulaire"
|
837 |
|
838 |
+
#: library/plugin-settings.php:1337
|
839 |
msgid "Disable Replace Author"
|
840 |
msgstr "Désactiver Remplacer Auteur"
|
841 |
|
842 |
+
#: library/plugin-settings.php:1339
|
843 |
msgid "Do not replace post author with submitted user name"
|
844 |
msgstr "Ne pas remplacer l'auteur de la publication par le nom d'utilisateur soumis"
|
845 |
|
846 |
+
#: library/plugin-settings.php:1345
|
847 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
848 |
msgstr "Ici, vous pouvez changer le nom et l'étiquette utilisés par le champ personnalisé. Vous pouvez activer ce champ via le paramètre Champs de formulaire ci-dessus."
|
849 |
|
850 |
+
#: library/plugin-settings.php:1350
|
851 |
msgid "Custom Field Name"
|
852 |
msgstr "Nom du champ personnalisé"
|
853 |
|
854 |
+
#: library/plugin-settings.php:1355
|
855 |
msgid "Custom Field Label"
|
856 |
msgstr "Label de champ personnalisé"
|
857 |
|
858 |
+
#: library/plugin-settings.php:1357
|
859 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
860 |
msgstr "Ceci sera affiché comme étiquette de champ sur le formulaire. Par défaut: champ personnalisé"
|
861 |
|
862 |
+
#: library/plugin-settings.php:1369
|
863 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
864 |
msgstr "Pour éviter le spam, entrez une question à laquelle les utilisateurs doivent répondre avant de soumettre le formulaire."
|
865 |
|
866 |
+
#: library/plugin-settings.php:1372
|
867 |
msgid "Challenge Response"
|
868 |
msgstr "Réponse au défi"
|
869 |
|
870 |
+
#: library/plugin-settings.php:1374
|
871 |
msgid "Enter the *only* correct answer to the challenge question."
|
872 |
msgstr "Entrez la * seule * bonne réponse à la question posée."
|
873 |
|
874 |
+
#: library/plugin-settings.php:1377
|
875 |
msgid "Case-sensitivity"
|
876 |
msgstr "Sensibilité à la casse"
|
877 |
|
878 |
+
#: library/plugin-settings.php:1379
|
879 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
880 |
msgstr "Cochez cette case si vous souhaitez que la réponse au test soit sensible à la casse."
|
881 |
|
882 |
+
#: library/plugin-settings.php:1385
|
883 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
884 |
msgstr "Pour activer Google reCAPTCHA, entrez vos clés publique et privée."
|
885 |
|
886 |
+
#: library/plugin-settings.php:1390
|
887 |
msgid "Public Key"
|
888 |
msgstr "Clé publique"
|
889 |
|
890 |
+
#: library/plugin-settings.php:1392
|
891 |
msgid "Enter your Public Key"
|
892 |
msgstr "Entrez votre clé publique"
|
893 |
|
894 |
+
#: library/plugin-settings.php:1395
|
895 |
msgid "Private Key"
|
896 |
msgstr "Clé privée"
|
897 |
|
898 |
+
#: library/plugin-settings.php:1397
|
899 |
msgid "Enter your Private Key"
|
900 |
msgstr "Entrez votre clé privée"
|
901 |
|
902 |
+
#: library/plugin-settings.php:1402
|
903 |
msgid "Email Alerts"
|
904 |
msgstr "alertes courrier électronique"
|
905 |
|
906 |
+
#: library/plugin-settings.php:1407
|
907 |
msgid "Receive Email Alert"
|
908 |
msgstr "Recevoir une alerte email"
|
909 |
|
910 |
+
#: library/plugin-settings.php:1409
|
911 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
912 |
msgstr "Cochez cette case si vous souhaitez être averti par courrier électronique de nouvelles contributions."
|
913 |
|
914 |
+
#: library/plugin-settings.php:1412
|
915 |
msgid "Enable HTML Format"
|
916 |
msgstr "Activer le format HTML"
|
917 |
|
918 |
+
#: library/plugin-settings.php:1414
|
919 |
msgid "Check this box to enable HTML format for email alerts."
|
920 |
msgstr "Cochez cette case pour activer le format HTML pour les alertes par courrier électronique."
|
921 |
|
922 |
+
#: library/plugin-settings.php:1417
|
923 |
msgid "Email Address for Alerts"
|
924 |
msgstr "Adresse e-mail pour les alertes"
|
925 |
|
926 |
+
#: library/plugin-settings.php:1419
|
927 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
928 |
msgstr "Si vous avez coché la case pour recevoir des alertes par e-mail, indiquez ici la ou les adresses auxquelles les e-mails doivent être envoyés."
|
929 |
|
930 |
+
#: library/plugin-settings.php:1420
|
931 |
msgid "Multiple recipients may be included using a comma, like so:"
|
932 |
msgstr "Plusieurs destinataires peuvent être inclus en utilisant une virgule, comme ceci:"
|
933 |
|
934 |
+
#: library/plugin-settings.php:1423
|
935 |
msgid "Email “From” Address"
|
936 |
msgstr "Email & ldquo; De & rdquo; Adresse"
|
937 |
|
938 |
+
#: library/plugin-settings.php:1425
|
939 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
940 |
+
msgstr "Ici, vous pouvez personnaliser l’adresse (s) utilisée (s) pour le & De \"& rdquo; en-tête (voir la FAQ du plugin pour plus d'informations). "
|
941 |
|
942 |
+
#: library/plugin-settings.php:1426
|
943 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
944 |
+
msgstr "Si plusieurs adresses sont spécifiées dans le paramètre précédent, incluez un nombre égal de & ldquo; De & rdquo; adresses pour ce réglage (dans le même ordre)."
|
945 |
|
946 |
+
#: library/plugin-settings.php:1429
|
947 |
msgid "Email Alert Subject"
|
948 |
msgstr "Objet de l'alerte e-mail"
|
949 |
|
950 |
+
#: library/plugin-settings.php:1431
|
951 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
952 |
+
msgstr "Ligne d'objet pour les alertes par courrier électronique. Laissez le champ vide pour utiliser la ligne d'objet par défaut. Remarque: vous pouvez utiliser les variables suivantes: "
|
953 |
|
954 |
+
#: library/plugin-settings.php:1436
|
955 |
msgid "Email Alert Message"
|
956 |
msgstr "Message d'alerte par e-mail"
|
957 |
|
958 |
+
#: library/plugin-settings.php:1438
|
959 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
960 |
+
msgstr "Message pour les alertes par courrier électronique. Laissez le champ vide pour utiliser le message par défaut. Remarque: vous pouvez utiliser les variables suivantes: "
|
961 |
|
962 |
+
#: library/plugin-settings.php:1450
|
963 |
msgid "Featured Image"
|
964 |
msgstr "L'image sélectionnée"
|
965 |
|
966 |
+
#: library/plugin-settings.php:1452
|
967 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
968 |
+
msgstr "Définissez les images soumises en tant qu'images en vedette. Requiert la prise en charge de thèmes pour les images en vedette (alias Post Thumbnails)."
|
969 |
|
970 |
+
#: library/plugin-settings.php:1455
|
971 |
msgid "Upload Message"
|
972 |
msgstr "Envoyer un message"
|
973 |
|
974 |
+
#: library/plugin-settings.php:1457
|
975 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
976 |
msgstr "Message qui apparaît à côté du champ de téléchargement. Utile pour indiquer vos directives de téléchargement / politique / etc. Balisage de base autorisé."
|
977 |
|
978 |
+
#: library/plugin-settings.php:1460
|
979 |
msgid "“Add another image” link"
|
980 |
msgstr "& ldquo; Ajouter une autre image & rdquo; lien"
|
981 |
|
982 |
+
#: library/plugin-settings.php:1462
|
983 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
984 |
+
msgstr "Balisage personnalisé pour & ldquo; Ajouter une autre image & rdquo; lien. Laissez le champ vide pour utiliser le balisage par défaut (recommandé)."
|
985 |
|
986 |
+
#: library/plugin-settings.php:1465
|
987 |
msgid "Minimum number of images"
|
988 |
msgstr "Nombre minimum d'images"
|
989 |
|
990 |
+
#: library/plugin-settings.php:1468
|
991 |
msgid "Specify the minimum number of images."
|
992 |
msgstr "Spécifiez le nombre minimum d'images."
|
993 |
|
994 |
+
#: library/plugin-settings.php:1472
|
995 |
msgid "Maximum number of images"
|
996 |
msgstr "Nombre maximum d'images"
|
997 |
|
998 |
+
#: library/plugin-settings.php:1475
|
999 |
msgid "Specify the maximum number of images."
|
1000 |
msgstr "Spécifiez le nombre maximum d'images."
|
1001 |
|
1002 |
+
#: library/plugin-settings.php:1479
|
1003 |
msgid "Minimum image width"
|
1004 |
msgstr "Largeur minimale de l'image"
|
1005 |
|
1006 |
+
#: library/plugin-settings.php:1481
|
1007 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1008 |
msgstr "Spécifiez une largeur minimale (en pixels) pour les images téléchargées."
|
1009 |
|
1010 |
+
#: library/plugin-settings.php:1484
|
1011 |
msgid "Minimum image height"
|
1012 |
msgstr "Hauteur minimale de l'image"
|
1013 |
|
1014 |
+
#: library/plugin-settings.php:1486
|
1015 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1016 |
msgstr "Spécifiez une hauteur minimale (en pixels) pour les images téléchargées."
|
1017 |
|
1018 |
+
#: library/plugin-settings.php:1489
|
1019 |
msgid "Maximum image width"
|
1020 |
msgstr "Largeur maximale de l'image"
|
1021 |
|
1022 |
+
#: library/plugin-settings.php:1491
|
1023 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1024 |
msgstr "Spécifiez une largeur maximale (en pixels) pour les images téléchargées."
|
1025 |
|
1026 |
+
#: library/plugin-settings.php:1494
|
1027 |
msgid "Maximum image height"
|
1028 |
msgstr "Hauteur maximale de l'image"
|
1029 |
|
1030 |
+
#: library/plugin-settings.php:1496
|
1031 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1032 |
msgstr "Spécifiez une hauteur maximale (en pixels) pour les images téléchargées."
|
1033 |
|
1034 |
+
#: library/plugin-settings.php:1499
|
1035 |
msgid "More Options"
|
1036 |
msgstr "Plus d'options"
|
1037 |
|
1038 |
+
#: library/plugin-settings.php:1502
|
1039 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1040 |
+
msgstr "Pour plus d'options, comme la possibilité de télécharger d'autres types de fichiers (PDF, Word, Zip, vidéos, etc.), consultez"
|
1041 |
|
1042 |
+
#: library/plugin-settings.php:1503
|
1043 |
msgid "Go Pro!"
|
1044 |
msgstr "Go Pro!"
|
1045 |
|
1046 |
+
#: library/plugin-settings.php:1510
|
1047 |
msgid "Auto-Display Content"
|
1048 |
msgstr "Affichage automatique du contenu"
|
1049 |
|
1050 |
+
#: library/plugin-settings.php:1515
|
1051 |
msgid "Auto-Display Images"
|
1052 |
msgstr "Affichage automatique des images"
|
1053 |
|
1054 |
+
#: library/plugin-settings.php:1517
|
1055 |
msgid "Auto-display user-submitted images:"
|
1056 |
msgstr "Afficher automatiquement les images soumises par l'utilisateur:"
|
1057 |
|
1058 |
+
#: library/plugin-settings.php:1522
|
1059 |
msgid "Image Markup"
|
1060 |
msgstr "Balisage d'image"
|
1061 |
|
1062 |
+
#: library/plugin-settings.php:1524
|
1063 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1064 |
msgstr "Marquage à utiliser pour chaque image soumise (lorsque l'affichage automatique est activé). Peut utiliser"
|
1065 |
|
1066 |
+
#: library/plugin-settings.php:1526 library/plugin-settings.php:1539
|
1067 |
+
#: library/plugin-settings.php:1552 library/plugin-settings.php:1565
|
1068 |
msgid "and"
|
1069 |
msgstr "et"
|
1070 |
|
1071 |
+
#: library/plugin-settings.php:1529
|
1072 |
msgid "Auto-Display Email"
|
1073 |
msgstr "Affichage automatique du courrier électronique"
|
1074 |
|
1075 |
+
#: library/plugin-settings.php:1531
|
1076 |
msgid "Auto-display user-submitted email:"
|
1077 |
msgstr "Afficher automatiquement le courrier électronique soumis par l'utilisateur:"
|
1078 |
|
1079 |
+
#: library/plugin-settings.php:1536
|
1080 |
msgid "Email Markup"
|
1081 |
msgstr "Marquage de courrier électronique"
|
1082 |
|
1083 |
+
#: library/plugin-settings.php:1538
|
1084 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1085 |
msgstr "Marquage à utiliser pour l'adresse électronique soumise (lorsque l'affichage automatique est activé). Peut utiliser"
|
1086 |
|
1087 |
+
#: library/plugin-settings.php:1542
|
1088 |
msgid "Auto-Display URL"
|
1089 |
msgstr "URL à afficher automatiquement"
|
1090 |
|
1091 |
+
#: library/plugin-settings.php:1544
|
1092 |
msgid "Auto-display user-submitted URL:"
|
1093 |
msgstr "Afficher automatiquement l'URL soumise par l'utilisateur:"
|
1094 |
|
1095 |
+
#: library/plugin-settings.php:1549
|
1096 |
msgid "URL Markup"
|
1097 |
+
msgstr "Balisage d'URL"
|
1098 |
|
1099 |
+
#: library/plugin-settings.php:1551
|
1100 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1101 |
msgstr "Marquage à utiliser pour l'URL soumise (lorsque l'affichage automatique est activé). Peut utiliser"
|
1102 |
|
1103 |
+
#: library/plugin-settings.php:1555
|
1104 |
msgid "Auto-Display Custom Field"
|
1105 |
msgstr "Afficher automatiquement le champ personnalisé"
|
1106 |
|
1107 |
+
#: library/plugin-settings.php:1557
|
1108 |
msgid "Auto-display user-submitted Custom Field:"
|
1109 |
msgstr "Afficher automatiquement le champ personnalisé soumis par l'utilisateur:"
|
1110 |
|
1111 |
+
#: library/plugin-settings.php:1562
|
1112 |
msgid "Custom Field Markup"
|
1113 |
msgstr "Balisage de champ personnalisé"
|
1114 |
|
1115 |
+
#: library/plugin-settings.php:1564
|
1116 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1117 |
msgstr "Marquage à utiliser pour le champ personnalisé soumis (lorsque l'affichage automatique est activé). Peut utiliser"
|
1118 |
|
1119 |
+
#: library/plugin-settings.php:1570 library/plugin-settings.php:1682
|
1120 |
msgid "Save Settings"
|
1121 |
msgstr "Enregistrer les paramètres"
|
1122 |
|
1123 |
+
#: library/plugin-settings.php:1575
|
1124 |
msgid "Display the Form"
|
1125 |
msgstr "Afficher le formulaire"
|
1126 |
|
1127 |
+
#: library/plugin-settings.php:1578
|
1128 |
msgid "Post-Submit Form"
|
1129 |
msgstr "Formulaire post-soumission"
|
1130 |
|
1131 |
+
#: library/plugin-settings.php:1579
|
1132 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1133 |
msgstr "USP vous permet d'afficher un formulaire de post-soumission n'importe où sur votre site."
|
1134 |
|
1135 |
+
#: library/plugin-settings.php:1580 library/plugin-settings.php:1589
|
1136 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1137 |
msgstr "Utilisez le shortcode pour afficher le formulaire sur n’importe quel post ou page WP:"
|
1138 |
|
1139 |
+
#: library/plugin-settings.php:1583 library/plugin-settings.php:1592
|
1140 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1141 |
msgstr "Ou bien, utilisez la balise de modèle pour afficher le formulaire n'importe où dans votre modèle de thème:"
|
1142 |
|
1143 |
+
#: library/plugin-settings.php:1587
|
1144 |
msgid "Login/Register Form"
|
1145 |
msgstr "Formulaire de connexion / inscription"
|
1146 |
|
1147 |
+
#: library/plugin-settings.php:1588
|
1148 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1149 |
msgstr "Vous pouvez également afficher un formulaire permettant aux utilisateurs de se connecter, de s'inscrire ou de réinitialiser leur mot de passe."
|
1150 |
|
1151 |
+
#: library/plugin-settings.php:1596
|
1152 |
msgid "Display Submitted Posts"
|
1153 |
msgstr "Afficher les messages soumis"
|
1154 |
|
1155 |
+
#: library/plugin-settings.php:1597
|
1156 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1157 |
msgstr "Utilisez ce shortcode pour afficher une liste des publications soumises sur n’importe quel post ou page WP:"
|
1158 |
|
1159 |
+
#: library/plugin-settings.php:1600
|
1160 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1161 |
+
msgstr "Ou bien, utilisez la balise de modèle pour afficher une liste des publications soumises n'importe où dans votre modèle de thème:"
|
1162 |
|
1163 |
+
#: library/plugin-settings.php:1603
|
1164 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1165 |
msgstr "Voici quelques exemples montrant comment configurer ce shortcode:"
|
1166 |
|
1167 |
+
#: library/plugin-settings.php:1611
|
1168 |
msgid "Display Image Gallery"
|
1169 |
msgstr "Afficher la galerie d'images"
|
1170 |
|
1171 |
+
#: library/plugin-settings.php:1612
|
1172 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1173 |
msgstr "Utilisez ce shortcode pour afficher une galerie d'images téléchargées pour chaque message soumis:"
|
1174 |
|
1175 |
+
#: library/plugin-settings.php:1615
|
1176 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1177 |
+
msgstr "Ou utilisez la balise de modèle pour afficher une galerie d'images n'importe où dans votre modèle de thème:"
|
1178 |
|
1179 |
+
#: library/plugin-settings.php:1618
|
1180 |
msgid "You can customize using any of the follwing attributes:"
|
1181 |
msgstr "Vous pouvez personnaliser en utilisant l’un des attributs suivants:"
|
1182 |
|
1183 |
+
#: library/plugin-settings.php:1633
|
1184 |
msgid "Reset Form Button"
|
1185 |
msgstr "Bouton de réinitialisation du formulaire"
|
1186 |
|
1187 |
+
#: library/plugin-settings.php:1634
|
1188 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1189 |
msgstr "Ce shortcode affiche un lien qui réinitialise le formulaire à son état d'origine:"
|
1190 |
|
1191 |
+
#: library/plugin-settings.php:1637
|
1192 |
msgid "This shortcode accepts the following attributes:"
|
1193 |
msgstr "Ce shortcode accepte les attributs suivants:"
|
1194 |
|
1195 |
+
#: library/plugin-settings.php:1643
|
1196 |
msgid "Note that the url attribute accepts"
|
1197 |
msgstr "Notez que l'attribut url accepte"
|
1198 |
|
1199 |
+
#: library/plugin-settings.php:1643
|
1200 |
msgid "to get the current URL."
|
1201 |
msgstr "pour obtenir l'URL actuelle."
|
1202 |
|
1203 |
+
#: library/plugin-settings.php:1646
|
1204 |
msgid "Access Control"
|
1205 |
msgstr "Contrôle d'accès"
|
1206 |
|
1207 |
+
#: library/plugin-settings.php:1647
|
1208 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1209 |
msgstr "USP fournit trois codes courts pour contrôler l'accès et restreindre le contenu."
|
1210 |
|
1211 |
+
#: library/plugin-settings.php:1648
|
1212 |
msgid "Display content only to users with a specific capability:"
|
1213 |
msgstr "Afficher le contenu uniquement aux utilisateurs dotés d'une fonctionnalité spécifique:"
|
1214 |
|
1215 |
+
#: library/plugin-settings.php:1651
|
1216 |
msgid "Display content to logged-in users:"
|
1217 |
msgstr "Afficher le contenu pour les utilisateurs connectés:"
|
1218 |
|
1219 |
+
#: library/plugin-settings.php:1654
|
1220 |
msgid "Display content to visitors only:"
|
1221 |
msgstr "Afficher le contenu uniquement pour les visiteurs:"
|
1222 |
|
1223 |
+
#: library/plugin-settings.php:1657
|
1224 |
msgid "Tip:"
|
1225 |
msgstr "Pointe:"
|
1226 |
|
1227 |
+
#: library/plugin-settings.php:1657
|
1228 |
msgid "to include markup in the deny message, you can use"
|
1229 |
msgstr "pour inclure des balises dans le message de refus, vous pouvez utiliser"
|
1230 |
|
1231 |
+
#: library/plugin-settings.php:1657
|
1232 |
msgid "to output"
|
1233 |
msgstr "à la sortie"
|
1234 |
|
1235 |
+
#: library/plugin-settings.php:1660
|
1236 |
msgid "Example"
|
1237 |
msgstr "Exemple"
|
1238 |
|
1239 |
+
#: library/plugin-settings.php:1661
|
1240 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1241 |
msgstr "Si l'utilisateur est connecté, affichez le formulaire de post-soumission. ou si l'utilisateur n'est pas connecté, affichez le formulaire de connexion:"
|
1242 |
|
1243 |
+
#: library/plugin-settings.php:1673
|
1244 |
msgid "Restore Defaults"
|
1245 |
msgstr "Réinitialiser"
|
1246 |
|
1247 |
+
#: library/plugin-settings.php:1676
|
1248 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1249 |
msgstr "Laissez cette option désactivée pour mémoriser vos paramètres. Ou bien, allez-y et restaurez les options de plugin par défaut: cochez la case, enregistrez vos paramètres, puis désactivez / réactivez le plugin."
|
1250 |
|
1251 |
+
#: library/plugin-settings.php:1680
|
1252 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1253 |
+
msgstr "Restaurez les options par défaut lors de la désactivation / réactivation du plugin."
|
1254 |
|
1255 |
+
#: library/plugin-settings.php:1687
|
1256 |
msgid "Show Support"
|
1257 |
msgstr "Montrer le support"
|
1258 |
|
1259 |
+
#: library/plugin-settings.php:1696
|
1260 |
msgid "by"
|
1261 |
msgstr "par"
|
1262 |
|
1263 |
+
#: library/plugin-settings.php:1697
|
1264 |
msgid "Jeff Starr on Twitter"
|
1265 |
msgstr "Jeff Starr sur Twitter"
|
1266 |
|
1267 |
+
#: library/plugin-settings.php:1698
|
1268 |
msgid "Obsessive Web Design & Development"
|
1269 |
msgstr "Obsessive Web Design & amp; Développement"
|
1270 |
|
1271 |
+
#: library/plugin-settings.php:1709
|
1272 |
msgid "Save Preference"
|
1273 |
msgstr "Enregistrer les préférences"
|
1274 |
|
1275 |
+
#: library/plugin-settings.php:1716
|
1276 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1277 |
msgstr "Êtes-vous sûr de vouloir restaurer toutes les options par défaut? (cette action ne peut pas être annulée)"
|
1278 |
|
1279 |
+
#: library/support-panel.php:55
|
1280 |
+
msgid "Perishable Press Books"
|
1281 |
+
msgstr "Livres de presse périssables"
|
1282 |
+
|
1283 |
+
#: library/support-panel.php:56
|
1284 |
+
msgid "Plugin Planet"
|
1285 |
+
msgstr "Plugin Planet"
|
1286 |
+
|
1287 |
+
#: library/support-panel.php:57
|
1288 |
+
msgid "Donate via PayPal"
|
1289 |
+
msgstr "Faire un don via PayPal"
|
1290 |
+
|
1291 |
+
#: library/support-panel.php:59
|
1292 |
+
msgid "books"
|
1293 |
+
msgstr "livres"
|
1294 |
+
|
1295 |
+
#: library/support-panel.php:60
|
1296 |
+
msgid "plugins"
|
1297 |
+
msgstr "plugins"
|
1298 |
+
|
1299 |
+
#: library/support-panel.php:61
|
1300 |
+
msgid "donation"
|
1301 |
+
msgstr "don"
|
1302 |
+
|
1303 |
+
#: library/support-panel.php:63
|
1304 |
+
msgid "Thank you for using"
|
1305 |
+
msgstr "Merci d'utiliser"
|
1306 |
+
|
1307 |
+
#: library/support-panel.php:64
|
1308 |
+
msgid "Please show support by purchasing one of my"
|
1309 |
+
msgstr "S'il vous plaît montrer le soutien en achetant un de mes"
|
1310 |
+
|
1311 |
+
#: library/support-panel.php:65
|
1312 |
+
msgid "or"
|
1313 |
+
msgstr "ou"
|
1314 |
+
|
1315 |
+
#: library/support-panel.php:65
|
1316 |
+
msgid "or by making a"
|
1317 |
+
msgstr "ou en faisant un"
|
1318 |
+
|
1319 |
+
#: library/support-panel.php:66
|
1320 |
+
msgid "Your generous support helps future development of"
|
1321 |
+
msgstr "Votre généreux soutien contribue au développement futur de"
|
1322 |
+
|
1323 |
+
#: library/support-panel.php:67
|
1324 |
+
msgid "and is greatly appreciated."
|
1325 |
+
msgstr "et est grandement apprécié."
|
1326 |
+
|
1327 |
+
#: library/support-panel.php:69
|
1328 |
+
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
1329 |
+
msgstr "Tout don, quelle que soit sa taille, me permet de continuer à développer ce plugin gratuit et d’autres ressources WordPress géniales."
|
1330 |
+
|
1331 |
#. Description of the plugin
|
1332 |
#:
|
1333 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
languages/usp-ga.mo
CHANGED
Binary file
|
languages/usp-ga.po
CHANGED
@@ -4,1321 +4,1334 @@ msgstr ""
|
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
-
"Project-Id-Version: USP
|
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
|
14 |
|
15 |
-
#: user-submitted-posts.php:
|
16 |
msgid "requires WordPress "
|
17 |
-
msgstr "Éilíonn WordPress"
|
18 |
|
19 |
-
#: user-submitted-posts.php:
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
-
msgstr " nó níos airde, agus
|
22 |
|
23 |
-
#: user-submitted-posts.php:
|
24 |
msgid "Please return to the"
|
25 |
-
msgstr "
|
26 |
|
27 |
-
#: user-submitted-posts.php:
|
28 |
msgid "WordPress Admin Area"
|
29 |
msgstr "Limistéar Riaracháin WordPress"
|
30 |
|
31 |
-
#: user-submitted-posts.php:
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
-
msgstr "
|
34 |
|
35 |
-
#: user-submitted-posts.php:
|
36 |
msgid "User Submitted Post"
|
37 |
-
msgstr "
|
38 |
|
39 |
-
#: user-submitted-posts.php:
|
40 |
msgid "User Submitted Post Info"
|
41 |
-
msgstr "Eolas
|
42 |
|
43 |
-
#: user-submitted-posts.php:
|
44 |
msgid "Submitter Name: "
|
45 |
-
msgstr "Ainm
|
46 |
|
47 |
-
#: user-submitted-posts.php:
|
48 |
msgid "Submitter Email: "
|
49 |
-
msgstr "Ríomhphost
|
50 |
|
51 |
-
#: user-submitted-posts.php:
|
52 |
msgid "Submitter URL: "
|
53 |
-
msgstr "Cuir isteach
|
54 |
|
55 |
-
#: user-submitted-posts.php:
|
56 |
msgid "Submitter IP: "
|
57 |
-
msgstr "
|
58 |
|
59 |
-
#: user-submitted-posts.php:
|
60 |
msgid "Show USP Posts"
|
61 |
msgstr "Taispeáin Poist USP"
|
62 |
|
63 |
-
#: user-submitted-posts.php:
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
-
#: user-submitted-posts.php:
|
68 |
msgid " files required"
|
69 |
msgstr " comhaid ag teastáil"
|
70 |
|
71 |
-
#: user-submitted-posts.php:
|
72 |
msgid " file required"
|
73 |
msgstr " comhad ag teastáil"
|
74 |
|
75 |
-
#: user-submitted-posts.php:
|
76 |
msgid " files"
|
77 |
msgstr " comhaid"
|
78 |
|
79 |
-
#: user-submitted-posts.php:
|
80 |
msgid " file"
|
81 |
msgstr " comhad"
|
82 |
|
83 |
-
#: user-submitted-posts.php:
|
84 |
-
#: user-submitted-posts.php:
|
85 |
msgid " pixels"
|
86 |
-
msgstr "
|
87 |
|
88 |
-
#: user-submitted-posts.php:
|
89 |
-
#: library/plugin-settings.php:
|
90 |
-
#: library/plugin-settings.php:
|
91 |
msgid "Custom Field"
|
92 |
msgstr "Réimse an Chustaim"
|
93 |
|
94 |
-
#: user-submitted-posts.php:
|
95 |
msgid "Custom checkbox required"
|
96 |
-
msgstr "
|
97 |
|
98 |
-
#: user-submitted-posts.php:
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
-
msgstr "Tharla earráid. Téigh ar ais agus déan iarracht
|
101 |
|
102 |
-
#: user-submitted-posts.php:
|
103 |
msgid "User login required"
|
104 |
-
msgstr "
|
105 |
|
106 |
-
#: user-submitted-posts.php:
|
107 |
msgid "User name required"
|
108 |
-
msgstr "
|
109 |
|
110 |
-
#: user-submitted-posts.php:
|
111 |
msgid "Post title required"
|
112 |
-
msgstr "Teideal
|
113 |
|
114 |
-
#: user-submitted-posts.php:
|
115 |
msgid "User URL required"
|
116 |
-
msgstr "
|
117 |
|
118 |
-
#: user-submitted-posts.php:
|
119 |
msgid "Post tags required"
|
120 |
-
msgstr "
|
121 |
|
122 |
-
#: user-submitted-posts.php:
|
123 |
msgid "Post category required"
|
124 |
-
msgstr "
|
125 |
|
126 |
-
#: user-submitted-posts.php:
|
127 |
msgid "Post content required"
|
128 |
msgstr "Ábhar an phoist ag teastáil"
|
129 |
|
130 |
-
#: user-submitted-posts.php:
|
131 |
msgid "Correct captcha required"
|
132 |
-
msgstr "
|
133 |
|
134 |
-
#: user-submitted-posts.php:
|
135 |
msgid "User email required"
|
136 |
-
msgstr "
|
137 |
|
138 |
-
#: user-submitted-posts.php:
|
139 |
msgid "Please check your email and try again"
|
140 |
-
msgstr "Seiceáil do
|
141 |
|
142 |
-
#: user-submitted-posts.php:
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
-
msgstr "Luach
|
145 |
|
146 |
-
#: user-submitted-posts.php:
|
147 |
msgid "Minimum number of images not met"
|
148 |
-
msgstr "
|
149 |
|
150 |
-
#: user-submitted-posts.php:
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
-
msgstr "
|
153 |
|
154 |
-
#: user-submitted-posts.php:
|
155 |
msgid "Minimum image width not met"
|
156 |
-
msgstr "
|
157 |
|
158 |
-
#: user-submitted-posts.php:
|
159 |
msgid "Image width exceeds maximum"
|
160 |
-
msgstr "
|
161 |
|
162 |
-
#: user-submitted-posts.php:
|
163 |
msgid "Minimum image height not met"
|
164 |
-
msgstr "Níor
|
165 |
|
166 |
-
#: user-submitted-posts.php:
|
167 |
msgid "Image height exceeds maximum"
|
168 |
-
msgstr "Is airde
|
169 |
|
170 |
-
#: user-submitted-posts.php:
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
-
msgstr "
|
173 |
|
174 |
-
#: user-submitted-posts.php:
|
175 |
msgid " required"
|
176 |
-
msgstr "
|
177 |
|
178 |
-
#: user-submitted-posts.php:
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
-
msgstr "Níor uaslódáil an comhad. Seiceáil an comhad agus
|
181 |
|
182 |
-
#: user-submitted-posts.php:
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
-
msgstr "Níorbh fhéidir an comhad
|
185 |
|
186 |
-
#: user-submitted-posts.php:
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
-
msgstr "Post
|
189 |
|
190 |
-
#: user-submitted-posts.php:
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
-
msgstr "
|
193 |
|
194 |
-
#: user-submitted-posts.php:
|
195 |
msgid "Error: "
|
196 |
-
msgstr "Earráid:"
|
197 |
|
198 |
-
#: user-submitted-posts.php:
|
199 |
msgid "Return to form"
|
200 |
msgstr "Fill ar an bhfoirm"
|
201 |
|
202 |
-
#: user-submitted-posts.php:
|
203 |
msgid "Please"
|
204 |
msgstr "Le do thoil"
|
205 |
|
206 |
-
#: user-submitted-posts.php:
|
207 |
msgid "log in"
|
208 |
msgstr "Logáil isteach"
|
209 |
|
210 |
-
#: user-submitted-posts.php:
|
211 |
msgid "to submit content!"
|
212 |
msgstr "ábhar a chur isteach!"
|
213 |
|
214 |
-
#: views/submission-form.php:
|
215 |
msgid "Please complete the required fields."
|
216 |
msgstr "Comhlánaigh na réimsí riachtanacha le do thoil."
|
217 |
|
218 |
-
#: views/submission-form.php:
|
219 |
-
#: views/submission-form-alt.php:
|
220 |
msgid "Your Name"
|
221 |
msgstr "Do ainm"
|
222 |
|
223 |
-
#: views/submission-form.php:
|
224 |
-
#: views/submission-form-alt.php:
|
225 |
msgid "Your URL"
|
226 |
msgstr "Do URL"
|
227 |
|
228 |
-
#: views/submission-form.php:
|
229 |
-
#: views/submission-form-alt.php:
|
230 |
msgid "Your Email"
|
231 |
msgstr "Do r-phost"
|
232 |
|
233 |
-
#: views/submission-form.php:
|
234 |
-
#: views/submission-form-alt.php:
|
235 |
-
#: library/plugin-settings.php:
|
236 |
msgid "Post Title"
|
237 |
msgstr "Teideal an Phoist"
|
238 |
|
239 |
-
#: views/submission-form.php:
|
240 |
-
#: views/submission-form-alt.php:
|
241 |
-
#: library/plugin-settings.php:
|
242 |
msgid "Post Tags"
|
243 |
msgstr "Clibeanna Poist"
|
244 |
|
245 |
-
#: views/submission-form.php:
|
246 |
msgid "Antispam Question"
|
247 |
msgstr "Ceist Antispam"
|
248 |
|
249 |
-
#: views/submission-form.php:
|
250 |
-
#: library/plugin-settings.php:
|
251 |
msgid "Post Category"
|
252 |
-
msgstr "Catagóir
|
253 |
|
254 |
-
#: views/submission-form.php:
|
|
|
255 |
msgid "Please select a category.."
|
256 |
-
msgstr "Roghnaigh catagóir
|
257 |
|
258 |
-
#: views/submission-form.php:
|
259 |
-
#: views/submission-form-alt.php:
|
260 |
-
#: library/plugin-settings.php:
|
261 |
msgid "Post Content"
|
262 |
-
msgstr "Ábhar
|
263 |
|
264 |
-
#: views/submission-form.php:
|
265 |
msgid "Verification"
|
266 |
msgstr "Fíorú"
|
267 |
|
268 |
-
#: views/submission-form.php:
|
269 |
msgid "Upload an Image"
|
270 |
-
msgstr "Uaslódáil
|
271 |
|
272 |
-
#: views/submission-form.php:
|
273 |
msgid "Add another image"
|
274 |
msgstr "Cuir íomhá eile leis"
|
275 |
|
276 |
-
#: views/submission-form.php:
|
277 |
msgid "Human verification: leave this field empty."
|
278 |
-
msgstr "Fíorú
|
279 |
|
280 |
-
#: views/submission-form.php:
|
281 |
msgid "Submit Post"
|
282 |
-
msgstr "Cuir Post"
|
|
|
|
|
|
|
|
|
283 |
|
284 |
#: library/shortcode-misc.php:18
|
285 |
msgid "Reset form"
|
286 |
-
msgstr "Athshocraigh
|
287 |
|
288 |
#: library/shortcode-misc.php:128
|
289 |
msgid "View full post"
|
290 |
-
msgstr "Féach
|
291 |
|
292 |
-
#: library/
|
293 |
-
msgid "
|
294 |
-
msgstr "
|
295 |
-
|
296 |
-
#: library/support-panel.php:53
|
297 |
-
msgid "Plugin Planet"
|
298 |
-
msgstr "Pláinéad Breiseáin"
|
299 |
-
|
300 |
-
#: library/support-panel.php:54
|
301 |
-
msgid "Donate via PayPal"
|
302 |
-
msgstr "Tabhair íocaíocht trí PayPal"
|
303 |
-
|
304 |
-
#: library/support-panel.php:56
|
305 |
-
msgid "books"
|
306 |
-
msgstr "leabhair"
|
307 |
-
|
308 |
-
#: library/support-panel.php:57
|
309 |
-
msgid "plugins"
|
310 |
-
msgstr "plugins"
|
311 |
-
|
312 |
-
#: library/support-panel.php:58
|
313 |
-
msgid "donation"
|
314 |
-
msgstr "síntiús"
|
315 |
-
|
316 |
-
#: library/support-panel.php:60
|
317 |
-
msgid "Thank you for using"
|
318 |
-
msgstr "Go raibh maith agat as úsáid a bhaint as"
|
319 |
-
|
320 |
-
#: library/support-panel.php:61
|
321 |
-
msgid "Please show support by purchasing one of my"
|
322 |
-
msgstr "Taispeáin tacaíocht trí cheann de mo chuid a cheannach"
|
323 |
-
|
324 |
-
#: library/support-panel.php:62
|
325 |
-
msgid "or"
|
326 |
-
msgstr "nó"
|
327 |
-
|
328 |
-
#: library/support-panel.php:62
|
329 |
-
msgid "or by making a"
|
330 |
-
msgstr "nó trí"
|
331 |
-
|
332 |
-
#: library/support-panel.php:63
|
333 |
-
msgid "Your generous support helps future development of"
|
334 |
-
msgstr "Cuidíonn do thacaíocht fhiallach forbairt sa todhchaí"
|
335 |
-
|
336 |
-
#: library/support-panel.php:64
|
337 |
-
msgid "and is greatly appreciated."
|
338 |
-
msgstr "agus tá sé buíoch as."
|
339 |
-
|
340 |
-
#: library/support-panel.php:66
|
341 |
-
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
342 |
-
msgstr "Cuidíonn aon síntiús mé orm leanúint ar aghaidh ag forbairt an breiseáin seo saor in aisce agus acmhainní uamhnach WordPress eile."
|
343 |
-
|
344 |
-
#: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
|
345 |
-
msgid "Incorrect response."
|
346 |
-
msgstr "Freagra mícheart."
|
347 |
|
348 |
-
#: library/plugin-settings.php:
|
349 |
msgid "Get USP Pro for unlimited forms!"
|
350 |
-
msgstr "Faigh USP
|
351 |
|
352 |
-
#: library/plugin-settings.php:
|
353 |
msgid "Go Pro"
|
354 |
-
msgstr "
|
355 |
-
|
356 |
-
#: library/plugin-settings.php:37
|
357 |
-
msgid "Settings"
|
358 |
-
msgstr "Socruithe"
|
359 |
|
360 |
-
#: library/plugin-settings.php:
|
361 |
-
#: library/plugin-settings.php:
|
362 |
msgid "Plugin Homepage"
|
363 |
msgstr "Leathanach Baile Breiseáin"
|
364 |
|
365 |
-
#: library/plugin-settings.php:
|
366 |
msgid "Homepage"
|
367 |
msgstr "Leathanach baile"
|
368 |
|
369 |
-
#: library/plugin-settings.php:
|
370 |
msgid "Give USP a 5-star rating at WordPress.org"
|
371 |
-
msgstr "Tabhair rátáil 5 réalta
|
372 |
|
373 |
-
#: library/plugin-settings.php:
|
374 |
msgid "Rate this plugin »"
|
375 |
-
msgstr "Ráta an
|
376 |
|
377 |
-
#: library/plugin-settings.php:
|
378 |
msgid "WP Post (recommended)"
|
379 |
msgstr "WP Post (molta)"
|
380 |
|
381 |
-
#: library/plugin-settings.php:
|
382 |
msgid "WP Page"
|
383 |
msgstr "Leathanach WP"
|
384 |
|
385 |
-
#: library/plugin-settings.php:
|
386 |
msgid "HTML5 Form + Default CSS"
|
387 |
msgstr "Foirm HTML5 + Réamhshocrú CSS"
|
388 |
|
389 |
-
#: library/plugin-settings.php:
|
390 |
msgid "(Recommended)"
|
391 |
msgstr "(Molta)"
|
392 |
|
393 |
-
#: library/plugin-settings.php:
|
394 |
msgid "HTML5 Form + Disable CSS"
|
395 |
msgstr "Foirm HTML5 + Díchumasaigh CSS"
|
396 |
|
397 |
-
#: library/plugin-settings.php:
|
398 |
msgid "(Provide your own styles)"
|
399 |
-
msgstr "(
|
400 |
|
401 |
-
#: library/plugin-settings.php:
|
402 |
msgid "Custom Form + Custom CSS"
|
403 |
-
msgstr "Foirm Chustaim + CSS
|
404 |
|
405 |
-
#: library/plugin-settings.php:
|
406 |
msgid "(Provide your own form template & styles)"
|
407 |
-
msgstr "(
|
408 |
|
409 |
-
#: library/plugin-settings.php:
|
410 |
-
#: library/plugin-settings.php:
|
411 |
msgid "Auto-display before post content"
|
412 |
-
msgstr "
|
413 |
|
414 |
-
#: library/plugin-settings.php:
|
415 |
-
#: library/plugin-settings.php:
|
416 |
msgid "Auto-display after post content"
|
417 |
-
msgstr "
|
418 |
|
419 |
-
#: library/plugin-settings.php:
|
420 |
msgid "Do not auto-display submitted images"
|
421 |
-
msgstr "Ná taispeáin íomhánna
|
422 |
|
423 |
-
#: library/plugin-settings.php:
|
424 |
msgid "Do not auto-display submitted email"
|
425 |
-
msgstr "Ná
|
426 |
|
427 |
-
#: library/plugin-settings.php:
|
428 |
msgid "Do not auto-display submitted URL"
|
429 |
-
msgstr "Ná
|
430 |
|
431 |
-
#: library/plugin-settings.php:
|
432 |
msgid "Do not auto-display the Custom Field"
|
433 |
-
msgstr "Ná taispeáin an Réimse
|
434 |
|
435 |
-
#: library/plugin-settings.php:
|
436 |
-
#: library/plugin-settings.php:
|
437 |
-
msgid "
|
438 |
-
msgstr "
|
439 |
|
440 |
-
#: library/plugin-settings.php:
|
441 |
-
msgid "
|
442 |
-
msgstr "
|
443 |
|
444 |
-
#: library/plugin-settings.php:
|
445 |
-
#: library/plugin-settings.php:
|
446 |
msgid "Disable this field"
|
447 |
msgstr "Díchumasaigh an réimse seo"
|
448 |
|
449 |
-
#: library/plugin-settings.php:
|
450 |
-
#: library/plugin-settings.php:
|
451 |
msgid "(Visit"
|
452 |
msgstr "(Cuairt"
|
453 |
|
454 |
-
#: library/plugin-settings.php:
|
455 |
-
#: library/plugin-settings.php:
|
456 |
msgid "to configure options)"
|
457 |
-
msgstr "
|
458 |
|
459 |
-
#: library/plugin-settings.php:
|
460 |
-
#: library/plugin-settings.php:
|
461 |
msgid "Challenge Question"
|
462 |
-
msgstr "Ceist
|
463 |
|
464 |
-
#: library/plugin-settings.php:
|
465 |
-
#: library/plugin-settings.php:
|
466 |
msgid "Google reCAPTCHA"
|
467 |
msgstr "Google reCAPTCHA"
|
468 |
|
469 |
-
#: library/plugin-settings.php:
|
470 |
msgid "Post Images"
|
471 |
-
msgstr "Íomhánna
|
472 |
|
473 |
-
#: library/plugin-settings.php:
|
474 |
-
msgid "
|
475 |
-
msgstr "
|
476 |
|
477 |
-
#: library/plugin-settings.php:
|
478 |
msgid "Disable"
|
479 |
msgstr "Díchumasaigh"
|
480 |
|
481 |
-
#: library/plugin-settings.php:
|
482 |
msgid "Image Uploads"
|
483 |
-
msgstr "
|
484 |
|
485 |
-
#: library/plugin-settings.php:
|
486 |
msgid "Draft"
|
487 |
msgstr "Dréacht"
|
488 |
|
489 |
-
#: library/plugin-settings.php:
|
490 |
msgid "Pending (default)"
|
491 |
msgstr "Ar feitheamh (réamhshocraithe)"
|
492 |
|
493 |
-
#: library/plugin-settings.php:
|
494 |
msgid "Publish immediately"
|
495 |
msgstr "Foilsigh láithreach"
|
496 |
|
497 |
-
#: library/plugin-settings.php:
|
498 |
msgid "Publish after 1 approved post"
|
499 |
-
msgstr "
|
500 |
|
501 |
-
#: library/plugin-settings.php:
|
502 |
msgid "Publish after "
|
503 |
-
msgstr "Foilsigh i ndiaidh"
|
504 |
|
505 |
-
#: library/plugin-settings.php:
|
506 |
msgid " approved posts"
|
507 |
-
msgstr "
|
|
|
|
|
|
|
|
|
508 |
|
509 |
-
#: library/plugin-settings.php:
|
510 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
511 |
-
msgstr "
|
512 |
|
513 |
-
#: library/plugin-settings.php:
|
514 |
msgid "Please select your image(s) to upload."
|
515 |
-
msgstr "Roghnaigh do íomhá (í)
|
516 |
|
517 |
-
#: library/plugin-settings.php:
|
518 |
msgid "Success! Thank you for your submission."
|
519 |
-
msgstr "Rath! Go raibh maith agat as
|
520 |
|
521 |
-
#: library/plugin-settings.php:
|
522 |
msgid "Email"
|
523 |
msgstr "Ríomhphost"
|
524 |
|
525 |
-
#: library/plugin-settings.php:
|
526 |
msgid "URL"
|
527 |
msgstr "URL"
|
528 |
|
529 |
-
#: library/plugin-settings.php:
|
530 |
msgid "Toggle all panels"
|
531 |
-
msgstr "
|
532 |
|
533 |
-
#: library/plugin-settings.php:
|
534 |
msgid "We need your support!"
|
535 |
-
msgstr "
|
536 |
|
537 |
-
#: library/plugin-settings.php:
|
538 |
msgid "Make a donation via PayPal"
|
539 |
msgstr "Déan síntiús trí PayPal"
|
540 |
|
541 |
-
#: library/plugin-settings.php:
|
542 |
msgid "make a donation"
|
543 |
msgstr "déan síntiús"
|
544 |
|
545 |
-
#: library/plugin-settings.php:
|
546 |
msgid "and/or"
|
547 |
msgstr "agus / nó"
|
548 |
|
549 |
-
#: library/plugin-settings.php:
|
550 |
msgid "Rate and review at the Plugin Directory"
|
551 |
-
msgstr "Ráta agus athbhreithniú ag an Eolaire
|
552 |
|
553 |
-
#: library/plugin-settings.php:
|
554 |
msgid "give this plugin a 5-star rating"
|
555 |
-
msgstr "
|
556 |
|
557 |
-
#: library/plugin-settings.php:
|
558 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
559 |
-
msgstr "Cuireann do thacaíocht
|
560 |
|
561 |
-
#: library/plugin-settings.php:
|
562 |
msgid "Check this box if you have shown support"
|
563 |
-
msgstr "Seiceáil an bosca seo má
|
564 |
|
565 |
-
#: library/plugin-settings.php:
|
566 |
msgid "Overview"
|
567 |
msgstr "Forbhreathnú"
|
568 |
|
569 |
-
#: library/plugin-settings.php:
|
570 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
571 |
-
msgstr "cuireann do chuairteoirí poist isteach agus íomhánna a uaslódáil ó
|
572 |
|
573 |
-
#: library/plugin-settings.php:
|
574 |
msgid "For advanced functionality and unlimited forms, check out"
|
575 |
-
msgstr "
|
576 |
|
577 |
-
#: library/plugin-settings.php:
|
578 |
msgid "USP Pro"
|
579 |
msgstr "USP Pro"
|
580 |
|
581 |
-
#: library/plugin-settings.php:
|
582 |
msgid "— the ultimate solution for user-generated content."
|
583 |
-
msgstr "& mdash; an réiteach deiridh
|
584 |
|
585 |
-
#: library/plugin-settings.php:
|
586 |
msgid "Plugin Settings"
|
587 |
msgstr "Socruithe Breiseáin"
|
588 |
|
589 |
-
#: library/plugin-settings.php:
|
590 |
msgid "Display the form"
|
591 |
msgstr "Taispeáin an fhoirm"
|
592 |
|
593 |
-
#: library/plugin-settings.php:
|
594 |
msgid "If you like this plugin, please"
|
595 |
msgstr "Más maith leat an breiseán seo, le do thoil"
|
596 |
|
597 |
-
#: library/plugin-settings.php:
|
598 |
msgid "THANK YOU for your support!"
|
599 |
msgstr "Go raibh maith agat as do chuid tacaíochta!"
|
600 |
|
601 |
-
#: library/plugin-settings.php:
|
602 |
msgid "give it a 5-star rating"
|
603 |
-
msgstr "
|
604 |
|
605 |
-
#: library/plugin-settings.php:
|
606 |
msgid "Unlimited front-end forms"
|
607 |
-
msgstr "Foirmeacha
|
608 |
|
609 |
-
#: library/plugin-settings.php:
|
610 |
msgid "Get USP Pro"
|
611 |
msgstr "Faigh USP Pro"
|
612 |
|
613 |
-
#: library/plugin-settings.php:
|
614 |
msgid "Configure your settings for User Submitted Posts."
|
615 |
-
msgstr "
|
616 |
|
617 |
-
#: library/plugin-settings.php:
|
618 |
msgid "Form Fields"
|
619 |
-
msgstr "
|
620 |
|
621 |
-
#: library/plugin-settings.php:
|
622 |
msgid "User Name"
|
623 |
-
msgstr "Ainm Úsáideora"
|
624 |
|
625 |
-
#: library/plugin-settings.php:
|
626 |
msgid "User Email"
|
627 |
-
msgstr "
|
628 |
|
629 |
-
#: library/plugin-settings.php:
|
630 |
msgid "User URL"
|
631 |
msgstr "URL Úsáideora"
|
632 |
|
633 |
-
#: library/plugin-settings.php:
|
634 |
msgid "General Settings"
|
635 |
msgstr "Socruithe Ginearálta"
|
636 |
|
637 |
-
#: library/plugin-settings.php:
|
638 |
msgid "Note that the default settings work fine for most cases."
|
639 |
-
msgstr "Tabhair faoi deara go
|
640 |
|
641 |
-
#: library/plugin-settings.php:
|
642 |
msgid "Form Style"
|
643 |
-
msgstr "Stíl
|
644 |
|
645 |
-
#: library/plugin-settings.php:
|
646 |
msgid "With this option, you can copy the plugin’s default templates:"
|
647 |
-
msgstr "Leis an rogha seo, is féidir leat na teimpléid réamhshocraithe & rsquo
|
648 |
|
649 |
-
#: library/plugin-settings.php:
|
650 |
msgid "..and upload them into a directory named"
|
651 |
-
msgstr "agus iad a uaslódáil
|
652 |
|
653 |
-
#: library/plugin-settings.php:
|
654 |
msgid "in your theme:"
|
655 |
msgstr "i do théama:"
|
656 |
|
657 |
-
#: library/plugin-settings.php:
|
658 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
659 |
-
msgstr "Cuirfidh sé sin ar chumas
|
660 |
|
661 |
-
#: library/plugin-settings.php:
|
662 |
msgid "Installation Docs"
|
663 |
msgstr "Docs Suiteála"
|
664 |
|
665 |
-
#: library/plugin-settings.php:
|
666 |
msgid "FYI: here is a"
|
667 |
-
msgstr "FYI:
|
668 |
|
669 |
-
#: library/plugin-settings.php:
|
670 |
msgid "list of USP CSS selectors"
|
671 |
-
msgstr "liosta de
|
672 |
|
673 |
-
#: library/plugin-settings.php:
|
674 |
msgid "Include JavaScript"
|
675 |
msgstr "Cuir JavaScript san áireamh"
|
676 |
|
677 |
-
#: library/plugin-settings.php:
|
678 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
679 |
-
msgstr "Seiceáil an bosca seo más mian leat na comhaid
|
680 |
|
681 |
-
#: library/plugin-settings.php:
|
682 |
msgid "Targeted Loading"
|
683 |
-
msgstr "Luchtú
|
684 |
|
685 |
-
#: library/plugin-settings.php:
|
686 |
-
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
|
687 |
-
msgstr "De réir réamhshocraithe, CSS
|
688 |
|
689 |
-
#: library/plugin-settings.php:
|
690 |
msgid "Post Type"
|
691 |
msgstr "Cineál Post"
|
692 |
|
693 |
-
#: library/plugin-settings.php:
|
694 |
msgid "Submit posts as WP Posts or Pages"
|
695 |
-
msgstr "Cuir
|
696 |
|
697 |
-
#: library/plugin-settings.php:
|
698 |
msgid "Post Status"
|
699 |
msgstr "Stádas an Phoist"
|
700 |
|
701 |
-
#: library/plugin-settings.php:
|
702 |
msgid "Post Status for submitted posts"
|
703 |
-
msgstr "Stádas
|
704 |
|
705 |
-
#: library/plugin-settings.php:
|
706 |
msgid "Redirect URL"
|
707 |
-
msgstr "URL
|
708 |
|
709 |
-
#: library/plugin-settings.php:
|
710 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
711 |
-
msgstr "Sonraigh URL chun an t-úsáideoir a atreorú tar éis an iarratais
|
712 |
|
713 |
-
#: library/plugin-settings.php:
|
714 |
msgid "Success Message"
|
715 |
-
msgstr "Teachtaireacht
|
716 |
|
717 |
-
#: library/plugin-settings.php:
|
718 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
719 |
-
msgstr "Teachtaireacht
|
720 |
|
721 |
-
#: library/plugin-settings.php:
|
722 |
msgid "Error Message"
|
723 |
-
msgstr "Teachtaireacht
|
724 |
|
725 |
-
#: library/plugin-settings.php:
|
726 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
727 |
-
msgstr "Teachtaireacht earráide
|
728 |
|
729 |
-
#: library/plugin-settings.php:
|
730 |
msgid "Custom Content"
|
731 |
msgstr "Ábhar an Chustaim"
|
732 |
|
733 |
-
#: library/plugin-settings.php:
|
734 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
735 |
-
msgstr "Téacs / marcáil
|
736 |
|
737 |
-
#: library/plugin-settings.php:
|
738 |
msgid "Rich Text Editor"
|
739 |
-
msgstr "Eagarthóir Téacs
|
740 |
|
741 |
-
#: library/plugin-settings.php:
|
742 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
743 |
-
msgstr "Seiceáil an bosca seo más mian leat eagarthóireacht téacs saibhir WP a chumasú
|
744 |
|
745 |
-
#: library/plugin-settings.php:
|
746 |
msgid "Unique Titles"
|
747 |
msgstr "Teidil Uathúla"
|
748 |
|
749 |
-
#: library/plugin-settings.php:
|
750 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
751 |
-
msgstr "A
|
752 |
|
753 |
-
#: library/plugin-settings.php:
|
754 |
msgid "Disable Required"
|
755 |
msgstr "Díchumasaigh Riachtanach"
|
756 |
|
757 |
-
#: library/plugin-settings.php:
|
758 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
759 |
-
msgstr "
|
760 |
|
761 |
-
#: library/plugin-settings.php:
|
762 |
msgid "Enable Shortcodes"
|
763 |
msgstr "Cumasaigh Shortcodes"
|
764 |
|
765 |
-
#: library/plugin-settings.php:
|
766 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
767 |
-
msgstr "Cumasaigh
|
768 |
|
769 |
-
#: library/plugin-settings.php:
|
770 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
771 |
-
msgstr "Cuireann an
|
772 |
|
773 |
-
#: library/plugin-settings.php:
|
774 |
-
msgid "
|
775 |
-
msgstr "
|
776 |
|
777 |
-
#: library/plugin-settings.php:
|
778 |
msgid "Disable IP Tracking"
|
779 |
-
msgstr "
|
780 |
|
781 |
-
#: library/plugin-settings.php:
|
782 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
783 |
-
msgstr "De réir réamhshocraithe USP
|
784 |
|
785 |
-
#: library/plugin-settings.php:
|
786 |
msgid "Display Checkbox"
|
787 |
-
msgstr "
|
788 |
|
789 |
-
#: library/plugin-settings.php:
|
790 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
791 |
-
msgstr "Taispeáin
|
792 |
|
793 |
-
#: library/plugin-settings.php:
|
794 |
msgid "Checkbox Name"
|
795 |
-
msgstr "Ainm an
|
796 |
|
797 |
-
#: library/plugin-settings.php:
|
798 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
799 |
-
msgstr "
|
800 |
|
801 |
-
#: library/plugin-settings.php:
|
802 |
msgid "Checkbox Error"
|
803 |
-
msgstr "Earráid
|
804 |
|
805 |
-
#: library/plugin-settings.php:
|
806 |
msgid "Error message displayed if user does not check the box."
|
807 |
-
msgstr "
|
808 |
|
809 |
-
#: library/plugin-settings.php:
|
810 |
msgid "Checkbox Text"
|
811 |
-
msgstr "Téacs
|
812 |
|
813 |
-
#: library/plugin-settings.php:
|
814 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
815 |
-
msgstr "
|
816 |
|
817 |
-
#: library/plugin-settings.php:
|
818 |
msgid "Categories"
|
819 |
msgstr "Catagóirí"
|
820 |
|
821 |
-
#: library/plugin-settings.php:
|
822 |
-
msgid "
|
823 |
-
msgstr "
|
824 |
|
825 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
826 |
msgid "Hidden/Default Category"
|
827 |
-
msgstr "Catagóir
|
828 |
|
829 |
-
#: library/plugin-settings.php:
|
830 |
-
msgid "Use a hidden field for the post category. This
|
831 |
-
msgstr "
|
832 |
|
833 |
-
#: library/plugin-settings.php:
|
834 |
msgid "Category ID for Hidden Field"
|
835 |
-
msgstr "
|
836 |
|
837 |
-
#: library/plugin-settings.php:
|
838 |
-
msgid "Specify
|
839 |
-
msgstr "Sonraigh
|
840 |
|
841 |
-
#: library/plugin-settings.php:
|
842 |
msgid "Users"
|
843 |
msgstr "Úsáideoirí"
|
844 |
|
845 |
-
#: library/plugin-settings.php:
|
846 |
msgid "Assigned Author"
|
847 |
-
msgstr "Údar
|
848 |
|
849 |
-
#: library/plugin-settings.php:
|
850 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
851 |
-
msgstr "Sonraigh an t-úsáideoir ba
|
852 |
|
853 |
-
#: library/plugin-settings.php:
|
854 |
msgid "Registered Username"
|
855 |
msgstr "Ainm Úsáideora Cláraithe"
|
856 |
|
857 |
-
#: library/plugin-settings.php:
|
858 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
859 |
-
msgstr "Úsáid ainm
|
860 |
|
861 |
-
#: library/plugin-settings.php:
|
862 |
msgid "User Profile URL"
|
863 |
msgstr "URL Próifíl Úsáideora"
|
864 |
|
865 |
-
#: library/plugin-settings.php:
|
866 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
867 |
-
msgstr "Úsáid URL
|
868 |
|
869 |
-
#: library/plugin-settings.php:
|
870 |
msgid "Require User Login"
|
871 |
-
msgstr "
|
872 |
|
873 |
-
#: library/plugin-settings.php:
|
874 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
875 |
-
msgstr "A
|
876 |
|
877 |
-
#: library/plugin-settings.php:
|
878 |
msgid "Disable Replace Author"
|
879 |
-
msgstr "Díchumasaigh
|
880 |
|
881 |
-
#: library/plugin-settings.php:
|
882 |
msgid "Do not replace post author with submitted user name"
|
883 |
-
msgstr "Ná cuir
|
884 |
|
885 |
-
#: library/plugin-settings.php:
|
886 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
887 |
-
msgstr "Anseo
|
888 |
|
889 |
-
#: library/plugin-settings.php:
|
890 |
msgid "Custom Field Name"
|
891 |
-
msgstr "Ainm
|
892 |
|
893 |
-
#: library/plugin-settings.php:
|
894 |
msgid "Custom Field Label"
|
895 |
-
msgstr "Lipéad an Chustaim
|
896 |
|
897 |
-
#: library/plugin-settings.php:
|
898 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
899 |
-
msgstr "Taispeánfar é seo mar
|
900 |
|
901 |
-
#: library/plugin-settings.php:
|
902 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
903 |
-
msgstr "Chun spam a chosc, cuir isteach ceist
|
904 |
|
905 |
-
#: library/plugin-settings.php:
|
906 |
msgid "Challenge Response"
|
907 |
-
msgstr "Freagra
|
908 |
|
909 |
-
#: library/plugin-settings.php:
|
910 |
msgid "Enter the *only* correct answer to the challenge question."
|
911 |
-
msgstr "Cuir isteach an
|
912 |
|
913 |
-
#: library/plugin-settings.php:
|
914 |
msgid "Case-sensitivity"
|
915 |
-
msgstr "
|
916 |
|
917 |
-
#: library/plugin-settings.php:
|
918 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
919 |
-
msgstr "Seiceáil an bosca seo más mian leat go mbeadh an freagra
|
920 |
|
921 |
-
#: library/plugin-settings.php:
|
922 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
923 |
-
msgstr "Chun Google reCAPTCHA a chumasú,
|
924 |
|
925 |
-
#: library/plugin-settings.php:
|
926 |
msgid "Public Key"
|
927 |
-
msgstr "Eochair
|
928 |
|
929 |
-
#: library/plugin-settings.php:
|
930 |
msgid "Enter your Public Key"
|
931 |
-
msgstr "
|
932 |
|
933 |
-
#: library/plugin-settings.php:
|
934 |
msgid "Private Key"
|
935 |
-
msgstr "Eochair
|
936 |
|
937 |
-
#: library/plugin-settings.php:
|
938 |
msgid "Enter your Private Key"
|
939 |
-
msgstr "Cuir isteach do Eochair
|
940 |
|
941 |
-
#: library/plugin-settings.php:
|
942 |
msgid "Email Alerts"
|
943 |
-
msgstr "
|
944 |
|
945 |
-
#: library/plugin-settings.php:
|
946 |
msgid "Receive Email Alert"
|
947 |
-
msgstr "Faigh Foláireamh
|
948 |
|
949 |
-
#: library/plugin-settings.php:
|
950 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
951 |
-
msgstr "Seiceáil an bosca seo más mian leat
|
952 |
|
953 |
-
#: library/plugin-settings.php:
|
954 |
msgid "Enable HTML Format"
|
955 |
msgstr "Cumasaigh Formáid HTML"
|
956 |
|
957 |
-
#: library/plugin-settings.php:
|
958 |
msgid "Check this box to enable HTML format for email alerts."
|
959 |
-
msgstr "Seiceáil an bosca seo chun formáid HTML
|
960 |
|
961 |
-
#: library/plugin-settings.php:
|
962 |
msgid "Email Address for Alerts"
|
963 |
-
msgstr "Seoladh Ríomhphoist
|
964 |
|
965 |
-
#: library/plugin-settings.php:
|
966 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
967 |
-
msgstr "Má
|
968 |
|
969 |
-
#: library/plugin-settings.php:
|
970 |
msgid "Multiple recipients may be included using a comma, like so:"
|
971 |
-
msgstr "Is féidir
|
972 |
|
973 |
-
#: library/plugin-settings.php:
|
974 |
msgid "Email “From” Address"
|
975 |
msgstr "Ríomhphost & ldquo; Ó & rdquo; Seoladh"
|
976 |
|
977 |
-
#: library/plugin-settings.php:
|
978 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
979 |
-
msgstr "Anseo
|
980 |
|
981 |
-
#: library/plugin-settings.php:
|
982 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
983 |
-
msgstr "Má
|
984 |
|
985 |
-
#: library/plugin-settings.php:
|
986 |
msgid "Email Alert Subject"
|
987 |
-
msgstr "Ábhar
|
988 |
|
989 |
-
#: library/plugin-settings.php:
|
990 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
991 |
-
msgstr "Líne ábhair le haghaidh foláirimh ríomhphoist. Fág bán chun an líne
|
992 |
|
993 |
-
#: library/plugin-settings.php:
|
994 |
msgid "Email Alert Message"
|
995 |
-
msgstr "Teachtaireacht Foláirimh
|
996 |
|
997 |
-
#: library/plugin-settings.php:
|
998 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
999 |
-
msgstr "Teachtaireacht le
|
1000 |
|
1001 |
-
#: library/plugin-settings.php:
|
1002 |
msgid "Featured Image"
|
1003 |
msgstr "Íomhá Réadmhaoin"
|
1004 |
|
1005 |
-
#: library/plugin-settings.php:
|
1006 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
1007 |
-
msgstr "Socraigh íomhánna isteach mar Íomhánna Réadmhaoin. Éilíonn tacaíocht téama
|
1008 |
|
1009 |
-
#: library/plugin-settings.php:
|
1010 |
msgid "Upload Message"
|
1011 |
-
msgstr "Teachtaireacht
|
1012 |
|
1013 |
-
#: library/plugin-settings.php:
|
1014 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
1015 |
-
msgstr "Teachtaireacht atá le feiceáil in aice leis an réimse
|
1016 |
|
1017 |
-
#: library/plugin-settings.php:
|
1018 |
msgid "“Add another image” link"
|
1019 |
-
msgstr "& ldquo; Cuir íomhá eile & rdquo; nasc"
|
1020 |
|
1021 |
-
#: library/plugin-settings.php:
|
1022 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
1023 |
-
msgstr "
|
1024 |
|
1025 |
-
#: library/plugin-settings.php:
|
1026 |
msgid "Minimum number of images"
|
1027 |
-
msgstr "
|
1028 |
|
1029 |
-
#: library/plugin-settings.php:
|
1030 |
msgid "Specify the minimum number of images."
|
1031 |
-
msgstr "Sonraigh líon íosta
|
1032 |
|
1033 |
-
#: library/plugin-settings.php:
|
1034 |
msgid "Maximum number of images"
|
1035 |
-
msgstr "
|
1036 |
|
1037 |
-
#: library/plugin-settings.php:
|
1038 |
msgid "Specify the maximum number of images."
|
1039 |
-
msgstr "Sonraigh líon uasta
|
1040 |
|
1041 |
-
#: library/plugin-settings.php:
|
1042 |
msgid "Minimum image width"
|
1043 |
-
msgstr "Leithead íosta
|
1044 |
|
1045 |
-
#: library/plugin-settings.php:
|
1046 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1047 |
-
msgstr "Sonraigh leithead íosta (i bpicteilíní) le haghaidh íomhánna
|
1048 |
|
1049 |
-
#: library/plugin-settings.php:
|
1050 |
msgid "Minimum image height"
|
1051 |
-
msgstr "
|
1052 |
|
1053 |
-
#: library/plugin-settings.php:
|
1054 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1055 |
-
msgstr "Sonraigh
|
1056 |
|
1057 |
-
#: library/plugin-settings.php:
|
1058 |
msgid "Maximum image width"
|
1059 |
-
msgstr "
|
1060 |
|
1061 |
-
#: library/plugin-settings.php:
|
1062 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1063 |
-
msgstr "Sonraigh leithead uasta (i bpicteilíní) le haghaidh íomhánna
|
1064 |
|
1065 |
-
#: library/plugin-settings.php:
|
1066 |
msgid "Maximum image height"
|
1067 |
-
msgstr "
|
1068 |
|
1069 |
-
#: library/plugin-settings.php:
|
1070 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1071 |
-
msgstr "Sonraigh
|
1072 |
|
1073 |
-
#: library/plugin-settings.php:
|
1074 |
msgid "More Options"
|
1075 |
-
msgstr "Roghanna
|
1076 |
|
1077 |
-
#: library/plugin-settings.php:
|
1078 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1079 |
-
msgstr "Le haghaidh tuilleadh roghanna, cosúil leis an gcumas cineálacha
|
1080 |
|
1081 |
-
#: library/plugin-settings.php:
|
1082 |
msgid "Go Pro!"
|
1083 |
-
msgstr "
|
1084 |
|
1085 |
-
#: library/plugin-settings.php:
|
1086 |
msgid "Auto-Display Content"
|
1087 |
-
msgstr "Ábhar
|
1088 |
|
1089 |
-
#: library/plugin-settings.php:
|
1090 |
msgid "Auto-Display Images"
|
1091 |
-
msgstr "Íomhánna Auto-
|
1092 |
|
1093 |
-
#: library/plugin-settings.php:
|
1094 |
msgid "Auto-display user-submitted images:"
|
1095 |
-
msgstr "Íomhánna
|
1096 |
|
1097 |
-
#: library/plugin-settings.php:
|
1098 |
msgid "Image Markup"
|
1099 |
msgstr "Marcáil Íomhá"
|
1100 |
|
1101 |
-
#: library/plugin-settings.php:
|
1102 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1103 |
-
msgstr "Marcáil le húsáid le haghaidh gach íomhá a
|
1104 |
|
1105 |
-
#: library/plugin-settings.php:
|
1106 |
-
#: library/plugin-settings.php:
|
1107 |
msgid "and"
|
1108 |
msgstr "agus"
|
1109 |
|
1110 |
-
#: library/plugin-settings.php:
|
1111 |
msgid "Auto-Display Email"
|
1112 |
-
msgstr "
|
1113 |
|
1114 |
-
#: library/plugin-settings.php:
|
1115 |
msgid "Auto-display user-submitted email:"
|
1116 |
-
msgstr "R-phost
|
1117 |
|
1118 |
-
#: library/plugin-settings.php:
|
1119 |
msgid "Email Markup"
|
1120 |
-
msgstr "
|
1121 |
|
1122 |
-
#: library/plugin-settings.php:
|
1123 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1124 |
-
msgstr "Marcáil le húsáid
|
1125 |
|
1126 |
-
#: library/plugin-settings.php:
|
1127 |
msgid "Auto-Display URL"
|
1128 |
-
msgstr "URL Auto-
|
1129 |
|
1130 |
-
#: library/plugin-settings.php:
|
1131 |
msgid "Auto-display user-submitted URL:"
|
1132 |
-
msgstr "URL a
|
1133 |
|
1134 |
-
#: library/plugin-settings.php:
|
1135 |
msgid "URL Markup"
|
1136 |
-
msgstr "
|
1137 |
|
1138 |
-
#: library/plugin-settings.php:
|
1139 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1140 |
-
msgstr "Marcáil le húsáid
|
1141 |
|
1142 |
-
#: library/plugin-settings.php:
|
1143 |
msgid "Auto-Display Custom Field"
|
1144 |
-
msgstr "Réimse Saincheaptha Auto-
|
1145 |
|
1146 |
-
#: library/plugin-settings.php:
|
1147 |
msgid "Auto-display user-submitted Custom Field:"
|
1148 |
-
msgstr "Réimse
|
1149 |
|
1150 |
-
#: library/plugin-settings.php:
|
1151 |
msgid "Custom Field Markup"
|
1152 |
-
msgstr "
|
1153 |
|
1154 |
-
#: library/plugin-settings.php:
|
1155 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1156 |
-
msgstr "Marcáil le húsáid
|
1157 |
|
1158 |
-
#: library/plugin-settings.php:
|
1159 |
msgid "Save Settings"
|
1160 |
msgstr "Sábháil Socruithe"
|
1161 |
|
1162 |
-
#: library/plugin-settings.php:
|
1163 |
msgid "Display the Form"
|
1164 |
-
msgstr "Taispeáin an
|
1165 |
|
1166 |
-
#: library/plugin-settings.php:
|
1167 |
msgid "Post-Submit Form"
|
1168 |
-
msgstr "Foirm Iar-
|
1169 |
|
1170 |
-
#: library/plugin-settings.php:
|
1171 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1172 |
-
msgstr "Cuireann USP ar chumas
|
1173 |
|
1174 |
-
#: library/plugin-settings.php:
|
1175 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1176 |
-
msgstr "
|
1177 |
|
1178 |
-
#: library/plugin-settings.php:
|
1179 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1180 |
-
msgstr "Nó, bain úsáid as an
|
1181 |
|
1182 |
-
#: library/plugin-settings.php:
|
1183 |
msgid "Login/Register Form"
|
1184 |
-
msgstr "Foirm
|
1185 |
|
1186 |
-
#: library/plugin-settings.php:
|
1187 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1188 |
-
msgstr "Is féidir leat foirm a thaispeáint a chuireann ar chumas úsáideoirí logáil isteach,
|
1189 |
|
1190 |
-
#: library/plugin-settings.php:
|
1191 |
msgid "Display Submitted Posts"
|
1192 |
-
msgstr "Taispeáin Poist
|
1193 |
|
1194 |
-
#: library/plugin-settings.php:
|
1195 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1196 |
-
msgstr "
|
1197 |
|
1198 |
-
#: library/plugin-settings.php:
|
1199 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1200 |
-
msgstr "Nó, bain úsáid as an
|
1201 |
|
1202 |
-
#: library/plugin-settings.php:
|
1203 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1204 |
-
msgstr "Seo roinnt samplaí a
|
1205 |
|
1206 |
-
#: library/plugin-settings.php:
|
1207 |
msgid "Display Image Gallery"
|
1208 |
-
msgstr "
|
1209 |
|
1210 |
-
#: library/plugin-settings.php:
|
1211 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1212 |
-
msgstr "
|
1213 |
|
1214 |
-
#: library/plugin-settings.php:
|
1215 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1216 |
-
msgstr "Nó, bain úsáid as an
|
1217 |
|
1218 |
-
#: library/plugin-settings.php:
|
1219 |
msgid "You can customize using any of the follwing attributes:"
|
1220 |
-
msgstr "Is féidir leat
|
1221 |
|
1222 |
-
#: library/plugin-settings.php:
|
1223 |
msgid "Reset Form Button"
|
1224 |
-
msgstr "Athshocraigh
|
1225 |
|
1226 |
-
#: library/plugin-settings.php:
|
1227 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1228 |
-
msgstr "Taispeánann an
|
1229 |
|
1230 |
-
#: library/plugin-settings.php:
|
1231 |
msgid "This shortcode accepts the following attributes:"
|
1232 |
-
msgstr "Glacann an
|
1233 |
|
1234 |
-
#: library/plugin-settings.php:
|
1235 |
msgid "Note that the url attribute accepts"
|
1236 |
-
msgstr "Tabhair faoi deara go nglacann an tréith url"
|
1237 |
|
1238 |
-
#: library/plugin-settings.php:
|
1239 |
msgid "to get the current URL."
|
1240 |
-
msgstr "an URL reatha a fháil."
|
1241 |
|
1242 |
-
#: library/plugin-settings.php:
|
1243 |
msgid "Access Control"
|
1244 |
msgstr "Rialú Rochtana"
|
1245 |
|
1246 |
-
#: library/plugin-settings.php:
|
1247 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1248 |
-
msgstr "Soláthraíonn USP trí
|
1249 |
|
1250 |
-
#: library/plugin-settings.php:
|
1251 |
msgid "Display content only to users with a specific capability:"
|
1252 |
-
msgstr "
|
1253 |
|
1254 |
-
#: library/plugin-settings.php:
|
1255 |
msgid "Display content to logged-in users:"
|
1256 |
-
msgstr "Taispeáin
|
1257 |
|
1258 |
-
#: library/plugin-settings.php:
|
1259 |
msgid "Display content to visitors only:"
|
1260 |
msgstr "Taispeáin ábhar do chuairteoirí amháin:"
|
1261 |
|
1262 |
-
#: library/plugin-settings.php:
|
1263 |
msgid "Tip:"
|
1264 |
msgstr "Leid:"
|
1265 |
|
1266 |
-
#: library/plugin-settings.php:
|
1267 |
msgid "to include markup in the deny message, you can use"
|
1268 |
-
msgstr "
|
1269 |
|
1270 |
-
#: library/plugin-settings.php:
|
1271 |
msgid "to output"
|
1272 |
msgstr "aschur"
|
1273 |
|
1274 |
-
#: library/plugin-settings.php:
|
1275 |
msgid "Example"
|
1276 |
msgstr "Sampla"
|
1277 |
|
1278 |
-
#: library/plugin-settings.php:
|
1279 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1280 |
-
msgstr "Má tá an t-úsáideoir logáilte isteach, an fhoirm iar-
|
1281 |
|
1282 |
-
#: library/plugin-settings.php:
|
1283 |
msgid "Restore Defaults"
|
1284 |
-
msgstr "
|
1285 |
|
1286 |
-
#: library/plugin-settings.php:
|
1287 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1288 |
-
msgstr "Fág an rogha seo faoi mhíchumas chun do chuid socruithe
|
1289 |
|
1290 |
-
#: library/plugin-settings.php:
|
1291 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1292 |
-
msgstr "
|
1293 |
|
1294 |
-
#: library/plugin-settings.php:
|
1295 |
msgid "Show Support"
|
1296 |
msgstr "Taispeáin Tacaíocht"
|
1297 |
|
1298 |
-
#: library/plugin-settings.php:
|
1299 |
msgid "by"
|
1300 |
msgstr "ag"
|
1301 |
|
1302 |
-
#: library/plugin-settings.php:
|
1303 |
msgid "Jeff Starr on Twitter"
|
1304 |
msgstr "Jeff Starr ar Twitter"
|
1305 |
|
1306 |
-
#: library/plugin-settings.php:
|
1307 |
msgid "Obsessive Web Design & Development"
|
1308 |
-
msgstr "Dearadh Gréasáin
|
1309 |
|
1310 |
-
#: library/plugin-settings.php:
|
1311 |
msgid "Save Preference"
|
1312 |
-
msgstr "Sábháil
|
1313 |
|
1314 |
-
#: library/plugin-settings.php:
|
1315 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1316 |
-
msgstr "An bhfuil tú cinnte gur
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1317 |
|
1318 |
#. Description of the plugin
|
1319 |
#:
|
1320 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
1321 |
-
msgstr "
|
1322 |
|
1323 |
#. URI of the plugin
|
1324 |
#:
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
+
"Project-Id-Version: USP 20190825\n"
|
8 |
"Language: ga\n"
|
9 |
|
10 |
#. Name of the plugin
|
11 |
#: user-submitted-posts.php:44 library/support-panel.php:5
|
12 |
msgid "User Submitted Posts"
|
13 |
+
msgstr "Poist a cuireadh isteach"
|
14 |
|
15 |
+
#: user-submitted-posts.php:82
|
16 |
msgid "requires WordPress "
|
17 |
+
msgstr "Éilíonn WordPress "
|
18 |
|
19 |
+
#: user-submitted-posts.php:83
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
+
msgstr " nó níos airde, agus díghníomhaíodh é! "
|
22 |
|
23 |
+
#: user-submitted-posts.php:84
|
24 |
msgid "Please return to the"
|
25 |
+
msgstr "Seol ar ais chuig an"
|
26 |
|
27 |
+
#: user-submitted-posts.php:85
|
28 |
msgid "WordPress Admin Area"
|
29 |
msgstr "Limistéar Riaracháin WordPress"
|
30 |
|
31 |
+
#: user-submitted-posts.php:86
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
+
msgstr "chun WordPress a uasghrádú agus bain triail as arís."
|
34 |
|
35 |
+
#: user-submitted-posts.php:126
|
36 |
msgid "User Submitted Post"
|
37 |
+
msgstr "Post a cuireadh isteach"
|
38 |
|
39 |
+
#: user-submitted-posts.php:467
|
40 |
msgid "User Submitted Post Info"
|
41 |
+
msgstr "Eolas faoin bPost a cuireadh isteach"
|
42 |
|
43 |
+
#: user-submitted-posts.php:497
|
44 |
msgid "Submitter Name: "
|
45 |
+
msgstr "Ainm Seolta: "
|
46 |
|
47 |
+
#: user-submitted-posts.php:498
|
48 |
msgid "Submitter Email: "
|
49 |
+
msgstr "Submitter Ríomhphost: "
|
50 |
|
51 |
+
#: user-submitted-posts.php:499
|
52 |
msgid "Submitter URL: "
|
53 |
+
msgstr "URL Cuir isteach: "
|
54 |
|
55 |
+
#: user-submitted-posts.php:500
|
56 |
msgid "Submitter IP: "
|
57 |
+
msgstr "Submitter IP: "
|
58 |
|
59 |
+
#: user-submitted-posts.php:555
|
60 |
msgid "Show USP Posts"
|
61 |
msgstr "Taispeáin Poist USP"
|
62 |
|
63 |
+
#: user-submitted-posts.php:556 library/plugin-settings.php:1095
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
+
#: user-submitted-posts.php:1393
|
68 |
msgid " files required"
|
69 |
msgstr " comhaid ag teastáil"
|
70 |
|
71 |
+
#: user-submitted-posts.php:1394
|
72 |
msgid " file required"
|
73 |
msgstr " comhad ag teastáil"
|
74 |
|
75 |
+
#: user-submitted-posts.php:1396
|
76 |
msgid " files"
|
77 |
msgstr " comhaid"
|
78 |
|
79 |
+
#: user-submitted-posts.php:1397
|
80 |
msgid " file"
|
81 |
msgstr " comhad"
|
82 |
|
83 |
+
#: user-submitted-posts.php:1399 user-submitted-posts.php:1400
|
84 |
+
#: user-submitted-posts.php:1401 user-submitted-posts.php:1402
|
85 |
msgid " pixels"
|
86 |
+
msgstr " picteilíni"
|
87 |
|
88 |
+
#: user-submitted-posts.php:1404 library/core-functions.php:219
|
89 |
+
#: library/plugin-settings.php:297 library/plugin-settings.php:316
|
90 |
+
#: library/plugin-settings.php:794 library/plugin-settings.php:1344
|
91 |
msgid "Custom Field"
|
92 |
msgstr "Réimse an Chustaim"
|
93 |
|
94 |
+
#: user-submitted-posts.php:1406
|
95 |
msgid "Custom checkbox required"
|
96 |
+
msgstr "Teastaíonn ticbhosca saincheaptha"
|
97 |
|
98 |
+
#: user-submitted-posts.php:1409
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
+
msgstr "Tharla earráid. Téigh ar ais agus déan iarracht eile."
|
101 |
|
102 |
+
#: user-submitted-posts.php:1419
|
103 |
msgid "User login required"
|
104 |
+
msgstr "Teastaíonn logáil isteach úsáideoirí"
|
105 |
|
106 |
+
#: user-submitted-posts.php:1420
|
107 |
msgid "User name required"
|
108 |
+
msgstr "Teastaíonn ainm an úsáideora"
|
109 |
|
110 |
+
#: user-submitted-posts.php:1421
|
111 |
msgid "Post title required"
|
112 |
+
msgstr "Teideal poist ag teastáil"
|
113 |
|
114 |
+
#: user-submitted-posts.php:1422
|
115 |
msgid "User URL required"
|
116 |
+
msgstr "Teastaíonn URL Úsáideora"
|
117 |
|
118 |
+
#: user-submitted-posts.php:1423
|
119 |
msgid "Post tags required"
|
120 |
+
msgstr "Teastaíonn clibeanna poist"
|
121 |
|
122 |
+
#: user-submitted-posts.php:1424
|
123 |
msgid "Post category required"
|
124 |
+
msgstr "Iar-chatagóir ag teastáil"
|
125 |
|
126 |
+
#: user-submitted-posts.php:1425
|
127 |
msgid "Post content required"
|
128 |
msgstr "Ábhar an phoist ag teastáil"
|
129 |
|
130 |
+
#: user-submitted-posts.php:1426 user-submitted-posts.php:1427
|
131 |
msgid "Correct captcha required"
|
132 |
+
msgstr "Teastaíonn captcha ceart"
|
133 |
|
134 |
+
#: user-submitted-posts.php:1428
|
135 |
msgid "User email required"
|
136 |
+
msgstr "Teastaíonn ríomhphost an úsáideora"
|
137 |
|
138 |
+
#: user-submitted-posts.php:1429
|
139 |
msgid "Please check your email and try again"
|
140 |
+
msgstr "Seiceáil do ríomhphost agus bain triail as arís"
|
141 |
|
142 |
+
#: user-submitted-posts.php:1430
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
+
msgstr "Luach neamh-fholamh le haghaidh réimse i bhfolach"
|
145 |
|
146 |
+
#: user-submitted-posts.php:1431
|
147 |
msgid "Minimum number of images not met"
|
148 |
+
msgstr "Íoslíon na n-íomhánna nár comhlíonadh"
|
149 |
|
150 |
+
#: user-submitted-posts.php:1432
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
+
msgstr "Sáraíodh an líon uasta íomhánna "
|
153 |
|
154 |
+
#: user-submitted-posts.php:1433
|
155 |
msgid "Minimum image width not met"
|
156 |
+
msgstr "Leithead íosta íomhá nár comhlíonadh"
|
157 |
|
158 |
+
#: user-submitted-posts.php:1434
|
159 |
msgid "Image width exceeds maximum"
|
160 |
+
msgstr "Tá leithead an íomhá níos mó ná an t-uasmhéid"
|
161 |
|
162 |
+
#: user-submitted-posts.php:1435
|
163 |
msgid "Minimum image height not met"
|
164 |
+
msgstr "Níor comhlíonadh airde íosta na híomhá"
|
165 |
|
166 |
+
#: user-submitted-posts.php:1436
|
167 |
msgid "Image height exceeds maximum"
|
168 |
+
msgstr "Is airde airde na híomhá"
|
169 |
|
170 |
+
#: user-submitted-posts.php:1437
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
+
msgstr "Ní cheadaítear an cineál comhaid (uaslódáil íomhánna amháin le do thoil)"
|
173 |
|
174 |
+
#: user-submitted-posts.php:1438
|
175 |
msgid " required"
|
176 |
+
msgstr " ag teastáil"
|
177 |
|
178 |
+
#: user-submitted-posts.php:1443
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
+
msgstr "Níor uaslódáil an comhad. Seiceáil an comhad agus bain triail as arís."
|
181 |
|
182 |
+
#: user-submitted-posts.php:1447
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
+
msgstr "Níorbh fhéidir an comhad / na comhaid a uaslódáil"
|
185 |
|
186 |
+
#: user-submitted-posts.php:1449
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
+
msgstr "Post nár cruthaíodh. Téigh i dteagmháil le riarthóir an láithreáin chun cabhair a fháil."
|
189 |
|
190 |
+
#: user-submitted-posts.php:1450
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
+
msgstr "Teideal poist dúblach. Arís, le d'thoil."
|
193 |
|
194 |
+
#: user-submitted-posts.php:1460
|
195 |
msgid "Error: "
|
196 |
+
msgstr "Earráid: "
|
197 |
|
198 |
+
#: user-submitted-posts.php:1486
|
199 |
msgid "Return to form"
|
200 |
msgstr "Fill ar an bhfoirm"
|
201 |
|
202 |
+
#: user-submitted-posts.php:1516 library/plugin-settings.php:1071
|
203 |
msgid "Please"
|
204 |
msgstr "Le do thoil"
|
205 |
|
206 |
+
#: user-submitted-posts.php:1517
|
207 |
msgid "log in"
|
208 |
msgstr "Logáil isteach"
|
209 |
|
210 |
+
#: user-submitted-posts.php:1518
|
211 |
msgid "to submit content!"
|
212 |
msgstr "ábhar a chur isteach!"
|
213 |
|
214 |
+
#: views/submission-form.php:21 views/submission-form-alt.php:40
|
215 |
msgid "Please complete the required fields."
|
216 |
msgstr "Comhlánaigh na réimsí riachtanacha le do thoil."
|
217 |
|
218 |
+
#: views/submission-form.php:31 views/submission-form.php:32
|
219 |
+
#: views/submission-form-alt.php:46 views/submission-form-alt.php:47
|
220 |
msgid "Your Name"
|
221 |
msgstr "Do ainm"
|
222 |
|
223 |
+
#: views/submission-form.php:37 views/submission-form.php:38
|
224 |
+
#: views/submission-form-alt.php:52 views/submission-form-alt.php:53
|
225 |
msgid "Your URL"
|
226 |
msgstr "Do URL"
|
227 |
|
228 |
+
#: views/submission-form.php:43 views/submission-form.php:44
|
229 |
+
#: views/submission-form-alt.php:58 views/submission-form-alt.php:59
|
230 |
msgid "Your Email"
|
231 |
msgstr "Do r-phost"
|
232 |
|
233 |
+
#: views/submission-form.php:49 views/submission-form.php:50
|
234 |
+
#: views/submission-form-alt.php:64 views/submission-form-alt.php:65
|
235 |
+
#: library/plugin-settings.php:1132
|
236 |
msgid "Post Title"
|
237 |
msgstr "Teideal an Phoist"
|
238 |
|
239 |
+
#: views/submission-form.php:55 views/submission-form.php:56
|
240 |
+
#: views/submission-form-alt.php:70 views/submission-form-alt.php:71
|
241 |
+
#: library/plugin-settings.php:1133
|
242 |
msgid "Post Tags"
|
243 |
msgstr "Clibeanna Poist"
|
244 |
|
245 |
+
#: views/submission-form.php:68 views/submission-form-alt.php:83
|
246 |
msgid "Antispam Question"
|
247 |
msgstr "Ceist Antispam"
|
248 |
|
249 |
+
#: views/submission-form.php:73 views/submission-form-alt.php:88
|
250 |
+
#: library/plugin-settings.php:1134
|
251 |
msgid "Post Category"
|
252 |
+
msgstr "Catagóir Iar"
|
253 |
|
254 |
+
#: views/submission-form.php:74 views/submission-form.php:75
|
255 |
+
#: views/submission-form-alt.php:89 views/submission-form-alt.php:90
|
256 |
msgid "Please select a category.."
|
257 |
+
msgstr "Roghnaigh catagóir."
|
258 |
|
259 |
+
#: views/submission-form.php:106 views/submission-form.php:107
|
260 |
+
#: views/submission-form-alt.php:121 views/submission-form-alt.php:122
|
261 |
+
#: library/plugin-settings.php:1135
|
262 |
msgid "Post Content"
|
263 |
+
msgstr "Post Ábhar"
|
264 |
|
265 |
+
#: views/submission-form.php:113 views/submission-form-alt.php:128
|
266 |
msgid "Verification"
|
267 |
msgstr "Fíorú"
|
268 |
|
269 |
+
#: views/submission-form.php:120 views/submission-form-alt.php:135
|
270 |
msgid "Upload an Image"
|
271 |
+
msgstr "Uaslódáil Íomhá"
|
272 |
|
273 |
+
#: views/submission-form.php:129 views/submission-form-alt.php:144
|
274 |
msgid "Add another image"
|
275 |
msgstr "Cuir íomhá eile leis"
|
276 |
|
277 |
+
#: views/submission-form.php:151 views/submission-form-alt.php:166
|
278 |
msgid "Human verification: leave this field empty."
|
279 |
+
msgstr "Fíorú daonna: fág an réimse seo folamh."
|
280 |
|
281 |
+
#: views/submission-form.php:175 views/submission-form-alt.php:190
|
282 |
msgid "Submit Post"
|
283 |
+
msgstr "Cuir Post isteach"
|
284 |
+
|
285 |
+
#: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
|
286 |
+
msgid "Incorrect response."
|
287 |
+
msgstr "Freagra mícheart."
|
288 |
|
289 |
#: library/shortcode-misc.php:18
|
290 |
msgid "Reset form"
|
291 |
+
msgstr "Athshocraigh an fhoirm"
|
292 |
|
293 |
#: library/shortcode-misc.php:128
|
294 |
msgid "View full post"
|
295 |
+
msgstr "Féach an post iomlán"
|
296 |
|
297 |
+
#: library/plugin-settings.php:31
|
298 |
+
msgid "Settings"
|
299 |
+
msgstr "Socruithe"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
|
301 |
+
#: library/plugin-settings.php:40
|
302 |
msgid "Get USP Pro for unlimited forms!"
|
303 |
+
msgstr "Faigh Pro USP le haghaidh foirmeacha neamhtheoranta!"
|
304 |
|
305 |
+
#: library/plugin-settings.php:41
|
306 |
msgid "Go Pro"
|
307 |
+
msgstr "Go Pro"
|
|
|
|
|
|
|
|
|
308 |
|
309 |
+
#: library/plugin-settings.php:62 library/plugin-settings.php:1103
|
310 |
+
#: library/plugin-settings.php:1696
|
311 |
msgid "Plugin Homepage"
|
312 |
msgstr "Leathanach Baile Breiseáin"
|
313 |
|
314 |
+
#: library/plugin-settings.php:63
|
315 |
msgid "Homepage"
|
316 |
msgstr "Leathanach baile"
|
317 |
|
318 |
+
#: library/plugin-settings.php:68
|
319 |
msgid "Give USP a 5-star rating at WordPress.org"
|
320 |
+
msgstr "Tabhair rátáil 5 réalta do USP ag WordPress.org"
|
321 |
|
322 |
+
#: library/plugin-settings.php:69
|
323 |
msgid "Rate this plugin »"
|
324 |
+
msgstr "Ráta an mbreiseán seo & nbsp; & raquo;"
|
325 |
|
326 |
+
#: library/plugin-settings.php:127
|
327 |
msgid "WP Post (recommended)"
|
328 |
msgstr "WP Post (molta)"
|
329 |
|
330 |
+
#: library/plugin-settings.php:131
|
331 |
msgid "WP Page"
|
332 |
msgstr "Leathanach WP"
|
333 |
|
334 |
+
#: library/plugin-settings.php:147
|
335 |
msgid "HTML5 Form + Default CSS"
|
336 |
msgstr "Foirm HTML5 + Réamhshocrú CSS"
|
337 |
|
338 |
+
#: library/plugin-settings.php:147
|
339 |
msgid "(Recommended)"
|
340 |
msgstr "(Molta)"
|
341 |
|
342 |
+
#: library/plugin-settings.php:151
|
343 |
msgid "HTML5 Form + Disable CSS"
|
344 |
msgstr "Foirm HTML5 + Díchumasaigh CSS"
|
345 |
|
346 |
+
#: library/plugin-settings.php:151
|
347 |
msgid "(Provide your own styles)"
|
348 |
+
msgstr "(Cuir do stíleanna féin ar fáil)"
|
349 |
|
350 |
+
#: library/plugin-settings.php:155
|
351 |
msgid "Custom Form + Custom CSS"
|
352 |
+
msgstr "Foirm Chustaim + Custom CSS"
|
353 |
|
354 |
+
#: library/plugin-settings.php:155
|
355 |
msgid "(Provide your own form template & styles)"
|
356 |
+
msgstr "(Cuir teimpléad do fhoirm féin & amp; stíleanna)"
|
357 |
|
358 |
+
#: library/plugin-settings.php:171 library/plugin-settings.php:195
|
359 |
+
#: library/plugin-settings.php:218 library/plugin-settings.php:242
|
360 |
msgid "Auto-display before post content"
|
361 |
+
msgstr "Taispeántas uathoibríoch roimh ábhar an phoist"
|
362 |
|
363 |
+
#: library/plugin-settings.php:175 library/plugin-settings.php:199
|
364 |
+
#: library/plugin-settings.php:222 library/plugin-settings.php:246
|
365 |
msgid "Auto-display after post content"
|
366 |
+
msgstr "Taispeántas uathoibríoch tar éis inneachar an phoist"
|
367 |
|
368 |
+
#: library/plugin-settings.php:179
|
369 |
msgid "Do not auto-display submitted images"
|
370 |
+
msgstr "Ná taispeáin íomhánna isteach go huathoibríoch"
|
371 |
|
372 |
+
#: library/plugin-settings.php:203
|
373 |
msgid "Do not auto-display submitted email"
|
374 |
+
msgstr "Ná taispeáin an ríomhphost a cuireadh isteach go huathoibríoch"
|
375 |
|
376 |
+
#: library/plugin-settings.php:226
|
377 |
msgid "Do not auto-display submitted URL"
|
378 |
+
msgstr "Ná taispeáin uathoibríoch isteach URL"
|
379 |
|
380 |
+
#: library/plugin-settings.php:250
|
381 |
msgid "Do not auto-display the Custom Field"
|
382 |
+
msgstr "Ná taispeáin an Réimse Chustaim go huathoibríoch"
|
383 |
|
384 |
+
#: library/plugin-settings.php:278 library/plugin-settings.php:310
|
385 |
+
#: library/plugin-settings.php:343 library/plugin-settings.php:375
|
386 |
+
msgid "Enable and require"
|
387 |
+
msgstr "Cumasaigh agus a cheangal"
|
388 |
|
389 |
+
#: library/plugin-settings.php:279 library/plugin-settings.php:311
|
390 |
+
msgid "Enable but do not require"
|
391 |
+
msgstr "Cumasaigh ach ní gá"
|
392 |
|
393 |
+
#: library/plugin-settings.php:280 library/plugin-settings.php:312
|
394 |
+
#: library/plugin-settings.php:344 library/plugin-settings.php:376
|
395 |
msgid "Disable this field"
|
396 |
msgstr "Díchumasaigh an réimse seo"
|
397 |
|
398 |
+
#: library/plugin-settings.php:315 library/plugin-settings.php:347
|
399 |
+
#: library/plugin-settings.php:379 library/plugin-settings.php:411
|
400 |
msgid "(Visit"
|
401 |
msgstr "(Cuairt"
|
402 |
|
403 |
+
#: library/plugin-settings.php:316 library/plugin-settings.php:348
|
404 |
+
#: library/plugin-settings.php:380 library/plugin-settings.php:412
|
405 |
msgid "to configure options)"
|
406 |
+
msgstr "roghanna a chumrú)"
|
407 |
|
408 |
+
#: library/plugin-settings.php:331 library/plugin-settings.php:348
|
409 |
+
#: library/plugin-settings.php:1362 library/plugin-settings.php:1367
|
410 |
msgid "Challenge Question"
|
411 |
+
msgstr "Ceist Dúshláin"
|
412 |
|
413 |
+
#: library/plugin-settings.php:363 library/plugin-settings.php:380
|
414 |
+
#: library/plugin-settings.php:1384
|
415 |
msgid "Google reCAPTCHA"
|
416 |
msgstr "Google reCAPTCHA"
|
417 |
|
418 |
+
#: library/plugin-settings.php:395
|
419 |
msgid "Post Images"
|
420 |
+
msgstr "Íomhánna Iar"
|
421 |
|
422 |
+
#: library/plugin-settings.php:407
|
423 |
+
msgid "Enable"
|
424 |
+
msgstr "Cumasaigh"
|
425 |
|
426 |
+
#: library/plugin-settings.php:408
|
427 |
msgid "Disable"
|
428 |
msgstr "Díchumasaigh"
|
429 |
|
430 |
+
#: library/plugin-settings.php:412 library/plugin-settings.php:1445
|
431 |
msgid "Image Uploads"
|
432 |
+
msgstr "Uaslódálacha Íomhá"
|
433 |
|
434 |
+
#: library/plugin-settings.php:492
|
435 |
msgid "Draft"
|
436 |
msgstr "Dréacht"
|
437 |
|
438 |
+
#: library/plugin-settings.php:493
|
439 |
msgid "Pending (default)"
|
440 |
msgstr "Ar feitheamh (réamhshocraithe)"
|
441 |
|
442 |
+
#: library/plugin-settings.php:494
|
443 |
msgid "Publish immediately"
|
444 |
msgstr "Foilsigh láithreach"
|
445 |
|
446 |
+
#: library/plugin-settings.php:495
|
447 |
msgid "Publish after 1 approved post"
|
448 |
+
msgstr "Tar éis post ceadaithe a fhoilsiú"
|
449 |
|
450 |
+
#: library/plugin-settings.php:496
|
451 |
msgid "Publish after "
|
452 |
+
msgstr "Foilsigh i ndiaidh "
|
453 |
|
454 |
+
#: library/plugin-settings.php:496
|
455 |
msgid " approved posts"
|
456 |
+
msgstr " poist cheadaithe"
|
457 |
+
|
458 |
+
#: library/plugin-settings.php:524
|
459 |
+
msgid "Select categories to display in the Category field."
|
460 |
+
msgstr "Roghnaigh catagóirí le taispeáint sa réimse Catagóire."
|
461 |
|
462 |
+
#: library/plugin-settings.php:738
|
463 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
464 |
+
msgstr "Tharla earráid. Cinntigh le do thoil go bhfuil teideal, roinnt ábhair, agus go bhfuil uaslódáil ach íomhánna agat."
|
465 |
|
466 |
+
#: library/plugin-settings.php:752
|
467 |
msgid "Please select your image(s) to upload."
|
468 |
+
msgstr "Roghnaigh do íomhá (í) le huaslódáil."
|
469 |
|
470 |
+
#: library/plugin-settings.php:758
|
471 |
msgid "Success! Thank you for your submission."
|
472 |
+
msgstr "Rath! Go raibh maith agat as do aighneacht."
|
473 |
|
474 |
+
#: library/plugin-settings.php:784
|
475 |
msgid "Email"
|
476 |
msgstr "Ríomhphost"
|
477 |
|
478 |
+
#: library/plugin-settings.php:785
|
479 |
msgid "URL"
|
480 |
msgstr "URL"
|
481 |
|
482 |
+
#: library/plugin-settings.php:1058
|
483 |
msgid "Toggle all panels"
|
484 |
+
msgstr "Scoránaigh gach painéal"
|
485 |
|
486 |
+
#: library/plugin-settings.php:1067
|
487 |
msgid "We need your support!"
|
488 |
+
msgstr "Teastaíonn do thacaíocht uainn!"
|
489 |
|
490 |
+
#: library/plugin-settings.php:1071
|
491 |
msgid "Make a donation via PayPal"
|
492 |
msgstr "Déan síntiús trí PayPal"
|
493 |
|
494 |
+
#: library/plugin-settings.php:1071
|
495 |
msgid "make a donation"
|
496 |
msgstr "déan síntiús"
|
497 |
|
498 |
+
#: library/plugin-settings.php:1071
|
499 |
msgid "and/or"
|
500 |
msgstr "agus / nó"
|
501 |
|
502 |
+
#: library/plugin-settings.php:1072
|
503 |
msgid "Rate and review at the Plugin Directory"
|
504 |
+
msgstr "Ráta agus athbhreithniú ag an Eolaire Plugin"
|
505 |
|
506 |
+
#: library/plugin-settings.php:1073
|
507 |
msgid "give this plugin a 5-star rating"
|
508 |
+
msgstr "rátáil 5 réalta a thabhairt don mbreiseán seo"
|
509 |
|
510 |
+
#: library/plugin-settings.php:1077
|
511 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
512 |
+
msgstr "Cuireann do thacaíocht fhial forbairt leanúnach ar an mbreiseán seo saor in aisce. Go raibh maith agat!"
|
513 |
|
514 |
+
#: library/plugin-settings.php:1082
|
515 |
msgid "Check this box if you have shown support"
|
516 |
+
msgstr "Seiceáil an bosca seo má thaispeáin tú tacaíocht"
|
517 |
|
518 |
+
#: library/plugin-settings.php:1091
|
519 |
msgid "Overview"
|
520 |
msgstr "Forbhreathnú"
|
521 |
|
522 |
+
#: library/plugin-settings.php:1095
|
523 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
524 |
+
msgstr "cuireann sé ar chumas do chuairteoirí poist a chur isteach agus íomhánna a uaslódáil ó thús tosaigh do shuíomh. "
|
525 |
|
526 |
+
#: library/plugin-settings.php:1096
|
527 |
msgid "For advanced functionality and unlimited forms, check out"
|
528 |
+
msgstr "Le haghaidh ardfheidhmíochta agus foirmeacha neamhtheoranta, seiceáil amach"
|
529 |
|
530 |
+
#: library/plugin-settings.php:1096 library/plugin-settings.php:1503
|
531 |
msgid "USP Pro"
|
532 |
msgstr "USP Pro"
|
533 |
|
534 |
+
#: library/plugin-settings.php:1097
|
535 |
msgid "— the ultimate solution for user-generated content."
|
536 |
+
msgstr "& mdash; an réiteach deiridh le haghaidh ábhar a ghintear ó úsáideoirí."
|
537 |
|
538 |
+
#: library/plugin-settings.php:1101 library/plugin-settings.php:1118
|
539 |
msgid "Plugin Settings"
|
540 |
msgstr "Socruithe Breiseáin"
|
541 |
|
542 |
+
#: library/plugin-settings.php:1102
|
543 |
msgid "Display the form"
|
544 |
msgstr "Taispeáin an fhoirm"
|
545 |
|
546 |
+
#: library/plugin-settings.php:1106
|
547 |
msgid "If you like this plugin, please"
|
548 |
msgstr "Más maith leat an breiseán seo, le do thoil"
|
549 |
|
550 |
+
#: library/plugin-settings.php:1107
|
551 |
msgid "THANK YOU for your support!"
|
552 |
msgstr "Go raibh maith agat as do chuid tacaíochta!"
|
553 |
|
554 |
+
#: library/plugin-settings.php:1107
|
555 |
msgid "give it a 5-star rating"
|
556 |
+
msgstr "rátáil 5 réalta a thabhairt dó"
|
557 |
|
558 |
+
#: library/plugin-settings.php:1111
|
559 |
msgid "Unlimited front-end forms"
|
560 |
+
msgstr "Foirmeacha neamhtheoranta ceann tosaigh"
|
561 |
|
562 |
+
#: library/plugin-settings.php:1111
|
563 |
msgid "Get USP Pro"
|
564 |
msgstr "Faigh USP Pro"
|
565 |
|
566 |
+
#: library/plugin-settings.php:1121
|
567 |
msgid "Configure your settings for User Submitted Posts."
|
568 |
+
msgstr "Cumraigh do shocruithe do Phoist a cuireadh isteach ag an úsáideoir."
|
569 |
|
570 |
+
#: library/plugin-settings.php:1123
|
571 |
msgid "Form Fields"
|
572 |
+
msgstr "Réimsí Foirm"
|
573 |
|
574 |
+
#: library/plugin-settings.php:1129
|
575 |
msgid "User Name"
|
576 |
+
msgstr "Ainm an Úsáideora"
|
577 |
|
578 |
+
#: library/plugin-settings.php:1130
|
579 |
msgid "User Email"
|
580 |
+
msgstr "Ríomhphost Úsáideora"
|
581 |
|
582 |
+
#: library/plugin-settings.php:1131
|
583 |
msgid "User URL"
|
584 |
msgstr "URL Úsáideora"
|
585 |
|
586 |
+
#: library/plugin-settings.php:1146
|
587 |
msgid "General Settings"
|
588 |
msgstr "Socruithe Ginearálta"
|
589 |
|
590 |
+
#: library/plugin-settings.php:1148
|
591 |
msgid "Note that the default settings work fine for most cases."
|
592 |
+
msgstr "Tabhair faoi deara go n-oibríonn na socruithe réamhshocraithe fíneáil don chuid is mó de na cásanna."
|
593 |
|
594 |
+
#: library/plugin-settings.php:1153
|
595 |
msgid "Form Style"
|
596 |
+
msgstr "Foirm Stíl"
|
597 |
|
598 |
+
#: library/plugin-settings.php:1158
|
599 |
msgid "With this option, you can copy the plugin’s default templates:"
|
600 |
+
msgstr "Leis an rogha seo, is féidir leat na teimpléid réamhshocraithe plugin & rsquo a chóipeáil:"
|
601 |
|
602 |
+
#: library/plugin-settings.php:1163
|
603 |
msgid "..and upload them into a directory named"
|
604 |
+
msgstr ".. agus iad a uaslódáil chuig eolaire atá ainmnithe"
|
605 |
|
606 |
+
#: library/plugin-settings.php:1163
|
607 |
msgid "in your theme:"
|
608 |
msgstr "i do théama:"
|
609 |
|
610 |
+
#: library/plugin-settings.php:1169
|
611 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
612 |
+
msgstr "Cuirfidh sé sin ar do chumas an fhoirm agus na stíleanna a shaincheapadh mar is gá. Le haghaidh tuilleadh eolais, féach ar an rannóg \"Foirm Iarratais Chustaim\" sa Bhéarla"
|
613 |
|
614 |
+
#: library/plugin-settings.php:1170
|
615 |
msgid "Installation Docs"
|
616 |
msgstr "Docs Suiteála"
|
617 |
|
618 |
+
#: library/plugin-settings.php:1171
|
619 |
msgid "FYI: here is a"
|
620 |
+
msgstr "FYI: a"
|
621 |
|
622 |
+
#: library/plugin-settings.php:1171
|
623 |
msgid "list of USP CSS selectors"
|
624 |
+
msgstr "liosta de roghnóirí CSS USP"
|
625 |
|
626 |
+
#: library/plugin-settings.php:1177
|
627 |
msgid "Include JavaScript"
|
628 |
msgstr "Cuir JavaScript san áireamh"
|
629 |
|
630 |
+
#: library/plugin-settings.php:1179
|
631 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
632 |
+
msgstr "Seiceáil an bosca seo más mian leat na comhaid sheachtracha JavaScript (molta) a chur san áireamh."
|
633 |
|
634 |
+
#: library/plugin-settings.php:1182
|
635 |
msgid "Targeted Loading"
|
636 |
+
msgstr "Luchtú Dírithe"
|
637 |
|
638 |
+
#: library/plugin-settings.php:1184
|
639 |
+
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
|
640 |
+
msgstr "De réir réamhshocraithe, CSS & amp seachtrach; Déantar comhaid JavaScript a luchtú ar gach leathanach. Anseo is féidir leat URL na foirme USP a shonrú chun acmhainní a lódáil ar an leathanach sin amháin. Tabhair faoi deara: fág bán le luchtú ar gach leathanach. Bain úsáid as camóga chun URLanna iomadúla a dheighilt."
|
641 |
|
642 |
+
#: library/plugin-settings.php:1187
|
643 |
msgid "Post Type"
|
644 |
msgstr "Cineál Post"
|
645 |
|
646 |
+
#: library/plugin-settings.php:1190
|
647 |
msgid "Submit posts as WP Posts or Pages"
|
648 |
+
msgstr "Cuir postanna isteach mar Phoist nó Leathanaigh WP"
|
649 |
|
650 |
+
#: library/plugin-settings.php:1194
|
651 |
msgid "Post Status"
|
652 |
msgstr "Stádas an Phoist"
|
653 |
|
654 |
+
#: library/plugin-settings.php:1197
|
655 |
msgid "Post Status for submitted posts"
|
656 |
+
msgstr "Post Stádas do phoist a cuireadh isteach"
|
657 |
|
658 |
+
#: library/plugin-settings.php:1201
|
659 |
msgid "Redirect URL"
|
660 |
+
msgstr "Athsheoladh URL"
|
661 |
|
662 |
+
#: library/plugin-settings.php:1203
|
663 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
664 |
+
msgstr "Sonraigh URL chun an t-úsáideoir a atreorú tar éis an iarratais. Fág bán chun atreorú ar ais go dtí an leathanach reatha."
|
665 |
|
666 |
+
#: library/plugin-settings.php:1206
|
667 |
msgid "Success Message"
|
668 |
+
msgstr "Teachtaireacht Ratha"
|
669 |
|
670 |
+
#: library/plugin-settings.php:1208
|
671 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
672 |
+
msgstr "Teachtaireacht ratha a léirítear má éiríonn leis an iar-aighneacht. Ceadaítear marcáil bhunúsach."
|
673 |
|
674 |
+
#: library/plugin-settings.php:1211
|
675 |
msgid "Error Message"
|
676 |
+
msgstr "Earráid Teachtaireacht"
|
677 |
|
678 |
+
#: library/plugin-settings.php:1213
|
679 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
680 |
+
msgstr "Teachtaireacht ghinearálta earráide a thaispeántar má theipeann ar an iar-aighneacht. Ceadaítear marcáil bhunúsach."
|
681 |
|
682 |
+
#: library/plugin-settings.php:1216
|
683 |
msgid "Custom Content"
|
684 |
msgstr "Ábhar an Chustaim"
|
685 |
|
686 |
+
#: library/plugin-settings.php:1218
|
687 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
688 |
+
msgstr "Téacs saincheaptha / marcáil le cur san áireamh roimh an bhfoirm aighneachta. Fág bán le díchumasú."
|
689 |
|
690 |
+
#: library/plugin-settings.php:1221
|
691 |
msgid "Rich Text Editor"
|
692 |
+
msgstr "Eagarthóir Téacs Méith"
|
693 |
|
694 |
+
#: library/plugin-settings.php:1223
|
695 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
696 |
+
msgstr "Seiceáil an bosca seo más mian leat eagarthóireacht téacs saibhir WP a chumasú le haghaidh post a cuireadh isteach."
|
697 |
|
698 |
+
#: library/plugin-settings.php:1226
|
699 |
msgid "Unique Titles"
|
700 |
msgstr "Teidil Uathúla"
|
701 |
|
702 |
+
#: library/plugin-settings.php:1228
|
703 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
704 |
+
msgstr "A éileamh go mbeadh teidil phost curtha isteach ar leith (úsáideach chun poist iolracha / dúblacha a chosc)."
|
705 |
|
706 |
+
#: library/plugin-settings.php:1231
|
707 |
msgid "Disable Required"
|
708 |
msgstr "Díchumasaigh Riachtanach"
|
709 |
|
710 |
+
#: library/plugin-settings.php:1233
|
711 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
712 |
+
msgstr "Díchumasaigh na tréithe riachtanacha go léir ar réimsí foirm réamhshocraithe (úsáideach chun teachtaireachtaí earráide a réiteach)."
|
713 |
|
714 |
+
#: library/plugin-settings.php:1236
|
715 |
msgid "Enable Shortcodes"
|
716 |
msgstr "Cumasaigh Shortcodes"
|
717 |
|
718 |
+
#: library/plugin-settings.php:1238
|
719 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
720 |
+
msgstr "Cumasaigh gearrchóid i ngiuirléidí. De réir réamhshocraithe, ní cheadaíonn WordPress gearrchóid i ngiuirléidí. "
|
721 |
|
722 |
+
#: library/plugin-settings.php:1239
|
723 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
724 |
+
msgstr "Cuireann an suíomh seo ar chumas aon cheann / gach aicearraí i ngiuirléidí (fiú gearrchóid ó fhorlíontáin eile)."
|
725 |
|
726 |
+
#: library/plugin-settings.php:1244
|
727 |
+
msgid "Privacy"
|
728 |
+
msgstr "Príobháideacht"
|
729 |
|
730 |
+
#: library/plugin-settings.php:1249
|
731 |
msgid "Disable IP Tracking"
|
732 |
+
msgstr "Díchumasaigh Rianú IP"
|
733 |
|
734 |
+
#: library/plugin-settings.php:1251
|
735 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
736 |
+
msgstr "De réir réamhshocraithe, taifeadann USP an seoladh IP le gach post a chuirtear isteach. Seiceáil an bosca seo chun gach rianú IP a dhíchumasú."
|
737 |
|
738 |
+
#: library/plugin-settings.php:1255
|
739 |
msgid "Display Checkbox"
|
740 |
+
msgstr "Seiceáil Bosca"
|
741 |
|
742 |
+
#: library/plugin-settings.php:1257
|
743 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
744 |
+
msgstr "Taispeáin ticbhosca saincheaptha ar d'fhoirm (úsáideach do GDPR, aontaigh le téarmaí, etc.)"
|
745 |
|
746 |
+
#: library/plugin-settings.php:1260
|
747 |
msgid "Checkbox Name"
|
748 |
+
msgstr "Ainm an Bhosca Seiceáil"
|
749 |
|
750 |
+
#: library/plugin-settings.php:1262 library/plugin-settings.php:1352
|
751 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
752 |
+
msgstr "Ná bain úsáid ach as alfa-uimhriúla, aschur, agus dashes. Mura bhfuil tú cinnte, úsáid an t-ainm réamhshocraithe:"
|
753 |
|
754 |
+
#: library/plugin-settings.php:1265
|
755 |
msgid "Checkbox Error"
|
756 |
+
msgstr "Earráid an Bhosca Seiceáil"
|
757 |
|
758 |
+
#: library/plugin-settings.php:1267
|
759 |
msgid "Error message displayed if user does not check the box."
|
760 |
+
msgstr "Taispeáin teachtaireacht earráide mura seiceálann an t-úsáideoir an bosca."
|
761 |
|
762 |
+
#: library/plugin-settings.php:1270
|
763 |
msgid "Checkbox Text"
|
764 |
+
msgstr "Téacs an ticbhosca"
|
765 |
|
766 |
+
#: library/plugin-settings.php:1272
|
767 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
768 |
+
msgstr "Taispeántar an téacs in aice leis an mbosca ticéad. Leid: bain úsáid as lúibíní cuaille le lúibíní uillinne aschuir, mar shampla:"
|
769 |
|
770 |
+
#: library/plugin-settings.php:1277 library/plugin-settings.php:1282
|
771 |
msgid "Categories"
|
772 |
msgstr "Catagóirí"
|
773 |
|
774 |
+
#: library/plugin-settings.php:1285
|
775 |
+
msgid "Click to view/select categories"
|
776 |
+
msgstr "Cliceáil chun catagóirí a fheiceáil / a roghnú"
|
777 |
|
778 |
+
#: library/plugin-settings.php:1293
|
779 |
+
msgid "Multiple Categories"
|
780 |
+
msgstr "Ilchatagóirí"
|
781 |
+
|
782 |
+
#: library/plugin-settings.php:1295
|
783 |
+
msgid "Enable users to select multiple categories."
|
784 |
+
msgstr "Cuir ar chumas úsáideoirí ilchatagóirí a roghnú."
|
785 |
+
|
786 |
+
#: library/plugin-settings.php:1298
|
787 |
msgid "Hidden/Default Category"
|
788 |
+
msgstr "Catagóir Hidden / Réamhshocraithe"
|
789 |
|
790 |
+
#: library/plugin-settings.php:1300
|
791 |
+
msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
|
792 |
+
msgstr "Úsáid réimse i bhfolach don chatagóir poist. Cuireann sé seo réimse na gcatagóirí i bhfolach agus leagann sé amach a luach tríd an gcéad rogha eile."
|
793 |
|
794 |
+
#: library/plugin-settings.php:1303
|
795 |
msgid "Category ID for Hidden Field"
|
796 |
+
msgstr "Catagóir A don Réimse Hidden"
|
797 |
|
798 |
+
#: library/plugin-settings.php:1305
|
799 |
+
msgid "Specify category ID(s) to use for “Hidden/Default Category”. Separate multiple IDs with a comma."
|
800 |
+
msgstr "Sonraigh catagóir aitheantais (chatagóirí) le húsáid le haghaidh & ldquo; Catagóir Hidden / Réamhshocraithe & rdquo ;. Deighil IDanna iolracha le camóg."
|
801 |
|
802 |
+
#: library/plugin-settings.php:1310
|
803 |
msgid "Users"
|
804 |
msgstr "Úsáideoirí"
|
805 |
|
806 |
+
#: library/plugin-settings.php:1315
|
807 |
msgid "Assigned Author"
|
808 |
+
msgstr "Údar Sannta"
|
809 |
|
810 |
+
#: library/plugin-settings.php:1318
|
811 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
812 |
+
msgstr "Sonraigh an t-úsáideoir ba chóir a shannadh mar údar do phoist a cuireadh isteach."
|
813 |
|
814 |
+
#: library/plugin-settings.php:1322
|
815 |
msgid "Registered Username"
|
816 |
msgstr "Ainm Úsáideora Cláraithe"
|
817 |
|
818 |
+
#: library/plugin-settings.php:1324
|
819 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
820 |
+
msgstr "Úsáid ainm cláraithe mar údar an phoist. Bailí nuair atá an duine atá ag cur isteach na foirme logáilte isteach i WordPress."
|
821 |
|
822 |
+
#: library/plugin-settings.php:1327
|
823 |
msgid "User Profile URL"
|
824 |
msgstr "URL Próifíl Úsáideora"
|
825 |
|
826 |
+
#: library/plugin-settings.php:1329
|
827 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
828 |
+
msgstr "Úsáid URL próifíle an úsáideora chláraithe & rsquo mar luach an réimse URL. Bailí nuair atá an duine atá ag cur isteach na foirme logáilte isteach i WordPress."
|
829 |
|
830 |
+
#: library/plugin-settings.php:1332
|
831 |
msgid "Require User Login"
|
832 |
+
msgstr "Éileamh ar Úsáideoir Logáil isteach"
|
833 |
|
834 |
+
#: library/plugin-settings.php:1334
|
835 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
836 |
+
msgstr "A éileamh ar úsáideoirí logáil isteach chuig WordPress chun an fhoirm a fheiceáil / a chur isteach"
|
837 |
|
838 |
+
#: library/plugin-settings.php:1337
|
839 |
msgid "Disable Replace Author"
|
840 |
+
msgstr "Díchumasaigh Údar In ionad"
|
841 |
|
842 |
+
#: library/plugin-settings.php:1339
|
843 |
msgid "Do not replace post author with submitted user name"
|
844 |
+
msgstr "Ná cuir ainm úsáideora isteach in ionad údar an phoist"
|
845 |
|
846 |
+
#: library/plugin-settings.php:1345
|
847 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
848 |
+
msgstr "Anseo is féidir leat ainm agus lipéad an Réimse Chustaim a athrú. Is féidir leat an réimse seo a chumasú trí shuíomh Field Fields, thuas."
|
849 |
|
850 |
+
#: library/plugin-settings.php:1350
|
851 |
msgid "Custom Field Name"
|
852 |
+
msgstr "Ainm an Pháirce Chustaim"
|
853 |
|
854 |
+
#: library/plugin-settings.php:1355
|
855 |
msgid "Custom Field Label"
|
856 |
+
msgstr "Lipéad Réimse an Chustaim"
|
857 |
|
858 |
+
#: library/plugin-settings.php:1357
|
859 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
860 |
+
msgstr "Taispeánfar é seo mar lipéad allamuigh ar an bhfoirm. Réamhshocrú: Custom Field"
|
861 |
|
862 |
+
#: library/plugin-settings.php:1369
|
863 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
864 |
+
msgstr "Chun spam a chosc, cuir isteach ceist a chaithfidh úsáideoirí a fhreagairt sula gcuireann tú an fhoirm isteach."
|
865 |
|
866 |
+
#: library/plugin-settings.php:1372
|
867 |
msgid "Challenge Response"
|
868 |
+
msgstr "Freagra Dúshláin"
|
869 |
|
870 |
+
#: library/plugin-settings.php:1374
|
871 |
msgid "Enter the *only* correct answer to the challenge question."
|
872 |
+
msgstr "Cuir isteach an * * * freagra ceart ar an gceist dúshláin."
|
873 |
|
874 |
+
#: library/plugin-settings.php:1377
|
875 |
msgid "Case-sensitivity"
|
876 |
+
msgstr "Íogaireacht cháis"
|
877 |
|
878 |
+
#: library/plugin-settings.php:1379
|
879 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
880 |
+
msgstr "Seiceáil an bosca seo más mian leat go mbeadh an freagra dúshláin íogair."
|
881 |
|
882 |
+
#: library/plugin-settings.php:1385
|
883 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
884 |
+
msgstr "Chun do Google reCAPTCHA a chumasú, iontráil do chuid eochracha príobháideacha agus poiblí."
|
885 |
|
886 |
+
#: library/plugin-settings.php:1390
|
887 |
msgid "Public Key"
|
888 |
+
msgstr "Eochair Phoiblí"
|
889 |
|
890 |
+
#: library/plugin-settings.php:1392
|
891 |
msgid "Enter your Public Key"
|
892 |
+
msgstr "Iontráil do Eochair Phoiblí"
|
893 |
|
894 |
+
#: library/plugin-settings.php:1395
|
895 |
msgid "Private Key"
|
896 |
+
msgstr "Eochair Phríobháideach"
|
897 |
|
898 |
+
#: library/plugin-settings.php:1397
|
899 |
msgid "Enter your Private Key"
|
900 |
+
msgstr "Cuir isteach do Eochair Phríobháideach"
|
901 |
|
902 |
+
#: library/plugin-settings.php:1402
|
903 |
msgid "Email Alerts"
|
904 |
+
msgstr "Foláirimh Ríomhphoist"
|
905 |
|
906 |
+
#: library/plugin-settings.php:1407
|
907 |
msgid "Receive Email Alert"
|
908 |
+
msgstr "Faigh Foláireamh R-phoist"
|
909 |
|
910 |
+
#: library/plugin-settings.php:1409
|
911 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
912 |
+
msgstr "Seiceáil an bosca seo más mian leat go gcuirfí tú ar an eolas trí ríomhphost le haghaidh aighneachtaí poist nua."
|
913 |
|
914 |
+
#: library/plugin-settings.php:1412
|
915 |
msgid "Enable HTML Format"
|
916 |
msgstr "Cumasaigh Formáid HTML"
|
917 |
|
918 |
+
#: library/plugin-settings.php:1414
|
919 |
msgid "Check this box to enable HTML format for email alerts."
|
920 |
+
msgstr "Seiceáil an bosca seo chun formáid HTML le haghaidh foláirimh ríomhphoist a chumasú."
|
921 |
|
922 |
+
#: library/plugin-settings.php:1417
|
923 |
msgid "Email Address for Alerts"
|
924 |
+
msgstr "Seoladh Ríomhphoist le haghaidh Foláirimh"
|
925 |
|
926 |
+
#: library/plugin-settings.php:1419
|
927 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
928 |
+
msgstr "Má sheiceáil tú an bosca chun foláirimh ríomhphoist a fháil, tabhair le fios anseo an seoladh (na seoltaí) ba chóir na ríomhphoist a sheoladh chucu."
|
929 |
|
930 |
+
#: library/plugin-settings.php:1420
|
931 |
msgid "Multiple recipients may be included using a comma, like so:"
|
932 |
+
msgstr "Is féidir ilfhaighteoirí a áireamh le camóg, mar sin:"
|
933 |
|
934 |
+
#: library/plugin-settings.php:1423
|
935 |
msgid "Email “From” Address"
|
936 |
msgstr "Ríomhphost & ldquo; Ó & rdquo; Seoladh"
|
937 |
|
938 |
+
#: library/plugin-settings.php:1425
|
939 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
940 |
+
msgstr "Anseo is féidir leat an seoladh / na seoltaí a úsáidtear don & ldquo a shaincheapadh; Ó & rdquo; ceanntásc (féach CCanna breiseáin le haghaidh eolais). "
|
941 |
|
942 |
+
#: library/plugin-settings.php:1426
|
943 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
944 |
+
msgstr "Má shonraítear ilsheoltaí sa suíomh roimhe seo, cuir isteach uimhir chomhionann & ldquo; Ó & rdquo; seoltaí don suíomh seo (san ord céanna)."
|
945 |
|
946 |
+
#: library/plugin-settings.php:1429
|
947 |
msgid "Email Alert Subject"
|
948 |
+
msgstr "Ábhar Foláirimh Ríomhphoist"
|
949 |
|
950 |
+
#: library/plugin-settings.php:1431
|
951 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
952 |
+
msgstr "Líne ábhair le haghaidh foláirimh ríomhphoist. Fág bán chun an líne réamhshocraithe a úsáid. Tabhair faoi deara: is féidir leat na hathróga seo a leanas a úsáid: "
|
953 |
|
954 |
+
#: library/plugin-settings.php:1436
|
955 |
msgid "Email Alert Message"
|
956 |
+
msgstr "Teachtaireacht R-phost Foláirimh"
|
957 |
|
958 |
+
#: library/plugin-settings.php:1438
|
959 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
960 |
+
msgstr "Teachtaireacht maidir le foláirimh ríomhphoist. Fág bán chun an teachtaireacht réamhshocraithe a úsáid. Tabhair faoi deara: is féidir leat na hathróga seo a leanas a úsáid: "
|
961 |
|
962 |
+
#: library/plugin-settings.php:1450
|
963 |
msgid "Featured Image"
|
964 |
msgstr "Íomhá Réadmhaoin"
|
965 |
|
966 |
+
#: library/plugin-settings.php:1452
|
967 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
968 |
+
msgstr "Socraigh íomhánna a cuireadh isteach mar Íomhánna Réadmhaoin. Éilíonn tacaíocht téama do Íomhánna Réadmhaoin (aka Post mionsamhlacha)."
|
969 |
|
970 |
+
#: library/plugin-settings.php:1455
|
971 |
msgid "Upload Message"
|
972 |
+
msgstr "Uaslódáil an Teachtaireacht"
|
973 |
|
974 |
+
#: library/plugin-settings.php:1457
|
975 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
976 |
+
msgstr "Teachtaireacht atá le feiceáil in aice leis an réimse uaslódála. Úsáideacha chun do threoirlínte / pholasaí uaslódála / srl. Ceadaítear marcáil bhunúsach."
|
977 |
|
978 |
+
#: library/plugin-settings.php:1460
|
979 |
msgid "“Add another image” link"
|
980 |
+
msgstr "& ldquo; Cuir íomhá eile & rdquo leis; nasc"
|
981 |
|
982 |
+
#: library/plugin-settings.php:1462
|
983 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
984 |
+
msgstr "Marcála saincheaptha don & ldquo; Cuir íomhá eile & rdquo leis; nasc. Fág bán chun an marcála réamhshocraithe (molta) a úsáid."
|
985 |
|
986 |
+
#: library/plugin-settings.php:1465
|
987 |
msgid "Minimum number of images"
|
988 |
+
msgstr "Íoslíon na n-íomhánna"
|
989 |
|
990 |
+
#: library/plugin-settings.php:1468
|
991 |
msgid "Specify the minimum number of images."
|
992 |
+
msgstr "Sonraigh an líon íosta íomhánna."
|
993 |
|
994 |
+
#: library/plugin-settings.php:1472
|
995 |
msgid "Maximum number of images"
|
996 |
+
msgstr "Líon uasta na n-íomhánna"
|
997 |
|
998 |
+
#: library/plugin-settings.php:1475
|
999 |
msgid "Specify the maximum number of images."
|
1000 |
+
msgstr "Sonraigh an líon uasta íomhánna."
|
1001 |
|
1002 |
+
#: library/plugin-settings.php:1479
|
1003 |
msgid "Minimum image width"
|
1004 |
+
msgstr "Leithead íosta na híomhá"
|
1005 |
|
1006 |
+
#: library/plugin-settings.php:1481
|
1007 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1008 |
+
msgstr "Sonraigh leithead íosta (i bpicteilíní) le haghaidh íomhánna uaslódáilte."
|
1009 |
|
1010 |
+
#: library/plugin-settings.php:1484
|
1011 |
msgid "Minimum image height"
|
1012 |
+
msgstr "Airde íosta na híomhá"
|
1013 |
|
1014 |
+
#: library/plugin-settings.php:1486
|
1015 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1016 |
+
msgstr "Sonraigh íosairde (i bpicteilíní) le haghaidh íomhánna uaslódáilte."
|
1017 |
|
1018 |
+
#: library/plugin-settings.php:1489
|
1019 |
msgid "Maximum image width"
|
1020 |
+
msgstr "Leithead na híomhá uasta"
|
1021 |
|
1022 |
+
#: library/plugin-settings.php:1491
|
1023 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1024 |
+
msgstr "Sonraigh an leithead uasta (i bpicteilíní) le haghaidh íomhánna uaslódáilte."
|
1025 |
|
1026 |
+
#: library/plugin-settings.php:1494
|
1027 |
msgid "Maximum image height"
|
1028 |
+
msgstr "Airde uasta na híomhá"
|
1029 |
|
1030 |
+
#: library/plugin-settings.php:1496
|
1031 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1032 |
+
msgstr "Sonraigh uasairde (i bpicteilíní) le haghaidh íomhánna uaslódáilte."
|
1033 |
|
1034 |
+
#: library/plugin-settings.php:1499
|
1035 |
msgid "More Options"
|
1036 |
+
msgstr "Tuilleadh Roghanna"
|
1037 |
|
1038 |
+
#: library/plugin-settings.php:1502
|
1039 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1040 |
+
msgstr "Le haghaidh tuilleadh roghanna, cosúil leis an gcumas cineálacha comhaid eile a uaslódáil (cosúil le PDF, Word, Zip, físeáin, agus níos mó), seiceáil amach"
|
1041 |
|
1042 |
+
#: library/plugin-settings.php:1503
|
1043 |
msgid "Go Pro!"
|
1044 |
+
msgstr "Go Pro!"
|
1045 |
|
1046 |
+
#: library/plugin-settings.php:1510
|
1047 |
msgid "Auto-Display Content"
|
1048 |
+
msgstr "Ábhar Uath-Taispeáin"
|
1049 |
|
1050 |
+
#: library/plugin-settings.php:1515
|
1051 |
msgid "Auto-Display Images"
|
1052 |
+
msgstr "Íomhánna Auto-Display"
|
1053 |
|
1054 |
+
#: library/plugin-settings.php:1517
|
1055 |
msgid "Auto-display user-submitted images:"
|
1056 |
+
msgstr "Íomhánna uath-thaispeáin don úsáideoir:"
|
1057 |
|
1058 |
+
#: library/plugin-settings.php:1522
|
1059 |
msgid "Image Markup"
|
1060 |
msgstr "Marcáil Íomhá"
|
1061 |
|
1062 |
+
#: library/plugin-settings.php:1524
|
1063 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1064 |
+
msgstr "Marcáil le húsáid le haghaidh gach íomhá a sheoltar isteach (nuair a chumasaítear taispeáint uathoibríoch). Is féidir é a úsáid"
|
1065 |
|
1066 |
+
#: library/plugin-settings.php:1526 library/plugin-settings.php:1539
|
1067 |
+
#: library/plugin-settings.php:1552 library/plugin-settings.php:1565
|
1068 |
msgid "and"
|
1069 |
msgstr "agus"
|
1070 |
|
1071 |
+
#: library/plugin-settings.php:1529
|
1072 |
msgid "Auto-Display Email"
|
1073 |
+
msgstr "R-phost Uath-Taispeáin"
|
1074 |
|
1075 |
+
#: library/plugin-settings.php:1531
|
1076 |
msgid "Auto-display user-submitted email:"
|
1077 |
+
msgstr "R-phost taispeána uath-úsáideora:"
|
1078 |
|
1079 |
+
#: library/plugin-settings.php:1536
|
1080 |
msgid "Email Markup"
|
1081 |
+
msgstr "Ríomhphost marcáilte"
|
1082 |
|
1083 |
+
#: library/plugin-settings.php:1538
|
1084 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1085 |
+
msgstr "Marcáil le húsáid le haghaidh an seoladh ríomhphoist a cuireadh isteach (nuair a chuirtear uathoibríoch-taispeáint ar chumas). Is féidir é a úsáid"
|
1086 |
|
1087 |
+
#: library/plugin-settings.php:1542
|
1088 |
msgid "Auto-Display URL"
|
1089 |
+
msgstr "URL Auto-Display"
|
1090 |
|
1091 |
+
#: library/plugin-settings.php:1544
|
1092 |
msgid "Auto-display user-submitted URL:"
|
1093 |
+
msgstr "URL a thaispeánann an t-úsáideoir go huathoibríoch:"
|
1094 |
|
1095 |
+
#: library/plugin-settings.php:1549
|
1096 |
msgid "URL Markup"
|
1097 |
+
msgstr "URL Markup"
|
1098 |
|
1099 |
+
#: library/plugin-settings.php:1551
|
1100 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1101 |
+
msgstr "Marcáil le húsáid le haghaidh an URL a cuireadh isteach (nuair a chumasaítear taispeáint uathoibríoch). Is féidir é a úsáid"
|
1102 |
|
1103 |
+
#: library/plugin-settings.php:1555
|
1104 |
msgid "Auto-Display Custom Field"
|
1105 |
+
msgstr "Réimse Saincheaptha Auto-Display"
|
1106 |
|
1107 |
+
#: library/plugin-settings.php:1557
|
1108 |
msgid "Auto-display user-submitted Custom Field:"
|
1109 |
+
msgstr "Réimse Chustaim a thaispeánann an uath-taispeáint:"
|
1110 |
|
1111 |
+
#: library/plugin-settings.php:1562
|
1112 |
msgid "Custom Field Markup"
|
1113 |
+
msgstr "Marcála Réimse an Chustaim"
|
1114 |
|
1115 |
+
#: library/plugin-settings.php:1564
|
1116 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1117 |
+
msgstr "Marcáil le húsáid le haghaidh an Chustaim a cuireadh isteach (nuair a chumasaítear taispeáint uathoibríoch). Is féidir é a úsáid"
|
1118 |
|
1119 |
+
#: library/plugin-settings.php:1570 library/plugin-settings.php:1682
|
1120 |
msgid "Save Settings"
|
1121 |
msgstr "Sábháil Socruithe"
|
1122 |
|
1123 |
+
#: library/plugin-settings.php:1575
|
1124 |
msgid "Display the Form"
|
1125 |
+
msgstr "Taispeáin an Fhoirm"
|
1126 |
|
1127 |
+
#: library/plugin-settings.php:1578
|
1128 |
msgid "Post-Submit Form"
|
1129 |
+
msgstr "Foirm Iar-Seolta"
|
1130 |
|
1131 |
+
#: library/plugin-settings.php:1579
|
1132 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1133 |
+
msgstr "Cuireann USP ar do chumas foirm iar-aighneacht a thaispeáint áit ar bith ar do shuíomh."
|
1134 |
|
1135 |
+
#: library/plugin-settings.php:1580 library/plugin-settings.php:1589
|
1136 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1137 |
+
msgstr "Úsáid an gearrchód chun an fhoirm a thaispeáint ar aon Phost nó Leathanach WP:"
|
1138 |
|
1139 |
+
#: library/plugin-settings.php:1583 library/plugin-settings.php:1592
|
1140 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1141 |
+
msgstr "Nó, bain úsáid as an chlib teimpléid chun an fhoirm a thaispeáint in áit ar bith i do theimpléad téama:"
|
1142 |
|
1143 |
+
#: library/plugin-settings.php:1587
|
1144 |
msgid "Login/Register Form"
|
1145 |
+
msgstr "Foirm Iontrála / Clárúcháin"
|
1146 |
|
1147 |
+
#: library/plugin-settings.php:1588
|
1148 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1149 |
+
msgstr "Is féidir leat foirm a thaispeáint a chuireann ar chumas úsáideoirí logáil isteach, clárú, nó a bhfocal faire a athshocrú."
|
1150 |
|
1151 |
+
#: library/plugin-settings.php:1596
|
1152 |
msgid "Display Submitted Posts"
|
1153 |
+
msgstr "Taispeáin Poist Fhoilsithe"
|
1154 |
|
1155 |
+
#: library/plugin-settings.php:1597
|
1156 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1157 |
+
msgstr "Úsáid an gearrchód seo chun liosta de na poist a cuireadh isteach a thaispeáint ar aon Phost WP nó Leathanach:"
|
1158 |
|
1159 |
+
#: library/plugin-settings.php:1600
|
1160 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1161 |
+
msgstr "Nó, bain úsáid as an chlib teimpléid chun liosta de na poist a cuireadh isteach a thaispeáint in áit ar bith i do theimpléad téama:"
|
1162 |
|
1163 |
+
#: library/plugin-settings.php:1603
|
1164 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1165 |
+
msgstr "Seo roinnt samplaí a thaispeánann conas an gearrchód seo a chumrú:"
|
1166 |
|
1167 |
+
#: library/plugin-settings.php:1611
|
1168 |
msgid "Display Image Gallery"
|
1169 |
+
msgstr "Gailearaí Íomhá Taispeáin"
|
1170 |
|
1171 |
+
#: library/plugin-settings.php:1612
|
1172 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1173 |
+
msgstr "Úsáid an gearrchód seo chun gailearaí de íomhánna uaslódáilte a thaispeáint do gach post a cuireadh isteach:"
|
1174 |
|
1175 |
+
#: library/plugin-settings.php:1615
|
1176 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1177 |
+
msgstr "Nó, bain úsáid as an chlib teimpléid chun gailearaí íomhá a thaispeáint in áit ar bith i do theimpléad téama:"
|
1178 |
|
1179 |
+
#: library/plugin-settings.php:1618
|
1180 |
msgid "You can customize using any of the follwing attributes:"
|
1181 |
+
msgstr "Is féidir leat aon cheann de na tréithe seo a shaincheapadh:"
|
1182 |
|
1183 |
+
#: library/plugin-settings.php:1633
|
1184 |
msgid "Reset Form Button"
|
1185 |
+
msgstr "Athshocraigh Button Form"
|
1186 |
|
1187 |
+
#: library/plugin-settings.php:1634
|
1188 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1189 |
+
msgstr "Taispeánann an gearrchód seo nasc a athshocraíonn an fhoirm go dtí a staid bhunaidh:"
|
1190 |
|
1191 |
+
#: library/plugin-settings.php:1637
|
1192 |
msgid "This shortcode accepts the following attributes:"
|
1193 |
+
msgstr "Glacann an aicearra seo leis na tréithe seo a leanas:"
|
1194 |
|
1195 |
+
#: library/plugin-settings.php:1643
|
1196 |
msgid "Note that the url attribute accepts"
|
1197 |
+
msgstr "Tabhair faoi deara go nglacann an tréith url leis"
|
1198 |
|
1199 |
+
#: library/plugin-settings.php:1643
|
1200 |
msgid "to get the current URL."
|
1201 |
+
msgstr "chun an URL reatha a fháil."
|
1202 |
|
1203 |
+
#: library/plugin-settings.php:1646
|
1204 |
msgid "Access Control"
|
1205 |
msgstr "Rialú Rochtana"
|
1206 |
|
1207 |
+
#: library/plugin-settings.php:1647
|
1208 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1209 |
+
msgstr "Soláthraíonn USP trí ghearrchód chun rochtain a rialú agus ábhar a shrianadh."
|
1210 |
|
1211 |
+
#: library/plugin-settings.php:1648
|
1212 |
msgid "Display content only to users with a specific capability:"
|
1213 |
+
msgstr "Ní thaispeánann ábhar ach d'úsáideoirí a bhfuil cumas sonrach acu:"
|
1214 |
|
1215 |
+
#: library/plugin-settings.php:1651
|
1216 |
msgid "Display content to logged-in users:"
|
1217 |
+
msgstr "Taispeáin an t-ábhar d'úsáideoirí atá logáilte isteach:"
|
1218 |
|
1219 |
+
#: library/plugin-settings.php:1654
|
1220 |
msgid "Display content to visitors only:"
|
1221 |
msgstr "Taispeáin ábhar do chuairteoirí amháin:"
|
1222 |
|
1223 |
+
#: library/plugin-settings.php:1657
|
1224 |
msgid "Tip:"
|
1225 |
msgstr "Leid:"
|
1226 |
|
1227 |
+
#: library/plugin-settings.php:1657
|
1228 |
msgid "to include markup in the deny message, you can use"
|
1229 |
+
msgstr "chun marcáil a chur san áireamh sa teachtaireacht dhiúltach, is féidir leat é a úsáid"
|
1230 |
|
1231 |
+
#: library/plugin-settings.php:1657
|
1232 |
msgid "to output"
|
1233 |
msgstr "aschur"
|
1234 |
|
1235 |
+
#: library/plugin-settings.php:1660
|
1236 |
msgid "Example"
|
1237 |
msgstr "Sampla"
|
1238 |
|
1239 |
+
#: library/plugin-settings.php:1661
|
1240 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1241 |
+
msgstr "Má tá an t-úsáideoir logáilte isteach, taispeáin an fhoirm iar-sheolta; nó mura bhfuil an t-úsáideoir logáilte isteach, taispeáin an fhoirm logála isteach:"
|
1242 |
|
1243 |
+
#: library/plugin-settings.php:1673
|
1244 |
msgid "Restore Defaults"
|
1245 |
+
msgstr "Mainneachtainí a chur ar ais"
|
1246 |
|
1247 |
+
#: library/plugin-settings.php:1676
|
1248 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1249 |
+
msgstr "Fág an rogha seo faoi mhíchumas chun cuimhneamh ar do chuid socruithe. Nó, chun dul ar aghaidh agus na roghanna breiseáin réamhshocraithe a athchóiriú: seiceáil an bosca, sábháil do shocruithe, agus ansin díghníomhaigh / athghníomhaigh an breiseán."
|
1250 |
|
1251 |
+
#: library/plugin-settings.php:1680
|
1252 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1253 |
+
msgstr "Cuir na roghanna réamhshocraithe ar ais ar dhíghníomhachtú / athghníomhachtú breiseáin."
|
1254 |
|
1255 |
+
#: library/plugin-settings.php:1687
|
1256 |
msgid "Show Support"
|
1257 |
msgstr "Taispeáin Tacaíocht"
|
1258 |
|
1259 |
+
#: library/plugin-settings.php:1696
|
1260 |
msgid "by"
|
1261 |
msgstr "ag"
|
1262 |
|
1263 |
+
#: library/plugin-settings.php:1697
|
1264 |
msgid "Jeff Starr on Twitter"
|
1265 |
msgstr "Jeff Starr ar Twitter"
|
1266 |
|
1267 |
+
#: library/plugin-settings.php:1698
|
1268 |
msgid "Obsessive Web Design & Development"
|
1269 |
+
msgstr "Dearadh Gréasáin obsessive & amp; Forbairt"
|
1270 |
|
1271 |
+
#: library/plugin-settings.php:1709
|
1272 |
msgid "Save Preference"
|
1273 |
+
msgstr "Sábháil Tosaíocht"
|
1274 |
|
1275 |
+
#: library/plugin-settings.php:1716
|
1276 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1277 |
+
msgstr "An bhfuil tú cinnte gur mian leat gach rogha réamhshocraithe a chur ar ais? (ní féidir an gníomh seo a dhiúltú)"
|
1278 |
+
|
1279 |
+
#: library/support-panel.php:55
|
1280 |
+
msgid "Perishable Press Books"
|
1281 |
+
msgstr "Leabhair Phreasa meatacha"
|
1282 |
+
|
1283 |
+
#: library/support-panel.php:56
|
1284 |
+
msgid "Plugin Planet"
|
1285 |
+
msgstr "Plugin Planet"
|
1286 |
+
|
1287 |
+
#: library/support-panel.php:57
|
1288 |
+
msgid "Donate via PayPal"
|
1289 |
+
msgstr "Síntiúis trí PayPal"
|
1290 |
+
|
1291 |
+
#: library/support-panel.php:59
|
1292 |
+
msgid "books"
|
1293 |
+
msgstr "leabhair"
|
1294 |
+
|
1295 |
+
#: library/support-panel.php:60
|
1296 |
+
msgid "plugins"
|
1297 |
+
msgstr "forlíontáin"
|
1298 |
+
|
1299 |
+
#: library/support-panel.php:61
|
1300 |
+
msgid "donation"
|
1301 |
+
msgstr "síntiús"
|
1302 |
+
|
1303 |
+
#: library/support-panel.php:63
|
1304 |
+
msgid "Thank you for using"
|
1305 |
+
msgstr "Go raibh maith agat as úsáid a bhaint as"
|
1306 |
+
|
1307 |
+
#: library/support-panel.php:64
|
1308 |
+
msgid "Please show support by purchasing one of my"
|
1309 |
+
msgstr "Tabhair tacaíocht le do thoil trí cheann de mo chuid a cheannach"
|
1310 |
+
|
1311 |
+
#: library/support-panel.php:65
|
1312 |
+
msgid "or"
|
1313 |
+
msgstr "nó"
|
1314 |
+
|
1315 |
+
#: library/support-panel.php:65
|
1316 |
+
msgid "or by making a"
|
1317 |
+
msgstr "nó trí a"
|
1318 |
+
|
1319 |
+
#: library/support-panel.php:66
|
1320 |
+
msgid "Your generous support helps future development of"
|
1321 |
+
msgstr "Cuidíonn do thacaíocht fhlaithiúil le forbairt sa todhchaí"
|
1322 |
+
|
1323 |
+
#: library/support-panel.php:67
|
1324 |
+
msgid "and is greatly appreciated."
|
1325 |
+
msgstr "agus tá meas mór air."
|
1326 |
+
|
1327 |
+
#: library/support-panel.php:69
|
1328 |
+
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
1329 |
+
msgstr "Cabhraíonn aon síntiús méide liom leanúint ar aghaidh ag forbairt an bhreiseáin seo agus acmhainní eile WordPress eile."
|
1330 |
|
1331 |
#. Description of the plugin
|
1332 |
#:
|
1333 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
1334 |
+
msgstr "Cuireann sé ar chumas do chuairteoirí poist agus íomhánna a chur isteach ó áit ar bith ar do shuíomh."
|
1335 |
|
1336 |
#. URI of the plugin
|
1337 |
#:
|
languages/usp-he_IL.mo
CHANGED
Binary file
|
languages/usp-he_IL.po
CHANGED
@@ -4,282 +4,287 @@ msgstr ""
|
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
-
"Project-Id-Version: USP
|
8 |
"Language: he\n"
|
9 |
|
10 |
#. Name of the plugin
|
11 |
#: user-submitted-posts.php:44 library/support-panel.php:5
|
12 |
msgid "User Submitted Posts"
|
13 |
-
msgstr "הודעות
|
14 |
|
15 |
-
#: user-submitted-posts.php:
|
16 |
msgid "requires WordPress "
|
17 |
-
msgstr "דורש וורדפרס"
|
18 |
|
19 |
-
#: user-submitted-posts.php:
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
-
msgstr "
|
22 |
|
23 |
-
#: user-submitted-posts.php:
|
24 |
msgid "Please return to the"
|
25 |
-
msgstr "חזור אל"
|
26 |
|
27 |
-
#: user-submitted-posts.php:
|
28 |
msgid "WordPress Admin Area"
|
29 |
msgstr "אזור ניהול וורדפרס"
|
30 |
|
31 |
-
#: user-submitted-posts.php:
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
-
msgstr "
|
34 |
|
35 |
-
#: user-submitted-posts.php:
|
36 |
msgid "User Submitted Post"
|
37 |
-
msgstr "
|
38 |
|
39 |
-
#: user-submitted-posts.php:
|
40 |
msgid "User Submitted Post Info"
|
41 |
-
msgstr "פרטי
|
42 |
|
43 |
-
#: user-submitted-posts.php:
|
44 |
msgid "Submitter Name: "
|
45 |
-
msgstr "שם
|
46 |
|
47 |
-
#: user-submitted-posts.php:
|
48 |
msgid "Submitter Email: "
|
49 |
-
msgstr "דוא\"ל
|
50 |
|
51 |
-
#: user-submitted-posts.php:
|
52 |
msgid "Submitter URL: "
|
53 |
-
msgstr "
|
54 |
|
55 |
-
#: user-submitted-posts.php:
|
56 |
msgid "Submitter IP: "
|
57 |
-
msgstr "
|
58 |
|
59 |
-
#: user-submitted-posts.php:
|
60 |
msgid "Show USP Posts"
|
61 |
msgstr "הצג הודעות USP"
|
62 |
|
63 |
-
#: user-submitted-posts.php:
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
-
#: user-submitted-posts.php:
|
68 |
msgid " files required"
|
69 |
-
msgstr "
|
70 |
|
71 |
-
#: user-submitted-posts.php:
|
72 |
msgid " file required"
|
73 |
-
msgstr "
|
74 |
|
75 |
-
#: user-submitted-posts.php:
|
76 |
msgid " files"
|
77 |
msgstr " קבצים"
|
78 |
|
79 |
-
#: user-submitted-posts.php:
|
80 |
msgid " file"
|
81 |
msgstr " קובץ"
|
82 |
|
83 |
-
#: user-submitted-posts.php:
|
84 |
-
#: user-submitted-posts.php:
|
85 |
msgid " pixels"
|
86 |
msgstr " פיקסלים"
|
87 |
|
88 |
-
#: user-submitted-posts.php:
|
89 |
-
#: library/plugin-settings.php:
|
90 |
-
#: library/plugin-settings.php:
|
91 |
msgid "Custom Field"
|
92 |
msgstr "שדה מותאם"
|
93 |
|
94 |
-
#: user-submitted-posts.php:
|
95 |
msgid "Custom checkbox required"
|
96 |
-
msgstr "
|
97 |
|
98 |
-
#: user-submitted-posts.php:
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
msgstr "התרחשה שגיאה. אנא חזור ונסה שוב."
|
101 |
|
102 |
-
#: user-submitted-posts.php:
|
103 |
msgid "User login required"
|
104 |
-
msgstr "
|
105 |
|
106 |
-
#: user-submitted-posts.php:
|
107 |
msgid "User name required"
|
108 |
msgstr "שם משתמש (חובה"
|
109 |
|
110 |
-
#: user-submitted-posts.php:
|
111 |
msgid "Post title required"
|
112 |
-
msgstr "
|
113 |
|
114 |
-
#: user-submitted-posts.php:
|
115 |
msgid "User URL required"
|
116 |
-
msgstr "
|
117 |
|
118 |
-
#: user-submitted-posts.php:
|
119 |
msgid "Post tags required"
|
120 |
-
msgstr "
|
121 |
|
122 |
-
#: user-submitted-posts.php:
|
123 |
msgid "Post category required"
|
124 |
-
msgstr "
|
125 |
|
126 |
-
#: user-submitted-posts.php:
|
127 |
msgid "Post content required"
|
128 |
-
msgstr "
|
129 |
|
130 |
-
#: user-submitted-posts.php:
|
131 |
msgid "Correct captcha required"
|
132 |
msgstr "נדרש captcha נכון"
|
133 |
|
134 |
-
#: user-submitted-posts.php:
|
135 |
msgid "User email required"
|
136 |
msgstr "נדרש דוא\"ל משתמש"
|
137 |
|
138 |
-
#: user-submitted-posts.php:
|
139 |
msgid "Please check your email and try again"
|
140 |
-
msgstr "בדוק את הדוא\"ל שלך ונסה שוב"
|
141 |
|
142 |
-
#: user-submitted-posts.php:
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
-
msgstr "ערך לא ריק
|
145 |
|
146 |
-
#: user-submitted-posts.php:
|
147 |
msgid "Minimum number of images not met"
|
148 |
-
msgstr "המספר המינימלי של תמונות שלא
|
149 |
|
150 |
-
#: user-submitted-posts.php:
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
-
msgstr "
|
153 |
|
154 |
-
#: user-submitted-posts.php:
|
155 |
msgid "Minimum image width not met"
|
156 |
-
msgstr "רוחב התמונה המינימלי לא
|
157 |
|
158 |
-
#: user-submitted-posts.php:
|
159 |
msgid "Image width exceeds maximum"
|
160 |
-
msgstr "רוחב התמונה
|
161 |
|
162 |
-
#: user-submitted-posts.php:
|
163 |
msgid "Minimum image height not met"
|
164 |
-
msgstr "גובה התמונה המינימלי לא
|
165 |
|
166 |
-
#: user-submitted-posts.php:
|
167 |
msgid "Image height exceeds maximum"
|
168 |
-
msgstr "גובה התמונה
|
169 |
|
170 |
-
#: user-submitted-posts.php:
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
-
msgstr "
|
173 |
|
174 |
-
#: user-submitted-posts.php:
|
175 |
msgid " required"
|
176 |
msgstr " נדרש"
|
177 |
|
178 |
-
#: user-submitted-posts.php:
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
-
msgstr "הקובץ לא
|
181 |
|
182 |
-
#: user-submitted-posts.php:
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
-
msgstr "לא ניתן היה
|
185 |
|
186 |
-
#: user-submitted-posts.php:
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
-
msgstr "הפוסט לא נוצר.
|
189 |
|
190 |
-
#: user-submitted-posts.php:
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
-
msgstr "כותרת
|
193 |
|
194 |
-
#: user-submitted-posts.php:
|
195 |
msgid "Error: "
|
196 |
-
msgstr "שגיאה:"
|
197 |
|
198 |
-
#: user-submitted-posts.php:
|
199 |
msgid "Return to form"
|
200 |
msgstr "חזור לטופס"
|
201 |
|
202 |
-
#: user-submitted-posts.php:
|
203 |
msgid "Please"
|
204 |
msgstr "אנא"
|
205 |
|
206 |
-
#: user-submitted-posts.php:
|
207 |
msgid "log in"
|
208 |
msgstr "התחברות"
|
209 |
|
210 |
-
#: user-submitted-posts.php:
|
211 |
msgid "to submit content!"
|
212 |
-
msgstr "
|
213 |
|
214 |
-
#: views/submission-form.php:
|
215 |
msgid "Please complete the required fields."
|
216 |
-
msgstr "
|
217 |
|
218 |
-
#: views/submission-form.php:
|
219 |
-
#: views/submission-form-alt.php:
|
220 |
msgid "Your Name"
|
221 |
msgstr "השם שלך"
|
222 |
|
223 |
-
#: views/submission-form.php:
|
224 |
-
#: views/submission-form-alt.php:
|
225 |
msgid "Your URL"
|
226 |
msgstr "כתובת האתר שלך"
|
227 |
|
228 |
-
#: views/submission-form.php:
|
229 |
-
#: views/submission-form-alt.php:
|
230 |
msgid "Your Email"
|
231 |
msgstr "האימייל שלך"
|
232 |
|
233 |
-
#: views/submission-form.php:
|
234 |
-
#: views/submission-form-alt.php:
|
235 |
-
#: library/plugin-settings.php:
|
236 |
msgid "Post Title"
|
237 |
-
msgstr "כותרת
|
238 |
|
239 |
-
#: views/submission-form.php:
|
240 |
-
#: views/submission-form-alt.php:
|
241 |
-
#: library/plugin-settings.php:
|
242 |
msgid "Post Tags"
|
243 |
-
msgstr "
|
244 |
|
245 |
-
#: views/submission-form.php:
|
246 |
msgid "Antispam Question"
|
247 |
-
msgstr "
|
248 |
|
249 |
-
#: views/submission-form.php:
|
250 |
-
#: library/plugin-settings.php:
|
251 |
msgid "Post Category"
|
252 |
-
msgstr "פוסט
|
253 |
|
254 |
-
#: views/submission-form.php:
|
|
|
255 |
msgid "Please select a category.."
|
256 |
msgstr "אנא בחר קטגוריה.."
|
257 |
|
258 |
-
#: views/submission-form.php:
|
259 |
-
#: views/submission-form-alt.php:
|
260 |
-
#: library/plugin-settings.php:
|
261 |
msgid "Post Content"
|
262 |
msgstr "תוכן דואר"
|
263 |
|
264 |
-
#: views/submission-form.php:
|
265 |
msgid "Verification"
|
266 |
msgstr "אימות"
|
267 |
|
268 |
-
#: views/submission-form.php:
|
269 |
msgid "Upload an Image"
|
270 |
msgstr "העלה תמונה"
|
271 |
|
272 |
-
#: views/submission-form.php:
|
273 |
msgid "Add another image"
|
274 |
-
msgstr "הוסף תמונה
|
275 |
|
276 |
-
#: views/submission-form.php:
|
277 |
msgid "Human verification: leave this field empty."
|
278 |
msgstr "אימות אנושי: השאר שדה זה ריק."
|
279 |
|
280 |
-
#: views/submission-form.php:
|
281 |
msgid "Submit Post"
|
282 |
-
msgstr "
|
|
|
|
|
|
|
|
|
283 |
|
284 |
#: library/shortcode-misc.php:18
|
285 |
msgid "Reset form"
|
@@ -287,1038 +292,1046 @@ msgstr "אפס את הטופס"
|
|
287 |
|
288 |
#: library/shortcode-misc.php:128
|
289 |
msgid "View full post"
|
290 |
-
msgstr "צפה
|
291 |
-
|
292 |
-
#: library/support-panel.php:52
|
293 |
-
msgid "Perishable Press Books"
|
294 |
-
msgstr "ספרים מתכלים"
|
295 |
|
296 |
-
#: library/
|
297 |
-
msgid "
|
298 |
-
msgstr "
|
299 |
-
|
300 |
-
#: library/support-panel.php:54
|
301 |
-
msgid "Donate via PayPal"
|
302 |
-
msgstr "לתרום באמצעות PayPal"
|
303 |
-
|
304 |
-
#: library/support-panel.php:56
|
305 |
-
msgid "books"
|
306 |
-
msgstr "ספרים"
|
307 |
-
|
308 |
-
#: library/support-panel.php:57
|
309 |
-
msgid "plugins"
|
310 |
-
msgstr "תוספים"
|
311 |
-
|
312 |
-
#: library/support-panel.php:58
|
313 |
-
msgid "donation"
|
314 |
-
msgstr "תרומה"
|
315 |
-
|
316 |
-
#: library/support-panel.php:60
|
317 |
-
msgid "Thank you for using"
|
318 |
-
msgstr "תודה לך על השימוש"
|
319 |
-
|
320 |
-
#: library/support-panel.php:61
|
321 |
-
msgid "Please show support by purchasing one of my"
|
322 |
-
msgstr "אנא הצג תמיכה על ידי רכישת אחד שלי"
|
323 |
-
|
324 |
-
#: library/support-panel.php:62
|
325 |
-
msgid "or"
|
326 |
-
msgstr "או"
|
327 |
-
|
328 |
-
#: library/support-panel.php:62
|
329 |
-
msgid "or by making a"
|
330 |
-
msgstr "או על ידי ביצוע"
|
331 |
-
|
332 |
-
#: library/support-panel.php:63
|
333 |
-
msgid "Your generous support helps future development of"
|
334 |
-
msgstr "התמיכה הנדיבה שלך מסייעת בפיתוח עתידי"
|
335 |
-
|
336 |
-
#: library/support-panel.php:64
|
337 |
-
msgid "and is greatly appreciated."
|
338 |
-
msgstr "והוא מוערך מאוד."
|
339 |
-
|
340 |
-
#: library/support-panel.php:66
|
341 |
-
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
342 |
-
msgstr "כל תרומה גודל עוזר לי להמשיך לפתח את תוסף חינם זה וורדפרס משאבים אחרים מדהים."
|
343 |
-
|
344 |
-
#: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
|
345 |
-
msgid "Incorrect response."
|
346 |
-
msgstr "תשובה שגויה."
|
347 |
|
348 |
-
#: library/plugin-settings.php:
|
349 |
msgid "Get USP Pro for unlimited forms!"
|
350 |
-
msgstr "
|
351 |
|
352 |
-
#: library/plugin-settings.php:
|
353 |
msgid "Go Pro"
|
354 |
msgstr "להתמקצע"
|
355 |
|
356 |
-
#: library/plugin-settings.php:
|
357 |
-
|
358 |
-
msgstr "הגדרות"
|
359 |
-
|
360 |
-
#: library/plugin-settings.php:55 library/plugin-settings.php:1007
|
361 |
-
#: library/plugin-settings.php:1595
|
362 |
msgid "Plugin Homepage"
|
363 |
-
msgstr "דף הבית של"
|
364 |
|
365 |
-
#: library/plugin-settings.php:
|
366 |
msgid "Homepage"
|
367 |
msgstr "דף הבית"
|
368 |
|
369 |
-
#: library/plugin-settings.php:
|
370 |
msgid "Give USP a 5-star rating at WordPress.org"
|
371 |
-
msgstr "תן ל- USP דירוג 5 כוכבים ב- WordPress.org"
|
372 |
|
373 |
-
#: library/plugin-settings.php:
|
374 |
msgid "Rate this plugin »"
|
375 |
-
msgstr "דרג את הפלאגין & nbsp; & raquo;"
|
376 |
|
377 |
-
#: library/plugin-settings.php:
|
378 |
msgid "WP Post (recommended)"
|
379 |
msgstr "WP פוסט (מומלץ)"
|
380 |
|
381 |
-
#: library/plugin-settings.php:
|
382 |
msgid "WP Page"
|
383 |
-
msgstr "
|
384 |
|
385 |
-
#: library/plugin-settings.php:
|
386 |
msgid "HTML5 Form + Default CSS"
|
387 |
-
msgstr "טופס HTML5 + ברירת מחדל
|
388 |
|
389 |
-
#: library/plugin-settings.php:
|
390 |
msgid "(Recommended)"
|
391 |
msgstr "(מומלץ)"
|
392 |
|
393 |
-
#: library/plugin-settings.php:
|
394 |
msgid "HTML5 Form + Disable CSS"
|
395 |
msgstr "טופס HTML5 + השבת CSS"
|
396 |
|
397 |
-
#: library/plugin-settings.php:
|
398 |
msgid "(Provide your own styles)"
|
399 |
-
msgstr "(
|
400 |
|
401 |
-
#: library/plugin-settings.php:
|
402 |
msgid "Custom Form + Custom CSS"
|
403 |
-
msgstr "טופס מותאם אישית +
|
404 |
|
405 |
-
#: library/plugin-settings.php:
|
406 |
msgid "(Provide your own form template & styles)"
|
407 |
-
msgstr "(
|
408 |
|
409 |
-
#: library/plugin-settings.php:
|
410 |
-
#: library/plugin-settings.php:
|
411 |
msgid "Auto-display before post content"
|
412 |
-
msgstr "תצוגה אוטומטית לפני
|
413 |
|
414 |
-
#: library/plugin-settings.php:
|
415 |
-
#: library/plugin-settings.php:
|
416 |
msgid "Auto-display after post content"
|
417 |
-
msgstr "תצוגה אוטומטית לאחר
|
418 |
|
419 |
-
#: library/plugin-settings.php:
|
420 |
msgid "Do not auto-display submitted images"
|
421 |
-
msgstr "אל תציג תמונות
|
422 |
|
423 |
-
#: library/plugin-settings.php:
|
424 |
msgid "Do not auto-display submitted email"
|
425 |
-
msgstr "אל תציג
|
426 |
|
427 |
-
#: library/plugin-settings.php:
|
428 |
msgid "Do not auto-display submitted URL"
|
429 |
-
msgstr "אל תציג
|
430 |
|
431 |
-
#: library/plugin-settings.php:
|
432 |
msgid "Do not auto-display the Custom Field"
|
433 |
-
msgstr "אל תציג אוטומטית את השדה
|
434 |
|
435 |
-
#: library/plugin-settings.php:
|
436 |
-
#: library/plugin-settings.php:
|
437 |
-
msgid "
|
438 |
-
msgstr "
|
439 |
|
440 |
-
#: library/plugin-settings.php:
|
441 |
-
msgid "
|
442 |
-
msgstr "
|
443 |
|
444 |
-
#: library/plugin-settings.php:
|
445 |
-
#: library/plugin-settings.php:
|
446 |
msgid "Disable this field"
|
447 |
msgstr "השבת שדה זה"
|
448 |
|
449 |
-
#: library/plugin-settings.php:
|
450 |
-
#: library/plugin-settings.php:
|
451 |
msgid "(Visit"
|
452 |
-
msgstr "(
|
453 |
|
454 |
-
#: library/plugin-settings.php:
|
455 |
-
#: library/plugin-settings.php:
|
456 |
msgid "to configure options)"
|
457 |
-
msgstr "
|
458 |
|
459 |
-
#: library/plugin-settings.php:
|
460 |
-
#: library/plugin-settings.php:
|
461 |
msgid "Challenge Question"
|
462 |
msgstr "שאלה מאתגרת"
|
463 |
|
464 |
-
#: library/plugin-settings.php:
|
465 |
-
#: library/plugin-settings.php:
|
466 |
msgid "Google reCAPTCHA"
|
467 |
-
msgstr "
|
468 |
|
469 |
-
#: library/plugin-settings.php:
|
470 |
msgid "Post Images"
|
471 |
msgstr "פרסם תמונות"
|
472 |
|
473 |
-
#: library/plugin-settings.php:
|
474 |
-
msgid "
|
475 |
-
msgstr "
|
476 |
|
477 |
-
#: library/plugin-settings.php:
|
478 |
msgid "Disable"
|
479 |
msgstr "השבת"
|
480 |
|
481 |
-
#: library/plugin-settings.php:
|
482 |
msgid "Image Uploads"
|
483 |
-
msgstr "
|
484 |
|
485 |
-
#: library/plugin-settings.php:
|
486 |
msgid "Draft"
|
487 |
msgstr "טיוטה"
|
488 |
|
489 |
-
#: library/plugin-settings.php:
|
490 |
msgid "Pending (default)"
|
491 |
-
msgstr "
|
492 |
|
493 |
-
#: library/plugin-settings.php:
|
494 |
msgid "Publish immediately"
|
495 |
-
msgstr "פרסם
|
496 |
|
497 |
-
#: library/plugin-settings.php:
|
498 |
msgid "Publish after 1 approved post"
|
499 |
-
msgstr "פרסם
|
500 |
|
501 |
-
#: library/plugin-settings.php:
|
502 |
msgid "Publish after "
|
503 |
-
msgstr "פרסם
|
504 |
|
505 |
-
#: library/plugin-settings.php:
|
506 |
msgid " approved posts"
|
507 |
-
msgstr "
|
|
|
|
|
|
|
|
|
508 |
|
509 |
-
#: library/plugin-settings.php:
|
510 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
511 |
-
msgstr "הייתה טעות.
|
512 |
|
513 |
-
#: library/plugin-settings.php:
|
514 |
msgid "Please select your image(s) to upload."
|
515 |
-
msgstr "בחר את התמונות שלך
|
516 |
|
517 |
-
#: library/plugin-settings.php:
|
518 |
msgid "Success! Thank you for your submission."
|
519 |
msgstr "הצלחה! תודה על הגשתך."
|
520 |
|
521 |
-
#: library/plugin-settings.php:
|
522 |
msgid "Email"
|
523 |
msgstr "דוא\"ל"
|
524 |
|
525 |
-
#: library/plugin-settings.php:
|
526 |
msgid "URL"
|
527 |
msgstr "כתובת אתר"
|
528 |
|
529 |
-
#: library/plugin-settings.php:
|
530 |
msgid "Toggle all panels"
|
531 |
msgstr "החלף את כל החלוניות"
|
532 |
|
533 |
-
#: library/plugin-settings.php:
|
534 |
msgid "We need your support!"
|
535 |
msgstr "אנחנו צריכים את התמיכה שלך!"
|
536 |
|
537 |
-
#: library/plugin-settings.php:
|
538 |
msgid "Make a donation via PayPal"
|
539 |
-
msgstr "
|
540 |
|
541 |
-
#: library/plugin-settings.php:
|
542 |
msgid "make a donation"
|
543 |
msgstr "לתרום"
|
544 |
|
545 |
-
#: library/plugin-settings.php:
|
546 |
msgid "and/or"
|
547 |
msgstr "ו / או"
|
548 |
|
549 |
-
#: library/plugin-settings.php:
|
550 |
msgid "Rate and review at the Plugin Directory"
|
551 |
-
msgstr "דרג
|
552 |
|
553 |
-
#: library/plugin-settings.php:
|
554 |
msgid "give this plugin a 5-star rating"
|
555 |
-
msgstr "
|
556 |
|
557 |
-
#: library/plugin-settings.php:
|
558 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
559 |
-
msgstr "התמיכה הנדיבה שלך מאפשרת המשך פיתוח
|
560 |
|
561 |
-
#: library/plugin-settings.php:
|
562 |
msgid "Check this box if you have shown support"
|
563 |
-
msgstr "סמן תיבה זו אם
|
564 |
|
565 |
-
#: library/plugin-settings.php:
|
566 |
msgid "Overview"
|
567 |
msgstr "סקירה כללית"
|
568 |
|
569 |
-
#: library/plugin-settings.php:
|
570 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
571 |
-
msgstr "מאפשר למבקרים שלך
|
572 |
|
573 |
-
#: library/plugin-settings.php:
|
574 |
msgid "For advanced functionality and unlimited forms, check out"
|
575 |
-
msgstr "לקבלת פונקציונליות מתקדמת
|
576 |
|
577 |
-
#: library/plugin-settings.php:
|
578 |
msgid "USP Pro"
|
579 |
msgstr "USP Pro"
|
580 |
|
581 |
-
#: library/plugin-settings.php:
|
582 |
msgid "— the ultimate solution for user-generated content."
|
583 |
-
msgstr "& mdash;
|
584 |
|
585 |
-
#: library/plugin-settings.php:
|
586 |
msgid "Plugin Settings"
|
587 |
-
msgstr "הגדרות
|
588 |
|
589 |
-
#: library/plugin-settings.php:
|
590 |
msgid "Display the form"
|
591 |
-
msgstr "
|
592 |
|
593 |
-
#: library/plugin-settings.php:
|
594 |
msgid "If you like this plugin, please"
|
595 |
-
msgstr "אם אתה אוהב את
|
596 |
|
597 |
-
#: library/plugin-settings.php:
|
598 |
msgid "THANK YOU for your support!"
|
599 |
msgstr "תודה על תמיכתך!"
|
600 |
|
601 |
-
#: library/plugin-settings.php:
|
602 |
msgid "give it a 5-star rating"
|
603 |
-
msgstr "
|
604 |
|
605 |
-
#: library/plugin-settings.php:
|
606 |
msgid "Unlimited front-end forms"
|
607 |
-
msgstr "
|
608 |
|
609 |
-
#: library/plugin-settings.php:
|
610 |
msgid "Get USP Pro"
|
611 |
msgstr "קבל USP Pro"
|
612 |
|
613 |
-
#: library/plugin-settings.php:
|
614 |
msgid "Configure your settings for User Submitted Posts."
|
615 |
-
msgstr "קבע את ההגדרות עבור הודעות
|
616 |
|
617 |
-
#: library/plugin-settings.php:
|
618 |
msgid "Form Fields"
|
619 |
msgstr "שדות טופס"
|
620 |
|
621 |
-
#: library/plugin-settings.php:
|
622 |
msgid "User Name"
|
623 |
msgstr "שם משתמש"
|
624 |
|
625 |
-
#: library/plugin-settings.php:
|
626 |
msgid "User Email"
|
627 |
msgstr "דוא\"ל משתמש"
|
628 |
|
629 |
-
#: library/plugin-settings.php:
|
630 |
msgid "User URL"
|
631 |
-
msgstr "כתובת אתר
|
632 |
|
633 |
-
#: library/plugin-settings.php:
|
634 |
msgid "General Settings"
|
635 |
msgstr "הגדרות כלליות"
|
636 |
|
637 |
-
#: library/plugin-settings.php:
|
638 |
msgid "Note that the default settings work fine for most cases."
|
639 |
-
msgstr "שים לב שהגדרות ברירת המחדל
|
640 |
|
641 |
-
#: library/plugin-settings.php:
|
642 |
msgid "Form Style"
|
643 |
msgstr "סגנון טופס"
|
644 |
|
645 |
-
#: library/plugin-settings.php:
|
646 |
msgid "With this option, you can copy the plugin’s default templates:"
|
647 |
-
msgstr "
|
648 |
|
649 |
-
#: library/plugin-settings.php:
|
650 |
msgid "..and upload them into a directory named"
|
651 |
-
msgstr "
|
652 |
|
653 |
-
#: library/plugin-settings.php:
|
654 |
msgid "in your theme:"
|
655 |
msgstr "בנושא שלך:"
|
656 |
|
657 |
-
#: library/plugin-settings.php:
|
658 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
659 |
-
msgstr "זה יאפשר לך להתאים אישית את הטופס והסגנונות
|
660 |
|
661 |
-
#: library/plugin-settings.php:
|
662 |
msgid "Installation Docs"
|
663 |
-
msgstr "התקנה
|
664 |
|
665 |
-
#: library/plugin-settings.php:
|
666 |
msgid "FYI: here is a"
|
667 |
-
msgstr "
|
668 |
|
669 |
-
#: library/plugin-settings.php:
|
670 |
msgid "list of USP CSS selectors"
|
671 |
-
msgstr "
|
672 |
|
673 |
-
#: library/plugin-settings.php:
|
674 |
msgid "Include JavaScript"
|
675 |
msgstr "כלול JavaScript"
|
676 |
|
677 |
-
#: library/plugin-settings.php:
|
678 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
679 |
-
msgstr "סמן תיבה זו אם ברצונך לכלול את
|
680 |
|
681 |
-
#: library/plugin-settings.php:
|
682 |
msgid "Targeted Loading"
|
683 |
msgstr "טעינה ממוקדת"
|
684 |
|
685 |
-
#: library/plugin-settings.php:
|
686 |
-
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
|
687 |
-
msgstr "כברירת מחדל, CSS & amp;
|
688 |
|
689 |
-
#: library/plugin-settings.php:
|
690 |
msgid "Post Type"
|
691 |
msgstr "סוג פוסט"
|
692 |
|
693 |
-
#: library/plugin-settings.php:
|
694 |
msgid "Submit posts as WP Posts or Pages"
|
695 |
-
msgstr "
|
696 |
|
697 |
-
#: library/plugin-settings.php:
|
698 |
msgid "Post Status"
|
699 |
-
msgstr "סטטוס
|
700 |
|
701 |
-
#: library/plugin-settings.php:
|
702 |
msgid "Post Status for submitted posts"
|
703 |
-
msgstr "סטטוס פוסט עבור פוסטים
|
704 |
|
705 |
-
#: library/plugin-settings.php:
|
706 |
msgid "Redirect URL"
|
707 |
msgstr "כתובת אתר להפניה מחדש"
|
708 |
|
709 |
-
#: library/plugin-settings.php:
|
710 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
711 |
-
msgstr "ציין כתובת אתר
|
712 |
|
713 |
-
#: library/plugin-settings.php:
|
714 |
msgid "Success Message"
|
715 |
msgstr "הודעת הצלחה"
|
716 |
|
717 |
-
#: library/plugin-settings.php:
|
718 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
719 |
-
msgstr "הודעת הצלחה
|
720 |
|
721 |
-
#: library/plugin-settings.php:
|
722 |
msgid "Error Message"
|
723 |
msgstr "הודעת שגיאה"
|
724 |
|
725 |
-
#: library/plugin-settings.php:
|
726 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
727 |
-
msgstr "הודעת שגיאה כללית המוצגת אם
|
728 |
|
729 |
-
#: library/plugin-settings.php:
|
730 |
msgid "Custom Content"
|
731 |
msgstr "תוכן מותאם אישית"
|
732 |
|
733 |
-
#: library/plugin-settings.php:
|
734 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
735 |
-
msgstr "טקסט / סימון
|
736 |
|
737 |
-
#: library/plugin-settings.php:
|
738 |
msgid "Rich Text Editor"
|
739 |
msgstr "עורך טקסט עשיר"
|
740 |
|
741 |
-
#: library/plugin-settings.php:
|
742 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
743 |
-
msgstr "סמן תיבה זו אם ברצונך לאפשר עריכת טקסט
|
744 |
|
745 |
-
#: library/plugin-settings.php:
|
746 |
msgid "Unique Titles"
|
747 |
-
msgstr "
|
748 |
|
749 |
-
#: library/plugin-settings.php:
|
750 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
751 |
-
msgstr "דרוש
|
752 |
|
753 |
-
#: library/plugin-settings.php:
|
754 |
msgid "Disable Required"
|
755 |
-
msgstr "השבת
|
756 |
|
757 |
-
#: library/plugin-settings.php:
|
758 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
759 |
-
msgstr "השבת את כל התכונות
|
760 |
|
761 |
-
#: library/plugin-settings.php:
|
762 |
msgid "Enable Shortcodes"
|
763 |
-
msgstr "
|
764 |
|
765 |
-
#: library/plugin-settings.php:
|
766 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
767 |
-
msgstr "אפשר
|
768 |
|
769 |
-
#: library/plugin-settings.php:
|
770 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
771 |
-
msgstr "הגדרה זו מאפשרת
|
772 |
|
773 |
-
#: library/plugin-settings.php:
|
774 |
-
msgid "
|
775 |
-
msgstr "
|
776 |
|
777 |
-
#: library/plugin-settings.php:
|
778 |
msgid "Disable IP Tracking"
|
779 |
msgstr "השבת מעקב IP"
|
780 |
|
781 |
-
#: library/plugin-settings.php:
|
782 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
783 |
-
msgstr "כברירת מחדל, USP
|
784 |
|
785 |
-
#: library/plugin-settings.php:
|
786 |
msgid "Display Checkbox"
|
787 |
-
msgstr "תיבת סימון
|
788 |
|
789 |
-
#: library/plugin-settings.php:
|
790 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
791 |
-
msgstr "הצג תיבת סימון מותאמת אישית בטופס שלך (שימושי
|
792 |
|
793 |
-
#: library/plugin-settings.php:
|
794 |
msgid "Checkbox Name"
|
795 |
msgstr "שם תיבת הסימון"
|
796 |
|
797 |
-
#: library/plugin-settings.php:
|
798 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
799 |
-
msgstr "השתמש רק
|
800 |
|
801 |
-
#: library/plugin-settings.php:
|
802 |
msgid "Checkbox Error"
|
803 |
msgstr "שגיאת תיבת סימון"
|
804 |
|
805 |
-
#: library/plugin-settings.php:
|
806 |
msgid "Error message displayed if user does not check the box."
|
807 |
msgstr "הודעת שגיאה מוצגת אם המשתמש אינו מסמן את התיבה."
|
808 |
|
809 |
-
#: library/plugin-settings.php:
|
810 |
msgid "Checkbox Text"
|
811 |
-
msgstr "טקסט תיבת
|
812 |
|
813 |
-
#: library/plugin-settings.php:
|
814 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
815 |
-
msgstr "
|
816 |
|
817 |
-
#: library/plugin-settings.php:
|
818 |
msgid "Categories"
|
819 |
msgstr "קטגוריות"
|
820 |
|
821 |
-
#: library/plugin-settings.php:
|
822 |
-
msgid "
|
823 |
-
msgstr "
|
824 |
|
825 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
826 |
msgid "Hidden/Default Category"
|
827 |
msgstr "קטגוריה מוסתרת / ברירת מחדל"
|
828 |
|
829 |
-
#: library/plugin-settings.php:
|
830 |
-
msgid "Use a hidden field for the post category. This
|
831 |
-
msgstr "השתמש בשדה מוסתר
|
832 |
|
833 |
-
#: library/plugin-settings.php:
|
834 |
msgid "Category ID for Hidden Field"
|
835 |
msgstr "מזהה קטגוריה עבור שדה מוסתר"
|
836 |
|
837 |
-
#: library/plugin-settings.php:
|
838 |
-
msgid "Specify
|
839 |
-
msgstr "ציין
|
840 |
|
841 |
-
#: library/plugin-settings.php:
|
842 |
msgid "Users"
|
843 |
msgstr "משתמשים"
|
844 |
|
845 |
-
#: library/plugin-settings.php:
|
846 |
msgid "Assigned Author"
|
847 |
-
msgstr "מחבר
|
848 |
|
849 |
-
#: library/plugin-settings.php:
|
850 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
851 |
-
msgstr "ציין את המשתמש
|
852 |
|
853 |
-
#: library/plugin-settings.php:
|
854 |
msgid "Registered Username"
|
855 |
msgstr "שם משתמש רשום"
|
856 |
|
857 |
-
#: library/plugin-settings.php:
|
858 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
859 |
-
msgstr "השתמש בשם משתמש רשום ככותב
|
860 |
|
861 |
-
#: library/plugin-settings.php:
|
862 |
msgid "User Profile URL"
|
863 |
msgstr "כתובת אתר של פרופיל משתמש"
|
864 |
|
865 |
-
#: library/plugin-settings.php:
|
866 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
867 |
-
msgstr "השתמש בכתובת האתר של
|
868 |
|
869 |
-
#: library/plugin-settings.php:
|
870 |
msgid "Require User Login"
|
871 |
-
msgstr "דרוש
|
872 |
|
873 |
-
#: library/plugin-settings.php:
|
874 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
875 |
-
msgstr "
|
876 |
|
877 |
-
#: library/plugin-settings.php:
|
878 |
msgid "Disable Replace Author"
|
879 |
-
msgstr "השבת את
|
880 |
|
881 |
-
#: library/plugin-settings.php:
|
882 |
msgid "Do not replace post author with submitted user name"
|
883 |
-
msgstr "אל תחליף את
|
884 |
|
885 |
-
#: library/plugin-settings.php:
|
886 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
887 |
-
msgstr "כאן תוכל לשנות את השם והתווית המשמשים את השדה
|
888 |
|
889 |
-
#: library/plugin-settings.php:
|
890 |
msgid "Custom Field Name"
|
891 |
msgstr "שם שדה מותאם אישית"
|
892 |
|
893 |
-
#: library/plugin-settings.php:
|
894 |
msgid "Custom Field Label"
|
895 |
msgstr "תווית שדה מותאמת אישית"
|
896 |
|
897 |
-
#: library/plugin-settings.php:
|
898 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
899 |
msgstr "זה יוצג כתווית השדה בטופס. ברירת מחדל: שדה מותאם אישית"
|
900 |
|
901 |
-
#: library/plugin-settings.php:
|
902 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
903 |
-
msgstr "כדי למנוע דואר זבל, הזן שאלה
|
904 |
|
905 |
-
#: library/plugin-settings.php:
|
906 |
msgid "Challenge Response"
|
907 |
msgstr "תגובה לאתגר"
|
908 |
|
909 |
-
#: library/plugin-settings.php:
|
910 |
msgid "Enter the *only* correct answer to the challenge question."
|
911 |
msgstr "הזן את התשובה הנכונה * בלבד * לשאלת האתגר."
|
912 |
|
913 |
-
#: library/plugin-settings.php:
|
914 |
msgid "Case-sensitivity"
|
915 |
-
msgstr "רגישות
|
916 |
|
917 |
-
#: library/plugin-settings.php:
|
918 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
919 |
-
msgstr "סמן תיבה זו אם ברצונך
|
920 |
|
921 |
-
#: library/plugin-settings.php:
|
922 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
923 |
-
msgstr "כדי
|
924 |
|
925 |
-
#: library/plugin-settings.php:
|
926 |
msgid "Public Key"
|
927 |
msgstr "מפתח ציבורי"
|
928 |
|
929 |
-
#: library/plugin-settings.php:
|
930 |
msgid "Enter your Public Key"
|
931 |
msgstr "הזן את המפתח הציבורי שלך"
|
932 |
|
933 |
-
#: library/plugin-settings.php:
|
934 |
msgid "Private Key"
|
935 |
msgstr "מפתח פרטי"
|
936 |
|
937 |
-
#: library/plugin-settings.php:
|
938 |
msgid "Enter your Private Key"
|
939 |
msgstr "הזן את המפתח הפרטי שלך"
|
940 |
|
941 |
-
#: library/plugin-settings.php:
|
942 |
msgid "Email Alerts"
|
943 |
msgstr "התראות דואר אלקטרוני"
|
944 |
|
945 |
-
#: library/plugin-settings.php:
|
946 |
msgid "Receive Email Alert"
|
947 |
msgstr "קבל התראה בדוא\"ל"
|
948 |
|
949 |
-
#: library/plugin-settings.php:
|
950 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
951 |
-
msgstr "סמן תיבה זו אם ברצונך לקבל הודעה בדוא\"ל לגבי הגשות חדשות
|
952 |
|
953 |
-
#: library/plugin-settings.php:
|
954 |
msgid "Enable HTML Format"
|
955 |
-
msgstr "
|
956 |
|
957 |
-
#: library/plugin-settings.php:
|
958 |
msgid "Check this box to enable HTML format for email alerts."
|
959 |
-
msgstr "סמן תיבה זו כדי
|
960 |
|
961 |
-
#: library/plugin-settings.php:
|
962 |
msgid "Email Address for Alerts"
|
963 |
-
msgstr "כתובת דוא\"ל
|
964 |
|
965 |
-
#: library/plugin-settings.php:
|
966 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
967 |
-
msgstr "אם סימנת את התיבה כדי לקבל התראות בדוא\"ל, ציין כאן את
|
968 |
|
969 |
-
#: library/plugin-settings.php:
|
970 |
msgid "Multiple recipients may be included using a comma, like so:"
|
971 |
-
msgstr "
|
972 |
|
973 |
-
#: library/plugin-settings.php:
|
974 |
msgid "Email “From” Address"
|
975 |
-
msgstr "דוא\"ל & ldquo;
|
976 |
|
977 |
-
#: library/plugin-settings.php:
|
978 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
979 |
-
msgstr "כאן
|
980 |
|
981 |
-
#: library/plugin-settings.php:
|
982 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
983 |
-
msgstr "אם כתובות
|
984 |
|
985 |
-
#: library/plugin-settings.php:
|
986 |
msgid "Email Alert Subject"
|
987 |
-
msgstr "נושא
|
988 |
|
989 |
-
#: library/plugin-settings.php:
|
990 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
991 |
-
msgstr "שורת
|
992 |
|
993 |
-
#: library/plugin-settings.php:
|
994 |
msgid "Email Alert Message"
|
995 |
msgstr "הודעת התראה בדוא\"ל"
|
996 |
|
997 |
-
#: library/plugin-settings.php:
|
998 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
999 |
-
msgstr "הודעה
|
1000 |
|
1001 |
-
#: library/plugin-settings.php:
|
1002 |
msgid "Featured Image"
|
1003 |
msgstr "תמונה מצורפת"
|
1004 |
|
1005 |
-
#: library/plugin-settings.php:
|
1006 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
1007 |
-
msgstr "הגדר תמונות
|
1008 |
|
1009 |
-
#: library/plugin-settings.php:
|
1010 |
msgid "Upload Message"
|
1011 |
-
msgstr "
|
1012 |
|
1013 |
-
#: library/plugin-settings.php:
|
1014 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
1015 |
-
msgstr "הודעה
|
1016 |
|
1017 |
-
#: library/plugin-settings.php:
|
1018 |
msgid "“Add another image” link"
|
1019 |
-
msgstr "& ldquo; הוסף תמונה
|
1020 |
|
1021 |
-
#: library/plugin-settings.php:
|
1022 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
1023 |
-
msgstr "סימון מותאם אישית עבור & ldquo; הוסף תמונה
|
1024 |
|
1025 |
-
#: library/plugin-settings.php:
|
1026 |
msgid "Minimum number of images"
|
1027 |
-
msgstr "מספר תמונות
|
1028 |
|
1029 |
-
#: library/plugin-settings.php:
|
1030 |
msgid "Specify the minimum number of images."
|
1031 |
-
msgstr "ציין את
|
1032 |
|
1033 |
-
#: library/plugin-settings.php:
|
1034 |
msgid "Maximum number of images"
|
1035 |
msgstr "המספר המרבי של תמונות"
|
1036 |
|
1037 |
-
#: library/plugin-settings.php:
|
1038 |
msgid "Specify the maximum number of images."
|
1039 |
msgstr "ציין את המספר המרבי של תמונות."
|
1040 |
|
1041 |
-
#: library/plugin-settings.php:
|
1042 |
msgid "Minimum image width"
|
1043 |
msgstr "רוחב תמונה מינימלי"
|
1044 |
|
1045 |
-
#: library/plugin-settings.php:
|
1046 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1047 |
-
msgstr "ציין רוחב מינימלי (בפיקסלים)
|
1048 |
|
1049 |
-
#: library/plugin-settings.php:
|
1050 |
msgid "Minimum image height"
|
1051 |
msgstr "גובה תמונה מינימלי"
|
1052 |
|
1053 |
-
#: library/plugin-settings.php:
|
1054 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1055 |
-
msgstr "ציין גובה מינימלי (בפיקסלים)
|
1056 |
|
1057 |
-
#: library/plugin-settings.php:
|
1058 |
msgid "Maximum image width"
|
1059 |
-
msgstr "רוחב תמונה
|
1060 |
|
1061 |
-
#: library/plugin-settings.php:
|
1062 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1063 |
-
msgstr "ציין רוחב
|
1064 |
|
1065 |
-
#: library/plugin-settings.php:
|
1066 |
msgid "Maximum image height"
|
1067 |
-
msgstr "גובה
|
1068 |
|
1069 |
-
#: library/plugin-settings.php:
|
1070 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1071 |
-
msgstr "ציין גובה מקסימלי (בפיקסלים)
|
1072 |
|
1073 |
-
#: library/plugin-settings.php:
|
1074 |
msgid "More Options"
|
1075 |
msgstr "אפשרויות נוספות"
|
1076 |
|
1077 |
-
#: library/plugin-settings.php:
|
1078 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1079 |
-
msgstr "לקבלת אפשרויות נוספות,
|
1080 |
|
1081 |
-
#: library/plugin-settings.php:
|
1082 |
msgid "Go Pro!"
|
1083 |
msgstr "להתמקצע!"
|
1084 |
|
1085 |
-
#: library/plugin-settings.php:
|
1086 |
msgid "Auto-Display Content"
|
1087 |
-
msgstr "
|
1088 |
|
1089 |
-
#: library/plugin-settings.php:
|
1090 |
msgid "Auto-Display Images"
|
1091 |
-
msgstr "
|
1092 |
|
1093 |
-
#: library/plugin-settings.php:
|
1094 |
msgid "Auto-display user-submitted images:"
|
1095 |
-
msgstr "
|
1096 |
|
1097 |
-
#: library/plugin-settings.php:
|
1098 |
msgid "Image Markup"
|
1099 |
-
msgstr "סימון
|
1100 |
|
1101 |
-
#: library/plugin-settings.php:
|
1102 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1103 |
-
msgstr "
|
1104 |
|
1105 |
-
#: library/plugin-settings.php:
|
1106 |
-
#: library/plugin-settings.php:
|
1107 |
msgid "and"
|
1108 |
msgstr "ו"
|
1109 |
|
1110 |
-
#: library/plugin-settings.php:
|
1111 |
msgid "Auto-Display Email"
|
1112 |
-
msgstr "
|
1113 |
|
1114 |
-
#: library/plugin-settings.php:
|
1115 |
msgid "Auto-display user-submitted email:"
|
1116 |
-
msgstr "הצגה אוטומטית של דוא\"ל
|
1117 |
|
1118 |
-
#: library/plugin-settings.php:
|
1119 |
msgid "Email Markup"
|
1120 |
msgstr "סימון דוא\"ל"
|
1121 |
|
1122 |
-
#: library/plugin-settings.php:
|
1123 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1124 |
-
msgstr "
|
1125 |
|
1126 |
-
#: library/plugin-settings.php:
|
1127 |
msgid "Auto-Display URL"
|
1128 |
msgstr "כתובת אתר לתצוגה אוטומטית"
|
1129 |
|
1130 |
-
#: library/plugin-settings.php:
|
1131 |
msgid "Auto-display user-submitted URL:"
|
1132 |
-
msgstr "
|
1133 |
|
1134 |
-
#: library/plugin-settings.php:
|
1135 |
msgid "URL Markup"
|
1136 |
-
msgstr "סימון
|
1137 |
|
1138 |
-
#: library/plugin-settings.php:
|
1139 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1140 |
-
msgstr "
|
1141 |
|
1142 |
-
#: library/plugin-settings.php:
|
1143 |
msgid "Auto-Display Custom Field"
|
1144 |
-
msgstr "
|
1145 |
|
1146 |
-
#: library/plugin-settings.php:
|
1147 |
msgid "Auto-display user-submitted Custom Field:"
|
1148 |
-
msgstr "
|
1149 |
|
1150 |
-
#: library/plugin-settings.php:
|
1151 |
msgid "Custom Field Markup"
|
1152 |
msgstr "סימון שדה מותאם אישית"
|
1153 |
|
1154 |
-
#: library/plugin-settings.php:
|
1155 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1156 |
-
msgstr "
|
1157 |
|
1158 |
-
#: library/plugin-settings.php:
|
1159 |
msgid "Save Settings"
|
1160 |
msgstr "שמור הגדרות"
|
1161 |
|
1162 |
-
#: library/plugin-settings.php:
|
1163 |
msgid "Display the Form"
|
1164 |
-
msgstr "
|
1165 |
|
1166 |
-
#: library/plugin-settings.php:
|
1167 |
msgid "Post-Submit Form"
|
1168 |
-
msgstr "טופס
|
1169 |
|
1170 |
-
#: library/plugin-settings.php:
|
1171 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1172 |
-
msgstr "USP מאפשר לך להציג טופס לאחר
|
1173 |
|
1174 |
-
#: library/plugin-settings.php:
|
1175 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1176 |
-
msgstr "השתמש בקוד
|
1177 |
|
1178 |
-
#: library/plugin-settings.php:
|
1179 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1180 |
msgstr "לחלופין, השתמש בתג התבנית כדי להציג את הטופס בכל מקום בתבנית העיצוב שלך:"
|
1181 |
|
1182 |
-
#: library/plugin-settings.php:
|
1183 |
msgid "Login/Register Form"
|
1184 |
-
msgstr "טופס
|
1185 |
|
1186 |
-
#: library/plugin-settings.php:
|
1187 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1188 |
-
msgstr "ניתן גם להציג טופס המאפשר למשתמשים
|
1189 |
|
1190 |
-
#: library/plugin-settings.php:
|
1191 |
msgid "Display Submitted Posts"
|
1192 |
-
msgstr "הצגת
|
1193 |
|
1194 |
-
#: library/plugin-settings.php:
|
1195 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1196 |
-
msgstr "השתמש
|
1197 |
|
1198 |
-
#: library/plugin-settings.php:
|
1199 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1200 |
-
msgstr "לחלופין, השתמש בתג התבנית כדי להציג רשימה של פוסטים
|
1201 |
|
1202 |
-
#: library/plugin-settings.php:
|
1203 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1204 |
-
msgstr "
|
1205 |
|
1206 |
-
#: library/plugin-settings.php:
|
1207 |
msgid "Display Image Gallery"
|
1208 |
-
msgstr "גלריית תמונות"
|
1209 |
|
1210 |
-
#: library/plugin-settings.php:
|
1211 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1212 |
-
msgstr "השתמש
|
1213 |
|
1214 |
-
#: library/plugin-settings.php:
|
1215 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1216 |
msgstr "לחלופין, השתמש בתג התבנית כדי להציג גלריית תמונות בכל מקום בתבנית העיצוב שלך:"
|
1217 |
|
1218 |
-
#: library/plugin-settings.php:
|
1219 |
msgid "You can customize using any of the follwing attributes:"
|
1220 |
-
msgstr "אתה יכול להתאים אישית באמצעות
|
1221 |
|
1222 |
-
#: library/plugin-settings.php:
|
1223 |
msgid "Reset Form Button"
|
1224 |
-
msgstr "
|
1225 |
|
1226 |
-
#: library/plugin-settings.php:
|
1227 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1228 |
-
msgstr "
|
1229 |
|
1230 |
-
#: library/plugin-settings.php:
|
1231 |
msgid "This shortcode accepts the following attributes:"
|
1232 |
-
msgstr "
|
1233 |
|
1234 |
-
#: library/plugin-settings.php:
|
1235 |
msgid "Note that the url attribute accepts"
|
1236 |
-
msgstr "שים לב שתכונת url מקבלת"
|
1237 |
|
1238 |
-
#: library/plugin-settings.php:
|
1239 |
msgid "to get the current URL."
|
1240 |
msgstr "כדי לקבל את כתובת האתר הנוכחית."
|
1241 |
|
1242 |
-
#: library/plugin-settings.php:
|
1243 |
msgid "Access Control"
|
1244 |
msgstr "בקרת גישה"
|
1245 |
|
1246 |
-
#: library/plugin-settings.php:
|
1247 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1248 |
-
msgstr "USP
|
1249 |
|
1250 |
-
#: library/plugin-settings.php:
|
1251 |
msgid "Display content only to users with a specific capability:"
|
1252 |
msgstr "הצג תוכן רק למשתמשים עם יכולת ספציפית:"
|
1253 |
|
1254 |
-
#: library/plugin-settings.php:
|
1255 |
msgid "Display content to logged-in users:"
|
1256 |
-
msgstr "הצגת תוכן למשתמשים
|
1257 |
|
1258 |
-
#: library/plugin-settings.php:
|
1259 |
msgid "Display content to visitors only:"
|
1260 |
msgstr "הצג תוכן למבקרים בלבד:"
|
1261 |
|
1262 |
-
#: library/plugin-settings.php:
|
1263 |
msgid "Tip:"
|
1264 |
msgstr "טיפ:"
|
1265 |
|
1266 |
-
#: library/plugin-settings.php:
|
1267 |
msgid "to include markup in the deny message, you can use"
|
1268 |
-
msgstr "כדי לכלול סימון בהודעת
|
1269 |
|
1270 |
-
#: library/plugin-settings.php:
|
1271 |
msgid "to output"
|
1272 |
-
msgstr "
|
1273 |
|
1274 |
-
#: library/plugin-settings.php:
|
1275 |
msgid "Example"
|
1276 |
msgstr "דוגמא"
|
1277 |
|
1278 |
-
#: library/plugin-settings.php:
|
1279 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1280 |
-
msgstr "אם המשתמש מחובר, הצג את הטופס
|
1281 |
|
1282 |
-
#: library/plugin-settings.php:
|
1283 |
msgid "Restore Defaults"
|
1284 |
msgstr "לשחזר את ברירות מחדל"
|
1285 |
|
1286 |
-
#: library/plugin-settings.php:
|
1287 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1288 |
-
msgstr "השאר אפשרות זו
|
1289 |
|
1290 |
-
#: library/plugin-settings.php:
|
1291 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1292 |
-
msgstr "
|
1293 |
|
1294 |
-
#: library/plugin-settings.php:
|
1295 |
msgid "Show Support"
|
1296 |
msgstr "הצג תמיכה"
|
1297 |
|
1298 |
-
#: library/plugin-settings.php:
|
1299 |
msgid "by"
|
1300 |
msgstr "על ידי"
|
1301 |
|
1302 |
-
#: library/plugin-settings.php:
|
1303 |
msgid "Jeff Starr on Twitter"
|
1304 |
-
msgstr "ג
|
1305 |
|
1306 |
-
#: library/plugin-settings.php:
|
1307 |
msgid "Obsessive Web Design & Development"
|
1308 |
-
msgstr "
|
1309 |
|
1310 |
-
#: library/plugin-settings.php:
|
1311 |
msgid "Save Preference"
|
1312 |
-
msgstr "שמור
|
1313 |
|
1314 |
-
#: library/plugin-settings.php:
|
1315 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1316 |
-
msgstr "האם אתה בטוח שברצונך לשחזר את כל אפשרויות ברירת המחדל? (
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1317 |
|
1318 |
#. Description of the plugin
|
1319 |
#:
|
1320 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
1321 |
-
msgstr "מאפשר למבקרים שלך
|
1322 |
|
1323 |
#. URI of the plugin
|
1324 |
#:
|
@@ -1328,7 +1341,7 @@ msgstr "https://perishablepress.com/user-submitted-posts/"
|
|
1328 |
#. Author of the plugin
|
1329 |
#:
|
1330 |
msgid "Jeff Starr"
|
1331 |
-
msgstr "ג
|
1332 |
|
1333 |
#. Author URI of the plugin
|
1334 |
#:
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
+
"Project-Id-Version: USP 20190825\n"
|
8 |
"Language: he\n"
|
9 |
|
10 |
#. Name of the plugin
|
11 |
#: user-submitted-posts.php:44 library/support-panel.php:5
|
12 |
msgid "User Submitted Posts"
|
13 |
+
msgstr "הודעות שהוגשו על ידי המשתמש"
|
14 |
|
15 |
+
#: user-submitted-posts.php:82
|
16 |
msgid "requires WordPress "
|
17 |
+
msgstr "דורש וורדפרס "
|
18 |
|
19 |
+
#: user-submitted-posts.php:83
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
+
msgstr " ומעלה, והושבת! "
|
22 |
|
23 |
+
#: user-submitted-posts.php:84
|
24 |
msgid "Please return to the"
|
25 |
+
msgstr "אנא חזור אל ה-"
|
26 |
|
27 |
+
#: user-submitted-posts.php:85
|
28 |
msgid "WordPress Admin Area"
|
29 |
msgstr "אזור ניהול וורדפרס"
|
30 |
|
31 |
+
#: user-submitted-posts.php:86
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
+
msgstr "לשדרג את וורדפרס ולנסות שוב."
|
34 |
|
35 |
+
#: user-submitted-posts.php:126
|
36 |
msgid "User Submitted Post"
|
37 |
+
msgstr "הודעה שהוגשה על ידי המשתמש"
|
38 |
|
39 |
+
#: user-submitted-posts.php:467
|
40 |
msgid "User Submitted Post Info"
|
41 |
+
msgstr "פרטי הודעה שהוגשו על ידי המשתמש"
|
42 |
|
43 |
+
#: user-submitted-posts.php:497
|
44 |
msgid "Submitter Name: "
|
45 |
+
msgstr "שם שולח: "
|
46 |
|
47 |
+
#: user-submitted-posts.php:498
|
48 |
msgid "Submitter Email: "
|
49 |
+
msgstr "דוא\"ל שולח: "
|
50 |
|
51 |
+
#: user-submitted-posts.php:499
|
52 |
msgid "Submitter URL: "
|
53 |
+
msgstr "URL של שולח: "
|
54 |
|
55 |
+
#: user-submitted-posts.php:500
|
56 |
msgid "Submitter IP: "
|
57 |
+
msgstr "IP של שולח: "
|
58 |
|
59 |
+
#: user-submitted-posts.php:555
|
60 |
msgid "Show USP Posts"
|
61 |
msgstr "הצג הודעות USP"
|
62 |
|
63 |
+
#: user-submitted-posts.php:556 library/plugin-settings.php:1095
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
+
#: user-submitted-posts.php:1393
|
68 |
msgid " files required"
|
69 |
+
msgstr " קבצים נדרשים"
|
70 |
|
71 |
+
#: user-submitted-posts.php:1394
|
72 |
msgid " file required"
|
73 |
+
msgstr " קובץ חובה"
|
74 |
|
75 |
+
#: user-submitted-posts.php:1396
|
76 |
msgid " files"
|
77 |
msgstr " קבצים"
|
78 |
|
79 |
+
#: user-submitted-posts.php:1397
|
80 |
msgid " file"
|
81 |
msgstr " קובץ"
|
82 |
|
83 |
+
#: user-submitted-posts.php:1399 user-submitted-posts.php:1400
|
84 |
+
#: user-submitted-posts.php:1401 user-submitted-posts.php:1402
|
85 |
msgid " pixels"
|
86 |
msgstr " פיקסלים"
|
87 |
|
88 |
+
#: user-submitted-posts.php:1404 library/core-functions.php:219
|
89 |
+
#: library/plugin-settings.php:297 library/plugin-settings.php:316
|
90 |
+
#: library/plugin-settings.php:794 library/plugin-settings.php:1344
|
91 |
msgid "Custom Field"
|
92 |
msgstr "שדה מותאם"
|
93 |
|
94 |
+
#: user-submitted-posts.php:1406
|
95 |
msgid "Custom checkbox required"
|
96 |
+
msgstr "דרוש תיבת סימון מותאמת אישית"
|
97 |
|
98 |
+
#: user-submitted-posts.php:1409
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
msgstr "התרחשה שגיאה. אנא חזור ונסה שוב."
|
101 |
|
102 |
+
#: user-submitted-posts.php:1419
|
103 |
msgid "User login required"
|
104 |
+
msgstr "כניסה למשתמש נדרשת"
|
105 |
|
106 |
+
#: user-submitted-posts.php:1420
|
107 |
msgid "User name required"
|
108 |
msgstr "שם משתמש (חובה"
|
109 |
|
110 |
+
#: user-submitted-posts.php:1421
|
111 |
msgid "Post title required"
|
112 |
+
msgstr "דרוש כותרת הודעה"
|
113 |
|
114 |
+
#: user-submitted-posts.php:1422
|
115 |
msgid "User URL required"
|
116 |
+
msgstr "כתובת אתר משתמש נדרשת"
|
117 |
|
118 |
+
#: user-submitted-posts.php:1423
|
119 |
msgid "Post tags required"
|
120 |
+
msgstr "נדרש תגי הודעה"
|
121 |
|
122 |
+
#: user-submitted-posts.php:1424
|
123 |
msgid "Post category required"
|
124 |
+
msgstr "דרוש קטגוריית פוסט"
|
125 |
|
126 |
+
#: user-submitted-posts.php:1425
|
127 |
msgid "Post content required"
|
128 |
+
msgstr "נדרש תוכן לפרסום"
|
129 |
|
130 |
+
#: user-submitted-posts.php:1426 user-submitted-posts.php:1427
|
131 |
msgid "Correct captcha required"
|
132 |
msgstr "נדרש captcha נכון"
|
133 |
|
134 |
+
#: user-submitted-posts.php:1428
|
135 |
msgid "User email required"
|
136 |
msgstr "נדרש דוא\"ל משתמש"
|
137 |
|
138 |
+
#: user-submitted-posts.php:1429
|
139 |
msgid "Please check your email and try again"
|
140 |
+
msgstr "אנא בדוק את הדוא\"ל שלך ונסה שוב"
|
141 |
|
142 |
+
#: user-submitted-posts.php:1430
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
+
msgstr "ערך לא ריק לשדה מוסתר"
|
145 |
|
146 |
+
#: user-submitted-posts.php:1431
|
147 |
msgid "Minimum number of images not met"
|
148 |
+
msgstr "המספר המינימלי של תמונות שלא נפגשו"
|
149 |
|
150 |
+
#: user-submitted-posts.php:1432
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
+
msgstr "חריגה ממספר התמונות המרבי "
|
153 |
|
154 |
+
#: user-submitted-posts.php:1433
|
155 |
msgid "Minimum image width not met"
|
156 |
+
msgstr "רוחב התמונה המינימלי לא עמד"
|
157 |
|
158 |
+
#: user-submitted-posts.php:1434
|
159 |
msgid "Image width exceeds maximum"
|
160 |
+
msgstr "רוחב התמונה עולה על המקסימום"
|
161 |
|
162 |
+
#: user-submitted-posts.php:1435
|
163 |
msgid "Minimum image height not met"
|
164 |
+
msgstr "גובה התמונה המינימלי לא עמד"
|
165 |
|
166 |
+
#: user-submitted-posts.php:1436
|
167 |
msgid "Image height exceeds maximum"
|
168 |
+
msgstr "גובה התמונה עולה על המקסימום"
|
169 |
|
170 |
+
#: user-submitted-posts.php:1437
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
+
msgstr "אסור להשתמש בקובץ (העלה תמונות בלבד)"
|
173 |
|
174 |
+
#: user-submitted-posts.php:1438
|
175 |
msgid " required"
|
176 |
msgstr " נדרש"
|
177 |
|
178 |
+
#: user-submitted-posts.php:1443
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
+
msgstr "הקובץ לא הועלה. אנא בדוק את הקובץ ונסה שוב."
|
181 |
|
182 |
+
#: user-submitted-posts.php:1447
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
+
msgstr "לא ניתן היה להעלות את הקבצים"
|
185 |
|
186 |
+
#: user-submitted-posts.php:1449
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
+
msgstr "הפוסט לא נוצר. אנא צור קשר עם מנהל האתר לקבלת עזרה."
|
189 |
|
190 |
+
#: user-submitted-posts.php:1450
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
+
msgstr "כותרת הודעה כפולה. בבקשה נסה שוב."
|
193 |
|
194 |
+
#: user-submitted-posts.php:1460
|
195 |
msgid "Error: "
|
196 |
+
msgstr "שגיאה: "
|
197 |
|
198 |
+
#: user-submitted-posts.php:1486
|
199 |
msgid "Return to form"
|
200 |
msgstr "חזור לטופס"
|
201 |
|
202 |
+
#: user-submitted-posts.php:1516 library/plugin-settings.php:1071
|
203 |
msgid "Please"
|
204 |
msgstr "אנא"
|
205 |
|
206 |
+
#: user-submitted-posts.php:1517
|
207 |
msgid "log in"
|
208 |
msgstr "התחברות"
|
209 |
|
210 |
+
#: user-submitted-posts.php:1518
|
211 |
msgid "to submit content!"
|
212 |
+
msgstr "להגיש תוכן!"
|
213 |
|
214 |
+
#: views/submission-form.php:21 views/submission-form-alt.php:40
|
215 |
msgid "Please complete the required fields."
|
216 |
+
msgstr "מלא את השדות הנדרשים."
|
217 |
|
218 |
+
#: views/submission-form.php:31 views/submission-form.php:32
|
219 |
+
#: views/submission-form-alt.php:46 views/submission-form-alt.php:47
|
220 |
msgid "Your Name"
|
221 |
msgstr "השם שלך"
|
222 |
|
223 |
+
#: views/submission-form.php:37 views/submission-form.php:38
|
224 |
+
#: views/submission-form-alt.php:52 views/submission-form-alt.php:53
|
225 |
msgid "Your URL"
|
226 |
msgstr "כתובת האתר שלך"
|
227 |
|
228 |
+
#: views/submission-form.php:43 views/submission-form.php:44
|
229 |
+
#: views/submission-form-alt.php:58 views/submission-form-alt.php:59
|
230 |
msgid "Your Email"
|
231 |
msgstr "האימייל שלך"
|
232 |
|
233 |
+
#: views/submission-form.php:49 views/submission-form.php:50
|
234 |
+
#: views/submission-form-alt.php:64 views/submission-form-alt.php:65
|
235 |
+
#: library/plugin-settings.php:1132
|
236 |
msgid "Post Title"
|
237 |
+
msgstr "כותרת הודעה"
|
238 |
|
239 |
+
#: views/submission-form.php:55 views/submission-form.php:56
|
240 |
+
#: views/submission-form-alt.php:70 views/submission-form-alt.php:71
|
241 |
+
#: library/plugin-settings.php:1133
|
242 |
msgid "Post Tags"
|
243 |
+
msgstr "פרסם תגיות"
|
244 |
|
245 |
+
#: views/submission-form.php:68 views/submission-form-alt.php:83
|
246 |
msgid "Antispam Question"
|
247 |
+
msgstr "שאלת Antispam"
|
248 |
|
249 |
+
#: views/submission-form.php:73 views/submission-form-alt.php:88
|
250 |
+
#: library/plugin-settings.php:1134
|
251 |
msgid "Post Category"
|
252 |
+
msgstr "קטגוריה פוסט"
|
253 |
|
254 |
+
#: views/submission-form.php:74 views/submission-form.php:75
|
255 |
+
#: views/submission-form-alt.php:89 views/submission-form-alt.php:90
|
256 |
msgid "Please select a category.."
|
257 |
msgstr "אנא בחר קטגוריה.."
|
258 |
|
259 |
+
#: views/submission-form.php:106 views/submission-form.php:107
|
260 |
+
#: views/submission-form-alt.php:121 views/submission-form-alt.php:122
|
261 |
+
#: library/plugin-settings.php:1135
|
262 |
msgid "Post Content"
|
263 |
msgstr "תוכן דואר"
|
264 |
|
265 |
+
#: views/submission-form.php:113 views/submission-form-alt.php:128
|
266 |
msgid "Verification"
|
267 |
msgstr "אימות"
|
268 |
|
269 |
+
#: views/submission-form.php:120 views/submission-form-alt.php:135
|
270 |
msgid "Upload an Image"
|
271 |
msgstr "העלה תמונה"
|
272 |
|
273 |
+
#: views/submission-form.php:129 views/submission-form-alt.php:144
|
274 |
msgid "Add another image"
|
275 |
+
msgstr "הוסף תמונה נוספת"
|
276 |
|
277 |
+
#: views/submission-form.php:151 views/submission-form-alt.php:166
|
278 |
msgid "Human verification: leave this field empty."
|
279 |
msgstr "אימות אנושי: השאר שדה זה ריק."
|
280 |
|
281 |
+
#: views/submission-form.php:175 views/submission-form-alt.php:190
|
282 |
msgid "Submit Post"
|
283 |
+
msgstr "הגש הודעה"
|
284 |
+
|
285 |
+
#: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
|
286 |
+
msgid "Incorrect response."
|
287 |
+
msgstr "תגובה שגויה."
|
288 |
|
289 |
#: library/shortcode-misc.php:18
|
290 |
msgid "Reset form"
|
292 |
|
293 |
#: library/shortcode-misc.php:128
|
294 |
msgid "View full post"
|
295 |
+
msgstr "צפה בפוסט המלא"
|
|
|
|
|
|
|
|
|
296 |
|
297 |
+
#: library/plugin-settings.php:31
|
298 |
+
msgid "Settings"
|
299 |
+
msgstr "הגדרות"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
|
301 |
+
#: library/plugin-settings.php:40
|
302 |
msgid "Get USP Pro for unlimited forms!"
|
303 |
+
msgstr "השג USP Pro לטפסים בלתי מוגבלים!"
|
304 |
|
305 |
+
#: library/plugin-settings.php:41
|
306 |
msgid "Go Pro"
|
307 |
msgstr "להתמקצע"
|
308 |
|
309 |
+
#: library/plugin-settings.php:62 library/plugin-settings.php:1103
|
310 |
+
#: library/plugin-settings.php:1696
|
|
|
|
|
|
|
|
|
311 |
msgid "Plugin Homepage"
|
312 |
+
msgstr "דף הבית של התוסף"
|
313 |
|
314 |
+
#: library/plugin-settings.php:63
|
315 |
msgid "Homepage"
|
316 |
msgstr "דף הבית"
|
317 |
|
318 |
+
#: library/plugin-settings.php:68
|
319 |
msgid "Give USP a 5-star rating at WordPress.org"
|
320 |
+
msgstr "תן ל- USP דירוג של 5 כוכבים ב- WordPress.org"
|
321 |
|
322 |
+
#: library/plugin-settings.php:69
|
323 |
msgid "Rate this plugin »"
|
324 |
+
msgstr "דרג את הפלאגין הזה & nbsp; & raquo;"
|
325 |
|
326 |
+
#: library/plugin-settings.php:127
|
327 |
msgid "WP Post (recommended)"
|
328 |
msgstr "WP פוסט (מומלץ)"
|
329 |
|
330 |
+
#: library/plugin-settings.php:131
|
331 |
msgid "WP Page"
|
332 |
+
msgstr "עמוד WP"
|
333 |
|
334 |
+
#: library/plugin-settings.php:147
|
335 |
msgid "HTML5 Form + Default CSS"
|
336 |
+
msgstr "טופס HTML5 + CSS ברירת מחדל"
|
337 |
|
338 |
+
#: library/plugin-settings.php:147
|
339 |
msgid "(Recommended)"
|
340 |
msgstr "(מומלץ)"
|
341 |
|
342 |
+
#: library/plugin-settings.php:151
|
343 |
msgid "HTML5 Form + Disable CSS"
|
344 |
msgstr "טופס HTML5 + השבת CSS"
|
345 |
|
346 |
+
#: library/plugin-settings.php:151
|
347 |
msgid "(Provide your own styles)"
|
348 |
+
msgstr "(ספק סגנונות משלך)"
|
349 |
|
350 |
+
#: library/plugin-settings.php:155
|
351 |
msgid "Custom Form + Custom CSS"
|
352 |
+
msgstr "טופס מותאם אישית + CSS מותאם אישית"
|
353 |
|
354 |
+
#: library/plugin-settings.php:155
|
355 |
msgid "(Provide your own form template & styles)"
|
356 |
+
msgstr "(ספק תבנית טפסים משלך וסגנונות)"
|
357 |
|
358 |
+
#: library/plugin-settings.php:171 library/plugin-settings.php:195
|
359 |
+
#: library/plugin-settings.php:218 library/plugin-settings.php:242
|
360 |
msgid "Auto-display before post content"
|
361 |
+
msgstr "תצוגה אוטומטית לפני תוכן ההודעה"
|
362 |
|
363 |
+
#: library/plugin-settings.php:175 library/plugin-settings.php:199
|
364 |
+
#: library/plugin-settings.php:222 library/plugin-settings.php:246
|
365 |
msgid "Auto-display after post content"
|
366 |
+
msgstr "תצוגה אוטומטית לאחר תוכן הפוסט"
|
367 |
|
368 |
+
#: library/plugin-settings.php:179
|
369 |
msgid "Do not auto-display submitted images"
|
370 |
+
msgstr "אל תציג תמונות שהוגשו באופן אוטומטי"
|
371 |
|
372 |
+
#: library/plugin-settings.php:203
|
373 |
msgid "Do not auto-display submitted email"
|
374 |
+
msgstr "אל תציג אוטומטית דוא\"ל שהוגש"
|
375 |
|
376 |
+
#: library/plugin-settings.php:226
|
377 |
msgid "Do not auto-display submitted URL"
|
378 |
+
msgstr "אל תציג כתובת אתר שהוגשה באופן אוטומטי"
|
379 |
|
380 |
+
#: library/plugin-settings.php:250
|
381 |
msgid "Do not auto-display the Custom Field"
|
382 |
+
msgstr "אל תציג אוטומטית את השדה המותאם אישית"
|
383 |
|
384 |
+
#: library/plugin-settings.php:278 library/plugin-settings.php:310
|
385 |
+
#: library/plugin-settings.php:343 library/plugin-settings.php:375
|
386 |
+
msgid "Enable and require"
|
387 |
+
msgstr "אפשר ודורש"
|
388 |
|
389 |
+
#: library/plugin-settings.php:279 library/plugin-settings.php:311
|
390 |
+
msgid "Enable but do not require"
|
391 |
+
msgstr "אפשר אך לא דורש"
|
392 |
|
393 |
+
#: library/plugin-settings.php:280 library/plugin-settings.php:312
|
394 |
+
#: library/plugin-settings.php:344 library/plugin-settings.php:376
|
395 |
msgid "Disable this field"
|
396 |
msgstr "השבת שדה זה"
|
397 |
|
398 |
+
#: library/plugin-settings.php:315 library/plugin-settings.php:347
|
399 |
+
#: library/plugin-settings.php:379 library/plugin-settings.php:411
|
400 |
msgid "(Visit"
|
401 |
+
msgstr "(ביקור"
|
402 |
|
403 |
+
#: library/plugin-settings.php:316 library/plugin-settings.php:348
|
404 |
+
#: library/plugin-settings.php:380 library/plugin-settings.php:412
|
405 |
msgid "to configure options)"
|
406 |
+
msgstr "להגדרת אפשרויות)"
|
407 |
|
408 |
+
#: library/plugin-settings.php:331 library/plugin-settings.php:348
|
409 |
+
#: library/plugin-settings.php:1362 library/plugin-settings.php:1367
|
410 |
msgid "Challenge Question"
|
411 |
msgstr "שאלה מאתגרת"
|
412 |
|
413 |
+
#: library/plugin-settings.php:363 library/plugin-settings.php:380
|
414 |
+
#: library/plugin-settings.php:1384
|
415 |
msgid "Google reCAPTCHA"
|
416 |
+
msgstr "ReCAPTCHA של גוגל"
|
417 |
|
418 |
+
#: library/plugin-settings.php:395
|
419 |
msgid "Post Images"
|
420 |
msgstr "פרסם תמונות"
|
421 |
|
422 |
+
#: library/plugin-settings.php:407
|
423 |
+
msgid "Enable"
|
424 |
+
msgstr "אפשר"
|
425 |
|
426 |
+
#: library/plugin-settings.php:408
|
427 |
msgid "Disable"
|
428 |
msgstr "השבת"
|
429 |
|
430 |
+
#: library/plugin-settings.php:412 library/plugin-settings.php:1445
|
431 |
msgid "Image Uploads"
|
432 |
+
msgstr "העלאת תמונות"
|
433 |
|
434 |
+
#: library/plugin-settings.php:492
|
435 |
msgid "Draft"
|
436 |
msgstr "טיוטה"
|
437 |
|
438 |
+
#: library/plugin-settings.php:493
|
439 |
msgid "Pending (default)"
|
440 |
+
msgstr "ממתין (ברירת מחדל)"
|
441 |
|
442 |
+
#: library/plugin-settings.php:494
|
443 |
msgid "Publish immediately"
|
444 |
+
msgstr "פרסם מייד"
|
445 |
|
446 |
+
#: library/plugin-settings.php:495
|
447 |
msgid "Publish after 1 approved post"
|
448 |
+
msgstr "פרסם לאחר הודעה מאושרת"
|
449 |
|
450 |
+
#: library/plugin-settings.php:496
|
451 |
msgid "Publish after "
|
452 |
+
msgstr "פרסם אחרי "
|
453 |
|
454 |
+
#: library/plugin-settings.php:496
|
455 |
msgid " approved posts"
|
456 |
+
msgstr " פוסטים מאושרים"
|
457 |
+
|
458 |
+
#: library/plugin-settings.php:524
|
459 |
+
msgid "Select categories to display in the Category field."
|
460 |
+
msgstr "בחר קטגוריות להצגה בשדה קטגוריה."
|
461 |
|
462 |
+
#: library/plugin-settings.php:738
|
463 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
464 |
+
msgstr "הייתה טעות. אנא וודא שהוספת כותרת, תוכן כלשהו וכי העלאת תמונות בלבד."
|
465 |
|
466 |
+
#: library/plugin-settings.php:752
|
467 |
msgid "Please select your image(s) to upload."
|
468 |
+
msgstr "בחר את התמונות שלך להעלות."
|
469 |
|
470 |
+
#: library/plugin-settings.php:758
|
471 |
msgid "Success! Thank you for your submission."
|
472 |
msgstr "הצלחה! תודה על הגשתך."
|
473 |
|
474 |
+
#: library/plugin-settings.php:784
|
475 |
msgid "Email"
|
476 |
msgstr "דוא\"ל"
|
477 |
|
478 |
+
#: library/plugin-settings.php:785
|
479 |
msgid "URL"
|
480 |
msgstr "כתובת אתר"
|
481 |
|
482 |
+
#: library/plugin-settings.php:1058
|
483 |
msgid "Toggle all panels"
|
484 |
msgstr "החלף את כל החלוניות"
|
485 |
|
486 |
+
#: library/plugin-settings.php:1067
|
487 |
msgid "We need your support!"
|
488 |
msgstr "אנחנו צריכים את התמיכה שלך!"
|
489 |
|
490 |
+
#: library/plugin-settings.php:1071
|
491 |
msgid "Make a donation via PayPal"
|
492 |
+
msgstr "תרום באמצעות PayPal"
|
493 |
|
494 |
+
#: library/plugin-settings.php:1071
|
495 |
msgid "make a donation"
|
496 |
msgstr "לתרום"
|
497 |
|
498 |
+
#: library/plugin-settings.php:1071
|
499 |
msgid "and/or"
|
500 |
msgstr "ו / או"
|
501 |
|
502 |
+
#: library/plugin-settings.php:1072
|
503 |
msgid "Rate and review at the Plugin Directory"
|
504 |
+
msgstr "דרג ובדוק במדריך התוספים"
|
505 |
|
506 |
+
#: library/plugin-settings.php:1073
|
507 |
msgid "give this plugin a 5-star rating"
|
508 |
+
msgstr "תן לתוסף זה דירוג של 5 כוכבים"
|
509 |
|
510 |
+
#: library/plugin-settings.php:1077
|
511 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
512 |
+
msgstr "התמיכה הנדיבה שלך מאפשרת המשך פיתוח תוסף חינמי זה. תודה!"
|
513 |
|
514 |
+
#: library/plugin-settings.php:1082
|
515 |
msgid "Check this box if you have shown support"
|
516 |
+
msgstr "סמן תיבה זו אם הראית תמיכה"
|
517 |
|
518 |
+
#: library/plugin-settings.php:1091
|
519 |
msgid "Overview"
|
520 |
msgstr "סקירה כללית"
|
521 |
|
522 |
+
#: library/plugin-settings.php:1095
|
523 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
524 |
+
msgstr "מאפשר למבקרים שלך להגיש פוסטים ולהעלות תמונות מקצה הקצה של האתר שלך. "
|
525 |
|
526 |
+
#: library/plugin-settings.php:1096
|
527 |
msgid "For advanced functionality and unlimited forms, check out"
|
528 |
+
msgstr "לקבלת פונקציונליות מתקדמת וטפסים בלתי מוגבלים, בדוק את זה"
|
529 |
|
530 |
+
#: library/plugin-settings.php:1096 library/plugin-settings.php:1503
|
531 |
msgid "USP Pro"
|
532 |
msgstr "USP Pro"
|
533 |
|
534 |
+
#: library/plugin-settings.php:1097
|
535 |
msgid "— the ultimate solution for user-generated content."
|
536 |
+
msgstr "& mdash; הפיתרון האולטימטיבי לתוכן שנוצר על ידי משתמשים."
|
537 |
|
538 |
+
#: library/plugin-settings.php:1101 library/plugin-settings.php:1118
|
539 |
msgid "Plugin Settings"
|
540 |
+
msgstr "הגדרות פלאגין"
|
541 |
|
542 |
+
#: library/plugin-settings.php:1102
|
543 |
msgid "Display the form"
|
544 |
+
msgstr "הצגת הטופס"
|
545 |
|
546 |
+
#: library/plugin-settings.php:1106
|
547 |
msgid "If you like this plugin, please"
|
548 |
+
msgstr "אם אתה אוהב את התוסף הזה, בבקשה"
|
549 |
|
550 |
+
#: library/plugin-settings.php:1107
|
551 |
msgid "THANK YOU for your support!"
|
552 |
msgstr "תודה על תמיכתך!"
|
553 |
|
554 |
+
#: library/plugin-settings.php:1107
|
555 |
msgid "give it a 5-star rating"
|
556 |
+
msgstr "תן לו דירוג של 5 כוכבים"
|
557 |
|
558 |
+
#: library/plugin-settings.php:1111
|
559 |
msgid "Unlimited front-end forms"
|
560 |
+
msgstr "צורות חזיתיות בלתי מוגבלות"
|
561 |
|
562 |
+
#: library/plugin-settings.php:1111
|
563 |
msgid "Get USP Pro"
|
564 |
msgstr "קבל USP Pro"
|
565 |
|
566 |
+
#: library/plugin-settings.php:1121
|
567 |
msgid "Configure your settings for User Submitted Posts."
|
568 |
+
msgstr "קבע את ההגדרות שלך עבור הודעות שהוגשו על ידי משתמשים."
|
569 |
|
570 |
+
#: library/plugin-settings.php:1123
|
571 |
msgid "Form Fields"
|
572 |
msgstr "שדות טופס"
|
573 |
|
574 |
+
#: library/plugin-settings.php:1129
|
575 |
msgid "User Name"
|
576 |
msgstr "שם משתמש"
|
577 |
|
578 |
+
#: library/plugin-settings.php:1130
|
579 |
msgid "User Email"
|
580 |
msgstr "דוא\"ל משתמש"
|
581 |
|
582 |
+
#: library/plugin-settings.php:1131
|
583 |
msgid "User URL"
|
584 |
+
msgstr "כתובת אתר משתמש"
|
585 |
|
586 |
+
#: library/plugin-settings.php:1146
|
587 |
msgid "General Settings"
|
588 |
msgstr "הגדרות כלליות"
|
589 |
|
590 |
+
#: library/plugin-settings.php:1148
|
591 |
msgid "Note that the default settings work fine for most cases."
|
592 |
+
msgstr "שים לב שהגדרות ברירת המחדל עובדות מצוין ברוב המקרים."
|
593 |
|
594 |
+
#: library/plugin-settings.php:1153
|
595 |
msgid "Form Style"
|
596 |
msgstr "סגנון טופס"
|
597 |
|
598 |
+
#: library/plugin-settings.php:1158
|
599 |
msgid "With this option, you can copy the plugin’s default templates:"
|
600 |
+
msgstr "עם אפשרות זו, באפשרותך להעתיק את תבניות ברירת המחדל של התוסף:"
|
601 |
|
602 |
+
#: library/plugin-settings.php:1163
|
603 |
msgid "..and upload them into a directory named"
|
604 |
+
msgstr "ולהעלות אותם לספרייה בשם"
|
605 |
|
606 |
+
#: library/plugin-settings.php:1163
|
607 |
msgid "in your theme:"
|
608 |
msgstr "בנושא שלך:"
|
609 |
|
610 |
+
#: library/plugin-settings.php:1169
|
611 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
612 |
+
msgstr "זה יאפשר לך להתאים אישית את הטופס והסגנונות כרצונך. למידע נוסף, עיין בסעיף \"טופס הגשה מותאם אישית\" בסעיף"
|
613 |
|
614 |
+
#: library/plugin-settings.php:1170
|
615 |
msgid "Installation Docs"
|
616 |
+
msgstr "מסמכי התקנה"
|
617 |
|
618 |
+
#: library/plugin-settings.php:1171
|
619 |
msgid "FYI: here is a"
|
620 |
+
msgstr "FYI: הנה א"
|
621 |
|
622 |
+
#: library/plugin-settings.php:1171
|
623 |
msgid "list of USP CSS selectors"
|
624 |
+
msgstr "רשימת בוחרי USP CSS"
|
625 |
|
626 |
+
#: library/plugin-settings.php:1177
|
627 |
msgid "Include JavaScript"
|
628 |
msgstr "כלול JavaScript"
|
629 |
|
630 |
+
#: library/plugin-settings.php:1179
|
631 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
632 |
+
msgstr "סמן תיבה זו אם ברצונך לכלול את קבצי JavaScript החיצוניים (מומלץ)."
|
633 |
|
634 |
+
#: library/plugin-settings.php:1182
|
635 |
msgid "Targeted Loading"
|
636 |
msgstr "טעינה ממוקדת"
|
637 |
|
638 |
+
#: library/plugin-settings.php:1184
|
639 |
+
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
|
640 |
+
msgstr "כברירת מחדל, CSS & amp; קבצי JavaScript נטענים בכל עמוד. כאן תוכל לציין את כתובת האתר של טופס USP כדי לטעון משאבים רק בדף זה. הערה: השאר ריק כדי לטעון בכל העמודים. השתמש בפסיקים כדי להפריד בין כתובות אתרים מרובות."
|
641 |
|
642 |
+
#: library/plugin-settings.php:1187
|
643 |
msgid "Post Type"
|
644 |
msgstr "סוג פוסט"
|
645 |
|
646 |
+
#: library/plugin-settings.php:1190
|
647 |
msgid "Submit posts as WP Posts or Pages"
|
648 |
+
msgstr "הגש פוסטים כפרסומי WP או כדפים"
|
649 |
|
650 |
+
#: library/plugin-settings.php:1194
|
651 |
msgid "Post Status"
|
652 |
+
msgstr "סטטוס הודעה"
|
653 |
|
654 |
+
#: library/plugin-settings.php:1197
|
655 |
msgid "Post Status for submitted posts"
|
656 |
+
msgstr "סטטוס פוסט עבור פוסטים שהוגשו"
|
657 |
|
658 |
+
#: library/plugin-settings.php:1201
|
659 |
msgid "Redirect URL"
|
660 |
msgstr "כתובת אתר להפניה מחדש"
|
661 |
|
662 |
+
#: library/plugin-settings.php:1203
|
663 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
664 |
+
msgstr "ציין כתובת אתר להפניה מחדש של המשתמש לאחר הגשתו לאחר ההודעה. השאר ריק כדי להפנות שוב לדף הנוכחי."
|
665 |
|
666 |
+
#: library/plugin-settings.php:1206
|
667 |
msgid "Success Message"
|
668 |
msgstr "הודעת הצלחה"
|
669 |
|
670 |
+
#: library/plugin-settings.php:1208
|
671 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
672 |
+
msgstr "הודעת הצלחה שמוצגת אם ההגשה לאחר ההצגה מצליחה. סימון בסיסי מותר."
|
673 |
|
674 |
+
#: library/plugin-settings.php:1211
|
675 |
msgid "Error Message"
|
676 |
msgstr "הודעת שגיאה"
|
677 |
|
678 |
+
#: library/plugin-settings.php:1213
|
679 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
680 |
+
msgstr "הודעת שגיאה כללית המוצגת אם ההגשה שלאחר ההגשה נכשלה. סימון בסיסי מותר."
|
681 |
|
682 |
+
#: library/plugin-settings.php:1216
|
683 |
msgid "Custom Content"
|
684 |
msgstr "תוכן מותאם אישית"
|
685 |
|
686 |
+
#: library/plugin-settings.php:1218
|
687 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
688 |
+
msgstr "טקסט / סימון מותאם אישית שייכלל לפני טופס ההגשה. השאר ריק כדי להשבית."
|
689 |
|
690 |
+
#: library/plugin-settings.php:1221
|
691 |
msgid "Rich Text Editor"
|
692 |
msgstr "עורך טקסט עשיר"
|
693 |
|
694 |
+
#: library/plugin-settings.php:1223
|
695 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
696 |
+
msgstr "סמן תיבה זו אם ברצונך לאפשר עריכת טקסט עשיר ב- WP עבור פוסטים שהוגשו."
|
697 |
|
698 |
+
#: library/plugin-settings.php:1226
|
699 |
msgid "Unique Titles"
|
700 |
+
msgstr "כותרות ייחודיות"
|
701 |
|
702 |
+
#: library/plugin-settings.php:1228
|
703 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
704 |
+
msgstr "דרוש כי כותרות פוסטים שהוגשו יהיו ייחודיות (שימושי למניעת פוסטים שהוגשו מרובים / כפולים)."
|
705 |
|
706 |
+
#: library/plugin-settings.php:1231
|
707 |
msgid "Disable Required"
|
708 |
+
msgstr "השבת חובה"
|
709 |
|
710 |
+
#: library/plugin-settings.php:1233
|
711 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
712 |
+
msgstr "השבת את כל התכונות הנדרשות בשדות טופס ברירת מחדל (שימושי לפתרון בעיות בהודעות שגיאה)."
|
713 |
|
714 |
+
#: library/plugin-settings.php:1236
|
715 |
msgid "Enable Shortcodes"
|
716 |
+
msgstr "אפשר קיצורי דרך"
|
717 |
|
718 |
+
#: library/plugin-settings.php:1238
|
719 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
720 |
+
msgstr "אפשר קודי קיצור בווידג'טים. כברירת מחדל, וורדפרס אינה מאפשרת לבצע קיצורי דרך בווידג'טים. "
|
721 |
|
722 |
+
#: library/plugin-settings.php:1239
|
723 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
724 |
+
msgstr "הגדרה זו מאפשרת את כל קודי הקיצור / ווידג'טים (אפילו קיצורי דרך מתוספים אחרים)."
|
725 |
|
726 |
+
#: library/plugin-settings.php:1244
|
727 |
+
msgid "Privacy"
|
728 |
+
msgstr "פרטיות"
|
729 |
|
730 |
+
#: library/plugin-settings.php:1249
|
731 |
msgid "Disable IP Tracking"
|
732 |
msgstr "השבת מעקב IP"
|
733 |
|
734 |
+
#: library/plugin-settings.php:1251
|
735 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
736 |
+
msgstr "כברירת מחדל, USP רושמת את כתובת ה- IP בכל הודעה שהוגשה. סמן את התיבה הזו כדי להשבית את כל מעקב ה- IP."
|
737 |
|
738 |
+
#: library/plugin-settings.php:1255
|
739 |
msgid "Display Checkbox"
|
740 |
+
msgstr "תיבת סימון"
|
741 |
|
742 |
+
#: library/plugin-settings.php:1257
|
743 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
744 |
+
msgstr "הצג תיבת סימון מותאמת אישית בטופס שלך (שימושי ל- GDPR, מסכים לתנאים וכו ')"
|
745 |
|
746 |
+
#: library/plugin-settings.php:1260
|
747 |
msgid "Checkbox Name"
|
748 |
msgstr "שם תיבת הסימון"
|
749 |
|
750 |
+
#: library/plugin-settings.php:1262 library/plugin-settings.php:1352
|
751 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
752 |
+
msgstr "השתמש רק במקפים אלפא-נומריים, תחתונים וקו. אם אינך בטוח, השתמש בשם ברירת המחדל:"
|
753 |
|
754 |
+
#: library/plugin-settings.php:1265
|
755 |
msgid "Checkbox Error"
|
756 |
msgstr "שגיאת תיבת סימון"
|
757 |
|
758 |
+
#: library/plugin-settings.php:1267
|
759 |
msgid "Error message displayed if user does not check the box."
|
760 |
msgstr "הודעת שגיאה מוצגת אם המשתמש אינו מסמן את התיבה."
|
761 |
|
762 |
+
#: library/plugin-settings.php:1270
|
763 |
msgid "Checkbox Text"
|
764 |
+
msgstr "טקסט של תיבת הסימון"
|
765 |
|
766 |
+
#: library/plugin-settings.php:1272
|
767 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
768 |
+
msgstr "טקסט המוצג ליד תיבת הסימון. טיפ: השתמש בסוגריים מתולתלים כדי להפיק סוגריים בזווית, למשל:"
|
769 |
|
770 |
+
#: library/plugin-settings.php:1277 library/plugin-settings.php:1282
|
771 |
msgid "Categories"
|
772 |
msgstr "קטגוריות"
|
773 |
|
774 |
+
#: library/plugin-settings.php:1285
|
775 |
+
msgid "Click to view/select categories"
|
776 |
+
msgstr "לחץ לצפייה / בחירה בקטגוריות"
|
777 |
|
778 |
+
#: library/plugin-settings.php:1293
|
779 |
+
msgid "Multiple Categories"
|
780 |
+
msgstr "קטגוריות מרובות"
|
781 |
+
|
782 |
+
#: library/plugin-settings.php:1295
|
783 |
+
msgid "Enable users to select multiple categories."
|
784 |
+
msgstr "אפשר למשתמשים לבחור קטגוריות מרובות."
|
785 |
+
|
786 |
+
#: library/plugin-settings.php:1298
|
787 |
msgid "Hidden/Default Category"
|
788 |
msgstr "קטגוריה מוסתרת / ברירת מחדל"
|
789 |
|
790 |
+
#: library/plugin-settings.php:1300
|
791 |
+
msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
|
792 |
+
msgstr "השתמש בשדה מוסתר לקטגוריית הפוסטים. זה מסתיר את שדה הקטגוריה ומגדיר את ערכו באמצעות האפשרות הבאה."
|
793 |
|
794 |
+
#: library/plugin-settings.php:1303
|
795 |
msgid "Category ID for Hidden Field"
|
796 |
msgstr "מזהה קטגוריה עבור שדה מוסתר"
|
797 |
|
798 |
+
#: library/plugin-settings.php:1305
|
799 |
+
msgid "Specify category ID(s) to use for “Hidden/Default Category”. Separate multiple IDs with a comma."
|
800 |
+
msgstr "ציין מזהי קטגוריות שישמשו עבור & ldquo; קטגוריה נסתרת / ברירת מחדל & rdquo;. הפרד מספר מזהים עם פסיק."
|
801 |
|
802 |
+
#: library/plugin-settings.php:1310
|
803 |
msgid "Users"
|
804 |
msgstr "משתמשים"
|
805 |
|
806 |
+
#: library/plugin-settings.php:1315
|
807 |
msgid "Assigned Author"
|
808 |
+
msgstr "מחבר המוקצה"
|
809 |
|
810 |
+
#: library/plugin-settings.php:1318
|
811 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
812 |
+
msgstr "ציין את המשתמש שצריך להקצות כסופר עבור פוסטים שהוגשו."
|
813 |
|
814 |
+
#: library/plugin-settings.php:1322
|
815 |
msgid "Registered Username"
|
816 |
msgstr "שם משתמש רשום"
|
817 |
|
818 |
+
#: library/plugin-settings.php:1324
|
819 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
820 |
+
msgstr "השתמש בשם משתמש רשום ככותב הפוסט. תקף כאשר האדם שמגיש את הטופס מחובר לוורדפרס."
|
821 |
|
822 |
+
#: library/plugin-settings.php:1327
|
823 |
msgid "User Profile URL"
|
824 |
msgstr "כתובת אתר של פרופיל משתמש"
|
825 |
|
826 |
+
#: library/plugin-settings.php:1329
|
827 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
828 |
+
msgstr "השתמש בכתובת האתר של פרופיל משתמש רשום כערך שדה ה- URL. תקף כאשר האדם שמגיש את הטופס מחובר לוורדפרס."
|
829 |
|
830 |
+
#: library/plugin-settings.php:1332
|
831 |
msgid "Require User Login"
|
832 |
+
msgstr "דרוש כניסה למשתמש"
|
833 |
|
834 |
+
#: library/plugin-settings.php:1334
|
835 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
836 |
+
msgstr "דרוש מהמשתמשים להיכנס ל- WordPress כדי להציג / להגיש את הטופס"
|
837 |
|
838 |
+
#: library/plugin-settings.php:1337
|
839 |
msgid "Disable Replace Author"
|
840 |
+
msgstr "השבת את החלף מחבר"
|
841 |
|
842 |
+
#: library/plugin-settings.php:1339
|
843 |
msgid "Do not replace post author with submitted user name"
|
844 |
+
msgstr "אל תחליף את כותב הפוסט בשם המשתמש שהוגש"
|
845 |
|
846 |
+
#: library/plugin-settings.php:1345
|
847 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
848 |
+
msgstr "כאן תוכל לשנות את השם והתווית המשמשים את השדה המותאם אישית. ניתן להפעיל שדה זה דרך ההגדרה שדות טופס למעלה."
|
849 |
|
850 |
+
#: library/plugin-settings.php:1350
|
851 |
msgid "Custom Field Name"
|
852 |
msgstr "שם שדה מותאם אישית"
|
853 |
|
854 |
+
#: library/plugin-settings.php:1355
|
855 |
msgid "Custom Field Label"
|
856 |
msgstr "תווית שדה מותאמת אישית"
|
857 |
|
858 |
+
#: library/plugin-settings.php:1357
|
859 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
860 |
msgstr "זה יוצג כתווית השדה בטופס. ברירת מחדל: שדה מותאם אישית"
|
861 |
|
862 |
+
#: library/plugin-settings.php:1369
|
863 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
864 |
+
msgstr "כדי למנוע דואר זבל, הזן שאלה שעליה המשתמשים לענות לפני הגשת הטופס."
|
865 |
|
866 |
+
#: library/plugin-settings.php:1372
|
867 |
msgid "Challenge Response"
|
868 |
msgstr "תגובה לאתגר"
|
869 |
|
870 |
+
#: library/plugin-settings.php:1374
|
871 |
msgid "Enter the *only* correct answer to the challenge question."
|
872 |
msgstr "הזן את התשובה הנכונה * בלבד * לשאלת האתגר."
|
873 |
|
874 |
+
#: library/plugin-settings.php:1377
|
875 |
msgid "Case-sensitivity"
|
876 |
+
msgstr "רגישות לתיק"
|
877 |
|
878 |
+
#: library/plugin-settings.php:1379
|
879 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
880 |
+
msgstr "סמן תיבה זו אם ברצונך שתגובת האתגר תהיה רגישה לרישיות."
|
881 |
|
882 |
+
#: library/plugin-settings.php:1385
|
883 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
884 |
+
msgstr "כדי לאפשר reCAPTCHA של גוגל, הזן את המפתחות הציבוריים והפרטיים שלך."
|
885 |
|
886 |
+
#: library/plugin-settings.php:1390
|
887 |
msgid "Public Key"
|
888 |
msgstr "מפתח ציבורי"
|
889 |
|
890 |
+
#: library/plugin-settings.php:1392
|
891 |
msgid "Enter your Public Key"
|
892 |
msgstr "הזן את המפתח הציבורי שלך"
|
893 |
|
894 |
+
#: library/plugin-settings.php:1395
|
895 |
msgid "Private Key"
|
896 |
msgstr "מפתח פרטי"
|
897 |
|
898 |
+
#: library/plugin-settings.php:1397
|
899 |
msgid "Enter your Private Key"
|
900 |
msgstr "הזן את המפתח הפרטי שלך"
|
901 |
|
902 |
+
#: library/plugin-settings.php:1402
|
903 |
msgid "Email Alerts"
|
904 |
msgstr "התראות דואר אלקטרוני"
|
905 |
|
906 |
+
#: library/plugin-settings.php:1407
|
907 |
msgid "Receive Email Alert"
|
908 |
msgstr "קבל התראה בדוא\"ל"
|
909 |
|
910 |
+
#: library/plugin-settings.php:1409
|
911 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
912 |
+
msgstr "סמן תיבה זו אם ברצונך לקבל הודעה בדוא\"ל לגבי הגשות חדשות לפוסט."
|
913 |
|
914 |
+
#: library/plugin-settings.php:1412
|
915 |
msgid "Enable HTML Format"
|
916 |
+
msgstr "אפשר פורמט HTML"
|
917 |
|
918 |
+
#: library/plugin-settings.php:1414
|
919 |
msgid "Check this box to enable HTML format for email alerts."
|
920 |
+
msgstr "סמן תיבה זו כדי לאפשר פורמט HTML להתראות דוא\"ל."
|
921 |
|
922 |
+
#: library/plugin-settings.php:1417
|
923 |
msgid "Email Address for Alerts"
|
924 |
+
msgstr "כתובת דוא\"ל להתראות"
|
925 |
|
926 |
+
#: library/plugin-settings.php:1419
|
927 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
928 |
+
msgstr "אם סימנת את התיבה כדי לקבל התראות בדוא\"ל, ציין כאן את הכתובות שאליהן יש לשלוח את הדוא\"ל."
|
929 |
|
930 |
+
#: library/plugin-settings.php:1420
|
931 |
msgid "Multiple recipients may be included using a comma, like so:"
|
932 |
+
msgstr "נמענים רבים יכולים להיכלל באמצעות פסיק, כך:"
|
933 |
|
934 |
+
#: library/plugin-settings.php:1423
|
935 |
msgid "Email “From” Address"
|
936 |
+
msgstr "דוא\"ל & ldquo; מ- & rdquo; כתובת"
|
937 |
|
938 |
+
#: library/plugin-settings.php:1425
|
939 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
940 |
+
msgstr "כאן תוכל להתאים אישית את הכתובות המשמשות עבור & ldquo; מ- & rdquo; כותרת (ראה שאלות נפוצות על תוסף למידע). "
|
941 |
|
942 |
+
#: library/plugin-settings.php:1426
|
943 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
944 |
+
msgstr "אם מספר כתובות מוגדר בהגדרה הקודמת, כלול מספר שווה של & ldquo; מ- & rdquo; כתובות להגדרה זו (באותו סדר)."
|
945 |
|
946 |
+
#: library/plugin-settings.php:1429
|
947 |
msgid "Email Alert Subject"
|
948 |
+
msgstr "נושא התראת דוא\"ל"
|
949 |
|
950 |
+
#: library/plugin-settings.php:1431
|
951 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
952 |
+
msgstr "שורת נושא להתראות דוא\"ל. השאר ריק כדי להשתמש בשורת הנושא המוגדרת כברירת מחדל. הערה: אתה יכול להשתמש במשתנים הבאים: "
|
953 |
|
954 |
+
#: library/plugin-settings.php:1436
|
955 |
msgid "Email Alert Message"
|
956 |
msgstr "הודעת התראה בדוא\"ל"
|
957 |
|
958 |
+
#: library/plugin-settings.php:1438
|
959 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
960 |
+
msgstr "הודעה להתראות דוא\"ל. השאר ריק כדי להשתמש בהודעת ברירת המחדל. הערה: אתה יכול להשתמש במשתנים הבאים: "
|
961 |
|
962 |
+
#: library/plugin-settings.php:1450
|
963 |
msgid "Featured Image"
|
964 |
msgstr "תמונה מצורפת"
|
965 |
|
966 |
+
#: library/plugin-settings.php:1452
|
967 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
968 |
+
msgstr "הגדר תמונות שהוגשו כתמונות מוצגות. נדרש תמיכה בעיצוב עבור תמונות מוצגות (המכילות גם תמונות ממוזערות)."
|
969 |
|
970 |
+
#: library/plugin-settings.php:1455
|
971 |
msgid "Upload Message"
|
972 |
+
msgstr "העלה הודעה"
|
973 |
|
974 |
+
#: library/plugin-settings.php:1457
|
975 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
976 |
+
msgstr "הודעה המופיעה לצד שדה ההעלאה. שימושי לקביעת הנחיות / מדיניות / העלאה וכו '. סימון בסיסי מותר."
|
977 |
|
978 |
+
#: library/plugin-settings.php:1460
|
979 |
msgid "“Add another image” link"
|
980 |
+
msgstr "& ldquo; הוסף תמונה נוספת & rdquo; קישור"
|
981 |
|
982 |
+
#: library/plugin-settings.php:1462
|
983 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
984 |
+
msgstr "סימון מותאם אישית עבור & ldquo; הוסף תמונה נוספת & rdquo; קישור. השאר ריק כדי להשתמש בסימון ברירת המחדל (מומלץ)."
|
985 |
|
986 |
+
#: library/plugin-settings.php:1465
|
987 |
msgid "Minimum number of images"
|
988 |
+
msgstr "מספר מינימלי של תמונות"
|
989 |
|
990 |
+
#: library/plugin-settings.php:1468
|
991 |
msgid "Specify the minimum number of images."
|
992 |
+
msgstr "ציין את מספר התמונות המינימלי."
|
993 |
|
994 |
+
#: library/plugin-settings.php:1472
|
995 |
msgid "Maximum number of images"
|
996 |
msgstr "המספר המרבי של תמונות"
|
997 |
|
998 |
+
#: library/plugin-settings.php:1475
|
999 |
msgid "Specify the maximum number of images."
|
1000 |
msgstr "ציין את המספר המרבי של תמונות."
|
1001 |
|
1002 |
+
#: library/plugin-settings.php:1479
|
1003 |
msgid "Minimum image width"
|
1004 |
msgstr "רוחב תמונה מינימלי"
|
1005 |
|
1006 |
+
#: library/plugin-settings.php:1481
|
1007 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1008 |
+
msgstr "ציין רוחב מינימלי (בפיקסלים) לתמונות שהועלו."
|
1009 |
|
1010 |
+
#: library/plugin-settings.php:1484
|
1011 |
msgid "Minimum image height"
|
1012 |
msgstr "גובה תמונה מינימלי"
|
1013 |
|
1014 |
+
#: library/plugin-settings.php:1486
|
1015 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1016 |
+
msgstr "ציין גובה מינימלי (בפיקסלים) לתמונות שהועלו."
|
1017 |
|
1018 |
+
#: library/plugin-settings.php:1489
|
1019 |
msgid "Maximum image width"
|
1020 |
+
msgstr "רוחב תמונה מרבי"
|
1021 |
|
1022 |
+
#: library/plugin-settings.php:1491
|
1023 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1024 |
+
msgstr "ציין רוחב מקסימלי (בפיקסלים) לתמונות שהועלו."
|
1025 |
|
1026 |
+
#: library/plugin-settings.php:1494
|
1027 |
msgid "Maximum image height"
|
1028 |
+
msgstr "גובה תמונה מקסימאלי"
|
1029 |
|
1030 |
+
#: library/plugin-settings.php:1496
|
1031 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1032 |
+
msgstr "ציין גובה מקסימלי (בפיקסלים) לתמונות שהועלו."
|
1033 |
|
1034 |
+
#: library/plugin-settings.php:1499
|
1035 |
msgid "More Options"
|
1036 |
msgstr "אפשרויות נוספות"
|
1037 |
|
1038 |
+
#: library/plugin-settings.php:1502
|
1039 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1040 |
+
msgstr "לקבלת אפשרויות נוספות, כמו היכולת להעלות סוגי קבצים אחרים (כמו PDF, Word, Zip, קטעי וידאו, ועוד), עיין ב"
|
1041 |
|
1042 |
+
#: library/plugin-settings.php:1503
|
1043 |
msgid "Go Pro!"
|
1044 |
msgstr "להתמקצע!"
|
1045 |
|
1046 |
+
#: library/plugin-settings.php:1510
|
1047 |
msgid "Auto-Display Content"
|
1048 |
+
msgstr "תצוגה אוטומטית של תוכן"
|
1049 |
|
1050 |
+
#: library/plugin-settings.php:1515
|
1051 |
msgid "Auto-Display Images"
|
1052 |
+
msgstr "הצגה אוטומטית של תמונות"
|
1053 |
|
1054 |
+
#: library/plugin-settings.php:1517
|
1055 |
msgid "Auto-display user-submitted images:"
|
1056 |
+
msgstr "הצגה אוטומטית של תמונות שהוגשו על ידי המשתמש:"
|
1057 |
|
1058 |
+
#: library/plugin-settings.php:1522
|
1059 |
msgid "Image Markup"
|
1060 |
+
msgstr "סימון תמונות"
|
1061 |
|
1062 |
+
#: library/plugin-settings.php:1524
|
1063 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1064 |
+
msgstr "סימון לשימוש עבור כל תמונה שהוגשה (כאשר התצוגה אוטומטית מופעלת). יכול להשתמש"
|
1065 |
|
1066 |
+
#: library/plugin-settings.php:1526 library/plugin-settings.php:1539
|
1067 |
+
#: library/plugin-settings.php:1552 library/plugin-settings.php:1565
|
1068 |
msgid "and"
|
1069 |
msgstr "ו"
|
1070 |
|
1071 |
+
#: library/plugin-settings.php:1529
|
1072 |
msgid "Auto-Display Email"
|
1073 |
+
msgstr "אימייל לתצוגה אוטומטית"
|
1074 |
|
1075 |
+
#: library/plugin-settings.php:1531
|
1076 |
msgid "Auto-display user-submitted email:"
|
1077 |
+
msgstr "הצגה אוטומטית של דוא\"ל שהוגש על ידי המשתמש:"
|
1078 |
|
1079 |
+
#: library/plugin-settings.php:1536
|
1080 |
msgid "Email Markup"
|
1081 |
msgstr "סימון דוא\"ל"
|
1082 |
|
1083 |
+
#: library/plugin-settings.php:1538
|
1084 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1085 |
+
msgstr "סימון לשימוש עבור כתובת הדואר האלקטרוני שהוגשה (כאשר התצוגה אוטומטית מופעלת). יכול להשתמש"
|
1086 |
|
1087 |
+
#: library/plugin-settings.php:1542
|
1088 |
msgid "Auto-Display URL"
|
1089 |
msgstr "כתובת אתר לתצוגה אוטומטית"
|
1090 |
|
1091 |
+
#: library/plugin-settings.php:1544
|
1092 |
msgid "Auto-display user-submitted URL:"
|
1093 |
+
msgstr "תצוגה אוטומטית של כתובת אתר שהוגשה על ידי המשתמש:"
|
1094 |
|
1095 |
+
#: library/plugin-settings.php:1549
|
1096 |
msgid "URL Markup"
|
1097 |
+
msgstr "סימון כתובות אתרים"
|
1098 |
|
1099 |
+
#: library/plugin-settings.php:1551
|
1100 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1101 |
+
msgstr "סימון לשימוש עבור כתובת האתר שהוגשה (כאשר התצוגה אוטומטית מופעלת). יכול להשתמש"
|
1102 |
|
1103 |
+
#: library/plugin-settings.php:1555
|
1104 |
msgid "Auto-Display Custom Field"
|
1105 |
+
msgstr "תצוגה אוטומטית של שדה מותאם אישית"
|
1106 |
|
1107 |
+
#: library/plugin-settings.php:1557
|
1108 |
msgid "Auto-display user-submitted Custom Field:"
|
1109 |
+
msgstr "להציג שדה מותאם אישית שהוגש על ידי המשתמש באופן אוטומטי:"
|
1110 |
|
1111 |
+
#: library/plugin-settings.php:1562
|
1112 |
msgid "Custom Field Markup"
|
1113 |
msgstr "סימון שדה מותאם אישית"
|
1114 |
|
1115 |
+
#: library/plugin-settings.php:1564
|
1116 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1117 |
+
msgstr "סימון לשימוש בשדה המותאם אישית שהוגש (כאשר התצוגה אוטומטית מופעלת). יכול להשתמש"
|
1118 |
|
1119 |
+
#: library/plugin-settings.php:1570 library/plugin-settings.php:1682
|
1120 |
msgid "Save Settings"
|
1121 |
msgstr "שמור הגדרות"
|
1122 |
|
1123 |
+
#: library/plugin-settings.php:1575
|
1124 |
msgid "Display the Form"
|
1125 |
+
msgstr "הצגת הטופס"
|
1126 |
|
1127 |
+
#: library/plugin-settings.php:1578
|
1128 |
msgid "Post-Submit Form"
|
1129 |
+
msgstr "טופס הגשת הודעה לאחר מכן"
|
1130 |
|
1131 |
+
#: library/plugin-settings.php:1579
|
1132 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1133 |
+
msgstr "USP מאפשר לך להציג טופס הגשה לאחר הגשה בכל מקום באתר שלך."
|
1134 |
|
1135 |
+
#: library/plugin-settings.php:1580 library/plugin-settings.php:1589
|
1136 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1137 |
+
msgstr "השתמש בקוד הקיצור כדי להציג את הטופס בכל פוסט או עמוד WP:"
|
1138 |
|
1139 |
+
#: library/plugin-settings.php:1583 library/plugin-settings.php:1592
|
1140 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1141 |
msgstr "לחלופין, השתמש בתג התבנית כדי להציג את הטופס בכל מקום בתבנית העיצוב שלך:"
|
1142 |
|
1143 |
+
#: library/plugin-settings.php:1587
|
1144 |
msgid "Login/Register Form"
|
1145 |
+
msgstr "טופס כניסה / הרשמה"
|
1146 |
|
1147 |
+
#: library/plugin-settings.php:1588
|
1148 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1149 |
+
msgstr "ניתן גם להציג טופס המאפשר למשתמשים להתחבר, להירשם או לאפס את הסיסמה שלהם."
|
1150 |
|
1151 |
+
#: library/plugin-settings.php:1596
|
1152 |
msgid "Display Submitted Posts"
|
1153 |
+
msgstr "הצגת פוסטים שהוגשו"
|
1154 |
|
1155 |
+
#: library/plugin-settings.php:1597
|
1156 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1157 |
+
msgstr "השתמש בקיצור זה כדי להציג רשימה של הודעות שנשלחו בכל פוסט או עמוד WP:"
|
1158 |
|
1159 |
+
#: library/plugin-settings.php:1600
|
1160 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1161 |
+
msgstr "לחלופין, השתמש בתג התבנית כדי להציג רשימה של פוסטים שהוגשו בכל מקום בתבנית העיצוב שלך:"
|
1162 |
|
1163 |
+
#: library/plugin-settings.php:1603
|
1164 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1165 |
+
msgstr "להלן כמה דוגמאות המראות כיצד לקבוע את התצורה של קיצור דרך זה:"
|
1166 |
|
1167 |
+
#: library/plugin-settings.php:1611
|
1168 |
msgid "Display Image Gallery"
|
1169 |
+
msgstr "הצג גלריית תמונות"
|
1170 |
|
1171 |
+
#: library/plugin-settings.php:1612
|
1172 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1173 |
+
msgstr "השתמש בקיצור זה כדי להציג גלריה של תמונות שהועלו עבור כל פוסט שנשלח:"
|
1174 |
|
1175 |
+
#: library/plugin-settings.php:1615
|
1176 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1177 |
msgstr "לחלופין, השתמש בתג התבנית כדי להציג גלריית תמונות בכל מקום בתבנית העיצוב שלך:"
|
1178 |
|
1179 |
+
#: library/plugin-settings.php:1618
|
1180 |
msgid "You can customize using any of the follwing attributes:"
|
1181 |
+
msgstr "אתה יכול להתאים אישית באמצעות אחת מהתכונות העוקבות:"
|
1182 |
|
1183 |
+
#: library/plugin-settings.php:1633
|
1184 |
msgid "Reset Form Button"
|
1185 |
+
msgstr "אפס כפתור טופס"
|
1186 |
|
1187 |
+
#: library/plugin-settings.php:1634
|
1188 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1189 |
+
msgstr "קיצור דרך זה מציג קישור המאפס את הטופס למצב המקורי שלו:"
|
1190 |
|
1191 |
+
#: library/plugin-settings.php:1637
|
1192 |
msgid "This shortcode accepts the following attributes:"
|
1193 |
+
msgstr "קיצור זה מקבל את התכונות הבאות:"
|
1194 |
|
1195 |
+
#: library/plugin-settings.php:1643
|
1196 |
msgid "Note that the url attribute accepts"
|
1197 |
+
msgstr "שים לב שתכונת ה- url מקבלת"
|
1198 |
|
1199 |
+
#: library/plugin-settings.php:1643
|
1200 |
msgid "to get the current URL."
|
1201 |
msgstr "כדי לקבל את כתובת האתר הנוכחית."
|
1202 |
|
1203 |
+
#: library/plugin-settings.php:1646
|
1204 |
msgid "Access Control"
|
1205 |
msgstr "בקרת גישה"
|
1206 |
|
1207 |
+
#: library/plugin-settings.php:1647
|
1208 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1209 |
+
msgstr "USP מספקת שלושה קודי קיצור לבקרת גישה והגבלת תוכן."
|
1210 |
|
1211 |
+
#: library/plugin-settings.php:1648
|
1212 |
msgid "Display content only to users with a specific capability:"
|
1213 |
msgstr "הצג תוכן רק למשתמשים עם יכולת ספציפית:"
|
1214 |
|
1215 |
+
#: library/plugin-settings.php:1651
|
1216 |
msgid "Display content to logged-in users:"
|
1217 |
+
msgstr "הצגת תוכן למשתמשים המחוברים:"
|
1218 |
|
1219 |
+
#: library/plugin-settings.php:1654
|
1220 |
msgid "Display content to visitors only:"
|
1221 |
msgstr "הצג תוכן למבקרים בלבד:"
|
1222 |
|
1223 |
+
#: library/plugin-settings.php:1657
|
1224 |
msgid "Tip:"
|
1225 |
msgstr "טיפ:"
|
1226 |
|
1227 |
+
#: library/plugin-settings.php:1657
|
1228 |
msgid "to include markup in the deny message, you can use"
|
1229 |
+
msgstr "כדי לכלול סימון בהודעת הכחשה, באפשרותך להשתמש"
|
1230 |
|
1231 |
+
#: library/plugin-settings.php:1657
|
1232 |
msgid "to output"
|
1233 |
+
msgstr "לפלט"
|
1234 |
|
1235 |
+
#: library/plugin-settings.php:1660
|
1236 |
msgid "Example"
|
1237 |
msgstr "דוגמא"
|
1238 |
|
1239 |
+
#: library/plugin-settings.php:1661
|
1240 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1241 |
+
msgstr "אם המשתמש מחובר, הצג את הטופס להגיש הודעה; או אם המשתמש אינו מחובר, הצג את טופס הכניסה:"
|
1242 |
|
1243 |
+
#: library/plugin-settings.php:1673
|
1244 |
msgid "Restore Defaults"
|
1245 |
msgstr "לשחזר את ברירות מחדל"
|
1246 |
|
1247 |
+
#: library/plugin-settings.php:1676
|
1248 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1249 |
+
msgstr "השאר אפשרות זו ללא זמינה כדי לזכור את ההגדרות שלך. לחלופין, כדי להמשיך ולשחזר את אפשרויות תוסף ברירת המחדל: סמן את התיבה, שמור את ההגדרות שלך ואז בטל / הפעל מחדש את התוסף."
|
1250 |
|
1251 |
+
#: library/plugin-settings.php:1680
|
1252 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1253 |
+
msgstr "שחזר אפשרויות ברירת מחדל לאחר ביטול הפעלה / הפעלה מחדש של תוסף."
|
1254 |
|
1255 |
+
#: library/plugin-settings.php:1687
|
1256 |
msgid "Show Support"
|
1257 |
msgstr "הצג תמיכה"
|
1258 |
|
1259 |
+
#: library/plugin-settings.php:1696
|
1260 |
msgid "by"
|
1261 |
msgstr "על ידי"
|
1262 |
|
1263 |
+
#: library/plugin-settings.php:1697
|
1264 |
msgid "Jeff Starr on Twitter"
|
1265 |
+
msgstr "ג'ף סטאר בטוויטר"
|
1266 |
|
1267 |
+
#: library/plugin-settings.php:1698
|
1268 |
msgid "Obsessive Web Design & Development"
|
1269 |
+
msgstr "עיצוב אובססיבי לאינטרנט & amp; התפתחות"
|
1270 |
|
1271 |
+
#: library/plugin-settings.php:1709
|
1272 |
msgid "Save Preference"
|
1273 |
+
msgstr "שמור העדפה"
|
1274 |
|
1275 |
+
#: library/plugin-settings.php:1716
|
1276 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1277 |
+
msgstr "האם אתה בטוח שברצונך לשחזר את כל אפשרויות ברירת המחדל? (לא ניתן לבטל פעולה זו)"
|
1278 |
+
|
1279 |
+
#: library/support-panel.php:55
|
1280 |
+
msgid "Perishable Press Books"
|
1281 |
+
msgstr "ספרי עיתונות מתכלים"
|
1282 |
+
|
1283 |
+
#: library/support-panel.php:56
|
1284 |
+
msgid "Plugin Planet"
|
1285 |
+
msgstr "פלאגין פלאגין"
|
1286 |
+
|
1287 |
+
#: library/support-panel.php:57
|
1288 |
+
msgid "Donate via PayPal"
|
1289 |
+
msgstr "לתרום באמצעות PayPal"
|
1290 |
+
|
1291 |
+
#: library/support-panel.php:59
|
1292 |
+
msgid "books"
|
1293 |
+
msgstr "ספרים"
|
1294 |
+
|
1295 |
+
#: library/support-panel.php:60
|
1296 |
+
msgid "plugins"
|
1297 |
+
msgstr "תוספים"
|
1298 |
+
|
1299 |
+
#: library/support-panel.php:61
|
1300 |
+
msgid "donation"
|
1301 |
+
msgstr "תרומה"
|
1302 |
+
|
1303 |
+
#: library/support-panel.php:63
|
1304 |
+
msgid "Thank you for using"
|
1305 |
+
msgstr "תודה על השימוש"
|
1306 |
+
|
1307 |
+
#: library/support-panel.php:64
|
1308 |
+
msgid "Please show support by purchasing one of my"
|
1309 |
+
msgstr "אנא הראה תמיכה ברכישה של אחת שלי"
|
1310 |
+
|
1311 |
+
#: library/support-panel.php:65
|
1312 |
+
msgid "or"
|
1313 |
+
msgstr "או"
|
1314 |
+
|
1315 |
+
#: library/support-panel.php:65
|
1316 |
+
msgid "or by making a"
|
1317 |
+
msgstr "או על ידי ביצוע א"
|
1318 |
+
|
1319 |
+
#: library/support-panel.php:66
|
1320 |
+
msgid "Your generous support helps future development of"
|
1321 |
+
msgstr "התמיכה הנדיבה שלך עוזרת לפיתוח עתידי של"
|
1322 |
+
|
1323 |
+
#: library/support-panel.php:67
|
1324 |
+
msgid "and is greatly appreciated."
|
1325 |
+
msgstr "ומוערך מאוד."
|
1326 |
+
|
1327 |
+
#: library/support-panel.php:69
|
1328 |
+
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
1329 |
+
msgstr "כל תרומה בגודל עוזרת לי להמשיך ולפתח את התוסף בחינם ומשאבי וורדפרס מדהימים אחרים."
|
1330 |
|
1331 |
#. Description of the plugin
|
1332 |
#:
|
1333 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
1334 |
+
msgstr "מאפשר למבקרים שלך להגיש פוסטים ותמונות מכל מקום באתר שלך."
|
1335 |
|
1336 |
#. URI of the plugin
|
1337 |
#:
|
1341 |
#. Author of the plugin
|
1342 |
#:
|
1343 |
msgid "Jeff Starr"
|
1344 |
+
msgstr "ג'ף סטאר"
|
1345 |
|
1346 |
#. Author URI of the plugin
|
1347 |
#:
|
languages/usp-hi_IN.mo
CHANGED
Binary file
|
languages/usp-hi_IN.po
CHANGED
@@ -4,282 +4,287 @@ msgstr ""
|
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
-
"Project-Id-Version: USP
|
8 |
"Language: hi\n"
|
9 |
|
10 |
#. Name of the plugin
|
11 |
#: user-submitted-posts.php:44 library/support-panel.php:5
|
12 |
msgid "User Submitted Posts"
|
13 |
-
msgstr "उपयोगकर्ता
|
14 |
|
15 |
-
#: user-submitted-posts.php:
|
16 |
msgid "requires WordPress "
|
17 |
-
msgstr "
|
18 |
|
19 |
-
#: user-submitted-posts.php:
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
-
msgstr " या
|
22 |
|
23 |
-
#: user-submitted-posts.php:
|
24 |
msgid "Please return to the"
|
25 |
msgstr "कृपया वापस लौटें"
|
26 |
|
27 |
-
#: user-submitted-posts.php:
|
28 |
msgid "WordPress Admin Area"
|
29 |
-
msgstr "
|
30 |
|
31 |
-
#: user-submitted-posts.php:
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
-
msgstr "वर्डप्रेस अपग्रेड करने और
|
34 |
|
35 |
-
#: user-submitted-posts.php:
|
36 |
msgid "User Submitted Post"
|
37 |
-
msgstr "उपयोगकर्ता
|
38 |
|
39 |
-
#: user-submitted-posts.php:
|
40 |
msgid "User Submitted Post Info"
|
41 |
-
msgstr "उपयोगकर्ता
|
42 |
|
43 |
-
#: user-submitted-posts.php:
|
44 |
msgid "Submitter Name: "
|
45 |
-
msgstr "
|
46 |
|
47 |
-
#: user-submitted-posts.php:
|
48 |
msgid "Submitter Email: "
|
49 |
-
msgstr "
|
50 |
|
51 |
-
#: user-submitted-posts.php:
|
52 |
msgid "Submitter URL: "
|
53 |
-
msgstr "
|
54 |
|
55 |
-
#: user-submitted-posts.php:
|
56 |
msgid "Submitter IP: "
|
57 |
-
msgstr "
|
58 |
|
59 |
-
#: user-submitted-posts.php:
|
60 |
msgid "Show USP Posts"
|
61 |
msgstr "यूएसपी पोस्ट दिखाएं"
|
62 |
|
63 |
-
#: user-submitted-posts.php:
|
64 |
msgid "USP"
|
65 |
msgstr "खासियत"
|
66 |
|
67 |
-
#: user-submitted-posts.php:
|
68 |
msgid " files required"
|
69 |
-
msgstr "
|
70 |
|
71 |
-
#: user-submitted-posts.php:
|
72 |
msgid " file required"
|
73 |
-
msgstr " फ़ाइल
|
74 |
|
75 |
-
#: user-submitted-posts.php:
|
76 |
msgid " files"
|
77 |
msgstr " फ़ाइलें"
|
78 |
|
79 |
-
#: user-submitted-posts.php:
|
80 |
msgid " file"
|
81 |
msgstr " फ़ाइल"
|
82 |
|
83 |
-
#: user-submitted-posts.php:
|
84 |
-
#: user-submitted-posts.php:
|
85 |
msgid " pixels"
|
86 |
msgstr " पिक्सल"
|
87 |
|
88 |
-
#: user-submitted-posts.php:
|
89 |
-
#: library/plugin-settings.php:
|
90 |
-
#: library/plugin-settings.php:
|
91 |
msgid "Custom Field"
|
92 |
msgstr "कस्टम फील्ड"
|
93 |
|
94 |
-
#: user-submitted-posts.php:
|
95 |
msgid "Custom checkbox required"
|
96 |
-
msgstr "कस्टम चेकबॉक्स
|
97 |
|
98 |
-
#: user-submitted-posts.php:
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
msgstr "एक त्रुटि पाई गई। कृपया पीछे जाएं और दोबारा कोशिश करें।"
|
101 |
|
102 |
-
#: user-submitted-posts.php:
|
103 |
msgid "User login required"
|
104 |
msgstr "उपयोगकर्ता लॉगिन आवश्यक है"
|
105 |
|
106 |
-
#: user-submitted-posts.php:
|
107 |
msgid "User name required"
|
108 |
msgstr "उपयोगकर्ता का नाम (आवश्यक"
|
109 |
|
110 |
-
#: user-submitted-posts.php:
|
111 |
msgid "Post title required"
|
112 |
msgstr "पोस्ट शीर्षक आवश्यक है"
|
113 |
|
114 |
-
#: user-submitted-posts.php:
|
115 |
msgid "User URL required"
|
116 |
-
msgstr "उपयोगकर्ता
|
117 |
|
118 |
-
#: user-submitted-posts.php:
|
119 |
msgid "Post tags required"
|
120 |
-
msgstr "पोस्ट टैग
|
121 |
|
122 |
-
#: user-submitted-posts.php:
|
123 |
msgid "Post category required"
|
124 |
-
msgstr "पोस्ट श्रेणी आवश्यक
|
125 |
|
126 |
-
#: user-submitted-posts.php:
|
127 |
msgid "Post content required"
|
128 |
-
msgstr "
|
129 |
|
130 |
-
#: user-submitted-posts.php:
|
131 |
msgid "Correct captcha required"
|
132 |
msgstr "सही कैप्चा आवश्यक है"
|
133 |
|
134 |
-
#: user-submitted-posts.php:
|
135 |
msgid "User email required"
|
136 |
-
msgstr "उपयोगकर्ता ईमेल आवश्यक
|
137 |
|
138 |
-
#: user-submitted-posts.php:
|
139 |
msgid "Please check your email and try again"
|
140 |
-
msgstr "कृपया अपना ईमेल
|
141 |
|
142 |
-
#: user-submitted-posts.php:
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
-
msgstr "छिपे हुए क्षेत्र के लिए
|
145 |
|
146 |
-
#: user-submitted-posts.php:
|
147 |
msgid "Minimum number of images not met"
|
148 |
-
msgstr "छवियों की न्यूनतम संख्या
|
149 |
|
150 |
-
#: user-submitted-posts.php:
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
-
msgstr "छवियों की अधिकतम संख्या पार हो गई"
|
153 |
|
154 |
-
#: user-submitted-posts.php:
|
155 |
msgid "Minimum image width not met"
|
156 |
msgstr "न्यूनतम छवि चौड़ाई नहीं मिली"
|
157 |
|
158 |
-
#: user-submitted-posts.php:
|
159 |
msgid "Image width exceeds maximum"
|
160 |
-
msgstr "छवि चौड़ाई अधिकतम से अधिक है"
|
161 |
|
162 |
-
#: user-submitted-posts.php:
|
163 |
msgid "Minimum image height not met"
|
164 |
msgstr "न्यूनतम छवि ऊंचाई नहीं मिली"
|
165 |
|
166 |
-
#: user-submitted-posts.php:
|
167 |
msgid "Image height exceeds maximum"
|
168 |
-
msgstr "छवि ऊंचाई अधिकतम से अधिक है"
|
169 |
|
170 |
-
#: user-submitted-posts.php:
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
-
msgstr "फ़ाइल प्रकार की अनुमति नहीं है (कृपया केवल
|
173 |
|
174 |
-
#: user-submitted-posts.php:
|
175 |
msgid " required"
|
176 |
msgstr " अपेक्षित"
|
177 |
|
178 |
-
#: user-submitted-posts.php:
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
-
msgstr "फ़ाइल अपलोड नहीं की गई। कृपया फ़ाइल की
|
181 |
|
182 |
-
#: user-submitted-posts.php:
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
-
msgstr "फ़ाइल अपलोड नहीं
|
185 |
|
186 |
-
#: user-submitted-posts.php:
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
-
msgstr "पोस्ट नहीं
|
189 |
|
190 |
-
#: user-submitted-posts.php:
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
msgstr "डुप्लिकेट पोस्ट शीर्षक। कृपया पुन: प्रयास करें।"
|
193 |
|
194 |
-
#: user-submitted-posts.php:
|
195 |
msgid "Error: "
|
196 |
-
msgstr "त्रुटि:"
|
197 |
|
198 |
-
#: user-submitted-posts.php:
|
199 |
msgid "Return to form"
|
200 |
-
msgstr "
|
201 |
|
202 |
-
#: user-submitted-posts.php:
|
203 |
msgid "Please"
|
204 |
msgstr "कृप्या"
|
205 |
|
206 |
-
#: user-submitted-posts.php:
|
207 |
msgid "log in"
|
208 |
msgstr "लॉग इन करें"
|
209 |
|
210 |
-
#: user-submitted-posts.php:
|
211 |
msgid "to submit content!"
|
212 |
msgstr "सामग्री जमा करने के लिए!"
|
213 |
|
214 |
-
#: views/submission-form.php:
|
215 |
msgid "Please complete the required fields."
|
216 |
-
msgstr "कृपया आवश्यक फ़ील्ड
|
217 |
|
218 |
-
#: views/submission-form.php:
|
219 |
-
#: views/submission-form-alt.php:
|
220 |
msgid "Your Name"
|
221 |
msgstr "आपका नाम"
|
222 |
|
223 |
-
#: views/submission-form.php:
|
224 |
-
#: views/submission-form-alt.php:
|
225 |
msgid "Your URL"
|
226 |
-
msgstr "आपका
|
227 |
|
228 |
-
#: views/submission-form.php:
|
229 |
-
#: views/submission-form-alt.php:
|
230 |
msgid "Your Email"
|
231 |
msgstr "तुम्हारा ईमेल"
|
232 |
|
233 |
-
#: views/submission-form.php:
|
234 |
-
#: views/submission-form-alt.php:
|
235 |
-
#: library/plugin-settings.php:
|
236 |
msgid "Post Title"
|
237 |
msgstr "शीर्षक पोस्ट करें"
|
238 |
|
239 |
-
#: views/submission-form.php:
|
240 |
-
#: views/submission-form-alt.php:
|
241 |
-
#: library/plugin-settings.php:
|
242 |
msgid "Post Tags"
|
243 |
msgstr "पोस्ट टैग"
|
244 |
|
245 |
-
#: views/submission-form.php:
|
246 |
msgid "Antispam Question"
|
247 |
-
msgstr "
|
248 |
|
249 |
-
#: views/submission-form.php:
|
250 |
-
#: library/plugin-settings.php:
|
251 |
msgid "Post Category"
|
252 |
msgstr "पोस्ट श्रेणी"
|
253 |
|
254 |
-
#: views/submission-form.php:
|
|
|
255 |
msgid "Please select a category.."
|
256 |
msgstr "कृपया एक कैटेगरी चयनित करें.."
|
257 |
|
258 |
-
#: views/submission-form.php:
|
259 |
-
#: views/submission-form-alt.php:
|
260 |
-
#: library/plugin-settings.php:
|
261 |
msgid "Post Content"
|
262 |
msgstr "पोस्ट सामग्री"
|
263 |
|
264 |
-
#: views/submission-form.php:
|
265 |
msgid "Verification"
|
266 |
msgstr "सत्यापन"
|
267 |
|
268 |
-
#: views/submission-form.php:
|
269 |
msgid "Upload an Image"
|
270 |
msgstr "एक छवि अपलोड करें"
|
271 |
|
272 |
-
#: views/submission-form.php:
|
273 |
msgid "Add another image"
|
274 |
msgstr "एक और छवि जोड़ें"
|
275 |
|
276 |
-
#: views/submission-form.php:
|
277 |
msgid "Human verification: leave this field empty."
|
278 |
-
msgstr "मानव सत्यापन: इस
|
279 |
|
280 |
-
#: views/submission-form.php:
|
281 |
msgid "Submit Post"
|
282 |
-
msgstr "पोस्ट
|
|
|
|
|
|
|
|
|
283 |
|
284 |
#: library/shortcode-misc.php:18
|
285 |
msgid "Reset form"
|
@@ -289,1036 +294,1044 @@ msgstr "प्रपत्र को रीसेट करें"
|
|
289 |
msgid "View full post"
|
290 |
msgstr "पूरी पोस्ट देखें"
|
291 |
|
292 |
-
#: library/
|
293 |
-
msgid "
|
294 |
-
msgstr "
|
295 |
-
|
296 |
-
#: library/support-panel.php:53
|
297 |
-
msgid "Plugin Planet"
|
298 |
-
msgstr "प्लगइन ग्रह"
|
299 |
-
|
300 |
-
#: library/support-panel.php:54
|
301 |
-
msgid "Donate via PayPal"
|
302 |
-
msgstr "पेपैल के माध्यम से दान करें"
|
303 |
-
|
304 |
-
#: library/support-panel.php:56
|
305 |
-
msgid "books"
|
306 |
-
msgstr "पुस्तकें"
|
307 |
-
|
308 |
-
#: library/support-panel.php:57
|
309 |
-
msgid "plugins"
|
310 |
-
msgstr "प्लग-इन"
|
311 |
-
|
312 |
-
#: library/support-panel.php:58
|
313 |
-
msgid "donation"
|
314 |
-
msgstr "दान"
|
315 |
-
|
316 |
-
#: library/support-panel.php:60
|
317 |
-
msgid "Thank you for using"
|
318 |
-
msgstr "उपयोग करने के लिए आपका धन्यवाद"
|
319 |
-
|
320 |
-
#: library/support-panel.php:61
|
321 |
-
msgid "Please show support by purchasing one of my"
|
322 |
-
msgstr "कृपया मेरा एक खरीदकर समर्थन दिखाएं"
|
323 |
-
|
324 |
-
#: library/support-panel.php:62
|
325 |
-
msgid "or"
|
326 |
-
msgstr "या"
|
327 |
-
|
328 |
-
#: library/support-panel.php:62
|
329 |
-
msgid "or by making a"
|
330 |
-
msgstr "या एक बनाकर"
|
331 |
-
|
332 |
-
#: library/support-panel.php:63
|
333 |
-
msgid "Your generous support helps future development of"
|
334 |
-
msgstr "आपका उदार समर्थन भविष्य के विकास में मदद करता है"
|
335 |
-
|
336 |
-
#: library/support-panel.php:64
|
337 |
-
msgid "and is greatly appreciated."
|
338 |
-
msgstr "और बहुत सराहना की है।"
|
339 |
-
|
340 |
-
#: library/support-panel.php:66
|
341 |
-
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
342 |
-
msgstr "किसी भी आकार का दान मुझे इस मुफ्त प्लगइन और अन्य भयानक वर्डप्रेस संसाधनों को विकसित करना जारी रखने में मदद करता है।"
|
343 |
-
|
344 |
-
#: library/enqueue-scripts.php:83 library/enqueue-scripts.php:117
|
345 |
-
msgid "Incorrect response."
|
346 |
-
msgstr "गलत प्रतिक्रिया।"
|
347 |
|
348 |
-
#: library/plugin-settings.php:
|
349 |
msgid "Get USP Pro for unlimited forms!"
|
350 |
msgstr "असीमित रूपों के लिए यूएसपी प्रो प्राप्त करें!"
|
351 |
|
352 |
-
#: library/plugin-settings.php:
|
353 |
msgid "Go Pro"
|
354 |
msgstr "पेशेवर बनो"
|
355 |
|
356 |
-
#: library/plugin-settings.php:
|
357 |
-
|
358 |
-
msgstr "सेटिंग्स"
|
359 |
-
|
360 |
-
#: library/plugin-settings.php:55 library/plugin-settings.php:1007
|
361 |
-
#: library/plugin-settings.php:1595
|
362 |
msgid "Plugin Homepage"
|
363 |
msgstr "प्लगइन होमपेज"
|
364 |
|
365 |
-
#: library/plugin-settings.php:
|
366 |
msgid "Homepage"
|
367 |
msgstr "मुखपृष्ठ"
|
368 |
|
369 |
-
#: library/plugin-settings.php:
|
370 |
msgid "Give USP a 5-star rating at WordPress.org"
|
371 |
-
msgstr "WordPress.org पर
|
372 |
|
373 |
-
#: library/plugin-settings.php:
|
374 |
msgid "Rate this plugin »"
|
375 |
-
msgstr "इस प्लगइन को रेट करें & raquo;"
|
376 |
|
377 |
-
#: library/plugin-settings.php:
|
378 |
msgid "WP Post (recommended)"
|
379 |
-
msgstr "
|
380 |
|
381 |
-
#: library/plugin-settings.php:
|
382 |
msgid "WP Page"
|
383 |
-
msgstr "WP
|
384 |
|
385 |
-
#: library/plugin-settings.php:
|
386 |
msgid "HTML5 Form + Default CSS"
|
387 |
-
msgstr "
|
388 |
|
389 |
-
#: library/plugin-settings.php:
|
390 |
msgid "(Recommended)"
|
391 |
msgstr "(सिफारिश की)"
|
392 |
|
393 |
-
#: library/plugin-settings.php:
|
394 |
msgid "HTML5 Form + Disable CSS"
|
395 |
-
msgstr "
|
396 |
|
397 |
-
#: library/plugin-settings.php:
|
398 |
msgid "(Provide your own styles)"
|
399 |
-
msgstr "(अपनी खुद की
|
400 |
|
401 |
-
#: library/plugin-settings.php:
|
402 |
msgid "Custom Form + Custom CSS"
|
403 |
msgstr "कस्टम फॉर्म + कस्टम सीएसएस"
|
404 |
|
405 |
-
#: library/plugin-settings.php:
|
406 |
msgid "(Provide your own form template & styles)"
|
407 |
-
msgstr "(
|
408 |
|
409 |
-
#: library/plugin-settings.php:
|
410 |
-
#: library/plugin-settings.php:
|
411 |
msgid "Auto-display before post content"
|
412 |
-
msgstr "पोस्ट सामग्री से पहले
|
413 |
|
414 |
-
#: library/plugin-settings.php:
|
415 |
-
#: library/plugin-settings.php:
|
416 |
msgid "Auto-display after post content"
|
417 |
msgstr "पोस्ट सामग्री के बाद ऑटो-डिस्प्ले"
|
418 |
|
419 |
-
#: library/plugin-settings.php:
|
420 |
msgid "Do not auto-display submitted images"
|
421 |
-
msgstr "
|
422 |
|
423 |
-
#: library/plugin-settings.php:
|
424 |
msgid "Do not auto-display submitted email"
|
425 |
msgstr "सबमिट किए गए ईमेल को ऑटो-डिस्प्ले न करें"
|
426 |
|
427 |
-
#: library/plugin-settings.php:
|
428 |
msgid "Do not auto-display submitted URL"
|
429 |
-
msgstr "सबमिट
|
430 |
|
431 |
-
#: library/plugin-settings.php:
|
432 |
msgid "Do not auto-display the Custom Field"
|
433 |
msgstr "कस्टम फ़ील्ड को ऑटो-डिस्प्ले न करें"
|
434 |
|
435 |
-
#: library/plugin-settings.php:
|
436 |
-
#: library/plugin-settings.php:
|
437 |
-
msgid "
|
438 |
-
msgstr "
|
439 |
|
440 |
-
#: library/plugin-settings.php:
|
441 |
-
msgid "
|
442 |
-
msgstr "
|
443 |
|
444 |
-
#: library/plugin-settings.php:
|
445 |
-
#: library/plugin-settings.php:
|
446 |
msgid "Disable this field"
|
447 |
-
msgstr "इस
|
448 |
|
449 |
-
#: library/plugin-settings.php:
|
450 |
-
#: library/plugin-settings.php:
|
451 |
msgid "(Visit"
|
452 |
msgstr "(जाएँ"
|
453 |
|
454 |
-
#: library/plugin-settings.php:
|
455 |
-
#: library/plugin-settings.php:
|
456 |
msgid "to configure options)"
|
457 |
msgstr "विकल्प कॉन्फ़िगर करने के लिए)"
|
458 |
|
459 |
-
#: library/plugin-settings.php:
|
460 |
-
#: library/plugin-settings.php:
|
461 |
msgid "Challenge Question"
|
462 |
msgstr "चुनोती वाला सवाल"
|
463 |
|
464 |
-
#: library/plugin-settings.php:
|
465 |
-
#: library/plugin-settings.php:
|
466 |
msgid "Google reCAPTCHA"
|
467 |
msgstr "Google reCAPTCHA"
|
468 |
|
469 |
-
#: library/plugin-settings.php:
|
470 |
msgid "Post Images"
|
471 |
msgstr "पोस्ट छवियाँ"
|
472 |
|
473 |
-
#: library/plugin-settings.php:
|
474 |
-
msgid "
|
475 |
-
msgstr "
|
476 |
|
477 |
-
#: library/plugin-settings.php:
|
478 |
msgid "Disable"
|
479 |
msgstr "अक्षम"
|
480 |
|
481 |
-
#: library/plugin-settings.php:
|
482 |
msgid "Image Uploads"
|
483 |
msgstr "छवि अपलोड"
|
484 |
|
485 |
-
#: library/plugin-settings.php:
|
486 |
msgid "Draft"
|
487 |
msgstr "प्रारूप"
|
488 |
|
489 |
-
#: library/plugin-settings.php:
|
490 |
msgid "Pending (default)"
|
491 |
msgstr "लंबित (डिफ़ॉल्ट)"
|
492 |
|
493 |
-
#: library/plugin-settings.php:
|
494 |
msgid "Publish immediately"
|
495 |
msgstr "तुरंत प्रकाशित करें"
|
496 |
|
497 |
-
#: library/plugin-settings.php:
|
498 |
msgid "Publish after 1 approved post"
|
499 |
-
msgstr "1
|
500 |
|
501 |
-
#: library/plugin-settings.php:
|
502 |
msgid "Publish after "
|
503 |
-
msgstr "के बाद प्रकाशित करें"
|
504 |
|
505 |
-
#: library/plugin-settings.php:
|
506 |
msgid " approved posts"
|
507 |
-
msgstr "
|
|
|
|
|
|
|
|
|
508 |
|
509 |
-
#: library/plugin-settings.php:
|
510 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
511 |
-
msgstr "एक त्रुटि हुई। कृपया सुनिश्चित करें कि आपने एक
|
512 |
|
513 |
-
#: library/plugin-settings.php:
|
514 |
msgid "Please select your image(s) to upload."
|
515 |
-
msgstr "अपलोड करने के लिए
|
516 |
|
517 |
-
#: library/plugin-settings.php:
|
518 |
msgid "Success! Thank you for your submission."
|
519 |
msgstr "सफलता! आपके निवेदन के लिए धन्यवाद।"
|
520 |
|
521 |
-
#: library/plugin-settings.php:
|
522 |
msgid "Email"
|
523 |
msgstr "ईमेल"
|
524 |
|
525 |
-
#: library/plugin-settings.php:
|
526 |
msgid "URL"
|
527 |
msgstr "यूआरएल"
|
528 |
|
529 |
-
#: library/plugin-settings.php:
|
530 |
msgid "Toggle all panels"
|
531 |
msgstr "सभी पैनलों को टॉगल करें"
|
532 |
|
533 |
-
#: library/plugin-settings.php:
|
534 |
msgid "We need your support!"
|
535 |
msgstr "हमें आपका समर्थन चाहिए!"
|
536 |
|
537 |
-
#: library/plugin-settings.php:
|
538 |
msgid "Make a donation via PayPal"
|
539 |
-
msgstr "पेपैल के माध्यम से दान करें"
|
540 |
|
541 |
-
#: library/plugin-settings.php:
|
542 |
msgid "make a donation"
|
543 |
msgstr "एक दान करें"
|
544 |
|
545 |
-
#: library/plugin-settings.php:
|
546 |
msgid "and/or"
|
547 |
msgstr "और / या"
|
548 |
|
549 |
-
#: library/plugin-settings.php:
|
550 |
msgid "Rate and review at the Plugin Directory"
|
551 |
-
msgstr "प्लगइन निर्देशिका
|
552 |
|
553 |
-
#: library/plugin-settings.php:
|
554 |
msgid "give this plugin a 5-star rating"
|
555 |
-
msgstr "इस प्लगइन को 5
|
556 |
|
557 |
-
#: library/plugin-settings.php:
|
558 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
559 |
msgstr "आपका उदार समर्थन इस मुफ्त प्लगइन के निरंतर विकास को सक्षम बनाता है। धन्यवाद!"
|
560 |
|
561 |
-
#: library/plugin-settings.php:
|
562 |
msgid "Check this box if you have shown support"
|
563 |
-
msgstr "यदि आपने समर्थन दिखाया है तो इस बॉक्स को
|
564 |
|
565 |
-
#: library/plugin-settings.php:
|
566 |
msgid "Overview"
|
567 |
msgstr "अवलोकन"
|
568 |
|
569 |
-
#: library/plugin-settings.php:
|
570 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
571 |
-
msgstr "
|
572 |
|
573 |
-
#: library/plugin-settings.php:
|
574 |
msgid "For advanced functionality and unlimited forms, check out"
|
575 |
-
msgstr "उन्नत कार्यक्षमता और असीमित रूपों के लिए,
|
576 |
|
577 |
-
#: library/plugin-settings.php:
|
578 |
msgid "USP Pro"
|
579 |
msgstr "यूएसपी प्रो"
|
580 |
|
581 |
-
#: library/plugin-settings.php:
|
582 |
msgid "— the ultimate solution for user-generated content."
|
583 |
-
msgstr "& Mdash;
|
584 |
|
585 |
-
#: library/plugin-settings.php:
|
586 |
msgid "Plugin Settings"
|
587 |
msgstr "प्लगइन सेटिंग्स"
|
588 |
|
589 |
-
#: library/plugin-settings.php:
|
590 |
msgid "Display the form"
|
591 |
-
msgstr "
|
592 |
|
593 |
-
#: library/plugin-settings.php:
|
594 |
msgid "If you like this plugin, please"
|
595 |
-
msgstr "
|
596 |
|
597 |
-
#: library/plugin-settings.php:
|
598 |
msgid "THANK YOU for your support!"
|
599 |
msgstr "आपके सहयोग के लिए धन्यवाद!"
|
600 |
|
601 |
-
#: library/plugin-settings.php:
|
602 |
msgid "give it a 5-star rating"
|
603 |
-
msgstr "इसे 5
|
604 |
|
605 |
-
#: library/plugin-settings.php:
|
606 |
msgid "Unlimited front-end forms"
|
607 |
-
msgstr "असीमित
|
608 |
|
609 |
-
#: library/plugin-settings.php:
|
610 |
msgid "Get USP Pro"
|
611 |
msgstr "यूएसपी प्रो प्राप्त करें"
|
612 |
|
613 |
-
#: library/plugin-settings.php:
|
614 |
msgid "Configure your settings for User Submitted Posts."
|
615 |
-
msgstr "उपयोगकर्ता
|
616 |
|
617 |
-
#: library/plugin-settings.php:
|
618 |
msgid "Form Fields"
|
619 |
-
msgstr "फॉर्म
|
620 |
|
621 |
-
#: library/plugin-settings.php:
|
622 |
msgid "User Name"
|
623 |
msgstr "उपयोगकर्ता नाम"
|
624 |
|
625 |
-
#: library/plugin-settings.php:
|
626 |
msgid "User Email"
|
627 |
msgstr "उपयोगकर्ता ईमेल"
|
628 |
|
629 |
-
#: library/plugin-settings.php:
|
630 |
msgid "User URL"
|
631 |
-
msgstr "उपयोगकर्ता
|
632 |
|
633 |
-
#: library/plugin-settings.php:
|
634 |
msgid "General Settings"
|
635 |
msgstr "सामान्य सेटिंग्स"
|
636 |
|
637 |
-
#: library/plugin-settings.php:
|
638 |
msgid "Note that the default settings work fine for most cases."
|
639 |
-
msgstr "ध्यान दें कि अधिकांश मामलों के लिए
|
640 |
|
641 |
-
#: library/plugin-settings.php:
|
642 |
msgid "Form Style"
|
643 |
-
msgstr "
|
644 |
|
645 |
-
#: library/plugin-settings.php:
|
646 |
msgid "With this option, you can copy the plugin’s default templates:"
|
647 |
-
msgstr "इस विकल्प के साथ, आप प्लगइन
|
648 |
|
649 |
-
#: library/plugin-settings.php:
|
650 |
msgid "..and upload them into a directory named"
|
651 |
-
msgstr "..और उन्हें
|
652 |
|
653 |
-
#: library/plugin-settings.php:
|
654 |
msgid "in your theme:"
|
655 |
-
msgstr "
|
656 |
|
657 |
-
#: library/plugin-settings.php:
|
658 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
659 |
-
msgstr "
|
660 |
|
661 |
-
#: library/plugin-settings.php:
|
662 |
msgid "Installation Docs"
|
663 |
msgstr "स्थापना डॉक्स"
|
664 |
|
665 |
-
#: library/plugin-settings.php:
|
666 |
msgid "FYI: here is a"
|
667 |
-
msgstr "
|
668 |
|
669 |
-
#: library/plugin-settings.php:
|
670 |
msgid "list of USP CSS selectors"
|
671 |
msgstr "यूएसपी सीएसएस चयनकर्ताओं की सूची"
|
672 |
|
673 |
-
#: library/plugin-settings.php:
|
674 |
msgid "Include JavaScript"
|
675 |
msgstr "जावास्क्रिप्ट शामिल करें"
|
676 |
|
677 |
-
#: library/plugin-settings.php:
|
678 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
679 |
-
msgstr "यदि आप
|
680 |
|
681 |
-
#: library/plugin-settings.php:
|
682 |
msgid "Targeted Loading"
|
683 |
msgstr "लक्षित लोड हो रहा है"
|
684 |
|
685 |
-
#: library/plugin-settings.php:
|
686 |
-
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
|
687 |
-
msgstr "डिफ़ॉल्ट रूप से, बाहरी
|
688 |
|
689 |
-
#: library/plugin-settings.php:
|
690 |
msgid "Post Type"
|
691 |
msgstr "पद प्रकार"
|
692 |
|
693 |
-
#: library/plugin-settings.php:
|
694 |
msgid "Submit posts as WP Posts or Pages"
|
695 |
-
msgstr "WP पोस्ट या पेज के रूप में पोस्ट
|
696 |
|
697 |
-
#: library/plugin-settings.php:
|
698 |
msgid "Post Status"
|
699 |
-
msgstr "पोस्ट स्थिति"
|
700 |
|
701 |
-
#: library/plugin-settings.php:
|
702 |
msgid "Post Status for submitted posts"
|
703 |
-
msgstr "
|
704 |
|
705 |
-
#: library/plugin-settings.php:
|
706 |
msgid "Redirect URL"
|
707 |
-
msgstr "रीडायरेक्ट
|
708 |
|
709 |
-
#: library/plugin-settings.php:
|
710 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
711 |
-
msgstr "पोस्ट-सबमिशन के बाद उपयोगकर्ता को
|
712 |
|
713 |
-
#: library/plugin-settings.php:
|
714 |
msgid "Success Message"
|
715 |
-
msgstr "सफलता संदेश"
|
716 |
|
717 |
-
#: library/plugin-settings.php:
|
718 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
719 |
-
msgstr "पोस्ट-सबमिशन सफल होने पर
|
720 |
|
721 |
-
#: library/plugin-settings.php:
|
722 |
msgid "Error Message"
|
723 |
msgstr "त्रुटि संदेश"
|
724 |
|
725 |
-
#: library/plugin-settings.php:
|
726 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
727 |
-
msgstr "पोस्ट-सबमिशन विफल होने पर
|
728 |
|
729 |
-
#: library/plugin-settings.php:
|
730 |
msgid "Custom Content"
|
731 |
msgstr "प्रचलित सामग्री"
|
732 |
|
733 |
-
#: library/plugin-settings.php:
|
734 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
735 |
-
msgstr "
|
736 |
|
737 |
-
#: library/plugin-settings.php:
|
738 |
msgid "Rich Text Editor"
|
739 |
msgstr "रिच टेक्स्ट एडिटर"
|
740 |
|
741 |
-
#: library/plugin-settings.php:
|
742 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
743 |
-
msgstr "यदि आप
|
744 |
|
745 |
-
#: library/plugin-settings.php:
|
746 |
msgid "Unique Titles"
|
747 |
-
msgstr "
|
748 |
|
749 |
-
#: library/plugin-settings.php:
|
750 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
751 |
-
msgstr "सबमिट किए गए पोस्ट शीर्षकों को अद्वितीय
|
752 |
|
753 |
-
#: library/plugin-settings.php:
|
754 |
msgid "Disable Required"
|
755 |
msgstr "आवश्यक अक्षम करें"
|
756 |
|
757 |
-
#: library/plugin-settings.php:
|
758 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
759 |
-
msgstr "डिफ़ॉल्ट
|
760 |
|
761 |
-
#: library/plugin-settings.php:
|
762 |
msgid "Enable Shortcodes"
|
763 |
msgstr "शॉर्टकोड सक्षम करें"
|
764 |
|
765 |
-
#: library/plugin-settings.php:
|
766 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
767 |
-
msgstr "विजेट में शॉर्टकोड सक्षम करें। डिफ़ॉल्ट रूप से, वर्डप्रेस
|
768 |
|
769 |
-
#: library/plugin-settings.php:
|
770 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
771 |
-
msgstr "यह सेटिंग
|
772 |
|
773 |
-
#: library/plugin-settings.php:
|
774 |
-
msgid "
|
775 |
-
msgstr "
|
776 |
|
777 |
-
#: library/plugin-settings.php:
|
778 |
msgid "Disable IP Tracking"
|
779 |
-
msgstr "
|
780 |
|
781 |
-
#: library/plugin-settings.php:
|
782 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
783 |
-
msgstr "डिफ़ॉल्ट रूप से यूएसपी प्रत्येक
|
784 |
|
785 |
-
#: library/plugin-settings.php:
|
786 |
msgid "Display Checkbox"
|
787 |
-
msgstr "
|
788 |
|
789 |
-
#: library/plugin-settings.php:
|
790 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
791 |
-
msgstr "अपने
|
792 |
|
793 |
-
#: library/plugin-settings.php:
|
794 |
msgid "Checkbox Name"
|
795 |
-
msgstr "चेकबॉक्स नाम"
|
796 |
|
797 |
-
#: library/plugin-settings.php:
|
798 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
799 |
-
msgstr "केवल
|
800 |
|
801 |
-
#: library/plugin-settings.php:
|
802 |
msgid "Checkbox Error"
|
803 |
msgstr "चेकबॉक्स त्रुटि"
|
804 |
|
805 |
-
#: library/plugin-settings.php:
|
806 |
msgid "Error message displayed if user does not check the box."
|
807 |
-
msgstr "
|
808 |
|
809 |
-
#: library/plugin-settings.php:
|
810 |
msgid "Checkbox Text"
|
811 |
-
msgstr "चेकबॉक्स
|
812 |
|
813 |
-
#: library/plugin-settings.php:
|
814 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
815 |
-
msgstr "चेकबॉक्स के बगल में प्रदर्शित पाठ।
|
816 |
|
817 |
-
#: library/plugin-settings.php:
|
818 |
msgid "Categories"
|
819 |
msgstr "श्रेणियाँ"
|
820 |
|
821 |
-
#: library/plugin-settings.php:
|
822 |
-
msgid "
|
823 |
-
msgstr "
|
824 |
|
825 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
826 |
msgid "Hidden/Default Category"
|
827 |
msgstr "छिपी / डिफ़ॉल्ट श्रेणी"
|
828 |
|
829 |
-
#: library/plugin-settings.php:
|
830 |
-
msgid "Use a hidden field for the post category. This
|
831 |
-
msgstr "पोस्ट श्रेणी के लिए एक छिपे हुए
|
832 |
|
833 |
-
#: library/plugin-settings.php:
|
834 |
msgid "Category ID for Hidden Field"
|
835 |
-
msgstr "
|
836 |
|
837 |
-
#: library/plugin-settings.php:
|
838 |
-
msgid "Specify
|
839 |
-
msgstr "& Ldquo; छिपी / डिफ़ॉल्ट श्रेणी & rdquo; के लिए उपयोग करने के लिए श्रेणी
|
840 |
|
841 |
-
#: library/plugin-settings.php:
|
842 |
msgid "Users"
|
843 |
msgstr "उपयोगकर्ता"
|
844 |
|
845 |
-
#: library/plugin-settings.php:
|
846 |
msgid "Assigned Author"
|
847 |
-
msgstr "
|
848 |
|
849 |
-
#: library/plugin-settings.php:
|
850 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
851 |
-
msgstr "
|
852 |
|
853 |
-
#: library/plugin-settings.php:
|
854 |
msgid "Registered Username"
|
855 |
msgstr "पंजीकृत उपयोगकर्ता नाम"
|
856 |
|
857 |
-
#: library/plugin-settings.php:
|
858 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
859 |
-
msgstr "पोस्ट
|
860 |
|
861 |
-
#: library/plugin-settings.php:
|
862 |
msgid "User Profile URL"
|
863 |
-
msgstr "उपयोगकर्ता
|
864 |
|
865 |
-
#: library/plugin-settings.php:
|
866 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
867 |
-
msgstr "
|
868 |
|
869 |
-
#: library/plugin-settings.php:
|
870 |
msgid "Require User Login"
|
871 |
msgstr "उपयोगकर्ता लॉगिन की आवश्यकता है"
|
872 |
|
873 |
-
#: library/plugin-settings.php:
|
874 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
875 |
-
msgstr "
|
876 |
|
877 |
-
#: library/plugin-settings.php:
|
878 |
msgid "Disable Replace Author"
|
879 |
-
msgstr "लेखक
|
880 |
|
881 |
-
#: library/plugin-settings.php:
|
882 |
msgid "Do not replace post author with submitted user name"
|
883 |
-
msgstr "
|
884 |
|
885 |
-
#: library/plugin-settings.php:
|
886 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
887 |
-
msgstr "यहां आप कस्टम फ़ील्ड द्वारा उपयोग किए गए नाम और लेबल को बदल सकते हैं। आप
|
888 |
|
889 |
-
#: library/plugin-settings.php:
|
890 |
msgid "Custom Field Name"
|
891 |
msgstr "कस्टम फ़ील्ड नाम"
|
892 |
|
893 |
-
#: library/plugin-settings.php:
|
894 |
msgid "Custom Field Label"
|
895 |
-
msgstr "कस्टम
|
896 |
|
897 |
-
#: library/plugin-settings.php:
|
898 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
899 |
-
msgstr "
|
900 |
|
901 |
-
#: library/plugin-settings.php:
|
902 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
903 |
-
msgstr "स्पैम को रोकने के लिए, एक प्रश्न दर्ज करें जिसे
|
904 |
|
905 |
-
#: library/plugin-settings.php:
|
906 |
msgid "Challenge Response"
|
907 |
msgstr "उत्तर को दावा करें"
|
908 |
|
909 |
-
#: library/plugin-settings.php:
|
910 |
msgid "Enter the *only* correct answer to the challenge question."
|
911 |
-
msgstr "चुनौती
|
912 |
|
913 |
-
#: library/plugin-settings.php:
|
914 |
msgid "Case-sensitivity"
|
915 |
msgstr "मामले की संवेदनशीलता"
|
916 |
|
917 |
-
#: library/plugin-settings.php:
|
918 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
919 |
-
msgstr "यदि आप
|
920 |
|
921 |
-
#: library/plugin-settings.php:
|
922 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
923 |
msgstr "Google reCAPTCHA को सक्षम करने के लिए, अपनी सार्वजनिक और निजी कुंजी दर्ज करें।"
|
924 |
|
925 |
-
#: library/plugin-settings.php:
|
926 |
msgid "Public Key"
|
927 |
msgstr "सार्वजनिक कुंजी"
|
928 |
|
929 |
-
#: library/plugin-settings.php:
|
930 |
msgid "Enter your Public Key"
|
931 |
msgstr "अपनी सार्वजनिक कुंजी दर्ज करें"
|
932 |
|
933 |
-
#: library/plugin-settings.php:
|
934 |
msgid "Private Key"
|
935 |
msgstr "निजी चाबी"
|
936 |
|
937 |
-
#: library/plugin-settings.php:
|
938 |
msgid "Enter your Private Key"
|
939 |
msgstr "अपनी निजी कुंजी दर्ज करें"
|
940 |
|
941 |
-
#: library/plugin-settings.php:
|
942 |
msgid "Email Alerts"
|
943 |
msgstr "ईमेल अलर्ट"
|
944 |
|
945 |
-
#: library/plugin-settings.php:
|
946 |
msgid "Receive Email Alert"
|
947 |
msgstr "ईमेल अलर्ट प्राप्त करें"
|
948 |
|
949 |
-
#: library/plugin-settings.php:
|
950 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
951 |
-
msgstr "यदि आप
|
952 |
|
953 |
-
#: library/plugin-settings.php:
|
954 |
msgid "Enable HTML Format"
|
955 |
-
msgstr "
|
956 |
|
957 |
-
#: library/plugin-settings.php:
|
958 |
msgid "Check this box to enable HTML format for email alerts."
|
959 |
-
msgstr "ईमेल अलर्ट के लिए HTML प्रारूप सक्षम करने के लिए इस बॉक्स को
|
960 |
|
961 |
-
#: library/plugin-settings.php:
|
962 |
msgid "Email Address for Alerts"
|
963 |
msgstr "अलर्ट के लिए ईमेल पता"
|
964 |
|
965 |
-
#: library/plugin-settings.php:
|
966 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
967 |
-
msgstr "यदि आपने ईमेल अलर्ट प्राप्त करने के लिए बॉक्स चेक किया है, तो यहां पता
|
968 |
|
969 |
-
#: library/plugin-settings.php:
|
970 |
msgid "Multiple recipients may be included using a comma, like so:"
|
971 |
-
msgstr "एकाधिक
|
972 |
|
973 |
-
#: library/plugin-settings.php:
|
974 |
msgid "Email “From” Address"
|
975 |
msgstr "ईमेल & ldquo; से & rdquo; पता"
|
976 |
|
977 |
-
#: library/plugin-settings.php:
|
978 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
979 |
-
msgstr "यहां आप & ldquo
|
980 |
|
981 |
-
#: library/plugin-settings.php:
|
982 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
983 |
-
msgstr "यदि पिछली सेटिंग में
|
984 |
|
985 |
-
#: library/plugin-settings.php:
|
986 |
msgid "Email Alert Subject"
|
987 |
msgstr "ईमेल अलर्ट विषय"
|
988 |
|
989 |
-
#: library/plugin-settings.php:
|
990 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
991 |
-
msgstr "ईमेल अलर्ट के लिए विषय पंक्ति। डिफ़ॉल्ट विषय पंक्ति का उपयोग करने के लिए खाली छोड़ दें। नोट: आप
|
992 |
|
993 |
-
#: library/plugin-settings.php:
|
994 |
msgid "Email Alert Message"
|
995 |
msgstr "ईमेल अलर्ट संदेश"
|
996 |
|
997 |
-
#: library/plugin-settings.php:
|
998 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
999 |
-
msgstr "ईमेल अलर्ट के लिए संदेश। डिफ़ॉल्ट संदेश का उपयोग करने के लिए खाली छोड़ दें। नोट: आप
|
1000 |
|
1001 |
-
#: library/plugin-settings.php:
|
1002 |
msgid "Featured Image"
|
1003 |
msgstr "निरूपित चित्र"
|
1004 |
|
1005 |
-
#: library/plugin-settings.php:
|
1006 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
1007 |
-
msgstr "
|
1008 |
|
1009 |
-
#: library/plugin-settings.php:
|
1010 |
msgid "Upload Message"
|
1011 |
msgstr "संदेश अपलोड करें"
|
1012 |
|
1013 |
-
#: library/plugin-settings.php:
|
1014 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
1015 |
-
msgstr "संदेश जो अपलोड फ़ील्ड के बगल में दिखाई देता है।
|
1016 |
|
1017 |
-
#: library/plugin-settings.php:
|
1018 |
msgid "“Add another image” link"
|
1019 |
msgstr "& ldquo; एक और छवि जोड़ें & rdquo; संपर्क"
|
1020 |
|
1021 |
-
#: library/plugin-settings.php:
|
1022 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
1023 |
msgstr "& Ldquo के लिए कस्टम मार्कअप; एक और छवि जोड़ें & rdquo; संपर्क। डिफ़ॉल्ट मार्कअप (अनुशंसित) का उपयोग करने के लिए खाली छोड़ दें।"
|
1024 |
|
1025 |
-
#: library/plugin-settings.php:
|
1026 |
msgid "Minimum number of images"
|
1027 |
msgstr "छवियों की न्यूनतम संख्या"
|
1028 |
|
1029 |
-
#: library/plugin-settings.php:
|
1030 |
msgid "Specify the minimum number of images."
|
1031 |
msgstr "छवियों की न्यूनतम संख्या निर्दिष्ट करें।"
|
1032 |
|
1033 |
-
#: library/plugin-settings.php:
|
1034 |
msgid "Maximum number of images"
|
1035 |
msgstr "छवियों की अधिकतम संख्या"
|
1036 |
|
1037 |
-
#: library/plugin-settings.php:
|
1038 |
msgid "Specify the maximum number of images."
|
1039 |
msgstr "छवियों की अधिकतम संख्या निर्दिष्ट करें।"
|
1040 |
|
1041 |
-
#: library/plugin-settings.php:
|
1042 |
msgid "Minimum image width"
|
1043 |
msgstr "न्यूनतम छवि चौड़ाई"
|
1044 |
|
1045 |
-
#: library/plugin-settings.php:
|
1046 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1047 |
-
msgstr "अपलोड की गई छवियों के लिए न्यूनतम चौड़ाई (पिक्सेल में) निर्दिष्ट करें।"
|
1048 |
|
1049 |
-
#: library/plugin-settings.php:
|
1050 |
msgid "Minimum image height"
|
1051 |
msgstr "न्यूनतम छवि ऊंचाई"
|
1052 |
|
1053 |
-
#: library/plugin-settings.php:
|
1054 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1055 |
-
msgstr "अपलोड की गई छवियों के लिए न्यूनतम ऊंचाई (पिक्सेल में) निर्दिष्ट करें।"
|
1056 |
|
1057 |
-
#: library/plugin-settings.php:
|
1058 |
msgid "Maximum image width"
|
1059 |
msgstr "अधिकतम छवि चौड़ाई"
|
1060 |
|
1061 |
-
#: library/plugin-settings.php:
|
1062 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1063 |
msgstr "अपलोड की गई छवियों के लिए अधिकतम चौड़ाई (पिक्सेल में) निर्दिष्ट करें।"
|
1064 |
|
1065 |
-
#: library/plugin-settings.php:
|
1066 |
msgid "Maximum image height"
|
1067 |
msgstr "अधिकतम छवि ऊंचाई"
|
1068 |
|
1069 |
-
#: library/plugin-settings.php:
|
1070 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1071 |
-
msgstr "अपलोड की गई छवियों के लिए अधिकतम ऊंचाई (पिक्सेल में) निर्दिष्ट करें।"
|
1072 |
|
1073 |
-
#: library/plugin-settings.php:
|
1074 |
msgid "More Options"
|
1075 |
msgstr "अधिक विकल्प"
|
1076 |
|
1077 |
-
#: library/plugin-settings.php:
|
1078 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1079 |
-
msgstr "अधिक विकल्पों के लिए,
|
1080 |
|
1081 |
-
#: library/plugin-settings.php:
|
1082 |
msgid "Go Pro!"
|
1083 |
msgstr "पेशेवर बनो!"
|
1084 |
|
1085 |
-
#: library/plugin-settings.php:
|
1086 |
msgid "Auto-Display Content"
|
1087 |
-
msgstr "
|
1088 |
|
1089 |
-
#: library/plugin-settings.php:
|
1090 |
msgid "Auto-Display Images"
|
1091 |
-
msgstr "ऑटो-डिस्प्ले
|
1092 |
|
1093 |
-
#: library/plugin-settings.php:
|
1094 |
msgid "Auto-display user-submitted images:"
|
1095 |
-
msgstr "
|
1096 |
|
1097 |
-
#: library/plugin-settings.php:
|
1098 |
msgid "Image Markup"
|
1099 |
msgstr "छवि मार्कअप"
|
1100 |
|
1101 |
-
#: library/plugin-settings.php:
|
1102 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1103 |
-
msgstr "प्रत्येक सबमिट की गई छवि के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्षम
|
1104 |
|
1105 |
-
#: library/plugin-settings.php:
|
1106 |
-
#: library/plugin-settings.php:
|
1107 |
msgid "and"
|
1108 |
msgstr "तथा"
|
1109 |
|
1110 |
-
#: library/plugin-settings.php:
|
1111 |
msgid "Auto-Display Email"
|
1112 |
msgstr "ऑटो-डिस्प्ले ईमेल"
|
1113 |
|
1114 |
-
#: library/plugin-settings.php:
|
1115 |
msgid "Auto-display user-submitted email:"
|
1116 |
-
msgstr "
|
1117 |
|
1118 |
-
#: library/plugin-settings.php:
|
1119 |
msgid "Email Markup"
|
1120 |
msgstr "ईमेल मार्कअप"
|
1121 |
|
1122 |
-
#: library/plugin-settings.php:
|
1123 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1124 |
-
msgstr "
|
1125 |
|
1126 |
-
#: library/plugin-settings.php:
|
1127 |
msgid "Auto-Display URL"
|
1128 |
-
msgstr "
|
1129 |
|
1130 |
-
#: library/plugin-settings.php:
|
1131 |
msgid "Auto-display user-submitted URL:"
|
1132 |
-
msgstr "
|
1133 |
|
1134 |
-
#: library/plugin-settings.php:
|
1135 |
msgid "URL Markup"
|
1136 |
-
msgstr "
|
1137 |
|
1138 |
-
#: library/plugin-settings.php:
|
1139 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1140 |
-
msgstr "सबमिट किए गए
|
1141 |
|
1142 |
-
#: library/plugin-settings.php:
|
1143 |
msgid "Auto-Display Custom Field"
|
1144 |
msgstr "ऑटो-डिस्प्ले कस्टम फ़ील्ड"
|
1145 |
|
1146 |
-
#: library/plugin-settings.php:
|
1147 |
msgid "Auto-display user-submitted Custom Field:"
|
1148 |
-
msgstr "
|
1149 |
|
1150 |
-
#: library/plugin-settings.php:
|
1151 |
msgid "Custom Field Markup"
|
1152 |
-
msgstr "कस्टम
|
1153 |
|
1154 |
-
#: library/plugin-settings.php:
|
1155 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1156 |
-
msgstr "
|
1157 |
|
1158 |
-
#: library/plugin-settings.php:
|
1159 |
msgid "Save Settings"
|
1160 |
msgstr "समायोजन बचाओ"
|
1161 |
|
1162 |
-
#: library/plugin-settings.php:
|
1163 |
msgid "Display the Form"
|
1164 |
msgstr "फॉर्म प्रदर्शित करें"
|
1165 |
|
1166 |
-
#: library/plugin-settings.php:
|
1167 |
msgid "Post-Submit Form"
|
1168 |
-
msgstr "
|
1169 |
|
1170 |
-
#: library/plugin-settings.php:
|
1171 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1172 |
msgstr "यूएसपी आपको अपनी साइट पर कहीं भी पोस्ट-सबमिशन फॉर्म प्रदर्शित करने में सक्षम बनाता है।"
|
1173 |
|
1174 |
-
#: library/plugin-settings.php:
|
1175 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1176 |
-
msgstr "किसी भी WP पोस्ट या पेज पर
|
1177 |
|
1178 |
-
#: library/plugin-settings.php:
|
1179 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1180 |
-
msgstr "या, अपने थीम
|
1181 |
|
1182 |
-
#: library/plugin-settings.php:
|
1183 |
msgid "Login/Register Form"
|
1184 |
-
msgstr "
|
1185 |
|
1186 |
-
#: library/plugin-settings.php:
|
1187 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1188 |
-
msgstr "आप एक
|
1189 |
|
1190 |
-
#: library/plugin-settings.php:
|
1191 |
msgid "Display Submitted Posts"
|
1192 |
-
msgstr "
|
1193 |
|
1194 |
-
#: library/plugin-settings.php:
|
1195 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1196 |
-
msgstr "किसी भी WP पोस्ट या
|
1197 |
|
1198 |
-
#: library/plugin-settings.php:
|
1199 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1200 |
-
msgstr "या, अपने थीम
|
1201 |
|
1202 |
-
#: library/plugin-settings.php:
|
1203 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1204 |
-
msgstr "
|
1205 |
|
1206 |
-
#: library/plugin-settings.php:
|
1207 |
msgid "Display Image Gallery"
|
1208 |
-
msgstr "
|
1209 |
|
1210 |
-
#: library/plugin-settings.php:
|
1211 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1212 |
-
msgstr "प्रत्येक
|
1213 |
|
1214 |
-
#: library/plugin-settings.php:
|
1215 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1216 |
-
msgstr "या, अपने थीम
|
1217 |
|
1218 |
-
#: library/plugin-settings.php:
|
1219 |
msgid "You can customize using any of the follwing attributes:"
|
1220 |
-
msgstr "आप
|
1221 |
|
1222 |
-
#: library/plugin-settings.php:
|
1223 |
msgid "Reset Form Button"
|
1224 |
-
msgstr "फॉर्म बटन रीसेट करें"
|
1225 |
|
1226 |
-
#: library/plugin-settings.php:
|
1227 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1228 |
-
msgstr "यह शोर्ट एक लिंक प्रदर्शित करता है जो फ़ॉर्म को मूल स्थिति में
|
1229 |
|
1230 |
-
#: library/plugin-settings.php:
|
1231 |
msgid "This shortcode accepts the following attributes:"
|
1232 |
msgstr "यह शोर्ट निम्नलिखित विशेषताओं को स्वीकार करता है:"
|
1233 |
|
1234 |
-
#: library/plugin-settings.php:
|
1235 |
msgid "Note that the url attribute accepts"
|
1236 |
-
msgstr "ध्यान दें कि
|
1237 |
|
1238 |
-
#: library/plugin-settings.php:
|
1239 |
msgid "to get the current URL."
|
1240 |
-
msgstr "वर्तमान
|
1241 |
|
1242 |
-
#: library/plugin-settings.php:
|
1243 |
msgid "Access Control"
|
1244 |
msgstr "पहुँच नियंत्रण"
|
1245 |
|
1246 |
-
#: library/plugin-settings.php:
|
1247 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1248 |
-
msgstr "यूएसपी
|
1249 |
|
1250 |
-
#: library/plugin-settings.php:
|
1251 |
msgid "Display content only to users with a specific capability:"
|
1252 |
-
msgstr "केवल विशिष्ट क्षमता वाले उपयोगकर्ताओं
|
1253 |
|
1254 |
-
#: library/plugin-settings.php:
|
1255 |
msgid "Display content to logged-in users:"
|
1256 |
-
msgstr "लॉग-इन उपयोगकर्ताओं
|
1257 |
|
1258 |
-
#: library/plugin-settings.php:
|
1259 |
msgid "Display content to visitors only:"
|
1260 |
-
msgstr "केवल आगंतुकों को सामग्री
|
1261 |
|
1262 |
-
#: library/plugin-settings.php:
|
1263 |
msgid "Tip:"
|
1264 |
msgstr "सुझाव:"
|
1265 |
|
1266 |
-
#: library/plugin-settings.php:
|
1267 |
msgid "to include markup in the deny message, you can use"
|
1268 |
-
msgstr "इनकार संदेश में मार्कअप शामिल करने के लिए, आप
|
1269 |
|
1270 |
-
#: library/plugin-settings.php:
|
1271 |
msgid "to output"
|
1272 |
msgstr "उत्पादन करने के लिए"
|
1273 |
|
1274 |
-
#: library/plugin-settings.php:
|
1275 |
msgid "Example"
|
1276 |
msgstr "उदाहरण"
|
1277 |
|
1278 |
-
#: library/plugin-settings.php:
|
1279 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1280 |
-
msgstr "यदि उपयोगकर्ता लॉग इन है, तो
|
1281 |
|
1282 |
-
#: library/plugin-settings.php:
|
1283 |
msgid "Restore Defaults"
|
1284 |
msgstr "डिफॉल्ट्स का पुनःस्थापन"
|
1285 |
|
1286 |
-
#: library/plugin-settings.php:
|
1287 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1288 |
-
msgstr "अपनी सेटिंग्स को याद रखने के लिए इस विकल्प को
|
1289 |
|
1290 |
-
#: library/plugin-settings.php:
|
1291 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1292 |
-
msgstr "प्लगइन
|
1293 |
|
1294 |
-
#: library/plugin-settings.php:
|
1295 |
msgid "Show Support"
|
1296 |
msgstr "समर्थन दिखाएं"
|
1297 |
|
1298 |
-
#: library/plugin-settings.php:
|
1299 |
msgid "by"
|
1300 |
msgstr "द्वारा"
|
1301 |
|
1302 |
-
#: library/plugin-settings.php:
|
1303 |
msgid "Jeff Starr on Twitter"
|
1304 |
msgstr "ट्विटर पर जेफ स्टार"
|
1305 |
|
1306 |
-
#: library/plugin-settings.php:
|
1307 |
msgid "Obsessive Web Design & Development"
|
1308 |
-
msgstr "
|
1309 |
|
1310 |
-
#: library/plugin-settings.php:
|
1311 |
msgid "Save Preference"
|
1312 |
-
msgstr "वरीयता
|
1313 |
|
1314 |
-
#: library/plugin-settings.php:
|
1315 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1316 |
msgstr "क्या आप वाकई सभी डिफ़ॉल्ट विकल्पों को पुनर्स्थापित करना चाहते हैं? (यह कार्य दोबारा से नहीं हो सकता)"
|
1317 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1318 |
#. Description of the plugin
|
1319 |
#:
|
1320 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
1321 |
-
msgstr "आपकी साइट पर कहीं से भी पोस्ट और
|
1322 |
|
1323 |
#. URI of the plugin
|
1324 |
#:
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
+
"Project-Id-Version: USP 20190825\n"
|
8 |
"Language: hi\n"
|
9 |
|
10 |
#. Name of the plugin
|
11 |
#: user-submitted-posts.php:44 library/support-panel.php:5
|
12 |
msgid "User Submitted Posts"
|
13 |
+
msgstr "उपयोगकर्ता प्रस्तुत पोस्ट"
|
14 |
|
15 |
+
#: user-submitted-posts.php:82
|
16 |
msgid "requires WordPress "
|
17 |
+
msgstr "WordPress की आवश्यकता है "
|
18 |
|
19 |
+
#: user-submitted-posts.php:83
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
+
msgstr " या उच्चतर, और निष्क्रिय कर दिया गया है! "
|
22 |
|
23 |
+
#: user-submitted-posts.php:84
|
24 |
msgid "Please return to the"
|
25 |
msgstr "कृपया वापस लौटें"
|
26 |
|
27 |
+
#: user-submitted-posts.php:85
|
28 |
msgid "WordPress Admin Area"
|
29 |
+
msgstr "WordPress व्यवस्थापक क्षेत्र"
|
30 |
|
31 |
+
#: user-submitted-posts.php:86
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
+
msgstr "वर्डप्रेस को अपग्रेड करने और फिर से प्रयास करने के लिए।"
|
34 |
|
35 |
+
#: user-submitted-posts.php:126
|
36 |
msgid "User Submitted Post"
|
37 |
+
msgstr "उपयोगकर्ता प्रस्तुत पोस्ट"
|
38 |
|
39 |
+
#: user-submitted-posts.php:467
|
40 |
msgid "User Submitted Post Info"
|
41 |
+
msgstr "उपयोगकर्ता प्रस्तुत पोस्ट की जानकारी"
|
42 |
|
43 |
+
#: user-submitted-posts.php:497
|
44 |
msgid "Submitter Name: "
|
45 |
+
msgstr "Submitter का नाम: "
|
46 |
|
47 |
+
#: user-submitted-posts.php:498
|
48 |
msgid "Submitter Email: "
|
49 |
+
msgstr "ईमेल भेजने वाला: "
|
50 |
|
51 |
+
#: user-submitted-posts.php:499
|
52 |
msgid "Submitter URL: "
|
53 |
+
msgstr "Submitter URL: "
|
54 |
|
55 |
+
#: user-submitted-posts.php:500
|
56 |
msgid "Submitter IP: "
|
57 |
+
msgstr "Submitter IP: "
|
58 |
|
59 |
+
#: user-submitted-posts.php:555
|
60 |
msgid "Show USP Posts"
|
61 |
msgstr "यूएसपी पोस्ट दिखाएं"
|
62 |
|
63 |
+
#: user-submitted-posts.php:556 library/plugin-settings.php:1095
|
64 |
msgid "USP"
|
65 |
msgstr "खासियत"
|
66 |
|
67 |
+
#: user-submitted-posts.php:1393
|
68 |
msgid " files required"
|
69 |
+
msgstr " फ़ाइलों की आवश्यकता है"
|
70 |
|
71 |
+
#: user-submitted-posts.php:1394
|
72 |
msgid " file required"
|
73 |
+
msgstr " फ़ाइल की आवश्यकता"
|
74 |
|
75 |
+
#: user-submitted-posts.php:1396
|
76 |
msgid " files"
|
77 |
msgstr " फ़ाइलें"
|
78 |
|
79 |
+
#: user-submitted-posts.php:1397
|
80 |
msgid " file"
|
81 |
msgstr " फ़ाइल"
|
82 |
|
83 |
+
#: user-submitted-posts.php:1399 user-submitted-posts.php:1400
|
84 |
+
#: user-submitted-posts.php:1401 user-submitted-posts.php:1402
|
85 |
msgid " pixels"
|
86 |
msgstr " पिक्सल"
|
87 |
|
88 |
+
#: user-submitted-posts.php:1404 library/core-functions.php:219
|
89 |
+
#: library/plugin-settings.php:297 library/plugin-settings.php:316
|
90 |
+
#: library/plugin-settings.php:794 library/plugin-settings.php:1344
|
91 |
msgid "Custom Field"
|
92 |
msgstr "कस्टम फील्ड"
|
93 |
|
94 |
+
#: user-submitted-posts.php:1406
|
95 |
msgid "Custom checkbox required"
|
96 |
+
msgstr "कस्टम चेकबॉक्स आवश्यक है"
|
97 |
|
98 |
+
#: user-submitted-posts.php:1409
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
msgstr "एक त्रुटि पाई गई। कृपया पीछे जाएं और दोबारा कोशिश करें।"
|
101 |
|
102 |
+
#: user-submitted-posts.php:1419
|
103 |
msgid "User login required"
|
104 |
msgstr "उपयोगकर्ता लॉगिन आवश्यक है"
|
105 |
|
106 |
+
#: user-submitted-posts.php:1420
|
107 |
msgid "User name required"
|
108 |
msgstr "उपयोगकर्ता का नाम (आवश्यक"
|
109 |
|
110 |
+
#: user-submitted-posts.php:1421
|
111 |
msgid "Post title required"
|
112 |
msgstr "पोस्ट शीर्षक आवश्यक है"
|
113 |
|
114 |
+
#: user-submitted-posts.php:1422
|
115 |
msgid "User URL required"
|
116 |
+
msgstr "उपयोगकर्ता URL आवश्यक है"
|
117 |
|
118 |
+
#: user-submitted-posts.php:1423
|
119 |
msgid "Post tags required"
|
120 |
+
msgstr "पोस्ट टैग की आवश्यकता है"
|
121 |
|
122 |
+
#: user-submitted-posts.php:1424
|
123 |
msgid "Post category required"
|
124 |
+
msgstr "पोस्ट श्रेणी आवश्यक"
|
125 |
|
126 |
+
#: user-submitted-posts.php:1425
|
127 |
msgid "Post content required"
|
128 |
+
msgstr "आवश्यक सामग्री पोस्ट करें"
|
129 |
|
130 |
+
#: user-submitted-posts.php:1426 user-submitted-posts.php:1427
|
131 |
msgid "Correct captcha required"
|
132 |
msgstr "सही कैप्चा आवश्यक है"
|
133 |
|
134 |
+
#: user-submitted-posts.php:1428
|
135 |
msgid "User email required"
|
136 |
+
msgstr "उपयोगकर्ता ईमेल आवश्यक"
|
137 |
|
138 |
+
#: user-submitted-posts.php:1429
|
139 |
msgid "Please check your email and try again"
|
140 |
+
msgstr "कृपया अपना ईमेल देखें और पुनः प्रयास करें"
|
141 |
|
142 |
+
#: user-submitted-posts.php:1430
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
+
msgstr "छिपे हुए क्षेत्र के लिए गैर-रिक्त मान"
|
145 |
|
146 |
+
#: user-submitted-posts.php:1431
|
147 |
msgid "Minimum number of images not met"
|
148 |
+
msgstr "छवियों की न्यूनतम संख्या नहीं मिली"
|
149 |
|
150 |
+
#: user-submitted-posts.php:1432
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
+
msgstr "छवियों की अधिकतम संख्या पार हो गई "
|
153 |
|
154 |
+
#: user-submitted-posts.php:1433
|
155 |
msgid "Minimum image width not met"
|
156 |
msgstr "न्यूनतम छवि चौड़ाई नहीं मिली"
|
157 |
|
158 |
+
#: user-submitted-posts.php:1434
|
159 |
msgid "Image width exceeds maximum"
|
160 |
+
msgstr "छवि की चौड़ाई अधिकतम से अधिक है"
|
161 |
|
162 |
+
#: user-submitted-posts.php:1435
|
163 |
msgid "Minimum image height not met"
|
164 |
msgstr "न्यूनतम छवि ऊंचाई नहीं मिली"
|
165 |
|
166 |
+
#: user-submitted-posts.php:1436
|
167 |
msgid "Image height exceeds maximum"
|
168 |
+
msgstr "छवि की ऊंचाई अधिकतम से अधिक है"
|
169 |
|
170 |
+
#: user-submitted-posts.php:1437
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
+
msgstr "फ़ाइल प्रकार की अनुमति नहीं है (कृपया केवल चित्र अपलोड करें)"
|
173 |
|
174 |
+
#: user-submitted-posts.php:1438
|
175 |
msgid " required"
|
176 |
msgstr " अपेक्षित"
|
177 |
|
178 |
+
#: user-submitted-posts.php:1443
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
+
msgstr "फ़ाइल अपलोड नहीं की गई। कृपया फ़ाइल की जाँच करें और पुनः प्रयास करें।"
|
181 |
|
182 |
+
#: user-submitted-posts.php:1447
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
+
msgstr "फ़ाइल (ओं) को अपलोड नहीं किया जा सका"
|
185 |
|
186 |
+
#: user-submitted-posts.php:1449
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
+
msgstr "पोस्ट नहीं बनाई गई। कृपया मदद के लिए साइट व्यवस्थापक से संपर्क करें।"
|
189 |
|
190 |
+
#: user-submitted-posts.php:1450
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
msgstr "डुप्लिकेट पोस्ट शीर्षक। कृपया पुन: प्रयास करें।"
|
193 |
|
194 |
+
#: user-submitted-posts.php:1460
|
195 |
msgid "Error: "
|
196 |
+
msgstr "त्रुटि: "
|
197 |
|
198 |
+
#: user-submitted-posts.php:1486
|
199 |
msgid "Return to form"
|
200 |
+
msgstr "फार्म पर लौटें"
|
201 |
|
202 |
+
#: user-submitted-posts.php:1516 library/plugin-settings.php:1071
|
203 |
msgid "Please"
|
204 |
msgstr "कृप्या"
|
205 |
|
206 |
+
#: user-submitted-posts.php:1517
|
207 |
msgid "log in"
|
208 |
msgstr "लॉग इन करें"
|
209 |
|
210 |
+
#: user-submitted-posts.php:1518
|
211 |
msgid "to submit content!"
|
212 |
msgstr "सामग्री जमा करने के लिए!"
|
213 |
|
214 |
+
#: views/submission-form.php:21 views/submission-form-alt.php:40
|
215 |
msgid "Please complete the required fields."
|
216 |
+
msgstr "कृपया आवश्यक फ़ील्ड पूर्ण करें।"
|
217 |
|
218 |
+
#: views/submission-form.php:31 views/submission-form.php:32
|
219 |
+
#: views/submission-form-alt.php:46 views/submission-form-alt.php:47
|
220 |
msgid "Your Name"
|
221 |
msgstr "आपका नाम"
|
222 |
|
223 |
+
#: views/submission-form.php:37 views/submission-form.php:38
|
224 |
+
#: views/submission-form-alt.php:52 views/submission-form-alt.php:53
|
225 |
msgid "Your URL"
|
226 |
+
msgstr "आपका URL"
|
227 |
|
228 |
+
#: views/submission-form.php:43 views/submission-form.php:44
|
229 |
+
#: views/submission-form-alt.php:58 views/submission-form-alt.php:59
|
230 |
msgid "Your Email"
|
231 |
msgstr "तुम्हारा ईमेल"
|
232 |
|
233 |
+
#: views/submission-form.php:49 views/submission-form.php:50
|
234 |
+
#: views/submission-form-alt.php:64 views/submission-form-alt.php:65
|
235 |
+
#: library/plugin-settings.php:1132
|
236 |
msgid "Post Title"
|
237 |
msgstr "शीर्षक पोस्ट करें"
|
238 |
|
239 |
+
#: views/submission-form.php:55 views/submission-form.php:56
|
240 |
+
#: views/submission-form-alt.php:70 views/submission-form-alt.php:71
|
241 |
+
#: library/plugin-settings.php:1133
|
242 |
msgid "Post Tags"
|
243 |
msgstr "पोस्ट टैग"
|
244 |
|
245 |
+
#: views/submission-form.php:68 views/submission-form-alt.php:83
|
246 |
msgid "Antispam Question"
|
247 |
+
msgstr "एंटीस्पैम प्रश्न"
|
248 |
|
249 |
+
#: views/submission-form.php:73 views/submission-form-alt.php:88
|
250 |
+
#: library/plugin-settings.php:1134
|
251 |
msgid "Post Category"
|
252 |
msgstr "पोस्ट श्रेणी"
|
253 |
|
254 |
+
#: views/submission-form.php:74 views/submission-form.php:75
|
255 |
+
#: views/submission-form-alt.php:89 views/submission-form-alt.php:90
|
256 |
msgid "Please select a category.."
|
257 |
msgstr "कृपया एक कैटेगरी चयनित करें.."
|
258 |
|
259 |
+
#: views/submission-form.php:106 views/submission-form.php:107
|
260 |
+
#: views/submission-form-alt.php:121 views/submission-form-alt.php:122
|
261 |
+
#: library/plugin-settings.php:1135
|
262 |
msgid "Post Content"
|
263 |
msgstr "पोस्ट सामग्री"
|
264 |
|
265 |
+
#: views/submission-form.php:113 views/submission-form-alt.php:128
|
266 |
msgid "Verification"
|
267 |
msgstr "सत्यापन"
|
268 |
|
269 |
+
#: views/submission-form.php:120 views/submission-form-alt.php:135
|
270 |
msgid "Upload an Image"
|
271 |
msgstr "एक छवि अपलोड करें"
|
272 |
|
273 |
+
#: views/submission-form.php:129 views/submission-form-alt.php:144
|
274 |
msgid "Add another image"
|
275 |
msgstr "एक और छवि जोड़ें"
|
276 |
|
277 |
+
#: views/submission-form.php:151 views/submission-form-alt.php:166
|
278 |
msgid "Human verification: leave this field empty."
|
279 |
+
msgstr "मानव सत्यापन: इस फ़ील्ड को खाली छोड़ दें।"
|
280 |
|
281 |
+
#: views/submission-form.php:175 views/submission-form-alt.php:190
|
282 |
msgid "Submit Post"
|
283 |
+
msgstr "पोस्ट सबमिट करें"
|
284 |
+
|
285 |
+
#: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
|
286 |
+
msgid "Incorrect response."
|
287 |
+
msgstr "गलत प्रतिक्रिया।"
|
288 |
|
289 |
#: library/shortcode-misc.php:18
|
290 |
msgid "Reset form"
|
294 |
msgid "View full post"
|
295 |
msgstr "पूरी पोस्ट देखें"
|
296 |
|
297 |
+
#: library/plugin-settings.php:31
|
298 |
+
msgid "Settings"
|
299 |
+
msgstr "सेटिंग्स"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
300 |
|
301 |
+
#: library/plugin-settings.php:40
|
302 |
msgid "Get USP Pro for unlimited forms!"
|
303 |
msgstr "असीमित रूपों के लिए यूएसपी प्रो प्राप्त करें!"
|
304 |
|
305 |
+
#: library/plugin-settings.php:41
|
306 |
msgid "Go Pro"
|
307 |
msgstr "पेशेवर बनो"
|
308 |
|
309 |
+
#: library/plugin-settings.php:62 library/plugin-settings.php:1103
|
310 |
+
#: library/plugin-settings.php:1696
|
|
|
|
|
|
|
|
|
311 |
msgid "Plugin Homepage"
|
312 |
msgstr "प्लगइन होमपेज"
|
313 |
|
314 |
+
#: library/plugin-settings.php:63
|
315 |
msgid "Homepage"
|
316 |
msgstr "मुखपृष्ठ"
|
317 |
|
318 |
+
#: library/plugin-settings.php:68
|
319 |
msgid "Give USP a 5-star rating at WordPress.org"
|
320 |
+
msgstr "WordPress.org पर USP को 5-स्टार रेटिंग दें"
|
321 |
|
322 |
+
#: library/plugin-settings.php:69
|
323 |
msgid "Rate this plugin »"
|
324 |
+
msgstr "इस प्लगइन को रेट करें & nbsp; & raquo;"
|
325 |
|
326 |
+
#: library/plugin-settings.php:127
|
327 |
msgid "WP Post (recommended)"
|
328 |
+
msgstr "WP पोस्ट (अनुशंसित)"
|
329 |
|
330 |
+
#: library/plugin-settings.php:131
|
331 |
msgid "WP Page"
|
332 |
+
msgstr "WP पेज"
|
333 |
|
334 |
+
#: library/plugin-settings.php:147
|
335 |
msgid "HTML5 Form + Default CSS"
|
336 |
+
msgstr "HTML5 फॉर्म + डिफ़ॉल्ट सीएसएस"
|
337 |
|
338 |
+
#: library/plugin-settings.php:147
|
339 |
msgid "(Recommended)"
|
340 |
msgstr "(सिफारिश की)"
|
341 |
|
342 |
+
#: library/plugin-settings.php:151
|
343 |
msgid "HTML5 Form + Disable CSS"
|
344 |
+
msgstr "HTML5 फॉर्म + सीएसएस को अक्षम करें"
|
345 |
|
346 |
+
#: library/plugin-settings.php:151
|
347 |
msgid "(Provide your own styles)"
|
348 |
+
msgstr "(अपनी खुद की शैली प्रदान करें)"
|
349 |
|
350 |
+
#: library/plugin-settings.php:155
|
351 |
msgid "Custom Form + Custom CSS"
|
352 |
msgstr "कस्टम फॉर्म + कस्टम सीएसएस"
|
353 |
|
354 |
+
#: library/plugin-settings.php:155
|
355 |
msgid "(Provide your own form template & styles)"
|
356 |
+
msgstr "(अपनी खुद की फॉर्म टेम्प्लेट और स्टाइल प्रदान करें)"
|
357 |
|
358 |
+
#: library/plugin-settings.php:171 library/plugin-settings.php:195
|
359 |
+
#: library/plugin-settings.php:218 library/plugin-settings.php:242
|
360 |
msgid "Auto-display before post content"
|
361 |
+
msgstr "पोस्ट सामग्री से पहले ऑटो-डिस्प्ले"
|
362 |
|
363 |
+
#: library/plugin-settings.php:175 library/plugin-settings.php:199
|
364 |
+
#: library/plugin-settings.php:222 library/plugin-settings.php:246
|
365 |
msgid "Auto-display after post content"
|
366 |
msgstr "पोस्ट सामग्री के बाद ऑटो-डिस्प्ले"
|
367 |
|
368 |
+
#: library/plugin-settings.php:179
|
369 |
msgid "Do not auto-display submitted images"
|
370 |
+
msgstr "सबमिट की गई छवियों को ऑटो-डिस्प्ले न करें"
|
371 |
|
372 |
+
#: library/plugin-settings.php:203
|
373 |
msgid "Do not auto-display submitted email"
|
374 |
msgstr "सबमिट किए गए ईमेल को ऑटो-डिस्प्ले न करें"
|
375 |
|
376 |
+
#: library/plugin-settings.php:226
|
377 |
msgid "Do not auto-display submitted URL"
|
378 |
+
msgstr "सबमिट किए गए URL को ऑटो-डिस्प्ले न करें"
|
379 |
|
380 |
+
#: library/plugin-settings.php:250
|
381 |
msgid "Do not auto-display the Custom Field"
|
382 |
msgstr "कस्टम फ़ील्ड को ऑटो-डिस्प्ले न करें"
|
383 |
|
384 |
+
#: library/plugin-settings.php:278 library/plugin-settings.php:310
|
385 |
+
#: library/plugin-settings.php:343 library/plugin-settings.php:375
|
386 |
+
msgid "Enable and require"
|
387 |
+
msgstr "सक्षम और आवश्यकता है"
|
388 |
|
389 |
+
#: library/plugin-settings.php:279 library/plugin-settings.php:311
|
390 |
+
msgid "Enable but do not require"
|
391 |
+
msgstr "सक्षम करें लेकिन आवश्यकता नहीं है"
|
392 |
|
393 |
+
#: library/plugin-settings.php:280 library/plugin-settings.php:312
|
394 |
+
#: library/plugin-settings.php:344 library/plugin-settings.php:376
|
395 |
msgid "Disable this field"
|
396 |
+
msgstr "इस फ़ील्ड को अक्षम करें"
|
397 |
|
398 |
+
#: library/plugin-settings.php:315 library/plugin-settings.php:347
|
399 |
+
#: library/plugin-settings.php:379 library/plugin-settings.php:411
|
400 |
msgid "(Visit"
|
401 |
msgstr "(जाएँ"
|
402 |
|
403 |
+
#: library/plugin-settings.php:316 library/plugin-settings.php:348
|
404 |
+
#: library/plugin-settings.php:380 library/plugin-settings.php:412
|
405 |
msgid "to configure options)"
|
406 |
msgstr "विकल्प कॉन्फ़िगर करने के लिए)"
|
407 |
|
408 |
+
#: library/plugin-settings.php:331 library/plugin-settings.php:348
|
409 |
+
#: library/plugin-settings.php:1362 library/plugin-settings.php:1367
|
410 |
msgid "Challenge Question"
|
411 |
msgstr "चुनोती वाला सवाल"
|
412 |
|
413 |
+
#: library/plugin-settings.php:363 library/plugin-settings.php:380
|
414 |
+
#: library/plugin-settings.php:1384
|
415 |
msgid "Google reCAPTCHA"
|
416 |
msgstr "Google reCAPTCHA"
|
417 |
|
418 |
+
#: library/plugin-settings.php:395
|
419 |
msgid "Post Images"
|
420 |
msgstr "पोस्ट छवियाँ"
|
421 |
|
422 |
+
#: library/plugin-settings.php:407
|
423 |
+
msgid "Enable"
|
424 |
+
msgstr "सक्षम करें"
|
425 |
|
426 |
+
#: library/plugin-settings.php:408
|
427 |
msgid "Disable"
|
428 |
msgstr "अक्षम"
|
429 |
|
430 |
+
#: library/plugin-settings.php:412 library/plugin-settings.php:1445
|
431 |
msgid "Image Uploads"
|
432 |
msgstr "छवि अपलोड"
|
433 |
|
434 |
+
#: library/plugin-settings.php:492
|
435 |
msgid "Draft"
|
436 |
msgstr "प्रारूप"
|
437 |
|
438 |
+
#: library/plugin-settings.php:493
|
439 |
msgid "Pending (default)"
|
440 |
msgstr "लंबित (डिफ़ॉल्ट)"
|
441 |
|
442 |
+
#: library/plugin-settings.php:494
|
443 |
msgid "Publish immediately"
|
444 |
msgstr "तुरंत प्रकाशित करें"
|
445 |
|
446 |
+
#: library/plugin-settings.php:495
|
447 |
msgid "Publish after 1 approved post"
|
448 |
+
msgstr "1 स्वीकृत पोस्ट के बाद प्रकाशित करें"
|
449 |
|
450 |
+
#: library/plugin-settings.php:496
|
451 |
msgid "Publish after "
|
452 |
+
msgstr "के बाद प्रकाशित करें "
|
453 |
|
454 |
+
#: library/plugin-settings.php:496
|
455 |
msgid " approved posts"
|
456 |
+
msgstr " स्वीकृत पोस्ट"
|
457 |
+
|
458 |
+
#: library/plugin-settings.php:524
|
459 |
+
msgid "Select categories to display in the Category field."
|
460 |
+
msgstr "श्रेणी फ़ील्ड में प्रदर्शित करने के लिए श्रेणियों का चयन करें।"
|
461 |
|
462 |
+
#: library/plugin-settings.php:738
|
463 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
464 |
+
msgstr "एक त्रुटि हुई। कृपया सुनिश्चित करें कि आपने एक शीर्षक, कुछ सामग्री जोड़ी है, और आपने केवल चित्र अपलोड किए हैं।"
|
465 |
|
466 |
+
#: library/plugin-settings.php:752
|
467 |
msgid "Please select your image(s) to upload."
|
468 |
+
msgstr "कृपया अपलोड करने के लिए अपनी छवि का चयन करें।"
|
469 |
|
470 |
+
#: library/plugin-settings.php:758
|
471 |
msgid "Success! Thank you for your submission."
|
472 |
msgstr "सफलता! आपके निवेदन के लिए धन्यवाद।"
|
473 |
|
474 |
+
#: library/plugin-settings.php:784
|
475 |
msgid "Email"
|
476 |
msgstr "ईमेल"
|
477 |
|
478 |
+
#: library/plugin-settings.php:785
|
479 |
msgid "URL"
|
480 |
msgstr "यूआरएल"
|
481 |
|
482 |
+
#: library/plugin-settings.php:1058
|
483 |
msgid "Toggle all panels"
|
484 |
msgstr "सभी पैनलों को टॉगल करें"
|
485 |
|
486 |
+
#: library/plugin-settings.php:1067
|
487 |
msgid "We need your support!"
|
488 |
msgstr "हमें आपका समर्थन चाहिए!"
|
489 |
|
490 |
+
#: library/plugin-settings.php:1071
|
491 |
msgid "Make a donation via PayPal"
|
492 |
+
msgstr "पेपैल के माध्यम से एक दान करें"
|
493 |
|
494 |
+
#: library/plugin-settings.php:1071
|
495 |
msgid "make a donation"
|
496 |
msgstr "एक दान करें"
|
497 |
|
498 |
+
#: library/plugin-settings.php:1071
|
499 |
msgid "and/or"
|
500 |
msgstr "और / या"
|
501 |
|
502 |
+
#: library/plugin-settings.php:1072
|
503 |
msgid "Rate and review at the Plugin Directory"
|
504 |
+
msgstr "प्लगइन निर्देशिका में दर और समीक्षा करें"
|
505 |
|
506 |
+
#: library/plugin-settings.php:1073
|
507 |
msgid "give this plugin a 5-star rating"
|
508 |
+
msgstr "इस प्लगइन को 5-स्टार रेटिंग दें"
|
509 |
|
510 |
+
#: library/plugin-settings.php:1077
|
511 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
512 |
msgstr "आपका उदार समर्थन इस मुफ्त प्लगइन के निरंतर विकास को सक्षम बनाता है। धन्यवाद!"
|
513 |
|
514 |
+
#: library/plugin-settings.php:1082
|
515 |
msgid "Check this box if you have shown support"
|
516 |
+
msgstr "यदि आपने समर्थन दिखाया है तो इस बॉक्स को देखें"
|
517 |
|
518 |
+
#: library/plugin-settings.php:1091
|
519 |
msgid "Overview"
|
520 |
msgstr "अवलोकन"
|
521 |
|
522 |
+
#: library/plugin-settings.php:1095
|
523 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
524 |
+
msgstr "अपने आगंतुकों को अपनी साइट के सामने के छोर से पोस्ट सबमिट करने और चित्र अपलोड करने में सक्षम बनाता है। "
|
525 |
|
526 |
+
#: library/plugin-settings.php:1096
|
527 |
msgid "For advanced functionality and unlimited forms, check out"
|
528 |
+
msgstr "उन्नत कार्यक्षमता और असीमित रूपों के लिए, देखें"
|
529 |
|
530 |
+
#: library/plugin-settings.php:1096 library/plugin-settings.php:1503
|
531 |
msgid "USP Pro"
|
532 |
msgstr "यूएसपी प्रो"
|
533 |
|
534 |
+
#: library/plugin-settings.php:1097
|
535 |
msgid "— the ultimate solution for user-generated content."
|
536 |
+
msgstr "& Mdash; उपयोगकर्ता-जनित सामग्री के लिए अंतिम समाधान।"
|
537 |
|
538 |
+
#: library/plugin-settings.php:1101 library/plugin-settings.php:1118
|
539 |
msgid "Plugin Settings"
|
540 |
msgstr "प्लगइन सेटिंग्स"
|
541 |
|
542 |
+
#: library/plugin-settings.php:1102
|
543 |
msgid "Display the form"
|
544 |
+
msgstr "फार्म प्रदर्शित करें"
|
545 |
|
546 |
+
#: library/plugin-settings.php:1106
|
547 |
msgid "If you like this plugin, please"
|
548 |
+
msgstr "यदि आप इस प्लगइन को पसंद करते हैं, तो कृपया"
|
549 |
|
550 |
+
#: library/plugin-settings.php:1107
|
551 |
msgid "THANK YOU for your support!"
|
552 |
msgstr "आपके सहयोग के लिए धन्यवाद!"
|
553 |
|
554 |
+
#: library/plugin-settings.php:1107
|
555 |
msgid "give it a 5-star rating"
|
556 |
+
msgstr "इसे 5-स्टार रेटिंग दें"
|
557 |
|
558 |
+
#: library/plugin-settings.php:1111
|
559 |
msgid "Unlimited front-end forms"
|
560 |
+
msgstr "असीमित सामने के रूपों"
|
561 |
|
562 |
+
#: library/plugin-settings.php:1111
|
563 |
msgid "Get USP Pro"
|
564 |
msgstr "यूएसपी प्रो प्राप्त करें"
|
565 |
|
566 |
+
#: library/plugin-settings.php:1121
|
567 |
msgid "Configure your settings for User Submitted Posts."
|
568 |
+
msgstr "उपयोगकर्ता द्वारा प्रस्तुत पोस्ट के लिए अपनी सेटिंग्स कॉन्फ़िगर करें।"
|
569 |
|
570 |
+
#: library/plugin-settings.php:1123
|
571 |
msgid "Form Fields"
|
572 |
+
msgstr "फॉर्म फील्ड्स"
|
573 |
|
574 |
+
#: library/plugin-settings.php:1129
|
575 |
msgid "User Name"
|
576 |
msgstr "उपयोगकर्ता नाम"
|
577 |
|
578 |
+
#: library/plugin-settings.php:1130
|
579 |
msgid "User Email"
|
580 |
msgstr "उपयोगकर्ता ईमेल"
|
581 |
|
582 |
+
#: library/plugin-settings.php:1131
|
583 |
msgid "User URL"
|
584 |
+
msgstr "उपयोगकर्ता URL"
|
585 |
|
586 |
+
#: library/plugin-settings.php:1146
|
587 |
msgid "General Settings"
|
588 |
msgstr "सामान्य सेटिंग्स"
|
589 |
|
590 |
+
#: library/plugin-settings.php:1148
|
591 |
msgid "Note that the default settings work fine for most cases."
|
592 |
+
msgstr "ध्यान दें कि डिफ़ॉल्ट सेटिंग्स अधिकांश मामलों के लिए ठीक काम करती हैं।"
|
593 |
|
594 |
+
#: library/plugin-settings.php:1153
|
595 |
msgid "Form Style"
|
596 |
+
msgstr "रूप शैली"
|
597 |
|
598 |
+
#: library/plugin-settings.php:1158
|
599 |
msgid "With this option, you can copy the plugin’s default templates:"
|
600 |
+
msgstr "इस विकल्प के साथ, आप प्लगइन की डिफ़ॉल्ट टेम्पलेट कॉपी कर सकते हैं:"
|
601 |
|
602 |
+
#: library/plugin-settings.php:1163
|
603 |
msgid "..and upload them into a directory named"
|
604 |
+
msgstr "..और उन्हें नामित निर्देशिका में अपलोड करें"
|
605 |
|
606 |
+
#: library/plugin-settings.php:1163
|
607 |
msgid "in your theme:"
|
608 |
+
msgstr "अपने विषय में:"
|
609 |
|
610 |
+
#: library/plugin-settings.php:1169
|
611 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
612 |
+
msgstr "आप प्रपत्र और शैलियों को इच्छानुसार कस्टमाइज़ कर सकेंगे। अधिक जानकारी के लिए, \"कस्टम सबमिशन फॉर्म\" अनुभाग देखें"
|
613 |
|
614 |
+
#: library/plugin-settings.php:1170
|
615 |
msgid "Installation Docs"
|
616 |
msgstr "स्थापना डॉक्स"
|
617 |
|
618 |
+
#: library/plugin-settings.php:1171
|
619 |
msgid "FYI: here is a"
|
620 |
+
msgstr "FYI करें: यहाँ a है"
|
621 |
|
622 |
+
#: library/plugin-settings.php:1171
|
623 |
msgid "list of USP CSS selectors"
|
624 |
msgstr "यूएसपी सीएसएस चयनकर्ताओं की सूची"
|
625 |
|
626 |
+
#: library/plugin-settings.php:1177
|
627 |
msgid "Include JavaScript"
|
628 |
msgstr "जावास्क्रिप्ट शामिल करें"
|
629 |
|
630 |
+
#: library/plugin-settings.php:1179
|
631 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
632 |
+
msgstr "यदि आप बाह्य जावास्क्रिप्ट फ़ाइलों (अनुशंसित) को शामिल करना चाहते हैं तो इस बॉक्स को देखें।"
|
633 |
|
634 |
+
#: library/plugin-settings.php:1182
|
635 |
msgid "Targeted Loading"
|
636 |
msgstr "लक्षित लोड हो रहा है"
|
637 |
|
638 |
+
#: library/plugin-settings.php:1184
|
639 |
+
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
|
640 |
+
msgstr "डिफ़ॉल्ट रूप से, बाहरी CSS & amp; जावास्क्रिप्ट फ़ाइलें हर पृष्ठ पर भरी हुई हैं। यहां आप केवल उस पेज पर संसाधनों को लोड करने के लिए यूएसपी फॉर्म का URL निर्दिष्ट कर सकते हैं। नोट: सभी पृष्ठों पर लोड करने के लिए खाली छोड़ दें। कई URL को अलग करने के लिए अल्पविराम का उपयोग करें।"
|
641 |
|
642 |
+
#: library/plugin-settings.php:1187
|
643 |
msgid "Post Type"
|
644 |
msgstr "पद प्रकार"
|
645 |
|
646 |
+
#: library/plugin-settings.php:1190
|
647 |
msgid "Submit posts as WP Posts or Pages"
|
648 |
+
msgstr "WP पोस्ट या पेज के रूप में पोस्ट सबमिट करें"
|
649 |
|
650 |
+
#: library/plugin-settings.php:1194
|
651 |
msgid "Post Status"
|
652 |
+
msgstr "पोस्ट की स्थिति"
|
653 |
|
654 |
+
#: library/plugin-settings.php:1197
|
655 |
msgid "Post Status for submitted posts"
|
656 |
+
msgstr "प्रस्तुत पदों के लिए पोस्ट की स्थिति"
|
657 |
|
658 |
+
#: library/plugin-settings.php:1201
|
659 |
msgid "Redirect URL"
|
660 |
+
msgstr "रीडायरेक्ट URL"
|
661 |
|
662 |
+
#: library/plugin-settings.php:1203
|
663 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
664 |
+
msgstr "पोस्ट-सबमिशन के बाद उपयोगकर्ता को पुनर्निर्देशित करने के लिए एक URL निर्दिष्ट करें। वर्तमान पृष्ठ पर वापस अनुप्रेषित करने के लिए रिक्त छोड़ दें।"
|
665 |
|
666 |
+
#: library/plugin-settings.php:1206
|
667 |
msgid "Success Message"
|
668 |
+
msgstr "सफलता का संदेश"
|
669 |
|
670 |
+
#: library/plugin-settings.php:1208
|
671 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
672 |
+
msgstr "सफलता संदेश जो पोस्ट-सबमिशन सफल होने पर प्रदर्शित होता है। मूल मार्कअप की अनुमति है।"
|
673 |
|
674 |
+
#: library/plugin-settings.php:1211
|
675 |
msgid "Error Message"
|
676 |
msgstr "त्रुटि संदेश"
|
677 |
|
678 |
+
#: library/plugin-settings.php:1213
|
679 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
680 |
+
msgstr "सामान्य त्रुटि संदेश जो पोस्ट-सबमिशन विफल होने पर प्रदर्शित होता है। मूल मार्कअप की अनुमति है।"
|
681 |
|
682 |
+
#: library/plugin-settings.php:1216
|
683 |
msgid "Custom Content"
|
684 |
msgstr "प्रचलित सामग्री"
|
685 |
|
686 |
+
#: library/plugin-settings.php:1218
|
687 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
688 |
+
msgstr "जमा करने से पहले कस्टम टेक्स्ट / मार्कअप को शामिल किया जाना चाहिए। अक्षम करने के लिए खाली छोड़ दें।"
|
689 |
|
690 |
+
#: library/plugin-settings.php:1221
|
691 |
msgid "Rich Text Editor"
|
692 |
msgstr "रिच टेक्स्ट एडिटर"
|
693 |
|
694 |
+
#: library/plugin-settings.php:1223
|
695 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
696 |
+
msgstr "यदि आप प्रस्तुत पोस्ट के लिए WP समृद्ध पाठ संपादन सक्षम करना चाहते हैं तो इस बॉक्स को देखें।"
|
697 |
|
698 |
+
#: library/plugin-settings.php:1226
|
699 |
msgid "Unique Titles"
|
700 |
+
msgstr "अनोखी उपाधियाँ"
|
701 |
|
702 |
+
#: library/plugin-settings.php:1228
|
703 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
704 |
+
msgstr "सबमिट किए गए पोस्ट शीर्षकों की आवश्यकता को अद्वितीय होना चाहिए (कई / डुप्लिकेट प्रस्तुत पोस्टों को रोकने के लिए उपयोगी)।"
|
705 |
|
706 |
+
#: library/plugin-settings.php:1231
|
707 |
msgid "Disable Required"
|
708 |
msgstr "आवश्यक अक्षम करें"
|
709 |
|
710 |
+
#: library/plugin-settings.php:1233
|
711 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
712 |
+
msgstr "डिफ़ॉल्ट प्रपत्र फ़ील्ड पर सभी आवश्यक विशेषताओं को अक्षम करें (त्रुटि संदेशों के निवारण के लिए उपयोगी)।"
|
713 |
|
714 |
+
#: library/plugin-settings.php:1236
|
715 |
msgid "Enable Shortcodes"
|
716 |
msgstr "शॉर्टकोड सक्षम करें"
|
717 |
|
718 |
+
#: library/plugin-settings.php:1238
|
719 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
720 |
+
msgstr "विजेट में शॉर्टकोड सक्षम करें। डिफ़ॉल्ट रूप से, वर्डप्रेस विगेट्स में शॉर्टकोड सक्षम नहीं करता है। "
|
721 |
|
722 |
+
#: library/plugin-settings.php:1239
|
723 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
724 |
+
msgstr "यह सेटिंग विजेट में किसी भी / सभी शॉर्टकोड (यहां तक कि अन्य प्लगइन्स से शॉर्टकोड) को सक्षम करती है।"
|
725 |
|
726 |
+
#: library/plugin-settings.php:1244
|
727 |
+
msgid "Privacy"
|
728 |
+
msgstr "एकांत"
|
729 |
|
730 |
+
#: library/plugin-settings.php:1249
|
731 |
msgid "Disable IP Tracking"
|
732 |
+
msgstr "IP ट्रैकिंग अक्षम करें"
|
733 |
|
734 |
+
#: library/plugin-settings.php:1251
|
735 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
736 |
+
msgstr "डिफ़ॉल्ट रूप से यूएसपी प्रत्येक प्रस्तुत पोस्ट के साथ आईपी पते को रिकॉर्ड करता है। सभी IP ट्रैकिंग को अक्षम करने के लिए इस बॉक्स को देखें।"
|
737 |
|
738 |
+
#: library/plugin-settings.php:1255
|
739 |
msgid "Display Checkbox"
|
740 |
+
msgstr "चेकबॉक्स प्रदर्शित करें"
|
741 |
|
742 |
+
#: library/plugin-settings.php:1257
|
743 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
744 |
+
msgstr "अपने फ़ॉर्म पर कस्टम चेकबॉक्स प्रदर्शित करें (GDPR के लिए उपयोगी, शर्तों से सहमत हों, आदि)"
|
745 |
|
746 |
+
#: library/plugin-settings.php:1260
|
747 |
msgid "Checkbox Name"
|
748 |
+
msgstr "चेकबॉक्स का नाम"
|
749 |
|
750 |
+
#: library/plugin-settings.php:1262 library/plugin-settings.php:1352
|
751 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
752 |
+
msgstr "केवल अल्फ़ान्यूमेरिक, अंडरस्कोर और डैश का उपयोग करें। यदि अनिश्चित है, तो डिफ़ॉल्ट नाम का उपयोग करें:"
|
753 |
|
754 |
+
#: library/plugin-settings.php:1265
|
755 |
msgid "Checkbox Error"
|
756 |
msgstr "चेकबॉक्स त्रुटि"
|
757 |
|
758 |
+
#: library/plugin-settings.php:1267
|
759 |
msgid "Error message displayed if user does not check the box."
|
760 |
+
msgstr "यदि उपयोगकर्ता बॉक्स की जाँच नहीं करता है तो त्रुटि संदेश प्रदर्शित होता है।"
|
761 |
|
762 |
+
#: library/plugin-settings.php:1270
|
763 |
msgid "Checkbox Text"
|
764 |
+
msgstr "चेकबॉक्स पाठ"
|
765 |
|
766 |
+
#: library/plugin-settings.php:1272
|
767 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
768 |
+
msgstr "चेकबॉक्स के बगल में प्रदर्शित पाठ। सुझाव: उदाहरण के लिए, कोण कोष्ठक को घुमाने के लिए घुंघराले कोष्ठक का उपयोग करें:"
|
769 |
|
770 |
+
#: library/plugin-settings.php:1277 library/plugin-settings.php:1282
|
771 |
msgid "Categories"
|
772 |
msgstr "श्रेणियाँ"
|
773 |
|
774 |
+
#: library/plugin-settings.php:1285
|
775 |
+
msgid "Click to view/select categories"
|
776 |
+
msgstr "श्रेणियां देखने / चयन करने के लिए क्लिक करें"
|
777 |
|
778 |
+
#: library/plugin-settings.php:1293
|
779 |
+
msgid "Multiple Categories"
|
780 |
+
msgstr "कई श्रेणियों"
|
781 |
+
|
782 |
+
#: library/plugin-settings.php:1295
|
783 |
+
msgid "Enable users to select multiple categories."
|
784 |
+
msgstr "उपयोगकर्ताओं को कई श्रेणियों का चयन करने में सक्षम करें।"
|
785 |
+
|
786 |
+
#: library/plugin-settings.php:1298
|
787 |
msgid "Hidden/Default Category"
|
788 |
msgstr "छिपी / डिफ़ॉल्ट श्रेणी"
|
789 |
|
790 |
+
#: library/plugin-settings.php:1300
|
791 |
+
msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
|
792 |
+
msgstr "पोस्ट श्रेणी के लिए एक छिपे हुए फ़ील्ड का उपयोग करें। यह श्रेणी फ़ील्ड को छुपाता है और अगले विकल्प के माध्यम से इसका मूल्य निर्धारित करता है।"
|
793 |
|
794 |
+
#: library/plugin-settings.php:1303
|
795 |
msgid "Category ID for Hidden Field"
|
796 |
+
msgstr "हिडन फील्ड के लिए श्रेणी आईडी"
|
797 |
|
798 |
+
#: library/plugin-settings.php:1305
|
799 |
+
msgid "Specify category ID(s) to use for “Hidden/Default Category”. Separate multiple IDs with a comma."
|
800 |
+
msgstr "& Ldquo; छिपी / डिफ़ॉल्ट श्रेणी & rdquo; के लिए उपयोग करने के लिए श्रेणी आईडी निर्दिष्ट करें; एक कॉमा के साथ कई आईडी अलग करें।"
|
801 |
|
802 |
+
#: library/plugin-settings.php:1310
|
803 |
msgid "Users"
|
804 |
msgstr "उपयोगकर्ता"
|
805 |
|
806 |
+
#: library/plugin-settings.php:1315
|
807 |
msgid "Assigned Author"
|
808 |
+
msgstr "लेखक को सौंपा"
|
809 |
|
810 |
+
#: library/plugin-settings.php:1318
|
811 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
812 |
+
msgstr "उपयोगकर्ता को निर्दिष्ट पदों के लिए लेखक के रूप में निर्दिष्ट किया जाना चाहिए।"
|
813 |
|
814 |
+
#: library/plugin-settings.php:1322
|
815 |
msgid "Registered Username"
|
816 |
msgstr "पंजीकृत उपयोगकर्ता नाम"
|
817 |
|
818 |
+
#: library/plugin-settings.php:1324
|
819 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
820 |
+
msgstr "पोस्ट लेखक के रूप में पंजीकृत उपयोगकर्ता नाम का उपयोग करें। मान्य जब फ़ॉर्म सबमिट करने वाला व्यक्ति वर्डप्रेस में लॉग इन होता है।"
|
821 |
|
822 |
+
#: library/plugin-settings.php:1327
|
823 |
msgid "User Profile URL"
|
824 |
+
msgstr "उपयोगकर्ता प्रोफ़ाइल URL"
|
825 |
|
826 |
+
#: library/plugin-settings.php:1329
|
827 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
828 |
+
msgstr "URL फ़ील्ड के मान के रूप में पंजीकृत उपयोगकर्ता के प्रोफ़ाइल URL का उपयोग करें। मान्य जब फ़ॉर्म सबमिट करने वाला व्यक्ति वर्डप्रेस में लॉग इन होता है।"
|
829 |
|
830 |
+
#: library/plugin-settings.php:1332
|
831 |
msgid "Require User Login"
|
832 |
msgstr "उपयोगकर्ता लॉगिन की आवश्यकता है"
|
833 |
|
834 |
+
#: library/plugin-settings.php:1334
|
835 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
836 |
+
msgstr "प्रपत्र देखने / सबमिट करने के लिए उपयोगकर्ताओं को वर्डप्रेस में लॉग इन करना होगा"
|
837 |
|
838 |
+
#: library/plugin-settings.php:1337
|
839 |
msgid "Disable Replace Author"
|
840 |
+
msgstr "लेखक बदलें अक्षम करें"
|
841 |
|
842 |
+
#: library/plugin-settings.php:1339
|
843 |
msgid "Do not replace post author with submitted user name"
|
844 |
+
msgstr "प्रस्तुत उपयोगकर्ता नाम के साथ पोस्ट लेखक को प्रतिस्थापित न करें"
|
845 |
|
846 |
+
#: library/plugin-settings.php:1345
|
847 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
848 |
+
msgstr "यहां आप कस्टम फ़ील्ड द्वारा उपयोग किए गए नाम और लेबल को बदल सकते हैं। आप इस फ़ील्ड को फॉर्म फ़ील्ड्स सेटिंग, उपरोक्त के माध्यम से सक्षम कर सकते हैं।"
|
849 |
|
850 |
+
#: library/plugin-settings.php:1350
|
851 |
msgid "Custom Field Name"
|
852 |
msgstr "कस्टम फ़ील्ड नाम"
|
853 |
|
854 |
+
#: library/plugin-settings.php:1355
|
855 |
msgid "Custom Field Label"
|
856 |
+
msgstr "कस्टम फ़ील्ड लेबल"
|
857 |
|
858 |
+
#: library/plugin-settings.php:1357
|
859 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
860 |
+
msgstr "यह प्रपत्र पर फ़ील्ड लेबल के रूप में प्रदर्शित किया जाएगा। डिफ़ॉल्ट: कस्टम फ़ील्ड"
|
861 |
|
862 |
+
#: library/plugin-settings.php:1369
|
863 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
864 |
+
msgstr "स्पैम को रोकने के लिए, एक प्रश्न दर्ज करें जिसे उपयोगकर्ताओं को फ़ॉर्म सबमिट करने से पहले जवाब देना होगा।"
|
865 |
|
866 |
+
#: library/plugin-settings.php:1372
|
867 |
msgid "Challenge Response"
|
868 |
msgstr "उत्तर को दावा करें"
|
869 |
|
870 |
+
#: library/plugin-settings.php:1374
|
871 |
msgid "Enter the *only* correct answer to the challenge question."
|
872 |
+
msgstr "चुनौती सवाल का * केवल * सही उत्तर दर्ज करें।"
|
873 |
|
874 |
+
#: library/plugin-settings.php:1377
|
875 |
msgid "Case-sensitivity"
|
876 |
msgstr "मामले की संवेदनशीलता"
|
877 |
|
878 |
+
#: library/plugin-settings.php:1379
|
879 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
880 |
+
msgstr "यदि आप चाहते हैं कि केस-प्रतिक्रिया संवेदनशील हो तो इस बॉक्स को देखें।"
|
881 |
|
882 |
+
#: library/plugin-settings.php:1385
|
883 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
884 |
msgstr "Google reCAPTCHA को सक्षम करने के लिए, अपनी सार्वजनिक और निजी कुंजी दर्ज करें।"
|
885 |
|
886 |
+
#: library/plugin-settings.php:1390
|
887 |
msgid "Public Key"
|
888 |
msgstr "सार्वजनिक कुंजी"
|
889 |
|
890 |
+
#: library/plugin-settings.php:1392
|
891 |
msgid "Enter your Public Key"
|
892 |
msgstr "अपनी सार्वजनिक कुंजी दर्ज करें"
|
893 |
|
894 |
+
#: library/plugin-settings.php:1395
|
895 |
msgid "Private Key"
|
896 |
msgstr "निजी चाबी"
|
897 |
|
898 |
+
#: library/plugin-settings.php:1397
|
899 |
msgid "Enter your Private Key"
|
900 |
msgstr "अपनी निजी कुंजी दर्ज करें"
|
901 |
|
902 |
+
#: library/plugin-settings.php:1402
|
903 |
msgid "Email Alerts"
|
904 |
msgstr "ईमेल अलर्ट"
|
905 |
|
906 |
+
#: library/plugin-settings.php:1407
|
907 |
msgid "Receive Email Alert"
|
908 |
msgstr "ईमेल अलर्ट प्राप्त करें"
|
909 |
|
910 |
+
#: library/plugin-settings.php:1409
|
911 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
912 |
+
msgstr "यदि आप नई पोस्ट सबमिशन के लिए ईमेल के माध्यम से सूचित होना चाहते हैं तो इस बॉक्स को देखें।"
|
913 |
|
914 |
+
#: library/plugin-settings.php:1412
|
915 |
msgid "Enable HTML Format"
|
916 |
+
msgstr "HTML प्रारूप सक्षम करें"
|
917 |
|
918 |
+
#: library/plugin-settings.php:1414
|
919 |
msgid "Check this box to enable HTML format for email alerts."
|
920 |
+
msgstr "ईमेल अलर्ट के लिए HTML प्रारूप को सक्षम करने के लिए इस बॉक्स को जांचें।"
|
921 |
|
922 |
+
#: library/plugin-settings.php:1417
|
923 |
msgid "Email Address for Alerts"
|
924 |
msgstr "अलर्ट के लिए ईमेल पता"
|
925 |
|
926 |
+
#: library/plugin-settings.php:1419
|
927 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
928 |
+
msgstr "यदि आपने ईमेल अलर्ट प्राप्त करने के लिए बॉक्स को चेक किया है, तो यहां वह पता बताएं जो ईमेल भेजा जाना चाहिए।"
|
929 |
|
930 |
+
#: library/plugin-settings.php:1420
|
931 |
msgid "Multiple recipients may be included using a comma, like so:"
|
932 |
+
msgstr "एकाधिक प्राप्तकर्ता अल्पविराम का उपयोग करके शामिल किए जा सकते हैं, जैसे:"
|
933 |
|
934 |
+
#: library/plugin-settings.php:1423
|
935 |
msgid "Email “From” Address"
|
936 |
msgstr "ईमेल & ldquo; से & rdquo; पता"
|
937 |
|
938 |
+
#: library/plugin-settings.php:1425
|
939 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
940 |
+
msgstr "यहां आप & ldquo के लिए उपयोग किए गए पते (तों) को अनुकूलित कर सकते हैं; & rdquo से; हेडर (जानकारी के लिए प्लगइन एफएक्यू देखें)। "
|
941 |
|
942 |
+
#: library/plugin-settings.php:1426
|
943 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
944 |
+
msgstr "यदि पिछली सेटिंग में कई पते निर्दिष्ट हैं, तो & ldquo की समान संख्या शामिल करें; & rdquo से; इस सेटिंग के पते (उसी क्रम में)।"
|
945 |
|
946 |
+
#: library/plugin-settings.php:1429
|
947 |
msgid "Email Alert Subject"
|
948 |
msgstr "ईमेल अलर्ट विषय"
|
949 |
|
950 |
+
#: library/plugin-settings.php:1431
|
951 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
952 |
+
msgstr "ईमेल अलर्ट के लिए विषय पंक्ति। डिफ़ॉल्ट विषय पंक्ति का उपयोग करने के लिए खाली छोड़ दें। नोट: आप निम्नलिखित चर का उपयोग कर सकते हैं: "
|
953 |
|
954 |
+
#: library/plugin-settings.php:1436
|
955 |
msgid "Email Alert Message"
|
956 |
msgstr "ईमेल अलर्ट संदेश"
|
957 |
|
958 |
+
#: library/plugin-settings.php:1438
|
959 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
960 |
+
msgstr "ईमेल अलर्ट के लिए संदेश। डिफ़ॉल्ट संदेश का उपयोग करने के लिए खाली छोड़ दें। नोट: आप निम्नलिखित चर का उपयोग कर सकते हैं: "
|
961 |
|
962 |
+
#: library/plugin-settings.php:1450
|
963 |
msgid "Featured Image"
|
964 |
msgstr "निरूपित चित्र"
|
965 |
|
966 |
+
#: library/plugin-settings.php:1452
|
967 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
968 |
+
msgstr "सबमिट की गई छवियों को चुनिंदा छवियों के रूप में सेट करें। विशेष रुप से छवियाँ (उर्फ पोस्ट थंबनेल) के लिए विषय समर्थन की आवश्यकता है।"
|
969 |
|
970 |
+
#: library/plugin-settings.php:1455
|
971 |
msgid "Upload Message"
|
972 |
msgstr "संदेश अपलोड करें"
|
973 |
|
974 |
+
#: library/plugin-settings.php:1457
|
975 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
976 |
+
msgstr "संदेश जो अपलोड फ़ील्ड के बगल में दिखाई देता है। आपके अपलोड दिशा-निर्देशों / नीति / आदि को बताने के लिए उपयोगी है। मूल मार्कअप की अनुमति दी।"
|
977 |
|
978 |
+
#: library/plugin-settings.php:1460
|
979 |
msgid "“Add another image” link"
|
980 |
msgstr "& ldquo; एक और छवि जोड़ें & rdquo; संपर्क"
|
981 |
|
982 |
+
#: library/plugin-settings.php:1462
|
983 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
984 |
msgstr "& Ldquo के लिए कस्टम मार्कअप; एक और छवि जोड़ें & rdquo; संपर्क। डिफ़ॉल्ट मार्कअप (अनुशंसित) का उपयोग करने के लिए खाली छोड़ दें।"
|
985 |
|
986 |
+
#: library/plugin-settings.php:1465
|
987 |
msgid "Minimum number of images"
|
988 |
msgstr "छवियों की न्यूनतम संख्या"
|
989 |
|
990 |
+
#: library/plugin-settings.php:1468
|
991 |
msgid "Specify the minimum number of images."
|
992 |
msgstr "छवियों की न्यूनतम संख्या निर्दिष्ट करें।"
|
993 |
|
994 |
+
#: library/plugin-settings.php:1472
|
995 |
msgid "Maximum number of images"
|
996 |
msgstr "छवियों की अधिकतम संख्या"
|
997 |
|
998 |
+
#: library/plugin-settings.php:1475
|
999 |
msgid "Specify the maximum number of images."
|
1000 |
msgstr "छवियों की अधिकतम संख्या निर्दिष्ट करें।"
|
1001 |
|
1002 |
+
#: library/plugin-settings.php:1479
|
1003 |
msgid "Minimum image width"
|
1004 |
msgstr "न्यूनतम छवि चौड़ाई"
|
1005 |
|
1006 |
+
#: library/plugin-settings.php:1481
|
1007 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1008 |
+
msgstr "अपलोड की गई छवियों के लिए एक न्यूनतम चौड़ाई (पिक्सेल में) निर्दिष्ट करें।"
|
1009 |
|
1010 |
+
#: library/plugin-settings.php:1484
|
1011 |
msgid "Minimum image height"
|
1012 |
msgstr "न्यूनतम छवि ऊंचाई"
|
1013 |
|
1014 |
+
#: library/plugin-settings.php:1486
|
1015 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1016 |
+
msgstr "अपलोड की गई छवियों के लिए एक न्यूनतम ऊंचाई (पिक्सेल में) निर्दिष्ट करें।"
|
1017 |
|
1018 |
+
#: library/plugin-settings.php:1489
|
1019 |
msgid "Maximum image width"
|
1020 |
msgstr "अधिकतम छवि चौड़ाई"
|
1021 |
|
1022 |
+
#: library/plugin-settings.php:1491
|
1023 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1024 |
msgstr "अपलोड की गई छवियों के लिए अधिकतम चौड़ाई (पिक्सेल में) निर्दिष्ट करें।"
|
1025 |
|
1026 |
+
#: library/plugin-settings.php:1494
|
1027 |
msgid "Maximum image height"
|
1028 |
msgstr "अधिकतम छवि ऊंचाई"
|
1029 |
|
1030 |
+
#: library/plugin-settings.php:1496
|
1031 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1032 |
+
msgstr "अपलोड की गई छवियों के लिए एक अधिकतम ऊंचाई (पिक्सेल में) निर्दिष्ट करें।"
|
1033 |
|
1034 |
+
#: library/plugin-settings.php:1499
|
1035 |
msgid "More Options"
|
1036 |
msgstr "अधिक विकल्प"
|
1037 |
|
1038 |
+
#: library/plugin-settings.php:1502
|
1039 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1040 |
+
msgstr "अधिक विकल्पों के लिए, अन्य फ़ाइल प्रकार (जैसे पीडीएफ, वर्ड, जिप, वीडियो, और बहुत कुछ) अपलोड करने की क्षमता की जाँच करें"
|
1041 |
|
1042 |
+
#: library/plugin-settings.php:1503
|
1043 |
msgid "Go Pro!"
|
1044 |
msgstr "पेशेवर बनो!"
|
1045 |
|
1046 |
+
#: library/plugin-settings.php:1510
|
1047 |
msgid "Auto-Display Content"
|
1048 |
+
msgstr "ऑटो-प्रदर्शन सामग्री"
|
1049 |
|
1050 |
+
#: library/plugin-settings.php:1515
|
1051 |
msgid "Auto-Display Images"
|
1052 |
+
msgstr "ऑटो-डिस्प्ले इमेज"
|
1053 |
|
1054 |
+
#: library/plugin-settings.php:1517
|
1055 |
msgid "Auto-display user-submitted images:"
|
1056 |
+
msgstr "स्वतः-प्रदर्शित उपयोगकर्ता द्वारा प्रस्तुत चित्र:"
|
1057 |
|
1058 |
+
#: library/plugin-settings.php:1522
|
1059 |
msgid "Image Markup"
|
1060 |
msgstr "छवि मार्कअप"
|
1061 |
|
1062 |
+
#: library/plugin-settings.php:1524
|
1063 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1064 |
+
msgstr "प्रत्येक सबमिट की गई छवि के लिए उपयोग करने के लिए मार्कअप (जब ऑटो-डिस्प्ले सक्षम हो)। इस्तेमाल कर सकते हैं"
|
1065 |
|
1066 |
+
#: library/plugin-settings.php:1526 library/plugin-settings.php:1539
|
1067 |
+
#: library/plugin-settings.php:1552 library/plugin-settings.php:1565
|
1068 |
msgid "and"
|
1069 |
msgstr "तथा"
|
1070 |
|
1071 |
+
#: library/plugin-settings.php:1529
|
1072 |
msgid "Auto-Display Email"
|
1073 |
msgstr "ऑटो-डिस्प्ले ईमेल"
|
1074 |
|
1075 |
+
#: library/plugin-settings.php:1531
|
1076 |
msgid "Auto-display user-submitted email:"
|
1077 |
+
msgstr "स्वतः-प्रदर्शित उपयोगकर्ता द्वारा प्रस्तुत ईमेल:"
|
1078 |
|
1079 |
+
#: library/plugin-settings.php:1536
|
1080 |
msgid "Email Markup"
|
1081 |
msgstr "ईमेल मार्कअप"
|
1082 |
|
1083 |
+
#: library/plugin-settings.php:1538
|
1084 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1085 |
+
msgstr "प्रस्तुत ईमेल पते (जब ऑटो-डिस्प्ले सक्षम है) के लिए उपयोग करने के लिए मार्कअप। इस्तेमाल कर सकते हैं"
|
1086 |
|
1087 |
+
#: library/plugin-settings.php:1542
|
1088 |
msgid "Auto-Display URL"
|
1089 |
+
msgstr "ऑटो-डिस्प्ले URL"
|
1090 |
|
1091 |
+
#: library/plugin-settings.php:1544
|
1092 |
msgid "Auto-display user-submitted URL:"
|
1093 |
+
msgstr "स्वतः-प्रदर्शित उपयोगकर्ता द्वारा प्रस्तुत URL:"
|
1094 |
|
1095 |
+
#: library/plugin-settings.php:1549
|
1096 |
msgid "URL Markup"
|
1097 |
+
msgstr "URL मार्कअप"
|
1098 |
|
1099 |
+
#: library/plugin-settings.php:1551
|
1100 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1101 |
+
msgstr "सबमिट किए गए URL (जब ऑटो-डिस्प्ले सक्षम हो) के लिए उपयोग करने के लिए मार्कअप। इस्तेमाल कर सकते हैं"
|
1102 |
|
1103 |
+
#: library/plugin-settings.php:1555
|
1104 |
msgid "Auto-Display Custom Field"
|
1105 |
msgstr "ऑटो-डिस्प्ले कस्टम फ़ील्ड"
|
1106 |
|
1107 |
+
#: library/plugin-settings.php:1557
|
1108 |
msgid "Auto-display user-submitted Custom Field:"
|
1109 |
+
msgstr "स्वतः-प्रदर्शित उपयोगकर्ता द्वारा प्रस्तुत कस्टम फ़ील्ड:"
|
1110 |
|
1111 |
+
#: library/plugin-settings.php:1562
|
1112 |
msgid "Custom Field Markup"
|
1113 |
+
msgstr "कस्टम फ़ील्ड मार्कअप"
|
1114 |
|
1115 |
+
#: library/plugin-settings.php:1564
|
1116 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1117 |
+
msgstr "प्रस्तुत कस्टम फ़ील्ड (जब ऑटो-डिस्प्ले सक्षम हो) के लिए उपयोग करने के लिए मार्कअप। इस्तेमाल कर सकते हैं"
|
1118 |
|
1119 |
+
#: library/plugin-settings.php:1570 library/plugin-settings.php:1682
|
1120 |
msgid "Save Settings"
|
1121 |
msgstr "समायोजन बचाओ"
|
1122 |
|
1123 |
+
#: library/plugin-settings.php:1575
|
1124 |
msgid "Display the Form"
|
1125 |
msgstr "फॉर्म प्रदर्शित करें"
|
1126 |
|
1127 |
+
#: library/plugin-settings.php:1578
|
1128 |
msgid "Post-Submit Form"
|
1129 |
+
msgstr "पोस्ट-सबमिट फॉर्म"
|
1130 |
|
1131 |
+
#: library/plugin-settings.php:1579
|
1132 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1133 |
msgstr "यूएसपी आपको अपनी साइट पर कहीं भी पोस्ट-सबमिशन फॉर्म प्रदर्शित करने में सक्षम बनाता है।"
|
1134 |
|
1135 |
+
#: library/plugin-settings.php:1580 library/plugin-settings.php:1589
|
1136 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1137 |
+
msgstr "किसी भी WP पोस्ट या पेज पर फ़ॉर्म प्रदर्शित करने के लिए शोर्टकोड का उपयोग करें:"
|
1138 |
|
1139 |
+
#: library/plugin-settings.php:1583 library/plugin-settings.php:1592
|
1140 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1141 |
+
msgstr "या, अपने थीम टेम्प्लेट में कहीं भी फ़ॉर्म प्रदर्शित करने के लिए टेम्प्लेट टैग का उपयोग करें:"
|
1142 |
|
1143 |
+
#: library/plugin-settings.php:1587
|
1144 |
msgid "Login/Register Form"
|
1145 |
+
msgstr "लॉगइन / रजिस्टर फॉर्म"
|
1146 |
|
1147 |
+
#: library/plugin-settings.php:1588
|
1148 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1149 |
+
msgstr "आप एक फ़ॉर्म भी प्रदर्शित कर सकते हैं जो उपयोगकर्ताओं को अपना पासवर्ड दर्ज करने, पंजीकरण करने या रीसेट करने में सक्षम बनाता है।"
|
1150 |
|
1151 |
+
#: library/plugin-settings.php:1596
|
1152 |
msgid "Display Submitted Posts"
|
1153 |
+
msgstr "प्रस्तुत पोस्ट प्रदर्शित करें"
|
1154 |
|
1155 |
+
#: library/plugin-settings.php:1597
|
1156 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1157 |
+
msgstr "किसी भी WP पोस्ट या पेज पर प्रस्तुत पोस्ट की सूची प्रदर्शित करने के लिए इस शोर्ट का उपयोग करें:"
|
1158 |
|
1159 |
+
#: library/plugin-settings.php:1600
|
1160 |
msgid "Or, use the template tag to display a list of submitted posts anywhere in your theme template:"
|
1161 |
+
msgstr "या, अपने थीम टेम्प्लेट में कहीं भी प्रस्तुत पदों की सूची प्रदर्शित करने के लिए टेम्प्लेट टैग का उपयोग करें:"
|
1162 |
|
1163 |
+
#: library/plugin-settings.php:1603
|
1164 |
msgid "Here are some examples showing how to configure this shortcode:"
|
1165 |
+
msgstr "इस शोर्ट को कॉन्फ़िगर करने के तरीके के कुछ उदाहरण यहां दिए गए हैं:"
|
1166 |
|
1167 |
+
#: library/plugin-settings.php:1611
|
1168 |
msgid "Display Image Gallery"
|
1169 |
+
msgstr "छवि गैलरी प्रदर्शित करें"
|
1170 |
|
1171 |
+
#: library/plugin-settings.php:1612
|
1172 |
msgid "Use this shortcode to display a gallery of uploaded images for each submitted post:"
|
1173 |
+
msgstr "प्रत्येक प्रस्तुत पोस्ट के लिए अपलोड की गई छवियों की एक गैलरी प्रदर्शित करने के लिए इस शोर्ट का उपयोग करें:"
|
1174 |
|
1175 |
+
#: library/plugin-settings.php:1615
|
1176 |
msgid "Or, use the template tag to display an image gallery anywhere in your theme template:"
|
1177 |
+
msgstr "या, अपने थीम टेम्प्लेट में कहीं भी एक छवि गैलरी प्रदर्शित करने के लिए टेम्प्लेट टैग का उपयोग करें:"
|
1178 |
|
1179 |
+
#: library/plugin-settings.php:1618
|
1180 |
msgid "You can customize using any of the follwing attributes:"
|
1181 |
+
msgstr "आप follwing विशेषताओं में से किसी का उपयोग करके अनुकूलित कर सकते हैं:"
|
1182 |
|
1183 |
+
#: library/plugin-settings.php:1633
|
1184 |
msgid "Reset Form Button"
|
1185 |
+
msgstr "फॉर्म बटन को रीसेट करें"
|
1186 |
|
1187 |
+
#: library/plugin-settings.php:1634
|
1188 |
msgid "This shortcode displays a link that resets the form to its original state:"
|
1189 |
+
msgstr "यह शोर्ट एक लिंक प्रदर्शित करता है जो फ़ॉर्म को उसकी मूल स्थिति में बदलता है:"
|
1190 |
|
1191 |
+
#: library/plugin-settings.php:1637
|
1192 |
msgid "This shortcode accepts the following attributes:"
|
1193 |
msgstr "यह शोर्ट निम्नलिखित विशेषताओं को स्वीकार करता है:"
|
1194 |
|
1195 |
+
#: library/plugin-settings.php:1643
|
1196 |
msgid "Note that the url attribute accepts"
|
1197 |
+
msgstr "ध्यान दें कि url विशेषता स्वीकार करता है"
|
1198 |
|
1199 |
+
#: library/plugin-settings.php:1643
|
1200 |
msgid "to get the current URL."
|
1201 |
+
msgstr "वर्तमान URL प्राप्त करने के लिए।"
|
1202 |
|
1203 |
+
#: library/plugin-settings.php:1646
|
1204 |
msgid "Access Control"
|
1205 |
msgstr "पहुँच नियंत्रण"
|
1206 |
|
1207 |
+
#: library/plugin-settings.php:1647
|
1208 |
msgid "USP provides three shortcodes to control access and restrict content."
|
1209 |
+
msgstr "यूएसपी सामग्री को नियंत्रित करने और प्रतिबंधित करने के लिए तीन शॉर्टकोड प्रदान करता है।"
|
1210 |
|
1211 |
+
#: library/plugin-settings.php:1648
|
1212 |
msgid "Display content only to users with a specific capability:"
|
1213 |
+
msgstr "केवल विशिष्ट क्षमता वाले उपयोगकर्ताओं के लिए सामग्री प्रदर्शित करें:"
|
1214 |
|
1215 |
+
#: library/plugin-settings.php:1651
|
1216 |
msgid "Display content to logged-in users:"
|
1217 |
+
msgstr "लॉग-इन उपयोगकर्ताओं के लिए सामग्री प्रदर्शित करें:"
|
1218 |
|
1219 |
+
#: library/plugin-settings.php:1654
|
1220 |
msgid "Display content to visitors only:"
|
1221 |
+
msgstr "केवल आगंतुकों को सामग्री दिखाएं:"
|
1222 |
|
1223 |
+
#: library/plugin-settings.php:1657
|
1224 |
msgid "Tip:"
|
1225 |
msgstr "सुझाव:"
|
1226 |
|
1227 |
+
#: library/plugin-settings.php:1657
|
1228 |
msgid "to include markup in the deny message, you can use"
|
1229 |
+
msgstr "इनकार संदेश में मार्कअप को शामिल करने के लिए, आप उपयोग कर सकते हैं"
|
1230 |
|
1231 |
+
#: library/plugin-settings.php:1657
|
1232 |
msgid "to output"
|
1233 |
msgstr "उत्पादन करने के लिए"
|
1234 |
|
1235 |
+
#: library/plugin-settings.php:1660
|
1236 |
msgid "Example"
|
1237 |
msgstr "उदाहरण"
|
1238 |
|
1239 |
+
#: library/plugin-settings.php:1661
|
1240 |
msgid "If the user is logged in, display the post-submit form; or if the user is not logged in, display the login form:"
|
1241 |
+
msgstr "यदि उपयोगकर्ता लॉग इन है, तो पोस्ट-सबमिट फॉर्म प्रदर्शित करें; या यदि उपयोगकर्ता लॉग इन नहीं है, तो लॉगिन फॉर्म प्रदर्शित करें:"
|
1242 |
|
1243 |
+
#: library/plugin-settings.php:1673
|
1244 |
msgid "Restore Defaults"
|
1245 |
msgstr "डिफॉल्ट्स का पुनःस्थापन"
|
1246 |
|
1247 |
+
#: library/plugin-settings.php:1676
|
1248 |
msgid "Leave this option disabled to remember your settings. Or, to go ahead and restore the default plugin options: check the box, save your settings, and then deactivate/reactivate the plugin."
|
1249 |
+
msgstr "अपनी सेटिंग्स को याद रखने के लिए इस विकल्प को निष्क्रिय कर दें। या, आगे बढ़ने और डिफ़ॉल्ट प्लगइन विकल्पों को पुनर्स्थापित करने के लिए: बॉक्स को चेक करें, अपनी सेटिंग्स को सहेजें, और फिर प्लगइन को निष्क्रिय / पुन: सक्रिय करें।"
|
1250 |
|
1251 |
+
#: library/plugin-settings.php:1680
|
1252 |
msgid "Restore default options upon plugin deactivation/reactivation."
|
1253 |
+
msgstr "प्लगइन निष्क्रिय / पुनः सक्रियण पर डिफ़ॉल्ट विकल्पों को पुनर्स्थापित करें।"
|
1254 |
|
1255 |
+
#: library/plugin-settings.php:1687
|
1256 |
msgid "Show Support"
|
1257 |
msgstr "समर्थन दिखाएं"
|
1258 |
|
1259 |
+
#: library/plugin-settings.php:1696
|
1260 |
msgid "by"
|
1261 |
msgstr "द्वारा"
|
1262 |
|
1263 |
+
#: library/plugin-settings.php:1697
|
1264 |
msgid "Jeff Starr on Twitter"
|
1265 |
msgstr "ट्विटर पर जेफ स्टार"
|
1266 |
|
1267 |
+
#: library/plugin-settings.php:1698
|
1268 |
msgid "Obsessive Web Design & Development"
|
1269 |
+
msgstr "जुनूनी वेब डिज़ाइन & amp; विकास"
|
1270 |
|
1271 |
+
#: library/plugin-settings.php:1709
|
1272 |
msgid "Save Preference"
|
1273 |
+
msgstr "वरीयता सहेजें"
|
1274 |
|
1275 |
+
#: library/plugin-settings.php:1716
|
1276 |
msgid "Are you sure you want to restore all default options? (this action cannot be undone)"
|
1277 |
msgstr "क्या आप वाकई सभी डिफ़ॉल्ट विकल्पों को पुनर्स्थापित करना चाहते हैं? (यह कार्य दोबारा से नहीं हो सकता)"
|
1278 |
|
1279 |
+
#: library/support-panel.php:55
|
1280 |
+
msgid "Perishable Press Books"
|
1281 |
+
msgstr "पेरिशबल प्रेस बुक्स"
|
1282 |
+
|
1283 |
+
#: library/support-panel.php:56
|
1284 |
+
msgid "Plugin Planet"
|
1285 |
+
msgstr "प्लगइन ग्रह"
|
1286 |
+
|
1287 |
+
#: library/support-panel.php:57
|
1288 |
+
msgid "Donate via PayPal"
|
1289 |
+
msgstr "पेपाल के माध्यम से दान करें"
|
1290 |
+
|
1291 |
+
#: library/support-panel.php:59
|
1292 |
+
msgid "books"
|
1293 |
+
msgstr "पुस्तकें"
|
1294 |
+
|
1295 |
+
#: library/support-panel.php:60
|
1296 |
+
msgid "plugins"
|
1297 |
+
msgstr "प्लग-इन"
|
1298 |
+
|
1299 |
+
#: library/support-panel.php:61
|
1300 |
+
msgid "donation"
|
1301 |
+
msgstr "दान"
|
1302 |
+
|
1303 |
+
#: library/support-panel.php:63
|
1304 |
+
msgid "Thank you for using"
|
1305 |
+
msgstr "उपयोग करने के लिए आपका धन्यवाद"
|
1306 |
+
|
1307 |
+
#: library/support-panel.php:64
|
1308 |
+
msgid "Please show support by purchasing one of my"
|
1309 |
+
msgstr "कृपया मेरी एक खरीद करके समर्थन दिखाएं"
|
1310 |
+
|
1311 |
+
#: library/support-panel.php:65
|
1312 |
+
msgid "or"
|
1313 |
+
msgstr "या"
|
1314 |
+
|
1315 |
+
#: library/support-panel.php:65
|
1316 |
+
msgid "or by making a"
|
1317 |
+
msgstr "या बनाकर"
|
1318 |
+
|
1319 |
+
#: library/support-panel.php:66
|
1320 |
+
msgid "Your generous support helps future development of"
|
1321 |
+
msgstr "आपका उदार समर्थन भविष्य के विकास में मदद करता है"
|
1322 |
+
|
1323 |
+
#: library/support-panel.php:67
|
1324 |
+
msgid "and is greatly appreciated."
|
1325 |
+
msgstr "और बहुत सराहना की है।"
|
1326 |
+
|
1327 |
+
#: library/support-panel.php:69
|
1328 |
+
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
1329 |
+
msgstr "किसी भी आकार का दान मुझे इस मुफ्त प्लगइन और अन्य भयानक वर्डप्रेस संसाधनों को जारी रखने में मदद करता है।"
|
1330 |
+
|
1331 |
#. Description of the plugin
|
1332 |
#:
|
1333 |
msgid "Enables your visitors to submit posts and images from anywhere on your site."
|
1334 |
+
msgstr "अपने आगंतुकों को आपकी साइट पर कहीं से भी पोस्ट और चित्र सबमिट करने में सक्षम बनाता है।"
|
1335 |
|
1336 |
#. URI of the plugin
|
1337 |
#:
|
languages/usp-it_IT.mo
CHANGED
Binary file
|
languages/usp-it_IT.po
CHANGED
@@ -4,1321 +4,1334 @@ msgstr ""
|
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
-
"Project-Id-Version: USP
|
8 |
"Language: it\n"
|
9 |
|
10 |
#. Name of the plugin
|
11 |
#: user-submitted-posts.php:44 library/support-panel.php:5
|
12 |
msgid "User Submitted Posts"
|
13 |
-
msgstr "
|
14 |
|
15 |
-
#: user-submitted-posts.php:
|
16 |
msgid "requires WordPress "
|
17 |
-
msgstr "richiede WordPress"
|
18 |
|
19 |
-
#: user-submitted-posts.php:
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
-
msgstr " o superiore
|
22 |
|
23 |
-
#: user-submitted-posts.php:
|
24 |
msgid "Please return to the"
|
25 |
msgstr "Si prega di tornare al"
|
26 |
|
27 |
-
#: user-submitted-posts.php:
|
28 |
msgid "WordPress Admin Area"
|
29 |
-
msgstr "Area
|
30 |
|
31 |
-
#: user-submitted-posts.php:
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
msgstr "per aggiornare WordPress e riprovare."
|
34 |
|
35 |
-
#: user-submitted-posts.php:
|
36 |
msgid "User Submitted Post"
|
37 |
-
msgstr "
|
38 |
|
39 |
-
#: user-submitted-posts.php:
|
40 |
msgid "User Submitted Post Info"
|
41 |
msgstr "Informazioni post inviate dall'utente"
|
42 |
|
43 |
-
#: user-submitted-posts.php:
|
44 |
msgid "Submitter Name: "
|
45 |
-
msgstr "Nome
|
46 |
|
47 |
-
#: user-submitted-posts.php:
|
48 |
msgid "Submitter Email: "
|
49 |
-
msgstr "Email del mittente:"
|
50 |
|
51 |
-
#: user-submitted-posts.php:
|
52 |
msgid "Submitter URL: "
|
53 |
-
msgstr "URL del
|
54 |
|
55 |
-
#: user-submitted-posts.php:
|
56 |
msgid "Submitter IP: "
|
57 |
-
msgstr "IP
|
58 |
|
59 |
-
#: user-submitted-posts.php:
|
60 |
msgid "Show USP Posts"
|
61 |
-
msgstr "Mostra
|
62 |
|
63 |
-
#: user-submitted-posts.php:
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
-
#: user-submitted-posts.php:
|
68 |
msgid " files required"
|
69 |
msgstr " file richiesti"
|
70 |
|
71 |
-
#: user-submitted-posts.php:
|
72 |
msgid " file required"
|
73 |
msgstr " file richiesto"
|
74 |
|
75 |
-
#: user-submitted-posts.php:
|
76 |
msgid " files"
|
77 |
msgstr " File"
|
78 |
|
79 |
-
#: user-submitted-posts.php:
|
80 |
msgid " file"
|
81 |
msgstr " file"
|
82 |
|
83 |
-
#: user-submitted-posts.php:
|
84 |
-
#: user-submitted-posts.php:
|
85 |
msgid " pixels"
|
86 |
msgstr " pixel"
|
87 |
|
88 |
-
#: user-submitted-posts.php:
|
89 |
-
#: library/plugin-settings.php:
|
90 |
-
#: library/plugin-settings.php:
|
91 |
msgid "Custom Field"
|
92 |
msgstr "Campo personalizzato"
|
93 |
|
94 |
-
#: user-submitted-posts.php:
|
95 |
msgid "Custom checkbox required"
|
96 |
msgstr "Casella di controllo personalizzata richiesta"
|
97 |
|
98 |
-
#: user-submitted-posts.php:
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
-
msgstr "Si è verificato un errore.
|
101 |
|
102 |
-
#: user-submitted-posts.php:
|
103 |
msgid "User login required"
|
104 |
msgstr "Accesso utente richiesto"
|
105 |
|
106 |
-
#: user-submitted-posts.php:
|
107 |
msgid "User name required"
|
108 |
msgstr "Nome utente richiesto"
|
109 |
|
110 |
-
#: user-submitted-posts.php:
|
111 |
msgid "Post title required"
|
112 |
-
msgstr "
|
113 |
|
114 |
-
#: user-submitted-posts.php:
|
115 |
msgid "User URL required"
|
116 |
-
msgstr "URL
|
117 |
|
118 |
-
#: user-submitted-posts.php:
|
119 |
msgid "Post tags required"
|
120 |
-
msgstr "Post
|
121 |
|
122 |
-
#: user-submitted-posts.php:
|
123 |
msgid "Post category required"
|
124 |
-
msgstr "
|
125 |
|
126 |
-
#: user-submitted-posts.php:
|
127 |
msgid "Post content required"
|
128 |
-
msgstr "Pubblica
|
129 |
|
130 |
-
#: user-submitted-posts.php:
|
131 |
msgid "Correct captcha required"
|
132 |
msgstr "Richiesto captcha corretto"
|
133 |
|
134 |
-
#: user-submitted-posts.php:
|
135 |
msgid "User email required"
|
136 |
-
msgstr "
|
137 |
|
138 |
-
#: user-submitted-posts.php:
|
139 |
msgid "Please check your email and try again"
|
140 |
-
msgstr "Controlla la tua
|
141 |
|
142 |
-
#: user-submitted-posts.php:
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
msgstr "Valore non vuoto per campo nascosto"
|
145 |
|
146 |
-
#: user-submitted-posts.php:
|
147 |
msgid "Minimum number of images not met"
|
148 |
-
msgstr "Numero minimo di immagini non
|
149 |
|
150 |
-
#: user-submitted-posts.php:
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
-
msgstr "Numero massimo di immagini
|
153 |
|
154 |
-
#: user-submitted-posts.php:
|
155 |
msgid "Minimum image width not met"
|
156 |
-
msgstr "Larghezza minima dell'immagine non
|
157 |
|
158 |
-
#: user-submitted-posts.php:
|
159 |
msgid "Image width exceeds maximum"
|
160 |
msgstr "La larghezza dell'immagine supera il massimo"
|
161 |
|
162 |
-
#: user-submitted-posts.php:
|
163 |
msgid "Minimum image height not met"
|
164 |
-
msgstr "Altezza minima dell'immagine non
|
165 |
|
166 |
-
#: user-submitted-posts.php:
|
167 |
msgid "Image height exceeds maximum"
|
168 |
msgstr "L'altezza dell'immagine supera il massimo"
|
169 |
|
170 |
-
#: user-submitted-posts.php:
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
msgstr "Tipo di file non consentito (caricare solo immagini)"
|
173 |
|
174 |
-
#: user-submitted-posts.php:
|
175 |
msgid " required"
|
176 |
msgstr " necessario"
|
177 |
|
178 |
-
#: user-submitted-posts.php:
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
-
msgstr "File non caricato.
|
181 |
|
182 |
-
#: user-submitted-posts.php:
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
-
msgstr "
|
185 |
|
186 |
-
#: user-submitted-posts.php:
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
-
msgstr "Post non creato. Si prega di contattare l'amministratore del sito per
|
189 |
|
190 |
-
#: user-submitted-posts.php:
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
-
msgstr "Titolo
|
193 |
|
194 |
-
#: user-submitted-posts.php:
|
195 |
msgid "Error: "
|
196 |
-
msgstr "Errore:"
|
197 |
|
198 |
-
#: user-submitted-posts.php:
|
199 |
msgid "Return to form"
|
200 |
-
msgstr "Ritorna
|
201 |
|
202 |
-
#: user-submitted-posts.php:
|
203 |
msgid "Please"
|
204 |
msgstr "per favore"
|
205 |
|
206 |
-
#: user-submitted-posts.php:
|
207 |
msgid "log in"
|
208 |
msgstr "accesso"
|
209 |
|
210 |
-
#: user-submitted-posts.php:
|
211 |
msgid "to submit content!"
|
212 |
msgstr "per inviare contenuti!"
|
213 |
|
214 |
-
#: views/submission-form.php:
|
215 |
msgid "Please complete the required fields."
|
216 |
msgstr "Si prega di compilare i campi richiesti."
|
217 |
|
218 |
-
#: views/submission-form.php:
|
219 |
-
#: views/submission-form-alt.php:
|
220 |
msgid "Your Name"
|
221 |
msgstr "Il tuo nome"
|
222 |
|
223 |
-
#: views/submission-form.php:
|
224 |
-
#: views/submission-form-alt.php:
|
225 |
msgid "Your URL"
|
226 |
msgstr "Il tuo URL"
|
227 |
|
228 |
-
#: views/submission-form.php:
|
229 |
-
#: views/submission-form-alt.php:
|
230 |
msgid "Your Email"
|
231 |
msgstr "La tua email"
|
232 |
|
233 |
-
#: views/submission-form.php:
|
234 |
-
#: views/submission-form-alt.php:
|
235 |
-
#: library/plugin-settings.php:
|
236 |
msgid "Post Title"
|
237 |
msgstr "Titolo del post"
|
238 |
|
239 |
-
#: views/submission-form.php:
|
240 |
-
#: views/submission-form-alt.php:
|
241 |
-
#: library/plugin-settings.php:
|
242 |
msgid "Post Tags"
|
243 |
-
msgstr "
|
244 |
|
245 |
-
#: views/submission-form.php:
|
246 |
msgid "Antispam Question"
|
247 |
msgstr "Domanda antispam"
|
248 |
|
249 |
-
#: views/submission-form.php:
|
250 |
-
#: library/plugin-settings.php:
|
251 |
msgid "Post Category"
|
252 |
-
msgstr "
|
253 |
|
254 |
-
#: views/submission-form.php:
|
|
|
255 |
msgid "Please select a category.."
|
256 |
-
msgstr "
|
257 |
|
258 |
-
#: views/submission-form.php:
|
259 |
-
#: views/submission-form-alt.php:
|
260 |
-
#: library/plugin-settings.php:
|
261 |
msgid "Post Content"
|
262 |
-
msgstr "Pubblica
|
263 |
|
264 |
-
#: views/submission-form.php:
|
265 |
msgid "Verification"
|
266 |
msgstr "Verifica"
|
267 |
|
268 |
-
#: views/submission-form.php:
|
269 |
msgid "Upload an Image"
|
270 |
msgstr "Carica un'immagine"
|
271 |
|
272 |
-
#: views/submission-form.php:
|
273 |
msgid "Add another image"
|
274 |
msgstr "Aggiungi un'altra immagine"
|
275 |
|
276 |
-
#: views/submission-form.php:
|
277 |
msgid "Human verification: leave this field empty."
|
278 |
-
msgstr "Verifica umana:
|
279 |
|
280 |
-
#: views/submission-form.php:
|
281 |
msgid "Submit Post"
|
282 |
-
msgstr "Invia
|
|
|
|
|
|
|
|
|
283 |
|
284 |
#: library/shortcode-misc.php:18
|
285 |
msgid "Reset form"
|
286 |
-
msgstr "
|
287 |
|
288 |
#: library/shortcode-misc.php:128
|
289 |
msgid "View full post"
|
290 |
-
msgstr "Visualizza
|
291 |
-
|
292 |
-
#: library/support-panel.php:52
|
293 |
-
msgid "Perishable Press Books"
|
294 |
-
msgstr "Libri di stampa deperibili"
|
295 |
-
|
296 |
-
#: library/support-panel.php:53
|
297 |
-
msgid "Plugin Planet"
|
298 |
-
msgstr "Plugin Planet"
|
299 |
-
|
300 |
-
#: library/support-panel.php:54
|
301 |
-
msgid "Donate via PayPal"
|
302 |
-
msgstr "Dona tramite PayPal"
|
303 |
-
|
304 |
-
#: library/support-panel.php:56
|
305 |
-
msgid "books"
|
306 |
-
msgstr "libri"
|
307 |
-
|
308 |
-
#: library/support-panel.php:57
|
309 |
-
msgid "plugins"
|
310 |
-
msgstr "plugins"
|
311 |
-
|
312 |
-
#: library/support-panel.php:58
|
313 |
-
msgid "donation"
|
314 |
-
msgstr "donazione"
|
315 |
-
|
316 |
-
#: library/support-panel.php:60
|
317 |
-
msgid "Thank you for using"
|
318 |
-
msgstr "Grazie per averlo usato"
|
319 |
-
|
320 |
-
#: library/support-panel.php:61
|
321 |
-
msgid "Please show support by purchasing one of my"
|
322 |
-
msgstr "Si prega di mostrare supporto acquistando uno dei miei"
|
323 |
-
|
324 |
-
#: library/support-panel.php:62
|
325 |
-
msgid "or"
|
326 |
-
msgstr "o"
|
327 |
-
|
328 |
-
#: library/support-panel.php:62
|
329 |
-
msgid "or by making a"
|
330 |
-
msgstr "o facendo un"
|
331 |
-
|
332 |
-
#: library/support-panel.php:63
|
333 |
-
msgid "Your generous support helps future development of"
|
334 |
-
msgstr "Il tuo generoso supporto aiuta lo sviluppo futuro di"
|
335 |
-
|
336 |
-
#: library/support-panel.php:64
|
337 |
-
msgid "and is greatly appreciated."
|
338 |
-
msgstr "ed è molto apprezzato"
|
339 |
-
|
340 |
-
#: library/support-panel.php:66
|
341 |
-
msgid "Any size donation helps me to continue developing this free plugin and other awesome WordPress resources."
|
342 |
-
msgstr "La donazione di qualsiasi dimensione mi aiuta a continuare a sviluppare questo plugin gratuito e altre fantastiche risorse WordPress."
|
343 |
|
344 |
-
#: library/
|
345 |
-
msgid "
|
346 |
-
msgstr "
|
347 |
|
348 |
-
#: library/plugin-settings.php:
|
349 |
msgid "Get USP Pro for unlimited forms!"
|
350 |
msgstr "Ottieni USP Pro per moduli illimitati!"
|
351 |
|
352 |
-
#: library/plugin-settings.php:
|
353 |
msgid "Go Pro"
|
354 |
-
msgstr "
|
355 |
|
356 |
-
#: library/plugin-settings.php:
|
357 |
-
|
358 |
-
msgstr "impostazioni"
|
359 |
-
|
360 |
-
#: library/plugin-settings.php:55 library/plugin-settings.php:1007
|
361 |
-
#: library/plugin-settings.php:1595
|
362 |
msgid "Plugin Homepage"
|
363 |
msgstr "Homepage del plugin"
|
364 |
|
365 |
-
#: library/plugin-settings.php:
|
366 |
msgid "Homepage"
|
367 |
msgstr "Homepage"
|
368 |
|
369 |
-
#: library/plugin-settings.php:
|
370 |
msgid "Give USP a 5-star rating at WordPress.org"
|
371 |
-
msgstr "
|
372 |
|
373 |
-
#: library/plugin-settings.php:
|
374 |
msgid "Rate this plugin »"
|
375 |
-
msgstr "Valuta questo
|
376 |
|
377 |
-
#: library/plugin-settings.php:
|
378 |
msgid "WP Post (recommended)"
|
379 |
msgstr "WP Post (consigliato)"
|
380 |
|
381 |
-
#: library/plugin-settings.php:
|
382 |
msgid "WP Page"
|
383 |
msgstr "Pagina WP"
|
384 |
|
385 |
-
#: library/plugin-settings.php:
|
386 |
msgid "HTML5 Form + Default CSS"
|
387 |
msgstr "Modulo HTML5 + CSS predefinito"
|
388 |
|
389 |
-
#: library/plugin-settings.php:
|
390 |
msgid "(Recommended)"
|
391 |
msgstr "(Consigliato)"
|
392 |
|
393 |
-
#: library/plugin-settings.php:
|
394 |
msgid "HTML5 Form + Disable CSS"
|
395 |
msgstr "Modulo HTML5 + Disabilita CSS"
|
396 |
|
397 |
-
#: library/plugin-settings.php:
|
398 |
msgid "(Provide your own styles)"
|
399 |
msgstr "(Fornisci i tuoi stili)"
|
400 |
|
401 |
-
#: library/plugin-settings.php:
|
402 |
msgid "Custom Form + Custom CSS"
|
403 |
msgstr "Modulo personalizzato + CSS personalizzato"
|
404 |
|
405 |
-
#: library/plugin-settings.php:
|
406 |
msgid "(Provide your own form template & styles)"
|
407 |
msgstr "(Fornisci il tuo modello di modulo e stili)"
|
408 |
|
409 |
-
#: library/plugin-settings.php:
|
410 |
-
#: library/plugin-settings.php:
|
411 |
msgid "Auto-display before post content"
|
412 |
-
msgstr "Visualizzazione automatica prima
|
413 |
|
414 |
-
#: library/plugin-settings.php:
|
415 |
-
#: library/plugin-settings.php:
|
416 |
msgid "Auto-display after post content"
|
417 |
msgstr "Visualizzazione automatica dopo il contenuto del post"
|
418 |
|
419 |
-
#: library/plugin-settings.php:
|
420 |
msgid "Do not auto-display submitted images"
|
421 |
msgstr "Non visualizzare automaticamente le immagini inviate"
|
422 |
|
423 |
-
#: library/plugin-settings.php:
|
424 |
msgid "Do not auto-display submitted email"
|
425 |
-
msgstr "Non visualizzare automaticamente
|
426 |
|
427 |
-
#: library/plugin-settings.php:
|
428 |
msgid "Do not auto-display submitted URL"
|
429 |
msgstr "Non visualizzare automaticamente l'URL inviato"
|
430 |
|
431 |
-
#: library/plugin-settings.php:
|
432 |
msgid "Do not auto-display the Custom Field"
|
433 |
msgstr "Non visualizzare automaticamente il campo personalizzato"
|
434 |
|
435 |
-
#: library/plugin-settings.php:
|
436 |
-
#: library/plugin-settings.php:
|
437 |
-
msgid "
|
438 |
-
msgstr "
|
439 |
|
440 |
-
#: library/plugin-settings.php:
|
441 |
-
msgid "
|
442 |
-
msgstr "
|
443 |
|
444 |
-
#: library/plugin-settings.php:
|
445 |
-
#: library/plugin-settings.php:
|
446 |
msgid "Disable this field"
|
447 |
msgstr "Disabilita questo campo"
|
448 |
|
449 |
-
#: library/plugin-settings.php:
|
450 |
-
#: library/plugin-settings.php:
|
451 |
msgid "(Visit"
|
452 |
msgstr "(Visita"
|
453 |
|
454 |
-
#: library/plugin-settings.php:
|
455 |
-
#: library/plugin-settings.php:
|
456 |
msgid "to configure options)"
|
457 |
msgstr "per configurare le opzioni)"
|
458 |
|
459 |
-
#: library/plugin-settings.php:
|
460 |
-
#: library/plugin-settings.php:
|
461 |
msgid "Challenge Question"
|
462 |
-
msgstr "Domanda
|
463 |
|
464 |
-
#: library/plugin-settings.php:
|
465 |
-
#: library/plugin-settings.php:
|
466 |
msgid "Google reCAPTCHA"
|
467 |
msgstr "Google reCAPTCHA"
|
468 |
|
469 |
-
#: library/plugin-settings.php:
|
470 |
msgid "Post Images"
|
471 |
msgstr "Pubblica immagini"
|
472 |
|
473 |
-
#: library/plugin-settings.php:
|
474 |
-
msgid "
|
475 |
-
msgstr "
|
476 |
|
477 |
-
#: library/plugin-settings.php:
|
478 |
msgid "Disable"
|
479 |
msgstr "disattivare"
|
480 |
|
481 |
-
#: library/plugin-settings.php:
|
482 |
msgid "Image Uploads"
|
483 |
msgstr "Caricamenti di immagini"
|
484 |
|
485 |
-
#: library/plugin-settings.php:
|
486 |
msgid "Draft"
|
487 |
msgstr "Bozza"
|
488 |
|
489 |
-
#: library/plugin-settings.php:
|
490 |
msgid "Pending (default)"
|
491 |
-
msgstr "In sospeso (
|
492 |
|
493 |
-
#: library/plugin-settings.php:
|
494 |
msgid "Publish immediately"
|
495 |
-
msgstr "Pubblica
|
496 |
|
497 |
-
#: library/plugin-settings.php:
|
498 |
msgid "Publish after 1 approved post"
|
499 |
msgstr "Pubblica dopo 1 post approvato"
|
500 |
|
501 |
-
#: library/plugin-settings.php:
|
502 |
msgid "Publish after "
|
503 |
-
msgstr "Pubblica dopo"
|
504 |
|
505 |
-
#: library/plugin-settings.php:
|
506 |
msgid " approved posts"
|
507 |
-
msgstr "
|
508 |
|
509 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
510 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
511 |
-
msgstr "C'era un errore. Assicurati di aver aggiunto un titolo, alcuni contenuti e di aver caricato solo
|
512 |
|
513 |
-
#: library/plugin-settings.php:
|
514 |
msgid "Please select your image(s) to upload."
|
515 |
-
msgstr "
|
516 |
|
517 |
-
#: library/plugin-settings.php:
|
518 |
msgid "Success! Thank you for your submission."
|
519 |
msgstr "Successo! Grazie per la vostra presentazione."
|
520 |
|
521 |
-
#: library/plugin-settings.php:
|
522 |
msgid "Email"
|
523 |
msgstr "E-mail"
|
524 |
|
525 |
-
#: library/plugin-settings.php:
|
526 |
msgid "URL"
|
527 |
msgstr "URL"
|
528 |
|
529 |
-
#: library/plugin-settings.php:
|
530 |
msgid "Toggle all panels"
|
531 |
-
msgstr "Attiva tutti i pannelli"
|
532 |
|
533 |
-
#: library/plugin-settings.php:
|
534 |
msgid "We need your support!"
|
535 |
msgstr "Abbiamo bisogno del tuo supporto!"
|
536 |
|
537 |
-
#: library/plugin-settings.php:
|
538 |
msgid "Make a donation via PayPal"
|
539 |
-
msgstr "
|
540 |
|
541 |
-
#: library/plugin-settings.php:
|
542 |
msgid "make a donation"
|
543 |
msgstr "Fai una donazione"
|
544 |
|
545 |
-
#: library/plugin-settings.php:
|
546 |
msgid "and/or"
|
547 |
msgstr "e / o"
|
548 |
|
549 |
-
#: library/plugin-settings.php:
|
550 |
msgid "Rate and review at the Plugin Directory"
|
551 |
-
msgstr "Valuta e
|
552 |
|
553 |
-
#: library/plugin-settings.php:
|
554 |
msgid "give this plugin a 5-star rating"
|
555 |
msgstr "dai a questo plugin una valutazione a 5 stelle"
|
556 |
|
557 |
-
#: library/plugin-settings.php:
|
558 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
559 |
msgstr "Il tuo generoso supporto consente lo sviluppo continuo di questo plugin gratuito. Grazie!"
|
560 |
|
561 |
-
#: library/plugin-settings.php:
|
562 |
msgid "Check this box if you have shown support"
|
563 |
msgstr "Seleziona questa casella se hai mostrato supporto"
|
564 |
|
565 |
-
#: library/plugin-settings.php:
|
566 |
msgid "Overview"
|
567 |
msgstr "Panoramica"
|
568 |
|
569 |
-
#: library/plugin-settings.php:
|
570 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
571 |
-
msgstr "consente ai tuoi visitatori di inviare post e caricare immagini dal front-end del tuo sito."
|
572 |
|
573 |
-
#: library/plugin-settings.php:
|
574 |
msgid "For advanced functionality and unlimited forms, check out"
|
575 |
msgstr "Per funzionalità avanzate e moduli illimitati, controlla"
|
576 |
|
577 |
-
#: library/plugin-settings.php:
|
578 |
msgid "USP Pro"
|
579 |
msgstr "USP Pro"
|
580 |
|
581 |
-
#: library/plugin-settings.php:
|
582 |
msgid "— the ultimate solution for user-generated content."
|
583 |
msgstr "& Mdash; la soluzione definitiva per i contenuti generati dagli utenti."
|
584 |
|
585 |
-
#: library/plugin-settings.php:
|
586 |
msgid "Plugin Settings"
|
587 |
msgstr "Impostazioni del plugin"
|
588 |
|
589 |
-
#: library/plugin-settings.php:
|
590 |
msgid "Display the form"
|
591 |
msgstr "Visualizza il modulo"
|
592 |
|
593 |
-
#: library/plugin-settings.php:
|
594 |
msgid "If you like this plugin, please"
|
595 |
msgstr "Se ti piace questo plugin, per favore"
|
596 |
|
597 |
-
#: library/plugin-settings.php:
|
598 |
msgid "THANK YOU for your support!"
|
599 |
msgstr "Grazie per il vostro sostegno!"
|
600 |
|
601 |
-
#: library/plugin-settings.php:
|
602 |
msgid "give it a 5-star rating"
|
603 |
-
msgstr "
|
604 |
|
605 |
-
#: library/plugin-settings.php:
|
606 |
msgid "Unlimited front-end forms"
|
607 |
-
msgstr "
|
608 |
|
609 |
-
#: library/plugin-settings.php:
|
610 |
msgid "Get USP Pro"
|
611 |
msgstr "Ottieni USP Pro"
|
612 |
|
613 |
-
#: library/plugin-settings.php:
|
614 |
msgid "Configure your settings for User Submitted Posts."
|
615 |
msgstr "Configura le tue impostazioni per i post inviati dall'utente."
|
616 |
|
617 |
-
#: library/plugin-settings.php:
|
618 |
msgid "Form Fields"
|
619 |
msgstr "Campi modulo"
|
620 |
|
621 |
-
#: library/plugin-settings.php:
|
622 |
msgid "User Name"
|
623 |
msgstr "Nome utente"
|
624 |
|
625 |
-
#: library/plugin-settings.php:
|
626 |
msgid "User Email"
|
627 |
msgstr "Email dell'utente"
|
628 |
|
629 |
-
#: library/plugin-settings.php:
|
630 |
msgid "User URL"
|
631 |
msgstr "URL dell'utente"
|
632 |
|
633 |
-
#: library/plugin-settings.php:
|
634 |
msgid "General Settings"
|
635 |
msgstr "impostazioni generali"
|
636 |
|
637 |
-
#: library/plugin-settings.php:
|
638 |
msgid "Note that the default settings work fine for most cases."
|
639 |
-
msgstr "Si noti che le impostazioni predefinite funzionano bene
|
640 |
|
641 |
-
#: library/plugin-settings.php:
|
642 |
msgid "Form Style"
|
643 |
msgstr "Stile della forma"
|
644 |
|
645 |
-
#: library/plugin-settings.php:
|
646 |
msgid "With this option, you can copy the plugin’s default templates:"
|
647 |
msgstr "Con questa opzione, puoi copiare i modelli predefiniti del plug-in:"
|
648 |
|
649 |
-
#: library/plugin-settings.php:
|
650 |
msgid "..and upload them into a directory named"
|
651 |
-
msgstr "..e
|
652 |
|
653 |
-
#: library/plugin-settings.php:
|
654 |
msgid "in your theme:"
|
655 |
msgstr "nel tuo tema:"
|
656 |
|
657 |
-
#: library/plugin-settings.php:
|
658 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
659 |
-
msgstr "Ciò ti consentirà di personalizzare la forma e gli stili come desiderato. Per
|
660 |
|
661 |
-
#: library/plugin-settings.php:
|
662 |
msgid "Installation Docs"
|
663 |
msgstr "Documenti di installazione"
|
664 |
|
665 |
-
#: library/plugin-settings.php:
|
666 |
msgid "FYI: here is a"
|
667 |
-
msgstr "
|
668 |
|
669 |
-
#: library/plugin-settings.php:
|
670 |
msgid "list of USP CSS selectors"
|
671 |
msgstr "elenco dei selettori CSS USP"
|
672 |
|
673 |
-
#: library/plugin-settings.php:
|
674 |
msgid "Include JavaScript"
|
675 |
-
msgstr "
|
676 |
|
677 |
-
#: library/plugin-settings.php:
|
678 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
679 |
-
msgstr "Seleziona questa casella se
|
680 |
|
681 |
-
#: library/plugin-settings.php:
|
682 |
msgid "Targeted Loading"
|
683 |
msgstr "Caricamento mirato"
|
684 |
|
685 |
-
#: library/plugin-settings.php:
|
686 |
-
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages."
|
687 |
-
msgstr "Per impostazione predefinita, CSS esterno
|
688 |
|
689 |
-
#: library/plugin-settings.php:
|
690 |
msgid "Post Type"
|
691 |
-
msgstr "
|
692 |
|
693 |
-
#: library/plugin-settings.php:
|
694 |
msgid "Submit posts as WP Posts or Pages"
|
695 |
-
msgstr "Invia post come
|
696 |
|
697 |
-
#: library/plugin-settings.php:
|
698 |
msgid "Post Status"
|
699 |
msgstr "Post Status"
|
700 |
|
701 |
-
#: library/plugin-settings.php:
|
702 |
msgid "Post Status for submitted posts"
|
703 |
-
msgstr "
|
704 |
|
705 |
-
#: library/plugin-settings.php:
|
706 |
msgid "Redirect URL"
|
707 |
msgstr "URL di reindirizzamento"
|
708 |
|
709 |
-
#: library/plugin-settings.php:
|
710 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
711 |
-
msgstr "Specificare un URL per reindirizzare l'utente dopo
|
712 |
|
713 |
-
#: library/plugin-settings.php:
|
714 |
msgid "Success Message"
|
715 |
msgstr "Messaggio di successo"
|
716 |
|
717 |
-
#: library/plugin-settings.php:
|
718 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
719 |
-
msgstr "Messaggio di successo che viene visualizzato se
|
720 |
|
721 |
-
#: library/plugin-settings.php:
|
722 |
msgid "Error Message"
|
723 |
msgstr "Messaggio di errore"
|
724 |
|
725 |
-
#: library/plugin-settings.php:
|
726 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
727 |
-
msgstr "Messaggio di errore generale che viene visualizzato se
|
728 |
|
729 |
-
#: library/plugin-settings.php:
|
730 |
msgid "Custom Content"
|
731 |
msgstr "Contenuto personalizzato"
|
732 |
|
733 |
-
#: library/plugin-settings.php:
|
734 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
735 |
-
msgstr "Testo
|
736 |
|
737 |
-
#: library/plugin-settings.php:
|
738 |
msgid "Rich Text Editor"
|
739 |
-
msgstr "Rich Text
|
740 |
|
741 |
-
#: library/plugin-settings.php:
|
742 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
743 |
-
msgstr "
|
744 |
|
745 |
-
#: library/plugin-settings.php:
|
746 |
msgid "Unique Titles"
|
747 |
msgstr "Titoli unici"
|
748 |
|
749 |
-
#: library/plugin-settings.php:
|
750 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
751 |
-
msgstr "
|
752 |
|
753 |
-
#: library/plugin-settings.php:
|
754 |
msgid "Disable Required"
|
755 |
-
msgstr "
|
756 |
|
757 |
-
#: library/plugin-settings.php:
|
758 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
759 |
-
msgstr "
|
760 |
|
761 |
-
#: library/plugin-settings.php:
|
762 |
msgid "Enable Shortcodes"
|
763 |
msgstr "Abilita codici brevi"
|
764 |
|
765 |
-
#: library/plugin-settings.php:
|
766 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
767 |
-
msgstr "Abilita
|
768 |
|
769 |
-
#: library/plugin-settings.php:
|
770 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
771 |
-
msgstr "Questa impostazione abilita
|
772 |
|
773 |
-
#: library/plugin-settings.php:
|
774 |
-
msgid "
|
775 |
-
msgstr "
|
776 |
|
777 |
-
#: library/plugin-settings.php:
|
778 |
msgid "Disable IP Tracking"
|
779 |
msgstr "Disabilita il monitoraggio IP"
|
780 |
|
781 |
-
#: library/plugin-settings.php:
|
782 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
783 |
-
msgstr "Per impostazione predefinita, USP registra l'indirizzo IP con ciascun post inviato. Seleziona questa casella per disabilitare tutto il
|
784 |
|
785 |
-
#: library/plugin-settings.php:
|
786 |
msgid "Display Checkbox"
|
787 |
-
msgstr "Visualizza
|
788 |
|
789 |
-
#: library/plugin-settings.php:
|
790 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
791 |
-
msgstr "
|
792 |
|
793 |
-
#: library/plugin-settings.php:
|
794 |
msgid "Checkbox Name"
|
795 |
msgstr "Nome casella di controllo"
|
796 |
|
797 |
-
#: library/plugin-settings.php:
|
798 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
799 |
-
msgstr "
|
800 |
|
801 |
-
#: library/plugin-settings.php:
|
802 |
msgid "Checkbox Error"
|
803 |
-
msgstr "
|
804 |
|
805 |
-
#: library/plugin-settings.php:
|
806 |
msgid "Error message displayed if user does not check the box."
|
807 |
msgstr "Messaggio di errore visualizzato se l'utente non seleziona la casella."
|
808 |
|
809 |
-
#: library/plugin-settings.php:
|
810 |
msgid "Checkbox Text"
|
811 |
-
msgstr "
|
812 |
|
813 |
-
#: library/plugin-settings.php:
|
814 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
815 |
-
msgstr "Testo visualizzato accanto alla casella di controllo. Suggerimento:
|
816 |
|
817 |
-
#: library/plugin-settings.php:
|
818 |
msgid "Categories"
|
819 |
msgstr "categorie"
|
820 |
|
821 |
-
#: library/plugin-settings.php:
|
822 |
-
msgid "
|
823 |
-
msgstr "
|
824 |
|
825 |
-
#: library/plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
826 |
msgid "Hidden/Default Category"
|
827 |
msgstr "Categoria nascosta / predefinita"
|
828 |
|
829 |
-
#: library/plugin-settings.php:
|
830 |
-
msgid "Use a hidden field for the post category. This
|
831 |
-
msgstr "
|
832 |
|
833 |
-
#: library/plugin-settings.php:
|
834 |
msgid "Category ID for Hidden Field"
|
835 |
msgstr "ID categoria per campo nascosto"
|
836 |
|
837 |
-
#: library/plugin-settings.php:
|
838 |
-
msgid "Specify
|
839 |
-
msgstr "Specifica
|
840 |
|
841 |
-
#: library/plugin-settings.php:
|
842 |
msgid "Users"
|
843 |
msgstr "utenti"
|
844 |
|
845 |
-
#: library/plugin-settings.php:
|
846 |
msgid "Assigned Author"
|
847 |
msgstr "Autore assegnato"
|
848 |
|
849 |
-
#: library/plugin-settings.php:
|
850 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
851 |
-
msgstr "
|
852 |
|
853 |
-
#: library/plugin-settings.php:
|
854 |
msgid "Registered Username"
|
855 |
msgstr "Nome utente registrato"
|
856 |
|
857 |
-
#: library/plugin-settings.php:
|
858 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
859 |
-
msgstr "Usa nome utente registrato come autore post. Valido quando la persona che invia il modulo
|
860 |
|
861 |
-
#: library/plugin-settings.php:
|
862 |
msgid "User Profile URL"
|
863 |
msgstr "URL del profilo utente"
|
864 |
|
865 |
-
#: library/plugin-settings.php:
|
866 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
867 |
-
msgstr "Usa l'URL del profilo utente registrato come valore del campo URL. Valido quando la persona che invia il modulo
|
868 |
|
869 |
-
#: library/plugin-settings.php:
|
870 |
msgid "Require User Login"
|
871 |
msgstr "Richiedi accesso utente"
|
872 |
|
873 |
-
#: library/plugin-settings.php:
|
874 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
875 |
-
msgstr "
|
876 |
|
877 |
-
#: library/plugin-settings.php:
|
878 |
msgid "Disable Replace Author"
|
879 |
msgstr "Disabilita Sostituisci autore"
|
880 |
|
881 |
-
#: library/plugin-settings.php:
|
882 |
msgid "Do not replace post author with submitted user name"
|
883 |
msgstr "Non sostituire l'autore del post con il nome utente inviato"
|
884 |
|
885 |
-
#: library/plugin-settings.php:
|
886 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
887 |
-
msgstr "Qui
|
888 |
|
889 |
-
#: library/plugin-settings.php:
|
890 |
msgid "Custom Field Name"
|
891 |
msgstr "Nome campo personalizzato"
|
892 |
|
893 |
-
#: library/plugin-settings.php:
|
894 |
msgid "Custom Field Label"
|
895 |
-
msgstr "Etichetta
|
896 |
|
897 |
-
#: library/plugin-settings.php:
|
898 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
899 |
-
msgstr "Questo verrà visualizzato come
|
900 |
|
901 |
-
#: library/plugin-settings.php:
|
902 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
903 |
-
msgstr "Per prevenire lo spam,
|
904 |
|
905 |
-
#: library/plugin-settings.php:
|
906 |
msgid "Challenge Response"
|
907 |
msgstr "Risposta alla sfida"
|
908 |
|
909 |
-
#: library/plugin-settings.php:
|
910 |
msgid "Enter the *only* correct answer to the challenge question."
|
911 |
-
msgstr "Inserisci la * sola * risposta corretta alla domanda
|
912 |
|
913 |
-
#: library/plugin-settings.php:
|
914 |
msgid "Case-sensitivity"
|
915 |
msgstr "Case-sensibilità"
|
916 |
|
917 |
-
#: library/plugin-settings.php:
|
918 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
919 |
-
msgstr "
|
920 |
|
921 |
-
#: library/plugin-settings.php:
|
922 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
923 |
msgstr "Per abilitare Google reCAPTCHA, inserisci le tue chiavi pubbliche e private."
|
924 |
|
925 |
-
#: library/plugin-settings.php:
|
926 |
msgid "Public Key"
|
927 |
msgstr "Chiave pubblica"
|
928 |
|
929 |
-
#: library/plugin-settings.php:
|
930 |
msgid "Enter your Public Key"
|
931 |
msgstr "Inserisci la tua chiave pubblica"
|
932 |
|
933 |
-
#: library/plugin-settings.php:
|
934 |
msgid "Private Key"
|
935 |
msgstr "Chiave privata"
|
936 |
|
937 |
-
#: library/plugin-settings.php:
|
938 |
msgid "Enter your Private Key"
|
939 |
msgstr "Inserisci la tua chiave privata"
|
940 |
|
941 |
-
#: library/plugin-settings.php:
|
942 |
msgid "Email Alerts"
|
943 |
msgstr "Avvisi via email"
|
944 |
|
945 |
-
#: library/plugin-settings.php:
|
946 |
msgid "Receive Email Alert"
|
947 |
-
msgstr "Ricevi avviso
|
948 |
|
949 |
-
#: library/plugin-settings.php:
|
950 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
951 |
-
msgstr "Seleziona questa casella se
|
952 |
|
953 |
-
#: library/plugin-settings.php:
|
954 |
msgid "Enable HTML Format"
|
955 |
msgstr "Abilita il formato HTML"
|
956 |
|
957 |
-
#: library/plugin-settings.php:
|
958 |
msgid "Check this box to enable HTML format for email alerts."
|
959 |
msgstr "Seleziona questa casella per abilitare il formato HTML per gli avvisi e-mail."
|
960 |
|
961 |
-
#: library/plugin-settings.php:
|
962 |
msgid "Email Address for Alerts"
|
963 |
-
msgstr "Indirizzo
|
964 |
|
965 |
-
#: library/plugin-settings.php:
|
966 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
967 |
-
msgstr "Se hai selezionato la casella per ricevere avvisi
|
968 |
|
969 |
-
#: library/plugin-settings.php:
|
970 |
msgid "Multiple recipients may be included using a comma, like so:"
|
971 |
-
msgstr "
|
972 |
|
973 |
-
#: library/plugin-settings.php:
|
974 |
msgid "Email “From” Address"
|
975 |
msgstr "Email & ldquo; Da & rdquo; Indirizzo"
|
976 |
|
977 |
-
#: library/plugin-settings.php:
|
978 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
979 |
-
msgstr "Qui puoi personalizzare
|
980 |
|
981 |
-
#: library/plugin-settings.php:
|
982 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
983 |
-
msgstr "Se nell'impostazione precedente sono specificati più indirizzi, includi un numero uguale di & ldquo; Da & rdquo; indirizzi per questa impostazione (nello stesso ordine)."
|
984 |
|
985 |
-
#: library/plugin-settings.php:
|
986 |
msgid "Email Alert Subject"
|
987 |
-
msgstr "Oggetto
|
988 |
|
989 |
-
#: library/plugin-settings.php:
|
990 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
991 |
-
msgstr "Riga dell'oggetto per gli avvisi e-mail. Lascia vuoto per utilizzare la riga dell'oggetto predefinita. Nota: è possibile utilizzare le seguenti variabili:"
|
992 |
|
993 |
-
#: library/plugin-settings.php:
|
994 |
msgid "Email Alert Message"
|
995 |
-
msgstr "Messaggio di avviso
|
996 |
|
997 |
-
#: library/plugin-settings.php:
|
998 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
999 |
-
msgstr "Messaggio per avvisi e-mail. Lascia vuoto per utilizzare il messaggio predefinito. Nota: è possibile utilizzare le seguenti variabili:"
|
1000 |
|
1001 |
-
#: library/plugin-settings.php:
|
1002 |
msgid "Featured Image"
|
1003 |
msgstr "Immagine in primo piano"
|
1004 |
|
1005 |
-
#: library/plugin-settings.php:
|
1006 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
1007 |
-
msgstr "Imposta le immagini inviate come
|
1008 |
|
1009 |
-
#: library/plugin-settings.php:
|
1010 |
msgid "Upload Message"
|
1011 |
msgstr "Carica messaggio"
|
1012 |
|
1013 |
-
#: library/plugin-settings.php:
|
1014 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
1015 |
-
msgstr "Messaggio che appare accanto al campo di caricamento. Utile per
|
1016 |
|
1017 |
-
#: library/plugin-settings.php:
|
1018 |
msgid "“Add another image” link"
|
1019 |
msgstr "& ldquo; Aggiungi un'altra immagine & rdquo; collegamento"
|
1020 |
|
1021 |
-
#: library/plugin-settings.php:
|
1022 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
1023 |
-
msgstr "
|
1024 |
|
1025 |
-
#: library/plugin-settings.php:
|
1026 |
msgid "Minimum number of images"
|
1027 |
msgstr "Numero minimo di immagini"
|
1028 |
|
1029 |
-
#: library/plugin-settings.php:
|
1030 |
msgid "Specify the minimum number of images."
|
1031 |
msgstr "Specifica il numero minimo di immagini."
|
1032 |
|
1033 |
-
#: library/plugin-settings.php:
|
1034 |
msgid "Maximum number of images"
|
1035 |
msgstr "Numero massimo di immagini"
|
1036 |
|
1037 |
-
#: library/plugin-settings.php:
|
1038 |
msgid "Specify the maximum number of images."
|
1039 |
msgstr "Specifica il numero massimo di immagini."
|
1040 |
|
1041 |
-
#: library/plugin-settings.php:
|
1042 |
msgid "Minimum image width"
|
1043 |
msgstr "Larghezza minima dell'immagine"
|
1044 |
|
1045 |
-
#: library/plugin-settings.php:
|
1046 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1047 |
-
msgstr "
|
1048 |
|
1049 |
-
#: library/plugin-settings.php:
|
1050 |
msgid "Minimum image height"
|
1051 |
msgstr "Altezza minima dell'immagine"
|
1052 |
|
1053 |
-
#: library/plugin-settings.php:
|
1054 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1055 |
msgstr "Specifica un'altezza minima (in pixel) per le immagini caricate."
|
1056 |
|
1057 |
-
#: library/plugin-settings.php:
|
1058 |
msgid "Maximum image width"
|
1059 |
-
msgstr "
|
1060 |
|
1061 |
-
#: library/plugin-settings.php:
|
1062 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1063 |
-
msgstr "
|
1064 |
|
1065 |
-
#: library/plugin-settings.php:
|
1066 |
msgid "Maximum image height"
|
1067 |
msgstr "Altezza massima dell'immagine"
|
1068 |
|
1069 |
-
#: library/plugin-settings.php:
|
1070 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1071 |
msgstr "Specifica un'altezza massima (in pixel) per le immagini caricate."
|
1072 |
|
1073 |
-
#: library/plugin-settings.php:
|
1074 |
msgid "More Options"
|
1075 |
msgstr "Più opzioni"
|
1076 |
|
1077 |
-
#: library/plugin-settings.php:
|
1078 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1079 |
-
msgstr "Per
|
1080 |
|
1081 |
-
#: library/plugin-settings.php:
|
1082 |
msgid "Go Pro!"
|
1083 |
-
msgstr "
|
1084 |
|
1085 |
-
#: library/plugin-settings.php:
|
1086 |
msgid "Auto-Display Content"
|
1087 |
msgstr "Visualizzazione automatica del contenuto"
|
1088 |
|
1089 |
-
#: library/plugin-settings.php:
|
1090 |
msgid "Auto-Display Images"
|
1091 |
msgstr "Visualizzazione automatica delle immagini"
|
1092 |
|
1093 |
-
#: library/plugin-settings.php:
|
1094 |
msgid "Auto-display user-submitted images:"
|
1095 |
-
msgstr "
|
1096 |
|
1097 |
-
#: library/plugin-settings.php:
|
1098 |
msgid "Image Markup"
|
1099 |
-
msgstr "Markup
|
1100 |
|
1101 |
-
#: library/plugin-settings.php:
|
1102 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1103 |
-
msgstr "Markup da utilizzare per
|
1104 |
|
1105 |
-
#: library/plugin-settings.php:
|
1106 |
-
#: library/plugin-settings.php:
|
1107 |
msgid "and"
|
1108 |
msgstr "e"
|
1109 |
|
1110 |
-
#: library/plugin-settings.php:
|
1111 |
msgid "Auto-Display Email"
|
1112 |
-
msgstr "
|
1113 |
|
1114 |
-
#: library/plugin-settings.php:
|
1115 |
msgid "Auto-display user-submitted email:"
|
1116 |
-
msgstr "
|
1117 |
|
1118 |
-
#: library/plugin-settings.php:
|
1119 |
msgid "Email Markup"
|
1120 |
-
msgstr "
|
1121 |
|
1122 |
-
#: library/plugin-settings.php:
|
1123 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1124 |
-
msgstr "Markup da utilizzare per l'indirizzo
|
1125 |
|
1126 |
-
#: library/plugin-settings.php:
|
1127 |
msgid "Auto-Display URL"
|
1128 |
msgstr "URL di visualizzazione automatica"
|
1129 |
|
1130 |
-
#: library/plugin-settings.php:
|
1131 |
msgid "Auto-display user-submitted URL:"
|
1132 |
-
msgstr "
|
1133 |
|
1134 |
-
#: library/plugin-settings.php:
|
1135 |
msgid "URL Markup"
|
1136 |
msgstr "Markup URL"
|
1137 |
|
1138 |
-
#: library/plugin-settings.php:
|
1139 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1140 |
-
msgstr "Markup da utilizzare per l'URL inviato (quando
|
1141 |
|
1142 |
-
#: library/plugin-settings.php:
|
1143 |
msgid "Auto-Display Custom Field"
|
1144 |
msgstr "Visualizzazione automatica campo personalizzato"
|
1145 |
|
1146 |
-
#: library/plugin-settings.php:
|
1147 |
msgid "Auto-display user-submitted Custom Field:"
|
1148 |
-
msgstr "
|
1149 |
|
1150 |
-
#: library/plugin-settings.php:
|
1151 |
msgid "Custom Field Markup"
|
1152 |
-
msgstr "Markup
|
1153 |
|
1154 |
-
#: library/plugin-settings.php:
|
1155 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1156 |
msgstr "Markup da utilizzare per il campo personalizzato inviato (quando è abilitata la visualizzazione automatica). Poter usare"
|
1157 |
|
1158 |
-
#: library/plugin-settings.php:
|
1159 |
msgid "Save Settings"
|
1160 |
msgstr "Salva le impostazioni"
|
1161 |
|
1162 |
-
#: library/plugin-settings.php:
|
1163 |
msgid "Display the Form"
|
1164 |
msgstr "Visualizza il modulo"
|
1165 |
|
1166 |
-
#: library/plugin-settings.php:
|
1167 |
msgid "Post-Submit Form"
|
1168 |
-
msgstr "Modulo
|
1169 |
|
1170 |
-
#: library/plugin-settings.php:
|
1171 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1172 |
-
msgstr "USP ti consente di visualizzare un modulo
|
1173 |
|
1174 |
-
#: library/plugin-settings.php:
|
1175 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1176 |
msgstr "Utilizzare lo shortcode per visualizzare il modulo su qualsiasi post o pagina WP:"
|
1177 |
|
1178 |
-
#: library/plugin-settings.php:
|
1179 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1180 |
-
msgstr "In alternativa,
|
1181 |
|
1182 |
-
#: library/plugin-settings.php:
|
1183 |
msgid "Login/Register Form"
|
1184 |
-
msgstr "
|
1185 |
|
1186 |
-
#: library/plugin-settings.php:
|
1187 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1188 |
-
msgstr "È inoltre possibile visualizzare un modulo che consente agli utenti di accedere,
|
1189 |
|
1190 |
-
#: library/plugin-settings.php:
|
1191 |
msgid "Display Submitted Posts"
|
1192 |
-
msgstr "
|
1193 |
|
1194 |
-
#: library/plugin-settings.php:
|
1195 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1196 |
msgstr "Utilizzare questo shortcode per visualizzare un elenco di post inviati su qualsiasi post o pagina WP:"
|
1197 |
|
1198 |
-
#: library/plugin-settings.php:
|
1199 |
msgid "Or, use the template tag to display a
|
4 |
"Content-Type: text/plain; charset=UTF-8\n"
|
5 |
"Content-Transfer-Encoding: 8bit\n"
|
6 |
"X-Generator: POEditor.com\n"
|
7 |
+
"Project-Id-Version: USP 20190825\n"
|
8 |
"Language: it\n"
|
9 |
|
10 |
#. Name of the plugin
|
11 |
#: user-submitted-posts.php:44 library/support-panel.php:5
|
12 |
msgid "User Submitted Posts"
|
13 |
+
msgstr "Messaggi inviati dall'utente"
|
14 |
|
15 |
+
#: user-submitted-posts.php:82
|
16 |
msgid "requires WordPress "
|
17 |
+
msgstr "richiede WordPress "
|
18 |
|
19 |
+
#: user-submitted-posts.php:83
|
20 |
msgid " or higher, and has been deactivated! "
|
21 |
+
msgstr " o superiore ed è stato disattivato! "
|
22 |
|
23 |
+
#: user-submitted-posts.php:84
|
24 |
msgid "Please return to the"
|
25 |
msgstr "Si prega di tornare al"
|
26 |
|
27 |
+
#: user-submitted-posts.php:85
|
28 |
msgid "WordPress Admin Area"
|
29 |
+
msgstr "Area di amministrazione di WordPress"
|
30 |
|
31 |
+
#: user-submitted-posts.php:86
|
32 |
msgid "to upgrade WordPress and try again."
|
33 |
msgstr "per aggiornare WordPress e riprovare."
|
34 |
|
35 |
+
#: user-submitted-posts.php:126
|
36 |
msgid "User Submitted Post"
|
37 |
+
msgstr "Posta inviata dall'utente"
|
38 |
|
39 |
+
#: user-submitted-posts.php:467
|
40 |
msgid "User Submitted Post Info"
|
41 |
msgstr "Informazioni post inviate dall'utente"
|
42 |
|
43 |
+
#: user-submitted-posts.php:497
|
44 |
msgid "Submitter Name: "
|
45 |
+
msgstr "Nome mittente: "
|
46 |
|
47 |
+
#: user-submitted-posts.php:498
|
48 |
msgid "Submitter Email: "
|
49 |
+
msgstr "Email del mittente: "
|
50 |
|
51 |
+
#: user-submitted-posts.php:499
|
52 |
msgid "Submitter URL: "
|
53 |
+
msgstr "URL del mittente: "
|
54 |
|
55 |
+
#: user-submitted-posts.php:500
|
56 |
msgid "Submitter IP: "
|
57 |
+
msgstr "IP mittente: "
|
58 |
|
59 |
+
#: user-submitted-posts.php:555
|
60 |
msgid "Show USP Posts"
|
61 |
+
msgstr "Mostra post USP"
|
62 |
|
63 |
+
#: user-submitted-posts.php:556 library/plugin-settings.php:1095
|
64 |
msgid "USP"
|
65 |
msgstr "USP"
|
66 |
|
67 |
+
#: user-submitted-posts.php:1393
|
68 |
msgid " files required"
|
69 |
msgstr " file richiesti"
|
70 |
|
71 |
+
#: user-submitted-posts.php:1394
|
72 |
msgid " file required"
|
73 |
msgstr " file richiesto"
|
74 |
|
75 |
+
#: user-submitted-posts.php:1396
|
76 |
msgid " files"
|
77 |
msgstr " File"
|
78 |
|
79 |
+
#: user-submitted-posts.php:1397
|
80 |
msgid " file"
|
81 |
msgstr " file"
|
82 |
|
83 |
+
#: user-submitted-posts.php:1399 user-submitted-posts.php:1400
|
84 |
+
#: user-submitted-posts.php:1401 user-submitted-posts.php:1402
|
85 |
msgid " pixels"
|
86 |
msgstr " pixel"
|
87 |
|
88 |
+
#: user-submitted-posts.php:1404 library/core-functions.php:219
|
89 |
+
#: library/plugin-settings.php:297 library/plugin-settings.php:316
|
90 |
+
#: library/plugin-settings.php:794 library/plugin-settings.php:1344
|
91 |
msgid "Custom Field"
|
92 |
msgstr "Campo personalizzato"
|
93 |
|
94 |
+
#: user-submitted-posts.php:1406
|
95 |
msgid "Custom checkbox required"
|
96 |
msgstr "Casella di controllo personalizzata richiesta"
|
97 |
|
98 |
+
#: user-submitted-posts.php:1409
|
99 |
msgid "An error occurred. Please go back and try again."
|
100 |
+
msgstr "Si è verificato un errore. Torna indietro e riprova."
|
101 |
|
102 |
+
#: user-submitted-posts.php:1419
|
103 |
msgid "User login required"
|
104 |
msgstr "Accesso utente richiesto"
|
105 |
|
106 |
+
#: user-submitted-posts.php:1420
|
107 |
msgid "User name required"
|
108 |
msgstr "Nome utente richiesto"
|
109 |
|
110 |
+
#: user-submitted-posts.php:1421
|
111 |
msgid "Post title required"
|
112 |
+
msgstr "Post titolo richiesto"
|
113 |
|
114 |
+
#: user-submitted-posts.php:1422
|
115 |
msgid "User URL required"
|
116 |
+
msgstr "URL utente richiesto"
|
117 |
|
118 |
+
#: user-submitted-posts.php:1423
|
119 |
msgid "Post tags required"
|
120 |
+
msgstr "Post tag richiesti"
|
121 |
|
122 |
+
#: user-submitted-posts.php:1424
|
123 |
msgid "Post category required"
|
124 |
+
msgstr "Categoria post richiesta"
|
125 |
|
126 |
+
#: user-submitted-posts.php:1425
|
127 |
msgid "Post content required"
|
128 |
+
msgstr "Pubblica contenuto richiesto"
|
129 |
|
130 |
+
#: user-submitted-posts.php:1426 user-submitted-posts.php:1427
|
131 |
msgid "Correct captcha required"
|
132 |
msgstr "Richiesto captcha corretto"
|
133 |
|
134 |
+
#: user-submitted-posts.php:1428
|
135 |
msgid "User email required"
|
136 |
+
msgstr "Email dell'utente richiesta"
|
137 |
|
138 |
+
#: user-submitted-posts.php:1429
|
139 |
msgid "Please check your email and try again"
|
140 |
+
msgstr "Controlla la tua e-mail e riprova"
|
141 |
|
142 |
+
#: user-submitted-posts.php:1430
|
143 |
msgid "Non-empty value for hidden field"
|
144 |
msgstr "Valore non vuoto per campo nascosto"
|
145 |
|
146 |
+
#: user-submitted-posts.php:1431
|
147 |
msgid "Minimum number of images not met"
|
148 |
+
msgstr "Numero minimo di immagini non raggiunte"
|
149 |
|
150 |
+
#: user-submitted-posts.php:1432
|
151 |
msgid "Maximum number of images exceeded "
|
152 |
+
msgstr "Numero massimo di immagini superato "
|
153 |
|
154 |
+
#: user-submitted-posts.php:1433
|
155 |
msgid "Minimum image width not met"
|
156 |
+
msgstr "Larghezza minima dell'immagine non raggiunta"
|
157 |
|
158 |
+
#: user-submitted-posts.php:1434
|
159 |
msgid "Image width exceeds maximum"
|
160 |
msgstr "La larghezza dell'immagine supera il massimo"
|
161 |
|
162 |
+
#: user-submitted-posts.php:1435
|
163 |
msgid "Minimum image height not met"
|
164 |
+
msgstr "Altezza minima dell'immagine non raggiunta"
|
165 |
|
166 |
+
#: user-submitted-posts.php:1436
|
167 |
msgid "Image height exceeds maximum"
|
168 |
msgstr "L'altezza dell'immagine supera il massimo"
|
169 |
|
170 |
+
#: user-submitted-posts.php:1437
|
171 |
msgid "File type not allowed (please upload images only)"
|
172 |
msgstr "Tipo di file non consentito (caricare solo immagini)"
|
173 |
|
174 |
+
#: user-submitted-posts.php:1438
|
175 |
msgid " required"
|
176 |
msgstr " necessario"
|
177 |
|
178 |
+
#: user-submitted-posts.php:1443
|
179 |
msgid "File not uploaded. Please check the file and try again."
|
180 |
+
msgstr "File non caricato. Controlla il file e riprova."
|
181 |
|
182 |
+
#: user-submitted-posts.php:1447
|
183 |
msgid "The file(s) could not be uploaded"
|
184 |
+
msgstr "Non è stato possibile caricare i file"
|
185 |
|
186 |
+
#: user-submitted-posts.php:1449
|
187 |
msgid "Post not created. Please contact the site administrator for help."
|
188 |
+
msgstr "Post non creato. Si prega di contattare l'amministratore del sito per assistenza."
|
189 |
|
190 |
+
#: user-submitted-posts.php:1450
|
191 |
msgid "Duplicate post title. Please try again."
|
192 |
+
msgstr "Titolo post duplicato. Per favore riprova."
|
193 |
|
194 |
+
#: user-submitted-posts.php:1460
|
195 |
msgid "Error: "
|
196 |
+
msgstr "Errore: "
|
197 |
|
198 |
+
#: user-submitted-posts.php:1486
|
199 |
msgid "Return to form"
|
200 |
+
msgstr "Ritorna al modulo"
|
201 |
|
202 |
+
#: user-submitted-posts.php:1516 library/plugin-settings.php:1071
|
203 |
msgid "Please"
|
204 |
msgstr "per favore"
|
205 |
|
206 |
+
#: user-submitted-posts.php:1517
|
207 |
msgid "log in"
|
208 |
msgstr "accesso"
|
209 |
|
210 |
+
#: user-submitted-posts.php:1518
|
211 |
msgid "to submit content!"
|
212 |
msgstr "per inviare contenuti!"
|
213 |
|
214 |
+
#: views/submission-form.php:21 views/submission-form-alt.php:40
|
215 |
msgid "Please complete the required fields."
|
216 |
msgstr "Si prega di compilare i campi richiesti."
|
217 |
|
218 |
+
#: views/submission-form.php:31 views/submission-form.php:32
|
219 |
+
#: views/submission-form-alt.php:46 views/submission-form-alt.php:47
|
220 |
msgid "Your Name"
|
221 |
msgstr "Il tuo nome"
|
222 |
|
223 |
+
#: views/submission-form.php:37 views/submission-form.php:38
|
224 |
+
#: views/submission-form-alt.php:52 views/submission-form-alt.php:53
|
225 |
msgid "Your URL"
|
226 |
msgstr "Il tuo URL"
|
227 |
|
228 |
+
#: views/submission-form.php:43 views/submission-form.php:44
|
229 |
+
#: views/submission-form-alt.php:58 views/submission-form-alt.php:59
|
230 |
msgid "Your Email"
|
231 |
msgstr "La tua email"
|
232 |
|
233 |
+
#: views/submission-form.php:49 views/submission-form.php:50
|
234 |
+
#: views/submission-form-alt.php:64 views/submission-form-alt.php:65
|
235 |
+
#: library/plugin-settings.php:1132
|
236 |
msgid "Post Title"
|
237 |
msgstr "Titolo del post"
|
238 |
|
239 |
+
#: views/submission-form.php:55 views/submission-form.php:56
|
240 |
+
#: views/submission-form-alt.php:70 views/submission-form-alt.php:71
|
241 |
+
#: library/plugin-settings.php:1133
|
242 |
msgid "Post Tags"
|
243 |
+
msgstr "Pubblica tag"
|
244 |
|
245 |
+
#: views/submission-form.php:68 views/submission-form-alt.php:83
|
246 |
msgid "Antispam Question"
|
247 |
msgstr "Domanda antispam"
|
248 |
|
249 |
+
#: views/submission-form.php:73 views/submission-form-alt.php:88
|
250 |
+
#: library/plugin-settings.php:1134
|
251 |
msgid "Post Category"
|
252 |
+
msgstr "Categoria post"
|
253 |
|
254 |
+
#: views/submission-form.php:74 views/submission-form.php:75
|
255 |
+
#: views/submission-form-alt.php:89 views/submission-form-alt.php:90
|
256 |
msgid "Please select a category.."
|
257 |
+
msgstr "Seleziona una categoria .."
|
258 |
|
259 |
+
#: views/submission-form.php:106 views/submission-form.php:107
|
260 |
+
#: views/submission-form-alt.php:121 views/submission-form-alt.php:122
|
261 |
+
#: library/plugin-settings.php:1135
|
262 |
msgid "Post Content"
|
263 |
+
msgstr "Pubblica contenuto"
|
264 |
|
265 |
+
#: views/submission-form.php:113 views/submission-form-alt.php:128
|
266 |
msgid "Verification"
|
267 |
msgstr "Verifica"
|
268 |
|
269 |
+
#: views/submission-form.php:120 views/submission-form-alt.php:135
|
270 |
msgid "Upload an Image"
|
271 |
msgstr "Carica un'immagine"
|
272 |
|
273 |
+
#: views/submission-form.php:129 views/submission-form-alt.php:144
|
274 |
msgid "Add another image"
|
275 |
msgstr "Aggiungi un'altra immagine"
|
276 |
|
277 |
+
#: views/submission-form.php:151 views/submission-form-alt.php:166
|
278 |
msgid "Human verification: leave this field empty."
|
279 |
+
msgstr "Verifica umana: lasciare vuoto questo campo."
|
280 |
|
281 |
+
#: views/submission-form.php:175 views/submission-form-alt.php:190
|
282 |
msgid "Submit Post"
|
283 |
+
msgstr "Invia messaggio"
|
284 |
+
|
285 |
+
#: library/enqueue-scripts.php:122 library/enqueue-scripts.php:157
|
286 |
+
msgid "Incorrect response."
|
287 |
+
msgstr "Risposta errata"
|
288 |
|
289 |
#: library/shortcode-misc.php:18
|
290 |
msgid "Reset form"
|
291 |
+
msgstr "Reimposta modulo"
|
292 |
|
293 |
#: library/shortcode-misc.php:128
|
294 |
msgid "View full post"
|
295 |
+
msgstr "Visualizza il post completo"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
296 |
|
297 |
+
#: library/plugin-settings.php:31
|
298 |
+
msgid "Settings"
|
299 |
+
msgstr "impostazioni"
|
300 |
|
301 |
+
#: library/plugin-settings.php:40
|
302 |
msgid "Get USP Pro for unlimited forms!"
|
303 |
msgstr "Ottieni USP Pro per moduli illimitati!"
|
304 |
|
305 |
+
#: library/plugin-settings.php:41
|
306 |
msgid "Go Pro"
|
307 |
+
msgstr "Go Pro"
|
308 |
|
309 |
+
#: library/plugin-settings.php:62 library/plugin-settings.php:1103
|
310 |
+
#: library/plugin-settings.php:1696
|
|
|
|
|
|
|
|
|
311 |
msgid "Plugin Homepage"
|
312 |
msgstr "Homepage del plugin"
|
313 |
|
314 |
+
#: library/plugin-settings.php:63
|
315 |
msgid "Homepage"
|
316 |
msgstr "Homepage"
|
317 |
|
318 |
+
#: library/plugin-settings.php:68
|
319 |
msgid "Give USP a 5-star rating at WordPress.org"
|
320 |
+
msgstr "Dai a USP una valutazione a 5 stelle su WordPress.org"
|
321 |
|
322 |
+
#: library/plugin-settings.php:69
|
323 |
msgid "Rate this plugin »"
|
324 |
+
msgstr "Valuta questo plugin & nbsp; & raquo;"
|
325 |
|
326 |
+
#: library/plugin-settings.php:127
|
327 |
msgid "WP Post (recommended)"
|
328 |
msgstr "WP Post (consigliato)"
|
329 |
|
330 |
+
#: library/plugin-settings.php:131
|
331 |
msgid "WP Page"
|
332 |
msgstr "Pagina WP"
|
333 |
|
334 |
+
#: library/plugin-settings.php:147
|
335 |
msgid "HTML5 Form + Default CSS"
|
336 |
msgstr "Modulo HTML5 + CSS predefinito"
|
337 |
|
338 |
+
#: library/plugin-settings.php:147
|
339 |
msgid "(Recommended)"
|
340 |
msgstr "(Consigliato)"
|
341 |
|
342 |
+
#: library/plugin-settings.php:151
|
343 |
msgid "HTML5 Form + Disable CSS"
|
344 |
msgstr "Modulo HTML5 + Disabilita CSS"
|
345 |
|
346 |
+
#: library/plugin-settings.php:151
|
347 |
msgid "(Provide your own styles)"
|
348 |
msgstr "(Fornisci i tuoi stili)"
|
349 |
|
350 |
+
#: library/plugin-settings.php:155
|
351 |
msgid "Custom Form + Custom CSS"
|
352 |
msgstr "Modulo personalizzato + CSS personalizzato"
|
353 |
|
354 |
+
#: library/plugin-settings.php:155
|
355 |
msgid "(Provide your own form template & styles)"
|
356 |
msgstr "(Fornisci il tuo modello di modulo e stili)"
|
357 |
|
358 |
+
#: library/plugin-settings.php:171 library/plugin-settings.php:195
|
359 |
+
#: library/plugin-settings.php:218 library/plugin-settings.php:242
|
360 |
msgid "Auto-display before post content"
|
361 |
+
msgstr "Visualizzazione automatica prima di pubblicare contenuti"
|
362 |
|
363 |
+
#: library/plugin-settings.php:175 library/plugin-settings.php:199
|
364 |
+
#: library/plugin-settings.php:222 library/plugin-settings.php:246
|
365 |
msgid "Auto-display after post content"
|
366 |
msgstr "Visualizzazione automatica dopo il contenuto del post"
|
367 |
|
368 |
+
#: library/plugin-settings.php:179
|
369 |
msgid "Do not auto-display submitted images"
|
370 |
msgstr "Non visualizzare automaticamente le immagini inviate"
|
371 |
|
372 |
+
#: library/plugin-settings.php:203
|
373 |
msgid "Do not auto-display submitted email"
|
374 |
+
msgstr "Non visualizzare automaticamente le e-mail inviate"
|
375 |
|
376 |
+
#: library/plugin-settings.php:226
|
377 |
msgid "Do not auto-display submitted URL"
|
378 |
msgstr "Non visualizzare automaticamente l'URL inviato"
|
379 |
|
380 |
+
#: library/plugin-settings.php:250
|
381 |
msgid "Do not auto-display the Custom Field"
|
382 |
msgstr "Non visualizzare automaticamente il campo personalizzato"
|
383 |
|
384 |
+
#: library/plugin-settings.php:278 library/plugin-settings.php:310
|
385 |
+
#: library/plugin-settings.php:343 library/plugin-settings.php:375
|
386 |
+
msgid "Enable and require"
|
387 |
+
msgstr "Abilita e richiedi"
|
388 |
|
389 |
+
#: library/plugin-settings.php:279 library/plugin-settings.php:311
|
390 |
+
msgid "Enable but do not require"
|
391 |
+
msgstr "Abilita ma non richiede"
|
392 |
|
393 |
+
#: library/plugin-settings.php:280 library/plugin-settings.php:312
|
394 |
+
#: library/plugin-settings.php:344 library/plugin-settings.php:376
|
395 |
msgid "Disable this field"
|
396 |
msgstr "Disabilita questo campo"
|
397 |
|
398 |
+
#: library/plugin-settings.php:315 library/plugin-settings.php:347
|
399 |
+
#: library/plugin-settings.php:379 library/plugin-settings.php:411
|
400 |
msgid "(Visit"
|
401 |
msgstr "(Visita"
|
402 |
|
403 |
+
#: library/plugin-settings.php:316 library/plugin-settings.php:348
|
404 |
+
#: library/plugin-settings.php:380 library/plugin-settings.php:412
|
405 |
msgid "to configure options)"
|
406 |
msgstr "per configurare le opzioni)"
|
407 |
|
408 |
+
#: library/plugin-settings.php:331 library/plugin-settings.php:348
|
409 |
+
#: library/plugin-settings.php:1362 library/plugin-settings.php:1367
|
410 |
msgid "Challenge Question"
|
411 |
+
msgstr "Domanda sulla sfida"
|
412 |
|
413 |
+
#: library/plugin-settings.php:363 library/plugin-settings.php:380
|
414 |
+
#: library/plugin-settings.php:1384
|
415 |
msgid "Google reCAPTCHA"
|
416 |
msgstr "Google reCAPTCHA"
|
417 |
|
418 |
+
#: library/plugin-settings.php:395
|
419 |
msgid "Post Images"
|
420 |
msgstr "Pubblica immagini"
|
421 |
|
422 |
+
#: library/plugin-settings.php:407
|
423 |
+
msgid "Enable"
|
424 |
+
msgstr "Abilitare"
|
425 |
|
426 |
+
#: library/plugin-settings.php:408
|
427 |
msgid "Disable"
|
428 |
msgstr "disattivare"
|
429 |
|
430 |
+
#: library/plugin-settings.php:412 library/plugin-settings.php:1445
|
431 |
msgid "Image Uploads"
|
432 |
msgstr "Caricamenti di immagini"
|
433 |
|
434 |
+
#: library/plugin-settings.php:492
|
435 |
msgid "Draft"
|
436 |
msgstr "Bozza"
|
437 |
|
438 |
+
#: library/plugin-settings.php:493
|
439 |
msgid "Pending (default)"
|
440 |
+
msgstr "In sospeso (impostazione predefinita)"
|
441 |
|
442 |
+
#: library/plugin-settings.php:494
|
443 |
msgid "Publish immediately"
|
444 |
+
msgstr "Pubblica subito"
|
445 |
|
446 |
+
#: library/plugin-settings.php:495
|
447 |
msgid "Publish after 1 approved post"
|
448 |
msgstr "Pubblica dopo 1 post approvato"
|
449 |
|
450 |
+
#: library/plugin-settings.php:496
|
451 |
msgid "Publish after "
|
452 |
+
msgstr "Pubblica dopo "
|
453 |
|
454 |
+
#: library/plugin-settings.php:496
|
455 |
msgid " approved posts"
|
456 |
+
msgstr " posti approvati"
|
457 |
|
458 |
+
#: library/plugin-settings.php:524
|
459 |
+
msgid "Select categories to display in the Category field."
|
460 |
+
msgstr "Seleziona le categorie da visualizzare nel campo Categoria."
|
461 |
+
|
462 |
+
#: library/plugin-settings.php:738
|
463 |
msgid "There was an error. Please ensure that you have added a title, some content, and that you have uploaded only images."
|
464 |
+
msgstr "C'era un errore. Assicurati di aver aggiunto un titolo, alcuni contenuti e di aver caricato solo immagini."
|
465 |
|
466 |
+
#: library/plugin-settings.php:752
|
467 |
msgid "Please select your image(s) to upload."
|
468 |
+
msgstr "Seleziona le tue immagini da caricare."
|
469 |
|
470 |
+
#: library/plugin-settings.php:758
|
471 |
msgid "Success! Thank you for your submission."
|
472 |
msgstr "Successo! Grazie per la vostra presentazione."
|
473 |
|
474 |
+
#: library/plugin-settings.php:784
|
475 |
msgid "Email"
|
476 |
msgstr "E-mail"
|
477 |
|
478 |
+
#: library/plugin-settings.php:785
|
479 |
msgid "URL"
|
480 |
msgstr "URL"
|
481 |
|
482 |
+
#: library/plugin-settings.php:1058
|
483 |
msgid "Toggle all panels"
|
484 |
+
msgstr "Attiva / disattiva tutti i pannelli"
|
485 |
|
486 |
+
#: library/plugin-settings.php:1067
|
487 |
msgid "We need your support!"
|
488 |
msgstr "Abbiamo bisogno del tuo supporto!"
|
489 |
|
490 |
+
#: library/plugin-settings.php:1071
|
491 |
msgid "Make a donation via PayPal"
|
492 |
+
msgstr "Effettua una donazione tramite PayPal"
|
493 |
|
494 |
+
#: library/plugin-settings.php:1071
|
495 |
msgid "make a donation"
|
496 |
msgstr "Fai una donazione"
|
497 |
|
498 |
+
#: library/plugin-settings.php:1071
|
499 |
msgid "and/or"
|
500 |
msgstr "e / o"
|
501 |
|
502 |
+
#: library/plugin-settings.php:1072
|
503 |
msgid "Rate and review at the Plugin Directory"
|
504 |
+
msgstr "Valuta e recensisci nella directory dei plugin"
|
505 |
|
506 |
+
#: library/plugin-settings.php:1073
|
507 |
msgid "give this plugin a 5-star rating"
|
508 |
msgstr "dai a questo plugin una valutazione a 5 stelle"
|
509 |
|
510 |
+
#: library/plugin-settings.php:1077
|
511 |
msgid "Your generous support enables continued development of this free plugin. Thank you!"
|
512 |
msgstr "Il tuo generoso supporto consente lo sviluppo continuo di questo plugin gratuito. Grazie!"
|
513 |
|
514 |
+
#: library/plugin-settings.php:1082
|
515 |
msgid "Check this box if you have shown support"
|
516 |
msgstr "Seleziona questa casella se hai mostrato supporto"
|
517 |
|
518 |
+
#: library/plugin-settings.php:1091
|
519 |
msgid "Overview"
|
520 |
msgstr "Panoramica"
|
521 |
|
522 |
+
#: library/plugin-settings.php:1095
|
523 |
msgid "enables your visitors to submit posts and upload images from the front-end of your site. "
|
524 |
+
msgstr "consente ai tuoi visitatori di inviare post e caricare immagini dal front-end del tuo sito. "
|
525 |
|
526 |
+
#: library/plugin-settings.php:1096
|
527 |
msgid "For advanced functionality and unlimited forms, check out"
|
528 |
msgstr "Per funzionalità avanzate e moduli illimitati, controlla"
|
529 |
|
530 |
+
#: library/plugin-settings.php:1096 library/plugin-settings.php:1503
|
531 |
msgid "USP Pro"
|
532 |
msgstr "USP Pro"
|
533 |
|
534 |
+
#: library/plugin-settings.php:1097
|
535 |
msgid "— the ultimate solution for user-generated content."
|
536 |
msgstr "& Mdash; la soluzione definitiva per i contenuti generati dagli utenti."
|
537 |
|
538 |
+
#: library/plugin-settings.php:1101 library/plugin-settings.php:1118
|
539 |
msgid "Plugin Settings"
|
540 |
msgstr "Impostazioni del plugin"
|
541 |
|
542 |
+
#: library/plugin-settings.php:1102
|
543 |
msgid "Display the form"
|
544 |
msgstr "Visualizza il modulo"
|
545 |
|
546 |
+
#: library/plugin-settings.php:1106
|
547 |
msgid "If you like this plugin, please"
|
548 |
msgstr "Se ti piace questo plugin, per favore"
|
549 |
|
550 |
+
#: library/plugin-settings.php:1107
|
551 |
msgid "THANK YOU for your support!"
|
552 |
msgstr "Grazie per il vostro sostegno!"
|
553 |
|
554 |
+
#: library/plugin-settings.php:1107
|
555 |
msgid "give it a 5-star rating"
|
556 |
+
msgstr "dare un 5 stelle"
|
557 |
|
558 |
+
#: library/plugin-settings.php:1111
|
559 |
msgid "Unlimited front-end forms"
|
560 |
+
msgstr "Moduli front-end illimitati"
|
561 |
|
562 |
+
#: library/plugin-settings.php:1111
|
563 |
msgid "Get USP Pro"
|
564 |
msgstr "Ottieni USP Pro"
|
565 |
|
566 |
+
#: library/plugin-settings.php:1121
|
567 |
msgid "Configure your settings for User Submitted Posts."
|
568 |
msgstr "Configura le tue impostazioni per i post inviati dall'utente."
|
569 |
|
570 |
+
#: library/plugin-settings.php:1123
|
571 |
msgid "Form Fields"
|
572 |
msgstr "Campi modulo"
|
573 |
|
574 |
+
#: library/plugin-settings.php:1129
|
575 |
msgid "User Name"
|
576 |
msgstr "Nome utente"
|
577 |
|
578 |
+
#: library/plugin-settings.php:1130
|
579 |
msgid "User Email"
|
580 |
msgstr "Email dell'utente"
|
581 |
|
582 |
+
#: library/plugin-settings.php:1131
|
583 |
msgid "User URL"
|
584 |
msgstr "URL dell'utente"
|
585 |
|
586 |
+
#: library/plugin-settings.php:1146
|
587 |
msgid "General Settings"
|
588 |
msgstr "impostazioni generali"
|
589 |
|
590 |
+
#: library/plugin-settings.php:1148
|
591 |
msgid "Note that the default settings work fine for most cases."
|
592 |
+
msgstr "Si noti che le impostazioni predefinite funzionano bene nella maggior parte dei casi."
|
593 |
|
594 |
+
#: library/plugin-settings.php:1153
|
595 |
msgid "Form Style"
|
596 |
msgstr "Stile della forma"
|
597 |
|
598 |
+
#: library/plugin-settings.php:1158
|
599 |
msgid "With this option, you can copy the plugin’s default templates:"
|
600 |
msgstr "Con questa opzione, puoi copiare i modelli predefiniti del plug-in:"
|
601 |
|
602 |
+
#: library/plugin-settings.php:1163
|
603 |
msgid "..and upload them into a directory named"
|
604 |
+
msgstr "..e caricarli in una directory denominata"
|
605 |
|
606 |
+
#: library/plugin-settings.php:1163
|
607 |
msgid "in your theme:"
|
608 |
msgstr "nel tuo tema:"
|
609 |
|
610 |
+
#: library/plugin-settings.php:1169
|
611 |
msgid "That will enable you to customize the form and styles as desired. For more info, check out the \"Custom Submission Form\" section in the"
|
612 |
+
msgstr "Ciò ti consentirà di personalizzare la forma e gli stili come desiderato. Per ulteriori informazioni, consulta la sezione \"Modulo di iscrizione personalizzato\" nella sezione"
|
613 |
|
614 |
+
#: library/plugin-settings.php:1170
|
615 |
msgid "Installation Docs"
|
616 |
msgstr "Documenti di installazione"
|
617 |
|
618 |
+
#: library/plugin-settings.php:1171
|
619 |
msgid "FYI: here is a"
|
620 |
+
msgstr "Cordiali saluti: ecco a"
|
621 |
|
622 |
+
#: library/plugin-settings.php:1171
|
623 |
msgid "list of USP CSS selectors"
|
624 |
msgstr "elenco dei selettori CSS USP"
|
625 |
|
626 |
+
#: library/plugin-settings.php:1177
|
627 |
msgid "Include JavaScript"
|
628 |
+
msgstr "Includi JavaScript"
|
629 |
|
630 |
+
#: library/plugin-settings.php:1179
|
631 |
msgid "Check this box if you want to include the external JavaScript files (recommended)."
|
632 |
+
msgstr "Seleziona questa casella se desideri includere i file JavaScript esterni (consigliato)."
|
633 |
|
634 |
+
#: library/plugin-settings.php:1182
|
635 |
msgid "Targeted Loading"
|
636 |
msgstr "Caricamento mirato"
|
637 |
|
638 |
+
#: library/plugin-settings.php:1184
|
639 |
+
msgid "By default, external CSS & JavaScript files are loaded on every page. Here you may specify the URL of the USP form to load resources only on that page. Note: leave blank to load on all pages. Use commas to separate multiple URLs."
|
640 |
+
msgstr "Per impostazione predefinita, CSS esterno e amp; I file JavaScript vengono caricati su ogni pagina. Qui puoi specificare l'URL del modulo USP per caricare le risorse solo su quella pagina. Nota: lasciare vuoto per caricare su tutte le pagine. Utilizzare le virgole per separare più URL."
|
641 |
|
642 |
+
#: library/plugin-settings.php:1187
|
643 |
msgid "Post Type"
|
644 |
+
msgstr "Tipo di post"
|
645 |
|
646 |
+
#: library/plugin-settings.php:1190
|
647 |
msgid "Submit posts as WP Posts or Pages"
|
648 |
+
msgstr "Invia post come post o pagine WP"
|
649 |
|
650 |
+
#: library/plugin-settings.php:1194
|
651 |
msgid "Post Status"
|
652 |
msgstr "Post Status"
|
653 |
|
654 |
+
#: library/plugin-settings.php:1197
|
655 |
msgid "Post Status for submitted posts"
|
656 |
+
msgstr "Stato post per post inviati"
|
657 |
|
658 |
+
#: library/plugin-settings.php:1201
|
659 |
msgid "Redirect URL"
|
660 |
msgstr "URL di reindirizzamento"
|
661 |
|
662 |
+
#: library/plugin-settings.php:1203
|
663 |
msgid "Specify a URL to redirect the user after post-submission. Leave blank to redirect back to current page."
|
664 |
+
msgstr "Specificare un URL per reindirizzare l'utente dopo l'invio. Lascia vuoto per reindirizzare alla pagina corrente."
|
665 |
|
666 |
+
#: library/plugin-settings.php:1206
|
667 |
msgid "Success Message"
|
668 |
msgstr "Messaggio di successo"
|
669 |
|
670 |
+
#: library/plugin-settings.php:1208
|
671 |
msgid "Success message that is displayed if post-submission is successful. Basic markup is allowed."
|
672 |
+
msgstr "Messaggio di successo che viene visualizzato se l'invio successivo ha esito positivo. È consentito il markup di base."
|
673 |
|
674 |
+
#: library/plugin-settings.php:1211
|
675 |
msgid "Error Message"
|
676 |
msgstr "Messaggio di errore"
|
677 |
|
678 |
+
#: library/plugin-settings.php:1213
|
679 |
msgid "General error message that is displayed if post-submission fails. Basic markup is allowed."
|
680 |
+
msgstr "Messaggio di errore generale che viene visualizzato se l'invio successivo non riesce. È consentito il markup di base."
|
681 |
|
682 |
+
#: library/plugin-settings.php:1216
|
683 |
msgid "Custom Content"
|
684 |
msgstr "Contenuto personalizzato"
|
685 |
|
686 |
+
#: library/plugin-settings.php:1218
|
687 |
msgid "Custom text/markup to be included before the submission form. Leave blank to disable."
|
688 |
+
msgstr "Testo / markup personalizzati da includere prima del modulo di invio. Lascia vuoto per disabilitare."
|
689 |
|
690 |
+
#: library/plugin-settings.php:1221
|
691 |
msgid "Rich Text Editor"
|
692 |
+
msgstr "Editor Rich Text"
|
693 |
|
694 |
+
#: library/plugin-settings.php:1223
|
695 |
msgid "Check this box if you want to enable WP rich text editing for submitted posts."
|
696 |
+
msgstr "Selezionare questa casella se si desidera abilitare la modifica rich text WP per i post inviati."
|
697 |
|
698 |
+
#: library/plugin-settings.php:1226
|
699 |
msgid "Unique Titles"
|
700 |
msgstr "Titoli unici"
|
701 |
|
702 |
+
#: library/plugin-settings.php:1228
|
703 |
msgid "Require submitted post titles to be unique (useful for preventing multiple/duplicate submitted posts)."
|
704 |
+
msgstr "È necessario che i titoli dei post inviati siano univoci (utile per prevenire post inviati multipli / duplicati)."
|
705 |
|
706 |
+
#: library/plugin-settings.php:1231
|
707 |
msgid "Disable Required"
|
708 |
+
msgstr "Disabilitato Obbligatorio"
|
709 |
|
710 |
+
#: library/plugin-settings.php:1233
|
711 |
msgid "Disable all required attributes on default form fields (useful for troubleshooting error messages)."
|
712 |
+
msgstr "Disabilita tutti gli attributi richiesti nei campi modulo predefiniti (utile per la risoluzione dei messaggi di errore)."
|
713 |
|
714 |
+
#: library/plugin-settings.php:1236
|
715 |
msgid "Enable Shortcodes"
|
716 |
msgstr "Abilita codici brevi"
|
717 |
|
718 |
+
#: library/plugin-settings.php:1238
|
719 |
msgid "Enable shortcodes in widgets. By default, WordPress does not enable shortcodes in widgets. "
|
720 |
+
msgstr "Abilita i codici brevi nei widget. Per impostazione predefinita, WordPress non abilita i codici brevi nei widget. "
|
721 |
|
722 |
+
#: library/plugin-settings.php:1239
|
723 |
msgid "This setting enables any/all shortcodes in widgets (even shortcodes from other plugins)."
|
724 |
+
msgstr "Questa impostazione abilita qualsiasi / tutti i codici brevi nei widget (anche i codici brevi di altri plugin)."
|
725 |
|
726 |
+
#: library/plugin-settings.php:1244
|
727 |
+
msgid "Privacy"
|
728 |
+
msgstr "vita privata"
|
729 |
|
730 |
+
#: library/plugin-settings.php:1249
|
731 |
msgid "Disable IP Tracking"
|
732 |
msgstr "Disabilita il monitoraggio IP"
|
733 |
|
734 |
+
#: library/plugin-settings.php:1251
|
735 |
msgid "By default USP records the IP address with each submitted post. Check this box to disable all IP tracking."
|
736 |
+
msgstr "Per impostazione predefinita, USP registra l'indirizzo IP con ciascun post inviato. Seleziona questa casella per disabilitare tutto il tracciamento IP."
|
737 |
|
738 |
+
#: library/plugin-settings.php:1255
|
739 |
msgid "Display Checkbox"
|
740 |
+
msgstr "Visualizza casella"
|
741 |
|
742 |
+
#: library/plugin-settings.php:1257
|
743 |
msgid "Display custom checkbox on your form (useful for GDPR, agree to terms, etc.)"
|
744 |
+
msgstr "Visualizza la casella di controllo personalizzata sul modulo (utile per GDPR, accetta i termini, ecc.)"
|
745 |
|
746 |
+
#: library/plugin-settings.php:1260
|
747 |
msgid "Checkbox Name"
|
748 |
msgstr "Nome casella di controllo"
|
749 |
|
750 |
+
#: library/plugin-settings.php:1262 library/plugin-settings.php:1352
|
751 |
msgid "Use only alphanumeric, underscores, and dashes. If unsure, use the default name:"
|
752 |
+
msgstr "Usa solo caratteri alfanumerici, trattini bassi e trattini. In caso di dubbi, utilizzare il nome predefinito:"
|
753 |
|
754 |
+
#: library/plugin-settings.php:1265
|
755 |
msgid "Checkbox Error"
|
756 |
+
msgstr "Casella di controllo Errore"
|
757 |
|
758 |
+
#: library/plugin-settings.php:1267
|
759 |
msgid "Error message displayed if user does not check the box."
|
760 |
msgstr "Messaggio di errore visualizzato se l'utente non seleziona la casella."
|
761 |
|
762 |
+
#: library/plugin-settings.php:1270
|
763 |
msgid "Checkbox Text"
|
764 |
+
msgstr "Casella di controllo testo"
|
765 |
|
766 |
+
#: library/plugin-settings.php:1272
|
767 |
msgid "Text displayed next to checkbox. Tip: use curly brackets to output angle brackets, for example:"
|
768 |
+
msgstr "Testo visualizzato accanto alla casella di controllo. Suggerimento: utilizzare parentesi graffe per generare parentesi angolari, ad esempio:"
|
769 |
|
770 |
+
#: library/plugin-settings.php:1277 library/plugin-settings.php:1282
|
771 |
msgid "Categories"
|
772 |
msgstr "categorie"
|
773 |
|
774 |
+
#: library/plugin-settings.php:1285
|
775 |
+
msgid "Click to view/select categories"
|
776 |
+
msgstr "Fare clic per visualizzare / selezionare le categorie"
|
777 |
|
778 |
+
#: library/plugin-settings.php:1293
|
779 |
+
msgid "Multiple Categories"
|
780 |
+
msgstr "Più categorie"
|
781 |
+
|
782 |
+
#: library/plugin-settings.php:1295
|
783 |
+
msgid "Enable users to select multiple categories."
|
784 |
+
msgstr "Consenti agli utenti di selezionare più categorie."
|
785 |
+
|
786 |
+
#: library/plugin-settings.php:1298
|
787 |
msgid "Hidden/Default Category"
|
788 |
msgstr "Categoria nascosta / predefinita"
|
789 |
|
790 |
+
#: library/plugin-settings.php:1300
|
791 |
+
msgid "Use a hidden field for the post category. This hides the category field and sets its value via the next option."
|
792 |
+
msgstr "Usa un campo nascosto per la categoria post. Ciò nasconde il campo categoria e imposta il suo valore tramite l'opzione successiva."
|
793 |
|
794 |
+
#: library/plugin-settings.php:1303
|
795 |
msgid "Category ID for Hidden Field"
|
796 |
msgstr "ID categoria per campo nascosto"
|
797 |
|
798 |
+
#: library/plugin-settings.php:1305
|
799 |
+
msgid "Specify category ID(s) to use for “Hidden/Default Category”. Separate multiple IDs with a comma."
|
800 |
+
msgstr "Specifica gli ID categoria da utilizzare per & ldquo; Categoria nascosta / predefinita & rdquo ;. Separare più ID con una virgola."
|
801 |
|
802 |
+
#: library/plugin-settings.php:1310
|
803 |
msgid "Users"
|
804 |
msgstr "utenti"
|
805 |
|
806 |
+
#: library/plugin-settings.php:1315
|
807 |
msgid "Assigned Author"
|
808 |
msgstr "Autore assegnato"
|
809 |
|
810 |
+
#: library/plugin-settings.php:1318
|
811 |
msgid "Specify the user that should be assigned as author for submitted posts."
|
812 |
+
msgstr "Specificare l'utente che deve essere assegnato come autore per i post inviati."
|
813 |
|
814 |
+
#: library/plugin-settings.php:1322
|
815 |
msgid "Registered Username"
|
816 |
msgstr "Nome utente registrato"
|
817 |
|
818 |
+
#: library/plugin-settings.php:1324
|
819 |
msgid "Use registered username as post author. Valid when the person submitting the form is logged in to WordPress."
|
820 |
+
msgstr "Usa il nome utente registrato come autore post. Valido quando la persona che invia il modulo ha effettuato l'accesso a WordPress."
|
821 |
|
822 |
+
#: library/plugin-settings.php:1327
|
823 |
msgid "User Profile URL"
|
824 |
msgstr "URL del profilo utente"
|
825 |
|
826 |
+
#: library/plugin-settings.php:1329
|
827 |
msgid "Use registered user’s Profile URL as the value of the URL field. Valid when the person submitting the form is logged in to WordPress."
|
828 |
+
msgstr "Usa l'URL del profilo dell'utente registrato come valore del campo URL. Valido quando la persona che invia il modulo ha effettuato l'accesso a WordPress."
|
829 |
|
830 |
+
#: library/plugin-settings.php:1332
|
831 |
msgid "Require User Login"
|
832 |
msgstr "Richiedi accesso utente"
|
833 |
|
834 |
+
#: library/plugin-settings.php:1334
|
835 |
msgid "Require users to be logged in to WordPress to view/submit the form"
|
836 |
+
msgstr "Richiedi agli utenti di accedere a WordPress per visualizzare / inviare il modulo"
|
837 |
|
838 |
+
#: library/plugin-settings.php:1337
|
839 |
msgid "Disable Replace Author"
|
840 |
msgstr "Disabilita Sostituisci autore"
|
841 |
|
842 |
+
#: library/plugin-settings.php:1339
|
843 |
msgid "Do not replace post author with submitted user name"
|
844 |
msgstr "Non sostituire l'autore del post con il nome utente inviato"
|
845 |
|
846 |
+
#: library/plugin-settings.php:1345
|
847 |
msgid "Here you may change the name and label used by the Custom Field. You can enable this field via the Form Fields setting, above."
|
848 |
+
msgstr "Qui è possibile modificare il nome e l'etichetta utilizzati dal campo personalizzato. È possibile abilitare questo campo tramite l'impostazione Campi modulo, sopra."
|
849 |
|
850 |
+
#: library/plugin-settings.php:1350
|
851 |
msgid "Custom Field Name"
|
852 |
msgstr "Nome campo personalizzato"
|
853 |
|
854 |
+
#: library/plugin-settings.php:1355
|
855 |
msgid "Custom Field Label"
|
856 |
+
msgstr "Etichetta campo personalizzata"
|
857 |
|
858 |
+
#: library/plugin-settings.php:1357
|
859 |
msgid "This will be displayed as the field label on the form. Default: Custom Field"
|
860 |
+
msgstr "Questo verrà visualizzato come etichetta del campo nel modulo. Predefinito: campo personalizzato"
|
861 |
|
862 |
+
#: library/plugin-settings.php:1369
|
863 |
msgid "To prevent spam, enter a question that users must answer before submitting the form."
|
864 |
+
msgstr "Per prevenire lo spam, inserire una domanda a cui gli utenti devono rispondere prima di inviare il modulo."
|
865 |
|
866 |
+
#: library/plugin-settings.php:1372
|
867 |
msgid "Challenge Response"
|
868 |
msgstr "Risposta alla sfida"
|
869 |
|
870 |
+
#: library/plugin-settings.php:1374
|
871 |
msgid "Enter the *only* correct answer to the challenge question."
|
872 |
+
msgstr "Inserisci la * sola * risposta corretta alla domanda della sfida."
|
873 |
|
874 |
+
#: library/plugin-settings.php:1377
|
875 |
msgid "Case-sensitivity"
|
876 |
msgstr "Case-sensibilità"
|
877 |
|
878 |
+
#: library/plugin-settings.php:1379
|
879 |
msgid "Check this box if you want the challenge response to be case-sensitive."
|
880 |
+
msgstr "Seleziona questa casella se desideri che la risposta alla sfida sia sensibile al maiuscolo / minuscolo."
|
881 |
|
882 |
+
#: library/plugin-settings.php:1385
|
883 |
msgid "To enable Google reCAPTCHA, enter your public and private keys."
|
884 |
msgstr "Per abilitare Google reCAPTCHA, inserisci le tue chiavi pubbliche e private."
|
885 |
|
886 |
+
#: library/plugin-settings.php:1390
|
887 |
msgid "Public Key"
|
888 |
msgstr "Chiave pubblica"
|
889 |
|
890 |
+
#: library/plugin-settings.php:1392
|
891 |
msgid "Enter your Public Key"
|
892 |
msgstr "Inserisci la tua chiave pubblica"
|
893 |
|
894 |
+
#: library/plugin-settings.php:1395
|
895 |
msgid "Private Key"
|
896 |
msgstr "Chiave privata"
|
897 |
|
898 |
+
#: library/plugin-settings.php:1397
|
899 |
msgid "Enter your Private Key"
|
900 |
msgstr "Inserisci la tua chiave privata"
|
901 |
|
902 |
+
#: library/plugin-settings.php:1402
|
903 |
msgid "Email Alerts"
|
904 |
msgstr "Avvisi via email"
|
905 |
|
906 |
+
#: library/plugin-settings.php:1407
|
907 |
msgid "Receive Email Alert"
|
908 |
+
msgstr "Ricevi avviso e-mail"
|
909 |
|
910 |
+
#: library/plugin-settings.php:1409
|
911 |
msgid "Check this box if you want to be notified via email for new post submissions."
|
912 |
+
msgstr "Seleziona questa casella se desideri ricevere una notifica via e-mail per l'invio di nuovi post."
|
913 |
|
914 |
+
#: library/plugin-settings.php:1412
|
915 |
msgid "Enable HTML Format"
|
916 |
msgstr "Abilita il formato HTML"
|
917 |
|
918 |
+
#: library/plugin-settings.php:1414
|
919 |
msgid "Check this box to enable HTML format for email alerts."
|
920 |
msgstr "Seleziona questa casella per abilitare il formato HTML per gli avvisi e-mail."
|
921 |
|
922 |
+
#: library/plugin-settings.php:1417
|
923 |
msgid "Email Address for Alerts"
|
924 |
+
msgstr "Indirizzo e-mail per avvisi"
|
925 |
|
926 |
+
#: library/plugin-settings.php:1419
|
927 |
msgid "If you checked the box to receive email alerts, indicate here the address(es) to which the emails should be sent."
|
928 |
+
msgstr "Se hai selezionato la casella per ricevere avvisi e-mail, indica qui gli indirizzi a cui inviare le e-mail."
|
929 |
|
930 |
+
#: library/plugin-settings.php:1420
|
931 |
msgid "Multiple recipients may be included using a comma, like so:"
|
932 |
+
msgstr "È possibile includere più destinatari utilizzando una virgola, in questo modo:"
|
933 |
|
934 |
+
#: library/plugin-settings.php:1423
|
935 |
msgid "Email “From” Address"
|
936 |
msgstr "Email & ldquo; Da & rdquo; Indirizzo"
|
937 |
|
938 |
+
#: library/plugin-settings.php:1425
|
939 |
msgid "Here you may customize the address(es) used for the “From” header (see plugin FAQs for info). "
|
940 |
+
msgstr "Qui puoi personalizzare gli indirizzi utilizzati per & ldquo; da & rdquo; intestazione (vedere le domande frequenti sui plug-in per informazioni). "
|
941 |
|
942 |
+
#: library/plugin-settings.php:1426
|
943 |
msgid "If multiple addresses are specified in the previous setting, include an equal number of “From” addresses for this setting (in the same order)."
|
944 |
+
msgstr "Se nell'impostazione precedente sono stati specificati più indirizzi, includi un numero uguale di & ldquo; Da & rdquo; indirizzi per questa impostazione (nello stesso ordine)."
|
945 |
|
946 |
+
#: library/plugin-settings.php:1429
|
947 |
msgid "Email Alert Subject"
|
948 |
+
msgstr "Oggetto avviso e-mail"
|
949 |
|
950 |
+
#: library/plugin-settings.php:1431
|
951 |
msgid "Subject line for email alerts. Leave blank to use the default subject line. Note: you can use the following variables: "
|
952 |
+
msgstr "Riga dell'oggetto per gli avvisi e-mail. Lascia vuoto per utilizzare la riga dell'oggetto predefinita. Nota: è possibile utilizzare le seguenti variabili: "
|
953 |
|
954 |
+
#: library/plugin-settings.php:1436
|
955 |
msgid "Email Alert Message"
|
956 |
+
msgstr "Messaggio di avviso e-mail"
|
957 |
|
958 |
+
#: library/plugin-settings.php:1438
|
959 |
msgid "Message for email alerts. Leave blank to use the default message. Note: you can use the following variables: "
|
960 |
+
msgstr "Messaggio per avvisi e-mail. Lascia vuoto per utilizzare il messaggio predefinito. Nota: è possibile utilizzare le seguenti variabili: "
|
961 |
|
962 |
+
#: library/plugin-settings.php:1450
|
963 |
msgid "Featured Image"
|
964 |
msgstr "Immagine in primo piano"
|
965 |
|
966 |
+
#: library/plugin-settings.php:1452
|
967 |
msgid "Set submitted images as Featured Images. Requires theme support for Featured Images (aka Post Thumbnails)."
|
968 |
+
msgstr "Imposta le immagini inviate come Immagini in primo piano. Richiede il supporto del tema per le immagini in primo piano (aka Post Miniature)."
|
969 |
|
970 |
+
#: library/plugin-settings.php:1455
|
971 |
msgid "Upload Message"
|
972 |
msgstr "Carica messaggio"
|
973 |
|
974 |
+
#: library/plugin-settings.php:1457
|
975 |
msgid "Message that appears next to the upload field. Useful for stating your upload guidelines/policy/etc. Basic markup allowed."
|
976 |
+
msgstr "Messaggio che appare accanto al campo di caricamento. Utile per indicare le linee guida / le norme di caricamento / ecc. Markup di base consentito."
|
977 |
|
978 |
+
#: library/plugin-settings.php:1460
|
979 |
msgid "“Add another image” link"
|
980 |
msgstr "& ldquo; Aggiungi un'altra immagine & rdquo; collegamento"
|
981 |
|
982 |
+
#: library/plugin-settings.php:1462
|
983 |
msgid "Custom markup for the “Add another image” link. Leave blank to use the default markup (recommended)."
|
984 |
+
msgstr "Markup personalizzato per & ldquo; Aggiungi un'altra immagine & rdquo; collegamento. Lascia vuoto per utilizzare il markup predefinito (consigliato)."
|
985 |
|
986 |
+
#: library/plugin-settings.php:1465
|
987 |
msgid "Minimum number of images"
|
988 |
msgstr "Numero minimo di immagini"
|
989 |
|
990 |
+
#: library/plugin-settings.php:1468
|
991 |
msgid "Specify the minimum number of images."
|
992 |
msgstr "Specifica il numero minimo di immagini."
|
993 |
|
994 |
+
#: library/plugin-settings.php:1472
|
995 |
msgid "Maximum number of images"
|
996 |
msgstr "Numero massimo di immagini"
|
997 |
|
998 |
+
#: library/plugin-settings.php:1475
|
999 |
msgid "Specify the maximum number of images."
|
1000 |
msgstr "Specifica il numero massimo di immagini."
|
1001 |
|
1002 |
+
#: library/plugin-settings.php:1479
|
1003 |
msgid "Minimum image width"
|
1004 |
msgstr "Larghezza minima dell'immagine"
|
1005 |
|
1006 |
+
#: library/plugin-settings.php:1481
|
1007 |
msgid "Specify a minimum width (in pixels) for uploaded images."
|
1008 |
+
msgstr "Specifica una larghezza minima (in pixel) per le immagini caricate."
|
1009 |
|
1010 |
+
#: library/plugin-settings.php:1484
|
1011 |
msgid "Minimum image height"
|
1012 |
msgstr "Altezza minima dell'immagine"
|
1013 |
|
1014 |
+
#: library/plugin-settings.php:1486
|
1015 |
msgid "Specify a minimum height (in pixels) for uploaded images."
|
1016 |
msgstr "Specifica un'altezza minima (in pixel) per le immagini caricate."
|
1017 |
|
1018 |
+
#: library/plugin-settings.php:1489
|
1019 |
msgid "Maximum image width"
|
1020 |
+
msgstr "Larghezza massima dell'immagine"
|
1021 |
|
1022 |
+
#: library/plugin-settings.php:1491
|
1023 |
msgid "Specify a maximum width (in pixels) for uploaded images."
|
1024 |
+
msgstr "Specifica una larghezza massima (in pixel) per le immagini caricate."
|
1025 |
|
1026 |
+
#: library/plugin-settings.php:1494
|
1027 |
msgid "Maximum image height"
|
1028 |
msgstr "Altezza massima dell'immagine"
|
1029 |
|
1030 |
+
#: library/plugin-settings.php:1496
|
1031 |
msgid "Specify a maximum height (in pixels) for uploaded images."
|
1032 |
msgstr "Specifica un'altezza massima (in pixel) per le immagini caricate."
|
1033 |
|
1034 |
+
#: library/plugin-settings.php:1499
|
1035 |
msgid "More Options"
|
1036 |
msgstr "Più opzioni"
|
1037 |
|
1038 |
+
#: library/plugin-settings.php:1502
|
1039 |
msgid "For more options, like the ability to upload other file types (like PDF, Word, Zip, videos, and more), check out"
|
1040 |
+
msgstr "Per altre opzioni, come la possibilità di caricare altri tipi di file (come PDF, Word, Zip, video e altro), controlla"
|
1041 |
|
1042 |
+
#: library/plugin-settings.php:1503
|
1043 |
msgid "Go Pro!"
|
1044 |
+
msgstr "Go Pro!"
|
1045 |
|
1046 |
+
#: library/plugin-settings.php:1510
|
1047 |
msgid "Auto-Display Content"
|
1048 |
msgstr "Visualizzazione automatica del contenuto"
|
1049 |
|
1050 |
+
#: library/plugin-settings.php:1515
|
1051 |
msgid "Auto-Display Images"
|
1052 |
msgstr "Visualizzazione automatica delle immagini"
|
1053 |
|
1054 |
+
#: library/plugin-settings.php:1517
|
1055 |
msgid "Auto-display user-submitted images:"
|
1056 |
+
msgstr "Visualizza automaticamente le immagini inviate dall'utente:"
|
1057 |
|
1058 |
+
#: library/plugin-settings.php:1522
|
1059 |
msgid "Image Markup"
|
1060 |
+
msgstr "Markup immagine"
|
1061 |
|
1062 |
+
#: library/plugin-settings.php:1524
|
1063 |
msgid "Markup to use for each submitted image (when auto-display is enabled). Can use"
|
1064 |
+
msgstr "Markup da utilizzare per ogni immagine inviata (quando è abilitata la visualizzazione automatica). Poter usare"
|
1065 |
|
1066 |
+
#: library/plugin-settings.php:1526 library/plugin-settings.php:1539
|
1067 |
+
#: library/plugin-settings.php:1552 library/plugin-settings.php:1565
|
1068 |
msgid "and"
|
1069 |
msgstr "e"
|
1070 |
|
1071 |
+
#: library/plugin-settings.php:1529
|
1072 |
msgid "Auto-Display Email"
|
1073 |
+
msgstr "Email di visualizzazione automatica"
|
1074 |
|
1075 |
+
#: library/plugin-settings.php:1531
|
1076 |
msgid "Auto-display user-submitted email:"
|
1077 |
+
msgstr "Visualizza automaticamente l'email inviata dall'utente:"
|
1078 |
|
1079 |
+
#: library/plugin-settings.php:1536
|
1080 |
msgid "Email Markup"
|
1081 |
+
msgstr "Markup email"
|
1082 |
|
1083 |
+
#: library/plugin-settings.php:1538
|
1084 |
msgid "Markup to use for the submitted email address (when auto-display is enabled). Can use"
|
1085 |
+
msgstr "Markup da utilizzare per l'indirizzo e-mail inviato (quando la visualizzazione automatica è abilitata). Poter usare"
|
1086 |
|
1087 |
+
#: library/plugin-settings.php:1542
|
1088 |
msgid "Auto-Display URL"
|
1089 |
msgstr "URL di visualizzazione automatica"
|
1090 |
|
1091 |
+
#: library/plugin-settings.php:1544
|
1092 |
msgid "Auto-display user-submitted URL:"
|
1093 |
+
msgstr "Visualizza automaticamente l'URL inviato dall'utente:"
|
1094 |
|
1095 |
+
#: library/plugin-settings.php:1549
|
1096 |
msgid "URL Markup"
|
1097 |
msgstr "Markup URL"
|
1098 |
|
1099 |
+
#: library/plugin-settings.php:1551
|
1100 |
msgid "Markup to use for the submitted URL (when auto-display is enabled). Can use"
|
1101 |
+
msgstr "Markup da utilizzare per l'URL inviato (quando la visualizzazione automatica è abilitata). Poter usare"
|
1102 |
|
1103 |
+
#: library/plugin-settings.php:1555
|
1104 |
msgid "Auto-Display Custom Field"
|
1105 |
msgstr "Visualizzazione automatica campo personalizzato"
|
1106 |
|
1107 |
+
#: library/plugin-settings.php:1557
|
1108 |
msgid "Auto-display user-submitted Custom Field:"
|
1109 |
+
msgstr "Visualizza automaticamente campo personalizzato inviato dall'utente:"
|
1110 |
|
1111 |
+
#: library/plugin-settings.php:1562
|
1112 |
msgid "Custom Field Markup"
|
1113 |
+
msgstr "Markup campo personalizzato"
|
1114 |
|
1115 |
+
#: library/plugin-settings.php:1564
|
1116 |
msgid "Markup to use for the submitted Custom Field (when auto-display is enabled). Can use"
|
1117 |
msgstr "Markup da utilizzare per il campo personalizzato inviato (quando è abilitata la visualizzazione automatica). Poter usare"
|
1118 |
|
1119 |
+
#: library/plugin-settings.php:1570 library/plugin-settings.php:1682
|
1120 |
msgid "Save Settings"
|
1121 |
msgstr "Salva le impostazioni"
|
1122 |
|
1123 |
+
#: library/plugin-settings.php:1575
|
1124 |
msgid "Display the Form"
|
1125 |
msgstr "Visualizza il modulo"
|
1126 |
|
1127 |
+
#: library/plugin-settings.php:1578
|
1128 |
msgid "Post-Submit Form"
|
1129 |
+
msgstr "Modulo post-invio"
|
1130 |
|
1131 |
+
#: library/plugin-settings.php:1579
|
1132 |
msgid "USP enables you to display a post-submission form anywhere on your site."
|
1133 |
+
msgstr "USP ti consente di visualizzare un modulo post-invio in qualsiasi punto del tuo sito."
|
1134 |
|
1135 |
+
#: library/plugin-settings.php:1580 library/plugin-settings.php:1589
|
1136 |
msgid "Use the shortcode to display the form on any WP Post or Page:"
|
1137 |
msgstr "Utilizzare lo shortcode per visualizzare il modulo su qualsiasi post o pagina WP:"
|
1138 |
|
1139 |
+
#: library/plugin-settings.php:1583 library/plugin-settings.php:1592
|
1140 |
msgid "Or, use the template tag to display the form anywhere in your theme template:"
|
1141 |
+
msgstr "In alternativa, utilizzare il tag modello per visualizzare il modulo in qualsiasi punto del modello del tema:"
|
1142 |
|
1143 |
+
#: library/plugin-settings.php:1587
|
1144 |
msgid "Login/Register Form"
|
1145 |
+
msgstr "Modulo di accesso / registrazione"
|
1146 |
|
1147 |
+
#: library/plugin-settings.php:1588
|
1148 |
msgid "You also can display a form that enables users to log in, register, or reset their password."
|
1149 |
+
msgstr "È inoltre possibile visualizzare un modulo che consente agli utenti di accedere, registrarsi o reimpostare la propria password."
|
1150 |
|
1151 |
+
#: library/plugin-settings.php:1596
|
1152 |
msgid "Display Submitted Posts"
|
1153 |
+
msgstr "Visualizza post inviati"
|
1154 |
|
1155 |
+
#: library/plugin-settings.php:1597
|
1156 |
msgid "Use this shortcode to display a list of submitted posts on any WP Post or Page:"
|
1157 |
msgstr "Utilizzare questo shortcode per visualizzare un elenco di post inviati su qualsiasi post o pagina WP:"
|
1158 |
|
1159 |
+
#: library/plugin-settings.php:1600
|
1160 |
msgid "Or, use the template tag to display a
|