Version Description
Download this release
Release Info
Developer | businessdirectoryplugin |
Plugin | Business Directory Plugin |
Version | 5.15 |
Comparing to | |
See all releases |
Code changes from version 5.14.3 to 5.15
- README.TXT +11 -11
- assets/css/admin.min.css +1 -1
- assets/css/widgets.min.css +1 -1
- assets/css/wpbdp.min.css +1 -1
- assets/js/admin.js +2 -2
- assets/js/admin.min.js +1 -1
- business-directory-plugin.php +1 -1
- includes/admin/class-admin.php +1 -0
- includes/admin/controllers/class-admin-listings.php +14 -7
- includes/admin/controllers/class-form-fields-admin.php +401 -0
- includes/admin/helpers/tables/class-form-fields-table.php +0 -402
- includes/class-wpbdp.php +6 -1
- includes/controllers/pages/class-checkout.php +4 -1
- includes/controllers/pages/class-manage-listings.php +9 -2
- includes/controllers/pages/class-submit-listing.php +7 -0
- includes/helpers/class-listing-display-helper.php +9 -3
- includes/models/class-listing.php +15 -1
- includes/models/class-payment.php +12 -0
- includes/themes.php +13 -24
- includes/views/widget/widget-settings.php +103 -0
- includes/widgets/class-listings-widget.php +390 -144
- includes/widgets/widget-featured-listings.php +3 -3
- includes/widgets/widget-latest-listings.php +1 -1
- includes/widgets/widget-random-listings.php +2 -2
- languages/business-directory-plugin-ar.mo +0 -0
- languages/business-directory-plugin-ar.po +2329 -2278
- languages/business-directory-plugin-de_DE.mo +0 -0
- languages/business-directory-plugin-de_DE.po +2351 -2300
- languages/business-directory-plugin-en_US.po +1702 -1673
- languages/business-directory-plugin-fr_FR.mo +0 -0
- languages/business-directory-plugin-fr_FR.po +2359 -2305
- languages/{business-directory-plugin-it_IT.mo → business-directory-plu} +0 -0
README.TXT
CHANGED
@@ -4,7 +4,7 @@ Tags: business directory, listings, directory plugin, staff directory, member di
|
|
4 |
Requires at least: 4.8
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.8.1
|
7 |
-
Stable tag: 5.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
The best WordPress Business Directory Plugin. Build an easy team directory, member directory, staff directory, church directory, and more.
|
@@ -158,6 +158,15 @@ Yes it is. However, you cannot "network activate" the plugin (as this will share
|
|
158 |
This can be done under Plugins -> Add New as the Administrator user. Do not "network activate" as the "super admin".
|
159 |
|
160 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
= 5.14.3 =
|
162 |
* Allow the directory shortcodes in private pages and drafts.
|
163 |
* Improve the performance a bit when showing listing images.
|
@@ -186,13 +195,4 @@ This can be done under Plugins -> Add New as the Administrator user. Do not "net
|
|
186 |
* Code: Added wpbdp_admin_listing_owner_mode hook to switch between autocomplete or not for the user selector in the back-end (ajax or inline)
|
187 |
* Code: Start organizing the code structure.
|
188 |
|
189 |
-
=
|
190 |
-
* New: After a search, show the link to search again whether there are results or not.
|
191 |
-
* New: Added a phone number field to the contact form.
|
192 |
-
* New: Added a phone validator option for custom fields.
|
193 |
-
* Fix: Allow renewal reminder emails to be sent after a listing has expired and been switched to a draft.
|
194 |
-
* Fix: form_only=true in [businessdirectory-search form_only=true] wasn't affecting the shortcode.
|
195 |
-
* Fix: Don't show a back button when on the first page of the form.
|
196 |
-
* Reorganize a few files, including javascript.
|
197 |
-
|
198 |
-
<a href="https://businessdirectoryplugin.com/plugins/business-directory/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">See changelog for all versions</a>
|
4 |
Requires at least: 4.8
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.8.1
|
7 |
+
Stable tag: 5.15
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
The best WordPress Business Directory Plugin. Build an easy team directory, member directory, staff directory, church directory, and more.
|
158 |
This can be done under Plugins -> Add New as the Administrator user. Do not "network activate" as the "super admin".
|
159 |
|
160 |
== Changelog ==
|
161 |
+
= 5.15 =
|
162 |
+
* New: The listing widgets have tons more functionality. Now you can add fields to a widget, set the image position, size images consistently, and use the coming soon image.
|
163 |
+
* Fix: The search form didn't look right in a couple default WordPress themes.
|
164 |
+
* Fix: The background color for paid plans wasn't showing up on listings.
|
165 |
+
* Fix: On checkout with 100% off, don't show payment method and use "Complete" on submit button
|
166 |
+
* Fix: If a payment is pending, show link to complete payment rather than renew.
|
167 |
+
* Fix: After changing an expiration date in the back-end, the listing wasn't correctly getting marked expired.
|
168 |
+
* New: Added hook wpbdp_submit_validation_errors to add custom validation.
|
169 |
+
|
170 |
= 5.14.3 =
|
171 |
* Allow the directory shortcodes in private pages and drafts.
|
172 |
* Improve the performance a bit when showing listing images.
|
195 |
* Code: Added wpbdp_admin_listing_owner_mode hook to switch between autocomplete or not for the user selector in the back-end (ajax or inline)
|
196 |
* Code: Start organizing the code structure.
|
197 |
|
198 |
+
<a href="https://businessdirectoryplugin.com/plugins/business-directory/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">See changelog for all versions</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.wpdbp-wrap{--darkest-grey:#282f36;--dark-grey:rgba(40,47,54,0.85);--medium-grey:rgba(40,47,54,0.65);--grey:rgba(40,47,54,0.45);--grey-border:rgba(40,47,54,0.2);--lightest-grey:#fafafa;--green:#3fac25;--orange:#F15A24}.wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-smaller{font-size:90%}.wpbdp-no-bold{font-weight:normal}.wpbdp-wait{margin:20px;width:20px;height:20px;position:relative;display:inline-block}.wpbdp-wait:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-bottom-color:#607297;border-right-color:#607297;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.wpbdp-wait.wpbdp_visible_spinner{margin-bottom:10px}.wpbdp-wait.wpbdp_visible_spinner .spinner{visibility:visible;float:none}.wpbdpfont{text-decoration:none;text-shadow:none;font-weight:normal;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:auto;line-height:1;-moz-transition:color .1s ease-in-out,opacity .1s ease-in-out;-webkit-transition:color .1s ease-in-out,opacity .1s ease-in-out;transition:color .1s ease-in-out,opacity .1s ease-in-out;font-size:18px}i.wpbdpfont{font-style:normal;font-variant:normal;speak:none}.wpbdpfont:before,select.wpbdpfont{text-align:center}.wpbdpfont,a.wpbdpfont,.wpbdpfont:hover{text-decoration:none !important;box-shadow:none}.wpbdpfont:focus{box-shadow:none;-webkit-box-shadow:none}.wpbdpfont:active{outline:none}.wpbdpsvg{fill:currentColor;width:18px;height:18px;vertical-align:text-bottom}.wpbdp-admin-page .wpbdp-button-primary,.wpbdp-admin-page .wpbdp-button-secondary{text-shadow:none;box-shadow:none;border-radius:30px;border:1px solid #7e92bc !important;font-size:1em;transition:all .2s ease;height:28px;min-height:28px;outline:none;line-height:26px;min-width:100px;display:inline-block;text-align:center;padding:2px 10px;text-decoration:none}.wpbdp-admin-page .page-title-action,.wpbdp-admin-page .wpbdp-button-primary,.wpbdp-admin-page .button-primary{background-color:#7e92bc !important;border-color:#7e92bc !important;color:#fff !important}.wpbdp-admin-page .page-title-action:hover,.wpbdp-admin-page .wpbdp-button-primary:hover,.wpbdp-admin-page .button-primary:hover,.wpbdp-admin-page .page-title-action:focus,.wpbdp-admin-page .wpbdp-button-primary:focus,.wpbdp-admin-page .button-primary:focus{background:#607297 !important;border-color:#607297 !important}.wpbdp-admin-page .add-new-h2,.wpbdp-admin-page .wpbdp-button-secondary,.wpbdp-admin-page .button-secondary,.wpbdp-admin-page .button{background-color:#fff;border-color:#7e92bc !important;color:#607297}.wpbdp-admin-page .add-new-h2:hover,.wpbdp-admin-page .wpbdp-button-secondary:hover,.wpbdp-admin-page .button-secondary:hover,.wpbdp-admin-page .button:hover,.wpbdp-admin-page .add-new-h2:focus,.wpbdp-admin-page .wpbdp-button-secondary:focus,.wpbdp-admin-page .button-secondary:focus,.wpbdp-admin-page .button:focus{border-color:#607297 !important;background:#607297 !important;color:#fff;box-shadow:none}#wpbdp-admin-smtp *,#wpbdp-admin-smtp *::before,#wpbdp-admin-smtp *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#wpbdp-admin-smtp{width:700px;margin:0 auto}#wpbdp-admin-smtp p{font-size:15px}#wpbdp-admin-smtp section{margin:50px 0;text-align:left;clear:both}#wpbdp-admin-smtp .top{text-align:center}#wpbdp-admin-smtp .top h1{font-size:26px;font-weight:600;margin-bottom:0;padding:0}#wpbdp-admin-smtp .top p{font-size:17px;color:#777;margin-top:.5em}#wpbdp-admin-smtp .top .error,#wpbdp-admin-smtp .top .notice{display:none}#wpbdp-admin-smtp .screenshot ul{display:inline-block;margin:0 0 0 30px;list-style-type:none;max-width:calc(100% - 350px)}#wpbdp-admin-smtp .screenshot li{margin:16px 0;padding:0;font-size:15px;color:#777}#wpbdp-admin-smtp .screenshot .cont img{max-width:100%;display:block}#wpbdp-admin-smtp .screenshot .cont{display:inline-block;position:relative;width:315px;padding:5px;background-color:#fff;border-radius:3px}#wpbdp-admin-smtp .step,#wpbdp-admin-smtp .screenshot .cont{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);box-shadow:0 2px 5px 0 rgba(0,0,0,0.05)}#wpbdp-admin-smtp .step{background-color:#F9F9F9;border:1px solid #E5E5E5;margin:0 0 25px}#wpbdp-admin-smtp .step p{font-size:16px;color:#777777}#wpbdp-admin-smtp .step .num{display:inline-block;position:relative;width:100px;height:50px;text-align:center}#wpbdp-admin-smtp .step div{display:inline-block;width:calc( 100% - 104px );background-color:#fff;padding:30px;border-left:1px solid #eee}#wpbdp-admin-smtp .step h2{font-size:24px;line-height:22px;margin-top:0;margin-bottom:15px}#wpbdp-admin-smtp .screenshot>*,#wpbdp-admin-smtp .step>*{vertical-align:middle}#wpbdp-admin-smtp .grey{opacity:.5;background:#F6F6F6 !important;border-color:#ddd !important;color:#9FA5AA !important}#wpbdp-admin-smtp .button.disabled{cursor:default}.wpbdp-smtp-logos{margin-bottom:38px}.wpbdp-smtp-logos img,.wpbdp-smtp-logos svg{vertical-align:middle}.wpbdp-addons{margin-top:30px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:30px 2%}.wpbdp-addons,.wpbdp-addons h2,.wpbdp-addons h3{color:var(--dark-grey)}.wpbdp-addons h2{font-size:17px}.wpbdp-addons h3{margin-top:0}.wpbdp-card{width:100%;border-radius:10px;border:1px solid var(--grey-border);opacity:1;transition:opacity 1s;background:#fff}.wpbdp-addons .wpbdp-card.wpbdp-addon-not-installed{position:relative}.wpbdp-addons .plugin-card-top{height:140px;padding-top:30px;overflow:hidden}.wpbdp-addons .plugin-card-top h2{margin-top:0;font-weight:400}.wpbdp-template-row p,.wpbdp-addons .plugin-card-top p{opacity:.8}.wpbdp-addons .plugin-card-bottom{padding:5px 20px 20px;text-align:center;background:transparent;border-top:none}.wpbdp-addons .plugin-card-bottom,.wpbdp-addons .plugin-card-bottom .button{font-size:15px}.wpbdp-addons .button{float:right}.wpbdp-addons .addon-status{float:left;padding-top:4px}.wpbdp-addon-active .button{visibility:hidden}.addon-status-label{opacity:.7}.wpbdp-addon-active .addon-status-label{color:var(--green);opacity:1}.wpbdp-addon-error{position:absolute;top:55px;left:10px;right:10px;font-weight:bold;text-align:center}.wpbdp-ribbon{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);border:25px solid transparent;border-bottom:25px solid var(--orange);position:absolute;top:-31px;right:-74px;padding:0 10px;width:30px;color:white;font-family:sans-serif;size:11px}.wpbdp-ribbon span{position:absolute;left:25px;font-size:15px;top:4px}@media only screen and (max-width:1200px){.wpbdp-addons{grid-template-columns:1fr 1fr}}.wpbdp-review-notice.notice{border:1px solid #ddd;text-align:center;position:fixed !important;z-index:999;bottom:0;right:0;width:400px;margin-bottom:0;padding-bottom:15px}.wpbdp-review-notice.notice form,.wpbdp-review-notice.notice p{font-size:14px;max-width:600px;margin-left:auto;margin-right:auto}.wpbdp-review-notice a{margin:5px}.wpbdp-review-notice p>span{font-size:13px;opacity:.75}.wpbdp-review-notice .wpbdp_error,.wpbdp-review-notice label{color:#444;text-align:left}.wpbdp-review-notice label{font-size:14px}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.button-primary.next-to-secondary{margin-left:30px}.wpbdp-error.error{border-left-color:#6D87B9;display:flex;align-items:center}.wpbdp-error.error p:first-of-type{flex:1}.wpbdp-pro-tip,.wpbdp-upgrade-bar{background-color:rgba(227,230,243,0.64)}.wpbdp-pro-tip a,.wpbdp-upgrade-bar a{color:#6D87B9;font-weight:600;text-decoration:none}.wpbdp-pro-tip{display:flex;align-items:center;border-radius:6px;padding:11px 22px}.wpbdp-pro-tip svg{color:#6D87B9;margin-right:13px}.wpbdp-pro-tip a{margin-left:5px}.wpbdp-upgrade-bar{background-color:rgba(227,230,243,0.4);text-align:center;margin-left:-20px;border-bottom:2px solid #6D87B9;padding:8px 22px}.wpbdp-admin-content .wpbdp-upgrade-bar{display:none}.wpbdp-admin h1 img{vertical-align:middle}.wpbdp-admin-content.with-sidebar{margin-top:20px;clear:left;float:left;width:78%}.wpbdp-admin .sidebar{margin-top:20px;float:right;clear:right;width:20%}.wpbdp-admin .sidebar .postbox{min-width:0 !important}.wp-list-table tr.wpbdp-item-message-tr td{padding-top:0}.wp-list-table tr.wpbdp-item-message-tr td div{margin:0 15px;padding:6px 12px 8px 12px;background-color:#fef7f1;font-size:12px}.wpbdp-admin-page-fees .tablenav{display:none}#wpbdp-admin-admin-page-fees .column-attributes .wpbdp-tag{background:green;color:#fff}.wpbdp-admin-page-fees .wp-list-table .wpbdp-drag-handle{margin-right:15px;display:none}.wpbdp-admin-page-fees .purchase-gateways{text-align:center}.wpbdp-admin-page-fees .purchase-gateways .gateway{float:left;width:45%;margin:30px 2% 20px 0}.wpbdp-admin-page-fees .purchase-gateways .gateway.installed{opacity:.5}.wpbdp-admin-page-fees .purchase-gateways .gateway a img.gateway-logo{height:40px;margin:0;padding:0;border:none}.wpbdp-admin-page-fees .purchase-gateways .gateway a.price{margin-top:10px;display:block;color:green;font-size:22px;font-weight:bold}.wpbdp-admin-page-fees .purchase-gateways .gateway .check-mark{font-size:150%;font-weight:bold;color:green}#wpbdp-fee-form #limit-categories-list{font-size:90%}#wpbdp-fee-form #limit-categories-list p{margin:10px 0}#wpbdp-fee-form #limit-categories-list select{width:100%}#wpbdp-fee-form #limit-categories-list .select2-selection{padding:0 0 2px 0;margin:0;border-radius:5px;border-color:#ddd;min-height:26px}#wpbdp-fee-form #limit-categories-list .select2-selection__choice{border:none;padding:0;margin:2px 4px 0 0;background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-completed{background:green}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-canceled,#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-failed{background:red}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-admin-posted,#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-on-hold,#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-refunded{background:orange}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-reported{background:#d64226;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice .select2-selection__choice__remove{color:#fff}#wpbdp-fee-form #limit-categories-list .select2-search{margin-bottom:0}#wpbdp-fee-form #limit-categories-list .wpbdp-category-item{width:33.33%;float:left;padding:2px 0}#wpbdp-fee-form .pricing-details-variable>td{padding-top:0}#wpbdp-fee-form .pricing-details-variable table th{font-weight:normal}#wpbdp-fee-form .pricing-details-variable table td:last-child{width:100%}#wpbdp-fee-form .pricing-details-variable table td{font-size:90%;padding:0}#wpbdp-fee-form .pricing-details-variable table td.category-name-col{padding-right:20px;text-align:right}#wpbdp-fee-form .pricing-details-variable .wpbdp-variable-pricing-configurator-row input{width:100px}#wpbdp-fee-form .pricing-options label{display:block}#wpbdp-fee-form .fee-pricing-details input[type="text"]{width:100px}#wpbdp-admin-page-settings .nav-tab.tab-error{border-top:solid 1px red}#wpbdp-admin-page-settings .nav-tab.tab-warning{border-top:solid 1px yellow}#wpbdp-admin-page-settings .form-table tr>th{min-width:250px}#wpbdp-admin-page-settings .form-table tr>th>h3{font-size:1.2em;margin:0 auto}#wpbdp-admin-page-settings .wpbdp-setting-description{color:#666;font-style:italic;display:block}#wpbdp-admin-page-settings .wpbdp-setting-tooltip{height:18px;width:18px;font-size:18px;line-height:18px;vertical-align:middle;margin-right:5px;color:#666;cursor:help}#wpbdp-admin-page-settings input[type="text"],#wpbdp-admin-page-settings input[type="url"],#wpbdp-admin-page-settings textarea{width:85%}#wpbdp-admin-page-settings textarea{min-height:150px}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activate-btn,#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-deactivate-btn{margin-left:10px;display:none}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activate-btn{display:inline-block}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .howto,#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-key-activate-btn{display:none}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-key-deactivate-btn{display:inline-block}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-not-verified input[type=text]{border-color:#d64226}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg,#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-input{width:70%}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg{font-size:90%;border-radius:4px;padding:8px;margin:3px 0;box-sizing:border-box}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-success{border-color:#27a533}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-error{border-color:#d64226}#wpbdp-admin-page-settings tr.wpbdp-setting-disabled{display:none}#wpbdp-admin-page-settings .wpbdp_upgrade_to_pro{text-align:center;margin-top:80px}.form-table .wpbdp-collapse-row-last td,.form-table .wpbdp-collapse-row-last th,.form-table .wpbdp-collapse-row th,.form-table .wpbdp-collapse-row td{padding-bottom:0;padding-top:0}.form-table .wpbdp-collapse-row-first td,.form-table .wpbdp-collapse-row-first th{padding-bottom:0}.wpbdp-tooltip-msg{background:#333 !important;border-width:1px !important;border-radius:3px !important;box-shadow:1px 1px 2px 1px rgba(214,214,214,0.5) !important;color:#dedede !important;max-width:300px !important;padding:7px !important;text-rendering:optimizeLegibility;text-shadow:none !important;z-index:9999 !important}#wpbdp-admin-page-settings select{display:block}#wpbdp-admin-page-settings .wpbdp-settings-choice-radio{margin:0 0 5px 0}#wpbdp-admin-page-settings tr.disabled{opacity:.7}#wpbdp-admin-page-settings .text-fields-warning{font-size:90%;display:block;margin-bottom:2px}#wpbdp-admin-page-settings .wpbdp-expiration-notice-email-schedule-summary{background:#d2d2d2;font-size:85%;padding:5px}#wpbdp-admin-page-settings .wpbdp-settings-email{margin:10px 0 0 0;border:solid 1px #d2d2d2;padding:5px;background:#fff}#wpbdp-admin-page-settings .wpbdp-settings-email.wpbdp-expiration-notice-email{border-bottom:none}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview{color:#999;font-size:90%;height:45px;cursor:pointer;overflow:hidden}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview h4,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview h4{margin:0 0 10px 0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview a.wpbdp-settings-email-edit-btn,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview a.wpbdp-settings-email-edit-btn,#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview .edit-toggle,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview .edit-toggle{float:right;color:#fff}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl{margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl dt,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl dt{font-weight:bold;margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl dd,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl dd{margin:0;padding:0 0 0 10px}#wpbdp-admin-page-settings .wpbdp-settings-email .editor,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor{display:none;margin-left:10px;font-size:90%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor table.form-table,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor table.form-table{margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .editor table.form-table th,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor table.form-table th{padding-left:4px;padding-right:0;min-width:0;width:20%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor input[type="text"],#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor input[type="text"]{width:100%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor textarea,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor textarea{width:100%;min-height:150px}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholders,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholders{margin:10px 0 0 0}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholder,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholder{font-size:90%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholder .placeholder-code,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholder .placeholder-code{font-family:monospace;font-weight:bold}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholder .placeholder-description,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholder .placeholder-description{font-style:italic}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholder-separator,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholder-separator{margin-top:10px}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .buttons,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .buttons{margin:30px 0 0 0;text-align:right}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .buttons .preview-email,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .buttons .preview-email{float:left}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .buttons .cancel,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .buttons .cancel{margin-right:10px}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices #wpbdp-settings-expiration-notices-add-btn{margin:0 0 5px 0}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices #wpbdp-settings-expiration-notices-add .wpbdp-expiration-notice-email{display:none;border-bottom:1px solid #d2d2d2}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices .buttons .delete{color:#a00;float:left;font-size:13px}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices .buttons .delete:hover{color:red}#wpbdp-admin-page-settings .wpbdp-settings-type-checkbox input[type="checkbox"]{vertical-align:bottom}#wpbdp-admin-page-settings .wpbdp-settings-radio-options,#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options{grid-gap:0}#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-radio-option,#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-radio-option,#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-multicheck-option,#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option{margin:0 0 5px 0}#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-radio-option input[type="radio"],#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-radio-option input[type="radio"],#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-multicheck-option input[type="radio"],#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option input[type="radio"],#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-radio-option input[type="checkbox"],#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-radio-option input[type="checkbox"],#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-multicheck-option input[type="checkbox"],#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option input[type="checkbox"]{vertical-align:bottom}#wpbdp-admin-page-settings .wpbdp-settings-radio-options+.wpbdp-setting-description,#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options+.wpbdp-setting-description{margin:10px 0 0 0}.wpbdp-settings-radio-option .wpbdp-img-opt{display:block;margin:0 auto 10px}#wpbdp-settings-list-layout .wpbdp-settings-radio-option{float:left;text-align:center;margin-right:1% !important;width:32%;min-width:173px}#wpbdp-settings-list-layout input{display:none}#wpbdp-settings-list-layout label span{border:2px solid transparent;display:inline-block;padding-bottom:10px;border-radius:3px}#wpbdp-settings-list-layout input:checked+label span{border-color:#4199FD}td.column-payment_status .status,td.column-sticky_status .status{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:90%}td.column-payment_status .status.ok{background:green}td.column-payment_status .paymentdata{font-size:85%}td.column-payment_status .paymentdata b{font-weight:normal}td.column-payment_status .paymentdata span{font-style:italic}td.column-sticky_status .status.notpaid{background:orange}td.column-sticky_status .status.pending{background:red;font-weight:bold}td.column-sticky_status .status.sticky{background:green}table.wp-list-table td .tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:90%;margin-right:2px;display:inline-block}table.wp-list-table.formfields th.column-label{width:40%}table.wp-list-table.formfields th.column-tags,table.wp-list-table.formfields td.column-tags{width:200px}table.wp-list-table.formfields th.column-order,table.wp-list-table.formfields td.column-order{width:55px}table.wp-list-table.formfields td.column-order .wpbdp-drag-handle{visibility:hidden}table.wp-list-table.formfields tr:hover .wpbdp-drag-handle{visibility:visible}table.wp-list-table.formfields .tag.private{background:red}table.wp-list-table.formfields .tag.privacy{background:blue}table.wp-list-table.formfields .tag.required{background:orange}table.wp-list-table.formfields .tag.in-excerpt{background:green}table.wp-list-table.formfields .tag.in-listing{background:green}table.wp-list-table.formfields tr.wpbdp-draggable-highlight{height:54px}table.wp-list-table.formfields tr.ui-sortable-helper{background:#fff;border:1px dashed #c1c1c1}#wpbdp-admin-page-field-form .iframe-confirm{display:none}#wpbdp-admin-page-field-form .iframe-confirm p{font-size:90%}#wpbdp-admin-page-field-form .wpbdp-setting-description{color:#666;font-style:italic;display:block}#wpbdp-settings-currency .wpbdp-setting-description{display:none}.wpbdp-settings-type-file .preview img{margin-right:10px}.wpbdp-settings-type-file .preview,.wpbdp-form-field-type-social-network .preview,.wpbdp-form-field-type-image .preview{float:none}.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}table.wpbdp-debug-section{width:90%}table.wpbdp-debug-section tbody tr{background:#efefef}table.wpbdp-debug-section tbody tr td{padding:3px 8px}table.wpbdp-debug-section tbody tr:nth-child(2n){background:#f5f5f5}.wpbdp-page-admin-transactions .tag{font-size:95%}.wpbdp-page-admin-transactions .tag.approved{background:green}.wpbdp-page-admin-transactions .tag.pending{background:red}.wpbdp-page-admin-transactions .column-actions a.delete{color:#bc0b0b}.wpbdp-page-admin-transactions tr.more-details-row{background:#fff}.wpbdp-page-admin-transactions tr.more-details-row td{padding-left:40px;font-size:95%}.wpbdp-page-admin-transactions tr.more-details-row td dl dt{font-weight:bold}body.taxonomy-wpbdp_category .column-id{width:35px}.transaction-status-container{text-align:right;padding:5px}.wpbdp-progress-bar .progress-bar{margin-left:10px;display:inline-block;vertical-align:middle}.wpbdp-progress-bar .progress-bar-outer{min-width:200px;height:12px;border:solid 1px #3366CC;padding:0}.wpbdp-progress-bar .progress-bar-inner{height:100%;background:#99CCFF}.wpbdp-note{padding:5px 10px;background:#d7f5ff;margin:5px 0 20px 0;border:solid 1px #bad5df;border-radius:4px}.wpbdp-note p{margin:0}.wpbdp-note h1,.wpbdp-note h2,.wpbdp-note h3,.wpbdp-note h4{margin:0 0 8px 0}.wpbdp-note.error,.wpbdp-note.warning{background-color:#FFEBE8;border-color:#C00}.wpbdp-notice.dismissible{position:relative}.tag.paymentstatus{text-transform:capitalize}.tag.paymentstatus.ok{background:green}.tag.paymentstatus.completed{background:green}.tag.paymentstatus.pending,.tag.paymentstatus.pending-abandonment{background:red}.wpbdp-listing-metabox-tab dl{margin:0}.wpbdp-payment-details .tag{float:right}.wpbdp-payment-details .details,.wpbdp-payment-details .invoice,.wpbdp-payment-details .actions{clear:both;margin:20px 0}.wpbdp-payment-details .details dl dt{font-weight:bold}.wpbdp-payment-details table.wpbdp-payment-items-table{width:100%}.wpbdp-payment-details table.wpbdp-payment-items-table th{text-transform:uppercase}.wpbdp-payment-details table.wpbdp-payment-items-table td{border-top:1px solid #bbb;padding:6px 10px 6px 0}.wpbdp-payment-details .actions a.button-primary{color:#fff !important}.wp-core-ui .wpbdp-loading-button.button-primary,.wpbdp-loading-button{position:relative !important;opacity:.8;color:transparent !important;text-shadow:none !important}.wpbdp-loading-button:hover,.wpbdp-loading-button:active,.wpbdp-loading-button:focus{cursor:not-allowed;color:transparent !important;outline:none !important;box-shadow:none}.wpbdp-loading-button:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.listing-fee-change .fee-selection .fee{padding-bottom:5px;margin-bottom:10px;border-bottom:dotted 1px #d2d2d2;opacity:.85}.listing-fee-change .fee-selection .fee:hover{opacity:1}.listing-fee-change .fee-selection .fee .details{margin-left:10px}.listing-fee-change .fee-selection .fee .tag{float:right}.listing-fee-change .fee-selection .fee .choose-this{float:right}.wpbdp-draggable-highlight{background:#bbb}.wpbdp-module-compat-check .module-info{margin-bottom:3px}.wpbdp-module-compat-check .module-info .module-version,.wpbdp-module-compat-check .module-info .module-required{color:#666}.wpbdp-module-compat-check .module-info .module-version{margin-left:15px}.wpbdp-module-compat-check .module-info .module-version b{color:#333}.wpbdp-module-compat-check .module-info .module-required b{color:#900000}#wpbdp-admin-page-admin .welcome-message{padding:10px;font-size:105%}#wpbdp-admin-page-admin .welcome-message p{font-size:inherit}#wpbdp-admin-page-admin .welcome-message h4{font-size:120%}#wpbdp-admin-page-admin .welcome-message ul{list-style-position:inside;list-style-type:disc}#wpbdp-admin-page-admin .shortcuts{margin:auto}#wpbdp-admin-page-admin .shortcuts li{float:left;margin-right:10px}#wpbdp-admin-page-admin .shortcuts li.clear{margin:0}#wpbdp-admin-page-uninstall .wpbdp-admin-content{box-sizing:border-box;margin:20px 0 0 0;padding:16px;background:#fff;border-radius:4px}#wpbdp-admin-page-uninstall .wpbdp-validation-error{font-size:80%;color:#d64226;margin:0 0 10px 0}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion{float:left;box-sizing:border-box}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning ul,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion ul{margin-left:10px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning ul li,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion ul li{list-style-type:disc;list-style-position:inside}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning{width:60%;padding-right:20px;color:#d64226}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning .wpbdp-warning-margin{float:left}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning .wpbdp-warning-margin .dashicons{width:30px;height:30px;font-size:30px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning .wpbdp-warning-content{margin-left:50px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion{width:40%;padding-left:20px;border-left:1px solid #efefef}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form{display:none}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .reasons{margin-left:15px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .reasons .reason{margin-bottom:5px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .custom-reason{display:none}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form textarea{margin:10px 0 0 0;width:50%;min-height:100px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form textarea.invalid{border-color:#d64226}#wpbdp-admin-page-uninstall #wpbdp-uninstall-proceed-btn{margin-top:20px;color:#d64226}#wpbdp-licensing-issues-warning ul li{list-style-position:inside;list-style-type:disc}#wpbdp-licensing-issues-warning span.item-name{background:#fff9aa;padding:2px 5px;margin:0 0 0 4px;border-radius:4px}.wp-admin.widgets-php .widget-content span.help{color:#666}.wpbdp-admin-tab-nav{float:none;margin:0 0 .5em 0}.wpbdp-admin-tab-content{padding:5px 0 0 0;display:none}.wpbdp-admin-tab-content .wpbdp-form-field{margin:0}.wpbdp-admin-tab-content .wpbdp-form-field .wpbdp-form-field-inner{padding:0}.wpbdp-admin-box label{vertical-align:top}a.wpbdp-admin-delete-link{color:#a00;text-decoration:none}a.wpbdp-admin-delete-link:hover{color:red}#wpbdp-admin-payment-info-box .inside{margin:0;padding:0}#wpbdp-admin-payment-info-box .wpbdp-admin-box-row{border-bottom:1px solid #eee;clear:both;padding:6px 12px;margin:0;line-height:1.5}#wpbdp-admin-payment-info-box label{font-weight:bold}#wpbdp-admin-payment-items-box .payment-item,#wpbdp-admin-payment-items-box .payment-item-header{margin:0 12px;padding:6px 0}#wpbdp-admin-payment-items-box .payment-item .payment-item-type,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-type{display:block;width:20%;float:left}#wpbdp-admin-payment-items-box .payment-item .payment-item-description,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-description{display:block;width:60%;float:left}#wpbdp-admin-payment-items-box .payment-item .payment-item-amount,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-amount{display:block;width:20%;float:left}#wpbdp-admin-payment-items-box .payment-item.payment-totals,#wpbdp-admin-payment-items-box .payment-item-header.payment-totals{border-top:1px solid #eee;font-weight:bold}#wpbdp-admin-payment-items-box .payment-item-header{font-weight:bold}#wpbdp-admin-payment-details-box *{box-sizing:border-box}#wpbdp-admin-payment-details-box .wpbdp-admin-box-row>div{padding:6px 0}#wpbdp-admin-payment-details-box label{display:block}#wpbdp-admin-payment-details-box .customer-email,#wpbdp-admin-payment-details-box .customer-address-line1,#wpbdp-admin-payment-details-box .customer-address-line2{clear:both;width:100%}#wpbdp-admin-payment-details-box .customer-email input,#wpbdp-admin-payment-details-box .customer-address-line1 input,#wpbdp-admin-payment-details-box .customer-address-line2 input{width:100%}#wpbdp-admin-payment-details-box .customer-first-name,#wpbdp-admin-payment-details-box .customer-address-country,#wpbdp-admin-payment-details-box .customer-address-city{padding-right:3px !important}#wpbdp-admin-payment-details-box .customer-last-name,#wpbdp-admin-payment-details-box .customer-address-state,#wpbdp-admin-payment-details-box .customer-address-zipcode{padding-left:3px !important}#wpbdp-admin-payment-details-box .customer-first-name,#wpbdp-admin-payment-details-box .customer-last-name,#wpbdp-admin-payment-details-box .customer-address-country,#wpbdp-admin-payment-details-box .customer-address-state,#wpbdp-admin-payment-details-box .customer-address-city,#wpbdp-admin-payment-details-box .customer-address-zipcode{float:left;width:50%}#wpbdp-admin-payment-details-box .customer-first-name input,#wpbdp-admin-payment-details-box .customer-last-name input,#wpbdp-admin-payment-details-box .customer-address-country input,#wpbdp-admin-payment-details-box .customer-address-state input,#wpbdp-admin-payment-details-box .customer-address-city input,#wpbdp-admin-payment-details-box .customer-address-zipcode input{width:100%}#wpbdp-payment-notes .wpbdp-payment-note{margin-bottom:12px;line-height:1.5}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-payment-note-meta-user{font-weight:bold}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-payment-note-meta-date{color:#666}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-admin-delete-link{float:right;display:none}#wpbdp-payment-notes .wpbdp-payment-note:hover .wpbdp-admin-delete-link{display:block}span.tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}span.tag.wpbdp-listing-attr-payment-completed{background:green}span.tag.wpbdp-listing-attr-payment-canceled,span.tag.wpbdp-listing-attr-payment-failed{background:red}span.tag.wpbdp-listing-attr-admin-posted,span.tag.wpbdp-listing-attr-payment-on-hold,span.tag.wpbdp-listing-attr-payment-refunded{background:orange}span.tag.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}span.tag.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}span.tag.wpbdp-listing-attr-reported{background:#d64226;color:#fff}.wpbdp-tag.wpbdp-listing-attr-payment-completed,span.tag.wpbdp-listing-attr-payment-completed{background:green}.wpbdp-tag.wpbdp-listing-attr-payment-canceled,span.tag.wpbdp-listing-attr-payment-canceled,.wpbdp-tag.wpbdp-listing-attr-payment-failed,span.tag.wpbdp-listing-attr-payment-failed{background:red}.wpbdp-tag.wpbdp-listing-attr-admin-posted,span.tag.wpbdp-listing-attr-admin-posted,.wpbdp-tag.wpbdp-listing-attr-payment-on-hold,span.tag.wpbdp-listing-attr-payment-on-hold,.wpbdp-tag.wpbdp-listing-attr-payment-refunded,span.tag.wpbdp-listing-attr-payment-refunded{background:orange}.wpbdp-tag.wpbdp-listing-attr-post-status-pending,span.tag.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}.wpbdp-tag.wpbdp-listing-attr-no-fee-plan,span.tag.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}.wpbdp-tag.wpbdp-listing-attr-reported,span.tag.wpbdp-listing-attr-reported{background:#d64226;color:#fff}.wp-list-table td .wpbdp-tag{display:inline-block}body.post-type-wpbdp_listing .wp-list-table .wpbdp-tag{font-size:10px !important;text-transform:none !important}#wpbdp-listing-form-preview{padding:25px;border:1px solid #d2d2d2;background:#fff}.wpbdp-user-select .select2.select2-container{max-width:84.9%}.select2-container,.select2-search--inline,.select2-search__field{width:100% !important}
|
1 |
+
.wpdbp-wrap{--darkest-grey:#282f36;--dark-grey:rgba(40,47,54,0.85);--medium-grey:rgba(40,47,54,0.65);--grey:rgba(40,47,54,0.45);--grey-border:rgba(40,47,54,0.2);--lightest-grey:#fafafa;--green:#3fac25;--orange:#F15A24}.wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-smaller{font-size:90%}.wpbdp-no-bold{font-weight:normal}.wpbdp-wait{margin:20px;width:20px;height:20px;position:relative;display:inline-block}.wpbdp-wait:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-bottom-color:#607297;border-right-color:#607297;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.wpbdp-wait.wpbdp_visible_spinner{margin-bottom:10px}.wpbdp-wait.wpbdp_visible_spinner .spinner{visibility:visible;float:none}.wpbdpfont{text-decoration:none;text-shadow:none;font-weight:normal;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:auto;line-height:1;-moz-transition:color .1s ease-in-out,opacity .1s ease-in-out;-webkit-transition:color .1s ease-in-out,opacity .1s ease-in-out;transition:color .1s ease-in-out,opacity .1s ease-in-out;font-size:18px}i.wpbdpfont{font-style:normal;font-variant:normal;speak:none}.wpbdpfont:before,select.wpbdpfont{text-align:center}.wpbdpfont,a.wpbdpfont,.wpbdpfont:hover{text-decoration:none !important;box-shadow:none}.wpbdpfont:focus{box-shadow:none;-webkit-box-shadow:none}.wpbdpfont:active{outline:none}.wpbdpsvg{fill:currentColor;width:18px;height:18px;vertical-align:text-bottom}.wpbdp-admin-page .wpbdp-button-primary,.wpbdp-admin-page .wpbdp-button-secondary{text-shadow:none;box-shadow:none;border-radius:30px;border:1px solid #7e92bc !important;font-size:1em;transition:all .2s ease;height:28px;min-height:28px;outline:none;line-height:26px;min-width:100px;display:inline-block;text-align:center;padding:2px 10px;text-decoration:none}.wpbdp-admin-page .page-title-action,.wpbdp-admin-page .wpbdp-button-primary,.wpbdp-admin-page .button-primary{background-color:#7e92bc !important;border-color:#7e92bc !important;color:#fff !important}.wpbdp-admin-page .page-title-action:hover,.wpbdp-admin-page .wpbdp-button-primary:hover,.wpbdp-admin-page .button-primary:hover,.wpbdp-admin-page .page-title-action:focus,.wpbdp-admin-page .wpbdp-button-primary:focus,.wpbdp-admin-page .button-primary:focus{background:#607297 !important;border-color:#607297 !important}.wpbdp-admin-page .add-new-h2,.wpbdp-admin-page .wpbdp-button-secondary,.wpbdp-admin-page .button-secondary,.wpbdp-admin-page .button{background-color:#fff;border-color:#7e92bc !important;color:#607297}.wpbdp-admin-page .add-new-h2:hover,.wpbdp-admin-page .wpbdp-button-secondary:hover,.wpbdp-admin-page .button-secondary:hover,.wpbdp-admin-page .button:hover,.wpbdp-admin-page .add-new-h2:focus,.wpbdp-admin-page .wpbdp-button-secondary:focus,.wpbdp-admin-page .button-secondary:focus,.wpbdp-admin-page .button:focus{border-color:#607297 !important;background:#607297 !important;color:#fff;box-shadow:none}#wpbdp-admin-smtp *,#wpbdp-admin-smtp *::before,#wpbdp-admin-smtp *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#wpbdp-admin-smtp{width:700px;margin:0 auto}#wpbdp-admin-smtp p{font-size:15px}#wpbdp-admin-smtp section{margin:50px 0;text-align:left;clear:both}#wpbdp-admin-smtp .top{text-align:center}#wpbdp-admin-smtp .top h1{font-size:26px;font-weight:600;margin-bottom:0;padding:0}#wpbdp-admin-smtp .top p{font-size:17px;color:#777;margin-top:.5em}#wpbdp-admin-smtp .top .error,#wpbdp-admin-smtp .top .notice{display:none}#wpbdp-admin-smtp .screenshot ul{display:inline-block;margin:0 0 0 30px;list-style-type:none;max-width:calc(100% - 350px)}#wpbdp-admin-smtp .screenshot li{margin:16px 0;padding:0;font-size:15px;color:#777}#wpbdp-admin-smtp .screenshot .cont img{max-width:100%;display:block}#wpbdp-admin-smtp .screenshot .cont{display:inline-block;position:relative;width:315px;padding:5px;background-color:#fff;border-radius:3px}#wpbdp-admin-smtp .step,#wpbdp-admin-smtp .screenshot .cont{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);box-shadow:0 2px 5px 0 rgba(0,0,0,0.05)}#wpbdp-admin-smtp .step{background-color:#F9F9F9;border:1px solid #E5E5E5;margin:0 0 25px}#wpbdp-admin-smtp .step p{font-size:16px;color:#777777}#wpbdp-admin-smtp .step .num{display:inline-block;position:relative;width:100px;height:50px;text-align:center}#wpbdp-admin-smtp .step div{display:inline-block;width:calc( 100% - 104px );background-color:#fff;padding:30px;border-left:1px solid #eee}#wpbdp-admin-smtp .step h2{font-size:24px;line-height:22px;margin-top:0;margin-bottom:15px}#wpbdp-admin-smtp .screenshot>*,#wpbdp-admin-smtp .step>*{vertical-align:middle}#wpbdp-admin-smtp .grey{opacity:.5;background:#F6F6F6 !important;border-color:#ddd !important;color:#9FA5AA !important}#wpbdp-admin-smtp .button.disabled{cursor:default}.wpbdp-smtp-logos{margin-bottom:38px}.wpbdp-smtp-logos img,.wpbdp-smtp-logos svg{vertical-align:middle}.wpbdp-addons{margin-top:30px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:30px 2%}.wpbdp-addons,.wpbdp-addons h2,.wpbdp-addons h3{color:var(--dark-grey)}.wpbdp-addons h2{font-size:17px}.wpbdp-addons h3{margin-top:0}.wpbdp-card{width:100%;border-radius:10px;border:1px solid var(--grey-border);opacity:1;transition:opacity 1s;background:#fff}.wpbdp-addons .wpbdp-card.wpbdp-addon-not-installed{position:relative}.wpbdp-addons .plugin-card-top{height:140px;padding-top:30px;overflow:hidden}.wpbdp-addons .plugin-card-top h2{margin-top:0;font-weight:400}.wpbdp-template-row p,.wpbdp-addons .plugin-card-top p{opacity:.8}.wpbdp-addons .plugin-card-bottom{padding:5px 20px 20px;text-align:center;background:transparent;border-top:none}.wpbdp-addons .plugin-card-bottom,.wpbdp-addons .plugin-card-bottom .button{font-size:15px}.wpbdp-addons .button{float:right}.wpbdp-addons .addon-status{float:left;padding-top:4px}.wpbdp-addon-active .button{visibility:hidden}.addon-status-label{opacity:.7}.wpbdp-addon-active .addon-status-label{color:var(--green);opacity:1}.wpbdp-addon-error{position:absolute;top:55px;left:10px;right:10px;font-weight:bold;text-align:center}.wpbdp-ribbon{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);border:25px solid transparent;border-bottom:25px solid var(--orange);position:absolute;top:-31px;right:-74px;padding:0 10px;width:30px;color:white;font-family:sans-serif;size:11px}.wpbdp-ribbon span{position:absolute;left:25px;font-size:15px;top:4px}@media only screen and (max-width:1200px){.wpbdp-addons{grid-template-columns:1fr 1fr}}.wpbdp-review-notice.notice{border:1px solid #ddd;text-align:center;position:fixed !important;z-index:999;bottom:0;right:0;width:400px;margin-bottom:0;padding-bottom:15px}.wpbdp-review-notice.notice form,.wpbdp-review-notice.notice p{font-size:14px;max-width:600px;margin-left:auto;margin-right:auto}.wpbdp-review-notice a{margin:5px}.wpbdp-review-notice p>span{font-size:13px;opacity:.75}.wpbdp-review-notice .wpbdp_error,.wpbdp-review-notice label{color:#444;text-align:left}.wpbdp-review-notice label{font-size:14px}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.button-primary.next-to-secondary{margin-left:30px}.wpbdp-error.error{border-left-color:#6D87B9;display:flex;align-items:center}.wpbdp-error.error p:first-of-type{flex:1}.wpbdp-pro-tip,.wpbdp-upgrade-bar{background-color:rgba(227,230,243,0.64)}.wpbdp-pro-tip a,.wpbdp-upgrade-bar a{color:#6D87B9;font-weight:600;text-decoration:none}.wpbdp-pro-tip{display:flex;align-items:center;border-radius:6px;padding:11px 22px}.wpbdp-pro-tip svg{color:#6D87B9;margin-right:13px}.wpbdp-pro-tip a{margin-left:5px}.wpbdp-upgrade-bar{background-color:rgba(227,230,243,0.4);text-align:center;margin-left:-20px;border-bottom:2px solid #6D87B9;padding:8px 22px}.wpbdp-admin-content .wpbdp-upgrade-bar{display:none}.wpbdp-admin h1 img{vertical-align:middle}.wpbdp-admin-content.with-sidebar{margin-top:20px;clear:left;float:left;width:78%}.wpbdp-admin .sidebar{margin-top:20px;float:right;clear:right;width:20%}.wpbdp-admin .sidebar .postbox{min-width:0 !important}.wp-list-table tr.wpbdp-item-message-tr td{padding-top:0}.wp-list-table tr.wpbdp-item-message-tr td div{margin:0 15px;padding:6px 12px 8px 12px;background-color:#fef7f1;font-size:12px}.wpbdp-admin-page-fees .tablenav{display:none}#wpbdp-admin-admin-page-fees .column-attributes .wpbdp-tag{background:green;color:#fff}.wpbdp-admin-page-fees .wp-list-table .wpbdp-drag-handle{margin-right:15px;display:none}.wpbdp-admin-page-fees .purchase-gateways{text-align:center}.wpbdp-admin-page-fees .purchase-gateways .gateway{float:left;width:45%;margin:30px 2% 20px 0}.wpbdp-admin-page-fees .purchase-gateways .gateway.installed{opacity:.5}.wpbdp-admin-page-fees .purchase-gateways .gateway a img.gateway-logo{height:40px;margin:0;padding:0;border:none}.wpbdp-admin-page-fees .purchase-gateways .gateway a.price{margin-top:10px;display:block;color:green;font-size:22px;font-weight:bold}.wpbdp-admin-page-fees .purchase-gateways .gateway .check-mark{font-size:150%;font-weight:bold;color:green}#wpbdp-fee-form #limit-categories-list{font-size:90%}#wpbdp-fee-form #limit-categories-list p{margin:10px 0}#wpbdp-fee-form #limit-categories-list select{width:100%}#wpbdp-fee-form #limit-categories-list .select2-selection{padding:0 0 2px 0;margin:0;border-radius:5px;border-color:#ddd;min-height:26px}#wpbdp-fee-form #limit-categories-list .select2-selection__choice{border:none;padding:0;margin:2px 4px 0 0;background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-completed{background:green}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-canceled,#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-failed{background:red}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-admin-posted,#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-on-hold,#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-payment-refunded{background:orange}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice.wpbdp-listing-attr-reported{background:#d64226;color:#fff}#wpbdp-fee-form #limit-categories-list .select2-selection__choice .select2-selection__choice__remove{color:#fff}#wpbdp-fee-form #limit-categories-list .select2-search{margin-bottom:0}#wpbdp-fee-form #limit-categories-list .wpbdp-category-item{width:33.33%;float:left;padding:2px 0}#wpbdp-fee-form .pricing-details-variable>td{padding-top:0}#wpbdp-fee-form .pricing-details-variable table th{font-weight:normal}#wpbdp-fee-form .pricing-details-variable table td:last-child{width:100%}#wpbdp-fee-form .pricing-details-variable table td{font-size:90%;padding:0}#wpbdp-fee-form .pricing-details-variable table td.category-name-col{padding-right:20px;text-align:right}#wpbdp-fee-form .pricing-details-variable .wpbdp-variable-pricing-configurator-row input{width:100px}#wpbdp-fee-form .pricing-options label{display:block}#wpbdp-fee-form .fee-pricing-details input[type="text"]{width:100px}#wpbdp-admin-page-settings .nav-tab.tab-error{border-top:solid 1px red}#wpbdp-admin-page-settings .nav-tab.tab-warning{border-top:solid 1px yellow}#wpbdp-admin-page-settings .form-table tr>th{min-width:250px}#wpbdp-admin-page-settings .form-table tr>th>h3{font-size:1.2em;margin:0 auto}#wpbdp-admin-page-settings .wpbdp-setting-description{color:#666;font-style:italic;display:block}#wpbdp-admin-page-settings .wpbdp-setting-tooltip{height:18px;width:18px;font-size:18px;line-height:18px;vertical-align:middle;margin-right:5px;color:#666;cursor:help}#wpbdp-admin-page-settings input[type="text"],#wpbdp-admin-page-settings input[type="url"],#wpbdp-admin-page-settings textarea{width:85%}#wpbdp-admin-page-settings textarea{min-height:150px}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activate-btn,#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-deactivate-btn{margin-left:10px;display:none}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activate-btn{display:inline-block}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .howto,#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-key-activate-btn{display:none}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-valid .wpbdp-license-key-deactivate-btn{display:inline-block}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui.wpbdp-license-status-not-verified input[type=text]{border-color:#d64226}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg,#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-input{width:70%}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg{font-size:90%;border-radius:4px;padding:8px;margin:3px 0;box-sizing:border-box}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-success{border-color:#27a533}#wpbdp-admin-page-settings .wpbdp-license-key-activation-ui .wpbdp-license-key-activation-status-msg.status-error{border-color:#d64226}#wpbdp-admin-page-settings tr.wpbdp-setting-disabled{display:none}#wpbdp-admin-page-settings .wpbdp_upgrade_to_pro{text-align:center;margin-top:80px}.form-table .wpbdp-collapse-row-last td,.form-table .wpbdp-collapse-row-last th,.form-table .wpbdp-collapse-row th,.form-table .wpbdp-collapse-row td{padding-bottom:0;padding-top:0}.form-table .wpbdp-collapse-row-first td,.form-table .wpbdp-collapse-row-first th{padding-bottom:0}.wpbdp-tooltip-msg{background:#333 !important;border-width:1px !important;border-radius:3px !important;box-shadow:1px 1px 2px 1px rgba(214,214,214,0.5) !important;color:#dedede !important;max-width:300px !important;padding:7px !important;text-rendering:optimizeLegibility;text-shadow:none !important;z-index:9999 !important}#wpbdp-admin-page-settings select{display:block}#wpbdp-admin-page-settings .wpbdp-settings-choice-radio{margin:0 0 5px 0}#wpbdp-admin-page-settings tr.disabled{opacity:.7}#wpbdp-admin-page-settings .text-fields-warning{font-size:90%;display:block;margin-bottom:2px}#wpbdp-admin-page-settings .wpbdp-expiration-notice-email-schedule-summary{background:#d2d2d2;font-size:85%;padding:5px}#wpbdp-admin-page-settings .wpbdp-settings-email{margin:10px 0 0 0;border:solid 1px #d2d2d2;padding:5px;background:#fff}#wpbdp-admin-page-settings .wpbdp-settings-email.wpbdp-expiration-notice-email{border-bottom:none}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview{color:#999;font-size:90%;height:45px;cursor:pointer;overflow:hidden}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview h4,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview h4{margin:0 0 10px 0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview a.wpbdp-settings-email-edit-btn,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview a.wpbdp-settings-email-edit-btn,#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview .edit-toggle,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview .edit-toggle{float:right;color:#fff}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl{margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl dt,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl dt{font-weight:bold;margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .short-preview dl dd,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-preview dl dd{margin:0;padding:0 0 0 10px}#wpbdp-admin-page-settings .wpbdp-settings-email .editor,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor{display:none;margin-left:10px;font-size:90%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor table.form-table,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor table.form-table{margin:0;padding:0}#wpbdp-admin-page-settings .wpbdp-settings-email .editor table.form-table th,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor table.form-table th{padding-left:4px;padding-right:0;min-width:0;width:20%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor input[type="text"],#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor input[type="text"]{width:100%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor textarea,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor textarea{width:100%;min-height:150px}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholders,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholders{margin:10px 0 0 0}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholder,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholder{font-size:90%}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholder .placeholder-code,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholder .placeholder-code{font-family:monospace;font-weight:bold}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholder .placeholder-description,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholder .placeholder-description{font-style:italic}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .placeholder-separator,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .placeholder-separator{margin-top:10px}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .buttons,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .buttons{margin:30px 0 0 0;text-align:right}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .buttons .preview-email,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .buttons .preview-email{float:left}#wpbdp-admin-page-settings .wpbdp-settings-email .editor .buttons .cancel,#wpbdp-admin-page-settings .wpbdp-settings-email .wpbdp-settings-email-editor .buttons .cancel{margin-right:10px}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices #wpbdp-settings-expiration-notices-add-btn{margin:0 0 5px 0}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices #wpbdp-settings-expiration-notices-add .wpbdp-expiration-notice-email{display:none;border-bottom:1px solid #d2d2d2}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices .buttons .delete{color:#a00;float:left;font-size:13px}#wpbdp-admin-page-settings .wpbdp-settings-expiration-notices .buttons .delete:hover{color:red}#wpbdp-admin-page-settings .wpbdp-settings-type-checkbox input[type="checkbox"]{vertical-align:bottom}#wpbdp-admin-page-settings .wpbdp-settings-radio-options,#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options{grid-gap:0}#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-radio-option,#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-radio-option,#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-multicheck-option,#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option{margin:0 0 5px 0}#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-radio-option input[type="radio"],#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-radio-option input[type="radio"],#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-multicheck-option input[type="radio"],#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option input[type="radio"],#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-radio-option input[type="checkbox"],#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-radio-option input[type="checkbox"],#wpbdp-admin-page-settings .wpbdp-settings-radio-options .wpbdp-settings-multicheck-option input[type="checkbox"],#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options .wpbdp-settings-multicheck-option input[type="checkbox"]{vertical-align:bottom}#wpbdp-admin-page-settings .wpbdp-settings-radio-options+.wpbdp-setting-description,#wpbdp-admin-page-settings .wpbdp-settings-multicheck-options+.wpbdp-setting-description{margin:10px 0 0 0}.wpbdp-settings-radio-option .wpbdp-img-opt{display:block;margin:0 auto 10px}#wpbdp-settings-list-layout .wpbdp-settings-radio-option{float:left;text-align:center;margin-right:1% !important;width:32%;min-width:173px}#wpbdp-settings-list-layout input{display:none}#wpbdp-settings-list-layout label span{border:2px solid transparent;display:inline-block;padding-bottom:10px;border-radius:3px}#wpbdp-settings-list-layout input:checked+label span{border-color:#4199FD}td.column-payment_status .status,td.column-sticky_status .status{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:90%}td.column-payment_status .status.ok{background:green}td.column-payment_status .paymentdata{font-size:85%}td.column-payment_status .paymentdata b{font-weight:normal}td.column-payment_status .paymentdata span{font-style:italic}td.column-sticky_status .status.notpaid{background:orange}td.column-sticky_status .status.pending{background:red;font-weight:bold}td.column-sticky_status .status.sticky{background:green}table.wp-list-table td .tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:90%;margin-right:2px;display:inline-block}table.wp-list-table.formfields th.column-label{width:40%}table.wp-list-table.formfields th.column-tags,table.wp-list-table.formfields td.column-tags{width:200px}table.wp-list-table.formfields th.column-order,table.wp-list-table.formfields td.column-order{width:55px}table.wp-list-table.formfields td.column-order .wpbdp-drag-handle{visibility:hidden}table.wp-list-table.formfields tr:hover .wpbdp-drag-handle{visibility:visible}table.wp-list-table.formfields .tag.private{background:red}table.wp-list-table.formfields .tag.privacy{background:blue}table.wp-list-table.formfields .tag.required{background:orange}table.wp-list-table.formfields .tag.in-excerpt{background:green}table.wp-list-table.formfields .tag.in-listing{background:green}table.wp-list-table.formfields tr.wpbdp-draggable-highlight{height:54px}table.wp-list-table.formfields tr.ui-sortable-helper{background:#fff;border:1px dashed #c1c1c1}#wpbdp-admin-page-field-form .iframe-confirm{display:none}#wpbdp-admin-page-field-form .iframe-confirm p{font-size:90%}#wpbdp-admin-page-field-form .wpbdp-setting-description{color:#666;font-style:italic;display:block}#wpbdp-settings-currency .wpbdp-setting-description{display:none}.wpbdp-settings-type-file .preview img{margin-right:10px}.wpbdp-settings-type-file .preview,.wpbdp-form-field-type-social-network .preview,.wpbdp-form-field-type-image .preview{float:none}.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}table.wpbdp-debug-section{width:90%}table.wpbdp-debug-section tbody tr{background:#efefef}table.wpbdp-debug-section tbody tr td{padding:3px 8px}table.wpbdp-debug-section tbody tr:nth-child(2n){background:#f5f5f5}.wpbdp-page-admin-transactions .tag{font-size:95%}.wpbdp-page-admin-transactions .tag.approved{background:green}.wpbdp-page-admin-transactions .tag.pending{background:red}.wpbdp-page-admin-transactions .column-actions a.delete{color:#bc0b0b}.wpbdp-page-admin-transactions tr.more-details-row{background:#fff}.wpbdp-page-admin-transactions tr.more-details-row td{padding-left:40px;font-size:95%}.wpbdp-page-admin-transactions tr.more-details-row td dl dt{font-weight:bold}body.taxonomy-wpbdp_category .column-id{width:35px}.transaction-status-container{text-align:right;padding:5px}.wpbdp-progress-bar .progress-bar{margin-left:10px;display:inline-block;vertical-align:middle}.wpbdp-progress-bar .progress-bar-outer{min-width:200px;height:12px;border:solid 1px #3366CC;padding:0}.wpbdp-progress-bar .progress-bar-inner{height:100%;background:#99CCFF}.wpbdp-note{padding:5px 10px;background:#d7f5ff;margin:5px 0 20px 0;border:solid 1px #bad5df;border-radius:4px}.wpbdp-note p{margin:0}.wpbdp-note h1,.wpbdp-note h2,.wpbdp-note h3,.wpbdp-note h4{margin:0 0 8px 0}.wpbdp-note.error,.wpbdp-note.warning{background-color:#FFEBE8;border-color:#C00}.wpbdp-notice.dismissible{position:relative}.tag.paymentstatus{text-transform:capitalize}.tag.paymentstatus.ok{background:green}.tag.paymentstatus.completed{background:green}.tag.paymentstatus.pending,.tag.paymentstatus.pending-abandonment{background:red}.wpbdp-listing-metabox-tab dl{margin:0}.wpbdp-payment-details .tag{float:right}.wpbdp-payment-details .details,.wpbdp-payment-details .invoice,.wpbdp-payment-details .actions{clear:both;margin:20px 0}.wpbdp-payment-details .details dl dt{font-weight:bold}.wpbdp-payment-details table.wpbdp-payment-items-table{width:100%}.wpbdp-payment-details table.wpbdp-payment-items-table th{text-transform:uppercase}.wpbdp-payment-details table.wpbdp-payment-items-table td{border-top:1px solid #bbb;padding:6px 10px 6px 0}.wpbdp-payment-details .actions a.button-primary{color:#fff !important}.wp-core-ui .wpbdp-loading-button.button-primary,.wpbdp-loading-button{position:relative !important;opacity:.8;color:transparent !important;text-shadow:none !important}.wpbdp-loading-button:hover,.wpbdp-loading-button:active,.wpbdp-loading-button:focus{cursor:not-allowed;color:transparent !important;outline:none !important;box-shadow:none}.wpbdp-loading-button:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.listing-fee-change .fee-selection .fee{padding-bottom:5px;margin-bottom:10px;border-bottom:dotted 1px #d2d2d2;opacity:.85}.listing-fee-change .fee-selection .fee:hover{opacity:1}.listing-fee-change .fee-selection .fee .details{margin-left:10px}.listing-fee-change .fee-selection .fee .tag{float:right}.listing-fee-change .fee-selection .fee .choose-this{float:right}.wpbdp-draggable-highlight{background:#bbb}.wpbdp-module-compat-check .module-info{margin-bottom:3px}.wpbdp-module-compat-check .module-info .module-version,.wpbdp-module-compat-check .module-info .module-required{color:#666}.wpbdp-module-compat-check .module-info .module-version{margin-left:15px}.wpbdp-module-compat-check .module-info .module-version b{color:#333}.wpbdp-module-compat-check .module-info .module-required b{color:#900000}#wpbdp-admin-page-admin .welcome-message{padding:10px;font-size:105%}#wpbdp-admin-page-admin .welcome-message p{font-size:inherit}#wpbdp-admin-page-admin .welcome-message h4{font-size:120%}#wpbdp-admin-page-admin .welcome-message ul{list-style-position:inside;list-style-type:disc}#wpbdp-admin-page-admin .shortcuts{margin:auto}#wpbdp-admin-page-admin .shortcuts li{float:left;margin-right:10px}#wpbdp-admin-page-admin .shortcuts li.clear{margin:0}#wpbdp-admin-page-uninstall .wpbdp-admin-content{box-sizing:border-box;margin:20px 0 0 0;padding:16px;background:#fff;border-radius:4px}#wpbdp-admin-page-uninstall .wpbdp-validation-error{font-size:80%;color:#d64226;margin:0 0 10px 0}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion{float:left;box-sizing:border-box}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning ul,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion ul{margin-left:10px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning ul li,#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion ul li{list-style-type:disc;list-style-position:inside}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning{width:60%;padding-right:20px;color:#d64226}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning .wpbdp-warning-margin{float:left}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning .wpbdp-warning-margin .dashicons{width:30px;height:30px;font-size:30px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-warning .wpbdp-warning-content{margin-left:50px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-messages #wpbdp-uninstall-reinstall-suggestion{width:40%;padding-left:20px;border-left:1px solid #efefef}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form{display:none}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .reasons{margin-left:15px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .reasons .reason{margin-bottom:5px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form .custom-reason{display:none}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form textarea{margin:10px 0 0 0;width:50%;min-height:100px}#wpbdp-admin-page-uninstall #wpbdp-uninstall-capture-form textarea.invalid{border-color:#d64226}#wpbdp-admin-page-uninstall #wpbdp-uninstall-proceed-btn{margin-top:20px;color:#d64226}#wpbdp-licensing-issues-warning ul li{list-style-position:inside;list-style-type:disc}#wpbdp-licensing-issues-warning span.item-name{background:#fff9aa;padding:2px 5px;margin:0 0 0 4px;border-radius:4px}.wp-admin.widgets-php .widget-content span.help{color:#666}.wpbdp-admin-tab-nav{float:none;margin:0 0 .5em 0}.wpbdp-admin-tab-content{padding:5px 0 0 0;display:none}.wpbdp-admin-tab-content .wpbdp-form-field{margin:0}.wpbdp-admin-tab-content .wpbdp-form-field .wpbdp-form-field-inner{padding:0}.wpbdp-admin-box label{vertical-align:top}a.wpbdp-admin-delete-link{color:#a00;text-decoration:none}a.wpbdp-admin-delete-link:hover{color:red}#wpbdp-admin-payment-info-box .inside{margin:0;padding:0}#wpbdp-admin-payment-info-box .wpbdp-admin-box-row{border-bottom:1px solid #eee;clear:both;padding:6px 12px;margin:0;line-height:1.5}#wpbdp-admin-payment-info-box label{font-weight:bold}#wpbdp-admin-payment-items-box .payment-item,#wpbdp-admin-payment-items-box .payment-item-header{margin:0 12px;padding:6px 0}#wpbdp-admin-payment-items-box .payment-item .payment-item-type,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-type{display:block;width:20%;float:left}#wpbdp-admin-payment-items-box .payment-item .payment-item-description,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-description{display:block;width:60%;float:left}#wpbdp-admin-payment-items-box .payment-item .payment-item-amount,#wpbdp-admin-payment-items-box .payment-item-header .payment-item-amount{display:block;width:20%;float:left}#wpbdp-admin-payment-items-box .payment-item.payment-totals,#wpbdp-admin-payment-items-box .payment-item-header.payment-totals{border-top:1px solid #eee;font-weight:bold}#wpbdp-admin-payment-items-box .payment-item-header{font-weight:bold}#wpbdp-admin-payment-details-box *{box-sizing:border-box}#wpbdp-admin-payment-details-box .wpbdp-admin-box-row>div{padding:6px 0}#wpbdp-admin-payment-details-box label{display:block}#wpbdp-admin-payment-details-box .customer-email,#wpbdp-admin-payment-details-box .customer-address-line1,#wpbdp-admin-payment-details-box .customer-address-line2{clear:both;width:100%}#wpbdp-admin-payment-details-box .customer-email input,#wpbdp-admin-payment-details-box .customer-address-line1 input,#wpbdp-admin-payment-details-box .customer-address-line2 input{width:100%}#wpbdp-admin-payment-details-box .customer-first-name,#wpbdp-admin-payment-details-box .customer-address-country,#wpbdp-admin-payment-details-box .customer-address-city{padding-right:3px !important}#wpbdp-admin-payment-details-box .customer-last-name,#wpbdp-admin-payment-details-box .customer-address-state,#wpbdp-admin-payment-details-box .customer-address-zipcode{padding-left:3px !important}#wpbdp-admin-payment-details-box .customer-first-name,#wpbdp-admin-payment-details-box .customer-last-name,#wpbdp-admin-payment-details-box .customer-address-country,#wpbdp-admin-payment-details-box .customer-address-state,#wpbdp-admin-payment-details-box .customer-address-city,#wpbdp-admin-payment-details-box .customer-address-zipcode{float:left;width:50%}#wpbdp-admin-payment-details-box .customer-first-name input,#wpbdp-admin-payment-details-box .customer-last-name input,#wpbdp-admin-payment-details-box .customer-address-country input,#wpbdp-admin-payment-details-box .customer-address-state input,#wpbdp-admin-payment-details-box .customer-address-city input,#wpbdp-admin-payment-details-box .customer-address-zipcode input{width:100%}#wpbdp-payment-notes .wpbdp-payment-note{margin-bottom:12px;line-height:1.5}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-payment-note-meta-user{font-weight:bold}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-payment-note-meta-date{color:#666}#wpbdp-payment-notes .wpbdp-payment-note .wpbdp-admin-delete-link{float:right;display:none}#wpbdp-payment-notes .wpbdp-payment-note:hover .wpbdp-admin-delete-link{display:block}span.tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}span.tag.wpbdp-listing-attr-payment-completed{background:green}span.tag.wpbdp-listing-attr-payment-canceled,span.tag.wpbdp-listing-attr-payment-failed{background:red}span.tag.wpbdp-listing-attr-admin-posted,span.tag.wpbdp-listing-attr-payment-on-hold,span.tag.wpbdp-listing-attr-payment-refunded{background:orange}span.tag.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}span.tag.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}span.tag.wpbdp-listing-attr-reported{background:#d64226;color:#fff}.wpbdp-tag.wpbdp-listing-attr-payment-completed,span.tag.wpbdp-listing-attr-payment-completed{background:green}.wpbdp-tag.wpbdp-listing-attr-payment-canceled,span.tag.wpbdp-listing-attr-payment-canceled,.wpbdp-tag.wpbdp-listing-attr-payment-failed,span.tag.wpbdp-listing-attr-payment-failed{background:red}.wpbdp-tag.wpbdp-listing-attr-admin-posted,span.tag.wpbdp-listing-attr-admin-posted,.wpbdp-tag.wpbdp-listing-attr-payment-on-hold,span.tag.wpbdp-listing-attr-payment-on-hold,.wpbdp-tag.wpbdp-listing-attr-payment-refunded,span.tag.wpbdp-listing-attr-payment-refunded{background:orange}.wpbdp-tag.wpbdp-listing-attr-post-status-pending,span.tag.wpbdp-listing-attr-post-status-pending{background:blue;color:#fff}.wpbdp-tag.wpbdp-listing-attr-no-fee-plan,span.tag.wpbdp-listing-attr-no-fee-plan{background:#d64226;color:#fff}.wpbdp-tag.wpbdp-listing-attr-reported,span.tag.wpbdp-listing-attr-reported{background:#d64226;color:#fff}.wp-list-table td .wpbdp-tag{display:inline-block}body.post-type-wpbdp_listing .wp-list-table .wpbdp-tag{font-size:10px !important;text-transform:none !important}#wpbdp-listing-form-preview{padding:25px;border:1px solid #d2d2d2;background:#fff}.wpbdp-user-select .select2.select2-container{max-width:84.9%}.select2-container,.select2-search--inline,.select2-search__field{width:100% !important}.wpbdp-scrollbox{max-height:170px;overflow:auto;border:1px solid #c3c4c7;margin-bottom:1em;padding:0 10px}.wpbdp-plain-list{list-style-type:none !important;margin-left:0 !important;margin-right:0 !important;padding:0 !important}
|
assets/css/widgets.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
1 |
+
.wpbdp-listings-widget-list{margin:0 !important;padding:0 !important;list-style-type:none !important}.wpbdp-listings-widget-list li{list-style:none;border-bottom:1px dotted #eee;margin:0;padding:2px 0}.wpbdp-listings-widget-list li .listing-title{font-weight:bold;display:block}.wpbdp-listings-widget-list .wpbdp-listings-widget-item{padding:10px 0}.wpbdp-listings-widget-list .wpbdp-listings-widget-container{display:flex;gap:0 10px}.wpbdp-listings-widget-list .wpbdp-listings-widget-thumb,.wpbdp-listings-widget-list .wpbdp-listings-widget-item--title-and-content{box-sizing:border-box;flex:0 0 auto}.wpbdp-listings-widget-list .wpbdp-listings-widget-item--title-and-content{flex-grow:1}.wpbdp-listings-widget-list .wpbdp-listings-widget-thumb{margin:0}.wpbdp-listings-widget-list .wpbdp-listings-widget-thumb a{display:block !important;margin:0 auto !important;position:relative;width:100%}.wpbdp-listings-widget-list .wpbdp-listings-widget-thumb img{height:auto;max-width:100%;margin:0 auto}.wpbdp-listings-widget-list .wpbdp-listing-title{font-weight:bold}.wpbdp-listings-widget-list .wpbdp-listings-widget-item--field-ratings .count{display:none}.wpbdp-listings-widget-list .wpbdp-listings-widget-item-with-left-thumbnail-in-desktop,.wpbdp-listings-widget-list .wpbdp-listings-widget-item-with-right-thumbnail-in-desktop{flex-direction:row;flex-wrap:wrap}.wpbdp-listings-widget-list .wpbdp-listings-widget-item-with-left-thumbnail-in-desktop .wpbdp-listings-widget-thumb,.wpbdp-listings-widget-list .wpbdp-listings-widget-item-with-right-thumbnail-in-desktop .wpbdp-listings-widget-thumb{width:33%}.wpbdp-listings-widget-list .wpbdp-listings-widget-item-with-right-thumbnail-in-desktop .wpbdp-listings-widget-container{flex-direction:row-reverse}.wpbdp-listings-widget-list .wpbdp-listings-widget-item-with-thumbnail-above-in-desktop .wpbdp-listings-widget-container{flex-direction:column;text-align:center}.wpbdp-listings-widget-list .wpbdp-listings-widget-item-with-thumbnail-above-in-desktop .wpbdp-listings-widget-container .wpbdp-listings-widget-thumb{width:100%}.wpbdp-listings-widget-list .wpbdp-listings-widget-item-with-thumbnail-above-in-desktop .wpbdp-listings-widget-container .wpbdp-listings-widget-thumb img{width:100%}@media screen and (min-width:44em){.wpbdp-listings-widget-items-list .wpbdp-listings-widget-item-with-left-thumbnail-in-mobile,.wpbdp-listings-widget-items-list .wpbdp-listings-widget-item-with-right-thumbnail-in-mobile{flex-direction:row;flex-wrap:wrap}.wpbdp-listings-widget-items-list .wpbdp-listings-widget-item-with-left-thumbnail-in-mobile .wpbdp-listings-widget-thumb,.wpbdp-listings-widget-items-list .wpbdp-listings-widget-item-with-right-thumbnail-in-mobile .wpbdp-listings-widget-thumb{width:33%}.wpbdp-listings-widget-items-list .wpbdp-listings-widget-item-with-right-thumbnail-in-mobile .wpbdp-listings-widget-container{flex-direction:row-reverse}.wpbdp-listings-widget-items-list .wpbdp-listings-widget-item-with-thumbnail-above-in-mobile .wpbdp-listings-widget-container{flex-direction:column;text-align:center}.wpbdp-listings-widget-items-list .wpbdp-listings-widget-item-with-thumbnail-above-in-mobile .wpbdp-listings-widget-container .wpbdp-listings-widget-thumb{width:100%}.wpbdp-listings-widget-items-list .wpbdp-listings-widget-item-with-thumbnail-above-in-mobile .wpbdp-listings-widget-container .wpbdp-listings-widget-thumb img{width:100%}}
|
assets/css/wpbdp.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-smaller{font-size:90%}.wpbdp-no-bold{font-weight:normal}.wpbdp-wait{margin:20px;width:20px;height:20px;position:relative;display:inline-block}.wpbdp-wait:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-bottom-color:#607297;border-right-color:#607297;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.wpbdp-wait.wpbdp_visible_spinner{margin-bottom:10px}.wpbdp-wait.wpbdp_visible_spinner .spinner{visibility:visible;float:none}.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .submit-btn input[type="submit"]{padding:16px 12px;font-size:14px}.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .box-col .distance-field input{min-width:70px}.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .box-col .unit-label{font-size:14px}.wpbdp-cf:before,.wpbdp-cf:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-cf:after,.cf:after{clear:both}form#wpbdmsearchform{padding:12px 0;text-align:center}form#wpbdmsearchform input{display:inline}form#wpbdmsearchform .wpbdmsearchbutton{margin-top:5px}form#wpbdmsearchform a.advanced-search-link{font-size:70%;display:block}#wpbdp-search-form{padding-left:10px}#wpbdp-search-form .wpbdp-search-filter{margin-bottom:10px;clear:both}#wpbdp-search-form .wpbdp-search-filter>.wpbdp-search-field-label{display:block;width:40%;float:left}#wpbdp-search-form .wpbdp-search-filter>div.field{display:block;width:60%;margin-left:40%;padding-left:5px}#wpbdp-search-form .wpbdp-search-filter>div.field>input[type="text"]{box-sizing:border-box;width:90%}#wpbdp-search-form .wpbdp-search-filter>div.field>select{box-sizing:border-box;width:90%}#wpbdp-search-form input[type="submit"]{float:none;margin:auto}.wpbdp-clearfix:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-clearfix:after,.cf:after{clear:both}.wpbdp-pagination{margin:25px 0 0 0}.wpbdp-pagination .next{float:right}.listing-actions form{margin:0;padding:0;display:inline}.listing-actions input{margin:0 0 5px;font-size:80%}.listing-actions .delete-listing,.listing-actions a.delete-listing{margin-left:20px;margin-right:30px;color:#d64226 !important;background-color:transparent;border:none}.listing-actions .back-to-dir{float:right}.listing-actions a.button{padding:5px 10px;font-size:11px;text-decoration:none;margin-right:3px}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label,.field-value .field-label{color:#444;font-weight:bold}.field-value .value{display:inline}.wpbdp-listing-excerpt{padding:10px}.wpbdp-listing-excerpt.sticky{background:#fff0cf;background:var(--bd-main-color-8)}.wpbdp-listing-excerpt .listing-thumbnail{float:right;margin:0 10px 0 0}.wpbdp-listing-excerpt .listing-actions{margin-top:15px}.wpbdp-listing-single .listing-actions{margin-bottom:25px}.wpbdp-listing-single.sticky{margin-top:30px}.wpbdp-listing-excerpt .stickytag,.wpbdp-listing-single .stickytag{float:right;margin-top:-20px}.wpbdp-listing-excerpt .stickytag img,.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent;max-height:102px}.wpbdp-listing-single .stickytag{position:absolute;bottom:0;right:0}.wpbdp-sticky-tag{background:var(--bd-main-color);color:#fff;padding:6px 15px;margin:0 15px;border-radius:4px;text-transform:uppercase;font-weight:600;vertical-align:text-bottom;display:inline-block;font-size:12px}.wpbdp-is-table .wpbdp-listing-excerpt>.wpbdp-sticky-tag{display:none !important}.wpbdp-listing-excerpt .wpbdp-sticky-tag{float:right;margin-top:10px;margin-right:0}.wpbdp-listing-excerpt.wpbdp-has-ribbon{position:relative;overflow:hidden}.wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-sticky-tag{transform:rotate(45deg);text-align:center;position:relative;top:7px;right:-50px;width:150px;margin:0 0 50px;border-radius:0}.wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-claim-listings{display:none}.wpbdp-listing-single .listing-title{margin-bottom:7px;position:relative}.wpbdp-listing-single .listing-title h1,.wpbdp-listing-single .listing-title h2,.wpbdp-listing-single .listing-title h3{display:inline-block}.wpbdp-listing-single .listing-title h2{clear:none;margin:0}.wpbdp-listing-single .main-image{float:right;margin-left:10px;padding:5px}.wpbdp-listing-single .main-image a{position:relative !important}.wpbdp-listing-single .main-image img{border:solid 1px #d2d2d2}.single-wpbdp_listing .extra-images,.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.single-wpbdp_listing .extra-images ul,.wpbdp-listing-single .extra-images ul{margin:0 auto;padding:0;width:100%}.single-wpbdp_listing .extra-images ul li,.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline-block;margin-left:5px;margin-bottom:5px}.single-wpbdp_listing .extra-images ul li img,.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #d2d2d2}.single-wpbdp_listing .social-fields,.wpbdp-listing .social-fields{margin:20px 0;vertical-align:top}.social-field-link,.single-wpbdp_listing .social-field,.wpbdp-listing .social-field{display:inline-block;margin-right:10px;height:20px;vertical-align:text-top}.social-field-link iframe,.single-wpbdp_listing .social-field iframe,.wpbdp-listing .social-field iframe{margin-bottom:0}.social-field-link img,.single-wpbdp_listing .social-field img,.wpbdp-listing .social-field img{vertical-align:initial}.social-field-link .social-icon,.single-wpbdp_listing .social-field .social-icon,.wpbdp-listing .social-field .social-icon{display:inline-block;background-color:transparent;color:#1a1a1a}.social-field-link .social-text,.single-wpbdp_listing .social-field .social-text,.wpbdp-listing .social-field .social-text{font-size:90%}.social-field-link a,.single-wpbdp_listing .social-field a,.wpbdp-listing .social-field a{box-shadow:none}.social-field-link a img,.single-wpbdp_listing .social-field a img,.wpbdp-listing .social-field a img{height:20px;width:auto}.social-field-link a object,.single-wpbdp_listing .social-field a object,.wpbdp-listing .social-field a object{height:20px;margin-bottom:0}.social-field-link.icon_first .social-icon,.single-wpbdp_listing .social-field.icon_first .social-icon,.wpbdp-listing .social-field.icon_first .social-icon{margin-right:5px}.social-field-link.text_first .social-text,.single-wpbdp_listing .social-field.text_first .social-text,.wpbdp-listing .social-field.text_first .social-text{margin-right:5px}.wpbdp-listing-contact-form{margin-top:20px;padding-top:20px}.wpbdp-listing-contact-form #wpbdp-contact-form-recaptcha{margin-bottom:20px}.wpbdp-listing-contact-form textarea{width:100%}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar .wpbdp-search-form{margin:0;padding:0 !important;margin-left:50%}.wpbdp-main-links a{margin-right:15px}.wpbdp-bar .left{float:left;text-align:center}.wpbdp-bar .right{width:300px;float:right}.wpbdp-listings-sort-options{font-size:90%;margin:5px 0 10px}.wpbdp-listings-sort-options label{font-weight:normal}.wpbdp-listings-sort-options select{margin:0 4px}#wpbdp-categories{clear:both}.wpbdp-categories{margin:0;padding-left:20px}.wpbdp-categories .cat-item{box-sizing:border-box;float:left;margin:0 0 20px;width:50%}.wpbdp-categories .cat-item:nth-child(2n+1){clear:left}.wpbdp-categories .cat-item .cat-item{margin:0;width:100%}.wpbdp-categories-tiny .cat-item{float:none;width:100%}.wpbdp-categories-tiny .cat-item:nth-child(2n+1){clear:none}#wpbdp-checkout-form-fields,.wpbdp-form-field{margin:14px 0}#wpbdp-checkout-form-fields label,.wpbdp-form-field label{font-weight:500}#wpbdp-checkout-form-fields label .wpbdp-form-field-required-indicator,.wpbdp-form-field label .wpbdp-form-field-required-indicator{margin-left:3px;font-size:90%}#wpbdp-checkout-form-fields.wpbdp-form-field-has-description .wpbdp-form-field-label,.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-label{margin-bottom:0}#wpbdp-checkout-form-fields.wpbdp-form-field-has-description .wpbdp-form-field-description,.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-description{margin-bottom:3px}#wpbdp-checkout-form-fields .wpbdp-description,.wpbdp-form-field .wpbdp-description,#wpbdp-checkout-form-fields .wpbdp-form-field-description,.wpbdp-form-field .wpbdp-form-field-description{opacity:.8;font-size:14px;display:block}#wpbdp-checkout-form-fields .wpbdp-form-field-inner,.wpbdp-form-field .wpbdp-form-field-inner{padding-left:6px}#wpbdp-checkout-form-fields textarea,.wpbdp-form-field textarea,#wpbdp-checkout-form-fields input[type="text"],.wpbdp-form-field input[type="text"],#wpbdp-checkout-form-fields input[type="tel"],.wpbdp-form-field input[type="tel"],#wpbdp-checkout-form-fields select,.wpbdp-form-field select{width:100%;box-sizing:border-box}#wpbdp-checkout-form-fields .field-description,.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview{margin-bottom:20px}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview img,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview img{display:inline}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview a.delete{color:#900000;margin-left:20px;display:none;vertical-align:top}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview:hover a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview:hover a.delete{display:inline}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"]{width:100%}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel,.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-form-field-validation-error-wrapper{margin:24px 0}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors{font-size:80%;color:#d64226;position:relative;background:#fff;border:1px solid #d64226;border-radius:4px;padding:4px 6px;margin:0 12px 3px 6px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after,.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{top:100%;left:12px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after{border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:4px;margin-left:-4px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{border-color:rgba(214,66,38,0);border-top-color:#d64226;border-width:5px;margin-left:-5px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field{margin:0}.wpbdp-form-field-validation-error-wrapper+label{color:#d64226}.wpbdp-checkout-section{margin:0 0 1.5em 0;padding:.7em 1.2em;border:solid 1px #efefef}.wpbdp-checkout-section.wpbdp-checkout-errors{padding:0;border:none}.wpbdp-checkout-section h3{margin:0 0 1em 0;padding:0}.wpbdp-checkout-gateway-selection label{margin:0 10px 0 0}.wpbdp-checkout-gateway-selection label:last-child{margin-right:0}.wpbdp-checkout-gateway-selection label input,.wpbdp-checkout-gateway-selection label img{vertical-align:middle}.wpbdp-checkout-gateway-selection label img{margin-bottom:10px}.wpbdp-billing-detail-field{margin:0 0 1.5em 0;font-size:95%}.wpbdp-billing-detail-field.wpbdp-required label:after{content:' *';color:#d64226}.wpbdp-exp-field select{width:auto}.wpbdp-exp-slash{padding:0 5px}.wpbdp-payment-receipt{border:1px solid #d2d2d2;padding:1em 1.5em;margin:1.5em 0;font-size:90%}.wpbdp-payment-receipt h4{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-date{color:#666}.wpbdp-payment-receipt .wpbdp-payment-status{float:right}.wpbdp-payment-receipt .wpbdp-payment-receipt-details{margin:1.5em .5em}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dt{margin:0;padding:0;float:left;min-width:50%}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dd{margin:0 0 5px 50%;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-print{margin:1.5em 0 0 0}.wpbdp-checkout-invoice table.wpbdp-payment-items-table th,.wpbdp-checkout-invoice table.wpbdp-payment-items-table td{font-size:95%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table tr.item td:first-of-type{width:80%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table .item-fee-description{margin-left:10px;font-size:85%;max-width:90%}.wpbdp-grid{display:grid;grid-template-columns:repeat(12, 1fr);grid-auto-rows:max-content;grid-gap:20px 4%}.wpbdp-grid>*{grid-column:span 12 / span 12}.wpbdp6,.wpbdp-half{grid-column:span 6 / span 6}.wpbdp4{grid-column:span 4 / span 4}.wpbdp8{grid-column:span 8 / span 8}.wpbdp3{grid-column:span 3 / span 3}.wpbdp9{grid-column:span 9 / span 9}.wpbdp2{grid-column:span 2 / span 2}.wpbdp10{grid-column:span 10 / span 10}.wpbdp1{grid-column:span 1 / span 1}.wpbdp5{grid-column:span 5 / span 5}.wpbdp7{grid-column:span 7 / span 7}.wpbdp11{grid-column:span 11 / span 11}.wpbdp12,.wpbdp-full{width:100% !important;grid-column:span 12 / span 12;box-sizing:border-box}.wpbdp_first{grid-column-start:1}.wpbdp_last{grid-column-end:-1;grid-row-start:span 100;justify-content:end}@media only screen and (max-width:710px){.wpbdp-grid>.wpbdp-listing{grid-column:1 / span 12 !important}}@media only screen and (max-width:600px){.wpbdp-grid>.wpbdp-form-field{grid-column:1 / span 12 !important}}.wpbdp-submit-rootline{margin:30px auto;text-align:center;display:flex}.wpbdp-rootline-section{align-items:center;width:100%}.wpbdp-rootline-section:not(.wpbdp-submit-section-current).wpbdp-submit-checked .wpbdp-rootline-counter span{display:none}.wpbdp-rootline-section:last-of-type .wpbdp-rootline-bar{background-image:none}.wpbdp-rootline-section-name{margin:10px auto 0;font-size:12px;text-transform:uppercase;opacity:.6}.wpbdp-rootline-bar{background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, #569AF6 50%);background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, var(--bd-main-color) 50%);background-position:bottom;background-size:10px;background-repeat:repeat-x;position:relative;height:1px;width:calc(100% - 48px);top:24px;margin-left:calc(50% + 25px)}.wpbdp-rootline-circle{display:inline-flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:48px;border:1px solid #569AF6;border-color:var(--bd-main-color);z-index:1}.wpbdp-rootline-circle svg{fill:none}.wpbdp-submit-checked .wpbdp-rootline-circle{background:#569AF6;background:var(--bd-main-color)}.wpbdp-rootline-counter{font-weight:bold;font-size:20px}.wpbdp-submit-checked .wpbdp-rootline-section-name{opacity:1}.wpbdp-submit-checked.wpbdp-submit-section-current svg{display:none}.wpbdp-submit-checked .wpbdp-rootline-circle{color:#fff}#wpbdp-submit-listing.wpbdp-submit-page{margin:auto}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section{margin:10px 0 0 0;display:block}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .collapse-indicator.expanded{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .collapse-indicator.collapsed{display:inline}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .wpbdp-submit-listing-section-content{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.hidden{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-content h4{margin:0 0 10px 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-form-actions{margin:10px 0;text-align:center}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-form-actions button{margin:15px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-messages{margin:0 0 12px 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-plan-selection-with-tip{margin:24px 0 0 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection ul.category-list{margin:0;padding:0;list-style-type:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection ul.category-list li{font-size:10px;margin:0 5px 0 0;padding:1px 6px;border-radius:3px;background:#569AF6;background:var(--bd-main-color);color:#fff;font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;border:none;display:inline}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection .wpbdp_continue_to_fields_action{text-align:right}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-editor-area{height:422px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-listing_fields .wpbdp-submit-listing-form-actions{display:block}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-listing_fields.has-error .wpbdp-form-field-label{position:relative}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-inner{padding:0;width:100%}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-type-select:not(.wpbdp-form-field-association-category).wpbdp-form-field-association-region.wpbdp-regions-hidden{display:none;visibility:hidden}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-upload-widget{max-height:50px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-label .wpbdp-form-field-validation-error-wrapper{visibility:hidden;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:40%;left:-10px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-label:hover .wpbdp-form-field-validation-error-wrapper{visibility:visible}textarea.wpbdp-submit-listing-tos{min-height:100px}#change-plan-link{text-align:right;font-size:90%}#wpbdp-submit-listing-account-details{margin:10px 0 0 0}#wpbdp-submit-listing-account-details input[type="password"]{width:70%;display:inline-block}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter{float:right;width:20%;padding:4px;text-align:center;border:1px solid}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-0{background-color:#f1adad;border-color:#e35b5b}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-2{background-color:#fbc5a9;border-color:#f78b53}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-3{background-color:#ffe399;border-color:#ffc733}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-4{background-color:#c1e1b9;border-color:#83c373}@media only screen and (max-width:450px){.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col{grid-column:span 12 / span 12}.wpbdp-submit-rootline .wpbdp-rootline-section:not(.wpbdp-submit-section-current),.wpbdp-submit-rootline .wpbdp-rootline-section .wpbdp-rootline-bar{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-checkmark{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-counter span{display:initial}}.wpbdp-form-field-type-image #image-upload-form,.wpbdp-submit-listing-section-listing_images #image-upload-form{margin:15px 10px}.wpbdp-form-field-type-image #wpbdp-uploaded-images,.wpbdp-submit-listing-section-listing_images #wpbdp-uploaded-images{margin:0 0 20px 0}.wpbdp-form-field-type-image .wpbdp-image,.wpbdp-submit-listing-section-listing_images .wpbdp-image{padding:10px 0;border-bottom:1px solid #d2d2d2;display:flex;align-items:center}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img{margin:0 10px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img img{object-fit:cover;width:50px;height:50px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp_thumbnail_indicator{font-size:.8em;display:none}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator{display:inline-block}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before{content:"✓"}.wpbdp-form-field-type-image .wpbdp-image:last-of-type,.wpbdp-submit-listing-section-listing_images .wpbdp-image:last-of-type{border:none}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra{flex:1 0 auto}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra input[type="text"],.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra input[type="text"]{width:60%}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link{font-size:12px;text-decoration:none;color:#900000;display:none;margin-left:10px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link:hover,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link:hover{text-decoration:underline}.wpbdp-form-field-type-image .wpbdp-image:hover .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image:hover .wpbdp-image-delete-link{display:inline}.wpbdp-form-field-type-image .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images .wpbdp-drag-handle{visibility:hidden}.wpbdp-form-field-type-image:hover .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images:hover .wpbdp-drag-handle{visibility:visible}.wpbdp-form-field-type-image .wpbdp-image-draggable-highlight,.wpbdp-submit-listing-section-listing_images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}.wpbdp-form-field-type-image #image-upload-form-no-js,.wpbdp-submit-listing-section-listing_images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}.wpbdp-form-field-type-image .wpbdp-image{border:none}.wpbdp-submit-listing-section h3,.wpbdp-submit-listing-section .wpbdp-recaptcha{margin-top:40px}.wpbdp-submit-listing-section-header{display:none}.wpbdp-with-button-styles .submit-back-button.wpbdp-button{background:transparent !important;border:1px solid #569AF6;border-color:var(--bd-main-color);color:#569AF6;color:var(--bd-main-color) !important}.wpbdp-with-button-styles .submit-back-button.wpbdp-button:hover{background:#569AF6;background:var(--bd-main-color) !important;color:#fff !important}.wpbdp-with-button-styles .select2-container .select2-selection{border-color:#d2d2d2}.wpbdp-with-button-styles .select2-container .select2-results__option--highlighted[data-selected]{background-color:var(--bd-main-color)}#wpbdp-login-view .wpbdp-login-options{margin:30px 0 0 0;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option{width:50%;float:left;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:first-child{padding:0 20px 0 0}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:last-child{border-left:1px solid #d2d2d2;padding:0 0 0 20px}#wpbdp-login-view #loginform #user_login,#wpbdp-login-view #loginform #user_pass{display:block}#wpbdp-login-view h4{font-size:21px;margin-top:0}#wpbdp-login-view .access-key-message{font-size:13px}#wpbdp-login-view input[type=text],#wpbdp-login-view input[type=password]{width:100%}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-access-key-form input[type=submit]{margin-top:49px}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-form h4{margin-bottom:74px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view h4{font-size:24px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view .access-key-message{font-size:16px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-access-key-form input[type=submit]{margin-top:60px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-form h4{margin-bottom:72px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-access-key-form input[type=submit]{margin-top:44px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-form h4{margin-bottom:57px}.wpbdp-msg{padding:10px 12px;margin:5px 0;background:#FEF7D3;border:1px solid rgba(63,75,91,0.2);box-sizing:border-box;border-radius:4px;font-size:14px;color:rgba(63,75,91,0.6)}.wpbdp-msg ul{margin:0}.wpbdp-msg ul li{list-style-position:inside}.wpbdp-msg.error,.wpbdp-msg.wpbdp-error{color:#fff;background:#d64226}.wpbdp-submit-page table.fee-options{width:100%}.wpbdp-submit-page table.fee-options th,.wpbdp-submit-page table.fee-options td{text-align:center}.wpbdp-submit-page table.fee-options td.fee-label,.wpbdp-submit-page table.fee-options tr.fee-description td{text-align:left}.wpbdp-submit-page table.fee-options .fee-selection{width:5%}.wpbdp-submit-page table.fee-options tr.fee-option td.fee-label{font-weight:bold}.wpbdp-submit-page table.fee-options td.fee-description{font-size:90%;color:#666}#wpbdp-renewal-page .do-not-renew-listing{padding:15px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}#wpbdp-renewal-page .do-not-renew-listing p:last-child{margin-bottom:0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{background:#d64226}.wpbdp-recaptcha-error{color:#d64226}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-right:20px;background:#d64226}.wpbdp-scroll-box{padding:10px;margin:30px 0;border:1px solid #d2d2d2;max-height:250px;overflow:auto}.wpbdp-checkout input[type="image"]{padding:0;border:none;box-shadow:none;width:auto}table#wpbdp-manage-recurring th.listing-title,table#wpbdp-manage-recurring td.listing-title{min-width:200px}table#wpbdp-manage-recurring a.cancel-subscription{color:#d64226}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.wpbdp-cancel-subscription-form{padding:15px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}.wpbdp-cancel-subscription-form p:last-child{margin-bottom:0}.wpbdp-cancel-subscription-form input.button-primary[type="submit"]{background-color:#d64226}.wpbdp-cc-form{padding:0;width:90%}.wpbdp-cc-form h4{margin:0}.wpbdp-cc-field input{width:auto}.wpbdp-cc-field label{display:block;font-weight:bold;text-align:right;padding-right:10px}#wpbdp-billing-information .billing-info-section h4{margin:10px 0 5px 0}#wpbdp-billing-information .billing-info-section table{margin:1.75em 0}#wpbdp-billing-information #wpbdp-billing-field-exp,#wpbdp-billing-information #wpbdp-billing-field-exp-year{width:40%;display:inline}#wpbdp-billing-information .form-buttons{margin:15px 0}a.wpbdp-show-on-mobile,input[type="button"].wpbdp-show-on-mobile,.wpbdp-show-on-mobile{display:none}body.business-directory #TB_ImageOff .screen-reader-text,body.business-directory #TB_closeWindowButton .screen-reader-text{visibility:hidden}body.business-directory #TB_next{float:right}body.business-directory #TB_prev{float:left}body.business-directory #TB_caption{text-align:center;width:70%;height:auto}body.business-directory #TB_closeWindow{padding:0;height:0}body.business-directory #TB_closeWindow .screen-reader-text{display:none}body.business-directory #TB_secondLine{font-size:11px;color:#666}.wpbdp-form-row label{display:block}.wpbdp-form-row.wpbdp-form-textfield input[type="text"]{width:400px}.wpbdp-main-box,.wpbdp-main-box .box-row,.wpbdp-main-box .box-col{box-sizing:border-box;width:100%}.wpbdp-main-box{margin:10px 0 20px 0}.wpbdp-main-box .box-col{margin-bottom:4px}.wpbdp-main-box .box-col input{width:100%;min-width:150px}.distance-field-wrapper .box-row{display:flex;align-items:center}.wpbdp-main-box .submit-btn input[type="submit"]{margin-top:0}.wpbdp-main-box .advanced-search-link{border:none;box-shadow:none;display:block;font-size:11px;text-align:right;text-decoration:none}.wpbdp-main-box .search-fields .box-row,.wpbdp-main-box .main-fields.box-row form{width:100%;display:flex;gap:5px}.wpbdp-main-box .submit-btn{width:22%;min-width:150px}.wpbdp-main-box-tiny .submit-btn,.wpbdp-main-box-small .submit-btn{width:100%}.wpbdp-main-box-tiny .search-fields .box-row,.wpbdp-main-box-tiny .main-fields.box-row form,.wpbdp-main-box-small .search-fields .box-row,.wpbdp-main-box-small .main-fields.box-row form{display:block}.wpbdp-main-links{text-align:right}a.wpbdp-button{white-space:nowrap}.wpbdp-main-links .button,.wpbdp-main-links-large .button{margin:0 3px 6px;font-size:15px;display:inline-block}.wpbdp-main-links .button:first-child{margin-left:0}.wpbdp-main-links .button:last-child{margin-right:0}.wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px;width:100%;margin:0 0 4px}.wpbdp-main-links-small .button{width:100%;margin:0 0 4px;text-align:center}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button{width:49%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:first-child{margin-right:1%}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type=submit],.wpbdp-with-button-styles .wpbdp-ratings-reviews input[type=submit],.wpbdp-with-button-styles .wpbdp-main-box input[type=submit],.wpbdp-with-button-styles .listing-actions a.wpbdp-button,.wpbdp-with-button-styles .wpbdp-button{background:#569AF6;background:var(--bd-main-color) !important;border:1px solid #569AF6;border-color:var(--bd-main-color)}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type=submit]:hover,.wpbdp-with-button-styles .wpbdp-ratings-reviews input[type=submit]:hover,.wpbdp-with-button-styles .wpbdp-main-box input[type=submit]:hover,.wpbdp-with-button-styles .listing-actions a.wpbdp-button:hover,.wpbdp-with-button-styles .wpbdp-button:hover{opacity:.8;background:var(--bd-main-color)}.wpbdp-with-button-styles .wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-small .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-medium .wpbdp-main-links .button{padding-top:8px;padding-bottom:8px}.single-wpbdp_listing .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_category .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_tag .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-search .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-submit_listing .wpbdp-view-content-wrapper header.entry-header{display:none}.wpbdp-wp-theme-graphene.single-wpbdp_listing h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_category h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_tag h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-search h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-submit_listing h1.post-title{display:none}.wpbdp-wp-theme-genesis.wpbdp-view-show_category .archive-description,.wpbdp-wp-theme-genesis.wpbdp-view-show_tag .archive-description{display:none}.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_category .post-details,.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_tag .post-details{display:none}.wpbdp-wp-theme-atahualpa.wpbdp-view-show_category .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_tag .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_listing .post-footer{display:none}.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_category .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_tag .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_listing .entry-content .featured-image{display:none}.wpbdp-plan-info-box{padding:10px;margin:0 0 6px 0;border:1px solid #d2d2d2;border-radius:2px;display:flex;align-items:center;flex-wrap:wrap}.wpbdp-plan-info-box .wpbdp-plan-details,.wpbdp-plan-info-box .wpbdp-plan-price{float:left;box-sizing:border-box}.wpbdp-plan-info-box .wpbdp-plan-details{width:55%;padding:0 10px}.wpbdp-plan-info-box .wpbdp-plan-price{width:40%;text-align:center}.wpbdp-plan-info-box .wpbdp-plan-price label{cursor:pointer;margin-top:15px;font-size:20px;display:block;padding:6px 12px}.wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]{display:none}.wpbdp-plan-info-box .wpbdp-plan-description{margin:0 0 10px 0}.wpbdp-plan-info-box .wpbdp-plan-price-amount,.wpbdp-plan-info-box .wpbdp-plan-label{font-size:1.1em;font-weight:bold;margin-bottom:10px}.wpbdp-plan-info-box .wpbdp-plan-feature-list{margin:0 0 0 10px}.wpbdp-plan-info-box .wpbdp-plan-details p{margin:0}.wpbdp-plan-info-box .wpbdp-plan-feature-list li{list-style-position:inside;margin:0}.wpbdp-plan-info-box .wpbdp-plan-disabled-msg{clear:both}.wpbdp-plan-info-box .wpbdp-plan-private-msg{width:100%;display:inline-block;text-align:right}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-price{width:100%}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-amount,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-period{display:inline}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details{padding:0 0 4pt}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-label{font-size:1.5em;margin-bottom:5px}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-description{margin-bottom:5px}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]+label{background:transparent !important;border:1px solid #569AF6;border-color:var(--bd-main-color);color:#569AF6;color:var(--bd-main-color) !important}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]+label:hover{background:#569AF6;background:var(--bd-main-color) !important;color:#fff !important}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]:checked+label{color:#fff !important;background:var(--bd-main-color) !important}.wpbdp-dnd-area{margin:0 auto;border:1px solid #ddd;width:100%}.wpbdp-dnd-area.dragging{background:#efefef}.wpbdp-dnd-area p{margin:0;font-size:16px;line-height:24px}.wpbdp-dnd-area p.dnd-message{font-size:24px;line-height:24px}.wpbdp-dnd-area .dnd-area-inside{letter-spacing:1px;margin:54px auto 38px;text-align:center}.wpbdp-dnd-area .dnd-area-inside-working{text-align:center;margin:50px auto 38px}.wpbdp-dnd-area .dnd-area-inside-working span{font-weight:bold}.wpbdp-dnd-area .dnd-area-inside-error{color:#900000;text-align:center;margin:50px 25px}.wpbdp-dnd-area .upload-button{position:relative;overflow:hidden}.wpbdp-dnd-area .upload-button a{text-decoration:none}.wpbdp-dnd-area .upload-button a:hover{cursor:pointer}.wpbdp-dnd-area .upload-button input{margin:0;padding:0;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;border:none !important;z-index:-1}.area-and-conditions #image-upload-dnd-area{box-sizing:border-box;background-color:rgba(86,154,246,0.08);background-color:var(--bd-main-color-8);border-color:var(--bd-main-color-20);border-radius:4px}.area-and-conditions #image-upload-dnd-area .dnd-buttons a{letter-spacing:initial}#image-upload-conditions{font-size:12px;margin-bottom:6px;opacity:.8}#image-slots-available{float:right}.wpbdp-drag-handle{width:6px;height:10px;display:inline-block;background:url('../../assets/images/drag-handle.png') 0 0;cursor:move;float:left;margin:5px 5px 0 0;vertical-align:middle}.wpbdp-help-tip{margin:10px 0}.wpbdp-help-tip .dashicons{vertical-align:middle}.wpbdp-help-tip .message{display:inline-block}.wpbdp-help-tip.small{font-size:12px}.wpbdp-help-tip.small .dashicons{font-size:15px;width:15px;height:15px}.wpbdp-hidden{display:none}.wpbdp-form-field-association-category .wpbdp-form-field-checkbox-item.disabled,.wpbdp-form-field-association-category .wpbdp-form-field-radio-item.disabled{opacity:.65}.wpbdp-form-field-association-category select{width:100%}.wpbdp-form-field-association-category .select2{width:100%}.wpbdp-form-field-association-category .select2 .select2-selection{border-radius:0;padding-left:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice{font-size:11px;padding:1px 6px;border-radius:3px;font-weight:normal;white-space:nowrap;vertical-align:baseline;border:none}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove{margin-right:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice,.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-search--inline{margin:5px 5px 0 0}.wpbdp-form-field-association-category .select2 .select2-search .select2-search__field{font-size:11px}#wpbdp-listing-flagging-page textarea{width:90%;min-height:150px;margin-bottom:10px}.wpbdp-wp-theme-twentysixteen .wpbdp-listing .social-fields .social-field.linkedin{vertical-align:text-top}.wpbdp-wp-theme-twentyseventeen .single-featured-image-header{display:none}.wpbdp-wp-theme-twentyseventeen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top;padding-top:1px}.wpbdp-wp-theme-twentynineteen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top}.wpbdp-wp-theme-twentytwenty .wpbdp-main-links .wpbdp-button,.wpbdp-wp-theme-twentytwenty .box-col.submit-btn input,.wpbdp-wp-theme-twentytwenty .listing-actions{font-size:1.1rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing-excerpt{font-size:1.8rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.facebook,.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.instagram{margin-top:-5px;vertical-align:top}@media screen and (max-width:560px){.wpbdp-show-on-mobile{display:inline !important}input[type="button"].wpbdp-hide-on-mobile{display:none}.wpbdp-hide-on-mobile{display:none}.wpbdp-bar form.wpbdp-search-form{display:block;margin-left:0;margin-top:10px}.wpbdp-bar form.wpbdp-search-form #intextbox{margin-bottom:5px;padding:4px}.wpbdp-bar form.wpbdp-search-form input[type="text"]{padding:4px 0;margin:0 0 2px 0}.wpbdp-main-box .search-fields .box-row,.wpbdp-main-box .main-fields.box-row form{display:block}.wpbdp-main-box .submit-btn{width:100%}.wpbdp-main-links .button{width:100%}.wpbdp-listing.wpbdp-listing{font-size:90%}.wpbdp-listing.wpbdp-listing-excerpt .field-value>label{display:block}.wpbdp-listing.wpbdp-listing-excerpt .listing-thumbnail,.wpbdp-listing.wpbdp-listing-single .listing-thumbnail{float:none;padding:5px}.wpbdp-listing.wpbdp-listing-excerpt .listing-details,.wpbdp-listing.wpbdp-listing-single .listing-details{margin:0 5px;float:none;display:block}.wpbdp-listing .listing-actions input{font-size:70%}.wpbdp-listing .listing-actions input.back-to-dir{float:right}.wpbdp-listing.wpbdp-listing-single .main-image{display:block;float:none;padding:0;margin:0 0 10px 0;text-align:center;max-width:90%}.wpbdp-listing.wpbdp-listing-single .field-value>label{display:block}.wpbdp-submit-page.step-images #image-upload-dnd-area{font-size:90%;float:none !important;width:100% !important}.wpbdp-submit-page.step-images .dnd-area-inside-error{margin-top:30px}.wpbdp-submit-page.step-images #image-upload-conditions{width:100% !important;float:none !important;font-size:90%}.wpbdp-submit-page.step-images #image-upload-conditions dl{margin:0;padding:0}.wpbdp-submit-page.step-images #image-upload-conditions dl dt{margin:0;margin-right:5px;padding:0;float:left}.wpbdp-submit-page.step-images #image-upload-conditions dl dd{margin:0;padding:0;display:block}.wpbdp-submit-page.step-images .wpbdp-image img{max-width:50%}}
|
1 |
+
.wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-smaller{font-size:90%}.wpbdp-no-bold{font-weight:normal}.wpbdp-wait{margin:20px;width:20px;height:20px;position:relative;display:inline-block}.wpbdp-wait:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-bottom-color:#607297;border-right-color:#607297;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;-o-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.wpbdp-wait.wpbdp_visible_spinner{margin-bottom:10px}.wpbdp-wait.wpbdp_visible_spinner .spinner{visibility:visible;float:none}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .submit-btn input[type="submit"],.wpbdp-wp-theme-twentytwenty .wpbdp-main-box .submit-btn input[type="submit"],.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .submit-btn input[type="submit"]{padding:16px 12px;font-size:14px}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .distance-field input,.wpbdp-wp-theme-twentytwenty .wpbdp-main-box .box-col .distance-field input,.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .box-col .distance-field input{min-width:70px}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .unit-label,.wpbdp-wp-theme-twentytwenty .wpbdp-main-box .box-col .unit-label,.wpbdp-wp-theme-twentytwentyone .wpbdp-main-box .box-col .unit-label{font-size:14px}.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .unit-label{font-size:16px}@media screen and (min-width:1900px){.wpbdp-wp-theme-twentynineteen .wpbdp-main-box .box-col .unit-label{font-size:20px}}.wpbdp-wp-theme-twentytwenty .wpbdp-page{max-width:69rem !important}.wpbdp-cf:before,.wpbdp-cf:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-cf:after,.cf:after{clear:both}form#wpbdmsearchform{padding:12px 0;text-align:center}form#wpbdmsearchform input{display:inline}form#wpbdmsearchform .wpbdmsearchbutton{margin-top:5px}form#wpbdmsearchform a.advanced-search-link{font-size:70%;display:block}#wpbdp-search-form{padding-left:10px}#wpbdp-search-form .wpbdp-search-filter{margin-bottom:10px;clear:both}#wpbdp-search-form .wpbdp-search-filter>.wpbdp-search-field-label{display:block;width:40%;float:left}#wpbdp-search-form .wpbdp-search-filter>div.field{display:block;width:60%;margin-left:40%;padding-left:5px}#wpbdp-search-form .wpbdp-search-filter>div.field>input[type="text"]{box-sizing:border-box;width:90%}#wpbdp-search-form .wpbdp-search-filter>div.field>select{box-sizing:border-box;width:90%}#wpbdp-search-form input[type="submit"]{float:none;margin:auto}.wpbdp-clearfix:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-clearfix:after,.cf:after{clear:both}.wpbdp-pagination{margin:25px 0 0 0}.wpbdp-pagination .next{float:right}.listing-actions form{margin:0;padding:0;display:inline}.listing-actions input{margin:0 0 5px;font-size:80%}.listing-actions .delete-listing,.listing-actions a.delete-listing{margin-left:20px;margin-right:30px;color:#d64226 !important;background-color:transparent;border:none}.listing-actions .back-to-dir{float:right}.listing-actions a.button{padding:5px 10px;font-size:11px;text-decoration:none;margin-right:3px}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label,.field-value .field-label{color:#444;font-weight:bold}.field-value .value{display:inline}.wpbdp-listing-excerpt{padding:10px}.wpbdp-listing-excerpt.sticky{background:#fff0cf;background:var(--bd-main-color-8)}.wpbdp-listing-excerpt .listing-thumbnail{float:right;margin:0 10px 0 0}.wpbdp-listing-excerpt .listing-actions{margin-top:15px}.wpbdp-listing-single .listing-actions{margin-bottom:25px}.wpbdp-listing-single.sticky{margin-top:30px}.wpbdp-listing-excerpt .stickytag,.wpbdp-listing-single .stickytag{float:right;margin-top:-20px}.wpbdp-listing-excerpt .stickytag img,.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent;max-height:102px}.wpbdp-listing-single .stickytag{position:absolute;bottom:0;right:0}.wpbdp-sticky-tag{background:var(--bd-main-color);color:#fff;padding:6px 15px;margin:0 15px;border-radius:4px;text-transform:uppercase;font-weight:600;vertical-align:text-bottom;display:inline-block;font-size:12px}.wpbdp-is-table .wpbdp-listing-excerpt>.wpbdp-sticky-tag{display:none !important}.wpbdp-listing-excerpt .wpbdp-sticky-tag{float:right;margin-top:10px;margin-right:0}.wpbdp-listing-excerpt.wpbdp-has-ribbon{position:relative;overflow:hidden}.wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-sticky-tag{transform:rotate(45deg);text-align:center;position:relative;top:7px;right:-50px;width:150px;margin:0 0 50px;border-radius:0}.wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-claim-listings{display:none}.wpbdp-listing-single .listing-title{margin-bottom:7px;position:relative}.wpbdp-listing-single .listing-title h1,.wpbdp-listing-single .listing-title h2,.wpbdp-listing-single .listing-title h3{display:inline-block}.wpbdp-listing-single .listing-title h2{clear:none;margin:0}.wpbdp-listing-single .main-image{float:right;margin-left:10px;padding:5px}.wpbdp-listing-single .main-image a{position:relative !important}.wpbdp-listing-single .main-image img{border:solid 1px #d2d2d2}.single-wpbdp_listing .extra-images,.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.single-wpbdp_listing .extra-images ul,.wpbdp-listing-single .extra-images ul{margin:0 auto;padding:0;width:100%}.single-wpbdp_listing .extra-images ul li,.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline-block;margin-left:5px;margin-bottom:5px}.single-wpbdp_listing .extra-images ul li img,.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #d2d2d2}.single-wpbdp_listing .social-fields,.wpbdp-listing .social-fields{margin:20px 0;vertical-align:top}.social-field-link,.single-wpbdp_listing .social-field,.wpbdp-listing .social-field{display:inline-block;margin-right:10px;height:20px;vertical-align:text-top}.social-field-link iframe,.single-wpbdp_listing .social-field iframe,.wpbdp-listing .social-field iframe{margin-bottom:0}.social-field-link img,.single-wpbdp_listing .social-field img,.wpbdp-listing .social-field img{vertical-align:initial}.social-field-link .social-icon,.single-wpbdp_listing .social-field .social-icon,.wpbdp-listing .social-field .social-icon{display:inline-block;background-color:transparent;color:#1a1a1a}.social-field-link .social-text,.single-wpbdp_listing .social-field .social-text,.wpbdp-listing .social-field .social-text{font-size:90%}.social-field-link a,.single-wpbdp_listing .social-field a,.wpbdp-listing .social-field a{box-shadow:none}.social-field-link a img,.single-wpbdp_listing .social-field a img,.wpbdp-listing .social-field a img{height:20px;width:auto}.social-field-link a object,.single-wpbdp_listing .social-field a object,.wpbdp-listing .social-field a object{height:20px;margin-bottom:0}.social-field-link.icon_first .social-icon,.single-wpbdp_listing .social-field.icon_first .social-icon,.wpbdp-listing .social-field.icon_first .social-icon{margin-right:5px}.social-field-link.text_first .social-text,.single-wpbdp_listing .social-field.text_first .social-text,.wpbdp-listing .social-field.text_first .social-text{margin-right:5px}.wpbdp-listing-contact-form{margin-top:20px;padding-top:20px}.wpbdp-listing-contact-form #wpbdp-contact-form-recaptcha{margin-bottom:20px}.wpbdp-listing-contact-form textarea{width:100%}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar .wpbdp-search-form{margin:0;padding:0 !important;margin-left:50%}.wpbdp-main-links a{margin-right:15px}.wpbdp-bar .left{float:left;text-align:center}.wpbdp-bar .right{width:300px;float:right}.wpbdp-listings-sort-options{font-size:90%;margin:5px 0 10px}.wpbdp-listings-sort-options label{font-weight:normal}.wpbdp-listings-sort-options select{margin:0 4px}#wpbdp-categories{clear:both}.wpbdp-categories{margin:0;padding-left:20px}.wpbdp-categories .cat-item{box-sizing:border-box;float:left;margin:0 0 20px;width:50%}.wpbdp-categories .cat-item:nth-child(2n+1){clear:left}.wpbdp-categories .cat-item .cat-item{margin:0;width:100%}.wpbdp-categories-tiny .cat-item{float:none;width:100%}.wpbdp-categories-tiny .cat-item:nth-child(2n+1){clear:none}#wpbdp-checkout-form-fields,.wpbdp-form-field{margin:14px 0}#wpbdp-checkout-form-fields label,.wpbdp-form-field label{font-weight:500}#wpbdp-checkout-form-fields label .wpbdp-form-field-required-indicator,.wpbdp-form-field label .wpbdp-form-field-required-indicator{margin-left:3px;font-size:90%}#wpbdp-checkout-form-fields.wpbdp-form-field-has-description .wpbdp-form-field-label,.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-label{margin-bottom:0}#wpbdp-checkout-form-fields.wpbdp-form-field-has-description .wpbdp-form-field-description,.wpbdp-form-field.wpbdp-form-field-has-description .wpbdp-form-field-description{margin-bottom:3px}#wpbdp-checkout-form-fields .wpbdp-description,.wpbdp-form-field .wpbdp-description,#wpbdp-checkout-form-fields .wpbdp-form-field-description,.wpbdp-form-field .wpbdp-form-field-description{opacity:.8;font-size:14px;display:block}#wpbdp-checkout-form-fields .wpbdp-form-field-inner,.wpbdp-form-field .wpbdp-form-field-inner{padding-left:6px}#wpbdp-checkout-form-fields textarea,.wpbdp-form-field textarea,#wpbdp-checkout-form-fields input[type="text"],.wpbdp-form-field input[type="text"],#wpbdp-checkout-form-fields input[type="tel"],.wpbdp-form-field input[type="tel"],#wpbdp-checkout-form-fields select,.wpbdp-form-field select{width:100%;box-sizing:border-box}#wpbdp-checkout-form-fields .field-description,.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview{margin-bottom:20px}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview img,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview img{display:inline}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview a.delete{color:#900000;margin-left:20px;display:none;vertical-align:top}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .preview:hover a.delete,.wpbdp-form-field.wpbdp-form-field-type-social-network .preview:hover a.delete{display:inline}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network input[type="text"],.wpbdp-form-field.wpbdp-form-field-type-social-network input[type="text"]{width:100%}#wpbdp-checkout-form-fields.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel,.wpbdp-form-field.wpbdp-form-field-type-social-network .wpbdp-social-type-field .sublabel{display:block}.wpbdp-form-field-validation-error-wrapper{margin:24px 0}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors{font-size:80%;color:#d64226;position:relative;background:#fff;border:1px solid #d64226;border-radius:4px;padding:4px 6px;margin:0 12px 3px 6px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after,.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{top:100%;left:12px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:after{border-color:rgba(255,255,255,0);border-top-color:#fff;border-width:4px;margin-left:-4px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors:before{border-color:rgba(214,66,38,0);border-top-color:#d64226;border-width:5px;margin-left:-5px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field{margin:0}.wpbdp-form-field-validation-error-wrapper+label{color:#d64226}.wpbdp-checkout-section{margin:0 0 1.5em 0;padding:.7em 1.2em;border:solid 1px #efefef}.wpbdp-checkout-section.wpbdp-checkout-errors{padding:0;border:none}.wpbdp-checkout-section h3{margin:0 0 1em 0;padding:0}.wpbdp-checkout-gateway-selection label{margin:0 10px 0 0}.wpbdp-checkout-gateway-selection label:last-child{margin-right:0}.wpbdp-checkout-gateway-selection label input,.wpbdp-checkout-gateway-selection label img{vertical-align:middle}.wpbdp-checkout-gateway-selection label img{margin-bottom:10px}.wpbdp-billing-detail-field{margin:0 0 1.5em 0;font-size:95%}.wpbdp-billing-detail-field.wpbdp-required label:after{content:' *';color:#d64226}.wpbdp-exp-field select{width:auto}.wpbdp-exp-slash{padding:0 5px}.wpbdp-payment-receipt{border:1px solid #d2d2d2;padding:1em 1.5em;margin:1.5em 0;font-size:90%}.wpbdp-payment-receipt h4{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-date{color:#666}.wpbdp-payment-receipt .wpbdp-payment-status{float:right}.wpbdp-payment-receipt .wpbdp-payment-receipt-details{margin:1.5em .5em}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dt{margin:0;padding:0;float:left;min-width:50%}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dd{margin:0 0 5px 50%;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-print{margin:1.5em 0 0 0}.wpbdp-checkout-invoice table.wpbdp-payment-items-table th,.wpbdp-checkout-invoice table.wpbdp-payment-items-table td{font-size:95%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table tr.item td:first-of-type{width:80%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table .item-fee-description{margin-left:10px;font-size:85%;max-width:90%}.wpbdp-grid{display:grid;grid-template-columns:repeat(12, 1fr);grid-auto-rows:max-content;grid-gap:20px 4%}.wpbdp-grid>*{grid-column:span 12 / span 12}.wpbdp6,.wpbdp-half{grid-column:span 6 / span 6}.wpbdp4{grid-column:span 4 / span 4}.wpbdp8{grid-column:span 8 / span 8}.wpbdp3{grid-column:span 3 / span 3}.wpbdp9{grid-column:span 9 / span 9}.wpbdp2{grid-column:span 2 / span 2}.wpbdp10{grid-column:span 10 / span 10}.wpbdp1{grid-column:span 1 / span 1}.wpbdp5{grid-column:span 5 / span 5}.wpbdp7{grid-column:span 7 / span 7}.wpbdp11{grid-column:span 11 / span 11}.wpbdp12,.wpbdp-full{width:100% !important;grid-column:span 12 / span 12;box-sizing:border-box}.wpbdp_first{grid-column-start:1}.wpbdp_last{grid-column-end:-1;grid-row-start:span 100;justify-content:end}@media only screen and (max-width:710px){.wpbdp-grid>.wpbdp-listing{grid-column:1 / span 12 !important}}@media only screen and (max-width:600px){.wpbdp-grid>.wpbdp-form-field{grid-column:1 / span 12 !important}}.wpbdp-submit-rootline{margin:30px auto;text-align:center;display:flex}.wpbdp-rootline-section{align-items:center;width:100%}.wpbdp-rootline-section:not(.wpbdp-submit-section-current).wpbdp-submit-checked .wpbdp-rootline-counter span{display:none}.wpbdp-rootline-section:last-of-type .wpbdp-rootline-bar{background-image:none}.wpbdp-rootline-section-name{margin:10px auto 0;font-size:12px;text-transform:uppercase;opacity:.6}.wpbdp-rootline-bar{background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, #569AF6 50%);background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, var(--bd-main-color) 50%);background-position:bottom;background-size:10px;background-repeat:repeat-x;position:relative;height:1px;width:calc(100% - 48px);top:24px;margin-left:calc(50% + 25px)}.wpbdp-rootline-circle{display:inline-flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:48px;border:1px solid #569AF6;border-color:var(--bd-main-color);z-index:1}.wpbdp-rootline-circle svg{fill:none}.wpbdp-submit-checked .wpbdp-rootline-circle{background:#569AF6;background:var(--bd-main-color)}.wpbdp-rootline-counter{font-weight:bold;font-size:20px}.wpbdp-submit-checked .wpbdp-rootline-section-name{opacity:1}.wpbdp-submit-checked.wpbdp-submit-section-current svg{display:none}.wpbdp-submit-checked .wpbdp-rootline-circle{color:#fff}#wpbdp-submit-listing.wpbdp-submit-page{margin:auto}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section{margin:10px 0 0 0;display:block}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .collapse-indicator.expanded{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .collapse-indicator.collapsed{display:inline}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.collapsed .wpbdp-submit-listing-section-content{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.hidden{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-content h4{margin:0 0 10px 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-form-actions{margin:10px 0;text-align:center}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-form-actions button{margin:15px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-messages{margin:0 0 12px 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-plan-selection-with-tip{margin:24px 0 0 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection ul.category-list{margin:0;padding:0;list-style-type:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection ul.category-list li{font-size:10px;margin:0 5px 0 0;padding:1px 6px;border-radius:3px;background:#569AF6;background:var(--bd-main-color);color:#fff;font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;border:none;display:inline}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-plan_selection .wpbdp_continue_to_fields_action{text-align:right}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-editor-area{height:422px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-listing_fields .wpbdp-submit-listing-form-actions{display:block}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-listing_fields.has-error .wpbdp-form-field-label{position:relative}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-inner{padding:0;width:100%}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-type-select:not(.wpbdp-form-field-association-category).wpbdp-form-field-association-region.wpbdp-regions-hidden{display:none;visibility:hidden}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-upload-widget{max-height:50px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-label .wpbdp-form-field-validation-error-wrapper{visibility:hidden;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:40%;left:-10px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-form-field-label:hover .wpbdp-form-field-validation-error-wrapper{visibility:visible}textarea.wpbdp-submit-listing-tos{min-height:100px}#change-plan-link{text-align:right;font-size:90%}#wpbdp-submit-listing-account-details{margin:10px 0 0 0}#wpbdp-submit-listing-account-details input[type="password"]{width:70%;display:inline-block}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter{float:right;width:20%;padding:4px;text-align:center;border:1px solid}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-0{background-color:#f1adad;border-color:#e35b5b}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-2{background-color:#fbc5a9;border-color:#f78b53}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-3{background-color:#ffe399;border-color:#ffc733}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-4{background-color:#c1e1b9;border-color:#83c373}@media only screen and (max-width:450px){.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col{grid-column:span 12 / span 12}.wpbdp-submit-rootline .wpbdp-rootline-section:not(.wpbdp-submit-section-current),.wpbdp-submit-rootline .wpbdp-rootline-section .wpbdp-rootline-bar{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-checkmark{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-counter span{display:initial}}.wpbdp-form-field-type-image #image-upload-form,.wpbdp-submit-listing-section-listing_images #image-upload-form{margin:15px 10px}.wpbdp-form-field-type-image #wpbdp-uploaded-images,.wpbdp-submit-listing-section-listing_images #wpbdp-uploaded-images{margin:0 0 20px 0}.wpbdp-form-field-type-image .wpbdp-image,.wpbdp-submit-listing-section-listing_images .wpbdp-image{padding:10px 0;border-bottom:1px solid #d2d2d2;display:flex;align-items:center}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img{margin:0 10px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img img{object-fit:cover;width:50px;height:50px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp_thumbnail_indicator{font-size:.8em;display:none}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator{display:inline-block}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before{content:"✓"}.wpbdp-form-field-type-image .wpbdp-image:last-of-type,.wpbdp-submit-listing-section-listing_images .wpbdp-image:last-of-type{border:none}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra{flex:1 0 auto}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra input[type="text"],.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra input[type="text"]{width:60%}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link{font-size:12px;text-decoration:none;color:#900000;display:none;margin-left:10px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link:hover,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link:hover{text-decoration:underline}.wpbdp-form-field-type-image .wpbdp-image:hover .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image:hover .wpbdp-image-delete-link{display:inline}.wpbdp-form-field-type-image .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images .wpbdp-drag-handle{visibility:hidden}.wpbdp-form-field-type-image:hover .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images:hover .wpbdp-drag-handle{visibility:visible}.wpbdp-form-field-type-image .wpbdp-image-draggable-highlight,.wpbdp-submit-listing-section-listing_images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}.wpbdp-form-field-type-image #image-upload-form-no-js,.wpbdp-submit-listing-section-listing_images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}.wpbdp-form-field-type-image .wpbdp-image{border:none}.wpbdp-submit-listing-section h3,.wpbdp-submit-listing-section .wpbdp-recaptcha{margin-top:40px}.wpbdp-submit-listing-section-header{display:none}.wpbdp-with-button-styles .submit-back-button.wpbdp-button{background:transparent !important;border:1px solid #569AF6;border-color:var(--bd-main-color);color:#569AF6;color:var(--bd-main-color) !important}.wpbdp-with-button-styles .submit-back-button.wpbdp-button:hover{background:#569AF6;background:var(--bd-main-color) !important;color:#fff !important}.wpbdp-with-button-styles .select2-container .select2-selection{border-color:#d2d2d2}.wpbdp-with-button-styles .select2-container .select2-results__option--highlighted[data-selected]{background-color:var(--bd-main-color)}#wpbdp-login-view .wpbdp-login-options{margin:30px 0 0 0;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option{width:50%;float:left;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:first-child{padding:0 20px 0 0}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:last-child{border-left:1px solid #d2d2d2;padding:0 0 0 20px}#wpbdp-login-view #loginform #user_login,#wpbdp-login-view #loginform #user_pass{display:block}#wpbdp-login-view h4{font-size:21px;margin-top:0}#wpbdp-login-view .access-key-message{font-size:13px}#wpbdp-login-view input[type=text],#wpbdp-login-view input[type=password]{width:100%}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-access-key-form input[type=submit]{margin-top:49px}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-form h4{margin-bottom:74px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view h4{font-size:24px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view .access-key-message{font-size:16px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-access-key-form input[type=submit]{margin-top:60px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-form h4{margin-bottom:72px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-access-key-form input[type=submit]{margin-top:44px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-form h4{margin-bottom:57px}.wpbdp-msg{padding:10px 12px;margin:5px 0;background:#FEF7D3;border:1px solid rgba(63,75,91,0.2);box-sizing:border-box;border-radius:4px;font-size:14px;color:rgba(63,75,91,0.6)}.wpbdp-msg ul{margin:0}.wpbdp-msg ul li{list-style-position:inside}.wpbdp-msg.error,.wpbdp-msg.wpbdp-error{color:#fff;background:#d64226}.wpbdp-submit-page table.fee-options{width:100%}.wpbdp-submit-page table.fee-options th,.wpbdp-submit-page table.fee-options td{text-align:center}.wpbdp-submit-page table.fee-options td.fee-label,.wpbdp-submit-page table.fee-options tr.fee-description td{text-align:left}.wpbdp-submit-page table.fee-options .fee-selection{width:5%}.wpbdp-submit-page table.fee-options tr.fee-option td.fee-label{font-weight:bold}.wpbdp-submit-page table.fee-options td.fee-description{font-size:90%;color:#666}#wpbdp-renewal-page .do-not-renew-listing{padding:15px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}#wpbdp-renewal-page .do-not-renew-listing p:last-child{margin-bottom:0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{background:#d64226}.wpbdp-recaptcha-error{color:#d64226}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-right:20px;background:#d64226}.wpbdp-scroll-box{padding:10px;margin:30px 0;border:1px solid #d2d2d2;max-height:250px;overflow:auto}.wpbdp-checkout input[type="image"]{padding:0;border:none;box-shadow:none;width:auto}table#wpbdp-manage-recurring th.listing-title,table#wpbdp-manage-recurring td.listing-title{min-width:200px}table#wpbdp-manage-recurring a.cancel-subscription{color:#d64226}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.wpbdp-cancel-subscription-form{padding:15px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}.wpbdp-cancel-subscription-form p:last-child{margin-bottom:0}.wpbdp-cancel-subscription-form input.button-primary[type="submit"]{background-color:#d64226}.wpbdp-cc-form{padding:0;width:90%}.wpbdp-cc-form h4{margin:0}.wpbdp-cc-field input{width:auto}.wpbdp-cc-field label{display:block;font-weight:bold;text-align:right;padding-right:10px}#wpbdp-billing-information .billing-info-section h4{margin:10px 0 5px 0}#wpbdp-billing-information .billing-info-section table{margin:1.75em 0}#wpbdp-billing-information #wpbdp-billing-field-exp,#wpbdp-billing-information #wpbdp-billing-field-exp-year{width:40%;display:inline}#wpbdp-billing-information .form-buttons{margin:15px 0}a.wpbdp-show-on-mobile,input[type="button"].wpbdp-show-on-mobile,.wpbdp-show-on-mobile{display:none}body.business-directory #TB_ImageOff .screen-reader-text,body.business-directory #TB_closeWindowButton .screen-reader-text{visibility:hidden}body.business-directory #TB_next{float:right}body.business-directory #TB_prev{float:left}body.business-directory #TB_caption{text-align:center;width:70%;height:auto}body.business-directory #TB_closeWindow{padding:0;height:0}body.business-directory #TB_closeWindow .screen-reader-text{display:none}body.business-directory #TB_secondLine{font-size:11px;color:#666}.wpbdp-form-row label{display:block}.wpbdp-form-row.wpbdp-form-textfield input[type="text"]{width:400px}.wpbdp-main-box,.wpbdp-main-box .box-row,.wpbdp-main-box .box-col{box-sizing:border-box;width:100%}.wpbdp-main-box{margin:10px 0 20px 0}.wpbdp-main-box .box-col{margin-bottom:4px}.wpbdp-main-box .box-col input{width:100%;min-width:150px}.distance-field-wrapper .box-row{display:flex;align-items:center}.wpbdp-main-box .submit-btn input[type="submit"]{margin-top:0}.wpbdp-main-box .advanced-search-link{border:none;box-shadow:none;display:block;font-size:11px;text-align:right;text-decoration:none}.wpbdp-main-box .search-fields .box-row,.wpbdp-main-box .main-fields.box-row form{width:100%;display:flex;gap:5px}.wpbdp-main-box .submit-btn{width:22%;min-width:150px}.wpbdp-main-box-tiny .submit-btn,.wpbdp-main-box-small .submit-btn{width:100%}.wpbdp-main-box-tiny .search-fields .box-row,.wpbdp-main-box-tiny .main-fields.box-row form,.wpbdp-main-box-small .search-fields .box-row,.wpbdp-main-box-small .main-fields.box-row form{display:block}.wpbdp-main-links{text-align:right}a.wpbdp-button{white-space:nowrap}.wpbdp-main-links .button,.wpbdp-main-links-large .button{margin:0 3px 6px;font-size:15px;display:inline-block}.wpbdp-main-links .button:first-child{margin-left:0}.wpbdp-main-links .button:last-child{margin-right:0}.wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px;width:100%;margin:0 0 4px}.wpbdp-main-links-small .button{width:100%;margin:0 0 4px;text-align:center}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button{width:49%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:first-child{margin-right:1%}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type=submit],.wpbdp-with-button-styles .wpbdp-ratings-reviews input[type=submit],.wpbdp-with-button-styles .wpbdp-main-box input[type=submit],.wpbdp-with-button-styles .listing-actions a.wpbdp-button,.wpbdp-with-button-styles .wpbdp-button{background:#569AF6;background:var(--bd-main-color) !important;border:1px solid #569AF6;border-color:var(--bd-main-color)}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type=submit]:hover,.wpbdp-with-button-styles .wpbdp-ratings-reviews input[type=submit]:hover,.wpbdp-with-button-styles .wpbdp-main-box input[type=submit]:hover,.wpbdp-with-button-styles .listing-actions a.wpbdp-button:hover,.wpbdp-with-button-styles .wpbdp-button:hover{opacity:.8;background:var(--bd-main-color)}.wpbdp-with-button-styles .wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-small .button{padding-top:10px;padding-bottom:10px}.wpbdp-with-button-styles .wpbdp-main-links-medium .wpbdp-main-links .button{padding-top:8px;padding-bottom:8px}.single-wpbdp_listing .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_category .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_tag .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-search .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-submit_listing .wpbdp-view-content-wrapper header.entry-header{display:none}.wpbdp-wp-theme-graphene.single-wpbdp_listing h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_category h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_tag h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-search h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-submit_listing h1.post-title{display:none}.wpbdp-wp-theme-genesis.wpbdp-view-show_category .archive-description,.wpbdp-wp-theme-genesis.wpbdp-view-show_tag .archive-description{display:none}.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_category .post-details,.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_tag .post-details{display:none}.wpbdp-wp-theme-atahualpa.wpbdp-view-show_category .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_tag .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_listing .post-footer{display:none}.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_category .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_tag .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_listing .entry-content .featured-image{display:none}.wpbdp-plan-info-box{padding:10px;margin:0 0 6px 0;border:1px solid #d2d2d2;border-radius:2px;display:flex;align-items:center;flex-wrap:wrap}.wpbdp-plan-info-box .wpbdp-plan-details,.wpbdp-plan-info-box .wpbdp-plan-price{float:left;box-sizing:border-box}.wpbdp-plan-info-box .wpbdp-plan-details{width:55%;padding:0 10px}.wpbdp-plan-info-box .wpbdp-plan-price{width:40%;text-align:center}.wpbdp-plan-info-box .wpbdp-plan-price label{cursor:pointer;margin-top:15px;font-size:20px;display:block;padding:6px 12px}.wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]{display:none}.wpbdp-plan-info-box .wpbdp-plan-description{margin:0 0 10px 0}.wpbdp-plan-info-box .wpbdp-plan-price-amount,.wpbdp-plan-info-box .wpbdp-plan-label{font-size:1.1em;font-weight:bold;margin-bottom:10px}.wpbdp-plan-info-box .wpbdp-plan-feature-list{margin:0 0 0 10px}.wpbdp-plan-info-box .wpbdp-plan-details p{margin:0}.wpbdp-plan-info-box .wpbdp-plan-feature-list li{list-style-position:inside;margin:0}.wpbdp-plan-info-box .wpbdp-plan-disabled-msg{clear:both}.wpbdp-plan-info-box .wpbdp-plan-private-msg{width:100%;display:inline-block;text-align:right}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-price{width:100%}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-amount,.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-duration-period{display:inline}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-details{padding:0 0 4pt}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-label{font-size:1.5em;margin-bottom:5px}.wpbdp-plan-selection-wrapper.wpbdp-size-tiny .wpbdp-plan-description{margin-bottom:5px}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]+label{background:transparent !important;border:1px solid #569AF6;border-color:var(--bd-main-color);color:#569AF6;color:var(--bd-main-color) !important}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]+label:hover{background:#569AF6;background:var(--bd-main-color) !important;color:#fff !important}.wpbdp-with-button-styles .wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]:checked+label{color:#fff !important;background:var(--bd-main-color) !important}.wpbdp-dnd-area{margin:0 auto;border:1px solid #ddd;width:100%}.wpbdp-dnd-area.dragging{background:#efefef}.wpbdp-dnd-area p{margin:0;font-size:16px;line-height:24px}.wpbdp-dnd-area p.dnd-message{font-size:24px;line-height:24px}.wpbdp-dnd-area .dnd-area-inside{letter-spacing:1px;margin:54px auto 38px;text-align:center}.wpbdp-dnd-area .dnd-area-inside-working{text-align:center;margin:50px auto 38px}.wpbdp-dnd-area .dnd-area-inside-working span{font-weight:bold}.wpbdp-dnd-area .dnd-area-inside-error{color:#900000;text-align:center;margin:50px 25px}.wpbdp-dnd-area .upload-button{position:relative;overflow:hidden}.wpbdp-dnd-area .upload-button a{text-decoration:none}.wpbdp-dnd-area .upload-button a:hover{cursor:pointer}.wpbdp-dnd-area .upload-button input{margin:0;padding:0;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;border:none !important;z-index:-1}.area-and-conditions #image-upload-dnd-area{box-sizing:border-box;background-color:rgba(86,154,246,0.08);background-color:var(--bd-main-color-8);border-color:var(--bd-main-color-20);border-radius:4px}.area-and-conditions #image-upload-dnd-area .dnd-buttons a{letter-spacing:initial}#image-upload-conditions{font-size:12px;margin-bottom:6px;opacity:.8}#image-slots-available{float:right}.wpbdp-drag-handle{width:6px;height:10px;display:inline-block;background:url('../../assets/images/drag-handle.png') 0 0;cursor:move;float:left;margin:5px 5px 0 0;vertical-align:middle}.wpbdp-help-tip{margin:10px 0}.wpbdp-help-tip .dashicons{vertical-align:middle}.wpbdp-help-tip .message{display:inline-block}.wpbdp-help-tip.small{font-size:12px}.wpbdp-help-tip.small .dashicons{font-size:15px;width:15px;height:15px}.wpbdp-hidden{display:none}.wpbdp-form-field-association-category .wpbdp-form-field-checkbox-item.disabled,.wpbdp-form-field-association-category .wpbdp-form-field-radio-item.disabled{opacity:.65}.wpbdp-form-field-association-category select{width:100%}.wpbdp-form-field-association-category .select2{width:100%}.wpbdp-form-field-association-category .select2 .select2-selection{border-radius:0;padding-left:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice{font-size:11px;padding:1px 6px;border-radius:3px;font-weight:normal;white-space:nowrap;vertical-align:baseline;border:none}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove{margin-right:5px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice,.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-search--inline{margin:5px 5px 0 0}.wpbdp-form-field-association-category .select2 .select2-search .select2-search__field{font-size:11px}#wpbdp-listing-flagging-page textarea{width:90%;min-height:150px;margin-bottom:10px}.wpbdp-wp-theme-twentysixteen .wpbdp-listing .social-fields .social-field.linkedin{vertical-align:text-top}.wpbdp-wp-theme-twentyseventeen .single-featured-image-header{display:none}.wpbdp-wp-theme-twentyseventeen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top;padding-top:1px}.wpbdp-wp-theme-twentynineteen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top}.wpbdp-wp-theme-twentytwenty .wpbdp-main-links .wpbdp-button,.wpbdp-wp-theme-twentytwenty .box-col.submit-btn input,.wpbdp-wp-theme-twentytwenty .listing-actions{font-size:1.1rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing-excerpt{font-size:1.8rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.facebook,.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.instagram{margin-top:-5px;vertical-align:top}@media screen and (max-width:560px){.wpbdp-show-on-mobile{display:inline !important}input[type="button"].wpbdp-hide-on-mobile{display:none}.wpbdp-hide-on-mobile{display:none}.wpbdp-bar form.wpbdp-search-form{display:block;margin-left:0;margin-top:10px}.wpbdp-bar form.wpbdp-search-form #intextbox{margin-bottom:5px;padding:4px}.wpbdp-bar form.wpbdp-search-form input[type="text"]{padding:4px 0;margin:0 0 2px 0}.wpbdp-main-box .search-fields .box-row,.wpbdp-main-box .main-fields.box-row form{display:block}.wpbdp-main-box .submit-btn{width:100%}.wpbdp-main-links .button{width:100%}.wpbdp-listing.wpbdp-listing{font-size:90%}.wpbdp-listing.wpbdp-listing-excerpt .field-value>label{display:block}.wpbdp-listing.wpbdp-listing-excerpt .listing-thumbnail,.wpbdp-listing.wpbdp-listing-single .listing-thumbnail{float:none;padding:5px}.wpbdp-listing.wpbdp-listing-excerpt .listing-details,.wpbdp-listing.wpbdp-listing-single .listing-details{margin:0 5px;float:none;display:block}.wpbdp-listing .listing-actions input{font-size:70%}.wpbdp-listing .listing-actions input.back-to-dir{float:right}.wpbdp-listing.wpbdp-listing-single .main-image{display:block;float:none;padding:0;margin:0 0 10px 0;text-align:center;max-width:90%}.wpbdp-listing.wpbdp-listing-single .field-value>label{display:block}.wpbdp-submit-page.step-images #image-upload-dnd-area{font-size:90%;float:none !important;width:100% !important}.wpbdp-submit-page.step-images .dnd-area-inside-error{margin-top:30px}.wpbdp-submit-page.step-images #image-upload-conditions{width:100% !important;float:none !important;font-size:90%}.wpbdp-submit-page.step-images #image-upload-conditions dl{margin:0;padding:0}.wpbdp-submit-page.step-images #image-upload-conditions dl dt{margin:0;margin-right:5px;padding:0;float:left}.wpbdp-submit-page.step-images #image-upload-conditions dl dd{margin:0;padding:0;display:block}.wpbdp-submit-page.step-images .wpbdp-image img{max-width:50%}}
|
assets/js/admin.js
CHANGED
@@ -486,9 +486,9 @@ jQuery(function($) {
|
|
486 |
var checked = $(this).is(':checked');
|
487 |
|
488 |
if ( checked ) {
|
489 |
-
$(this).parents('.widget').find('.thumbnail-width-config
|
490 |
} else {
|
491 |
-
$(this).parents('.widget').find('.thumbnail-width-config
|
492 |
}
|
493 |
});
|
494 |
|
486 |
var checked = $(this).is(':checked');
|
487 |
|
488 |
if ( checked ) {
|
489 |
+
$(this).parents('.widget').find('.thumbnail-width-config').fadeIn('fast');
|
490 |
} else {
|
491 |
+
$(this).parents('.widget').find('.thumbnail-width-config').fadeOut('fast');
|
492 |
}
|
493 |
});
|
494 |
|
assets/js/admin.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
function wpbdp_load_placeholder($v){var action=$v.attr("data-action"),post_id=$v.attr("data-post_id"),baseurl=$v.attr("data-baseurl");$v.load(ajaxurl,{action:action,post_id:post_id,baseurl:baseurl})}function wpbdpAddons(){function activateAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_activate_addon")}function installAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_install_addon")}function installOrActivate(clicked,action){jQuery(".wpbdp-addon-error").remove();var button=jQuery(clicked),plugin=button.attr("rel"),el=button.parent(),message=el.parent().find(".addon-status-label");button.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:action,nonce:wpbdp_global.nonce,plugin:plugin},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,button):void afterAddonInstall(response,button,message,el)},error:function(){button.removeClass("wpbdp-loading-button")}})}function installAddonWithCreds(e){e.preventDefault();var proceed=jQuery(this),el=proceed.parent().parent(),plugin=proceed.attr("rel");proceed.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:"wpbdp_install_addon",nonce:wpbdp_global.nonce,plugin:plugin,hostname:el.find("#hostname").val(),username:el.find("#username").val(),password:el.find("#password").val()},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,proceed):void afterAddonInstall(response,proceed,message,el)},error:function(){proceed.removeClass("wpbdp-loading-button")}})}function afterAddonInstall(response,button,message,el){button.css({opacity:"0"}),message.text("Active"),jQuery("#wpbdp-oneclick").hide(),jQuery("#wpbdp-addon-status").text(response).show(),jQuery("#wpbdp-upgrade-modal h2").hide(),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon").addClass("wpbdp-lock-open-icon"),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon use").attr("xlink:href","#wpbdp-lock-open-icon"),el.parent().removeClass("wpbdp-addon-not-installed wpbdp-addon-installed").addClass("wpbdp-addon-active"),button.removeClass("wpbdp-loading-button");var refreshPage=document.querySelectorAll(".wpbdp-admin-page-import, #wpbdp-admin-smtp, #wpbdp-welcome");refreshPage.length>0&&window.location.reload()}function extractErrorFromAddOnResponse(response){return"string"!=typeof response&&(("undefined"==typeof response.success||!response.success)&&(response.form&&jQuery(response.form).is("#message")?{message:jQuery(response.form).find("p").html()}:response))}function addonError(response,el,button){response.form?(jQuery(".wpbdp-inline-error").remove(),button.closest(".wpbdp-card").html(response.form).css({padding:5}).find("#upgrade").attr("rel",button.attr("rel")).on("click",installAddonWithCreds)):(el.append('<div class="wpbdp-addon-error wpbdp_error_style"><p><strong>'+response.message+"</strong></p></div>"),button.removeClass("wpbdp-loading-button"),jQuery(".wpbdp-addon-error").delay(4e3).fadeOut())}return{init:function(){jQuery(document).on("click",".wpbdp-install-addon",installAddon),jQuery(document).on("click",".wpbdp-activate-addon",activateAddon)}}}function wpbdpSelectSubnav(){var wpbdpMenu=jQuery("#toplevel_page_wpbdp_admin");jQuery(wpbdpMenu).removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open"),jQuery("#toplevel_page_wpbdp_admin a.wp-has-submenu").removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open")}var WPBDP_associations_fieldtypes={};!function($){var WPBDPAdmin_FormFields={$f_association:null,$f_fieldtype:null,init:function(){WPBDPAdmin_FormFields.$f_association=$("form#wpbdp-formfield-form select#field-association"),WPBDPAdmin_FormFields.$f_association.change(WPBDPAdmin_FormFields.onAssociationChange),WPBDPAdmin_FormFields.$f_fieldtype=$("form#wpbdp-formfield-form select#field-type"),WPBDPAdmin_FormFields.$f_fieldtype.change(WPBDPAdmin_FormFields.onFieldTypeChange),WPBDPAdmin_FormFields.$f_validator=$("form#wpbdp-formfield-form select#field-validator"),WPBDPAdmin_FormFields.$f_validator.change(WPBDPAdmin_FormFields.onFieldValidatorChange),$("#wpbdp-fieldsettings .iframe-confirm a").click(function(e){e.preventDefault(),$(this).hasClass("yes")?$(this).parents(".iframe-confirm").hide():($('#wpbdp-fieldsettings input[name="field[allow_iframes]"]').prop("checked",!1),$(this).parents(".iframe-confirm").hide())}),$('#wpbdp-fieldsettings input[name="field[allow_iframes]"]').change(function(){$(this).is(":checked")?$(".iframe-confirm").show():$(".iframe-confirm").hide()}),$('#wpbdp-formfield-form input[name="field[display_flags][]"][value="search"]').change(function(){$(".if-display-in-search").toggle($(this).is(":checked"))}),$("table.formfields tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-field-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-formfields-reorder",order:sorted_items})}}),$('#wpbdp-formfield-form select[name="limit_categories"]').change(function(){var form=$(this).parents("form").find("#limit-categories-list");"1"===$(this).val()?form.removeClass("hidden"):form.addClass("hidden")})},onFieldTypeChange:function(){var $field_type=$(this).find("option:selected");if($field_type.length){var field_type=$field_type.val();$("select#field-validator").prop("disabled",!1),"url"==field_type?($("select#field-validator option").not('[value="url"]').prop("disabled",!0).prop("selected",!1),$('select#field-validator option[value="url"]').prop("selected",!0)):$("select#field-validator option").prop("disabled",!1),"social-twitter"==field_type&&$("select#field-validator").prop("disabled",!0);var request_data={action:"wpbdp-renderfieldsettings",association:WPBDPAdmin_FormFields.$f_association.find("option:selected").val(),field_type:field_type,field_id:$('#wpbdp-formfield-form input[name="field[id]"]').val()};$.post(ajaxurl,request_data,function(response){response.ok&&response.html?($("#wpbdp-fieldsettings-html").html(response.html),$("#wpbdp-fieldsettings").show()):($("#wpbdp-fieldsettings-html").empty(),$("#wpbdp-fieldsettings").hide())},"json"),WPBDPAdmin_FormFields.onFieldValidatorChange()}},onAssociationChange:function(){$f_fieldtype=WPBDPAdmin_FormFields.$f_fieldtype;var association=$(this).val(),valid_types=WPBDP_associations_fieldtypes[association],private_option=$("#wpbdp_private_field");$f_fieldtype.find("option").prop("disabled",!1),$f_fieldtype.find("option").each(function(i,v){$.inArray($(v).val(),valid_types)<0&&$(v).prop("disabled",!0)}),$f_fieldtype.change(),0<=["title","content","category"].indexOf(association)?(private_option.find("input").prop("disabled",!0),private_option.hide()):(private_option.find("input").prop("disabled",!1),private_option.show());var form=$(this).parents("form").find(".limit-categories");0<=["title","category"].indexOf(association)?form.addClass("hidden"):form.removeClass("hidden")},onFieldValidatorChange:function(){var $field_validator=$(this).find("option:selected"),field_type=WPBDPAdmin_FormFields.$f_fieldtype.find("option:selected").val();"textfield"===field_type||"textarea"===field_type?"word_number"===$field_validator.val()?($("#wpbdp_word_count").show(),$('select#field-validator option[value="word_number"]').prop("disabled",!1)):$("#wpbdp_word_count").hide():($("#wpbdp_word_count").hide(),$('select#field-validator option[value="word_number"]').prop("disabled",!0).prop("selected",!1))}};$(document).ready(function(){WPBDPAdmin_FormFields.init()})}(jQuery),jQuery(document).ready(function($){$(".wpbdp-admin-page-fees .wp-list-table.fees tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var rel_rows=$(".free-fee-related-tr").remove();$("tr.free-fee").after(rel_rows);var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-fee-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-admin-fees-reorder",order:sorted_items})}}),$('select[name="fee_order[method]"], select[name="fee_order[order]"]').change(function(e){$.ajax({url:ajaxurl,data:$(this).parent("form").serialize(),dataType:"json",type:"POST",success:function(res){res.success&&location.reload()}})}),"custom"==$('select[name="fee_order[method]"]').val()&&$(".wpbdp-admin-page-fees .wp-list-table .wpbdp-drag-handle").show(),$(".wpbdp-ajax-placeholder").each(function(i,v){wpbdp_load_placeholder($(v))}),$("input#doaction, input#doaction2").click(function(e){var action_name="doaction"==$(this).attr("id")?"action":"action2",$selected_option=$('select[name="'+action_name+'"] option:selected'),action_val=$selected_option.val();if("listing"==action_val.split("-")[0]){var action=action_val.split("-")[1];if("sep0"!=action&&"sep1"!=action&&"sep2"!=action){var $checked_posts=$('input[name="post[]"]:checked'),uri=$selected_option.attr("data-uri");return $checked_posts.each(function(i,v){uri+="&post[]="+$(v).val()}),window.location.href=uri,!1}}return!0}),$('.wpbdp-admin.wpbdp-page-formfields-preview form input[type="submit"]').click(function(e){e.preventDefault(),alert("This form is just a preview. It doesn't work.")}),$("#wpbdp-admin-debug-info-page a.nav-tab").click(function(e){e.preventDefault(),$("#wpbdp-admin-debug-info-page a.nav-tab").not(this).removeClass("nav-tab-active");var $selected_tab=$(this);$selected_tab.addClass("nav-tab-active"),$(".wpbdp-debug-section").hide(),$('.wpbdp-debug-section[data-id="'+$(this).attr("href")+'"]').show()}),$("#wpbdp-admin-debug-info-page a.nav-tab").length>0&&$("#wpbdp-admin-debug-info-page a.nav-tab").get(0).click(),$(".wpbdp-page-admin-transactions .column-actions a.details-link").click(function(e){e.preventDefault();var $tr=$(this).parents("tr"),$details=$tr.find("div.more-details"),$tr_details=$tr.next("tr.more-details-row");return $tr_details.length>0?($tr_details.remove(),void $(this).text($(this).text().replace("-","+"))):($(this).text($(this).text().replace("+","-")),void $tr.after('<tr class="more-details-row"><td colspan="7">'+$details.html()+"</td></tr>").show())})});var WPBDP_Admin={};WPBDP_Admin.payments={},WPBDP_Admin.ProgressBar=function($item,settings){$item.empty(),$item.html('<div class="wpbdp-progress-bar"><span class="progress-text">0%</span><div class="progress-bar"><div class="progress-bar-outer"><div class="progress-bar-inner" style="width: 0%;"></div></div></div>'),this.$item=$item,this.$text=$item.find(".progress-text"),this.$bar=$item.find(".progress-bar"),this.set=function(completed,total){var pcg=Math.round(100*parseInt(completed)/parseInt(total));this.$text.text(pcg+"%"),this.$bar.find(".progress-bar-inner").attr("style","width: "+pcg+"%;")}},function($){WPBDP_Admin.dialog={};WPBDP_Admin.dialog}(jQuery),function($){var payments=WPBDP_Admin.payments;payments._initialize=function(){$("#BusinessDirectory_listinginfo a.payment-details-link").click(function(e){e.preventDefault(),payments.viewPaymentDetails($(this).attr("data-id"))}),0==$("#wpbdp-modal-dialog").length&&$("body").append($('<div id="wpbdp-modal-dialog"></div>'))},payments.viewPaymentDetails=function(id){$.get(ajaxurl,{action:"wpbdp-payment-details",id:id},function(res){res&&res.success&&(0==$("#wpbdp-modal-dialog").length&&$("body").append($('<div id="wpbdp-modal-dialog"></div>')),$("#wpbdp-modal-dialog").html(res.data.html),tb_show("","#TB_inline?inlineId=wpbdp-modal-dialog"),$("#TB_window").width($("#TB_ajaxContent").outerWidth()),$("#TB_window").height()>$("#TB_ajaxContent").outerHeight()&&$("#TB_ajaxContent").height($("#TB_window").height()),$("#wpbdp-modal-dialog").remove())},"json")},$(document).ready(function(){payments._initialize()})}(jQuery),function($){var s=WPBDP_Admin.settings={init:function(){$("#wpbdp-settings-quick-search-fields").on("change",":checkbox",function(){var $container=$("#wpbdp-settings-quick-search-fields"),text_fields=$container.data("text-fields"),selected=$container.find(":checkbox:checked").map(function(){return parseInt($(this).val())}).get(),show_warning=!1;if(selected.length>0&&text_fields.length>0)for(var i=0;i<text_fields.length;i++)if($.inArray(text_fields[i],selected)>-1){show_warning=!0;break}show_warning?$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeIn("fast"):$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeOut("fast")}),$("#wpbdp-settings-currency select").on("change",function(){"AED"===$(this).val()?$("#wpbdp-settings-currency .wpbdp-setting-description").show():$("#wpbdp-settings-currency .wpbdp-setting-description").hide()}),$("#wpbdp-settings-currency select").change()}};$(document).ready(function(){$("#wpbdp-admin-page-settings").length>0&&s.init()})}(jQuery),jQuery(function($){if(0!=$(".wpbdp-admin-page-uninstall").length){var $warnings=$("#wpbdp-uninstall-messages"),$confirm_button=$("#wpbdp-uninstall-proceed-btn"),$form=$("#wpbdp-uninstall-capture-form");$confirm_button.click(function(e){e.preventDefault(),$warnings.fadeOut("fast",function(){$form.fadeIn("fast")})}),$form.submit(function(){var $no_reason_error=$(".wpbdp-validation-error.no-reason").hide(),$no_text_error=$(".wpbdp-validation-error.no-reason-text").hide(),$reason_checked=$('input[name="uninstall[reason_id]"]:checked');if(0==$reason_checked.length)return $no_reason_error.show(),!1;if("0"==$reason_checked.val()){var $reason_text=$('textarea[name="uninstall[reason_text]"]'),reason_text=$.trim($reason_text.val());if($reason_text.removeClass("invalid"),!reason_text)return $no_text_error.show(),$reason_text.addClass("invalid"),!1}return!0}),$('form#wpbdp-uninstall-capture-form input[name="uninstall[reason_id]"]').change(function(e){var val=$(this).val();"0"==val?$("form#wpbdp-uninstall-capture-form .custom-reason").fadeIn():$("form#wpbdp-uninstall-capture-form .custom-reason").fadeOut("fast",function(){$(this).val("")})})}}),function($){$(document).ready(function(){0!=$("body.wp-admin.widgets-php").length&&$("body.wp-admin.widgets-php").on("change","input.wpbdp-toggle-images",function(){var checked=$(this).is(":checked");checked?$(this).parents(".widget").find(".thumbnail-width-config, .thumbnail-height-config").fadeIn("fast"):$(this).parents(".widget").find(".thumbnail-width-config, .thumbnail-height-config").fadeOut("fast")})})}(jQuery),function($){$(document).ready(function(){$("a.wpbdp-create-main-page-button").click(function(e){e.preventDefault();var $msg=$(this).parents("div.error");$.ajax({url:ajaxurl,data:{action:"wpbdp-create-main-page",_wpnonce:$(this).attr("data-nonce")},dataType:"json",success:function(res){res.success&&$msg.fadeOut("fast",function(){$(this).html("<p>"+res.message+"</p>"),$(this).removeClass("error"),$(this).addClass("updated"),$(this).fadeIn("fast")})}})})})}(jQuery),function($){$(function(){var dismissNotice=function($notice,notice_id,nonce){$.post(ajaxurl,{action:"wpbdp_dismiss_notification",id:notice_id,nonce:nonce},function(){$notice.fadeOut("fast",function(){$notice.remove()})})};$("#wpbody-content").on("click",".wpbdp-notice.dismissible > .notice-dismiss",function(e){e.preventDefault();var $notice=$(this).parent(".wpbdp-notice"),dismissible_id=$(this).data("dismissible-id"),nonce=$(this).data("nonce");dismissNotice($notice,dismissible_id,nonce)}).on("click",".wpbdp-notice.is-dismissible > .notice-dismiss",function(e){e.preventDefault();var $notice=$(this).parent(".wpbdp-notice"),dismissible_id=$notice.data("dismissible-id"),nonce=$notice.data("nonce");dismissNotice($notice,dismissible_id,nonce)})})}(jQuery),wpbdpAddonBuild=wpbdpAddons(),jQuery(document).ready(function($){wpbdpAddonBuild.init()}),jQuery(function($){$(".wpbdp-js-toggle").change(function(){var name=$(this).attr("name"),value=$(this).val(),is_checkbox=$(this).is(":checkbox"),is_radio=$(this).is(":radio"),is_select=$(this).is("select"),toggles=$(this).attr("data-toggles");if(is_select){var $option=$(this).find(":selected"),toggles=$option.attr("data-toggles");toggles&&"undefined"!=typeof toggles||(toggles="")}if(toggles){var $dest=$(toggles.startsWith("#")||toggles.startsWith("-")?toggles:"#"+toggles+", ."+toggles);if(0==$dest.length||!is_radio&&!is_checkbox&&!is_select)return;if(is_checkbox&&$(this).is(":checked"))return void $dest.toggleClass("hidden")}if(is_select)var other_opts=$(this).find("option").not('[value="'+value+'"]');else var other_opts=$('input[name="'+name+'"]').not('[value="'+value+'"]');other_opts.each(function(){var toggles_i=$(this).attr("data-toggles");if(toggles_i){var $dest_i=$(toggles_i.startsWith("#")||toggles_i.startsWith("-")?toggles_i:"#"+toggles_i+", ."+toggles_i);$dest_i.addClass("hidden")}}),toggles&&$dest.toggleClass("hidden")})}),jQuery(function($){$(".wpbdp-admin-tab-nav a").click(function(e){e.preventDefault();var $others=$(this).parents("ul").find("li a"),$selected=$others.filter(".current");$others.removeClass("current"),$(this).addClass("current");var href=$(this).attr("href"),$content=$(href);$selected.length>0&&$($selected.attr("href")).hide(),$content.show().focus()}),$(".wpbdp-admin-tab-nav").each(function(i,v){$(this).find("a:first").click()})}),jQuery(function($){$(document).on("click",".wpbdp-admin-confirm",function(e){var message=$(this).data("confirm");message&&"undefined"!=typeof message||(message="Are you sure you want to do this?");var confirm=window.confirm(message);return!!confirm||(e.stopImmediatePropagation(),!1)})});
|
1 |
+
function wpbdp_load_placeholder($v){var action=$v.attr("data-action"),post_id=$v.attr("data-post_id"),baseurl=$v.attr("data-baseurl");$v.load(ajaxurl,{action:action,post_id:post_id,baseurl:baseurl})}function wpbdpAddons(){function activateAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_activate_addon")}function installAddon(e){e.preventDefault(),installOrActivate(this,"wpbdp_install_addon")}function installOrActivate(clicked,action){jQuery(".wpbdp-addon-error").remove();var button=jQuery(clicked),plugin=button.attr("rel"),el=button.parent(),message=el.parent().find(".addon-status-label");button.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:action,nonce:wpbdp_global.nonce,plugin:plugin},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,button):void afterAddonInstall(response,button,message,el)},error:function(){button.removeClass("wpbdp-loading-button")}})}function installAddonWithCreds(e){e.preventDefault();var proceed=jQuery(this),el=proceed.parent().parent(),plugin=proceed.attr("rel");proceed.addClass("wpbdp-loading-button"),jQuery.ajax({url:ajaxurl,type:"POST",async:!0,cache:!1,dataType:"json",data:{action:"wpbdp_install_addon",nonce:wpbdp_global.nonce,plugin:plugin,hostname:el.find("#hostname").val(),username:el.find("#username").val(),password:el.find("#password").val()},success:function(response){var error=extractErrorFromAddOnResponse(response);return error?void addonError(error,el,proceed):void afterAddonInstall(response,proceed,message,el)},error:function(){proceed.removeClass("wpbdp-loading-button")}})}function afterAddonInstall(response,button,message,el){button.css({opacity:"0"}),message.text("Active"),jQuery("#wpbdp-oneclick").hide(),jQuery("#wpbdp-addon-status").text(response).show(),jQuery("#wpbdp-upgrade-modal h2").hide(),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon").addClass("wpbdp-lock-open-icon"),jQuery("#wpbdp-upgrade-modal .wpbdp-lock-icon use").attr("xlink:href","#wpbdp-lock-open-icon"),el.parent().removeClass("wpbdp-addon-not-installed wpbdp-addon-installed").addClass("wpbdp-addon-active"),button.removeClass("wpbdp-loading-button");var refreshPage=document.querySelectorAll(".wpbdp-admin-page-import, #wpbdp-admin-smtp, #wpbdp-welcome");refreshPage.length>0&&window.location.reload()}function extractErrorFromAddOnResponse(response){return"string"!=typeof response&&(("undefined"==typeof response.success||!response.success)&&(response.form&&jQuery(response.form).is("#message")?{message:jQuery(response.form).find("p").html()}:response))}function addonError(response,el,button){response.form?(jQuery(".wpbdp-inline-error").remove(),button.closest(".wpbdp-card").html(response.form).css({padding:5}).find("#upgrade").attr("rel",button.attr("rel")).on("click",installAddonWithCreds)):(el.append('<div class="wpbdp-addon-error wpbdp_error_style"><p><strong>'+response.message+"</strong></p></div>"),button.removeClass("wpbdp-loading-button"),jQuery(".wpbdp-addon-error").delay(4e3).fadeOut())}return{init:function(){jQuery(document).on("click",".wpbdp-install-addon",installAddon),jQuery(document).on("click",".wpbdp-activate-addon",activateAddon)}}}function wpbdpSelectSubnav(){var wpbdpMenu=jQuery("#toplevel_page_wpbdp_admin");jQuery(wpbdpMenu).removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open"),jQuery("#toplevel_page_wpbdp_admin a.wp-has-submenu").removeClass("wp-not-current-submenu").addClass("wp-has-current-submenu wp-menu-open")}var WPBDP_associations_fieldtypes={};!function($){var WPBDPAdmin_FormFields={$f_association:null,$f_fieldtype:null,init:function(){WPBDPAdmin_FormFields.$f_association=$("form#wpbdp-formfield-form select#field-association"),WPBDPAdmin_FormFields.$f_association.change(WPBDPAdmin_FormFields.onAssociationChange),WPBDPAdmin_FormFields.$f_fieldtype=$("form#wpbdp-formfield-form select#field-type"),WPBDPAdmin_FormFields.$f_fieldtype.change(WPBDPAdmin_FormFields.onFieldTypeChange),WPBDPAdmin_FormFields.$f_validator=$("form#wpbdp-formfield-form select#field-validator"),WPBDPAdmin_FormFields.$f_validator.change(WPBDPAdmin_FormFields.onFieldValidatorChange),$("#wpbdp-fieldsettings .iframe-confirm a").click(function(e){e.preventDefault(),$(this).hasClass("yes")?$(this).parents(".iframe-confirm").hide():($('#wpbdp-fieldsettings input[name="field[allow_iframes]"]').prop("checked",!1),$(this).parents(".iframe-confirm").hide())}),$('#wpbdp-fieldsettings input[name="field[allow_iframes]"]').change(function(){$(this).is(":checked")?$(".iframe-confirm").show():$(".iframe-confirm").hide()}),$('#wpbdp-formfield-form input[name="field[display_flags][]"][value="search"]').change(function(){$(".if-display-in-search").toggle($(this).is(":checked"))}),$("table.formfields tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-field-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-formfields-reorder",order:sorted_items})}}),$('#wpbdp-formfield-form select[name="limit_categories"]').change(function(){var form=$(this).parents("form").find("#limit-categories-list");"1"===$(this).val()?form.removeClass("hidden"):form.addClass("hidden")})},onFieldTypeChange:function(){var $field_type=$(this).find("option:selected");if($field_type.length){var field_type=$field_type.val();$("select#field-validator").prop("disabled",!1),"url"==field_type?($("select#field-validator option").not('[value="url"]').prop("disabled",!0).prop("selected",!1),$('select#field-validator option[value="url"]').prop("selected",!0)):$("select#field-validator option").prop("disabled",!1),"social-twitter"==field_type&&$("select#field-validator").prop("disabled",!0);var request_data={action:"wpbdp-renderfieldsettings",association:WPBDPAdmin_FormFields.$f_association.find("option:selected").val(),field_type:field_type,field_id:$('#wpbdp-formfield-form input[name="field[id]"]').val()};$.post(ajaxurl,request_data,function(response){response.ok&&response.html?($("#wpbdp-fieldsettings-html").html(response.html),$("#wpbdp-fieldsettings").show()):($("#wpbdp-fieldsettings-html").empty(),$("#wpbdp-fieldsettings").hide())},"json"),WPBDPAdmin_FormFields.onFieldValidatorChange()}},onAssociationChange:function(){$f_fieldtype=WPBDPAdmin_FormFields.$f_fieldtype;var association=$(this).val(),valid_types=WPBDP_associations_fieldtypes[association],private_option=$("#wpbdp_private_field");$f_fieldtype.find("option").prop("disabled",!1),$f_fieldtype.find("option").each(function(i,v){$.inArray($(v).val(),valid_types)<0&&$(v).prop("disabled",!0)}),$f_fieldtype.change(),0<=["title","content","category"].indexOf(association)?(private_option.find("input").prop("disabled",!0),private_option.hide()):(private_option.find("input").prop("disabled",!1),private_option.show());var form=$(this).parents("form").find(".limit-categories");0<=["title","category"].indexOf(association)?form.addClass("hidden"):form.removeClass("hidden")},onFieldValidatorChange:function(){var $field_validator=$(this).find("option:selected"),field_type=WPBDPAdmin_FormFields.$f_fieldtype.find("option:selected").val();"textfield"===field_type||"textarea"===field_type?"word_number"===$field_validator.val()?($("#wpbdp_word_count").show(),$('select#field-validator option[value="word_number"]').prop("disabled",!1)):$("#wpbdp_word_count").hide():($("#wpbdp_word_count").hide(),$('select#field-validator option[value="word_number"]').prop("disabled",!0).prop("selected",!1))}};$(document).ready(function(){WPBDPAdmin_FormFields.init()})}(jQuery),jQuery(document).ready(function($){$(".wpbdp-admin-page-fees .wp-list-table.fees tbody").sortable({placeholder:"wpbdp-draggable-highlight",handle:".wpbdp-drag-handle",axis:"y",cursor:"move",opacity:.9,update:function(event,ui){var rel_rows=$(".free-fee-related-tr").remove();$("tr.free-fee").after(rel_rows);var sorted_items=[];$(this).find(".wpbdp-drag-handle").each(function(i,v){sorted_items.push($(v).attr("data-fee-id"))}),sorted_items&&$.post(ajaxurl,{action:"wpbdp-admin-fees-reorder",order:sorted_items})}}),$('select[name="fee_order[method]"], select[name="fee_order[order]"]').change(function(e){$.ajax({url:ajaxurl,data:$(this).parent("form").serialize(),dataType:"json",type:"POST",success:function(res){res.success&&location.reload()}})}),"custom"==$('select[name="fee_order[method]"]').val()&&$(".wpbdp-admin-page-fees .wp-list-table .wpbdp-drag-handle").show(),$(".wpbdp-ajax-placeholder").each(function(i,v){wpbdp_load_placeholder($(v))}),$("input#doaction, input#doaction2").click(function(e){var action_name="doaction"==$(this).attr("id")?"action":"action2",$selected_option=$('select[name="'+action_name+'"] option:selected'),action_val=$selected_option.val();if("listing"==action_val.split("-")[0]){var action=action_val.split("-")[1];if("sep0"!=action&&"sep1"!=action&&"sep2"!=action){var $checked_posts=$('input[name="post[]"]:checked'),uri=$selected_option.attr("data-uri");return $checked_posts.each(function(i,v){uri+="&post[]="+$(v).val()}),window.location.href=uri,!1}}return!0}),$('.wpbdp-admin.wpbdp-page-formfields-preview form input[type="submit"]').click(function(e){e.preventDefault(),alert("This form is just a preview. It doesn't work.")}),$("#wpbdp-admin-debug-info-page a.nav-tab").click(function(e){e.preventDefault(),$("#wpbdp-admin-debug-info-page a.nav-tab").not(this).removeClass("nav-tab-active");var $selected_tab=$(this);$selected_tab.addClass("nav-tab-active"),$(".wpbdp-debug-section").hide(),$('.wpbdp-debug-section[data-id="'+$(this).attr("href")+'"]').show()}),$("#wpbdp-admin-debug-info-page a.nav-tab").length>0&&$("#wpbdp-admin-debug-info-page a.nav-tab").get(0).click(),$(".wpbdp-page-admin-transactions .column-actions a.details-link").click(function(e){e.preventDefault();var $tr=$(this).parents("tr"),$details=$tr.find("div.more-details"),$tr_details=$tr.next("tr.more-details-row");return $tr_details.length>0?($tr_details.remove(),void $(this).text($(this).text().replace("-","+"))):($(this).text($(this).text().replace("+","-")),void $tr.after('<tr class="more-details-row"><td colspan="7">'+$details.html()+"</td></tr>").show())})});var WPBDP_Admin={};WPBDP_Admin.payments={},WPBDP_Admin.ProgressBar=function($item,settings){$item.empty(),$item.html('<div class="wpbdp-progress-bar"><span class="progress-text">0%</span><div class="progress-bar"><div class="progress-bar-outer"><div class="progress-bar-inner" style="width: 0%;"></div></div></div>'),this.$item=$item,this.$text=$item.find(".progress-text"),this.$bar=$item.find(".progress-bar"),this.set=function(completed,total){var pcg=Math.round(100*parseInt(completed)/parseInt(total));this.$text.text(pcg+"%"),this.$bar.find(".progress-bar-inner").attr("style","width: "+pcg+"%;")}},function($){WPBDP_Admin.dialog={};WPBDP_Admin.dialog}(jQuery),function($){var payments=WPBDP_Admin.payments;payments._initialize=function(){$("#BusinessDirectory_listinginfo a.payment-details-link").click(function(e){e.preventDefault(),payments.viewPaymentDetails($(this).attr("data-id"))}),0==$("#wpbdp-modal-dialog").length&&$("body").append($('<div id="wpbdp-modal-dialog"></div>'))},payments.viewPaymentDetails=function(id){$.get(ajaxurl,{action:"wpbdp-payment-details",id:id},function(res){res&&res.success&&(0==$("#wpbdp-modal-dialog").length&&$("body").append($('<div id="wpbdp-modal-dialog"></div>')),$("#wpbdp-modal-dialog").html(res.data.html),tb_show("","#TB_inline?inlineId=wpbdp-modal-dialog"),$("#TB_window").width($("#TB_ajaxContent").outerWidth()),$("#TB_window").height()>$("#TB_ajaxContent").outerHeight()&&$("#TB_ajaxContent").height($("#TB_window").height()),$("#wpbdp-modal-dialog").remove())},"json")},$(document).ready(function(){payments._initialize()})}(jQuery),function($){var s=WPBDP_Admin.settings={init:function(){$("#wpbdp-settings-quick-search-fields").on("change",":checkbox",function(){var $container=$("#wpbdp-settings-quick-search-fields"),text_fields=$container.data("text-fields"),selected=$container.find(":checkbox:checked").map(function(){return parseInt($(this).val())}).get(),show_warning=!1;if(selected.length>0&&text_fields.length>0)for(var i=0;i<text_fields.length;i++)if($.inArray(text_fields[i],selected)>-1){show_warning=!0;break}show_warning?$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeIn("fast"):$("#wpbdp-settings-quick-search-fields .text-fields-warning").fadeOut("fast")}),$("#wpbdp-settings-currency select").on("change",function(){"AED"===$(this).val()?$("#wpbdp-settings-currency .wpbdp-setting-description").show():$("#wpbdp-settings-currency .wpbdp-setting-description").hide()}),$("#wpbdp-settings-currency select").change()}};$(document).ready(function(){$("#wpbdp-admin-page-settings").length>0&&s.init()})}(jQuery),jQuery(function($){if(0!=$(".wpbdp-admin-page-uninstall").length){var $warnings=$("#wpbdp-uninstall-messages"),$confirm_button=$("#wpbdp-uninstall-proceed-btn"),$form=$("#wpbdp-uninstall-capture-form");$confirm_button.click(function(e){e.preventDefault(),$warnings.fadeOut("fast",function(){$form.fadeIn("fast")})}),$form.submit(function(){var $no_reason_error=$(".wpbdp-validation-error.no-reason").hide(),$no_text_error=$(".wpbdp-validation-error.no-reason-text").hide(),$reason_checked=$('input[name="uninstall[reason_id]"]:checked');if(0==$reason_checked.length)return $no_reason_error.show(),!1;if("0"==$reason_checked.val()){var $reason_text=$('textarea[name="uninstall[reason_text]"]'),reason_text=$.trim($reason_text.val());if($reason_text.removeClass("invalid"),!reason_text)return $no_text_error.show(),$reason_text.addClass("invalid"),!1}return!0}),$('form#wpbdp-uninstall-capture-form input[name="uninstall[reason_id]"]').change(function(e){var val=$(this).val();"0"==val?$("form#wpbdp-uninstall-capture-form .custom-reason").fadeIn():$("form#wpbdp-uninstall-capture-form .custom-reason").fadeOut("fast",function(){$(this).val("")})})}}),function($){$(document).ready(function(){0!=$("body.wp-admin.widgets-php").length&&$("body.wp-admin.widgets-php").on("change","input.wpbdp-toggle-images",function(){var checked=$(this).is(":checked");checked?$(this).parents(".widget").find(".thumbnail-width-config").fadeIn("fast"):$(this).parents(".widget").find(".thumbnail-width-config").fadeOut("fast")})})}(jQuery),function($){$(document).ready(function(){$("a.wpbdp-create-main-page-button").click(function(e){e.preventDefault();var $msg=$(this).parents("div.error");$.ajax({url:ajaxurl,data:{action:"wpbdp-create-main-page",_wpnonce:$(this).attr("data-nonce")},dataType:"json",success:function(res){res.success&&$msg.fadeOut("fast",function(){$(this).html("<p>"+res.message+"</p>"),$(this).removeClass("error"),$(this).addClass("updated"),$(this).fadeIn("fast")})}})})})}(jQuery),function($){$(function(){var dismissNotice=function($notice,notice_id,nonce){$.post(ajaxurl,{action:"wpbdp_dismiss_notification",id:notice_id,nonce:nonce},function(){$notice.fadeOut("fast",function(){$notice.remove()})})};$("#wpbody-content").on("click",".wpbdp-notice.dismissible > .notice-dismiss",function(e){e.preventDefault();var $notice=$(this).parent(".wpbdp-notice"),dismissible_id=$(this).data("dismissible-id"),nonce=$(this).data("nonce");dismissNotice($notice,dismissible_id,nonce)}).on("click",".wpbdp-notice.is-dismissible > .notice-dismiss",function(e){e.preventDefault();var $notice=$(this).parent(".wpbdp-notice"),dismissible_id=$notice.data("dismissible-id"),nonce=$notice.data("nonce");dismissNotice($notice,dismissible_id,nonce)})})}(jQuery),wpbdpAddonBuild=wpbdpAddons(),jQuery(document).ready(function($){wpbdpAddonBuild.init()}),jQuery(function($){$(".wpbdp-js-toggle").change(function(){var name=$(this).attr("name"),value=$(this).val(),is_checkbox=$(this).is(":checkbox"),is_radio=$(this).is(":radio"),is_select=$(this).is("select"),toggles=$(this).attr("data-toggles");if(is_select){var $option=$(this).find(":selected"),toggles=$option.attr("data-toggles");toggles&&"undefined"!=typeof toggles||(toggles="")}if(toggles){var $dest=$(toggles.startsWith("#")||toggles.startsWith("-")?toggles:"#"+toggles+", ."+toggles);if(0==$dest.length||!is_radio&&!is_checkbox&&!is_select)return;if(is_checkbox&&$(this).is(":checked"))return void $dest.toggleClass("hidden")}if(is_select)var other_opts=$(this).find("option").not('[value="'+value+'"]');else var other_opts=$('input[name="'+name+'"]').not('[value="'+value+'"]');other_opts.each(function(){var toggles_i=$(this).attr("data-toggles");if(toggles_i){var $dest_i=$(toggles_i.startsWith("#")||toggles_i.startsWith("-")?toggles_i:"#"+toggles_i+", ."+toggles_i);$dest_i.addClass("hidden")}}),toggles&&$dest.toggleClass("hidden")})}),jQuery(function($){$(".wpbdp-admin-tab-nav a").click(function(e){e.preventDefault();var $others=$(this).parents("ul").find("li a"),$selected=$others.filter(".current");$others.removeClass("current"),$(this).addClass("current");var href=$(this).attr("href"),$content=$(href);$selected.length>0&&$($selected.attr("href")).hide(),$content.show().focus()}),$(".wpbdp-admin-tab-nav").each(function(i,v){$(this).find("a:first").click()})}),jQuery(function($){$(document).on("click",".wpbdp-admin-confirm",function(e){var message=$(this).data("confirm");message&&"undefined"!=typeof message||(message="Are you sure you want to do this?");var confirm=window.confirm(message);return!!confirm||(e.stopImmediatePropagation(),!1)})});
|
business-directory-plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: https://businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
-
* Version: 5.
|
7 |
* Author: Business Directory Team
|
8 |
* Author URI: https://businessdirectoryplugin.com
|
9 |
* Text Domain: business-directory-plugin
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: https://businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
+
* Version: 5.15
|
7 |
* Author: Business Directory Team
|
8 |
* Author URI: https://businessdirectoryplugin.com
|
9 |
* Text Domain: business-directory-plugin
|
includes/admin/class-admin.php
CHANGED
@@ -7,6 +7,7 @@
|
|
7 |
|
8 |
require_once WPBDP_PATH . 'includes/admin/admin-pages.php';
|
9 |
require_once WPBDP_PATH . 'includes/admin/controllers/class-admin-listings.php';
|
|
|
10 |
require_once WPBDP_PATH . 'includes/admin/helpers/tables/class-form-fields-table.php';
|
11 |
require_once WPBDP_PATH . 'includes/admin/csv-import.php';
|
12 |
require_once WPBDP_PATH . 'includes/admin/csv-export.php';
|
7 |
|
8 |
require_once WPBDP_PATH . 'includes/admin/admin-pages.php';
|
9 |
require_once WPBDP_PATH . 'includes/admin/controllers/class-admin-listings.php';
|
10 |
+
require_once WPBDP_PATH . 'includes/admin/controllers/class-form-fields-admin.php';
|
11 |
require_once WPBDP_PATH . 'includes/admin/helpers/tables/class-form-fields-table.php';
|
12 |
require_once WPBDP_PATH . 'includes/admin/csv-import.php';
|
13 |
require_once WPBDP_PATH . 'includes/admin/csv-export.php';
|
includes/admin/controllers/class-admin-listings.php
CHANGED
@@ -600,17 +600,24 @@ class WPBDP_Admin_Listings {
|
|
600 |
|
601 |
// Update plan attributes.
|
602 |
$row = array();
|
603 |
-
|
604 |
$row['fee_images'] = absint( $new_plan['fee_images'] );
|
605 |
|
606 |
$wpdb->update( $wpdb->prefix . 'wpbdp_listings', $row, array( 'listing_id' => $post_id ) );
|
607 |
|
608 |
-
|
609 |
-
|
610 |
-
|
611 |
-
|
612 |
-
|
613 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
614 |
}
|
615 |
|
616 |
public function _add_bulk_actions() {
|
600 |
|
601 |
// Update plan attributes.
|
602 |
$row = array();
|
603 |
+
$row['expiration_date'] = '' == $new_plan['expiration_date'] ? false : $new_plan['expiration_date'];
|
604 |
$row['fee_images'] = absint( $new_plan['fee_images'] );
|
605 |
|
606 |
$wpdb->update( $wpdb->prefix . 'wpbdp_listings', $row, array( 'listing_id' => $post_id ) );
|
607 |
|
608 |
+
$not_expired = false;
|
609 |
+
if ( $row['expiration_date'] ) {
|
610 |
+
$not_expired = strtotime( $row['expiration_date'] ) > current_time( 'timestamp' );
|
611 |
+
}
|
612 |
+
|
613 |
+
// Check if the status needs to be changed.
|
614 |
+
if ( 'expired' == $listing->get_status() ) {
|
615 |
+
if ( ! $row['expiration_date'] || $not_expired ) {
|
616 |
+
$listing->get_status( true, true );
|
617 |
+
}
|
618 |
+
} elseif ( ! $not_expired ) {
|
619 |
+
$listing->set_status( 'expired' );
|
620 |
+
}
|
621 |
}
|
622 |
|
623 |
public function _add_bulk_actions() {
|
includes/admin/controllers/class-form-fields-admin.php
ADDED
@@ -0,0 +1,401 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Class WPBDP_FormFieldsAdmin
|
4 |
+
*/
|
5 |
+
class WPBDP_FormFieldsAdmin {
|
6 |
+
|
7 |
+
public function __construct() {
|
8 |
+
$this->api = wpbdp_formfields_api();
|
9 |
+
$this->admin = wpbdp()->admin;
|
10 |
+
|
11 |
+
add_action( 'admin_init', array( $this, 'check_for_required_fields' ) );
|
12 |
+
}
|
13 |
+
|
14 |
+
/* Required fields check. */
|
15 |
+
public function check_for_required_fields() {
|
16 |
+
global $wpbdp;
|
17 |
+
|
18 |
+
if ( isset( $_REQUEST['page'] ) && $_REQUEST['page'] == 'wpbdp_admin_formfields' &&
|
19 |
+
isset( $_REQUEST['action'] ) && $_REQUEST['action'] == 'createrequired' ) {
|
20 |
+
// do not display the warning inside the page creating the required fields
|
21 |
+
return;
|
22 |
+
}
|
23 |
+
|
24 |
+
if ( $missing = $wpbdp->formfields->get_missing_required_fields() ) {
|
25 |
+
if ( count( $missing ) > 1 ) {
|
26 |
+
$message = sprintf( _x( '<b>Business Directory Plugin</b> requires fields with the following associations in order to work correctly: <b>%s</b>.', 'admin', 'business-directory-plugin' ), join( ', ', $missing ) );
|
27 |
+
} else {
|
28 |
+
$message = sprintf( _x( '<b>Business Directory Plugin</b> requires a field with a <b>%s</b> association in order to work correctly.', 'admin', 'business-directory-plugin' ), array_pop( $missing ) );
|
29 |
+
}
|
30 |
+
|
31 |
+
$message .= '<br />';
|
32 |
+
$message .= esc_html__( 'You can create these custom fields inside "Form Fields" or let Business Directory do it for you.', 'business-directory-plugin' );
|
33 |
+
$message .= '<br /><br />';
|
34 |
+
$message .= sprintf(
|
35 |
+
'<a href="%s">%s</a> | ',
|
36 |
+
esc_url( admin_url( 'admin.php?page=wpbdp_admin_formfields' ) ),
|
37 |
+
esc_html__( 'Go to "Form Fields"', 'business-directory-plugin' )
|
38 |
+
);
|
39 |
+
$message .= sprintf(
|
40 |
+
'<a href="%s">%s</a>',
|
41 |
+
wp_nonce_url( admin_url( 'admin.php?page=wpbdp_admin_formfields&action=createrequired' ), 'createrequired' ),
|
42 |
+
_x( 'Create these required fields for me', 'admin', 'business-directory-plugin' )
|
43 |
+
);
|
44 |
+
|
45 |
+
$this->messages[] = array( $message, 'error' );
|
46 |
+
}
|
47 |
+
}
|
48 |
+
|
49 |
+
public function dispatch() {
|
50 |
+
$action = wpbdp_get_var( array( 'param' => 'action' ), 'request' );
|
51 |
+
$_SERVER['REQUEST_URI'] = remove_query_arg( array( 'action', 'id' ), wpbdp_get_server_value( 'REQUEST_URI' ) );
|
52 |
+
|
53 |
+
switch ( $action ) {
|
54 |
+
case 'addfield':
|
55 |
+
case 'editfield':
|
56 |
+
$this->process_field_form();
|
57 |
+
break;
|
58 |
+
case 'deletefield':
|
59 |
+
$this->delete_field();
|
60 |
+
break;
|
61 |
+
case 'fieldup':
|
62 |
+
case 'fielddown':
|
63 |
+
$this->move_field();
|
64 |
+
$this->fields_table();
|
65 |
+
break;
|
66 |
+
case 'previewform':
|
67 |
+
$this->preview_form();
|
68 |
+
break;
|
69 |
+
case 'createrequired':
|
70 |
+
$this->create_required_fields();
|
71 |
+
break;
|
72 |
+
case 'updatetags':
|
73 |
+
$this->update_field_tags();
|
74 |
+
break;
|
75 |
+
default:
|
76 |
+
$this->fields_table();
|
77 |
+
break;
|
78 |
+
}
|
79 |
+
}
|
80 |
+
|
81 |
+
public static function admin_menu_cb() {
|
82 |
+
$instance = new WPBDP_FormFieldsAdmin();
|
83 |
+
$instance->dispatch();
|
84 |
+
}
|
85 |
+
|
86 |
+
public static function _render_field_settings() {
|
87 |
+
$api = wpbdp_formfields_api();
|
88 |
+
|
89 |
+
$association = wpbdp_get_var( array( 'param' => 'association', 'default' => false ), 'request' );
|
90 |
+
$field_type = wpbdp_get_var( array( 'param' => 'field_type', 'default' => false ), 'request' );
|
91 |
+
$field_type = $api->get_field_type( $field_type );
|
92 |
+
$field_id = wpbdp_get_var( array( 'param' => 'field_id', 'default' => 0 ), 'request' );
|
93 |
+
|
94 |
+
$response = array(
|
95 |
+
'ok' => false,
|
96 |
+
'html' => '',
|
97 |
+
);
|
98 |
+
|
99 |
+
if ( $field_type && in_array( $association, $field_type->get_supported_associations(), true ) ) {
|
100 |
+
$field = $api->get_field( $field_id );
|
101 |
+
|
102 |
+
$field_settings = '';
|
103 |
+
$field_settings .= $field_type->render_field_settings( $field, $association );
|
104 |
+
|
105 |
+
ob_start();
|
106 |
+
do_action_ref_array( 'wpbdp_form_field_settings', array( &$field, $association ) );
|
107 |
+
$field_settings .= ob_get_contents();
|
108 |
+
ob_end_clean();
|
109 |
+
|
110 |
+
$response['ok'] = true;
|
111 |
+
$response['html'] = $field_settings;
|
112 |
+
}
|
113 |
+
|
114 |
+
echo json_encode( $response );
|
115 |
+
exit;
|
116 |
+
}
|
117 |
+
|
118 |
+
/* preview form */
|
119 |
+
private function preview_form() {
|
120 |
+
require_once WPBDP_INC . 'controllers/pages/class-submit-listing.php';
|
121 |
+
|
122 |
+
$html = '';
|
123 |
+
$html .= wpbdp_admin_header(
|
124 |
+
_x( 'Form Preview', 'form-fields admin', 'business-directory-plugin' ),
|
125 |
+
'formfields-preview',
|
126 |
+
array(
|
127 |
+
array(
|
128 |
+
'← ' . esc_html__( 'Go back', 'business-directory-plugin' ),
|
129 |
+
esc_url( remove_query_arg( 'action' ) ),
|
130 |
+
),
|
131 |
+
)
|
132 |
+
);
|
133 |
+
$html .= '<div id="wpbdp-listing-form-preview">';
|
134 |
+
$html .= wpbdp_admin_notices();
|
135 |
+
$html .= wpbdp_capture_action( 'wpbdp_admin_form_fields_before_preview' );
|
136 |
+
|
137 |
+
require_once WPBDP_INC . 'helpers/class-dummy-listing.php';
|
138 |
+
$listing = new WPBDP__Dummy_Listing();
|
139 |
+
do_action( 'wpbdp_preview_form_setup_listing', $listing );
|
140 |
+
|
141 |
+
$html .= WPBDP__Views__Submit_Listing::preview_form( $listing );
|
142 |
+
|
143 |
+
$html .= wpbdp_capture_action( 'wpbdp_admin_form_fields_after_preview' );
|
144 |
+
$html .= '</div>';
|
145 |
+
$html .= wpbdp_admin_footer();
|
146 |
+
|
147 |
+
echo $html;
|
148 |
+
}
|
149 |
+
|
150 |
+
/* field list */
|
151 |
+
private function fields_table() {
|
152 |
+
$table = new WPBDP_FormFieldsTable();
|
153 |
+
$table->prepare_items();
|
154 |
+
|
155 |
+
wpbdp_render_page(
|
156 |
+
WPBDP_PATH . 'templates/admin/form-fields.tpl.php',
|
157 |
+
array( 'table' => $table ),
|
158 |
+
true
|
159 |
+
);
|
160 |
+
}
|
161 |
+
|
162 |
+
/**
|
163 |
+
* @since 5.11
|
164 |
+
*/
|
165 |
+
private function check_permission( $action ) {
|
166 |
+
$nonce = array( 'nonce' => $action );
|
167 |
+
WPBDP_App_Helper::permission_check( 'manage_categories', $nonce );
|
168 |
+
}
|
169 |
+
|
170 |
+
private function process_field_form() {
|
171 |
+
// Check permission.
|
172 |
+
check_admin_referer( 'editfield' );
|
173 |
+
|
174 |
+
$api = WPBDP_FormFields::instance();
|
175 |
+
|
176 |
+
if ( isset( $_POST['field'] ) ) {
|
177 |
+
$this->check_permission( 'editfield' );
|
178 |
+
|
179 |
+
$field = new WPBDP_Form_Field( wpbdp_get_var( array( 'param' => 'field' ), 'post' ) );
|
180 |
+
$res = $field->save();
|
181 |
+
|
182 |
+
if ( ! is_wp_error( $res ) ) {
|
183 |
+
$this->admin->messages[] = _x( 'Form fields updated.', 'form-fields admin', 'business-directory-plugin' );
|
184 |
+
$this->fields_table();
|
185 |
+
return;
|
186 |
+
}
|
187 |
+
|
188 |
+
$errmsg = '';
|
189 |
+
|
190 |
+
foreach ( $res->get_error_messages() as $err ) {
|
191 |
+
$errmsg .= sprintf( '• %s<br />', $err );
|
192 |
+
}
|
193 |
+
|
194 |
+
$this->admin->messages[] = array( $errmsg, 'error' );
|
195 |
+
|
196 |
+
} else {
|
197 |
+
$id = wpbdp_get_var( array( 'param' => 'id' ) );
|
198 |
+
$field = $id ? WPBDP_Form_Field::get( $id ) : new WPBDP_Form_Field( array( 'display_flags' => array( 'excerpt', 'search', 'listing' ) ) );
|
199 |
+
}
|
200 |
+
|
201 |
+
if ( ! $field ) {
|
202 |
+
return;
|
203 |
+
}
|
204 |
+
|
205 |
+
if ( ! wpbdp_get_option( 'override-email-blocking' ) && $field->has_validator( 'email' ) && ( $field->display_in( 'excerpt' ) || $field->display_in( 'listing' ) ) ) {
|
206 |
+
$msg = _x(
|
207 |
+
'<b>Important</b>: Since the "<a>Display email address fields publicly?</a>" setting is disabled, display settings below will not be honored and this field will not be displayed on the frontend. If you want e-mail addresses to show on the frontend, you can <a>enable public display of e-mails</a>.',
|
208 |
+
'form-fields admin',
|
209 |
+
'business-directory-plugin'
|
210 |
+
);
|
211 |
+
$msg = str_replace(
|
212 |
+
'<a>',
|
213 |
+
'<a href="' . esc_url( admin_url( 'admin.php?page=wpbdp_settings&tab=email' ) ) . '">',
|
214 |
+
$msg
|
215 |
+
);
|
216 |
+
wpbdp_admin_message( $msg, 'error' );
|
217 |
+
}
|
218 |
+
|
219 |
+
wpbdp_render_page(
|
220 |
+
WPBDP_PATH . 'templates/admin/form-fields-addoredit.tpl.php',
|
221 |
+
array(
|
222 |
+
'field' => $field,
|
223 |
+
'field_associations' => $api->get_associations_with_flags(),
|
224 |
+
'field_types' => $api->get_field_types(),
|
225 |
+
'validators' => $api->get_validators(),
|
226 |
+
'association_field_types' => $api->get_association_field_types(),
|
227 |
+
'hidden_fields' => $this->hidden_fields_for_type( $field ),
|
228 |
+
),
|
229 |
+
true
|
230 |
+
);
|
231 |
+
}
|
232 |
+
|
233 |
+
/**
|
234 |
+
* Get a list of field settings that should be hidden.
|
235 |
+
*
|
236 |
+
* @param object $field WPBDP_Form_Field
|
237 |
+
*
|
238 |
+
* @since 5.8.3
|
239 |
+
*/
|
240 |
+
private function hidden_fields_for_type( $field ) {
|
241 |
+
$mapping = $field->get_association();
|
242 |
+
$fields = array(
|
243 |
+
'limit_categories' => array( 'title', 'category' ),
|
244 |
+
'private_field' => array( 'title', 'category', 'content' ),
|
245 |
+
);
|
246 |
+
|
247 |
+
$hidden = array();
|
248 |
+
foreach ( $fields as $name => $should_hide ) {
|
249 |
+
if ( in_array( $mapping, $should_hide, true ) ) {
|
250 |
+
$hidden[] = $name;
|
251 |
+
}
|
252 |
+
}
|
253 |
+
|
254 |
+
if ( ! $field->display_in( 'search' ) ) {
|
255 |
+
$hidden[] = 'search';
|
256 |
+
}
|
257 |
+
|
258 |
+
/**
|
259 |
+
* @since 5.8.3
|
260 |
+
*/
|
261 |
+
$hidden = apply_filters( 'wpbdp_hidden_field_settings', $hidden, compact( 'field' ) );
|
262 |
+
|
263 |
+
return $hidden;
|
264 |
+
}
|
265 |
+
|
266 |
+
private function delete_field() {
|
267 |
+
// Check permission.
|
268 |
+
check_admin_referer( 'deletefield' );
|
269 |
+
|
270 |
+
global $wpdb;
|
271 |
+
|
272 |
+
$field = WPBDP_Form_Field::get( wpbdp_get_var( array( 'param' => 'id' ), 'request' ) );
|
273 |
+
|
274 |
+
if ( ! $field || $field->has_behavior_flag( 'no-delete' ) ) {
|
275 |
+
return;
|
276 |
+
}
|
277 |
+
|
278 |
+
if ( isset( $_POST['doit'] ) ) {
|
279 |
+
$this->check_permission( 'deletefield' );
|
280 |
+
$ret = $field->delete();
|
281 |
+
|
282 |
+
if ( is_wp_error( $ret ) ) {
|
283 |
+
$this->admin->messages[] = array( $ret->get_error_message(), 'error' );
|
284 |
+
} else {
|
285 |
+
$this->admin->messages[] = _x( 'Field deleted.', 'form-fields admin', 'business-directory-plugin' );
|
286 |
+
|
287 |
+
$quick_search_fields = wpbdp_get_option( 'quick-search-fields' );
|
288 |
+
$field_id = wpbdp_get_var( array( 'param' => 'id' ), 'request' );
|
289 |
+
$quick_search_fields = array_diff( $quick_search_fields, array( $field_id ) );
|
290 |
+
|
291 |
+
wpbdp_set_option( 'quick-search-fields', $quick_search_fields );
|
292 |
+
}
|
293 |
+
|
294 |
+
$this->fields_table();
|
295 |
+
return;
|
296 |
+
}
|
297 |
+
|
298 |
+
wpbdp_render_page(
|
299 |
+
WPBDP_PATH . 'templates/admin/form-fields-confirm-delete.tpl.php',
|
300 |
+
array( 'field' => $field ),
|
301 |
+
true
|
302 |
+
);
|
303 |
+
}
|
304 |
+
|
305 |
+
/**
|
306 |
+
* @since 5.11
|
307 |
+
*/
|
308 |
+
private function move_field() {
|
309 |
+
$this->check_permission( 'movefield' );
|
310 |
+
|
311 |
+
$field_id = wpbdp_get_var( array( 'param' => 'id' ), 'request' );
|
312 |
+
$field = $this->api->get_field( $field_id );
|
313 |
+
if ( $field ) {
|
314 |
+
$field->reorder( $action === 'fieldup' ? 1 : -1 );
|
315 |
+
}
|
316 |
+
}
|
317 |
+
|
318 |
+
private function create_required_fields() {
|
319 |
+
$this->check_permission( 'createrequired' );
|
320 |
+
|
321 |
+
global $wpbdp;
|
322 |
+
|
323 |
+
if ( $missing = $wpbdp->formfields->get_missing_required_fields() ) {
|
324 |
+
$wpbdp->formfields->create_default_fields( $missing );
|
325 |
+
$this->admin->messages[] = _x( 'Required fields created successfully.', 'form-fields admin', 'business-directory-plugin' );
|
326 |
+
}
|
327 |
+
|
328 |
+
$this->fields_table();
|
329 |
+
}
|
330 |
+
|
331 |
+
private function update_field_tags() {
|
332 |
+
global $wpbdp;
|
333 |
+
|
334 |
+
// Before starting, check if we need to update tags.
|
335 |
+
$wpbdp->formfields->maybe_correct_tags();
|
336 |
+
|
337 |
+
$special_tags = array(
|
338 |
+
'title' => __( 'Title', 'business-directory-plugin' ),
|
339 |
+
'category' => __( 'Category', 'business-directory-plugin' ),
|
340 |
+
'excerpt' => __( 'Excerpt', 'business-directory-plugin' ),
|
341 |
+
'content' => __( 'Content', 'business-directory-plugin' ),
|
342 |
+
'tags' => __( 'Tags', 'business-directory-plugin' ),
|
343 |
+
'address' => __( 'Address', 'business-directory-plugin' ),
|
344 |
+
'address2' => __( 'Address 2', 'business-directory-plugin' ),
|
345 |
+
'city' => __( 'City', 'business-directory-plugin' ),
|
346 |
+
'state' => __( 'State', 'business-directory-plugin' ),
|
347 |
+
'country' => __( 'Country', 'business-directory-plugin' ),
|
348 |
+
'zip' => __( 'ZIP Code', 'business-directory-plugin' ),
|
349 |
+
'fax' => __( 'FAX Number', 'business-directory-plugin' ),
|
350 |
+
'phone' => __( 'Phone Number', 'business-directory-plugin' ),
|
351 |
+
'ratings' => __( 'Ratings Field', 'business-directory-plugin' ),
|
352 |
+
'twitter' => __( 'Twitter', 'business-directory-plugin' ),
|
353 |
+
'website' => __( 'Website', 'business-directory-plugin' ),
|
354 |
+
);
|
355 |
+
$fixed_tags = array( 'title', 'category', 'excerpt', 'content', 'tags', 'ratings' );
|
356 |
+
$field_tags = array();
|
357 |
+
|
358 |
+
if ( isset( $_POST['field_tags'] ) ) {
|
359 |
+
// Check permission.
|
360 |
+
$this->check_permission( 'fieldtags' );
|
361 |
+
|
362 |
+
global $wpdb;
|
363 |
+
|
364 |
+
$posted = wpbdp_get_var( array( 'param' => 'field_tags' ), 'post' );
|
365 |
+
|
366 |
+
foreach ( $posted as $tag => $field_id ) {
|
367 |
+
if ( in_array( $tag, $fixed_tags, true ) ) {
|
368 |
+
continue;
|
369 |
+
}
|
370 |
+
|
371 |
+
$wpdb->update( $wpdb->prefix . 'wpbdp_form_fields', array( 'tag' => '' ), array( 'tag' => $tag ) );
|
372 |
+
$wpdb->update( $wpdb->prefix . 'wpbdp_form_fields', array( 'tag' => $tag ), array( 'id' => $field_id ) );
|
373 |
+
|
374 |
+
WPBDP_Utils::cache_delete_group( 'wpbdp_form_fields' );
|
375 |
+
}
|
376 |
+
|
377 |
+
wpbdp_admin_message( _x( 'Tags updated.', 'form-fields admin', 'business-directory-plugin' ) );
|
378 |
+
}
|
379 |
+
|
380 |
+
$missing_fields = $wpbdp->themes->missing_suggested_fields( 'label' );
|
381 |
+
|
382 |
+
foreach ( $special_tags as $t => $td ) {
|
383 |
+
$f = WPBDP_Form_Field::find_by_tag( $t );
|
384 |
+
|
385 |
+
$field_tags[] = array(
|
386 |
+
'tag' => $t,
|
387 |
+
'description' => $td,
|
388 |
+
'field_id' => ( $f ? $f->get_id() : 0 ),
|
389 |
+
'fixed' => ( in_array( $t, $fixed_tags, true ) ? true : false ),
|
390 |
+
);
|
391 |
+
}
|
392 |
+
|
393 |
+
echo wpbdp_render_page(
|
394 |
+
WPBDP_PATH . 'templates/admin/form-fields-tags.tpl.php',
|
395 |
+
array(
|
396 |
+
'field_tags' => $field_tags,
|
397 |
+
'missing_fields' => $missing_fields,
|
398 |
+
)
|
399 |
+
);
|
400 |
+
}
|
401 |
+
}
|
includes/admin/helpers/tables/class-form-fields-table.php
CHANGED
@@ -183,405 +183,3 @@ class WPBDP_FormFieldsTable extends WP_List_Table {
|
|
183 |
}
|
184 |
|
185 |
}
|
186 |
-
|
187 |
-
/**
|
188 |
-
* Class WPBDP_FormFieldsAdmin
|
189 |
-
*/
|
190 |
-
class WPBDP_FormFieldsAdmin {
|
191 |
-
|
192 |
-
public function __construct() {
|
193 |
-
$this->api = wpbdp_formfields_api();
|
194 |
-
$this->admin = wpbdp()->admin;
|
195 |
-
|
196 |
-
add_action( 'admin_init', array( $this, 'check_for_required_fields' ) );
|
197 |
-
}
|
198 |
-
|
199 |
-
/* Required fields check. */
|
200 |
-
public function check_for_required_fields() {
|
201 |
-
global $wpbdp;
|
202 |
-
|
203 |
-
if ( isset( $_REQUEST['page'] ) && $_REQUEST['page'] == 'wpbdp_admin_formfields' &&
|
204 |
-
isset( $_REQUEST['action'] ) && $_REQUEST['action'] == 'createrequired' ) {
|
205 |
-
// do not display the warning inside the page creating the required fields
|
206 |
-
return;
|
207 |
-
}
|
208 |
-
|
209 |
-
if ( $missing = $wpbdp->formfields->get_missing_required_fields() ) {
|
210 |
-
if ( count( $missing ) > 1 ) {
|
211 |
-
$message = sprintf( _x( '<b>Business Directory Plugin</b> requires fields with the following associations in order to work correctly: <b>%s</b>.', 'admin', 'business-directory-plugin' ), join( ', ', $missing ) );
|
212 |
-
} else {
|
213 |
-
$message = sprintf( _x( '<b>Business Directory Plugin</b> requires a field with a <b>%s</b> association in order to work correctly.', 'admin', 'business-directory-plugin' ), array_pop( $missing ) );
|
214 |
-
}
|
215 |
-
|
216 |
-
$message .= '<br />';
|
217 |
-
$message .= esc_html__( 'You can create these custom fields inside "Form Fields" or let Business Directory do it for you.', 'business-directory-plugin' );
|
218 |
-
$message .= '<br /><br />';
|
219 |
-
$message .= sprintf(
|
220 |
-
'<a href="%s">%s</a> | ',
|
221 |
-
esc_url( admin_url( 'admin.php?page=wpbdp_admin_formfields' ) ),
|
222 |
-
esc_html__( 'Go to "Form Fields"', 'business-directory-plugin' )
|
223 |
-
);
|
224 |
-
$message .= sprintf(
|
225 |
-
'<a href="%s">%s</a>',
|
226 |
-
wp_nonce_url( admin_url( 'admin.php?page=wpbdp_admin_formfields&action=createrequired' ), 'createrequired' ),
|
227 |
-
_x( 'Create these required fields for me', 'admin', 'business-directory-plugin' )
|
228 |
-
);
|
229 |
-
|
230 |
-
$this->messages[] = array( $message, 'error' );
|
231 |
-
}
|
232 |
-
}
|
233 |
-
|
234 |
-
public function dispatch() {
|
235 |
-
$action = wpbdp_get_var( array( 'param' => 'action' ), 'request' );
|
236 |
-
$_SERVER['REQUEST_URI'] = remove_query_arg( array( 'action', 'id' ), wpbdp_get_server_value( 'REQUEST_URI' ) );
|
237 |
-
|
238 |
-
switch ( $action ) {
|
239 |
-
case 'addfield':
|
240 |
-
case 'editfield':
|
241 |
-
$this->process_field_form();
|
242 |
-
break;
|
243 |
-
case 'deletefield':
|
244 |
-
$this->delete_field();
|
245 |
-
break;
|
246 |
-
case 'fieldup':
|
247 |
-
case 'fielddown':
|
248 |
-
$this->move_field();
|
249 |
-
$this->fields_table();
|
250 |
-
break;
|
251 |
-
case 'previewform':
|
252 |
-
$this->preview_form();
|
253 |
-
break;
|
254 |
-
case 'createrequired':
|
255 |
-
$this->create_required_fields();
|
256 |
-
break;
|
257 |
-
case 'updatetags':
|
258 |
-
$this->update_field_tags();
|
259 |
-
break;
|
260 |
-
default:
|
261 |
-
$this->fields_table();
|
262 |
-
break;
|
263 |
-
}
|
264 |
-
}
|
265 |
-
|
266 |
-
public static function admin_menu_cb() {
|
267 |
-
$instance = new WPBDP_FormFieldsAdmin();
|
268 |
-
$instance->dispatch();
|
269 |
-
}
|
270 |
-
|
271 |
-
public static function _render_field_settings() {
|
272 |
-
$api = wpbdp_formfields_api();
|
273 |
-
|
274 |
-
$association = wpbdp_get_var( array( 'param' => 'association', 'default' => false ), 'request' );
|
275 |
-
$field_type = wpbdp_get_var( array( 'param' => 'field_type', 'default' => false ), 'request' );
|
276 |
-
$field_type = $api->get_field_type( $field_type );
|
277 |
-
$field_id = wpbdp_get_var( array( 'param' => 'field_id', 'default' => 0 ), 'request' );
|
278 |
-
|
279 |
-
$response = array(
|
280 |
-
'ok' => false,
|
281 |
-
'html' => '',
|
282 |
-
);
|
283 |
-
|
284 |
-
if ( $field_type && in_array( $association, $field_type->get_supported_associations(), true ) ) {
|
285 |
-
$field = $api->get_field( $field_id );
|
286 |
-
|
287 |
-
$field_settings = '';
|
288 |
-
$field_settings .= $field_type->render_field_settings( $field, $association );
|
289 |
-
|
290 |
-
ob_start();
|
291 |
-
do_action_ref_array( 'wpbdp_form_field_settings', array( &$field, $association ) );
|
292 |
-
$field_settings .= ob_get_contents();
|
293 |
-
ob_end_clean();
|
294 |
-
|
295 |
-
$response['ok'] = true;
|
296 |
-
$response['html'] = $field_settings;
|
297 |
-
}
|
298 |
-
|
299 |
-
echo json_encode( $response );
|
300 |
-
exit;
|
301 |
-
}
|
302 |
-
|
303 |
-
/* preview form */
|
304 |
-
private function preview_form() {
|
305 |
-
require_once WPBDP_INC . 'controllers/pages/class-submit-listing.php';
|
306 |
-
|
307 |
-
$html = '';
|
308 |
-
$html .= wpbdp_admin_header(
|
309 |
-
_x( 'Form Preview', 'form-fields admin', 'business-directory-plugin' ),
|
310 |
-
'formfields-preview',
|
311 |
-
array(
|
312 |
-
array(
|
313 |
-
'← ' . esc_html__( 'Go back', 'business-directory-plugin' ),
|
314 |
-
esc_url( remove_query_arg( 'action' ) ),
|
315 |
-
),
|
316 |
-
)
|
317 |
-
);
|
318 |
-
$html .= '<div id="wpbdp-listing-form-preview">';
|
319 |
-
$html .= wpbdp_admin_notices();
|
320 |
-
$html .= wpbdp_capture_action( 'wpbdp_admin_form_fields_before_preview' );
|
321 |
-
|
322 |
-
require_once WPBDP_INC . 'helpers/class-dummy-listing.php';
|
323 |
-
$listing = new WPBDP__Dummy_Listing();
|
324 |
-
do_action( 'wpbdp_preview_form_setup_listing', $listing );
|
325 |
-
|
326 |
-
$html .= WPBDP__Views__Submit_Listing::preview_form( $listing );
|
327 |
-
|
328 |
-
$html .= wpbdp_capture_action( 'wpbdp_admin_form_fields_after_preview' );
|
329 |
-
$html .= '</div>';
|
330 |
-
$html .= wpbdp_admin_footer();
|
331 |
-
|
332 |
-
echo $html;
|
333 |
-
}
|
334 |
-
|
335 |
-
/* field list */
|
336 |
-
private function fields_table() {
|
337 |
-
$table = new WPBDP_FormFieldsTable();
|
338 |
-
$table->prepare_items();
|
339 |
-
|
340 |
-
wpbdp_render_page(
|
341 |
-
WPBDP_PATH . 'templates/admin/form-fields.tpl.php',
|
342 |
-
array( 'table' => $table ),
|
343 |
-
true
|
344 |
-
);
|
345 |
-
}
|
346 |
-
|
347 |
-
/**
|
348 |
-
* @since 5.11
|
349 |
-
*/
|
350 |
-
private function check_permission( $action ) {
|
351 |
-
$nonce = array( 'nonce' => $action );
|
352 |
-
WPBDP_App_Helper::permission_check( 'manage_categories', $nonce );
|
353 |
-
}
|
354 |
-
|
355 |
-
private function process_field_form() {
|
356 |
-
// Check permission.
|
357 |
-
check_admin_referer( 'editfield' );
|
358 |
-
|
359 |
-
$api = WPBDP_FormFields::instance();
|
360 |
-
|
361 |
-
if ( isset( $_POST['field'] ) ) {
|
362 |
-
$this->check_permission( 'editfield' );
|
363 |
-
|
364 |
-
$field = new WPBDP_Form_Field( wpbdp_get_var( array( 'param' => 'field' ), 'post' ) );
|
365 |
-
$res = $field->save();
|
366 |
-
|
367 |
-
if ( ! is_wp_error( $res ) ) {
|
368 |
-
$this->admin->messages[] = _x( 'Form fields updated.', 'form-fields admin', 'business-directory-plugin' );
|
369 |
-
$this->fields_table();
|
370 |
-
return;
|
371 |
-
}
|
372 |
-
|
373 |
-
$errmsg = '';
|
374 |
-
|
375 |
-
foreach ( $res->get_error_messages() as $err ) {
|
376 |
-
$errmsg .= sprintf( '• %s<br />', $err );
|
377 |
-
}
|
378 |
-
|
379 |
-
$this->admin->messages[] = array( $errmsg, 'error' );
|
380 |
-
|
381 |
-
} else {
|
382 |
-
$id = wpbdp_get_var( array( 'param' => 'id' ) );
|
383 |
-
$field = $id ? WPBDP_Form_Field::get( $id ) : new WPBDP_Form_Field( array( 'display_flags' => array( 'excerpt', 'search', 'listing' ) ) );
|
384 |
-
}
|
385 |
-
|
386 |
-
if ( ! $field ) {
|
387 |
-
return;
|
388 |
-
}
|
389 |
-
|
390 |
-
if ( ! wpbdp_get_option( 'override-email-blocking' ) && $field->has_validator( 'email' ) && ( $field->display_in( 'excerpt' ) || $field->display_in( 'listing' ) ) ) {
|
391 |
-
$msg = _x(
|
392 |
-
'<b>Important</b>: Since the "<a>Display email address fields publicly?</a>" setting is disabled, display settings below will not be honored and this field will not be displayed on the frontend. If you want e-mail addresses to show on the frontend, you can <a>enable public display of e-mails</a>.',
|
393 |
-
'form-fields admin',
|
394 |
-
'business-directory-plugin'
|
395 |
-
);
|
396 |
-
$msg = str_replace(
|
397 |
-
'<a>',
|
398 |
-
'<a href="' . esc_url( admin_url( 'admin.php?page=wpbdp_settings&tab=email' ) ) . '">',
|
399 |
-
$msg
|
400 |
-
);
|
401 |
-
wpbdp_admin_message( $msg, 'error' );
|
402 |
-
}
|
403 |
-
|
404 |
-
wpbdp_render_page(
|
405 |
-
WPBDP_PATH . 'templates/admin/form-fields-addoredit.tpl.php',
|
406 |
-
array(
|
407 |
-
'field' => $field,
|
408 |
-
'field_associations' => $api->get_associations_with_flags(),
|
409 |
-
'field_types' => $api->get_field_types(),
|
410 |
-
'validators' => $api->get_validators(),
|
411 |
-
'association_field_types' => $api->get_association_field_types(),
|
412 |
-
'hidden_fields' => $this->hidden_fields_for_type( $field ),
|
413 |
-
),
|
414 |
-
true
|
415 |
-
);
|
416 |
-
}
|
417 |
-
|
418 |
-
/**
|
419 |
-
* Get a list of field settings that should be hidden.
|
420 |
-
*
|
421 |
-
* @param object $field WPBDP_Form_Field
|
422 |
-
*
|
423 |
-
* @since 5.8.3
|
424 |
-
*/
|
425 |
-
private function hidden_fields_for_type( $field ) {
|
426 |
-
$mapping = $field->get_association();
|
427 |
-
$fields = array(
|
428 |
-
'limit_categories' => array( 'title', 'category' ),
|
429 |
-
'private_field' => array( 'title', 'category', 'content' ),
|
430 |
-
);
|
431 |
-
|
432 |
-
$hidden = array();
|
433 |
-
foreach ( $fields as $name => $should_hide ) {
|
434 |
-
if ( in_array( $mapping, $should_hide, true ) ) {
|
435 |
-
$hidden[] = $name;
|
436 |
-
}
|
437 |
-
}
|
438 |
-
|
439 |
-
if ( ! $field->display_in( 'search' ) ) {
|
440 |
-
$hidden[] = 'search';
|
441 |
-
}
|
442 |
-
|
443 |
-
/**
|
444 |
-
* @since 5.8.3
|
445 |
-
*/
|
446 |
-
$hidden = apply_filters( 'wpbdp_hidden_field_settings', $hidden, compact( 'field' ) );
|
447 |
-
|
448 |
-
return $hidden;
|
449 |
-
}
|
450 |
-
|
451 |
-
private function delete_field() {
|
452 |
-
// Check permission.
|
453 |
-
check_admin_referer( 'deletefield' );
|
454 |
-
|
455 |
-
global $wpdb;
|
456 |
-
|
457 |
-
$field = WPBDP_Form_Field::get( wpbdp_get_var( array( 'param' => 'id' ), 'request' ) );
|
458 |
-
|
459 |
-
if ( ! $field || $field->has_behavior_flag( 'no-delete' ) ) {
|
460 |
-
return;
|
461 |
-
}
|
462 |
-
|
463 |
-
if ( isset( $_POST['doit'] ) ) {
|
464 |
-
$this->check_permission( 'deletefield' );
|
465 |
-
$ret = $field->delete();
|
466 |
-
|
467 |
-
if ( is_wp_error( $ret ) ) {
|
468 |
-
$this->admin->messages[] = array( $ret->get_error_message(), 'error' );
|
469 |
-
} else {
|
470 |
-
$this->admin->messages[] = _x( 'Field deleted.', 'form-fields admin', 'business-directory-plugin' );
|
471 |
-
|
472 |
-
$quick_search_fields = wpbdp_get_option( 'quick-search-fields' );
|
473 |
-
$field_id = wpbdp_get_var( array( 'param' => 'id' ), 'request' );
|
474 |
-
$quick_search_fields = array_diff( $quick_search_fields, array( $field_id ) );
|
475 |
-
|
476 |
-
wpbdp_set_option( 'quick-search-fields', $quick_search_fields );
|
477 |
-
}
|
478 |
-
|
479 |
-
$this->fields_table();
|
480 |
-
return;
|
481 |
-
}
|
482 |
-
|
483 |
-
wpbdp_render_page(
|
484 |
-
WPBDP_PATH . 'templates/admin/form-fields-confirm-delete.tpl.php',
|
485 |
-
array( 'field' => $field ),
|
486 |
-
true
|
487 |
-
);
|
488 |
-
}
|
489 |
-
|
490 |
-
/**
|
491 |
-
* @since 5.11
|
492 |
-
*/
|
493 |
-
private function move_field() {
|
494 |
-
$this->check_permission( 'movefield' );
|
495 |
-
|
496 |
-
$field_id = wpbdp_get_var( array( 'param' => 'id' ), 'request' );
|
497 |
-
$field = $this->api->get_field( $field_id );
|
498 |
-
if ( $field ) {
|
499 |
-
$field->reorder( $action === 'fieldup' ? 1 : -1 );
|
500 |
-
}
|
501 |
-
}
|
502 |
-
|
503 |
-
private function create_required_fields() {
|
504 |
-
$this->check_permission( 'createrequired' );
|
505 |
-
|
506 |
-
global $wpbdp;
|
507 |
-
|
508 |
-
if ( $missing = $wpbdp->formfields->get_missing_required_fields() ) {
|
509 |
-
$wpbdp->formfields->create_default_fields( $missing );
|
510 |
-
$this->admin->messages[] = _x( 'Required fields created successfully.', 'form-fields admin', 'business-directory-plugin' );
|
511 |
-
}
|
512 |
-
|
513 |
-
$this->fields_table();
|
514 |
-
}
|
515 |
-
|
516 |
-
private function update_field_tags() {
|
517 |
-
global $wpbdp;
|
518 |
-
|
519 |
-
// Before starting, check if we need to update tags.
|
520 |
-
$wpbdp->formfields->maybe_correct_tags();
|
521 |
-
|
522 |
-
$special_tags = array(
|
523 |
-
'title' => __( 'Title', 'business-directory-plugin' ),
|
524 |
-
'category' => __( 'Category', 'business-directory-plugin' ),
|
525 |
-
'excerpt' => __( 'Excerpt', 'business-directory-plugin' ),
|
526 |
-
'content' => __( 'Content', 'business-directory-plugin' ),
|
527 |
-
'tags' => __( 'Tags', 'business-directory-plugin' ),
|
528 |
-
'address' => __( 'Address', 'business-directory-plugin' ),
|
529 |
-
'address2' => __( 'Address 2', 'business-directory-plugin' ),
|
530 |
-
'city' => __( 'City', 'business-directory-plugin' ),
|
531 |
-
'state' => __( 'State', 'business-directory-plugin' ),
|
532 |
-
'country' => __( 'Country', 'business-directory-plugin' ),
|
533 |
-
'zip' => __( 'ZIP Code', 'business-directory-plugin' ),
|
534 |
-
'fax' => __( 'FAX Number', 'business-directory-plugin' ),
|
535 |
-
'phone' => __( 'Phone Number', 'business-directory-plugin' ),
|
536 |
-
'ratings' => __( 'Ratings Field', 'business-directory-plugin' ),
|
537 |
-
'twitter' => __( 'Twitter', 'business-directory-plugin' ),
|
538 |
-
'website' => __( 'Website', 'business-directory-plugin' ),
|
539 |
-
);
|
540 |
-
$fixed_tags = array( 'title', 'category', 'excerpt', 'content', 'tags', 'ratings' );
|
541 |
-
$field_tags = array();
|
542 |
-
|
543 |
-
if ( isset( $_POST['field_tags'] ) ) {
|
544 |
-
// Check permission.
|
545 |
-
$this->check_permission( 'fieldtags' );
|
546 |
-
|
547 |
-
global $wpdb;
|
548 |
-
|
549 |
-
$posted = wpbdp_get_var( array( 'param' => 'field_tags' ), 'post' );
|
550 |
-
|
551 |
-
foreach ( $posted as $tag => $field_id ) {
|
552 |
-
if ( in_array( $tag, $fixed_tags, true ) ) {
|
553 |
-
continue;
|
554 |
-
}
|
555 |
-
|
556 |
-
$wpdb->update( $wpdb->prefix . 'wpbdp_form_fields', array( 'tag' => '' ), array( 'tag' => $tag ) );
|
557 |
-
$wpdb->update( $wpdb->prefix . 'wpbdp_form_fields', array( 'tag' => $tag ), array( 'id' => $field_id ) );
|
558 |
-
|
559 |
-
WPBDP_Utils::cache_delete_group( 'wpbdp_form_fields' );
|
560 |
-
}
|
561 |
-
|
562 |
-
wpbdp_admin_message( _x( 'Tags updated.', 'form-fields admin', 'business-directory-plugin' ) );
|
563 |
-
}
|
564 |
-
|
565 |
-
$missing_fields = $wpbdp->themes->missing_suggested_fields( 'label' );
|
566 |
-
|
567 |
-
foreach ( $special_tags as $t => $td ) {
|
568 |
-
$f = WPBDP_Form_Field::find_by_tag( $t );
|
569 |
-
|
570 |
-
$field_tags[] = array(
|
571 |
-
'tag' => $t,
|
572 |
-
'description' => $td,
|
573 |
-
'field_id' => ( $f ? $f->get_id() : 0 ),
|
574 |
-
'fixed' => ( in_array( $t, $fixed_tags, true ) ? true : false ),
|
575 |
-
);
|
576 |
-
}
|
577 |
-
|
578 |
-
echo wpbdp_render_page(
|
579 |
-
WPBDP_PATH . 'templates/admin/form-fields-tags.tpl.php',
|
580 |
-
array(
|
581 |
-
'field_tags' => $field_tags,
|
582 |
-
'missing_fields' => $missing_fields,
|
583 |
-
)
|
584 |
-
);
|
585 |
-
}
|
586 |
-
|
587 |
-
}
|
183 |
}
|
184 |
|
185 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
includes/class-wpbdp.php
CHANGED
@@ -12,6 +12,11 @@ final class WPBDP {
|
|
12 |
|
13 |
public $settings = null;
|
14 |
|
|
|
|
|
|
|
|
|
|
|
15 |
public function __construct() {
|
16 |
$this->_db_version = get_option( 'wpbdp-db-version', null );
|
17 |
if ( $this->_db_version === null ) {
|
@@ -23,7 +28,7 @@ final class WPBDP {
|
|
23 |
}
|
24 |
|
25 |
private function setup_constants() {
|
26 |
-
define( 'WPBDP_VERSION', '5.
|
27 |
|
28 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
|
29 |
define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
|
12 |
|
13 |
public $settings = null;
|
14 |
|
15 |
+
/**
|
16 |
+
* When excerpt listings are displayed, add the fee color to add to css.
|
17 |
+
*/
|
18 |
+
public $fee_colors = array();
|
19 |
+
|
20 |
public function __construct() {
|
21 |
$this->_db_version = get_option( 'wpbdp-db-version', null );
|
22 |
if ( $this->_db_version === null ) {
|
28 |
}
|
29 |
|
30 |
private function setup_constants() {
|
31 |
+
define( 'WPBDP_VERSION', '5.15' );
|
32 |
|
33 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
|
34 |
define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
|
includes/controllers/pages/class-checkout.php
CHANGED
@@ -175,7 +175,10 @@ class WPBDP__Views__Checkout extends WPBDP__View {
|
|
175 |
// $checkout_form .= wpbdp_capture_action( 'wpbdp_checkout_form_top', $this->payment );
|
176 |
$checkout_form .= $this->gateway->render_form( $this->payment, $this->errors );
|
177 |
// $checkout_form .= wpbdp_capture_action( 'wpbdp_checkout_form_bottom', $this->payment );
|
178 |
-
$checkout_form .=
|
|
|
|
|
|
|
179 |
|
180 |
return $checkout_form;
|
181 |
}
|
175 |
// $checkout_form .= wpbdp_capture_action( 'wpbdp_checkout_form_top', $this->payment );
|
176 |
$checkout_form .= $this->gateway->render_form( $this->payment, $this->errors );
|
177 |
// $checkout_form .= wpbdp_capture_action( 'wpbdp_checkout_form_bottom', $this->payment );
|
178 |
+
$checkout_form .= sprintf(
|
179 |
+
'<div class="wpbdp-checkout-submit"><input type="submit" value="%s" /></div>',
|
180 |
+
$this->payment->show_payment_options() ? esc_attr__( 'Pay Now', 'business-directory-plugin' ) : esc_attr__( 'Complete', 'business-directory-plugin' )
|
181 |
+
);
|
182 |
|
183 |
return $checkout_form;
|
184 |
}
|
includes/controllers/pages/class-manage-listings.php
CHANGED
@@ -82,6 +82,12 @@ class WPBDP__Views__Manage_Listings extends WPBDP__View {
|
|
82 |
|
83 |
}
|
84 |
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
public function maybe_add_renew_button( $buttons, $listing_id ) {
|
86 |
$listing = wpbdp_get_listing( $listing_id );
|
87 |
$listing_status = $listing->get_status();
|
@@ -90,11 +96,12 @@ class WPBDP__Views__Manage_Listings extends WPBDP__View {
|
|
90 |
return $buttons;
|
91 |
}
|
92 |
|
|
|
93 |
$buttons = sprintf(
|
94 |
'<a class="wpbdp-button button renew-listing" href="%s" %s >%s</a>',
|
95 |
-
$listing->get_renewal_url(),
|
96 |
'target="_blank" rel="noopener"',
|
97 |
-
esc_html__( 'Renew Listing', 'business-directory-plugin' )
|
98 |
) . $buttons;
|
99 |
|
100 |
return $buttons;
|
82 |
|
83 |
}
|
84 |
|
85 |
+
/**
|
86 |
+
* Show the renew or pay buttons.
|
87 |
+
* This shows either the "Renew Listing" or "Pay Now" button depending on the listing status.
|
88 |
+
*
|
89 |
+
* @return string
|
90 |
+
*/
|
91 |
public function maybe_add_renew_button( $buttons, $listing_id ) {
|
92 |
$listing = wpbdp_get_listing( $listing_id );
|
93 |
$listing_status = $listing->get_status();
|
96 |
return $buttons;
|
97 |
}
|
98 |
|
99 |
+
$is_pending_payment = ( 'pending_payment' === $listing_status );
|
100 |
$buttons = sprintf(
|
101 |
'<a class="wpbdp-button button renew-listing" href="%s" %s >%s</a>',
|
102 |
+
$is_pending_payment ? esc_url( $listing->get_payment_url() ) : esc_url( $listing->get_renewal_url() ),
|
103 |
'target="_blank" rel="noopener"',
|
104 |
+
$is_pending_payment ? esc_html__( 'Pay Now', 'business-directory-plugin' ) : esc_html__( 'Renew Listing', 'business-directory-plugin' )
|
105 |
) . $buttons;
|
106 |
|
107 |
return $buttons;
|
includes/controllers/pages/class-submit-listing.php
CHANGED
@@ -198,6 +198,13 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
|
|
198 |
$this->messages( $instructions, 'tip', 'general' );
|
199 |
}
|
200 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
// Prepare $messages for template.
|
202 |
$messages = array();
|
203 |
foreach ( $this->messages as $context => $items ) {
|
198 |
$this->messages( $instructions, 'tip', 'general' );
|
199 |
}
|
200 |
|
201 |
+
/**
|
202 |
+
* Add custom validation when a listing form is submitted.
|
203 |
+
*
|
204 |
+
* @since 5.15
|
205 |
+
*/
|
206 |
+
$this->messages = apply_filters( 'wpbdp_submit_validation_errors', $this->messages, compact( 'this' ) );
|
207 |
+
|
208 |
// Prepare $messages for template.
|
209 |
$messages = array();
|
210 |
foreach ( $this->messages as $context => $items ) {
|
includes/helpers/class-listing-display-helper.php
CHANGED
@@ -163,6 +163,12 @@ class WPBDP_Listing_Display_Helper {
|
|
163 |
$classes[] = 'wpbdp-listing-plan-id-' . $fee->fee_id;
|
164 |
$classes[] = 'wpbdp-listing-plan-' . WPBDP_Utils::normalize( $fee->fee_label );
|
165 |
|
|
|
|
|
|
|
|
|
|
|
|
|
166 |
if ( $fee->is_sticky ) {
|
167 |
$classes[] = 'sticky';
|
168 |
$classes[] = 'wpbdp-listing-is-sticky';
|
@@ -176,7 +182,7 @@ class WPBDP_Listing_Display_Helper {
|
|
176 |
self::add_column_count( $classes, $display );
|
177 |
|
178 |
foreach ( WPBDP_Listing::get( $listing_id )->get_categories( 'ids' ) as $category_id ) {
|
179 |
-
|
180 |
}
|
181 |
|
182 |
$vars['listing_css_class'] = implode( ' ', $classes );
|
@@ -193,7 +199,7 @@ class WPBDP_Listing_Display_Helper {
|
|
193 |
}
|
194 |
}
|
195 |
|
196 |
-
|
197 |
$all_fields = wpbdp_get_form_fields();
|
198 |
$display_fields = apply_filters_ref_array( 'wpbdp_render_listing_fields', array( &$all_fields, $listing_id, $display ) );
|
199 |
$fields = array();
|
@@ -331,7 +337,7 @@ class WPBDP_Listing_Display_Helper {
|
|
331 |
* @since 5.12
|
332 |
* @return string
|
333 |
*/
|
334 |
-
|
335 |
return self::get_image_option( 'listings-coming-soon-image' );
|
336 |
}
|
337 |
|
163 |
$classes[] = 'wpbdp-listing-plan-id-' . $fee->fee_id;
|
164 |
$classes[] = 'wpbdp-listing-plan-' . WPBDP_Utils::normalize( $fee->fee_label );
|
165 |
|
166 |
+
if ( ! empty( $fee->fee->extra_data['bgcolor'] ) ) {
|
167 |
+
// Prevent DB calls later.
|
168 |
+
global $wpbdp;
|
169 |
+
$wpbdp->fee_colors[ $fee->fee_id ] = $fee->fee->extra_data['bgcolor'];
|
170 |
+
}
|
171 |
+
|
172 |
if ( $fee->is_sticky ) {
|
173 |
$classes[] = 'sticky';
|
174 |
$classes[] = 'wpbdp-listing-is-sticky';
|
182 |
self::add_column_count( $classes, $display );
|
183 |
|
184 |
foreach ( WPBDP_Listing::get( $listing_id )->get_categories( 'ids' ) as $category_id ) {
|
185 |
+
$classes[] = 'wpbdp-listing-category-id-' . $category_id;
|
186 |
}
|
187 |
|
188 |
$vars['listing_css_class'] = implode( ' ', $classes );
|
199 |
}
|
200 |
}
|
201 |
|
202 |
+
public static function fields_vars( $listing_id, $display ) {
|
203 |
$all_fields = wpbdp_get_form_fields();
|
204 |
$display_fields = apply_filters_ref_array( 'wpbdp_render_listing_fields', array( &$all_fields, $listing_id, $display ) );
|
205 |
$fields = array();
|
337 |
* @since 5.12
|
338 |
* @return string
|
339 |
*/
|
340 |
+
public static function get_coming_soon_image() {
|
341 |
return self::get_image_option( 'listings-coming-soon-image' );
|
342 |
}
|
343 |
|
includes/models/class-listing.php
CHANGED
@@ -557,6 +557,18 @@ class WPBDP_Listing {
|
|
557 |
return wpbdp_url( 'renew_listing', $this->id );
|
558 |
}
|
559 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
560 |
/**
|
561 |
* @since 5.9.2
|
562 |
*/
|
@@ -722,7 +734,9 @@ class WPBDP_Listing {
|
|
722 |
|
723 |
if ( is_null( $row['expiration_date'] ) || empty( $row['expiration_date'] ) ) {
|
724 |
unset( $row['expiration_date'] );
|
725 |
-
|
|
|
|
|
726 |
|
727 |
if ( ! empty( $row['recurring_data'] ) ) {
|
728 |
$row['recurring_data'] = maybe_serialize( $row['recurring_data'] );
|
557 |
return wpbdp_url( 'renew_listing', $this->id );
|
558 |
}
|
559 |
|
560 |
+
/**
|
561 |
+
* Get the payment url
|
562 |
+
*
|
563 |
+
* @since 5.15
|
564 |
+
*
|
565 |
+
* @return string
|
566 |
+
*/
|
567 |
+
public function get_payment_url() {
|
568 |
+
$payment = $this->get_latest_payment();
|
569 |
+
return $payment->get_checkout_url();
|
570 |
+
}
|
571 |
+
|
572 |
/**
|
573 |
* @since 5.9.2
|
574 |
*/
|
734 |
|
735 |
if ( is_null( $row['expiration_date'] ) || empty( $row['expiration_date'] ) ) {
|
736 |
unset( $row['expiration_date'] );
|
737 |
+
} elseif ( strtotime( $row['expiration_date'] ) < current_time( 'timestamp' ) ) {
|
738 |
+
$row['listing_status'] = 'expired';
|
739 |
+
}
|
740 |
|
741 |
if ( ! empty( $row['recurring_data'] ) ) {
|
742 |
$row['recurring_data'] = maybe_serialize( $row['recurring_data'] );
|
includes/models/class-payment.php
CHANGED
@@ -387,5 +387,17 @@ class WPBDP_Payment extends WPBDP__DB__Model {
|
|
387 |
public static function objects() {
|
388 |
return parent::_objects( get_class() );
|
389 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
390 |
}
|
391 |
|
387 |
public static function objects() {
|
388 |
return parent::_objects( get_class() );
|
389 |
}
|
390 |
+
|
391 |
+
/**
|
392 |
+
* Check if the payment is recurring or the amount is greater than 0.
|
393 |
+
* This is used to show the payment options when price can be 0 or if is recurring.
|
394 |
+
*
|
395 |
+
* @since 5.15
|
396 |
+
*
|
397 |
+
* @return bool
|
398 |
+
*/
|
399 |
+
public function show_payment_options() {
|
400 |
+
return ( $this->has_item_type( 'recurring_plan' ) || $this->amount > 0 );
|
401 |
+
}
|
402 |
}
|
403 |
|
includes/themes.php
CHANGED
@@ -194,30 +194,19 @@ class WPBDP_Themes {
|
|
194 |
return $this->render_template_file( $path, $path, $vars );
|
195 |
}
|
196 |
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
}
|
211 |
-
|
212 |
-
$color = $plan->extra_data['bgcolor'];
|
213 |
-
echo '.wpbdp-listing-excerpt.wpbdp-listing-plan-id-' . $plan->id . '{';
|
214 |
-
echo 'background-color: ' . $plan->extra_data['bgcolor'] . ';';
|
215 |
-
echo '}';
|
216 |
-
echo "\n";
|
217 |
-
}
|
218 |
-
|
219 |
-
echo '</style>';
|
220 |
-
}
|
221 |
|
222 |
function _normalize_asset_name( $a ) {
|
223 |
$a = strtolower( $a );
|
194 |
return $this->render_template_file( $path, $path, $vars );
|
195 |
}
|
196 |
|
197 |
+
public function fee_specific_coloring() {
|
198 |
+
global $wpbdp;
|
199 |
+
|
200 |
+
if ( empty( $wpbdp->fee_colors ) ) {
|
201 |
+
return;
|
202 |
+
}
|
203 |
+
|
204 |
+
echo '<style>';
|
205 |
+
foreach ( $wpbdp->fee_colors as $id => $color ) {
|
206 |
+
echo '.wpbdp-listing-excerpt.wpbdp-listing-plan-id-' . $id . '{ background-color: ' . esc_attr( $color ) . '}';
|
207 |
+
}
|
208 |
+
echo '</style>';
|
209 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
210 |
|
211 |
function _normalize_asset_name( $a ) {
|
212 |
$a = strtolower( $a );
|
includes/views/widget/widget-settings.php
ADDED
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
3 |
+
exit; // Exit if accessed directly.
|
4 |
+
}
|
5 |
+
|
6 |
+
?>
|
7 |
+
<p>
|
8 |
+
<label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>">
|
9 |
+
<?php esc_html_e( 'Title:', 'business-directory-plugin' ); ?>
|
10 |
+
</label>
|
11 |
+
<input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'title' ) ); ?>" type="text" value="<?php echo esc_attr( $this->get_field_value( $instance, 'title' ) ); ?>" />
|
12 |
+
</p>
|
13 |
+
<p>
|
14 |
+
<label for="<?php echo esc_attr( $this->get_field_id( 'number_of_listings' ) ); ?>">
|
15 |
+
<?php esc_html_e( 'Number of listings to display:', 'business-directory-plugin' ); ?>
|
16 |
+
</label>
|
17 |
+
<input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'number_of_listings' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'number_of_listings' ) ); ?>" type="text" value="<?php echo esc_attr( $this->get_field_value( $instance, 'number_of_listings' ) ); ?>" />
|
18 |
+
</p>
|
19 |
+
<?php $this->_form( $instance ); ?>
|
20 |
+
|
21 |
+
<?php if ( in_array( 'images', $this->supports ) ) : ?>
|
22 |
+
|
23 |
+
<?php $class_name = $this->get_field_value( $instance, 'show_images' ) ? '' : 'hidden'; ?>
|
24 |
+
<h4><?php esc_html_e( 'Thumbnails', 'business-directory-plugin' ); ?></h4>
|
25 |
+
<p>
|
26 |
+
<input id="<?php echo esc_attr( $this->get_field_id( 'show_images' ) ); ?>" class="wpbdp-toggle-images" name="<?php echo esc_attr( $this->get_field_name( 'show_images' ) ); ?>" type="checkbox" value="1" <?php checked( $this->get_field_value( $instance, 'show_images' ), true ); ?> />
|
27 |
+
<label for="<?php echo esc_attr( $this->get_field_id( 'show_images' ) ); ?>">
|
28 |
+
<?php esc_html_e( 'Show thumbnails', 'business-directory-plugin' ); ?>
|
29 |
+
</label>
|
30 |
+
</p>
|
31 |
+
<div class="thumbnail-width-config <?php echo esc_attr( $class_name ); ?>">
|
32 |
+
<p>
|
33 |
+
<input id="<?php echo esc_attr( $this->get_field_id( 'default_image' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'default_image' ) ); ?>" type="checkbox" value="1" <?php checked( $this->get_field_value( $instance, 'default_image' ), true ); ?> />
|
34 |
+
<label for="<?php echo esc_attr( $this->get_field_id( 'default_image' ) ); ?>">
|
35 |
+
<?php esc_html_e( 'Use "Coming Soon" photo for listings without an image?', 'business-directory-plugin' ); ?>
|
36 |
+
</label>
|
37 |
+
</p>
|
38 |
+
|
39 |
+
<p>
|
40 |
+
<label for="<?php echo esc_attr( $this->get_field_id( 'thumbnail_width' ) ); ?>">
|
41 |
+
<?php esc_html_e( 'Image width (in px):', 'business-directory-plugin' ); ?>
|
42 |
+
</label>
|
43 |
+
<input type="number" name="<?php echo esc_attr( $this->get_field_name( 'thumbnail_width' ) ); ?>" id="<?php echo esc_attr( $this->get_field_id( 'thumbnail_width' ) ); ?>" value="<?php echo esc_attr( $this->get_field_value( $instance, 'thumbnail_width' ) ); ?>" class="widefat" placeholder="<?php esc_attr_e( 'Automatic', 'business-directory-plugin' ); ?>" />
|
44 |
+
</p>
|
45 |
+
|
46 |
+
<p>
|
47 |
+
<label for="<?php echo esc_attr( $this->get_field_id( 'thumbnail_height' ) ); ?>">
|
48 |
+
<?php esc_html_e( 'Image height (in px):', 'business-directory-plugin' ); ?>
|
49 |
+
</label>
|
50 |
+
<input type="number" name="<?php echo esc_attr( $this->get_field_name( 'thumbnail_height' ) ); ?>" id="<?php echo esc_attr( $this->get_field_id( 'thumbnail_height' ) ); ?>" value="<?php echo esc_attr( $this->get_field_value( $instance, 'thumbnail_height' ) ); ?>" class="widefat" placeholder="<?php esc_attr_e( 'Automatic', 'business-directory-plugin' ); ?>" />
|
51 |
+
</p>
|
52 |
+
|
53 |
+
<p>
|
54 |
+
<label for="<?php echo esc_attr( $this->get_field_id( 'thumbnail_desktop' ) ); ?>">
|
55 |
+
<?php esc_html_e( 'Thumbnail Position (Desktop):', 'business-directory-plugin' ); ?>
|
56 |
+
</label>
|
57 |
+
<br/>
|
58 |
+
<select name="<?php echo esc_attr( $this->get_field_name( 'thumbnail_desktop' ) ); ?>" id="<?php echo esc_attr( $this->get_field_id( 'thumbnail_desktop' ) ); ?>">
|
59 |
+
<option value="left" <?php selected( $this->get_field_value( $instance, 'thumbnail_desktop' ), 'left' ); ?>>
|
60 |
+
<?php esc_html_e( 'Left', 'business-directory-plugin' ); ?>
|
61 |
+
</option>
|
62 |
+
<option value="right" <?php selected( $this->get_field_value( $instance, 'thumbnail_desktop' ), 'right' ); ?>>
|
63 |
+
<?php esc_html_e( 'Right', 'business-directory-plugin' ); ?>
|
64 |
+
</option>
|
65 |
+
<option value="above" <?php selected( $this->get_field_value( $instance, 'thumbnail_desktop' ), 'above' ); ?>>
|
66 |
+
<?php esc_html_e( 'Top', 'business-directory-plugin' ); ?>
|
67 |
+
</option>
|
68 |
+
</select>
|
69 |
+
</p>
|
70 |
+
|
71 |
+
<p>
|
72 |
+
<label for="<?php echo esc_attr( $this->get_field_id( 'thumbnail_mobile' ) ); ?>">
|
73 |
+
<?php esc_html_e( 'Thumbnail Position (Mobile):', 'business-directory-plugin' ); ?>
|
74 |
+
</label>
|
75 |
+
<br/>
|
76 |
+
<select name="<?php echo esc_attr( $this->get_field_name( 'thumbnail_mobile' ) ); ?>" id="<?php echo esc_attr( $this->get_field_id( 'thumbnail_mobile' ) ); ?>">
|
77 |
+
<option value="left" <?php selected( $this->get_field_value( $instance, 'thumbnail_mobile' ), 'left' ); ?>>
|
78 |
+
<?php esc_html_e( 'Left', 'business-directory-plugin' ); ?>
|
79 |
+
</option>
|
80 |
+
<option value="right" <?php selected( $this->get_field_value( $instance, 'thumbnail_mobile' ), 'right' ); ?>>
|
81 |
+
<?php esc_html_e( 'Right', 'business-directory-plugin' ); ?>
|
82 |
+
</option>
|
83 |
+
<option value="above" <?php selected( $this->get_field_value( $instance, 'thumbnail_mobile' ), 'above' ); ?>>
|
84 |
+
<?php esc_html_e( 'Top', 'business-directory-plugin' ); ?>
|
85 |
+
</option>
|
86 |
+
</select>
|
87 |
+
</p>
|
88 |
+
</div>
|
89 |
+
|
90 |
+
<?php endif; ?>
|
91 |
+
<h4><?php esc_html_e( 'Fields To Show', 'business-directory-plugin' ); ?></h4>
|
92 |
+
<div class="wpbdp-widget-listing-fields wpbdp-scrollbox">
|
93 |
+
<ul class="wpbdp-plain-list">
|
94 |
+
<?php foreach ( wpbdp_get_form_fields( array( 'association' => array( 'meta', 'custom' ) ) ) as $field ) : ?>
|
95 |
+
<li>
|
96 |
+
<input id="<?php echo esc_attr( $this->get_field_id( $field->get_id() ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'fields' ) ); ?>[]" type="checkbox" value="<?php echo esc_attr( $field->get_id() ); ?>" <?php echo ( in_array( $field->get_id(), $this->get_field_value( $instance, 'fields' ) ) ) ? 'checked="checked"' : ''; ?> />
|
97 |
+
<label for="<?php echo esc_attr( $this->get_field_id( $field->get_id() ) ); ?>">
|
98 |
+
<?php echo esc_attr( $field->get_label() ); ?>
|
99 |
+
</label>
|
100 |
+
</li>
|
101 |
+
<?php endforeach; ?>
|
102 |
+
</ul>
|
103 |
+
</div>
|
includes/widgets/class-listings-widget.php
CHANGED
@@ -4,150 +4,396 @@
|
|
4 |
*/
|
5 |
class WPBDP_Listings_Widget extends WP_Widget {
|
6 |
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
extract( $args );
|
109 |
-
$title = apply_filters( 'widget_title', $instance['title'] );
|
110 |
-
|
111 |
-
echo $before_widget;
|
112 |
-
if ( ! empty( $title ) )
|
113 |
-
echo $before_title . $title . $after_title;
|
114 |
-
|
115 |
-
$out = $this->print_listings( $instance );
|
116 |
-
|
117 |
-
if ( ! $out ) {
|
118 |
-
if ( $listings = $this->get_listings( $instance ) ) {
|
119 |
-
$show_images = in_array( 'images', $this->supports ) && isset( $instance['show_images'] ) && $instance['show_images'];
|
120 |
-
$thumb_w = isset( $instance['thumbnail_width'] ) ? $instance['thumbnail_width'] : 0;
|
121 |
-
$thumb_h = isset( $instance['thumbnail_height'] ) ? $instance['thumbnail_height'] : 0;
|
122 |
-
|
123 |
-
$img_size = 'wpbdp-thumb';
|
124 |
-
if ( $show_images && ( $thumb_w > 0 || $thumb_h > 0 ) ) {
|
125 |
-
$img_size = array( $thumb_w, $thumb_h );
|
126 |
-
}
|
127 |
-
|
128 |
-
$out .= '<ul class="wpbdp-listings-widget-list">';
|
129 |
-
|
130 |
-
foreach ( $listings as &$post ) {
|
131 |
-
$listing = WPBDP_Listing::get( $post->ID );
|
132 |
-
|
133 |
-
$out .= '<li>';
|
134 |
-
$out .= sprintf( '<a class="listing-title" href="%s">%s</a>', get_permalink( $post->ID ), get_the_title( $post->ID ) );
|
135 |
-
|
136 |
-
if ( $show_images ) {
|
137 |
-
if ( $img_id = $listing->get_thumbnail_id() ) {
|
138 |
-
$out .= '<a href="' . get_permalink( $post->ID ) . '">' . wp_get_attachment_image( $img_id, $img_size, false, array( 'class' => 'listing-image' ) ) . '</a>';
|
139 |
-
}
|
140 |
-
}
|
141 |
-
|
142 |
-
$out .= '</li>';
|
143 |
-
}
|
144 |
-
|
145 |
-
$out .= '</ul>';
|
146 |
-
}
|
147 |
-
}
|
148 |
-
|
149 |
-
echo $out;
|
150 |
-
echo $after_widget;
|
151 |
-
}
|
152 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
}
|
4 |
*/
|
5 |
class WPBDP_Listings_Widget extends WP_Widget {
|
6 |
|
7 |
+
protected $supports = array( 'images' );
|
8 |
+
protected $defaults = array();
|
9 |
+
|
10 |
+
|
11 |
+
public function __construct( $name, $description = '' ) {
|
12 |
+
parent::__construct( false, $name, array( 'description' => $description ) );
|
13 |
+
$this->defaults['title'] = str_replace( array( 'WPBDP', '_' ), array( '', ' ' ), get_class( $this ) );
|
14 |
+
}
|
15 |
+
|
16 |
+
/**
|
17 |
+
* Default Form Settings.
|
18 |
+
*
|
19 |
+
* @since x.x
|
20 |
+
*
|
21 |
+
* @return array
|
22 |
+
*/
|
23 |
+
protected function defaults() {
|
24 |
+
return array(
|
25 |
+
'number_of_listings' => 5,
|
26 |
+
'show_images' => 0,
|
27 |
+
'default_image' => 0,
|
28 |
+
'thumbnail_desktop' => 'left',
|
29 |
+
'thumbnail_mobile' => 'above',
|
30 |
+
'fields' => array(),
|
31 |
+
);
|
32 |
+
}
|
33 |
+
|
34 |
+
/**
|
35 |
+
* Instance defaults
|
36 |
+
*
|
37 |
+
* @return array
|
38 |
+
*/
|
39 |
+
protected function instance_defaults( $instance ) {
|
40 |
+
return array_merge( $this->defaults(), $instance );
|
41 |
+
}
|
42 |
+
|
43 |
+
protected function set_default_option_value( $k, $v = '' ) {
|
44 |
+
$this->defaults[ $k ] = $v;
|
45 |
+
}
|
46 |
+
|
47 |
+
protected function get_field_value( $instance, $k ) {
|
48 |
+
$instance = $this->instance_defaults( $instance );
|
49 |
+
if ( isset( $instance[ $k ] ) ) {
|
50 |
+
return $instance[ $k ];
|
51 |
+
}
|
52 |
+
|
53 |
+
if ( isset( $this->defaults[ $k ] ) ) {
|
54 |
+
return $this->defaults[ $k ];
|
55 |
+
}
|
56 |
+
|
57 |
+
return false;
|
58 |
+
}
|
59 |
+
|
60 |
+
public function print_listings( $instance ) {
|
61 |
+
return '';
|
62 |
+
}
|
63 |
+
|
64 |
+
public function get_listings( $instance ) {
|
65 |
+
return array();
|
66 |
+
}
|
67 |
+
|
68 |
+
protected function _form( $instance ) { }
|
69 |
+
|
70 |
+
/**
|
71 |
+
* Render the settings form
|
72 |
+
*/
|
73 |
+
public function form( $instance ) {
|
74 |
+
$instance = $this->instance_defaults( $instance );
|
75 |
+
require WPBDP_INC . 'views/widget/widget-settings.php';
|
76 |
+
}
|
77 |
+
|
78 |
+
/**
|
79 |
+
* Handle settings update
|
80 |
+
*/
|
81 |
+
public function update( $new, $old ) {
|
82 |
+
$instance = $old;
|
83 |
+
$instance['title'] = strip_tags( $new['title'] );
|
84 |
+
$instance['number_of_listings'] = max( intval( $new['number_of_listings'] ), 1 );
|
85 |
+
$instance['show_images'] = ! empty( $new['show_images'] ) ? 1 : 0;
|
86 |
+
$instance['fields'] = ! empty( $new['fields'] ) ? array_map( 'sanitize_text_field', wp_unslash( $new['fields'] ) ) : array();
|
87 |
+
|
88 |
+
if ( $instance['show_images'] ) {
|
89 |
+
$instance['default_image'] = ! empty( $new['default_image'] ) ? 1 : 0;
|
90 |
+
$instance['thumbnail_desktop'] = sanitize_text_field( $new['thumbnail_desktop'] );
|
91 |
+
$instance['thumbnail_mobile'] = sanitize_text_field( $new['thumbnail_mobile'] );
|
92 |
+
$instance['thumbnail_width'] = max( intval( $new['thumbnail_width'] ), 0 );
|
93 |
+
$instance['thumbnail_height'] = max( intval( $new['thumbnail_height'] ), 0 );
|
94 |
+
}
|
95 |
+
|
96 |
+
return $instance;
|
97 |
+
}
|
98 |
+
|
99 |
+
/**
|
100 |
+
* Escape content and allow svg in the content.
|
101 |
+
* This is mainly becuase some of the fields, like the ratings, use svg.
|
102 |
+
*
|
103 |
+
* @param string $content The text to filter.
|
104 |
+
*
|
105 |
+
* @since 5.15
|
106 |
+
*
|
107 |
+
* @return string
|
108 |
+
*/
|
109 |
+
protected function escape_content( $content ) {
|
110 |
+
$kses_defaults = wp_kses_allowed_html( 'post' );
|
111 |
+
|
112 |
+
$svg_args = array(
|
113 |
+
'svg' => array(
|
114 |
+
'class' => true,
|
115 |
+
'aria-hidden' => true,
|
116 |
+
'aria-labelledby' => true,
|
117 |
+
'role' => true,
|
118 |
+
'xmlns' => true,
|
119 |
+
'width' => true,
|
120 |
+
'height' => true,
|
121 |
+
'viewbox' => true, // <= Must be lower case!
|
122 |
+
),
|
123 |
+
'g' => array( 'fill' => true ),
|
124 |
+
'title' => array( 'title' => true ),
|
125 |
+
'path' => array( 'd' => true, 'fill' => true, ),
|
126 |
+
);
|
127 |
+
|
128 |
+
$allowed_tags = array_merge( $kses_defaults, $svg_args );
|
129 |
+
|
130 |
+
return wp_kses( $content, $allowed_tags );
|
131 |
+
}
|
132 |
+
|
133 |
+
/**
|
134 |
+
* Render the widget
|
135 |
+
*/
|
136 |
+
public function widget( $args, $instance ) {
|
137 |
extract( $args );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
|
139 |
+
$title = apply_filters( 'widget_title', $this->get_field_value( $instance, 'title' ) );
|
140 |
+
$instance = $this->instance_defaults( $instance );
|
141 |
+
|
142 |
+
echo $before_widget;
|
143 |
+
|
144 |
+
if ( ! empty( $title ) ) {
|
145 |
+
echo $before_title . $title . $after_title;
|
146 |
+
}
|
147 |
+
|
148 |
+
$out = $this->print_listings( $instance );
|
149 |
+
|
150 |
+
if ( ! $out ) {
|
151 |
+
$listings = $this->get_listings( $instance );
|
152 |
+
$out .= '<ul class="wpbdp-listings-widget-list">';
|
153 |
+
$out .= $this->render( $listings, $instance );
|
154 |
+
$out .= '</ul>';
|
155 |
+
}
|
156 |
+
|
157 |
+
echo $out;
|
158 |
+
echo $after_widget;
|
159 |
+
}
|
160 |
+
|
161 |
+
|
162 |
+
/**
|
163 |
+
* [render description]
|
164 |
+
*
|
165 |
+
* @param [type] $items [description]
|
166 |
+
* @param [type] $instance [description]
|
167 |
+
* @param string $html_class CSS class for each LI element.
|
168 |
+
*
|
169 |
+
* @since x.x
|
170 |
+
*
|
171 |
+
* @return string HTML
|
172 |
+
*/
|
173 |
+
protected function render( $items, $instance, $html_class = '' ) {
|
174 |
+
if ( empty( $items ) ) {
|
175 |
+
return $this->render_empty_widget( $html_class );
|
176 |
+
}
|
177 |
+
|
178 |
+
return $this->render_widget( $items, $instance, $html_class );
|
179 |
+
}
|
180 |
+
|
181 |
+
/**
|
182 |
+
* Render empty message
|
183 |
+
*
|
184 |
+
* @param string $html_class - the html class to append to the view
|
185 |
+
*
|
186 |
+
* @since x.x
|
187 |
+
*
|
188 |
+
* @return string
|
189 |
+
*/
|
190 |
+
private function render_empty_widget( $html_class ) {
|
191 |
+
return sprintf( '<li class="wpbdp-empty-widget %s">%s</li>', esc_attr( $html_class ), esc_html__( 'There are currently no listings to show.', 'business-directory-plugin' ) );
|
192 |
+
}
|
193 |
+
|
194 |
+
/**
|
195 |
+
* Render the widget
|
196 |
+
*
|
197 |
+
* @param array $items - the widget items
|
198 |
+
* @param array $instance - the settings instance
|
199 |
+
* @param string $html_class - the html class to append to the view
|
200 |
+
*
|
201 |
+
* @since 5.15
|
202 |
+
*
|
203 |
+
* @return string
|
204 |
+
*/
|
205 |
+
private function render_widget( $items, $instance, $html_class ) {
|
206 |
+
$html_class = implode(
|
207 |
+
' ',
|
208 |
+
array(
|
209 |
+
$this->get_item_thumbnail_position_css_class( $instance['thumbnail_desktop'], 'desktop' ),
|
210 |
+
$this->get_item_thumbnail_position_css_class( $instance['thumbnail_mobile'], 'mobile' ),
|
211 |
+
$html_class,
|
212 |
+
)
|
213 |
+
);
|
214 |
+
|
215 |
+
$show_images = in_array( 'images', $this->supports ) && isset( $instance['show_images'] ) && $instance['show_images'];
|
216 |
+
$img_size = $this->get_image_size( $instance );
|
217 |
+
$default_image = $show_images && isset( $instance['default_image'] ) && $instance['default_image'];
|
218 |
+
$coming_soon_image = WPBDP_Listing_Display_Helper::get_coming_soon_image();
|
219 |
+
$fields = is_array( $instance['fields'] ) ? $instance['fields'] : array();
|
220 |
+
foreach ( $items as $post ) {
|
221 |
+
$html[] = $this->render_item( $post, compact( 'show_images', 'img_size', 'default_image', 'coming_soon_image', 'html_class', 'fields' ) );
|
222 |
+
}
|
223 |
+
|
224 |
+
$this->add_css( $img_size, $html );
|
225 |
+
|
226 |
+
return join( "\n", $html );
|
227 |
+
}
|
228 |
+
|
229 |
+
/**
|
230 |
+
* Generate the thumbnail position classes.
|
231 |
+
*
|
232 |
+
* @param string $thumbnail_position - the thumbnail position ( left, right )
|
233 |
+
* @param string $device - the device being used ( desktop, mobile )
|
234 |
+
*
|
235 |
+
* @since 5.15
|
236 |
+
*
|
237 |
+
* @return string
|
238 |
+
*/
|
239 |
+
private function get_item_thumbnail_position_css_class( $thumbnail_position, $device ) {
|
240 |
+
if ( $thumbnail_position == 'left' || $thumbnail_position == 'right' ) {
|
241 |
+
$css_class = sprintf( 'wpbdp-listings-widget-item-with-%s-thumbnail-in-%s', $thumbnail_position, $device );
|
242 |
+
} else {
|
243 |
+
$css_class = sprintf( 'wpbdp-listings-widget-item-with-thumbnail-above-in-%s', $device );
|
244 |
+
}
|
245 |
+
|
246 |
+
return $css_class;
|
247 |
+
}
|
248 |
+
|
249 |
+
/**
|
250 |
+
* @since 5.15
|
251 |
+
*
|
252 |
+
* @return string|array
|
253 |
+
*/
|
254 |
+
private function get_image_size( $instance ) {
|
255 |
+
$width = isset( $instance['thumbnail_width'] ) ? $instance['thumbnail_width'] : 0;
|
256 |
+
$height = isset( $instance['thumbnail_height'] ) ? $instance['thumbnail_height'] : 0;
|
257 |
+
|
258 |
+
$img_size = 'wpbdp-thumb';
|
259 |
+
if ( $width > 0 || $height > 0 ) {
|
260 |
+
$img_size = array( $width, $height );
|
261 |
+
}
|
262 |
+
|
263 |
+
return $img_size;
|
264 |
+
}
|
265 |
+
|
266 |
+
/**
|
267 |
+
* Render item for widget.
|
268 |
+
*
|
269 |
+
* @param WP_Post $post The current listing post.
|
270 |
+
* @param array $args The view arguments.
|
271 |
+
*
|
272 |
+
* @since 5.15
|
273 |
+
*
|
274 |
+
* @return string
|
275 |
+
*/
|
276 |
+
private function render_item( $post, $args ) {
|
277 |
+
$listing = wpbdp_get_listing( $post->ID );
|
278 |
+
$listing_title = sprintf( '<div class="wpbdp-listing-title"><a class="listing-title" href="%s">%s</a></div>', esc_url( $listing->get_permalink() ), esc_html( $listing->get_title() ) );
|
279 |
+
$html_image = $this->render_image( $listing, $args );
|
280 |
+
$fields = sprintf( '<div class="wpbdp-listing-fields">%s</div>', $this->render_fields( $listing, $args['fields'] ) );
|
281 |
+
|
282 |
+
$template = '<li class="wpbdp-listings-widget-item %1$s"><div class="wpbdp-listings-widget-container">';
|
283 |
+
if ( ! empty( $html_image ) ) {
|
284 |
+
$template .= '<div class="wpbdp-listings-widget-thumb">%2$s</div>';
|
285 |
+
} else {
|
286 |
+
$args['html_class'] .= ' wpbdp-listings-widget-item-without-thumbnail';
|
287 |
+
}
|
288 |
+
$template .= '<div class="wpbdp-listings-widget-item--title-and-content">%3$s %4$s</div></li>';
|
289 |
+
$args['image'] = $html_image;
|
290 |
+
$output = sprintf( $template, esc_attr( $args['html_class'] ), $html_image, $listing_title, $fields );
|
291 |
+
return apply_filters( 'wpbdp_listing_widget_item', $this->escape_content( $output ), $args );
|
292 |
+
}
|
293 |
+
|
294 |
+
/**
|
295 |
+
* Render the listing image.
|
296 |
+
* Depending on the settings, this will return the listing image or the default image or none.
|
297 |
+
*
|
298 |
+
* @param object $listing The listing object.
|
299 |
+
* @param array $args The view arguments.
|
300 |
+
*
|
301 |
+
* @since x.x
|
302 |
+
*
|
303 |
+
* @return string
|
304 |
+
*/
|
305 |
+
private function render_image( $listing, $args ) {
|
306 |
+
$image_link = '';
|
307 |
+
if ( $args['show_images'] ) {
|
308 |
+
$img_size = $args['img_size'];
|
309 |
+
if ( is_array( $img_size ) ) {
|
310 |
+
$img_size = 'medium';
|
311 |
+
}
|
312 |
+
|
313 |
+
$img_id = $listing->get_thumbnail_id();
|
314 |
+
$permalink = $listing->get_permalink();
|
315 |
+
|
316 |
+
if ( $img_id ) {
|
317 |
+
$image_link = '<a href="' . esc_url( $permalink ) . '">' .
|
318 |
+
wp_get_attachment_image( $img_id, $img_size, false, array( 'class' => 'listing-image' ) ) .
|
319 |
+
'</a>';
|
320 |
+
} elseif ( $args['default_image'] ) {
|
321 |
+
$class = "attachment-$img_size size-$img_size listing-image";
|
322 |
+
$image_link = '<a href="' . esc_url( $permalink ) . '">' .
|
323 |
+
'<img src="' . esc_url( $args['coming_soon_image'] ) . '" class="' . esc_attr( $class ) . '" alt="' . esc_attr( $listing->get_title() ) . '" loading="lazy" />' .
|
324 |
+
'</a>';
|
325 |
+
} else {
|
326 |
+
// For image spacing.
|
327 |
+
$image_link = '<span></span>';
|
328 |
+
}
|
329 |
+
}
|
330 |
+
return apply_filters( 'wpbdp_listings_widget_render_image', wp_kses_post( $image_link ), $listing );
|
331 |
+
}
|
332 |
+
|
333 |
+
/**
|
334 |
+
* Render fields.
|
335 |
+
* Render the field items in the widget.
|
336 |
+
*
|
337 |
+
* @param object $listing The listing object.
|
338 |
+
* @param array $allowed_fields The field ids to show.
|
339 |
+
*
|
340 |
+
* @since 5.15
|
341 |
+
*
|
342 |
+
* @return string
|
343 |
+
*/
|
344 |
+
private function render_fields( $listing, $allowed_fields ) {
|
345 |
+
if ( empty( $allowed_fields ) ) {
|
346 |
+
return '';
|
347 |
+
}
|
348 |
+
|
349 |
+
$listing_data = WPBDP_Listing_Display_Helper::fields_vars( $listing->get_id(), 'excerpt' );
|
350 |
+
if ( empty( $listing_data['fields'] ) ) {
|
351 |
+
return '';
|
352 |
+
}
|
353 |
+
|
354 |
+
$fields = $listing_data['fields'];
|
355 |
+
$field_html = array();
|
356 |
+
$field_obj = null;
|
357 |
+
$field_id = '';
|
358 |
+
foreach ( $fields->not( 'social' ) as $field ) {
|
359 |
+
$field_obj = $field->field;
|
360 |
+
$field_id = $field_obj->get_field_type()->get_id();
|
361 |
+
if ( $field_id === 'title' ) {
|
362 |
+
continue;
|
363 |
+
}
|
364 |
+
|
365 |
+
if ( ! in_array( $field_obj->get_id(), $allowed_fields ) ) {
|
366 |
+
continue;
|
367 |
+
}
|
368 |
+
|
369 |
+
$html = $field_obj->html_value( $listing->get_id(), 'widget' );
|
370 |
+
if ( ! empty( $html ) ) {
|
371 |
+
$field_html[] = sprintf( '<div class="wpbdp-listings-widget-item--field-%1$s">%2$s</div>', $field_id, $html );
|
372 |
+
}
|
373 |
+
}
|
374 |
+
|
375 |
+
return $this->escape_content( join( "\n", $field_html ) );
|
376 |
+
}
|
377 |
+
|
378 |
+
/**
|
379 |
+
* Use the image height/width settings
|
380 |
+
*
|
381 |
+
* @since 5.15
|
382 |
+
*/
|
383 |
+
private function add_css( $img_size, &$html ) {
|
384 |
+
if ( ! is_array( $img_size ) ) {
|
385 |
+
return;
|
386 |
+
}
|
387 |
+
|
388 |
+
$img_style = '<style>#'. esc_attr( $this->id ) . ' .listing-image{';
|
389 |
+
if ( $img_size[0] ) {
|
390 |
+
$img_style .= 'max-width:' . absint( $img_size[0] ) . 'px;';
|
391 |
+
}
|
392 |
+
if ( $img_size[1] ) {
|
393 |
+
$img_style .= 'max-height:' . absint( $img_size[1] ) . 'px;';
|
394 |
+
}
|
395 |
+
$img_style .= '}</style>';
|
396 |
+
|
397 |
+
$html[] = $img_style;
|
398 |
+
}
|
399 |
}
|
includes/widgets/widget-featured-listings.php
CHANGED
@@ -19,7 +19,7 @@ class WPBDP_FeaturedListingsWidget extends WPBDP_Listings_Widget {
|
|
19 |
printf( '<p><input id="%s" name="%s" type="checkbox" value="1" %s /> <label for="%s">%s</label></p>',
|
20 |
$this->get_field_id( 'random_order' ),
|
21 |
$this->get_field_name( 'random_order' ),
|
22 |
-
|
23 |
$this->get_field_id( 'random_order' ),
|
24 |
_x( 'Display listings in random order', 'widgets', 'business-directory-plugin' )
|
25 |
);
|
@@ -27,7 +27,7 @@ class WPBDP_FeaturedListingsWidget extends WPBDP_Listings_Widget {
|
|
27 |
|
28 |
public function update( $new, $old ) {
|
29 |
$new = parent::update( $new, $old );
|
30 |
-
$new['random_order'] =
|
31 |
|
32 |
return $new;
|
33 |
}
|
@@ -39,7 +39,7 @@ class WPBDP_FeaturedListingsWidget extends WPBDP_Listings_Widget {
|
|
39 |
"SELECT DISTINCT {$wpdb->posts}.ID FROM {$wpdb->posts}
|
40 |
JOIN {$wpdb->prefix}wpbdp_listings lp ON lp.listing_id = {$wpdb->posts}.ID
|
41 |
WHERE {$wpdb->posts}.post_status = %s AND {$wpdb->posts}.post_type = %s AND lp.is_sticky = 1
|
42 |
-
ORDER BY " . (
|
43 |
' LIMIT %d',
|
44 |
'publish', WPBDP_POST_TYPE, $instance['number_of_listings'] );
|
45 |
$featured = $wpdb->get_col( $q );
|
19 |
printf( '<p><input id="%s" name="%s" type="checkbox" value="1" %s /> <label for="%s">%s</label></p>',
|
20 |
$this->get_field_id( 'random_order' ),
|
21 |
$this->get_field_name( 'random_order' ),
|
22 |
+
! empty( $instance['random_order'] ) ? 'checked="checked"' : '',
|
23 |
$this->get_field_id( 'random_order' ),
|
24 |
_x( 'Display listings in random order', 'widgets', 'business-directory-plugin' )
|
25 |
);
|
27 |
|
28 |
public function update( $new, $old ) {
|
29 |
$new = parent::update( $new, $old );
|
30 |
+
$new['random_order'] = ! empty( $new['random_order'] );
|
31 |
|
32 |
return $new;
|
33 |
}
|
39 |
"SELECT DISTINCT {$wpdb->posts}.ID FROM {$wpdb->posts}
|
40 |
JOIN {$wpdb->prefix}wpbdp_listings lp ON lp.listing_id = {$wpdb->posts}.ID
|
41 |
WHERE {$wpdb->posts}.post_status = %s AND {$wpdb->posts}.post_type = %s AND lp.is_sticky = 1
|
42 |
+
ORDER BY " . ( ! empty( $instance['random_order'] ) ? 'RAND()' : $wpdb->posts . '.post_date' ) .
|
43 |
' LIMIT %d',
|
44 |
'publish', WPBDP_POST_TYPE, $instance['number_of_listings'] );
|
45 |
$featured = $wpdb->get_col( $q );
|
includes/widgets/widget-latest-listings.php
CHANGED
@@ -20,7 +20,7 @@ class WPBDP_LatestListingsWidget extends WPBDP_Listings_Widget {
|
|
20 |
public function get_listings( $instance ) {
|
21 |
return get_posts( array( 'post_type' => WPBDP_POST_TYPE,
|
22 |
'post_status' => 'publish',
|
23 |
-
'numberposts' => $instance
|
24 |
'orderby' => 'date',
|
25 |
'suppress_filters' => false ) );
|
26 |
}
|
20 |
public function get_listings( $instance ) {
|
21 |
return get_posts( array( 'post_type' => WPBDP_POST_TYPE,
|
22 |
'post_status' => 'publish',
|
23 |
+
'numberposts' => $this->get_field_value( $instance, 'number_of_listings' ),
|
24 |
'orderby' => 'date',
|
25 |
'suppress_filters' => false ) );
|
26 |
}
|
includes/widgets/widget-random-listings.php
CHANGED
@@ -31,8 +31,8 @@ class WPBDP_RandomListingsWidget extends WPBDP_Listings_Widget {
|
|
31 |
if ( ! $posts_count ) {
|
32 |
return;
|
33 |
}
|
34 |
-
|
35 |
-
$keys = (array) array_rand( $posts, $
|
36 |
$rand = array();
|
37 |
|
38 |
foreach ( $keys as $key ) {
|
31 |
if ( ! $posts_count ) {
|
32 |
return;
|
33 |
}
|
34 |
+
$number_of_listings = $this->get_field_value( $instance, 'number_of_listings' );
|
35 |
+
$keys = (array) array_rand( $posts, $number_of_listings < $posts_count ? $number_of_listings : $posts_count );
|
36 |
$rand = array();
|
37 |
|
38 |
foreach ( $keys as $key ) {
|
languages/business-directory-plugin-ar.mo
CHANGED
Binary file
|
languages/business-directory-plugin-ar.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2021-10
|
9 |
"PO-Revision-Date: 2017-01-16 17:47-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -32,7 +32,7 @@ msgid ""
|
|
32 |
"payment processor directly."
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: includes/admin/class-admin.php:
|
36 |
#, fuzzy
|
37 |
msgid ""
|
38 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -42,32 +42,32 @@ msgstr ""
|
|
42 |
"(مجانا) مكونة من 5 أجزاء (ترسل عبر البريد الإلكتروني). أحصل على وحدة ممتازة "
|
43 |
"(premium module) مجانا بمجرد تسجيلك."
|
44 |
|
45 |
-
#: includes/admin/class-admin.php:
|
46 |
#, fuzzy
|
47 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
48 |
msgstr "هل تريد معرفة \"أسرار بناء\" \"دليل أعمال مدهش\"؟"
|
49 |
|
50 |
-
#: includes/admin/class-admin.php:
|
51 |
#, fuzzy
|
52 |
msgid "Yes, please!"
|
53 |
msgstr "نعم، من فضلك!"
|
54 |
|
55 |
-
#: includes/admin/class-admin.php:
|
56 |
#, fuzzy
|
57 |
msgid "No, thanks"
|
58 |
msgstr "لا، شكرًا"
|
59 |
|
60 |
-
#: includes/admin/class-admin.php:
|
61 |
#, fuzzy
|
62 |
msgid "Invalid email address."
|
63 |
msgstr "عنوان البريد الإلكتروني غير صالح!"
|
64 |
|
65 |
-
#: includes/admin/class-admin.php:
|
66 |
#, fuzzy
|
67 |
msgid "Business Directory Admin"
|
68 |
msgstr "مدير دليل الأعمال"
|
69 |
|
70 |
-
#: includes/admin/class-admin.php:
|
71 |
#: includes/admin/settings/class-settings-bootstrap.php:703
|
72 |
#: includes/admin/settings/class-settings-bootstrap.php:704
|
73 |
#: includes/helpers/class-app.php:93
|
@@ -75,32 +75,32 @@ msgstr "مدير دليل الأعمال"
|
|
75 |
msgid "Directory"
|
76 |
msgstr "الدليل"
|
77 |
|
78 |
-
#: includes/admin/class-admin.php:
|
79 |
msgid "Fee Plans"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: includes/admin/class-admin.php:
|
83 |
#, fuzzy
|
84 |
msgid "Form Fields"
|
85 |
msgstr "حقول الاستمارة"
|
86 |
|
87 |
-
#: includes/admin/class-admin.php:
|
88 |
#: includes/licensing.php:220
|
89 |
#, fuzzy
|
90 |
msgid "Modules"
|
91 |
msgstr "(جميع الوحدات)"
|
92 |
|
93 |
-
#: includes/admin/class-admin.php:
|
94 |
#, fuzzy
|
95 |
msgid "Business Directory"
|
96 |
msgstr "دليل الأعمال"
|
97 |
|
98 |
-
#: includes/admin/class-admin.php:
|
99 |
#, fuzzy
|
100 |
msgid "Could not send renewal email."
|
101 |
msgstr "إرسال رسالة بريد إلكتروني بخصوص التجديد للعضو"
|
102 |
|
103 |
-
#: includes/admin/class-admin.php:
|
104 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
105 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
106 |
#: templates/email/listing-added.tpl.php:7
|
@@ -110,7 +110,7 @@ msgstr "إرسال رسالة بريد إلكتروني بخصوص التجدي
|
|
110 |
msgid "ID"
|
111 |
msgstr "المعرف"
|
112 |
|
113 |
-
#: includes/admin/class-admin.php:
|
114 |
#: includes/admin/settings/class-settings-bootstrap.php:729
|
115 |
#, fuzzy
|
116 |
msgid "Listing Count"
|
@@ -210,7 +210,7 @@ msgid "Images"
|
|
210 |
msgstr "الصور"
|
211 |
|
212 |
#: includes/admin/controllers/class-admin-listings.php:185
|
213 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
214 |
#: templates/email/listing-reported.tpl.php:7
|
215 |
msgid "Listing Information"
|
216 |
msgstr "معلومات حول الإعلان"
|
@@ -253,6 +253,124 @@ msgstr "تحرير الإعلان"
|
|
253 |
msgid "Delete Listing"
|
254 |
msgstr "حذف الإعلان"
|
255 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
256 |
#: includes/admin/controllers/class-settings-admin.php:476
|
257 |
msgid "Your license key provides access to new features and updates."
|
258 |
msgstr ""
|
@@ -391,124 +509,6 @@ msgstr "نوع"
|
|
391 |
msgid "Edit"
|
392 |
msgstr "Editer"
|
393 |
|
394 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:217
|
395 |
-
#, fuzzy
|
396 |
-
msgid ""
|
397 |
-
"You can create these custom fields inside \"Form Fields\" or let Business "
|
398 |
-
"Directory do it for you."
|
399 |
-
msgstr ""
|
400 |
-
"يمكنك إنشاء هذه الحقول المخصصة بنفسك داخل \"إدارة الحقول\" أو السماح لدليل "
|
401 |
-
"الأعمال للقيام بذلك نيابة عنك تلقائياً."
|
402 |
-
|
403 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:222
|
404 |
-
#: includes/controllers/pages/class-submit-listing.php:834
|
405 |
-
#, fuzzy
|
406 |
-
msgid "Go to \"Form Fields\""
|
407 |
-
msgstr "إنتقل إلى \"إدارة حقول\""
|
408 |
-
|
409 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:313
|
410 |
-
#: includes/helpers/functions/general.php:1358
|
411 |
-
#: includes/helpers/functions/general.php:1363
|
412 |
-
msgid "Go back"
|
413 |
-
msgstr ""
|
414 |
-
|
415 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:523
|
416 |
-
#: includes/admin/settings/class-settings-bootstrap.php:787
|
417 |
-
#: templates/email/listing-added.tpl.php:10
|
418 |
-
#: templates/email/listing-edited.tpl.php:16
|
419 |
-
#: templates/email/listing-reported.tpl.php:11
|
420 |
-
#, fuzzy
|
421 |
-
msgid "Title"
|
422 |
-
msgstr "العنوان"
|
423 |
-
|
424 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:524
|
425 |
-
#: templates/admin/fees-form.tpl.php:219
|
426 |
-
#: templates/email/listing-added.tpl.php:21
|
427 |
-
#: templates/email/listing-edited.tpl.php:29
|
428 |
-
#, fuzzy
|
429 |
-
msgid "Category"
|
430 |
-
msgstr "التصنيف"
|
431 |
-
|
432 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:525
|
433 |
-
#, fuzzy
|
434 |
-
msgid "Excerpt"
|
435 |
-
msgstr "مقتطف"
|
436 |
-
|
437 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:526
|
438 |
-
#, fuzzy
|
439 |
-
msgid "Content"
|
440 |
-
msgstr "المحتوى"
|
441 |
-
|
442 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:527
|
443 |
-
#, fuzzy
|
444 |
-
msgid "Tags"
|
445 |
-
msgstr "الوسوم"
|
446 |
-
|
447 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:528
|
448 |
-
#: includes/form-fields.php:445 templates/checkout-billing-form.tpl.php:75
|
449 |
-
#: themes/default/templates/excerpt_content.tpl.php:22
|
450 |
-
#, fuzzy
|
451 |
-
msgid "Address"
|
452 |
-
msgstr "العنوان"
|
453 |
-
|
454 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:529
|
455 |
-
#, fuzzy
|
456 |
-
msgid "Address 2"
|
457 |
-
msgstr "العنوان"
|
458 |
-
|
459 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:530
|
460 |
-
#: templates/admin/payments-details.tpl.php:161
|
461 |
-
#: templates/checkout-billing-form.tpl.php:87
|
462 |
-
#, fuzzy
|
463 |
-
msgid "City"
|
464 |
-
msgstr "المدينة"
|
465 |
-
|
466 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:531
|
467 |
-
#: templates/admin/payments-details.tpl.php:157
|
468 |
-
#, fuzzy
|
469 |
-
msgid "State"
|
470 |
-
msgstr "الولاية"
|
471 |
-
|
472 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:532
|
473 |
-
#: templates/admin/payments-details.tpl.php:153
|
474 |
-
#: templates/checkout-billing-form.tpl.php:102
|
475 |
-
#, fuzzy
|
476 |
-
msgid "Country"
|
477 |
-
msgstr "الدولة:"
|
478 |
-
|
479 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:533
|
480 |
-
#: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:165
|
481 |
-
msgid "ZIP Code"
|
482 |
-
msgstr "الرمز البريدي"
|
483 |
-
|
484 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:534
|
485 |
-
#, fuzzy
|
486 |
-
msgid "FAX Number"
|
487 |
-
msgstr "رقم الفاكس"
|
488 |
-
|
489 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:535
|
490 |
-
#: includes/fields/class-fieldtypes-phone-number.php:13
|
491 |
-
#: templates/listing-contactform.tpl.php:38
|
492 |
-
#, fuzzy
|
493 |
-
msgid "Phone Number"
|
494 |
-
msgstr "رقم الهاتف"
|
495 |
-
|
496 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:536
|
497 |
-
#, fuzzy
|
498 |
-
msgid "Ratings Field"
|
499 |
-
msgstr "حقول التقييم"
|
500 |
-
|
501 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:537
|
502 |
-
#, fuzzy
|
503 |
-
msgid "Twitter"
|
504 |
-
msgstr "تويتر"
|
505 |
-
|
506 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:538
|
507 |
-
#: includes/form-fields.php:411
|
508 |
-
#, fuzzy
|
509 |
-
msgid "Website"
|
510 |
-
msgstr "موقع الأنترنيت"
|
511 |
-
|
512 |
#: includes/admin/page-debug.php:40
|
513 |
#, fuzzy
|
514 |
msgid "Plugin Settings"
|
@@ -533,7 +533,7 @@ msgid "Missing tables: %s"
|
|
533 |
msgstr "الجداول المفقودة: %s"
|
534 |
|
535 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
536 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
537 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:137
|
538 |
#: templates/listing-contactform.tpl.php:33
|
539 |
#: templates/listing-flagging-form.tpl.php:39
|
@@ -582,7 +582,7 @@ msgstr "الإسم العائلي مطلوب."
|
|
582 |
|
583 |
#: includes/admin/settings/class-settings-bootstrap.php:264
|
584 |
#: includes/admin/settings/class-settings-bootstrap.php:278
|
585 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
586 |
#, fuzzy
|
587 |
msgid "Terms and Conditions"
|
588 |
msgstr "شروط وأحكام"
|
@@ -1186,33 +1186,33 @@ msgid ""
|
|
1186 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: includes/class-wpbdp.php:
|
1190 |
#, fuzzy
|
1191 |
msgid "Upgrade to Premium"
|
1192 |
msgstr "ترقية إلى %s"
|
1193 |
|
1194 |
-
#: includes/class-wpbdp.php:
|
1195 |
#, fuzzy
|
1196 |
msgid "Settings"
|
1197 |
msgstr "إعدادات"
|
1198 |
|
1199 |
-
#: includes/class-wpbdp.php:
|
1200 |
#, fuzzy
|
1201 |
msgid "Could not find listing ID"
|
1202 |
msgstr "لا يمكن الاتصال بخادم الترخيص"
|
1203 |
|
1204 |
-
#: includes/class-wpbdp.php:
|
1205 |
msgid ""
|
1206 |
"Could not verify the image upload request. If problem persists contact site "
|
1207 |
"admin."
|
1208 |
msgstr ""
|
1209 |
|
1210 |
-
#: includes/class-wpbdp.php:
|
1211 |
#, fuzzy
|
1212 |
msgid "Could not find image ID"
|
1213 |
msgstr "تعذر تحديث القالب : %s"
|
1214 |
|
1215 |
-
#: includes/class-wpbdp.php:
|
1216 |
#, fuzzy
|
1217 |
msgid ""
|
1218 |
"The directory features are disabled at this time because a <a>manual "
|
@@ -1221,7 +1221,7 @@ msgstr ""
|
|
1221 |
"تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
|
1222 |
"يدوية قبل المتابعة."
|
1223 |
|
1224 |
-
#: includes/class-wpbdp.php:
|
1225 |
msgid ""
|
1226 |
"The directory is not available at this time. Please try again in a few "
|
1227 |
"minutes or contact the administrator if the problem persists."
|
@@ -1340,6 +1340,16 @@ msgstr "بدء الاستيراد"
|
|
1340 |
msgid "Go to SMTP settings"
|
1341 |
msgstr "الذهاب إلى إعلانك"
|
1342 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1343 |
#. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
|
1344 |
#: includes/controllers/pages/class-flag-listing.php:56
|
1345 |
#, fuzzy
|
@@ -1375,7 +1385,7 @@ msgstr "يرجى إدخال إسمك."
|
|
1375 |
msgid "l F j, Y \\a\\t g:i a"
|
1376 |
msgstr "l F j, Y \\a\\t g:i a"
|
1377 |
|
1378 |
-
#: includes/controllers/pages/class-manage-listings.php:
|
1379 |
#: templates/renew-listing.tpl.php:11
|
1380 |
msgid "Renew Listing"
|
1381 |
msgstr "تجديد الإعلان"
|
@@ -1392,39 +1402,39 @@ msgstr ""
|
|
1392 |
"Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
|
1393 |
"publiée."
|
1394 |
|
1395 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1396 |
#, fuzzy
|
1397 |
msgid "Listing Images"
|
1398 |
msgstr "صور الإعلانات"
|
1399 |
|
1400 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1401 |
msgid "Account Creation"
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1405 |
#, fuzzy
|
1406 |
msgid "Go to \"Fee Plans\""
|
1407 |
msgstr "إنتقل إلى \"إدارة حقول\""
|
1408 |
|
1409 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1410 |
#, fuzzy
|
1411 |
msgid "Please choose a fee plan."
|
1412 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
1413 |
|
1414 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1415 |
msgid "Please check the form for errors, correct them and submit again."
|
1416 |
msgstr ""
|
1417 |
|
1418 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1419 |
msgid "Create a user account on this site"
|
1420 |
msgstr ""
|
1421 |
|
1422 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1423 |
#, fuzzy
|
1424 |
msgid "Username"
|
1425 |
msgstr "عضو"
|
1426 |
|
1427 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1428 |
#, fuzzy
|
1429 |
msgid "Clear Form"
|
1430 |
msgstr "مسح"
|
@@ -1926,7 +1936,7 @@ msgstr "في انتظار التخلي"
|
|
1926 |
msgid "Abandoned"
|
1927 |
msgstr "متخلى عنه"
|
1928 |
|
1929 |
-
#: includes/themes.php:
|
1930 |
#, fuzzy
|
1931 |
msgid "ZIP file is not a valid Business Directory theme file."
|
1932 |
msgstr "ملف الضغط ZIP ليس ملف قالب دليل الأعمال صالح."
|
@@ -1963,6 +1973,79 @@ msgid "Image height (%1$s px) is greater than maximum height of %2$s px."
|
|
1963 |
msgstr ""
|
1964 |
"ارتفاع الصورة (%s px) هو أكبر من الحد الأقصى للارتفاع المطلوب لـ %s px "
|
1965 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1966 |
#: templates/admin/csv-export.tpl.php:5
|
1967 |
#, fuzzy
|
1968 |
msgid ""
|
@@ -2839,7 +2922,23 @@ msgstr ""
|
|
2839 |
msgid "Postal Code"
|
2840 |
msgstr "محتوى المقالة"
|
2841 |
|
2842 |
-
#: templates/checkout.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2843 |
msgid "Next"
|
2844 |
msgstr ""
|
2845 |
|
@@ -3163,32 +3262,32 @@ msgctxt "views"
|
|
3163 |
msgid "Find A Listing"
|
3164 |
msgstr "العثور على إعلان"
|
3165 |
|
3166 |
-
#: includes/admin/class-admin.php:
|
3167 |
msgctxt "drip pointer"
|
3168 |
msgid "Email Address:"
|
3169 |
msgstr "عنوان البريد الإلكتروني:"
|
3170 |
|
3171 |
-
#: includes/admin/class-admin.php:
|
3172 |
msgctxt "admin"
|
3173 |
msgid "Business Directory"
|
3174 |
msgstr "دليل الأعمال"
|
3175 |
|
3176 |
-
#: includes/admin/class-admin.php:
|
3177 |
msgctxt "admin"
|
3178 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
3179 |
msgstr "أنت مستعد. قم بزيارة صفحة <a>دليل الأعمال</a> الجديدة."
|
3180 |
|
3181 |
-
#: includes/admin/class-admin.php:
|
3182 |
msgctxt "admin"
|
3183 |
msgid "Untitled Menu"
|
3184 |
msgstr ""
|
3185 |
|
3186 |
-
#: includes/admin/class-admin.php:
|
3187 |
msgctxt "admin"
|
3188 |
msgid "Dismiss this notice."
|
3189 |
msgstr "إخفاء هذا التنبيه."
|
3190 |
|
3191 |
-
#: includes/admin/class-admin.php:
|
3192 |
#, fuzzy
|
3193 |
msgctxt "admin"
|
3194 |
msgid "The listing has been updated."
|
@@ -3200,12 +3299,12 @@ msgstr[3] "تمت ترقية الإعلانات."
|
|
3200 |
msgstr[4] "تمت ترقية الإعلانات."
|
3201 |
msgstr[5] "تمت ترقية الإعلانات."
|
3202 |
|
3203 |
-
#: includes/admin/class-admin.php:
|
3204 |
msgctxt "admin"
|
3205 |
msgid "The fee was successfully assigned."
|
3206 |
msgstr "تم تعيين الرسوم بنجاح."
|
3207 |
|
3208 |
-
#: includes/admin/class-admin.php:
|
3209 |
msgctxt "admin"
|
3210 |
msgid "Listing was renewed."
|
3211 |
msgid_plural "Listings were renewed."
|
@@ -3216,12 +3315,12 @@ msgstr[3] "تم تجديد الإعلانات."
|
|
3216 |
msgstr[4] "تم تجديد الإعلانات."
|
3217 |
msgstr[5] "تم تجديد الإعلانات."
|
3218 |
|
3219 |
-
#: includes/admin/class-admin.php:
|
3220 |
msgctxt "admin"
|
3221 |
msgid "Renewal email sent."
|
3222 |
msgstr "تم إرسال بريد التجديد."
|
3223 |
|
3224 |
-
#: includes/admin/class-admin.php:
|
3225 |
#, fuzzy
|
3226 |
msgctxt "admin"
|
3227 |
msgid "Listing report deleted."
|
@@ -3233,18 +3332,18 @@ msgstr[3] "إنتهاء صلاحية الإعلان"
|
|
3233 |
msgstr[4] "إنتهاء صلاحية الإعلان"
|
3234 |
msgstr[5] "إنتهاء صلاحية الإعلان"
|
3235 |
|
3236 |
-
#: includes/admin/class-admin.php:
|
3237 |
#, fuzzy
|
3238 |
msgctxt "admin"
|
3239 |
msgid "Access keys sent."
|
3240 |
msgstr "مفتاح الوصول"
|
3241 |
|
3242 |
-
#: includes/admin/class-admin.php:
|
3243 |
msgctxt "admin"
|
3244 |
msgid "The access keys couldn't be sent."
|
3245 |
msgstr ""
|
3246 |
|
3247 |
-
#: includes/admin/class-admin.php:
|
3248 |
msgctxt "admin"
|
3249 |
msgid ""
|
3250 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -3253,7 +3352,7 @@ msgstr ""
|
|
3253 |
"<b>إضافة دليل الأعمال</b> تتطلب صفحة فيها الكود القصير "
|
3254 |
"<tt>[businessdirectory]</tt> لكي تعمل بشكل صحيح."
|
3255 |
|
3256 |
-
#: includes/admin/class-admin.php:
|
3257 |
msgctxt "admin"
|
3258 |
msgid ""
|
3259 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -3262,12 +3361,12 @@ msgstr ""
|
|
3262 |
"يمكنك إنشاء هذه الصفحة بنفسك أو ترك دليل الأعمال القيام بذلك نيابة عنك "
|
3263 |
"تلقائياً."
|
3264 |
|
3265 |
-
#: includes/admin/class-admin.php:
|
3266 |
msgctxt "admin"
|
3267 |
msgid "Create required pages for me"
|
3268 |
msgstr "إنشاء الصفحات المطلوب نيابة عني"
|
3269 |
|
3270 |
-
#: includes/admin/class-admin.php:
|
3271 |
msgctxt "admin"
|
3272 |
msgid ""
|
3273 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -3275,7 +3374,7 @@ msgid ""
|
|
3275 |
"your provider to upgrade in order to prevent any issues with the plugin."
|
3276 |
msgstr ""
|
3277 |
|
3278 |
-
#: includes/admin/class-admin.php:
|
3279 |
#, fuzzy
|
3280 |
msgctxt "admin"
|
3281 |
msgid ""
|
@@ -3316,7 +3415,7 @@ msgctxt "admin"
|
|
3316 |
msgid "Categories"
|
3317 |
msgstr "التصنيفات"
|
3318 |
|
3319 |
-
#: includes/admin/
|
3320 |
msgctxt "admin"
|
3321 |
msgid ""
|
3322 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
@@ -3325,7 +3424,7 @@ msgstr ""
|
|
3325 |
"<b>إضافة دليل الأعمال</b> تتطلب حقول مع المرتبطات التالية بالترتيب لكي تعمل "
|
3326 |
"بشكل صحيح: <b>%s</b>."
|
3327 |
|
3328 |
-
#: includes/admin/
|
3329 |
msgctxt "admin"
|
3330 |
msgid ""
|
3331 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
@@ -3334,24 +3433,24 @@ msgstr ""
|
|
3334 |
"<b>إضافة دليل الأعمال</b> تتطلب حقل مع <b>%s</b> المرتبطات التالية بالترتيب "
|
3335 |
"لكي تعمل بشكل صحيح."
|
3336 |
|
3337 |
-
#: includes/admin/
|
3338 |
msgctxt "admin"
|
3339 |
msgid "Create these required fields for me"
|
3340 |
msgstr "إنشاء هذه الحقول المطلوبة نيابة عني"
|
3341 |
|
3342 |
-
#: includes/admin/class-admin.php:
|
3343 |
#, fuzzy
|
3344 |
msgctxt "admin menu"
|
3345 |
msgid "Payment History"
|
3346 |
msgstr "سجل المدفوعات"
|
3347 |
|
3348 |
-
#: includes/admin/class-admin.php:
|
3349 |
#, fuzzy
|
3350 |
msgctxt "admin menu"
|
3351 |
msgid "Import & Export"
|
3352 |
msgstr "استيراد CSV"
|
3353 |
|
3354 |
-
#: includes/admin/class-admin.php:
|
3355 |
msgctxt "admin menu"
|
3356 |
msgid "Debug"
|
3357 |
msgstr "تصحيح الأخطاء"
|
@@ -3971,7 +4070,7 @@ msgctxt "admin listings"
|
|
3971 |
msgid "Reported"
|
3972 |
msgstr ""
|
3973 |
|
3974 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
3975 |
msgctxt "admin listings"
|
3976 |
msgid "Listing's payment history successfully deleted"
|
3977 |
msgstr ""
|
@@ -4009,53 +4108,53 @@ msgctxt "listing status"
|
|
4009 |
msgid "Reported"
|
4010 |
msgstr ""
|
4011 |
|
4012 |
-
#: includes/models/class-listing.php:
|
4013 |
msgctxt "listing status"
|
4014 |
msgid "Unknown"
|
4015 |
msgstr ""
|
4016 |
|
4017 |
-
#: includes/models/class-listing.php:
|
4018 |
msgctxt "listing status"
|
4019 |
msgid "Legacy"
|
4020 |
msgstr ""
|
4021 |
|
4022 |
-
#: includes/models/class-listing.php:
|
4023 |
#, fuzzy
|
4024 |
msgctxt "listing status"
|
4025 |
msgid "Incomplete"
|
4026 |
msgstr "إكتمل"
|
4027 |
|
4028 |
-
#: includes/models/class-listing.php:
|
4029 |
#, fuzzy
|
4030 |
msgctxt "listing status"
|
4031 |
msgid "Pending Payment"
|
4032 |
msgstr "في انتظار التخلي"
|
4033 |
|
4034 |
-
#: includes/models/class-listing.php:
|
4035 |
#, fuzzy
|
4036 |
msgctxt "listing status"
|
4037 |
msgid "Complete"
|
4038 |
msgstr "إكتمل"
|
4039 |
|
4040 |
-
#: includes/models/class-listing.php:
|
4041 |
#, fuzzy
|
4042 |
msgctxt "listing status"
|
4043 |
msgid "Pending Upgrade"
|
4044 |
msgstr " في انتظار الترقية"
|
4045 |
|
4046 |
-
#: includes/models/class-listing.php:
|
4047 |
#, fuzzy
|
4048 |
msgctxt "listing status"
|
4049 |
msgid "Expired"
|
4050 |
msgstr "منتهي الصلاحية"
|
4051 |
|
4052 |
-
#: includes/models/class-listing.php:
|
4053 |
#, fuzzy
|
4054 |
msgctxt "listing status"
|
4055 |
msgid "Pending Renewal"
|
4056 |
msgstr "مفعل + ريثما يتم التجديد"
|
4057 |
|
4058 |
-
#: includes/models/class-listing.php:
|
4059 |
#, fuzzy
|
4060 |
msgctxt "listing status"
|
4061 |
msgid "Abandoned"
|
@@ -4073,36 +4172,36 @@ msgctxt "admin actions"
|
|
4073 |
msgid "View Payment"
|
4074 |
msgstr "الدفع"
|
4075 |
|
4076 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4077 |
#, fuzzy
|
4078 |
msgctxt "admin actions"
|
4079 |
msgid "Publish listings"
|
4080 |
msgstr "نشر إعلان"
|
4081 |
|
4082 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4083 |
#, fuzzy
|
4084 |
msgctxt "admin actions"
|
4085 |
msgid "Mark as \"Pending Review\""
|
4086 |
msgstr " في الانتظار"
|
4087 |
|
4088 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4089 |
msgctxt "admin actions"
|
4090 |
msgid "Hide from directory (mark as \"Draft\")"
|
4091 |
msgstr ""
|
4092 |
|
4093 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4094 |
#, fuzzy
|
4095 |
msgctxt "admin actions"
|
4096 |
msgid "Renew listings"
|
4097 |
msgstr "تجديد الإعلان"
|
4098 |
|
4099 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4100 |
#, fuzzy
|
4101 |
msgctxt "admin actions"
|
4102 |
msgid "Set listings as \"Expired\""
|
4103 |
msgstr "الإعلان منتهي التاريخ"
|
4104 |
|
4105 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4106 |
#, fuzzy
|
4107 |
msgctxt "admin actions"
|
4108 |
msgid "Send access keys"
|
@@ -4157,2659 +4256,2659 @@ msgctxt "payments admin"
|
|
4157 |
msgid "View Payment History"
|
4158 |
msgstr "سجل المدفوعات"
|
4159 |
|
4160 |
-
#: includes/admin/controllers/class-
|
4161 |
-
|
4162 |
-
|
4163 |
-
|
4164 |
-
msgstr "إزالة"
|
4165 |
|
4166 |
-
#: includes/admin/controllers/class-
|
4167 |
-
msgctxt "admin
|
4168 |
-
msgid "
|
4169 |
-
msgstr "
|
4170 |
|
4171 |
-
#: includes/admin/
|
4172 |
-
msgctxt "admin
|
4173 |
msgid ""
|
4174 |
-
"<
|
4175 |
-
"
|
|
|
|
|
4176 |
msgstr ""
|
|
|
|
|
|
|
|
|
4177 |
|
4178 |
-
#: includes/admin/
|
4179 |
-
msgctxt "admin
|
4180 |
-
msgid "
|
4181 |
-
msgstr "
|
4182 |
-
|
4183 |
-
#: includes/admin/settings/class-settings-bootstrap.php:311
|
4184 |
-
msgctxt "admin settings"
|
4185 |
-
msgid "Below results"
|
4186 |
-
msgstr "أسفل النتائج"
|
4187 |
|
4188 |
-
#: includes/admin/
|
4189 |
-
msgctxt "admin
|
4190 |
-
msgid "
|
4191 |
-
msgstr "
|
4192 |
|
4193 |
-
#: includes/admin/
|
4194 |
-
msgctxt "admin
|
4195 |
-
msgid ""
|
4196 |
-
"
|
4197 |
-
"Searches involving those fields are very expensive and could result in "
|
4198 |
-
"timeouts and/or general slowness."
|
4199 |
-
msgstr ""
|
4200 |
-
"لقد حددت حقل إدراج نص ليتم تضمينها في عمليات البحث السريعة. عمليات البحث "
|
4201 |
-
"التي تنطوي على تلك الحقول تتطلب موارد كثيرة ويمكن أن تؤدي الى انتهاء المهلة "
|
4202 |
-
"و/ أو البطء العام."
|
4203 |
|
4204 |
-
#: includes/admin/
|
4205 |
-
msgctxt "admin
|
4206 |
-
msgid "
|
4207 |
-
msgstr "
|
4208 |
|
4209 |
-
#: includes/admin/
|
4210 |
-
|
4211 |
-
|
4212 |
-
|
4213 |
-
msgstr "الدليل"
|
4214 |
|
4215 |
-
#: includes/admin/
|
4216 |
-
|
4217 |
-
|
4218 |
-
|
4219 |
-
msgstr "مشاهدة جميع الإعلانات"
|
4220 |
|
4221 |
-
#: includes/admin/
|
4222 |
-
|
4223 |
-
|
4224 |
-
|
4225 |
-
msgstr "التصنيفات"
|
4226 |
|
4227 |
-
#: includes/admin/
|
4228 |
-
|
4229 |
-
|
4230 |
-
|
4231 |
-
msgstr "بحث"
|
4232 |
|
4233 |
-
#: includes/admin/
|
4234 |
-
msgctxt "admin
|
4235 |
-
msgid "
|
4236 |
-
msgstr "
|
4237 |
|
4238 |
-
#: includes/admin/
|
4239 |
-
|
4240 |
-
msgctxt "admin
|
4241 |
-
msgid "
|
4242 |
-
msgstr "
|
4243 |
|
4244 |
-
#: includes/admin/
|
4245 |
-
|
4246 |
-
|
4247 |
-
|
4248 |
-
msgstr "تنازلي"
|
4249 |
|
4250 |
-
#: includes/admin/
|
4251 |
-
msgctxt "admin
|
4252 |
-
msgid "
|
4253 |
-
msgstr ""
|
4254 |
|
4255 |
-
#: includes/admin/
|
4256 |
-
|
4257 |
-
|
4258 |
-
|
|
|
4259 |
|
4260 |
-
#: includes/admin/
|
4261 |
-
|
4262 |
-
|
4263 |
-
|
4264 |
-
msgstr "تاريخ النشر"
|
4265 |
|
4266 |
-
#: includes/admin/
|
4267 |
-
|
4268 |
-
|
4269 |
-
|
4270 |
-
msgstr "تاريخ آخر تعديل"
|
4271 |
|
4272 |
-
#: includes/admin/
|
4273 |
-
msgctxt "admin
|
4274 |
-
msgid "
|
4275 |
-
msgstr "
|
4276 |
|
4277 |
-
#: includes/admin/
|
4278 |
-
msgctxt "admin
|
4279 |
-
msgid "
|
4280 |
-
msgstr "
|
4281 |
|
4282 |
-
#: includes/
|
4283 |
-
|
4284 |
-
|
4285 |
-
|
|
|
4286 |
|
4287 |
-
#: includes/
|
4288 |
-
|
4289 |
-
|
4290 |
-
|
|
|
4291 |
|
4292 |
-
#: includes/
|
4293 |
-
msgctxt "admin
|
4294 |
-
msgid "
|
4295 |
msgstr ""
|
4296 |
|
4297 |
-
#: includes/
|
4298 |
-
msgctxt "admin
|
4299 |
-
msgid ""
|
4300 |
-
"For paid listing images, configure that by adding or editing a <a>Fee Plan</"
|
4301 |
-
"a> instead of this setting, which is ignored for paid listings."
|
4302 |
msgstr ""
|
4303 |
-
"بالنسبة لصور الإعلانات المدفوعة، قم بإعدادها بإضافة أو تحرير <a>رسوم الخطة</"
|
4304 |
-
"a> بدلاً من هذا الإعداد، الذي هو تجاهل الإعلانات المدفوعة."
|
4305 |
|
4306 |
-
#: includes/
|
4307 |
-
#: includes/
|
4308 |
-
|
4309 |
-
|
4310 |
-
|
4311 |
-
msgstr "مقتطف"
|
4312 |
|
4313 |
-
#: includes/
|
4314 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1135
|
4315 |
#, fuzzy
|
4316 |
-
msgctxt "admin
|
4317 |
-
msgid "
|
4318 |
-
msgstr "
|
4319 |
|
4320 |
-
#: includes/
|
4321 |
-
msgctxt "admin
|
4322 |
-
msgid "
|
4323 |
-
msgstr "
|
4324 |
-
|
4325 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1184
|
4326 |
-
msgctxt "admin settings"
|
4327 |
-
msgid "Brazilian Real (BRL)"
|
4328 |
-
msgstr "الريال البرازيلي (BRL)"
|
4329 |
|
4330 |
-
#: includes/
|
4331 |
-
msgctxt "admin
|
4332 |
-
msgid "
|
4333 |
-
msgstr "
|
4334 |
|
4335 |
-
#: includes/
|
4336 |
-
msgctxt "admin
|
4337 |
-
msgid "
|
4338 |
-
msgstr "
|
4339 |
|
4340 |
-
#: includes/
|
4341 |
-
msgctxt "admin
|
4342 |
-
msgid "
|
4343 |
-
msgstr "
|
4344 |
|
4345 |
-
#: includes/
|
4346 |
-
msgctxt "admin
|
4347 |
-
msgid "
|
|
|
|
|
4348 |
msgstr ""
|
|
|
|
|
4349 |
|
4350 |
-
#: includes/
|
4351 |
-
msgctxt "admin
|
4352 |
-
msgid "
|
4353 |
-
msgstr "
|
4354 |
-
|
4355 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1190
|
4356 |
-
msgctxt "admin settings"
|
4357 |
-
msgid "Hong Kong Dollar (HKD)"
|
4358 |
-
msgstr "دولار هونج كونج (HKD)"
|
4359 |
|
4360 |
-
#: includes/
|
4361 |
-
msgctxt "admin
|
4362 |
-
msgid "
|
4363 |
-
msgstr "
|
4364 |
|
4365 |
-
#: includes/
|
4366 |
-
msgctxt "admin
|
4367 |
-
msgid "
|
4368 |
-
|
|
|
|
|
4369 |
|
4370 |
-
#: includes/
|
4371 |
-
msgctxt "admin
|
4372 |
-
msgid "
|
4373 |
-
|
|
|
|
|
4374 |
|
4375 |
-
#: includes/
|
4376 |
-
msgctxt "admin
|
4377 |
-
msgid "
|
4378 |
msgstr ""
|
4379 |
|
4380 |
-
#: includes/
|
4381 |
-
msgctxt "admin
|
4382 |
-
msgid "
|
4383 |
-
|
|
|
|
|
4384 |
|
4385 |
-
#: includes/
|
4386 |
-
msgctxt "admin
|
4387 |
-
msgid "
|
4388 |
-
|
|
|
|
|
4389 |
|
4390 |
-
#: includes/
|
4391 |
-
msgctxt "admin
|
4392 |
-
msgid "
|
4393 |
-
msgstr "
|
4394 |
|
4395 |
-
#: includes/
|
4396 |
-
|
4397 |
-
|
4398 |
-
|
|
|
4399 |
|
4400 |
-
#:
|
4401 |
-
msgctxt "admin
|
4402 |
-
msgid "
|
4403 |
-
msgstr "
|
4404 |
|
4405 |
-
#:
|
4406 |
-
|
4407 |
-
|
4408 |
-
|
|
|
|
|
4409 |
|
4410 |
-
#:
|
4411 |
-
msgctxt "admin
|
4412 |
-
msgid "
|
4413 |
-
msgstr "
|
4414 |
|
4415 |
-
#:
|
4416 |
-
msgctxt "admin
|
4417 |
-
msgid "
|
4418 |
-
msgstr "
|
4419 |
|
4420 |
-
#:
|
4421 |
-
msgctxt "admin
|
4422 |
-
msgid "
|
4423 |
-
msgstr "
|
4424 |
|
4425 |
-
#:
|
4426 |
-
msgctxt "admin
|
4427 |
-
msgid "
|
4428 |
-
msgstr "
|
4429 |
|
4430 |
-
#:
|
4431 |
-
msgctxt "admin
|
4432 |
-
msgid "
|
4433 |
-
msgstr "
|
4434 |
|
4435 |
-
#:
|
4436 |
-
msgctxt "admin
|
4437 |
-
msgid "
|
4438 |
-
msgstr "
|
4439 |
|
4440 |
-
#:
|
4441 |
-
msgctxt "admin
|
4442 |
-
msgid "
|
4443 |
-
msgstr "
|
4444 |
|
4445 |
-
#:
|
4446 |
-
msgctxt "admin
|
4447 |
-
msgid "
|
4448 |
-
msgstr "
|
4449 |
|
4450 |
-
#:
|
4451 |
-
msgctxt "admin
|
4452 |
-
msgid "
|
4453 |
-
msgstr "
|
4454 |
|
4455 |
-
#:
|
4456 |
-
msgctxt "admin
|
4457 |
-
msgid "
|
4458 |
-
msgstr "
|
4459 |
|
4460 |
-
#:
|
4461 |
-
msgctxt "admin
|
4462 |
-
msgid "
|
4463 |
-
msgstr "
|
4464 |
|
4465 |
-
|
4466 |
-
|
4467 |
-
|
4468 |
-
msgid "AED currency is not supported by %1$s. %2$s"
|
4469 |
msgstr ""
|
4470 |
|
4471 |
-
#:
|
4472 |
#, fuzzy
|
4473 |
-
msgctxt "admin
|
4474 |
-
msgid ""
|
4475 |
-
"
|
4476 |
-
"can also <a>customize the email</a> users receive."
|
4477 |
-
msgstr ""
|
4478 |
-
"الإعلانات مع الدفعات المعلقة تعد متخلى عنها بعد هذا الوقت. يمكنك أيضا "
|
4479 |
-
"<a>تخصيص البريد الإلكتروني</a> الذي يتلقاه الأعضاء."
|
4480 |
|
4481 |
-
#:
|
4482 |
-
|
4483 |
-
|
4484 |
-
|
|
|
4485 |
|
4486 |
-
#:
|
4487 |
-
|
4488 |
-
|
4489 |
-
|
|
|
4490 |
|
4491 |
-
#:
|
4492 |
-
msgctxt "admin
|
4493 |
-
msgid "
|
4494 |
msgstr ""
|
4495 |
|
4496 |
-
#:
|
4497 |
-
msgctxt "admin
|
4498 |
-
msgid "
|
4499 |
msgstr ""
|
4500 |
|
4501 |
-
#:
|
4502 |
-
|
4503 |
-
|
4504 |
-
|
|
|
4505 |
|
4506 |
-
#:
|
4507 |
-
msgctxt "admin
|
4508 |
-
msgid "
|
4509 |
-
msgstr "
|
4510 |
|
4511 |
-
#:
|
4512 |
-
msgctxt "admin
|
4513 |
-
msgid "
|
4514 |
-
msgstr "
|
4515 |
|
4516 |
-
#:
|
4517 |
-
msgctxt "admin
|
4518 |
-
msgid "
|
4519 |
-
msgstr "
|
4520 |
|
4521 |
-
#:
|
4522 |
-
|
4523 |
-
|
4524 |
-
|
4525 |
-
msgstr "تم تحرير الإعلان"
|
4526 |
|
4527 |
-
#:
|
4528 |
-
|
4529 |
-
|
4530 |
-
|
4531 |
-
msgstr "تم تحرير الإعلان"
|
4532 |
|
4533 |
-
#:
|
4534 |
-
|
4535 |
-
|
4536 |
-
|
4537 |
-
msgstr "تمت ترقية الإعلان."
|
4538 |
|
4539 |
-
#:
|
4540 |
-
|
4541 |
-
|
4542 |
-
|
|
|
4543 |
|
4544 |
-
#:
|
4545 |
-
msgctxt "admin
|
4546 |
-
msgid "
|
4547 |
-
msgstr "
|
4548 |
|
4549 |
-
#:
|
4550 |
-
msgctxt "admin
|
4551 |
-
msgid "
|
4552 |
-
msgstr "
|
4553 |
|
4554 |
-
#:
|
4555 |
#, fuzzy
|
4556 |
-
msgctxt "admin
|
4557 |
-
msgid "
|
4558 |
-
msgstr "
|
4559 |
|
4560 |
-
#:
|
4561 |
-
|
4562 |
-
|
4563 |
-
|
4564 |
-
msgstr "يتم إضافة الإعلان الخاص بهم"
|
4565 |
|
4566 |
-
#:
|
4567 |
-
|
4568 |
-
|
4569 |
-
|
4570 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1563
|
4571 |
-
msgctxt "admin settings"
|
4572 |
-
msgid "Listing's title"
|
4573 |
-
msgstr "عنوان الإعلان"
|
4574 |
|
4575 |
-
#:
|
4576 |
-
|
4577 |
-
|
4578 |
-
|
4579 |
-
msgid "Listing's fee plan name"
|
4580 |
-
msgstr "إنتهاء صلاحية الإعلان"
|
4581 |
|
4582 |
-
#:
|
4583 |
-
|
4584 |
-
|
4585 |
-
|
4586 |
-
msgid "Listing's fee plan description"
|
4587 |
-
msgstr "تحديد رسوم الإعلان"
|
4588 |
|
4589 |
-
#:
|
4590 |
-
|
4591 |
-
|
4592 |
-
|
4593 |
-
msgid "Listing's fee plan details"
|
4594 |
-
msgstr "إنتهاء صلاحية الإعلان"
|
4595 |
|
4596 |
-
#:
|
4597 |
-
msgctxt "admin
|
|
|
|
|
|
|
|
|
|
|
4598 |
msgid ""
|
4599 |
-
"
|
4600 |
-
"
|
4601 |
msgstr ""
|
4602 |
-
"
|
4603 |
-
"
|
4604 |
|
4605 |
-
#:
|
4606 |
-
|
4607 |
-
|
4608 |
-
|
4609 |
-
msgstr "عنوان URL الإعلان"
|
4610 |
|
4611 |
-
#:
|
4612 |
-
|
4613 |
-
|
4614 |
-
|
4615 |
-
msgid "Listing's Access Key"
|
4616 |
-
msgstr "مفاتيح وصول الإعلان"
|
4617 |
|
4618 |
-
#:
|
4619 |
-
|
4620 |
-
|
4621 |
-
|
4622 |
-
msgstr "إسم الكاتب"
|
4623 |
|
4624 |
-
#:
|
4625 |
-
|
4626 |
-
|
4627 |
-
|
4628 |
-
msgstr "رسالة اتصال الإعلان"
|
4629 |
|
4630 |
-
#:
|
4631 |
-
msgctxt "admin
|
4632 |
-
msgid "
|
|
|
|
|
|
|
4633 |
msgstr ""
|
|
|
|
|
4634 |
|
4635 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
4636 |
#, fuzzy
|
4637 |
msgctxt "admin settings"
|
4638 |
-
msgid "
|
4639 |
-
msgstr "
|
4640 |
|
4641 |
-
#: includes/admin/
|
4642 |
msgctxt "admin settings"
|
4643 |
-
msgid "
|
4644 |
-
msgstr ""
|
4645 |
|
4646 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4647 |
-
#, fuzzy
|
4648 |
msgctxt "admin settings"
|
4649 |
-
msgid "
|
4650 |
-
|
|
|
|
|
4651 |
|
4652 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4653 |
msgctxt "admin settings"
|
4654 |
-
msgid "
|
4655 |
-
msgstr "
|
4656 |
|
4657 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4658 |
-
#, fuzzy
|
4659 |
msgctxt "admin settings"
|
4660 |
-
msgid "
|
4661 |
-
msgstr "
|
4662 |
|
4663 |
-
#: includes/
|
4664 |
msgctxt "admin settings"
|
4665 |
-
msgid "
|
4666 |
-
msgstr "
|
4667 |
|
4668 |
-
#: includes/
|
4669 |
msgctxt "admin settings"
|
4670 |
-
msgid "
|
4671 |
-
|
4672 |
-
|
4673 |
-
|
4674 |
-
#, fuzzy
|
4675 |
-
msgctxt "expiration notices"
|
4676 |
-
msgid "Add notice"
|
4677 |
-
msgstr "إضافة حقل"
|
4678 |
-
|
4679 |
-
#: includes/admin/controllers/class-settings-admin.php:522
|
4680 |
-
msgctxt "expiration notices"
|
4681 |
-
msgid "No notices configured."
|
4682 |
msgstr ""
|
|
|
|
|
|
|
4683 |
|
4684 |
-
#: includes/admin/
|
4685 |
-
msgctxt "
|
4686 |
-
msgid "
|
4687 |
-
msgstr ""
|
4688 |
|
4689 |
-
#: includes/admin/
|
4690 |
#, fuzzy
|
4691 |
-
msgctxt "
|
4692 |
-
msgid "
|
4693 |
-
msgstr "
|
4694 |
|
4695 |
-
#: includes/admin/
|
4696 |
#, fuzzy
|
4697 |
-
msgctxt "
|
4698 |
-
msgid "
|
4699 |
-
msgstr "
|
4700 |
|
4701 |
-
#: includes/admin/
|
4702 |
#, fuzzy
|
4703 |
-
msgctxt "
|
4704 |
-
msgid "
|
4705 |
-
msgstr "
|
4706 |
|
4707 |
-
#: includes/admin/
|
4708 |
#, fuzzy
|
4709 |
-
msgctxt "
|
4710 |
-
msgid "
|
4711 |
-
msgstr "
|
4712 |
|
4713 |
-
#: includes/admin/
|
4714 |
-
|
4715 |
-
|
4716 |
-
|
4717 |
-
msgid_plural "%d days"
|
4718 |
-
msgstr[0] "%d يوم"
|
4719 |
-
msgstr[1] "%d يوم"
|
4720 |
-
msgstr[2] "%d يومين"
|
4721 |
-
msgstr[3] "%d أيام"
|
4722 |
-
msgstr[4] "%d يوم"
|
4723 |
-
msgstr[5] "%d يوم"
|
4724 |
|
4725 |
-
#: includes/admin/
|
4726 |
-
|
4727 |
-
|
4728 |
-
|
4729 |
-
msgstr
|
4730 |
-
msgstr[1] ""
|
4731 |
-
msgstr[2] ""
|
4732 |
-
msgstr[3] ""
|
4733 |
-
msgstr[4] ""
|
4734 |
-
msgstr[5] ""
|
4735 |
|
4736 |
-
#: includes/admin/
|
4737 |
-
|
4738 |
-
|
4739 |
-
|
4740 |
-
msgstr
|
4741 |
-
msgstr[1] ""
|
4742 |
-
msgstr[2] ""
|
4743 |
-
msgstr[3] ""
|
4744 |
-
msgstr[4] ""
|
4745 |
-
msgstr[5] ""
|
4746 |
|
4747 |
-
|
4748 |
-
|
4749 |
-
|
4750 |
-
msgctxt "expiration notices"
|
4751 |
-
msgid "Sent %1$s before a listing (%2$s) expires."
|
4752 |
msgstr ""
|
4753 |
|
4754 |
-
|
4755 |
-
|
4756 |
-
|
4757 |
-
|
4758 |
-
msgctxt "expiration notices"
|
4759 |
-
msgid "Sent %1$s after a listing (%2$s) expires."
|
4760 |
-
msgstr "ترسل بعد أن يضاف الإعلان."
|
4761 |
-
|
4762 |
-
#: includes/admin/controllers/class-settings-admin.php:617
|
4763 |
-
msgctxt "expiration notices"
|
4764 |
-
msgid "At the time of expiration"
|
4765 |
-
msgstr ""
|
4766 |
|
4767 |
-
#: includes/admin/
|
4768 |
-
|
4769 |
-
msgctxt "
|
4770 |
-
msgid "
|
4771 |
-
msgstr "
|
4772 |
|
4773 |
-
#: includes/admin/
|
4774 |
-
|
4775 |
-
|
4776 |
-
|
4777 |
-
msgstr
|
4778 |
-
msgstr[1] ""
|
4779 |
-
msgstr[2] ""
|
4780 |
-
msgstr[3] ""
|
4781 |
-
msgstr[4] ""
|
4782 |
-
msgstr[5] ""
|
4783 |
|
4784 |
-
#: includes/admin/
|
4785 |
-
msgctxt "
|
4786 |
-
msgid "
|
4787 |
-
|
4788 |
-
msgstr[0] ""
|
4789 |
-
msgstr[1] ""
|
4790 |
-
msgstr[2] ""
|
4791 |
-
msgstr[3] ""
|
4792 |
-
msgstr[4] ""
|
4793 |
-
msgstr[5] ""
|
4794 |
|
4795 |
-
#: includes/admin/
|
4796 |
-
msgctxt "
|
4797 |
-
msgid "
|
4798 |
-
|
4799 |
-
msgstr[0] ""
|
4800 |
-
msgstr[1] ""
|
4801 |
-
msgstr[2] ""
|
4802 |
-
msgstr[3] ""
|
4803 |
-
msgstr[4] ""
|
4804 |
-
msgstr[5] ""
|
4805 |
|
4806 |
-
#: includes/admin/
|
4807 |
-
msgctxt "
|
4808 |
-
msgid "
|
4809 |
-
|
4810 |
-
msgstr[0] ""
|
4811 |
-
msgstr[1] ""
|
4812 |
-
msgstr[2] ""
|
4813 |
-
msgstr[3] ""
|
4814 |
-
msgstr[4] ""
|
4815 |
-
msgstr[5] ""
|
4816 |
|
4817 |
-
#: includes/admin/
|
4818 |
-
msgctxt "
|
4819 |
-
msgid "
|
4820 |
-
|
4821 |
-
msgstr[0] ""
|
4822 |
-
msgstr[1] ""
|
4823 |
-
msgstr[2] ""
|
4824 |
-
msgstr[3] ""
|
4825 |
-
msgstr[4] ""
|
4826 |
-
msgstr[5] ""
|
4827 |
|
4828 |
-
#: includes/admin/
|
4829 |
-
msgctxt "
|
4830 |
-
msgid "
|
4831 |
-
|
4832 |
-
msgstr[0] ""
|
4833 |
-
msgstr[1] ""
|
4834 |
-
msgstr[2] ""
|
4835 |
-
msgstr[3] ""
|
4836 |
-
msgstr[4] ""
|
4837 |
-
msgstr[5] ""
|
4838 |
|
4839 |
-
#: includes/admin/
|
4840 |
-
|
4841 |
-
|
4842 |
-
|
4843 |
-
|
4844 |
-
|
4845 |
-
#: includes/admin/controllers/class-settings-admin.php:665
|
4846 |
-
msgctxt "expiration notices"
|
4847 |
-
msgid "Non-recurring listings"
|
4848 |
msgstr ""
|
|
|
|
|
4849 |
|
4850 |
-
#: includes/admin/
|
|
|
4851 |
#, fuzzy
|
4852 |
-
msgctxt "
|
4853 |
-
msgid "
|
4854 |
-
msgstr "
|
4855 |
-
|
4856 |
-
#: includes/admin/controllers/class-settings-admin.php:667
|
4857 |
-
msgctxt "expiration notices"
|
4858 |
-
msgid "Recurring and non-recurring listings"
|
4859 |
-
msgstr ""
|
4860 |
-
|
4861 |
-
#: includes/admin/controllers/class-settings-admin.php:672
|
4862 |
-
msgctxt "expiration notices"
|
4863 |
-
msgid "When to send?"
|
4864 |
-
msgstr ""
|
4865 |
|
4866 |
-
#: includes/admin/
|
|
|
4867 |
#, fuzzy
|
4868 |
-
msgctxt "settings"
|
4869 |
-
msgid "
|
4870 |
-
msgstr "
|
4871 |
|
4872 |
-
#: includes/admin/
|
4873 |
-
msgctxt "settings"
|
4874 |
-
msgid "
|
4875 |
-
msgstr "
|
4876 |
|
4877 |
-
#: includes/admin/
|
4878 |
-
msgctxt "settings"
|
4879 |
-
msgid "
|
4880 |
-
msgstr "
|
4881 |
|
4882 |
-
#: includes/admin/
|
4883 |
-
|
4884 |
-
|
4885 |
-
|
4886 |
-
msgstr "إنتهاء صلاحية الإعلان"
|
4887 |
|
4888 |
-
#: includes/admin/
|
4889 |
-
msgctxt "settings"
|
4890 |
-
msgid "
|
4891 |
-
msgstr ""
|
4892 |
|
4893 |
-
#: includes/admin/
|
4894 |
-
msgctxt "settings"
|
4895 |
-
msgid "
|
4896 |
-
msgstr ""
|
4897 |
|
4898 |
-
#: includes/admin/
|
4899 |
-
|
4900 |
-
|
4901 |
-
|
4902 |
-
msgstr "عنوان الإعلان"
|
4903 |
|
4904 |
-
#: includes/admin/
|
4905 |
-
|
4906 |
-
|
4907 |
-
|
4908 |
-
msgstr "إنتهاء صلاحية الإعلان"
|
4909 |
|
4910 |
-
#: includes/admin/
|
4911 |
-
|
4912 |
-
|
4913 |
-
|
4914 |
-
msgstr "مفاتيح وصول الإعلان"
|
4915 |
|
4916 |
-
#: includes/admin/
|
4917 |
-
|
4918 |
-
|
4919 |
-
|
4920 |
-
msgstr "تم تحديث الإعدادات"
|
4921 |
|
4922 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4923 |
-
|
4924 |
-
|
4925 |
-
|
4926 |
-
msgstr "عام"
|
4927 |
|
4928 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4929 |
-
|
4930 |
-
|
4931 |
-
|
4932 |
-
msgid "Listings"
|
4933 |
-
msgstr "الإعلانات"
|
4934 |
|
4935 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4936 |
-
|
4937 |
-
|
4938 |
-
|
4939 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1332
|
4940 |
-
#: includes/admin/settings/class-settings.php:341
|
4941 |
-
#, fuzzy
|
4942 |
-
msgctxt "settings"
|
4943 |
-
msgid "General Settings"
|
4944 |
-
msgstr "الإعدادات العامة"
|
4945 |
|
4946 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4947 |
-
|
4948 |
-
|
4949 |
-
|
4950 |
-
msgstr "الدفع"
|
4951 |
|
4952 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4953 |
-
msgctxt "settings"
|
4954 |
-
msgid "
|
4955 |
-
msgstr ""
|
4956 |
|
4957 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4958 |
-
|
4959 |
-
|
4960 |
-
|
4961 |
-
msgstr "إعدادات الرابط الثابت"
|
4962 |
|
4963 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4964 |
-
|
4965 |
-
|
4966 |
-
|
4967 |
-
msgstr "رابط لطيف لإعلانات الدليل"
|
4968 |
|
4969 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4970 |
-
|
4971 |
-
|
4972 |
-
|
4973 |
-
msgstr "رابط لطيف للتصنيفات"
|
4974 |
|
4975 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4976 |
-
|
4977 |
-
|
4978 |
-
|
4979 |
-
"The slug can't be in use by another term. Avoid \"category\", for instance."
|
4980 |
-
msgstr ""
|
4981 |
-
"لا يمكن أن يكون الرابط اللطيف مستخدم من طرف مصطلح آخر. تجنب \"category\"، "
|
4982 |
-
"على سبيل المثال."
|
4983 |
|
4984 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4985 |
-
|
4986 |
-
|
4987 |
-
|
4988 |
-
msgstr "رابط لطيف للوسوم"
|
4989 |
|
4990 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4991 |
-
|
4992 |
-
|
4993 |
-
|
4994 |
-
msgstr ""
|
4995 |
-
"لا يمكن أن يكون الرابط اللطيف مستخدم من طرف مصطلح آخر. تجنب \"tag\"، على "
|
4996 |
-
"سبيل المثال."
|
4997 |
|
4998 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4999 |
-
|
5000 |
-
|
5001 |
-
|
5002 |
-
msgstr "إزالة معرف الإعلان من روابط URLs الدليل؟"
|
5003 |
|
5004 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5005 |
-
msgctxt "settings"
|
5006 |
-
msgid "
|
5007 |
-
msgstr ""
|
5008 |
|
5009 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5010 |
-
|
5011 |
-
|
5012 |
-
|
5013 |
-
"Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
|
5014 |
-
"directory/1809/listing-title\"."
|
5015 |
-
msgstr ""
|
5016 |
-
"قبل الإصدار 3.5.1، كنا ندرج المعرف في الرابط url الخاص بالإعلان، مثل \"/دليل-"
|
5017 |
-
"الأعمال/1809/عنوان-الإعلان\". تحقق من هذا الإعداد لإزالة المعرف لأفضل أرشفة "
|
5018 |
-
"SEO."
|
5019 |
|
5020 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5021 |
-
|
5022 |
-
|
5023 |
-
|
5024 |
-
msgstr "بحاجة إلى مفاتيح API ل reCAPTCHA؟ أحصل عليها <a>هنا</a>."
|
5025 |
|
5026 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5027 |
-
|
5028 |
-
|
5029 |
-
|
5030 |
-
msgstr "إستخدم reCAPTCHA لاستمارة الاتصال"
|
5031 |
|
5032 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5033 |
-
|
5034 |
-
|
5035 |
-
|
5036 |
-
msgstr "إيقاف reCAPTCHA للأعضاء الذين سجلوا الدخول؟"
|
5037 |
|
5038 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5039 |
-
|
5040 |
-
|
5041 |
-
|
5042 |
-
msgstr "إستخدم reCAPTCHA أثناء إضافة إعلان"
|
5043 |
|
5044 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5045 |
-
|
5046 |
-
|
5047 |
-
|
5048 |
-
msgstr "إستخدم reCAPTCHA في تعليقات الإعلان؟"
|
5049 |
|
5050 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5051 |
-
|
5052 |
-
|
5053 |
-
|
5054 |
-
msgstr "إستخدم reCAPTCHA في تعليقات الإعلان؟"
|
5055 |
|
5056 |
-
|
5057 |
-
|
5058 |
-
msgctxt "settings"
|
5059 |
-
msgid "
|
5060 |
-
msgstr "
|
5061 |
|
5062 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5063 |
#, fuzzy
|
5064 |
-
msgctxt "settings"
|
5065 |
-
msgid "
|
5066 |
-
|
|
|
|
|
|
|
|
|
5067 |
|
5068 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5069 |
-
|
5070 |
-
|
5071 |
-
|
5072 |
-
msgstr "مفتاح خاص reCAPTCHA"
|
5073 |
|
5074 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5075 |
-
|
5076 |
-
|
5077 |
-
|
5078 |
-
msgstr "إعدادات reCaptcha"
|
5079 |
|
5080 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5081 |
-
msgctxt "settings"
|
5082 |
-
msgid "
|
5083 |
msgstr ""
|
5084 |
|
5085 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5086 |
-
msgctxt "settings"
|
5087 |
-
msgid ""
|
5088 |
-
"reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is "
|
5089 |
-
"very likely a bot). Based on the score, you can take variable action in the "
|
5090 |
-
"context of your site. You can set here the score threshold, scores under "
|
5091 |
-
"this value will result in reCAPTCHA validation error."
|
5092 |
msgstr ""
|
5093 |
|
5094 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5095 |
-
|
5096 |
-
|
5097 |
-
msgid "Registration"
|
5098 |
-
msgstr "Enregistrement"
|
5099 |
-
|
5100 |
-
#: includes/admin/settings/class-settings-bootstrap.php:208
|
5101 |
-
#, fuzzy
|
5102 |
-
msgctxt "settings"
|
5103 |
-
msgid ""
|
5104 |
-
"We expect that a membership plugin supports the 'redirect_to' parameter for "
|
5105 |
-
"the URLs below to work. If the plugin does not support them, these settings "
|
5106 |
-
"will not function as expected. Please contact the membership plugin and ask "
|
5107 |
-
"them to support the WP standard 'redirect_to' query parameter."
|
5108 |
msgstr ""
|
5109 |
-
"نتوقع أن تدعم عضوية الإضافة معامل 'redirect_to' لكي تعمل روابط المواقع URLs "
|
5110 |
-
"أدناه. إذا لم تدعم الإضافة ذلك، لن تعمل هذه الإعدادات كما هو متوقع. المرجو "
|
5111 |
-
"الاتصال بعضوية الإضافة، واطلب منهم دعم معامل الاستعلام القياسي 'redirect_to' "
|
5112 |
-
"لووردبريس."
|
5113 |
|
5114 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5115 |
-
|
5116 |
-
|
5117 |
-
|
5118 |
-
msgstr "يتطلب تسجيل الدخول لنشر الإعلانات؟"
|
5119 |
|
5120 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5121 |
-
msgctxt "settings"
|
5122 |
-
msgid "
|
5123 |
-
msgstr ""
|
5124 |
|
5125 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5126 |
-
|
5127 |
-
|
5128 |
-
|
5129 |
-
msgstr "رابط تسجيل الدخول"
|
5130 |
|
5131 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5132 |
#, fuzzy
|
5133 |
-
msgctxt "settings"
|
5134 |
-
msgid "
|
5135 |
-
msgstr ""
|
5136 |
-
"رابط URL لصفحة تسجيل الدخول لعضوية الإضافة الخاصة بك. فقط أدخل هذا إذا كان "
|
5137 |
-
"هناك استخدام لعضوية الإضافة أو صفحة تسجيل دخول مخصصة."
|
5138 |
-
|
5139 |
-
#: includes/admin/settings/class-settings-bootstrap.php:232
|
5140 |
-
msgctxt "settings"
|
5141 |
-
msgid "URL of your membership plugin's login page."
|
5142 |
-
msgstr ""
|
5143 |
|
5144 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5145 |
#, fuzzy
|
5146 |
-
msgctxt "settings"
|
5147 |
-
msgid "
|
5148 |
-
msgstr "
|
5149 |
|
5150 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5151 |
#, fuzzy
|
5152 |
-
msgctxt "settings"
|
5153 |
-
msgid ""
|
5154 |
-
"
|
5155 |
-
msgstr ""
|
5156 |
-
"رابط URL لصفحة التسجيل في عضوية الإضافة الخاصة بك. فقط أدخل هذا إذا كان "
|
5157 |
-
"هناك استخدام لعضوية الإضافة أو صفحة تسجيل مخصصة."
|
5158 |
|
5159 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5160 |
-
msgctxt "settings"
|
5161 |
-
msgid "
|
5162 |
-
msgstr ""
|
5163 |
|
5164 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5165 |
-
msgctxt "settings"
|
5166 |
-
msgid "
|
5167 |
-
msgstr ""
|
5168 |
|
5169 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5170 |
-
|
5171 |
-
|
5172 |
-
|
5173 |
-
"Enter text or a URL starting with http. If you use a URL, the Terms and "
|
5174 |
-
"Conditions text will be replaced by a link to the appropiate page."
|
5175 |
-
msgstr ""
|
5176 |
-
"أدخل النص أو عنوان URL يبدأ ب http. إذا كنت تستخدم عنوان URL، سيتم استبدال "
|
5177 |
-
"نص الأحكام والشروط برابط إلى الصفحة المناسبة."
|
5178 |
|
5179 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5180 |
#, fuzzy
|
5181 |
-
msgctxt "settings"
|
5182 |
-
msgid "
|
5183 |
-
msgstr "
|
5184 |
|
5185 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5186 |
#, fuzzy
|
5187 |
-
msgctxt "settings"
|
5188 |
-
msgid "
|
5189 |
-
msgstr "
|
5190 |
|
5191 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5192 |
-
|
5193 |
-
|
5194 |
-
|
5195 |
-
|
|
|
|
|
|
|
5196 |
|
5197 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5198 |
#, fuzzy
|
5199 |
-
msgctxt "settings"
|
5200 |
-
msgid "
|
5201 |
-
msgstr "
|
5202 |
|
5203 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5204 |
#, fuzzy
|
5205 |
-
msgctxt "settings"
|
5206 |
-
msgid "
|
5207 |
-
msgstr "
|
5208 |
-
|
5209 |
-
#: includes/admin/settings/class-settings-bootstrap.php:349
|
5210 |
-
msgctxt "settings"
|
5211 |
-
msgid ""
|
5212 |
-
"Prevents the Submit Listing button from showing on the main UI, but allows a "
|
5213 |
-
"shortcode for submit listing to function on other pages."
|
5214 |
-
msgstr ""
|
5215 |
|
5216 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5217 |
#, fuzzy
|
5218 |
-
msgctxt "settings"
|
5219 |
-
msgid "
|
5220 |
-
msgstr "
|
5221 |
|
5222 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5223 |
-
msgctxt "settings"
|
5224 |
msgid ""
|
5225 |
-
"
|
5226 |
-
"
|
5227 |
-
"performed a conflict test to validate this is a multiple styles enqueueing "
|
5228 |
-
"issue."
|
5229 |
msgstr ""
|
|
|
|
|
5230 |
|
5231 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5232 |
#, fuzzy
|
5233 |
-
msgctxt "settings"
|
5234 |
-
msgid "
|
5235 |
-
msgstr "
|
5236 |
|
5237 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5238 |
#, fuzzy
|
5239 |
-
msgctxt "settings"
|
5240 |
-
msgid "
|
5241 |
-
msgstr "
|
5242 |
|
5243 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5244 |
#, fuzzy
|
5245 |
-
msgctxt "settings"
|
5246 |
-
msgid ""
|
5247 |
-
|
5248 |
-
|
|
|
|
|
|
|
5249 |
msgstr ""
|
5250 |
-
"عدد الإعلانات التي تظهر في كل صفحة. استخدام قيمة \"0\" لإظهار كل الإعلانات."
|
5251 |
|
5252 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5253 |
#, fuzzy
|
5254 |
-
msgctxt "settings"
|
5255 |
-
msgid "
|
5256 |
-
msgstr "
|
5257 |
|
5258 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5259 |
-
|
5260 |
-
|
5261 |
-
msgid ""
|
5262 |
-
"Use a value of \"0\" to keep a listing alive indefinitely or enter a number "
|
5263 |
-
"less than 10 years (3650 days)."
|
5264 |
msgstr ""
|
5265 |
-
"استخدام قيمة \"0\" للإبقاء على الإعلان إلى أجل غير مسمى، أو قم بإدخال عدد "
|
5266 |
-
"أقل من 10 سنوات (3650 يوما)."
|
5267 |
|
5268 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5269 |
#, fuzzy
|
5270 |
-
msgctxt "settings"
|
5271 |
-
msgid "
|
5272 |
-
msgstr "
|
5273 |
|
5274 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
|
|
|
|
|
|
|
|
5275 |
#, fuzzy
|
5276 |
-
msgctxt "settings"
|
5277 |
-
msgid "
|
5278 |
-
msgstr "
|
5279 |
|
5280 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5281 |
#, fuzzy
|
5282 |
-
msgctxt "
|
5283 |
-
msgid "
|
5284 |
-
msgstr "
|
5285 |
|
5286 |
-
#: includes/admin/
|
5287 |
-
msgctxt "
|
5288 |
-
msgid "
|
5289 |
msgstr ""
|
5290 |
|
5291 |
-
#: includes/admin/
|
5292 |
-
msgctxt "
|
5293 |
-
msgid "
|
5294 |
msgstr ""
|
5295 |
|
5296 |
-
#: includes/admin/
|
5297 |
-
|
5298 |
-
|
5299 |
-
"
|
5300 |
-
msgstr ""
|
5301 |
|
5302 |
-
#: includes/admin/
|
5303 |
#, fuzzy
|
5304 |
-
msgctxt "
|
5305 |
-
msgid "
|
5306 |
-
msgstr "
|
5307 |
|
5308 |
-
#: includes/admin/
|
5309 |
#, fuzzy
|
5310 |
-
msgctxt "
|
5311 |
-
msgid ""
|
5312 |
-
"
|
5313 |
-
"the messages via email."
|
5314 |
-
msgstr ""
|
5315 |
-
"يسمح للزوار بالاتصال بكتاب الإعلان بشكل خاص. الكتاب سوف يتلقون رسائل عبر "
|
5316 |
-
"البريد الإلكتروني."
|
5317 |
|
5318 |
-
#: includes/admin/
|
5319 |
#, fuzzy
|
5320 |
-
msgctxt "
|
5321 |
-
msgid "
|
5322 |
-
msgstr "
|
5323 |
|
5324 |
-
#: includes/admin/
|
5325 |
#, fuzzy
|
5326 |
-
msgctxt "
|
5327 |
-
msgid "
|
5328 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5329 |
|
5330 |
-
|
5331 |
-
|
5332 |
-
|
5333 |
-
|
5334 |
-
"
|
5335 |
-
"unlimited submits per day."
|
5336 |
msgstr ""
|
5337 |
-
"إستخدم هذا لمنع الرسائل المزعجة لأصحاب الإعلانات. 0 تعني إرسال غير محدود في "
|
5338 |
-
"اليوم الواحد."
|
5339 |
|
5340 |
-
|
|
|
|
|
5341 |
#, fuzzy
|
5342 |
-
msgctxt "
|
5343 |
-
msgid "
|
5344 |
-
msgstr "
|
5345 |
|
5346 |
-
#: includes/admin/
|
5347 |
-
|
5348 |
-
|
5349 |
-
msgid ""
|
5350 |
-
"Use this to set contact submits limit for each listing in the directory. 0 "
|
5351 |
-
"means unlimited submits per day."
|
5352 |
msgstr ""
|
5353 |
-
"إستخدم هذا لمنع الرسائل المزعجة لأصحاب الإعلانات. 0 تعني إرسال غير محدود في "
|
5354 |
-
"اليوم الواحد."
|
5355 |
-
|
5356 |
-
#: includes/admin/settings/class-settings-bootstrap.php:570
|
5357 |
-
#, fuzzy
|
5358 |
-
msgctxt "settings"
|
5359 |
-
msgid "Include comment form on listing pages?"
|
5360 |
-
msgstr "يتضمن نموذج التعليق على صفحات الإعلانات؟"
|
5361 |
|
5362 |
-
#: includes/admin/
|
5363 |
#, fuzzy
|
5364 |
-
msgctxt "
|
5365 |
-
msgid "
|
5366 |
-
msgstr "
|
5367 |
-
|
5368 |
-
#: includes/admin/settings/class-settings-bootstrap.php:595
|
5369 |
-
msgctxt "settings"
|
5370 |
-
msgid ""
|
5371 |
-
"Prevents featured listings from floating to the top of the selected page."
|
5372 |
-
msgstr ""
|
5373 |
|
5374 |
-
#: includes/admin/
|
5375 |
-
msgctxt "
|
5376 |
-
msgid ""
|
5377 |
-
"
|
5378 |
-
|
5379 |
-
|
5380 |
-
msgstr ""
|
|
|
|
|
|
|
5381 |
|
5382 |
-
#: includes/admin/
|
5383 |
-
|
5384 |
-
|
5385 |
-
|
5386 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
5387 |
|
5388 |
-
#: includes/admin/
|
5389 |
-
|
5390 |
-
|
5391 |
-
|
5392 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
5393 |
|
5394 |
-
#: includes/admin/
|
5395 |
-
|
5396 |
-
|
5397 |
-
|
5398 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
5399 |
|
5400 |
-
#: includes/admin/
|
5401 |
-
|
5402 |
-
|
5403 |
-
|
5404 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
5405 |
|
5406 |
-
#: includes/admin/
|
5407 |
-
|
5408 |
-
|
5409 |
-
|
5410 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
5411 |
|
5412 |
-
#: includes/admin/
|
5413 |
#, fuzzy
|
5414 |
-
msgctxt "
|
5415 |
-
msgid "
|
5416 |
-
msgstr "
|
5417 |
|
5418 |
-
#: includes/admin/
|
5419 |
-
|
5420 |
-
|
5421 |
-
|
5422 |
-
msgstr "إخفاء التصنيفات الفارغة؟"
|
5423 |
|
5424 |
-
#: includes/admin/
|
5425 |
#, fuzzy
|
5426 |
-
msgctxt "
|
5427 |
-
msgid "
|
5428 |
-
msgstr "
|
5429 |
|
5430 |
-
#: includes/admin/
|
5431 |
-
|
5432 |
-
|
5433 |
-
|
5434 |
-
msgstr "ترتيب إعلانات الدليل حسب"
|
5435 |
|
5436 |
-
#: includes/admin/
|
5437 |
-
|
5438 |
-
|
5439 |
-
|
5440 |
-
msgstr "فرز إعلانات الدليل حسب"
|
5441 |
|
5442 |
-
#: includes/admin/
|
5443 |
#, fuzzy
|
5444 |
msgctxt "settings"
|
5445 |
-
msgid "
|
5446 |
-
msgstr "
|
5447 |
|
5448 |
-
#: includes/admin/
|
5449 |
-
#, fuzzy
|
5450 |
msgctxt "settings"
|
5451 |
-
msgid "
|
5452 |
-
msgstr "
|
5453 |
|
5454 |
-
#: includes/admin/
|
5455 |
-
#, fuzzy
|
5456 |
msgctxt "settings"
|
5457 |
-
msgid "
|
5458 |
-
msgstr "
|
5459 |
|
5460 |
-
#: includes/admin/
|
5461 |
#, fuzzy
|
5462 |
msgctxt "settings"
|
5463 |
-
msgid "
|
5464 |
-
msgstr "
|
5465 |
|
5466 |
-
#: includes/admin/
|
5467 |
msgctxt "settings"
|
5468 |
-
msgid ""
|
5469 |
-
"Hides the button used by the main UI to allow listing submission, but does "
|
5470 |
-
"not shut off the use of the link for submitting listings (allows you to "
|
5471 |
-
"customize the submit listing button on your own)"
|
5472 |
msgstr ""
|
5473 |
|
5474 |
-
#: includes/admin/
|
5475 |
-
#, fuzzy
|
5476 |
msgctxt "settings"
|
5477 |
-
msgid "
|
5478 |
-
msgstr "
|
5479 |
|
5480 |
-
#: includes/admin/
|
5481 |
#, fuzzy
|
5482 |
msgctxt "settings"
|
5483 |
-
msgid "
|
5484 |
-
msgstr "
|
5485 |
|
5486 |
-
#: includes/admin/
|
5487 |
#, fuzzy
|
5488 |
msgctxt "settings"
|
5489 |
-
msgid "
|
5490 |
-
msgstr "
|
5491 |
|
5492 |
-
#: includes/admin/
|
5493 |
#, fuzzy
|
5494 |
msgctxt "settings"
|
5495 |
-
msgid "
|
5496 |
-
msgstr "
|
5497 |
|
5498 |
-
#: includes/admin/
|
5499 |
#, fuzzy
|
5500 |
msgctxt "settings"
|
5501 |
-
msgid "
|
5502 |
-
msgstr "
|
5503 |
|
5504 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5505 |
#, fuzzy
|
5506 |
msgctxt "settings"
|
5507 |
-
msgid "
|
5508 |
-
msgstr "
|
5509 |
|
5510 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5511 |
#, fuzzy
|
5512 |
msgctxt "settings"
|
5513 |
-
msgid "
|
5514 |
-
msgstr "
|
5515 |
|
5516 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
|
|
|
|
|
|
|
|
5517 |
#, fuzzy
|
5518 |
msgctxt "settings"
|
5519 |
-
msgid "
|
5520 |
-
msgstr "
|
5521 |
|
5522 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5523 |
#, fuzzy
|
5524 |
msgctxt "settings"
|
5525 |
-
msgid "
|
5526 |
-
msgstr "
|
5527 |
|
5528 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5529 |
-
#, fuzzy
|
5530 |
msgctxt "settings"
|
5531 |
-
msgid "
|
5532 |
-
msgstr "
|
5533 |
|
5534 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5535 |
#, fuzzy
|
5536 |
msgctxt "settings"
|
5537 |
-
msgid "
|
5538 |
-
msgstr "
|
5539 |
|
5540 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5541 |
#, fuzzy
|
5542 |
msgctxt "settings"
|
5543 |
-
msgid "
|
5544 |
-
msgstr "
|
5545 |
|
5546 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5547 |
#, fuzzy
|
5548 |
msgctxt "settings"
|
5549 |
-
msgid "
|
5550 |
-
msgstr "
|
5551 |
|
5552 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5553 |
#, fuzzy
|
5554 |
msgctxt "settings"
|
5555 |
msgid ""
|
5556 |
-
"
|
5557 |
msgstr ""
|
5558 |
-
"
|
5559 |
-
"
|
5560 |
|
5561 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5562 |
#, fuzzy
|
5563 |
msgctxt "settings"
|
5564 |
-
msgid "
|
5565 |
-
msgstr "
|
5566 |
|
5567 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5568 |
#, fuzzy
|
5569 |
msgctxt "settings"
|
5570 |
-
msgid "
|
5571 |
-
msgstr "
|
|
|
|
|
5572 |
|
5573 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5574 |
#, fuzzy
|
5575 |
msgctxt "settings"
|
5576 |
-
msgid "
|
5577 |
-
msgstr "
|
5578 |
|
5579 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5580 |
-
#, fuzzy
|
5581 |
msgctxt "settings"
|
5582 |
-
msgid "
|
5583 |
-
msgstr "
|
5584 |
|
5585 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5586 |
#, fuzzy
|
5587 |
msgctxt "settings"
|
5588 |
msgid ""
|
5589 |
-
"
|
5590 |
-
"
|
5591 |
-
"match the specified width and their height will be adjusted proportionally. "
|
5592 |
-
"Depending on the uploaded images, thumbnails may have different heights."
|
5593 |
msgstr ""
|
5594 |
-
"
|
5595 |
-
"
|
5596 |
-
"
|
5597 |
-
"الصور المصغرة مختلفة."
|
5598 |
|
5599 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5600 |
msgctxt "settings"
|
5601 |
-
msgid "
|
5602 |
-
msgstr ""
|
5603 |
|
5604 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5605 |
#, fuzzy
|
5606 |
msgctxt "settings"
|
5607 |
-
msgid "
|
5608 |
-
msgstr "
|
5609 |
|
5610 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5611 |
msgctxt "settings"
|
5612 |
-
msgid "
|
5613 |
-
msgstr ""
|
5614 |
|
5615 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5616 |
#, fuzzy
|
5617 |
msgctxt "settings"
|
5618 |
-
msgid "
|
5619 |
-
msgstr "
|
5620 |
|
5621 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5622 |
msgctxt "settings"
|
5623 |
-
msgid ""
|
5624 |
-
"
|
5625 |
-
"detail views. For CROPPED image size values, we use the EXACT size defined. "
|
5626 |
-
"For all other values, we preserve the aspect ratio of the image and use the "
|
5627 |
-
"width as the starting point."
|
5628 |
-
msgstr ""
|
5629 |
|
5630 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5631 |
#, fuzzy
|
5632 |
msgctxt "settings"
|
5633 |
-
msgid "
|
5634 |
-
msgstr "
|
5635 |
|
5636 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5637 |
#, fuzzy
|
5638 |
msgctxt "settings"
|
5639 |
-
msgid "
|
5640 |
-
msgstr "
|
5641 |
|
5642 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5643 |
#, fuzzy
|
5644 |
msgctxt "settings"
|
5645 |
-
msgid "
|
5646 |
-
msgstr "
|
5647 |
|
5648 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5649 |
msgctxt "settings"
|
5650 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5651 |
msgstr ""
|
5652 |
|
5653 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5654 |
msgctxt "settings"
|
5655 |
-
msgid "
|
|
|
|
|
|
|
|
|
5656 |
msgstr ""
|
5657 |
|
5658 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5659 |
#, fuzzy
|
5660 |
msgctxt "settings"
|
5661 |
-
msgid "
|
5662 |
-
msgstr "
|
5663 |
|
5664 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5665 |
#, fuzzy
|
5666 |
msgctxt "settings"
|
5667 |
-
msgid "
|
5668 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5669 |
|
5670 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5671 |
#, fuzzy
|
5672 |
msgctxt "settings"
|
5673 |
-
msgid "
|
5674 |
-
msgstr "
|
5675 |
|
5676 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5677 |
-
#, fuzzy
|
5678 |
msgctxt "settings"
|
5679 |
-
msgid "
|
5680 |
-
msgstr "
|
5681 |
|
5682 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5683 |
#, fuzzy
|
5684 |
msgctxt "settings"
|
5685 |
-
msgid "
|
5686 |
-
msgstr "
|
5687 |
|
5688 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5689 |
#, fuzzy
|
5690 |
msgctxt "settings"
|
5691 |
-
msgid "
|
5692 |
-
msgstr "
|
|
|
|
|
5693 |
|
5694 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5695 |
msgctxt "settings"
|
5696 |
-
msgid "
|
5697 |
msgstr ""
|
5698 |
|
5699 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5700 |
#, fuzzy
|
5701 |
msgctxt "settings"
|
5702 |
-
msgid "
|
5703 |
-
msgstr "
|
5704 |
|
5705 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5706 |
#, fuzzy
|
5707 |
msgctxt "settings"
|
5708 |
-
msgid "
|
5709 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5710 |
|
5711 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5712 |
#, fuzzy
|
5713 |
msgctxt "settings"
|
5714 |
-
msgid "
|
5715 |
-
|
|
|
|
|
|
|
|
|
5716 |
|
5717 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5718 |
#, fuzzy
|
5719 |
msgctxt "settings"
|
5720 |
-
msgid "
|
5721 |
-
msgstr "
|
5722 |
|
5723 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5724 |
#, fuzzy
|
5725 |
msgctxt "settings"
|
5726 |
-
msgid ""
|
5727 |
-
"
|
5728 |
-
"RECOMMENDED as this increases spam to the address and allows spam bots to "
|
5729 |
-
"harvest it for future use."
|
5730 |
-
msgstr ""
|
5731 |
-
"إظهار عنوان البريد الإلكتروني لمالك الإعلان لجميع مستخدمي الويب. لا ينصح به "
|
5732 |
-
"لأن هذا يزيد من الرسائل المزعجة إلى العنوان ويسمح للمتطفلين بجمع عنوانين "
|
5733 |
-
"البريد للاستخدام في المستقبل."
|
5734 |
|
5735 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5736 |
#, fuzzy
|
5737 |
msgctxt "settings"
|
5738 |
-
msgid "
|
5739 |
-
msgstr "
|
5740 |
|
5741 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5742 |
#, fuzzy
|
5743 |
msgctxt "settings"
|
5744 |
-
msgid ""
|
5745 |
-
"
|
5746 |
-
"listings expire."
|
5747 |
-
msgstr ""
|
5748 |
-
"هذا يؤثر على رسائل البريد الإلكتروني المرسلة إلى مالكي الإعلانات عبر نموذج "
|
5749 |
-
"الاتصال أو عندما ينتهي تاريخ الإعلانات."
|
5750 |
|
5751 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5752 |
msgctxt "settings"
|
5753 |
-
msgid "
|
5754 |
-
msgstr ""
|
5755 |
|
5756 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5757 |
msgctxt "settings"
|
5758 |
msgid ""
|
5759 |
-
"
|
5760 |
-
"
|
5761 |
-
"set, you can do that here. If you're unsure, try \"HTML\", \"Plain\" and "
|
5762 |
-
"then \"Both\"."
|
5763 |
msgstr ""
|
5764 |
|
5765 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5766 |
#, fuzzy
|
5767 |
msgctxt "settings"
|
5768 |
-
msgid "
|
5769 |
-
msgstr "
|
5770 |
|
5771 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5772 |
-
#, fuzzy
|
5773 |
msgctxt "settings"
|
5774 |
-
msgid "
|
5775 |
-
|
|
|
|
|
|
|
|
|
5776 |
|
5777 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5778 |
#, fuzzy
|
5779 |
msgctxt "settings"
|
5780 |
-
msgid "
|
5781 |
-
msgstr "
|
5782 |
|
5783 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5784 |
#, fuzzy
|
5785 |
msgctxt "settings"
|
5786 |
-
msgid "
|
5787 |
-
msgstr "
|
5788 |
|
5789 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5790 |
#, fuzzy
|
5791 |
msgctxt "settings"
|
5792 |
-
msgid "
|
5793 |
-
|
|
|
|
|
|
|
5794 |
|
5795 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5796 |
#, fuzzy
|
5797 |
msgctxt "settings"
|
5798 |
-
msgid "Listing
|
5799 |
-
msgstr "
|
5800 |
|
5801 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5802 |
#, fuzzy
|
5803 |
msgctxt "settings"
|
5804 |
msgid ""
|
5805 |
-
"
|
5806 |
-
"
|
5807 |
msgstr ""
|
5808 |
-
"
|
5809 |
-
"
|
5810 |
-
|
5811 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1506
|
5812 |
-
#, fuzzy
|
5813 |
-
msgctxt "settings"
|
5814 |
-
msgid "Payment completed message"
|
5815 |
-
msgstr "رسالة تذكير بالتخلي عن الدفع"
|
5816 |
|
5817 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5818 |
#, fuzzy
|
5819 |
msgctxt "settings"
|
5820 |
-
msgid "
|
5821 |
-
msgstr "
|
5822 |
|
5823 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5824 |
#, fuzzy
|
5825 |
msgctxt "settings"
|
5826 |
-
msgid "
|
5827 |
-
msgstr "
|
5828 |
|
5829 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5830 |
#, fuzzy
|
5831 |
msgctxt "settings"
|
5832 |
-
msgid "
|
5833 |
-
msgstr "
|
5834 |
|
5835 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5836 |
msgctxt "settings"
|
5837 |
-
msgid "
|
5838 |
msgstr ""
|
5839 |
|
5840 |
-
#: includes/admin/settings/class-settings.php:
|
5841 |
-
#: includes/admin/settings/class-settings.php:506
|
5842 |
msgctxt "settings"
|
5843 |
-
msgid "
|
5844 |
msgstr ""
|
5845 |
|
5846 |
-
#: includes/admin/settings/class-settings.php:
|
5847 |
msgctxt "settings"
|
5848 |
-
msgid "
|
|
|
5849 |
msgstr ""
|
5850 |
|
5851 |
-
#: includes/
|
5852 |
#, fuzzy
|
5853 |
msgctxt "settings"
|
5854 |
-
msgid "
|
5855 |
-
msgstr "
|
5856 |
|
5857 |
-
#: includes/
|
|
|
5858 |
msgctxt "settings"
|
5859 |
-
msgid "
|
|
|
|
|
5860 |
msgstr ""
|
|
|
|
|
5861 |
|
5862 |
-
#: includes/
|
5863 |
#, fuzzy
|
5864 |
msgctxt "settings"
|
5865 |
-
msgid "
|
5866 |
-
msgstr "
|
5867 |
-
|
5868 |
-
#: includes/admin/controllers/class-themes-admin.php:43
|
5869 |
-
msgctxt "themes"
|
5870 |
-
msgid "Directory Themes"
|
5871 |
-
msgstr "قوالب الدليل"
|
5872 |
-
|
5873 |
-
#: includes/admin/controllers/class-themes-admin.php:113
|
5874 |
-
msgctxt "themes"
|
5875 |
-
msgid "Could not change the active theme to \"%s\"."
|
5876 |
-
msgstr "تعذر تغيير القالب النشط إلى \"%s\"."
|
5877 |
|
5878 |
-
#: includes/admin/
|
5879 |
-
|
5880 |
-
|
5881 |
-
|
|
|
5882 |
|
5883 |
-
#: includes/admin/
|
5884 |
-
|
|
|
5885 |
msgid ""
|
5886 |
-
"
|
5887 |
-
"
|
5888 |
msgstr ""
|
5889 |
-
"
|
5890 |
-
"
|
5891 |
|
5892 |
-
#: includes/admin/
|
5893 |
-
|
5894 |
-
|
5895 |
-
|
|
|
5896 |
|
5897 |
-
#: includes/admin/
|
5898 |
-
|
5899 |
-
|
5900 |
-
|
|
|
|
|
|
|
|
|
|
|
5901 |
|
5902 |
-
#: includes/admin/
|
5903 |
-
|
5904 |
-
|
5905 |
-
|
|
|
5906 |
|
5907 |
-
#: includes/admin/
|
5908 |
#, fuzzy
|
5909 |
-
msgctxt "
|
5910 |
-
msgid "
|
5911 |
-
msgstr "
|
5912 |
|
5913 |
-
#: includes/admin/
|
5914 |
-
msgctxt "
|
5915 |
-
msgid "
|
5916 |
-
|
|
|
5917 |
|
5918 |
-
#: includes/admin/
|
5919 |
-
msgctxt "
|
5920 |
-
msgid "
|
5921 |
-
|
|
|
|
|
|
|
5922 |
|
5923 |
-
#: includes/admin/
|
5924 |
-
|
5925 |
-
|
5926 |
-
|
|
|
5927 |
|
5928 |
-
#: includes/admin/
|
5929 |
-
|
5930 |
-
|
5931 |
-
|
|
|
5932 |
|
5933 |
-
#: includes/admin/
|
5934 |
#, fuzzy
|
5935 |
-
msgctxt "
|
5936 |
-
msgid "
|
5937 |
-
msgstr "
|
5938 |
|
5939 |
-
#: includes/admin/
|
5940 |
-
|
5941 |
-
msgctxt "
|
5942 |
-
msgid "
|
5943 |
-
msgstr "
|
5944 |
|
5945 |
-
#: includes/admin/
|
5946 |
-
|
5947 |
-
|
5948 |
-
|
|
|
5949 |
|
5950 |
-
#: includes/admin/
|
5951 |
-
|
5952 |
-
|
5953 |
-
|
|
|
5954 |
|
5955 |
-
#: includes/admin/
|
5956 |
-
|
5957 |
-
|
5958 |
-
|
|
|
5959 |
|
5960 |
-
#: includes/admin/
|
5961 |
#, fuzzy
|
5962 |
-
msgctxt "
|
5963 |
-
msgid "
|
5964 |
-
msgstr "
|
5965 |
|
5966 |
-
#: includes/
|
5967 |
-
|
5968 |
-
|
5969 |
-
|
|
|
5970 |
|
5971 |
-
#: includes/
|
5972 |
-
|
5973 |
-
|
5974 |
-
|
|
|
5975 |
|
5976 |
-
#: includes/
|
5977 |
-
|
5978 |
-
|
5979 |
-
|
|
|
5980 |
|
5981 |
-
#: includes/admin/
|
5982 |
-
|
5983 |
-
|
5984 |
-
|
|
|
5985 |
|
5986 |
-
#: includes/admin/
|
5987 |
-
|
5988 |
-
|
5989 |
-
|
|
|
5990 |
|
5991 |
-
#: includes/admin/
|
5992 |
-
|
5993 |
-
|
5994 |
-
|
|
|
5995 |
|
5996 |
-
#:
|
5997 |
-
msgctxt "
|
5998 |
msgid ""
|
5999 |
-
"
|
6000 |
-
"
|
6001 |
-
"
|
6002 |
-
"server's php.ini configuration file."
|
6003 |
msgstr ""
|
6004 |
-
"يرجى ملاحظة أن عملية التصدير مهمة تتطلب موارد كثيرة. إذا لم تنجح في التصدير "
|
6005 |
-
"حاول تعطيل إضافات أخرى أولاً و/أو زيادة قيم التوجيهات 'memory_limit' و "
|
6006 |
-
"'max_execution_time' في الخادم الخاص بك بتعديل ملف الإعدادات php.ini."
|
6007 |
|
6008 |
-
#:
|
6009 |
-
|
6010 |
-
|
6011 |
-
|
|
|
6012 |
|
6013 |
-
#:
|
6014 |
-
|
6015 |
-
|
6016 |
-
|
|
|
6017 |
|
6018 |
-
#:
|
6019 |
-
|
6020 |
-
|
6021 |
-
|
|
|
6022 |
|
6023 |
-
#:
|
6024 |
-
|
6025 |
-
|
6026 |
-
|
|
|
6027 |
|
6028 |
-
#:
|
6029 |
-
|
6030 |
-
|
6031 |
-
|
|
|
6032 |
|
6033 |
-
#:
|
6034 |
-
|
6035 |
-
|
6036 |
-
|
|
|
6037 |
|
6038 |
-
#:
|
6039 |
-
|
6040 |
-
|
6041 |
-
|
|
|
6042 |
|
6043 |
-
#:
|
6044 |
-
|
6045 |
-
|
6046 |
-
"
|
6047 |
-
"
|
6048 |
-
msgstr ""
|
6049 |
-
"عند اختيار الخانة، بدلاً من مجرد ملف CSV سيتم إنشاء ملف مضغوط مع ملف CSV "
|
6050 |
-
"ولائحة الصور."
|
6051 |
|
6052 |
-
#:
|
6053 |
-
|
6054 |
-
|
6055 |
-
|
|
|
6056 |
|
6057 |
-
#:
|
6058 |
-
|
6059 |
-
|
6060 |
-
|
|
|
6061 |
|
6062 |
-
#:
|
6063 |
-
|
6064 |
-
|
6065 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6066 |
|
6067 |
-
#:
|
6068 |
-
|
6069 |
-
|
6070 |
-
|
|
|
6071 |
|
6072 |
-
#:
|
6073 |
#, fuzzy
|
6074 |
-
msgctxt "
|
6075 |
-
msgid "
|
6076 |
-
|
|
|
|
|
|
|
6077 |
|
6078 |
-
#:
|
6079 |
#, fuzzy
|
6080 |
-
msgctxt "
|
6081 |
-
msgid "
|
6082 |
-
msgstr "
|
6083 |
|
6084 |
-
#:
|
6085 |
#, fuzzy
|
6086 |
-
msgctxt "
|
6087 |
-
msgid "
|
6088 |
-
msgstr "
|
6089 |
|
6090 |
-
#:
|
6091 |
-
|
6092 |
-
|
6093 |
-
|
|
|
6094 |
|
6095 |
-
#:
|
6096 |
-
|
6097 |
-
|
6098 |
-
|
|
|
6099 |
|
6100 |
-
#:
|
6101 |
-
|
6102 |
-
|
|
|
|
|
|
|
|
|
|
|
6103 |
msgstr ""
|
|
|
|
|
|
|
|
|
6104 |
|
6105 |
-
#:
|
6106 |
-
msgctxt "
|
6107 |
-
msgid ""
|
6108 |
-
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
6109 |
-
"sure all your listings information is displayed properly when you view or "
|
6110 |
-
"edit the CSV file, we need to generate different versions of the file for "
|
6111 |
-
"each operating system."
|
6112 |
msgstr ""
|
6113 |
|
6114 |
-
#:
|
6115 |
-
|
6116 |
-
|
6117 |
-
|
|
|
6118 |
|
6119 |
-
#:
|
6120 |
-
msgctxt "
|
6121 |
-
msgid "
|
6122 |
-
msgstr "
|
6123 |
|
6124 |
-
#:
|
6125 |
-
|
6126 |
-
|
6127 |
-
|
|
|
6128 |
|
6129 |
-
#:
|
6130 |
-
msgctxt "
|
6131 |
msgid ""
|
6132 |
-
"
|
6133 |
-
"
|
|
|
|
|
6134 |
msgstr ""
|
6135 |
-
"جاري إعداد ملف التصدير. المرجو <u>عدم ترك</u> هذه الصفحة حتى انتهاء التصدير."
|
6136 |
-
|
6137 |
-
#: templates/admin/csv-export.tpl.php:151
|
6138 |
-
msgctxt "admin csv-export"
|
6139 |
-
msgid "No. of listings:"
|
6140 |
-
msgstr "أرقام الإعلانات:"
|
6141 |
-
|
6142 |
-
#: templates/admin/csv-export.tpl.php:153
|
6143 |
-
msgctxt "admin csv-export"
|
6144 |
-
msgid "Approximate export file size:"
|
6145 |
-
msgstr "الحجم التقريبي لملف التصدير:"
|
6146 |
|
6147 |
-
#:
|
6148 |
-
|
6149 |
-
|
6150 |
-
|
6151 |
-
|
6152 |
-
#: templates/admin/csv-export.tpl.php:165
|
6153 |
-
msgctxt "admin csv-export"
|
6154 |
-
msgid "Export Complete"
|
6155 |
-
msgstr "تم التصدير"
|
6156 |
|
6157 |
-
#:
|
6158 |
-
|
6159 |
-
|
6160 |
-
"
|
6161 |
-
"
|
6162 |
-
msgstr "تم بنجاح إنشاء ملف التصدير، والآن جاهز للتحميل."
|
6163 |
|
6164 |
-
#:
|
6165 |
#, fuzzy
|
6166 |
-
msgctxt "
|
6167 |
-
msgid "
|
6168 |
-
msgstr "
|
6169 |
|
6170 |
-
#:
|
6171 |
-
msgctxt "
|
6172 |
-
msgid ""
|
6173 |
-
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
6174 |
-
"temporary data created by Business Directory during the export process."
|
6175 |
msgstr ""
|
6176 |
-
"إضغط على \"تنظيف\" بعد تحميل الملف بغية إزالة جميع البيانات المؤقتة التي تم "
|
6177 |
-
"إنشاؤها بواسطة \"دليل الأعمال\" أثناء عملية التصدير."
|
6178 |
|
6179 |
-
#:
|
6180 |
-
msgctxt "
|
6181 |
-
msgid "
|
6182 |
-
msgstr "
|
6183 |
|
6184 |
-
#:
|
6185 |
-
|
6186 |
-
|
6187 |
-
|
|
|
6188 |
|
6189 |
-
#:
|
6190 |
-
|
6191 |
-
|
6192 |
-
|
|
|
6193 |
|
6194 |
-
#:
|
6195 |
-
|
6196 |
-
|
6197 |
-
|
|
|
6198 |
|
6199 |
-
#: includes/admin/
|
6200 |
#, fuzzy
|
6201 |
-
msgctxt "
|
6202 |
-
msgid ""
|
6203 |
-
"
|
6204 |
-
"imports to function properly. Your server is using \"%s\" but this path does "
|
6205 |
-
"not seem to be writable. Please consult with your host."
|
6206 |
-
msgstr ""
|
6207 |
-
"مطلوب مجلد مؤقت صالح مع صلاحية الكتابة لاستيراد CSV لكي يعمل بشكل صحيح. "
|
6208 |
-
"الخادم الخاص بك يستخدام \"%s\" ولكن هذا المسار لا يبدو أنه قابل للكتابة. "
|
6209 |
-
"يرجى استشارة الاستضافة الخاص بك."
|
6210 |
|
6211 |
-
#: includes/admin/
|
6212 |
#, fuzzy
|
6213 |
-
msgctxt "
|
6214 |
-
msgid "
|
6215 |
-
msgstr "
|
6216 |
|
6217 |
-
#: includes/admin/
|
6218 |
#, fuzzy
|
6219 |
-
msgctxt "
|
6220 |
-
msgid "
|
6221 |
-
msgstr "
|
6222 |
|
6223 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
6224 |
#, fuzzy
|
6225 |
-
msgctxt "
|
6226 |
-
msgid "
|
6227 |
-
msgstr "
|
6228 |
|
6229 |
-
#:
|
6230 |
#, fuzzy
|
6231 |
-
msgctxt "
|
6232 |
-
msgid "
|
6233 |
-
msgstr "
|
6234 |
|
6235 |
-
#:
|
6236 |
#, fuzzy
|
6237 |
-
msgctxt "
|
6238 |
-
msgid "
|
6239 |
-
msgstr "
|
6240 |
|
6241 |
-
#:
|
6242 |
#, fuzzy
|
6243 |
-
msgctxt "
|
6244 |
-
msgid "
|
6245 |
-
msgstr "
|
6246 |
|
6247 |
-
#:
|
6248 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:31
|
6249 |
#, fuzzy
|
6250 |
-
msgctxt "
|
6251 |
-
msgid "
|
6252 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
6253 |
|
6254 |
-
#:
|
6255 |
#, fuzzy
|
6256 |
-
msgctxt "
|
6257 |
-
msgid "
|
6258 |
-
msgstr "
|
6259 |
|
6260 |
-
#:
|
6261 |
#, fuzzy
|
6262 |
-
msgctxt "
|
6263 |
-
msgid "
|
6264 |
-
|
|
|
|
|
|
|
|
|
6265 |
|
6266 |
-
#:
|
6267 |
-
msgctxt "
|
6268 |
-
msgid "
|
6269 |
msgstr ""
|
6270 |
|
6271 |
-
#:
|
6272 |
-
msgctxt "
|
6273 |
-
msgid "
|
|
|
|
|
|
|
|
|
6274 |
msgstr ""
|
6275 |
|
6276 |
-
#:
|
6277 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:89
|
6278 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:103
|
6279 |
#, fuzzy
|
6280 |
-
msgctxt "
|
6281 |
-
msgid "
|
6282 |
-
msgstr "
|
6283 |
|
6284 |
-
#:
|
6285 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
6286 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:104
|
6287 |
#, fuzzy
|
6288 |
-
msgctxt "
|
6289 |
-
msgid "
|
6290 |
-
msgstr "
|
6291 |
|
6292 |
-
#:
|
6293 |
#, fuzzy
|
6294 |
-
msgctxt "
|
6295 |
-
msgid "
|
6296 |
-
msgstr "
|
6297 |
|
6298 |
-
#:
|
6299 |
#, fuzzy
|
6300 |
-
msgctxt "
|
6301 |
-
msgid "
|
6302 |
-
msgstr "
|
6303 |
|
6304 |
-
#:
|
6305 |
#, fuzzy
|
6306 |
-
msgctxt "
|
6307 |
-
msgid "
|
6308 |
-
msgstr "
|
6309 |
|
6310 |
-
#:
|
6311 |
#, fuzzy
|
6312 |
-
msgctxt "
|
6313 |
-
msgid "
|
6314 |
-
msgstr "
|
6315 |
|
6316 |
-
#: includes/admin/
|
6317 |
#, fuzzy
|
6318 |
-
msgctxt "
|
6319 |
-
msgid "
|
6320 |
-
|
|
|
|
|
|
|
|
|
6321 |
|
6322 |
-
#: includes/admin/
|
6323 |
#, fuzzy
|
6324 |
-
msgctxt "
|
6325 |
-
msgid "
|
6326 |
-
msgstr "
|
6327 |
|
6328 |
-
#: includes/admin/
|
6329 |
-
|
6330 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6331 |
msgstr ""
|
6332 |
|
6333 |
-
#: includes/admin/
|
6334 |
-
|
6335 |
-
|
|
|
6336 |
msgstr ""
|
6337 |
|
6338 |
-
#: includes/admin/
|
|
|
|
|
|
|
|
|
|
|
6339 |
#, fuzzy
|
6340 |
-
msgctxt "
|
6341 |
-
msgid "
|
6342 |
-
msgstr "
|
6343 |
|
6344 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
6345 |
#, fuzzy
|
6346 |
-
msgctxt "
|
6347 |
-
msgid "
|
6348 |
-
msgstr "
|
6349 |
|
6350 |
-
#: includes/admin/
|
6351 |
-
msgctxt "
|
6352 |
-
msgid "
|
6353 |
-
msgstr "
|
6354 |
|
6355 |
-
#: includes/admin/
|
6356 |
-
msgctxt "
|
6357 |
-
msgid "
|
6358 |
-
msgstr "
|
6359 |
|
6360 |
-
#: includes/admin/
|
6361 |
-
msgctxt "
|
6362 |
-
msgid "
|
6363 |
-
msgstr "
|
6364 |
|
6365 |
-
#: includes/admin/
|
6366 |
-
msgctxt "
|
6367 |
-
msgid "
|
6368 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6369 |
|
6370 |
-
#: includes/admin/
|
6371 |
-
msgctxt "
|
6372 |
-
msgid "
|
6373 |
-
msgstr "
|
6374 |
|
6375 |
-
#: includes/admin/
|
6376 |
-
msgctxt "
|
6377 |
-
msgid "
|
6378 |
-
msgstr "
|
6379 |
|
6380 |
-
#: includes/admin/
|
6381 |
-
msgctxt "
|
6382 |
-
msgid "
|
6383 |
-
msgstr "
|
6384 |
|
6385 |
-
#: includes/admin/
|
6386 |
#, fuzzy
|
6387 |
-
msgctxt "
|
6388 |
-
msgid "
|
6389 |
-
msgstr "
|
6390 |
|
6391 |
-
#: includes/admin/
|
6392 |
-
|
6393 |
-
|
6394 |
-
|
|
|
6395 |
|
6396 |
-
#: includes/admin/
|
6397 |
-
msgctxt "
|
6398 |
-
msgid "
|
6399 |
-
msgstr "
|
6400 |
|
6401 |
-
#: includes/admin/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6402 |
#, fuzzy
|
6403 |
-
msgctxt "
|
6404 |
-
msgid "
|
6405 |
-
msgstr "
|
6406 |
|
6407 |
-
#: includes/
|
6408 |
-
msgctxt "
|
6409 |
-
msgid "
|
6410 |
-
msgstr "
|
6411 |
|
6412 |
-
#: includes/
|
6413 |
-
msgctxt "
|
6414 |
-
msgid "
|
6415 |
-
msgstr "
|
6416 |
|
6417 |
-
#: includes/
|
6418 |
-
msgctxt "
|
6419 |
-
msgid "
|
6420 |
-
msgstr "
|
6421 |
|
6422 |
-
#: includes/admin/
|
6423 |
-
msgctxt "
|
6424 |
-
msgid "
|
6425 |
-
msgstr "
|
6426 |
|
6427 |
-
#: includes/admin/helpers/
|
6428 |
-
msgctxt "
|
6429 |
-
msgid "
|
6430 |
-
msgstr "
|
6431 |
|
6432 |
-
#: includes/admin/helpers/
|
6433 |
-
msgctxt "
|
6434 |
-
msgid "
|
6435 |
-
msgstr "
|
6436 |
|
6437 |
-
#:
|
6438 |
-
msgctxt "
|
6439 |
msgid ""
|
6440 |
-
"
|
6441 |
-
"
|
6442 |
-
"
|
6443 |
-
"
|
6444 |
msgstr ""
|
6445 |
-
"
|
6446 |
-
"
|
6447 |
-
"
|
6448 |
-
"<a>تمكين عرض البريد الإلكتروني للعموم</a>."
|
6449 |
-
|
6450 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:470
|
6451 |
-
msgctxt "form-fields admin"
|
6452 |
-
msgid "Field deleted."
|
6453 |
-
msgstr "تم حذف الحقل."
|
6454 |
-
|
6455 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:510
|
6456 |
-
msgctxt "form-fields admin"
|
6457 |
-
msgid "Required fields created successfully."
|
6458 |
-
msgstr "الحقول المطلوبة أنشئت بنجاح."
|
6459 |
|
6460 |
-
#:
|
6461 |
-
msgctxt "
|
6462 |
-
msgid "
|
6463 |
-
msgstr "
|
6464 |
|
6465 |
-
#:
|
6466 |
-
|
6467 |
-
|
6468 |
-
|
6469 |
-
msgstr "قائمة منسدلة"
|
6470 |
|
6471 |
-
#:
|
6472 |
-
|
6473 |
-
|
6474 |
-
|
6475 |
-
msgstr "خيارات الحقل (لتحديد القوائم وأزرار الخيارات وخانات الاختيار)."
|
6476 |
|
6477 |
-
#:
|
6478 |
-
msgctxt "
|
6479 |
-
msgid "
|
6480 |
-
msgstr ""
|
6481 |
|
6482 |
-
#:
|
6483 |
-
msgctxt "
|
6484 |
-
msgid "
|
6485 |
-
msgstr ""
|
6486 |
|
6487 |
-
#:
|
6488 |
-
|
6489 |
-
|
6490 |
-
|
6491 |
-
msgstr "قائمة خيارات الحقل مطلوبة."
|
6492 |
|
6493 |
-
#:
|
6494 |
-
|
6495 |
-
|
6496 |
-
|
6497 |
-
msgstr "تسمية الحقل مطلوب."
|
6498 |
|
6499 |
-
#:
|
6500 |
-
msgctxt "
|
6501 |
-
msgid "
|
6502 |
-
|
|
|
|
|
|
|
|
|
6503 |
|
6504 |
-
#:
|
6505 |
-
msgctxt "
|
6506 |
-
msgid "
|
6507 |
-
msgstr "
|
6508 |
|
6509 |
-
#:
|
6510 |
-
msgctxt "
|
6511 |
-
msgid "
|
6512 |
-
msgstr "
|
6513 |
|
6514 |
-
#:
|
6515 |
-
msgctxt "
|
6516 |
-
msgid "
|
6517 |
-
msgstr "
|
6518 |
|
6519 |
-
#:
|
6520 |
-
msgctxt "
|
6521 |
-
msgid ""
|
6522 |
-
"
|
6523 |
-
"switch it unless you know what you're doing."
|
6524 |
-
msgstr ""
|
6525 |
-
"<b>للأعضاء المتقدمين فقط!</b> إلا إذا كنت قيل لك بتغيير هذا، لا تبدل إلا إذا "
|
6526 |
-
"كنت تعرف ما تفعله."
|
6527 |
|
6528 |
-
#:
|
6529 |
-
|
6530 |
-
|
6531 |
-
|
|
|
6532 |
|
6533 |
-
#:
|
6534 |
-
|
6535 |
-
|
6536 |
-
|
|
|
6537 |
|
6538 |
-
#:
|
6539 |
-
|
6540 |
-
|
6541 |
-
"
|
6542 |
-
"
|
6543 |
-
msgstr ""
|
6544 |
|
6545 |
-
#:
|
6546 |
-
msgctxt "
|
6547 |
-
msgid ""
|
6548 |
-
"Enable conditionally (override ONLY when Short Description is empty with a "
|
6549 |
-
"shortened Long Description)"
|
6550 |
msgstr ""
|
6551 |
|
6552 |
-
#:
|
6553 |
-
msgctxt "
|
6554 |
-
msgid "
|
6555 |
msgstr ""
|
6556 |
|
6557 |
-
#:
|
6558 |
-
msgctxt "
|
6559 |
-
msgid ""
|
6560 |
-
"Truncates the description field to the value set here. To display all of the "
|
6561 |
-
"description, set to 0."
|
6562 |
msgstr ""
|
6563 |
|
6564 |
-
#:
|
6565 |
-
msgctxt "
|
6566 |
msgid ""
|
6567 |
-
"
|
6568 |
-
"
|
|
|
|
|
6569 |
msgstr ""
|
6570 |
|
6571 |
-
#:
|
6572 |
-
msgctxt "
|
6573 |
-
msgid "
|
6574 |
-
msgstr "
|
6575 |
-
|
6576 |
-
#: includes/fields/class-fieldtypes-twitter.php:83
|
6577 |
-
#, fuzzy
|
6578 |
-
msgctxt "form-fields admin"
|
6579 |
-
msgid "Show followers count?"
|
6580 |
-
msgstr "إظهار عدد إعلانات التصنيف؟"
|
6581 |
-
|
6582 |
-
#: templates/admin/form-fields-addoredit.tpl.php:29
|
6583 |
-
msgctxt "form-fields admin"
|
6584 |
-
msgid "Field Association"
|
6585 |
-
msgstr "رابطة الحقل"
|
6586 |
-
|
6587 |
-
#: templates/admin/form-fields-addoredit.tpl.php:29
|
6588 |
-
#: templates/admin/form-fields-addoredit.tpl.php:54
|
6589 |
-
#: templates/admin/form-fields-addoredit.tpl.php:77
|
6590 |
-
msgctxt "form-fields admin"
|
6591 |
-
msgid "required"
|
6592 |
-
msgstr "مطلوب"
|
6593 |
-
|
6594 |
-
#: templates/admin/form-fields-addoredit.tpl.php:54
|
6595 |
-
msgctxt "form-fields admin"
|
6596 |
-
msgid "Field Type"
|
6597 |
-
msgstr "نوع الحقل"
|
6598 |
-
|
6599 |
-
#: templates/admin/form-fields-addoredit.tpl.php:77
|
6600 |
-
msgctxt "form-fields admin"
|
6601 |
-
msgid "Field Label"
|
6602 |
-
msgstr "تسمية الحقل"
|
6603 |
|
6604 |
-
#: templates/admin/
|
6605 |
-
msgctxt "
|
6606 |
-
msgid "
|
6607 |
-
msgstr "
|
6608 |
|
6609 |
-
#: templates/admin/
|
6610 |
-
msgctxt "
|
6611 |
-
msgid "
|
6612 |
-
msgstr "
|
6613 |
|
6614 |
-
#: templates/admin/
|
6615 |
-
msgctxt "
|
6616 |
-
msgid "
|
6617 |
-
|
|
|
|
|
|
|
6618 |
|
6619 |
-
#: templates/admin/
|
6620 |
-
msgctxt "
|
6621 |
-
msgid "
|
6622 |
-
msgstr "
|
6623 |
|
6624 |
-
#: templates/admin/
|
6625 |
-
msgctxt "
|
6626 |
-
msgid "
|
6627 |
-
msgstr "
|
6628 |
|
6629 |
-
#: templates/admin/
|
6630 |
-
msgctxt "
|
6631 |
-
msgid "
|
6632 |
-
msgstr "
|
6633 |
|
6634 |
-
#: templates/admin/
|
6635 |
-
msgctxt "
|
6636 |
-
msgid "
|
6637 |
-
msgstr "
|
6638 |
|
6639 |
-
#: templates/admin/
|
6640 |
-
msgctxt "
|
6641 |
-
msgid "
|
6642 |
-
|
|
|
|
|
6643 |
|
6644 |
-
#: templates/admin/
|
6645 |
-
|
6646 |
-
|
6647 |
-
|
|
|
6648 |
|
6649 |
-
#: templates/admin/
|
6650 |
-
msgctxt "
|
6651 |
-
msgid "
|
|
|
|
|
6652 |
msgstr ""
|
|
|
|
|
6653 |
|
6654 |
-
#: templates/admin/
|
6655 |
-
|
6656 |
-
|
6657 |
-
|
6658 |
-
msgstr "تجديد قائمة في جميع فئات منتهية الصلاحية"
|
6659 |
|
6660 |
-
#: templates/admin/
|
6661 |
-
|
6662 |
-
|
6663 |
-
|
6664 |
-
msgstr "تجديد قائمة في جميع فئات منتهية الصلاحية"
|
6665 |
|
6666 |
-
#: templates/admin/
|
6667 |
-
|
6668 |
-
|
6669 |
-
|
6670 |
-
msgstr "يمكنك استخدام العناصر النائبة التالية:"
|
6671 |
|
6672 |
-
#: templates/admin/
|
6673 |
-
msgctxt "
|
6674 |
-
msgid "
|
6675 |
-
msgstr ""
|
6676 |
|
6677 |
-
#:
|
6678 |
-
|
6679 |
-
|
|
|
|
|
|
|
|
|
6680 |
msgstr ""
|
|
|
|
|
|
|
6681 |
|
6682 |
-
#:
|
6683 |
#, fuzzy
|
6684 |
-
msgctxt "
|
6685 |
-
msgid "
|
6686 |
-
msgstr "
|
6687 |
-
|
6688 |
-
#: templates/admin/form-fields-addoredit.tpl.php:220
|
6689 |
-
msgctxt "form-fields admin"
|
6690 |
-
msgid "Show this value in excerpt view?"
|
6691 |
-
msgstr "إظهار هذه القيمة في مشاهدة المقتطفات؟"
|
6692 |
-
|
6693 |
-
#: templates/admin/form-fields-addoredit.tpl.php:226
|
6694 |
-
msgctxt "form-fields admin"
|
6695 |
-
msgid "Display this value in post excerpt view."
|
6696 |
-
msgstr "عرض هذه القيمة في مشاهدة مقتطفات المقالة."
|
6697 |
-
|
6698 |
-
#: templates/admin/form-fields-addoredit.tpl.php:232
|
6699 |
-
msgctxt "form-fields admin"
|
6700 |
-
msgid "Show this value in listing view?"
|
6701 |
-
msgstr "إظهار هذه القيمة في مشاهدة الإعلان؟"
|
6702 |
|
6703 |
-
#:
|
6704 |
-
|
6705 |
-
|
6706 |
-
|
|
|
6707 |
|
6708 |
-
#: templates/admin/
|
6709 |
-
|
6710 |
-
|
6711 |
-
|
|
|
6712 |
|
6713 |
-
#: templates/admin/
|
6714 |
-
|
6715 |
-
|
6716 |
-
|
|
|
6717 |
|
6718 |
-
#: templates/admin/
|
6719 |
#, fuzzy
|
6720 |
-
msgctxt "
|
6721 |
-
msgid "
|
6722 |
-
msgstr "
|
6723 |
|
6724 |
-
#: templates/admin/
|
6725 |
-
|
6726 |
-
|
6727 |
-
|
|
|
6728 |
|
6729 |
-
#: templates/admin/
|
6730 |
-
|
6731 |
-
|
6732 |
-
|
|
|
|
|
6733 |
|
6734 |
-
#: templates/admin/
|
6735 |
#, fuzzy
|
6736 |
-
msgctxt "
|
6737 |
-
msgid "
|
6738 |
-
msgstr "
|
6739 |
|
6740 |
-
#: templates/admin/
|
6741 |
-
|
6742 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
6743 |
msgstr ""
|
6744 |
|
6745 |
-
#: templates/admin/
|
6746 |
-
msgctxt "
|
6747 |
-
msgid "
|
6748 |
msgstr ""
|
6749 |
|
6750 |
-
#: templates/admin/
|
6751 |
-
|
6752 |
-
|
6753 |
-
|
|
|
|
|
|
|
6754 |
|
6755 |
-
#: templates/admin/
|
6756 |
-
|
6757 |
-
|
6758 |
-
|
|
|
|
|
|
|
6759 |
|
6760 |
-
#: templates/admin/
|
6761 |
-
|
6762 |
-
|
6763 |
-
|
|
|
6764 |
|
6765 |
-
#: templates/admin/
|
6766 |
-
|
6767 |
-
|
6768 |
-
|
|
|
6769 |
|
6770 |
-
#: templates/admin/
|
6771 |
-
|
6772 |
-
|
6773 |
-
"
|
6774 |
-
|
6775 |
-
msgstr ""
|
6776 |
-
"قبل إنشاء الحقول، تأكد من أنك قمت بتعيين كل الموجودين مسبقا، وإلا سوف تبدو "
|
6777 |
-
"\"بيانات مفقودة\" في إعلاناتك."
|
6778 |
|
6779 |
-
#: templates/admin/
|
6780 |
-
|
6781 |
-
|
6782 |
-
|
|
|
6783 |
|
6784 |
-
#:
|
6785 |
-
|
6786 |
-
|
6787 |
-
|
|
|
6788 |
|
6789 |
-
#:
|
6790 |
-
|
6791 |
-
|
6792 |
-
|
|
|
6793 |
|
6794 |
-
#:
|
6795 |
-
msgctxt "
|
6796 |
-
msgid "
|
6797 |
-
msgstr "
|
6798 |
|
6799 |
-
#:
|
6800 |
-
msgctxt "
|
6801 |
-
msgid ""
|
6802 |
-
"Here, you can create new fields for your listings, edit or delete existing "
|
6803 |
-
"ones, change the order and visibility of the fields as well as configure "
|
6804 |
-
"special options for them."
|
6805 |
msgstr ""
|
6806 |
-
"هنا، يمكنك إنشاء حقول جديدة لإعلاناتك، تحرير أو حذف الموجود منها، وتغيير "
|
6807 |
-
"ترتيب وإبراز الحقول فضلا عن إعداد خيارات خاصة لهم."
|
6808 |
|
6809 |
-
#:
|
6810 |
-
|
6811 |
-
|
6812 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6813 |
|
6814 |
#: includes/admin/settings/class-settings-bootstrap.php:637
|
6815 |
#: includes/admin/settings/class-settings-bootstrap.php:650
|
@@ -7164,19 +7263,19 @@ msgctxt "listing"
|
|
7164 |
msgid "Listing expired"
|
7165 |
msgstr "الإعلان منتهي التاريخ"
|
7166 |
|
7167 |
-
#: includes/models/class-listing.php:
|
7168 |
#, fuzzy
|
7169 |
msgctxt "listing"
|
7170 |
msgid "(Unavailable Plan)"
|
7171 |
msgstr "(رسم غير متوفر)"
|
7172 |
|
7173 |
-
#: includes/models/class-listing.php:
|
7174 |
#, fuzzy
|
7175 |
msgctxt "listing"
|
7176 |
msgid "Plan \"%s\" (recurring)"
|
7177 |
msgstr "(متكرر)"
|
7178 |
|
7179 |
-
#: includes/models/class-listing.php:
|
7180 |
msgctxt "listing"
|
7181 |
msgid "Plan \"%s\""
|
7182 |
msgstr ""
|
@@ -7355,13 +7454,13 @@ msgctxt "recaptcha"
|
|
7355 |
msgid "The reCAPTCHA validation score failed."
|
7356 |
msgstr "لم يتم إدخال reCAPTCHA بشكل صحيح."
|
7357 |
|
7358 |
-
#: includes/class-wpbdp.php:
|
7359 |
#, fuzzy
|
7360 |
msgctxt "listing image upload"
|
7361 |
msgid "Can not upload any more images for this listing."
|
7362 |
msgstr "التصنيفات لهذا الإعلان"
|
7363 |
|
7364 |
-
#: includes/class-wpbdp.php:
|
7365 |
msgctxt "listing image upload"
|
7366 |
msgid ""
|
7367 |
"You're trying to upload %1$d images, but only have %2$d slot available. "
|
@@ -7406,17 +7505,12 @@ msgctxt "checkout"
|
|
7406 |
msgid "Selected gateway does not support payment's currency."
|
7407 |
msgstr ""
|
7408 |
|
7409 |
-
#: includes/controllers/pages/class-checkout.php:
|
7410 |
-
msgctxt "checkout"
|
7411 |
-
msgid "Pay Now"
|
7412 |
-
msgstr ""
|
7413 |
-
|
7414 |
-
#: includes/controllers/pages/class-checkout.php:225
|
7415 |
msgctxt "checkout"
|
7416 |
msgid "Unknown gateway error."
|
7417 |
msgstr ""
|
7418 |
|
7419 |
-
#: includes/controllers/pages/class-checkout.php:
|
7420 |
msgctxt "checkout"
|
7421 |
msgid ""
|
7422 |
"There was an error trying to process your request. No gateway is selected."
|
@@ -7456,25 +7550,6 @@ msgid ""
|
|
7456 |
"refresh if there's an update."
|
7457 |
msgstr ""
|
7458 |
|
7459 |
-
#: templates/checkout.tpl.php:10
|
7460 |
-
#, fuzzy
|
7461 |
-
msgctxt "checkout"
|
7462 |
-
msgid "Checkout"
|
7463 |
-
msgstr "إنهاء الشراء"
|
7464 |
-
|
7465 |
-
#: templates/checkout.tpl.php:31
|
7466 |
-
msgctxt "checkout"
|
7467 |
-
msgid ""
|
7468 |
-
"Recurring fee plans require a payment method to renew your listing at the "
|
7469 |
-
"end of the term."
|
7470 |
-
msgstr ""
|
7471 |
-
|
7472 |
-
#: templates/checkout.tpl.php:37
|
7473 |
-
#, fuzzy
|
7474 |
-
msgctxt "checkout"
|
7475 |
-
msgid "Select a Payment Method"
|
7476 |
-
msgstr "طريقة الدفع"
|
7477 |
-
|
7478 |
#: includes/controllers/pages/class-delete-listing.php:36
|
7479 |
msgctxt "delete listing"
|
7480 |
msgid "Your listing has been deleted."
|
@@ -7590,7 +7665,7 @@ msgstr ""
|
|
7590 |
"إعلانات بداخلها. هذا يعني أنها لن تظهر على الواجهة الأمامية للموقع الخاص بك. "
|
7591 |
"إذا كنت لا تريد ذلك، إضغط <a>هنا</a> لتغيير الإعداد."
|
7592 |
|
7593 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7594 |
msgctxt "templates"
|
7595 |
msgid ""
|
7596 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
@@ -7599,27 +7674,27 @@ msgstr ""
|
|
7599 |
"<b>المشاهدة غير متوفرة</b>. هل لديك \"تعطيل إضافة إعلان من واجهة الموقع؟\" "
|
7600 |
"محددة في الإعدادات؟"
|
7601 |
|
7602 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7603 |
msgctxt "templates"
|
7604 |
msgid ""
|
7605 |
"Listing submission has been disabled. Contact the administrator for details."
|
7606 |
msgstr ""
|
7607 |
|
7608 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7609 |
msgctxt "templates"
|
7610 |
msgid ""
|
7611 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7612 |
"submit a listing. %s to create a fee plan"
|
7613 |
msgstr ""
|
7614 |
|
7615 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7616 |
msgctxt "templates"
|
7617 |
msgid ""
|
7618 |
"Listing submission is not available at the moment. Contact the administrator "
|
7619 |
"for details."
|
7620 |
msgstr ""
|
7621 |
|
7622 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7623 |
msgctxt "templates"
|
7624 |
msgid ""
|
7625 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -7627,12 +7702,12 @@ msgid ""
|
|
7627 |
"an existing field"
|
7628 |
msgstr ""
|
7629 |
|
7630 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7631 |
msgctxt "templates"
|
7632 |
msgid "Please agree to the Terms and Conditions."
|
7633 |
msgstr "يرجى الموافقة على الشروط والأحكام."
|
7634 |
|
7635 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7636 |
#, fuzzy
|
7637 |
msgctxt "templates"
|
7638 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
@@ -8006,19 +8081,19 @@ msgctxt "submit listing"
|
|
8006 |
msgid "You're logged in as admin, payment will be skipped."
|
8007 |
msgstr "لقد تم تسجيل دخولك كمدير. سيتم تخطي أي خطوات للدفع."
|
8008 |
|
8009 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8010 |
#, fuzzy
|
8011 |
msgctxt "submit listing"
|
8012 |
msgid "Category selection"
|
8013 |
msgstr "إختيار تصنيف"
|
8014 |
|
8015 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8016 |
#, fuzzy
|
8017 |
msgctxt "submit listing"
|
8018 |
msgid "Category & plan selection"
|
8019 |
msgstr "إختيار تصنيف"
|
8020 |
|
8021 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8022 |
#, fuzzy
|
8023 |
msgctxt "submit listing"
|
8024 |
msgid "Can not submit a listing at this moment. Please try again later."
|
@@ -8026,42 +8101,42 @@ msgstr ""
|
|
8026 |
"لا يمكن أن نقوم بمعالجة الدفع الخاص بك في هذه اللحظة. المرجو المحاولة مرة "
|
8027 |
"أخرى لاحقاً."
|
8028 |
|
8029 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8030 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8031 |
#, fuzzy
|
8032 |
msgctxt "submit listing"
|
8033 |
msgid "Please select a category."
|
8034 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
8035 |
|
8036 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8037 |
msgctxt "submit listing"
|
8038 |
msgid "Please choose a valid category for your plan."
|
8039 |
msgstr ""
|
8040 |
|
8041 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8042 |
#, fuzzy
|
8043 |
msgctxt "submit listing"
|
8044 |
msgid "Please choose a valid fee plan for your category selection."
|
8045 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
8046 |
|
8047 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8048 |
#, fuzzy
|
8049 |
msgctxt "submit listing"
|
8050 |
msgid "Please enter your desired username."
|
8051 |
msgstr "يرجى إدخال إسمك."
|
8052 |
|
8053 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8054 |
#, fuzzy
|
8055 |
msgctxt "submit listing"
|
8056 |
msgid "Please enter the e-mail for your new account."
|
8057 |
msgstr "يرجى إدخال إسمك."
|
8058 |
|
8059 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8060 |
msgctxt "submit listing"
|
8061 |
msgid "The username you chose is already in use. Please use a different one."
|
8062 |
msgstr ""
|
8063 |
|
8064 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8065 |
msgctxt "submit listing"
|
8066 |
msgid "The e-mail address you chose for your account is already in use."
|
8067 |
msgstr ""
|
@@ -8072,7 +8147,7 @@ msgctxt "submit listing"
|
|
8072 |
msgid "Listing submitted by admin. Payment skipped."
|
8073 |
msgstr "Poster annonce(paiement initial)"
|
8074 |
|
8075 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8076 |
msgctxt "listing submit"
|
8077 |
msgid ""
|
8078 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -8614,47 +8689,6 @@ msgctxt "utils"
|
|
8614 |
msgid "Error while uploading file"
|
8615 |
msgstr "حدث خطأ أثناء رفع الملف."
|
8616 |
|
8617 |
-
#: includes/widgets/class-listings-widget.php:45
|
8618 |
-
#: includes/widgets/widget-search.php:29
|
8619 |
-
msgctxt "widgets"
|
8620 |
-
msgid "Title:"
|
8621 |
-
msgstr "العنوان:"
|
8622 |
-
|
8623 |
-
#: includes/widgets/class-listings-widget.php:51
|
8624 |
-
msgctxt "widgets"
|
8625 |
-
msgid "Number of listings to display:"
|
8626 |
-
msgstr "عدد الإعلانات للعرض"
|
8627 |
-
|
8628 |
-
#: includes/widgets/class-listings-widget.php:60
|
8629 |
-
msgctxt "widgets"
|
8630 |
-
msgid "Thumbnails"
|
8631 |
-
msgstr "الصور المصغرة"
|
8632 |
-
|
8633 |
-
#: includes/widgets/class-listings-widget.php:68
|
8634 |
-
msgctxt "widgets"
|
8635 |
-
msgid "Show thumbnails"
|
8636 |
-
msgstr "عرض الصور المصغرة"
|
8637 |
-
|
8638 |
-
#: includes/widgets/class-listings-widget.php:72
|
8639 |
-
msgctxt "widgets"
|
8640 |
-
msgid "Image width (in px):"
|
8641 |
-
msgstr "عرض الصورة (بكسل):"
|
8642 |
-
|
8643 |
-
#: includes/widgets/class-listings-widget.php:78
|
8644 |
-
msgctxt "widgets"
|
8645 |
-
msgid "Leave blank for automatic width."
|
8646 |
-
msgstr "أترك المساحة فارغة للعرض التلقائي."
|
8647 |
-
|
8648 |
-
#: includes/widgets/class-listings-widget.php:83
|
8649 |
-
msgctxt "widgets"
|
8650 |
-
msgid "Image height (in px):"
|
8651 |
-
msgstr "ارتفاع الصورة (بكسل):"
|
8652 |
-
|
8653 |
-
#: includes/widgets/class-listings-widget.php:89
|
8654 |
-
msgctxt "widgets"
|
8655 |
-
msgid "Leave blank for automatic height."
|
8656 |
-
msgstr "أترك المساحة فارغة للارتفاع التلقائي."
|
8657 |
-
|
8658 |
#: includes/widgets/widget-featured-listings.php:12
|
8659 |
msgctxt "widgets"
|
8660 |
msgid "Business Directory - Featured Listings"
|
@@ -8720,6 +8754,11 @@ msgctxt "widgets"
|
|
8720 |
msgid "Search the Business Directory"
|
8721 |
msgstr "البحث في دليل الأعمال"
|
8722 |
|
|
|
|
|
|
|
|
|
|
|
8723 |
#: includes/widgets/widget-search.php:36
|
8724 |
msgctxt "widgets"
|
8725 |
msgid "Form Style:"
|
@@ -9069,6 +9108,18 @@ msgctxt "send-access-keys"
|
|
9069 |
msgid "Continue"
|
9070 |
msgstr "متابعة"
|
9071 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9072 |
#, fuzzy
|
9073 |
#~ msgid "Is featured listing/sticky?"
|
9074 |
#~ msgstr "هذا إعلان مميز/مثبت"
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2021-11-10 22:26:32+00:00\n"
|
9 |
"PO-Revision-Date: 2017-01-16 17:47-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
32 |
"payment processor directly."
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: includes/admin/class-admin.php:189
|
36 |
#, fuzzy
|
37 |
msgid ""
|
38 |
"Find out how to create a compelling, thriving business directory from "
|
42 |
"(مجانا) مكونة من 5 أجزاء (ترسل عبر البريد الإلكتروني). أحصل على وحدة ممتازة "
|
43 |
"(premium module) مجانا بمجرد تسجيلك."
|
44 |
|
45 |
+
#: includes/admin/class-admin.php:198
|
46 |
#, fuzzy
|
47 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
48 |
msgstr "هل تريد معرفة \"أسرار بناء\" \"دليل أعمال مدهش\"؟"
|
49 |
|
50 |
+
#: includes/admin/class-admin.php:200
|
51 |
#, fuzzy
|
52 |
msgid "Yes, please!"
|
53 |
msgstr "نعم، من فضلك!"
|
54 |
|
55 |
+
#: includes/admin/class-admin.php:202 includes/admin/tracking.php:215
|
56 |
#, fuzzy
|
57 |
msgid "No, thanks"
|
58 |
msgstr "لا، شكرًا"
|
59 |
|
60 |
+
#: includes/admin/class-admin.php:264
|
61 |
#, fuzzy
|
62 |
msgid "Invalid email address."
|
63 |
msgstr "عنوان البريد الإلكتروني غير صالح!"
|
64 |
|
65 |
+
#: includes/admin/class-admin.php:298
|
66 |
#, fuzzy
|
67 |
msgid "Business Directory Admin"
|
68 |
msgstr "مدير دليل الأعمال"
|
69 |
|
70 |
+
#: includes/admin/class-admin.php:299
|
71 |
#: includes/admin/settings/class-settings-bootstrap.php:703
|
72 |
#: includes/admin/settings/class-settings-bootstrap.php:704
|
73 |
#: includes/helpers/class-app.php:93
|
75 |
msgid "Directory"
|
76 |
msgstr "الدليل"
|
77 |
|
78 |
+
#: includes/admin/class-admin.php:310 templates/admin/home.tpl.php:65
|
79 |
msgid "Fee Plans"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: includes/admin/class-admin.php:313 templates/admin/home.tpl.php:60
|
83 |
#, fuzzy
|
84 |
msgid "Form Fields"
|
85 |
msgstr "حقول الاستمارة"
|
86 |
|
87 |
+
#: includes/admin/class-admin.php:342 includes/admin/class-admin.php:343
|
88 |
#: includes/licensing.php:220
|
89 |
#, fuzzy
|
90 |
msgid "Modules"
|
91 |
msgstr "(جميع الوحدات)"
|
92 |
|
93 |
+
#: includes/admin/class-admin.php:343
|
94 |
#, fuzzy
|
95 |
msgid "Business Directory"
|
96 |
msgstr "دليل الأعمال"
|
97 |
|
98 |
+
#: includes/admin/class-admin.php:847
|
99 |
#, fuzzy
|
100 |
msgid "Could not send renewal email."
|
101 |
msgstr "إرسال رسالة بريد إلكتروني بخصوص التجديد للعضو"
|
102 |
|
103 |
+
#: includes/admin/class-admin.php:981
|
104 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
105 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
106 |
#: templates/email/listing-added.tpl.php:7
|
110 |
msgid "ID"
|
111 |
msgstr "المعرف"
|
112 |
|
113 |
+
#: includes/admin/class-admin.php:983 includes/admin/class-admin.php:991
|
114 |
#: includes/admin/settings/class-settings-bootstrap.php:729
|
115 |
#, fuzzy
|
116 |
msgid "Listing Count"
|
210 |
msgstr "الصور"
|
211 |
|
212 |
#: includes/admin/controllers/class-admin-listings.php:185
|
213 |
+
#: includes/controllers/pages/class-submit-listing.php:511
|
214 |
#: templates/email/listing-reported.tpl.php:7
|
215 |
msgid "Listing Information"
|
216 |
msgstr "معلومات حول الإعلان"
|
253 |
msgid "Delete Listing"
|
254 |
msgstr "حذف الإعلان"
|
255 |
|
256 |
+
#: includes/admin/controllers/class-form-fields-admin.php:32
|
257 |
+
#, fuzzy
|
258 |
+
msgid ""
|
259 |
+
"You can create these custom fields inside \"Form Fields\" or let Business "
|
260 |
+
"Directory do it for you."
|
261 |
+
msgstr ""
|
262 |
+
"يمكنك إنشاء هذه الحقول المخصصة بنفسك داخل \"إدارة الحقول\" أو السماح لدليل "
|
263 |
+
"الأعمال للقيام بذلك نيابة عنك تلقائياً."
|
264 |
+
|
265 |
+
#: includes/admin/controllers/class-form-fields-admin.php:37
|
266 |
+
#: includes/controllers/pages/class-submit-listing.php:841
|
267 |
+
#, fuzzy
|
268 |
+
msgid "Go to \"Form Fields\""
|
269 |
+
msgstr "إنتقل إلى \"إدارة حقول\""
|
270 |
+
|
271 |
+
#: includes/admin/controllers/class-form-fields-admin.php:128
|
272 |
+
#: includes/helpers/functions/general.php:1358
|
273 |
+
#: includes/helpers/functions/general.php:1363
|
274 |
+
msgid "Go back"
|
275 |
+
msgstr ""
|
276 |
+
|
277 |
+
#: includes/admin/controllers/class-form-fields-admin.php:338
|
278 |
+
#: includes/admin/settings/class-settings-bootstrap.php:787
|
279 |
+
#: templates/email/listing-added.tpl.php:10
|
280 |
+
#: templates/email/listing-edited.tpl.php:16
|
281 |
+
#: templates/email/listing-reported.tpl.php:11
|
282 |
+
#, fuzzy
|
283 |
+
msgid "Title"
|
284 |
+
msgstr "العنوان"
|
285 |
+
|
286 |
+
#: includes/admin/controllers/class-form-fields-admin.php:339
|
287 |
+
#: templates/admin/fees-form.tpl.php:219
|
288 |
+
#: templates/email/listing-added.tpl.php:21
|
289 |
+
#: templates/email/listing-edited.tpl.php:29
|
290 |
+
#, fuzzy
|
291 |
+
msgid "Category"
|
292 |
+
msgstr "التصنيف"
|
293 |
+
|
294 |
+
#: includes/admin/controllers/class-form-fields-admin.php:340
|
295 |
+
#, fuzzy
|
296 |
+
msgid "Excerpt"
|
297 |
+
msgstr "مقتطف"
|
298 |
+
|
299 |
+
#: includes/admin/controllers/class-form-fields-admin.php:341
|
300 |
+
#, fuzzy
|
301 |
+
msgid "Content"
|
302 |
+
msgstr "المحتوى"
|
303 |
+
|
304 |
+
#: includes/admin/controllers/class-form-fields-admin.php:342
|
305 |
+
#, fuzzy
|
306 |
+
msgid "Tags"
|
307 |
+
msgstr "الوسوم"
|
308 |
+
|
309 |
+
#: includes/admin/controllers/class-form-fields-admin.php:343
|
310 |
+
#: includes/form-fields.php:445 templates/checkout-billing-form.tpl.php:75
|
311 |
+
#: themes/default/templates/excerpt_content.tpl.php:22
|
312 |
+
#, fuzzy
|
313 |
+
msgid "Address"
|
314 |
+
msgstr "العنوان"
|
315 |
+
|
316 |
+
#: includes/admin/controllers/class-form-fields-admin.php:344
|
317 |
+
#, fuzzy
|
318 |
+
msgid "Address 2"
|
319 |
+
msgstr "العنوان"
|
320 |
+
|
321 |
+
#: includes/admin/controllers/class-form-fields-admin.php:345
|
322 |
+
#: templates/admin/payments-details.tpl.php:161
|
323 |
+
#: templates/checkout-billing-form.tpl.php:87
|
324 |
+
#, fuzzy
|
325 |
+
msgid "City"
|
326 |
+
msgstr "المدينة"
|
327 |
+
|
328 |
+
#: includes/admin/controllers/class-form-fields-admin.php:346
|
329 |
+
#: templates/admin/payments-details.tpl.php:157
|
330 |
+
#, fuzzy
|
331 |
+
msgid "State"
|
332 |
+
msgstr "الولاية"
|
333 |
+
|
334 |
+
#: includes/admin/controllers/class-form-fields-admin.php:347
|
335 |
+
#: templates/admin/payments-details.tpl.php:153
|
336 |
+
#: templates/checkout-billing-form.tpl.php:102
|
337 |
+
#, fuzzy
|
338 |
+
msgid "Country"
|
339 |
+
msgstr "الدولة:"
|
340 |
+
|
341 |
+
#: includes/admin/controllers/class-form-fields-admin.php:348
|
342 |
+
#: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:165
|
343 |
+
msgid "ZIP Code"
|
344 |
+
msgstr "الرمز البريدي"
|
345 |
+
|
346 |
+
#: includes/admin/controllers/class-form-fields-admin.php:349
|
347 |
+
#, fuzzy
|
348 |
+
msgid "FAX Number"
|
349 |
+
msgstr "رقم الفاكس"
|
350 |
+
|
351 |
+
#: includes/admin/controllers/class-form-fields-admin.php:350
|
352 |
+
#: includes/fields/class-fieldtypes-phone-number.php:13
|
353 |
+
#: templates/listing-contactform.tpl.php:38
|
354 |
+
#, fuzzy
|
355 |
+
msgid "Phone Number"
|
356 |
+
msgstr "رقم الهاتف"
|
357 |
+
|
358 |
+
#: includes/admin/controllers/class-form-fields-admin.php:351
|
359 |
+
#, fuzzy
|
360 |
+
msgid "Ratings Field"
|
361 |
+
msgstr "حقول التقييم"
|
362 |
+
|
363 |
+
#: includes/admin/controllers/class-form-fields-admin.php:352
|
364 |
+
#, fuzzy
|
365 |
+
msgid "Twitter"
|
366 |
+
msgstr "تويتر"
|
367 |
+
|
368 |
+
#: includes/admin/controllers/class-form-fields-admin.php:353
|
369 |
+
#: includes/form-fields.php:411
|
370 |
+
#, fuzzy
|
371 |
+
msgid "Website"
|
372 |
+
msgstr "موقع الأنترنيت"
|
373 |
+
|
374 |
#: includes/admin/controllers/class-settings-admin.php:476
|
375 |
msgid "Your license key provides access to new features and updates."
|
376 |
msgstr ""
|
509 |
msgid "Edit"
|
510 |
msgstr "Editer"
|
511 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
512 |
#: includes/admin/page-debug.php:40
|
513 |
#, fuzzy
|
514 |
msgid "Plugin Settings"
|
533 |
msgstr "الجداول المفقودة: %s"
|
534 |
|
535 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
536 |
+
#: includes/controllers/pages/class-submit-listing.php:1244
|
537 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:137
|
538 |
#: templates/listing-contactform.tpl.php:33
|
539 |
#: templates/listing-flagging-form.tpl.php:39
|
582 |
|
583 |
#: includes/admin/settings/class-settings-bootstrap.php:264
|
584 |
#: includes/admin/settings/class-settings-bootstrap.php:278
|
585 |
+
#: includes/controllers/pages/class-submit-listing.php:524
|
586 |
#, fuzzy
|
587 |
msgid "Terms and Conditions"
|
588 |
msgstr "شروط وأحكام"
|
1186 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: includes/class-wpbdp.php:365
|
1190 |
#, fuzzy
|
1191 |
msgid "Upgrade to Premium"
|
1192 |
msgstr "ترقية إلى %s"
|
1193 |
|
1194 |
+
#: includes/class-wpbdp.php:368
|
1195 |
#, fuzzy
|
1196 |
msgid "Settings"
|
1197 |
msgstr "إعدادات"
|
1198 |
|
1199 |
+
#: includes/class-wpbdp.php:572
|
1200 |
#, fuzzy
|
1201 |
msgid "Could not find listing ID"
|
1202 |
msgstr "لا يمكن الاتصال بخادم الترخيص"
|
1203 |
|
1204 |
+
#: includes/class-wpbdp.php:579
|
1205 |
msgid ""
|
1206 |
"Could not verify the image upload request. If problem persists contact site "
|
1207 |
"admin."
|
1208 |
msgstr ""
|
1209 |
|
1210 |
+
#: includes/class-wpbdp.php:586 includes/fields/class-fieldtypes-image.php:322
|
1211 |
#, fuzzy
|
1212 |
msgid "Could not find image ID"
|
1213 |
msgstr "تعذر تحديث القالب : %s"
|
1214 |
|
1215 |
+
#: includes/class-wpbdp.php:618
|
1216 |
#, fuzzy
|
1217 |
msgid ""
|
1218 |
"The directory features are disabled at this time because a <a>manual "
|
1221 |
"تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
|
1222 |
"يدوية قبل المتابعة."
|
1223 |
|
1224 |
+
#: includes/class-wpbdp.php:625
|
1225 |
msgid ""
|
1226 |
"The directory is not available at this time. Please try again in a few "
|
1227 |
"minutes or contact the administrator if the problem persists."
|
1340 |
msgid "Go to SMTP settings"
|
1341 |
msgstr "الذهاب إلى إعلانك"
|
1342 |
|
1343 |
+
#: includes/controllers/pages/class-checkout.php:180
|
1344 |
+
#: includes/controllers/pages/class-manage-listings.php:104
|
1345 |
+
msgid "Pay Now"
|
1346 |
+
msgstr ""
|
1347 |
+
|
1348 |
+
#: includes/controllers/pages/class-checkout.php:180
|
1349 |
+
#, fuzzy
|
1350 |
+
msgid "Complete"
|
1351 |
+
msgstr "إكتمل"
|
1352 |
+
|
1353 |
#. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
|
1354 |
#: includes/controllers/pages/class-flag-listing.php:56
|
1355 |
#, fuzzy
|
1385 |
msgid "l F j, Y \\a\\t g:i a"
|
1386 |
msgstr "l F j, Y \\a\\t g:i a"
|
1387 |
|
1388 |
+
#: includes/controllers/pages/class-manage-listings.php:104
|
1389 |
#: templates/renew-listing.tpl.php:11
|
1390 |
msgid "Renew Listing"
|
1391 |
msgstr "تجديد الإعلان"
|
1402 |
"Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
|
1403 |
"publiée."
|
1404 |
|
1405 |
+
#: includes/controllers/pages/class-submit-listing.php:557
|
1406 |
#, fuzzy
|
1407 |
msgid "Listing Images"
|
1408 |
msgstr "صور الإعلانات"
|
1409 |
|
1410 |
+
#: includes/controllers/pages/class-submit-listing.php:625
|
1411 |
msgid "Account Creation"
|
1412 |
msgstr ""
|
1413 |
|
1414 |
+
#: includes/controllers/pages/class-submit-listing.php:824
|
1415 |
#, fuzzy
|
1416 |
msgid "Go to \"Fee Plans\""
|
1417 |
msgstr "إنتقل إلى \"إدارة حقول\""
|
1418 |
|
1419 |
+
#: includes/controllers/pages/class-submit-listing.php:880
|
1420 |
#, fuzzy
|
1421 |
msgid "Please choose a fee plan."
|
1422 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
1423 |
|
1424 |
+
#: includes/controllers/pages/class-submit-listing.php:1065
|
1425 |
msgid "Please check the form for errors, correct them and submit again."
|
1426 |
msgstr ""
|
1427 |
|
1428 |
+
#: includes/controllers/pages/class-submit-listing.php:1228
|
1429 |
msgid "Create a user account on this site"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
+
#: includes/controllers/pages/class-submit-listing.php:1235
|
1433 |
#, fuzzy
|
1434 |
msgid "Username"
|
1435 |
msgstr "عضو"
|
1436 |
|
1437 |
+
#: includes/controllers/pages/class-submit-listing.php:1257
|
1438 |
#, fuzzy
|
1439 |
msgid "Clear Form"
|
1440 |
msgstr "مسح"
|
1936 |
msgid "Abandoned"
|
1937 |
msgstr "متخلى عنه"
|
1938 |
|
1939 |
+
#: includes/themes.php:941
|
1940 |
#, fuzzy
|
1941 |
msgid "ZIP file is not a valid Business Directory theme file."
|
1942 |
msgstr "ملف الضغط ZIP ليس ملف قالب دليل الأعمال صالح."
|
1973 |
msgstr ""
|
1974 |
"ارتفاع الصورة (%s px) هو أكبر من الحد الأقصى للارتفاع المطلوب لـ %s px "
|
1975 |
|
1976 |
+
#: includes/views/widget/widget-settings.php:9
|
1977 |
+
#, fuzzy
|
1978 |
+
msgid "Title:"
|
1979 |
+
msgstr "العنوان:"
|
1980 |
+
|
1981 |
+
#: includes/views/widget/widget-settings.php:15
|
1982 |
+
#, fuzzy
|
1983 |
+
msgid "Number of listings to display:"
|
1984 |
+
msgstr "عدد الإعلانات للعرض"
|
1985 |
+
|
1986 |
+
#: includes/views/widget/widget-settings.php:24
|
1987 |
+
#, fuzzy
|
1988 |
+
msgid "Thumbnails"
|
1989 |
+
msgstr "الصور المصغرة"
|
1990 |
+
|
1991 |
+
#: includes/views/widget/widget-settings.php:28
|
1992 |
+
#, fuzzy
|
1993 |
+
msgid "Show thumbnails"
|
1994 |
+
msgstr "عرض الصور المصغرة"
|
1995 |
+
|
1996 |
+
#: includes/views/widget/widget-settings.php:35
|
1997 |
+
msgid "Use \"Coming Soon\" photo for listings without an image?"
|
1998 |
+
msgstr ""
|
1999 |
+
|
2000 |
+
#: includes/views/widget/widget-settings.php:41
|
2001 |
+
#, fuzzy
|
2002 |
+
msgid "Image width (in px):"
|
2003 |
+
msgstr "عرض الصورة (بكسل):"
|
2004 |
+
|
2005 |
+
#: includes/views/widget/widget-settings.php:43
|
2006 |
+
#: includes/views/widget/widget-settings.php:50
|
2007 |
+
msgid "Automatic"
|
2008 |
+
msgstr ""
|
2009 |
+
|
2010 |
+
#: includes/views/widget/widget-settings.php:48
|
2011 |
+
#, fuzzy
|
2012 |
+
msgid "Image height (in px):"
|
2013 |
+
msgstr "ارتفاع الصورة (بكسل):"
|
2014 |
+
|
2015 |
+
#: includes/views/widget/widget-settings.php:55
|
2016 |
+
#, fuzzy
|
2017 |
+
msgid "Thumbnail Position (Desktop):"
|
2018 |
+
msgstr "عرض الصور المصغرة (px)"
|
2019 |
+
|
2020 |
+
#: includes/views/widget/widget-settings.php:60
|
2021 |
+
#: includes/views/widget/widget-settings.php:78
|
2022 |
+
msgid "Left"
|
2023 |
+
msgstr ""
|
2024 |
+
|
2025 |
+
#: includes/views/widget/widget-settings.php:63
|
2026 |
+
#: includes/views/widget/widget-settings.php:81
|
2027 |
+
msgid "Right"
|
2028 |
+
msgstr ""
|
2029 |
+
|
2030 |
+
#: includes/views/widget/widget-settings.php:66
|
2031 |
+
#: includes/views/widget/widget-settings.php:84
|
2032 |
+
msgid "Top"
|
2033 |
+
msgstr ""
|
2034 |
+
|
2035 |
+
#: includes/views/widget/widget-settings.php:73
|
2036 |
+
#, fuzzy
|
2037 |
+
msgid "Thumbnail Position (Mobile):"
|
2038 |
+
msgstr "عرض الصور المصغرة (px)"
|
2039 |
+
|
2040 |
+
#: includes/views/widget/widget-settings.php:91
|
2041 |
+
msgid "Fields To Show"
|
2042 |
+
msgstr ""
|
2043 |
+
|
2044 |
+
#: includes/widgets/class-listings-widget.php:191
|
2045 |
+
#, fuzzy
|
2046 |
+
msgid "There are currently no listings to show."
|
2047 |
+
msgstr "لا توجد حاليا إعلانات في الدليل."
|
2048 |
+
|
2049 |
#: templates/admin/csv-export.tpl.php:5
|
2050 |
#, fuzzy
|
2051 |
msgid ""
|
2922 |
msgid "Postal Code"
|
2923 |
msgstr "محتوى المقالة"
|
2924 |
|
2925 |
+
#: templates/checkout.tpl.php:10
|
2926 |
+
#, fuzzy
|
2927 |
+
msgid "Checkout"
|
2928 |
+
msgstr "إنهاء الشراء"
|
2929 |
+
|
2930 |
+
#: templates/checkout.tpl.php:31
|
2931 |
+
msgid ""
|
2932 |
+
"Recurring fee plans require a payment method to renew your listing at the "
|
2933 |
+
"end of the term."
|
2934 |
+
msgstr ""
|
2935 |
+
|
2936 |
+
#: templates/checkout.tpl.php:37
|
2937 |
+
#, fuzzy
|
2938 |
+
msgid "Select a Payment Method"
|
2939 |
+
msgstr "طريقة الدفع"
|
2940 |
+
|
2941 |
+
#: templates/checkout.tpl.php:41 templates/submit-listing-section.tpl.php:24
|
2942 |
msgid "Next"
|
2943 |
msgstr ""
|
2944 |
|
3262 |
msgid "Find A Listing"
|
3263 |
msgstr "العثور على إعلان"
|
3264 |
|
3265 |
+
#: includes/admin/class-admin.php:191
|
3266 |
msgctxt "drip pointer"
|
3267 |
msgid "Email Address:"
|
3268 |
msgstr "عنوان البريد الإلكتروني:"
|
3269 |
|
3270 |
+
#: includes/admin/class-admin.php:223
|
3271 |
msgctxt "admin"
|
3272 |
msgid "Business Directory"
|
3273 |
msgstr "دليل الأعمال"
|
3274 |
|
3275 |
+
#: includes/admin/class-admin.php:238
|
3276 |
msgctxt "admin"
|
3277 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
3278 |
msgstr "أنت مستعد. قم بزيارة صفحة <a>دليل الأعمال</a> الجديدة."
|
3279 |
|
3280 |
+
#: includes/admin/class-admin.php:413
|
3281 |
msgctxt "admin"
|
3282 |
msgid "Untitled Menu"
|
3283 |
msgstr ""
|
3284 |
|
3285 |
+
#: includes/admin/class-admin.php:721
|
3286 |
msgctxt "admin"
|
3287 |
msgid "Dismiss this notice."
|
3288 |
msgstr "إخفاء هذا التنبيه."
|
3289 |
|
3290 |
+
#: includes/admin/class-admin.php:785 includes/admin/class-admin.php:795
|
3291 |
#, fuzzy
|
3292 |
msgctxt "admin"
|
3293 |
msgid "The listing has been updated."
|
3299 |
msgstr[4] "تمت ترقية الإعلانات."
|
3300 |
msgstr[5] "تمت ترقية الإعلانات."
|
3301 |
|
3302 |
+
#: includes/admin/class-admin.php:821
|
3303 |
msgctxt "admin"
|
3304 |
msgid "The fee was successfully assigned."
|
3305 |
msgstr "تم تعيين الرسوم بنجاح."
|
3306 |
|
3307 |
+
#: includes/admin/class-admin.php:831
|
3308 |
msgctxt "admin"
|
3309 |
msgid "Listing was renewed."
|
3310 |
msgid_plural "Listings were renewed."
|
3315 |
msgstr[4] "تم تجديد الإعلانات."
|
3316 |
msgstr[5] "تم تجديد الإعلانات."
|
3317 |
|
3318 |
+
#: includes/admin/class-admin.php:843
|
3319 |
msgctxt "admin"
|
3320 |
msgid "Renewal email sent."
|
3321 |
msgstr "تم إرسال بريد التجديد."
|
3322 |
|
3323 |
+
#: includes/admin/class-admin.php:856
|
3324 |
#, fuzzy
|
3325 |
msgctxt "admin"
|
3326 |
msgid "Listing report deleted."
|
3332 |
msgstr[4] "إنتهاء صلاحية الإعلان"
|
3333 |
msgstr[5] "إنتهاء صلاحية الإعلان"
|
3334 |
|
3335 |
+
#: includes/admin/class-admin.php:905
|
3336 |
#, fuzzy
|
3337 |
msgctxt "admin"
|
3338 |
msgid "Access keys sent."
|
3339 |
msgstr "مفتاح الوصول"
|
3340 |
|
3341 |
+
#: includes/admin/class-admin.php:907
|
3342 |
msgctxt "admin"
|
3343 |
msgid "The access keys couldn't be sent."
|
3344 |
msgstr ""
|
3345 |
|
3346 |
+
#: includes/admin/class-admin.php:1064
|
3347 |
msgctxt "admin"
|
3348 |
msgid ""
|
3349 |
"<b>Business Directory Plugin</b> requires a page with the "
|
3352 |
"<b>إضافة دليل الأعمال</b> تتطلب صفحة فيها الكود القصير "
|
3353 |
"<tt>[businessdirectory]</tt> لكي تعمل بشكل صحيح."
|
3354 |
|
3355 |
+
#: includes/admin/class-admin.php:1066
|
3356 |
msgctxt "admin"
|
3357 |
msgid ""
|
3358 |
"You can create this page by yourself or let Business Directory do this for "
|
3361 |
"يمكنك إنشاء هذه الصفحة بنفسك أو ترك دليل الأعمال القيام بذلك نيابة عنك "
|
3362 |
"تلقائياً."
|
3363 |
|
3364 |
+
#: includes/admin/class-admin.php:1071
|
3365 |
msgctxt "admin"
|
3366 |
msgid "Create required pages for me"
|
3367 |
msgstr "إنشاء الصفحات المطلوب نيابة عني"
|
3368 |
|
3369 |
+
#: includes/admin/class-admin.php:1124
|
3370 |
msgctxt "admin"
|
3371 |
msgid ""
|
3372 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
3374 |
"your provider to upgrade in order to prevent any issues with the plugin."
|
3375 |
msgstr ""
|
3376 |
|
3377 |
+
#: includes/admin/class-admin.php:1148
|
3378 |
#, fuzzy
|
3379 |
msgctxt "admin"
|
3380 |
msgid ""
|
3415 |
msgid "Categories"
|
3416 |
msgstr "التصنيفات"
|
3417 |
|
3418 |
+
#: includes/admin/controllers/class-form-fields-admin.php:26
|
3419 |
msgctxt "admin"
|
3420 |
msgid ""
|
3421 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
3424 |
"<b>إضافة دليل الأعمال</b> تتطلب حقول مع المرتبطات التالية بالترتيب لكي تعمل "
|
3425 |
"بشكل صحيح: <b>%s</b>."
|
3426 |
|
3427 |
+
#: includes/admin/controllers/class-form-fields-admin.php:28
|
3428 |
msgctxt "admin"
|
3429 |
msgid ""
|
3430 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
3433 |
"<b>إضافة دليل الأعمال</b> تتطلب حقل مع <b>%s</b> المرتبطات التالية بالترتيب "
|
3434 |
"لكي تعمل بشكل صحيح."
|
3435 |
|
3436 |
+
#: includes/admin/controllers/class-form-fields-admin.php:42
|
3437 |
msgctxt "admin"
|
3438 |
msgid "Create these required fields for me"
|
3439 |
msgstr "إنشاء هذه الحقول المطلوبة نيابة عني"
|
3440 |
|
3441 |
+
#: includes/admin/class-admin.php:317
|
3442 |
#, fuzzy
|
3443 |
msgctxt "admin menu"
|
3444 |
msgid "Payment History"
|
3445 |
msgstr "سجل المدفوعات"
|
3446 |
|
3447 |
+
#: includes/admin/class-admin.php:320
|
3448 |
#, fuzzy
|
3449 |
msgctxt "admin menu"
|
3450 |
msgid "Import & Export"
|
3451 |
msgstr "استيراد CSV"
|
3452 |
|
3453 |
+
#: includes/admin/class-admin.php:323
|
3454 |
msgctxt "admin menu"
|
3455 |
msgid "Debug"
|
3456 |
msgstr "تصحيح الأخطاء"
|
4070 |
msgid "Reported"
|
4071 |
msgstr ""
|
4072 |
|
4073 |
+
#: includes/admin/controllers/class-admin-listings.php:700
|
4074 |
msgctxt "admin listings"
|
4075 |
msgid "Listing's payment history successfully deleted"
|
4076 |
msgstr ""
|
4108 |
msgid "Reported"
|
4109 |
msgstr ""
|
4110 |
|
4111 |
+
#: includes/models/class-listing.php:934
|
4112 |
msgctxt "listing status"
|
4113 |
msgid "Unknown"
|
4114 |
msgstr ""
|
4115 |
|
4116 |
+
#: includes/models/class-listing.php:935
|
4117 |
msgctxt "listing status"
|
4118 |
msgid "Legacy"
|
4119 |
msgstr ""
|
4120 |
|
4121 |
+
#: includes/models/class-listing.php:936
|
4122 |
#, fuzzy
|
4123 |
msgctxt "listing status"
|
4124 |
msgid "Incomplete"
|
4125 |
msgstr "إكتمل"
|
4126 |
|
4127 |
+
#: includes/models/class-listing.php:937
|
4128 |
#, fuzzy
|
4129 |
msgctxt "listing status"
|
4130 |
msgid "Pending Payment"
|
4131 |
msgstr "في انتظار التخلي"
|
4132 |
|
4133 |
+
#: includes/models/class-listing.php:938
|
4134 |
#, fuzzy
|
4135 |
msgctxt "listing status"
|
4136 |
msgid "Complete"
|
4137 |
msgstr "إكتمل"
|
4138 |
|
4139 |
+
#: includes/models/class-listing.php:939
|
4140 |
#, fuzzy
|
4141 |
msgctxt "listing status"
|
4142 |
msgid "Pending Upgrade"
|
4143 |
msgstr " في انتظار الترقية"
|
4144 |
|
4145 |
+
#: includes/models/class-listing.php:940
|
4146 |
#, fuzzy
|
4147 |
msgctxt "listing status"
|
4148 |
msgid "Expired"
|
4149 |
msgstr "منتهي الصلاحية"
|
4150 |
|
4151 |
+
#: includes/models/class-listing.php:941
|
4152 |
#, fuzzy
|
4153 |
msgctxt "listing status"
|
4154 |
msgid "Pending Renewal"
|
4155 |
msgstr "مفعل + ريثما يتم التجديد"
|
4156 |
|
4157 |
+
#: includes/models/class-listing.php:942
|
4158 |
#, fuzzy
|
4159 |
msgctxt "listing status"
|
4160 |
msgid "Abandoned"
|
4172 |
msgid "View Payment"
|
4173 |
msgstr "الدفع"
|
4174 |
|
4175 |
+
#: includes/admin/controllers/class-admin-listings.php:633
|
4176 |
#, fuzzy
|
4177 |
msgctxt "admin actions"
|
4178 |
msgid "Publish listings"
|
4179 |
msgstr "نشر إعلان"
|
4180 |
|
4181 |
+
#: includes/admin/controllers/class-admin-listings.php:634
|
4182 |
#, fuzzy
|
4183 |
msgctxt "admin actions"
|
4184 |
msgid "Mark as \"Pending Review\""
|
4185 |
msgstr " في الانتظار"
|
4186 |
|
4187 |
+
#: includes/admin/controllers/class-admin-listings.php:635
|
4188 |
msgctxt "admin actions"
|
4189 |
msgid "Hide from directory (mark as \"Draft\")"
|
4190 |
msgstr ""
|
4191 |
|
4192 |
+
#: includes/admin/controllers/class-admin-listings.php:637
|
4193 |
#, fuzzy
|
4194 |
msgctxt "admin actions"
|
4195 |
msgid "Renew listings"
|
4196 |
msgstr "تجديد الإعلان"
|
4197 |
|
4198 |
+
#: includes/admin/controllers/class-admin-listings.php:638
|
4199 |
#, fuzzy
|
4200 |
msgctxt "admin actions"
|
4201 |
msgid "Set listings as \"Expired\""
|
4202 |
msgstr "الإعلان منتهي التاريخ"
|
4203 |
|
4204 |
+
#: includes/admin/controllers/class-admin-listings.php:645
|
4205 |
#, fuzzy
|
4206 |
msgctxt "admin actions"
|
4207 |
msgid "Send access keys"
|
4256 |
msgid "View Payment History"
|
4257 |
msgstr "سجل المدفوعات"
|
4258 |
|
4259 |
+
#: includes/admin/controllers/class-form-fields-admin.php:124
|
4260 |
+
msgctxt "form-fields admin"
|
4261 |
+
msgid "Form Preview"
|
4262 |
+
msgstr "معاينة الاستمارة"
|
|
|
4263 |
|
4264 |
+
#: includes/admin/controllers/class-form-fields-admin.php:183
|
4265 |
+
msgctxt "form-fields admin"
|
4266 |
+
msgid "Form fields updated."
|
4267 |
+
msgstr "تم تحديث الاستمارة."
|
4268 |
|
4269 |
+
#: includes/admin/controllers/class-form-fields-admin.php:206
|
4270 |
+
msgctxt "form-fields admin"
|
4271 |
msgid ""
|
4272 |
+
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
4273 |
+
"\" setting is disabled, display settings below will not be honored and this "
|
4274 |
+
"field will not be displayed on the frontend. If you want e-mail addresses to "
|
4275 |
+
"show on the frontend, you can <a>enable public display of e-mails</a>."
|
4276 |
msgstr ""
|
4277 |
+
"<b>هام</b>: نظرا لأن إعدادات \"<a>عرض حقول عنوان البريد الإلكتروني للعموم؟</"
|
4278 |
+
"a>\" معطلة، عرض الإعدادات أدناه لن يتم إظهاره ولن يتم عرض هذا الحقل على "
|
4279 |
+
"الواجهة. إذا كنت تريد إظهار عناوين البريد الإلكتروني في الواجهة، يمكنك "
|
4280 |
+
"<a>تمكين عرض البريد الإلكتروني للعموم</a>."
|
4281 |
|
4282 |
+
#: includes/admin/controllers/class-form-fields-admin.php:285
|
4283 |
+
msgctxt "form-fields admin"
|
4284 |
+
msgid "Field deleted."
|
4285 |
+
msgstr "تم حذف الحقل."
|
|
|
|
|
|
|
|
|
|
|
4286 |
|
4287 |
+
#: includes/admin/controllers/class-form-fields-admin.php:325
|
4288 |
+
msgctxt "form-fields admin"
|
4289 |
+
msgid "Required fields created successfully."
|
4290 |
+
msgstr "الحقول المطلوبة أنشئت بنجاح."
|
4291 |
|
4292 |
+
#: includes/admin/controllers/class-form-fields-admin.php:377
|
4293 |
+
msgctxt "form-fields admin"
|
4294 |
+
msgid "Tags updated."
|
4295 |
+
msgstr "تم تحديث الوسوم"
|
|
|
|
|
|
|
|
|
|
|
|
|
4296 |
|
4297 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:20
|
4298 |
+
msgctxt "form-fields admin"
|
4299 |
+
msgid "form field"
|
4300 |
+
msgstr "حقل الاستمارة"
|
4301 |
|
4302 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:21
|
4303 |
+
msgctxt "form-fields admin"
|
4304 |
+
msgid "form fields"
|
4305 |
+
msgstr "حقول الاستمارة"
|
|
|
4306 |
|
4307 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:29
|
4308 |
+
msgctxt "form-fields admin"
|
4309 |
+
msgid "Order"
|
4310 |
+
msgstr "ترتيب"
|
|
|
4311 |
|
4312 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:30
|
4313 |
+
msgctxt "form-fields admin"
|
4314 |
+
msgid "Label / Association"
|
4315 |
+
msgstr "تسمية/رابطة"
|
|
|
4316 |
|
4317 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:32
|
4318 |
+
msgctxt "form-fields admin"
|
4319 |
+
msgid "Validator"
|
4320 |
+
msgstr "مدقق"
|
|
|
4321 |
|
4322 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:33
|
4323 |
+
msgctxt "form-fields admin"
|
4324 |
+
msgid "Field Attributes"
|
4325 |
+
msgstr "سمات الحقل"
|
4326 |
|
4327 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:133
|
4328 |
+
#, fuzzy
|
4329 |
+
msgctxt "form-fields admin"
|
4330 |
+
msgid "Shortname"
|
4331 |
+
msgstr "إسم الكاتب"
|
4332 |
|
4333 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:155
|
4334 |
+
msgctxt "form-fields admin"
|
4335 |
+
msgid "Required"
|
4336 |
+
msgstr "مطلوب"
|
|
|
4337 |
|
4338 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:155
|
4339 |
+
msgctxt "form-fields admin"
|
4340 |
+
msgid "Optional"
|
4341 |
+
msgstr "إختياري"
|
4342 |
|
4343 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:162
|
4344 |
+
#, fuzzy
|
4345 |
+
msgctxt "form-fields admin"
|
4346 |
+
msgid "Private"
|
4347 |
+
msgstr "قم بالتفعيل"
|
4348 |
|
4349 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:169
|
4350 |
+
msgctxt "form-fields admin"
|
4351 |
+
msgid "This field value is shown in the excerpt view of a listing."
|
4352 |
+
msgstr "قيمة هذا الحقل ظاهرة في عرض المقتطفات للإعلان."
|
|
|
4353 |
|
4354 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:170
|
4355 |
+
msgctxt "form-fields admin"
|
4356 |
+
msgid "In Excerpt"
|
4357 |
+
msgstr "في مقتطف"
|
|
|
4358 |
|
4359 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:177
|
4360 |
+
msgctxt "form-fields admin"
|
4361 |
+
msgid "This field value is shown in the single view of a listing."
|
4362 |
+
msgstr "قيمة هذا الحقل ظاهرة في العرض المفرد للإعلان."
|
4363 |
|
4364 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:178
|
4365 |
+
msgctxt "form-fields admin"
|
4366 |
+
msgid "In Listing"
|
4367 |
+
msgstr "في الإعلان"
|
4368 |
|
4369 |
+
#: includes/fields/class-fieldtypes-checkbox.php:92
|
4370 |
+
#, fuzzy
|
4371 |
+
msgctxt "form-fields admin"
|
4372 |
+
msgid "Select All"
|
4373 |
+
msgstr "قائمة منسدلة"
|
4374 |
|
4375 |
+
#: includes/fields/class-fieldtypes-checkbox.php:110
|
4376 |
+
#: includes/fields/class-fieldtypes-radiobutton.php:90
|
4377 |
+
msgctxt "form-fields admin"
|
4378 |
+
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4379 |
+
msgstr "خيارات الحقل (لتحديد القوائم وأزرار الخيارات وخانات الاختيار)."
|
4380 |
|
4381 |
+
#: includes/fields/class-fieldtypes-checkbox.php:122
|
4382 |
+
msgctxt "form-fields admin"
|
4383 |
+
msgid "Include \"Select all\"?"
|
4384 |
msgstr ""
|
4385 |
|
4386 |
+
#: includes/fields/class-fieldtypes-checkbox.php:126
|
4387 |
+
msgctxt "form-fields admin"
|
4388 |
+
msgid "Display \"Select all\" option among options above."
|
|
|
|
|
4389 |
msgstr ""
|
|
|
|
|
4390 |
|
4391 |
+
#: includes/fields/class-fieldtypes-checkbox.php:142
|
4392 |
+
#: includes/fields/class-fieldtypes-radiobutton.php:117
|
4393 |
+
msgctxt "form-fields admin"
|
4394 |
+
msgid "Field list of options is required."
|
4395 |
+
msgstr "قائمة خيارات الحقل مطلوبة."
|
|
|
4396 |
|
4397 |
+
#: includes/fields/class-fieldtypes-image.php:58
|
|
|
4398 |
#, fuzzy
|
4399 |
+
msgctxt "form-fields admin"
|
4400 |
+
msgid "Field Caption required?"
|
4401 |
+
msgstr "تسمية الحقل مطلوب."
|
4402 |
|
4403 |
+
#: includes/fields/class-fieldtypes-textarea.php:193
|
4404 |
+
msgctxt "form-fields admin"
|
4405 |
+
msgid "Allow HTML input for this field?"
|
4406 |
+
msgstr "السماح بإدخال HTML لهذا الحقل؟"
|
|
|
|
|
|
|
|
|
|
|
4407 |
|
4408 |
+
#: includes/fields/class-fieldtypes-textarea.php:196
|
4409 |
+
msgctxt "form-fields admin"
|
4410 |
+
msgid "Allow IFRAME tags in content?"
|
4411 |
+
msgstr "السماح لوسوم IFRAME في المحتوى؟"
|
4412 |
|
4413 |
+
#: includes/fields/class-fieldtypes-textarea.php:206
|
4414 |
+
msgctxt "form-fields admin"
|
4415 |
+
msgid "Allow WordPress shortcodes in this field?"
|
4416 |
+
msgstr "السماح بالأكواد القصيرة لووردبريس في هذا الحقل؟"
|
4417 |
|
4418 |
+
#: includes/fields/class-fieldtypes-textarea.php:211
|
4419 |
+
msgctxt "form-fields admin"
|
4420 |
+
msgid "Display a WYSIWYG editor on the frontend?"
|
4421 |
+
msgstr "عرض محرر WYSIWYG في واجهة الموقع؟"
|
4422 |
|
4423 |
+
#: includes/fields/class-fieldtypes-textarea.php:218
|
4424 |
+
msgctxt "form-fields admin"
|
4425 |
+
msgid ""
|
4426 |
+
"<b>Advanced users only!</b> Unless you've been told to change this, don't "
|
4427 |
+
"switch it unless you know what you're doing."
|
4428 |
msgstr ""
|
4429 |
+
"<b>للأعضاء المتقدمين فقط!</b> إلا إذا كنت قيل لك بتغيير هذا، لا تبدل إلا إذا "
|
4430 |
+
"كنت تعرف ما تفعله."
|
4431 |
|
4432 |
+
#: includes/fields/class-fieldtypes-textarea.php:219
|
4433 |
+
msgctxt "form-fields admin"
|
4434 |
+
msgid "Apply \"the_content\" filter before displaying this field?"
|
4435 |
+
msgstr "تطبيق عامل تصفية \"the_content\" قبل عرض هذا الحقل؟"
|
|
|
|
|
|
|
|
|
|
|
4436 |
|
4437 |
+
#: includes/fields/class-fieldtypes-textarea.php:222
|
4438 |
+
msgctxt "form-fields admin"
|
4439 |
+
msgid "Use shortened version of Description field as excerpt"
|
4440 |
+
msgstr ""
|
4441 |
|
4442 |
+
#: includes/fields/class-fieldtypes-textarea.php:223
|
4443 |
+
msgctxt "form-fields admin"
|
4444 |
+
msgid ""
|
4445 |
+
"Enable always (override the Short Description given with a shortened Long "
|
4446 |
+
"Description)"
|
4447 |
+
msgstr ""
|
4448 |
|
4449 |
+
#: includes/fields/class-fieldtypes-textarea.php:224
|
4450 |
+
msgctxt "form-fields admin"
|
4451 |
+
msgid ""
|
4452 |
+
"Enable conditionally (override ONLY when Short Description is empty with a "
|
4453 |
+
"shortened Long Description)"
|
4454 |
+
msgstr ""
|
4455 |
|
4456 |
+
#: includes/fields/class-fieldtypes-textarea.php:225
|
4457 |
+
msgctxt "form-fields admin"
|
4458 |
+
msgid "Disable (use the Short Description all the time, empty or not)"
|
4459 |
msgstr ""
|
4460 |
|
4461 |
+
#: includes/fields/class-fieldtypes-textarea.php:227
|
4462 |
+
msgctxt "form-fields admin"
|
4463 |
+
msgid ""
|
4464 |
+
"Truncates the description field to the value set here. To display all of the "
|
4465 |
+
"description, set to 0."
|
4466 |
+
msgstr ""
|
4467 |
|
4468 |
+
#: includes/fields/class-fieldtypes-textarea.php:228
|
4469 |
+
msgctxt "form-fields admin"
|
4470 |
+
msgid ""
|
4471 |
+
"Number of Characters from Short Description/Excerpt to Display in List View "
|
4472 |
+
"(only)"
|
4473 |
+
msgstr ""
|
4474 |
|
4475 |
+
#: includes/fields/class-fieldtypes-textarea.php:233
|
4476 |
+
msgctxt "form-fields admin"
|
4477 |
+
msgid "Automatically generate excerpt from content field?"
|
4478 |
+
msgstr "تلقائياً إنشاء مقتطفات من حقل المحتوى؟"
|
4479 |
|
4480 |
+
#: includes/fields/class-fieldtypes-twitter.php:83
|
4481 |
+
#, fuzzy
|
4482 |
+
msgctxt "form-fields admin"
|
4483 |
+
msgid "Show followers count?"
|
4484 |
+
msgstr "إظهار عدد إعلانات التصنيف؟"
|
4485 |
|
4486 |
+
#: templates/admin/form-fields-addoredit.tpl.php:29
|
4487 |
+
msgctxt "form-fields admin"
|
4488 |
+
msgid "Field Association"
|
4489 |
+
msgstr "رابطة الحقل"
|
4490 |
|
4491 |
+
#: templates/admin/form-fields-addoredit.tpl.php:29
|
4492 |
+
#: templates/admin/form-fields-addoredit.tpl.php:54
|
4493 |
+
#: templates/admin/form-fields-addoredit.tpl.php:77
|
4494 |
+
msgctxt "form-fields admin"
|
4495 |
+
msgid "required"
|
4496 |
+
msgstr "مطلوب"
|
4497 |
|
4498 |
+
#: templates/admin/form-fields-addoredit.tpl.php:54
|
4499 |
+
msgctxt "form-fields admin"
|
4500 |
+
msgid "Field Type"
|
4501 |
+
msgstr "نوع الحقل"
|
4502 |
|
4503 |
+
#: templates/admin/form-fields-addoredit.tpl.php:77
|
4504 |
+
msgctxt "form-fields admin"
|
4505 |
+
msgid "Field Label"
|
4506 |
+
msgstr "تسمية الحقل"
|
4507 |
|
4508 |
+
#: templates/admin/form-fields-addoredit.tpl.php:87
|
4509 |
+
msgctxt "form-fields admin"
|
4510 |
+
msgid "Field description"
|
4511 |
+
msgstr "وصف الحقل"
|
4512 |
|
4513 |
+
#: templates/admin/form-fields-addoredit.tpl.php:87
|
4514 |
+
msgctxt "form-fields admin"
|
4515 |
+
msgid "optional"
|
4516 |
+
msgstr "إختياري"
|
4517 |
|
4518 |
+
#: templates/admin/form-fields-addoredit.tpl.php:104
|
4519 |
+
msgctxt "form-fields admin"
|
4520 |
+
msgid "Field-specific settings"
|
4521 |
+
msgstr "إعدادات حقل خاص"
|
4522 |
|
4523 |
+
#: templates/admin/form-fields-addoredit.tpl.php:113
|
4524 |
+
msgctxt "form-fields admin"
|
4525 |
+
msgid "Field validation options"
|
4526 |
+
msgstr "خيارات التحقق من صحة الحقل"
|
4527 |
|
4528 |
+
#: templates/admin/form-fields-addoredit.tpl.php:117
|
4529 |
+
msgctxt "form-fields admin"
|
4530 |
+
msgid "Field Validator"
|
4531 |
+
msgstr "مصادقة الحقول"
|
4532 |
|
4533 |
+
#: templates/admin/form-fields-addoredit.tpl.php:121
|
4534 |
+
msgctxt "form-fields admin"
|
4535 |
+
msgid "No validation"
|
4536 |
+
msgstr "لا يوجد تحقق من الصحة"
|
4537 |
|
4538 |
+
#: templates/admin/form-fields-addoredit.tpl.php:143
|
4539 |
+
msgctxt "form-fields admin"
|
4540 |
+
msgid "Is field required?"
|
4541 |
+
msgstr "هل هذا الحقل مطلوب؟"
|
4542 |
|
4543 |
+
#: templates/admin/form-fields-addoredit.tpl.php:149
|
4544 |
+
msgctxt "form-fields admin"
|
4545 |
+
msgid "This field is required."
|
4546 |
+
msgstr "هذا الحقل مطلوب."
|
4547 |
|
4548 |
+
#: templates/admin/form-fields-addoredit.tpl.php:157
|
4549 |
+
msgctxt "form-fields admin"
|
4550 |
+
msgid "Field display options"
|
4551 |
+
msgstr "خيارات عرض الحقل"
|
4552 |
|
4553 |
+
#: templates/admin/form-fields-addoredit.tpl.php:161
|
4554 |
+
msgctxt "form-fields admin"
|
4555 |
+
msgid "Field Category Policy:"
|
|
|
4556 |
msgstr ""
|
4557 |
|
4558 |
+
#: templates/admin/form-fields-addoredit.tpl.php:166
|
4559 |
#, fuzzy
|
4560 |
+
msgctxt "form-fields admin"
|
4561 |
+
msgid "Field applies to all categories"
|
4562 |
+
msgstr "تجديد قائمة في جميع فئات منتهية الصلاحية"
|
|
|
|
|
|
|
|
|
4563 |
|
4564 |
+
#: templates/admin/form-fields-addoredit.tpl.php:167
|
4565 |
+
#, fuzzy
|
4566 |
+
msgctxt "form-fields admin"
|
4567 |
+
msgid "Field applies to only certain categories"
|
4568 |
+
msgstr "تجديد قائمة في جميع فئات منتهية الصلاحية"
|
4569 |
|
4570 |
+
#: templates/admin/form-fields-addoredit.tpl.php:171
|
4571 |
+
#, fuzzy
|
4572 |
+
msgctxt "form-fields admin"
|
4573 |
+
msgid "Limit field to the following categories:"
|
4574 |
+
msgstr "يمكنك استخدام العناصر النائبة التالية:"
|
4575 |
|
4576 |
+
#: templates/admin/form-fields-addoredit.tpl.php:195
|
4577 |
+
msgctxt "form-fields admin"
|
4578 |
+
msgid "Click to add categories to the selection."
|
4579 |
msgstr ""
|
4580 |
|
4581 |
+
#: templates/admin/form-fields-addoredit.tpl.php:208
|
4582 |
+
msgctxt "form-fields admin"
|
4583 |
+
msgid "Show this field to admin users only?"
|
4584 |
msgstr ""
|
4585 |
|
4586 |
+
#: templates/admin/form-fields-addoredit.tpl.php:214
|
4587 |
+
#, fuzzy
|
4588 |
+
msgctxt "form-fields admin"
|
4589 |
+
msgid "Display this field to admin users only in the edit listing view."
|
4590 |
+
msgstr "عرض هذه القيمة في مشاهدة الإعلان."
|
4591 |
|
4592 |
+
#: templates/admin/form-fields-addoredit.tpl.php:220
|
4593 |
+
msgctxt "form-fields admin"
|
4594 |
+
msgid "Show this value in excerpt view?"
|
4595 |
+
msgstr "إظهار هذه القيمة في مشاهدة المقتطفات؟"
|
4596 |
|
4597 |
+
#: templates/admin/form-fields-addoredit.tpl.php:226
|
4598 |
+
msgctxt "form-fields admin"
|
4599 |
+
msgid "Display this value in post excerpt view."
|
4600 |
+
msgstr "عرض هذه القيمة في مشاهدة مقتطفات المقالة."
|
4601 |
|
4602 |
+
#: templates/admin/form-fields-addoredit.tpl.php:232
|
4603 |
+
msgctxt "form-fields admin"
|
4604 |
+
msgid "Show this value in listing view?"
|
4605 |
+
msgstr "إظهار هذه القيمة في مشاهدة الإعلان؟"
|
4606 |
|
4607 |
+
#: templates/admin/form-fields-addoredit.tpl.php:238
|
4608 |
+
msgctxt "form-fields admin"
|
4609 |
+
msgid "Display this value in the listing view."
|
4610 |
+
msgstr "عرض هذه القيمة في مشاهدة الإعلان."
|
|
|
4611 |
|
4612 |
+
#: templates/admin/form-fields-addoredit.tpl.php:244
|
4613 |
+
msgctxt "form-fields admin"
|
4614 |
+
msgid "Include this field in the search form?"
|
4615 |
+
msgstr "تضمين هذا الحقل في نموذج البحث؟"
|
|
|
4616 |
|
4617 |
+
#: templates/admin/form-fields-addoredit.tpl.php:250
|
4618 |
+
msgctxt "form-fields admin"
|
4619 |
+
msgid "Include this field in the search form."
|
4620 |
+
msgstr "تضمين هذا الحقل في نموذج البحث."
|
|
|
4621 |
|
4622 |
+
#: templates/admin/form-fields-addoredit.tpl.php:256
|
4623 |
+
#, fuzzy
|
4624 |
+
msgctxt "form-fields admin"
|
4625 |
+
msgid "Is this field required for searching?"
|
4626 |
+
msgstr "هل هذا الحقل مطلوب؟"
|
4627 |
|
4628 |
+
#: templates/admin/form-fields-addoredit.tpl.php:274
|
4629 |
+
msgctxt "form-fields admin"
|
4630 |
+
msgid "Hide this field's label?"
|
4631 |
+
msgstr "إخفاء تسمية هذا الحقل؟"
|
4632 |
|
4633 |
+
#: templates/admin/form-fields-addoredit.tpl.php:280
|
4634 |
+
msgctxt "form-fields admin"
|
4635 |
+
msgid "Hide this field's label when displaying it."
|
4636 |
+
msgstr "إخفاء تسمية هذا الحقل عند عرضه."
|
4637 |
|
4638 |
+
#: templates/admin/form-fields-addoredit.tpl.php:288
|
4639 |
#, fuzzy
|
4640 |
+
msgctxt "form-fields admin"
|
4641 |
+
msgid "Field privacy options"
|
4642 |
+
msgstr "خيارات عرض الحقل"
|
4643 |
|
4644 |
+
#: templates/admin/form-fields-addoredit.tpl.php:292
|
4645 |
+
msgctxt "form-fields admin"
|
4646 |
+
msgid "This field contains sensitive or private information?"
|
4647 |
+
msgstr ""
|
|
|
4648 |
|
4649 |
+
#: templates/admin/form-fields-addoredit.tpl.php:300
|
4650 |
+
msgctxt "form-fields admin"
|
4651 |
+
msgid "Add this field when exporting or deleting user's personal data."
|
4652 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
4653 |
|
4654 |
+
#: templates/admin/form-fields-addoredit.tpl.php:309
|
4655 |
+
msgctxt "form-fields admin"
|
4656 |
+
msgid "Update Field"
|
4657 |
+
msgstr "تحديث الحقل"
|
|
|
|
|
4658 |
|
4659 |
+
#: templates/admin/form-fields-addoredit.tpl.php:311
|
4660 |
+
msgctxt "form-fields admin"
|
4661 |
+
msgid "Add Field"
|
4662 |
+
msgstr "إضافة حقل"
|
|
|
|
|
4663 |
|
4664 |
+
#: templates/admin/form-fields-tags.tpl.php:5
|
4665 |
+
msgctxt "form-fields admin"
|
4666 |
+
msgid "-- None --"
|
4667 |
+
msgstr "-- إختر --"
|
|
|
|
|
4668 |
|
4669 |
+
#: templates/admin/form-fields-tags.tpl.php:14
|
4670 |
+
msgctxt "form-fields admin"
|
4671 |
+
msgid "Theme Tags"
|
4672 |
+
msgstr "وسوم القالب"
|
4673 |
+
|
4674 |
+
#: templates/admin/form-fields-tags.tpl.php:19
|
4675 |
+
msgctxt "form-fields admin"
|
4676 |
msgid ""
|
4677 |
+
"Before you create fields, make sure you've mapped all of your EXISTING ones "
|
4678 |
+
"first, otherwise you'll appear to be \"missing data\" on your listings."
|
4679 |
msgstr ""
|
4680 |
+
"قبل إنشاء الحقول، تأكد من أنك قمت بتعيين كل الموجودين مسبقا، وإلا سوف تبدو "
|
4681 |
+
"\"بيانات مفقودة\" في إعلاناتك."
|
4682 |
|
4683 |
+
#: templates/admin/form-fields-tags.tpl.php:22
|
4684 |
+
msgctxt "form-fields admin"
|
4685 |
+
msgid "Create Missing Fields"
|
4686 |
+
msgstr "إنشاء الحقول المفقودة"
|
|
|
4687 |
|
4688 |
+
#: templates/admin/form-fields.tpl.php:4
|
4689 |
+
msgctxt "form-fields admin"
|
4690 |
+
msgid "Add New Form Field"
|
4691 |
+
msgstr "إضافة حقل نموذج جديد"
|
|
|
|
|
4692 |
|
4693 |
+
#: templates/admin/form-fields.tpl.php:11
|
4694 |
+
msgctxt "form-fields admin"
|
4695 |
+
msgid "Preview Form"
|
4696 |
+
msgstr "معاينة الاستمارة"
|
|
|
4697 |
|
4698 |
+
#: templates/admin/form-fields.tpl.php:17
|
4699 |
+
msgctxt "form-fields admin"
|
4700 |
+
msgid "Manage Theme Tags"
|
4701 |
+
msgstr "إدارة وسوم القالب"
|
|
|
4702 |
|
4703 |
+
#: templates/admin/form-fields.tpl.php:28
|
4704 |
+
msgctxt "form-fields admin"
|
4705 |
+
msgid ""
|
4706 |
+
"Here, you can create new fields for your listings, edit or delete existing "
|
4707 |
+
"ones, change the order and visibility of the fields as well as configure "
|
4708 |
+
"special options for them."
|
4709 |
msgstr ""
|
4710 |
+
"هنا، يمكنك إنشاء حقول جديدة لإعلاناتك، تحرير أو حذف الموجود منها، وتغيير "
|
4711 |
+
"ترتيب وإبراز الحقول فضلا عن إعداد خيارات خاصة لهم."
|
4712 |
|
4713 |
+
#: templates/admin/form-fields.tpl.php:39
|
4714 |
+
msgctxt "form-fields admin"
|
4715 |
+
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
4716 |
+
msgstr "المرجو مراجعة <a>وثائق حقول الاستمارة</a> للحصول على مزيد من التفاصيل."
|
4717 |
+
|
4718 |
+
#: includes/admin/controllers/class-settings-admin.php:371
|
4719 |
#, fuzzy
|
4720 |
msgctxt "admin settings"
|
4721 |
+
msgid "Remove"
|
4722 |
+
msgstr "إزالة"
|
4723 |
|
4724 |
+
#: includes/admin/controllers/class-settings-admin.php:433
|
4725 |
msgctxt "admin settings"
|
4726 |
+
msgid "Valid placeholders: %s"
|
4727 |
+
msgstr "العناصر النائبة صالحة: %s"
|
4728 |
|
4729 |
+
#: includes/admin/settings/class-settings-bootstrap.php:101
|
|
|
4730 |
msgctxt "admin settings"
|
4731 |
+
msgid ""
|
4732 |
+
"<strong>IMPORTANT:</strong> subpages of the main directory page cannot be "
|
4733 |
+
"accesed while this setting is checked."
|
4734 |
+
msgstr ""
|
4735 |
|
4736 |
+
#: includes/admin/settings/class-settings-bootstrap.php:310
|
4737 |
msgctxt "admin settings"
|
4738 |
+
msgid "Above results"
|
4739 |
+
msgstr "أعلى النتائج"
|
4740 |
|
4741 |
+
#: includes/admin/settings/class-settings-bootstrap.php:311
|
|
|
4742 |
msgctxt "admin settings"
|
4743 |
+
msgid "Below results"
|
4744 |
+
msgstr "أسفل النتائج"
|
4745 |
|
4746 |
+
#: includes/admin/settings/class-settings-bootstrap.php:312
|
4747 |
msgctxt "admin settings"
|
4748 |
+
msgid "Don't show with results"
|
4749 |
+
msgstr "لا تظهر مع النتائج"
|
4750 |
|
4751 |
+
#: includes/admin/settings/class-settings-bootstrap.php:402
|
4752 |
msgctxt "admin settings"
|
4753 |
+
msgid ""
|
4754 |
+
"You have selected a textarea field to be included in quick searches. "
|
4755 |
+
"Searches involving those fields are very expensive and could result in "
|
4756 |
+
"timeouts and/or general slowness."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4757 |
msgstr ""
|
4758 |
+
"لقد حددت حقل إدراج نص ليتم تضمينها في عمليات البحث السريعة. عمليات البحث "
|
4759 |
+
"التي تنطوي على تلك الحقول تتطلب موارد كثيرة ويمكن أن تؤدي الى انتهاء المهلة "
|
4760 |
+
"و/ أو البطء العام."
|
4761 |
|
4762 |
+
#: includes/admin/settings/class-settings-bootstrap.php:574
|
4763 |
+
msgctxt "admin settings"
|
4764 |
+
msgid "Do not include comments in listings"
|
4765 |
+
msgstr "يتضمن نموذج التعليق على صفحات الإعلانات؟"
|
4766 |
|
4767 |
+
#: includes/admin/settings/class-settings-bootstrap.php:598
|
4768 |
#, fuzzy
|
4769 |
+
msgctxt "admin settings"
|
4770 |
+
msgid "Directory view."
|
4771 |
+
msgstr "الدليل"
|
4772 |
|
4773 |
+
#: includes/admin/settings/class-settings-bootstrap.php:599
|
4774 |
#, fuzzy
|
4775 |
+
msgctxt "admin settings"
|
4776 |
+
msgid "All Listings view."
|
4777 |
+
msgstr "مشاهدة جميع الإعلانات"
|
4778 |
|
4779 |
+
#: includes/admin/settings/class-settings-bootstrap.php:600
|
4780 |
#, fuzzy
|
4781 |
+
msgctxt "admin settings"
|
4782 |
+
msgid "Category view."
|
4783 |
+
msgstr "التصنيفات"
|
4784 |
|
4785 |
+
#: includes/admin/settings/class-settings-bootstrap.php:601
|
4786 |
#, fuzzy
|
4787 |
+
msgctxt "admin settings"
|
4788 |
+
msgid "Search view."
|
4789 |
+
msgstr "بحث"
|
4790 |
|
4791 |
+
#: includes/admin/settings/class-settings-bootstrap.php:728
|
4792 |
+
msgctxt "admin settings"
|
4793 |
+
msgid "Slug"
|
4794 |
+
msgstr "رابط لطيف"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4795 |
|
4796 |
+
#: includes/admin/settings/class-settings-bootstrap.php:741
|
4797 |
+
#: includes/admin/settings/class-settings-bootstrap.php:809
|
4798 |
+
msgctxt "admin settings"
|
4799 |
+
msgid "Ascending"
|
4800 |
+
msgstr "تصاعدي"
|
|
|
|
|
|
|
|
|
|
|
4801 |
|
4802 |
+
#: includes/admin/settings/class-settings-bootstrap.php:742
|
4803 |
+
#: includes/admin/settings/class-settings-bootstrap.php:810
|
4804 |
+
msgctxt "admin settings"
|
4805 |
+
msgid "Descending"
|
4806 |
+
msgstr "تنازلي"
|
|
|
|
|
|
|
|
|
|
|
4807 |
|
4808 |
+
#: includes/admin/settings/class-settings-bootstrap.php:775
|
4809 |
+
msgctxt "admin settings"
|
4810 |
+
msgid "Fee Plan Custom Order can be changed under <a>Fee Plans</a>"
|
|
|
|
|
4811 |
msgstr ""
|
4812 |
|
4813 |
+
#: includes/admin/settings/class-settings-bootstrap.php:788
|
4814 |
+
msgctxt "admin settings"
|
4815 |
+
msgid "Author"
|
4816 |
+
msgstr "الكاتب"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4817 |
|
4818 |
+
#: includes/admin/settings/class-settings-bootstrap.php:789
|
4819 |
+
#: includes/helpers/functions/general.php:1276
|
4820 |
+
msgctxt "admin settings"
|
4821 |
+
msgid "Date posted"
|
4822 |
+
msgstr "تاريخ النشر"
|
4823 |
|
4824 |
+
#: includes/admin/settings/class-settings-bootstrap.php:790
|
4825 |
+
#: includes/helpers/functions/general.php:1277
|
4826 |
+
msgctxt "admin settings"
|
4827 |
+
msgid "Date last modified"
|
4828 |
+
msgstr "تاريخ آخر تعديل"
|
|
|
|
|
|
|
|
|
|
|
4829 |
|
4830 |
+
#: includes/admin/settings/class-settings-bootstrap.php:791
|
4831 |
+
msgctxt "admin settings"
|
4832 |
+
msgid "Random"
|
4833 |
+
msgstr "عشوائية"
|
|
|
|
|
|
|
|
|
|
|
|
|
4834 |
|
4835 |
+
#: includes/admin/settings/class-settings-bootstrap.php:792
|
4836 |
+
msgctxt "admin settings"
|
4837 |
+
msgid "Paid first then free. Inside each group by date."
|
4838 |
+
msgstr "تدفع أولاً ثم مجاناً. داخل كل مجموعة حسب التاريخ."
|
|
|
|
|
|
|
|
|
|
|
|
|
4839 |
|
4840 |
+
#: includes/admin/settings/class-settings-bootstrap.php:793
|
4841 |
+
msgctxt "admin settings"
|
4842 |
+
msgid "Paid first then free. Inside each group by title."
|
4843 |
+
msgstr "تدفع أولاً ثم مجاناً. داخل كل مجموعة بعنوان."
|
|
|
|
|
|
|
|
|
|
|
|
|
4844 |
|
4845 |
+
#: includes/admin/settings/class-settings-bootstrap.php:794
|
4846 |
+
msgctxt "admin settings"
|
4847 |
+
msgid "Fee Plan Custom Order, then Date"
|
4848 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
4849 |
|
4850 |
+
#: includes/admin/settings/class-settings-bootstrap.php:795
|
4851 |
+
msgctxt "admin settings"
|
4852 |
+
msgid "Fee Plan Custom Order, then Title"
|
4853 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
4854 |
|
4855 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1061
|
4856 |
+
msgctxt "admin settings"
|
4857 |
+
msgid ""
|
4858 |
+
"For paid listing images, configure that by adding or editing a <a>Fee Plan</"
|
4859 |
+
"a> instead of this setting, which is ignored for paid listings."
|
|
|
|
|
|
|
|
|
4860 |
msgstr ""
|
4861 |
+
"بالنسبة لصور الإعلانات المدفوعة، قم بإعدادها بإضافة أو تحرير <a>رسوم الخطة</"
|
4862 |
+
"a> بدلاً من هذا الإعداد، الذي هو تجاهل الإعلانات المدفوعة."
|
4863 |
|
4864 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1072
|
4865 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1134
|
4866 |
#, fuzzy
|
4867 |
+
msgctxt "admin settings"
|
4868 |
+
msgid "Excerpt view."
|
4869 |
+
msgstr "مقتطف"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4870 |
|
4871 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1073
|
4872 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1135
|
4873 |
#, fuzzy
|
4874 |
+
msgctxt "admin settings"
|
4875 |
+
msgid "Detail view."
|
4876 |
+
msgstr "الدليل"
|
4877 |
|
4878 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1183
|
4879 |
+
msgctxt "admin settings"
|
4880 |
+
msgid "Australian Dollar (AUD)"
|
4881 |
+
msgstr "الدولار الأسترالي (AUD)"
|
4882 |
|
4883 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1184
|
4884 |
+
msgctxt "admin settings"
|
4885 |
+
msgid "Brazilian Real (BRL)"
|
4886 |
+
msgstr "الريال البرازيلي (BRL)"
|
4887 |
|
4888 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1185
|
4889 |
+
msgctxt "admin settings"
|
4890 |
+
msgid "Canadian Dollar (CAD)"
|
4891 |
+
msgstr "الدولار الكندي (CAD)"
|
|
|
4892 |
|
4893 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1186
|
4894 |
+
msgctxt "admin settings"
|
4895 |
+
msgid "Czech Koruna (CZK)"
|
4896 |
+
msgstr "الكورونا التشيكية (CZK)"
|
4897 |
|
4898 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1187
|
4899 |
+
msgctxt "admin settings"
|
4900 |
+
msgid "Danish Krone (DKK)"
|
4901 |
+
msgstr "الكرونة الدانماركية (DKK)"
|
4902 |
|
4903 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1188
|
4904 |
+
msgctxt "admin settings"
|
4905 |
+
msgid "United Arab Emirates Dirham (AED)"
|
4906 |
+
msgstr ""
|
|
|
4907 |
|
4908 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1189
|
4909 |
+
msgctxt "admin settings"
|
4910 |
+
msgid "Euro (EUR)"
|
4911 |
+
msgstr "اليورو (EUR)"
|
|
|
4912 |
|
4913 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1190
|
4914 |
+
msgctxt "admin settings"
|
4915 |
+
msgid "Hong Kong Dollar (HKD)"
|
4916 |
+
msgstr "دولار هونج كونج (HKD)"
|
|
|
4917 |
|
4918 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1191
|
4919 |
+
msgctxt "admin settings"
|
4920 |
+
msgid "Hungarian Forint (HUF)"
|
4921 |
+
msgstr "الفورنت الهنغاري (HUF)"
|
|
|
4922 |
|
4923 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1192
|
4924 |
+
msgctxt "admin settings"
|
4925 |
+
msgid "Israeli New Shequel (ILS)"
|
4926 |
+
msgstr "الشكيل الإسرائيلي الجديد (ILS)"
|
|
|
4927 |
|
4928 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1193
|
4929 |
+
msgctxt "admin settings"
|
4930 |
+
msgid "Japanese Yen (JPY)"
|
4931 |
+
msgstr "الين الياباني (JPY)"
|
|
|
|
|
4932 |
|
4933 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1194
|
4934 |
+
msgctxt "admin settings"
|
4935 |
+
msgid "Moroccan Dirham (MAD)"
|
4936 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
4937 |
|
4938 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1195
|
4939 |
+
msgctxt "admin settings"
|
4940 |
+
msgid "Malasian Ringgit (MYR)"
|
4941 |
+
msgstr "الرينغيت الماليزي (MYR)"
|
|
|
4942 |
|
4943 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1196
|
4944 |
+
msgctxt "admin settings"
|
4945 |
+
msgid "Mexican Peso (MXN)"
|
4946 |
+
msgstr "بيزو مكسيكي (MXN)"
|
4947 |
|
4948 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1197
|
4949 |
+
msgctxt "admin settings"
|
4950 |
+
msgid "Norwegian Krone (NOK)"
|
4951 |
+
msgstr "الكرون النرويجي (NOK)"
|
|
|
4952 |
|
4953 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1198
|
4954 |
+
msgctxt "admin settings"
|
4955 |
+
msgid "New Zealand Dollar (NZD)"
|
4956 |
+
msgstr "الدولار النيوزيلندي (NZD)"
|
|
|
4957 |
|
4958 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1199
|
4959 |
+
msgctxt "admin settings"
|
4960 |
+
msgid "Philippine Peso (PHP)"
|
4961 |
+
msgstr "بيزو فلبيني (PHP)"
|
|
|
4962 |
|
4963 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1200
|
4964 |
+
msgctxt "admin settings"
|
4965 |
+
msgid "Polish Zloty (PLN)"
|
4966 |
+
msgstr "الزلوتي البولندي (PLN)"
|
|
|
|
|
|
|
|
|
4967 |
|
4968 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1201
|
4969 |
+
msgctxt "admin settings"
|
4970 |
+
msgid "Pound Sterling (GBP)"
|
4971 |
+
msgstr "الجنيه الإسترليني (GBP)"
|
|
|
4972 |
|
4973 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1202
|
4974 |
+
msgctxt "admin settings"
|
4975 |
+
msgid "Singapore Dollar (SGD)"
|
4976 |
+
msgstr "دولار سنغافوري (SGD)"
|
|
|
|
|
|
|
4977 |
|
4978 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1203
|
4979 |
+
msgctxt "admin settings"
|
4980 |
+
msgid "Swedish Krona (SEK)"
|
4981 |
+
msgstr "الكرونا السويدية (SEK)"
|
|
|
4982 |
|
4983 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1204
|
4984 |
+
msgctxt "admin settings"
|
4985 |
+
msgid "Swiss Franc (CHF)"
|
4986 |
+
msgstr "الفرنك السويسري (CHF)"
|
4987 |
|
4988 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1205
|
4989 |
+
msgctxt "admin settings"
|
4990 |
+
msgid "Taiwan Dollar (TWD)"
|
4991 |
+
msgstr "الدولار التايواني (TWD)"
|
|
|
|
|
|
|
|
|
|
|
|
|
4992 |
|
4993 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1206
|
4994 |
+
msgctxt "admin settings"
|
4995 |
+
msgid "Thai Baht (THB)"
|
4996 |
+
msgstr "البات التايلندي (THB)"
|
|
|
4997 |
|
4998 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1207
|
4999 |
+
msgctxt "admin settings"
|
5000 |
+
msgid "Turkish Lira (TRY)"
|
5001 |
+
msgstr "الليرة التركية (TRY)"
|
|
|
5002 |
|
5003 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1208
|
5004 |
+
msgctxt "admin settings"
|
5005 |
+
msgid "U.S. Dollar (USD)"
|
5006 |
+
msgstr "الدولار الأمريكي (USD)"
|
|
|
5007 |
|
5008 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1232
|
5009 |
+
msgctxt "admin settings"
|
5010 |
+
msgid "Show currency symbol on the left"
|
5011 |
+
msgstr "إظهار رمز العملة على اليسار"
|
|
|
5012 |
|
5013 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1233
|
5014 |
+
msgctxt "admin settings"
|
5015 |
+
msgid "Show currency symbol on the right"
|
5016 |
+
msgstr "إظهار رمز العملة على اليمين"
|
|
|
5017 |
|
5018 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1234
|
5019 |
+
msgctxt "admin settings"
|
5020 |
+
msgid "Do not show currency symbol"
|
5021 |
+
msgstr "عدم إظهار رمز العملة"
|
|
|
5022 |
|
5023 |
+
#. translators: %1$s: gateway name, %2$s: explanation string
|
5024 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1282
|
5025 |
+
msgctxt "admin settings"
|
5026 |
+
msgid "AED currency is not supported by %1$s. %2$s"
|
5027 |
+
msgstr ""
|
5028 |
|
5029 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1321
|
5030 |
#, fuzzy
|
5031 |
+
msgctxt "admin settings"
|
5032 |
+
msgid ""
|
5033 |
+
"Listings with pending payments are marked as abandoned after this time. You "
|
5034 |
+
"can also <a>customize the email</a> users receive."
|
5035 |
+
msgstr ""
|
5036 |
+
"الإعلانات مع الدفعات المعلقة تعد متخلى عنها بعد هذا الوقت. يمكنك أيضا "
|
5037 |
+
"<a>تخصيص البريد الإلكتروني</a> الذي يتلقاه الأعضاء."
|
5038 |
|
5039 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1351
|
5040 |
+
msgctxt "admin settings"
|
5041 |
+
msgid "Try listing's email field first, then author's email."
|
5042 |
+
msgstr "جرب البريد الإلكتروني للإعلانات أولاً، ثم البريد الإلكتروني للكاتب."
|
|
|
5043 |
|
5044 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1352
|
5045 |
+
msgctxt "admin settings"
|
5046 |
+
msgid "Try author's email first and then listing's email field."
|
5047 |
+
msgstr "جرب البريد الإلكتروني للكاتب أولاً، ثم البريد الإلكتروني للإعلانات."
|
|
|
5048 |
|
5049 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1365
|
5050 |
+
msgctxt "admin settings"
|
5051 |
+
msgid "Plain (text/plain)"
|
5052 |
msgstr ""
|
5053 |
|
5054 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1366
|
5055 |
+
msgctxt "admin settings"
|
5056 |
+
msgid "HTML (text/html)"
|
|
|
|
|
|
|
|
|
5057 |
msgstr ""
|
5058 |
|
5059 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1367
|
5060 |
+
msgctxt "admin settings"
|
5061 |
+
msgid "Both (multipart/alternative)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5062 |
msgstr ""
|
|
|
|
|
|
|
|
|
5063 |
|
5064 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1381
|
5065 |
+
msgctxt "admin settings"
|
5066 |
+
msgid "A new listing is submitted."
|
5067 |
+
msgstr "يتم إضافة إعلان جديد"
|
|
|
5068 |
|
5069 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1382
|
5070 |
+
msgctxt "admin settings"
|
5071 |
+
msgid "A listing is edited."
|
5072 |
+
msgstr "تم تحرير الإعلان"
|
5073 |
|
5074 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1383
|
5075 |
+
msgctxt "admin settings"
|
5076 |
+
msgid "A listing expires."
|
5077 |
+
msgstr "الإعلان منتهي التاريخ"
|
|
|
5078 |
|
5079 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1384
|
5080 |
#, fuzzy
|
5081 |
+
msgctxt "admin settings"
|
5082 |
+
msgid "A listing is renewed."
|
5083 |
+
msgstr "تم تحرير الإعلان"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5084 |
|
5085 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1385
|
5086 |
#, fuzzy
|
5087 |
+
msgctxt "admin settings"
|
5088 |
+
msgid "A listing payment is completed."
|
5089 |
+
msgstr "تم تحرير الإعلان"
|
5090 |
|
5091 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1386
|
5092 |
#, fuzzy
|
5093 |
+
msgctxt "admin settings"
|
5094 |
+
msgid "A listing has been reported as inappropriate."
|
5095 |
+
msgstr "تمت ترقية الإعلان."
|
|
|
|
|
|
|
5096 |
|
5097 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1387
|
5098 |
+
msgctxt "admin settings"
|
5099 |
+
msgid "A contact message is sent to a listing's owner."
|
5100 |
+
msgstr "يتم إرسال رسالة اتصال لمالك الإعلان."
|
5101 |
|
5102 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1414
|
5103 |
+
msgctxt "admin settings"
|
5104 |
+
msgid "Their listing is submitted."
|
5105 |
+
msgstr "يتم إضافة الإعلان الخاص بهم"
|
5106 |
|
5107 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1415
|
5108 |
+
msgctxt "admin settings"
|
5109 |
+
msgid "Their listing is approved/published."
|
5110 |
+
msgstr "تمت الموافقة ونشر الإعلان الخاص بهم"
|
|
|
|
|
|
|
|
|
|
|
5111 |
|
5112 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1416
|
5113 |
#, fuzzy
|
5114 |
+
msgctxt "admin settings"
|
5115 |
+
msgid "A payment for their listing is completed."
|
5116 |
+
msgstr "يتم إضافة الإعلان الخاص بهم"
|
5117 |
|
5118 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1417
|
5119 |
#, fuzzy
|
5120 |
+
msgctxt "admin settings"
|
5121 |
+
msgid "Their listing expired or is about to expire."
|
5122 |
+
msgstr "يتم إضافة الإعلان الخاص بهم"
|
5123 |
|
5124 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1435
|
5125 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1454
|
5126 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1490
|
5127 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1526
|
5128 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1563
|
5129 |
+
msgctxt "admin settings"
|
5130 |
+
msgid "Listing's title"
|
5131 |
+
msgstr "عنوان الإعلان"
|
5132 |
|
5133 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1436
|
5134 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1527
|
5135 |
#, fuzzy
|
5136 |
+
msgctxt "admin settings"
|
5137 |
+
msgid "Listing's fee plan name"
|
5138 |
+
msgstr "إنتهاء صلاحية الإعلان"
|
5139 |
|
5140 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1437
|
5141 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1528
|
5142 |
#, fuzzy
|
5143 |
+
msgctxt "admin settings"
|
5144 |
+
msgid "Listing's fee plan description"
|
5145 |
+
msgstr "تحديد رسوم الإعلان"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5146 |
|
5147 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1438
|
5148 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1529
|
5149 |
#, fuzzy
|
5150 |
+
msgctxt "admin settings"
|
5151 |
+
msgid "Listing's fee plan details"
|
5152 |
+
msgstr "إنتهاء صلاحية الإعلان"
|
5153 |
|
5154 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1451
|
5155 |
+
msgctxt "admin settings"
|
5156 |
msgid ""
|
5157 |
+
"Your listing \"[listing]\" is now available at [listing-url] and can be "
|
5158 |
+
"viewed by the public."
|
|
|
|
|
5159 |
msgstr ""
|
5160 |
+
"القائمة الخاصة بك \"[listing]\" متوفر الآن في [listing-url] ويمكن مشاهدتها "
|
5161 |
+
"من قبل العموم."
|
5162 |
|
5163 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1455
|
5164 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1489
|
5165 |
+
msgctxt "admin settings"
|
5166 |
+
msgid "Listing's URL"
|
5167 |
+
msgstr "عنوان URL الإعلان"
|
5168 |
+
|
5169 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1456
|
5170 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1496
|
5171 |
#, fuzzy
|
5172 |
+
msgctxt "admin settings"
|
5173 |
+
msgid "Listing's Access Key"
|
5174 |
+
msgstr "مفاتيح وصول الإعلان"
|
5175 |
|
5176 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1491
|
5177 |
#, fuzzy
|
5178 |
+
msgctxt "admin settings"
|
5179 |
+
msgid "Sender's name"
|
5180 |
+
msgstr "إسم الكاتب"
|
5181 |
|
5182 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1494
|
5183 |
#, fuzzy
|
5184 |
+
msgctxt "admin settings"
|
5185 |
+
msgid "Contact message"
|
5186 |
+
msgstr "رسالة اتصال الإعلان"
|
5187 |
+
|
5188 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1495
|
5189 |
+
msgctxt "admin settings"
|
5190 |
+
msgid "Date and time the message was sent"
|
5191 |
msgstr ""
|
|
|
5192 |
|
5193 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1530
|
5194 |
#, fuzzy
|
5195 |
+
msgctxt "admin settings"
|
5196 |
+
msgid "Payment items details."
|
5197 |
+
msgstr "تفاصيل الدفع"
|
5198 |
|
5199 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1531
|
5200 |
+
msgctxt "admin settings"
|
5201 |
+
msgid "URL where user can review and print payment receipt."
|
|
|
|
|
|
|
5202 |
msgstr ""
|
|
|
|
|
5203 |
|
5204 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1532
|
5205 |
#, fuzzy
|
5206 |
+
msgctxt "admin settings"
|
5207 |
+
msgid "Gateway used to process listing's payment."
|
5208 |
+
msgstr "تعذر معالجة الدفع."
|
5209 |
|
5210 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1564
|
5211 |
+
msgctxt "admin settings"
|
5212 |
+
msgid "Checkout URL link"
|
5213 |
+
msgstr "رابط URL إتمام الشراء"
|
5214 |
+
|
5215 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1665
|
5216 |
#, fuzzy
|
5217 |
+
msgctxt "admin settings"
|
5218 |
+
msgid "Uploaded Image (no resize)"
|
5219 |
+
msgstr "رفع الصور"
|
5220 |
|
5221 |
+
#: includes/helpers/functions/general.php:1274
|
5222 |
+
msgctxt "admin settings"
|
5223 |
+
msgid "User"
|
5224 |
+
msgstr "عضو"
|
5225 |
+
|
5226 |
+
#: includes/helpers/functions/general.php:1275
|
5227 |
+
msgctxt "admin settings"
|
5228 |
+
msgid "User registration date"
|
5229 |
+
msgstr "تاريخ تسجيل العضو"
|
5230 |
+
|
5231 |
+
#: includes/admin/controllers/class-settings-admin.php:503
|
5232 |
#, fuzzy
|
5233 |
+
msgctxt "expiration notices"
|
5234 |
+
msgid "Add notice"
|
5235 |
+
msgstr "إضافة حقل"
|
5236 |
|
5237 |
+
#: includes/admin/controllers/class-settings-admin.php:522
|
5238 |
+
msgctxt "expiration notices"
|
5239 |
+
msgid "No notices configured."
|
5240 |
msgstr ""
|
5241 |
|
5242 |
+
#: includes/admin/controllers/class-settings-admin.php:564
|
5243 |
+
msgctxt "expiration notices"
|
5244 |
+
msgid "recurring and non-recurring"
|
5245 |
msgstr ""
|
5246 |
|
5247 |
+
#: includes/admin/controllers/class-settings-admin.php:566
|
5248 |
+
#, fuzzy
|
5249 |
+
msgctxt "expiration notices"
|
5250 |
+
msgid "recurring only"
|
5251 |
+
msgstr "(متكرر)"
|
5252 |
|
5253 |
+
#: includes/admin/controllers/class-settings-admin.php:568
|
5254 |
#, fuzzy
|
5255 |
+
msgctxt "expiration notices"
|
5256 |
+
msgid "non-recurring only"
|
5257 |
+
msgstr "(متكرر)"
|
5258 |
|
5259 |
+
#: includes/admin/controllers/class-settings-admin.php:572
|
5260 |
#, fuzzy
|
5261 |
+
msgctxt "expiration notices"
|
5262 |
+
msgid "Sent when a listing (%s) is renewed."
|
5263 |
+
msgstr "ترسل بعد أن يضاف الإعلان."
|
|
|
|
|
|
|
|
|
5264 |
|
5265 |
+
#: includes/admin/controllers/class-settings-admin.php:577
|
5266 |
#, fuzzy
|
5267 |
+
msgctxt "expiration notices"
|
5268 |
+
msgid "Sent when a listing (%s) expires."
|
5269 |
+
msgstr "الإعلان منتهي التاريخ"
|
5270 |
|
5271 |
+
#: includes/admin/controllers/class-settings-admin.php:585
|
5272 |
#, fuzzy
|
5273 |
+
msgctxt "expiration notices"
|
5274 |
+
msgid "%d day"
|
5275 |
+
msgid_plural "%d days"
|
5276 |
+
msgstr[0] "%d يوم"
|
5277 |
+
msgstr[1] "%d يوم"
|
5278 |
+
msgstr[2] "%d يومين"
|
5279 |
+
msgstr[3] "%d أيام"
|
5280 |
+
msgstr[4] "%d يوم"
|
5281 |
+
msgstr[5] "%d يوم"
|
5282 |
+
|
5283 |
+
#: includes/admin/controllers/class-settings-admin.php:588
|
5284 |
+
msgctxt "expiration notices"
|
5285 |
+
msgid "%d week"
|
5286 |
+
msgid_plural "%d weeks"
|
5287 |
+
msgstr[0] ""
|
5288 |
+
msgstr[1] ""
|
5289 |
+
msgstr[2] ""
|
5290 |
+
msgstr[3] ""
|
5291 |
+
msgstr[4] ""
|
5292 |
+
msgstr[5] ""
|
5293 |
+
|
5294 |
+
#: includes/admin/controllers/class-settings-admin.php:591
|
5295 |
+
msgctxt "expiration notices"
|
5296 |
+
msgid "%d month"
|
5297 |
+
msgid_plural "%d months"
|
5298 |
+
msgstr[0] ""
|
5299 |
+
msgstr[1] ""
|
5300 |
+
msgstr[2] ""
|
5301 |
+
msgstr[3] ""
|
5302 |
+
msgstr[4] ""
|
5303 |
+
msgstr[5] ""
|
5304 |
|
5305 |
+
#. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
|
5306 |
+
#. non-recuring only)
|
5307 |
+
#: includes/admin/controllers/class-settings-admin.php:597
|
5308 |
+
msgctxt "expiration notices"
|
5309 |
+
msgid "Sent %1$s before a listing (%2$s) expires."
|
|
|
5310 |
msgstr ""
|
|
|
|
|
5311 |
|
5312 |
+
#. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
|
5313 |
+
#. non-recuring only)
|
5314 |
+
#: includes/admin/controllers/class-settings-admin.php:600
|
5315 |
#, fuzzy
|
5316 |
+
msgctxt "expiration notices"
|
5317 |
+
msgid "Sent %1$s after a listing (%2$s) expires."
|
5318 |
+
msgstr "ترسل بعد أن يضاف الإعلان."
|
5319 |
|
5320 |
+
#: includes/admin/controllers/class-settings-admin.php:617
|
5321 |
+
msgctxt "expiration notices"
|
5322 |
+
msgid "At the time of expiration"
|
|
|
|
|
|
|
5323 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5324 |
|
5325 |
+
#: includes/admin/controllers/class-settings-admin.php:618
|
5326 |
#, fuzzy
|
5327 |
+
msgctxt "expiration notices"
|
5328 |
+
msgid "Right after a successful renewal"
|
5329 |
+
msgstr "تم تعيين الرسوم بنجاح."
|
|
|
|
|
|
|
|
|
|
|
|
|
5330 |
|
5331 |
+
#: includes/admin/controllers/class-settings-admin.php:629
|
5332 |
+
msgctxt "expiration notices"
|
5333 |
+
msgid "%d day before expiration"
|
5334 |
+
msgid_plural "%d days before expiration"
|
5335 |
+
msgstr[0] ""
|
5336 |
+
msgstr[1] ""
|
5337 |
+
msgstr[2] ""
|
5338 |
+
msgstr[3] ""
|
5339 |
+
msgstr[4] ""
|
5340 |
+
msgstr[5] ""
|
5341 |
|
5342 |
+
#: includes/admin/controllers/class-settings-admin.php:629
|
5343 |
+
msgctxt "expiration notices"
|
5344 |
+
msgid "%d day after expiration"
|
5345 |
+
msgid_plural "%d days after expiration"
|
5346 |
+
msgstr[0] ""
|
5347 |
+
msgstr[1] ""
|
5348 |
+
msgstr[2] ""
|
5349 |
+
msgstr[3] ""
|
5350 |
+
msgstr[4] ""
|
5351 |
+
msgstr[5] ""
|
5352 |
|
5353 |
+
#: includes/admin/controllers/class-settings-admin.php:632
|
5354 |
+
msgctxt "expiration notices"
|
5355 |
+
msgid "%d week before expiration"
|
5356 |
+
msgid_plural "%d weeks before expiration"
|
5357 |
+
msgstr[0] ""
|
5358 |
+
msgstr[1] ""
|
5359 |
+
msgstr[2] ""
|
5360 |
+
msgstr[3] ""
|
5361 |
+
msgstr[4] ""
|
5362 |
+
msgstr[5] ""
|
5363 |
|
5364 |
+
#: includes/admin/controllers/class-settings-admin.php:632
|
5365 |
+
msgctxt "expiration notices"
|
5366 |
+
msgid "%d week after expiration"
|
5367 |
+
msgid_plural "%d weeks after expiration"
|
5368 |
+
msgstr[0] ""
|
5369 |
+
msgstr[1] ""
|
5370 |
+
msgstr[2] ""
|
5371 |
+
msgstr[3] ""
|
5372 |
+
msgstr[4] ""
|
5373 |
+
msgstr[5] ""
|
5374 |
|
5375 |
+
#: includes/admin/controllers/class-settings-admin.php:635
|
5376 |
+
msgctxt "expiration notices"
|
5377 |
+
msgid "%d month before expiration"
|
5378 |
+
msgid_plural "%d months before expiration"
|
5379 |
+
msgstr[0] ""
|
5380 |
+
msgstr[1] ""
|
5381 |
+
msgstr[2] ""
|
5382 |
+
msgstr[3] ""
|
5383 |
+
msgstr[4] ""
|
5384 |
+
msgstr[5] ""
|
5385 |
|
5386 |
+
#: includes/admin/controllers/class-settings-admin.php:635
|
5387 |
+
msgctxt "expiration notices"
|
5388 |
+
msgid "%d month after expiration"
|
5389 |
+
msgid_plural "%d months after expiration"
|
5390 |
+
msgstr[0] ""
|
5391 |
+
msgstr[1] ""
|
5392 |
+
msgstr[2] ""
|
5393 |
+
msgstr[3] ""
|
5394 |
+
msgstr[4] ""
|
5395 |
+
msgstr[5] ""
|
5396 |
|
5397 |
+
#: includes/admin/controllers/class-settings-admin.php:662
|
5398 |
#, fuzzy
|
5399 |
+
msgctxt "expiration notices"
|
5400 |
+
msgid "Applies to"
|
5401 |
+
msgstr "Appliqué à"
|
5402 |
|
5403 |
+
#: includes/admin/controllers/class-settings-admin.php:665
|
5404 |
+
msgctxt "expiration notices"
|
5405 |
+
msgid "Non-recurring listings"
|
5406 |
+
msgstr ""
|
|
|
5407 |
|
5408 |
+
#: includes/admin/controllers/class-settings-admin.php:666
|
5409 |
#, fuzzy
|
5410 |
+
msgctxt "expiration notices"
|
5411 |
+
msgid "Recurring listings"
|
5412 |
+
msgstr "الرجوع إلى الإعلان."
|
5413 |
|
5414 |
+
#: includes/admin/controllers/class-settings-admin.php:667
|
5415 |
+
msgctxt "expiration notices"
|
5416 |
+
msgid "Recurring and non-recurring listings"
|
5417 |
+
msgstr ""
|
|
|
5418 |
|
5419 |
+
#: includes/admin/controllers/class-settings-admin.php:672
|
5420 |
+
msgctxt "expiration notices"
|
5421 |
+
msgid "When to send?"
|
5422 |
+
msgstr ""
|
|
|
5423 |
|
5424 |
+
#: includes/admin/controllers/class-settings-admin.php:539
|
5425 |
#, fuzzy
|
5426 |
msgctxt "settings"
|
5427 |
+
msgid "Site title (with link)"
|
5428 |
+
msgstr "إسم الموقع (مع الرابط)"
|
5429 |
|
5430 |
+
#: includes/admin/controllers/class-settings-admin.php:540
|
|
|
5431 |
msgctxt "settings"
|
5432 |
+
msgid "Author's name"
|
5433 |
+
msgstr "إسم الكاتب"
|
5434 |
|
5435 |
+
#: includes/admin/controllers/class-settings-admin.php:541
|
|
|
5436 |
msgctxt "settings"
|
5437 |
+
msgid "Listing's name (with link)"
|
5438 |
+
msgstr "إسم الإعلان (مع رابط)"
|
5439 |
|
5440 |
+
#: includes/admin/controllers/class-settings-admin.php:542
|
5441 |
#, fuzzy
|
5442 |
msgctxt "settings"
|
5443 |
+
msgid "Listing's expiration date"
|
5444 |
+
msgstr "إنتهاء صلاحية الإعلان"
|
5445 |
|
5446 |
+
#: includes/admin/controllers/class-settings-admin.php:543
|
5447 |
msgctxt "settings"
|
5448 |
+
msgid "Listing's renewal link, formatted with an anchor tag"
|
|
|
|
|
|
|
5449 |
msgstr ""
|
5450 |
|
5451 |
+
#: includes/admin/controllers/class-settings-admin.php:544
|
|
|
5452 |
msgctxt "settings"
|
5453 |
+
msgid "Listing's renewal URL, unformatted by any tags"
|
5454 |
+
msgstr ""
|
5455 |
|
5456 |
+
#: includes/admin/controllers/class-settings-admin.php:545
|
5457 |
#, fuzzy
|
5458 |
msgctxt "settings"
|
5459 |
+
msgid "Listing's categories"
|
5460 |
+
msgstr "عنوان الإعلان"
|
5461 |
|
5462 |
+
#: includes/admin/controllers/class-settings-admin.php:546
|
5463 |
#, fuzzy
|
5464 |
msgctxt "settings"
|
5465 |
+
msgid "Listing's last payment date"
|
5466 |
+
msgstr "إنتهاء صلاحية الإعلان"
|
5467 |
|
5468 |
+
#: includes/admin/controllers/class-settings-admin.php:547
|
5469 |
#, fuzzy
|
5470 |
msgctxt "settings"
|
5471 |
+
msgid "Listing's access key"
|
5472 |
+
msgstr "مفاتيح وصول الإعلان"
|
5473 |
|
5474 |
+
#: includes/admin/controllers/class-settings-admin.php:704
|
5475 |
#, fuzzy
|
5476 |
msgctxt "settings"
|
5477 |
+
msgid "Settings reset to default."
|
5478 |
+
msgstr "تم تحديث الإعدادات"
|
5479 |
|
5480 |
+
#: includes/admin/settings/class-settings-bootstrap.php:8
|
5481 |
#, fuzzy
|
5482 |
msgctxt "settings"
|
5483 |
+
msgid "General"
|
5484 |
+
msgstr "عام"
|
5485 |
|
5486 |
+
#: includes/admin/settings/class-settings-bootstrap.php:10
|
5487 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1043
|
5488 |
#, fuzzy
|
5489 |
msgctxt "settings"
|
5490 |
+
msgid "Listings"
|
5491 |
+
msgstr "الإعلانات"
|
5492 |
|
5493 |
+
#: includes/admin/settings/class-settings-bootstrap.php:11
|
5494 |
+
#: includes/admin/settings/class-settings-bootstrap.php:14
|
5495 |
+
#: includes/admin/settings/class-settings-bootstrap.php:17
|
5496 |
+
#: includes/admin/settings/class-settings-bootstrap.php:36
|
5497 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1332
|
5498 |
+
#: includes/admin/settings/class-settings.php:341
|
5499 |
#, fuzzy
|
5500 |
msgctxt "settings"
|
5501 |
+
msgid "General Settings"
|
5502 |
+
msgstr "الإعدادات العامة"
|
5503 |
|
5504 |
+
#: includes/admin/settings/class-settings-bootstrap.php:16
|
5505 |
#, fuzzy
|
5506 |
msgctxt "settings"
|
5507 |
+
msgid "Payment"
|
5508 |
+
msgstr "الدفع"
|
5509 |
|
5510 |
+
#: includes/admin/settings/class-settings-bootstrap.php:19
|
|
|
5511 |
msgctxt "settings"
|
5512 |
+
msgid "Appearance"
|
5513 |
+
msgstr ""
|
5514 |
|
5515 |
+
#: includes/admin/settings/class-settings-bootstrap.php:59
|
5516 |
#, fuzzy
|
5517 |
msgctxt "settings"
|
5518 |
+
msgid "Permalink Settings"
|
5519 |
+
msgstr "إعدادات الرابط الثابت"
|
5520 |
|
5521 |
+
#: includes/admin/settings/class-settings-bootstrap.php:64
|
5522 |
#, fuzzy
|
5523 |
msgctxt "settings"
|
5524 |
+
msgid "Directory Listings Slug"
|
5525 |
+
msgstr "رابط لطيف لإعلانات الدليل"
|
5526 |
|
5527 |
+
#: includes/admin/settings/class-settings-bootstrap.php:74
|
5528 |
#, fuzzy
|
5529 |
msgctxt "settings"
|
5530 |
+
msgid "Categories Slug"
|
5531 |
+
msgstr "رابط لطيف للتصنيفات"
|
5532 |
|
5533 |
+
#: includes/admin/settings/class-settings-bootstrap.php:75
|
5534 |
#, fuzzy
|
5535 |
msgctxt "settings"
|
5536 |
msgid ""
|
5537 |
+
"The slug can't be in use by another term. Avoid \"category\", for instance."
|
5538 |
msgstr ""
|
5539 |
+
"لا يمكن أن يكون الرابط اللطيف مستخدم من طرف مصطلح آخر. تجنب \"category\"، "
|
5540 |
+
"على سبيل المثال."
|
5541 |
|
5542 |
+
#: includes/admin/settings/class-settings-bootstrap.php:86
|
5543 |
#, fuzzy
|
5544 |
msgctxt "settings"
|
5545 |
+
msgid "Tags Slug"
|
5546 |
+
msgstr "رابط لطيف للوسوم"
|
5547 |
|
5548 |
+
#: includes/admin/settings/class-settings-bootstrap.php:87
|
5549 |
#, fuzzy
|
5550 |
msgctxt "settings"
|
5551 |
+
msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
|
5552 |
+
msgstr ""
|
5553 |
+
"لا يمكن أن يكون الرابط اللطيف مستخدم من طرف مصطلح آخر. تجنب \"tag\"، على "
|
5554 |
+
"سبيل المثال."
|
5555 |
|
5556 |
+
#: includes/admin/settings/class-settings-bootstrap.php:99
|
5557 |
#, fuzzy
|
5558 |
msgctxt "settings"
|
5559 |
+
msgid "Remove listing ID from directory URLs?"
|
5560 |
+
msgstr "إزالة معرف الإعلان من روابط URLs الدليل؟"
|
5561 |
|
5562 |
+
#: includes/admin/settings/class-settings-bootstrap.php:100
|
|
|
5563 |
msgctxt "settings"
|
5564 |
+
msgid "Check this setting to remove the ID for better SEO."
|
5565 |
+
msgstr ""
|
5566 |
|
5567 |
+
#: includes/admin/settings/class-settings-bootstrap.php:101
|
5568 |
#, fuzzy
|
5569 |
msgctxt "settings"
|
5570 |
msgid ""
|
5571 |
+
"Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
|
5572 |
+
"directory/1809/listing-title\"."
|
|
|
|
|
5573 |
msgstr ""
|
5574 |
+
"قبل الإصدار 3.5.1، كنا ندرج المعرف في الرابط url الخاص بالإعلان، مثل \"/دليل-"
|
5575 |
+
"الأعمال/1809/عنوان-الإعلان\". تحقق من هذا الإعداد لإزالة المعرف لأفضل أرشفة "
|
5576 |
+
"SEO."
|
|
|
5577 |
|
5578 |
+
#: includes/admin/settings/class-settings-bootstrap.php:112
|
5579 |
+
#, fuzzy
|
5580 |
msgctxt "settings"
|
5581 |
+
msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
|
5582 |
+
msgstr "بحاجة إلى مفاتيح API ل reCAPTCHA؟ أحصل عليها <a>هنا</a>."
|
5583 |
|
5584 |
+
#: includes/admin/settings/class-settings-bootstrap.php:119
|
5585 |
#, fuzzy
|
5586 |
msgctxt "settings"
|
5587 |
+
msgid "Use reCAPTCHA for contact forms"
|
5588 |
+
msgstr "إستخدم reCAPTCHA لاستمارة الاتصال"
|
5589 |
|
5590 |
+
#: includes/admin/settings/class-settings-bootstrap.php:127
|
5591 |
+
#, fuzzy
|
5592 |
msgctxt "settings"
|
5593 |
+
msgid "Turn off reCAPTCHA for logged in users?"
|
5594 |
+
msgstr "إيقاف reCAPTCHA للأعضاء الذين سجلوا الدخول؟"
|
5595 |
|
5596 |
+
#: includes/admin/settings/class-settings-bootstrap.php:135
|
5597 |
#, fuzzy
|
5598 |
msgctxt "settings"
|
5599 |
+
msgid "Use reCAPTCHA for listing submits"
|
5600 |
+
msgstr "إستخدم reCAPTCHA أثناء إضافة إعلان"
|
5601 |
|
5602 |
+
#: includes/admin/settings/class-settings-bootstrap.php:143
|
5603 |
+
#, fuzzy
|
5604 |
msgctxt "settings"
|
5605 |
+
msgid "Use reCAPTCHA for edit listings"
|
5606 |
+
msgstr "إستخدم reCAPTCHA في تعليقات الإعلان؟"
|
|
|
|
|
|
|
|
|
5607 |
|
5608 |
+
#: includes/admin/settings/class-settings-bootstrap.php:151
|
5609 |
#, fuzzy
|
5610 |
msgctxt "settings"
|
5611 |
+
msgid "Use reCAPTCHA for report listings"
|
5612 |
+
msgstr "إستخدم reCAPTCHA في تعليقات الإعلان؟"
|
5613 |
|
5614 |
+
#: includes/admin/settings/class-settings-bootstrap.php:159
|
5615 |
#, fuzzy
|
5616 |
msgctxt "settings"
|
5617 |
+
msgid "Use reCAPTCHA for listing comments?"
|
5618 |
+
msgstr "إستخدم reCAPTCHA في تعليقات الإعلان؟"
|
5619 |
|
5620 |
+
#: includes/admin/settings/class-settings-bootstrap.php:167
|
5621 |
#, fuzzy
|
5622 |
msgctxt "settings"
|
5623 |
+
msgid "reCAPTCHA Public Key"
|
5624 |
+
msgstr "مفتاح عام reCAPTCHA"
|
5625 |
|
5626 |
+
#: includes/admin/settings/class-settings-bootstrap.php:176
|
5627 |
+
#, fuzzy
|
5628 |
msgctxt "settings"
|
5629 |
+
msgid "reCAPTCHA Private Key"
|
5630 |
+
msgstr "مفتاح خاص reCAPTCHA"
|
5631 |
+
|
5632 |
+
#: includes/admin/settings/class-settings-bootstrap.php:185
|
5633 |
+
#, fuzzy
|
5634 |
+
msgctxt "settings"
|
5635 |
+
msgid "reCAPTCHA version"
|
5636 |
+
msgstr "إعدادات reCaptcha"
|
5637 |
+
|
5638 |
+
#: includes/admin/settings/class-settings-bootstrap.php:198
|
5639 |
+
msgctxt "settings"
|
5640 |
+
msgid "reCAPTCHA V3 threshold score"
|
5641 |
msgstr ""
|
5642 |
|
5643 |
+
#: includes/admin/settings/class-settings-bootstrap.php:203
|
5644 |
msgctxt "settings"
|
5645 |
+
msgid ""
|
5646 |
+
"reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is "
|
5647 |
+
"very likely a bot). Based on the score, you can take variable action in the "
|
5648 |
+
"context of your site. You can set here the score threshold, scores under "
|
5649 |
+
"this value will result in reCAPTCHA validation error."
|
5650 |
msgstr ""
|
5651 |
|
5652 |
+
#: includes/admin/settings/class-settings-bootstrap.php:208
|
5653 |
#, fuzzy
|
5654 |
msgctxt "settings"
|
5655 |
+
msgid "Registration"
|
5656 |
+
msgstr "Enregistrement"
|
5657 |
|
5658 |
+
#: includes/admin/settings/class-settings-bootstrap.php:208
|
5659 |
#, fuzzy
|
5660 |
msgctxt "settings"
|
5661 |
+
msgid ""
|
5662 |
+
"We expect that a membership plugin supports the 'redirect_to' parameter for "
|
5663 |
+
"the URLs below to work. If the plugin does not support them, these settings "
|
5664 |
+
"will not function as expected. Please contact the membership plugin and ask "
|
5665 |
+
"them to support the WP standard 'redirect_to' query parameter."
|
5666 |
+
msgstr ""
|
5667 |
+
"نتوقع أن تدعم عضوية الإضافة معامل 'redirect_to' لكي تعمل روابط المواقع URLs "
|
5668 |
+
"أدناه. إذا لم تدعم الإضافة ذلك، لن تعمل هذه الإعدادات كما هو متوقع. المرجو "
|
5669 |
+
"الاتصال بعضوية الإضافة، واطلب منهم دعم معامل الاستعلام القياسي 'redirect_to' "
|
5670 |
+
"لووردبريس."
|
5671 |
|
5672 |
+
#: includes/admin/settings/class-settings-bootstrap.php:213
|
5673 |
#, fuzzy
|
5674 |
msgctxt "settings"
|
5675 |
+
msgid "Require login to post listings?"
|
5676 |
+
msgstr "يتطلب تسجيل الدخول لنشر الإعلانات؟"
|
5677 |
|
5678 |
+
#: includes/admin/settings/class-settings-bootstrap.php:222
|
|
|
5679 |
msgctxt "settings"
|
5680 |
+
msgid "Allow anonymous users to edit/manage listings with an access key?"
|
5681 |
+
msgstr ""
|
5682 |
|
5683 |
+
#: includes/admin/settings/class-settings-bootstrap.php:230
|
5684 |
#, fuzzy
|
5685 |
msgctxt "settings"
|
5686 |
+
msgid "Login URL"
|
5687 |
+
msgstr "رابط تسجيل الدخول"
|
5688 |
|
5689 |
+
#: includes/admin/settings/class-settings-bootstrap.php:231
|
5690 |
#, fuzzy
|
5691 |
msgctxt "settings"
|
5692 |
+
msgid "Only enter this if using a membership plugin or custom login page."
|
5693 |
+
msgstr ""
|
5694 |
+
"رابط URL لصفحة تسجيل الدخول لعضوية الإضافة الخاصة بك. فقط أدخل هذا إذا كان "
|
5695 |
+
"هناك استخدام لعضوية الإضافة أو صفحة تسجيل دخول مخصصة."
|
5696 |
|
5697 |
+
#: includes/admin/settings/class-settings-bootstrap.php:232
|
5698 |
msgctxt "settings"
|
5699 |
+
msgid "URL of your membership plugin's login page."
|
5700 |
msgstr ""
|
5701 |
|
5702 |
+
#: includes/admin/settings/class-settings-bootstrap.php:241
|
5703 |
#, fuzzy
|
5704 |
msgctxt "settings"
|
5705 |
+
msgid "Registration URL"
|
5706 |
+
msgstr "رابط التسجيل"
|
5707 |
|
5708 |
+
#: includes/admin/settings/class-settings-bootstrap.php:242
|
5709 |
#, fuzzy
|
5710 |
msgctxt "settings"
|
5711 |
+
msgid ""
|
5712 |
+
"Only enter this if using a membership plugin or custom registration page."
|
5713 |
+
msgstr ""
|
5714 |
+
"رابط URL لصفحة التسجيل في عضوية الإضافة الخاصة بك. فقط أدخل هذا إذا كان "
|
5715 |
+
"هناك استخدام لعضوية الإضافة أو صفحة تسجيل مخصصة."
|
5716 |
+
|
5717 |
+
#: includes/admin/settings/class-settings-bootstrap.php:243
|
5718 |
+
msgctxt "settings"
|
5719 |
+
msgid "URL of your membership plugin's registration page."
|
5720 |
+
msgstr ""
|
5721 |
+
|
5722 |
+
#: includes/admin/settings/class-settings-bootstrap.php:252
|
5723 |
+
msgctxt "settings"
|
5724 |
+
msgid "Allow users to create accounts during listing submit?"
|
5725 |
+
msgstr ""
|
5726 |
|
5727 |
+
#: includes/admin/settings/class-settings-bootstrap.php:279
|
5728 |
#, fuzzy
|
5729 |
msgctxt "settings"
|
5730 |
+
msgid ""
|
5731 |
+
"Enter text or a URL starting with http. If you use a URL, the Terms and "
|
5732 |
+
"Conditions text will be replaced by a link to the appropiate page."
|
5733 |
+
msgstr ""
|
5734 |
+
"أدخل النص أو عنوان URL يبدأ ب http. إذا كنت تستخدم عنوان URL، سيتم استبدال "
|
5735 |
+
"نص الأحكام والشروط برابط إلى الصفحة المناسبة."
|
5736 |
|
5737 |
+
#: includes/admin/settings/class-settings-bootstrap.php:281
|
5738 |
#, fuzzy
|
5739 |
msgctxt "settings"
|
5740 |
+
msgid "Terms and Conditions text goes here."
|
5741 |
+
msgstr "نص الأحكام والشروط هنا..."
|
5742 |
|
5743 |
+
#: includes/admin/settings/class-settings-bootstrap.php:324
|
5744 |
#, fuzzy
|
5745 |
msgctxt "settings"
|
5746 |
+
msgid "Enable high performance searches?"
|
5747 |
+
msgstr "تمكين عمليات البحث عالية الأداء؟"
|
|
|
|
|
|
|
|
|
|
|
|
|
5748 |
|
5749 |
+
#: includes/admin/settings/class-settings-bootstrap.php:333
|
5750 |
#, fuzzy
|
5751 |
msgctxt "settings"
|
5752 |
+
msgid "Advanced"
|
5753 |
+
msgstr "متقدم"
|
5754 |
|
5755 |
+
#: includes/admin/settings/class-settings-bootstrap.php:339
|
5756 |
#, fuzzy
|
5757 |
msgctxt "settings"
|
5758 |
+
msgid "Disable advanced CPT integration?"
|
5759 |
+
msgstr "تعطيل التكامل CPT المتقدم؟"
|
|
|
|
|
|
|
|
|
5760 |
|
5761 |
+
#: includes/admin/settings/class-settings-bootstrap.php:348
|
5762 |
+
#, fuzzy
|
5763 |
msgctxt "settings"
|
5764 |
+
msgid "Disable Frontend Listing Submission?"
|
5765 |
+
msgstr "تعطيل إضافة إعلان من واجهة الموقع؟"
|
5766 |
|
5767 |
+
#: includes/admin/settings/class-settings-bootstrap.php:349
|
5768 |
msgctxt "settings"
|
5769 |
msgid ""
|
5770 |
+
"Prevents the Submit Listing button from showing on the main UI, but allows a "
|
5771 |
+
"shortcode for submit listing to function on other pages."
|
|
|
|
|
5772 |
msgstr ""
|
5773 |
|
5774 |
+
#: includes/admin/settings/class-settings-bootstrap.php:357
|
5775 |
#, fuzzy
|
5776 |
msgctxt "settings"
|
5777 |
+
msgid "Enqueue Business Directory's FontAwesome styles?"
|
5778 |
+
msgstr "دليل الأعمال - آخر الإعلانات"
|
5779 |
|
5780 |
+
#: includes/admin/settings/class-settings-bootstrap.php:358
|
|
|
5781 |
msgctxt "settings"
|
5782 |
+
msgid ""
|
5783 |
+
"This helps to prevent conflicts with other plugins that already do this. "
|
5784 |
+
"Disable this only if you're having an issue with FontAwesome icons and have "
|
5785 |
+
"performed a conflict test to validate this is a multiple styles enqueueing "
|
5786 |
+
"issue."
|
5787 |
+
msgstr ""
|
5788 |
|
5789 |
+
#: includes/admin/settings/class-settings-bootstrap.php:439
|
5790 |
#, fuzzy
|
5791 |
msgctxt "settings"
|
5792 |
+
msgid "Contact Form"
|
5793 |
+
msgstr "مسح"
|
5794 |
|
5795 |
+
#: includes/admin/settings/class-settings-bootstrap.php:448
|
5796 |
#, fuzzy
|
5797 |
msgctxt "settings"
|
5798 |
+
msgid "Listings per page"
|
5799 |
+
msgstr "الإعلانات حسب الصفحة"
|
5800 |
|
5801 |
+
#: includes/admin/settings/class-settings-bootstrap.php:449
|
5802 |
#, fuzzy
|
5803 |
msgctxt "settings"
|
5804 |
+
msgid ""
|
5805 |
+
"Number of listings to show per page. Use a value of \"0\" to show all "
|
5806 |
+
"listings."
|
5807 |
+
msgstr ""
|
5808 |
+
"عدد الإعلانات التي تظهر في كل صفحة. استخدام قيمة \"0\" لإظهار كل الإعلانات."
|
5809 |
|
5810 |
+
#: includes/admin/settings/class-settings-bootstrap.php:460
|
5811 |
#, fuzzy
|
5812 |
msgctxt "settings"
|
5813 |
+
msgid "Listing duration for no-fee sites (in days)"
|
5814 |
+
msgstr "مدة الإعلان للمواقع بلا رسوم (بالأيام)"
|
5815 |
|
5816 |
+
#: includes/admin/settings/class-settings-bootstrap.php:461
|
5817 |
#, fuzzy
|
5818 |
msgctxt "settings"
|
5819 |
msgid ""
|
5820 |
+
"Use a value of \"0\" to keep a listing alive indefinitely or enter a number "
|
5821 |
+
"less than 10 years (3650 days)."
|
5822 |
msgstr ""
|
5823 |
+
"استخدام قيمة \"0\" للإبقاء على الإعلان إلى أجل غير مسمى، أو قم بإدخال عدد "
|
5824 |
+
"أقل من 10 سنوات (3650 يوما)."
|
|
|
|
|
|
|
|
|
|
|
|
|
5825 |
|
5826 |
+
#: includes/admin/settings/class-settings-bootstrap.php:473
|
5827 |
#, fuzzy
|
5828 |
msgctxt "settings"
|
5829 |
+
msgid "Turn on listing renewal option?"
|
5830 |
+
msgstr "قم بتشغيل خيار تجديد الإعلان؟"
|
5831 |
|
5832 |
+
#: includes/admin/settings/class-settings-bootstrap.php:482
|
5833 |
#, fuzzy
|
5834 |
msgctxt "settings"
|
5835 |
+
msgid "Open detailed view of listing in new tab?"
|
5836 |
+
msgstr "فتح تفاصيل مشاهدة الإعلانات في علامة تبويب جديدة؟"
|
5837 |
|
5838 |
+
#: includes/admin/settings/class-settings-bootstrap.php:492
|
5839 |
#, fuzzy
|
5840 |
msgctxt "settings"
|
5841 |
+
msgid "Include button to report listings?"
|
5842 |
+
msgstr "يتطلب تسجيل الدخول لنشر الإعلانات؟"
|
5843 |
|
5844 |
+
#: includes/admin/settings/class-settings-bootstrap.php:501
|
5845 |
msgctxt "settings"
|
5846 |
+
msgid "Enable report listing for registered users only"
|
5847 |
msgstr ""
|
5848 |
|
5849 |
+
#: includes/admin/settings/class-settings-bootstrap.php:511
|
|
|
5850 |
msgctxt "settings"
|
5851 |
+
msgid "Report listing option list"
|
5852 |
msgstr ""
|
5853 |
|
5854 |
+
#: includes/admin/settings/class-settings-bootstrap.php:512
|
5855 |
msgctxt "settings"
|
5856 |
+
msgid ""
|
5857 |
+
"Form option list to report a listing as inappropriate. One option per line."
|
5858 |
msgstr ""
|
5859 |
|
5860 |
+
#: includes/admin/settings/class-settings-bootstrap.php:523
|
5861 |
#, fuzzy
|
5862 |
msgctxt "settings"
|
5863 |
+
msgid "Include listing contact form on listing pages?"
|
5864 |
+
msgstr "إدراج الإعلان مع نموذج الاتصال في صفحات الإعلان؟"
|
5865 |
|
5866 |
+
#: includes/admin/settings/class-settings-bootstrap.php:524
|
5867 |
+
#, fuzzy
|
5868 |
msgctxt "settings"
|
5869 |
+
msgid ""
|
5870 |
+
"Allows visitors to contact listing authors privately. Authors will receive "
|
5871 |
+
"the messages via email."
|
5872 |
msgstr ""
|
5873 |
+
"يسمح للزوار بالاتصال بكتاب الإعلان بشكل خاص. الكتاب سوف يتلقون رسائل عبر "
|
5874 |
+
"البريد الإلكتروني."
|
5875 |
|
5876 |
+
#: includes/admin/settings/class-settings-bootstrap.php:533
|
5877 |
#, fuzzy
|
5878 |
msgctxt "settings"
|
5879 |
+
msgid "Require login for using the contact form?"
|
5880 |
+
msgstr "يتطلب تسجيل الدخول لاستخدام نموذج الاتصال؟"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5881 |
|
5882 |
+
#: includes/admin/settings/class-settings-bootstrap.php:544
|
5883 |
+
#, fuzzy
|
5884 |
+
msgctxt "settings"
|
5885 |
+
msgid "Maximum number of daily contact form submits from registered users"
|
5886 |
+
msgstr "الحد الأقصى لعدد إرسال الاتصالات يوميا"
|
5887 |
|
5888 |
+
#: includes/admin/settings/class-settings-bootstrap.php:545
|
5889 |
+
#, fuzzy
|
5890 |
+
msgctxt "settings"
|
5891 |
msgid ""
|
5892 |
+
"Use this to prevent spamming of listing owners from logged in users. 0 means "
|
5893 |
+
"unlimited submits per day."
|
5894 |
msgstr ""
|
5895 |
+
"إستخدم هذا لمنع الرسائل المزعجة لأصحاب الإعلانات. 0 تعني إرسال غير محدود في "
|
5896 |
+
"اليوم الواحد."
|
5897 |
|
5898 |
+
#: includes/admin/settings/class-settings-bootstrap.php:557
|
5899 |
+
#, fuzzy
|
5900 |
+
msgctxt "settings"
|
5901 |
+
msgid "Maximum number of contact form submits for each listing per day"
|
5902 |
+
msgstr "الحد الأقصى لعدد إرسال الاتصالات يوميا"
|
5903 |
|
5904 |
+
#: includes/admin/settings/class-settings-bootstrap.php:558
|
5905 |
+
#, fuzzy
|
5906 |
+
msgctxt "settings"
|
5907 |
+
msgid ""
|
5908 |
+
"Use this to set contact submits limit for each listing in the directory. 0 "
|
5909 |
+
"means unlimited submits per day."
|
5910 |
+
msgstr ""
|
5911 |
+
"إستخدم هذا لمنع الرسائل المزعجة لأصحاب الإعلانات. 0 تعني إرسال غير محدود في "
|
5912 |
+
"اليوم الواحد."
|
5913 |
|
5914 |
+
#: includes/admin/settings/class-settings-bootstrap.php:570
|
5915 |
+
#, fuzzy
|
5916 |
+
msgctxt "settings"
|
5917 |
+
msgid "Include comment form on listing pages?"
|
5918 |
+
msgstr "يتضمن نموذج التعليق على صفحات الإعلانات؟"
|
5919 |
|
5920 |
+
#: includes/admin/settings/class-settings-bootstrap.php:585
|
5921 |
#, fuzzy
|
5922 |
+
msgctxt "settings"
|
5923 |
+
msgid "Show listings under categories on main page?"
|
5924 |
+
msgstr "إظهار الإعلانات تحت التصنيفات على الصفحة الرئيسية؟"
|
5925 |
|
5926 |
+
#: includes/admin/settings/class-settings-bootstrap.php:595
|
5927 |
+
msgctxt "settings"
|
5928 |
+
msgid ""
|
5929 |
+
"Prevents featured listings from floating to the top of the selected page."
|
5930 |
+
msgstr ""
|
5931 |
|
5932 |
+
#: includes/admin/settings/class-settings-bootstrap.php:625
|
5933 |
+
msgctxt "settings"
|
5934 |
+
msgid ""
|
5935 |
+
"The user ID or login of an existing user account. If login is not required "
|
5936 |
+
"to submit listings, this user will own them. A site admin or another user "
|
5937 |
+
"that will not a be posting a listing is best."
|
5938 |
+
msgstr ""
|
5939 |
|
5940 |
+
#: includes/admin/settings/class-settings-bootstrap.php:647
|
5941 |
+
#, fuzzy
|
5942 |
+
msgctxt "settings"
|
5943 |
+
msgid "Edit post status"
|
5944 |
+
msgstr "تعديل حالة الإعلان"
|
5945 |
|
5946 |
+
#: includes/admin/settings/class-settings-bootstrap.php:662
|
5947 |
+
#, fuzzy
|
5948 |
+
msgctxt "settings"
|
5949 |
+
msgid "Status of deleted listings"
|
5950 |
+
msgstr "حالة الإعلانات المحذوفة"
|
5951 |
|
5952 |
+
#: includes/admin/settings/class-settings-bootstrap.php:713
|
5953 |
#, fuzzy
|
5954 |
+
msgctxt "settings"
|
5955 |
+
msgid "Submit Listing instructions message"
|
5956 |
+
msgstr "إرسال رسالة تعليمات الإعلانات"
|
5957 |
|
5958 |
+
#: includes/admin/settings/class-settings-bootstrap.php:724
|
5959 |
+
#, fuzzy
|
5960 |
+
msgctxt "settings"
|
5961 |
+
msgid "Order categories list by"
|
5962 |
+
msgstr "ترتيب قائمة التصنيفات حسب"
|
5963 |
|
5964 |
+
#: includes/admin/settings/class-settings-bootstrap.php:738
|
5965 |
+
#, fuzzy
|
5966 |
+
msgctxt "settings"
|
5967 |
+
msgid "Sort order for categories"
|
5968 |
+
msgstr "ترتيب فرز التصنيفات"
|
5969 |
|
5970 |
+
#: includes/admin/settings/class-settings-bootstrap.php:751
|
5971 |
+
#, fuzzy
|
5972 |
+
msgctxt "settings"
|
5973 |
+
msgid "Show category post count?"
|
5974 |
+
msgstr "إظهار عدد إعلانات التصنيف؟"
|
5975 |
|
5976 |
+
#: includes/admin/settings/class-settings-bootstrap.php:760
|
5977 |
+
#, fuzzy
|
5978 |
+
msgctxt "settings"
|
5979 |
+
msgid "Hide empty categories?"
|
5980 |
+
msgstr "إخفاء التصنيفات الفارغة؟"
|
5981 |
|
5982 |
+
#: includes/admin/settings/class-settings-bootstrap.php:769
|
5983 |
#, fuzzy
|
5984 |
+
msgctxt "settings"
|
5985 |
+
msgid "Show only parent categories in category list?"
|
5986 |
+
msgstr "إظهار التصنيفات الأبوية فقط في قائمة التصنيف؟"
|
5987 |
|
5988 |
+
#: includes/admin/settings/class-settings-bootstrap.php:781
|
5989 |
+
#, fuzzy
|
5990 |
+
msgctxt "settings"
|
5991 |
+
msgid "Order directory listings by"
|
5992 |
+
msgstr "ترتيب إعلانات الدليل حسب"
|
5993 |
|
5994 |
+
#: includes/admin/settings/class-settings-bootstrap.php:805
|
5995 |
+
#, fuzzy
|
5996 |
+
msgctxt "settings"
|
5997 |
+
msgid "Sort directory listings by"
|
5998 |
+
msgstr "فرز إعلانات الدليل حسب"
|
5999 |
|
6000 |
+
#: includes/admin/settings/class-settings-bootstrap.php:806
|
6001 |
+
#, fuzzy
|
6002 |
+
msgctxt "settings"
|
6003 |
+
msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
|
6004 |
+
msgstr "ترتيب تصاعدي من أ إلى ي، ترتيب تنازلي من ي إلى أ"
|
6005 |
|
6006 |
+
#: includes/admin/settings/class-settings-bootstrap.php:819
|
6007 |
+
#, fuzzy
|
6008 |
+
msgctxt "settings"
|
6009 |
+
msgid "Enable sort bar?"
|
6010 |
+
msgstr "تمكين شريط الفرز؟"
|
6011 |
|
6012 |
+
#: includes/admin/settings/class-settings-bootstrap.php:828
|
6013 |
+
#, fuzzy
|
6014 |
+
msgctxt "settings"
|
6015 |
+
msgid "Sortbar Fields"
|
6016 |
+
msgstr "حقول شريط الفرز"
|
6017 |
|
6018 |
+
#: includes/admin/settings/class-settings-bootstrap.php:846
|
6019 |
+
#, fuzzy
|
6020 |
+
msgctxt "settings"
|
6021 |
+
msgid "Show the \"Submit listing\" button."
|
6022 |
+
msgstr "إظهار زر \"إضافة إعلان\"."
|
6023 |
|
6024 |
+
#: includes/admin/settings/class-settings-bootstrap.php:847
|
6025 |
+
msgctxt "settings"
|
6026 |
msgid ""
|
6027 |
+
"Hides the button used by the main UI to allow listing submission, but does "
|
6028 |
+
"not shut off the use of the link for submitting listings (allows you to "
|
6029 |
+
"customize the submit listing button on your own)"
|
|
|
6030 |
msgstr ""
|
|
|
|
|
|
|
6031 |
|
6032 |
+
#: includes/admin/settings/class-settings-bootstrap.php:857
|
6033 |
+
#, fuzzy
|
6034 |
+
msgctxt "settings"
|
6035 |
+
msgid "Show \"Search listings\"."
|
6036 |
+
msgstr "إظهار \"البحث في الإعلانات\"."
|
6037 |
|
6038 |
+
#: includes/admin/settings/class-settings-bootstrap.php:866
|
6039 |
+
#, fuzzy
|
6040 |
+
msgctxt "settings"
|
6041 |
+
msgid "Show the \"View Listings\" button."
|
6042 |
+
msgstr "إظهار زر \"مشاهدة الإعلانات\"."
|
6043 |
|
6044 |
+
#: includes/admin/settings/class-settings-bootstrap.php:875
|
6045 |
+
#, fuzzy
|
6046 |
+
msgctxt "settings"
|
6047 |
+
msgid "Show the \"Manage Listings\" button."
|
6048 |
+
msgstr "إظهار زر \"مشاهدة الإعلانات\"."
|
6049 |
|
6050 |
+
#: includes/admin/settings/class-settings-bootstrap.php:884
|
6051 |
+
#, fuzzy
|
6052 |
+
msgctxt "settings"
|
6053 |
+
msgid "Show the \"Directory\" button."
|
6054 |
+
msgstr "إظهار زر \"الدليل\"."
|
6055 |
|
6056 |
+
#: includes/admin/settings/class-settings-bootstrap.php:920
|
6057 |
+
#, fuzzy
|
6058 |
+
msgctxt "settings"
|
6059 |
+
msgid "Image Settings"
|
6060 |
+
msgstr "إعدادات الصورة"
|
6061 |
|
6062 |
+
#: includes/admin/settings/class-settings-bootstrap.php:925
|
6063 |
+
#, fuzzy
|
6064 |
+
msgctxt "settings"
|
6065 |
+
msgid "Allow images?"
|
6066 |
+
msgstr "السماح بالصور؟"
|
6067 |
|
6068 |
+
#: includes/admin/settings/class-settings-bootstrap.php:936
|
6069 |
+
#, fuzzy
|
6070 |
+
msgctxt "settings"
|
6071 |
+
msgid "Min Image File Size (KB)"
|
6072 |
+
msgstr "أقل حجم لملف الصورة (KB)"
|
6073 |
|
6074 |
+
#: includes/admin/settings/class-settings-bootstrap.php:947
|
6075 |
+
#, fuzzy
|
6076 |
+
msgctxt "settings"
|
6077 |
+
msgid "Max Image File Size (KB)"
|
6078 |
+
msgstr "أقصى حجم لملف الصورة (KB)"
|
|
|
|
|
|
|
6079 |
|
6080 |
+
#: includes/admin/settings/class-settings-bootstrap.php:958
|
6081 |
+
#, fuzzy
|
6082 |
+
msgctxt "settings"
|
6083 |
+
msgid "Min image width (px)"
|
6084 |
+
msgstr "أقل عرض للصورة (px)"
|
6085 |
|
6086 |
+
#: includes/admin/settings/class-settings-bootstrap.php:967
|
6087 |
+
#, fuzzy
|
6088 |
+
msgctxt "settings"
|
6089 |
+
msgid "Min image height (px)"
|
6090 |
+
msgstr "أقل ارتفاع للصورة (px)"
|
6091 |
|
6092 |
+
#: includes/admin/settings/class-settings-bootstrap.php:980
|
6093 |
+
#, fuzzy
|
6094 |
+
msgctxt "settings"
|
6095 |
+
msgid "Max image width (px)"
|
6096 |
+
msgstr "أقصى عرض للصورة (px)"
|
6097 |
+
|
6098 |
+
#: includes/admin/settings/class-settings-bootstrap.php:991
|
6099 |
+
#, fuzzy
|
6100 |
+
msgctxt "settings"
|
6101 |
+
msgid "Max image height (px)"
|
6102 |
+
msgstr "أقصى ارتفاع للصورة (px)"
|
6103 |
|
6104 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1002
|
6105 |
+
#, fuzzy
|
6106 |
+
msgctxt "settings"
|
6107 |
+
msgid "Turn on thickbox/lightbox?"
|
6108 |
+
msgstr "تشغيل thickbox/lightbox؟"
|
6109 |
|
6110 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1003
|
6111 |
#, fuzzy
|
6112 |
+
msgctxt "settings"
|
6113 |
+
msgid ""
|
6114 |
+
"Uncheck if it conflicts with other elements or plugins installed on your site"
|
6115 |
+
msgstr ""
|
6116 |
+
"قم بإلغاء التحديد إذا كان يتعارض مع العناصر الأخرى أو الإضافات المثبتة على "
|
6117 |
+
"موقعك"
|
6118 |
|
6119 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1009
|
6120 |
#, fuzzy
|
6121 |
+
msgctxt "settings"
|
6122 |
+
msgid "Thumbnails"
|
6123 |
+
msgstr "الصور المصغرة"
|
6124 |
|
6125 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1016
|
6126 |
#, fuzzy
|
6127 |
+
msgctxt "settings"
|
6128 |
+
msgid "Thumbnail width (px)"
|
6129 |
+
msgstr "عرض الصور المصغرة (px)"
|
6130 |
|
6131 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1027
|
6132 |
+
#, fuzzy
|
6133 |
+
msgctxt "settings"
|
6134 |
+
msgid "Thumbnail height (px)"
|
6135 |
+
msgstr "ارتفاع الصورة المصغرة (px)"
|
6136 |
|
6137 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1036
|
6138 |
+
#, fuzzy
|
6139 |
+
msgctxt "settings"
|
6140 |
+
msgid "Crop thumbnails to exact dimensions?"
|
6141 |
+
msgstr "قطع الصور المصغرة للأبعاد المناسبة؟"
|
6142 |
|
6143 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1037
|
6144 |
+
#, fuzzy
|
6145 |
+
msgctxt "settings"
|
6146 |
+
msgid ""
|
6147 |
+
"When enabled images will match exactly the dimensions above but part of the "
|
6148 |
+
"image may be cropped out. If disabled, image thumbnails will be resized to "
|
6149 |
+
"match the specified width and their height will be adjusted proportionally. "
|
6150 |
+
"Depending on the uploaded images, thumbnails may have different heights."
|
6151 |
msgstr ""
|
6152 |
+
"عند تمكين الصور ستطابق تماما الأبعاد أعلاه لكن جزءا من الصورة يمكن أن يقطع. "
|
6153 |
+
"في حالة تعطيلها، سيتم تغيير حجم الصور المصغرة لمطابقة العرض المحدد وسيتم "
|
6154 |
+
"تعديل الارتفاع بشكل متناسب. اعتماداً على الصور المرفوعة, قد تكون ارتفاعات "
|
6155 |
+
"الصور المصغرة مختلفة."
|
6156 |
|
6157 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1048
|
6158 |
+
msgctxt "settings"
|
6159 |
+
msgid "Enforce image upload on submit/edit?"
|
|
|
|
|
|
|
|
|
6160 |
msgstr ""
|
6161 |
|
6162 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1057
|
6163 |
+
#, fuzzy
|
6164 |
+
msgctxt "settings"
|
6165 |
+
msgid "Number of free images"
|
6166 |
+
msgstr "عدد الصور المجانية"
|
6167 |
|
6168 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1069
|
6169 |
+
msgctxt "settings"
|
6170 |
+
msgid "Use \"Coming Soon\" photo for listings without any (primary) images?"
|
6171 |
+
msgstr ""
|
6172 |
|
6173 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1091
|
6174 |
+
#, fuzzy
|
6175 |
+
msgctxt "settings"
|
6176 |
+
msgid "Default thumbnail image size"
|
6177 |
+
msgstr "إعلان العضو الافتراضي"
|
6178 |
|
6179 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1094
|
6180 |
+
msgctxt "settings"
|
6181 |
msgid ""
|
6182 |
+
"This indicates the size of the thumbnail to be used both in excerpt and "
|
6183 |
+
"detail views. For CROPPED image size values, we use the EXACT size defined. "
|
6184 |
+
"For all other values, we preserve the aspect ratio of the image and use the "
|
6185 |
+
"width as the starting point."
|
6186 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6187 |
|
6188 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1102
|
6189 |
+
#, fuzzy
|
6190 |
+
msgctxt "settings"
|
6191 |
+
msgid "Show Thumbnail on main listings page?"
|
6192 |
+
msgstr "إظهار صورة مصغرة في صفحة الإعلانات الرئيسية؟"
|
|
|
|
|
|
|
|
|
6193 |
|
6194 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1111
|
6195 |
+
#, fuzzy
|
6196 |
+
msgctxt "settings"
|
6197 |
+
msgid "Featured Badge image"
|
6198 |
+
msgstr "وحدة المستويات المميزة"
|
|
|
6199 |
|
6200 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1120
|
6201 |
#, fuzzy
|
6202 |
+
msgctxt "settings"
|
6203 |
+
msgid "Featured Badge URL"
|
6204 |
+
msgstr "وحدة المستويات المميزة"
|
6205 |
|
6206 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1121
|
6207 |
+
msgctxt "settings"
|
6208 |
+
msgid "Use this to set Featured Badge image as a link to a defined URL."
|
|
|
|
|
6209 |
msgstr ""
|
|
|
|
|
6210 |
|
6211 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1131
|
6212 |
+
msgctxt "settings"
|
6213 |
+
msgid "Display featured (sticky) badge on listing:"
|
6214 |
+
msgstr ""
|
6215 |
|
6216 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1147
|
6217 |
+
#, fuzzy
|
6218 |
+
msgctxt "settings"
|
6219 |
+
msgid "Fee Order"
|
6220 |
+
msgstr "ترتيب"
|
6221 |
|
6222 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1160
|
6223 |
+
#, fuzzy
|
6224 |
+
msgctxt "settings"
|
6225 |
+
msgid "Turn On payments?"
|
6226 |
+
msgstr "تشغيل الدفعات؟"
|
6227 |
|
6228 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1169
|
6229 |
+
#, fuzzy
|
6230 |
+
msgctxt "settings"
|
6231 |
+
msgid "Put payment gateways in test mode?"
|
6232 |
+
msgstr "وضع بوابات الدفع في وضع الاختبار؟"
|
6233 |
|
6234 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1180
|
6235 |
#, fuzzy
|
6236 |
+
msgctxt "settings"
|
6237 |
+
msgid "Currency Code"
|
6238 |
+
msgstr "رمز العملة"
|
|
|
|
|
|
|
|
|
|
|
|
|
6239 |
|
6240 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1219
|
6241 |
#, fuzzy
|
6242 |
+
msgctxt "settings"
|
6243 |
+
msgid "Currency Symbol"
|
6244 |
+
msgstr "رمز العملة"
|
6245 |
|
6246 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1229
|
6247 |
#, fuzzy
|
6248 |
+
msgctxt "settings"
|
6249 |
+
msgid "Currency symbol display"
|
6250 |
+
msgstr "عرض رمز العملة"
|
6251 |
|
6252 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1244
|
6253 |
+
msgctxt "settings"
|
6254 |
+
msgid "Include fee description in receipt?"
|
6255 |
+
msgstr ""
|
6256 |
+
|
6257 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1254
|
6258 |
#, fuzzy
|
6259 |
+
msgctxt "settings"
|
6260 |
+
msgid "Thank you for payment message"
|
6261 |
+
msgstr "رسالة الشكر على الدفع"
|
6262 |
|
6263 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1308
|
6264 |
#, fuzzy
|
6265 |
+
msgctxt "settings"
|
6266 |
+
msgid "Ask users to come back for abandoned payments?"
|
6267 |
+
msgstr "أطلب من الأعضاء العودة للمدفوعات المتخلى عنها؟"
|
6268 |
|
6269 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1320
|
6270 |
#, fuzzy
|
6271 |
+
msgctxt "settings"
|
6272 |
+
msgid "Listing abandonment threshold (hours)"
|
6273 |
+
msgstr "عتبة التخلي على الإعلان (ساعات)"
|
6274 |
|
6275 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1337
|
6276 |
#, fuzzy
|
6277 |
+
msgctxt "settings"
|
6278 |
+
msgid "Display email address fields publicly?"
|
6279 |
+
msgstr "عرض حقول عنوان البريد الإلكتروني علنا؟"
|
6280 |
|
6281 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1338
|
|
|
6282 |
#, fuzzy
|
6283 |
+
msgctxt "settings"
|
6284 |
+
msgid ""
|
6285 |
+
"Shows the email address of the listing owner to all web users. NOT "
|
6286 |
+
"RECOMMENDED as this increases spam to the address and allows spam bots to "
|
6287 |
+
"harvest it for future use."
|
6288 |
+
msgstr ""
|
6289 |
+
"إظهار عنوان البريد الإلكتروني لمالك الإعلان لجميع مستخدمي الويب. لا ينصح به "
|
6290 |
+
"لأن هذا يزيد من الرسائل المزعجة إلى العنوان ويسمح للمتطفلين بجمع عنوانين "
|
6291 |
+
"البريد للاستخدام في المستقبل."
|
6292 |
|
6293 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1347
|
6294 |
#, fuzzy
|
6295 |
+
msgctxt "settings"
|
6296 |
+
msgid "How to determine the listing's email address?"
|
6297 |
+
msgstr "كيفية تحديد عنوان البريد الإلكتروني في الإعلان؟"
|
6298 |
|
6299 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1348
|
6300 |
#, fuzzy
|
6301 |
+
msgctxt "settings"
|
6302 |
+
msgid ""
|
6303 |
+
"This affects emails sent to listing owners via contact forms or when their "
|
6304 |
+
"listings expire."
|
6305 |
+
msgstr ""
|
6306 |
+
"هذا يؤثر على رسائل البريد الإلكتروني المرسلة إلى مالكي الإعلانات عبر نموذج "
|
6307 |
+
"الاتصال أو عندما ينتهي تاريخ الإعلانات."
|
6308 |
|
6309 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1361
|
6310 |
+
msgctxt "settings"
|
6311 |
+
msgid "Email Content-Type header"
|
6312 |
msgstr ""
|
6313 |
|
6314 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1362
|
6315 |
+
msgctxt "settings"
|
6316 |
+
msgid ""
|
6317 |
+
"Use this setting to control the format of the emails explicitly. Some "
|
6318 |
+
"plugins for email do not correctly support Content Type unless explicitly "
|
6319 |
+
"set, you can do that here. If you're unsure, try \"HTML\", \"Plain\" and "
|
6320 |
+
"then \"Both\"."
|
6321 |
msgstr ""
|
6322 |
|
6323 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1423
|
|
|
|
|
6324 |
#, fuzzy
|
6325 |
+
msgctxt "settings"
|
6326 |
+
msgid "Templates"
|
6327 |
+
msgstr "قوالب البريد الإلكتروني"
|
6328 |
|
6329 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1428
|
|
|
|
|
6330 |
#, fuzzy
|
6331 |
+
msgctxt "settings"
|
6332 |
+
msgid "Email confirmation message"
|
6333 |
+
msgstr "رسالة تأكيد البريد الإلكتروني"
|
6334 |
|
6335 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1429
|
6336 |
#, fuzzy
|
6337 |
+
msgctxt "settings"
|
6338 |
+
msgid "Sent after a listing has been submitted."
|
6339 |
+
msgstr "ترسل بعد أن يضاف الإعلان."
|
6340 |
|
6341 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1447
|
6342 |
#, fuzzy
|
6343 |
+
msgctxt "settings"
|
6344 |
+
msgid "Listing published message"
|
6345 |
+
msgstr "رسالة نشر الإعلان"
|
6346 |
|
6347 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1448
|
6348 |
#, fuzzy
|
6349 |
+
msgctxt "settings"
|
6350 |
+
msgid "Sent when the listing has been published or approved by an admin."
|
6351 |
+
msgstr "ترسل عندما يتم نشر الإعلان أو الموافقة عليه من طرف المدير."
|
6352 |
|
6353 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1465
|
6354 |
#, fuzzy
|
6355 |
+
msgctxt "settings"
|
6356 |
+
msgid "Listing Contact Message"
|
6357 |
+
msgstr "رسالة اتصال الإعلان"
|
6358 |
|
6359 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1466
|
6360 |
#, fuzzy
|
6361 |
+
msgctxt "settings"
|
6362 |
+
msgid ""
|
6363 |
+
"Sent to listing owners when someone uses the contact form on their listing "
|
6364 |
+
"pages."
|
6365 |
+
msgstr ""
|
6366 |
+
"ترسل إلى مالكي الإعلانات عندما يستخدم شخص ما نموذج جهة الاتصال في صفحات "
|
6367 |
+
"الإعلانات الخاصة بهم."
|
6368 |
|
6369 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1506
|
6370 |
#, fuzzy
|
6371 |
+
msgctxt "settings"
|
6372 |
+
msgid "Payment completed message"
|
6373 |
+
msgstr "رسالة تذكير بالتخلي عن الدفع"
|
6374 |
|
6375 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1507
|
6376 |
+
#, fuzzy
|
6377 |
+
msgctxt "settings"
|
6378 |
+
msgid "Sent after a Listing's payment is verified by Gateway or admins."
|
6379 |
+
msgstr "ترسل أحيانا بعد أن يتخلي الأعضاء عن الدفعة المنتظرة."
|
6380 |
+
|
6381 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1543
|
6382 |
+
#, fuzzy
|
6383 |
+
msgctxt "settings"
|
6384 |
+
msgid "Payment abandoned reminder message"
|
6385 |
+
msgstr "رسالة تذكير بالتخلي عن الدفع"
|
6386 |
+
|
6387 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1544
|
6388 |
+
#, fuzzy
|
6389 |
+
msgctxt "settings"
|
6390 |
+
msgid "Sent some time after a pending payment is abandoned by users."
|
6391 |
+
msgstr "ترسل أحيانا بعد أن يتخلي الأعضاء عن الدفعة المنتظرة."
|
6392 |
+
|
6393 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1686
|
6394 |
+
msgctxt "settings"
|
6395 |
+
msgid "Cropped"
|
6396 |
msgstr ""
|
6397 |
|
6398 |
+
#: includes/admin/settings/class-settings.php:495
|
6399 |
+
#: includes/admin/settings/class-settings.php:506
|
6400 |
+
msgctxt "settings"
|
6401 |
+
msgid "\"%s\" can not be empty."
|
6402 |
msgstr ""
|
6403 |
|
6404 |
+
#: includes/admin/settings/class-settings.php:523
|
6405 |
+
msgctxt "settings"
|
6406 |
+
msgid "The slug \"%s\" is already in use for another taxonomy."
|
6407 |
+
msgstr ""
|
6408 |
+
|
6409 |
+
#: includes/licensing.php:238
|
6410 |
#, fuzzy
|
6411 |
+
msgctxt "settings"
|
6412 |
+
msgid "Themes"
|
6413 |
+
msgstr "القوالب"
|
6414 |
|
6415 |
+
#: includes/licensing.php:309 includes/licensing.php:310
|
6416 |
+
msgctxt "settings"
|
6417 |
+
msgid "Please wait..."
|
6418 |
+
msgstr ""
|
6419 |
+
|
6420 |
+
#: includes/licensing.php:310
|
6421 |
#, fuzzy
|
6422 |
+
msgctxt "settings"
|
6423 |
+
msgid "Deauthorize"
|
6424 |
+
msgstr "تفعيل Authorize.net؟"
|
6425 |
|
6426 |
+
#: includes/admin/controllers/class-themes-admin.php:43
|
6427 |
+
msgctxt "themes"
|
6428 |
+
msgid "Directory Themes"
|
6429 |
+
msgstr "قوالب الدليل"
|
6430 |
|
6431 |
+
#: includes/admin/controllers/class-themes-admin.php:113
|
6432 |
+
msgctxt "themes"
|
6433 |
+
msgid "Could not change the active theme to \"%s\"."
|
6434 |
+
msgstr "تعذر تغيير القالب النشط إلى \"%s\"."
|
6435 |
|
6436 |
+
#: includes/admin/controllers/class-themes-admin.php:156
|
6437 |
+
msgctxt "themes"
|
6438 |
+
msgid "Active theme changed to \"%s\"."
|
6439 |
+
msgstr "القالب النشط تغير إلى \"%s\"."
|
6440 |
|
6441 |
+
#: includes/admin/controllers/class-themes-admin.php:159
|
6442 |
+
msgctxt "themes"
|
6443 |
+
msgid ""
|
6444 |
+
"%s requires that you tag your existing fields to match some places we want "
|
6445 |
+
"to put your data on the theme. Below are fields we think are missing."
|
6446 |
+
msgstr ""
|
6447 |
+
"%s يتطلب أن تضيف وسوم في الحقول الموجودة الخاصة بك لمطابقة بعض الأماكن لأننا "
|
6448 |
+
"نريد وضع البيانات الخاصة بك في القالب. وفيما يلي الحقول التي نظن أنها مفقودة."
|
6449 |
+
|
6450 |
+
#: includes/admin/controllers/class-themes-admin.php:170
|
6451 |
+
msgctxt "themes"
|
6452 |
+
msgid "Map My Fields"
|
6453 |
+
msgstr "أنشئ خريطة لحقولي"
|
6454 |
+
|
6455 |
+
#: includes/admin/controllers/class-themes-admin.php:178
|
6456 |
+
msgctxt "themes"
|
6457 |
+
msgid "Suggested fields created successfully."
|
6458 |
+
msgstr " تم إنشاء الحقول المقترحة بنجاح."
|
6459 |
+
|
6460 |
+
#: includes/admin/controllers/class-themes-admin.php:181
|
6461 |
+
msgctxt "themes"
|
6462 |
+
msgid "Theme installed successfully."
|
6463 |
+
msgstr "تم تثبيت القالب بنجاح."
|
6464 |
+
|
6465 |
+
#: includes/admin/controllers/class-themes-admin.php:184
|
6466 |
+
#, fuzzy
|
6467 |
+
msgctxt "themes"
|
6468 |
+
msgid "Theme was deleted successfully."
|
6469 |
+
msgstr "تم حذف القالب بنجاح."
|
6470 |
+
|
6471 |
+
#: includes/admin/controllers/class-themes-admin.php:187
|
6472 |
+
msgctxt "themes"
|
6473 |
+
msgid "Could not delete theme directory. Check permissions."
|
6474 |
+
msgstr "تعذر حذف مجلد القالب. تحقق من الصلاحيات."
|
6475 |
|
6476 |
+
#: includes/admin/controllers/class-themes-admin.php:239
|
6477 |
+
msgctxt "themes"
|
6478 |
+
msgid "Please upload a valid theme file."
|
6479 |
+
msgstr "المرجو رفع ملف قالب صالح."
|
6480 |
|
6481 |
+
#: includes/admin/controllers/class-themes-admin.php:248
|
6482 |
+
msgctxt "themes"
|
6483 |
+
msgid "Could not move \"%s\" to a temporary directory."
|
6484 |
+
msgstr "لا يمكن نقل \"%s\" إلى مجلد مؤقت."
|
6485 |
|
6486 |
+
#: includes/admin/controllers/class-themes-admin.php:334
|
6487 |
+
msgctxt "themes"
|
6488 |
+
msgid "Activate your <a>license key</a> to use this theme."
|
6489 |
+
msgstr "فعِّل <a>مفتاح الترخيص</a> الخاص بك لاستخدام هذا القالب."
|
6490 |
|
6491 |
+
#: includes/admin/controllers/class-themes-admin.php:377
|
6492 |
#, fuzzy
|
6493 |
+
msgctxt "themes"
|
6494 |
+
msgid "Invalid theme ID"
|
6495 |
+
msgstr "معرف حقل غير صالح"
|
6496 |
|
6497 |
+
#: includes/admin/controllers/class-themes-admin.php:383
|
6498 |
+
#: includes/admin/upgrades/class-themes-updater.php:170
|
6499 |
+
msgctxt "themes"
|
6500 |
+
msgid "Could not update theme: %s"
|
6501 |
+
msgstr "تعذر تحديث القالب : %s"
|
6502 |
|
6503 |
+
#: includes/admin/upgrades/class-themes-updater.php:132
|
6504 |
+
msgctxt "themes"
|
6505 |
+
msgid "Updating theme..."
|
6506 |
+
msgstr "تحديث القالب..."
|
6507 |
|
6508 |
+
#: includes/admin/upgrades/class-themes-updater.php:133
|
6509 |
+
msgctxt "themes"
|
6510 |
+
msgid "Theme updated."
|
6511 |
+
msgstr "تم تحديث القالب"
|
6512 |
+
|
6513 |
+
#: includes/admin/upgrades/class-themes-updater.php:135
|
6514 |
+
msgctxt "themes"
|
6515 |
+
msgid "New version available (<b>%s</b>). <a>Update now.</a>"
|
6516 |
+
msgstr "الإصدار الجديد متوفر (<b>%s</b>). <a>التحديث الآن.</a>"
|
6517 |
+
|
6518 |
+
#: includes/admin/upgrades/class-themes-updater.php:176
|
6519 |
#, fuzzy
|
6520 |
+
msgctxt "themes"
|
6521 |
+
msgid "Theme was updated successfully."
|
6522 |
+
msgstr "تم تحديث القالب بنجاح."
|
6523 |
|
6524 |
+
#: includes/themes.php:949
|
6525 |
+
msgctxt "themes"
|
6526 |
+
msgid "Could not create themes directory."
|
6527 |
+
msgstr "تعذر إنشاء مجلد القوالب."
|
6528 |
|
6529 |
+
#: includes/themes.php:960
|
6530 |
+
msgctxt "themes"
|
6531 |
+
msgid "Could not remove previous theme directory \"%s\"."
|
6532 |
+
msgstr "تعذر إزالة مجلد القالب السابق \"%s\"."
|
6533 |
|
6534 |
+
#: includes/themes.php:968
|
6535 |
+
msgctxt "themes"
|
6536 |
+
msgid "Could not move new theme into theme directory."
|
6537 |
+
msgstr "تعذر نقل القالب الجديد الى مجلد القالب."
|
6538 |
|
6539 |
+
#: includes/admin/csv-export.php:50
|
6540 |
+
msgctxt "admin csv-export"
|
6541 |
+
msgid "Could not decode export state information."
|
6542 |
+
msgstr ""
|
6543 |
|
6544 |
+
#: includes/admin/helpers/csv/class-csv-exporter.php:110
|
6545 |
+
msgctxt "admin csv-export"
|
6546 |
+
msgid "Could not create a temporary directory for handling this CSV export."
|
6547 |
+
msgstr "لا يمكن إنشاء مجلد مؤقت للتعامل مع تصدير CSV."
|
6548 |
|
6549 |
+
#: includes/admin/helpers/csv/class-csv-exporter.php:111
|
6550 |
+
msgctxt "admin csv-export"
|
6551 |
+
msgid "Error while creating a temporary directory for CSV export: %s"
|
6552 |
+
msgstr "حدث خطأ أثناء إنشاء مجلد مؤقت لتصدير CSV: %s"
|
6553 |
|
6554 |
+
#: templates/admin/csv-export.tpl.php:13
|
6555 |
+
msgctxt "admin csv-export"
|
6556 |
msgid ""
|
6557 |
+
"Please note that the export process is a resource intensive task. If your "
|
6558 |
+
"export does not succeed try disabling other plugins first and/or increasing "
|
6559 |
+
"the values of the 'memory_limit' and 'max_execution_time' directives in your "
|
6560 |
+
"server's php.ini configuration file."
|
6561 |
msgstr ""
|
6562 |
+
"يرجى ملاحظة أن عملية التصدير مهمة تتطلب موارد كثيرة. إذا لم تنجح في التصدير "
|
6563 |
+
"حاول تعطيل إضافات أخرى أولاً و/أو زيادة قيم التوجيهات 'memory_limit' و "
|
6564 |
+
"'max_execution_time' في الخادم الخاص بك بتعديل ملف الإعدادات php.ini."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6565 |
|
6566 |
+
#: templates/admin/csv-export.tpl.php:29
|
6567 |
+
msgctxt "admin csv-export"
|
6568 |
+
msgid "Export settings"
|
6569 |
+
msgstr "إعدادات التصدير"
|
6570 |
|
6571 |
+
#: templates/admin/csv-export.tpl.php:33
|
6572 |
+
msgctxt "admin csv-export"
|
6573 |
+
msgid "Which listings to export?"
|
6574 |
+
msgstr "أي لائحة تريد التصدير؟"
|
|
|
6575 |
|
6576 |
+
#: templates/admin/csv-export.tpl.php:37
|
6577 |
+
msgctxt "admin csv-export"
|
6578 |
+
msgid "All"
|
6579 |
+
msgstr "الكل"
|
|
|
6580 |
|
6581 |
+
#: templates/admin/csv-export.tpl.php:38
|
6582 |
+
msgctxt "admin csv-export"
|
6583 |
+
msgid "Active Only"
|
6584 |
+
msgstr "المفعل فقط"
|
6585 |
|
6586 |
+
#: templates/admin/csv-export.tpl.php:39
|
6587 |
+
msgctxt "admin csv-export"
|
6588 |
+
msgid "Active + Pending Renewal"
|
6589 |
+
msgstr "مفعل + ريثما يتم التجديد"
|
6590 |
|
6591 |
+
#: templates/admin/csv-export.tpl.php:45
|
6592 |
+
msgctxt "admin csv-export"
|
6593 |
+
msgid "Export images?"
|
6594 |
+
msgstr "تصدير الصور؟"
|
|
|
6595 |
|
6596 |
+
#: templates/admin/csv-export.tpl.php:50
|
6597 |
+
msgctxt "admin csv-export"
|
6598 |
+
msgid "Export images"
|
6599 |
+
msgstr "تصدير الصور"
|
|
|
6600 |
|
6601 |
+
#: templates/admin/csv-export.tpl.php:52
|
6602 |
+
msgctxt "admin csv-export"
|
6603 |
+
msgid ""
|
6604 |
+
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
6605 |
+
"both a CSV file and listing images."
|
6606 |
+
msgstr ""
|
6607 |
+
"عند اختيار الخانة، بدلاً من مجرد ملف CSV سيتم إنشاء ملف مضغوط مع ملف CSV "
|
6608 |
+
"ولائحة الصور."
|
6609 |
|
6610 |
+
#: templates/admin/csv-export.tpl.php:58
|
6611 |
+
msgctxt "admin csv-export"
|
6612 |
+
msgid "Additional metadata to export:"
|
6613 |
+
msgstr "بيانات تعريف إضافية للتصدير:"
|
6614 |
|
6615 |
+
#: templates/admin/csv-export.tpl.php:63
|
6616 |
+
msgctxt "admin csv-export"
|
6617 |
+
msgid "Include unique IDs for each listing (sequence_id column)."
|
6618 |
+
msgstr "تتضمن معرفات (IDs) فريدة لكل إعلان (عمود sequence_id)."
|
6619 |
|
6620 |
+
#: templates/admin/csv-export.tpl.php:71
|
6621 |
+
msgctxt "admin csv-export"
|
6622 |
+
msgid "Author information (username)"
|
6623 |
+
msgstr "معلومات الكاتب (إسم المستخدم)"
|
6624 |
|
6625 |
+
#: templates/admin/csv-export.tpl.php:76
|
6626 |
+
msgctxt "admin csv-export"
|
6627 |
+
msgid "Listing expiration date"
|
6628 |
+
msgstr "إنتهاء صلاحية الإعلان"
|
|
|
|
|
|
|
|
|
6629 |
|
6630 |
+
#: templates/admin/csv-export.tpl.php:80
|
6631 |
+
#, fuzzy
|
6632 |
+
msgctxt "admin csv-export"
|
6633 |
+
msgid "Listing created date"
|
6634 |
+
msgstr "صور الإعلانات"
|
6635 |
|
6636 |
+
#: templates/admin/csv-export.tpl.php:84
|
6637 |
+
#, fuzzy
|
6638 |
+
msgctxt "admin csv-export"
|
6639 |
+
msgid "Listing last updated date"
|
6640 |
+
msgstr "إنتهاء صلاحية الإعلان"
|
6641 |
|
6642 |
+
#: templates/admin/csv-export.tpl.php:88
|
6643 |
+
#, fuzzy
|
6644 |
+
msgctxt "admin csv-export"
|
6645 |
+
msgid "Listing T&C acceptance date"
|
6646 |
+
msgstr "صور الإعلانات"
|
|
|
6647 |
|
6648 |
+
#: templates/admin/csv-export.tpl.php:97
|
6649 |
+
msgctxt "admin csv-export"
|
6650 |
+
msgid "What operating system will you use to edit the CSV file?"
|
|
|
|
|
6651 |
msgstr ""
|
6652 |
|
6653 |
+
#: templates/admin/csv-export.tpl.php:104
|
6654 |
+
msgctxt "admin csv-export"
|
6655 |
+
msgid "Windows"
|
6656 |
msgstr ""
|
6657 |
|
6658 |
+
#: templates/admin/csv-export.tpl.php:109
|
6659 |
+
msgctxt "admin csv-export"
|
6660 |
+
msgid "macOS"
|
|
|
|
|
6661 |
msgstr ""
|
6662 |
|
6663 |
+
#: templates/admin/csv-export.tpl.php:111
|
6664 |
+
msgctxt "admin csv-export"
|
6665 |
msgid ""
|
6666 |
+
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
6667 |
+
"sure all your listings information is displayed properly when you view or "
|
6668 |
+
"edit the CSV file, we need to generate different versions of the file for "
|
6669 |
+
"each operating system."
|
6670 |
msgstr ""
|
6671 |
|
6672 |
+
#: templates/admin/csv-export.tpl.php:129
|
6673 |
+
msgctxt "admin csv-export"
|
6674 |
+
msgid "Category Separator"
|
6675 |
+
msgstr "فاصلة التصنيف"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6676 |
|
6677 |
+
#: templates/admin/csv-export.tpl.php:141
|
6678 |
+
msgctxt "admin csv-export"
|
6679 |
+
msgid "Export Listings"
|
6680 |
+
msgstr "الإعلانات المصدرة"
|
6681 |
|
6682 |
+
#: templates/admin/csv-export.tpl.php:147
|
6683 |
+
msgctxt "admin csv-export"
|
6684 |
+
msgid "Export in Progress..."
|
6685 |
+
msgstr "جاري التصدير..."
|
6686 |
|
6687 |
+
#: templates/admin/csv-export.tpl.php:148
|
6688 |
+
msgctxt "admin csv-export"
|
6689 |
+
msgid ""
|
6690 |
+
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
6691 |
+
"until the export finishes."
|
6692 |
+
msgstr ""
|
6693 |
+
"جاري إعداد ملف التصدير. المرجو <u>عدم ترك</u> هذه الصفحة حتى انتهاء التصدير."
|
6694 |
|
6695 |
+
#: templates/admin/csv-export.tpl.php:151
|
6696 |
+
msgctxt "admin csv-export"
|
6697 |
+
msgid "No. of listings:"
|
6698 |
+
msgstr "أرقام الإعلانات:"
|
6699 |
|
6700 |
+
#: templates/admin/csv-export.tpl.php:153
|
6701 |
+
msgctxt "admin csv-export"
|
6702 |
+
msgid "Approximate export file size:"
|
6703 |
+
msgstr "الحجم التقريبي لملف التصدير:"
|
6704 |
|
6705 |
+
#: templates/admin/csv-export.tpl.php:160
|
6706 |
+
msgctxt "admin csv-export"
|
6707 |
+
msgid "Cancel Export"
|
6708 |
+
msgstr "إلغاء التصدير"
|
6709 |
|
6710 |
+
#: templates/admin/csv-export.tpl.php:165
|
6711 |
+
msgctxt "admin csv-export"
|
6712 |
+
msgid "Export Complete"
|
6713 |
+
msgstr "تم التصدير"
|
6714 |
|
6715 |
+
#: templates/admin/csv-export.tpl.php:166
|
6716 |
+
msgctxt "admin csv-export"
|
6717 |
+
msgid ""
|
6718 |
+
"Your export file has been successfully created and it is now ready for "
|
6719 |
+
"download."
|
6720 |
+
msgstr "تم بنجاح إنشاء ملف التصدير، والآن جاهز للتحميل."
|
6721 |
|
6722 |
+
#: templates/admin/csv-export.tpl.php:170
|
6723 |
+
#, fuzzy
|
6724 |
+
msgctxt "admin csv-export"
|
6725 |
+
msgid "Download %1$s (%2$s)"
|
6726 |
+
msgstr "تحميل %s (%s)"
|
6727 |
|
6728 |
+
#: templates/admin/csv-export.tpl.php:177
|
6729 |
+
msgctxt "admin csv-export"
|
6730 |
+
msgid ""
|
6731 |
+
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
6732 |
+
"temporary data created by Business Directory during the export process."
|
6733 |
msgstr ""
|
6734 |
+
"إضغط على \"تنظيف\" بعد تحميل الملف بغية إزالة جميع البيانات المؤقتة التي تم "
|
6735 |
+
"إنشاؤها بواسطة \"دليل الأعمال\" أثناء عملية التصدير."
|
6736 |
|
6737 |
+
#: templates/admin/csv-export.tpl.php:178
|
6738 |
+
msgctxt "admin csv-export"
|
6739 |
+
msgid "Cleanup"
|
6740 |
+
msgstr "نظف"
|
|
|
6741 |
|
6742 |
+
#: templates/admin/csv-export.tpl.php:183
|
6743 |
+
msgctxt "admin csv-export"
|
6744 |
+
msgid "Export Canceled"
|
6745 |
+
msgstr "ألغي التصدير"
|
|
|
6746 |
|
6747 |
+
#: templates/admin/csv-export.tpl.php:184
|
6748 |
+
msgctxt "admin csv-export"
|
6749 |
+
msgid "The export has been canceled."
|
6750 |
+
msgstr "تم إلغاء التصدير"
|
|
|
6751 |
|
6752 |
+
#: templates/admin/csv-export.tpl.php:185
|
6753 |
+
msgctxt "admin csv-export"
|
6754 |
+
msgid "← Return to CSV Export"
|
6755 |
+
msgstr "← العودة إلى تصدير CSV"
|
6756 |
|
6757 |
+
#: includes/admin/csv-import.php:296
|
6758 |
+
#, fuzzy
|
6759 |
+
msgctxt "csv import"
|
6760 |
+
msgid ""
|
6761 |
+
"A valid temporary directory with write permissions is required for CSV "
|
6762 |
+
"imports to function properly. Your server is using \"%s\" but this path does "
|
6763 |
+
"not seem to be writable. Please consult with your host."
|
6764 |
msgstr ""
|
6765 |
+
"مطلوب مجلد مؤقت صالح مع صلاحية الكتابة لاستيراد CSV لكي يعمل بشكل صحيح. "
|
6766 |
+
"الخادم الخاص بك يستخدام \"%s\" ولكن هذا المسار لا يبدو أنه قابل للكتابة. "
|
6767 |
+
"يرجى استشارة الاستضافة الخاص بك."
|
6768 |
|
6769 |
+
#: includes/admin/helpers/class-listing-information-metabox.php:20
|
6770 |
#, fuzzy
|
6771 |
+
msgctxt "listing metabox"
|
6772 |
+
msgid "Recent Payments"
|
6773 |
+
msgstr "رفض الدفع"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6774 |
|
6775 |
+
#: includes/admin/helpers/class-listing-information-metabox.php:24
|
6776 |
+
#, fuzzy
|
6777 |
+
msgctxt "listing metabox"
|
6778 |
+
msgid "Access Key"
|
6779 |
+
msgstr "مفتاح الوصول"
|
6780 |
|
6781 |
+
#: templates/admin/metaboxes-listing-information-payments.tpl.php:14
|
6782 |
+
#, fuzzy
|
6783 |
+
msgctxt "listing metabox"
|
6784 |
+
msgid "Click a transaction to see its details (and approve/reject)."
|
6785 |
+
msgstr "إضغط فوق دفع للاطلاع على تفاصيل أو الموافقة على/رفض المعاملة."
|
6786 |
|
6787 |
+
#: templates/admin/metaboxes-listing-information-payments.tpl.php:35
|
6788 |
+
#, fuzzy
|
6789 |
+
msgctxt "listing metabox"
|
6790 |
+
msgid "No payments available."
|
6791 |
+
msgstr "غير متاح"
|
6792 |
|
6793 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:12
|
6794 |
#, fuzzy
|
6795 |
+
msgctxt "listing metabox"
|
6796 |
+
msgid "General Info"
|
6797 |
+
msgstr "معلومات عامة"
|
6798 |
|
6799 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:14
|
6800 |
+
#, fuzzy
|
6801 |
+
msgctxt "listing metabox"
|
6802 |
+
msgid "Listing Status"
|
6803 |
+
msgstr "الإعلانات"
|
6804 |
|
6805 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
6806 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:31
|
6807 |
+
#, fuzzy
|
6808 |
+
msgctxt "listing metabox"
|
6809 |
+
msgid "N/A"
|
6810 |
+
msgstr "N/A غير قابل للتطبيق"
|
6811 |
|
6812 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:27
|
6813 |
#, fuzzy
|
6814 |
+
msgctxt "listing metabox"
|
6815 |
+
msgid "Last renew date"
|
6816 |
+
msgstr "تاريخ التجديد"
|
6817 |
|
6818 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:35
|
6819 |
+
#, fuzzy
|
6820 |
+
msgctxt "listing metabox"
|
6821 |
+
msgid "Plan Details"
|
6822 |
+
msgstr "تفاصيل الخطة"
|
6823 |
+
|
6824 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:37
|
6825 |
+
msgctxt "listing metabox"
|
6826 |
+
msgid "Fee Plan"
|
6827 |
msgstr ""
|
6828 |
|
6829 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:46
|
6830 |
+
msgctxt "listing metabox"
|
6831 |
+
msgid "Change plan"
|
6832 |
msgstr ""
|
6833 |
|
6834 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:69
|
6835 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:89
|
6836 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:103
|
6837 |
+
#, fuzzy
|
6838 |
+
msgctxt "listing metabox"
|
6839 |
+
msgid "OK"
|
6840 |
+
msgstr "حسناً"
|
6841 |
|
6842 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:70
|
6843 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
6844 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:104
|
6845 |
+
#, fuzzy
|
6846 |
+
msgctxt "listing metabox"
|
6847 |
+
msgid "Cancel"
|
6848 |
+
msgstr "إلغاء"
|
6849 |
|
6850 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:79
|
6851 |
+
#, fuzzy
|
6852 |
+
msgctxt "listing metabox"
|
6853 |
+
msgid "Expires On"
|
6854 |
+
msgstr "ستنتهي الصلاحية في"
|
6855 |
|
6856 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:94
|
6857 |
+
#, fuzzy
|
6858 |
+
msgctxt "listing metabox"
|
6859 |
+
msgid "# of images"
|
6860 |
+
msgstr "# الصور"
|
6861 |
|
6862 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:107
|
6863 |
+
#, fuzzy
|
6864 |
+
msgctxt "listing metabox"
|
6865 |
+
msgid "Is Featured?"
|
6866 |
+
msgstr "تغذية %s"
|
|
|
|
|
|
|
6867 |
|
6868 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:114
|
6869 |
+
#, fuzzy
|
6870 |
+
msgctxt "listing metabox"
|
6871 |
+
msgid "Is Recurring?"
|
6872 |
+
msgstr "(متكرر)"
|
6873 |
|
6874 |
+
#: includes/admin/helpers/class-listing-timeline.php:111
|
6875 |
+
#, fuzzy
|
6876 |
+
msgctxt "listing timeline"
|
6877 |
+
msgid "Listing created"
|
6878 |
+
msgstr "صور الإعلانات"
|
6879 |
|
6880 |
+
#: includes/admin/helpers/class-listing-timeline.php:116
|
6881 |
+
#, fuzzy
|
6882 |
+
msgctxt "listing timeline"
|
6883 |
+
msgid "Listing expired"
|
6884 |
+
msgstr "الإعلان منتهي التاريخ"
|
6885 |
|
6886 |
+
#: includes/admin/helpers/class-listing-timeline.php:126
|
6887 |
+
msgctxt "listing timeline"
|
6888 |
+
msgid "T&C acceptance date"
|
6889 |
+
msgstr ""
|
6890 |
|
6891 |
+
#: includes/admin/helpers/class-listing-timeline.php:141
|
6892 |
+
msgctxt "listing timeline"
|
6893 |
+
msgid "Paid as admin"
|
|
|
|
|
|
|
6894 |
msgstr ""
|
|
|
|
|
6895 |
|
6896 |
+
#: includes/admin/helpers/class-listing-timeline.php:143
|
6897 |
+
#, fuzzy
|
6898 |
+
msgctxt "listing timeline"
|
6899 |
+
msgid "Listing imported"
|
6900 |
+
msgstr "الإعلان منتهي التاريخ"
|
6901 |
+
|
6902 |
+
#: includes/admin/helpers/class-listing-timeline.php:145
|
6903 |
+
#, fuzzy
|
6904 |
+
msgctxt "listing timeline"
|
6905 |
+
msgid "Initial Payment"
|
6906 |
+
msgstr "الدفعة الأولية"
|
6907 |
+
|
6908 |
+
#: includes/admin/helpers/tables/class-fees-table.php:52
|
6909 |
+
msgctxt "admin fees table"
|
6910 |
+
msgid "All"
|
6911 |
+
msgstr "الكل"
|
6912 |
|
6913 |
#: includes/admin/settings/class-settings-bootstrap.php:637
|
6914 |
#: includes/admin/settings/class-settings-bootstrap.php:650
|
7263 |
msgid "Listing expired"
|
7264 |
msgstr "الإعلان منتهي التاريخ"
|
7265 |
|
7266 |
+
#: includes/models/class-listing.php:667
|
7267 |
#, fuzzy
|
7268 |
msgctxt "listing"
|
7269 |
msgid "(Unavailable Plan)"
|
7270 |
msgstr "(رسم غير متوفر)"
|
7271 |
|
7272 |
+
#: includes/models/class-listing.php:831
|
7273 |
#, fuzzy
|
7274 |
msgctxt "listing"
|
7275 |
msgid "Plan \"%s\" (recurring)"
|
7276 |
msgstr "(متكرر)"
|
7277 |
|
7278 |
+
#: includes/models/class-listing.php:833
|
7279 |
msgctxt "listing"
|
7280 |
msgid "Plan \"%s\""
|
7281 |
msgstr ""
|
7454 |
msgid "The reCAPTCHA validation score failed."
|
7455 |
msgstr "لم يتم إدخال reCAPTCHA بشكل صحيح."
|
7456 |
|
7457 |
+
#: includes/class-wpbdp.php:464
|
7458 |
#, fuzzy
|
7459 |
msgctxt "listing image upload"
|
7460 |
msgid "Can not upload any more images for this listing."
|
7461 |
msgstr "التصنيفات لهذا الإعلان"
|
7462 |
|
7463 |
+
#: includes/class-wpbdp.php:468
|
7464 |
msgctxt "listing image upload"
|
7465 |
msgid ""
|
7466 |
"You're trying to upload %1$d images, but only have %2$d slot available. "
|
7505 |
msgid "Selected gateway does not support payment's currency."
|
7506 |
msgstr ""
|
7507 |
|
7508 |
+
#: includes/controllers/pages/class-checkout.php:228
|
|
|
|
|
|
|
|
|
|
|
7509 |
msgctxt "checkout"
|
7510 |
msgid "Unknown gateway error."
|
7511 |
msgstr ""
|
7512 |
|
7513 |
+
#: includes/controllers/pages/class-checkout.php:267
|
7514 |
msgctxt "checkout"
|
7515 |
msgid ""
|
7516 |
"There was an error trying to process your request. No gateway is selected."
|
7550 |
"refresh if there's an update."
|
7551 |
msgstr ""
|
7552 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7553 |
#: includes/controllers/pages/class-delete-listing.php:36
|
7554 |
msgctxt "delete listing"
|
7555 |
msgid "Your listing has been deleted."
|
7665 |
"إعلانات بداخلها. هذا يعني أنها لن تظهر على الواجهة الأمامية للموقع الخاص بك. "
|
7666 |
"إذا كنت لا تريد ذلك، إضغط <a>هنا</a> لتغيير الإعداد."
|
7667 |
|
7668 |
+
#: includes/controllers/pages/class-submit-listing.php:419
|
7669 |
msgctxt "templates"
|
7670 |
msgid ""
|
7671 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
7674 |
"<b>المشاهدة غير متوفرة</b>. هل لديك \"تعطيل إضافة إعلان من واجهة الموقع؟\" "
|
7675 |
"محددة في الإعدادات؟"
|
7676 |
|
7677 |
+
#: includes/controllers/pages/class-submit-listing.php:421
|
7678 |
msgctxt "templates"
|
7679 |
msgid ""
|
7680 |
"Listing submission has been disabled. Contact the administrator for details."
|
7681 |
msgstr ""
|
7682 |
|
7683 |
+
#: includes/controllers/pages/class-submit-listing.php:817
|
7684 |
msgctxt "templates"
|
7685 |
msgid ""
|
7686 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7687 |
"submit a listing. %s to create a fee plan"
|
7688 |
msgstr ""
|
7689 |
|
7690 |
+
#: includes/controllers/pages/class-submit-listing.php:831
|
7691 |
msgctxt "templates"
|
7692 |
msgid ""
|
7693 |
"Listing submission is not available at the moment. Contact the administrator "
|
7694 |
"for details."
|
7695 |
msgstr ""
|
7696 |
|
7697 |
+
#: includes/controllers/pages/class-submit-listing.php:834
|
7698 |
msgctxt "templates"
|
7699 |
msgid ""
|
7700 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
7702 |
"an existing field"
|
7703 |
msgstr ""
|
7704 |
|
7705 |
+
#: includes/controllers/pages/class-submit-listing.php:1278
|
7706 |
msgctxt "templates"
|
7707 |
msgid "Please agree to the Terms and Conditions."
|
7708 |
msgstr "يرجى الموافقة على الشروط والأحكام."
|
7709 |
|
7710 |
+
#: includes/controllers/pages/class-submit-listing.php:1292
|
7711 |
#, fuzzy
|
7712 |
msgctxt "templates"
|
7713 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
8081 |
msgid "You're logged in as admin, payment will be skipped."
|
8082 |
msgstr "لقد تم تسجيل دخولك كمدير. سيتم تخطي أي خطوات للدفع."
|
8083 |
|
8084 |
+
#: includes/controllers/pages/class-submit-listing.php:506
|
8085 |
#, fuzzy
|
8086 |
msgctxt "submit listing"
|
8087 |
msgid "Category selection"
|
8088 |
msgstr "إختيار تصنيف"
|
8089 |
|
8090 |
+
#: includes/controllers/pages/class-submit-listing.php:506
|
8091 |
#, fuzzy
|
8092 |
msgctxt "submit listing"
|
8093 |
msgid "Category & plan selection"
|
8094 |
msgstr "إختيار تصنيف"
|
8095 |
|
8096 |
+
#: includes/controllers/pages/class-submit-listing.php:814
|
8097 |
#, fuzzy
|
8098 |
msgctxt "submit listing"
|
8099 |
msgid "Can not submit a listing at this moment. Please try again later."
|
8101 |
"لا يمكن أن نقوم بمعالجة الدفع الخاص بك في هذه اللحظة. المرجو المحاولة مرة "
|
8102 |
"أخرى لاحقاً."
|
8103 |
|
8104 |
+
#: includes/controllers/pages/class-submit-listing.php:863
|
8105 |
+
#: includes/controllers/pages/class-submit-listing.php:985
|
8106 |
#, fuzzy
|
8107 |
msgctxt "submit listing"
|
8108 |
msgid "Please select a category."
|
8109 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
8110 |
|
8111 |
+
#: includes/controllers/pages/class-submit-listing.php:886
|
8112 |
msgctxt "submit listing"
|
8113 |
msgid "Please choose a valid category for your plan."
|
8114 |
msgstr ""
|
8115 |
|
8116 |
+
#: includes/controllers/pages/class-submit-listing.php:888
|
8117 |
#, fuzzy
|
8118 |
msgctxt "submit listing"
|
8119 |
msgid "Please choose a valid fee plan for your category selection."
|
8120 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
8121 |
|
8122 |
+
#: includes/controllers/pages/class-submit-listing.php:1198
|
8123 |
#, fuzzy
|
8124 |
msgctxt "submit listing"
|
8125 |
msgid "Please enter your desired username."
|
8126 |
msgstr "يرجى إدخال إسمك."
|
8127 |
|
8128 |
+
#: includes/controllers/pages/class-submit-listing.php:1203
|
8129 |
#, fuzzy
|
8130 |
msgctxt "submit listing"
|
8131 |
msgid "Please enter the e-mail for your new account."
|
8132 |
msgstr "يرجى إدخال إسمك."
|
8133 |
|
8134 |
+
#: includes/controllers/pages/class-submit-listing.php:1208
|
8135 |
msgctxt "submit listing"
|
8136 |
msgid "The username you chose is already in use. Please use a different one."
|
8137 |
msgstr ""
|
8138 |
|
8139 |
+
#: includes/controllers/pages/class-submit-listing.php:1213
|
8140 |
msgctxt "submit listing"
|
8141 |
msgid "The e-mail address you chose for your account is already in use."
|
8142 |
msgstr ""
|
8147 |
msgid "Listing submitted by admin. Payment skipped."
|
8148 |
msgstr "Poster annonce(paiement initial)"
|
8149 |
|
8150 |
+
#: includes/controllers/pages/class-submit-listing.php:1153
|
8151 |
msgctxt "listing submit"
|
8152 |
msgid ""
|
8153 |
"Image upload is required, please provide at least one image and submit again."
|
8689 |
msgid "Error while uploading file"
|
8690 |
msgstr "حدث خطأ أثناء رفع الملف."
|
8691 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8692 |
#: includes/widgets/widget-featured-listings.php:12
|
8693 |
msgctxt "widgets"
|
8694 |
msgid "Business Directory - Featured Listings"
|
8754 |
msgid "Search the Business Directory"
|
8755 |
msgstr "البحث في دليل الأعمال"
|
8756 |
|
8757 |
+
#: includes/widgets/widget-search.php:29
|
8758 |
+
msgctxt "widgets"
|
8759 |
+
msgid "Title:"
|
8760 |
+
msgstr "العنوان:"
|
8761 |
+
|
8762 |
#: includes/widgets/widget-search.php:36
|
8763 |
msgctxt "widgets"
|
8764 |
msgid "Form Style:"
|
9108 |
msgid "Continue"
|
9109 |
msgstr "متابعة"
|
9110 |
|
9111 |
+
#~ msgctxt "widgets"
|
9112 |
+
#~ msgid "Thumbnails"
|
9113 |
+
#~ msgstr "الصور المصغرة"
|
9114 |
+
|
9115 |
+
#~ msgctxt "widgets"
|
9116 |
+
#~ msgid "Leave blank for automatic width."
|
9117 |
+
#~ msgstr "أترك المساحة فارغة للعرض التلقائي."
|
9118 |
+
|
9119 |
+
#~ msgctxt "widgets"
|
9120 |
+
#~ msgid "Leave blank for automatic height."
|
9121 |
+
#~ msgstr "أترك المساحة فارغة للارتفاع التلقائي."
|
9122 |
+
|
9123 |
#, fuzzy
|
9124 |
#~ msgid "Is featured listing/sticky?"
|
9125 |
#~ msgstr "هذا إعلان مميز/مثبت"
|
languages/business-directory-plugin-de_DE.mo
CHANGED
Binary file
|
languages/business-directory-plugin-de_DE.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2021-10
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
|
11 |
"Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
|
@@ -32,7 +32,7 @@ msgid ""
|
|
32 |
"payment processor directly."
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: includes/admin/class-admin.php:
|
36 |
#, fuzzy
|
37 |
msgid ""
|
38 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -42,34 +42,34 @@ msgstr ""
|
|
42 |
"von Grund aufbauen mit diesem einfachen (und kostenlosen) 5-teiligen E-Mail-"
|
43 |
"Kurs. Sie erhalten ein kostenloses Premium-Modul nur für die Anmeldung."
|
44 |
|
45 |
-
#: includes/admin/class-admin.php:
|
46 |
#, fuzzy
|
47 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
48 |
msgstr ""
|
49 |
"Möchten Sie mehr über die Geheimnisse eines erfolgreichen Verzeichnisses "
|
50 |
"wissen?"
|
51 |
|
52 |
-
#: includes/admin/class-admin.php:
|
53 |
#, fuzzy
|
54 |
msgid "Yes, please!"
|
55 |
msgstr "Ja, bitte!"
|
56 |
|
57 |
-
#: includes/admin/class-admin.php:
|
58 |
#, fuzzy
|
59 |
msgid "No, thanks"
|
60 |
msgstr "Nein, danke"
|
61 |
|
62 |
-
#: includes/admin/class-admin.php:
|
63 |
#, fuzzy
|
64 |
msgid "Invalid email address."
|
65 |
msgstr "Ungültiger Erneuerungszustand."
|
66 |
|
67 |
-
#: includes/admin/class-admin.php:
|
68 |
#, fuzzy
|
69 |
msgid "Business Directory Admin"
|
70 |
msgstr "Branchenverzeichnis Administration"
|
71 |
|
72 |
-
#: includes/admin/class-admin.php:
|
73 |
#: includes/admin/settings/class-settings-bootstrap.php:703
|
74 |
#: includes/admin/settings/class-settings-bootstrap.php:704
|
75 |
#: includes/helpers/class-app.php:93
|
@@ -77,32 +77,32 @@ msgstr "Branchenverzeichnis Administration"
|
|
77 |
msgid "Directory"
|
78 |
msgstr "Verzeichnis"
|
79 |
|
80 |
-
#: includes/admin/class-admin.php:
|
81 |
msgid "Fee Plans"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: includes/admin/class-admin.php:
|
85 |
#, fuzzy
|
86 |
msgid "Form Fields"
|
87 |
msgstr "Formularfelder"
|
88 |
|
89 |
-
#: includes/admin/class-admin.php:
|
90 |
#: includes/licensing.php:220
|
91 |
#, fuzzy
|
92 |
msgid "Modules"
|
93 |
msgstr "Installierte Module"
|
94 |
|
95 |
-
#: includes/admin/class-admin.php:
|
96 |
#, fuzzy
|
97 |
msgid "Business Directory"
|
98 |
msgstr "Branchenverzeichnis"
|
99 |
|
100 |
-
#: includes/admin/class-admin.php:
|
101 |
#, fuzzy
|
102 |
msgid "Could not send renewal email."
|
103 |
msgstr "Erneuerungsmail an Benutzer schicken"
|
104 |
|
105 |
-
#: includes/admin/class-admin.php:
|
106 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
107 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
108 |
#: templates/email/listing-added.tpl.php:7
|
@@ -112,7 +112,7 @@ msgstr "Erneuerungsmail an Benutzer schicken"
|
|
112 |
msgid "ID"
|
113 |
msgstr "ID"
|
114 |
|
115 |
-
#: includes/admin/class-admin.php:
|
116 |
#: includes/admin/settings/class-settings-bootstrap.php:729
|
117 |
#, fuzzy
|
118 |
msgid "Listing Count"
|
@@ -212,7 +212,7 @@ msgid "Images"
|
|
212 |
msgstr "Bilder"
|
213 |
|
214 |
#: includes/admin/controllers/class-admin-listings.php:185
|
215 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
216 |
#: templates/email/listing-reported.tpl.php:7
|
217 |
msgid "Listing Information"
|
218 |
msgstr "Eintrag Informationen"
|
@@ -254,6 +254,125 @@ msgstr "Eintrag bearbeiten"
|
|
254 |
msgid "Delete Listing"
|
255 |
msgstr "Eintrag Löschen"
|
256 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
257 |
#: includes/admin/controllers/class-settings-admin.php:476
|
258 |
msgid "Your license key provides access to new features and updates."
|
259 |
msgstr ""
|
@@ -394,125 +513,6 @@ msgstr "Typ"
|
|
394 |
msgid "Edit"
|
395 |
msgstr "Bearbeiten"
|
396 |
|
397 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:217
|
398 |
-
#, fuzzy
|
399 |
-
msgid ""
|
400 |
-
"You can create these custom fields inside \"Form Fields\" or let Business "
|
401 |
-
"Directory do it for you."
|
402 |
-
msgstr ""
|
403 |
-
"Sie können diese benutzerdefinierten Felder selbst erzeugen \"Formularfelder "
|
404 |
-
"verwalten\" oder vom Branchenverzeichnis automatisch erstellen lassen."
|
405 |
-
|
406 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:222
|
407 |
-
#: includes/controllers/pages/class-submit-listing.php:834
|
408 |
-
#, fuzzy
|
409 |
-
msgid "Go to \"Form Fields\""
|
410 |
-
msgstr "zu \"Formularfelder verwalten\""
|
411 |
-
|
412 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:313
|
413 |
-
#: includes/helpers/functions/general.php:1358
|
414 |
-
#: includes/helpers/functions/general.php:1363
|
415 |
-
#, fuzzy
|
416 |
-
msgid "Go back"
|
417 |
-
msgstr "Geh zurück"
|
418 |
-
|
419 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:523
|
420 |
-
#: includes/admin/settings/class-settings-bootstrap.php:787
|
421 |
-
#: templates/email/listing-added.tpl.php:10
|
422 |
-
#: templates/email/listing-edited.tpl.php:16
|
423 |
-
#: templates/email/listing-reported.tpl.php:11
|
424 |
-
#, fuzzy
|
425 |
-
msgid "Title"
|
426 |
-
msgstr "Titel"
|
427 |
-
|
428 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:524
|
429 |
-
#: templates/admin/fees-form.tpl.php:219
|
430 |
-
#: templates/email/listing-added.tpl.php:21
|
431 |
-
#: templates/email/listing-edited.tpl.php:29
|
432 |
-
#, fuzzy
|
433 |
-
msgid "Category"
|
434 |
-
msgstr "Kategorien"
|
435 |
-
|
436 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:525
|
437 |
-
#, fuzzy
|
438 |
-
msgid "Excerpt"
|
439 |
-
msgstr "Im Textauszug"
|
440 |
-
|
441 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:526
|
442 |
-
#, fuzzy
|
443 |
-
msgid "Content"
|
444 |
-
msgstr "Post Inhalt"
|
445 |
-
|
446 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:527
|
447 |
-
#, fuzzy
|
448 |
-
msgid "Tags"
|
449 |
-
msgstr "Tags Entwurf"
|
450 |
-
|
451 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:528
|
452 |
-
#: includes/form-fields.php:445 templates/checkout-billing-form.tpl.php:75
|
453 |
-
#: themes/default/templates/excerpt_content.tpl.php:22
|
454 |
-
#, fuzzy
|
455 |
-
msgid "Address"
|
456 |
-
msgstr "E-Mail Adresse:"
|
457 |
-
|
458 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:529
|
459 |
-
#, fuzzy
|
460 |
-
msgid "Address 2"
|
461 |
-
msgstr "E-Mail Adresse:"
|
462 |
-
|
463 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:530
|
464 |
-
#: templates/admin/payments-details.tpl.php:161
|
465 |
-
#: templates/checkout-billing-form.tpl.php:87
|
466 |
-
#, fuzzy
|
467 |
-
msgid "City"
|
468 |
-
msgstr "Stadt"
|
469 |
-
|
470 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:531
|
471 |
-
#: templates/admin/payments-details.tpl.php:157
|
472 |
-
#, fuzzy
|
473 |
-
msgid "State"
|
474 |
-
msgstr "Status"
|
475 |
-
|
476 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:532
|
477 |
-
#: templates/admin/payments-details.tpl.php:153
|
478 |
-
#: templates/checkout-billing-form.tpl.php:102
|
479 |
-
#, fuzzy
|
480 |
-
msgid "Country"
|
481 |
-
msgstr "Land"
|
482 |
-
|
483 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:533
|
484 |
-
#: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:165
|
485 |
-
msgid "ZIP Code"
|
486 |
-
msgstr "Postleitzahl"
|
487 |
-
|
488 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:534
|
489 |
-
#, fuzzy
|
490 |
-
msgid "FAX Number"
|
491 |
-
msgstr "Telefonnummer geschäftlich"
|
492 |
-
|
493 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:535
|
494 |
-
#: includes/fields/class-fieldtypes-phone-number.php:13
|
495 |
-
#: templates/listing-contactform.tpl.php:38
|
496 |
-
#, fuzzy
|
497 |
-
msgid "Phone Number"
|
498 |
-
msgstr "Telefonnummer geschäftlich"
|
499 |
-
|
500 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:536
|
501 |
-
#, fuzzy
|
502 |
-
msgid "Ratings Field"
|
503 |
-
msgstr "Bewertungsfeld"
|
504 |
-
|
505 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:537
|
506 |
-
#, fuzzy
|
507 |
-
msgid "Twitter"
|
508 |
-
msgstr "Twitter"
|
509 |
-
|
510 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:538
|
511 |
-
#: includes/form-fields.php:411
|
512 |
-
#, fuzzy
|
513 |
-
msgid "Website"
|
514 |
-
msgstr "Webseite"
|
515 |
-
|
516 |
#: includes/admin/page-debug.php:40
|
517 |
#, fuzzy
|
518 |
msgid "Plugin Settings"
|
@@ -537,7 +537,7 @@ msgid "Missing tables: %s"
|
|
537 |
msgstr "Nicht vorhandene Tabellen: %s"
|
538 |
|
539 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
540 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
541 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:137
|
542 |
#: templates/listing-contactform.tpl.php:33
|
543 |
#: templates/listing-flagging-form.tpl.php:39
|
@@ -586,7 +586,7 @@ msgstr "%s ist ein Pflichtfeld."
|
|
586 |
|
587 |
#: includes/admin/settings/class-settings-bootstrap.php:264
|
588 |
#: includes/admin/settings/class-settings-bootstrap.php:278
|
589 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
590 |
#, fuzzy
|
591 |
msgid "Terms and Conditions"
|
592 |
msgstr "Bedingungen und Konditionen"
|
@@ -1163,33 +1163,33 @@ msgid ""
|
|
1163 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
1164 |
msgstr ""
|
1165 |
|
1166 |
-
#: includes/class-wpbdp.php:
|
1167 |
#, fuzzy
|
1168 |
msgid "Upgrade to Premium"
|
1169 |
msgstr "Aktualisieren auf %s"
|
1170 |
|
1171 |
-
#: includes/class-wpbdp.php:
|
1172 |
#, fuzzy
|
1173 |
msgid "Settings"
|
1174 |
msgstr "Einstellungen"
|
1175 |
|
1176 |
-
#: includes/class-wpbdp.php:
|
1177 |
#, fuzzy
|
1178 |
msgid "Could not find listing ID"
|
1179 |
msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
|
1180 |
|
1181 |
-
#: includes/class-wpbdp.php:
|
1182 |
msgid ""
|
1183 |
"Could not verify the image upload request. If problem persists contact site "
|
1184 |
"admin."
|
1185 |
msgstr ""
|
1186 |
|
1187 |
-
#: includes/class-wpbdp.php:
|
1188 |
#, fuzzy
|
1189 |
msgid "Could not find image ID"
|
1190 |
msgstr "Konnte Lizenz nicht deaktivieren: %s"
|
1191 |
|
1192 |
-
#: includes/class-wpbdp.php:
|
1193 |
#, fuzzy
|
1194 |
msgid ""
|
1195 |
"The directory features are disabled at this time because a <a>manual "
|
@@ -1198,7 +1198,7 @@ msgstr ""
|
|
1198 |
"Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
|
1199 |
"manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
|
1200 |
|
1201 |
-
#: includes/class-wpbdp.php:
|
1202 |
msgid ""
|
1203 |
"The directory is not available at this time. Please try again in a few "
|
1204 |
"minutes or contact the administrator if the problem persists."
|
@@ -1317,6 +1317,16 @@ msgstr "CSV-Datei importieren"
|
|
1317 |
msgid "Go to SMTP settings"
|
1318 |
msgstr "Zum Eintrag"
|
1319 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1320 |
#. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
|
1321 |
#: includes/controllers/pages/class-flag-listing.php:56
|
1322 |
#, fuzzy
|
@@ -1353,7 +1363,7 @@ msgstr "Bitte geben Sie einen Namen ein."
|
|
1353 |
msgid "l F j, Y \\a\\t g:i a"
|
1354 |
msgstr "l F j, Y \\a\\t g:i a"
|
1355 |
|
1356 |
-
#: includes/controllers/pages/class-manage-listings.php:
|
1357 |
#: templates/renew-listing.tpl.php:11
|
1358 |
msgid "Renew Listing"
|
1359 |
msgstr "Eintrag erneuern"
|
@@ -1368,39 +1378,39 @@ msgstr "Der Eintrag wurde aktualisiert"
|
|
1368 |
msgid "This is just a preview. The listing has not been published yet."
|
1369 |
msgstr "Dies ist nur eine Vorschau. Der Eintrag wurde bisher nicht publiziert."
|
1370 |
|
1371 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1372 |
#, fuzzy
|
1373 |
msgid "Listing Images"
|
1374 |
msgstr "Eintrag Bilder"
|
1375 |
|
1376 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1377 |
msgid "Account Creation"
|
1378 |
msgstr ""
|
1379 |
|
1380 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1381 |
#, fuzzy
|
1382 |
msgid "Go to \"Fee Plans\""
|
1383 |
msgstr "zu \"Formularfelder verwalten\""
|
1384 |
|
1385 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1386 |
#, fuzzy
|
1387 |
msgid "Please choose a fee plan."
|
1388 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
1389 |
|
1390 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1391 |
msgid "Please check the form for errors, correct them and submit again."
|
1392 |
msgstr ""
|
1393 |
|
1394 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1395 |
msgid "Create a user account on this site"
|
1396 |
msgstr ""
|
1397 |
|
1398 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1399 |
#, fuzzy
|
1400 |
msgid "Username"
|
1401 |
msgstr "Benutzer"
|
1402 |
|
1403 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1404 |
#, fuzzy
|
1405 |
msgid "Clear Form"
|
1406 |
msgstr "Zurücksetzen"
|
@@ -1902,7 +1912,7 @@ msgstr "Ausstehende Zahlungen"
|
|
1902 |
msgid "Abandoned"
|
1903 |
msgstr "Abgebrochen"
|
1904 |
|
1905 |
-
#: includes/themes.php:
|
1906 |
#, fuzzy
|
1907 |
msgid "ZIP file is not a valid Business Directory theme file."
|
1908 |
msgstr "Bitte eine gültige E-mailadresse eingeben."
|
@@ -1943,51 +1953,124 @@ msgid "Image height (%1$s px) is greater than maximum height of %2$s px."
|
|
1943 |
msgstr ""
|
1944 |
"Die Bildhöhe (%s px) ist größer als die maximal zulässige Höhe von %s px."
|
1945 |
|
1946 |
-
#:
|
1947 |
#, fuzzy
|
1948 |
-
msgid ""
|
1949 |
-
|
1950 |
-
"enough free disk space and memory available to PHP. Check your error logs "
|
1951 |
-
"for details."
|
1952 |
-
msgstr ""
|
1953 |
-
"Ein unvorhergesehener Fehler ist während des Exports aufgetreten. Bitte "
|
1954 |
-
"stelle sicher, dass du genügend Speicherplatz für PHP vorhanden ist. Schaue "
|
1955 |
-
"ins Fehlerprotokoll."
|
1956 |
|
1957 |
-
#:
|
1958 |
#, fuzzy
|
1959 |
-
msgid ""
|
1960 |
-
"
|
1961 |
-
"ones created, select this option!"
|
1962 |
-
msgstr ""
|
1963 |
-
"Wenn Sie vorhaben die Einträge in BD erneut zu importieren und keine neuen "
|
1964 |
-
"erstellen wollen, wählen Sie diese Option!"
|
1965 |
|
1966 |
-
#:
|
1967 |
#, fuzzy
|
1968 |
-
msgid "
|
1969 |
-
msgstr "
|
1970 |
|
1971 |
-
#:
|
1972 |
-
#: templates/admin/csv-import.tpl.php:149
|
1973 |
#, fuzzy
|
1974 |
-
msgid "
|
1975 |
-
msgstr "
|
1976 |
|
1977 |
-
|
1978 |
-
|
1979 |
-
#, fuzzy
|
1980 |
-
msgid ""
|
1981 |
-
"We strongly recommend reading our %1$sCSV import documentation%2$s first to "
|
1982 |
-
"help you do things in the right order."
|
1983 |
msgstr ""
|
1984 |
-
"Wir empfehlen Ihnen dringend, unsere <a>CSV-Importdokumentation</a> zu "
|
1985 |
-
"lesen, um Ihnen zu helfen, Dinge in der richtigen Reihenfolge zu machen."
|
1986 |
|
1987 |
-
#:
|
1988 |
#, fuzzy
|
1989 |
-
msgid "
|
1990 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1991 |
|
1992 |
#: templates/admin/csv-import.tpl.php:50
|
1993 |
#, fuzzy
|
@@ -2830,6 +2913,22 @@ msgstr ""
|
|
2830 |
msgid "Postal Code"
|
2831 |
msgstr "Post Inhalt"
|
2832 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2833 |
#: templates/checkout.tpl.php:41 templates/submit-listing-section.tpl.php:24
|
2834 |
msgid "Next"
|
2835 |
msgstr ""
|
@@ -3157,34 +3256,34 @@ msgctxt "views"
|
|
3157 |
msgid "Find A Listing"
|
3158 |
msgstr "Eintrag finden"
|
3159 |
|
3160 |
-
#: includes/admin/class-admin.php:
|
3161 |
msgctxt "drip pointer"
|
3162 |
msgid "Email Address:"
|
3163 |
msgstr "E-Mail Adresse:"
|
3164 |
|
3165 |
-
#: includes/admin/class-admin.php:
|
3166 |
msgctxt "admin"
|
3167 |
msgid "Business Directory"
|
3168 |
msgstr "Branchenverzeichnis"
|
3169 |
|
3170 |
-
#: includes/admin/class-admin.php:
|
3171 |
msgctxt "admin"
|
3172 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
3173 |
msgstr ""
|
3174 |
"Sie haben alles konfiguriert. Besuchen sie Ihr neues <a>Branchenverzeichnis</"
|
3175 |
"a>."
|
3176 |
|
3177 |
-
#: includes/admin/class-admin.php:
|
3178 |
msgctxt "admin"
|
3179 |
msgid "Untitled Menu"
|
3180 |
msgstr ""
|
3181 |
|
3182 |
-
#: includes/admin/class-admin.php:
|
3183 |
msgctxt "admin"
|
3184 |
msgid "Dismiss this notice."
|
3185 |
msgstr "Diese Nachricht ignorieren."
|
3186 |
|
3187 |
-
#: includes/admin/class-admin.php:
|
3188 |
#, fuzzy
|
3189 |
msgctxt "admin"
|
3190 |
msgid "The listing has been updated."
|
@@ -3192,24 +3291,24 @@ msgid_plural "The listings have been updated."
|
|
3192 |
msgstr[0] "Der Eintrag wurde aktualisiert"
|
3193 |
msgstr[1] "Die Einträge wurden aktualisiert."
|
3194 |
|
3195 |
-
#: includes/admin/class-admin.php:
|
3196 |
msgctxt "admin"
|
3197 |
msgid "The fee was successfully assigned."
|
3198 |
msgstr "Der Preis wurde erfolgreich zugewiesen."
|
3199 |
|
3200 |
-
#: includes/admin/class-admin.php:
|
3201 |
msgctxt "admin"
|
3202 |
msgid "Listing was renewed."
|
3203 |
msgid_plural "Listings were renewed."
|
3204 |
msgstr[0] "Eintrag wurde aktualisiert."
|
3205 |
msgstr[1] "Einträge wurden aktualisiert."
|
3206 |
|
3207 |
-
#: includes/admin/class-admin.php:
|
3208 |
msgctxt "admin"
|
3209 |
msgid "Renewal email sent."
|
3210 |
msgstr "E-mail erneut senden."
|
3211 |
|
3212 |
-
#: includes/admin/class-admin.php:
|
3213 |
#, fuzzy
|
3214 |
msgctxt "admin"
|
3215 |
msgid "Listing report deleted."
|
@@ -3217,18 +3316,18 @@ msgid_plural "Listing reports deleted."
|
|
3217 |
msgstr[0] "Eintrag Enddatum"
|
3218 |
msgstr[1] "Eintrag Enddatum"
|
3219 |
|
3220 |
-
#: includes/admin/class-admin.php:
|
3221 |
#, fuzzy
|
3222 |
msgctxt "admin"
|
3223 |
msgid "Access keys sent."
|
3224 |
msgstr "Eintrag Felder / Bilder"
|
3225 |
|
3226 |
-
#: includes/admin/class-admin.php:
|
3227 |
msgctxt "admin"
|
3228 |
msgid "The access keys couldn't be sent."
|
3229 |
msgstr ""
|
3230 |
|
3231 |
-
#: includes/admin/class-admin.php:
|
3232 |
msgctxt "admin"
|
3233 |
msgid ""
|
3234 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -3237,7 +3336,7 @@ msgstr ""
|
|
3237 |
"<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
|
3238 |
"<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
|
3239 |
|
3240 |
-
#: includes/admin/class-admin.php:
|
3241 |
msgctxt "admin"
|
3242 |
msgid ""
|
3243 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -3246,12 +3345,12 @@ msgstr ""
|
|
3246 |
"Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
|
3247 |
"automatisch erstellen lassen."
|
3248 |
|
3249 |
-
#: includes/admin/class-admin.php:
|
3250 |
msgctxt "admin"
|
3251 |
msgid "Create required pages for me"
|
3252 |
msgstr "Erstelle benötigte Seiten für mich"
|
3253 |
|
3254 |
-
#: includes/admin/class-admin.php:
|
3255 |
msgctxt "admin"
|
3256 |
msgid ""
|
3257 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -3259,7 +3358,7 @@ msgid ""
|
|
3259 |
"your provider to upgrade in order to prevent any issues with the plugin."
|
3260 |
msgstr ""
|
3261 |
|
3262 |
-
#: includes/admin/class-admin.php:
|
3263 |
#, fuzzy
|
3264 |
msgctxt "admin"
|
3265 |
msgid ""
|
@@ -3302,7 +3401,7 @@ msgctxt "admin"
|
|
3302 |
msgid "Categories"
|
3303 |
msgstr "Kategorien"
|
3304 |
|
3305 |
-
#: includes/admin/
|
3306 |
msgctxt "admin"
|
3307 |
msgid ""
|
3308 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
@@ -3311,7 +3410,7 @@ msgstr ""
|
|
3311 |
"<b>Branchenverzeichnis Erweiterung</b> benötigt Felder mit den folgenden "
|
3312 |
"Verbindungen um korrekt zu funktionieren: <b>%s</b>."
|
3313 |
|
3314 |
-
#: includes/admin/
|
3315 |
msgctxt "admin"
|
3316 |
msgid ""
|
3317 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
@@ -3320,24 +3419,24 @@ msgstr ""
|
|
3320 |
"<b>Branchenverzeichnis Erweiterung</b> benötigt ein Feld mit der Verbindung "
|
3321 |
"<b>%s</b>, um korrekt zu funktionieren."
|
3322 |
|
3323 |
-
#: includes/admin/
|
3324 |
msgctxt "admin"
|
3325 |
msgid "Create these required fields for me"
|
3326 |
msgstr "Erstelle diese benötigten Felder für mich"
|
3327 |
|
3328 |
-
#: includes/admin/class-admin.php:
|
3329 |
#, fuzzy
|
3330 |
msgctxt "admin menu"
|
3331 |
msgid "Payment History"
|
3332 |
msgstr "Bezahlhistorie"
|
3333 |
|
3334 |
-
#: includes/admin/class-admin.php:
|
3335 |
#, fuzzy
|
3336 |
msgctxt "admin menu"
|
3337 |
msgid "Import & Export"
|
3338 |
msgstr "CSV Import"
|
3339 |
|
3340 |
-
#: includes/admin/class-admin.php:
|
3341 |
msgctxt "admin menu"
|
3342 |
msgid "Debug"
|
3343 |
msgstr "Fehlerkorrektur"
|
@@ -3960,7 +4059,7 @@ msgctxt "admin listings"
|
|
3960 |
msgid "Reported"
|
3961 |
msgstr ""
|
3962 |
|
3963 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
3964 |
msgctxt "admin listings"
|
3965 |
msgid "Listing's payment history successfully deleted"
|
3966 |
msgstr ""
|
@@ -3998,53 +4097,53 @@ msgctxt "listing status"
|
|
3998 |
msgid "Reported"
|
3999 |
msgstr ""
|
4000 |
|
4001 |
-
#: includes/models/class-listing.php:
|
4002 |
msgctxt "listing status"
|
4003 |
msgid "Unknown"
|
4004 |
msgstr ""
|
4005 |
|
4006 |
-
#: includes/models/class-listing.php:
|
4007 |
msgctxt "listing status"
|
4008 |
msgid "Legacy"
|
4009 |
msgstr ""
|
4010 |
|
4011 |
-
#: includes/models/class-listing.php:
|
4012 |
#, fuzzy
|
4013 |
msgctxt "listing status"
|
4014 |
msgid "Incomplete"
|
4015 |
msgstr "Abgeschlossen"
|
4016 |
|
4017 |
-
#: includes/models/class-listing.php:
|
4018 |
#, fuzzy
|
4019 |
msgctxt "listing status"
|
4020 |
msgid "Pending Payment"
|
4021 |
msgstr "Ausstehende Zahlungen"
|
4022 |
|
4023 |
-
#: includes/models/class-listing.php:
|
4024 |
#, fuzzy
|
4025 |
msgctxt "listing status"
|
4026 |
msgid "Complete"
|
4027 |
msgstr "Abgeschlossen"
|
4028 |
|
4029 |
-
#: includes/models/class-listing.php:
|
4030 |
#, fuzzy
|
4031 |
msgctxt "listing status"
|
4032 |
msgid "Pending Upgrade"
|
4033 |
msgstr "Ausstehende Aktualisierung"
|
4034 |
|
4035 |
-
#: includes/models/class-listing.php:
|
4036 |
#, fuzzy
|
4037 |
msgctxt "listing status"
|
4038 |
msgid "Expired"
|
4039 |
msgstr "Abgelaufen"
|
4040 |
|
4041 |
-
#: includes/models/class-listing.php:
|
4042 |
#, fuzzy
|
4043 |
msgctxt "listing status"
|
4044 |
msgid "Pending Renewal"
|
4045 |
msgstr "Aktiv + Ausstehende Erneuerungen"
|
4046 |
|
4047 |
-
#: includes/models/class-listing.php:
|
4048 |
#, fuzzy
|
4049 |
msgctxt "listing status"
|
4050 |
msgid "Abandoned"
|
@@ -4062,36 +4161,36 @@ msgctxt "admin actions"
|
|
4062 |
msgid "View Payment"
|
4063 |
msgstr "Bezahlung"
|
4064 |
|
4065 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4066 |
#, fuzzy
|
4067 |
msgctxt "admin actions"
|
4068 |
msgid "Publish listings"
|
4069 |
msgstr "Eintrag veröffentlichen"
|
4070 |
|
4071 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4072 |
#, fuzzy
|
4073 |
msgctxt "admin actions"
|
4074 |
msgid "Mark as \"Pending Review\""
|
4075 |
msgstr "Ausstehend"
|
4076 |
|
4077 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4078 |
msgctxt "admin actions"
|
4079 |
msgid "Hide from directory (mark as \"Draft\")"
|
4080 |
msgstr ""
|
4081 |
|
4082 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4083 |
#, fuzzy
|
4084 |
msgctxt "admin actions"
|
4085 |
msgid "Renew listings"
|
4086 |
msgstr "Eintrag erneuern"
|
4087 |
|
4088 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4089 |
#, fuzzy
|
4090 |
msgctxt "admin actions"
|
4091 |
msgid "Set listings as \"Expired\""
|
4092 |
msgstr "Ein Eintrag läuft aus."
|
4093 |
|
4094 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4095 |
#, fuzzy
|
4096 |
msgctxt "admin actions"
|
4097 |
msgid "Send access keys"
|
@@ -4145,2644 +4244,2644 @@ msgctxt "payments admin"
|
|
4145 |
msgid "View Payment History"
|
4146 |
msgstr "Bezahlhistorie"
|
4147 |
|
4148 |
-
#: includes/admin/controllers/class-
|
4149 |
-
|
4150 |
-
|
4151 |
-
|
4152 |
-
msgstr "Entfernen"
|
4153 |
|
4154 |
-
#: includes/admin/controllers/class-
|
4155 |
-
msgctxt "admin
|
4156 |
-
msgid "
|
4157 |
-
msgstr "
|
4158 |
|
4159 |
-
#: includes/admin/
|
4160 |
-
msgctxt "admin
|
4161 |
msgid ""
|
4162 |
-
"<
|
4163 |
-
"
|
|
|
|
|
4164 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
4165 |
|
4166 |
-
#: includes/admin/
|
4167 |
-
msgctxt "admin
|
4168 |
-
msgid "
|
4169 |
-
msgstr ""
|
4170 |
|
4171 |
-
#: includes/admin/
|
4172 |
-
msgctxt "admin
|
4173 |
-
msgid "
|
4174 |
-
msgstr ""
|
4175 |
|
4176 |
-
#: includes/admin/
|
4177 |
-
msgctxt "admin
|
4178 |
-
msgid "
|
4179 |
-
msgstr ""
|
4180 |
|
4181 |
-
#: includes/admin/
|
4182 |
-
msgctxt "admin
|
4183 |
-
msgid ""
|
4184 |
-
|
4185 |
-
"Searches involving those fields are very expensive and could result in "
|
4186 |
-
"timeouts and/or general slowness."
|
4187 |
-
msgstr ""
|
4188 |
-
"Du hast ein Textfeld für die schnelle Suche ausgewählt. Eine Suche der viele "
|
4189 |
-
"Felder hinzugefügt werden, kann sehr langsam sein und lange Zeit in Anspruch "
|
4190 |
-
"nehmen. "
|
4191 |
|
4192 |
-
#: includes/admin/
|
4193 |
-
msgctxt "admin
|
4194 |
-
msgid "
|
4195 |
-
msgstr "
|
4196 |
|
4197 |
-
#: includes/admin/
|
4198 |
-
|
4199 |
-
|
4200 |
-
|
4201 |
-
msgstr "Verzeichnis"
|
4202 |
|
4203 |
-
#: includes/admin/
|
4204 |
-
|
4205 |
-
|
4206 |
-
|
4207 |
-
msgstr "Alle Einträge"
|
4208 |
|
4209 |
-
#: includes/admin/
|
4210 |
-
|
4211 |
-
|
4212 |
-
|
4213 |
-
msgstr "Kategorien"
|
4214 |
|
4215 |
-
#: includes/admin/
|
|
|
|
|
|
|
|
|
|
|
4216 |
#, fuzzy
|
4217 |
-
msgctxt "admin
|
4218 |
-
msgid "
|
4219 |
-
msgstr "
|
4220 |
|
4221 |
-
#: includes/admin/
|
4222 |
-
msgctxt "admin
|
4223 |
-
msgid "
|
4224 |
-
msgstr "
|
4225 |
|
4226 |
-
#: includes/admin/
|
4227 |
-
|
4228 |
-
|
4229 |
-
|
4230 |
-
msgstr "Aufsteigend"
|
4231 |
|
4232 |
-
#: includes/admin/
|
4233 |
-
|
4234 |
-
msgctxt "admin
|
4235 |
-
msgid "
|
4236 |
-
msgstr "
|
4237 |
|
4238 |
-
#: includes/admin/
|
4239 |
-
msgctxt "admin
|
4240 |
-
msgid "
|
4241 |
-
msgstr ""
|
4242 |
|
4243 |
-
#: includes/admin/
|
4244 |
-
msgctxt "admin
|
4245 |
-
msgid "
|
4246 |
-
msgstr "
|
4247 |
|
4248 |
-
#: includes/admin/
|
4249 |
-
|
4250 |
-
|
4251 |
-
|
4252 |
-
msgstr "Datum gepostet"
|
4253 |
|
4254 |
-
#: includes/admin/
|
4255 |
-
|
4256 |
-
|
4257 |
-
|
4258 |
-
msgstr "Datum zuletzt verändert"
|
4259 |
-
|
4260 |
-
#: includes/admin/settings/class-settings-bootstrap.php:791
|
4261 |
-
msgctxt "admin settings"
|
4262 |
-
msgid "Random"
|
4263 |
-
msgstr "Zufall"
|
4264 |
|
4265 |
-
#: includes/
|
4266 |
-
|
4267 |
-
|
4268 |
-
|
|
|
4269 |
|
4270 |
-
#: includes/
|
4271 |
-
|
4272 |
-
|
|
|
4273 |
msgstr ""
|
|
|
4274 |
|
4275 |
-
#: includes/
|
4276 |
-
msgctxt "admin
|
4277 |
-
msgid "
|
4278 |
msgstr ""
|
4279 |
|
4280 |
-
#: includes/
|
4281 |
-
msgctxt "admin
|
4282 |
-
msgid "
|
4283 |
msgstr ""
|
4284 |
|
4285 |
-
#: includes/
|
4286 |
-
|
4287 |
-
|
4288 |
-
"
|
4289 |
-
"
|
4290 |
-
msgstr ""
|
4291 |
-
"Für bezahlte Eintragsbilder, konfiguriere dies durch bearbeiten oder "
|
4292 |
-
"erstellen eines <a>Preisplan</a> an Stelle dieser Einstellungen, die von "
|
4293 |
-
"bezahlten Einträgen ignoriert wird."
|
4294 |
|
4295 |
-
#: includes/
|
4296 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1134
|
4297 |
#, fuzzy
|
4298 |
-
msgctxt "admin
|
4299 |
-
msgid "
|
4300 |
-
msgstr "
|
4301 |
|
4302 |
-
#: includes/
|
4303 |
-
|
4304 |
-
|
4305 |
-
|
4306 |
-
msgid "Detail view."
|
4307 |
-
msgstr "Verzeichnis"
|
4308 |
|
4309 |
-
#: includes/
|
4310 |
-
msgctxt "admin
|
4311 |
-
msgid "
|
4312 |
-
msgstr "
|
4313 |
|
4314 |
-
#: includes/
|
4315 |
-
msgctxt "admin
|
4316 |
-
msgid "
|
4317 |
-
msgstr "
|
4318 |
|
4319 |
-
#: includes/
|
4320 |
-
msgctxt "admin
|
4321 |
-
msgid "
|
4322 |
-
msgstr "
|
4323 |
|
4324 |
-
#: includes/
|
4325 |
-
msgctxt "admin
|
4326 |
-
msgid "
|
4327 |
-
|
|
|
|
|
|
|
|
|
4328 |
|
4329 |
-
#: includes/
|
4330 |
-
msgctxt "admin
|
4331 |
-
msgid "
|
4332 |
-
msgstr "
|
4333 |
|
4334 |
-
#: includes/
|
4335 |
-
msgctxt "admin
|
4336 |
-
msgid "
|
4337 |
msgstr ""
|
4338 |
|
4339 |
-
#: includes/
|
4340 |
-
msgctxt "admin
|
4341 |
-
msgid "
|
4342 |
-
|
4343 |
-
|
4344 |
-
|
4345 |
-
msgctxt "admin settings"
|
4346 |
-
msgid "Hong Kong Dollar (HKD)"
|
4347 |
-
msgstr "Hong Kong Dollar (HKD)"
|
4348 |
|
4349 |
-
#: includes/
|
4350 |
-
msgctxt "admin
|
4351 |
-
msgid "
|
4352 |
-
|
|
|
|
|
4353 |
|
4354 |
-
#: includes/
|
4355 |
-
msgctxt "admin
|
4356 |
-
msgid "
|
4357 |
-
msgstr "
|
4358 |
|
4359 |
-
#: includes/
|
4360 |
-
msgctxt "admin
|
4361 |
-
msgid "
|
4362 |
-
|
|
|
|
|
4363 |
|
4364 |
-
#: includes/
|
4365 |
-
msgctxt "admin
|
4366 |
-
msgid "
|
|
|
|
|
4367 |
msgstr ""
|
4368 |
|
4369 |
-
#: includes/
|
4370 |
-
msgctxt "admin
|
4371 |
-
msgid "
|
4372 |
-
msgstr "
|
4373 |
|
4374 |
-
#: includes/
|
4375 |
-
|
4376 |
-
|
4377 |
-
|
|
|
4378 |
|
4379 |
-
#:
|
4380 |
-
msgctxt "admin
|
4381 |
-
msgid "
|
4382 |
-
msgstr "
|
4383 |
|
4384 |
-
#:
|
4385 |
-
|
4386 |
-
|
4387 |
-
|
|
|
|
|
4388 |
|
4389 |
-
#:
|
4390 |
-
msgctxt "admin
|
4391 |
-
msgid "
|
4392 |
-
msgstr "
|
4393 |
|
4394 |
-
#:
|
4395 |
-
msgctxt "admin
|
4396 |
-
msgid "
|
4397 |
-
msgstr "
|
4398 |
|
4399 |
-
#:
|
4400 |
-
msgctxt "admin
|
4401 |
-
msgid "
|
4402 |
-
msgstr "
|
4403 |
|
4404 |
-
#:
|
4405 |
-
msgctxt "admin
|
4406 |
-
msgid "
|
4407 |
-
msgstr "
|
4408 |
|
4409 |
-
#:
|
4410 |
-
msgctxt "admin
|
4411 |
-
msgid "
|
4412 |
-
msgstr "
|
4413 |
|
4414 |
-
#:
|
4415 |
-
msgctxt "admin
|
4416 |
-
msgid "
|
4417 |
-
msgstr "
|
4418 |
|
4419 |
-
#:
|
4420 |
-
msgctxt "admin
|
4421 |
-
msgid "
|
4422 |
-
msgstr "
|
4423 |
-
|
4424 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1206
|
4425 |
-
msgctxt "admin settings"
|
4426 |
-
msgid "Thai Baht (THB)"
|
4427 |
-
msgstr "Thailändischer Baht (THB)"
|
4428 |
-
|
4429 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1207
|
4430 |
-
msgctxt "admin settings"
|
4431 |
-
msgid "Turkish Lira (TRY)"
|
4432 |
-
msgstr "Türkische Lira (TRY)"
|
4433 |
-
|
4434 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1208
|
4435 |
-
msgctxt "admin settings"
|
4436 |
-
msgid "U.S. Dollar (USD)"
|
4437 |
-
msgstr "U.S. Dollar"
|
4438 |
|
4439 |
-
#:
|
4440 |
-
msgctxt "admin
|
4441 |
-
msgid "
|
4442 |
-
msgstr "
|
4443 |
|
4444 |
-
#:
|
4445 |
-
msgctxt "admin
|
4446 |
-
msgid "
|
4447 |
-
msgstr "
|
4448 |
|
4449 |
-
#:
|
4450 |
-
msgctxt "admin
|
4451 |
-
msgid "
|
4452 |
-
msgstr "
|
4453 |
|
4454 |
-
|
4455 |
-
|
4456 |
-
|
4457 |
-
|
4458 |
-
msgstr ""
|
4459 |
|
4460 |
-
#:
|
4461 |
-
msgctxt "admin
|
4462 |
-
msgid ""
|
4463 |
-
"Listings with pending payments are marked as abandoned after this time. You "
|
4464 |
-
"can also <a>customize the email</a> users receive."
|
4465 |
msgstr ""
|
4466 |
|
4467 |
-
#:
|
4468 |
-
|
4469 |
-
|
4470 |
-
|
|
|
4471 |
|
4472 |
-
#:
|
4473 |
-
|
4474 |
-
|
4475 |
-
|
4476 |
-
"
|
4477 |
|
4478 |
-
#:
|
4479 |
-
|
4480 |
-
|
4481 |
-
|
|
|
4482 |
|
4483 |
-
#:
|
4484 |
-
msgctxt "admin
|
4485 |
-
msgid "
|
4486 |
msgstr ""
|
4487 |
|
4488 |
-
#:
|
4489 |
-
msgctxt "admin
|
4490 |
-
msgid "
|
4491 |
msgstr ""
|
4492 |
|
4493 |
-
#:
|
4494 |
-
msgctxt "admin settings"
|
4495 |
-
msgid "A new listing is submitted."
|
4496 |
-
msgstr "Ein neuer Eintrag wurde übermittelt."
|
4497 |
-
|
4498 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1382
|
4499 |
-
msgctxt "admin settings"
|
4500 |
-
msgid "A listing is edited."
|
4501 |
-
msgstr "Ein Eintrag wurde bearbeitet."
|
4502 |
-
|
4503 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1383
|
4504 |
-
msgctxt "admin settings"
|
4505 |
-
msgid "A listing expires."
|
4506 |
-
msgstr "Ein Eintrag läuft aus."
|
4507 |
-
|
4508 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1384
|
4509 |
#, fuzzy
|
4510 |
-
msgctxt "admin
|
4511 |
-
msgid "
|
4512 |
-
msgstr "
|
4513 |
|
4514 |
-
#:
|
4515 |
-
|
4516 |
-
|
4517 |
-
|
4518 |
-
msgstr "Ein Eintrag wurde bearbeitet."
|
4519 |
|
4520 |
-
#:
|
4521 |
-
|
4522 |
-
|
4523 |
-
|
4524 |
-
msgstr "Der Eintrag wurde aktualisiert"
|
4525 |
|
4526 |
-
#:
|
4527 |
-
msgctxt "admin
|
4528 |
-
msgid "
|
4529 |
-
msgstr "
|
4530 |
|
4531 |
-
#:
|
4532 |
-
msgctxt "admin
|
4533 |
-
msgid "
|
4534 |
-
msgstr "
|
4535 |
|
4536 |
-
#:
|
4537 |
-
msgctxt "admin
|
4538 |
-
msgid "
|
4539 |
-
msgstr "
|
4540 |
|
4541 |
-
#:
|
4542 |
-
|
4543 |
-
|
4544 |
-
|
4545 |
-
msgstr "Ihr Eintrag ist eingereicht."
|
4546 |
|
4547 |
-
#:
|
4548 |
#, fuzzy
|
4549 |
-
msgctxt "admin
|
4550 |
-
msgid "
|
4551 |
-
msgstr "
|
4552 |
|
4553 |
-
#:
|
4554 |
-
|
4555 |
-
|
4556 |
-
|
4557 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1563
|
4558 |
-
msgctxt "admin settings"
|
4559 |
-
msgid "Listing's title"
|
4560 |
-
msgstr "Eintrag Titel"
|
4561 |
|
4562 |
-
#:
|
4563 |
-
|
4564 |
-
|
4565 |
-
|
4566 |
-
|
4567 |
-
msgstr "Eintrag Enddatum"
|
4568 |
|
4569 |
-
#:
|
4570 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1528
|
4571 |
#, fuzzy
|
4572 |
-
msgctxt "admin
|
4573 |
-
msgid "
|
4574 |
-
msgstr "
|
4575 |
|
4576 |
-
#:
|
4577 |
-
|
4578 |
-
|
4579 |
-
|
4580 |
-
msgid "Listing's fee plan details"
|
4581 |
-
msgstr "Eintrag Enddatum"
|
4582 |
|
4583 |
-
#:
|
4584 |
-
msgctxt "admin
|
4585 |
-
msgid ""
|
4586 |
-
"Your listing \"[listing]\" is now available at [listing-url] and can be "
|
4587 |
-
"viewed by the public."
|
4588 |
msgstr ""
|
4589 |
-
"Dein Eintrag \"[listing]\" ist jetzt verfügbar unter [listing-url] und "
|
4590 |
-
"kann öffentlich eingesehen werden."
|
4591 |
|
4592 |
-
#:
|
4593 |
-
|
4594 |
-
|
4595 |
-
|
4596 |
-
msgstr "Eintrags URL"
|
4597 |
|
4598 |
-
#:
|
4599 |
-
|
4600 |
-
|
4601 |
-
|
4602 |
-
msgid "Listing's Access Key"
|
4603 |
-
msgstr "Eintrag Felder / Bilder"
|
4604 |
|
4605 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4606 |
#, fuzzy
|
4607 |
msgctxt "admin settings"
|
4608 |
-
msgid "
|
4609 |
-
msgstr "
|
4610 |
|
4611 |
-
#: includes/admin/
|
4612 |
-
#, fuzzy
|
4613 |
msgctxt "admin settings"
|
4614 |
-
msgid "
|
4615 |
-
msgstr "
|
4616 |
|
4617 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4618 |
msgctxt "admin settings"
|
4619 |
-
msgid "
|
|
|
|
|
4620 |
msgstr ""
|
4621 |
|
4622 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4623 |
-
#, fuzzy
|
4624 |
msgctxt "admin settings"
|
4625 |
-
msgid "
|
4626 |
-
msgstr "
|
4627 |
|
4628 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4629 |
msgctxt "admin settings"
|
4630 |
-
msgid "
|
4631 |
msgstr ""
|
4632 |
|
4633 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4634 |
-
#, fuzzy
|
4635 |
msgctxt "admin settings"
|
4636 |
-
msgid "
|
4637 |
-
msgstr "
|
4638 |
|
4639 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4640 |
msgctxt "admin settings"
|
4641 |
-
msgid "
|
4642 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
4643 |
|
4644 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
|
|
|
|
|
|
|
|
4645 |
#, fuzzy
|
4646 |
msgctxt "admin settings"
|
4647 |
-
msgid "
|
4648 |
-
msgstr "
|
4649 |
|
4650 |
-
#: includes/
|
|
|
4651 |
msgctxt "admin settings"
|
4652 |
-
msgid "
|
4653 |
-
msgstr "
|
4654 |
|
4655 |
-
#: includes/
|
|
|
4656 |
msgctxt "admin settings"
|
4657 |
-
msgid "
|
4658 |
-
msgstr "
|
4659 |
|
4660 |
-
#: includes/admin/
|
4661 |
#, fuzzy
|
4662 |
-
msgctxt "
|
4663 |
-
msgid "
|
4664 |
-
msgstr "
|
4665 |
|
4666 |
-
#: includes/admin/
|
4667 |
-
msgctxt "
|
4668 |
-
msgid "
|
4669 |
-
msgstr ""
|
4670 |
|
4671 |
-
#: includes/admin/
|
4672 |
-
|
4673 |
-
|
4674 |
-
|
|
|
4675 |
|
4676 |
-
#: includes/admin/
|
4677 |
-
|
4678 |
-
msgctxt "
|
4679 |
-
msgid "
|
4680 |
-
msgstr "
|
4681 |
|
4682 |
-
#: includes/admin/
|
4683 |
-
|
4684 |
-
|
4685 |
-
|
4686 |
-
msgstr "(wiederkehrend)"
|
4687 |
|
4688 |
-
#: includes/admin/
|
4689 |
-
|
4690 |
-
|
4691 |
-
|
4692 |
-
msgstr "Senden nachdem der Eintrag eingestellt wurde."
|
4693 |
|
4694 |
-
#: includes/admin/
|
4695 |
-
|
4696 |
-
msgctxt "
|
4697 |
-
msgid "
|
4698 |
-
msgstr "
|
4699 |
|
4700 |
-
#: includes/admin/
|
4701 |
-
|
4702 |
-
msgctxt "
|
4703 |
-
msgid "
|
4704 |
-
|
4705 |
-
msgstr[0] "%d Tag"
|
4706 |
-
msgstr[1] "%d Tage"
|
4707 |
|
4708 |
-
#: includes/admin/
|
4709 |
-
msgctxt "
|
4710 |
-
msgid "
|
4711 |
-
|
4712 |
-
msgstr[0] ""
|
4713 |
-
msgstr[1] ""
|
4714 |
|
4715 |
-
#: includes/admin/
|
4716 |
-
msgctxt "
|
4717 |
-
msgid "
|
4718 |
-
|
4719 |
-
msgstr[0] ""
|
4720 |
-
msgstr[1] ""
|
4721 |
|
4722 |
-
|
4723 |
-
|
4724 |
-
|
4725 |
-
msgctxt "expiration notices"
|
4726 |
-
msgid "Sent %1$s before a listing (%2$s) expires."
|
4727 |
msgstr ""
|
4728 |
|
4729 |
-
|
4730 |
-
|
4731 |
-
|
4732 |
-
|
4733 |
-
msgctxt "expiration notices"
|
4734 |
-
msgid "Sent %1$s after a listing (%2$s) expires."
|
4735 |
-
msgstr "Senden nachdem der Eintrag eingestellt wurde."
|
4736 |
|
4737 |
-
#: includes/admin/
|
4738 |
-
msgctxt "
|
4739 |
-
msgid "
|
4740 |
msgstr ""
|
4741 |
|
4742 |
-
#: includes/admin/
|
4743 |
-
|
4744 |
-
|
4745 |
-
|
4746 |
-
|
4747 |
-
|
4748 |
-
#: includes/admin/controllers/class-settings-admin.php:629
|
4749 |
-
msgctxt "expiration notices"
|
4750 |
-
msgid "%d day before expiration"
|
4751 |
-
msgid_plural "%d days before expiration"
|
4752 |
-
msgstr[0] ""
|
4753 |
-
msgstr[1] ""
|
4754 |
-
|
4755 |
-
#: includes/admin/controllers/class-settings-admin.php:629
|
4756 |
-
msgctxt "expiration notices"
|
4757 |
-
msgid "%d day after expiration"
|
4758 |
-
msgid_plural "%d days after expiration"
|
4759 |
-
msgstr[0] ""
|
4760 |
-
msgstr[1] ""
|
4761 |
-
|
4762 |
-
#: includes/admin/controllers/class-settings-admin.php:632
|
4763 |
-
msgctxt "expiration notices"
|
4764 |
-
msgid "%d week before expiration"
|
4765 |
-
msgid_plural "%d weeks before expiration"
|
4766 |
-
msgstr[0] ""
|
4767 |
-
msgstr[1] ""
|
4768 |
-
|
4769 |
-
#: includes/admin/controllers/class-settings-admin.php:632
|
4770 |
-
msgctxt "expiration notices"
|
4771 |
-
msgid "%d week after expiration"
|
4772 |
-
msgid_plural "%d weeks after expiration"
|
4773 |
-
msgstr[0] ""
|
4774 |
-
msgstr[1] ""
|
4775 |
-
|
4776 |
-
#: includes/admin/controllers/class-settings-admin.php:635
|
4777 |
-
msgctxt "expiration notices"
|
4778 |
-
msgid "%d month before expiration"
|
4779 |
-
msgid_plural "%d months before expiration"
|
4780 |
-
msgstr[0] ""
|
4781 |
-
msgstr[1] ""
|
4782 |
-
|
4783 |
-
#: includes/admin/controllers/class-settings-admin.php:635
|
4784 |
-
msgctxt "expiration notices"
|
4785 |
-
msgid "%d month after expiration"
|
4786 |
-
msgid_plural "%d months after expiration"
|
4787 |
-
msgstr[0] ""
|
4788 |
-
msgstr[1] ""
|
4789 |
-
|
4790 |
-
#: includes/admin/controllers/class-settings-admin.php:662
|
4791 |
-
#, fuzzy
|
4792 |
-
msgctxt "expiration notices"
|
4793 |
-
msgid "Applies to"
|
4794 |
-
msgstr "zugewiesen zu"
|
4795 |
-
|
4796 |
-
#: includes/admin/controllers/class-settings-admin.php:665
|
4797 |
-
msgctxt "expiration notices"
|
4798 |
-
msgid "Non-recurring listings"
|
4799 |
msgstr ""
|
|
|
|
|
|
|
4800 |
|
4801 |
-
#: includes/admin/
|
|
|
4802 |
#, fuzzy
|
4803 |
-
msgctxt "
|
4804 |
-
msgid "
|
4805 |
-
msgstr "
|
4806 |
-
|
4807 |
-
#: includes/admin/controllers/class-settings-admin.php:667
|
4808 |
-
msgctxt "expiration notices"
|
4809 |
-
msgid "Recurring and non-recurring listings"
|
4810 |
-
msgstr ""
|
4811 |
-
|
4812 |
-
#: includes/admin/controllers/class-settings-admin.php:672
|
4813 |
-
msgctxt "expiration notices"
|
4814 |
-
msgid "When to send?"
|
4815 |
-
msgstr ""
|
4816 |
|
4817 |
-
#: includes/admin/
|
|
|
4818 |
#, fuzzy
|
4819 |
-
msgctxt "settings"
|
4820 |
-
msgid "
|
4821 |
-
msgstr "
|
4822 |
-
|
4823 |
-
#: includes/admin/controllers/class-settings-admin.php:540
|
4824 |
-
msgctxt "settings"
|
4825 |
-
msgid "Author's name"
|
4826 |
-
msgstr "Authorname"
|
4827 |
-
|
4828 |
-
#: includes/admin/controllers/class-settings-admin.php:541
|
4829 |
-
msgctxt "settings"
|
4830 |
-
msgid "Listing's name (with link)"
|
4831 |
-
msgstr "Eintragsname (mit Link)"
|
4832 |
|
4833 |
-
#: includes/admin/
|
4834 |
-
|
4835 |
-
|
4836 |
-
|
4837 |
-
msgstr "Eintrag Enddatum"
|
4838 |
|
4839 |
-
#: includes/admin/
|
4840 |
-
msgctxt "settings"
|
4841 |
-
msgid "
|
4842 |
-
msgstr ""
|
4843 |
|
4844 |
-
#: includes/admin/
|
4845 |
-
msgctxt "settings"
|
4846 |
-
msgid "
|
4847 |
-
msgstr ""
|
4848 |
|
4849 |
-
#: includes/admin/
|
4850 |
-
|
4851 |
-
|
4852 |
-
|
4853 |
-
msgstr "Eintrag Titel"
|
4854 |
|
4855 |
-
#: includes/admin/
|
4856 |
-
|
4857 |
-
|
4858 |
-
|
4859 |
-
msgstr "Eintrag Enddatum"
|
4860 |
|
4861 |
-
#: includes/admin/
|
4862 |
-
|
4863 |
-
|
4864 |
-
|
4865 |
-
msgstr "Eintrag Felder / Bilder"
|
4866 |
|
4867 |
-
#: includes/admin/
|
4868 |
-
|
4869 |
-
|
4870 |
-
|
4871 |
-
msgstr "Einstellungen aktualisiert."
|
4872 |
|
4873 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4874 |
-
|
4875 |
-
|
4876 |
-
|
4877 |
-
msgstr "Allgemein"
|
4878 |
|
4879 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4880 |
-
|
4881 |
-
|
4882 |
-
|
4883 |
-
msgid "Listings"
|
4884 |
-
msgstr "Einträge"
|
4885 |
|
4886 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4887 |
-
|
4888 |
-
|
4889 |
-
|
4890 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1332
|
4891 |
-
#: includes/admin/settings/class-settings.php:341
|
4892 |
-
#, fuzzy
|
4893 |
-
msgctxt "settings"
|
4894 |
-
msgid "General Settings"
|
4895 |
-
msgstr "Allgemeine Einstellungen"
|
4896 |
|
4897 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4898 |
-
|
4899 |
-
|
4900 |
-
|
4901 |
-
msgstr "Bezahlung"
|
4902 |
|
4903 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4904 |
-
msgctxt "settings"
|
4905 |
-
msgid "
|
4906 |
msgstr ""
|
4907 |
|
4908 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4909 |
-
|
4910 |
-
|
4911 |
-
|
4912 |
-
msgstr "Permalink Einstellungen"
|
4913 |
-
|
4914 |
-
#: includes/admin/settings/class-settings-bootstrap.php:64
|
4915 |
-
#, fuzzy
|
4916 |
-
msgctxt "settings"
|
4917 |
-
msgid "Directory Listings Slug"
|
4918 |
-
msgstr "Verzeichniseintrag Entwurf"
|
4919 |
-
|
4920 |
-
#: includes/admin/settings/class-settings-bootstrap.php:74
|
4921 |
-
#, fuzzy
|
4922 |
-
msgctxt "settings"
|
4923 |
-
msgid "Categories Slug"
|
4924 |
-
msgstr "Kategorie Entwurf"
|
4925 |
|
4926 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4927 |
-
|
4928 |
-
|
4929 |
-
|
4930 |
-
"The slug can't be in use by another term. Avoid \"category\", for instance."
|
4931 |
-
msgstr ""
|
4932 |
-
"Der Entwurf kann nicht von anderen Ausdrücken verwendet werden. Meide "
|
4933 |
-
"\"Kategorie\" für diese Instanz."
|
4934 |
|
4935 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4936 |
-
|
4937 |
-
|
4938 |
-
|
4939 |
-
msgstr "Tags Entwurf"
|
4940 |
|
4941 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4942 |
-
|
4943 |
-
|
4944 |
-
|
4945 |
-
msgstr ""
|
4946 |
-
"Der Entwurf kann nicht von anderen Ausdrücken verwendet werden. Meide \"tag"
|
4947 |
-
"\" für diese Instanz."
|
4948 |
|
4949 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4950 |
-
|
4951 |
-
|
4952 |
-
|
4953 |
-
msgstr "Entferne Eintrag ID von diesen Verzeichnis URLs?"
|
4954 |
|
4955 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4956 |
-
msgctxt "settings"
|
4957 |
-
msgid "
|
4958 |
-
msgstr ""
|
4959 |
|
4960 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4961 |
-
|
4962 |
-
|
4963 |
-
|
4964 |
-
"Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
|
4965 |
-
"directory/1809/listing-title\"."
|
4966 |
-
msgstr ""
|
4967 |
-
"Vor Version 3.5.1 haben wir die ID in die Listing-URL aufgenommen, wie zB \"/"
|
4968 |
-
"business-directory/1809/listing-title\". Klicken Sie diese Einstellung, um "
|
4969 |
-
"die ID aus der URL zu entfernen um einen SEO und Benutzerfreundlichkeits-"
|
4970 |
-
"Mehrwert zu erhalten."
|
4971 |
|
4972 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4973 |
-
|
4974 |
-
|
4975 |
-
|
4976 |
-
msgstr "Brauchst du API Schlüssel für reCAPTCHA? <a>Hier</a> bekommst du sie."
|
4977 |
|
4978 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4979 |
-
|
4980 |
-
|
4981 |
-
|
4982 |
-
msgstr "Benutze reCAPTCHA für Kontaktformen"
|
4983 |
|
4984 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4985 |
-
|
4986 |
-
|
4987 |
-
|
4988 |
-
msgstr "reCAPTCHA für angemeldete Benutzern ausschalten?"
|
4989 |
|
4990 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4991 |
-
|
4992 |
-
|
4993 |
-
|
4994 |
-
msgstr "Benutze reCAPTCHA für Eintragzusendungen"
|
4995 |
|
4996 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4997 |
-
|
4998 |
-
|
4999 |
-
|
5000 |
-
msgstr "Benutze reCAPTCHA für Eintragkommentare?"
|
5001 |
|
5002 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5003 |
-
|
5004 |
-
|
5005 |
-
|
5006 |
-
msgstr "Benutze reCAPTCHA für Eintragkommentare?"
|
5007 |
|
5008 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5009 |
-
|
5010 |
-
|
5011 |
-
|
5012 |
-
msgstr "Benutze reCAPTCHA für Eintragkommentare?"
|
5013 |
|
5014 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5015 |
-
|
5016 |
-
|
5017 |
-
|
5018 |
-
msgstr "reCAPTCHA öffentlicher Schlüssel"
|
5019 |
|
5020 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5021 |
-
|
5022 |
-
|
5023 |
-
|
5024 |
-
msgstr "reCAPTCHA privater Schlüssel"
|
5025 |
|
5026 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5027 |
-
|
5028 |
-
|
5029 |
-
|
5030 |
-
msgstr "reCAPTCHA Einstellungen"
|
5031 |
|
5032 |
-
|
5033 |
-
|
5034 |
-
|
|
|
5035 |
msgstr ""
|
5036 |
|
5037 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5038 |
-
msgctxt "settings"
|
5039 |
msgid ""
|
5040 |
-
"
|
5041 |
-
"
|
5042 |
-
"context of your site. You can set here the score threshold, scores under "
|
5043 |
-
"this value will result in reCAPTCHA validation error."
|
5044 |
msgstr ""
|
5045 |
|
5046 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5047 |
-
|
5048 |
-
|
5049 |
-
|
5050 |
-
msgstr "Registrierung"
|
5051 |
|
5052 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5053 |
-
msgctxt "settings"
|
5054 |
-
msgid ""
|
5055 |
-
"We expect that a membership plugin supports the 'redirect_to' parameter for "
|
5056 |
-
"the URLs below to work. If the plugin does not support them, these settings "
|
5057 |
-
"will not function as expected. Please contact the membership plugin and ask "
|
5058 |
-
"them to support the WP standard 'redirect_to' query parameter."
|
5059 |
msgstr ""
|
|
|
5060 |
|
5061 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5062 |
-
|
5063 |
-
|
5064 |
-
msgid "Require login to post listings?"
|
5065 |
-
msgstr "Zurück zum Eintrag."
|
5066 |
-
|
5067 |
-
#: includes/admin/settings/class-settings-bootstrap.php:222
|
5068 |
-
msgctxt "settings"
|
5069 |
-
msgid "Allow anonymous users to edit/manage listings with an access key?"
|
5070 |
msgstr ""
|
5071 |
|
5072 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5073 |
-
|
5074 |
-
|
5075 |
-
msgid "Login URL"
|
5076 |
-
msgstr "Login"
|
5077 |
-
|
5078 |
-
#: includes/admin/settings/class-settings-bootstrap.php:231
|
5079 |
-
#, fuzzy
|
5080 |
-
msgctxt "settings"
|
5081 |
-
msgid "Only enter this if using a membership plugin or custom login page."
|
5082 |
msgstr ""
|
5083 |
-
"URL deiner Mitgliedserweiterung Registrierungsseite. Nur verwenden wenn du "
|
5084 |
-
"ein Membership Plugin oder eine benutzerdefinierte Registrierungseite "
|
5085 |
-
"benutzt. "
|
5086 |
|
5087 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5088 |
-
msgctxt "settings"
|
5089 |
-
msgid "
|
5090 |
msgstr ""
|
5091 |
|
5092 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5093 |
#, fuzzy
|
5094 |
-
msgctxt "settings"
|
5095 |
-
msgid "
|
5096 |
-
msgstr "
|
5097 |
|
5098 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5099 |
#, fuzzy
|
5100 |
-
msgctxt "settings"
|
5101 |
-
msgid ""
|
5102 |
-
"
|
5103 |
-
msgstr ""
|
5104 |
-
"URL deiner Mitgliedserweiterung Registrierungsseite. Nur verwenden wenn du "
|
5105 |
-
"ein Membership Plugin oder eine benutzerdefinierte Registrierungseite "
|
5106 |
-
"benutzt. "
|
5107 |
|
5108 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5109 |
-
|
5110 |
-
|
5111 |
-
|
|
|
5112 |
|
5113 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5114 |
-
msgctxt "settings"
|
5115 |
-
msgid "
|
5116 |
-
msgstr ""
|
5117 |
|
5118 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5119 |
#, fuzzy
|
5120 |
-
msgctxt "settings"
|
5121 |
-
msgid ""
|
5122 |
-
"
|
5123 |
-
"Conditions text will be replaced by a link to the appropiate page."
|
5124 |
-
msgstr ""
|
5125 |
-
"Gib Text oder eine URL ein beginnend mit http. Wenn sie eine URL verwenden "
|
5126 |
-
"werden Bedingungen und Konditionen ersetzt durch einen Link der "
|
5127 |
-
"dazugehörigen Seite."
|
5128 |
|
5129 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5130 |
#, fuzzy
|
5131 |
-
msgctxt "settings"
|
5132 |
-
msgid "
|
5133 |
-
msgstr "
|
5134 |
|
5135 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5136 |
-
|
5137 |
-
|
5138 |
-
|
|
|
|
|
|
|
|
|
5139 |
|
5140 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5141 |
#, fuzzy
|
5142 |
-
msgctxt "settings"
|
5143 |
-
msgid "
|
5144 |
-
msgstr "
|
5145 |
|
5146 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5147 |
#, fuzzy
|
5148 |
-
msgctxt "settings"
|
5149 |
-
msgid "
|
5150 |
-
msgstr "
|
5151 |
-
|
5152 |
-
#: includes/admin/settings/class-settings-bootstrap.php:348
|
5153 |
-
msgctxt "settings"
|
5154 |
-
msgid "Disable Frontend Listing Submission?"
|
5155 |
-
msgstr ""
|
5156 |
-
|
5157 |
-
#: includes/admin/settings/class-settings-bootstrap.php:349
|
5158 |
-
msgctxt "settings"
|
5159 |
-
msgid ""
|
5160 |
-
"Prevents the Submit Listing button from showing on the main UI, but allows a "
|
5161 |
-
"shortcode for submit listing to function on other pages."
|
5162 |
-
msgstr ""
|
5163 |
|
5164 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5165 |
#, fuzzy
|
5166 |
-
msgctxt "settings"
|
5167 |
-
msgid "
|
5168 |
-
msgstr "
|
5169 |
|
5170 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5171 |
-
msgctxt "settings"
|
5172 |
msgid ""
|
5173 |
-
"
|
5174 |
-
"
|
5175 |
-
"performed a conflict test to validate this is a multiple styles enqueueing "
|
5176 |
-
"issue."
|
5177 |
msgstr ""
|
|
|
|
|
5178 |
|
5179 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5180 |
#, fuzzy
|
5181 |
-
msgctxt "settings"
|
5182 |
-
msgid "
|
5183 |
-
msgstr "
|
5184 |
|
5185 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5186 |
#, fuzzy
|
5187 |
-
msgctxt "settings"
|
5188 |
-
msgid "
|
5189 |
-
msgstr "
|
5190 |
|
5191 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5192 |
#, fuzzy
|
5193 |
-
msgctxt "settings"
|
5194 |
-
msgid ""
|
5195 |
-
|
5196 |
-
|
|
|
|
|
|
|
5197 |
msgstr ""
|
5198 |
-
"Nummer der Einträge die pro Seite angezeigt werden. Benutze einen Wert von "
|
5199 |
-
"\"0\" um alle Einträge anzuzeigen."
|
5200 |
|
5201 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5202 |
#, fuzzy
|
5203 |
-
msgctxt "settings"
|
5204 |
-
msgid "
|
5205 |
-
msgstr "
|
5206 |
|
5207 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5208 |
-
|
5209 |
-
|
5210 |
-
msgid ""
|
5211 |
-
"Use a value of \"0\" to keep a listing alive indefinitely or enter a number "
|
5212 |
-
"less than 10 years (3650 days)."
|
5213 |
msgstr ""
|
5214 |
-
"Benutze einen Wert von \"0\" um ein Eintrag undefiniert zu lassen oder "
|
5215 |
-
"benutze eine Nummer unter 10 Jahren (3650 Tage)"
|
5216 |
|
5217 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5218 |
#, fuzzy
|
5219 |
-
msgctxt "settings"
|
5220 |
-
msgid "
|
5221 |
-
msgstr "
|
5222 |
|
5223 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5224 |
-
msgctxt "settings"
|
5225 |
-
msgid "
|
5226 |
-
msgstr ""
|
5227 |
|
5228 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5229 |
#, fuzzy
|
5230 |
-
msgctxt "settings"
|
5231 |
-
msgid "
|
5232 |
-
msgstr "
|
5233 |
|
5234 |
-
#: includes/
|
5235 |
-
msgctxt "settings"
|
5236 |
-
msgid "
|
5237 |
-
msgstr ""
|
5238 |
|
5239 |
-
#: includes/
|
5240 |
-
msgctxt "settings"
|
5241 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5242 |
msgstr ""
|
5243 |
|
5244 |
-
#: includes/admin/
|
5245 |
-
msgctxt "
|
5246 |
-
msgid ""
|
5247 |
-
"Form option list to report a listing as inappropriate. One option per line."
|
5248 |
msgstr ""
|
5249 |
|
5250 |
-
#: includes/admin/
|
5251 |
#, fuzzy
|
5252 |
-
msgctxt "
|
5253 |
-
msgid "
|
5254 |
-
msgstr "
|
5255 |
|
5256 |
-
#: includes/admin/
|
5257 |
#, fuzzy
|
5258 |
-
msgctxt "
|
5259 |
-
msgid ""
|
5260 |
-
|
5261 |
-
"the messages via email."
|
5262 |
-
msgstr ""
|
5263 |
-
"Benutzer erlauben den Eintragsauthor privat zu kontaktieren. Der Author "
|
5264 |
-
"bekommt eine Nachricht per E-mail zugeschickt."
|
5265 |
|
5266 |
-
#: includes/admin/
|
5267 |
#, fuzzy
|
5268 |
-
msgctxt "
|
5269 |
-
msgid "
|
5270 |
-
msgstr "
|
5271 |
|
5272 |
-
#: includes/admin/
|
5273 |
#, fuzzy
|
5274 |
-
msgctxt "
|
5275 |
-
msgid "
|
5276 |
-
msgstr "
|
5277 |
|
5278 |
-
#: includes/admin/
|
5279 |
#, fuzzy
|
5280 |
-
msgctxt "
|
5281 |
-
msgid ""
|
5282 |
-
"
|
5283 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5284 |
msgstr ""
|
5285 |
-
"Benutze dieses Feld um spamming von Einträgen zu vermeiden. 0 heisst "
|
5286 |
-
"unbegrenzt pro Tag."
|
5287 |
|
5288 |
-
|
|
|
|
|
5289 |
#, fuzzy
|
5290 |
-
msgctxt "
|
5291 |
-
msgid "
|
5292 |
-
msgstr "
|
5293 |
|
5294 |
-
#: includes/admin/
|
5295 |
-
|
5296 |
-
|
5297 |
-
msgid ""
|
5298 |
-
"Use this to set contact submits limit for each listing in the directory. 0 "
|
5299 |
-
"means unlimited submits per day."
|
5300 |
msgstr ""
|
5301 |
-
"Benutze dieses Feld um spamming von Einträgen zu vermeiden. 0 heisst "
|
5302 |
-
"unbegrenzt pro Tag."
|
5303 |
-
|
5304 |
-
#: includes/admin/settings/class-settings-bootstrap.php:570
|
5305 |
-
#, fuzzy
|
5306 |
-
msgctxt "settings"
|
5307 |
-
msgid "Include comment form on listing pages?"
|
5308 |
-
msgstr "Kommentarform einfügen in Eintragsseiten?"
|
5309 |
|
5310 |
-
#: includes/admin/
|
5311 |
#, fuzzy
|
5312 |
-
msgctxt "
|
5313 |
-
msgid "
|
5314 |
-
msgstr "
|
5315 |
|
5316 |
-
#: includes/admin/
|
5317 |
-
msgctxt "
|
5318 |
-
msgid ""
|
5319 |
-
"
|
5320 |
-
msgstr ""
|
|
|
5321 |
|
5322 |
-
#: includes/admin/
|
5323 |
-
msgctxt "
|
5324 |
-
msgid ""
|
5325 |
-
"
|
5326 |
-
|
5327 |
-
|
5328 |
-
msgstr ""
|
5329 |
|
5330 |
-
#: includes/admin/
|
5331 |
-
|
5332 |
-
|
5333 |
-
|
5334 |
-
msgstr "
|
|
|
5335 |
|
5336 |
-
#: includes/admin/
|
5337 |
-
|
5338 |
-
|
5339 |
-
|
5340 |
-
msgstr "
|
|
|
5341 |
|
5342 |
-
#: includes/admin/
|
5343 |
-
|
5344 |
-
|
5345 |
-
|
5346 |
-
msgstr "
|
|
|
5347 |
|
5348 |
-
#: includes/admin/
|
5349 |
-
|
5350 |
-
|
5351 |
-
|
5352 |
-
msgstr "
|
|
|
5353 |
|
5354 |
-
#: includes/admin/
|
5355 |
#, fuzzy
|
5356 |
-
msgctxt "
|
5357 |
-
msgid "
|
5358 |
-
msgstr "
|
5359 |
|
5360 |
-
#: includes/admin/
|
5361 |
-
|
5362 |
-
|
5363 |
-
|
5364 |
-
msgstr "Kategoriepost Anzahl anzeigen?"
|
5365 |
|
5366 |
-
#: includes/admin/
|
5367 |
#, fuzzy
|
5368 |
-
msgctxt "
|
5369 |
-
msgid "
|
5370 |
-
msgstr "
|
5371 |
|
5372 |
-
#: includes/admin/
|
5373 |
-
|
5374 |
-
|
5375 |
-
|
5376 |
-
msgstr "Nur Elternkategorien in Kategorieliste anzeigen?"
|
5377 |
|
5378 |
-
#: includes/admin/
|
5379 |
-
|
5380 |
-
|
5381 |
-
|
5382 |
-
msgstr "Anordnung Verzeichniseinträge durch"
|
5383 |
|
5384 |
-
#: includes/admin/
|
5385 |
#, fuzzy
|
5386 |
msgctxt "settings"
|
5387 |
-
msgid "
|
5388 |
-
msgstr "
|
5389 |
|
5390 |
-
#: includes/admin/
|
5391 |
-
#, fuzzy
|
5392 |
msgctxt "settings"
|
5393 |
-
msgid "
|
5394 |
-
msgstr ""
|
5395 |
-
"Aufsteigend für aufsteigende Reihenfolge A-Z, Absteigend für absteigende "
|
5396 |
-
"Reihenfolge Z-A"
|
5397 |
|
5398 |
-
#: includes/admin/
|
5399 |
-
#, fuzzy
|
5400 |
msgctxt "settings"
|
5401 |
-
msgid "
|
5402 |
-
msgstr "
|
5403 |
|
5404 |
-
#: includes/admin/
|
5405 |
#, fuzzy
|
5406 |
msgctxt "settings"
|
5407 |
-
msgid "
|
5408 |
-
msgstr "
|
5409 |
|
5410 |
-
#: includes/admin/
|
5411 |
-
#, fuzzy
|
5412 |
msgctxt "settings"
|
5413 |
-
msgid "
|
5414 |
-
msgstr "
|
5415 |
|
5416 |
-
#: includes/admin/
|
5417 |
msgctxt "settings"
|
5418 |
-
msgid ""
|
5419 |
-
"Hides the button used by the main UI to allow listing submission, but does "
|
5420 |
-
"not shut off the use of the link for submitting listings (allows you to "
|
5421 |
-
"customize the submit listing button on your own)"
|
5422 |
msgstr ""
|
5423 |
|
5424 |
-
#: includes/admin/
|
5425 |
#, fuzzy
|
5426 |
msgctxt "settings"
|
5427 |
-
msgid "
|
5428 |
-
msgstr "
|
5429 |
|
5430 |
-
#: includes/admin/
|
5431 |
#, fuzzy
|
5432 |
msgctxt "settings"
|
5433 |
-
msgid "
|
5434 |
-
msgstr "
|
5435 |
|
5436 |
-
#: includes/admin/
|
5437 |
#, fuzzy
|
5438 |
msgctxt "settings"
|
5439 |
-
msgid "
|
5440 |
-
msgstr "
|
5441 |
|
5442 |
-
#: includes/admin/
|
5443 |
#, fuzzy
|
5444 |
msgctxt "settings"
|
5445 |
-
msgid "
|
5446 |
-
msgstr "
|
5447 |
|
5448 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5449 |
#, fuzzy
|
5450 |
msgctxt "settings"
|
5451 |
-
msgid "
|
5452 |
-
msgstr "
|
5453 |
|
5454 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5455 |
#, fuzzy
|
5456 |
msgctxt "settings"
|
5457 |
-
msgid "
|
5458 |
-
msgstr "
|
5459 |
|
5460 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
|
|
|
|
|
|
|
|
5461 |
#, fuzzy
|
5462 |
msgctxt "settings"
|
5463 |
-
msgid "
|
5464 |
-
msgstr "
|
5465 |
|
5466 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5467 |
#, fuzzy
|
5468 |
msgctxt "settings"
|
5469 |
-
msgid "
|
5470 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
5471 |
|
5472 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5473 |
#, fuzzy
|
5474 |
msgctxt "settings"
|
5475 |
-
msgid "
|
5476 |
-
msgstr "
|
5477 |
|
5478 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5479 |
#, fuzzy
|
5480 |
msgctxt "settings"
|
5481 |
-
msgid "
|
5482 |
-
msgstr "
|
5483 |
|
5484 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5485 |
#, fuzzy
|
5486 |
msgctxt "settings"
|
5487 |
-
msgid "
|
5488 |
-
msgstr "
|
5489 |
|
5490 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5491 |
#, fuzzy
|
5492 |
msgctxt "settings"
|
5493 |
-
msgid "
|
5494 |
-
|
|
|
|
|
|
|
5495 |
|
5496 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5497 |
#, fuzzy
|
5498 |
msgctxt "settings"
|
5499 |
-
msgid "
|
5500 |
-
msgstr "
|
5501 |
|
5502 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5503 |
#, fuzzy
|
5504 |
msgctxt "settings"
|
5505 |
-
msgid ""
|
5506 |
-
"Uncheck if it conflicts with other elements or plugins installed on your site"
|
5507 |
msgstr ""
|
5508 |
-
"
|
5509 |
-
"
|
5510 |
|
5511 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5512 |
#, fuzzy
|
5513 |
msgctxt "settings"
|
5514 |
-
msgid "
|
5515 |
-
msgstr "
|
5516 |
|
5517 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5518 |
-
#, fuzzy
|
5519 |
msgctxt "settings"
|
5520 |
-
msgid "
|
5521 |
-
msgstr "
|
5522 |
|
5523 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5524 |
#, fuzzy
|
5525 |
msgctxt "settings"
|
5526 |
-
msgid "
|
5527 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
5528 |
|
5529 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5530 |
#, fuzzy
|
5531 |
msgctxt "settings"
|
5532 |
-
msgid "
|
5533 |
-
msgstr "
|
5534 |
|
5535 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5536 |
#, fuzzy
|
5537 |
msgctxt "settings"
|
5538 |
-
msgid ""
|
5539 |
-
"
|
5540 |
-
"image may be cropped out. If disabled, image thumbnails will be resized to "
|
5541 |
-
"match the specified width and their height will be adjusted proportionally. "
|
5542 |
-
"Depending on the uploaded images, thumbnails may have different heights."
|
5543 |
-
msgstr ""
|
5544 |
-
"Wenn diese Funktion aktiviert ist, werden Bilder genau den obigen "
|
5545 |
-
"Abmessungen entsprechen, evtl. wird ein Teil des Bildes abgeschnitten. Wenn "
|
5546 |
-
"diese Option deaktiviert ist, werden die Bilddarstellungen mit der "
|
5547 |
-
"angegebenen Breite und Höhe verkleinert und wird proportional angepasst. "
|
5548 |
-
"Abhängig von den hochgeladenen Bildern können Thumbnails unterschiedliche "
|
5549 |
-
"Höhen haben."
|
5550 |
|
5551 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5552 |
msgctxt "settings"
|
5553 |
-
msgid "
|
5554 |
-
msgstr ""
|
5555 |
|
5556 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5557 |
#, fuzzy
|
5558 |
msgctxt "settings"
|
5559 |
-
msgid "
|
5560 |
-
msgstr "
|
5561 |
|
5562 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5563 |
msgctxt "settings"
|
5564 |
-
msgid "Use
|
5565 |
-
msgstr ""
|
5566 |
|
5567 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5568 |
#, fuzzy
|
5569 |
msgctxt "settings"
|
5570 |
-
msgid "
|
5571 |
-
msgstr "
|
5572 |
|
5573 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5574 |
msgctxt "settings"
|
5575 |
-
msgid ""
|
5576 |
-
"
|
5577 |
-
"detail views. For CROPPED image size values, we use the EXACT size defined. "
|
5578 |
-
"For all other values, we preserve the aspect ratio of the image and use the "
|
5579 |
-
"width as the starting point."
|
5580 |
-
msgstr ""
|
5581 |
|
5582 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5583 |
#, fuzzy
|
5584 |
msgctxt "settings"
|
5585 |
-
msgid "
|
5586 |
-
msgstr "
|
5587 |
|
5588 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5589 |
#, fuzzy
|
5590 |
msgctxt "settings"
|
5591 |
-
msgid "
|
5592 |
-
msgstr "
|
5593 |
|
5594 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5595 |
#, fuzzy
|
5596 |
msgctxt "settings"
|
5597 |
-
msgid "
|
5598 |
-
msgstr "
|
5599 |
|
5600 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5601 |
msgctxt "settings"
|
5602 |
-
msgid "
|
5603 |
msgstr ""
|
5604 |
|
5605 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5606 |
msgctxt "settings"
|
5607 |
-
msgid "
|
|
|
|
|
|
|
|
|
5608 |
msgstr ""
|
5609 |
|
5610 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5611 |
#, fuzzy
|
5612 |
msgctxt "settings"
|
5613 |
-
msgid "
|
5614 |
-
msgstr "
|
5615 |
|
5616 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5617 |
-
#, fuzzy
|
5618 |
msgctxt "settings"
|
5619 |
-
msgid "
|
5620 |
-
|
|
|
|
|
|
|
|
|
5621 |
|
5622 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5623 |
#, fuzzy
|
5624 |
msgctxt "settings"
|
5625 |
-
msgid "
|
5626 |
-
msgstr "
|
5627 |
|
5628 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5629 |
-
#, fuzzy
|
5630 |
msgctxt "settings"
|
5631 |
-
msgid "
|
5632 |
-
msgstr "
|
5633 |
|
5634 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5635 |
#, fuzzy
|
5636 |
msgctxt "settings"
|
5637 |
-
msgid "
|
5638 |
-
msgstr "
|
5639 |
|
5640 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5641 |
#, fuzzy
|
5642 |
msgctxt "settings"
|
5643 |
-
msgid "
|
5644 |
-
msgstr "
|
|
|
|
|
|
|
5645 |
|
5646 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5647 |
msgctxt "settings"
|
5648 |
-
msgid "
|
5649 |
msgstr ""
|
5650 |
|
5651 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5652 |
#, fuzzy
|
5653 |
msgctxt "settings"
|
5654 |
-
msgid "
|
5655 |
-
msgstr "
|
5656 |
|
5657 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5658 |
msgctxt "settings"
|
5659 |
-
msgid "
|
|
|
5660 |
msgstr ""
|
|
|
|
|
|
|
5661 |
|
5662 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5663 |
-
#, fuzzy
|
5664 |
msgctxt "settings"
|
5665 |
-
msgid "
|
5666 |
-
msgstr "
|
5667 |
|
5668 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5669 |
-
#, fuzzy
|
5670 |
msgctxt "settings"
|
5671 |
-
msgid "
|
5672 |
-
msgstr "
|
5673 |
|
5674 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5675 |
#, fuzzy
|
5676 |
msgctxt "settings"
|
5677 |
msgid ""
|
5678 |
-
"
|
5679 |
-
"
|
5680 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5681 |
msgstr ""
|
5682 |
-
"E-mailadresse allen Benutzern anzeigen. NICHT ZU EMPFEHLEN. Achtung Spam!"
|
5683 |
|
5684 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5685 |
#, fuzzy
|
5686 |
msgctxt "settings"
|
5687 |
-
msgid "
|
5688 |
-
msgstr "
|
5689 |
|
5690 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5691 |
#, fuzzy
|
5692 |
msgctxt "settings"
|
5693 |
-
msgid ""
|
5694 |
-
"
|
5695 |
-
"listings expire."
|
5696 |
-
msgstr ""
|
5697 |
-
"Dies bewirkt, dass eine E-mail an den Eigentümer geschickt wird, wenn der "
|
5698 |
-
"Eintrag abläuft."
|
5699 |
|
5700 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5701 |
msgctxt "settings"
|
5702 |
-
msgid "
|
5703 |
msgstr ""
|
5704 |
|
5705 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5706 |
msgctxt "settings"
|
5707 |
msgid ""
|
5708 |
-
"
|
5709 |
-
"
|
5710 |
-
"set, you can do that here. If you're unsure, try \"HTML\", \"Plain\" and "
|
5711 |
-
"then \"Both\"."
|
5712 |
msgstr ""
|
5713 |
|
5714 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5715 |
#, fuzzy
|
5716 |
msgctxt "settings"
|
5717 |
-
msgid "
|
5718 |
-
msgstr "
|
5719 |
|
5720 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5721 |
-
#, fuzzy
|
5722 |
msgctxt "settings"
|
5723 |
-
msgid "
|
5724 |
-
|
|
|
|
|
|
|
|
|
5725 |
|
5726 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5727 |
#, fuzzy
|
5728 |
msgctxt "settings"
|
5729 |
-
msgid "
|
5730 |
-
msgstr "
|
5731 |
|
5732 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5733 |
#, fuzzy
|
5734 |
msgctxt "settings"
|
5735 |
-
msgid "
|
5736 |
-
msgstr "
|
5737 |
|
5738 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5739 |
#, fuzzy
|
5740 |
msgctxt "settings"
|
5741 |
-
msgid "
|
|
|
|
|
5742 |
msgstr ""
|
5743 |
-
"
|
5744 |
-
"
|
5745 |
|
5746 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5747 |
#, fuzzy
|
5748 |
msgctxt "settings"
|
5749 |
-
msgid "Listing
|
5750 |
-
msgstr "
|
5751 |
|
5752 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5753 |
#, fuzzy
|
5754 |
msgctxt "settings"
|
5755 |
msgid ""
|
5756 |
-
"
|
5757 |
-
"
|
5758 |
msgstr ""
|
5759 |
-
"
|
5760 |
-
"
|
5761 |
|
5762 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5763 |
#, fuzzy
|
5764 |
msgctxt "settings"
|
5765 |
-
msgid "
|
5766 |
-
msgstr "
|
5767 |
|
5768 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5769 |
msgctxt "settings"
|
5770 |
-
msgid "
|
5771 |
msgstr ""
|
5772 |
|
5773 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5774 |
#, fuzzy
|
5775 |
msgctxt "settings"
|
5776 |
-
msgid "
|
5777 |
-
msgstr "
|
5778 |
-
|
5779 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1544
|
5780 |
-
msgctxt "settings"
|
5781 |
-
msgid "Sent some time after a pending payment is abandoned by users."
|
5782 |
-
msgstr ""
|
5783 |
|
5784 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5785 |
msgctxt "settings"
|
5786 |
-
msgid "
|
5787 |
msgstr ""
|
5788 |
|
5789 |
-
#: includes/admin/settings/class-settings.php:
|
5790 |
-
#: includes/admin/settings/class-settings.php:506
|
5791 |
msgctxt "settings"
|
5792 |
-
msgid "
|
5793 |
msgstr ""
|
5794 |
|
5795 |
-
#: includes/admin/settings/class-settings.php:
|
5796 |
msgctxt "settings"
|
5797 |
-
msgid "
|
|
|
5798 |
msgstr ""
|
5799 |
|
5800 |
-
#: includes/
|
5801 |
#, fuzzy
|
5802 |
msgctxt "settings"
|
5803 |
-
msgid "
|
5804 |
-
msgstr "
|
5805 |
|
5806 |
-
#: includes/
|
|
|
5807 |
msgctxt "settings"
|
5808 |
-
msgid "
|
|
|
|
|
5809 |
msgstr ""
|
|
|
|
|
5810 |
|
5811 |
-
#: includes/
|
5812 |
#, fuzzy
|
5813 |
msgctxt "settings"
|
5814 |
-
msgid "
|
5815 |
-
msgstr "
|
5816 |
-
|
5817 |
-
#: includes/admin/controllers/class-themes-admin.php:43
|
5818 |
-
msgctxt "themes"
|
5819 |
-
msgid "Directory Themes"
|
5820 |
-
msgstr "Verzeichnis Themes"
|
5821 |
-
|
5822 |
-
#: includes/admin/controllers/class-themes-admin.php:113
|
5823 |
-
msgctxt "themes"
|
5824 |
-
msgid "Could not change the active theme to \"%s\"."
|
5825 |
-
msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
|
5826 |
|
5827 |
-
#: includes/admin/
|
5828 |
-
|
5829 |
-
|
5830 |
-
|
|
|
5831 |
|
5832 |
-
#: includes/admin/
|
5833 |
-
|
|
|
5834 |
msgid ""
|
5835 |
-
"
|
5836 |
-
"
|
5837 |
msgstr ""
|
5838 |
-
"
|
5839 |
-
"
|
5840 |
-
"von denen wir vermuten, dass sie fehlen."
|
5841 |
-
|
5842 |
-
#: includes/admin/controllers/class-themes-admin.php:170
|
5843 |
-
msgctxt "themes"
|
5844 |
-
msgid "Map My Fields"
|
5845 |
-
msgstr "Formularfelder verknüpfen"
|
5846 |
-
|
5847 |
-
#: includes/admin/controllers/class-themes-admin.php:178
|
5848 |
-
msgctxt "themes"
|
5849 |
-
msgid "Suggested fields created successfully."
|
5850 |
-
msgstr "Benötigtes Feld wurde erfolgreich erstellt."
|
5851 |
-
|
5852 |
-
#: includes/admin/controllers/class-themes-admin.php:181
|
5853 |
-
msgctxt "themes"
|
5854 |
-
msgid "Theme installed successfully."
|
5855 |
-
msgstr "Benötigtes Feld wurde erfolgreich erstellt."
|
5856 |
|
5857 |
-
#: includes/admin/
|
5858 |
#, fuzzy
|
5859 |
-
msgctxt "
|
5860 |
-
msgid "
|
5861 |
-
msgstr "
|
5862 |
-
|
5863 |
-
#: includes/admin/controllers/class-themes-admin.php:187
|
5864 |
-
msgctxt "themes"
|
5865 |
-
msgid "Could not delete theme directory. Check permissions."
|
5866 |
-
msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
|
5867 |
-
|
5868 |
-
#: includes/admin/controllers/class-themes-admin.php:239
|
5869 |
-
msgctxt "themes"
|
5870 |
-
msgid "Please upload a valid theme file."
|
5871 |
-
msgstr "Bitte eine gültige E-mailadresse eingeben."
|
5872 |
-
|
5873 |
-
#: includes/admin/controllers/class-themes-admin.php:248
|
5874 |
-
msgctxt "themes"
|
5875 |
-
msgid "Could not move \"%s\" to a temporary directory."
|
5876 |
-
msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
|
5877 |
|
5878 |
-
#: includes/admin/
|
5879 |
-
|
5880 |
-
|
|
|
|
|
|
|
5881 |
msgstr ""
|
5882 |
-
"
|
|
|
5883 |
|
5884 |
-
#: includes/admin/
|
5885 |
#, fuzzy
|
5886 |
-
msgctxt "
|
5887 |
-
msgid "
|
5888 |
-
msgstr "
|
5889 |
|
5890 |
-
#: includes/admin/
|
5891 |
-
|
5892 |
-
msgctxt "
|
5893 |
-
msgid "
|
5894 |
-
msgstr "
|
5895 |
|
5896 |
-
#: includes/admin/
|
5897 |
-
msgctxt "
|
5898 |
-
msgid "
|
5899 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5900 |
|
5901 |
-
#: includes/admin/
|
5902 |
-
|
5903 |
-
|
5904 |
-
|
|
|
5905 |
|
5906 |
-
#: includes/admin/
|
5907 |
-
|
5908 |
-
|
5909 |
-
|
|
|
5910 |
|
5911 |
-
#: includes/admin/
|
5912 |
#, fuzzy
|
5913 |
-
msgctxt "
|
5914 |
-
msgid "
|
5915 |
-
msgstr "
|
5916 |
|
5917 |
-
#: includes/
|
5918 |
-
|
5919 |
-
|
5920 |
-
|
|
|
5921 |
|
5922 |
-
#: includes/
|
5923 |
-
|
5924 |
-
|
5925 |
-
|
|
|
5926 |
|
5927 |
-
#: includes/
|
5928 |
-
|
5929 |
-
|
5930 |
-
|
|
|
5931 |
|
5932 |
-
#: includes/admin/
|
5933 |
-
|
5934 |
-
|
5935 |
-
|
|
|
5936 |
|
5937 |
-
#: includes/admin/
|
5938 |
-
|
5939 |
-
|
5940 |
-
|
5941 |
-
"
|
5942 |
-
"durchzuführen."
|
5943 |
|
5944 |
-
#: includes/admin/
|
5945 |
-
|
5946 |
-
|
5947 |
-
|
5948 |
-
"
|
5949 |
-
"durchzuführen."
|
5950 |
|
5951 |
-
#:
|
5952 |
-
|
5953 |
-
|
5954 |
-
"
|
5955 |
-
"
|
5956 |
-
"the values of the 'memory_limit' and 'max_execution_time' directives in your "
|
5957 |
-
"server's php.ini configuration file."
|
5958 |
-
msgstr ""
|
5959 |
-
"Bitte beachte das der Exportprozess eine sehr leistungsintensiver Prozess "
|
5960 |
-
"ist. Wenn der Export nicht funktioniert, versuche zuerst andere "
|
5961 |
-
"Erweiterungen abzuschalten und/oder den Wert von 'memory_limit' und "
|
5962 |
-
"'max_execution_time' in deiner php.ini Konfigurationsdatei anzupassen."
|
5963 |
|
5964 |
-
#:
|
5965 |
-
|
5966 |
-
|
5967 |
-
|
|
|
|
|
|
|
5968 |
|
5969 |
-
#:
|
5970 |
-
|
5971 |
-
|
5972 |
-
|
|
|
5973 |
|
5974 |
-
#:
|
5975 |
-
|
5976 |
-
|
5977 |
-
|
|
|
5978 |
|
5979 |
-
#:
|
5980 |
-
|
5981 |
-
|
5982 |
-
|
|
|
5983 |
|
5984 |
-
#:
|
5985 |
-
msgctxt "
|
5986 |
-
msgid "
|
5987 |
-
|
|
|
|
|
|
|
5988 |
|
5989 |
-
#:
|
5990 |
-
|
5991 |
-
|
5992 |
-
|
|
|
5993 |
|
5994 |
-
#:
|
5995 |
-
|
5996 |
-
|
5997 |
-
|
|
|
5998 |
|
5999 |
-
#:
|
6000 |
-
|
6001 |
-
|
6002 |
-
"
|
6003 |
-
"
|
6004 |
-
msgstr ""
|
6005 |
-
"Wenn aktiviert, wird anstatt nur einer CSV-Datei, eine ZIP Datei generiert, "
|
6006 |
-
"die sowohl eine CSV-Datei und Eintragsbilder enthält."
|
6007 |
|
6008 |
-
#:
|
6009 |
-
|
6010 |
-
|
6011 |
-
|
|
|
6012 |
|
6013 |
-
#:
|
6014 |
-
|
6015 |
-
|
6016 |
-
|
|
|
6017 |
|
6018 |
-
#:
|
6019 |
-
|
6020 |
-
|
6021 |
-
|
|
|
6022 |
|
6023 |
-
#:
|
6024 |
-
|
6025 |
-
|
6026 |
-
|
|
|
6027 |
|
6028 |
-
#:
|
6029 |
#, fuzzy
|
6030 |
-
msgctxt "
|
6031 |
-
msgid "
|
6032 |
-
msgstr "
|
6033 |
|
6034 |
-
#:
|
6035 |
#, fuzzy
|
6036 |
-
msgctxt "
|
6037 |
-
msgid "
|
6038 |
-
msgstr "
|
6039 |
|
6040 |
-
#:
|
6041 |
#, fuzzy
|
6042 |
-
msgctxt "
|
6043 |
-
msgid "
|
6044 |
-
msgstr "
|
6045 |
|
6046 |
-
#:
|
6047 |
-
|
6048 |
-
|
6049 |
-
|
|
|
6050 |
|
6051 |
-
#:
|
6052 |
-
|
6053 |
-
|
6054 |
-
|
|
|
6055 |
|
6056 |
-
#:
|
6057 |
-
|
6058 |
-
|
6059 |
-
|
|
|
6060 |
|
6061 |
-
#:
|
6062 |
-
|
|
|
6063 |
msgid ""
|
6064 |
-
"
|
6065 |
-
"sure all your listings information is displayed properly when you view or "
|
6066 |
-
"edit the CSV file, we need to generate different versions of the file for "
|
6067 |
-
"each operating system."
|
6068 |
msgstr ""
|
6069 |
-
"
|
6070 |
-
"
|
6071 |
-
"korrekt angezeigt werden, wenn Sie die CSV-Datei anzeigen oder bearbeiten, "
|
6072 |
-
"müssen wir für jedes Betriebssystem unterschiedliche Versionen der Datei "
|
6073 |
-
"generieren."
|
6074 |
|
6075 |
-
#:
|
6076 |
-
|
6077 |
-
|
6078 |
-
|
|
|
6079 |
|
6080 |
-
#:
|
6081 |
-
|
6082 |
-
|
6083 |
-
|
|
|
6084 |
|
6085 |
-
#:
|
6086 |
-
|
6087 |
-
|
6088 |
-
|
|
|
6089 |
|
6090 |
-
#:
|
6091 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6092 |
msgid ""
|
6093 |
-
"
|
6094 |
-
"
|
|
|
|
|
6095 |
msgstr ""
|
6096 |
-
"
|
6097 |
-
"
|
|
|
|
|
|
|
|
|
6098 |
|
6099 |
-
#:
|
6100 |
-
msgctxt "
|
6101 |
-
msgid "
|
6102 |
-
msgstr "
|
6103 |
|
6104 |
-
#:
|
6105 |
-
|
6106 |
-
|
6107 |
-
|
|
|
6108 |
|
6109 |
-
#:
|
6110 |
-
msgctxt "
|
6111 |
-
msgid "
|
6112 |
-
msgstr "
|
6113 |
|
6114 |
-
#:
|
6115 |
-
|
6116 |
-
|
6117 |
-
|
|
|
6118 |
|
6119 |
-
#:
|
6120 |
-
msgctxt "
|
6121 |
msgid ""
|
6122 |
-
"
|
6123 |
-
"
|
|
|
|
|
6124 |
msgstr ""
|
6125 |
-
"Der Export wurde erfolgreich generiert und steht nun zum Herunterladen zur "
|
6126 |
-
"Verfügung."
|
6127 |
|
6128 |
-
#:
|
6129 |
#, fuzzy
|
6130 |
-
msgctxt "
|
6131 |
-
msgid "
|
6132 |
-
msgstr "
|
6133 |
|
6134 |
-
#:
|
6135 |
-
|
6136 |
-
|
6137 |
-
|
6138 |
-
"
|
6139 |
-
msgstr ""
|
6140 |
-
"Klicke \"Bereinigen\" wenn die Datei heruntergeladen wurde um alle "
|
6141 |
-
"temporären Daten zu löschen, die während des Exportprozesses erzeugt wurden."
|
6142 |
|
6143 |
-
#:
|
6144 |
-
|
6145 |
-
|
6146 |
-
|
|
|
6147 |
|
6148 |
-
#:
|
6149 |
-
msgctxt "
|
6150 |
-
msgid "
|
6151 |
-
msgstr "
|
6152 |
|
6153 |
-
#:
|
6154 |
-
msgctxt "
|
6155 |
-
msgid "
|
6156 |
-
msgstr "
|
6157 |
|
6158 |
-
#:
|
6159 |
-
|
6160 |
-
|
6161 |
-
|
|
|
6162 |
|
6163 |
-
#: includes/admin/
|
6164 |
#, fuzzy
|
6165 |
-
msgctxt "
|
6166 |
-
msgid ""
|
6167 |
-
"
|
6168 |
-
"imports to function properly. Your server is using \"%s\" but this path does "
|
6169 |
-
"not seem to be writable. Please consult with your host."
|
6170 |
-
msgstr ""
|
6171 |
-
"Ein gültiges temporäres Verzeichnis mit Schreibrechten wird benötigt, um "
|
6172 |
-
"korrekt zu funktionieren. Dein Server benutzt \"%s\", doch der Pfad ist "
|
6173 |
-
"nicht beschreibbar. Bitte kontaktiere deinen Serveradministrator."
|
6174 |
|
6175 |
-
#: includes/admin/
|
6176 |
#, fuzzy
|
6177 |
-
msgctxt "
|
6178 |
-
msgid "
|
6179 |
-
msgstr "
|
6180 |
|
6181 |
-
#: includes/admin/
|
6182 |
#, fuzzy
|
6183 |
-
msgctxt "
|
6184 |
-
msgid "
|
6185 |
-
msgstr "
|
6186 |
|
6187 |
-
#:
|
6188 |
#, fuzzy
|
6189 |
-
msgctxt "
|
6190 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6191 |
msgstr ""
|
6192 |
-
"Klicke eine Bezahlung um die Details einzusehen oder Transaktionen "
|
6193 |
-
"abzulehnen oder zu genehmigen."
|
6194 |
|
6195 |
-
#:
|
6196 |
#, fuzzy
|
6197 |
-
msgctxt "
|
6198 |
-
msgid "
|
6199 |
-
msgstr "
|
6200 |
|
6201 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
6202 |
#, fuzzy
|
6203 |
-
msgctxt "
|
6204 |
-
msgid "
|
6205 |
-
msgstr "
|
6206 |
|
6207 |
-
#:
|
6208 |
#, fuzzy
|
6209 |
-
msgctxt "
|
6210 |
-
msgid "
|
6211 |
-
msgstr "
|
6212 |
|
6213 |
-
#:
|
6214 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:31
|
6215 |
#, fuzzy
|
6216 |
-
msgctxt "
|
6217 |
-
msgid "
|
6218 |
-
|
|
|
|
|
|
|
|
|
6219 |
|
6220 |
-
#:
|
6221 |
#, fuzzy
|
6222 |
-
msgctxt "
|
6223 |
-
msgid "
|
6224 |
-
msgstr "
|
6225 |
|
6226 |
-
#:
|
6227 |
#, fuzzy
|
6228 |
-
msgctxt "
|
6229 |
-
msgid "
|
6230 |
-
|
|
|
|
|
|
|
|
|
6231 |
|
6232 |
-
#:
|
6233 |
-
msgctxt "
|
6234 |
-
msgid "
|
6235 |
msgstr ""
|
6236 |
|
6237 |
-
#:
|
6238 |
-
msgctxt "
|
6239 |
-
msgid "
|
|
|
|
|
|
|
|
|
6240 |
msgstr ""
|
6241 |
|
6242 |
-
#:
|
6243 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:89
|
6244 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:103
|
6245 |
#, fuzzy
|
6246 |
-
msgctxt "
|
6247 |
-
msgid "
|
6248 |
-
msgstr "
|
6249 |
|
6250 |
-
#:
|
6251 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
6252 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:104
|
6253 |
#, fuzzy
|
6254 |
-
msgctxt "
|
6255 |
-
msgid "
|
6256 |
-
msgstr "
|
6257 |
|
6258 |
-
#:
|
6259 |
#, fuzzy
|
6260 |
-
msgctxt "
|
6261 |
-
msgid "
|
6262 |
-
msgstr "
|
6263 |
|
6264 |
-
#:
|
6265 |
#, fuzzy
|
6266 |
-
msgctxt "
|
6267 |
-
msgid "
|
6268 |
-
msgstr "
|
6269 |
|
6270 |
-
#:
|
6271 |
#, fuzzy
|
6272 |
-
msgctxt "
|
6273 |
-
msgid "
|
6274 |
-
msgstr "
|
|
|
|
|
6275 |
|
6276 |
-
#:
|
6277 |
#, fuzzy
|
6278 |
-
msgctxt "
|
6279 |
-
msgid "
|
6280 |
-
msgstr "
|
6281 |
|
6282 |
-
#: includes/admin/
|
6283 |
#, fuzzy
|
6284 |
-
msgctxt "
|
6285 |
-
msgid "
|
6286 |
-
|
|
|
|
|
|
|
|
|
6287 |
|
6288 |
-
#: includes/admin/
|
6289 |
#, fuzzy
|
6290 |
-
msgctxt "
|
6291 |
-
msgid "
|
6292 |
-
msgstr "
|
6293 |
-
|
6294 |
-
#: includes/admin/helpers/class-listing-timeline.php:126
|
6295 |
-
msgctxt "listing timeline"
|
6296 |
-
msgid "T&C acceptance date"
|
6297 |
-
msgstr ""
|
6298 |
|
6299 |
-
#: includes/admin/
|
6300 |
-
msgctxt "
|
6301 |
-
msgid "
|
6302 |
msgstr ""
|
6303 |
|
6304 |
-
#: includes/admin/
|
6305 |
-
#, fuzzy
|
6306 |
-
msgctxt "listing timeline"
|
6307 |
-
msgid "Listing imported"
|
6308 |
-
msgstr "Ein Eintrag läuft aus."
|
6309 |
-
|
6310 |
-
#: includes/admin/helpers/class-listing-timeline.php:145
|
6311 |
#, fuzzy
|
6312 |
-
msgctxt "
|
6313 |
-
msgid "
|
6314 |
-
msgstr "
|
6315 |
-
|
6316 |
-
#: includes/admin/helpers/tables/class-fees-table.php:52
|
6317 |
-
msgctxt "admin fees table"
|
6318 |
-
msgid "All"
|
6319 |
-
msgstr "Alle"
|
6320 |
-
|
6321 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:20
|
6322 |
-
msgctxt "form-fields admin"
|
6323 |
-
msgid "form field"
|
6324 |
-
msgstr "Formularfeld"
|
6325 |
-
|
6326 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:21
|
6327 |
-
msgctxt "form-fields admin"
|
6328 |
-
msgid "form fields"
|
6329 |
-
msgstr "Formularfelder"
|
6330 |
|
6331 |
-
#: includes/admin/
|
6332 |
-
msgctxt "
|
6333 |
-
msgid "
|
6334 |
-
msgstr "
|
6335 |
|
6336 |
-
#: includes/admin/
|
6337 |
-
msgctxt "
|
6338 |
-
msgid "
|
6339 |
-
msgstr "
|
6340 |
|
6341 |
-
#: includes/admin/
|
6342 |
-
|
6343 |
-
|
6344 |
-
|
|
|
6345 |
|
6346 |
-
#: includes/admin/
|
6347 |
-
msgctxt "
|
6348 |
-
msgid "
|
6349 |
-
msgstr "
|
6350 |
|
6351 |
-
#: includes/
|
6352 |
#, fuzzy
|
6353 |
-
msgctxt "
|
6354 |
-
msgid "
|
6355 |
-
msgstr "
|
6356 |
-
|
6357 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:155
|
6358 |
-
msgctxt "form-fields admin"
|
6359 |
-
msgid "Required"
|
6360 |
-
msgstr "Pflichfeld"
|
6361 |
|
6362 |
-
#: includes/
|
6363 |
-
msgctxt "
|
6364 |
-
msgid "
|
6365 |
-
msgstr "
|
6366 |
|
6367 |
-
#: includes/
|
6368 |
#, fuzzy
|
6369 |
-
msgctxt "
|
6370 |
-
msgid "
|
6371 |
msgstr "Aktiviere Lizenz"
|
6372 |
|
6373 |
-
#: includes/admin/
|
6374 |
-
msgctxt "
|
6375 |
-
msgid "
|
6376 |
-
msgstr "
|
6377 |
-
|
6378 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:170
|
6379 |
-
msgctxt "form-fields admin"
|
6380 |
-
msgid "In Excerpt"
|
6381 |
-
msgstr "Im Textauszug"
|
6382 |
-
|
6383 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:177
|
6384 |
-
msgctxt "form-fields admin"
|
6385 |
-
msgid "This field value is shown in the single view of a listing."
|
6386 |
-
msgstr "Dieser Feldwert wird in der Einzelansicht eines Eintrags angezeigt."
|
6387 |
-
|
6388 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:178
|
6389 |
-
msgctxt "form-fields admin"
|
6390 |
-
msgid "In Listing"
|
6391 |
-
msgstr "Im Eintrag"
|
6392 |
|
6393 |
-
#: includes/admin/
|
6394 |
-
msgctxt "
|
6395 |
-
msgid "
|
6396 |
-
msgstr "
|
6397 |
|
6398 |
-
#: includes/admin/
|
6399 |
-
msgctxt "
|
6400 |
-
msgid "
|
6401 |
-
msgstr "
|
6402 |
|
6403 |
-
#: includes/admin/
|
6404 |
-
msgctxt "
|
6405 |
msgid ""
|
6406 |
-
"
|
6407 |
-
"
|
6408 |
-
"field will not be displayed on the frontend. If you want e-mail addresses to "
|
6409 |
-
"show on the frontend, you can <a>enable public display of e-mails</a>."
|
6410 |
msgstr ""
|
6411 |
-
"
|
6412 |
-
"
|
6413 |
-
"
|
6414 |
-
"Mail-Adressen auf der Webseite angezeigt werden, können Sie die "
|
6415 |
-
"<a>öffentliche Anzeige von E-Mails</a> aktivieren."
|
6416 |
|
6417 |
-
#: includes/admin/
|
6418 |
-
msgctxt "
|
6419 |
-
msgid "
|
6420 |
-
msgstr "
|
6421 |
|
6422 |
-
#: includes/admin/
|
6423 |
-
msgctxt "
|
6424 |
-
msgid "
|
6425 |
msgstr "Benötigtes Feld wurde erfolgreich erstellt."
|
6426 |
|
6427 |
-
#: includes/admin/
|
6428 |
-
msgctxt "
|
6429 |
-
msgid "
|
6430 |
-
msgstr "
|
6431 |
|
6432 |
-
#: includes/
|
6433 |
#, fuzzy
|
6434 |
-
msgctxt "
|
6435 |
-
msgid "
|
6436 |
-
msgstr "
|
6437 |
|
6438 |
-
#: includes/
|
6439 |
-
|
6440 |
-
|
6441 |
-
|
6442 |
-
msgstr ""
|
6443 |
-
"Feldoptionen (für ausgewählte Listen, Radiobutton und Kontrollkästchen)"
|
6444 |
|
6445 |
-
#: includes/
|
6446 |
-
msgctxt "
|
6447 |
-
msgid "
|
6448 |
-
msgstr ""
|
6449 |
|
6450 |
-
#: includes/
|
6451 |
-
msgctxt "
|
6452 |
-
msgid "
|
6453 |
-
msgstr ""
|
6454 |
|
6455 |
-
#: includes/
|
6456 |
-
|
6457 |
-
|
6458 |
-
|
6459 |
-
|
6460 |
|
6461 |
-
#: includes/
|
6462 |
#, fuzzy
|
6463 |
-
msgctxt "
|
6464 |
-
msgid "
|
6465 |
-
msgstr "
|
6466 |
|
6467 |
-
#: includes/
|
6468 |
-
|
6469 |
-
|
6470 |
-
|
|
|
6471 |
|
6472 |
-
#: includes/
|
6473 |
-
msgctxt "
|
6474 |
-
msgid "
|
6475 |
-
msgstr "
|
6476 |
|
6477 |
-
#: includes/
|
6478 |
-
msgctxt "
|
6479 |
-
msgid "
|
6480 |
-
msgstr "
|
6481 |
|
6482 |
-
#: includes/
|
6483 |
-
msgctxt "
|
6484 |
-
msgid "
|
6485 |
-
msgstr "
|
6486 |
|
6487 |
-
#: includes/
|
6488 |
-
|
6489 |
-
|
6490 |
-
"
|
6491 |
-
"
|
6492 |
-
msgstr ""
|
6493 |
-
"<b>Nur für Administratoren!</b> Wenn es dir nicht ausdrücklich gesagt wurde, "
|
6494 |
-
"ändere diese Einstellung nicht bevor du nicht weist was du genau tust."
|
6495 |
|
6496 |
-
#: includes/
|
6497 |
-
msgctxt "
|
6498 |
-
msgid "
|
6499 |
-
msgstr "
|
6500 |
|
6501 |
-
#: includes/
|
6502 |
-
msgctxt "
|
6503 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6504 |
msgstr ""
|
6505 |
|
6506 |
-
#: includes/
|
6507 |
-
msgctxt "
|
6508 |
-
msgid ""
|
6509 |
-
"Enable always (override the Short Description given with a shortened Long "
|
6510 |
-
"Description)"
|
6511 |
msgstr ""
|
|
|
|
|
6512 |
|
6513 |
-
#: includes/
|
6514 |
-
msgctxt "
|
6515 |
-
msgid ""
|
6516 |
-
"Enable conditionally (override ONLY when Short Description is empty with a "
|
6517 |
-
"shortened Long Description)"
|
6518 |
msgstr ""
|
|
|
|
|
6519 |
|
6520 |
-
#:
|
6521 |
-
msgctxt "
|
6522 |
-
msgid "
|
|
|
|
|
|
|
|
|
6523 |
msgstr ""
|
|
|
|
|
|
|
|
|
6524 |
|
6525 |
-
#:
|
6526 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6527 |
msgid ""
|
6528 |
-
"
|
6529 |
-
"
|
6530 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6531 |
|
6532 |
-
#:
|
6533 |
-
msgctxt "
|
6534 |
-
msgid ""
|
6535 |
-
"
|
6536 |
-
"(only)"
|
6537 |
-
msgstr ""
|
6538 |
|
6539 |
-
#:
|
6540 |
-
|
6541 |
-
|
6542 |
-
|
|
|
6543 |
|
6544 |
-
#:
|
6545 |
#, fuzzy
|
6546 |
-
msgctxt "
|
6547 |
-
msgid "
|
6548 |
-
msgstr "
|
6549 |
|
6550 |
-
#: templates/admin/
|
6551 |
-
|
6552 |
-
|
6553 |
-
|
|
|
6554 |
|
6555 |
-
#: templates/admin/
|
6556 |
-
|
6557 |
-
|
6558 |
-
|
6559 |
-
msgid "required"
|
6560 |
-
msgstr "Pflichtfeld"
|
6561 |
|
6562 |
-
#: templates/admin/
|
6563 |
-
msgctxt "
|
6564 |
-
msgid "
|
6565 |
-
msgstr "
|
6566 |
|
6567 |
-
#: templates/admin/
|
6568 |
-
msgctxt "
|
6569 |
-
msgid "
|
6570 |
-
msgstr "
|
6571 |
|
6572 |
-
#: templates/admin/
|
6573 |
-
msgctxt "
|
6574 |
-
msgid "
|
6575 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6576 |
|
6577 |
-
#: templates/admin/
|
6578 |
-
msgctxt "
|
6579 |
-
msgid "
|
6580 |
-
msgstr "
|
6581 |
|
6582 |
-
#: templates/admin/
|
6583 |
-
msgctxt "
|
6584 |
-
msgid "
|
6585 |
-
msgstr "
|
6586 |
|
6587 |
-
#: templates/admin/
|
6588 |
-
msgctxt "
|
6589 |
-
msgid "
|
6590 |
-
msgstr "
|
6591 |
|
6592 |
-
#: templates/admin/
|
6593 |
-
msgctxt "
|
6594 |
-
msgid "
|
6595 |
-
|
|
|
|
|
|
|
|
|
6596 |
|
6597 |
-
#: templates/admin/
|
6598 |
-
msgctxt "
|
6599 |
-
msgid "No
|
6600 |
-
msgstr "
|
6601 |
|
6602 |
-
#: templates/admin/
|
6603 |
-
msgctxt "
|
6604 |
-
msgid "
|
6605 |
-
msgstr "
|
6606 |
|
6607 |
-
#: templates/admin/
|
6608 |
-
msgctxt "
|
6609 |
-
msgid "
|
6610 |
-
msgstr "
|
6611 |
|
6612 |
-
#: templates/admin/
|
6613 |
-
msgctxt "
|
6614 |
-
msgid "
|
6615 |
-
msgstr "
|
6616 |
|
6617 |
-
#: templates/admin/
|
6618 |
-
msgctxt "
|
6619 |
-
msgid "
|
|
|
|
|
6620 |
msgstr ""
|
|
|
|
|
6621 |
|
6622 |
-
#: templates/admin/
|
6623 |
#, fuzzy
|
6624 |
-
msgctxt "
|
6625 |
-
msgid "
|
6626 |
-
msgstr "
|
6627 |
|
6628 |
-
#: templates/admin/
|
6629 |
-
|
6630 |
-
|
6631 |
-
|
6632 |
-
|
|
|
|
|
|
|
6633 |
|
6634 |
-
#: templates/admin/
|
6635 |
-
|
6636 |
-
|
6637 |
-
|
6638 |
-
msgstr "Du kannst folgende Platzhalter verwenden:"
|
6639 |
|
6640 |
-
#: templates/admin/
|
6641 |
-
msgctxt "
|
6642 |
-
msgid "
|
6643 |
-
msgstr ""
|
6644 |
|
6645 |
-
#: templates/admin/
|
6646 |
-
msgctxt "
|
6647 |
-
msgid "
|
6648 |
-
msgstr ""
|
6649 |
|
6650 |
-
#: templates/admin/
|
6651 |
-
|
6652 |
-
|
6653 |
-
|
6654 |
-
msgstr "Diesen Wert in der Detailansicht anzeigen."
|
6655 |
|
6656 |
-
#:
|
6657 |
-
|
6658 |
-
|
6659 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6660 |
|
6661 |
-
#:
|
6662 |
-
|
6663 |
-
|
6664 |
-
|
|
|
6665 |
|
6666 |
-
#:
|
6667 |
-
|
6668 |
-
|
6669 |
-
|
|
|
6670 |
|
6671 |
-
#: templates/admin/
|
6672 |
-
|
6673 |
-
|
6674 |
-
|
|
|
|
|
|
|
6675 |
|
6676 |
-
#: templates/admin/
|
6677 |
-
|
6678 |
-
|
6679 |
-
|
|
|
6680 |
|
6681 |
-
#: templates/admin/
|
6682 |
-
|
6683 |
-
|
6684 |
-
|
|
|
6685 |
|
6686 |
-
#: templates/admin/
|
6687 |
#, fuzzy
|
6688 |
-
msgctxt "
|
6689 |
-
msgid "
|
6690 |
-
msgstr "
|
6691 |
|
6692 |
-
#: templates/admin/
|
6693 |
-
|
6694 |
-
|
6695 |
-
|
|
|
|
|
6696 |
|
6697 |
-
#: templates/admin/
|
6698 |
-
|
6699 |
-
|
6700 |
-
|
6701 |
-
|
6702 |
|
6703 |
-
#: templates/admin/
|
6704 |
#, fuzzy
|
6705 |
-
msgctxt "
|
6706 |
-
msgid "
|
6707 |
-
msgstr "
|
6708 |
|
6709 |
-
#: templates/admin/
|
6710 |
-
msgctxt "
|
6711 |
-
msgid "
|
6712 |
msgstr ""
|
6713 |
|
6714 |
-
#: templates/admin/
|
6715 |
-
msgctxt "
|
6716 |
-
msgid "
|
6717 |
msgstr ""
|
6718 |
|
6719 |
-
#: templates/admin/
|
6720 |
-
|
6721 |
-
|
6722 |
-
|
6723 |
-
|
6724 |
-
|
6725 |
-
|
6726 |
-
msgid "Add Field"
|
6727 |
-
msgstr "Feld erstellen"
|
6728 |
|
6729 |
-
#: templates/admin/
|
6730 |
-
|
6731 |
-
|
6732 |
-
|
|
|
|
|
|
|
6733 |
|
6734 |
-
#: templates/admin/
|
6735 |
-
|
6736 |
-
|
6737 |
-
|
|
|
6738 |
|
6739 |
-
#: templates/admin/
|
6740 |
-
|
6741 |
-
|
6742 |
-
"
|
6743 |
-
|
6744 |
-
msgstr ""
|
6745 |
-
"Bevor Sie Felder erstellen, stellen Sie sicher, dass Sie alle Ihre "
|
6746 |
-
"VORHERGEHENDEN Felder zuerst abgebildet haben, sonst erscheinen Sie als "
|
6747 |
-
"\"fehlende Daten\" in Ihren Angeboten."
|
6748 |
|
6749 |
-
#: templates/admin/
|
6750 |
-
|
6751 |
-
|
6752 |
-
|
|
|
6753 |
|
6754 |
-
#: templates/admin/
|
6755 |
-
|
6756 |
-
|
6757 |
-
|
|
|
6758 |
|
6759 |
-
#:
|
6760 |
-
|
6761 |
-
|
6762 |
-
|
|
|
6763 |
|
6764 |
-
#:
|
6765 |
-
|
6766 |
-
|
6767 |
-
|
|
|
6768 |
|
6769 |
-
#:
|
6770 |
-
msgctxt "
|
6771 |
-
msgid ""
|
6772 |
-
"Here, you can create new fields for your listings, edit or delete existing "
|
6773 |
-
"ones, change the order and visibility of the fields as well as configure "
|
6774 |
-
"special options for them."
|
6775 |
msgstr ""
|
6776 |
-
"Hier können Sie neue Felder für Ihre Angebote erstellen, bestehende "
|
6777 |
-
"bearbeiten oder löschen, die Reihenfolge und die Sichtbarkeit der Felder "
|
6778 |
-
"ändern sowie spezielle Optionen für sie konfigurieren."
|
6779 |
|
6780 |
-
#:
|
6781 |
-
msgctxt "
|
6782 |
-
msgid "
|
6783 |
msgstr ""
|
6784 |
-
|
6785 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6786 |
|
6787 |
#: includes/admin/settings/class-settings-bootstrap.php:637
|
6788 |
#: includes/admin/settings/class-settings-bootstrap.php:650
|
@@ -7136,19 +7235,19 @@ msgctxt "listing"
|
|
7136 |
msgid "Listing expired"
|
7137 |
msgstr "Ein Eintrag läuft aus."
|
7138 |
|
7139 |
-
#: includes/models/class-listing.php:
|
7140 |
#, fuzzy
|
7141 |
msgctxt "listing"
|
7142 |
msgid "(Unavailable Plan)"
|
7143 |
msgstr "(Preis nicht verfügbar)"
|
7144 |
|
7145 |
-
#: includes/models/class-listing.php:
|
7146 |
#, fuzzy
|
7147 |
msgctxt "listing"
|
7148 |
msgid "Plan \"%s\" (recurring)"
|
7149 |
msgstr "(wiederkehrend)"
|
7150 |
|
7151 |
-
#: includes/models/class-listing.php:
|
7152 |
msgctxt "listing"
|
7153 |
msgid "Plan \"%s\""
|
7154 |
msgstr ""
|
@@ -7328,13 +7427,13 @@ msgctxt "recaptcha"
|
|
7328 |
msgid "The reCAPTCHA validation score failed."
|
7329 |
msgstr "Das reCAPTCHA wurde nicht korrekt eingegeben."
|
7330 |
|
7331 |
-
#: includes/class-wpbdp.php:
|
7332 |
#, fuzzy
|
7333 |
msgctxt "listing image upload"
|
7334 |
msgid "Can not upload any more images for this listing."
|
7335 |
msgstr "Kategorie für diesen Eintrag"
|
7336 |
|
7337 |
-
#: includes/class-wpbdp.php:
|
7338 |
msgctxt "listing image upload"
|
7339 |
msgid ""
|
7340 |
"You're trying to upload %1$d images, but only have %2$d slot available. "
|
@@ -7375,17 +7474,12 @@ msgctxt "checkout"
|
|
7375 |
msgid "Selected gateway does not support payment's currency."
|
7376 |
msgstr ""
|
7377 |
|
7378 |
-
#: includes/controllers/pages/class-checkout.php:
|
7379 |
-
msgctxt "checkout"
|
7380 |
-
msgid "Pay Now"
|
7381 |
-
msgstr ""
|
7382 |
-
|
7383 |
-
#: includes/controllers/pages/class-checkout.php:225
|
7384 |
msgctxt "checkout"
|
7385 |
msgid "Unknown gateway error."
|
7386 |
msgstr ""
|
7387 |
|
7388 |
-
#: includes/controllers/pages/class-checkout.php:
|
7389 |
msgctxt "checkout"
|
7390 |
msgid ""
|
7391 |
"There was an error trying to process your request. No gateway is selected."
|
@@ -7423,25 +7517,6 @@ msgid ""
|
|
7423 |
"refresh if there's an update."
|
7424 |
msgstr ""
|
7425 |
|
7426 |
-
#: templates/checkout.tpl.php:10
|
7427 |
-
#, fuzzy
|
7428 |
-
msgctxt "checkout"
|
7429 |
-
msgid "Checkout"
|
7430 |
-
msgstr "Kasse"
|
7431 |
-
|
7432 |
-
#: templates/checkout.tpl.php:31
|
7433 |
-
msgctxt "checkout"
|
7434 |
-
msgid ""
|
7435 |
-
"Recurring fee plans require a payment method to renew your listing at the "
|
7436 |
-
"end of the term."
|
7437 |
-
msgstr ""
|
7438 |
-
|
7439 |
-
#: templates/checkout.tpl.php:37
|
7440 |
-
#, fuzzy
|
7441 |
-
msgctxt "checkout"
|
7442 |
-
msgid "Select a Payment Method"
|
7443 |
-
msgstr "Bezahlmethode"
|
7444 |
-
|
7445 |
#: includes/controllers/pages/class-delete-listing.php:36
|
7446 |
msgctxt "delete listing"
|
7447 |
msgid "Your listing has been deleted."
|
@@ -7566,7 +7641,7 @@ msgstr ""
|
|
7566 |
"angezeigt. Wenn du das nicht möchtest, klicke <a>hier</a> um die "
|
7567 |
"Einstellungen zu ändern."
|
7568 |
|
7569 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7570 |
msgctxt "templates"
|
7571 |
msgid ""
|
7572 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
@@ -7575,27 +7650,27 @@ msgstr ""
|
|
7575 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
7576 |
"Submission?\" setting checked?"
|
7577 |
|
7578 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7579 |
msgctxt "templates"
|
7580 |
msgid ""
|
7581 |
"Listing submission has been disabled. Contact the administrator for details."
|
7582 |
msgstr ""
|
7583 |
|
7584 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7585 |
msgctxt "templates"
|
7586 |
msgid ""
|
7587 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7588 |
"submit a listing. %s to create a fee plan"
|
7589 |
msgstr ""
|
7590 |
|
7591 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7592 |
msgctxt "templates"
|
7593 |
msgid ""
|
7594 |
"Listing submission is not available at the moment. Contact the administrator "
|
7595 |
"for details."
|
7596 |
msgstr ""
|
7597 |
|
7598 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7599 |
msgctxt "templates"
|
7600 |
msgid ""
|
7601 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -7603,12 +7678,12 @@ msgid ""
|
|
7603 |
"an existing field"
|
7604 |
msgstr ""
|
7605 |
|
7606 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7607 |
msgctxt "templates"
|
7608 |
msgid "Please agree to the Terms and Conditions."
|
7609 |
msgstr "Bitte akzeptieren Sie die Allgemeinen Geschäftsbedingungen."
|
7610 |
|
7611 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7612 |
msgctxt "templates"
|
7613 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7614 |
msgstr "Ich akzeptiere die <a>AGB</a>s"
|
@@ -7986,19 +8061,19 @@ msgstr ""
|
|
7986 |
"Du bist als Administrator eingeloggt. Alle Bezahlungsschritte werden "
|
7987 |
"übersprungen."
|
7988 |
|
7989 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7990 |
#, fuzzy
|
7991 |
msgctxt "submit listing"
|
7992 |
msgid "Category selection"
|
7993 |
msgstr "Kategorien auswählen"
|
7994 |
|
7995 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7996 |
#, fuzzy
|
7997 |
msgctxt "submit listing"
|
7998 |
msgid "Category & plan selection"
|
7999 |
msgstr "Kategorien auswählen"
|
8000 |
|
8001 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8002 |
#, fuzzy
|
8003 |
msgctxt "submit listing"
|
8004 |
msgid "Can not submit a listing at this moment. Please try again later."
|
@@ -8006,42 +8081,42 @@ msgstr ""
|
|
8006 |
"Ihre Zahlung kann momentan nicht ausgeführt werden. Bitte versuchen Sie es "
|
8007 |
"später noch einmal."
|
8008 |
|
8009 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8010 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8011 |
#, fuzzy
|
8012 |
msgctxt "submit listing"
|
8013 |
msgid "Please select a category."
|
8014 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
8015 |
|
8016 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8017 |
msgctxt "submit listing"
|
8018 |
msgid "Please choose a valid category for your plan."
|
8019 |
msgstr ""
|
8020 |
|
8021 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8022 |
#, fuzzy
|
8023 |
msgctxt "submit listing"
|
8024 |
msgid "Please choose a valid fee plan for your category selection."
|
8025 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
8026 |
|
8027 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8028 |
#, fuzzy
|
8029 |
msgctxt "submit listing"
|
8030 |
msgid "Please enter your desired username."
|
8031 |
msgstr "Bitte geben Sie einen Namen ein."
|
8032 |
|
8033 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8034 |
#, fuzzy
|
8035 |
msgctxt "submit listing"
|
8036 |
msgid "Please enter the e-mail for your new account."
|
8037 |
msgstr "Bitte geben Sie einen Namen ein."
|
8038 |
|
8039 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8040 |
msgctxt "submit listing"
|
8041 |
msgid "The username you chose is already in use. Please use a different one."
|
8042 |
msgstr ""
|
8043 |
|
8044 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8045 |
msgctxt "submit listing"
|
8046 |
msgid "The e-mail address you chose for your account is already in use."
|
8047 |
msgstr ""
|
@@ -8052,7 +8127,7 @@ msgctxt "submit listing"
|
|
8052 |
msgid "Listing submitted by admin. Payment skipped."
|
8053 |
msgstr "Eintrag zusenden (Initialbezahlung)"
|
8054 |
|
8055 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8056 |
msgctxt "listing submit"
|
8057 |
msgid ""
|
8058 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -8591,47 +8666,6 @@ msgctxt "utils"
|
|
8591 |
msgid "Error while uploading file"
|
8592 |
msgstr "Fehler während des Hochladens der Datei"
|
8593 |
|
8594 |
-
#: includes/widgets/class-listings-widget.php:45
|
8595 |
-
#: includes/widgets/widget-search.php:29
|
8596 |
-
msgctxt "widgets"
|
8597 |
-
msgid "Title:"
|
8598 |
-
msgstr "Titel:"
|
8599 |
-
|
8600 |
-
#: includes/widgets/class-listings-widget.php:51
|
8601 |
-
msgctxt "widgets"
|
8602 |
-
msgid "Number of listings to display:"
|
8603 |
-
msgstr "Nummer der Einträge zum Anzeigen:"
|
8604 |
-
|
8605 |
-
#: includes/widgets/class-listings-widget.php:60
|
8606 |
-
msgctxt "widgets"
|
8607 |
-
msgid "Thumbnails"
|
8608 |
-
msgstr "Thumbnails"
|
8609 |
-
|
8610 |
-
#: includes/widgets/class-listings-widget.php:68
|
8611 |
-
msgctxt "widgets"
|
8612 |
-
msgid "Show thumbnails"
|
8613 |
-
msgstr "Thumbnails anzeigen"
|
8614 |
-
|
8615 |
-
#: includes/widgets/class-listings-widget.php:72
|
8616 |
-
msgctxt "widgets"
|
8617 |
-
msgid "Image width (in px):"
|
8618 |
-
msgstr "Bildergröße (in px):"
|
8619 |
-
|
8620 |
-
#: includes/widgets/class-listings-widget.php:78
|
8621 |
-
msgctxt "widgets"
|
8622 |
-
msgid "Leave blank for automatic width."
|
8623 |
-
msgstr "Freilassen für automatische Breite."
|
8624 |
-
|
8625 |
-
#: includes/widgets/class-listings-widget.php:83
|
8626 |
-
msgctxt "widgets"
|
8627 |
-
msgid "Image height (in px):"
|
8628 |
-
msgstr "Bilderhöhe (in px):"
|
8629 |
-
|
8630 |
-
#: includes/widgets/class-listings-widget.php:89
|
8631 |
-
msgctxt "widgets"
|
8632 |
-
msgid "Leave blank for automatic height."
|
8633 |
-
msgstr "Freilassen für automatische Höhe."
|
8634 |
-
|
8635 |
#: includes/widgets/widget-featured-listings.php:12
|
8636 |
msgctxt "widgets"
|
8637 |
msgid "Business Directory - Featured Listings"
|
@@ -8699,6 +8733,11 @@ msgctxt "widgets"
|
|
8699 |
msgid "Search the Business Directory"
|
8700 |
msgstr "Firmenverzeichnis durchsuchen"
|
8701 |
|
|
|
|
|
|
|
|
|
|
|
8702 |
#: includes/widgets/widget-search.php:36
|
8703 |
msgctxt "widgets"
|
8704 |
msgid "Form Style:"
|
@@ -9057,6 +9096,18 @@ msgctxt "send-access-keys"
|
|
9057 |
msgid "Continue"
|
9058 |
msgstr "Weiter"
|
9059 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9060 |
#, fuzzy
|
9061 |
#~ msgid "Is featured listing/sticky?"
|
9062 |
#~ msgstr "Top Einträge"
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2021-11-10 22:26:32+00:00\n"
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
|
11 |
"Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
|
32 |
"payment processor directly."
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: includes/admin/class-admin.php:189
|
36 |
#, fuzzy
|
37 |
msgid ""
|
38 |
"Find out how to create a compelling, thriving business directory from "
|
42 |
"von Grund aufbauen mit diesem einfachen (und kostenlosen) 5-teiligen E-Mail-"
|
43 |
"Kurs. Sie erhalten ein kostenloses Premium-Modul nur für die Anmeldung."
|
44 |
|
45 |
+
#: includes/admin/class-admin.php:198
|
46 |
#, fuzzy
|
47 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
48 |
msgstr ""
|
49 |
"Möchten Sie mehr über die Geheimnisse eines erfolgreichen Verzeichnisses "
|
50 |
"wissen?"
|
51 |
|
52 |
+
#: includes/admin/class-admin.php:200
|
53 |
#, fuzzy
|
54 |
msgid "Yes, please!"
|
55 |
msgstr "Ja, bitte!"
|
56 |
|
57 |
+
#: includes/admin/class-admin.php:202 includes/admin/tracking.php:215
|
58 |
#, fuzzy
|
59 |
msgid "No, thanks"
|
60 |
msgstr "Nein, danke"
|
61 |
|
62 |
+
#: includes/admin/class-admin.php:264
|
63 |
#, fuzzy
|
64 |
msgid "Invalid email address."
|
65 |
msgstr "Ungültiger Erneuerungszustand."
|
66 |
|
67 |
+
#: includes/admin/class-admin.php:298
|
68 |
#, fuzzy
|
69 |
msgid "Business Directory Admin"
|
70 |
msgstr "Branchenverzeichnis Administration"
|
71 |
|
72 |
+
#: includes/admin/class-admin.php:299
|
73 |
#: includes/admin/settings/class-settings-bootstrap.php:703
|
74 |
#: includes/admin/settings/class-settings-bootstrap.php:704
|
75 |
#: includes/helpers/class-app.php:93
|
77 |
msgid "Directory"
|
78 |
msgstr "Verzeichnis"
|
79 |
|
80 |
+
#: includes/admin/class-admin.php:310 templates/admin/home.tpl.php:65
|
81 |
msgid "Fee Plans"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: includes/admin/class-admin.php:313 templates/admin/home.tpl.php:60
|
85 |
#, fuzzy
|
86 |
msgid "Form Fields"
|
87 |
msgstr "Formularfelder"
|
88 |
|
89 |
+
#: includes/admin/class-admin.php:342 includes/admin/class-admin.php:343
|
90 |
#: includes/licensing.php:220
|
91 |
#, fuzzy
|
92 |
msgid "Modules"
|
93 |
msgstr "Installierte Module"
|
94 |
|
95 |
+
#: includes/admin/class-admin.php:343
|
96 |
#, fuzzy
|
97 |
msgid "Business Directory"
|
98 |
msgstr "Branchenverzeichnis"
|
99 |
|
100 |
+
#: includes/admin/class-admin.php:847
|
101 |
#, fuzzy
|
102 |
msgid "Could not send renewal email."
|
103 |
msgstr "Erneuerungsmail an Benutzer schicken"
|
104 |
|
105 |
+
#: includes/admin/class-admin.php:981
|
106 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
107 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
108 |
#: templates/email/listing-added.tpl.php:7
|
112 |
msgid "ID"
|
113 |
msgstr "ID"
|
114 |
|
115 |
+
#: includes/admin/class-admin.php:983 includes/admin/class-admin.php:991
|
116 |
#: includes/admin/settings/class-settings-bootstrap.php:729
|
117 |
#, fuzzy
|
118 |
msgid "Listing Count"
|
212 |
msgstr "Bilder"
|
213 |
|
214 |
#: includes/admin/controllers/class-admin-listings.php:185
|
215 |
+
#: includes/controllers/pages/class-submit-listing.php:511
|
216 |
#: templates/email/listing-reported.tpl.php:7
|
217 |
msgid "Listing Information"
|
218 |
msgstr "Eintrag Informationen"
|
254 |
msgid "Delete Listing"
|
255 |
msgstr "Eintrag Löschen"
|
256 |
|
257 |
+
#: includes/admin/controllers/class-form-fields-admin.php:32
|
258 |
+
#, fuzzy
|
259 |
+
msgid ""
|
260 |
+
"You can create these custom fields inside \"Form Fields\" or let Business "
|
261 |
+
"Directory do it for you."
|
262 |
+
msgstr ""
|
263 |
+
"Sie können diese benutzerdefinierten Felder selbst erzeugen \"Formularfelder "
|
264 |
+
"verwalten\" oder vom Branchenverzeichnis automatisch erstellen lassen."
|
265 |
+
|
266 |
+
#: includes/admin/controllers/class-form-fields-admin.php:37
|
267 |
+
#: includes/controllers/pages/class-submit-listing.php:841
|
268 |
+
#, fuzzy
|
269 |
+
msgid "Go to \"Form Fields\""
|
270 |
+
msgstr "zu \"Formularfelder verwalten\""
|
271 |
+
|
272 |
+
#: includes/admin/controllers/class-form-fields-admin.php:128
|
273 |
+
#: includes/helpers/functions/general.php:1358
|
274 |
+
#: includes/helpers/functions/general.php:1363
|
275 |
+
#, fuzzy
|
276 |
+
msgid "Go back"
|
277 |
+
msgstr "Geh zurück"
|
278 |
+
|
279 |
+
#: includes/admin/controllers/class-form-fields-admin.php:338
|
280 |
+
#: includes/admin/settings/class-settings-bootstrap.php:787
|
281 |
+
#: templates/email/listing-added.tpl.php:10
|
282 |
+
#: templates/email/listing-edited.tpl.php:16
|
283 |
+
#: templates/email/listing-reported.tpl.php:11
|
284 |
+
#, fuzzy
|
285 |
+
msgid "Title"
|
286 |
+
msgstr "Titel"
|
287 |
+
|
288 |
+
#: includes/admin/controllers/class-form-fields-admin.php:339
|
289 |
+
#: templates/admin/fees-form.tpl.php:219
|
290 |
+
#: templates/email/listing-added.tpl.php:21
|
291 |
+
#: templates/email/listing-edited.tpl.php:29
|
292 |
+
#, fuzzy
|
293 |
+
msgid "Category"
|
294 |
+
msgstr "Kategorien"
|
295 |
+
|
296 |
+
#: includes/admin/controllers/class-form-fields-admin.php:340
|
297 |
+
#, fuzzy
|
298 |
+
msgid "Excerpt"
|
299 |
+
msgstr "Im Textauszug"
|
300 |
+
|
301 |
+
#: includes/admin/controllers/class-form-fields-admin.php:341
|
302 |
+
#, fuzzy
|
303 |
+
msgid "Content"
|
304 |
+
msgstr "Post Inhalt"
|
305 |
+
|
306 |
+
#: includes/admin/controllers/class-form-fields-admin.php:342
|
307 |
+
#, fuzzy
|
308 |
+
msgid "Tags"
|
309 |
+
msgstr "Tags Entwurf"
|
310 |
+
|
311 |
+
#: includes/admin/controllers/class-form-fields-admin.php:343
|
312 |
+
#: includes/form-fields.php:445 templates/checkout-billing-form.tpl.php:75
|
313 |
+
#: themes/default/templates/excerpt_content.tpl.php:22
|
314 |
+
#, fuzzy
|
315 |
+
msgid "Address"
|
316 |
+
msgstr "E-Mail Adresse:"
|
317 |
+
|
318 |
+
#: includes/admin/controllers/class-form-fields-admin.php:344
|
319 |
+
#, fuzzy
|
320 |
+
msgid "Address 2"
|
321 |
+
msgstr "E-Mail Adresse:"
|
322 |
+
|
323 |
+
#: includes/admin/controllers/class-form-fields-admin.php:345
|
324 |
+
#: templates/admin/payments-details.tpl.php:161
|
325 |
+
#: templates/checkout-billing-form.tpl.php:87
|
326 |
+
#, fuzzy
|
327 |
+
msgid "City"
|
328 |
+
msgstr "Stadt"
|
329 |
+
|
330 |
+
#: includes/admin/controllers/class-form-fields-admin.php:346
|
331 |
+
#: templates/admin/payments-details.tpl.php:157
|
332 |
+
#, fuzzy
|
333 |
+
msgid "State"
|
334 |
+
msgstr "Status"
|
335 |
+
|
336 |
+
#: includes/admin/controllers/class-form-fields-admin.php:347
|
337 |
+
#: templates/admin/payments-details.tpl.php:153
|
338 |
+
#: templates/checkout-billing-form.tpl.php:102
|
339 |
+
#, fuzzy
|
340 |
+
msgid "Country"
|
341 |
+
msgstr "Land"
|
342 |
+
|
343 |
+
#: includes/admin/controllers/class-form-fields-admin.php:348
|
344 |
+
#: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:165
|
345 |
+
msgid "ZIP Code"
|
346 |
+
msgstr "Postleitzahl"
|
347 |
+
|
348 |
+
#: includes/admin/controllers/class-form-fields-admin.php:349
|
349 |
+
#, fuzzy
|
350 |
+
msgid "FAX Number"
|
351 |
+
msgstr "Telefonnummer geschäftlich"
|
352 |
+
|
353 |
+
#: includes/admin/controllers/class-form-fields-admin.php:350
|
354 |
+
#: includes/fields/class-fieldtypes-phone-number.php:13
|
355 |
+
#: templates/listing-contactform.tpl.php:38
|
356 |
+
#, fuzzy
|
357 |
+
msgid "Phone Number"
|
358 |
+
msgstr "Telefonnummer geschäftlich"
|
359 |
+
|
360 |
+
#: includes/admin/controllers/class-form-fields-admin.php:351
|
361 |
+
#, fuzzy
|
362 |
+
msgid "Ratings Field"
|
363 |
+
msgstr "Bewertungsfeld"
|
364 |
+
|
365 |
+
#: includes/admin/controllers/class-form-fields-admin.php:352
|
366 |
+
#, fuzzy
|
367 |
+
msgid "Twitter"
|
368 |
+
msgstr "Twitter"
|
369 |
+
|
370 |
+
#: includes/admin/controllers/class-form-fields-admin.php:353
|
371 |
+
#: includes/form-fields.php:411
|
372 |
+
#, fuzzy
|
373 |
+
msgid "Website"
|
374 |
+
msgstr "Webseite"
|
375 |
+
|
376 |
#: includes/admin/controllers/class-settings-admin.php:476
|
377 |
msgid "Your license key provides access to new features and updates."
|
378 |
msgstr ""
|
513 |
msgid "Edit"
|
514 |
msgstr "Bearbeiten"
|
515 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
516 |
#: includes/admin/page-debug.php:40
|
517 |
#, fuzzy
|
518 |
msgid "Plugin Settings"
|
537 |
msgstr "Nicht vorhandene Tabellen: %s"
|
538 |
|
539 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
540 |
+
#: includes/controllers/pages/class-submit-listing.php:1244
|
541 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:137
|
542 |
#: templates/listing-contactform.tpl.php:33
|
543 |
#: templates/listing-flagging-form.tpl.php:39
|
586 |
|
587 |
#: includes/admin/settings/class-settings-bootstrap.php:264
|
588 |
#: includes/admin/settings/class-settings-bootstrap.php:278
|
589 |
+
#: includes/controllers/pages/class-submit-listing.php:524
|
590 |
#, fuzzy
|
591 |
msgid "Terms and Conditions"
|
592 |
msgstr "Bedingungen und Konditionen"
|
1163 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
1164 |
msgstr ""
|
1165 |
|
1166 |
+
#: includes/class-wpbdp.php:365
|
1167 |
#, fuzzy
|
1168 |
msgid "Upgrade to Premium"
|
1169 |
msgstr "Aktualisieren auf %s"
|
1170 |
|
1171 |
+
#: includes/class-wpbdp.php:368
|
1172 |
#, fuzzy
|
1173 |
msgid "Settings"
|
1174 |
msgstr "Einstellungen"
|
1175 |
|
1176 |
+
#: includes/class-wpbdp.php:572
|
1177 |
#, fuzzy
|
1178 |
msgid "Could not find listing ID"
|
1179 |
msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
|
1180 |
|
1181 |
+
#: includes/class-wpbdp.php:579
|
1182 |
msgid ""
|
1183 |
"Could not verify the image upload request. If problem persists contact site "
|
1184 |
"admin."
|
1185 |
msgstr ""
|
1186 |
|
1187 |
+
#: includes/class-wpbdp.php:586 includes/fields/class-fieldtypes-image.php:322
|
1188 |
#, fuzzy
|
1189 |
msgid "Could not find image ID"
|
1190 |
msgstr "Konnte Lizenz nicht deaktivieren: %s"
|
1191 |
|
1192 |
+
#: includes/class-wpbdp.php:618
|
1193 |
#, fuzzy
|
1194 |
msgid ""
|
1195 |
"The directory features are disabled at this time because a <a>manual "
|
1198 |
"Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
|
1199 |
"manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
|
1200 |
|
1201 |
+
#: includes/class-wpbdp.php:625
|
1202 |
msgid ""
|
1203 |
"The directory is not available at this time. Please try again in a few "
|
1204 |
"minutes or contact the administrator if the problem persists."
|
1317 |
msgid "Go to SMTP settings"
|
1318 |
msgstr "Zum Eintrag"
|
1319 |
|
1320 |
+
#: includes/controllers/pages/class-checkout.php:180
|
1321 |
+
#: includes/controllers/pages/class-manage-listings.php:104
|
1322 |
+
msgid "Pay Now"
|
1323 |
+
msgstr ""
|
1324 |
+
|
1325 |
+
#: includes/controllers/pages/class-checkout.php:180
|
1326 |
+
#, fuzzy
|
1327 |
+
msgid "Complete"
|
1328 |
+
msgstr "Abgeschlossen"
|
1329 |
+
|
1330 |
#. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
|
1331 |
#: includes/controllers/pages/class-flag-listing.php:56
|
1332 |
#, fuzzy
|
1363 |
msgid "l F j, Y \\a\\t g:i a"
|
1364 |
msgstr "l F j, Y \\a\\t g:i a"
|
1365 |
|
1366 |
+
#: includes/controllers/pages/class-manage-listings.php:104
|
1367 |
#: templates/renew-listing.tpl.php:11
|
1368 |
msgid "Renew Listing"
|
1369 |
msgstr "Eintrag erneuern"
|
1378 |
msgid "This is just a preview. The listing has not been published yet."
|
1379 |
msgstr "Dies ist nur eine Vorschau. Der Eintrag wurde bisher nicht publiziert."
|
1380 |
|
1381 |
+
#: includes/controllers/pages/class-submit-listing.php:557
|
1382 |
#, fuzzy
|
1383 |
msgid "Listing Images"
|
1384 |
msgstr "Eintrag Bilder"
|
1385 |
|
1386 |
+
#: includes/controllers/pages/class-submit-listing.php:625
|
1387 |
msgid "Account Creation"
|
1388 |
msgstr ""
|
1389 |
|
1390 |
+
#: includes/controllers/pages/class-submit-listing.php:824
|
1391 |
#, fuzzy
|
1392 |
msgid "Go to \"Fee Plans\""
|
1393 |
msgstr "zu \"Formularfelder verwalten\""
|
1394 |
|
1395 |
+
#: includes/controllers/pages/class-submit-listing.php:880
|
1396 |
#, fuzzy
|
1397 |
msgid "Please choose a fee plan."
|
1398 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
1399 |
|
1400 |
+
#: includes/controllers/pages/class-submit-listing.php:1065
|
1401 |
msgid "Please check the form for errors, correct them and submit again."
|
1402 |
msgstr ""
|
1403 |
|
1404 |
+
#: includes/controllers/pages/class-submit-listing.php:1228
|
1405 |
msgid "Create a user account on this site"
|
1406 |
msgstr ""
|
1407 |
|
1408 |
+
#: includes/controllers/pages/class-submit-listing.php:1235
|
1409 |
#, fuzzy
|
1410 |
msgid "Username"
|
1411 |
msgstr "Benutzer"
|
1412 |
|
1413 |
+
#: includes/controllers/pages/class-submit-listing.php:1257
|
1414 |
#, fuzzy
|
1415 |
msgid "Clear Form"
|
1416 |
msgstr "Zurücksetzen"
|
1912 |
msgid "Abandoned"
|
1913 |
msgstr "Abgebrochen"
|
1914 |
|
1915 |
+
#: includes/themes.php:941
|
1916 |
#, fuzzy
|
1917 |
msgid "ZIP file is not a valid Business Directory theme file."
|
1918 |
msgstr "Bitte eine gültige E-mailadresse eingeben."
|
1953 |
msgstr ""
|
1954 |
"Die Bildhöhe (%s px) ist größer als die maximal zulässige Höhe von %s px."
|
1955 |
|
1956 |
+
#: includes/views/widget/widget-settings.php:9
|
1957 |
#, fuzzy
|
1958 |
+
msgid "Title:"
|
1959 |
+
msgstr "Titel:"
|
|
|
|
|
|
|
|
|
|
|
|
|
1960 |
|
1961 |
+
#: includes/views/widget/widget-settings.php:15
|
1962 |
#, fuzzy
|
1963 |
+
msgid "Number of listings to display:"
|
1964 |
+
msgstr "Nummer der Einträge zum Anzeigen:"
|
|
|
|
|
|
|
|
|
1965 |
|
1966 |
+
#: includes/views/widget/widget-settings.php:24
|
1967 |
#, fuzzy
|
1968 |
+
msgid "Thumbnails"
|
1969 |
+
msgstr "Thumbnails"
|
1970 |
|
1971 |
+
#: includes/views/widget/widget-settings.php:28
|
|
|
1972 |
#, fuzzy
|
1973 |
+
msgid "Show thumbnails"
|
1974 |
+
msgstr "Thumbnails anzeigen"
|
1975 |
|
1976 |
+
#: includes/views/widget/widget-settings.php:35
|
1977 |
+
msgid "Use \"Coming Soon\" photo for listings without an image?"
|
|
|
|
|
|
|
|
|
1978 |
msgstr ""
|
|
|
|
|
1979 |
|
1980 |
+
#: includes/views/widget/widget-settings.php:41
|
1981 |
#, fuzzy
|
1982 |
+
msgid "Image width (in px):"
|
1983 |
+
msgstr "Bildergröße (in px):"
|
1984 |
+
|
1985 |
+
#: includes/views/widget/widget-settings.php:43
|
1986 |
+
#: includes/views/widget/widget-settings.php:50
|
1987 |
+
msgid "Automatic"
|
1988 |
+
msgstr ""
|
1989 |
+
|
1990 |
+
#: includes/views/widget/widget-settings.php:48
|
1991 |
+
#, fuzzy
|
1992 |
+
msgid "Image height (in px):"
|
1993 |
+
msgstr "Bilderhöhe (in px):"
|
1994 |
+
|
1995 |
+
#: includes/views/widget/widget-settings.php:55
|
1996 |
+
#, fuzzy
|
1997 |
+
msgid "Thumbnail Position (Desktop):"
|
1998 |
+
msgstr "Thumbnailbreite"
|
1999 |
+
|
2000 |
+
#: includes/views/widget/widget-settings.php:60
|
2001 |
+
#: includes/views/widget/widget-settings.php:78
|
2002 |
+
msgid "Left"
|
2003 |
+
msgstr ""
|
2004 |
+
|
2005 |
+
#: includes/views/widget/widget-settings.php:63
|
2006 |
+
#: includes/views/widget/widget-settings.php:81
|
2007 |
+
msgid "Right"
|
2008 |
+
msgstr ""
|
2009 |
+
|
2010 |
+
#: includes/views/widget/widget-settings.php:66
|
2011 |
+
#: includes/views/widget/widget-settings.php:84
|
2012 |
+
msgid "Top"
|
2013 |
+
msgstr ""
|
2014 |
+
|
2015 |
+
#: includes/views/widget/widget-settings.php:73
|
2016 |
+
#, fuzzy
|
2017 |
+
msgid "Thumbnail Position (Mobile):"
|
2018 |
+
msgstr "Thumbnailbreite"
|
2019 |
+
|
2020 |
+
#: includes/views/widget/widget-settings.php:91
|
2021 |
+
msgid "Fields To Show"
|
2022 |
+
msgstr ""
|
2023 |
+
|
2024 |
+
#: includes/widgets/class-listings-widget.php:191
|
2025 |
+
#, fuzzy
|
2026 |
+
msgid "There are currently no listings to show."
|
2027 |
+
msgstr "Keine Einträge im Verzeichnis vorhanden. "
|
2028 |
+
|
2029 |
+
#: templates/admin/csv-export.tpl.php:5
|
2030 |
+
#, fuzzy
|
2031 |
+
msgid ""
|
2032 |
+
"An unknown error occurred during the export. Please make sure you have "
|
2033 |
+
"enough free disk space and memory available to PHP. Check your error logs "
|
2034 |
+
"for details."
|
2035 |
+
msgstr ""
|
2036 |
+
"Ein unvorhergesehener Fehler ist während des Exports aufgetreten. Bitte "
|
2037 |
+
"stelle sicher, dass du genügend Speicherplatz für PHP vorhanden ist. Schaue "
|
2038 |
+
"ins Fehlerprotokoll."
|
2039 |
+
|
2040 |
+
#: templates/admin/csv-export.tpl.php:65
|
2041 |
+
#, fuzzy
|
2042 |
+
msgid ""
|
2043 |
+
"If you plan to re-import the listings into your directory and don't want new "
|
2044 |
+
"ones created, select this option!"
|
2045 |
+
msgstr ""
|
2046 |
+
"Wenn Sie vorhaben die Einträge in BD erneut zu importieren und keine neuen "
|
2047 |
+
"erstellen wollen, wählen Sie diese Option!"
|
2048 |
+
|
2049 |
+
#: templates/admin/csv-export.tpl.php:93 templates/admin/csv-import.tpl.php:115
|
2050 |
+
#, fuzzy
|
2051 |
+
msgid "CSV File Settings"
|
2052 |
+
msgstr "CSV-Datei Einstellungen"
|
2053 |
+
|
2054 |
+
#: templates/admin/csv-export.tpl.php:116
|
2055 |
+
#: templates/admin/csv-import.tpl.php:149
|
2056 |
+
#, fuzzy
|
2057 |
+
msgid "Image Separator"
|
2058 |
+
msgstr "Bildertrenner"
|
2059 |
+
|
2060 |
+
#. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
|
2061 |
+
#: templates/admin/csv-import.tpl.php:34
|
2062 |
+
#, fuzzy
|
2063 |
+
msgid ""
|
2064 |
+
"We strongly recommend reading our %1$sCSV import documentation%2$s first to "
|
2065 |
+
"help you do things in the right order."
|
2066 |
+
msgstr ""
|
2067 |
+
"Wir empfehlen Ihnen dringend, unsere <a>CSV-Importdokumentation</a> zu "
|
2068 |
+
"lesen, um Ihnen zu helfen, Dinge in der richtigen Reihenfolge zu machen."
|
2069 |
+
|
2070 |
+
#: templates/admin/csv-import.tpl.php:45
|
2071 |
+
#, fuzzy
|
2072 |
+
msgid "Import Files"
|
2073 |
+
msgstr "Import Dateien"
|
2074 |
|
2075 |
#: templates/admin/csv-import.tpl.php:50
|
2076 |
#, fuzzy
|
2913 |
msgid "Postal Code"
|
2914 |
msgstr "Post Inhalt"
|
2915 |
|
2916 |
+
#: templates/checkout.tpl.php:10
|
2917 |
+
#, fuzzy
|
2918 |
+
msgid "Checkout"
|
2919 |
+
msgstr "Kasse"
|
2920 |
+
|
2921 |
+
#: templates/checkout.tpl.php:31
|
2922 |
+
msgid ""
|
2923 |
+
"Recurring fee plans require a payment method to renew your listing at the "
|
2924 |
+
"end of the term."
|
2925 |
+
msgstr ""
|
2926 |
+
|
2927 |
+
#: templates/checkout.tpl.php:37
|
2928 |
+
#, fuzzy
|
2929 |
+
msgid "Select a Payment Method"
|
2930 |
+
msgstr "Bezahlmethode"
|
2931 |
+
|
2932 |
#: templates/checkout.tpl.php:41 templates/submit-listing-section.tpl.php:24
|
2933 |
msgid "Next"
|
2934 |
msgstr ""
|
3256 |
msgid "Find A Listing"
|
3257 |
msgstr "Eintrag finden"
|
3258 |
|
3259 |
+
#: includes/admin/class-admin.php:191
|
3260 |
msgctxt "drip pointer"
|
3261 |
msgid "Email Address:"
|
3262 |
msgstr "E-Mail Adresse:"
|
3263 |
|
3264 |
+
#: includes/admin/class-admin.php:223
|
3265 |
msgctxt "admin"
|
3266 |
msgid "Business Directory"
|
3267 |
msgstr "Branchenverzeichnis"
|
3268 |
|
3269 |
+
#: includes/admin/class-admin.php:238
|
3270 |
msgctxt "admin"
|
3271 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
3272 |
msgstr ""
|
3273 |
"Sie haben alles konfiguriert. Besuchen sie Ihr neues <a>Branchenverzeichnis</"
|
3274 |
"a>."
|
3275 |
|
3276 |
+
#: includes/admin/class-admin.php:413
|
3277 |
msgctxt "admin"
|
3278 |
msgid "Untitled Menu"
|
3279 |
msgstr ""
|
3280 |
|
3281 |
+
#: includes/admin/class-admin.php:721
|
3282 |
msgctxt "admin"
|
3283 |
msgid "Dismiss this notice."
|
3284 |
msgstr "Diese Nachricht ignorieren."
|
3285 |
|
3286 |
+
#: includes/admin/class-admin.php:785 includes/admin/class-admin.php:795
|
3287 |
#, fuzzy
|
3288 |
msgctxt "admin"
|
3289 |
msgid "The listing has been updated."
|
3291 |
msgstr[0] "Der Eintrag wurde aktualisiert"
|
3292 |
msgstr[1] "Die Einträge wurden aktualisiert."
|
3293 |
|
3294 |
+
#: includes/admin/class-admin.php:821
|
3295 |
msgctxt "admin"
|
3296 |
msgid "The fee was successfully assigned."
|
3297 |
msgstr "Der Preis wurde erfolgreich zugewiesen."
|
3298 |
|
3299 |
+
#: includes/admin/class-admin.php:831
|
3300 |
msgctxt "admin"
|
3301 |
msgid "Listing was renewed."
|
3302 |
msgid_plural "Listings were renewed."
|
3303 |
msgstr[0] "Eintrag wurde aktualisiert."
|
3304 |
msgstr[1] "Einträge wurden aktualisiert."
|
3305 |
|
3306 |
+
#: includes/admin/class-admin.php:843
|
3307 |
msgctxt "admin"
|
3308 |
msgid "Renewal email sent."
|
3309 |
msgstr "E-mail erneut senden."
|
3310 |
|
3311 |
+
#: includes/admin/class-admin.php:856
|
3312 |
#, fuzzy
|
3313 |
msgctxt "admin"
|
3314 |
msgid "Listing report deleted."
|
3316 |
msgstr[0] "Eintrag Enddatum"
|
3317 |
msgstr[1] "Eintrag Enddatum"
|
3318 |
|
3319 |
+
#: includes/admin/class-admin.php:905
|
3320 |
#, fuzzy
|
3321 |
msgctxt "admin"
|
3322 |
msgid "Access keys sent."
|
3323 |
msgstr "Eintrag Felder / Bilder"
|
3324 |
|
3325 |
+
#: includes/admin/class-admin.php:907
|
3326 |
msgctxt "admin"
|
3327 |
msgid "The access keys couldn't be sent."
|
3328 |
msgstr ""
|
3329 |
|
3330 |
+
#: includes/admin/class-admin.php:1064
|
3331 |
msgctxt "admin"
|
3332 |
msgid ""
|
3333 |
"<b>Business Directory Plugin</b> requires a page with the "
|
3336 |
"<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
|
3337 |
"<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
|
3338 |
|
3339 |
+
#: includes/admin/class-admin.php:1066
|
3340 |
msgctxt "admin"
|
3341 |
msgid ""
|
3342 |
"You can create this page by yourself or let Business Directory do this for "
|
3345 |
"Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
|
3346 |
"automatisch erstellen lassen."
|
3347 |
|
3348 |
+
#: includes/admin/class-admin.php:1071
|
3349 |
msgctxt "admin"
|
3350 |
msgid "Create required pages for me"
|
3351 |
msgstr "Erstelle benötigte Seiten für mich"
|
3352 |
|
3353 |
+
#: includes/admin/class-admin.php:1124
|
3354 |
msgctxt "admin"
|
3355 |
msgid ""
|
3356 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
3358 |
"your provider to upgrade in order to prevent any issues with the plugin."
|
3359 |
msgstr ""
|
3360 |
|
3361 |
+
#: includes/admin/class-admin.php:1148
|
3362 |
#, fuzzy
|
3363 |
msgctxt "admin"
|
3364 |
msgid ""
|
3401 |
msgid "Categories"
|
3402 |
msgstr "Kategorien"
|
3403 |
|
3404 |
+
#: includes/admin/controllers/class-form-fields-admin.php:26
|
3405 |
msgctxt "admin"
|
3406 |
msgid ""
|
3407 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
3410 |
"<b>Branchenverzeichnis Erweiterung</b> benötigt Felder mit den folgenden "
|
3411 |
"Verbindungen um korrekt zu funktionieren: <b>%s</b>."
|
3412 |
|
3413 |
+
#: includes/admin/controllers/class-form-fields-admin.php:28
|
3414 |
msgctxt "admin"
|
3415 |
msgid ""
|
3416 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
3419 |
"<b>Branchenverzeichnis Erweiterung</b> benötigt ein Feld mit der Verbindung "
|
3420 |
"<b>%s</b>, um korrekt zu funktionieren."
|
3421 |
|
3422 |
+
#: includes/admin/controllers/class-form-fields-admin.php:42
|
3423 |
msgctxt "admin"
|
3424 |
msgid "Create these required fields for me"
|
3425 |
msgstr "Erstelle diese benötigten Felder für mich"
|
3426 |
|
3427 |
+
#: includes/admin/class-admin.php:317
|
3428 |
#, fuzzy
|
3429 |
msgctxt "admin menu"
|
3430 |
msgid "Payment History"
|
3431 |
msgstr "Bezahlhistorie"
|
3432 |
|
3433 |
+
#: includes/admin/class-admin.php:320
|
3434 |
#, fuzzy
|
3435 |
msgctxt "admin menu"
|
3436 |
msgid "Import & Export"
|
3437 |
msgstr "CSV Import"
|
3438 |
|
3439 |
+
#: includes/admin/class-admin.php:323
|
3440 |
msgctxt "admin menu"
|
3441 |
msgid "Debug"
|
3442 |
msgstr "Fehlerkorrektur"
|
4059 |
msgid "Reported"
|
4060 |
msgstr ""
|
4061 |
|
4062 |
+
#: includes/admin/controllers/class-admin-listings.php:700
|
4063 |
msgctxt "admin listings"
|
4064 |
msgid "Listing's payment history successfully deleted"
|
4065 |
msgstr ""
|
4097 |
msgid "Reported"
|
4098 |
msgstr ""
|
4099 |
|
4100 |
+
#: includes/models/class-listing.php:934
|
4101 |
msgctxt "listing status"
|
4102 |
msgid "Unknown"
|
4103 |
msgstr ""
|
4104 |
|
4105 |
+
#: includes/models/class-listing.php:935
|
4106 |
msgctxt "listing status"
|
4107 |
msgid "Legacy"
|
4108 |
msgstr ""
|
4109 |
|
4110 |
+
#: includes/models/class-listing.php:936
|
4111 |
#, fuzzy
|
4112 |
msgctxt "listing status"
|
4113 |
msgid "Incomplete"
|
4114 |
msgstr "Abgeschlossen"
|
4115 |
|
4116 |
+
#: includes/models/class-listing.php:937
|
4117 |
#, fuzzy
|
4118 |
msgctxt "listing status"
|
4119 |
msgid "Pending Payment"
|
4120 |
msgstr "Ausstehende Zahlungen"
|
4121 |
|
4122 |
+
#: includes/models/class-listing.php:938
|
4123 |
#, fuzzy
|
4124 |
msgctxt "listing status"
|
4125 |
msgid "Complete"
|
4126 |
msgstr "Abgeschlossen"
|
4127 |
|
4128 |
+
#: includes/models/class-listing.php:939
|
4129 |
#, fuzzy
|
4130 |
msgctxt "listing status"
|
4131 |
msgid "Pending Upgrade"
|
4132 |
msgstr "Ausstehende Aktualisierung"
|
4133 |
|
4134 |
+
#: includes/models/class-listing.php:940
|
4135 |
#, fuzzy
|
4136 |
msgctxt "listing status"
|
4137 |
msgid "Expired"
|
4138 |
msgstr "Abgelaufen"
|
4139 |
|
4140 |
+
#: includes/models/class-listing.php:941
|
4141 |
#, fuzzy
|
4142 |
msgctxt "listing status"
|
4143 |
msgid "Pending Renewal"
|
4144 |
msgstr "Aktiv + Ausstehende Erneuerungen"
|
4145 |
|
4146 |
+
#: includes/models/class-listing.php:942
|
4147 |
#, fuzzy
|
4148 |
msgctxt "listing status"
|
4149 |
msgid "Abandoned"
|
4161 |
msgid "View Payment"
|
4162 |
msgstr "Bezahlung"
|
4163 |
|
4164 |
+
#: includes/admin/controllers/class-admin-listings.php:633
|
4165 |
#, fuzzy
|
4166 |
msgctxt "admin actions"
|
4167 |
msgid "Publish listings"
|
4168 |
msgstr "Eintrag veröffentlichen"
|
4169 |
|
4170 |
+
#: includes/admin/controllers/class-admin-listings.php:634
|
4171 |
#, fuzzy
|
4172 |
msgctxt "admin actions"
|
4173 |
msgid "Mark as \"Pending Review\""
|
4174 |
msgstr "Ausstehend"
|
4175 |
|
4176 |
+
#: includes/admin/controllers/class-admin-listings.php:635
|
4177 |
msgctxt "admin actions"
|
4178 |
msgid "Hide from directory (mark as \"Draft\")"
|
4179 |
msgstr ""
|
4180 |
|
4181 |
+
#: includes/admin/controllers/class-admin-listings.php:637
|
4182 |
#, fuzzy
|
4183 |
msgctxt "admin actions"
|
4184 |
msgid "Renew listings"
|
4185 |
msgstr "Eintrag erneuern"
|
4186 |
|
4187 |
+
#: includes/admin/controllers/class-admin-listings.php:638
|
4188 |
#, fuzzy
|
4189 |
msgctxt "admin actions"
|
4190 |
msgid "Set listings as \"Expired\""
|
4191 |
msgstr "Ein Eintrag läuft aus."
|
4192 |
|
4193 |
+
#: includes/admin/controllers/class-admin-listings.php:645
|
4194 |
#, fuzzy
|
4195 |
msgctxt "admin actions"
|
4196 |
msgid "Send access keys"
|
4244 |
msgid "View Payment History"
|
4245 |
msgstr "Bezahlhistorie"
|
4246 |
|
4247 |
+
#: includes/admin/controllers/class-form-fields-admin.php:124
|
4248 |
+
msgctxt "form-fields admin"
|
4249 |
+
msgid "Form Preview"
|
4250 |
+
msgstr "Form Vorschau"
|
|
|
4251 |
|
4252 |
+
#: includes/admin/controllers/class-form-fields-admin.php:183
|
4253 |
+
msgctxt "form-fields admin"
|
4254 |
+
msgid "Form fields updated."
|
4255 |
+
msgstr "Formularfelder aktualisiert."
|
4256 |
|
4257 |
+
#: includes/admin/controllers/class-form-fields-admin.php:206
|
4258 |
+
msgctxt "form-fields admin"
|
4259 |
msgid ""
|
4260 |
+
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
4261 |
+
"\" setting is disabled, display settings below will not be honored and this "
|
4262 |
+
"field will not be displayed on the frontend. If you want e-mail addresses to "
|
4263 |
+
"show on the frontend, you can <a>enable public display of e-mails</a>."
|
4264 |
msgstr ""
|
4265 |
+
"<b>Wichtig</b>: Da das Feld \"<a>E-Mail-Adresse öffentlich anzeigen?</a>\" "
|
4266 |
+
"deaktiviert ist, werden die Anzeigeeinstellungen unten nicht berücksichtigt "
|
4267 |
+
"und dieses Feld wird nicht im Frontend angezeigt. Wenn Sie möchten, dass E-"
|
4268 |
+
"Mail-Adressen auf der Webseite angezeigt werden, können Sie die "
|
4269 |
+
"<a>öffentliche Anzeige von E-Mails</a> aktivieren."
|
4270 |
|
4271 |
+
#: includes/admin/controllers/class-form-fields-admin.php:285
|
4272 |
+
msgctxt "form-fields admin"
|
4273 |
+
msgid "Field deleted."
|
4274 |
+
msgstr "Feld gelöscht."
|
4275 |
|
4276 |
+
#: includes/admin/controllers/class-form-fields-admin.php:325
|
4277 |
+
msgctxt "form-fields admin"
|
4278 |
+
msgid "Required fields created successfully."
|
4279 |
+
msgstr "Benötigtes Feld wurde erfolgreich erstellt."
|
4280 |
|
4281 |
+
#: includes/admin/controllers/class-form-fields-admin.php:377
|
4282 |
+
msgctxt "form-fields admin"
|
4283 |
+
msgid "Tags updated."
|
4284 |
+
msgstr "Einstellungen aktualisiert."
|
4285 |
|
4286 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:20
|
4287 |
+
msgctxt "form-fields admin"
|
4288 |
+
msgid "form field"
|
4289 |
+
msgstr "Formularfeld"
|
|
|
|
|
|
|
|
|
|
|
|
|
4290 |
|
4291 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:21
|
4292 |
+
msgctxt "form-fields admin"
|
4293 |
+
msgid "form fields"
|
4294 |
+
msgstr "Formularfelder"
|
4295 |
|
4296 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:29
|
4297 |
+
msgctxt "form-fields admin"
|
4298 |
+
msgid "Order"
|
4299 |
+
msgstr "Auftrag"
|
|
|
4300 |
|
4301 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:30
|
4302 |
+
msgctxt "form-fields admin"
|
4303 |
+
msgid "Label / Association"
|
4304 |
+
msgstr "Bezeichnung / Verbindung"
|
|
|
4305 |
|
4306 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:32
|
4307 |
+
msgctxt "form-fields admin"
|
4308 |
+
msgid "Validator"
|
4309 |
+
msgstr "Validator"
|
|
|
4310 |
|
4311 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:33
|
4312 |
+
msgctxt "form-fields admin"
|
4313 |
+
msgid "Field Attributes"
|
4314 |
+
msgstr "Feld Attribute"
|
4315 |
+
|
4316 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:133
|
4317 |
#, fuzzy
|
4318 |
+
msgctxt "form-fields admin"
|
4319 |
+
msgid "Shortname"
|
4320 |
+
msgstr "Authorname"
|
4321 |
|
4322 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:155
|
4323 |
+
msgctxt "form-fields admin"
|
4324 |
+
msgid "Required"
|
4325 |
+
msgstr "Pflichfeld"
|
4326 |
|
4327 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:155
|
4328 |
+
msgctxt "form-fields admin"
|
4329 |
+
msgid "Optional"
|
4330 |
+
msgstr "Optional"
|
|
|
4331 |
|
4332 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:162
|
4333 |
+
#, fuzzy
|
4334 |
+
msgctxt "form-fields admin"
|
4335 |
+
msgid "Private"
|
4336 |
+
msgstr "Aktiviere Lizenz"
|
4337 |
|
4338 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:169
|
4339 |
+
msgctxt "form-fields admin"
|
4340 |
+
msgid "This field value is shown in the excerpt view of a listing."
|
4341 |
+
msgstr "Der Inhalt wird in der Vorschau des Eintrags angezeigt."
|
4342 |
|
4343 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:170
|
4344 |
+
msgctxt "form-fields admin"
|
4345 |
+
msgid "In Excerpt"
|
4346 |
+
msgstr "Im Textauszug"
|
4347 |
|
4348 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:177
|
4349 |
+
msgctxt "form-fields admin"
|
4350 |
+
msgid "This field value is shown in the single view of a listing."
|
4351 |
+
msgstr "Dieser Feldwert wird in der Einzelansicht eines Eintrags angezeigt."
|
|
|
4352 |
|
4353 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:178
|
4354 |
+
msgctxt "form-fields admin"
|
4355 |
+
msgid "In Listing"
|
4356 |
+
msgstr "Im Eintrag"
|
|
|
|
|
|
|
|
|
|
|
|
|
4357 |
|
4358 |
+
#: includes/fields/class-fieldtypes-checkbox.php:92
|
4359 |
+
#, fuzzy
|
4360 |
+
msgctxt "form-fields admin"
|
4361 |
+
msgid "Select All"
|
4362 |
+
msgstr "Liste auswählen"
|
4363 |
|
4364 |
+
#: includes/fields/class-fieldtypes-checkbox.php:110
|
4365 |
+
#: includes/fields/class-fieldtypes-radiobutton.php:90
|
4366 |
+
msgctxt "form-fields admin"
|
4367 |
+
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4368 |
msgstr ""
|
4369 |
+
"Feldoptionen (für ausgewählte Listen, Radiobutton und Kontrollkästchen)"
|
4370 |
|
4371 |
+
#: includes/fields/class-fieldtypes-checkbox.php:122
|
4372 |
+
msgctxt "form-fields admin"
|
4373 |
+
msgid "Include \"Select all\"?"
|
4374 |
msgstr ""
|
4375 |
|
4376 |
+
#: includes/fields/class-fieldtypes-checkbox.php:126
|
4377 |
+
msgctxt "form-fields admin"
|
4378 |
+
msgid "Display \"Select all\" option among options above."
|
4379 |
msgstr ""
|
4380 |
|
4381 |
+
#: includes/fields/class-fieldtypes-checkbox.php:142
|
4382 |
+
#: includes/fields/class-fieldtypes-radiobutton.php:117
|
4383 |
+
msgctxt "form-fields admin"
|
4384 |
+
msgid "Field list of options is required."
|
4385 |
+
msgstr "Feldliste von Optionen wird benötigt."
|
|
|
|
|
|
|
|
|
4386 |
|
4387 |
+
#: includes/fields/class-fieldtypes-image.php:58
|
|
|
4388 |
#, fuzzy
|
4389 |
+
msgctxt "form-fields admin"
|
4390 |
+
msgid "Field Caption required?"
|
4391 |
+
msgstr "Feldbezeichnung ist Pflichtfeld."
|
4392 |
|
4393 |
+
#: includes/fields/class-fieldtypes-textarea.php:193
|
4394 |
+
msgctxt "form-fields admin"
|
4395 |
+
msgid "Allow HTML input for this field?"
|
4396 |
+
msgstr "Erlaube HTML Eingaben für dieses Feld?"
|
|
|
|
|
4397 |
|
4398 |
+
#: includes/fields/class-fieldtypes-textarea.php:196
|
4399 |
+
msgctxt "form-fields admin"
|
4400 |
+
msgid "Allow IFRAME tags in content?"
|
4401 |
+
msgstr "Erlaube IFRAME-Tags im Inhalt?"
|
4402 |
|
4403 |
+
#: includes/fields/class-fieldtypes-textarea.php:206
|
4404 |
+
msgctxt "form-fields admin"
|
4405 |
+
msgid "Allow WordPress shortcodes in this field?"
|
4406 |
+
msgstr "Erlaube Wordpress Shortcodes in diesem Feld?"
|
4407 |
|
4408 |
+
#: includes/fields/class-fieldtypes-textarea.php:211
|
4409 |
+
msgctxt "form-fields admin"
|
4410 |
+
msgid "Display a WYSIWYG editor on the frontend?"
|
4411 |
+
msgstr "Zeige einen WYSIWYG-Editor im Frontend an?"
|
4412 |
|
4413 |
+
#: includes/fields/class-fieldtypes-textarea.php:218
|
4414 |
+
msgctxt "form-fields admin"
|
4415 |
+
msgid ""
|
4416 |
+
"<b>Advanced users only!</b> Unless you've been told to change this, don't "
|
4417 |
+
"switch it unless you know what you're doing."
|
4418 |
+
msgstr ""
|
4419 |
+
"<b>Nur für Administratoren!</b> Wenn es dir nicht ausdrücklich gesagt wurde, "
|
4420 |
+
"ändere diese Einstellung nicht bevor du nicht weist was du genau tust."
|
4421 |
|
4422 |
+
#: includes/fields/class-fieldtypes-textarea.php:219
|
4423 |
+
msgctxt "form-fields admin"
|
4424 |
+
msgid "Apply \"the_content\" filter before displaying this field?"
|
4425 |
+
msgstr "\"the_content\" Filter zuweisen bevor das Feld angezeigt wird?"
|
4426 |
|
4427 |
+
#: includes/fields/class-fieldtypes-textarea.php:222
|
4428 |
+
msgctxt "form-fields admin"
|
4429 |
+
msgid "Use shortened version of Description field as excerpt"
|
4430 |
msgstr ""
|
4431 |
|
4432 |
+
#: includes/fields/class-fieldtypes-textarea.php:223
|
4433 |
+
msgctxt "form-fields admin"
|
4434 |
+
msgid ""
|
4435 |
+
"Enable always (override the Short Description given with a shortened Long "
|
4436 |
+
"Description)"
|
4437 |
+
msgstr ""
|
|
|
|
|
|
|
4438 |
|
4439 |
+
#: includes/fields/class-fieldtypes-textarea.php:224
|
4440 |
+
msgctxt "form-fields admin"
|
4441 |
+
msgid ""
|
4442 |
+
"Enable conditionally (override ONLY when Short Description is empty with a "
|
4443 |
+
"shortened Long Description)"
|
4444 |
+
msgstr ""
|
4445 |
|
4446 |
+
#: includes/fields/class-fieldtypes-textarea.php:225
|
4447 |
+
msgctxt "form-fields admin"
|
4448 |
+
msgid "Disable (use the Short Description all the time, empty or not)"
|
4449 |
+
msgstr ""
|
4450 |
|
4451 |
+
#: includes/fields/class-fieldtypes-textarea.php:227
|
4452 |
+
msgctxt "form-fields admin"
|
4453 |
+
msgid ""
|
4454 |
+
"Truncates the description field to the value set here. To display all of the "
|
4455 |
+
"description, set to 0."
|
4456 |
+
msgstr ""
|
4457 |
|
4458 |
+
#: includes/fields/class-fieldtypes-textarea.php:228
|
4459 |
+
msgctxt "form-fields admin"
|
4460 |
+
msgid ""
|
4461 |
+
"Number of Characters from Short Description/Excerpt to Display in List View "
|
4462 |
+
"(only)"
|
4463 |
msgstr ""
|
4464 |
|
4465 |
+
#: includes/fields/class-fieldtypes-textarea.php:233
|
4466 |
+
msgctxt "form-fields admin"
|
4467 |
+
msgid "Automatically generate excerpt from content field?"
|
4468 |
+
msgstr "Automatisches Generierung eines Auszugs aus dem Inhaltsfeld?"
|
4469 |
|
4470 |
+
#: includes/fields/class-fieldtypes-twitter.php:83
|
4471 |
+
#, fuzzy
|
4472 |
+
msgctxt "form-fields admin"
|
4473 |
+
msgid "Show followers count?"
|
4474 |
+
msgstr "Kategoriepost Anzahl anzeigen?"
|
4475 |
|
4476 |
+
#: templates/admin/form-fields-addoredit.tpl.php:29
|
4477 |
+
msgctxt "form-fields admin"
|
4478 |
+
msgid "Field Association"
|
4479 |
+
msgstr "Feldverbindung"
|
4480 |
|
4481 |
+
#: templates/admin/form-fields-addoredit.tpl.php:29
|
4482 |
+
#: templates/admin/form-fields-addoredit.tpl.php:54
|
4483 |
+
#: templates/admin/form-fields-addoredit.tpl.php:77
|
4484 |
+
msgctxt "form-fields admin"
|
4485 |
+
msgid "required"
|
4486 |
+
msgstr "Pflichtfeld"
|
4487 |
|
4488 |
+
#: templates/admin/form-fields-addoredit.tpl.php:54
|
4489 |
+
msgctxt "form-fields admin"
|
4490 |
+
msgid "Field Type"
|
4491 |
+
msgstr "Feldtyp"
|
4492 |
|
4493 |
+
#: templates/admin/form-fields-addoredit.tpl.php:77
|
4494 |
+
msgctxt "form-fields admin"
|
4495 |
+
msgid "Field Label"
|
4496 |
+
msgstr "Feldbezeichnung"
|
4497 |
|
4498 |
+
#: templates/admin/form-fields-addoredit.tpl.php:87
|
4499 |
+
msgctxt "form-fields admin"
|
4500 |
+
msgid "Field description"
|
4501 |
+
msgstr "Feldbeschreibung"
|
4502 |
|
4503 |
+
#: templates/admin/form-fields-addoredit.tpl.php:87
|
4504 |
+
msgctxt "form-fields admin"
|
4505 |
+
msgid "optional"
|
4506 |
+
msgstr "Optional"
|
4507 |
|
4508 |
+
#: templates/admin/form-fields-addoredit.tpl.php:104
|
4509 |
+
msgctxt "form-fields admin"
|
4510 |
+
msgid "Field-specific settings"
|
4511 |
+
msgstr "Feld spezifische Einstellungen"
|
4512 |
|
4513 |
+
#: templates/admin/form-fields-addoredit.tpl.php:113
|
4514 |
+
msgctxt "form-fields admin"
|
4515 |
+
msgid "Field validation options"
|
4516 |
+
msgstr "Optionen Feldvalidierung"
|
4517 |
|
4518 |
+
#: templates/admin/form-fields-addoredit.tpl.php:117
|
4519 |
+
msgctxt "form-fields admin"
|
4520 |
+
msgid "Field Validator"
|
4521 |
+
msgstr "Feldvalidator"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4522 |
|
4523 |
+
#: templates/admin/form-fields-addoredit.tpl.php:121
|
4524 |
+
msgctxt "form-fields admin"
|
4525 |
+
msgid "No validation"
|
4526 |
+
msgstr "Keine Validierung"
|
4527 |
|
4528 |
+
#: templates/admin/form-fields-addoredit.tpl.php:143
|
4529 |
+
msgctxt "form-fields admin"
|
4530 |
+
msgid "Is field required?"
|
4531 |
+
msgstr "Ist das Feld ein Pflichtfeld?"
|
4532 |
|
4533 |
+
#: templates/admin/form-fields-addoredit.tpl.php:149
|
4534 |
+
msgctxt "form-fields admin"
|
4535 |
+
msgid "This field is required."
|
4536 |
+
msgstr "Dieses Feld ist ein Pflichtfeld."
|
4537 |
|
4538 |
+
#: templates/admin/form-fields-addoredit.tpl.php:157
|
4539 |
+
msgctxt "form-fields admin"
|
4540 |
+
msgid "Field display options"
|
4541 |
+
msgstr "Feld Anzeigeoptionen"
|
|
|
4542 |
|
4543 |
+
#: templates/admin/form-fields-addoredit.tpl.php:161
|
4544 |
+
msgctxt "form-fields admin"
|
4545 |
+
msgid "Field Category Policy:"
|
|
|
|
|
4546 |
msgstr ""
|
4547 |
|
4548 |
+
#: templates/admin/form-fields-addoredit.tpl.php:166
|
4549 |
+
#, fuzzy
|
4550 |
+
msgctxt "form-fields admin"
|
4551 |
+
msgid "Field applies to all categories"
|
4552 |
+
msgstr "Erneuere alle Einträge in abgelaufenen Kategorien"
|
4553 |
|
4554 |
+
#: templates/admin/form-fields-addoredit.tpl.php:167
|
4555 |
+
#, fuzzy
|
4556 |
+
msgctxt "form-fields admin"
|
4557 |
+
msgid "Field applies to only certain categories"
|
4558 |
+
msgstr "Erneuere alle Einträge in abgelaufenen Kategorien"
|
4559 |
|
4560 |
+
#: templates/admin/form-fields-addoredit.tpl.php:171
|
4561 |
+
#, fuzzy
|
4562 |
+
msgctxt "form-fields admin"
|
4563 |
+
msgid "Limit field to the following categories:"
|
4564 |
+
msgstr "Du kannst folgende Platzhalter verwenden:"
|
4565 |
|
4566 |
+
#: templates/admin/form-fields-addoredit.tpl.php:195
|
4567 |
+
msgctxt "form-fields admin"
|
4568 |
+
msgid "Click to add categories to the selection."
|
4569 |
msgstr ""
|
4570 |
|
4571 |
+
#: templates/admin/form-fields-addoredit.tpl.php:208
|
4572 |
+
msgctxt "form-fields admin"
|
4573 |
+
msgid "Show this field to admin users only?"
|
4574 |
msgstr ""
|
4575 |
|
4576 |
+
#: templates/admin/form-fields-addoredit.tpl.php:214
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4577 |
#, fuzzy
|
4578 |
+
msgctxt "form-fields admin"
|
4579 |
+
msgid "Display this field to admin users only in the edit listing view."
|
4580 |
+
msgstr "Diesen Wert in der Detailansicht anzeigen."
|
4581 |
|
4582 |
+
#: templates/admin/form-fields-addoredit.tpl.php:220
|
4583 |
+
msgctxt "form-fields admin"
|
4584 |
+
msgid "Show this value in excerpt view?"
|
4585 |
+
msgstr "In der Vorschau anzeigen?"
|
|
|
4586 |
|
4587 |
+
#: templates/admin/form-fields-addoredit.tpl.php:226
|
4588 |
+
msgctxt "form-fields admin"
|
4589 |
+
msgid "Display this value in post excerpt view."
|
4590 |
+
msgstr "Der Wert wird in der Vorschau des Eintrags angezeigt (Exzerpt)."
|
|
|
4591 |
|
4592 |
+
#: templates/admin/form-fields-addoredit.tpl.php:232
|
4593 |
+
msgctxt "form-fields admin"
|
4594 |
+
msgid "Show this value in listing view?"
|
4595 |
+
msgstr "In Detailansicht anzeigen?"
|
4596 |
|
4597 |
+
#: templates/admin/form-fields-addoredit.tpl.php:238
|
4598 |
+
msgctxt "form-fields admin"
|
4599 |
+
msgid "Display this value in the listing view."
|
4600 |
+
msgstr "Diesen Wert in der Detailansicht anzeigen."
|
4601 |
|
4602 |
+
#: templates/admin/form-fields-addoredit.tpl.php:244
|
4603 |
+
msgctxt "form-fields admin"
|
4604 |
+
msgid "Include this field in the search form?"
|
4605 |
+
msgstr "In Suchform integrieren?"
|
4606 |
|
4607 |
+
#: templates/admin/form-fields-addoredit.tpl.php:250
|
4608 |
+
msgctxt "form-fields admin"
|
4609 |
+
msgid "Include this field in the search form."
|
4610 |
+
msgstr "Zeige das Feld im Suchformular."
|
|
|
4611 |
|
4612 |
+
#: templates/admin/form-fields-addoredit.tpl.php:256
|
4613 |
#, fuzzy
|
4614 |
+
msgctxt "form-fields admin"
|
4615 |
+
msgid "Is this field required for searching?"
|
4616 |
+
msgstr "Ist das Feld ein Pflichtfeld?"
|
4617 |
|
4618 |
+
#: templates/admin/form-fields-addoredit.tpl.php:274
|
4619 |
+
msgctxt "form-fields admin"
|
4620 |
+
msgid "Hide this field's label?"
|
4621 |
+
msgstr "Feldbezeichnung verbergen?"
|
|
|
|
|
|
|
|
|
4622 |
|
4623 |
+
#: templates/admin/form-fields-addoredit.tpl.php:280
|
4624 |
+
msgctxt "form-fields admin"
|
4625 |
+
msgid "Hide this field's label when displaying it."
|
4626 |
+
msgstr ""
|
4627 |
+
"Die Feldbezeichnung wird dann nicht mehr angezeigt (nur der Inhalt an sich)."
|
|
|
4628 |
|
4629 |
+
#: templates/admin/form-fields-addoredit.tpl.php:288
|
|
|
4630 |
#, fuzzy
|
4631 |
+
msgctxt "form-fields admin"
|
4632 |
+
msgid "Field privacy options"
|
4633 |
+
msgstr "Feld Anzeigeoptionen"
|
4634 |
|
4635 |
+
#: templates/admin/form-fields-addoredit.tpl.php:292
|
4636 |
+
msgctxt "form-fields admin"
|
4637 |
+
msgid "This field contains sensitive or private information?"
|
4638 |
+
msgstr ""
|
|
|
|
|
4639 |
|
4640 |
+
#: templates/admin/form-fields-addoredit.tpl.php:300
|
4641 |
+
msgctxt "form-fields admin"
|
4642 |
+
msgid "Add this field when exporting or deleting user's personal data."
|
|
|
|
|
4643 |
msgstr ""
|
|
|
|
|
4644 |
|
4645 |
+
#: templates/admin/form-fields-addoredit.tpl.php:309
|
4646 |
+
msgctxt "form-fields admin"
|
4647 |
+
msgid "Update Field"
|
4648 |
+
msgstr "Feld aktualisieren"
|
|
|
4649 |
|
4650 |
+
#: templates/admin/form-fields-addoredit.tpl.php:311
|
4651 |
+
msgctxt "form-fields admin"
|
4652 |
+
msgid "Add Field"
|
4653 |
+
msgstr "Feld erstellen"
|
|
|
|
|
4654 |
|
4655 |
+
#: templates/admin/form-fields-tags.tpl.php:5
|
4656 |
+
msgctxt "form-fields admin"
|
4657 |
+
msgid "-- None --"
|
4658 |
+
msgstr "-- Auswählen --"
|
4659 |
+
|
4660 |
+
#: templates/admin/form-fields-tags.tpl.php:14
|
4661 |
+
msgctxt "form-fields admin"
|
4662 |
+
msgid "Theme Tags"
|
4663 |
+
msgstr "Preise Verwalten"
|
4664 |
+
|
4665 |
+
#: templates/admin/form-fields-tags.tpl.php:19
|
4666 |
+
msgctxt "form-fields admin"
|
4667 |
+
msgid ""
|
4668 |
+
"Before you create fields, make sure you've mapped all of your EXISTING ones "
|
4669 |
+
"first, otherwise you'll appear to be \"missing data\" on your listings."
|
4670 |
+
msgstr ""
|
4671 |
+
"Bevor Sie Felder erstellen, stellen Sie sicher, dass Sie alle Ihre "
|
4672 |
+
"VORHERGEHENDEN Felder zuerst abgebildet haben, sonst erscheinen Sie als "
|
4673 |
+
"\"fehlende Daten\" in Ihren Angeboten."
|
4674 |
+
|
4675 |
+
#: templates/admin/form-fields-tags.tpl.php:22
|
4676 |
+
msgctxt "form-fields admin"
|
4677 |
+
msgid "Create Missing Fields"
|
4678 |
+
msgstr "Eintrag Felder"
|
4679 |
+
|
4680 |
+
#: templates/admin/form-fields.tpl.php:4
|
4681 |
+
msgctxt "form-fields admin"
|
4682 |
+
msgid "Add New Form Field"
|
4683 |
+
msgstr "Neues Formularfeld erstellen"
|
4684 |
+
|
4685 |
+
#: templates/admin/form-fields.tpl.php:11
|
4686 |
+
msgctxt "form-fields admin"
|
4687 |
+
msgid "Preview Form"
|
4688 |
+
msgstr "Formvorschau"
|
4689 |
+
|
4690 |
+
#: templates/admin/form-fields.tpl.php:17
|
4691 |
+
msgctxt "form-fields admin"
|
4692 |
+
msgid "Manage Theme Tags"
|
4693 |
+
msgstr "Preise Verwalten"
|
4694 |
+
|
4695 |
+
#: templates/admin/form-fields.tpl.php:28
|
4696 |
+
msgctxt "form-fields admin"
|
4697 |
+
msgid ""
|
4698 |
+
"Here, you can create new fields for your listings, edit or delete existing "
|
4699 |
+
"ones, change the order and visibility of the fields as well as configure "
|
4700 |
+
"special options for them."
|
4701 |
+
msgstr ""
|
4702 |
+
"Hier können Sie neue Felder für Ihre Angebote erstellen, bestehende "
|
4703 |
+
"bearbeiten oder löschen, die Reihenfolge und die Sichtbarkeit der Felder "
|
4704 |
+
"ändern sowie spezielle Optionen für sie konfigurieren."
|
4705 |
+
|
4706 |
+
#: templates/admin/form-fields.tpl.php:39
|
4707 |
+
msgctxt "form-fields admin"
|
4708 |
+
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
4709 |
+
msgstr ""
|
4710 |
+
"Bitte schauen Sie Sich die weitere Informationen in der Dokumentation "
|
4711 |
+
"<a>Formularfelder</a>."
|
4712 |
+
|
4713 |
+
#: includes/admin/controllers/class-settings-admin.php:371
|
4714 |
#, fuzzy
|
4715 |
msgctxt "admin settings"
|
4716 |
+
msgid "Remove"
|
4717 |
+
msgstr "Entfernen"
|
4718 |
|
4719 |
+
#: includes/admin/controllers/class-settings-admin.php:433
|
|
|
4720 |
msgctxt "admin settings"
|
4721 |
+
msgid "Valid placeholders: %s"
|
4722 |
+
msgstr "Gültige Platzhalter: %s"
|
4723 |
|
4724 |
+
#: includes/admin/settings/class-settings-bootstrap.php:101
|
4725 |
msgctxt "admin settings"
|
4726 |
+
msgid ""
|
4727 |
+
"<strong>IMPORTANT:</strong> subpages of the main directory page cannot be "
|
4728 |
+
"accesed while this setting is checked."
|
4729 |
msgstr ""
|
4730 |
|
4731 |
+
#: includes/admin/settings/class-settings-bootstrap.php:310
|
|
|
4732 |
msgctxt "admin settings"
|
4733 |
+
msgid "Above results"
|
4734 |
+
msgstr ""
|
4735 |
|
4736 |
+
#: includes/admin/settings/class-settings-bootstrap.php:311
|
4737 |
msgctxt "admin settings"
|
4738 |
+
msgid "Below results"
|
4739 |
msgstr ""
|
4740 |
|
4741 |
+
#: includes/admin/settings/class-settings-bootstrap.php:312
|
|
|
4742 |
msgctxt "admin settings"
|
4743 |
+
msgid "Don't show with results"
|
4744 |
+
msgstr ""
|
4745 |
|
4746 |
+
#: includes/admin/settings/class-settings-bootstrap.php:402
|
4747 |
msgctxt "admin settings"
|
4748 |
+
msgid ""
|
4749 |
+
"You have selected a textarea field to be included in quick searches. "
|
4750 |
+
"Searches involving those fields are very expensive and could result in "
|
4751 |
+
"timeouts and/or general slowness."
|
4752 |
+
msgstr ""
|
4753 |
+
"Du hast ein Textfeld für die schnelle Suche ausgewählt. Eine Suche der viele "
|
4754 |
+
"Felder hinzugefügt werden, kann sehr langsam sein und lange Zeit in Anspruch "
|
4755 |
+
"nehmen. "
|
4756 |
|
4757 |
+
#: includes/admin/settings/class-settings-bootstrap.php:574
|
4758 |
+
msgctxt "admin settings"
|
4759 |
+
msgid "Do not include comments in listings"
|
4760 |
+
msgstr "Keine Kommentare bei den Einträgen anzeigen"
|
4761 |
+
|
4762 |
+
#: includes/admin/settings/class-settings-bootstrap.php:598
|
4763 |
#, fuzzy
|
4764 |
msgctxt "admin settings"
|
4765 |
+
msgid "Directory view."
|
4766 |
+
msgstr "Verzeichnis"
|
4767 |
|
4768 |
+
#: includes/admin/settings/class-settings-bootstrap.php:599
|
4769 |
+
#, fuzzy
|
4770 |
msgctxt "admin settings"
|
4771 |
+
msgid "All Listings view."
|
4772 |
+
msgstr "Alle Einträge"
|
4773 |
|
4774 |
+
#: includes/admin/settings/class-settings-bootstrap.php:600
|
4775 |
+
#, fuzzy
|
4776 |
msgctxt "admin settings"
|
4777 |
+
msgid "Category view."
|
4778 |
+
msgstr "Kategorien"
|
4779 |
|
4780 |
+
#: includes/admin/settings/class-settings-bootstrap.php:601
|
4781 |
#, fuzzy
|
4782 |
+
msgctxt "admin settings"
|
4783 |
+
msgid "Search view."
|
4784 |
+
msgstr "Suche"
|
4785 |
|
4786 |
+
#: includes/admin/settings/class-settings-bootstrap.php:728
|
4787 |
+
msgctxt "admin settings"
|
4788 |
+
msgid "Slug"
|
4789 |
+
msgstr "Entwurf"
|
4790 |
|
4791 |
+
#: includes/admin/settings/class-settings-bootstrap.php:741
|
4792 |
+
#: includes/admin/settings/class-settings-bootstrap.php:809
|
4793 |
+
msgctxt "admin settings"
|
4794 |
+
msgid "Ascending"
|
4795 |
+
msgstr "Aufsteigend"
|
4796 |
|
4797 |
+
#: includes/admin/settings/class-settings-bootstrap.php:742
|
4798 |
+
#: includes/admin/settings/class-settings-bootstrap.php:810
|
4799 |
+
msgctxt "admin settings"
|
4800 |
+
msgid "Descending"
|
4801 |
+
msgstr "Absteigend"
|
4802 |
|
4803 |
+
#: includes/admin/settings/class-settings-bootstrap.php:775
|
4804 |
+
msgctxt "admin settings"
|
4805 |
+
msgid "Fee Plan Custom Order can be changed under <a>Fee Plans</a>"
|
4806 |
+
msgstr ""
|
|
|
4807 |
|
4808 |
+
#: includes/admin/settings/class-settings-bootstrap.php:788
|
4809 |
+
msgctxt "admin settings"
|
4810 |
+
msgid "Author"
|
4811 |
+
msgstr "Author"
|
|
|
4812 |
|
4813 |
+
#: includes/admin/settings/class-settings-bootstrap.php:789
|
4814 |
+
#: includes/helpers/functions/general.php:1276
|
4815 |
+
msgctxt "admin settings"
|
4816 |
+
msgid "Date posted"
|
4817 |
+
msgstr "Datum gepostet"
|
4818 |
|
4819 |
+
#: includes/admin/settings/class-settings-bootstrap.php:790
|
4820 |
+
#: includes/helpers/functions/general.php:1277
|
4821 |
+
msgctxt "admin settings"
|
4822 |
+
msgid "Date last modified"
|
4823 |
+
msgstr "Datum zuletzt verändert"
|
|
|
|
|
4824 |
|
4825 |
+
#: includes/admin/settings/class-settings-bootstrap.php:791
|
4826 |
+
msgctxt "admin settings"
|
4827 |
+
msgid "Random"
|
4828 |
+
msgstr "Zufall"
|
|
|
|
|
4829 |
|
4830 |
+
#: includes/admin/settings/class-settings-bootstrap.php:792
|
4831 |
+
msgctxt "admin settings"
|
4832 |
+
msgid "Paid first then free. Inside each group by date."
|
4833 |
+
msgstr ""
|
|
|
|
|
4834 |
|
4835 |
+
#: includes/admin/settings/class-settings-bootstrap.php:793
|
4836 |
+
msgctxt "admin settings"
|
4837 |
+
msgid "Paid first then free. Inside each group by title."
|
|
|
|
|
4838 |
msgstr ""
|
4839 |
|
4840 |
+
#: includes/admin/settings/class-settings-bootstrap.php:794
|
4841 |
+
msgctxt "admin settings"
|
4842 |
+
msgid "Fee Plan Custom Order, then Date"
|
4843 |
+
msgstr ""
|
|
|
|
|
|
|
4844 |
|
4845 |
+
#: includes/admin/settings/class-settings-bootstrap.php:795
|
4846 |
+
msgctxt "admin settings"
|
4847 |
+
msgid "Fee Plan Custom Order, then Title"
|
4848 |
msgstr ""
|
4849 |
|
4850 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1061
|
4851 |
+
msgctxt "admin settings"
|
4852 |
+
msgid ""
|
4853 |
+
"For paid listing images, configure that by adding or editing a <a>Fee Plan</"
|
4854 |
+
"a> instead of this setting, which is ignored for paid listings."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4855 |
msgstr ""
|
4856 |
+
"Für bezahlte Eintragsbilder, konfiguriere dies durch bearbeiten oder "
|
4857 |
+
"erstellen eines <a>Preisplan</a> an Stelle dieser Einstellungen, die von "
|
4858 |
+
"bezahlten Einträgen ignoriert wird."
|
4859 |
|
4860 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1072
|
4861 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1134
|
4862 |
#, fuzzy
|
4863 |
+
msgctxt "admin settings"
|
4864 |
+
msgid "Excerpt view."
|
4865 |
+
msgstr "Im Textauszug"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4866 |
|
4867 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1073
|
4868 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1135
|
4869 |
#, fuzzy
|
4870 |
+
msgctxt "admin settings"
|
4871 |
+
msgid "Detail view."
|
4872 |
+
msgstr "Verzeichnis"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4873 |
|
4874 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1183
|
4875 |
+
msgctxt "admin settings"
|
4876 |
+
msgid "Australian Dollar (AUD)"
|
4877 |
+
msgstr "Australischer Dollar (AUD)"
|
|
|
4878 |
|
4879 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1184
|
4880 |
+
msgctxt "admin settings"
|
4881 |
+
msgid "Brazilian Real (BRL)"
|
4882 |
+
msgstr "Brasilianischer Real (BRL)"
|
4883 |
|
4884 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1185
|
4885 |
+
msgctxt "admin settings"
|
4886 |
+
msgid "Canadian Dollar (CAD)"
|
4887 |
+
msgstr "Kanadischer Dollar (CAD)"
|
4888 |
|
4889 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1186
|
4890 |
+
msgctxt "admin settings"
|
4891 |
+
msgid "Czech Koruna (CZK)"
|
4892 |
+
msgstr "Tschechische Koruna (CZK)"
|
|
|
4893 |
|
4894 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1187
|
4895 |
+
msgctxt "admin settings"
|
4896 |
+
msgid "Danish Krone (DKK)"
|
4897 |
+
msgstr "Dänische Krone (DKK)"
|
|
|
4898 |
|
4899 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1188
|
4900 |
+
msgctxt "admin settings"
|
4901 |
+
msgid "United Arab Emirates Dirham (AED)"
|
4902 |
+
msgstr ""
|
|
|
4903 |
|
4904 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1189
|
4905 |
+
msgctxt "admin settings"
|
4906 |
+
msgid "Euro (EUR)"
|
4907 |
+
msgstr "Euro (EUR)"
|
|
|
4908 |
|
4909 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1190
|
4910 |
+
msgctxt "admin settings"
|
4911 |
+
msgid "Hong Kong Dollar (HKD)"
|
4912 |
+
msgstr "Hong Kong Dollar (HKD)"
|
|
|
4913 |
|
4914 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1191
|
4915 |
+
msgctxt "admin settings"
|
4916 |
+
msgid "Hungarian Forint (HUF)"
|
4917 |
+
msgstr "Ungarischer Forint (HUF)"
|
|
|
|
|
4918 |
|
4919 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1192
|
4920 |
+
msgctxt "admin settings"
|
4921 |
+
msgid "Israeli New Shequel (ILS)"
|
4922 |
+
msgstr "Israelischer Neuer Schequel (ILS)"
|
|
|
|
|
|
|
|
|
|
|
|
|
4923 |
|
4924 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1193
|
4925 |
+
msgctxt "admin settings"
|
4926 |
+
msgid "Japanese Yen (JPY)"
|
4927 |
+
msgstr "Japanischer Jen (JPY)"
|
|
|
4928 |
|
4929 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1194
|
4930 |
+
msgctxt "admin settings"
|
4931 |
+
msgid "Moroccan Dirham (MAD)"
|
4932 |
msgstr ""
|
4933 |
|
4934 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1195
|
4935 |
+
msgctxt "admin settings"
|
4936 |
+
msgid "Malasian Ringgit (MYR)"
|
4937 |
+
msgstr "Malaysischer Ringgit (MYR)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4938 |
|
4939 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1196
|
4940 |
+
msgctxt "admin settings"
|
4941 |
+
msgid "Mexican Peso (MXN)"
|
4942 |
+
msgstr "Mexikanischer Peso (MXN)"
|
|
|
|
|
|
|
|
|
4943 |
|
4944 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1197
|
4945 |
+
msgctxt "admin settings"
|
4946 |
+
msgid "Norwegian Krone (NOK)"
|
4947 |
+
msgstr "Norwegische Krone (NOK)"
|
|
|
4948 |
|
4949 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1198
|
4950 |
+
msgctxt "admin settings"
|
4951 |
+
msgid "New Zealand Dollar (NZD)"
|
4952 |
+
msgstr "Neuseeland Dollar (NZD)"
|
|
|
|
|
|
|
4953 |
|
4954 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1199
|
4955 |
+
msgctxt "admin settings"
|
4956 |
+
msgid "Philippine Peso (PHP)"
|
4957 |
+
msgstr "Philippinischer Peso (PHP)"
|
|
|
4958 |
|
4959 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1200
|
4960 |
+
msgctxt "admin settings"
|
4961 |
+
msgid "Polish Zloty (PLN)"
|
4962 |
+
msgstr "Polnischer Zloty (PLN)"
|
4963 |
|
4964 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1201
|
4965 |
+
msgctxt "admin settings"
|
4966 |
+
msgid "Pound Sterling (GBP)"
|
4967 |
+
msgstr "Pfund Sterling (GBP)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4968 |
|
4969 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1202
|
4970 |
+
msgctxt "admin settings"
|
4971 |
+
msgid "Singapore Dollar (SGD)"
|
4972 |
+
msgstr "Singapore Dollar (SGD)"
|
|
|
4973 |
|
4974 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1203
|
4975 |
+
msgctxt "admin settings"
|
4976 |
+
msgid "Swedish Krona (SEK)"
|
4977 |
+
msgstr "Schwedische Krone (SEK)"
|
|
|
4978 |
|
4979 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1204
|
4980 |
+
msgctxt "admin settings"
|
4981 |
+
msgid "Swiss Franc (CHF)"
|
4982 |
+
msgstr "Schweizer Franken (CHF)"
|
|
|
4983 |
|
4984 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1205
|
4985 |
+
msgctxt "admin settings"
|
4986 |
+
msgid "Taiwan Dollar (TWD)"
|
4987 |
+
msgstr "Taiwanischer Dollar (TWD)"
|
|
|
4988 |
|
4989 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1206
|
4990 |
+
msgctxt "admin settings"
|
4991 |
+
msgid "Thai Baht (THB)"
|
4992 |
+
msgstr "Thailändischer Baht (THB)"
|
|
|
4993 |
|
4994 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1207
|
4995 |
+
msgctxt "admin settings"
|
4996 |
+
msgid "Turkish Lira (TRY)"
|
4997 |
+
msgstr "Türkische Lira (TRY)"
|
|
|
4998 |
|
4999 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1208
|
5000 |
+
msgctxt "admin settings"
|
5001 |
+
msgid "U.S. Dollar (USD)"
|
5002 |
+
msgstr "U.S. Dollar"
|
|
|
5003 |
|
5004 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1232
|
5005 |
+
msgctxt "admin settings"
|
5006 |
+
msgid "Show currency symbol on the left"
|
5007 |
+
msgstr "Währungssymbol links anzeigen"
|
|
|
5008 |
|
5009 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1233
|
5010 |
+
msgctxt "admin settings"
|
5011 |
+
msgid "Show currency symbol on the right"
|
5012 |
+
msgstr "Währungssymbol rechts anzeigen"
|
|
|
5013 |
|
5014 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1234
|
5015 |
+
msgctxt "admin settings"
|
5016 |
+
msgid "Do not show currency symbol"
|
5017 |
+
msgstr "Währungssymbol nicht anzeigen"
|
|
|
5018 |
|
5019 |
+
#. translators: %1$s: gateway name, %2$s: explanation string
|
5020 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1282
|
5021 |
+
msgctxt "admin settings"
|
5022 |
+
msgid "AED currency is not supported by %1$s. %2$s"
|
5023 |
msgstr ""
|
5024 |
|
5025 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1321
|
5026 |
+
msgctxt "admin settings"
|
5027 |
msgid ""
|
5028 |
+
"Listings with pending payments are marked as abandoned after this time. You "
|
5029 |
+
"can also <a>customize the email</a> users receive."
|
|
|
|
|
5030 |
msgstr ""
|
5031 |
|
5032 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1351
|
5033 |
+
msgctxt "admin settings"
|
5034 |
+
msgid "Try listing's email field first, then author's email."
|
5035 |
+
msgstr "Versuchen Sie das E-Mail-Feld zuerst, dann die E-Mail des Autors."
|
|
|
5036 |
|
5037 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1352
|
5038 |
+
msgctxt "admin settings"
|
5039 |
+
msgid "Try author's email first and then listing's email field."
|
|
|
|
|
|
|
|
|
5040 |
msgstr ""
|
5041 |
+
"Probieren sie erst die E-Mail des Authors und dann die E-Mail des Felds."
|
5042 |
|
5043 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1365
|
5044 |
+
msgctxt "admin settings"
|
5045 |
+
msgid "Plain (text/plain)"
|
|
|
|
|
|
|
|
|
|
|
|
|
5046 |
msgstr ""
|
5047 |
|
5048 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1366
|
5049 |
+
msgctxt "admin settings"
|
5050 |
+
msgid "HTML (text/html)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5051 |
msgstr ""
|
|
|
|
|
|
|
5052 |
|
5053 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1367
|
5054 |
+
msgctxt "admin settings"
|
5055 |
+
msgid "Both (multipart/alternative)"
|
5056 |
msgstr ""
|
5057 |
|
5058 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1381
|
5059 |
+
msgctxt "admin settings"
|
5060 |
+
msgid "A new listing is submitted."
|
5061 |
+
msgstr "Ein neuer Eintrag wurde übermittelt."
|
5062 |
+
|
5063 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1382
|
5064 |
+
msgctxt "admin settings"
|
5065 |
+
msgid "A listing is edited."
|
5066 |
+
msgstr "Ein Eintrag wurde bearbeitet."
|
5067 |
+
|
5068 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1383
|
5069 |
+
msgctxt "admin settings"
|
5070 |
+
msgid "A listing expires."
|
5071 |
+
msgstr "Ein Eintrag läuft aus."
|
5072 |
+
|
5073 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1384
|
5074 |
#, fuzzy
|
5075 |
+
msgctxt "admin settings"
|
5076 |
+
msgid "A listing is renewed."
|
5077 |
+
msgstr "Ein Eintrag wurde bearbeitet."
|
5078 |
|
5079 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1385
|
5080 |
#, fuzzy
|
5081 |
+
msgctxt "admin settings"
|
5082 |
+
msgid "A listing payment is completed."
|
5083 |
+
msgstr "Ein Eintrag wurde bearbeitet."
|
|
|
|
|
|
|
|
|
5084 |
|
5085 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1386
|
5086 |
+
#, fuzzy
|
5087 |
+
msgctxt "admin settings"
|
5088 |
+
msgid "A listing has been reported as inappropriate."
|
5089 |
+
msgstr "Der Eintrag wurde aktualisiert"
|
5090 |
|
5091 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1387
|
5092 |
+
msgctxt "admin settings"
|
5093 |
+
msgid "A contact message is sent to a listing's owner."
|
5094 |
+
msgstr "Eine Nachricht wurde an einen Eintrags-Eigentümer versendet."
|
5095 |
|
5096 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1414
|
5097 |
+
msgctxt "admin settings"
|
5098 |
+
msgid "Their listing is submitted."
|
5099 |
+
msgstr "Ihr Eintrag ist eingereicht."
|
5100 |
+
|
5101 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1415
|
5102 |
+
msgctxt "admin settings"
|
5103 |
+
msgid "Their listing is approved/published."
|
5104 |
+
msgstr "Ihr Eintrag ist genehmigt/veröffentlicht."
|
5105 |
+
|
5106 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1416
|
5107 |
#, fuzzy
|
5108 |
+
msgctxt "admin settings"
|
5109 |
+
msgid "A payment for their listing is completed."
|
5110 |
+
msgstr "Ihr Eintrag ist eingereicht."
|
|
|
|
|
|
|
|
|
|
|
5111 |
|
5112 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1417
|
5113 |
#, fuzzy
|
5114 |
+
msgctxt "admin settings"
|
5115 |
+
msgid "Their listing expired or is about to expire."
|
5116 |
+
msgstr "Ihr Eintrag ist eingereicht."
|
5117 |
|
5118 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1435
|
5119 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1454
|
5120 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1490
|
5121 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1526
|
5122 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1563
|
5123 |
+
msgctxt "admin settings"
|
5124 |
+
msgid "Listing's title"
|
5125 |
+
msgstr "Eintrag Titel"
|
5126 |
|
5127 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1436
|
5128 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1527
|
5129 |
#, fuzzy
|
5130 |
+
msgctxt "admin settings"
|
5131 |
+
msgid "Listing's fee plan name"
|
5132 |
+
msgstr "Eintrag Enddatum"
|
5133 |
|
5134 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1437
|
5135 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1528
|
5136 |
#, fuzzy
|
5137 |
+
msgctxt "admin settings"
|
5138 |
+
msgid "Listing's fee plan description"
|
5139 |
+
msgstr "Auswahl der Preispakete"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5140 |
|
5141 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1438
|
5142 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1529
|
5143 |
#, fuzzy
|
5144 |
+
msgctxt "admin settings"
|
5145 |
+
msgid "Listing's fee plan details"
|
5146 |
+
msgstr "Eintrag Enddatum"
|
5147 |
|
5148 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1451
|
5149 |
+
msgctxt "admin settings"
|
5150 |
msgid ""
|
5151 |
+
"Your listing \"[listing]\" is now available at [listing-url] and can be "
|
5152 |
+
"viewed by the public."
|
|
|
|
|
5153 |
msgstr ""
|
5154 |
+
"Dein Eintrag \"[listing]\" ist jetzt verfügbar unter [listing-url] und "
|
5155 |
+
"kann öffentlich eingesehen werden."
|
5156 |
|
5157 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1455
|
5158 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1489
|
5159 |
+
msgctxt "admin settings"
|
5160 |
+
msgid "Listing's URL"
|
5161 |
+
msgstr "Eintrags URL"
|
5162 |
+
|
5163 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1456
|
5164 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1496
|
5165 |
#, fuzzy
|
5166 |
+
msgctxt "admin settings"
|
5167 |
+
msgid "Listing's Access Key"
|
5168 |
+
msgstr "Eintrag Felder / Bilder"
|
5169 |
|
5170 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1491
|
5171 |
#, fuzzy
|
5172 |
+
msgctxt "admin settings"
|
5173 |
+
msgid "Sender's name"
|
5174 |
+
msgstr "Authorname"
|
5175 |
|
5176 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1494
|
5177 |
#, fuzzy
|
5178 |
+
msgctxt "admin settings"
|
5179 |
+
msgid "Contact message"
|
5180 |
+
msgstr "Neue Eintrag Anweisungen"
|
5181 |
+
|
5182 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1495
|
5183 |
+
msgctxt "admin settings"
|
5184 |
+
msgid "Date and time the message was sent"
|
5185 |
msgstr ""
|
|
|
|
|
5186 |
|
5187 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1530
|
5188 |
#, fuzzy
|
5189 |
+
msgctxt "admin settings"
|
5190 |
+
msgid "Payment items details."
|
5191 |
+
msgstr "Bezahldetails"
|
5192 |
|
5193 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1531
|
5194 |
+
msgctxt "admin settings"
|
5195 |
+
msgid "URL where user can review and print payment receipt."
|
|
|
|
|
|
|
5196 |
msgstr ""
|
|
|
|
|
5197 |
|
5198 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1532
|
5199 |
#, fuzzy
|
5200 |
+
msgctxt "admin settings"
|
5201 |
+
msgid "Gateway used to process listing's payment."
|
5202 |
+
msgstr "Bezahlung ausführen"
|
5203 |
|
5204 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1564
|
5205 |
+
msgctxt "admin settings"
|
5206 |
+
msgid "Checkout URL link"
|
5207 |
+
msgstr "Kasse"
|
5208 |
|
5209 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1665
|
5210 |
#, fuzzy
|
5211 |
+
msgctxt "admin settings"
|
5212 |
+
msgid "Uploaded Image (no resize)"
|
5213 |
+
msgstr "Dateien hochladen"
|
5214 |
|
5215 |
+
#: includes/helpers/functions/general.php:1274
|
5216 |
+
msgctxt "admin settings"
|
5217 |
+
msgid "User"
|
5218 |
+
msgstr "Benutzer"
|
5219 |
|
5220 |
+
#: includes/helpers/functions/general.php:1275
|
5221 |
+
msgctxt "admin settings"
|
5222 |
+
msgid "User registration date"
|
5223 |
+
msgstr "Eintrag Enddatum"
|
5224 |
+
|
5225 |
+
#: includes/admin/controllers/class-settings-admin.php:503
|
5226 |
+
#, fuzzy
|
5227 |
+
msgctxt "expiration notices"
|
5228 |
+
msgid "Add notice"
|
5229 |
+
msgstr "Feld erstellen"
|
5230 |
+
|
5231 |
+
#: includes/admin/controllers/class-settings-admin.php:522
|
5232 |
+
msgctxt "expiration notices"
|
5233 |
+
msgid "No notices configured."
|
5234 |
msgstr ""
|
5235 |
|
5236 |
+
#: includes/admin/controllers/class-settings-admin.php:564
|
5237 |
+
msgctxt "expiration notices"
|
5238 |
+
msgid "recurring and non-recurring"
|
|
|
5239 |
msgstr ""
|
5240 |
|
5241 |
+
#: includes/admin/controllers/class-settings-admin.php:566
|
5242 |
#, fuzzy
|
5243 |
+
msgctxt "expiration notices"
|
5244 |
+
msgid "recurring only"
|
5245 |
+
msgstr "(wiederkehrend)"
|
5246 |
|
5247 |
+
#: includes/admin/controllers/class-settings-admin.php:568
|
5248 |
#, fuzzy
|
5249 |
+
msgctxt "expiration notices"
|
5250 |
+
msgid "non-recurring only"
|
5251 |
+
msgstr "(wiederkehrend)"
|
|
|
|
|
|
|
|
|
5252 |
|
5253 |
+
#: includes/admin/controllers/class-settings-admin.php:572
|
5254 |
#, fuzzy
|
5255 |
+
msgctxt "expiration notices"
|
5256 |
+
msgid "Sent when a listing (%s) is renewed."
|
5257 |
+
msgstr "Senden nachdem der Eintrag eingestellt wurde."
|
5258 |
|
5259 |
+
#: includes/admin/controllers/class-settings-admin.php:577
|
5260 |
#, fuzzy
|
5261 |
+
msgctxt "expiration notices"
|
5262 |
+
msgid "Sent when a listing (%s) expires."
|
5263 |
+
msgstr "Ein Eintrag läuft aus."
|
5264 |
|
5265 |
+
#: includes/admin/controllers/class-settings-admin.php:585
|
5266 |
#, fuzzy
|
5267 |
+
msgctxt "expiration notices"
|
5268 |
+
msgid "%d day"
|
5269 |
+
msgid_plural "%d days"
|
5270 |
+
msgstr[0] "%d Tag"
|
5271 |
+
msgstr[1] "%d Tage"
|
5272 |
+
|
5273 |
+
#: includes/admin/controllers/class-settings-admin.php:588
|
5274 |
+
msgctxt "expiration notices"
|
5275 |
+
msgid "%d week"
|
5276 |
+
msgid_plural "%d weeks"
|
5277 |
+
msgstr[0] ""
|
5278 |
+
msgstr[1] ""
|
5279 |
+
|
5280 |
+
#: includes/admin/controllers/class-settings-admin.php:591
|
5281 |
+
msgctxt "expiration notices"
|
5282 |
+
msgid "%d month"
|
5283 |
+
msgid_plural "%d months"
|
5284 |
+
msgstr[0] ""
|
5285 |
+
msgstr[1] ""
|
5286 |
+
|
5287 |
+
#. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
|
5288 |
+
#. non-recuring only)
|
5289 |
+
#: includes/admin/controllers/class-settings-admin.php:597
|
5290 |
+
msgctxt "expiration notices"
|
5291 |
+
msgid "Sent %1$s before a listing (%2$s) expires."
|
5292 |
msgstr ""
|
|
|
|
|
5293 |
|
5294 |
+
#. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
|
5295 |
+
#. non-recuring only)
|
5296 |
+
#: includes/admin/controllers/class-settings-admin.php:600
|
5297 |
#, fuzzy
|
5298 |
+
msgctxt "expiration notices"
|
5299 |
+
msgid "Sent %1$s after a listing (%2$s) expires."
|
5300 |
+
msgstr "Senden nachdem der Eintrag eingestellt wurde."
|
5301 |
|
5302 |
+
#: includes/admin/controllers/class-settings-admin.php:617
|
5303 |
+
msgctxt "expiration notices"
|
5304 |
+
msgid "At the time of expiration"
|
|
|
|
|
|
|
5305 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5306 |
|
5307 |
+
#: includes/admin/controllers/class-settings-admin.php:618
|
5308 |
#, fuzzy
|
5309 |
+
msgctxt "expiration notices"
|
5310 |
+
msgid "Right after a successful renewal"
|
5311 |
+
msgstr "Der Preis wurde erfolgreich zugewiesen."
|
5312 |
|
5313 |
+
#: includes/admin/controllers/class-settings-admin.php:629
|
5314 |
+
msgctxt "expiration notices"
|
5315 |
+
msgid "%d day before expiration"
|
5316 |
+
msgid_plural "%d days before expiration"
|
5317 |
+
msgstr[0] ""
|
5318 |
+
msgstr[1] ""
|
5319 |
|
5320 |
+
#: includes/admin/controllers/class-settings-admin.php:629
|
5321 |
+
msgctxt "expiration notices"
|
5322 |
+
msgid "%d day after expiration"
|
5323 |
+
msgid_plural "%d days after expiration"
|
5324 |
+
msgstr[0] ""
|
5325 |
+
msgstr[1] ""
|
|
|
5326 |
|
5327 |
+
#: includes/admin/controllers/class-settings-admin.php:632
|
5328 |
+
msgctxt "expiration notices"
|
5329 |
+
msgid "%d week before expiration"
|
5330 |
+
msgid_plural "%d weeks before expiration"
|
5331 |
+
msgstr[0] ""
|
5332 |
+
msgstr[1] ""
|
5333 |
|
5334 |
+
#: includes/admin/controllers/class-settings-admin.php:632
|
5335 |
+
msgctxt "expiration notices"
|
5336 |
+
msgid "%d week after expiration"
|
5337 |
+
msgid_plural "%d weeks after expiration"
|
5338 |
+
msgstr[0] ""
|
5339 |
+
msgstr[1] ""
|
5340 |
|
5341 |
+
#: includes/admin/controllers/class-settings-admin.php:635
|
5342 |
+
msgctxt "expiration notices"
|
5343 |
+
msgid "%d month before expiration"
|
5344 |
+
msgid_plural "%d months before expiration"
|
5345 |
+
msgstr[0] ""
|
5346 |
+
msgstr[1] ""
|
5347 |
|
5348 |
+
#: includes/admin/controllers/class-settings-admin.php:635
|
5349 |
+
msgctxt "expiration notices"
|
5350 |
+
msgid "%d month after expiration"
|
5351 |
+
msgid_plural "%d months after expiration"
|
5352 |
+
msgstr[0] ""
|
5353 |
+
msgstr[1] ""
|
5354 |
|
5355 |
+
#: includes/admin/controllers/class-settings-admin.php:662
|
5356 |
#, fuzzy
|
5357 |
+
msgctxt "expiration notices"
|
5358 |
+
msgid "Applies to"
|
5359 |
+
msgstr "zugewiesen zu"
|
5360 |
|
5361 |
+
#: includes/admin/controllers/class-settings-admin.php:665
|
5362 |
+
msgctxt "expiration notices"
|
5363 |
+
msgid "Non-recurring listings"
|
5364 |
+
msgstr ""
|
|
|
5365 |
|
5366 |
+
#: includes/admin/controllers/class-settings-admin.php:666
|
5367 |
#, fuzzy
|
5368 |
+
msgctxt "expiration notices"
|
5369 |
+
msgid "Recurring listings"
|
5370 |
+
msgstr "Zurück zum Eintrag."
|
5371 |
|
5372 |
+
#: includes/admin/controllers/class-settings-admin.php:667
|
5373 |
+
msgctxt "expiration notices"
|
5374 |
+
msgid "Recurring and non-recurring listings"
|
5375 |
+
msgstr ""
|
|
|
5376 |
|
5377 |
+
#: includes/admin/controllers/class-settings-admin.php:672
|
5378 |
+
msgctxt "expiration notices"
|
5379 |
+
msgid "When to send?"
|
5380 |
+
msgstr ""
|
|
|
5381 |
|
5382 |
+
#: includes/admin/controllers/class-settings-admin.php:539
|
5383 |
#, fuzzy
|
5384 |
msgctxt "settings"
|
5385 |
+
msgid "Site title (with link)"
|
5386 |
+
msgstr "Seitentitel (mit Link)"
|
5387 |
|
5388 |
+
#: includes/admin/controllers/class-settings-admin.php:540
|
|
|
5389 |
msgctxt "settings"
|
5390 |
+
msgid "Author's name"
|
5391 |
+
msgstr "Authorname"
|
|
|
|
|
5392 |
|
5393 |
+
#: includes/admin/controllers/class-settings-admin.php:541
|
|
|
5394 |
msgctxt "settings"
|
5395 |
+
msgid "Listing's name (with link)"
|
5396 |
+
msgstr "Eintragsname (mit Link)"
|
5397 |
|
5398 |
+
#: includes/admin/controllers/class-settings-admin.php:542
|
5399 |
#, fuzzy
|
5400 |
msgctxt "settings"
|
5401 |
+
msgid "Listing's expiration date"
|
5402 |
+
msgstr "Eintrag Enddatum"
|
5403 |
|
5404 |
+
#: includes/admin/controllers/class-settings-admin.php:543
|
|
|
5405 |
msgctxt "settings"
|
5406 |
+
msgid "Listing's renewal link, formatted with an anchor tag"
|
5407 |
+
msgstr ""
|
5408 |
|
5409 |
+
#: includes/admin/controllers/class-settings-admin.php:544
|
5410 |
msgctxt "settings"
|
5411 |
+
msgid "Listing's renewal URL, unformatted by any tags"
|
|
|
|
|
|
|
5412 |
msgstr ""
|
5413 |
|
5414 |
+
#: includes/admin/controllers/class-settings-admin.php:545
|
5415 |
#, fuzzy
|
5416 |
msgctxt "settings"
|
5417 |
+
msgid "Listing's categories"
|
5418 |
+
msgstr "Eintrag Titel"
|
5419 |
|
5420 |
+
#: includes/admin/controllers/class-settings-admin.php:546
|
5421 |
#, fuzzy
|
5422 |
msgctxt "settings"
|
5423 |
+
msgid "Listing's last payment date"
|
5424 |
+
msgstr "Eintrag Enddatum"
|
5425 |
|
5426 |
+
#: includes/admin/controllers/class-settings-admin.php:547
|
5427 |
#, fuzzy
|
5428 |
msgctxt "settings"
|
5429 |
+
msgid "Listing's access key"
|
5430 |
+
msgstr "Eintrag Felder / Bilder"
|
5431 |
|
5432 |
+
#: includes/admin/controllers/class-settings-admin.php:704
|
5433 |
#, fuzzy
|
5434 |
msgctxt "settings"
|
5435 |
+
msgid "Settings reset to default."
|
5436 |
+
msgstr "Einstellungen aktualisiert."
|
5437 |
|
5438 |
+
#: includes/admin/settings/class-settings-bootstrap.php:8
|
5439 |
#, fuzzy
|
5440 |
msgctxt "settings"
|
5441 |
+
msgid "General"
|
5442 |
+
msgstr "Allgemein"
|
5443 |
|
5444 |
+
#: includes/admin/settings/class-settings-bootstrap.php:10
|
5445 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1043
|
5446 |
#, fuzzy
|
5447 |
msgctxt "settings"
|
5448 |
+
msgid "Listings"
|
5449 |
+
msgstr "Einträge"
|
5450 |
|
5451 |
+
#: includes/admin/settings/class-settings-bootstrap.php:11
|
5452 |
+
#: includes/admin/settings/class-settings-bootstrap.php:14
|
5453 |
+
#: includes/admin/settings/class-settings-bootstrap.php:17
|
5454 |
+
#: includes/admin/settings/class-settings-bootstrap.php:36
|
5455 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1332
|
5456 |
+
#: includes/admin/settings/class-settings.php:341
|
5457 |
#, fuzzy
|
5458 |
msgctxt "settings"
|
5459 |
+
msgid "General Settings"
|
5460 |
+
msgstr "Allgemeine Einstellungen"
|
5461 |
|
5462 |
+
#: includes/admin/settings/class-settings-bootstrap.php:16
|
5463 |
#, fuzzy
|
5464 |
msgctxt "settings"
|
5465 |
+
msgid "Payment"
|
5466 |
+
msgstr "Bezahlung"
|
5467 |
+
|
5468 |
+
#: includes/admin/settings/class-settings-bootstrap.php:19
|
5469 |
+
msgctxt "settings"
|
5470 |
+
msgid "Appearance"
|
5471 |
+
msgstr ""
|
5472 |
|
5473 |
+
#: includes/admin/settings/class-settings-bootstrap.php:59
|
5474 |
#, fuzzy
|
5475 |
msgctxt "settings"
|
5476 |
+
msgid "Permalink Settings"
|
5477 |
+
msgstr "Permalink Einstellungen"
|
5478 |
|
5479 |
+
#: includes/admin/settings/class-settings-bootstrap.php:64
|
5480 |
#, fuzzy
|
5481 |
msgctxt "settings"
|
5482 |
+
msgid "Directory Listings Slug"
|
5483 |
+
msgstr "Verzeichniseintrag Entwurf"
|
5484 |
|
5485 |
+
#: includes/admin/settings/class-settings-bootstrap.php:74
|
5486 |
#, fuzzy
|
5487 |
msgctxt "settings"
|
5488 |
+
msgid "Categories Slug"
|
5489 |
+
msgstr "Kategorie Entwurf"
|
5490 |
|
5491 |
+
#: includes/admin/settings/class-settings-bootstrap.php:75
|
5492 |
#, fuzzy
|
5493 |
msgctxt "settings"
|
5494 |
+
msgid ""
|
5495 |
+
"The slug can't be in use by another term. Avoid \"category\", for instance."
|
5496 |
+
msgstr ""
|
5497 |
+
"Der Entwurf kann nicht von anderen Ausdrücken verwendet werden. Meide "
|
5498 |
+
"\"Kategorie\" für diese Instanz."
|
5499 |
|
5500 |
+
#: includes/admin/settings/class-settings-bootstrap.php:86
|
5501 |
#, fuzzy
|
5502 |
msgctxt "settings"
|
5503 |
+
msgid "Tags Slug"
|
5504 |
+
msgstr "Tags Entwurf"
|
5505 |
|
5506 |
+
#: includes/admin/settings/class-settings-bootstrap.php:87
|
5507 |
#, fuzzy
|
5508 |
msgctxt "settings"
|
5509 |
+
msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
|
|
|
5510 |
msgstr ""
|
5511 |
+
"Der Entwurf kann nicht von anderen Ausdrücken verwendet werden. Meide \"tag"
|
5512 |
+
"\" für diese Instanz."
|
5513 |
|
5514 |
+
#: includes/admin/settings/class-settings-bootstrap.php:99
|
5515 |
#, fuzzy
|
5516 |
msgctxt "settings"
|
5517 |
+
msgid "Remove listing ID from directory URLs?"
|
5518 |
+
msgstr "Entferne Eintrag ID von diesen Verzeichnis URLs?"
|
5519 |
|
5520 |
+
#: includes/admin/settings/class-settings-bootstrap.php:100
|
|
|
5521 |
msgctxt "settings"
|
5522 |
+
msgid "Check this setting to remove the ID for better SEO."
|
5523 |
+
msgstr ""
|
5524 |
|
5525 |
+
#: includes/admin/settings/class-settings-bootstrap.php:101
|
5526 |
#, fuzzy
|
5527 |
msgctxt "settings"
|
5528 |
+
msgid ""
|
5529 |
+
"Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
|
5530 |
+
"directory/1809/listing-title\"."
|
5531 |
+
msgstr ""
|
5532 |
+
"Vor Version 3.5.1 haben wir die ID in die Listing-URL aufgenommen, wie zB \"/"
|
5533 |
+
"business-directory/1809/listing-title\". Klicken Sie diese Einstellung, um "
|
5534 |
+
"die ID aus der URL zu entfernen um einen SEO und Benutzerfreundlichkeits-"
|
5535 |
+
"Mehrwert zu erhalten."
|
5536 |
|
5537 |
+
#: includes/admin/settings/class-settings-bootstrap.php:112
|
5538 |
#, fuzzy
|
5539 |
msgctxt "settings"
|
5540 |
+
msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
|
5541 |
+
msgstr "Brauchst du API Schlüssel für reCAPTCHA? <a>Hier</a> bekommst du sie."
|
5542 |
|
5543 |
+
#: includes/admin/settings/class-settings-bootstrap.php:119
|
5544 |
#, fuzzy
|
5545 |
msgctxt "settings"
|
5546 |
+
msgid "Use reCAPTCHA for contact forms"
|
5547 |
+
msgstr "Benutze reCAPTCHA für Kontaktformen"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5548 |
|
5549 |
+
#: includes/admin/settings/class-settings-bootstrap.php:127
|
5550 |
+
#, fuzzy
|
5551 |
msgctxt "settings"
|
5552 |
+
msgid "Turn off reCAPTCHA for logged in users?"
|
5553 |
+
msgstr "reCAPTCHA für angemeldete Benutzern ausschalten?"
|
5554 |
|
5555 |
+
#: includes/admin/settings/class-settings-bootstrap.php:135
|
5556 |
#, fuzzy
|
5557 |
msgctxt "settings"
|
5558 |
+
msgid "Use reCAPTCHA for listing submits"
|
5559 |
+
msgstr "Benutze reCAPTCHA für Eintragzusendungen"
|
5560 |
|
5561 |
+
#: includes/admin/settings/class-settings-bootstrap.php:143
|
5562 |
+
#, fuzzy
|
5563 |
msgctxt "settings"
|
5564 |
+
msgid "Use reCAPTCHA for edit listings"
|
5565 |
+
msgstr "Benutze reCAPTCHA für Eintragkommentare?"
|
5566 |
|
5567 |
+
#: includes/admin/settings/class-settings-bootstrap.php:151
|
5568 |
#, fuzzy
|
5569 |
msgctxt "settings"
|
5570 |
+
msgid "Use reCAPTCHA for report listings"
|
5571 |
+
msgstr "Benutze reCAPTCHA für Eintragkommentare?"
|
5572 |
|
5573 |
+
#: includes/admin/settings/class-settings-bootstrap.php:159
|
5574 |
+
#, fuzzy
|
5575 |
msgctxt "settings"
|
5576 |
+
msgid "Use reCAPTCHA for listing comments?"
|
5577 |
+
msgstr "Benutze reCAPTCHA für Eintragkommentare?"
|
|
|
|
|
|
|
|
|
5578 |
|
5579 |
+
#: includes/admin/settings/class-settings-bootstrap.php:167
|
5580 |
#, fuzzy
|
5581 |
msgctxt "settings"
|
5582 |
+
msgid "reCAPTCHA Public Key"
|
5583 |
+
msgstr "reCAPTCHA öffentlicher Schlüssel"
|
5584 |
|
5585 |
+
#: includes/admin/settings/class-settings-bootstrap.php:176
|
5586 |
#, fuzzy
|
5587 |
msgctxt "settings"
|
5588 |
+
msgid "reCAPTCHA Private Key"
|
5589 |
+
msgstr "reCAPTCHA privater Schlüssel"
|
5590 |
|
5591 |
+
#: includes/admin/settings/class-settings-bootstrap.php:185
|
5592 |
#, fuzzy
|
5593 |
msgctxt "settings"
|
5594 |
+
msgid "reCAPTCHA version"
|
5595 |
+
msgstr "reCAPTCHA Einstellungen"
|
5596 |
|
5597 |
+
#: includes/admin/settings/class-settings-bootstrap.php:198
|
5598 |
msgctxt "settings"
|
5599 |
+
msgid "reCAPTCHA V3 threshold score"
|
5600 |
msgstr ""
|
5601 |
|
5602 |
+
#: includes/admin/settings/class-settings-bootstrap.php:203
|
5603 |
msgctxt "settings"
|
5604 |
+
msgid ""
|
5605 |
+
"reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is "
|
5606 |
+
"very likely a bot). Based on the score, you can take variable action in the "
|
5607 |
+
"context of your site. You can set here the score threshold, scores under "
|
5608 |
+
"this value will result in reCAPTCHA validation error."
|
5609 |
msgstr ""
|
5610 |
|
5611 |
+
#: includes/admin/settings/class-settings-bootstrap.php:208
|
5612 |
#, fuzzy
|
5613 |
msgctxt "settings"
|
5614 |
+
msgid "Registration"
|
5615 |
+
msgstr "Registrierung"
|
5616 |
|
5617 |
+
#: includes/admin/settings/class-settings-bootstrap.php:208
|
|
|
5618 |
msgctxt "settings"
|
5619 |
+
msgid ""
|
5620 |
+
"We expect that a membership plugin supports the 'redirect_to' parameter for "
|
5621 |
+
"the URLs below to work. If the plugin does not support them, these settings "
|
5622 |
+
"will not function as expected. Please contact the membership plugin and ask "
|
5623 |
+
"them to support the WP standard 'redirect_to' query parameter."
|
5624 |
+
msgstr ""
|
5625 |
|
5626 |
+
#: includes/admin/settings/class-settings-bootstrap.php:213
|
5627 |
#, fuzzy
|
5628 |
msgctxt "settings"
|
5629 |
+
msgid "Require login to post listings?"
|
5630 |
+
msgstr "Zurück zum Eintrag."
|
5631 |
|
5632 |
+
#: includes/admin/settings/class-settings-bootstrap.php:222
|
|
|
5633 |
msgctxt "settings"
|
5634 |
+
msgid "Allow anonymous users to edit/manage listings with an access key?"
|
5635 |
+
msgstr ""
|
5636 |
|
5637 |
+
#: includes/admin/settings/class-settings-bootstrap.php:230
|
5638 |
#, fuzzy
|
5639 |
msgctxt "settings"
|
5640 |
+
msgid "Login URL"
|
5641 |
+
msgstr "Login"
|
5642 |
|
5643 |
+
#: includes/admin/settings/class-settings-bootstrap.php:231
|
5644 |
#, fuzzy
|
5645 |
msgctxt "settings"
|
5646 |
+
msgid "Only enter this if using a membership plugin or custom login page."
|
5647 |
+
msgstr ""
|
5648 |
+
"URL deiner Mitgliedserweiterung Registrierungsseite. Nur verwenden wenn du "
|
5649 |
+
"ein Membership Plugin oder eine benutzerdefinierte Registrierungseite "
|
5650 |
+
"benutzt. "
|
5651 |
|
5652 |
+
#: includes/admin/settings/class-settings-bootstrap.php:232
|
5653 |
msgctxt "settings"
|
5654 |
+
msgid "URL of your membership plugin's login page."
|
5655 |
msgstr ""
|
5656 |
|
5657 |
+
#: includes/admin/settings/class-settings-bootstrap.php:241
|
5658 |
#, fuzzy
|
5659 |
msgctxt "settings"
|
5660 |
+
msgid "Registration URL"
|
5661 |
+
msgstr "Registrierungs URL"
|
5662 |
|
5663 |
+
#: includes/admin/settings/class-settings-bootstrap.php:242
|
5664 |
+
#, fuzzy
|
5665 |
msgctxt "settings"
|
5666 |
+
msgid ""
|
5667 |
+
"Only enter this if using a membership plugin or custom registration page."
|
5668 |
msgstr ""
|
5669 |
+
"URL deiner Mitgliedserweiterung Registrierungsseite. Nur verwenden wenn du "
|
5670 |
+
"ein Membership Plugin oder eine benutzerdefinierte Registrierungseite "
|
5671 |
+
"benutzt. "
|
5672 |
|
5673 |
+
#: includes/admin/settings/class-settings-bootstrap.php:243
|
|
|
5674 |
msgctxt "settings"
|
5675 |
+
msgid "URL of your membership plugin's registration page."
|
5676 |
+
msgstr ""
|
5677 |
|
5678 |
+
#: includes/admin/settings/class-settings-bootstrap.php:252
|
|
|
5679 |
msgctxt "settings"
|
5680 |
+
msgid "Allow users to create accounts during listing submit?"
|
5681 |
+
msgstr ""
|
5682 |
|
5683 |
+
#: includes/admin/settings/class-settings-bootstrap.php:279
|
5684 |
#, fuzzy
|
5685 |
msgctxt "settings"
|
5686 |
msgid ""
|
5687 |
+
"Enter text or a URL starting with http. If you use a URL, the Terms and "
|
5688 |
+
"Conditions text will be replaced by a link to the appropiate page."
|
5689 |
+
msgstr ""
|
5690 |
+
"Gib Text oder eine URL ein beginnend mit http. Wenn sie eine URL verwenden "
|
5691 |
+
"werden Bedingungen und Konditionen ersetzt durch einen Link der "
|
5692 |
+
"dazugehörigen Seite."
|
5693 |
+
|
5694 |
+
#: includes/admin/settings/class-settings-bootstrap.php:281
|
5695 |
+
#, fuzzy
|
5696 |
+
msgctxt "settings"
|
5697 |
+
msgid "Terms and Conditions text goes here."
|
5698 |
+
msgstr "Bedingungen und Konditionen"
|
5699 |
+
|
5700 |
+
#: includes/admin/settings/class-settings-bootstrap.php:324
|
5701 |
+
msgctxt "settings"
|
5702 |
+
msgid "Enable high performance searches?"
|
5703 |
msgstr ""
|
|
|
5704 |
|
5705 |
+
#: includes/admin/settings/class-settings-bootstrap.php:333
|
5706 |
#, fuzzy
|
5707 |
msgctxt "settings"
|
5708 |
+
msgid "Advanced"
|
5709 |
+
msgstr "Erweitert"
|
5710 |
|
5711 |
+
#: includes/admin/settings/class-settings-bootstrap.php:339
|
5712 |
#, fuzzy
|
5713 |
msgctxt "settings"
|
5714 |
+
msgid "Disable advanced CPT integration?"
|
5715 |
+
msgstr "Email Erinnerung"
|
|
|
|
|
|
|
|
|
5716 |
|
5717 |
+
#: includes/admin/settings/class-settings-bootstrap.php:348
|
5718 |
msgctxt "settings"
|
5719 |
+
msgid "Disable Frontend Listing Submission?"
|
5720 |
msgstr ""
|
5721 |
|
5722 |
+
#: includes/admin/settings/class-settings-bootstrap.php:349
|
5723 |
msgctxt "settings"
|
5724 |
msgid ""
|
5725 |
+
"Prevents the Submit Listing button from showing on the main UI, but allows a "
|
5726 |
+
"shortcode for submit listing to function on other pages."
|
|
|
|
|
5727 |
msgstr ""
|
5728 |
|
5729 |
+
#: includes/admin/settings/class-settings-bootstrap.php:357
|
5730 |
#, fuzzy
|
5731 |
msgctxt "settings"
|
5732 |
+
msgid "Enqueue Business Directory's FontAwesome styles?"
|
5733 |
+
msgstr "Branchenverzeichnis - letzte Einträge"
|
5734 |
|
5735 |
+
#: includes/admin/settings/class-settings-bootstrap.php:358
|
|
|
5736 |
msgctxt "settings"
|
5737 |
+
msgid ""
|
5738 |
+
"This helps to prevent conflicts with other plugins that already do this. "
|
5739 |
+
"Disable this only if you're having an issue with FontAwesome icons and have "
|
5740 |
+
"performed a conflict test to validate this is a multiple styles enqueueing "
|
5741 |
+
"issue."
|
5742 |
+
msgstr ""
|
5743 |
|
5744 |
+
#: includes/admin/settings/class-settings-bootstrap.php:439
|
5745 |
#, fuzzy
|
5746 |
msgctxt "settings"
|
5747 |
+
msgid "Contact Form"
|
5748 |
+
msgstr "Zurücksetzen"
|
5749 |
|
5750 |
+
#: includes/admin/settings/class-settings-bootstrap.php:448
|
5751 |
#, fuzzy
|
5752 |
msgctxt "settings"
|
5753 |
+
msgid "Listings per page"
|
5754 |
+
msgstr "Einträge pro Seite"
|
5755 |
|
5756 |
+
#: includes/admin/settings/class-settings-bootstrap.php:449
|
5757 |
#, fuzzy
|
5758 |
msgctxt "settings"
|
5759 |
+
msgid ""
|
5760 |
+
"Number of listings to show per page. Use a value of \"0\" to show all "
|
5761 |
+
"listings."
|
5762 |
msgstr ""
|
5763 |
+
"Nummer der Einträge die pro Seite angezeigt werden. Benutze einen Wert von "
|
5764 |
+
"\"0\" um alle Einträge anzuzeigen."
|
5765 |
|
5766 |
+
#: includes/admin/settings/class-settings-bootstrap.php:460
|
5767 |
#, fuzzy
|
5768 |
msgctxt "settings"
|
5769 |
+
msgid "Listing duration for no-fee sites (in days)"
|
5770 |
+
msgstr "Eintrag Zeitraum für kostenlose Seiten (in Tagen)"
|
5771 |
|
5772 |
+
#: includes/admin/settings/class-settings-bootstrap.php:461
|
5773 |
#, fuzzy
|
5774 |
msgctxt "settings"
|
5775 |
msgid ""
|
5776 |
+
"Use a value of \"0\" to keep a listing alive indefinitely or enter a number "
|
5777 |
+
"less than 10 years (3650 days)."
|
5778 |
msgstr ""
|
5779 |
+
"Benutze einen Wert von \"0\" um ein Eintrag undefiniert zu lassen oder "
|
5780 |
+
"benutze eine Nummer unter 10 Jahren (3650 Tage)"
|
5781 |
|
5782 |
+
#: includes/admin/settings/class-settings-bootstrap.php:473
|
5783 |
#, fuzzy
|
5784 |
msgctxt "settings"
|
5785 |
+
msgid "Turn on listing renewal option?"
|
5786 |
+
msgstr "Option zur Erneuerung von Einträgen aktivieren?"
|
5787 |
|
5788 |
+
#: includes/admin/settings/class-settings-bootstrap.php:482
|
5789 |
msgctxt "settings"
|
5790 |
+
msgid "Open detailed view of listing in new tab?"
|
5791 |
msgstr ""
|
5792 |
|
5793 |
+
#: includes/admin/settings/class-settings-bootstrap.php:492
|
5794 |
#, fuzzy
|
5795 |
msgctxt "settings"
|
5796 |
+
msgid "Include button to report listings?"
|
5797 |
+
msgstr "Zurück zum Eintrag."
|
|
|
|
|
|
|
|
|
|
|
5798 |
|
5799 |
+
#: includes/admin/settings/class-settings-bootstrap.php:501
|
5800 |
msgctxt "settings"
|
5801 |
+
msgid "Enable report listing for registered users only"
|
5802 |
msgstr ""
|
5803 |
|
5804 |
+
#: includes/admin/settings/class-settings-bootstrap.php:511
|
|
|
5805 |
msgctxt "settings"
|
5806 |
+
msgid "Report listing option list"
|
5807 |
msgstr ""
|
5808 |
|
5809 |
+
#: includes/admin/settings/class-settings-bootstrap.php:512
|
5810 |
msgctxt "settings"
|
5811 |
+
msgid ""
|
5812 |
+
"Form option list to report a listing as inappropriate. One option per line."
|
5813 |
msgstr ""
|
5814 |
|
5815 |
+
#: includes/admin/settings/class-settings-bootstrap.php:523
|
5816 |
#, fuzzy
|
5817 |
msgctxt "settings"
|
5818 |
+
msgid "Include listing contact form on listing pages?"
|
5819 |
+
msgstr "Kontaktform in Eintragsseiten einfügen?"
|
5820 |
|
5821 |
+
#: includes/admin/settings/class-settings-bootstrap.php:524
|
5822 |
+
#, fuzzy
|
5823 |
msgctxt "settings"
|
5824 |
+
msgid ""
|
5825 |
+
"Allows visitors to contact listing authors privately. Authors will receive "
|
5826 |
+
"the messages via email."
|
5827 |
msgstr ""
|
5828 |
+
"Benutzer erlauben den Eintragsauthor privat zu kontaktieren. Der Author "
|
5829 |
+
"bekommt eine Nachricht per E-mail zugeschickt."
|
5830 |
|
5831 |
+
#: includes/admin/settings/class-settings-bootstrap.php:533
|
5832 |
#, fuzzy
|
5833 |
msgctxt "settings"
|
5834 |
+
msgid "Require login for using the contact form?"
|
5835 |
+
msgstr "Einloggen um das Kontaktformular nutzen zu können?"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5836 |
|
5837 |
+
#: includes/admin/settings/class-settings-bootstrap.php:544
|
5838 |
+
#, fuzzy
|
5839 |
+
msgctxt "settings"
|
5840 |
+
msgid "Maximum number of daily contact form submits from registered users"
|
5841 |
+
msgstr "Maximale Nummer der Kontaktformmails die pro Tag zugesendet werden"
|
5842 |
|
5843 |
+
#: includes/admin/settings/class-settings-bootstrap.php:545
|
5844 |
+
#, fuzzy
|
5845 |
+
msgctxt "settings"
|
5846 |
msgid ""
|
5847 |
+
"Use this to prevent spamming of listing owners from logged in users. 0 means "
|
5848 |
+
"unlimited submits per day."
|
5849 |
msgstr ""
|
5850 |
+
"Benutze dieses Feld um spamming von Einträgen zu vermeiden. 0 heisst "
|
5851 |
+
"unbegrenzt pro Tag."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5852 |
|
5853 |
+
#: includes/admin/settings/class-settings-bootstrap.php:557
|
5854 |
#, fuzzy
|
5855 |
+
msgctxt "settings"
|
5856 |
+
msgid "Maximum number of contact form submits for each listing per day"
|
5857 |
+
msgstr "Maximale Nummer der Kontaktformmails die pro Tag zugesendet werden"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5858 |
|
5859 |
+
#: includes/admin/settings/class-settings-bootstrap.php:558
|
5860 |
+
#, fuzzy
|
5861 |
+
msgctxt "settings"
|
5862 |
+
msgid ""
|
5863 |
+
"Use this to set contact submits limit for each listing in the directory. 0 "
|
5864 |
+
"means unlimited submits per day."
|
5865 |
msgstr ""
|
5866 |
+
"Benutze dieses Feld um spamming von Einträgen zu vermeiden. 0 heisst "
|
5867 |
+
"unbegrenzt pro Tag."
|
5868 |
|
5869 |
+
#: includes/admin/settings/class-settings-bootstrap.php:570
|
5870 |
#, fuzzy
|
5871 |
+
msgctxt "settings"
|
5872 |
+
msgid "Include comment form on listing pages?"
|
5873 |
+
msgstr "Kommentarform einfügen in Eintragsseiten?"
|
5874 |
|
5875 |
+
#: includes/admin/settings/class-settings-bootstrap.php:585
|
5876 |
+
#, fuzzy
|
5877 |
+
msgctxt "settings"
|
5878 |
+
msgid "Show listings under categories on main page?"
|
5879 |
+
msgstr "Einträge unter Kategorien anzeigen auf der Hauptseite?"
|
5880 |
|
5881 |
+
#: includes/admin/settings/class-settings-bootstrap.php:595
|
5882 |
+
msgctxt "settings"
|
5883 |
+
msgid ""
|
5884 |
+
"Prevents featured listings from floating to the top of the selected page."
|
5885 |
+
msgstr ""
|
5886 |
+
|
5887 |
+
#: includes/admin/settings/class-settings-bootstrap.php:625
|
5888 |
+
msgctxt "settings"
|
5889 |
+
msgid ""
|
5890 |
+
"The user ID or login of an existing user account. If login is not required "
|
5891 |
+
"to submit listings, this user will own them. A site admin or another user "
|
5892 |
+
"that will not a be posting a listing is best."
|
5893 |
+
msgstr ""
|
5894 |
|
5895 |
+
#: includes/admin/settings/class-settings-bootstrap.php:647
|
5896 |
+
#, fuzzy
|
5897 |
+
msgctxt "settings"
|
5898 |
+
msgid "Edit post status"
|
5899 |
+
msgstr "Post Status Bearbeiten"
|
5900 |
|
5901 |
+
#: includes/admin/settings/class-settings-bootstrap.php:662
|
5902 |
+
#, fuzzy
|
5903 |
+
msgctxt "settings"
|
5904 |
+
msgid "Status of deleted listings"
|
5905 |
+
msgstr "Status der gelöschten Einträge"
|
5906 |
|
5907 |
+
#: includes/admin/settings/class-settings-bootstrap.php:713
|
5908 |
#, fuzzy
|
5909 |
+
msgctxt "settings"
|
5910 |
+
msgid "Submit Listing instructions message"
|
5911 |
+
msgstr "Nachricht mit Anweisungen für einen neuen Eintrag"
|
5912 |
|
5913 |
+
#: includes/admin/settings/class-settings-bootstrap.php:724
|
5914 |
+
#, fuzzy
|
5915 |
+
msgctxt "settings"
|
5916 |
+
msgid "Order categories list by"
|
5917 |
+
msgstr "Kategorieliste sortieren nach"
|
5918 |
|
5919 |
+
#: includes/admin/settings/class-settings-bootstrap.php:738
|
5920 |
+
#, fuzzy
|
5921 |
+
msgctxt "settings"
|
5922 |
+
msgid "Sort order for categories"
|
5923 |
+
msgstr "Sortierung für Kategorien"
|
5924 |
|
5925 |
+
#: includes/admin/settings/class-settings-bootstrap.php:751
|
5926 |
+
#, fuzzy
|
5927 |
+
msgctxt "settings"
|
5928 |
+
msgid "Show category post count?"
|
5929 |
+
msgstr "Kategoriepost Anzahl anzeigen?"
|
5930 |
|
5931 |
+
#: includes/admin/settings/class-settings-bootstrap.php:760
|
5932 |
+
#, fuzzy
|
5933 |
+
msgctxt "settings"
|
5934 |
+
msgid "Hide empty categories?"
|
5935 |
+
msgstr "Leere Kategorien verbergen?"
|
5936 |
|
5937 |
+
#: includes/admin/settings/class-settings-bootstrap.php:769
|
5938 |
+
#, fuzzy
|
5939 |
+
msgctxt "settings"
|
5940 |
+
msgid "Show only parent categories in category list?"
|
5941 |
+
msgstr "Nur Elternkategorien in Kategorieliste anzeigen?"
|
|
|
5942 |
|
5943 |
+
#: includes/admin/settings/class-settings-bootstrap.php:781
|
5944 |
+
#, fuzzy
|
5945 |
+
msgctxt "settings"
|
5946 |
+
msgid "Order directory listings by"
|
5947 |
+
msgstr "Anordnung Verzeichniseinträge durch"
|
|
|
5948 |
|
5949 |
+
#: includes/admin/settings/class-settings-bootstrap.php:805
|
5950 |
+
#, fuzzy
|
5951 |
+
msgctxt "settings"
|
5952 |
+
msgid "Sort directory listings by"
|
5953 |
+
msgstr "Verzeichnissortierung der Einträge durch"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5954 |
|
5955 |
+
#: includes/admin/settings/class-settings-bootstrap.php:806
|
5956 |
+
#, fuzzy
|
5957 |
+
msgctxt "settings"
|
5958 |
+
msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
|
5959 |
+
msgstr ""
|
5960 |
+
"Aufsteigend für aufsteigende Reihenfolge A-Z, Absteigend für absteigende "
|
5961 |
+
"Reihenfolge Z-A"
|
5962 |
|
5963 |
+
#: includes/admin/settings/class-settings-bootstrap.php:819
|
5964 |
+
#, fuzzy
|
5965 |
+
msgctxt "settings"
|
5966 |
+
msgid "Enable sort bar?"
|
5967 |
+
msgstr "Sortierung aktivieren?"
|
5968 |
|
5969 |
+
#: includes/admin/settings/class-settings-bootstrap.php:828
|
5970 |
+
#, fuzzy
|
5971 |
+
msgctxt "settings"
|
5972 |
+
msgid "Sortbar Fields"
|
5973 |
+
msgstr "Sortierbare Felder"
|
5974 |
|
5975 |
+
#: includes/admin/settings/class-settings-bootstrap.php:846
|
5976 |
+
#, fuzzy
|
5977 |
+
msgctxt "settings"
|
5978 |
+
msgid "Show the \"Submit listing\" button."
|
5979 |
+
msgstr "\"Eintrag erstellen” Schaltfläche anzeigen."
|
5980 |
|
5981 |
+
#: includes/admin/settings/class-settings-bootstrap.php:847
|
5982 |
+
msgctxt "settings"
|
5983 |
+
msgid ""
|
5984 |
+
"Hides the button used by the main UI to allow listing submission, but does "
|
5985 |
+
"not shut off the use of the link for submitting listings (allows you to "
|
5986 |
+
"customize the submit listing button on your own)"
|
5987 |
+
msgstr ""
|
5988 |
|
5989 |
+
#: includes/admin/settings/class-settings-bootstrap.php:857
|
5990 |
+
#, fuzzy
|
5991 |
+
msgctxt "settings"
|
5992 |
+
msgid "Show \"Search listings\"."
|
5993 |
+
msgstr "\"Einträge durchsuchen\" anzeigen"
|
5994 |
|
5995 |
+
#: includes/admin/settings/class-settings-bootstrap.php:866
|
5996 |
+
#, fuzzy
|
5997 |
+
msgctxt "settings"
|
5998 |
+
msgid "Show the \"View Listings\" button."
|
5999 |
+
msgstr "\"Einträge anschauen\" Schaltfläche anzeigen"
|
6000 |
|
6001 |
+
#: includes/admin/settings/class-settings-bootstrap.php:875
|
6002 |
+
#, fuzzy
|
6003 |
+
msgctxt "settings"
|
6004 |
+
msgid "Show the \"Manage Listings\" button."
|
6005 |
+
msgstr "\"Einträge anschauen\" Schaltfläche anzeigen"
|
|
|
|
|
|
|
6006 |
|
6007 |
+
#: includes/admin/settings/class-settings-bootstrap.php:884
|
6008 |
+
#, fuzzy
|
6009 |
+
msgctxt "settings"
|
6010 |
+
msgid "Show the \"Directory\" button."
|
6011 |
+
msgstr "\"Verzeichnis\" Schaltfläche anzeigen"
|
6012 |
|
6013 |
+
#: includes/admin/settings/class-settings-bootstrap.php:920
|
6014 |
+
#, fuzzy
|
6015 |
+
msgctxt "settings"
|
6016 |
+
msgid "Image Settings"
|
6017 |
+
msgstr "Bildeinstellungen"
|
6018 |
|
6019 |
+
#: includes/admin/settings/class-settings-bootstrap.php:925
|
6020 |
+
#, fuzzy
|
6021 |
+
msgctxt "settings"
|
6022 |
+
msgid "Allow images?"
|
6023 |
+
msgstr "Bilder erlauben?"
|
6024 |
|
6025 |
+
#: includes/admin/settings/class-settings-bootstrap.php:936
|
6026 |
+
#, fuzzy
|
6027 |
+
msgctxt "settings"
|
6028 |
+
msgid "Min Image File Size (KB)"
|
6029 |
+
msgstr "Maximale Bildgröße (KB)"
|
6030 |
|
6031 |
+
#: includes/admin/settings/class-settings-bootstrap.php:947
|
6032 |
#, fuzzy
|
6033 |
+
msgctxt "settings"
|
6034 |
+
msgid "Max Image File Size (KB)"
|
6035 |
+
msgstr "Maximale Bildgröße (KB)"
|
6036 |
|
6037 |
+
#: includes/admin/settings/class-settings-bootstrap.php:958
|
6038 |
#, fuzzy
|
6039 |
+
msgctxt "settings"
|
6040 |
+
msgid "Min image width (px)"
|
6041 |
+
msgstr "Bildergröße (in px):"
|
6042 |
|
6043 |
+
#: includes/admin/settings/class-settings-bootstrap.php:967
|
6044 |
#, fuzzy
|
6045 |
+
msgctxt "settings"
|
6046 |
+
msgid "Min image height (px)"
|
6047 |
+
msgstr "Bilderhöhe (in px):"
|
6048 |
|
6049 |
+
#: includes/admin/settings/class-settings-bootstrap.php:980
|
6050 |
+
#, fuzzy
|
6051 |
+
msgctxt "settings"
|
6052 |
+
msgid "Max image width (px)"
|
6053 |
+
msgstr "Maximale Bildbreite"
|
6054 |
|
6055 |
+
#: includes/admin/settings/class-settings-bootstrap.php:991
|
6056 |
+
#, fuzzy
|
6057 |
+
msgctxt "settings"
|
6058 |
+
msgid "Max image height (px)"
|
6059 |
+
msgstr "Maximale Bildhöhe"
|
6060 |
|
6061 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1002
|
6062 |
+
#, fuzzy
|
6063 |
+
msgctxt "settings"
|
6064 |
+
msgid "Turn on thickbox/lightbox?"
|
6065 |
+
msgstr "Kontrollkästchen/Leuchtkasten aktivieren?"
|
6066 |
|
6067 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1003
|
6068 |
+
#, fuzzy
|
6069 |
+
msgctxt "settings"
|
6070 |
msgid ""
|
6071 |
+
"Uncheck if it conflicts with other elements or plugins installed on your site"
|
|
|
|
|
|
|
6072 |
msgstr ""
|
6073 |
+
"Deaktivieren wenn Konflikte mit anderen Elementen oder installierten "
|
6074 |
+
"Erweiterungen entstehen"
|
|
|
|
|
|
|
6075 |
|
6076 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1009
|
6077 |
+
#, fuzzy
|
6078 |
+
msgctxt "settings"
|
6079 |
+
msgid "Thumbnails"
|
6080 |
+
msgstr "Thumbnails"
|
6081 |
|
6082 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1016
|
6083 |
+
#, fuzzy
|
6084 |
+
msgctxt "settings"
|
6085 |
+
msgid "Thumbnail width (px)"
|
6086 |
+
msgstr "Thumbnailbreite"
|
6087 |
|
6088 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1027
|
6089 |
+
#, fuzzy
|
6090 |
+
msgctxt "settings"
|
6091 |
+
msgid "Thumbnail height (px)"
|
6092 |
+
msgstr "Thumbnailbreite"
|
6093 |
|
6094 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1036
|
6095 |
+
#, fuzzy
|
6096 |
+
msgctxt "settings"
|
6097 |
+
msgid "Crop thumbnails to exact dimensions?"
|
6098 |
+
msgstr "Vorschaubild auf die exakte Maße abschneiden?"
|
6099 |
+
|
6100 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1037
|
6101 |
+
#, fuzzy
|
6102 |
+
msgctxt "settings"
|
6103 |
msgid ""
|
6104 |
+
"When enabled images will match exactly the dimensions above but part of the "
|
6105 |
+
"image may be cropped out. If disabled, image thumbnails will be resized to "
|
6106 |
+
"match the specified width and their height will be adjusted proportionally. "
|
6107 |
+
"Depending on the uploaded images, thumbnails may have different heights."
|
6108 |
msgstr ""
|
6109 |
+
"Wenn diese Funktion aktiviert ist, werden Bilder genau den obigen "
|
6110 |
+
"Abmessungen entsprechen, evtl. wird ein Teil des Bildes abgeschnitten. Wenn "
|
6111 |
+
"diese Option deaktiviert ist, werden die Bilddarstellungen mit der "
|
6112 |
+
"angegebenen Breite und Höhe verkleinert und wird proportional angepasst. "
|
6113 |
+
"Abhängig von den hochgeladenen Bildern können Thumbnails unterschiedliche "
|
6114 |
+
"Höhen haben."
|
6115 |
|
6116 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1048
|
6117 |
+
msgctxt "settings"
|
6118 |
+
msgid "Enforce image upload on submit/edit?"
|
6119 |
+
msgstr ""
|
6120 |
|
6121 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1057
|
6122 |
+
#, fuzzy
|
6123 |
+
msgctxt "settings"
|
6124 |
+
msgid "Number of free images"
|
6125 |
+
msgstr "Nummer der freien Bilder"
|
6126 |
|
6127 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1069
|
6128 |
+
msgctxt "settings"
|
6129 |
+
msgid "Use \"Coming Soon\" photo for listings without any (primary) images?"
|
6130 |
+
msgstr ""
|
6131 |
|
6132 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1091
|
6133 |
+
#, fuzzy
|
6134 |
+
msgctxt "settings"
|
6135 |
+
msgid "Default thumbnail image size"
|
6136 |
+
msgstr "Voreingestellter-Nutzer"
|
6137 |
|
6138 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1094
|
6139 |
+
msgctxt "settings"
|
6140 |
msgid ""
|
6141 |
+
"This indicates the size of the thumbnail to be used both in excerpt and "
|
6142 |
+
"detail views. For CROPPED image size values, we use the EXACT size defined. "
|
6143 |
+
"For all other values, we preserve the aspect ratio of the image and use the "
|
6144 |
+
"width as the starting point."
|
6145 |
msgstr ""
|
|
|
|
|
6146 |
|
6147 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1102
|
6148 |
#, fuzzy
|
6149 |
+
msgctxt "settings"
|
6150 |
+
msgid "Show Thumbnail on main listings page?"
|
6151 |
+
msgstr "Thumbnail auf der Eintragshauptseite anzeigen?"
|
6152 |
|
6153 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1111
|
6154 |
+
#, fuzzy
|
6155 |
+
msgctxt "settings"
|
6156 |
+
msgid "Featured Badge image"
|
6157 |
+
msgstr "Featured Levels Module"
|
|
|
|
|
|
|
6158 |
|
6159 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1120
|
6160 |
+
#, fuzzy
|
6161 |
+
msgctxt "settings"
|
6162 |
+
msgid "Featured Badge URL"
|
6163 |
+
msgstr "Featured Levels Module"
|
6164 |
|
6165 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1121
|
6166 |
+
msgctxt "settings"
|
6167 |
+
msgid "Use this to set Featured Badge image as a link to a defined URL."
|
6168 |
+
msgstr ""
|
6169 |
|
6170 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1131
|
6171 |
+
msgctxt "settings"
|
6172 |
+
msgid "Display featured (sticky) badge on listing:"
|
6173 |
+
msgstr ""
|
6174 |
|
6175 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1147
|
6176 |
+
#, fuzzy
|
6177 |
+
msgctxt "settings"
|
6178 |
+
msgid "Fee Order"
|
6179 |
+
msgstr "Auftrag"
|
6180 |
|
6181 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1160
|
6182 |
#, fuzzy
|
6183 |
+
msgctxt "settings"
|
6184 |
+
msgid "Turn On payments?"
|
6185 |
+
msgstr "Bezahlungen aktivieren?"
|
|
|
|
|
|
|
|
|
|
|
|
|
6186 |
|
6187 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1169
|
6188 |
#, fuzzy
|
6189 |
+
msgctxt "settings"
|
6190 |
+
msgid "Put payment gateways in test mode?"
|
6191 |
+
msgstr "Bezahlungsgateway im Testmodus ausführen?"
|
6192 |
|
6193 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1180
|
6194 |
#, fuzzy
|
6195 |
+
msgctxt "settings"
|
6196 |
+
msgid "Currency Code"
|
6197 |
+
msgstr "Währungsschlüssel"
|
6198 |
|
6199 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1219
|
6200 |
#, fuzzy
|
6201 |
+
msgctxt "settings"
|
6202 |
+
msgid "Currency Symbol"
|
6203 |
+
msgstr "Währungssymbol"
|
6204 |
+
|
6205 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1229
|
6206 |
+
#, fuzzy
|
6207 |
+
msgctxt "settings"
|
6208 |
+
msgid "Currency symbol display"
|
6209 |
+
msgstr "Währungssymbol Anzeige"
|
6210 |
+
|
6211 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1244
|
6212 |
+
msgctxt "settings"
|
6213 |
+
msgid "Include fee description in receipt?"
|
6214 |
msgstr ""
|
|
|
|
|
6215 |
|
6216 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1254
|
6217 |
#, fuzzy
|
6218 |
+
msgctxt "settings"
|
6219 |
+
msgid "Thank you for payment message"
|
6220 |
+
msgstr "Danke für die Bezahlung Nachricht"
|
6221 |
|
6222 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1308
|
6223 |
+
msgctxt "settings"
|
6224 |
+
msgid "Ask users to come back for abandoned payments?"
|
6225 |
+
msgstr ""
|
6226 |
+
|
6227 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1320
|
6228 |
#, fuzzy
|
6229 |
+
msgctxt "settings"
|
6230 |
+
msgid "Listing abandonment threshold (hours)"
|
6231 |
+
msgstr "Eintragsabbuchungsemail Grenze (in tagen)"
|
6232 |
|
6233 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1337
|
6234 |
#, fuzzy
|
6235 |
+
msgctxt "settings"
|
6236 |
+
msgid "Display email address fields publicly?"
|
6237 |
+
msgstr "E-mail Adressfeld öffentlich anzeigen?"
|
6238 |
|
6239 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1338
|
|
|
6240 |
#, fuzzy
|
6241 |
+
msgctxt "settings"
|
6242 |
+
msgid ""
|
6243 |
+
"Shows the email address of the listing owner to all web users. NOT "
|
6244 |
+
"RECOMMENDED as this increases spam to the address and allows spam bots to "
|
6245 |
+
"harvest it for future use."
|
6246 |
+
msgstr ""
|
6247 |
+
"E-mailadresse allen Benutzern anzeigen. NICHT ZU EMPFEHLEN. Achtung Spam!"
|
6248 |
|
6249 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1347
|
6250 |
#, fuzzy
|
6251 |
+
msgctxt "settings"
|
6252 |
+
msgid "How to determine the listing's email address?"
|
6253 |
+
msgstr "Wie legt man die E-mailadresse für einen Eintrag fest?"
|
6254 |
|
6255 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1348
|
6256 |
#, fuzzy
|
6257 |
+
msgctxt "settings"
|
6258 |
+
msgid ""
|
6259 |
+
"This affects emails sent to listing owners via contact forms or when their "
|
6260 |
+
"listings expire."
|
6261 |
+
msgstr ""
|
6262 |
+
"Dies bewirkt, dass eine E-mail an den Eigentümer geschickt wird, wenn der "
|
6263 |
+
"Eintrag abläuft."
|
6264 |
|
6265 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1361
|
6266 |
+
msgctxt "settings"
|
6267 |
+
msgid "Email Content-Type header"
|
6268 |
msgstr ""
|
6269 |
|
6270 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1362
|
6271 |
+
msgctxt "settings"
|
6272 |
+
msgid ""
|
6273 |
+
"Use this setting to control the format of the emails explicitly. Some "
|
6274 |
+
"plugins for email do not correctly support Content Type unless explicitly "
|
6275 |
+
"set, you can do that here. If you're unsure, try \"HTML\", \"Plain\" and "
|
6276 |
+
"then \"Both\"."
|
6277 |
msgstr ""
|
6278 |
|
6279 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1423
|
|
|
|
|
6280 |
#, fuzzy
|
6281 |
+
msgctxt "settings"
|
6282 |
+
msgid "Templates"
|
6283 |
+
msgstr "E-mail Templates"
|
6284 |
|
6285 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1428
|
|
|
|
|
6286 |
#, fuzzy
|
6287 |
+
msgctxt "settings"
|
6288 |
+
msgid "Email confirmation message"
|
6289 |
+
msgstr "Email Bestätigungsnachricht"
|
6290 |
|
6291 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1429
|
6292 |
#, fuzzy
|
6293 |
+
msgctxt "settings"
|
6294 |
+
msgid "Sent after a listing has been submitted."
|
6295 |
+
msgstr "Senden nachdem der Eintrag eingestellt wurde."
|
6296 |
|
6297 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1447
|
6298 |
#, fuzzy
|
6299 |
+
msgctxt "settings"
|
6300 |
+
msgid "Listing published message"
|
6301 |
+
msgstr "Eintrag veröffentlicht Nachricht"
|
6302 |
|
6303 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1448
|
6304 |
#, fuzzy
|
6305 |
+
msgctxt "settings"
|
6306 |
+
msgid "Sent when the listing has been published or approved by an admin."
|
6307 |
+
msgstr ""
|
6308 |
+
"Senden wenn der Eintrag vom Administrator genehmigt oder veröffentlicht "
|
6309 |
+
"wurde."
|
6310 |
|
6311 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1465
|
6312 |
#, fuzzy
|
6313 |
+
msgctxt "settings"
|
6314 |
+
msgid "Listing Contact Message"
|
6315 |
+
msgstr "Neue Eintrag Anweisungen"
|
6316 |
|
6317 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1466
|
6318 |
#, fuzzy
|
6319 |
+
msgctxt "settings"
|
6320 |
+
msgid ""
|
6321 |
+
"Sent to listing owners when someone uses the contact form on their listing "
|
6322 |
+
"pages."
|
6323 |
+
msgstr ""
|
6324 |
+
"An den Eigentümer senden wenn jemand die Kontaktform auf Ihrer Eintragsseite "
|
6325 |
+
"verwendet."
|
6326 |
|
6327 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1506
|
6328 |
#, fuzzy
|
6329 |
+
msgctxt "settings"
|
6330 |
+
msgid "Payment completed message"
|
6331 |
+
msgstr "Erneuerungserinnerung E-mail Nachricht"
|
|
|
|
|
|
|
|
|
|
|
6332 |
|
6333 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1507
|
6334 |
+
msgctxt "settings"
|
6335 |
+
msgid "Sent after a Listing's payment is verified by Gateway or admins."
|
6336 |
msgstr ""
|
6337 |
|
6338 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1543
|
|
|
|
|
|
|
|
|
|
|
|
|
6339 |
#, fuzzy
|
6340 |
+
msgctxt "settings"
|
6341 |
+
msgid "Payment abandoned reminder message"
|
6342 |
+
msgstr "Erneuerungserinnerung E-mail Nachricht"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6343 |
|
6344 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1544
|
6345 |
+
msgctxt "settings"
|
6346 |
+
msgid "Sent some time after a pending payment is abandoned by users."
|
6347 |
+
msgstr ""
|
6348 |
|
6349 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1686
|
6350 |
+
msgctxt "settings"
|
6351 |
+
msgid "Cropped"
|
6352 |
+
msgstr ""
|
6353 |
|
6354 |
+
#: includes/admin/settings/class-settings.php:495
|
6355 |
+
#: includes/admin/settings/class-settings.php:506
|
6356 |
+
msgctxt "settings"
|
6357 |
+
msgid "\"%s\" can not be empty."
|
6358 |
+
msgstr ""
|
6359 |
|
6360 |
+
#: includes/admin/settings/class-settings.php:523
|
6361 |
+
msgctxt "settings"
|
6362 |
+
msgid "The slug \"%s\" is already in use for another taxonomy."
|
6363 |
+
msgstr ""
|
6364 |
|
6365 |
+
#: includes/licensing.php:238
|
6366 |
#, fuzzy
|
6367 |
+
msgctxt "settings"
|
6368 |
+
msgid "Themes"
|
6369 |
+
msgstr "Preise Verwalten"
|
|
|
|
|
|
|
|
|
|
|
6370 |
|
6371 |
+
#: includes/licensing.php:309 includes/licensing.php:310
|
6372 |
+
msgctxt "settings"
|
6373 |
+
msgid "Please wait..."
|
6374 |
+
msgstr ""
|
6375 |
|
6376 |
+
#: includes/licensing.php:310
|
6377 |
#, fuzzy
|
6378 |
+
msgctxt "settings"
|
6379 |
+
msgid "Deauthorize"
|
6380 |
msgstr "Aktiviere Lizenz"
|
6381 |
|
6382 |
+
#: includes/admin/controllers/class-themes-admin.php:43
|
6383 |
+
msgctxt "themes"
|
6384 |
+
msgid "Directory Themes"
|
6385 |
+
msgstr "Verzeichnis Themes"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6386 |
|
6387 |
+
#: includes/admin/controllers/class-themes-admin.php:113
|
6388 |
+
msgctxt "themes"
|
6389 |
+
msgid "Could not change the active theme to \"%s\"."
|
6390 |
+
msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
|
6391 |
|
6392 |
+
#: includes/admin/controllers/class-themes-admin.php:156
|
6393 |
+
msgctxt "themes"
|
6394 |
+
msgid "Active theme changed to \"%s\"."
|
6395 |
+
msgstr "Das aktive Theme wurde geändert zu \"%s\"."
|
6396 |
|
6397 |
+
#: includes/admin/controllers/class-themes-admin.php:159
|
6398 |
+
msgctxt "themes"
|
6399 |
msgid ""
|
6400 |
+
"%s requires that you tag your existing fields to match some places we want "
|
6401 |
+
"to put your data on the theme. Below are fields we think are missing."
|
|
|
|
|
6402 |
msgstr ""
|
6403 |
+
"%s erfordert, dass Sie die vorhandenen Felder markieren, um einige Stellen "
|
6404 |
+
"zu treffen, um Ihre Daten auf das Theme zu platzieren. Unten sind Felder, "
|
6405 |
+
"von denen wir vermuten, dass sie fehlen."
|
|
|
|
|
6406 |
|
6407 |
+
#: includes/admin/controllers/class-themes-admin.php:170
|
6408 |
+
msgctxt "themes"
|
6409 |
+
msgid "Map My Fields"
|
6410 |
+
msgstr "Formularfelder verknüpfen"
|
6411 |
|
6412 |
+
#: includes/admin/controllers/class-themes-admin.php:178
|
6413 |
+
msgctxt "themes"
|
6414 |
+
msgid "Suggested fields created successfully."
|
6415 |
msgstr "Benötigtes Feld wurde erfolgreich erstellt."
|
6416 |
|
6417 |
+
#: includes/admin/controllers/class-themes-admin.php:181
|
6418 |
+
msgctxt "themes"
|
6419 |
+
msgid "Theme installed successfully."
|
6420 |
+
msgstr "Benötigtes Feld wurde erfolgreich erstellt."
|
6421 |
|
6422 |
+
#: includes/admin/controllers/class-themes-admin.php:184
|
6423 |
#, fuzzy
|
6424 |
+
msgctxt "themes"
|
6425 |
+
msgid "Theme was deleted successfully."
|
6426 |
+
msgstr "Der Import wurde erfolgreich abgeschlossen."
|
6427 |
|
6428 |
+
#: includes/admin/controllers/class-themes-admin.php:187
|
6429 |
+
msgctxt "themes"
|
6430 |
+
msgid "Could not delete theme directory. Check permissions."
|
6431 |
+
msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
|
|
|
|
|
6432 |
|
6433 |
+
#: includes/admin/controllers/class-themes-admin.php:239
|
6434 |
+
msgctxt "themes"
|
6435 |
+
msgid "Please upload a valid theme file."
|
6436 |
+
msgstr "Bitte eine gültige E-mailadresse eingeben."
|
6437 |
|
6438 |
+
#: includes/admin/controllers/class-themes-admin.php:248
|
6439 |
+
msgctxt "themes"
|
6440 |
+
msgid "Could not move \"%s\" to a temporary directory."
|
6441 |
+
msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
|
6442 |
|
6443 |
+
#: includes/admin/controllers/class-themes-admin.php:334
|
6444 |
+
msgctxt "themes"
|
6445 |
+
msgid "Activate your <a>license key</a> to use this theme."
|
6446 |
+
msgstr ""
|
6447 |
+
"Aktivieren Sie Ihren <a>Lizenzschlüssel</a>, um dieses Theme zu verwenden."
|
6448 |
|
6449 |
+
#: includes/admin/controllers/class-themes-admin.php:377
|
6450 |
#, fuzzy
|
6451 |
+
msgctxt "themes"
|
6452 |
+
msgid "Invalid theme ID"
|
6453 |
+
msgstr "Ungültige Feld ID"
|
6454 |
|
6455 |
+
#: includes/admin/controllers/class-themes-admin.php:383
|
6456 |
+
#: includes/admin/upgrades/class-themes-updater.php:170
|
6457 |
+
msgctxt "themes"
|
6458 |
+
msgid "Could not update theme: %s"
|
6459 |
+
msgstr "Konnte Lizenz nicht deaktivieren: %s"
|
6460 |
|
6461 |
+
#: includes/admin/upgrades/class-themes-updater.php:132
|
6462 |
+
msgctxt "themes"
|
6463 |
+
msgid "Updating theme..."
|
6464 |
+
msgstr "Theme wird aktualisiert…"
|
6465 |
|
6466 |
+
#: includes/admin/upgrades/class-themes-updater.php:133
|
6467 |
+
msgctxt "themes"
|
6468 |
+
msgid "Theme updated."
|
6469 |
+
msgstr "Preis aktualisiert."
|
6470 |
|
6471 |
+
#: includes/admin/upgrades/class-themes-updater.php:135
|
6472 |
+
msgctxt "themes"
|
6473 |
+
msgid "New version available (<b>%s</b>). <a>Update now.</a>"
|
6474 |
+
msgstr "neue Version verfügbar (<b>%s</b>). <a>Jetzt aktualisieren</a>."
|
6475 |
|
6476 |
+
#: includes/admin/upgrades/class-themes-updater.php:176
|
6477 |
+
#, fuzzy
|
6478 |
+
msgctxt "themes"
|
6479 |
+
msgid "Theme was updated successfully."
|
6480 |
+
msgstr "Der Import wurde erfolgreich abgeschlossen."
|
|
|
|
|
|
|
6481 |
|
6482 |
+
#: includes/themes.php:949
|
6483 |
+
msgctxt "themes"
|
6484 |
+
msgid "Could not create themes directory."
|
6485 |
+
msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
|
6486 |
|
6487 |
+
#: includes/themes.php:960
|
6488 |
+
msgctxt "themes"
|
6489 |
+
msgid "Could not remove previous theme directory \"%s\"."
|
6490 |
+
msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
|
6491 |
+
|
6492 |
+
#: includes/themes.php:968
|
6493 |
+
msgctxt "themes"
|
6494 |
+
msgid "Could not move new theme into theme directory."
|
6495 |
+
msgstr "Momentan sind keine Einträge im Verzeichnis vorhanden."
|
6496 |
+
|
6497 |
+
#: includes/admin/csv-export.php:50
|
6498 |
+
msgctxt "admin csv-export"
|
6499 |
+
msgid "Could not decode export state information."
|
6500 |
msgstr ""
|
6501 |
|
6502 |
+
#: includes/admin/helpers/csv/class-csv-exporter.php:110
|
6503 |
+
msgctxt "admin csv-export"
|
6504 |
+
msgid "Could not create a temporary directory for handling this CSV export."
|
|
|
|
|
6505 |
msgstr ""
|
6506 |
+
"Es konnte kein temporäres Verzeichnis erstellt werden um den CSV Export "
|
6507 |
+
"durchzuführen."
|
6508 |
|
6509 |
+
#: includes/admin/helpers/csv/class-csv-exporter.php:111
|
6510 |
+
msgctxt "admin csv-export"
|
6511 |
+
msgid "Error while creating a temporary directory for CSV export: %s"
|
|
|
|
|
6512 |
msgstr ""
|
6513 |
+
"Es konnte kein temporäres Verzeichnis erstellt werden um den CSV Export "
|
6514 |
+
"durchzuführen."
|
6515 |
|
6516 |
+
#: templates/admin/csv-export.tpl.php:13
|
6517 |
+
msgctxt "admin csv-export"
|
6518 |
+
msgid ""
|
6519 |
+
"Please note that the export process is a resource intensive task. If your "
|
6520 |
+
"export does not succeed try disabling other plugins first and/or increasing "
|
6521 |
+
"the values of the 'memory_limit' and 'max_execution_time' directives in your "
|
6522 |
+
"server's php.ini configuration file."
|
6523 |
msgstr ""
|
6524 |
+
"Bitte beachte das der Exportprozess eine sehr leistungsintensiver Prozess "
|
6525 |
+
"ist. Wenn der Export nicht funktioniert, versuche zuerst andere "
|
6526 |
+
"Erweiterungen abzuschalten und/oder den Wert von 'memory_limit' und "
|
6527 |
+
"'max_execution_time' in deiner php.ini Konfigurationsdatei anzupassen."
|
6528 |
|
6529 |
+
#: templates/admin/csv-export.tpl.php:29
|
6530 |
+
msgctxt "admin csv-export"
|
6531 |
+
msgid "Export settings"
|
6532 |
+
msgstr "Export Einstellungen"
|
6533 |
+
|
6534 |
+
#: templates/admin/csv-export.tpl.php:33
|
6535 |
+
msgctxt "admin csv-export"
|
6536 |
+
msgid "Which listings to export?"
|
6537 |
+
msgstr "Welche Einträge sollen exportiert werden?"
|
6538 |
+
|
6539 |
+
#: templates/admin/csv-export.tpl.php:37
|
6540 |
+
msgctxt "admin csv-export"
|
6541 |
+
msgid "All"
|
6542 |
+
msgstr "Alle"
|
6543 |
+
|
6544 |
+
#: templates/admin/csv-export.tpl.php:38
|
6545 |
+
msgctxt "admin csv-export"
|
6546 |
+
msgid "Active Only"
|
6547 |
+
msgstr "Nur Aktiv"
|
6548 |
+
|
6549 |
+
#: templates/admin/csv-export.tpl.php:39
|
6550 |
+
msgctxt "admin csv-export"
|
6551 |
+
msgid "Active + Pending Renewal"
|
6552 |
+
msgstr "Aktiv + Ausstehende Erneuerungen"
|
6553 |
+
|
6554 |
+
#: templates/admin/csv-export.tpl.php:45
|
6555 |
+
msgctxt "admin csv-export"
|
6556 |
+
msgid "Export images?"
|
6557 |
+
msgstr "Bilder exportieren?"
|
6558 |
+
|
6559 |
+
#: templates/admin/csv-export.tpl.php:50
|
6560 |
+
msgctxt "admin csv-export"
|
6561 |
+
msgid "Export images"
|
6562 |
+
msgstr "Bilder exportieren"
|
6563 |
+
|
6564 |
+
#: templates/admin/csv-export.tpl.php:52
|
6565 |
+
msgctxt "admin csv-export"
|
6566 |
msgid ""
|
6567 |
+
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
6568 |
+
"both a CSV file and listing images."
|
6569 |
msgstr ""
|
6570 |
+
"Wenn aktiviert, wird anstatt nur einer CSV-Datei, eine ZIP Datei generiert, "
|
6571 |
+
"die sowohl eine CSV-Datei und Eintragsbilder enthält."
|
6572 |
+
|
6573 |
+
#: templates/admin/csv-export.tpl.php:58
|
6574 |
+
msgctxt "admin csv-export"
|
6575 |
+
msgid "Additional metadata to export:"
|
6576 |
+
msgstr "zu exportierende zusätzliche Metadaten"
|
6577 |
+
|
6578 |
+
#: templates/admin/csv-export.tpl.php:63
|
6579 |
+
msgctxt "admin csv-export"
|
6580 |
+
msgid "Include unique IDs for each listing (sequence_id column)."
|
6581 |
+
msgstr "Füge Schlüssel Ids für jeden Eintrag hinzu (sequence_id_column)"
|
6582 |
+
|
6583 |
+
#: templates/admin/csv-export.tpl.php:71
|
6584 |
+
msgctxt "admin csv-export"
|
6585 |
+
msgid "Author information (username)"
|
6586 |
+
msgstr "Author Informationen (Benutzername)"
|
6587 |
|
6588 |
+
#: templates/admin/csv-export.tpl.php:76
|
6589 |
+
msgctxt "admin csv-export"
|
6590 |
+
msgid "Listing expiration date"
|
6591 |
+
msgstr "Eintrag Enddatum"
|
|
|
|
|
6592 |
|
6593 |
+
#: templates/admin/csv-export.tpl.php:80
|
6594 |
+
#, fuzzy
|
6595 |
+
msgctxt "admin csv-export"
|
6596 |
+
msgid "Listing created date"
|
6597 |
+
msgstr "Eintrag Bilder"
|
6598 |
|
6599 |
+
#: templates/admin/csv-export.tpl.php:84
|
6600 |
#, fuzzy
|
6601 |
+
msgctxt "admin csv-export"
|
6602 |
+
msgid "Listing last updated date"
|
6603 |
+
msgstr "Eintrag Enddatum"
|
6604 |
|
6605 |
+
#: templates/admin/csv-export.tpl.php:88
|
6606 |
+
#, fuzzy
|
6607 |
+
msgctxt "admin csv-export"
|
6608 |
+
msgid "Listing T&C acceptance date"
|
6609 |
+
msgstr "Eintrag Bilder"
|
6610 |
|
6611 |
+
#: templates/admin/csv-export.tpl.php:97
|
6612 |
+
msgctxt "admin csv-export"
|
6613 |
+
msgid "What operating system will you use to edit the CSV file?"
|
6614 |
+
msgstr "Welches Betriebssystem verwenden Sie, um die CSV-Datei zu bearbeiten?"
|
|
|
|
|
6615 |
|
6616 |
+
#: templates/admin/csv-export.tpl.php:104
|
6617 |
+
msgctxt "admin csv-export"
|
6618 |
+
msgid "Windows"
|
6619 |
+
msgstr "Windows"
|
6620 |
|
6621 |
+
#: templates/admin/csv-export.tpl.php:109
|
6622 |
+
msgctxt "admin csv-export"
|
6623 |
+
msgid "macOS"
|
6624 |
+
msgstr "MacOS"
|
6625 |
|
6626 |
+
#: templates/admin/csv-export.tpl.php:111
|
6627 |
+
msgctxt "admin csv-export"
|
6628 |
+
msgid ""
|
6629 |
+
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
6630 |
+
"sure all your listings information is displayed properly when you view or "
|
6631 |
+
"edit the CSV file, we need to generate different versions of the file for "
|
6632 |
+
"each operating system."
|
6633 |
+
msgstr ""
|
6634 |
+
"Windows- und MacOS-Versionen von MS Excel behandeln CSV-Dateien "
|
6635 |
+
"unterschiedlich. Um sicherzustellen, dass alle Ihre Listeninformationen "
|
6636 |
+
"korrekt angezeigt werden, wenn Sie die CSV-Datei anzeigen oder bearbeiten, "
|
6637 |
+
"müssen wir für jedes Betriebssystem unterschiedliche Versionen der Datei "
|
6638 |
+
"generieren."
|
6639 |
|
6640 |
+
#: templates/admin/csv-export.tpl.php:129
|
6641 |
+
msgctxt "admin csv-export"
|
6642 |
+
msgid "Category Separator"
|
6643 |
+
msgstr "Kategorietrenner"
|
6644 |
|
6645 |
+
#: templates/admin/csv-export.tpl.php:141
|
6646 |
+
msgctxt "admin csv-export"
|
6647 |
+
msgid "Export Listings"
|
6648 |
+
msgstr "Export Einträge"
|
6649 |
|
6650 |
+
#: templates/admin/csv-export.tpl.php:147
|
6651 |
+
msgctxt "admin csv-export"
|
6652 |
+
msgid "Export in Progress..."
|
6653 |
+
msgstr "Export wird durchgeführt..."
|
6654 |
|
6655 |
+
#: templates/admin/csv-export.tpl.php:148
|
6656 |
+
msgctxt "admin csv-export"
|
6657 |
+
msgid ""
|
6658 |
+
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
6659 |
+
"until the export finishes."
|
6660 |
+
msgstr ""
|
6661 |
+
"Die Exportdatei wurde vorbereitet. Bitte <u>verlasse</u> diese Seite nicht "
|
6662 |
+
"bis der Export abgeschlossen wurde."
|
6663 |
|
6664 |
+
#: templates/admin/csv-export.tpl.php:151
|
6665 |
+
msgctxt "admin csv-export"
|
6666 |
+
msgid "No. of listings:"
|
6667 |
+
msgstr "Anzahl der Einträge:"
|
6668 |
|
6669 |
+
#: templates/admin/csv-export.tpl.php:153
|
6670 |
+
msgctxt "admin csv-export"
|
6671 |
+
msgid "Approximate export file size:"
|
6672 |
+
msgstr "Exportdatei Größe ca. :"
|
6673 |
|
6674 |
+
#: templates/admin/csv-export.tpl.php:160
|
6675 |
+
msgctxt "admin csv-export"
|
6676 |
+
msgid "Cancel Export"
|
6677 |
+
msgstr "Export abbrechen"
|
6678 |
|
6679 |
+
#: templates/admin/csv-export.tpl.php:165
|
6680 |
+
msgctxt "admin csv-export"
|
6681 |
+
msgid "Export Complete"
|
6682 |
+
msgstr "Export vollständig"
|
6683 |
|
6684 |
+
#: templates/admin/csv-export.tpl.php:166
|
6685 |
+
msgctxt "admin csv-export"
|
6686 |
+
msgid ""
|
6687 |
+
"Your export file has been successfully created and it is now ready for "
|
6688 |
+
"download."
|
6689 |
msgstr ""
|
6690 |
+
"Der Export wurde erfolgreich generiert und steht nun zum Herunterladen zur "
|
6691 |
+
"Verfügung."
|
6692 |
|
6693 |
+
#: templates/admin/csv-export.tpl.php:170
|
6694 |
#, fuzzy
|
6695 |
+
msgctxt "admin csv-export"
|
6696 |
+
msgid "Download %1$s (%2$s)"
|
6697 |
+
msgstr "Herunterladen %s (%s)"
|
6698 |
|
6699 |
+
#: templates/admin/csv-export.tpl.php:177
|
6700 |
+
msgctxt "admin csv-export"
|
6701 |
+
msgid ""
|
6702 |
+
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
6703 |
+
"temporary data created by Business Directory during the export process."
|
6704 |
+
msgstr ""
|
6705 |
+
"Klicke \"Bereinigen\" wenn die Datei heruntergeladen wurde um alle "
|
6706 |
+
"temporären Daten zu löschen, die während des Exportprozesses erzeugt wurden."
|
6707 |
|
6708 |
+
#: templates/admin/csv-export.tpl.php:178
|
6709 |
+
msgctxt "admin csv-export"
|
6710 |
+
msgid "Cleanup"
|
6711 |
+
msgstr "Bereinigen"
|
|
|
6712 |
|
6713 |
+
#: templates/admin/csv-export.tpl.php:183
|
6714 |
+
msgctxt "admin csv-export"
|
6715 |
+
msgid "Export Canceled"
|
6716 |
+
msgstr "Export abgebrochen"
|
6717 |
|
6718 |
+
#: templates/admin/csv-export.tpl.php:184
|
6719 |
+
msgctxt "admin csv-export"
|
6720 |
+
msgid "The export has been canceled."
|
6721 |
+
msgstr "Der Export wurde abgebrochen."
|
6722 |
|
6723 |
+
#: templates/admin/csv-export.tpl.php:185
|
6724 |
+
msgctxt "admin csv-export"
|
6725 |
+
msgid "← Return to CSV Export"
|
6726 |
+
msgstr "← Zurück nach CSV Export"
|
|
|
6727 |
|
6728 |
+
#: includes/admin/csv-import.php:296
|
6729 |
+
#, fuzzy
|
6730 |
+
msgctxt "csv import"
|
6731 |
+
msgid ""
|
6732 |
+
"A valid temporary directory with write permissions is required for CSV "
|
6733 |
+
"imports to function properly. Your server is using \"%s\" but this path does "
|
6734 |
+
"not seem to be writable. Please consult with your host."
|
6735 |
+
msgstr ""
|
6736 |
+
"Ein gültiges temporäres Verzeichnis mit Schreibrechten wird benötigt, um "
|
6737 |
+
"korrekt zu funktionieren. Dein Server benutzt \"%s\", doch der Pfad ist "
|
6738 |
+
"nicht beschreibbar. Bitte kontaktiere deinen Serveradministrator."
|
6739 |
|
6740 |
+
#: includes/admin/helpers/class-listing-information-metabox.php:20
|
6741 |
+
#, fuzzy
|
6742 |
+
msgctxt "listing metabox"
|
6743 |
+
msgid "Recent Payments"
|
6744 |
+
msgstr "Bezahlung zurückweisen"
|
6745 |
|
6746 |
+
#: includes/admin/helpers/class-listing-information-metabox.php:24
|
6747 |
+
#, fuzzy
|
6748 |
+
msgctxt "listing metabox"
|
6749 |
+
msgid "Access Key"
|
6750 |
+
msgstr "Eintrag Felder / Bilder"
|
6751 |
|
6752 |
+
#: templates/admin/metaboxes-listing-information-payments.tpl.php:14
|
6753 |
+
#, fuzzy
|
6754 |
+
msgctxt "listing metabox"
|
6755 |
+
msgid "Click a transaction to see its details (and approve/reject)."
|
6756 |
+
msgstr ""
|
6757 |
+
"Klicke eine Bezahlung um die Details einzusehen oder Transaktionen "
|
6758 |
+
"abzulehnen oder zu genehmigen."
|
6759 |
|
6760 |
+
#: templates/admin/metaboxes-listing-information-payments.tpl.php:35
|
6761 |
+
#, fuzzy
|
6762 |
+
msgctxt "listing metabox"
|
6763 |
+
msgid "No payments available."
|
6764 |
+
msgstr "verfügbare Bilder:"
|
6765 |
|
6766 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:12
|
6767 |
+
#, fuzzy
|
6768 |
+
msgctxt "listing metabox"
|
6769 |
+
msgid "General Info"
|
6770 |
+
msgstr "Allgemeine Informationen"
|
6771 |
|
6772 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:14
|
6773 |
#, fuzzy
|
6774 |
+
msgctxt "listing metabox"
|
6775 |
+
msgid "Listing Status"
|
6776 |
+
msgstr "Einträge"
|
6777 |
|
6778 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
6779 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:31
|
6780 |
+
#, fuzzy
|
6781 |
+
msgctxt "listing metabox"
|
6782 |
+
msgid "N/A"
|
6783 |
+
msgstr "keine Angabe"
|
6784 |
|
6785 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:27
|
6786 |
+
#, fuzzy
|
6787 |
+
msgctxt "listing metabox"
|
6788 |
+
msgid "Last renew date"
|
6789 |
+
msgstr "Erneuerungsdatum"
|
6790 |
|
6791 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:35
|
6792 |
#, fuzzy
|
6793 |
+
msgctxt "listing metabox"
|
6794 |
+
msgid "Plan Details"
|
6795 |
+
msgstr "Details planen"
|
6796 |
|
6797 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:37
|
6798 |
+
msgctxt "listing metabox"
|
6799 |
+
msgid "Fee Plan"
|
6800 |
msgstr ""
|
6801 |
|
6802 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:46
|
6803 |
+
msgctxt "listing metabox"
|
6804 |
+
msgid "Change plan"
|
6805 |
msgstr ""
|
6806 |
|
6807 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:69
|
6808 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:89
|
6809 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:103
|
6810 |
+
#, fuzzy
|
6811 |
+
msgctxt "listing metabox"
|
6812 |
+
msgid "OK"
|
6813 |
+
msgstr "OK"
|
|
|
|
|
6814 |
|
6815 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:70
|
6816 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
6817 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:104
|
6818 |
+
#, fuzzy
|
6819 |
+
msgctxt "listing metabox"
|
6820 |
+
msgid "Cancel"
|
6821 |
+
msgstr "Abbrechen"
|
6822 |
|
6823 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:79
|
6824 |
+
#, fuzzy
|
6825 |
+
msgctxt "listing metabox"
|
6826 |
+
msgid "Expires On"
|
6827 |
+
msgstr "Läuft ab am"
|
6828 |
|
6829 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:94
|
6830 |
+
#, fuzzy
|
6831 |
+
msgctxt "listing metabox"
|
6832 |
+
msgid "# of images"
|
6833 |
+
msgstr "# Bilder"
|
|
|
|
|
|
|
|
|
6834 |
|
6835 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:107
|
6836 |
+
#, fuzzy
|
6837 |
+
msgctxt "listing metabox"
|
6838 |
+
msgid "Is Featured?"
|
6839 |
+
msgstr "% Feed"
|
6840 |
|
6841 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:114
|
6842 |
+
#, fuzzy
|
6843 |
+
msgctxt "listing metabox"
|
6844 |
+
msgid "Is Recurring?"
|
6845 |
+
msgstr "(wiederkehrend)"
|
6846 |
|
6847 |
+
#: includes/admin/helpers/class-listing-timeline.php:111
|
6848 |
+
#, fuzzy
|
6849 |
+
msgctxt "listing timeline"
|
6850 |
+
msgid "Listing created"
|
6851 |
+
msgstr "Eintrag Bilder"
|
6852 |
|
6853 |
+
#: includes/admin/helpers/class-listing-timeline.php:116
|
6854 |
+
#, fuzzy
|
6855 |
+
msgctxt "listing timeline"
|
6856 |
+
msgid "Listing expired"
|
6857 |
+
msgstr "Ein Eintrag läuft aus."
|
6858 |
|
6859 |
+
#: includes/admin/helpers/class-listing-timeline.php:126
|
6860 |
+
msgctxt "listing timeline"
|
6861 |
+
msgid "T&C acceptance date"
|
|
|
|
|
|
|
6862 |
msgstr ""
|
|
|
|
|
|
|
6863 |
|
6864 |
+
#: includes/admin/helpers/class-listing-timeline.php:141
|
6865 |
+
msgctxt "listing timeline"
|
6866 |
+
msgid "Paid as admin"
|
6867 |
msgstr ""
|
6868 |
+
|
6869 |
+
#: includes/admin/helpers/class-listing-timeline.php:143
|
6870 |
+
#, fuzzy
|
6871 |
+
msgctxt "listing timeline"
|
6872 |
+
msgid "Listing imported"
|
6873 |
+
msgstr "Ein Eintrag läuft aus."
|
6874 |
+
|
6875 |
+
#: includes/admin/helpers/class-listing-timeline.php:145
|
6876 |
+
#, fuzzy
|
6877 |
+
msgctxt "listing timeline"
|
6878 |
+
msgid "Initial Payment"
|
6879 |
+
msgstr "Initialbezahlung"
|
6880 |
+
|
6881 |
+
#: includes/admin/helpers/tables/class-fees-table.php:52
|
6882 |
+
msgctxt "admin fees table"
|
6883 |
+
msgid "All"
|
6884 |
+
msgstr "Alle"
|
6885 |
|
6886 |
#: includes/admin/settings/class-settings-bootstrap.php:637
|
6887 |
#: includes/admin/settings/class-settings-bootstrap.php:650
|
7235 |
msgid "Listing expired"
|
7236 |
msgstr "Ein Eintrag läuft aus."
|
7237 |
|
7238 |
+
#: includes/models/class-listing.php:667
|
7239 |
#, fuzzy
|
7240 |
msgctxt "listing"
|
7241 |
msgid "(Unavailable Plan)"
|
7242 |
msgstr "(Preis nicht verfügbar)"
|
7243 |
|
7244 |
+
#: includes/models/class-listing.php:831
|
7245 |
#, fuzzy
|
7246 |
msgctxt "listing"
|
7247 |
msgid "Plan \"%s\" (recurring)"
|
7248 |
msgstr "(wiederkehrend)"
|
7249 |
|
7250 |
+
#: includes/models/class-listing.php:833
|
7251 |
msgctxt "listing"
|
7252 |
msgid "Plan \"%s\""
|
7253 |
msgstr ""
|
7427 |
msgid "The reCAPTCHA validation score failed."
|
7428 |
msgstr "Das reCAPTCHA wurde nicht korrekt eingegeben."
|
7429 |
|
7430 |
+
#: includes/class-wpbdp.php:464
|
7431 |
#, fuzzy
|
7432 |
msgctxt "listing image upload"
|
7433 |
msgid "Can not upload any more images for this listing."
|
7434 |
msgstr "Kategorie für diesen Eintrag"
|
7435 |
|
7436 |
+
#: includes/class-wpbdp.php:468
|
7437 |
msgctxt "listing image upload"
|
7438 |
msgid ""
|
7439 |
"You're trying to upload %1$d images, but only have %2$d slot available. "
|
7474 |
msgid "Selected gateway does not support payment's currency."
|
7475 |
msgstr ""
|
7476 |
|
7477 |
+
#: includes/controllers/pages/class-checkout.php:228
|
|
|
|
|
|
|
|
|
|
|
7478 |
msgctxt "checkout"
|
7479 |
msgid "Unknown gateway error."
|
7480 |
msgstr ""
|
7481 |
|
7482 |
+
#: includes/controllers/pages/class-checkout.php:267
|
7483 |
msgctxt "checkout"
|
7484 |
msgid ""
|
7485 |
"There was an error trying to process your request. No gateway is selected."
|
7517 |
"refresh if there's an update."
|
7518 |
msgstr ""
|
7519 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7520 |
#: includes/controllers/pages/class-delete-listing.php:36
|
7521 |
msgctxt "delete listing"
|
7522 |
msgid "Your listing has been deleted."
|
7641 |
"angezeigt. Wenn du das nicht möchtest, klicke <a>hier</a> um die "
|
7642 |
"Einstellungen zu ändern."
|
7643 |
|
7644 |
+
#: includes/controllers/pages/class-submit-listing.php:419
|
7645 |
msgctxt "templates"
|
7646 |
msgid ""
|
7647 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
7650 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
7651 |
"Submission?\" setting checked?"
|
7652 |
|
7653 |
+
#: includes/controllers/pages/class-submit-listing.php:421
|
7654 |
msgctxt "templates"
|
7655 |
msgid ""
|
7656 |
"Listing submission has been disabled. Contact the administrator for details."
|
7657 |
msgstr ""
|
7658 |
|
7659 |
+
#: includes/controllers/pages/class-submit-listing.php:817
|
7660 |
msgctxt "templates"
|
7661 |
msgid ""
|
7662 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7663 |
"submit a listing. %s to create a fee plan"
|
7664 |
msgstr ""
|
7665 |
|
7666 |
+
#: includes/controllers/pages/class-submit-listing.php:831
|
7667 |
msgctxt "templates"
|
7668 |
msgid ""
|
7669 |
"Listing submission is not available at the moment. Contact the administrator "
|
7670 |
"for details."
|
7671 |
msgstr ""
|
7672 |
|
7673 |
+
#: includes/controllers/pages/class-submit-listing.php:834
|
7674 |
msgctxt "templates"
|
7675 |
msgid ""
|
7676 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
7678 |
"an existing field"
|
7679 |
msgstr ""
|
7680 |
|
7681 |
+
#: includes/controllers/pages/class-submit-listing.php:1278
|
7682 |
msgctxt "templates"
|
7683 |
msgid "Please agree to the Terms and Conditions."
|
7684 |
msgstr "Bitte akzeptieren Sie die Allgemeinen Geschäftsbedingungen."
|
7685 |
|
7686 |
+
#: includes/controllers/pages/class-submit-listing.php:1292
|
7687 |
msgctxt "templates"
|
7688 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7689 |
msgstr "Ich akzeptiere die <a>AGB</a>s"
|
8061 |
"Du bist als Administrator eingeloggt. Alle Bezahlungsschritte werden "
|
8062 |
"übersprungen."
|
8063 |
|
8064 |
+
#: includes/controllers/pages/class-submit-listing.php:506
|
8065 |
#, fuzzy
|
8066 |
msgctxt "submit listing"
|
8067 |
msgid "Category selection"
|
8068 |
msgstr "Kategorien auswählen"
|
8069 |
|
8070 |
+
#: includes/controllers/pages/class-submit-listing.php:506
|
8071 |
#, fuzzy
|
8072 |
msgctxt "submit listing"
|
8073 |
msgid "Category & plan selection"
|
8074 |
msgstr "Kategorien auswählen"
|
8075 |
|
8076 |
+
#: includes/controllers/pages/class-submit-listing.php:814
|
8077 |
#, fuzzy
|
8078 |
msgctxt "submit listing"
|
8079 |
msgid "Can not submit a listing at this moment. Please try again later."
|
8081 |
"Ihre Zahlung kann momentan nicht ausgeführt werden. Bitte versuchen Sie es "
|
8082 |
"später noch einmal."
|
8083 |
|
8084 |
+
#: includes/controllers/pages/class-submit-listing.php:863
|
8085 |
+
#: includes/controllers/pages/class-submit-listing.php:985
|
8086 |
#, fuzzy
|
8087 |
msgctxt "submit listing"
|
8088 |
msgid "Please select a category."
|
8089 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
8090 |
|
8091 |
+
#: includes/controllers/pages/class-submit-listing.php:886
|
8092 |
msgctxt "submit listing"
|
8093 |
msgid "Please choose a valid category for your plan."
|
8094 |
msgstr ""
|
8095 |
|
8096 |
+
#: includes/controllers/pages/class-submit-listing.php:888
|
8097 |
#, fuzzy
|
8098 |
msgctxt "submit listing"
|
8099 |
msgid "Please choose a valid fee plan for your category selection."
|
8100 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
8101 |
|
8102 |
+
#: includes/controllers/pages/class-submit-listing.php:1198
|
8103 |
#, fuzzy
|
8104 |
msgctxt "submit listing"
|
8105 |
msgid "Please enter your desired username."
|
8106 |
msgstr "Bitte geben Sie einen Namen ein."
|
8107 |
|
8108 |
+
#: includes/controllers/pages/class-submit-listing.php:1203
|
8109 |
#, fuzzy
|
8110 |
msgctxt "submit listing"
|
8111 |
msgid "Please enter the e-mail for your new account."
|
8112 |
msgstr "Bitte geben Sie einen Namen ein."
|
8113 |
|
8114 |
+
#: includes/controllers/pages/class-submit-listing.php:1208
|
8115 |
msgctxt "submit listing"
|
8116 |
msgid "The username you chose is already in use. Please use a different one."
|
8117 |
msgstr ""
|
8118 |
|
8119 |
+
#: includes/controllers/pages/class-submit-listing.php:1213
|
8120 |
msgctxt "submit listing"
|
8121 |
msgid "The e-mail address you chose for your account is already in use."
|
8122 |
msgstr ""
|
8127 |
msgid "Listing submitted by admin. Payment skipped."
|
8128 |
msgstr "Eintrag zusenden (Initialbezahlung)"
|
8129 |
|
8130 |
+
#: includes/controllers/pages/class-submit-listing.php:1153
|
8131 |
msgctxt "listing submit"
|
8132 |
msgid ""
|
8133 |
"Image upload is required, please provide at least one image and submit again."
|
8666 |
msgid "Error while uploading file"
|
8667 |
msgstr "Fehler während des Hochladens der Datei"
|
8668 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8669 |
#: includes/widgets/widget-featured-listings.php:12
|
8670 |
msgctxt "widgets"
|
8671 |
msgid "Business Directory - Featured Listings"
|
8733 |
msgid "Search the Business Directory"
|
8734 |
msgstr "Firmenverzeichnis durchsuchen"
|
8735 |
|
8736 |
+
#: includes/widgets/widget-search.php:29
|
8737 |
+
msgctxt "widgets"
|
8738 |
+
msgid "Title:"
|
8739 |
+
msgstr "Titel:"
|
8740 |
+
|
8741 |
#: includes/widgets/widget-search.php:36
|
8742 |
msgctxt "widgets"
|
8743 |
msgid "Form Style:"
|
9096 |
msgid "Continue"
|
9097 |
msgstr "Weiter"
|
9098 |
|
9099 |
+
#~ msgctxt "widgets"
|
9100 |
+
#~ msgid "Thumbnails"
|
9101 |
+
#~ msgstr "Thumbnails"
|
9102 |
+
|
9103 |
+
#~ msgctxt "widgets"
|
9104 |
+
#~ msgid "Leave blank for automatic width."
|
9105 |
+
#~ msgstr "Freilassen für automatische Breite."
|
9106 |
+
|
9107 |
+
#~ msgctxt "widgets"
|
9108 |
+
#~ msgid "Leave blank for automatic height."
|
9109 |
+
#~ msgstr "Freilassen für automatische Höhe."
|
9110 |
+
|
9111 |
#, fuzzy
|
9112 |
#~ msgid "Is featured listing/sticky?"
|
9113 |
#~ msgstr "Top Einträge"
|
languages/business-directory-plugin-en_US.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2021-10
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -30,33 +30,33 @@ msgid ""
|
|
30 |
"payment processor directly."
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: includes/admin/class-admin.php:
|
34 |
msgid ""
|
35 |
"Find out how to create a compelling, thriving business directory from "
|
36 |
"scratch in this ridiculously actionable (and FREE) 5-part email course."
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: includes/admin/class-admin.php:
|
40 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: includes/admin/class-admin.php:
|
44 |
msgid "Yes, please!"
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: includes/admin/class-admin.php:
|
48 |
msgid "No, thanks"
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: includes/admin/class-admin.php:
|
52 |
msgid "Invalid email address."
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: includes/admin/class-admin.php:
|
56 |
msgid "Business Directory Admin"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: includes/admin/class-admin.php:
|
60 |
#: includes/admin/settings/class-settings-bootstrap.php:703
|
61 |
#: includes/admin/settings/class-settings-bootstrap.php:704
|
62 |
#: includes/helpers/class-app.php:93
|
@@ -64,28 +64,28 @@ msgstr ""
|
|
64 |
msgid "Directory"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: includes/admin/class-admin.php:
|
68 |
msgid "Fee Plans"
|
69 |
msgstr ""
|
70 |
|
71 |
-
#: includes/admin/class-admin.php:
|
72 |
msgid "Form Fields"
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: includes/admin/class-admin.php:
|
76 |
#: includes/licensing.php:220
|
77 |
msgid "Modules"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: includes/admin/class-admin.php:
|
81 |
msgid "Business Directory"
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: includes/admin/class-admin.php:
|
85 |
msgid "Could not send renewal email."
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: includes/admin/class-admin.php:
|
89 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
90 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
91 |
#: templates/email/listing-added.tpl.php:7
|
@@ -94,7 +94,7 @@ msgstr ""
|
|
94 |
msgid "ID"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: includes/admin/class-admin.php:
|
98 |
#: includes/admin/settings/class-settings-bootstrap.php:729
|
99 |
msgid "Listing Count"
|
100 |
msgstr ""
|
@@ -179,7 +179,7 @@ msgid "Images"
|
|
179 |
msgstr ""
|
180 |
|
181 |
#: includes/admin/controllers/class-admin-listings.php:185
|
182 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
183 |
#: templates/email/listing-reported.tpl.php:7
|
184 |
msgid "Listing Information"
|
185 |
msgstr ""
|
@@ -217,6 +217,105 @@ msgstr ""
|
|
217 |
msgid "Delete Listing"
|
218 |
msgstr ""
|
219 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
220 |
#: includes/admin/controllers/class-settings-admin.php:476
|
221 |
msgid "Your license key provides access to new features and updates."
|
222 |
msgstr ""
|
@@ -335,105 +434,6 @@ msgstr ""
|
|
335 |
msgid "Edit"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:217
|
339 |
-
msgid ""
|
340 |
-
"You can create these custom fields inside \"Form Fields\" or let Business "
|
341 |
-
"Directory do it for you."
|
342 |
-
msgstr ""
|
343 |
-
|
344 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:222
|
345 |
-
#: includes/controllers/pages/class-submit-listing.php:834
|
346 |
-
msgid "Go to \"Form Fields\""
|
347 |
-
msgstr ""
|
348 |
-
|
349 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:313
|
350 |
-
#: includes/helpers/functions/general.php:1358
|
351 |
-
#: includes/helpers/functions/general.php:1363
|
352 |
-
msgid "Go back"
|
353 |
-
msgstr ""
|
354 |
-
|
355 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:523
|
356 |
-
#: includes/admin/settings/class-settings-bootstrap.php:787
|
357 |
-
#: templates/email/listing-added.tpl.php:10
|
358 |
-
#: templates/email/listing-edited.tpl.php:16
|
359 |
-
#: templates/email/listing-reported.tpl.php:11
|
360 |
-
msgid "Title"
|
361 |
-
msgstr ""
|
362 |
-
|
363 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:524
|
364 |
-
#: templates/admin/fees-form.tpl.php:219
|
365 |
-
#: templates/email/listing-added.tpl.php:21
|
366 |
-
#: templates/email/listing-edited.tpl.php:29
|
367 |
-
msgid "Category"
|
368 |
-
msgstr ""
|
369 |
-
|
370 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:525
|
371 |
-
msgid "Excerpt"
|
372 |
-
msgstr ""
|
373 |
-
|
374 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:526
|
375 |
-
msgid "Content"
|
376 |
-
msgstr ""
|
377 |
-
|
378 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:527
|
379 |
-
msgid "Tags"
|
380 |
-
msgstr ""
|
381 |
-
|
382 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:528
|
383 |
-
#: includes/form-fields.php:445 templates/checkout-billing-form.tpl.php:75
|
384 |
-
#: themes/default/templates/excerpt_content.tpl.php:22
|
385 |
-
msgid "Address"
|
386 |
-
msgstr ""
|
387 |
-
|
388 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:529
|
389 |
-
msgid "Address 2"
|
390 |
-
msgstr ""
|
391 |
-
|
392 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:530
|
393 |
-
#: templates/admin/payments-details.tpl.php:161
|
394 |
-
#: templates/checkout-billing-form.tpl.php:87
|
395 |
-
msgid "City"
|
396 |
-
msgstr ""
|
397 |
-
|
398 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:531
|
399 |
-
#: templates/admin/payments-details.tpl.php:157
|
400 |
-
msgid "State"
|
401 |
-
msgstr ""
|
402 |
-
|
403 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:532
|
404 |
-
#: templates/admin/payments-details.tpl.php:153
|
405 |
-
#: templates/checkout-billing-form.tpl.php:102
|
406 |
-
msgid "Country"
|
407 |
-
msgstr ""
|
408 |
-
|
409 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:533
|
410 |
-
#: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:165
|
411 |
-
msgid "ZIP Code"
|
412 |
-
msgstr ""
|
413 |
-
|
414 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:534
|
415 |
-
msgid "FAX Number"
|
416 |
-
msgstr ""
|
417 |
-
|
418 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:535
|
419 |
-
#: includes/fields/class-fieldtypes-phone-number.php:13
|
420 |
-
#: templates/listing-contactform.tpl.php:38
|
421 |
-
msgid "Phone Number"
|
422 |
-
msgstr ""
|
423 |
-
|
424 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:536
|
425 |
-
msgid "Ratings Field"
|
426 |
-
msgstr ""
|
427 |
-
|
428 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:537
|
429 |
-
msgid "Twitter"
|
430 |
-
msgstr ""
|
431 |
-
|
432 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:538
|
433 |
-
#: includes/form-fields.php:411
|
434 |
-
msgid "Website"
|
435 |
-
msgstr ""
|
436 |
-
|
437 |
#: includes/admin/page-debug.php:40
|
438 |
msgid "Plugin Settings"
|
439 |
msgstr ""
|
@@ -455,7 +455,7 @@ msgid "Missing tables: %s"
|
|
455 |
msgstr ""
|
456 |
|
457 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
458 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
459 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:137
|
460 |
#: templates/listing-contactform.tpl.php:33
|
461 |
#: templates/listing-flagging-form.tpl.php:39
|
@@ -497,7 +497,7 @@ msgstr ""
|
|
497 |
|
498 |
#: includes/admin/settings/class-settings-bootstrap.php:264
|
499 |
#: includes/admin/settings/class-settings-bootstrap.php:278
|
500 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
501 |
msgid "Terms and Conditions"
|
502 |
msgstr ""
|
503 |
|
@@ -1001,35 +1001,35 @@ msgid ""
|
|
1001 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
1002 |
msgstr ""
|
1003 |
|
1004 |
-
#: includes/class-wpbdp.php:
|
1005 |
msgid "Upgrade to Premium"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
-
#: includes/class-wpbdp.php:
|
1009 |
msgid "Settings"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
-
#: includes/class-wpbdp.php:
|
1013 |
msgid "Could not find listing ID"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: includes/class-wpbdp.php:
|
1017 |
msgid ""
|
1018 |
"Could not verify the image upload request. If problem persists contact site "
|
1019 |
"admin."
|
1020 |
msgstr ""
|
1021 |
|
1022 |
-
#: includes/class-wpbdp.php:
|
1023 |
msgid "Could not find image ID"
|
1024 |
msgstr ""
|
1025 |
|
1026 |
-
#: includes/class-wpbdp.php:
|
1027 |
msgid ""
|
1028 |
"The directory features are disabled at this time because a <a>manual "
|
1029 |
"upgrade</a> is pending."
|
1030 |
msgstr ""
|
1031 |
|
1032 |
-
#: includes/class-wpbdp.php:
|
1033 |
msgid ""
|
1034 |
"The directory is not available at this time. Please try again in a few "
|
1035 |
"minutes or contact the administrator if the problem persists."
|
@@ -1143,6 +1143,15 @@ msgstr ""
|
|
1143 |
msgid "Go to SMTP settings"
|
1144 |
msgstr ""
|
1145 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1146 |
#. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
|
1147 |
#: includes/controllers/pages/class-flag-listing.php:56
|
1148 |
msgid "The listing %1$s has been reported. %2$sReturn to directory%3$s"
|
@@ -1172,7 +1181,7 @@ msgstr ""
|
|
1172 |
msgid "l F j, Y \\a\\t g:i a"
|
1173 |
msgstr ""
|
1174 |
|
1175 |
-
#: includes/controllers/pages/class-manage-listings.php:
|
1176 |
#: templates/renew-listing.tpl.php:11
|
1177 |
msgid "Renew Listing"
|
1178 |
msgstr ""
|
@@ -1185,35 +1194,35 @@ msgstr ""
|
|
1185 |
msgid "This is just a preview. The listing has not been published yet."
|
1186 |
msgstr ""
|
1187 |
|
1188 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1189 |
msgid "Listing Images"
|
1190 |
msgstr ""
|
1191 |
|
1192 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1193 |
msgid "Account Creation"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1197 |
msgid "Go to \"Fee Plans\""
|
1198 |
msgstr ""
|
1199 |
|
1200 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1201 |
msgid "Please choose a fee plan."
|
1202 |
msgstr ""
|
1203 |
|
1204 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1205 |
msgid "Please check the form for errors, correct them and submit again."
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1209 |
msgid "Create a user account on this site"
|
1210 |
msgstr ""
|
1211 |
|
1212 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1213 |
msgid "Username"
|
1214 |
msgstr ""
|
1215 |
|
1216 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1217 |
msgid "Clear Form"
|
1218 |
msgstr ""
|
1219 |
|
@@ -1640,7 +1649,7 @@ msgstr ""
|
|
1640 |
msgid "Abandoned"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
-
#: includes/themes.php:
|
1644 |
msgid "ZIP file is not a valid Business Directory theme file."
|
1645 |
msgstr ""
|
1646 |
|
@@ -1668,6 +1677,70 @@ msgstr ""
|
|
1668 |
msgid "Image height (%1$s px) is greater than maximum height of %2$s px."
|
1669 |
msgstr ""
|
1670 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1671 |
#: templates/admin/csv-export.tpl.php:5
|
1672 |
msgid ""
|
1673 |
"An unknown error occurred during the export. Please make sure you have "
|
@@ -2401,6 +2474,20 @@ msgstr ""
|
|
2401 |
msgid "Postal Code"
|
2402 |
msgstr ""
|
2403 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2404 |
#: templates/checkout.tpl.php:41 templates/submit-listing-section.tpl.php:24
|
2405 |
msgid "Next"
|
2406 |
msgstr ""
|
@@ -2661,92 +2748,92 @@ msgctxt "views"
|
|
2661 |
msgid "Find A Listing"
|
2662 |
msgstr ""
|
2663 |
|
2664 |
-
#: includes/admin/class-admin.php:
|
2665 |
msgctxt "drip pointer"
|
2666 |
msgid "Email Address:"
|
2667 |
msgstr ""
|
2668 |
|
2669 |
-
#: includes/admin/class-admin.php:
|
2670 |
msgctxt "admin"
|
2671 |
msgid "Business Directory"
|
2672 |
msgstr ""
|
2673 |
|
2674 |
-
#: includes/admin/class-admin.php:
|
2675 |
msgctxt "admin"
|
2676 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
2677 |
msgstr ""
|
2678 |
|
2679 |
-
#: includes/admin/class-admin.php:
|
2680 |
msgctxt "admin"
|
2681 |
msgid "Untitled Menu"
|
2682 |
msgstr ""
|
2683 |
|
2684 |
-
#: includes/admin/class-admin.php:
|
2685 |
msgctxt "admin"
|
2686 |
msgid "Dismiss this notice."
|
2687 |
msgstr ""
|
2688 |
|
2689 |
-
#: includes/admin/class-admin.php:
|
2690 |
msgctxt "admin"
|
2691 |
msgid "The listing has been updated."
|
2692 |
msgid_plural "The listings have been updated."
|
2693 |
msgstr[0] ""
|
2694 |
msgstr[1] ""
|
2695 |
|
2696 |
-
#: includes/admin/class-admin.php:
|
2697 |
msgctxt "admin"
|
2698 |
msgid "The fee was successfully assigned."
|
2699 |
msgstr ""
|
2700 |
|
2701 |
-
#: includes/admin/class-admin.php:
|
2702 |
msgctxt "admin"
|
2703 |
msgid "Listing was renewed."
|
2704 |
msgid_plural "Listings were renewed."
|
2705 |
msgstr[0] ""
|
2706 |
msgstr[1] ""
|
2707 |
|
2708 |
-
#: includes/admin/class-admin.php:
|
2709 |
msgctxt "admin"
|
2710 |
msgid "Renewal email sent."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: includes/admin/class-admin.php:
|
2714 |
msgctxt "admin"
|
2715 |
msgid "Listing report deleted."
|
2716 |
msgid_plural "Listing reports deleted."
|
2717 |
msgstr[0] ""
|
2718 |
msgstr[1] ""
|
2719 |
|
2720 |
-
#: includes/admin/class-admin.php:
|
2721 |
msgctxt "admin"
|
2722 |
msgid "Access keys sent."
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: includes/admin/class-admin.php:
|
2726 |
msgctxt "admin"
|
2727 |
msgid "The access keys couldn't be sent."
|
2728 |
msgstr ""
|
2729 |
|
2730 |
-
#: includes/admin/class-admin.php:
|
2731 |
msgctxt "admin"
|
2732 |
msgid ""
|
2733 |
"<b>Business Directory Plugin</b> requires a page with the "
|
2734 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: includes/admin/class-admin.php:
|
2738 |
msgctxt "admin"
|
2739 |
msgid ""
|
2740 |
"You can create this page by yourself or let Business Directory do this for "
|
2741 |
"you automatically."
|
2742 |
msgstr ""
|
2743 |
|
2744 |
-
#: includes/admin/class-admin.php:
|
2745 |
msgctxt "admin"
|
2746 |
msgid "Create required pages for me"
|
2747 |
msgstr ""
|
2748 |
|
2749 |
-
#: includes/admin/class-admin.php:
|
2750 |
msgctxt "admin"
|
2751 |
msgid ""
|
2752 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -2754,7 +2841,7 @@ msgid ""
|
|
2754 |
"your provider to upgrade in order to prevent any issues with the plugin."
|
2755 |
msgstr ""
|
2756 |
|
2757 |
-
#: includes/admin/class-admin.php:
|
2758 |
msgctxt "admin"
|
2759 |
msgid ""
|
2760 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -2787,36 +2874,36 @@ msgctxt "admin"
|
|
2787 |
msgid "Categories"
|
2788 |
msgstr ""
|
2789 |
|
2790 |
-
#: includes/admin/
|
2791 |
msgctxt "admin"
|
2792 |
msgid ""
|
2793 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
2794 |
"associations in order to work correctly: <b>%s</b>."
|
2795 |
msgstr ""
|
2796 |
|
2797 |
-
#: includes/admin/
|
2798 |
msgctxt "admin"
|
2799 |
msgid ""
|
2800 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
2801 |
"association in order to work correctly."
|
2802 |
msgstr ""
|
2803 |
|
2804 |
-
#: includes/admin/
|
2805 |
msgctxt "admin"
|
2806 |
msgid "Create these required fields for me"
|
2807 |
msgstr ""
|
2808 |
|
2809 |
-
#: includes/admin/class-admin.php:
|
2810 |
msgctxt "admin menu"
|
2811 |
msgid "Payment History"
|
2812 |
msgstr ""
|
2813 |
|
2814 |
-
#: includes/admin/class-admin.php:
|
2815 |
msgctxt "admin menu"
|
2816 |
msgid "Import & Export"
|
2817 |
msgstr ""
|
2818 |
|
2819 |
-
#: includes/admin/class-admin.php:
|
2820 |
msgctxt "admin menu"
|
2821 |
msgid "Debug"
|
2822 |
msgstr ""
|
@@ -3383,7 +3470,7 @@ msgctxt "admin listings"
|
|
3383 |
msgid "Reported"
|
3384 |
msgstr ""
|
3385 |
|
3386 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
3387 |
msgctxt "admin listings"
|
3388 |
msgid "Listing's payment history successfully deleted"
|
3389 |
msgstr ""
|
@@ -3418,47 +3505,47 @@ msgctxt "listing status"
|
|
3418 |
msgid "Reported"
|
3419 |
msgstr ""
|
3420 |
|
3421 |
-
#: includes/models/class-listing.php:
|
3422 |
msgctxt "listing status"
|
3423 |
msgid "Unknown"
|
3424 |
msgstr ""
|
3425 |
|
3426 |
-
#: includes/models/class-listing.php:
|
3427 |
msgctxt "listing status"
|
3428 |
msgid "Legacy"
|
3429 |
msgstr ""
|
3430 |
|
3431 |
-
#: includes/models/class-listing.php:
|
3432 |
msgctxt "listing status"
|
3433 |
msgid "Incomplete"
|
3434 |
msgstr ""
|
3435 |
|
3436 |
-
#: includes/models/class-listing.php:
|
3437 |
msgctxt "listing status"
|
3438 |
msgid "Pending Payment"
|
3439 |
msgstr ""
|
3440 |
|
3441 |
-
#: includes/models/class-listing.php:
|
3442 |
msgctxt "listing status"
|
3443 |
msgid "Complete"
|
3444 |
msgstr ""
|
3445 |
|
3446 |
-
#: includes/models/class-listing.php:
|
3447 |
msgctxt "listing status"
|
3448 |
msgid "Pending Upgrade"
|
3449 |
msgstr ""
|
3450 |
|
3451 |
-
#: includes/models/class-listing.php:
|
3452 |
msgctxt "listing status"
|
3453 |
msgid "Expired"
|
3454 |
msgstr ""
|
3455 |
|
3456 |
-
#: includes/models/class-listing.php:
|
3457 |
msgctxt "listing status"
|
3458 |
msgid "Pending Renewal"
|
3459 |
msgstr ""
|
3460 |
|
3461 |
-
#: includes/models/class-listing.php:
|
3462 |
msgctxt "listing status"
|
3463 |
msgid "Abandoned"
|
3464 |
msgstr ""
|
@@ -3473,32 +3560,32 @@ msgctxt "admin actions"
|
|
3473 |
msgid "View Payment"
|
3474 |
msgstr ""
|
3475 |
|
3476 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
3477 |
msgctxt "admin actions"
|
3478 |
msgid "Publish listings"
|
3479 |
msgstr ""
|
3480 |
|
3481 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
3482 |
msgctxt "admin actions"
|
3483 |
msgid "Mark as \"Pending Review\""
|
3484 |
msgstr ""
|
3485 |
|
3486 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
3487 |
msgctxt "admin actions"
|
3488 |
msgid "Hide from directory (mark as \"Draft\")"
|
3489 |
msgstr ""
|
3490 |
|
3491 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
3492 |
msgctxt "admin actions"
|
3493 |
msgid "Renew listings"
|
3494 |
msgstr ""
|
3495 |
|
3496 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
3497 |
msgctxt "admin actions"
|
3498 |
msgid "Set listings as \"Expired\""
|
3499 |
msgstr ""
|
3500 |
|
3501 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
3502 |
msgctxt "admin actions"
|
3503 |
msgid "Send access keys"
|
3504 |
msgstr ""
|
@@ -3545,2358 +3632,2358 @@ msgctxt "payments admin"
|
|
3545 |
msgid "View Payment History"
|
3546 |
msgstr ""
|
3547 |
|
3548 |
-
#: includes/admin/controllers/class-
|
3549 |
-
msgctxt "admin
|
3550 |
-
msgid "
|
3551 |
msgstr ""
|
3552 |
|
3553 |
-
#: includes/admin/controllers/class-
|
3554 |
-
msgctxt "admin
|
3555 |
-
msgid "
|
3556 |
msgstr ""
|
3557 |
|
3558 |
-
#: includes/admin/
|
3559 |
-
msgctxt "admin
|
3560 |
msgid ""
|
3561 |
-
"<
|
3562 |
-
"
|
|
|
|
|
3563 |
msgstr ""
|
3564 |
|
3565 |
-
#: includes/admin/
|
3566 |
-
msgctxt "admin
|
3567 |
-
msgid "
|
3568 |
msgstr ""
|
3569 |
|
3570 |
-
#: includes/admin/
|
3571 |
-
msgctxt "admin
|
3572 |
-
msgid "
|
3573 |
msgstr ""
|
3574 |
|
3575 |
-
#: includes/admin/
|
3576 |
-
msgctxt "admin
|
3577 |
-
msgid "
|
3578 |
-
msgstr ""
|
3579 |
|
3580 |
-
#: includes/admin/
|
3581 |
-
msgctxt "admin
|
3582 |
-
msgid ""
|
3583 |
-
"You have selected a textarea field to be included in quick searches. "
|
3584 |
-
"Searches involving those fields are very expensive and could result in "
|
3585 |
-
"timeouts and/or general slowness."
|
3586 |
msgstr ""
|
3587 |
|
3588 |
-
#: includes/admin/
|
3589 |
-
msgctxt "admin
|
3590 |
-
msgid "
|
3591 |
msgstr ""
|
3592 |
|
3593 |
-
#: includes/admin/
|
3594 |
-
msgctxt "admin
|
3595 |
-
msgid "
|
3596 |
msgstr ""
|
3597 |
|
3598 |
-
#: includes/admin/
|
3599 |
-
msgctxt "admin
|
3600 |
-
msgid "
|
3601 |
msgstr ""
|
3602 |
|
3603 |
-
#: includes/admin/
|
3604 |
-
msgctxt "admin
|
3605 |
-
msgid "
|
3606 |
msgstr ""
|
3607 |
|
3608 |
-
#: includes/admin/
|
3609 |
-
msgctxt "admin
|
3610 |
-
msgid "
|
3611 |
msgstr ""
|
3612 |
|
3613 |
-
#: includes/admin/
|
3614 |
-
msgctxt "admin
|
3615 |
-
msgid "
|
3616 |
msgstr ""
|
3617 |
|
3618 |
-
#: includes/admin/
|
3619 |
-
|
3620 |
-
|
3621 |
-
msgid "Ascending"
|
3622 |
msgstr ""
|
3623 |
|
3624 |
-
#: includes/admin/
|
3625 |
-
|
3626 |
-
|
3627 |
-
msgid "Descending"
|
3628 |
msgstr ""
|
3629 |
|
3630 |
-
#: includes/admin/
|
3631 |
-
msgctxt "admin
|
3632 |
-
msgid "
|
3633 |
msgstr ""
|
3634 |
|
3635 |
-
#: includes/admin/
|
3636 |
-
msgctxt "admin
|
3637 |
-
msgid "
|
3638 |
msgstr ""
|
3639 |
|
3640 |
-
#: includes/admin/
|
3641 |
-
|
3642 |
-
|
3643 |
-
msgid "Date posted"
|
3644 |
msgstr ""
|
3645 |
|
3646 |
-
#: includes/admin/
|
3647 |
-
|
3648 |
-
|
3649 |
-
msgid "Date last modified"
|
3650 |
msgstr ""
|
3651 |
|
3652 |
-
#: includes/admin/
|
3653 |
-
msgctxt "admin
|
3654 |
-
msgid "
|
3655 |
msgstr ""
|
3656 |
|
3657 |
-
#: includes/
|
3658 |
-
msgctxt "admin
|
3659 |
-
msgid "
|
3660 |
msgstr ""
|
3661 |
|
3662 |
-
#: includes/
|
3663 |
-
|
3664 |
-
|
|
|
3665 |
msgstr ""
|
3666 |
|
3667 |
-
#: includes/
|
3668 |
-
msgctxt "admin
|
3669 |
-
msgid "
|
3670 |
msgstr ""
|
3671 |
|
3672 |
-
#: includes/
|
3673 |
-
msgctxt "admin
|
3674 |
-
msgid "
|
3675 |
msgstr ""
|
3676 |
|
3677 |
-
#: includes/
|
3678 |
-
|
3679 |
-
|
3680 |
-
"
|
3681 |
-
"a> instead of this setting, which is ignored for paid listings."
|
3682 |
msgstr ""
|
3683 |
|
3684 |
-
#: includes/
|
3685 |
-
|
3686 |
-
|
3687 |
-
msgid "Excerpt view."
|
3688 |
msgstr ""
|
3689 |
|
3690 |
-
#: includes/
|
3691 |
-
|
3692 |
-
|
3693 |
-
msgid "Detail view."
|
3694 |
msgstr ""
|
3695 |
|
3696 |
-
#: includes/
|
3697 |
-
msgctxt "admin
|
3698 |
-
msgid "
|
3699 |
msgstr ""
|
3700 |
|
3701 |
-
#: includes/
|
3702 |
-
msgctxt "admin
|
3703 |
-
msgid "
|
3704 |
msgstr ""
|
3705 |
|
3706 |
-
#: includes/
|
3707 |
-
msgctxt "admin
|
3708 |
-
msgid "
|
3709 |
msgstr ""
|
3710 |
|
3711 |
-
#: includes/
|
3712 |
-
msgctxt "admin
|
3713 |
-
msgid "
|
|
|
|
|
3714 |
msgstr ""
|
3715 |
|
3716 |
-
#: includes/
|
3717 |
-
msgctxt "admin
|
3718 |
-
msgid "
|
3719 |
msgstr ""
|
3720 |
|
3721 |
-
#: includes/
|
3722 |
-
msgctxt "admin
|
3723 |
-
msgid "
|
3724 |
msgstr ""
|
3725 |
|
3726 |
-
#: includes/
|
3727 |
-
msgctxt "admin
|
3728 |
-
msgid "
|
|
|
|
|
3729 |
msgstr ""
|
3730 |
|
3731 |
-
#: includes/
|
3732 |
-
msgctxt "admin
|
3733 |
-
msgid "
|
|
|
|
|
3734 |
msgstr ""
|
3735 |
|
3736 |
-
#: includes/
|
3737 |
-
msgctxt "admin
|
3738 |
-
msgid "
|
3739 |
msgstr ""
|
3740 |
|
3741 |
-
#: includes/
|
3742 |
-
msgctxt "admin
|
3743 |
-
msgid "
|
|
|
|
|
3744 |
msgstr ""
|
3745 |
|
3746 |
-
#: includes/
|
3747 |
-
msgctxt "admin
|
3748 |
-
msgid "
|
|
|
|
|
3749 |
msgstr ""
|
3750 |
|
3751 |
-
#: includes/
|
3752 |
-
msgctxt "admin
|
3753 |
-
msgid "
|
3754 |
msgstr ""
|
3755 |
|
3756 |
-
#: includes/
|
3757 |
-
msgctxt "admin
|
3758 |
-
msgid "
|
3759 |
msgstr ""
|
3760 |
|
3761 |
-
#:
|
3762 |
-
msgctxt "admin
|
3763 |
-
msgid "
|
3764 |
msgstr ""
|
3765 |
|
3766 |
-
#:
|
3767 |
-
|
3768 |
-
|
|
|
|
|
3769 |
msgstr ""
|
3770 |
|
3771 |
-
#:
|
3772 |
-
msgctxt "admin
|
3773 |
-
msgid "
|
3774 |
msgstr ""
|
3775 |
|
3776 |
-
#:
|
3777 |
-
msgctxt "admin
|
3778 |
-
msgid "
|
3779 |
msgstr ""
|
3780 |
|
3781 |
-
#:
|
3782 |
-
msgctxt "admin
|
3783 |
-
msgid "
|
3784 |
msgstr ""
|
3785 |
|
3786 |
-
#:
|
3787 |
-
msgctxt "admin
|
3788 |
-
msgid "
|
3789 |
msgstr ""
|
3790 |
|
3791 |
-
#:
|
3792 |
-
msgctxt "admin
|
3793 |
-
msgid "
|
3794 |
msgstr ""
|
3795 |
|
3796 |
-
#:
|
3797 |
-
msgctxt "admin
|
3798 |
-
msgid "
|
3799 |
msgstr ""
|
3800 |
|
3801 |
-
#:
|
3802 |
-
msgctxt "admin
|
3803 |
-
msgid "
|
3804 |
msgstr ""
|
3805 |
|
3806 |
-
#:
|
3807 |
-
msgctxt "admin
|
3808 |
-
msgid "
|
3809 |
msgstr ""
|
3810 |
|
3811 |
-
#:
|
3812 |
-
msgctxt "admin
|
3813 |
-
msgid "
|
3814 |
msgstr ""
|
3815 |
|
3816 |
-
#:
|
3817 |
-
msgctxt "admin
|
3818 |
-
msgid "
|
3819 |
msgstr ""
|
3820 |
|
3821 |
-
#:
|
3822 |
-
msgctxt "admin
|
3823 |
-
msgid "
|
3824 |
msgstr ""
|
3825 |
|
3826 |
-
#:
|
3827 |
-
msgctxt "admin
|
3828 |
-
msgid "
|
3829 |
msgstr ""
|
3830 |
|
3831 |
-
#:
|
3832 |
-
msgctxt "admin
|
3833 |
-
msgid "
|
3834 |
msgstr ""
|
3835 |
|
3836 |
-
#:
|
3837 |
-
msgctxt "admin
|
3838 |
-
msgid "
|
3839 |
msgstr ""
|
3840 |
|
3841 |
-
|
3842 |
-
|
3843 |
-
|
3844 |
-
msgid "AED currency is not supported by %1$s. %2$s"
|
3845 |
msgstr ""
|
3846 |
|
3847 |
-
#:
|
3848 |
-
msgctxt "admin
|
3849 |
-
msgid ""
|
3850 |
-
"Listings with pending payments are marked as abandoned after this time. You "
|
3851 |
-
"can also <a>customize the email</a> users receive."
|
3852 |
msgstr ""
|
3853 |
|
3854 |
-
#:
|
3855 |
-
msgctxt "admin
|
3856 |
-
msgid "
|
3857 |
msgstr ""
|
3858 |
|
3859 |
-
#:
|
3860 |
-
msgctxt "admin
|
3861 |
-
msgid "
|
3862 |
msgstr ""
|
3863 |
|
3864 |
-
#:
|
3865 |
-
msgctxt "admin
|
3866 |
-
msgid "
|
3867 |
msgstr ""
|
3868 |
|
3869 |
-
#:
|
3870 |
-
msgctxt "admin
|
3871 |
-
msgid "
|
3872 |
msgstr ""
|
3873 |
|
3874 |
-
#:
|
3875 |
-
msgctxt "admin
|
3876 |
-
msgid "
|
3877 |
msgstr ""
|
3878 |
|
3879 |
-
#:
|
3880 |
-
msgctxt "admin
|
3881 |
-
msgid "
|
3882 |
msgstr ""
|
3883 |
|
3884 |
-
#:
|
3885 |
-
msgctxt "admin
|
3886 |
-
msgid "
|
3887 |
msgstr ""
|
3888 |
|
3889 |
-
#:
|
3890 |
-
msgctxt "admin
|
3891 |
-
msgid "
|
3892 |
msgstr ""
|
3893 |
|
3894 |
-
#:
|
3895 |
-
msgctxt "admin
|
3896 |
-
msgid "
|
3897 |
msgstr ""
|
3898 |
|
3899 |
-
#:
|
3900 |
-
msgctxt "admin
|
3901 |
-
msgid "
|
3902 |
msgstr ""
|
3903 |
|
3904 |
-
#:
|
3905 |
-
msgctxt "admin
|
3906 |
-
msgid "
|
3907 |
msgstr ""
|
3908 |
|
3909 |
-
#:
|
3910 |
-
msgctxt "admin
|
3911 |
-
msgid "
|
3912 |
msgstr ""
|
3913 |
|
3914 |
-
#:
|
3915 |
-
msgctxt "admin
|
3916 |
-
msgid "
|
3917 |
msgstr ""
|
3918 |
|
3919 |
-
#:
|
3920 |
-
msgctxt "admin
|
3921 |
-
msgid "
|
3922 |
msgstr ""
|
3923 |
|
3924 |
-
#:
|
3925 |
-
msgctxt "admin
|
3926 |
-
msgid "
|
3927 |
msgstr ""
|
3928 |
|
3929 |
-
#:
|
3930 |
-
msgctxt "admin
|
3931 |
-
msgid "
|
3932 |
msgstr ""
|
3933 |
|
3934 |
-
#:
|
3935 |
-
|
3936 |
-
|
3937 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1526
|
3938 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1563
|
3939 |
-
msgctxt "admin settings"
|
3940 |
-
msgid "Listing's title"
|
3941 |
msgstr ""
|
3942 |
|
3943 |
-
#:
|
3944 |
-
|
3945 |
-
|
3946 |
-
msgid "Listing's fee plan name"
|
3947 |
msgstr ""
|
3948 |
|
3949 |
-
#:
|
3950 |
-
|
3951 |
-
|
3952 |
-
|
|
|
3953 |
msgstr ""
|
3954 |
|
3955 |
-
#:
|
3956 |
-
|
3957 |
-
|
3958 |
-
msgid "Listing's fee plan details"
|
3959 |
msgstr ""
|
3960 |
|
3961 |
-
#:
|
3962 |
-
msgctxt "admin
|
3963 |
-
msgid ""
|
3964 |
-
"Your listing \"[listing]\" is now available at [listing-url] and can be "
|
3965 |
-
"viewed by the public."
|
3966 |
msgstr ""
|
3967 |
|
3968 |
-
#:
|
3969 |
-
|
3970 |
-
|
3971 |
-
msgid "Listing's URL"
|
3972 |
msgstr ""
|
3973 |
|
3974 |
-
#:
|
3975 |
-
|
3976 |
-
|
3977 |
-
msgid "Listing's Access Key"
|
3978 |
msgstr ""
|
3979 |
|
3980 |
-
#:
|
3981 |
-
msgctxt "admin
|
3982 |
-
msgid "
|
|
|
|
|
|
|
3983 |
msgstr ""
|
3984 |
|
3985 |
-
#:
|
3986 |
-
msgctxt "admin
|
3987 |
-
msgid "
|
3988 |
msgstr ""
|
3989 |
|
3990 |
-
#: includes/admin/
|
3991 |
msgctxt "admin settings"
|
3992 |
-
msgid "
|
3993 |
msgstr ""
|
3994 |
|
3995 |
-
#: includes/admin/
|
3996 |
msgctxt "admin settings"
|
3997 |
-
msgid "
|
3998 |
msgstr ""
|
3999 |
|
4000 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4001 |
msgctxt "admin settings"
|
4002 |
-
msgid "
|
|
|
|
|
4003 |
msgstr ""
|
4004 |
|
4005 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4006 |
msgctxt "admin settings"
|
4007 |
-
msgid "
|
4008 |
msgstr ""
|
4009 |
|
4010 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4011 |
msgctxt "admin settings"
|
4012 |
-
msgid "
|
4013 |
msgstr ""
|
4014 |
|
4015 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4016 |
msgctxt "admin settings"
|
4017 |
-
msgid "
|
4018 |
msgstr ""
|
4019 |
|
4020 |
-
#: includes/
|
4021 |
msgctxt "admin settings"
|
4022 |
-
msgid "
|
|
|
|
|
|
|
4023 |
msgstr ""
|
4024 |
|
4025 |
-
#: includes/
|
4026 |
msgctxt "admin settings"
|
4027 |
-
msgid "
|
4028 |
msgstr ""
|
4029 |
|
4030 |
-
#: includes/admin/
|
4031 |
-
msgctxt "
|
4032 |
-
msgid "
|
4033 |
msgstr ""
|
4034 |
|
4035 |
-
#: includes/admin/
|
4036 |
-
msgctxt "
|
4037 |
-
msgid "
|
4038 |
msgstr ""
|
4039 |
|
4040 |
-
#: includes/admin/
|
4041 |
-
msgctxt "
|
4042 |
-
msgid "
|
4043 |
msgstr ""
|
4044 |
|
4045 |
-
#: includes/admin/
|
4046 |
-
msgctxt "
|
4047 |
-
msgid "
|
4048 |
msgstr ""
|
4049 |
|
4050 |
-
#: includes/admin/
|
4051 |
-
msgctxt "
|
4052 |
-
msgid "
|
4053 |
msgstr ""
|
4054 |
|
4055 |
-
#: includes/admin/
|
4056 |
-
|
4057 |
-
|
|
|
4058 |
msgstr ""
|
4059 |
|
4060 |
-
#: includes/admin/
|
4061 |
-
|
4062 |
-
|
|
|
4063 |
msgstr ""
|
4064 |
|
4065 |
-
#: includes/admin/
|
4066 |
-
msgctxt "
|
4067 |
-
msgid "
|
4068 |
-
msgid_plural "%d days"
|
4069 |
-
msgstr[0] ""
|
4070 |
-
msgstr[1] ""
|
4071 |
-
|
4072 |
-
#: includes/admin/controllers/class-settings-admin.php:588
|
4073 |
-
msgctxt "expiration notices"
|
4074 |
-
msgid "%d week"
|
4075 |
-
msgid_plural "%d weeks"
|
4076 |
-
msgstr[0] ""
|
4077 |
-
msgstr[1] ""
|
4078 |
-
|
4079 |
-
#: includes/admin/controllers/class-settings-admin.php:591
|
4080 |
-
msgctxt "expiration notices"
|
4081 |
-
msgid "%d month"
|
4082 |
-
msgid_plural "%d months"
|
4083 |
-
msgstr[0] ""
|
4084 |
-
msgstr[1] ""
|
4085 |
-
|
4086 |
-
#. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
|
4087 |
-
#. non-recuring only)
|
4088 |
-
#: includes/admin/controllers/class-settings-admin.php:597
|
4089 |
-
msgctxt "expiration notices"
|
4090 |
-
msgid "Sent %1$s before a listing (%2$s) expires."
|
4091 |
msgstr ""
|
4092 |
|
4093 |
-
|
4094 |
-
|
4095 |
-
|
4096 |
-
msgctxt "expiration notices"
|
4097 |
-
msgid "Sent %1$s after a listing (%2$s) expires."
|
4098 |
msgstr ""
|
4099 |
|
4100 |
-
#: includes/admin/
|
4101 |
-
|
4102 |
-
|
|
|
4103 |
msgstr ""
|
4104 |
|
4105 |
-
#: includes/admin/
|
4106 |
-
|
4107 |
-
|
|
|
4108 |
msgstr ""
|
4109 |
|
4110 |
-
#: includes/admin/
|
4111 |
-
msgctxt "
|
4112 |
-
msgid "
|
4113 |
-
|
4114 |
-
msgstr[0] ""
|
4115 |
-
msgstr[1] ""
|
4116 |
-
|
4117 |
-
#: includes/admin/controllers/class-settings-admin.php:629
|
4118 |
-
msgctxt "expiration notices"
|
4119 |
-
msgid "%d day after expiration"
|
4120 |
-
msgid_plural "%d days after expiration"
|
4121 |
-
msgstr[0] ""
|
4122 |
-
msgstr[1] ""
|
4123 |
-
|
4124 |
-
#: includes/admin/controllers/class-settings-admin.php:632
|
4125 |
-
msgctxt "expiration notices"
|
4126 |
-
msgid "%d week before expiration"
|
4127 |
-
msgid_plural "%d weeks before expiration"
|
4128 |
-
msgstr[0] ""
|
4129 |
-
msgstr[1] ""
|
4130 |
-
|
4131 |
-
#: includes/admin/controllers/class-settings-admin.php:632
|
4132 |
-
msgctxt "expiration notices"
|
4133 |
-
msgid "%d week after expiration"
|
4134 |
-
msgid_plural "%d weeks after expiration"
|
4135 |
-
msgstr[0] ""
|
4136 |
-
msgstr[1] ""
|
4137 |
-
|
4138 |
-
#: includes/admin/controllers/class-settings-admin.php:635
|
4139 |
-
msgctxt "expiration notices"
|
4140 |
-
msgid "%d month before expiration"
|
4141 |
-
msgid_plural "%d months before expiration"
|
4142 |
-
msgstr[0] ""
|
4143 |
-
msgstr[1] ""
|
4144 |
-
|
4145 |
-
#: includes/admin/controllers/class-settings-admin.php:635
|
4146 |
-
msgctxt "expiration notices"
|
4147 |
-
msgid "%d month after expiration"
|
4148 |
-
msgid_plural "%d months after expiration"
|
4149 |
-
msgstr[0] ""
|
4150 |
-
msgstr[1] ""
|
4151 |
|
4152 |
-
#: includes/admin/
|
4153 |
-
msgctxt "
|
4154 |
-
msgid "
|
4155 |
msgstr ""
|
4156 |
|
4157 |
-
#: includes/admin/
|
4158 |
-
msgctxt "
|
4159 |
-
msgid "
|
4160 |
msgstr ""
|
4161 |
|
4162 |
-
#: includes/admin/
|
4163 |
-
msgctxt "
|
4164 |
-
msgid "
|
4165 |
msgstr ""
|
4166 |
|
4167 |
-
#: includes/admin/
|
4168 |
-
msgctxt "
|
4169 |
-
msgid "
|
4170 |
msgstr ""
|
4171 |
|
4172 |
-
#: includes/admin/
|
4173 |
-
msgctxt "
|
4174 |
-
msgid "
|
|
|
|
|
4175 |
msgstr ""
|
4176 |
|
4177 |
-
#: includes/admin/
|
4178 |
-
|
4179 |
-
|
|
|
4180 |
msgstr ""
|
4181 |
|
4182 |
-
#: includes/admin/
|
4183 |
-
|
4184 |
-
|
|
|
4185 |
msgstr ""
|
4186 |
|
4187 |
-
#: includes/admin/
|
4188 |
-
msgctxt "settings"
|
4189 |
-
msgid "
|
4190 |
msgstr ""
|
4191 |
|
4192 |
-
#: includes/admin/
|
4193 |
-
msgctxt "settings"
|
4194 |
-
msgid "
|
4195 |
msgstr ""
|
4196 |
|
4197 |
-
#: includes/admin/
|
4198 |
-
msgctxt "settings"
|
4199 |
-
msgid "
|
4200 |
msgstr ""
|
4201 |
|
4202 |
-
#: includes/admin/
|
4203 |
-
msgctxt "settings"
|
4204 |
-
msgid "
|
4205 |
msgstr ""
|
4206 |
|
4207 |
-
#: includes/admin/
|
4208 |
-
msgctxt "settings"
|
4209 |
-
msgid "
|
4210 |
msgstr ""
|
4211 |
|
4212 |
-
#: includes/admin/
|
4213 |
-
msgctxt "settings"
|
4214 |
-
msgid "
|
4215 |
msgstr ""
|
4216 |
|
4217 |
-
#: includes/admin/
|
4218 |
-
msgctxt "settings"
|
4219 |
-
msgid "
|
4220 |
msgstr ""
|
4221 |
|
4222 |
-
#: includes/admin/
|
4223 |
-
msgctxt "settings"
|
4224 |
-
msgid "
|
4225 |
msgstr ""
|
4226 |
|
4227 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4228 |
-
msgctxt "settings"
|
4229 |
-
msgid "
|
4230 |
msgstr ""
|
4231 |
|
4232 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4233 |
-
|
4234 |
-
|
4235 |
-
msgid "Listings"
|
4236 |
msgstr ""
|
4237 |
|
4238 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4239 |
-
|
4240 |
-
|
4241 |
-
#: includes/admin/settings/class-settings-bootstrap.php:36
|
4242 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1332
|
4243 |
-
#: includes/admin/settings/class-settings.php:341
|
4244 |
-
msgctxt "settings"
|
4245 |
-
msgid "General Settings"
|
4246 |
msgstr ""
|
4247 |
|
4248 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4249 |
-
msgctxt "settings"
|
4250 |
-
msgid "
|
4251 |
msgstr ""
|
4252 |
|
4253 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4254 |
-
msgctxt "settings"
|
4255 |
-
msgid "
|
4256 |
msgstr ""
|
4257 |
|
4258 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4259 |
-
msgctxt "settings"
|
4260 |
-
msgid "
|
4261 |
msgstr ""
|
4262 |
|
4263 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4264 |
-
msgctxt "settings"
|
4265 |
-
msgid "
|
4266 |
msgstr ""
|
4267 |
|
4268 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4269 |
-
msgctxt "settings"
|
4270 |
-
msgid "
|
4271 |
msgstr ""
|
4272 |
|
4273 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4274 |
-
msgctxt "settings"
|
4275 |
-
msgid ""
|
4276 |
-
"The slug can't be in use by another term. Avoid \"category\", for instance."
|
4277 |
msgstr ""
|
4278 |
|
4279 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4280 |
-
msgctxt "settings"
|
4281 |
-
msgid "
|
4282 |
msgstr ""
|
4283 |
|
4284 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4285 |
-
msgctxt "settings"
|
4286 |
-
msgid "
|
4287 |
msgstr ""
|
4288 |
|
4289 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4290 |
-
msgctxt "settings"
|
4291 |
-
msgid "
|
4292 |
msgstr ""
|
4293 |
|
4294 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4295 |
-
msgctxt "settings"
|
4296 |
-
msgid "
|
4297 |
msgstr ""
|
4298 |
|
4299 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4300 |
-
msgctxt "settings"
|
4301 |
-
msgid ""
|
4302 |
-
"Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
|
4303 |
-
"directory/1809/listing-title\"."
|
4304 |
msgstr ""
|
4305 |
|
4306 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4307 |
-
msgctxt "settings"
|
4308 |
-
msgid "
|
4309 |
msgstr ""
|
4310 |
|
4311 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4312 |
-
msgctxt "settings"
|
4313 |
-
msgid "
|
4314 |
msgstr ""
|
4315 |
|
4316 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4317 |
-
msgctxt "settings"
|
4318 |
-
msgid "
|
4319 |
msgstr ""
|
4320 |
|
4321 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4322 |
-
msgctxt "settings"
|
4323 |
-
msgid "
|
4324 |
msgstr ""
|
4325 |
|
4326 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4327 |
-
msgctxt "settings"
|
4328 |
-
msgid "
|
4329 |
msgstr ""
|
4330 |
|
4331 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4332 |
-
msgctxt "settings"
|
4333 |
-
msgid "
|
4334 |
msgstr ""
|
4335 |
|
4336 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4337 |
-
msgctxt "settings"
|
4338 |
-
msgid "
|
4339 |
msgstr ""
|
4340 |
|
4341 |
-
|
4342 |
-
|
4343 |
-
|
|
|
4344 |
msgstr ""
|
4345 |
|
4346 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4347 |
-
msgctxt "settings"
|
4348 |
-
msgid "
|
|
|
|
|
4349 |
msgstr ""
|
4350 |
|
4351 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4352 |
-
msgctxt "settings"
|
4353 |
-
msgid "
|
4354 |
msgstr ""
|
4355 |
|
4356 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4357 |
-
msgctxt "settings"
|
4358 |
-
msgid "
|
4359 |
msgstr ""
|
4360 |
|
4361 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4362 |
-
msgctxt "settings"
|
4363 |
-
msgid ""
|
4364 |
-
"reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is "
|
4365 |
-
"very likely a bot). Based on the score, you can take variable action in the "
|
4366 |
-
"context of your site. You can set here the score threshold, scores under "
|
4367 |
-
"this value will result in reCAPTCHA validation error."
|
4368 |
msgstr ""
|
4369 |
|
4370 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4371 |
-
msgctxt "settings"
|
4372 |
-
msgid "
|
4373 |
msgstr ""
|
4374 |
|
4375 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4376 |
-
msgctxt "settings"
|
4377 |
-
msgid ""
|
4378 |
-
"We expect that a membership plugin supports the 'redirect_to' parameter for "
|
4379 |
-
"the URLs below to work. If the plugin does not support them, these settings "
|
4380 |
-
"will not function as expected. Please contact the membership plugin and ask "
|
4381 |
-
"them to support the WP standard 'redirect_to' query parameter."
|
4382 |
msgstr ""
|
4383 |
|
4384 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4385 |
-
msgctxt "settings"
|
4386 |
-
msgid "
|
4387 |
msgstr ""
|
4388 |
|
4389 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4390 |
-
msgctxt "settings"
|
4391 |
-
msgid "
|
4392 |
msgstr ""
|
4393 |
|
4394 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4395 |
-
msgctxt "settings"
|
4396 |
-
msgid "
|
4397 |
msgstr ""
|
4398 |
|
4399 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4400 |
-
msgctxt "settings"
|
4401 |
-
msgid "
|
4402 |
msgstr ""
|
4403 |
|
4404 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4405 |
-
msgctxt "settings"
|
4406 |
-
msgid "
|
4407 |
msgstr ""
|
4408 |
|
4409 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4410 |
-
msgctxt "settings"
|
4411 |
-
msgid "
|
4412 |
msgstr ""
|
4413 |
|
4414 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4415 |
-
msgctxt "settings"
|
4416 |
-
msgid ""
|
4417 |
-
"Only enter this if using a membership plugin or custom registration page."
|
4418 |
msgstr ""
|
4419 |
|
4420 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4421 |
-
msgctxt "settings"
|
4422 |
-
msgid "
|
4423 |
msgstr ""
|
4424 |
|
4425 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4426 |
-
msgctxt "settings"
|
4427 |
-
msgid "
|
4428 |
msgstr ""
|
4429 |
|
4430 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4431 |
-
msgctxt "settings"
|
4432 |
-
msgid ""
|
4433 |
-
"Enter text or a URL starting with http. If you use a URL, the Terms and "
|
4434 |
-
"Conditions text will be replaced by a link to the appropiate page."
|
4435 |
msgstr ""
|
4436 |
|
4437 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4438 |
-
msgctxt "settings"
|
4439 |
-
msgid "
|
4440 |
msgstr ""
|
4441 |
|
4442 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4443 |
-
|
4444 |
-
|
|
|
|
|
|
|
|
|
4445 |
msgstr ""
|
4446 |
|
4447 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4448 |
-
|
4449 |
-
|
|
|
4450 |
msgstr ""
|
4451 |
|
4452 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4453 |
-
|
4454 |
-
|
|
|
4455 |
msgstr ""
|
4456 |
|
4457 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4458 |
-
|
4459 |
-
|
|
|
4460 |
msgstr ""
|
4461 |
|
4462 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4463 |
-
msgctxt "settings"
|
4464 |
msgid ""
|
4465 |
-
"
|
4466 |
-
"
|
4467 |
msgstr ""
|
4468 |
|
4469 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4470 |
-
|
4471 |
-
|
|
|
4472 |
msgstr ""
|
4473 |
|
4474 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4475 |
-
|
4476 |
-
|
4477 |
-
"
|
4478 |
-
"Disable this only if you're having an issue with FontAwesome icons and have "
|
4479 |
-
"performed a conflict test to validate this is a multiple styles enqueueing "
|
4480 |
-
"issue."
|
4481 |
msgstr ""
|
4482 |
|
4483 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4484 |
-
msgctxt "settings"
|
4485 |
-
msgid "
|
4486 |
msgstr ""
|
4487 |
|
4488 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4489 |
-
msgctxt "settings"
|
4490 |
-
msgid "
|
4491 |
msgstr ""
|
4492 |
|
4493 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4494 |
-
msgctxt "settings"
|
4495 |
-
msgid ""
|
4496 |
-
"Number of listings to show per page. Use a value of \"0\" to show all "
|
4497 |
-
"listings."
|
4498 |
msgstr ""
|
4499 |
|
4500 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4501 |
-
msgctxt "settings"
|
4502 |
-
msgid "
|
4503 |
msgstr ""
|
4504 |
|
4505 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4506 |
-
msgctxt "settings"
|
4507 |
-
msgid ""
|
4508 |
-
"Use a value of \"0\" to keep a listing alive indefinitely or enter a number "
|
4509 |
-
"less than 10 years (3650 days)."
|
4510 |
msgstr ""
|
4511 |
|
4512 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4513 |
-
msgctxt "settings"
|
4514 |
-
msgid "
|
4515 |
msgstr ""
|
4516 |
|
4517 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4518 |
-
msgctxt "settings"
|
4519 |
-
msgid "
|
4520 |
msgstr ""
|
4521 |
|
4522 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4523 |
-
msgctxt "settings"
|
4524 |
-
msgid "
|
4525 |
msgstr ""
|
4526 |
|
4527 |
-
#: includes/
|
4528 |
-
msgctxt "settings"
|
4529 |
-
msgid "
|
4530 |
msgstr ""
|
4531 |
|
4532 |
-
#: includes/
|
4533 |
-
msgctxt "settings"
|
4534 |
-
msgid "
|
4535 |
msgstr ""
|
4536 |
|
4537 |
-
#: includes/admin/
|
4538 |
-
msgctxt "
|
4539 |
-
msgid ""
|
4540 |
-
"Form option list to report a listing as inappropriate. One option per line."
|
4541 |
msgstr ""
|
4542 |
|
4543 |
-
#: includes/admin/
|
4544 |
-
msgctxt "
|
4545 |
-
msgid "
|
4546 |
msgstr ""
|
4547 |
|
4548 |
-
#: includes/admin/
|
4549 |
-
msgctxt "
|
4550 |
-
msgid ""
|
4551 |
-
"Allows visitors to contact listing authors privately. Authors will receive "
|
4552 |
-
"the messages via email."
|
4553 |
msgstr ""
|
4554 |
|
4555 |
-
#: includes/admin/
|
4556 |
-
msgctxt "
|
4557 |
-
msgid "
|
4558 |
msgstr ""
|
4559 |
|
4560 |
-
#: includes/admin/
|
4561 |
-
msgctxt "
|
4562 |
-
msgid "
|
4563 |
msgstr ""
|
4564 |
|
4565 |
-
#: includes/admin/
|
4566 |
-
msgctxt "
|
4567 |
-
msgid ""
|
4568 |
-
"Use this to prevent spamming of listing owners from logged in users. 0 means "
|
4569 |
-
"unlimited submits per day."
|
4570 |
msgstr ""
|
4571 |
|
4572 |
-
#: includes/admin/
|
4573 |
-
msgctxt "
|
4574 |
-
msgid "
|
4575 |
msgstr ""
|
4576 |
|
4577 |
-
#: includes/admin/
|
4578 |
-
msgctxt "
|
4579 |
-
msgid ""
|
4580 |
-
"
|
4581 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4582 |
msgstr ""
|
4583 |
|
4584 |
-
|
4585 |
-
|
4586 |
-
|
|
|
|
|
4587 |
msgstr ""
|
4588 |
|
4589 |
-
#: includes/admin/
|
4590 |
-
msgctxt "
|
4591 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
4592 |
msgstr ""
|
4593 |
|
4594 |
-
#: includes/admin/
|
4595 |
-
msgctxt "
|
4596 |
-
msgid ""
|
4597 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4598 |
msgstr ""
|
4599 |
|
4600 |
-
#: includes/admin/
|
4601 |
-
msgctxt "
|
4602 |
-
msgid ""
|
4603 |
-
"The user ID or login of an existing user account. If login is not required "
|
4604 |
-
"to submit listings, this user will own them. A site admin or another user "
|
4605 |
-
"that will not a be posting a listing is best."
|
4606 |
msgstr ""
|
4607 |
|
4608 |
-
#: includes/admin/
|
4609 |
-
msgctxt "
|
4610 |
-
msgid "
|
4611 |
msgstr ""
|
4612 |
|
4613 |
-
#: includes/admin/
|
4614 |
-
msgctxt "
|
4615 |
-
msgid "
|
4616 |
msgstr ""
|
4617 |
|
4618 |
-
#: includes/admin/
|
4619 |
-
msgctxt "
|
4620 |
-
msgid "
|
4621 |
msgstr ""
|
4622 |
|
4623 |
-
#: includes/admin/
|
4624 |
msgctxt "settings"
|
4625 |
-
msgid "
|
4626 |
msgstr ""
|
4627 |
|
4628 |
-
#: includes/admin/
|
4629 |
msgctxt "settings"
|
4630 |
-
msgid "
|
4631 |
msgstr ""
|
4632 |
|
4633 |
-
#: includes/admin/
|
4634 |
msgctxt "settings"
|
4635 |
-
msgid "
|
4636 |
msgstr ""
|
4637 |
|
4638 |
-
#: includes/admin/
|
4639 |
msgctxt "settings"
|
4640 |
-
msgid "
|
4641 |
msgstr ""
|
4642 |
|
4643 |
-
#: includes/admin/
|
4644 |
msgctxt "settings"
|
4645 |
-
msgid "
|
4646 |
msgstr ""
|
4647 |
|
4648 |
-
#: includes/admin/
|
4649 |
msgctxt "settings"
|
4650 |
-
msgid "
|
4651 |
msgstr ""
|
4652 |
|
4653 |
-
#: includes/admin/
|
4654 |
msgctxt "settings"
|
4655 |
-
msgid "
|
4656 |
msgstr ""
|
4657 |
|
4658 |
-
#: includes/admin/
|
4659 |
msgctxt "settings"
|
4660 |
-
msgid "
|
4661 |
msgstr ""
|
4662 |
|
4663 |
-
#: includes/admin/
|
4664 |
msgctxt "settings"
|
4665 |
-
msgid "
|
4666 |
msgstr ""
|
4667 |
|
4668 |
-
#: includes/admin/
|
4669 |
msgctxt "settings"
|
4670 |
-
msgid "
|
4671 |
msgstr ""
|
4672 |
|
4673 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4674 |
msgctxt "settings"
|
4675 |
-
msgid "
|
4676 |
msgstr ""
|
4677 |
|
4678 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
4679 |
msgctxt "settings"
|
4680 |
-
msgid ""
|
4681 |
-
"Hides the button used by the main UI to allow listing submission, but does "
|
4682 |
-
"not shut off the use of the link for submitting listings (allows you to "
|
4683 |
-
"customize the submit listing button on your own)"
|
4684 |
msgstr ""
|
4685 |
|
4686 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
|
|
|
|
|
|
|
|
4687 |
msgctxt "settings"
|
4688 |
-
msgid "
|
4689 |
msgstr ""
|
4690 |
|
4691 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4692 |
msgctxt "settings"
|
4693 |
-
msgid "
|
4694 |
msgstr ""
|
4695 |
|
4696 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4697 |
msgctxt "settings"
|
4698 |
-
msgid "
|
4699 |
msgstr ""
|
4700 |
|
4701 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4702 |
msgctxt "settings"
|
4703 |
-
msgid "
|
4704 |
msgstr ""
|
4705 |
|
4706 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4707 |
msgctxt "settings"
|
4708 |
-
msgid "
|
4709 |
msgstr ""
|
4710 |
|
4711 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4712 |
msgctxt "settings"
|
4713 |
-
msgid "
|
4714 |
msgstr ""
|
4715 |
|
4716 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4717 |
msgctxt "settings"
|
4718 |
-
msgid "
|
|
|
4719 |
msgstr ""
|
4720 |
|
4721 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4722 |
msgctxt "settings"
|
4723 |
-
msgid "
|
4724 |
msgstr ""
|
4725 |
|
4726 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4727 |
msgctxt "settings"
|
4728 |
-
msgid "
|
4729 |
msgstr ""
|
4730 |
|
4731 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4732 |
msgctxt "settings"
|
4733 |
-
msgid "
|
4734 |
msgstr ""
|
4735 |
|
4736 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4737 |
msgctxt "settings"
|
4738 |
-
msgid "
|
4739 |
msgstr ""
|
4740 |
|
4741 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4742 |
msgctxt "settings"
|
4743 |
-
msgid "
|
|
|
|
|
4744 |
msgstr ""
|
4745 |
|
4746 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4747 |
msgctxt "settings"
|
4748 |
-
msgid "
|
4749 |
msgstr ""
|
4750 |
|
4751 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4752 |
msgctxt "settings"
|
4753 |
-
msgid ""
|
4754 |
-
"Uncheck if it conflicts with other elements or plugins installed on your site"
|
4755 |
msgstr ""
|
4756 |
|
4757 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4758 |
msgctxt "settings"
|
4759 |
-
msgid "
|
4760 |
msgstr ""
|
4761 |
|
4762 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4763 |
msgctxt "settings"
|
4764 |
-
msgid "
|
4765 |
msgstr ""
|
4766 |
|
4767 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4768 |
msgctxt "settings"
|
4769 |
-
msgid "
|
4770 |
msgstr ""
|
4771 |
|
4772 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4773 |
msgctxt "settings"
|
4774 |
-
msgid "
|
4775 |
msgstr ""
|
4776 |
|
4777 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4778 |
msgctxt "settings"
|
4779 |
-
msgid ""
|
4780 |
-
"When enabled images will match exactly the dimensions above but part of the "
|
4781 |
-
"image may be cropped out. If disabled, image thumbnails will be resized to "
|
4782 |
-
"match the specified width and their height will be adjusted proportionally. "
|
4783 |
-
"Depending on the uploaded images, thumbnails may have different heights."
|
4784 |
msgstr ""
|
4785 |
|
4786 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4787 |
msgctxt "settings"
|
4788 |
-
msgid "
|
4789 |
msgstr ""
|
4790 |
|
4791 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4792 |
msgctxt "settings"
|
4793 |
-
msgid "
|
4794 |
msgstr ""
|
4795 |
|
4796 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4797 |
msgctxt "settings"
|
4798 |
-
msgid "
|
4799 |
msgstr ""
|
4800 |
|
4801 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4802 |
msgctxt "settings"
|
4803 |
-
msgid "
|
4804 |
msgstr ""
|
4805 |
|
4806 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4807 |
msgctxt "settings"
|
4808 |
msgid ""
|
4809 |
-
"
|
4810 |
-
"
|
4811 |
-
"
|
4812 |
-
"
|
4813 |
-
msgstr ""
|
4814 |
-
|
4815 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1102
|
4816 |
-
msgctxt "settings"
|
4817 |
-
msgid "Show Thumbnail on main listings page?"
|
4818 |
msgstr ""
|
4819 |
|
4820 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4821 |
msgctxt "settings"
|
4822 |
-
msgid "
|
4823 |
msgstr ""
|
4824 |
|
4825 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4826 |
msgctxt "settings"
|
4827 |
-
msgid "
|
|
|
|
|
|
|
|
|
4828 |
msgstr ""
|
4829 |
|
4830 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4831 |
msgctxt "settings"
|
4832 |
-
msgid "
|
4833 |
msgstr ""
|
4834 |
|
4835 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4836 |
msgctxt "settings"
|
4837 |
-
msgid "
|
4838 |
msgstr ""
|
4839 |
|
4840 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4841 |
msgctxt "settings"
|
4842 |
-
msgid "
|
4843 |
msgstr ""
|
4844 |
|
4845 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4846 |
msgctxt "settings"
|
4847 |
-
msgid "
|
4848 |
msgstr ""
|
4849 |
|
4850 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4851 |
msgctxt "settings"
|
4852 |
-
msgid "
|
4853 |
msgstr ""
|
4854 |
|
4855 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4856 |
msgctxt "settings"
|
4857 |
-
msgid "
|
4858 |
msgstr ""
|
4859 |
|
4860 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4861 |
msgctxt "settings"
|
4862 |
-
msgid "
|
|
|
4863 |
msgstr ""
|
4864 |
|
4865 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4866 |
msgctxt "settings"
|
4867 |
-
msgid "
|
4868 |
msgstr ""
|
4869 |
|
4870 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4871 |
msgctxt "settings"
|
4872 |
-
msgid "
|
4873 |
msgstr ""
|
4874 |
|
4875 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4876 |
msgctxt "settings"
|
4877 |
-
msgid "
|
|
|
|
|
4878 |
msgstr ""
|
4879 |
|
4880 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4881 |
msgctxt "settings"
|
4882 |
-
msgid "
|
4883 |
msgstr ""
|
4884 |
|
4885 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4886 |
msgctxt "settings"
|
4887 |
-
msgid "
|
4888 |
msgstr ""
|
4889 |
|
4890 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4891 |
msgctxt "settings"
|
4892 |
-
msgid "
|
4893 |
msgstr ""
|
4894 |
|
4895 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4896 |
msgctxt "settings"
|
4897 |
-
msgid ""
|
4898 |
-
"Shows the email address of the listing owner to all web users. NOT "
|
4899 |
-
"RECOMMENDED as this increases spam to the address and allows spam bots to "
|
4900 |
-
"harvest it for future use."
|
4901 |
msgstr ""
|
4902 |
|
4903 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4904 |
msgctxt "settings"
|
4905 |
-
msgid "
|
4906 |
msgstr ""
|
4907 |
|
4908 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4909 |
msgctxt "settings"
|
4910 |
msgid ""
|
4911 |
-
"
|
4912 |
-
"
|
4913 |
msgstr ""
|
4914 |
|
4915 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4916 |
msgctxt "settings"
|
4917 |
-
msgid "
|
4918 |
msgstr ""
|
4919 |
|
4920 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4921 |
msgctxt "settings"
|
4922 |
msgid ""
|
4923 |
-
"
|
4924 |
-
"
|
4925 |
-
"
|
4926 |
-
"
|
4927 |
msgstr ""
|
4928 |
|
4929 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4930 |
msgctxt "settings"
|
4931 |
-
msgid "
|
4932 |
msgstr ""
|
4933 |
|
4934 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4935 |
msgctxt "settings"
|
4936 |
-
msgid "
|
4937 |
msgstr ""
|
4938 |
|
4939 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4940 |
msgctxt "settings"
|
4941 |
-
msgid "
|
|
|
|
|
4942 |
msgstr ""
|
4943 |
|
4944 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4945 |
msgctxt "settings"
|
4946 |
-
msgid "Listing
|
4947 |
msgstr ""
|
4948 |
|
4949 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4950 |
msgctxt "settings"
|
4951 |
-
msgid "
|
|
|
|
|
4952 |
msgstr ""
|
4953 |
|
4954 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4955 |
msgctxt "settings"
|
4956 |
-
msgid "
|
4957 |
msgstr ""
|
4958 |
|
4959 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4960 |
msgctxt "settings"
|
4961 |
-
msgid ""
|
4962 |
-
"Sent to listing owners when someone uses the contact form on their listing "
|
4963 |
-
"pages."
|
4964 |
msgstr ""
|
4965 |
|
4966 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4967 |
msgctxt "settings"
|
4968 |
-
msgid "
|
4969 |
msgstr ""
|
4970 |
|
4971 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4972 |
msgctxt "settings"
|
4973 |
-
msgid "
|
4974 |
msgstr ""
|
4975 |
|
4976 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4977 |
msgctxt "settings"
|
4978 |
-
msgid "
|
4979 |
msgstr ""
|
4980 |
|
4981 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4982 |
msgctxt "settings"
|
4983 |
-
msgid "
|
|
|
4984 |
msgstr ""
|
4985 |
|
4986 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4987 |
msgctxt "settings"
|
4988 |
-
msgid "
|
4989 |
msgstr ""
|
4990 |
|
4991 |
-
#: includes/admin/settings/class-settings.php:
|
4992 |
-
#: includes/admin/settings/class-settings.php:506
|
4993 |
msgctxt "settings"
|
4994 |
-
msgid "
|
|
|
|
|
4995 |
msgstr ""
|
4996 |
|
4997 |
-
#: includes/admin/settings/class-settings.php:
|
4998 |
msgctxt "settings"
|
4999 |
-
msgid "
|
5000 |
msgstr ""
|
5001 |
|
5002 |
-
#: includes/
|
5003 |
msgctxt "settings"
|
5004 |
-
msgid "
|
5005 |
msgstr ""
|
5006 |
|
5007 |
-
#: includes/
|
5008 |
msgctxt "settings"
|
5009 |
-
msgid "
|
|
|
|
|
5010 |
msgstr ""
|
5011 |
|
5012 |
-
#: includes/
|
5013 |
msgctxt "settings"
|
5014 |
-
msgid "
|
5015 |
msgstr ""
|
5016 |
|
5017 |
-
#: includes/admin/
|
5018 |
-
msgctxt "
|
5019 |
-
msgid "
|
|
|
|
|
5020 |
msgstr ""
|
5021 |
|
5022 |
-
#: includes/admin/
|
5023 |
-
msgctxt "
|
5024 |
-
msgid "
|
5025 |
msgstr ""
|
5026 |
|
5027 |
-
#: includes/admin/
|
5028 |
-
msgctxt "
|
5029 |
-
msgid "
|
5030 |
msgstr ""
|
5031 |
|
5032 |
-
#: includes/admin/
|
5033 |
-
msgctxt "
|
5034 |
msgid ""
|
5035 |
-
"
|
5036 |
-
"to put your data on the theme. Below are fields we think are missing."
|
5037 |
msgstr ""
|
5038 |
|
5039 |
-
#: includes/admin/
|
5040 |
-
msgctxt "
|
5041 |
-
msgid "
|
|
|
|
|
|
|
5042 |
msgstr ""
|
5043 |
|
5044 |
-
#: includes/admin/
|
5045 |
-
msgctxt "
|
5046 |
-
msgid "
|
5047 |
msgstr ""
|
5048 |
|
5049 |
-
#: includes/admin/
|
5050 |
-
msgctxt "
|
5051 |
-
msgid "
|
5052 |
msgstr ""
|
5053 |
|
5054 |
-
#: includes/admin/
|
5055 |
-
msgctxt "
|
5056 |
-
msgid "
|
5057 |
msgstr ""
|
5058 |
|
5059 |
-
#: includes/admin/
|
5060 |
-
msgctxt "
|
5061 |
-
msgid "
|
5062 |
msgstr ""
|
5063 |
|
5064 |
-
#: includes/admin/
|
5065 |
-
msgctxt "
|
5066 |
-
msgid "
|
5067 |
msgstr ""
|
5068 |
|
5069 |
-
#: includes/admin/
|
5070 |
-
msgctxt "
|
5071 |
-
msgid "
|
5072 |
msgstr ""
|
5073 |
|
5074 |
-
#: includes/admin/
|
5075 |
-
msgctxt "
|
5076 |
-
msgid "
|
5077 |
msgstr ""
|
5078 |
|
5079 |
-
#: includes/admin/
|
5080 |
-
msgctxt "
|
5081 |
-
msgid "
|
5082 |
msgstr ""
|
5083 |
|
5084 |
-
#: includes/admin/
|
5085 |
-
|
5086 |
-
|
5087 |
-
msgid "Could not update theme: %s"
|
5088 |
msgstr ""
|
5089 |
|
5090 |
-
#: includes/admin/
|
5091 |
-
msgctxt "
|
5092 |
-
msgid "
|
5093 |
msgstr ""
|
5094 |
|
5095 |
-
#: includes/admin/
|
5096 |
-
msgctxt "
|
5097 |
-
msgid "
|
5098 |
msgstr ""
|
5099 |
|
5100 |
-
#: includes/admin/
|
5101 |
-
msgctxt "
|
5102 |
-
msgid "
|
5103 |
msgstr ""
|
5104 |
|
5105 |
-
#: includes/admin/
|
5106 |
-
msgctxt "
|
5107 |
-
msgid "
|
5108 |
msgstr ""
|
5109 |
|
5110 |
-
#: includes/
|
5111 |
-
msgctxt "
|
5112 |
-
msgid "
|
5113 |
msgstr ""
|
5114 |
|
5115 |
-
#: includes/
|
5116 |
-
msgctxt "
|
5117 |
-
msgid "
|
|
|
|
|
|
|
5118 |
msgstr ""
|
5119 |
|
5120 |
-
#: includes/
|
5121 |
-
msgctxt "
|
5122 |
-
msgid "
|
5123 |
msgstr ""
|
5124 |
|
5125 |
-
#: includes/admin/
|
5126 |
-
msgctxt "
|
5127 |
-
msgid "
|
5128 |
msgstr ""
|
5129 |
|
5130 |
-
#: includes/admin/
|
5131 |
-
msgctxt "
|
5132 |
-
msgid "
|
5133 |
msgstr ""
|
5134 |
|
5135 |
-
#: includes/admin/
|
5136 |
-
msgctxt "
|
5137 |
-
msgid "
|
5138 |
msgstr ""
|
5139 |
|
5140 |
-
#:
|
5141 |
-
msgctxt "
|
5142 |
-
msgid ""
|
5143 |
-
"Please note that the export process is a resource intensive task. If your "
|
5144 |
-
"export does not succeed try disabling other plugins first and/or increasing "
|
5145 |
-
"the values of the 'memory_limit' and 'max_execution_time' directives in your "
|
5146 |
-
"server's php.ini configuration file."
|
5147 |
msgstr ""
|
5148 |
|
5149 |
-
#:
|
5150 |
-
msgctxt "
|
5151 |
-
msgid "
|
5152 |
msgstr ""
|
5153 |
|
5154 |
-
#:
|
5155 |
-
msgctxt "
|
5156 |
-
msgid "
|
5157 |
msgstr ""
|
5158 |
|
5159 |
-
#:
|
5160 |
-
msgctxt "
|
5161 |
-
msgid "
|
5162 |
msgstr ""
|
5163 |
|
5164 |
-
#:
|
5165 |
-
msgctxt "
|
5166 |
-
msgid "
|
5167 |
msgstr ""
|
5168 |
|
5169 |
-
#:
|
5170 |
-
msgctxt "
|
5171 |
-
msgid "
|
5172 |
msgstr ""
|
5173 |
|
5174 |
-
#:
|
5175 |
-
msgctxt "
|
5176 |
-
msgid "
|
5177 |
msgstr ""
|
5178 |
|
5179 |
-
#:
|
5180 |
-
msgctxt "
|
5181 |
-
msgid "
|
5182 |
msgstr ""
|
5183 |
|
5184 |
-
#:
|
5185 |
-
msgctxt "
|
5186 |
-
msgid ""
|
5187 |
-
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
5188 |
-
"both a CSV file and listing images."
|
5189 |
msgstr ""
|
5190 |
|
5191 |
-
#:
|
5192 |
-
msgctxt "
|
5193 |
-
msgid "
|
|
|
5194 |
msgstr ""
|
5195 |
|
5196 |
-
#:
|
5197 |
-
msgctxt "
|
5198 |
-
msgid "
|
5199 |
msgstr ""
|
5200 |
|
5201 |
-
#:
|
5202 |
-
msgctxt "
|
5203 |
-
msgid "
|
5204 |
msgstr ""
|
5205 |
|
5206 |
-
#:
|
5207 |
-
msgctxt "
|
5208 |
-
msgid "
|
5209 |
msgstr ""
|
5210 |
|
5211 |
-
#:
|
5212 |
-
msgctxt "
|
5213 |
-
msgid "
|
5214 |
msgstr ""
|
5215 |
|
5216 |
-
#:
|
5217 |
-
msgctxt "
|
5218 |
-
msgid "
|
|
|
|
|
|
|
|
|
5219 |
msgstr ""
|
5220 |
|
5221 |
-
#:
|
5222 |
-
msgctxt "
|
5223 |
-
msgid "
|
5224 |
msgstr ""
|
5225 |
|
5226 |
-
#:
|
5227 |
-
msgctxt "
|
5228 |
-
msgid "
|
5229 |
msgstr ""
|
5230 |
|
5231 |
-
#:
|
5232 |
-
msgctxt "
|
5233 |
-
msgid "
|
5234 |
msgstr ""
|
5235 |
|
5236 |
-
#:
|
5237 |
-
msgctxt "
|
5238 |
-
msgid "
|
5239 |
msgstr ""
|
5240 |
|
5241 |
-
#:
|
5242 |
-
msgctxt "
|
5243 |
msgid ""
|
5244 |
-
"
|
5245 |
-
"
|
5246 |
-
"
|
5247 |
-
"
|
5248 |
msgstr ""
|
5249 |
|
5250 |
-
#:
|
5251 |
-
msgctxt "
|
5252 |
-
msgid "
|
5253 |
msgstr ""
|
5254 |
|
5255 |
-
#:
|
5256 |
-
msgctxt "
|
5257 |
-
msgid "
|
5258 |
msgstr ""
|
5259 |
|
5260 |
-
#:
|
5261 |
-
msgctxt "
|
5262 |
-
msgid "
|
5263 |
msgstr ""
|
5264 |
|
5265 |
-
#:
|
5266 |
-
msgctxt "
|
5267 |
-
msgid ""
|
5268 |
-
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
5269 |
-
"until the export finishes."
|
5270 |
msgstr ""
|
5271 |
|
5272 |
-
#:
|
5273 |
-
msgctxt "
|
5274 |
-
msgid "
|
5275 |
msgstr ""
|
5276 |
|
5277 |
-
#:
|
5278 |
-
msgctxt "
|
5279 |
-
msgid "
|
5280 |
msgstr ""
|
5281 |
|
5282 |
-
#:
|
5283 |
-
msgctxt "
|
5284 |
-
msgid "
|
5285 |
msgstr ""
|
5286 |
|
5287 |
-
#:
|
5288 |
-
msgctxt "
|
5289 |
-
msgid "
|
5290 |
msgstr ""
|
5291 |
|
5292 |
-
#:
|
5293 |
-
msgctxt "
|
5294 |
-
msgid ""
|
5295 |
-
"Your export file has been successfully created and it is now ready for "
|
5296 |
-
"download."
|
5297 |
msgstr ""
|
5298 |
|
5299 |
-
#:
|
5300 |
-
msgctxt "
|
5301 |
-
msgid "
|
5302 |
msgstr ""
|
5303 |
|
5304 |
-
#:
|
5305 |
-
msgctxt "
|
5306 |
-
msgid ""
|
5307 |
-
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
5308 |
-
"temporary data created by Business Directory during the export process."
|
5309 |
msgstr ""
|
5310 |
|
5311 |
-
#:
|
5312 |
-
msgctxt "
|
5313 |
-
msgid "
|
5314 |
msgstr ""
|
5315 |
|
5316 |
-
#:
|
5317 |
-
msgctxt "
|
5318 |
-
msgid "
|
5319 |
msgstr ""
|
5320 |
|
5321 |
-
#:
|
5322 |
-
msgctxt "
|
5323 |
-
msgid "
|
5324 |
msgstr ""
|
5325 |
|
5326 |
-
#:
|
5327 |
-
msgctxt "
|
5328 |
-
msgid "
|
5329 |
msgstr ""
|
5330 |
|
5331 |
-
#: includes/admin/
|
5332 |
-
msgctxt "
|
5333 |
-
msgid ""
|
5334 |
-
"A valid temporary directory with write permissions is required for CSV "
|
5335 |
-
"imports to function properly. Your server is using \"%s\" but this path does "
|
5336 |
-
"not seem to be writable. Please consult with your host."
|
5337 |
msgstr ""
|
5338 |
|
5339 |
-
#: includes/admin/
|
5340 |
-
msgctxt "
|
5341 |
-
msgid "
|
|
|
|
|
|
|
5342 |
msgstr ""
|
5343 |
|
5344 |
-
#: includes/admin/
|
5345 |
-
msgctxt "
|
5346 |
-
msgid "
|
5347 |
msgstr ""
|
5348 |
|
5349 |
-
#:
|
5350 |
-
msgctxt "
|
5351 |
-
msgid "
|
|
|
|
|
5352 |
msgstr ""
|
5353 |
|
5354 |
-
#:
|
5355 |
-
msgctxt "
|
5356 |
-
msgid "
|
5357 |
msgstr ""
|
5358 |
|
5359 |
-
#:
|
5360 |
-
msgctxt "
|
5361 |
-
msgid "
|
|
|
|
|
|
|
|
|
5362 |
msgstr ""
|
5363 |
|
5364 |
-
#:
|
5365 |
-
msgctxt "
|
5366 |
-
msgid "
|
5367 |
msgstr ""
|
5368 |
|
5369 |
-
#:
|
5370 |
-
|
5371 |
-
|
5372 |
-
msgid "N/A"
|
5373 |
msgstr ""
|
5374 |
|
5375 |
-
#:
|
5376 |
-
msgctxt "
|
5377 |
-
msgid "
|
5378 |
msgstr ""
|
5379 |
|
5380 |
-
#:
|
5381 |
-
msgctxt "
|
5382 |
-
msgid "
|
5383 |
msgstr ""
|
5384 |
|
5385 |
-
#:
|
5386 |
-
msgctxt "
|
5387 |
-
msgid "
|
5388 |
msgstr ""
|
5389 |
|
5390 |
-
#:
|
5391 |
-
msgctxt "
|
5392 |
-
msgid "
|
5393 |
msgstr ""
|
5394 |
|
5395 |
-
#:
|
5396 |
-
|
5397 |
-
|
5398 |
-
|
5399 |
-
|
5400 |
msgstr ""
|
5401 |
|
5402 |
-
#:
|
5403 |
-
|
5404 |
-
|
5405 |
-
msgctxt "listing metabox"
|
5406 |
-
msgid "Cancel"
|
5407 |
msgstr ""
|
5408 |
|
5409 |
-
#:
|
5410 |
-
msgctxt "
|
5411 |
-
msgid "
|
5412 |
msgstr ""
|
5413 |
|
5414 |
-
#:
|
5415 |
-
msgctxt "
|
5416 |
-
msgid "
|
5417 |
msgstr ""
|
5418 |
|
5419 |
-
#:
|
5420 |
-
msgctxt "
|
5421 |
-
msgid "
|
5422 |
msgstr ""
|
5423 |
|
5424 |
-
#:
|
5425 |
-
msgctxt "
|
5426 |
-
msgid "
|
5427 |
msgstr ""
|
5428 |
|
5429 |
-
#: includes/admin/
|
5430 |
-
|
5431 |
-
|
|
|
5432 |
msgstr ""
|
5433 |
|
5434 |
-
#: includes/admin/
|
5435 |
-
msgctxt "
|
5436 |
-
msgid "
|
5437 |
msgstr ""
|
5438 |
|
5439 |
-
#: includes/
|
5440 |
-
msgctxt "
|
5441 |
-
msgid "
|
5442 |
msgstr ""
|
5443 |
|
5444 |
-
#: includes/
|
5445 |
-
msgctxt "
|
5446 |
-
msgid "
|
5447 |
msgstr ""
|
5448 |
|
5449 |
-
#: includes/
|
5450 |
-
msgctxt "
|
5451 |
-
msgid "
|
5452 |
msgstr ""
|
5453 |
|
5454 |
-
#: includes/admin/
|
5455 |
-
msgctxt "
|
5456 |
-
msgid "
|
5457 |
msgstr ""
|
5458 |
|
5459 |
-
#: includes/admin/
|
5460 |
-
msgctxt "
|
5461 |
-
msgid "
|
5462 |
msgstr ""
|
5463 |
|
5464 |
-
#: includes/admin/
|
5465 |
-
msgctxt "
|
5466 |
-
msgid "
|
5467 |
msgstr ""
|
5468 |
|
5469 |
-
#: includes/admin/
|
5470 |
-
msgctxt "
|
5471 |
-
msgid "
|
|
|
|
|
5472 |
msgstr ""
|
5473 |
|
5474 |
-
#: includes/admin/
|
5475 |
-
msgctxt "
|
5476 |
-
msgid "
|
5477 |
msgstr ""
|
5478 |
|
5479 |
-
#: includes/admin/
|
5480 |
-
msgctxt "
|
5481 |
-
msgid "
|
5482 |
msgstr ""
|
5483 |
|
5484 |
-
#: includes/admin/
|
5485 |
-
msgctxt "
|
5486 |
-
msgid "
|
5487 |
msgstr ""
|
5488 |
|
5489 |
-
#: includes/admin/
|
5490 |
-
msgctxt "
|
5491 |
-
msgid "
|
5492 |
msgstr ""
|
5493 |
|
5494 |
-
#: includes/admin/
|
5495 |
-
msgctxt "
|
5496 |
-
msgid "
|
5497 |
msgstr ""
|
5498 |
|
5499 |
-
#: includes/admin/
|
5500 |
-
msgctxt "
|
5501 |
-
msgid "
|
5502 |
msgstr ""
|
5503 |
|
5504 |
-
#: includes/admin/
|
5505 |
-
msgctxt "
|
5506 |
-
msgid "
|
5507 |
msgstr ""
|
5508 |
|
5509 |
-
#: includes/admin/
|
5510 |
-
msgctxt "
|
5511 |
-
msgid "
|
5512 |
msgstr ""
|
5513 |
|
5514 |
-
#: includes/admin/
|
5515 |
-
msgctxt "
|
5516 |
-
msgid "
|
5517 |
msgstr ""
|
5518 |
|
5519 |
-
#: includes/admin/
|
5520 |
-
|
5521 |
-
|
|
|
5522 |
msgstr ""
|
5523 |
|
5524 |
-
#: includes/admin/
|
5525 |
-
msgctxt "
|
5526 |
-
msgid "
|
5527 |
msgstr ""
|
5528 |
|
5529 |
-
#: includes/admin/
|
5530 |
-
msgctxt "
|
5531 |
-
msgid "
|
5532 |
msgstr ""
|
5533 |
|
5534 |
-
#: includes/admin/
|
5535 |
-
msgctxt "
|
5536 |
-
msgid "
|
5537 |
msgstr ""
|
5538 |
|
5539 |
-
#: includes/admin/
|
5540 |
-
msgctxt "
|
5541 |
-
msgid "
|
5542 |
msgstr ""
|
5543 |
|
5544 |
-
#: includes/
|
5545 |
-
msgctxt "
|
5546 |
-
msgid ""
|
5547 |
-
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
5548 |
-
"\" setting is disabled, display settings below will not be honored and this "
|
5549 |
-
"field will not be displayed on the frontend. If you want e-mail addresses to "
|
5550 |
-
"show on the frontend, you can <a>enable public display of e-mails</a>."
|
5551 |
msgstr ""
|
5552 |
|
5553 |
-
#: includes/
|
5554 |
-
msgctxt "
|
5555 |
-
msgid "
|
5556 |
msgstr ""
|
5557 |
|
5558 |
-
#: includes/
|
5559 |
-
msgctxt "
|
5560 |
-
msgid "
|
5561 |
msgstr ""
|
5562 |
|
5563 |
-
#: includes/admin/
|
5564 |
-
msgctxt "
|
5565 |
-
msgid "
|
5566 |
msgstr ""
|
5567 |
|
5568 |
-
#: includes/
|
5569 |
-
msgctxt "
|
5570 |
-
msgid "
|
5571 |
msgstr ""
|
5572 |
|
5573 |
-
#: includes/
|
5574 |
-
|
5575 |
-
|
5576 |
-
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
5577 |
msgstr ""
|
5578 |
|
5579 |
-
#:
|
5580 |
-
msgctxt "
|
5581 |
-
msgid "
|
|
|
|
|
|
|
|
|
5582 |
msgstr ""
|
5583 |
|
5584 |
-
#:
|
5585 |
-
msgctxt "
|
5586 |
-
msgid "
|
5587 |
msgstr ""
|
5588 |
|
5589 |
-
#:
|
5590 |
-
|
5591 |
-
|
5592 |
-
msgid "Field list of options is required."
|
5593 |
msgstr ""
|
5594 |
|
5595 |
-
#:
|
5596 |
-
msgctxt "
|
5597 |
-
msgid "
|
5598 |
msgstr ""
|
5599 |
|
5600 |
-
#:
|
5601 |
-
msgctxt "
|
5602 |
-
msgid "
|
5603 |
msgstr ""
|
5604 |
|
5605 |
-
#:
|
5606 |
-
msgctxt "
|
5607 |
-
msgid "
|
5608 |
msgstr ""
|
5609 |
|
5610 |
-
#:
|
5611 |
-
msgctxt "
|
5612 |
-
msgid "
|
5613 |
msgstr ""
|
5614 |
|
5615 |
-
#:
|
5616 |
-
msgctxt "
|
5617 |
-
msgid "
|
5618 |
msgstr ""
|
5619 |
|
5620 |
-
#:
|
5621 |
-
msgctxt "
|
5622 |
msgid ""
|
5623 |
-
"
|
5624 |
-
"
|
5625 |
-
msgstr ""
|
5626 |
-
|
5627 |
-
#: includes/fields/class-fieldtypes-textarea.php:219
|
5628 |
-
msgctxt "form-fields admin"
|
5629 |
-
msgid "Apply \"the_content\" filter before displaying this field?"
|
5630 |
msgstr ""
|
5631 |
|
5632 |
-
#:
|
5633 |
-
msgctxt "
|
5634 |
-
msgid "
|
5635 |
msgstr ""
|
5636 |
|
5637 |
-
#:
|
5638 |
-
msgctxt "
|
5639 |
-
msgid ""
|
5640 |
-
"Enable always (override the Short Description given with a shortened Long "
|
5641 |
-
"Description)"
|
5642 |
msgstr ""
|
5643 |
|
5644 |
-
#:
|
5645 |
-
msgctxt "
|
5646 |
-
msgid ""
|
5647 |
-
"Enable conditionally (override ONLY when Short Description is empty with a "
|
5648 |
-
"shortened Long Description)"
|
5649 |
msgstr ""
|
5650 |
|
5651 |
-
#:
|
5652 |
-
msgctxt "
|
5653 |
-
msgid "
|
5654 |
msgstr ""
|
5655 |
|
5656 |
-
#:
|
5657 |
-
msgctxt "
|
5658 |
-
msgid ""
|
5659 |
-
"Truncates the description field to the value set here. To display all of the "
|
5660 |
-
"description, set to 0."
|
5661 |
msgstr ""
|
5662 |
|
5663 |
-
#:
|
5664 |
-
msgctxt "
|
5665 |
-
msgid ""
|
5666 |
-
"Number of Characters from Short Description/Excerpt to Display in List View "
|
5667 |
-
"(only)"
|
5668 |
msgstr ""
|
5669 |
|
5670 |
-
#:
|
5671 |
-
msgctxt "
|
5672 |
-
msgid "
|
5673 |
msgstr ""
|
5674 |
|
5675 |
-
#:
|
5676 |
-
msgctxt "
|
5677 |
-
msgid "
|
5678 |
msgstr ""
|
5679 |
|
5680 |
-
#: templates/admin/
|
5681 |
-
msgctxt "
|
5682 |
-
msgid "
|
5683 |
msgstr ""
|
5684 |
|
5685 |
-
#: templates/admin/
|
5686 |
-
|
5687 |
-
|
5688 |
-
msgctxt "form-fields admin"
|
5689 |
-
msgid "required"
|
5690 |
msgstr ""
|
5691 |
|
5692 |
-
#: templates/admin/
|
5693 |
-
msgctxt "
|
5694 |
-
msgid "
|
|
|
|
|
|
|
|
|
5695 |
msgstr ""
|
5696 |
|
5697 |
-
#: templates/admin/
|
5698 |
-
msgctxt "
|
5699 |
-
msgid "
|
5700 |
msgstr ""
|
5701 |
|
5702 |
-
#: templates/admin/
|
5703 |
-
msgctxt "
|
5704 |
-
msgid "
|
5705 |
msgstr ""
|
5706 |
|
5707 |
-
#: templates/admin/
|
5708 |
-
msgctxt "
|
5709 |
-
msgid "
|
5710 |
msgstr ""
|
5711 |
|
5712 |
-
#: templates/admin/
|
5713 |
-
msgctxt "
|
5714 |
-
msgid "
|
|
|
|
|
5715 |
msgstr ""
|
5716 |
|
5717 |
-
#: templates/admin/
|
5718 |
-
msgctxt "
|
5719 |
-
msgid "
|
5720 |
msgstr ""
|
5721 |
|
5722 |
-
#: templates/admin/
|
5723 |
-
msgctxt "
|
5724 |
-
msgid "
|
5725 |
msgstr ""
|
5726 |
|
5727 |
-
#: templates/admin/
|
5728 |
-
msgctxt "
|
5729 |
-
msgid "
|
5730 |
msgstr ""
|
5731 |
|
5732 |
-
#: templates/admin/
|
5733 |
-
msgctxt "
|
5734 |
-
msgid "
|
5735 |
msgstr ""
|
5736 |
|
5737 |
-
#: templates/admin/
|
5738 |
-
msgctxt "
|
5739 |
-
msgid "
|
|
|
|
|
5740 |
msgstr ""
|
5741 |
|
5742 |
-
#: templates/admin/
|
5743 |
-
msgctxt "
|
5744 |
-
msgid "
|
5745 |
msgstr ""
|
5746 |
|
5747 |
-
#: templates/admin/
|
5748 |
-
msgctxt "
|
5749 |
-
msgid "
|
|
|
|
|
5750 |
msgstr ""
|
5751 |
|
5752 |
-
#: templates/admin/
|
5753 |
-
msgctxt "
|
5754 |
-
msgid "
|
5755 |
msgstr ""
|
5756 |
|
5757 |
-
#: templates/admin/
|
5758 |
-
msgctxt "
|
5759 |
-
msgid "
|
5760 |
msgstr ""
|
5761 |
|
5762 |
-
#: templates/admin/
|
5763 |
-
msgctxt "
|
5764 |
-
msgid "
|
5765 |
msgstr ""
|
5766 |
|
5767 |
-
#: templates/admin/
|
5768 |
-
msgctxt "
|
5769 |
-
msgid "
|
5770 |
msgstr ""
|
5771 |
|
5772 |
-
#:
|
5773 |
-
msgctxt "
|
5774 |
-
msgid "
|
|
|
|
|
|
|
5775 |
msgstr ""
|
5776 |
|
5777 |
-
#:
|
5778 |
-
msgctxt "
|
5779 |
-
msgid "
|
5780 |
msgstr ""
|
5781 |
|
5782 |
-
#:
|
5783 |
-
msgctxt "
|
5784 |
-
msgid "
|
5785 |
msgstr ""
|
5786 |
|
5787 |
-
#: templates/admin/
|
5788 |
-
msgctxt "
|
5789 |
-
msgid "
|
5790 |
msgstr ""
|
5791 |
|
5792 |
-
#: templates/admin/
|
5793 |
-
msgctxt "
|
5794 |
-
msgid "
|
5795 |
msgstr ""
|
5796 |
|
5797 |
-
#: templates/admin/
|
5798 |
-
msgctxt "
|
5799 |
-
msgid "
|
5800 |
msgstr ""
|
5801 |
|
5802 |
-
#: templates/admin/
|
5803 |
-
msgctxt "
|
5804 |
-
msgid "
|
5805 |
msgstr ""
|
5806 |
|
5807 |
-
#: templates/admin/
|
5808 |
-
|
5809 |
-
|
|
|
5810 |
msgstr ""
|
5811 |
|
5812 |
-
#: templates/admin/
|
5813 |
-
msgctxt "
|
5814 |
-
msgid "
|
5815 |
msgstr ""
|
5816 |
|
5817 |
-
#: templates/admin/
|
5818 |
-
msgctxt "
|
5819 |
-
msgid "
|
5820 |
msgstr ""
|
5821 |
|
5822 |
-
#: templates/admin/
|
5823 |
-
msgctxt "
|
5824 |
-
msgid "
|
5825 |
msgstr ""
|
5826 |
|
5827 |
-
#: templates/admin/
|
5828 |
-
msgctxt "
|
5829 |
-
msgid "
|
5830 |
msgstr ""
|
5831 |
|
5832 |
-
#: templates/admin/
|
5833 |
-
|
5834 |
-
|
|
|
|
|
5835 |
msgstr ""
|
5836 |
|
5837 |
-
#: templates/admin/
|
5838 |
-
|
5839 |
-
|
|
|
|
|
5840 |
msgstr ""
|
5841 |
|
5842 |
-
#: templates/admin/
|
5843 |
-
msgctxt "
|
5844 |
-
msgid "
|
5845 |
msgstr ""
|
5846 |
|
5847 |
-
#: templates/admin/
|
5848 |
-
msgctxt "
|
5849 |
-
msgid "
|
5850 |
msgstr ""
|
5851 |
|
5852 |
-
#: templates/admin/
|
5853 |
-
msgctxt "
|
5854 |
-
msgid "
|
5855 |
msgstr ""
|
5856 |
|
5857 |
-
#: templates/admin/
|
5858 |
-
msgctxt "
|
5859 |
-
msgid "
|
5860 |
msgstr ""
|
5861 |
|
5862 |
-
#:
|
5863 |
-
msgctxt "
|
5864 |
-
msgid ""
|
5865 |
-
"Before you create fields, make sure you've mapped all of your EXISTING ones "
|
5866 |
-
"first, otherwise you'll appear to be \"missing data\" on your listings."
|
5867 |
msgstr ""
|
5868 |
|
5869 |
-
#:
|
5870 |
-
msgctxt "
|
5871 |
-
msgid "
|
5872 |
msgstr ""
|
5873 |
|
5874 |
-
#:
|
5875 |
-
msgctxt "
|
5876 |
-
msgid "
|
5877 |
msgstr ""
|
5878 |
|
5879 |
-
#:
|
5880 |
-
msgctxt "
|
5881 |
-
msgid "
|
5882 |
msgstr ""
|
5883 |
|
5884 |
-
#:
|
5885 |
-
msgctxt "
|
5886 |
-
msgid "
|
5887 |
msgstr ""
|
5888 |
|
5889 |
-
#:
|
5890 |
-
msgctxt "
|
5891 |
-
msgid ""
|
5892 |
-
"Here, you can create new fields for your listings, edit or delete existing "
|
5893 |
-
"ones, change the order and visibility of the fields as well as configure "
|
5894 |
-
"special options for them."
|
5895 |
msgstr ""
|
5896 |
|
5897 |
-
#:
|
5898 |
-
msgctxt "
|
5899 |
-
msgid "
|
5900 |
msgstr ""
|
5901 |
|
5902 |
#: includes/admin/settings/class-settings-bootstrap.php:637
|
@@ -6223,17 +6310,17 @@ msgctxt "listing"
|
|
6223 |
msgid "Listing expired"
|
6224 |
msgstr ""
|
6225 |
|
6226 |
-
#: includes/models/class-listing.php:
|
6227 |
msgctxt "listing"
|
6228 |
msgid "(Unavailable Plan)"
|
6229 |
msgstr ""
|
6230 |
|
6231 |
-
#: includes/models/class-listing.php:
|
6232 |
msgctxt "listing"
|
6233 |
msgid "Plan \"%s\" (recurring)"
|
6234 |
msgstr ""
|
6235 |
|
6236 |
-
#: includes/models/class-listing.php:
|
6237 |
msgctxt "listing"
|
6238 |
msgid "Plan \"%s\""
|
6239 |
msgstr ""
|
@@ -6392,12 +6479,12 @@ msgctxt "recaptcha"
|
|
6392 |
msgid "The reCAPTCHA validation score failed."
|
6393 |
msgstr ""
|
6394 |
|
6395 |
-
#: includes/class-wpbdp.php:
|
6396 |
msgctxt "listing image upload"
|
6397 |
msgid "Can not upload any more images for this listing."
|
6398 |
msgstr ""
|
6399 |
|
6400 |
-
#: includes/class-wpbdp.php:
|
6401 |
msgctxt "listing image upload"
|
6402 |
msgid ""
|
6403 |
"You're trying to upload %1$d images, but only have %2$d slot available. "
|
@@ -6433,17 +6520,12 @@ msgctxt "checkout"
|
|
6433 |
msgid "Selected gateway does not support payment's currency."
|
6434 |
msgstr ""
|
6435 |
|
6436 |
-
#: includes/controllers/pages/class-checkout.php:
|
6437 |
-
msgctxt "checkout"
|
6438 |
-
msgid "Pay Now"
|
6439 |
-
msgstr ""
|
6440 |
-
|
6441 |
-
#: includes/controllers/pages/class-checkout.php:225
|
6442 |
msgctxt "checkout"
|
6443 |
msgid "Unknown gateway error."
|
6444 |
msgstr ""
|
6445 |
|
6446 |
-
#: includes/controllers/pages/class-checkout.php:
|
6447 |
msgctxt "checkout"
|
6448 |
msgid ""
|
6449 |
"There was an error trying to process your request. No gateway is selected."
|
@@ -6479,23 +6561,6 @@ msgid ""
|
|
6479 |
"refresh if there's an update."
|
6480 |
msgstr ""
|
6481 |
|
6482 |
-
#: templates/checkout.tpl.php:10
|
6483 |
-
msgctxt "checkout"
|
6484 |
-
msgid "Checkout"
|
6485 |
-
msgstr ""
|
6486 |
-
|
6487 |
-
#: templates/checkout.tpl.php:31
|
6488 |
-
msgctxt "checkout"
|
6489 |
-
msgid ""
|
6490 |
-
"Recurring fee plans require a payment method to renew your listing at the "
|
6491 |
-
"end of the term."
|
6492 |
-
msgstr ""
|
6493 |
-
|
6494 |
-
#: templates/checkout.tpl.php:37
|
6495 |
-
msgctxt "checkout"
|
6496 |
-
msgid "Select a Payment Method"
|
6497 |
-
msgstr ""
|
6498 |
-
|
6499 |
#: includes/controllers/pages/class-delete-listing.php:36
|
6500 |
msgctxt "delete listing"
|
6501 |
msgid "Your listing has been deleted."
|
@@ -6599,34 +6664,34 @@ msgid ""
|
|
6599 |
"site. If you didn't want that, click <a>here</a> to change the setting."
|
6600 |
msgstr ""
|
6601 |
|
6602 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6603 |
msgctxt "templates"
|
6604 |
msgid ""
|
6605 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
6606 |
"Submission?\" setting checked?"
|
6607 |
msgstr ""
|
6608 |
|
6609 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6610 |
msgctxt "templates"
|
6611 |
msgid ""
|
6612 |
"Listing submission has been disabled. Contact the administrator for details."
|
6613 |
msgstr ""
|
6614 |
|
6615 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6616 |
msgctxt "templates"
|
6617 |
msgid ""
|
6618 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
6619 |
"submit a listing. %s to create a fee plan"
|
6620 |
msgstr ""
|
6621 |
|
6622 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6623 |
msgctxt "templates"
|
6624 |
msgid ""
|
6625 |
"Listing submission is not available at the moment. Contact the administrator "
|
6626 |
"for details."
|
6627 |
msgstr ""
|
6628 |
|
6629 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6630 |
msgctxt "templates"
|
6631 |
msgid ""
|
6632 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -6634,12 +6699,12 @@ msgid ""
|
|
6634 |
"an existing field"
|
6635 |
msgstr ""
|
6636 |
|
6637 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6638 |
msgctxt "templates"
|
6639 |
msgid "Please agree to the Terms and Conditions."
|
6640 |
msgstr ""
|
6641 |
|
6642 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6643 |
msgctxt "templates"
|
6644 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6645 |
msgstr ""
|
@@ -6977,53 +7042,53 @@ msgctxt "submit listing"
|
|
6977 |
msgid "You're logged in as admin, payment will be skipped."
|
6978 |
msgstr ""
|
6979 |
|
6980 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6981 |
msgctxt "submit listing"
|
6982 |
msgid "Category selection"
|
6983 |
msgstr ""
|
6984 |
|
6985 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6986 |
msgctxt "submit listing"
|
6987 |
msgid "Category & plan selection"
|
6988 |
msgstr ""
|
6989 |
|
6990 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6991 |
msgctxt "submit listing"
|
6992 |
msgid "Can not submit a listing at this moment. Please try again later."
|
6993 |
msgstr ""
|
6994 |
|
6995 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6996 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
6997 |
msgctxt "submit listing"
|
6998 |
msgid "Please select a category."
|
6999 |
msgstr ""
|
7000 |
|
7001 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7002 |
msgctxt "submit listing"
|
7003 |
msgid "Please choose a valid category for your plan."
|
7004 |
msgstr ""
|
7005 |
|
7006 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7007 |
msgctxt "submit listing"
|
7008 |
msgid "Please choose a valid fee plan for your category selection."
|
7009 |
msgstr ""
|
7010 |
|
7011 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7012 |
msgctxt "submit listing"
|
7013 |
msgid "Please enter your desired username."
|
7014 |
msgstr ""
|
7015 |
|
7016 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7017 |
msgctxt "submit listing"
|
7018 |
msgid "Please enter the e-mail for your new account."
|
7019 |
msgstr ""
|
7020 |
|
7021 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7022 |
msgctxt "submit listing"
|
7023 |
msgid "The username you chose is already in use. Please use a different one."
|
7024 |
msgstr ""
|
7025 |
|
7026 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7027 |
msgctxt "submit listing"
|
7028 |
msgid "The e-mail address you chose for your account is already in use."
|
7029 |
msgstr ""
|
@@ -7033,7 +7098,7 @@ msgctxt "submit listing"
|
|
7033 |
msgid "Listing submitted by admin. Payment skipped."
|
7034 |
msgstr ""
|
7035 |
|
7036 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7037 |
msgctxt "listing submit"
|
7038 |
msgid ""
|
7039 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -7537,47 +7602,6 @@ msgctxt "utils"
|
|
7537 |
msgid "Error while uploading file"
|
7538 |
msgstr ""
|
7539 |
|
7540 |
-
#: includes/widgets/class-listings-widget.php:45
|
7541 |
-
#: includes/widgets/widget-search.php:29
|
7542 |
-
msgctxt "widgets"
|
7543 |
-
msgid "Title:"
|
7544 |
-
msgstr ""
|
7545 |
-
|
7546 |
-
#: includes/widgets/class-listings-widget.php:51
|
7547 |
-
msgctxt "widgets"
|
7548 |
-
msgid "Number of listings to display:"
|
7549 |
-
msgstr ""
|
7550 |
-
|
7551 |
-
#: includes/widgets/class-listings-widget.php:60
|
7552 |
-
msgctxt "widgets"
|
7553 |
-
msgid "Thumbnails"
|
7554 |
-
msgstr ""
|
7555 |
-
|
7556 |
-
#: includes/widgets/class-listings-widget.php:68
|
7557 |
-
msgctxt "widgets"
|
7558 |
-
msgid "Show thumbnails"
|
7559 |
-
msgstr ""
|
7560 |
-
|
7561 |
-
#: includes/widgets/class-listings-widget.php:72
|
7562 |
-
msgctxt "widgets"
|
7563 |
-
msgid "Image width (in px):"
|
7564 |
-
msgstr ""
|
7565 |
-
|
7566 |
-
#: includes/widgets/class-listings-widget.php:78
|
7567 |
-
msgctxt "widgets"
|
7568 |
-
msgid "Leave blank for automatic width."
|
7569 |
-
msgstr ""
|
7570 |
-
|
7571 |
-
#: includes/widgets/class-listings-widget.php:83
|
7572 |
-
msgctxt "widgets"
|
7573 |
-
msgid "Image height (in px):"
|
7574 |
-
msgstr ""
|
7575 |
-
|
7576 |
-
#: includes/widgets/class-listings-widget.php:89
|
7577 |
-
msgctxt "widgets"
|
7578 |
-
msgid "Leave blank for automatic height."
|
7579 |
-
msgstr ""
|
7580 |
-
|
7581 |
#: includes/widgets/widget-featured-listings.php:12
|
7582 |
msgctxt "widgets"
|
7583 |
msgid "Business Directory - Featured Listings"
|
@@ -7643,6 +7667,11 @@ msgctxt "widgets"
|
|
7643 |
msgid "Search the Business Directory"
|
7644 |
msgstr ""
|
7645 |
|
|
|
|
|
|
|
|
|
|
|
7646 |
#: includes/widgets/widget-search.php:36
|
7647 |
msgctxt "widgets"
|
7648 |
msgid "Form Style:"
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2021-11-10 22:26:32+00:00\n"
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
30 |
"payment processor directly."
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: includes/admin/class-admin.php:189
|
34 |
msgid ""
|
35 |
"Find out how to create a compelling, thriving business directory from "
|
36 |
"scratch in this ridiculously actionable (and FREE) 5-part email course."
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: includes/admin/class-admin.php:198
|
40 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: includes/admin/class-admin.php:200
|
44 |
msgid "Yes, please!"
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: includes/admin/class-admin.php:202 includes/admin/tracking.php:215
|
48 |
msgid "No, thanks"
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: includes/admin/class-admin.php:264
|
52 |
msgid "Invalid email address."
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: includes/admin/class-admin.php:298
|
56 |
msgid "Business Directory Admin"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: includes/admin/class-admin.php:299
|
60 |
#: includes/admin/settings/class-settings-bootstrap.php:703
|
61 |
#: includes/admin/settings/class-settings-bootstrap.php:704
|
62 |
#: includes/helpers/class-app.php:93
|
64 |
msgid "Directory"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: includes/admin/class-admin.php:310 templates/admin/home.tpl.php:65
|
68 |
msgid "Fee Plans"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: includes/admin/class-admin.php:313 templates/admin/home.tpl.php:60
|
72 |
msgid "Form Fields"
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: includes/admin/class-admin.php:342 includes/admin/class-admin.php:343
|
76 |
#: includes/licensing.php:220
|
77 |
msgid "Modules"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: includes/admin/class-admin.php:343
|
81 |
msgid "Business Directory"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: includes/admin/class-admin.php:847
|
85 |
msgid "Could not send renewal email."
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: includes/admin/class-admin.php:981
|
89 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
90 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
91 |
#: templates/email/listing-added.tpl.php:7
|
94 |
msgid "ID"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: includes/admin/class-admin.php:983 includes/admin/class-admin.php:991
|
98 |
#: includes/admin/settings/class-settings-bootstrap.php:729
|
99 |
msgid "Listing Count"
|
100 |
msgstr ""
|
179 |
msgstr ""
|
180 |
|
181 |
#: includes/admin/controllers/class-admin-listings.php:185
|
182 |
+
#: includes/controllers/pages/class-submit-listing.php:511
|
183 |
#: templates/email/listing-reported.tpl.php:7
|
184 |
msgid "Listing Information"
|
185 |
msgstr ""
|
217 |
msgid "Delete Listing"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: includes/admin/controllers/class-form-fields-admin.php:32
|
221 |
+
msgid ""
|
222 |
+
"You can create these custom fields inside \"Form Fields\" or let Business "
|
223 |
+
"Directory do it for you."
|
224 |
+
msgstr ""
|
225 |
+
|
226 |
+
#: includes/admin/controllers/class-form-fields-admin.php:37
|
227 |
+
#: includes/controllers/pages/class-submit-listing.php:841
|
228 |
+
msgid "Go to \"Form Fields\""
|
229 |
+
msgstr ""
|
230 |
+
|
231 |
+
#: includes/admin/controllers/class-form-fields-admin.php:128
|
232 |
+
#: includes/helpers/functions/general.php:1358
|
233 |
+
#: includes/helpers/functions/general.php:1363
|
234 |
+
msgid "Go back"
|
235 |
+
msgstr ""
|
236 |
+
|
237 |
+
#: includes/admin/controllers/class-form-fields-admin.php:338
|
238 |
+
#: includes/admin/settings/class-settings-bootstrap.php:787
|
239 |
+
#: templates/email/listing-added.tpl.php:10
|
240 |
+
#: templates/email/listing-edited.tpl.php:16
|
241 |
+
#: templates/email/listing-reported.tpl.php:11
|
242 |
+
msgid "Title"
|
243 |
+
msgstr ""
|
244 |
+
|
245 |
+
#: includes/admin/controllers/class-form-fields-admin.php:339
|
246 |
+
#: templates/admin/fees-form.tpl.php:219
|
247 |
+
#: templates/email/listing-added.tpl.php:21
|
248 |
+
#: templates/email/listing-edited.tpl.php:29
|
249 |
+
msgid "Category"
|
250 |
+
msgstr ""
|
251 |
+
|
252 |
+
#: includes/admin/controllers/class-form-fields-admin.php:340
|
253 |
+
msgid "Excerpt"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: includes/admin/controllers/class-form-fields-admin.php:341
|
257 |
+
msgid "Content"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: includes/admin/controllers/class-form-fields-admin.php:342
|
261 |
+
msgid "Tags"
|
262 |
+
msgstr ""
|
263 |
+
|
264 |
+
#: includes/admin/controllers/class-form-fields-admin.php:343
|
265 |
+
#: includes/form-fields.php:445 templates/checkout-billing-form.tpl.php:75
|
266 |
+
#: themes/default/templates/excerpt_content.tpl.php:22
|
267 |
+
msgid "Address"
|
268 |
+
msgstr ""
|
269 |
+
|
270 |
+
#: includes/admin/controllers/class-form-fields-admin.php:344
|
271 |
+
msgid "Address 2"
|
272 |
+
msgstr ""
|
273 |
+
|
274 |
+
#: includes/admin/controllers/class-form-fields-admin.php:345
|
275 |
+
#: templates/admin/payments-details.tpl.php:161
|
276 |
+
#: templates/checkout-billing-form.tpl.php:87
|
277 |
+
msgid "City"
|
278 |
+
msgstr ""
|
279 |
+
|
280 |
+
#: includes/admin/controllers/class-form-fields-admin.php:346
|
281 |
+
#: templates/admin/payments-details.tpl.php:157
|
282 |
+
msgid "State"
|
283 |
+
msgstr ""
|
284 |
+
|
285 |
+
#: includes/admin/controllers/class-form-fields-admin.php:347
|
286 |
+
#: templates/admin/payments-details.tpl.php:153
|
287 |
+
#: templates/checkout-billing-form.tpl.php:102
|
288 |
+
msgid "Country"
|
289 |
+
msgstr ""
|
290 |
+
|
291 |
+
#: includes/admin/controllers/class-form-fields-admin.php:348
|
292 |
+
#: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:165
|
293 |
+
msgid "ZIP Code"
|
294 |
+
msgstr ""
|
295 |
+
|
296 |
+
#: includes/admin/controllers/class-form-fields-admin.php:349
|
297 |
+
msgid "FAX Number"
|
298 |
+
msgstr ""
|
299 |
+
|
300 |
+
#: includes/admin/controllers/class-form-fields-admin.php:350
|
301 |
+
#: includes/fields/class-fieldtypes-phone-number.php:13
|
302 |
+
#: templates/listing-contactform.tpl.php:38
|
303 |
+
msgid "Phone Number"
|
304 |
+
msgstr ""
|
305 |
+
|
306 |
+
#: includes/admin/controllers/class-form-fields-admin.php:351
|
307 |
+
msgid "Ratings Field"
|
308 |
+
msgstr ""
|
309 |
+
|
310 |
+
#: includes/admin/controllers/class-form-fields-admin.php:352
|
311 |
+
msgid "Twitter"
|
312 |
+
msgstr ""
|
313 |
+
|
314 |
+
#: includes/admin/controllers/class-form-fields-admin.php:353
|
315 |
+
#: includes/form-fields.php:411
|
316 |
+
msgid "Website"
|
317 |
+
msgstr ""
|
318 |
+
|
319 |
#: includes/admin/controllers/class-settings-admin.php:476
|
320 |
msgid "Your license key provides access to new features and updates."
|
321 |
msgstr ""
|
434 |
msgid "Edit"
|
435 |
msgstr ""
|
436 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
437 |
#: includes/admin/page-debug.php:40
|
438 |
msgid "Plugin Settings"
|
439 |
msgstr ""
|
455 |
msgstr ""
|
456 |
|
457 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
458 |
+
#: includes/controllers/pages/class-submit-listing.php:1244
|
459 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:137
|
460 |
#: templates/listing-contactform.tpl.php:33
|
461 |
#: templates/listing-flagging-form.tpl.php:39
|
497 |
|
498 |
#: includes/admin/settings/class-settings-bootstrap.php:264
|
499 |
#: includes/admin/settings/class-settings-bootstrap.php:278
|
500 |
+
#: includes/controllers/pages/class-submit-listing.php:524
|
501 |
msgid "Terms and Conditions"
|
502 |
msgstr ""
|
503 |
|
1001 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
1002 |
msgstr ""
|
1003 |
|
1004 |
+
#: includes/class-wpbdp.php:365
|
1005 |
msgid "Upgrade to Premium"
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: includes/class-wpbdp.php:368
|
1009 |
msgid "Settings"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
+
#: includes/class-wpbdp.php:572
|
1013 |
msgid "Could not find listing ID"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
+
#: includes/class-wpbdp.php:579
|
1017 |
msgid ""
|
1018 |
"Could not verify the image upload request. If problem persists contact site "
|
1019 |
"admin."
|
1020 |
msgstr ""
|
1021 |
|
1022 |
+
#: includes/class-wpbdp.php:586 includes/fields/class-fieldtypes-image.php:322
|
1023 |
msgid "Could not find image ID"
|
1024 |
msgstr ""
|
1025 |
|
1026 |
+
#: includes/class-wpbdp.php:618
|
1027 |
msgid ""
|
1028 |
"The directory features are disabled at this time because a <a>manual "
|
1029 |
"upgrade</a> is pending."
|
1030 |
msgstr ""
|
1031 |
|
1032 |
+
#: includes/class-wpbdp.php:625
|
1033 |
msgid ""
|
1034 |
"The directory is not available at this time. Please try again in a few "
|
1035 |
"minutes or contact the administrator if the problem persists."
|
1143 |
msgid "Go to SMTP settings"
|
1144 |
msgstr ""
|
1145 |
|
1146 |
+
#: includes/controllers/pages/class-checkout.php:180
|
1147 |
+
#: includes/controllers/pages/class-manage-listings.php:104
|
1148 |
+
msgid "Pay Now"
|
1149 |
+
msgstr ""
|
1150 |
+
|
1151 |
+
#: includes/controllers/pages/class-checkout.php:180
|
1152 |
+
msgid "Complete"
|
1153 |
+
msgstr ""
|
1154 |
+
|
1155 |
#. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
|
1156 |
#: includes/controllers/pages/class-flag-listing.php:56
|
1157 |
msgid "The listing %1$s has been reported. %2$sReturn to directory%3$s"
|
1181 |
msgid "l F j, Y \\a\\t g:i a"
|
1182 |
msgstr ""
|
1183 |
|
1184 |
+
#: includes/controllers/pages/class-manage-listings.php:104
|
1185 |
#: templates/renew-listing.tpl.php:11
|
1186 |
msgid "Renew Listing"
|
1187 |
msgstr ""
|
1194 |
msgid "This is just a preview. The listing has not been published yet."
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: includes/controllers/pages/class-submit-listing.php:557
|
1198 |
msgid "Listing Images"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
+
#: includes/controllers/pages/class-submit-listing.php:625
|
1202 |
msgid "Account Creation"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: includes/controllers/pages/class-submit-listing.php:824
|
1206 |
msgid "Go to \"Fee Plans\""
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: includes/controllers/pages/class-submit-listing.php:880
|
1210 |
msgid "Please choose a fee plan."
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#: includes/controllers/pages/class-submit-listing.php:1065
|
1214 |
msgid "Please check the form for errors, correct them and submit again."
|
1215 |
msgstr ""
|
1216 |
|
1217 |
+
#: includes/controllers/pages/class-submit-listing.php:1228
|
1218 |
msgid "Create a user account on this site"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#: includes/controllers/pages/class-submit-listing.php:1235
|
1222 |
msgid "Username"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: includes/controllers/pages/class-submit-listing.php:1257
|
1226 |
msgid "Clear Form"
|
1227 |
msgstr ""
|
1228 |
|
1649 |
msgid "Abandoned"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
+
#: includes/themes.php:941
|
1653 |
msgid "ZIP file is not a valid Business Directory theme file."
|
1654 |
msgstr ""
|
1655 |
|
1677 |
msgid "Image height (%1$s px) is greater than maximum height of %2$s px."
|
1678 |
msgstr ""
|
1679 |
|
1680 |
+
#: includes/views/widget/widget-settings.php:9
|
1681 |
+
msgid "Title:"
|
1682 |
+
msgstr ""
|
1683 |
+
|
1684 |
+
#: includes/views/widget/widget-settings.php:15
|
1685 |
+
msgid "Number of listings to display:"
|
1686 |
+
msgstr ""
|
1687 |
+
|
1688 |
+
#: includes/views/widget/widget-settings.php:24
|
1689 |
+
msgid "Thumbnails"
|
1690 |
+
msgstr ""
|
1691 |
+
|
1692 |
+
#: includes/views/widget/widget-settings.php:28
|
1693 |
+
msgid "Show thumbnails"
|
1694 |
+
msgstr ""
|
1695 |
+
|
1696 |
+
#: includes/views/widget/widget-settings.php:35
|
1697 |
+
msgid "Use \"Coming Soon\" photo for listings without an image?"
|
1698 |
+
msgstr ""
|
1699 |
+
|
1700 |
+
#: includes/views/widget/widget-settings.php:41
|
1701 |
+
msgid "Image width (in px):"
|
1702 |
+
msgstr ""
|
1703 |
+
|
1704 |
+
#: includes/views/widget/widget-settings.php:43
|
1705 |
+
#: includes/views/widget/widget-settings.php:50
|
1706 |
+
msgid "Automatic"
|
1707 |
+
msgstr ""
|
1708 |
+
|
1709 |
+
#: includes/views/widget/widget-settings.php:48
|
1710 |
+
msgid "Image height (in px):"
|
1711 |
+
msgstr ""
|
1712 |
+
|
1713 |
+
#: includes/views/widget/widget-settings.php:55
|
1714 |
+
msgid "Thumbnail Position (Desktop):"
|
1715 |
+
msgstr ""
|
1716 |
+
|
1717 |
+
#: includes/views/widget/widget-settings.php:60
|
1718 |
+
#: includes/views/widget/widget-settings.php:78
|
1719 |
+
msgid "Left"
|
1720 |
+
msgstr ""
|
1721 |
+
|
1722 |
+
#: includes/views/widget/widget-settings.php:63
|
1723 |
+
#: includes/views/widget/widget-settings.php:81
|
1724 |
+
msgid "Right"
|
1725 |
+
msgstr ""
|
1726 |
+
|
1727 |
+
#: includes/views/widget/widget-settings.php:66
|
1728 |
+
#: includes/views/widget/widget-settings.php:84
|
1729 |
+
msgid "Top"
|
1730 |
+
msgstr ""
|
1731 |
+
|
1732 |
+
#: includes/views/widget/widget-settings.php:73
|
1733 |
+
msgid "Thumbnail Position (Mobile):"
|
1734 |
+
msgstr ""
|
1735 |
+
|
1736 |
+
#: includes/views/widget/widget-settings.php:91
|
1737 |
+
msgid "Fields To Show"
|
1738 |
+
msgstr ""
|
1739 |
+
|
1740 |
+
#: includes/widgets/class-listings-widget.php:191
|
1741 |
+
msgid "There are currently no listings to show."
|
1742 |
+
msgstr ""
|
1743 |
+
|
1744 |
#: templates/admin/csv-export.tpl.php:5
|
1745 |
msgid ""
|
1746 |
"An unknown error occurred during the export. Please make sure you have "
|
2474 |
msgid "Postal Code"
|
2475 |
msgstr ""
|
2476 |
|
2477 |
+
#: templates/checkout.tpl.php:10
|
2478 |
+
msgid "Checkout"
|
2479 |
+
msgstr ""
|
2480 |
+
|
2481 |
+
#: templates/checkout.tpl.php:31
|
2482 |
+
msgid ""
|
2483 |
+
"Recurring fee plans require a payment method to renew your listing at the "
|
2484 |
+
"end of the term."
|
2485 |
+
msgstr ""
|
2486 |
+
|
2487 |
+
#: templates/checkout.tpl.php:37
|
2488 |
+
msgid "Select a Payment Method"
|
2489 |
+
msgstr ""
|
2490 |
+
|
2491 |
#: templates/checkout.tpl.php:41 templates/submit-listing-section.tpl.php:24
|
2492 |
msgid "Next"
|
2493 |
msgstr ""
|
2748 |
msgid "Find A Listing"
|
2749 |
msgstr ""
|
2750 |
|
2751 |
+
#: includes/admin/class-admin.php:191
|
2752 |
msgctxt "drip pointer"
|
2753 |
msgid "Email Address:"
|
2754 |
msgstr ""
|
2755 |
|
2756 |
+
#: includes/admin/class-admin.php:223
|
2757 |
msgctxt "admin"
|
2758 |
msgid "Business Directory"
|
2759 |
msgstr ""
|
2760 |
|
2761 |
+
#: includes/admin/class-admin.php:238
|
2762 |
msgctxt "admin"
|
2763 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
2764 |
msgstr ""
|
2765 |
|
2766 |
+
#: includes/admin/class-admin.php:413
|
2767 |
msgctxt "admin"
|
2768 |
msgid "Untitled Menu"
|
2769 |
msgstr ""
|
2770 |
|
2771 |
+
#: includes/admin/class-admin.php:721
|
2772 |
msgctxt "admin"
|
2773 |
msgid "Dismiss this notice."
|
2774 |
msgstr ""
|
2775 |
|
2776 |
+
#: includes/admin/class-admin.php:785 includes/admin/class-admin.php:795
|
2777 |
msgctxt "admin"
|
2778 |
msgid "The listing has been updated."
|
2779 |
msgid_plural "The listings have been updated."
|
2780 |
msgstr[0] ""
|
2781 |
msgstr[1] ""
|
2782 |
|
2783 |
+
#: includes/admin/class-admin.php:821
|
2784 |
msgctxt "admin"
|
2785 |
msgid "The fee was successfully assigned."
|
2786 |
msgstr ""
|
2787 |
|
2788 |
+
#: includes/admin/class-admin.php:831
|
2789 |
msgctxt "admin"
|
2790 |
msgid "Listing was renewed."
|
2791 |
msgid_plural "Listings were renewed."
|
2792 |
msgstr[0] ""
|
2793 |
msgstr[1] ""
|
2794 |
|
2795 |
+
#: includes/admin/class-admin.php:843
|
2796 |
msgctxt "admin"
|
2797 |
msgid "Renewal email sent."
|
2798 |
msgstr ""
|
2799 |
|
2800 |
+
#: includes/admin/class-admin.php:856
|
2801 |
msgctxt "admin"
|
2802 |
msgid "Listing report deleted."
|
2803 |
msgid_plural "Listing reports deleted."
|
2804 |
msgstr[0] ""
|
2805 |
msgstr[1] ""
|
2806 |
|
2807 |
+
#: includes/admin/class-admin.php:905
|
2808 |
msgctxt "admin"
|
2809 |
msgid "Access keys sent."
|
2810 |
msgstr ""
|
2811 |
|
2812 |
+
#: includes/admin/class-admin.php:907
|
2813 |
msgctxt "admin"
|
2814 |
msgid "The access keys couldn't be sent."
|
2815 |
msgstr ""
|
2816 |
|
2817 |
+
#: includes/admin/class-admin.php:1064
|
2818 |
msgctxt "admin"
|
2819 |
msgid ""
|
2820 |
"<b>Business Directory Plugin</b> requires a page with the "
|
2821 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
2822 |
msgstr ""
|
2823 |
|
2824 |
+
#: includes/admin/class-admin.php:1066
|
2825 |
msgctxt "admin"
|
2826 |
msgid ""
|
2827 |
"You can create this page by yourself or let Business Directory do this for "
|
2828 |
"you automatically."
|
2829 |
msgstr ""
|
2830 |
|
2831 |
+
#: includes/admin/class-admin.php:1071
|
2832 |
msgctxt "admin"
|
2833 |
msgid "Create required pages for me"
|
2834 |
msgstr ""
|
2835 |
|
2836 |
+
#: includes/admin/class-admin.php:1124
|
2837 |
msgctxt "admin"
|
2838 |
msgid ""
|
2839 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
2841 |
"your provider to upgrade in order to prevent any issues with the plugin."
|
2842 |
msgstr ""
|
2843 |
|
2844 |
+
#: includes/admin/class-admin.php:1148
|
2845 |
msgctxt "admin"
|
2846 |
msgid ""
|
2847 |
"We noticed you want your Business Directory users to register before posting "
|
2874 |
msgid "Categories"
|
2875 |
msgstr ""
|
2876 |
|
2877 |
+
#: includes/admin/controllers/class-form-fields-admin.php:26
|
2878 |
msgctxt "admin"
|
2879 |
msgid ""
|
2880 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
2881 |
"associations in order to work correctly: <b>%s</b>."
|
2882 |
msgstr ""
|
2883 |
|
2884 |
+
#: includes/admin/controllers/class-form-fields-admin.php:28
|
2885 |
msgctxt "admin"
|
2886 |
msgid ""
|
2887 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
2888 |
"association in order to work correctly."
|
2889 |
msgstr ""
|
2890 |
|
2891 |
+
#: includes/admin/controllers/class-form-fields-admin.php:42
|
2892 |
msgctxt "admin"
|
2893 |
msgid "Create these required fields for me"
|
2894 |
msgstr ""
|
2895 |
|
2896 |
+
#: includes/admin/class-admin.php:317
|
2897 |
msgctxt "admin menu"
|
2898 |
msgid "Payment History"
|
2899 |
msgstr ""
|
2900 |
|
2901 |
+
#: includes/admin/class-admin.php:320
|
2902 |
msgctxt "admin menu"
|
2903 |
msgid "Import & Export"
|
2904 |
msgstr ""
|
2905 |
|
2906 |
+
#: includes/admin/class-admin.php:323
|
2907 |
msgctxt "admin menu"
|
2908 |
msgid "Debug"
|
2909 |
msgstr ""
|
3470 |
msgid "Reported"
|
3471 |
msgstr ""
|
3472 |
|
3473 |
+
#: includes/admin/controllers/class-admin-listings.php:700
|
3474 |
msgctxt "admin listings"
|
3475 |
msgid "Listing's payment history successfully deleted"
|
3476 |
msgstr ""
|
3505 |
msgid "Reported"
|
3506 |
msgstr ""
|
3507 |
|
3508 |
+
#: includes/models/class-listing.php:934
|
3509 |
msgctxt "listing status"
|
3510 |
msgid "Unknown"
|
3511 |
msgstr ""
|
3512 |
|
3513 |
+
#: includes/models/class-listing.php:935
|
3514 |
msgctxt "listing status"
|
3515 |
msgid "Legacy"
|
3516 |
msgstr ""
|
3517 |
|
3518 |
+
#: includes/models/class-listing.php:936
|
3519 |
msgctxt "listing status"
|
3520 |
msgid "Incomplete"
|
3521 |
msgstr ""
|
3522 |
|
3523 |
+
#: includes/models/class-listing.php:937
|
3524 |
msgctxt "listing status"
|
3525 |
msgid "Pending Payment"
|
3526 |
msgstr ""
|
3527 |
|
3528 |
+
#: includes/models/class-listing.php:938
|
3529 |
msgctxt "listing status"
|
3530 |
msgid "Complete"
|
3531 |
msgstr ""
|
3532 |
|
3533 |
+
#: includes/models/class-listing.php:939
|
3534 |
msgctxt "listing status"
|
3535 |
msgid "Pending Upgrade"
|
3536 |
msgstr ""
|
3537 |
|
3538 |
+
#: includes/models/class-listing.php:940
|
3539 |
msgctxt "listing status"
|
3540 |
msgid "Expired"
|
3541 |
msgstr ""
|
3542 |
|
3543 |
+
#: includes/models/class-listing.php:941
|
3544 |
msgctxt "listing status"
|
3545 |
msgid "Pending Renewal"
|
3546 |
msgstr ""
|
3547 |
|
3548 |
+
#: includes/models/class-listing.php:942
|
3549 |
msgctxt "listing status"
|
3550 |
msgid "Abandoned"
|
3551 |
msgstr ""
|
3560 |
msgid "View Payment"
|
3561 |
msgstr ""
|
3562 |
|
3563 |
+
#: includes/admin/controllers/class-admin-listings.php:633
|
3564 |
msgctxt "admin actions"
|
3565 |
msgid "Publish listings"
|
3566 |
msgstr ""
|
3567 |
|
3568 |
+
#: includes/admin/controllers/class-admin-listings.php:634
|
3569 |
msgctxt "admin actions"
|
3570 |
msgid "Mark as \"Pending Review\""
|
3571 |
msgstr ""
|
3572 |
|
3573 |
+
#: includes/admin/controllers/class-admin-listings.php:635
|
3574 |
msgctxt "admin actions"
|
3575 |
msgid "Hide from directory (mark as \"Draft\")"
|
3576 |
msgstr ""
|
3577 |
|
3578 |
+
#: includes/admin/controllers/class-admin-listings.php:637
|
3579 |
msgctxt "admin actions"
|
3580 |
msgid "Renew listings"
|
3581 |
msgstr ""
|
3582 |
|
3583 |
+
#: includes/admin/controllers/class-admin-listings.php:638
|
3584 |
msgctxt "admin actions"
|
3585 |
msgid "Set listings as \"Expired\""
|
3586 |
msgstr ""
|
3587 |
|
3588 |
+
#: includes/admin/controllers/class-admin-listings.php:645
|
3589 |
msgctxt "admin actions"
|
3590 |
msgid "Send access keys"
|
3591 |
msgstr ""
|
3632 |
msgid "View Payment History"
|
3633 |
msgstr ""
|
3634 |
|
3635 |
+
#: includes/admin/controllers/class-form-fields-admin.php:124
|
3636 |
+
msgctxt "form-fields admin"
|
3637 |
+
msgid "Form Preview"
|
3638 |
msgstr ""
|
3639 |
|
3640 |
+
#: includes/admin/controllers/class-form-fields-admin.php:183
|
3641 |
+
msgctxt "form-fields admin"
|
3642 |
+
msgid "Form fields updated."
|
3643 |
msgstr ""
|
3644 |
|
3645 |
+
#: includes/admin/controllers/class-form-fields-admin.php:206
|
3646 |
+
msgctxt "form-fields admin"
|
3647 |
msgid ""
|
3648 |
+
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
3649 |
+
"\" setting is disabled, display settings below will not be honored and this "
|
3650 |
+
"field will not be displayed on the frontend. If you want e-mail addresses to "
|
3651 |
+
"show on the frontend, you can <a>enable public display of e-mails</a>."
|
3652 |
msgstr ""
|
3653 |
|
3654 |
+
#: includes/admin/controllers/class-form-fields-admin.php:285
|
3655 |
+
msgctxt "form-fields admin"
|
3656 |
+
msgid "Field deleted."
|
3657 |
msgstr ""
|
3658 |
|
3659 |
+
#: includes/admin/controllers/class-form-fields-admin.php:325
|
3660 |
+
msgctxt "form-fields admin"
|
3661 |
+
msgid "Required fields created successfully."
|
3662 |
msgstr ""
|
3663 |
|
3664 |
+
#: includes/admin/controllers/class-form-fields-admin.php:377
|
3665 |
+
msgctxt "form-fields admin"
|
3666 |
+
msgid "Tags updated."
|
3667 |
+
msgstr ""
|
3668 |
|
3669 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:20
|
3670 |
+
msgctxt "form-fields admin"
|
3671 |
+
msgid "form field"
|
|
|
|
|
|
|
3672 |
msgstr ""
|
3673 |
|
3674 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:21
|
3675 |
+
msgctxt "form-fields admin"
|
3676 |
+
msgid "form fields"
|
3677 |
msgstr ""
|
3678 |
|
3679 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:29
|
3680 |
+
msgctxt "form-fields admin"
|
3681 |
+
msgid "Order"
|
3682 |
msgstr ""
|
3683 |
|
3684 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:30
|
3685 |
+
msgctxt "form-fields admin"
|
3686 |
+
msgid "Label / Association"
|
3687 |
msgstr ""
|
3688 |
|
3689 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:32
|
3690 |
+
msgctxt "form-fields admin"
|
3691 |
+
msgid "Validator"
|
3692 |
msgstr ""
|
3693 |
|
3694 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:33
|
3695 |
+
msgctxt "form-fields admin"
|
3696 |
+
msgid "Field Attributes"
|
3697 |
msgstr ""
|
3698 |
|
3699 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:133
|
3700 |
+
msgctxt "form-fields admin"
|
3701 |
+
msgid "Shortname"
|
3702 |
msgstr ""
|
3703 |
|
3704 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:155
|
3705 |
+
msgctxt "form-fields admin"
|
3706 |
+
msgid "Required"
|
|
|
3707 |
msgstr ""
|
3708 |
|
3709 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:155
|
3710 |
+
msgctxt "form-fields admin"
|
3711 |
+
msgid "Optional"
|
|
|
3712 |
msgstr ""
|
3713 |
|
3714 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:162
|
3715 |
+
msgctxt "form-fields admin"
|
3716 |
+
msgid "Private"
|
3717 |
msgstr ""
|
3718 |
|
3719 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:169
|
3720 |
+
msgctxt "form-fields admin"
|
3721 |
+
msgid "This field value is shown in the excerpt view of a listing."
|
3722 |
msgstr ""
|
3723 |
|
3724 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:170
|
3725 |
+
msgctxt "form-fields admin"
|
3726 |
+
msgid "In Excerpt"
|
|
|
3727 |
msgstr ""
|
3728 |
|
3729 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:177
|
3730 |
+
msgctxt "form-fields admin"
|
3731 |
+
msgid "This field value is shown in the single view of a listing."
|
|
|
3732 |
msgstr ""
|
3733 |
|
3734 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:178
|
3735 |
+
msgctxt "form-fields admin"
|
3736 |
+
msgid "In Listing"
|
3737 |
msgstr ""
|
3738 |
|
3739 |
+
#: includes/fields/class-fieldtypes-checkbox.php:92
|
3740 |
+
msgctxt "form-fields admin"
|
3741 |
+
msgid "Select All"
|
3742 |
msgstr ""
|
3743 |
|
3744 |
+
#: includes/fields/class-fieldtypes-checkbox.php:110
|
3745 |
+
#: includes/fields/class-fieldtypes-radiobutton.php:90
|
3746 |
+
msgctxt "form-fields admin"
|
3747 |
+
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
3748 |
msgstr ""
|
3749 |
|
3750 |
+
#: includes/fields/class-fieldtypes-checkbox.php:122
|
3751 |
+
msgctxt "form-fields admin"
|
3752 |
+
msgid "Include \"Select all\"?"
|
3753 |
msgstr ""
|
3754 |
|
3755 |
+
#: includes/fields/class-fieldtypes-checkbox.php:126
|
3756 |
+
msgctxt "form-fields admin"
|
3757 |
+
msgid "Display \"Select all\" option among options above."
|
3758 |
msgstr ""
|
3759 |
|
3760 |
+
#: includes/fields/class-fieldtypes-checkbox.php:142
|
3761 |
+
#: includes/fields/class-fieldtypes-radiobutton.php:117
|
3762 |
+
msgctxt "form-fields admin"
|
3763 |
+
msgid "Field list of options is required."
|
|
|
3764 |
msgstr ""
|
3765 |
|
3766 |
+
#: includes/fields/class-fieldtypes-image.php:58
|
3767 |
+
msgctxt "form-fields admin"
|
3768 |
+
msgid "Field Caption required?"
|
|
|
3769 |
msgstr ""
|
3770 |
|
3771 |
+
#: includes/fields/class-fieldtypes-textarea.php:193
|
3772 |
+
msgctxt "form-fields admin"
|
3773 |
+
msgid "Allow HTML input for this field?"
|
|
|
3774 |
msgstr ""
|
3775 |
|
3776 |
+
#: includes/fields/class-fieldtypes-textarea.php:196
|
3777 |
+
msgctxt "form-fields admin"
|
3778 |
+
msgid "Allow IFRAME tags in content?"
|
3779 |
msgstr ""
|
3780 |
|
3781 |
+
#: includes/fields/class-fieldtypes-textarea.php:206
|
3782 |
+
msgctxt "form-fields admin"
|
3783 |
+
msgid "Allow WordPress shortcodes in this field?"
|
3784 |
msgstr ""
|
3785 |
|
3786 |
+
#: includes/fields/class-fieldtypes-textarea.php:211
|
3787 |
+
msgctxt "form-fields admin"
|
3788 |
+
msgid "Display a WYSIWYG editor on the frontend?"
|
3789 |
msgstr ""
|
3790 |
|
3791 |
+
#: includes/fields/class-fieldtypes-textarea.php:218
|
3792 |
+
msgctxt "form-fields admin"
|
3793 |
+
msgid ""
|
3794 |
+
"<b>Advanced users only!</b> Unless you've been told to change this, don't "
|
3795 |
+
"switch it unless you know what you're doing."
|
3796 |
msgstr ""
|
3797 |
|
3798 |
+
#: includes/fields/class-fieldtypes-textarea.php:219
|
3799 |
+
msgctxt "form-fields admin"
|
3800 |
+
msgid "Apply \"the_content\" filter before displaying this field?"
|
3801 |
msgstr ""
|
3802 |
|
3803 |
+
#: includes/fields/class-fieldtypes-textarea.php:222
|
3804 |
+
msgctxt "form-fields admin"
|
3805 |
+
msgid "Use shortened version of Description field as excerpt"
|
3806 |
msgstr ""
|
3807 |
|
3808 |
+
#: includes/fields/class-fieldtypes-textarea.php:223
|
3809 |
+
msgctxt "form-fields admin"
|
3810 |
+
msgid ""
|
3811 |
+
"Enable always (override the Short Description given with a shortened Long "
|
3812 |
+
"Description)"
|
3813 |
msgstr ""
|
3814 |
|
3815 |
+
#: includes/fields/class-fieldtypes-textarea.php:224
|
3816 |
+
msgctxt "form-fields admin"
|
3817 |
+
msgid ""
|
3818 |
+
"Enable conditionally (override ONLY when Short Description is empty with a "
|
3819 |
+
"shortened Long Description)"
|
3820 |
msgstr ""
|
3821 |
|
3822 |
+
#: includes/fields/class-fieldtypes-textarea.php:225
|
3823 |
+
msgctxt "form-fields admin"
|
3824 |
+
msgid "Disable (use the Short Description all the time, empty or not)"
|
3825 |
msgstr ""
|
3826 |
|
3827 |
+
#: includes/fields/class-fieldtypes-textarea.php:227
|
3828 |
+
msgctxt "form-fields admin"
|
3829 |
+
msgid ""
|
3830 |
+
"Truncates the description field to the value set here. To display all of the "
|
3831 |
+
"description, set to 0."
|
3832 |
msgstr ""
|
3833 |
|
3834 |
+
#: includes/fields/class-fieldtypes-textarea.php:228
|
3835 |
+
msgctxt "form-fields admin"
|
3836 |
+
msgid ""
|
3837 |
+
"Number of Characters from Short Description/Excerpt to Display in List View "
|
3838 |
+
"(only)"
|
3839 |
msgstr ""
|
3840 |
|
3841 |
+
#: includes/fields/class-fieldtypes-textarea.php:233
|
3842 |
+
msgctxt "form-fields admin"
|
3843 |
+
msgid "Automatically generate excerpt from content field?"
|
3844 |
msgstr ""
|
3845 |
|
3846 |
+
#: includes/fields/class-fieldtypes-twitter.php:83
|
3847 |
+
msgctxt "form-fields admin"
|
3848 |
+
msgid "Show followers count?"
|
3849 |
msgstr ""
|
3850 |
|
3851 |
+
#: templates/admin/form-fields-addoredit.tpl.php:29
|
3852 |
+
msgctxt "form-fields admin"
|
3853 |
+
msgid "Field Association"
|
3854 |
msgstr ""
|
3855 |
|
3856 |
+
#: templates/admin/form-fields-addoredit.tpl.php:29
|
3857 |
+
#: templates/admin/form-fields-addoredit.tpl.php:54
|
3858 |
+
#: templates/admin/form-fields-addoredit.tpl.php:77
|
3859 |
+
msgctxt "form-fields admin"
|
3860 |
+
msgid "required"
|
3861 |
msgstr ""
|
3862 |
|
3863 |
+
#: templates/admin/form-fields-addoredit.tpl.php:54
|
3864 |
+
msgctxt "form-fields admin"
|
3865 |
+
msgid "Field Type"
|
3866 |
msgstr ""
|
3867 |
|
3868 |
+
#: templates/admin/form-fields-addoredit.tpl.php:77
|
3869 |
+
msgctxt "form-fields admin"
|
3870 |
+
msgid "Field Label"
|
3871 |
msgstr ""
|
3872 |
|
3873 |
+
#: templates/admin/form-fields-addoredit.tpl.php:87
|
3874 |
+
msgctxt "form-fields admin"
|
3875 |
+
msgid "Field description"
|
3876 |
msgstr ""
|
3877 |
|
3878 |
+
#: templates/admin/form-fields-addoredit.tpl.php:87
|
3879 |
+
msgctxt "form-fields admin"
|
3880 |
+
msgid "optional"
|
3881 |
msgstr ""
|
3882 |
|
3883 |
+
#: templates/admin/form-fields-addoredit.tpl.php:104
|
3884 |
+
msgctxt "form-fields admin"
|
3885 |
+
msgid "Field-specific settings"
|
3886 |
msgstr ""
|
3887 |
|
3888 |
+
#: templates/admin/form-fields-addoredit.tpl.php:113
|
3889 |
+
msgctxt "form-fields admin"
|
3890 |
+
msgid "Field validation options"
|
3891 |
msgstr ""
|
3892 |
|
3893 |
+
#: templates/admin/form-fields-addoredit.tpl.php:117
|
3894 |
+
msgctxt "form-fields admin"
|
3895 |
+
msgid "Field Validator"
|
3896 |
msgstr ""
|
3897 |
|
3898 |
+
#: templates/admin/form-fields-addoredit.tpl.php:121
|
3899 |
+
msgctxt "form-fields admin"
|
3900 |
+
msgid "No validation"
|
3901 |
msgstr ""
|
3902 |
|
3903 |
+
#: templates/admin/form-fields-addoredit.tpl.php:143
|
3904 |
+
msgctxt "form-fields admin"
|
3905 |
+
msgid "Is field required?"
|
3906 |
msgstr ""
|
3907 |
|
3908 |
+
#: templates/admin/form-fields-addoredit.tpl.php:149
|
3909 |
+
msgctxt "form-fields admin"
|
3910 |
+
msgid "This field is required."
|
3911 |
msgstr ""
|
3912 |
|
3913 |
+
#: templates/admin/form-fields-addoredit.tpl.php:157
|
3914 |
+
msgctxt "form-fields admin"
|
3915 |
+
msgid "Field display options"
|
3916 |
msgstr ""
|
3917 |
|
3918 |
+
#: templates/admin/form-fields-addoredit.tpl.php:161
|
3919 |
+
msgctxt "form-fields admin"
|
3920 |
+
msgid "Field Category Policy:"
|
3921 |
msgstr ""
|
3922 |
|
3923 |
+
#: templates/admin/form-fields-addoredit.tpl.php:166
|
3924 |
+
msgctxt "form-fields admin"
|
3925 |
+
msgid "Field applies to all categories"
|
3926 |
msgstr ""
|
3927 |
|
3928 |
+
#: templates/admin/form-fields-addoredit.tpl.php:167
|
3929 |
+
msgctxt "form-fields admin"
|
3930 |
+
msgid "Field applies to only certain categories"
|
3931 |
msgstr ""
|
3932 |
|
3933 |
+
#: templates/admin/form-fields-addoredit.tpl.php:171
|
3934 |
+
msgctxt "form-fields admin"
|
3935 |
+
msgid "Limit field to the following categories:"
|
|
|
3936 |
msgstr ""
|
3937 |
|
3938 |
+
#: templates/admin/form-fields-addoredit.tpl.php:195
|
3939 |
+
msgctxt "form-fields admin"
|
3940 |
+
msgid "Click to add categories to the selection."
|
|
|
|
|
3941 |
msgstr ""
|
3942 |
|
3943 |
+
#: templates/admin/form-fields-addoredit.tpl.php:208
|
3944 |
+
msgctxt "form-fields admin"
|
3945 |
+
msgid "Show this field to admin users only?"
|
3946 |
msgstr ""
|
3947 |
|
3948 |
+
#: templates/admin/form-fields-addoredit.tpl.php:214
|
3949 |
+
msgctxt "form-fields admin"
|
3950 |
+
msgid "Display this field to admin users only in the edit listing view."
|
3951 |
msgstr ""
|
3952 |
|
3953 |
+
#: templates/admin/form-fields-addoredit.tpl.php:220
|
3954 |
+
msgctxt "form-fields admin"
|
3955 |
+
msgid "Show this value in excerpt view?"
|
3956 |
msgstr ""
|
3957 |
|
3958 |
+
#: templates/admin/form-fields-addoredit.tpl.php:226
|
3959 |
+
msgctxt "form-fields admin"
|
3960 |
+
msgid "Display this value in post excerpt view."
|
3961 |
msgstr ""
|
3962 |
|
3963 |
+
#: templates/admin/form-fields-addoredit.tpl.php:232
|
3964 |
+
msgctxt "form-fields admin"
|
3965 |
+
msgid "Show this value in listing view?"
|
3966 |
msgstr ""
|
3967 |
|
3968 |
+
#: templates/admin/form-fields-addoredit.tpl.php:238
|
3969 |
+
msgctxt "form-fields admin"
|
3970 |
+
msgid "Display this value in the listing view."
|
3971 |
msgstr ""
|
3972 |
|
3973 |
+
#: templates/admin/form-fields-addoredit.tpl.php:244
|
3974 |
+
msgctxt "form-fields admin"
|
3975 |
+
msgid "Include this field in the search form?"
|
3976 |
msgstr ""
|
3977 |
|
3978 |
+
#: templates/admin/form-fields-addoredit.tpl.php:250
|
3979 |
+
msgctxt "form-fields admin"
|
3980 |
+
msgid "Include this field in the search form."
|
3981 |
msgstr ""
|
3982 |
|
3983 |
+
#: templates/admin/form-fields-addoredit.tpl.php:256
|
3984 |
+
msgctxt "form-fields admin"
|
3985 |
+
msgid "Is this field required for searching?"
|
3986 |
msgstr ""
|
3987 |
|
3988 |
+
#: templates/admin/form-fields-addoredit.tpl.php:274
|
3989 |
+
msgctxt "form-fields admin"
|
3990 |
+
msgid "Hide this field's label?"
|
3991 |
msgstr ""
|
3992 |
|
3993 |
+
#: templates/admin/form-fields-addoredit.tpl.php:280
|
3994 |
+
msgctxt "form-fields admin"
|
3995 |
+
msgid "Hide this field's label when displaying it."
|
3996 |
msgstr ""
|
3997 |
|
3998 |
+
#: templates/admin/form-fields-addoredit.tpl.php:288
|
3999 |
+
msgctxt "form-fields admin"
|
4000 |
+
msgid "Field privacy options"
|
4001 |
msgstr ""
|
4002 |
|
4003 |
+
#: templates/admin/form-fields-addoredit.tpl.php:292
|
4004 |
+
msgctxt "form-fields admin"
|
4005 |
+
msgid "This field contains sensitive or private information?"
|
4006 |
msgstr ""
|
4007 |
|
4008 |
+
#: templates/admin/form-fields-addoredit.tpl.php:300
|
4009 |
+
msgctxt "form-fields admin"
|
4010 |
+
msgid "Add this field when exporting or deleting user's personal data."
|
4011 |
msgstr ""
|
4012 |
|
4013 |
+
#: templates/admin/form-fields-addoredit.tpl.php:309
|
4014 |
+
msgctxt "form-fields admin"
|
4015 |
+
msgid "Update Field"
|
4016 |
msgstr ""
|
4017 |
|
4018 |
+
#: templates/admin/form-fields-addoredit.tpl.php:311
|
4019 |
+
msgctxt "form-fields admin"
|
4020 |
+
msgid "Add Field"
|
4021 |
msgstr ""
|
4022 |
|
4023 |
+
#: templates/admin/form-fields-tags.tpl.php:5
|
4024 |
+
msgctxt "form-fields admin"
|
4025 |
+
msgid "-- None --"
|
|
|
|
|
|
|
|
|
4026 |
msgstr ""
|
4027 |
|
4028 |
+
#: templates/admin/form-fields-tags.tpl.php:14
|
4029 |
+
msgctxt "form-fields admin"
|
4030 |
+
msgid "Theme Tags"
|
|
|
4031 |
msgstr ""
|
4032 |
|
4033 |
+
#: templates/admin/form-fields-tags.tpl.php:19
|
4034 |
+
msgctxt "form-fields admin"
|
4035 |
+
msgid ""
|
4036 |
+
"Before you create fields, make sure you've mapped all of your EXISTING ones "
|
4037 |
+
"first, otherwise you'll appear to be \"missing data\" on your listings."
|
4038 |
msgstr ""
|
4039 |
|
4040 |
+
#: templates/admin/form-fields-tags.tpl.php:22
|
4041 |
+
msgctxt "form-fields admin"
|
4042 |
+
msgid "Create Missing Fields"
|
|
|
4043 |
msgstr ""
|
4044 |
|
4045 |
+
#: templates/admin/form-fields.tpl.php:4
|
4046 |
+
msgctxt "form-fields admin"
|
4047 |
+
msgid "Add New Form Field"
|
|
|
|
|
4048 |
msgstr ""
|
4049 |
|
4050 |
+
#: templates/admin/form-fields.tpl.php:11
|
4051 |
+
msgctxt "form-fields admin"
|
4052 |
+
msgid "Preview Form"
|
|
|
4053 |
msgstr ""
|
4054 |
|
4055 |
+
#: templates/admin/form-fields.tpl.php:17
|
4056 |
+
msgctxt "form-fields admin"
|
4057 |
+
msgid "Manage Theme Tags"
|
|
|
4058 |
msgstr ""
|
4059 |
|
4060 |
+
#: templates/admin/form-fields.tpl.php:28
|
4061 |
+
msgctxt "form-fields admin"
|
4062 |
+
msgid ""
|
4063 |
+
"Here, you can create new fields for your listings, edit or delete existing "
|
4064 |
+
"ones, change the order and visibility of the fields as well as configure "
|
4065 |
+
"special options for them."
|
4066 |
msgstr ""
|
4067 |
|
4068 |
+
#: templates/admin/form-fields.tpl.php:39
|
4069 |
+
msgctxt "form-fields admin"
|
4070 |
+
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
4071 |
msgstr ""
|
4072 |
|
4073 |
+
#: includes/admin/controllers/class-settings-admin.php:371
|
4074 |
msgctxt "admin settings"
|
4075 |
+
msgid "Remove"
|
4076 |
msgstr ""
|
4077 |
|
4078 |
+
#: includes/admin/controllers/class-settings-admin.php:433
|
4079 |
msgctxt "admin settings"
|
4080 |
+
msgid "Valid placeholders: %s"
|
4081 |
msgstr ""
|
4082 |
|
4083 |
+
#: includes/admin/settings/class-settings-bootstrap.php:101
|
4084 |
msgctxt "admin settings"
|
4085 |
+
msgid ""
|
4086 |
+
"<strong>IMPORTANT:</strong> subpages of the main directory page cannot be "
|
4087 |
+
"accesed while this setting is checked."
|
4088 |
msgstr ""
|
4089 |
|
4090 |
+
#: includes/admin/settings/class-settings-bootstrap.php:310
|
4091 |
msgctxt "admin settings"
|
4092 |
+
msgid "Above results"
|
4093 |
msgstr ""
|
4094 |
|
4095 |
+
#: includes/admin/settings/class-settings-bootstrap.php:311
|
4096 |
msgctxt "admin settings"
|
4097 |
+
msgid "Below results"
|
4098 |
msgstr ""
|
4099 |
|
4100 |
+
#: includes/admin/settings/class-settings-bootstrap.php:312
|
4101 |
msgctxt "admin settings"
|
4102 |
+
msgid "Don't show with results"
|
4103 |
msgstr ""
|
4104 |
|
4105 |
+
#: includes/admin/settings/class-settings-bootstrap.php:402
|
4106 |
msgctxt "admin settings"
|
4107 |
+
msgid ""
|
4108 |
+
"You have selected a textarea field to be included in quick searches. "
|
4109 |
+
"Searches involving those fields are very expensive and could result in "
|
4110 |
+
"timeouts and/or general slowness."
|
4111 |
msgstr ""
|
4112 |
|
4113 |
+
#: includes/admin/settings/class-settings-bootstrap.php:574
|
4114 |
msgctxt "admin settings"
|
4115 |
+
msgid "Do not include comments in listings"
|
4116 |
msgstr ""
|
4117 |
|
4118 |
+
#: includes/admin/settings/class-settings-bootstrap.php:598
|
4119 |
+
msgctxt "admin settings"
|
4120 |
+
msgid "Directory view."
|
4121 |
msgstr ""
|
4122 |
|
4123 |
+
#: includes/admin/settings/class-settings-bootstrap.php:599
|
4124 |
+
msgctxt "admin settings"
|
4125 |
+
msgid "All Listings view."
|
4126 |
msgstr ""
|
4127 |
|
4128 |
+
#: includes/admin/settings/class-settings-bootstrap.php:600
|
4129 |
+
msgctxt "admin settings"
|
4130 |
+
msgid "Category view."
|
4131 |
msgstr ""
|
4132 |
|
4133 |
+
#: includes/admin/settings/class-settings-bootstrap.php:601
|
4134 |
+
msgctxt "admin settings"
|
4135 |
+
msgid "Search view."
|
4136 |
msgstr ""
|
4137 |
|
4138 |
+
#: includes/admin/settings/class-settings-bootstrap.php:728
|
4139 |
+
msgctxt "admin settings"
|
4140 |
+
msgid "Slug"
|
4141 |
msgstr ""
|
4142 |
|
4143 |
+
#: includes/admin/settings/class-settings-bootstrap.php:741
|
4144 |
+
#: includes/admin/settings/class-settings-bootstrap.php:809
|
4145 |
+
msgctxt "admin settings"
|
4146 |
+
msgid "Ascending"
|
4147 |
msgstr ""
|
4148 |
|
4149 |
+
#: includes/admin/settings/class-settings-bootstrap.php:742
|
4150 |
+
#: includes/admin/settings/class-settings-bootstrap.php:810
|
4151 |
+
msgctxt "admin settings"
|
4152 |
+
msgid "Descending"
|
4153 |
msgstr ""
|
4154 |
|
4155 |
+
#: includes/admin/settings/class-settings-bootstrap.php:775
|
4156 |
+
msgctxt "admin settings"
|
4157 |
+
msgid "Fee Plan Custom Order can be changed under <a>Fee Plans</a>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4158 |
msgstr ""
|
4159 |
|
4160 |
+
#: includes/admin/settings/class-settings-bootstrap.php:788
|
4161 |
+
msgctxt "admin settings"
|
4162 |
+
msgid "Author"
|
|
|
|
|
4163 |
msgstr ""
|
4164 |
|
4165 |
+
#: includes/admin/settings/class-settings-bootstrap.php:789
|
4166 |
+
#: includes/helpers/functions/general.php:1276
|
4167 |
+
msgctxt "admin settings"
|
4168 |
+
msgid "Date posted"
|
4169 |
msgstr ""
|
4170 |
|
4171 |
+
#: includes/admin/settings/class-settings-bootstrap.php:790
|
4172 |
+
#: includes/helpers/functions/general.php:1277
|
4173 |
+
msgctxt "admin settings"
|
4174 |
+
msgid "Date last modified"
|
4175 |
msgstr ""
|
4176 |
|
4177 |
+
#: includes/admin/settings/class-settings-bootstrap.php:791
|
4178 |
+
msgctxt "admin settings"
|
4179 |
+
msgid "Random"
|
4180 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4181 |
|
4182 |
+
#: includes/admin/settings/class-settings-bootstrap.php:792
|
4183 |
+
msgctxt "admin settings"
|
4184 |
+
msgid "Paid first then free. Inside each group by date."
|
4185 |
msgstr ""
|
4186 |
|
4187 |
+
#: includes/admin/settings/class-settings-bootstrap.php:793
|
4188 |
+
msgctxt "admin settings"
|
4189 |
+
msgid "Paid first then free. Inside each group by title."
|
4190 |
msgstr ""
|
4191 |
|
4192 |
+
#: includes/admin/settings/class-settings-bootstrap.php:794
|
4193 |
+
msgctxt "admin settings"
|
4194 |
+
msgid "Fee Plan Custom Order, then Date"
|
4195 |
msgstr ""
|
4196 |
|
4197 |
+
#: includes/admin/settings/class-settings-bootstrap.php:795
|
4198 |
+
msgctxt "admin settings"
|
4199 |
+
msgid "Fee Plan Custom Order, then Title"
|
4200 |
msgstr ""
|
4201 |
|
4202 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1061
|
4203 |
+
msgctxt "admin settings"
|
4204 |
+
msgid ""
|
4205 |
+
"For paid listing images, configure that by adding or editing a <a>Fee Plan</"
|
4206 |
+
"a> instead of this setting, which is ignored for paid listings."
|
4207 |
msgstr ""
|
4208 |
|
4209 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1072
|
4210 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1134
|
4211 |
+
msgctxt "admin settings"
|
4212 |
+
msgid "Excerpt view."
|
4213 |
msgstr ""
|
4214 |
|
4215 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1073
|
4216 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1135
|
4217 |
+
msgctxt "admin settings"
|
4218 |
+
msgid "Detail view."
|
4219 |
msgstr ""
|
4220 |
|
4221 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1183
|
4222 |
+
msgctxt "admin settings"
|
4223 |
+
msgid "Australian Dollar (AUD)"
|
4224 |
msgstr ""
|
4225 |
|
4226 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1184
|
4227 |
+
msgctxt "admin settings"
|
4228 |
+
msgid "Brazilian Real (BRL)"
|
4229 |
msgstr ""
|
4230 |
|
4231 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1185
|
4232 |
+
msgctxt "admin settings"
|
4233 |
+
msgid "Canadian Dollar (CAD)"
|
4234 |
msgstr ""
|
4235 |
|
4236 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1186
|
4237 |
+
msgctxt "admin settings"
|
4238 |
+
msgid "Czech Koruna (CZK)"
|
4239 |
msgstr ""
|
4240 |
|
4241 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1187
|
4242 |
+
msgctxt "admin settings"
|
4243 |
+
msgid "Danish Krone (DKK)"
|
4244 |
msgstr ""
|
4245 |
|
4246 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1188
|
4247 |
+
msgctxt "admin settings"
|
4248 |
+
msgid "United Arab Emirates Dirham (AED)"
|
4249 |
msgstr ""
|
4250 |
|
4251 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1189
|
4252 |
+
msgctxt "admin settings"
|
4253 |
+
msgid "Euro (EUR)"
|
4254 |
msgstr ""
|
4255 |
|
4256 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1190
|
4257 |
+
msgctxt "admin settings"
|
4258 |
+
msgid "Hong Kong Dollar (HKD)"
|
4259 |
msgstr ""
|
4260 |
|
4261 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1191
|
4262 |
+
msgctxt "admin settings"
|
4263 |
+
msgid "Hungarian Forint (HUF)"
|
4264 |
msgstr ""
|
4265 |
|
4266 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1192
|
4267 |
+
msgctxt "admin settings"
|
4268 |
+
msgid "Israeli New Shequel (ILS)"
|
|
|
4269 |
msgstr ""
|
4270 |
|
4271 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1193
|
4272 |
+
msgctxt "admin settings"
|
4273 |
+
msgid "Japanese Yen (JPY)"
|
|
|
|
|
|
|
|
|
|
|
4274 |
msgstr ""
|
4275 |
|
4276 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1194
|
4277 |
+
msgctxt "admin settings"
|
4278 |
+
msgid "Moroccan Dirham (MAD)"
|
4279 |
msgstr ""
|
4280 |
|
4281 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1195
|
4282 |
+
msgctxt "admin settings"
|
4283 |
+
msgid "Malasian Ringgit (MYR)"
|
4284 |
msgstr ""
|
4285 |
|
4286 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1196
|
4287 |
+
msgctxt "admin settings"
|
4288 |
+
msgid "Mexican Peso (MXN)"
|
4289 |
msgstr ""
|
4290 |
|
4291 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1197
|
4292 |
+
msgctxt "admin settings"
|
4293 |
+
msgid "Norwegian Krone (NOK)"
|
4294 |
msgstr ""
|
4295 |
|
4296 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1198
|
4297 |
+
msgctxt "admin settings"
|
4298 |
+
msgid "New Zealand Dollar (NZD)"
|
4299 |
msgstr ""
|
4300 |
|
4301 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1199
|
4302 |
+
msgctxt "admin settings"
|
4303 |
+
msgid "Philippine Peso (PHP)"
|
|
|
4304 |
msgstr ""
|
4305 |
|
4306 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1200
|
4307 |
+
msgctxt "admin settings"
|
4308 |
+
msgid "Polish Zloty (PLN)"
|
4309 |
msgstr ""
|
4310 |
|
4311 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1201
|
4312 |
+
msgctxt "admin settings"
|
4313 |
+
msgid "Pound Sterling (GBP)"
|
4314 |
msgstr ""
|
4315 |
|
4316 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1202
|
4317 |
+
msgctxt "admin settings"
|
4318 |
+
msgid "Singapore Dollar (SGD)"
|
4319 |
msgstr ""
|
4320 |
|
4321 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1203
|
4322 |
+
msgctxt "admin settings"
|
4323 |
+
msgid "Swedish Krona (SEK)"
|
4324 |
msgstr ""
|
4325 |
|
4326 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1204
|
4327 |
+
msgctxt "admin settings"
|
4328 |
+
msgid "Swiss Franc (CHF)"
|
|
|
|
|
4329 |
msgstr ""
|
4330 |
|
4331 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1205
|
4332 |
+
msgctxt "admin settings"
|
4333 |
+
msgid "Taiwan Dollar (TWD)"
|
4334 |
msgstr ""
|
4335 |
|
4336 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1206
|
4337 |
+
msgctxt "admin settings"
|
4338 |
+
msgid "Thai Baht (THB)"
|
4339 |
msgstr ""
|
4340 |
|
4341 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1207
|
4342 |
+
msgctxt "admin settings"
|
4343 |
+
msgid "Turkish Lira (TRY)"
|
4344 |
msgstr ""
|
4345 |
|
4346 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1208
|
4347 |
+
msgctxt "admin settings"
|
4348 |
+
msgid "U.S. Dollar (USD)"
|
4349 |
msgstr ""
|
4350 |
|
4351 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1232
|
4352 |
+
msgctxt "admin settings"
|
4353 |
+
msgid "Show currency symbol on the left"
|
4354 |
msgstr ""
|
4355 |
|
4356 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1233
|
4357 |
+
msgctxt "admin settings"
|
4358 |
+
msgid "Show currency symbol on the right"
|
4359 |
msgstr ""
|
4360 |
|
4361 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1234
|
4362 |
+
msgctxt "admin settings"
|
4363 |
+
msgid "Do not show currency symbol"
|
4364 |
msgstr ""
|
4365 |
|
4366 |
+
#. translators: %1$s: gateway name, %2$s: explanation string
|
4367 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1282
|
4368 |
+
msgctxt "admin settings"
|
4369 |
+
msgid "AED currency is not supported by %1$s. %2$s"
|
4370 |
msgstr ""
|
4371 |
|
4372 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1321
|
4373 |
+
msgctxt "admin settings"
|
4374 |
+
msgid ""
|
4375 |
+
"Listings with pending payments are marked as abandoned after this time. You "
|
4376 |
+
"can also <a>customize the email</a> users receive."
|
4377 |
msgstr ""
|
4378 |
|
4379 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1351
|
4380 |
+
msgctxt "admin settings"
|
4381 |
+
msgid "Try listing's email field first, then author's email."
|
4382 |
msgstr ""
|
4383 |
|
4384 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1352
|
4385 |
+
msgctxt "admin settings"
|
4386 |
+
msgid "Try author's email first and then listing's email field."
|
4387 |
msgstr ""
|
4388 |
|
4389 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1365
|
4390 |
+
msgctxt "admin settings"
|
4391 |
+
msgid "Plain (text/plain)"
|
|
|
|
|
|
|
|
|
4392 |
msgstr ""
|
4393 |
|
4394 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1366
|
4395 |
+
msgctxt "admin settings"
|
4396 |
+
msgid "HTML (text/html)"
|
4397 |
msgstr ""
|
4398 |
|
4399 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1367
|
4400 |
+
msgctxt "admin settings"
|
4401 |
+
msgid "Both (multipart/alternative)"
|
|
|
|
|
|
|
|
|
4402 |
msgstr ""
|
4403 |
|
4404 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1381
|
4405 |
+
msgctxt "admin settings"
|
4406 |
+
msgid "A new listing is submitted."
|
4407 |
msgstr ""
|
4408 |
|
4409 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1382
|
4410 |
+
msgctxt "admin settings"
|
4411 |
+
msgid "A listing is edited."
|
4412 |
msgstr ""
|
4413 |
|
4414 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1383
|
4415 |
+
msgctxt "admin settings"
|
4416 |
+
msgid "A listing expires."
|
4417 |
msgstr ""
|
4418 |
|
4419 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1384
|
4420 |
+
msgctxt "admin settings"
|
4421 |
+
msgid "A listing is renewed."
|
4422 |
msgstr ""
|
4423 |
|
4424 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1385
|
4425 |
+
msgctxt "admin settings"
|
4426 |
+
msgid "A listing payment is completed."
|
4427 |
msgstr ""
|
4428 |
|
4429 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1386
|
4430 |
+
msgctxt "admin settings"
|
4431 |
+
msgid "A listing has been reported as inappropriate."
|
4432 |
msgstr ""
|
4433 |
|
4434 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1387
|
4435 |
+
msgctxt "admin settings"
|
4436 |
+
msgid "A contact message is sent to a listing's owner."
|
|
|
4437 |
msgstr ""
|
4438 |
|
4439 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1414
|
4440 |
+
msgctxt "admin settings"
|
4441 |
+
msgid "Their listing is submitted."
|
4442 |
msgstr ""
|
4443 |
|
4444 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1415
|
4445 |
+
msgctxt "admin settings"
|
4446 |
+
msgid "Their listing is approved/published."
|
4447 |
msgstr ""
|
4448 |
|
4449 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1416
|
4450 |
+
msgctxt "admin settings"
|
4451 |
+
msgid "A payment for their listing is completed."
|
|
|
|
|
4452 |
msgstr ""
|
4453 |
|
4454 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1417
|
4455 |
+
msgctxt "admin settings"
|
4456 |
+
msgid "Their listing expired or is about to expire."
|
4457 |
msgstr ""
|
4458 |
|
4459 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1435
|
4460 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1454
|
4461 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1490
|
4462 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1526
|
4463 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1563
|
4464 |
+
msgctxt "admin settings"
|
4465 |
+
msgid "Listing's title"
|
4466 |
msgstr ""
|
4467 |
|
4468 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1436
|
4469 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1527
|
4470 |
+
msgctxt "admin settings"
|
4471 |
+
msgid "Listing's fee plan name"
|
4472 |
msgstr ""
|
4473 |
|
4474 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1437
|
4475 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1528
|
4476 |
+
msgctxt "admin settings"
|
4477 |
+
msgid "Listing's fee plan description"
|
4478 |
msgstr ""
|
4479 |
|
4480 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1438
|
4481 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1529
|
4482 |
+
msgctxt "admin settings"
|
4483 |
+
msgid "Listing's fee plan details"
|
4484 |
msgstr ""
|
4485 |
|
4486 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1451
|
4487 |
+
msgctxt "admin settings"
|
4488 |
msgid ""
|
4489 |
+
"Your listing \"[listing]\" is now available at [listing-url] and can be "
|
4490 |
+
"viewed by the public."
|
4491 |
msgstr ""
|
4492 |
|
4493 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1455
|
4494 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1489
|
4495 |
+
msgctxt "admin settings"
|
4496 |
+
msgid "Listing's URL"
|
4497 |
msgstr ""
|
4498 |
|
4499 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1456
|
4500 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1496
|
4501 |
+
msgctxt "admin settings"
|
4502 |
+
msgid "Listing's Access Key"
|
|
|
|
|
|
|
4503 |
msgstr ""
|
4504 |
|
4505 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1491
|
4506 |
+
msgctxt "admin settings"
|
4507 |
+
msgid "Sender's name"
|
4508 |
msgstr ""
|
4509 |
|
4510 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1494
|
4511 |
+
msgctxt "admin settings"
|
4512 |
+
msgid "Contact message"
|
4513 |
msgstr ""
|
4514 |
|
4515 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1495
|
4516 |
+
msgctxt "admin settings"
|
4517 |
+
msgid "Date and time the message was sent"
|
|
|
|
|
4518 |
msgstr ""
|
4519 |
|
4520 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1530
|
4521 |
+
msgctxt "admin settings"
|
4522 |
+
msgid "Payment items details."
|
4523 |
msgstr ""
|
4524 |
|
4525 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1531
|
4526 |
+
msgctxt "admin settings"
|
4527 |
+
msgid "URL where user can review and print payment receipt."
|
|
|
|
|
4528 |
msgstr ""
|
4529 |
|
4530 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1532
|
4531 |
+
msgctxt "admin settings"
|
4532 |
+
msgid "Gateway used to process listing's payment."
|
4533 |
msgstr ""
|
4534 |
|
4535 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1564
|
4536 |
+
msgctxt "admin settings"
|
4537 |
+
msgid "Checkout URL link"
|
4538 |
msgstr ""
|
4539 |
|
4540 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1665
|
4541 |
+
msgctxt "admin settings"
|
4542 |
+
msgid "Uploaded Image (no resize)"
|
4543 |
msgstr ""
|
4544 |
|
4545 |
+
#: includes/helpers/functions/general.php:1274
|
4546 |
+
msgctxt "admin settings"
|
4547 |
+
msgid "User"
|
4548 |
msgstr ""
|
4549 |
|
4550 |
+
#: includes/helpers/functions/general.php:1275
|
4551 |
+
msgctxt "admin settings"
|
4552 |
+
msgid "User registration date"
|
4553 |
msgstr ""
|
4554 |
|
4555 |
+
#: includes/admin/controllers/class-settings-admin.php:503
|
4556 |
+
msgctxt "expiration notices"
|
4557 |
+
msgid "Add notice"
|
|
|
4558 |
msgstr ""
|
4559 |
|
4560 |
+
#: includes/admin/controllers/class-settings-admin.php:522
|
4561 |
+
msgctxt "expiration notices"
|
4562 |
+
msgid "No notices configured."
|
4563 |
msgstr ""
|
4564 |
|
4565 |
+
#: includes/admin/controllers/class-settings-admin.php:564
|
4566 |
+
msgctxt "expiration notices"
|
4567 |
+
msgid "recurring and non-recurring"
|
|
|
|
|
4568 |
msgstr ""
|
4569 |
|
4570 |
+
#: includes/admin/controllers/class-settings-admin.php:566
|
4571 |
+
msgctxt "expiration notices"
|
4572 |
+
msgid "recurring only"
|
4573 |
msgstr ""
|
4574 |
|
4575 |
+
#: includes/admin/controllers/class-settings-admin.php:568
|
4576 |
+
msgctxt "expiration notices"
|
4577 |
+
msgid "non-recurring only"
|
4578 |
msgstr ""
|
4579 |
|
4580 |
+
#: includes/admin/controllers/class-settings-admin.php:572
|
4581 |
+
msgctxt "expiration notices"
|
4582 |
+
msgid "Sent when a listing (%s) is renewed."
|
|
|
|
|
4583 |
msgstr ""
|
4584 |
|
4585 |
+
#: includes/admin/controllers/class-settings-admin.php:577
|
4586 |
+
msgctxt "expiration notices"
|
4587 |
+
msgid "Sent when a listing (%s) expires."
|
4588 |
msgstr ""
|
4589 |
|
4590 |
+
#: includes/admin/controllers/class-settings-admin.php:585
|
4591 |
+
msgctxt "expiration notices"
|
4592 |
+
msgid "%d day"
|
4593 |
+
msgid_plural "%d days"
|
4594 |
+
msgstr[0] ""
|
4595 |
+
msgstr[1] ""
|
4596 |
+
|
4597 |
+
#: includes/admin/controllers/class-settings-admin.php:588
|
4598 |
+
msgctxt "expiration notices"
|
4599 |
+
msgid "%d week"
|
4600 |
+
msgid_plural "%d weeks"
|
4601 |
+
msgstr[0] ""
|
4602 |
+
msgstr[1] ""
|
4603 |
+
|
4604 |
+
#: includes/admin/controllers/class-settings-admin.php:591
|
4605 |
+
msgctxt "expiration notices"
|
4606 |
+
msgid "%d month"
|
4607 |
+
msgid_plural "%d months"
|
4608 |
+
msgstr[0] ""
|
4609 |
+
msgstr[1] ""
|
4610 |
+
|
4611 |
+
#. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
|
4612 |
+
#. non-recuring only)
|
4613 |
+
#: includes/admin/controllers/class-settings-admin.php:597
|
4614 |
+
msgctxt "expiration notices"
|
4615 |
+
msgid "Sent %1$s before a listing (%2$s) expires."
|
4616 |
msgstr ""
|
4617 |
|
4618 |
+
#. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
|
4619 |
+
#. non-recuring only)
|
4620 |
+
#: includes/admin/controllers/class-settings-admin.php:600
|
4621 |
+
msgctxt "expiration notices"
|
4622 |
+
msgid "Sent %1$s after a listing (%2$s) expires."
|
4623 |
msgstr ""
|
4624 |
|
4625 |
+
#: includes/admin/controllers/class-settings-admin.php:617
|
4626 |
+
msgctxt "expiration notices"
|
4627 |
+
msgid "At the time of expiration"
|
4628 |
+
msgstr ""
|
4629 |
+
|
4630 |
+
#: includes/admin/controllers/class-settings-admin.php:618
|
4631 |
+
msgctxt "expiration notices"
|
4632 |
+
msgid "Right after a successful renewal"
|
4633 |
msgstr ""
|
4634 |
|
4635 |
+
#: includes/admin/controllers/class-settings-admin.php:629
|
4636 |
+
msgctxt "expiration notices"
|
4637 |
+
msgid "%d day before expiration"
|
4638 |
+
msgid_plural "%d days before expiration"
|
4639 |
+
msgstr[0] ""
|
4640 |
+
msgstr[1] ""
|
4641 |
+
|
4642 |
+
#: includes/admin/controllers/class-settings-admin.php:629
|
4643 |
+
msgctxt "expiration notices"
|
4644 |
+
msgid "%d day after expiration"
|
4645 |
+
msgid_plural "%d days after expiration"
|
4646 |
+
msgstr[0] ""
|
4647 |
+
msgstr[1] ""
|
4648 |
+
|
4649 |
+
#: includes/admin/controllers/class-settings-admin.php:632
|
4650 |
+
msgctxt "expiration notices"
|
4651 |
+
msgid "%d week before expiration"
|
4652 |
+
msgid_plural "%d weeks before expiration"
|
4653 |
+
msgstr[0] ""
|
4654 |
+
msgstr[1] ""
|
4655 |
+
|
4656 |
+
#: includes/admin/controllers/class-settings-admin.php:632
|
4657 |
+
msgctxt "expiration notices"
|
4658 |
+
msgid "%d week after expiration"
|
4659 |
+
msgid_plural "%d weeks after expiration"
|
4660 |
+
msgstr[0] ""
|
4661 |
+
msgstr[1] ""
|
4662 |
+
|
4663 |
+
#: includes/admin/controllers/class-settings-admin.php:635
|
4664 |
+
msgctxt "expiration notices"
|
4665 |
+
msgid "%d month before expiration"
|
4666 |
+
msgid_plural "%d months before expiration"
|
4667 |
+
msgstr[0] ""
|
4668 |
+
msgstr[1] ""
|
4669 |
+
|
4670 |
+
#: includes/admin/controllers/class-settings-admin.php:635
|
4671 |
+
msgctxt "expiration notices"
|
4672 |
+
msgid "%d month after expiration"
|
4673 |
+
msgid_plural "%d months after expiration"
|
4674 |
+
msgstr[0] ""
|
4675 |
+
msgstr[1] ""
|
4676 |
+
|
4677 |
+
#: includes/admin/controllers/class-settings-admin.php:662
|
4678 |
+
msgctxt "expiration notices"
|
4679 |
+
msgid "Applies to"
|
4680 |
msgstr ""
|
4681 |
|
4682 |
+
#: includes/admin/controllers/class-settings-admin.php:665
|
4683 |
+
msgctxt "expiration notices"
|
4684 |
+
msgid "Non-recurring listings"
|
|
|
|
|
|
|
4685 |
msgstr ""
|
4686 |
|
4687 |
+
#: includes/admin/controllers/class-settings-admin.php:666
|
4688 |
+
msgctxt "expiration notices"
|
4689 |
+
msgid "Recurring listings"
|
4690 |
msgstr ""
|
4691 |
|
4692 |
+
#: includes/admin/controllers/class-settings-admin.php:667
|
4693 |
+
msgctxt "expiration notices"
|
4694 |
+
msgid "Recurring and non-recurring listings"
|
4695 |
msgstr ""
|
4696 |
|
4697 |
+
#: includes/admin/controllers/class-settings-admin.php:672
|
4698 |
+
msgctxt "expiration notices"
|
4699 |
+
msgid "When to send?"
|
4700 |
msgstr ""
|
4701 |
|
4702 |
+
#: includes/admin/controllers/class-settings-admin.php:539
|
4703 |
msgctxt "settings"
|
4704 |
+
msgid "Site title (with link)"
|
4705 |
msgstr ""
|
4706 |
|
4707 |
+
#: includes/admin/controllers/class-settings-admin.php:540
|
4708 |
msgctxt "settings"
|
4709 |
+
msgid "Author's name"
|
4710 |
msgstr ""
|
4711 |
|
4712 |
+
#: includes/admin/controllers/class-settings-admin.php:541
|
4713 |
msgctxt "settings"
|
4714 |
+
msgid "Listing's name (with link)"
|
4715 |
msgstr ""
|
4716 |
|
4717 |
+
#: includes/admin/controllers/class-settings-admin.php:542
|
4718 |
msgctxt "settings"
|
4719 |
+
msgid "Listing's expiration date"
|
4720 |
msgstr ""
|
4721 |
|
4722 |
+
#: includes/admin/controllers/class-settings-admin.php:543
|
4723 |
msgctxt "settings"
|
4724 |
+
msgid "Listing's renewal link, formatted with an anchor tag"
|
4725 |
msgstr ""
|
4726 |
|
4727 |
+
#: includes/admin/controllers/class-settings-admin.php:544
|
4728 |
msgctxt "settings"
|
4729 |
+
msgid "Listing's renewal URL, unformatted by any tags"
|
4730 |
msgstr ""
|
4731 |
|
4732 |
+
#: includes/admin/controllers/class-settings-admin.php:545
|
4733 |
msgctxt "settings"
|
4734 |
+
msgid "Listing's categories"
|
4735 |
msgstr ""
|
4736 |
|
4737 |
+
#: includes/admin/controllers/class-settings-admin.php:546
|
4738 |
msgctxt "settings"
|
4739 |
+
msgid "Listing's last payment date"
|
4740 |
msgstr ""
|
4741 |
|
4742 |
+
#: includes/admin/controllers/class-settings-admin.php:547
|
4743 |
msgctxt "settings"
|
4744 |
+
msgid "Listing's access key"
|
4745 |
msgstr ""
|
4746 |
|
4747 |
+
#: includes/admin/controllers/class-settings-admin.php:704
|
4748 |
msgctxt "settings"
|
4749 |
+
msgid "Settings reset to default."
|
4750 |
msgstr ""
|
4751 |
|
4752 |
+
#: includes/admin/settings/class-settings-bootstrap.php:8
|
4753 |
msgctxt "settings"
|
4754 |
+
msgid "General"
|
4755 |
msgstr ""
|
4756 |
|
4757 |
+
#: includes/admin/settings/class-settings-bootstrap.php:10
|
4758 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1043
|
4759 |
msgctxt "settings"
|
4760 |
+
msgid "Listings"
|
|
|
|
|
|
|
4761 |
msgstr ""
|
4762 |
|
4763 |
+
#: includes/admin/settings/class-settings-bootstrap.php:11
|
4764 |
+
#: includes/admin/settings/class-settings-bootstrap.php:14
|
4765 |
+
#: includes/admin/settings/class-settings-bootstrap.php:17
|
4766 |
+
#: includes/admin/settings/class-settings-bootstrap.php:36
|
4767 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1332
|
4768 |
+
#: includes/admin/settings/class-settings.php:341
|
4769 |
msgctxt "settings"
|
4770 |
+
msgid "General Settings"
|
4771 |
msgstr ""
|
4772 |
|
4773 |
+
#: includes/admin/settings/class-settings-bootstrap.php:16
|
4774 |
msgctxt "settings"
|
4775 |
+
msgid "Payment"
|
4776 |
msgstr ""
|
4777 |
|
4778 |
+
#: includes/admin/settings/class-settings-bootstrap.php:19
|
4779 |
msgctxt "settings"
|
4780 |
+
msgid "Appearance"
|
4781 |
msgstr ""
|
4782 |
|
4783 |
+
#: includes/admin/settings/class-settings-bootstrap.php:59
|
4784 |
msgctxt "settings"
|
4785 |
+
msgid "Permalink Settings"
|
4786 |
msgstr ""
|
4787 |
|
4788 |
+
#: includes/admin/settings/class-settings-bootstrap.php:64
|
4789 |
msgctxt "settings"
|
4790 |
+
msgid "Directory Listings Slug"
|
4791 |
msgstr ""
|
4792 |
|
4793 |
+
#: includes/admin/settings/class-settings-bootstrap.php:74
|
4794 |
msgctxt "settings"
|
4795 |
+
msgid "Categories Slug"
|
4796 |
msgstr ""
|
4797 |
|
4798 |
+
#: includes/admin/settings/class-settings-bootstrap.php:75
|
4799 |
msgctxt "settings"
|
4800 |
+
msgid ""
|
4801 |
+
"The slug can't be in use by another term. Avoid \"category\", for instance."
|
4802 |
msgstr ""
|
4803 |
|
4804 |
+
#: includes/admin/settings/class-settings-bootstrap.php:86
|
4805 |
msgctxt "settings"
|
4806 |
+
msgid "Tags Slug"
|
4807 |
msgstr ""
|
4808 |
|
4809 |
+
#: includes/admin/settings/class-settings-bootstrap.php:87
|
4810 |
msgctxt "settings"
|
4811 |
+
msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
|
4812 |
msgstr ""
|
4813 |
|
4814 |
+
#: includes/admin/settings/class-settings-bootstrap.php:99
|
4815 |
msgctxt "settings"
|
4816 |
+
msgid "Remove listing ID from directory URLs?"
|
4817 |
msgstr ""
|
4818 |
|
4819 |
+
#: includes/admin/settings/class-settings-bootstrap.php:100
|
4820 |
msgctxt "settings"
|
4821 |
+
msgid "Check this setting to remove the ID for better SEO."
|
4822 |
msgstr ""
|
4823 |
|
4824 |
+
#: includes/admin/settings/class-settings-bootstrap.php:101
|
4825 |
msgctxt "settings"
|
4826 |
+
msgid ""
|
4827 |
+
"Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
|
4828 |
+
"directory/1809/listing-title\"."
|
4829 |
msgstr ""
|
4830 |
|
4831 |
+
#: includes/admin/settings/class-settings-bootstrap.php:112
|
4832 |
msgctxt "settings"
|
4833 |
+
msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
|
4834 |
msgstr ""
|
4835 |
|
4836 |
+
#: includes/admin/settings/class-settings-bootstrap.php:119
|
4837 |
msgctxt "settings"
|
4838 |
+
msgid "Use reCAPTCHA for contact forms"
|
|
|
4839 |
msgstr ""
|
4840 |
|
4841 |
+
#: includes/admin/settings/class-settings-bootstrap.php:127
|
4842 |
msgctxt "settings"
|
4843 |
+
msgid "Turn off reCAPTCHA for logged in users?"
|
4844 |
msgstr ""
|
4845 |
|
4846 |
+
#: includes/admin/settings/class-settings-bootstrap.php:135
|
4847 |
msgctxt "settings"
|
4848 |
+
msgid "Use reCAPTCHA for listing submits"
|
4849 |
msgstr ""
|
4850 |
|
4851 |
+
#: includes/admin/settings/class-settings-bootstrap.php:143
|
4852 |
msgctxt "settings"
|
4853 |
+
msgid "Use reCAPTCHA for edit listings"
|
4854 |
msgstr ""
|
4855 |
|
4856 |
+
#: includes/admin/settings/class-settings-bootstrap.php:151
|
4857 |
msgctxt "settings"
|
4858 |
+
msgid "Use reCAPTCHA for report listings"
|
4859 |
msgstr ""
|
4860 |
|
4861 |
+
#: includes/admin/settings/class-settings-bootstrap.php:159
|
4862 |
msgctxt "settings"
|
4863 |
+
msgid "Use reCAPTCHA for listing comments?"
|
|
|
|
|
|
|
|
|
4864 |
msgstr ""
|
4865 |
|
4866 |
+
#: includes/admin/settings/class-settings-bootstrap.php:167
|
4867 |
msgctxt "settings"
|
4868 |
+
msgid "reCAPTCHA Public Key"
|
4869 |
msgstr ""
|
4870 |
|
4871 |
+
#: includes/admin/settings/class-settings-bootstrap.php:176
|
4872 |
msgctxt "settings"
|
4873 |
+
msgid "reCAPTCHA Private Key"
|
4874 |
msgstr ""
|
4875 |
|
4876 |
+
#: includes/admin/settings/class-settings-bootstrap.php:185
|
4877 |
msgctxt "settings"
|
4878 |
+
msgid "reCAPTCHA version"
|
4879 |
msgstr ""
|
4880 |
|
4881 |
+
#: includes/admin/settings/class-settings-bootstrap.php:198
|
4882 |
msgctxt "settings"
|
4883 |
+
msgid "reCAPTCHA V3 threshold score"
|
4884 |
msgstr ""
|
4885 |
|
4886 |
+
#: includes/admin/settings/class-settings-bootstrap.php:203
|
4887 |
msgctxt "settings"
|
4888 |
msgid ""
|
4889 |
+
"reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is "
|
4890 |
+
"very likely a bot). Based on the score, you can take variable action in the "
|
4891 |
+
"context of your site. You can set here the score threshold, scores under "
|
4892 |
+
"this value will result in reCAPTCHA validation error."
|
|
|
|
|
|
|
|
|
|
|
4893 |
msgstr ""
|
4894 |
|
4895 |
+
#: includes/admin/settings/class-settings-bootstrap.php:208
|
4896 |
msgctxt "settings"
|
4897 |
+
msgid "Registration"
|
4898 |
msgstr ""
|
4899 |
|
4900 |
+
#: includes/admin/settings/class-settings-bootstrap.php:208
|
4901 |
msgctxt "settings"
|
4902 |
+
msgid ""
|
4903 |
+
"We expect that a membership plugin supports the 'redirect_to' parameter for "
|
4904 |
+
"the URLs below to work. If the plugin does not support them, these settings "
|
4905 |
+
"will not function as expected. Please contact the membership plugin and ask "
|
4906 |
+
"them to support the WP standard 'redirect_to' query parameter."
|
4907 |
msgstr ""
|
4908 |
|
4909 |
+
#: includes/admin/settings/class-settings-bootstrap.php:213
|
4910 |
msgctxt "settings"
|
4911 |
+
msgid "Require login to post listings?"
|
4912 |
msgstr ""
|
4913 |
|
4914 |
+
#: includes/admin/settings/class-settings-bootstrap.php:222
|
4915 |
msgctxt "settings"
|
4916 |
+
msgid "Allow anonymous users to edit/manage listings with an access key?"
|
4917 |
msgstr ""
|
4918 |
|
4919 |
+
#: includes/admin/settings/class-settings-bootstrap.php:230
|
4920 |
msgctxt "settings"
|
4921 |
+
msgid "Login URL"
|
4922 |
msgstr ""
|
4923 |
|
4924 |
+
#: includes/admin/settings/class-settings-bootstrap.php:231
|
4925 |
msgctxt "settings"
|
4926 |
+
msgid "Only enter this if using a membership plugin or custom login page."
|
4927 |
msgstr ""
|
4928 |
|
4929 |
+
#: includes/admin/settings/class-settings-bootstrap.php:232
|
4930 |
msgctxt "settings"
|
4931 |
+
msgid "URL of your membership plugin's login page."
|
4932 |
msgstr ""
|
4933 |
|
4934 |
+
#: includes/admin/settings/class-settings-bootstrap.php:241
|
4935 |
msgctxt "settings"
|
4936 |
+
msgid "Registration URL"
|
4937 |
msgstr ""
|
4938 |
|
4939 |
+
#: includes/admin/settings/class-settings-bootstrap.php:242
|
4940 |
msgctxt "settings"
|
4941 |
+
msgid ""
|
4942 |
+
"Only enter this if using a membership plugin or custom registration page."
|
4943 |
msgstr ""
|
4944 |
|
4945 |
+
#: includes/admin/settings/class-settings-bootstrap.php:243
|
4946 |
msgctxt "settings"
|
4947 |
+
msgid "URL of your membership plugin's registration page."
|
4948 |
msgstr ""
|
4949 |
|
4950 |
+
#: includes/admin/settings/class-settings-bootstrap.php:252
|
4951 |
msgctxt "settings"
|
4952 |
+
msgid "Allow users to create accounts during listing submit?"
|
4953 |
msgstr ""
|
4954 |
|
4955 |
+
#: includes/admin/settings/class-settings-bootstrap.php:279
|
4956 |
msgctxt "settings"
|
4957 |
+
msgid ""
|
4958 |
+
"Enter text or a URL starting with http. If you use a URL, the Terms and "
|
4959 |
+
"Conditions text will be replaced by a link to the appropiate page."
|
4960 |
msgstr ""
|
4961 |
|
4962 |
+
#: includes/admin/settings/class-settings-bootstrap.php:281
|
4963 |
msgctxt "settings"
|
4964 |
+
msgid "Terms and Conditions text goes here."
|
4965 |
msgstr ""
|
4966 |
|
4967 |
+
#: includes/admin/settings/class-settings-bootstrap.php:324
|
4968 |
msgctxt "settings"
|
4969 |
+
msgid "Enable high performance searches?"
|
4970 |
msgstr ""
|
4971 |
|
4972 |
+
#: includes/admin/settings/class-settings-bootstrap.php:333
|
4973 |
msgctxt "settings"
|
4974 |
+
msgid "Advanced"
|
4975 |
msgstr ""
|
4976 |
|
4977 |
+
#: includes/admin/settings/class-settings-bootstrap.php:339
|
4978 |
msgctxt "settings"
|
4979 |
+
msgid "Disable advanced CPT integration?"
|
|
|
|
|
|
|
4980 |
msgstr ""
|
4981 |
|
4982 |
+
#: includes/admin/settings/class-settings-bootstrap.php:348
|
4983 |
msgctxt "settings"
|
4984 |
+
msgid "Disable Frontend Listing Submission?"
|
4985 |
msgstr ""
|
4986 |
|
4987 |
+
#: includes/admin/settings/class-settings-bootstrap.php:349
|
4988 |
msgctxt "settings"
|
4989 |
msgid ""
|
4990 |
+
"Prevents the Submit Listing button from showing on the main UI, but allows a "
|
4991 |
+
"shortcode for submit listing to function on other pages."
|
4992 |
msgstr ""
|
4993 |
|
4994 |
+
#: includes/admin/settings/class-settings-bootstrap.php:357
|
4995 |
msgctxt "settings"
|
4996 |
+
msgid "Enqueue Business Directory's FontAwesome styles?"
|
4997 |
msgstr ""
|
4998 |
|
4999 |
+
#: includes/admin/settings/class-settings-bootstrap.php:358
|
5000 |
msgctxt "settings"
|
5001 |
msgid ""
|
5002 |
+
"This helps to prevent conflicts with other plugins that already do this. "
|
5003 |
+
"Disable this only if you're having an issue with FontAwesome icons and have "
|
5004 |
+
"performed a conflict test to validate this is a multiple styles enqueueing "
|
5005 |
+
"issue."
|
5006 |
msgstr ""
|
5007 |
|
5008 |
+
#: includes/admin/settings/class-settings-bootstrap.php:439
|
5009 |
msgctxt "settings"
|
5010 |
+
msgid "Contact Form"
|
5011 |
msgstr ""
|
5012 |
|
5013 |
+
#: includes/admin/settings/class-settings-bootstrap.php:448
|
5014 |
msgctxt "settings"
|
5015 |
+
msgid "Listings per page"
|
5016 |
msgstr ""
|
5017 |
|
5018 |
+
#: includes/admin/settings/class-settings-bootstrap.php:449
|
5019 |
msgctxt "settings"
|
5020 |
+
msgid ""
|
5021 |
+
"Number of listings to show per page. Use a value of \"0\" to show all "
|
5022 |
+
"listings."
|
5023 |
msgstr ""
|
5024 |
|
5025 |
+
#: includes/admin/settings/class-settings-bootstrap.php:460
|
5026 |
msgctxt "settings"
|
5027 |
+
msgid "Listing duration for no-fee sites (in days)"
|
5028 |
msgstr ""
|
5029 |
|
5030 |
+
#: includes/admin/settings/class-settings-bootstrap.php:461
|
5031 |
msgctxt "settings"
|
5032 |
+
msgid ""
|
5033 |
+
"Use a value of \"0\" to keep a listing alive indefinitely or enter a number "
|
5034 |
+
"less than 10 years (3650 days)."
|
5035 |
msgstr ""
|
5036 |
|
5037 |
+
#: includes/admin/settings/class-settings-bootstrap.php:473
|
5038 |
msgctxt "settings"
|
5039 |
+
msgid "Turn on listing renewal option?"
|
5040 |
msgstr ""
|
5041 |
|
5042 |
+
#: includes/admin/settings/class-settings-bootstrap.php:482
|
5043 |
msgctxt "settings"
|
5044 |
+
msgid "Open detailed view of listing in new tab?"
|
|
|
|
|
5045 |
msgstr ""
|
5046 |
|
5047 |
+
#: includes/admin/settings/class-settings-bootstrap.php:492
|
5048 |
msgctxt "settings"
|
5049 |
+
msgid "Include button to report listings?"
|
5050 |
msgstr ""
|
5051 |
|
5052 |
+
#: includes/admin/settings/class-settings-bootstrap.php:501
|
5053 |
msgctxt "settings"
|
5054 |
+
msgid "Enable report listing for registered users only"
|
5055 |
msgstr ""
|
5056 |
|
5057 |
+
#: includes/admin/settings/class-settings-bootstrap.php:511
|
5058 |
msgctxt "settings"
|
5059 |
+
msgid "Report listing option list"
|
5060 |
msgstr ""
|
5061 |
|
5062 |
+
#: includes/admin/settings/class-settings-bootstrap.php:512
|
5063 |
msgctxt "settings"
|
5064 |
+
msgid ""
|
5065 |
+
"Form option list to report a listing as inappropriate. One option per line."
|
5066 |
msgstr ""
|
5067 |
|
5068 |
+
#: includes/admin/settings/class-settings-bootstrap.php:523
|
5069 |
msgctxt "settings"
|
5070 |
+
msgid "Include listing contact form on listing pages?"
|
5071 |
msgstr ""
|
5072 |
|
5073 |
+
#: includes/admin/settings/class-settings-bootstrap.php:524
|
|
|
5074 |
msgctxt "settings"
|
5075 |
+
msgid ""
|
5076 |
+
"Allows visitors to contact listing authors privately. Authors will receive "
|
5077 |
+
"the messages via email."
|
5078 |
msgstr ""
|
5079 |
|
5080 |
+
#: includes/admin/settings/class-settings-bootstrap.php:533
|
5081 |
msgctxt "settings"
|
5082 |
+
msgid "Require login for using the contact form?"
|
5083 |
msgstr ""
|
5084 |
|
5085 |
+
#: includes/admin/settings/class-settings-bootstrap.php:544
|
5086 |
msgctxt "settings"
|
5087 |
+
msgid "Maximum number of daily contact form submits from registered users"
|
5088 |
msgstr ""
|
5089 |
|
5090 |
+
#: includes/admin/settings/class-settings-bootstrap.php:545
|
5091 |
msgctxt "settings"
|
5092 |
+
msgid ""
|
5093 |
+
"Use this to prevent spamming of listing owners from logged in users. 0 means "
|
5094 |
+
"unlimited submits per day."
|
5095 |
msgstr ""
|
5096 |
|
5097 |
+
#: includes/admin/settings/class-settings-bootstrap.php:557
|
5098 |
msgctxt "settings"
|
5099 |
+
msgid "Maximum number of contact form submits for each listing per day"
|
5100 |
msgstr ""
|
5101 |
|
5102 |
+
#: includes/admin/settings/class-settings-bootstrap.php:558
|
5103 |
+
msgctxt "settings"
|
5104 |
+
msgid ""
|
5105 |
+
"Use this to set contact submits limit for each listing in the directory. 0 "
|
5106 |
+
"means unlimited submits per day."
|
5107 |
msgstr ""
|
5108 |
|
5109 |
+
#: includes/admin/settings/class-settings-bootstrap.php:570
|
5110 |
+
msgctxt "settings"
|
5111 |
+
msgid "Include comment form on listing pages?"
|
5112 |
msgstr ""
|
5113 |
|
5114 |
+
#: includes/admin/settings/class-settings-bootstrap.php:585
|
5115 |
+
msgctxt "settings"
|
5116 |
+
msgid "Show listings under categories on main page?"
|
5117 |
msgstr ""
|
5118 |
|
5119 |
+
#: includes/admin/settings/class-settings-bootstrap.php:595
|
5120 |
+
msgctxt "settings"
|
5121 |
msgid ""
|
5122 |
+
"Prevents featured listings from floating to the top of the selected page."
|
|
|
5123 |
msgstr ""
|
5124 |
|
5125 |
+
#: includes/admin/settings/class-settings-bootstrap.php:625
|
5126 |
+
msgctxt "settings"
|
5127 |
+
msgid ""
|
5128 |
+
"The user ID or login of an existing user account. If login is not required "
|
5129 |
+
"to submit listings, this user will own them. A site admin or another user "
|
5130 |
+
"that will not a be posting a listing is best."
|
5131 |
msgstr ""
|
5132 |
|
5133 |
+
#: includes/admin/settings/class-settings-bootstrap.php:647
|
5134 |
+
msgctxt "settings"
|
5135 |
+
msgid "Edit post status"
|
5136 |
msgstr ""
|
5137 |
|
5138 |
+
#: includes/admin/settings/class-settings-bootstrap.php:662
|
5139 |
+
msgctxt "settings"
|
5140 |
+
msgid "Status of deleted listings"
|
5141 |
msgstr ""
|
5142 |
|
5143 |
+
#: includes/admin/settings/class-settings-bootstrap.php:713
|
5144 |
+
msgctxt "settings"
|
5145 |
+
msgid "Submit Listing instructions message"
|
5146 |
msgstr ""
|
5147 |
|
5148 |
+
#: includes/admin/settings/class-settings-bootstrap.php:724
|
5149 |
+
msgctxt "settings"
|
5150 |
+
msgid "Order categories list by"
|
5151 |
msgstr ""
|
5152 |
|
5153 |
+
#: includes/admin/settings/class-settings-bootstrap.php:738
|
5154 |
+
msgctxt "settings"
|
5155 |
+
msgid "Sort order for categories"
|
5156 |
msgstr ""
|
5157 |
|
5158 |
+
#: includes/admin/settings/class-settings-bootstrap.php:751
|
5159 |
+
msgctxt "settings"
|
5160 |
+
msgid "Show category post count?"
|
5161 |
msgstr ""
|
5162 |
|
5163 |
+
#: includes/admin/settings/class-settings-bootstrap.php:760
|
5164 |
+
msgctxt "settings"
|
5165 |
+
msgid "Hide empty categories?"
|
5166 |
msgstr ""
|
5167 |
|
5168 |
+
#: includes/admin/settings/class-settings-bootstrap.php:769
|
5169 |
+
msgctxt "settings"
|
5170 |
+
msgid "Show only parent categories in category list?"
|
5171 |
msgstr ""
|
5172 |
|
5173 |
+
#: includes/admin/settings/class-settings-bootstrap.php:781
|
5174 |
+
msgctxt "settings"
|
5175 |
+
msgid "Order directory listings by"
|
|
|
5176 |
msgstr ""
|
5177 |
|
5178 |
+
#: includes/admin/settings/class-settings-bootstrap.php:805
|
5179 |
+
msgctxt "settings"
|
5180 |
+
msgid "Sort directory listings by"
|
5181 |
msgstr ""
|
5182 |
|
5183 |
+
#: includes/admin/settings/class-settings-bootstrap.php:806
|
5184 |
+
msgctxt "settings"
|
5185 |
+
msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
|
5186 |
msgstr ""
|
5187 |
|
5188 |
+
#: includes/admin/settings/class-settings-bootstrap.php:819
|
5189 |
+
msgctxt "settings"
|
5190 |
+
msgid "Enable sort bar?"
|
5191 |
msgstr ""
|
5192 |
|
5193 |
+
#: includes/admin/settings/class-settings-bootstrap.php:828
|
5194 |
+
msgctxt "settings"
|
5195 |
+
msgid "Sortbar Fields"
|
5196 |
msgstr ""
|
5197 |
|
5198 |
+
#: includes/admin/settings/class-settings-bootstrap.php:846
|
5199 |
+
msgctxt "settings"
|
5200 |
+
msgid "Show the \"Submit listing\" button."
|
5201 |
msgstr ""
|
5202 |
|
5203 |
+
#: includes/admin/settings/class-settings-bootstrap.php:847
|
5204 |
+
msgctxt "settings"
|
5205 |
+
msgid ""
|
5206 |
+
"Hides the button used by the main UI to allow listing submission, but does "
|
5207 |
+
"not shut off the use of the link for submitting listings (allows you to "
|
5208 |
+
"customize the submit listing button on your own)"
|
5209 |
msgstr ""
|
5210 |
|
5211 |
+
#: includes/admin/settings/class-settings-bootstrap.php:857
|
5212 |
+
msgctxt "settings"
|
5213 |
+
msgid "Show \"Search listings\"."
|
5214 |
msgstr ""
|
5215 |
|
5216 |
+
#: includes/admin/settings/class-settings-bootstrap.php:866
|
5217 |
+
msgctxt "settings"
|
5218 |
+
msgid "Show the \"View Listings\" button."
|
5219 |
msgstr ""
|
5220 |
|
5221 |
+
#: includes/admin/settings/class-settings-bootstrap.php:875
|
5222 |
+
msgctxt "settings"
|
5223 |
+
msgid "Show the \"Manage Listings\" button."
|
5224 |
msgstr ""
|
5225 |
|
5226 |
+
#: includes/admin/settings/class-settings-bootstrap.php:884
|
5227 |
+
msgctxt "settings"
|
5228 |
+
msgid "Show the \"Directory\" button."
|
5229 |
msgstr ""
|
5230 |
|
5231 |
+
#: includes/admin/settings/class-settings-bootstrap.php:920
|
5232 |
+
msgctxt "settings"
|
5233 |
+
msgid "Image Settings"
|
|
|
|
|
|
|
|
|
5234 |
msgstr ""
|
5235 |
|
5236 |
+
#: includes/admin/settings/class-settings-bootstrap.php:925
|
5237 |
+
msgctxt "settings"
|
5238 |
+
msgid "Allow images?"
|
5239 |
msgstr ""
|
5240 |
|
5241 |
+
#: includes/admin/settings/class-settings-bootstrap.php:936
|
5242 |
+
msgctxt "settings"
|
5243 |
+
msgid "Min Image File Size (KB)"
|
5244 |
msgstr ""
|
5245 |
|
5246 |
+
#: includes/admin/settings/class-settings-bootstrap.php:947
|
5247 |
+
msgctxt "settings"
|
5248 |
+
msgid "Max Image File Size (KB)"
|
5249 |
msgstr ""
|
5250 |
|
5251 |
+
#: includes/admin/settings/class-settings-bootstrap.php:958
|
5252 |
+
msgctxt "settings"
|
5253 |
+
msgid "Min image width (px)"
|
5254 |
msgstr ""
|
5255 |
|
5256 |
+
#: includes/admin/settings/class-settings-bootstrap.php:967
|
5257 |
+
msgctxt "settings"
|
5258 |
+
msgid "Min image height (px)"
|
5259 |
msgstr ""
|
5260 |
|
5261 |
+
#: includes/admin/settings/class-settings-bootstrap.php:980
|
5262 |
+
msgctxt "settings"
|
5263 |
+
msgid "Max image width (px)"
|
5264 |
msgstr ""
|
5265 |
|
5266 |
+
#: includes/admin/settings/class-settings-bootstrap.php:991
|
5267 |
+
msgctxt "settings"
|
5268 |
+
msgid "Max image height (px)"
|
5269 |
msgstr ""
|
5270 |
|
5271 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1002
|
5272 |
+
msgctxt "settings"
|
5273 |
+
msgid "Turn on thickbox/lightbox?"
|
|
|
|
|
5274 |
msgstr ""
|
5275 |
|
5276 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1003
|
5277 |
+
msgctxt "settings"
|
5278 |
+
msgid ""
|
5279 |
+
"Uncheck if it conflicts with other elements or plugins installed on your site"
|
5280 |
msgstr ""
|
5281 |
|
5282 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1009
|
5283 |
+
msgctxt "settings"
|
5284 |
+
msgid "Thumbnails"
|
5285 |
msgstr ""
|
5286 |
|
5287 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1016
|
5288 |
+
msgctxt "settings"
|
5289 |
+
msgid "Thumbnail width (px)"
|
5290 |
msgstr ""
|
5291 |
|
5292 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1027
|
5293 |
+
msgctxt "settings"
|
5294 |
+
msgid "Thumbnail height (px)"
|
5295 |
msgstr ""
|
5296 |
|
5297 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1036
|
5298 |
+
msgctxt "settings"
|
5299 |
+
msgid "Crop thumbnails to exact dimensions?"
|
5300 |
msgstr ""
|
5301 |
|
5302 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1037
|
5303 |
+
msgctxt "settings"
|
5304 |
+
msgid ""
|
5305 |
+
"When enabled images will match exactly the dimensions above but part of the "
|
5306 |
+
"image may be cropped out. If disabled, image thumbnails will be resized to "
|
5307 |
+
"match the specified width and their height will be adjusted proportionally. "
|
5308 |
+
"Depending on the uploaded images, thumbnails may have different heights."
|
5309 |
msgstr ""
|
5310 |
|
5311 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1048
|
5312 |
+
msgctxt "settings"
|
5313 |
+
msgid "Enforce image upload on submit/edit?"
|
5314 |
msgstr ""
|
5315 |
|
5316 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1057
|
5317 |
+
msgctxt "settings"
|
5318 |
+
msgid "Number of free images"
|
5319 |
msgstr ""
|
5320 |
|
5321 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1069
|
5322 |
+
msgctxt "settings"
|
5323 |
+
msgid "Use \"Coming Soon\" photo for listings without any (primary) images?"
|
5324 |
msgstr ""
|
5325 |
|
5326 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1091
|
5327 |
+
msgctxt "settings"
|
5328 |
+
msgid "Default thumbnail image size"
|
5329 |
msgstr ""
|
5330 |
|
5331 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1094
|
5332 |
+
msgctxt "settings"
|
5333 |
msgid ""
|
5334 |
+
"This indicates the size of the thumbnail to be used both in excerpt and "
|
5335 |
+
"detail views. For CROPPED image size values, we use the EXACT size defined. "
|
5336 |
+
"For all other values, we preserve the aspect ratio of the image and use the "
|
5337 |
+
"width as the starting point."
|
5338 |
msgstr ""
|
5339 |
|
5340 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1102
|
5341 |
+
msgctxt "settings"
|
5342 |
+
msgid "Show Thumbnail on main listings page?"
|
5343 |
msgstr ""
|
5344 |
|
5345 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1111
|
5346 |
+
msgctxt "settings"
|
5347 |
+
msgid "Featured Badge image"
|
5348 |
msgstr ""
|
5349 |
|
5350 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1120
|
5351 |
+
msgctxt "settings"
|
5352 |
+
msgid "Featured Badge URL"
|
5353 |
msgstr ""
|
5354 |
|
5355 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1121
|
5356 |
+
msgctxt "settings"
|
5357 |
+
msgid "Use this to set Featured Badge image as a link to a defined URL."
|
|
|
|
|
5358 |
msgstr ""
|
5359 |
|
5360 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1131
|
5361 |
+
msgctxt "settings"
|
5362 |
+
msgid "Display featured (sticky) badge on listing:"
|
5363 |
msgstr ""
|
5364 |
|
5365 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1147
|
5366 |
+
msgctxt "settings"
|
5367 |
+
msgid "Fee Order"
|
5368 |
msgstr ""
|
5369 |
|
5370 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1160
|
5371 |
+
msgctxt "settings"
|
5372 |
+
msgid "Turn On payments?"
|
5373 |
msgstr ""
|
5374 |
|
5375 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1169
|
5376 |
+
msgctxt "settings"
|
5377 |
+
msgid "Put payment gateways in test mode?"
|
5378 |
msgstr ""
|
5379 |
|
5380 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1180
|
5381 |
+
msgctxt "settings"
|
5382 |
+
msgid "Currency Code"
|
|
|
|
|
5383 |
msgstr ""
|
5384 |
|
5385 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1219
|
5386 |
+
msgctxt "settings"
|
5387 |
+
msgid "Currency Symbol"
|
5388 |
msgstr ""
|
5389 |
|
5390 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1229
|
5391 |
+
msgctxt "settings"
|
5392 |
+
msgid "Currency symbol display"
|
|
|
|
|
5393 |
msgstr ""
|
5394 |
|
5395 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1244
|
5396 |
+
msgctxt "settings"
|
5397 |
+
msgid "Include fee description in receipt?"
|
5398 |
msgstr ""
|
5399 |
|
5400 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1254
|
5401 |
+
msgctxt "settings"
|
5402 |
+
msgid "Thank you for payment message"
|
5403 |
msgstr ""
|
5404 |
|
5405 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1308
|
5406 |
+
msgctxt "settings"
|
5407 |
+
msgid "Ask users to come back for abandoned payments?"
|
5408 |
msgstr ""
|
5409 |
|
5410 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1320
|
5411 |
+
msgctxt "settings"
|
5412 |
+
msgid "Listing abandonment threshold (hours)"
|
5413 |
msgstr ""
|
5414 |
|
5415 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1337
|
5416 |
+
msgctxt "settings"
|
5417 |
+
msgid "Display email address fields publicly?"
|
|
|
|
|
|
|
5418 |
msgstr ""
|
5419 |
|
5420 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1338
|
5421 |
+
msgctxt "settings"
|
5422 |
+
msgid ""
|
5423 |
+
"Shows the email address of the listing owner to all web users. NOT "
|
5424 |
+
"RECOMMENDED as this increases spam to the address and allows spam bots to "
|
5425 |
+
"harvest it for future use."
|
5426 |
msgstr ""
|
5427 |
|
5428 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1347
|
5429 |
+
msgctxt "settings"
|
5430 |
+
msgid "How to determine the listing's email address?"
|
5431 |
msgstr ""
|
5432 |
|
5433 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1348
|
5434 |
+
msgctxt "settings"
|
5435 |
+
msgid ""
|
5436 |
+
"This affects emails sent to listing owners via contact forms or when their "
|
5437 |
+
"listings expire."
|
5438 |
msgstr ""
|
5439 |
|
5440 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1361
|
5441 |
+
msgctxt "settings"
|
5442 |
+
msgid "Email Content-Type header"
|
5443 |
msgstr ""
|
5444 |
|
5445 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1362
|
5446 |
+
msgctxt "settings"
|
5447 |
+
msgid ""
|
5448 |
+
"Use this setting to control the format of the emails explicitly. Some "
|
5449 |
+
"plugins for email do not correctly support Content Type unless explicitly "
|
5450 |
+
"set, you can do that here. If you're unsure, try \"HTML\", \"Plain\" and "
|
5451 |
+
"then \"Both\"."
|
5452 |
msgstr ""
|
5453 |
|
5454 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1423
|
5455 |
+
msgctxt "settings"
|
5456 |
+
msgid "Templates"
|
5457 |
msgstr ""
|
5458 |
|
5459 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1428
|
5460 |
+
msgctxt "settings"
|
5461 |
+
msgid "Email confirmation message"
|
|
|
5462 |
msgstr ""
|
5463 |
|
5464 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1429
|
5465 |
+
msgctxt "settings"
|
5466 |
+
msgid "Sent after a listing has been submitted."
|
5467 |
msgstr ""
|
5468 |
|
5469 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1447
|
5470 |
+
msgctxt "settings"
|
5471 |
+
msgid "Listing published message"
|
5472 |
msgstr ""
|
5473 |
|
5474 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1448
|
5475 |
+
msgctxt "settings"
|
5476 |
+
msgid "Sent when the listing has been published or approved by an admin."
|
5477 |
msgstr ""
|
5478 |
|
5479 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1465
|
5480 |
+
msgctxt "settings"
|
5481 |
+
msgid "Listing Contact Message"
|
5482 |
msgstr ""
|
5483 |
|
5484 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1466
|
5485 |
+
msgctxt "settings"
|
5486 |
+
msgid ""
|
5487 |
+
"Sent to listing owners when someone uses the contact form on their listing "
|
5488 |
+
"pages."
|
5489 |
msgstr ""
|
5490 |
|
5491 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1506
|
5492 |
+
msgctxt "settings"
|
5493 |
+
msgid "Payment completed message"
|
|
|
|
|
5494 |
msgstr ""
|
5495 |
|
5496 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1507
|
5497 |
+
msgctxt "settings"
|
5498 |
+
msgid "Sent after a Listing's payment is verified by Gateway or admins."
|
5499 |
msgstr ""
|
5500 |
|
5501 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1543
|
5502 |
+
msgctxt "settings"
|
5503 |
+
msgid "Payment abandoned reminder message"
|
5504 |
msgstr ""
|
5505 |
|
5506 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1544
|
5507 |
+
msgctxt "settings"
|
5508 |
+
msgid "Sent some time after a pending payment is abandoned by users."
|
5509 |
msgstr ""
|
5510 |
|
5511 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1686
|
5512 |
+
msgctxt "settings"
|
5513 |
+
msgid "Cropped"
|
5514 |
msgstr ""
|
5515 |
|
5516 |
+
#: includes/admin/settings/class-settings.php:495
|
5517 |
+
#: includes/admin/settings/class-settings.php:506
|
5518 |
+
msgctxt "settings"
|
5519 |
+
msgid "\"%s\" can not be empty."
|
5520 |
msgstr ""
|
5521 |
|
5522 |
+
#: includes/admin/settings/class-settings.php:523
|
5523 |
+
msgctxt "settings"
|
5524 |
+
msgid "The slug \"%s\" is already in use for another taxonomy."
|
5525 |
msgstr ""
|
5526 |
|
5527 |
+
#: includes/licensing.php:238
|
5528 |
+
msgctxt "settings"
|
5529 |
+
msgid "Themes"
|
5530 |
msgstr ""
|
5531 |
|
5532 |
+
#: includes/licensing.php:309 includes/licensing.php:310
|
5533 |
+
msgctxt "settings"
|
5534 |
+
msgid "Please wait..."
|
5535 |
msgstr ""
|
5536 |
|
5537 |
+
#: includes/licensing.php:310
|
5538 |
+
msgctxt "settings"
|
5539 |
+
msgid "Deauthorize"
|
5540 |
msgstr ""
|
5541 |
|
5542 |
+
#: includes/admin/controllers/class-themes-admin.php:43
|
5543 |
+
msgctxt "themes"
|
5544 |
+
msgid "Directory Themes"
|
5545 |
msgstr ""
|
5546 |
|
5547 |
+
#: includes/admin/controllers/class-themes-admin.php:113
|
5548 |
+
msgctxt "themes"
|
5549 |
+
msgid "Could not change the active theme to \"%s\"."
|
5550 |
msgstr ""
|
5551 |
|
5552 |
+
#: includes/admin/controllers/class-themes-admin.php:156
|
5553 |
+
msgctxt "themes"
|
5554 |
+
msgid "Active theme changed to \"%s\"."
|
5555 |
msgstr ""
|
5556 |
|
5557 |
+
#: includes/admin/controllers/class-themes-admin.php:159
|
5558 |
+
msgctxt "themes"
|
5559 |
+
msgid ""
|
5560 |
+
"%s requires that you tag your existing fields to match some places we want "
|
5561 |
+
"to put your data on the theme. Below are fields we think are missing."
|
5562 |
msgstr ""
|
5563 |
|
5564 |
+
#: includes/admin/controllers/class-themes-admin.php:170
|
5565 |
+
msgctxt "themes"
|
5566 |
+
msgid "Map My Fields"
|
5567 |
msgstr ""
|
5568 |
|
5569 |
+
#: includes/admin/controllers/class-themes-admin.php:178
|
5570 |
+
msgctxt "themes"
|
5571 |
+
msgid "Suggested fields created successfully."
|
5572 |
msgstr ""
|
5573 |
|
5574 |
+
#: includes/admin/controllers/class-themes-admin.php:181
|
5575 |
+
msgctxt "themes"
|
5576 |
+
msgid "Theme installed successfully."
|
5577 |
msgstr ""
|
5578 |
|
5579 |
+
#: includes/admin/controllers/class-themes-admin.php:184
|
5580 |
+
msgctxt "themes"
|
5581 |
+
msgid "Theme was deleted successfully."
|
5582 |
msgstr ""
|
5583 |
|
5584 |
+
#: includes/admin/controllers/class-themes-admin.php:187
|
5585 |
+
msgctxt "themes"
|
5586 |
+
msgid "Could not delete theme directory. Check permissions."
|
5587 |
msgstr ""
|
5588 |
|
5589 |
+
#: includes/admin/controllers/class-themes-admin.php:239
|
5590 |
+
msgctxt "themes"
|
5591 |
+
msgid "Please upload a valid theme file."
|
5592 |
msgstr ""
|
5593 |
|
5594 |
+
#: includes/admin/controllers/class-themes-admin.php:248
|
5595 |
+
msgctxt "themes"
|
5596 |
+
msgid "Could not move \"%s\" to a temporary directory."
|
5597 |
msgstr ""
|
5598 |
|
5599 |
+
#: includes/admin/controllers/class-themes-admin.php:334
|
5600 |
+
msgctxt "themes"
|
5601 |
+
msgid "Activate your <a>license key</a> to use this theme."
|
5602 |
msgstr ""
|
5603 |
|
5604 |
+
#: includes/admin/controllers/class-themes-admin.php:377
|
5605 |
+
msgctxt "themes"
|
5606 |
+
msgid "Invalid theme ID"
|
5607 |
msgstr ""
|
5608 |
|
5609 |
+
#: includes/admin/controllers/class-themes-admin.php:383
|
5610 |
+
#: includes/admin/upgrades/class-themes-updater.php:170
|
5611 |
+
msgctxt "themes"
|
5612 |
+
msgid "Could not update theme: %s"
|
5613 |
msgstr ""
|
5614 |
|
5615 |
+
#: includes/admin/upgrades/class-themes-updater.php:132
|
5616 |
+
msgctxt "themes"
|
5617 |
+
msgid "Updating theme..."
|
5618 |
msgstr ""
|
5619 |
|
5620 |
+
#: includes/admin/upgrades/class-themes-updater.php:133
|
5621 |
+
msgctxt "themes"
|
5622 |
+
msgid "Theme updated."
|
5623 |
msgstr ""
|
5624 |
|
5625 |
+
#: includes/admin/upgrades/class-themes-updater.php:135
|
5626 |
+
msgctxt "themes"
|
5627 |
+
msgid "New version available (<b>%s</b>). <a>Update now.</a>"
|
5628 |
msgstr ""
|
5629 |
|
5630 |
+
#: includes/admin/upgrades/class-themes-updater.php:176
|
5631 |
+
msgctxt "themes"
|
5632 |
+
msgid "Theme was updated successfully."
|
5633 |
msgstr ""
|
5634 |
|
5635 |
+
#: includes/themes.php:949
|
5636 |
+
msgctxt "themes"
|
5637 |
+
msgid "Could not create themes directory."
|
|
|
|
|
|
|
|
|
5638 |
msgstr ""
|
5639 |
|
5640 |
+
#: includes/themes.php:960
|
5641 |
+
msgctxt "themes"
|
5642 |
+
msgid "Could not remove previous theme directory \"%s\"."
|
5643 |
msgstr ""
|
5644 |
|
5645 |
+
#: includes/themes.php:968
|
5646 |
+
msgctxt "themes"
|
5647 |
+
msgid "Could not move new theme into theme directory."
|
5648 |
msgstr ""
|
5649 |
|
5650 |
+
#: includes/admin/csv-export.php:50
|
5651 |
+
msgctxt "admin csv-export"
|
5652 |
+
msgid "Could not decode export state information."
|
5653 |
msgstr ""
|
5654 |
|
5655 |
+
#: includes/admin/helpers/csv/class-csv-exporter.php:110
|
5656 |
+
msgctxt "admin csv-export"
|
5657 |
+
msgid "Could not create a temporary directory for handling this CSV export."
|
5658 |
msgstr ""
|
5659 |
|
5660 |
+
#: includes/admin/helpers/csv/class-csv-exporter.php:111
|
5661 |
+
msgctxt "admin csv-export"
|
5662 |
+
msgid "Error while creating a temporary directory for CSV export: %s"
|
|
|
5663 |
msgstr ""
|
5664 |
|
5665 |
+
#: templates/admin/csv-export.tpl.php:13
|
5666 |
+
msgctxt "admin csv-export"
|
5667 |
+
msgid ""
|
5668 |
+
"Please note that the export process is a resource intensive task. If your "
|
5669 |
+
"export does not succeed try disabling other plugins first and/or increasing "
|
5670 |
+
"the values of the 'memory_limit' and 'max_execution_time' directives in your "
|
5671 |
+
"server's php.ini configuration file."
|
5672 |
msgstr ""
|
5673 |
|
5674 |
+
#: templates/admin/csv-export.tpl.php:29
|
5675 |
+
msgctxt "admin csv-export"
|
5676 |
+
msgid "Export settings"
|
5677 |
msgstr ""
|
5678 |
|
5679 |
+
#: templates/admin/csv-export.tpl.php:33
|
5680 |
+
msgctxt "admin csv-export"
|
5681 |
+
msgid "Which listings to export?"
|
|
|
5682 |
msgstr ""
|
5683 |
|
5684 |
+
#: templates/admin/csv-export.tpl.php:37
|
5685 |
+
msgctxt "admin csv-export"
|
5686 |
+
msgid "All"
|
5687 |
msgstr ""
|
5688 |
|
5689 |
+
#: templates/admin/csv-export.tpl.php:38
|
5690 |
+
msgctxt "admin csv-export"
|
5691 |
+
msgid "Active Only"
|
5692 |
msgstr ""
|
5693 |
|
5694 |
+
#: templates/admin/csv-export.tpl.php:39
|
5695 |
+
msgctxt "admin csv-export"
|
5696 |
+
msgid "Active + Pending Renewal"
|
5697 |
msgstr ""
|
5698 |
|
5699 |
+
#: templates/admin/csv-export.tpl.php:45
|
5700 |
+
msgctxt "admin csv-export"
|
5701 |
+
msgid "Export images?"
|
5702 |
msgstr ""
|
5703 |
|
5704 |
+
#: templates/admin/csv-export.tpl.php:50
|
5705 |
+
msgctxt "admin csv-export"
|
5706 |
+
msgid "Export images"
|
5707 |
msgstr ""
|
5708 |
|
5709 |
+
#: templates/admin/csv-export.tpl.php:52
|
5710 |
+
msgctxt "admin csv-export"
|
5711 |
msgid ""
|
5712 |
+
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
5713 |
+
"both a CSV file and listing images."
|
|
|
|
|
|
|
|
|
|
|
5714 |
msgstr ""
|
5715 |
|
5716 |
+
#: templates/admin/csv-export.tpl.php:58
|
5717 |
+
msgctxt "admin csv-export"
|
5718 |
+
msgid "Additional metadata to export:"
|
5719 |
msgstr ""
|
5720 |
|
5721 |
+
#: templates/admin/csv-export.tpl.php:63
|
5722 |
+
msgctxt "admin csv-export"
|
5723 |
+
msgid "Include unique IDs for each listing (sequence_id column)."
|
|
|
|
|
5724 |
msgstr ""
|
5725 |
|
5726 |
+
#: templates/admin/csv-export.tpl.php:71
|
5727 |
+
msgctxt "admin csv-export"
|
5728 |
+
msgid "Author information (username)"
|
|
|
|
|
5729 |
msgstr ""
|
5730 |
|
5731 |
+
#: templates/admin/csv-export.tpl.php:76
|
5732 |
+
msgctxt "admin csv-export"
|
5733 |
+
msgid "Listing expiration date"
|
5734 |
msgstr ""
|
5735 |
|
5736 |
+
#: templates/admin/csv-export.tpl.php:80
|
5737 |
+
msgctxt "admin csv-export"
|
5738 |
+
msgid "Listing created date"
|
|
|
|
|
5739 |
msgstr ""
|
5740 |
|
5741 |
+
#: templates/admin/csv-export.tpl.php:84
|
5742 |
+
msgctxt "admin csv-export"
|
5743 |
+
msgid "Listing last updated date"
|
|
|
|
|
5744 |
msgstr ""
|
5745 |
|
5746 |
+
#: templates/admin/csv-export.tpl.php:88
|
5747 |
+
msgctxt "admin csv-export"
|
5748 |
+
msgid "Listing T&C acceptance date"
|
5749 |
msgstr ""
|
5750 |
|
5751 |
+
#: templates/admin/csv-export.tpl.php:97
|
5752 |
+
msgctxt "admin csv-export"
|
5753 |
+
msgid "What operating system will you use to edit the CSV file?"
|
5754 |
msgstr ""
|
5755 |
|
5756 |
+
#: templates/admin/csv-export.tpl.php:104
|
5757 |
+
msgctxt "admin csv-export"
|
5758 |
+
msgid "Windows"
|
5759 |
msgstr ""
|
5760 |
|
5761 |
+
#: templates/admin/csv-export.tpl.php:109
|
5762 |
+
msgctxt "admin csv-export"
|
5763 |
+
msgid "macOS"
|
|
|
|
|
5764 |
msgstr ""
|
5765 |
|
5766 |
+
#: templates/admin/csv-export.tpl.php:111
|
5767 |
+
msgctxt "admin csv-export"
|
5768 |
+
msgid ""
|
5769 |
+
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
5770 |
+
"sure all your listings information is displayed properly when you view or "
|
5771 |
+
"edit the CSV file, we need to generate different versions of the file for "
|
5772 |
+
"each operating system."
|
5773 |
msgstr ""
|
5774 |
|
5775 |
+
#: templates/admin/csv-export.tpl.php:129
|
5776 |
+
msgctxt "admin csv-export"
|
5777 |
+
msgid "Category Separator"
|
5778 |
msgstr ""
|
5779 |
|
5780 |
+
#: templates/admin/csv-export.tpl.php:141
|
5781 |
+
msgctxt "admin csv-export"
|
5782 |
+
msgid "Export Listings"
|
5783 |
msgstr ""
|
5784 |
|
5785 |
+
#: templates/admin/csv-export.tpl.php:147
|
5786 |
+
msgctxt "admin csv-export"
|
5787 |
+
msgid "Export in Progress..."
|
5788 |
msgstr ""
|
5789 |
|
5790 |
+
#: templates/admin/csv-export.tpl.php:148
|
5791 |
+
msgctxt "admin csv-export"
|
5792 |
+
msgid ""
|
5793 |
+
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
5794 |
+
"until the export finishes."
|
5795 |
msgstr ""
|
5796 |
|
5797 |
+
#: templates/admin/csv-export.tpl.php:151
|
5798 |
+
msgctxt "admin csv-export"
|
5799 |
+
msgid "No. of listings:"
|
5800 |
msgstr ""
|
5801 |
|
5802 |
+
#: templates/admin/csv-export.tpl.php:153
|
5803 |
+
msgctxt "admin csv-export"
|
5804 |
+
msgid "Approximate export file size:"
|
5805 |
msgstr ""
|
5806 |
|
5807 |
+
#: templates/admin/csv-export.tpl.php:160
|
5808 |
+
msgctxt "admin csv-export"
|
5809 |
+
msgid "Cancel Export"
|
5810 |
msgstr ""
|
5811 |
|
5812 |
+
#: templates/admin/csv-export.tpl.php:165
|
5813 |
+
msgctxt "admin csv-export"
|
5814 |
+
msgid "Export Complete"
|
5815 |
msgstr ""
|
5816 |
|
5817 |
+
#: templates/admin/csv-export.tpl.php:166
|
5818 |
+
msgctxt "admin csv-export"
|
5819 |
+
msgid ""
|
5820 |
+
"Your export file has been successfully created and it is now ready for "
|
5821 |
+
"download."
|
5822 |
msgstr ""
|
5823 |
|
5824 |
+
#: templates/admin/csv-export.tpl.php:170
|
5825 |
+
msgctxt "admin csv-export"
|
5826 |
+
msgid "Download %1$s (%2$s)"
|
5827 |
msgstr ""
|
5828 |
|
5829 |
+
#: templates/admin/csv-export.tpl.php:177
|
5830 |
+
msgctxt "admin csv-export"
|
5831 |
+
msgid ""
|
5832 |
+
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
5833 |
+
"temporary data created by Business Directory during the export process."
|
5834 |
msgstr ""
|
5835 |
|
5836 |
+
#: templates/admin/csv-export.tpl.php:178
|
5837 |
+
msgctxt "admin csv-export"
|
5838 |
+
msgid "Cleanup"
|
5839 |
msgstr ""
|
5840 |
|
5841 |
+
#: templates/admin/csv-export.tpl.php:183
|
5842 |
+
msgctxt "admin csv-export"
|
5843 |
+
msgid "Export Canceled"
|
5844 |
msgstr ""
|
5845 |
|
5846 |
+
#: templates/admin/csv-export.tpl.php:184
|
5847 |
+
msgctxt "admin csv-export"
|
5848 |
+
msgid "The export has been canceled."
|
5849 |
msgstr ""
|
5850 |
|
5851 |
+
#: templates/admin/csv-export.tpl.php:185
|
5852 |
+
msgctxt "admin csv-export"
|
5853 |
+
msgid "← Return to CSV Export"
|
5854 |
msgstr ""
|
5855 |
|
5856 |
+
#: includes/admin/csv-import.php:296
|
5857 |
+
msgctxt "csv import"
|
5858 |
+
msgid ""
|
5859 |
+
"A valid temporary directory with write permissions is required for CSV "
|
5860 |
+
"imports to function properly. Your server is using \"%s\" but this path does "
|
5861 |
+
"not seem to be writable. Please consult with your host."
|
5862 |
msgstr ""
|
5863 |
|
5864 |
+
#: includes/admin/helpers/class-listing-information-metabox.php:20
|
5865 |
+
msgctxt "listing metabox"
|
5866 |
+
msgid "Recent Payments"
|
5867 |
msgstr ""
|
5868 |
|
5869 |
+
#: includes/admin/helpers/class-listing-information-metabox.php:24
|
5870 |
+
msgctxt "listing metabox"
|
5871 |
+
msgid "Access Key"
|
5872 |
msgstr ""
|
5873 |
|
5874 |
+
#: templates/admin/metaboxes-listing-information-payments.tpl.php:14
|
5875 |
+
msgctxt "listing metabox"
|
5876 |
+
msgid "Click a transaction to see its details (and approve/reject)."
|
5877 |
msgstr ""
|
5878 |
|
5879 |
+
#: templates/admin/metaboxes-listing-information-payments.tpl.php:35
|
5880 |
+
msgctxt "listing metabox"
|
5881 |
+
msgid "No payments available."
|
5882 |
msgstr ""
|
5883 |
|
5884 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:12
|
5885 |
+
msgctxt "listing metabox"
|
5886 |
+
msgid "General Info"
|
5887 |
msgstr ""
|
5888 |
|
5889 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:14
|
5890 |
+
msgctxt "listing metabox"
|
5891 |
+
msgid "Listing Status"
|
5892 |
msgstr ""
|
5893 |
|
5894 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
5895 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:31
|
5896 |
+
msgctxt "listing metabox"
|
5897 |
+
msgid "N/A"
|
5898 |
msgstr ""
|
5899 |
|
5900 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:27
|
5901 |
+
msgctxt "listing metabox"
|
5902 |
+
msgid "Last renew date"
|
5903 |
msgstr ""
|
5904 |
|
5905 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:35
|
5906 |
+
msgctxt "listing metabox"
|
5907 |
+
msgid "Plan Details"
|
5908 |
msgstr ""
|
5909 |
|
5910 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:37
|
5911 |
+
msgctxt "listing metabox"
|
5912 |
+
msgid "Fee Plan"
|
5913 |
msgstr ""
|
5914 |
|
5915 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:46
|
5916 |
+
msgctxt "listing metabox"
|
5917 |
+
msgid "Change plan"
|
5918 |
msgstr ""
|
5919 |
|
5920 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:69
|
5921 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:89
|
5922 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:103
|
5923 |
+
msgctxt "listing metabox"
|
5924 |
+
msgid "OK"
|
5925 |
msgstr ""
|
5926 |
|
5927 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:70
|
5928 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
5929 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:104
|
5930 |
+
msgctxt "listing metabox"
|
5931 |
+
msgid "Cancel"
|
5932 |
msgstr ""
|
5933 |
|
5934 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:79
|
5935 |
+
msgctxt "listing metabox"
|
5936 |
+
msgid "Expires On"
|
5937 |
msgstr ""
|
5938 |
|
5939 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:94
|
5940 |
+
msgctxt "listing metabox"
|
5941 |
+
msgid "# of images"
|
5942 |
msgstr ""
|
5943 |
|
5944 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:107
|
5945 |
+
msgctxt "listing metabox"
|
5946 |
+
msgid "Is Featured?"
|
5947 |
msgstr ""
|
5948 |
|
5949 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:114
|
5950 |
+
msgctxt "listing metabox"
|
5951 |
+
msgid "Is Recurring?"
|
5952 |
msgstr ""
|
5953 |
|
5954 |
+
#: includes/admin/helpers/class-listing-timeline.php:111
|
5955 |
+
msgctxt "listing timeline"
|
5956 |
+
msgid "Listing created"
|
|
|
|
|
5957 |
msgstr ""
|
5958 |
|
5959 |
+
#: includes/admin/helpers/class-listing-timeline.php:116
|
5960 |
+
msgctxt "listing timeline"
|
5961 |
+
msgid "Listing expired"
|
5962 |
msgstr ""
|
5963 |
|
5964 |
+
#: includes/admin/helpers/class-listing-timeline.php:126
|
5965 |
+
msgctxt "listing timeline"
|
5966 |
+
msgid "T&C acceptance date"
|
5967 |
msgstr ""
|
5968 |
|
5969 |
+
#: includes/admin/helpers/class-listing-timeline.php:141
|
5970 |
+
msgctxt "listing timeline"
|
5971 |
+
msgid "Paid as admin"
|
5972 |
msgstr ""
|
5973 |
|
5974 |
+
#: includes/admin/helpers/class-listing-timeline.php:143
|
5975 |
+
msgctxt "listing timeline"
|
5976 |
+
msgid "Listing imported"
|
5977 |
msgstr ""
|
5978 |
|
5979 |
+
#: includes/admin/helpers/class-listing-timeline.php:145
|
5980 |
+
msgctxt "listing timeline"
|
5981 |
+
msgid "Initial Payment"
|
|
|
|
|
|
|
5982 |
msgstr ""
|
5983 |
|
5984 |
+
#: includes/admin/helpers/tables/class-fees-table.php:52
|
5985 |
+
msgctxt "admin fees table"
|
5986 |
+
msgid "All"
|
5987 |
msgstr ""
|
5988 |
|
5989 |
#: includes/admin/settings/class-settings-bootstrap.php:637
|
6310 |
msgid "Listing expired"
|
6311 |
msgstr ""
|
6312 |
|
6313 |
+
#: includes/models/class-listing.php:667
|
6314 |
msgctxt "listing"
|
6315 |
msgid "(Unavailable Plan)"
|
6316 |
msgstr ""
|
6317 |
|
6318 |
+
#: includes/models/class-listing.php:831
|
6319 |
msgctxt "listing"
|
6320 |
msgid "Plan \"%s\" (recurring)"
|
6321 |
msgstr ""
|
6322 |
|
6323 |
+
#: includes/models/class-listing.php:833
|
6324 |
msgctxt "listing"
|
6325 |
msgid "Plan \"%s\""
|
6326 |
msgstr ""
|
6479 |
msgid "The reCAPTCHA validation score failed."
|
6480 |
msgstr ""
|
6481 |
|
6482 |
+
#: includes/class-wpbdp.php:464
|
6483 |
msgctxt "listing image upload"
|
6484 |
msgid "Can not upload any more images for this listing."
|
6485 |
msgstr ""
|
6486 |
|
6487 |
+
#: includes/class-wpbdp.php:468
|
6488 |
msgctxt "listing image upload"
|
6489 |
msgid ""
|
6490 |
"You're trying to upload %1$d images, but only have %2$d slot available. "
|
6520 |
msgid "Selected gateway does not support payment's currency."
|
6521 |
msgstr ""
|
6522 |
|
6523 |
+
#: includes/controllers/pages/class-checkout.php:228
|
|
|
|
|
|
|
|
|
|
|
6524 |
msgctxt "checkout"
|
6525 |
msgid "Unknown gateway error."
|
6526 |
msgstr ""
|
6527 |
|
6528 |
+
#: includes/controllers/pages/class-checkout.php:267
|
6529 |
msgctxt "checkout"
|
6530 |
msgid ""
|
6531 |
"There was an error trying to process your request. No gateway is selected."
|
6561 |
"refresh if there's an update."
|
6562 |
msgstr ""
|
6563 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6564 |
#: includes/controllers/pages/class-delete-listing.php:36
|
6565 |
msgctxt "delete listing"
|
6566 |
msgid "Your listing has been deleted."
|
6664 |
"site. If you didn't want that, click <a>here</a> to change the setting."
|
6665 |
msgstr ""
|
6666 |
|
6667 |
+
#: includes/controllers/pages/class-submit-listing.php:419
|
6668 |
msgctxt "templates"
|
6669 |
msgid ""
|
6670 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
6671 |
"Submission?\" setting checked?"
|
6672 |
msgstr ""
|
6673 |
|
6674 |
+
#: includes/controllers/pages/class-submit-listing.php:421
|
6675 |
msgctxt "templates"
|
6676 |
msgid ""
|
6677 |
"Listing submission has been disabled. Contact the administrator for details."
|
6678 |
msgstr ""
|
6679 |
|
6680 |
+
#: includes/controllers/pages/class-submit-listing.php:817
|
6681 |
msgctxt "templates"
|
6682 |
msgid ""
|
6683 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
6684 |
"submit a listing. %s to create a fee plan"
|
6685 |
msgstr ""
|
6686 |
|
6687 |
+
#: includes/controllers/pages/class-submit-listing.php:831
|
6688 |
msgctxt "templates"
|
6689 |
msgid ""
|
6690 |
"Listing submission is not available at the moment. Contact the administrator "
|
6691 |
"for details."
|
6692 |
msgstr ""
|
6693 |
|
6694 |
+
#: includes/controllers/pages/class-submit-listing.php:834
|
6695 |
msgctxt "templates"
|
6696 |
msgid ""
|
6697 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
6699 |
"an existing field"
|
6700 |
msgstr ""
|
6701 |
|
6702 |
+
#: includes/controllers/pages/class-submit-listing.php:1278
|
6703 |
msgctxt "templates"
|
6704 |
msgid "Please agree to the Terms and Conditions."
|
6705 |
msgstr ""
|
6706 |
|
6707 |
+
#: includes/controllers/pages/class-submit-listing.php:1292
|
6708 |
msgctxt "templates"
|
6709 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6710 |
msgstr ""
|
7042 |
msgid "You're logged in as admin, payment will be skipped."
|
7043 |
msgstr ""
|
7044 |
|
7045 |
+
#: includes/controllers/pages/class-submit-listing.php:506
|
7046 |
msgctxt "submit listing"
|
7047 |
msgid "Category selection"
|
7048 |
msgstr ""
|
7049 |
|
7050 |
+
#: includes/controllers/pages/class-submit-listing.php:506
|
7051 |
msgctxt "submit listing"
|
7052 |
msgid "Category & plan selection"
|
7053 |
msgstr ""
|
7054 |
|
7055 |
+
#: includes/controllers/pages/class-submit-listing.php:814
|
7056 |
msgctxt "submit listing"
|
7057 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7058 |
msgstr ""
|
7059 |
|
7060 |
+
#: includes/controllers/pages/class-submit-listing.php:863
|
7061 |
+
#: includes/controllers/pages/class-submit-listing.php:985
|
7062 |
msgctxt "submit listing"
|
7063 |
msgid "Please select a category."
|
7064 |
msgstr ""
|
7065 |
|
7066 |
+
#: includes/controllers/pages/class-submit-listing.php:886
|
7067 |
msgctxt "submit listing"
|
7068 |
msgid "Please choose a valid category for your plan."
|
7069 |
msgstr ""
|
7070 |
|
7071 |
+
#: includes/controllers/pages/class-submit-listing.php:888
|
7072 |
msgctxt "submit listing"
|
7073 |
msgid "Please choose a valid fee plan for your category selection."
|
7074 |
msgstr ""
|
7075 |
|
7076 |
+
#: includes/controllers/pages/class-submit-listing.php:1198
|
7077 |
msgctxt "submit listing"
|
7078 |
msgid "Please enter your desired username."
|
7079 |
msgstr ""
|
7080 |
|
7081 |
+
#: includes/controllers/pages/class-submit-listing.php:1203
|
7082 |
msgctxt "submit listing"
|
7083 |
msgid "Please enter the e-mail for your new account."
|
7084 |
msgstr ""
|
7085 |
|
7086 |
+
#: includes/controllers/pages/class-submit-listing.php:1208
|
7087 |
msgctxt "submit listing"
|
7088 |
msgid "The username you chose is already in use. Please use a different one."
|
7089 |
msgstr ""
|
7090 |
|
7091 |
+
#: includes/controllers/pages/class-submit-listing.php:1213
|
7092 |
msgctxt "submit listing"
|
7093 |
msgid "The e-mail address you chose for your account is already in use."
|
7094 |
msgstr ""
|
7098 |
msgid "Listing submitted by admin. Payment skipped."
|
7099 |
msgstr ""
|
7100 |
|
7101 |
+
#: includes/controllers/pages/class-submit-listing.php:1153
|
7102 |
msgctxt "listing submit"
|
7103 |
msgid ""
|
7104 |
"Image upload is required, please provide at least one image and submit again."
|
7602 |
msgid "Error while uploading file"
|
7603 |
msgstr ""
|
7604 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7605 |
#: includes/widgets/widget-featured-listings.php:12
|
7606 |
msgctxt "widgets"
|
7607 |
msgid "Business Directory - Featured Listings"
|
7667 |
msgid "Search the Business Directory"
|
7668 |
msgstr ""
|
7669 |
|
7670 |
+
#: includes/widgets/widget-search.php:29
|
7671 |
+
msgctxt "widgets"
|
7672 |
+
msgid "Title:"
|
7673 |
+
msgstr ""
|
7674 |
+
|
7675 |
#: includes/widgets/widget-search.php:36
|
7676 |
msgctxt "widgets"
|
7677 |
msgid "Form Style:"
|
languages/business-directory-plugin-fr_FR.mo
CHANGED
Binary file
|
languages/business-directory-plugin-fr_FR.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2021-10
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: Laurent Provin <lprovin@yahoo.fr>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -31,7 +31,7 @@ msgid ""
|
|
31 |
"payment processor directly."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: includes/admin/class-admin.php:
|
35 |
#, fuzzy
|
36 |
msgid ""
|
37 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -41,34 +41,34 @@ msgstr ""
|
|
41 |
"zéro dans ce cours (GRATUIT) en 5 parties (envoyé via e-mail). Obtenez un "
|
42 |
"module premium GRATUIT juste après votre inscription."
|
43 |
|
44 |
-
#: includes/admin/class-admin.php:
|
45 |
#, fuzzy
|
46 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
47 |
msgstr ""
|
48 |
"Voulez-vous connaître les secrets de la création d'un superbe annuaire "
|
49 |
"professionnel ?"
|
50 |
|
51 |
-
#: includes/admin/class-admin.php:
|
52 |
#, fuzzy
|
53 |
msgid "Yes, please!"
|
54 |
msgstr "Oui, s'il vous plait !"
|
55 |
|
56 |
-
#: includes/admin/class-admin.php:
|
57 |
#, fuzzy
|
58 |
msgid "No, thanks"
|
59 |
msgstr "Non, merci"
|
60 |
|
61 |
-
#: includes/admin/class-admin.php:
|
62 |
#, fuzzy
|
63 |
msgid "Invalid email address."
|
64 |
msgstr "Adresse e-mail non valide."
|
65 |
|
66 |
-
#: includes/admin/class-admin.php:
|
67 |
#, fuzzy
|
68 |
msgid "Business Directory Admin"
|
69 |
msgstr "Administrateur de l'Annuaire Professionnel"
|
70 |
|
71 |
-
#: includes/admin/class-admin.php:
|
72 |
#: includes/admin/settings/class-settings-bootstrap.php:703
|
73 |
#: includes/admin/settings/class-settings-bootstrap.php:704
|
74 |
#: includes/helpers/class-app.php:93
|
@@ -76,33 +76,33 @@ msgstr "Administrateur de l'Annuaire Professionnel"
|
|
76 |
msgid "Directory"
|
77 |
msgstr "Annuaire"
|
78 |
|
79 |
-
#: includes/admin/class-admin.php:
|
80 |
#, fuzzy
|
81 |
msgid "Fee Plans"
|
82 |
msgstr "Plan tarifaire"
|
83 |
|
84 |
-
#: includes/admin/class-admin.php:
|
85 |
#, fuzzy
|
86 |
msgid "Form Fields"
|
87 |
msgstr "champ de formulaires"
|
88 |
|
89 |
-
#: includes/admin/class-admin.php:
|
90 |
#: includes/licensing.php:220
|
91 |
#, fuzzy
|
92 |
msgid "Modules"
|
93 |
msgstr "Tous les (modules installés)"
|
94 |
|
95 |
-
#: includes/admin/class-admin.php:
|
96 |
#, fuzzy
|
97 |
msgid "Business Directory"
|
98 |
msgstr "Annuaire Professionnel"
|
99 |
|
100 |
-
#: includes/admin/class-admin.php:
|
101 |
#, fuzzy
|
102 |
msgid "Could not send renewal email."
|
103 |
msgstr "Envoyer un e-mail à l'utilisateur"
|
104 |
|
105 |
-
#: includes/admin/class-admin.php:
|
106 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
107 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
108 |
#: templates/email/listing-added.tpl.php:7
|
@@ -112,7 +112,7 @@ msgstr "Envoyer un e-mail à l'utilisateur"
|
|
112 |
msgid "ID"
|
113 |
msgstr "ID"
|
114 |
|
115 |
-
#: includes/admin/class-admin.php:
|
116 |
#: includes/admin/settings/class-settings-bootstrap.php:729
|
117 |
#, fuzzy
|
118 |
msgid "Listing Count"
|
@@ -212,7 +212,7 @@ msgid "Images"
|
|
212 |
msgstr "Images"
|
213 |
|
214 |
#: includes/admin/controllers/class-admin-listings.php:185
|
215 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
216 |
#: templates/email/listing-reported.tpl.php:7
|
217 |
msgid "Listing Information"
|
218 |
msgstr "Information sur l'annonce"
|
@@ -252,6 +252,125 @@ msgstr "Editer l'annonce"
|
|
252 |
msgid "Delete Listing"
|
253 |
msgstr "Annuler l'annonce"
|
254 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
#: includes/admin/controllers/class-settings-admin.php:476
|
256 |
msgid "Your license key provides access to new features and updates."
|
257 |
msgstr ""
|
@@ -392,125 +511,6 @@ msgstr "Type"
|
|
392 |
msgid "Edit"
|
393 |
msgstr "Editer"
|
394 |
|
395 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:217
|
396 |
-
#, fuzzy
|
397 |
-
msgid ""
|
398 |
-
"You can create these custom fields inside \"Form Fields\" or let Business "
|
399 |
-
"Directory do it for you."
|
400 |
-
msgstr ""
|
401 |
-
"Vous pouvez créer ces champs personnalisés pas vous-mêmes dans \"Gestion des "
|
402 |
-
"Champs\" ou laissez le plugin le faire pour vous automatiquement."
|
403 |
-
|
404 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:222
|
405 |
-
#: includes/controllers/pages/class-submit-listing.php:834
|
406 |
-
#, fuzzy
|
407 |
-
msgid "Go to \"Form Fields\""
|
408 |
-
msgstr "Aller à \"Gestion des Champs\""
|
409 |
-
|
410 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:313
|
411 |
-
#: includes/helpers/functions/general.php:1358
|
412 |
-
#: includes/helpers/functions/general.php:1363
|
413 |
-
#, fuzzy
|
414 |
-
msgid "Go back"
|
415 |
-
msgstr "Non, reviens"
|
416 |
-
|
417 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:523
|
418 |
-
#: includes/admin/settings/class-settings-bootstrap.php:787
|
419 |
-
#: templates/email/listing-added.tpl.php:10
|
420 |
-
#: templates/email/listing-edited.tpl.php:16
|
421 |
-
#: templates/email/listing-reported.tpl.php:11
|
422 |
-
#, fuzzy
|
423 |
-
msgid "Title"
|
424 |
-
msgstr "Titre"
|
425 |
-
|
426 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:524
|
427 |
-
#: templates/admin/fees-form.tpl.php:219
|
428 |
-
#: templates/email/listing-added.tpl.php:21
|
429 |
-
#: templates/email/listing-edited.tpl.php:29
|
430 |
-
#, fuzzy
|
431 |
-
msgid "Category"
|
432 |
-
msgstr "Catégorie"
|
433 |
-
|
434 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:525
|
435 |
-
#, fuzzy
|
436 |
-
msgid "Excerpt"
|
437 |
-
msgstr "Extrait"
|
438 |
-
|
439 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:526
|
440 |
-
#, fuzzy
|
441 |
-
msgid "Content"
|
442 |
-
msgstr "Contenu"
|
443 |
-
|
444 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:527
|
445 |
-
#, fuzzy
|
446 |
-
msgid "Tags"
|
447 |
-
msgstr "Étiquettes (tags)"
|
448 |
-
|
449 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:528
|
450 |
-
#: includes/form-fields.php:445 templates/checkout-billing-form.tpl.php:75
|
451 |
-
#: themes/default/templates/excerpt_content.tpl.php:22
|
452 |
-
#, fuzzy
|
453 |
-
msgid "Address"
|
454 |
-
msgstr "Adresse"
|
455 |
-
|
456 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:529
|
457 |
-
#, fuzzy
|
458 |
-
msgid "Address 2"
|
459 |
-
msgstr "Adresse"
|
460 |
-
|
461 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:530
|
462 |
-
#: templates/admin/payments-details.tpl.php:161
|
463 |
-
#: templates/checkout-billing-form.tpl.php:87
|
464 |
-
#, fuzzy
|
465 |
-
msgid "City"
|
466 |
-
msgstr "Ville"
|
467 |
-
|
468 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:531
|
469 |
-
#: templates/admin/payments-details.tpl.php:157
|
470 |
-
#, fuzzy
|
471 |
-
msgid "State"
|
472 |
-
msgstr "Région"
|
473 |
-
|
474 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:532
|
475 |
-
#: templates/admin/payments-details.tpl.php:153
|
476 |
-
#: templates/checkout-billing-form.tpl.php:102
|
477 |
-
#, fuzzy
|
478 |
-
msgid "Country"
|
479 |
-
msgstr "Pays"
|
480 |
-
|
481 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:533
|
482 |
-
#: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:165
|
483 |
-
msgid "ZIP Code"
|
484 |
-
msgstr "Code postal"
|
485 |
-
|
486 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:534
|
487 |
-
#, fuzzy
|
488 |
-
msgid "FAX Number"
|
489 |
-
msgstr "Numéro de fax"
|
490 |
-
|
491 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:535
|
492 |
-
#: includes/fields/class-fieldtypes-phone-number.php:13
|
493 |
-
#: templates/listing-contactform.tpl.php:38
|
494 |
-
#, fuzzy
|
495 |
-
msgid "Phone Number"
|
496 |
-
msgstr "Numéro de téléphone"
|
497 |
-
|
498 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:536
|
499 |
-
#, fuzzy
|
500 |
-
msgid "Ratings Field"
|
501 |
-
msgstr "Champs d'évaluation"
|
502 |
-
|
503 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:537
|
504 |
-
#, fuzzy
|
505 |
-
msgid "Twitter"
|
506 |
-
msgstr "Twitter"
|
507 |
-
|
508 |
-
#: includes/admin/helpers/tables/class-form-fields-table.php:538
|
509 |
-
#: includes/form-fields.php:411
|
510 |
-
#, fuzzy
|
511 |
-
msgid "Website"
|
512 |
-
msgstr "Site Internet"
|
513 |
-
|
514 |
#: includes/admin/page-debug.php:40
|
515 |
#, fuzzy
|
516 |
msgid "Plugin Settings"
|
@@ -535,7 +535,7 @@ msgid "Missing tables: %s"
|
|
535 |
msgstr "Tables manquantes: %s"
|
536 |
|
537 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
538 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
539 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:137
|
540 |
#: templates/listing-contactform.tpl.php:33
|
541 |
#: templates/listing-flagging-form.tpl.php:39
|
@@ -584,7 +584,7 @@ msgstr "Le nom est requis"
|
|
584 |
|
585 |
#: includes/admin/settings/class-settings-bootstrap.php:264
|
586 |
#: includes/admin/settings/class-settings-bootstrap.php:278
|
587 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
588 |
#, fuzzy
|
589 |
msgid "Terms and Conditions"
|
590 |
msgstr "Conditions d'utilisation"
|
@@ -1185,22 +1185,22 @@ msgid ""
|
|
1185 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
1186 |
msgstr ""
|
1187 |
|
1188 |
-
#: includes/class-wpbdp.php:
|
1189 |
#, fuzzy
|
1190 |
msgid "Upgrade to Premium"
|
1191 |
msgstr "Mettre à jour vers %s"
|
1192 |
|
1193 |
-
#: includes/class-wpbdp.php:
|
1194 |
#, fuzzy
|
1195 |
msgid "Settings"
|
1196 |
msgstr "Paramètres"
|
1197 |
|
1198 |
-
#: includes/class-wpbdp.php:
|
1199 |
#, fuzzy
|
1200 |
msgid "Could not find listing ID"
|
1201 |
msgstr "Impossible de contacter le serveur de licences"
|
1202 |
|
1203 |
-
#: includes/class-wpbdp.php:
|
1204 |
#, fuzzy
|
1205 |
msgid ""
|
1206 |
"Could not verify the image upload request. If problem persists contact site "
|
@@ -1209,12 +1209,12 @@ msgstr ""
|
|
1209 |
"Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
|
1210 |
"erreurs et soumettre à nouveau."
|
1211 |
|
1212 |
-
#: includes/class-wpbdp.php:
|
1213 |
#, fuzzy
|
1214 |
msgid "Could not find image ID"
|
1215 |
msgstr "Impossible de mettre à jour le thème: %s"
|
1216 |
|
1217 |
-
#: includes/class-wpbdp.php:
|
1218 |
msgid ""
|
1219 |
"The directory features are disabled at this time because a <a>manual "
|
1220 |
"upgrade</a> is pending."
|
@@ -1223,7 +1223,7 @@ msgstr ""
|
|
1223 |
"désactivés car le plugin a besoin d'effectuer une mise à jour manuelle avant "
|
1224 |
"de poursuivre."
|
1225 |
|
1226 |
-
#: includes/class-wpbdp.php:
|
1227 |
msgid ""
|
1228 |
"The directory is not available at this time. Please try again in a few "
|
1229 |
"minutes or contact the administrator if the problem persists."
|
@@ -1344,6 +1344,17 @@ msgstr "Commencer l'importation"
|
|
1344 |
msgid "Go to SMTP settings"
|
1345 |
msgstr "Aller vers votre annonce"
|
1346 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1347 |
#. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
|
1348 |
#: includes/controllers/pages/class-flag-listing.php:56
|
1349 |
#, fuzzy
|
@@ -1379,7 +1390,7 @@ msgstr "Veuillez entrer votre nom."
|
|
1379 |
msgid "l F j, Y \\a\\t g:i a"
|
1380 |
msgstr "l F j, Y \\a\\t g:i a"
|
1381 |
|
1382 |
-
#: includes/controllers/pages/class-manage-listings.php:
|
1383 |
#: templates/renew-listing.tpl.php:11
|
1384 |
msgid "Renew Listing"
|
1385 |
msgstr "Renouveler l'annonce"
|
@@ -1396,44 +1407,44 @@ msgstr ""
|
|
1396 |
"Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
|
1397 |
"publiée."
|
1398 |
|
1399 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1400 |
#, fuzzy
|
1401 |
msgid "Listing Images"
|
1402 |
msgstr "Liste des images"
|
1403 |
|
1404 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1405 |
#, fuzzy
|
1406 |
msgid "Account Creation"
|
1407 |
msgstr "Création de compte"
|
1408 |
|
1409 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1410 |
#, fuzzy
|
1411 |
msgid "Go to \"Fee Plans\""
|
1412 |
msgstr "Plan tarifaire"
|
1413 |
|
1414 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1415 |
#, fuzzy
|
1416 |
msgid "Please choose a fee plan."
|
1417 |
msgstr "(Veuillez choisir un tarif ci-dessus)"
|
1418 |
|
1419 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1420 |
#, fuzzy
|
1421 |
msgid "Please check the form for errors, correct them and submit again."
|
1422 |
msgstr ""
|
1423 |
"Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
|
1424 |
"erreurs et soumettre à nouveau."
|
1425 |
|
1426 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1427 |
#, fuzzy
|
1428 |
msgid "Create a user account on this site"
|
1429 |
msgstr "Créer un compte utilisateur sur ce site"
|
1430 |
|
1431 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1432 |
#, fuzzy
|
1433 |
msgid "Username"
|
1434 |
msgstr "Nom d'utilisateur (login) :"
|
1435 |
|
1436 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
1437 |
#, fuzzy
|
1438 |
msgid "Clear Form"
|
1439 |
msgstr "Effacer le formulaire"
|
@@ -1956,7 +1967,7 @@ msgstr "Abandon en cours"
|
|
1956 |
msgid "Abandoned"
|
1957 |
msgstr "Abandonné"
|
1958 |
|
1959 |
-
#: includes/themes.php:
|
1960 |
#, fuzzy
|
1961 |
msgid "ZIP file is not a valid Business Directory theme file."
|
1962 |
msgstr "Le fichier ZIP n'est pas un fichier de thème valide."
|
@@ -2001,52 +2012,125 @@ msgstr ""
|
|
2001 |
"La hauteur de l'image (%s px) est supérieure à la hauteur maximum requise de "
|
2002 |
"%s px."
|
2003 |
|
2004 |
-
#:
|
2005 |
#, fuzzy
|
2006 |
-
msgid ""
|
2007 |
-
|
2008 |
-
"enough free disk space and memory available to PHP. Check your error logs "
|
2009 |
-
"for details."
|
2010 |
-
msgstr ""
|
2011 |
-
"Une erreur inconnue est survenue durant l'export. Veuillez vous assurer que "
|
2012 |
-
"votre espace disque et votre mémoire disponible sur PHP soient suffisants. "
|
2013 |
-
"Vérifiez votre journal d'erreurs pour plus de détails."
|
2014 |
|
2015 |
-
#:
|
2016 |
#, fuzzy
|
2017 |
-
msgid ""
|
2018 |
-
"
|
2019 |
-
"ones created, select this option!"
|
2020 |
-
msgstr ""
|
2021 |
-
"Si vous prévoyez de ré-importer les annonces dans la base de donnée et ne "
|
2022 |
-
"souhaitez pas en créer de nouvelles, sélectionnez cette option!"
|
2023 |
|
2024 |
-
#:
|
2025 |
#, fuzzy
|
2026 |
-
msgid "
|
2027 |
-
msgstr "
|
2028 |
|
2029 |
-
#:
|
2030 |
-
#: templates/admin/csv-import.tpl.php:149
|
2031 |
#, fuzzy
|
2032 |
-
msgid "
|
2033 |
-
msgstr "
|
2034 |
|
2035 |
-
|
2036 |
-
|
2037 |
-
#, fuzzy
|
2038 |
-
msgid ""
|
2039 |
-
"We strongly recommend reading our %1$sCSV import documentation%2$s first to "
|
2040 |
-
"help you do things in the right order."
|
2041 |
msgstr ""
|
2042 |
-
"Nous vous recommandons vivement la lecture de notre document d'importation "
|
2043 |
-
"<a> CSV </a> afin de vous aider à faire les choses dans le bon ordre."
|
2044 |
|
2045 |
-
#:
|
2046 |
#, fuzzy
|
2047 |
-
msgid "
|
2048 |
-
msgstr "
|
2049 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2050 |
#: templates/admin/csv-import.tpl.php:50
|
2051 |
#, fuzzy
|
2052 |
msgid "CSV File"
|
@@ -2913,6 +2997,22 @@ msgstr "Département / Région"
|
|
2913 |
msgid "Postal Code"
|
2914 |
msgstr "Code postal"
|
2915 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2916 |
#: templates/checkout.tpl.php:41 templates/submit-listing-section.tpl.php:24
|
2917 |
#, fuzzy
|
2918 |
msgid "Next"
|
@@ -3246,33 +3346,33 @@ msgctxt "views"
|
|
3246 |
msgid "Find A Listing"
|
3247 |
msgstr "Trouver une annonce"
|
3248 |
|
3249 |
-
#: includes/admin/class-admin.php:
|
3250 |
msgctxt "drip pointer"
|
3251 |
msgid "Email Address:"
|
3252 |
msgstr "Adresse e-mail:"
|
3253 |
|
3254 |
-
#: includes/admin/class-admin.php:
|
3255 |
msgctxt "admin"
|
3256 |
msgid "Business Directory"
|
3257 |
msgstr "Annuaire Professionnel"
|
3258 |
|
3259 |
-
#: includes/admin/class-admin.php:
|
3260 |
msgctxt "admin"
|
3261 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
3262 |
msgstr ""
|
3263 |
"Vous êtes prêt à visitez votre nouvelle page <a>Annuaire Professionnel</a>."
|
3264 |
|
3265 |
-
#: includes/admin/class-admin.php:
|
3266 |
msgctxt "admin"
|
3267 |
msgid "Untitled Menu"
|
3268 |
msgstr "Menu sans titre"
|
3269 |
|
3270 |
-
#: includes/admin/class-admin.php:
|
3271 |
msgctxt "admin"
|
3272 |
msgid "Dismiss this notice."
|
3273 |
msgstr "Ne tenez pas compte de cet avertissement."
|
3274 |
|
3275 |
-
#: includes/admin/class-admin.php:
|
3276 |
#, fuzzy
|
3277 |
msgctxt "admin"
|
3278 |
msgid "The listing has been updated."
|
@@ -3280,24 +3380,24 @@ msgid_plural "The listings have been updated."
|
|
3280 |
msgstr[0] "L'annonce a été mise à jour."
|
3281 |
msgstr[1] "Les annonces ont été mise à jour."
|
3282 |
|
3283 |
-
#: includes/admin/class-admin.php:
|
3284 |
msgctxt "admin"
|
3285 |
msgid "The fee was successfully assigned."
|
3286 |
msgstr "Les frais ont bien été assignés."
|
3287 |
|
3288 |
-
#: includes/admin/class-admin.php:
|
3289 |
msgctxt "admin"
|
3290 |
msgid "Listing was renewed."
|
3291 |
msgid_plural "Listings were renewed."
|
3292 |
msgstr[0] "L'annonce a été renouvelée."
|
3293 |
msgstr[1] "Les annonces ont été renouvelées."
|
3294 |
|
3295 |
-
#: includes/admin/class-admin.php:
|
3296 |
msgctxt "admin"
|
3297 |
msgid "Renewal email sent."
|
3298 |
msgstr "Email de renouvellement envoyé."
|
3299 |
|
3300 |
-
#: includes/admin/class-admin.php:
|
3301 |
#, fuzzy
|
3302 |
msgctxt "admin"
|
3303 |
msgid "Listing report deleted."
|
@@ -3305,18 +3405,18 @@ msgid_plural "Listing reports deleted."
|
|
3305 |
msgstr[0] "Date d'expiration de l'annonce"
|
3306 |
msgstr[1] "Date d'expiration de l'annonce"
|
3307 |
|
3308 |
-
#: includes/admin/class-admin.php:
|
3309 |
#, fuzzy
|
3310 |
msgctxt "admin"
|
3311 |
msgid "Access keys sent."
|
3312 |
msgstr "Clés d'accès"
|
3313 |
|
3314 |
-
#: includes/admin/class-admin.php:
|
3315 |
msgctxt "admin"
|
3316 |
msgid "The access keys couldn't be sent."
|
3317 |
msgstr ""
|
3318 |
|
3319 |
-
#: includes/admin/class-admin.php:
|
3320 |
msgctxt "admin"
|
3321 |
msgid ""
|
3322 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -3325,7 +3425,7 @@ msgstr ""
|
|
3325 |
"<b>Business Directory Plugin</b> requiert une page avec le code "
|
3326 |
"d'activation <tt>[businessdirectory]</tt> pour marcher correctement."
|
3327 |
|
3328 |
-
#: includes/admin/class-admin.php:
|
3329 |
msgctxt "admin"
|
3330 |
msgid ""
|
3331 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -3334,12 +3434,12 @@ msgstr ""
|
|
3334 |
"Vous pouvez créer cette page par vous-mêmes ou laisser le plugin la faire "
|
3335 |
"pour vous automatiquement."
|
3336 |
|
3337 |
-
#: includes/admin/class-admin.php:
|
3338 |
msgctxt "admin"
|
3339 |
msgid "Create required pages for me"
|
3340 |
msgstr "Créer les pages requises pour moi"
|
3341 |
|
3342 |
-
#: includes/admin/class-admin.php:
|
3343 |
msgctxt "admin"
|
3344 |
msgid ""
|
3345 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
@@ -3351,7 +3451,7 @@ msgstr ""
|
|
3351 |
"strong>.S'il vous plaît demander à votre fournisseur de mettre à jour afin "
|
3352 |
"d'éviter tout problème avec le plug-in."
|
3353 |
|
3354 |
-
#: includes/admin/class-admin.php:
|
3355 |
#, fuzzy
|
3356 |
msgctxt "admin"
|
3357 |
msgid ""
|
@@ -3390,7 +3490,7 @@ msgctxt "admin"
|
|
3390 |
msgid "Categories"
|
3391 |
msgstr "Catégories"
|
3392 |
|
3393 |
-
#: includes/admin/
|
3394 |
msgctxt "admin"
|
3395 |
msgid ""
|
3396 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
@@ -3399,7 +3499,7 @@ msgstr ""
|
|
3399 |
"<b>Plugin d'Annuaire Professionnel</b> requiert des champs avec les "
|
3400 |
"associations suivantes <b>%s</b> pour fonctionner correctement."
|
3401 |
|
3402 |
-
#: includes/admin/
|
3403 |
msgctxt "admin"
|
3404 |
msgid ""
|
3405 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
@@ -3408,23 +3508,23 @@ msgstr ""
|
|
3408 |
"<b>Plugin d'Annuaire Professionnel</b> requiert un champ avec un <b>%s</b> "
|
3409 |
"association en ordre pour marcher correctement."
|
3410 |
|
3411 |
-
#: includes/admin/
|
3412 |
msgctxt "admin"
|
3413 |
msgid "Create these required fields for me"
|
3414 |
msgstr "Créer ces champs obligatoires pour moi"
|
3415 |
|
3416 |
-
#: includes/admin/class-admin.php:
|
3417 |
msgctxt "admin menu"
|
3418 |
msgid "Payment History"
|
3419 |
msgstr "Historique de paiement"
|
3420 |
|
3421 |
-
#: includes/admin/class-admin.php:
|
3422 |
#, fuzzy
|
3423 |
msgctxt "admin menu"
|
3424 |
msgid "Import & Export"
|
3425 |
msgstr "CSV Importation/Exportation"
|
3426 |
|
3427 |
-
#: includes/admin/class-admin.php:
|
3428 |
msgctxt "admin menu"
|
3429 |
msgid "Debug"
|
3430 |
msgstr "Déboguer"
|
@@ -4029,7 +4129,7 @@ msgctxt "admin listings"
|
|
4029 |
msgid "Reported"
|
4030 |
msgstr ""
|
4031 |
|
4032 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4033 |
msgctxt "admin listings"
|
4034 |
msgid "Listing's payment history successfully deleted"
|
4035 |
msgstr ""
|
@@ -4069,47 +4169,47 @@ msgctxt "listing status"
|
|
4069 |
msgid "Reported"
|
4070 |
msgstr ""
|
4071 |
|
4072 |
-
#: includes/models/class-listing.php:
|
4073 |
msgctxt "listing status"
|
4074 |
msgid "Unknown"
|
4075 |
msgstr "Inconnu"
|
4076 |
|
4077 |
-
#: includes/models/class-listing.php:
|
4078 |
msgctxt "listing status"
|
4079 |
msgid "Legacy"
|
4080 |
msgstr "Don"
|
4081 |
|
4082 |
-
#: includes/models/class-listing.php:
|
4083 |
msgctxt "listing status"
|
4084 |
msgid "Incomplete"
|
4085 |
msgstr "Incomplet"
|
4086 |
|
4087 |
-
#: includes/models/class-listing.php:
|
4088 |
msgctxt "listing status"
|
4089 |
msgid "Pending Payment"
|
4090 |
msgstr "Paiement en attente"
|
4091 |
|
4092 |
-
#: includes/models/class-listing.php:
|
4093 |
msgctxt "listing status"
|
4094 |
msgid "Complete"
|
4095 |
msgstr "Complet"
|
4096 |
|
4097 |
-
#: includes/models/class-listing.php:
|
4098 |
msgctxt "listing status"
|
4099 |
msgid "Pending Upgrade"
|
4100 |
msgstr "En attente de mise à niveau"
|
4101 |
|
4102 |
-
#: includes/models/class-listing.php:
|
4103 |
msgctxt "listing status"
|
4104 |
msgid "Expired"
|
4105 |
msgstr "Expiré"
|
4106 |
|
4107 |
-
#: includes/models/class-listing.php:
|
4108 |
msgctxt "listing status"
|
4109 |
msgid "Pending Renewal"
|
4110 |
msgstr "Actives + En attente de renouvellement"
|
4111 |
|
4112 |
-
#: includes/models/class-listing.php:
|
4113 |
msgctxt "listing status"
|
4114 |
msgid "Abandoned"
|
4115 |
msgstr "Abandonné"
|
@@ -4124,36 +4224,36 @@ msgctxt "admin actions"
|
|
4124 |
msgid "View Payment"
|
4125 |
msgstr "Voir le Paiement"
|
4126 |
|
4127 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4128 |
#, fuzzy
|
4129 |
msgctxt "admin actions"
|
4130 |
msgid "Publish listings"
|
4131 |
msgstr "Publier l'annonce"
|
4132 |
|
4133 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4134 |
#, fuzzy
|
4135 |
msgctxt "admin actions"
|
4136 |
msgid "Mark as \"Pending Review\""
|
4137 |
msgstr "En attente"
|
4138 |
|
4139 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4140 |
msgctxt "admin actions"
|
4141 |
msgid "Hide from directory (mark as \"Draft\")"
|
4142 |
msgstr ""
|
4143 |
|
4144 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4145 |
#, fuzzy
|
4146 |
msgctxt "admin actions"
|
4147 |
msgid "Renew listings"
|
4148 |
msgstr "Renouveler l'annonce"
|
4149 |
|
4150 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4151 |
#, fuzzy
|
4152 |
msgctxt "admin actions"
|
4153 |
msgid "Set listings as \"Expired\""
|
4154 |
msgstr "Envoyé lorsqu'une annonce (% s) est expirée."
|
4155 |
|
4156 |
-
#: includes/admin/controllers/class-admin-listings.php:
|
4157 |
#, fuzzy
|
4158 |
msgctxt "admin actions"
|
4159 |
msgid "Send access keys"
|
@@ -4204,2546 +4304,2546 @@ msgctxt "payments admin"
|
|
4204 |
msgid "View Payment History"
|
4205 |
msgstr "Voir l'historique des paiements"
|
4206 |
|
4207 |
-
#: includes/admin/controllers/class-
|
4208 |
-
|
4209 |
-
|
4210 |
-
|
4211 |
-
msgstr "Supprimer"
|
4212 |
|
4213 |
-
#: includes/admin/controllers/class-
|
4214 |
-
msgctxt "admin
|
4215 |
-
msgid "
|
4216 |
-
msgstr "
|
4217 |
|
4218 |
-
#: includes/admin/
|
4219 |
-
|
4220 |
-
msgctxt "admin settings"
|
4221 |
msgid ""
|
4222 |
-
"<
|
4223 |
-
"
|
|
|
|
|
4224 |
msgstr ""
|
4225 |
-
"<
|
4226 |
-
"
|
|
|
|
|
|
|
|
|
4227 |
|
4228 |
-
#: includes/admin/
|
4229 |
-
msgctxt "admin
|
4230 |
-
msgid "
|
4231 |
-
msgstr "
|
4232 |
|
4233 |
-
#: includes/admin/
|
4234 |
-
msgctxt "admin
|
4235 |
-
msgid "
|
4236 |
-
msgstr "
|
4237 |
|
4238 |
-
#: includes/admin/
|
4239 |
-
msgctxt "admin
|
4240 |
-
msgid "
|
4241 |
-
msgstr "
|
4242 |
|
4243 |
-
#: includes/admin/
|
4244 |
-
msgctxt "admin
|
4245 |
-
msgid ""
|
4246 |
-
"
|
4247 |
-
"Searches involving those fields are very expensive and could result in "
|
4248 |
-
"timeouts and/or general slowness."
|
4249 |
-
msgstr ""
|
4250 |
-
"Vous avez sélectionné un champ texte pour être inclus dans des recherches "
|
4251 |
-
"rapides. Les recherches portant sur ces domaines sont très coûteuses et "
|
4252 |
-
"pourraient entraîner des dépassements de délais et / ou lenteur générale."
|
4253 |
|
4254 |
-
#: includes/admin/
|
4255 |
-
msgctxt "admin
|
4256 |
-
msgid "
|
4257 |
-
msgstr "
|
4258 |
|
4259 |
-
#: includes/admin/
|
4260 |
-
|
4261 |
-
|
4262 |
-
|
4263 |
-
msgstr "Annuaire"
|
4264 |
|
4265 |
-
#: includes/admin/
|
4266 |
-
|
4267 |
-
|
4268 |
-
|
4269 |
-
msgstr "Voir toutes les annonces"
|
4270 |
|
4271 |
-
#: includes/admin/
|
4272 |
-
|
4273 |
-
|
4274 |
-
|
4275 |
-
msgstr "Catégories"
|
4276 |
|
4277 |
-
#: includes/admin/
|
|
|
|
|
|
|
|
|
|
|
4278 |
#, fuzzy
|
4279 |
-
msgctxt "admin
|
4280 |
-
msgid "
|
4281 |
-
msgstr "
|
4282 |
|
4283 |
-
#: includes/admin/
|
4284 |
-
msgctxt "admin
|
4285 |
-
msgid "
|
4286 |
-
msgstr "
|
4287 |
|
4288 |
-
#: includes/admin/
|
4289 |
-
|
4290 |
-
|
4291 |
-
|
4292 |
-
msgstr "Ascendant"
|
4293 |
|
4294 |
-
#: includes/admin/
|
4295 |
-
|
4296 |
-
msgctxt "admin
|
4297 |
-
msgid "
|
4298 |
-
msgstr "
|
4299 |
|
4300 |
-
#: includes/admin/
|
4301 |
-
msgctxt "admin
|
4302 |
-
msgid "
|
4303 |
msgstr ""
|
|
|
4304 |
|
4305 |
-
#: includes/admin/
|
4306 |
-
msgctxt "admin
|
4307 |
-
msgid "
|
4308 |
-
msgstr "
|
4309 |
-
|
4310 |
-
#: includes/admin/settings/class-settings-bootstrap.php:789
|
4311 |
-
#: includes/helpers/functions/general.php:1276
|
4312 |
-
msgctxt "admin settings"
|
4313 |
-
msgid "Date posted"
|
4314 |
-
msgstr "Date d'ajout"
|
4315 |
|
4316 |
-
#: includes/admin/
|
4317 |
-
|
4318 |
-
|
4319 |
-
|
4320 |
-
msgstr "Date de dernière modification"
|
4321 |
-
|
4322 |
-
#: includes/admin/settings/class-settings-bootstrap.php:791
|
4323 |
-
msgctxt "admin settings"
|
4324 |
-
msgid "Random"
|
4325 |
-
msgstr "Aléatoire"
|
4326 |
|
4327 |
-
#: includes/admin/
|
4328 |
-
msgctxt "admin
|
4329 |
-
msgid "
|
4330 |
-
msgstr "
|
4331 |
|
4332 |
-
#: includes/
|
4333 |
-
|
4334 |
-
|
4335 |
-
|
|
|
4336 |
|
4337 |
-
#: includes/
|
4338 |
-
|
4339 |
-
|
|
|
4340 |
msgstr ""
|
|
|
|
|
4341 |
|
4342 |
-
#: includes/
|
4343 |
-
msgctxt "admin
|
4344 |
-
msgid "
|
4345 |
msgstr ""
|
4346 |
|
4347 |
-
#: includes/
|
4348 |
-
msgctxt "admin
|
4349 |
-
msgid ""
|
4350 |
-
"For paid listing images, configure that by adding or editing a <a>Fee Plan</"
|
4351 |
-
"a> instead of this setting, which is ignored for paid listings."
|
4352 |
msgstr ""
|
4353 |
-
"Pour que les images des annonces soient payantes, configurer le par ajout "
|
4354 |
-
"ou modification d'un <a>plan de frais</a> au lieu de ce paramètre, qui est "
|
4355 |
-
"ignoré pour les annonces payées."
|
4356 |
|
4357 |
-
#: includes/
|
4358 |
-
#: includes/
|
4359 |
-
|
4360 |
-
|
4361 |
-
|
4362 |
-
msgstr "Extrait"
|
4363 |
|
4364 |
-
#: includes/
|
4365 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1135
|
4366 |
#, fuzzy
|
4367 |
-
msgctxt "admin
|
4368 |
-
msgid "
|
4369 |
-
msgstr "
|
4370 |
-
|
4371 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1183
|
4372 |
-
msgctxt "admin settings"
|
4373 |
-
msgid "Australian Dollar (AUD)"
|
4374 |
-
msgstr "Dollar Australien (AUD)"
|
4375 |
|
4376 |
-
#: includes/
|
4377 |
-
msgctxt "admin
|
4378 |
-
msgid "
|
4379 |
-
msgstr "
|
4380 |
|
4381 |
-
#: includes/
|
4382 |
-
msgctxt "admin
|
4383 |
-
msgid "
|
4384 |
-
msgstr "
|
4385 |
|
4386 |
-
#: includes/
|
4387 |
-
msgctxt "admin
|
4388 |
-
msgid "
|
4389 |
-
msgstr "
|
4390 |
|
4391 |
-
#: includes/
|
4392 |
-
msgctxt "admin
|
4393 |
-
msgid "
|
4394 |
-
msgstr "
|
4395 |
|
4396 |
-
#: includes/
|
4397 |
-
msgctxt "admin
|
4398 |
-
msgid "
|
|
|
|
|
4399 |
msgstr ""
|
|
|
|
|
4400 |
|
4401 |
-
#: includes/
|
4402 |
-
msgctxt "admin
|
4403 |
-
msgid "
|
4404 |
-
msgstr "
|
4405 |
|
4406 |
-
#: includes/
|
4407 |
-
msgctxt "admin
|
4408 |
-
msgid "
|
4409 |
-
msgstr "
|
4410 |
|
4411 |
-
#: includes/
|
4412 |
-
msgctxt "admin
|
4413 |
-
msgid "
|
4414 |
-
|
|
|
|
|
4415 |
|
4416 |
-
#: includes/
|
4417 |
-
msgctxt "admin
|
4418 |
-
msgid "
|
4419 |
-
|
|
|
|
|
4420 |
|
4421 |
-
#: includes/
|
4422 |
-
msgctxt "admin
|
4423 |
-
msgid "
|
4424 |
-
msgstr "
|
4425 |
|
4426 |
-
#: includes/
|
4427 |
-
msgctxt "admin
|
4428 |
-
msgid "
|
4429 |
-
|
|
|
|
|
4430 |
|
4431 |
-
#: includes/
|
4432 |
-
msgctxt "admin
|
4433 |
-
msgid "
|
4434 |
-
|
|
|
|
|
4435 |
|
4436 |
-
#: includes/
|
4437 |
-
msgctxt "admin
|
4438 |
-
msgid "
|
4439 |
-
msgstr "
|
4440 |
|
4441 |
-
#: includes/
|
4442 |
-
|
4443 |
-
|
4444 |
-
|
|
|
4445 |
|
4446 |
-
#:
|
4447 |
-
msgctxt "admin
|
4448 |
-
msgid "
|
4449 |
-
msgstr "
|
4450 |
|
4451 |
-
#:
|
4452 |
-
|
4453 |
-
|
4454 |
-
|
|
|
|
|
4455 |
|
4456 |
-
#:
|
4457 |
-
msgctxt "admin
|
4458 |
-
msgid "
|
4459 |
-
msgstr "
|
4460 |
|
4461 |
-
#:
|
4462 |
-
msgctxt "admin
|
4463 |
-
msgid "
|
4464 |
-
msgstr "
|
4465 |
|
4466 |
-
#:
|
4467 |
-
msgctxt "admin
|
4468 |
-
msgid "
|
4469 |
-
msgstr "
|
4470 |
|
4471 |
-
#:
|
4472 |
-
msgctxt "admin
|
4473 |
-
msgid "
|
4474 |
-
msgstr "
|
4475 |
|
4476 |
-
#:
|
4477 |
-
msgctxt "admin
|
4478 |
-
msgid "
|
4479 |
-
msgstr "
|
4480 |
-
|
4481 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1205
|
4482 |
-
msgctxt "admin settings"
|
4483 |
-
msgid "Taiwan Dollar (TWD)"
|
4484 |
-
msgstr "Dollar Taiwanais (TWD)"
|
4485 |
|
4486 |
-
#:
|
4487 |
-
msgctxt "admin
|
4488 |
-
msgid "
|
4489 |
-
msgstr "
|
4490 |
|
4491 |
-
#:
|
4492 |
-
msgctxt "admin
|
4493 |
-
msgid "
|
4494 |
-
msgstr "
|
4495 |
|
4496 |
-
#:
|
4497 |
-
msgctxt "admin
|
4498 |
-
msgid "
|
4499 |
-
msgstr "
|
4500 |
|
4501 |
-
#:
|
4502 |
-
msgctxt "admin
|
4503 |
-
msgid "
|
4504 |
-
msgstr "
|
4505 |
|
4506 |
-
#:
|
4507 |
-
msgctxt "admin
|
4508 |
-
msgid "
|
4509 |
-
msgstr "
|
4510 |
|
4511 |
-
#:
|
4512 |
-
msgctxt "admin
|
4513 |
-
msgid "
|
4514 |
-
msgstr "
|
4515 |
|
4516 |
-
|
4517 |
-
|
4518 |
-
msgctxt "admin
|
4519 |
-
msgid "
|
4520 |
-
msgstr ""
|
4521 |
|
4522 |
-
#:
|
4523 |
#, fuzzy
|
4524 |
-
msgctxt "admin
|
4525 |
-
msgid ""
|
4526 |
-
"
|
4527 |
-
"can also <a>customize the email</a> users receive."
|
4528 |
-
msgstr ""
|
4529 |
-
"Les annonces avec paiements en attente sont marquées comme abandonné après "
|
4530 |
-
"cette heure. Vous pouvez également personnaliser <a> l'e-mail </a> que les "
|
4531 |
-
"utilisateurs reçoivent."
|
4532 |
|
4533 |
-
#:
|
4534 |
-
|
4535 |
-
|
4536 |
-
|
4537 |
-
|
4538 |
-
"de l'auteur."
|
4539 |
|
4540 |
-
#:
|
4541 |
-
|
4542 |
-
|
4543 |
-
|
4544 |
-
"
|
4545 |
-
"de l'annonce."
|
4546 |
|
4547 |
-
#:
|
4548 |
-
|
4549 |
-
|
4550 |
-
|
|
|
4551 |
|
4552 |
-
#:
|
4553 |
-
msgctxt "admin
|
4554 |
-
msgid "
|
4555 |
msgstr ""
|
4556 |
|
4557 |
-
#:
|
4558 |
-
|
4559 |
-
|
4560 |
-
|
|
|
4561 |
|
4562 |
-
#:
|
4563 |
-
msgctxt "admin
|
4564 |
-
msgid "
|
4565 |
-
msgstr "
|
4566 |
|
4567 |
-
#:
|
4568 |
-
msgctxt "admin
|
4569 |
-
msgid "
|
4570 |
-
msgstr "
|
4571 |
|
4572 |
-
#:
|
4573 |
-
msgctxt "admin
|
4574 |
-
msgid "
|
4575 |
-
msgstr "
|
4576 |
|
4577 |
-
#:
|
4578 |
-
|
4579 |
-
|
4580 |
-
|
4581 |
-
msgstr "Une annonce est éditée."
|
4582 |
|
4583 |
-
#:
|
4584 |
-
|
4585 |
-
|
4586 |
-
|
4587 |
-
msgstr "Une annonce est éditée."
|
4588 |
|
4589 |
-
#:
|
4590 |
-
|
4591 |
-
|
4592 |
-
|
4593 |
-
msgstr "L'annonce a été mise à jour."
|
4594 |
|
4595 |
-
#:
|
4596 |
-
msgctxt "admin
|
4597 |
-
msgid "
|
4598 |
-
msgstr "
|
4599 |
|
4600 |
-
#:
|
4601 |
-
msgctxt "admin
|
4602 |
-
msgid "
|
4603 |
-
msgstr "
|
4604 |
|
4605 |
-
#:
|
4606 |
-
msgctxt "admin
|
4607 |
-
msgid "
|
4608 |
-
msgstr "
|
4609 |
|
4610 |
-
#:
|
4611 |
#, fuzzy
|
4612 |
-
msgctxt "admin
|
4613 |
-
msgid "
|
4614 |
-
msgstr "
|
4615 |
|
4616 |
-
#:
|
4617 |
-
|
4618 |
-
|
4619 |
-
|
4620 |
-
msgstr "Leur annonce est soumise."
|
4621 |
|
4622 |
-
#:
|
4623 |
-
|
4624 |
-
|
4625 |
-
|
4626 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1563
|
4627 |
-
msgctxt "admin settings"
|
4628 |
-
msgid "Listing's title"
|
4629 |
-
msgstr "Titre de l'annonce"
|
4630 |
|
4631 |
-
#:
|
4632 |
-
|
4633 |
-
|
4634 |
-
|
4635 |
-
msgid "Listing's fee plan name"
|
4636 |
-
msgstr "Date d'expiration de l'annonce"
|
4637 |
|
4638 |
-
#:
|
4639 |
-
|
4640 |
-
|
4641 |
-
|
4642 |
-
msgid "Listing's fee plan description"
|
4643 |
-
msgstr "Sélection des droits d'inscription"
|
4644 |
|
4645 |
-
#:
|
4646 |
-
|
4647 |
-
|
4648 |
-
|
4649 |
-
msgid "Listing's fee plan details"
|
4650 |
-
msgstr "Date d'expiration de l'annonce"
|
4651 |
|
4652 |
-
#:
|
4653 |
-
msgctxt "admin
|
|
|
|
|
|
|
|
|
|
|
4654 |
msgid ""
|
4655 |
-
"
|
4656 |
-
"
|
4657 |
msgstr ""
|
4658 |
-
"
|
4659 |
-
"
|
|
|
4660 |
|
4661 |
-
#:
|
4662 |
-
|
4663 |
-
|
4664 |
-
|
4665 |
-
msgstr "Url de l'annonce"
|
4666 |
|
4667 |
-
#:
|
4668 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4669 |
#, fuzzy
|
4670 |
msgctxt "admin settings"
|
4671 |
-
msgid "
|
4672 |
-
msgstr "
|
4673 |
|
4674 |
-
#: includes/admin/
|
4675 |
-
#, fuzzy
|
4676 |
msgctxt "admin settings"
|
4677 |
-
msgid "
|
4678 |
-
msgstr "
|
4679 |
|
4680 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4681 |
#, fuzzy
|
4682 |
msgctxt "admin settings"
|
4683 |
-
msgid "
|
4684 |
-
|
|
|
|
|
|
|
|
|
4685 |
|
4686 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4687 |
msgctxt "admin settings"
|
4688 |
-
msgid "
|
4689 |
-
msgstr ""
|
4690 |
|
4691 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4692 |
-
#, fuzzy
|
4693 |
msgctxt "admin settings"
|
4694 |
-
msgid "
|
4695 |
-
msgstr "
|
4696 |
|
4697 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4698 |
msgctxt "admin settings"
|
4699 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4700 |
msgstr ""
|
|
|
|
|
|
|
4701 |
|
4702 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
|
|
|
|
|
|
|
|
4703 |
#, fuzzy
|
4704 |
msgctxt "admin settings"
|
4705 |
-
msgid "
|
4706 |
-
msgstr "
|
4707 |
|
4708 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
4709 |
msgctxt "admin settings"
|
4710 |
-
msgid "
|
4711 |
-
msgstr "
|
4712 |
|
4713 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4714 |
#, fuzzy
|
4715 |
msgctxt "admin settings"
|
4716 |
-
msgid "
|
4717 |
-
msgstr "
|
4718 |
|
4719 |
-
#: includes/
|
|
|
4720 |
msgctxt "admin settings"
|
4721 |
-
msgid "
|
4722 |
-
msgstr "
|
4723 |
|
4724 |
-
#: includes/
|
4725 |
msgctxt "admin settings"
|
4726 |
-
msgid "
|
4727 |
-
msgstr "
|
4728 |
|
4729 |
-
#: includes/admin/
|
4730 |
-
|
4731 |
-
|
4732 |
-
|
|
|
4733 |
|
4734 |
-
#: includes/admin/
|
4735 |
-
|
4736 |
-
|
4737 |
-
|
|
|
4738 |
|
4739 |
-
#: includes/admin/
|
4740 |
-
msgctxt "
|
4741 |
-
msgid "
|
4742 |
-
msgstr "
|
4743 |
|
4744 |
-
#: includes/admin/
|
4745 |
-
msgctxt "
|
4746 |
-
msgid "
|
4747 |
-
msgstr "
|
4748 |
|
4749 |
-
#: includes/admin/
|
4750 |
-
|
4751 |
-
|
4752 |
-
|
|
|
4753 |
|
4754 |
-
#: includes/admin/
|
4755 |
-
|
4756 |
-
|
4757 |
-
|
|
|
4758 |
|
4759 |
-
#: includes/admin/
|
4760 |
-
msgctxt "
|
4761 |
-
msgid "
|
4762 |
-
msgstr "
|
4763 |
|
4764 |
-
#: includes/admin/
|
4765 |
-
msgctxt "
|
4766 |
-
msgid "
|
4767 |
-
|
4768 |
-
msgstr[0] "%d jour"
|
4769 |
-
msgstr[1] "%d jours"
|
4770 |
|
4771 |
-
#: includes/admin/
|
4772 |
-
msgctxt "
|
4773 |
-
msgid "
|
4774 |
-
|
4775 |
-
msgstr[0] "%d semaine"
|
4776 |
-
msgstr[1] "%d semaines"
|
4777 |
|
4778 |
-
#: includes/admin/
|
4779 |
-
msgctxt "
|
4780 |
-
msgid "
|
4781 |
-
|
4782 |
-
msgstr[0] "%d mois"
|
4783 |
-
msgstr[1] "%d mois"
|
4784 |
|
4785 |
-
|
4786 |
-
|
4787 |
-
|
4788 |
-
|
4789 |
-
msgid "Sent %1$s before a listing (%2$s) expires."
|
4790 |
-
msgstr "Envoyé %1$s avant l'expiration d'une liste (%2$s)."
|
4791 |
|
4792 |
-
|
4793 |
-
|
4794 |
-
|
4795 |
-
|
4796 |
-
|
4797 |
-
msgstr "
|
4798 |
-
|
4799 |
-
|
4800 |
-
|
4801 |
-
msgid "At the time of expiration"
|
4802 |
-
msgstr "Au moment de l'expiration"
|
4803 |
-
|
4804 |
-
#: includes/admin/controllers/class-settings-admin.php:618
|
4805 |
-
msgctxt "expiration notices"
|
4806 |
-
msgid "Right after a successful renewal"
|
4807 |
-
msgstr "Renouvellement réussi"
|
4808 |
-
|
4809 |
-
#: includes/admin/controllers/class-settings-admin.php:629
|
4810 |
-
msgctxt "expiration notices"
|
4811 |
-
msgid "%d day before expiration"
|
4812 |
-
msgid_plural "%d days before expiration"
|
4813 |
-
msgstr[0] "%d jour avant expiration"
|
4814 |
-
msgstr[1] "%d jours avant expiration"
|
4815 |
-
|
4816 |
-
#: includes/admin/controllers/class-settings-admin.php:629
|
4817 |
-
msgctxt "expiration notices"
|
4818 |
-
msgid "%d day after expiration"
|
4819 |
-
msgid_plural "%d days after expiration"
|
4820 |
-
msgstr[0] "%d jour après expiration"
|
4821 |
-
msgstr[1] "%d jours après expiration"
|
4822 |
-
|
4823 |
-
#: includes/admin/controllers/class-settings-admin.php:632
|
4824 |
-
msgctxt "expiration notices"
|
4825 |
-
msgid "%d week before expiration"
|
4826 |
-
msgid_plural "%d weeks before expiration"
|
4827 |
-
msgstr[0] "%d semaine avant expiration"
|
4828 |
-
msgstr[1] "%d semaines avant expiration"
|
4829 |
-
|
4830 |
-
#: includes/admin/controllers/class-settings-admin.php:632
|
4831 |
-
msgctxt "expiration notices"
|
4832 |
-
msgid "%d week after expiration"
|
4833 |
-
msgid_plural "%d weeks after expiration"
|
4834 |
-
msgstr[0] "%d semaine après expiration"
|
4835 |
-
msgstr[1] "%d semaines après expiration"
|
4836 |
-
|
4837 |
-
#: includes/admin/controllers/class-settings-admin.php:635
|
4838 |
-
msgctxt "expiration notices"
|
4839 |
-
msgid "%d month before expiration"
|
4840 |
-
msgid_plural "%d months before expiration"
|
4841 |
-
msgstr[0] "%d mois avant expiration"
|
4842 |
-
msgstr[1] "%d mois avant expiration"
|
4843 |
-
|
4844 |
-
#: includes/admin/controllers/class-settings-admin.php:635
|
4845 |
-
msgctxt "expiration notices"
|
4846 |
-
msgid "%d month after expiration"
|
4847 |
-
msgid_plural "%d months after expiration"
|
4848 |
-
msgstr[0] "%d mois après expiration"
|
4849 |
-
msgstr[1] "%d mois après expiration"
|
4850 |
-
|
4851 |
-
#: includes/admin/controllers/class-settings-admin.php:662
|
4852 |
-
msgctxt "expiration notices"
|
4853 |
-
msgid "Applies to"
|
4854 |
-
msgstr "Appliqué à"
|
4855 |
-
|
4856 |
-
#: includes/admin/controllers/class-settings-admin.php:665
|
4857 |
-
msgctxt "expiration notices"
|
4858 |
-
msgid "Non-recurring listings"
|
4859 |
-
msgstr "Annonces temporaires"
|
4860 |
-
|
4861 |
-
#: includes/admin/controllers/class-settings-admin.php:666
|
4862 |
-
msgctxt "expiration notices"
|
4863 |
-
msgid "Recurring listings"
|
4864 |
-
msgstr "Retourner à l'annonce"
|
4865 |
-
|
4866 |
-
#: includes/admin/controllers/class-settings-admin.php:667
|
4867 |
-
msgctxt "expiration notices"
|
4868 |
-
msgid "Recurring and non-recurring listings"
|
4869 |
-
msgstr "Annonces permanentes et temporaires"
|
4870 |
-
|
4871 |
-
#: includes/admin/controllers/class-settings-admin.php:672
|
4872 |
-
msgctxt "expiration notices"
|
4873 |
-
msgid "When to send?"
|
4874 |
-
msgstr "Quand envoyer ?"
|
4875 |
|
4876 |
-
#: includes/admin/
|
|
|
4877 |
#, fuzzy
|
4878 |
-
msgctxt "settings"
|
4879 |
-
msgid "
|
4880 |
-
msgstr "
|
4881 |
-
|
4882 |
-
#: includes/admin/controllers/class-settings-admin.php:540
|
4883 |
-
msgctxt "settings"
|
4884 |
-
msgid "Author's name"
|
4885 |
-
msgstr "Nom de l'auteur"
|
4886 |
-
|
4887 |
-
#: includes/admin/controllers/class-settings-admin.php:541
|
4888 |
-
msgctxt "settings"
|
4889 |
-
msgid "Listing's name (with link)"
|
4890 |
-
msgstr "Nom de l'annonce (avec lien)"
|
4891 |
|
4892 |
-
#: includes/admin/
|
|
|
4893 |
#, fuzzy
|
4894 |
-
msgctxt "settings"
|
4895 |
-
msgid "
|
4896 |
-
msgstr "
|
4897 |
-
|
4898 |
-
#: includes/admin/controllers/class-settings-admin.php:543
|
4899 |
-
msgctxt "settings"
|
4900 |
-
msgid "Listing's renewal link, formatted with an anchor tag"
|
4901 |
-
msgstr ""
|
4902 |
-
|
4903 |
-
#: includes/admin/controllers/class-settings-admin.php:544
|
4904 |
-
msgctxt "settings"
|
4905 |
-
msgid "Listing's renewal URL, unformatted by any tags"
|
4906 |
-
msgstr ""
|
4907 |
|
4908 |
-
#: includes/admin/
|
4909 |
-
|
4910 |
-
|
4911 |
-
|
4912 |
-
msgstr "Titre de l'annonce"
|
4913 |
|
4914 |
-
#: includes/admin/
|
4915 |
-
|
4916 |
-
|
4917 |
-
|
4918 |
-
msgstr "Date d'expiration de l'annonce"
|
4919 |
|
4920 |
-
#: includes/admin/
|
4921 |
-
|
4922 |
-
|
4923 |
-
|
4924 |
-
msgstr "Liste des clés d'accès"
|
4925 |
|
4926 |
-
#: includes/admin/
|
4927 |
-
|
4928 |
-
|
4929 |
-
|
4930 |
-
msgstr "Paramètres mis à jour."
|
4931 |
|
4932 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4933 |
-
msgctxt "settings"
|
4934 |
-
msgid "
|
4935 |
-
msgstr "
|
4936 |
|
4937 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4938 |
-
|
4939 |
-
|
4940 |
-
|
4941 |
-
msgstr "Listes"
|
4942 |
|
4943 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4944 |
-
|
4945 |
-
|
4946 |
-
|
4947 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1332
|
4948 |
-
#: includes/admin/settings/class-settings.php:341
|
4949 |
-
msgctxt "settings"
|
4950 |
-
msgid "General Settings"
|
4951 |
-
msgstr "Paramètres généraux"
|
4952 |
|
4953 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4954 |
-
msgctxt "settings"
|
4955 |
-
msgid "
|
4956 |
-
msgstr "
|
4957 |
|
4958 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4959 |
-
msgctxt "settings"
|
4960 |
-
msgid "
|
4961 |
-
msgstr "
|
4962 |
|
4963 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4964 |
-
msgctxt "settings"
|
4965 |
-
msgid "
|
4966 |
-
msgstr "
|
4967 |
|
4968 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4969 |
-
msgctxt "settings"
|
4970 |
-
msgid "
|
4971 |
-
msgstr "
|
4972 |
|
4973 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4974 |
-
msgctxt "settings"
|
4975 |
-
msgid "
|
4976 |
-
msgstr "
|
4977 |
|
4978 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4979 |
-
msgctxt "settings"
|
4980 |
-
msgid ""
|
4981 |
-
|
4982 |
-
msgstr "L’identifiant « %s » est déjà utilisé par un autre terme."
|
4983 |
|
4984 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4985 |
-
msgctxt "settings"
|
4986 |
-
msgid "
|
4987 |
-
msgstr "
|
4988 |
|
4989 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4990 |
-
msgctxt "settings"
|
4991 |
-
msgid "
|
4992 |
-
msgstr "
|
4993 |
|
4994 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
4995 |
-
msgctxt "settings"
|
4996 |
-
msgid "
|
4997 |
-
msgstr "
|
4998 |
|
4999 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5000 |
-
msgctxt "settings"
|
5001 |
-
msgid "
|
5002 |
-
msgstr ""
|
5003 |
-
"Cochez ce paramètre pour supprimer l'ID pour un meilleur référencement."
|
5004 |
|
5005 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5006 |
-
msgctxt "settings"
|
5007 |
-
msgid ""
|
5008 |
-
"
|
5009 |
-
"directory/1809/listing-title\"."
|
5010 |
-
msgstr ""
|
5011 |
-
"Avant 3.5.1, nous avons inclus l'ID dans l'URL de l'annonce, comme \"/ "
|
5012 |
-
"business-répertoire / 1809 / article-titre \". Vérifiez ce paramètre pour "
|
5013 |
-
"supprimer l'ID pour une meilleure SEO."
|
5014 |
|
5015 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5016 |
-
msgctxt "settings"
|
5017 |
-
msgid "
|
5018 |
-
msgstr "
|
5019 |
|
5020 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5021 |
-
msgctxt "settings"
|
5022 |
-
msgid "
|
5023 |
-
msgstr "
|
5024 |
|
5025 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5026 |
-
msgctxt "settings"
|
5027 |
-
msgid "
|
5028 |
-
msgstr "
|
5029 |
|
5030 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5031 |
-
msgctxt "settings"
|
5032 |
-
msgid "
|
5033 |
-
msgstr "
|
5034 |
|
5035 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5036 |
-
|
5037 |
-
|
5038 |
-
|
5039 |
-
msgstr "Utiliser CAPTCHA pour lister les commentaires?"
|
5040 |
|
5041 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5042 |
-
|
5043 |
-
|
5044 |
-
|
5045 |
-
msgstr "Utiliser CAPTCHA pour lister les commentaires?"
|
5046 |
|
5047 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5048 |
-
msgctxt "settings"
|
5049 |
-
msgid "
|
5050 |
-
msgstr "
|
5051 |
|
5052 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5053 |
-
msgctxt "settings"
|
5054 |
-
msgid "
|
5055 |
-
msgstr "
|
5056 |
|
5057 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5058 |
-
msgctxt "settings"
|
5059 |
-
msgid "
|
5060 |
-
msgstr "
|
5061 |
|
5062 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5063 |
-
|
5064 |
-
|
5065 |
-
|
5066 |
-
msgstr "Paramètres de code CAPTCHA"
|
5067 |
|
5068 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5069 |
-
msgctxt "settings"
|
5070 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
5071 |
msgstr ""
|
5072 |
|
5073 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5074 |
-
|
|
|
5075 |
msgid ""
|
5076 |
-
"
|
5077 |
-
"
|
5078 |
-
"context of your site. You can set here the score threshold, scores under "
|
5079 |
-
"this value will result in reCAPTCHA validation error."
|
5080 |
msgstr ""
|
|
|
|
|
|
|
5081 |
|
5082 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5083 |
-
msgctxt "settings"
|
5084 |
-
msgid "
|
5085 |
-
msgstr "Enregistrement"
|
5086 |
-
|
5087 |
-
#: includes/admin/settings/class-settings-bootstrap.php:208
|
5088 |
-
msgctxt "settings"
|
5089 |
-
msgid ""
|
5090 |
-
"We expect that a membership plugin supports the 'redirect_to' parameter for "
|
5091 |
-
"the URLs below to work. If the plugin does not support them, these settings "
|
5092 |
-
"will not function as expected. Please contact the membership plugin and ask "
|
5093 |
-
"them to support the WP standard 'redirect_to' query parameter."
|
5094 |
msgstr ""
|
5095 |
-
"
|
5096 |
-
"
|
5097 |
-
"plugin ne les supporte pas, ces paramètres ne fonctionneront pas comme "
|
5098 |
-
"prévu. Veuillez contacter le plugin d'adhésion et demandez-lui de prendre en "
|
5099 |
-
"charge le paramètre de requête WP 'redirect_to'."
|
5100 |
|
5101 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5102 |
-
msgctxt "settings"
|
5103 |
-
msgid "
|
5104 |
-
msgstr "
|
|
|
|
|
5105 |
|
5106 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5107 |
-
msgctxt "settings"
|
5108 |
-
msgid "
|
5109 |
msgstr ""
|
5110 |
-
"Autoriser les utilisateurs anonymes à modifier/gérer les annonces avec une "
|
5111 |
-
"clé d'accès ?"
|
5112 |
|
5113 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5114 |
-
msgctxt "settings"
|
5115 |
-
msgid "
|
5116 |
-
msgstr "
|
5117 |
|
5118 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5119 |
-
msgctxt "settings"
|
5120 |
-
msgid "
|
5121 |
msgstr ""
|
5122 |
-
"URL de la page d'inscription de votre plugin adhésion. Saisissez uniquement "
|
5123 |
-
"ceci si vous utilisez la page d'inscription du plugin d'adhésion ou une page "
|
5124 |
-
"personnalisée."
|
5125 |
|
5126 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5127 |
-
msgctxt "settings"
|
5128 |
-
msgid "
|
5129 |
-
msgstr "
|
5130 |
|
5131 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5132 |
-
msgctxt "settings"
|
5133 |
-
msgid "
|
5134 |
-
msgstr "
|
5135 |
|
5136 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5137 |
-
msgctxt "settings"
|
5138 |
-
msgid ""
|
5139 |
-
"
|
5140 |
-
msgstr ""
|
5141 |
-
"URL de la page d'inscription de votre plugin adhésion. Saisissez uniquement "
|
5142 |
-
"ceci si vous utilisez la page d'inscription du plugin d'adhésion ou une page "
|
5143 |
-
"personnalisée."
|
5144 |
|
5145 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5146 |
-
|
5147 |
-
|
5148 |
-
|
|
|
5149 |
|
5150 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5151 |
-
|
5152 |
-
|
5153 |
-
|
5154 |
-
"
|
5155 |
-
"annonce ?"
|
5156 |
|
5157 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5158 |
-
|
5159 |
-
|
5160 |
-
"
|
5161 |
-
"
|
5162 |
-
msgstr ""
|
5163 |
-
"Saisissez du texte ou une URL commençant par http. Si vous utilisez une URL, "
|
5164 |
-
"le texte des conditions d'utilisation sera remplacé par un lien vers la page "
|
5165 |
-
"appropriée."
|
5166 |
|
5167 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5168 |
-
msgctxt "settings"
|
5169 |
-
msgid "
|
5170 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
5171 |
|
5172 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5173 |
-
msgctxt "settings"
|
5174 |
-
msgid "
|
5175 |
-
msgstr "
|
5176 |
|
5177 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5178 |
-
|
5179 |
-
|
5180 |
-
|
|
|
5181 |
|
5182 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5183 |
-
|
5184 |
-
|
5185 |
-
|
|
|
5186 |
|
5187 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5188 |
-
|
5189 |
-
|
5190 |
-
|
|
|
|
|
|
|
|
|
5191 |
|
5192 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5193 |
-
|
5194 |
-
|
5195 |
-
"
|
5196 |
-
"
|
5197 |
-
msgstr ""
|
5198 |
|
5199 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5200 |
#, fuzzy
|
5201 |
-
msgctxt "settings"
|
5202 |
-
msgid "
|
5203 |
-
msgstr "
|
5204 |
|
5205 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5206 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5207 |
msgid ""
|
5208 |
-
"
|
5209 |
-
"
|
5210 |
-
"performed a conflict test to validate this is a multiple styles enqueueing "
|
5211 |
-
"issue."
|
5212 |
msgstr ""
|
|
|
|
|
5213 |
|
5214 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5215 |
-
|
5216 |
-
|
5217 |
-
|
|
|
5218 |
|
5219 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5220 |
-
|
5221 |
-
|
5222 |
-
|
|
|
|
|
5223 |
|
5224 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5225 |
-
|
5226 |
-
|
5227 |
-
|
5228 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5229 |
msgstr ""
|
5230 |
-
"Nombre d'annonces à montrer par page. Utilisez une valeur de \"0 \" pour "
|
5231 |
-
"afficher toutes les annonces sur une seule page (non recommandé)."
|
5232 |
|
5233 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5234 |
-
|
5235 |
-
|
5236 |
-
|
|
|
5237 |
|
5238 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5239 |
-
msgctxt "settings"
|
5240 |
-
msgid ""
|
5241 |
-
"Use a value of \"0\" to keep a listing alive indefinitely or enter a number "
|
5242 |
-
"less than 10 years (3650 days)."
|
5243 |
msgstr ""
|
5244 |
-
"Utilisez une valeur de « 0 » pour perpétuer indéfiniment une annonce ou "
|
5245 |
-
"entrez un nombre inférieur à 10 ans (3650 jours)."
|
5246 |
|
5247 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5248 |
-
|
5249 |
-
|
5250 |
-
|
|
|
5251 |
|
5252 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5253 |
-
msgctxt "settings"
|
5254 |
-
msgid "
|
5255 |
-
msgstr "
|
5256 |
|
5257 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5258 |
#, fuzzy
|
5259 |
-
msgctxt "settings"
|
5260 |
-
msgid "
|
5261 |
-
msgstr "
|
5262 |
|
5263 |
-
#: includes/
|
5264 |
-
msgctxt "settings"
|
5265 |
-
msgid "
|
5266 |
-
msgstr ""
|
5267 |
|
5268 |
-
#: includes/
|
5269 |
-
msgctxt "settings"
|
5270 |
-
msgid "
|
5271 |
-
msgstr ""
|
5272 |
|
5273 |
-
#: includes/admin/
|
5274 |
-
msgctxt "
|
5275 |
-
msgid ""
|
5276 |
-
"
|
5277 |
-
msgstr ""
|
5278 |
|
5279 |
-
#: includes/admin/
|
5280 |
-
msgctxt "
|
5281 |
-
msgid "
|
5282 |
-
msgstr ""
|
5283 |
-
"Inclure les annonces de formulaire de contact sur les pages d'annonces ?"
|
5284 |
|
5285 |
-
#: includes/admin/
|
5286 |
-
msgctxt "
|
5287 |
-
msgid ""
|
5288 |
-
"
|
5289 |
-
"the messages via email."
|
5290 |
-
msgstr ""
|
5291 |
-
"Permets aux visiteurs de contacter les auteurs d'annonces de façon privé. "
|
5292 |
-
"Les auteurs recevront les messages par e-mail."
|
5293 |
|
5294 |
-
#: includes/admin/
|
5295 |
-
msgctxt "
|
5296 |
-
msgid "
|
5297 |
-
msgstr "
|
5298 |
|
5299 |
-
#: includes/admin/
|
5300 |
-
|
5301 |
-
|
5302 |
-
|
5303 |
-
msgstr "Nombre maximum de formulaire de contact soumis par jour"
|
5304 |
|
5305 |
-
#: includes/admin/
|
5306 |
-
|
5307 |
-
|
5308 |
-
|
5309 |
-
|
5310 |
-
|
5311 |
-
|
5312 |
-
"
|
5313 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5314 |
|
5315 |
-
#: includes/admin/
|
5316 |
-
|
5317 |
-
|
5318 |
-
|
5319 |
-
msgstr "
|
|
|
5320 |
|
5321 |
-
|
5322 |
-
|
5323 |
-
|
5324 |
-
|
5325 |
-
"
|
5326 |
-
"
|
5327 |
-
msgstr ""
|
5328 |
-
"Utilisez ceci pour prévenir les annonces contenant des spams. 0 signifie un "
|
5329 |
-
"nombre de soumission illimité par jour."
|
5330 |
|
5331 |
-
|
5332 |
-
|
5333 |
-
|
5334 |
-
|
|
|
|
|
5335 |
|
5336 |
-
#: includes/admin/
|
5337 |
-
msgctxt "
|
5338 |
-
msgid "
|
5339 |
-
msgstr "
|
5340 |
|
5341 |
-
#: includes/admin/
|
5342 |
-
msgctxt "
|
5343 |
-
msgid ""
|
5344 |
-
"
|
5345 |
-
msgstr ""
|
5346 |
|
5347 |
-
#: includes/admin/
|
5348 |
-
msgctxt "
|
5349 |
-
msgid ""
|
5350 |
-
"
|
5351 |
-
"
|
5352 |
-
"
|
5353 |
-
msgstr ""
|
5354 |
|
5355 |
-
#: includes/admin/
|
5356 |
-
msgctxt "
|
5357 |
-
msgid "
|
5358 |
-
|
|
|
|
|
5359 |
|
5360 |
-
#: includes/admin/
|
5361 |
-
msgctxt "
|
5362 |
-
msgid "
|
5363 |
-
|
|
|
|
|
5364 |
|
5365 |
-
#: includes/admin/
|
5366 |
-
msgctxt "
|
5367 |
-
msgid "
|
5368 |
-
|
|
|
|
|
5369 |
|
5370 |
-
#: includes/admin/
|
5371 |
-
msgctxt "
|
5372 |
-
msgid "
|
5373 |
-
|
|
|
|
|
5374 |
|
5375 |
-
#: includes/admin/
|
5376 |
-
msgctxt "
|
5377 |
-
msgid "
|
5378 |
-
|
|
|
|
|
5379 |
|
5380 |
-
#: includes/admin/
|
5381 |
-
msgctxt "
|
5382 |
-
msgid "
|
5383 |
-
msgstr "
|
5384 |
|
5385 |
-
#: includes/admin/
|
5386 |
-
msgctxt "
|
5387 |
-
msgid "
|
5388 |
-
msgstr "
|
5389 |
|
5390 |
-
#: includes/admin/
|
5391 |
-
msgctxt "
|
5392 |
-
msgid "
|
5393 |
-
msgstr ""
|
5394 |
-
"Montrer seulement les catégories parentes dans la liste des catégories ?"
|
5395 |
|
5396 |
-
#: includes/admin/
|
5397 |
-
msgctxt "
|
5398 |
-
msgid "
|
5399 |
-
msgstr "
|
5400 |
|
5401 |
-
#: includes/admin/
|
5402 |
-
msgctxt "
|
5403 |
-
msgid "
|
5404 |
-
msgstr "
|
5405 |
|
5406 |
-
#: includes/admin/
|
|
|
5407 |
msgctxt "settings"
|
5408 |
-
msgid "
|
5409 |
-
msgstr ""
|
5410 |
-
"Ascendant pour un classement de A à Z, Descendant pour un classement de Z à A"
|
5411 |
|
5412 |
-
#: includes/admin/
|
5413 |
msgctxt "settings"
|
5414 |
-
msgid "
|
5415 |
-
msgstr "
|
5416 |
|
5417 |
-
#: includes/admin/
|
5418 |
msgctxt "settings"
|
5419 |
-
msgid "
|
5420 |
-
msgstr "
|
5421 |
|
5422 |
-
#: includes/admin/
|
|
|
5423 |
msgctxt "settings"
|
5424 |
-
msgid "
|
5425 |
-
msgstr "
|
5426 |
|
5427 |
-
#: includes/admin/
|
5428 |
msgctxt "settings"
|
5429 |
-
msgid ""
|
5430 |
-
"Hides the button used by the main UI to allow listing submission, but does "
|
5431 |
-
"not shut off the use of the link for submitting listings (allows you to "
|
5432 |
-
"customize the submit listing button on your own)"
|
5433 |
msgstr ""
|
5434 |
|
5435 |
-
#: includes/admin/
|
5436 |
-
msgctxt "settings"
|
5437 |
-
msgid "Show \"Search listings\"."
|
5438 |
-
msgstr "Montrer \"Chercher annonces\"."
|
5439 |
-
|
5440 |
-
#: includes/admin/settings/class-settings-bootstrap.php:866
|
5441 |
msgctxt "settings"
|
5442 |
-
msgid "
|
5443 |
-
msgstr "
|
5444 |
|
5445 |
-
#: includes/admin/
|
5446 |
#, fuzzy
|
5447 |
msgctxt "settings"
|
5448 |
-
msgid "
|
5449 |
-
msgstr "
|
5450 |
|
5451 |
-
#: includes/admin/
|
|
|
5452 |
msgctxt "settings"
|
5453 |
-
msgid "
|
5454 |
-
msgstr "
|
5455 |
|
5456 |
-
#: includes/admin/
|
|
|
5457 |
msgctxt "settings"
|
5458 |
-
msgid "
|
5459 |
-
msgstr "
|
5460 |
|
5461 |
-
#: includes/admin/
|
|
|
5462 |
msgctxt "settings"
|
5463 |
-
msgid "
|
5464 |
-
msgstr "
|
5465 |
|
5466 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5467 |
msgctxt "settings"
|
5468 |
-
msgid "
|
5469 |
-
msgstr "
|
5470 |
|
5471 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5472 |
msgctxt "settings"
|
5473 |
-
msgid "
|
5474 |
-
msgstr "
|
5475 |
|
5476 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
|
|
|
|
|
|
|
|
5477 |
msgctxt "settings"
|
5478 |
-
msgid "
|
5479 |
-
msgstr "
|
5480 |
|
5481 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5482 |
msgctxt "settings"
|
5483 |
-
msgid "
|
5484 |
-
msgstr "
|
5485 |
|
5486 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5487 |
msgctxt "settings"
|
5488 |
-
msgid "
|
5489 |
-
msgstr "
|
5490 |
|
5491 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5492 |
msgctxt "settings"
|
5493 |
-
msgid "
|
5494 |
-
msgstr "
|
5495 |
|
5496 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5497 |
msgctxt "settings"
|
5498 |
-
msgid "
|
5499 |
-
msgstr "
|
5500 |
|
5501 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5502 |
msgctxt "settings"
|
5503 |
-
msgid ""
|
5504 |
-
"
|
5505 |
-
msgstr ""
|
5506 |
-
"Décochez si cela entre en conflit avec d'autres éléments ou plugins "
|
5507 |
-
"installés sur votre site"
|
5508 |
|
5509 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5510 |
msgctxt "settings"
|
5511 |
-
msgid "
|
5512 |
-
|
|
|
5513 |
|
5514 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5515 |
msgctxt "settings"
|
5516 |
-
msgid "
|
5517 |
-
msgstr "
|
5518 |
|
5519 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5520 |
msgctxt "settings"
|
5521 |
-
msgid "
|
5522 |
-
msgstr "
|
5523 |
|
5524 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5525 |
msgctxt "settings"
|
5526 |
-
msgid "
|
5527 |
-
msgstr "
|
5528 |
|
5529 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5530 |
msgctxt "settings"
|
5531 |
-
msgid ""
|
5532 |
-
"When enabled images will match exactly the dimensions above but part of the "
|
5533 |
-
"image may be cropped out. If disabled, image thumbnails will be resized to "
|
5534 |
-
"match the specified width and their height will be adjusted proportionally. "
|
5535 |
-
"Depending on the uploaded images, thumbnails may have different heights."
|
5536 |
msgstr ""
|
5537 |
-
"
|
5538 |
-
"aux dimensions dans les paramètres ci-dessus mais partie de l'image peut "
|
5539 |
-
"être recadrée. Si vous décidez de redimensionner, vignettes d'image seront "
|
5540 |
-
"redimensionnées pour correspondre à la largeur spécifiée et leur hauteur "
|
5541 |
-
"sera ajustée proportionnellement ; selon les images téléchargées, les photos "
|
5542 |
-
"peuvent avoir des hauteurs différentes."
|
5543 |
|
5544 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5545 |
msgctxt "settings"
|
5546 |
-
msgid "
|
|
|
|
|
5547 |
msgstr ""
|
|
|
|
|
|
|
5548 |
|
5549 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5550 |
msgctxt "settings"
|
5551 |
-
msgid "
|
5552 |
-
msgstr "
|
5553 |
|
5554 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5555 |
msgctxt "settings"
|
5556 |
-
msgid "Use
|
5557 |
-
msgstr ""
|
5558 |
|
5559 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5560 |
-
#, fuzzy
|
5561 |
msgctxt "settings"
|
5562 |
-
msgid "
|
5563 |
-
msgstr "
|
5564 |
|
5565 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5566 |
msgctxt "settings"
|
5567 |
-
msgid ""
|
5568 |
-
"
|
5569 |
-
"detail views. For CROPPED image size values, we use the EXACT size defined. "
|
5570 |
-
"For all other values, we preserve the aspect ratio of the image and use the "
|
5571 |
-
"width as the starting point."
|
5572 |
-
msgstr ""
|
5573 |
|
5574 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5575 |
msgctxt "settings"
|
5576 |
-
msgid "
|
5577 |
-
msgstr "
|
5578 |
|
5579 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5580 |
#, fuzzy
|
5581 |
msgctxt "settings"
|
5582 |
-
msgid "
|
5583 |
-
msgstr "
|
5584 |
|
5585 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5586 |
-
#, fuzzy
|
5587 |
msgctxt "settings"
|
5588 |
-
msgid "
|
5589 |
-
msgstr "
|
5590 |
|
5591 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5592 |
msgctxt "settings"
|
5593 |
-
msgid "
|
5594 |
-
msgstr ""
|
5595 |
|
5596 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5597 |
msgctxt "settings"
|
5598 |
-
msgid "
|
5599 |
-
msgstr ""
|
5600 |
|
5601 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
|
|
5602 |
msgctxt "settings"
|
5603 |
-
msgid "
|
5604 |
-
msgstr "
|
5605 |
|
5606 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5607 |
msgctxt "settings"
|
5608 |
-
msgid "
|
5609 |
-
msgstr "
|
5610 |
|
5611 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5612 |
msgctxt "settings"
|
5613 |
-
msgid "
|
5614 |
-
|
|
|
|
|
|
|
|
|
5615 |
|
5616 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5617 |
msgctxt "settings"
|
5618 |
-
msgid "
|
5619 |
-
msgstr "
|
5620 |
|
5621 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5622 |
msgctxt "settings"
|
5623 |
-
msgid "
|
5624 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5625 |
|
5626 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5627 |
msgctxt "settings"
|
5628 |
-
msgid "
|
5629 |
-
msgstr "
|
5630 |
|
5631 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5632 |
msgctxt "settings"
|
5633 |
-
msgid "
|
5634 |
msgstr ""
|
|
|
|
|
5635 |
|
5636 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5637 |
msgctxt "settings"
|
5638 |
-
msgid "
|
5639 |
-
msgstr "
|
5640 |
|
5641 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5642 |
msgctxt "settings"
|
5643 |
-
msgid "
|
5644 |
-
msgstr "
|
|
|
|
|
|
|
5645 |
|
5646 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5647 |
msgctxt "settings"
|
5648 |
-
msgid "
|
5649 |
-
msgstr "
|
5650 |
|
5651 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5652 |
msgctxt "settings"
|
5653 |
-
msgid "
|
5654 |
-
msgstr "
|
5655 |
|
5656 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5657 |
msgctxt "settings"
|
5658 |
msgid ""
|
5659 |
-
"
|
5660 |
-
"RECOMMENDED as this increases spam to the address and allows spam bots to "
|
5661 |
-
"harvest it for future use."
|
5662 |
msgstr ""
|
5663 |
-
"
|
5664 |
-
"
|
5665 |
-
"
|
5666 |
-
|
5667 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1347
|
5668 |
-
msgctxt "settings"
|
5669 |
-
msgid "How to determine the listing's email address?"
|
5670 |
-
msgstr "Comment définir l'adresse e-mail de l'annonce ?"
|
5671 |
|
5672 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5673 |
msgctxt "settings"
|
5674 |
-
msgid ""
|
5675 |
-
"
|
5676 |
-
"listings expire."
|
5677 |
-
msgstr ""
|
5678 |
-
"Cela affecte l'envoie des e-mails aux propriétaires des annonces via le "
|
5679 |
-
"formulaire de contact ou quand leurs annonces expirent."
|
5680 |
|
5681 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5682 |
msgctxt "settings"
|
5683 |
-
msgid "
|
5684 |
msgstr ""
|
|
|
|
|
5685 |
|
5686 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5687 |
msgctxt "settings"
|
5688 |
msgid ""
|
5689 |
-
"
|
5690 |
-
"
|
5691 |
-
"set, you can do that here. If you're unsure, try \"HTML\", \"Plain\" and "
|
5692 |
-
"then \"Both\"."
|
5693 |
msgstr ""
|
|
|
|
|
|
|
5694 |
|
5695 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5696 |
-
msgctxt "settings"
|
5697 |
-
msgid "Templates"
|
5698 |
-
msgstr "Template d'E-Mail"
|
5699 |
-
|
5700 |
-
#: includes/admin/settings/class-settings-bootstrap.php:1428
|
5701 |
msgctxt "settings"
|
5702 |
-
msgid "
|
5703 |
-
msgstr "
|
5704 |
|
5705 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5706 |
msgctxt "settings"
|
5707 |
-
msgid "
|
5708 |
-
msgstr "
|
5709 |
|
5710 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5711 |
msgctxt "settings"
|
5712 |
-
msgid "
|
5713 |
-
msgstr "
|
5714 |
|
5715 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5716 |
msgctxt "settings"
|
5717 |
-
msgid "
|
5718 |
-
msgstr ""
|
5719 |
-
"Envoyé lorsque l'annonce a été publiée ou approuvée par un administrateur."
|
5720 |
|
5721 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5722 |
msgctxt "settings"
|
5723 |
-
msgid "Listing
|
5724 |
-
msgstr "
|
5725 |
|
5726 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5727 |
msgctxt "settings"
|
5728 |
msgid ""
|
5729 |
-
"
|
5730 |
-
"pages."
|
5731 |
msgstr ""
|
5732 |
-
"Envoyer aux propriétaires des annonces quand quelqu'un utilise le formulaire "
|
5733 |
-
"de contact sur leurs pages d'annonces."
|
5734 |
|
5735 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5736 |
#, fuzzy
|
5737 |
msgctxt "settings"
|
5738 |
-
msgid "
|
5739 |
-
msgstr "
|
5740 |
|
5741 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5742 |
-
#, fuzzy
|
5743 |
msgctxt "settings"
|
5744 |
-
msgid "
|
|
|
|
|
|
|
|
|
5745 |
msgstr ""
|
5746 |
-
"Envoyer après un certain temps lorsqu'un paiement en attente est abandonné "
|
5747 |
-
"par les utilisateurs."
|
5748 |
|
5749 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5750 |
msgctxt "settings"
|
5751 |
-
msgid "
|
5752 |
-
msgstr "
|
5753 |
|
5754 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5755 |
msgctxt "settings"
|
5756 |
-
msgid "
|
5757 |
-
msgstr ""
|
5758 |
-
"Envoyer après un certain temps lorsqu'un paiement en attente est abandonné "
|
5759 |
-
"par les utilisateurs."
|
5760 |
|
5761 |
-
#: includes/admin/settings/class-settings-bootstrap.php:
|
5762 |
msgctxt "settings"
|
5763 |
-
msgid "
|
|
|
|
|
5764 |
msgstr ""
|
|
|
|
|
5765 |
|
5766 |
-
#: includes/admin/settings/class-settings.php:
|
5767 |
-
#: includes/admin/settings/class-settings.php:506
|
5768 |
msgctxt "settings"
|
5769 |
-
msgid "
|
5770 |
-
msgstr "
|
5771 |
|
5772 |
-
#: includes/admin/settings/class-settings.php:
|
5773 |
msgctxt "settings"
|
5774 |
-
msgid "
|
5775 |
-
|
|
|
|
|
|
|
|
|
5776 |
|
5777 |
-
#: includes/
|
5778 |
msgctxt "settings"
|
5779 |
-
msgid "
|
5780 |
-
msgstr "
|
5781 |
|
5782 |
-
#: includes/
|
5783 |
msgctxt "settings"
|
5784 |
-
msgid "
|
5785 |
-
msgstr "
|
5786 |
|
5787 |
-
#: includes/
|
5788 |
#, fuzzy
|
5789 |
msgctxt "settings"
|
5790 |
-
msgid "
|
5791 |
-
msgstr "
|
5792 |
-
|
5793 |
-
#: includes/admin/controllers/class-themes-admin.php:43
|
5794 |
-
msgctxt "themes"
|
5795 |
-
msgid "Directory Themes"
|
5796 |
-
msgstr "Catégories de l'annuaire"
|
5797 |
|
5798 |
-
#: includes/admin/
|
5799 |
-
msgctxt "
|
5800 |
-
msgid "
|
5801 |
-
msgstr "
|
5802 |
|
5803 |
-
#: includes/admin/
|
5804 |
-
msgctxt "
|
5805 |
-
msgid "
|
5806 |
-
msgstr "
|
5807 |
|
5808 |
-
#: includes/admin/
|
5809 |
-
msgctxt "
|
5810 |
msgid ""
|
5811 |
-
"
|
5812 |
-
"to put your data on the theme. Below are fields we think are missing."
|
5813 |
msgstr ""
|
5814 |
-
"%s nécessite que vous étiquetiez vos champs existants pour faire "
|
5815 |
-
"correspondre les emplacements et mettre vos données sur le thème. Voici les "
|
5816 |
-
"champs qui nous manquent."
|
5817 |
-
|
5818 |
-
#: includes/admin/controllers/class-themes-admin.php:170
|
5819 |
-
msgctxt "themes"
|
5820 |
-
msgid "Map My Fields"
|
5821 |
-
msgstr "Gestion des champs"
|
5822 |
-
|
5823 |
-
#: includes/admin/controllers/class-themes-admin.php:178
|
5824 |
-
msgctxt "themes"
|
5825 |
-
msgid "Suggested fields created successfully."
|
5826 |
-
msgstr "Champs créés avec succès."
|
5827 |
-
|
5828 |
-
#: includes/admin/controllers/class-themes-admin.php:181
|
5829 |
-
msgctxt "themes"
|
5830 |
-
msgid "Theme installed successfully."
|
5831 |
-
msgstr "Thème installé avec succès."
|
5832 |
-
|
5833 |
-
#: includes/admin/controllers/class-themes-admin.php:184
|
5834 |
-
msgctxt "themes"
|
5835 |
-
msgid "Theme was deleted successfully."
|
5836 |
-
msgstr "Le thème a été supprimé."
|
5837 |
-
|
5838 |
-
#: includes/admin/controllers/class-themes-admin.php:187
|
5839 |
-
msgctxt "themes"
|
5840 |
-
msgid "Could not delete theme directory. Check permissions."
|
5841 |
-
msgstr "Impossible de supprimer le dossier du thème. Vérifier les permissions."
|
5842 |
-
|
5843 |
-
#: includes/admin/controllers/class-themes-admin.php:239
|
5844 |
-
msgctxt "themes"
|
5845 |
-
msgid "Please upload a valid theme file."
|
5846 |
-
msgstr "Veuillez télécharger un fichier de thème valide."
|
5847 |
|
5848 |
-
#: includes/admin/
|
5849 |
-
msgctxt "
|
5850 |
-
msgid "
|
5851 |
-
msgstr "Impossible de déplacer \"%s\" vers un dossier temporaire."
|
5852 |
-
|
5853 |
-
#: includes/admin/controllers/class-themes-admin.php:334
|
5854 |
-
msgctxt "themes"
|
5855 |
-
msgid "Activate your <a>license key</a> to use this theme."
|
5856 |
-
msgstr "Activer votre <a>numéro de licence</a> pour utiliser ce thème."
|
5857 |
-
|
5858 |
-
#: includes/admin/controllers/class-themes-admin.php:377
|
5859 |
-
#, fuzzy
|
5860 |
-
msgctxt "themes"
|
5861 |
-
msgid "Invalid theme ID"
|
5862 |
-
msgstr "ID d'élément non valide"
|
5863 |
-
|
5864 |
-
#: includes/admin/controllers/class-themes-admin.php:383
|
5865 |
-
#: includes/admin/upgrades/class-themes-updater.php:170
|
5866 |
-
msgctxt "themes"
|
5867 |
-
msgid "Could not update theme: %s"
|
5868 |
-
msgstr "Impossible de mettre à jour le thème: %s"
|
5869 |
-
|
5870 |
-
#: includes/admin/upgrades/class-themes-updater.php:132
|
5871 |
-
msgctxt "themes"
|
5872 |
-
msgid "Updating theme..."
|
5873 |
-
msgstr "Mise à jour du thème..."
|
5874 |
-
|
5875 |
-
#: includes/admin/upgrades/class-themes-updater.php:133
|
5876 |
-
msgctxt "themes"
|
5877 |
-
msgid "Theme updated."
|
5878 |
-
msgstr "Thème mis à jour."
|
5879 |
-
|
5880 |
-
#: includes/admin/upgrades/class-themes-updater.php:135
|
5881 |
-
msgctxt "themes"
|
5882 |
-
msgid "New version available (<b>%s</b>). <a>Update now.</a>"
|
5883 |
msgstr ""
|
5884 |
-
"
|
5885 |
-
|
5886 |
-
#: includes/admin/upgrades/class-themes-updater.php:176
|
5887 |
-
msgctxt "themes"
|
5888 |
-
msgid "Theme was updated successfully."
|
5889 |
-
msgstr "Le thème a été mis à jour avec succès."
|
5890 |
-
|
5891 |
-
#: includes/themes.php:960
|
5892 |
-
msgctxt "themes"
|
5893 |
-
msgid "Could not create themes directory."
|
5894 |
-
msgstr "Impossible de créer le répertoire de thèmes."
|
5895 |
|
5896 |
-
#: includes/
|
5897 |
-
msgctxt "
|
5898 |
-
msgid "
|
5899 |
-
|
|
|
|
|
|
|
|
|
5900 |
|
5901 |
-
#: includes/
|
5902 |
-
msgctxt "
|
5903 |
-
msgid "
|
5904 |
-
msgstr "
|
5905 |
|
5906 |
-
#: includes/admin/
|
5907 |
-
|
5908 |
-
|
5909 |
-
|
|
|
5910 |
|
5911 |
-
#: includes/admin/
|
5912 |
-
|
5913 |
-
|
|
|
|
|
|
|
5914 |
msgstr ""
|
5915 |
-
"
|
|
|
5916 |
|
5917 |
-
#: includes/admin/
|
5918 |
-
|
5919 |
-
|
5920 |
-
|
5921 |
-
"
|
5922 |
-
"CSV: %s"
|
5923 |
|
5924 |
-
#:
|
5925 |
-
|
|
|
5926 |
msgid ""
|
5927 |
-
"
|
5928 |
-
"
|
5929 |
-
"the values of the 'memory_limit' and 'max_execution_time' directives in your "
|
5930 |
-
"server's php.ini configuration file."
|
5931 |
msgstr ""
|
5932 |
-
"
|
5933 |
-
"
|
5934 |
-
"d'augmenter la valeur de la 'limite-mémoire' et les directives 'temps-max-"
|
5935 |
-
"d'exécution' dans votre fichier de configuration serveur php.ini."
|
5936 |
|
5937 |
-
#:
|
5938 |
-
msgctxt "
|
5939 |
-
msgid "
|
5940 |
-
msgstr "
|
5941 |
|
5942 |
-
#:
|
5943 |
-
msgctxt "
|
5944 |
-
msgid "
|
5945 |
-
msgstr "
|
5946 |
|
5947 |
-
#:
|
5948 |
-
msgctxt "
|
5949 |
-
msgid "
|
5950 |
-
|
|
|
5951 |
|
5952 |
-
#:
|
5953 |
-
msgctxt "
|
5954 |
-
msgid "
|
5955 |
-
|
|
|
|
|
|
|
5956 |
|
5957 |
-
#:
|
5958 |
-
msgctxt "
|
5959 |
-
msgid "
|
5960 |
-
msgstr "
|
5961 |
|
5962 |
-
#:
|
5963 |
-
msgctxt "
|
5964 |
-
msgid "
|
5965 |
-
msgstr "
|
5966 |
|
5967 |
-
#:
|
5968 |
-
msgctxt "
|
5969 |
-
msgid "
|
5970 |
-
msgstr "
|
5971 |
|
5972 |
-
#:
|
5973 |
-
msgctxt "
|
5974 |
-
msgid ""
|
5975 |
-
"
|
5976 |
-
"both a CSV file and listing images."
|
5977 |
-
msgstr ""
|
5978 |
-
"Lorsque c'est coché un fichier ZIP sera généré avec la partie CSV et les "
|
5979 |
-
"fichiers d'image."
|
5980 |
|
5981 |
-
#:
|
5982 |
-
msgctxt "
|
5983 |
-
msgid "
|
5984 |
-
msgstr "
|
5985 |
|
5986 |
-
#:
|
5987 |
-
msgctxt "
|
5988 |
-
msgid "
|
5989 |
-
msgstr "
|
5990 |
|
5991 |
-
#:
|
5992 |
-
msgctxt "
|
5993 |
-
msgid "
|
5994 |
-
msgstr "
|
5995 |
|
5996 |
-
#:
|
5997 |
-
msgctxt "
|
5998 |
-
msgid "
|
5999 |
-
msgstr "
|
|
|
6000 |
|
6001 |
-
#:
|
6002 |
-
|
6003 |
-
|
6004 |
-
|
6005 |
-
msgstr "Annonce créée"
|
6006 |
|
6007 |
-
#:
|
6008 |
-
|
6009 |
-
|
6010 |
-
|
6011 |
-
msgstr "Date d'expiration de l'annonce"
|
6012 |
|
6013 |
-
#:
|
6014 |
-
|
6015 |
-
|
6016 |
-
|
6017 |
-
|
6018 |
|
6019 |
-
#:
|
6020 |
-
msgctxt "
|
6021 |
-
msgid "
|
6022 |
-
msgstr "
|
6023 |
|
6024 |
-
#:
|
6025 |
-
msgctxt "
|
6026 |
-
msgid "
|
6027 |
-
msgstr "
|
6028 |
|
6029 |
-
#:
|
6030 |
-
msgctxt "
|
6031 |
-
msgid "
|
6032 |
-
msgstr "
|
6033 |
|
6034 |
-
#:
|
6035 |
-
msgctxt "
|
6036 |
msgid ""
|
6037 |
-
"
|
6038 |
-
"
|
6039 |
-
"
|
6040 |
-
"each operating system."
|
6041 |
msgstr ""
|
6042 |
-
"Les versions Windows et macOS de MS Excel gèrent différemment les fichiers "
|
6043 |
-
"CSV. Pour vous assurer que toutes les informations de vos annonces "
|
6044 |
-
"s'affichent correctement lorsque vous affichez ou modifiez le fichier CSV, "
|
6045 |
-
"nous devons générer différentes versions du fichier pour chaque système "
|
6046 |
-
"d'exploitation."
|
6047 |
|
6048 |
-
#:
|
6049 |
-
msgctxt "
|
6050 |
-
msgid "
|
6051 |
-
msgstr "
|
6052 |
|
6053 |
-
#:
|
6054 |
-
msgctxt "
|
6055 |
-
msgid "
|
6056 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6057 |
|
6058 |
-
#:
|
6059 |
-
msgctxt "
|
6060 |
-
msgid "
|
6061 |
-
msgstr "
|
6062 |
|
6063 |
-
#:
|
6064 |
-
msgctxt "
|
6065 |
-
msgid ""
|
6066 |
-
"
|
6067 |
-
"until the export finishes."
|
6068 |
-
msgstr ""
|
6069 |
-
"Votre fichier d'exportation est prêt. Veuillez <u>ne pas quitter</u> cette "
|
6070 |
-
"page jusqu'à la fin de l'export."
|
6071 |
|
6072 |
-
#:
|
6073 |
-
msgctxt "
|
6074 |
-
msgid "
|
6075 |
-
msgstr "
|
6076 |
|
6077 |
-
#:
|
6078 |
-
msgctxt "
|
6079 |
-
msgid "
|
6080 |
-
msgstr "
|
6081 |
|
6082 |
-
#:
|
6083 |
-
msgctxt "
|
6084 |
-
msgid "
|
6085 |
-
msgstr "
|
6086 |
|
6087 |
-
#:
|
6088 |
-
msgctxt "
|
6089 |
-
msgid "
|
6090 |
-
msgstr "
|
6091 |
|
6092 |
-
#:
|
6093 |
-
msgctxt "
|
6094 |
-
msgid ""
|
6095 |
-
"
|
6096 |
-
"download."
|
6097 |
-
msgstr ""
|
6098 |
-
"Votre fichier d'exportation a été créé et il est maintenant prêt pour le "
|
6099 |
-
"téléchargement."
|
6100 |
|
6101 |
-
#:
|
6102 |
-
|
6103 |
-
|
6104 |
-
|
6105 |
-
msgstr "Téléchargement %s (%s)"
|
6106 |
|
6107 |
-
#:
|
6108 |
-
msgctxt "
|
6109 |
msgid ""
|
6110 |
-
"
|
6111 |
-
"temporary data created by Business Directory during the export process."
|
6112 |
msgstr ""
|
6113 |
-
"
|
6114 |
-
"
|
6115 |
-
"processus d'exportation."
|
6116 |
|
6117 |
-
#:
|
6118 |
-
msgctxt "
|
6119 |
-
msgid "
|
6120 |
-
msgstr "
|
6121 |
|
6122 |
-
#:
|
6123 |
-
msgctxt "
|
6124 |
-
msgid "
|
6125 |
-
msgstr "
|
6126 |
|
6127 |
-
#:
|
6128 |
-
msgctxt "
|
6129 |
-
msgid "
|
6130 |
-
msgstr "
|
6131 |
|
6132 |
-
#:
|
6133 |
-
msgctxt "
|
6134 |
-
msgid "
|
6135 |
-
msgstr "
|
6136 |
|
6137 |
-
#: includes/admin/
|
6138 |
-
|
6139 |
-
msgctxt "csv import"
|
6140 |
msgid ""
|
6141 |
-
"
|
6142 |
-
"
|
6143 |
-
"
|
|
|
6144 |
msgstr ""
|
6145 |
-
"
|
6146 |
-
"
|
6147 |
-
"
|
6148 |
-
"
|
|
|
|
|
6149 |
|
6150 |
-
#: includes/admin/
|
6151 |
-
msgctxt "
|
6152 |
-
msgid "
|
6153 |
-
msgstr "
|
6154 |
|
6155 |
-
#: includes/admin/
|
6156 |
-
msgctxt "
|
6157 |
-
msgid "
|
6158 |
-
msgstr "
|
6159 |
|
6160 |
-
#:
|
6161 |
-
msgctxt "
|
6162 |
-
msgid "
|
6163 |
msgstr ""
|
6164 |
-
"Cliquez sur un paiement pour voir les détails, approuver / rejeter la "
|
6165 |
-
"transaction."
|
6166 |
|
6167 |
-
#:
|
6168 |
-
|
6169 |
-
|
6170 |
-
|
|
|
6171 |
|
6172 |
-
#:
|
6173 |
-
msgctxt "
|
6174 |
-
msgid "
|
6175 |
-
|
|
|
|
|
|
|
|
|
6176 |
|
6177 |
-
#:
|
6178 |
-
msgctxt "
|
6179 |
-
msgid "
|
6180 |
-
msgstr "
|
6181 |
|
6182 |
-
#:
|
6183 |
-
|
6184 |
-
msgctxt "
|
6185 |
-
msgid "
|
6186 |
-
msgstr "
|
6187 |
|
6188 |
-
#:
|
6189 |
-
|
6190 |
-
|
6191 |
-
|
|
|
6192 |
|
6193 |
-
#:
|
6194 |
-
msgctxt "
|
6195 |
-
msgid "
|
6196 |
-
msgstr "
|
6197 |
|
6198 |
-
#:
|
6199 |
-
msgctxt "
|
6200 |
-
msgid "
|
6201 |
-
msgstr "
|
6202 |
|
6203 |
-
#:
|
6204 |
-
msgctxt "
|
6205 |
-
msgid "
|
6206 |
-
msgstr "
|
6207 |
|
6208 |
-
#:
|
6209 |
-
|
6210 |
-
|
6211 |
-
|
6212 |
-
|
6213 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6214 |
|
6215 |
-
#:
|
6216 |
-
|
6217 |
-
|
6218 |
-
|
6219 |
-
msgid "Cancel"
|
6220 |
-
msgstr "Annuler"
|
6221 |
|
6222 |
-
#:
|
6223 |
-
msgctxt "
|
6224 |
-
msgid "
|
6225 |
-
msgstr "
|
6226 |
|
6227 |
-
#:
|
6228 |
-
msgctxt "
|
6229 |
-
msgid "
|
6230 |
-
msgstr "
|
6231 |
|
6232 |
-
#:
|
6233 |
-
msgctxt "
|
6234 |
-
msgid "
|
6235 |
-
msgstr "
|
6236 |
|
6237 |
-
#:
|
6238 |
-
msgctxt "
|
6239 |
-
msgid "
|
6240 |
-
msgstr "
|
6241 |
|
6242 |
-
#: includes/admin/
|
6243 |
-
msgctxt "
|
6244 |
-
msgid "Listing
|
6245 |
-
msgstr "
|
6246 |
|
6247 |
-
#: includes/admin/
|
6248 |
-
msgctxt "
|
6249 |
-
msgid "
|
6250 |
-
msgstr "
|
6251 |
|
6252 |
-
#: includes/admin/
|
6253 |
-
msgctxt "
|
6254 |
-
msgid "
|
|
|
|
|
|
|
6255 |
msgstr ""
|
|
|
|
|
|
|
6256 |
|
6257 |
-
#: includes/admin/
|
6258 |
-
msgctxt "
|
6259 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6260 |
msgstr ""
|
|
|
|
|
6261 |
|
6262 |
-
#: includes/admin/
|
6263 |
-
|
6264 |
-
|
6265 |
-
|
6266 |
-
msgstr "Une annonce expire"
|
6267 |
|
6268 |
-
#: includes/admin/
|
6269 |
-
|
6270 |
-
|
6271 |
-
|
6272 |
-
|
|
|
|
|
|
|
6273 |
|
6274 |
-
#: includes/admin/
|
6275 |
-
msgctxt "
|
6276 |
-
msgid "
|
6277 |
-
msgstr "
|
6278 |
|
6279 |
-
#: includes/admin/
|
6280 |
-
msgctxt "
|
6281 |
-
msgid "
|
6282 |
-
msgstr "
|
6283 |
|
6284 |
-
#: includes/admin/
|
6285 |
-
msgctxt "
|
6286 |
-
msgid "
|
6287 |
-
msgstr "
|
6288 |
|
6289 |
-
#: includes/admin/
|
6290 |
-
msgctxt "
|
6291 |
-
msgid "
|
6292 |
-
msgstr "
|
6293 |
|
6294 |
-
#: includes/admin/
|
6295 |
-
msgctxt "
|
6296 |
-
msgid "
|
6297 |
-
msgstr "
|
|
|
6298 |
|
6299 |
-
#: includes/admin/
|
6300 |
-
msgctxt "
|
6301 |
-
msgid "
|
6302 |
-
msgstr "
|
6303 |
|
6304 |
-
#: includes/admin/
|
6305 |
-
msgctxt "
|
6306 |
-
msgid "
|
6307 |
-
|
|
|
|
|
|
|
|
|
6308 |
|
6309 |
-
#: includes/admin/
|
6310 |
#, fuzzy
|
6311 |
-
msgctxt "
|
6312 |
-
msgid "
|
6313 |
-
msgstr "
|
6314 |
|
6315 |
-
#: includes/admin/
|
6316 |
-
|
6317 |
-
|
6318 |
-
|
|
|
|
|
|
|
6319 |
|
6320 |
-
#: includes/admin/
|
6321 |
-
msgctxt "
|
6322 |
-
msgid "
|
6323 |
-
msgstr "
|
6324 |
|
6325 |
-
#: includes/admin/
|
6326 |
-
|
6327 |
-
|
6328 |
-
|
6329 |
-
|
|
|
6330 |
|
6331 |
-
#: includes/admin/
|
6332 |
-
msgctxt "
|
6333 |
-
msgid "
|
6334 |
msgstr ""
|
6335 |
-
"Cette valeur de champ est représentée dans la vue extraite d'une annonce."
|
6336 |
|
6337 |
-
#: includes/admin/
|
6338 |
-
|
6339 |
-
|
6340 |
-
|
|
|
6341 |
|
6342 |
-
#: includes/admin/
|
6343 |
-
msgctxt "
|
6344 |
-
msgid "
|
6345 |
-
msgstr "
|
6346 |
|
6347 |
-
#: includes/
|
6348 |
-
msgctxt "
|
6349 |
-
msgid "
|
6350 |
-
msgstr "
|
6351 |
|
6352 |
-
#: includes/
|
6353 |
-
msgctxt "
|
6354 |
-
msgid "
|
6355 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6356 |
|
6357 |
-
#: includes/admin/
|
6358 |
-
msgctxt "
|
6359 |
-
msgid "
|
6360 |
-
msgstr "
|
6361 |
|
6362 |
-
#: includes/admin/
|
6363 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
6364 |
msgid ""
|
6365 |
-
"
|
6366 |
-
"
|
6367 |
-
"field will not be displayed on the frontend. If you want e-mail addresses to "
|
6368 |
-
"show on the frontend, you can <a>enable public display of e-mails</a>."
|
6369 |
msgstr ""
|
6370 |
-
"
|
6371 |
-
"les
|
6372 |
-
"
|
6373 |
-
"version publique du site. Si vous souhaitez que les adresses e-mail "
|
6374 |
-
"s'affichent publiquement, vous pouvez <a>activer l'affichage public des e-"
|
6375 |
-
"mails</a>."
|
6376 |
|
6377 |
-
#: includes/admin/
|
6378 |
-
msgctxt "
|
6379 |
-
msgid "
|
6380 |
-
msgstr "
|
6381 |
|
6382 |
-
#: includes/admin/
|
6383 |
-
msgctxt "
|
6384 |
-
msgid "
|
6385 |
-
msgstr "Champs
|
6386 |
|
6387 |
-
#: includes/admin/
|
6388 |
-
msgctxt "
|
6389 |
-
msgid "
|
6390 |
-
msgstr "
|
6391 |
|
6392 |
-
#: includes/
|
6393 |
-
|
6394 |
-
|
6395 |
-
|
6396 |
-
msgstr "Sélectionnez une annonce"
|
6397 |
|
6398 |
-
#: includes/
|
6399 |
-
|
6400 |
-
|
6401 |
-
|
6402 |
-
msgstr ""
|
6403 |
-
"Champ d'options (pour sélectionner des annonces, des boutons radio et cases "
|
6404 |
-
"à cocher)."
|
6405 |
|
6406 |
-
#: includes/
|
6407 |
-
msgctxt "
|
6408 |
-
msgid "
|
6409 |
-
msgstr ""
|
6410 |
|
6411 |
-
#: includes/
|
6412 |
-
msgctxt "
|
6413 |
-
msgid "
|
6414 |
-
msgstr ""
|
6415 |
|
6416 |
-
#: includes/
|
6417 |
-
|
6418 |
-
|
6419 |
-
|
6420 |
-
msgstr "La liste des options est obligatoire."
|
6421 |
|
6422 |
-
#: includes/
|
6423 |
#, fuzzy
|
6424 |
-
msgctxt "
|
6425 |
-
msgid "
|
6426 |
-
msgstr "
|
6427 |
-
|
6428 |
-
#: includes/fields/class-fieldtypes-textarea.php:193
|
6429 |
-
msgctxt "form-fields admin"
|
6430 |
-
msgid "Allow HTML input for this field?"
|
6431 |
-
msgstr "Autoriser les ajouts HTML dans ce champ?"
|
6432 |
|
6433 |
-
#: includes/
|
6434 |
-
|
6435 |
-
|
6436 |
-
|
|
|
6437 |
|
6438 |
-
#: includes/
|
6439 |
-
msgctxt "
|
6440 |
-
msgid "
|
6441 |
-
msgstr "
|
6442 |
|
6443 |
-
#: includes/
|
6444 |
-
msgctxt "
|
6445 |
-
msgid "
|
6446 |
-
msgstr "
|
6447 |
|
6448 |
-
#: includes/
|
6449 |
-
msgctxt "
|
6450 |
-
msgid ""
|
6451 |
-
"<b>Advanced users only!</b> Unless you've been told to change this, don't "
|
6452 |
-
"switch it unless you know what you're doing."
|
6453 |
msgstr ""
|
6454 |
-
"
|
6455 |
-
"changer cela, ne le coupez pas sauf si vous savez ce que vous faites."
|
6456 |
|
6457 |
-
#: includes/
|
6458 |
-
msgctxt "
|
6459 |
-
msgid "
|
6460 |
-
msgstr "
|
6461 |
|
6462 |
-
#: includes/
|
6463 |
-
msgctxt "
|
6464 |
-
msgid "
|
6465 |
-
msgstr ""
|
6466 |
|
6467 |
-
#: includes/
|
6468 |
-
msgctxt "
|
6469 |
-
msgid ""
|
6470 |
-
"
|
6471 |
-
"Description)"
|
6472 |
-
msgstr ""
|
6473 |
|
6474 |
-
#: includes/
|
6475 |
-
msgctxt "
|
6476 |
-
msgid ""
|
6477 |
-
"
|
6478 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6479 |
msgstr ""
|
|
|
6480 |
|
6481 |
-
#: includes/
|
6482 |
-
msgctxt "
|
6483 |
-
msgid "
|
6484 |
msgstr ""
|
|
|
|
|
6485 |
|
6486 |
-
#:
|
6487 |
-
msgctxt "
|
6488 |
msgid ""
|
6489 |
-
"
|
6490 |
-
"
|
|
|
|
|
6491 |
msgstr ""
|
|
|
|
|
|
|
|
|
6492 |
|
6493 |
-
#:
|
6494 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6495 |
msgid ""
|
6496 |
-
"
|
6497 |
-
"
|
6498 |
msgstr ""
|
|
|
|
|
6499 |
|
6500 |
-
#:
|
6501 |
-
msgctxt "
|
6502 |
-
msgid "
|
6503 |
-
msgstr "
|
6504 |
|
6505 |
-
#:
|
6506 |
-
|
6507 |
-
|
6508 |
-
|
6509 |
-
msgstr "Montrer les catégories par messages postés ?"
|
6510 |
|
6511 |
-
#: templates/admin/
|
6512 |
-
msgctxt "
|
6513 |
-
msgid "
|
6514 |
-
msgstr "
|
6515 |
|
6516 |
-
#: templates/admin/
|
6517 |
-
|
6518 |
-
|
6519 |
-
|
6520 |
-
msgid "required"
|
6521 |
-
msgstr "requis"
|
6522 |
|
6523 |
-
#: templates/admin/
|
6524 |
-
|
6525 |
-
|
6526 |
-
|
|
|
6527 |
|
6528 |
-
#: templates/admin/
|
6529 |
-
|
6530 |
-
|
6531 |
-
|
|
|
6532 |
|
6533 |
-
#: templates/admin/
|
6534 |
-
|
6535 |
-
|
6536 |
-
|
|
|
6537 |
|
6538 |
-
#: templates/admin/
|
6539 |
-
msgctxt "
|
6540 |
-
msgid "
|
6541 |
-
msgstr "
|
6542 |
|
6543 |
-
#: templates/admin/
|
6544 |
-
msgctxt "
|
6545 |
-
msgid "
|
6546 |
-
msgstr "
|
6547 |
|
6548 |
-
#: templates/admin/
|
6549 |
-
msgctxt "
|
6550 |
-
msgid "
|
6551 |
-
msgstr "
|
6552 |
|
6553 |
-
#: templates/admin/
|
6554 |
-
msgctxt "
|
6555 |
-
msgid "
|
6556 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6557 |
|
6558 |
-
#: templates/admin/
|
6559 |
-
msgctxt "
|
6560 |
-
msgid "
|
6561 |
-
msgstr "
|
6562 |
|
6563 |
-
#: templates/admin/
|
6564 |
-
msgctxt "
|
6565 |
-
msgid "
|
6566 |
-
msgstr "
|
6567 |
|
6568 |
-
#: templates/admin/
|
6569 |
-
msgctxt "
|
6570 |
-
msgid "
|
6571 |
-
msgstr "
|
6572 |
|
6573 |
-
#: templates/admin/
|
6574 |
-
msgctxt "
|
6575 |
-
msgid "
|
6576 |
-
|
|
|
|
|
|
|
|
|
6577 |
|
6578 |
-
#: templates/admin/
|
6579 |
-
|
6580 |
-
|
6581 |
-
|
6582 |
-
msgstr "Politique de catégorie de plan :"
|
6583 |
|
6584 |
-
#: templates/admin/
|
6585 |
-
|
6586 |
-
|
6587 |
-
|
6588 |
-
msgstr "Le plan s'applique à toutes les catégories"
|
6589 |
|
6590 |
-
#: templates/admin/
|
6591 |
-
|
6592 |
-
|
6593 |
-
|
6594 |
-
msgstr "Le plan ne s'applique qu'à certaines catégories"
|
6595 |
|
6596 |
-
#: templates/admin/
|
6597 |
-
|
6598 |
-
|
6599 |
-
|
6600 |
-
msgstr "Limite plan pour les catégories suivantes:"
|
6601 |
|
6602 |
-
#: templates/admin/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6603 |
#, fuzzy
|
6604 |
-
msgctxt "
|
6605 |
-
msgid "
|
6606 |
-
msgstr "
|
6607 |
|
6608 |
-
#: templates/admin/
|
6609 |
-
msgctxt "
|
6610 |
-
msgid "
|
|
|
|
|
6611 |
msgstr ""
|
|
|
|
|
|
|
6612 |
|
6613 |
-
#: templates/admin/
|
6614 |
-
|
6615 |
-
|
6616 |
-
|
6617 |
-
msgstr "Afficher cette valeur dans la vue de l'annonce."
|
6618 |
|
6619 |
-
#: templates/admin/
|
6620 |
-
msgctxt "
|
6621 |
-
msgid "
|
6622 |
-
msgstr "
|
6623 |
|
6624 |
-
#: templates/admin/
|
6625 |
-
msgctxt "
|
6626 |
-
msgid "
|
6627 |
-
msgstr "
|
6628 |
|
6629 |
-
#: templates/admin/
|
6630 |
-
msgctxt "
|
6631 |
-
msgid "
|
6632 |
-
msgstr "
|
6633 |
|
6634 |
-
#:
|
6635 |
-
|
6636 |
-
|
6637 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6638 |
|
6639 |
-
#:
|
6640 |
-
msgctxt "
|
6641 |
-
msgid "
|
6642 |
-
msgstr "
|
6643 |
|
6644 |
-
#: templates/admin/
|
6645 |
-
msgctxt "
|
6646 |
-
msgid "
|
6647 |
-
msgstr "
|
|
|
|
|
6648 |
|
6649 |
-
#: templates/admin/
|
6650 |
-
msgctxt "
|
6651 |
-
msgid "
|
6652 |
-
msgstr "
|
6653 |
|
6654 |
-
#: templates/admin/
|
6655 |
-
msgctxt "
|
6656 |
-
msgid "
|
6657 |
-
msgstr "
|
6658 |
|
6659 |
-
#: templates/admin/
|
6660 |
-
msgctxt "
|
6661 |
-
msgid "
|
6662 |
-
msgstr "
|
6663 |
|
6664 |
-
#: templates/admin/
|
6665 |
-
|
6666 |
-
msgctxt "
|
6667 |
-
msgid "
|
6668 |
-
msgstr "
|
6669 |
|
6670 |
-
#: templates/admin/
|
6671 |
-
msgctxt "
|
6672 |
-
msgid "
|
6673 |
-
msgstr ""
|
6674 |
|
6675 |
-
#: templates/admin/
|
6676 |
-
msgctxt "
|
6677 |
-
msgid "
|
6678 |
-
msgstr ""
|
6679 |
|
6680 |
-
#: templates/admin/
|
6681 |
-
msgctxt "
|
6682 |
-
msgid "
|
6683 |
-
msgstr "
|
6684 |
|
6685 |
-
#: templates/admin/
|
6686 |
-
msgctxt "
|
6687 |
-
msgid "
|
6688 |
-
msgstr "
|
6689 |
|
6690 |
-
#: templates/admin/
|
6691 |
-
|
6692 |
-
|
6693 |
-
|
|
|
|
|
6694 |
|
6695 |
-
#: templates/admin/
|
6696 |
-
|
6697 |
-
|
6698 |
-
|
|
|
|
|
6699 |
|
6700 |
-
#: templates/admin/
|
6701 |
-
msgctxt "
|
6702 |
-
msgid ""
|
6703 |
-
"
|
6704 |
-
"first, otherwise you'll appear to be \"missing data\" on your listings."
|
6705 |
-
msgstr ""
|
6706 |
-
"Avant de créer des champs, assurez-vous que vous avez d'abord mappé tous les "
|
6707 |
-
"champs existants, sinon des \"données manquantes\" apparaîtront dans vos "
|
6708 |
-
"annonces."
|
6709 |
|
6710 |
-
#: templates/admin/
|
6711 |
-
msgctxt "
|
6712 |
-
msgid "
|
6713 |
-
msgstr "
|
6714 |
|
6715 |
-
#: templates/admin/
|
6716 |
-
msgctxt "
|
6717 |
-
msgid "
|
6718 |
-
msgstr "
|
6719 |
|
6720 |
-
#: templates/admin/
|
6721 |
-
msgctxt "
|
6722 |
-
msgid "
|
6723 |
-
msgstr "
|
6724 |
|
6725 |
-
#:
|
6726 |
-
msgctxt "
|
6727 |
-
msgid "
|
6728 |
-
msgstr "
|
6729 |
|
6730 |
-
#:
|
6731 |
-
msgctxt "
|
6732 |
-
msgid ""
|
6733 |
-
"
|
6734 |
-
|
6735 |
-
|
|
|
|
|
6736 |
msgstr ""
|
6737 |
-
"Ici, vous pouvez créer de nouveaux champs pour vos annonces, modifier ou "
|
6738 |
-
"supprimer ceux qui existent déjà, modifier l'ordre et la visibilité des "
|
6739 |
-
"champs ainsi que configurer des options spéciales pour eux."
|
6740 |
|
6741 |
-
#:
|
6742 |
-
msgctxt "
|
6743 |
-
msgid "
|
6744 |
msgstr ""
|
6745 |
-
|
6746 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6747 |
|
6748 |
#: includes/admin/settings/class-settings-bootstrap.php:637
|
6749 |
#: includes/admin/settings/class-settings-bootstrap.php:650
|
@@ -7104,18 +7204,18 @@ msgctxt "listing"
|
|
7104 |
msgid "Listing expired"
|
7105 |
msgstr "Une annonce expire"
|
7106 |
|
7107 |
-
#: includes/models/class-listing.php:
|
7108 |
msgctxt "listing"
|
7109 |
msgid "(Unavailable Plan)"
|
7110 |
msgstr "(Plan indisponible disponible)"
|
7111 |
|
7112 |
-
#: includes/models/class-listing.php:
|
7113 |
#, fuzzy
|
7114 |
msgctxt "listing"
|
7115 |
msgid "Plan \"%s\" (recurring)"
|
7116 |
msgstr "(récurrent)"
|
7117 |
|
7118 |
-
#: includes/models/class-listing.php:
|
7119 |
msgctxt "listing"
|
7120 |
msgid "Plan \"%s\""
|
7121 |
msgstr "Statut \"%s\""
|
@@ -7292,12 +7392,12 @@ msgctxt "recaptcha"
|
|
7292 |
msgid "The reCAPTCHA validation score failed."
|
7293 |
msgstr "Le code CAPTCHA n'a pas été rentré correctement."
|
7294 |
|
7295 |
-
#: includes/class-wpbdp.php:
|
7296 |
msgctxt "listing image upload"
|
7297 |
msgid "Can not upload any more images for this listing."
|
7298 |
msgstr "Impossible de télécharger d'images pour cette annonce."
|
7299 |
|
7300 |
-
#: includes/class-wpbdp.php:
|
7301 |
#, fuzzy
|
7302 |
msgctxt "listing image upload"
|
7303 |
msgid ""
|
@@ -7340,17 +7440,12 @@ msgid "Selected gateway does not support payment's currency."
|
|
7340 |
msgstr ""
|
7341 |
"La passerelle sélectionnée ne prend pas en charge la devise de paiement."
|
7342 |
|
7343 |
-
#: includes/controllers/pages/class-checkout.php:
|
7344 |
-
msgctxt "checkout"
|
7345 |
-
msgid "Pay Now"
|
7346 |
-
msgstr "Payez maintenant"
|
7347 |
-
|
7348 |
-
#: includes/controllers/pages/class-checkout.php:225
|
7349 |
msgctxt "checkout"
|
7350 |
msgid "Unknown gateway error."
|
7351 |
msgstr "Erreur inconnue de la passerelle de paiement. Veuillez réessayer."
|
7352 |
|
7353 |
-
#: includes/controllers/pages/class-checkout.php:
|
7354 |
msgctxt "checkout"
|
7355 |
msgid ""
|
7356 |
"There was an error trying to process your request. No gateway is selected."
|
@@ -7393,23 +7488,6 @@ msgstr ""
|
|
7393 |
"La vérification prend habituellement quelques minutes. Cette page sera "
|
7394 |
"automatiquement actualisée s'il y a une mise à jour."
|
7395 |
|
7396 |
-
#: templates/checkout.tpl.php:10
|
7397 |
-
msgctxt "checkout"
|
7398 |
-
msgid "Checkout"
|
7399 |
-
msgstr "Validation"
|
7400 |
-
|
7401 |
-
#: templates/checkout.tpl.php:31
|
7402 |
-
msgctxt "checkout"
|
7403 |
-
msgid ""
|
7404 |
-
"Recurring fee plans require a payment method to renew your listing at the "
|
7405 |
-
"end of the term."
|
7406 |
-
msgstr ""
|
7407 |
-
|
7408 |
-
#: templates/checkout.tpl.php:37
|
7409 |
-
msgctxt "checkout"
|
7410 |
-
msgid "Select a Payment Method"
|
7411 |
-
msgstr "Mode de paiement"
|
7412 |
-
|
7413 |
#: includes/controllers/pages/class-delete-listing.php:36
|
7414 |
msgctxt "delete listing"
|
7415 |
msgid "Your listing has been deleted."
|
@@ -7534,7 +7612,7 @@ msgstr ""
|
|
7534 |
"frontal votre site. Si cela ne correspond pas à votre souhait, cliquez </a> "
|
7535 |
"ici <a> pour modifier le paramétrage."
|
7536 |
|
7537 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7538 |
msgctxt "templates"
|
7539 |
msgid ""
|
7540 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
@@ -7543,27 +7621,27 @@ msgstr ""
|
|
7543 |
"<b>Aperçu non disponible</b>. Avez-vous coché le paramètre \"Désactiver la "
|
7544 |
"soumission de l'annonce publique ?\" ?"
|
7545 |
|
7546 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7547 |
msgctxt "templates"
|
7548 |
msgid ""
|
7549 |
"Listing submission has been disabled. Contact the administrator for details."
|
7550 |
msgstr ""
|
7551 |
|
7552 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7553 |
msgctxt "templates"
|
7554 |
msgid ""
|
7555 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7556 |
"submit a listing. %s to create a fee plan"
|
7557 |
msgstr ""
|
7558 |
|
7559 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7560 |
msgctxt "templates"
|
7561 |
msgid ""
|
7562 |
"Listing submission is not available at the moment. Contact the administrator "
|
7563 |
"for details."
|
7564 |
msgstr ""
|
7565 |
|
7566 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7567 |
msgctxt "templates"
|
7568 |
msgid ""
|
7569 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -7571,12 +7649,12 @@ msgid ""
|
|
7571 |
"an existing field"
|
7572 |
msgstr ""
|
7573 |
|
7574 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7575 |
msgctxt "templates"
|
7576 |
msgid "Please agree to the Terms and Conditions."
|
7577 |
msgstr "Veuillez accepter les conditions d'utilisation."
|
7578 |
|
7579 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7580 |
msgctxt "templates"
|
7581 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7582 |
msgstr "J'accepte <a> Conditions générales </a>"
|
@@ -7957,59 +8035,59 @@ msgstr ""
|
|
7957 |
"Vous êtes connecté en tant qu'administrateur. Toutes les étapes de paiement "
|
7958 |
"seront passées."
|
7959 |
|
7960 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7961 |
#, fuzzy
|
7962 |
msgctxt "submit listing"
|
7963 |
msgid "Category selection"
|
7964 |
msgstr "Sélection de la catégorie"
|
7965 |
|
7966 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7967 |
msgctxt "submit listing"
|
7968 |
msgid "Category & plan selection"
|
7969 |
msgstr "Sélection Catégorie et plan"
|
7970 |
|
7971 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7972 |
msgctxt "submit listing"
|
7973 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7974 |
msgstr ""
|
7975 |
"Impossible de soumettre une liste en ce moment. Veuillez réessayer plus tard."
|
7976 |
|
7977 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7978 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7979 |
msgctxt "submit listing"
|
7980 |
msgid "Please select a category."
|
7981 |
msgstr "Veuillez sélectionner une catégorie."
|
7982 |
|
7983 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7984 |
msgctxt "submit listing"
|
7985 |
msgid "Please choose a valid category for your plan."
|
7986 |
msgstr "Veuillez choisir une catégorie valide pour votre annonce."
|
7987 |
|
7988 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7989 |
msgctxt "submit listing"
|
7990 |
msgid "Please choose a valid fee plan for your category selection."
|
7991 |
msgstr ""
|
7992 |
"S'il vous plaît choisir un plan tarifaire valable pour votre sélection de "
|
7993 |
"catégorie."
|
7994 |
|
7995 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
7996 |
msgctxt "submit listing"
|
7997 |
msgid "Please enter your desired username."
|
7998 |
msgstr "S'il vous plaît entrer votre nom d'utilisateur souhaité."
|
7999 |
|
8000 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8001 |
msgctxt "submit listing"
|
8002 |
msgid "Please enter the e-mail for your new account."
|
8003 |
msgstr "S'il vous plaît entrer votre e-mail pour votre nouveau compte."
|
8004 |
|
8005 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8006 |
msgctxt "submit listing"
|
8007 |
msgid "The username you chose is already in use. Please use a different one."
|
8008 |
msgstr ""
|
8009 |
"Le nom d'utilisateur que vous avez choisi est déjà utilisé. Veuillez en "
|
8010 |
"utiliser un autre."
|
8011 |
|
8012 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8013 |
msgctxt "submit listing"
|
8014 |
msgid "The e-mail address you chose for your account is already in use."
|
8015 |
msgstr ""
|
@@ -8020,7 +8098,7 @@ msgctxt "submit listing"
|
|
8020 |
msgid "Listing submitted by admin. Payment skipped."
|
8021 |
msgstr "Annonce soumis par admin. Paiement sauté."
|
8022 |
|
8023 |
-
#: includes/controllers/pages/class-submit-listing.php:
|
8024 |
msgctxt "listing submit"
|
8025 |
msgid ""
|
8026 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -8580,47 +8658,6 @@ msgctxt "utils"
|
|
8580 |
msgid "Error while uploading file"
|
8581 |
msgstr "Erreur durant l'upload du fichier"
|
8582 |
|
8583 |
-
#: includes/widgets/class-listings-widget.php:45
|
8584 |
-
#: includes/widgets/widget-search.php:29
|
8585 |
-
msgctxt "widgets"
|
8586 |
-
msgid "Title:"
|
8587 |
-
msgstr "Titre:"
|
8588 |
-
|
8589 |
-
#: includes/widgets/class-listings-widget.php:51
|
8590 |
-
msgctxt "widgets"
|
8591 |
-
msgid "Number of listings to display:"
|
8592 |
-
msgstr "Nombre d'affichage d'annonce:"
|
8593 |
-
|
8594 |
-
#: includes/widgets/class-listings-widget.php:60
|
8595 |
-
msgctxt "widgets"
|
8596 |
-
msgid "Thumbnails"
|
8597 |
-
msgstr "Miniatures"
|
8598 |
-
|
8599 |
-
#: includes/widgets/class-listings-widget.php:68
|
8600 |
-
msgctxt "widgets"
|
8601 |
-
msgid "Show thumbnails"
|
8602 |
-
msgstr "Montrer les miniatures"
|
8603 |
-
|
8604 |
-
#: includes/widgets/class-listings-widget.php:72
|
8605 |
-
msgctxt "widgets"
|
8606 |
-
msgid "Image width (in px):"
|
8607 |
-
msgstr "Largeur d'images (en pixel):"
|
8608 |
-
|
8609 |
-
#: includes/widgets/class-listings-widget.php:78
|
8610 |
-
msgctxt "widgets"
|
8611 |
-
msgid "Leave blank for automatic width."
|
8612 |
-
msgstr "Laissez ce champ vide pour la largeur automatique."
|
8613 |
-
|
8614 |
-
#: includes/widgets/class-listings-widget.php:83
|
8615 |
-
msgctxt "widgets"
|
8616 |
-
msgid "Image height (in px):"
|
8617 |
-
msgstr "Hauteur d'image (en pixel):"
|
8618 |
-
|
8619 |
-
#: includes/widgets/class-listings-widget.php:89
|
8620 |
-
msgctxt "widgets"
|
8621 |
-
msgid "Leave blank for automatic height."
|
8622 |
-
msgstr "Laissez ce champ vide pour la hauteur automatique."
|
8623 |
-
|
8624 |
#: includes/widgets/widget-featured-listings.php:12
|
8625 |
msgctxt "widgets"
|
8626 |
msgid "Business Directory - Featured Listings"
|
@@ -8689,6 +8726,11 @@ msgctxt "widgets"
|
|
8689 |
msgid "Search the Business Directory"
|
8690 |
msgstr "Rechercher l'annuaire professionnel"
|
8691 |
|
|
|
|
|
|
|
|
|
|
|
8692 |
#: includes/widgets/widget-search.php:36
|
8693 |
msgctxt "widgets"
|
8694 |
msgid "Form Style:"
|
@@ -9049,6 +9091,18 @@ msgctxt "send-access-keys"
|
|
9049 |
msgid "Continue"
|
9050 |
msgstr "Continuer"
|
9051 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9052 |
#, fuzzy
|
9053 |
#~ msgid "Is featured listing/sticky?"
|
9054 |
#~ msgstr "Annonces prioritaires?"
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2021-11-10 22:26:32+00:00\n"
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: Laurent Provin <lprovin@yahoo.fr>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
31 |
"payment processor directly."
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: includes/admin/class-admin.php:189
|
35 |
#, fuzzy
|
36 |
msgid ""
|
37 |
"Find out how to create a compelling, thriving business directory from "
|
41 |
"zéro dans ce cours (GRATUIT) en 5 parties (envoyé via e-mail). Obtenez un "
|
42 |
"module premium GRATUIT juste après votre inscription."
|
43 |
|
44 |
+
#: includes/admin/class-admin.php:198
|
45 |
#, fuzzy
|
46 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
47 |
msgstr ""
|
48 |
"Voulez-vous connaître les secrets de la création d'un superbe annuaire "
|
49 |
"professionnel ?"
|
50 |
|
51 |
+
#: includes/admin/class-admin.php:200
|
52 |
#, fuzzy
|
53 |
msgid "Yes, please!"
|
54 |
msgstr "Oui, s'il vous plait !"
|
55 |
|
56 |
+
#: includes/admin/class-admin.php:202 includes/admin/tracking.php:215
|
57 |
#, fuzzy
|
58 |
msgid "No, thanks"
|
59 |
msgstr "Non, merci"
|
60 |
|
61 |
+
#: includes/admin/class-admin.php:264
|
62 |
#, fuzzy
|
63 |
msgid "Invalid email address."
|
64 |
msgstr "Adresse e-mail non valide."
|
65 |
|
66 |
+
#: includes/admin/class-admin.php:298
|
67 |
#, fuzzy
|
68 |
msgid "Business Directory Admin"
|
69 |
msgstr "Administrateur de l'Annuaire Professionnel"
|
70 |
|
71 |
+
#: includes/admin/class-admin.php:299
|
72 |
#: includes/admin/settings/class-settings-bootstrap.php:703
|
73 |
#: includes/admin/settings/class-settings-bootstrap.php:704
|
74 |
#: includes/helpers/class-app.php:93
|
76 |
msgid "Directory"
|
77 |
msgstr "Annuaire"
|
78 |
|
79 |
+
#: includes/admin/class-admin.php:310 templates/admin/home.tpl.php:65
|
80 |
#, fuzzy
|
81 |
msgid "Fee Plans"
|
82 |
msgstr "Plan tarifaire"
|
83 |
|
84 |
+
#: includes/admin/class-admin.php:313 templates/admin/home.tpl.php:60
|
85 |
#, fuzzy
|
86 |
msgid "Form Fields"
|
87 |
msgstr "champ de formulaires"
|
88 |
|
89 |
+
#: includes/admin/class-admin.php:342 includes/admin/class-admin.php:343
|
90 |
#: includes/licensing.php:220
|
91 |
#, fuzzy
|
92 |
msgid "Modules"
|
93 |
msgstr "Tous les (modules installés)"
|
94 |
|
95 |
+
#: includes/admin/class-admin.php:343
|
96 |
#, fuzzy
|
97 |
msgid "Business Directory"
|
98 |
msgstr "Annuaire Professionnel"
|
99 |
|
100 |
+
#: includes/admin/class-admin.php:847
|
101 |
#, fuzzy
|
102 |
msgid "Could not send renewal email."
|
103 |
msgstr "Envoyer un e-mail à l'utilisateur"
|
104 |
|
105 |
+
#: includes/admin/class-admin.php:981
|
106 |
#: includes/admin/helpers/tables/class-form-fields-table.php:127
|
107 |
#: includes/admin/helpers/tables/class-payments-table.php:54
|
108 |
#: templates/email/listing-added.tpl.php:7
|
112 |
msgid "ID"
|
113 |
msgstr "ID"
|
114 |
|
115 |
+
#: includes/admin/class-admin.php:983 includes/admin/class-admin.php:991
|
116 |
#: includes/admin/settings/class-settings-bootstrap.php:729
|
117 |
#, fuzzy
|
118 |
msgid "Listing Count"
|
212 |
msgstr "Images"
|
213 |
|
214 |
#: includes/admin/controllers/class-admin-listings.php:185
|
215 |
+
#: includes/controllers/pages/class-submit-listing.php:511
|
216 |
#: templates/email/listing-reported.tpl.php:7
|
217 |
msgid "Listing Information"
|
218 |
msgstr "Information sur l'annonce"
|
252 |
msgid "Delete Listing"
|
253 |
msgstr "Annuler l'annonce"
|
254 |
|
255 |
+
#: includes/admin/controllers/class-form-fields-admin.php:32
|
256 |
+
#, fuzzy
|
257 |
+
msgid ""
|
258 |
+
"You can create these custom fields inside \"Form Fields\" or let Business "
|
259 |
+
"Directory do it for you."
|
260 |
+
msgstr ""
|
261 |
+
"Vous pouvez créer ces champs personnalisés pas vous-mêmes dans \"Gestion des "
|
262 |
+
"Champs\" ou laissez le plugin le faire pour vous automatiquement."
|
263 |
+
|
264 |
+
#: includes/admin/controllers/class-form-fields-admin.php:37
|
265 |
+
#: includes/controllers/pages/class-submit-listing.php:841
|
266 |
+
#, fuzzy
|
267 |
+
msgid "Go to \"Form Fields\""
|
268 |
+
msgstr "Aller à \"Gestion des Champs\""
|
269 |
+
|
270 |
+
#: includes/admin/controllers/class-form-fields-admin.php:128
|
271 |
+
#: includes/helpers/functions/general.php:1358
|
272 |
+
#: includes/helpers/functions/general.php:1363
|
273 |
+
#, fuzzy
|
274 |
+
msgid "Go back"
|
275 |
+
msgstr "Non, reviens"
|
276 |
+
|
277 |
+
#: includes/admin/controllers/class-form-fields-admin.php:338
|
278 |
+
#: includes/admin/settings/class-settings-bootstrap.php:787
|
279 |
+
#: templates/email/listing-added.tpl.php:10
|
280 |
+
#: templates/email/listing-edited.tpl.php:16
|
281 |
+
#: templates/email/listing-reported.tpl.php:11
|
282 |
+
#, fuzzy
|
283 |
+
msgid "Title"
|
284 |
+
msgstr "Titre"
|
285 |
+
|
286 |
+
#: includes/admin/controllers/class-form-fields-admin.php:339
|
287 |
+
#: templates/admin/fees-form.tpl.php:219
|
288 |
+
#: templates/email/listing-added.tpl.php:21
|
289 |
+
#: templates/email/listing-edited.tpl.php:29
|
290 |
+
#, fuzzy
|
291 |
+
msgid "Category"
|
292 |
+
msgstr "Catégorie"
|
293 |
+
|
294 |
+
#: includes/admin/controllers/class-form-fields-admin.php:340
|
295 |
+
#, fuzzy
|
296 |
+
msgid "Excerpt"
|
297 |
+
msgstr "Extrait"
|
298 |
+
|
299 |
+
#: includes/admin/controllers/class-form-fields-admin.php:341
|
300 |
+
#, fuzzy
|
301 |
+
msgid "Content"
|
302 |
+
msgstr "Contenu"
|
303 |
+
|
304 |
+
#: includes/admin/controllers/class-form-fields-admin.php:342
|
305 |
+
#, fuzzy
|
306 |
+
msgid "Tags"
|
307 |
+
msgstr "Étiquettes (tags)"
|
308 |
+
|
309 |
+
#: includes/admin/controllers/class-form-fields-admin.php:343
|
310 |
+
#: includes/form-fields.php:445 templates/checkout-billing-form.tpl.php:75
|
311 |
+
#: themes/default/templates/excerpt_content.tpl.php:22
|
312 |
+
#, fuzzy
|
313 |
+
msgid "Address"
|
314 |
+
msgstr "Adresse"
|
315 |
+
|
316 |
+
#: includes/admin/controllers/class-form-fields-admin.php:344
|
317 |
+
#, fuzzy
|
318 |
+
msgid "Address 2"
|
319 |
+
msgstr "Adresse"
|
320 |
+
|
321 |
+
#: includes/admin/controllers/class-form-fields-admin.php:345
|
322 |
+
#: templates/admin/payments-details.tpl.php:161
|
323 |
+
#: templates/checkout-billing-form.tpl.php:87
|
324 |
+
#, fuzzy
|
325 |
+
msgid "City"
|
326 |
+
msgstr "Ville"
|
327 |
+
|
328 |
+
#: includes/admin/controllers/class-form-fields-admin.php:346
|
329 |
+
#: templates/admin/payments-details.tpl.php:157
|
330 |
+
#, fuzzy
|
331 |
+
msgid "State"
|
332 |
+
msgstr "Région"
|
333 |
+
|
334 |
+
#: includes/admin/controllers/class-form-fields-admin.php:347
|
335 |
+
#: templates/admin/payments-details.tpl.php:153
|
336 |
+
#: templates/checkout-billing-form.tpl.php:102
|
337 |
+
#, fuzzy
|
338 |
+
msgid "Country"
|
339 |
+
msgstr "Pays"
|
340 |
+
|
341 |
+
#: includes/admin/controllers/class-form-fields-admin.php:348
|
342 |
+
#: includes/form-fields.php:453 templates/admin/payments-details.tpl.php:165
|
343 |
+
msgid "ZIP Code"
|
344 |
+
msgstr "Code postal"
|
345 |
+
|
346 |
+
#: includes/admin/controllers/class-form-fields-admin.php:349
|
347 |
+
#, fuzzy
|
348 |
+
msgid "FAX Number"
|
349 |
+
msgstr "Numéro de fax"
|
350 |
+
|
351 |
+
#: includes/admin/controllers/class-form-fields-admin.php:350
|
352 |
+
#: includes/fields/class-fieldtypes-phone-number.php:13
|
353 |
+
#: templates/listing-contactform.tpl.php:38
|
354 |
+
#, fuzzy
|
355 |
+
msgid "Phone Number"
|
356 |
+
msgstr "Numéro de téléphone"
|
357 |
+
|
358 |
+
#: includes/admin/controllers/class-form-fields-admin.php:351
|
359 |
+
#, fuzzy
|
360 |
+
msgid "Ratings Field"
|
361 |
+
msgstr "Champs d'évaluation"
|
362 |
+
|
363 |
+
#: includes/admin/controllers/class-form-fields-admin.php:352
|
364 |
+
#, fuzzy
|
365 |
+
msgid "Twitter"
|
366 |
+
msgstr "Twitter"
|
367 |
+
|
368 |
+
#: includes/admin/controllers/class-form-fields-admin.php:353
|
369 |
+
#: includes/form-fields.php:411
|
370 |
+
#, fuzzy
|
371 |
+
msgid "Website"
|
372 |
+
msgstr "Site Internet"
|
373 |
+
|
374 |
#: includes/admin/controllers/class-settings-admin.php:476
|
375 |
msgid "Your license key provides access to new features and updates."
|
376 |
msgstr ""
|
511 |
msgid "Edit"
|
512 |
msgstr "Editer"
|
513 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
514 |
#: includes/admin/page-debug.php:40
|
515 |
#, fuzzy
|
516 |
msgid "Plugin Settings"
|
535 |
msgstr "Tables manquantes: %s"
|
536 |
|
537 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
538 |
+
#: includes/controllers/pages/class-submit-listing.php:1244
|
539 |
#: includes/form-fields.php:428 templates/admin/payments-details.tpl.php:137
|
540 |
#: templates/listing-contactform.tpl.php:33
|
541 |
#: templates/listing-flagging-form.tpl.php:39
|
584 |
|
585 |
#: includes/admin/settings/class-settings-bootstrap.php:264
|
586 |
#: includes/admin/settings/class-settings-bootstrap.php:278
|
587 |
+
#: includes/controllers/pages/class-submit-listing.php:524
|
588 |
#, fuzzy
|
589 |
msgid "Terms and Conditions"
|
590 |
msgstr "Conditions d'utilisation"
|
1185 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
1186 |
msgstr ""
|
1187 |
|
1188 |
+
#: includes/class-wpbdp.php:365
|
1189 |
#, fuzzy
|
1190 |
msgid "Upgrade to Premium"
|
1191 |
msgstr "Mettre à jour vers %s"
|
1192 |
|
1193 |
+
#: includes/class-wpbdp.php:368
|
1194 |
#, fuzzy
|
1195 |
msgid "Settings"
|
1196 |
msgstr "Paramètres"
|
1197 |
|
1198 |
+
#: includes/class-wpbdp.php:572
|
1199 |
#, fuzzy
|
1200 |
msgid "Could not find listing ID"
|
1201 |
msgstr "Impossible de contacter le serveur de licences"
|
1202 |
|
1203 |
+
#: includes/class-wpbdp.php:579
|
1204 |
#, fuzzy
|
1205 |
msgid ""
|
1206 |
"Could not verify the image upload request. If problem persists contact site "
|
1209 |
"Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
|
1210 |
"erreurs et soumettre à nouveau."
|
1211 |
|
1212 |
+
#: includes/class-wpbdp.php:586 includes/fields/class-fieldtypes-image.php:322
|
1213 |
#, fuzzy
|
1214 |
msgid "Could not find image ID"
|
1215 |
msgstr "Impossible de mettre à jour le thème: %s"
|
1216 |
|
1217 |
+
#: includes/class-wpbdp.php:618
|
1218 |
msgid ""
|
1219 |
"The directory features are disabled at this time because a <a>manual "
|
1220 |
"upgrade</a> is pending."
|
1223 |
"désactivés car le plugin a besoin d'effectuer une mise à jour manuelle avant "
|
1224 |
"de poursuivre."
|
1225 |
|
1226 |
+
#: includes/class-wpbdp.php:625
|
1227 |
msgid ""
|
1228 |
"The directory is not available at this time. Please try again in a few "
|
1229 |
"minutes or contact the administrator if the problem persists."
|
1344 |
msgid "Go to SMTP settings"
|
1345 |
msgstr "Aller vers votre annonce"
|
1346 |
|
1347 |
+
#: includes/controllers/pages/class-checkout.php:180
|
1348 |
+
#: includes/controllers/pages/class-manage-listings.php:104
|
1349 |
+
#, fuzzy
|
1350 |
+
msgid "Pay Now"
|
1351 |
+
msgstr "Payez maintenant"
|
1352 |
+
|
1353 |
+
#: includes/controllers/pages/class-checkout.php:180
|
1354 |
+
#, fuzzy
|
1355 |
+
msgid "Complete"
|
1356 |
+
msgstr "Complet"
|
1357 |
+
|
1358 |
#. translators: %1$s: listing name, %2$s: open link html, %3$s close link html
|
1359 |
#: includes/controllers/pages/class-flag-listing.php:56
|
1360 |
#, fuzzy
|
1390 |
msgid "l F j, Y \\a\\t g:i a"
|
1391 |
msgstr "l F j, Y \\a\\t g:i a"
|
1392 |
|
1393 |
+
#: includes/controllers/pages/class-manage-listings.php:104
|
1394 |
#: templates/renew-listing.tpl.php:11
|
1395 |
msgid "Renew Listing"
|
1396 |
msgstr "Renouveler l'annonce"
|
1407 |
"Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
|
1408 |
"publiée."
|
1409 |
|
1410 |
+
#: includes/controllers/pages/class-submit-listing.php:557
|
1411 |
#, fuzzy
|
1412 |
msgid "Listing Images"
|
1413 |
msgstr "Liste des images"
|
1414 |
|
1415 |
+
#: includes/controllers/pages/class-submit-listing.php:625
|
1416 |
#, fuzzy
|
1417 |
msgid "Account Creation"
|
1418 |
msgstr "Création de compte"
|
1419 |
|
1420 |
+
#: includes/controllers/pages/class-submit-listing.php:824
|
1421 |
#, fuzzy
|
1422 |
msgid "Go to \"Fee Plans\""
|
1423 |
msgstr "Plan tarifaire"
|
1424 |
|
1425 |
+
#: includes/controllers/pages/class-submit-listing.php:880
|
1426 |
#, fuzzy
|
1427 |
msgid "Please choose a fee plan."
|
1428 |
msgstr "(Veuillez choisir un tarif ci-dessus)"
|
1429 |
|
1430 |
+
#: includes/controllers/pages/class-submit-listing.php:1065
|
1431 |
#, fuzzy
|
1432 |
msgid "Please check the form for errors, correct them and submit again."
|
1433 |
msgstr ""
|
1434 |
"Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
|
1435 |
"erreurs et soumettre à nouveau."
|
1436 |
|
1437 |
+
#: includes/controllers/pages/class-submit-listing.php:1228
|
1438 |
#, fuzzy
|
1439 |
msgid "Create a user account on this site"
|
1440 |
msgstr "Créer un compte utilisateur sur ce site"
|
1441 |
|
1442 |
+
#: includes/controllers/pages/class-submit-listing.php:1235
|
1443 |
#, fuzzy
|
1444 |
msgid "Username"
|
1445 |
msgstr "Nom d'utilisateur (login) :"
|
1446 |
|
1447 |
+
#: includes/controllers/pages/class-submit-listing.php:1257
|
1448 |
#, fuzzy
|
1449 |
msgid "Clear Form"
|
1450 |
msgstr "Effacer le formulaire"
|
1967 |
msgid "Abandoned"
|
1968 |
msgstr "Abandonné"
|
1969 |
|
1970 |
+
#: includes/themes.php:941
|
1971 |
#, fuzzy
|
1972 |
msgid "ZIP file is not a valid Business Directory theme file."
|
1973 |
msgstr "Le fichier ZIP n'est pas un fichier de thème valide."
|
2012 |
"La hauteur de l'image (%s px) est supérieure à la hauteur maximum requise de "
|
2013 |
"%s px."
|
2014 |
|
2015 |
+
#: includes/views/widget/widget-settings.php:9
|
2016 |
#, fuzzy
|
2017 |
+
msgid "Title:"
|
2018 |
+
msgstr "Titre:"
|
|
|
|
|
|
|
|
|
|
|
|
|
2019 |
|
2020 |
+
#: includes/views/widget/widget-settings.php:15
|
2021 |
#, fuzzy
|
2022 |
+
msgid "Number of listings to display:"
|
2023 |
+
msgstr "Nombre d'affichage d'annonce:"
|
|
|
|
|
|
|
|
|
2024 |
|
2025 |
+
#: includes/views/widget/widget-settings.php:24
|
2026 |
#, fuzzy
|
2027 |
+
msgid "Thumbnails"
|
2028 |
+
msgstr "Miniatures"
|
2029 |
|
2030 |
+
#: includes/views/widget/widget-settings.php:28
|
|
|
2031 |
#, fuzzy
|
2032 |
+
msgid "Show thumbnails"
|
2033 |
+
msgstr "Montrer les miniatures"
|
2034 |
|
2035 |
+
#: includes/views/widget/widget-settings.php:35
|
2036 |
+
msgid "Use \"Coming Soon\" photo for listings without an image?"
|
|
|
|
|
|
|
|
|
2037 |
msgstr ""
|
|
|
|
|
2038 |
|
2039 |
+
#: includes/views/widget/widget-settings.php:41
|
2040 |
#, fuzzy
|
2041 |
+
msgid "Image width (in px):"
|
2042 |
+
msgstr "Largeur d'images (en pixel):"
|
2043 |
+
|
2044 |
+
#: includes/views/widget/widget-settings.php:43
|
2045 |
+
#: includes/views/widget/widget-settings.php:50
|
2046 |
+
msgid "Automatic"
|
2047 |
+
msgstr ""
|
2048 |
+
|
2049 |
+
#: includes/views/widget/widget-settings.php:48
|
2050 |
+
#, fuzzy
|
2051 |
+
msgid "Image height (in px):"
|
2052 |
+
msgstr "Hauteur d'image (en pixel):"
|
2053 |
+
|
2054 |
+
#: includes/views/widget/widget-settings.php:55
|
2055 |
+
#, fuzzy
|
2056 |
+
msgid "Thumbnail Position (Desktop):"
|
2057 |
+
msgstr "Largeur des miniatures (en pixel)"
|
2058 |
+
|
2059 |
+
#: includes/views/widget/widget-settings.php:60
|
2060 |
+
#: includes/views/widget/widget-settings.php:78
|
2061 |
+
msgid "Left"
|
2062 |
+
msgstr ""
|
2063 |
+
|
2064 |
+
#: includes/views/widget/widget-settings.php:63
|
2065 |
+
#: includes/views/widget/widget-settings.php:81
|
2066 |
+
msgid "Right"
|
2067 |
+
msgstr ""
|
2068 |
+
|
2069 |
+
#: includes/views/widget/widget-settings.php:66
|
2070 |
+
#: includes/views/widget/widget-settings.php:84
|
2071 |
+
msgid "Top"
|
2072 |
+
msgstr ""
|
2073 |
+
|
2074 |
+
#: includes/views/widget/widget-settings.php:73
|
2075 |
+
#, fuzzy
|
2076 |
+
msgid "Thumbnail Position (Mobile):"
|
2077 |
+
msgstr "Largeur des miniatures (en pixel)"
|
2078 |
+
|
2079 |
+
#: includes/views/widget/widget-settings.php:91
|
2080 |
+
msgid "Fields To Show"
|
2081 |
+
msgstr ""
|
2082 |
+
|
2083 |
+
#: includes/widgets/class-listings-widget.php:191
|
2084 |
+
#, fuzzy
|
2085 |
+
msgid "There are currently no listings to show."
|
2086 |
+
msgstr "Il n'y a actuellement aucune annonce dans l'annuaire."
|
2087 |
+
|
2088 |
+
#: templates/admin/csv-export.tpl.php:5
|
2089 |
+
#, fuzzy
|
2090 |
+
msgid ""
|
2091 |
+
"An unknown error occurred during the export. Please make sure you have "
|
2092 |
+
"enough free disk space and memory available to PHP. Check your error logs "
|
2093 |
+
"for details."
|
2094 |
+
msgstr ""
|
2095 |
+
"Une erreur inconnue est survenue durant l'export. Veuillez vous assurer que "
|
2096 |
+
"votre espace disque et votre mémoire disponible sur PHP soient suffisants. "
|
2097 |
+
"Vérifiez votre journal d'erreurs pour plus de détails."
|
2098 |
+
|
2099 |
+
#: templates/admin/csv-export.tpl.php:65
|
2100 |
+
#, fuzzy
|
2101 |
+
msgid ""
|
2102 |
+
"If you plan to re-import the listings into your directory and don't want new "
|
2103 |
+
"ones created, select this option!"
|
2104 |
+
msgstr ""
|
2105 |
+
"Si vous prévoyez de ré-importer les annonces dans la base de donnée et ne "
|
2106 |
+
"souhaitez pas en créer de nouvelles, sélectionnez cette option!"
|
2107 |
+
|
2108 |
+
#: templates/admin/csv-export.tpl.php:93 templates/admin/csv-import.tpl.php:115
|
2109 |
+
#, fuzzy
|
2110 |
+
msgid "CSV File Settings"
|
2111 |
+
msgstr "Paramètres des fichiers CSV"
|
2112 |
+
|
2113 |
+
#: templates/admin/csv-export.tpl.php:116
|
2114 |
+
#: templates/admin/csv-import.tpl.php:149
|
2115 |
+
#, fuzzy
|
2116 |
+
msgid "Image Separator"
|
2117 |
+
msgstr "Séparateur d'image"
|
2118 |
+
|
2119 |
+
#. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
|
2120 |
+
#: templates/admin/csv-import.tpl.php:34
|
2121 |
+
#, fuzzy
|
2122 |
+
msgid ""
|
2123 |
+
"We strongly recommend reading our %1$sCSV import documentation%2$s first to "
|
2124 |
+
"help you do things in the right order."
|
2125 |
+
msgstr ""
|
2126 |
+
"Nous vous recommandons vivement la lecture de notre document d'importation "
|
2127 |
+
"<a> CSV </a> afin de vous aider à faire les choses dans le bon ordre."
|
2128 |
+
|
2129 |
+
#: templates/admin/csv-import.tpl.php:45
|
2130 |
+
#, fuzzy
|
2131 |
+
msgid "Import Files"
|
2132 |
+
msgstr "Importer les fichiers"
|
2133 |
+
|
2134 |
#: templates/admin/csv-import.tpl.php:50
|
2135 |
#, fuzzy
|
2136 |
msgid "CSV File"
|
2997 |
msgid "Postal Code"
|
2998 |
msgstr "Code postal"
|
2999 |
|
3000 |
+
#: templates/checkout.tpl.php:10
|
3001 |
+
#, fuzzy
|
3002 |
+
msgid "Checkout"
|
3003 |
+
msgstr "Validation"
|
3004 |
+
|
3005 |
+
#: templates/checkout.tpl.php:31
|
3006 |
+
msgid ""
|
3007 |
+
"Recurring fee plans require a payment method to renew your listing at the "
|
3008 |
+
"end of the term."
|
3009 |
+
msgstr ""
|
3010 |
+
|
3011 |
+
#: templates/checkout.tpl.php:37
|
3012 |
+
#, fuzzy
|
3013 |
+
msgid "Select a Payment Method"
|
3014 |
+
msgstr "Mode de paiement"
|
3015 |
+
|
3016 |
#: templates/checkout.tpl.php:41 templates/submit-listing-section.tpl.php:24
|
3017 |
#, fuzzy
|
3018 |
msgid "Next"
|
3346 |
msgid "Find A Listing"
|
3347 |
msgstr "Trouver une annonce"
|
3348 |
|
3349 |
+
#: includes/admin/class-admin.php:191
|
3350 |
msgctxt "drip pointer"
|
3351 |
msgid "Email Address:"
|
3352 |
msgstr "Adresse e-mail:"
|
3353 |
|
3354 |
+
#: includes/admin/class-admin.php:223
|
3355 |
msgctxt "admin"
|
3356 |
msgid "Business Directory"
|
3357 |
msgstr "Annuaire Professionnel"
|
3358 |
|
3359 |
+
#: includes/admin/class-admin.php:238
|
3360 |
msgctxt "admin"
|
3361 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
3362 |
msgstr ""
|
3363 |
"Vous êtes prêt à visitez votre nouvelle page <a>Annuaire Professionnel</a>."
|
3364 |
|
3365 |
+
#: includes/admin/class-admin.php:413
|
3366 |
msgctxt "admin"
|
3367 |
msgid "Untitled Menu"
|
3368 |
msgstr "Menu sans titre"
|
3369 |
|
3370 |
+
#: includes/admin/class-admin.php:721
|
3371 |
msgctxt "admin"
|
3372 |
msgid "Dismiss this notice."
|
3373 |
msgstr "Ne tenez pas compte de cet avertissement."
|
3374 |
|
3375 |
+
#: includes/admin/class-admin.php:785 includes/admin/class-admin.php:795
|
3376 |
#, fuzzy
|
3377 |
msgctxt "admin"
|
3378 |
msgid "The listing has been updated."
|
3380 |
msgstr[0] "L'annonce a été mise à jour."
|
3381 |
msgstr[1] "Les annonces ont été mise à jour."
|
3382 |
|
3383 |
+
#: includes/admin/class-admin.php:821
|
3384 |
msgctxt "admin"
|
3385 |
msgid "The fee was successfully assigned."
|
3386 |
msgstr "Les frais ont bien été assignés."
|
3387 |
|
3388 |
+
#: includes/admin/class-admin.php:831
|
3389 |
msgctxt "admin"
|
3390 |
msgid "Listing was renewed."
|
3391 |
msgid_plural "Listings were renewed."
|
3392 |
msgstr[0] "L'annonce a été renouvelée."
|
3393 |
msgstr[1] "Les annonces ont été renouvelées."
|
3394 |
|
3395 |
+
#: includes/admin/class-admin.php:843
|
3396 |
msgctxt "admin"
|
3397 |
msgid "Renewal email sent."
|
3398 |
msgstr "Email de renouvellement envoyé."
|
3399 |
|
3400 |
+
#: includes/admin/class-admin.php:856
|
3401 |
#, fuzzy
|
3402 |
msgctxt "admin"
|
3403 |
msgid "Listing report deleted."
|
3405 |
msgstr[0] "Date d'expiration de l'annonce"
|
3406 |
msgstr[1] "Date d'expiration de l'annonce"
|
3407 |
|
3408 |
+
#: includes/admin/class-admin.php:905
|
3409 |
#, fuzzy
|
3410 |
msgctxt "admin"
|
3411 |
msgid "Access keys sent."
|
3412 |
msgstr "Clés d'accès"
|
3413 |
|
3414 |
+
#: includes/admin/class-admin.php:907
|
3415 |
msgctxt "admin"
|
3416 |
msgid "The access keys couldn't be sent."
|
3417 |
msgstr ""
|
3418 |
|
3419 |
+
#: includes/admin/class-admin.php:1064
|
3420 |
msgctxt "admin"
|
3421 |
msgid ""
|
3422 |
"<b>Business Directory Plugin</b> requires a page with the "
|
3425 |
"<b>Business Directory Plugin</b> requiert une page avec le code "
|
3426 |
"d'activation <tt>[businessdirectory]</tt> pour marcher correctement."
|
3427 |
|
3428 |
+
#: includes/admin/class-admin.php:1066
|
3429 |
msgctxt "admin"
|
3430 |
msgid ""
|
3431 |
"You can create this page by yourself or let Business Directory do this for "
|
3434 |
"Vous pouvez créer cette page par vous-mêmes ou laisser le plugin la faire "
|
3435 |
"pour vous automatiquement."
|
3436 |
|
3437 |
+
#: includes/admin/class-admin.php:1071
|
3438 |
msgctxt "admin"
|
3439 |
msgid "Create required pages for me"
|
3440 |
msgstr "Créer les pages requises pour moi"
|
3441 |
|
3442 |
+
#: includes/admin/class-admin.php:1124
|
3443 |
msgctxt "admin"
|
3444 |
msgid ""
|
3445 |
"<strong>Business Directory Plugin</strong> requires <strong>PHP 5.6</strong> "
|
3451 |
"strong>.S'il vous plaît demander à votre fournisseur de mettre à jour afin "
|
3452 |
"d'éviter tout problème avec le plug-in."
|
3453 |
|
3454 |
+
#: includes/admin/class-admin.php:1148
|
3455 |
#, fuzzy
|
3456 |
msgctxt "admin"
|
3457 |
msgid ""
|
3490 |
msgid "Categories"
|
3491 |
msgstr "Catégories"
|
3492 |
|
3493 |
+
#: includes/admin/controllers/class-form-fields-admin.php:26
|
3494 |
msgctxt "admin"
|
3495 |
msgid ""
|
3496 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
3499 |
"<b>Plugin d'Annuaire Professionnel</b> requiert des champs avec les "
|
3500 |
"associations suivantes <b>%s</b> pour fonctionner correctement."
|
3501 |
|
3502 |
+
#: includes/admin/controllers/class-form-fields-admin.php:28
|
3503 |
msgctxt "admin"
|
3504 |
msgid ""
|
3505 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
3508 |
"<b>Plugin d'Annuaire Professionnel</b> requiert un champ avec un <b>%s</b> "
|
3509 |
"association en ordre pour marcher correctement."
|
3510 |
|
3511 |
+
#: includes/admin/controllers/class-form-fields-admin.php:42
|
3512 |
msgctxt "admin"
|
3513 |
msgid "Create these required fields for me"
|
3514 |
msgstr "Créer ces champs obligatoires pour moi"
|
3515 |
|
3516 |
+
#: includes/admin/class-admin.php:317
|
3517 |
msgctxt "admin menu"
|
3518 |
msgid "Payment History"
|
3519 |
msgstr "Historique de paiement"
|
3520 |
|
3521 |
+
#: includes/admin/class-admin.php:320
|
3522 |
#, fuzzy
|
3523 |
msgctxt "admin menu"
|
3524 |
msgid "Import & Export"
|
3525 |
msgstr "CSV Importation/Exportation"
|
3526 |
|
3527 |
+
#: includes/admin/class-admin.php:323
|
3528 |
msgctxt "admin menu"
|
3529 |
msgid "Debug"
|
3530 |
msgstr "Déboguer"
|
4129 |
msgid "Reported"
|
4130 |
msgstr ""
|
4131 |
|
4132 |
+
#: includes/admin/controllers/class-admin-listings.php:700
|
4133 |
msgctxt "admin listings"
|
4134 |
msgid "Listing's payment history successfully deleted"
|
4135 |
msgstr ""
|
4169 |
msgid "Reported"
|
4170 |
msgstr ""
|
4171 |
|
4172 |
+
#: includes/models/class-listing.php:934
|
4173 |
msgctxt "listing status"
|
4174 |
msgid "Unknown"
|
4175 |
msgstr "Inconnu"
|
4176 |
|
4177 |
+
#: includes/models/class-listing.php:935
|
4178 |
msgctxt "listing status"
|
4179 |
msgid "Legacy"
|
4180 |
msgstr "Don"
|
4181 |
|
4182 |
+
#: includes/models/class-listing.php:936
|
4183 |
msgctxt "listing status"
|
4184 |
msgid "Incomplete"
|
4185 |
msgstr "Incomplet"
|
4186 |
|
4187 |
+
#: includes/models/class-listing.php:937
|
4188 |
msgctxt "listing status"
|
4189 |
msgid "Pending Payment"
|
4190 |
msgstr "Paiement en attente"
|
4191 |
|
4192 |
+
#: includes/models/class-listing.php:938
|
4193 |
msgctxt "listing status"
|
4194 |
msgid "Complete"
|
4195 |
msgstr "Complet"
|
4196 |
|
4197 |
+
#: includes/models/class-listing.php:939
|
4198 |
msgctxt "listing status"
|
4199 |
msgid "Pending Upgrade"
|
4200 |
msgstr "En attente de mise à niveau"
|
4201 |
|
4202 |
+
#: includes/models/class-listing.php:940
|
4203 |
msgctxt "listing status"
|
4204 |
msgid "Expired"
|
4205 |
msgstr "Expiré"
|
4206 |
|
4207 |
+
#: includes/models/class-listing.php:941
|
4208 |
msgctxt "listing status"
|
4209 |
msgid "Pending Renewal"
|
4210 |
msgstr "Actives + En attente de renouvellement"
|
4211 |
|
4212 |
+
#: includes/models/class-listing.php:942
|
4213 |
msgctxt "listing status"
|
4214 |
msgid "Abandoned"
|
4215 |
msgstr "Abandonné"
|
4224 |
msgid "View Payment"
|
4225 |
msgstr "Voir le Paiement"
|
4226 |
|
4227 |
+
#: includes/admin/controllers/class-admin-listings.php:633
|
4228 |
#, fuzzy
|
4229 |
msgctxt "admin actions"
|
4230 |
msgid "Publish listings"
|
4231 |
msgstr "Publier l'annonce"
|
4232 |
|
4233 |
+
#: includes/admin/controllers/class-admin-listings.php:634
|
4234 |
#, fuzzy
|
4235 |
msgctxt "admin actions"
|
4236 |
msgid "Mark as \"Pending Review\""
|
4237 |
msgstr "En attente"
|
4238 |
|
4239 |
+
#: includes/admin/controllers/class-admin-listings.php:635
|
4240 |
msgctxt "admin actions"
|
4241 |
msgid "Hide from directory (mark as \"Draft\")"
|
4242 |
msgstr ""
|
4243 |
|
4244 |
+
#: includes/admin/controllers/class-admin-listings.php:637
|
4245 |
#, fuzzy
|
4246 |
msgctxt "admin actions"
|
4247 |
msgid "Renew listings"
|
4248 |
msgstr "Renouveler l'annonce"
|
4249 |
|
4250 |
+
#: includes/admin/controllers/class-admin-listings.php:638
|
4251 |
#, fuzzy
|
4252 |
msgctxt "admin actions"
|
4253 |
msgid "Set listings as \"Expired\""
|
4254 |
msgstr "Envoyé lorsqu'une annonce (% s) est expirée."
|
4255 |
|
4256 |
+
#: includes/admin/controllers/class-admin-listings.php:645
|
4257 |
#, fuzzy
|
4258 |
msgctxt "admin actions"
|
4259 |
msgid "Send access keys"
|
4304 |
msgid "View Payment History"
|
4305 |
msgstr "Voir l'historique des paiements"
|
4306 |
|
4307 |
+
#: includes/admin/controllers/class-form-fields-admin.php:124
|
4308 |
+
msgctxt "form-fields admin"
|
4309 |
+
msgid "Form Preview"
|
4310 |
+
msgstr "Aperçu du formulaire"
|
|
|
4311 |
|
4312 |
+
#: includes/admin/controllers/class-form-fields-admin.php:183
|
4313 |
+
msgctxt "form-fields admin"
|
4314 |
+
msgid "Form fields updated."
|
4315 |
+
msgstr "Champs du formulaire mis à jour."
|
4316 |
|
4317 |
+
#: includes/admin/controllers/class-form-fields-admin.php:206
|
4318 |
+
msgctxt "form-fields admin"
|
|
|
4319 |
msgid ""
|
4320 |
+
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
4321 |
+
"\" setting is disabled, display settings below will not be honored and this "
|
4322 |
+
"field will not be displayed on the frontend. If you want e-mail addresses to "
|
4323 |
+
"show on the frontend, you can <a>enable public display of e-mails</a>."
|
4324 |
msgstr ""
|
4325 |
+
"<b>Important</b>: Étant donné que le paramètre \"<a>Afficher publiquement "
|
4326 |
+
"les adresses e-mail ?</a> </a> est désactivé, les paramètres d'affichage ci-"
|
4327 |
+
"dessous ne seront pas respectés et ce champ ne sera pas affiché sur la "
|
4328 |
+
"version publique du site. Si vous souhaitez que les adresses e-mail "
|
4329 |
+
"s'affichent publiquement, vous pouvez <a>activer l'affichage public des e-"
|
4330 |
+
"mails</a>."
|
4331 |
|
4332 |
+
#: includes/admin/controllers/class-form-fields-admin.php:285
|
4333 |
+
msgctxt "form-fields admin"
|
4334 |
+
msgid "Field deleted."
|
4335 |
+
msgstr "Champ effacé."
|
4336 |
|
4337 |
+
#: includes/admin/controllers/class-form-fields-admin.php:325
|
4338 |
+
msgctxt "form-fields admin"
|
4339 |
+
msgid "Required fields created successfully."
|
4340 |
+
msgstr "Champs requis créés avec succès."
|
4341 |
|
4342 |
+
#: includes/admin/controllers/class-form-fields-admin.php:377
|
4343 |
+
msgctxt "form-fields admin"
|
4344 |
+
msgid "Tags updated."
|
4345 |
+
msgstr "Étiquettes mises à jour."
|
4346 |
|
4347 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:20
|
4348 |
+
msgctxt "form-fields admin"
|
4349 |
+
msgid "form field"
|
4350 |
+
msgstr "champ de formulaire"
|
|
|
|
|
|
|
|
|
|
|
|
|
4351 |
|
4352 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:21
|
4353 |
+
msgctxt "form-fields admin"
|
4354 |
+
msgid "form fields"
|
4355 |
+
msgstr "champ de formulaires"
|
4356 |
|
4357 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:29
|
4358 |
+
msgctxt "form-fields admin"
|
4359 |
+
msgid "Order"
|
4360 |
+
msgstr "Ordre"
|
|
|
4361 |
|
4362 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:30
|
4363 |
+
msgctxt "form-fields admin"
|
4364 |
+
msgid "Label / Association"
|
4365 |
+
msgstr "Etiquette / Association"
|
|
|
4366 |
|
4367 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:32
|
4368 |
+
msgctxt "form-fields admin"
|
4369 |
+
msgid "Validator"
|
4370 |
+
msgstr "Validateur"
|
|
|
4371 |
|
4372 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:33
|
4373 |
+
msgctxt "form-fields admin"
|
4374 |
+
msgid "Field Attributes"
|
4375 |
+
msgstr "Attributs de champ"
|
4376 |
+
|
4377 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:133
|
4378 |
#, fuzzy
|
4379 |
+
msgctxt "form-fields admin"
|
4380 |
+
msgid "Shortname"
|
4381 |
+
msgstr "Nom de l'auteur"
|
4382 |
|
4383 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:155
|
4384 |
+
msgctxt "form-fields admin"
|
4385 |
+
msgid "Required"
|
4386 |
+
msgstr "Requis"
|
4387 |
|
4388 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:155
|
4389 |
+
msgctxt "form-fields admin"
|
4390 |
+
msgid "Optional"
|
4391 |
+
msgstr "Optionnel"
|
|
|
4392 |
|
4393 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:162
|
4394 |
+
#, fuzzy
|
4395 |
+
msgctxt "form-fields admin"
|
4396 |
+
msgid "Private"
|
4397 |
+
msgstr "Activer"
|
4398 |
|
4399 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:169
|
4400 |
+
msgctxt "form-fields admin"
|
4401 |
+
msgid "This field value is shown in the excerpt view of a listing."
|
4402 |
msgstr ""
|
4403 |
+
"Cette valeur de champ est représentée dans la vue extraite d'une annonce."
|
4404 |
|
4405 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:170
|
4406 |
+
msgctxt "form-fields admin"
|
4407 |
+
msgid "In Excerpt"
|
4408 |
+
msgstr "En extrait"
|
|
|
|
|
|
|
|
|
|
|
|
|
4409 |
|
4410 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:177
|
4411 |
+
msgctxt "form-fields admin"
|
4412 |
+
msgid "This field value is shown in the single view of a listing."
|
4413 |
+
msgstr "Cette valeur de champ est montré dans l'annonce en lecture."
|
|
|
|
|
|
|
|
|
|
|
|
|
4414 |
|
4415 |
+
#: includes/admin/helpers/tables/class-form-fields-table.php:178
|
4416 |
+
msgctxt "form-fields admin"
|
4417 |
+
msgid "In Listing"
|
4418 |
+
msgstr "Dans l'annonce"
|
4419 |
|
4420 |
+
#: includes/fields/class-fieldtypes-checkbox.php:92
|
4421 |
+
#, fuzzy
|
4422 |
+
msgctxt "form-fields admin"
|
4423 |
+
msgid "Select All"
|
4424 |
+
msgstr "Sélectionnez une annonce"
|
4425 |
|
4426 |
+
#: includes/fields/class-fieldtypes-checkbox.php:110
|
4427 |
+
#: includes/fields/class-fieldtypes-radiobutton.php:90
|
4428 |
+
msgctxt "form-fields admin"
|
4429 |
+
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4430 |
msgstr ""
|
4431 |
+
"Champ d'options (pour sélectionner des annonces, des boutons radio et cases "
|
4432 |
+
"à cocher)."
|
4433 |
|
4434 |
+
#: includes/fields/class-fieldtypes-checkbox.php:122
|
4435 |
+
msgctxt "form-fields admin"
|
4436 |
+
msgid "Include \"Select all\"?"
|
4437 |
msgstr ""
|
4438 |
|
4439 |
+
#: includes/fields/class-fieldtypes-checkbox.php:126
|
4440 |
+
msgctxt "form-fields admin"
|
4441 |
+
msgid "Display \"Select all\" option among options above."
|
|
|
|
|
4442 |
msgstr ""
|
|
|
|
|
|
|
4443 |
|
4444 |
+
#: includes/fields/class-fieldtypes-checkbox.php:142
|
4445 |
+
#: includes/fields/class-fieldtypes-radiobutton.php:117
|
4446 |
+
msgctxt "form-fields admin"
|
4447 |
+
msgid "Field list of options is required."
|
4448 |
+
msgstr "La liste des options est obligatoire."
|
|
|
4449 |
|
4450 |
+
#: includes/fields/class-fieldtypes-image.php:58
|
|
|
4451 |
#, fuzzy
|
4452 |
+
msgctxt "form-fields admin"
|
4453 |
+
msgid "Field Caption required?"
|
4454 |
+
msgstr "Ce champ est requis."
|
|
|
|
|
|
|
|
|
|
|
4455 |
|
4456 |
+
#: includes/fields/class-fieldtypes-textarea.php:193
|
4457 |
+
msgctxt "form-fields admin"
|
4458 |
+
msgid "Allow HTML input for this field?"
|
4459 |
+
msgstr "Autoriser les ajouts HTML dans ce champ?"
|
4460 |
|
4461 |
+
#: includes/fields/class-fieldtypes-textarea.php:196
|
4462 |
+
msgctxt "form-fields admin"
|
4463 |
+
msgid "Allow IFRAME tags in content?"
|
4464 |
+
msgstr "Autoriser les tags IFRAME dans le contenu ?"
|
4465 |
|
4466 |
+
#: includes/fields/class-fieldtypes-textarea.php:206
|
4467 |
+
msgctxt "form-fields admin"
|
4468 |
+
msgid "Allow WordPress shortcodes in this field?"
|
4469 |
+
msgstr "Autoriser les balises WordPress dans ce champ?"
|
4470 |
|
4471 |
+
#: includes/fields/class-fieldtypes-textarea.php:211
|
4472 |
+
msgctxt "form-fields admin"
|
4473 |
+
msgid "Display a WYSIWYG editor on the frontend?"
|
4474 |
+
msgstr "Afficher un éditeur WYSIWYG sur la partie frontal du site ?"
|
4475 |
|
4476 |
+
#: includes/fields/class-fieldtypes-textarea.php:218
|
4477 |
+
msgctxt "form-fields admin"
|
4478 |
+
msgid ""
|
4479 |
+
"<b>Advanced users only!</b> Unless you've been told to change this, don't "
|
4480 |
+
"switch it unless you know what you're doing."
|
4481 |
msgstr ""
|
4482 |
+
"<b> Utilisateurs avancés seulement ! </ b> Sauf si vous avez été dit de "
|
4483 |
+
"changer cela, ne le coupez pas sauf si vous savez ce que vous faites."
|
4484 |
|
4485 |
+
#: includes/fields/class-fieldtypes-textarea.php:219
|
4486 |
+
msgctxt "form-fields admin"
|
4487 |
+
msgid "Apply \"the_content\" filter before displaying this field?"
|
4488 |
+
msgstr "Appliquer le filtre \"the_content \" avant d'annoncer ce champ?"
|
4489 |
|
4490 |
+
#: includes/fields/class-fieldtypes-textarea.php:222
|
4491 |
+
msgctxt "form-fields admin"
|
4492 |
+
msgid "Use shortened version of Description field as excerpt"
|
4493 |
+
msgstr ""
|
4494 |
|
4495 |
+
#: includes/fields/class-fieldtypes-textarea.php:223
|
4496 |
+
msgctxt "form-fields admin"
|
4497 |
+
msgid ""
|
4498 |
+
"Enable always (override the Short Description given with a shortened Long "
|
4499 |
+
"Description)"
|
4500 |
+
msgstr ""
|
4501 |
|
4502 |
+
#: includes/fields/class-fieldtypes-textarea.php:224
|
4503 |
+
msgctxt "form-fields admin"
|
4504 |
+
msgid ""
|
4505 |
+
"Enable conditionally (override ONLY when Short Description is empty with a "
|
4506 |
+
"shortened Long Description)"
|
4507 |
+
msgstr ""
|
4508 |
|
4509 |
+
#: includes/fields/class-fieldtypes-textarea.php:225
|
4510 |
+
msgctxt "form-fields admin"
|
4511 |
+
msgid "Disable (use the Short Description all the time, empty or not)"
|
4512 |
+
msgstr ""
|
4513 |
|
4514 |
+
#: includes/fields/class-fieldtypes-textarea.php:227
|
4515 |
+
msgctxt "form-fields admin"
|
4516 |
+
msgid ""
|
4517 |
+
"Truncates the description field to the value set here. To display all of the "
|
4518 |
+
"description, set to 0."
|
4519 |
+
msgstr ""
|
4520 |
|
4521 |
+
#: includes/fields/class-fieldtypes-textarea.php:228
|
4522 |
+
msgctxt "form-fields admin"
|
4523 |
+
msgid ""
|
4524 |
+
"Number of Characters from Short Description/Excerpt to Display in List View "
|
4525 |
+
"(only)"
|
4526 |
+
msgstr ""
|
4527 |
|
4528 |
+
#: includes/fields/class-fieldtypes-textarea.php:233
|
4529 |
+
msgctxt "form-fields admin"
|
4530 |
+
msgid "Automatically generate excerpt from content field?"
|
4531 |
+
msgstr "Générer automatiquement un extrait d'un champ du contenu ?"
|
4532 |
|
4533 |
+
#: includes/fields/class-fieldtypes-twitter.php:83
|
4534 |
+
#, fuzzy
|
4535 |
+
msgctxt "form-fields admin"
|
4536 |
+
msgid "Show followers count?"
|
4537 |
+
msgstr "Montrer les catégories par messages postés ?"
|
4538 |
|
4539 |
+
#: templates/admin/form-fields-addoredit.tpl.php:29
|
4540 |
+
msgctxt "form-fields admin"
|
4541 |
+
msgid "Field Association"
|
4542 |
+
msgstr "Association de champ"
|
4543 |
|
4544 |
+
#: templates/admin/form-fields-addoredit.tpl.php:29
|
4545 |
+
#: templates/admin/form-fields-addoredit.tpl.php:54
|
4546 |
+
#: templates/admin/form-fields-addoredit.tpl.php:77
|
4547 |
+
msgctxt "form-fields admin"
|
4548 |
+
msgid "required"
|
4549 |
+
msgstr "requis"
|
4550 |
|
4551 |
+
#: templates/admin/form-fields-addoredit.tpl.php:54
|
4552 |
+
msgctxt "form-fields admin"
|
4553 |
+
msgid "Field Type"
|
4554 |
+
msgstr "Type de champ"
|
4555 |
|
4556 |
+
#: templates/admin/form-fields-addoredit.tpl.php:77
|
4557 |
+
msgctxt "form-fields admin"
|
4558 |
+
msgid "Field Label"
|
4559 |
+
msgstr "Etiquette du champ"
|
4560 |
|
4561 |
+
#: templates/admin/form-fields-addoredit.tpl.php:87
|
4562 |
+
msgctxt "form-fields admin"
|
4563 |
+
msgid "Field description"
|
4564 |
+
msgstr "Description du champ"
|
4565 |
|
4566 |
+
#: templates/admin/form-fields-addoredit.tpl.php:87
|
4567 |
+
msgctxt "form-fields admin"
|
4568 |
+
msgid "optional"
|
4569 |
+
msgstr "optionnel"
|
4570 |
|
4571 |
+
#: templates/admin/form-fields-addoredit.tpl.php:104
|
4572 |
+
msgctxt "form-fields admin"
|
4573 |
+
msgid "Field-specific settings"
|
4574 |
+
msgstr "Paramètre d'un champ spécifique"
|
|
|
|
|
|
|
|
|
|
|
4575 |
|
4576 |
+
#: templates/admin/form-fields-addoredit.tpl.php:113
|
4577 |
+
msgctxt "form-fields admin"
|
4578 |
+
msgid "Field validation options"
|
4579 |
+
msgstr "Options de validation d'un champ"
|
4580 |
|
4581 |
+
#: templates/admin/form-fields-addoredit.tpl.php:117
|
4582 |
+
msgctxt "form-fields admin"
|
4583 |
+
msgid "Field Validator"
|
4584 |
+
msgstr "Validateur de champs"
|
4585 |
|
4586 |
+
#: templates/admin/form-fields-addoredit.tpl.php:121
|
4587 |
+
msgctxt "form-fields admin"
|
4588 |
+
msgid "No validation"
|
4589 |
+
msgstr "Pas de validation"
|
4590 |
|
4591 |
+
#: templates/admin/form-fields-addoredit.tpl.php:143
|
4592 |
+
msgctxt "form-fields admin"
|
4593 |
+
msgid "Is field required?"
|
4594 |
+
msgstr "Ce champ est-il requis ?"
|
4595 |
|
4596 |
+
#: templates/admin/form-fields-addoredit.tpl.php:149
|
4597 |
+
msgctxt "form-fields admin"
|
4598 |
+
msgid "This field is required."
|
4599 |
+
msgstr "Ce champ est requis."
|
4600 |
|
4601 |
+
#: templates/admin/form-fields-addoredit.tpl.php:157
|
4602 |
+
msgctxt "form-fields admin"
|
4603 |
+
msgid "Field display options"
|
4604 |
+
msgstr "Champ d'options d'affichage"
|
4605 |
|
4606 |
+
#: templates/admin/form-fields-addoredit.tpl.php:161
|
4607 |
+
#, fuzzy
|
4608 |
+
msgctxt "form-fields admin"
|
4609 |
+
msgid "Field Category Policy:"
|
4610 |
+
msgstr "Politique de catégorie de plan :"
|
4611 |
|
4612 |
+
#: templates/admin/form-fields-addoredit.tpl.php:166
|
4613 |
#, fuzzy
|
4614 |
+
msgctxt "form-fields admin"
|
4615 |
+
msgid "Field applies to all categories"
|
4616 |
+
msgstr "Le plan s'applique à toutes les catégories"
|
|
|
|
|
|
|
|
|
|
|
4617 |
|
4618 |
+
#: templates/admin/form-fields-addoredit.tpl.php:167
|
4619 |
+
#, fuzzy
|
4620 |
+
msgctxt "form-fields admin"
|
4621 |
+
msgid "Field applies to only certain categories"
|
4622 |
+
msgstr "Le plan ne s'applique qu'à certaines catégories"
|
|
|
4623 |
|
4624 |
+
#: templates/admin/form-fields-addoredit.tpl.php:171
|
4625 |
+
#, fuzzy
|
4626 |
+
msgctxt "form-fields admin"
|
4627 |
+
msgid "Limit field to the following categories:"
|
4628 |
+
msgstr "Limite plan pour les catégories suivantes:"
|
|
|
4629 |
|
4630 |
+
#: templates/admin/form-fields-addoredit.tpl.php:195
|
4631 |
+
#, fuzzy
|
4632 |
+
msgctxt "form-fields admin"
|
4633 |
+
msgid "Click to add categories to the selection."
|
4634 |
+
msgstr "Cliquez pour ajouter des catégories à la sélection."
|
4635 |
|
4636 |
+
#: templates/admin/form-fields-addoredit.tpl.php:208
|
4637 |
+
msgctxt "form-fields admin"
|
4638 |
+
msgid "Show this field to admin users only?"
|
4639 |
msgstr ""
|
4640 |
|
4641 |
+
#: templates/admin/form-fields-addoredit.tpl.php:214
|
4642 |
+
#, fuzzy
|
4643 |
+
msgctxt "form-fields admin"
|
4644 |
+
msgid "Display this field to admin users only in the edit listing view."
|
4645 |
+
msgstr "Afficher cette valeur dans la vue de l'annonce."
|
4646 |
|
4647 |
+
#: templates/admin/form-fields-addoredit.tpl.php:220
|
4648 |
+
msgctxt "form-fields admin"
|
4649 |
+
msgid "Show this value in excerpt view?"
|
4650 |
+
msgstr "Montrer un extrait de cette valeur ?"
|
4651 |
|
4652 |
+
#: templates/admin/form-fields-addoredit.tpl.php:226
|
4653 |
+
msgctxt "form-fields admin"
|
4654 |
+
msgid "Display this value in post excerpt view."
|
4655 |
+
msgstr "Afficher dans un message un extrait de cette valeur."
|
4656 |
|
4657 |
+
#: templates/admin/form-fields-addoredit.tpl.php:232
|
4658 |
+
msgctxt "form-fields admin"
|
4659 |
+
msgid "Show this value in listing view?"
|
4660 |
+
msgstr "Montrer cette valeur dans la vue de l'annonce ?"
|
4661 |
|
4662 |
+
#: templates/admin/form-fields-addoredit.tpl.php:238
|
4663 |
+
msgctxt "form-fields admin"
|
4664 |
+
msgid "Display this value in the listing view."
|
4665 |
+
msgstr "Afficher cette valeur dans la vue de l'annonce."
|
|
|
4666 |
|
4667 |
+
#: templates/admin/form-fields-addoredit.tpl.php:244
|
4668 |
+
msgctxt "form-fields admin"
|
4669 |
+
msgid "Include this field in the search form?"
|
4670 |
+
msgstr "Inclure ce champ dans la recherche de formulaire ?"
|
|
|
4671 |
|
4672 |
+
#: templates/admin/form-fields-addoredit.tpl.php:250
|
4673 |
+
msgctxt "form-fields admin"
|
4674 |
+
msgid "Include this field in the search form."
|
4675 |
+
msgstr "Inclure ce champ dans la recherche de formulaire."
|
|
|
4676 |
|
4677 |
+
#: templates/admin/form-fields-addoredit.tpl.php:256
|
4678 |
+
msgctxt "form-fields admin"
|
4679 |
+
msgid "Is this field required for searching?"
|
4680 |
+
msgstr "Ce champ est-il requis ?"
|
4681 |
|
4682 |
+
#: templates/admin/form-fields-addoredit.tpl.php:274
|
4683 |
+
msgctxt "form-fields admin"
|
4684 |
+
msgid "Hide this field's label?"
|
4685 |
+
msgstr "Cacher l'étiquette de ce champ ?"
|
4686 |
|
4687 |
+
#: templates/admin/form-fields-addoredit.tpl.php:280
|
4688 |
+
msgctxt "form-fields admin"
|
4689 |
+
msgid "Hide this field's label when displaying it."
|
4690 |
+
msgstr "Cacher l'étiquette de ce champ lorsqu'il est affiché."
|
4691 |
|
4692 |
+
#: templates/admin/form-fields-addoredit.tpl.php:288
|
4693 |
#, fuzzy
|
4694 |
+
msgctxt "form-fields admin"
|
4695 |
+
msgid "Field privacy options"
|
4696 |
+
msgstr "Champ d'options d'affichage"
|
4697 |
|
4698 |
+
#: templates/admin/form-fields-addoredit.tpl.php:292
|
4699 |
+
msgctxt "form-fields admin"
|
4700 |
+
msgid "This field contains sensitive or private information?"
|
4701 |
+
msgstr ""
|
|
|
4702 |
|
4703 |
+
#: templates/admin/form-fields-addoredit.tpl.php:300
|
4704 |
+
msgctxt "form-fields admin"
|
4705 |
+
msgid "Add this field when exporting or deleting user's personal data."
|
4706 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
4707 |
|
4708 |
+
#: templates/admin/form-fields-addoredit.tpl.php:309
|
4709 |
+
msgctxt "form-fields admin"
|
4710 |
+
msgid "Update Field"
|
4711 |
+
msgstr "Mettre à jour le champ"
|
|
|
|
|
4712 |
|
4713 |
+
#: templates/admin/form-fields-addoredit.tpl.php:311
|
4714 |
+
msgctxt "form-fields admin"
|
4715 |
+
msgid "Add Field"
|
4716 |
+
msgstr "Ajouter un champ"
|
|
|
|
|
4717 |
|
4718 |
+
#: templates/admin/form-fields-tags.tpl.php:5
|
4719 |
+
msgctxt "form-fields admin"
|
4720 |
+
msgid "-- None --"
|
4721 |
+
msgstr "-- Choisissez --"
|
|
|
|
|
4722 |
|
4723 |
+
#: templates/admin/form-fields-tags.tpl.php:14
|
4724 |
+
msgctxt "form-fields admin"
|
4725 |
+
msgid "Theme Tags"
|
4726 |
+
msgstr "Thèmes"
|
4727 |
+
|
4728 |
+
#: templates/admin/form-fields-tags.tpl.php:19
|
4729 |
+
msgctxt "form-fields admin"
|
4730 |
msgid ""
|
4731 |
+
"Before you create fields, make sure you've mapped all of your EXISTING ones "
|
4732 |
+
"first, otherwise you'll appear to be \"missing data\" on your listings."
|
4733 |
msgstr ""
|
4734 |
+
"Avant de créer des champs, assurez-vous que vous avez d'abord mappé tous les "
|
4735 |
+
"champs existants, sinon des \"données manquantes\" apparaîtront dans vos "
|
4736 |
+
"annonces."
|
4737 |
|
4738 |
+
#: templates/admin/form-fields-tags.tpl.php:22
|
4739 |
+
msgctxt "form-fields admin"
|
4740 |
+
msgid "Create Missing Fields"
|
4741 |
+
msgstr "Champs d'annonce"
|
|
|
4742 |
|
4743 |
+
#: templates/admin/form-fields.tpl.php:4
|
4744 |
+
msgctxt "form-fields admin"
|
4745 |
+
msgid "Add New Form Field"
|
4746 |
+
msgstr "Ajouter un nouveau formulaire de champ"
|
4747 |
+
|
4748 |
+
#: templates/admin/form-fields.tpl.php:11
|
4749 |
+
msgctxt "form-fields admin"
|
4750 |
+
msgid "Preview Form"
|
4751 |
+
msgstr "Formulaire précédent"
|
4752 |
+
|
4753 |
+
#: templates/admin/form-fields.tpl.php:17
|
4754 |
+
msgctxt "form-fields admin"
|
4755 |
+
msgid "Manage Theme Tags"
|
4756 |
+
msgstr "Gestion des étiquettes du thème"
|
4757 |
+
|
4758 |
+
#: templates/admin/form-fields.tpl.php:28
|
4759 |
+
msgctxt "form-fields admin"
|
4760 |
+
msgid ""
|
4761 |
+
"Here, you can create new fields for your listings, edit or delete existing "
|
4762 |
+
"ones, change the order and visibility of the fields as well as configure "
|
4763 |
+
"special options for them."
|
4764 |
+
msgstr ""
|
4765 |
+
"Ici, vous pouvez créer de nouveaux champs pour vos annonces, modifier ou "
|
4766 |
+
"supprimer ceux qui existent déjà, modifier l'ordre et la visibilité des "
|
4767 |
+
"champs ainsi que configurer des options spéciales pour eux."
|
4768 |
+
|
4769 |
+
#: templates/admin/form-fields.tpl.php:39
|
4770 |
+
msgctxt "form-fields admin"
|
4771 |
+
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
4772 |
+
msgstr ""
|
4773 |
+
"Veuillez voir la <a>Documentation de champs de formulaire</a> pour plus de "
|
4774 |
+
"détails."
|
4775 |
+
|
4776 |
+
#: includes/admin/controllers/class-settings-admin.php:371
|
4777 |
#, fuzzy
|
4778 |
msgctxt "admin settings"
|
4779 |
+
msgid "Remove"
|
4780 |
+
msgstr "Supprimer"
|
4781 |
|
4782 |
+
#: includes/admin/controllers/class-settings-admin.php:433
|
|
|
4783 |
msgctxt "admin settings"
|
4784 |
+
msgid "Valid placeholders: %s"
|
4785 |
+
msgstr "Espaces réservés valides:% s"
|
4786 |
|
4787 |
+
#: includes/admin/settings/class-settings-bootstrap.php:101
|
4788 |
#, fuzzy
|
4789 |
msgctxt "admin settings"
|
4790 |
+
msgid ""
|
4791 |
+
"<strong>IMPORTANT:</strong> subpages of the main directory page cannot be "
|
4792 |
+
"accesed while this setting is checked."
|
4793 |
+
msgstr ""
|
4794 |
+
"<strong> IMPORTANT :</strong> les sous-pages de la page principale de "
|
4795 |
+
"l'annuaire ne sont pas accessibles lorsque ce paramètre est coché."
|
4796 |
|
4797 |
+
#: includes/admin/settings/class-settings-bootstrap.php:310
|
4798 |
msgctxt "admin settings"
|
4799 |
+
msgid "Above results"
|
4800 |
+
msgstr "Au-dessus des résultats"
|
4801 |
|
4802 |
+
#: includes/admin/settings/class-settings-bootstrap.php:311
|
|
|
4803 |
msgctxt "admin settings"
|
4804 |
+
msgid "Below results"
|
4805 |
+
msgstr "En dessous des résultats"
|
4806 |
|
4807 |
+
#: includes/admin/settings/class-settings-bootstrap.php:312
|
4808 |
msgctxt "admin settings"
|
4809 |
+
msgid "Don't show with results"
|
4810 |
+
msgstr "Ne pas afficher avec les résultats"
|
4811 |
+
|
4812 |
+
#: includes/admin/settings/class-settings-bootstrap.php:402
|
4813 |
+
msgctxt "admin settings"
|
4814 |
+
msgid ""
|
4815 |
+
"You have selected a textarea field to be included in quick searches. "
|
4816 |
+
"Searches involving those fields are very expensive and could result in "
|
4817 |
+
"timeouts and/or general slowness."
|
4818 |
msgstr ""
|
4819 |
+
"Vous avez sélectionné un champ texte pour être inclus dans des recherches "
|
4820 |
+
"rapides. Les recherches portant sur ces domaines sont très coûteuses et "
|
4821 |
+
"pourraient entraîner des dépassements de délais et / ou lenteur générale."
|
4822 |
|
4823 |
+
#: includes/admin/settings/class-settings-bootstrap.php:574
|
4824 |
+
msgctxt "admin settings"
|
4825 |
+
msgid "Do not include comments in listings"
|
4826 |
+
msgstr "Inclure les formulaire de commentaires dans pages annonces"
|
4827 |
+
|
4828 |
+
#: includes/admin/settings/class-settings-bootstrap.php:598
|
4829 |
#, fuzzy
|
4830 |
msgctxt "admin settings"
|
4831 |
+
msgid "Directory view."
|
4832 |
+
msgstr "Annuaire"
|
4833 |
|
4834 |
+
#: includes/admin/settings/class-settings-bootstrap.php:599
|
4835 |
+
#, fuzzy
|
4836 |
msgctxt "admin settings"
|
4837 |
+
msgid "All Listings view."
|
4838 |
+
msgstr "Voir toutes les annonces"
|
4839 |
|
4840 |
+
#: includes/admin/settings/class-settings-bootstrap.php:600
|
4841 |
#, fuzzy
|
4842 |
msgctxt "admin settings"
|
4843 |
+
msgid "Category view."
|
4844 |
+
msgstr "Catégories"
|
4845 |
|
4846 |
+
#: includes/admin/settings/class-settings-bootstrap.php:601
|
4847 |
+
#, fuzzy
|
4848 |
msgctxt "admin settings"
|
4849 |
+
msgid "Search view."
|
4850 |
+
msgstr "Rechercher"
|
4851 |
|
4852 |
+
#: includes/admin/settings/class-settings-bootstrap.php:728
|
4853 |
msgctxt "admin settings"
|
4854 |
+
msgid "Slug"
|
4855 |
+
msgstr "Identifiant"
|
4856 |
|
4857 |
+
#: includes/admin/settings/class-settings-bootstrap.php:741
|
4858 |
+
#: includes/admin/settings/class-settings-bootstrap.php:809
|
4859 |
+
msgctxt "admin settings"
|
4860 |
+
msgid "Ascending"
|
4861 |
+
msgstr "Ascendant"
|
4862 |
|
4863 |
+
#: includes/admin/settings/class-settings-bootstrap.php:742
|
4864 |
+
#: includes/admin/settings/class-settings-bootstrap.php:810
|
4865 |
+
msgctxt "admin settings"
|
4866 |
+
msgid "Descending"
|
4867 |
+
msgstr "Descendant"
|
4868 |
|
4869 |
+
#: includes/admin/settings/class-settings-bootstrap.php:775
|
4870 |
+
msgctxt "admin settings"
|
4871 |
+
msgid "Fee Plan Custom Order can be changed under <a>Fee Plans</a>"
|
4872 |
+
msgstr ""
|
4873 |
|
4874 |
+
#: includes/admin/settings/class-settings-bootstrap.php:788
|
4875 |
+
msgctxt "admin settings"
|
4876 |
+
msgid "Author"
|
4877 |
+
msgstr "Auteur"
|
4878 |
|
4879 |
+
#: includes/admin/settings/class-settings-bootstrap.php:789
|
4880 |
+
#: includes/helpers/functions/general.php:1276
|
4881 |
+
msgctxt "admin settings"
|
4882 |
+
msgid "Date posted"
|
4883 |
+
msgstr "Date d'ajout"
|
4884 |
|
4885 |
+
#: includes/admin/settings/class-settings-bootstrap.php:790
|
4886 |
+
#: includes/helpers/functions/general.php:1277
|
4887 |
+
msgctxt "admin settings"
|
4888 |
+
msgid "Date last modified"
|
4889 |
+
msgstr "Date de dernière modification"
|
4890 |
|
4891 |
+
#: includes/admin/settings/class-settings-bootstrap.php:791
|
4892 |
+
msgctxt "admin settings"
|
4893 |
+
msgid "Random"
|
4894 |
+
msgstr "Aléatoire"
|
4895 |
|
4896 |
+
#: includes/admin/settings/class-settings-bootstrap.php:792
|
4897 |
+
msgctxt "admin settings"
|
4898 |
+
msgid "Paid first then free. Inside each group by date."
|
4899 |
+
msgstr "Payé d'abord puis gratuit. Dans chaque groupe par date."
|
|
|
|
|
4900 |
|
4901 |
+
#: includes/admin/settings/class-settings-bootstrap.php:793
|
4902 |
+
msgctxt "admin settings"
|
4903 |
+
msgid "Paid first then free. Inside each group by title."
|
4904 |
+
msgstr "Payé d'abord puis gratuit. Dans chaque groupe par titre."
|
|
|
|
|
4905 |
|
4906 |
+
#: includes/admin/settings/class-settings-bootstrap.php:794
|
4907 |
+
msgctxt "admin settings"
|
4908 |
+
msgid "Fee Plan Custom Order, then Date"
|
4909 |
+
msgstr ""
|
|
|
|
|
4910 |
|
4911 |
+
#: includes/admin/settings/class-settings-bootstrap.php:795
|
4912 |
+
msgctxt "admin settings"
|
4913 |
+
msgid "Fee Plan Custom Order, then Title"
|
4914 |
+
msgstr ""
|
|
|
|
|
4915 |
|
4916 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1061
|
4917 |
+
msgctxt "admin settings"
|
4918 |
+
msgid ""
|
4919 |
+
"For paid listing images, configure that by adding or editing a <a>Fee Plan</"
|
4920 |
+
"a> instead of this setting, which is ignored for paid listings."
|
4921 |
+
msgstr ""
|
4922 |
+
"Pour que les images des annonces soient payantes, configurer le par ajout "
|
4923 |
+
"ou modification d'un <a>plan de frais</a> au lieu de ce paramètre, qui est "
|
4924 |
+
"ignoré pour les annonces payées."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4925 |
|
4926 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1072
|
4927 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1134
|
4928 |
#, fuzzy
|
4929 |
+
msgctxt "admin settings"
|
4930 |
+
msgid "Excerpt view."
|
4931 |
+
msgstr "Extrait"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4932 |
|
4933 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1073
|
4934 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1135
|
4935 |
#, fuzzy
|
4936 |
+
msgctxt "admin settings"
|
4937 |
+
msgid "Detail view."
|
4938 |
+
msgstr "Annuaire"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4939 |
|
4940 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1183
|
4941 |
+
msgctxt "admin settings"
|
4942 |
+
msgid "Australian Dollar (AUD)"
|
4943 |
+
msgstr "Dollar Australien (AUD)"
|
|
|
4944 |
|
4945 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1184
|
4946 |
+
msgctxt "admin settings"
|
4947 |
+
msgid "Brazilian Real (BRL)"
|
4948 |
+
msgstr "Real Brésilien (BRL)"
|
|
|
4949 |
|
4950 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1185
|
4951 |
+
msgctxt "admin settings"
|
4952 |
+
msgid "Canadian Dollar (CAD)"
|
4953 |
+
msgstr "Dollar Canadien (CAD)"
|
|
|
4954 |
|
4955 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1186
|
4956 |
+
msgctxt "admin settings"
|
4957 |
+
msgid "Czech Koruna (CZK)"
|
4958 |
+
msgstr "Couronne Tchèque (CZK)"
|
|
|
4959 |
|
4960 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1187
|
4961 |
+
msgctxt "admin settings"
|
4962 |
+
msgid "Danish Krone (DKK)"
|
4963 |
+
msgstr "Couronne Danoise (DKK)"
|
4964 |
|
4965 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1188
|
4966 |
+
msgctxt "admin settings"
|
4967 |
+
msgid "United Arab Emirates Dirham (AED)"
|
4968 |
+
msgstr ""
|
|
|
4969 |
|
4970 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1189
|
4971 |
+
msgctxt "admin settings"
|
4972 |
+
msgid "Euro (EUR)"
|
4973 |
+
msgstr "Euro (EUR)"
|
|
|
|
|
|
|
|
|
|
|
4974 |
|
4975 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1190
|
4976 |
+
msgctxt "admin settings"
|
4977 |
+
msgid "Hong Kong Dollar (HKD)"
|
4978 |
+
msgstr "Dollar de Hong Kong(HKD)"
|
4979 |
|
4980 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1191
|
4981 |
+
msgctxt "admin settings"
|
4982 |
+
msgid "Hungarian Forint (HUF)"
|
4983 |
+
msgstr "Forint Hongrois (HUF)"
|
4984 |
|
4985 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1192
|
4986 |
+
msgctxt "admin settings"
|
4987 |
+
msgid "Israeli New Shequel (ILS)"
|
4988 |
+
msgstr "Nouveau Shequel Israélien (ILS)"
|
4989 |
|
4990 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1193
|
4991 |
+
msgctxt "admin settings"
|
4992 |
+
msgid "Japanese Yen (JPY)"
|
4993 |
+
msgstr "Yen Japonais (JPY)"
|
4994 |
|
4995 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1194
|
4996 |
+
msgctxt "admin settings"
|
4997 |
+
msgid "Moroccan Dirham (MAD)"
|
4998 |
+
msgstr "Dirham marocain (MAD)"
|
4999 |
|
5000 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1195
|
5001 |
+
msgctxt "admin settings"
|
5002 |
+
msgid "Malasian Ringgit (MYR)"
|
5003 |
+
msgstr "Ringgit Malaisien (MYR)"
|
|
|
5004 |
|
5005 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1196
|
5006 |
+
msgctxt "admin settings"
|
5007 |
+
msgid "Mexican Peso (MXN)"
|
5008 |
+
msgstr "Peso Mexicain (MXN)"
|
5009 |
|
5010 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1197
|
5011 |
+
msgctxt "admin settings"
|
5012 |
+
msgid "Norwegian Krone (NOK)"
|
5013 |
+
msgstr "Couronne Norvégienne (NOK)"
|
5014 |
|
5015 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1198
|
5016 |
+
msgctxt "admin settings"
|
5017 |
+
msgid "New Zealand Dollar (NZD)"
|
5018 |
+
msgstr "Dollar Néo-Zélandais (NZD)"
|
5019 |
|
5020 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1199
|
5021 |
+
msgctxt "admin settings"
|
5022 |
+
msgid "Philippine Peso (PHP)"
|
5023 |
+
msgstr "Peso Phillipin (PHP)"
|
|
|
5024 |
|
5025 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1200
|
5026 |
+
msgctxt "admin settings"
|
5027 |
+
msgid "Polish Zloty (PLN)"
|
5028 |
+
msgstr "Zloty Polonais (PLN)"
|
|
|
|
|
|
|
|
|
|
|
5029 |
|
5030 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1201
|
5031 |
+
msgctxt "admin settings"
|
5032 |
+
msgid "Pound Sterling (GBP)"
|
5033 |
+
msgstr "Livre Sterling (GBP)"
|
5034 |
|
5035 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1202
|
5036 |
+
msgctxt "admin settings"
|
5037 |
+
msgid "Singapore Dollar (SGD)"
|
5038 |
+
msgstr "Dollar Singaporien (SGD)"
|
5039 |
|
5040 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1203
|
5041 |
+
msgctxt "admin settings"
|
5042 |
+
msgid "Swedish Krona (SEK)"
|
5043 |
+
msgstr "Couronne Suédoise (SEK)"
|
5044 |
|
5045 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1204
|
5046 |
+
msgctxt "admin settings"
|
5047 |
+
msgid "Swiss Franc (CHF)"
|
5048 |
+
msgstr "Franc Suisse (CHF)"
|
5049 |
|
5050 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1205
|
5051 |
+
msgctxt "admin settings"
|
5052 |
+
msgid "Taiwan Dollar (TWD)"
|
5053 |
+
msgstr "Dollar Taiwanais (TWD)"
|
|
|
5054 |
|
5055 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1206
|
5056 |
+
msgctxt "admin settings"
|
5057 |
+
msgid "Thai Baht (THB)"
|
5058 |
+
msgstr "Baht Thaïlandais"
|
|
|
5059 |
|
5060 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1207
|
5061 |
+
msgctxt "admin settings"
|
5062 |
+
msgid "Turkish Lira (TRY)"
|
5063 |
+
msgstr "Livre Turque (TRY)"
|
5064 |
|
5065 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1208
|
5066 |
+
msgctxt "admin settings"
|
5067 |
+
msgid "U.S. Dollar (USD)"
|
5068 |
+
msgstr "U.S. Dollar (USD)"
|
5069 |
|
5070 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1232
|
5071 |
+
msgctxt "admin settings"
|
5072 |
+
msgid "Show currency symbol on the left"
|
5073 |
+
msgstr "Afficher le symbole de devise à gauche"
|
5074 |
|
5075 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1233
|
5076 |
+
msgctxt "admin settings"
|
5077 |
+
msgid "Show currency symbol on the right"
|
5078 |
+
msgstr "Afficher le symbole de devise à droite"
|
|
|
5079 |
|
5080 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1234
|
5081 |
+
msgctxt "admin settings"
|
5082 |
+
msgid "Do not show currency symbol"
|
5083 |
+
msgstr "Ne pas montrer la devise"
|
5084 |
+
|
5085 |
+
#. translators: %1$s: gateway name, %2$s: explanation string
|
5086 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1282
|
5087 |
+
msgctxt "admin settings"
|
5088 |
+
msgid "AED currency is not supported by %1$s. %2$s"
|
5089 |
msgstr ""
|
5090 |
|
5091 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1321
|
5092 |
+
#, fuzzy
|
5093 |
+
msgctxt "admin settings"
|
5094 |
msgid ""
|
5095 |
+
"Listings with pending payments are marked as abandoned after this time. You "
|
5096 |
+
"can also <a>customize the email</a> users receive."
|
|
|
|
|
5097 |
msgstr ""
|
5098 |
+
"Les annonces avec paiements en attente sont marquées comme abandonné après "
|
5099 |
+
"cette heure. Vous pouvez également personnaliser <a> l'e-mail </a> que les "
|
5100 |
+
"utilisateurs reçoivent."
|
5101 |
|
5102 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1351
|
5103 |
+
msgctxt "admin settings"
|
5104 |
+
msgid "Try listing's email field first, then author's email."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5105 |
msgstr ""
|
5106 |
+
"Essayez d'abord le champ \"Adresse mail\" de l'annonce, puis l'adresse mail "
|
5107 |
+
"de l'auteur."
|
|
|
|
|
|
|
5108 |
|
5109 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1352
|
5110 |
+
msgctxt "admin settings"
|
5111 |
+
msgid "Try author's email first and then listing's email field."
|
5112 |
+
msgstr ""
|
5113 |
+
"Essayez d'abord l'adresse mail de l'auteur, puis le champ \"Adresse mail\" "
|
5114 |
+
"de l'annonce."
|
5115 |
|
5116 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1365
|
5117 |
+
msgctxt "admin settings"
|
5118 |
+
msgid "Plain (text/plain)"
|
5119 |
msgstr ""
|
|
|
|
|
5120 |
|
5121 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1366
|
5122 |
+
msgctxt "admin settings"
|
5123 |
+
msgid "HTML (text/html)"
|
5124 |
+
msgstr ""
|
5125 |
|
5126 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1367
|
5127 |
+
msgctxt "admin settings"
|
5128 |
+
msgid "Both (multipart/alternative)"
|
5129 |
msgstr ""
|
|
|
|
|
|
|
5130 |
|
5131 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1381
|
5132 |
+
msgctxt "admin settings"
|
5133 |
+
msgid "A new listing is submitted."
|
5134 |
+
msgstr "Une nouvelle annonce a été soumise."
|
5135 |
|
5136 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1382
|
5137 |
+
msgctxt "admin settings"
|
5138 |
+
msgid "A listing is edited."
|
5139 |
+
msgstr "Une annonce est éditée."
|
5140 |
|
5141 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1383
|
5142 |
+
msgctxt "admin settings"
|
5143 |
+
msgid "A listing expires."
|
5144 |
+
msgstr "Une annonce expire."
|
|
|
|
|
|
|
|
|
5145 |
|
5146 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1384
|
5147 |
+
#, fuzzy
|
5148 |
+
msgctxt "admin settings"
|
5149 |
+
msgid "A listing is renewed."
|
5150 |
+
msgstr "Une annonce est éditée."
|
5151 |
|
5152 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1385
|
5153 |
+
#, fuzzy
|
5154 |
+
msgctxt "admin settings"
|
5155 |
+
msgid "A listing payment is completed."
|
5156 |
+
msgstr "Une annonce est éditée."
|
|
|
5157 |
|
5158 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1386
|
5159 |
+
#, fuzzy
|
5160 |
+
msgctxt "admin settings"
|
5161 |
+
msgid "A listing has been reported as inappropriate."
|
5162 |
+
msgstr "L'annonce a été mise à jour."
|
|
|
|
|
|
|
|
|
5163 |
|
5164 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1387
|
5165 |
+
msgctxt "admin settings"
|
5166 |
+
msgid "A contact message is sent to a listing's owner."
|
5167 |
+
msgstr "Un message de contact est envoyé a un propriétaire d'annonce."
|
5168 |
+
|
5169 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1414
|
5170 |
+
msgctxt "admin settings"
|
5171 |
+
msgid "Their listing is submitted."
|
5172 |
+
msgstr "Leur annonce est soumise."
|
5173 |
|
5174 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1415
|
5175 |
+
msgctxt "admin settings"
|
5176 |
+
msgid "Their listing is approved/published."
|
5177 |
+
msgstr "Leur annonce est approuvée/publiée."
|
5178 |
|
5179 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1416
|
5180 |
+
#, fuzzy
|
5181 |
+
msgctxt "admin settings"
|
5182 |
+
msgid "A payment for their listing is completed."
|
5183 |
+
msgstr "Leur annonce est soumise."
|
5184 |
|
5185 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1417
|
5186 |
+
#, fuzzy
|
5187 |
+
msgctxt "admin settings"
|
5188 |
+
msgid "Their listing expired or is about to expire."
|
5189 |
+
msgstr "Leur annonce est soumise."
|
5190 |
|
5191 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1435
|
5192 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1454
|
5193 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1490
|
5194 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1526
|
5195 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1563
|
5196 |
+
msgctxt "admin settings"
|
5197 |
+
msgid "Listing's title"
|
5198 |
+
msgstr "Titre de l'annonce"
|
5199 |
|
5200 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1436
|
5201 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1527
|
5202 |
+
#, fuzzy
|
5203 |
+
msgctxt "admin settings"
|
5204 |
+
msgid "Listing's fee plan name"
|
5205 |
+
msgstr "Date d'expiration de l'annonce"
|
5206 |
|
5207 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1437
|
5208 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1528
|
5209 |
#, fuzzy
|
5210 |
+
msgctxt "admin settings"
|
5211 |
+
msgid "Listing's fee plan description"
|
5212 |
+
msgstr "Sélection des droits d'inscription"
|
5213 |
|
5214 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1438
|
5215 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1529
|
5216 |
+
#, fuzzy
|
5217 |
+
msgctxt "admin settings"
|
5218 |
+
msgid "Listing's fee plan details"
|
5219 |
+
msgstr "Date d'expiration de l'annonce"
|
5220 |
+
|
5221 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1451
|
5222 |
+
msgctxt "admin settings"
|
5223 |
msgid ""
|
5224 |
+
"Your listing \"[listing]\" is now available at [listing-url] and can be "
|
5225 |
+
"viewed by the public."
|
|
|
|
|
5226 |
msgstr ""
|
5227 |
+
"Votre annonce \"[listing]\" est maintenant disponible à [listing-url] et "
|
5228 |
+
"elle peut être vu par tout le monde."
|
5229 |
|
5230 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1455
|
5231 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1489
|
5232 |
+
msgctxt "admin settings"
|
5233 |
+
msgid "Listing's URL"
|
5234 |
+
msgstr "Url de l'annonce"
|
5235 |
|
5236 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1456
|
5237 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1496
|
5238 |
+
#, fuzzy
|
5239 |
+
msgctxt "admin settings"
|
5240 |
+
msgid "Listing's Access Key"
|
5241 |
+
msgstr "Liste des clés d'accès"
|
5242 |
|
5243 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1491
|
5244 |
+
#, fuzzy
|
5245 |
+
msgctxt "admin settings"
|
5246 |
+
msgid "Sender's name"
|
5247 |
+
msgstr "Nom de l'auteur"
|
5248 |
+
|
5249 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1494
|
5250 |
+
#, fuzzy
|
5251 |
+
msgctxt "admin settings"
|
5252 |
+
msgid "Contact message"
|
5253 |
+
msgstr "Lister des messages de contact"
|
5254 |
+
|
5255 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1495
|
5256 |
+
msgctxt "admin settings"
|
5257 |
+
msgid "Date and time the message was sent"
|
5258 |
msgstr ""
|
|
|
|
|
5259 |
|
5260 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1530
|
5261 |
+
#, fuzzy
|
5262 |
+
msgctxt "admin settings"
|
5263 |
+
msgid "Payment items details."
|
5264 |
+
msgstr "Détails de paiement"
|
5265 |
|
5266 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1531
|
5267 |
+
msgctxt "admin settings"
|
5268 |
+
msgid "URL where user can review and print payment receipt."
|
|
|
|
|
5269 |
msgstr ""
|
|
|
|
|
5270 |
|
5271 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1532
|
5272 |
+
#, fuzzy
|
5273 |
+
msgctxt "admin settings"
|
5274 |
+
msgid "Gateway used to process listing's payment."
|
5275 |
+
msgstr "Impossible de procéder au paiement."
|
5276 |
|
5277 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1564
|
5278 |
+
msgctxt "admin settings"
|
5279 |
+
msgid "Checkout URL link"
|
5280 |
+
msgstr "Vérificateur de lien URL"
|
5281 |
|
5282 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1665
|
5283 |
#, fuzzy
|
5284 |
+
msgctxt "admin settings"
|
5285 |
+
msgid "Uploaded Image (no resize)"
|
5286 |
+
msgstr "Télécharger les images"
|
5287 |
|
5288 |
+
#: includes/helpers/functions/general.php:1274
|
5289 |
+
msgctxt "admin settings"
|
5290 |
+
msgid "User"
|
5291 |
+
msgstr "Utilisateur"
|
5292 |
|
5293 |
+
#: includes/helpers/functions/general.php:1275
|
5294 |
+
msgctxt "admin settings"
|
5295 |
+
msgid "User registration date"
|
5296 |
+
msgstr "Date d'expiration de l'annonce"
|
5297 |
|
5298 |
+
#: includes/admin/controllers/class-settings-admin.php:503
|
5299 |
+
msgctxt "expiration notices"
|
5300 |
+
msgid "Add notice"
|
5301 |
+
msgstr "Ajouter un avis"
|
|
|
5302 |
|
5303 |
+
#: includes/admin/controllers/class-settings-admin.php:522
|
5304 |
+
msgctxt "expiration notices"
|
5305 |
+
msgid "No notices configured."
|
5306 |
+
msgstr "Aucun avis configuré."
|
|
|
5307 |
|
5308 |
+
#: includes/admin/controllers/class-settings-admin.php:564
|
5309 |
+
msgctxt "expiration notices"
|
5310 |
+
msgid "recurring and non-recurring"
|
5311 |
+
msgstr "permanent ou temporaire"
|
|
|
|
|
|
|
|
|
5312 |
|
5313 |
+
#: includes/admin/controllers/class-settings-admin.php:566
|
5314 |
+
msgctxt "expiration notices"
|
5315 |
+
msgid "recurring only"
|
5316 |
+
msgstr "récurrente uniquement"
|
5317 |
|
5318 |
+
#: includes/admin/controllers/class-settings-admin.php:568
|
5319 |
+
msgctxt "expiration notices"
|
5320 |
+
msgid "non-recurring only"
|
5321 |
+
msgstr "non récurrente seulement"
|
|
|
5322 |
|
5323 |
+
#: includes/admin/controllers/class-settings-admin.php:572
|
5324 |
+
msgctxt "expiration notices"
|
5325 |
+
msgid "Sent when a listing (%s) is renewed."
|
5326 |
+
msgstr "Envoyé lorsque vous renouvelez une liste (% s)."
|
5327 |
+
|
5328 |
+
#: includes/admin/controllers/class-settings-admin.php:577
|
5329 |
+
msgctxt "expiration notices"
|
5330 |
+
msgid "Sent when a listing (%s) expires."
|
5331 |
+
msgstr "Envoyé lorsqu'une annonce (% s) est expirée."
|
5332 |
+
|
5333 |
+
#: includes/admin/controllers/class-settings-admin.php:585
|
5334 |
+
msgctxt "expiration notices"
|
5335 |
+
msgid "%d day"
|
5336 |
+
msgid_plural "%d days"
|
5337 |
+
msgstr[0] "%d jour"
|
5338 |
+
msgstr[1] "%d jours"
|
5339 |
+
|
5340 |
+
#: includes/admin/controllers/class-settings-admin.php:588
|
5341 |
+
msgctxt "expiration notices"
|
5342 |
+
msgid "%d week"
|
5343 |
+
msgid_plural "%d weeks"
|
5344 |
+
msgstr[0] "%d semaine"
|
5345 |
+
msgstr[1] "%d semaines"
|
5346 |
|
5347 |
+
#: includes/admin/controllers/class-settings-admin.php:591
|
5348 |
+
msgctxt "expiration notices"
|
5349 |
+
msgid "%d month"
|
5350 |
+
msgid_plural "%d months"
|
5351 |
+
msgstr[0] "%d mois"
|
5352 |
+
msgstr[1] "%d mois"
|
5353 |
|
5354 |
+
#. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
|
5355 |
+
#. non-recuring only)
|
5356 |
+
#: includes/admin/controllers/class-settings-admin.php:597
|
5357 |
+
msgctxt "expiration notices"
|
5358 |
+
msgid "Sent %1$s before a listing (%2$s) expires."
|
5359 |
+
msgstr "Envoyé %1$s avant l'expiration d'une liste (%2$s)."
|
|
|
|
|
|
|
5360 |
|
5361 |
+
#. translators: 1: relative time (e.g. 3 days), 2: recurring modifier (e.g.
|
5362 |
+
#. non-recuring only)
|
5363 |
+
#: includes/admin/controllers/class-settings-admin.php:600
|
5364 |
+
msgctxt "expiration notices"
|
5365 |
+
msgid "Sent %1$s after a listing (%2$s) expires."
|
5366 |
+
msgstr "Envoyé %1$s après une liste (%2$s) expire."
|
5367 |
|
5368 |
+
#: includes/admin/controllers/class-settings-admin.php:617
|
5369 |
+
msgctxt "expiration notices"
|
5370 |
+
msgid "At the time of expiration"
|
5371 |
+
msgstr "Au moment de l'expiration"
|
5372 |
|
5373 |
+
#: includes/admin/controllers/class-settings-admin.php:618
|
5374 |
+
msgctxt "expiration notices"
|
5375 |
+
msgid "Right after a successful renewal"
|
5376 |
+
msgstr "Renouvellement réussi"
|
|
|
5377 |
|
5378 |
+
#: includes/admin/controllers/class-settings-admin.php:629
|
5379 |
+
msgctxt "expiration notices"
|
5380 |
+
msgid "%d day before expiration"
|
5381 |
+
msgid_plural "%d days before expiration"
|
5382 |
+
msgstr[0] "%d jour avant expiration"
|
5383 |
+
msgstr[1] "%d jours avant expiration"
|
|
|
5384 |
|
5385 |
+
#: includes/admin/controllers/class-settings-admin.php:629
|
5386 |
+
msgctxt "expiration notices"
|
5387 |
+
msgid "%d day after expiration"
|
5388 |
+
msgid_plural "%d days after expiration"
|
5389 |
+
msgstr[0] "%d jour après expiration"
|
5390 |
+
msgstr[1] "%d jours après expiration"
|
5391 |
|
5392 |
+
#: includes/admin/controllers/class-settings-admin.php:632
|
5393 |
+
msgctxt "expiration notices"
|
5394 |
+
msgid "%d week before expiration"
|
5395 |
+
msgid_plural "%d weeks before expiration"
|
5396 |
+
msgstr[0] "%d semaine avant expiration"
|
5397 |
+
msgstr[1] "%d semaines avant expiration"
|
5398 |
|
5399 |
+
#: includes/admin/controllers/class-settings-admin.php:632
|
5400 |
+
msgctxt "expiration notices"
|
5401 |
+
msgid "%d week after expiration"
|
5402 |
+
msgid_plural "%d weeks after expiration"
|
5403 |
+
msgstr[0] "%d semaine après expiration"
|
5404 |
+
msgstr[1] "%d semaines après expiration"
|
5405 |
|
5406 |
+
#: includes/admin/controllers/class-settings-admin.php:635
|
5407 |
+
msgctxt "expiration notices"
|
5408 |
+
msgid "%d month before expiration"
|
5409 |
+
msgid_plural "%d months before expiration"
|
5410 |
+
msgstr[0] "%d mois avant expiration"
|
5411 |
+
msgstr[1] "%d mois avant expiration"
|
5412 |
|
5413 |
+
#: includes/admin/controllers/class-settings-admin.php:635
|
5414 |
+
msgctxt "expiration notices"
|
5415 |
+
msgid "%d month after expiration"
|
5416 |
+
msgid_plural "%d months after expiration"
|
5417 |
+
msgstr[0] "%d mois après expiration"
|
5418 |
+
msgstr[1] "%d mois après expiration"
|
5419 |
|
5420 |
+
#: includes/admin/controllers/class-settings-admin.php:662
|
5421 |
+
msgctxt "expiration notices"
|
5422 |
+
msgid "Applies to"
|
5423 |
+
msgstr "Appliqué à"
|
5424 |
|
5425 |
+
#: includes/admin/controllers/class-settings-admin.php:665
|
5426 |
+
msgctxt "expiration notices"
|
5427 |
+
msgid "Non-recurring listings"
|
5428 |
+
msgstr "Annonces temporaires"
|
5429 |
|
5430 |
+
#: includes/admin/controllers/class-settings-admin.php:666
|
5431 |
+
msgctxt "expiration notices"
|
5432 |
+
msgid "Recurring listings"
|
5433 |
+
msgstr "Retourner à l'annonce"
|
|
|
5434 |
|
5435 |
+
#: includes/admin/controllers/class-settings-admin.php:667
|
5436 |
+
msgctxt "expiration notices"
|
5437 |
+
msgid "Recurring and non-recurring listings"
|
5438 |
+
msgstr "Annonces permanentes et temporaires"
|
5439 |
|
5440 |
+
#: includes/admin/controllers/class-settings-admin.php:672
|
5441 |
+
msgctxt "expiration notices"
|
5442 |
+
msgid "When to send?"
|
5443 |
+
msgstr "Quand envoyer ?"
|
5444 |
|
5445 |
+
#: includes/admin/controllers/class-settings-admin.php:539
|
5446 |
+
#, fuzzy
|
5447 |
msgctxt "settings"
|
5448 |
+
msgid "Site title (with link)"
|
5449 |
+
msgstr "Titre du site (avec lien)"
|
|
|
5450 |
|
5451 |
+
#: includes/admin/controllers/class-settings-admin.php:540
|
5452 |
msgctxt "settings"
|
5453 |
+
msgid "Author's name"
|
5454 |
+
msgstr "Nom de l'auteur"
|
5455 |
|
5456 |
+
#: includes/admin/controllers/class-settings-admin.php:541
|
5457 |
msgctxt "settings"
|
5458 |
+
msgid "Listing's name (with link)"
|
5459 |
+
msgstr "Nom de l'annonce (avec lien)"
|
5460 |
|
5461 |
+
#: includes/admin/controllers/class-settings-admin.php:542
|
5462 |
+
#, fuzzy
|
5463 |
msgctxt "settings"
|
5464 |
+
msgid "Listing's expiration date"
|
5465 |
+
msgstr "Date d'expiration de l'annonce"
|
5466 |
|
5467 |
+
#: includes/admin/controllers/class-settings-admin.php:543
|
5468 |
msgctxt "settings"
|
5469 |
+
msgid "Listing's renewal link, formatted with an anchor tag"
|
|
|
|
|
|
|
5470 |
msgstr ""
|
5471 |
|
5472 |
+
#: includes/admin/controllers/class-settings-admin.php:544
|
|
|
|
|
|
|
|
|
|
|
5473 |
msgctxt "settings"
|
5474 |
+
msgid "Listing's renewal URL, unformatted by any tags"
|
5475 |
+
msgstr ""
|
5476 |
|
5477 |
+
#: includes/admin/controllers/class-settings-admin.php:545
|
5478 |
#, fuzzy
|
5479 |
msgctxt "settings"
|
5480 |
+
msgid "Listing's categories"
|
5481 |
+
msgstr "Titre de l'annonce"
|
5482 |
|
5483 |
+
#: includes/admin/controllers/class-settings-admin.php:546
|
5484 |
+
#, fuzzy
|
5485 |
msgctxt "settings"
|
5486 |
+
msgid "Listing's last payment date"
|
5487 |
+
msgstr "Date d'expiration de l'annonce"
|
5488 |
|
5489 |
+
#: includes/admin/controllers/class-settings-admin.php:547
|
5490 |
+
#, fuzzy
|
5491 |
msgctxt "settings"
|
5492 |
+
msgid "Listing's access key"
|
5493 |
+
msgstr "Liste des clés d'accès"
|
5494 |
|
5495 |
+
#: includes/admin/controllers/class-settings-admin.php:704
|
5496 |
+
#, fuzzy
|
5497 |
msgctxt "settings"
|
5498 |
+
msgid "Settings reset to default."
|
5499 |
+
msgstr "Paramètres mis à jour."
|
5500 |
|
5501 |
+
#: includes/admin/settings/class-settings-bootstrap.php:8
|
5502 |
msgctxt "settings"
|
5503 |
+
msgid "General"
|
5504 |
+
msgstr "Général"
|
5505 |
|
5506 |
+
#: includes/admin/settings/class-settings-bootstrap.php:10
|
5507 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1043
|
5508 |
msgctxt "settings"
|
5509 |
+
msgid "Listings"
|
5510 |
+
msgstr "Listes"
|
5511 |
|
5512 |
+
#: includes/admin/settings/class-settings-bootstrap.php:11
|
5513 |
+
#: includes/admin/settings/class-settings-bootstrap.php:14
|
5514 |
+
#: includes/admin/settings/class-settings-bootstrap.php:17
|
5515 |
+
#: includes/admin/settings/class-settings-bootstrap.php:36
|
5516 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1332
|
5517 |
+
#: includes/admin/settings/class-settings.php:341
|
5518 |
msgctxt "settings"
|
5519 |
+
msgid "General Settings"
|
5520 |
+
msgstr "Paramètres généraux"
|
5521 |
|
5522 |
+
#: includes/admin/settings/class-settings-bootstrap.php:16
|
5523 |
msgctxt "settings"
|
5524 |
+
msgid "Payment"
|
5525 |
+
msgstr "Paiement"
|
5526 |
|
5527 |
+
#: includes/admin/settings/class-settings-bootstrap.php:19
|
5528 |
msgctxt "settings"
|
5529 |
+
msgid "Appearance"
|
5530 |
+
msgstr "Apparence"
|
5531 |
|
5532 |
+
#: includes/admin/settings/class-settings-bootstrap.php:59
|
5533 |
msgctxt "settings"
|
5534 |
+
msgid "Permalink Settings"
|
5535 |
+
msgstr "Paramètres de lien permanent"
|
5536 |
|
5537 |
+
#: includes/admin/settings/class-settings-bootstrap.php:64
|
5538 |
msgctxt "settings"
|
5539 |
+
msgid "Directory Listings Slug"
|
5540 |
+
msgstr "Identifiant de fiche de l'annuaire"
|
5541 |
|
5542 |
+
#: includes/admin/settings/class-settings-bootstrap.php:74
|
5543 |
msgctxt "settings"
|
5544 |
+
msgid "Categories Slug"
|
5545 |
+
msgstr "Identifiant de Catégories"
|
|
|
|
|
|
|
5546 |
|
5547 |
+
#: includes/admin/settings/class-settings-bootstrap.php:75
|
5548 |
msgctxt "settings"
|
5549 |
+
msgid ""
|
5550 |
+
"The slug can't be in use by another term. Avoid \"category\", for instance."
|
5551 |
+
msgstr "L’identifiant « %s » est déjà utilisé par un autre terme."
|
5552 |
|
5553 |
+
#: includes/admin/settings/class-settings-bootstrap.php:86
|
5554 |
msgctxt "settings"
|
5555 |
+
msgid "Tags Slug"
|
5556 |
+
msgstr "Identifiant Mots clés"
|
5557 |
|
5558 |
+
#: includes/admin/settings/class-settings-bootstrap.php:87
|
5559 |
msgctxt "settings"
|
5560 |
+
msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
|
5561 |
+
msgstr "L’identifiant « %s » est déjà utilisé par un autre terme."
|
5562 |
|
5563 |
+
#: includes/admin/settings/class-settings-bootstrap.php:99
|
5564 |
msgctxt "settings"
|
5565 |
+
msgid "Remove listing ID from directory URLs?"
|
5566 |
+
msgstr "Retirer les ID listés du répertoire URL?"
|
5567 |
|
5568 |
+
#: includes/admin/settings/class-settings-bootstrap.php:100
|
5569 |
msgctxt "settings"
|
5570 |
+
msgid "Check this setting to remove the ID for better SEO."
|
|
|
|
|
|
|
|
|
5571 |
msgstr ""
|
5572 |
+
"Cochez ce paramètre pour supprimer l'ID pour un meilleur référencement."
|
|
|
|
|
|
|
|
|
|
|
5573 |
|
5574 |
+
#: includes/admin/settings/class-settings-bootstrap.php:101
|
5575 |
msgctxt "settings"
|
5576 |
+
msgid ""
|
5577 |
+
"Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
|
5578 |
+
"directory/1809/listing-title\"."
|
5579 |
msgstr ""
|
5580 |
+
"Avant 3.5.1, nous avons inclus l'ID dans l'URL de l'annonce, comme \"/ "
|
5581 |
+
"business-répertoire / 1809 / article-titre \". Vérifiez ce paramètre pour "
|
5582 |
+
"supprimer l'ID pour une meilleure SEO."
|
5583 |
|
5584 |
+
#: includes/admin/settings/class-settings-bootstrap.php:112
|
5585 |
msgctxt "settings"
|
5586 |
+
msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
|
5587 |
+
msgstr "Besoin de clés API pour CAPTCHA? Obtenez les <a> ici </a>."
|
5588 |
|
5589 |
+
#: includes/admin/settings/class-settings-bootstrap.php:119
|
5590 |
msgctxt "settings"
|
5591 |
+
msgid "Use reCAPTCHA for contact forms"
|
5592 |
+
msgstr "Utiliser CAPTCHA pour le formulaire de contact"
|
5593 |
|
5594 |
+
#: includes/admin/settings/class-settings-bootstrap.php:127
|
|
|
5595 |
msgctxt "settings"
|
5596 |
+
msgid "Turn off reCAPTCHA for logged in users?"
|
5597 |
+
msgstr "Désactivez reCAPTCHA pour les utilisateurs connectés?"
|
5598 |
|
5599 |
+
#: includes/admin/settings/class-settings-bootstrap.php:135
|
5600 |
msgctxt "settings"
|
5601 |
+
msgid "Use reCAPTCHA for listing submits"
|
5602 |
+
msgstr "Utiliser CAPTCHA pour la soumission des annonces"
|
|
|
|
|
|
|
|
|
5603 |
|
5604 |
+
#: includes/admin/settings/class-settings-bootstrap.php:143
|
5605 |
+
#, fuzzy
|
5606 |
msgctxt "settings"
|
5607 |
+
msgid "Use reCAPTCHA for edit listings"
|
5608 |
+
msgstr "Utiliser CAPTCHA pour lister les commentaires?"
|
5609 |
|
5610 |
+
#: includes/admin/settings/class-settings-bootstrap.php:151
|
5611 |
#, fuzzy
|
5612 |
msgctxt "settings"
|
5613 |
+
msgid "Use reCAPTCHA for report listings"
|
5614 |
+
msgstr "Utiliser CAPTCHA pour lister les commentaires?"
|
5615 |
|
5616 |
+
#: includes/admin/settings/class-settings-bootstrap.php:159
|
|
|
5617 |
msgctxt "settings"
|
5618 |
+
msgid "Use reCAPTCHA for listing comments?"
|
5619 |
+
msgstr "Utiliser CAPTCHA pour lister les commentaires?"
|
5620 |
|
5621 |
+
#: includes/admin/settings/class-settings-bootstrap.php:167
|
5622 |
msgctxt "settings"
|
5623 |
+
msgid "reCAPTCHA Public Key"
|
5624 |
+
msgstr "reCAPTCHA Clé publique"
|
5625 |
|
5626 |
+
#: includes/admin/settings/class-settings-bootstrap.php:176
|
5627 |
msgctxt "settings"
|
5628 |
+
msgid "reCAPTCHA Private Key"
|
5629 |
+
msgstr "reCAPTCHA Clé privée"
|
5630 |
|
5631 |
+
#: includes/admin/settings/class-settings-bootstrap.php:185
|
5632 |
+
#, fuzzy
|
5633 |
msgctxt "settings"
|
5634 |
+
msgid "reCAPTCHA version"
|
5635 |
+
msgstr "Paramètres de code CAPTCHA"
|
5636 |
|
5637 |
+
#: includes/admin/settings/class-settings-bootstrap.php:198
|
5638 |
msgctxt "settings"
|
5639 |
+
msgid "reCAPTCHA V3 threshold score"
|
5640 |
+
msgstr ""
|
5641 |
|
5642 |
+
#: includes/admin/settings/class-settings-bootstrap.php:203
|
5643 |
msgctxt "settings"
|
5644 |
+
msgid ""
|
5645 |
+
"reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is "
|
5646 |
+
"very likely a bot). Based on the score, you can take variable action in the "
|
5647 |
+
"context of your site. You can set here the score threshold, scores under "
|
5648 |
+
"this value will result in reCAPTCHA validation error."
|
5649 |
+
msgstr ""
|
5650 |
|
5651 |
+
#: includes/admin/settings/class-settings-bootstrap.php:208
|
5652 |
msgctxt "settings"
|
5653 |
+
msgid "Registration"
|
5654 |
+
msgstr "Enregistrement"
|
5655 |
|
5656 |
+
#: includes/admin/settings/class-settings-bootstrap.php:208
|
5657 |
msgctxt "settings"
|
5658 |
+
msgid ""
|
5659 |
+
"We expect that a membership plugin supports the 'redirect_to' parameter for "
|
5660 |
+
"the URLs below to work. If the plugin does not support them, these settings "
|
5661 |
+
"will not function as expected. Please contact the membership plugin and ask "
|
5662 |
+
"them to support the WP standard 'redirect_to' query parameter."
|
5663 |
+
msgstr ""
|
5664 |
+
"Nous nous attendons à ce qu'un plugin d'adhésion prenne en charge le "
|
5665 |
+
"paramètre 'redirect_to' pour que les URL ci-dessous fonctionnent. Si le "
|
5666 |
+
"plugin ne les supporte pas, ces paramètres ne fonctionneront pas comme "
|
5667 |
+
"prévu. Veuillez contacter le plugin d'adhésion et demandez-lui de prendre en "
|
5668 |
+
"charge le paramètre de requête WP 'redirect_to'."
|
5669 |
|
5670 |
+
#: includes/admin/settings/class-settings-bootstrap.php:213
|
5671 |
msgctxt "settings"
|
5672 |
+
msgid "Require login to post listings?"
|
5673 |
+
msgstr "Connexion obligatoire pour poster une annonce ?"
|
5674 |
|
5675 |
+
#: includes/admin/settings/class-settings-bootstrap.php:222
|
5676 |
msgctxt "settings"
|
5677 |
+
msgid "Allow anonymous users to edit/manage listings with an access key?"
|
5678 |
msgstr ""
|
5679 |
+
"Autoriser les utilisateurs anonymes à modifier/gérer les annonces avec une "
|
5680 |
+
"clé d'accès ?"
|
5681 |
|
5682 |
+
#: includes/admin/settings/class-settings-bootstrap.php:230
|
5683 |
msgctxt "settings"
|
5684 |
+
msgid "Login URL"
|
5685 |
+
msgstr "URL de connexion"
|
5686 |
|
5687 |
+
#: includes/admin/settings/class-settings-bootstrap.php:231
|
5688 |
msgctxt "settings"
|
5689 |
+
msgid "Only enter this if using a membership plugin or custom login page."
|
5690 |
+
msgstr ""
|
5691 |
+
"URL de la page d'inscription de votre plugin adhésion. Saisissez uniquement "
|
5692 |
+
"ceci si vous utilisez la page d'inscription du plugin d'adhésion ou une page "
|
5693 |
+
"personnalisée."
|
5694 |
|
5695 |
+
#: includes/admin/settings/class-settings-bootstrap.php:232
|
5696 |
msgctxt "settings"
|
5697 |
+
msgid "URL of your membership plugin's login page."
|
5698 |
+
msgstr "URL de la page de connexion de votre plugin d'adhésion."
|
5699 |
|
5700 |
+
#: includes/admin/settings/class-settings-bootstrap.php:241
|
5701 |
msgctxt "settings"
|
5702 |
+
msgid "Registration URL"
|
5703 |
+
msgstr "URL d'enregistrement"
|
5704 |
|
5705 |
+
#: includes/admin/settings/class-settings-bootstrap.php:242
|
5706 |
msgctxt "settings"
|
5707 |
msgid ""
|
5708 |
+
"Only enter this if using a membership plugin or custom registration page."
|
|
|
|
|
5709 |
msgstr ""
|
5710 |
+
"URL de la page d'inscription de votre plugin adhésion. Saisissez uniquement "
|
5711 |
+
"ceci si vous utilisez la page d'inscription du plugin d'adhésion ou une page "
|
5712 |
+
"personnalisée."
|
|
|
|
|
|
|
|
|
|
|
5713 |
|
5714 |
+
#: includes/admin/settings/class-settings-bootstrap.php:243
|
5715 |
msgctxt "settings"
|
5716 |
+
msgid "URL of your membership plugin's registration page."
|
5717 |
+
msgstr "URL de la page d'inscription de votre plugin d'adhésion."
|
|
|
|
|
|
|
|
|
5718 |
|
5719 |
+
#: includes/admin/settings/class-settings-bootstrap.php:252
|
5720 |
msgctxt "settings"
|
5721 |
+
msgid "Allow users to create accounts during listing submit?"
|
5722 |
msgstr ""
|
5723 |
+
"Autoriser les utilisateurs à créer des comptes pendant la soumission d'une "
|
5724 |
+
"annonce ?"
|
5725 |
|
5726 |
+
#: includes/admin/settings/class-settings-bootstrap.php:279
|
5727 |
msgctxt "settings"
|
5728 |
msgid ""
|
5729 |
+
"Enter text or a URL starting with http. If you use a URL, the Terms and "
|
5730 |
+
"Conditions text will be replaced by a link to the appropiate page."
|
|
|
|
|
5731 |
msgstr ""
|
5732 |
+
"Saisissez du texte ou une URL commençant par http. Si vous utilisez une URL, "
|
5733 |
+
"le texte des conditions d'utilisation sera remplacé par un lien vers la page "
|
5734 |
+
"appropriée."
|
5735 |
|
5736 |
+
#: includes/admin/settings/class-settings-bootstrap.php:281
|
|
|
|
|
|
|
|
|
|
|
5737 |
msgctxt "settings"
|
5738 |
+
msgid "Terms and Conditions text goes here."
|
5739 |
+
msgstr "Conditions d'utilisation."
|
5740 |
|
5741 |
+
#: includes/admin/settings/class-settings-bootstrap.php:324
|
5742 |
msgctxt "settings"
|
5743 |
+
msgid "Enable high performance searches?"
|
5744 |
+
msgstr "Activer les recherches de hautes performance?"
|
5745 |
|
5746 |
+
#: includes/admin/settings/class-settings-bootstrap.php:333
|
5747 |
msgctxt "settings"
|
5748 |
+
msgid "Advanced"
|
5749 |
+
msgstr "Avancé"
|
5750 |
|
5751 |
+
#: includes/admin/settings/class-settings-bootstrap.php:339
|
5752 |
msgctxt "settings"
|
5753 |
+
msgid "Disable advanced CPT integration?"
|
5754 |
+
msgstr "Désactiver l'intégration avancée avec CPT?"
|
|
|
5755 |
|
5756 |
+
#: includes/admin/settings/class-settings-bootstrap.php:348
|
5757 |
msgctxt "settings"
|
5758 |
+
msgid "Disable Frontend Listing Submission?"
|
5759 |
+
msgstr "Désactiver la soumission de l'annonce publique ?"
|
5760 |
|
5761 |
+
#: includes/admin/settings/class-settings-bootstrap.php:349
|
5762 |
msgctxt "settings"
|
5763 |
msgid ""
|
5764 |
+
"Prevents the Submit Listing button from showing on the main UI, but allows a "
|
5765 |
+
"shortcode for submit listing to function on other pages."
|
5766 |
msgstr ""
|
|
|
|
|
5767 |
|
5768 |
+
#: includes/admin/settings/class-settings-bootstrap.php:357
|
5769 |
#, fuzzy
|
5770 |
msgctxt "settings"
|
5771 |
+
msgid "Enqueue Business Directory's FontAwesome styles?"
|
5772 |
+
msgstr "Business Directory - Dernières annonces"
|
5773 |
|
5774 |
+
#: includes/admin/settings/class-settings-bootstrap.php:358
|
|
|
5775 |
msgctxt "settings"
|
5776 |
+
msgid ""
|
5777 |
+
"This helps to prevent conflicts with other plugins that already do this. "
|
5778 |
+
"Disable this only if you're having an issue with FontAwesome icons and have "
|
5779 |
+
"performed a conflict test to validate this is a multiple styles enqueueing "
|
5780 |
+
"issue."
|
5781 |
msgstr ""
|
|
|
|
|
5782 |
|
5783 |
+
#: includes/admin/settings/class-settings-bootstrap.php:439
|
5784 |
msgctxt "settings"
|
5785 |
+
msgid "Contact Form"
|
5786 |
+
msgstr "Un formulaire de contact"
|
5787 |
|
5788 |
+
#: includes/admin/settings/class-settings-bootstrap.php:448
|
5789 |
msgctxt "settings"
|
5790 |
+
msgid "Listings per page"
|
5791 |
+
msgstr "Annonces par page"
|
|
|
|
|
5792 |
|
5793 |
+
#: includes/admin/settings/class-settings-bootstrap.php:449
|
5794 |
msgctxt "settings"
|
5795 |
+
msgid ""
|
5796 |
+
"Number of listings to show per page. Use a value of \"0\" to show all "
|
5797 |
+
"listings."
|
5798 |
msgstr ""
|
5799 |
+
"Nombre d'annonces à montrer par page. Utilisez une valeur de \"0 \" pour "
|
5800 |
+
"afficher toutes les annonces sur une seule page (non recommandé)."
|
5801 |
|
5802 |
+
#: includes/admin/settings/class-settings-bootstrap.php:460
|
|
|
5803 |
msgctxt "settings"
|
5804 |
+
msgid "Listing duration for no-fee sites (in days)"
|
5805 |
+
msgstr "Durée des annonces pour les sites sans paiement (en jours)"
|
5806 |
|
5807 |
+
#: includes/admin/settings/class-settings-bootstrap.php:461
|
5808 |
msgctxt "settings"
|
5809 |
+
msgid ""
|
5810 |
+
"Use a value of \"0\" to keep a listing alive indefinitely or enter a number "
|
5811 |
+
"less than 10 years (3650 days)."
|
5812 |
+
msgstr ""
|
5813 |
+
"Utilisez une valeur de « 0 » pour perpétuer indéfiniment une annonce ou "
|
5814 |
+
"entrez un nombre inférieur à 10 ans (3650 jours)."
|
5815 |
|
5816 |
+
#: includes/admin/settings/class-settings-bootstrap.php:473
|
5817 |
msgctxt "settings"
|
5818 |
+
msgid "Turn on listing renewal option?"
|
5819 |
+
msgstr "Activer l'option renouvellement des annonces ?"
|
5820 |
|
5821 |
+
#: includes/admin/settings/class-settings-bootstrap.php:482
|
5822 |
msgctxt "settings"
|
5823 |
+
msgid "Open detailed view of listing in new tab?"
|
5824 |
+
msgstr "Ouvrir l'annonce dans un nouvel onglet ?"
|
5825 |
|
5826 |
+
#: includes/admin/settings/class-settings-bootstrap.php:492
|
5827 |
#, fuzzy
|
5828 |
msgctxt "settings"
|
5829 |
+
msgid "Include button to report listings?"
|
5830 |
+
msgstr "Connexion obligatoire pour poster une annonce ?"
|
|
|
|
|
|
|
|
|
|
|
5831 |
|
5832 |
+
#: includes/admin/settings/class-settings-bootstrap.php:501
|
5833 |
+
msgctxt "settings"
|
5834 |
+
msgid "Enable report listing for registered users only"
|
5835 |
+
msgstr ""
|
5836 |
|
5837 |
+
#: includes/admin/settings/class-settings-bootstrap.php:511
|
5838 |
+
msgctxt "settings"
|
5839 |
+
msgid "Report listing option list"
|
5840 |
+
msgstr ""
|
5841 |
|
5842 |
+
#: includes/admin/settings/class-settings-bootstrap.php:512
|
5843 |
+
msgctxt "settings"
|
5844 |
msgid ""
|
5845 |
+
"Form option list to report a listing as inappropriate. One option per line."
|
|
|
5846 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5847 |
|
5848 |
+
#: includes/admin/settings/class-settings-bootstrap.php:523
|
5849 |
+
msgctxt "settings"
|
5850 |
+
msgid "Include listing contact form on listing pages?"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5851 |
msgstr ""
|
5852 |
+
"Inclure les annonces de formulaire de contact sur les pages d'annonces ?"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5853 |
|
5854 |
+
#: includes/admin/settings/class-settings-bootstrap.php:524
|
5855 |
+
msgctxt "settings"
|
5856 |
+
msgid ""
|
5857 |
+
"Allows visitors to contact listing authors privately. Authors will receive "
|
5858 |
+
"the messages via email."
|
5859 |
+
msgstr ""
|
5860 |
+
"Permets aux visiteurs de contacter les auteurs d'annonces de façon privé. "
|
5861 |
+
"Les auteurs recevront les messages par e-mail."
|
5862 |
|
5863 |
+
#: includes/admin/settings/class-settings-bootstrap.php:533
|
5864 |
+
msgctxt "settings"
|
5865 |
+
msgid "Require login for using the contact form?"
|
5866 |
+
msgstr "Exiger d'être connecter pour utiliser le formulaire de contact ?"
|
5867 |
|
5868 |
+
#: includes/admin/settings/class-settings-bootstrap.php:544
|
5869 |
+
#, fuzzy
|
5870 |
+
msgctxt "settings"
|
5871 |
+
msgid "Maximum number of daily contact form submits from registered users"
|
5872 |
+
msgstr "Nombre maximum de formulaire de contact soumis par jour"
|
5873 |
|
5874 |
+
#: includes/admin/settings/class-settings-bootstrap.php:545
|
5875 |
+
#, fuzzy
|
5876 |
+
msgctxt "settings"
|
5877 |
+
msgid ""
|
5878 |
+
"Use this to prevent spamming of listing owners from logged in users. 0 means "
|
5879 |
+
"unlimited submits per day."
|
5880 |
msgstr ""
|
5881 |
+
"Utilisez ceci pour prévenir les annonces contenant des spams. 0 signifie un "
|
5882 |
+
"nombre de soumission illimité par jour."
|
5883 |
|
5884 |
+
#: includes/admin/settings/class-settings-bootstrap.php:557
|
5885 |
+
#, fuzzy
|
5886 |
+
msgctxt "settings"
|
5887 |
+
msgid "Maximum number of contact form submits for each listing per day"
|
5888 |
+
msgstr "Nombre maximum de formulaire de contact soumis par jour"
|
|
|
5889 |
|
5890 |
+
#: includes/admin/settings/class-settings-bootstrap.php:558
|
5891 |
+
#, fuzzy
|
5892 |
+
msgctxt "settings"
|
5893 |
msgid ""
|
5894 |
+
"Use this to set contact submits limit for each listing in the directory. 0 "
|
5895 |
+
"means unlimited submits per day."
|
|
|
|
|
5896 |
msgstr ""
|
5897 |
+
"Utilisez ceci pour prévenir les annonces contenant des spams. 0 signifie un "
|
5898 |
+
"nombre de soumission illimité par jour."
|
|
|
|
|
5899 |
|
5900 |
+
#: includes/admin/settings/class-settings-bootstrap.php:570
|
5901 |
+
msgctxt "settings"
|
5902 |
+
msgid "Include comment form on listing pages?"
|
5903 |
+
msgstr "Inclure les formulaire de commentaires dans pages annonces ?"
|
5904 |
|
5905 |
+
#: includes/admin/settings/class-settings-bootstrap.php:585
|
5906 |
+
msgctxt "settings"
|
5907 |
+
msgid "Show listings under categories on main page?"
|
5908 |
+
msgstr "Afficher les listes des annonces sur la page principale?"
|
5909 |
|
5910 |
+
#: includes/admin/settings/class-settings-bootstrap.php:595
|
5911 |
+
msgctxt "settings"
|
5912 |
+
msgid ""
|
5913 |
+
"Prevents featured listings from floating to the top of the selected page."
|
5914 |
+
msgstr ""
|
5915 |
|
5916 |
+
#: includes/admin/settings/class-settings-bootstrap.php:625
|
5917 |
+
msgctxt "settings"
|
5918 |
+
msgid ""
|
5919 |
+
"The user ID or login of an existing user account. If login is not required "
|
5920 |
+
"to submit listings, this user will own them. A site admin or another user "
|
5921 |
+
"that will not a be posting a listing is best."
|
5922 |
+
msgstr ""
|
5923 |
|
5924 |
+
#: includes/admin/settings/class-settings-bootstrap.php:647
|
5925 |
+
msgctxt "settings"
|
5926 |
+
msgid "Edit post status"
|
5927 |
+
msgstr "Editer le statut du message"
|
5928 |
|
5929 |
+
#: includes/admin/settings/class-settings-bootstrap.php:662
|
5930 |
+
msgctxt "settings"
|
5931 |
+
msgid "Status of deleted listings"
|
5932 |
+
msgstr "Statut des annonces supprimées"
|
5933 |
|
5934 |
+
#: includes/admin/settings/class-settings-bootstrap.php:713
|
5935 |
+
msgctxt "settings"
|
5936 |
+
msgid "Submit Listing instructions message"
|
5937 |
+
msgstr "Soumettre des instructions Liste des messages"
|
5938 |
|
5939 |
+
#: includes/admin/settings/class-settings-bootstrap.php:724
|
5940 |
+
msgctxt "settings"
|
5941 |
+
msgid "Order categories list by"
|
5942 |
+
msgstr "Ordonner les catégories des annonces par"
|
|
|
|
|
|
|
|
|
5943 |
|
5944 |
+
#: includes/admin/settings/class-settings-bootstrap.php:738
|
5945 |
+
msgctxt "settings"
|
5946 |
+
msgid "Sort order for categories"
|
5947 |
+
msgstr "Ordre de tri pour les catégories"
|
5948 |
|
5949 |
+
#: includes/admin/settings/class-settings-bootstrap.php:751
|
5950 |
+
msgctxt "settings"
|
5951 |
+
msgid "Show category post count?"
|
5952 |
+
msgstr "Montrer les catégories par messages postés ?"
|
5953 |
|
5954 |
+
#: includes/admin/settings/class-settings-bootstrap.php:760
|
5955 |
+
msgctxt "settings"
|
5956 |
+
msgid "Hide empty categories?"
|
5957 |
+
msgstr "Cacher les catégories vides ?"
|
5958 |
|
5959 |
+
#: includes/admin/settings/class-settings-bootstrap.php:769
|
5960 |
+
msgctxt "settings"
|
5961 |
+
msgid "Show only parent categories in category list?"
|
5962 |
+
msgstr ""
|
5963 |
+
"Montrer seulement les catégories parentes dans la liste des catégories ?"
|
5964 |
|
5965 |
+
#: includes/admin/settings/class-settings-bootstrap.php:781
|
5966 |
+
msgctxt "settings"
|
5967 |
+
msgid "Order directory listings by"
|
5968 |
+
msgstr "Ordonner les annonces de l'annuaire par"
|
|
|
5969 |
|
5970 |
+
#: includes/admin/settings/class-settings-bootstrap.php:805
|
5971 |
+
msgctxt "settings"
|
5972 |
+
msgid "Sort directory listings by"
|
5973 |
+
msgstr "Trier les annonces de l'annuaire par"
|
|
|
5974 |
|
5975 |
+
#: includes/admin/settings/class-settings-bootstrap.php:806
|
5976 |
+
msgctxt "settings"
|
5977 |
+
msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
|
5978 |
+
msgstr ""
|
5979 |
+
"Ascendant pour un classement de A à Z, Descendant pour un classement de Z à A"
|
5980 |
|
5981 |
+
#: includes/admin/settings/class-settings-bootstrap.php:819
|
5982 |
+
msgctxt "settings"
|
5983 |
+
msgid "Enable sort bar?"
|
5984 |
+
msgstr "Activer la barre de tri ?"
|
5985 |
|
5986 |
+
#: includes/admin/settings/class-settings-bootstrap.php:828
|
5987 |
+
msgctxt "settings"
|
5988 |
+
msgid "Sortbar Fields"
|
5989 |
+
msgstr "Champs de la barre de tri"
|
5990 |
|
5991 |
+
#: includes/admin/settings/class-settings-bootstrap.php:846
|
5992 |
+
msgctxt "settings"
|
5993 |
+
msgid "Show the \"Submit listing\" button."
|
5994 |
+
msgstr "Montrer le bouton \"Soumettre une annonce\"."
|
5995 |
|
5996 |
+
#: includes/admin/settings/class-settings-bootstrap.php:847
|
5997 |
+
msgctxt "settings"
|
5998 |
msgid ""
|
5999 |
+
"Hides the button used by the main UI to allow listing submission, but does "
|
6000 |
+
"not shut off the use of the link for submitting listings (allows you to "
|
6001 |
+
"customize the submit listing button on your own)"
|
|
|
6002 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
6003 |
|
6004 |
+
#: includes/admin/settings/class-settings-bootstrap.php:857
|
6005 |
+
msgctxt "settings"
|
6006 |
+
msgid "Show \"Search listings\"."
|
6007 |
+
msgstr "Montrer \"Chercher annonces\"."
|
6008 |
|
6009 |
+
#: includes/admin/settings/class-settings-bootstrap.php:866
|
6010 |
+
msgctxt "settings"
|
6011 |
+
msgid "Show the \"View Listings\" button."
|
6012 |
+
msgstr "Montrer le bouton \"Voir annonces\"."
|
6013 |
+
|
6014 |
+
#: includes/admin/settings/class-settings-bootstrap.php:875
|
6015 |
+
#, fuzzy
|
6016 |
+
msgctxt "settings"
|
6017 |
+
msgid "Show the \"Manage Listings\" button."
|
6018 |
+
msgstr "Montrer le bouton \"Voir annonces\"."
|
6019 |
+
|
6020 |
+
#: includes/admin/settings/class-settings-bootstrap.php:884
|
6021 |
+
msgctxt "settings"
|
6022 |
+
msgid "Show the \"Directory\" button."
|
6023 |
+
msgstr "Montrer le bouton \"Annuaire\"."
|
6024 |
+
|
6025 |
+
#: includes/admin/settings/class-settings-bootstrap.php:920
|
6026 |
+
msgctxt "settings"
|
6027 |
+
msgid "Image Settings"
|
6028 |
+
msgstr "Paraamètres des images"
|
6029 |
|
6030 |
+
#: includes/admin/settings/class-settings-bootstrap.php:925
|
6031 |
+
msgctxt "settings"
|
6032 |
+
msgid "Allow images?"
|
6033 |
+
msgstr "Autoriser les images ?"
|
6034 |
|
6035 |
+
#: includes/admin/settings/class-settings-bootstrap.php:936
|
6036 |
+
msgctxt "settings"
|
6037 |
+
msgid "Min Image File Size (KB)"
|
6038 |
+
msgstr "Taille minnimal des fichiers images (KB)"
|
|
|
|
|
|
|
|
|
6039 |
|
6040 |
+
#: includes/admin/settings/class-settings-bootstrap.php:947
|
6041 |
+
msgctxt "settings"
|
6042 |
+
msgid "Max Image File Size (KB)"
|
6043 |
+
msgstr "Taille maximal des fichiers images (KB)"
|
6044 |
|
6045 |
+
#: includes/admin/settings/class-settings-bootstrap.php:958
|
6046 |
+
msgctxt "settings"
|
6047 |
+
msgid "Min image width (px)"
|
6048 |
+
msgstr "Largeur minnimal des images (px)"
|
6049 |
|
6050 |
+
#: includes/admin/settings/class-settings-bootstrap.php:967
|
6051 |
+
msgctxt "settings"
|
6052 |
+
msgid "Min image height (px)"
|
6053 |
+
msgstr "Hauteur minnimal des images (px)"
|
6054 |
|
6055 |
+
#: includes/admin/settings/class-settings-bootstrap.php:980
|
6056 |
+
msgctxt "settings"
|
6057 |
+
msgid "Max image width (px)"
|
6058 |
+
msgstr "Largeur maximal des images (px)"
|
6059 |
|
6060 |
+
#: includes/admin/settings/class-settings-bootstrap.php:991
|
6061 |
+
msgctxt "settings"
|
6062 |
+
msgid "Max image height (px)"
|
6063 |
+
msgstr "Hauteur maximal des images (px)"
|
|
|
|
|
|
|
|
|
6064 |
|
6065 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1002
|
6066 |
+
msgctxt "settings"
|
6067 |
+
msgid "Turn on thickbox/lightbox?"
|
6068 |
+
msgstr "Activer thickbox/lightbox ?"
|
|
|
6069 |
|
6070 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1003
|
6071 |
+
msgctxt "settings"
|
6072 |
msgid ""
|
6073 |
+
"Uncheck if it conflicts with other elements or plugins installed on your site"
|
|
|
6074 |
msgstr ""
|
6075 |
+
"Décochez si cela entre en conflit avec d'autres éléments ou plugins "
|
6076 |
+
"installés sur votre site"
|
|
|
6077 |
|
6078 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1009
|
6079 |
+
msgctxt "settings"
|
6080 |
+
msgid "Thumbnails"
|
6081 |
+
msgstr "Miniatures"
|
6082 |
|
6083 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1016
|
6084 |
+
msgctxt "settings"
|
6085 |
+
msgid "Thumbnail width (px)"
|
6086 |
+
msgstr "Largeur des miniatures (en pixel)"
|
6087 |
|
6088 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1027
|
6089 |
+
msgctxt "settings"
|
6090 |
+
msgid "Thumbnail height (px)"
|
6091 |
+
msgstr "Hauteur des miniatures (en pixel)"
|
6092 |
|
6093 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1036
|
6094 |
+
msgctxt "settings"
|
6095 |
+
msgid "Crop thumbnails to exact dimensions?"
|
6096 |
+
msgstr "Recadrer les miniatures aux dimensions exactes ?"
|
6097 |
|
6098 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1037
|
6099 |
+
msgctxt "settings"
|
|
|
6100 |
msgid ""
|
6101 |
+
"When enabled images will match exactly the dimensions above but part of the "
|
6102 |
+
"image may be cropped out. If disabled, image thumbnails will be resized to "
|
6103 |
+
"match the specified width and their height will be adjusted proportionally. "
|
6104 |
+
"Depending on the uploaded images, thumbnails may have different heights."
|
6105 |
msgstr ""
|
6106 |
+
"Si vous décidez de recadrer les photos, les images correspondront exactement "
|
6107 |
+
"aux dimensions dans les paramètres ci-dessus mais partie de l'image peut "
|
6108 |
+
"être recadrée. Si vous décidez de redimensionner, vignettes d'image seront "
|
6109 |
+
"redimensionnées pour correspondre à la largeur spécifiée et leur hauteur "
|
6110 |
+
"sera ajustée proportionnellement ; selon les images téléchargées, les photos "
|
6111 |
+
"peuvent avoir des hauteurs différentes."
|
6112 |
|
6113 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1048
|
6114 |
+
msgctxt "settings"
|
6115 |
+
msgid "Enforce image upload on submit/edit?"
|
6116 |
+
msgstr ""
|
6117 |
|
6118 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1057
|
6119 |
+
msgctxt "settings"
|
6120 |
+
msgid "Number of free images"
|
6121 |
+
msgstr "Nombre d'images gratuites"
|
6122 |
|
6123 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1069
|
6124 |
+
msgctxt "settings"
|
6125 |
+
msgid "Use \"Coming Soon\" photo for listings without any (primary) images?"
|
6126 |
msgstr ""
|
|
|
|
|
6127 |
|
6128 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1091
|
6129 |
+
#, fuzzy
|
6130 |
+
msgctxt "settings"
|
6131 |
+
msgid "Default thumbnail image size"
|
6132 |
+
msgstr "Annonce par défault de l'utilisateur"
|
6133 |
|
6134 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1094
|
6135 |
+
msgctxt "settings"
|
6136 |
+
msgid ""
|
6137 |
+
"This indicates the size of the thumbnail to be used both in excerpt and "
|
6138 |
+
"detail views. For CROPPED image size values, we use the EXACT size defined. "
|
6139 |
+
"For all other values, we preserve the aspect ratio of the image and use the "
|
6140 |
+
"width as the starting point."
|
6141 |
+
msgstr ""
|
6142 |
|
6143 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1102
|
6144 |
+
msgctxt "settings"
|
6145 |
+
msgid "Show Thumbnail on main listings page?"
|
6146 |
+
msgstr "Montrer les miniatures sur page principale des annonces ?"
|
6147 |
|
6148 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1111
|
6149 |
+
#, fuzzy
|
6150 |
+
msgctxt "settings"
|
6151 |
+
msgid "Featured Badge image"
|
6152 |
+
msgstr "Niveau en vedette"
|
6153 |
|
6154 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1120
|
6155 |
+
#, fuzzy
|
6156 |
+
msgctxt "settings"
|
6157 |
+
msgid "Featured Badge URL"
|
6158 |
+
msgstr "Niveau en vedette"
|
6159 |
|
6160 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1121
|
6161 |
+
msgctxt "settings"
|
6162 |
+
msgid "Use this to set Featured Badge image as a link to a defined URL."
|
6163 |
+
msgstr ""
|
6164 |
|
6165 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1131
|
6166 |
+
msgctxt "settings"
|
6167 |
+
msgid "Display featured (sticky) badge on listing:"
|
6168 |
+
msgstr ""
|
6169 |
|
6170 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1147
|
6171 |
+
msgctxt "settings"
|
6172 |
+
msgid "Fee Order"
|
6173 |
+
msgstr "Ordre des prix"
|
6174 |
|
6175 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1160
|
6176 |
+
msgctxt "settings"
|
6177 |
+
msgid "Turn On payments?"
|
6178 |
+
msgstr "Activer les paiements ?"
|
6179 |
+
|
6180 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1169
|
6181 |
+
msgctxt "settings"
|
6182 |
+
msgid "Put payment gateways in test mode?"
|
6183 |
+
msgstr "Passer les passerelles de paiement en mode test ?"
|
6184 |
+
|
6185 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1180
|
6186 |
+
msgctxt "settings"
|
6187 |
+
msgid "Currency Code"
|
6188 |
+
msgstr "Code de devise"
|
6189 |
|
6190 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1219
|
6191 |
+
msgctxt "settings"
|
6192 |
+
msgid "Currency Symbol"
|
6193 |
+
msgstr "Devise"
|
|
|
|
|
6194 |
|
6195 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1229
|
6196 |
+
msgctxt "settings"
|
6197 |
+
msgid "Currency symbol display"
|
6198 |
+
msgstr "Affichage de la devise"
|
6199 |
|
6200 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1244
|
6201 |
+
msgctxt "settings"
|
6202 |
+
msgid "Include fee description in receipt?"
|
6203 |
+
msgstr ""
|
6204 |
|
6205 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1254
|
6206 |
+
msgctxt "settings"
|
6207 |
+
msgid "Thank you for payment message"
|
6208 |
+
msgstr "Nous vous remercions pour votre paiement"
|
6209 |
|
6210 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1308
|
6211 |
+
msgctxt "settings"
|
6212 |
+
msgid "Ask users to come back for abandoned payments?"
|
6213 |
+
msgstr "Demandez aux utilisateurs de revenir pour les paiements abandonnés ?"
|
6214 |
|
6215 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1320
|
6216 |
+
msgctxt "settings"
|
6217 |
+
msgid "Listing abandonment threshold (hours)"
|
6218 |
+
msgstr "Seuil d'abandon de l'annonce (heures)"
|
6219 |
|
6220 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1337
|
6221 |
+
msgctxt "settings"
|
6222 |
+
msgid "Display email address fields publicly?"
|
6223 |
+
msgstr "Affichage des champs d'adresses e-mail au public ?"
|
6224 |
|
6225 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1338
|
6226 |
+
msgctxt "settings"
|
6227 |
+
msgid ""
|
6228 |
+
"Shows the email address of the listing owner to all web users. NOT "
|
6229 |
+
"RECOMMENDED as this increases spam to the address and allows spam bots to "
|
6230 |
+
"harvest it for future use."
|
6231 |
msgstr ""
|
6232 |
+
"Annonce l'adresse e-mail du propriétaire de l'annonce à tous les "
|
6233 |
+
"utilisateurs du Web. PAS RECOMMANDE car cela augmente le spam à l'adresse en "
|
6234 |
+
"question et permet aux spam bots de la récolter pour une utilisation future."
|
6235 |
|
6236 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1347
|
6237 |
+
msgctxt "settings"
|
6238 |
+
msgid "How to determine the listing's email address?"
|
6239 |
+
msgstr "Comment définir l'adresse e-mail de l'annonce ?"
|
6240 |
+
|
6241 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1348
|
6242 |
+
msgctxt "settings"
|
6243 |
+
msgid ""
|
6244 |
+
"This affects emails sent to listing owners via contact forms or when their "
|
6245 |
+
"listings expire."
|
6246 |
msgstr ""
|
6247 |
+
"Cela affecte l'envoie des e-mails aux propriétaires des annonces via le "
|
6248 |
+
"formulaire de contact ou quand leurs annonces expirent."
|
6249 |
|
6250 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1361
|
6251 |
+
msgctxt "settings"
|
6252 |
+
msgid "Email Content-Type header"
|
6253 |
+
msgstr ""
|
|
|
6254 |
|
6255 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1362
|
6256 |
+
msgctxt "settings"
|
6257 |
+
msgid ""
|
6258 |
+
"Use this setting to control the format of the emails explicitly. Some "
|
6259 |
+
"plugins for email do not correctly support Content Type unless explicitly "
|
6260 |
+
"set, you can do that here. If you're unsure, try \"HTML\", \"Plain\" and "
|
6261 |
+
"then \"Both\"."
|
6262 |
+
msgstr ""
|
6263 |
|
6264 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1423
|
6265 |
+
msgctxt "settings"
|
6266 |
+
msgid "Templates"
|
6267 |
+
msgstr "Template d'E-Mail"
|
6268 |
|
6269 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1428
|
6270 |
+
msgctxt "settings"
|
6271 |
+
msgid "Email confirmation message"
|
6272 |
+
msgstr "Message de confirmation par E-Mail"
|
6273 |
|
6274 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1429
|
6275 |
+
msgctxt "settings"
|
6276 |
+
msgid "Sent after a listing has been submitted."
|
6277 |
+
msgstr "Envoyer après qu'une annonce ait été soumise."
|
6278 |
|
6279 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1447
|
6280 |
+
msgctxt "settings"
|
6281 |
+
msgid "Listing published message"
|
6282 |
+
msgstr "Message publié de l'annonce"
|
6283 |
|
6284 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1448
|
6285 |
+
msgctxt "settings"
|
6286 |
+
msgid "Sent when the listing has been published or approved by an admin."
|
6287 |
+
msgstr ""
|
6288 |
+
"Envoyé lorsque l'annonce a été publiée ou approuvée par un administrateur."
|
6289 |
|
6290 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1465
|
6291 |
+
msgctxt "settings"
|
6292 |
+
msgid "Listing Contact Message"
|
6293 |
+
msgstr "Lister des messages de contact"
|
6294 |
|
6295 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1466
|
6296 |
+
msgctxt "settings"
|
6297 |
+
msgid ""
|
6298 |
+
"Sent to listing owners when someone uses the contact form on their listing "
|
6299 |
+
"pages."
|
6300 |
+
msgstr ""
|
6301 |
+
"Envoyer aux propriétaires des annonces quand quelqu'un utilise le formulaire "
|
6302 |
+
"de contact sur leurs pages d'annonces."
|
6303 |
|
6304 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1506
|
6305 |
#, fuzzy
|
6306 |
+
msgctxt "settings"
|
6307 |
+
msgid "Payment completed message"
|
6308 |
+
msgstr "Paiement abandonné, message de rappel"
|
6309 |
|
6310 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1507
|
6311 |
+
#, fuzzy
|
6312 |
+
msgctxt "settings"
|
6313 |
+
msgid "Sent after a Listing's payment is verified by Gateway or admins."
|
6314 |
+
msgstr ""
|
6315 |
+
"Envoyer après un certain temps lorsqu'un paiement en attente est abandonné "
|
6316 |
+
"par les utilisateurs."
|
6317 |
|
6318 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1543
|
6319 |
+
msgctxt "settings"
|
6320 |
+
msgid "Payment abandoned reminder message"
|
6321 |
+
msgstr "Paiement abandonné, message de rappel"
|
6322 |
|
6323 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1544
|
6324 |
+
msgctxt "settings"
|
6325 |
+
msgid "Sent some time after a pending payment is abandoned by users."
|
6326 |
+
msgstr ""
|
6327 |
+
"Envoyer après un certain temps lorsqu'un paiement en attente est abandonné "
|
6328 |
+
"par les utilisateurs."
|
6329 |
|
6330 |
+
#: includes/admin/settings/class-settings-bootstrap.php:1686
|
6331 |
+
msgctxt "settings"
|
6332 |
+
msgid "Cropped"
|
6333 |
msgstr ""
|
|
|
6334 |
|
6335 |
+
#: includes/admin/settings/class-settings.php:495
|
6336 |
+
#: includes/admin/settings/class-settings.php:506
|
6337 |
+
msgctxt "settings"
|
6338 |
+
msgid "\"%s\" can not be empty."
|
6339 |
+
msgstr "\"%s\" ne peut pas être vide."
|
6340 |
|
6341 |
+
#: includes/admin/settings/class-settings.php:523
|
6342 |
+
msgctxt "settings"
|
6343 |
+
msgid "The slug \"%s\" is already in use for another taxonomy."
|
6344 |
+
msgstr "L'élément \"%s\" est déjà utilisé pour une autre taxinomie."
|
6345 |
|
6346 |
+
#: includes/licensing.php:238
|
6347 |
+
msgctxt "settings"
|
6348 |
+
msgid "Themes"
|
6349 |
+
msgstr "Thèmes"
|
6350 |
|
6351 |
+
#: includes/licensing.php:309 includes/licensing.php:310
|
6352 |
+
msgctxt "settings"
|
6353 |
+
msgid "Please wait..."
|
6354 |
+
msgstr "Veuillez attendre..."
|
6355 |
+
|
6356 |
+
#: includes/licensing.php:310
|
6357 |
+
#, fuzzy
|
6358 |
+
msgctxt "settings"
|
6359 |
+
msgid "Deauthorize"
|
6360 |
+
msgstr "Activer Authorize.net"
|
6361 |
+
|
6362 |
+
#: includes/admin/controllers/class-themes-admin.php:43
|
6363 |
+
msgctxt "themes"
|
6364 |
+
msgid "Directory Themes"
|
6365 |
+
msgstr "Catégories de l'annuaire"
|
6366 |
|
6367 |
+
#: includes/admin/controllers/class-themes-admin.php:113
|
6368 |
+
msgctxt "themes"
|
6369 |
+
msgid "Could not change the active theme to \"%s\"."
|
6370 |
+
msgstr "Vous ne pouvez pas changer le thème actif pour \"%s\"."
|
6371 |
|
6372 |
+
#: includes/admin/controllers/class-themes-admin.php:156
|
6373 |
+
msgctxt "themes"
|
6374 |
+
msgid "Active theme changed to \"%s\"."
|
6375 |
+
msgstr "Thème actuel modifié vers \"%s\"."
|
6376 |
+
|
6377 |
+
#: includes/admin/controllers/class-themes-admin.php:159
|
6378 |
+
msgctxt "themes"
|
6379 |
msgid ""
|
6380 |
+
"%s requires that you tag your existing fields to match some places we want "
|
6381 |
+
"to put your data on the theme. Below are fields we think are missing."
|
|
|
|
|
6382 |
msgstr ""
|
6383 |
+
"%s nécessite que vous étiquetiez vos champs existants pour faire "
|
6384 |
+
"correspondre les emplacements et mettre vos données sur le thème. Voici les "
|
6385 |
+
"champs qui nous manquent."
|
|
|
|
|
|
|
6386 |
|
6387 |
+
#: includes/admin/controllers/class-themes-admin.php:170
|
6388 |
+
msgctxt "themes"
|
6389 |
+
msgid "Map My Fields"
|
6390 |
+
msgstr "Gestion des champs"
|
6391 |
|
6392 |
+
#: includes/admin/controllers/class-themes-admin.php:178
|
6393 |
+
msgctxt "themes"
|
6394 |
+
msgid "Suggested fields created successfully."
|
6395 |
+
msgstr "Champs créés avec succès."
|
6396 |
|
6397 |
+
#: includes/admin/controllers/class-themes-admin.php:181
|
6398 |
+
msgctxt "themes"
|
6399 |
+
msgid "Theme installed successfully."
|
6400 |
+
msgstr "Thème installé avec succès."
|
6401 |
|
6402 |
+
#: includes/admin/controllers/class-themes-admin.php:184
|
6403 |
+
msgctxt "themes"
|
6404 |
+
msgid "Theme was deleted successfully."
|
6405 |
+
msgstr "Le thème a été supprimé."
|
|
|
6406 |
|
6407 |
+
#: includes/admin/controllers/class-themes-admin.php:187
|
6408 |
+
msgctxt "themes"
|
6409 |
+
msgid "Could not delete theme directory. Check permissions."
|
6410 |
+
msgstr "Impossible de supprimer le dossier du thème. Vérifier les permissions."
|
|
|
|
|
|
|
6411 |
|
6412 |
+
#: includes/admin/controllers/class-themes-admin.php:239
|
6413 |
+
msgctxt "themes"
|
6414 |
+
msgid "Please upload a valid theme file."
|
6415 |
+
msgstr "Veuillez télécharger un fichier de thème valide."
|
6416 |
|
6417 |
+
#: includes/admin/controllers/class-themes-admin.php:248
|
6418 |
+
msgctxt "themes"
|
6419 |
+
msgid "Could not move \"%s\" to a temporary directory."
|
6420 |
+
msgstr "Impossible de déplacer \"%s\" vers un dossier temporaire."
|
6421 |
|
6422 |
+
#: includes/admin/controllers/class-themes-admin.php:334
|
6423 |
+
msgctxt "themes"
|
6424 |
+
msgid "Activate your <a>license key</a> to use this theme."
|
6425 |
+
msgstr "Activer votre <a>numéro de licence</a> pour utiliser ce thème."
|
|
|
6426 |
|
6427 |
+
#: includes/admin/controllers/class-themes-admin.php:377
|
6428 |
#, fuzzy
|
6429 |
+
msgctxt "themes"
|
6430 |
+
msgid "Invalid theme ID"
|
6431 |
+
msgstr "ID d'élément non valide"
|
|
|
|
|
|
|
|
|
|
|
6432 |
|
6433 |
+
#: includes/admin/controllers/class-themes-admin.php:383
|
6434 |
+
#: includes/admin/upgrades/class-themes-updater.php:170
|
6435 |
+
msgctxt "themes"
|
6436 |
+
msgid "Could not update theme: %s"
|
6437 |
+
msgstr "Impossible de mettre à jour le thème: %s"
|
6438 |
|
6439 |
+
#: includes/admin/upgrades/class-themes-updater.php:132
|
6440 |
+
msgctxt "themes"
|
6441 |
+
msgid "Updating theme..."
|
6442 |
+
msgstr "Mise à jour du thème..."
|
6443 |
|
6444 |
+
#: includes/admin/upgrades/class-themes-updater.php:133
|
6445 |
+
msgctxt "themes"
|
6446 |
+
msgid "Theme updated."
|
6447 |
+
msgstr "Thème mis à jour."
|
6448 |
|
6449 |
+
#: includes/admin/upgrades/class-themes-updater.php:135
|
6450 |
+
msgctxt "themes"
|
6451 |
+
msgid "New version available (<b>%s</b>). <a>Update now.</a>"
|
|
|
|
|
6452 |
msgstr ""
|
6453 |
+
"Nouvelle version disponible (<b>%s</b>). <a>Mettre à jour maintenant.</a>"
|
|
|
6454 |
|
6455 |
+
#: includes/admin/upgrades/class-themes-updater.php:176
|
6456 |
+
msgctxt "themes"
|
6457 |
+
msgid "Theme was updated successfully."
|
6458 |
+
msgstr "Le thème a été mis à jour avec succès."
|
6459 |
|
6460 |
+
#: includes/themes.php:949
|
6461 |
+
msgctxt "themes"
|
6462 |
+
msgid "Could not create themes directory."
|
6463 |
+
msgstr "Impossible de créer le répertoire de thèmes."
|
6464 |
|
6465 |
+
#: includes/themes.php:960
|
6466 |
+
msgctxt "themes"
|
6467 |
+
msgid "Could not remove previous theme directory \"%s\"."
|
6468 |
+
msgstr "Impossible de supprimer le dossier de thème précédent \"%s\"."
|
|
|
|
|
6469 |
|
6470 |
+
#: includes/themes.php:968
|
6471 |
+
msgctxt "themes"
|
6472 |
+
msgid "Could not move new theme into theme directory."
|
6473 |
+
msgstr "Impossible de déplacer le nouveau thème dans le dossier à thèmes."
|
6474 |
+
|
6475 |
+
#: includes/admin/csv-export.php:50
|
6476 |
+
msgctxt "admin csv-export"
|
6477 |
+
msgid "Could not decode export state information."
|
6478 |
+
msgstr "Impossible de décoder les informations d'état de l'exportation."
|
6479 |
+
|
6480 |
+
#: includes/admin/helpers/csv/class-csv-exporter.php:110
|
6481 |
+
msgctxt "admin csv-export"
|
6482 |
+
msgid "Could not create a temporary directory for handling this CSV export."
|
6483 |
msgstr ""
|
6484 |
+
"Impossible de créer un répertoire temporaire pour manipuler cet export CSV."
|
6485 |
|
6486 |
+
#: includes/admin/helpers/csv/class-csv-exporter.php:111
|
6487 |
+
msgctxt "admin csv-export"
|
6488 |
+
msgid "Error while creating a temporary directory for CSV export: %s"
|
6489 |
msgstr ""
|
6490 |
+
"Erreur lors de la création d'un répertoire temporaire pour l'exportation "
|
6491 |
+
"CSV: %s"
|
6492 |
|
6493 |
+
#: templates/admin/csv-export.tpl.php:13
|
6494 |
+
msgctxt "admin csv-export"
|
6495 |
msgid ""
|
6496 |
+
"Please note that the export process is a resource intensive task. If your "
|
6497 |
+
"export does not succeed try disabling other plugins first and/or increasing "
|
6498 |
+
"the values of the 'memory_limit' and 'max_execution_time' directives in your "
|
6499 |
+
"server's php.ini configuration file."
|
6500 |
msgstr ""
|
6501 |
+
"Veuillez noter que le processus d'exportation est une tâche lourde. Si votre "
|
6502 |
+
"exportation échoue, essayez d'abord de désactiver d'autres plugins et/ou "
|
6503 |
+
"d'augmenter la valeur de la 'limite-mémoire' et les directives 'temps-max-"
|
6504 |
+
"d'exécution' dans votre fichier de configuration serveur php.ini."
|
6505 |
|
6506 |
+
#: templates/admin/csv-export.tpl.php:29
|
6507 |
+
msgctxt "admin csv-export"
|
6508 |
+
msgid "Export settings"
|
6509 |
+
msgstr "Exportation des paramètres"
|
6510 |
+
|
6511 |
+
#: templates/admin/csv-export.tpl.php:33
|
6512 |
+
msgctxt "admin csv-export"
|
6513 |
+
msgid "Which listings to export?"
|
6514 |
+
msgstr "Quelles listes exporter ?"
|
6515 |
+
|
6516 |
+
#: templates/admin/csv-export.tpl.php:37
|
6517 |
+
msgctxt "admin csv-export"
|
6518 |
+
msgid "All"
|
6519 |
+
msgstr "Toutes"
|
6520 |
+
|
6521 |
+
#: templates/admin/csv-export.tpl.php:38
|
6522 |
+
msgctxt "admin csv-export"
|
6523 |
+
msgid "Active Only"
|
6524 |
+
msgstr "Actives seulement"
|
6525 |
+
|
6526 |
+
#: templates/admin/csv-export.tpl.php:39
|
6527 |
+
msgctxt "admin csv-export"
|
6528 |
+
msgid "Active + Pending Renewal"
|
6529 |
+
msgstr "Actives + En Attente De Renouvellement"
|
6530 |
+
|
6531 |
+
#: templates/admin/csv-export.tpl.php:45
|
6532 |
+
msgctxt "admin csv-export"
|
6533 |
+
msgid "Export images?"
|
6534 |
+
msgstr "Exporter les images ?"
|
6535 |
+
|
6536 |
+
#: templates/admin/csv-export.tpl.php:50
|
6537 |
+
msgctxt "admin csv-export"
|
6538 |
+
msgid "Export images"
|
6539 |
+
msgstr "Exporter les images"
|
6540 |
+
|
6541 |
+
#: templates/admin/csv-export.tpl.php:52
|
6542 |
+
msgctxt "admin csv-export"
|
6543 |
msgid ""
|
6544 |
+
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
6545 |
+
"both a CSV file and listing images."
|
6546 |
msgstr ""
|
6547 |
+
"Lorsque c'est coché un fichier ZIP sera généré avec la partie CSV et les "
|
6548 |
+
"fichiers d'image."
|
6549 |
|
6550 |
+
#: templates/admin/csv-export.tpl.php:58
|
6551 |
+
msgctxt "admin csv-export"
|
6552 |
+
msgid "Additional metadata to export:"
|
6553 |
+
msgstr "Métadonnées complémentaires à exporter:"
|
6554 |
|
6555 |
+
#: templates/admin/csv-export.tpl.php:63
|
6556 |
+
msgctxt "admin csv-export"
|
6557 |
+
msgid "Include unique IDs for each listing (sequence_id column)."
|
6558 |
+
msgstr "Inclure des ID's uniques pour chaque annonces (champ sequence_id)."
|
|
|
6559 |
|
6560 |
+
#: templates/admin/csv-export.tpl.php:71
|
6561 |
+
msgctxt "admin csv-export"
|
6562 |
+
msgid "Author information (username)"
|
6563 |
+
msgstr "Informations sur l'auteur (nom d'utilisateur)"
|
6564 |
|
6565 |
+
#: templates/admin/csv-export.tpl.php:76
|
6566 |
+
msgctxt "admin csv-export"
|
6567 |
+
msgid "Listing expiration date"
|
6568 |
+
msgstr "Date d'expiration de l'annonce"
|
|
|
|
|
6569 |
|
6570 |
+
#: templates/admin/csv-export.tpl.php:80
|
6571 |
+
#, fuzzy
|
6572 |
+
msgctxt "admin csv-export"
|
6573 |
+
msgid "Listing created date"
|
6574 |
+
msgstr "Annonce créée"
|
6575 |
|
6576 |
+
#: templates/admin/csv-export.tpl.php:84
|
6577 |
+
#, fuzzy
|
6578 |
+
msgctxt "admin csv-export"
|
6579 |
+
msgid "Listing last updated date"
|
6580 |
+
msgstr "Date d'expiration de l'annonce"
|
6581 |
|
6582 |
+
#: templates/admin/csv-export.tpl.php:88
|
6583 |
+
#, fuzzy
|
6584 |
+
msgctxt "admin csv-export"
|
6585 |
+
msgid "Listing T&C acceptance date"
|
6586 |
+
msgstr "Annonce créée"
|
6587 |
|
6588 |
+
#: templates/admin/csv-export.tpl.php:97
|
6589 |
+
msgctxt "admin csv-export"
|
6590 |
+
msgid "What operating system will you use to edit the CSV file?"
|
6591 |
+
msgstr "Quel système d'exploitation utilisez-vous pour éditer le fichier CSV?"
|
6592 |
|
6593 |
+
#: templates/admin/csv-export.tpl.php:104
|
6594 |
+
msgctxt "admin csv-export"
|
6595 |
+
msgid "Windows"
|
6596 |
+
msgstr "Windows"
|
6597 |
|
6598 |
+
#: templates/admin/csv-export.tpl.php:109
|
6599 |
+
msgctxt "admin csv-export"
|
6600 |
+
msgid "macOS"
|
6601 |
+
msgstr "mac OS"
|
6602 |
|
6603 |
+
#: templates/admin/csv-export.tpl.php:111
|
6604 |
+
msgctxt "admin csv-export"
|
6605 |
+
msgid ""
|
6606 |
+
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
6607 |
+
"sure all your listings information is displayed properly when you view or "
|
6608 |
+
"edit the CSV file, we need to generate different versions of the file for "
|
6609 |
+
"each operating system."
|
6610 |
+
msgstr ""
|
6611 |
+
"Les versions Windows et macOS de MS Excel gèrent différemment les fichiers "
|
6612 |
+
"CSV. Pour vous assurer que toutes les informations de vos annonces "
|
6613 |
+
"s'affichent correctement lorsque vous affichez ou modifiez le fichier CSV, "
|
6614 |
+
"nous devons générer différentes versions du fichier pour chaque système "
|
6615 |
+
"d'exploitation."
|
6616 |
|
6617 |
+
#: templates/admin/csv-export.tpl.php:129
|
6618 |
+
msgctxt "admin csv-export"
|
6619 |
+
msgid "Category Separator"
|
6620 |
+
msgstr "Séparateur de catégorie"
|
6621 |
|
6622 |
+
#: templates/admin/csv-export.tpl.php:141
|
6623 |
+
msgctxt "admin csv-export"
|
6624 |
+
msgid "Export Listings"
|
6625 |
+
msgstr "Listes d'exportation"
|
6626 |
|
6627 |
+
#: templates/admin/csv-export.tpl.php:147
|
6628 |
+
msgctxt "admin csv-export"
|
6629 |
+
msgid "Export in Progress..."
|
6630 |
+
msgstr "Exportation en cours..."
|
6631 |
|
6632 |
+
#: templates/admin/csv-export.tpl.php:148
|
6633 |
+
msgctxt "admin csv-export"
|
6634 |
+
msgid ""
|
6635 |
+
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
6636 |
+
"until the export finishes."
|
6637 |
+
msgstr ""
|
6638 |
+
"Votre fichier d'exportation est prêt. Veuillez <u>ne pas quitter</u> cette "
|
6639 |
+
"page jusqu'à la fin de l'export."
|
6640 |
|
6641 |
+
#: templates/admin/csv-export.tpl.php:151
|
6642 |
+
msgctxt "admin csv-export"
|
6643 |
+
msgid "No. of listings:"
|
6644 |
+
msgstr "Numéro de l'annonce:"
|
|
|
6645 |
|
6646 |
+
#: templates/admin/csv-export.tpl.php:153
|
6647 |
+
msgctxt "admin csv-export"
|
6648 |
+
msgid "Approximate export file size:"
|
6649 |
+
msgstr "Taille aproximative du fichier exporté:"
|
|
|
6650 |
|
6651 |
+
#: templates/admin/csv-export.tpl.php:160
|
6652 |
+
msgctxt "admin csv-export"
|
6653 |
+
msgid "Cancel Export"
|
6654 |
+
msgstr "Annuler l'exportation"
|
|
|
6655 |
|
6656 |
+
#: templates/admin/csv-export.tpl.php:165
|
6657 |
+
msgctxt "admin csv-export"
|
6658 |
+
msgid "Export Complete"
|
6659 |
+
msgstr "Exportation complète"
|
|
|
6660 |
|
6661 |
+
#: templates/admin/csv-export.tpl.php:166
|
6662 |
+
msgctxt "admin csv-export"
|
6663 |
+
msgid ""
|
6664 |
+
"Your export file has been successfully created and it is now ready for "
|
6665 |
+
"download."
|
6666 |
+
msgstr ""
|
6667 |
+
"Votre fichier d'exportation a été créé et il est maintenant prêt pour le "
|
6668 |
+
"téléchargement."
|
6669 |
+
|
6670 |
+
#: templates/admin/csv-export.tpl.php:170
|
6671 |
#, fuzzy
|
6672 |
+
msgctxt "admin csv-export"
|
6673 |
+
msgid "Download %1$s (%2$s)"
|
6674 |
+
msgstr "Téléchargement %s (%s)"
|
6675 |
|
6676 |
+
#: templates/admin/csv-export.tpl.php:177
|
6677 |
+
msgctxt "admin csv-export"
|
6678 |
+
msgid ""
|
6679 |
+
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
6680 |
+
"temporary data created by Business Directory during the export process."
|
6681 |
msgstr ""
|
6682 |
+
"Clickez sur \"Nettoyer\" une fois que le fichier a été téléchargé afin "
|
6683 |
+
"d'effacer toutes les données temporaires créées par le plugin durant le "
|
6684 |
+
"processus d'exportation."
|
6685 |
|
6686 |
+
#: templates/admin/csv-export.tpl.php:178
|
6687 |
+
msgctxt "admin csv-export"
|
6688 |
+
msgid "Cleanup"
|
6689 |
+
msgstr "Nettoyer"
|
|
|
6690 |
|
6691 |
+
#: templates/admin/csv-export.tpl.php:183
|
6692 |
+
msgctxt "admin csv-export"
|
6693 |
+
msgid "Export Canceled"
|
6694 |
+
msgstr "Exportation annulée"
|
6695 |
|
6696 |
+
#: templates/admin/csv-export.tpl.php:184
|
6697 |
+
msgctxt "admin csv-export"
|
6698 |
+
msgid "The export has been canceled."
|
6699 |
+
msgstr "L'exportation a été annulée."
|
6700 |
|
6701 |
+
#: templates/admin/csv-export.tpl.php:185
|
6702 |
+
msgctxt "admin csv-export"
|
6703 |
+
msgid "← Return to CSV Export"
|
6704 |
+
msgstr "←Retourner vers l'export CSV"
|
6705 |
|
6706 |
+
#: includes/admin/csv-import.php:296
|
6707 |
+
#, fuzzy
|
6708 |
+
msgctxt "csv import"
|
6709 |
+
msgid ""
|
6710 |
+
"A valid temporary directory with write permissions is required for CSV "
|
6711 |
+
"imports to function properly. Your server is using \"%s\" but this path does "
|
6712 |
+
"not seem to be writable. Please consult with your host."
|
6713 |
+
msgstr ""
|
6714 |
+
"Un répertoire temporaire valide avec les permissions d'écriture est "
|
6715 |
+
"nécessaire pour que les importations CSV pour fonctionnentcorrectement. "
|
6716 |
+
"Votre serveur utilise \"%s\", mais ce chemin ne semble pas être accessible "
|
6717 |
+
"en écriture. Veuillez consulter votre administrateur d'hébergement."
|
6718 |
+
|
6719 |
+
#: includes/admin/helpers/class-listing-information-metabox.php:20
|
6720 |
+
msgctxt "listing metabox"
|
6721 |
+
msgid "Recent Payments"
|
6722 |
+
msgstr "Paiements récents"
|
6723 |
|
6724 |
+
#: includes/admin/helpers/class-listing-information-metabox.php:24
|
6725 |
+
msgctxt "listing metabox"
|
6726 |
+
msgid "Access Key"
|
6727 |
+
msgstr "Clés d'accès"
|
6728 |
|
6729 |
+
#: templates/admin/metaboxes-listing-information-payments.tpl.php:14
|
6730 |
+
msgctxt "listing metabox"
|
6731 |
+
msgid "Click a transaction to see its details (and approve/reject)."
|
6732 |
+
msgstr ""
|
6733 |
+
"Cliquez sur un paiement pour voir les détails, approuver / rejeter la "
|
6734 |
+
"transaction."
|
6735 |
|
6736 |
+
#: templates/admin/metaboxes-listing-information-payments.tpl.php:35
|
6737 |
+
msgctxt "listing metabox"
|
6738 |
+
msgid "No payments available."
|
6739 |
+
msgstr "Aucun paiement disponible."
|
6740 |
|
6741 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:12
|
6742 |
+
msgctxt "listing metabox"
|
6743 |
+
msgid "General Info"
|
6744 |
+
msgstr "Informations générales"
|
6745 |
|
6746 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:14
|
6747 |
+
msgctxt "listing metabox"
|
6748 |
+
msgid "Listing Status"
|
6749 |
+
msgstr "Statut liste"
|
6750 |
|
6751 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
6752 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:31
|
6753 |
+
msgctxt "listing metabox"
|
6754 |
+
msgid "N/A"
|
6755 |
+
msgstr "N/A"
|
6756 |
|
6757 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:27
|
6758 |
+
msgctxt "listing metabox"
|
6759 |
+
msgid "Last renew date"
|
6760 |
+
msgstr "Date de renouvellement"
|
6761 |
|
6762 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:35
|
6763 |
+
msgctxt "listing metabox"
|
6764 |
+
msgid "Plan Details"
|
6765 |
+
msgstr "Détails des plans"
|
6766 |
|
6767 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:37
|
6768 |
+
msgctxt "listing metabox"
|
6769 |
+
msgid "Fee Plan"
|
6770 |
+
msgstr "Plan tarifaire"
|
6771 |
|
6772 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:46
|
6773 |
+
msgctxt "listing metabox"
|
6774 |
+
msgid "Change plan"
|
6775 |
+
msgstr "Changer de plan tarifaire"
|
6776 |
|
6777 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:69
|
6778 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:89
|
6779 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:103
|
6780 |
+
msgctxt "listing metabox"
|
6781 |
+
msgid "OK"
|
6782 |
+
msgstr "OUI"
|
6783 |
|
6784 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:70
|
6785 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
6786 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:104
|
6787 |
+
msgctxt "listing metabox"
|
6788 |
+
msgid "Cancel"
|
6789 |
+
msgstr "Annuler"
|
6790 |
|
6791 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:79
|
6792 |
+
msgctxt "listing metabox"
|
6793 |
+
msgid "Expires On"
|
6794 |
+
msgstr "Expire le"
|
|
|
|
|
|
|
|
|
|
|
6795 |
|
6796 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:94
|
6797 |
+
msgctxt "listing metabox"
|
6798 |
+
msgid "# of images"
|
6799 |
+
msgstr "# des images"
|
6800 |
|
6801 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:107
|
6802 |
+
msgctxt "listing metabox"
|
6803 |
+
msgid "Is Featured?"
|
6804 |
+
msgstr "A diffusé ?"
|
6805 |
|
6806 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:114
|
6807 |
+
msgctxt "listing metabox"
|
6808 |
+
msgid "Is Recurring?"
|
6809 |
+
msgstr "Est récurrent?"
|
6810 |
|
6811 |
+
#: includes/admin/helpers/class-listing-timeline.php:111
|
6812 |
+
msgctxt "listing timeline"
|
6813 |
+
msgid "Listing created"
|
6814 |
+
msgstr "Annonce créée"
|
6815 |
|
6816 |
+
#: includes/admin/helpers/class-listing-timeline.php:116
|
6817 |
+
msgctxt "listing timeline"
|
6818 |
+
msgid "Listing expired"
|
6819 |
+
msgstr "Une annonce expire"
|
6820 |
+
|
6821 |
+
#: includes/admin/helpers/class-listing-timeline.php:126
|
6822 |
+
msgctxt "listing timeline"
|
6823 |
+
msgid "T&C acceptance date"
|
6824 |
msgstr ""
|
|
|
|
|
|
|
6825 |
|
6826 |
+
#: includes/admin/helpers/class-listing-timeline.php:141
|
6827 |
+
msgctxt "listing timeline"
|
6828 |
+
msgid "Paid as admin"
|
6829 |
msgstr ""
|
6830 |
+
|
6831 |
+
#: includes/admin/helpers/class-listing-timeline.php:143
|
6832 |
+
#, fuzzy
|
6833 |
+
msgctxt "listing timeline"
|
6834 |
+
msgid "Listing imported"
|
6835 |
+
msgstr "Une annonce expire"
|
6836 |
+
|
6837 |
+
#: includes/admin/helpers/class-listing-timeline.php:145
|
6838 |
+
#, fuzzy
|
6839 |
+
msgctxt "listing timeline"
|
6840 |
+
msgid "Initial Payment"
|
6841 |
+
msgstr "Paiement Initial"
|
6842 |
+
|
6843 |
+
#: includes/admin/helpers/tables/class-fees-table.php:52
|
6844 |
+
msgctxt "admin fees table"
|
6845 |
+
msgid "All"
|
6846 |
+
msgstr "Toutes"
|
6847 |
|
6848 |
#: includes/admin/settings/class-settings-bootstrap.php:637
|
6849 |
#: includes/admin/settings/class-settings-bootstrap.php:650
|
7204 |
msgid "Listing expired"
|
7205 |
msgstr "Une annonce expire"
|
7206 |
|
7207 |
+
#: includes/models/class-listing.php:667
|
7208 |
msgctxt "listing"
|
7209 |
msgid "(Unavailable Plan)"
|
7210 |
msgstr "(Plan indisponible disponible)"
|
7211 |
|
7212 |
+
#: includes/models/class-listing.php:831
|
7213 |
#, fuzzy
|
7214 |
msgctxt "listing"
|
7215 |
msgid "Plan \"%s\" (recurring)"
|
7216 |
msgstr "(récurrent)"
|
7217 |
|
7218 |
+
#: includes/models/class-listing.php:833
|
7219 |
msgctxt "listing"
|
7220 |
msgid "Plan \"%s\""
|
7221 |
msgstr "Statut \"%s\""
|
7392 |
msgid "The reCAPTCHA validation score failed."
|
7393 |
msgstr "Le code CAPTCHA n'a pas été rentré correctement."
|
7394 |
|
7395 |
+
#: includes/class-wpbdp.php:464
|
7396 |
msgctxt "listing image upload"
|
7397 |
msgid "Can not upload any more images for this listing."
|
7398 |
msgstr "Impossible de télécharger d'images pour cette annonce."
|
7399 |
|
7400 |
+
#: includes/class-wpbdp.php:468
|
7401 |
#, fuzzy
|
7402 |
msgctxt "listing image upload"
|
7403 |
msgid ""
|
7440 |
msgstr ""
|
7441 |
"La passerelle sélectionnée ne prend pas en charge la devise de paiement."
|
7442 |
|
7443 |
+
#: includes/controllers/pages/class-checkout.php:228
|
|
|
|
|
|
|
|
|
|
|
7444 |
msgctxt "checkout"
|
7445 |
msgid "Unknown gateway error."
|
7446 |
msgstr "Erreur inconnue de la passerelle de paiement. Veuillez réessayer."
|
7447 |
|
7448 |
+
#: includes/controllers/pages/class-checkout.php:267
|
7449 |
msgctxt "checkout"
|
7450 |
msgid ""
|
7451 |
"There was an error trying to process your request. No gateway is selected."
|
7488 |
"La vérification prend habituellement quelques minutes. Cette page sera "
|
7489 |
"automatiquement actualisée s'il y a une mise à jour."
|
7490 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7491 |
#: includes/controllers/pages/class-delete-listing.php:36
|
7492 |
msgctxt "delete listing"
|
7493 |
msgid "Your listing has been deleted."
|
7612 |
"frontal votre site. Si cela ne correspond pas à votre souhait, cliquez </a> "
|
7613 |
"ici <a> pour modifier le paramétrage."
|
7614 |
|
7615 |
+
#: includes/controllers/pages/class-submit-listing.php:419
|
7616 |
msgctxt "templates"
|
7617 |
msgid ""
|
7618 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
7621 |
"<b>Aperçu non disponible</b>. Avez-vous coché le paramètre \"Désactiver la "
|
7622 |
"soumission de l'annonce publique ?\" ?"
|
7623 |
|
7624 |
+
#: includes/controllers/pages/class-submit-listing.php:421
|
7625 |
msgctxt "templates"
|
7626 |
msgid ""
|
7627 |
"Listing submission has been disabled. Contact the administrator for details."
|
7628 |
msgstr ""
|
7629 |
|
7630 |
+
#: includes/controllers/pages/class-submit-listing.php:817
|
7631 |
msgctxt "templates"
|
7632 |
msgid ""
|
7633 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7634 |
"submit a listing. %s to create a fee plan"
|
7635 |
msgstr ""
|
7636 |
|
7637 |
+
#: includes/controllers/pages/class-submit-listing.php:831
|
7638 |
msgctxt "templates"
|
7639 |
msgid ""
|
7640 |
"Listing submission is not available at the moment. Contact the administrator "
|
7641 |
"for details."
|
7642 |
msgstr ""
|
7643 |
|
7644 |
+
#: includes/controllers/pages/class-submit-listing.php:834
|
7645 |
msgctxt "templates"
|
7646 |
msgid ""
|
7647 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
7649 |
"an existing field"
|
7650 |
msgstr ""
|
7651 |
|
7652 |
+
#: includes/controllers/pages/class-submit-listing.php:1278
|
7653 |
msgctxt "templates"
|
7654 |
msgid "Please agree to the Terms and Conditions."
|
7655 |
msgstr "Veuillez accepter les conditions d'utilisation."
|
7656 |
|
7657 |
+
#: includes/controllers/pages/class-submit-listing.php:1292
|
7658 |
msgctxt "templates"
|
7659 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7660 |
msgstr "J'accepte <a> Conditions générales </a>"
|
8035 |
"Vous êtes connecté en tant qu'administrateur. Toutes les étapes de paiement "
|
8036 |
"seront passées."
|
8037 |
|
8038 |
+
#: includes/controllers/pages/class-submit-listing.php:506
|
8039 |
#, fuzzy
|
8040 |
msgctxt "submit listing"
|
8041 |
msgid "Category selection"
|
8042 |
msgstr "Sélection de la catégorie"
|
8043 |
|
8044 |
+
#: includes/controllers/pages/class-submit-listing.php:506
|
8045 |
msgctxt "submit listing"
|
8046 |
msgid "Category & plan selection"
|
8047 |
msgstr "Sélection Catégorie et plan"
|
8048 |
|
8049 |
+
#: includes/controllers/pages/class-submit-listing.php:814
|
8050 |
msgctxt "submit listing"
|
8051 |
msgid "Can not submit a listing at this moment. Please try again later."
|
8052 |
msgstr ""
|
8053 |
"Impossible de soumettre une liste en ce moment. Veuillez réessayer plus tard."
|
8054 |
|
8055 |
+
#: includes/controllers/pages/class-submit-listing.php:863
|
8056 |
+
#: includes/controllers/pages/class-submit-listing.php:985
|
8057 |
msgctxt "submit listing"
|
8058 |
msgid "Please select a category."
|
8059 |
msgstr "Veuillez sélectionner une catégorie."
|
8060 |
|
8061 |
+
#: includes/controllers/pages/class-submit-listing.php:886
|
8062 |
msgctxt "submit listing"
|
8063 |
msgid "Please choose a valid category for your plan."
|
8064 |
msgstr "Veuillez choisir une catégorie valide pour votre annonce."
|
8065 |
|
8066 |
+
#: includes/controllers/pages/class-submit-listing.php:888
|
8067 |
msgctxt "submit listing"
|
8068 |
msgid "Please choose a valid fee plan for your category selection."
|
8069 |
msgstr ""
|
8070 |
"S'il vous plaît choisir un plan tarifaire valable pour votre sélection de "
|
8071 |
"catégorie."
|
8072 |
|
8073 |
+
#: includes/controllers/pages/class-submit-listing.php:1198
|
8074 |
msgctxt "submit listing"
|
8075 |
msgid "Please enter your desired username."
|
8076 |
msgstr "S'il vous plaît entrer votre nom d'utilisateur souhaité."
|
8077 |
|
8078 |
+
#: includes/controllers/pages/class-submit-listing.php:1203
|
8079 |
msgctxt "submit listing"
|
8080 |
msgid "Please enter the e-mail for your new account."
|
8081 |
msgstr "S'il vous plaît entrer votre e-mail pour votre nouveau compte."
|
8082 |
|
8083 |
+
#: includes/controllers/pages/class-submit-listing.php:1208
|
8084 |
msgctxt "submit listing"
|
8085 |
msgid "The username you chose is already in use. Please use a different one."
|
8086 |
msgstr ""
|
8087 |
"Le nom d'utilisateur que vous avez choisi est déjà utilisé. Veuillez en "
|
8088 |
"utiliser un autre."
|
8089 |
|
8090 |
+
#: includes/controllers/pages/class-submit-listing.php:1213
|
8091 |
msgctxt "submit listing"
|
8092 |
msgid "The e-mail address you chose for your account is already in use."
|
8093 |
msgstr ""
|
8098 |
msgid "Listing submitted by admin. Payment skipped."
|
8099 |
msgstr "Annonce soumis par admin. Paiement sauté."
|
8100 |
|
8101 |
+
#: includes/controllers/pages/class-submit-listing.php:1153
|
8102 |
msgctxt "listing submit"
|
8103 |
msgid ""
|
8104 |
"Image upload is required, please provide at least one image and submit again."
|
8658 |
msgid "Error while uploading file"
|
8659 |
msgstr "Erreur durant l'upload du fichier"
|
8660 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8661 |
#: includes/widgets/widget-featured-listings.php:12
|
8662 |
msgctxt "widgets"
|
8663 |
msgid "Business Directory - Featured Listings"
|
8726 |
msgid "Search the Business Directory"
|
8727 |
msgstr "Rechercher l'annuaire professionnel"
|
8728 |
|
8729 |
+
#: includes/widgets/widget-search.php:29
|
8730 |
+
msgctxt "widgets"
|
8731 |
+
msgid "Title:"
|
8732 |
+
msgstr "Titre:"
|
8733 |
+
|
8734 |
#: includes/widgets/widget-search.php:36
|
8735 |
msgctxt "widgets"
|
8736 |
msgid "Form Style:"
|
9091 |
msgid "Continue"
|
9092 |
msgstr "Continuer"
|
9093 |
|
9094 |
+
#~ msgctxt "widgets"
|
9095 |
+
#~ msgid "Thumbnails"
|
9096 |
+
#~ msgstr "Miniatures"
|
9097 |
+
|
9098 |
+
#~ msgctxt "widgets"
|
9099 |
+
#~ msgid "Leave blank for automatic width."
|
9100 |
+
#~ msgstr "Laissez ce champ vide pour la largeur automatique."
|
9101 |
+
|
9102 |
+
#~ msgctxt "widgets"
|
9103 |
+
#~ msgid "Leave blank for automatic height."
|
9104 |
+
#~ msgstr "Laissez ce champ vide pour la hauteur automatique."
|
9105 |
+
|
9106 |
#, fuzzy
|
9107 |
#~ msgid "Is featured listing/sticky?"
|
9108 |
#~ msgstr "Annonces prioritaires?"
|
languages/{business-directory-plugin-it_IT.mo → business-directory-plu}
RENAMED
File without changes
|