Version Description
Download this release
Release Info
Developer | businessdirectoryplugin |
Plugin | Business Directory Plugin |
Version | 4.1.14.1 |
Comparing to | |
See all releases |
Code changes from version 4.1.14 to 4.1.14.1
- README.TXT +23 -2
- assets/css/admin-csv-import.min.css +1 -1
- assets/css/admin-export.min.css +1 -1
- assets/css/admin-listing-metabox.min.css +1 -1
- assets/css/admin-themes.min.css +1 -1
- assets/css/admin.min.css +1 -1
- assets/css/debug.min.css +1 -1
- assets/css/dnd-upload.min.css +1 -1
- assets/css/{admin-csv-import.css → less/admin-csv-import.less} +0 -0
- assets/css/{admin-export.css → less/admin-export.less} +0 -0
- assets/css/{admin-listing-metabox.css → less/admin-listing-metabox.less} +0 -0
- assets/css/{admin-themes.css → less/admin-themes.less} +0 -0
- assets/css/{admin.css → less/admin.less} +19 -2
- assets/css/{debug.css → less/debug.less} +0 -0
- assets/css/{dnd-upload.css → less/dnd-upload.less} +0 -0
- assets/css/{widgets.css → less/widgets.less} +0 -0
- assets/css/{wpbdp-legacy.css → less/wpbdp-legacy.less} +0 -0
- assets/css/{wpbdp.css → less/wpbdp.less} +0 -0
- assets/css/widgets.min.css +1 -1
- assets/css/wpbdp-legacy.min.css +1 -1
- assets/css/wpbdp.min.css +1 -1
- assets/js/admin-csv-import.min.js +1 -1
- assets/js/admin-export.min.js +1 -1
- assets/js/admin-listing.min.js +1 -1
- assets/js/admin-manual-upgrade.min.js +1 -1
- assets/js/admin-themes.min.js +1 -1
- assets/js/admin.js +15 -10
- assets/js/admin.min.js +1 -1
- assets/js/debug.min.js +1 -1
- assets/js/dnd-upload.min.js +1 -1
- assets/js/recaptcha.min.js +1 -1
- assets/js/wpbdp.min.js +1 -1
- business-directory-plugin.php +14 -5
- includes/admin/class-csv-exporter.php +385 -0
- includes/admin/class-csv-import.php +15 -7
- includes/admin/csv-export.php +15 -380
- includes/admin/csv-import.php +1 -0
- includes/admin/fees.php +6 -1
- includes/admin/helpers/listing-metabox.php +1 -1
- includes/admin/settings/class-settings.php +160 -39
- includes/admin/tracking.php +2 -2
- includes/class-listing.php +2 -2
- includes/class-listings-api.php +4 -1
- includes/class-shortcodes.php +18 -3
- includes/compatibility/class-cpt-compat-mode.php +25 -7
- includes/fields/class-fieldtypes-select.php +22 -9
- includes/fields/class-fieldtypes-textarea.php +1 -1
- includes/helpers/class-listing-search.php +28 -6
- includes/licensing.php +98 -11
- includes/themes.php +13 -5
- includes/utils.php +10 -3
- includes/views/search.php +1 -1
- includes/views/view-submit-listing.php +26 -4
- languages/WPBDM-ar.po +5731 -5671
- languages/WPBDM-de_DE.po +3801 -4025
README.TXT
CHANGED
@@ -4,8 +4,8 @@ Donate link: http://businessdirectoryplugin.com/premium-modules/
|
|
4 |
Tags: business directory, directory plugin, company business directory, chamber of commerce business directory, church directory, address book, contact directory, custom business directory, local business directory, listings directory, link directory, member directory, staff directory
|
5 |
Requires at least: 4.3
|
6 |
Tested up to: 4.8
|
7 |
-
Last Updated: 2017-
|
8 |
-
Stable tag: 4.1.
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
Build any kind of local directory, directory of business providers, a Yellow-Pages business directory, Yelp-like review directory and much more!
|
@@ -143,6 +143,27 @@ If you are having problems please visit [support forum](http://www.businessdirec
|
|
143 |
|
144 |
== Changelog ==
|
145 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
= Version 4.1.13.2 =
|
147 |
* Fix buttons in main box ignoring settings.
|
148 |
* Restore missing Country part in address field.
|
4 |
Tags: business directory, directory plugin, company business directory, chamber of commerce business directory, church directory, address book, contact directory, custom business directory, local business directory, listings directory, link directory, member directory, staff directory
|
5 |
Requires at least: 4.3
|
6 |
Tested up to: 4.8
|
7 |
+
Last Updated: 2017-Aug-1
|
8 |
+
Stable tag: 4.1.14.1
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
Build any kind of local directory, directory of business providers, a Yellow-Pages business directory, Yelp-like review directory and much more!
|
143 |
|
144 |
== Changelog ==
|
145 |
|
146 |
+
= Version 4.1.14.1 =
|
147 |
+
* Update to fix uploader class
|
148 |
+
|
149 |
+
= Version 4.1.14 =
|
150 |
+
* Correct CSS classes for secondary buttons.
|
151 |
+
* Prevent listing title from being cleared during import.
|
152 |
+
* Always show 'number of options visible without scrolling' setting in Add/Edit form field screen.
|
153 |
+
* Fix import error caused by ampersands in category names.
|
154 |
+
* Fix behavior for not found URLs.
|
155 |
+
* Fix search form behavior and region filter issues.
|
156 |
+
* Correct CSS classes for some primary buttons.
|
157 |
+
* Use checkboxes for Quick Search Fields setting.
|
158 |
+
* Replace dropdowns with four or less options with a list of radio buttons.
|
159 |
+
* Register non-persistent groups after switchgin blogs.
|
160 |
+
* Prevent listings from being published before payment is completed.
|
161 |
+
* We now have more descriptive error messages for license issues.
|
162 |
+
* Fix inconsistent strings and button labels.
|
163 |
+
* Prevent creation of multiple listings in submit-listing shortcode.
|
164 |
+
* Fix inconsistent strings and button labels.
|
165 |
+
* Fix compatibility issue with jQuery 3.2.1.
|
166 |
+
|
167 |
= Version 4.1.13.2 =
|
168 |
* Fix buttons in main box ignoring settings.
|
169 |
* Restore missing Country part in address field.
|
assets/css/admin-csv-import.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
#wpbdp-csv-import-fatal-error{display:none}#wpbdp-csv-import-fatal-error .last-imported-line .placeholder{font-weight:bold}.wpbdp-page-csv-import .canceled-import{display:none}.wpbdp-page-csv-import a.cancel-import{margin-left:35px;color:red}.wpbdp-page-csv-import dl{margin-left:10px}.wpbdp-page-csv-import .status-msg{margin:5px 0 0 0;font-style:italic}.wpbdp-page-csv-import #wpbdp-csv-import-summary,.wpbdp-page-csv-import #wpbdp-csv-import-summary .no-warnings,.wpbdp-page-csv-import #wpbdp-csv-import-summary .with-warnings,.wpbdp-page-csv-import #wpbdp-csv-import-summary .wpbdp-csv-import-warnings{display:none}.wpbdp-page-csv-import .wpbdp-csv-import-warnings .col-line-no{width:40px}.wpbdp-page-csv-import .wpbdp-csv-import-warnings tbody .col-line-content{font-family:monospace;font-size:90%;width:350px;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-local-selection{margin:10px 0 0 0}.file-local-selection ul{margin-left:5px;border-left:solid 3px #ddd;padding-left:10px;display:none}.file-local-selection ul li{margin:0;padding:0}
|
1 |
+
#wpbdp-csv-import-fatal-error{display:none}#wpbdp-csv-import-fatal-error .last-imported-line .placeholder{font-weight:bold}.wpbdp-page-csv-import .canceled-import{display:none}.wpbdp-page-csv-import a.cancel-import{margin-left:35px;color:red}.wpbdp-page-csv-import dl{margin-left:10px}.wpbdp-page-csv-import .status-msg{margin:5px 0 0 0;font-style:italic}.wpbdp-page-csv-import #wpbdp-csv-import-summary,.wpbdp-page-csv-import #wpbdp-csv-import-summary .no-warnings,.wpbdp-page-csv-import #wpbdp-csv-import-summary .with-warnings,.wpbdp-page-csv-import #wpbdp-csv-import-summary .wpbdp-csv-import-warnings{display:none}.wpbdp-page-csv-import .wpbdp-csv-import-warnings .col-line-no{width:40px}.wpbdp-page-csv-import .wpbdp-csv-import-warnings tbody .col-line-content{font-family:monospace;font-size:90%;width:350px;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-local-selection{margin:10px 0 0 0}.file-local-selection ul{margin-left:5px;border-left:solid 3px #ddd;padding-left:10px;display:none}.file-local-selection ul li{margin:0;padding:0}
|
assets/css/admin-export.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.wpbdp-page-csv-export .step-2{display:none}.wpbdp-page-csv-export .step-3{display:none}.wpbdp-page-csv-export .step-3 .cleanup-link{display:none;margin-top:20px}.wpbdp-page-csv-export .canceled-export{display:none}
|
1 |
+
.wpbdp-page-csv-export .step-2{display:none}.wpbdp-page-csv-export .step-3{display:none}.wpbdp-page-csv-export .step-3 .cleanup-link{display:none;margin-top:20px}.wpbdp-page-csv-export .canceled-export{display:none}
|
assets/css/admin-listing-metabox.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
#BusinessDirectory_listinginfo .inside{margin:0;padding:0}.listing-metabox-tabs{display:block;border-bottom:solid 1px #ddd !important}.listing-metabox-tabs li{display:inline;padding:1px 8px;margin:0}.listing-metabox-tabs li a{text-decoration:none}.listing-metabox-tabs li.selected{background:#ddd}.listing-metabox-tabs li.selected a{color:#333}#listing-metabox-generalinfo,#listing-metabox-fees,#listing-metabox-transactions{display:none}#listing-metabox-generalinfo>strong,#listing-metabox-fees>strong,#listing-metabox-transactions>strong{display:block;margin-bottom:10px}.listing-metabox-tab .listing-categories{margin:20px 0}.listing-category{border-bottom:dotted 1px #bbb}.listing-category .header{margin-top:8px;min-height:25px}.listing-category .header .spinner{float:right;background-size:15px 15px}.listing-category .category-name{text-decoration:underline;font-weight:bold}.listing-category.expired .category-name{text-decoration:line-through underline}.listing-category .category-status{float:right}.listing-category .category-status.ok{background:green}.listing-category .category-status.pending{background:red}.listing-category .category-details{margin-left:25px}.listing-category dl{margin:0;clear:both}.listing-category dt{float:left;color:#595959;width:80px}.listing-category dd{margin-bottom:0}.listing-category .expiration-date-info .spinner{float:left}.listing-category a.expiration-change-link{float:right}.listing-category .datepicker{position:absolute;z-index:100;right:10px;font-size:80%}.listing-category .admin-actions{margin-top:10px;margin-left:25px;clear:both}.listing-category .admin-actions li{margin:0;padding:0}.listing-category .admin-actions li.delete{margin-top:10px}.listing-category .admin-actions a.category-delete{color
|
1 |
+
#BusinessDirectory_listinginfo .inside{margin:0;padding:0}.listing-metabox-tabs{display:block;border-bottom:solid 1px #ddd !important}.listing-metabox-tabs li{display:inline;padding:1px 8px;margin:0}.listing-metabox-tabs li a{text-decoration:none}.listing-metabox-tabs li.selected{background:#ddd}.listing-metabox-tabs li.selected a{color:#333}#listing-metabox-generalinfo,#listing-metabox-fees,#listing-metabox-transactions{display:none}#listing-metabox-generalinfo>strong,#listing-metabox-fees>strong,#listing-metabox-transactions>strong{display:block;margin-bottom:10px}.listing-metabox-tab .listing-categories{margin:20px 0}.listing-category{border-bottom:dotted 1px #bbb}.listing-category .header{margin-top:8px;min-height:25px}.listing-category .header .spinner{float:right;background-size:15px 15px}.listing-category .category-name{text-decoration:underline;font-weight:bold}.listing-category.expired .category-name{text-decoration:line-through underline}.listing-category .category-status{float:right}.listing-category .category-status.ok{background:green}.listing-category .category-status.pending{background:red}.listing-category .category-details{margin-left:25px}.listing-category dl{margin:0;clear:both}.listing-category dt{float:left;color:#595959;width:80px}.listing-category dd{margin-bottom:0}.listing-category .expiration-date-info .spinner{float:left}.listing-category a.expiration-change-link{float:right}.listing-category .datepicker{position:absolute;z-index:100;right:10px;font-size:80%}.listing-category .admin-actions{margin-top:10px;margin-left:25px;clear:both}.listing-category .admin-actions li{margin:0;padding:0}.listing-category .admin-actions li.delete{margin-top:10px}.listing-category .admin-actions a.category-delete{color:#ff0000}
|
assets/css/admin-themes.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.wpbdp-theme{float:left;display:block;background:#fff;border:1px solid #ddd;position:relative;margin:10px 4% 10px 0;width:46%}.wpbdp-theme:nth-child(2n){margin-right:0}.wpbdp-theme.active{border:1px solid #2f2f2f}.wpbdp-theme-actions{position:absolute;float:none;top:3px;right:10px}.wpbdp-theme-actions form{margin:0;padding:0;display:inline}.wpbdp-theme-actions form input[type="submit"]{margin:0}.wpbdp-theme-details-wrapper{display:block;position:relative;height:268px}.wpbdp-theme-thumbnail{width:100%;height:268px}.wpbdp-theme:hover .wpbdp-theme-thumbnail{opacity:.4}.wpbdp-theme .enter-license{display:none;position:absolute;float:none;font-weight:normal;top:3px;right:10px}.wpbdp-theme .enter-license{color:#a00}.wpbdp-theme:hover .enter-license{display:block}.wpbdp-theme:hover .choose-theme{display:inline-block}.wpbdp-theme.active .choose-theme,.wpbdp-theme.active:hover .choose-theme{display:none}.wpbdp-theme .wpbdp-theme-name{padding:8px;margin:0;background:#fafafa;font-weight:bold;font-size:15px;border-bottom:1px solid #ddd}.wpbdp-theme.active .wpbdp-theme-name{background:#2f2f2f;color:#fff;border-bottom:1px solid
|
1 |
+
.wpbdp-theme{float:left;display:block;background:#fff;border:1px solid #ddd;position:relative;margin:10px 4% 10px 0;width:46%}.wpbdp-theme:nth-child(2n){margin-right:0}.wpbdp-theme.active{border:1px solid #2f2f2f}.wpbdp-theme-actions{position:absolute;float:none;top:3px;right:10px}.wpbdp-theme-actions form{margin:0;padding:0;display:inline}.wpbdp-theme-actions form input[type="submit"]{margin:0}.wpbdp-theme-details-wrapper{display:block;position:relative;height:268px}.wpbdp-theme-thumbnail{width:100%;height:268px}.wpbdp-theme:hover .wpbdp-theme-thumbnail{opacity:.4}.wpbdp-theme .enter-license{display:none;position:absolute;float:none;font-weight:normal;top:3px;right:10px}.wpbdp-theme .enter-license{color:#a00}.wpbdp-theme:hover .enter-license{display:block}.wpbdp-theme:hover .choose-theme{display:inline-block}.wpbdp-theme.active .choose-theme,.wpbdp-theme.active:hover .choose-theme{display:none}.wpbdp-theme .wpbdp-theme-name{padding:8px;margin:0;background:#fafafa;font-weight:bold;font-size:15px;border-bottom:1px solid #ddd}.wpbdp-theme.active .wpbdp-theme-name{background:#2f2f2f;color:#fff;border-bottom:1px solid #2f2f2f;font-weight:normal}.wpbdp-theme.active .wpbdp-theme-name span{font-weight:bold}.wpbdp-theme .wpbdp-theme-details{display:none}.wpbdp-theme:hover .wpbdp-theme-details{display:block;position:absolute;top:15%;bottom:20%;left:5%;right:5%;padding:10px;font-size:90%;background:rgba(0,0,0,0.8);opacity:1;color:#fff;border-radius:3px}.wpbdp-theme-details dl{margin:0;padding:0}.wpbdp-theme-details dt{float:left;width:100px;margin:0;padding:0;font-weight:bold}.wpbdp-theme-details dd{display:block;margin:0;padding:0}.wpbdp-theme-details p.desc{font-size:inherit}.wpbdp-theme a.delete-theme-link{display:none;color:#fff;border-color:#d54e21;background:#900000;margin-right:10px;opacity:.8}.wpbdp-theme a.delete-theme-link:hover{background:#900000;color:#fff;border-color:#d54e21;opacity:1}.wpbdp-theme:hover a.delete-theme-link{display:inline-block}#wpbdp-admin-page-theme-delete #delete-theme{margin-left:20px;color:#a00}#wpbdp-admin-page-theme-delete #delete-theme:hover{background:#d54e21;border-color:#d54e21;color:#fff;box-shadow:none}.wpbdp-theme .wpbdp-theme-update-info{padding:5px 10px;border-top:solid 2px}.wpbdp-theme .wpbdp-theme-update-info.update-available{background:#fef7f1;border-color:#D34F2B}.wpbdp-theme .wpbdp-theme-update-info.theme-updated{background:#F7FCFE;border-color:#1AA1D0}.wpbdp-theme .wpbdp-theme-update-info.update-error{border-color:red}.wpbdp-theme .wpbdp-theme-update-info .update-message{padding:2px 4px}.wpbdp-theme .wpbdp-theme-update-info.update-available .update-message{background:#fcf3ef}.wpbdp-theme .wpbdp-theme-update-info.update-error .update-message{color:red}.wpbdp-theme .wpbdp-theme-update-info.theme-updated .update-message{background:#F0F5F7}.wpbdp-theme .wpbdp-theme-license-required-row{padding:5px 10px;border-top:solid 2px;background:#fef7f1;border-color:#D34F2B}
|
assets/css/admin.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{*zoom:1}span.tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:9px !important;margin-right:2px;text-transform:uppercase;text-decoration:none !important;line-height:1.5 !important}.button-primary.next-to-secondary{margin-left:30px}.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}.wpbdp-admin .sidebar .premium-modules h3 span{color:#145200;font-weight:bold}.wpbdp-admin .sidebar .premium-modules{border-color:#0ead00;border-width:3px;background:#ffffcf}.wpbdp-admin .premium-modules .tag{font-size:8px !important}.wpbdp-admin .premium-modules .tag.new{background:#00a000;color:#fff}.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-page-admin-fees .tablenav{display:none}.wpbdp-page-admin-fees .wp-list-table .wpbdp-drag-handle{margin-right:15px;display:none}.wpbdp-page-admin-fees .purchase-gateways{margin-left:20px}.wpbdp-page-admin-fees .purchase-gateways .gateway{float:left;width:35%;margin:30px 20px 0 0}.wpbdp-page-admin-fees .purchase-gateways .gateway.installed{opacity:.5}.wpbdp-page-admin-fees .purchase-gateways .gateway a img.gateway-logo{height:40px;margin:0;padding:0;border:0}.wpbdp-page-admin-fees .purchase-gateways .gateway a.price{margin-top:10px;display:block;color:green;font-size:22px;font-weight:bold}.wpbdp-page-admin-fees .purchase-gateways .gateway .check-mark{font-size:150%;font-weight:bold;color:green}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}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.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-listing-fields input[type="text"]{width:70%}#wpbdp-listing-fields .wpbdp-form-field.url .wpbdp-form-field-html{padding-left:10px}#wpbdp-listing-fields .wpbdp-form-field.url input[type="text"]{display:block}#wpbdp-listing-fields #wpbdp-uploaded-images .wpbdp-image{padding:5px;width:150px;vertical-align:top;display:inline-block;zoom:1;*display:inline;min-height:210px;_height:210px}#wpbdp-listing-fields div.listing-images .image img{max-width:150px}ul#wpbusdirmanerrors{margin-left:20px}.wpbdp-csv-import-example{width:100%;padding:10px;display:block;background:#fff;border:solid 1px #ddd;font-size:90%;font-family:monospace;height:100%;white-space:pre}#wpbdp-csv-import-form input[type="file"]{border:0}table.wpbdp-csv-import-results,table.wpbdp-csv-import-warnings{width:100%}table.wpbdp-csv-import-results .line-no,table.wpbdp-csv-import-warnings .line-no{width:50px}table.wpbdp-csv-import-results td.line,table.wpbdp-csv-import-warnings td.line{font-family:monospace;font-size:90%}table.wpbdp-csv-import-results .error,table.wpbdp-csv-import-warnings .error{width:200px}table.wpbdp-csv-import-headers{width:100%}table.wpbdp-csv-import-headers td.field-is-required,table.wpbdp-csv-import-headers td.field-is-multivalued{text-align:center}table.wpbdp-csv-import-headers tbody tr{background:#f9f9f9}table.wpbdp-csv-import-headers tbody tr.alt{background:inherit}.wpbdp-form-field.image .preview{float:none}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-admin-debug-info-page textarea.test-ssl-results{display:block;width:90%;font-family:monospace;font-size:11px;height:100px}.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 #36c;padding:0}.wpbdp-progress-bar .progress-bar-inner{height:100%;background:#9cf}.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}.directory-admin_page_wpbdp_admin_settings table.form-table th,.directory-admin_page_wpbdp_admin_settings table.form-table td{font-size:13px;line-height:1;padding:8px 20px}.directory-admin_page_wpbdp_admin_settings table.form-table th{min-width:150px}.directory-admin_page_wpbdp_admin_settings input,.directory-admin_page_wpbdp_admin_settings select{font-size:13px;line-height:1.0}.directory-admin_page_wpbdp_admin_settings textarea{font-size:13px;width:95%}.directory-admin_page_wpbdp_admin_settings select{display:block}.directory-admin_page_wpbdp_admin_settings .license-activation .status-message{font-size:85%;color:#595959;font-style:italic}.directory-admin_page_wpbdp_admin_settings .license-activation .status-message.ok{color:green}.directory-admin_page_wpbdp_admin_settings .license-activation .status-message.error{color:red}.directory-admin_page_wpbdp_admin_settings .group-error{border-top:solid 1px red}.directory-admin_page_wpbdp_admin_settings .group-warning{border-top:solid 1px yellow}.wpbdp-notice.dismissible{position:relative}.tag.paymentstatus.ok{background:green}.tag.paymentstatus.completed{background:green}.tag.paymentstatus.pending,.tag.paymentstatus.pending-abandonment{background:red}#wpbdp-admin-settings tr.disabled{opacity:.7}#wpbdp-admin-settings .text-fields-warning{font-size:90%;display:block;margin-bottom:2px}#wpbdp-admin-settings .wpbdp-settings-email{margin:5px 0 0 0;border:solid 1px #ccc;padding:5px;background:#fff}#wpbdp-admin-settings .wpbdp-settings-email .short-preview{color:#999;font-size:90%;height:45px;cursor:pointer;overflow:hidden}#wpbdp-admin-settings .wpbdp-settings-email .short-preview h4{margin:0 0 10px 0}#wpbdp-admin-settings .wpbdp-settings-email .short-preview .edit-toggle{float:right}#wpbdp-admin-settings .wpbdp-settings-email .short-preview:hover .edit-toggle{visibility:visible}#wpbdp-admin-settings .wpbdp-settings-email .short-preview dl{margin:0;padding:0}#wpbdp-admin-settings .wpbdp-settings-email .short-preview dt{font-weight:bold;margin:0;padding:0}#wpbdp-admin-settings .wpbdp-settings-email .short-preview dd{margin:0;padding:0 0 0 10px}#wpbdp-admin-settings .wpbdp-settings-email .editor{margin-left:10px;font-size:90%}#wpbdp-admin-settings .wpbdp-settings-email .editor table.form-table{margin:0;padding:0}#wpbdp-admin-settings .wpbdp-settings-email table.form-table th{padding-left:4px;padding-right:0;min-width:0;width:20%}#wpbdp-admin-settings .wpbdp-settings-email .editor input[type="text"]{width:70%}#wpbdp-admin-settings .wpbdp-settings-email .editor textarea{width:100%;min-height:150px}#wpbdp-admin-settings .wpbdp-settings-email .editor .placeholders{margin:10px 0 0 0}#wpbdp-admin-settings .wpbdp-settings-email .editor .placeholder{font-size:90%}#wpbdp-admin-settings .wpbdp-settings-email .editor .placeholder-separator{margin-top:10px}#wpbdp-admin-settings .wpbdp-settings-email .editor .placeholder .placeholder-code{font-family:monospace;font-weight:bold}#wpbdp-admin-settings .wpbdp-settings-email .editor .placeholder .placeholder-description{font-style:italic}#wpbdp-admin-settings .wpbdp-settings-email .editor .buttons{margin:30px 0 0 0;text-align:right}#wpbdp-admin-settings .wpbdp-settings-email .editor .buttons .preview-email{float:left}#wpbdp-admin-settings .wpbdp-settings-email .editor .buttons .cancel{margin-right:10px}#wpbdp-admin-settings select#quick-search-fields{min-height:150px}#listing-metabox-transactions table.payments-list{width:100%;border-spacing:0}#listing-metabox-transactions table.payments-list tr.payment td{border-bottom:solid 1px #efefef;padding:2px 0}#listing-metabox-transactions table.payments-list tr.payment td.status{text-align:right}#listing-metabox-transactions table.payments-list tr.payment.completed td{color:green}#listing-metabox-transactions table.payments-list tr.payment.pending td{color:red}#listing-metabox-transactions table.payments-list tr.payment.rejected td{color:#bbb}#listing-metabox-transactions table.payments-list tr.payment.canceled td{text-decoration:line-through}#listing-metabox-transactions table.payments-list tr.payment a{text-decoration:none;color:inherit}#listing-metabox-transactions table.payments-list tr.payment a:hover{text-decoration:underline}.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}.listing-fee-change .fee-selection .fee{padding-bottom:5px;margin-bottom:10px;border-bottom:dotted 1px #ccc;opacity:.85}.listing-fee-change .fee-selection .fee:hover{opacity:1.0}.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-drag-handle{background:red;width:6px;height:10px;display:inline-block;background:url('../images/drag-handle.png') 0 0;cursor:move;float:left;margin:5px 5px 0 0;vertical-align:middle}.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}.toplevel_page_wpbdp_admin .welcome-message{padding:10px;font-size:105%}.toplevel_page_wpbdp_admin .welcome-message p{font-size:inherit}.toplevel_page_wpbdp_admin .welcome-message h4{font-size:120%}.toplevel_page_wpbdp_admin .welcome-message ul{list-style-position:inside;list-style-type:disc}.toplevel_page_wpbdp_admin ul.shortcuts{margin:auto}.toplevel_page_wpbdp_admin ul.shortcuts li{float:left;margin-right:10px}.toplevel_page_wpbdp_admin ul.shortcuts li.clear{margin:0}#wpbdp-uninstall-capture-form .reasons{margin-left:15px}#wpbdp-uninstall-capture-form .reasons .reason{margin-bottom:5px}#wpbdp-uninstall-capture-form textarea{margin:10px 0 0 0;width:50%;min-height:100px;display:none}.wpbdp-license-expired-warning .module-name{background:#fff9aa;padding:0 5px;color:#000}.wpbdp-license-expired-warning .dismiss{margin-right:10px}.wp-admin.widgets-php .widget-content span.help{color:#666}
|
1 |
+
.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{*zoom:1}span.tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:9px !important;margin-right:2px;text-transform:uppercase;text-decoration:none !important;line-height:1.5 !important}.button-primary.next-to-secondary{margin-left:30px}.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}.wpbdp-admin .sidebar .premium-modules h3 span{color:#145200;font-weight:bold}.wpbdp-admin .sidebar .premium-modules{border-color:#0EAD00;border-width:3px;background:#FFFFCF}.wpbdp-admin .premium-modules .tag{font-size:8px !important}.wpbdp-admin .premium-modules .tag.new{background:#00A000;color: #fff}.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-page-admin-fees .tablenav{display:none}.wpbdp-page-admin-fees .wp-list-table .wpbdp-drag-handle{margin-right:15px;display:none}.wpbdp-page-admin-fees .purchase-gateways{margin-left:20px}.wpbdp-page-admin-fees .purchase-gateways .gateway{float:left;width:35%;margin:30px 20px 0 0}.wpbdp-page-admin-fees .purchase-gateways .gateway.installed{opacity:.5}.wpbdp-page-admin-fees .purchase-gateways .gateway a img.gateway-logo{height:40px;margin:0;padding:0;border:none}.wpbdp-page-admin-fees .purchase-gateways .gateway a.price{margin-top:10px;display:block;color:green;font-size:22px;font-weight:bold}.wpbdp-page-admin-fees .purchase-gateways .gateway .check-mark{font-size:150%;font-weight:bold;color:green}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}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.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-listing-fields input[type="text"]{width:70%}#wpbdp-listing-fields .wpbdp-form-field.url .wpbdp-form-field-html{padding-left:10px}#wpbdp-listing-fields .wpbdp-form-field.url input[type="text"]{display:block}#wpbdp-listing-fields #wpbdp-uploaded-images .wpbdp-image{padding:5px;width:150px;vertical-align:top;display:inline-block;zoom:1;*display:inline;min-height:210px;_height:210px}#wpbdp-listing-fields div.listing-images .image img{max-width:150px}ul#wpbusdirmanerrors{margin-left:20px}.wpbdp-csv-import-example{width:100%;padding:10px;display:block;background:#fff;border:solid 1px #ddd;font-size:90%;font-family:monospace;height:100%;white-space:pre}#wpbdp-csv-import-form input[type="file"]{border:none}table.wpbdp-csv-import-results,table.wpbdp-csv-import-warnings{width:100%}table.wpbdp-csv-import-results .line-no,table.wpbdp-csv-import-warnings .line-no{width:50px}table.wpbdp-csv-import-results td.line,table.wpbdp-csv-import-warnings td.line{font-family:monospace;font-size:90%}table.wpbdp-csv-import-results .error,table.wpbdp-csv-import-warnings .error{width:200px}table.wpbdp-csv-import-headers{width:100%}table.wpbdp-csv-import-headers td.field-is-required,table.wpbdp-csv-import-headers td.field-is-multivalued{text-align:center}table.wpbdp-csv-import-headers tbody tr{background:#f9f9f9}table.wpbdp-csv-import-headers tbody tr.alt{background:inherit}.wpbdp-form-field.image .preview{float:none}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-admin-debug-info-page textarea.test-ssl-results{display:block;width:90%;font-family:monospace;font-size:11px;height:100px}.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}.directory-admin_page_wpbdp_admin_settings table.form-table th,.directory-admin_page_wpbdp_admin_settings table.form-table td{font-size:13px;line-height:1;padding:8px 20px}.directory-admin_page_wpbdp_admin_settings table.form-table th{min-width:150px}.directory-admin_page_wpbdp_admin_settings input,.directory-admin_page_wpbdp_admin_settings select{font-size:13px;line-height:1}.directory-admin_page_wpbdp_admin_settings textarea{font-size:13px;width:95%}.directory-admin_page_wpbdp_admin_settings select{display:block}.wpbdp-choices-list{margin-top:0;padding:0}.directory-admin_page_wpbdp_admin_settings .license-activation .status-message{background:none;box-shadow:none;border:none;font-size:85%;color:#595959;font-style:italic;margin:0;padding:0;-webkit-box-shadow:none}.directory-admin_page_wpbdp_admin_settings .license-activation .status-message.ok{color:green}.directory-admin_page_wpbdp_admin_settings .license-activation .status-message.error{color:red}.directory-admin_page_wpbdp_admin_settings table.form-table .license-activation-error td{padding-top:0;padding-right:0}.directory-admin_page_wpbdp_admin_settings .group-error{border-top:solid 1px red}.directory-admin_page_wpbdp_admin_settings .group-warning{border-top:solid 1px yellow}.wpbdp-notice.dismissible{position:relative}.tag.paymentstatus.ok{background:green}.tag.paymentstatus.completed{background:green}.tag.paymentstatus.pending,.tag.paymentstatus.pending-abandonment{background:red}#wpbdp-admin-settings tr.disabled{opacity:.7}#wpbdp-admin-settings .text-fields-warning{font-size:90%;display:block;margin-bottom:2px}#wpbdp-admin-settings .wpbdp-settings-email{margin:5px 0 0 0;border:solid 1px #ccc;padding:5px;background:#fff}#wpbdp-admin-settings .wpbdp-settings-email .short-preview{color:#999;font-size:90%;height:45px;cursor:pointer;overflow:hidden}#wpbdp-admin-settings .wpbdp-settings-email .short-preview h4{margin:0 0 10px 0}#wpbdp-admin-settings .wpbdp-settings-email .short-preview .edit-toggle{float:right}#wpbdp-admin-settings .wpbdp-settings-email .short-preview:hover .edit-toggle{visibility:visible}#wpbdp-admin-settings .wpbdp-settings-email .short-preview dl{margin:0;padding:0}#wpbdp-admin-settings .wpbdp-settings-email .short-preview dt{font-weight:bold;margin:0;padding:0}#wpbdp-admin-settings .wpbdp-settings-email .short-preview dd{margin:0;padding:0 0 0 10px}#wpbdp-admin-settings .wpbdp-settings-email .editor{margin-left:10px;font-size:90%}#wpbdp-admin-settings .wpbdp-settings-email .editor table.form-table{margin:0;padding:0}#wpbdp-admin-settings .wpbdp-settings-email table.form-table th{padding-left:4px;padding-right:0;min-width:0;width:20%}#wpbdp-admin-settings .wpbdp-settings-email .editor input[type="text"]{width:70%}#wpbdp-admin-settings .wpbdp-settings-email .editor textarea{width:100%;min-height:150px}#wpbdp-admin-settings .wpbdp-settings-email .editor .placeholders{margin:10px 0 0 0}#wpbdp-admin-settings .wpbdp-settings-email .editor .placeholder{font-size:90%}#wpbdp-admin-settings .wpbdp-settings-email .editor .placeholder-separator{margin-top:10px}#wpbdp-admin-settings .wpbdp-settings-email .editor .placeholder .placeholder-code{font-family:monospace;font-weight:bold}#wpbdp-admin-settings .wpbdp-settings-email .editor .placeholder .placeholder-description{font-style:italic}#wpbdp-admin-settings .wpbdp-settings-email .editor .buttons{margin:30px 0 0 0;text-align:right}#wpbdp-admin-settings .wpbdp-settings-email .editor .buttons .preview-email{float:left}#wpbdp-admin-settings .wpbdp-settings-email .editor .buttons .cancel{margin-right:10px}#quick-search-fields li{width:50%;display:inline-block}#listing-metabox-transactions table.payments-list{width:100%;border-spacing:0}#listing-metabox-transactions table.payments-list tr.payment td{border-bottom:solid 1px #efefef;padding:2px 0}#listing-metabox-transactions table.payments-list tr.payment td.status{text-align:right}#listing-metabox-transactions table.payments-list tr.payment.completed td{color:green}#listing-metabox-transactions table.payments-list tr.payment.pending td{color:red}#listing-metabox-transactions table.payments-list tr.payment.rejected td{color:#bbb}#listing-metabox-transactions table.payments-list tr.payment.canceled td{text-decoration:line-through}#listing-metabox-transactions table.payments-list tr.payment a{text-decoration:none;color:inherit}#listing-metabox-transactions table.payments-list tr.payment a:hover{text-decoration:underline}.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}.listing-fee-change .fee-selection .fee{padding-bottom:5px;margin-bottom:10px;border-bottom:dotted 1px #ccc;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-drag-handle{background:red;width:6px;height:10px;display:inline-block;background:url('../images/drag-handle.png') 0 0;cursor:move;float:left;margin:5px 5px 0 0;vertical-align:middle}.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}.toplevel_page_wpbdp_admin .welcome-message{padding:10px;font-size:105%}.toplevel_page_wpbdp_admin .welcome-message p{font-size:inherit}.toplevel_page_wpbdp_admin .welcome-message h4{font-size:120%}.toplevel_page_wpbdp_admin .welcome-message ul{list-style-position:inside;list-style-type:disc}.toplevel_page_wpbdp_admin ul.shortcuts{margin:auto}.toplevel_page_wpbdp_admin ul.shortcuts li{float:left;margin-right:10px}.toplevel_page_wpbdp_admin ul.shortcuts li.clear{margin:0}#wpbdp-uninstall-capture-form .reasons{margin-left:15px}#wpbdp-uninstall-capture-form .reasons .reason{margin-bottom:5px}#wpbdp-uninstall-capture-form textarea{margin:10px 0 0 0;width:50%;min-height:100px;display:none}.wpbdp-license-expired-warning .module-name{background:#fff9aa;padding:0 5px;color:#000}.wpbdp-license-expired-warning .dismiss{margin-right:10px}.wp-admin.widgets-php .widget-content span.help{color:#666}
|
assets/css/debug.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
#wpbdp-debugging{font-family:Menlo,Consolas,monospace;color:#000;width:100%;margin:2px 0;clear:both;font-size:11px;max-height:150px;overflow-y:scroll}#wpbdp-debugging .tab{padding:5px 0 0 0;display:none}#wpbdp-debugging table{width:100%;border-collapse:collapse}#wpbdp-debugging table tr{cursor:pointer}#wpbdp-debugging table td{padding:0}#wpbdp-debugging table td.handle{vertical-align:top;width:10px}#wpbdp-debugging table td.timestamp{width:50px}#wpbdp-debugging table td.type{width:100px}#wpbdp-debugging table td.message{max-width:450px}#wpbdp-debugging table td.context{width:200px}#wpbdp-debugging table td.file{width:200px}#wpbdp-debugging table td .extradata{margin:0;border-left:solid 5px #666;padding:0 0 0 20px;font-size:90%;color:#666;display:none}#wpbdp-debugging table td .extradata dl{padding:0;margin:0}#wpbdp-debugging table td .extradata dt{font-weight:bold}#wpbdp-debugging .php-warning{background:#
|
1 |
+
#wpbdp-debugging{font-family:Menlo,Consolas,monospace;color:#000;width:100%;margin:2px 0;clear:both;font-size:11px;max-height:150px;overflow-y:scroll}#wpbdp-debugging .tab{padding:5px 0 0 0;display:none}#wpbdp-debugging table{width:100%;border-collapse:collapse}#wpbdp-debugging table tr{cursor:pointer}#wpbdp-debugging table td{padding:0}#wpbdp-debugging table td.handle{vertical-align:top;width:10px}#wpbdp-debugging table td.timestamp{width:50px}#wpbdp-debugging table td.type{width:100px}#wpbdp-debugging table td.message{max-width:450px}#wpbdp-debugging table td.context{width:200px}#wpbdp-debugging table td.file{width:200px}#wpbdp-debugging table td .extradata{margin:0;border-left:solid 5px #666;padding:0 0 0 20px;font-size:90%;color:#666;display:none}#wpbdp-debugging table td .extradata dl{padding:0;margin:0}#wpbdp-debugging table td .extradata dt{font-weight:bold}#wpbdp-debugging .php-warning{background:#FFFAA5}#wpbdp-debugging .php-notice{background:#FFFAA5}#wpbdp-debugging .php-deprecated{background:#efefef}#wpbdp-debugging .tab-selector{padding:0;margin:0;border-bottom:solid 1px #666}#wpbdp-debugging .tab-selector li{display:inline-block;margin:0;margin-right:10px;padding:0 5px;background:#666}#wpbdp-debugging .tab-selector li.active{background:#000}#wpbdp-debugging .tab-selector li.active a{color:#fff}#wpbdp-debugging .tab-selector li a{text-decoration:none;color:#efefef}
|
assets/css/dnd-upload.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.wpbdp-dnd-area{margin:0 auto;border:2px dashed #ddd;width:98%;height:252px;color:#666}.wpbdp-dnd-area p{margin-top:13px !important;margin-bottom:13px !important}.wpbdp-dnd-area .upload-button{background:#fff;position:relative;overflow:hidden}.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;cursor:pointer;border:none !important}.wpbdp-dnd-area.dragging{background:#efefef}.wpbdp-dnd-area .dnd-area-inside{margin:76px auto 0;text-align:center;color:#aaa}.wpbdp-dnd-area .dnd-area-inside-working{color:#000;text-align:center;margin:50px auto 0}.wpbdp-dnd-area .dnd-area-inside-working span{font-weight:bold}.wpbdp-dnd-area .dnd-area-inside-error{font-size:95%;color:#900000;text-align:center;margin:50px 25px}
|
1 |
+
.wpbdp-dnd-area{margin:0 auto;border:2px dashed #ddd;width:98%;height:252px;color:#666}.wpbdp-dnd-area p{margin-top:13px !important;margin-bottom:13px !important}.wpbdp-dnd-area .upload-button{background:#fff;position:relative;overflow:hidden}.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;cursor:pointer;border:none !important}.wpbdp-dnd-area.dragging{background:#efefef}.wpbdp-dnd-area .dnd-area-inside{margin:76px auto 0;text-align:center;color:#aaa}.wpbdp-dnd-area .dnd-area-inside-working{color:#000;text-align:center;margin:50px auto 0}.wpbdp-dnd-area .dnd-area-inside-working span{font-weight:bold}.wpbdp-dnd-area .dnd-area-inside-error{font-size:95%;color:#900000;text-align:center;margin:50px 25px}
|
assets/css/{admin-csv-import.css → less/admin-csv-import.less}
RENAMED
File without changes
|
assets/css/{admin-export.css → less/admin-export.less}
RENAMED
File without changes
|
assets/css/{admin-listing-metabox.css → less/admin-listing-metabox.less}
RENAMED
File without changes
|
assets/css/{admin-themes.css → less/admin-themes.less}
RENAMED
File without changes
|
assets/css/{admin.css → less/admin.less}
RENAMED
@@ -465,10 +465,22 @@ body.taxonomy-wpbdp_category .column-id {
|
|
465 |
display: block;
|
466 |
}
|
467 |
|
|
|
|
|
|
|
|
|
|
|
468 |
.directory-admin_page_wpbdp_admin_settings .license-activation .status-message {
|
|
|
|
|
|
|
469 |
font-size: 85%;
|
470 |
color: #595959;
|
471 |
font-style: italic;
|
|
|
|
|
|
|
|
|
472 |
}
|
473 |
|
474 |
.directory-admin_page_wpbdp_admin_settings .license-activation .status-message.ok {
|
@@ -478,6 +490,10 @@ body.taxonomy-wpbdp_category .column-id {
|
|
478 |
.directory-admin_page_wpbdp_admin_settings .license-activation .status-message.error {
|
479 |
color: red;
|
480 |
}
|
|
|
|
|
|
|
|
|
481 |
|
482 |
.directory-admin_page_wpbdp_admin_settings .group-error {
|
483 |
border-top: solid 1px red;
|
@@ -618,8 +634,9 @@ body.taxonomy-wpbdp_category .column-id {
|
|
618 |
margin-right: 10px;
|
619 |
}
|
620 |
|
621 |
-
#
|
622 |
-
|
|
|
623 |
}
|
624 |
|
625 |
/* Listing metabox - Transactions. */
|
465 |
display: block;
|
466 |
}
|
467 |
|
468 |
+
.wpbdp-choices-list {
|
469 |
+
margin-top: 0;
|
470 |
+
padding: 0;
|
471 |
+
}
|
472 |
+
|
473 |
.directory-admin_page_wpbdp_admin_settings .license-activation .status-message {
|
474 |
+
background: none;
|
475 |
+
box-shadow: none;
|
476 |
+
border: none;
|
477 |
font-size: 85%;
|
478 |
color: #595959;
|
479 |
font-style: italic;
|
480 |
+
margin: 0;
|
481 |
+
padding: 0;
|
482 |
+
|
483 |
+
-webkit-box-shadow: none;
|
484 |
}
|
485 |
|
486 |
.directory-admin_page_wpbdp_admin_settings .license-activation .status-message.ok {
|
490 |
.directory-admin_page_wpbdp_admin_settings .license-activation .status-message.error {
|
491 |
color: red;
|
492 |
}
|
493 |
+
.directory-admin_page_wpbdp_admin_settings table.form-table .license-activation-error td {
|
494 |
+
padding-top: 0;
|
495 |
+
padding-right: 0;
|
496 |
+
}
|
497 |
|
498 |
.directory-admin_page_wpbdp_admin_settings .group-error {
|
499 |
border-top: solid 1px red;
|
634 |
margin-right: 10px;
|
635 |
}
|
636 |
|
637 |
+
#quick-search-fields li {
|
638 |
+
width: 50%;
|
639 |
+
display: inline-block;
|
640 |
}
|
641 |
|
642 |
/* Listing metabox - Transactions. */
|
assets/css/{debug.css → less/debug.less}
RENAMED
File without changes
|
assets/css/{dnd-upload.css → less/dnd-upload.less}
RENAMED
File without changes
|
assets/css/{widgets.css → less/widgets.less}
RENAMED
File without changes
|
assets/css/{wpbdp-legacy.css → less/wpbdp-legacy.less}
RENAMED
File without changes
|
assets/css/{wpbdp.css → less/wpbdp.less}
RENAMED
File without changes
|
assets/css/widgets.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
ul.wpbdp-listings-widget-list li{list-style:none;border-bottom:1px dotted #eee;margin:0;padding:2px 0}ul.wpbdp-listings-widget-list li .listing-title{font-weight:bold;display:block}
|
1 |
+
ul.wpbdp-listings-widget-list li{list-style:none;border-bottom:1px dotted #eee;margin:0;padding:2px 0}ul.wpbdp-listings-widget-list li .listing-title{font-weight:bold;display:block}
|
assets/css/wpbdp-legacy.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.clear{clear:both}.wpbdmthumbs{padding:4px;-moz-box-shadow:0 5px 5px #
|
1 |
+
.clear{clear:both}.wpbdmthumbs{padding:4px;-moz-box-shadow:0 5px 5px #dddddd;-webkit-box-shadow:0 5px 5px #dddddd;margin-right:5px}#wpbdmentry .viewlistingsbutton,#wpbdmentry .submitlistingbutton,#wpbdmentry .editlistingbutton,#wpbdmentry .deletelistingbutton,#wpbdmentry .exitnowbutton,#wpbdmentry .insubmitbutton,#wpbdmlistings .vieweditbutton input,.vieweditbutton a,.vieweditbutton input,.viewlistingsbutton,.submitlistingbutton,.editlistingbutton,.deletelistingbutton,.exitnowbutton,.insubmitbutton{background:#000000;border:1px solid #000000;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:auto;color:#ffffff;float:left;text-align:center}#editlistingsingleview{margin-bottom:15px}#editlistingsingleview .editlistingbutton{float:left;margin-right:20px}.singledetailsview{margin-top:15px}.deletelistingbutton{float:none}.exitnowbutton{float:none}.updradetostickylistingbutton{background:#FFF0CF;border:1px solid #B37800;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:auto;color:#B37800;float:left;text-align:center}.intextbox{border:1px solid #dddddd;padding:3px}.inselect{border:1px solid #dddddd;padding:3px}.inselectmulitple{border:1px solid #dddddd;padding:3px;width:auto;height:auto}.intextarea{width:400px;border:1px solid #dddddd;height:200px}#wpbusdirmancats{margin-bottom:20px;padding:10px}#wpbusdirmancats ul{margin-bottom:10px;margin-left:5px}#wpbusdirmancats ul li{float:left;width:200px;padding:5px}ul#wpbusdirmanerrors{margin-left:20px}ul#wpbusdirmanpaymentoptionslist{margin-left:20px}#wpbusdirmanpaymentoptionslist li{margin-left:20px;list-style-type:none;margin:3px 0}#wpbdmlistings{list-style:none;width:100%}.wpbdmodd{background:#eeeeee;border-bottom:1px dotted #dddddd}.wpbdmeven{border:0;border-bottom:1px dotted #dddddd}.wpbdmoddsticky{background:#FFF0CF;border-bottom:1px solid #B37800}.wpbdmevensticky{background:#FFF0CF;border:0;border-bottom:1px solid #B37800}#wpbdmlistings .listingthumbnail{float:left;width:150px;margin:10px 0 0 10px}#wpbdmlistings .listingdetails{float:left;margin-left:20px;margin-top:10px}.wpbdmsingleimages{float:left;margin-right:10px;margin-bottom:10px}.wpbdmsingleimages img{max-width:375px;height:auto;-moz-box-shadow:0 5px 5px #dddddd;-webkit-box-shadow:0 5px 5px #dddddd}.wpbdmsingledetails{float:left;margin-left:10px;width:50%;padding:10px}.paymentheader{background:#f2f2f2;padding:5px;color:#666666}.paymentbuttondiv{padding:10px;margin-bottom:10px}.wpbdmac{font-size:9px;text-align:center}.featuredlisting{width:126px;float:right}#wpbusdirmancontent{clear:both;padding:10px;background:#ffffff}select{margin-bottom:15px}textarea{margin-bottom:15px}#wpbdmentry p.wpbdmp{margin:0;padding:0}#wpbdmentry{width:100%;margin:0 auto}#wpbdmentry label{margin:0;padding:0}.extrathumbnails{max-width:375px;margin:10px auto 0 auto}#wpbdmcheckboxclass{float:left;margin-right:30px;width:40%;padding:10px 0}.vieweditbuttons{float:right;padding:10px;width:100%}.vieweditbutton{float:left;margin-left:10px}#wpbdmlistings .vieweditbutton input,.vieweditbutton a,.vieweditbutton input{width:100%}.vieweditbutton a{text-decoration:none}.vieweditbutton input{margin-top:-15px}.feecategoriesheader{background:#dddddd;color:#333333;padding:10px;margin-bottom:5px}#lhbuttons{float:right;width:150px}#lhbuttons .viewlistingsbutton{margin-right:10px}.ldetails{padding:10px;background:#eeeeee}#lco{width:100%;-moz-box-shadow:0 5px 5px #dddddd;-webkit-box-shadow:0 5px 5px #dddddd;background:#f7f7f7;margin:10px 0}#lco .title{width:50%;float:left;padding:10px;font-weight:bold;font-size:22px;margin-top:5px}#lco .title h1{border:0;margin:0}#lco .buttonform{float:left;width:40%;padding:10px}#lco .title .submitlistingbutton{margin-right:10px}#lco .buttonform .viewlistingsbutton{margin-right:10px}#lco .buttonform .submitlistingbutton{margin-right:10px}#wpbdmentry .fixpadding{width:98%}#lco #wpbdmsearchform #intextbox{color:#000000}#lco #wpbdmsearchform #wpbdmsearchsubmit{background:#000000;border:1px solid #000000;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:auto;color:#ffffff;text-align:center;display:block}#lco{min-height:80px}#lco .left{float:left;padding:10px}#lco .left input[type="submit"]{margin-top:2px;width:100%}#lco .right{padding:10px;margin-left:200px;width:200px}#lco .right #intextbox{width:100%}#lco .right #wpbdmsearchsubmit{margin:auto}#lco input[type="submit"]{cursor:pointer}
|
assets/css/wpbdp.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.wpbdp-cf:before,.wpbdp-cf:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-cf:after,.cf:after{clear:both}.wpbdp-cf,.cf{*zoom:1}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"]{width:90%}#wpbdp-search-form .wpbdp-search-filter>div.field>select{width:90%}#wpbdp-search-form input[type="submit"]{float:none;margin:auto}.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}.listing-actions input.delete-listing{margin-left:5px;margin-right:30px;color:#f00 !important}.wpbdp-with-button-styles .listing-actions .wpbdp-button{padding:5px 10px;font-size:11px;text-decoration:none;background-color:#e6e6e6;color:#7c7c7c;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-ms-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-webkit-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-o-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:linear-gradient(top,#f4f4f4,#e6e6e6);border:1px solid #d2d2d2;border-radius:3px;box-shadow:0 1px 2px rgba(64,64,64,0.1);margin-right:3px}.wpbdp-with-button-styles .listing-actions .wpbdp-button:hover{color:#5e5e5e;background-color:#ebebeb;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-ms-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-webkit-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-o-linear-gradient(top,#f9f9f9,#ebebeb);background-image:linear-gradient(top,#f9f9f9,#ebebeb)}.wpbdp-with-button-styles .listing-actions .wpbdp-button.delete-listing{margin-left:20px;color:red}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label{color:#444;font-weight:bold}.wpbdp-listing-excerpt{padding:10px;border-bottom:dotted 1px #ddd}.wpbdp-listing-excerpt.odd{background:#eee}.wpbdp-listing-excerpt.sticky{background:#fff0cf;border-bottom:solid 1px #b37800}.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-single .stickytag{float:right;margin-top:-68px}.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent}.wpbdp-listing-single .listing-title{padding:2px 8px;background:#efefef;border:dotted 1px #ddd;margin-bottom:7px}.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 #333}.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.wpbdp-listing-single .extra-images ul{margin:0 auto;width:100%}.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline;margin-left:5px}.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #333}.wpbdp-listing .social-fields{margin:20px 0}.wpbdp-listing .social-field{margin:5px 0;height:20px;vertical-align:middle}.social-field.facebook .fb-like>span{overflow:visible !important;width:450px !important;vertical-align:top !important}@media screen and (max-width:500px){.social-field.facebook .fb-like>span{width:100% !important}}.wpbdp-listing-contact-form{margin-top:20px;border-top:dotted 1px #ddd;padding-top:20px;padding-left:10px}.wpbdp-listing-contact-form .send-message-button{margin-left:-10px}.wpbdp-listing-contact-form h3{margin-left:-10px}.wpbdp-listing-contact-form textarea{width:98% !important}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar{background:#f7f7f7;margin:10px 0 20px 0;padding:5px 10px}.wpbdp-bar:before,.wpbdp-bar:after{content:" ";display:table;clear:both}.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;text-align:right}.wpbdp-listings-sort-options .current{font-weight:bold}#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-submit-page h3{margin-bottom:10px}.wpbdp-submit-page .wpbdmp{margin:0}.wpbdp-submit-page legend{font-size:85%;margin-bottom:20px}.wpbdp-submit-page .wpbdp-form-field{margin-bottom:8px}.wpbdp-submit-page .wpbdp-form-field .wpbdmcheckboxclass checkbox{margin-left:0}.wpbdp-submit-page .wpbdp-form-field.required .wpbdp-form-field-label:after{content:' *';font-size:80%}.wpbdp-submit-page .wpbdp-form-field-type-textarea textarea{min-width:90%;min-height:50px}.wpbdp-submit-page .wpbdp-form-field-association-content textarea{min-height:80px}.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}.wpbdp-form-field span.sublabel{font-size:90%;margin-left:10px;margin-right:10px}.wpbdp-form-field.image a.delete{margin-left:10px}ul.validation-errors{margin:15px 0 15px 0}ul.validation-errors li{color:red;margin:3px 0;list-style-position:inside}.wpbdp-submit-page.step-fees h4{background:#ddd;color:#333;padding:10px;margin-bottom:5px}.wpbdp-submit-page.step-images #image-upload-form{margin:15px 10px}.wpbdp-submit-page.step-images .wpbdp-image{float:left;border-bottom:dotted 1px #efefef;margin-right:10px;margin-bottom:10px;vertical-align:top}.wpbdp-submit-page.step-images .wpbdp-image img{vertical-align:top;text-align:center;max-width:150px;height:auto}.wpbdp-submit-page.step-images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-dnd-area{float:left;width:72%}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-conditions{float:right;width:25%;color:#666}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-conditions dl{margin:0}.wpbdp-submit-page.step-images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}.wpbdp-submit-page.step-images .wpbdp-image .delete-image{color:red}.wpbdp-submit-page .upgrade-to-featured-option{border:solid 1px #666;padding:5px 10px;margin:25px 0 25px 0;font-size:90%}.wpbdp-msg{font-size:85%;padding:.6em;border:solid 1px #e6db55;color:#555;margin:5px 0;background:#fffbcc;border-radius:3px}.wpbdp-msg.error{background-color:#ffebe8;border-color:#C00}.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{margin:40px 0;border:solid 1px #eee;font-size:95%}#wpbdp-renewal-page .do-not-renew-listing .header{background:#bc0b0b;color:#fff;text-align:center;font-weight:bold;padding:2px 0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{color:#900000}.wpbdp-recaptcha-error{color:red}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-left:20px;color:#c00}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:red}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.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}.wpbdp-show-on-mobile{display:none !important}@media screen and (max-width:500px){.wpbdp-show-on-mobile{display:inline !important}.wpbdp-hide-on-mobile{display:none !important}.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-listings-sort-options{font-size:90%}.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:85%}.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%}.wpbdp-listings-sort-options.wpbdp-show-on-mobile{margin-bottom:10px}}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{float:none !important}body.business-directory #TB_closeWindow{padding:0;height:0}body.business-directory #TB_closeWindow .screen-reader-text{display:none}body.business-directory #TB_secondLine{text-align:center}.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}.wpbdp-main-box{background:#f7f7f7;margin:10px 0 20px 0;border-radius:4px;padding:10px;width:100%}.wpbdp-main-box .box-row{margin-bottom:4px}.wpbdp-main-box .box-col{margin-bottom:4px;width:100%}.wpbdp-main-box .box-col input{width:100%}.wpbdp-main-box .submit-btn input[type="submit"]{margin-top:0}.wpbdp-main-box .advanced-search-link{border:0;box-shadow:none;display:block;font-size:11px;text-align:right;text-decoration:none}.wpbdp-main-box-medium .box-col,.wpbdp-main-box-large .box-col{float:left}.wpbdp-main-box-medium .search-fields>.cols-1 .box-col,.wpbdp-main-box-large .search-fields>.cols-1 .box-col{width:100%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col,.wpbdp-main-box-large .search-fields>.cols-2 .box-col{width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:first-child{padding-right:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:last-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:last-child{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col,.wpbdp-main-box-large .search-fields>.cols-3 .box-col{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding-right:5px}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding:0;width:100%}.wpbdp-main-box-large .box-row{margin-bottom:0}.wpbdp-main-box-large .search-fields{padding-right:5px;width:78%}.wpbdp-main-box-large .submit-btn{padding-left:5px;width:22%}.wpbdp-main-links{text-align:right}.wpbdp-main-links .button{margin:0 5px}.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{padding-top:10px;padding-bottom:10px;width:100%;margin:0 0 4px}.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-main-links-small .wpbdp-main-links-2-buttons .button:last-child{margin-left:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n){width:49%;margin-top:1%;margin-right:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n+3){width:49%;margin-top:1%;margin-left:1%}.wpbdp-main-links-medium .wpbdp-main-links .button{padding-top:8px;padding-bottom:8px}.wpbdp-main-links-large .button{margin:0 3px}.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,.wpbdp-view-taxonomy .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-login-form h2,.wpbdp-login-form .wpbdp-login-form-extra-links{text-align:center}.wpbdp-login-form form{margin:0 auto;width:320px}.wpbdp-login-form p{margin-bottom:0}.wpbdp-login-form .login-username input,.wpbdp-login-form .login-password input{display:block;width:100%}.wpbdp-plan-info-box{padding:10px;margin:0 0 6px 0;border:1px solid #d2d2d2;border-radius:2px;background:#fafafa}.wpbdp-plan-selection-list .wpbdp-plan-info-box:last-child{margin-bottom:0}.wpbdp-plan-info-box .wpbdp-plan-duration,.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-duration{width:15%;text-align:center}.wpbdp-plan-info-box .wpbdp-plan-duration-amount{font-size:34px;font-weight:bold;display:block;line-height:1em}.wpbdp-plan-info-box .wpbdp-plan-duration-period{font-size:24px;display:block;line-height:1em}.wpbdp-plan-info-box .wpbdp-plan-details{width:60%;padding:0 10px}.wpbdp-plan-info-box .wpbdp-plan-description{margin:0 0 10px 0}.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;padding:0 0 0 10px}.wpbdp-plan-info-box .wpbdp-plan-details p{margin:0}.wpbdp-plan-info-box .wpbdp-plan-feature-list li{margin:0}.wpbdp-plan-info-box .wpbdp-plan-price{width:25%}.wpbdp-plan-info-box .wpbdp-plan-price label{font-size:20px;border:1px solid #f3f3f3;background:#fdfdfd;border-radius:2px;display:block;padding:4px 8px}.wpbdp-plan-info-box:not(.display-only) .wpbdp-plan-price label{cursor:pointer;&:hover{border-color:#d0d0d0;background:#fff}}.wpbdp-plan-info-box .wpbdp-plan-price label input{margin:0 4px 0 0;vertical-align:2px}.wpbdp-fee-options-for-category-tiny .wpbdp-plan-duration,.wpbdp-fee-options-for-category-tiny .wpbdp-plan-details,.wpbdp-fee-options-for-category-tiny .wpbdp-plan-price{width:100%}.wpbdp-fee-options-for-category-tiny .wpbdp-plan-duration-amount,.wpbdp-fee-options-for-category-tiny .wpbdp-plan-duration-period{display:inline}.wpbdp-fee-options-for-category-tiny .wpbdp-plan-details{padding:0 0 4pt}.wpbdp-fee-options-for-category-tiny .wpbdp-plan-label{font-size:1.5em;margin-bottom:5px}.wpbdp-fee-options-for-category-tiny .wpbdp-plan-description{margin-bottom:5px}.wpbdp-fee-options-for-category-small .wpbdp-plan-details{width:50%}.wpbdp-fee-options-for-category-small .wpbdp-plan-price{width:35%}
|
1 |
+
.wpbdp-cf:before,.wpbdp-cf:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-cf:after,.cf:after{clear:both}.wpbdp-cf,.cf{*zoom:1}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"]{width:90%}#wpbdp-search-form .wpbdp-search-filter>div.field>select{width:90%}#wpbdp-search-form input[type="submit"]{float:none;margin:auto}.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}.listing-actions input.delete-listing{margin-left:5px;margin-right:30px;color:#ff0000 !important}.wpbdp-with-button-styles .listing-actions .wpbdp-button{padding:5px 10px;font-size:11px;text-decoration:none;background-color:#e6e6e6;color:#7c7c7c;background-repeat:repeat-x;background-image:-moz-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-ms-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-webkit-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:-o-linear-gradient(top, #f4f4f4, #e6e6e6);background-image:linear-gradient(top, #f4f4f4, #e6e6e6);border:1px solid #d2d2d2;border-radius:3px;box-shadow:0 1px 2px rgba(64,64,64,0.1);margin-right:3px}.wpbdp-with-button-styles .listing-actions .wpbdp-button:hover{color:#5e5e5e;background-color:#ebebeb;background-repeat:repeat-x;background-image:-moz-linear-gradient(top, #f9f9f9, #ebebeb);background-image:-ms-linear-gradient(top, #f9f9f9, #ebebeb);background-image:-webkit-linear-gradient(top, #f9f9f9, #ebebeb);background-image:-o-linear-gradient(top, #f9f9f9, #ebebeb);background-image:linear-gradient(top, #f9f9f9, #ebebeb)}.wpbdp-with-button-styles .listing-actions .wpbdp-button.delete-listing{margin-left:20px;color:#ff0000}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label{color:#444;font-weight:bold}.wpbdp-listing-excerpt{padding:10px;border-bottom:dotted 1px #ddd}.wpbdp-listing-excerpt.odd{background:#eee}.wpbdp-listing-excerpt.sticky{background:#fff0cf;border-bottom:solid 1px #b37800}.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-single .stickytag{float:right;margin-top:-68px}.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent}.wpbdp-listing-single .listing-title{padding:2px 8px;background:#efefef;border:dotted 1px #ddd;margin-bottom:7px}.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 #333}.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.wpbdp-listing-single .extra-images ul{margin:0 auto;width:100%}.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline;margin-left:5px}.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #333}.wpbdp-listing .social-fields{margin:20px 0}.wpbdp-listing .social-field{margin:5px 0;height:20px;vertical-align:middle}.social-field.facebook .fb-like>span{overflow:visible !important;width:450px !important;vertical-align:top !important}@media screen and (max-width:500px){.social-field.facebook .fb-like>span{width:100% !important}}.wpbdp-listing-contact-form{margin-top:20px;border-top:dotted 1px #ddd;padding-top:20px;padding-left:10px}.wpbdp-listing-contact-form .send-message-button{margin-left:-10px}.wpbdp-listing-contact-form h3{margin-left:-10px}.wpbdp-listing-contact-form textarea{width:98% !important}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar{background:#f7f7f7;margin:10px 0 20px 0;padding:5px 10px}.wpbdp-bar:before,.wpbdp-bar:after{content:" ";display:table;clear:both}.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;text-align:right}.wpbdp-listings-sort-options .current{font-weight:bold}#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-submit-page h3{margin-bottom:10px}.wpbdp-submit-page .wpbdmp{margin:0}.wpbdp-submit-page legend{font-size:85%;margin-bottom:20px}.wpbdp-submit-page .wpbdp-form-field{margin-bottom:8px}.wpbdp-submit-page .wpbdp-form-field .wpbdmcheckboxclass checkbox{margin-left:0}.wpbdp-submit-page .wpbdp-form-field.required .wpbdp-form-field-label:after{content:' *';font-size:80%}.wpbdp-submit-page .wpbdp-form-field-type-textarea textarea{min-width:90%;min-height:50px}.wpbdp-submit-page .wpbdp-form-field-association-content textarea{min-height:80px}.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}.wpbdp-form-field span.sublabel{font-size:90%;margin-left:10px;margin-right:10px}.wpbdp-form-field.image a.delete{margin-left:10px}ul.validation-errors{margin:15px 0 15px 0}ul.validation-errors li{color:#ff0000;margin:3px 0;list-style-position:inside}.wpbdp-submit-page.step-fees h4{background:#ddd;color:#333;padding:10px;margin-bottom:5px}.wpbdp-submit-page.step-images #image-upload-form{margin:15px 10px}.wpbdp-submit-page.step-images .wpbdp-image{float:left;border-bottom:dotted 1px #efefef;margin-right:10px;margin-bottom:10px;vertical-align:top}.wpbdp-submit-page.step-images .wpbdp-image img{vertical-align:top;text-align:center;max-width:150px;height:auto}.wpbdp-submit-page.step-images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-dnd-area{float:left;width:72%}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-conditions{float:right;width:25%;color:#666}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-conditions dl{margin:0}.wpbdp-submit-page.step-images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}.wpbdp-submit-page.step-images .wpbdp-image .delete-image{color:#ff0000}.wpbdp-submit-page .upgrade-to-featured-option{border:solid 1px #666;padding:5px 10px;margin:25px 0 25px 0;font-size:90%}.wpbdp-msg{font-size:85%;padding:.6em;border:solid 1px #e6db55;color:#555;margin:5px 0;background:#fffbcc;border-radius:3px}.wpbdp-msg.error{background-color:#FFEBE8;border-color:#C00}.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{margin:40px 0;border:solid 1px #eee;font-size:95%}#wpbdp-renewal-page .do-not-renew-listing .header{background:#bc0b0b;color:#fff;text-align:center;font-weight:bold;padding:2px 0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{color:#900000}.wpbdp-recaptcha-error{color:#ff0000}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-left:20px;color:#c00}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:#ff0000}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.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}.wpbdp-show-on-mobile{display:none !important}@media screen and (max-width:500px){.wpbdp-show-on-mobile{display:inline !important}.wpbdp-hide-on-mobile{display:none !important}.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-listings-sort-options{font-size:90%}.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:85%}.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%}.wpbdp-listings-sort-options.wpbdp-show-on-mobile{margin-bottom:10px}}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{float:none !important}body.business-directory #TB_closeWindow{padding:0;height:0}body.business-directory #TB_closeWindow .screen-reader-text{display:none}body.business-directory #TB_secondLine{text-align:center}.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}.wpbdp-main-box{background:#f7f7f7;margin:10px 0 20px 0;border-radius:4px;padding:10px;width:100%}.wpbdp-main-box .box-row{margin-bottom:4px}.wpbdp-main-box .box-col{margin-bottom:4px;width:100%}.wpbdp-main-box .box-col input{width:100%}.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-medium .box-col,.wpbdp-main-box-large .box-col{float:left}.wpbdp-main-box-medium .search-fields>.cols-1 .box-col,.wpbdp-main-box-large .search-fields>.cols-1 .box-col{width:100%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col,.wpbdp-main-box-large .search-fields>.cols-2 .box-col{width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:first-child{padding-right:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:last-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:last-child{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col,.wpbdp-main-box-large .search-fields>.cols-3 .box-col{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding-right:5px}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding:0;width:100%}.wpbdp-main-box-large .box-row{margin-bottom:0}.wpbdp-main-box-large .search-fields{padding-right:5px;width:78%}.wpbdp-main-box-large .submit-btn{padding-left:5px;width:22%}.wpbdp-main-links{text-align:right}.wpbdp-main-links .button{margin:0 5px}.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{padding-top:10px;padding-bottom:10px;width:100%;margin:0 0 4px}.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-main-links-small .wpbdp-main-links-2-buttons .button:last-child{margin-left:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n){width:49%;margin-top:1%;margin-right:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n+3){width:49%;margin-top:1%;margin-left:1%}.wpbdp-main-links-medium .wpbdp-main-links .button{padding-top:8px;padding-bottom:8px}.wpbdp-main-links-large .button{margin:0 3px}.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,.wpbdp-view-taxonomy .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-login-form h2,.wpbdp-login-form .wpbdp-login-form-extra-links{text-align:center}.wpbdp-login-form form{margin:0 auto;width:320px}.wpbdp-login-form p{margin-bottom:0}.wpbdp-login-form .login-username input,.wpbdp-login-form .login-password input{display:block;width:100%}.wpbdp-plan-info-box{padding:10px;margin:0 0 6px 0;border:1px solid #d2d2d2;border-radius:2px;background:#fafafa}.wpbdp-plan-selection-list .wpbdp-plan-info-box:last-child{margin-bottom:0}.wpbdp-plan-info-box .wpbdp-plan-duration,.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-duration{width:15%;text-align:center}.wpbdp-plan-info-box .wpbdp-plan-duration-amount{font-size:34px;font-weight:bold;display:block;line-height:1em}.wpbdp-plan-info-box .wpbdp-plan-duration-period{font-size:24px;display:block;line-height:1em}.wpbdp-plan-info-box .wpbdp-plan-details{width:60%;padding:0 10px}.wpbdp-plan-info-box .wpbdp-plan-description{margin:0 0 10px 0}.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;padding:0 0 0 10px}.wpbdp-plan-info-box .wpbdp-plan-details p{margin:0}.wpbdp-plan-info-box .wpbdp-plan-feature-list li{margin:0}.wpbdp-plan-info-box .wpbdp-plan-price{width:25%}.wpbdp-plan-info-box .wpbdp-plan-price label{font-size:20px;border:1px solid #f3f3f3;background:#fdfdfd;border-radius:2px;display:block;padding:4px 8px}.wpbdp-plan-info-box:not(.display-only) .wpbdp-plan-price label{cursor:pointer}.wpbdp-plan-info-box:not(.display-only) .wpbdp-plan-price label:hover{border-color:#d0d0d0;background:#fff}.wpbdp-plan-info-box .wpbdp-plan-price label input{margin:0 4px 0 0;vertical-align:2px}.wpbdp-fee-options-for-category-tiny .wpbdp-plan-duration,.wpbdp-fee-options-for-category-tiny .wpbdp-plan-details,.wpbdp-fee-options-for-category-tiny .wpbdp-plan-price{width:100%}.wpbdp-fee-options-for-category-tiny .wpbdp-plan-duration-amount,.wpbdp-fee-options-for-category-tiny .wpbdp-plan-duration-period{display:inline}.wpbdp-fee-options-for-category-tiny .wpbdp-plan-details{padding:0 0 4pt}.wpbdp-fee-options-for-category-tiny .wpbdp-plan-label{font-size:1.5em;margin-bottom:5px}.wpbdp-fee-options-for-category-tiny .wpbdp-plan-description{margin-bottom:5px}.wpbdp-fee-options-for-category-small .wpbdp-plan-details{width:50%}.wpbdp-fee-options-for-category-small .wpbdp-plan-price{width:35%}
|
assets/js/admin-csv-import.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function($){var csvimport={};csvimport.CSV_Import=function(){this.import_id=$("#wpbdp-csv-import-state").attr("data-import-id")
|
1 |
+
jQuery(function($){var csvimport={};if(csvimport.CSV_Import=function(){this.import_id=$("#wpbdp-csv-import-state").attr("data-import-id"),this.in_progress=!1,this.canceled=!1,this.processed_rows=0,this.total_rows=0,this.imported_rows=0,this.rejected_rows=0,this.warnings=[],this.$state=$("#wpbdp-csv-import-state"),this.$success=$("#wpbdp-csv-import-summary"),this.$progress_bar=new WPBDP_Admin.ProgressBar($(".import-progress")),this._setup_events()},$.extend(csvimport.CSV_Import.prototype,{_setup_events:function(){var t=this;$("a.cancel-import").click(function(e){e.preventDefault(),t.cancel()}),$("a.resume-import").click(function(e){e.preventDefault(),t.start_or_resume()})},_advance:function(){var t=this;t.in_progress&&(t.in_progress&&t.canceled&&(t.in_progress=!1),$.ajax({url:ajaxurl,type:"POST",dataType:"json",data:{action:"wpbdp-csv-import",import_id:t.import_id},success:function(res){return res&&res.success?(t.processed_rows=res.data.progress,t.total_rows=res.data.total,t.imported_rows=res.data.imported,t.rejected_rows=res.data.rejected,t.$progress_bar.set(t.processed_rows,t.total_rows),void(res.data.done?(t.in_progress=!1,t.warnings=res.data.warnings,t._show_success_screen()):t._advance())):t._fatal_error(res.error)},error:function(){return t._fatal_error()}}))},_show_success_screen:function(){var t=this;t.$state.fadeOut(function(){if(t.$state.remove(),t.$success.find(".placeholder-imported-rows").html(t.imported_rows),t.$success.find(".placeholder-rejected-rows").html(t.rejected_rows),0==t.warnings.length)return t.$success.find(".no-warnings").show(),void t.$success.fadeIn("fast");var $warnings_table=t.$success.find(".wpbdp-csv-import-warnings tbody"),$template_row=$warnings_table.find(".row-template");$.each(t.warnings,function(i,v){var $r=$template_row.clone();$r.find(".col-line-no").html(v.line),$r.find(".col-line-content").html(v.content),$r.find(".col-warning").html(v.error),$warnings_table.append($r.show())}),t.$success.find(".with-warnings").show(),t.$success.find(".wpbdp-csv-import-warnings").show(),t.$success.fadeIn("fast")})},_fatal_error:function(msg){var t=this,$fatal_error=$("#wpbdp-csv-import-fatal-error"),$with_reason=$fatal_error.find(".with-reason"),$no_reason=$fatal_error.find(".no-reason");msg?$with_reason.html($with_reason.html().replace("%s",msg)).show():$no_reason.show(),$fatal_error.show(),$("html, body").animate({scrollTop:0},"medium"),t.cancel()},start_or_resume:function(){this.in_progress||this.canceled||(this.in_progress=!0,$("a.resume-import").css("opacity","0.4"),$(".status-msg .not-started").hide(),$(".status-msg .in-progress").show(),this._advance())},cancel:function(){var t=this;t.canceled=!0,$(".canceled-import").show(),t.$state.remove(),$.ajax({url:ajaxurl,type:"POST",dataType:"json",data:{action:"wpbdp-csv-import",import_id:t.import_id,cleanup:1}})}}),$("#wpbdp-csv-import-state").length>0){new csvimport.CSV_Import}else $(".wpbdp-page-csv-import .file-local-selection a.toggle-selection").click(function(e){e.preventDefault();var $files=$(this).siblings("ul");$files.toggle(),$files.is(":visible")||$files.find('input[type="radio"]').prop("checked",!1)}),$('.wpbdp-page-csv-import .file-local-selection input[type="radio"]').change(function(e){var sel=$(this).filter(":checked").val();""==sel&&($(this).prop("checked",!1),$(this).parents(".file-local-selection").hide())}),function(){function update_textfield_value(event,ui){event.preventDefault(),"undefined"!=typeof ui.item&&($default_user_field.val(ui.item.label),$default_user_field.siblings("#"+$default_user_field.attr("data-hidden-field")).val(ui.item.value))}var $default_user_field,$form=$("form#wpbdp-csv-import-form"),$use_default_user_checkbox=$form.find("input.use-default-listing-user");$form.find("input.assign-listings-to-user").change(function(e){$(this).is(":checked")?$form.find(".default-user-selection").show():$form.find(".default-user-selection").hide(),$use_default_user_checkbox.change()}).change(),$use_default_user_checkbox.change(function(){$(this).is(":checked")?$form.find("select.default-user, input.default-user").closest("tr").show():$form.find("select.default-user, input.default-user").closest("tr").hide()}).change(),$default_user_field=$form.find(".wpbdp-user-autocomplete").autocomplete({source:ajaxurl+"?action=wpbdp-autocomplete-user",delay:500,minLength:2,select:update_textfield_value,focus:update_textfield_value})}()});
|
assets/js/admin-export.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function($){var progressBar=new WPBDP_Admin.ProgressBar($(".step-2 .export-progress")),exportInProgress=!1,cancelExport=!1,lastState=null,handleError=function(msg,res){msg&&$(".wpbdp-page-csv-export div.error p").text(msg)
|
1 |
+
jQuery(function($){var progressBar=new WPBDP_Admin.ProgressBar($(".step-2 .export-progress")),exportInProgress=!1,cancelExport=!1,lastState=null,handleError=function(msg,res){msg&&$(".wpbdp-page-csv-export div.error p").text(msg),res&&res.state&&$.ajax(ajaxurl,{data:{action:"wpbdp-csv-export",state:state,cleanup:1},type:"POST"}),cancelExport=!0,exportInProgress=!1,$(".step-1, .step-2, .step-3").hide(),$(".wpbdp-page-csv-export div.error").show(),$(".canceled-export").show(),$("html, body").animate({scrollTop:0},"medium")},advanceExport=function(state){if(exportInProgress)return lastState=state,cancelExport?(exportInProgress=!1,cancelExport=!1,$(".step-2").fadeOut(function(){$(".canceled-export").fadeIn()}),void $.ajax(ajaxurl,{data:{action:"wpbdp-csv-export",state:state,cleanup:1},type:"POST",dataType:"json",success:function(res){}})):void $.ajax(ajaxurl,{data:{action:"wpbdp-csv-export",state:state},type:"POST",dataType:"json",success:function(res){return!res||res.error?(exportInProgress=!1,void handleError(res&&res.error?res.error:null,res)):($(".step-2 .listings").text(res.exported+" / "+res.count),$(".step-2 .size").text(res.filesize),progressBar.set(res.exported,res.count),void(res.isDone?(exportInProgress=!1,$(".step-2").fadeOut(function(){$(".step-3 .download-link a").attr("href",res.fileurl),$(".step-3 .download-link a .filename").text(res.filename),$(".step-3 .download-link a .filesize").text(res.filesize),$(".step-3").fadeIn(function(){$(".step-3 .cleanup-link").hide()})})):advanceExport(res.state)))},error:function(){handleError()}})};$("form#wpbdp-csv-export-form").submit(function(e){e.preventDefault();var data=$(this).serialize()+"&action=wpbdp-csv-export";$.ajax(ajaxurl,{data:data,type:"POST",dataType:"json",success:function(res){return!res||res.error?(exportInProgress=!1,void handleError(res&&res.error?res.error:null,res)):void $(".step-1").fadeOut(function(){exportInProgress=!0,$(".step-2 .listings").text("0 / "+res.count),$(".step-2 .size").text("0 KB"),$(".step-2").fadeIn(function(){advanceExport(res.state)})})},error:function(){handleError()}})}),$("a.cancel-import").click(function(e){e.preventDefault(),cancelExport=!0}),$(".step-3 .download-link a").click(function(e){$(".step-3 .cleanup-link").fadeIn()}),$(".step-3 .cleanup-link a").click(function(e){e.preventDefault(),$.ajax(ajaxurl,{data:{action:"wpbdp-csv-export",state:lastState,cleanup:1},type:"POST",dataType:"json",success:function(res){location.href=""}})})});
|
assets/js/admin-listing.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function($){$(document).ready(function(){var $form=$("body.post-type-wpbdp_listing form#post"),post_status=$form.find("#original_post_status");
|
1 |
+
!function($){$(document).ready(function(){var $form=$("body.post-type-wpbdp_listing form#post"),post_status=$form.find("#original_post_status");0!=post_status.length&&"auto-draft"==post_status.val()&&($form.find("#preview-action .button").addClass("disabled"),$form.find("#minor-publishing").tooltip({items:"#preview-action",content:WPBDP_admin_listings_config.messages.preview_button_tooltip,position:{my:"left top+40",at:"left bottom",collision:"flipfit",within:"#minor-publishing"}}))})}(jQuery);
|
assets/js/admin-manual-upgrade.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function($){var $startButton=$(".wpbdp-page-manual-upgrade a.start-upgrade"),$pauseButton=$(".wpbdp-page-manual-upgrade a.pause-upgrade"),$progressArea=$("textarea#manual-upgrade-progress"),inProgress=!1,makeProgress=function(){if(inProgress){var data={action:"wpbdp-manual-upgrade"};$.get(ajaxurl,data,function(response){var currentText=$progressArea.val(),newLine=(response.ok?"*":"!")+" "+response.status;$progressArea.val(currentText+newLine+"\n")
|
1 |
+
jQuery(function($){var $startButton=$(".wpbdp-page-manual-upgrade a.start-upgrade"),$pauseButton=$(".wpbdp-page-manual-upgrade a.pause-upgrade"),$progressArea=$("textarea#manual-upgrade-progress"),inProgress=!1,makeProgress=function(){if(inProgress){var data={action:"wpbdp-manual-upgrade"};$.get(ajaxurl,data,function(response){var currentText=$progressArea.val(),newLine=(response.ok?"*":"!")+" "+response.status;$progressArea.val(currentText+newLine+"\n"),$progressArea.scrollTop($progressArea[0].scrollHeight-$progressArea.height()),response.done?$("div.step-upgrade").fadeOut(function(){$("div.step-done").fadeIn()}):makeProgress()},"json")}};$startButton.click(function(e){e.preventDefault(),inProgress||(inProgress=!0,makeProgress())}),$pauseButton.click(function(e){e.preventDefault(),inProgress=!1})});
|
assets/js/admin-themes.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function($){$("#wpbdp-admin-page-themes-install #begin-theme-upload").prop("disabled",!0)
|
1 |
+
jQuery(function($){$("#wpbdp-admin-page-themes-install #begin-theme-upload").prop("disabled",!0),$('#wpbdp-admin-page-themes-install input[name="themezip"]').change(function(e){var v=$(this).val();v&&$("#wpbdp-admin-page-themes-install #begin-theme-upload").prop("disabled",!1)}),$('#wpbdp-admin-page-themes .license-activation input[type="button"]').click(function(){var activate=$(this).is('[name="activate"]'),$form=$(this).parents(".license-activation"),$license=$('input[name="license"]',$form),$msg=$(".status-message",$form),data={nonce:$(this).attr("data-nonce"),theme:$(this).attr("data-theme")};activate?(data.action="wpbdp-themes-activate-license",data.license=$license.val()):data.action="wpbdp-themes-deactivate-license",$msg.removeClass("ok error"),$msg.html($(this).attr("data-l10n")),$.post(ajaxurl,data,function(res){return res.success?($msg.hide().html(res.message).removeClass("error").addClass("ok").show(),void(activate?($('input[name="activate"]',$form).hide(),$('input[name="deactivate"]',$form).show(),$license.prop("readonly",!0)):($license.prop("readonly",!1).val(""),$('input[name="deactivate"]',$form).hide(),$('input[name="activate"]',$form).show()))):void $msg.hide().html(res.error).removeClass("ok").addClass("error").show()},"json")}),$("#wpbdp-admin-page-themes .wpbdp-theme .update-link").click(function(e){e.preventDefault();var $theme=$(this).parents(".wpbdp-theme"),$info=$(".wpbdp-theme-update-info",$theme),$msg=$(".update-message",$info);$msg.html($info.attr("data-l10n-updating")),$.post(ajaxurl,{action:"wpbdp-themes-update",_wpnonce:$(this).attr("data-nonce"),theme:$(this).attr("data-theme-id")},function(res){if(!res.success)return $info.addClass("update-error"),void $msg.html(res.error);var $html=$(res.data.html);$(".wpbdp-theme-details-wrapper",$theme).replaceWith($(".wpbdp-theme-details-wrapper",$html)),$info.removeClass("update-available").addClass("theme-updated"),$msg.html($info.attr("data-l10n-updated"))},"json")})});
|
assets/js/admin.js
CHANGED
@@ -99,9 +99,7 @@ var WPBDP_associations_fieldtypes = {};
|
|
99 |
}
|
100 |
});
|
101 |
|
102 |
-
|
103 |
-
$f_fieldtype.val( valid_types[0] ).change();
|
104 |
-
}
|
105 |
}
|
106 |
};
|
107 |
|
@@ -594,8 +592,8 @@ WPBDP_Admin.ProgressBar = function($item, settings) {
|
|
594 |
|
595 |
});
|
596 |
|
597 |
-
$('
|
598 |
-
var selected = $(this).find( '
|
599 |
|
600 |
if ( selected > 0 ) {
|
601 |
$('span.text-fields-warning').fadeIn('fast');
|
@@ -790,10 +788,18 @@ WPBDP_Admin.ProgressBar = function($item, settings) {
|
|
790 |
activation_change: function(module, license, action) {
|
791 |
var $container = $( '.license-activation[data-module-id="' + module + '"]' );
|
792 |
var $msg = $( '.status-message', $container );
|
|
|
793 |
var nonce = $( 'input[name="nonce"]', $container ).val();
|
794 |
|
795 |
$msg.removeClass('ok error');
|
796 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
797 |
$msg.html( $( 'input.license-' + action, $container ).attr('data-L10n') );
|
798 |
|
799 |
$.post( ajaxurl, { 'action': 'wpbdp-' + action + '-license', 'module': module, 'key': license, 'nonce': nonce }, function(res) {
|
@@ -812,11 +818,10 @@ WPBDP_Admin.ProgressBar = function($item, settings) {
|
|
812 |
else
|
813 |
$( 'input[type="text"]#license-key-' + module ).prop('readonly', false);
|
814 |
} else {
|
815 |
-
$msg.hide()
|
816 |
-
|
817 |
-
|
818 |
-
|
819 |
-
.show();
|
820 |
|
821 |
if ( 'deactivate' == action )
|
822 |
$( 'input[type="text"]#license-key-' + module ).prop('readonly', false);
|
99 |
}
|
100 |
});
|
101 |
|
102 |
+
$f_fieldtype.change();
|
|
|
|
|
103 |
}
|
104 |
};
|
105 |
|
592 |
|
593 |
});
|
594 |
|
595 |
+
$( 'ul#quick-search-fields' ).on( 'change', ':checkbox', function() {
|
596 |
+
var selected = $(this).closest( 'ul' ).find( '.textfield :checkbox:checked' ).length;
|
597 |
|
598 |
if ( selected > 0 ) {
|
599 |
$('span.text-fields-warning').fadeIn('fast');
|
788 |
activation_change: function(module, license, action) {
|
789 |
var $container = $( '.license-activation[data-module-id="' + module + '"]' );
|
790 |
var $msg = $( '.status-message', $container );
|
791 |
+
var $error = $( '.license-activation-error[data-module-id="' + module + '"]', $container.closest( 'table' ) );
|
792 |
var nonce = $( 'input[name="nonce"]', $container ).val();
|
793 |
|
794 |
$msg.removeClass('ok error');
|
795 |
|
796 |
+
if ( 0 === $error.length ) {
|
797 |
+
$error = $( '<tr class="license-activation-error" data-module-id="' + module + '"><td colspan="2"></td></tr>' );
|
798 |
+
$error.insertAfter( $container.closest( 'tr' ) );
|
799 |
+
}
|
800 |
+
|
801 |
+
$error.hide();
|
802 |
+
|
803 |
$msg.html( $( 'input.license-' + action, $container ).attr('data-L10n') );
|
804 |
|
805 |
$.post( ajaxurl, { 'action': 'wpbdp-' + action + '-license', 'module': module, 'key': license, 'nonce': nonce }, function(res) {
|
818 |
else
|
819 |
$( 'input[type="text"]#license-key-' + module ).prop('readonly', false);
|
820 |
} else {
|
821 |
+
$msg.hide();
|
822 |
+
$error.show();
|
823 |
+
|
824 |
+
$( 'td', $error ).html( res.error );
|
|
|
825 |
|
826 |
if ( 'deactivate' == action )
|
827 |
$( 'input[type="text"]#license-key-' + module ).prop('readonly', false);
|
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})}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);$("#wpbdp-fieldsettings .iframe-confirm a").click(function(e){e.preventDefault();if($(this).hasClass("yes"))$(this).parents(".iframe-confirm").hide();else{$('#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()});$("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})}})},onFieldTypeChange:function(){var $field_type=$(this).find("option:selected");if($field_type.length){var field_type=$field_type.val();if("url"==field_type){$("select#field-validator option").not('[value="url"]').prop({disabled:!0,selected:!1});$('select#field-validator option[value="url"]').prop("selected",!0)}else $("select#field-validator option").prop("disabled",!1);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){if(response.ok&&response.html){$("#wpbdp-fieldsettings-html").html(response.html);$("#wpbdp-fieldsettings").show()}else{$("#wpbdp-fieldsettings-html").empty();$("#wpbdp-fieldsettings").hide()}},"json")}},onAssociationChange:function(){$f_fieldtype=WPBDPAdmin_FormFields.$f_fieldtype;var association=$(this).val(),valid_types=WPBDP_associations_fieldtypes[association];$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.find("option:selected").prop("disabled")&&$f_fieldtype.val(valid_types[0]).change()}};$(document).ready(function(){WPBDPAdmin_FormFields.init()})}(jQuery);jQuery(document).ready(function($){$('form#wpbdp-fee-form input[name="_days"]').change(function(){var value=$(this).val();if(0==value){$("form input#wpbdp-fee-form-days-n").prop("disabled",!0);$('form input[name="fee[days]"]').val("0")}else{$("form input#wpbdp-fee-form-days-n").prop("disabled",!1);$('form input[name="fee[days]"]').val($("form input#wpbdp-fee-form-days-n").val());$("form input#wpbdp-fee-form-days-n").focus()}return!0});$(".wpbdp-page-admin-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})}});$("form#wpbdp-fee-form").submit(function(){$('form input[name="fee[days]"]').prop("disabled",!1);return!0});$('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-page-admin-fees .wp-list-table .wpbdp-drag-handle").show();$("#BusinessDirectory_listinginfo .listing-metabox-tabs a").click(function(e){e.preventDefault();var href=$(this).attr("href"),$selected=$(this).parent("li").siblings(".selected");if($selected.length>0){if($selected.find("a:first").attr("href")==href)return;$selected.removeClass("selected");$($selected.find("a:first").attr("href")).hide()}$(this).parent("li").addClass("selected");$(href).show();$(".listing-fee-expiration-datepicker").hide()});var url_tab=$(location).attr("hash");url_tab&&$(url_tab).length>0?$('#BusinessDirectory_listinginfo a[href="'+url_tab+'"]').click():$("#BusinessDirectory_listinginfo .listing-metabox-tabs li.selected a").click();$("#listing-metabox-fees a.assignfee-link").click(function(e){e.preventDefault();$(this).siblings(".assignfee").show()});$("#listing-metabox-fees .assignfee .close-handle").click(function(e){e.preventDefault();$(this).parent(".assignfee").hide()});$(".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");$checked_posts.each(function(i,v){uri+="&post[]="+$(v).val()});window.location.href=uri;return!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");if($tr_details.length>0){$tr_details.remove();$(this).text($(this).text().replace("-","+"))}else{$(this).text($(this).text().replace("+","-"));$tr.after('<tr class="more-details-row"><td colspan="7">'+$details.html()+"</td></tr>").show()}})});var WPBDP_Admin={};WPBDP_Admin.payments={};WPBDP_Admin.listingMetabox={};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={};var 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){if(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 metabox=WPBDP_Admin.listingMetabox;metabox._initialize=function(){$.extend($.datepicker,{_inlineDatepicker2:$.datepicker._inlineDatepicker,_inlineDatepicker:function(target,inst){this._inlineDatepicker2(target,inst);var beforeShow=$.datepicker._get(inst,"beforeShow");beforeShow&&beforeShow.apply(target,[target,inst])}});var _addNeverButton=function(instance){setTimeout(function(){var $buttonPane=$(instance).find(".ui-datepicker-buttonpane");if(!($buttonPane.find(".ui-datepicker-never").length>0)){var $button=$("<button>",{text:"Never Expires",click:function(){_updateExpiration($(instance),"never");return!1}}).addClass("ui-datepicker-never ui-state-default ui-priority-primary ui-corner-all");$buttonPane.append($button)}},1)},_updateExpiration=function($instance,newDate){if(newDate){var $changeLink=$instance.siblings("a.expiration-change-link"),$expirationDate=$instance.siblings(".expiration-date"),$spinner=$instance.parents(".listing-category").find(".spinner:first");$expirationDate.text("--");$spinner.show();$instance.hide();_addNeverButton($instance.get(0));$.post(ajaxurl,{action:"wpbdp-listing_set_expiration",renewal_id:$changeLink.attr("data-renewal_id"),expiration_date:newDate},function(res){if(res&&res.success){$spinner.hide();$expirationDate.text(res.data.formattedExpirationDate).show()}},"json")}};$("#listing-metabox-generalinfo, #listing-metabox-fees").each(function(i,v){var $tab=$(v);$tab.find(".expiration-date-info .datepicker").each(function(i,v){var $dp=$(v),$changeLink=$dp.siblings("a.expiration-change-link");$dp.hide().datepicker({dateFormat:"yy-mm-dd",defaultDate:$changeLink.attr("data-date"),showButtonPanel:!0,beforeShow:function(input){_addNeverButton(input)},onChangeMonthYear:function(year,month,instance){_addNeverButton(instance.input)},onSelect:function(newDate){_updateExpiration($(this),newDate)}})});$tab.find("a.expiration-change-link").click(function(e){e.preventDefault();var renewal_id=$(this).attr("data-renewal_id");$(".expiration-date-info .datepicker").not(".renewal-"+renewal_id).hide();$(".expiration-date-info .datepicker.renewal-"+renewal_id).toggle()})});$(".listing-category a.category-delete").click(function(e){e.preventDefault();var listingID=$(this).attr("data-listing"),categoryID=$(this).attr("data-category");if(listingID&&categoryID){var $category=$(".listing-category-"+categoryID);$.post(ajaxurl,{action:"wpbdp-listing_remove_category",listing:listingID,category:categoryID},function(res){if(res&&res.success){$('input[name="tax_input[wpbdp_category][]"][value="'+categoryID+'"]').prop("checked",!1);$category.fadeOut(function(){$(this).remove()})}},"json")}});$(".listing-category a.category-change-fee").click(function(e){e.preventDefault();0==$("#wpbdp-modal-dialog").length&&$("body").append($('<div id="wpbdp-modal-dialog"></div>'));$.post(ajaxurl,{action:"wpbdp-listing_change_fee",renewal:$(this).attr("data-renewal")},function(res){if(res&&res.success){$("#wpbdp-modal-dialog").html(res.data.html);tb_show("","#TB_inline?inlineId=wpbdp-modal-dialog");$("#wpbdp-modal-dialog").remove()}},"json")})};$(document).ready(function(){$("#listing-metabox-fees").length>0&&metabox._initialize()})}(jQuery);!function($){var s=WPBDP_Admin.settings={_whenTrueActivateChilds:{},_whenFalseActivateChilds:{},init:function(){var t=this;$(".wpbdp-settings-email").each(function(i,v){var $email=$(v),$preview=$email.find(".short-preview"),$editor=$email.find(".editor"),$subject=$editor.find(".subject-text"),$body=$editor.find(".body-text"),data={subject:"",body:""};$preview.click(function(e){data.subject=$subject.val();data.body=$body.val();$preview.hide();$editor.show()});$(".cancel",$editor).click(function(e){e.preventDefault();$subject.val(data.subject);$body.val(data.body);$editor.hide();$preview.show()});$(".save",$editor).click(function(e){e.preventDefault();$("form#wpbdp-admin-settings #submit").click()});$(".preview-email",$editor).click(function(e){e.preventDefault();var subject=$subject.val(),body=$body.val();$.ajax({url:ajaxurl,data:{action:"wpbdp-admin-settings-email-preview",nonce:$editor.attr("data-preview-nonce"),setting:$email.attr("data-setting"),subject:subject,body:body},dataType:"json",type:"POST",success:function(res){if(res.success){0==$("#wpbdp-modal-dialog").length&&$("body").append('<div id="wpbdp-modal-dialog" style="display: none;"></div>');$("#wpbdp-modal-dialog").html(res.data.html);tb_show("","#TB_inline?inlineId=wpbdp-modal-dialog");$("#wpbdp-modal-dialog").remove()}}})})});$("select#quick-search-fields").change(function(){var selected=$(this).find("option.textfield:selected").length;selected>0?$("span.text-fields-warning").fadeIn("fast"):$("span.text-fields-warning").fadeOut("fast")});$.each(this._whenTrueActivateChilds,function(p,chs){$.each(chs,function(i,ch){var $ch=$('[name="wpbdp-'+ch+'"], [name="wpbdp-'+ch+'[]"]');$ch.change(function(e){if(!$(this).data("wpbdp-disabled"))return!0;$ch.is('[type="checkbox"]')?$ch[0].defaultChecked?$ch.prop("checked",!0):$ch.prop("checked",!1):$ch.is("select")||$ch.val($ch[0].defaultValue)})});$('input[name="wpbdp-'+p+'"]').change(function(e){t.handleToggle(p)});t.handleToggle(p)})},handleToggle:function(setting){var childs_true=this._whenTrueActivateChilds[setting],childs_false=this._whenFalseActivateChilds[setting],childs={"true":childs_true,"false":childs_false},checked=$('input[name="wpbdp-'+setting+'"]').is(":checked");$.each(childs,function(req,settings){$.each(settings,function(i,s){var $s=$('[name="wpbdp-'+s+'"], [name="wpbdp-'+s+'[]"]'),$row=$s.parents("tr");if("true"===req)if(checked){$s.data("wpbdp-disabled",!1);$row.removeClass("disabled")}else{$s.data("wpbdp-disabled",!0);$row.addClass("disabled")}else if("false"===req)if(checked){$s.data("wpbdp-disabled",!0);$row.addClass("disabled")}else{$s.data("wpbdp-disabled",!1);$row.removeClass("disabled")}})})},add_requirement:function(setting,parent_,req){"undefined"==typeof this._whenTrueActivateChilds[parent_]&&(this._whenTrueActivateChilds[parent_]=[]);"undefined"==typeof this._whenFalseActivateChilds[parent_]&&(this._whenFalseActivateChilds[parent_]=[]);"boolean-true"==req?this._whenTrueActivateChilds[parent_].push(setting):"boolean-false"==req&&this._whenFalseActivateChilds[parent_].push(setting)}};$(document).ready(function(){0!=$(".wpbdp-page-admin-settings").length&&s.init()})}(jQuery);!function($){var u=WPBDP_Admin.uninstall={init:function(){$('form#wpbdp-uninstall-capture-form input[name="uninstall[reason_id]"]').change(function(e){var val=$(this).val();"0"==val?$('form#wpbdp-uninstall-capture-form textarea[name="uninstall[reason_text]"]').fadeIn():$('form#wpbdp-uninstall-capture-form textarea[name="uninstall[reason_text]"]').fadeOut("fast",function(){$(this).val("")})})}};$(document).ready(function(){$(".wpbdp-page-admin-uninstall").length>0&&u.init()})}(jQuery);!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($){var l=WPBDP_Admin.licensing={init:function(){$("input.license-activate").click(function(){var module=$(this).parent(".license-activation").attr("data-module-id"),license=$('input[type="text"]#license-key-'+module).val();l.activation_change(module,license,"activate")});$("input.license-deactivate").click(function(){var module=$(this).parent(".license-activation").attr("data-module-id"),license=$('input[type="text"]#license-key-'+module);l.activation_change(module,"","deactivate")})},activation_change:function(module,license,action){var $container=$('.license-activation[data-module-id="'+module+'"]'),$msg=$(".status-message",$container),nonce=$('input[name="nonce"]',$container).val();$msg.removeClass("ok error");$msg.html($("input.license-"+action,$container).attr("data-L10n"));$.post(ajaxurl,{action:"wpbdp-"+action+"-license",module:module,key:license,nonce:nonce},function(res){if(res.success){$msg.hide().html(res.message).removeClass("error").addClass("ok").show();$("input.license-"+action,$container).hide();$('input[type="button"]',$container).not(".license-"+action).show();"activate"==action?$('input[type="text"]#license-key-'+module).prop("readonly",!0):$('input[type="text"]#license-key-'+module).prop("readonly",!1)}else{$msg.hide().html(res.error).removeClass("ok").addClass("error").show();"deactivate"==action&&$('input[type="text"]#license-key-'+module).prop("readonly",!1)}},"json")}};$(document).ready(function(){$("input.license-activate, input.license-deactivate").length>0&&l.init();$(".wpbdp-license-expired-warning").length>0&&$(".wpbdp-license-expired-warning .dismiss").click(function(e){e.preventDefault();var module_id=$(this).attr("data-module"),nonce=$(this).attr("data-nonce"),$warning=$(this).parents(".wpbdp-license-expired-warning");$.post(ajaxurl,{action:"wpbdp-license-expired-warning-dismiss",nonce:nonce,module:module_id},function(res){res.success&&$warning.fadeOut("fast")},"json")})})}(jQuery);!function($){$(function(){$(".wpbdp-notice.dismissible > .notice-dismiss").click(function(e){e.preventDefault();var $notice=$(this).parent(".wpbdp-notice"),dismissible_id=$(this).data("dismissible-id"),nonce=$(this).data("nonce");$.post(ajaxurl,{action:"wpbdp_dismiss_notification",id:dismissible_id,nonce:nonce},function(){$notice.fadeOut("fast",function(){$notice.remove()})})})})}(jQuery);
|
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})}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),$("#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()}),$("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})}})},onFieldTypeChange:function(){var $field_type=$(this).find("option:selected");if($field_type.length){var field_type=$field_type.val();"url"==field_type?($("select#field-validator option").not('[value="url"]').prop({disabled:!0,selected:!1}),$('select#field-validator option[value="url"]').prop("selected",!0)):$("select#field-validator option").prop("disabled",!1);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")}},onAssociationChange:function(){$f_fieldtype=WPBDPAdmin_FormFields.$f_fieldtype;var association=$(this).val(),valid_types=WPBDP_associations_fieldtypes[association];$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()}};$(document).ready(function(){WPBDPAdmin_FormFields.init()})}(jQuery),jQuery(document).ready(function($){$('form#wpbdp-fee-form input[name="_days"]').change(function(){var value=$(this).val();return 0==value?($("form input#wpbdp-fee-form-days-n").prop("disabled",!0),$('form input[name="fee[days]"]').val("0")):($("form input#wpbdp-fee-form-days-n").prop("disabled",!1),$('form input[name="fee[days]"]').val($("form input#wpbdp-fee-form-days-n").val()),$("form input#wpbdp-fee-form-days-n").focus()),!0}),$(".wpbdp-page-admin-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})}}),$("form#wpbdp-fee-form").submit(function(){return $('form input[name="fee[days]"]').prop("disabled",!1),!0}),$('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-page-admin-fees .wp-list-table .wpbdp-drag-handle").show(),$("#BusinessDirectory_listinginfo .listing-metabox-tabs a").click(function(e){e.preventDefault();var href=$(this).attr("href"),$selected=$(this).parent("li").siblings(".selected");if($selected.length>0){if($selected.find("a:first").attr("href")==href)return;$selected.removeClass("selected"),$($selected.find("a:first").attr("href")).hide()}$(this).parent("li").addClass("selected"),$(href).show(),$(".listing-fee-expiration-datepicker").hide()});var url_tab=$(location).attr("hash");url_tab&&$(url_tab).length>0?$('#BusinessDirectory_listinginfo a[href="'+url_tab+'"]').click():$("#BusinessDirectory_listinginfo .listing-metabox-tabs li.selected a").click(),$("#listing-metabox-fees a.assignfee-link").click(function(e){e.preventDefault(),$(this).siblings(".assignfee").show()}),$("#listing-metabox-fees .assignfee .close-handle").click(function(e){e.preventDefault(),$(this).parent(".assignfee").hide()}),$(".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.listingMetabox={},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 metabox=WPBDP_Admin.listingMetabox;metabox._initialize=function(){$.extend($.datepicker,{_inlineDatepicker2:$.datepicker._inlineDatepicker,_inlineDatepicker:function(target,inst){this._inlineDatepicker2(target,inst);var beforeShow=$.datepicker._get(inst,"beforeShow");beforeShow&&beforeShow.apply(target,[target,inst])}});var _addNeverButton=function(instance){setTimeout(function(){var $buttonPane=$(instance).find(".ui-datepicker-buttonpane");if(!($buttonPane.find(".ui-datepicker-never").length>0)){var $button=$("<button>",{text:"Never Expires",click:function(){return _updateExpiration($(instance),"never"),!1}}).addClass("ui-datepicker-never ui-state-default ui-priority-primary ui-corner-all");$buttonPane.append($button)}},1)},_updateExpiration=function($instance,newDate){if(newDate){var $changeLink=$instance.siblings("a.expiration-change-link"),$expirationDate=$instance.siblings(".expiration-date"),$spinner=$instance.parents(".listing-category").find(".spinner:first");$expirationDate.text("--"),$spinner.show(),$instance.hide(),_addNeverButton($instance.get(0)),$.post(ajaxurl,{action:"wpbdp-listing_set_expiration",renewal_id:$changeLink.attr("data-renewal_id"),expiration_date:newDate},function(res){res&&res.success&&($spinner.hide(),$expirationDate.text(res.data.formattedExpirationDate).show())},"json")}};$("#listing-metabox-generalinfo, #listing-metabox-fees").each(function(i,v){var $tab=$(v);$tab.find(".expiration-date-info .datepicker").each(function(i,v){var $dp=$(v),$changeLink=$dp.siblings("a.expiration-change-link");$dp.hide().datepicker({dateFormat:"yy-mm-dd",defaultDate:$changeLink.attr("data-date"),showButtonPanel:!0,beforeShow:function(input){_addNeverButton(input)},onChangeMonthYear:function(year,month,instance){_addNeverButton(instance.input)},onSelect:function(newDate){_updateExpiration($(this),newDate)}})}),$tab.find("a.expiration-change-link").click(function(e){e.preventDefault();var renewal_id=$(this).attr("data-renewal_id");$(".expiration-date-info .datepicker").not(".renewal-"+renewal_id).hide(),$(".expiration-date-info .datepicker.renewal-"+renewal_id).toggle()})}),$(".listing-category a.category-delete").click(function(e){e.preventDefault();var listingID=$(this).attr("data-listing"),categoryID=$(this).attr("data-category");if(listingID&&categoryID){var $category=$(".listing-category-"+categoryID);$.post(ajaxurl,{action:"wpbdp-listing_remove_category",listing:listingID,category:categoryID},function(res){res&&res.success&&($('input[name="tax_input[wpbdp_category][]"][value="'+categoryID+'"]').prop("checked",!1),$category.fadeOut(function(){$(this).remove()}))},"json")}}),$(".listing-category a.category-change-fee").click(function(e){e.preventDefault(),0==$("#wpbdp-modal-dialog").length&&$("body").append($('<div id="wpbdp-modal-dialog"></div>')),$.post(ajaxurl,{action:"wpbdp-listing_change_fee",renewal:$(this).attr("data-renewal")},function(res){res&&res.success&&($("#wpbdp-modal-dialog").html(res.data.html),tb_show("","#TB_inline?inlineId=wpbdp-modal-dialog"),$("#wpbdp-modal-dialog").remove())},"json")})},$(document).ready(function(){$("#listing-metabox-fees").length>0&&metabox._initialize()})}(jQuery),function($){var s=WPBDP_Admin.settings={_whenTrueActivateChilds:{},_whenFalseActivateChilds:{},init:function(){var t=this;$(".wpbdp-settings-email").each(function(i,v){var $email=$(v),$preview=$email.find(".short-preview"),$editor=$email.find(".editor"),$subject=$editor.find(".subject-text"),$body=$editor.find(".body-text"),data={subject:"",body:""};$preview.click(function(e){data.subject=$subject.val(),data.body=$body.val(),$preview.hide(),$editor.show()}),$(".cancel",$editor).click(function(e){e.preventDefault(),$subject.val(data.subject),$body.val(data.body),$editor.hide(),$preview.show()}),$(".save",$editor).click(function(e){e.preventDefault(),$("form#wpbdp-admin-settings #submit").click()}),$(".preview-email",$editor).click(function(e){e.preventDefault();var subject=$subject.val(),body=$body.val();$.ajax({url:ajaxurl,data:{action:"wpbdp-admin-settings-email-preview",nonce:$editor.attr("data-preview-nonce"),setting:$email.attr("data-setting"),subject:subject,body:body},dataType:"json",type:"POST",success:function(res){res.success&&(0==$("#wpbdp-modal-dialog").length&&$("body").append('<div id="wpbdp-modal-dialog" style="display: none;"></div>'),$("#wpbdp-modal-dialog").html(res.data.html),tb_show("","#TB_inline?inlineId=wpbdp-modal-dialog"),$("#wpbdp-modal-dialog").remove())}})})}),$("ul#quick-search-fields").on("change",":checkbox",function(){var selected=$(this).closest("ul").find(".textfield :checkbox:checked").length;selected>0?$("span.text-fields-warning").fadeIn("fast"):$("span.text-fields-warning").fadeOut("fast")}),$.each(this._whenTrueActivateChilds,function(p,chs){$.each(chs,function(i,ch){var $ch=$('[name="wpbdp-'+ch+'"], [name="wpbdp-'+ch+'[]"]');$ch.change(function(e){return!$(this).data("wpbdp-disabled")||void($ch.is('[type="checkbox"]')?$ch[0].defaultChecked?$ch.prop("checked",!0):$ch.prop("checked",!1):$ch.is("select")||$ch.val($ch[0].defaultValue))})}),$('input[name="wpbdp-'+p+'"]').change(function(e){t.handleToggle(p)}),t.handleToggle(p)})},handleToggle:function(setting){var childs_true=this._whenTrueActivateChilds[setting],childs_false=this._whenFalseActivateChilds[setting],childs={"true":childs_true,"false":childs_false},checked=$('input[name="wpbdp-'+setting+'"]').is(":checked");$.each(childs,function(req,settings){$.each(settings,function(i,s){var $s=$('[name="wpbdp-'+s+'"], [name="wpbdp-'+s+'[]"]'),$row=$s.parents("tr");"true"===req?checked?($s.data("wpbdp-disabled",!1),$row.removeClass("disabled")):($s.data("wpbdp-disabled",!0),$row.addClass("disabled")):"false"===req&&(checked?($s.data("wpbdp-disabled",!0),$row.addClass("disabled")):($s.data("wpbdp-disabled",!1),$row.removeClass("disabled")))})})},add_requirement:function(setting,parent_,req){"undefined"==typeof this._whenTrueActivateChilds[parent_]&&(this._whenTrueActivateChilds[parent_]=[]),"undefined"==typeof this._whenFalseActivateChilds[parent_]&&(this._whenFalseActivateChilds[parent_]=[]),"boolean-true"==req?this._whenTrueActivateChilds[parent_].push(setting):"boolean-false"==req&&this._whenFalseActivateChilds[parent_].push(setting)}};$(document).ready(function(){0!=$(".wpbdp-page-admin-settings").length&&s.init()})}(jQuery),function($){var u=WPBDP_Admin.uninstall={init:function(){$('form#wpbdp-uninstall-capture-form input[name="uninstall[reason_id]"]').change(function(e){var val=$(this).val();"0"==val?$('form#wpbdp-uninstall-capture-form textarea[name="uninstall[reason_text]"]').fadeIn():$('form#wpbdp-uninstall-capture-form textarea[name="uninstall[reason_text]"]').fadeOut("fast",function(){$(this).val("")})})}};$(document).ready(function(){$(".wpbdp-page-admin-uninstall").length>0&&u.init()})}(jQuery),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($){var l=WPBDP_Admin.licensing={init:function(){$("input.license-activate").click(function(){var module=$(this).parent(".license-activation").attr("data-module-id"),license=$('input[type="text"]#license-key-'+module).val();l.activation_change(module,license,"activate")}),$("input.license-deactivate").click(function(){var module=$(this).parent(".license-activation").attr("data-module-id");$('input[type="text"]#license-key-'+module);l.activation_change(module,"","deactivate")})},activation_change:function(module,license,action){var $container=$('.license-activation[data-module-id="'+module+'"]'),$msg=$(".status-message",$container),$error=$('.license-activation-error[data-module-id="'+module+'"]',$container.closest("table")),nonce=$('input[name="nonce"]',$container).val();$msg.removeClass("ok error"),0===$error.length&&($error=$('<tr class="license-activation-error" data-module-id="'+module+'"><td colspan="2"></td></tr>'),$error.insertAfter($container.closest("tr"))),$error.hide(),$msg.html($("input.license-"+action,$container).attr("data-L10n")),$.post(ajaxurl,{action:"wpbdp-"+action+"-license",module:module,key:license,nonce:nonce},function(res){res.success?($msg.hide().html(res.message).removeClass("error").addClass("ok").show(),$("input.license-"+action,$container).hide(),$('input[type="button"]',$container).not(".license-"+action).show(),"activate"==action?$('input[type="text"]#license-key-'+module).prop("readonly",!0):$('input[type="text"]#license-key-'+module).prop("readonly",!1)):($msg.hide(),$error.show(),$("td",$error).html(res.error),"deactivate"==action&&$('input[type="text"]#license-key-'+module).prop("readonly",!1))},"json")}};$(document).ready(function(){$("input.license-activate, input.license-deactivate").length>0&&l.init(),$(".wpbdp-license-expired-warning").length>0&&$(".wpbdp-license-expired-warning .dismiss").click(function(e){e.preventDefault();var module_id=$(this).attr("data-module"),nonce=$(this).attr("data-nonce"),$warning=$(this).parents(".wpbdp-license-expired-warning");$.post(ajaxurl,{action:"wpbdp-license-expired-warning-dismiss",nonce:nonce,module:module_id},function(res){res.success&&$warning.fadeOut("fast")},"json")})})}(jQuery),function($){$(function(){$(".wpbdp-notice.dismissible > .notice-dismiss").click(function(e){e.preventDefault();var $notice=$(this).parent(".wpbdp-notice"),dismissible_id=$(this).data("dismissible-id"),nonce=$(this).data("nonce");$.post(ajaxurl,{action:"wpbdp_dismiss_notification",id:dismissible_id,nonce:nonce},function(){$notice.fadeOut("fast",function(){$notice.remove()})})})})}(jQuery);
|
assets/js/debug.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function($){var $wpbdp_debugging=$("#wpbdp-debugging"),$tab_selector=$(".tab-selector",$wpbdp_debugging);$("#wpbody .wrap").before('<div id="wpbdp-debugging-placeholder"></div>')
|
1 |
+
jQuery(function($){var $wpbdp_debugging=$("#wpbdp-debugging"),$tab_selector=$(".tab-selector",$wpbdp_debugging);$("#wpbody .wrap").before('<div id="wpbdp-debugging-placeholder"></div>'),$("#wpbdp-debugging-placeholder").replaceWith($("#wpbdp-debugging")),$tab_selector.find("li a").click(function(e){e.preventDefault();var dest="#wpbdp-debugging-tab-"+$(this).attr("href").replace("#","");$tab_selector.find("li").removeClass("active"),$(this).parent("li").addClass("active"),$wpbdp_debugging.find(".tab").hide(),$(dest).show()}).first().click(),$wpbdp_debugging.find("table tr").click(function(e){var $extradata=$(this).find(".extradata");$extradata.length>0&&$extradata.toggle()})});
|
assets/js/dnd-upload.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
var wpbdp=window.wpbdp||{};!function($){
|
1 |
+
var wpbdp=window.wpbdp||{};!function($){wpbdp.dnd={setup:function($area,options){var options=$.extend(options,{}),$input=$area.find('input[type="file"]');$area.data("dnd-working",!1),$area.on("dragover",function(e){$(this).hasClass("dragging")||$(this).addClass("dragging")}).on("dragleave",function(e){$(this).hasClass("dragging")&&$(this).removeClass("dragging")}),$input.fileupload({url:$area.attr("data-action")?$area.attr("data-action"):options.url,sequentialUploads:!0,dataType:"json",singleFileUploads:!1,dropZone:$area,formData:function(form){return[{name:"dummy",value:1}]},send:function(e,data){return!$area.data("dnd-working")&&(!("undefined"!=typeof options.validate&&!options.validate.call($area,data))&&($area.removeClass("dragging"),$area.removeClass("error"),$area.data("dnd-working",!0),$area.find(".dnd-area-inside").fadeOut("fast",function(){$area.find(".dnd-area-inside-working span").text(data.files.length),$area.find(".dnd-area-inside-working").fadeIn("fast")}),!0))},done:function(e,data){var res=data.result;$area.data("dnd-working",!1),$area.find(".dnd-area-inside-working").hide(),$area.find(".dnd-area-inside").fadeIn("fast"),"undefined"!=typeof options.done&&options.done.call($area,res)}}),"undefined"!=typeof options.init&&options.init.call($area)}}}(jQuery);
|
assets/js/recaptcha.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function($){var reCAPTCHA_Handler=function(){this.max_attempts=20
|
1 |
+
jQuery(function($){var reCAPTCHA_Handler=function(){this.max_attempts=20,this.attempts=0,this.max_delay=1500,this.timeout=!1};if($.extend(reCAPTCHA_Handler.prototype,{render_widgets:function(){this.timeout&&clearTimeout(this.timeout),$(".wpbdp-recaptcha").each(function(i,v){var $captcha=$(v);$captcha.data("wpbdp-recaptcha-enabled")||(grecaptcha.render($captcha[0],{sitekey:$captcha.attr("data-key"),theme:"light"}),$captcha.data("wpbdp-recaptcha-enabled",!0))})},render_widgets_when_ready:function(){if("undefined"!=typeof grecaptcha)return this.render_widgets();var self=this;this.timeout=setTimeout(function(){self.render_widgets_when_ready()},this.max_delay*Math.pow(this.attempts/this.max_attempts,2)),this.attempts++}}),0!=$(".wpbdp-recaptcha").length){var wpbdp_rh=new reCAPTCHA_Handler;wpbdp_rh.render_widgets_when_ready(),window.wpbdp_recaptcha_callback=function(){"undefined"==typeof wpbdp_rh&&(wpbdp_rh=new reCAPTCHA_Handler),wpbdp_rh.render_widgets()}}});
|
assets/js/wpbdp.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
"undefined"==typeof window.WPBDP&&(window.WPBDP={})
|
1 |
+
"undefined"==typeof window.WPBDP&&(window.WPBDP={}),"undefined"==typeof window.wpbdp&&(window.wpbdp={}),jQuery(document).ready(function($){wpbdp.main_box={init:function(){return},sum_width:function($selector,prop){var prop="undefined"==typeof prop?"width":prop,sum=0;return $selector.each(function(){var w=0;w="initial"==prop?$(this).data("initial-width"):"outer"==prop?$(this).outerWidth():"inner"==prop?$(this).innerWidth():$(this).width(),sum+=parseInt(w)}),sum},min_width:function(){return this.sum_width(this.$cols_fixed,"initial")},should_resize:function(){return this.$box.find("form").width()>this.min_width()},resize:function(){if(this.should_resize()){var available_width=this.$box.find("form").innerWidth()-this.min_width(),flex_width=Math.floor(available_width/this.$cols_expanding.length)-2;this.$cols_expanding.each(function(){$(this).outerWidth(flex_width)})}}},$("#wpbdp-main-box").length>0&&wpbdp.main_box.init(),0==$(".wpbdp-bar").children().length&&""==$.trim($(".wpbdp-bar").text())&&$(".wpbdp-bar").remove(),$(".wpbdp-listing-contact-form .send-message-button").click(function(){$(".wpbdp-listing-contact-form .contact-form-wrapper").toggleClass("wpbdp-hide-on-mobile")}),$(".wpbdp-listings-sort-options.wpbdp-show-on-mobile select").change(function(e){var selected=$(this).val();location.href=selected})}),jQuery(function($){var form_fields={init:function(){var t=this;$(".wpbdp-form-field-type-date").each(function(i,v){t.configure_date_picker($(v).find("input"))})},configure_date_picker:function($e){$e.datepicker({dateFormat:$e.attr("data-date-format"),defaultDate:$e.val()})}};form_fields.init()}),WPBDP.fileUpload={resizeIFrame:function(field_id,height){var iframe=jQuery("#wpbdp-upload-iframe-"+field_id)[0],iframeWin=iframe.contentWindow||iframe.contentDocument.parentWindow;iframeWin.document.body&&(iframe.height=iframeWin.document.documentElement.scrollHeight||iframeWin.document.body.scrollHeight)},handleUpload:function(o){var $input=jQuery(o),$form=$input.parent("form");$form.submit()},finishUpload:function(field_id,upload_id){var $iframe=jQuery("#wpbdp-upload-iframe-"+field_id),$input=jQuery('input[name="listingfields['+field_id+']"]');$input.val(upload_id);var $preview=$input.siblings(".preview");$preview.find("img").remove(),$preview.prepend($iframe.contents().find(".preview").html()),$iframe.contents().find(".preview").remove(),$preview.find(".delete").show()},deleteUpload:function(field_id){var $input=jQuery('input[name="listingfields['+field_id+']"]'),$preview=$input.siblings(".preview");return $input.val(""),$preview.find("img").remove(),$preview.find(".delete").hide(),!1}},function($){var sb=wpbdp.listingSubmit={init:function(){$(".wpbdp-submit-page.step-fee-selection").length>0&&$("#wpbdp-listing-form-fees .fee-selection input").change(function(e){console.log(this),1==$(this).attr("data-canrecur")?$(".make-charges-recurring-option").not(":visible")&&$(".make-charges-recurring-option").fadeIn("fast"):$(".make-charges-recurring-option").fadeOut("fast")}).filter(":checked").trigger("change"),$(".wpbdp-submit-page.step-images").length>0&&sb.images.init()}};sb.images=wpbdp.listingSubmit.images={_initialized:!1,_admin_nonce:"",_slots:0,_slotsRemaining:0,_working:!1,init:function(){this._initialized=!0,this._admin_nonce=$("#image-upload-dnd-area").attr("data-admin-nonce");var t=this;this._admin_nonce||(sb.images._slots=parseInt($("#image-slots-total").text()),sb.images._slotsRemaining=parseInt($("#image-slots-remaining").text())),$("#wpbdp-uploaded-images").delegate(".delete-image","click",function(e){e.preventDefault();var url=$(this).attr("data-action");$.post(url,{},function(res){res.success&&$('#wpbdp-uploaded-images .wpbdp-image[data-imageid="'+res.data.imageId+'"]').fadeOut(function(){$(this).remove(),1==$("#wpbdp-uploaded-images .wpbdp-image").length&&$('#wpbdp-uploaded-images .wpbdp-image:first input[name="thumbnail_id"] ').attr("checked","checked"),t._admin_nonce||(t._slotsRemaining++,$("#image-slots-remaining").text(t._slotsRemaining)),(t._admin_nonce&&0==$("#wpbdp-uploaded-images .wpbdp-image").length||!t._admin_nonce&&t._slotsRemaining==t._slots)&&$("#no-images-message").show(),(t._admin_nonce||t._slotsRemaining>0)&&($("#image-upload-dnd-area .dnd-area-inside").show(),$("#noslots-message").hide(),$("#image-upload-dnd-area").removeClass("error"),$("#image-upload-dnd-area .dnd-area-inside-error").hide())})},"json")}),wpbdp.dnd.setup($("#image-upload-dnd-area"),{init:function(){t._admin_nonce||t._slotsRemaining>0||($("#image-upload-dnd-area .dnd-area-inside").hide(),$("#noslots-message").show(),$("#image-upload-dnd-area").addClass("error"),$("#image-upload-dnd-area .dnd-area-inside-error").show())},validate:function(data){return!!t._admin_nonce||($(this).siblings(".wpbdp-msg").remove(),t._slotsRemaining-data.files.length>=0)},done:function(res){var uploadErrors=!1;if(uploadErrors=res.success?"undefined"!=typeof res.data.uploadErrors&&res.data.uploadErrors:[res.error]){var errorMsg=$("<div>").addClass("wpbdp-msg error").html(uploadErrors);return void $(".area-and-conditions").prepend(errorMsg)}$("#no-images-message").hide(),$("#wpbdp-uploaded-images").append(res.data.html),1==$("#wpbdp-uploaded-images .wpbdp-image").length&&$('#wpbdp-uploaded-images .wpbdp-image:first input[name="thumbnail_id"] ').attr("checked","checked"),t._admin_nonce||(t._slotsRemaining-=res.data.attachmentIds.length,$("#image-slots-remaining").text(t._slotsRemaining),0==t._slotsRemaining&&($("#image-upload-dnd-area .dnd-area-inside").hide(),$("#noslots-message").show(),$("#image-upload-dnd-area").addClass("error"),$("#image-upload-dnd-area .dnd-area-inside").hide(),$("#image-upload-dnd-area .dnd-area-inside-error").show()))}}),$("#wpbdp-uploaded-images").sortable({axis:"y",cursor:"move",opacity:.9,update:function(ev,ui){var sorted=$(this).sortable("toArray",{attribute:"data-imageid"}),no_images=sorted.length;$.each(sorted,function(i,v){$('input[name="images_meta['+v+'][order]"]').val(no_images-i)})}})}};$(document).ready(function(){0!=$(".wpbdp-submit-page").length&&sb.init()})}(jQuery);
|
business-directory-plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: http://www.businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
-
* Version: 4.1.
|
7 |
* Author: D. Rodenbaugh
|
8 |
* Author URI: http://businessdirectoryplugin.com
|
9 |
* Text Domain: WPBDM
|
@@ -31,7 +31,7 @@
|
|
31 |
if( preg_match( '#' . basename( __FILE__ ) . '#', $_SERVER['PHP_SELF'] ) )
|
32 |
exit();
|
33 |
|
34 |
-
define( 'WPBDP_VERSION', '4.1.
|
35 |
|
36 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( __FILE__ ) ) );
|
37 |
define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
|
@@ -99,6 +99,9 @@ class WPBDP_Plugin {
|
|
99 |
|
100 |
add_action( 'plugins_loaded', array( &$this, 'load_i18n' ) );
|
101 |
|
|
|
|
|
|
|
102 |
if ( defined( 'ALTERNATE_WP_CRON' ) && ALTERNATE_WP_CRON ) {
|
103 |
add_action( 'init', array( &$this, 'init' ), 9 );
|
104 |
} else {
|
@@ -118,9 +121,6 @@ class WPBDP_Plugin {
|
|
118 |
}
|
119 |
|
120 |
function init() {
|
121 |
-
// Register cache groups.
|
122 |
-
wp_cache_add_non_persistent_groups( array( 'wpbdp pages', 'wpbdp formfields', 'wpbdp fees', 'wpbdp submit state', 'wpbdp' ) );
|
123 |
-
|
124 |
// Register some basic JS resources.
|
125 |
add_action( 'wp_enqueue_scripts', array( &$this, 'register_common_scripts' ) );
|
126 |
add_action( 'admin_enqueue_scripts', array( &$this, 'register_common_scripts' ) );
|
@@ -236,6 +236,15 @@ class WPBDP_Plugin {
|
|
236 |
$this->shortcodes->register();
|
237 |
}
|
238 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
239 |
// {{{ Premium modules.
|
240 |
|
241 |
/**
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: http://www.businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
+
* Version: 4.1.14.1
|
7 |
* Author: D. Rodenbaugh
|
8 |
* Author URI: http://businessdirectoryplugin.com
|
9 |
* Text Domain: WPBDM
|
31 |
if( preg_match( '#' . basename( __FILE__ ) . '#', $_SERVER['PHP_SELF'] ) )
|
32 |
exit();
|
33 |
|
34 |
+
define( 'WPBDP_VERSION', '4.1.14.1' );
|
35 |
|
36 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( __FILE__ ) ) );
|
37 |
define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
|
99 |
|
100 |
add_action( 'plugins_loaded', array( &$this, 'load_i18n' ) );
|
101 |
|
102 |
+
add_action( 'plugins_loaded', array( $this, 'register_cache_groups' ) );
|
103 |
+
add_action( 'switch_blog', array( $this, 'register_cache_groups' ) );
|
104 |
+
|
105 |
if ( defined( 'ALTERNATE_WP_CRON' ) && ALTERNATE_WP_CRON ) {
|
106 |
add_action( 'init', array( &$this, 'init' ), 9 );
|
107 |
} else {
|
121 |
}
|
122 |
|
123 |
function init() {
|
|
|
|
|
|
|
124 |
// Register some basic JS resources.
|
125 |
add_action( 'wp_enqueue_scripts', array( &$this, 'register_common_scripts' ) );
|
126 |
add_action( 'admin_enqueue_scripts', array( &$this, 'register_common_scripts' ) );
|
236 |
$this->shortcodes->register();
|
237 |
}
|
238 |
|
239 |
+
public function register_cache_groups() {
|
240 |
+
if ( ! function_exists( 'wp_cache_add_non_persistent_groups' ) ) {
|
241 |
+
return;
|
242 |
+
}
|
243 |
+
|
244 |
+
wp_cache_add_non_persistent_groups( array( 'wpbdp pages', 'wpbdp formfields', 'wpbdp fees', 'wpbdp submit state', 'wpbdp' ) );
|
245 |
+
}
|
246 |
+
|
247 |
+
|
248 |
// {{{ Premium modules.
|
249 |
|
250 |
/**
|
includes/admin/class-csv-exporter.php
ADDED
@@ -0,0 +1,385 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* CSV export.
|
5 |
+
* @since 3.2
|
6 |
+
*/
|
7 |
+
class WPBDP_CSVExporter {
|
8 |
+
|
9 |
+
const BATCH_SIZE = 20;
|
10 |
+
|
11 |
+
private $settings = array(
|
12 |
+
'target-os' => 'windows',
|
13 |
+
'csv-file-separator' => ',',
|
14 |
+
'images-separator' => ';',
|
15 |
+
'category-separator' => ';',
|
16 |
+
|
17 |
+
'test-import' => false,
|
18 |
+
'export-images' => false,
|
19 |
+
'include-users' => false,
|
20 |
+
|
21 |
+
'generate-sequence-ids' => false,
|
22 |
+
|
23 |
+
'listing_status' => 'all'
|
24 |
+
);
|
25 |
+
|
26 |
+
private $workingdir = '';
|
27 |
+
|
28 |
+
private $columns = array();
|
29 |
+
private $listings = array(); // Listing IDs to be exported.
|
30 |
+
private $exported = 0; // # of already exported listings.
|
31 |
+
private $images = array();
|
32 |
+
|
33 |
+
public function __construct( $settings, $workingdir=null, $listings=array() ) {
|
34 |
+
global $wpdb;
|
35 |
+
|
36 |
+
$this->settings = array_merge( $this->settings, $settings );
|
37 |
+
|
38 |
+
if ( ! in_array( $this->settings['target-os'], array( 'windows', 'macos' ), true ) ) {
|
39 |
+
$this->settings['target-os'] = 'windows';
|
40 |
+
}
|
41 |
+
|
42 |
+
if ( $this->settings['target-os'] == 'macos' ) {
|
43 |
+
$this->settings['csv-file-separator'] = "\t";
|
44 |
+
}
|
45 |
+
|
46 |
+
// Setup columns.
|
47 |
+
if ( $this->settings['generate-sequence-ids'] )
|
48 |
+
$this->columns['sequence_id'] = 'sequence_id';
|
49 |
+
|
50 |
+
$fields = wpbdp_get_form_fields();
|
51 |
+
foreach ( $fields as &$f ) {
|
52 |
+
$this->columns[ $f->get_short_name() ] = $f;
|
53 |
+
}
|
54 |
+
|
55 |
+
if ( $this->settings['export-images'] )
|
56 |
+
$this->columns['images'] = 'images';
|
57 |
+
|
58 |
+
if ( $this->settings['include-users'] )
|
59 |
+
$this->columns['username'] = 'username';
|
60 |
+
|
61 |
+
if ( $this->settings['include-sticky-status'] )
|
62 |
+
$this->columns['featured_level'] = 'featured_level';
|
63 |
+
|
64 |
+
if ( $this->settings['include-expiration-date'] )
|
65 |
+
$this->columns['expires_on'] = 'expires_on';
|
66 |
+
|
67 |
+
// Setup working directory.
|
68 |
+
if ( !$workingdir ) {
|
69 |
+
$direrror = '';
|
70 |
+
|
71 |
+
$upload_dir = wp_upload_dir();
|
72 |
+
|
73 |
+
if ( !$upload_dir['error'] ) {
|
74 |
+
$csvexportsdir = rtrim( $upload_dir['basedir'], DIRECTORY_SEPARATOR ) . DIRECTORY_SEPARATOR . 'wpbdp-csv-exports';
|
75 |
+
if ( is_dir( $csvexportsdir ) || mkdir( $csvexportsdir ) ) {
|
76 |
+
$this->workingdir = rtrim( $csvexportsdir . DIRECTORY_SEPARATOR . uniqid(), DIRECTORY_SEPARATOR ) . DIRECTORY_SEPARATOR;
|
77 |
+
|
78 |
+
if ( !mkdir( $this->workingdir, 0777 ) )
|
79 |
+
$direrror = _x( 'Could not create a temporary directory for handling this CSV export.', 'admin csv-export', 'WPBDM' );
|
80 |
+
} else {
|
81 |
+
$direrror = _x( 'Could not create wpbdp-csv-exports directory.', 'admin csv-export', 'WPBDM' );
|
82 |
+
}
|
83 |
+
}
|
84 |
+
|
85 |
+
if ( $direrror )
|
86 |
+
throw new Exception( sprintf( _x( 'Error while creating a temporary directory for CSV export: %s', 'admin csv-export', 'WPBDM' ), $direrror ) );
|
87 |
+
} else {
|
88 |
+
$this->workingdir = $workingdir;
|
89 |
+
}
|
90 |
+
|
91 |
+
if ( $listings ) {
|
92 |
+
$this->listings = $listings;
|
93 |
+
} else {
|
94 |
+
switch ( $this->settings['listing_status'] ) {
|
95 |
+
case 'publish+draft':
|
96 |
+
$post_status = array( 'publish', 'draft', 'pending' );
|
97 |
+
break;
|
98 |
+
case 'publish':
|
99 |
+
$post_status = 'publish';
|
100 |
+
break;
|
101 |
+
case 'all':
|
102 |
+
default:
|
103 |
+
$post_status = array( 'publish', 'draft', 'pending', 'future', 'trash' );
|
104 |
+
break;
|
105 |
+
}
|
106 |
+
|
107 |
+
$this->listings = get_posts( array(
|
108 |
+
'post_status' => $post_status,
|
109 |
+
'posts_per_page' => -1,
|
110 |
+
'post_type' => WPBDP_POST_TYPE,
|
111 |
+
'fields' => 'ids'
|
112 |
+
) );
|
113 |
+
}
|
114 |
+
}
|
115 |
+
|
116 |
+
public static function &from_state( $state ) {
|
117 |
+
$export = new self( $state['settings'], trailingslashit( $state['workingdir'] ), (array) $state['listings'] );
|
118 |
+
$export->exported = abs( intval( $state['exported'] ) );
|
119 |
+
|
120 |
+
// Setup columns.
|
121 |
+
$shortnames = wpbdp_formfields_api()->get_short_names();
|
122 |
+
|
123 |
+
foreach ( $state['columns'] as $fshortname ) {
|
124 |
+
if ( in_array( $fshortname, array( 'images', 'username', 'featured_level', 'expires_on', 'sequence_id' ) ) ) {
|
125 |
+
$export->columns[ $fshortname ] = $fshortname;
|
126 |
+
continue;
|
127 |
+
}
|
128 |
+
|
129 |
+
$field_id = array_search( $fshortname, $shortnames );
|
130 |
+
|
131 |
+
if ( $field_id === FALSE )
|
132 |
+
throw new Exception( 'Invalid field shortname.' );
|
133 |
+
|
134 |
+
$export->columns[ $fshortname ] = wpbdp_get_form_field( $field_id );
|
135 |
+
}
|
136 |
+
|
137 |
+
return $export;
|
138 |
+
}
|
139 |
+
|
140 |
+
public function get_state() {
|
141 |
+
return array(
|
142 |
+
'settings' => $this->settings,
|
143 |
+
'columns' => array_keys( $this->columns ),
|
144 |
+
'workingdir' => $this->workingdir,
|
145 |
+
'listings' => $this->listings,
|
146 |
+
'exported' => $this->exported,
|
147 |
+
'filesize' => file_exists( $this->get_file_path() ) ? filesize( $this->get_file_path() ) : 0,
|
148 |
+
'done' => $this->is_done()
|
149 |
+
);
|
150 |
+
}
|
151 |
+
|
152 |
+
public function cleanup() {
|
153 |
+
$upload_dir = wp_upload_dir();
|
154 |
+
|
155 |
+
wpbdp_rrmdir( $this->workingdir );
|
156 |
+
|
157 |
+
if ( !$upload_dir['error'] ) {
|
158 |
+
$csvexportsdir = rtrim( $upload_dir['basedir'], DIRECTORY_SEPARATOR ) . DIRECTORY_SEPARATOR . 'wpbdp-csv-exports';
|
159 |
+
$contents = wpbdp_scandir( $csvexportsdir );
|
160 |
+
|
161 |
+
if ( !$contents )
|
162 |
+
wpbdp_rrmdir( $csvexportsdir );
|
163 |
+
}
|
164 |
+
}
|
165 |
+
|
166 |
+
public function advance() {
|
167 |
+
if ( $this->is_done() )
|
168 |
+
return;
|
169 |
+
|
170 |
+
$csvfile = $this->get_csvfile( $this->workingdir . 'export.csv' );
|
171 |
+
|
172 |
+
// Write header as first line.
|
173 |
+
if ( $this->exported === 0 ) {
|
174 |
+
fwrite( $csvfile, $this->prepare_header( $this->header() ) );
|
175 |
+
}
|
176 |
+
|
177 |
+
$nextlistings = array_slice( $this->listings, $this->exported, self::BATCH_SIZE );
|
178 |
+
|
179 |
+
foreach ( $nextlistings as $listing_id ) {
|
180 |
+
if ( $data = $this->extract_data( $listing_id ) ) {
|
181 |
+
$content = implode( $this->settings['csv-file-separator'], $data );
|
182 |
+
fwrite( $csvfile, $this->prepare_content( $content ) );
|
183 |
+
}
|
184 |
+
|
185 |
+
$this->exported++;
|
186 |
+
}
|
187 |
+
|
188 |
+
fclose( $csvfile );
|
189 |
+
|
190 |
+
if ( $this->is_done() ) {
|
191 |
+
if ( file_exists( $this->workingdir . 'images.zip' ) ) {
|
192 |
+
@unlink( $this->workingdir . 'export.zip' );
|
193 |
+
$zip = $this->get_pclzip_instance( $this->workingdir . 'export.zip' );
|
194 |
+
|
195 |
+
$files = array();
|
196 |
+
$files[] = $this->workingdir . 'export.csv';
|
197 |
+
$files[] = $this->workingdir . 'images.zip';
|
198 |
+
|
199 |
+
$zip->create( implode( ',', $files ) , PCLZIP_OPT_REMOVE_ALL_PATH );
|
200 |
+
|
201 |
+
@unlink( $this->workingdir . 'export.csv' );
|
202 |
+
@unlink( $this->workingdir . 'images.zip' );
|
203 |
+
}
|
204 |
+
}
|
205 |
+
}
|
206 |
+
|
207 |
+
protected function get_csvfile( $path ) {
|
208 |
+
return fopen( $path, 'a' );
|
209 |
+
}
|
210 |
+
|
211 |
+
protected function get_pclzip_instance( $path ) {
|
212 |
+
if ( ! class_exists( 'PclZip' ) ) {
|
213 |
+
define( 'PCLZIP_TEMPORARY_DIR', $this->workingdir );
|
214 |
+
require_once( ABSPATH . 'wp-admin/includes/class-pclzip.php' );
|
215 |
+
}
|
216 |
+
|
217 |
+
return new PclZip( $path );
|
218 |
+
}
|
219 |
+
public function is_done() {
|
220 |
+
return $this->exported == count( $this->listings );
|
221 |
+
}
|
222 |
+
|
223 |
+
private function prepare_header( $header ) {
|
224 |
+
if ( $this->settings['target-os'] === 'windows' ) {
|
225 |
+
$bom = "\xEF\xBB\xBF"; /* UTF-8 BOM */
|
226 |
+
} else if ( $this->settings['target-os'] === 'macos' ) {
|
227 |
+
$bom = "\xFF\xFE"; /* UTF-16LE BOM */
|
228 |
+
}
|
229 |
+
|
230 |
+
return $bom . $this->prepare_content( $header );
|
231 |
+
}
|
232 |
+
|
233 |
+
private function prepare_content( $content ) {
|
234 |
+
if ( $this->settings['target-os'] === 'windows' ) {
|
235 |
+
$encoded_content = $content . "\n";
|
236 |
+
} else if ( $this->settings['target-os'] === 'macos' ) {
|
237 |
+
$encoded_content = iconv( 'UTF-8', 'UTF-16LE', $content . "\n" );
|
238 |
+
}
|
239 |
+
|
240 |
+
return $encoded_content;
|
241 |
+
}
|
242 |
+
|
243 |
+
public function get_file_path() {
|
244 |
+
if ( file_exists( $this->workingdir . 'export.zip' ) )
|
245 |
+
return $this->workingdir . 'export.zip';
|
246 |
+
else
|
247 |
+
return $this->workingdir . 'export.csv';
|
248 |
+
}
|
249 |
+
|
250 |
+
public function get_file_url() {
|
251 |
+
$uploaddir = wp_upload_dir();
|
252 |
+
$urldir = trailingslashit( untrailingslashit( $uploaddir['baseurl'] ) . '/' . ltrim( str_replace( DIRECTORY_SEPARATOR, '/', str_replace( $uploaddir['basedir'], '', $this->workingdir ) ), '/' ) );
|
253 |
+
|
254 |
+
if ( file_exists( $this->workingdir . 'export.zip' ) )
|
255 |
+
return $urldir . 'export.zip';
|
256 |
+
else
|
257 |
+
return $urldir . 'export.csv';
|
258 |
+
}
|
259 |
+
|
260 |
+
private function header( $echo=false ) {
|
261 |
+
$out = '';
|
262 |
+
|
263 |
+
foreach ( $this->columns as $colname => &$col ) {
|
264 |
+
$out .= $colname;
|
265 |
+
$out .= $this->settings['csv-file-separator'];
|
266 |
+
}
|
267 |
+
|
268 |
+
$out = substr( $out, 0, -1 );
|
269 |
+
|
270 |
+
if ( $echo )
|
271 |
+
echo $out;
|
272 |
+
|
273 |
+
return $out;
|
274 |
+
}
|
275 |
+
|
276 |
+
private function extract_data( $post_id ) {
|
277 |
+
global $wpdb;
|
278 |
+
|
279 |
+
$post = get_post( $post_id );
|
280 |
+
|
281 |
+
if ( !$post || $post->post_type != WPBDP_POST_TYPE )
|
282 |
+
return false;
|
283 |
+
|
284 |
+
$listings_api = wpbdp_listings_api();
|
285 |
+
$upgrades_api = wpbdp_listing_upgrades_api();
|
286 |
+
|
287 |
+
$data = array();
|
288 |
+
|
289 |
+
foreach ( $this->columns as $colname => &$col ) {
|
290 |
+
$association = is_object( $col ) ? $col->get_association() : $col;
|
291 |
+
$value = '';
|
292 |
+
|
293 |
+
switch( $association ) {
|
294 |
+
case 'sequence_id':
|
295 |
+
$value = $listings_api->calculate_sequence_id( $post->ID );
|
296 |
+
break;
|
297 |
+
|
298 |
+
/* Special columns. */
|
299 |
+
case 'images':
|
300 |
+
$upload_dir = wp_upload_dir();
|
301 |
+
$listing_images = array();
|
302 |
+
|
303 |
+
if ( $images = $listings_api->get_images( $post->ID ) ) {
|
304 |
+
foreach ( $images as &$img ) {
|
305 |
+
$img_metadata = wp_get_attachment_metadata( $img->ID );
|
306 |
+
|
307 |
+
if ( !isset( $img_metadata['file'] ) )
|
308 |
+
continue;
|
309 |
+
|
310 |
+
$img_path = realpath( $upload_dir['basedir'] . DIRECTORY_SEPARATOR . $img_metadata['file'] );
|
311 |
+
|
312 |
+
if ( !is_readable( $img_path ) )
|
313 |
+
continue;
|
314 |
+
|
315 |
+
$this->images_archive = !isset( $this->images_archive ) ? new PclZip( $this->workingdir . 'images.zip' ) : $this->images_archive;
|
316 |
+
if ( $res = $this->images_archive->add( $img_path, PCLZIP_OPT_REMOVE_ALL_PATH ) )
|
317 |
+
$listing_images[] = basename( $img_path );
|
318 |
+
}
|
319 |
+
}
|
320 |
+
|
321 |
+
if ( $listing_images )
|
322 |
+
$value = implode( $this->settings['images-separator'], $listing_images );
|
323 |
+
|
324 |
+
break;
|
325 |
+
|
326 |
+
case 'username':
|
327 |
+
$value = get_the_author_meta( 'user_login', $post->post_author );
|
328 |
+
break;
|
329 |
+
|
330 |
+
case 'featured_level':
|
331 |
+
$listing_level = $upgrades_api->get_listing_level( $post->ID );
|
332 |
+
$value = $listing_level->id;
|
333 |
+
break;
|
334 |
+
|
335 |
+
case 'expires_on':
|
336 |
+
$value = '';
|
337 |
+
$terms = wp_get_post_terms( $post->ID,
|
338 |
+
WPBDP_CATEGORY_TAX,
|
339 |
+
'fields=ids' );
|
340 |
+
$expiresdata = $wpdb->get_results( $wpdb->prepare( "SELECT category_id, expires_on FROM {$wpdb->prefix}wpbdp_listing_fees WHERE listing_id = %d", $post->ID ) );
|
341 |
+
$expiresdata = wp_list_pluck( $expiresdata, 'expires_on', 'category_id' );
|
342 |
+
$expiration_dates = array();
|
343 |
+
|
344 |
+
foreach ( $terms as $term_id ) {
|
345 |
+
if ( isset( $expiresdata[ $term_id ] ) )
|
346 |
+
$expiration_dates[] = $expiresdata[ $term_id ];
|
347 |
+
else
|
348 |
+
$expiration_dates[] = '';
|
349 |
+
}
|
350 |
+
$value = implode( '/', $expiration_dates );
|
351 |
+
|
352 |
+
break;
|
353 |
+
|
354 |
+
/* Standard associations. */
|
355 |
+
case 'category':
|
356 |
+
case 'tags':
|
357 |
+
$terms = wp_get_post_terms( $post->ID,
|
358 |
+
$col->get_association() == 'tags' ? WPBDP_TAGS_TAX : WPBDP_CATEGORY_TAX,
|
359 |
+
'fields=names' );
|
360 |
+
$terms = array_map( 'html_entity_decode', $terms );
|
361 |
+
|
362 |
+
if ( $terms )
|
363 |
+
$value = implode( $this->settings['category-separator'], $terms );
|
364 |
+
break;
|
365 |
+
case 'meta':
|
366 |
+
default:
|
367 |
+
$value = $col->csv_value( $post->ID );
|
368 |
+
|
369 |
+
break;
|
370 |
+
}
|
371 |
+
|
372 |
+
if ( ! is_string( $value ) ) {
|
373 |
+
if ( is_array( $value ) ) {
|
374 |
+
$value = '';
|
375 |
+
} else {
|
376 |
+
$value = strval( $value );
|
377 |
+
}
|
378 |
+
}
|
379 |
+
|
380 |
+
$data[ $colname ] = '"' . str_replace( '"', '""', $value ) . '"';
|
381 |
+
}
|
382 |
+
|
383 |
+
return $data;
|
384 |
+
}
|
385 |
+
}
|
includes/admin/class-csv-import.php
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
<?php
|
2 |
-
require_once( ABSPATH . 'wp-admin/includes/file.php' );
|
3 |
-
require_once( ABSPATH . 'wp-admin/includes/image.php' );
|
4 |
|
5 |
@ini_set( 'auto_detect_line_endings', true );
|
6 |
|
@@ -79,7 +77,7 @@ class WPBDP_CSV_Import {
|
|
79 |
|
80 |
$this->settings = wp_parse_args( $settings, $defaults );
|
81 |
|
82 |
-
$file =
|
83 |
$file->seek( PHP_INT_MAX );
|
84 |
$this->total_lines = absint( $file->key() );
|
85 |
$file = null;
|
@@ -93,7 +91,7 @@ class WPBDP_CSV_Import {
|
|
93 |
if ( $this->done )
|
94 |
return;
|
95 |
|
96 |
-
$file =
|
97 |
$file->seek( $this->current_line );
|
98 |
|
99 |
$n = 0;
|
@@ -127,7 +125,7 @@ class WPBDP_CSV_Import {
|
|
127 |
}
|
128 |
|
129 |
$result = $this->import_row( $listing_data );
|
130 |
-
@set_time_limit(
|
131 |
|
132 |
if ( is_wp_error( $result ) ) {
|
133 |
foreach ( $result->get_error_messages() as $e )
|
@@ -144,6 +142,11 @@ class WPBDP_CSV_Import {
|
|
144 |
$this->state_persist();
|
145 |
}
|
146 |
|
|
|
|
|
|
|
|
|
|
|
147 |
private function get_current_line( $file ) {
|
148 |
$line = $file->current();
|
149 |
|
@@ -588,7 +591,7 @@ class WPBDP_CSV_Import {
|
|
588 |
$meta['username'] = $u->user_login;
|
589 |
}
|
590 |
|
591 |
-
foreach ( $this->
|
592 |
$column = $col_info['short_name'];
|
593 |
$field = $col_info['field_id'] ? wpbdp_get_form_field( $col_info['field_id'] ) : null;
|
594 |
$value = stripslashes( trim( isset( $data[ $i ] ) ? $data[ $i ] : '' ) );
|
@@ -647,7 +650,8 @@ class WPBDP_CSV_Import {
|
|
647 |
}
|
648 |
|
649 |
if ( 'category' == $field->get_association() ) {
|
650 |
-
$
|
|
|
651 |
|
652 |
foreach ( $csv_categories as $csv_category_ ) {
|
653 |
$csv_category = $csv_category_;
|
@@ -693,6 +697,10 @@ class WPBDP_CSV_Import {
|
|
693 |
return array( compact( 'categories', 'fields', 'images', 'meta' ), $errors );
|
694 |
}
|
695 |
|
|
|
|
|
|
|
|
|
696 |
private function upload_image( $filename ) {
|
697 |
$filepath = $this->images_dir . DIRECTORY_SEPARATOR . $filename;
|
698 |
if ( ! $this->images_dir || ! file_exists( $filepath ) )
|
1 |
<?php
|
|
|
|
|
2 |
|
3 |
@ini_set( 'auto_detect_line_endings', true );
|
4 |
|
77 |
|
78 |
$this->settings = wp_parse_args( $settings, $defaults );
|
79 |
|
80 |
+
$file = $this->get_csv_file();
|
81 |
$file->seek( PHP_INT_MAX );
|
82 |
$this->total_lines = absint( $file->key() );
|
83 |
$file = null;
|
91 |
if ( $this->done )
|
92 |
return;
|
93 |
|
94 |
+
$file = $this->get_csv_file();
|
95 |
$file->seek( $this->current_line );
|
96 |
|
97 |
$n = 0;
|
125 |
}
|
126 |
|
127 |
$result = $this->import_row( $listing_data );
|
128 |
+
@set_time_limit( 0 );
|
129 |
|
130 |
if ( is_wp_error( $result ) ) {
|
131 |
foreach ( $result->get_error_messages() as $e )
|
142 |
$this->state_persist();
|
143 |
}
|
144 |
|
145 |
+
private function get_csv_file() {
|
146 |
+
$file = new SplFileObject( $this->csv_file );
|
147 |
+
|
148 |
+
return $file;
|
149 |
+
}
|
150 |
private function get_current_line( $file ) {
|
151 |
$line = $file->current();
|
152 |
|
591 |
$meta['username'] = $u->user_login;
|
592 |
}
|
593 |
|
594 |
+
foreach ( $this->get_header() as $i => $col_info ) {
|
595 |
$column = $col_info['short_name'];
|
596 |
$field = $col_info['field_id'] ? wpbdp_get_form_field( $col_info['field_id'] ) : null;
|
597 |
$value = stripslashes( trim( isset( $data[ $i ] ) ? $data[ $i ] : '' ) );
|
650 |
}
|
651 |
|
652 |
if ( 'category' == $field->get_association() ) {
|
653 |
+
$decoded_value = html_entity_decode( $value );
|
654 |
+
$csv_categories = array_map( 'trim', explode( $this->settings['category-separator'], $decoded_value ) );
|
655 |
|
656 |
foreach ( $csv_categories as $csv_category_ ) {
|
657 |
$csv_category = $csv_category_;
|
697 |
return array( compact( 'categories', 'fields', 'images', 'meta' ), $errors );
|
698 |
}
|
699 |
|
700 |
+
private function get_header() {
|
701 |
+
return $this->header;
|
702 |
+
}
|
703 |
+
|
704 |
private function upload_image( $filename ) {
|
705 |
$filepath = $this->images_dir . DIRECTORY_SEPARATOR . $filename;
|
706 |
if ( ! $this->images_dir || ! file_exists( $filepath ) )
|
includes/admin/csv-export.php
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
<?php
|
|
|
|
|
|
|
2 |
/**
|
3 |
* CSV Export admin pages.
|
4 |
* @since 3.2
|
@@ -25,13 +28,22 @@ class WPBDP_Admin_CSVExport {
|
|
25 |
}
|
26 |
|
27 |
public function ajax_csv_export() {
|
|
|
|
|
|
|
|
|
28 |
$error = '';
|
29 |
|
30 |
try {
|
31 |
-
if ( !isset( $_REQUEST['state'] ) ) {
|
32 |
$export = new WPBDP_CSVExporter( array_merge( $_REQUEST['settings'], array() ) );
|
33 |
} else {
|
34 |
-
$
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
if ( isset( $_REQUEST['cleanup'] ) && $_REQUEST['cleanup'] == 1 ) {
|
37 |
$export->cleanup();
|
@@ -47,7 +59,7 @@ class WPBDP_Admin_CSVExport {
|
|
47 |
|
48 |
$response = array();
|
49 |
$response['error'] = $error;
|
50 |
-
$response['state'] = $state ? base64_encode(
|
51 |
$response['count'] = $state ? count( $state['listings'] ) : 0;
|
52 |
$response['exported'] = $state ? $state['exported'] : 0;
|
53 |
$response['filesize'] = $state ? size_format( $state['filesize'] ) : 0;
|
@@ -62,380 +74,3 @@ class WPBDP_Admin_CSVExport {
|
|
62 |
|
63 |
}
|
64 |
|
65 |
-
|
66 |
-
require_once(ABSPATH . 'wp-admin/includes/file.php');
|
67 |
-
require_once(ABSPATH . 'wp-admin/includes/image.php');
|
68 |
-
|
69 |
-
/**
|
70 |
-
* CSV export.
|
71 |
-
* @since 3.2
|
72 |
-
*/
|
73 |
-
class WPBDP_CSVExporter {
|
74 |
-
|
75 |
-
const BATCH_SIZE = 20;
|
76 |
-
|
77 |
-
private $settings = array(
|
78 |
-
'target-os' => 'windows',
|
79 |
-
'csv-file-separator' => ',',
|
80 |
-
'images-separator' => ';',
|
81 |
-
'category-separator' => ';',
|
82 |
-
|
83 |
-
'test-import' => false,
|
84 |
-
'export-images' => false,
|
85 |
-
'include-users' => false,
|
86 |
-
|
87 |
-
'generate-sequence-ids' => false,
|
88 |
-
|
89 |
-
'listing_status' => 'all'
|
90 |
-
);
|
91 |
-
|
92 |
-
private $workingdir = '';
|
93 |
-
|
94 |
-
private $columns = array();
|
95 |
-
private $listings = array(); // Listing IDs to be exported.
|
96 |
-
private $exported = 0; // # of already exported listings.
|
97 |
-
private $images = array();
|
98 |
-
|
99 |
-
public function __construct( $settings, $workingdir=null, $listings=array() ) {
|
100 |
-
global $wpdb;
|
101 |
-
|
102 |
-
$this->settings = array_merge( $this->settings, $settings );
|
103 |
-
|
104 |
-
if ( ! in_array( $this->settings['target-os'], array( 'windows', 'macos' ), true ) ) {
|
105 |
-
$this->settings['target-os'] = 'windows';
|
106 |
-
}
|
107 |
-
|
108 |
-
if ( $this->settings['target-os'] == 'macos' ) {
|
109 |
-
$this->settings['csv-file-separator'] = "\t";
|
110 |
-
}
|
111 |
-
|
112 |
-
// Setup columns.
|
113 |
-
if ( $this->settings['generate-sequence-ids'] )
|
114 |
-
$this->columns['sequence_id'] = 'sequence_id';
|
115 |
-
|
116 |
-
$fields = wpbdp_get_form_fields();
|
117 |
-
foreach ( $fields as &$f ) {
|
118 |
-
$this->columns[ $f->get_short_name() ] = $f;
|
119 |
-
}
|
120 |
-
|
121 |
-
if ( $this->settings['export-images'] )
|
122 |
-
$this->columns['images'] = 'images';
|
123 |
-
|
124 |
-
if ( $this->settings['include-users'] )
|
125 |
-
$this->columns['username'] = 'username';
|
126 |
-
|
127 |
-
if ( $this->settings['include-sticky-status'] )
|
128 |
-
$this->columns['featured_level'] = 'featured_level';
|
129 |
-
|
130 |
-
if ( $this->settings['include-expiration-date'] )
|
131 |
-
$this->columns['expires_on'] = 'expires_on';
|
132 |
-
|
133 |
-
// Setup working directory.
|
134 |
-
if ( !$workingdir ) {
|
135 |
-
$direrror = '';
|
136 |
-
|
137 |
-
$upload_dir = wp_upload_dir();
|
138 |
-
|
139 |
-
if ( !$upload_dir['error'] ) {
|
140 |
-
$csvexportsdir = rtrim( $upload_dir['basedir'], DIRECTORY_SEPARATOR ) . DIRECTORY_SEPARATOR . 'wpbdp-csv-exports';
|
141 |
-
if ( is_dir( $csvexportsdir ) || mkdir( $csvexportsdir ) ) {
|
142 |
-
$this->workingdir = rtrim( $csvexportsdir . DIRECTORY_SEPARATOR . uniqid(), DIRECTORY_SEPARATOR ) . DIRECTORY_SEPARATOR;
|
143 |
-
|
144 |
-
if ( !mkdir( $this->workingdir, 0777 ) )
|
145 |
-
$direrror = _x( 'Could not create a temporary directory for handling this CSV export.', 'admin csv-export', 'WPBDM' );
|
146 |
-
} else {
|
147 |
-
$direrror = _x( 'Could not create wpbdp-csv-exports directory.', 'admin csv-export', 'WPBDM' );
|
148 |
-
}
|
149 |
-
}
|
150 |
-
|
151 |
-
if ( $direrror )
|
152 |
-
throw new Exception( sprintf( _x( 'Error while creating a temporary directory for CSV export: %s', 'admin csv-export', 'WPBDM' ), $direrror ) );
|
153 |
-
} else {
|
154 |
-
$this->workingdir = $workingdir;
|
155 |
-
}
|
156 |
-
|
157 |
-
if ( $listings ) {
|
158 |
-
$this->listings = $listings;
|
159 |
-
} else {
|
160 |
-
switch ( $this->settings['listing_status'] ) {
|
161 |
-
case 'publish+draft':
|
162 |
-
$post_status = array( 'publish', 'draft', 'pending' );
|
163 |
-
break;
|
164 |
-
case 'publish':
|
165 |
-
$post_status = 'publish';
|
166 |
-
break;
|
167 |
-
case 'all':
|
168 |
-
default:
|
169 |
-
$post_status = array( 'publish', 'draft', 'pending', 'future', 'trash' );
|
170 |
-
break;
|
171 |
-
}
|
172 |
-
|
173 |
-
$this->listings = get_posts( array(
|
174 |
-
'post_status' => $post_status,
|
175 |
-
'posts_per_page' => -1,
|
176 |
-
'post_type' => WPBDP_POST_TYPE,
|
177 |
-
'fields' => 'ids'
|
178 |
-
) );
|
179 |
-
}
|
180 |
-
}
|
181 |
-
|
182 |
-
public static function &from_state( $state ) {
|
183 |
-
$export = new self( $state['settings'], trailingslashit( $state['workingdir'] ), (array) $state['listings'] );
|
184 |
-
$export->exported = abs( intval( $state['exported'] ) );
|
185 |
-
|
186 |
-
// Setup columns.
|
187 |
-
$shortnames = wpbdp_formfields_api()->get_short_names();
|
188 |
-
|
189 |
-
foreach ( $state['columns'] as $fshortname ) {
|
190 |
-
if ( in_array( $fshortname, array( 'images', 'username', 'featured_level', 'expires_on', 'sequence_id' ) ) ) {
|
191 |
-
$export->columns[ $fshortname ] = $fshortname;
|
192 |
-
continue;
|
193 |
-
}
|
194 |
-
|
195 |
-
$field_id = array_search( $fshortname, $shortnames );
|
196 |
-
|
197 |
-
if ( $field_id === FALSE )
|
198 |
-
throw new Exception( 'Invalid field shortname.' );
|
199 |
-
|
200 |
-
$export->columns[ $fshortname ] = wpbdp_get_form_field( $field_id );
|
201 |
-
}
|
202 |
-
|
203 |
-
return $export;
|
204 |
-
}
|
205 |
-
|
206 |
-
public function get_state() {
|
207 |
-
return array(
|
208 |
-
'settings' => $this->settings,
|
209 |
-
'columns' => array_keys( $this->columns ),
|
210 |
-
'workingdir' => $this->workingdir,
|
211 |
-
'listings' => $this->listings,
|
212 |
-
'exported' => $this->exported,
|
213 |
-
'filesize' => file_exists( $this->get_file_path() ) ? filesize( $this->get_file_path() ) : 0,
|
214 |
-
'done' => $this->is_done()
|
215 |
-
);
|
216 |
-
}
|
217 |
-
|
218 |
-
public function cleanup() {
|
219 |
-
$upload_dir = wp_upload_dir();
|
220 |
-
|
221 |
-
wpbdp_rrmdir( $this->workingdir );
|
222 |
-
|
223 |
-
if ( !$upload_dir['error'] ) {
|
224 |
-
$csvexportsdir = rtrim( $upload_dir['basedir'], DIRECTORY_SEPARATOR ) . DIRECTORY_SEPARATOR . 'wpbdp-csv-exports';
|
225 |
-
$contents = wpbdp_scandir( $csvexportsdir );
|
226 |
-
|
227 |
-
if ( !$contents )
|
228 |
-
wpbdp_rrmdir( $csvexportsdir );
|
229 |
-
}
|
230 |
-
}
|
231 |
-
|
232 |
-
public function advance() {
|
233 |
-
if ( $this->is_done() )
|
234 |
-
return;
|
235 |
-
|
236 |
-
define( 'PCLZIP_TEMPORARY_DIR', $this->workingdir );
|
237 |
-
require_once( ABSPATH . 'wp-admin/includes/class-pclzip.php' );
|
238 |
-
|
239 |
-
$csvfile = fopen( $this->workingdir . 'export.csv', 'a' );
|
240 |
-
|
241 |
-
// Write header as first line.
|
242 |
-
if ( $this->exported === 0 ) {
|
243 |
-
fwrite( $csvfile, $this->prepare_header( $this->header() ) );
|
244 |
-
}
|
245 |
-
|
246 |
-
$nextlistings = array_slice( $this->listings, $this->exported, self::BATCH_SIZE );
|
247 |
-
|
248 |
-
foreach ( $nextlistings as $listing_id ) {
|
249 |
-
if ( $data = $this->extract_data( $listing_id ) ) {
|
250 |
-
$content = implode( $this->settings['csv-file-separator'], $data );
|
251 |
-
fwrite( $csvfile, $this->prepare_content( $content ) );
|
252 |
-
}
|
253 |
-
|
254 |
-
$this->exported++;
|
255 |
-
}
|
256 |
-
|
257 |
-
fclose( $csvfile );
|
258 |
-
|
259 |
-
if ( $this->is_done() ) {
|
260 |
-
if ( file_exists( $this->workingdir . 'images.zip' ) ) {
|
261 |
-
@unlink( $this->workingdir . 'export.zip' );
|
262 |
-
$zip = new PclZip( $this->workingdir . 'export.zip' );
|
263 |
-
|
264 |
-
$files = array();
|
265 |
-
$files[] = $this->workingdir . 'export.csv';
|
266 |
-
$files[] = $this->workingdir . 'images.zip';
|
267 |
-
|
268 |
-
$zip->create( implode( ',', $files ) , PCLZIP_OPT_REMOVE_ALL_PATH );
|
269 |
-
|
270 |
-
@unlink( $this->workingdir . 'export.csv' );
|
271 |
-
@unlink( $this->workingdir . 'images.zip' );
|
272 |
-
}
|
273 |
-
}
|
274 |
-
}
|
275 |
-
|
276 |
-
public function is_done() {
|
277 |
-
return $this->exported == count( $this->listings );
|
278 |
-
}
|
279 |
-
|
280 |
-
private function prepare_header( $header ) {
|
281 |
-
if ( $this->settings['target-os'] === 'windows' ) {
|
282 |
-
$bom = "\xEF\xBB\xBF"; /* UTF-8 BOM */
|
283 |
-
} else if ( $this->settings['target-os'] === 'macos' ) {
|
284 |
-
$bom = "\xFF\xFE"; /* UTF-16LE BOM */
|
285 |
-
}
|
286 |
-
|
287 |
-
return $bom . $this->prepare_content( $header );
|
288 |
-
}
|
289 |
-
|
290 |
-
private function prepare_content( $content ) {
|
291 |
-
if ( $this->settings['target-os'] === 'windows' ) {
|
292 |
-
$encoded_content = $content . "\n";
|
293 |
-
} else if ( $this->settings['target-os'] === 'macos' ) {
|
294 |
-
$encoded_content = iconv( 'UTF-8', 'UTF-16LE', $content . "\n" );
|
295 |
-
}
|
296 |
-
|
297 |
-
return $encoded_content;
|
298 |
-
}
|
299 |
-
|
300 |
-
public function get_file_path() {
|
301 |
-
if ( file_exists( $this->workingdir . 'export.zip' ) )
|
302 |
-
return $this->workingdir . 'export.zip';
|
303 |
-
else
|
304 |
-
return $this->workingdir . 'export.csv';
|
305 |
-
}
|
306 |
-
|
307 |
-
public function get_file_url() {
|
308 |
-
$uploaddir = wp_upload_dir();
|
309 |
-
$urldir = trailingslashit( untrailingslashit( $uploaddir['baseurl'] ) . '/' . ltrim( str_replace( DIRECTORY_SEPARATOR, '/', str_replace( $uploaddir['basedir'], '', $this->workingdir ) ), '/' ) );
|
310 |
-
|
311 |
-
if ( file_exists( $this->workingdir . 'export.zip' ) )
|
312 |
-
return $urldir . 'export.zip';
|
313 |
-
else
|
314 |
-
return $urldir . 'export.csv';
|
315 |
-
}
|
316 |
-
|
317 |
-
private function header( $echo=false ) {
|
318 |
-
$out = '';
|
319 |
-
|
320 |
-
foreach ( $this->columns as $colname => &$col ) {
|
321 |
-
$out .= $colname;
|
322 |
-
$out .= $this->settings['csv-file-separator'];
|
323 |
-
}
|
324 |
-
|
325 |
-
$out = substr( $out, 0, -1 );
|
326 |
-
|
327 |
-
if ( $echo )
|
328 |
-
echo $out;
|
329 |
-
|
330 |
-
return $out;
|
331 |
-
}
|
332 |
-
|
333 |
-
private function extract_data( $post_id ) {
|
334 |
-
global $wpdb;
|
335 |
-
|
336 |
-
$post = get_post( $post_id );
|
337 |
-
|
338 |
-
if ( !$post || $post->post_type != WPBDP_POST_TYPE )
|
339 |
-
return false;
|
340 |
-
|
341 |
-
$listings_api = wpbdp_listings_api();
|
342 |
-
$upgrades_api = wpbdp_listing_upgrades_api();
|
343 |
-
|
344 |
-
$data = array();
|
345 |
-
|
346 |
-
foreach ( $this->columns as $colname => &$col ) {
|
347 |
-
$association = is_object( $col ) ? $col->get_association() : $col;
|
348 |
-
$value = '';
|
349 |
-
|
350 |
-
switch( $association ) {
|
351 |
-
case 'sequence_id':
|
352 |
-
$value = $listings_api->calculate_sequence_id( $post->ID );
|
353 |
-
break;
|
354 |
-
|
355 |
-
/* Special columns. */
|
356 |
-
case 'images':
|
357 |
-
$upload_dir = wp_upload_dir();
|
358 |
-
$listing_images = array();
|
359 |
-
|
360 |
-
if ( $images = $listings_api->get_images( $post->ID ) ) {
|
361 |
-
foreach ( $images as &$img ) {
|
362 |
-
$img_metadata = wp_get_attachment_metadata( $img->ID );
|
363 |
-
|
364 |
-
if ( !isset( $img_metadata['file'] ) )
|
365 |
-
continue;
|
366 |
-
|
367 |
-
$img_path = realpath( $upload_dir['basedir'] . DIRECTORY_SEPARATOR . $img_metadata['file'] );
|
368 |
-
|
369 |
-
if ( !is_readable( $img_path ) )
|
370 |
-
continue;
|
371 |
-
|
372 |
-
$this->images_archive = !isset( $this->images_archive ) ? new PclZip( $this->workingdir . 'images.zip' ) : $this->images_archive;
|
373 |
-
if ( $res = $this->images_archive->add( $img_path, PCLZIP_OPT_REMOVE_ALL_PATH ) )
|
374 |
-
$listing_images[] = basename( $img_path );
|
375 |
-
}
|
376 |
-
}
|
377 |
-
|
378 |
-
if ( $listing_images )
|
379 |
-
$value = implode( $this->settings['images-separator'], $listing_images );
|
380 |
-
|
381 |
-
break;
|
382 |
-
|
383 |
-
case 'username':
|
384 |
-
$value = get_the_author_meta( 'user_login', $post->post_author );
|
385 |
-
break;
|
386 |
-
|
387 |
-
case 'featured_level':
|
388 |
-
$listing_level = $upgrades_api->get_listing_level( $post->ID );
|
389 |
-
$value = $listing_level->id;
|
390 |
-
break;
|
391 |
-
|
392 |
-
case 'expires_on':
|
393 |
-
$value = '';
|
394 |
-
$terms = wp_get_post_terms( $post->ID,
|
395 |
-
WPBDP_CATEGORY_TAX,
|
396 |
-
'fields=ids' );
|
397 |
-
$expiresdata = $wpdb->get_results( $wpdb->prepare( "SELECT category_id, expires_on FROM {$wpdb->prefix}wpbdp_listing_fees WHERE listing_id = %d", $post->ID ) );
|
398 |
-
$expiresdata = wp_list_pluck( $expiresdata, 'expires_on', 'category_id' );
|
399 |
-
$expiration_dates = array();
|
400 |
-
|
401 |
-
foreach ( $terms as $term_id ) {
|
402 |
-
if ( isset( $expiresdata[ $term_id ] ) )
|
403 |
-
$expiration_dates[] = $expiresdata[ $term_id ];
|
404 |
-
else
|
405 |
-
$expiration_dates[] = '';
|
406 |
-
}
|
407 |
-
$value = implode( '/', $expiration_dates );
|
408 |
-
|
409 |
-
break;
|
410 |
-
|
411 |
-
/* Standard associations. */
|
412 |
-
case 'category':
|
413 |
-
case 'tags':
|
414 |
-
$terms = wp_get_post_terms( $post->ID,
|
415 |
-
$col->get_association() == 'tags' ? WPBDP_TAGS_TAX : WPBDP_CATEGORY_TAX,
|
416 |
-
'fields=names' );
|
417 |
-
if ( $terms )
|
418 |
-
$value = implode( $this->settings['category-separator'], $terms );
|
419 |
-
break;
|
420 |
-
case 'meta':
|
421 |
-
default:
|
422 |
-
$value = $col->csv_value( $post->ID );
|
423 |
-
|
424 |
-
break;
|
425 |
-
}
|
426 |
-
|
427 |
-
if ( ! is_string( $value ) ) {
|
428 |
-
if ( is_array( $value ) ) {
|
429 |
-
$value = '';
|
430 |
-
} else {
|
431 |
-
$value = strval( $value );
|
432 |
-
}
|
433 |
-
}
|
434 |
-
|
435 |
-
$data[ $colname ] = '"' . str_replace( '"', '""', $value ) . '"';
|
436 |
-
}
|
437 |
-
|
438 |
-
return $data;
|
439 |
-
}
|
440 |
-
|
441 |
-
}
|
1 |
<?php
|
2 |
+
|
3 |
+
require_once( WPBDP_INC . 'admin/class-csv-exporter.php' );
|
4 |
+
|
5 |
/**
|
6 |
* CSV Export admin pages.
|
7 |
* @since 3.2
|
28 |
}
|
29 |
|
30 |
public function ajax_csv_export() {
|
31 |
+
if ( ! current_user_can( 'administrator' ) ) {
|
32 |
+
exit();
|
33 |
+
}
|
34 |
+
|
35 |
$error = '';
|
36 |
|
37 |
try {
|
38 |
+
if ( ! isset( $_REQUEST['state'] ) ) {
|
39 |
$export = new WPBDP_CSVExporter( array_merge( $_REQUEST['settings'], array() ) );
|
40 |
} else {
|
41 |
+
$state = json_decode( base64_decode( $_REQUEST['state'] ), true );
|
42 |
+
if ( ! $state || ! is_array( $state ) || empty( $state['workingdir'] ) ) {
|
43 |
+
$error = _x( 'Could not decode export state information.', 'admin csv-export', 'WPBDM' );
|
44 |
+
}
|
45 |
+
|
46 |
+
$export = WPBDP_CSVExporter::from_state( $state );
|
47 |
|
48 |
if ( isset( $_REQUEST['cleanup'] ) && $_REQUEST['cleanup'] == 1 ) {
|
49 |
$export->cleanup();
|
59 |
|
60 |
$response = array();
|
61 |
$response['error'] = $error;
|
62 |
+
$response['state'] = $state ? base64_encode( json_encode( $state ) ) : null;
|
63 |
$response['count'] = $state ? count( $state['listings'] ) : 0;
|
64 |
$response['exported'] = $state ? $state['exported'] : 0;
|
65 |
$response['filesize'] = $state ? size_format( $state['filesize'] ) : 0;
|
74 |
|
75 |
}
|
76 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
includes/admin/csv-import.php
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
<?php
|
|
|
2 |
require_once( WPBDP_INC . 'admin/class-csv-import.php' );
|
3 |
|
4 |
/**
|
1 |
<?php
|
2 |
+
|
3 |
require_once( WPBDP_INC . 'admin/class-csv-import.php' );
|
4 |
|
5 |
/**
|
includes/admin/fees.php
CHANGED
@@ -71,7 +71,12 @@ class WPBDP_FeesAdmin {
|
|
71 |
|
72 |
private function processFieldForm() {
|
73 |
$fee_id = isset( $_GET['id'] ) ? absint( $_GET['id'] ) : 0;
|
74 |
-
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
if ( isset( $_POST['fee'] ) ) {
|
77 |
if ( ! isset( $_POST['fee']['sticky'] ) )
|
71 |
|
72 |
private function processFieldForm() {
|
73 |
$fee_id = isset( $_GET['id'] ) ? absint( $_GET['id'] ) : 0;
|
74 |
+
|
75 |
+
if ( $fee_id ) {
|
76 |
+
$fee = WPBDP_Fee_Plan::find( $fee_id );
|
77 |
+
} else {
|
78 |
+
$fee = new WPBDP_Fee_Plan( array( 'categories' => array( 'categories' => array( 0 ) ) ) );
|
79 |
+
}
|
80 |
|
81 |
if ( isset( $_POST['fee'] ) ) {
|
82 |
if ( ! isset( $_POST['fee']['sticky'] ) )
|
includes/admin/helpers/listing-metabox.php
CHANGED
@@ -89,7 +89,7 @@ class WPBDP_Admin_Listing_Metabox {
|
|
89 |
echo '</dl>';
|
90 |
|
91 |
if ( current_user_can( 'administrator' ) && 'ok' != $this->listing->get_payment_status() ) {
|
92 |
-
echo sprintf( '<a href="%s" class="button-primary">%s</a> ',
|
93 |
esc_url( add_query_arg('wpbdmaction', 'setaspaid' ) ),
|
94 |
_x( 'Mark listing as Paid', 'admin infometabox', 'WPBDM' ) );
|
95 |
}
|
89 |
echo '</dl>';
|
90 |
|
91 |
if ( current_user_can( 'administrator' ) && 'ok' != $this->listing->get_payment_status() ) {
|
92 |
+
echo sprintf( '<a href="%s" class="button button-primary">%s</a> ',
|
93 |
esc_url( add_query_arg('wpbdmaction', 'setaspaid' ) ),
|
94 |
_x( 'Mark listing as Paid', 'admin infometabox', 'WPBDM' ) );
|
95 |
}
|
includes/admin/settings/class-settings.php
CHANGED
@@ -132,9 +132,15 @@ class WPBDP_Settings {
|
|
132 |
'choice',
|
133 |
'above',
|
134 |
'',
|
135 |
-
|
136 |
-
|
137 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
|
139 |
// Quick search fields.
|
140 |
$desc = '';
|
@@ -142,14 +148,20 @@ class WPBDP_Settings {
|
|
142 |
$desc .= _x( 'You have selected a textarea field to be included in quick searches. Searches involving those fields are very expensive and could result in timeouts and/or general slowness.', 'admin settings', 'WPBDM' );
|
143 |
$desc .= '</span>';
|
144 |
$desc .= _x( 'Use Ctrl-Click to include multiple fields in the search. Choosing too many fields for inclusion into Quick Search can result in very slow search performance.', 'admin settings', 'WPBDM' );
|
|
|
145 |
$this->add_setting( $s,
|
146 |
'quick-search-fields',
|
147 |
_x( 'Quick search fields', 'admin settings', 'WPBDM' ),
|
148 |
'choice',
|
149 |
array(),
|
150 |
$desc,
|
151 |
-
|
152 |
-
|
|
|
|
|
|
|
|
|
|
|
153 |
$this->add_setting( $s,
|
154 |
'quick-search-enable-performance-tricks',
|
155 |
_x( 'Enable high performance searches?', 'admin settings', 'WPBDM' ),
|
@@ -244,10 +256,39 @@ class WPBDP_Settings {
|
|
244 |
|
245 |
|
246 |
$this->add_setting($s, 'show-listings-under-categories', _x('Show listings under categories on main page?', 'admin settings', 'WPBDM'), 'boolean', false);
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
251 |
$this->add_setting( $s, 'submit-instructions', _x( 'Submit Listing instructions message', 'admin settings', 'WPBDM' ), 'text','', _x( 'This text is displayed at the first page of the Submit Listing process for Business Directory. You can use it for instructions about filling out the form or anything you want to tell users before they get started.', 'admin settings', 'WPBDM' ), array( 'use_textarea' => true ) );
|
252 |
|
253 |
$s = $this->add_section($g, 'listings/renewals', _x('Listing Renewal', 'admin settings', 'WPBDM'));
|
@@ -295,19 +336,59 @@ class WPBDP_Settings {
|
|
295 |
);
|
296 |
|
297 |
$s = $this->add_section($g, 'post/category', _x('Post/Category Settings', 'admin settings', 'WPBDM'));
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
$this->add_setting( $s, 'categories-order-by', _x('Order categories list by', 'admin settings', 'WPBDM'), 'choice', 'name', '',
|
304 |
array('choices' => array(
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
|
|
|
|
|
|
|
|
309 |
$this->add_setting( $s, 'categories-sort', _x('Sort order for categories', 'admin settings', 'WPBDM'), 'choice', 'ASC', '',
|
310 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
311 |
$this->add_setting($s, 'show-category-post-count', _x('Show category post count?', 'admin settings', 'WPBDM'), 'boolean', true);
|
312 |
$this->add_setting($s, 'hide-empty-categories', _x('Hide empty categories?', 'admin settings', 'WPBDM'), 'boolean', false);
|
313 |
$this->add_setting($s, 'show-only-parent-categories', _x('Show only parent categories in category list?', 'admin settings', 'WPBDM'), 'boolean', false);
|
@@ -323,9 +404,21 @@ class WPBDP_Settings {
|
|
323 |
array( 'paid', _x( 'Paid first then free. Inside each group by date.', 'admin settings', 'WPBDM' ) ),
|
324 |
array( 'paid-title', _x( 'Paid first then free. Inside each group by title.', 'admin settings', 'WPBDM' ) )
|
325 |
)));
|
326 |
-
$this->add_setting(
|
327 |
-
|
328 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
329 |
|
330 |
$this->add_setting( $s,
|
331 |
'listings-sortbar-enabled',
|
@@ -368,10 +461,12 @@ class WPBDP_Settings {
|
|
368 |
'field',
|
369 |
_x( 'This affects emails sent to listing owners via contact forms or when their listings expire.', 'admin settings', 'WPBDM' ),
|
370 |
array( 'choices' => array(
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
|
|
|
|
375 |
|
376 |
$s = $this->add_section( $g, 'email-notifications', _x( 'E-Mail Notifications', 'admin settings', 'WPBDM' ) );
|
377 |
$this->add_setting( $s,
|
@@ -610,9 +705,16 @@ EOF;
|
|
610 |
'choice',
|
611 |
'left',
|
612 |
'',
|
613 |
-
|
614 |
-
|
615 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
616 |
$this->register_dep( 'currency-symbol-position', 'requires-true', 'payments-on' );
|
617 |
|
618 |
$this->add_setting($s, 'payment-message', _x('Thank you for payment message', 'admin settings', 'WPBDM'), 'text',
|
@@ -651,9 +753,14 @@ EOF;
|
|
651 |
'choice',
|
652 |
'theme',
|
653 |
'',
|
654 |
-
|
655 |
-
|
656 |
-
|
|
|
|
|
|
|
|
|
|
|
657 |
// }
|
658 |
|
659 |
|
@@ -710,7 +817,7 @@ EOF;
|
|
710 |
if ( in_array( $field->get_association(), array( 'excerpt', 'content' ) ) || 'textarea' == $field->get_field_type_id() )
|
711 |
$is_text_field = true;
|
712 |
|
713 |
-
$fields[
|
714 |
}
|
715 |
|
716 |
return $fields;
|
@@ -1092,16 +1199,16 @@ EOF;
|
|
1092 |
$html .= wp_nonce_field( 'license activation', 'nonce', false, false );
|
1093 |
$html .= '<input type="button"
|
1094 |
value="' . _x( 'Deactivate License', 'settings', 'WPBDM' ) . '"
|
1095 |
-
class="button
|
1096 |
data-L10n="' . esc_attr( _x( 'Deactivating license...', 'settings', 'WPBDM' ) ) . '"
|
1097 |
style="' . ( 'valid' == $license_status ? '' : 'display: none;' ) . '" />';
|
1098 |
$html .= '<input type="button"
|
1099 |
value="' . _x( 'Activate License', 'settings', 'WPBDM' ) . '"
|
1100 |
-
class="button
|
1101 |
data-L10n="' . esc_attr( _x( 'Activating license...', 'settings', 'WPBDM' ) ) . '"
|
1102 |
style="' . ( 'valid' == $license_status ? 'display: none;' : '' ) . '" />';
|
1103 |
$html .= '<br />';
|
1104 |
-
$html .= '<
|
1105 |
$html .= '</span>';
|
1106 |
|
1107 |
echo apply_filters( 'wpbdp_settings_render', $html, $setting, $args );
|
@@ -1348,18 +1455,32 @@ EOF;
|
|
1348 |
$name = self::PREFIX . $setting->name . '[]';
|
1349 |
}
|
1350 |
|
|
|
|
|
1351 |
foreach ( $choices as $k => $v ) {
|
1352 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1353 |
$widget,
|
1354 |
$name,
|
1355 |
$k,
|
1356 |
( $value && in_array( $k, $value ) ) ? 'checked="checked"' : '',
|
1357 |
-
|
|
|
1358 |
}
|
|
|
|
|
1359 |
}
|
1360 |
|
1361 |
if ( $setting->help_text ) {
|
1362 |
-
$html .= '<
|
1363 |
}
|
1364 |
|
1365 |
echo apply_filters( 'wpbdp_settings_render', $html, $setting, $args );
|
132 |
'choice',
|
133 |
'above',
|
134 |
'',
|
135 |
+
array(
|
136 |
+
'choices' => array(
|
137 |
+
'above' => _x( 'Above results', 'admin settings', 'WPBDM' ),
|
138 |
+
'below' => _x( 'Below results', 'admin settings', 'WPBDM' ),
|
139 |
+
'none' => _x( 'Don\'t show with results', 'admin settings', 'WPBDM' ),
|
140 |
+
),
|
141 |
+
'widget' => 'radio',
|
142 |
+
)
|
143 |
+
);
|
144 |
|
145 |
// Quick search fields.
|
146 |
$desc = '';
|
148 |
$desc .= _x( 'You have selected a textarea field to be included in quick searches. Searches involving those fields are very expensive and could result in timeouts and/or general slowness.', 'admin settings', 'WPBDM' );
|
149 |
$desc .= '</span>';
|
150 |
$desc .= _x( 'Use Ctrl-Click to include multiple fields in the search. Choosing too many fields for inclusion into Quick Search can result in very slow search performance.', 'admin settings', 'WPBDM' );
|
151 |
+
|
152 |
$this->add_setting( $s,
|
153 |
'quick-search-fields',
|
154 |
_x( 'Quick search fields', 'admin settings', 'WPBDM' ),
|
155 |
'choice',
|
156 |
array(),
|
157 |
$desc,
|
158 |
+
array(
|
159 |
+
'choices' => array( &$this, 'quicksearch_fields_cb' ),
|
160 |
+
'multiple' => true,
|
161 |
+
'widget' => 'checkbox',
|
162 |
+
)
|
163 |
+
);
|
164 |
+
|
165 |
$this->add_setting( $s,
|
166 |
'quick-search-enable-performance-tricks',
|
167 |
_x( 'Enable high performance searches?', 'admin settings', 'WPBDM' ),
|
256 |
|
257 |
|
258 |
$this->add_setting($s, 'show-listings-under-categories', _x('Show listings under categories on main page?', 'admin settings', 'WPBDM'), 'boolean', false);
|
259 |
+
|
260 |
+
$this->add_setting(
|
261 |
+
$s,
|
262 |
+
'status-on-uninstall',
|
263 |
+
_x('Status of listings upon uninstalling plugin', 'admin settings', 'WPBDM'),
|
264 |
+
'choice',
|
265 |
+
'trash',
|
266 |
+
'',
|
267 |
+
array(
|
268 |
+
'choices' => array(
|
269 |
+
'draft' => _x( 'Draft', 'post status' ),
|
270 |
+
'trash' => _x( 'Trash', 'post status' ),
|
271 |
+
),
|
272 |
+
'widget' => 'radio',
|
273 |
+
)
|
274 |
+
);
|
275 |
+
|
276 |
+
$this->add_setting(
|
277 |
+
$s,
|
278 |
+
'deleted-status',
|
279 |
+
_x( 'Status of deleted listings', 'admin settings', 'WPBDM' ),
|
280 |
+
'choice',
|
281 |
+
'trash',
|
282 |
+
'',
|
283 |
+
array(
|
284 |
+
'choices' => array(
|
285 |
+
'draft'=> _x( 'Draft', 'post status' ),
|
286 |
+
'trash' => _x( 'Trash', 'post status' ),
|
287 |
+
),
|
288 |
+
'widget' => 'radio',
|
289 |
+
)
|
290 |
+
);
|
291 |
+
|
292 |
$this->add_setting( $s, 'submit-instructions', _x( 'Submit Listing instructions message', 'admin settings', 'WPBDM' ), 'text','', _x( 'This text is displayed at the first page of the Submit Listing process for Business Directory. You can use it for instructions about filling out the form or anything you want to tell users before they get started.', 'admin settings', 'WPBDM' ), array( 'use_textarea' => true ) );
|
293 |
|
294 |
$s = $this->add_section($g, 'listings/renewals', _x('Listing Renewal', 'admin settings', 'WPBDM'));
|
336 |
);
|
337 |
|
338 |
$s = $this->add_section($g, 'post/category', _x('Post/Category Settings', 'admin settings', 'WPBDM'));
|
339 |
+
|
340 |
+
$this->add_setting(
|
341 |
+
$s,
|
342 |
+
'new-post-status',
|
343 |
+
_x( 'Default new post status', 'admin settings', 'WPBDM' ),
|
344 |
+
'choice',
|
345 |
+
'pending',
|
346 |
+
'',
|
347 |
+
array(
|
348 |
+
'choices' => array(
|
349 |
+
'publish' => _x( 'Published', 'post status' ),
|
350 |
+
'pending' => _x( 'Pending', 'post status' ),
|
351 |
+
),
|
352 |
+
'widget' => 'radio',
|
353 |
+
)
|
354 |
+
);
|
355 |
+
|
356 |
+
$this->add_setting(
|
357 |
+
$s,
|
358 |
+
'edit-post-status',
|
359 |
+
_x('Edit post status', 'admin settings', 'WPBDM'),
|
360 |
+
'choice',
|
361 |
+
'publish',
|
362 |
+
'',
|
363 |
+
array(
|
364 |
+
'choices' => array(
|
365 |
+
'publish' => _x( 'Published', 'post status' ),
|
366 |
+
'pending' => _x( 'Pending', 'post status' ),
|
367 |
+
),
|
368 |
+
'widget' => 'radio',
|
369 |
+
)
|
370 |
+
);
|
371 |
+
|
372 |
$this->add_setting( $s, 'categories-order-by', _x('Order categories list by', 'admin settings', 'WPBDM'), 'choice', 'name', '',
|
373 |
array('choices' => array(
|
374 |
+
'name' => _x( 'Name', 'admin settings', 'WPBDM' ),
|
375 |
+
'slug' => _x( 'Slug', 'admin settings', 'WPBDM' ),
|
376 |
+
'count' => _x( 'Listing Count', 'admin settings', 'WPBDM' ),
|
377 |
+
),
|
378 |
+
'widget' => 'radio',
|
379 |
+
)
|
380 |
+
);
|
381 |
+
|
382 |
$this->add_setting( $s, 'categories-sort', _x('Sort order for categories', 'admin settings', 'WPBDM'), 'choice', 'ASC', '',
|
383 |
+
array(
|
384 |
+
'choices' => array(
|
385 |
+
'ASC' => _x('Ascending', 'admin settings', 'WPBDM'),
|
386 |
+
'DESC' => _x('Descending', 'admin settings', 'WPBDM'),
|
387 |
+
),
|
388 |
+
'widget' => 'radio',
|
389 |
+
)
|
390 |
+
);
|
391 |
+
|
392 |
$this->add_setting($s, 'show-category-post-count', _x('Show category post count?', 'admin settings', 'WPBDM'), 'boolean', true);
|
393 |
$this->add_setting($s, 'hide-empty-categories', _x('Hide empty categories?', 'admin settings', 'WPBDM'), 'boolean', false);
|
394 |
$this->add_setting($s, 'show-only-parent-categories', _x('Show only parent categories in category list?', 'admin settings', 'WPBDM'), 'boolean', false);
|
404 |
array( 'paid', _x( 'Paid first then free. Inside each group by date.', 'admin settings', 'WPBDM' ) ),
|
405 |
array( 'paid-title', _x( 'Paid first then free. Inside each group by title.', 'admin settings', 'WPBDM' ) )
|
406 |
)));
|
407 |
+
$this->add_setting(
|
408 |
+
$s,
|
409 |
+
'listings-sort',
|
410 |
+
_x( 'Sort order for directory listings', 'admin settings', 'WPBDM' ),
|
411 |
+
'choice',
|
412 |
+
'ASC',
|
413 |
+
_x( 'Ascending for ascending order A-Z, Descending for descending order Z-A', 'admin settings', 'WPBDM' ),
|
414 |
+
array(
|
415 |
+
'choices' => array(
|
416 |
+
'ASC' => _x('Ascending', 'admin settings', 'WPBDM'),
|
417 |
+
'DESC' => _x('Descending', 'admin settings', 'WPBDM'),
|
418 |
+
),
|
419 |
+
'widget' => 'radio',
|
420 |
+
)
|
421 |
+
);
|
422 |
|
423 |
$this->add_setting( $s,
|
424 |
'listings-sortbar-enabled',
|
461 |
'field',
|
462 |
_x( 'This affects emails sent to listing owners via contact forms or when their listings expire.', 'admin settings', 'WPBDM' ),
|
463 |
array( 'choices' => array(
|
464 |
+
'field' => _x( 'Try listing\'s email field first, then author\'s email.', 'admin settings', 'WPBDM' ),
|
465 |
+
'user' => _x( 'Try author\'s email first and then listing\'s email field.', 'admin settings', 'WPBDM' ),
|
466 |
+
),
|
467 |
+
'widget' => 'radio',
|
468 |
+
)
|
469 |
+
);
|
470 |
|
471 |
$s = $this->add_section( $g, 'email-notifications', _x( 'E-Mail Notifications', 'admin settings', 'WPBDM' ) );
|
472 |
$this->add_setting( $s,
|
705 |
'choice',
|
706 |
'left',
|
707 |
'',
|
708 |
+
array(
|
709 |
+
'choices' => array(
|
710 |
+
'left' => _x( 'Show currency symbol on the left', 'admin settings', 'WPBDM' ),
|
711 |
+
'right' => _x( 'Show currency symbol on the right', 'admin settings', 'WPBDM' ),
|
712 |
+
'none' => _x( 'Do not show currency symbol', 'admin settings', 'WPBDM' ),
|
713 |
+
),
|
714 |
+
'widget' => 'radio',
|
715 |
+
)
|
716 |
+
);
|
717 |
+
|
718 |
$this->register_dep( 'currency-symbol-position', 'requires-true', 'payments-on' );
|
719 |
|
720 |
$this->add_setting($s, 'payment-message', _x('Thank you for payment message', 'admin settings', 'WPBDM'), 'text',
|
753 |
'choice',
|
754 |
'theme',
|
755 |
'',
|
756 |
+
array(
|
757 |
+
'choices' => array(
|
758 |
+
'theme' => _x( 'Use the BD theme style for BD buttons', 'admin settings', 'WPBDM' ),
|
759 |
+
'none' => _x( 'Use the WP theme style for BD buttons', 'admin settings', 'WPBDM' ),
|
760 |
+
),
|
761 |
+
'widget' => 'radio',
|
762 |
+
)
|
763 |
+
);
|
764 |
// }
|
765 |
|
766 |
|
817 |
if ( in_array( $field->get_association(), array( 'excerpt', 'content' ) ) || 'textarea' == $field->get_field_type_id() )
|
818 |
$is_text_field = true;
|
819 |
|
820 |
+
$fields[ $field->get_id() ] = array( $field->get_label(), $is_text_field ? 'textfield' : '' );
|
821 |
}
|
822 |
|
823 |
return $fields;
|
1199 |
$html .= wp_nonce_field( 'license activation', 'nonce', false, false );
|
1200 |
$html .= '<input type="button"
|
1201 |
value="' . _x( 'Deactivate License', 'settings', 'WPBDM' ) . '"
|
1202 |
+
class="button license-deactivate"
|
1203 |
data-L10n="' . esc_attr( _x( 'Deactivating license...', 'settings', 'WPBDM' ) ) . '"
|
1204 |
style="' . ( 'valid' == $license_status ? '' : 'display: none;' ) . '" />';
|
1205 |
$html .= '<input type="button"
|
1206 |
value="' . _x( 'Activate License', 'settings', 'WPBDM' ) . '"
|
1207 |
+
class="button license-activate"
|
1208 |
data-L10n="' . esc_attr( _x( 'Activating license...', 'settings', 'WPBDM' ) ) . '"
|
1209 |
style="' . ( 'valid' == $license_status ? 'display: none;' : '' ) . '" />';
|
1210 |
$html .= '<br />';
|
1211 |
+
$html .= '<div class="status-message"></div>';
|
1212 |
$html .= '</span>';
|
1213 |
|
1214 |
echo apply_filters( 'wpbdp_settings_render', $html, $setting, $args );
|
1455 |
$name = self::PREFIX . $setting->name . '[]';
|
1456 |
}
|
1457 |
|
1458 |
+
$html .= '<ul id="' . $setting->name . '" class="wpbdp-choices-list">';
|
1459 |
+
|
1460 |
foreach ( $choices as $k => $v ) {
|
1461 |
+
if ( is_array( $v ) ) {
|
1462 |
+
$choice_label = $v[0];
|
1463 |
+
$choice_class = $v[1];
|
1464 |
+
} else {
|
1465 |
+
$choice_label = $v;
|
1466 |
+
$choice_class = null;
|
1467 |
+
}
|
1468 |
+
|
1469 |
+
$html .= sprintf( '<li class="%s"><label><input type="%s" name="%s" value="%s" %s />%s</label></li>',
|
1470 |
+
$choice_class ? $choice_class : '',
|
1471 |
$widget,
|
1472 |
$name,
|
1473 |
$k,
|
1474 |
( $value && in_array( $k, $value ) ) ? 'checked="checked"' : '',
|
1475 |
+
$choice_label
|
1476 |
+
);
|
1477 |
}
|
1478 |
+
|
1479 |
+
$html .= '</ul>';
|
1480 |
}
|
1481 |
|
1482 |
if ( $setting->help_text ) {
|
1483 |
+
$html .= '<span class="description">' . $setting->help_text . '</span>';
|
1484 |
}
|
1485 |
|
1486 |
echo apply_filters( 'wpbdp_settings_render', $html, $setting, $args );
|
includes/admin/tracking.php
CHANGED
@@ -211,14 +211,14 @@ class WPBDP_SiteTracking {
|
|
211 |
'content': <?php echo json_encode( $content ); ?>,
|
212 |
'position': { 'edge': 'top', 'align': 'center' },
|
213 |
'buttons': function(event, t) {
|
214 |
-
var do_not_track = $('<a id="wpbdp-pointer-b2" class="button
|
215 |
do_not_track.bind('click.pointer', function() { t.element.pointer('close'); });
|
216 |
|
217 |
return do_not_track;
|
218 |
}
|
219 |
}).pointer('open');
|
220 |
|
221 |
-
$('#wpbdp-pointer-b2').before('<a id="wpbdp-pointer-b1" class="button-primary"><?php _ex("Allow Tracking", "tracking", "WPBDM"); ?></a>');
|
222 |
|
223 |
$('#wpbdp-pointer-b1').click(function(){
|
224 |
WPBDP_SiteTracking_answer( true );
|
211 |
'content': <?php echo json_encode( $content ); ?>,
|
212 |
'position': { 'edge': 'top', 'align': 'center' },
|
213 |
'buttons': function(event, t) {
|
214 |
+
var do_not_track = $('<a id="wpbdp-pointer-b2" class="button" style="margin-right: 5px;"><?php _ex("No, Thanks.", "tracking", "WPBDM") ?></a>');
|
215 |
do_not_track.bind('click.pointer', function() { t.element.pointer('close'); });
|
216 |
|
217 |
return do_not_track;
|
218 |
}
|
219 |
}).pointer('open');
|
220 |
|
221 |
+
$('#wpbdp-pointer-b2').before('<a id="wpbdp-pointer-b1" class="button button-primary"><?php _ex("Allow Tracking", "tracking", "WPBDM"); ?></a>');
|
222 |
|
223 |
$('#wpbdp-pointer-b1').click(function(){
|
224 |
WPBDP_SiteTracking_answer( true );
|
includes/class-listing.php
CHANGED
@@ -10,7 +10,7 @@ class WPBDP_Listing {
|
|
10 |
private $id = 0;
|
11 |
private $new = true;
|
12 |
|
13 |
-
|
14 |
$this->id = intval( $id );
|
15 |
}
|
16 |
|
@@ -626,7 +626,7 @@ class WPBDP_Listing {
|
|
626 |
}
|
627 |
|
628 |
if ( isset( $state->fields ) ) {
|
629 |
-
$this->set_field_values( $state->fields );
|
630 |
}
|
631 |
|
632 |
if ( isset( $state->images ) ) {
|
10 |
private $id = 0;
|
11 |
private $new = true;
|
12 |
|
13 |
+
public function __construct( $id ) {
|
14 |
$this->id = intval( $id );
|
15 |
}
|
16 |
|
626 |
}
|
627 |
|
628 |
if ( isset( $state->fields ) ) {
|
629 |
+
$this->set_field_values( $state->fields, true );
|
630 |
}
|
631 |
|
632 |
if ( isset( $state->images ) ) {
|
includes/class-listings-api.php
CHANGED
@@ -198,8 +198,11 @@ class WPBDP_Listings_API {
|
|
198 |
|
199 |
$listing->save();
|
200 |
|
201 |
-
if ( $is_renewal )
|
202 |
$listing->set_post_status( 'publish' );
|
|
|
|
|
|
|
203 |
}
|
204 |
|
205 |
/**
|
198 |
|
199 |
$listing->save();
|
200 |
|
201 |
+
if ( $is_renewal ) {
|
202 |
$listing->set_post_status( 'publish' );
|
203 |
+
} elseif ( 'initial' == $payment->tag ) {
|
204 |
+
$listing->set_post_status( wpbdp_get_option( 'new-post-status' ) );
|
205 |
+
}
|
206 |
}
|
207 |
|
208 |
/**
|
includes/class-shortcodes.php
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
class WPBDP__Shortcodes {
|
6 |
|
7 |
private $shortcodes = array();
|
|
|
8 |
|
9 |
|
10 |
public function __construct() {}
|
@@ -115,7 +116,7 @@ class WPBDP__Shortcodes {
|
|
115 |
|
116 |
/*
|
117 |
* WordPress Shortcode:
|
118 |
-
* [businessdirectory-
|
119 |
* Used for:
|
120 |
* Displaying a single listing from the directory (by slug or ID).
|
121 |
* Parameters:
|
@@ -125,6 +126,8 @@ class WPBDP__Shortcodes {
|
|
125 |
* At least one of the parameters `id` or `slug` must be provided.
|
126 |
* Example:
|
127 |
* `[businessdirectory-listing slug="my-listing"]`
|
|
|
|
|
128 |
*/
|
129 |
$this->add( 'businessdirectory-listing', array( $this, 'sc_single_listing' ) );
|
130 |
|
@@ -173,6 +176,8 @@ class WPBDP__Shortcodes {
|
|
173 |
* - buttons Which menu buttons to show inside the box. Default is none. (Allowed Values: "all", "none", or a comma-separated list from the set "create", "directory" and "listings").
|
174 |
* Example:
|
175 |
* `[businessdirectory-quick-search buttons="create,listings"]`
|
|
|
|
|
176 |
*/
|
177 |
$this->add( 'businessdirectory-quick-search', array( $this, 'sc_quick_search' ), array( 'business-directory-quick-search' ) );
|
178 |
|
@@ -188,6 +193,8 @@ class WPBDP__Shortcodes {
|
|
188 |
* Example:
|
189 |
* - Display the latest 5 listings submitted to the directory:
|
190 |
* `[businessdirectory-latest-listings limit=5]`
|
|
|
|
|
191 |
*/
|
192 |
$this->add( 'businessdirectory-latest-listings', array( $this, 'sc_listings_latest' ) );
|
193 |
|
@@ -204,6 +211,8 @@ class WPBDP__Shortcodes {
|
|
204 |
* - Display a set of 10 random listings, including the directory menu with only the "Create A Listing" button:
|
205 |
*
|
206 |
* `[businessdirectory-random-listings menu=1 buttons="create"]`
|
|
|
|
|
207 |
*/
|
208 |
$this->add( 'businessdirectory-random-listings', array( $this, 'sc_listings_random' ) );
|
209 |
|
@@ -218,6 +227,8 @@ class WPBDP__Shortcodes {
|
|
218 |
* - buttons Which menu buttons to show inside the menu (applies only when `menu` is `1`). Default is none. (Allowed Values: "all", "none", or a comma-separated list from the set "create", "directory" and "listings").
|
219 |
* Example:
|
220 |
* `[businessdirectory-featured-listings limit=5]`
|
|
|
|
|
221 |
*/
|
222 |
$this->add( 'businessdirectory-featured-listings', array( $this, 'sc_listings_featured' ) );
|
223 |
|
@@ -249,8 +260,12 @@ class WPBDP__Shortcodes {
|
|
249 |
}
|
250 |
|
251 |
public function sc_submit_listing() {
|
252 |
-
|
253 |
-
|
|
|
|
|
|
|
|
|
254 |
}
|
255 |
|
256 |
public function sc_listings( $atts ) {
|
5 |
class WPBDP__Shortcodes {
|
6 |
|
7 |
private $shortcodes = array();
|
8 |
+
private $output = array();
|
9 |
|
10 |
|
11 |
public function __construct() {}
|
116 |
|
117 |
/*
|
118 |
* WordPress Shortcode:
|
119 |
+
* [businessdirectory-listing]
|
120 |
* Used for:
|
121 |
* Displaying a single listing from the directory (by slug or ID).
|
122 |
* Parameters:
|
126 |
* At least one of the parameters `id` or `slug` must be provided.
|
127 |
* Example:
|
128 |
* `[businessdirectory-listing slug="my-listing"]`
|
129 |
+
* Since:
|
130 |
+
* 3.6.10
|
131 |
*/
|
132 |
$this->add( 'businessdirectory-listing', array( $this, 'sc_single_listing' ) );
|
133 |
|
176 |
* - buttons Which menu buttons to show inside the box. Default is none. (Allowed Values: "all", "none", or a comma-separated list from the set "create", "directory" and "listings").
|
177 |
* Example:
|
178 |
* `[businessdirectory-quick-search buttons="create,listings"]`
|
179 |
+
* Since:
|
180 |
+
* 4.1.13
|
181 |
*/
|
182 |
$this->add( 'businessdirectory-quick-search', array( $this, 'sc_quick_search' ), array( 'business-directory-quick-search' ) );
|
183 |
|
193 |
* Example:
|
194 |
* - Display the latest 5 listings submitted to the directory:
|
195 |
* `[businessdirectory-latest-listings limit=5]`
|
196 |
+
* Since:
|
197 |
+
* 4.1.13
|
198 |
*/
|
199 |
$this->add( 'businessdirectory-latest-listings', array( $this, 'sc_listings_latest' ) );
|
200 |
|
211 |
* - Display a set of 10 random listings, including the directory menu with only the "Create A Listing" button:
|
212 |
*
|
213 |
* `[businessdirectory-random-listings menu=1 buttons="create"]`
|
214 |
+
* Since:
|
215 |
+
* 4.1.13
|
216 |
*/
|
217 |
$this->add( 'businessdirectory-random-listings', array( $this, 'sc_listings_random' ) );
|
218 |
|
227 |
* - buttons Which menu buttons to show inside the menu (applies only when `menu` is `1`). Default is none. (Allowed Values: "all", "none", or a comma-separated list from the set "create", "directory" and "listings").
|
228 |
* Example:
|
229 |
* `[businessdirectory-featured-listings limit=5]`
|
230 |
+
* Since:
|
231 |
+
* 4.1.13
|
232 |
*/
|
233 |
$this->add( 'businessdirectory-featured-listings', array( $this, 'sc_listings_featured' ) );
|
234 |
|
260 |
}
|
261 |
|
262 |
public function sc_submit_listing() {
|
263 |
+
if ( ! isset( $this->output['submit-listing'] ) ) {
|
264 |
+
$v = wpbdp_load_view( 'submit_listing' );
|
265 |
+
$this->output['submit-listing'] = $v->dispatch();
|
266 |
+
}
|
267 |
+
|
268 |
+
return $this->output['submit-listing'];
|
269 |
}
|
270 |
|
271 |
public function sc_listings( $atts ) {
|
includes/compatibility/class-cpt-compat-mode.php
CHANGED
@@ -19,12 +19,23 @@ class WPBDP__CPT_Compat_Mode {
|
|
19 |
$slug_cat = wpbdp_get_option( 'permalinks-category-slug' );
|
20 |
$slug_tag = wpbdp_get_option( 'permalinks-tags-slug' );
|
21 |
|
22 |
-
if ( get_query_var( '_' . $slug_dir ) )
|
23 |
-
$
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
$this->current_view = 'show_category';
|
26 |
-
elseif ( get_query_var( '_' . $slug_tag ) )
|
27 |
$this->current_view = 'show_tag';
|
|
|
28 |
|
29 |
if ( $this->current_view )
|
30 |
return $this->current_view;
|
@@ -32,6 +43,11 @@ class WPBDP__CPT_Compat_Mode {
|
|
32 |
return $viewname;
|
33 |
}
|
34 |
|
|
|
|
|
|
|
|
|
|
|
35 |
public function before_dispatch() {
|
36 |
global $wp_query;
|
37 |
|
@@ -44,9 +60,11 @@ class WPBDP__CPT_Compat_Mode {
|
|
44 |
case 'show_listing':
|
45 |
$this->data['wp_query'] = $wp_query;
|
46 |
|
47 |
-
|
48 |
-
|
49 |
-
|
|
|
|
|
50 |
|
51 |
$args = array( 'post_type' => WPBDP_POST_TYPE,
|
52 |
'p' => $listing_id );
|
19 |
$slug_cat = wpbdp_get_option( 'permalinks-category-slug' );
|
20 |
$slug_tag = wpbdp_get_option( 'permalinks-tags-slug' );
|
21 |
|
22 |
+
if ( get_query_var( '_' . $slug_dir ) ) {
|
23 |
+
$listing_id = $this->get_listing_id_from_query_var();
|
24 |
+
|
25 |
+
if ( $listing_id ) {
|
26 |
+
$this->data['listing_id'] = $listing_id;
|
27 |
+
$this->current_view = 'show_listing';
|
28 |
+
} else {
|
29 |
+
$wp_query->set_404();
|
30 |
+
$wp_query->set( 'page_id', null );
|
31 |
+
$wp_query->set( 'p', null );
|
32 |
+
return null;
|
33 |
+
}
|
34 |
+
} elseif ( get_query_var( '_' . $slug_cat ) ) {
|
35 |
$this->current_view = 'show_category';
|
36 |
+
} elseif ( get_query_var( '_' . $slug_tag ) ) {
|
37 |
$this->current_view = 'show_tag';
|
38 |
+
}
|
39 |
|
40 |
if ( $this->current_view )
|
41 |
return $this->current_view;
|
43 |
return $viewname;
|
44 |
}
|
45 |
|
46 |
+
private function get_listing_id_from_query_var() {
|
47 |
+
$id_or_slug = get_query_var( '_' . wpbdp_get_option( 'permalinks-directory-slug' ) );
|
48 |
+
return wpbdp_get_post_by_id_or_slug( $id_or_slug, 'id', 'id' );
|
49 |
+
}
|
50 |
+
|
51 |
public function before_dispatch() {
|
52 |
global $wp_query;
|
53 |
|
60 |
case 'show_listing':
|
61 |
$this->data['wp_query'] = $wp_query;
|
62 |
|
63 |
+
if ( isset( $this->data['listing_id'] ) ) {
|
64 |
+
$listing_id = $this->data['listing_id'];
|
65 |
+
} else {
|
66 |
+
$listing_id = $this->get_listing_id_from_query_var();
|
67 |
+
}
|
68 |
|
69 |
$args = array( 'post_type' => WPBDP_POST_TYPE,
|
70 |
'p' => $listing_id );
|
includes/fields/class-fieldtypes-select.php
CHANGED
@@ -65,6 +65,8 @@ class WPBDP_FieldTypes_Select extends WPBDP_Form_Field_Type {
|
|
65 |
$options = array_combine( $tags, $tags );
|
66 |
}
|
67 |
|
|
|
|
|
68 |
if ( $field->get_association() == 'category' ) {
|
69 |
$html .= wp_dropdown_categories( array(
|
70 |
'taxonomy' => $field->get_association() == 'tags' ? WPBDP_TAGS_TAX : WPBDP_CATEGORY_TAX,
|
@@ -81,9 +83,11 @@ class WPBDP_FieldTypes_Select extends WPBDP_Form_Field_Type {
|
|
81 |
) );
|
82 |
|
83 |
if ( $this->is_multiple() ) {
|
84 |
-
$html = preg_replace(
|
85 |
-
|
86 |
-
|
|
|
|
|
87 |
|
88 |
if ($value) {
|
89 |
foreach ( $value as $catid ) {
|
@@ -100,7 +104,7 @@ class WPBDP_FieldTypes_Select extends WPBDP_Form_Field_Type {
|
|
100 |
$this->is_multiple() ? 'multiple="multiple"' : '',
|
101 |
'inselect',
|
102 |
$field->is_required() ? 'required' : '',
|
103 |
-
$this->is_multiple() ? sprintf( 'size="%d"', $
|
104 |
);
|
105 |
|
106 |
if ( $field->data( 'empty_on_search' ) && $context == 'search' ) {
|
@@ -108,8 +112,16 @@ class WPBDP_FieldTypes_Select extends WPBDP_Form_Field_Type {
|
|
108 |
_x( '-- Choose One --', 'form-fields-api category-select', 'WPBDM' ) );
|
109 |
}
|
110 |
|
111 |
-
|
112 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
}
|
114 |
|
115 |
foreach ( $options as $option => $label ) {
|
@@ -139,13 +151,14 @@ class WPBDP_FieldTypes_Select extends WPBDP_Form_Field_Type {
|
|
139 |
}
|
140 |
|
141 |
public function render_field_settings( &$field=null, $association=null ) {
|
142 |
-
if ( $association != 'meta' && $association != 'tags' )
|
143 |
-
return '';
|
144 |
-
|
145 |
return self::render_admin_settings( $this->get_field_settings( $field, $association ) );
|
146 |
}
|
147 |
|
148 |
protected function get_field_settings( $field=null, $association=null ) {
|
|
|
|
|
|
|
|
|
149 |
$settings = array();
|
150 |
|
151 |
$settings['options'][] = _x( 'Field Options (for select lists, radio buttons and checkboxes).', 'form-fields admin', 'WPBDM' ) . '<span class="description">(required)</span>';
|
65 |
$options = array_combine( $tags, $tags );
|
66 |
}
|
67 |
|
68 |
+
$size = $field->data( 'size', 4 );
|
69 |
+
|
70 |
if ( $field->get_association() == 'category' ) {
|
71 |
$html .= wp_dropdown_categories( array(
|
72 |
'taxonomy' => $field->get_association() == 'tags' ? WPBDP_TAGS_TAX : WPBDP_CATEGORY_TAX,
|
83 |
) );
|
84 |
|
85 |
if ( $this->is_multiple() ) {
|
86 |
+
$html = preg_replace(
|
87 |
+
"/\\<select(.*)name=('|\")(.*)('|\")(.*)\\>/uiUs",
|
88 |
+
sprintf( "<select name=\"$3[]\" multiple=\"multiple\" $1 $5 size=\"%d\">", $size ),
|
89 |
+
$html
|
90 |
+
);
|
91 |
|
92 |
if ($value) {
|
93 |
foreach ( $value as $catid ) {
|
104 |
$this->is_multiple() ? 'multiple="multiple"' : '',
|
105 |
'inselect',
|
106 |
$field->is_required() ? 'required' : '',
|
107 |
+
$this->is_multiple() ? sprintf( 'size="%d"', $size ) : ''
|
108 |
);
|
109 |
|
110 |
if ( $field->data( 'empty_on_search' ) && $context == 'search' ) {
|
112 |
_x( '-- Choose One --', 'form-fields-api category-select', 'WPBDM' ) );
|
113 |
}
|
114 |
|
115 |
+
$show_empty_option = $field->data( 'show_empty_option', null );
|
116 |
+
|
117 |
+
if ( is_null( $show_empty_option ) ) {
|
118 |
+
$show_empty_option = ! $field->has_validator( 'required' );
|
119 |
+
}
|
120 |
+
|
121 |
+
if ( $show_empty_option ) {
|
122 |
+
$default_label = _x( '— None —', 'form-fields-api select', 'WPBDM' );
|
123 |
+
$empty_option_label = $field->data( 'empty_option_label', $default_label );
|
124 |
+
$html .= '<option value="">' . $empty_option_label . '</option>';
|
125 |
}
|
126 |
|
127 |
foreach ( $options as $option => $label ) {
|
151 |
}
|
152 |
|
153 |
public function render_field_settings( &$field=null, $association=null ) {
|
|
|
|
|
|
|
154 |
return self::render_admin_settings( $this->get_field_settings( $field, $association ) );
|
155 |
}
|
156 |
|
157 |
protected function get_field_settings( $field=null, $association=null ) {
|
158 |
+
if ( $association != 'meta' && $association != 'tags' ) {
|
159 |
+
return array();
|
160 |
+
}
|
161 |
+
|
162 |
$settings = array();
|
163 |
|
164 |
$settings['options'][] = _x( 'Field Options (for select lists, radio buttons and checkboxes).', 'form-fields admin', 'WPBDM' ) . '<span class="description">(required)</span>';
|
includes/fields/class-fieldtypes-textarea.php
CHANGED
@@ -54,7 +54,7 @@ class WPBDP_FieldTypes_TextArea extends WPBDP_Form_Field_Type {
|
|
54 |
$settings['allow_iframes'][] =
|
55 |
'<div class="iframe-confirm wpbdp-note warning">' .
|
56 |
'<p>' . _x( 'Enabling iframe support in your listings can allow users to execute arbitrary scripts on a page if they want, which can possibly infect your site with malware. We do NOT recommend using this setting UNLESS you are posting the listings yourself and have sole control over the content. Are you sure you want to enable this?', 'admin form-fields', 'WPBDM' ) . '</p>' .
|
57 |
-
'<a href="#" class="button
|
58 |
'<a href="#" class="button button-primary yes">' . _x( 'Yes', 'form-fields admin', 'WPBDM' ) . '</a>' .
|
59 |
'</div>' .
|
60 |
'<input type="checkbox" value="1" name="field[allow_iframes]" ' . ( $field && $field->data( 'allow_iframes' ) ? ' checked="checked"' : '' ) . ' />';
|
54 |
$settings['allow_iframes'][] =
|
55 |
'<div class="iframe-confirm wpbdp-note warning">' .
|
56 |
'<p>' . _x( 'Enabling iframe support in your listings can allow users to execute arbitrary scripts on a page if they want, which can possibly infect your site with malware. We do NOT recommend using this setting UNLESS you are posting the listings yourself and have sole control over the content. Are you sure you want to enable this?', 'admin form-fields', 'WPBDM' ) . '</p>' .
|
57 |
+
'<a href="#" class="button no">' . _x( 'No', 'form-fields admin', 'WPBDM' ) . '</a> ' .
|
58 |
'<a href="#" class="button button-primary yes">' . _x( 'Yes', 'form-fields admin', 'WPBDM' ) . '</a>' .
|
59 |
'</div>' .
|
60 |
'<input type="checkbox" value="1" name="field[allow_iframes]" ' . ( $field && $field->data( 'allow_iframes' ) ? ' checked="checked"' : '' ) . ' />';
|
includes/helpers/class-listing-search.php
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
class WPBDP__Listing_Search {
|
6 |
|
7 |
private $tree = array();
|
|
|
8 |
private $parts = array();
|
9 |
public $aliases = array();
|
10 |
private $query_template = '';
|
@@ -12,8 +13,9 @@ class WPBDP__Listing_Search {
|
|
12 |
private $results = null;
|
13 |
|
14 |
|
15 |
-
public function __construct( $tree ) {
|
16 |
$this->tree = $tree;
|
|
|
17 |
|
18 |
// If the tree has no head, assume 'and'.
|
19 |
if ( ! isset( $this->tree[0] ) || ! is_string( $this->tree[0] ) )
|
@@ -22,6 +24,7 @@ class WPBDP__Listing_Search {
|
|
22 |
|
23 |
public function terms_for_field( $field ) {
|
24 |
$field = is_object( $field ) ? $field->get_id() : absint( $field );
|
|
|
25 |
$result = array();
|
26 |
|
27 |
foreach ( $this->parts as $p ) {
|
@@ -32,6 +35,16 @@ class WPBDP__Listing_Search {
|
|
32 |
return $result;
|
33 |
}
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
public function get_tree() {
|
36 |
return $this->tree;
|
37 |
}
|
@@ -148,7 +161,7 @@ class WPBDP__Listing_Search {
|
|
148 |
}
|
149 |
|
150 |
public static function from_request( $request = array() ) {
|
151 |
-
return new self( self::parse_request( $request ) );
|
152 |
}
|
153 |
|
154 |
public static function parse_request( $request = array() ) {
|
@@ -162,12 +175,9 @@ class WPBDP__Listing_Search {
|
|
162 |
$request['kw'] = explode( ' ', $request['kw'] );
|
163 |
}
|
164 |
|
165 |
-
$fields_ids = wpbdp_get_option( 'quick-search-fields' );
|
166 |
-
$fields_ids = $fields_ids ? $fields_ids : wpbdp_get_form_fields( 'association=title,excerpt,content&output=ids' );
|
167 |
-
|
168 |
$fields = array();
|
169 |
|
170 |
-
foreach (
|
171 |
$field = wpbdp_get_form_field( $field_id );
|
172 |
|
173 |
if ( $field ) {
|
@@ -203,6 +213,18 @@ class WPBDP__Listing_Search {
|
|
203 |
return $res;
|
204 |
}
|
205 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
206 |
public static function tree_remove_field( $tree, $field, $term = null ) {
|
207 |
$field = is_object( $field ) ? $field->get_id() : absint( $field );
|
208 |
$result = array();
|
5 |
class WPBDP__Listing_Search {
|
6 |
|
7 |
private $tree = array();
|
8 |
+
private $original_request = array();
|
9 |
private $parts = array();
|
10 |
public $aliases = array();
|
11 |
private $query_template = '';
|
13 |
private $results = null;
|
14 |
|
15 |
|
16 |
+
public function __construct( $tree, $original_request = array() ) {
|
17 |
$this->tree = $tree;
|
18 |
+
$this->original_request = $original_request;
|
19 |
|
20 |
// If the tree has no head, assume 'and'.
|
21 |
if ( ! isset( $this->tree[0] ) || ! is_string( $this->tree[0] ) )
|
24 |
|
25 |
public function terms_for_field( $field ) {
|
26 |
$field = is_object( $field ) ? $field->get_id() : absint( $field );
|
27 |
+
|
28 |
$result = array();
|
29 |
|
30 |
foreach ( $this->parts as $p ) {
|
35 |
return $result;
|
36 |
}
|
37 |
|
38 |
+
public function get_original_search_terms_for_field( $field ) {
|
39 |
+
$quick_search_fields_ids = self::get_quick_search_fields_ids();
|
40 |
+
|
41 |
+
if ( in_array( $field->get_id(), $quick_search_fields_ids, true ) && isset( $this->original_request['kw'] ) ) {
|
42 |
+
return array( $this->original_request['kw'] );
|
43 |
+
}
|
44 |
+
|
45 |
+
return $this->terms_for_field( $field );
|
46 |
+
}
|
47 |
+
|
48 |
public function get_tree() {
|
49 |
return $this->tree;
|
50 |
}
|
161 |
}
|
162 |
|
163 |
public static function from_request( $request = array() ) {
|
164 |
+
return new self( self::parse_request( $request ), $request );
|
165 |
}
|
166 |
|
167 |
public static function parse_request( $request = array() ) {
|
175 |
$request['kw'] = explode( ' ', $request['kw'] );
|
176 |
}
|
177 |
|
|
|
|
|
|
|
178 |
$fields = array();
|
179 |
|
180 |
+
foreach ( self::get_quick_search_fields_ids() as $field_id ) {
|
181 |
$field = wpbdp_get_form_field( $field_id );
|
182 |
|
183 |
if ( $field ) {
|
213 |
return $res;
|
214 |
}
|
215 |
|
216 |
+
/**
|
217 |
+
* TODO: This method is similar to WPBDP_Listings_API::get_quick_search_fields().
|
218 |
+
* TODO: Do we need to cache this?
|
219 |
+
*
|
220 |
+
* @since 4.1.13
|
221 |
+
*/
|
222 |
+
private static function get_quick_search_fields_ids() {
|
223 |
+
$fields_ids = wpbdp_get_option( 'quick-search-fields' );
|
224 |
+
$fields_ids = $fields_ids ? $fields_ids : wpbdp_get_form_fields( 'association=title,excerpt,content&output=ids' );
|
225 |
+
return array_map( 'intval', $fields_ids );
|
226 |
+
}
|
227 |
+
|
228 |
public static function tree_remove_field( $tree, $field, $term = null ) {
|
229 |
$field = is_object( $field ) ? $field->get_id() : absint( $field );
|
230 |
$result = array();
|
includes/licensing.php
CHANGED
@@ -168,10 +168,11 @@ class WPBDP_Licensing {
|
|
168 |
);
|
169 |
|
170 |
// Call the licensing server.
|
171 |
-
$response =
|
172 |
|
173 |
-
if ( is_wp_error( $response ) )
|
174 |
-
return
|
|
|
175 |
|
176 |
$license_data = json_decode( wp_remote_retrieve_body( $response ) );
|
177 |
|
@@ -183,6 +184,83 @@ class WPBDP_Licensing {
|
|
183 |
return array( 'activations_left' => $license_data->activations_left, 'expires' => $license_data->expires );
|
184 |
}
|
185 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
function deactivate_license( $module ) {
|
187 |
if ( ! in_array( $module, array_keys( $this->modules ), true ) )
|
188 |
return new WP_Error( 'invalid-module', _x( 'Invalid module ID', 'licensing', 'WPBDM' ), $module );
|
@@ -200,10 +278,11 @@ class WPBDP_Licensing {
|
|
200 |
);
|
201 |
|
202 |
// Call the licensing server.
|
203 |
-
$response =
|
204 |
|
205 |
-
if ( is_wp_error( $response ) )
|
206 |
-
return
|
|
|
207 |
|
208 |
$license_data = json_decode( wp_remote_retrieve_body( $response ) );
|
209 |
|
@@ -296,7 +375,7 @@ class WPBDP_Licensing {
|
|
296 |
echo '<br /><br />';
|
297 |
echo '<a href="#" class="dismiss button" data-module="' . esc_attr( $d['id'] ) . '" data-nonce="' . wp_create_nonce( 'dismiss warning' ) . '">' . _x( 'Remind me later', 'licensing', 'WPBDM' ) . '</a> ';
|
298 |
$url = add_query_arg( array( 'item_name' => urlencode( $d['name'] ), 'edd_license_key' => urlencode( $d['license'] ) ), 'http://businessdirectoryplugin.com/checkout/' );
|
299 |
-
echo '<a href="' . esc_url( $url ) . '" target="_blank" class="button-primary">' . _x( 'Renew License Key', 'licensing', 'WPBDM' ) . '</a>';
|
300 |
echo '</p></div>';
|
301 |
}
|
302 |
}
|
@@ -364,8 +443,12 @@ class WPBDP_Licensing {
|
|
364 |
|
365 |
$response = new WPBDP_Ajax_Response();
|
366 |
|
367 |
-
if ( is_wp_error( $result ) )
|
368 |
-
$
|
|
|
|
|
|
|
|
|
369 |
|
370 |
$response->set_message( _x( 'License activated', 'licensing', 'WPBDM' ) );
|
371 |
$response->send();
|
@@ -382,8 +465,12 @@ class WPBDP_Licensing {
|
|
382 |
|
383 |
$response = new WPBDP_Ajax_Response();
|
384 |
|
385 |
-
if ( is_wp_error( $result ) )
|
386 |
-
$
|
|
|
|
|
|
|
|
|
387 |
|
388 |
$response->set_message( _x( 'License deactivated', 'licensing', 'WPBDM' ) );
|
389 |
$response->send();
|
168 |
);
|
169 |
|
170 |
// Call the licensing server.
|
171 |
+
$response = $this->license_request( add_query_arg( $request, self::STORE_URL ) );
|
172 |
|
173 |
+
if ( is_wp_error( $response ) ) {
|
174 |
+
return $response;
|
175 |
+
}
|
176 |
|
177 |
$license_data = json_decode( wp_remote_retrieve_body( $response ) );
|
178 |
|
184 |
return array( 'activations_left' => $license_data->activations_left, 'expires' => $license_data->expires );
|
185 |
}
|
186 |
|
187 |
+
private function license_request( $url ) {
|
188 |
+
// Call the licensing server.
|
189 |
+
$response = wp_remote_get( $url, array( 'timeout' => 15, 'sslverify' => false ) );
|
190 |
+
|
191 |
+
if ( is_wp_error( $response ) ) {
|
192 |
+
return $this->handle_failed_license_request( $response );
|
193 |
+
}
|
194 |
+
|
195 |
+
$response_code = wp_remote_retrieve_response_code( $response );
|
196 |
+
$response_message = wp_remote_retrieve_response_message( $response );
|
197 |
+
|
198 |
+
if ( 403 == $response_code ) {
|
199 |
+
$message = '<strong>' . _x( 'The server returned a 403 Forbidden error.', 'licensing', 'WPBDM' ) . '</strong>';
|
200 |
+
$message.= '<br/><br/>';
|
201 |
+
$message.= _x( "It look's like your server is not authorized to make requests to Business Directory servers. Please contact support and ask them to add your IP address <ip-address> to the whitelist.", 'licensing', 'WPBDM' );
|
202 |
+
$message.= '<br/><br/>';
|
203 |
+
$message.= _x( 'Include this error message with your report.', 'licensing', 'WPBDM' );
|
204 |
+
|
205 |
+
$message = str_replace( '<ip-address>', $this->get_server_ip_address(), $message );
|
206 |
+
|
207 |
+
// The javascript handler already adds a dot at the end.
|
208 |
+
$message = rtrim( $message, '.' );
|
209 |
+
|
210 |
+
return new WP_Error( 'request-not-authorized', $message );
|
211 |
+
}
|
212 |
+
|
213 |
+
return $response;
|
214 |
+
}
|
215 |
+
|
216 |
+
private function handle_failed_license_request( $response ) {
|
217 |
+
$ch = curl_init();
|
218 |
+
|
219 |
+
curl_setopt( $ch, CURLOPT_URL, 'https://businessdirectoryplugin.com' );
|
220 |
+
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
|
221 |
+
|
222 |
+
$r = curl_exec( $ch );
|
223 |
+
|
224 |
+
$error_number = curl_errno( $ch );
|
225 |
+
$error_message = curl_error( $ch );
|
226 |
+
|
227 |
+
curl_close( $ch );
|
228 |
+
|
229 |
+
if ( in_array( $error_number, array( 7 ), true ) ) {
|
230 |
+
$message = '<strong>' . _x( "It was not possible to establish a connection with Business Directory's server. The connection failed with the following error:", 'licensing', 'WPBDM' ) . '</strong>';
|
231 |
+
$message.= '<br/><br/>';
|
232 |
+
$message.= '<code>curl: (' . $error_number . ') ' . $error_message . '</code>';
|
233 |
+
$message.= '<br/><br/>';
|
234 |
+
$message.= _x( "It look's like your server is not authorized to make requests to Business Directory servers. Please contact support and ask them to add your IP address <ip-address> to the whitelist.", 'licensing', 'WPBDM' );
|
235 |
+
$message.= '<br/><br/>';
|
236 |
+
$message.= _x( 'Include this error message with your report.', 'licensing', 'WPBDM' );
|
237 |
+
|
238 |
+
$message = str_replace( '<ip-address>', $this->get_server_ip_address(), $message );
|
239 |
+
// The javascript handler already adds a dot at the end.
|
240 |
+
$message = rtrim( $message, '.' );
|
241 |
+
|
242 |
+
return new WP_Error( 'connection-refused', $message );
|
243 |
+
} elseif ( in_array( $error_number, array( 35 ), true ) ) {
|
244 |
+
$message = '<strong>' . _x( "It was not possible to establish a connection with Business Directory's server. A problem occurred in the SSL/TSL handshake:", 'licensing', 'WPBDM' ) . '</strong>';
|
245 |
+
|
246 |
+
$message.= '<br/><br/>';
|
247 |
+
$message.= '<code>curl: (' . $error_number . ') ' . $error_message . '</code>';
|
248 |
+
$message.= '<br/><br/>';
|
249 |
+
$message.= _x( 'To ensure the security of our systems and adhere to industry best practices, we require that your server uses a recent version of cURL and a version of OpenSSL that supports TLSv1.2 (minimum version with support is OpenSSL 1.0.1c).', 'licensing', 'WPBDM' );
|
250 |
+
$message.= '<br/><br/>';
|
251 |
+
$message.= _x( 'Upgrading your system will not only allow you to communicate with Business Directory servers but also help you prepare your website to interact with services using the latest security standards.', 'licensing', 'WPBDM' );
|
252 |
+
$message.= '<br/><br/>';
|
253 |
+
$message.= _x( 'Please contact your hosting provider and ask them to upgrade your system. Include this message if necesary.', 'licensing', 'WPBDM' );
|
254 |
+
|
255 |
+
// The javascript handler already adds a dot at the end.
|
256 |
+
$message = rtrim( $message, '.' );
|
257 |
+
|
258 |
+
return new WP_Error( 'request-failed', $message );
|
259 |
+
} else {
|
260 |
+
return new WP_Error( 'request-failed', _x( 'Could not contact licensing server', 'licensing', 'WPBDM' ) );
|
261 |
+
}
|
262 |
+
}
|
263 |
+
|
264 |
function deactivate_license( $module ) {
|
265 |
if ( ! in_array( $module, array_keys( $this->modules ), true ) )
|
266 |
return new WP_Error( 'invalid-module', _x( 'Invalid module ID', 'licensing', 'WPBDM' ), $module );
|
278 |
);
|
279 |
|
280 |
// Call the licensing server.
|
281 |
+
$response = $this->license_request( add_query_arg( $request, self::STORE_URL ) );
|
282 |
|
283 |
+
if ( is_wp_error( $response ) ) {
|
284 |
+
return $response;
|
285 |
+
}
|
286 |
|
287 |
$license_data = json_decode( wp_remote_retrieve_body( $response ) );
|
288 |
|
375 |
echo '<br /><br />';
|
376 |
echo '<a href="#" class="dismiss button" data-module="' . esc_attr( $d['id'] ) . '" data-nonce="' . wp_create_nonce( 'dismiss warning' ) . '">' . _x( 'Remind me later', 'licensing', 'WPBDM' ) . '</a> ';
|
377 |
$url = add_query_arg( array( 'item_name' => urlencode( $d['name'] ), 'edd_license_key' => urlencode( $d['license'] ) ), 'http://businessdirectoryplugin.com/checkout/' );
|
378 |
+
echo '<a href="' . esc_url( $url ) . '" target="_blank" class="button button-primary">' . _x( 'Renew License Key', 'licensing', 'WPBDM' ) . '</a>';
|
379 |
echo '</p></div>';
|
380 |
}
|
381 |
}
|
443 |
|
444 |
$response = new WPBDP_Ajax_Response();
|
445 |
|
446 |
+
if ( is_wp_error( $result ) ) {
|
447 |
+
$message = sprintf( _x( 'Could not activate license: %s.', 'licensing', 'WPBDM' ), $result->get_error_message() );
|
448 |
+
$message = wpbpd_admin_notice( $message, 'error' );
|
449 |
+
|
450 |
+
$response->send_error( $message );
|
451 |
+
}
|
452 |
|
453 |
$response->set_message( _x( 'License activated', 'licensing', 'WPBDM' ) );
|
454 |
$response->send();
|
465 |
|
466 |
$response = new WPBDP_Ajax_Response();
|
467 |
|
468 |
+
if ( is_wp_error( $result ) ) {
|
469 |
+
$message = sprintf( _x( 'Could not deactivate license: %s.', 'licensing', 'WPBDM' ), $result->get_error_message() );
|
470 |
+
$message = wpbpd_admin_notice( $message, 'error' );
|
471 |
+
|
472 |
+
$response->send_error( $message );
|
473 |
+
}
|
474 |
|
475 |
$response->set_message( _x( 'License deactivated', 'licensing', 'WPBDM' ) );
|
476 |
$response->send();
|
includes/themes.php
CHANGED
@@ -87,13 +87,21 @@ class WPBDP_Themes {
|
|
87 |
$js = array_filter( (array) $theme->assets->js );
|
88 |
|
89 |
foreach ( $css as $c ) {
|
90 |
-
wp_enqueue_style(
|
91 |
-
|
|
|
|
|
|
|
|
|
92 |
}
|
93 |
|
94 |
if ( 'theme' == wpbdp_get_option( 'themes-button-style' ) && file_exists( $theme->path . 'assets/buttons.css' ) ) {
|
95 |
-
wp_enqueue_style(
|
96 |
-
|
|
|
|
|
|
|
|
|
97 |
}
|
98 |
|
99 |
foreach ( $js as $j ) {
|
@@ -107,7 +115,7 @@ class WPBDP_Themes {
|
|
107 |
$deps = array();
|
108 |
}
|
109 |
|
110 |
-
wp_enqueue_script( $handle, $source, $deps );
|
111 |
}
|
112 |
|
113 |
$this->call_theme_function( 'enqueue_scripts' );
|
87 |
$js = array_filter( (array) $theme->assets->js );
|
88 |
|
89 |
foreach ( $css as $c ) {
|
90 |
+
wp_enqueue_style(
|
91 |
+
$theme->id . '-' . $this->_normalize_asset_name( $c ),
|
92 |
+
$theme->url . 'assets/' . $c,
|
93 |
+
array(),
|
94 |
+
$theme->version
|
95 |
+
);
|
96 |
}
|
97 |
|
98 |
if ( 'theme' == wpbdp_get_option( 'themes-button-style' ) && file_exists( $theme->path . 'assets/buttons.css' ) ) {
|
99 |
+
wp_enqueue_style(
|
100 |
+
$theme->id . '-buttons',
|
101 |
+
$theme->url . 'assets/buttons.css',
|
102 |
+
array(),
|
103 |
+
$theme->version
|
104 |
+
);
|
105 |
}
|
106 |
|
107 |
foreach ( $js as $j ) {
|
115 |
$deps = array();
|
116 |
}
|
117 |
|
118 |
+
wp_enqueue_script( $handle, $source, $deps, $theme->version );
|
119 |
}
|
120 |
|
121 |
$this->call_theme_function( 'enqueue_scripts' );
|
includes/utils.php
CHANGED
@@ -548,16 +548,16 @@ jQuery(function( $ ) {
|
|
548 |
'align': '<?php echo isset( $options['align'] ) ? $options['align'] : 'center'; ?>' },
|
549 |
'buttons': function( e, t ) {
|
550 |
<?php if ( ! $secondary_button ): ?>
|
551 |
-
var b = $( '<a id="wpbdp-pointer-b1" class="button-primary">' + '<?php echo $primary_button; ?>' + '</a>' );
|
552 |
<?php else: ?>
|
553 |
-
var b = $( '<a id="wpbdp-pointer-b2" class="button
|
554 |
<?php endif; ?>
|
555 |
return b;
|
556 |
}
|
557 |
}).pointer('open');
|
558 |
|
559 |
<?php if ( $secondary_button ): ?>
|
560 |
-
$( '#wpbdp-pointer-b2' ).before( '<a id="wpbdp-pointer-b1" class="button-primary">' + '<?php echo $primary_button; ?>' + '</a>' );
|
561 |
$( '#wpbdp-pointer-b2' ).click(function(e) {
|
562 |
e.preventDefault();
|
563 |
<?php if ( $secondary_action ): ?>
|
@@ -851,3 +851,10 @@ function wpbdp_table_exists( $table_name ) {
|
|
851 |
|
852 |
return strcasecmp( $result, $table_name ) === 0;
|
853 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
548 |
'align': '<?php echo isset( $options['align'] ) ? $options['align'] : 'center'; ?>' },
|
549 |
'buttons': function( e, t ) {
|
550 |
<?php if ( ! $secondary_button ): ?>
|
551 |
+
var b = $( '<a id="wpbdp-pointer-b1" class="button button-primary">' + '<?php echo $primary_button; ?>' + '</a>' );
|
552 |
<?php else: ?>
|
553 |
+
var b = $( '<a id="wpbdp-pointer-b2" class="button" style="margin-right: 15px;">' + '<?php echo $secondary_button; ?>' + '</a>' );
|
554 |
<?php endif; ?>
|
555 |
return b;
|
556 |
}
|
557 |
}).pointer('open');
|
558 |
|
559 |
<?php if ( $secondary_button ): ?>
|
560 |
+
$( '#wpbdp-pointer-b2' ).before( '<a id="wpbdp-pointer-b1" class="button button-primary">' + '<?php echo $primary_button; ?>' + '</a>' );
|
561 |
$( '#wpbdp-pointer-b2' ).click(function(e) {
|
562 |
e.preventDefault();
|
563 |
<?php if ( $secondary_action ): ?>
|
851 |
|
852 |
return strcasecmp( $result, $table_name ) === 0;
|
853 |
}
|
854 |
+
|
855 |
+
/**
|
856 |
+
* @since 4.1.13.3
|
857 |
+
*/
|
858 |
+
function wpbpd_admin_notice( $content, $type='info' ) {
|
859 |
+
return '<div class="notice notice-' . $type . ' is-dismissible"><p>' . $content . '</p></div>';
|
860 |
+
}
|
includes/views/search.php
CHANGED
@@ -26,7 +26,7 @@ class WPBDP__Views__Search extends WPBDP_NView {
|
|
26 |
$field_value = null;
|
27 |
|
28 |
if ( $search ) {
|
29 |
-
$terms = $search->
|
30 |
|
31 |
if ( $terms )
|
32 |
$field_value = array_pop( $terms );
|
26 |
$field_value = null;
|
27 |
|
28 |
if ( $search ) {
|
29 |
+
$terms = $search->get_original_search_terms_for_field( $field );
|
30 |
|
31 |
if ( $terms )
|
32 |
$field_value = array_pop( $terms );
|
includes/views/view-submit-listing.php
CHANGED
@@ -474,7 +474,13 @@ class WPBDP_Submit_Listing_Page extends WPBDP_View {
|
|
474 |
}
|
475 |
|
476 |
protected function step_save() {
|
477 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
478 |
$listing->set_field_values( $this->state->fields );
|
479 |
$listing->set_images( $this->state->images );
|
480 |
$listing->set_thumbnail_id( $this->state->thumbnail_id );
|
@@ -488,8 +494,7 @@ class WPBDP_Submit_Listing_Page extends WPBDP_View {
|
|
488 |
// Generate payment for the listing.
|
489 |
$payment = new WPBDP_Payment( array( 'listing_id' => $listing->get_id() ) );
|
490 |
|
491 |
-
|
492 |
-
$payment->tag( 'initial' );
|
493 |
|
494 |
foreach ( $this->state->categories as $cat_id => $fee_id ) {
|
495 |
$category_info = $listing->get_category_info( $cat_id );
|
@@ -514,12 +519,29 @@ class WPBDP_Submit_Listing_Page extends WPBDP_View {
|
|
514 |
|
515 |
$this->state->listing_id = $listing->get_id();
|
516 |
$this->state->payment_id = $payment->get_id();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
517 |
}
|
518 |
|
519 |
do_action_ref_array( 'wpbdp_listing_form_extra_sections_save', array( &$this->state ) );
|
520 |
|
521 |
$listing->save();
|
522 |
-
|
|
|
|
|
|
|
|
|
|
|
523 |
|
524 |
$this->state->advance( false ); // This step is 'invisible'.
|
525 |
return $this->dispatch();
|
474 |
}
|
475 |
|
476 |
protected function step_save() {
|
477 |
+
if ( $this->state->editing ) {
|
478 |
+
$listing = WPBDP_Listing::get( $this->state->listing_id );
|
479 |
+
} else {
|
480 |
+
$this->state->post_status = 'draft';
|
481 |
+
$listing = WPBDP_Listing::create( $this->state );
|
482 |
+
}
|
483 |
+
|
484 |
$listing->set_field_values( $this->state->fields );
|
485 |
$listing->set_images( $this->state->images );
|
486 |
$listing->set_thumbnail_id( $this->state->thumbnail_id );
|
494 |
// Generate payment for the listing.
|
495 |
$payment = new WPBDP_Payment( array( 'listing_id' => $listing->get_id() ) );
|
496 |
|
497 |
+
$payment->tag( 'initial' );
|
|
|
498 |
|
499 |
foreach ( $this->state->categories as $cat_id => $fee_id ) {
|
500 |
$category_info = $listing->get_category_info( $cat_id );
|
519 |
|
520 |
$this->state->listing_id = $listing->get_id();
|
521 |
$this->state->payment_id = $payment->get_id();
|
522 |
+
|
523 |
+
$initial_payment_is_completed = $payment->is_completed();
|
524 |
+
} else {
|
525 |
+
$initial_payment = WPBDP_Payment::find( array( 'tag' => 'initial', 'listing_id' => $listing->get_id() ) );
|
526 |
+
|
527 |
+
if ( $initial_payment ) {
|
528 |
+
$initial_payment_is_completed = $initial_payment[0]->is_completed();
|
529 |
+
} else {
|
530 |
+
// In case we are dealing with a listing created before the initial
|
531 |
+
// tag was introduced
|
532 |
+
$initial_payment_is_completed = true;
|
533 |
+
}
|
534 |
}
|
535 |
|
536 |
do_action_ref_array( 'wpbdp_listing_form_extra_sections_save', array( &$this->state ) );
|
537 |
|
538 |
$listing->save();
|
539 |
+
|
540 |
+
if ( $this->state->editing && $initial_payment_is_completed ) {
|
541 |
+
$listing->set_post_status( wpbdp_get_option( 'edit-post-status' ) );
|
542 |
+
} elseif ( $initial_payment_is_completed ) {
|
543 |
+
$listing->set_post_status( wpbdp_get_option( 'new-post-status' ) );
|
544 |
+
}
|
545 |
|
546 |
$this->state->advance( false ); // This step is 'invisible'.
|
547 |
return $this->dispatch();
|
languages/WPBDM-ar.po
CHANGED
@@ -3,8 +3,9 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 4.0.8\n"
|
6 |
-
"Report-Msgid-Bugs-To:
|
7 |
-
"
|
|
|
8 |
"PO-Revision-Date: 2017-01-16 17:47-0500\n"
|
9 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
10 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -17,44 +18,7 @@ msgstr ""
|
|
17 |
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
|
20 |
-
#: business-directory-plugin.php:
|
21 |
-
#, fuzzy
|
22 |
-
msgctxt "listing image upload"
|
23 |
-
msgid "Can not upload any more images for this listing."
|
24 |
-
msgstr "التصنيفات لهذا الإعلان"
|
25 |
-
|
26 |
-
#: business-directory-plugin.php:708
|
27 |
-
msgctxt "admin plugins"
|
28 |
-
msgid "Settings"
|
29 |
-
msgstr "الإعدادات"
|
30 |
-
|
31 |
-
#: business-directory-plugin.php:816 business-directory-plugin.php:823
|
32 |
-
msgctxt "rss feed"
|
33 |
-
msgid "%s Feed"
|
34 |
-
msgstr "تغذية %s"
|
35 |
-
|
36 |
-
#: business-directory-plugin.php:1174 includes/views/submit_listing.php:10
|
37 |
-
#: includes/views/view-submit-listing.php:58
|
38 |
-
msgctxt "views"
|
39 |
-
msgid "Submit A Listing"
|
40 |
-
msgstr "إضافة إعلان"
|
41 |
-
|
42 |
-
#: business-directory-plugin.php:1179
|
43 |
-
msgctxt "title"
|
44 |
-
msgid "Find a Listing"
|
45 |
-
msgstr "العثور على إعلان"
|
46 |
-
|
47 |
-
#: business-directory-plugin.php:1184
|
48 |
-
msgctxt "title"
|
49 |
-
msgid "View All Listings"
|
50 |
-
msgstr "عرض جميع الإعلانات"
|
51 |
-
|
52 |
-
#: business-directory-plugin.php:1213
|
53 |
-
msgctxt "title"
|
54 |
-
msgid "Listings tagged: %s"
|
55 |
-
msgstr "إعلانات ذات وسم: %s"
|
56 |
-
|
57 |
-
#: business-directory-plugin.php:1587
|
58 |
#, fuzzy
|
59 |
msgid ""
|
60 |
"The directory features are disabled at this time because a <a>manual "
|
@@ -63,42 +27,16 @@ msgstr ""
|
|
63 |
"تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
|
64 |
"يدوية قبل المتابعة."
|
65 |
|
66 |
-
#: business-directory-plugin.php:
|
67 |
msgid ""
|
68 |
"The directory is not available at this time. Please try again in a few "
|
69 |
"minutes or contact the administrator if the problem persists."
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: includes/admin/class-admin-listings.php:40
|
73 |
-
msgctxt "admin category filter"
|
74 |
-
msgid "All categories"
|
75 |
-
msgstr "جميع التصنيفات"
|
76 |
-
|
77 |
-
#: includes/admin/class-admin-listings.php:133
|
78 |
-
msgctxt "admin listings"
|
79 |
-
msgid ""
|
80 |
-
"This listing doesn't have any category assigned. At least one category (and "
|
81 |
-
"its respective fee) is required in order to determine the features available "
|
82 |
-
"to this listing, as well as handling renewals."
|
83 |
-
msgstr ""
|
84 |
-
"هذا الإعلان لا يملك أي تصنيف معين. تصنيف واحد على الأقل (والرسوم الخاصة "
|
85 |
-
"به) مطلوب من أجل تحديد الميزات المتوفرة لهذا الإعلان، زائد التعامل مع تجديد "
|
86 |
-
"الاشتراك."
|
87 |
-
|
88 |
#: includes/admin/class-admin-listings.php:138
|
89 |
msgid "Listing Information"
|
90 |
msgstr "معلومات حول الإعلان"
|
91 |
|
92 |
-
#: includes/admin/class-admin-listings.php:145
|
93 |
-
msgctxt "admin"
|
94 |
-
msgid "Listing Fields / Images"
|
95 |
-
msgstr "حقول / صور الإعلان"
|
96 |
-
|
97 |
-
#: includes/admin/class-admin-listings.php:156
|
98 |
-
msgctxt "admin"
|
99 |
-
msgid "Categories"
|
100 |
-
msgstr "التصنيفات"
|
101 |
-
|
102 |
#: includes/admin/class-admin-listings.php:157
|
103 |
msgid "Payment Status"
|
104 |
msgstr "حالة الدفع"
|
@@ -107,11 +45,6 @@ msgstr "حالة الدفع"
|
|
107 |
msgid "Featured (Sticky) Status"
|
108 |
msgstr "حالة مميز (مثبت)"
|
109 |
|
110 |
-
#: includes/admin/class-admin-listings.php:189
|
111 |
-
msgctxt "admin"
|
112 |
-
msgid "(Listing expired in this category)"
|
113 |
-
msgstr "(إعلان منتهي الصلاحية في هذا التصنيف)"
|
114 |
-
|
115 |
#: includes/admin/class-admin-listings.php:207
|
116 |
#: includes/admin/class-admin-listings.php:290
|
117 |
msgid "Paid"
|
@@ -136,52 +69,11 @@ msgstr "ترقية إلى %s"
|
|
136 |
msgid "Downgrade to %s"
|
137 |
msgstr "الرجوع إلى %s"
|
138 |
|
139 |
-
#: includes/admin/class-admin-listings.php:239
|
140 |
-
#: includes/admin/class-admin-listings.php:418
|
141 |
-
msgctxt "admin actions"
|
142 |
-
msgid "Upgrade to Featured"
|
143 |
-
msgstr "ترقية إلى الخطة المميزة"
|
144 |
-
|
145 |
#: includes/admin/class-admin-listings.php:295
|
146 |
msgid "Unpaid"
|
147 |
msgstr "غير مدفوع"
|
148 |
|
149 |
-
#: includes/admin/class-admin
|
150 |
-
msgctxt "admin"
|
151 |
-
msgid "Expired"
|
152 |
-
msgstr "منتهي الصلاحية"
|
153 |
-
|
154 |
-
#: includes/admin/class-admin-listings.php:354
|
155 |
-
msgctxt "admin actions"
|
156 |
-
msgid "Edit Listing"
|
157 |
-
msgstr "تحرير الإعلان"
|
158 |
-
|
159 |
-
#: includes/admin/class-admin-listings.php:357
|
160 |
-
msgctxt "admin actions"
|
161 |
-
msgid "Delete Listing"
|
162 |
-
msgstr "حذف الإعلان"
|
163 |
-
|
164 |
-
#: includes/admin/class-admin-listings.php:416
|
165 |
-
msgctxt "admin actions"
|
166 |
-
msgid "Publish Listing"
|
167 |
-
msgstr "نشر إعلان"
|
168 |
-
|
169 |
-
#: includes/admin/class-admin-listings.php:419
|
170 |
-
msgctxt "admin actions"
|
171 |
-
msgid "Downgrade to Normal"
|
172 |
-
msgstr "الرجوع إلى النظام العادي"
|
173 |
-
|
174 |
-
#: includes/admin/class-admin-listings.php:421
|
175 |
-
msgctxt "admin actions"
|
176 |
-
msgid "Mark as Paid"
|
177 |
-
msgstr "إجعلها مدفوعة"
|
178 |
-
|
179 |
-
#: includes/admin/class-admin-listings.php:423
|
180 |
-
msgctxt "admin actions"
|
181 |
-
msgid "Renew Listing"
|
182 |
-
msgstr "تجديد الإعلان"
|
183 |
-
|
184 |
-
#: includes/admin/class-admin.php:105
|
185 |
msgid ""
|
186 |
"Preview is only available after you've saved the first draft. This is due\n"
|
187 |
"to how WordPress stores the data."
|
@@ -189,5971 +81,6648 @@ msgstr ""
|
|
189 |
"المعاينة متاحة فقط بعد أن تحفظ المسودة الأولى. ويرجع ذلك إلى طريقة حفظ "
|
190 |
"البيانات من طرف ووردبريس."
|
191 |
|
192 |
-
#: includes/admin/
|
193 |
-
msgctxt "drip pointer"
|
194 |
msgid ""
|
195 |
-
"
|
196 |
-
"
|
197 |
-
"
|
198 |
msgstr ""
|
199 |
-
"
|
200 |
-
"
|
201 |
-
"
|
202 |
-
|
203 |
-
#: includes/admin/class-admin.php:140
|
204 |
-
msgctxt "drip pointer"
|
205 |
-
msgid "Email Address:"
|
206 |
-
msgstr "عنوان البريد الإلكتروني:"
|
207 |
|
208 |
-
#: includes/admin/
|
209 |
-
|
210 |
-
|
211 |
-
msgstr "هل تريد معرفة \"أسرار بناء\" \"دليل أعمال مدهش\"؟"
|
212 |
|
213 |
-
#: includes/
|
214 |
-
|
215 |
-
|
216 |
-
msgstr "نعم، من فضلك!"
|
217 |
|
218 |
-
#: includes/
|
219 |
-
|
220 |
-
|
221 |
-
msgstr "لا، شكرًا"
|
222 |
|
223 |
-
#: includes/
|
224 |
-
|
225 |
-
|
226 |
-
msgstr "دليل الأعمال"
|
227 |
|
228 |
-
#: includes/
|
229 |
-
|
230 |
-
|
231 |
-
msgstr "أنت مستعد. قم بزيارة صفحة <a>دليل الأعمال</a> الجديدة."
|
232 |
|
233 |
-
#: includes/
|
234 |
-
|
235 |
-
|
236 |
-
msgstr "عنوان البريد الإلكتروني غير صالح!"
|
237 |
|
238 |
-
#: includes/
|
239 |
-
|
240 |
-
|
241 |
-
msgstr "مدير دليل الأعمال"
|
242 |
|
243 |
-
#: includes/
|
244 |
-
|
245 |
-
|
246 |
-
msgstr "مدير الدليل"
|
247 |
|
248 |
-
#: includes/
|
249 |
-
|
250 |
-
|
251 |
-
msgstr "مدير الدليل"
|
252 |
|
253 |
-
#: includes/
|
254 |
-
|
255 |
-
|
256 |
-
msgstr "إضافة إعلان جديد"
|
257 |
|
258 |
-
#: includes/
|
259 |
-
|
260 |
-
|
261 |
-
msgstr "إدارة الخيارات"
|
262 |
|
263 |
-
#: includes/
|
264 |
-
|
265 |
-
|
266 |
-
msgstr "إدارة الرسوم"
|
267 |
|
268 |
-
#: includes/
|
269 |
-
|
270 |
-
|
271 |
-
msgstr "إدارة حقول الاستمارة"
|
272 |
|
273 |
-
#: includes/
|
274 |
-
|
275 |
-
|
276 |
-
msgstr "الإعلانات"
|
277 |
|
278 |
-
#: includes/
|
279 |
-
|
280 |
-
|
281 |
-
msgstr "استيراد CSV"
|
282 |
|
283 |
-
#: includes/
|
284 |
-
|
285 |
-
|
286 |
-
msgstr "تصدير CSV"
|
287 |
|
288 |
-
#: includes/
|
289 |
-
|
290 |
-
|
291 |
-
msgstr "تصحيح الأخطاء"
|
292 |
|
293 |
-
#: includes/
|
294 |
-
|
295 |
-
|
296 |
-
msgstr "القائمة الرئيسية"
|
297 |
|
298 |
-
#: includes/
|
299 |
-
|
300 |
-
|
301 |
-
msgstr "حذف إضافة دليل الأعمال"
|
302 |
|
303 |
-
#: includes/
|
304 |
-
|
305 |
-
|
306 |
-
msgstr "حذف"
|
307 |
|
308 |
-
#: includes/
|
309 |
-
|
310 |
-
|
311 |
-
msgid "never"
|
312 |
-
msgstr "أبداً"
|
313 |
|
314 |
-
#: includes/
|
315 |
-
|
316 |
-
|
317 |
-
msgstr "إخفاء هذا التنبيه."
|
318 |
|
319 |
-
#: includes/
|
320 |
-
|
321 |
-
|
322 |
-
msgid_plural "The listings have been published."
|
323 |
-
msgstr[0] "تم نشر الإعلان."
|
324 |
-
msgstr[1] "تم نشر الإعلان."
|
325 |
-
msgstr[2] "تم نشر الإعلانين."
|
326 |
-
msgstr[3] "تم نشر الإعلانات."
|
327 |
-
msgstr[4] "تم نشر الإعلانات."
|
328 |
-
msgstr[5] "تم نشر الإعلانات."
|
329 |
|
330 |
-
#: includes/
|
331 |
-
|
332 |
-
|
333 |
-
msgid_plural "The listings status has been set as paid."
|
334 |
-
msgstr[0] "تم تعيين الإعلان مدفوع."
|
335 |
-
msgstr[1] "تم تعيين الإعلان مدفوع."
|
336 |
-
msgstr[2] "تم تعيين الإعلانين مدفوعان."
|
337 |
-
msgstr[3] "تم تعيين الإعلانات مدفوعة."
|
338 |
-
msgstr[4] "تم تعيين الإعلانات مدفوعة."
|
339 |
-
msgstr[5] "تم تعيين الإعلانات مدفوعة."
|
340 |
|
341 |
-
#: includes/
|
342 |
-
|
343 |
-
|
344 |
-
"Only invoices containing non-recurring items were marked as paid. Please "
|
345 |
-
"review the <a>Transactions</a> tab for the listing to manage recurring items "
|
346 |
-
"or check the gateway's backend."
|
347 |
-
msgid_plural ""
|
348 |
-
"Only invoices containing non-recurring items were marked as paid. Recurring "
|
349 |
-
"payments have to be managed through the gateway."
|
350 |
-
msgstr[0] ""
|
351 |
-
"فقط الفواتير التي تحتوي على البنود غير المتكررة تسجل كمدفوعة. الرجاء مراجعة "
|
352 |
-
"التبويب <a>معاملات مالية</a> للإعلانات لإدارة البنود المتكررة أو التحقق من "
|
353 |
-
"لوحة التحكم الخاصة بك."
|
354 |
-
msgstr[1] ""
|
355 |
-
"فقط الفواتير التي تحتوي على البنود غير المتكررة تسجل كمدفوعة. الرجاء مراجعة "
|
356 |
-
"التبويب <a>معاملات مالية</a> للإعلانات لإدارة البنود المتكررة أو التحقق من "
|
357 |
-
"لوحة التحكم الخاصة بك."
|
358 |
-
msgstr[2] ""
|
359 |
-
"فقط الفواتير التي تحتوي على البنود غير المتكررة تسجل كمدفوعة. المدفوعات "
|
360 |
-
"المتكررة يجب إدارتها من خلال لوحة التحكم الخاصة بك."
|
361 |
-
msgstr[3] ""
|
362 |
-
"فقط الفواتير التي تحتوي على البنود غير المتكررة تسجل كمدفوعة. المدفوعات "
|
363 |
-
"المتكررة يجب إدارتها من خلال لوحة التحكم الخاصة بك."
|
364 |
-
msgstr[4] ""
|
365 |
-
"فقط الفواتير التي تحتوي على البنود غير المتكررة تسجل كمدفوعة. المدفوعات "
|
366 |
-
"المتكررة يجب إدارتها من خلال لوحة التحكم الخاصة بك."
|
367 |
-
msgstr[5] ""
|
368 |
-
"فقط الفواتير التي تحتوي على البنود غير المتكررة تسجل كمدفوعة. المدفوعات "
|
369 |
-
"المتكررة يجب إدارتها من خلال لوحة التحكم الخاصة بك."
|
370 |
|
371 |
-
#: includes/
|
372 |
-
|
373 |
-
|
374 |
-
msgid_plural "The listings have been modified."
|
375 |
-
msgstr[0] "تم تعديل الإعلان."
|
376 |
-
msgstr[1] "تم تعديل الإعلان."
|
377 |
-
msgstr[2] "تم تعديل الإعلانين."
|
378 |
-
msgstr[3] "تم تعديل الإعلانات."
|
379 |
-
msgstr[4] "تم تعديل الإعلانات."
|
380 |
-
msgstr[5] "تم تعديل الإعلانات."
|
381 |
|
382 |
-
#: includes/
|
383 |
-
|
384 |
-
|
385 |
-
msgid_plural "The listings have been upgraded."
|
386 |
-
msgstr[0] "تمت ترقية الإعلان."
|
387 |
-
msgstr[1] "تمت ترقية الإعلان."
|
388 |
-
msgstr[2] "تمت ترقية الإعلانين."
|
389 |
-
msgstr[3] "تمت ترقية الإعلانات."
|
390 |
-
msgstr[4] "تمت ترقية الإعلانات."
|
391 |
-
msgstr[5] "تمت ترقية الإعلانات."
|
392 |
|
393 |
-
#: includes/
|
394 |
-
|
395 |
-
|
396 |
-
msgid_plural "The listings have been downgraded."
|
397 |
-
msgstr[0] "تم خفض اشتراك الإعلان."
|
398 |
-
msgstr[1] "تم خفض اشتراك الإعلان."
|
399 |
-
msgstr[2] "تم خفض اشتراك الإعلانين."
|
400 |
-
msgstr[3] "تم خفض اشتراك الإعلانات."
|
401 |
-
msgstr[4] "تم خفض اشتراك الإعلانات."
|
402 |
-
msgstr[5] "تم خفض اشتراك الإعلانات."
|
403 |
|
404 |
-
#: includes/
|
405 |
-
msgctxt "admin payments"
|
406 |
msgid ""
|
407 |
-
"
|
408 |
-
"
|
409 |
-
"went through."
|
410 |
msgstr ""
|
411 |
-
"
|
412 |
-
"
|
413 |
-
"خلالها."
|
414 |
-
|
415 |
-
#: includes/admin/class-admin.php:633
|
416 |
-
msgctxt "admin"
|
417 |
-
msgid "The transaction has been approved."
|
418 |
-
msgstr "تمت الموافقة على المعاملة."
|
419 |
-
|
420 |
-
#: includes/admin/class-admin.php:643
|
421 |
-
msgctxt "admin"
|
422 |
-
msgid "The transaction has been rejected."
|
423 |
-
msgstr "المعاملة رفضت."
|
424 |
|
425 |
-
#: includes/
|
426 |
-
|
427 |
-
|
428 |
-
msgstr "تم تعيين الرسوم بنجاح."
|
429 |
|
430 |
-
#: includes/
|
431 |
-
|
432 |
-
msgid "
|
433 |
-
|
434 |
-
msgstr[0] "تم تجديد الإعلان."
|
435 |
-
msgstr[1] "تم تجديد الإعلان."
|
436 |
-
msgstr[2] "تم تجديد الإعلانين."
|
437 |
-
msgstr[3] "تم تجديد الإعلانات."
|
438 |
-
msgstr[4] "تم تجديد الإعلانات."
|
439 |
-
msgstr[5] "تم تجديد الإعلانات."
|
440 |
|
441 |
-
#: includes/
|
442 |
-
|
443 |
-
|
444 |
-
|
|
|
|
|
|
|
445 |
|
446 |
-
#: includes/
|
447 |
-
|
448 |
-
|
449 |
-
msgstr "المعرف"
|
450 |
|
451 |
-
#: includes/
|
452 |
-
|
453 |
-
|
454 |
-
msgstr "عدد الإعلانات"
|
455 |
|
456 |
-
#: includes/
|
457 |
-
msgctxt "admin"
|
458 |
msgid ""
|
459 |
-
"
|
460 |
-
"
|
461 |
msgstr ""
|
462 |
-
"<b>إضافة دليل الأعمال</b> تتطلب حقول مع المرتبطات التالية بالترتيب لكي تعمل "
|
463 |
-
"بشكل صحيح: <b>%s</b>."
|
464 |
|
465 |
-
#: includes/
|
466 |
-
|
467 |
-
msgid ""
|
468 |
-
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
469 |
-
"association in order to work correctly."
|
470 |
msgstr ""
|
471 |
-
"<b>إضافة دليل الأعمال</b> تتطلب حقل مع <b>%s</b> المرتبطات التالية بالترتيب "
|
472 |
-
"لكي تعمل بشكل صحيح."
|
473 |
|
474 |
-
#: includes/
|
475 |
-
msgctxt "admin"
|
476 |
msgid ""
|
477 |
-
"
|
478 |
-
"
|
|
|
479 |
msgstr ""
|
480 |
-
"
|
481 |
-
"
|
482 |
-
|
483 |
-
#: includes/admin/class-admin.php:847
|
484 |
-
msgctxt "admin"
|
485 |
-
msgid "Go to \"Manage Form Fields\""
|
486 |
-
msgstr "إنتقل إلى \"إدارة حقول\""
|
487 |
-
|
488 |
-
#: includes/admin/class-admin.php:850
|
489 |
-
msgctxt "admin"
|
490 |
-
msgid "Create these required fields for me"
|
491 |
-
msgstr "إنشاء هذه الحقول المطلوبة نيابة عني"
|
492 |
|
493 |
-
#: includes/
|
494 |
-
msgctxt "admin"
|
495 |
msgid ""
|
496 |
-
"
|
497 |
-
"
|
|
|
|
|
498 |
msgstr ""
|
499 |
-
"
|
500 |
-
"
|
|
|
501 |
|
502 |
-
#: includes/
|
503 |
-
msgctxt "admin"
|
504 |
msgid ""
|
505 |
-
"You
|
506 |
-
"
|
|
|
507 |
msgstr ""
|
508 |
-
"
|
509 |
-
"
|
|
|
510 |
|
511 |
-
#: includes/
|
512 |
-
|
513 |
-
|
514 |
-
msgstr "إنشاء الصفحات المطلوب نيابة عني"
|
515 |
|
516 |
-
#: includes/
|
517 |
-
|
518 |
-
|
519 |
-
msgstr "تم التنصيب: %s"
|
520 |
|
521 |
-
#: includes/
|
522 |
-
|
523 |
-
|
524 |
-
msgstr "N/A غير قابل للتطبيق"
|
525 |
|
526 |
-
#: includes/
|
527 |
-
|
528 |
-
|
529 |
-
msgstr "مطلوب: %s"
|
530 |
|
531 |
-
#:
|
532 |
-
|
533 |
-
|
534 |
-
"Business Directory has detected some incompatible premium module versions "
|
535 |
-
"installed."
|
536 |
-
msgstr ""
|
537 |
-
"الإضافة اكتشفت أن هناك إصدارات مثبتة لوحدة ممتازة (premium module) أو أكثر "
|
538 |
-
"غير متوافقة."
|
539 |
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
"Please upgrade to the required versions indicated below to make sure "
|
544 |
-
"everything functions properly."
|
545 |
-
msgstr ""
|
546 |
-
"الرجاء الترقية إلى الإصدارات المطلوبة المبينة أسفله للتأكد من أن كل شيء يعمل "
|
547 |
-
"بشكل صحيح."
|
548 |
|
549 |
-
#:
|
550 |
-
|
551 |
-
|
552 |
-
"We noticed you want your Business Directory users to register before posting "
|
553 |
-
"listings, but Registration for your site is currently disabled. Go [here] "
|
554 |
-
"and check \"Anyone can register\" to make sure BD works properly."
|
555 |
-
msgstr ""
|
556 |
-
"لاحظنا أنك تريد من أعضاء دليل الأعمال التسجيل قبل نشر الإعلانات، ولكنك حاليا "
|
557 |
-
"تعطل التسجيل في موقعك. إذهب [هنا] واختر \"السماح بالتسجيل\" لجعل دليل "
|
558 |
-
"الأعمال يعمل بشكل صحيح."
|
559 |
-
|
560 |
-
#: includes/admin/class-csv-import.php:451
|
561 |
-
msgctxt "admin csv-import"
|
562 |
-
msgid ""
|
563 |
-
"Could not create listing category \"<category-name>\". The operation failed "
|
564 |
-
"with the following error: <error-message>."
|
565 |
-
msgstr ""
|
566 |
-
|
567 |
-
#: includes/admin/class-csv-import.php:457
|
568 |
-
msgctxt "admin csv-import"
|
569 |
-
msgid "Could not create listing category \"%s\""
|
570 |
-
msgstr "لا يمكن إنشاء تصنيف الإعلان \"%s\""
|
571 |
-
|
572 |
-
#: includes/admin/class-csv-import.php:604
|
573 |
-
msgctxt "admin csv-import"
|
574 |
-
msgid "Username \"%s\" does not exist"
|
575 |
-
msgstr "إسم المستخدم \"%s\" غير موجود"
|
576 |
|
577 |
-
#:
|
578 |
-
|
579 |
-
|
580 |
-
msgstr "حقل مطلوب مفقود: %s"
|
581 |
|
582 |
-
#:
|
583 |
-
|
584 |
-
|
585 |
-
msgstr "تصنيف الإعلان \"%s\" غير موجود"
|
586 |
|
587 |
-
#:
|
588 |
-
|
589 |
-
|
590 |
-
msgstr "قوالب الدليل"
|
591 |
|
592 |
-
#:
|
593 |
-
|
594 |
-
|
595 |
-
msgstr "قوالب الدليل"
|
596 |
|
597 |
-
#:
|
598 |
-
|
599 |
-
|
600 |
-
"Business Directory Plugin - Your template overrides need to be reviewed!"
|
601 |
-
msgstr "إضافة دليل الأعمال - تجاوز القالب الخاص بك يحتاج إلى مراجعة!"
|
602 |
|
603 |
-
#:
|
604 |
-
msgctxt "admin themes"
|
605 |
msgid ""
|
606 |
-
"
|
607 |
-
"
|
608 |
msgstr ""
|
609 |
-
"
|
610 |
-
"
|
611 |
|
612 |
-
#:
|
613 |
-
|
614 |
-
|
615 |
-
"Because of this, your template overrides below have been disabled. You "
|
616 |
-
"should <a>review our documentation on customization</a> in order adjust your "
|
617 |
-
"templates."
|
618 |
-
msgstr ""
|
619 |
-
"وبسبب هذا، تم تعطيل تجاوز القالب الخاص بك أدناه. يجب عليك <a>مراجعة وثائق "
|
620 |
-
"الشرح بشأن التخصيص</a> لتعديل القوالب الخاصة بك."
|
621 |
|
622 |
-
#:
|
623 |
-
|
624 |
-
|
625 |
-
"You need to <a>activate your theme's license key</a> before you can activate "
|
626 |
-
"the theme. <a>Click here</a> to do that."
|
627 |
-
msgstr ""
|
628 |
-
"تحتاج إلى <a>تنشيط مفتاح ترخيص القالب الخاص بك</a> قبل أن تتمكن من تنشيط "
|
629 |
-
"القالب. <a>أنقر هنا</a> للقيام بذلك."
|
630 |
|
631 |
-
#:
|
632 |
-
|
633 |
-
|
634 |
-
msgstr "تعذر تغيير القالب النشط إلى \"%s\"."
|
635 |
|
636 |
-
#:
|
637 |
-
|
638 |
-
|
639 |
-
msgstr "القالب النشط تغير إلى \"%s\"."
|
640 |
|
641 |
-
#:
|
642 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
643 |
msgid ""
|
644 |
-
"
|
645 |
-
"
|
646 |
msgstr ""
|
647 |
-
"
|
648 |
-
"
|
649 |
-
|
650 |
-
#: includes/admin/class-themes-admin.php:216
|
651 |
-
msgctxt "themes"
|
652 |
-
msgid "Map My Fields"
|
653 |
-
msgstr "أنشئ خريطة لحقولي"
|
654 |
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
msgstr " تم إنشاء الحقول المقترحة بنجاح."
|
659 |
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
msgstr "تم تثبيت القالب بنجاح."
|
664 |
|
665 |
-
#:
|
666 |
#, fuzzy
|
667 |
-
msgctxt "
|
668 |
-
msgid "
|
669 |
-
msgstr "
|
670 |
-
|
671 |
-
#: includes/admin/class-themes-admin.php:232
|
672 |
-
msgctxt "themes"
|
673 |
-
msgid "Could not delete theme directory. Check permissions."
|
674 |
-
msgstr "تعذر حذف مجلد القالب. تحقق من الصلاحيات."
|
675 |
|
676 |
-
#:
|
677 |
-
msgctxt "
|
678 |
-
msgid "
|
679 |
-
msgstr "
|
680 |
|
681 |
-
#:
|
682 |
-
msgctxt "
|
683 |
-
msgid "
|
684 |
-
msgstr "
|
685 |
|
686 |
-
#: includes/
|
687 |
-
#: includes/
|
688 |
-
|
689 |
-
|
690 |
-
|
691 |
-
msgstr "لا يمكن الاتصال بخادم الترخيص"
|
692 |
|
693 |
-
#: includes/
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
msgstr "مفتاح الترخيص غير صالح"
|
698 |
|
699 |
-
#: includes/
|
700 |
-
msgctxt "
|
701 |
-
msgid "
|
702 |
-
msgstr "
|
703 |
|
704 |
-
#: includes/
|
705 |
-
msgctxt "
|
706 |
-
msgid "
|
707 |
-
msgstr "
|
708 |
|
709 |
-
#:
|
710 |
-
msgctxt "
|
711 |
-
msgid "
|
712 |
-
msgstr "
|
713 |
|
714 |
-
#:
|
715 |
-
msgctxt "
|
716 |
-
msgid "
|
717 |
-
msgstr "
|
718 |
|
719 |
-
#:
|
720 |
-
msgctxt "
|
721 |
-
msgid "
|
722 |
-
msgstr "
|
723 |
|
724 |
-
#: includes/admin/
|
725 |
-
msgctxt "admin
|
726 |
-
msgid "
|
727 |
-
msgstr "
|
728 |
|
729 |
-
#: includes/admin/
|
730 |
-
msgctxt "admin
|
731 |
-
msgid "
|
732 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
733 |
|
734 |
-
#: includes/admin/
|
735 |
-
msgctxt "admin
|
736 |
-
msgid "
|
737 |
-
msgstr "
|
738 |
|
739 |
-
#: includes/admin/
|
740 |
-
msgctxt "admin
|
741 |
-
msgid "
|
742 |
-
msgstr "
|
743 |
|
744 |
-
#: includes/admin/
|
745 |
-
msgctxt "admin
|
746 |
-
msgid "
|
747 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
748 |
|
749 |
-
#:
|
750 |
-
msgctxt "admin
|
751 |
-
msgid "
|
752 |
-
msgstr "
|
|
|
753 |
|
754 |
-
#:
|
755 |
-
msgctxt "admin
|
756 |
-
msgid "
|
757 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
758 |
|
759 |
-
#: includes/admin/
|
|
|
760 |
msgid ""
|
761 |
-
"
|
762 |
-
"
|
763 |
-
"
|
764 |
msgstr ""
|
765 |
-
"
|
766 |
-
"
|
767 |
-
"
|
768 |
|
769 |
-
#:
|
770 |
-
msgctxt "admin
|
771 |
-
msgid "
|
772 |
-
msgstr "
|
773 |
|
774 |
-
#:
|
775 |
-
msgctxt "admin
|
776 |
-
msgid "
|
777 |
-
msgstr "
|
778 |
|
779 |
-
#:
|
780 |
-
msgctxt "admin
|
781 |
-
msgid "
|
782 |
-
msgstr "
|
783 |
|
784 |
-
#:
|
785 |
-
msgctxt "admin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
786 |
msgid ""
|
787 |
-
"
|
788 |
-
"
|
789 |
msgstr ""
|
790 |
-
"
|
791 |
-
"
|
792 |
|
793 |
-
#: includes/admin/
|
794 |
-
msgctxt "admin
|
795 |
-
msgid "
|
796 |
-
|
|
|
|
|
|
|
|
|
797 |
|
798 |
-
#: includes/admin/
|
799 |
-
msgctxt "
|
800 |
-
msgid "
|
801 |
-
msgstr "
|
802 |
|
803 |
-
#: includes/admin/
|
804 |
-
msgctxt "
|
805 |
-
msgid "
|
806 |
-
msgstr "
|
807 |
|
808 |
-
#: includes/admin/
|
809 |
-
msgctxt "
|
810 |
-
msgid "
|
811 |
-
msgstr "
|
812 |
|
813 |
-
#:
|
814 |
-
msgctxt "
|
815 |
-
msgid "
|
816 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
817 |
|
818 |
-
#:
|
819 |
-
msgctxt "
|
820 |
-
msgid "
|
821 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
822 |
|
823 |
-
#:
|
824 |
-
msgctxt "
|
825 |
-
msgid "
|
826 |
-
msgstr "
|
827 |
|
828 |
-
#:
|
829 |
-
msgctxt "
|
830 |
-
msgid "
|
831 |
-
msgstr "
|
832 |
|
833 |
-
#:
|
834 |
-
msgctxt "
|
835 |
-
msgid "
|
836 |
-
msgstr "
|
837 |
|
838 |
-
#:
|
839 |
-
msgctxt "
|
840 |
-
msgid "
|
841 |
-
msgstr "
|
842 |
|
843 |
-
#:
|
844 |
-
msgctxt "
|
845 |
-
msgid "
|
846 |
-
msgstr "
|
847 |
|
848 |
-
#:
|
849 |
-
msgctxt "
|
850 |
-
msgid "
|
851 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
852 |
|
853 |
-
#:
|
854 |
-
msgctxt "
|
855 |
-
msgid "
|
856 |
-
|
|
|
|
|
|
|
|
|
857 |
|
858 |
-
#:
|
859 |
-
msgctxt "
|
860 |
-
msgid "
|
861 |
-
msgstr "
|
862 |
|
863 |
-
#:
|
864 |
-
msgctxt "
|
865 |
-
msgid "
|
866 |
-
msgstr "
|
867 |
|
868 |
-
#:
|
869 |
-
msgctxt "
|
870 |
-
msgid "
|
871 |
-
|
|
|
|
|
|
|
|
|
872 |
|
873 |
-
#:
|
874 |
-
msgctxt "
|
875 |
-
msgid "
|
876 |
-
msgstr "
|
877 |
|
878 |
-
#:
|
879 |
-
msgctxt "
|
880 |
-
msgid "
|
881 |
-
msgstr "
|
882 |
|
883 |
-
#:
|
884 |
-
msgctxt "
|
885 |
-
msgid "
|
886 |
-
msgstr "
|
887 |
|
888 |
-
#:
|
889 |
-
msgctxt "
|
890 |
-
msgid "
|
891 |
-
msgstr "
|
892 |
|
893 |
-
#:
|
894 |
-
msgctxt "
|
895 |
-
msgid "
|
896 |
-
msgstr "
|
897 |
|
898 |
-
#:
|
899 |
-
msgctxt "
|
900 |
-
msgid "
|
901 |
-
msgstr "
|
902 |
|
903 |
-
#:
|
904 |
-
msgctxt "
|
905 |
-
msgid "
|
906 |
-
msgstr "
|
907 |
|
908 |
-
#:
|
909 |
-
msgctxt "
|
910 |
-
msgid "
|
911 |
-
|
|
|
|
|
|
|
|
|
912 |
|
913 |
-
#:
|
914 |
-
msgctxt "
|
915 |
-
msgid "
|
916 |
-
msgstr "
|
917 |
|
918 |
-
#:
|
919 |
-
msgctxt "
|
920 |
-
msgid "
|
921 |
-
msgstr "
|
922 |
|
923 |
-
#:
|
924 |
-
msgctxt "
|
925 |
-
msgid "
|
926 |
-
msgstr "
|
927 |
|
928 |
-
#:
|
929 |
-
msgctxt "
|
930 |
-
msgid "
|
931 |
-
msgstr "
|
932 |
|
933 |
-
#:
|
934 |
-
msgctxt "
|
935 |
msgid ""
|
936 |
-
"
|
937 |
-
"
|
938 |
-
"field will not be displayed on the frontend. If you want e-mail addresses to "
|
939 |
-
"show on the frontend, you can <a>enable public display of e-mails</a>."
|
940 |
msgstr ""
|
941 |
-
"
|
942 |
-
"a>\" معطلة، عرض الإعدادات أدناه لن يتم إظهاره ولن يتم عرض هذا الحقل على "
|
943 |
-
"الواجهة. إذا كنت تريد إظهار عناوين البريد الإلكتروني في الواجهة، يمكنك "
|
944 |
-
"<a>تمكين عرض البريد الإلكتروني للعموم</a>."
|
945 |
|
946 |
-
#:
|
947 |
-
msgctxt "
|
948 |
-
msgid "
|
949 |
-
msgstr "
|
950 |
|
951 |
-
#:
|
952 |
-
msgctxt "
|
953 |
-
msgid "
|
954 |
-
msgstr "
|
955 |
|
956 |
-
#:
|
957 |
-
msgctxt "
|
958 |
-
msgid "
|
959 |
-
msgstr "
|
960 |
|
961 |
-
#:
|
962 |
-
msgctxt "
|
963 |
-
msgid "
|
964 |
-
msgstr "
|
965 |
|
966 |
-
#:
|
967 |
-
msgctxt "
|
968 |
-
msgid "
|
969 |
-
|
|
|
|
|
970 |
|
971 |
-
#:
|
972 |
-
msgctxt "
|
973 |
-
msgid "
|
974 |
-
msgstr "
|
975 |
|
976 |
-
#:
|
977 |
-
msgctxt "
|
978 |
-
msgid "
|
979 |
-
|
|
|
|
|
|
|
|
|
980 |
|
981 |
-
#:
|
982 |
-
msgctxt "
|
983 |
-
msgid "
|
984 |
-
msgstr "
|
985 |
|
986 |
-
#:
|
987 |
-
msgctxt "
|
988 |
-
msgid "
|
989 |
-
msgstr "
|
990 |
|
991 |
-
#:
|
992 |
-
msgctxt "
|
993 |
-
msgid "
|
994 |
-
msgstr "
|
995 |
|
996 |
-
#:
|
997 |
-
|
998 |
-
|
999 |
-
|
1000 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1001 |
|
1002 |
-
#: includes/admin/
|
1003 |
-
msgctxt "
|
1004 |
-
msgid "
|
1005 |
-
msgstr "
|
1006 |
|
1007 |
-
#: includes/admin/
|
1008 |
-
msgctxt "
|
1009 |
-
msgid "
|
1010 |
-
msgstr "
|
1011 |
|
1012 |
-
#: includes/admin/
|
1013 |
-
msgctxt "
|
1014 |
-
msgid "
|
1015 |
-
msgstr "
|
1016 |
|
1017 |
-
#: includes/admin/
|
1018 |
-
msgctxt "
|
1019 |
-
msgid "
|
1020 |
-
msgstr "
|
1021 |
|
1022 |
-
#: includes/admin/
|
1023 |
-
msgctxt "
|
1024 |
-
msgid "
|
1025 |
-
msgstr "
|
1026 |
|
1027 |
-
#: includes/admin/
|
1028 |
-
msgctxt "
|
1029 |
-
msgid "
|
1030 |
-
msgstr "
|
1031 |
|
1032 |
-
#: includes/admin/
|
1033 |
-
msgctxt "
|
1034 |
-
msgid "
|
1035 |
-
msgstr "
|
1036 |
|
1037 |
-
#: includes/admin/
|
1038 |
-
msgctxt "
|
1039 |
-
msgid "
|
1040 |
-
msgstr "
|
1041 |
|
1042 |
-
#: includes/admin/
|
1043 |
-
msgctxt "
|
1044 |
-
msgid "
|
1045 |
-
msgstr "
|
1046 |
|
1047 |
-
#: includes/admin/
|
1048 |
-
msgctxt "
|
1049 |
-
msgid "
|
1050 |
-
msgstr "
|
1051 |
|
1052 |
-
#: includes/admin/
|
1053 |
-
|
1054 |
-
|
1055 |
-
|
1056 |
-
msgstr "مفعل"
|
1057 |
|
1058 |
-
#: includes/admin/
|
1059 |
-
|
1060 |
-
|
1061 |
-
|
1062 |
-
|
|
|
|
|
|
|
1063 |
|
1064 |
-
#: includes/admin/
|
1065 |
-
|
1066 |
-
|
1067 |
-
|
1068 |
-
msgstr "معطل"
|
1069 |
|
1070 |
-
#:
|
1071 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
1072 |
msgid ""
|
1073 |
-
"
|
1074 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1075 |
|
1076 |
-
#:
|
1077 |
-
|
1078 |
-
|
1079 |
-
|
|
|
1080 |
|
1081 |
-
#:
|
1082 |
-
msgctxt "admin
|
1083 |
-
msgid "
|
1084 |
-
msgstr "
|
1085 |
|
1086 |
-
#:
|
1087 |
-
msgctxt "admin
|
1088 |
-
msgid "
|
1089 |
-
msgstr "
|
1090 |
|
1091 |
-
#:
|
1092 |
-
msgctxt "admin
|
1093 |
-
msgid "
|
1094 |
-
msgstr "
|
1095 |
|
1096 |
-
#:
|
1097 |
-
msgctxt "
|
1098 |
-
msgid "
|
1099 |
-
msgstr "
|
1100 |
|
1101 |
-
#:
|
1102 |
-
msgctxt "
|
1103 |
-
msgid "
|
1104 |
-
msgstr "
|
1105 |
|
1106 |
-
#:
|
1107 |
-
msgctxt "
|
1108 |
-
msgid "
|
1109 |
-
msgstr "
|
1110 |
|
1111 |
-
#:
|
1112 |
-
msgctxt "
|
1113 |
-
msgid "
|
1114 |
-
msgstr "
|
1115 |
|
1116 |
-
#:
|
1117 |
-
msgctxt "
|
1118 |
-
msgid "
|
1119 |
-
msgstr "
|
1120 |
|
1121 |
-
#:
|
1122 |
-
msgctxt "
|
1123 |
-
msgid "
|
1124 |
-
msgstr "
|
1125 |
|
1126 |
-
#:
|
1127 |
-
msgctxt "
|
1128 |
-
msgid ""
|
1129 |
-
"
|
1130 |
-
"it's always free, but you can edit the name and other settings. It's only "
|
1131 |
-
"available when the directory is in Free mode. You can always create other "
|
1132 |
-
"fee plans, including ones for 0.00 (free) if you wish."
|
1133 |
-
msgstr ""
|
1134 |
-
"هذه هي الخطة الافتراضية المجانية للدليل الخاص بك. لا يمكنك حذفه، وهي دائما "
|
1135 |
-
"مجانية، ولكن يمكنك تعديل الإسم وإعدادات أخرى. إنه يتوفر فقط عندما يكون "
|
1136 |
-
"الدليل في الوضع المجاني. ويمكنك دائماً إنشاء خطط رسوم أخرى، بما في ذلك تلك "
|
1137 |
-
"الخاصة بـ 0.00 (مجاناً) إذا كنت ترغب."
|
1138 |
|
1139 |
-
#:
|
1140 |
-
msgctxt "
|
1141 |
-
msgid "
|
1142 |
-
msgstr "
|
1143 |
|
1144 |
-
#:
|
1145 |
-
msgctxt "
|
1146 |
-
msgid "
|
1147 |
-
msgstr "
|
1148 |
|
1149 |
-
#:
|
1150 |
-
msgctxt "
|
1151 |
-
msgid "
|
1152 |
-
msgstr "
|
1153 |
|
1154 |
-
#:
|
1155 |
-
msgctxt "
|
1156 |
-
msgid "
|
1157 |
-
msgstr "
|
1158 |
|
1159 |
-
#:
|
1160 |
-
msgctxt "
|
1161 |
-
msgid "
|
1162 |
-
msgstr "
|
1163 |
|
1164 |
-
#:
|
1165 |
-
msgctxt "
|
1166 |
-
msgid "
|
1167 |
-
|
1168 |
-
msgstr[0] "%d يوم"
|
1169 |
-
msgstr[1] "%d يوم"
|
1170 |
-
msgstr[2] "%d يومين"
|
1171 |
-
msgstr[3] "%d أيام"
|
1172 |
-
msgstr[4] "%d يوم"
|
1173 |
-
msgstr[5] "%d يوم"
|
1174 |
|
1175 |
-
#:
|
1176 |
-
msgctxt "
|
1177 |
-
msgid "
|
1178 |
-
|
1179 |
-
msgstr[0] "%d صورة"
|
1180 |
-
msgstr[1] "%d صورتين"
|
1181 |
-
msgstr[2] "%d صور"
|
1182 |
-
msgstr[3] "%d صور"
|
1183 |
-
msgstr[4] "%d صور"
|
1184 |
-
msgstr[5] "%d صور"
|
1185 |
|
1186 |
-
#:
|
1187 |
-
msgctxt "
|
1188 |
-
msgid "
|
1189 |
-
msgstr "
|
1190 |
|
1191 |
-
#:
|
1192 |
-
msgctxt "
|
1193 |
-
msgid "
|
1194 |
-
msgstr "
|
1195 |
|
1196 |
-
#:
|
1197 |
-
msgctxt "
|
1198 |
-
msgid "
|
1199 |
-
msgstr "
|
1200 |
|
1201 |
-
#:
|
1202 |
-
msgctxt "admin"
|
1203 |
-
msgid "
|
1204 |
-
msgstr "
|
1205 |
|
1206 |
-
#:
|
1207 |
-
msgctxt "admin"
|
1208 |
-
msgid "
|
1209 |
-
msgstr "
|
1210 |
|
1211 |
-
#:
|
1212 |
-
msgctxt "admin"
|
1213 |
-
msgid "
|
1214 |
-
msgstr "
|
1215 |
|
1216 |
-
#:
|
1217 |
-
msgctxt "admin
|
1218 |
-
msgid "
|
1219 |
-
|
|
|
|
|
|
|
|
|
1220 |
|
1221 |
-
#:
|
1222 |
-
msgctxt "admin
|
1223 |
-
msgid "
|
1224 |
-
msgstr "
|
1225 |
|
1226 |
-
#:
|
1227 |
-
msgctxt "admin
|
1228 |
-
msgid "
|
1229 |
-
msgstr "
|
1230 |
|
1231 |
-
#:
|
1232 |
-
msgctxt "admin
|
1233 |
-
msgid "
|
1234 |
-
msgstr "
|
1235 |
|
1236 |
-
#:
|
1237 |
-
msgctxt "admin
|
1238 |
-
msgid "
|
1239 |
-
msgstr "
|
1240 |
|
1241 |
-
#:
|
1242 |
-
msgctxt "admin
|
1243 |
-
msgid "
|
1244 |
-
msgstr "
|
1245 |
|
1246 |
-
#:
|
1247 |
-
msgctxt "admin
|
1248 |
-
msgid "CSV
|
1249 |
-
msgstr "
|
1250 |
|
1251 |
-
#:
|
1252 |
-
msgctxt "admin
|
1253 |
-
msgid "
|
1254 |
-
msgstr "
|
1255 |
|
1256 |
-
#:
|
1257 |
-
msgctxt "
|
1258 |
-
msgid "
|
1259 |
-
msgstr "
|
1260 |
|
1261 |
-
#:
|
1262 |
-
|
1263 |
-
|
|
|
1264 |
|
1265 |
-
#:
|
1266 |
-
msgctxt "
|
1267 |
-
msgid "
|
1268 |
-
msgstr "
|
1269 |
|
1270 |
-
#:
|
1271 |
-
msgctxt "
|
1272 |
-
msgid "
|
1273 |
-
msgstr "
|
1274 |
|
1275 |
-
#:
|
1276 |
-
msgctxt "
|
1277 |
-
msgid "
|
1278 |
-
msgstr "
|
1279 |
|
1280 |
-
#:
|
1281 |
-
msgctxt "
|
1282 |
-
msgid "
|
1283 |
-
msgstr "
|
1284 |
|
1285 |
-
#:
|
1286 |
-
msgctxt "admin
|
1287 |
-
msgid "
|
1288 |
-
msgstr "
|
1289 |
|
1290 |
-
#:
|
1291 |
-
msgctxt "admin
|
1292 |
-
msgid "
|
1293 |
-
msgstr "
|
1294 |
|
1295 |
-
#:
|
1296 |
-
msgctxt "admin
|
1297 |
-
msgid ""
|
1298 |
-
"
|
1299 |
-
"themes and WP version?"
|
1300 |
-
msgstr ""
|
1301 |
-
"تسمح لدليل الأعمال بجمع معلومات مجهولة حول الإضافات المثبتة، والقوالب وإصدار "
|
1302 |
-
"ووردبريس الخاص بك؟"
|
1303 |
|
1304 |
-
#:
|
1305 |
-
msgctxt "admin
|
1306 |
-
msgid "
|
1307 |
-
msgstr "
|
1308 |
|
1309 |
-
#:
|
1310 |
-
msgctxt "admin
|
1311 |
-
msgid "
|
1312 |
-
msgstr "
|
1313 |
|
1314 |
-
#:
|
1315 |
-
msgctxt "admin
|
1316 |
-
msgid "
|
1317 |
-
msgstr "
|
1318 |
|
1319 |
-
#:
|
1320 |
-
msgctxt "admin
|
1321 |
-
msgid "
|
1322 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
1323 |
|
1324 |
-
#:
|
1325 |
-
msgctxt "admin
|
1326 |
-
msgid ""
|
1327 |
-
|
1328 |
-
msgstr ""
|
1329 |
-
"لا يمكن أن يكون الرابط اللطيف مستخدم من طرف مصطلح آخر. تجنب \"category\"، "
|
1330 |
-
"على سبيل المثال."
|
1331 |
|
1332 |
-
#:
|
1333 |
-
msgctxt "admin
|
1334 |
-
msgid "
|
1335 |
-
msgstr "
|
1336 |
|
1337 |
-
#:
|
1338 |
-
msgctxt "admin
|
1339 |
-
msgid "
|
|
|
|
|
1340 |
msgstr ""
|
1341 |
-
"
|
1342 |
-
"
|
1343 |
|
1344 |
-
#:
|
1345 |
-
msgctxt "admin
|
1346 |
-
msgid "
|
1347 |
-
msgstr "
|
1348 |
|
1349 |
-
#:
|
1350 |
-
msgctxt "admin
|
1351 |
msgid ""
|
1352 |
-
"
|
1353 |
-
"
|
1354 |
-
"better SEO."
|
1355 |
-
msgstr ""
|
1356 |
-
"قبل الإصدار 3.5.1، كنا ندرج المعرف في الرابط url الخاص بالإعلان، مثل \"/دليل-"
|
1357 |
-
"الأعمال/1809/عنوان-الإعلان\". تحقق من هذا الإعداد لإزالة المعرف لأفضل أرشفة "
|
1358 |
-
"SEO."
|
1359 |
|
1360 |
-
#:
|
1361 |
-
msgctxt "admin
|
1362 |
-
msgid "
|
1363 |
-
msgstr "
|
1364 |
|
1365 |
-
#:
|
1366 |
-
msgctxt "admin
|
1367 |
-
msgid "
|
1368 |
-
msgstr "
|
1369 |
|
1370 |
-
#:
|
1371 |
-
msgctxt "admin
|
1372 |
-
msgid "
|
1373 |
-
msgstr "
|
1374 |
|
1375 |
-
#:
|
1376 |
-
msgctxt "admin
|
1377 |
-
msgid "
|
1378 |
-
msgstr "
|
1379 |
|
1380 |
-
#:
|
1381 |
-
msgctxt "admin
|
1382 |
-
msgid "
|
1383 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1384 |
|
1385 |
-
#:
|
1386 |
-
msgctxt "admin
|
1387 |
-
msgid "
|
1388 |
-
msgstr "
|
1389 |
|
1390 |
-
#:
|
1391 |
-
msgctxt "admin
|
1392 |
-
msgid "
|
1393 |
-
msgstr "
|
1394 |
|
1395 |
-
#:
|
1396 |
-
msgctxt "admin
|
1397 |
-
msgid "
|
1398 |
-
msgstr "
|
1399 |
|
1400 |
-
#:
|
1401 |
-
msgctxt "admin
|
1402 |
-
msgid ""
|
1403 |
-
|
1404 |
-
"the URLs below to work. If the plugin does not support them, these settings "
|
1405 |
-
"will not function as expected. Please contact the membership plugin and ask "
|
1406 |
-
"them to support the WP standard 'redirect_to' query parameter."
|
1407 |
-
msgstr ""
|
1408 |
-
"نتوقع أن تدعم عضوية الإضافة معامل 'redirect_to' لكي تعمل روابط المواقع URLs "
|
1409 |
-
"أدناه. إذا لم تدعم الإضافة ذلك، لن تعمل هذه الإعدادات كما هو متوقع. المرجو "
|
1410 |
-
"الاتصال بعضوية الإضافة، واطلب منهم دعم معامل الاستعلام القياسي 'redirect_to' "
|
1411 |
-
"لووردبريس."
|
1412 |
|
1413 |
-
#:
|
1414 |
-
msgctxt "admin
|
1415 |
-
msgid "
|
1416 |
-
msgstr "
|
1417 |
|
1418 |
-
#:
|
1419 |
-
msgctxt "admin
|
1420 |
-
msgid "
|
1421 |
-
msgstr "
|
1422 |
|
1423 |
-
#:
|
1424 |
-
msgctxt "admin
|
1425 |
-
msgid "
|
1426 |
-
msgstr "
|
1427 |
|
1428 |
-
#:
|
1429 |
-
msgctxt "admin
|
1430 |
msgid ""
|
1431 |
-
"
|
1432 |
-
"membership plugin or custom login page."
|
1433 |
msgstr ""
|
1434 |
-
"
|
1435 |
-
"هناك استخدام لعضوية الإضافة أو صفحة تسجيل دخول مخصصة."
|
1436 |
-
|
1437 |
-
#: includes/admin/settings/class-settings.php:87
|
1438 |
-
msgctxt "admin settings"
|
1439 |
-
msgid "Registration URL"
|
1440 |
-
msgstr "رابط التسجيل"
|
1441 |
|
1442 |
-
#:
|
1443 |
-
msgctxt "admin
|
1444 |
msgid ""
|
1445 |
-
"
|
1446 |
-
"
|
1447 |
msgstr ""
|
1448 |
-
"
|
1449 |
-
"
|
1450 |
|
1451 |
-
#: includes/admin/
|
1452 |
-
|
1453 |
-
|
1454 |
-
|
1455 |
-
msgstr "شروط وأحكام"
|
1456 |
|
1457 |
-
#: includes/admin/
|
1458 |
-
msgctxt "
|
1459 |
-
msgid "
|
1460 |
-
msgstr "
|
1461 |
|
1462 |
-
#: includes/admin/
|
1463 |
-
msgctxt "
|
1464 |
-
msgid "
|
1465 |
-
msgstr "
|
1466 |
|
1467 |
-
#: includes/admin/
|
1468 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
1469 |
msgid ""
|
1470 |
-
"
|
1471 |
-
"
|
1472 |
msgstr ""
|
1473 |
-
"
|
1474 |
-
"
|
1475 |
-
|
1476 |
-
#: includes/admin/settings/class-settings.php:111
|
1477 |
-
msgctxt "admin settings"
|
1478 |
-
msgid "Directory Display Options"
|
1479 |
-
msgstr "خيارات عرض الدليل"
|
1480 |
-
|
1481 |
-
#: includes/admin/settings/class-settings.php:112
|
1482 |
-
msgctxt "admin settings"
|
1483 |
-
msgid "Disable Frontend Listing Submission?"
|
1484 |
-
msgstr "تعطيل إضافة إعلان من واجهة الموقع؟"
|
1485 |
-
|
1486 |
-
#: includes/admin/settings/class-settings.php:113
|
1487 |
-
msgctxt "admin settings"
|
1488 |
-
msgid "Show the \"Submit listing\" button."
|
1489 |
-
msgstr "إظهار زر \"إضافة إعلان\"."
|
1490 |
|
1491 |
-
#: includes/admin/
|
1492 |
-
msgctxt "
|
1493 |
-
msgid "
|
1494 |
-
msgstr "
|
1495 |
|
1496 |
-
#: includes/admin/
|
1497 |
-
msgctxt "
|
1498 |
-
msgid "
|
1499 |
-
msgstr "
|
1500 |
|
1501 |
-
#: includes/admin/
|
1502 |
-
msgctxt "
|
1503 |
-
msgid "
|
1504 |
-
msgstr "
|
1505 |
|
1506 |
-
#: includes/admin/
|
1507 |
-
|
1508 |
-
|
1509 |
-
|
|
|
1510 |
|
1511 |
-
#: includes/admin/
|
1512 |
-
msgctxt "
|
1513 |
-
msgid "
|
1514 |
-
msgstr "
|
1515 |
|
1516 |
-
#: includes/admin/
|
1517 |
-
msgctxt "
|
1518 |
-
msgid "
|
1519 |
-
msgstr "
|
1520 |
|
1521 |
-
#: includes/admin/
|
1522 |
-
msgctxt "
|
1523 |
-
msgid "
|
1524 |
-
msgstr "
|
1525 |
|
1526 |
-
#: includes/admin/
|
1527 |
-
msgctxt "
|
1528 |
-
msgid "
|
1529 |
-
msgstr "
|
1530 |
|
1531 |
-
#: includes/admin/
|
1532 |
-
msgctxt "
|
1533 |
-
msgid "
|
1534 |
-
msgstr "
|
1535 |
|
1536 |
-
#: includes/admin/
|
1537 |
-
msgctxt "
|
1538 |
-
msgid ""
|
1539 |
-
"
|
1540 |
-
"Searches involving those fields are very expensive and could result in "
|
1541 |
-
"timeouts and/or general slowness."
|
1542 |
-
msgstr ""
|
1543 |
-
"لقد حددت حقل إدراج نص ليتم تضمينها في عمليات البحث السريعة. عمليات البحث "
|
1544 |
-
"التي تنطوي على تلك الحقول تتطلب موارد كثيرة ويمكن أن تؤدي الى انتهاء المهلة "
|
1545 |
-
"و/ أو البطء العام."
|
1546 |
|
1547 |
-
#: includes/admin/
|
1548 |
-
msgctxt "
|
1549 |
-
msgid ""
|
1550 |
-
"
|
1551 |
-
"fields for inclusion into Quick Search can result in very slow search "
|
1552 |
-
"performance."
|
1553 |
-
msgstr ""
|
1554 |
-
"إستخدم Ctrl-Click لتشمل حقول متعددة في البحث. اختيار العديد من الحقول "
|
1555 |
-
"لإدراجها في البحث السريع يؤدي إلى أداء بحث بطيئ جدا."
|
1556 |
|
1557 |
-
#: includes/admin/
|
1558 |
-
msgctxt "
|
1559 |
-
msgid "
|
1560 |
-
msgstr "
|
1561 |
|
1562 |
-
#: includes/admin/
|
1563 |
-
|
1564 |
-
|
1565 |
-
|
|
|
1566 |
|
1567 |
-
#: includes/
|
1568 |
-
msgctxt "
|
1569 |
-
msgid ""
|
1570 |
-
"
|
1571 |
-
"helpful if you're on shared hosting plans, where database performance is an "
|
1572 |
-
"issue."
|
1573 |
-
msgstr ""
|
1574 |
-
"تمكين هذا يجعل \"دليل الأعمال\" يضحي بجودة النتيجة لتحسين السرعة. وهذا مفيد "
|
1575 |
-
"إذا كنت على خطط استضافة مشتركة، حيث أداء قاعدة البيانات يعد مشكلة."
|
1576 |
|
1577 |
-
#: includes/
|
1578 |
-
msgctxt "
|
1579 |
-
msgid "
|
1580 |
-
msgstr "
|
1581 |
|
1582 |
-
#: includes/
|
1583 |
-
msgctxt "
|
1584 |
-
msgid ""
|
1585 |
-
"
|
1586 |
-
"exporting CSV files."
|
1587 |
-
msgstr ""
|
1588 |
-
"حدد هذا الخيار إذا كنت تواجه مشكلة مع دليل الأعمال، ولا سيما عند استيراد أو "
|
1589 |
-
"تصدير ملفات CSV."
|
1590 |
|
1591 |
-
#: includes/
|
1592 |
-
msgctxt "
|
1593 |
-
msgid ""
|
1594 |
-
"
|
1595 |
-
"a more serious conflict. <a>Here is an article</a> about how to test for "
|
1596 |
-
"theme and plugin conflicts with Business Directory."
|
1597 |
-
msgstr ""
|
1598 |
-
" إذا كان وضع التوافق لا يحل مشكلتك، فقد تعاني من تعارض أكثر خطورة. <a>وإليك "
|
1599 |
-
"مقال</a> حول كيفية اختبار تعارضات القالب والإضافات مع \"دليل الأعمال\"."
|
1600 |
|
1601 |
-
#:
|
1602 |
-
|
1603 |
-
|
1604 |
-
|
|
|
1605 |
|
1606 |
-
#:
|
1607 |
-
msgctxt "
|
1608 |
-
msgid ""
|
1609 |
-
"
|
1610 |
-
msgstr ""
|
1611 |
|
1612 |
-
#:
|
1613 |
-
|
1614 |
-
|
1615 |
-
|
1616 |
-
msgstr "الإعلانات"
|
1617 |
|
1618 |
-
#:
|
1619 |
-
|
1620 |
-
|
1621 |
-
|
1622 |
-
msgid "General Settings"
|
1623 |
-
msgstr "الإعدادات العامة"
|
1624 |
|
1625 |
-
#:
|
1626 |
-
msgctxt "
|
1627 |
-
msgid "
|
1628 |
-
msgstr "
|
1629 |
|
1630 |
-
#:
|
1631 |
-
msgctxt "
|
1632 |
-
msgid ""
|
1633 |
-
|
1634 |
-
"listings."
|
1635 |
-
msgstr ""
|
1636 |
-
"عدد الإعلانات التي تظهر في كل صفحة. استخدام قيمة \"0\" لإظهار كل الإعلانات."
|
1637 |
|
1638 |
-
#:
|
1639 |
-
msgctxt "
|
1640 |
-
msgid "
|
1641 |
-
msgstr "
|
1642 |
|
1643 |
-
#:
|
1644 |
-
msgctxt "
|
1645 |
-
msgid ""
|
1646 |
-
|
1647 |
-
"less than 10 years (3650 days)."
|
1648 |
-
msgstr ""
|
1649 |
-
"استخدام قيمة \"0\" للإبقاء على الإعلان إلى أجل غير مسمى، أو قم بإدخال عدد "
|
1650 |
-
"أقل من 10 سنوات (3650 يوما)."
|
1651 |
|
1652 |
-
#:
|
1653 |
-
msgctxt "
|
1654 |
-
msgid "
|
1655 |
-
msgstr "
|
1656 |
|
1657 |
-
#:
|
1658 |
-
msgctxt "
|
1659 |
-
msgid ""
|
1660 |
-
"
|
1661 |
-
"the messages via email."
|
1662 |
-
msgstr ""
|
1663 |
-
"يسمح للزوار بالاتصال بكتاب الإعلان بشكل خاص. الكتاب سوف يتلقون رسائل عبر "
|
1664 |
-
"البريد الإلكتروني."
|
1665 |
|
1666 |
-
#:
|
1667 |
-
msgctxt "
|
1668 |
-
msgid "
|
1669 |
-
msgstr "
|
1670 |
|
1671 |
-
#:
|
1672 |
-
msgctxt "
|
1673 |
-
msgid "
|
1674 |
-
msgstr "
|
1675 |
|
1676 |
-
#:
|
1677 |
-
msgctxt "
|
1678 |
-
msgid "
|
1679 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1680 |
|
1681 |
-
#:
|
1682 |
-
msgctxt "
|
1683 |
msgid ""
|
1684 |
-
"
|
1685 |
-
"
|
|
|
1686 |
msgstr ""
|
1687 |
-
"
|
1688 |
-
"
|
|
|
1689 |
|
1690 |
-
#: includes/admin/
|
1691 |
-
msgctxt "admin
|
1692 |
-
msgid "
|
1693 |
-
|
|
|
1694 |
|
1695 |
-
#: includes/admin/
|
1696 |
-
msgctxt "admin
|
1697 |
msgid ""
|
1698 |
-
"
|
1699 |
-
"
|
1700 |
-
"displayed on a page, so we need a theme that can handle both to show "
|
1701 |
-
"comments. Use the 2nd option if you want to allow comments on listings "
|
1702 |
-
"first, and if that doesn't work, try the 3rd option instead."
|
1703 |
msgstr ""
|
|
|
|
|
1704 |
|
1705 |
-
#: includes/admin/
|
1706 |
-
msgctxt "admin
|
1707 |
-
msgid "
|
1708 |
-
|
1709 |
-
|
1710 |
-
|
1711 |
-
|
1712 |
-
|
1713 |
-
|
1714 |
|
1715 |
-
#: includes/admin/
|
1716 |
-
msgctxt "admin
|
1717 |
-
msgid "
|
|
|
|
|
1718 |
msgstr ""
|
|
|
|
|
1719 |
|
1720 |
-
#:
|
1721 |
-
msgctxt "admin
|
1722 |
-
msgid "
|
1723 |
-
msgstr "
|
1724 |
|
1725 |
-
#:
|
1726 |
-
msgctxt "admin
|
1727 |
-
msgid "
|
1728 |
-
msgstr "
|
1729 |
|
1730 |
-
#: includes/admin/
|
1731 |
-
#: includes/admin/
|
1732 |
-
msgctxt "
|
1733 |
-
msgid "
|
1734 |
-
msgstr "
|
1735 |
|
1736 |
-
#: includes/admin/
|
1737 |
-
#: includes/
|
1738 |
-
msgctxt "
|
1739 |
-
msgid "
|
1740 |
-
msgstr "
|
1741 |
|
1742 |
-
#: includes/admin/
|
1743 |
-
msgctxt "
|
1744 |
-
msgid "
|
1745 |
-
msgstr "
|
1746 |
|
1747 |
-
#: includes/admin/
|
1748 |
-
msgctxt "
|
1749 |
-
msgid "
|
1750 |
-
msgstr "
|
1751 |
|
1752 |
-
#: includes/admin/
|
1753 |
-
msgctxt "
|
1754 |
-
msgid ""
|
1755 |
-
"
|
1756 |
-
"Business Directory. You can use it for instructions about filling out the "
|
1757 |
-
"form or anything you want to tell users before they get started."
|
1758 |
-
msgstr ""
|
1759 |
-
"يتم عرض هذا النص على الصفحة الأولى من عملية إرسال إعلان لدليل الأعمال. يمكنك "
|
1760 |
-
"استخدامه لإعطاء إرشادات حول تعبئة النموذج أو أي شيء تريد إعلام الأعضاء به "
|
1761 |
-
"قبل أن يبدأوا."
|
1762 |
|
1763 |
-
#: includes/admin/
|
1764 |
-
msgctxt "
|
1765 |
-
msgid "
|
1766 |
-
msgstr "
|
1767 |
|
1768 |
-
#: includes/
|
1769 |
-
msgctxt "
|
1770 |
-
msgid "
|
1771 |
-
msgstr "
|
1772 |
|
1773 |
-
#: includes/
|
1774 |
-
msgctxt "
|
1775 |
-
msgid "
|
1776 |
-
msgstr "
|
1777 |
|
1778 |
-
#: includes/
|
1779 |
-
msgctxt "
|
1780 |
-
msgid ""
|
1781 |
-
"Allow users to opt in for automatic renewal of their listings. The fee is "
|
1782 |
-
"charged at the time the listing expires without user intervention."
|
1783 |
msgstr ""
|
1784 |
-
"السماح للأعضاء باختيار التجديد التلقائي لإعلاناتهم. الرسوم تستوفى وقت انتهاء "
|
1785 |
-
"تاريخ الإعلان دون تدخل العضو."
|
1786 |
-
|
1787 |
-
#: includes/admin/settings/class-settings.php:264
|
1788 |
-
msgctxt "admin settings"
|
1789 |
-
msgid "Use recurring payments as the default payment method?"
|
1790 |
-
msgstr "استخدام المدفوعات المتكررة كطريقة الدفع الافتراضية؟"
|
1791 |
|
1792 |
-
#: includes/
|
1793 |
-
msgctxt "
|
1794 |
msgid ""
|
1795 |
-
"
|
1796 |
-
"
|
1797 |
-
|
|
|
1798 |
|
1799 |
-
#: includes/
|
1800 |
-
msgctxt "
|
1801 |
-
msgid "
|
1802 |
-
msgstr "
|
1803 |
|
1804 |
-
#: includes/
|
1805 |
-
msgctxt "
|
1806 |
msgid ""
|
1807 |
-
"
|
|
|
1808 |
msgstr ""
|
1809 |
-
"حدد عدد الأيام قبل انتهاء تاريخ الإعلان لإرسال رسالة بريد إلكتروني لتجديده."
|
1810 |
|
1811 |
-
#: includes/
|
1812 |
-
msgctxt "
|
1813 |
msgid ""
|
1814 |
-
"
|
|
|
1815 |
msgstr ""
|
1816 |
-
"إرسال إشعارات انتهاء التاريخ مصحوبة بروابط إلغاء التجديد التلقائي للإعلانات؟"
|
1817 |
-
|
1818 |
-
#: includes/admin/settings/class-settings.php:286
|
1819 |
-
msgctxt "admin settings"
|
1820 |
-
msgid "Remind listing owners of expired listings (past due)?"
|
1821 |
-
msgstr "ذكِّر أصحاب الإعلانات المنتهية التاريخ (مستحقة)؟"
|
1822 |
-
|
1823 |
-
#: includes/admin/settings/class-settings.php:291
|
1824 |
-
msgctxt "admin settings"
|
1825 |
-
msgid "Listing renewal reminder e-mail threshold (in days)"
|
1826 |
-
msgstr "عتبة التذكير بالبريد الإلكتروني لتجديد الإعلان (بالأيام)"
|
1827 |
|
1828 |
-
#: includes/
|
1829 |
-
msgctxt "
|
1830 |
msgid ""
|
1831 |
-
"
|
1832 |
-
"
|
|
|
|
|
1833 |
msgstr ""
|
1834 |
-
"حدد عدد الأيام بعد انتهاء تاريخ الإعلان لإرسال رسالة بريد إلكتروني لتذكير "
|
1835 |
-
"صاحب الإعلان."
|
1836 |
-
|
1837 |
-
#: includes/admin/settings/class-settings.php:297
|
1838 |
-
msgctxt "admin settings"
|
1839 |
-
msgid "Post/Category Settings"
|
1840 |
-
msgstr "إعدادات الإعلان/التصنيف"
|
1841 |
-
|
1842 |
-
#: includes/admin/settings/class-settings.php:298
|
1843 |
-
msgctxt "admin settings"
|
1844 |
-
msgid "Default new post status"
|
1845 |
-
msgstr "حالة الإعلان الجديد الافتراضية"
|
1846 |
-
|
1847 |
-
#: includes/admin/settings/class-settings.php:299
|
1848 |
-
#: includes/admin/settings/class-settings.php:302
|
1849 |
-
msgctxt "post status"
|
1850 |
-
msgid "Published"
|
1851 |
-
msgstr "نشرت"
|
1852 |
-
|
1853 |
-
#: includes/admin/settings/class-settings.php:299
|
1854 |
-
#: includes/admin/settings/class-settings.php:302
|
1855 |
-
msgctxt "post status"
|
1856 |
-
msgid "Pending"
|
1857 |
-
msgstr " في الانتظار"
|
1858 |
-
|
1859 |
-
#: includes/admin/settings/class-settings.php:301
|
1860 |
-
msgctxt "admin settings"
|
1861 |
-
msgid "Edit post status"
|
1862 |
-
msgstr "تعديل حالة الإعلان"
|
1863 |
-
|
1864 |
-
#: includes/admin/settings/class-settings.php:303
|
1865 |
-
msgctxt "admin settings"
|
1866 |
-
msgid "Order categories list by"
|
1867 |
-
msgstr "ترتيب قائمة التصنيفات حسب"
|
1868 |
|
1869 |
-
#: includes/
|
1870 |
-
msgctxt "
|
1871 |
-
msgid "
|
1872 |
-
|
|
|
|
|
|
|
1873 |
|
1874 |
-
#: includes/
|
1875 |
-
msgctxt "
|
1876 |
-
msgid "
|
1877 |
-
|
|
|
|
|
1878 |
|
1879 |
-
#: includes/
|
1880 |
-
msgctxt "
|
1881 |
-
msgid "
|
1882 |
-
msgstr "
|
1883 |
|
1884 |
-
#: includes/
|
1885 |
-
msgctxt "
|
1886 |
-
msgid "
|
1887 |
-
msgstr "
|
1888 |
|
1889 |
-
#: includes/
|
1890 |
-
|
1891 |
-
|
1892 |
-
|
1893 |
-
|
|
|
|
|
|
|
|
|
|
|
1894 |
|
1895 |
-
#: includes/
|
1896 |
-
|
1897 |
-
|
1898 |
-
|
1899 |
-
msgstr "تنازلي"
|
1900 |
|
1901 |
-
#: includes/
|
1902 |
-
msgctxt "
|
1903 |
-
msgid "
|
1904 |
-
|
|
|
|
|
|
|
|
|
|
|
1905 |
|
1906 |
-
#: includes/
|
1907 |
-
msgctxt "
|
1908 |
-
msgid "
|
1909 |
-
msgstr "
|
1910 |
|
1911 |
-
#: includes/
|
1912 |
-
msgctxt "
|
1913 |
-
msgid "
|
1914 |
-
msgstr "
|
1915 |
|
1916 |
-
#: includes/
|
1917 |
-
msgctxt "
|
1918 |
-
msgid "
|
1919 |
-
msgstr "
|
1920 |
|
1921 |
-
#: includes/admin/
|
1922 |
-
msgctxt "admin
|
1923 |
-
msgid "
|
1924 |
-
msgstr "
|
1925 |
|
1926 |
-
#: includes/admin/
|
1927 |
-
msgctxt "admin
|
1928 |
-
msgid "
|
1929 |
-
msgstr "
|
1930 |
|
1931 |
-
#: includes/admin/
|
1932 |
-
msgctxt "admin
|
1933 |
-
msgid "
|
1934 |
-
msgstr "
|
1935 |
|
1936 |
-
#: includes/admin/
|
1937 |
-
|
1938 |
-
|
1939 |
-
|
1940 |
-
msgstr "تاريخ النشر"
|
1941 |
|
1942 |
-
#: includes/admin/
|
1943 |
-
|
1944 |
-
|
1945 |
-
|
1946 |
-
msgstr "تاريخ آخر تعديل"
|
1947 |
|
1948 |
-
#: includes/admin/
|
1949 |
-
msgctxt "admin
|
1950 |
-
msgid "
|
1951 |
-
msgstr "
|
1952 |
|
1953 |
-
#: includes/admin/
|
1954 |
-
msgctxt "admin
|
1955 |
-
msgid "
|
1956 |
-
msgstr "
|
1957 |
|
1958 |
-
#: includes/admin/
|
1959 |
-
|
1960 |
-
|
1961 |
-
|
|
|
1962 |
|
1963 |
-
#: includes/admin/
|
1964 |
-
|
1965 |
-
|
1966 |
-
|
|
|
1967 |
|
1968 |
-
#: includes/admin/
|
1969 |
-
|
1970 |
-
|
1971 |
-
|
|
|
1972 |
|
1973 |
-
#: includes/admin/
|
1974 |
-
msgctxt "admin
|
1975 |
-
msgid "
|
1976 |
-
|
|
|
1977 |
|
1978 |
-
#: includes/admin/
|
1979 |
-
msgctxt "admin
|
1980 |
-
msgid "
|
1981 |
-
msgstr "
|
1982 |
|
1983 |
-
#: includes/admin/
|
1984 |
-
msgctxt "admin
|
1985 |
-
msgid "
|
1986 |
-
msgstr "
|
1987 |
|
1988 |
-
#: includes/admin/
|
1989 |
-
msgctxt "admin
|
1990 |
-
msgid "
|
1991 |
-
msgstr "
|
1992 |
|
1993 |
-
#: includes/admin/
|
1994 |
-
msgctxt "admin
|
1995 |
-
msgid "
|
1996 |
-
msgstr "
|
1997 |
|
1998 |
-
#: includes/admin/
|
1999 |
-
msgctxt "admin
|
2000 |
-
msgid "Sticky
|
2001 |
-
msgstr "
|
2002 |
|
2003 |
-
#: includes/admin/
|
2004 |
-
msgctxt "admin
|
2005 |
-
msgid "
|
2006 |
-
msgstr "
|
2007 |
|
2008 |
-
#: includes/admin/
|
2009 |
-
msgctxt "admin
|
2010 |
msgid ""
|
2011 |
-
"
|
2012 |
-
"always
|
|
|
|
|
2013 |
msgstr ""
|
2014 |
-
"
|
2015 |
-
"
|
|
|
|
|
2016 |
|
2017 |
-
#: includes/admin/
|
2018 |
-
msgctxt "admin
|
2019 |
-
msgid "
|
2020 |
-
msgstr "
|
2021 |
|
2022 |
-
#: includes/admin/
|
2023 |
-
msgctxt "admin
|
2024 |
-
msgid "
|
2025 |
-
msgstr "
|
2026 |
|
2027 |
-
#: includes/admin/
|
2028 |
-
msgctxt "admin
|
2029 |
-
msgid ""
|
2030 |
-
|
2031 |
-
"RECOMMENDED as this increases spam to the address and allows spam bots to "
|
2032 |
-
"harvest it for future use."
|
2033 |
-
msgstr ""
|
2034 |
-
"إظهار عنوان البريد الإلكتروني لمالك الإعلان لجميع مستخدمي الويب. لا ينصح به "
|
2035 |
-
"لأن هذا يزيد من الرسائل المزعجة إلى العنوان ويسمح للمتطفلين بجمع عنوانين "
|
2036 |
-
"البريد للاستخدام في المستقبل."
|
2037 |
|
2038 |
-
#: includes/admin/
|
2039 |
-
msgctxt "admin
|
2040 |
-
msgid "
|
2041 |
-
msgstr "
|
2042 |
|
2043 |
-
#: includes/admin/
|
2044 |
-
msgctxt "admin
|
2045 |
-
msgid ""
|
2046 |
-
|
2047 |
-
"listings expire."
|
2048 |
-
msgstr ""
|
2049 |
-
"هذا يؤثر على رسائل البريد الإلكتروني المرسلة إلى مالكي الإعلانات عبر نموذج "
|
2050 |
-
"الاتصال أو عندما ينتهي تاريخ الإعلانات."
|
2051 |
|
2052 |
-
#: includes/admin/
|
2053 |
-
msgctxt "admin
|
2054 |
-
msgid "
|
2055 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2056 |
|
2057 |
-
#: includes/admin/
|
2058 |
-
msgctxt "admin
|
2059 |
-
msgid "
|
2060 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2061 |
|
2062 |
-
#: includes/admin/
|
2063 |
-
msgctxt "admin
|
2064 |
-
msgid "
|
2065 |
-
msgstr "
|
2066 |
|
2067 |
-
#:
|
2068 |
-
msgctxt "admin
|
2069 |
-
msgid "
|
2070 |
-
msgstr "
|
2071 |
|
2072 |
-
#:
|
2073 |
-
msgctxt "admin
|
2074 |
-
msgid "
|
2075 |
-
msgstr "
|
2076 |
|
2077 |
-
#:
|
2078 |
-
msgctxt "admin
|
2079 |
-
msgid "
|
2080 |
-
msgstr "
|
2081 |
|
2082 |
-
#:
|
2083 |
-
msgctxt "admin
|
2084 |
-
msgid "
|
2085 |
-
msgstr "
|
2086 |
|
2087 |
-
#:
|
2088 |
-
msgctxt "admin
|
2089 |
-
msgid "
|
2090 |
-
msgstr "
|
2091 |
|
2092 |
-
#:
|
2093 |
-
msgctxt "admin
|
2094 |
-
msgid "
|
2095 |
-
msgstr "
|
2096 |
|
2097 |
-
#:
|
2098 |
-
msgctxt "admin
|
2099 |
-
msgid "
|
2100 |
-
msgstr "
|
2101 |
|
2102 |
-
#:
|
2103 |
-
msgctxt "admin
|
2104 |
-
msgid "
|
2105 |
-
msgstr ""
|
2106 |
-
"يمكنك تعديل قالب النص المستخدم لمعظم رسائل البريد الإلكتروني هذه أدناه."
|
2107 |
|
2108 |
-
#:
|
2109 |
-
msgctxt "admin
|
2110 |
-
msgid "
|
2111 |
-
msgstr "
|
2112 |
|
2113 |
-
#:
|
2114 |
-
msgctxt "admin
|
2115 |
-
msgid "
|
2116 |
-
msgstr "
|
2117 |
|
2118 |
-
#:
|
2119 |
-
msgctxt "
|
2120 |
-
msgid "
|
2121 |
-
|
|
|
|
|
|
|
|
|
2122 |
|
2123 |
-
#:
|
2124 |
-
msgctxt "
|
2125 |
-
msgid "
|
2126 |
-
msgstr "
|
2127 |
|
2128 |
-
#:
|
2129 |
-
|
2130 |
-
|
2131 |
-
|
|
|
2132 |
|
2133 |
-
#:
|
2134 |
-
msgctxt "
|
2135 |
-
msgid "
|
2136 |
-
msgstr "
|
2137 |
|
2138 |
-
#:
|
2139 |
-
msgctxt "
|
2140 |
-
msgid "
|
2141 |
-
msgstr "
|
2142 |
|
2143 |
-
#:
|
2144 |
-
msgctxt "admin
|
2145 |
-
msgid "
|
2146 |
-
msgstr "
|
2147 |
|
2148 |
-
#:
|
2149 |
-
msgctxt "admin
|
2150 |
-
msgid "
|
2151 |
-
msgstr "
|
2152 |
|
2153 |
-
#:
|
2154 |
-
msgctxt "admin
|
2155 |
-
msgid "
|
2156 |
-
msgstr "
|
2157 |
|
2158 |
-
#:
|
2159 |
-
|
2160 |
-
|
2161 |
-
|
2162 |
-
msgid "Listing's title"
|
2163 |
-
msgstr "عنوان الإعلان"
|
2164 |
|
2165 |
-
#:
|
2166 |
-
msgctxt "admin
|
2167 |
-
msgid "Listing
|
2168 |
-
msgstr "
|
2169 |
|
2170 |
-
#:
|
2171 |
-
msgctxt "admin
|
|
|
|
|
|
|
|
|
|
|
2172 |
msgid ""
|
2173 |
-
"
|
2174 |
-
"
|
2175 |
msgstr ""
|
2176 |
-
"
|
2177 |
-
"
|
2178 |
|
2179 |
-
#:
|
2180 |
-
msgctxt "admin
|
2181 |
-
msgid "
|
2182 |
-
msgstr "
|
2183 |
|
2184 |
-
#:
|
2185 |
-
msgctxt "admin
|
2186 |
-
msgid "
|
2187 |
-
msgstr "
|
2188 |
|
2189 |
-
#:
|
2190 |
-
msgctxt "admin
|
2191 |
-
msgid "
|
2192 |
-
msgstr "
|
2193 |
|
2194 |
-
#:
|
2195 |
-
msgctxt "admin
|
|
|
|
|
|
|
|
|
|
|
2196 |
msgid ""
|
2197 |
-
"
|
2198 |
-
"
|
|
|
|
|
2199 |
msgstr ""
|
2200 |
-
"
|
2201 |
-
"
|
2202 |
-
|
2203 |
-
#: includes/admin/settings/class-settings.php:454
|
2204 |
-
msgctxt "admin settings"
|
2205 |
-
msgid "Payment related"
|
2206 |
-
msgstr "المدفوعات ذات الصلة"
|
2207 |
-
|
2208 |
-
#: includes/admin/settings/class-settings.php:471
|
2209 |
-
msgctxt "admin settings"
|
2210 |
-
msgid "Payment abandoned reminder message"
|
2211 |
-
msgstr "رسالة تذكير بالتخلي عن الدفع"
|
2212 |
|
2213 |
-
#:
|
2214 |
-
|
2215 |
-
|
2216 |
-
|
|
|
2217 |
|
2218 |
-
#:
|
2219 |
-
|
2220 |
-
|
2221 |
-
|
|
|
2222 |
|
2223 |
-
#:
|
2224 |
-
msgctxt "admin
|
2225 |
-
msgid "
|
2226 |
-
|
|
|
|
|
|
|
|
|
|
|
2227 |
|
2228 |
-
#:
|
2229 |
-
msgctxt "admin
|
2230 |
msgid ""
|
2231 |
-
"
|
2232 |
-
"
|
2233 |
msgstr ""
|
2234 |
-
"
|
2235 |
-
"
|
2236 |
-
|
2237 |
-
#: includes/admin/settings/class-settings.php:490
|
2238 |
-
msgctxt "admin settings"
|
2239 |
-
msgid "Pending expiration e-mail message"
|
2240 |
-
msgstr "رسالة البريد الإلكتروني أثناء انتظار انتهاء التاريخ"
|
2241 |
|
2242 |
-
#:
|
2243 |
-
msgctxt "
|
2244 |
msgid ""
|
2245 |
-
"
|
2246 |
-
"
|
|
|
2247 |
msgstr ""
|
2248 |
-
"
|
2249 |
-
"
|
2250 |
-
|
2251 |
-
#: includes/admin/settings/class-settings.php:495
|
2252 |
-
#: includes/admin/settings/class-settings.php:508
|
2253 |
-
#: includes/admin/settings/class-settings.php:521
|
2254 |
-
#: includes/admin/settings/class-settings.php:534
|
2255 |
-
#: includes/admin/settings/class-settings.php:547
|
2256 |
-
msgctxt "settings"
|
2257 |
-
msgid "Listing's name (with link)"
|
2258 |
-
msgstr "إسم الإعلان (مع رابط)"
|
2259 |
|
2260 |
-
#: includes/admin/
|
2261 |
-
|
2262 |
-
|
2263 |
-
|
2264 |
-
#: includes/admin/settings/class-settings.php:548
|
2265 |
-
msgctxt "settings"
|
2266 |
-
msgid "Author's name"
|
2267 |
-
msgstr "إسم الكاتب"
|
2268 |
|
2269 |
-
#: includes/admin/
|
2270 |
-
|
2271 |
-
|
2272 |
-
|
2273 |
-
msgid "Expiration date"
|
2274 |
-
msgstr "تاريخ انتهاء التاريخ"
|
2275 |
|
2276 |
-
#: includes/admin/
|
2277 |
-
msgctxt "
|
2278 |
-
msgid "
|
2279 |
-
msgstr "
|
2280 |
|
2281 |
-
#: includes/admin/
|
2282 |
-
|
2283 |
-
|
2284 |
-
|
2285 |
-
msgid "Link to renewal page"
|
2286 |
-
msgstr "رابط إلى صفحة التجديد"
|
2287 |
|
2288 |
-
#: includes/admin/
|
2289 |
-
|
2290 |
-
|
2291 |
-
|
2292 |
-
#: includes/admin/settings/class-settings.php:552
|
2293 |
-
msgctxt "settings"
|
2294 |
-
msgid "Link to your site"
|
2295 |
-
msgstr "رابط إلى موقعك"
|
2296 |
|
2297 |
-
#: includes/admin/
|
2298 |
-
msgctxt "admin
|
2299 |
-
msgid "
|
2300 |
-
msgstr "
|
2301 |
|
2302 |
-
#: includes/admin/
|
2303 |
-
msgctxt "
|
2304 |
-
msgid ""
|
2305 |
-
"
|
2306 |
-
"only."
|
2307 |
-
msgstr ""
|
2308 |
-
"ترسل وقت انتهاء تاريخ الإعلان. تنطبق على عمليات التجديد غير المتكررة فقط."
|
2309 |
|
2310 |
-
#: includes/admin/
|
2311 |
-
|
2312 |
-
|
2313 |
-
|
2314 |
-
msgstr "التصنيف الذي انتهى وقته"
|
2315 |
|
2316 |
-
#: includes/admin/
|
2317 |
-
msgctxt "admin
|
2318 |
-
msgid "
|
2319 |
-
msgstr "
|
2320 |
|
2321 |
-
#: includes/admin/
|
2322 |
-
msgctxt "
|
2323 |
-
msgid ""
|
2324 |
-
|
2325 |
-
"renewals only."
|
2326 |
-
msgstr ""
|
2327 |
-
"ترسل أحيانا قبل التجديد التلقائي للإعلان. تنطبق على عمليات التجديد المتكررة "
|
2328 |
-
"فقط."
|
2329 |
|
2330 |
-
#: includes/admin/
|
2331 |
-
|
2332 |
-
|
2333 |
-
|
2334 |
-
msgstr "تاريخ التجديد"
|
2335 |
|
2336 |
-
#: includes/admin/
|
2337 |
-
msgctxt "
|
2338 |
-
msgid "
|
2339 |
-
msgstr "
|
2340 |
|
2341 |
-
#: includes/admin/
|
2342 |
-
msgctxt "
|
2343 |
-
msgid "
|
2344 |
-
msgstr "
|
2345 |
|
2346 |
-
#: includes/admin/
|
2347 |
-
msgctxt "admin
|
2348 |
-
msgid "
|
2349 |
-
msgstr "
|
2350 |
|
2351 |
-
#: includes/admin/
|
2352 |
-
msgctxt "
|
2353 |
-
msgid ""
|
2354 |
-
|
2355 |
-
msgstr ""
|
2356 |
-
"ترسل بعد التجديد التلقائي للإعلان. تنطبق على عمليات التجديد المتكررة فقط."
|
2357 |
|
2358 |
-
#: includes/admin/
|
2359 |
-
msgctxt "
|
2360 |
-
msgid "
|
2361 |
-
msgstr "
|
2362 |
|
2363 |
-
#: includes/admin/
|
2364 |
-
msgctxt "admin
|
2365 |
-
msgid "
|
2366 |
-
msgstr "
|
2367 |
|
2368 |
-
#: includes/admin/
|
2369 |
-
msgctxt "
|
2370 |
-
msgid ""
|
2371 |
-
"
|
2372 |
-
"Applies to both recurring and non-recurring renewals."
|
2373 |
-
msgstr ""
|
2374 |
-
"ترسل أحيانا بعد انتهاء تاريخ الإعلان وحينما لا يتم التجديد. تنطبق على عمليات "
|
2375 |
-
"التجديد المتكررة وغير المتكررة."
|
2376 |
|
2377 |
-
#: includes/admin/
|
2378 |
-
msgctxt "admin
|
2379 |
-
msgid "
|
2380 |
-
msgstr "
|
2381 |
|
2382 |
-
#: includes/admin/
|
2383 |
-
msgctxt "admin
|
2384 |
-
msgid "
|
2385 |
-
msgstr "
|
2386 |
|
2387 |
-
#: includes/admin/
|
2388 |
-
msgctxt "admin
|
2389 |
-
msgid "
|
2390 |
-
msgstr "
|
2391 |
|
2392 |
-
#: includes/admin/
|
2393 |
-
msgctxt "admin
|
2394 |
-
msgid "
|
2395 |
-
msgstr "
|
2396 |
|
2397 |
-
#: includes/admin/
|
2398 |
-
msgctxt "admin
|
2399 |
-
msgid "
|
2400 |
-
msgstr "
|
2401 |
|
2402 |
-
#: includes/admin/
|
2403 |
-
msgctxt "admin
|
2404 |
msgid ""
|
2405 |
-
"
|
2406 |
-
"
|
|
|
|
|
2407 |
msgstr ""
|
2408 |
-
"
|
2409 |
-
"
|
2410 |
-
|
2411 |
-
|
2412 |
-
msgctxt "admin settings"
|
2413 |
-
msgid "Currency Code"
|
2414 |
-
msgstr "رمز العملة"
|
2415 |
-
|
2416 |
-
#: includes/admin/settings/class-settings.php:576
|
2417 |
-
msgctxt "admin settings"
|
2418 |
-
msgid "Australian Dollar (AUD)"
|
2419 |
-
msgstr "الدولار الأسترالي (AUD)"
|
2420 |
-
|
2421 |
-
#: includes/admin/settings/class-settings.php:577
|
2422 |
-
msgctxt "admin settings"
|
2423 |
-
msgid "Brazilian Real (BRL)"
|
2424 |
-
msgstr "الريال البرازيلي (BRL)"
|
2425 |
-
|
2426 |
-
#: includes/admin/settings/class-settings.php:578
|
2427 |
-
msgctxt "admin settings"
|
2428 |
-
msgid "Canadian Dollar (CAD)"
|
2429 |
-
msgstr "الدولار الكندي (CAD)"
|
2430 |
-
|
2431 |
-
#: includes/admin/settings/class-settings.php:579
|
2432 |
-
msgctxt "admin settings"
|
2433 |
-
msgid "Czech Koruna (CZK)"
|
2434 |
-
msgstr "الكورونا التشيكية (CZK)"
|
2435 |
|
2436 |
-
#: includes/admin/
|
2437 |
-
msgctxt "admin
|
2438 |
-
msgid "
|
2439 |
-
msgstr "
|
2440 |
|
2441 |
-
#: includes/admin/
|
2442 |
-
msgctxt "admin
|
2443 |
-
msgid "
|
2444 |
-
msgstr "
|
2445 |
|
2446 |
-
#: includes/admin/
|
2447 |
-
msgctxt "admin
|
2448 |
-
msgid "
|
2449 |
-
msgstr "
|
2450 |
|
2451 |
-
#: includes/admin/
|
2452 |
-
msgctxt "admin
|
2453 |
-
msgid "
|
2454 |
-
msgstr "
|
2455 |
|
2456 |
-
#: includes/admin/
|
2457 |
-
msgctxt "admin
|
2458 |
-
msgid "
|
2459 |
-
msgstr "
|
2460 |
|
2461 |
-
#: includes/admin/
|
2462 |
-
msgctxt "admin
|
2463 |
-
msgid "
|
2464 |
-
msgstr "
|
2465 |
|
2466 |
-
#: includes/admin/
|
2467 |
-
msgctxt "admin
|
2468 |
-
msgid "
|
2469 |
-
msgstr ""
|
2470 |
|
2471 |
-
#: includes/admin/
|
2472 |
-
msgctxt "admin
|
2473 |
-
msgid "
|
2474 |
-
msgstr "
|
2475 |
|
2476 |
-
#: includes/admin/
|
2477 |
-
msgctxt "admin
|
2478 |
-
msgid "
|
2479 |
-
msgstr "
|
2480 |
|
2481 |
-
#: includes/admin/
|
2482 |
-
msgctxt "admin
|
2483 |
-
msgid "
|
2484 |
-
msgstr "
|
2485 |
|
2486 |
-
#: includes/admin/
|
2487 |
-
|
2488 |
-
|
2489 |
-
|
|
|
2490 |
|
2491 |
-
#: includes/admin/
|
2492 |
-
msgctxt "admin
|
2493 |
-
msgid "
|
2494 |
-
msgstr "
|
2495 |
|
2496 |
-
#: includes/admin/
|
2497 |
-
msgctxt "admin
|
2498 |
-
msgid "
|
2499 |
-
msgstr "
|
2500 |
|
2501 |
-
#: includes/admin/
|
2502 |
-
msgctxt "admin
|
2503 |
-
msgid "
|
2504 |
-
msgstr "
|
2505 |
|
2506 |
-
#: includes/admin/
|
2507 |
-
msgctxt "admin
|
2508 |
-
msgid "
|
2509 |
-
msgstr "
|
2510 |
|
2511 |
-
#: includes/admin/
|
2512 |
-
msgctxt "admin
|
2513 |
-
msgid "
|
2514 |
-
msgstr "
|
2515 |
|
2516 |
-
#: includes/admin/
|
2517 |
-
msgctxt "admin
|
2518 |
-
msgid "
|
2519 |
-
msgstr "
|
2520 |
|
2521 |
-
#: includes/admin/
|
2522 |
-
msgctxt "admin
|
2523 |
-
msgid "
|
2524 |
-
msgstr "
|
2525 |
|
2526 |
-
#: includes/
|
2527 |
-
|
2528 |
-
|
2529 |
-
|
|
|
|
|
2530 |
|
2531 |
-
#: includes/
|
2532 |
-
|
2533 |
-
|
2534 |
-
|
|
|
|
|
2535 |
|
2536 |
-
#: includes/
|
2537 |
-
msgctxt "admin
|
2538 |
-
msgid "
|
2539 |
-
msgstr "
|
2540 |
|
2541 |
-
#: includes/
|
2542 |
-
msgctxt "admin
|
2543 |
-
msgid "
|
2544 |
-
msgstr "
|
2545 |
|
2546 |
-
#: includes/
|
2547 |
-
msgctxt "admin
|
2548 |
-
msgid "
|
2549 |
-
msgstr "
|
2550 |
|
2551 |
-
#: includes/
|
2552 |
-
msgctxt "admin
|
2553 |
-
msgid "
|
2554 |
-
msgstr "
|
2555 |
|
2556 |
-
#: includes/
|
2557 |
-
msgctxt "admin
|
2558 |
-
msgid "
|
2559 |
-
msgstr "
|
2560 |
|
2561 |
-
#: includes/
|
2562 |
-
msgctxt "admin
|
2563 |
-
msgid "
|
2564 |
-
msgstr "
|
2565 |
|
2566 |
-
#: includes/
|
2567 |
-
msgctxt "admin
|
2568 |
-
msgid "
|
2569 |
-
msgstr "
|
2570 |
|
2571 |
-
#: includes/
|
2572 |
-
msgctxt "admin
|
2573 |
msgid ""
|
2574 |
-
"
|
2575 |
-
"
|
2576 |
msgstr ""
|
2577 |
-
"
|
2578 |
-
"
|
2579 |
|
2580 |
-
#: includes/
|
2581 |
-
msgctxt "admin
|
2582 |
-
msgid "
|
2583 |
-
msgstr "
|
2584 |
|
2585 |
-
#: includes/
|
2586 |
-
msgctxt "admin
|
2587 |
msgid ""
|
2588 |
-
"
|
2589 |
-
"
|
2590 |
-
"in listings that look like they failed, when the user simply didn't complete "
|
2591 |
-
"the transaction. BD can remind them to come back and continue."
|
2592 |
msgstr ""
|
2593 |
-
"
|
2594 |
-
"
|
2595 |
-
"لا يكمل العضو المعاملة ببساطة. دليل الأعمال يستطيع تذكيرهم للعودة والاستمرار."
|
2596 |
-
|
2597 |
-
#: includes/admin/settings/class-settings.php:632
|
2598 |
-
msgctxt "admin settings"
|
2599 |
-
msgid "Listing abandonment threshold (hours)"
|
2600 |
-
msgstr "عتبة التخلي على الإعلان (ساعات)"
|
2601 |
|
2602 |
-
#: includes/
|
2603 |
-
msgctxt "admin
|
2604 |
-
msgid ""
|
2605 |
-
"
|
2606 |
-
"can also <a>customize the e-mail</a> users receive."
|
2607 |
-
msgstr ""
|
2608 |
-
"الإعلانات مع الدفعات المعلقة تعد متخلى عنها بعد هذا الوقت. يمكنك أيضا "
|
2609 |
-
"<a>تخصيص البريد الإلكتروني</a> الذي يتلقاه الأعضاء."
|
2610 |
|
2611 |
-
#: includes/
|
2612 |
-
msgctxt "admin
|
2613 |
-
msgid "
|
2614 |
-
msgstr "
|
2615 |
|
2616 |
-
#: includes/
|
2617 |
-
msgctxt "admin
|
2618 |
-
msgid "
|
2619 |
-
msgstr "
|
2620 |
|
2621 |
-
#: includes/
|
2622 |
-
msgctxt "admin
|
2623 |
-
msgid "
|
2624 |
-
msgstr "
|
2625 |
|
2626 |
-
#:
|
2627 |
-
msgctxt "admin
|
2628 |
-
msgid "
|
2629 |
-
msgstr "
|
2630 |
|
2631 |
-
#:
|
2632 |
-
msgctxt "admin
|
2633 |
-
msgid "
|
2634 |
-
msgstr "
|
2635 |
|
2636 |
-
#:
|
2637 |
-
|
2638 |
-
|
2639 |
-
|
|
|
|
|
2640 |
|
2641 |
-
#:
|
2642 |
-
msgctxt "admin
|
2643 |
-
msgid ""
|
2644 |
-
"
|
2645 |
-
"listings will not be affected. If you wish to change existing listings, you "
|
2646 |
-
"will need to re-upload the image(s) on that listing after changing things "
|
2647 |
-
"here."
|
2648 |
-
msgstr ""
|
2649 |
-
"أية تغييرات على هذه الإعدادات سوف تؤثر على الإعلانات الجديدة فقط. الإعلانات "
|
2650 |
-
"الموجودة لن تتأثر. إذا كنت ترغب في تغيير الإعلانات الحالية، تحتاج إلى إعادة "
|
2651 |
-
"تحميل الصورة (الصور) إلى تلك الإعلانات بعد تغيير الأشياء هنا."
|
2652 |
|
2653 |
-
#:
|
2654 |
-
msgctxt "admin
|
2655 |
-
msgid "
|
2656 |
-
msgstr "
|
2657 |
|
2658 |
-
#:
|
2659 |
-
msgctxt "admin
|
2660 |
-
msgid "
|
2661 |
-
msgstr "
|
2662 |
|
2663 |
-
#:
|
2664 |
-
msgctxt "admin
|
2665 |
-
msgid "
|
2666 |
-
msgstr "
|
2667 |
|
2668 |
-
#:
|
2669 |
-
msgctxt "admin
|
2670 |
-
msgid "
|
2671 |
-
msgstr "
|
2672 |
|
2673 |
-
#:
|
2674 |
-
msgctxt "admin
|
2675 |
-
msgid "
|
2676 |
-
msgstr "
|
2677 |
|
2678 |
-
#:
|
2679 |
-
msgctxt "admin
|
2680 |
-
msgid "
|
2681 |
-
msgstr "
|
2682 |
|
2683 |
-
#:
|
2684 |
-
msgctxt "admin
|
2685 |
-
msgid "
|
2686 |
-
msgstr "
|
2687 |
|
2688 |
-
#:
|
2689 |
-
msgctxt "admin
|
2690 |
-
msgid "
|
2691 |
-
msgstr "
|
2692 |
|
2693 |
-
#:
|
2694 |
-
msgctxt "admin
|
2695 |
-
msgid "
|
2696 |
-
msgstr "
|
2697 |
|
2698 |
-
#:
|
2699 |
-
msgctxt "admin
|
2700 |
-
msgid ""
|
2701 |
-
"
|
2702 |
-
msgstr ""
|
2703 |
-
"قم بإلغاء التحديد إذا كان يتعارض مع العناصر الأخرى أو الإضافات المثبتة على "
|
2704 |
-
"موقعك"
|
2705 |
|
2706 |
-
#:
|
2707 |
-
msgctxt "admin
|
2708 |
-
msgid "
|
2709 |
-
msgstr "
|
2710 |
|
2711 |
-
#:
|
2712 |
-
msgctxt "admin
|
2713 |
-
msgid "
|
2714 |
-
msgstr "عرض
|
2715 |
|
2716 |
-
#:
|
2717 |
-
msgctxt "admin
|
2718 |
-
msgid "
|
2719 |
-
msgstr "
|
2720 |
|
2721 |
-
#:
|
2722 |
-
msgctxt "admin
|
2723 |
-
msgid "
|
2724 |
-
msgstr "
|
2725 |
|
2726 |
-
#:
|
2727 |
-
msgctxt "admin
|
2728 |
-
msgid ""
|
2729 |
-
"
|
2730 |
-
"image may be cropped out. If disabled, image thumbnails will be resized to "
|
2731 |
-
"match the specified width and their height will be adjusted proportionally. "
|
2732 |
-
"Depending on the uploaded images, thumbnails may have different heights."
|
2733 |
-
msgstr ""
|
2734 |
-
"عند تمكين الصور ستطابق تماما الأبعاد أعلاه لكن جزءا من الصورة يمكن أن يقطع. "
|
2735 |
-
"في حالة تعطيلها، سيتم تغيير حجم الصور المصغرة لمطابقة العرض المحدد وسيتم "
|
2736 |
-
"تعديل الارتفاع بشكل متناسب. اعتماداً على الصور المرفوعة, قد تكون ارتفاعات "
|
2737 |
-
"الصور المصغرة مختلفة."
|
2738 |
|
2739 |
-
#:
|
2740 |
-
msgctxt "admin
|
2741 |
-
msgid "
|
2742 |
-
msgstr "
|
2743 |
|
2744 |
-
#:
|
2745 |
-
msgctxt "admin
|
2746 |
-
msgid ""
|
2747 |
-
"
|
2748 |
-
"a> instead of this setting, which is ignored for paid listings."
|
2749 |
-
msgstr ""
|
2750 |
-
"بالنسبة لصور الإعلانات المدفوعة، قم بإعدادها بإضافة أو تحرير <a>رسوم الخطة</"
|
2751 |
-
"a> بدلاً من هذا الإعداد، الذي هو تجاهل الإعلانات المدفوعة."
|
2752 |
|
2753 |
-
#:
|
2754 |
-
msgctxt "admin
|
2755 |
-
msgid "
|
2756 |
-
msgstr "
|
2757 |
|
2758 |
-
#:
|
2759 |
-
msgctxt "admin
|
2760 |
-
msgid "
|
2761 |
-
msgstr "
|
2762 |
|
2763 |
-
#:
|
2764 |
-
msgctxt "admin
|
2765 |
-
msgid "
|
2766 |
-
msgstr "
|
2767 |
|
2768 |
-
#:
|
2769 |
-
msgctxt "admin
|
2770 |
-
msgid "
|
2771 |
-
msgstr "
|
2772 |
|
2773 |
-
#:
|
2774 |
-
msgctxt "admin
|
2775 |
-
msgid ""
|
2776 |
-
"
|
2777 |
-
|
2778 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2779 |
|
2780 |
-
#:
|
2781 |
-
msgctxt "admin
|
2782 |
-
msgid ""
|
2783 |
-
|
2784 |
-
"be created."
|
2785 |
-
msgstr "لا يمكن تفعيل وضع التوافق أجاكس: تعذر إنشاء المجلد \"%s\"."
|
2786 |
|
2787 |
-
#:
|
2788 |
-
msgctxt "admin
|
2789 |
msgid ""
|
2790 |
-
"
|
2791 |
-
"
|
2792 |
msgstr ""
|
2793 |
-
"
|
2794 |
-
"\"
|
2795 |
-
|
2796 |
-
#: includes/admin/settings/class-settings.php:1093
|
2797 |
-
msgctxt "settings"
|
2798 |
-
msgid "Deactivate License"
|
2799 |
-
msgstr "تعطيل الترخيص"
|
2800 |
-
|
2801 |
-
#: includes/admin/settings/class-settings.php:1095
|
2802 |
-
msgctxt "settings"
|
2803 |
-
msgid "Deactivating license..."
|
2804 |
-
msgstr "ترخيص معطل..."
|
2805 |
|
2806 |
-
#:
|
2807 |
-
msgctxt "
|
2808 |
-
msgid "
|
2809 |
-
msgstr "
|
2810 |
|
2811 |
-
#:
|
2812 |
-
msgctxt "
|
2813 |
-
msgid "
|
2814 |
-
msgstr "
|
2815 |
|
2816 |
-
#:
|
2817 |
-
msgctxt "admin
|
2818 |
-
msgid "
|
2819 |
-
msgstr "
|
2820 |
|
2821 |
-
#:
|
2822 |
-
msgctxt "
|
2823 |
-
msgid "
|
2824 |
-
msgstr "
|
2825 |
|
2826 |
-
#:
|
2827 |
-
msgctxt "
|
2828 |
-
msgid "
|
2829 |
-
msgstr "
|
2830 |
|
2831 |
-
#:
|
2832 |
-
msgctxt "
|
2833 |
-
msgid "
|
2834 |
-
msgstr "
|
2835 |
|
2836 |
-
#:
|
2837 |
-
msgctxt "
|
2838 |
-
msgid "
|
2839 |
-
|
|
|
|
|
|
|
|
|
|
|
2840 |
|
2841 |
-
#:
|
2842 |
-
msgctxt "
|
2843 |
-
msgid "
|
2844 |
-
msgstr "
|
2845 |
|
2846 |
-
#: includes/admin/
|
2847 |
-
msgctxt "
|
2848 |
-
msgid "
|
2849 |
-
msgstr "
|
2850 |
|
2851 |
-
#: includes/admin/
|
2852 |
-
msgctxt "
|
2853 |
-
msgid "
|
2854 |
-
msgstr "
|
2855 |
|
2856 |
-
#: includes/admin/
|
2857 |
-
msgctxt "
|
2858 |
-
msgid "
|
2859 |
-
msgstr "
|
2860 |
|
2861 |
-
#: includes/admin/
|
2862 |
-
msgctxt "
|
2863 |
-
msgid "
|
2864 |
-
msgstr "
|
2865 |
|
2866 |
-
#: includes/admin/
|
2867 |
-
msgctxt "
|
2868 |
-
msgid "
|
2869 |
-
msgstr "
|
2870 |
|
2871 |
-
#: includes/admin/
|
2872 |
-
msgctxt "
|
2873 |
-
msgid "
|
2874 |
-
msgstr "
|
2875 |
|
2876 |
-
#: includes/admin/
|
2877 |
-
msgctxt "
|
2878 |
-
msgid "
|
2879 |
-
msgstr "
|
2880 |
|
2881 |
-
#: includes/admin/
|
2882 |
-
msgctxt "
|
2883 |
-
msgid "
|
2884 |
-
msgstr "
|
2885 |
|
2886 |
-
#: includes/admin/
|
2887 |
-
msgctxt "
|
2888 |
-
msgid "
|
2889 |
-
msgstr "
|
2890 |
|
2891 |
-
#:
|
2892 |
-
msgctxt "
|
2893 |
-
msgid "
|
2894 |
-
|
|
|
|
|
|
|
|
|
2895 |
|
2896 |
-
#:
|
2897 |
-
msgctxt "
|
2898 |
msgid ""
|
2899 |
-
"
|
2900 |
-
"
|
2901 |
-
"future releases?"
|
2902 |
msgstr ""
|
2903 |
-
"
|
2904 |
-
"
|
2905 |
-
"للإصدارات المستقبلية؟"
|
2906 |
|
2907 |
-
#:
|
2908 |
-
msgctxt "
|
2909 |
-
msgid "
|
2910 |
-
msgstr "
|
2911 |
|
2912 |
-
#: includes/admin/
|
2913 |
-
msgctxt "
|
2914 |
-
msgid "
|
2915 |
-
msgstr "
|
2916 |
|
2917 |
-
#: includes/admin/
|
2918 |
-
msgctxt "
|
2919 |
-
msgid "
|
2920 |
-
msgstr "
|
2921 |
|
2922 |
-
#: includes/admin/
|
2923 |
-
msgctxt "
|
2924 |
-
msgid "
|
2925 |
-
msgstr "
|
2926 |
|
2927 |
-
#: includes/admin/
|
2928 |
-
msgctxt "
|
2929 |
-
msgid "
|
2930 |
-
|
|
|
|
|
|
|
|
|
2931 |
|
2932 |
-
#: includes/admin/
|
2933 |
-
msgctxt "
|
2934 |
-
msgid "
|
2935 |
-
msgstr "
|
2936 |
|
2937 |
-
#: includes/admin/
|
2938 |
-
msgctxt "
|
2939 |
-
msgid "
|
2940 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2941 |
|
2942 |
-
#: includes/admin/
|
2943 |
-
|
2944 |
-
|
2945 |
-
|
2946 |
-
msgstr "تم تحديث القالب بنجاح."
|
2947 |
|
2948 |
-
#: includes/
|
2949 |
-
|
2950 |
-
|
|
|
|
|
|
|
2951 |
|
2952 |
-
#: includes/class-
|
2953 |
-
msgctxt "
|
2954 |
-
msgid "
|
2955 |
-
msgstr "
|
2956 |
|
2957 |
-
#: includes/class-
|
2958 |
-
msgctxt "
|
2959 |
-
msgid "
|
2960 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2961 |
|
2962 |
-
#: includes/class-
|
2963 |
-
msgctxt "
|
2964 |
-
msgid "
|
2965 |
-
msgstr "
|
2966 |
|
2967 |
-
#: includes/class-
|
2968 |
-
msgctxt "
|
2969 |
-
msgid "
|
2970 |
-
msgstr "
|
2971 |
|
2972 |
-
#: includes/class-
|
2973 |
-
msgctxt "
|
2974 |
-
msgid "
|
2975 |
-
msgstr "
|
2976 |
|
2977 |
-
#: includes/class-
|
2978 |
-
msgctxt "
|
2979 |
-
msgid "
|
2980 |
-
msgstr "
|
2981 |
|
2982 |
-
#: includes/class-
|
2983 |
-
msgctxt "
|
2984 |
-
msgid "
|
2985 |
-
msgstr "
|
2986 |
|
2987 |
-
#: includes/class-
|
2988 |
-
msgctxt "
|
2989 |
-
msgid "
|
2990 |
-
msgstr "
|
2991 |
|
2992 |
-
#: includes/class-
|
2993 |
-
msgctxt "
|
2994 |
-
msgid "
|
2995 |
-
msgstr "
|
2996 |
|
2997 |
-
#: includes/class-
|
2998 |
-
msgctxt "
|
2999 |
-
msgid "
|
3000 |
-
msgstr "
|
3001 |
|
3002 |
-
#: includes/class-
|
3003 |
-
msgctxt "
|
3004 |
-
msgid "
|
3005 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3006 |
|
3007 |
-
#: includes/class-
|
3008 |
-
msgctxt "
|
3009 |
-
msgid "
|
3010 |
-
msgstr "
|
3011 |
|
3012 |
-
#: includes/class-
|
3013 |
-
msgctxt "
|
3014 |
-
msgid "
|
3015 |
-
msgstr "
|
3016 |
|
3017 |
-
#: includes/class-
|
3018 |
-
msgctxt "
|
3019 |
-
msgid "
|
3020 |
-
msgstr "
|
3021 |
|
3022 |
-
#: includes/class-
|
3023 |
-
msgctxt "
|
3024 |
-
msgid "
|
3025 |
-
|
|
|
|
|
|
|
|
|
3026 |
|
3027 |
-
#: includes/
|
3028 |
-
msgctxt "
|
3029 |
-
msgid "
|
3030 |
-
msgstr "
|
3031 |
|
3032 |
-
#: includes/class-
|
3033 |
-
msgctxt "
|
3034 |
-
msgid "
|
3035 |
-
|
|
|
|
|
|
|
|
|
3036 |
|
3037 |
-
#: includes/class-
|
3038 |
-
|
3039 |
-
|
3040 |
-
|
|
|
3041 |
|
3042 |
-
#: includes/class-
|
3043 |
-
msgctxt "
|
3044 |
-
msgid "
|
3045 |
-
msgstr "
|
3046 |
|
3047 |
-
#: includes/class-
|
3048 |
-
msgctxt "
|
3049 |
-
msgid "
|
3050 |
-
msgstr "
|
3051 |
|
3052 |
-
#: includes/
|
3053 |
-
msgctxt "
|
3054 |
-
msgid "
|
3055 |
-
|
|
|
|
|
|
|
|
|
3056 |
|
3057 |
-
#: includes/class-
|
3058 |
-
msgctxt "
|
3059 |
-
msgid "Directory"
|
3060 |
-
msgstr "الدليل"
|
3061 |
|
3062 |
-
#: includes/class-
|
3063 |
-
msgctxt "
|
3064 |
-
msgid "Listing"
|
3065 |
-
msgstr "إعلان"
|
3066 |
|
3067 |
-
#: includes/class-
|
3068 |
-
msgctxt "
|
3069 |
-
msgid "
|
3070 |
-
msgstr "
|
3071 |
|
3072 |
-
#: includes/class-
|
3073 |
-
msgctxt "
|
3074 |
-
msgid "
|
3075 |
-
msgstr "
|
3076 |
|
3077 |
-
#: includes/class-
|
3078 |
-
|
3079 |
-
|
|
|
3080 |
|
3081 |
-
#: includes/class-
|
3082 |
-
|
3083 |
-
|
|
|
3084 |
|
3085 |
-
#: includes/class-
|
3086 |
-
|
3087 |
-
|
|
|
3088 |
|
3089 |
-
#: includes/class-
|
3090 |
-
|
3091 |
-
|
|
|
3092 |
|
3093 |
-
#: includes/class-
|
3094 |
-
|
3095 |
-
|
|
|
3096 |
|
3097 |
-
#: includes/class-
|
3098 |
-
|
3099 |
-
|
|
|
3100 |
|
3101 |
-
#: includes/class-
|
3102 |
-
|
3103 |
-
|
|
|
3104 |
|
3105 |
-
#: includes/class-
|
3106 |
-
|
3107 |
-
|
|
|
3108 |
|
3109 |
-
#: includes/class-
|
3110 |
-
|
3111 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3112 |
|
3113 |
-
#: includes/class-
|
3114 |
-
|
3115 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
3116 |
|
3117 |
-
#: includes/
|
3118 |
-
msgctxt "
|
3119 |
-
msgid "
|
3120 |
-
msgstr "
|
3121 |
|
3122 |
-
#: includes/
|
3123 |
-
msgctxt "
|
3124 |
-
msgid "
|
3125 |
-
msgstr "
|
3126 |
|
3127 |
-
#: includes/
|
3128 |
-
msgctxt "
|
3129 |
-
msgid "
|
3130 |
-
|
|
|
|
|
|
|
|
|
|
|
3131 |
|
3132 |
-
#: includes/
|
3133 |
-
msgctxt "
|
3134 |
-
msgid "
|
3135 |
-
msgstr "
|
3136 |
|
3137 |
-
#: includes/
|
3138 |
-
|
3139 |
-
|
3140 |
-
|
3141 |
-
|
3142 |
-
msgstr "
|
|
|
|
|
3143 |
|
3144 |
-
#: includes/
|
3145 |
-
|
3146 |
-
|
3147 |
-
|
3148 |
-
|
3149 |
-
|
|
|
|
|
|
|
3150 |
|
3151 |
-
#: includes/
|
3152 |
-
msgctxt "
|
3153 |
-
msgid "
|
3154 |
-
msgstr "
|
3155 |
|
3156 |
-
#: includes/
|
3157 |
-
|
3158 |
-
|
|
|
|
|
3159 |
|
3160 |
-
#: includes/
|
3161 |
-
|
3162 |
-
|
3163 |
-
|
|
|
3164 |
|
3165 |
-
#: includes/
|
3166 |
-
|
3167 |
-
|
3168 |
-
|
|
|
|
|
3169 |
|
3170 |
-
#: includes/
|
3171 |
-
msgctxt "
|
3172 |
-
msgid "
|
3173 |
-
msgstr "
|
3174 |
|
3175 |
-
#: includes/
|
3176 |
-
msgctxt "
|
3177 |
-
msgid "
|
3178 |
-
|
|
|
|
|
|
|
3179 |
|
3180 |
-
#: includes/
|
3181 |
-
msgctxt "
|
3182 |
-
msgid "
|
3183 |
-
msgstr "
|
3184 |
|
3185 |
-
#: includes/
|
3186 |
-
msgctxt "
|
3187 |
-
msgid "
|
3188 |
-
|
|
|
|
|
|
|
|
|
3189 |
|
3190 |
-
#: includes/
|
3191 |
-
msgctxt "
|
3192 |
-
msgid "
|
3193 |
-
msgstr "
|
3194 |
|
3195 |
-
#: includes/
|
3196 |
-
msgctxt "
|
3197 |
-
msgid "
|
3198 |
-
|
|
|
|
|
|
|
|
|
3199 |
|
3200 |
-
#: includes/
|
3201 |
-
msgctxt "
|
3202 |
-
msgid "
|
3203 |
-
msgstr "
|
3204 |
|
3205 |
-
#: includes/
|
3206 |
-
msgctxt "
|
3207 |
-
msgid "
|
3208 |
-
msgstr "
|
3209 |
|
3210 |
-
#: includes/
|
3211 |
-
msgctxt "
|
3212 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3213 |
msgstr ""
|
|
|
|
|
3214 |
|
3215 |
-
#: includes/
|
3216 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
3217 |
msgid ""
|
3218 |
-
"
|
3219 |
-
"
|
|
|
|
|
|
|
3220 |
msgstr ""
|
3221 |
|
3222 |
-
#: includes/
|
3223 |
-
msgctxt "
|
3224 |
-
msgid "
|
3225 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3226 |
|
3227 |
-
#: includes/
|
3228 |
-
msgctxt "
|
3229 |
-
msgid "
|
3230 |
-
msgstr "
|
3231 |
|
3232 |
-
#: includes/
|
3233 |
-
msgctxt "
|
3234 |
-
msgid "
|
3235 |
-
msgstr "
|
3236 |
|
3237 |
-
#: includes/
|
3238 |
-
msgctxt "
|
3239 |
-
msgid "
|
3240 |
-
msgstr "
|
3241 |
|
3242 |
-
#: includes/
|
3243 |
-
|
3244 |
-
|
3245 |
-
|
3246 |
-
msgstr "-- اختار واحد --"
|
3247 |
|
3248 |
-
#: includes/
|
3249 |
-
msgctxt "
|
3250 |
-
msgid "
|
|
|
|
|
|
|
3251 |
msgstr ""
|
|
|
|
|
|
|
3252 |
|
3253 |
-
#: includes/
|
3254 |
-
msgctxt "
|
3255 |
-
msgid "
|
3256 |
-
msgstr "
|
3257 |
-
|
3258 |
-
#: includes/fields/class-fieldtypes-textarea.php:6
|
3259 |
-
msgctxt "form-fields api"
|
3260 |
-
msgid "Textarea"
|
3261 |
-
msgstr "مربع النص"
|
3262 |
|
3263 |
-
#: includes/
|
3264 |
-
msgctxt "
|
3265 |
-
msgid "
|
3266 |
-
msgstr "
|
3267 |
|
3268 |
-
#: includes/
|
3269 |
-
msgctxt "
|
3270 |
-
msgid "Allow
|
3271 |
-
msgstr "السماح
|
3272 |
|
3273 |
-
#: includes/
|
3274 |
-
msgctxt "admin
|
3275 |
msgid ""
|
3276 |
-
"
|
3277 |
-
"
|
3278 |
-
"site with malware. We do NOT recommend using this setting UNLESS you are "
|
3279 |
-
"posting the listings yourself and have sole control over the content. Are "
|
3280 |
-
"you sure you want to enable this?"
|
3281 |
msgstr ""
|
3282 |
-
"
|
3283 |
-
"
|
3284 |
-
"باستخدام هذا الإعداد إلا إذا كنت تقوم بإضافة الإعلانات بنفسك وأنت الوحيد من "
|
3285 |
-
"يتحكم في المحتوى. هل أنت متأكد من أنك تريد تمكين هذا؟"
|
3286 |
|
3287 |
-
#: includes/
|
3288 |
-
msgctxt "
|
3289 |
-
msgid "
|
3290 |
-
msgstr "
|
3291 |
|
3292 |
-
#: includes/
|
3293 |
-
msgctxt "
|
3294 |
-
msgid "
|
3295 |
-
|
|
|
|
|
3296 |
|
3297 |
-
#: includes/
|
3298 |
-
msgctxt "
|
3299 |
-
msgid "
|
3300 |
-
msgstr "
|
3301 |
|
3302 |
-
#: includes/
|
3303 |
-
msgctxt "
|
3304 |
-
msgid "
|
3305 |
-
|
|
|
|
|
3306 |
|
3307 |
-
#: includes/
|
3308 |
-
msgctxt "
|
3309 |
msgid ""
|
3310 |
-
"
|
3311 |
-
"in fee plans."
|
3312 |
msgstr ""
|
3313 |
-
"
|
3314 |
-
"الخاصة بك في رسوم الخطط.."
|
3315 |
|
3316 |
-
#: includes/
|
3317 |
-
msgctxt "
|
3318 |
-
msgid "
|
3319 |
-
msgstr "
|
3320 |
|
3321 |
-
#: includes/
|
3322 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
3323 |
msgid ""
|
3324 |
-
"
|
3325 |
-
"
|
3326 |
msgstr ""
|
3327 |
-
"
|
3328 |
-
"
|
3329 |
-
|
3330 |
-
#: includes/fields/class-fieldtypes-textarea.php:74
|
3331 |
-
msgctxt "form-fields admin"
|
3332 |
-
msgid "Apply \"the_content\" filter before displaying this field?"
|
3333 |
-
msgstr "تطبيق عامل تصفية \"the_content\" قبل عرض هذا الحقل؟"
|
3334 |
|
3335 |
-
#: includes/
|
3336 |
-
msgctxt "
|
3337 |
-
msgid "
|
3338 |
-
msgstr "
|
3339 |
|
3340 |
-
#: includes/
|
3341 |
-
msgctxt "
|
3342 |
-
msgid "
|
3343 |
-
msgstr "
|
3344 |
|
3345 |
-
#: includes/
|
3346 |
-
msgctxt "
|
3347 |
-
msgid "
|
3348 |
-
msgstr "
|
3349 |
|
3350 |
-
#: includes/
|
3351 |
-
msgctxt "
|
3352 |
-
msgid "
|
3353 |
-
msgstr "
|
3354 |
|
3355 |
-
#: includes/
|
3356 |
-
msgctxt "
|
3357 |
-
msgid "
|
3358 |
-
msgstr "
|
3359 |
|
3360 |
-
#: includes/
|
3361 |
-
msgctxt "
|
3362 |
-
msgid "
|
3363 |
-
msgstr "
|
3364 |
|
3365 |
-
#: includes/
|
3366 |
-
msgctxt "
|
3367 |
-
msgid "
|
3368 |
-
msgstr "
|
3369 |
|
3370 |
-
#: includes/
|
3371 |
-
msgctxt "
|
3372 |
-
msgid "
|
3373 |
-
msgstr "
|
3374 |
|
3375 |
-
#: includes/
|
3376 |
-
|
3377 |
-
|
3378 |
-
|
|
|
3379 |
|
3380 |
-
#: includes/
|
3381 |
-
|
3382 |
-
|
3383 |
-
|
|
|
3384 |
|
3385 |
-
#: includes/
|
3386 |
-
msgctxt "
|
3387 |
-
msgid "
|
3388 |
-
msgstr "
|
3389 |
|
3390 |
-
#: includes/
|
3391 |
-
msgctxt "
|
3392 |
-
msgid "
|
3393 |
-
msgstr "
|
3394 |
|
3395 |
-
#: includes/
|
3396 |
-
msgctxt "
|
3397 |
-
msgid ""
|
3398 |
-
"
|
3399 |
-
"association."
|
3400 |
-
msgstr "يمكن أن يكون هناك حقل واحد مع رابطة \"%s\". المرجو تحديد رابطة أخرى."
|
3401 |
|
3402 |
-
#: includes/
|
3403 |
-
msgctxt "
|
3404 |
-
msgid "
|
3405 |
-
msgstr "
|
3406 |
|
3407 |
-
#: includes/
|
3408 |
-
msgctxt "
|
3409 |
-
msgid "
|
3410 |
-
msgstr "
|
3411 |
|
3412 |
-
#: includes/
|
3413 |
-
msgctxt "
|
3414 |
-
msgid ""
|
3415 |
-
|
3416 |
-
"work."
|
3417 |
-
msgstr "لا يمكن حذف هذا الحقل لأنه مطلوب لعمل الإضافة."
|
3418 |
|
3419 |
-
#: includes/
|
3420 |
-
msgctxt "
|
3421 |
-
msgid "
|
3422 |
-
msgstr "
|
3423 |
|
3424 |
-
#: includes/
|
3425 |
-
|
3426 |
-
|
3427 |
-
|
|
|
3428 |
|
3429 |
-
#: includes/
|
3430 |
-
|
3431 |
-
|
3432 |
-
|
|
|
3433 |
|
3434 |
-
#: includes/
|
3435 |
-
msgctxt "
|
3436 |
-
msgid "
|
3437 |
-
msgstr "
|
3438 |
|
3439 |
-
#: includes/
|
3440 |
-
msgctxt "
|
3441 |
-
msgid "
|
3442 |
-
msgstr "
|
3443 |
|
3444 |
-
#: includes/
|
3445 |
-
msgctxt "
|
3446 |
-
msgid "
|
3447 |
-
msgstr "
|
3448 |
|
3449 |
-
#: includes/
|
3450 |
-
|
3451 |
-
|
3452 |
-
|
|
|
3453 |
|
3454 |
-
#: includes/
|
3455 |
-
msgctxt "
|
3456 |
-
msgid "
|
3457 |
-
msgstr "
|
3458 |
|
3459 |
-
#: includes/
|
3460 |
-
|
3461 |
-
|
|
|
3462 |
|
3463 |
-
#: includes/
|
3464 |
-
|
3465 |
-
|
|
|
3466 |
|
3467 |
-
#: includes/
|
3468 |
-
|
3469 |
-
|
|
|
3470 |
|
3471 |
-
#: includes/
|
3472 |
-
|
3473 |
-
|
|
|
3474 |
|
3475 |
-
#: includes/
|
3476 |
-
|
3477 |
-
|
|
|
3478 |
|
3479 |
-
#: includes/
|
3480 |
-
|
3481 |
-
|
|
|
3482 |
|
3483 |
-
#: includes/
|
3484 |
-
|
3485 |
-
|
|
|
3486 |
|
3487 |
-
#: includes/
|
3488 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3489 |
msgstr "البريد الإلكتروني"
|
3490 |
|
3491 |
-
#: includes/
|
3492 |
-
|
3493 |
-
|
|
|
3494 |
|
3495 |
-
#: includes/
|
3496 |
-
|
3497 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3498 |
|
3499 |
-
#: includes/
|
3500 |
-
|
3501 |
-
|
|
|
3502 |
|
3503 |
-
#: includes/
|
3504 |
-
msgctxt "
|
3505 |
-
msgid "
|
3506 |
-
|
|
|
|
|
|
|
|
|
3507 |
|
3508 |
-
#: includes/
|
3509 |
-
msgctxt "
|
3510 |
-
msgid "
|
3511 |
-
msgstr "
|
3512 |
|
3513 |
-
#: includes/
|
3514 |
-
msgctxt "
|
3515 |
-
msgid "
|
3516 |
-
msgstr "
|
3517 |
|
3518 |
-
#: includes/
|
3519 |
-
msgctxt "
|
3520 |
-
msgid "
|
3521 |
-
msgstr "
|
3522 |
|
3523 |
-
#: includes/
|
3524 |
-
msgctxt "
|
3525 |
-
msgid "
|
3526 |
-
msgstr "
|
3527 |
|
3528 |
-
#: includes/
|
3529 |
-
msgctxt "
|
3530 |
-
msgid "
|
3531 |
-
msgstr "
|
3532 |
|
3533 |
-
#: includes/
|
3534 |
-
msgctxt "
|
3535 |
-
msgid "
|
3536 |
-
msgstr "
|
3537 |
|
3538 |
-
#: includes/
|
3539 |
-
msgctxt "
|
3540 |
-
msgid "
|
3541 |
-
msgstr "
|
3542 |
|
3543 |
-
#: includes/
|
3544 |
-
msgctxt "
|
3545 |
-
msgid "
|
3546 |
-
msgstr "
|
3547 |
|
3548 |
-
#: includes/
|
3549 |
-
msgctxt "
|
3550 |
-
msgid "
|
3551 |
-
msgstr "
|
3552 |
|
3553 |
-
#: includes/
|
3554 |
-
msgctxt "
|
3555 |
-
msgid "
|
3556 |
-
msgstr "
|
3557 |
|
3558 |
-
#: includes/
|
3559 |
-
msgctxt "
|
3560 |
-
msgid "
|
3561 |
-
msgstr "
|
|
|
3562 |
|
3563 |
-
#: includes/
|
3564 |
-
msgctxt "
|
3565 |
-
msgid "
|
3566 |
-
msgstr "
|
3567 |
|
3568 |
-
#: includes/
|
3569 |
-
msgctxt "
|
3570 |
-
msgid "
|
3571 |
-
msgstr "
|
3572 |
|
3573 |
-
#: includes/
|
3574 |
-
|
3575 |
-
|
|
|
3576 |
|
3577 |
-
#: includes/
|
3578 |
-
|
3579 |
-
|
|
|
3580 |
|
3581 |
-
#: includes/
|
3582 |
-
|
3583 |
-
|
|
|
3584 |
|
3585 |
-
#: includes/
|
3586 |
-
|
3587 |
-
|
3588 |
-
|
|
|
|
|
3589 |
|
3590 |
-
#: includes/
|
3591 |
-
msgctxt "
|
3592 |
-
msgid "
|
3593 |
-
msgstr "
|
3594 |
|
3595 |
-
#: includes/
|
3596 |
-
msgctxt "
|
3597 |
msgid ""
|
3598 |
-
"
|
3599 |
-
"
|
3600 |
msgstr ""
|
3601 |
-
"
|
3602 |
-
"
|
3603 |
|
3604 |
-
#: includes/
|
3605 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3606 |
msgid ""
|
3607 |
-
"
|
3608 |
-
"
|
3609 |
msgstr ""
|
3610 |
-
"
|
3611 |
-
|
3612 |
-
#: includes/gateways/class-gateway-authorize-net.php:99
|
3613 |
-
#: includes/gateways/class-gateway-authorize-net.php:122
|
3614 |
-
msgctxt "authorize-net"
|
3615 |
-
msgid "Payment was rejected. The following reason was given: \"%s\"."
|
3616 |
-
msgstr "رفض الدفع. وذلك للسبب التالي: \"%s\"."
|
3617 |
|
3618 |
-
#: includes/
|
3619 |
-
msgctxt "
|
3620 |
-
msgid "
|
3621 |
-
msgstr "
|
3622 |
|
3623 |
-
#: includes/
|
3624 |
-
msgctxt "
|
3625 |
-
msgid "
|
3626 |
-
msgstr "
|
3627 |
|
3628 |
-
#: includes/
|
3629 |
-
msgctxt "
|
3630 |
-
msgid "
|
3631 |
-
msgstr "
|
3632 |
|
3633 |
-
#: includes/
|
3634 |
-
msgctxt "
|
3635 |
-
msgid "
|
3636 |
-
msgstr "
|
3637 |
|
3638 |
-
#: includes/
|
3639 |
-
msgctxt "
|
3640 |
-
msgid "
|
3641 |
-
msgstr "
|
3642 |
|
3643 |
-
#: includes/
|
3644 |
-
msgctxt "
|
3645 |
-
msgid "
|
3646 |
-
|
|
|
|
|
|
|
|
|
3647 |
|
3648 |
-
#: includes/
|
3649 |
-
msgctxt "
|
3650 |
-
msgid "Pending"
|
3651 |
-
msgstr "
|
3652 |
|
3653 |
-
#: includes/
|
3654 |
-
msgctxt "
|
3655 |
-
msgid "
|
3656 |
-
msgstr "
|
3657 |
|
3658 |
-
#: includes/
|
3659 |
-
msgctxt "
|
3660 |
-
msgid "
|
3661 |
-
msgstr "
|
3662 |
|
3663 |
-
#: includes/
|
3664 |
-
msgctxt "
|
3665 |
-
msgid "
|
3666 |
-
msgstr "
|
3667 |
|
3668 |
-
#: includes/
|
3669 |
-
msgctxt "
|
3670 |
-
msgid "
|
3671 |
-
msgstr "
|
3672 |
|
3673 |
-
#: includes/
|
3674 |
-
msgctxt "
|
3675 |
-
msgid "
|
3676 |
-
msgstr "
|
3677 |
|
3678 |
-
#: includes/
|
3679 |
-
msgctxt "
|
3680 |
-
msgid "
|
3681 |
-
msgstr "
|
3682 |
|
3683 |
-
#: includes/
|
3684 |
-
msgctxt "
|
3685 |
-
msgid ""
|
3686 |
-
"
|
3687 |
-
"incompatible with the current version of Business Directory. Please update "
|
3688 |
-
"the Regions module."
|
3689 |
-
msgstr ""
|
3690 |
-
"تم تعطيل <b>إضافة دليل الأعمال - وحدة المناطق</b> لأنه غير متوافق مع الإصدار "
|
3691 |
-
"الحالي من الإضافة. يرجى تحديث وحدة المناطق."
|
3692 |
|
3693 |
-
#: includes/
|
3694 |
-
msgctxt "
|
3695 |
-
msgid "
|
3696 |
-
msgstr "
|
3697 |
|
3698 |
-
#: includes/
|
3699 |
-
msgctxt "
|
3700 |
-
msgid "
|
3701 |
-
msgstr "
|
3702 |
|
3703 |
-
#: includes/
|
3704 |
-
msgctxt "
|
3705 |
-
msgid "
|
3706 |
-
|
|
|
|
|
|
|
|
|
3707 |
|
3708 |
-
#: includes/
|
3709 |
-
msgctxt "
|
3710 |
-
msgid "
|
3711 |
-
msgstr "
|
3712 |
|
3713 |
-
#: includes/
|
3714 |
-
msgctxt "
|
3715 |
-
msgid "
|
3716 |
-
msgstr "
|
3717 |
|
3718 |
-
#: includes/
|
3719 |
-
msgctxt "
|
3720 |
-
msgid "
|
3721 |
-
msgstr "
|
3722 |
|
3723 |
-
#: includes/
|
3724 |
-
msgctxt "
|
3725 |
-
msgid ""
|
3726 |
-
"
|
3727 |
-
"records left)"
|
3728 |
-
msgstr ""
|
3729 |
|
3730 |
-
#: includes/
|
3731 |
-
|
3732 |
-
|
|
|
3733 |
|
3734 |
-
#: includes/
|
3735 |
-
|
3736 |
-
"
|
3737 |
-
"
|
3738 |
-
msgstr ""
|
3739 |
-
"تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
|
3740 |
-
"يدوية قبل المتابعة."
|
3741 |
|
3742 |
-
#: includes/
|
3743 |
-
|
3744 |
-
|
|
|
3745 |
|
3746 |
-
#: includes/
|
3747 |
-
|
3748 |
-
msgid "
|
3749 |
-
msgstr "
|
3750 |
|
3751 |
-
#: includes/
|
3752 |
-
|
3753 |
-
"
|
3754 |
-
"
|
3755 |
-
msgstr ""
|
3756 |
-
"تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
|
3757 |
-
"يدوية قبل أن تصلح للاستخدام."
|
3758 |
|
3759 |
-
#: includes/
|
3760 |
-
|
3761 |
-
|
|
|
3762 |
|
3763 |
-
#: includes/
|
3764 |
-
msgctxt "
|
3765 |
-
msgid "
|
3766 |
-
msgstr "
|
3767 |
|
3768 |
-
#: includes/
|
3769 |
-
msgctxt "
|
3770 |
-
msgid "
|
3771 |
-
msgstr "
|
3772 |
|
3773 |
-
#: includes/
|
3774 |
-
|
3775 |
-
|
3776 |
-
|
3777 |
-
"The upgrade was successfully performed. Business Directory Plugin is now "
|
3778 |
-
"available."
|
3779 |
-
msgstr "تم إجراء الترقية بنجاح. إضافة دليل الأعمال متاحة الآن."
|
3780 |
|
3781 |
-
#: includes/
|
3782 |
-
msgctxt "
|
3783 |
-
msgid "
|
3784 |
-
msgstr "
|
3785 |
|
3786 |
-
#: includes/
|
3787 |
-
|
3788 |
-
|
|
|
3789 |
|
3790 |
-
#: includes/
|
3791 |
-
|
3792 |
-
"
|
3793 |
-
"
|
3794 |
-
msgstr ""
|
3795 |
|
3796 |
-
#: includes/
|
3797 |
-
|
3798 |
-
|
|
|
3799 |
|
3800 |
-
#: includes/
|
3801 |
-
|
3802 |
-
|
3803 |
-
|
3804 |
-
msgstr "التراخيص"
|
3805 |
|
3806 |
-
#: includes/
|
3807 |
-
msgctxt "settings"
|
3808 |
-
msgid "
|
3809 |
-
msgstr "
|
3810 |
|
3811 |
-
#: includes/
|
3812 |
-
msgctxt "settings"
|
3813 |
-
msgid ""
|
3814 |
-
"
|
3815 |
-
"that information if you need to contact support about problems trying to "
|
3816 |
-
"activate your licenses."
|
3817 |
-
msgstr ""
|
3818 |
|
3819 |
-
#: includes/
|
3820 |
-
msgctxt "
|
3821 |
-
msgid "
|
3822 |
-
msgstr "
|
3823 |
|
3824 |
-
#: includes/
|
3825 |
-
msgctxt "
|
3826 |
-
msgid "
|
3827 |
-
msgstr "
|
3828 |
|
3829 |
-
#: includes/
|
3830 |
-
msgctxt "
|
3831 |
-
msgid "
|
3832 |
-
msgstr "
|
3833 |
|
3834 |
-
#: includes/
|
3835 |
-
msgctxt "
|
3836 |
-
msgid "
|
3837 |
-
msgstr "
|
3838 |
|
3839 |
-
#: includes/
|
3840 |
-
msgctxt "
|
3841 |
-
msgid ""
|
3842 |
-
"
|
3843 |
-
"provided. Go to <a>Manage Options - Licenses</a> to enter your license "
|
3844 |
-
"information."
|
3845 |
-
msgstr ""
|
3846 |
-
"لن تعمل الوحدات الممتازة (Premium) التالية حتى يتم توفير مفتاح ترخيص ساري "
|
3847 |
-
"المفعول. إذهب إلى <a>إدارة الخيارات - التراخيص</a> لإدخال معلومات الترخيص "
|
3848 |
-
"الخاص بك."
|
3849 |
|
3850 |
-
#: includes/
|
3851 |
-
msgctxt "
|
3852 |
-
msgid "
|
3853 |
-
msgstr "
|
3854 |
|
3855 |
-
#: includes/
|
3856 |
-
msgctxt "
|
3857 |
-
msgid ""
|
3858 |
-
|
3859 |
-
"The module will continue to work but you will not receive any more updates "
|
3860 |
-
"until the license is renewed."
|
3861 |
-
msgstr ""
|
3862 |
-
"انتهت صلاحية مفتاح الترخيص <span class=\"module-name\">%s %s</span>. سوف "
|
3863 |
-
"يستمر عمل الوحدة ولكن لن تتلقى أي مزيد من التحديثات حتى يتم تجديد الترخيص."
|
3864 |
|
3865 |
-
#: includes/
|
3866 |
-
msgctxt "
|
3867 |
-
msgid "
|
3868 |
-
msgstr "
|
3869 |
|
3870 |
-
#: includes/
|
3871 |
-
msgctxt "
|
3872 |
-
msgid "
|
3873 |
-
msgstr "
|
3874 |
|
3875 |
-
#: includes/
|
3876 |
-
msgctxt "
|
3877 |
-
msgid "
|
3878 |
-
msgstr "
|
3879 |
|
3880 |
-
#: includes/
|
3881 |
-
msgctxt "
|
3882 |
-
msgid ""
|
3883 |
-
"
|
3884 |
-
"href=\"%s\">Manage Options - Payment</a> to change the payment settings. "
|
3885 |
-
"Until you change this, the <i>Upgrade to Featured</i> option will be "
|
3886 |
-
"disabled."
|
3887 |
-
msgstr ""
|
3888 |
-
"أنت تقدم إعلانات مميزة ولكن المدفوعات معطلة. إذهب إلى <a href=\"%s\">إدارة "
|
3889 |
-
"الخيارات - الدفع</a> لتغيير إعدادات الدفع. حتى تقوم بتغيير ذلك، سيتم تعطيل "
|
3890 |
-
"<i>خيار الترقية إلى مميزة</i>."
|
3891 |
|
3892 |
-
#: includes/
|
3893 |
-
msgctxt "
|
3894 |
-
msgid ""
|
3895 |
-
"
|
3896 |
-
"won't be available until the following problems are fixed: <b>%s</b>. <br/> "
|
3897 |
-
"Check the <a href=\"%s\">payment settings</a>."
|
3898 |
-
msgstr ""
|
3899 |
-
"البوابة <b>%s</b> مفعلة ولكن لم يتم إعدادها بشكل صحيح. البوابة لن تكون "
|
3900 |
-
"متوفرة حتى يتم إصلاح المشاكل التالية <b>%s</b>.<br/> تحقق من <a href=\"%s"
|
3901 |
-
"\">إعدادات دفع</a> ."
|
3902 |
|
3903 |
-
#: includes/
|
3904 |
-
msgctxt "admin"
|
3905 |
-
msgid ""
|
3906 |
-
"
|
3907 |
-
"
|
3908 |
-
"payment settings. Until you change this, the directory will operate in "
|
3909 |
-
"<i>Free Mode</i>."
|
3910 |
msgstr ""
|
3911 |
-
"
|
3912 |
-
"
|
3913 |
-
"ذلك، فإن الدليل سيعمل بـ <i>الوضع المجاني.</i>"
|
3914 |
|
3915 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
3916 |
msgid ""
|
3917 |
-
"
|
3918 |
-
"
|
3919 |
-
"
|
|
|
3920 |
msgstr ""
|
3921 |
-
"
|
3922 |
-
"
|
3923 |
-
"
|
3924 |
|
3925 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
3926 |
msgid ""
|
3927 |
-
"
|
3928 |
-
"
|
3929 |
-
"recurring payments (such as PayPal) is enabled automatic renewals will be "
|
3930 |
-
"disabled."
|
3931 |
msgstr ""
|
3932 |
-
"
|
3933 |
-
"
|
3934 |
-
"بال PayPal) سيتم تعطيل التجديد التلقائي."
|
3935 |
|
3936 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3937 |
msgid ""
|
3938 |
-
"
|
3939 |
-
"
|
3940 |
-
"
|
|
|
3941 |
msgstr ""
|
3942 |
-
"
|
3943 |
-
"
|
3944 |
-
"
|
3945 |
|
3946 |
-
#: includes/
|
3947 |
-
msgctxt "
|
3948 |
-
msgid "
|
3949 |
-
msgstr "
|
3950 |
|
3951 |
-
#: includes/
|
3952 |
-
msgctxt "
|
3953 |
-
msgid "
|
3954 |
-
msgstr "
|
3955 |
|
3956 |
-
#: includes/
|
3957 |
-
msgctxt "
|
3958 |
-
msgid "
|
3959 |
-
msgstr "
|
3960 |
|
3961 |
-
#: includes/
|
3962 |
-
msgctxt "
|
3963 |
-
msgid "
|
3964 |
-
msgstr "
|
3965 |
|
3966 |
-
#: includes/
|
3967 |
-
msgctxt "
|
3968 |
-
msgid "
|
3969 |
-
msgstr "
|
3970 |
|
3971 |
-
#: includes/
|
3972 |
-
msgctxt "
|
3973 |
-
msgid "
|
3974 |
-
msgstr "
|
3975 |
|
3976 |
-
#: includes/
|
3977 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3978 |
msgid ""
|
3979 |
-
"
|
3980 |
-
"page in a moment to see if the status has changed or contact the site "
|
3981 |
-
"administrator."
|
3982 |
msgstr ""
|
3983 |
-
"
|
3984 |
-
"
|
3985 |
|
3986 |
-
#: includes/
|
3987 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3988 |
msgid ""
|
3989 |
-
"
|
3990 |
-
"
|
3991 |
-
"
|
|
|
3992 |
msgstr ""
|
3993 |
-
"
|
3994 |
-
"
|
3995 |
-
"
|
|
|
3996 |
|
3997 |
-
#: includes/
|
3998 |
-
msgctxt "
|
3999 |
-
msgid "
|
4000 |
-
msgstr "
|
4001 |
|
4002 |
-
#: includes/
|
4003 |
-
msgctxt "
|
4004 |
msgid ""
|
4005 |
-
"
|
4006 |
-
"
|
4007 |
msgstr ""
|
4008 |
-
"
|
4009 |
-
"
|
4010 |
|
4011 |
-
#: includes/
|
4012 |
-
msgctxt "
|
4013 |
-
msgid "
|
4014 |
-
msgstr "
|
4015 |
|
4016 |
-
#: includes/
|
4017 |
-
msgctxt "admin"
|
4018 |
-
msgid "
|
4019 |
-
msgstr "في
|
4020 |
|
4021 |
-
#: includes/
|
4022 |
-
msgctxt "admin"
|
4023 |
-
msgid "
|
4024 |
-
msgstr "
|
4025 |
|
4026 |
-
#: includes/
|
4027 |
-
|
4028 |
-
|
4029 |
-
|
4030 |
-
msgstr "إعلان مميز"
|
4031 |
|
4032 |
-
#: includes/
|
4033 |
-
msgctxt "
|
4034 |
-
msgid "
|
4035 |
-
|
|
|
|
|
4036 |
|
4037 |
-
#: includes/
|
4038 |
-
|
4039 |
-
|
|
|
|
|
|
|
4040 |
|
4041 |
-
#: includes/
|
4042 |
-
|
4043 |
-
|
|
|
|
|
|
|
|
|
|
|
4044 |
|
4045 |
-
#: includes/
|
4046 |
-
|
4047 |
-
|
|
|
4048 |
|
4049 |
-
#: includes/
|
4050 |
-
|
4051 |
-
|
4052 |
-
|
|
|
4053 |
|
4054 |
-
#: includes/
|
4055 |
-
|
4056 |
-
|
4057 |
-
|
|
|
4058 |
|
4059 |
-
#: includes/
|
4060 |
-
|
4061 |
-
|
4062 |
-
|
|
|
4063 |
|
4064 |
-
#: includes/
|
4065 |
-
|
4066 |
-
|
4067 |
-
|
|
|
4068 |
|
4069 |
-
#: includes/
|
4070 |
-
msgctxt "
|
4071 |
-
msgid "
|
4072 |
-
msgstr "
|
4073 |
|
4074 |
-
#: includes/
|
4075 |
-
msgctxt "
|
4076 |
-
msgid "
|
4077 |
-
msgstr "
|
4078 |
|
4079 |
-
#: includes/
|
4080 |
-
msgctxt "
|
4081 |
-
msgid "
|
4082 |
-
msgstr "
|
4083 |
|
4084 |
-
#: includes/
|
4085 |
-
msgctxt "
|
4086 |
-
msgid "
|
4087 |
-
msgstr "
|
4088 |
|
4089 |
-
#: includes/
|
4090 |
-
msgctxt "
|
4091 |
-
msgid "
|
4092 |
-
msgstr "
|
4093 |
|
4094 |
-
#: includes/
|
4095 |
-
msgctxt "
|
4096 |
msgid ""
|
4097 |
-
"
|
|
|
4098 |
msgstr ""
|
4099 |
-
"
|
4100 |
-
"
|
4101 |
|
4102 |
-
#: includes/
|
4103 |
-
|
4104 |
-
|
4105 |
-
|
|
|
|
|
|
|
|
|
4106 |
|
4107 |
-
#: includes/
|
4108 |
-
|
4109 |
-
|
4110 |
-
|
|
|
|
|
|
|
|
|
4111 |
|
4112 |
-
#: includes/
|
4113 |
-
|
4114 |
-
|
4115 |
-
|
|
|
|
|
4116 |
|
4117 |
-
#: includes/
|
4118 |
-
msgctxt "
|
4119 |
-
msgid "
|
4120 |
-
msgstr "
|
4121 |
|
4122 |
-
#: includes/
|
4123 |
-
|
4124 |
-
|
4125 |
-
|
|
|
|
|
4126 |
|
4127 |
-
#: includes/
|
4128 |
-
|
4129 |
-
|
4130 |
-
|
|
|
|
|
|
|
|
|
4131 |
|
4132 |
-
#: includes/
|
4133 |
-
msgctxt "
|
4134 |
-
msgid "
|
|
|
|
|
4135 |
msgstr ""
|
4136 |
-
"
|
4137 |
|
4138 |
-
#: includes/
|
4139 |
-
|
4140 |
-
|
4141 |
-
|
|
|
4142 |
|
4143 |
-
#: includes/
|
4144 |
-
msgctxt "
|
4145 |
-
msgid "
|
|
|
|
|
4146 |
msgstr ""
|
4147 |
-
"
|
4148 |
-
|
4149 |
-
#: includes/utils.php:256
|
4150 |
-
msgctxt "utils"
|
4151 |
-
msgid "Error while uploading file"
|
4152 |
-
msgstr "حدث خطأ أثناء رفع الملف."
|
4153 |
|
4154 |
-
#: includes/
|
4155 |
-
|
4156 |
-
|
4157 |
-
|
|
|
4158 |
|
4159 |
-
#: includes/
|
4160 |
-
msgctxt "
|
4161 |
-
msgid "
|
4162 |
-
msgstr "
|
4163 |
|
4164 |
-
#: includes/
|
4165 |
-
msgctxt "
|
4166 |
-
msgid "
|
4167 |
-
msgstr "
|
4168 |
|
4169 |
-
#: includes/
|
4170 |
-
msgctxt "
|
4171 |
msgid ""
|
4172 |
-
"
|
4173 |
-
"<a>continue to the secure server to proceed with your payment</a>."
|
4174 |
msgstr ""
|
4175 |
-
"
|
4176 |
-
"الخادم الآمن لمعالجة الدفع الخاص بك</a>."
|
4177 |
|
4178 |
-
#: includes/
|
4179 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
4180 |
msgid ""
|
4181 |
-
"
|
4182 |
-
"
|
4183 |
msgstr ""
|
4184 |
-
"
|
4185 |
-
"
|
4186 |
-
|
4187 |
-
#: includes/views/checkout.php:120 includes/views/checkout.php:141
|
4188 |
-
msgctxt "checkout"
|
4189 |
-
msgid "← Return to Directory."
|
4190 |
-
msgstr "← الرجوع إلى الدليل."
|
4191 |
-
|
4192 |
-
#: includes/views/checkout.php:130
|
4193 |
-
#, fuzzy
|
4194 |
-
msgctxt "checkout"
|
4195 |
-
msgid "Your payment was received successfully."
|
4196 |
-
msgstr "تم تلقي الدفع الخاص بك بنجاح."
|
4197 |
|
4198 |
-
#: includes/
|
4199 |
-
msgctxt "
|
4200 |
-
msgid "
|
4201 |
-
msgstr "
|
4202 |
|
4203 |
-
#: includes/
|
4204 |
-
msgctxt "
|
4205 |
-
msgid "
|
4206 |
-
msgstr "
|
4207 |
|
4208 |
-
#: includes/
|
4209 |
-
msgctxt "
|
4210 |
-
msgid "
|
4211 |
-
msgstr "
|
4212 |
|
4213 |
-
#: includes/
|
4214 |
-
msgctxt "
|
4215 |
-
msgid "
|
4216 |
-
msgstr "
|
4217 |
|
4218 |
-
#: includes/
|
4219 |
-
|
4220 |
-
|
4221 |
-
|
|
|
4222 |
|
4223 |
-
#: includes/
|
4224 |
-
msgctxt "
|
4225 |
-
msgid "
|
4226 |
-
msgstr "
|
4227 |
|
4228 |
-
#: includes/
|
4229 |
-
msgctxt "
|
4230 |
-
msgid "
|
4231 |
-
|
|
|
|
|
|
|
4232 |
|
4233 |
-
#:
|
4234 |
-
msgctxt "
|
4235 |
-
msgid "
|
4236 |
-
msgstr "
|
4237 |
|
4238 |
-
#:
|
4239 |
-
msgctxt "
|
4240 |
-
msgid "
|
4241 |
-
msgstr "
|
4242 |
|
4243 |
-
#: includes/
|
4244 |
-
msgctxt "
|
4245 |
-
msgid "
|
4246 |
-
msgstr "
|
4247 |
|
4248 |
-
#: includes/
|
4249 |
-
msgctxt "
|
4250 |
-
msgid "
|
4251 |
-
msgstr "
|
4252 |
|
4253 |
-
#: includes/
|
4254 |
-
|
4255 |
-
|
|
|
4256 |
|
4257 |
-
#: includes/
|
4258 |
-
msgctxt "
|
4259 |
-
msgid "
|
4260 |
-
msgstr "
|
4261 |
|
4262 |
-
#: includes/
|
4263 |
-
msgctxt "
|
4264 |
-
msgid "
|
4265 |
-
msgstr "
|
4266 |
|
4267 |
-
#: includes/
|
4268 |
-
msgctxt "
|
4269 |
-
msgid "
|
4270 |
-
msgstr "
|
4271 |
|
4272 |
-
#: includes/
|
4273 |
-
msgctxt "
|
4274 |
-
msgid "
|
4275 |
-
msgstr "
|
4276 |
|
4277 |
-
#: includes/
|
4278 |
-
msgctxt "
|
4279 |
-
msgid ""
|
4280 |
-
"
|
4281 |
-
"assign some categories to the business directory. Only admins can see this "
|
4282 |
-
"message. Regular users are seeing a message that there are currently no "
|
4283 |
-
"listings in the directory. Listings cannot be added until you assign "
|
4284 |
-
"categories to the business directory."
|
4285 |
-
msgstr ""
|
4286 |
-
"لا توجد تصنيفات معينة إلى دليل الأعمال حتى الآن. تحتاج إلى تعيين بعض "
|
4287 |
-
"التصنيفات إلى دليل الأعمال. المدراء فقط يمكن أن يروا هذه الرسالة. المستخدمين "
|
4288 |
-
"العاديين يرون رسالة لا توجد إعلانات في الدليل. لا يمكن إضافة الإعلانات حتى "
|
4289 |
-
"تقوم بتعيين تصنيفات إلى دليل الأعمال."
|
4290 |
|
4291 |
-
#: includes/
|
4292 |
-
msgctxt "
|
4293 |
-
msgid "
|
4294 |
-
msgstr "
|
4295 |
|
4296 |
-
#: includes/
|
4297 |
-
msgctxt "
|
4298 |
-
msgid ""
|
4299 |
-
|
4300 |
-
"listings in them. That means they won't show up on the front end of your "
|
4301 |
-
"site. If you didn't want that, click <a>here</a> to change the setting."
|
4302 |
-
msgstr ""
|
4303 |
-
"قمت بـ \"إخفاء التصنيفات الفارغة\" وهناك بعض التصنيفات التي لا تحتوي على "
|
4304 |
-
"إعلانات بداخلها. هذا يعني أنها لن تظهر على الواجهة الأمامية للموقع الخاص بك. "
|
4305 |
-
"إذا كنت لا تريد ذلك، إضغط <a>هنا</a> لتغيير الإعداد."
|
4306 |
|
4307 |
-
#: includes/
|
4308 |
-
msgctxt "
|
4309 |
-
msgid "
|
4310 |
-
msgstr "
|
4311 |
|
4312 |
-
#: includes/
|
4313 |
-
msgctxt "
|
4314 |
-
msgid "
|
4315 |
-
msgstr "
|
4316 |
|
4317 |
-
#: includes/
|
4318 |
-
msgctxt "
|
4319 |
-
msgid "
|
4320 |
-
msgstr "
|
4321 |
|
4322 |
-
#: includes/
|
4323 |
-
msgctxt "
|
4324 |
-
msgid "
|
4325 |
-
msgstr "
|
4326 |
|
4327 |
-
#: includes/
|
4328 |
-
msgctxt "
|
4329 |
-
msgid "
|
4330 |
-
msgstr "
|
4331 |
|
4332 |
-
#: includes/
|
4333 |
-
msgctxt "
|
4334 |
msgid ""
|
4335 |
-
"
|
4336 |
-
"
|
|
|
4337 |
msgstr ""
|
4338 |
-
"
|
4339 |
-
"
|
4340 |
-
|
4341 |
-
#: includes/views/renew_listing.php:42
|
4342 |
-
msgctxt "renewal"
|
4343 |
-
msgid "Your renewal was successfully cancelled."
|
4344 |
-
msgstr "تم إلغاء التجديد الخاص بك بنجاح."
|
4345 |
|
4346 |
-
#: includes/
|
4347 |
-
msgctxt "
|
4348 |
-
msgid "
|
4349 |
-
msgstr "
|
4350 |
|
4351 |
-
#: includes/
|
4352 |
-
msgctxt "
|
4353 |
-
msgid "
|
4354 |
-
msgstr "
|
4355 |
|
4356 |
-
#: includes/
|
4357 |
-
msgctxt "
|
4358 |
-
msgid "
|
4359 |
-
msgstr "
|
4360 |
|
4361 |
-
#: includes/
|
4362 |
-
msgctxt "
|
4363 |
-
msgid ""
|
4364 |
-
"
|
4365 |
-
"right now as this will be handled automatically when renewal comes."
|
4366 |
-
msgstr ""
|
4367 |
-
"لأنك على خطة الرسوم المتكررة لا تحتاج لتجديد الإعلان الخاص بك الآن لأن ذلك "
|
4368 |
-
"سيتم معالجته تلقائياً عندما يحين وقت التجديد."
|
4369 |
|
4370 |
-
#: includes/
|
4371 |
-
msgctxt "
|
4372 |
-
msgid "
|
4373 |
-
msgstr "
|
4374 |
|
4375 |
-
#: includes/
|
4376 |
-
msgctxt "
|
4377 |
-
msgid "
|
4378 |
-
msgstr "
|
4379 |
|
4380 |
-
#: includes/
|
4381 |
-
msgctxt "
|
4382 |
-
msgid "
|
4383 |
-
msgstr "
|
4384 |
|
4385 |
-
#: includes/
|
4386 |
-
msgctxt "
|
4387 |
-
msgid ""
|
4388 |
-
"
|
4389 |
-
"page. When the renewal time comes you'll be able to change your settings "
|
4390 |
-
"again."
|
4391 |
-
msgstr ""
|
4392 |
-
"ومع ذلك، إذا كنت ترغب في إلغاء اشتراكك يمكنك عمل ذلك في هذه الصفحة. عندما "
|
4393 |
-
"يحين وقت التجديد سوف تتمكن من تغيير الإعدادات الخاصة بك مرة أخرى."
|
4394 |
|
4395 |
-
#: includes/
|
4396 |
-
msgctxt "
|
4397 |
msgid "Please enter a valid e-mail address."
|
4398 |
msgstr "المرجو إدخال بريد إلكتروني صحيح."
|
4399 |
|
4400 |
-
#: includes/
|
4401 |
-
msgctxt "
|
4402 |
-
msgid "
|
4403 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
4404 |
|
4405 |
-
#: includes/
|
4406 |
-
msgctxt "
|
4407 |
-
msgid "
|
4408 |
-
msgstr "
|
4409 |
|
4410 |
-
#: includes/
|
4411 |
-
msgctxt "
|
4412 |
-
msgid "
|
4413 |
-
msgstr "
|
4414 |
|
4415 |
-
#: includes/
|
4416 |
-
msgctxt "
|
4417 |
-
msgid ""
|
4418 |
-
"
|
4419 |
-
"Please try again."
|
4420 |
-
msgstr ""
|
4421 |
-
"حدث خطأ أثناء إرسال مفاتيح الوصول إلى عنوان بريدك الإلكتروني. المرجو "
|
4422 |
-
"المحاولة مرة أخرى."
|
4423 |
|
4424 |
-
#: includes/
|
4425 |
-
msgctxt "
|
4426 |
-
msgid "
|
4427 |
-
msgstr "
|
4428 |
|
4429 |
-
#: includes/
|
4430 |
-
msgctxt "
|
4431 |
-
msgid "
|
4432 |
-
msgstr ""
|
4433 |
-
"Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
|
4434 |
-
"publiée."
|
4435 |
|
4436 |
-
#: includes/
|
4437 |
-
msgctxt "
|
4438 |
-
msgid ""
|
4439 |
-
|
4440 |
-
"Submission?\" setting checked?"
|
4441 |
-
msgstr ""
|
4442 |
-
"<b>المشاهدة غير متوفرة</b>. هل لديك \"تعطيل إضافة إعلان من واجهة الموقع؟\" "
|
4443 |
-
"محددة في الإعدادات؟"
|
4444 |
|
4445 |
-
#: includes/
|
4446 |
-
msgctxt "
|
4447 |
-
msgid "
|
4448 |
-
msgstr "
|
4449 |
|
4450 |
-
#: includes/
|
4451 |
-
msgctxt "listing
|
4452 |
-
msgid "
|
4453 |
-
msgstr "
|
4454 |
|
4455 |
-
#: includes/
|
4456 |
-
msgctxt "
|
4457 |
-
msgid "
|
4458 |
-
msgstr "
|
4459 |
|
4460 |
-
#: includes/
|
4461 |
-
msgctxt "
|
4462 |
-
msgid "
|
4463 |
-
msgstr "
|
4464 |
|
4465 |
-
#: includes/
|
4466 |
-
|
4467 |
-
|
4468 |
-
|
4469 |
-
msgstr "الترقية الى إعلان مميز"
|
4470 |
|
4471 |
-
#:
|
4472 |
-
|
4473 |
-
|
4474 |
-
|
4475 |
-
"
|
4476 |
-
"message. Regular users are seeing a message that they cannot add their "
|
4477 |
-
"listing at this time. Listings cannot be added until you assign categories "
|
4478 |
-
"to the business directory."
|
4479 |
-
msgstr ""
|
4480 |
-
"لا توجد تصنيفات معينة إلى دليل الأعمال حتى الآن. تحتاج إلى تعيين بعض "
|
4481 |
-
"التصنيفات إلى دليل الأعمال. المدراء فقط يمكن أن يروا هذه الرسالة. المستخدمين "
|
4482 |
-
"العاديين يرون رسالة لا يمكن إضافة الإعلانات في هذا الوقت. لا يمكن إضافة "
|
4483 |
-
"الإعلانات حتى تقوم بتعيين تصنيفات إلى دليل الأعمال."
|
4484 |
|
4485 |
-
#:
|
4486 |
-
|
4487 |
-
|
4488 |
-
|
4489 |
-
|
4490 |
-
"administrator to set up one or more categories inside the Directory."
|
4491 |
-
msgstr ""
|
4492 |
-
"لا يمكن إضافة الإعلان الخاصة بك في هذا الوقت. يرجى المحاولة مرة أخرى لاحقاً. "
|
4493 |
-
"إذا كانت هذه ليست المرة الأولى التي ترى هذا التحذير، المرجو الطلب من مدير "
|
4494 |
-
"الموقع بإعداد واحد أو أكثر من التصنيفات داخل الدليل."
|
4495 |
|
4496 |
-
#:
|
4497 |
-
|
4498 |
-
|
4499 |
-
|
|
|
4500 |
|
4501 |
-
#:
|
4502 |
-
|
4503 |
-
|
4504 |
-
|
|
|
4505 |
|
4506 |
-
#:
|
4507 |
-
|
4508 |
-
|
4509 |
-
"
|
4510 |
-
msgstr "
|
4511 |
|
4512 |
-
#:
|
4513 |
-
|
4514 |
-
msgctxt "
|
4515 |
-
msgid ""
|
4516 |
-
|
4517 |
-
"<b>post category</b> in order to work correctly."
|
4518 |
-
msgstr ""
|
4519 |
-
"<b>إضافة دليل الأعمال</b> تتطلب حقل مع <b>%s</b> المرتبطات التالية بالترتيب "
|
4520 |
-
"لكي تعمل بشكل صحيح."
|
4521 |
|
4522 |
-
#:
|
4523 |
-
|
4524 |
-
|
4525 |
-
"
|
4526 |
-
"
|
4527 |
-
msgstr ""
|
4528 |
|
4529 |
-
#: includes/
|
4530 |
-
|
4531 |
-
|
4532 |
-
|
4533 |
-
"Your listing cannot be added at this time. Please try again later. If this "
|
4534 |
-
"is not the first time you see this warning, please ask the site "
|
4535 |
-
"administrator to check the Directory for possible configuration problems."
|
4536 |
-
msgstr ""
|
4537 |
-
"لا يمكن إضافة الإعلان الخاصة بك في هذا الوقت. يرجى المحاولة مرة أخرى لاحقاً. "
|
4538 |
-
"إذا كانت هذه ليست المرة الأولى التي ترى هذا التحذير، المرجو الطلب من مدير "
|
4539 |
-
"الموقع بإعداد واحد أو أكثر من التصنيفات داخل الدليل."
|
4540 |
|
4541 |
-
#: includes/
|
4542 |
-
msgctxt "
|
4543 |
-
msgid "
|
4544 |
-
msgstr "
|
4545 |
|
4546 |
-
#: includes/views/
|
4547 |
-
msgctxt "
|
4548 |
-
msgid "
|
4549 |
-
msgstr "
|
4550 |
|
4551 |
-
#: includes/
|
4552 |
-
msgctxt "
|
4553 |
msgid "The reCAPTCHA wasn't entered correctly."
|
4554 |
msgstr "لم يتم إدخال reCAPTCHA بشكل صحيح."
|
4555 |
|
4556 |
-
#: includes/
|
4557 |
-
msgctxt "
|
4558 |
-
msgid "
|
4559 |
-
msgstr "
|
4560 |
-
|
4561 |
-
#: includes/views/view-submit-listing.php:344
|
4562 |
-
msgctxt "templates"
|
4563 |
-
msgid "Terms and Conditions:"
|
4564 |
-
msgstr "شروط وأحكام:"
|
4565 |
-
|
4566 |
-
#: includes/views/view-submit-listing.php:355
|
4567 |
-
msgctxt "templates"
|
4568 |
-
msgid "I agree to the Terms and Conditions"
|
4569 |
-
msgstr "أوافق على الشروط والأحكام"
|
4570 |
-
|
4571 |
-
#: includes/views/view-submit-listing.php:539
|
4572 |
-
msgctxt "submit_state"
|
4573 |
-
msgid "Invalid submit state."
|
4574 |
-
msgstr "حالة إضافة غير صالحة"
|
4575 |
|
4576 |
-
#: includes/
|
4577 |
-
|
4578 |
-
|
4579 |
-
|
4580 |
-
msgstr "العنوان:"
|
4581 |
|
4582 |
-
#: includes/
|
4583 |
-
msgctxt "
|
4584 |
-
msgid "
|
4585 |
-
msgstr "
|
4586 |
|
4587 |
-
#: includes/
|
4588 |
-
msgctxt "
|
4589 |
-
msgid "
|
4590 |
-
msgstr "
|
4591 |
|
4592 |
-
#: includes/
|
4593 |
-
msgctxt "
|
4594 |
-
msgid "
|
4595 |
-
msgstr "
|
4596 |
|
4597 |
-
#: includes/
|
4598 |
-
msgctxt "
|
4599 |
-
msgid "
|
4600 |
-
msgstr "
|
4601 |
|
4602 |
-
#: includes/
|
4603 |
-
msgctxt "
|
4604 |
-
msgid "
|
4605 |
-
msgstr "
|
4606 |
|
4607 |
-
#: includes/
|
4608 |
-
msgctxt "
|
4609 |
-
msgid "
|
4610 |
-
msgstr "
|
4611 |
|
4612 |
-
#: includes/
|
4613 |
-
msgctxt "
|
4614 |
-
msgid "
|
4615 |
-
msgstr "
|
4616 |
|
4617 |
-
#: includes/
|
4618 |
-
msgctxt "
|
4619 |
-
msgid "
|
4620 |
-
msgstr "
|
4621 |
|
4622 |
-
#: includes/
|
4623 |
-
msgctxt "
|
4624 |
-
msgid "
|
4625 |
-
msgstr "
|
4626 |
|
4627 |
-
#: includes/
|
4628 |
-
msgctxt "
|
4629 |
-
msgid "
|
4630 |
-
msgstr "
|
4631 |
|
4632 |
-
#: includes/
|
4633 |
-
msgctxt "
|
4634 |
-
msgid "
|
4635 |
-
msgstr "
|
4636 |
|
4637 |
-
#: includes/
|
4638 |
-
msgctxt "
|
4639 |
-
msgid "
|
4640 |
-
msgstr "
|
4641 |
|
4642 |
-
#: includes/
|
4643 |
-
msgctxt "
|
4644 |
-
msgid "
|
4645 |
-
msgstr "
|
4646 |
|
4647 |
-
#: includes/
|
4648 |
-
msgctxt "
|
4649 |
-
msgid "
|
4650 |
-
msgstr "
|
4651 |
|
4652 |
-
#: includes/
|
4653 |
-
msgctxt "
|
4654 |
-
msgid "
|
4655 |
-
msgstr "
|
4656 |
|
4657 |
-
#: includes/
|
4658 |
-
msgctxt "
|
4659 |
-
msgid "
|
4660 |
-
msgstr "
|
4661 |
|
4662 |
-
#: includes/
|
4663 |
-
msgctxt "
|
4664 |
-
msgid "
|
4665 |
-
msgstr "
|
4666 |
|
4667 |
-
#: includes/
|
4668 |
-
msgctxt "
|
4669 |
-
msgid "
|
4670 |
-
msgstr "
|
4671 |
|
4672 |
-
#: includes/
|
4673 |
-
msgctxt "
|
4674 |
-
msgid "
|
4675 |
-
msgstr "
|
4676 |
|
4677 |
-
#: includes/
|
4678 |
-
msgctxt "
|
4679 |
-
msgid "
|
4680 |
-
msgstr "
|
4681 |
|
4682 |
-
#: includes/
|
4683 |
-
msgctxt "
|
4684 |
-
msgid "
|
4685 |
-
msgstr "
|
4686 |
|
4687 |
-
#: includes/
|
4688 |
-
msgctxt "
|
4689 |
-
msgid "
|
4690 |
-
msgstr "
|
4691 |
|
4692 |
-
#: includes/
|
4693 |
-
msgctxt "
|
4694 |
-
msgid "
|
4695 |
-
|
|
|
|
|
4696 |
|
4697 |
-
#: includes/
|
4698 |
-
msgctxt "
|
4699 |
-
msgid "
|
4700 |
-
msgstr "
|
4701 |
|
4702 |
-
#: includes/
|
4703 |
-
msgctxt "
|
4704 |
-
msgid "
|
4705 |
-
msgstr "
|
4706 |
|
4707 |
-
#: includes/
|
4708 |
-
msgctxt "
|
4709 |
-
msgid "
|
4710 |
-
msgstr "
|
4711 |
|
4712 |
-
#:
|
4713 |
-
msgctxt "
|
4714 |
-
msgid ""
|
4715 |
-
"
|
4716 |
-
"enough free disk space and memory available to PHP. Check your error logs "
|
4717 |
-
"for details."
|
4718 |
-
msgstr ""
|
4719 |
-
"حدث خطأ غير معروف أثناء عملية التصدير. الرجاء التأكد من أن لديك ما يكفي من "
|
4720 |
-
"المساحة الفارغة على القرص والذاكرة المتاحة إلى بي إتش بي. تحقق من سجلات "
|
4721 |
-
"الخطأ الخاص بك للحصول على التفاصيل."
|
4722 |
|
4723 |
-
#:
|
4724 |
-
msgctxt "
|
4725 |
-
msgid ""
|
4726 |
-
"
|
4727 |
-
"export does not succeed try disabling other plugins first and/or increasing "
|
4728 |
-
"the values of the 'memory_limit' and 'max_execution_time' directives in your "
|
4729 |
-
"server's php.ini configuration file."
|
4730 |
-
msgstr ""
|
4731 |
-
"يرجى ملاحظة أن عملية التصدير مهمة تتطلب موارد كثيرة. إذا لم تنجح في التصدير "
|
4732 |
-
"حاول تعطيل إضافات أخرى أولاً و/أو زيادة قيم التوجيهات 'memory_limit' و "
|
4733 |
-
"'max_execution_time' في الخادم الخاص بك بتعديل ملف الإعدادات php.ini."
|
4734 |
|
4735 |
-
#:
|
4736 |
-
msgctxt "
|
4737 |
-
msgid "
|
4738 |
-
msgstr "
|
4739 |
|
4740 |
-
#:
|
4741 |
-
msgctxt "
|
4742 |
-
msgid "
|
4743 |
-
msgstr "
|
4744 |
|
4745 |
-
#:
|
4746 |
-
msgctxt "
|
4747 |
-
msgid "
|
4748 |
-
msgstr "
|
4749 |
|
4750 |
-
#:
|
4751 |
-
msgctxt "
|
4752 |
-
msgid "
|
4753 |
-
msgstr "
|
4754 |
|
4755 |
-
#:
|
4756 |
-
msgctxt "
|
4757 |
-
msgid "
|
4758 |
-
msgstr "
|
4759 |
|
4760 |
-
#:
|
4761 |
-
msgctxt "
|
4762 |
-
msgid "
|
4763 |
-
msgstr "
|
4764 |
|
4765 |
-
#:
|
4766 |
-
msgctxt "
|
4767 |
-
msgid "
|
4768 |
-
msgstr "
|
4769 |
|
4770 |
-
#:
|
4771 |
-
msgctxt "
|
4772 |
-
msgid "
|
4773 |
-
msgstr "
|
4774 |
|
4775 |
-
#:
|
4776 |
-
msgctxt "
|
4777 |
msgid ""
|
4778 |
-
"
|
4779 |
-
"
|
4780 |
-
msgstr ""
|
4781 |
-
"عند اختيار الخانة، بدلاً من مجرد ملف CSV سيتم إنشاء ملف مضغوط مع ملف CSV "
|
4782 |
-
"ولائحة الصور."
|
4783 |
|
4784 |
-
#:
|
4785 |
-
msgctxt "
|
4786 |
-
msgid "
|
4787 |
-
msgstr "
|
4788 |
|
4789 |
-
#:
|
4790 |
-
msgctxt "
|
4791 |
-
msgid "
|
4792 |
-
msgstr "
|
4793 |
|
4794 |
-
#:
|
4795 |
-
msgctxt "
|
4796 |
-
msgid ""
|
4797 |
-
"
|
4798 |
-
"created, select this option!"
|
4799 |
-
msgstr ""
|
4800 |
-
"إذا كنت تخطط لإعادة استيراد الإعلانات إلى \"دليل الأعمال\" ولا تريد إنشاء "
|
4801 |
-
"أخرى جديدة، قم بتحديد هذا الخيار!"
|
4802 |
|
4803 |
-
#:
|
4804 |
-
msgctxt "
|
4805 |
-
msgid "
|
4806 |
-
msgstr "
|
4807 |
|
4808 |
-
#:
|
4809 |
-
msgctxt "
|
4810 |
-
msgid "
|
4811 |
-
msgstr "
|
4812 |
|
4813 |
-
#:
|
4814 |
-
msgctxt "
|
4815 |
-
msgid "
|
4816 |
-
msgstr "
|
4817 |
|
4818 |
-
#:
|
4819 |
-
msgctxt "
|
4820 |
-
msgid "
|
4821 |
-
msgstr "
|
4822 |
|
4823 |
-
#:
|
4824 |
-
msgctxt "
|
4825 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
4826 |
msgstr ""
|
4827 |
|
4828 |
-
#:
|
4829 |
-
|
4830 |
-
|
4831 |
-
|
4832 |
-
#: templates/admin/csv-import.tpl.php:146
|
4833 |
-
#: templates/admin/csv-import.tpl.php:173
|
4834 |
-
msgctxt "admin forms"
|
4835 |
-
msgid "required"
|
4836 |
-
msgstr "مطلوب"
|
4837 |
|
4838 |
-
#:
|
4839 |
-
msgctxt "admin
|
4840 |
-
msgid "
|
4841 |
msgstr ""
|
4842 |
|
4843 |
-
#:
|
4844 |
-
msgctxt "admin
|
4845 |
-
msgid "
|
|
|
|
|
4846 |
msgstr ""
|
4847 |
|
4848 |
-
#:
|
4849 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4850 |
msgid ""
|
4851 |
-
"
|
4852 |
-
"
|
4853 |
-
"
|
4854 |
-
"
|
|
|
4855 |
msgstr ""
|
|
|
|
|
|
|
|
|
4856 |
|
4857 |
-
#:
|
4858 |
-
msgctxt "
|
4859 |
-
msgid "
|
4860 |
-
msgstr "
|
4861 |
|
4862 |
-
#:
|
4863 |
-
msgctxt "
|
4864 |
-
msgid "
|
4865 |
-
msgstr "
|
4866 |
|
4867 |
-
#:
|
4868 |
-
msgctxt "
|
4869 |
-
msgid "
|
4870 |
-
msgstr "
|
4871 |
|
4872 |
-
#:
|
4873 |
-
msgctxt "
|
4874 |
-
msgid "
|
4875 |
-
msgstr "
|
4876 |
|
4877 |
-
#:
|
4878 |
-
msgctxt "
|
4879 |
-
msgid ""
|
4880 |
-
"
|
4881 |
-
"until the export finishes."
|
4882 |
-
msgstr ""
|
4883 |
-
"جاري إعداد ملف التصدير. المرجو <u>عدم ترك</u> هذه الصفحة حتى انتهاء التصدير."
|
4884 |
|
4885 |
-
#:
|
4886 |
-
msgctxt "
|
4887 |
-
msgid "
|
4888 |
-
msgstr "
|
4889 |
|
4890 |
-
#:
|
4891 |
-
msgctxt "
|
4892 |
-
msgid "
|
4893 |
-
msgstr "
|
4894 |
|
4895 |
-
#:
|
4896 |
-
msgctxt "
|
4897 |
-
msgid "
|
4898 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
4899 |
|
4900 |
-
#:
|
4901 |
-
msgctxt "
|
4902 |
-
msgid "
|
4903 |
-
msgstr "
|
4904 |
|
4905 |
-
#:
|
4906 |
-
msgctxt "
|
4907 |
-
msgid ""
|
4908 |
-
"
|
4909 |
-
"download."
|
4910 |
-
msgstr "تم بنجاح إنشاء ملف التصدير، والآن جاهز للتحميل."
|
4911 |
|
4912 |
-
#:
|
4913 |
-
msgctxt "
|
4914 |
-
msgid "
|
4915 |
-
|
|
|
|
|
|
|
|
|
4916 |
|
4917 |
-
#:
|
4918 |
-
msgctxt "
|
4919 |
msgid ""
|
4920 |
-
"
|
4921 |
-
"
|
4922 |
msgstr ""
|
4923 |
-
"
|
4924 |
-
"إنشاؤها بواسطة \"دليل الأعمال\" أثناء عملية التصدير."
|
4925 |
|
4926 |
-
#:
|
4927 |
-
|
4928 |
-
|
4929 |
-
|
|
|
4930 |
|
4931 |
-
#:
|
4932 |
-
msgctxt "
|
4933 |
-
msgid "
|
4934 |
-
msgstr "
|
4935 |
|
4936 |
-
#:
|
4937 |
-
msgctxt "
|
4938 |
-
msgid "
|
4939 |
-
msgstr "
|
4940 |
|
4941 |
-
#:
|
4942 |
-
msgctxt "
|
4943 |
-
msgid "
|
4944 |
-
msgstr "
|
4945 |
|
4946 |
-
#:
|
4947 |
-
msgctxt "
|
4948 |
-
msgid "
|
4949 |
-
msgstr "
|
4950 |
|
4951 |
-
#:
|
4952 |
-
msgctxt "
|
4953 |
-
msgid ""
|
4954 |
-
"
|
4955 |
-
"the import, please make sure that you have enough free disk space and memory "
|
4956 |
-
"available to PHP. Check your error logs for details."
|
4957 |
-
msgstr ""
|
4958 |
-
"حدث خطأ فادح أثناء عملية الاستيراد. إذا لم يكن الاتصال قد قطع أثناء عملية "
|
4959 |
-
"الاستيراد، الرجاء التأكد من أن لديك ما يكفي من المساحة الفارغة على القرص "
|
4960 |
-
"والذاكرة المتاحة إلى بي إتش بي. تحقق من سجلات الخطأ الخاص بك للحصول على "
|
4961 |
-
"التفاصيل."
|
4962 |
|
4963 |
-
#:
|
4964 |
-
|
4965 |
-
|
4966 |
-
|
4967 |
-
msgstr "← العودة إلى \"استيراد CSV\""
|
4968 |
|
4969 |
-
#:
|
4970 |
-
msgctxt "
|
4971 |
-
msgid "
|
4972 |
-
msgstr "
|
4973 |
|
4974 |
-
#:
|
4975 |
-
msgctxt "
|
4976 |
-
msgid "
|
4977 |
-
msgstr "
|
4978 |
|
4979 |
-
#:
|
4980 |
-
|
4981 |
-
|
|
|
4982 |
|
4983 |
-
#:
|
4984 |
-
msgctxt "
|
4985 |
-
msgid "
|
4986 |
-
msgstr "
|
4987 |
|
4988 |
-
#:
|
4989 |
-
msgctxt "
|
4990 |
-
msgid "
|
4991 |
-
msgstr "
|
4992 |
|
4993 |
-
#:
|
4994 |
-
msgctxt "
|
4995 |
-
msgid "
|
4996 |
-
msgstr "
|
4997 |
|
4998 |
-
#:
|
4999 |
-
msgctxt "
|
5000 |
-
msgid "
|
5001 |
-
msgstr "
|
5002 |
|
5003 |
-
#:
|
5004 |
-
msgctxt "
|
5005 |
-
msgid "
|
5006 |
-
|
|
|
|
|
|
|
|
|
|
|
5007 |
|
5008 |
-
#:
|
5009 |
-
msgctxt "
|
5010 |
-
msgid "
|
5011 |
-
msgstr "
|
5012 |
|
5013 |
-
#:
|
5014 |
-
msgctxt "
|
5015 |
-
msgid "
|
5016 |
-
msgstr "
|
5017 |
|
5018 |
-
#:
|
5019 |
-
msgctxt "
|
5020 |
-
msgid "
|
5021 |
-
msgstr "
|
5022 |
|
5023 |
-
#:
|
5024 |
-
msgctxt "
|
5025 |
-
msgid "
|
5026 |
-
msgstr "
|
5027 |
|
5028 |
-
#:
|
5029 |
-
msgctxt "
|
5030 |
-
msgid "
|
5031 |
-
msgstr "
|
5032 |
|
5033 |
-
#:
|
5034 |
-
msgctxt "
|
5035 |
-
msgid "
|
5036 |
-
msgstr "
|
5037 |
|
5038 |
-
#:
|
5039 |
-
msgctxt "
|
5040 |
-
msgid "
|
5041 |
-
|
|
|
|
|
5042 |
|
5043 |
-
#:
|
5044 |
-
msgctxt "
|
5045 |
-
msgid "
|
5046 |
-
msgstr "
|
5047 |
|
5048 |
-
#:
|
5049 |
-
msgctxt "
|
5050 |
-
msgid "
|
5051 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5052 |
|
5053 |
-
#:
|
5054 |
-
msgctxt "
|
5055 |
-
msgid "
|
5056 |
-
msgstr "
|
5057 |
|
5058 |
-
#:
|
5059 |
-
msgctxt "
|
5060 |
-
msgid "
|
5061 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5062 |
|
5063 |
-
#:
|
5064 |
-
msgctxt "
|
5065 |
-
msgid "
|
5066 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
5067 |
|
5068 |
-
#:
|
5069 |
-
msgctxt "
|
5070 |
-
msgid "
|
5071 |
-
msgstr "
|
5072 |
|
5073 |
-
#:
|
5074 |
-
msgctxt "
|
5075 |
-
msgid "
|
5076 |
-
msgstr "
|
5077 |
|
5078 |
-
#:
|
5079 |
-
msgctxt "
|
5080 |
-
msgid "
|
5081 |
-
msgstr "
|
5082 |
|
5083 |
-
#:
|
5084 |
-
msgctxt "
|
5085 |
-
msgid "
|
5086 |
-
msgstr "
|
5087 |
|
5088 |
-
#:
|
5089 |
-
msgctxt "
|
5090 |
msgid ""
|
5091 |
-
"
|
5092 |
-
"
|
|
|
5093 |
msgstr ""
|
5094 |
-
"
|
5095 |
-
"
|
5096 |
-
|
5097 |
-
#: templates/admin/csv-import.tpl.php:38
|
5098 |
-
msgctxt "admin csv-import"
|
5099 |
-
msgid "Import Files"
|
5100 |
-
msgstr "استيراد الملفات"
|
5101 |
|
5102 |
-
#:
|
5103 |
-
msgctxt "
|
5104 |
-
msgid "
|
5105 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
5106 |
|
5107 |
-
#:
|
5108 |
-
msgctxt "
|
5109 |
-
msgid "
|
5110 |
-
msgstr "
|
5111 |
|
5112 |
-
#:
|
5113 |
-
msgctxt "
|
5114 |
-
msgid "
|
5115 |
-
|
|
|
|
|
|
|
|
|
5116 |
|
5117 |
-
#:
|
5118 |
-
msgctxt "
|
5119 |
-
msgid "
|
5120 |
-
msgstr "
|
5121 |
|
5122 |
-
#:
|
5123 |
-
msgctxt "
|
5124 |
-
msgid "
|
5125 |
-
msgstr "
|
5126 |
|
5127 |
-
#:
|
5128 |
-
msgctxt "
|
5129 |
-
msgid "
|
5130 |
-
msgstr "
|
5131 |
|
5132 |
-
#:
|
5133 |
-
msgctxt "
|
5134 |
-
msgid "
|
5135 |
-
msgstr ""
|
5136 |
|
5137 |
-
#:
|
5138 |
-
msgctxt "
|
5139 |
-
msgid "
|
|
|
|
|
5140 |
msgstr ""
|
|
|
|
|
5141 |
|
5142 |
-
#:
|
5143 |
-
msgctxt "
|
5144 |
-
msgid "
|
|
|
|
|
5145 |
msgstr ""
|
|
|
|
|
5146 |
|
5147 |
-
#:
|
5148 |
-
msgctxt "
|
5149 |
-
msgid "
|
5150 |
-
msgstr "
|
5151 |
-
|
5152 |
-
#: templates/admin/csv-import.tpl.php:146
|
5153 |
-
msgctxt "admin csv-import"
|
5154 |
-
msgid "Category Separator"
|
5155 |
-
msgstr "فاصلة التصنيف"
|
5156 |
-
|
5157 |
-
#: templates/admin/csv-import.tpl.php:157
|
5158 |
-
msgctxt "admin csv-import"
|
5159 |
-
msgid "Import settings"
|
5160 |
-
msgstr "إعدادات الاستيراد"
|
5161 |
|
5162 |
-
#:
|
5163 |
-
|
5164 |
-
|
5165 |
-
|
|
|
5166 |
|
5167 |
-
#:
|
5168 |
-
msgctxt "
|
5169 |
-
msgid "
|
5170 |
-
msgstr "
|
5171 |
|
5172 |
-
#:
|
5173 |
-
msgctxt "
|
5174 |
-
msgid "
|
5175 |
-
msgstr "
|
5176 |
|
5177 |
-
#: templates/
|
5178 |
-
|
5179 |
-
|
5180 |
-
|
|
|
5181 |
|
5182 |
-
#: templates
|
5183 |
-
msgctxt "
|
5184 |
-
msgid "
|
5185 |
-
msgstr "
|
5186 |
|
5187 |
-
#: templates
|
5188 |
-
msgctxt "
|
5189 |
-
msgid "
|
5190 |
-
msgstr "
|
5191 |
|
5192 |
-
#: templates
|
5193 |
-
msgctxt "
|
5194 |
-
msgid "
|
5195 |
-
msgstr "
|
5196 |
|
5197 |
-
#:
|
5198 |
-
msgctxt "
|
5199 |
-
msgid "
|
5200 |
-
msgstr "
|
5201 |
|
5202 |
-
#:
|
5203 |
-
msgctxt "
|
5204 |
-
msgid "
|
5205 |
-
msgstr "
|
5206 |
|
5207 |
-
#:
|
5208 |
-
msgctxt "
|
5209 |
-
msgid "
|
5210 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5211 |
|
5212 |
-
#:
|
5213 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
5214 |
msgid ""
|
5215 |
-
"
|
5216 |
-
"the
|
|
|
5217 |
msgstr ""
|
5218 |
-
"
|
5219 |
-
"
|
|
|
5220 |
|
5221 |
-
#:
|
5222 |
-
msgctxt "
|
5223 |
-
msgid "
|
5224 |
-
msgstr "
|
5225 |
|
5226 |
-
#:
|
5227 |
-
msgctxt "
|
5228 |
msgid ""
|
5229 |
-
"
|
5230 |
-
|
|
|
|
|
|
|
5231 |
|
5232 |
-
#:
|
5233 |
-
msgctxt "
|
5234 |
-
msgid "
|
5235 |
-
msgstr "
|
5236 |
|
5237 |
-
#:
|
5238 |
-
msgctxt "
|
5239 |
-
msgid "
|
5240 |
-
msgstr "
|
5241 |
|
5242 |
-
#:
|
5243 |
-
msgctxt "
|
5244 |
-
msgid "
|
5245 |
-
msgstr "
|
5246 |
|
5247 |
-
#:
|
5248 |
-
msgctxt "
|
5249 |
-
msgid "
|
5250 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5251 |
|
5252 |
-
#:
|
5253 |
-
msgctxt "
|
5254 |
msgid ""
|
5255 |
-
"
|
5256 |
-
"
|
5257 |
-
"
|
5258 |
-
"how an import file should look like."
|
5259 |
msgstr ""
|
5260 |
-
"
|
5261 |
-
"
|
5262 |
-
"
|
5263 |
|
5264 |
-
#:
|
5265 |
-
msgctxt "
|
5266 |
-
msgid "
|
5267 |
-
msgstr "
|
5268 |
|
5269 |
-
#:
|
5270 |
-
msgctxt "
|
5271 |
-
msgid "
|
5272 |
-
|
|
|
5273 |
|
5274 |
-
#:
|
5275 |
-
msgctxt "
|
5276 |
-
msgid "
|
5277 |
-
msgstr "
|
5278 |
|
5279 |
-
#:
|
5280 |
-
msgctxt "
|
5281 |
-
msgid "
|
5282 |
-
msgstr "
|
5283 |
|
5284 |
-
#:
|
5285 |
-
msgctxt "
|
5286 |
-
msgid "
|
5287 |
-
msgstr "
|
5288 |
|
5289 |
-
#:
|
5290 |
-
msgctxt "
|
5291 |
-
msgid "
|
5292 |
-
msgstr "
|
5293 |
|
5294 |
-
#:
|
5295 |
-
msgctxt "
|
5296 |
-
msgid "
|
5297 |
-
msgstr "
|
5298 |
|
5299 |
-
#:
|
5300 |
-
msgctxt "
|
5301 |
-
msgid ""
|
5302 |
-
"
|
5303 |
-
msgstr ""
|
5304 |
-
"معرف (ID) تسلسل داخلي يستخدم للسماح للإعلان بالتحديثات من مصادر خارجية."
|
5305 |
|
5306 |
-
#: templates/
|
5307 |
-
|
5308 |
-
|
5309 |
-
|
5310 |
-
"
|
5311 |
-
msgstr ""
|
5312 |
-
"تاريخ انتهاء صلاحية الإعلان بهذا التنسيق YYYY-MM-dd. \"استخدام\" هذا العمود "
|
5313 |
-
"عند إضافة أو تحديث الإعلانات من مصادر خارجية."
|
5314 |
|
5315 |
-
#: templates/
|
5316 |
-
|
5317 |
-
|
5318 |
-
"
|
5319 |
-
"
|
5320 |
-
msgstr ""
|
5321 |
-
"المعلومات التالية يمكن أن تساعد مطورين \"دليل الأعمال\" لتصحيح المشاكل "
|
5322 |
-
"المحتملة مع الإعدادات الخاص بك."
|
5323 |
|
5324 |
-
#: templates/
|
5325 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5326 |
msgid ""
|
5327 |
-
"
|
5328 |
-
"
|
5329 |
msgstr ""
|
5330 |
-
"
|
5331 |
-
"
|
5332 |
-
|
5333 |
-
#: templates/admin/debug-info.tpl.php:9
|
5334 |
-
msgctxt "debug-info"
|
5335 |
-
msgid "Download Debug Information"
|
5336 |
-
msgstr "تحميل معلومات التصحيح"
|
5337 |
|
5338 |
-
#: templates/
|
5339 |
-
msgctxt "
|
5340 |
-
msgid "
|
5341 |
-
msgstr "
|
5342 |
|
5343 |
-
#: templates/
|
5344 |
-
msgctxt "
|
5345 |
-
msgid "
|
5346 |
-
msgstr "
|
5347 |
|
5348 |
-
#: templates/
|
5349 |
-
msgctxt "
|
5350 |
-
msgid "
|
5351 |
-
msgstr "
|
5352 |
|
5353 |
-
#: templates/
|
5354 |
-
msgctxt "
|
5355 |
-
msgid "
|
5356 |
-
msgstr "
|
5357 |
|
5358 |
-
#: templates/
|
5359 |
-
msgctxt "
|
5360 |
-
msgid "
|
5361 |
-
msgstr "الإعلان
|
5362 |
|
5363 |
-
#: templates/
|
5364 |
-
msgctxt "
|
5365 |
-
msgid "
|
5366 |
-
msgstr "
|
5367 |
|
5368 |
-
#: templates/
|
5369 |
-
msgctxt "
|
5370 |
-
msgid "
|
5371 |
-
|
|
|
|
|
|
|
|
|
5372 |
|
5373 |
-
#: templates/
|
5374 |
-
msgctxt "
|
5375 |
-
msgid "
|
5376 |
-
msgstr "
|
5377 |
|
5378 |
-
#: templates/
|
5379 |
-
msgctxt "
|
5380 |
-
msgid "
|
5381 |
-
msgstr "
|
5382 |
|
5383 |
-
#: templates/
|
5384 |
-
msgctxt "
|
5385 |
-
msgid "
|
5386 |
-
msgstr "
|
5387 |
|
5388 |
-
#: templates/
|
5389 |
-
|
5390 |
-
|
5391 |
-
|
5392 |
-
|
5393 |
-
msgstr ""
|
5394 |
-
|
5395 |
-
"
|
|
|
|
|
|
|
5396 |
|
5397 |
-
#: templates/
|
5398 |
-
|
5399 |
-
|
5400 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5401 |
|
5402 |
-
#: templates/
|
5403 |
-
#: templates/
|
5404 |
-
msgctxt "
|
5405 |
-
msgid "
|
5406 |
-
msgstr "
|
5407 |
|
5408 |
-
#: templates/
|
5409 |
-
msgctxt "
|
5410 |
-
msgid "
|
5411 |
-
msgstr "
|
5412 |
|
5413 |
-
#: templates/
|
5414 |
-
|
5415 |
-
|
5416 |
-
|
|
|
5417 |
|
5418 |
-
#: templates/
|
5419 |
-
msgctxt "
|
5420 |
-
msgid "
|
5421 |
-
msgstr "
|
5422 |
|
5423 |
-
#: templates/
|
5424 |
-
msgctxt "
|
5425 |
-
msgid "
|
5426 |
-
msgstr "
|
5427 |
|
5428 |
-
#: templates/
|
5429 |
-
msgctxt "
|
5430 |
-
msgid "
|
5431 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
5432 |
|
5433 |
-
#: templates/
|
5434 |
-
msgctxt "
|
5435 |
-
msgid "
|
5436 |
-
msgstr "
|
5437 |
|
5438 |
-
#: templates/
|
5439 |
-
msgctxt "
|
5440 |
-
msgid "
|
5441 |
-
msgstr "
|
5442 |
|
5443 |
-
#: templates/
|
5444 |
-
msgctxt "
|
5445 |
-
msgid "
|
5446 |
-
msgstr "
|
5447 |
|
5448 |
-
#: templates/
|
5449 |
-
msgctxt "
|
5450 |
-
msgid "
|
5451 |
-
msgstr "
|
|
|
|
|
5452 |
|
5453 |
-
#: templates/
|
5454 |
-
msgctxt "
|
5455 |
-
msgid "
|
5456 |
-
msgstr "
|
5457 |
|
5458 |
-
#: templates/
|
5459 |
-
msgctxt "
|
5460 |
msgid ""
|
5461 |
-
"
|
5462 |
-
"
|
5463 |
-
msgstr ""
|
5464 |
-
"لإدارة الرسوم أنت بحاجة للذهاب إلى صفحة <a>إدارة الخيارات - الدفع</a> وحدد "
|
5465 |
-
"المربع بجوار 'تشغيل الدفعات' تحت 'إعدادات الدفع'."
|
5466 |
|
5467 |
-
#: templates/
|
5468 |
-
|
5469 |
-
|
5470 |
-
|
|
|
|
|
|
|
|
|
5471 |
|
5472 |
-
#: templates/
|
5473 |
-
msgctxt "
|
5474 |
-
msgid "
|
5475 |
-
msgstr "
|
5476 |
|
5477 |
-
#: templates/
|
5478 |
-
msgctxt "
|
5479 |
-
msgid "
|
5480 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
5481 |
|
5482 |
-
#: templates/
|
5483 |
-
msgctxt "
|
5484 |
-
msgid "
|
5485 |
-
msgstr "
|
5486 |
|
5487 |
-
#: templates/
|
5488 |
-
msgctxt "
|
5489 |
-
msgid ""
|
5490 |
-
"
|
5491 |
-
"listing. Your current mode of \"%s\" restricts what you see here. Those on "
|
5492 |
-
"the <a>Not Available</a> filter will become active when you change the "
|
5493 |
-
"payment mode."
|
5494 |
-
msgstr ""
|
5495 |
-
"هذه جميع خطط الرسوم المعروضة للعضو عندما يضع إعلانا. الوضع الحالي الخاص بك "
|
5496 |
-
"هو \"%s\" يحصر ما تراه هنا. بالنسبة لتلك التي في عامل التصفية <a>غير متوفرة</"
|
5497 |
-
"a> سوف تصبح مفعلة عندما تقوم بتغيير وضع الدفع."
|
5498 |
|
5499 |
-
#: templates/
|
5500 |
-
|
5501 |
-
|
5502 |
-
|
5503 |
-
msgstr "تم الدفع"
|
5504 |
|
5505 |
-
#: templates/
|
5506 |
-
|
5507 |
-
|
5508 |
-
|
5509 |
-
msgstr "مجاني"
|
5510 |
|
5511 |
-
#: templates/
|
5512 |
-
msgctxt "
|
5513 |
-
msgid ""
|
5514 |
-
"
|
5515 |
-
"\" mode. Those on the Active filter will become Not Available when you "
|
5516 |
-
"change the payment mode."
|
5517 |
-
msgstr ""
|
5518 |
-
"هذه كلها من خطط الرسوم التي لم تكن متوفرة لأنك في وضع \"%s\". تلك المتعلقة "
|
5519 |
-
"بالتصفية المفعلة سوف تصبح \"غير متوفرة\" عندما تقوم بتغيير وضع الدفع."
|
5520 |
|
5521 |
-
#: templates/
|
5522 |
-
msgctxt "
|
5523 |
-
msgid ""
|
5524 |
-
"
|
5525 |
-
"regardless of mode until you enable them."
|
5526 |
-
msgstr ""
|
5527 |
-
"خطط الرسوم هذه كانت معطلة من قبل الإدارة ولن تظهر للعضو بغض النظر عن الوضع "
|
5528 |
-
"حتى تقوم بفعيلها."
|
5529 |
|
5530 |
-
#: templates/
|
5531 |
-
msgctxt "
|
5532 |
-
msgid ""
|
5533 |
-
"
|
5534 |
-
"available for the current mode (currently set to \"%s\"). To see the fee "
|
5535 |
-
"plans for this mode click <a>Active</a>."
|
5536 |
-
msgstr ""
|
5537 |
-
"هذه كلها من خطط الرسوم التي قمت بإعدادها. ليست كلها متاحة للوضع الحالي "
|
5538 |
-
"(حاليا الوضع في \"%s\"). لمشاهدة خطط الرسوم لهذا الوضع إضغط <a>مفعل</a>."
|
5539 |
|
5540 |
-
#: templates/
|
5541 |
-
msgctxt "
|
5542 |
-
msgid "
|
5543 |
-
msgstr "
|
5544 |
|
5545 |
-
#: templates/
|
5546 |
-
msgctxt "
|
5547 |
-
msgid "
|
5548 |
-
msgstr "
|
5549 |
|
5550 |
-
#: templates/
|
5551 |
-
msgctxt "
|
5552 |
-
msgid "
|
5553 |
-
msgstr "
|
5554 |
|
5555 |
-
#: templates/
|
5556 |
-
msgctxt "
|
5557 |
-
msgid "
|
5558 |
-
msgstr "
|
5559 |
|
5560 |
-
#: templates/
|
5561 |
-
msgctxt "
|
5562 |
-
msgid ""
|
5563 |
-
"
|
5564 |
-
"Either <a>enable the default Authorize.net gateway</a> with your account "
|
5565 |
-
"info, or purchase a different payment gateway module in order to charge a "
|
5566 |
-
"fee for listings. To purchase additional payment gateways use the buttons "
|
5567 |
-
"below or visit %s."
|
5568 |
-
msgstr ""
|
5569 |
-
"لا يظهر لديك أي من وحدات بوابات الدفع مفعلة. إما <a>فعل بوابة Authorize.net "
|
5570 |
-
"الافتراضية</a> مع معلومات الحساب الخاص بك، أو قم بشراء وحدة بوابة دفع مختلفة "
|
5571 |
-
"من أجل فرض رسوم على إضافة الإعلانات. لشراء بوابة دفع إضافية استخدام الأزرار "
|
5572 |
-
"الموجودة أدناه، أو قم بزيارة %s."
|
5573 |
|
5574 |
-
#: templates/
|
5575 |
-
msgctxt "
|
5576 |
-
msgid "
|
5577 |
-
msgstr "
|
5578 |
|
5579 |
-
#: templates/
|
5580 |
-
msgctxt "
|
5581 |
-
msgid ""
|
5582 |
-
"
|
5583 |
-
"users."
|
5584 |
-
msgstr "يمكنك شراء <a>%s</a> لإضافة <a>%s</a> كخيار دفع للأعضاء."
|
5585 |
|
5586 |
-
#: templates/
|
5587 |
-
msgctxt "
|
5588 |
-
msgid "
|
5589 |
-
msgstr "
|
5590 |
|
5591 |
-
#: templates/
|
5592 |
-
msgctxt "
|
5593 |
-
msgid "
|
5594 |
-
msgstr "
|
5595 |
|
5596 |
-
#: templates/
|
5597 |
-
|
5598 |
-
|
5599 |
-
|
5600 |
-
|
5601 |
-
|
|
|
|
|
|
|
5602 |
|
5603 |
-
#: templates/
|
5604 |
-
msgctxt "
|
5605 |
-
msgid "
|
5606 |
-
msgstr "
|
5607 |
|
5608 |
-
#: templates/
|
5609 |
-
msgctxt "
|
5610 |
-
msgid "
|
5611 |
-
msgstr "
|
5612 |
|
5613 |
-
#: templates/
|
5614 |
-
|
5615 |
-
|
5616 |
-
|
|
|
|
|
5617 |
|
5618 |
-
#: templates/
|
5619 |
-
msgctxt "
|
5620 |
-
msgid "
|
5621 |
-
msgstr "
|
5622 |
|
5623 |
-
#: templates/
|
5624 |
-
msgctxt "
|
5625 |
-
msgid "
|
5626 |
-
msgstr "
|
5627 |
|
5628 |
-
#: templates/
|
5629 |
-
msgctxt "
|
5630 |
-
msgid "
|
5631 |
-
msgstr "
|
5632 |
|
5633 |
-
#: templates/
|
5634 |
-
msgctxt "
|
5635 |
-
msgid "
|
5636 |
-
|
|
|
|
|
5637 |
|
5638 |
-
#: templates/
|
5639 |
-
msgctxt "
|
5640 |
-
msgid "
|
5641 |
-
msgstr "
|
5642 |
|
5643 |
-
#: templates/
|
5644 |
-
msgctxt "
|
5645 |
-
msgid "
|
5646 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
5647 |
|
5648 |
-
#: templates/
|
5649 |
-
msgctxt "
|
5650 |
-
msgid "
|
5651 |
-
msgstr "
|
5652 |
|
5653 |
-
#: templates/
|
5654 |
-
msgctxt "
|
5655 |
-
msgid "
|
5656 |
-
msgstr "
|
5657 |
|
5658 |
-
#: templates
|
5659 |
-
msgctxt "
|
5660 |
-
msgid "
|
5661 |
-
msgstr "
|
5662 |
|
5663 |
-
#: templates
|
5664 |
-
msgctxt "
|
5665 |
-
msgid "
|
5666 |
-
msgstr "
|
5667 |
|
5668 |
-
#:
|
5669 |
-
msgctxt "
|
5670 |
-
msgid "
|
5671 |
-
|
|
|
|
|
|
|
5672 |
|
5673 |
-
#:
|
5674 |
-
msgctxt "
|
5675 |
-
msgid "
|
5676 |
-
msgstr "
|
5677 |
|
5678 |
-
#:
|
5679 |
-
msgctxt "
|
5680 |
-
msgid "
|
5681 |
-
msgstr "
|
5682 |
|
5683 |
-
#:
|
5684 |
-
msgctxt "
|
5685 |
-
msgid "
|
5686 |
-
msgstr "
|
5687 |
|
5688 |
-
#:
|
5689 |
-
msgctxt "
|
5690 |
-
msgid "
|
5691 |
-
msgstr "
|
5692 |
|
5693 |
-
#:
|
5694 |
-
msgctxt "
|
5695 |
-
msgid "
|
5696 |
-
msgstr "
|
5697 |
|
5698 |
-
#:
|
5699 |
-
msgctxt "
|
5700 |
-
msgid "
|
5701 |
-
msgstr "
|
5702 |
|
5703 |
-
#:
|
5704 |
-
msgctxt "
|
5705 |
-
msgid "
|
5706 |
-
msgstr "
|
|
|
5707 |
|
5708 |
-
#:
|
5709 |
-
msgctxt "
|
5710 |
-
msgid "
|
5711 |
-
msgstr "
|
5712 |
|
5713 |
-
#:
|
5714 |
-
msgctxt "
|
5715 |
-
msgid "
|
5716 |
-
msgstr "
|
|
|
5717 |
|
5718 |
-
#:
|
5719 |
-
msgctxt "
|
5720 |
-
msgid "
|
5721 |
-
msgstr "
|
5722 |
|
5723 |
-
#:
|
5724 |
-
msgctxt "
|
5725 |
-
msgid "
|
5726 |
-
msgstr "
|
5727 |
|
5728 |
-
#:
|
5729 |
-
msgctxt "
|
5730 |
-
msgid "
|
5731 |
-
msgstr "
|
5732 |
|
5733 |
-
#: templates/
|
5734 |
-
msgctxt "
|
5735 |
msgid ""
|
5736 |
-
"
|
5737 |
-
"
|
|
|
5738 |
msgstr ""
|
5739 |
-
"
|
5740 |
-
"
|
5741 |
|
5742 |
-
#: templates/
|
5743 |
-
msgctxt "
|
5744 |
-
msgid "
|
5745 |
-
|
|
|
|
|
|
|
|
|
5746 |
|
5747 |
-
#: templates/
|
5748 |
-
msgctxt "
|
5749 |
-
msgid "
|
5750 |
-
msgstr "
|
5751 |
|
5752 |
-
#: templates/
|
5753 |
-
msgctxt "
|
5754 |
-
msgid "
|
5755 |
-
msgstr "
|
5756 |
|
5757 |
-
#: templates/
|
5758 |
-
msgctxt "
|
5759 |
-
msgid "
|
5760 |
-
msgstr "
|
5761 |
|
5762 |
-
#: templates/
|
5763 |
-
msgctxt "
|
5764 |
-
msgid "
|
5765 |
-
msgstr "
|
5766 |
|
5767 |
-
#:
|
5768 |
-
msgctxt "
|
5769 |
-
msgid "
|
5770 |
-
msgstr "
|
5771 |
|
5772 |
-
#:
|
5773 |
-
msgctxt "
|
5774 |
-
msgid ""
|
5775 |
-
"
|
5776 |
-
"ones, change the order and visibility of the fields as well as configure "
|
5777 |
-
"special options for them."
|
5778 |
-
msgstr ""
|
5779 |
-
"هنا، يمكنك إنشاء حقول جديدة لإعلاناتك، تحرير أو حذف الموجود منها، وتغيير "
|
5780 |
-
"ترتيب وإبراز الحقول فضلا عن إعداد خيارات خاصة لهم."
|
5781 |
|
5782 |
-
#:
|
5783 |
-
msgctxt "
|
5784 |
-
msgid "
|
5785 |
-
msgstr "
|
5786 |
|
5787 |
-
|
5788 |
-
|
5789 |
-
|
5790 |
-
|
5791 |
-
msgstr "Business Directory Plugin"
|
5792 |
|
5793 |
-
#:
|
5794 |
-
msgctxt "
|
5795 |
-
msgid "
|
5796 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5797 |
|
5798 |
-
#:
|
5799 |
-
msgctxt "
|
5800 |
-
msgid ""
|
5801 |
-
"
|
5802 |
-
"let's jump right in!"
|
5803 |
-
msgstr ""
|
5804 |
-
"شكرا لاختيارك لنا. هناك ربما الكثير الذي تريد القيام به، لذلك هيا بنا!"
|
5805 |
|
5806 |
-
#:
|
5807 |
-
msgctxt "
|
5808 |
-
msgid ""
|
5809 |
-
"
|
5810 |
-
"while setting things up."
|
5811 |
-
msgstr ""
|
5812 |
-
"لدينا وثائق شرح كاملة <a>هنا</a> ونشجعك على استخدامها أثناء إعداد الإضافة."
|
5813 |
|
5814 |
-
#:
|
5815 |
-
msgctxt "
|
5816 |
-
msgid ""
|
5817 |
-
"
|
5818 |
-
"and configuration <a>here</a>."
|
5819 |
-
msgstr ""
|
5820 |
-
"لدينا بعض سيناريوهات البداية السريعة التي سوف تجدها مفيدة فيما يتعلق "
|
5821 |
-
"بالتثبيت والإعداد<a> هنا</a>."
|
5822 |
|
5823 |
-
#:
|
5824 |
-
msgctxt "
|
5825 |
-
msgid ""
|
5826 |
-
"
|
5827 |
-
"we'll answer it within 24 hours most days."
|
5828 |
-
msgstr ""
|
5829 |
-
"إذا كانت لديك أسئلة، المرجو نشر تعليق في <a>منتدى الدعم</a> وسوف نقوم "
|
5830 |
-
"بالإجابة عليه في غضون 24 ساعة معظم الأيام."
|
5831 |
|
5832 |
-
#:
|
5833 |
-
|
5834 |
-
|
|
|
5835 |
|
5836 |
-
#:
|
5837 |
-
|
5838 |
-
|
|
|
5839 |
|
5840 |
-
#: templates/
|
5841 |
-
|
5842 |
-
|
|
|
5843 |
|
5844 |
-
#:
|
5845 |
-
|
5846 |
-
|
|
|
5847 |
|
5848 |
-
#:
|
5849 |
-
|
5850 |
-
|
|
|
|
|
|
|
|
|
|
|
5851 |
|
5852 |
-
#:
|
5853 |
-
msgctxt "
|
5854 |
-
msgid "
|
5855 |
-
msgstr "
|
5856 |
|
5857 |
-
#:
|
5858 |
-
msgctxt "
|
5859 |
-
msgid "
|
5860 |
-
msgstr "
|
5861 |
|
5862 |
-
#:
|
5863 |
-
msgctxt "
|
5864 |
-
msgid "Current"
|
5865 |
-
msgstr "
|
5866 |
|
5867 |
-
#:
|
5868 |
-
msgctxt "
|
5869 |
-
msgid "
|
5870 |
-
msgstr "
|
5871 |
|
5872 |
-
#:
|
5873 |
-
msgctxt "
|
5874 |
-
msgid "
|
5875 |
-
|
5876 |
-
msgstr[0] "%d صورة"
|
5877 |
-
msgstr[1] "%d صورة"
|
5878 |
-
msgstr[2] "%d صورتين"
|
5879 |
-
msgstr[3] "%d صور"
|
5880 |
-
msgstr[4] "%d صور"
|
5881 |
-
msgstr[5] "%d صور"
|
5882 |
|
5883 |
-
#: templates/
|
5884 |
-
msgctxt "
|
5885 |
-
msgid "
|
5886 |
-
msgstr "
|
5887 |
|
5888 |
-
#: templates/
|
5889 |
-
msgctxt "
|
5890 |
-
msgid "
|
5891 |
-
|
5892 |
-
msgstr[0] "%d يوم"
|
5893 |
-
msgstr[1] "%d يوم"
|
5894 |
-
msgstr[2] "%d يومين"
|
5895 |
-
msgstr[3] "%d أيام"
|
5896 |
-
msgstr[4] "%d يوم"
|
5897 |
-
msgstr[5] "%d يوم"
|
5898 |
|
5899 |
-
#:
|
5900 |
-
msgctxt "
|
5901 |
-
msgid "
|
5902 |
-
|
|
|
|
|
|
|
|
|
5903 |
|
5904 |
-
#:
|
5905 |
-
msgctxt "
|
5906 |
-
msgid "
|
5907 |
-
|
|
|
|
|
|
|
|
|
|
|
5908 |
|
5909 |
-
#:
|
5910 |
-
msgctxt "
|
5911 |
-
msgid "
|
5912 |
-
msgstr "
|
5913 |
|
5914 |
-
#:
|
5915 |
-
msgctxt "
|
5916 |
-
msgid "
|
5917 |
-
msgstr "
|
5918 |
|
5919 |
-
#:
|
5920 |
-
msgctxt "
|
5921 |
-
msgid "
|
5922 |
-
msgstr "
|
5923 |
|
5924 |
-
#:
|
5925 |
-
msgctxt "
|
5926 |
-
msgid "
|
5927 |
-
msgstr "
|
5928 |
|
5929 |
-
#:
|
5930 |
-
msgctxt "
|
5931 |
-
msgid "
|
5932 |
-
|
|
|
|
|
|
|
|
|
5933 |
|
5934 |
-
#: templates/
|
5935 |
-
msgctxt "
|
5936 |
-
msgid "
|
5937 |
-
|
|
|
|
|
|
|
|
|
5938 |
|
5939 |
-
#: templates/
|
5940 |
-
msgctxt "
|
5941 |
-
msgid "
|
5942 |
-
msgstr "
|
5943 |
|
5944 |
-
#: templates/
|
5945 |
-
msgctxt "
|
5946 |
-
msgid "
|
5947 |
-
msgstr "
|
5948 |
|
5949 |
-
#:
|
5950 |
-
msgctxt "
|
5951 |
-
msgid "
|
5952 |
-
msgstr "
|
|
|
|
|
5953 |
|
5954 |
-
#:
|
5955 |
-
msgctxt "
|
5956 |
-
msgid "
|
5957 |
-
msgstr "
|
5958 |
|
5959 |
-
#:
|
5960 |
-
|
5961 |
-
|
5962 |
-
|
|
|
5963 |
|
5964 |
-
#: templates/
|
5965 |
-
msgctxt "
|
5966 |
-
msgid "
|
5967 |
-
|
|
|
5968 |
|
5969 |
-
#:
|
5970 |
-
|
5971 |
-
|
5972 |
-
|
|
|
|
|
|
|
|
|
|
|
5973 |
|
5974 |
-
#:
|
5975 |
-
msgctxt "
|
5976 |
-
msgid "
|
5977 |
-
|
|
|
|
|
5978 |
|
5979 |
-
#:
|
5980 |
-
|
5981 |
-
|
5982 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5983 |
|
5984 |
-
#:
|
5985 |
-
msgctxt "
|
5986 |
-
msgid "
|
5987 |
-
msgstr "
|
5988 |
|
5989 |
-
#:
|
5990 |
-
|
5991 |
-
|
5992 |
-
|
|
|
5993 |
|
5994 |
-
#:
|
5995 |
-
msgctxt "
|
5996 |
-
msgid "
|
5997 |
-
msgstr "
|
5998 |
|
5999 |
-
#:
|
6000 |
-
msgctxt "
|
6001 |
-
msgid "
|
6002 |
-
msgstr "
|
6003 |
|
6004 |
-
#:
|
6005 |
-
msgctxt "
|
6006 |
-
msgid "
|
6007 |
-
msgstr "
|
6008 |
|
6009 |
-
#:
|
6010 |
-
msgctxt "
|
6011 |
-
msgid "
|
6012 |
-
msgstr "
|
6013 |
|
6014 |
-
#:
|
6015 |
-
msgctxt "
|
6016 |
-
msgid "
|
6017 |
-
msgstr ""
|
6018 |
-
"لتغيير طريقة الدفع الخاصة بك، انتقل إلى <a href=\"%s\">إعدادات الدفع</a>."
|
6019 |
|
6020 |
-
#:
|
6021 |
-
msgctxt "
|
6022 |
-
msgid ""
|
6023 |
-
|
6024 |
-
"below."
|
6025 |
-
msgstr ""
|
6026 |
-
"ملاحظة: في الوضع المجاني، رسم الخطط سيكون دائما معين إلى \"إعلان مجاني\" "
|
6027 |
-
"أدناه."
|
6028 |
|
6029 |
-
#:
|
6030 |
-
|
6031 |
-
|
6032 |
-
|
6033 |
-
msgstr "تجديد قائمة في جميع فئات منتهية الصلاحية"
|
6034 |
|
6035 |
-
#:
|
6036 |
-
msgctxt "
|
6037 |
-
msgid "
|
6038 |
-
msgstr "
|
6039 |
|
6040 |
-
#:
|
6041 |
-
msgctxt "
|
6042 |
-
msgid "
|
6043 |
-
msgstr "
|
6044 |
|
6045 |
-
#:
|
6046 |
-
msgctxt "
|
6047 |
-
msgid "
|
6048 |
-
msgstr "
|
6049 |
|
6050 |
-
#:
|
6051 |
-
msgctxt "
|
6052 |
-
msgid "
|
6053 |
-
msgstr "
|
6054 |
|
6055 |
-
#:
|
6056 |
-
msgctxt "
|
6057 |
-
msgid "
|
6058 |
-
msgstr "
|
6059 |
|
6060 |
-
#:
|
6061 |
-
msgctxt "
|
6062 |
-
msgid "
|
6063 |
-
msgstr "
|
6064 |
|
6065 |
-
#:
|
6066 |
-
msgctxt "
|
6067 |
-
msgid "
|
6068 |
-
msgstr "
|
6069 |
|
6070 |
-
#:
|
6071 |
-
msgctxt "
|
6072 |
-
msgid "
|
6073 |
-
msgstr "
|
6074 |
|
6075 |
-
#:
|
6076 |
-
msgctxt "
|
6077 |
-
msgid "
|
6078 |
-
msgstr "
|
6079 |
|
6080 |
-
#:
|
6081 |
-
msgctxt "
|
6082 |
-
msgid "
|
6083 |
-
msgstr "
|
6084 |
|
6085 |
-
#:
|
6086 |
-
msgctxt "
|
6087 |
-
msgid "
|
6088 |
-
msgstr "
|
6089 |
|
6090 |
-
#:
|
6091 |
-
msgctxt "
|
6092 |
-
msgid "
|
6093 |
-
msgstr "
|
6094 |
|
6095 |
-
#:
|
6096 |
-
msgctxt "
|
6097 |
-
msgid "
|
6098 |
-
msgstr "
|
6099 |
|
6100 |
-
#:
|
6101 |
-
msgctxt "
|
6102 |
-
msgid "
|
6103 |
-
msgstr "
|
6104 |
|
6105 |
-
#:
|
6106 |
-
msgctxt "
|
6107 |
-
msgid "
|
6108 |
-
msgstr "
|
6109 |
|
6110 |
-
#:
|
6111 |
-
msgctxt "
|
6112 |
-
msgid "
|
6113 |
-
msgstr "
|
6114 |
|
6115 |
-
#:
|
6116 |
-
msgctxt "
|
6117 |
-
msgid "
|
6118 |
-
msgstr "
|
6119 |
|
6120 |
-
#:
|
6121 |
-
|
6122 |
-
|
|
|
6123 |
|
6124 |
-
#:
|
6125 |
-
msgctxt "
|
6126 |
-
msgid "
|
6127 |
-
msgstr "
|
6128 |
|
6129 |
-
#: templates/admin/
|
6130 |
-
|
6131 |
-
|
6132 |
-
|
6133 |
-
|
6134 |
-
|
6135 |
-
"
|
|
|
|
|
6136 |
|
6137 |
-
#: templates/admin/
|
6138 |
-
|
6139 |
-
|
|
|
6140 |
|
6141 |
-
#: templates/admin/
|
6142 |
-
|
6143 |
-
|
|
|
6144 |
|
6145 |
-
#: templates/admin/
|
6146 |
-
|
6147 |
-
|
|
|
6148 |
|
6149 |
-
#: templates/admin/
|
6150 |
-
msgctxt "
|
6151 |
-
msgid "
|
6152 |
-
msgstr "
|
6153 |
|
6154 |
-
#: templates/admin/
|
6155 |
-
|
6156 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
6157 |
|
6158 |
#: templates/admin/sidebar.tpl.php:3
|
6159 |
msgctxt "admin sidebar"
|
@@ -6330,118 +6899,116 @@ msgctxt "admin sidebar"
|
|
6330 |
msgid "Enhanced Categories Module"
|
6331 |
msgstr "وحدة التصنيفات المحسنة"
|
6332 |
|
6333 |
-
#: templates/admin/
|
6334 |
-
|
6335 |
-
|
6336 |
-
|
6337 |
-
|
6338 |
-
|
6339 |
-
|
6340 |
-
|
6341 |
-
|
6342 |
-
|
6343 |
-
|
6344 |
-
|
6345 |
-
|
6346 |
-
msgid "Cancel"
|
6347 |
-
msgstr "إلغاء"
|
6348 |
-
|
6349 |
-
#: templates/admin/themes-install.tpl.php:2
|
6350 |
-
#: templates/admin/themes-licenses.tpl.php:3 templates/admin/themes.tpl.php:3
|
6351 |
-
msgctxt "themes"
|
6352 |
-
msgid "Upload Directory Theme"
|
6353 |
-
msgstr "تحميل قالب الدليل"
|
6354 |
-
|
6355 |
-
#: templates/admin/themes-install.tpl.php:8
|
6356 |
-
msgctxt "themes"
|
6357 |
-
msgid "This is a theme or skin from %s and is NOT a regular WordPress theme."
|
6358 |
-
msgstr "هذا قالب أو الغلاف من %s وليس قالب ووردبريس عادي."
|
6359 |
|
6360 |
-
#: templates/admin/
|
6361 |
-
msgctxt "
|
6362 |
-
msgid "
|
6363 |
-
msgstr "
|
6364 |
|
6365 |
-
#: templates/admin/
|
6366 |
-
msgctxt "
|
6367 |
-
msgid "
|
6368 |
-
|
|
|
|
|
6369 |
|
6370 |
-
#: templates/admin/
|
6371 |
-
msgctxt "
|
6372 |
-
msgid "
|
6373 |
-
msgstr "
|
6374 |
|
6375 |
-
#: templates/admin/
|
6376 |
-
msgctxt "
|
6377 |
-
msgid "
|
6378 |
-
|
|
|
|
|
|
|
6379 |
|
6380 |
-
#: templates/admin/
|
6381 |
-
msgctxt "
|
6382 |
-
msgid "
|
6383 |
-
|
|
|
|
|
|
|
6384 |
|
6385 |
-
#: templates/admin/
|
6386 |
-
msgctxt "
|
6387 |
-
msgid "
|
6388 |
-
|
|
|
|
|
|
|
|
|
6389 |
|
6390 |
-
#: templates/admin/
|
6391 |
-
msgctxt "
|
6392 |
-
msgid "
|
6393 |
-
|
|
|
|
|
|
|
|
|
6394 |
|
6395 |
-
#: templates/admin/
|
6396 |
-
msgctxt "
|
6397 |
-
msgid "
|
6398 |
-
msgstr "
|
6399 |
|
6400 |
-
#: templates/admin/
|
6401 |
-
msgctxt "
|
6402 |
-
msgid "
|
6403 |
-
msgstr "
|
6404 |
|
6405 |
-
#: templates/admin/
|
6406 |
-
msgctxt "
|
6407 |
-
msgid "
|
6408 |
-
msgstr "
|
6409 |
|
6410 |
-
#: templates/admin/
|
6411 |
-
msgctxt "admin
|
6412 |
-
msgid "
|
6413 |
-
msgstr "
|
6414 |
|
6415 |
-
#: templates/admin/
|
6416 |
-
msgctxt "admin
|
6417 |
-
msgid "
|
6418 |
-
msgstr "
|
6419 |
|
6420 |
-
#: templates/admin/
|
6421 |
-
msgctxt "
|
6422 |
-
msgid "
|
6423 |
-
msgstr "
|
6424 |
|
6425 |
-
#: templates/admin/themes.tpl.php:
|
6426 |
-
|
6427 |
-
|
6428 |
-
"
|
6429 |
-
"
|
6430 |
-
"We have a number of them available for purchase <a>here</a>."
|
6431 |
-
msgstr ""
|
6432 |
-
"<a><b>قوالب الدليل</b></a> هي قوالب مسبقة الصنع لـ<i>إضافة دليل الأعمال</i> "
|
6433 |
-
"لتغيير مظهر الدليل بسرعة وسهولة. لدينا عدد منهم للشراء <a>هنا</a>."
|
6434 |
|
6435 |
-
#: templates/admin/themes.tpl.php:
|
6436 |
-
msgctxt "themes"
|
6437 |
-
msgid ""
|
6438 |
-
"
|
6439 |
-
|
6440 |
-
|
6441 |
-
|
6442 |
-
|
6443 |
-
|
6444 |
-
"الأعمال الخاص بك فقط."
|
6445 |
|
6446 |
#: templates/admin/transactions.tpl.php:2
|
6447 |
msgctxt "admin transactions"
|
@@ -6498,6 +7065,11 @@ msgctxt "uninstall"
|
|
6498 |
msgid "Uninstall Plugin"
|
6499 |
msgstr "إلغاء تثبيت الإضافة"
|
6500 |
|
|
|
|
|
|
|
|
|
|
|
6501 |
#: templates/admin/uninstall-complete.tpl.php:2
|
6502 |
msgctxt "admin uninstall"
|
6503 |
msgid "Uninstall Business Directory"
|
@@ -6513,11 +7085,6 @@ msgctxt "admin uninstall"
|
|
6513 |
msgid "Return to Dashboard."
|
6514 |
msgstr "الرجوع إلى لوحة تحكم ووردبرس"
|
6515 |
|
6516 |
-
#: templates/admin/uninstall-confirm.tpl.php:1
|
6517 |
-
msgctxt "uninstall"
|
6518 |
-
msgid "Uninstall Business Directory Plugin"
|
6519 |
-
msgstr "إلغاء تثبيت إضافة دليل الأعمال"
|
6520 |
-
|
6521 |
#: templates/billing-information-form.tpl.php:4
|
6522 |
msgctxt "months"
|
6523 |
msgid "Jan"
|
@@ -6585,318 +7152,95 @@ msgstr "تفاصيل بطاقة الائتمان"
|
|
6585 |
|
6586 |
#: templates/billing-information-form.tpl.php:31
|
6587 |
msgctxt "checkout form"
|
6588 |
-
msgid "Please enter your credit card details below."
|
6589 |
-
msgstr "يرجى إدخال تفاصيل بطاقة الائتمان الخاصة بك أدناه."
|
6590 |
-
|
6591 |
-
#: templates/billing-information-form.tpl.php:36
|
6592 |
-
msgctxt "checkout form"
|
6593 |
-
msgid "E-mail:"
|
6594 |
-
msgstr "البريد الإلكتروني: %s"
|
6595 |
-
|
6596 |
-
#: templates/billing-information-form.tpl.php:44
|
6597 |
-
msgctxt "checkout form"
|
6598 |
-
msgid "First Name:"
|
6599 |
-
msgstr "الإسم الشخصي:"
|
6600 |
-
|
6601 |
-
#: templates/billing-information-form.tpl.php:52
|
6602 |
-
msgctxt "checkout form"
|
6603 |
-
msgid "Last Name:"
|
6604 |
-
msgstr "الإسم العائلي:"
|
6605 |
-
|
6606 |
-
#: templates/billing-information-form.tpl.php:60
|
6607 |
-
msgctxt "checkout form"
|
6608 |
-
msgid "Card Number:"
|
6609 |
-
msgstr "رقم بطاقة الائتمان:"
|
6610 |
-
|
6611 |
-
#: templates/billing-information-form.tpl.php:68
|
6612 |
-
msgctxt "checkout form"
|
6613 |
-
msgid "Expiration Date (MM/YYYY):"
|
6614 |
-
msgstr "تاريخ انتهاء الصلاحية (MM/YYYY):"
|
6615 |
-
|
6616 |
-
#: templates/billing-information-form.tpl.php:88
|
6617 |
-
msgctxt "checkout form"
|
6618 |
-
msgid "CVC:"
|
6619 |
-
msgstr "الرمز السري:"
|
6620 |
-
|
6621 |
-
#: templates/billing-information-form.tpl.php:98
|
6622 |
-
msgctxt "checkout form"
|
6623 |
-
msgid "Billing Address"
|
6624 |
-
msgstr "عنوان صاحب الفاتورة"
|
6625 |
-
|
6626 |
-
#: templates/billing-information-form.tpl.php:103
|
6627 |
-
msgctxt "checkout form"
|
6628 |
-
msgid "Country:"
|
6629 |
-
msgstr "الدولة:"
|
6630 |
-
|
6631 |
-
#: templates/billing-information-form.tpl.php:111
|
6632 |
-
msgctxt "checkout form"
|
6633 |
-
msgid "State:"
|
6634 |
-
msgstr "الولاية:"
|
6635 |
-
|
6636 |
-
#: templates/billing-information-form.tpl.php:119
|
6637 |
-
msgctxt "checkout form"
|
6638 |
-
msgid "City:"
|
6639 |
-
msgstr "المدينة:"
|
6640 |
-
|
6641 |
-
#: templates/billing-information-form.tpl.php:127
|
6642 |
-
msgctxt "checkout form"
|
6643 |
-
msgid "Address Line 1:"
|
6644 |
-
msgstr "خانة العنوان 1:"
|
6645 |
-
|
6646 |
-
#: templates/billing-information-form.tpl.php:135
|
6647 |
-
msgctxt "checkout form"
|
6648 |
-
msgid "Address Line 2:"
|
6649 |
-
msgstr "خانة العنوان 2:"
|
6650 |
-
|
6651 |
-
#: templates/billing-information-form.tpl.php:143
|
6652 |
-
msgctxt "checkout form"
|
6653 |
-
msgid "ZIP Code:"
|
6654 |
-
msgstr "الرمز البريدي:"
|
6655 |
-
|
6656 |
-
#: templates/billing-information-form.tpl.php:151
|
6657 |
-
msgctxt "checkout form"
|
6658 |
-
msgid "Phone Number:"
|
6659 |
-
msgstr "رقم الهاتف"
|
6660 |
-
|
6661 |
-
#: templates/billing-information-form.tpl.php:161
|
6662 |
-
#, fuzzy
|
6663 |
-
msgctxt "checkout form"
|
6664 |
-
msgid "Cancel"
|
6665 |
-
msgstr "إلغاء"
|
6666 |
-
|
6667 |
-
#: templates/billing-information-form.tpl.php:162
|
6668 |
-
#, fuzzy
|
6669 |
-
msgctxt "checkout form"
|
6670 |
-
msgid "Submit Payment"
|
6671 |
-
msgstr "إضافة الدفع"
|
6672 |
-
|
6673 |
-
#: templates/businessdirectory-listings.tpl.php:27
|
6674 |
-
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:6
|
6675 |
-
#: templates/search.tpl.php:17
|
6676 |
-
msgctxt "templates"
|
6677 |
-
msgid "No listings found."
|
6678 |
-
msgstr "لم يتم العثور على أي إعلانات."
|
6679 |
-
|
6680 |
-
#: templates/businessdirectory-listings.tpl.php:38
|
6681 |
-
#: templates/listings.tpl.php:17
|
6682 |
-
msgctxt "templates"
|
6683 |
-
msgid "« Previous "
|
6684 |
-
msgstr "« السابق"
|
6685 |
-
|
6686 |
-
#: templates/businessdirectory-listings.tpl.php:39
|
6687 |
-
#: templates/listings.tpl.php:18
|
6688 |
-
msgctxt "templates"
|
6689 |
-
msgid "Next »"
|
6690 |
-
msgstr "التالي »"
|
6691 |
-
|
6692 |
-
#: templates/delete-listing-confirm.tpl.php:3
|
6693 |
-
msgctxt "manage recurring"
|
6694 |
-
msgid "Delete Listing"
|
6695 |
-
msgstr "حذف الإعلان"
|
6696 |
-
|
6697 |
-
#: templates/delete-listing-confirm.tpl.php:7
|
6698 |
-
msgctxt "delete listing"
|
6699 |
-
msgid ""
|
6700 |
-
"Your listing is associated to a recurring payment. If you don't cancel the "
|
6701 |
-
"recurring payment before deleting the listing, you might be charged for "
|
6702 |
-
"additional periods even though your listing won't be available."
|
6703 |
-
msgstr ""
|
6704 |
-
"إعلانك مرتبط بالمدفوعات المتكررة. إذا لم تلغي المدفوعات المتكررة قبل حذف "
|
6705 |
-
"الإعلان، يمكن أن تدفع لفترات إضافية على الرغم من أن إعلانك لن يكون متوفر."
|
6706 |
-
|
6707 |
-
#: templates/delete-listing-confirm.tpl.php:12
|
6708 |
-
msgctxt "delete listing"
|
6709 |
-
msgid ""
|
6710 |
-
"Please visit <a>Manage recurring payments</a> to review your current "
|
6711 |
-
"recurring payments."
|
6712 |
-
msgstr ""
|
6713 |
-
"يرجى زيارة <a>إدارة المدفوعات المتكررة</a> لمراجعة المدفوعات المتكررة "
|
6714 |
-
"الحالية الخاصة بك."
|
6715 |
-
|
6716 |
-
#: templates/delete-listing-confirm.tpl.php:18
|
6717 |
-
msgctxt "delete listing"
|
6718 |
-
msgid "You are about to remove your listing \"%s\" from the directory."
|
6719 |
-
msgstr "أنت على وشك إزالة إعلانك \"%s\" من الدليل."
|
6720 |
-
|
6721 |
-
#: templates/delete-listing-confirm.tpl.php:19
|
6722 |
-
msgctxt "delete listing"
|
6723 |
-
msgid "Are you sure you want to do this?"
|
6724 |
-
msgstr "هل أنت متأكد من أنك تريد عمل هذا؟"
|
6725 |
-
|
6726 |
-
#: templates/delete-listing-confirm.tpl.php:24
|
6727 |
-
msgctxt "delete listing"
|
6728 |
-
msgid "No. Take me back to the directory."
|
6729 |
-
msgstr "لا. أرجعني إلى الدليل."
|
6730 |
-
|
6731 |
-
#: templates/delete-listing-confirm.tpl.php:25
|
6732 |
-
msgctxt "delete listing"
|
6733 |
-
msgid "Yes. Delete my listing."
|
6734 |
-
msgstr "نعم. إحذف إعلاني."
|
6735 |
-
|
6736 |
-
#: templates/deprecated/search.tpl.php:6 templates/search-form.tpl.php:18
|
6737 |
-
#: templates/search.tpl.php:3
|
6738 |
-
msgctxt "search"
|
6739 |
-
msgid "Search"
|
6740 |
-
msgstr "بحث"
|
6741 |
-
|
6742 |
-
#: templates/deprecated/search.tpl.php:14 templates/search.tpl.php:10
|
6743 |
-
msgctxt "search"
|
6744 |
-
msgid "Search Results"
|
6745 |
-
msgstr "نتائج البحث"
|
6746 |
-
|
6747 |
-
#: templates/deprecated/search.tpl.php:24 templates/manage-listings.tpl.php:8
|
6748 |
-
#: templates/manage_listings.tpl.php:8 templates/search.tpl.php:20
|
6749 |
-
msgctxt "templates"
|
6750 |
-
msgid "Return to directory"
|
6751 |
-
msgstr "العودة إلى الدليل."
|
6752 |
-
|
6753 |
-
#: templates/email/listing-added.tpl.php:2
|
6754 |
-
msgctxt "emails"
|
6755 |
-
msgid ""
|
6756 |
-
"A new listing has been submitted to the directory. Listing details can be "
|
6757 |
-
"found below."
|
6758 |
-
msgstr "تم إضافة إعلان جديد إلى الدليل. يمكن الاطلاع على تفاصيل الإعلان أدناه."
|
6759 |
-
|
6760 |
-
#: templates/email/listing-added.tpl.php:7
|
6761 |
-
#: templates/email/listing-edited.tpl.php:7
|
6762 |
-
msgctxt "notify email"
|
6763 |
-
msgid "ID"
|
6764 |
-
msgstr "المعرف (ID)"
|
6765 |
-
|
6766 |
-
#: templates/email/listing-added.tpl.php:10
|
6767 |
-
#: templates/email/listing-edited.tpl.php:10
|
6768 |
-
msgctxt "notify email"
|
6769 |
-
msgid "Title"
|
6770 |
-
msgstr "العنوان"
|
6771 |
-
|
6772 |
-
#: templates/email/listing-added.tpl.php:13
|
6773 |
-
#: templates/email/listing-edited.tpl.php:13
|
6774 |
-
msgctxt "notify email"
|
6775 |
-
msgid "URL"
|
6776 |
-
msgstr "رابط URL"
|
6777 |
-
|
6778 |
-
#: templates/email/listing-added.tpl.php:13
|
6779 |
-
#: templates/email/listing-edited.tpl.php:13
|
6780 |
-
msgctxt "notify email"
|
6781 |
-
msgid "(not published yet)"
|
6782 |
-
msgstr "(لم تنشر بعد)"
|
6783 |
-
|
6784 |
-
#: templates/email/listing-added.tpl.php:15
|
6785 |
-
#: templates/email/listing-edited.tpl.php:15
|
6786 |
-
msgctxt "notify email"
|
6787 |
-
msgid "Admin URL"
|
6788 |
-
msgstr "رابط URL المدير"
|
6789 |
-
|
6790 |
-
#: templates/email/listing-added.tpl.php:17
|
6791 |
-
#: templates/email/listing-edited.tpl.php:17
|
6792 |
-
msgctxt "notify email"
|
6793 |
-
msgid "Categories"
|
6794 |
-
msgstr "التصنيفات"
|
6795 |
-
|
6796 |
-
#: templates/email/listing-added.tpl.php:20
|
6797 |
-
#: templates/email/listing-edited.tpl.php:20
|
6798 |
-
msgctxt "notify email"
|
6799 |
-
msgid "Posted By"
|
6800 |
-
msgstr "أضيفت بواسطة"
|
6801 |
|
6802 |
-
#: templates/
|
6803 |
-
msgctxt "
|
6804 |
-
msgid ""
|
6805 |
-
"
|
6806 |
-
"found below."
|
6807 |
-
msgstr "تم تحرير إعلان في الدليل مؤخرا. يمكن الاطلاع على تفاصيل الإعلان أدناه."
|
6808 |
|
6809 |
-
#: templates/
|
6810 |
-
msgctxt "
|
6811 |
-
msgid ""
|
6812 |
-
"
|
6813 |
-
"e-mail address on our site."
|
6814 |
-
msgstr ""
|
6815 |
-
"ستجد أدناه مفاتيح الوصول لكافة الإعلانات القوائم مع عنوان بريدك الإلكتروني "
|
6816 |
-
"على موقعنا."
|
6817 |
|
6818 |
-
#: templates/
|
6819 |
-
msgctxt "
|
6820 |
-
msgid "
|
6821 |
-
msgstr "
|
6822 |
|
6823 |
-
#: templates/
|
6824 |
-
msgctxt "
|
6825 |
-
msgid "
|
6826 |
-
msgstr "
|
6827 |
|
6828 |
-
#: templates/
|
6829 |
-
msgctxt "
|
6830 |
-
msgid "
|
6831 |
-
msgstr "
|
6832 |
|
6833 |
-
#: templates/
|
6834 |
-
msgctxt "
|
6835 |
-
msgid ""
|
6836 |
-
"
|
6837 |
-
"logged in contact email."
|
6838 |
-
msgstr ""
|
6839 |
-
"أنت حاليا تسجل دخولك كـ %s. سيتم إرسال رسالتك باستخدام تسجيل دخولك في حساب "
|
6840 |
-
"البريد الإلكتروني."
|
6841 |
|
6842 |
-
#: templates/
|
6843 |
-
msgctxt "
|
6844 |
-
msgid "
|
6845 |
-
msgstr "
|
6846 |
|
6847 |
-
#: templates/
|
6848 |
-
msgctxt "
|
6849 |
-
msgid "
|
6850 |
-
msgstr "
|
6851 |
|
6852 |
-
#: templates/
|
6853 |
-
msgctxt "
|
6854 |
-
msgid "
|
6855 |
-
msgstr "
|
6856 |
|
6857 |
-
#: templates/
|
6858 |
-
msgctxt "
|
6859 |
-
msgid "
|
6860 |
-
msgstr "
|
6861 |
|
6862 |
-
#: templates/
|
6863 |
-
msgctxt "
|
6864 |
-
msgid "
|
6865 |
-
msgstr "
|
6866 |
|
6867 |
-
#: templates/
|
6868 |
-
msgctxt "
|
6869 |
-
msgid "
|
6870 |
-
msgstr "
|
6871 |
|
6872 |
-
#: templates/
|
6873 |
-
msgctxt "
|
6874 |
-
msgid "
|
6875 |
-
msgstr "
|
6876 |
|
6877 |
-
#: templates/
|
6878 |
-
msgctxt "
|
6879 |
-
msgid "
|
6880 |
-
msgstr "
|
6881 |
|
6882 |
-
#: templates/
|
6883 |
-
|
6884 |
-
|
6885 |
-
|
|
|
6886 |
|
6887 |
-
#: templates/
|
6888 |
-
|
6889 |
-
|
6890 |
-
"
|
6891 |
-
"
|
6892 |
-
msgstr ""
|
6893 |
-
"أدناه توجد إعلاناتك الحالية. لتحرير إعلان ما إضغط على زر تحرير. لحذف إعلان "
|
6894 |
-
"ما إضغط على زر حذف."
|
6895 |
|
6896 |
-
#: templates/
|
6897 |
-
msgctxt "
|
6898 |
-
msgid "
|
6899 |
-
msgstr "
|
6900 |
|
6901 |
#: templates/manage-recurring-cancel.tpl.php:1
|
6902 |
msgctxt "manage recurring"
|
@@ -6943,11 +7287,6 @@ msgctxt "manage recurring"
|
|
6943 |
msgid "Listing"
|
6944 |
msgstr "إعلان"
|
6945 |
|
6946 |
-
#: templates/manage-recurring.tpl.php:6
|
6947 |
-
msgctxt "manage subscriptions"
|
6948 |
-
msgid "Subscription / Fee Plan"
|
6949 |
-
msgstr "الاشتراك/رسم الخطة"
|
6950 |
-
|
6951 |
#: templates/manage-recurring.tpl.php:27
|
6952 |
msgctxt "manage recurring"
|
6953 |
msgid "%s each %s days. Next renewal is on %s."
|
@@ -6958,96 +7297,50 @@ msgctxt "manage recurring"
|
|
6958 |
msgid "Cancel recurring payment"
|
6959 |
msgstr "إلغاء الدفع المتكرر"
|
6960 |
|
6961 |
-
#: templates/
|
6962 |
-
|
6963 |
-
|
6964 |
-
|
6965 |
-
|
6966 |
-
#: templates/parts/category-fee-selection.tpl.php:17
|
6967 |
-
msgctxt "templates"
|
6968 |
-
msgid "There are no fees available for this category."
|
6969 |
-
msgstr "لا تتوفر أية رسوم لهذا التصنيف."
|
6970 |
-
|
6971 |
-
#: templates/parts/category-fee-selection.tpl.php:29
|
6972 |
-
#, fuzzy
|
6973 |
-
msgctxt "templates"
|
6974 |
-
msgid "day"
|
6975 |
-
msgid_plural "days"
|
6976 |
-
msgstr[0] "يوم"
|
6977 |
-
msgstr[1] "يوم"
|
6978 |
-
msgstr[2] "يوم"
|
6979 |
-
msgstr[3] "يوم"
|
6980 |
-
msgstr[4] "يوم"
|
6981 |
-
msgstr[5] "يوم"
|
6982 |
-
|
6983 |
-
#: templates/parts/category-fee-selection.tpl.php:47
|
6984 |
-
#, fuzzy
|
6985 |
-
msgctxt "templates"
|
6986 |
-
msgid "%d image"
|
6987 |
-
msgid_plural "%d images"
|
6988 |
-
msgstr[0] "%d صورة"
|
6989 |
-
msgstr[1] "%d صورتين"
|
6990 |
-
msgstr[2] "%d صور"
|
6991 |
-
msgstr[3] "%d صور"
|
6992 |
-
msgstr[4] "%d صور"
|
6993 |
-
msgstr[5] "%d صور"
|
6994 |
-
|
6995 |
-
#: templates/parts/listing-buttons.tpl.php:4
|
6996 |
-
#: templates/parts/listing-buttons.tpl.php:18
|
6997 |
-
msgctxt "templates"
|
6998 |
-
msgid "Edit"
|
6999 |
-
msgstr "تحرير"
|
7000 |
-
|
7001 |
-
#: templates/parts/listing-buttons.tpl.php:7
|
7002 |
-
msgctxt "templates"
|
7003 |
-
msgid "Upgrade Listing"
|
7004 |
-
msgstr "ترقية الإعلان"
|
7005 |
-
|
7006 |
-
#: templates/parts/listing-buttons.tpl.php:10
|
7007 |
-
#: templates/parts/listing-buttons.tpl.php:19
|
7008 |
-
msgctxt "templates"
|
7009 |
-
msgid "Delete"
|
7010 |
-
msgstr "حذف"
|
7011 |
-
|
7012 |
-
#: templates/parts/listing-buttons.tpl.php:10
|
7013 |
-
msgctxt "templates"
|
7014 |
-
msgid "Are you sure you wish to delete this listing?"
|
7015 |
-
msgstr "هل أنت متأكد من أنك تريد حذف هذا الاعلان؟"
|
7016 |
|
7017 |
-
#: templates/
|
7018 |
-
|
7019 |
-
|
|
|
7020 |
|
7021 |
-
#: templates/
|
7022 |
-
msgctxt "
|
7023 |
-
msgid "
|
7024 |
-
msgstr "
|
7025 |
|
7026 |
-
#: templates/
|
7027 |
-
msgctxt "
|
7028 |
msgid ""
|
7029 |
-
"
|
7030 |
-
"
|
7031 |
-
"
|
7032 |
-
msgstr ""
|
7033 |
-
"لم تسجل الدخول حاليا. المرجو تسجيل الدخول أو التسجيل أولاً. عند التسجيل، سوف "
|
7034 |
-
"تتلقى رسالة بريد إلكتروني للتفعيل. يجب التأكد من مراجعة البريد المزعج الخاص "
|
7035 |
-
"بك إذا لم تراه في بريدك الإلكتروني خلال 60 دقيقة."
|
7036 |
|
7037 |
-
#: templates/
|
7038 |
-
msgctxt "
|
7039 |
-
msgid "
|
7040 |
-
|
|
|
|
|
7041 |
|
7042 |
-
#: templates/
|
7043 |
-
msgctxt "
|
7044 |
-
msgid "
|
7045 |
-
msgstr "
|
7046 |
|
7047 |
-
#: templates/
|
7048 |
-
msgctxt "
|
7049 |
-
msgid "
|
7050 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
7051 |
|
7052 |
#: templates/payment/payment_items.tpl.php:5
|
7053 |
msgctxt "payment_items"
|
@@ -7064,30 +7357,6 @@ msgctxt "payment_items"
|
|
7064 |
msgid "Total"
|
7065 |
msgstr "مجموع"
|
7066 |
|
7067 |
-
#: templates/payment-page.tpl.php:17
|
7068 |
-
msgctxt "templates"
|
7069 |
-
msgid "We can not process your payment at this moment. Please try again later."
|
7070 |
-
msgstr ""
|
7071 |
-
"لا يمكن أن نقوم بمعالجة الدفع الخاص بك في هذه اللحظة. المرجو المحاولة مرة "
|
7072 |
-
"أخرى لاحقاً."
|
7073 |
-
|
7074 |
-
#: templates/renew-listing.tpl.php:3
|
7075 |
-
msgctxt "templates"
|
7076 |
-
msgid "Renew Listing"
|
7077 |
-
msgstr "تجديد الإعلان"
|
7078 |
-
|
7079 |
-
#: templates/renew-listing.tpl.php:7
|
7080 |
-
msgctxt "renewal"
|
7081 |
-
msgid "Proceed to Checkout"
|
7082 |
-
msgstr "قم بإنهاء الشراء"
|
7083 |
-
|
7084 |
-
#: templates/renew-listing.tpl.php:10
|
7085 |
-
msgctxt "templates"
|
7086 |
-
msgid ""
|
7087 |
-
"You are about to renew your listing \"%s\" publication inside category \"%s"
|
7088 |
-
"\"."
|
7089 |
-
msgstr "أنت على وشك تجديد الإعلان \"%s\" النشر داخل التصنيف \"%s\"."
|
7090 |
-
|
7091 |
#: templates/renew-listing.tpl.php:15
|
7092 |
msgctxt "WPBDM"
|
7093 |
msgid ""
|
@@ -7097,35 +7366,6 @@ msgstr ""
|
|
7097 |
"المرجو تحديد خيار رسم أو إضغط فوق \"عدم تجديد إعلاني\" لإلغاء التجديد الخاص "
|
7098 |
"بك."
|
7099 |
|
7100 |
-
#: templates/renew-listing.tpl.php:22
|
7101 |
-
#: templates/submit-listing/category-selection.tpl.php:8
|
7102 |
-
#: templates/submit-listing/fee-selection.tpl.php:37
|
7103 |
-
#: templates/submit-listing/images.tpl.php:51
|
7104 |
-
#: templates/submit-listing/listing-fields.tpl.php:34
|
7105 |
-
msgctxt "templates"
|
7106 |
-
msgid "Continue"
|
7107 |
-
msgstr "متابعة"
|
7108 |
-
|
7109 |
-
#: templates/renew-listing.tpl.php:25
|
7110 |
-
msgctxt "renewal"
|
7111 |
-
msgid "Cancel Listing Renewal"
|
7112 |
-
msgstr "إلغاء تجديد الإعلان"
|
7113 |
-
|
7114 |
-
#: templates/renew-listing.tpl.php:26
|
7115 |
-
msgctxt "templates"
|
7116 |
-
msgid "Do not renew my listing"
|
7117 |
-
msgstr "عدم تجديد إعلاني"
|
7118 |
-
|
7119 |
-
#: templates/search-form.tpl.php:3
|
7120 |
-
msgctxt "templates"
|
7121 |
-
msgid "Find a listing"
|
7122 |
-
msgstr "العثور على إعلان"
|
7123 |
-
|
7124 |
-
#: templates/search-form.tpl.php:17
|
7125 |
-
msgctxt "search"
|
7126 |
-
msgid "Clear"
|
7127 |
-
msgstr "مسح"
|
7128 |
-
|
7129 |
#: templates/send-access-keys.tpl.php:5
|
7130 |
msgctxt "send-access-keys"
|
7131 |
msgid "Enter your e-mail address"
|
@@ -7136,196 +7376,16 @@ msgctxt "send-access-keys"
|
|
7136 |
msgid "Continue"
|
7137 |
msgstr "متابعة"
|
7138 |
|
7139 |
-
#: templates/submit-listing/category-selection.tpl.php:1
|
7140 |
-
msgctxt "templates"
|
7141 |
-
msgid "Category Selection"
|
7142 |
-
msgstr "إختيار تصنيف"
|
7143 |
-
|
7144 |
-
#: templates/submit-listing/done.tpl.php:1
|
7145 |
-
msgctxt "templates"
|
7146 |
-
msgid "Submission Received"
|
7147 |
-
msgstr "تم تلقي إضافتك"
|
7148 |
-
|
7149 |
-
#: templates/submit-listing/done.tpl.php:4
|
7150 |
-
msgctxt "templates"
|
7151 |
-
msgid "Your listing has been submitted."
|
7152 |
-
msgstr "تم إضافة إعلانك."
|
7153 |
-
|
7154 |
-
#: templates/submit-listing/done.tpl.php:6
|
7155 |
-
msgctxt "templates"
|
7156 |
-
msgid "Your listing changes were saved."
|
7157 |
-
msgstr "تم حفظ تغييرات إعلانك."
|
7158 |
-
|
7159 |
-
#: templates/submit-listing/done.tpl.php:11
|
7160 |
-
msgctxt "templates"
|
7161 |
-
msgid "Go to your listing"
|
7162 |
-
msgstr "الذهاب إلى إعلانك"
|
7163 |
-
|
7164 |
-
#: templates/submit-listing/done.tpl.php:13
|
7165 |
-
msgctxt "templates"
|
7166 |
-
msgid "Return to directory."
|
7167 |
-
msgstr "الرجوع إلى الدليل."
|
7168 |
-
|
7169 |
-
#: templates/submit-listing/extra-sections.tpl.php:1
|
7170 |
-
msgctxt "templates"
|
7171 |
-
msgid "Additional Information"
|
7172 |
-
msgstr "معلومات اضافية"
|
7173 |
-
|
7174 |
-
#: templates/submit-listing/extra-sections.tpl.php:6
|
7175 |
-
msgctxt "templates"
|
7176 |
-
msgid "Continue with listing submit"
|
7177 |
-
msgstr "تواصل مع إرسال الإعلان"
|
7178 |
-
|
7179 |
-
#: templates/submit-listing/fee-selection.tpl.php:1
|
7180 |
-
msgctxt "templates"
|
7181 |
-
msgid "Fee/Upgrade Selection"
|
7182 |
-
msgstr "تحديد الرسم/الترقية"
|
7183 |
-
|
7184 |
-
#: templates/submit-listing/fee-selection.tpl.php:18
|
7185 |
-
msgctxt "templates"
|
7186 |
-
msgid "Would you like to upgrade your listing to \"%s\" for %s more?"
|
7187 |
-
msgstr "هل ترغب في ترقية إعلانك إلى \"%s\" ل %s أكثر؟"
|
7188 |
-
|
7189 |
-
#: templates/submit-listing/fee-selection.tpl.php:21
|
7190 |
-
msgctxt "templates"
|
7191 |
-
msgid "Yes, upgrade my listing now."
|
7192 |
-
msgstr "نعم، قم بترقية إعلاني الآن."
|
7193 |
-
|
7194 |
-
#: templates/submit-listing/fee-selection.tpl.php:31
|
7195 |
-
msgctxt "submit"
|
7196 |
-
msgid ""
|
7197 |
-
"Would you like to make your fee renew automatically at the end of the period?"
|
7198 |
-
msgstr "هل ترغب في جعل تجديد الرسوم الخاصة بك تلقائية في نهاية الفترة؟"
|
7199 |
-
|
7200 |
-
#: templates/submit-listing/images-single.tpl.php:18
|
7201 |
-
msgctxt "templates"
|
7202 |
-
msgid "Delete Image"
|
7203 |
-
msgstr "حذف الصورة"
|
7204 |
-
|
7205 |
-
#: templates/submit-listing/images-single.tpl.php:25
|
7206 |
-
msgctxt "templates"
|
7207 |
-
msgid "Set this image as the listing thumbnail."
|
7208 |
-
msgstr "تعيين هذه الصورة كصورة مصغرة للإعلان."
|
7209 |
-
|
7210 |
-
#: templates/submit-listing/images-upload-form.tpl.php:16
|
7211 |
-
msgctxt "templates"
|
7212 |
-
msgid "Upload Images"
|
7213 |
-
msgstr "رفع الصور"
|
7214 |
-
|
7215 |
-
#: templates/submit-listing/images-upload-form.tpl.php:21
|
7216 |
-
msgctxt "templates"
|
7217 |
-
msgid "Drop files here"
|
7218 |
-
msgstr "أسقط الملفات هنا"
|
7219 |
-
|
7220 |
#: templates/submit-listing/images-upload-form.tpl.php:22
|
7221 |
msgctxt "templates image upload"
|
7222 |
msgid "or"
|
7223 |
msgstr "أو"
|
7224 |
|
7225 |
-
#: templates/submit-listing/images-upload-form.tpl.php:23
|
7226 |
-
msgctxt "templates"
|
7227 |
-
msgid "Select images from your hard drive"
|
7228 |
-
msgstr "حدد الصور من جهازك"
|
7229 |
-
|
7230 |
-
#: templates/submit-listing/images-upload-form.tpl.php:26
|
7231 |
-
msgctxt "templates"
|
7232 |
-
msgid "Uploading %s file(s)... Please wait."
|
7233 |
-
msgstr "رفع %s ملف (ملفات)... المرجو الانتظار."
|
7234 |
-
|
7235 |
-
#: templates/submit-listing/images-upload-form.tpl.php:29
|
7236 |
-
msgctxt "templates"
|
7237 |
-
msgid ""
|
7238 |
-
"Your image slots are all full at this time. You may click \"Continue\" if "
|
7239 |
-
"you are done, or \"Delete Image\" to upload a new image in place of a "
|
7240 |
-
"current one."
|
7241 |
-
msgstr ""
|
7242 |
-
"أماكن الصورة الخاصة بك ممتلئة في هذا الوقت. يمكنك الضغط فوق \"متابعة\" إذا "
|
7243 |
-
"كنت انتهيت، أو \"حذف الصورة\" لتحميل صورة جديدة بدلاً من الموجودة حاليا."
|
7244 |
-
|
7245 |
-
#: templates/submit-listing/images-upload-form.tpl.php:36
|
7246 |
-
msgctxt "templates"
|
7247 |
-
msgid "Image slots available:"
|
7248 |
-
msgstr "أماكن الصورة المتاحة:"
|
7249 |
-
|
7250 |
-
#: templates/submit-listing/images-upload-form.tpl.php:42
|
7251 |
-
msgctxt "templates"
|
7252 |
-
msgid "File size:"
|
7253 |
-
msgstr "حجم الملف:"
|
7254 |
-
|
7255 |
-
#: templates/submit-listing/images-upload-form.tpl.php:44
|
7256 |
-
#: templates/submit-listing/images-upload-form.tpl.php:51
|
7257 |
-
#: templates/submit-listing/images-upload-form.tpl.php:58
|
7258 |
-
msgctxt "templates"
|
7259 |
-
msgid "No limit"
|
7260 |
-
msgstr "غير محدود"
|
7261 |
-
|
7262 |
-
#: templates/submit-listing/images-upload-form.tpl.php:49
|
7263 |
-
msgctxt "templates"
|
7264 |
-
msgid "Image width:"
|
7265 |
-
msgstr "عرض الصورة:"
|
7266 |
-
|
7267 |
-
#: templates/submit-listing/images-upload-form.tpl.php:56
|
7268 |
-
msgctxt "templates"
|
7269 |
-
msgid "Image height:"
|
7270 |
-
msgstr "ارتفاع الصورة:"
|
7271 |
-
|
7272 |
-
#: templates/submit-listing/images.tpl.php:6
|
7273 |
-
msgctxt "templates"
|
7274 |
-
msgid "Listing Images"
|
7275 |
-
msgstr "صور الإعلانات"
|
7276 |
-
|
7277 |
-
#: templates/submit-listing/images.tpl.php:9
|
7278 |
-
msgctxt "templates"
|
7279 |
-
msgid ""
|
7280 |
-
"There is an image pending upload. Would you still like to continue without "
|
7281 |
-
"saving the image?"
|
7282 |
-
msgstr "هناك صورة تنتظر الرفع. هل مازلت تريد المتابعة بدون حفظ الصورة؟"
|
7283 |
-
|
7284 |
-
#: templates/submit-listing/images.tpl.php:14
|
7285 |
-
msgctxt "templates"
|
7286 |
-
msgid "Current Images"
|
7287 |
-
msgstr "الصور الحالية"
|
7288 |
-
|
7289 |
-
#: templates/submit-listing/images.tpl.php:15
|
7290 |
-
msgctxt "templates"
|
7291 |
-
msgid "There are no images currently attached to your listing."
|
7292 |
-
msgstr "لا توجد أي صور مرفقة حاليا إلى إعلانك."
|
7293 |
-
|
7294 |
-
#: templates/submit-listing/listing-fields.tpl.php:1
|
7295 |
-
msgctxt "templates"
|
7296 |
-
msgid "Listing Information"
|
7297 |
-
msgstr "معلومات حول الإعلان"
|
7298 |
-
|
7299 |
-
#: templates/submit-listing/listing-fields.tpl.php:15
|
7300 |
-
msgctxt "templates"
|
7301 |
-
msgid "* Indicates required fields."
|
7302 |
-
msgstr "* يشير إلى الحقول المطلوبة."
|
7303 |
-
|
7304 |
#: themes/default/templates/excerpt_content.tpl.php:13
|
7305 |
msgctxt "themes/default"
|
7306 |
msgid "Address"
|
7307 |
msgstr "العنوان"
|
7308 |
|
7309 |
-
#. Plugin URI of the plugin/theme
|
7310 |
-
msgid "http://www.businessdirectoryplugin.com"
|
7311 |
-
msgstr "http://www.businessdirectoryplugin.com"
|
7312 |
-
|
7313 |
-
#. Description of the plugin/theme
|
7314 |
-
msgid ""
|
7315 |
-
"Provides the ability to maintain a free or paid business directory on your "
|
7316 |
-
"WordPress powered site."
|
7317 |
-
msgstr ""
|
7318 |
-
"يوفر القدرة للحفاظ على دليل أعمال مجاني أو مدفوع على موقعك المدعوم من "
|
7319 |
-
"ووردبريس."
|
7320 |
-
|
7321 |
-
#. Author of the plugin/theme
|
7322 |
-
msgid "D. Rodenbaugh"
|
7323 |
-
msgstr "D. Rodenbaugh"
|
7324 |
-
|
7325 |
-
#. Author URI of the plugin/theme
|
7326 |
-
msgid "http://businessdirectoryplugin.com"
|
7327 |
-
msgstr "http://businessdirectoryplugin.com"
|
7328 |
-
|
7329 |
#~ msgctxt "WPBDM"
|
7330 |
#~ msgid "Cancel"
|
7331 |
#~ msgstr "إلغاء"
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 4.0.8\n"
|
6 |
+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
+
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2017-07-19 16:03:38+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"
|
18 |
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
|
19 |
"X-Poedit-SourceCharset: UTF-8\n"
|
20 |
|
21 |
+
#: business-directory-plugin.php:1614
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
#, fuzzy
|
23 |
msgid ""
|
24 |
"The directory features are disabled at this time because a <a>manual "
|
27 |
"تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
|
28 |
"يدوية قبل المتابعة."
|
29 |
|
30 |
+
#: business-directory-plugin.php:1621
|
31 |
msgid ""
|
32 |
"The directory is not available at this time. Please try again in a few "
|
33 |
"minutes or contact the administrator if the problem persists."
|
34 |
msgstr ""
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
#: includes/admin/class-admin-listings.php:138
|
37 |
msgid "Listing Information"
|
38 |
msgstr "معلومات حول الإعلان"
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
#: includes/admin/class-admin-listings.php:157
|
41 |
msgid "Payment Status"
|
42 |
msgstr "حالة الدفع"
|
45 |
msgid "Featured (Sticky) Status"
|
46 |
msgstr "حالة مميز (مثبت)"
|
47 |
|
|
|
|
|
|
|
|
|
|
|
48 |
#: includes/admin/class-admin-listings.php:207
|
49 |
#: includes/admin/class-admin-listings.php:290
|
50 |
msgid "Paid"
|
69 |
msgid "Downgrade to %s"
|
70 |
msgstr "الرجوع إلى %s"
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
#: includes/admin/class-admin-listings.php:295
|
73 |
msgid "Unpaid"
|
74 |
msgstr "غير مدفوع"
|
75 |
|
76 |
+
#: includes/admin/class-admin.php:103
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
msgid ""
|
78 |
"Preview is only available after you've saved the first draft. This is due\n"
|
79 |
"to how WordPress stores the data."
|
81 |
"المعاينة متاحة فقط بعد أن تحفظ المسودة الأولى. ويرجع ذلك إلى طريقة حفظ "
|
82 |
"البيانات من طرف ووردبريس."
|
83 |
|
84 |
+
#: includes/admin/csv-import.php:281
|
|
|
85 |
msgid ""
|
86 |
+
"A valid temporary directory with write permissions is required for CSV "
|
87 |
+
"imports to function properly. Your server is using \"%s\" but this path does "
|
88 |
+
"not seem to be writable. Please consult with your host."
|
89 |
msgstr ""
|
90 |
+
"مطلوب مجلد مؤقت صالح مع صلاحية الكتابة لاستيراد CSV لكي يعمل بشكل صحيح. "
|
91 |
+
"الخادم الخاص بك يستخدام \"%s\" ولكن هذا المسار لا يبدو أنه قابل للكتابة. "
|
92 |
+
"يرجى استشارة الاستضافة الخاص بك."
|
|
|
|
|
|
|
|
|
|
|
93 |
|
94 |
+
#: includes/admin/page-debug.php:43
|
95 |
+
msgid "Missing tables: %s"
|
96 |
+
msgstr "الجداول المفقودة: %s"
|
|
|
97 |
|
98 |
+
#: includes/api.php:405
|
99 |
+
msgid "Free"
|
100 |
+
msgstr "مجاني"
|
|
|
101 |
|
102 |
+
#: includes/class-wpbdp.php:34
|
103 |
+
msgid "Edit Listing"
|
104 |
+
msgstr "تحرير الإعلان"
|
|
|
105 |
|
106 |
+
#: includes/class-wpbdp.php:35
|
107 |
+
msgid "New Listing"
|
108 |
+
msgstr "إعلان جديد"
|
|
|
109 |
|
110 |
+
#: includes/class-wpbdp.php:36
|
111 |
+
msgid "View Listing"
|
112 |
+
msgstr "عرض الإعلان"
|
|
|
113 |
|
114 |
+
#: includes/class-wpbdp.php:37
|
115 |
+
msgid "Search Listings"
|
116 |
+
msgstr "البحث في الإعلانات"
|
|
|
117 |
|
118 |
+
#: includes/class-wpbdp.php:38
|
119 |
+
msgid "No listings found"
|
120 |
+
msgstr "لم يتم العثور على إعلانات"
|
|
|
121 |
|
122 |
+
#: includes/class-wpbdp.php:39
|
123 |
+
msgid "No listings found in trash"
|
124 |
+
msgstr "لم يتم العثور على إعلانات في سلة المهملات"
|
|
|
125 |
|
126 |
+
#: includes/class-wpbdp.php:55
|
127 |
+
msgid "Directory Categories"
|
128 |
+
msgstr "تصنيفات الدليل"
|
|
|
129 |
|
130 |
+
#: includes/class-wpbdp.php:56
|
131 |
+
msgid "Directory Category"
|
132 |
+
msgstr "تصنيف الدليل"
|
|
|
133 |
|
134 |
+
#: includes/class-wpbdp.php:67
|
135 |
+
msgid "Directory Tags"
|
136 |
+
msgstr "وسوم الدليل"
|
|
|
137 |
|
138 |
+
#: includes/class-wpbdp.php:68
|
139 |
+
msgid "Directory Tag"
|
140 |
+
msgstr "وسم الدليل"
|
|
|
141 |
|
142 |
+
#: includes/fields/class-fieldtypes-date.php:32
|
143 |
+
msgid "%s (ex. %s)"
|
144 |
+
msgstr "%s (ex. %s)"
|
|
|
145 |
|
146 |
+
#: includes/form-fields.php:318
|
147 |
+
msgid "Business Name"
|
148 |
+
msgstr "الإسم"
|
|
|
149 |
|
150 |
+
#: includes/form-fields.php:320
|
151 |
+
msgid "Business Genre"
|
152 |
+
msgstr "التصنيف"
|
|
|
153 |
|
154 |
+
#: includes/form-fields.php:322
|
155 |
+
msgid "Short Business Description"
|
156 |
+
msgstr "وصف قصير"
|
|
|
157 |
|
158 |
+
#: includes/form-fields.php:324
|
159 |
+
msgid "Long Business Description"
|
160 |
+
msgstr "وصف مطول"
|
|
|
161 |
|
162 |
+
#: includes/form-fields.php:326
|
163 |
+
msgid "Business Website Address"
|
164 |
+
msgstr "عنوان الموقع"
|
|
|
165 |
|
166 |
+
#: includes/form-fields.php:328
|
167 |
+
msgid "Business Phone Number"
|
168 |
+
msgstr "رقم الهاتف"
|
|
|
169 |
|
170 |
+
#: includes/form-fields.php:330
|
171 |
+
msgid "Business Fax"
|
172 |
+
msgstr "رقم الفاكس"
|
|
|
173 |
|
174 |
+
#: includes/form-fields.php:332
|
175 |
+
msgid "Business Contact Email"
|
176 |
+
msgstr "البريد الإلكتروني"
|
|
|
|
|
177 |
|
178 |
+
#: includes/form-fields.php:334
|
179 |
+
msgid "Business Tags"
|
180 |
+
msgstr "الوسوم"
|
|
|
181 |
|
182 |
+
#: includes/form-fields.php:336
|
183 |
+
msgid "Business Address"
|
184 |
+
msgstr "العنوان"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
|
186 |
+
#: includes/form-fields.php:338
|
187 |
+
msgid "ZIP Code"
|
188 |
+
msgstr "الرمز البريدي"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
|
190 |
+
#: includes/gateways/class-gateway-authorize-net.php:19
|
191 |
+
msgid "Activate Authorize.net?"
|
192 |
+
msgstr "تفعيل Authorize.net؟"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
|
194 |
+
#: includes/gateways/class-gateway-authorize-net.php:25
|
195 |
+
msgid "Login ID"
|
196 |
+
msgstr "معرف تسجيل الدخول"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
|
198 |
+
#: includes/gateways/class-gateway-authorize-net.php:29
|
199 |
+
msgid "Transaction Key"
|
200 |
+
msgstr "مفتاح المعاملة"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
|
202 |
+
#: includes/installer.php:1061
|
203 |
+
msgid "Business Directory - Manual Upgrade Required"
|
204 |
+
msgstr "دليل الأعمال - ترقية يدوية مطلوبة"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
|
206 |
+
#: includes/installer.php:1063
|
|
|
207 |
msgid ""
|
208 |
+
"Business Directory features are currently disabled because the plugin needs "
|
209 |
+
"to perform a manual upgrade before continuing."
|
|
|
210 |
msgstr ""
|
211 |
+
"تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
|
212 |
+
"يدوية قبل المتابعة."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
213 |
|
214 |
+
#: includes/installer.php:1065
|
215 |
+
msgid "Perform Manual Upgrade"
|
216 |
+
msgstr "أداء ترقية يدوية"
|
|
|
217 |
|
218 |
+
#: includes/installer.php:1081 includes/installer.php:1082
|
219 |
+
#: includes/installer.php:1093
|
220 |
+
msgid "Business Directory - Manual Upgrade"
|
221 |
+
msgstr "دليل الأعمال - ترقية يدوية"
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
|
223 |
+
#: includes/installer.php:1097
|
224 |
+
msgid ""
|
225 |
+
"Business Directory features are currently disabled because the plugin needs "
|
226 |
+
"to perform a manual upgrade before it can be used."
|
227 |
+
msgstr ""
|
228 |
+
"تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
|
229 |
+
"يدوية قبل أن تصلح للاستخدام."
|
230 |
|
231 |
+
#: includes/installer.php:1099
|
232 |
+
msgid "Click \"Start Upgrade\" and wait until the process finishes."
|
233 |
+
msgstr "إضغط على \"إبدأ الترقية\" وانتظر حتى انتهاء العملية."
|
|
|
234 |
|
235 |
+
#: includes/installer.php:1148
|
236 |
+
msgid "Business Directory - Installation Failed"
|
237 |
+
msgstr "دليل الأعمال - ترقية يدوية"
|
|
|
238 |
|
239 |
+
#: includes/installer.php:1150
|
|
|
240 |
msgid ""
|
241 |
+
"Business Directory installation failed. An exception with following message "
|
242 |
+
"was generated:"
|
243 |
msgstr ""
|
|
|
|
|
244 |
|
245 |
+
#: includes/installer.php:1155
|
246 |
+
msgid "Please <contact-link>contact customer support</a>."
|
|
|
|
|
|
|
247 |
msgstr ""
|
|
|
|
|
248 |
|
249 |
+
#: includes/payment.php:123
|
|
|
250 |
msgid ""
|
251 |
+
"BD detected PayFast and another gateway were enabled. This setup is not "
|
252 |
+
"recommended due to PayFast supporting only ZAR and the other gateways not "
|
253 |
+
"supporting this currency."
|
254 |
msgstr ""
|
255 |
+
"اكتشف دليل الأعمال أن PayFast وبوابة أخرى مشغلة. لا ينصح هذا الإعداد بسبب أن "
|
256 |
+
"PayFast يدعم فقط عملة ZAR (راند جنوب أفريقيا) والبوابات الأخرى لا تدعم هذه "
|
257 |
+
"العملة."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
258 |
|
259 |
+
#: includes/payment.php:127
|
|
|
260 |
msgid ""
|
261 |
+
"You have recurring renewal of listing fees enabled but the payment gateways "
|
262 |
+
"installed don't support recurring payments. Until a gateway that supports "
|
263 |
+
"recurring payments (such as PayPal) is enabled automatic renewals will be "
|
264 |
+
"disabled."
|
265 |
msgstr ""
|
266 |
+
"عمليات التجديد المتكررة لرسوم الإعلانات مشغلة لديك ولكن بوابات الدفع المثبتة "
|
267 |
+
"لا تدعم الدفعات المتكررة. حتى يتم تشغيل بوابة تدعم الدفعات المتكررة (مثل باي "
|
268 |
+
"بال PayPal) سيتم تعطيل التجديد التلقائي."
|
269 |
|
270 |
+
#: includes/payment.php:135
|
|
|
271 |
msgid ""
|
272 |
+
"You have payments enabled but there are no fees available. Users won't be "
|
273 |
+
"able to post listings. Please <a href=\"fees\">create some fees</a> or <a "
|
274 |
+
"href=\"settings\">configure the Directory</a> to operate in \"Free Mode\"."
|
275 |
msgstr ""
|
276 |
+
"المدفوعات ممكَّنة لديك ولكن ليس هناك أي رسوم متاحة. الأعضاء لن يكونوا قادرين "
|
277 |
+
"على إضافة إعلانات. يرجى <a href=\"fees\">إنشاء بعض الرسوم</a> أو <a href="
|
278 |
+
"\"settings\">إعداد الدليل</a> للعمل في \"الوضع المجاني\"."
|
279 |
|
280 |
+
#: includes/templates-ui.php:235
|
281 |
+
msgid "Directory"
|
282 |
+
msgstr "الدليل"
|
|
|
283 |
|
284 |
+
#: includes/templates-ui.php:242
|
285 |
+
msgid "View All Listings"
|
286 |
+
msgstr "مشاهدة جميع الإعلانات"
|
|
|
287 |
|
288 |
+
#: includes/templates-ui.php:249
|
289 |
+
msgid "Create A Listing"
|
290 |
+
msgstr "إنشاء إعلان"
|
|
|
291 |
|
292 |
+
#: includes/views/listing_contact.php:163
|
293 |
+
msgid "l F j, Y \\a\\t g:i a"
|
294 |
+
msgstr "l F j, Y \\a\\t g:i a"
|
|
|
295 |
|
296 |
+
#: templates/admin/csv-import-progress.tpl.php:26
|
297 |
+
msgid "Import Progress"
|
298 |
+
msgstr "تقدم الاستيراد"
|
|
|
|
|
|
|
|
|
|
|
299 |
|
300 |
+
#. Plugin Name of the plugin/theme
|
301 |
+
msgid "Business Directory Plugin"
|
302 |
+
msgstr "Business Directory Plugin"
|
|
|
|
|
|
|
|
|
|
|
303 |
|
304 |
+
#: templates/admin/home.tpl.php:25
|
305 |
+
msgid "Configure/Manage Options"
|
306 |
+
msgstr "خيارات الإعداد/الإدارة"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
307 |
|
308 |
+
#: templates/admin/home.tpl.php:28
|
309 |
+
msgid "Setup/Manage Form Fields"
|
310 |
+
msgstr "حقول استمارة التثبيت/الإدارة"
|
|
|
311 |
|
312 |
+
#: templates/admin/home.tpl.php:31
|
313 |
+
msgid "Setup/Manage Fees"
|
314 |
+
msgstr "إعداد/إدارة الرسوم"
|
|
|
315 |
|
316 |
+
#: templates/admin/home.tpl.php:37
|
317 |
+
msgid "Featured Listings Pending Upgrade"
|
318 |
+
msgstr "إعلانات مميزة تنتظر الترقية "
|
|
|
319 |
|
320 |
+
#: templates/admin/home.tpl.php:44
|
321 |
+
msgid "Manage Paid Listings"
|
322 |
+
msgstr "إدارة الإعلانات المدفوعة"
|
|
|
323 |
|
324 |
+
#: templates/admin/settings-reset.tpl.php:2
|
325 |
+
msgid "Business Directory - Reset Defaults"
|
326 |
+
msgstr "دليل الأعمال - إعادة تعيين الافتراضي"
|
|
|
|
|
327 |
|
328 |
+
#: templates/admin/settings-reset.tpl.php:10
|
|
|
329 |
msgid ""
|
330 |
+
"Use this option if you want to go back to the original factory settings for "
|
331 |
+
"BD."
|
332 |
msgstr ""
|
333 |
+
"استخدم هذا الخيار إذا كنت تريد العودة إلى إعدادات المصنع الأصلية لدليل "
|
334 |
+
"الأعمال."
|
335 |
|
336 |
+
#: templates/admin/settings-reset.tpl.php:11
|
337 |
+
msgid "Please note that all of your existing settings will be lost."
|
338 |
+
msgstr "يرجى ملاحظة أنه سيتم فقدان كافة الإعدادات الحالية الخاصة بك."
|
|
|
|
|
|
|
|
|
|
|
|
|
339 |
|
340 |
+
#: templates/admin/settings-reset.tpl.php:17
|
341 |
+
msgid "Reset Defaults"
|
342 |
+
msgstr "إعادة تعيين الوضع الافتراضي"
|
|
|
|
|
|
|
|
|
|
|
343 |
|
344 |
+
#: templates/admin/settings.tpl.php:2
|
345 |
+
msgid "Business Directory Settings"
|
346 |
+
msgstr "إعدادات دليل الأعمال"
|
|
|
347 |
|
348 |
+
#: templates/admin/settings.tpl.php:21
|
349 |
+
msgid "Settings updated."
|
350 |
+
msgstr "تم تحديث الإعدادات"
|
|
|
351 |
|
352 |
+
#: templates/parts/listing-buttons.tpl.php:13
|
353 |
+
msgid "← Back to Directory"
|
354 |
+
msgstr "← الرجوع إلى الدليل"
|
355 |
+
|
356 |
+
#. Plugin URI of the plugin/theme
|
357 |
+
msgid "http://www.businessdirectoryplugin.com"
|
358 |
+
msgstr "http://www.businessdirectoryplugin.com"
|
359 |
+
|
360 |
+
#. Description of the plugin/theme
|
361 |
msgid ""
|
362 |
+
"Provides the ability to maintain a free or paid business directory on your "
|
363 |
+
"WordPress powered site."
|
364 |
msgstr ""
|
365 |
+
"يوفر القدرة للحفاظ على دليل أعمال مجاني أو مدفوع على موقعك المدعوم من "
|
366 |
+
"ووردبريس."
|
|
|
|
|
|
|
|
|
|
|
367 |
|
368 |
+
#. Author of the plugin/theme
|
369 |
+
msgid "D. Rodenbaugh"
|
370 |
+
msgstr "D. Rodenbaugh"
|
|
|
371 |
|
372 |
+
#. Author URI of the plugin/theme
|
373 |
+
msgid "http://businessdirectoryplugin.com"
|
374 |
+
msgstr "http://businessdirectoryplugin.com"
|
|
|
375 |
|
376 |
+
#: business-directory-plugin.php:602
|
377 |
#, fuzzy
|
378 |
+
msgctxt "listing image upload"
|
379 |
+
msgid "Can not upload any more images for this listing."
|
380 |
+
msgstr "التصنيفات لهذا الإعلان"
|
|
|
|
|
|
|
|
|
|
|
381 |
|
382 |
+
#: business-directory-plugin.php:716
|
383 |
+
msgctxt "admin plugins"
|
384 |
+
msgid "Settings"
|
385 |
+
msgstr "الإعدادات"
|
386 |
|
387 |
+
#: business-directory-plugin.php:824 business-directory-plugin.php:831
|
388 |
+
msgctxt "rss feed"
|
389 |
+
msgid "%s Feed"
|
390 |
+
msgstr "تغذية %s"
|
391 |
|
392 |
+
#: business-directory-plugin.php:1182 includes/views/submit_listing.php:10
|
393 |
+
#: includes/views/view-submit-listing.php:58
|
394 |
+
msgctxt "views"
|
395 |
+
msgid "Submit A Listing"
|
396 |
+
msgstr "إضافة إعلان"
|
|
|
397 |
|
398 |
+
#: includes/views/all_listings.php:6
|
399 |
+
msgctxt "views"
|
400 |
+
msgid "View All Listings"
|
401 |
+
msgstr "عرض جميع الإعلانات"
|
|
|
402 |
|
403 |
+
#: includes/views/search.php:8
|
404 |
+
msgctxt "views"
|
405 |
+
msgid "Find A Listing"
|
406 |
+
msgstr "العثور على إعلان"
|
407 |
|
408 |
+
#: includes/views/view-submit-listing.php:58
|
409 |
+
msgctxt "views"
|
410 |
+
msgid "Edit Your Listing"
|
411 |
+
msgstr "تحرير إعلانك"
|
412 |
|
413 |
+
#: business-directory-plugin.php:1187
|
414 |
+
msgctxt "title"
|
415 |
+
msgid "Find a Listing"
|
416 |
+
msgstr "العثور على إعلان"
|
417 |
|
418 |
+
#: business-directory-plugin.php:1192
|
419 |
+
msgctxt "title"
|
420 |
+
msgid "View All Listings"
|
421 |
+
msgstr "عرض جميع الإعلانات"
|
422 |
|
423 |
+
#: business-directory-plugin.php:1221
|
424 |
+
msgctxt "title"
|
425 |
+
msgid "Listings tagged: %s"
|
426 |
+
msgstr "إعلانات ذات وسم: %s"
|
427 |
|
428 |
+
#: includes/admin/class-admin-listings.php:40
|
429 |
+
msgctxt "admin category filter"
|
430 |
+
msgid "All categories"
|
431 |
+
msgstr "جميع التصنيفات"
|
432 |
|
433 |
+
#: includes/admin/class-admin-listings.php:133
|
434 |
+
msgctxt "admin listings"
|
435 |
+
msgid ""
|
436 |
+
"This listing doesn't have any category assigned. At least one category (and "
|
437 |
+
"its respective fee) is required in order to determine the features available "
|
438 |
+
"to this listing, as well as handling renewals."
|
439 |
+
msgstr ""
|
440 |
+
"هذا الإعلان لا يملك أي تصنيف معين. تصنيف واحد على الأقل (والرسوم الخاصة "
|
441 |
+
"به) مطلوب من أجل تحديد الميزات المتوفرة لهذا الإعلان، زائد التعامل مع تجديد "
|
442 |
+
"الاشتراك."
|
443 |
|
444 |
+
#: includes/admin/class-admin-listings.php:145
|
445 |
+
msgctxt "admin"
|
446 |
+
msgid "Listing Fields / Images"
|
447 |
+
msgstr "حقول / صور الإعلان"
|
448 |
|
449 |
+
#: includes/admin/class-admin-listings.php:156
|
450 |
+
msgctxt "admin"
|
451 |
+
msgid "Categories"
|
452 |
+
msgstr "التصنيفات"
|
453 |
|
454 |
+
#: includes/admin/class-admin-listings.php:189
|
455 |
+
msgctxt "admin"
|
456 |
+
msgid "(Listing expired in this category)"
|
457 |
+
msgstr "(إعلان منتهي الصلاحية في هذا التصنيف)"
|
458 |
+
|
459 |
+
#: includes/admin/class-admin-listings.php:305
|
460 |
+
msgctxt "admin"
|
461 |
+
msgid "Expired"
|
462 |
+
msgstr "منتهي الصلاحية"
|
463 |
+
|
464 |
+
#: includes/admin/class-admin.php:165
|
465 |
+
msgctxt "admin"
|
466 |
+
msgid "Business Directory"
|
467 |
+
msgstr "دليل الأعمال"
|
468 |
+
|
469 |
+
#: includes/admin/class-admin.php:176
|
470 |
+
msgctxt "admin"
|
471 |
+
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
472 |
+
msgstr "أنت مستعد. قم بزيارة صفحة <a>دليل الأعمال</a> الجديدة."
|
473 |
+
|
474 |
+
#: includes/admin/class-admin.php:519
|
475 |
+
msgctxt "admin"
|
476 |
+
msgid "Dismiss this notice."
|
477 |
+
msgstr "إخفاء هذا التنبيه."
|
478 |
+
|
479 |
+
#: includes/admin/class-admin.php:547
|
480 |
+
msgctxt "admin"
|
481 |
+
msgid "The listing has been published."
|
482 |
+
msgid_plural "The listings have been published."
|
483 |
+
msgstr[0] "تم نشر الإعلان."
|
484 |
+
msgstr[1] "تم نشر الإعلان."
|
485 |
+
msgstr[2] "تم نشر الإعلانين."
|
486 |
+
msgstr[3] "تم نشر الإعلانات."
|
487 |
+
msgstr[4] "تم نشر الإعلانات."
|
488 |
+
msgstr[5] "تم نشر الإعلانات."
|
489 |
+
|
490 |
+
#: includes/admin/class-admin.php:565
|
491 |
+
msgctxt "admin"
|
492 |
+
msgid "The listing status has been set as paid."
|
493 |
+
msgid_plural "The listings status has been set as paid."
|
494 |
+
msgstr[0] "تم تعيين الإعلان مدفوع."
|
495 |
+
msgstr[1] "تم تعيين الإعلان مدفوع."
|
496 |
+
msgstr[2] "تم تعيين الإعلانين مدفوعان."
|
497 |
+
msgstr[3] "تم تعيين الإعلانات مدفوعة."
|
498 |
+
msgstr[4] "تم تعيين الإعلانات مدفوعة."
|
499 |
+
msgstr[5] "تم تعيين الإعلانات مدفوعة."
|
500 |
+
|
501 |
+
#: includes/admin/class-admin.php:571
|
502 |
+
msgctxt "admin"
|
503 |
+
msgid ""
|
504 |
+
"Only invoices containing non-recurring items were marked as paid. Please "
|
505 |
+
"review the <a>Transactions</a> tab for the listing to manage recurring items "
|
506 |
+
"or check the gateway's backend."
|
507 |
+
msgid_plural ""
|
508 |
+
"Only invoices containing non-recurring items were marked as paid. Recurring "
|
509 |
+
"payments have to be managed through the gateway."
|
510 |
+
msgstr[0] ""
|
511 |
+
"فقط الفواتير التي تحتوي على البنود غير المتكررة تسجل كمدفوعة. الرجاء مراجعة "
|
512 |
+
"التبويب <a>معاملات مالية</a> للإعلانات لإدارة البنود المتكررة أو التحقق من "
|
513 |
+
"لوحة التحكم الخاصة بك."
|
514 |
+
msgstr[1] ""
|
515 |
+
"فقط الفواتير التي تحتوي على البنود غير المتكررة تسجل كمدفوعة. الرجاء مراجعة "
|
516 |
+
"التبويب <a>معاملات مالية</a> للإعلانات لإدارة البنود المتكررة أو التحقق من "
|
517 |
+
"لوحة التحكم الخاصة بك."
|
518 |
+
msgstr[2] ""
|
519 |
+
"فقط الفواتير التي تحتوي على البنود غير المتكررة تسجل كمدفوعة. المدفوعات "
|
520 |
+
"المتكررة يجب إدارتها من خلال لوحة التحكم الخاصة بك."
|
521 |
+
msgstr[3] ""
|
522 |
+
"فقط الفواتير التي تحتوي على البنود غير المتكررة تسجل كمدفوعة. المدفوعات "
|
523 |
+
"المتكررة يجب إدارتها من خلال لوحة التحكم الخاصة بك."
|
524 |
+
msgstr[4] ""
|
525 |
+
"فقط الفواتير التي تحتوي على البنود غير المتكررة تسجل كمدفوعة. المدفوعات "
|
526 |
+
"المتكررة يجب إدارتها من خلال لوحة التحكم الخاصة بك."
|
527 |
+
msgstr[5] ""
|
528 |
+
"فقط الفواتير التي تحتوي على البنود غير المتكررة تسجل كمدفوعة. المدفوعات "
|
529 |
+
"المتكررة يجب إدارتها من خلال لوحة التحكم الخاصة بك."
|
530 |
+
|
531 |
+
#: includes/admin/class-admin.php:590
|
532 |
+
msgctxt "admin"
|
533 |
+
msgid "The listing has been modified."
|
534 |
+
msgid_plural "The listings have been modified."
|
535 |
+
msgstr[0] "تم تعديل الإعلان."
|
536 |
+
msgstr[1] "تم تعديل الإعلان."
|
537 |
+
msgstr[2] "تم تعديل الإعلانين."
|
538 |
+
msgstr[3] "تم تعديل الإعلانات."
|
539 |
+
msgstr[4] "تم تعديل الإعلانات."
|
540 |
+
msgstr[5] "تم تعديل الإعلانات."
|
541 |
+
|
542 |
+
#: includes/admin/class-admin.php:603
|
543 |
+
msgctxt "admin"
|
544 |
+
msgid "The listing has been upgraded."
|
545 |
+
msgid_plural "The listings have been upgraded."
|
546 |
+
msgstr[0] "تمت ترقية الإعلان."
|
547 |
+
msgstr[1] "تمت ترقية الإعلان."
|
548 |
+
msgstr[2] "تمت ترقية الإعلانين."
|
549 |
+
msgstr[3] "تمت ترقية الإعلانات."
|
550 |
+
msgstr[4] "تمت ترقية الإعلانات."
|
551 |
+
msgstr[5] "تمت ترقية الإعلانات."
|
552 |
+
|
553 |
+
#: includes/admin/class-admin.php:615
|
554 |
+
msgctxt "admin"
|
555 |
+
msgid "The listing has been downgraded."
|
556 |
+
msgid_plural "The listings have been downgraded."
|
557 |
+
msgstr[0] "تم خفض اشتراك الإعلان."
|
558 |
+
msgstr[1] "تم خفض اشتراك الإعلان."
|
559 |
+
msgstr[2] "تم خفض اشتراك الإعلانين."
|
560 |
+
msgstr[3] "تم خفض اشتراك الإعلانات."
|
561 |
+
msgstr[4] "تم خفض اشتراك الإعلانات."
|
562 |
+
msgstr[5] "تم خفض اشتراك الإعلانات."
|
563 |
+
|
564 |
+
#: includes/admin/class-admin.php:631
|
565 |
+
msgctxt "admin"
|
566 |
+
msgid "The transaction has been approved."
|
567 |
+
msgstr "تمت الموافقة على المعاملة."
|
568 |
+
|
569 |
+
#: includes/admin/class-admin.php:641
|
570 |
+
msgctxt "admin"
|
571 |
+
msgid "The transaction has been rejected."
|
572 |
+
msgstr "المعاملة رفضت."
|
573 |
+
|
574 |
+
#: includes/admin/class-admin.php:647
|
575 |
+
msgctxt "admin"
|
576 |
+
msgid "The fee was successfully assigned."
|
577 |
+
msgstr "تم تعيين الرسوم بنجاح."
|
578 |
+
|
579 |
+
#: includes/admin/class-admin.php:656
|
580 |
+
msgctxt "admin"
|
581 |
+
msgid "Listing was renewed."
|
582 |
+
msgid_plural "Listings were renewed."
|
583 |
+
msgstr[0] "تم تجديد الإعلان."
|
584 |
+
msgstr[1] "تم تجديد الإعلان."
|
585 |
+
msgstr[2] "تم تجديد الإعلانين."
|
586 |
+
msgstr[3] "تم تجديد الإعلانات."
|
587 |
+
msgstr[4] "تم تجديد الإعلانات."
|
588 |
+
msgstr[5] "تم تجديد الإعلانات."
|
589 |
+
|
590 |
+
#: includes/admin/class-admin.php:663
|
591 |
+
msgctxt "admin"
|
592 |
+
msgid "Renewal email sent."
|
593 |
+
msgstr "تم إرسال بريد التجديد."
|
594 |
+
|
595 |
+
#: includes/admin/class-admin.php:720 includes/admin/class-admin.php:726
|
596 |
+
msgctxt "admin"
|
597 |
+
msgid "Listing Count"
|
598 |
+
msgstr "عدد الإعلانات"
|
599 |
+
|
600 |
+
#: includes/admin/class-admin.php:835
|
601 |
+
msgctxt "admin"
|
602 |
+
msgid ""
|
603 |
+
"<b>Business Directory Plugin</b> requires fields with the following "
|
604 |
+
"associations in order to work correctly: <b>%s</b>."
|
605 |
+
msgstr ""
|
606 |
+
"<b>إضافة دليل الأعمال</b> تتطلب حقول مع المرتبطات التالية بالترتيب لكي تعمل "
|
607 |
+
"بشكل صحيح: <b>%s</b>."
|
608 |
+
|
609 |
+
#: includes/admin/class-admin.php:837
|
610 |
+
msgctxt "admin"
|
611 |
+
msgid ""
|
612 |
+
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
613 |
+
"association in order to work correctly."
|
614 |
+
msgstr ""
|
615 |
+
"<b>إضافة دليل الأعمال</b> تتطلب حقل مع <b>%s</b> المرتبطات التالية بالترتيب "
|
616 |
+
"لكي تعمل بشكل صحيح."
|
617 |
+
|
618 |
+
#: includes/admin/class-admin.php:841
|
619 |
+
msgctxt "admin"
|
620 |
+
msgid ""
|
621 |
+
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
622 |
+
"or let Business Directory do this for you automatically."
|
623 |
+
msgstr ""
|
624 |
+
"يمكنك إنشاء هذه الحقول المخصصة بنفسك داخل \"إدارة الحقول\" أو السماح لدليل "
|
625 |
+
"الأعمال للقيام بذلك نيابة عنك تلقائياً."
|
626 |
+
|
627 |
+
#: includes/admin/class-admin.php:845
|
628 |
+
msgctxt "admin"
|
629 |
+
msgid "Go to \"Manage Form Fields\""
|
630 |
+
msgstr "إنتقل إلى \"إدارة حقول\""
|
631 |
+
|
632 |
+
#: includes/admin/class-admin.php:848
|
633 |
+
msgctxt "admin"
|
634 |
+
msgid "Create these required fields for me"
|
635 |
+
msgstr "إنشاء هذه الحقول المطلوبة نيابة عني"
|
636 |
+
|
637 |
+
#: includes/admin/class-admin.php:857
|
638 |
+
msgctxt "admin"
|
639 |
+
msgid ""
|
640 |
+
"<b>Business Directory Plugin</b> requires a page with the "
|
641 |
+
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
642 |
+
msgstr ""
|
643 |
+
"<b>إضافة دليل الأعمال</b> تتطلب صفحة فيها الكود القصير "
|
644 |
+
"<tt>[businessdirectory]</tt> لكي تعمل بشكل صحيح."
|
645 |
+
|
646 |
+
#: includes/admin/class-admin.php:859
|
647 |
+
msgctxt "admin"
|
648 |
+
msgid ""
|
649 |
+
"You can create this page by yourself or let Business Directory do this for "
|
650 |
+
"you automatically."
|
651 |
+
msgstr ""
|
652 |
+
"يمكنك إنشاء هذه الصفحة بنفسك أو ترك دليل الأعمال القيام بذلك نيابة عنك "
|
653 |
+
"تلقائياً."
|
654 |
+
|
655 |
+
#: includes/admin/class-admin.php:863
|
656 |
+
msgctxt "admin"
|
657 |
+
msgid "Create required pages for me"
|
658 |
+
msgstr "إنشاء الصفحات المطلوب نيابة عني"
|
659 |
+
|
660 |
+
#: includes/admin/class-admin.php:940
|
661 |
+
msgctxt "admin"
|
662 |
+
msgid ""
|
663 |
+
"We noticed you want your Business Directory users to register before posting "
|
664 |
+
"listings, but Registration for your site is currently disabled. Go [here] "
|
665 |
+
"and check \"Anyone can register\" to make sure BD works properly."
|
666 |
+
msgstr ""
|
667 |
+
"لاحظنا أنك تريد من أعضاء دليل الأعمال التسجيل قبل نشر الإعلانات، ولكنك حاليا "
|
668 |
+
"تعطل التسجيل في موقعك. إذهب [هنا] واختر \"السماح بالتسجيل\" لجعل دليل "
|
669 |
+
"الأعمال يعمل بشكل صحيح."
|
670 |
+
|
671 |
+
#: includes/admin/helpers/listing-metabox.php:11
|
672 |
+
msgctxt "admin"
|
673 |
+
msgid "General"
|
674 |
+
msgstr "عام"
|
675 |
+
|
676 |
+
#: includes/admin/helpers/listing-metabox.php:12
|
677 |
+
msgctxt "admin"
|
678 |
+
msgid "Fee Details"
|
679 |
+
msgstr "تفاصيل الرسوم"
|
680 |
+
|
681 |
+
#: includes/admin/helpers/listing-metabox.php:13
|
682 |
+
msgctxt "admin"
|
683 |
+
msgid "Transactions"
|
684 |
+
msgstr "المعاملات المالية"
|
685 |
+
|
686 |
+
#: includes/payment.php:119
|
687 |
+
msgctxt "admin"
|
688 |
+
msgid ""
|
689 |
+
"You have payments turned on but no gateway is active and properly "
|
690 |
+
"configured. Go to <a href=\"%s\">Manage Options - Payment</a> to change the "
|
691 |
+
"payment settings. Until you change this, the directory will operate in "
|
692 |
+
"<i>Free Mode</i>."
|
693 |
+
msgstr ""
|
694 |
+
"لديك مدفوعات مشغلة ولكن لا توجد بوابة مفعلة ومعدة بشكل صحيح. إذهب إلى <a "
|
695 |
+
"href=\"%s\">إدارة الخيارات - الدفع</a> لتغيير إعدادات الدفع. حتى تقوم بتغيير "
|
696 |
+
"ذلك، فإن الدليل سيعمل بـ <i>الوضع المجاني.</i>"
|
697 |
+
|
698 |
+
#: includes/payment.php:538
|
699 |
+
msgctxt "admin"
|
700 |
+
msgid "Pending Abandonment"
|
701 |
+
msgstr "في انتظار التخلي"
|
702 |
+
|
703 |
+
#: includes/payment.php:543
|
704 |
+
msgctxt "admin"
|
705 |
+
msgid "Abandoned"
|
706 |
+
msgstr "متخلى عنه"
|
707 |
+
|
708 |
+
#: templates/admin/listing-metabox-transactions.tpl.php:10
|
709 |
+
msgctxt "admin"
|
710 |
+
msgid "Payments History"
|
711 |
+
msgstr "سجل المدفوعات"
|
712 |
+
|
713 |
+
#: includes/admin/class-admin-listings.php:239
|
714 |
+
#: includes/admin/class-admin-listings.php:418
|
715 |
+
msgctxt "admin actions"
|
716 |
+
msgid "Upgrade to Featured"
|
717 |
+
msgstr "ترقية إلى الخطة المميزة"
|
718 |
+
|
719 |
+
#: includes/admin/class-admin-listings.php:354
|
720 |
+
msgctxt "admin actions"
|
721 |
+
msgid "Edit Listing"
|
722 |
+
msgstr "تحرير الإعلان"
|
723 |
+
|
724 |
+
#: includes/admin/class-admin-listings.php:357
|
725 |
+
msgctxt "admin actions"
|
726 |
+
msgid "Delete Listing"
|
727 |
+
msgstr "حذف الإعلان"
|
728 |
+
|
729 |
+
#: includes/admin/class-admin-listings.php:416
|
730 |
+
msgctxt "admin actions"
|
731 |
+
msgid "Publish Listing"
|
732 |
+
msgstr "نشر إعلان"
|
733 |
+
|
734 |
+
#: includes/admin/class-admin-listings.php:419
|
735 |
+
msgctxt "admin actions"
|
736 |
+
msgid "Downgrade to Normal"
|
737 |
+
msgstr "الرجوع إلى النظام العادي"
|
738 |
+
|
739 |
+
#: includes/admin/class-admin-listings.php:421
|
740 |
+
msgctxt "admin actions"
|
741 |
+
msgid "Mark as Paid"
|
742 |
+
msgstr "إجعلها مدفوعة"
|
743 |
+
|
744 |
+
#: includes/admin/class-admin-listings.php:423
|
745 |
+
msgctxt "admin actions"
|
746 |
+
msgid "Renew Listing"
|
747 |
+
msgstr "تجديد الإعلان"
|
748 |
+
|
749 |
+
#: includes/admin/class-admin.php:136
|
750 |
+
msgctxt "drip pointer"
|
751 |
+
msgid ""
|
752 |
+
"Find out how to create a compelling, thriving business directory from "
|
753 |
+
"scratch in this ridiculously actionable (and FREE) 5-part email course. Get "
|
754 |
+
"a FREE premium module just for signing up."
|
755 |
+
msgstr ""
|
756 |
+
"تعرف على كيفية إنشاء دليل أعمال مقنع ومزدهر انطلاقا من الصفر في هذه الدروس "
|
757 |
+
"(مجانا) مكونة من 5 أجزاء (ترسل عبر البريد الإلكتروني). أحصل على وحدة ممتازة "
|
758 |
+
"(premium module) مجانا بمجرد تسجيلك."
|
759 |
+
|
760 |
+
#: includes/admin/class-admin.php:138
|
761 |
+
msgctxt "drip pointer"
|
762 |
+
msgid "Email Address:"
|
763 |
+
msgstr "عنوان البريد الإلكتروني:"
|
764 |
+
|
765 |
+
#: includes/admin/class-admin.php:144
|
766 |
+
msgctxt "drip pointer"
|
767 |
+
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
768 |
+
msgstr "هل تريد معرفة \"أسرار بناء\" \"دليل أعمال مدهش\"؟"
|
769 |
+
|
770 |
+
#: includes/admin/class-admin.php:146
|
771 |
+
msgctxt "drip pointer"
|
772 |
+
msgid "Yes, please!"
|
773 |
+
msgstr "نعم، من فضلك!"
|
774 |
+
|
775 |
+
#: includes/admin/class-admin.php:148
|
776 |
+
msgctxt "drip pointer"
|
777 |
+
msgid "No, thanks"
|
778 |
+
msgstr "لا، شكرًا"
|
779 |
+
|
780 |
+
#: includes/admin/class-admin.php:197
|
781 |
+
msgctxt "drip pointer"
|
782 |
+
msgid "Invalid e-mail address."
|
783 |
+
msgstr "عنوان البريد الإلكتروني غير صالح!"
|
784 |
+
|
785 |
+
#: includes/admin/class-admin.php:231
|
786 |
+
msgctxt "admin menu"
|
787 |
+
msgid "Business Directory Admin"
|
788 |
+
msgstr "مدير دليل الأعمال"
|
789 |
+
|
790 |
+
#: includes/admin/class-admin.php:232
|
791 |
+
msgctxt "admin menu"
|
792 |
+
msgid "Dir. Admin"
|
793 |
+
msgstr "مدير الدليل"
|
794 |
+
|
795 |
+
#: includes/admin/class-admin.php:232
|
796 |
+
msgctxt "admin menu"
|
797 |
+
msgid "Directory Admin"
|
798 |
+
msgstr "مدير الدليل"
|
799 |
+
|
800 |
+
#: includes/admin/class-admin.php:238 includes/admin/class-admin.php:239
|
801 |
+
msgctxt "admin menu"
|
802 |
+
msgid "Add New Listing"
|
803 |
+
msgstr "إضافة إعلان جديد"
|
804 |
+
|
805 |
+
#: includes/admin/class-admin.php:244 includes/admin/class-admin.php:245
|
806 |
+
msgctxt "admin menu"
|
807 |
+
msgid "Manage Options"
|
808 |
+
msgstr "إدارة الخيارات"
|
809 |
+
|
810 |
+
#: includes/admin/class-admin.php:250 includes/admin/class-admin.php:251
|
811 |
+
msgctxt "admin menu"
|
812 |
+
msgid "Manage Fees"
|
813 |
+
msgstr "إدارة الرسوم"
|
814 |
+
|
815 |
+
#: includes/admin/class-admin.php:256 includes/admin/class-admin.php:257
|
816 |
+
msgctxt "admin menu"
|
817 |
+
msgid "Manage Form Fields"
|
818 |
+
msgstr "إدارة حقول الاستمارة"
|
819 |
+
|
820 |
+
#: includes/admin/class-admin.php:262 includes/admin/class-admin.php:263
|
821 |
+
msgctxt "admin menu"
|
822 |
+
msgid "Listings"
|
823 |
+
msgstr "الإعلانات"
|
824 |
+
|
825 |
+
#: includes/admin/class-admin.php:277 includes/admin/class-admin.php:278
|
826 |
+
msgctxt "admin menu"
|
827 |
+
msgid "CSV Import"
|
828 |
+
msgstr "استيراد CSV"
|
829 |
+
|
830 |
+
#: includes/admin/class-admin.php:283 includes/admin/class-admin.php:284
|
831 |
+
msgctxt "admin menu"
|
832 |
+
msgid "CSV Export"
|
833 |
+
msgstr "تصدير CSV"
|
834 |
+
|
835 |
+
#: includes/admin/class-admin.php:289 includes/admin/class-admin.php:290
|
836 |
+
msgctxt "admin menu"
|
837 |
+
msgid "Debug"
|
838 |
+
msgstr "تصحيح الأخطاء"
|
839 |
+
|
840 |
+
#: includes/admin/class-admin.php:299
|
841 |
+
msgctxt "admin menu"
|
842 |
+
msgid "Main Menu"
|
843 |
+
msgstr "القائمة الرئيسية"
|
844 |
+
|
845 |
+
#: includes/admin/class-admin.php:310
|
846 |
+
msgctxt "admin menu"
|
847 |
+
msgid "Uninstall Business Directory Plugin"
|
848 |
+
msgstr "حذف إضافة دليل الأعمال"
|
849 |
+
|
850 |
+
#: includes/admin/class-admin.php:311
|
851 |
+
msgctxt "admin menu"
|
852 |
+
msgid "Uninstall"
|
853 |
+
msgstr "حذف"
|
854 |
+
|
855 |
+
#: includes/admin/class-admin.php:425
|
856 |
+
#: templates/admin/listing-metabox-categories.tpl.php:69
|
857 |
+
msgctxt "admin infometabox"
|
858 |
+
msgid "never"
|
859 |
+
msgstr "أبداً"
|
860 |
+
|
861 |
+
#: includes/admin/helpers/listing-metabox.php:42
|
862 |
+
msgctxt "admin infometabox"
|
863 |
+
msgid "General Info"
|
864 |
+
msgstr "معلومات عامة"
|
865 |
+
|
866 |
+
#: includes/admin/helpers/listing-metabox.php:44
|
867 |
+
msgctxt "admin infometabox"
|
868 |
+
msgid "Access Key"
|
869 |
+
msgstr "مفتاح الوصول"
|
870 |
+
|
871 |
+
#: includes/admin/helpers/listing-metabox.php:46
|
872 |
+
msgctxt "admin infometabox"
|
873 |
+
msgid "Total Listing Cost"
|
874 |
+
msgstr "القيمة الإجمالية للإعلان"
|
875 |
+
|
876 |
+
#: includes/admin/helpers/listing-metabox.php:48
|
877 |
+
msgctxt "admin infometabox"
|
878 |
+
msgid "Payment Status"
|
879 |
+
msgstr "حالة الدفع"
|
880 |
+
|
881 |
+
#: includes/admin/helpers/listing-metabox.php:52
|
882 |
+
msgctxt "admin infometabox"
|
883 |
+
msgid "Featured (Sticky) Status"
|
884 |
+
msgstr "حالة مميزة (مثبت)"
|
885 |
+
|
886 |
+
#: includes/admin/helpers/listing-metabox.php:83
|
887 |
+
msgctxt "admin infometabox"
|
888 |
+
msgid "CSV Import Sequence ID"
|
889 |
+
msgstr "معرف تسلسل استيراد CSV"
|
890 |
+
|
891 |
+
#: includes/admin/helpers/listing-metabox.php:94
|
892 |
+
msgctxt "admin infometabox"
|
893 |
+
msgid "Mark listing as Paid"
|
894 |
+
msgstr "جعل الإعلان مدفوع"
|
895 |
+
|
896 |
+
#: templates/admin/listing-change-fee.tpl.php:21
|
897 |
+
msgctxt "admin infometabox"
|
898 |
+
msgid "%d image"
|
899 |
+
msgid_plural "%d images"
|
900 |
+
msgstr[0] "%d صورة"
|
901 |
+
msgstr[1] "%d صورة"
|
902 |
+
msgstr[2] "%d صورتين"
|
903 |
+
msgstr[3] "%d صور"
|
904 |
+
msgstr[4] "%d صور"
|
905 |
+
msgstr[5] "%d صور"
|
906 |
+
|
907 |
+
#: templates/admin/listing-change-fee.tpl.php:23
|
908 |
+
msgctxt "admin infometabox"
|
909 |
+
msgid "Listing never expires"
|
910 |
+
msgstr "الإعلان لا ينتهي"
|
911 |
+
|
912 |
+
#: templates/admin/listing-change-fee.tpl.php:25
|
913 |
+
msgctxt "admin infometabox"
|
914 |
+
msgid "%d day"
|
915 |
+
msgid_plural "%d days"
|
916 |
+
msgstr[0] "%d يوم"
|
917 |
+
msgstr[1] "%d يوم"
|
918 |
+
msgstr[2] "%d يومين"
|
919 |
+
msgstr[3] "%d أيام"
|
920 |
+
msgstr[4] "%d يوم"
|
921 |
+
msgstr[5] "%d يوم"
|
922 |
+
|
923 |
+
#: templates/admin/listing-metabox-categories.tpl.php:22
|
924 |
+
msgctxt "admin infometabox"
|
925 |
+
msgid "No categories on this listing. Please add one to associate fees."
|
926 |
+
msgstr "لا توجد تصنيفات لهذا الإعلان. المرجو إضافة واحد لربط الرسوم."
|
927 |
+
|
928 |
+
#: templates/admin/listing-metabox-categories.tpl.php:29
|
929 |
+
msgctxt "admin infometabox"
|
930 |
+
msgid "(recurring)"
|
931 |
+
msgstr "(متكرر)"
|
932 |
+
|
933 |
+
#: templates/admin/listing-metabox-categories.tpl.php:34
|
934 |
+
msgctxt "admin infometabox"
|
935 |
+
msgid "Expired"
|
936 |
+
msgstr "منتهي الصلاحية"
|
937 |
+
|
938 |
+
#: templates/admin/listing-metabox-categories.tpl.php:37
|
939 |
+
msgctxt "admin infometabox"
|
940 |
+
msgid "Payment Pending"
|
941 |
+
msgstr "في انتظار الدفع"
|
942 |
+
|
943 |
+
#: templates/admin/listing-metabox-categories.tpl.php:41
|
944 |
+
msgctxt "admin infometabox"
|
945 |
+
msgid "OK"
|
946 |
+
msgstr "حسنا"
|
947 |
+
|
948 |
+
#: templates/admin/listing-metabox-categories.tpl.php:49
|
949 |
+
msgctxt "admin infometabox"
|
950 |
+
msgid "Fee"
|
951 |
+
msgstr "الرسم"
|
952 |
+
|
953 |
+
#: templates/admin/listing-metabox-categories.tpl.php:54
|
954 |
+
msgctxt "admin infometabox"
|
955 |
+
msgid "# Images"
|
956 |
+
msgstr "# الصور"
|
957 |
+
|
958 |
+
#: templates/admin/listing-metabox-categories.tpl.php:62
|
959 |
+
msgctxt "admin infometabox"
|
960 |
+
msgid "Expired on"
|
961 |
+
msgstr "منتهي الصلاحية في"
|
962 |
+
|
963 |
+
#: templates/admin/listing-metabox-categories.tpl.php:64
|
964 |
+
msgctxt "admin infometabox"
|
965 |
+
msgid "Expires on"
|
966 |
+
msgstr "ستنتهي الصلاحية في"
|
967 |
+
|
968 |
+
#: templates/admin/listing-metabox-categories.tpl.php:72
|
969 |
+
msgctxt "admin infometabox"
|
970 |
+
msgid "Click to manually change expiration date."
|
971 |
+
msgstr "إضغط لتغيير تاريخ انتهاء الصلاحية يدويا."
|
972 |
+
|
973 |
+
#: templates/admin/listing-metabox-categories.tpl.php:75
|
974 |
+
msgctxt "admin infometabox"
|
975 |
+
msgid "Never expires"
|
976 |
+
msgstr "لا ينتهي"
|
977 |
+
|
978 |
+
#: templates/admin/listing-metabox-categories.tpl.php:75
|
979 |
+
msgctxt "admin infometabox"
|
980 |
+
msgid "Edit"
|
981 |
+
msgstr "تحرير"
|
982 |
+
|
983 |
+
#: templates/admin/listing-metabox-categories.tpl.php:87
|
984 |
+
msgctxt "admin infometabox"
|
985 |
+
msgid "See payment info"
|
986 |
+
msgstr "شاهد معلومات الدفع"
|
987 |
+
|
988 |
+
#: templates/admin/listing-metabox-categories.tpl.php:92
|
989 |
+
msgctxt "admin infometabox"
|
990 |
+
msgid "Renewal URL (copy & paste)"
|
991 |
+
msgstr "تجديد عنوان URL (نسخة & لصق)"
|
992 |
+
|
993 |
+
#: templates/admin/listing-metabox-categories.tpl.php:92
|
994 |
+
msgctxt "admin infometabox"
|
995 |
+
msgid "Show renewal link"
|
996 |
+
msgstr "إظهار رابط التجديد"
|
997 |
+
|
998 |
+
#: templates/admin/listing-metabox-categories.tpl.php:99
|
999 |
+
msgctxt "admin infometabox"
|
1000 |
+
msgid "Send renewal e-mail to user"
|
1001 |
+
msgstr "إرسال رسالة بريد إلكتروني بخصوص التجديد للعضو"
|
1002 |
+
|
1003 |
+
#: templates/admin/listing-metabox-categories.tpl.php:107
|
1004 |
+
msgctxt "admin infometabox"
|
1005 |
+
msgid "Renew manually..."
|
1006 |
+
msgstr "تجديد يدويا..."
|
1007 |
+
|
1008 |
+
#: templates/admin/listing-metabox-categories.tpl.php:107
|
1009 |
+
msgctxt "admin infometabox"
|
1010 |
+
msgid "Change fee..."
|
1011 |
+
msgstr "تغيير الرسوم..."
|
1012 |
+
|
1013 |
+
#: templates/admin/listing-metabox-categories.tpl.php:115
|
1014 |
+
msgctxt "admin infometabox"
|
1015 |
+
msgid "Remove category"
|
1016 |
+
msgstr "إزالة التصنيف"
|
1017 |
+
|
1018 |
+
#: templates/admin/listing-metabox-fees.tpl.php:1
|
1019 |
+
msgctxt "admin infometabox"
|
1020 |
+
msgid "Fee Information"
|
1021 |
+
msgstr "معلومات الرسوم"
|
1022 |
+
|
1023 |
+
#: templates/admin/listing-metabox-fees.tpl.php:3
|
1024 |
+
msgctxt "admin infometabox"
|
1025 |
+
msgid "Payment Mode:"
|
1026 |
+
msgstr "طريقة الدفع:"
|
1027 |
+
|
1028 |
+
#: templates/admin/listing-metabox-fees.tpl.php:3
|
1029 |
+
msgctxt "admin infometabox"
|
1030 |
+
msgid "Paid"
|
1031 |
+
msgstr "تم الدفع"
|
1032 |
+
|
1033 |
+
#: templates/admin/listing-metabox-fees.tpl.php:3
|
1034 |
+
msgctxt "admin infometabox"
|
1035 |
+
msgid "Free"
|
1036 |
+
msgstr "مجاني"
|
1037 |
|
1038 |
+
#: templates/admin/listing-metabox-fees.tpl.php:6
|
1039 |
+
msgctxt "admin infometabox"
|
1040 |
+
msgid "To change your payment mode, go to <a href=\"%s\">Payment Settings</a>."
|
1041 |
+
msgstr ""
|
1042 |
+
"لتغيير طريقة الدفع الخاصة بك، انتقل إلى <a href=\"%s\">إعدادات الدفع</a>."
|
1043 |
|
1044 |
+
#: templates/admin/listing-metabox-fees.tpl.php:12
|
1045 |
+
msgctxt "admin infometabox"
|
1046 |
+
msgid ""
|
1047 |
+
"Note: In Free mode, the fee plans will always be set to \"Free Listing\" "
|
1048 |
+
"below."
|
1049 |
+
msgstr ""
|
1050 |
+
"ملاحظة: في الوضع المجاني، رسم الخطط سيكون دائما معين إلى \"إعلان مجاني\" "
|
1051 |
+
"أدناه."
|
1052 |
+
|
1053 |
+
#: templates/admin/listing-metabox-fees.tpl.php:22
|
1054 |
+
#: templates/admin/listing-metabox-feesummary.tpl.php:12
|
1055 |
+
msgctxt "admin infometabox"
|
1056 |
+
msgid "Renew listing in all expired categories"
|
1057 |
+
msgstr "تجديد قائمة في جميع فئات منتهية الصلاحية"
|
1058 |
+
|
1059 |
+
#: templates/admin/listing-metabox-feesummary.tpl.php:1
|
1060 |
+
msgctxt "admin infometabox"
|
1061 |
+
msgid "Categories for this listing"
|
1062 |
+
msgstr "التصنيفات لهذا الإعلان"
|
1063 |
+
|
1064 |
+
#: templates/admin/listing-metabox-transactions.tpl.php:3
|
1065 |
+
msgctxt "admin infometabox"
|
1066 |
+
msgid "Initial Payment"
|
1067 |
+
msgstr "الدفعة الأولية"
|
1068 |
+
|
1069 |
+
#: templates/admin/listing-metabox-transactions.tpl.php:4
|
1070 |
+
msgctxt "admin infometabox"
|
1071 |
+
msgid "Listing Edit"
|
1072 |
+
msgstr "تحرير الإعلان"
|
1073 |
+
|
1074 |
+
#: templates/admin/listing-metabox-transactions.tpl.php:5
|
1075 |
+
msgctxt "admin infometabox"
|
1076 |
+
msgid "Listing Renewal"
|
1077 |
+
msgstr "تجديد الإعلان"
|
1078 |
+
|
1079 |
+
#: templates/admin/listing-metabox-transactions.tpl.php:6
|
1080 |
+
msgctxt "admin infometabox"
|
1081 |
+
msgid "Upgrade to sticky"
|
1082 |
+
msgstr "الترقية إلى مثبت"
|
1083 |
+
|
1084 |
+
#: templates/admin/payment-details.tpl.php:19
|
1085 |
+
msgctxt "admin infometabox"
|
1086 |
+
msgid "Amount"
|
1087 |
+
msgstr "قدر"
|
1088 |
+
|
1089 |
+
#: templates/admin/payment-details.tpl.php:22
|
1090 |
+
msgctxt "admin infometabox"
|
1091 |
+
msgid "Gateway"
|
1092 |
+
msgstr "بوابة"
|
1093 |
+
|
1094 |
+
#: templates/admin/payment-details.tpl.php:26
|
1095 |
+
msgctxt "admin infometabox"
|
1096 |
+
msgid "Processed on"
|
1097 |
+
msgstr "تمت معالجته في"
|
1098 |
+
|
1099 |
+
#: templates/admin/payment-details.tpl.php:28
|
1100 |
+
msgctxt "admin infometabox"
|
1101 |
+
msgid "Processed by"
|
1102 |
+
msgstr "تمت معالجته بواسطة"
|
1103 |
|
1104 |
+
#: includes/admin/class-admin.php:626
|
1105 |
+
msgctxt "admin payments"
|
1106 |
msgid ""
|
1107 |
+
"The payment status was not changed. Recurring payments can't be manually "
|
1108 |
+
"approved. Please check your gateway's backend to see if the payment really "
|
1109 |
+
"went through."
|
1110 |
msgstr ""
|
1111 |
+
"لم يتم تغيير حالة الدفع. لا يمكن الموافقة على المدفوعات المتكررة يدوياً. "
|
1112 |
+
"الرجاء التحقق في لوحة التحكم الخاصة بك لمعرفة إذا كان الدفع ذهب حقاً من "
|
1113 |
+
"خلالها."
|
1114 |
|
1115 |
+
#: templates/admin/payment-details.tpl.php:7
|
1116 |
+
msgctxt "admin payments"
|
1117 |
+
msgid "Payment Details"
|
1118 |
+
msgstr "تفاصيل الدفع"
|
1119 |
|
1120 |
+
#: templates/admin/payment-details.tpl.php:9
|
1121 |
+
msgctxt "admin payments"
|
1122 |
+
msgid "Payment #%d"
|
1123 |
+
msgstr "الدفع #%d"
|
1124 |
|
1125 |
+
#: templates/admin/payment-details.tpl.php:16
|
1126 |
+
msgctxt "admin payments"
|
1127 |
+
msgid "Created on"
|
1128 |
+
msgstr "تاريخ الإنشاء"
|
1129 |
|
1130 |
+
#: templates/admin/payment-details.tpl.php:41
|
1131 |
+
msgctxt "admin payments"
|
1132 |
+
msgid "Approve payment"
|
1133 |
+
msgstr "الموافقة على الدفع"
|
1134 |
+
|
1135 |
+
#: templates/admin/payment-details.tpl.php:46
|
1136 |
+
msgctxt "admin payments"
|
1137 |
+
msgid "Reject payment"
|
1138 |
+
msgstr "رفض الدفع"
|
1139 |
+
|
1140 |
+
#: includes/admin/class-admin.php:718
|
1141 |
+
msgctxt "admin category id"
|
1142 |
+
msgid "ID"
|
1143 |
+
msgstr "المعرف"
|
1144 |
+
|
1145 |
+
#: includes/admin/class-admin.php:903
|
1146 |
+
msgctxt "admin compat"
|
1147 |
+
msgid "Installed: %s"
|
1148 |
+
msgstr "تم التنصيب: %s"
|
1149 |
+
|
1150 |
+
#: includes/admin/class-admin.php:903
|
1151 |
+
msgctxt "admin compat"
|
1152 |
+
msgid "N/A"
|
1153 |
+
msgstr "N/A غير قابل للتطبيق"
|
1154 |
+
|
1155 |
+
#: includes/admin/class-admin.php:906
|
1156 |
+
msgctxt "admin compat"
|
1157 |
+
msgid "Required: %s"
|
1158 |
+
msgstr "مطلوب: %s"
|
1159 |
+
|
1160 |
+
#: includes/admin/class-admin.php:918
|
1161 |
+
msgctxt "admin compat"
|
1162 |
msgid ""
|
1163 |
+
"Business Directory has detected some incompatible premium module versions "
|
1164 |
+
"installed."
|
1165 |
msgstr ""
|
1166 |
+
"الإضافة اكتشفت أن هناك إصدارات مثبتة لوحدة ممتازة (premium module) أو أكثر "
|
1167 |
+
"غير متوافقة."
|
1168 |
|
1169 |
+
#: includes/admin/class-admin.php:920
|
1170 |
+
msgctxt "admin compat"
|
1171 |
+
msgid ""
|
1172 |
+
"Please upgrade to the required versions indicated below to make sure "
|
1173 |
+
"everything functions properly."
|
1174 |
+
msgstr ""
|
1175 |
+
"الرجاء الترقية إلى الإصدارات المطلوبة المبينة أسفله للتأكد من أن كل شيء يعمل "
|
1176 |
+
"بشكل صحيح."
|
1177 |
|
1178 |
+
#: includes/admin/class-csv-exporter.php:79
|
1179 |
+
msgctxt "admin csv-export"
|
1180 |
+
msgid "Could not create a temporary directory for handling this CSV export."
|
1181 |
+
msgstr "لا يمكن إنشاء مجلد مؤقت للتعامل مع تصدير CSV."
|
1182 |
|
1183 |
+
#: includes/admin/class-csv-exporter.php:81
|
1184 |
+
msgctxt "admin csv-export"
|
1185 |
+
msgid "Could not create wpbdp-csv-exports directory."
|
1186 |
+
msgstr "تعذر إنشاء مجلد wpbdp-csv-exports."
|
1187 |
|
1188 |
+
#: includes/admin/class-csv-exporter.php:86
|
1189 |
+
msgctxt "admin csv-export"
|
1190 |
+
msgid "Error while creating a temporary directory for CSV export: %s"
|
1191 |
+
msgstr "حدث خطأ أثناء إنشاء مجلد مؤقت لتصدير CSV: %s"
|
1192 |
|
1193 |
+
#: templates/admin/csv-export.tpl.php:9
|
1194 |
+
msgctxt "admin csv-export"
|
1195 |
+
msgid ""
|
1196 |
+
"An unknown error occurred during the export. Please make sure you have "
|
1197 |
+
"enough free disk space and memory available to PHP. Check your error logs "
|
1198 |
+
"for details."
|
1199 |
+
msgstr ""
|
1200 |
+
"حدث خطأ غير معروف أثناء عملية التصدير. الرجاء التأكد من أن لديك ما يكفي من "
|
1201 |
+
"المساحة الفارغة على القرص والذاكرة المتاحة إلى بي إتش بي. تحقق من سجلات "
|
1202 |
+
"الخطأ الخاص بك للحصول على التفاصيل."
|
1203 |
|
1204 |
+
#: templates/admin/csv-export.tpl.php:18
|
1205 |
+
msgctxt "admin csv-export"
|
1206 |
+
msgid ""
|
1207 |
+
"Please note that the export process is a resource intensive task. If your "
|
1208 |
+
"export does not succeed try disabling other plugins first and/or increasing "
|
1209 |
+
"the values of the 'memory_limit' and 'max_execution_time' directives in your "
|
1210 |
+
"server's php.ini configuration file."
|
1211 |
+
msgstr ""
|
1212 |
+
"يرجى ملاحظة أن عملية التصدير مهمة تتطلب موارد كثيرة. إذا لم تنجح في التصدير "
|
1213 |
+
"حاول تعطيل إضافات أخرى أولاً و/أو زيادة قيم التوجيهات 'memory_limit' و "
|
1214 |
+
"'max_execution_time' في الخادم الخاص بك بتعديل ملف الإعدادات php.ini."
|
1215 |
|
1216 |
+
#: templates/admin/csv-export.tpl.php:30
|
1217 |
+
msgctxt "admin csv-export"
|
1218 |
+
msgid "Export Configuration"
|
1219 |
+
msgstr "ضبط التصدير"
|
1220 |
|
1221 |
+
#: templates/admin/csv-export.tpl.php:33
|
1222 |
+
msgctxt "admin csv-export"
|
1223 |
+
msgid "Export settings"
|
1224 |
+
msgstr "إعدادات التصدير"
|
1225 |
|
1226 |
+
#: templates/admin/csv-export.tpl.php:37
|
1227 |
+
msgctxt "admin csv-export"
|
1228 |
+
msgid "Which listings to export?"
|
1229 |
+
msgstr "أي لائحة تريد التصدير؟"
|
1230 |
|
1231 |
+
#: templates/admin/csv-export.tpl.php:41
|
1232 |
+
msgctxt "admin csv-export"
|
1233 |
+
msgid "All"
|
1234 |
+
msgstr "الكل"
|
1235 |
|
1236 |
+
#: templates/admin/csv-export.tpl.php:42
|
1237 |
+
msgctxt "admin csv-export"
|
1238 |
+
msgid "Active Only"
|
1239 |
+
msgstr "المفعل فقط"
|
1240 |
|
1241 |
+
#: templates/admin/csv-export.tpl.php:43
|
1242 |
+
msgctxt "admin csv-export"
|
1243 |
+
msgid "Active + Pending Renewal"
|
1244 |
+
msgstr "مفعل + ريثما يتم التجديد"
|
1245 |
+
|
1246 |
+
#: templates/admin/csv-export.tpl.php:49
|
1247 |
+
msgctxt "admin csv-export"
|
1248 |
+
msgid "Export images?"
|
1249 |
+
msgstr "تصدير الصور؟"
|
1250 |
+
|
1251 |
+
#: templates/admin/csv-export.tpl.php:54
|
1252 |
+
msgctxt "admin csv-export"
|
1253 |
+
msgid "Export images"
|
1254 |
+
msgstr "تصدير الصور"
|
1255 |
|
1256 |
+
#: templates/admin/csv-export.tpl.php:56
|
1257 |
+
msgctxt "admin csv-export"
|
1258 |
+
msgid ""
|
1259 |
+
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
1260 |
+
"both a CSV file and listing images."
|
1261 |
+
msgstr ""
|
1262 |
+
"عند اختيار الخانة، بدلاً من مجرد ملف CSV سيتم إنشاء ملف مضغوط مع ملف CSV "
|
1263 |
+
"ولائحة الصور."
|
1264 |
|
1265 |
+
#: templates/admin/csv-export.tpl.php:62
|
1266 |
+
msgctxt "admin csv-export"
|
1267 |
+
msgid "Additional metadata to export:"
|
1268 |
+
msgstr "بيانات تعريف إضافية للتصدير:"
|
1269 |
|
1270 |
+
#: templates/admin/csv-export.tpl.php:67
|
1271 |
+
msgctxt "admin csv-export"
|
1272 |
+
msgid "Include unique IDs for each listing (sequence_id column)."
|
1273 |
+
msgstr "تتضمن معرفات (IDs) فريدة لكل إعلان (عمود sequence_id)."
|
1274 |
|
1275 |
+
#: templates/admin/csv-export.tpl.php:69
|
1276 |
+
msgctxt "admin csv-export"
|
1277 |
+
msgid ""
|
1278 |
+
"If you plan to re-import the listings into BD and don't want new ones "
|
1279 |
+
"created, select this option!"
|
1280 |
+
msgstr ""
|
1281 |
+
"إذا كنت تخطط لإعادة استيراد الإعلانات إلى \"دليل الأعمال\" ولا تريد إنشاء "
|
1282 |
+
"أخرى جديدة، قم بتحديد هذا الخيار!"
|
1283 |
|
1284 |
+
#: templates/admin/csv-export.tpl.php:75
|
1285 |
+
msgctxt "admin csv-export"
|
1286 |
+
msgid "Author information (username)"
|
1287 |
+
msgstr "معلومات الكاتب (إسم المستخدم)"
|
1288 |
|
1289 |
+
#: templates/admin/csv-export.tpl.php:80
|
1290 |
+
msgctxt "admin csv-export"
|
1291 |
+
msgid "Sticky/featured status"
|
1292 |
+
msgstr "مثبت/حالة مميزة"
|
1293 |
|
1294 |
+
#: templates/admin/csv-export.tpl.php:85
|
1295 |
+
msgctxt "admin csv-export"
|
1296 |
+
msgid "Listing expiration date"
|
1297 |
+
msgstr "إنتهاء صلاحية الإعلان"
|
1298 |
|
1299 |
+
#: templates/admin/csv-export.tpl.php:90
|
1300 |
+
msgctxt "admin csv-export"
|
1301 |
+
msgid "CSV File Settings"
|
1302 |
+
msgstr "إعدادات ملف CSV"
|
1303 |
|
1304 |
+
#: templates/admin/csv-export.tpl.php:94
|
1305 |
+
msgctxt "admin csv-export"
|
1306 |
+
msgid "What operating system will you use to edit the CSV file?"
|
1307 |
+
msgstr ""
|
1308 |
|
1309 |
+
#: templates/admin/csv-export.tpl.php:101
|
1310 |
+
msgctxt "admin csv-export"
|
1311 |
+
msgid "Windows"
|
1312 |
+
msgstr ""
|
1313 |
|
1314 |
+
#: templates/admin/csv-export.tpl.php:106
|
1315 |
+
msgctxt "admin csv-export"
|
1316 |
+
msgid "macOS"
|
1317 |
+
msgstr ""
|
1318 |
|
1319 |
+
#: templates/admin/csv-export.tpl.php:108
|
1320 |
+
msgctxt "admin csv-export"
|
1321 |
+
msgid ""
|
1322 |
+
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
1323 |
+
"sure all your listings information is displayed properly when you view or "
|
1324 |
+
"edit the CSV file, we need to generate different versions of the file for "
|
1325 |
+
"each operating system."
|
1326 |
+
msgstr ""
|
1327 |
|
1328 |
+
#: templates/admin/csv-export.tpl.php:113
|
1329 |
+
msgctxt "admin csv-export"
|
1330 |
+
msgid "Image Separator"
|
1331 |
+
msgstr "فاصلة الصورة "
|
1332 |
|
1333 |
+
#: templates/admin/csv-export.tpl.php:124
|
1334 |
+
msgctxt "admin csv-export"
|
1335 |
+
msgid "Category Separator"
|
1336 |
+
msgstr "فاصلة التصنيف"
|
1337 |
|
1338 |
+
#: templates/admin/csv-export.tpl.php:136
|
1339 |
+
msgctxt "admin csv-export"
|
1340 |
+
msgid "Export Listings"
|
1341 |
+
msgstr "الإعلانات المصدرة"
|
1342 |
|
1343 |
+
#: templates/admin/csv-export.tpl.php:142
|
1344 |
+
msgctxt "admin csv-export"
|
1345 |
+
msgid "Export in Progress..."
|
1346 |
+
msgstr "جاري التصدير..."
|
1347 |
|
1348 |
+
#: templates/admin/csv-export.tpl.php:143
|
1349 |
+
msgctxt "admin csv-export"
|
1350 |
msgid ""
|
1351 |
+
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
1352 |
+
"until the export finishes."
|
|
|
|
|
1353 |
msgstr ""
|
1354 |
+
"جاري إعداد ملف التصدير. المرجو <u>عدم ترك</u> هذه الصفحة حتى انتهاء التصدير."
|
|
|
|
|
|
|
1355 |
|
1356 |
+
#: templates/admin/csv-export.tpl.php:146
|
1357 |
+
msgctxt "admin csv-export"
|
1358 |
+
msgid "No. of listings:"
|
1359 |
+
msgstr "أرقام الإعلانات:"
|
1360 |
|
1361 |
+
#: templates/admin/csv-export.tpl.php:148
|
1362 |
+
msgctxt "admin csv-export"
|
1363 |
+
msgid "Approximate export file size:"
|
1364 |
+
msgstr "الحجم التقريبي لملف التصدير:"
|
1365 |
|
1366 |
+
#: templates/admin/csv-export.tpl.php:155
|
1367 |
+
msgctxt "admin csv-export"
|
1368 |
+
msgid "Cancel Export"
|
1369 |
+
msgstr "إلغاء التصدير"
|
1370 |
|
1371 |
+
#: templates/admin/csv-export.tpl.php:160
|
1372 |
+
msgctxt "admin csv-export"
|
1373 |
+
msgid "Export Complete"
|
1374 |
+
msgstr "تم التصدير"
|
1375 |
|
1376 |
+
#: templates/admin/csv-export.tpl.php:161
|
1377 |
+
msgctxt "admin csv-export"
|
1378 |
+
msgid ""
|
1379 |
+
"Your export file has been successfully created and it is now ready for "
|
1380 |
+
"download."
|
1381 |
+
msgstr "تم بنجاح إنشاء ملف التصدير، والآن جاهز للتحميل."
|
1382 |
|
1383 |
+
#: templates/admin/csv-export.tpl.php:164
|
1384 |
+
msgctxt "admin csv-export"
|
1385 |
+
msgid "Download %s (%s)"
|
1386 |
+
msgstr "تحميل %s (%s)"
|
1387 |
|
1388 |
+
#: templates/admin/csv-export.tpl.php:170
|
1389 |
+
msgctxt "admin csv-export"
|
1390 |
+
msgid ""
|
1391 |
+
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
1392 |
+
"temporary data created by Business Directory during the export process."
|
1393 |
+
msgstr ""
|
1394 |
+
"إضغط على \"تنظيف\" بعد تحميل الملف بغية إزالة جميع البيانات المؤقتة التي تم "
|
1395 |
+
"إنشاؤها بواسطة \"دليل الأعمال\" أثناء عملية التصدير."
|
1396 |
|
1397 |
+
#: templates/admin/csv-export.tpl.php:171
|
1398 |
+
msgctxt "admin csv-export"
|
1399 |
+
msgid "Cleanup"
|
1400 |
+
msgstr "نظف"
|
1401 |
|
1402 |
+
#: templates/admin/csv-export.tpl.php:176
|
1403 |
+
msgctxt "admin csv-export"
|
1404 |
+
msgid "Export Canceled"
|
1405 |
+
msgstr "ألغي التصدير"
|
1406 |
|
1407 |
+
#: templates/admin/csv-export.tpl.php:177
|
1408 |
+
msgctxt "admin csv-export"
|
1409 |
+
msgid "The export has been canceled."
|
1410 |
+
msgstr "تم إلغاء التصدير"
|
1411 |
|
1412 |
+
#: templates/admin/csv-export.tpl.php:178
|
1413 |
+
msgctxt "admin csv-export"
|
1414 |
+
msgid "← Return to CSV Export"
|
1415 |
+
msgstr "← العودة إلى تصدير CSV"
|
1416 |
+
|
1417 |
+
#: includes/admin/class-csv-import.php:458
|
1418 |
+
msgctxt "admin csv-import"
|
1419 |
+
msgid ""
|
1420 |
+
"Could not create listing category \"<category-name>\". The operation failed "
|
1421 |
+
"with the following error: <error-message>."
|
1422 |
+
msgstr ""
|
1423 |
|
1424 |
+
#: includes/admin/class-csv-import.php:464
|
1425 |
+
msgctxt "admin csv-import"
|
1426 |
+
msgid "Could not create listing category \"%s\""
|
1427 |
+
msgstr "لا يمكن إنشاء تصنيف الإعلان \"%s\""
|
1428 |
|
1429 |
+
#: includes/admin/class-csv-import.php:616
|
1430 |
+
msgctxt "admin csv-import"
|
1431 |
+
msgid "Username \"%s\" does not exist"
|
1432 |
+
msgstr "إسم المستخدم \"%s\" غير موجود"
|
1433 |
|
1434 |
+
#: includes/admin/class-csv-import.php:648
|
1435 |
+
msgctxt "admin csv-import"
|
1436 |
+
msgid "Missing required field: %s"
|
1437 |
+
msgstr "حقل مطلوب مفقود: %s"
|
1438 |
|
1439 |
+
#: includes/admin/class-csv-import.php:669
|
1440 |
+
msgctxt "admin csv-import"
|
1441 |
+
msgid "Listing category \"%s\" does not exist"
|
1442 |
+
msgstr "تصنيف الإعلان \"%s\" غير موجود"
|
1443 |
|
1444 |
+
#: includes/admin/csv-import.php:134
|
1445 |
+
msgctxt "admin csv-import"
|
1446 |
+
msgid "Business %s"
|
1447 |
+
msgstr "الأعمال %s"
|
1448 |
|
1449 |
+
#: includes/admin/csv-import.php:172
|
1450 |
+
msgctxt "admin csv-import"
|
1451 |
+
msgid "Whatever"
|
1452 |
+
msgstr "أيا كان"
|
1453 |
|
1454 |
+
#: includes/admin/csv-import.php:176
|
1455 |
+
msgctxt "admin csv-import"
|
1456 |
+
msgid "Example CSV Import File"
|
1457 |
+
msgstr "مثال لملف الاستيراد CSV"
|
1458 |
|
1459 |
+
#: includes/admin/csv-import.php:177
|
1460 |
+
msgctxt "admin csv-import"
|
1461 |
+
msgid "← Return to \"CSV Import\""
|
1462 |
+
msgstr "← العودة إلى \"استيراد CSV\""
|
1463 |
|
1464 |
+
#: includes/admin/csv-import.php:315
|
1465 |
+
msgctxt "admin csv-import"
|
1466 |
+
msgid "There was an error uploading the CSV file."
|
1467 |
+
msgstr "حدث خطأ أثناء رفع ملف CSV."
|
1468 |
|
1469 |
+
#: includes/admin/csv-import.php:321
|
1470 |
+
msgctxt "admin csv-import"
|
1471 |
+
msgid "Please upload or select a CSV file."
|
1472 |
+
msgstr "المرجو رفع أو حدد ملف CSV."
|
1473 |
|
1474 |
+
#: includes/admin/csv-import.php:334
|
1475 |
+
msgctxt "admin csv-import"
|
1476 |
+
msgid "There was an error uploading the images ZIP file."
|
1477 |
+
msgstr "حدث خطأ أثناء رفع ملف الصور المضغوط ."
|
|
|
1478 |
|
1479 |
+
#: includes/admin/csv-import.php:355
|
1480 |
+
msgctxt "admin csv-import"
|
1481 |
+
msgid ""
|
1482 |
+
"An error was detected while validating the CSV file for import. Please fix "
|
1483 |
+
"this before proceeding."
|
1484 |
+
msgstr ""
|
1485 |
+
"تم اكتشاف خطأ أثناء التحقق من صحة ملف CSV للاستيراد. المرجو إصلاح هذا قبل "
|
1486 |
+
"المتابعة."
|
1487 |
|
1488 |
+
#: includes/admin/csv-import.php:364
|
1489 |
+
msgctxt "admin csv-import"
|
1490 |
+
msgid "Import is in \"test mode\". Nothing will be inserted into the database."
|
1491 |
+
msgstr "الاستيراد في \"وضع الاختبار\". لن يتم إدراج أي شيء في قاعدة البيانات."
|
|
|
1492 |
|
1493 |
+
#: templates/admin/csv-import-progress.tpl.php:6
|
1494 |
+
msgctxt "admin csv-import"
|
1495 |
+
msgid "A fatal error occurred during the import. The reason given was: \"%s\"."
|
1496 |
+
msgstr "حدث خطأ فادح أثناء عملية الاستيراد. وكان السبب الذي أعطي: \"%s\"."
|
1497 |
+
|
1498 |
+
#: templates/admin/csv-import-progress.tpl.php:10
|
1499 |
+
msgctxt "admin csv-import"
|
1500 |
msgid ""
|
1501 |
+
"A fatal error occurred during the import. If connection wasn't lost during "
|
1502 |
+
"the import, please make sure that you have enough free disk space and memory "
|
1503 |
+
"available to PHP. Check your error logs for details."
|
1504 |
+
msgstr ""
|
1505 |
+
"حدث خطأ فادح أثناء عملية الاستيراد. إذا لم يكن الاتصال قد قطع أثناء عملية "
|
1506 |
+
"الاستيراد، الرجاء التأكد من أن لديك ما يكفي من المساحة الفارغة على القرص "
|
1507 |
+
"والذاكرة المتاحة إلى بي إتش بي. تحقق من سجلات الخطأ الخاص بك للحصول على "
|
1508 |
+
"التفاصيل."
|
1509 |
|
1510 |
+
#: templates/admin/csv-import-progress.tpl.php:13
|
1511 |
+
#: templates/admin/csv-import-progress.tpl.php:20
|
1512 |
+
msgctxt "admin csv-import"
|
1513 |
+
msgid "← Return to CSV Import"
|
1514 |
+
msgstr "← العودة إلى \"استيراد CSV\""
|
1515 |
|
1516 |
+
#: templates/admin/csv-import-progress.tpl.php:18
|
1517 |
+
msgctxt "admin csv-import"
|
1518 |
+
msgid "Import Canceled"
|
1519 |
+
msgstr "ألغي الاستيراد"
|
1520 |
|
1521 |
+
#: templates/admin/csv-import-progress.tpl.php:19
|
1522 |
+
msgctxt "admin csv-import"
|
1523 |
+
msgid "The import has been canceled."
|
1524 |
+
msgstr "تم إلغاء الاستيراد."
|
1525 |
|
1526 |
+
#: templates/admin/csv-import-progress.tpl.php:29
|
1527 |
+
msgctxt "admin csv-import"
|
1528 |
+
msgid "Files"
|
1529 |
+
msgstr "ملفات"
|
1530 |
|
1531 |
+
#: templates/admin/csv-import-progress.tpl.php:32
|
1532 |
+
msgctxt "admin csv-import"
|
1533 |
+
msgid "Rows in file"
|
1534 |
+
msgstr "السطور في ملف"
|
1535 |
|
1536 |
+
#: templates/admin/csv-import-progress.tpl.php:35
|
1537 |
+
msgctxt "admin csv-import"
|
1538 |
+
msgid "Progress"
|
1539 |
+
msgstr "التقدم"
|
1540 |
|
1541 |
+
#: templates/admin/csv-import-progress.tpl.php:39
|
1542 |
+
msgctxt "admin csv-import"
|
1543 |
+
msgid "Import has not started. Click \"Start Import\" to begin."
|
1544 |
+
msgstr "لم يبدأ الاستيراد. إضغط على \"استيراد\" للبدء."
|
1545 |
|
1546 |
+
#: templates/admin/csv-import-progress.tpl.php:40
|
1547 |
+
msgctxt "admin csv-import"
|
1548 |
+
msgid "Importing CSV file..."
|
1549 |
+
msgstr "استيراد ملف CSV..."
|
1550 |
|
1551 |
+
#: templates/admin/csv-import-progress.tpl.php:46
|
1552 |
+
msgctxt "admin csv-import"
|
1553 |
+
msgid "Start Import"
|
1554 |
+
msgstr "بدء الاستيراد"
|
1555 |
|
1556 |
+
#: templates/admin/csv-import-progress.tpl.php:47
|
1557 |
+
msgctxt "admin csv-import"
|
1558 |
+
msgid "Cancel Import"
|
1559 |
+
msgstr "إلغاء الاستيراد"
|
1560 |
|
1561 |
+
#: templates/admin/csv-import-progress.tpl.php:54
|
1562 |
+
msgctxt "admin csv-import"
|
1563 |
+
msgid "Import finished"
|
1564 |
+
msgstr "إنتهاء الاستيراد"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1565 |
|
1566 |
+
#: templates/admin/csv-import-progress.tpl.php:57
|
1567 |
+
msgctxt "admin csv-import"
|
1568 |
+
msgid "Import was completed successfully."
|
1569 |
+
msgstr "تم الاستيراد بنجاح."
|
1570 |
|
1571 |
+
#: templates/admin/csv-import-progress.tpl.php:61
|
1572 |
+
msgctxt "admin csv-import"
|
1573 |
+
msgid "Import was completed but some rows were rejected."
|
1574 |
+
msgstr "تم إكمال عملية الاستيراد ولكن رفضت بعض السطور."
|
1575 |
|
1576 |
+
#: templates/admin/csv-import-progress.tpl.php:64
|
1577 |
+
msgctxt "admin csv-import"
|
1578 |
+
msgid "Import Summary"
|
1579 |
+
msgstr "ملخص الاستيراد"
|
1580 |
|
1581 |
+
#: templates/admin/csv-import-progress.tpl.php:66
|
1582 |
+
msgctxt "admin csv-import"
|
1583 |
+
msgid "Rows in file:"
|
1584 |
+
msgstr "السطور في ملف:"
|
1585 |
|
1586 |
+
#: templates/admin/csv-import-progress.tpl.php:69
|
1587 |
+
msgctxt "admin csv-import"
|
1588 |
+
msgid "Imported rows:"
|
1589 |
+
msgstr "السطور المستوردة:"
|
1590 |
|
1591 |
+
#: templates/admin/csv-import-progress.tpl.php:72
|
1592 |
+
msgctxt "admin csv-import"
|
1593 |
+
msgid "Rejected rows:"
|
1594 |
+
msgstr "السطور المرفوضة:"
|
|
|
|
|
|
|
|
|
|
|
|
|
1595 |
|
1596 |
+
#: templates/admin/csv-import-progress.tpl.php:77
|
1597 |
+
msgctxt "admin csv-import"
|
1598 |
+
msgid "Import Warnings"
|
1599 |
+
msgstr "تحذيرات الاستيراد "
|
|
|
|
|
|
|
|
|
|
|
|
|
1600 |
|
1601 |
+
#: templates/admin/csv-import-progress.tpl.php:80
|
1602 |
+
msgctxt "admin csv-import"
|
1603 |
+
msgid "Line #"
|
1604 |
+
msgstr "سطر #"
|
1605 |
|
1606 |
+
#: templates/admin/csv-import-progress.tpl.php:81
|
1607 |
+
msgctxt "admin csv-import"
|
1608 |
+
msgid "Line"
|
1609 |
+
msgstr "سطر"
|
1610 |
|
1611 |
+
#: templates/admin/csv-import-progress.tpl.php:82
|
1612 |
+
msgctxt "admin csv-import"
|
1613 |
+
msgid "Warning"
|
1614 |
+
msgstr "تحذير"
|
1615 |
|
1616 |
+
#: templates/admin/csv-import.tpl.php:12 templates/admin/csv-import.tpl.php:248
|
1617 |
+
msgctxt "admin csv-import"
|
1618 |
+
msgid "Help"
|
1619 |
+
msgstr "المساعدة"
|
1620 |
|
1621 |
+
#: templates/admin/csv-import.tpl.php:13
|
1622 |
+
msgctxt "admin csv-import"
|
1623 |
+
msgid "See an example CSV import file"
|
1624 |
+
msgstr "مشاهدة مثال لملف استيراد CSV"
|
1625 |
|
1626 |
+
#: templates/admin/csv-import.tpl.php:21
|
1627 |
+
msgctxt "admin csv-import"
|
1628 |
+
msgid "Here, you can import data into your directory using the CSV format."
|
1629 |
+
msgstr "هنا، يمكنك استيراد البيانات إلى الدليل الخاص بك باستخدام تنسيق CSV."
|
1630 |
|
1631 |
+
#: templates/admin/csv-import.tpl.php:29
|
1632 |
+
msgctxt "admin csv-import"
|
1633 |
+
msgid ""
|
1634 |
+
"We strongly recommend reading our <a>CSV import documentation</a> first to "
|
1635 |
+
"help you do things in the right order."
|
1636 |
+
msgstr ""
|
1637 |
+
"نوصي بشدة بقراءة <a>وثائق شرح استيراد CSV</a> أولاً لتساعدك على القيام "
|
1638 |
+
"بالأشياء بالترتيب الصحيح."
|
1639 |
|
1640 |
+
#: templates/admin/csv-import.tpl.php:38
|
1641 |
+
msgctxt "admin csv-import"
|
1642 |
+
msgid "Import Files"
|
1643 |
+
msgstr "استيراد الملفات"
|
1644 |
|
1645 |
+
#: templates/admin/csv-import.tpl.php:43
|
1646 |
+
msgctxt "admin csv-import"
|
1647 |
+
msgid "CSV File"
|
1648 |
+
msgstr "ملف CSV"
|
1649 |
|
1650 |
+
#: templates/admin/csv-import.tpl.php:55 templates/admin/csv-import.tpl.php:86
|
1651 |
+
msgctxt "admin csv-import"
|
1652 |
+
msgid "... or <a>select a file uploaded to the imports folder</a>"
|
1653 |
+
msgstr ".. أو <a>حدد ملفا تم تحميله إلى مجلد الاستراد</a>"
|
1654 |
|
1655 |
+
#: templates/admin/csv-import.tpl.php:65 templates/admin/csv-import.tpl.php:96
|
1656 |
+
msgctxt "admin csv-import"
|
1657 |
+
msgid "(Upload new file)"
|
1658 |
+
msgstr "(رفع ملف جديد)"
|
1659 |
|
1660 |
+
#: templates/admin/csv-import.tpl.php:74
|
1661 |
+
msgctxt "admin csv-import"
|
1662 |
+
msgid "ZIP file containing images"
|
1663 |
+
msgstr "ملف مضغوط يحتوي على صور"
|
1664 |
|
1665 |
+
#: templates/admin/csv-import.tpl.php:105
|
1666 |
+
msgctxt "admin csv-import"
|
1667 |
+
msgid "CSV File Settings"
|
1668 |
+
msgstr "إعدادات ملف CSV"
|
1669 |
|
1670 |
+
#: templates/admin/csv-import.tpl.php:109
|
1671 |
+
msgctxt "admin csv-import"
|
1672 |
+
msgid "Column Separator"
|
1673 |
+
msgstr "فاصلة الأعمدة"
|
1674 |
|
1675 |
+
#: templates/admin/csv-import.tpl.php:117
|
1676 |
+
msgctxt "admin csv-import"
|
1677 |
+
msgid "Comma (,)"
|
1678 |
+
msgstr ""
|
1679 |
|
1680 |
+
#: templates/admin/csv-import.tpl.php:123
|
1681 |
+
msgctxt "admin csv-import"
|
1682 |
+
msgid "Semicolon (;)"
|
1683 |
+
msgstr ""
|
1684 |
|
1685 |
+
#: templates/admin/csv-import.tpl.php:129
|
1686 |
+
msgctxt "admin csv-import"
|
1687 |
+
msgid "TAB"
|
1688 |
+
msgstr ""
|
1689 |
|
1690 |
+
#: templates/admin/csv-import.tpl.php:135
|
1691 |
+
msgctxt "admin csv-import"
|
1692 |
+
msgid "Image Separator"
|
1693 |
+
msgstr "فاصلة الصورة "
|
1694 |
|
1695 |
+
#: templates/admin/csv-import.tpl.php:146
|
1696 |
+
msgctxt "admin csv-import"
|
1697 |
+
msgid "Category Separator"
|
1698 |
+
msgstr "فاصلة التصنيف"
|
1699 |
|
1700 |
+
#: templates/admin/csv-import.tpl.php:157
|
1701 |
+
msgctxt "admin csv-import"
|
1702 |
+
msgid "Import settings"
|
1703 |
+
msgstr "إعدادات الاستيراد"
|
1704 |
|
1705 |
+
#: templates/admin/csv-import.tpl.php:161
|
1706 |
+
msgctxt "admin csv-import"
|
1707 |
+
msgid "Post status of imported listings"
|
1708 |
+
msgstr "حالة مقالة الإعلانات المستوردة"
|
1709 |
|
1710 |
+
#: templates/admin/csv-import.tpl.php:173
|
1711 |
+
msgctxt "admin csv-import"
|
1712 |
+
msgid "Missing categories handling"
|
1713 |
+
msgstr "معالجة التصنيفات المفقودة"
|
1714 |
|
1715 |
+
#: templates/admin/csv-import.tpl.php:178
|
1716 |
+
msgctxt "admin csv-import"
|
1717 |
+
msgid "Auto-create categories"
|
1718 |
+
msgstr "الإنشاء التلقائي للتصنيفات"
|
|
|
|
|
|
|
|
|
1719 |
|
1720 |
+
#: templates/admin/csv-import.tpl.php:181
|
1721 |
+
msgctxt "admin csv-import"
|
1722 |
+
msgid "Generate errors when a category is not found"
|
1723 |
+
msgstr "إنشاء أخطاء عند عدم العثور على تصنيف"
|
1724 |
|
1725 |
+
#: templates/admin/csv-import.tpl.php:186
|
1726 |
+
msgctxt "admin csv-import"
|
1727 |
+
msgid "Keep existing listing images?"
|
1728 |
+
msgstr "الاحتفاظ بصور الإعلانات الموجودة؟"
|
1729 |
|
1730 |
+
#: templates/admin/csv-import.tpl.php:191
|
1731 |
+
msgctxt "admin csv-import"
|
1732 |
+
msgid "Keep existing images."
|
1733 |
+
msgstr "الاحتفاظ بالصور الموجودة."
|
1734 |
|
1735 |
+
#: templates/admin/csv-import.tpl.php:192
|
1736 |
+
msgctxt "admin csv-import"
|
1737 |
+
msgid "Appends new images while keeping current ones."
|
1738 |
+
msgstr "إلحاق الصور الجديدة مع الاحتفاظ بالموجودة حاليا."
|
1739 |
+
|
1740 |
+
#: templates/admin/csv-import.tpl.php:197
|
1741 |
+
msgctxt "admin csv-import"
|
1742 |
+
msgid "Assign listings to a user?"
|
1743 |
+
msgstr "تعيين إعلانات للعضو؟"
|
1744 |
|
1745 |
+
#: templates/admin/csv-import.tpl.php:203
|
1746 |
+
msgctxt "admin csv-import"
|
1747 |
+
msgid "Assign listings to a user."
|
1748 |
+
msgstr "تعيين إعلانات للعضو."
|
|
|
|
|
|
|
1749 |
|
1750 |
+
#: templates/admin/csv-import.tpl.php:208
|
1751 |
+
msgctxt "admin csv-import"
|
1752 |
+
msgid "Use a default user for listings?"
|
1753 |
+
msgstr "استخدام العضو الافتراضي للإعلانات؟"
|
1754 |
|
1755 |
+
#: templates/admin/csv-import.tpl.php:214
|
1756 |
+
msgctxt "admin csv-import"
|
1757 |
+
msgid ""
|
1758 |
+
"Select a default user to be used if the username column is not present in "
|
1759 |
+
"the CSV file."
|
1760 |
msgstr ""
|
1761 |
+
"حدد العضو الافتراضي لاستخدامه إذا كان العمود إسم المستخدم غير موجود في ملف "
|
1762 |
+
"CSV."
|
1763 |
|
1764 |
+
#: templates/admin/csv-import.tpl.php:219
|
1765 |
+
msgctxt "admin csv-import"
|
1766 |
+
msgid "Default listing user"
|
1767 |
+
msgstr "إعلان العضو الافتراضي"
|
1768 |
|
1769 |
+
#: templates/admin/csv-import.tpl.php:225
|
1770 |
+
msgctxt "admin csv-import"
|
1771 |
msgid ""
|
1772 |
+
"This user will be used if the username column is not present in the CSV file."
|
1773 |
+
msgstr "سيتم استخدام هذا العضو إذا كان عمود إسم المستخدم غير موجود في ملف CSV."
|
|
|
|
|
|
|
|
|
|
|
1774 |
|
1775 |
+
#: templates/admin/csv-import.tpl.php:230
|
1776 |
+
msgctxt "admin csv-import"
|
1777 |
+
msgid "Disable e-mail notifications during import?"
|
1778 |
+
msgstr "تعطيل تنبيهات البريد الإلكتروني أثناء عملية الاستيراد؟"
|
1779 |
|
1780 |
+
#: templates/admin/csv-import.tpl.php:235
|
1781 |
+
msgctxt "admin csv-import"
|
1782 |
+
msgid "Disable e-mail notifications."
|
1783 |
+
msgstr "تعطيل التنبيهات."
|
1784 |
|
1785 |
+
#: templates/admin/csv-import.tpl.php:241
|
1786 |
+
msgctxt "admin csv-import"
|
1787 |
+
msgid "Test Import"
|
1788 |
+
msgstr "اختبار الاستيراد"
|
1789 |
|
1790 |
+
#: templates/admin/csv-import.tpl.php:242
|
1791 |
+
msgctxt "admin csv-import"
|
1792 |
+
msgid "Import Listings"
|
1793 |
+
msgstr "استيراد الإعلانات"
|
1794 |
|
1795 |
+
#: templates/admin/csv-import.tpl.php:250
|
1796 |
+
msgctxt "admin csv-import"
|
1797 |
+
msgid ""
|
1798 |
+
"The following are the valid header names to be used in the CSV file. "
|
1799 |
+
"Multivalued fields (such as category or tags) can appear multiple times in "
|
1800 |
+
"the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
|
1801 |
+
"how an import file should look like."
|
1802 |
+
msgstr ""
|
1803 |
+
"فيما يلي أسماء رؤوس صالحة لاستخدامها في ملف CSV. يمكن أن تظهر حقول متعددة "
|
1804 |
+
"القيم (مثل تصنيف أو وسوم) عدة مرات في الملف. إضغط فوق <a href=\"%s\">\"انظر "
|
1805 |
+
"مثال لملف استيراد CSV\"</a> لمعرفة كيف يجب أن يبدو ملف الاستيراد."
|
1806 |
|
1807 |
+
#: templates/admin/csv-import.tpl.php:257
|
1808 |
+
msgctxt "admin csv-import"
|
1809 |
+
msgid "Header name/label"
|
1810 |
+
msgstr "إسم رأس/التسمية"
|
1811 |
|
1812 |
+
#: templates/admin/csv-import.tpl.php:258
|
1813 |
+
msgctxt "admin csv-import"
|
1814 |
+
msgid "Field"
|
1815 |
+
msgstr "حقل"
|
1816 |
|
1817 |
+
#: templates/admin/csv-import.tpl.php:259
|
1818 |
+
msgctxt "admin csv-import"
|
1819 |
+
msgid "Type"
|
1820 |
+
msgstr "نوع"
|
1821 |
|
1822 |
+
#: templates/admin/csv-import.tpl.php:260
|
1823 |
+
msgctxt "admin csv-import"
|
1824 |
+
msgid "Required?"
|
1825 |
+
msgstr "مطلوب؟"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1826 |
|
1827 |
+
#: templates/admin/csv-import.tpl.php:261
|
1828 |
+
msgctxt "admin csv-import"
|
1829 |
+
msgid "Multivalued?"
|
1830 |
+
msgstr "متعدد القيم؟"
|
1831 |
|
1832 |
+
#: templates/admin/csv-import.tpl.php:283
|
1833 |
+
msgctxt "admin csv-import"
|
1834 |
+
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1835 |
+
msgstr "لائحة مفصولة بفاصلة منقوطة لصور الإعلانات (من ملف مضغوط)"
|
1836 |
|
1837 |
+
#: templates/admin/csv-import.tpl.php:290
|
1838 |
+
msgctxt "admin csv-import"
|
1839 |
+
msgid "Listing author's username"
|
1840 |
+
msgstr "إسم مستخدم كاتب الإعلان"
|
1841 |
|
1842 |
+
#: templates/admin/csv-import.tpl.php:297
|
1843 |
+
msgctxt "admin csv-import"
|
1844 |
msgid ""
|
1845 |
+
"Internal Sequence ID used to allow listing updates from external sources."
|
|
|
1846 |
msgstr ""
|
1847 |
+
"معرف (ID) تسلسل داخلي يستخدم للسماح للإعلان بالتحديثات من مصادر خارجية."
|
|
|
|
|
|
|
|
|
|
|
|
|
1848 |
|
1849 |
+
#: templates/admin/csv-import.tpl.php:304
|
1850 |
+
msgctxt "admin csv-import"
|
1851 |
msgid ""
|
1852 |
+
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
1853 |
+
"adding or updating listings from external sources."
|
1854 |
msgstr ""
|
1855 |
+
"تاريخ انتهاء صلاحية الإعلان بهذا التنسيق YYYY-MM-dd. \"استخدام\" هذا العمود "
|
1856 |
+
"عند إضافة أو تحديث الإعلانات من مصادر خارجية."
|
1857 |
|
1858 |
+
#: includes/admin/class-themes-admin.php:47
|
1859 |
+
msgctxt "themes"
|
1860 |
+
msgid "Directory Themes"
|
1861 |
+
msgstr "قوالب الدليل"
|
|
|
1862 |
|
1863 |
+
#: includes/admin/class-themes-admin.php:48
|
1864 |
+
msgctxt "themes"
|
1865 |
+
msgid "Directory Themes %s"
|
1866 |
+
msgstr "قوالب الدليل"
|
1867 |
|
1868 |
+
#: includes/admin/class-themes-admin.php:157
|
1869 |
+
msgctxt "themes"
|
1870 |
+
msgid "Could not change the active theme to \"%s\"."
|
1871 |
+
msgstr "تعذر تغيير القالب النشط إلى \"%s\"."
|
1872 |
|
1873 |
+
#: includes/admin/class-themes-admin.php:204
|
1874 |
+
msgctxt "themes"
|
1875 |
+
msgid "Active theme changed to \"%s\"."
|
1876 |
+
msgstr "القالب النشط تغير إلى \"%s\"."
|
1877 |
+
|
1878 |
+
#: includes/admin/class-themes-admin.php:207
|
1879 |
+
msgctxt "themes"
|
1880 |
msgid ""
|
1881 |
+
"%s requires that you tag your existing fields to match some places we want "
|
1882 |
+
"to put your data on the theme. Below are fields we think are missing."
|
1883 |
msgstr ""
|
1884 |
+
"%s يتطلب أن تضيف وسوم في الحقول الموجودة الخاصة بك لمطابقة بعض الأماكن لأننا "
|
1885 |
+
"نريد وضع البيانات الخاصة بك في القالب. وفيما يلي الحقول التي نظن أنها مفقودة."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1886 |
|
1887 |
+
#: includes/admin/class-themes-admin.php:216
|
1888 |
+
msgctxt "themes"
|
1889 |
+
msgid "Map My Fields"
|
1890 |
+
msgstr "أنشئ خريطة لحقولي"
|
1891 |
|
1892 |
+
#: includes/admin/class-themes-admin.php:223
|
1893 |
+
msgctxt "themes"
|
1894 |
+
msgid "Suggested fields created successfully."
|
1895 |
+
msgstr " تم إنشاء الحقول المقترحة بنجاح."
|
1896 |
|
1897 |
+
#: includes/admin/class-themes-admin.php:226
|
1898 |
+
msgctxt "themes"
|
1899 |
+
msgid "Theme installed successfully."
|
1900 |
+
msgstr "تم تثبيت القالب بنجاح."
|
1901 |
|
1902 |
+
#: includes/admin/class-themes-admin.php:229
|
1903 |
+
#, fuzzy
|
1904 |
+
msgctxt "themes"
|
1905 |
+
msgid "Theme was deleted successfully."
|
1906 |
+
msgstr "تم حذف القالب بنجاح."
|
1907 |
|
1908 |
+
#: includes/admin/class-themes-admin.php:232
|
1909 |
+
msgctxt "themes"
|
1910 |
+
msgid "Could not delete theme directory. Check permissions."
|
1911 |
+
msgstr "تعذر حذف مجلد القالب. تحقق من الصلاحيات."
|
1912 |
|
1913 |
+
#: includes/admin/class-themes-admin.php:258
|
1914 |
+
msgctxt "themes"
|
1915 |
+
msgid "Please upload a valid theme file."
|
1916 |
+
msgstr "المرجو رفع ملف قالب صالح."
|
1917 |
|
1918 |
+
#: includes/admin/class-themes-admin.php:265
|
1919 |
+
msgctxt "themes"
|
1920 |
+
msgid "Could not move \"%s\" to a temporary directory."
|
1921 |
+
msgstr "لا يمكن نقل \"%s\" إلى مجلد مؤقت."
|
1922 |
|
1923 |
+
#: includes/admin/class-themes-admin.php:466
|
1924 |
+
msgctxt "themes"
|
1925 |
+
msgid "Activate your <a>license key</a> to use this theme."
|
1926 |
+
msgstr "فعِّل <a>مفتاح الترخيص</a> الخاص بك لاستخدام هذا القالب."
|
1927 |
|
1928 |
+
#: includes/admin/upgrades/class-themes-updater.php:128
|
1929 |
+
msgctxt "themes"
|
1930 |
+
msgid "Updating theme..."
|
1931 |
+
msgstr "تحديث القالب..."
|
1932 |
|
1933 |
+
#: includes/admin/upgrades/class-themes-updater.php:129
|
1934 |
+
msgctxt "themes"
|
1935 |
+
msgid "Theme updated."
|
1936 |
+
msgstr "تم تحديث القالب"
|
|
|
|
|
|
|
|
|
|
|
|
|
1937 |
|
1938 |
+
#: includes/admin/upgrades/class-themes-updater.php:131
|
1939 |
+
msgctxt "themes"
|
1940 |
+
msgid "New version available (<b>%s</b>). <a>Update now.</a>"
|
1941 |
+
msgstr "الإصدار الجديد متوفر (<b>%s</b>). <a>التحديث الآن.</a>"
|
|
|
|
|
|
|
|
|
|
|
1942 |
|
1943 |
+
#: includes/admin/upgrades/class-themes-updater.php:159
|
1944 |
+
msgctxt "themes"
|
1945 |
+
msgid "Could not update theme: %s"
|
1946 |
+
msgstr "تعذر تحديث القالب : %s"
|
1947 |
|
1948 |
+
#: includes/admin/upgrades/class-themes-updater.php:165
|
1949 |
+
#, fuzzy
|
1950 |
+
msgctxt "themes"
|
1951 |
+
msgid "Theme was updated successfully."
|
1952 |
+
msgstr "تم تحديث القالب بنجاح."
|
1953 |
|
1954 |
+
#: includes/themes.php:766
|
1955 |
+
msgctxt "themes"
|
1956 |
+
msgid "ZIP file is not a valid BD theme file."
|
1957 |
+
msgstr "ملف الضغط ZIP ليس ملف قالب دليل الأعمال صالح."
|
|
|
|
|
|
|
|
|
|
|
1958 |
|
1959 |
+
#: includes/themes.php:772
|
1960 |
+
msgctxt "themes"
|
1961 |
+
msgid "Could not create themes directory."
|
1962 |
+
msgstr "تعذر إنشاء مجلد القوالب."
|
1963 |
|
1964 |
+
#: includes/themes.php:780
|
1965 |
+
msgctxt "themes"
|
1966 |
+
msgid "Could not remove previous theme directory \"%s\"."
|
1967 |
+
msgstr "تعذر إزالة مجلد القالب السابق \"%s\"."
|
|
|
|
|
|
|
|
|
1968 |
|
1969 |
+
#: includes/themes.php:786
|
1970 |
+
msgctxt "themes"
|
1971 |
+
msgid "Could not move new theme into theme directory."
|
1972 |
+
msgstr "تعذر نقل القالب الجديد الى مجلد القالب."
|
|
|
|
|
|
|
|
|
|
|
1973 |
|
1974 |
+
#: templates/admin/themes-install.tpl.php:2
|
1975 |
+
#: templates/admin/themes-licenses.tpl.php:3 templates/admin/themes.tpl.php:3
|
1976 |
+
msgctxt "themes"
|
1977 |
+
msgid "Upload Directory Theme"
|
1978 |
+
msgstr "تحميل قالب الدليل"
|
1979 |
|
1980 |
+
#: templates/admin/themes-install.tpl.php:8
|
1981 |
+
msgctxt "themes"
|
1982 |
+
msgid "This is a theme or skin from %s and is NOT a regular WordPress theme."
|
1983 |
+
msgstr "هذا قالب أو الغلاف من %s وليس قالب ووردبريس عادي."
|
|
|
1984 |
|
1985 |
+
#: templates/admin/themes-install.tpl.php:21
|
1986 |
+
msgctxt "themes"
|
1987 |
+
msgid "BD Theme archive (ZIP file)"
|
1988 |
+
msgstr "أرشيف قالب دليل الأعمال (ملف مضغوط)"
|
|
|
1989 |
|
1990 |
+
#: templates/admin/themes-install.tpl.php:30
|
1991 |
+
msgctxt "themes"
|
1992 |
+
msgid "Begin Upload"
|
1993 |
+
msgstr "إبدأ الرفع"
|
|
|
|
|
1994 |
|
1995 |
+
#: templates/admin/themes-item.tpl.php:3
|
1996 |
+
msgctxt "themes"
|
1997 |
+
msgid "Active:"
|
1998 |
+
msgstr "مفعل"
|
1999 |
|
2000 |
+
#: templates/admin/themes-item.tpl.php:17
|
2001 |
+
msgctxt "themes"
|
2002 |
+
msgid "Activate"
|
2003 |
+
msgstr "قم بالتفعيل"
|
|
|
|
|
|
|
2004 |
|
2005 |
+
#: templates/admin/themes-item.tpl.php:35
|
2006 |
+
msgctxt "themes"
|
2007 |
+
msgid "Version:"
|
2008 |
+
msgstr "الإصدار:"
|
2009 |
|
2010 |
+
#: templates/admin/themes-item.tpl.php:38
|
2011 |
+
msgctxt "themes"
|
2012 |
+
msgid "Author:"
|
2013 |
+
msgstr "الكاتب:"
|
|
|
|
|
|
|
|
|
2014 |
|
2015 |
+
#: templates/admin/themes-licenses.tpl.php:24
|
2016 |
+
msgctxt "themes"
|
2017 |
+
msgid "Deactivate License"
|
2018 |
+
msgstr "تعطيل الترخيص"
|
2019 |
|
2020 |
+
#: templates/admin/themes-licenses.tpl.php:27
|
2021 |
+
msgctxt "themes"
|
2022 |
+
msgid "Deactivating license..."
|
2023 |
+
msgstr "ترخيص معطل"
|
|
|
|
|
|
|
|
|
2024 |
|
2025 |
+
#: templates/admin/themes-licenses.tpl.php:29
|
2026 |
+
msgctxt "themes"
|
2027 |
+
msgid "Activate License"
|
2028 |
+
msgstr "تفعيل الترخيص"
|
2029 |
|
2030 |
+
#: templates/admin/themes-licenses.tpl.php:30
|
2031 |
+
msgctxt "themes"
|
2032 |
+
msgid "Activating license..."
|
2033 |
+
msgstr "ترخيص مفعل"
|
2034 |
|
2035 |
+
#: templates/admin/themes.tpl.php:5
|
2036 |
+
msgctxt "themes"
|
2037 |
+
msgid "Settings"
|
2038 |
+
msgstr "إعدادات"
|
2039 |
+
|
2040 |
+
#: templates/admin/themes.tpl.php:15
|
2041 |
+
msgctxt "themes"
|
2042 |
+
msgid ""
|
2043 |
+
"<a><b>Directory Themes</b></a> are pre-made templates for the <i>Business "
|
2044 |
+
"Directory Plugin</i> to change the look of the directory quickly and easily. "
|
2045 |
+
"We have a number of them available for purchase <a>here</a>."
|
2046 |
+
msgstr ""
|
2047 |
+
"<a><b>قوالب الدليل</b></a> هي قوالب مسبقة الصنع لـ<i>إضافة دليل الأعمال</i> "
|
2048 |
+
"لتغيير مظهر الدليل بسرعة وسهولة. لدينا عدد منهم للشراء <a>هنا</a>."
|
2049 |
|
2050 |
+
#: templates/admin/themes.tpl.php:16
|
2051 |
+
msgctxt "themes"
|
2052 |
msgid ""
|
2053 |
+
"They are <strong>different</strong> than your regular WordPress theme and "
|
2054 |
+
"they are <strong>not</strong> a replacement for WP themes either. They will "
|
2055 |
+
"change the look and feel of your business directory only."
|
2056 |
msgstr ""
|
2057 |
+
"إنها <strong>مختلفة</strong> عن قوالب ووردبريس العادية الخاصة بك، و "
|
2058 |
+
"<strong>ليست</strong> بديلاً عن قوالب ووردبريس. سوف تغير الشكل والمظهر لدليل "
|
2059 |
+
"الأعمال الخاص بك فقط."
|
2060 |
|
2061 |
+
#: includes/admin/class-themes-admin.php:94
|
2062 |
+
msgctxt "admin themes"
|
2063 |
+
msgid ""
|
2064 |
+
"Business Directory Plugin - Your template overrides need to be reviewed!"
|
2065 |
+
msgstr "إضافة دليل الأعمال - تجاوز القالب الخاص بك يحتاج إلى مراجعة!"
|
2066 |
|
2067 |
+
#: includes/admin/class-themes-admin.php:96
|
2068 |
+
msgctxt "admin themes"
|
2069 |
msgid ""
|
2070 |
+
"Starting with version 4.0, Business Directory is using a new theming system "
|
2071 |
+
"that is not compatible with the templates used in previous versions."
|
|
|
|
|
|
|
2072 |
msgstr ""
|
2073 |
+
"بدءاً من الإصدار 4.0، \"دليل الأعمال\" يستخدام نظام قوالب جديد غير متوافق مع "
|
2074 |
+
"القوالب المستخدمة في الإصدارات السابقة."
|
2075 |
|
2076 |
+
#: includes/admin/class-themes-admin.php:98
|
2077 |
+
msgctxt "admin themes"
|
2078 |
+
msgid ""
|
2079 |
+
"Because of this, your template overrides below have been disabled. You "
|
2080 |
+
"should <a>review our documentation on customization</a> in order adjust your "
|
2081 |
+
"templates."
|
2082 |
+
msgstr ""
|
2083 |
+
"وبسبب هذا، تم تعطيل تجاوز القالب الخاص بك أدناه. يجب عليك <a>مراجعة وثائق "
|
2084 |
+
"الشرح بشأن التخصيص</a> لتعديل القوالب الخاصة بك."
|
2085 |
|
2086 |
+
#: includes/admin/class-themes-admin.php:127
|
2087 |
+
msgctxt "admin themes"
|
2088 |
+
msgid ""
|
2089 |
+
"You need to <a>activate your theme's license key</a> before you can activate "
|
2090 |
+
"the theme. <a>Click here</a> to do that."
|
2091 |
msgstr ""
|
2092 |
+
"تحتاج إلى <a>تنشيط مفتاح ترخيص القالب الخاص بك</a> قبل أن تتمكن من تنشيط "
|
2093 |
+
"القالب. <a>أنقر هنا</a> للقيام بذلك."
|
2094 |
|
2095 |
+
#: templates/admin/themes-tabs.tpl.php:6
|
2096 |
+
msgctxt "admin themes"
|
2097 |
+
msgid "Available Themes"
|
2098 |
+
msgstr "قوالب متاحة"
|
2099 |
|
2100 |
+
#: templates/admin/themes-tabs.tpl.php:7
|
2101 |
+
msgctxt "admin themes"
|
2102 |
+
msgid "Licenses"
|
2103 |
+
msgstr "تراخيص"
|
2104 |
|
2105 |
+
#: includes/admin/class-themes-admin.php:366
|
2106 |
+
#: includes/admin/class-themes-admin.php:427 includes/licensing.php:260
|
2107 |
+
msgctxt "licensing"
|
2108 |
+
msgid "Could not contact licensing server"
|
2109 |
+
msgstr "لا يمكن الاتصال بخادم الترخيص"
|
2110 |
|
2111 |
+
#: includes/admin/class-themes-admin.php:372 includes/licensing.php:180
|
2112 |
+
#: includes/licensing.php:292
|
2113 |
+
msgctxt "licensing"
|
2114 |
+
msgid "License key is invalid"
|
2115 |
+
msgstr "مفتاح الترخيص غير صالح"
|
2116 |
|
2117 |
+
#: includes/admin/class-themes-admin.php:377 includes/licensing.php:447
|
2118 |
+
msgctxt "licensing"
|
2119 |
+
msgid "Could not activate license: %s."
|
2120 |
+
msgstr "لا يمكن تفعيل الترخيص: %s."
|
2121 |
|
2122 |
+
#: includes/admin/class-themes-admin.php:390 includes/licensing.php:453
|
2123 |
+
msgctxt "licensing"
|
2124 |
+
msgid "License activated"
|
2125 |
+
msgstr "تم تفعيل ترخيص"
|
2126 |
|
2127 |
+
#: includes/admin/class-themes-admin.php:433
|
2128 |
+
msgctxt "licensing"
|
2129 |
+
msgid "Invalid response from server"
|
2130 |
+
msgstr "جواب غير صالح من الخادم"
|
|
|
|
|
|
|
|
|
|
|
|
|
2131 |
|
2132 |
+
#: includes/admin/class-themes-admin.php:450 includes/licensing.php:475
|
2133 |
+
msgctxt "licensing"
|
2134 |
+
msgid "License deactivated"
|
2135 |
+
msgstr "تم إلغاء تفعيل الترخيص"
|
2136 |
|
2137 |
+
#: includes/licensing.php:154 includes/licensing.php:266
|
2138 |
+
msgctxt "licensing"
|
2139 |
+
msgid "Invalid module ID"
|
2140 |
+
msgstr "معرف وحدة غير صالح"
|
2141 |
|
2142 |
+
#: includes/licensing.php:159
|
2143 |
+
msgctxt "licensing"
|
2144 |
+
msgid "No license key provided"
|
2145 |
+
msgstr "لم يتم تقديم أي مفتاح الترخيص"
|
2146 |
|
2147 |
+
#: includes/licensing.php:199
|
2148 |
+
msgctxt "licensing"
|
2149 |
+
msgid "The server returned a 403 Forbidden error."
|
|
|
|
|
2150 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2151 |
|
2152 |
+
#: includes/licensing.php:201 includes/licensing.php:234
|
2153 |
+
msgctxt "licensing"
|
2154 |
msgid ""
|
2155 |
+
"It look's like your server is not authorized to make requests to Business "
|
2156 |
+
"Directory servers. Please contact support and ask them to add your IP "
|
2157 |
+
"address <ip-address> to the whitelist."
|
2158 |
+
msgstr ""
|
2159 |
|
2160 |
+
#: includes/licensing.php:203 includes/licensing.php:236
|
2161 |
+
msgctxt "licensing"
|
2162 |
+
msgid "Include this error message with your report."
|
2163 |
+
msgstr ""
|
2164 |
|
2165 |
+
#: includes/licensing.php:230
|
2166 |
+
msgctxt "licensing"
|
2167 |
msgid ""
|
2168 |
+
"It was not possible to establish a connection with Business Directory's "
|
2169 |
+
"server. The connection failed with the following error:"
|
2170 |
msgstr ""
|
|
|
2171 |
|
2172 |
+
#: includes/licensing.php:244
|
2173 |
+
msgctxt "licensing"
|
2174 |
msgid ""
|
2175 |
+
"It was not possible to establish a connection with Business Directory's "
|
2176 |
+
"server. A problem occurred in the SSL/TSL handshake:"
|
2177 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2178 |
|
2179 |
+
#: includes/licensing.php:249
|
2180 |
+
msgctxt "licensing"
|
2181 |
msgid ""
|
2182 |
+
"To ensure the security of our systems and adhere to industry best practices, "
|
2183 |
+
"we require that your server uses a recent version of cURL and a version of "
|
2184 |
+
"OpenSSL that supports TLSv1.2 (minimum version with support is OpenSSL "
|
2185 |
+
"1.0.1c)."
|
2186 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2187 |
|
2188 |
+
#: includes/licensing.php:251
|
2189 |
+
msgctxt "licensing"
|
2190 |
+
msgid ""
|
2191 |
+
"Upgrading your system will not only allow you to communicate with Business "
|
2192 |
+
"Directory servers but also help you prepare your website to interact with "
|
2193 |
+
"services using the latest security standards."
|
2194 |
+
msgstr ""
|
2195 |
|
2196 |
+
#: includes/licensing.php:253
|
2197 |
+
msgctxt "licensing"
|
2198 |
+
msgid ""
|
2199 |
+
"Please contact your hosting provider and ask them to upgrade your system. "
|
2200 |
+
"Include this message if necesary."
|
2201 |
+
msgstr ""
|
2202 |
|
2203 |
+
#: includes/licensing.php:295
|
2204 |
+
msgctxt "licensing"
|
2205 |
+
msgid "Deactivation failed"
|
2206 |
+
msgstr "فشل التعطيل"
|
2207 |
|
2208 |
+
#: includes/licensing.php:347
|
2209 |
+
msgctxt "licensing"
|
2210 |
+
msgid "Business Directory - License Key Required"
|
2211 |
+
msgstr "دليل الأعمال - مفتاح الترخيص مطلوب"
|
2212 |
|
2213 |
+
#: includes/licensing.php:350
|
2214 |
+
msgctxt "licensing"
|
2215 |
+
msgid ""
|
2216 |
+
"The following premium modules will not work until a valid license key is "
|
2217 |
+
"provided. Go to <a>Manage Options - Licenses</a> to enter your license "
|
2218 |
+
"information."
|
2219 |
+
msgstr ""
|
2220 |
+
"لن تعمل الوحدات الممتازة (Premium) التالية حتى يتم توفير مفتاح ترخيص ساري "
|
2221 |
+
"المفعول. إذهب إلى <a>إدارة الخيارات - التراخيص</a> لإدخال معلومات الترخيص "
|
2222 |
+
"الخاص بك."
|
2223 |
|
2224 |
+
#: includes/licensing.php:371
|
2225 |
+
msgctxt "licensing"
|
2226 |
+
msgid "Business Directory - License Key Expired"
|
2227 |
+
msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
|
|
|
2228 |
|
2229 |
+
#: includes/licensing.php:372
|
2230 |
+
msgctxt "licensing"
|
2231 |
+
msgid ""
|
2232 |
+
"The license key for <span class=\"module-name\">%s %s</span> has expired. "
|
2233 |
+
"The module will continue to work but you will not receive any more updates "
|
2234 |
+
"until the license is renewed."
|
2235 |
+
msgstr ""
|
2236 |
+
"انتهت صلاحية مفتاح الترخيص <span class=\"module-name\">%s %s</span>. سوف "
|
2237 |
+
"يستمر عمل الوحدة ولكن لن تتلقى أي مزيد من التحديثات حتى يتم تجديد الترخيص."
|
2238 |
|
2239 |
+
#: includes/licensing.php:376
|
2240 |
+
msgctxt "licensing"
|
2241 |
+
msgid "Remind me later"
|
2242 |
+
msgstr "ذكرني لاحقا"
|
2243 |
|
2244 |
+
#: includes/licensing.php:378
|
2245 |
+
msgctxt "licensing"
|
2246 |
+
msgid "Renew License Key"
|
2247 |
+
msgstr "تجديد مفتاح الترخيص"
|
2248 |
|
2249 |
+
#: includes/licensing.php:469
|
2250 |
+
msgctxt "licensing"
|
2251 |
+
msgid "Could not deactivate license: %s."
|
2252 |
+
msgstr "لا يمكن إلغاء الترخيص: %s."
|
2253 |
|
2254 |
+
#: includes/admin/fees.php:22
|
2255 |
+
msgctxt "fees admin"
|
2256 |
+
msgid "Fee enabled."
|
2257 |
+
msgstr "رسوم ممكنة."
|
2258 |
|
2259 |
+
#: includes/admin/fees.php:30
|
2260 |
+
msgctxt "fees admin"
|
2261 |
+
msgid "Fee disabled."
|
2262 |
+
msgstr "رسوم معطلة."
|
2263 |
|
2264 |
+
#: includes/admin/fees.php:86
|
2265 |
+
msgctxt "fees admin"
|
2266 |
+
msgid "Fee updated."
|
2267 |
+
msgstr "الرسوم حدثت."
|
2268 |
|
2269 |
+
#: includes/admin/fees.php:111
|
2270 |
+
msgctxt "fees admin"
|
2271 |
+
msgid "Fee deleted."
|
2272 |
+
msgstr "الرسوم حذفت."
|
|
|
2273 |
|
2274 |
+
#: includes/admin/helpers/class-fees-table.php:9
|
2275 |
+
msgctxt "fees admin"
|
2276 |
+
msgid "fee"
|
2277 |
+
msgstr "الرسم"
|
|
|
2278 |
|
2279 |
+
#: includes/admin/helpers/class-fees-table.php:10
|
2280 |
+
msgctxt "fees admin"
|
2281 |
+
msgid "fees"
|
2282 |
+
msgstr "الرسوم"
|
2283 |
|
2284 |
+
#: includes/admin/helpers/class-fees-table.php:19
|
2285 |
+
msgctxt "fees admin"
|
2286 |
+
msgid "There are no fees right now. You can <a>create one</a>, if you want."
|
2287 |
+
msgstr "لا توجد أي رسوم الآن. يمكنك <a>إنشاء واحد</a>، إذا كنت تريد."
|
2288 |
|
2289 |
+
#: includes/admin/helpers/class-fees-table.php:25
|
2290 |
+
#: includes/admin/helpers/class-fees-table.php:260
|
2291 |
+
msgctxt "fees admin"
|
2292 |
+
msgid "Active"
|
2293 |
+
msgstr "مفعل"
|
2294 |
|
2295 |
+
#: includes/admin/helpers/class-fees-table.php:28
|
2296 |
+
#: includes/admin/helpers/class-fees-table.php:258
|
2297 |
+
msgctxt "fees admin"
|
2298 |
+
msgid "Not Available"
|
2299 |
+
msgstr "غير متاح"
|
2300 |
|
2301 |
+
#: includes/admin/helpers/class-fees-table.php:31
|
2302 |
+
#: includes/admin/helpers/class-fees-table.php:255
|
2303 |
+
msgctxt "fees admin"
|
2304 |
+
msgid "Disabled"
|
2305 |
+
msgstr "معطل"
|
2306 |
|
2307 |
+
#: includes/admin/helpers/class-fees-table.php:39
|
2308 |
+
msgctxt "fees admin"
|
2309 |
+
msgid ""
|
2310 |
+
"There are no \"%s\" fees right now. You can <a>create one</a>, if you want."
|
2311 |
+
msgstr "لا توجد أي \"%s\" رسوم الآن. يمكنك <a>إنشاء واحد</a>، إذا كنت تريد."
|
2312 |
|
2313 |
+
#: includes/admin/helpers/class-fees-table.php:94
|
2314 |
+
msgctxt "fees admin"
|
2315 |
+
msgid "Label"
|
2316 |
+
msgstr "التسمية"
|
2317 |
|
2318 |
+
#: includes/admin/helpers/class-fees-table.php:95
|
2319 |
+
msgctxt "fees admin"
|
2320 |
+
msgid "Amount"
|
2321 |
+
msgstr "القدر"
|
2322 |
|
2323 |
+
#: includes/admin/helpers/class-fees-table.php:96
|
2324 |
+
msgctxt "fees admin"
|
2325 |
+
msgid "Duration"
|
2326 |
+
msgstr "المدة"
|
2327 |
|
2328 |
+
#: includes/admin/helpers/class-fees-table.php:97
|
2329 |
+
msgctxt "fees admin"
|
2330 |
+
msgid "Images"
|
2331 |
+
msgstr "الصور"
|
2332 |
|
2333 |
+
#: includes/admin/helpers/class-fees-table.php:98
|
2334 |
+
msgctxt "fees admin"
|
2335 |
+
msgid "Featured/Sticky"
|
2336 |
+
msgstr "حالة مميزة (مثبت)"
|
2337 |
|
2338 |
+
#: includes/admin/helpers/class-fees-table.php:102
|
2339 |
+
msgctxt "fees admin"
|
2340 |
+
msgid "Status"
|
2341 |
+
msgstr "الحالة"
|
2342 |
|
2343 |
+
#: includes/admin/helpers/class-fees-table.php:155
|
2344 |
+
msgctxt "fees admin"
|
2345 |
msgid ""
|
2346 |
+
"This is the default free plan for your directory. You can't delete it and "
|
2347 |
+
"it's always free, but you can edit the name and other settings. It's only "
|
2348 |
+
"available when the directory is in Free mode. You can always create other "
|
2349 |
+
"fee plans, including ones for 0.00 (free) if you wish."
|
2350 |
msgstr ""
|
2351 |
+
"هذه هي الخطة الافتراضية المجانية للدليل الخاص بك. لا يمكنك حذفه، وهي دائما "
|
2352 |
+
"مجانية، ولكن يمكنك تعديل الإسم وإعدادات أخرى. إنه يتوفر فقط عندما يكون "
|
2353 |
+
"الدليل في الوضع المجاني. ويمكنك دائماً إنشاء خطط رسوم أخرى، بما في ذلك تلك "
|
2354 |
+
"الخاصة بـ 0.00 (مجاناً) إذا كنت ترغب."
|
2355 |
|
2356 |
+
#: includes/admin/helpers/class-fees-table.php:187
|
2357 |
+
msgctxt "fees admin"
|
2358 |
+
msgid "Edit"
|
2359 |
+
msgstr "تحرير"
|
2360 |
|
2361 |
+
#: includes/admin/helpers/class-fees-table.php:197
|
2362 |
+
msgctxt "fees admin"
|
2363 |
+
msgid "Disable"
|
2364 |
+
msgstr "تعطيل"
|
2365 |
|
2366 |
+
#: includes/admin/helpers/class-fees-table.php:201
|
2367 |
+
msgctxt "fees admin"
|
2368 |
+
msgid "Enable"
|
2369 |
+
msgstr "تفعيل"
|
|
|
|
|
|
|
|
|
|
|
|
|
2370 |
|
2371 |
+
#: includes/admin/helpers/class-fees-table.php:205
|
2372 |
+
msgctxt "fees admin"
|
2373 |
+
msgid "Delete"
|
2374 |
+
msgstr "حذف"
|
2375 |
|
2376 |
+
#: includes/admin/helpers/class-fees-table.php:226
|
2377 |
+
msgctxt "fees admin"
|
2378 |
+
msgid "Forever"
|
2379 |
+
msgstr "دائما"
|
|
|
|
|
|
|
|
|
2380 |
|
2381 |
+
#: includes/admin/helpers/class-fees-table.php:227
|
2382 |
+
msgctxt "fees admin"
|
2383 |
+
msgid "%d day"
|
2384 |
+
msgid_plural "%d days"
|
2385 |
+
msgstr[0] "%d يوم"
|
2386 |
+
msgstr[1] "%d يوم"
|
2387 |
+
msgstr[2] "%d يومين"
|
2388 |
+
msgstr[3] "%d أيام"
|
2389 |
+
msgstr[4] "%d يوم"
|
2390 |
+
msgstr[5] "%d يوم"
|
2391 |
|
2392 |
+
#: includes/admin/helpers/class-fees-table.php:231
|
2393 |
+
msgctxt "fees admin"
|
2394 |
+
msgid "%d image"
|
2395 |
+
msgid_plural "%d images"
|
2396 |
+
msgstr[0] "%d صورة"
|
2397 |
+
msgstr[1] "%d صورتين"
|
2398 |
+
msgstr[2] "%d صور"
|
2399 |
+
msgstr[3] "%d صور"
|
2400 |
+
msgstr[4] "%d صور"
|
2401 |
+
msgstr[5] "%d صور"
|
2402 |
+
|
2403 |
+
#: includes/admin/helpers/class-fees-table.php:236
|
2404 |
+
msgctxt "fees admin"
|
2405 |
+
msgid "All categories"
|
2406 |
+
msgstr "جميع التصنيفات"
|
2407 |
+
|
2408 |
+
#: includes/admin/helpers/class-fees-table.php:250
|
2409 |
+
msgctxt "fees admin"
|
2410 |
+
msgid "Yes"
|
2411 |
+
msgstr "نعم"
|
2412 |
|
2413 |
+
#: includes/admin/helpers/class-fees-table.php:250
|
2414 |
+
msgctxt "fees admin"
|
2415 |
+
msgid "No"
|
2416 |
+
msgstr "لا"
|
2417 |
|
2418 |
+
#: templates/admin/fees-addoredit.tpl.php:23
|
2419 |
+
msgctxt "fees admin"
|
2420 |
+
msgid "Add Listing Fee"
|
2421 |
+
msgstr "إضافة رسوم الإعلان"
|
2422 |
|
2423 |
+
#: templates/admin/fees-addoredit.tpl.php:23
|
2424 |
+
msgctxt "fees admin"
|
2425 |
+
msgid "Edit Listing Fee"
|
2426 |
+
msgstr "تعديل رسوم الإعلان"
|
2427 |
|
2428 |
+
#: templates/admin/fees-addoredit.tpl.php:35
|
2429 |
+
msgctxt "fees admin"
|
2430 |
+
msgid "Fee Label"
|
2431 |
+
msgstr "تسمية الرسوم"
|
2432 |
|
2433 |
+
#: templates/admin/fees-addoredit.tpl.php:46
|
2434 |
+
msgctxt "fees admin"
|
2435 |
+
msgid "Fee Amount"
|
2436 |
+
msgstr "مبلغ الرسوم"
|
2437 |
|
2438 |
+
#: templates/admin/fees-addoredit.tpl.php:62
|
2439 |
+
msgctxt "fees admin"
|
2440 |
+
msgid "Listing run in days"
|
2441 |
+
msgstr "الإعلان يعمل طيلة أيام"
|
2442 |
|
2443 |
+
#: templates/admin/fees-addoredit.tpl.php:65
|
2444 |
+
msgctxt "fees admin"
|
2445 |
+
msgid "run listing for"
|
2446 |
+
msgstr "تشغيل الإعلان لـ"
|
2447 |
|
2448 |
+
#: templates/admin/fees-addoredit.tpl.php:74
|
2449 |
+
msgctxt "fees admin"
|
2450 |
+
msgid "days"
|
2451 |
+
msgstr "يوم"
|
2452 |
|
2453 |
+
#: templates/admin/fees-addoredit.tpl.php:77
|
2454 |
+
msgctxt "fees admin"
|
2455 |
+
msgid "run listing forever"
|
2456 |
+
msgstr "تشغيل الإعلان إلى الأبد"
|
|
|
2457 |
|
2458 |
+
#: templates/admin/fees-addoredit.tpl.php:82
|
2459 |
+
msgctxt "fees admin"
|
2460 |
+
msgid "Number of images allowed"
|
2461 |
+
msgstr "عدد الصور المسموح بها"
|
2462 |
|
2463 |
+
#: templates/admin/fees-addoredit.tpl.php:94
|
2464 |
+
msgctxt "fees admin"
|
2465 |
+
msgid "Is featured listing/sticky?"
|
2466 |
+
msgstr "هذا إعلان مميز/مثبت"
|
2467 |
|
2468 |
+
#: templates/admin/fees-addoredit.tpl.php:102
|
2469 |
+
msgctxt "fees admin"
|
2470 |
+
msgid ""
|
2471 |
+
"This floats the listing to the top of search results and browsing the "
|
2472 |
+
"directory when the user buys this plan."
|
2473 |
+
msgstr ""
|
2474 |
+
"هذا يظهر الإعلان أعلى نتائج البحث وأثناء تصفح الدليل عندما يشتري العضو هذه "
|
2475 |
+
"الخطة."
|
2476 |
|
2477 |
+
#: templates/admin/fees-addoredit.tpl.php:107
|
2478 |
+
msgctxt "fees admin"
|
2479 |
+
msgid "Apply to category"
|
2480 |
+
msgstr "تنطبق على التصنيف"
|
2481 |
|
2482 |
+
#: templates/admin/fees-addoredit.tpl.php:111
|
2483 |
+
#: templates/admin/fees-addoredit.tpl.php:114
|
2484 |
+
msgctxt "fees admin"
|
2485 |
+
msgid "* All Categories *"
|
2486 |
+
msgstr "* جميع التصنيفات *"
|
2487 |
|
2488 |
+
#: templates/admin/fees-addoredit.tpl.php:128
|
2489 |
+
msgctxt "fees admin"
|
2490 |
+
msgid "Fee Description"
|
2491 |
+
msgstr "رسم الوصف"
|
2492 |
|
2493 |
+
#: templates/admin/fees-addoredit.tpl.php:143
|
2494 |
+
msgctxt "fees admin"
|
2495 |
+
msgid "Add Fee"
|
2496 |
+
msgstr "إضافة رسم"
|
2497 |
|
2498 |
+
#: templates/admin/fees-addoredit.tpl.php:143
|
2499 |
+
msgctxt "fees admin"
|
2500 |
+
msgid "Update Fee"
|
2501 |
+
msgstr "تحديث الرسم"
|
2502 |
|
2503 |
+
#: templates/admin/fees-confirm-delete.tpl.php:2
|
2504 |
+
msgctxt "fees admin"
|
2505 |
+
msgid "Delete Listing Fee"
|
2506 |
+
msgstr "حذف رسم الإعلان"
|
2507 |
|
2508 |
+
#: templates/admin/fees-confirm-delete.tpl.php:7
|
2509 |
+
msgctxt "fees admin"
|
2510 |
+
msgid "Are you sure you want to disable the \"%s\" fee?"
|
2511 |
+
msgstr "هل أنت متأكد من أنك تريد تعطيل الرسم \"%s\"؟"
|
2512 |
|
2513 |
+
#: templates/admin/fees-confirm-delete.tpl.php:9
|
2514 |
+
msgctxt "fees admin"
|
2515 |
+
msgid "Are you sure you want to delete the \"%s\" fee?"
|
2516 |
+
msgstr "هل أنت متأكد من أنك تريد حذف رسم \"%s\"؟"
|
|
|
|
|
2517 |
|
2518 |
+
#: templates/admin/fees.tpl.php:3
|
2519 |
+
msgctxt "fees admin"
|
2520 |
+
msgid "Add New Listing Fee"
|
2521 |
+
msgstr "إضافة رسم إعلان جديد"
|
2522 |
|
2523 |
+
#: templates/admin/fees.tpl.php:10
|
2524 |
+
msgctxt "fees admin"
|
2525 |
+
msgid "Payments are currently turned off."
|
2526 |
+
msgstr "نظام الدفع متوقف حاليا."
|
2527 |
+
|
2528 |
+
#: templates/admin/fees.tpl.php:13
|
2529 |
+
msgctxt "fees admin"
|
2530 |
msgid ""
|
2531 |
+
"To manage fees you need to go to the <a>Manage Options - Payment</a> page "
|
2532 |
+
"and check the box next to 'Turn On Payments' under 'Payment Settings'."
|
2533 |
msgstr ""
|
2534 |
+
"لإدارة الرسوم أنت بحاجة للذهاب إلى صفحة <a>إدارة الخيارات - الدفع</a> وحدد "
|
2535 |
+
"المربع بجوار 'تشغيل الدفعات' تحت 'إعدادات الدفع'."
|
2536 |
|
2537 |
+
#: templates/admin/fees.tpl.php:24
|
2538 |
+
msgctxt "fees admin"
|
2539 |
+
msgid "Order fees on the frontend by:"
|
2540 |
+
msgstr "رسوم الترتيب على الواجهة بواسطة:"
|
2541 |
|
2542 |
+
#: templates/admin/fees.tpl.php:32
|
2543 |
+
msgctxt "fees admin"
|
2544 |
+
msgid "↑ Ascending"
|
2545 |
+
msgstr "↑ تصاعدي"
|
2546 |
|
2547 |
+
#: templates/admin/fees.tpl.php:32
|
2548 |
+
msgctxt "fees admin"
|
2549 |
+
msgid "↓ Descending"
|
2550 |
+
msgstr "↓ تنازلي"
|
2551 |
|
2552 |
+
#: templates/admin/fees.tpl.php:38
|
2553 |
+
msgctxt "fees admin"
|
2554 |
+
msgid "Drag and drop to re-order fees."
|
2555 |
+
msgstr "سحب وإسقاط لإعادة ترتيب الرسوم."
|
2556 |
+
|
2557 |
+
#: templates/admin/fees.tpl.php:54
|
2558 |
+
msgctxt "fees admin"
|
2559 |
msgid ""
|
2560 |
+
"These are all of the fee plans displayed to the user when they place a "
|
2561 |
+
"listing. Your current mode of \"%s\" restricts what you see here. Those on "
|
2562 |
+
"the <a>Not Available</a> filter will become active when you change the "
|
2563 |
+
"payment mode."
|
2564 |
msgstr ""
|
2565 |
+
"هذه جميع خطط الرسوم المعروضة للعضو عندما يضع إعلانا. الوضع الحالي الخاص بك "
|
2566 |
+
"هو \"%s\" يحصر ما تراه هنا. بالنسبة لتلك التي في عامل التصفية <a>غير متوفرة</"
|
2567 |
+
"a> سوف تصبح مفعلة عندما تقوم بتغيير وضع الدفع."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2568 |
|
2569 |
+
#: templates/admin/fees.tpl.php:57 templates/admin/fees.tpl.php:63
|
2570 |
+
#: templates/admin/fees.tpl.php:77
|
2571 |
+
msgctxt "fees admin"
|
2572 |
+
msgid "Paid"
|
2573 |
+
msgstr "تم الدفع"
|
2574 |
|
2575 |
+
#: templates/admin/fees.tpl.php:57 templates/admin/fees.tpl.php:63
|
2576 |
+
#: templates/admin/fees.tpl.php:77
|
2577 |
+
msgctxt "fees admin"
|
2578 |
+
msgid "Free"
|
2579 |
+
msgstr "مجاني"
|
2580 |
|
2581 |
+
#: templates/admin/fees.tpl.php:60
|
2582 |
+
msgctxt "fees admin"
|
2583 |
+
msgid ""
|
2584 |
+
"These are all of the fee plans that aren't available because you're in \"%s"
|
2585 |
+
"\" mode. Those on the Active filter will become Not Available when you "
|
2586 |
+
"change the payment mode."
|
2587 |
+
msgstr ""
|
2588 |
+
"هذه كلها من خطط الرسوم التي لم تكن متوفرة لأنك في وضع \"%s\". تلك المتعلقة "
|
2589 |
+
"بالتصفية المفعلة سوف تصبح \"غير متوفرة\" عندما تقوم بتغيير وضع الدفع."
|
2590 |
|
2591 |
+
#: templates/admin/fees.tpl.php:66
|
2592 |
+
msgctxt "fees admin"
|
2593 |
msgid ""
|
2594 |
+
"These fee plans were disabled by the admin and will not show to the end user "
|
2595 |
+
"regardless of mode until you enable them."
|
2596 |
msgstr ""
|
2597 |
+
"خطط الرسوم هذه كانت معطلة من قبل الإدارة ولن تظهر للعضو بغض النظر عن الوضع "
|
2598 |
+
"حتى تقوم بفعيلها."
|
|
|
|
|
|
|
|
|
|
|
2599 |
|
2600 |
+
#: templates/admin/fees.tpl.php:74
|
2601 |
+
msgctxt "fees admin"
|
2602 |
msgid ""
|
2603 |
+
"These are all of the fee plans you have configured. Not all of them are "
|
2604 |
+
"available for the current mode (currently set to \"%s\"). To see the fee "
|
2605 |
+
"plans for this mode click <a>Active</a>."
|
2606 |
msgstr ""
|
2607 |
+
"هذه كلها من خطط الرسوم التي قمت بإعدادها. ليست كلها متاحة للوضع الحالي "
|
2608 |
+
"(حاليا الوضع في \"%s\"). لمشاهدة خطط الرسوم لهذا الوضع إضغط <a>مفعل</a>."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2609 |
|
2610 |
+
#: includes/admin/fees.php:57
|
2611 |
+
msgctxt "fees order"
|
2612 |
+
msgid "Label"
|
2613 |
+
msgstr "التسمية"
|
|
|
|
|
|
|
|
|
2614 |
|
2615 |
+
#: includes/admin/fees.php:58
|
2616 |
+
msgctxt "fees order"
|
2617 |
+
msgid "Amount"
|
2618 |
+
msgstr "القدر"
|
|
|
|
|
2619 |
|
2620 |
+
#: includes/admin/fees.php:59
|
2621 |
+
msgctxt "fees order"
|
2622 |
+
msgid "Duration"
|
2623 |
+
msgstr "المدة"
|
2624 |
|
2625 |
+
#: includes/admin/fees.php:60
|
2626 |
+
msgctxt "fees order"
|
2627 |
+
msgid "Images"
|
2628 |
+
msgstr "الصور"
|
|
|
|
|
2629 |
|
2630 |
+
#: includes/admin/fees.php:61
|
2631 |
+
msgctxt "fees order"
|
2632 |
+
msgid "Custom Order"
|
2633 |
+
msgstr "ترتيب مخصص"
|
|
|
|
|
|
|
|
|
2634 |
|
2635 |
+
#: includes/admin/form-fields.php:9
|
2636 |
+
msgctxt "form-fields admin"
|
2637 |
+
msgid "form field"
|
2638 |
+
msgstr "حقل الاستمارة"
|
2639 |
|
2640 |
+
#: includes/admin/form-fields.php:10
|
2641 |
+
msgctxt "form-fields admin"
|
2642 |
+
msgid "form fields"
|
2643 |
+
msgstr "حقول الاستمارة"
|
|
|
|
|
|
|
2644 |
|
2645 |
+
#: includes/admin/form-fields.php:17
|
2646 |
+
msgctxt "form-fields admin"
|
2647 |
+
msgid "Order"
|
2648 |
+
msgstr "ترتيب"
|
|
|
2649 |
|
2650 |
+
#: includes/admin/form-fields.php:18
|
2651 |
+
msgctxt "form-fields admin"
|
2652 |
+
msgid "Label / Association"
|
2653 |
+
msgstr "تسمية/رابطة"
|
2654 |
|
2655 |
+
#: includes/admin/form-fields.php:19
|
2656 |
+
msgctxt "form-fields admin"
|
2657 |
+
msgid "Type"
|
2658 |
+
msgstr "نوع"
|
|
|
|
|
|
|
|
|
2659 |
|
2660 |
+
#: includes/admin/form-fields.php:20
|
2661 |
+
msgctxt "form-fields admin"
|
2662 |
+
msgid "Validator"
|
2663 |
+
msgstr "مدقق"
|
|
|
2664 |
|
2665 |
+
#: includes/admin/form-fields.php:21
|
2666 |
+
msgctxt "form-fields admin"
|
2667 |
+
msgid "Field Attributes"
|
2668 |
+
msgstr "سمات الحقل"
|
2669 |
|
2670 |
+
#: includes/admin/form-fields.php:45
|
2671 |
+
msgctxt "form-fields admin"
|
2672 |
+
msgid "Edit"
|
2673 |
+
msgstr "تحرير"
|
2674 |
|
2675 |
+
#: includes/admin/form-fields.php:50
|
2676 |
+
msgctxt "form-fields admin"
|
2677 |
+
msgid "Delete"
|
2678 |
+
msgstr "حذف"
|
2679 |
|
2680 |
+
#: includes/admin/form-fields.php:76
|
2681 |
+
msgctxt "form-fields admin"
|
2682 |
+
msgid "Required"
|
2683 |
+
msgstr "مطلوب"
|
|
|
|
|
2684 |
|
2685 |
+
#: includes/admin/form-fields.php:76
|
2686 |
+
msgctxt "form-fields admin"
|
2687 |
+
msgid "Optional"
|
2688 |
+
msgstr "إختياري"
|
2689 |
|
2690 |
+
#: includes/admin/form-fields.php:80
|
2691 |
+
msgctxt "form-fields admin"
|
2692 |
+
msgid "This field value is shown in the excerpt view of a listing."
|
2693 |
+
msgstr "قيمة هذا الحقل ظاهرة في عرض المقتطفات للإعلان."
|
2694 |
|
2695 |
+
#: includes/admin/form-fields.php:81
|
2696 |
+
msgctxt "form-fields admin"
|
2697 |
+
msgid "In Excerpt"
|
2698 |
+
msgstr "في مقتطف"
|
|
|
|
|
|
|
|
|
2699 |
|
2700 |
+
#: includes/admin/form-fields.php:86
|
2701 |
+
msgctxt "form-fields admin"
|
2702 |
+
msgid "This field value is shown in the single view of a listing."
|
2703 |
+
msgstr "قيمة هذا الحقل ظاهرة في العرض المفرد للإعلان."
|
2704 |
|
2705 |
+
#: includes/admin/form-fields.php:87
|
2706 |
+
msgctxt "form-fields admin"
|
2707 |
+
msgid "In Listing"
|
2708 |
+
msgstr "في الإعلان"
|
2709 |
|
2710 |
+
#: includes/admin/form-fields.php:175
|
2711 |
+
msgctxt "form-fields admin"
|
2712 |
+
msgid "Form Preview"
|
2713 |
+
msgstr "معاينة الاستمارة"
|
2714 |
|
2715 |
+
#: includes/admin/form-fields.php:176
|
2716 |
+
msgctxt "form-fields admin"
|
2717 |
+
msgid "← Return to \"Manage Form Fields\""
|
2718 |
+
msgstr "← العودة إلى \"إدارة حقول الاستمارة\""
|
2719 |
|
2720 |
+
#: includes/admin/form-fields.php:206
|
2721 |
+
msgctxt "form-fields admin"
|
2722 |
+
msgid "Form fields updated."
|
2723 |
+
msgstr "تم تحديث الاستمارة."
|
2724 |
|
2725 |
+
#: includes/admin/form-fields.php:222
|
2726 |
+
msgctxt "form-fields admin"
|
2727 |
msgid ""
|
2728 |
+
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
2729 |
+
"\" setting is disabled, display settings below will not be honored and this "
|
2730 |
+
"field will not be displayed on the frontend. If you want e-mail addresses to "
|
2731 |
+
"show on the frontend, you can <a>enable public display of e-mails</a>."
|
2732 |
msgstr ""
|
2733 |
+
"<b>هام</b>: نظرا لأن إعدادات \"<a>عرض حقول عنوان البريد الإلكتروني للعموم؟</"
|
2734 |
+
"a>\" معطلة، عرض الإعدادات أدناه لن يتم إظهاره ولن يتم عرض هذا الحقل على "
|
2735 |
+
"الواجهة. إذا كنت تريد إظهار عناوين البريد الإلكتروني في الواجهة، يمكنك "
|
2736 |
+
"<a>تمكين عرض البريد الإلكتروني للعموم</a>."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2737 |
|
2738 |
+
#: includes/admin/form-fields.php:256
|
2739 |
+
msgctxt "form-fields admin"
|
2740 |
+
msgid "Field deleted."
|
2741 |
+
msgstr "تم حذف الحقل."
|
2742 |
|
2743 |
+
#: includes/admin/form-fields.php:277
|
2744 |
+
msgctxt "form-fields admin"
|
2745 |
+
msgid "Required fields created successfully."
|
2746 |
+
msgstr "الحقول المطلوبة أنشئت بنجاح."
|
2747 |
|
2748 |
+
#: includes/admin/form-fields.php:290
|
2749 |
+
msgctxt "form-fields admin"
|
2750 |
+
msgid "Title"
|
2751 |
+
msgstr "العنوان"
|
2752 |
|
2753 |
+
#: includes/admin/form-fields.php:291
|
2754 |
+
msgctxt "form-fields admin"
|
2755 |
+
msgid "Category"
|
2756 |
+
msgstr "التصنيف"
|
2757 |
|
2758 |
+
#: includes/admin/form-fields.php:292
|
2759 |
+
msgctxt "form-fields admin"
|
2760 |
+
msgid "Excerpt"
|
2761 |
+
msgstr "مقتطف"
|
2762 |
|
2763 |
+
#: includes/admin/form-fields.php:293
|
2764 |
+
msgctxt "form-fields admin"
|
2765 |
+
msgid "Content"
|
2766 |
+
msgstr "المحتوى"
|
2767 |
|
2768 |
+
#: includes/admin/form-fields.php:294
|
2769 |
+
msgctxt "form-fields admin"
|
2770 |
+
msgid "Tags"
|
2771 |
+
msgstr "الوسوم"
|
2772 |
|
2773 |
+
#: includes/admin/form-fields.php:295
|
2774 |
+
msgctxt "form-fields admin"
|
2775 |
+
msgid "Address"
|
2776 |
+
msgstr "العنوان"
|
2777 |
|
2778 |
+
#: includes/admin/form-fields.php:296
|
2779 |
+
msgctxt "form-fields admin"
|
2780 |
+
msgid "City"
|
2781 |
+
msgstr "المدينة"
|
2782 |
|
2783 |
+
#: includes/admin/form-fields.php:297
|
2784 |
+
msgctxt "form-fields admin"
|
2785 |
+
msgid "State"
|
2786 |
+
msgstr "الولاية"
|
2787 |
|
2788 |
+
#: includes/admin/form-fields.php:298
|
2789 |
+
#, fuzzy
|
2790 |
+
msgctxt "form-fields admin"
|
2791 |
+
msgid "Country"
|
2792 |
+
msgstr "الدولة:"
|
2793 |
|
2794 |
+
#: includes/admin/form-fields.php:299
|
2795 |
+
msgctxt "form-fields admin"
|
2796 |
+
msgid "ZIP Code"
|
2797 |
+
msgstr "الرمز البريدي"
|
2798 |
|
2799 |
+
#: includes/admin/form-fields.php:300
|
2800 |
+
msgctxt "form-fields admin"
|
2801 |
+
msgid "FAX Number"
|
2802 |
+
msgstr "رقم الفاكس"
|
2803 |
|
2804 |
+
#: includes/admin/form-fields.php:301
|
2805 |
+
msgctxt "form-fields admin"
|
2806 |
+
msgid "Phone Number"
|
2807 |
+
msgstr "رقم الهاتف"
|
2808 |
|
2809 |
+
#: includes/admin/form-fields.php:302
|
2810 |
+
msgctxt "form-fields admin"
|
2811 |
+
msgid "Ratings Field"
|
2812 |
+
msgstr "حقول التقييم"
|
2813 |
|
2814 |
+
#: includes/admin/form-fields.php:303
|
2815 |
+
msgctxt "form-fields admin"
|
2816 |
+
msgid "Twitter"
|
2817 |
+
msgstr "تويتر"
|
2818 |
|
2819 |
+
#: includes/admin/form-fields.php:304
|
2820 |
+
msgctxt "form-fields admin"
|
2821 |
+
msgid "Website"
|
2822 |
+
msgstr "موقع الأنترنيت"
|
2823 |
|
2824 |
+
#: includes/admin/form-fields.php:325
|
2825 |
+
msgctxt "form-fields admin"
|
2826 |
+
msgid "Tags updated."
|
2827 |
+
msgstr "تم تحديث الوسوم"
|
2828 |
|
2829 |
+
#: includes/fields/class-fieldtypes-checkbox.php:72
|
2830 |
+
#: includes/fields/class-fieldtypes-radiobutton.php:68
|
2831 |
+
#: includes/fields/class-fieldtypes-select.php:164
|
2832 |
+
msgctxt "form-fields admin"
|
2833 |
+
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
2834 |
+
msgstr "خيارات الحقل (لتحديد القوائم وأزرار الخيارات وخانات الاختيار)."
|
2835 |
|
2836 |
+
#: includes/fields/class-fieldtypes-checkbox.php:93
|
2837 |
+
#: includes/fields/class-fieldtypes-radiobutton.php:87
|
2838 |
+
#: includes/fields/class-fieldtypes-select.php:192
|
2839 |
+
msgctxt "form-fields admin"
|
2840 |
+
msgid "Field list of options is required."
|
2841 |
+
msgstr "قائمة خيارات الحقل مطلوبة."
|
2842 |
|
2843 |
+
#: includes/fields/class-fieldtypes-select.php:175
|
2844 |
+
msgctxt "form-fields admin"
|
2845 |
+
msgid "Allow empty selection on search?"
|
2846 |
+
msgstr "السماح بالتحديد الفارغ في البحث؟"
|
2847 |
|
2848 |
+
#: includes/fields/class-fieldtypes-textarea.php:50
|
2849 |
+
msgctxt "form-fields admin"
|
2850 |
+
msgid "Allow HTML input for this field?"
|
2851 |
+
msgstr "السماح بإدخال HTML لهذا الحقل؟"
|
2852 |
|
2853 |
+
#: includes/fields/class-fieldtypes-textarea.php:53
|
2854 |
+
msgctxt "form-fields admin"
|
2855 |
+
msgid "Allow IFRAME tags in content?"
|
2856 |
+
msgstr "السماح لوسوم IFRAME في المحتوى؟"
|
2857 |
|
2858 |
+
#: includes/fields/class-fieldtypes-textarea.php:57
|
2859 |
+
msgctxt "form-fields admin"
|
2860 |
+
msgid "No"
|
2861 |
+
msgstr "لا"
|
2862 |
|
2863 |
+
#: includes/fields/class-fieldtypes-textarea.php:58
|
2864 |
+
msgctxt "form-fields admin"
|
2865 |
+
msgid "Yes"
|
2866 |
+
msgstr "نعم"
|
2867 |
|
2868 |
+
#: includes/fields/class-fieldtypes-textarea.php:63
|
2869 |
+
msgctxt "form-fields admin"
|
2870 |
+
msgid "Allow WordPress shortcodes in this field?"
|
2871 |
+
msgstr "السماح بالأكواد القصيرة لووردبريس في هذا الحقل؟"
|
2872 |
|
2873 |
+
#: includes/fields/class-fieldtypes-textarea.php:66
|
2874 |
+
msgctxt "form-fields admin"
|
2875 |
+
msgid "Display a WYSIWYG editor on the frontend?"
|
2876 |
+
msgstr "عرض محرر WYSIWYG في واجهة الموقع؟"
|
2877 |
|
2878 |
+
#: includes/fields/class-fieldtypes-textarea.php:69
|
2879 |
+
msgctxt "form-fields admin"
|
2880 |
msgid ""
|
2881 |
+
"<b>Warning:</b> Users can use this feature to get around your image limits "
|
2882 |
+
"in fee plans."
|
2883 |
msgstr ""
|
2884 |
+
"<b>تحذير:</b> يمكن للأعضاء استخدام هذه الميزة للقيام بتحايل على قيود الصورة "
|
2885 |
+
"الخاصة بك في رسوم الخطط.."
|
2886 |
|
2887 |
+
#: includes/fields/class-fieldtypes-textarea.php:70
|
2888 |
+
msgctxt "form-fields admin"
|
2889 |
+
msgid "Allow images in WYSIWYG editor?"
|
2890 |
+
msgstr "السماح بالصور في محرر WYSIWYG؟"
|
2891 |
|
2892 |
+
#: includes/fields/class-fieldtypes-textarea.php:73
|
2893 |
+
msgctxt "form-fields admin"
|
2894 |
msgid ""
|
2895 |
+
"<b>Advanced users only!</b> Unless you've been told to change this, don't "
|
2896 |
+
"switch it unless you know what you're doing."
|
|
|
|
|
2897 |
msgstr ""
|
2898 |
+
"<b>للأعضاء المتقدمين فقط!</b> إلا إذا كنت قيل لك بتغيير هذا، لا تبدل إلا إذا "
|
2899 |
+
"كنت تعرف ما تفعله."
|
|
|
|
|
|
|
|
|
|
|
|
|
2900 |
|
2901 |
+
#: includes/fields/class-fieldtypes-textarea.php:74
|
2902 |
+
msgctxt "form-fields admin"
|
2903 |
+
msgid "Apply \"the_content\" filter before displaying this field?"
|
2904 |
+
msgstr "تطبيق عامل تصفية \"the_content\" قبل عرض هذا الحقل؟"
|
|
|
|
|
|
|
|
|
2905 |
|
2906 |
+
#: includes/fields/class-fieldtypes-textarea.php:79
|
2907 |
+
msgctxt "form-fields admin"
|
2908 |
+
msgid "Automatically generate excerpt from content field?"
|
2909 |
+
msgstr "تلقائياً إنشاء مقتطفات من حقل المحتوى؟"
|
2910 |
|
2911 |
+
#: includes/fields/class-fieldtypes-url.php:22
|
2912 |
+
msgctxt "form-fields admin"
|
2913 |
+
msgid "Open link in a new window?"
|
2914 |
+
msgstr "إفتح الرابط في نافذة جديدة"
|
2915 |
|
2916 |
+
#: includes/fields/class-fieldtypes-url.php:25
|
2917 |
+
msgctxt "form-fields admin"
|
2918 |
+
msgid "Use rel=\"nofollow\" when displaying the link?"
|
2919 |
+
msgstr "إستخدام rel = \"nofollow\" عند عرض الارتباط؟"
|
2920 |
|
2921 |
+
#: templates/admin/form-fields-addoredit.tpl.php:1
|
2922 |
+
msgctxt "form-fields admin"
|
2923 |
+
msgid "Add Form Field"
|
2924 |
+
msgstr "أضف حقل الاستمارة"
|
2925 |
|
2926 |
+
#: templates/admin/form-fields-addoredit.tpl.php:14
|
2927 |
+
msgctxt "form-fields admin"
|
2928 |
+
msgid "Field Association"
|
2929 |
+
msgstr "رابطة الحقل"
|
2930 |
|
2931 |
+
#: templates/admin/form-fields-addoredit.tpl.php:14
|
2932 |
+
#: templates/admin/form-fields-addoredit.tpl.php:36
|
2933 |
+
#: templates/admin/form-fields-addoredit.tpl.php:60
|
2934 |
+
msgctxt "form-fields admin"
|
2935 |
+
msgid "required"
|
2936 |
+
msgstr "مطلوب"
|
2937 |
|
2938 |
+
#: templates/admin/form-fields-addoredit.tpl.php:36
|
2939 |
+
msgctxt "form-fields admin"
|
2940 |
+
msgid "Field Type"
|
2941 |
+
msgstr "نوع الحقل"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2942 |
|
2943 |
+
#: templates/admin/form-fields-addoredit.tpl.php:60
|
2944 |
+
msgctxt "form-fields admin"
|
2945 |
+
msgid "Field Label"
|
2946 |
+
msgstr "تسمية الحقل"
|
2947 |
|
2948 |
+
#: templates/admin/form-fields-addoredit.tpl.php:70
|
2949 |
+
msgctxt "form-fields admin"
|
2950 |
+
msgid "Field description"
|
2951 |
+
msgstr "وصف الحقل"
|
2952 |
|
2953 |
+
#: templates/admin/form-fields-addoredit.tpl.php:70
|
2954 |
+
msgctxt "form-fields admin"
|
2955 |
+
msgid "optional"
|
2956 |
+
msgstr "إختياري"
|
2957 |
|
2958 |
+
#: templates/admin/form-fields-addoredit.tpl.php:87
|
2959 |
+
msgctxt "form-fields admin"
|
2960 |
+
msgid "Field-specific settings"
|
2961 |
+
msgstr "إعدادات حقل خاص"
|
2962 |
|
2963 |
+
#: templates/admin/form-fields-addoredit.tpl.php:96
|
2964 |
+
msgctxt "form-fields admin"
|
2965 |
+
msgid "Field validation options"
|
2966 |
+
msgstr "خيارات التحقق من صحة الحقل"
|
2967 |
|
2968 |
+
#: templates/admin/form-fields-addoredit.tpl.php:100
|
2969 |
+
msgctxt "form-fields admin"
|
2970 |
+
msgid "Field Validator"
|
2971 |
+
msgstr "مصادقة الحقول"
|
2972 |
|
2973 |
+
#: templates/admin/form-fields-addoredit.tpl.php:104
|
2974 |
+
msgctxt "form-fields admin"
|
2975 |
+
msgid "No validation"
|
2976 |
+
msgstr "لا يوجد تحقق من الصحة"
|
2977 |
|
2978 |
+
#: templates/admin/form-fields-addoredit.tpl.php:116
|
2979 |
+
msgctxt "form-fields admin"
|
2980 |
+
msgid "Is field required?"
|
2981 |
+
msgstr "هل هذا الحقل مطلوب؟"
|
2982 |
|
2983 |
+
#: templates/admin/form-fields-addoredit.tpl.php:122
|
2984 |
+
msgctxt "form-fields admin"
|
2985 |
+
msgid "This field is required."
|
2986 |
+
msgstr "هذا الحقل مطلوب."
|
2987 |
|
2988 |
+
#: templates/admin/form-fields-addoredit.tpl.php:130
|
2989 |
+
msgctxt "form-fields admin"
|
2990 |
+
msgid "Field display options"
|
2991 |
+
msgstr "خيارات عرض الحقل"
|
|
|
|
|
|
|
2992 |
|
2993 |
+
#: templates/admin/form-fields-addoredit.tpl.php:134
|
2994 |
+
msgctxt "form-fields admin"
|
2995 |
+
msgid "Show this value in excerpt view?"
|
2996 |
+
msgstr "إظهار هذه القيمة في مشاهدة المقتطفات؟"
|
2997 |
|
2998 |
+
#: templates/admin/form-fields-addoredit.tpl.php:140
|
2999 |
+
msgctxt "form-fields admin"
|
3000 |
+
msgid "Display this value in post excerpt view."
|
3001 |
+
msgstr "عرض هذه القيمة في مشاهدة مقتطفات المقالة."
|
3002 |
|
3003 |
+
#: templates/admin/form-fields-addoredit.tpl.php:146
|
3004 |
+
msgctxt "form-fields admin"
|
3005 |
+
msgid "Show this value in listing view?"
|
3006 |
+
msgstr "إظهار هذه القيمة في مشاهدة الإعلان؟"
|
3007 |
|
3008 |
+
#: templates/admin/form-fields-addoredit.tpl.php:152
|
3009 |
+
msgctxt "form-fields admin"
|
3010 |
+
msgid "Display this value in the listing view."
|
3011 |
+
msgstr "عرض هذه القيمة في مشاهدة الإعلان."
|
3012 |
|
3013 |
+
#: templates/admin/form-fields-addoredit.tpl.php:158
|
3014 |
+
msgctxt "form-fields admin"
|
3015 |
+
msgid "Include this field in the search form?"
|
3016 |
+
msgstr "تضمين هذا الحقل في نموذج البحث؟"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3017 |
|
3018 |
+
#: templates/admin/form-fields-addoredit.tpl.php:164
|
3019 |
+
msgctxt "form-fields admin"
|
3020 |
+
msgid "Include this field in the search form."
|
3021 |
+
msgstr "تضمين هذا الحقل في نموذج البحث."
|
3022 |
|
3023 |
+
#: templates/admin/form-fields-addoredit.tpl.php:170
|
3024 |
+
msgctxt "form-fields admin"
|
3025 |
+
msgid "Hide this field's label?"
|
3026 |
+
msgstr "إخفاء تسمية هذا الحقل؟"
|
|
|
|
|
|
|
|
|
3027 |
|
3028 |
+
#: templates/admin/form-fields-addoredit.tpl.php:176
|
3029 |
+
msgctxt "form-fields admin"
|
3030 |
+
msgid "Hide this field's label when displaying it."
|
3031 |
+
msgstr "إخفاء تسمية هذا الحقل عند عرضه."
|
3032 |
|
3033 |
+
#: templates/admin/form-fields-addoredit.tpl.php:183
|
3034 |
+
msgctxt "form-fields admin"
|
3035 |
+
msgid "Update Field"
|
3036 |
+
msgstr "تحديث الحقل"
|
3037 |
|
3038 |
+
#: templates/admin/form-fields-addoredit.tpl.php:185
|
3039 |
+
msgctxt "form-fields admin"
|
3040 |
+
msgid "Add Field"
|
3041 |
+
msgstr "إضافة حقل"
|
3042 |
|
3043 |
+
#: templates/admin/form-fields-confirm-delete.tpl.php:2
|
3044 |
+
msgctxt "form-fields admin"
|
3045 |
+
msgid "Delete Form Field"
|
3046 |
+
msgstr "حذف حقل النموذج"
|
3047 |
|
3048 |
+
#: templates/admin/form-fields-confirm-delete.tpl.php:6
|
3049 |
+
msgctxt "form-fields admin"
|
3050 |
+
msgid "Are you sure you want to delete the \"%s\" field?"
|
3051 |
+
msgstr "هل أنت متأكد من أنك تريد حذف الحقل \"%s\"؟"
|
3052 |
+
|
3053 |
+
#: templates/admin/form-fields-confirm-delete.tpl.php:12
|
3054 |
+
msgctxt "form-fields admin"
|
3055 |
+
msgid "Delete Field"
|
3056 |
+
msgstr "حذف حقل"
|
3057 |
+
|
3058 |
+
#: templates/admin/form-fields-tags.tpl.php:5
|
3059 |
+
msgctxt "form-fields admin"
|
3060 |
+
msgid "-- None --"
|
3061 |
+
msgstr "-- إختر --"
|
3062 |
|
3063 |
+
#: templates/admin/form-fields-tags.tpl.php:14
|
3064 |
+
msgctxt "form-fields admin"
|
3065 |
+
msgid "Theme Tags"
|
3066 |
+
msgstr "وسوم القالب"
|
|
|
|
|
3067 |
|
3068 |
+
#: templates/admin/form-fields-tags.tpl.php:19
|
3069 |
+
msgctxt "form-fields admin"
|
3070 |
msgid ""
|
3071 |
+
"Before you create fields, make sure you've mapped all of your EXISTING ones "
|
3072 |
+
"first, otherwise you'll appear to be \"missing data\" on your listings."
|
3073 |
msgstr ""
|
3074 |
+
"قبل إنشاء الحقول، تأكد من أنك قمت بتعيين كل الموجودين مسبقا، وإلا سوف تبدو "
|
3075 |
+
"\"بيانات مفقودة\" في إعلاناتك."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3076 |
|
3077 |
+
#: templates/admin/form-fields-tags.tpl.php:22
|
3078 |
+
msgctxt "form-fields admin"
|
3079 |
+
msgid "Create Missing Fields"
|
3080 |
+
msgstr "إنشاء الحقول المفقودة"
|
3081 |
|
3082 |
+
#: templates/admin/form-fields-tags.tpl.php:30
|
3083 |
+
msgctxt "form-fields admin"
|
3084 |
+
msgid "Field Tag"
|
3085 |
+
msgstr "وسم الحقل"
|
3086 |
|
3087 |
+
#: templates/admin/form-fields-tags.tpl.php:31
|
3088 |
+
msgctxt "form-fields admin"
|
3089 |
+
msgid "Field"
|
3090 |
+
msgstr "حقل"
|
3091 |
|
3092 |
+
#: templates/admin/form-fields.tpl.php:3
|
3093 |
+
msgctxt "form-fields admin"
|
3094 |
+
msgid "Add New Form Field"
|
3095 |
+
msgstr "إضافة حقل نموذج جديد"
|
3096 |
|
3097 |
+
#: templates/admin/form-fields.tpl.php:4
|
3098 |
+
msgctxt "form-fields admin"
|
3099 |
+
msgid "Preview Form"
|
3100 |
+
msgstr "معاينة الاستمارة"
|
3101 |
|
3102 |
+
#: templates/admin/form-fields.tpl.php:6 templates/admin/themes.tpl.php:4
|
3103 |
+
msgctxt "form-fields admin"
|
3104 |
+
msgid "Manage Theme Tags"
|
3105 |
+
msgstr "إدارة وسوم القالب"
|
3106 |
|
3107 |
+
#: templates/admin/form-fields.tpl.php:12
|
3108 |
+
msgctxt "form-fields admin"
|
3109 |
+
msgid ""
|
3110 |
+
"Here, you can create new fields for your listings, edit or delete existing "
|
3111 |
+
"ones, change the order and visibility of the fields as well as configure "
|
3112 |
+
"special options for them."
|
3113 |
+
msgstr ""
|
3114 |
+
"هنا، يمكنك إنشاء حقول جديدة لإعلاناتك، تحرير أو حذف الموجود منها، وتغيير "
|
3115 |
+
"ترتيب وإبراز الحقول فضلا عن إعداد خيارات خاصة لهم."
|
3116 |
|
3117 |
+
#: templates/admin/form-fields.tpl.php:18
|
3118 |
+
msgctxt "form-fields admin"
|
3119 |
+
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
3120 |
+
msgstr "المرجو مراجعة <a>وثائق حقول الاستمارة</a> للحصول على مزيد من التفاصيل."
|
3121 |
|
3122 |
+
#: includes/admin/helpers/class-fees-table.php:56
|
3123 |
+
msgctxt "admin fees table"
|
3124 |
+
msgid "All"
|
3125 |
+
msgstr "الكل"
|
3126 |
|
3127 |
+
#: includes/admin/helpers/class-fees-table.php:68
|
3128 |
+
msgctxt "admin fees table"
|
3129 |
+
msgid "Active"
|
3130 |
+
msgstr "مفعل"
|
3131 |
|
3132 |
+
#: includes/admin/helpers/class-fees-table.php:78
|
3133 |
+
msgctxt "admin fees table"
|
3134 |
+
msgid "Not Available"
|
3135 |
+
msgstr "غير متاح"
|
3136 |
|
3137 |
+
#: includes/admin/helpers/class-fees-table.php:85
|
3138 |
+
msgctxt "admin fees table"
|
3139 |
+
msgid "Disabled"
|
3140 |
+
msgstr "معطل"
|
3141 |
|
3142 |
+
#: includes/admin/helpers/listing-metabox.php:60
|
3143 |
+
msgctxt "admin metabox"
|
3144 |
+
msgid "Pending Upgrade"
|
3145 |
+
msgstr " الترقية في الانتظار"
|
3146 |
|
3147 |
+
#: includes/admin/page-debug.php:16
|
3148 |
+
msgctxt "debug-info"
|
3149 |
+
msgid "BD Info"
|
3150 |
+
msgstr "معلومات دليل الأعمال"
|
3151 |
|
3152 |
+
#: includes/admin/page-debug.php:44
|
3153 |
+
msgctxt "debug-info"
|
3154 |
+
msgid "OK"
|
3155 |
+
msgstr "حسناً"
|
3156 |
|
3157 |
+
#: includes/admin/page-debug.php:52
|
3158 |
+
msgctxt "debug-info"
|
3159 |
+
msgid "BD Options"
|
3160 |
+
msgstr "خيارات دليل الأعمال"
|
3161 |
|
3162 |
+
#: includes/admin/page-debug.php:65
|
3163 |
+
msgctxt "debug-info"
|
3164 |
+
msgid "Environment"
|
3165 |
+
msgstr "البيئة"
|
3166 |
|
3167 |
+
#: templates/admin/debug-info.tpl.php:5
|
3168 |
+
msgctxt "debug-info"
|
3169 |
+
msgid ""
|
3170 |
+
"The following information can help BD developers debug possible problems "
|
3171 |
+
"with your setup."
|
3172 |
+
msgstr ""
|
3173 |
+
"المعلومات التالية يمكن أن تساعد مطورين \"دليل الأعمال\" لتصحيح المشاكل "
|
3174 |
+
"المحتملة مع الإعدادات الخاص بك."
|
3175 |
|
3176 |
+
#: templates/admin/debug-info.tpl.php:6
|
3177 |
+
msgctxt "debug-info"
|
3178 |
msgid ""
|
3179 |
+
"The debug information does not contain personal or sensitive information "
|
3180 |
+
"such as passwords or private keys."
|
|
|
3181 |
msgstr ""
|
3182 |
+
"بيانات تصحيح الأخطاء لا تحتوي على معلومات شخصية أو حساسة مثل كلمات السر أو "
|
3183 |
+
"المفاتيح الخاصة."
|
|
|
3184 |
|
3185 |
+
#: templates/admin/debug-info.tpl.php:9
|
3186 |
+
msgctxt "debug-info"
|
3187 |
+
msgid "Download Debug Information"
|
3188 |
+
msgstr "تحميل معلومات التصحيح"
|
3189 |
|
3190 |
+
#: includes/admin/page-debug.php:87
|
3191 |
+
msgctxt "debug info"
|
3192 |
+
msgid "Test SSL setup..."
|
3193 |
+
msgstr "اختبار إعداد SSL..."
|
3194 |
|
3195 |
+
#: includes/admin/settings/class-settings.php:24
|
3196 |
+
msgctxt "admin settings"
|
3197 |
+
msgid "General"
|
3198 |
+
msgstr "عام"
|
3199 |
|
3200 |
+
#: includes/admin/settings/class-settings.php:26
|
3201 |
+
msgctxt "admin settings"
|
3202 |
+
msgid "Data Collection"
|
3203 |
+
msgstr "تجميع البيانات"
|
3204 |
|
3205 |
+
#: includes/admin/settings/class-settings.php:29
|
3206 |
+
msgctxt "admin settings"
|
3207 |
+
msgid ""
|
3208 |
+
"Allow BD to anonymously collect information about your installed plugins, "
|
3209 |
+
"themes and WP version?"
|
3210 |
+
msgstr ""
|
3211 |
+
"تسمح لدليل الأعمال بجمع معلومات مجهولة حول الإضافات المثبتة، والقوالب وإصدار "
|
3212 |
+
"ووردبريس الخاص بك؟"
|
3213 |
|
3214 |
+
#: includes/admin/settings/class-settings.php:34
|
3215 |
+
msgctxt "admin settings"
|
3216 |
+
msgid "<a>Learn more</a> about what BD does and does NOT track."
|
3217 |
+
msgstr "<a>معرفة المزيد</a> حول ما يتتبع دليل الأعمال وما لا يتتبع."
|
3218 |
|
3219 |
+
#: includes/admin/settings/class-settings.php:37
|
3220 |
+
msgctxt "admin settings"
|
3221 |
+
msgid "Permalink Settings"
|
3222 |
+
msgstr "إعدادات الرابط الثابت"
|
3223 |
+
|
3224 |
+
#: includes/admin/settings/class-settings.php:38
|
3225 |
+
msgctxt "admin settings"
|
3226 |
+
msgid "Directory Listings Slug"
|
3227 |
+
msgstr "رابط لطيف لإعلانات الدليل"
|
3228 |
+
|
3229 |
+
#: includes/admin/settings/class-settings.php:39
|
3230 |
+
msgctxt "admin settings"
|
3231 |
+
msgid "Categories Slug"
|
3232 |
+
msgstr "رابط لطيف للتصنيفات"
|
3233 |
+
|
3234 |
+
#: includes/admin/settings/class-settings.php:39
|
3235 |
+
msgctxt "admin settings"
|
3236 |
+
msgid ""
|
3237 |
+
"The slug can't be in use by another term. Avoid \"category\", for instance."
|
3238 |
+
msgstr ""
|
3239 |
+
"لا يمكن أن يكون الرابط اللطيف مستخدم من طرف مصطلح آخر. تجنب \"category\"، "
|
3240 |
+
"على سبيل المثال."
|
3241 |
|
3242 |
+
#: includes/admin/settings/class-settings.php:40
|
3243 |
+
msgctxt "admin settings"
|
3244 |
+
msgid "Tags Slug"
|
3245 |
+
msgstr "رابط لطيف للوسوم"
|
|
|
3246 |
|
3247 |
+
#: includes/admin/settings/class-settings.php:40
|
3248 |
+
msgctxt "admin settings"
|
3249 |
+
msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
|
3250 |
+
msgstr ""
|
3251 |
+
"لا يمكن أن يكون الرابط اللطيف مستخدم من طرف مصطلح آخر. تجنب \"tag\"، على "
|
3252 |
+
"سبيل المثال."
|
3253 |
|
3254 |
+
#: includes/admin/settings/class-settings.php:43
|
3255 |
+
msgctxt "admin settings"
|
3256 |
+
msgid "Remove listing ID from directory URLs?"
|
3257 |
+
msgstr "إزالة معرف الإعلان من روابط URLs الدليل؟"
|
3258 |
|
3259 |
+
#: includes/admin/settings/class-settings.php:46
|
3260 |
+
msgctxt "admin settings"
|
3261 |
+
msgid ""
|
3262 |
+
"Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
|
3263 |
+
"directory/1809/listing-title\". Check this setting to remove the ID for "
|
3264 |
+
"better SEO."
|
3265 |
+
msgstr ""
|
3266 |
+
"قبل الإصدار 3.5.1، كنا ندرج المعرف في الرابط url الخاص بالإعلان، مثل \"/دليل-"
|
3267 |
+
"الأعمال/1809/عنوان-الإعلان\". تحقق من هذا الإعداد لإزالة المعرف لأفضل أرشفة "
|
3268 |
+
"SEO."
|
3269 |
|
3270 |
+
#: includes/admin/settings/class-settings.php:50
|
3271 |
+
msgctxt "admin settings"
|
3272 |
+
msgid "reCAPTCHA Settings"
|
3273 |
+
msgstr "إعدادات reCaptcha"
|
3274 |
|
3275 |
+
#: includes/admin/settings/class-settings.php:53
|
3276 |
+
msgctxt "admin settings"
|
3277 |
+
msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
|
3278 |
+
msgstr "بحاجة إلى مفاتيح API ل reCAPTCHA؟ أحصل عليها <a>هنا</a>."
|
3279 |
|
3280 |
+
#: includes/admin/settings/class-settings.php:55
|
3281 |
+
msgctxt "admin settings"
|
3282 |
+
msgid "Use reCAPTCHA for contact forms"
|
3283 |
+
msgstr "إستخدم reCAPTCHA لاستمارة الاتصال"
|
3284 |
|
3285 |
+
#: includes/admin/settings/class-settings.php:56
|
3286 |
+
msgctxt "admin settings"
|
3287 |
+
msgid "Turn off reCAPTCHA for logged in users?"
|
3288 |
+
msgstr "إيقاف reCAPTCHA للأعضاء الذين سجلوا الدخول؟"
|
3289 |
|
3290 |
+
#: includes/admin/settings/class-settings.php:57
|
3291 |
+
msgctxt "admin settings"
|
3292 |
+
msgid "Use reCAPTCHA for listing submits"
|
3293 |
+
msgstr "إستخدم reCAPTCHA أثناء إضافة إعلان"
|
3294 |
|
3295 |
+
#: includes/admin/settings/class-settings.php:60
|
3296 |
+
msgctxt "admin settings"
|
3297 |
+
msgid "Use reCAPTCHA for listing comments?"
|
3298 |
+
msgstr "إستخدم reCAPTCHA في تعليقات الإعلان؟"
|
3299 |
|
3300 |
+
#: includes/admin/settings/class-settings.php:63
|
3301 |
+
msgctxt "admin settings"
|
3302 |
+
msgid "reCAPTCHA Public Key"
|
3303 |
+
msgstr "مفتاح عام reCAPTCHA"
|
3304 |
|
3305 |
+
#: includes/admin/settings/class-settings.php:64
|
3306 |
+
msgctxt "admin settings"
|
3307 |
+
msgid "reCAPTCHA Private Key"
|
3308 |
+
msgstr "مفتاح خاص reCAPTCHA"
|
3309 |
|
3310 |
+
#: includes/admin/settings/class-settings.php:70
|
3311 |
+
msgctxt "admin settings"
|
3312 |
+
msgid ""
|
3313 |
+
"We expect that a membership plugin supports the 'redirect_to' parameter for "
|
3314 |
+
"the URLs below to work. If the plugin does not support them, these settings "
|
3315 |
+
"will not function as expected. Please contact the membership plugin and ask "
|
3316 |
+
"them to support the WP standard 'redirect_to' query parameter."
|
3317 |
+
msgstr ""
|
3318 |
+
"نتوقع أن تدعم عضوية الإضافة معامل 'redirect_to' لكي تعمل روابط المواقع URLs "
|
3319 |
+
"أدناه. إذا لم تدعم الإضافة ذلك، لن تعمل هذه الإعدادات كما هو متوقع. المرجو "
|
3320 |
+
"الاتصال بعضوية الإضافة، واطلب منهم دعم معامل الاستعلام القياسي 'redirect_to' "
|
3321 |
+
"لووردبريس."
|
3322 |
|
3323 |
+
#: includes/admin/settings/class-settings.php:73
|
3324 |
+
msgctxt "admin settings"
|
3325 |
+
msgid "Registration Settings"
|
3326 |
+
msgstr "إعدادات التسجيل"
|
3327 |
|
3328 |
+
#: includes/admin/settings/class-settings.php:74
|
3329 |
+
msgctxt "admin settings"
|
3330 |
+
msgid "Require login to post listings?"
|
3331 |
+
msgstr "يتطلب تسجيل الدخول لنشر الإعلانات؟"
|
3332 |
|
3333 |
+
#: includes/admin/settings/class-settings.php:79
|
3334 |
+
msgctxt "admin settings"
|
3335 |
+
msgid "Login URL"
|
3336 |
+
msgstr "رابط تسجيل الدخول"
|
3337 |
|
3338 |
+
#: includes/admin/settings/class-settings.php:82
|
3339 |
+
msgctxt "admin settings"
|
3340 |
+
msgid ""
|
3341 |
+
"URL of your membership plugin's login page. Only enter this if using a "
|
3342 |
+
"membership plugin or custom login page."
|
3343 |
+
msgstr ""
|
3344 |
+
"رابط URL لصفحة تسجيل الدخول لعضوية الإضافة الخاصة بك. فقط أدخل هذا إذا كان "
|
3345 |
+
"هناك استخدام لعضوية الإضافة أو صفحة تسجيل دخول مخصصة."
|
3346 |
|
3347 |
+
#: includes/admin/settings/class-settings.php:87
|
3348 |
+
msgctxt "admin settings"
|
3349 |
+
msgid "Registration URL"
|
3350 |
+
msgstr "رابط التسجيل"
|
3351 |
|
3352 |
+
#: includes/admin/settings/class-settings.php:90
|
3353 |
+
msgctxt "admin settings"
|
3354 |
+
msgid ""
|
3355 |
+
"URL of your membership plugin's registration page. Only enter this if using "
|
3356 |
+
"a membership plugin or custom registration page."
|
3357 |
+
msgstr ""
|
3358 |
+
"رابط URL لصفحة التسجيل في عضوية الإضافة الخاصة بك. فقط أدخل هذا إذا كان "
|
3359 |
+
"هناك استخدام لعضوية الإضافة أو صفحة تسجيل مخصصة."
|
3360 |
|
3361 |
+
#: includes/admin/settings/class-settings.php:95
|
3362 |
+
#: includes/admin/settings/class-settings.php:104
|
3363 |
+
msgctxt "admin settings"
|
3364 |
+
msgid "Terms and Conditions"
|
3365 |
+
msgstr "شروط وأحكام"
|
3366 |
|
3367 |
+
#: includes/admin/settings/class-settings.php:98
|
3368 |
+
msgctxt "admin settings"
|
3369 |
+
msgid "Display and require user agreement to Terms and Conditions"
|
3370 |
+
msgstr "عرض وطلب موافقة العضو على الشروط والأحكام"
|
3371 |
|
3372 |
+
#: includes/admin/settings/class-settings.php:106
|
3373 |
+
msgctxt "admin settings"
|
3374 |
+
msgid "Terms and Conditions text goes here..."
|
3375 |
+
msgstr "نص الأحكام والشروط هنا..."
|
3376 |
|
3377 |
+
#: includes/admin/settings/class-settings.php:107
|
3378 |
+
msgctxt "admin settings"
|
3379 |
+
msgid ""
|
3380 |
+
"Enter text or a URL starting with http. If you use a URL, the Terms and "
|
3381 |
+
"Conditions text will be replaced by a link to the appropiate page."
|
3382 |
+
msgstr ""
|
3383 |
+
"أدخل النص أو عنوان URL يبدأ ب http. إذا كنت تستخدم عنوان URL، سيتم استبدال "
|
3384 |
+
"نص الأحكام والشروط برابط إلى الصفحة المناسبة."
|
3385 |
|
3386 |
+
#: includes/admin/settings/class-settings.php:111
|
3387 |
+
msgctxt "admin settings"
|
3388 |
+
msgid "Directory Display Options"
|
3389 |
+
msgstr "خيارات عرض الدليل"
|
3390 |
|
3391 |
+
#: includes/admin/settings/class-settings.php:112
|
3392 |
+
msgctxt "admin settings"
|
3393 |
+
msgid "Disable Frontend Listing Submission?"
|
3394 |
+
msgstr "تعطيل إضافة إعلان من واجهة الموقع؟"
|
3395 |
|
3396 |
+
#: includes/admin/settings/class-settings.php:113
|
3397 |
+
msgctxt "admin settings"
|
3398 |
+
msgid "Show the \"Submit listing\" button."
|
3399 |
+
msgstr "إظهار زر \"إضافة إعلان\"."
|
3400 |
|
3401 |
+
#: includes/admin/settings/class-settings.php:115
|
3402 |
+
msgctxt "admin settings"
|
3403 |
+
msgid "Show \"Search listings\"."
|
3404 |
+
msgstr "إظهار \"البحث في الإعلانات\"."
|
3405 |
|
3406 |
+
#: includes/admin/settings/class-settings.php:116
|
3407 |
+
msgctxt "admin settings"
|
3408 |
+
msgid "Show the \"View Listings\" button."
|
3409 |
+
msgstr "إظهار زر \"مشاهدة الإعلانات\"."
|
3410 |
|
3411 |
+
#: includes/admin/settings/class-settings.php:117
|
3412 |
+
msgctxt "admin settings"
|
3413 |
+
msgid "Show the \"Directory\" button."
|
3414 |
+
msgstr "إظهار زر \"الدليل\"."
|
3415 |
|
3416 |
+
#: includes/admin/settings/class-settings.php:118
|
3417 |
+
msgctxt "admin settings"
|
3418 |
+
msgid "Disable advanced CPT integration?"
|
3419 |
+
msgstr "تعطيل التكامل CPT المتقدم؟"
|
3420 |
|
3421 |
+
#: includes/admin/settings/class-settings.php:123
|
3422 |
+
msgctxt "admin settings"
|
3423 |
+
msgid "Directory Search"
|
3424 |
+
msgstr "البحث في الدليل"
|
3425 |
|
3426 |
+
#: includes/admin/settings/class-settings.php:131
|
3427 |
+
msgctxt "admin settings"
|
3428 |
+
msgid "Search form display"
|
3429 |
+
msgstr "عرض نموذج البحث"
|
3430 |
|
3431 |
+
#: includes/admin/settings/class-settings.php:137
|
3432 |
+
msgctxt "admin settings"
|
3433 |
+
msgid "Above results"
|
3434 |
+
msgstr "أعلى النتائج"
|
3435 |
|
3436 |
+
#: includes/admin/settings/class-settings.php:138
|
3437 |
+
msgctxt "admin settings"
|
3438 |
+
msgid "Below results"
|
3439 |
+
msgstr "أسفل النتائج"
|
3440 |
|
3441 |
+
#: includes/admin/settings/class-settings.php:139
|
3442 |
+
msgctxt "admin settings"
|
3443 |
+
msgid "Don't show with results"
|
3444 |
+
msgstr "لا تظهر مع النتائج"
|
3445 |
|
3446 |
+
#: includes/admin/settings/class-settings.php:148
|
3447 |
+
msgctxt "admin settings"
|
3448 |
+
msgid ""
|
3449 |
+
"You have selected a textarea field to be included in quick searches. "
|
3450 |
+
"Searches involving those fields are very expensive and could result in "
|
3451 |
+
"timeouts and/or general slowness."
|
3452 |
+
msgstr ""
|
3453 |
+
"لقد حددت حقل إدراج نص ليتم تضمينها في عمليات البحث السريعة. عمليات البحث "
|
3454 |
+
"التي تنطوي على تلك الحقول تتطلب موارد كثيرة ويمكن أن تؤدي الى انتهاء المهلة "
|
3455 |
+
"و/ أو البطء العام."
|
3456 |
|
3457 |
+
#: includes/admin/settings/class-settings.php:150
|
3458 |
+
msgctxt "admin settings"
|
3459 |
+
msgid ""
|
3460 |
+
"Use Ctrl-Click to include multiple fields in the search. Choosing too many "
|
3461 |
+
"fields for inclusion into Quick Search can result in very slow search "
|
3462 |
+
"performance."
|
3463 |
+
msgstr ""
|
3464 |
+
"إستخدم Ctrl-Click لتشمل حقول متعددة في البحث. اختيار العديد من الحقول "
|
3465 |
+
"لإدراجها في البحث السريع يؤدي إلى أداء بحث بطيئ جدا."
|
3466 |
|
3467 |
+
#: includes/admin/settings/class-settings.php:154
|
3468 |
+
msgctxt "admin settings"
|
3469 |
+
msgid "Quick search fields"
|
3470 |
+
msgstr "حقول البحث السريع"
|
3471 |
|
3472 |
+
#: includes/admin/settings/class-settings.php:167
|
3473 |
+
msgctxt "admin settings"
|
3474 |
+
msgid "Enable high performance searches?"
|
3475 |
+
msgstr "تمكين عمليات البحث عالية الأداء؟"
|
3476 |
|
3477 |
+
#: includes/admin/settings/class-settings.php:170
|
3478 |
+
msgctxt "admin settings"
|
3479 |
+
msgid ""
|
3480 |
+
"Enabling this makes BD sacrifice result quality to improve speed. This is "
|
3481 |
+
"helpful if you're on shared hosting plans, where database performance is an "
|
3482 |
+
"issue."
|
3483 |
+
msgstr ""
|
3484 |
+
"تمكين هذا يجعل \"دليل الأعمال\" يضحي بجودة النتيجة لتحسين السرعة. وهذا مفيد "
|
3485 |
+
"إذا كنت على خطط استضافة مشتركة، حيث أداء قاعدة البيانات يعد مشكلة."
|
3486 |
|
3487 |
+
#: includes/admin/settings/class-settings.php:175
|
3488 |
+
msgctxt "admin settings"
|
3489 |
+
msgid "Miscellaneous Settings"
|
3490 |
+
msgstr "إعدادات متنوعة"
|
3491 |
|
3492 |
+
#: includes/admin/settings/class-settings.php:179
|
3493 |
+
msgctxt "admin settings"
|
3494 |
+
msgid ""
|
3495 |
+
"Check this if you are having trouble with BD, particularly when importing or "
|
3496 |
+
"exporting CSV files."
|
3497 |
+
msgstr ""
|
3498 |
+
"حدد هذا الخيار إذا كنت تواجه مشكلة مع دليل الأعمال، ولا سيما عند استيراد أو "
|
3499 |
+
"تصدير ملفات CSV."
|
3500 |
|
3501 |
+
#: includes/admin/settings/class-settings.php:182
|
3502 |
+
msgctxt "admin settings"
|
3503 |
+
msgid ""
|
3504 |
+
"If this compatibility mode doesn't solve your issue, you may be experiencing "
|
3505 |
+
"a more serious conflict. <a>Here is an article</a> about how to test for "
|
3506 |
+
"theme and plugin conflicts with Business Directory."
|
3507 |
+
msgstr ""
|
3508 |
+
" إذا كان وضع التوافق لا يحل مشكلتك، فقد تعاني من تعارض أكثر خطورة. <a>وإليك "
|
3509 |
+
"مقال</a> حول كيفية اختبار تعارضات القالب والإضافات مع \"دليل الأعمال\"."
|
3510 |
|
3511 |
+
#: includes/admin/settings/class-settings.php:185
|
3512 |
+
msgctxt "admin settings"
|
3513 |
+
msgid "Enable AJAX compatibility mode?"
|
3514 |
+
msgstr "تمكين وضع التوافق أجاكس؟"
|
3515 |
|
3516 |
+
#: includes/admin/settings/class-settings.php:195
|
3517 |
+
msgctxt "admin settings"
|
3518 |
+
msgid ""
|
3519 |
+
"Include CSS rules to give their own style to View, Edit and Delete buttons?"
|
3520 |
+
msgstr ""
|
3521 |
|
3522 |
+
#: includes/admin/settings/class-settings.php:201
|
3523 |
+
#: includes/admin/settings/class-settings.php:796
|
3524 |
+
msgctxt "admin settings"
|
3525 |
+
msgid "Listings"
|
3526 |
+
msgstr "الإعلانات"
|
3527 |
|
3528 |
+
#: includes/admin/settings/class-settings.php:202
|
3529 |
+
#: includes/admin/settings/class-settings.php:450
|
3530 |
+
#: includes/admin/settings/class-settings.php:748
|
3531 |
+
msgctxt "admin settings"
|
3532 |
+
msgid "General Settings"
|
3533 |
+
msgstr "الإعدادات العامة"
|
3534 |
|
3535 |
+
#: includes/admin/settings/class-settings.php:204
|
3536 |
+
msgctxt "admin settings"
|
3537 |
+
msgid "Listings per page"
|
3538 |
+
msgstr "الإعلانات حسب الصفحة"
|
3539 |
|
3540 |
+
#: includes/admin/settings/class-settings.php:205
|
3541 |
+
msgctxt "admin settings"
|
3542 |
+
msgid ""
|
3543 |
+
"Number of listings to show per page. Use a value of \"0\" to show all "
|
3544 |
+
"listings."
|
3545 |
+
msgstr ""
|
3546 |
+
"عدد الإعلانات التي تظهر في كل صفحة. استخدام قيمة \"0\" لإظهار كل الإعلانات."
|
3547 |
|
3548 |
+
#: includes/admin/settings/class-settings.php:207
|
3549 |
+
msgctxt "admin settings"
|
3550 |
+
msgid "Listing duration for no-fee sites (in days)"
|
3551 |
+
msgstr "مدة الإعلان للمواقع بلا رسوم (بالأيام)"
|
3552 |
|
3553 |
+
#: includes/admin/settings/class-settings.php:208
|
3554 |
+
msgctxt "admin settings"
|
3555 |
+
msgid ""
|
3556 |
+
"Use a value of \"0\" to keep a listing alive indefinitely or enter a number "
|
3557 |
+
"less than 10 years (3650 days)."
|
3558 |
+
msgstr ""
|
3559 |
+
"استخدام قيمة \"0\" للإبقاء على الإعلان إلى أجل غير مسمى، أو قم بإدخال عدد "
|
3560 |
+
"أقل من 10 سنوات (3650 يوما)."
|
3561 |
|
3562 |
+
#: includes/admin/settings/class-settings.php:214
|
3563 |
+
msgctxt "admin settings"
|
3564 |
+
msgid "Include listing contact form on listing pages?"
|
3565 |
+
msgstr "إدراج الإعلان مع نموذج الاتصال في صفحات الإعلان؟"
|
3566 |
|
3567 |
+
#: includes/admin/settings/class-settings.php:217
|
3568 |
+
msgctxt "admin settings"
|
3569 |
+
msgid ""
|
3570 |
+
"Allows visitors to contact listing authors privately. Authors will receive "
|
3571 |
+
"the messages via email."
|
3572 |
+
msgstr ""
|
3573 |
+
"يسمح للزوار بالاتصال بكتاب الإعلان بشكل خاص. الكتاب سوف يتلقون رسائل عبر "
|
3574 |
+
"البريد الإلكتروني."
|
3575 |
|
3576 |
+
#: includes/admin/settings/class-settings.php:220
|
3577 |
+
msgctxt "admin settings"
|
3578 |
+
msgid "Open detailed view of listing in new tab?"
|
3579 |
+
msgstr "فتح تفاصيل مشاهدة الإعلانات في علامة تبويب جديدة؟"
|
3580 |
|
3581 |
+
#: includes/admin/settings/class-settings.php:225
|
3582 |
+
msgctxt "admin settings"
|
3583 |
+
msgid "Require login for using the contact form?"
|
3584 |
+
msgstr "يتطلب تسجيل الدخول لاستخدام نموذج الاتصال؟"
|
3585 |
|
3586 |
+
#: includes/admin/settings/class-settings.php:231
|
3587 |
+
msgctxt "admin settings"
|
3588 |
+
msgid "Maximum number of contact form submits per day"
|
3589 |
+
msgstr "الحد الأقصى لعدد إرسال الاتصالات يوميا"
|
3590 |
+
|
3591 |
+
#: includes/admin/settings/class-settings.php:234
|
3592 |
+
msgctxt "admin settings"
|
3593 |
+
msgid ""
|
3594 |
+
"Use this to prevent spamming of listing owners. 0 means unlimited submits "
|
3595 |
+
"per day."
|
3596 |
msgstr ""
|
3597 |
+
"إستخدم هذا لمنع الرسائل المزعجة لأصحاب الإعلانات. 0 تعني إرسال غير محدود في "
|
3598 |
+
"اليوم الواحد."
|
3599 |
|
3600 |
+
#: includes/admin/settings/class-settings.php:242
|
3601 |
+
msgctxt "admin settings"
|
3602 |
+
msgid "Include comment form on listing pages?"
|
3603 |
+
msgstr "يتضمن نموذج التعليق على صفحات الإعلانات؟"
|
3604 |
+
|
3605 |
+
#: includes/admin/settings/class-settings.php:245
|
3606 |
+
msgctxt "admin settings"
|
3607 |
msgid ""
|
3608 |
+
"BD uses the standard comment inclusion from WordPress, but most themes only "
|
3609 |
+
"allow for comments on posts, not pages. Some themes handle both. BD is "
|
3610 |
+
"displayed on a page, so we need a theme that can handle both to show "
|
3611 |
+
"comments. Use the 2nd option if you want to allow comments on listings "
|
3612 |
+
"first, and if that doesn't work, try the 3rd option instead."
|
3613 |
msgstr ""
|
3614 |
|
3615 |
+
#: includes/admin/settings/class-settings.php:248
|
3616 |
+
msgctxt "admin settings"
|
3617 |
+
msgid "Do not include comments in listings"
|
3618 |
+
msgstr "يتضمن نموذج التعليق على صفحات الإعلانات؟"
|
3619 |
+
|
3620 |
+
#: includes/admin/settings/class-settings.php:249
|
3621 |
+
msgctxt "admin settings"
|
3622 |
+
msgid "Include comment form, theme invoked (standard option)"
|
3623 |
+
msgstr "يتضمن نموذج التعليق على صفحات الإعلانات؟"
|
3624 |
+
|
3625 |
+
#: includes/admin/settings/class-settings.php:250
|
3626 |
+
msgctxt "admin settings"
|
3627 |
+
msgid "Include comment form, BD invoked (use only if 2nd option doesn't work)"
|
3628 |
+
msgstr ""
|
3629 |
|
3630 |
+
#: includes/admin/settings/class-settings.php:258
|
3631 |
+
msgctxt "admin settings"
|
3632 |
+
msgid "Show listings under categories on main page?"
|
3633 |
+
msgstr "إظهار الإعلانات تحت التصنيفات على الصفحة الرئيسية؟"
|
3634 |
|
3635 |
+
#: includes/admin/settings/class-settings.php:263
|
3636 |
+
msgctxt "admin settings"
|
3637 |
+
msgid "Status of listings upon uninstalling plugin"
|
3638 |
+
msgstr "حالة الإعلانات عند إلغاء تثبيت الإضافة"
|
3639 |
|
3640 |
+
#: includes/admin/settings/class-settings.php:279
|
3641 |
+
msgctxt "admin settings"
|
3642 |
+
msgid "Status of deleted listings"
|
3643 |
+
msgstr "حالة الإعلانات المحذوفة"
|
3644 |
|
3645 |
+
#: includes/admin/settings/class-settings.php:292
|
3646 |
+
msgctxt "admin settings"
|
3647 |
+
msgid "Submit Listing instructions message"
|
3648 |
+
msgstr "إرسال رسالة تعليمات الإعلانات"
|
|
|
3649 |
|
3650 |
+
#: includes/admin/settings/class-settings.php:292
|
3651 |
+
msgctxt "admin settings"
|
3652 |
+
msgid ""
|
3653 |
+
"This text is displayed at the first page of the Submit Listing process for "
|
3654 |
+
"Business Directory. You can use it for instructions about filling out the "
|
3655 |
+
"form or anything you want to tell users before they get started."
|
3656 |
msgstr ""
|
3657 |
+
"يتم عرض هذا النص على الصفحة الأولى من عملية إرسال إعلان لدليل الأعمال. يمكنك "
|
3658 |
+
"استخدامه لإعطاء إرشادات حول تعبئة النموذج أو أي شيء تريد إعلام الأعضاء به "
|
3659 |
+
"قبل أن يبدأوا."
|
3660 |
|
3661 |
+
#: includes/admin/settings/class-settings.php:294
|
3662 |
+
msgctxt "admin settings"
|
3663 |
+
msgid "Listing Renewal"
|
3664 |
+
msgstr "تجديد الإعلان"
|
|
|
|
|
|
|
|
|
|
|
3665 |
|
3666 |
+
#: includes/admin/settings/class-settings.php:295
|
3667 |
+
msgctxt "admin settings"
|
3668 |
+
msgid "Turn on listing renewal option?"
|
3669 |
+
msgstr "قم بتشغيل خيار تجديد الإعلان؟"
|
3670 |
|
3671 |
+
#: includes/admin/settings/class-settings.php:298
|
3672 |
+
msgctxt "admin settings"
|
3673 |
+
msgid "Allow recurring renewal payments?"
|
3674 |
+
msgstr "السماح بتجديد الدفعات المتكررة؟"
|
3675 |
|
3676 |
+
#: includes/admin/settings/class-settings.php:301
|
3677 |
+
msgctxt "admin settings"
|
3678 |
msgid ""
|
3679 |
+
"Allow users to opt in for automatic renewal of their listings. The fee is "
|
3680 |
+
"charged at the time the listing expires without user intervention."
|
|
|
|
|
|
|
3681 |
msgstr ""
|
3682 |
+
"السماح للأعضاء باختيار التجديد التلقائي لإعلاناتهم. الرسوم تستوفى وقت انتهاء "
|
3683 |
+
"تاريخ الإعلان دون تدخل العضو."
|
|
|
|
|
3684 |
|
3685 |
+
#: includes/admin/settings/class-settings.php:305
|
3686 |
+
msgctxt "admin settings"
|
3687 |
+
msgid "Use recurring payments as the default payment method?"
|
3688 |
+
msgstr "استخدام المدفوعات المتكررة كطريقة الدفع الافتراضية؟"
|
3689 |
|
3690 |
+
#: includes/admin/settings/class-settings.php:308
|
3691 |
+
msgctxt "admin settings"
|
3692 |
+
msgid ""
|
3693 |
+
"Enable automatic renewal without having users opt in during the submit "
|
3694 |
+
"process."
|
3695 |
+
msgstr "تمكين التجديد التلقائي دون إخبار الأعضاء أثناء عملية الإرسال."
|
3696 |
|
3697 |
+
#: includes/admin/settings/class-settings.php:313
|
3698 |
+
msgctxt "admin settings"
|
3699 |
+
msgid "Listing renewal e-mail threshold (in days)"
|
3700 |
+
msgstr "عتبة رسالة البريد الإلكتروني لتجديد الإعلان (بالأيام)"
|
3701 |
|
3702 |
+
#: includes/admin/settings/class-settings.php:316
|
3703 |
+
msgctxt "admin settings"
|
3704 |
+
msgid ""
|
3705 |
+
"Configure how many days before listing expiration is the renewal e-mail sent."
|
3706 |
+
msgstr ""
|
3707 |
+
"حدد عدد الأيام قبل انتهاء تاريخ الإعلان لإرسال رسالة بريد إلكتروني لتجديده."
|
3708 |
|
3709 |
+
#: includes/admin/settings/class-settings.php:320
|
3710 |
+
msgctxt "admin settings"
|
3711 |
msgid ""
|
3712 |
+
"Send expiration notices including a cancel links to auto-renewed listings?"
|
|
|
3713 |
msgstr ""
|
3714 |
+
"إرسال إشعارات انتهاء التاريخ مصحوبة بروابط إلغاء التجديد التلقائي للإعلانات؟"
|
|
|
3715 |
|
3716 |
+
#: includes/admin/settings/class-settings.php:327
|
3717 |
+
msgctxt "admin settings"
|
3718 |
+
msgid "Remind listing owners of expired listings (past due)?"
|
3719 |
+
msgstr "ذكِّر أصحاب الإعلانات المنتهية التاريخ (مستحقة)؟"
|
3720 |
|
3721 |
+
#: includes/admin/settings/class-settings.php:332
|
3722 |
+
msgctxt "admin settings"
|
3723 |
+
msgid "Listing renewal reminder e-mail threshold (in days)"
|
3724 |
+
msgstr "عتبة التذكير بالبريد الإلكتروني لتجديد الإعلان (بالأيام)"
|
3725 |
+
|
3726 |
+
#: includes/admin/settings/class-settings.php:335
|
3727 |
+
msgctxt "admin settings"
|
3728 |
msgid ""
|
3729 |
+
"Configure how many days after the expiration of a listing an e-mail reminder "
|
3730 |
+
"should be sent to the owner."
|
3731 |
msgstr ""
|
3732 |
+
"حدد عدد الأيام بعد انتهاء تاريخ الإعلان لإرسال رسالة بريد إلكتروني لتذكير "
|
3733 |
+
"صاحب الإعلان."
|
|
|
|
|
|
|
|
|
|
|
3734 |
|
3735 |
+
#: includes/admin/settings/class-settings.php:338
|
3736 |
+
msgctxt "admin settings"
|
3737 |
+
msgid "Post/Category Settings"
|
3738 |
+
msgstr "إعدادات الإعلان/التصنيف"
|
3739 |
|
3740 |
+
#: includes/admin/settings/class-settings.php:343
|
3741 |
+
msgctxt "admin settings"
|
3742 |
+
msgid "Default new post status"
|
3743 |
+
msgstr "حالة الإعلان الجديد الافتراضية"
|
3744 |
|
3745 |
+
#: includes/admin/settings/class-settings.php:359
|
3746 |
+
msgctxt "admin settings"
|
3747 |
+
msgid "Edit post status"
|
3748 |
+
msgstr "تعديل حالة الإعلان"
|
3749 |
|
3750 |
+
#: includes/admin/settings/class-settings.php:372
|
3751 |
+
msgctxt "admin settings"
|
3752 |
+
msgid "Order categories list by"
|
3753 |
+
msgstr "ترتيب قائمة التصنيفات حسب"
|
3754 |
|
3755 |
+
#: includes/admin/settings/class-settings.php:374
|
3756 |
+
msgctxt "admin settings"
|
3757 |
+
msgid "Name"
|
3758 |
+
msgstr "الإسم"
|
3759 |
|
3760 |
+
#: includes/admin/settings/class-settings.php:375
|
3761 |
+
msgctxt "admin settings"
|
3762 |
+
msgid "Slug"
|
3763 |
+
msgstr "رابط لطيف"
|
3764 |
|
3765 |
+
#: includes/admin/settings/class-settings.php:376
|
3766 |
+
msgctxt "admin settings"
|
3767 |
+
msgid "Listing Count"
|
3768 |
+
msgstr "عداد الإعلانات"
|
3769 |
|
3770 |
+
#: includes/admin/settings/class-settings.php:382
|
3771 |
+
msgctxt "admin settings"
|
3772 |
+
msgid "Sort order for categories"
|
3773 |
+
msgstr "ترتيب فرز التصنيفات"
|
3774 |
|
3775 |
+
#: includes/admin/settings/class-settings.php:385
|
3776 |
+
#: includes/admin/settings/class-settings.php:416
|
3777 |
+
msgctxt "admin settings"
|
3778 |
+
msgid "Ascending"
|
3779 |
+
msgstr "تصاعدي"
|
3780 |
|
3781 |
+
#: includes/admin/settings/class-settings.php:386
|
3782 |
+
#: includes/admin/settings/class-settings.php:417
|
3783 |
+
msgctxt "admin settings"
|
3784 |
+
msgid "Descending"
|
3785 |
+
msgstr "تنازلي"
|
3786 |
|
3787 |
+
#: includes/admin/settings/class-settings.php:392
|
3788 |
+
msgctxt "admin settings"
|
3789 |
+
msgid "Show category post count?"
|
3790 |
+
msgstr "إظهار عدد إعلانات التصنيف؟"
|
3791 |
|
3792 |
+
#: includes/admin/settings/class-settings.php:393
|
3793 |
+
msgctxt "admin settings"
|
3794 |
+
msgid "Hide empty categories?"
|
3795 |
+
msgstr "إخفاء التصنيفات الفارغة؟"
|
3796 |
|
3797 |
+
#: includes/admin/settings/class-settings.php:394
|
3798 |
+
msgctxt "admin settings"
|
3799 |
+
msgid "Show only parent categories in category list?"
|
3800 |
+
msgstr "إظهار التصنيفات الأبوية فقط في قائمة التصنيف؟"
|
|
|
|
|
3801 |
|
3802 |
+
#: includes/admin/settings/class-settings.php:396
|
3803 |
+
msgctxt "admin settings"
|
3804 |
+
msgid "Listings Sorting"
|
3805 |
+
msgstr "فرز الإعلانات"
|
3806 |
|
3807 |
+
#: includes/admin/settings/class-settings.php:397
|
3808 |
+
msgctxt "admin settings"
|
3809 |
+
msgid "Order directory listings by"
|
3810 |
+
msgstr "ترتيب إعلانات الدليل حسب"
|
3811 |
|
3812 |
+
#: includes/admin/settings/class-settings.php:399
|
3813 |
+
msgctxt "admin settings"
|
3814 |
+
msgid "Title"
|
3815 |
+
msgstr "العنوان"
|
|
|
|
|
3816 |
|
3817 |
+
#: includes/admin/settings/class-settings.php:400
|
3818 |
+
msgctxt "admin settings"
|
3819 |
+
msgid "Author"
|
3820 |
+
msgstr "الكاتب"
|
3821 |
|
3822 |
+
#: includes/admin/settings/class-settings.php:401
|
3823 |
+
#: includes/admin/settings/class-settings.php:839
|
3824 |
+
msgctxt "admin settings"
|
3825 |
+
msgid "Date posted"
|
3826 |
+
msgstr "تاريخ النشر"
|
3827 |
|
3828 |
+
#: includes/admin/settings/class-settings.php:402
|
3829 |
+
#: includes/admin/settings/class-settings.php:840
|
3830 |
+
msgctxt "admin settings"
|
3831 |
+
msgid "Date last modified"
|
3832 |
+
msgstr "تاريخ آخر تعديل"
|
3833 |
|
3834 |
+
#: includes/admin/settings/class-settings.php:403
|
3835 |
+
msgctxt "admin settings"
|
3836 |
+
msgid "Random"
|
3837 |
+
msgstr "عشوائية"
|
3838 |
|
3839 |
+
#: includes/admin/settings/class-settings.php:404
|
3840 |
+
msgctxt "admin settings"
|
3841 |
+
msgid "Paid first then free. Inside each group by date."
|
3842 |
+
msgstr "تدفع أولاً ثم مجاناً. داخل كل مجموعة حسب التاريخ."
|
3843 |
|
3844 |
+
#: includes/admin/settings/class-settings.php:405
|
3845 |
+
msgctxt "admin settings"
|
3846 |
+
msgid "Paid first then free. Inside each group by title."
|
3847 |
+
msgstr "تدفع أولاً ثم مجاناً. داخل كل مجموعة بعنوان."
|
3848 |
|
3849 |
+
#: includes/admin/settings/class-settings.php:410
|
3850 |
+
#, fuzzy
|
3851 |
+
msgctxt "admin settings"
|
3852 |
+
msgid "Sort order for directory listings"
|
3853 |
+
msgstr "فرز إعلانات الدليل حسب"
|
3854 |
|
3855 |
+
#: includes/admin/settings/class-settings.php:413
|
3856 |
+
msgctxt "admin settings"
|
3857 |
+
msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
|
3858 |
+
msgstr "ترتيب تصاعدي من أ إلى ي، ترتيب تنازلي من ي إلى أ"
|
3859 |
|
3860 |
+
#: includes/admin/settings/class-settings.php:425
|
3861 |
+
msgctxt "admin settings"
|
3862 |
+
msgid "Enable sort bar?"
|
3863 |
+
msgstr "تمكين شريط الفرز؟"
|
3864 |
|
3865 |
+
#: includes/admin/settings/class-settings.php:430
|
3866 |
+
msgctxt "admin settings"
|
3867 |
+
msgid "Sortbar Fields"
|
3868 |
+
msgstr "حقول شريط الفرز"
|
3869 |
|
3870 |
+
#: includes/admin/settings/class-settings.php:439
|
3871 |
+
msgctxt "admin settings"
|
3872 |
+
msgid "Featured (Sticky) listing settings"
|
3873 |
+
msgstr "إعدادات الإعلانات (المثبتة) المميزة"
|
3874 |
|
3875 |
+
#: includes/admin/settings/class-settings.php:440
|
3876 |
+
msgctxt "admin settings"
|
3877 |
+
msgid "Offer sticky listings?"
|
3878 |
+
msgstr "عروض الإعلانات المثبتة"
|
3879 |
|
3880 |
+
#: includes/admin/settings/class-settings.php:441
|
3881 |
+
msgctxt "admin settings"
|
3882 |
+
msgid "Offer upgrades during submit process?"
|
3883 |
+
msgstr "عرض الترقية خلال عملية إضافة إعلان؟"
|
3884 |
|
3885 |
+
#: includes/admin/settings/class-settings.php:442
|
3886 |
+
msgctxt "admin settings"
|
3887 |
+
msgid "Sticky listing price"
|
3888 |
+
msgstr "سعر الإعلان المثبت"
|
3889 |
|
3890 |
+
#: includes/admin/settings/class-settings.php:443
|
3891 |
+
msgctxt "admin settings"
|
3892 |
+
msgid "Sticky listing page description text"
|
3893 |
+
msgstr "نص وصف صفحة الإعلان المثبت"
|
3894 |
|
3895 |
+
#: includes/admin/settings/class-settings.php:444
|
3896 |
+
msgctxt "admin settings"
|
3897 |
+
msgid ""
|
3898 |
+
"You can upgrade your listing to featured status. Featured listings will "
|
3899 |
+
"always appear on top of regular listings."
|
3900 |
+
msgstr ""
|
3901 |
+
"يمكنك ترقية إعلانك إلى الحالة المميزة. الإعلانات المميزة سوف تظهر دائماً أعلى "
|
3902 |
+
"الإعلانات العادية."
|
3903 |
+
|
3904 |
+
#: includes/admin/settings/class-settings.php:449
|
3905 |
+
msgctxt "admin settings"
|
3906 |
+
msgid "E-Mail"
|
3907 |
msgstr "البريد الإلكتروني"
|
3908 |
|
3909 |
+
#: includes/admin/settings/class-settings.php:453
|
3910 |
+
msgctxt "admin settings"
|
3911 |
+
msgid "Display email address fields publicly?"
|
3912 |
+
msgstr "عرض حقول عنوان البريد الإلكتروني علنا؟"
|
3913 |
|
3914 |
+
#: includes/admin/settings/class-settings.php:456
|
3915 |
+
msgctxt "admin settings"
|
3916 |
+
msgid ""
|
3917 |
+
"Shows the email address of the listing owner to all web users. NOT "
|
3918 |
+
"RECOMMENDED as this increases spam to the address and allows spam bots to "
|
3919 |
+
"harvest it for future use."
|
3920 |
+
msgstr ""
|
3921 |
+
"إظهار عنوان البريد الإلكتروني لمالك الإعلان لجميع مستخدمي الويب. لا ينصح به "
|
3922 |
+
"لأن هذا يزيد من الرسائل المزعجة إلى العنوان ويسمح للمتطفلين بجمع عنوانين "
|
3923 |
+
"البريد للاستخدام في المستقبل."
|
3924 |
|
3925 |
+
#: includes/admin/settings/class-settings.php:459
|
3926 |
+
msgctxt "admin settings"
|
3927 |
+
msgid "How to determine the listing's email address?"
|
3928 |
+
msgstr "كيفية تحديد عنوان البريد الإلكتروني في الإعلان؟"
|
3929 |
|
3930 |
+
#: includes/admin/settings/class-settings.php:462
|
3931 |
+
msgctxt "admin settings"
|
3932 |
+
msgid ""
|
3933 |
+
"This affects emails sent to listing owners via contact forms or when their "
|
3934 |
+
"listings expire."
|
3935 |
+
msgstr ""
|
3936 |
+
"هذا يؤثر على رسائل البريد الإلكتروني المرسلة إلى مالكي الإعلانات عبر نموذج "
|
3937 |
+
"الاتصال أو عندما ينتهي تاريخ الإعلانات."
|
3938 |
|
3939 |
+
#: includes/admin/settings/class-settings.php:464
|
3940 |
+
msgctxt "admin settings"
|
3941 |
+
msgid "Try listing's email field first, then author's email."
|
3942 |
+
msgstr "جرب البريد الإلكتروني للإعلانات أولاً، ثم البريد الإلكتروني للكاتب."
|
3943 |
|
3944 |
+
#: includes/admin/settings/class-settings.php:465
|
3945 |
+
msgctxt "admin settings"
|
3946 |
+
msgid "Try author's email first and then listing's email field."
|
3947 |
+
msgstr "جرب البريد الإلكتروني للكاتب أولاً، ثم البريد الإلكتروني للإعلانات."
|
3948 |
|
3949 |
+
#: includes/admin/settings/class-settings.php:471
|
3950 |
+
msgctxt "admin settings"
|
3951 |
+
msgid "E-Mail Notifications"
|
3952 |
+
msgstr "تنبيهات البريد الإلكتروني"
|
3953 |
|
3954 |
+
#: includes/admin/settings/class-settings.php:474
|
3955 |
+
msgctxt "admin settings"
|
3956 |
+
msgid "Notify admin via e-mail when..."
|
3957 |
+
msgstr "إبلاغ المدير عن طريق البريد الإلكتروني عندما..."
|
3958 |
|
3959 |
+
#: includes/admin/settings/class-settings.php:478
|
3960 |
+
msgctxt "admin settings"
|
3961 |
+
msgid "A new listing is submitted."
|
3962 |
+
msgstr "يتم إضافة إعلان جديد"
|
3963 |
|
3964 |
+
#: includes/admin/settings/class-settings.php:479
|
3965 |
+
msgctxt "admin settings"
|
3966 |
+
msgid "A listing is edited."
|
3967 |
+
msgstr "تم تحرير الإعلان"
|
3968 |
|
3969 |
+
#: includes/admin/settings/class-settings.php:480
|
3970 |
+
msgctxt "admin settings"
|
3971 |
+
msgid "A listing expires."
|
3972 |
+
msgstr "الإعلان منتهي التاريخ"
|
3973 |
|
3974 |
+
#: includes/admin/settings/class-settings.php:481
|
3975 |
+
msgctxt "admin settings"
|
3976 |
+
msgid "A contact message is sent to a listing's owner."
|
3977 |
+
msgstr "يتم إرسال رسالة اتصال لمالك الإعلان."
|
3978 |
|
3979 |
+
#: includes/admin/settings/class-settings.php:487
|
3980 |
+
msgctxt "admin settings"
|
3981 |
+
msgid "CC this e-mail address too"
|
3982 |
+
msgstr "إرسال نسخة من الرسالة الى عنوان البريد الإلكتروني هذا أيضا"
|
3983 |
|
3984 |
+
#: includes/admin/settings/class-settings.php:493
|
3985 |
+
msgctxt "admin settings"
|
3986 |
+
msgid "Notify users via e-mail when..."
|
3987 |
+
msgstr "إعلام الأعضاء عن طريق البريد الإلكتروني عندما..."
|
3988 |
|
3989 |
+
#: includes/admin/settings/class-settings.php:496
|
3990 |
+
msgctxt "admin settings"
|
3991 |
+
msgid "You can modify the text template used for most of these e-mails below."
|
3992 |
+
msgstr ""
|
3993 |
+
"يمكنك تعديل قالب النص المستخدم لمعظم رسائل البريد الإلكتروني هذه أدناه."
|
3994 |
|
3995 |
+
#: includes/admin/settings/class-settings.php:497
|
3996 |
+
msgctxt "admin settings"
|
3997 |
+
msgid "Their listing is submitted."
|
3998 |
+
msgstr "يتم إضافة الإعلان الخاص بهم"
|
3999 |
|
4000 |
+
#: includes/admin/settings/class-settings.php:498
|
4001 |
+
msgctxt "admin settings"
|
4002 |
+
msgid "Their listing is approved/published."
|
4003 |
+
msgstr "تمت الموافقة ونشر الإعلان الخاص بهم"
|
4004 |
|
4005 |
+
#: includes/admin/settings/class-settings.php:514
|
4006 |
+
msgctxt "admin settings"
|
4007 |
+
msgid "E-Mail Templates"
|
4008 |
+
msgstr "قوالب البريد الإلكتروني"
|
4009 |
|
4010 |
+
#: includes/admin/settings/class-settings.php:517
|
4011 |
+
msgctxt "admin settings"
|
4012 |
+
msgid "Email confirmation message"
|
4013 |
+
msgstr "رسالة تأكيد البريد الإلكتروني"
|
4014 |
|
4015 |
+
#: includes/admin/settings/class-settings.php:521
|
4016 |
+
msgctxt "admin settings"
|
4017 |
+
msgid "Sent after a listing has been submitted."
|
4018 |
+
msgstr "ترسل بعد أن يضاف الإعلان."
|
4019 |
|
4020 |
+
#: includes/admin/settings/class-settings.php:522
|
4021 |
+
#: includes/admin/settings/class-settings.php:530
|
4022 |
+
#: includes/admin/settings/class-settings.php:571
|
4023 |
+
msgctxt "admin settings"
|
4024 |
+
msgid "Listing's title"
|
4025 |
+
msgstr "عنوان الإعلان"
|
4026 |
|
4027 |
+
#: includes/admin/settings/class-settings.php:525
|
4028 |
+
msgctxt "admin settings"
|
4029 |
+
msgid "Listing published message"
|
4030 |
+
msgstr "رسالة نشر الإعلان"
|
4031 |
|
4032 |
+
#: includes/admin/settings/class-settings.php:528
|
4033 |
+
msgctxt "admin settings"
|
4034 |
msgid ""
|
4035 |
+
"Your listing \"[listing]\" is now available at [listing-url] and can be "
|
4036 |
+
"viewed by the public."
|
4037 |
msgstr ""
|
4038 |
+
"القائمة الخاصة بك \"[listing]\" متوفر الآن في [listing-url] ويمكن مشاهدتها "
|
4039 |
+
"من قبل العموم."
|
4040 |
|
4041 |
+
#: includes/admin/settings/class-settings.php:529
|
4042 |
+
msgctxt "admin settings"
|
4043 |
+
msgid "Sent when the listing has been published or approved by an admin."
|
4044 |
+
msgstr "ترسل عندما يتم نشر الإعلان أو الموافقة عليه من طرف المدير."
|
4045 |
+
|
4046 |
+
#: includes/admin/settings/class-settings.php:531
|
4047 |
+
msgctxt "admin settings"
|
4048 |
+
msgid "Listing's URL"
|
4049 |
+
msgstr "عنوان URL الإعلان"
|
4050 |
+
|
4051 |
+
#: includes/admin/settings/class-settings.php:535
|
4052 |
+
msgctxt "admin settings"
|
4053 |
+
msgid "Listing Contact Message"
|
4054 |
+
msgstr "رسالة اتصال الإعلان"
|
4055 |
+
|
4056 |
+
#: includes/admin/settings/class-settings.php:539
|
4057 |
+
msgctxt "admin settings"
|
4058 |
msgid ""
|
4059 |
+
"Sent to listing owners when someone uses the contact form on their listing "
|
4060 |
+
"pages."
|
4061 |
msgstr ""
|
4062 |
+
"ترسل إلى مالكي الإعلانات عندما يستخدم شخص ما نموذج جهة الاتصال في صفحات "
|
4063 |
+
"الإعلانات الخاصة بهم."
|
|
|
|
|
|
|
|
|
|
|
4064 |
|
4065 |
+
#: includes/admin/settings/class-settings.php:549
|
4066 |
+
msgctxt "admin settings"
|
4067 |
+
msgid "Payment related"
|
4068 |
+
msgstr "المدفوعات ذات الصلة"
|
4069 |
|
4070 |
+
#: includes/admin/settings/class-settings.php:566
|
4071 |
+
msgctxt "admin settings"
|
4072 |
+
msgid "Payment abandoned reminder message"
|
4073 |
+
msgstr "رسالة تذكير بالتخلي عن الدفع"
|
4074 |
|
4075 |
+
#: includes/admin/settings/class-settings.php:570
|
4076 |
+
msgctxt "admin settings"
|
4077 |
+
msgid "Sent some time after a pending payment is abandoned by users."
|
4078 |
+
msgstr "ترسل أحيانا بعد أن يتخلي الأعضاء عن الدفعة المنتظرة."
|
4079 |
|
4080 |
+
#: includes/admin/settings/class-settings.php:572
|
4081 |
+
msgctxt "admin settings"
|
4082 |
+
msgid "Checkout URL link"
|
4083 |
+
msgstr "رابط URL إتمام الشراء"
|
4084 |
|
4085 |
+
#: includes/admin/settings/class-settings.php:578
|
4086 |
+
msgctxt "admin settings"
|
4087 |
+
msgid "Renewal Reminders"
|
4088 |
+
msgstr "رسائل تذكير التجديد"
|
4089 |
|
4090 |
+
#: includes/admin/settings/class-settings.php:581
|
4091 |
+
msgctxt "admin settings"
|
4092 |
+
msgid ""
|
4093 |
+
"This section refers only to the text of the renewal/expiration notices. You "
|
4094 |
+
"can also <a>configure when the e-mails are sent</a>."
|
4095 |
+
msgstr ""
|
4096 |
+
"هذا القسم يحيل فقط إلى نص إشعارات التجديد/انتهاء التاريخ. يمكنك أيضا "
|
4097 |
+
"<a>إعداد متى يتم إرسال رسائل البريد الإلكتروني</a>."
|
4098 |
|
4099 |
+
#: includes/admin/settings/class-settings.php:585
|
4100 |
+
msgctxt "admin settings"
|
4101 |
+
msgid "Pending expiration e-mail message"
|
4102 |
+
msgstr "رسالة البريد الإلكتروني أثناء انتظار انتهاء التاريخ"
|
4103 |
|
4104 |
+
#: includes/admin/settings/class-settings.php:598
|
4105 |
+
msgctxt "admin settings"
|
4106 |
+
msgid "Listing Renewal e-mail message"
|
4107 |
+
msgstr "رسالة البريد الإلكتروني لتجديد الإعلان"
|
4108 |
|
4109 |
+
#: includes/admin/settings/class-settings.php:611
|
4110 |
+
msgctxt "admin settings"
|
4111 |
+
msgid "Listing auto-renewal reminder (recurring payments)"
|
4112 |
+
msgstr "تذكير بالتجديد التلقائي للإعلان (الدفعات المتكررة)"
|
4113 |
|
4114 |
+
#: includes/admin/settings/class-settings.php:624
|
4115 |
+
msgctxt "admin settings"
|
4116 |
+
msgid "Listing Renewal e-mail message (recurring payments)"
|
4117 |
+
msgstr "رسالة البريد الإلكتروني لتجديد الإعلان (الدفعات المتكررة)"
|
4118 |
|
4119 |
+
#: includes/admin/settings/class-settings.php:637
|
4120 |
+
msgctxt "admin settings"
|
4121 |
+
msgid "Renewal reminder e-mail message"
|
4122 |
+
msgstr "رسالة البريد الإلكتروني للتذكير بالتجديد"
|
4123 |
|
4124 |
+
#: includes/admin/settings/class-settings.php:651
|
4125 |
+
msgctxt "admin settings"
|
4126 |
+
msgid "Payment"
|
4127 |
+
msgstr "الدفع"
|
4128 |
|
4129 |
+
#: includes/admin/settings/class-settings.php:652
|
4130 |
+
msgctxt "admin settings"
|
4131 |
+
msgid "Payment Settings"
|
4132 |
+
msgstr "إعدادات الدفع"
|
4133 |
|
4134 |
+
#: includes/admin/settings/class-settings.php:655
|
4135 |
+
msgctxt "admin settings"
|
4136 |
+
msgid "Turn On payments?"
|
4137 |
+
msgstr "تشغيل الدفعات؟"
|
|
|
|
|
|
|
|
|
|
|
4138 |
|
4139 |
+
#: includes/admin/settings/class-settings.php:657
|
4140 |
+
msgctxt "admin settings"
|
4141 |
+
msgid "Put payment gateways in test mode?"
|
4142 |
+
msgstr "وضع بوابات الدفع في وضع الاختبار؟"
|
4143 |
|
4144 |
+
#: includes/admin/settings/class-settings.php:662
|
4145 |
+
msgctxt "admin settings"
|
4146 |
+
msgid "Perform checkouts on the secure (HTTPS) version of your site?"
|
4147 |
+
msgstr "تنفيذ إنهاء الشراء على الإصدار الآمن (HTTPS) لموقع الويب الخاص بك؟"
|
4148 |
|
4149 |
+
#: includes/admin/settings/class-settings.php:665
|
4150 |
+
msgctxt "admin settings"
|
4151 |
+
msgid ""
|
4152 |
+
"Recommended for added security. For this to work you need to enable HTTPS on "
|
4153 |
+
"your server and <a>obtain an SSL certificate</a>."
|
4154 |
+
msgstr ""
|
4155 |
+
"موصى به لأمن أكثر. لكي يعمل هذا أنت بحاجة إلى تمكين HTTPS على الخادم الخاص "
|
4156 |
+
"بك و <a>الحصول على شهادة SSL</a>."
|
4157 |
|
4158 |
+
#: includes/admin/settings/class-settings.php:669
|
4159 |
+
msgctxt "admin settings"
|
4160 |
+
msgid "Currency Code"
|
4161 |
+
msgstr "رمز العملة"
|
4162 |
|
4163 |
+
#: includes/admin/settings/class-settings.php:671
|
4164 |
+
msgctxt "admin settings"
|
4165 |
+
msgid "Australian Dollar (AUD)"
|
4166 |
+
msgstr "الدولار الأسترالي (AUD)"
|
4167 |
|
4168 |
+
#: includes/admin/settings/class-settings.php:672
|
4169 |
+
msgctxt "admin settings"
|
4170 |
+
msgid "Brazilian Real (BRL)"
|
4171 |
+
msgstr "الريال البرازيلي (BRL)"
|
4172 |
|
4173 |
+
#: includes/admin/settings/class-settings.php:673
|
4174 |
+
msgctxt "admin settings"
|
4175 |
+
msgid "Canadian Dollar (CAD)"
|
4176 |
+
msgstr "الدولار الكندي (CAD)"
|
|
|
|
|
4177 |
|
4178 |
+
#: includes/admin/settings/class-settings.php:674
|
4179 |
+
msgctxt "admin settings"
|
4180 |
+
msgid "Czech Koruna (CZK)"
|
4181 |
+
msgstr "الكورونا التشيكية (CZK)"
|
4182 |
|
4183 |
+
#: includes/admin/settings/class-settings.php:675
|
4184 |
+
msgctxt "admin settings"
|
4185 |
+
msgid "Danish Krone (DKK)"
|
4186 |
+
msgstr "الكرونة الدانماركية (DKK)"
|
|
|
|
|
|
|
4187 |
|
4188 |
+
#: includes/admin/settings/class-settings.php:676
|
4189 |
+
msgctxt "admin settings"
|
4190 |
+
msgid "Euro (EUR)"
|
4191 |
+
msgstr "اليورو (EUR)"
|
4192 |
|
4193 |
+
#: includes/admin/settings/class-settings.php:677
|
4194 |
+
msgctxt "admin settings"
|
4195 |
+
msgid "Hong Kong Dollar (HKD)"
|
4196 |
+
msgstr "دولار هونج كونج (HKD)"
|
4197 |
|
4198 |
+
#: includes/admin/settings/class-settings.php:678
|
4199 |
+
msgctxt "admin settings"
|
4200 |
+
msgid "Hungarian Forint (HUF)"
|
4201 |
+
msgstr "الفورنت الهنغاري (HUF)"
|
|
|
|
|
|
|
4202 |
|
4203 |
+
#: includes/admin/settings/class-settings.php:679
|
4204 |
+
msgctxt "admin settings"
|
4205 |
+
msgid "Israeli New Shequel (ILS)"
|
4206 |
+
msgstr "الشكيل الإسرائيلي الجديد (ILS)"
|
4207 |
|
4208 |
+
#: includes/admin/settings/class-settings.php:680
|
4209 |
+
msgctxt "admin settings"
|
4210 |
+
msgid "Japanese Yen (JPY)"
|
4211 |
+
msgstr "الين الياباني (JPY)"
|
4212 |
|
4213 |
+
#: includes/admin/settings/class-settings.php:681
|
4214 |
+
msgctxt "admin settings"
|
4215 |
+
msgid "Moroccan Dirham (MAD)"
|
4216 |
+
msgstr ""
|
4217 |
|
4218 |
+
#: includes/admin/settings/class-settings.php:682
|
4219 |
+
msgctxt "admin settings"
|
4220 |
+
msgid "Malasian Ringgit (MYR)"
|
4221 |
+
msgstr "الرينغيت الماليزي (MYR)"
|
|
|
|
|
|
|
4222 |
|
4223 |
+
#: includes/admin/settings/class-settings.php:683
|
4224 |
+
msgctxt "admin settings"
|
4225 |
+
msgid "Mexican Peso (MXN)"
|
4226 |
+
msgstr "بيزو مكسيكي (MXN)"
|
4227 |
|
4228 |
+
#: includes/admin/settings/class-settings.php:684
|
4229 |
+
msgctxt "admin settings"
|
4230 |
+
msgid "Norwegian Krone (NOK)"
|
4231 |
+
msgstr "الكرون النرويجي (NOK)"
|
4232 |
|
4233 |
+
#: includes/admin/settings/class-settings.php:685
|
4234 |
+
msgctxt "admin settings"
|
4235 |
+
msgid "New Zealand Dollar (NZD)"
|
4236 |
+
msgstr "الدولار النيوزيلندي (NZD)"
|
|
|
4237 |
|
4238 |
+
#: includes/admin/settings/class-settings.php:686
|
4239 |
+
msgctxt "admin settings"
|
4240 |
+
msgid "Philippine Peso (PHP)"
|
4241 |
+
msgstr "بيزو فلبيني (PHP)"
|
4242 |
|
4243 |
+
#: includes/admin/settings/class-settings.php:687
|
4244 |
+
msgctxt "admin settings"
|
4245 |
+
msgid "Polish Zloty (PLN)"
|
4246 |
+
msgstr "الزلوتي البولندي (PLN)"
|
|
|
4247 |
|
4248 |
+
#: includes/admin/settings/class-settings.php:688
|
4249 |
+
msgctxt "admin settings"
|
4250 |
+
msgid "Pound Sterling (GBP)"
|
4251 |
+
msgstr "الجنيه الإسترليني (GBP)"
|
4252 |
|
4253 |
+
#: includes/admin/settings/class-settings.php:689
|
4254 |
+
msgctxt "admin settings"
|
4255 |
+
msgid "Singapore Dollar (SGD)"
|
4256 |
+
msgstr "دولار سنغافوري (SGD)"
|
|
|
|
|
|
|
4257 |
|
4258 |
+
#: includes/admin/settings/class-settings.php:690
|
4259 |
+
msgctxt "admin settings"
|
4260 |
+
msgid "Swedish Krona (SEK)"
|
4261 |
+
msgstr "الكرونا السويدية (SEK)"
|
4262 |
|
4263 |
+
#: includes/admin/settings/class-settings.php:691
|
4264 |
+
msgctxt "admin settings"
|
4265 |
+
msgid "Swiss Franc (CHF)"
|
4266 |
+
msgstr "الفرنك السويسري (CHF)"
|
4267 |
|
4268 |
+
#: includes/admin/settings/class-settings.php:692
|
4269 |
+
msgctxt "admin settings"
|
4270 |
+
msgid "Taiwan Dollar (TWD)"
|
4271 |
+
msgstr "الدولار التايواني (TWD)"
|
4272 |
|
4273 |
+
#: includes/admin/settings/class-settings.php:693
|
4274 |
+
msgctxt "admin settings"
|
4275 |
+
msgid "Thai Baht (THB)"
|
4276 |
+
msgstr "البات التايلندي (THB)"
|
4277 |
|
4278 |
+
#: includes/admin/settings/class-settings.php:694
|
4279 |
+
msgctxt "admin settings"
|
4280 |
+
msgid "Turkish Lira (TRY)"
|
4281 |
+
msgstr "الليرة التركية (TRY)"
|
|
|
|
|
|
|
|
|
|
|
|
|
4282 |
|
4283 |
+
#: includes/admin/settings/class-settings.php:695
|
4284 |
+
msgctxt "admin settings"
|
4285 |
+
msgid "U.S. Dollar (USD)"
|
4286 |
+
msgstr "الدولار الأمريكي (USD)"
|
4287 |
|
4288 |
+
#: includes/admin/settings/class-settings.php:699
|
4289 |
+
msgctxt "admin settings"
|
4290 |
+
msgid "Currency Symbol"
|
4291 |
+
msgstr "رمز العملة"
|
|
|
|
|
|
|
|
|
|
|
4292 |
|
4293 |
+
#: includes/admin/settings/class-settings.php:704
|
4294 |
+
msgctxt "admin settings"
|
4295 |
+
msgid "Currency symbol display"
|
4296 |
+
msgstr "عرض رمز العملة"
|
4297 |
|
4298 |
+
#: includes/admin/settings/class-settings.php:710
|
4299 |
+
msgctxt "admin settings"
|
4300 |
+
msgid "Show currency symbol on the left"
|
4301 |
+
msgstr "إظهار رمز العملة على اليسار"
|
4302 |
|
4303 |
+
#: includes/admin/settings/class-settings.php:711
|
4304 |
+
msgctxt "admin settings"
|
4305 |
+
msgid "Show currency symbol on the right"
|
4306 |
+
msgstr "إظهار رمز العملة على اليمين"
|
4307 |
|
4308 |
+
#: includes/admin/settings/class-settings.php:712
|
4309 |
+
msgctxt "admin settings"
|
4310 |
+
msgid "Do not show currency symbol"
|
4311 |
+
msgstr "عدم إظهار رمز العملة"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4312 |
|
4313 |
+
#: includes/admin/settings/class-settings.php:720
|
4314 |
+
msgctxt "admin settings"
|
4315 |
+
msgid "Thank you for payment message"
|
4316 |
+
msgstr "رسالة الشكر على الدفع"
|
|
|
|
|
|
|
|
|
|
|
|
|
4317 |
|
4318 |
+
#: includes/admin/settings/class-settings.php:721
|
4319 |
+
msgctxt "admin settings"
|
4320 |
+
msgid ""
|
4321 |
+
"Thank you for your payment. Your payment is being verified and your listing "
|
4322 |
+
"reviewed. The verification and review process could take up to 48 hours."
|
|
|
|
|
4323 |
msgstr ""
|
4324 |
+
"شكرا لك على الدفع. يتم الآن التحقق من الدفع وفحص إعلانك. يمكن أن تأخذ عملية "
|
4325 |
+
"التحقق والمراجعة مدة 48 ساعة."
|
|
|
4326 |
|
4327 |
+
#: includes/admin/settings/class-settings.php:726
|
4328 |
+
msgctxt "admin settings"
|
4329 |
+
msgid "Ask users to come back for abandoned payments?"
|
4330 |
+
msgstr "أطلب من الأعضاء العودة للمدفوعات المتخلى عنها؟"
|
4331 |
+
|
4332 |
+
#: includes/admin/settings/class-settings.php:729
|
4333 |
+
msgctxt "admin settings"
|
4334 |
msgid ""
|
4335 |
+
"An abandoned payment is when a user attempts to place a listing and gets to "
|
4336 |
+
"the end, but fails to complete their payment for the listing. This results "
|
4337 |
+
"in listings that look like they failed, when the user simply didn't complete "
|
4338 |
+
"the transaction. BD can remind them to come back and continue."
|
4339 |
msgstr ""
|
4340 |
+
"دفعة مهجورة هي عندما يحاول عضو وضع إعلان ويصل إلى النهاية، ولكنه يفشل في "
|
4341 |
+
"إتمام الدفع للإعلان. هذا ينتج عنه أن الإعلانات تبدو وكأنها فشلت، وذلك عندما "
|
4342 |
+
"لا يكمل العضو المعاملة ببساطة. دليل الأعمال يستطيع تذكيرهم للعودة والاستمرار."
|
4343 |
|
4344 |
+
#: includes/admin/settings/class-settings.php:735
|
4345 |
+
msgctxt "admin settings"
|
4346 |
+
msgid "Listing abandonment threshold (hours)"
|
4347 |
+
msgstr "عتبة التخلي على الإعلان (ساعات)"
|
4348 |
+
|
4349 |
+
#: includes/admin/settings/class-settings.php:740
|
4350 |
+
msgctxt "admin settings"
|
4351 |
msgid ""
|
4352 |
+
"Listings with pending payments are marked as abandoned after this time. You "
|
4353 |
+
"can also <a>customize the e-mail</a> users receive."
|
|
|
|
|
4354 |
msgstr ""
|
4355 |
+
"الإعلانات مع الدفعات المعلقة تعد متخلى عنها بعد هذا الوقت. يمكنك أيضا "
|
4356 |
+
"<a>تخصيص البريد الإلكتروني</a> الذي يتلقاه الأعضاء."
|
|
|
4357 |
|
4358 |
+
#: includes/admin/settings/class-settings.php:745
|
4359 |
+
msgctxt "admin settings"
|
4360 |
+
msgid "Themes"
|
4361 |
+
msgstr "القوالب"
|
4362 |
+
|
4363 |
+
#: includes/admin/settings/class-settings.php:747
|
4364 |
+
msgctxt "admin settings"
|
4365 |
+
msgid "You can manage your themes on <a>Directory Themes</a>."
|
4366 |
+
msgstr "يمكنك إدارة قوالبك في <a>قوالب الدليل</a>."
|
4367 |
+
|
4368 |
+
#: includes/admin/settings/class-settings.php:752
|
4369 |
+
msgctxt "admin settings"
|
4370 |
+
msgid "Theme button style"
|
4371 |
+
msgstr "نمط زر القالب"
|
4372 |
+
|
4373 |
+
#: includes/admin/settings/class-settings.php:758
|
4374 |
+
msgctxt "admin settings"
|
4375 |
+
msgid "Use the BD theme style for BD buttons"
|
4376 |
+
msgstr "إستخدم نمط قالب دليل الأعمال لأزرار دليل الأعمال"
|
4377 |
+
|
4378 |
+
#: includes/admin/settings/class-settings.php:759
|
4379 |
+
msgctxt "admin settings"
|
4380 |
+
msgid "Use the WP theme style for BD buttons"
|
4381 |
+
msgstr "إستخدم نمط قالب ووردبريس لأزرار دليل الأعمال"
|
4382 |
+
|
4383 |
+
#: includes/admin/settings/class-settings.php:769
|
4384 |
+
msgctxt "admin settings"
|
4385 |
+
msgid "Image"
|
4386 |
+
msgstr "الصورة"
|
4387 |
+
|
4388 |
+
#: includes/admin/settings/class-settings.php:770
|
4389 |
+
msgctxt "admin settings"
|
4390 |
msgid ""
|
4391 |
+
"Any changes to these settings will affect new listings only. Existing "
|
4392 |
+
"listings will not be affected. If you wish to change existing listings, you "
|
4393 |
+
"will need to re-upload the image(s) on that listing after changing things "
|
4394 |
+
"here."
|
4395 |
msgstr ""
|
4396 |
+
"أية تغييرات على هذه الإعدادات سوف تؤثر على الإعلانات الجديدة فقط. الإعلانات "
|
4397 |
+
"الموجودة لن تتأثر. إذا كنت ترغب في تغيير الإعلانات الحالية، تحتاج إلى إعادة "
|
4398 |
+
"تحميل الصورة (الصور) إلى تلك الإعلانات بعد تغيير الأشياء هنا."
|
4399 |
|
4400 |
+
#: includes/admin/settings/class-settings.php:771
|
4401 |
+
msgctxt "admin settings"
|
4402 |
+
msgid "Image Settings"
|
4403 |
+
msgstr "إعدادات الصورة"
|
4404 |
|
4405 |
+
#: includes/admin/settings/class-settings.php:772
|
4406 |
+
msgctxt "admin settings"
|
4407 |
+
msgid "Allow images?"
|
4408 |
+
msgstr "السماح بالصور؟"
|
4409 |
|
4410 |
+
#: includes/admin/settings/class-settings.php:774
|
4411 |
+
msgctxt "admin settings"
|
4412 |
+
msgid "Min Image File Size (KB)"
|
4413 |
+
msgstr "أقل حجم لملف الصورة (KB)"
|
4414 |
|
4415 |
+
#: includes/admin/settings/class-settings.php:775
|
4416 |
+
msgctxt "admin settings"
|
4417 |
+
msgid "Max Image File Size (KB)"
|
4418 |
+
msgstr "أقصى حجم لملف الصورة (KB)"
|
4419 |
|
4420 |
+
#: includes/admin/settings/class-settings.php:777
|
4421 |
+
msgctxt "admin settings"
|
4422 |
+
msgid "Min image width (px)"
|
4423 |
+
msgstr "أقل عرض للصورة (px)"
|
4424 |
|
4425 |
+
#: includes/admin/settings/class-settings.php:778
|
4426 |
+
msgctxt "admin settings"
|
4427 |
+
msgid "Min image height (px)"
|
4428 |
+
msgstr "أقل ارتفاع للصورة (px)"
|
4429 |
|
4430 |
+
#: includes/admin/settings/class-settings.php:780
|
4431 |
+
msgctxt "admin settings"
|
4432 |
+
msgid "Max image width (px)"
|
4433 |
+
msgstr "أقصى عرض للصورة (px)"
|
4434 |
+
|
4435 |
+
#: includes/admin/settings/class-settings.php:781
|
4436 |
+
msgctxt "admin settings"
|
4437 |
+
msgid "Max image height (px)"
|
4438 |
+
msgstr "أقصى ارتفاع للصورة (px)"
|
4439 |
+
|
4440 |
+
#: includes/admin/settings/class-settings.php:783
|
4441 |
+
msgctxt "admin settings"
|
4442 |
+
msgid "Turn on thickbox/lightbox?"
|
4443 |
+
msgstr "تشغيل thickbox/lightbox؟"
|
4444 |
+
|
4445 |
+
#: includes/admin/settings/class-settings.php:783
|
4446 |
+
msgctxt "admin settings"
|
4447 |
msgid ""
|
4448 |
+
"Uncheck if it conflicts with other elements or plugins installed on your site"
|
|
|
|
|
4449 |
msgstr ""
|
4450 |
+
"قم بإلغاء التحديد إذا كان يتعارض مع العناصر الأخرى أو الإضافات المثبتة على "
|
4451 |
+
"موقعك"
|
4452 |
|
4453 |
+
#: includes/admin/settings/class-settings.php:785
|
4454 |
+
msgctxt "admin settings"
|
4455 |
+
msgid "Thumbnails"
|
4456 |
+
msgstr "الصور المصغرة"
|
4457 |
+
|
4458 |
+
#: includes/admin/settings/class-settings.php:786
|
4459 |
+
msgctxt "admin settings"
|
4460 |
+
msgid "Thumbnail width (px)"
|
4461 |
+
msgstr "عرض الصور المصغرة (px)"
|
4462 |
+
|
4463 |
+
#: includes/admin/settings/class-settings.php:787
|
4464 |
+
msgctxt "admin settings"
|
4465 |
+
msgid "Thumbnail height (px)"
|
4466 |
+
msgstr "ارتفاع الصورة المصغرة (px)"
|
4467 |
+
|
4468 |
+
#: includes/admin/settings/class-settings.php:790
|
4469 |
+
msgctxt "admin settings"
|
4470 |
+
msgid "Crop thumbnails to exact dimensions?"
|
4471 |
+
msgstr "قطع الصور المصغرة للأبعاد المناسبة؟"
|
4472 |
+
|
4473 |
+
#: includes/admin/settings/class-settings.php:793
|
4474 |
+
msgctxt "admin settings"
|
4475 |
msgid ""
|
4476 |
+
"When enabled images will match exactly the dimensions above but part of the "
|
4477 |
+
"image may be cropped out. If disabled, image thumbnails will be resized to "
|
4478 |
+
"match the specified width and their height will be adjusted proportionally. "
|
4479 |
+
"Depending on the uploaded images, thumbnails may have different heights."
|
4480 |
msgstr ""
|
4481 |
+
"عند تمكين الصور ستطابق تماما الأبعاد أعلاه لكن جزءا من الصورة يمكن أن يقطع. "
|
4482 |
+
"في حالة تعطيلها، سيتم تغيير حجم الصور المصغرة لمطابقة العرض المحدد وسيتم "
|
4483 |
+
"تعديل الارتفاع بشكل متناسب. اعتماداً على الصور المرفوعة, قد تكون ارتفاعات "
|
4484 |
+
"الصور المصغرة مختلفة."
|
4485 |
|
4486 |
+
#: includes/admin/settings/class-settings.php:799
|
4487 |
+
msgctxt "admin settings"
|
4488 |
+
msgid "Number of free images"
|
4489 |
+
msgstr "عدد الصور المجانية"
|
4490 |
|
4491 |
+
#: includes/admin/settings/class-settings.php:804
|
4492 |
+
msgctxt "admin settings"
|
4493 |
msgid ""
|
4494 |
+
"For paid listing images, configure that by adding or editing a <a>Fee Plan</"
|
4495 |
+
"a> instead of this setting, which is ignored for paid listings."
|
4496 |
msgstr ""
|
4497 |
+
"بالنسبة لصور الإعلانات المدفوعة، قم بإعدادها بإضافة أو تحرير <a>رسوم الخطة</"
|
4498 |
+
"a> بدلاً من هذا الإعداد، الذي هو تجاهل الإعلانات المدفوعة."
|
4499 |
|
4500 |
+
#: includes/admin/settings/class-settings.php:807
|
4501 |
+
msgctxt "admin settings"
|
4502 |
+
msgid "Use default picture for listings with no picture?"
|
4503 |
+
msgstr "إستخدام الصورة الافتراضية للإعلانات التي بلا صورة؟"
|
4504 |
|
4505 |
+
#: includes/admin/settings/class-settings.php:808
|
4506 |
+
msgctxt "admin settings"
|
4507 |
+
msgid "Show Thumbnail on main listings page?"
|
4508 |
+
msgstr "إظهار صورة مصغرة في صفحة الإعلانات الرئيسية؟"
|
4509 |
|
4510 |
+
#: includes/admin/settings/class-settings.php:837
|
4511 |
+
msgctxt "admin settings"
|
4512 |
+
msgid "User"
|
4513 |
+
msgstr "عضو"
|
4514 |
|
4515 |
+
#: includes/admin/settings/class-settings.php:838
|
4516 |
+
msgctxt "admin settings"
|
4517 |
+
msgid "User registration date"
|
4518 |
+
msgstr "تاريخ تسجيل العضو"
|
|
|
4519 |
|
4520 |
+
#: includes/admin/settings/class-settings.php:864
|
4521 |
+
msgctxt "admin settings"
|
4522 |
+
msgid ""
|
4523 |
+
"Could not copy the AJAX compatibility plugin \"%s\". Compatibility mode was "
|
4524 |
+
"not activated."
|
4525 |
+
msgstr "تعذر نسخ إضافة التوافق أجاكس \"%s\". لم يتم تفعيل وضع التوافق."
|
4526 |
|
4527 |
+
#: includes/admin/settings/class-settings.php:872
|
4528 |
+
msgctxt "admin settings"
|
4529 |
+
msgid ""
|
4530 |
+
"Could not activate AJAX Compatibility mode: the directory \"%s\" could not "
|
4531 |
+
"be created."
|
4532 |
+
msgstr "لا يمكن تفعيل وضع التوافق أجاكس: تعذر إنشاء المجلد \"%s\"."
|
4533 |
|
4534 |
+
#: includes/admin/settings/class-settings.php:881
|
4535 |
+
msgctxt "admin settings"
|
4536 |
+
msgid ""
|
4537 |
+
"Could not remove the \"Business Directory Plugin - AJAX Compatibility Module"
|
4538 |
+
"\". Please remove the file \"%s\" manually or deactivate the plugin."
|
4539 |
+
msgstr ""
|
4540 |
+
"تعذر إزالة \"إضافة دليل الأعمال – وحدة التوافق أجاكس\". المرجو إزالة الملف "
|
4541 |
+
"\"%s\" يدوياً أو قم بإلغاء تفعيل الإضافة."
|
4542 |
|
4543 |
+
#: includes/admin/settings/class-settings.php:1231
|
4544 |
+
msgctxt "admin settings"
|
4545 |
+
msgid "Valid placeholders: %s"
|
4546 |
+
msgstr "العناصر النائبة صالحة: %s"
|
4547 |
|
4548 |
+
#: includes/admin/settings/class-settings.php:269
|
4549 |
+
#: includes/admin/settings/class-settings.php:285
|
4550 |
+
msgctxt "post status"
|
4551 |
+
msgid "Draft"
|
4552 |
+
msgstr "مسودة"
|
4553 |
|
4554 |
+
#: includes/admin/settings/class-settings.php:270
|
4555 |
+
#: includes/admin/settings/class-settings.php:286
|
4556 |
+
msgctxt "post status"
|
4557 |
+
msgid "Trash"
|
4558 |
+
msgstr "سلة المهملات"
|
4559 |
|
4560 |
+
#: includes/admin/settings/class-settings.php:349
|
4561 |
+
#: includes/admin/settings/class-settings.php:365
|
4562 |
+
msgctxt "post status"
|
4563 |
+
msgid "Published"
|
4564 |
+
msgstr "نشرت"
|
4565 |
|
4566 |
+
#: includes/admin/settings/class-settings.php:350
|
4567 |
+
#: includes/admin/settings/class-settings.php:366
|
4568 |
+
msgctxt "post status"
|
4569 |
+
msgid "Pending"
|
4570 |
+
msgstr " في الانتظار"
|
4571 |
|
4572 |
+
#: includes/admin/settings/class-settings.php:507
|
4573 |
+
msgctxt "contact email"
|
4574 |
+
msgid "You have received a reply from your listing at %s."
|
4575 |
+
msgstr "تلقيت ردا من الإعلان الخاص بك في %s."
|
4576 |
|
4577 |
+
#: includes/admin/settings/class-settings.php:508
|
4578 |
+
msgctxt "contact email"
|
4579 |
+
msgid "Name: %s"
|
4580 |
+
msgstr "الإسم: %s"
|
4581 |
|
4582 |
+
#: includes/admin/settings/class-settings.php:509
|
4583 |
+
msgctxt "contact email"
|
4584 |
+
msgid "E-Mail: %s"
|
4585 |
+
msgstr "البريد الإلكتروني: %s"
|
4586 |
|
4587 |
+
#: includes/admin/settings/class-settings.php:510
|
4588 |
+
msgctxt "contact email"
|
4589 |
+
msgid "Message:"
|
4590 |
+
msgstr "الرسالة:"
|
4591 |
|
4592 |
+
#: includes/admin/settings/class-settings.php:512
|
4593 |
+
msgctxt "contact email"
|
4594 |
+
msgid "Time: %s"
|
4595 |
+
msgstr "الوقت: %s"
|
4596 |
|
4597 |
+
#: includes/admin/settings/class-settings.php:589
|
4598 |
+
msgctxt "settings"
|
4599 |
msgid ""
|
4600 |
+
"Sent some time before the listing expires. Applies to non-recurring renewals "
|
4601 |
+
"only."
|
4602 |
msgstr ""
|
4603 |
+
"ترسل أحيانا قبل انتهاء تاريخ الإعلان. تنطبق على عمليات التجديد غير المتكررة "
|
4604 |
+
"فقط."
|
4605 |
|
4606 |
+
#: includes/admin/settings/class-settings.php:590
|
4607 |
+
#: includes/admin/settings/class-settings.php:603
|
4608 |
+
#: includes/admin/settings/class-settings.php:616
|
4609 |
+
#: includes/admin/settings/class-settings.php:629
|
4610 |
+
#: includes/admin/settings/class-settings.php:642
|
4611 |
+
msgctxt "settings"
|
4612 |
+
msgid "Listing's name (with link)"
|
4613 |
+
msgstr "إسم الإعلان (مع رابط)"
|
4614 |
|
4615 |
+
#: includes/admin/settings/class-settings.php:591
|
4616 |
+
#: includes/admin/settings/class-settings.php:604
|
4617 |
+
#: includes/admin/settings/class-settings.php:617
|
4618 |
+
#: includes/admin/settings/class-settings.php:630
|
4619 |
+
#: includes/admin/settings/class-settings.php:643
|
4620 |
+
msgctxt "settings"
|
4621 |
+
msgid "Author's name"
|
4622 |
+
msgstr "إسم الكاتب"
|
4623 |
|
4624 |
+
#: includes/admin/settings/class-settings.php:592
|
4625 |
+
#: includes/admin/settings/class-settings.php:605
|
4626 |
+
#: includes/admin/settings/class-settings.php:644
|
4627 |
+
msgctxt "settings"
|
4628 |
+
msgid "Expiration date"
|
4629 |
+
msgstr "تاريخ انتهاء التاريخ"
|
4630 |
|
4631 |
+
#: includes/admin/settings/class-settings.php:593
|
4632 |
+
msgctxt "settings"
|
4633 |
+
msgid "Category that is going to expire"
|
4634 |
+
msgstr "التصنيف الذي سوف ينتهي"
|
4635 |
|
4636 |
+
#: includes/admin/settings/class-settings.php:594
|
4637 |
+
#: includes/admin/settings/class-settings.php:607
|
4638 |
+
#: includes/admin/settings/class-settings.php:646
|
4639 |
+
msgctxt "settings"
|
4640 |
+
msgid "Link to renewal page"
|
4641 |
+
msgstr "رابط إلى صفحة التجديد"
|
4642 |
|
4643 |
+
#: includes/admin/settings/class-settings.php:595
|
4644 |
+
#: includes/admin/settings/class-settings.php:608
|
4645 |
+
#: includes/admin/settings/class-settings.php:620
|
4646 |
+
#: includes/admin/settings/class-settings.php:633
|
4647 |
+
#: includes/admin/settings/class-settings.php:647
|
4648 |
+
msgctxt "settings"
|
4649 |
+
msgid "Link to your site"
|
4650 |
+
msgstr "رابط إلى موقعك"
|
4651 |
|
4652 |
+
#: includes/admin/settings/class-settings.php:602
|
4653 |
+
msgctxt "settings"
|
4654 |
+
msgid ""
|
4655 |
+
"Sent at the time of listing expiration. Applies to non-recurring renewals "
|
4656 |
+
"only."
|
4657 |
msgstr ""
|
4658 |
+
"ترسل وقت انتهاء تاريخ الإعلان. تنطبق على عمليات التجديد غير المتكررة فقط."
|
4659 |
|
4660 |
+
#: includes/admin/settings/class-settings.php:606
|
4661 |
+
#: includes/admin/settings/class-settings.php:645
|
4662 |
+
msgctxt "settings"
|
4663 |
+
msgid "Category that expired"
|
4664 |
+
msgstr "التصنيف الذي انتهى وقته"
|
4665 |
|
4666 |
+
#: includes/admin/settings/class-settings.php:615
|
4667 |
+
msgctxt "settings"
|
4668 |
+
msgid ""
|
4669 |
+
"Sent some time before the listing is auto-renewed. Applies to recurring "
|
4670 |
+
"renewals only."
|
4671 |
msgstr ""
|
4672 |
+
"ترسل أحيانا قبل التجديد التلقائي للإعلان. تنطبق على عمليات التجديد المتكررة "
|
4673 |
+
"فقط."
|
|
|
|
|
|
|
|
|
4674 |
|
4675 |
+
#: includes/admin/settings/class-settings.php:618
|
4676 |
+
#: includes/admin/settings/class-settings.php:632
|
4677 |
+
msgctxt "settings"
|
4678 |
+
msgid "Renewal date"
|
4679 |
+
msgstr "تاريخ التجديد"
|
4680 |
|
4681 |
+
#: includes/admin/settings/class-settings.php:619
|
4682 |
+
msgctxt "settings"
|
4683 |
+
msgid "Category that is going to be renewed"
|
4684 |
+
msgstr "التصنيف الذي سيتم تجديده"
|
4685 |
|
4686 |
+
#: includes/admin/settings/class-settings.php:621
|
4687 |
+
msgctxt "settings"
|
4688 |
+
msgid "Link to manage subscriptions"
|
4689 |
+
msgstr "رابط لإدارة الاشتراكات"
|
4690 |
|
4691 |
+
#: includes/admin/settings/class-settings.php:628
|
4692 |
+
msgctxt "settings"
|
4693 |
msgid ""
|
4694 |
+
"Sent after the listing is auto-renewed. Applies to recurring renewals only."
|
|
|
4695 |
msgstr ""
|
4696 |
+
"ترسل بعد التجديد التلقائي للإعلان. تنطبق على عمليات التجديد المتكررة فقط."
|
|
|
4697 |
|
4698 |
+
#: includes/admin/settings/class-settings.php:631
|
4699 |
+
msgctxt "settings"
|
4700 |
+
msgid "Renewed category"
|
4701 |
+
msgstr "تم تجديد التصنيف"
|
4702 |
+
|
4703 |
+
#: includes/admin/settings/class-settings.php:641
|
4704 |
+
msgctxt "settings"
|
4705 |
msgid ""
|
4706 |
+
"Sent some time after listing expiration and when no renewal has occurred. "
|
4707 |
+
"Applies to both recurring and non-recurring renewals."
|
4708 |
msgstr ""
|
4709 |
+
"ترسل أحيانا بعد انتهاء تاريخ الإعلان وحينما لا يتم التجديد. تنطبق على عمليات "
|
4710 |
+
"التجديد المتكررة وغير المتكررة."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4711 |
|
4712 |
+
#: includes/admin/settings/class-settings.php:1201
|
4713 |
+
msgctxt "settings"
|
4714 |
+
msgid "Deactivate License"
|
4715 |
+
msgstr "تعطيل الترخيص"
|
4716 |
|
4717 |
+
#: includes/admin/settings/class-settings.php:1203
|
4718 |
+
msgctxt "settings"
|
4719 |
+
msgid "Deactivating license..."
|
4720 |
+
msgstr "ترخيص معطل..."
|
4721 |
|
4722 |
+
#: includes/admin/settings/class-settings.php:1206
|
4723 |
+
msgctxt "settings"
|
4724 |
+
msgid "Activate License"
|
4725 |
+
msgstr "تفعيل الترخيص"
|
4726 |
|
4727 |
+
#: includes/admin/settings/class-settings.php:1208
|
4728 |
+
msgctxt "settings"
|
4729 |
+
msgid "Activating license..."
|
4730 |
+
msgstr "ترخيص مفعل..."
|
4731 |
|
4732 |
+
#: includes/licensing.php:42 includes/licensing.php:112
|
4733 |
+
#: includes/licensing.php:113
|
4734 |
+
msgctxt "settings"
|
4735 |
+
msgid "Licenses"
|
4736 |
+
msgstr "التراخيص"
|
4737 |
|
4738 |
+
#: includes/licensing.php:46
|
4739 |
+
msgctxt "settings"
|
4740 |
+
msgid "Premium Modules"
|
4741 |
+
msgstr "وحدات ممتازة (Premium)"
|
4742 |
|
4743 |
+
#: includes/licensing.php:69
|
4744 |
+
msgctxt "settings"
|
4745 |
+
msgid ""
|
4746 |
+
"The IP address of your server is <ip-address>. Please make sure to include "
|
4747 |
+
"that information if you need to contact support about problems trying to "
|
4748 |
+
"activate your licenses."
|
4749 |
+
msgstr ""
|
4750 |
|
4751 |
+
#: templates/admin/settings-reset.tpl.php:4
|
4752 |
+
msgctxt "settings"
|
4753 |
+
msgid "← Return to \"Manage Options\""
|
4754 |
+
msgstr "← العودة إلى \"إدارة الخيارات\""
|
4755 |
|
4756 |
+
#: templates/admin/settings.tpl.php:4
|
4757 |
+
msgctxt "settings"
|
4758 |
+
msgid "Reset Defaults"
|
4759 |
+
msgstr "إعادة تعيين الوضع الافتراضي"
|
4760 |
|
4761 |
+
#: includes/admin/settings/class-settings.php:1265
|
4762 |
+
msgctxt "settings email"
|
4763 |
+
msgid "Click to edit e-mail"
|
4764 |
+
msgstr "إضغط لتعديل البريد الإلكتروني"
|
4765 |
|
4766 |
+
#: includes/admin/settings/class-settings.php:1266
|
4767 |
+
msgctxt "settings email"
|
4768 |
+
msgid "Click to edit"
|
4769 |
+
msgstr "اضغط لتعديل"
|
4770 |
|
4771 |
+
#: includes/admin/settings/class-settings.php:1279
|
4772 |
+
msgctxt "settings email"
|
4773 |
+
msgid "E-Mail Subject"
|
4774 |
+
msgstr "عنوان البريد الإلكتروني"
|
4775 |
|
4776 |
+
#: includes/admin/settings/class-settings.php:1290
|
4777 |
+
msgctxt "settings email"
|
4778 |
+
msgid "E-Mail Body"
|
4779 |
+
msgstr "نص البريد الإلكتروني"
|
4780 |
|
4781 |
+
#: includes/admin/settings/class-settings.php:1301
|
4782 |
+
msgctxt "settings email"
|
4783 |
+
msgid "You can use the following placeholders:"
|
4784 |
+
msgstr "يمكنك استخدام العناصر النائبة التالية:"
|
4785 |
|
4786 |
+
#: includes/admin/settings/class-settings.php:1324
|
4787 |
+
msgctxt "settings email"
|
4788 |
+
msgid "Preview e-mail"
|
4789 |
+
msgstr "معاينة البريد الإلكتروني"
|
4790 |
|
4791 |
+
#: includes/admin/settings/class-settings.php:1325
|
4792 |
+
msgctxt "settings email"
|
4793 |
+
msgid "Cancel"
|
4794 |
+
msgstr "إلغاء"
|
4795 |
|
4796 |
+
#: includes/admin/settings/class-settings.php:1326
|
4797 |
+
msgctxt "settings email"
|
4798 |
+
msgid "Save Changes"
|
4799 |
+
msgstr "حفظ التعديلات"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4800 |
|
4801 |
+
#: includes/admin/settings/class-settings.php:1345
|
4802 |
+
msgctxt "settings email"
|
4803 |
+
msgid "Site title"
|
4804 |
+
msgstr "إسم الموقع"
|
4805 |
|
4806 |
+
#: includes/admin/settings/class-settings.php:1348
|
4807 |
+
msgctxt "settings email"
|
4808 |
+
msgid "Site title (with link)"
|
4809 |
+
msgstr "إسم الموقع (مع الرابط)"
|
|
|
|
|
|
|
|
|
|
|
|
|
4810 |
|
4811 |
+
#: includes/admin/settings/class-settings.php:1351
|
4812 |
+
msgctxt "settings email"
|
4813 |
+
msgid "Site address (with link)"
|
4814 |
+
msgstr "عنوان الموقع (مع الرابط)"
|
4815 |
|
4816 |
+
#: includes/admin/settings/class-settings.php:1354
|
4817 |
+
msgctxt "settings email"
|
4818 |
+
msgid "Directory URL (with link)"
|
4819 |
+
msgstr "رابط URL الدليل (مع الرابط)"
|
4820 |
|
4821 |
+
#: includes/admin/settings/class-settings.php:1357
|
4822 |
+
msgctxt "settings email"
|
4823 |
+
msgid "Current date"
|
4824 |
+
msgstr "التاريخ الحالي"
|
4825 |
|
4826 |
+
#: includes/admin/settings/class-settings.php:1360
|
4827 |
+
msgctxt "settings email"
|
4828 |
+
msgid "Current time"
|
4829 |
+
msgstr "الوقت الحالي"
|
4830 |
|
4831 |
+
#: includes/admin/tracking.php:188
|
4832 |
+
msgctxt "tracking"
|
4833 |
+
msgid "Help Improve Business Directory"
|
4834 |
+
msgstr "المساعدة في تحسين دليل الأعمال"
|
4835 |
|
4836 |
+
#: includes/admin/tracking.php:190
|
4837 |
+
msgctxt "tracking"
|
4838 |
msgid ""
|
4839 |
+
"Can Business Directory keep track of your theme, plugins, and other non-"
|
4840 |
+
"personal, non-identifying information to help us in testing the plugin for "
|
4841 |
+
"future releases?"
|
4842 |
msgstr ""
|
4843 |
+
"هل يمكن الاحتفاظ بتعقب \"دليل الأعمال\" لقالبك، والإضافات، وغيرها من "
|
4844 |
+
"المعلومات غير الشخصية، والتي لا تعرف بك لمساعدتنا في اختبار الإضافة "
|
4845 |
+
"للإصدارات المستقبلية؟"
|
|
|
|
|
|
|
|
|
4846 |
|
4847 |
+
#: includes/admin/tracking.php:192
|
4848 |
+
msgctxt "tracking"
|
4849 |
+
msgid "What do you track?"
|
4850 |
+
msgstr "ما الذي تتتبع؟"
|
4851 |
|
4852 |
+
#: includes/admin/tracking.php:214
|
4853 |
+
msgctxt "tracking"
|
4854 |
+
msgid "No, Thanks."
|
4855 |
+
msgstr "لا، شكرًا."
|
4856 |
|
4857 |
+
#: includes/admin/tracking.php:221
|
4858 |
+
msgctxt "tracking"
|
4859 |
+
msgid "Allow Tracking"
|
4860 |
+
msgstr "السماح بالتتبع"
|
4861 |
|
4862 |
+
#: includes/class-fee-plan.php:46
|
4863 |
+
msgctxt "fees-api"
|
4864 |
+
msgid "Fee label is required."
|
4865 |
+
msgstr "رسوم التسمية مطلوبة."
|
|
|
|
|
|
|
|
|
4866 |
|
4867 |
+
#: includes/class-fee-plan.php:49
|
4868 |
+
msgctxt "fees-api"
|
4869 |
+
msgid "Fee amount must be a non-negative decimal number."
|
4870 |
+
msgstr "يجب أن يكون مبلغ الرسوم عدد عشري غير سالب."
|
4871 |
|
4872 |
+
#: includes/class-fee-plan.php:52
|
4873 |
+
msgctxt "fees-api"
|
4874 |
+
msgid "Fee must apply to at least one category."
|
4875 |
+
msgstr "يجب أن تطبق الرسوم على تصنيف واحد على الأقل."
|
4876 |
|
4877 |
+
#: includes/class-fee-plan.php:57
|
4878 |
+
msgctxt "fees-api"
|
4879 |
+
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
4880 |
+
msgstr "يجب أن تكون رسوم مدة الإعلان بعدد أقل من 10 سنوات (3650 يوما)."
|
4881 |
|
4882 |
+
#: includes/class-fees-api.php:20
|
4883 |
+
msgctxt "fees-api"
|
4884 |
+
msgid "Free Listing"
|
4885 |
+
msgstr "إعلان مجاني"
|
|
|
|
|
|
|
|
|
|
|
4886 |
|
4887 |
+
#: includes/class-gateway.php:133
|
4888 |
+
msgctxt "billing info"
|
4889 |
msgid "Please enter a valid e-mail address."
|
4890 |
msgstr "المرجو إدخال بريد إلكتروني صحيح."
|
4891 |
|
4892 |
+
#: includes/class-gateway.php:136
|
4893 |
+
msgctxt "billing info"
|
4894 |
+
msgid "First name is required."
|
4895 |
+
msgstr "الإسم الشخصي مطلوب."
|
4896 |
+
|
4897 |
+
#: includes/class-gateway.php:139
|
4898 |
+
msgctxt "billing info"
|
4899 |
+
msgid "Last name is required."
|
4900 |
+
msgstr "الإسم العائلي مطلوب."
|
4901 |
|
4902 |
+
#: includes/class-gateway.php:142
|
4903 |
+
msgctxt "billing info"
|
4904 |
+
msgid "Credit card number is required."
|
4905 |
+
msgstr "مطلوب رقم بطاقة الائتمان."
|
4906 |
|
4907 |
+
#: includes/class-gateway.php:145
|
4908 |
+
msgctxt "billing info"
|
4909 |
+
msgid "Credit card expiration date is invalid."
|
4910 |
+
msgstr "تاريخ انتهاء صلاحية بطاقة الائتمان غير صحيح."
|
4911 |
|
4912 |
+
#: includes/class-gateway.php:148
|
4913 |
+
msgctxt "billing info"
|
4914 |
+
msgid "Credit card CVC number is required."
|
4915 |
+
msgstr "مطلوب رقم CVC بطاقة الائتمان."
|
|
|
|
|
|
|
|
|
4916 |
|
4917 |
+
#: includes/class-gateway.php:151
|
4918 |
+
msgctxt "billing info"
|
4919 |
+
msgid "Country is required."
|
4920 |
+
msgstr "البلد المطلوب."
|
4921 |
|
4922 |
+
#: includes/class-gateway.php:154
|
4923 |
+
msgctxt "billing info"
|
4924 |
+
msgid "Address is required."
|
4925 |
+
msgstr "العنوان مطلوب."
|
|
|
|
|
4926 |
|
4927 |
+
#: includes/class-listing-upgrade-api.php:16
|
4928 |
+
msgctxt "listings-api"
|
4929 |
+
msgid "Normal Listing"
|
4930 |
+
msgstr "إعلان عادي"
|
|
|
|
|
|
|
|
|
4931 |
|
4932 |
+
#: includes/class-listing-upgrade-api.php:20
|
4933 |
+
msgctxt "listings-api"
|
4934 |
+
msgid "Featured Listing"
|
4935 |
+
msgstr "إعلان مميز"
|
4936 |
|
4937 |
+
#: includes/class-listing.php:325 includes/class-listing.php:351
|
4938 |
+
msgctxt "listing"
|
4939 |
+
msgid "(Fee Unavailable)"
|
4940 |
+
msgstr "(رسم غير متوفر)"
|
4941 |
|
4942 |
+
#: includes/class-wpbdp.php:32
|
4943 |
+
msgctxt "listing"
|
4944 |
+
msgid "Add New Listing"
|
4945 |
+
msgstr "إضافة إعلان جديد"
|
4946 |
|
4947 |
+
#: includes/class-listings-api.php:337
|
4948 |
+
msgctxt "notify email"
|
4949 |
+
msgid "[%s] New listing notification"
|
4950 |
+
msgstr "[%s] تنبيه الإعلان الجديد"
|
4951 |
|
4952 |
+
#: includes/class-listings-api.php:356
|
4953 |
+
msgctxt "notify email"
|
4954 |
+
msgid "[%s] Listing edit notification"
|
4955 |
+
msgstr "[%s] تنبيه تحرير الإعلان"
|
|
|
4956 |
|
4957 |
+
#: templates/email/listing-added.tpl.php:7
|
4958 |
+
#: templates/email/listing-edited.tpl.php:7
|
4959 |
+
msgctxt "notify email"
|
4960 |
+
msgid "ID"
|
4961 |
+
msgstr "المعرف (ID)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4962 |
|
4963 |
+
#: templates/email/listing-added.tpl.php:10
|
4964 |
+
#: templates/email/listing-edited.tpl.php:10
|
4965 |
+
msgctxt "notify email"
|
4966 |
+
msgid "Title"
|
4967 |
+
msgstr "العنوان"
|
|
|
|
|
|
|
|
|
|
|
4968 |
|
4969 |
+
#: templates/email/listing-added.tpl.php:13
|
4970 |
+
#: templates/email/listing-edited.tpl.php:13
|
4971 |
+
msgctxt "notify email"
|
4972 |
+
msgid "URL"
|
4973 |
+
msgstr "رابط URL"
|
4974 |
|
4975 |
+
#: templates/email/listing-added.tpl.php:13
|
4976 |
+
#: templates/email/listing-edited.tpl.php:13
|
4977 |
+
msgctxt "notify email"
|
4978 |
+
msgid "(not published yet)"
|
4979 |
+
msgstr "(لم تنشر بعد)"
|
4980 |
|
4981 |
+
#: templates/email/listing-added.tpl.php:15
|
4982 |
+
#: templates/email/listing-edited.tpl.php:15
|
4983 |
+
msgctxt "notify email"
|
4984 |
+
msgid "Admin URL"
|
4985 |
+
msgstr "رابط URL المدير"
|
4986 |
|
4987 |
+
#: templates/email/listing-added.tpl.php:17
|
4988 |
+
#: templates/email/listing-edited.tpl.php:17
|
4989 |
+
msgctxt "notify email"
|
4990 |
+
msgid "Categories"
|
4991 |
+
msgstr "التصنيفات"
|
|
|
|
|
|
|
|
|
4992 |
|
4993 |
+
#: templates/email/listing-added.tpl.php:20
|
4994 |
+
#: templates/email/listing-edited.tpl.php:20
|
4995 |
+
msgctxt "notify email"
|
4996 |
+
msgid "Posted By"
|
4997 |
+
msgstr "أضيفت بواسطة"
|
|
|
4998 |
|
4999 |
+
#: includes/class-payment.php:223
|
5000 |
+
msgctxt "listings"
|
5001 |
+
msgid "Fee \"%s\" for category \"%s\"%s"
|
5002 |
+
msgstr "رسوم \"%s\" للتصنيف '%s' %s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5003 |
|
5004 |
+
#: includes/class-payment.php:226
|
5005 |
+
msgctxt "listings"
|
5006 |
+
msgid "(recurring)"
|
5007 |
+
msgstr "(متكرر)"
|
5008 |
|
5009 |
+
#: includes/views/renew_listing.php:54
|
5010 |
+
msgctxt "listings"
|
5011 |
+
msgid "Fee \"%s\" renewal for category \"%s\""
|
5012 |
+
msgstr "رسوم \"%s\" تجديد التصنيف \"%s\""
|
5013 |
|
5014 |
+
#: includes/class-recaptcha.php:100 includes/class-recaptcha.php:115
|
5015 |
+
msgctxt "recaptcha"
|
5016 |
msgid "The reCAPTCHA wasn't entered correctly."
|
5017 |
msgstr "لم يتم إدخال reCAPTCHA بشكل صحيح."
|
5018 |
|
5019 |
+
#: includes/class-wpbdp.php:30
|
5020 |
+
msgctxt "post type general name"
|
5021 |
+
msgid "Directory"
|
5022 |
+
msgstr "الدليل"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5023 |
|
5024 |
+
#: includes/class-wpbdp.php:31
|
5025 |
+
msgctxt "post type singular name"
|
5026 |
+
msgid "Listing"
|
5027 |
+
msgstr "إعلان"
|
|
|
5028 |
|
5029 |
+
#: includes/class-wpbdp.php:33
|
5030 |
+
msgctxt "post type"
|
5031 |
+
msgid "Add New Listing"
|
5032 |
+
msgstr "إضافة إعلان جديد"
|
5033 |
|
5034 |
+
#: includes/compatibility/class-navxt-integration.php:196
|
5035 |
+
msgctxt "navxt"
|
5036 |
+
msgid "Submit Listing"
|
5037 |
+
msgstr "إضافة إعلان"
|
5038 |
|
5039 |
+
#: includes/compatibility/class-navxt-integration.php:200
|
5040 |
+
msgctxt "navxt"
|
5041 |
+
msgid "Edit Listing"
|
5042 |
+
msgstr "تحرير الإعلان"
|
5043 |
|
5044 |
+
#: includes/compatibility/class-navxt-integration.php:204
|
5045 |
+
msgctxt "navxt"
|
5046 |
+
msgid "Search"
|
5047 |
+
msgstr "بحث"
|
5048 |
|
5049 |
+
#: includes/fields/class-fieldtypes-checkbox.php:9
|
5050 |
+
msgctxt "form-fields api"
|
5051 |
+
msgid "Checkbox"
|
5052 |
+
msgstr "خانة الاختيار"
|
5053 |
|
5054 |
+
#: includes/fields/class-fieldtypes-date.php:9
|
5055 |
+
msgctxt "form-fields api"
|
5056 |
+
msgid "Date Field"
|
5057 |
+
msgstr "حقل التاريخ"
|
5058 |
|
5059 |
+
#: includes/fields/class-fieldtypes-date.php:36
|
5060 |
+
msgctxt "form-fields api"
|
5061 |
+
msgid "Date Format"
|
5062 |
+
msgstr "صيغة التاريخ"
|
5063 |
|
5064 |
+
#: includes/fields/class-fieldtypes-facebook.php:6
|
5065 |
+
msgctxt "form-fields api"
|
5066 |
+
msgid "Social Site (Facebook page)"
|
5067 |
+
msgstr "الموقع الاجتماعي (صفحة الفيسبوك)"
|
5068 |
|
5069 |
+
#: includes/fields/class-fieldtypes-image.php:6
|
5070 |
+
msgctxt "form-fields api"
|
5071 |
+
msgid "Image (file upload)"
|
5072 |
+
msgstr "صورة (رفع الملف)"
|
5073 |
|
5074 |
+
#: includes/fields/class-fieldtypes-linkedin.php:6
|
5075 |
+
msgctxt "form-fields api"
|
5076 |
+
msgid "Social Site (LinkedIn profile)"
|
5077 |
+
msgstr "الموقع الاجتماعي (صفحة LinkedIn)"
|
5078 |
|
5079 |
+
#: includes/fields/class-fieldtypes-linkedin.php:21
|
5080 |
+
msgctxt "form-fields api"
|
5081 |
+
msgid "You can add your Company ID or profile URL here."
|
5082 |
+
msgstr "يمكنك إضافة معرف شركتك أو عنوان URL صفحتك الشخصية."
|
5083 |
|
5084 |
+
#: includes/fields/class-fieldtypes-multiselect.php:6
|
5085 |
+
msgctxt "form-fields api"
|
5086 |
+
msgid "Multiple select list"
|
5087 |
+
msgstr "قائمة تحديد متعددة"
|
5088 |
|
5089 |
+
#: includes/fields/class-fieldtypes-multiselect.php:11
|
5090 |
+
msgctxt "form-fields api"
|
5091 |
+
msgid "Multiselect List"
|
5092 |
+
msgstr "قائمة تحديد متعددة"
|
5093 |
|
5094 |
+
#: includes/fields/class-fieldtypes-radiobutton.php:9
|
5095 |
+
msgctxt "form-fields api"
|
5096 |
+
msgid "Radio button"
|
5097 |
+
msgstr "زر اختيار"
|
5098 |
|
5099 |
+
#: includes/fields/class-fieldtypes-select.php:8
|
5100 |
+
msgctxt "form-fields api"
|
5101 |
+
msgid "Select List"
|
5102 |
+
msgstr "قائمة منسدلة"
|
5103 |
|
5104 |
+
#: includes/fields/class-fieldtypes-textarea.php:6
|
5105 |
+
msgctxt "form-fields api"
|
5106 |
+
msgid "Textarea"
|
5107 |
+
msgstr "مربع النص"
|
5108 |
|
5109 |
+
#: includes/fields/class-fieldtypes-textfield.php:5
|
5110 |
+
msgctxt "form-fields api"
|
5111 |
+
msgid "Textfield"
|
5112 |
+
msgstr "حقل النص"
|
5113 |
|
5114 |
+
#: includes/fields/class-fieldtypes-textfield.php:41
|
5115 |
+
msgctxt "form-fields api"
|
5116 |
+
msgid "Format 01/31/1969"
|
5117 |
+
msgstr "تنسيق 31/01/1969"
|
5118 |
|
5119 |
+
#: includes/fields/class-fieldtypes-twitter.php:6
|
5120 |
+
msgctxt "form-fields api"
|
5121 |
+
msgid "Social Site (Twitter handle)"
|
5122 |
+
msgstr "الموقع الاجتماعي (التعامل مع التغريدات)"
|
5123 |
|
5124 |
+
#: includes/fields/class-fieldtypes-url.php:5
|
5125 |
+
msgctxt "form-fields api"
|
5126 |
+
msgid "URL Field"
|
5127 |
+
msgstr "حقل الرابط"
|
5128 |
|
5129 |
+
#: includes/fields/class-fieldtypes-url.php:134
|
5130 |
+
msgctxt "form-fields api"
|
5131 |
+
msgid "URL:"
|
5132 |
+
msgstr "رابط URL:"
|
5133 |
|
5134 |
+
#: includes/fields/class-fieldtypes-url.php:141
|
5135 |
+
msgctxt "form-fields api"
|
5136 |
+
msgid "Link Text (optional):"
|
5137 |
+
msgstr "رابط نصي (اختياري):"
|
5138 |
|
5139 |
+
#: includes/fields/class-form-field.php:592
|
5140 |
+
msgctxt "form-fields api"
|
5141 |
+
msgid ""
|
5142 |
+
"This form field can't be deleted because it is required for the plugin to "
|
5143 |
+
"work."
|
5144 |
+
msgstr "لا يمكن حذف هذا الحقل لأنه مطلوب لعمل الإضافة."
|
5145 |
|
5146 |
+
#: includes/form-fields.php:31
|
5147 |
+
msgctxt "form-fields api"
|
5148 |
+
msgid "Post Title"
|
5149 |
+
msgstr "عنوان المقالة"
|
5150 |
|
5151 |
+
#: includes/form-fields.php:32
|
5152 |
+
msgctxt "form-fields api"
|
5153 |
+
msgid "Post Content"
|
5154 |
+
msgstr "محتوى المقالة"
|
5155 |
|
5156 |
+
#: includes/form-fields.php:33
|
5157 |
+
msgctxt "form-fields api"
|
5158 |
+
msgid "Post Excerpt"
|
5159 |
+
msgstr "مقطتف المقالة"
|
5160 |
|
5161 |
+
#: includes/form-fields.php:34
|
5162 |
+
msgctxt "form-fields api"
|
5163 |
+
msgid "Post Category"
|
5164 |
+
msgstr "تصنيف المقالة"
|
|
|
|
|
|
|
|
|
|
|
|
|
5165 |
|
5166 |
+
#: includes/form-fields.php:35
|
5167 |
+
msgctxt "form-fields api"
|
5168 |
+
msgid "Post Tags"
|
5169 |
+
msgstr "وسوم المقالة"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5170 |
|
5171 |
+
#: includes/form-fields.php:36
|
5172 |
+
msgctxt "form-fields api"
|
5173 |
+
msgid "Post Metadata"
|
5174 |
+
msgstr "البيانات الوصفية للمقالة"
|
5175 |
|
5176 |
+
#: includes/form-fields.php:38
|
5177 |
+
msgctxt "form-fields api"
|
5178 |
+
msgid "Custom"
|
5179 |
+
msgstr "تخصيص"
|
5180 |
|
5181 |
+
#: includes/fields/class-fieldtypes-date.php:61
|
5182 |
+
msgctxt "date field"
|
5183 |
+
msgid "%s must be in the format %s."
|
5184 |
+
msgstr "%s يجب أن يكون بتنسيق %s."
|
5185 |
|
5186 |
+
#: includes/fields/class-fieldtypes-date.php:64
|
5187 |
+
msgctxt "date field"
|
5188 |
+
msgid "%s must be a valid date."
|
5189 |
+
msgstr "%s يجب أن يكون تاريخاً صالحاً."
|
5190 |
|
5191 |
+
#: includes/fields/class-fieldtypes-image.php:38
|
5192 |
+
msgctxt "form-fields-api"
|
5193 |
+
msgid "Remove"
|
5194 |
+
msgstr "إزالة"
|
5195 |
|
5196 |
+
#: includes/fields/class-form-field.php:56
|
5197 |
+
msgctxt "form-fields-api"
|
5198 |
+
msgid "Invalid form field type"
|
5199 |
+
msgstr "نوع حقل استمارة غير صحيح"
|
5200 |
|
5201 |
+
#: includes/fields/class-form-field.php:505
|
5202 |
+
msgctxt "form-fields-api"
|
5203 |
+
msgid "Field label is required."
|
5204 |
+
msgstr "تسمية الحقل مطلوب."
|
5205 |
|
5206 |
+
#: includes/fields/class-form-field.php:515
|
5207 |
+
msgctxt "form-fields-api"
|
5208 |
+
msgid "Requested field type change is incompatible. Type will not be modified."
|
5209 |
+
msgstr "تغيير نوع الحقل المطلوب غير متوافق. لن يتم تعديل النوع."
|
5210 |
|
5211 |
+
#: includes/fields/class-form-field.php:535
|
5212 |
+
msgctxt "form-fields-api"
|
5213 |
msgid ""
|
5214 |
+
"There can only be one field with association \"%s\". Please select another "
|
5215 |
+
"association."
|
5216 |
+
msgstr "يمكن أن يكون هناك حقل واحد مع رابطة \"%s\". المرجو تحديد رابطة أخرى."
|
|
|
|
|
5217 |
|
5218 |
+
#: includes/fields/class-form-field.php:545
|
5219 |
+
msgctxt "form-fields-api"
|
5220 |
+
msgid "\"%s\" is an invalid field type for this association."
|
5221 |
+
msgstr "\"%s\" نوع حقل غير صالح لهذه الرابطة."
|
5222 |
|
5223 |
+
#: includes/fields/class-form-field.php:583
|
5224 |
+
msgctxt "form-fields-api"
|
5225 |
+
msgid "Invalid field ID"
|
5226 |
+
msgstr "معرف حقل غير صالح"
|
5227 |
|
5228 |
+
#: includes/fields/class-form-field.php:604
|
5229 |
+
msgctxt "form-fields-api"
|
5230 |
+
msgid "An error occurred while trying to delete this field."
|
5231 |
+
msgstr "حدث خطأ أثناء محاولة حذف هذا الحقل."
|
|
|
|
|
|
|
|
|
5232 |
|
5233 |
+
#: includes/form-fields.php:458
|
5234 |
+
msgctxt "form-fields-api"
|
5235 |
+
msgid "Email Validator"
|
5236 |
+
msgstr "المصادقة على البريد الإلكتروني"
|
5237 |
|
5238 |
+
#: includes/form-fields.php:459
|
5239 |
+
msgctxt "form-fields-api"
|
5240 |
+
msgid "URL Validator"
|
5241 |
+
msgstr "المصادقة على URL"
|
5242 |
|
5243 |
+
#: includes/form-fields.php:460
|
5244 |
+
msgctxt "form-fields-api"
|
5245 |
+
msgid "Whole Number Validator"
|
5246 |
+
msgstr "المصادقة على رقم صحيح"
|
5247 |
|
5248 |
+
#: includes/form-fields.php:461
|
5249 |
+
msgctxt "form-fields-api"
|
5250 |
+
msgid "Decimal Number Validator"
|
5251 |
+
msgstr "المصادقة على رقم عشري"
|
5252 |
|
5253 |
+
#: includes/form-fields.php:462
|
5254 |
+
msgctxt "form-fields-api"
|
5255 |
+
msgid "Date Validator"
|
5256 |
+
msgstr "المصادقة على التاريخ"
|
5257 |
+
|
5258 |
+
#: includes/fields/class-fieldtypes-image.php:64
|
5259 |
+
msgctxt "form fields"
|
5260 |
+
msgid "Field unavailable at the moment."
|
5261 |
msgstr ""
|
5262 |
|
5263 |
+
#: includes/fields/class-fieldtypes-phone-number.php:13
|
5264 |
+
msgctxt "form fields"
|
5265 |
+
msgid "Phone Number"
|
5266 |
+
msgstr "رقم الهاتف"
|
|
|
|
|
|
|
|
|
|
|
5267 |
|
5268 |
+
#: includes/fields/class-fieldtypes-multiselect.php:25
|
5269 |
+
msgctxt "form-fields-admin"
|
5270 |
+
msgid "Number of options visible without scrolling"
|
5271 |
msgstr ""
|
5272 |
|
5273 |
+
#: includes/fields/class-fieldtypes-multiselect.php:26
|
5274 |
+
msgctxt "form-fields-admin"
|
5275 |
+
msgid ""
|
5276 |
+
"The height of the list will be adjusted to accommodate the specified number "
|
5277 |
+
"of options."
|
5278 |
msgstr ""
|
5279 |
|
5280 |
+
#: includes/fields/class-fieldtypes-select.php:73
|
5281 |
+
msgctxt "form-fields-api category-select"
|
5282 |
+
msgid "-- Choose Terms --"
|
5283 |
+
msgstr "- اختيار البنود -"
|
5284 |
+
|
5285 |
+
#: includes/fields/class-fieldtypes-select.php:73
|
5286 |
+
#: includes/fields/class-fieldtypes-select.php:112
|
5287 |
+
msgctxt "form-fields-api category-select"
|
5288 |
+
msgid "-- Choose One --"
|
5289 |
+
msgstr "-- اختار واحد --"
|
5290 |
+
|
5291 |
+
#: includes/fields/class-fieldtypes-select.php:122
|
5292 |
+
msgctxt "form-fields-api select"
|
5293 |
+
msgid "— None —"
|
5294 |
+
msgstr ""
|
5295 |
+
|
5296 |
+
#: includes/fields/class-fieldtypes-textarea.php:56
|
5297 |
+
msgctxt "admin form-fields"
|
5298 |
msgid ""
|
5299 |
+
"Enabling iframe support in your listings can allow users to execute "
|
5300 |
+
"arbitrary scripts on a page if they want, which can possibly infect your "
|
5301 |
+
"site with malware. We do NOT recommend using this setting UNLESS you are "
|
5302 |
+
"posting the listings yourself and have sole control over the content. Are "
|
5303 |
+
"you sure you want to enable this?"
|
5304 |
msgstr ""
|
5305 |
+
"تمكين دعم iframe في الإعلانات يسمح للأعضاء بتنفيذ سكربتات تعسفية على الصفحة "
|
5306 |
+
"إذا كانوا يريدون، والتي ربما يمكن أن تصيب موقعك بالبرامج الضارة. لا نوصي "
|
5307 |
+
"باستخدام هذا الإعداد إلا إذا كنت تقوم بإضافة الإعلانات بنفسك وأنت الوحيد من "
|
5308 |
+
"يتحكم في المحتوى. هل أنت متأكد من أنك تريد تمكين هذا؟"
|
5309 |
|
5310 |
+
#: includes/form-fields.php:469
|
5311 |
+
msgctxt "form-fields-api validation"
|
5312 |
+
msgid "Field"
|
5313 |
+
msgstr "حقل"
|
5314 |
|
5315 |
+
#: includes/form-fields.php:485 includes/form-fields.php:489
|
5316 |
+
msgctxt "form-fields-api validation"
|
5317 |
+
msgid "%s is required."
|
5318 |
+
msgstr "%s مطلوب."
|
5319 |
|
5320 |
+
#: includes/form-fields.php:498 includes/form-fields.php:505
|
5321 |
+
msgctxt "form-fields-api validation"
|
5322 |
+
msgid "%s is badly formatted. Valid URL format required. Include http://"
|
5323 |
+
msgstr "%s مهيأ بشكل سيئ. المطلوب تنسيق URL صالح. يتضمن http://"
|
5324 |
|
5325 |
+
#: includes/form-fields.php:519
|
5326 |
+
msgctxt "form-fields-api validation"
|
5327 |
+
msgid "%s is badly formatted. Valid Email format required."
|
5328 |
+
msgstr "%s مهيأ بشكل سيئ. المطلوب تنسيق بريد إلكتروني صالح."
|
5329 |
|
5330 |
+
#: includes/form-fields.php:525
|
5331 |
+
msgctxt "form-fields-api validation"
|
5332 |
+
msgid "%s must be a number. Decimal values are not allowed."
|
5333 |
+
msgstr "%s يجب أن تكون عددا. لا يسمح بالقيم العشرية."
|
|
|
|
|
|
|
5334 |
|
5335 |
+
#: includes/form-fields.php:531
|
5336 |
+
msgctxt "form-fields-api validation"
|
5337 |
+
msgid "%s must be a number."
|
5338 |
+
msgstr "%s يجب أن تكون عددا."
|
5339 |
|
5340 |
+
#: includes/form-fields.php:544
|
5341 |
+
msgctxt "form-fields-api validation"
|
5342 |
+
msgid "%s must be in the format %s."
|
5343 |
+
msgstr "%s يجب أن يكون بتنسيق %s."
|
5344 |
|
5345 |
+
#: includes/form-fields.php:579
|
5346 |
+
msgctxt "form-fields-api validation"
|
5347 |
+
msgid "%s must be a valid date."
|
5348 |
+
msgstr "%s يجب أن يكون تاريخاً صالحاً."
|
5349 |
+
|
5350 |
+
#: includes/form-fields.php:590
|
5351 |
+
msgctxt "form-fields-api validation"
|
5352 |
+
msgid "%s is invalid. Value most be one of %s."
|
5353 |
+
msgstr "%s غير صالح. يجب أن تكون القيمة واحدة من %s."
|
5354 |
|
5355 |
+
#: includes/gateways/class-gateway-authorize-net.php:40
|
5356 |
+
msgctxt "authorize-net"
|
5357 |
+
msgid "Login ID is missing."
|
5358 |
+
msgstr "معرف تسجيل الدخول مفقود."
|
5359 |
|
5360 |
+
#: includes/gateways/class-gateway-authorize-net.php:43
|
5361 |
+
msgctxt "authorize-net"
|
5362 |
+
msgid "Transaction Key is missing."
|
5363 |
+
msgstr "مفتاح المعاملة مفقود."
|
|
|
|
|
5364 |
|
5365 |
+
#: includes/gateways/class-gateway-authorize-net.php:92
|
5366 |
+
msgctxt "authorize-net"
|
5367 |
+
msgid ""
|
5368 |
+
"The payment gateway didn't accept your credit card or billing information. "
|
5369 |
+
"The following reason was given: \"%s\"."
|
5370 |
+
msgstr ""
|
5371 |
+
"لم تقبل بوابة الدفع بطاقة الائتمان أو معلومات الفوترة الخاصة بك. وذلك للسبب "
|
5372 |
+
"التالي: \"%s\"."
|
5373 |
|
5374 |
+
#: includes/gateways/class-gateway-authorize-net.php:96
|
5375 |
+
msgctxt "authorize-net"
|
5376 |
msgid ""
|
5377 |
+
"Your payment is being held for review by the payment gateway. The following "
|
5378 |
+
"reason was given: \"%s\"."
|
5379 |
msgstr ""
|
5380 |
+
"الدفع الخاص بك خاضع للمراجعة من طرف قسم الدفع. وذلك للسبب التالي: \"%s\"."
|
|
|
5381 |
|
5382 |
+
#: includes/gateways/class-gateway-authorize-net.php:99
|
5383 |
+
#: includes/gateways/class-gateway-authorize-net.php:122
|
5384 |
+
msgctxt "authorize-net"
|
5385 |
+
msgid "Payment was rejected. The following reason was given: \"%s\"."
|
5386 |
+
msgstr "رفض الدفع. وذلك للسبب التالي: \"%s\"."
|
5387 |
|
5388 |
+
#: includes/gateways/class-gateway-authorize-net.php:116
|
5389 |
+
msgctxt "authorize-net"
|
5390 |
+
msgid "Setup fee"
|
5391 |
+
msgstr "رسم التنصيب"
|
5392 |
|
5393 |
+
#: includes/gateways/class-gateway-authorize-net.php:175
|
5394 |
+
msgctxt "authorize-net"
|
5395 |
+
msgid "Could not process payment."
|
5396 |
+
msgstr "تعذر معالجة الدفع."
|
5397 |
|
5398 |
+
#: includes/gateways/class-gateway-dummy.php:15
|
5399 |
+
msgctxt "dummy gateway"
|
5400 |
+
msgid "Dummy"
|
5401 |
+
msgstr "وهمية"
|
5402 |
|
5403 |
+
#: includes/gateways/class-gateway-dummy.php:38
|
5404 |
+
msgctxt "dummy gateway"
|
5405 |
+
msgid "Dummy Gateway"
|
5406 |
+
msgstr "بوابة وهمية"
|
5407 |
|
5408 |
+
#: includes/gateways/class-gateway-dummy.php:39
|
5409 |
+
msgctxt "dummy gateway"
|
5410 |
+
msgid "New Status:"
|
5411 |
+
msgstr "الحالة الجديدة:"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5412 |
|
5413 |
+
#: includes/gateways/class-gateway-dummy.php:41
|
5414 |
+
msgctxt "dummy gateway"
|
5415 |
+
msgid "Completed"
|
5416 |
+
msgstr "إكتمل"
|
|
|
5417 |
|
5418 |
+
#: includes/gateways/class-gateway-dummy.php:43
|
5419 |
+
msgctxt "dummy gateway"
|
5420 |
+
msgid "Pending"
|
5421 |
+
msgstr " في الانتظار"
|
5422 |
|
5423 |
+
#: includes/gateways/class-gateway-dummy.php:45
|
5424 |
+
msgctxt "dummy gateway"
|
5425 |
+
msgid "Canceled"
|
5426 |
+
msgstr "ألغيت"
|
5427 |
|
5428 |
+
#: includes/gateways/class-gateway-dummy.php:47
|
5429 |
+
msgctxt "dummy gateway"
|
5430 |
+
msgid "Rejected"
|
5431 |
+
msgstr "مرفوض"
|
5432 |
|
5433 |
+
#: includes/gateways/class-gateway-dummy.php:49
|
5434 |
+
msgctxt "dummy gateway"
|
5435 |
+
msgid "Process Payment"
|
5436 |
+
msgstr "عملية الدفع"
|
5437 |
|
5438 |
+
#: includes/helpers/class-fs.php:112
|
5439 |
+
msgctxt "fs helper"
|
5440 |
+
msgid "Destination dir \"%s\" is not writable."
|
5441 |
+
msgstr "وجهة المجلد \"%s\" غير قابل للكتابة."
|
5442 |
|
5443 |
+
#: includes/installer.php:43
|
5444 |
+
msgctxt "default category name"
|
5445 |
+
msgid "General"
|
5446 |
+
msgstr "عام"
|
5447 |
|
5448 |
+
#: includes/installer.php:51
|
5449 |
+
msgctxt "installer"
|
5450 |
+
msgid "Default Fee"
|
5451 |
+
msgstr "رسوم افتراضية"
|
5452 |
|
5453 |
+
#: includes/installer.php:502
|
5454 |
+
msgctxt "installer"
|
5455 |
+
msgid ""
|
5456 |
+
"<b>Business Directory Plugin - Regions Module</b> was disabled because it is "
|
5457 |
+
"incompatible with the current version of Business Directory. Please update "
|
5458 |
+
"the Regions module."
|
5459 |
+
msgstr ""
|
5460 |
+
"تم تعطيل <b>إضافة دليل الأعمال - وحدة المناطق</b> لأنه غير متوافق مع الإصدار "
|
5461 |
+
"الحالي من الإضافة. يرجى تحديث وحدة المناطق."
|
5462 |
|
5463 |
+
#: includes/installer.php:568
|
5464 |
+
msgctxt "installer"
|
5465 |
+
msgid "Cleaning up listing fees information... %d/%d"
|
5466 |
+
msgstr "تنظيف معلومات رسوم الإعلانات...%d/%d"
|
5467 |
|
5468 |
+
#: includes/installer.php:618
|
5469 |
+
msgctxt "installer"
|
5470 |
+
msgid "Migrating previous transactions to new Payments API... %d/%d"
|
5471 |
+
msgstr "نقل المعاملات السابقة إلى المدفوعات الجديدة API ...%d/%d"
|
5472 |
|
5473 |
+
#: includes/installer.php:647
|
5474 |
+
msgctxt "installer"
|
5475 |
+
msgid "Initial listing payment (BD < 3.4)"
|
5476 |
+
msgstr "دفعة الإعلان الأولية (BD < 3.4)"
|
5477 |
|
5478 |
+
#: includes/installer.php:658
|
5479 |
+
msgctxt "installer"
|
5480 |
+
msgid "Listing edit payment (BD < 3.4)"
|
5481 |
+
msgstr "دفعة تحرير الإعلان (BD < 3.4)"
|
5482 |
|
5483 |
+
#: includes/installer.php:679
|
5484 |
+
msgctxt "installer"
|
5485 |
+
msgid "Renewal fee \"%s\" for category \"%s\""
|
5486 |
+
msgstr "رسوم التجديد \"%s\" للتصنيف \"%s\""
|
5487 |
|
5488 |
+
#: includes/installer.php:698
|
5489 |
+
msgctxt "installer"
|
5490 |
+
msgid "Listing upgrade to featured"
|
5491 |
+
msgstr "الترقية الى إعلان مميز"
|
5492 |
|
5493 |
+
#: includes/installer.php:1012
|
5494 |
+
msgctxt "installer"
|
5495 |
+
msgid ""
|
5496 |
+
"Cleaning up stored meta data for Checkbox, Radio and Select fields... (%d "
|
5497 |
+
"records left)"
|
5498 |
+
msgstr ""
|
5499 |
|
5500 |
+
#: includes/installer.php:1102
|
5501 |
+
msgctxt "manual-upgrade"
|
5502 |
+
msgid "Start Upgrade"
|
5503 |
+
msgstr "بدء الترقية"
|
5504 |
|
5505 |
+
#: includes/installer.php:1104
|
5506 |
+
msgctxt "manual-upgrade"
|
5507 |
+
msgid "Pause Upgrade"
|
5508 |
+
msgstr "توقيف الترقية"
|
5509 |
+
|
5510 |
+
#: includes/installer.php:1110
|
5511 |
+
#, fuzzy
|
5512 |
+
msgctxt "manual-upgrade"
|
5513 |
+
msgid ""
|
5514 |
+
"The upgrade was successfully performed. Business Directory Plugin is now "
|
5515 |
+
"available."
|
5516 |
+
msgstr "تم إجراء الترقية بنجاح. إضافة دليل الأعمال متاحة الآن."
|
5517 |
|
5518 |
+
#: includes/installer.php:1113
|
5519 |
+
msgctxt "manual-upgrade"
|
5520 |
+
msgid "Go to \"Directory Admin\""
|
5521 |
+
msgstr "إنتقل إلى \"مشرف الدليل\""
|
5522 |
|
5523 |
+
#: includes/payment.php:91
|
5524 |
+
msgctxt "payments-api"
|
5525 |
+
msgid ""
|
5526 |
+
"You are offering featured listings but have payments turned off. Go to <a "
|
5527 |
+
"href=\"%s\">Manage Options - Payment</a> to change the payment settings. "
|
5528 |
+
"Until you change this, the <i>Upgrade to Featured</i> option will be "
|
5529 |
+
"disabled."
|
5530 |
+
msgstr ""
|
5531 |
+
"أنت تقدم إعلانات مميزة ولكن المدفوعات معطلة. إذهب إلى <a href=\"%s\">إدارة "
|
5532 |
+
"الخيارات - الدفع</a> لتغيير إعدادات الدفع. حتى تقوم بتغيير ذلك، سيتم تعطيل "
|
5533 |
+
"<i>خيار الترقية إلى مميزة</i>."
|
5534 |
|
5535 |
+
#: includes/payment.php:109
|
5536 |
+
msgctxt "payments-api"
|
5537 |
+
msgid ""
|
5538 |
+
"The <b>%s</b> gateway is active but not properly configured. The gateway "
|
5539 |
+
"won't be available until the following problems are fixed: <b>%s</b>. <br/> "
|
5540 |
+
"Check the <a href=\"%s\">payment settings</a>."
|
5541 |
+
msgstr ""
|
5542 |
+
"البوابة <b>%s</b> مفعلة ولكن لم يتم إعدادها بشكل صحيح. البوابة لن تكون "
|
5543 |
+
"متوفرة حتى يتم إصلاح المشاكل التالية <b>%s</b>.<br/> تحقق من <a href=\"%s"
|
5544 |
+
"\">إعدادات دفع</a> ."
|
5545 |
|
5546 |
+
#: includes/payment.php:169
|
5547 |
+
msgctxt "payments-api"
|
5548 |
+
msgid "Checkout"
|
5549 |
+
msgstr "إنهاء الشراء"
|
5550 |
|
5551 |
+
#: includes/payment.php:170
|
5552 |
+
msgctxt "payments-api"
|
5553 |
+
msgid "Pay %1$s through %2$s"
|
5554 |
+
msgstr "دفع %1$s بواسطة %2$s"
|
5555 |
|
5556 |
+
#: includes/payment.php:177
|
5557 |
+
msgctxt "payments-api"
|
5558 |
+
msgid "Your transaction has been approved."
|
5559 |
+
msgstr "تمت الموافقة على المعاملة الخاصة بك."
|
5560 |
|
5561 |
+
#: includes/payment.php:363
|
5562 |
+
msgctxt "payments"
|
5563 |
+
msgid "Payment Details"
|
5564 |
+
msgstr "تفاصيل الدفع"
|
5565 |
|
5566 |
+
#: includes/payment.php:431
|
5567 |
+
msgctxt "payments"
|
5568 |
msgid ""
|
5569 |
+
"Your payment is being processed by the payment gateway. Please reload this "
|
5570 |
+
"page in a moment to see if the status has changed or contact the site "
|
5571 |
+
"administrator."
|
5572 |
msgstr ""
|
5573 |
+
"يتم معالجة الدفع عن طريق بوابة الدفع. يرجى إعادة تحميل هذه الصفحة في لحظة "
|
5574 |
+
"لمعرفة ما إذا كان قد تغير الوضع أو الاتصال بمدير الموقع."
|
|
|
|
|
|
|
|
|
|
|
5575 |
|
5576 |
+
#: includes/payment.php:434
|
5577 |
+
msgctxt "payments"
|
5578 |
+
msgid ""
|
5579 |
+
"The payment has been rejected by the payment gateway. Please contact the "
|
5580 |
+
"site administrator if you think there is an error or click \"Change Payment "
|
5581 |
+
"Method\" to select another payment method and try again."
|
5582 |
+
msgstr ""
|
5583 |
+
"تم رفض الدفع عن طريق بوابة الدفع. يرجى الاتصال بمدير الموقع إذا كنت تعتقد أن "
|
5584 |
+
"هناك خطأ أو إضغط فوق \"تغيير طريقة الدفع\" لتحديد طريقة دفع أخرى وحاول مرة "
|
5585 |
+
"أخرى."
|
5586 |
|
5587 |
+
#: includes/payment.php:435
|
5588 |
+
msgctxt "payments"
|
5589 |
+
msgid "Change Payment Method"
|
5590 |
+
msgstr "تغيير طريقة الدفع"
|
5591 |
|
5592 |
+
#: includes/payment.php:437
|
5593 |
+
msgctxt "payments"
|
5594 |
+
msgid ""
|
5595 |
+
"The payment has been rejected by the payment gateway. Please contact the "
|
5596 |
+
"site administrator if you think there is an error."
|
5597 |
+
msgstr ""
|
5598 |
+
"تم رفض الدفع عن طريق بوابة الدفع. يرجى الاتصال بمدير الموقع إذا كنت تعتقد أن "
|
5599 |
+
"هناك خطأ."
|
5600 |
|
5601 |
+
#: includes/payment.php:440
|
5602 |
+
msgctxt "payments"
|
5603 |
+
msgid "The payment has been canceled at your request."
|
5604 |
+
msgstr "تم إلغاء الدفع بناء على طلبك."
|
5605 |
|
5606 |
+
#: includes/views/checkout.php:28
|
5607 |
+
msgctxt "payments"
|
5608 |
+
msgid "Invalid payment id."
|
5609 |
+
msgstr "معرف الدفع غير صالح."
|
5610 |
|
5611 |
+
#: includes/payment.php:390
|
5612 |
+
msgctxt "checkout"
|
5613 |
+
msgid "Payment Method"
|
5614 |
+
msgstr "طريقة الدفع"
|
5615 |
|
5616 |
+
#: includes/views/checkout.php:86
|
5617 |
+
msgctxt "checkout"
|
5618 |
+
msgid "Continue"
|
5619 |
+
msgstr "متابعة"
|
5620 |
|
5621 |
+
#: includes/views/checkout.php:97
|
5622 |
+
msgctxt "checkout"
|
5623 |
+
msgid ""
|
5624 |
+
"Payments are not allowed on the non-secure version of this site. Please "
|
5625 |
+
"<a>continue to the secure server to proceed with your payment</a>."
|
5626 |
msgstr ""
|
5627 |
+
"المدفوعات غير مسموحة بالإصدار غير الآمن ل هذا الموقع. يرجى <a>المواصلة إلى "
|
5628 |
+
"الخادم الآمن لمعالجة الدفع الخاص بك</a>."
|
5629 |
|
5630 |
+
#: includes/views/checkout.php:112
|
5631 |
+
msgctxt "checkout"
|
5632 |
+
msgid ""
|
5633 |
+
"Your payment is being verified. This usually takes a few minutes but can "
|
5634 |
+
"take up to 24 hours."
|
5635 |
msgstr ""
|
5636 |
+
"يتم الآن التحقق من الدفع الخاص بك. هذا عادة يستغرق بضع دقائق، لكن يمكن أن "
|
5637 |
+
"يستغرق مدة تصل إلى 24 ساعة."
|
5638 |
|
5639 |
+
#: includes/views/checkout.php:120 includes/views/checkout.php:141
|
5640 |
+
msgctxt "checkout"
|
5641 |
+
msgid "← Return to Directory."
|
5642 |
+
msgstr "← الرجوع إلى الدليل."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5643 |
|
5644 |
+
#: includes/views/checkout.php:130
|
5645 |
+
#, fuzzy
|
5646 |
+
msgctxt "checkout"
|
5647 |
+
msgid "Your payment was received successfully."
|
5648 |
+
msgstr "تم تلقي الدفع الخاص بك بنجاح."
|
5649 |
|
5650 |
+
#: includes/views/checkout.php:137
|
5651 |
+
msgctxt "checkout"
|
5652 |
+
msgid "← Return to your listing."
|
5653 |
+
msgstr "← الرجوع إلى إعلانك."
|
5654 |
|
5655 |
+
#: includes/payment.php:424
|
5656 |
+
msgctxt "payment"
|
5657 |
+
msgid "Return to Directory."
|
5658 |
+
msgstr "العودة إلى الدليل."
|
5659 |
|
5660 |
+
#: includes/templates-listings.php:55 templates/listing-sticky-tag.tpl.php:3
|
5661 |
+
#: templates/listing-sticky-tag.tpl.php:4
|
5662 |
+
msgctxt "templates"
|
5663 |
+
msgid "Featured Listing"
|
5664 |
+
msgstr "إعلان مميز"
|
5665 |
|
5666 |
+
#: includes/templates-ui.php:169
|
5667 |
+
msgctxt "templates"
|
5668 |
+
msgid "No listing categories found."
|
5669 |
+
msgstr "لم يتم العثور على تصنيفات الإعلانات."
|
5670 |
|
5671 |
+
#: includes/templates-ui.php:282
|
5672 |
+
msgctxt "templates"
|
5673 |
+
msgid "Search Listings"
|
5674 |
+
msgstr "البحث في الإعلانات"
|
5675 |
|
5676 |
+
#: includes/templates-ui.php:285
|
5677 |
+
msgctxt "templates"
|
5678 |
+
msgid "Advanced Search"
|
5679 |
+
msgstr "بحث متقدم"
|
5680 |
|
5681 |
+
#: includes/views/listing_contact.php:113
|
5682 |
+
msgctxt "templates"
|
5683 |
+
msgid "Contact listing owner"
|
5684 |
+
msgstr "إتصل بمالك الإعلان"
|
5685 |
|
5686 |
+
#: includes/views/listing_contact.php:117
|
5687 |
+
msgctxt "templates"
|
5688 |
+
msgid "Send Message to listing owner"
|
5689 |
+
msgstr "إرسال رسالة إلى مالك الإعلان"
|
5690 |
|
5691 |
+
#: includes/views/main.php:9
|
5692 |
+
msgctxt "templates"
|
5693 |
+
msgid ""
|
5694 |
+
"There are no categories assigned to the business directory yet. You need to "
|
5695 |
+
"assign some categories to the business directory. Only admins can see this "
|
5696 |
+
"message. Regular users are seeing a message that there are currently no "
|
5697 |
+
"listings in the directory. Listings cannot be added until you assign "
|
5698 |
+
"categories to the business directory."
|
5699 |
+
msgstr ""
|
5700 |
+
"لا توجد تصنيفات معينة إلى دليل الأعمال حتى الآن. تحتاج إلى تعيين بعض "
|
5701 |
+
"التصنيفات إلى دليل الأعمال. المدراء فقط يمكن أن يروا هذه الرسالة. المستخدمين "
|
5702 |
+
"العاديين يرون رسالة لا توجد إعلانات في الدليل. لا يمكن إضافة الإعلانات حتى "
|
5703 |
+
"تقوم بتعيين تصنيفات إلى دليل الأعمال."
|
5704 |
|
5705 |
+
#: includes/views/main.php:11
|
5706 |
+
msgctxt "templates"
|
5707 |
+
msgid "There are currently no listings in the directory."
|
5708 |
+
msgstr "لا توجد حاليا إعلانات في الدليل."
|
5709 |
+
|
5710 |
+
#: includes/views/main.php:25
|
5711 |
+
msgctxt "templates"
|
5712 |
msgid ""
|
5713 |
+
"You have \"Hide Empty Categories\" on and some categories that don't have "
|
5714 |
+
"listings in them. That means they won't show up on the front end of your "
|
5715 |
+
"site. If you didn't want that, click <a>here</a> to change the setting."
|
5716 |
msgstr ""
|
5717 |
+
"قمت بـ \"إخفاء التصنيفات الفارغة\" وهناك بعض التصنيفات التي لا تحتوي على "
|
5718 |
+
"إعلانات بداخلها. هذا يعني أنها لن تظهر على الواجهة الأمامية للموقع الخاص بك. "
|
5719 |
+
"إذا كنت لا تريد ذلك، إضغط <a>هنا</a> لتغيير الإعداد."
|
5720 |
|
5721 |
+
#: includes/views/renew_listing.php:90
|
5722 |
+
msgctxt "templates"
|
5723 |
+
msgid "Recurring Fee Management"
|
5724 |
+
msgstr "إدارة الرسوم المتكررة"
|
5725 |
|
5726 |
+
#: includes/views/submit_listing.php:16
|
5727 |
+
msgctxt "templates"
|
5728 |
msgid ""
|
5729 |
+
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
5730 |
+
"Submission?\" setting checked?"
|
5731 |
+
msgstr ""
|
5732 |
+
"<b>المشاهدة غير متوفرة</b>. هل لديك \"تعطيل إضافة إعلان من واجهة الموقع؟\" "
|
5733 |
+
"محددة في الإعدادات؟"
|
5734 |
|
5735 |
+
#: includes/views/submit_listing.php:18
|
5736 |
+
msgctxt "templates"
|
5737 |
+
msgid "View not available."
|
5738 |
+
msgstr "المشاهدة غير متوفرة."
|
5739 |
|
5740 |
+
#: includes/views/upgrade_listing.php:22
|
5741 |
+
msgctxt "templates"
|
5742 |
+
msgid "Your listing is already pending approval for \"featured\" status."
|
5743 |
+
msgstr "إعلانك ينتظر الموافقة مسبقا على حالة \"مميزة\"."
|
5744 |
|
5745 |
+
#: includes/views/upgrade_listing.php:23
|
5746 |
+
msgctxt "templates"
|
5747 |
+
msgid "Return to listing."
|
5748 |
+
msgstr "الرجوع إلى الإعلان."
|
5749 |
|
5750 |
+
#: includes/views/view-submit-listing.php:29
|
5751 |
+
msgctxt "templates"
|
5752 |
+
msgid ""
|
5753 |
+
"There are no categories assigned to the business directory yet. You need to "
|
5754 |
+
"assign some categories to the business directory. Only admins can see this "
|
5755 |
+
"message. Regular users are seeing a message that they cannot add their "
|
5756 |
+
"listing at this time. Listings cannot be added until you assign categories "
|
5757 |
+
"to the business directory."
|
5758 |
+
msgstr ""
|
5759 |
+
"لا توجد تصنيفات معينة إلى دليل الأعمال حتى الآن. تحتاج إلى تعيين بعض "
|
5760 |
+
"التصنيفات إلى دليل الأعمال. المدراء فقط يمكن أن يروا هذه الرسالة. المستخدمين "
|
5761 |
+
"العاديين يرون رسالة لا يمكن إضافة الإعلانات في هذا الوقت. لا يمكن إضافة "
|
5762 |
+
"الإعلانات حتى تقوم بتعيين تصنيفات إلى دليل الأعمال."
|
5763 |
|
5764 |
+
#: includes/views/view-submit-listing.php:31
|
5765 |
+
msgctxt "templates"
|
5766 |
msgid ""
|
5767 |
+
"Your listing cannot be added at this time. Please try again later. If this "
|
5768 |
+
"is not the first time you see this warning, please ask the site "
|
5769 |
+
"administrator to set up one or more categories inside the Directory."
|
|
|
5770 |
msgstr ""
|
5771 |
+
"لا يمكن إضافة الإعلان الخاصة بك في هذا الوقت. يرجى المحاولة مرة أخرى لاحقاً. "
|
5772 |
+
"إذا كانت هذه ليست المرة الأولى التي ترى هذا التحذير، المرجو الطلب من مدير "
|
5773 |
+
"الموقع بإعداد واحد أو أكثر من التصنيفات داخل الدليل."
|
5774 |
|
5775 |
+
#: includes/views/view-submit-listing.php:43
|
5776 |
+
msgctxt "templates"
|
5777 |
+
msgid "You are not authorized to edit this listing."
|
5778 |
+
msgstr "غير مسموح لك بتحرير هذا الإعلان."
|
5779 |
|
5780 |
+
#: includes/views/view-submit-listing.php:65
|
5781 |
+
msgctxt "templates"
|
5782 |
+
msgid ""
|
5783 |
+
"You are logged in as an administrator. Any payment steps will be skipped."
|
5784 |
+
msgstr "لقد تم تسجيل دخولك كمدير. سيتم تخطي أي خطوات للدفع."
|
5785 |
|
5786 |
+
#: includes/views/view-submit-listing.php:238
|
5787 |
+
msgctxt "templates"
|
5788 |
+
msgid "Please select a fee option for the \"%s\" category."
|
5789 |
+
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
5790 |
|
5791 |
+
#: includes/views/view-submit-listing.php:316
|
5792 |
+
msgctxt "templates"
|
5793 |
+
msgid "Please agree to the Terms and Conditions."
|
5794 |
+
msgstr "يرجى الموافقة على الشروط والأحكام."
|
5795 |
|
5796 |
+
#: includes/views/view-submit-listing.php:322
|
5797 |
+
msgctxt "templates"
|
5798 |
+
msgid "The reCAPTCHA wasn't entered correctly."
|
5799 |
+
msgstr "لم يتم إدخال reCAPTCHA بشكل صحيح."
|
5800 |
|
5801 |
+
#: includes/views/view-submit-listing.php:339
|
5802 |
+
msgctxt "templates"
|
5803 |
+
msgid "Read our Terms and Conditions"
|
5804 |
+
msgstr "إقرأ الشروط والأحكام الخاصة بنا"
|
5805 |
|
5806 |
+
#: includes/views/view-submit-listing.php:344
|
5807 |
+
msgctxt "templates"
|
5808 |
+
msgid "Terms and Conditions:"
|
5809 |
+
msgstr "شروط وأحكام:"
|
5810 |
|
5811 |
+
#: includes/views/view-submit-listing.php:355
|
5812 |
+
msgctxt "templates"
|
5813 |
+
msgid "I agree to the Terms and Conditions"
|
5814 |
+
msgstr "أوافق على الشروط والأحكام"
|
|
|
|
|
5815 |
|
5816 |
+
#: templates/businessdirectory-listings.tpl.php:27
|
5817 |
+
#: templates/deprecated/search.tpl.php:21 templates/listings.tpl.php:6
|
5818 |
+
#: templates/search.tpl.php:17
|
5819 |
+
msgctxt "templates"
|
5820 |
+
msgid "No listings found."
|
5821 |
+
msgstr "لم يتم العثور على أي إعلانات."
|
|
|
|
|
5822 |
|
5823 |
+
#: templates/businessdirectory-listings.tpl.php:38
|
5824 |
+
#: templates/listings.tpl.php:17
|
5825 |
+
msgctxt "templates"
|
5826 |
+
msgid "« Previous "
|
5827 |
+
msgstr "« السابق"
|
|
|
|
|
|
|
5828 |
|
5829 |
+
#: templates/businessdirectory-listings.tpl.php:39
|
5830 |
+
#: templates/listings.tpl.php:18
|
5831 |
+
msgctxt "templates"
|
5832 |
+
msgid "Next »"
|
5833 |
+
msgstr "التالي »"
|
5834 |
+
|
5835 |
+
#: templates/deprecated/search.tpl.php:24 templates/manage-listings.tpl.php:8
|
5836 |
+
#: templates/manage_listings.tpl.php:8 templates/search.tpl.php:20
|
5837 |
+
msgctxt "templates"
|
5838 |
+
msgid "Return to directory"
|
5839 |
+
msgstr "العودة إلى الدليل."
|
5840 |
+
|
5841 |
+
#: templates/listing-contactform.tpl.php:9
|
5842 |
+
msgctxt "templates"
|
5843 |
+
msgid "Listing Title: "
|
5844 |
+
msgstr "عنوان الإعلان: "
|
5845 |
+
|
5846 |
+
#: templates/listing-contactform.tpl.php:16
|
5847 |
+
msgctxt "templates"
|
5848 |
msgid ""
|
5849 |
+
"You are currently logged in as %s. Your message will be sent using your "
|
5850 |
+
"logged in contact email."
|
5851 |
msgstr ""
|
5852 |
+
"أنت حاليا تسجل دخولك كـ %s. سيتم إرسال رسالتك باستخدام تسجيل دخولك في حساب "
|
5853 |
+
"البريد الإلكتروني."
|
|
|
|
|
|
|
|
|
|
|
5854 |
|
5855 |
+
#: templates/listing-contactform.tpl.php:21
|
5856 |
+
msgctxt "templates"
|
5857 |
+
msgid "Your Name"
|
5858 |
+
msgstr "إسمك"
|
5859 |
|
5860 |
+
#: templates/listing-contactform.tpl.php:25
|
5861 |
+
msgctxt "templates"
|
5862 |
+
msgid "Your Email"
|
5863 |
+
msgstr "بريدك الإلكتروني"
|
5864 |
|
5865 |
+
#: templates/listing-contactform.tpl.php:30
|
5866 |
+
msgctxt "templates"
|
5867 |
+
msgid "Message"
|
5868 |
+
msgstr "الرسالة"
|
5869 |
|
5870 |
+
#: templates/listing-contactform.tpl.php:38
|
5871 |
+
msgctxt "templates"
|
5872 |
+
msgid "Send"
|
5873 |
+
msgstr "أرسل"
|
5874 |
|
5875 |
+
#: templates/listing-upgradetosticky.tpl.php:1
|
5876 |
+
msgctxt "templates"
|
5877 |
+
msgid "Upgrade listing"
|
5878 |
+
msgstr "ترقية الإعلان"
|
5879 |
|
5880 |
+
#: templates/listing-upgradetosticky.tpl.php:10
|
5881 |
+
msgctxt "templates"
|
5882 |
+
msgid "Upgrade listing to %s for %s."
|
5883 |
+
msgstr "ترقية الإعلان الى %s لـ %s."
|
5884 |
|
5885 |
+
#: templates/manage-listings.tpl.php:3 templates/manage_listings.tpl.php:3
|
5886 |
+
msgctxt "templates"
|
5887 |
+
msgid ""
|
5888 |
+
"Your current listings are shown below. To edit a listing click the edit "
|
5889 |
+
"button. To delete a listing click the delete button."
|
5890 |
+
msgstr ""
|
5891 |
+
"أدناه توجد إعلاناتك الحالية. لتحرير إعلان ما إضغط على زر تحرير. لحذف إعلان "
|
5892 |
+
"ما إضغط على زر حذف."
|
5893 |
|
5894 |
+
#: templates/manage-listings.tpl.php:6 templates/manage_listings.tpl.php:6
|
5895 |
+
msgctxt "templates"
|
5896 |
+
msgid "You do not currently have any listings in the directory."
|
5897 |
+
msgstr "أنت لا تملك حاليا أي إعلانات في الدليل."
|
5898 |
|
5899 |
+
#: templates/parts/category-fee-selection.tpl.php:13
|
5900 |
+
msgctxt "templates"
|
5901 |
+
msgid "\"%s\" fee options"
|
5902 |
+
msgstr "خيارات الرسوم \"%s\""
|
5903 |
|
5904 |
+
#: templates/parts/category-fee-selection.tpl.php:17
|
5905 |
+
msgctxt "templates"
|
5906 |
+
msgid "There are no fees available for this category."
|
5907 |
+
msgstr "لا تتوفر أية رسوم لهذا التصنيف."
|
5908 |
|
5909 |
+
#: templates/parts/category-fee-selection.tpl.php:29
|
5910 |
+
#, fuzzy
|
5911 |
+
msgctxt "templates"
|
5912 |
+
msgid "day"
|
5913 |
+
msgid_plural "days"
|
5914 |
+
msgstr[0] "يوم"
|
5915 |
+
msgstr[1] "يوم"
|
5916 |
+
msgstr[2] "يوم"
|
5917 |
+
msgstr[3] "يوم"
|
5918 |
+
msgstr[4] "يوم"
|
5919 |
+
msgstr[5] "يوم"
|
5920 |
|
5921 |
+
#: templates/parts/category-fee-selection.tpl.php:47
|
5922 |
+
#, fuzzy
|
5923 |
+
msgctxt "templates"
|
5924 |
+
msgid "%d image"
|
5925 |
+
msgid_plural "%d images"
|
5926 |
+
msgstr[0] "%d صورة"
|
5927 |
+
msgstr[1] "%d صورتين"
|
5928 |
+
msgstr[2] "%d صور"
|
5929 |
+
msgstr[3] "%d صور"
|
5930 |
+
msgstr[4] "%d صور"
|
5931 |
+
msgstr[5] "%d صور"
|
5932 |
|
5933 |
+
#: templates/parts/listing-buttons.tpl.php:4
|
5934 |
+
#: templates/parts/listing-buttons.tpl.php:18
|
5935 |
+
msgctxt "templates"
|
5936 |
+
msgid "Edit"
|
5937 |
+
msgstr "تحرير"
|
5938 |
|
5939 |
+
#: templates/parts/listing-buttons.tpl.php:7
|
5940 |
+
msgctxt "templates"
|
5941 |
+
msgid "Upgrade Listing"
|
5942 |
+
msgstr "ترقية الإعلان"
|
5943 |
|
5944 |
+
#: templates/parts/listing-buttons.tpl.php:10
|
5945 |
+
#: templates/parts/listing-buttons.tpl.php:19
|
5946 |
+
msgctxt "templates"
|
5947 |
+
msgid "Delete"
|
5948 |
+
msgstr "حذف"
|
5949 |
|
5950 |
+
#: templates/parts/listing-buttons.tpl.php:10
|
5951 |
+
msgctxt "templates"
|
5952 |
+
msgid "Are you sure you wish to delete this listing?"
|
5953 |
+
msgstr "هل أنت متأكد من أنك تريد حذف هذا الاعلان؟"
|
5954 |
|
5955 |
+
#: templates/parts/listing-buttons.tpl.php:17
|
5956 |
+
msgctxt "templates"
|
5957 |
+
msgid "View"
|
5958 |
+
msgstr "مشاهدة"
|
5959 |
|
5960 |
+
#: templates/parts/login-required.tpl.php:7
|
5961 |
+
msgctxt "templates"
|
5962 |
+
msgid ""
|
5963 |
+
"You are not currently logged in. Please login or register first. When "
|
5964 |
+
"registering, you will receive an activation email. Be sure to check your "
|
5965 |
+
"spam if you don't see it in your email within 60 minutes."
|
5966 |
+
msgstr ""
|
5967 |
+
"لم تسجل الدخول حاليا. المرجو تسجيل الدخول أو التسجيل أولاً. عند التسجيل، سوف "
|
5968 |
+
"تتلقى رسالة بريد إلكتروني للتفعيل. يجب التأكد من مراجعة البريد المزعج الخاص "
|
5969 |
+
"بك إذا لم تراه في بريدك الإلكتروني خلال 60 دقيقة."
|
5970 |
|
5971 |
+
#: templates/parts/login-required.tpl.php:10
|
5972 |
+
msgctxt "templates"
|
5973 |
+
msgid "Login"
|
5974 |
+
msgstr "تسجيل الدخول"
|
5975 |
|
5976 |
+
#: templates/parts/login-required.tpl.php:31
|
5977 |
+
msgctxt "templates"
|
5978 |
+
msgid "Not yet registered?"
|
5979 |
+
msgstr "لم تتسجل بعد؟"
|
5980 |
|
5981 |
+
#: templates/parts/login-required.tpl.php:33
|
5982 |
+
msgctxt "templates"
|
5983 |
+
msgid "Lost your password?"
|
5984 |
+
msgstr "فقدت كلمة المرور؟"
|
5985 |
|
5986 |
+
#: templates/payment-page.tpl.php:17
|
5987 |
+
msgctxt "templates"
|
5988 |
+
msgid "We can not process your payment at this moment. Please try again later."
|
5989 |
+
msgstr ""
|
5990 |
+
"لا يمكن أن نقوم بمعالجة الدفع الخاص بك في هذه اللحظة. المرجو المحاولة مرة "
|
5991 |
+
"أخرى لاحقاً."
|
5992 |
|
5993 |
+
#: templates/renew-listing.tpl.php:3
|
5994 |
+
msgctxt "templates"
|
5995 |
+
msgid "Renew Listing"
|
5996 |
+
msgstr "تجديد الإعلان"
|
5997 |
|
5998 |
+
#: templates/renew-listing.tpl.php:10
|
5999 |
+
msgctxt "templates"
|
6000 |
msgid ""
|
6001 |
+
"You are about to renew your listing \"%s\" publication inside category \"%s"
|
6002 |
+
"\"."
|
6003 |
+
msgstr "أنت على وشك تجديد الإعلان \"%s\" النشر داخل التصنيف \"%s\"."
|
|
|
|
|
6004 |
|
6005 |
+
#: templates/renew-listing.tpl.php:22
|
6006 |
+
#: templates/submit-listing/category-selection.tpl.php:8
|
6007 |
+
#: templates/submit-listing/fee-selection.tpl.php:37
|
6008 |
+
#: templates/submit-listing/images.tpl.php:51
|
6009 |
+
#: templates/submit-listing/listing-fields.tpl.php:34
|
6010 |
+
msgctxt "templates"
|
6011 |
+
msgid "Continue"
|
6012 |
+
msgstr "متابعة"
|
6013 |
|
6014 |
+
#: templates/renew-listing.tpl.php:26
|
6015 |
+
msgctxt "templates"
|
6016 |
+
msgid "Do not renew my listing"
|
6017 |
+
msgstr "عدم تجديد إعلاني"
|
6018 |
|
6019 |
+
#: templates/search-form.tpl.php:3
|
6020 |
+
msgctxt "templates"
|
6021 |
+
msgid "Find a listing"
|
6022 |
+
msgstr "العثور على إعلان"
|
6023 |
+
|
6024 |
+
#: templates/submit-listing/category-selection.tpl.php:1
|
6025 |
+
msgctxt "templates"
|
6026 |
+
msgid "Category Selection"
|
6027 |
+
msgstr "إختيار تصنيف"
|
6028 |
|
6029 |
+
#: templates/submit-listing/done.tpl.php:1
|
6030 |
+
msgctxt "templates"
|
6031 |
+
msgid "Submission Received"
|
6032 |
+
msgstr "تم تلقي إضافتك"
|
6033 |
|
6034 |
+
#: templates/submit-listing/done.tpl.php:4
|
6035 |
+
msgctxt "templates"
|
6036 |
+
msgid "Your listing has been submitted."
|
6037 |
+
msgstr "تم إضافة إعلانك."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6038 |
|
6039 |
+
#: templates/submit-listing/done.tpl.php:6
|
6040 |
+
msgctxt "templates"
|
6041 |
+
msgid "Your listing changes were saved."
|
6042 |
+
msgstr "تم حفظ تغييرات إعلانك."
|
|
|
6043 |
|
6044 |
+
#: templates/submit-listing/done.tpl.php:11
|
6045 |
+
msgctxt "templates"
|
6046 |
+
msgid "Go to your listing"
|
6047 |
+
msgstr "الذهاب إلى إعلانك"
|
|
|
6048 |
|
6049 |
+
#: templates/submit-listing/done.tpl.php:13
|
6050 |
+
msgctxt "templates"
|
6051 |
+
msgid "Return to directory."
|
6052 |
+
msgstr "الرجوع إلى الدليل."
|
|
|
|
|
|
|
|
|
|
|
6053 |
|
6054 |
+
#: templates/submit-listing/extra-sections.tpl.php:1
|
6055 |
+
msgctxt "templates"
|
6056 |
+
msgid "Additional Information"
|
6057 |
+
msgstr "معلومات اضافية"
|
|
|
|
|
|
|
|
|
6058 |
|
6059 |
+
#: templates/submit-listing/extra-sections.tpl.php:6
|
6060 |
+
msgctxt "templates"
|
6061 |
+
msgid "Continue with listing submit"
|
6062 |
+
msgstr "تواصل مع إرسال الإعلان"
|
|
|
|
|
|
|
|
|
|
|
6063 |
|
6064 |
+
#: templates/submit-listing/fee-selection.tpl.php:1
|
6065 |
+
msgctxt "templates"
|
6066 |
+
msgid "Fee/Upgrade Selection"
|
6067 |
+
msgstr "تحديد الرسم/الترقية"
|
6068 |
|
6069 |
+
#: templates/submit-listing/fee-selection.tpl.php:18
|
6070 |
+
msgctxt "templates"
|
6071 |
+
msgid "Would you like to upgrade your listing to \"%s\" for %s more?"
|
6072 |
+
msgstr "هل ترغب في ترقية إعلانك إلى \"%s\" ل %s أكثر؟"
|
6073 |
|
6074 |
+
#: templates/submit-listing/fee-selection.tpl.php:21
|
6075 |
+
msgctxt "templates"
|
6076 |
+
msgid "Yes, upgrade my listing now."
|
6077 |
+
msgstr "نعم، قم بترقية إعلاني الآن."
|
6078 |
|
6079 |
+
#: templates/submit-listing/images-single.tpl.php:18
|
6080 |
+
msgctxt "templates"
|
6081 |
+
msgid "Delete Image"
|
6082 |
+
msgstr "حذف الصورة"
|
6083 |
|
6084 |
+
#: templates/submit-listing/images-single.tpl.php:25
|
6085 |
+
msgctxt "templates"
|
6086 |
+
msgid "Set this image as the listing thumbnail."
|
6087 |
+
msgstr "تعيين هذه الصورة كصورة مصغرة للإعلان."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6088 |
|
6089 |
+
#: templates/submit-listing/images-upload-form.tpl.php:16
|
6090 |
+
msgctxt "templates"
|
6091 |
+
msgid "Upload Images"
|
6092 |
+
msgstr "رفع الصور"
|
6093 |
|
6094 |
+
#: templates/submit-listing/images-upload-form.tpl.php:21
|
6095 |
+
msgctxt "templates"
|
6096 |
+
msgid "Drop files here"
|
6097 |
+
msgstr "أسقط الملفات هنا"
|
|
|
|
|
6098 |
|
6099 |
+
#: templates/submit-listing/images-upload-form.tpl.php:23
|
6100 |
+
msgctxt "templates"
|
6101 |
+
msgid "Select images from your hard drive"
|
6102 |
+
msgstr "حدد الصور من جهازك"
|
6103 |
|
6104 |
+
#: templates/submit-listing/images-upload-form.tpl.php:26
|
6105 |
+
msgctxt "templates"
|
6106 |
+
msgid "Uploading %s file(s)... Please wait."
|
6107 |
+
msgstr "رفع %s ملف (ملفات)... المرجو الانتظار."
|
6108 |
|
6109 |
+
#: templates/submit-listing/images-upload-form.tpl.php:29
|
6110 |
+
msgctxt "templates"
|
6111 |
+
msgid ""
|
6112 |
+
"Your image slots are all full at this time. You may click \"Continue\" if "
|
6113 |
+
"you are done, or \"Delete Image\" to upload a new image in place of a "
|
6114 |
+
"current one."
|
6115 |
+
msgstr ""
|
6116 |
+
"أماكن الصورة الخاصة بك ممتلئة في هذا الوقت. يمكنك الضغط فوق \"متابعة\" إذا "
|
6117 |
+
"كنت انتهيت، أو \"حذف الصورة\" لتحميل صورة جديدة بدلاً من الموجودة حاليا."
|
6118 |
|
6119 |
+
#: templates/submit-listing/images-upload-form.tpl.php:36
|
6120 |
+
msgctxt "templates"
|
6121 |
+
msgid "Image slots available:"
|
6122 |
+
msgstr "أماكن الصورة المتاحة:"
|
6123 |
|
6124 |
+
#: templates/submit-listing/images-upload-form.tpl.php:42
|
6125 |
+
msgctxt "templates"
|
6126 |
+
msgid "File size:"
|
6127 |
+
msgstr "حجم الملف:"
|
6128 |
|
6129 |
+
#: templates/submit-listing/images-upload-form.tpl.php:44
|
6130 |
+
#: templates/submit-listing/images-upload-form.tpl.php:51
|
6131 |
+
#: templates/submit-listing/images-upload-form.tpl.php:58
|
6132 |
+
msgctxt "templates"
|
6133 |
+
msgid "No limit"
|
6134 |
+
msgstr "غير محدود"
|
6135 |
|
6136 |
+
#: templates/submit-listing/images-upload-form.tpl.php:49
|
6137 |
+
msgctxt "templates"
|
6138 |
+
msgid "Image width:"
|
6139 |
+
msgstr "عرض الصورة:"
|
6140 |
|
6141 |
+
#: templates/submit-listing/images-upload-form.tpl.php:56
|
6142 |
+
msgctxt "templates"
|
6143 |
+
msgid "Image height:"
|
6144 |
+
msgstr "ارتفاع الصورة:"
|
6145 |
|
6146 |
+
#: templates/submit-listing/images.tpl.php:6
|
6147 |
+
msgctxt "templates"
|
6148 |
+
msgid "Listing Images"
|
6149 |
+
msgstr "صور الإعلانات"
|
6150 |
|
6151 |
+
#: templates/submit-listing/images.tpl.php:9
|
6152 |
+
msgctxt "templates"
|
6153 |
+
msgid ""
|
6154 |
+
"There is an image pending upload. Would you still like to continue without "
|
6155 |
+
"saving the image?"
|
6156 |
+
msgstr "هناك صورة تنتظر الرفع. هل مازلت تريد المتابعة بدون حفظ الصورة؟"
|
6157 |
|
6158 |
+
#: templates/submit-listing/images.tpl.php:14
|
6159 |
+
msgctxt "templates"
|
6160 |
+
msgid "Current Images"
|
6161 |
+
msgstr "الصور الحالية"
|
6162 |
|
6163 |
+
#: templates/submit-listing/images.tpl.php:15
|
6164 |
+
msgctxt "templates"
|
6165 |
+
msgid "There are no images currently attached to your listing."
|
6166 |
+
msgstr "لا توجد أي صور مرفقة حاليا إلى إعلانك."
|
6167 |
+
|
6168 |
+
#: templates/submit-listing/listing-fields.tpl.php:1
|
6169 |
+
msgctxt "templates"
|
6170 |
+
msgid "Listing Information"
|
6171 |
+
msgstr "معلومات حول الإعلان"
|
6172 |
|
6173 |
+
#: templates/submit-listing/listing-fields.tpl.php:15
|
6174 |
+
msgctxt "templates"
|
6175 |
+
msgid "* Indicates required fields."
|
6176 |
+
msgstr "* يشير إلى الحقول المطلوبة."
|
6177 |
|
6178 |
+
#: includes/templates-ui.php:314 includes/templates-ui.php:339
|
6179 |
+
msgctxt "templates sort"
|
6180 |
+
msgid "Sort By:"
|
6181 |
+
msgstr "ترتيب حسب:"
|
6182 |
|
6183 |
+
#: includes/templates-ui.php:333
|
6184 |
+
msgctxt "sort"
|
6185 |
+
msgid "Reset"
|
6186 |
+
msgstr "إعادة تعيين"
|
6187 |
|
6188 |
+
#: includes/templates-ui.php:355
|
6189 |
+
msgctxt "sort"
|
6190 |
+
msgid "(Reset)"
|
6191 |
+
msgstr "(إعادة تعيين)"
|
6192 |
|
6193 |
+
#: includes/utils.php:107
|
6194 |
+
msgctxt "utils"
|
6195 |
+
msgid ""
|
6196 |
+
"POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
6197 |
+
msgstr ""
|
6198 |
+
"تجاوزت البيانات التي تم نشرها الحد الأقصى لإعدادات PHP. أنظر توجيه "
|
6199 |
+
"\"post_max_size\"."
|
6200 |
|
6201 |
+
#: includes/utils.php:165
|
6202 |
+
msgctxt "utils"
|
6203 |
+
msgid "File size (%s) exceeds maximum file size of %s"
|
6204 |
+
msgstr "حجم الملف (%s) يتجاوز الحجم الأقصى للملف %s"
|
6205 |
|
6206 |
+
#: includes/utils.php:173
|
6207 |
+
msgctxt "utils"
|
6208 |
+
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
6209 |
+
msgstr "حجم الملف (%s) أقل من الحد الأدنى المطلوب لحجم الملف لـ %s"
|
6210 |
|
6211 |
+
#: includes/utils.php:182 includes/utils.php:189
|
6212 |
+
msgctxt "utils"
|
6213 |
+
msgid "File type \"%s\" is not allowed"
|
6214 |
+
msgstr "غير مسموح بنوع الملف \"%s\""
|
6215 |
|
6216 |
+
#: includes/utils.php:196
|
6217 |
+
msgctxt "utils"
|
6218 |
+
msgid "Unkown error while uploading file."
|
6219 |
+
msgstr "حدث خطأ مجهول أثناء رفع الملف."
|
6220 |
|
6221 |
+
#: includes/utils.php:215
|
6222 |
+
msgctxt "utils"
|
6223 |
+
msgid "Uploaded file is not an image"
|
6224 |
+
msgstr "الملف الذي تم رفعه ليس صورة"
|
6225 |
|
6226 |
+
#: includes/utils.php:224
|
6227 |
+
msgctxt "utils"
|
6228 |
+
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
6229 |
+
msgstr "عرض الصورة (%s px) هو أقل من الحد الأدنى للعرض المطلوب لـ %s px "
|
6230 |
|
6231 |
+
#: includes/utils.php:230
|
6232 |
+
msgctxt "utils"
|
6233 |
+
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
6234 |
+
msgstr ""
|
6235 |
+
"ارتفاع الصورة (%s px) هو أقل من الحد الأدنى للارتفاع المطلوب لـ %s px "
|
6236 |
|
6237 |
+
#: includes/utils.php:236
|
6238 |
+
msgctxt "utils"
|
6239 |
+
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
6240 |
+
msgstr "عرض الصورة (%s px) هو أكبر من الحد الأقصى للعرض المسموح به لـ %s px "
|
6241 |
|
6242 |
+
#: includes/utils.php:242
|
6243 |
+
msgctxt "utils"
|
6244 |
+
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
6245 |
+
msgstr ""
|
6246 |
+
"ارتفاع الصورة (%s px) هو أكبر من الحد الأقصى للارتفاع المطلوب لـ %s px "
|
6247 |
|
6248 |
+
#: includes/utils.php:256
|
6249 |
+
msgctxt "utils"
|
6250 |
+
msgid "Error while uploading file"
|
6251 |
+
msgstr "حدث خطأ أثناء رفع الملف."
|
6252 |
|
6253 |
+
#: includes/views/delete_listing.php:11
|
6254 |
+
msgctxt "delete listing"
|
6255 |
+
msgid "Please log in to delete the listing."
|
6256 |
+
msgstr "المرجو تسجيل الدخول لحذف الإعلان."
|
6257 |
|
6258 |
+
#: includes/views/delete_listing.php:24
|
6259 |
+
msgctxt "delete listing"
|
6260 |
+
msgid "Your listing has been deleted."
|
6261 |
+
msgstr "تم حذف إعلانك."
|
6262 |
|
6263 |
+
#: templates/delete-listing-confirm.tpl.php:7
|
6264 |
+
msgctxt "delete listing"
|
6265 |
msgid ""
|
6266 |
+
"Your listing is associated to a recurring payment. If you don't cancel the "
|
6267 |
+
"recurring payment before deleting the listing, you might be charged for "
|
6268 |
+
"additional periods even though your listing won't be available."
|
6269 |
msgstr ""
|
6270 |
+
"إعلانك مرتبط بالمدفوعات المتكررة. إذا لم تلغي المدفوعات المتكررة قبل حذف "
|
6271 |
+
"الإعلان، يمكن أن تدفع لفترات إضافية على الرغم من أن إعلانك لن يكون متوفر."
|
6272 |
|
6273 |
+
#: templates/delete-listing-confirm.tpl.php:12
|
6274 |
+
msgctxt "delete listing"
|
6275 |
+
msgid ""
|
6276 |
+
"Please visit <a>Manage recurring payments</a> to review your current "
|
6277 |
+
"recurring payments."
|
6278 |
+
msgstr ""
|
6279 |
+
"يرجى زيارة <a>إدارة المدفوعات المتكررة</a> لمراجعة المدفوعات المتكررة "
|
6280 |
+
"الحالية الخاصة بك."
|
6281 |
|
6282 |
+
#: templates/delete-listing-confirm.tpl.php:18
|
6283 |
+
msgctxt "delete listing"
|
6284 |
+
msgid "You are about to remove your listing \"%s\" from the directory."
|
6285 |
+
msgstr "أنت على وشك إزالة إعلانك \"%s\" من الدليل."
|
6286 |
|
6287 |
+
#: templates/delete-listing-confirm.tpl.php:19
|
6288 |
+
msgctxt "delete listing"
|
6289 |
+
msgid "Are you sure you want to do this?"
|
6290 |
+
msgstr "هل أنت متأكد من أنك تريد عمل هذا؟"
|
6291 |
|
6292 |
+
#: templates/delete-listing-confirm.tpl.php:24
|
6293 |
+
msgctxt "delete listing"
|
6294 |
+
msgid "No. Take me back to the directory."
|
6295 |
+
msgstr "لا. أرجعني إلى الدليل."
|
6296 |
|
6297 |
+
#: templates/delete-listing-confirm.tpl.php:25
|
6298 |
+
msgctxt "delete listing"
|
6299 |
+
msgid "Yes. Delete my listing."
|
6300 |
+
msgstr "نعم. إحذف إعلاني."
|
6301 |
|
6302 |
+
#: includes/views/listing_contact.php:39
|
6303 |
+
msgctxt "contact-message"
|
6304 |
+
msgid "Please enter your name."
|
6305 |
+
msgstr "يرجى إدخال إسمك."
|
6306 |
|
6307 |
+
#: includes/views/listing_contact.php:42
|
6308 |
+
msgctxt "contact-message"
|
6309 |
+
msgid "Please enter a valid email."
|
6310 |
+
msgstr "يرجى إدخال بريد إلكتروني صحيح."
|
|
|
|
|
|
|
|
|
|
|
6311 |
|
6312 |
+
#: includes/views/listing_contact.php:45
|
6313 |
+
msgctxt "contact-message"
|
6314 |
+
msgid "You did not enter a message."
|
6315 |
+
msgstr "لم تقم بإدخال رسالة."
|
6316 |
|
6317 |
+
#: includes/views/listing_contact.php:48
|
6318 |
+
msgctxt "contact-message"
|
6319 |
+
msgid "The reCAPTCHA wasn't entered correctly."
|
6320 |
+
msgstr "لم يتم إدخال reCAPTCHA بشكل صحيح."
|
|
|
6321 |
|
6322 |
+
#: includes/views/listing_contact.php:173
|
6323 |
+
msgctxt "contact-message"
|
6324 |
+
msgid "Your message has been sent."
|
6325 |
+
msgstr "تم حذف إعلانك."
|
6326 |
+
|
6327 |
+
#: includes/views/listing_contact.php:178
|
6328 |
+
msgctxt "contact-message"
|
6329 |
+
msgid "%s (admin: %s)"
|
6330 |
+
msgstr "%s (المدير: %s)"
|
6331 |
+
|
6332 |
+
#: includes/views/listing_contact.php:191
|
6333 |
+
msgctxt "contact-message"
|
6334 |
+
msgid "There was a problem encountered. Your message has not been sent"
|
6335 |
+
msgstr "حدثت مشكلة . لم يتم إرسال الرسالة الخاصة بك."
|
6336 |
+
|
6337 |
+
#: includes/views/listing_contact.php:194
|
6338 |
+
msgctxt "contact-message"
|
6339 |
+
msgid "Return to listing."
|
6340 |
+
msgstr "الرجوع إلى الإعلان."
|
6341 |
|
6342 |
+
#: includes/views/listing_contact.php:57
|
6343 |
+
msgctxt "contact form"
|
6344 |
+
msgid "Please <a>log in</a> to be able to send messages to the listing owner."
|
6345 |
+
msgstr "يرجى <a>تسجيل الدخول</a> ليتتمكن من إرسال رسائل إلى مالك الإعلان."
|
|
|
|
|
|
|
6346 |
|
6347 |
+
#: includes/views/listing_contact.php:76
|
6348 |
+
msgctxt "contact form"
|
6349 |
+
msgid "This contact form is temporarily disabled. Please try again later."
|
6350 |
+
msgstr "نموذج الاتصال هذا معطل مؤقتا. المرجو المحاولة مرة أخرى لاحقا."
|
|
|
|
|
|
|
6351 |
|
6352 |
+
#: includes/views/manage_recurring.php:20
|
6353 |
+
msgctxt "manage subscriptions"
|
6354 |
+
msgid "You are not on recurring payments for any of your listings."
|
6355 |
+
msgstr "أنت لست على دفعات متكررة لأي من الإعلانات الخاصة بك."
|
|
|
|
|
|
|
|
|
6356 |
|
6357 |
+
#: includes/views/manage_recurring.php:92
|
6358 |
+
msgctxt "manage subscriptions"
|
6359 |
+
msgid "Invalid subscription."
|
6360 |
+
msgstr "الاشتراك غير صالح."
|
|
|
|
|
|
|
|
|
6361 |
|
6362 |
+
#: includes/views/manage_recurring.php:97
|
6363 |
+
msgctxt "manage subscriptions"
|
6364 |
+
msgid "← Return to \"Delete Listing\"."
|
6365 |
+
msgstr "← الرجوع إلى \"حذف الإعلان\"."
|
6366 |
|
6367 |
+
#: includes/views/manage_recurring.php:103
|
6368 |
+
msgctxt "manage subscriptions"
|
6369 |
+
msgid "Subscription canceled."
|
6370 |
+
msgstr "تم إلغاء الاشتراك."
|
6371 |
|
6372 |
+
#: templates/manage-recurring.tpl.php:6
|
6373 |
+
msgctxt "manage subscriptions"
|
6374 |
+
msgid "Subscription / Fee Plan"
|
6375 |
+
msgstr "الاشتراك/رسم الخطة"
|
6376 |
|
6377 |
+
#: includes/views/renew_listing.php:13
|
6378 |
+
msgctxt "renewal"
|
6379 |
+
msgid "Listing renewal is disabled at this moment. Please try again later."
|
6380 |
+
msgstr "تم تعطيل تجديد الإعلان في هذه اللحظة. يرجى المحاولة مرة أخرى لاحقا."
|
6381 |
|
6382 |
+
#: includes/views/renew_listing.php:16
|
6383 |
+
msgctxt "renewal"
|
6384 |
+
msgid ""
|
6385 |
+
"Your renewal ID is invalid. Please use the URL you were given on the renewal "
|
6386 |
+
"e-mail message."
|
6387 |
+
msgstr ""
|
6388 |
+
"معرف التجديد الخاص بك غير صالح. يرجى استخدام عنوان URL الذي أعطي لك في رسالة "
|
6389 |
+
"التجديد بالبريد الإلكتروني."
|
6390 |
|
6391 |
+
#: includes/views/renew_listing.php:42
|
6392 |
+
msgctxt "renewal"
|
6393 |
+
msgid "Your renewal was successfully cancelled."
|
6394 |
+
msgstr "تم إلغاء التجديد الخاص بك بنجاح."
|
6395 |
|
6396 |
+
#: includes/views/renew_listing.php:79
|
6397 |
+
msgctxt "renewal"
|
6398 |
+
msgid "Invalid renewal state."
|
6399 |
+
msgstr "حالة التجديد غير صالحة."
|
6400 |
|
6401 |
+
#: includes/views/renew_listing.php:93
|
6402 |
+
msgctxt "renewal"
|
6403 |
+
msgid "Current Fee Details"
|
6404 |
+
msgstr "تفاصيل الرسوم الحالية"
|
6405 |
|
6406 |
+
#: includes/views/renew_listing.php:95
|
6407 |
+
msgctxt "renewal"
|
6408 |
+
msgid "Number of images:"
|
6409 |
+
msgstr "عدد الصور:"
|
6410 |
|
6411 |
+
#: includes/views/renew_listing.php:97
|
6412 |
+
msgctxt "renewal"
|
6413 |
+
msgid "Expiration date:"
|
6414 |
+
msgstr "تاريخ انتهاء التاريخ:"
|
|
|
|
|
|
|
|
|
|
|
|
|
6415 |
|
6416 |
+
#: templates/renew-listing.tpl.php:7
|
6417 |
+
msgctxt "renewal"
|
6418 |
+
msgid "Proceed to Checkout"
|
6419 |
+
msgstr "قم بإنهاء الشراء"
|
6420 |
|
6421 |
+
#: templates/renew-listing.tpl.php:25
|
6422 |
+
msgctxt "renewal"
|
6423 |
+
msgid "Cancel Listing Renewal"
|
6424 |
+
msgstr "إلغاء تجديد الإعلان"
|
|
|
|
|
|
|
|
|
|
|
|
|
6425 |
|
6426 |
+
#: includes/views/renew_listing.php:91
|
6427 |
+
msgctxt "renew"
|
6428 |
+
msgid ""
|
6429 |
+
"Because you are on a recurring fee plan you don't have to renew your listing "
|
6430 |
+
"right now as this will be handled automatically when renewal comes."
|
6431 |
+
msgstr ""
|
6432 |
+
"لأنك على خطة الرسوم المتكررة لا تحتاج لتجديد الإعلان الخاص بك الآن لأن ذلك "
|
6433 |
+
"سيتم معالجته تلقائياً عندما يحين وقت التجديد."
|
6434 |
|
6435 |
+
#: includes/views/renew_listing.php:101
|
6436 |
+
msgctxt "renew"
|
6437 |
+
msgid ""
|
6438 |
+
"However, if you want to cancel your subscription you can do that on this "
|
6439 |
+
"page. When the renewal time comes you'll be able to change your settings "
|
6440 |
+
"again."
|
6441 |
+
msgstr ""
|
6442 |
+
"ومع ذلك، إذا كنت ترغب في إلغاء اشتراكك يمكنك عمل ذلك في هذه الصفحة. عندما "
|
6443 |
+
"يحين وقت التجديد سوف تتمكن من تغيير الإعدادات الخاصة بك مرة أخرى."
|
6444 |
|
6445 |
+
#: includes/views/request_access_keys.php:17
|
6446 |
+
msgctxt "request_access_keys"
|
6447 |
+
msgid "Please enter a valid e-mail address."
|
6448 |
+
msgstr "المرجو إدخال بريد إلكتروني صحيح."
|
6449 |
|
6450 |
+
#: includes/views/request_access_keys.php:22
|
6451 |
+
msgctxt "request_access_keys"
|
6452 |
+
msgid "There are no listings associated to your e-mail address."
|
6453 |
+
msgstr "لا توجد إعلانات مرتبطة بعنوان بريدك الإلكتروني."
|
6454 |
|
6455 |
+
#: includes/views/request_access_keys.php:26
|
6456 |
+
msgctxt "request_access_keys"
|
6457 |
+
msgid "Listing Access Keys"
|
6458 |
+
msgstr "مفاتيح وصول الإعلان"
|
6459 |
|
6460 |
+
#: includes/views/request_access_keys.php:30
|
6461 |
+
msgctxt "request_access_keys"
|
6462 |
+
msgid "Access keys have been sent to your e-mail address."
|
6463 |
+
msgstr "تم إرسال مفاتيح الوصول إلى عنوان بريدك الإلكتروني."
|
6464 |
|
6465 |
+
#: includes/views/request_access_keys.php:32
|
6466 |
+
msgctxt "request_access_keys"
|
6467 |
+
msgid ""
|
6468 |
+
"An error occurred while sending the access keys to your e-mail address. "
|
6469 |
+
"Please try again."
|
6470 |
+
msgstr ""
|
6471 |
+
"حدث خطأ أثناء إرسال مفاتيح الوصول إلى عنوان بريدك الإلكتروني. المرجو "
|
6472 |
+
"المحاولة مرة أخرى."
|
6473 |
|
6474 |
+
#: templates/email-access-keys.tpl.php:1
|
6475 |
+
msgctxt "request_access_keys"
|
6476 |
+
msgid ""
|
6477 |
+
"Below you'll find the access keys for all the listings registered with your "
|
6478 |
+
"e-mail address on our site."
|
6479 |
+
msgstr ""
|
6480 |
+
"ستجد أدناه مفاتيح الوصول لكافة الإعلانات القوائم مع عنوان بريدك الإلكتروني "
|
6481 |
+
"على موقعنا."
|
6482 |
|
6483 |
+
#: templates/email-access-keys.tpl.php:5
|
6484 |
+
msgctxt "request_access_keys"
|
6485 |
+
msgid "Access Key:"
|
6486 |
+
msgstr "مفتاح الوصول:"
|
6487 |
|
6488 |
+
#: templates/email-access-keys.tpl.php:6
|
6489 |
+
msgctxt "request_access_keys"
|
6490 |
+
msgid "URL:"
|
6491 |
+
msgstr "رابط URL:"
|
6492 |
|
6493 |
+
#: includes/views/show_listing.php:12
|
6494 |
+
msgctxt "preview"
|
6495 |
+
msgid "This is just a preview. The listing has not been published yet."
|
6496 |
+
msgstr ""
|
6497 |
+
"Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
|
6498 |
+
"publiée."
|
6499 |
|
6500 |
+
#: includes/views/upgrade_listing.php:16
|
6501 |
+
msgctxt "listing upgrade"
|
6502 |
+
msgid "Invalid link followed."
|
6503 |
+
msgstr "اتباع رابط غير صالح."
|
6504 |
|
6505 |
+
#: includes/views/upgrade_listing.php:49
|
6506 |
+
#: includes/views/view-submit-listing.php:511
|
6507 |
+
msgctxt "submit"
|
6508 |
+
msgid "Listing upgrade to featured"
|
6509 |
+
msgstr "الترقية الى إعلان مميز"
|
6510 |
|
6511 |
+
#: templates/submit-listing/fee-selection.tpl.php:31
|
6512 |
+
msgctxt "submit"
|
6513 |
+
msgid ""
|
6514 |
+
"Would you like to make your fee renew automatically at the end of the period?"
|
6515 |
+
msgstr "هل ترغب في جعل تجديد الرسوم الخاصة بك تلقائية في نهاية الفترة؟"
|
6516 |
|
6517 |
+
#: includes/views/view-submit-listing.php:108
|
6518 |
+
#, fuzzy
|
6519 |
+
msgctxt "submit-listing-view"
|
6520 |
+
msgid ""
|
6521 |
+
"<b>Business Directory Plugin</b> requires a field associated with the "
|
6522 |
+
"<b>post category</b> in order to work correctly."
|
6523 |
+
msgstr ""
|
6524 |
+
"<b>إضافة دليل الأعمال</b> تتطلب حقل مع <b>%s</b> المرتبطات التالية بالترتيب "
|
6525 |
+
"لكي تعمل بشكل صحيح."
|
6526 |
|
6527 |
+
#: includes/views/view-submit-listing.php:110
|
6528 |
+
msgctxt "submit-listing-view"
|
6529 |
+
msgid ""
|
6530 |
+
"Please go to the <manage-form-fields-link>Manage Form Fields</manage-form-"
|
6531 |
+
"fields-link> admin page to create the field."
|
6532 |
+
msgstr ""
|
6533 |
|
6534 |
+
#: includes/views/view-submit-listing.php:119
|
6535 |
+
#, fuzzy
|
6536 |
+
msgctxt "submit-listing-view"
|
6537 |
+
msgid ""
|
6538 |
+
"Your listing cannot be added at this time. Please try again later. If this "
|
6539 |
+
"is not the first time you see this warning, please ask the site "
|
6540 |
+
"administrator to check the Directory for possible configuration problems."
|
6541 |
+
msgstr ""
|
6542 |
+
"لا يمكن إضافة الإعلان الخاصة بك في هذا الوقت. يرجى المحاولة مرة أخرى لاحقاً. "
|
6543 |
+
"إذا كانت هذه ليست المرة الأولى التي ترى هذا التحذير، المرجو الطلب من مدير "
|
6544 |
+
"الموقع بإعداد واحد أو أكثر من التصنيفات داخل الدليل."
|
6545 |
|
6546 |
+
#: includes/views/view-submit-listing.php:561
|
6547 |
+
msgctxt "submit_state"
|
6548 |
+
msgid "Invalid submit state."
|
6549 |
+
msgstr "حالة إضافة غير صالحة"
|
6550 |
|
6551 |
+
#: includes/widgets/class-listings-widget.php:45
|
6552 |
+
#: includes/widgets/widget-search.php:22
|
6553 |
+
msgctxt "widgets"
|
6554 |
+
msgid "Title:"
|
6555 |
+
msgstr "العنوان:"
|
6556 |
|
6557 |
+
#: includes/widgets/class-listings-widget.php:51
|
6558 |
+
msgctxt "widgets"
|
6559 |
+
msgid "Number of listings to display:"
|
6560 |
+
msgstr "عدد الإعلانات للعرض"
|
6561 |
|
6562 |
+
#: includes/widgets/class-listings-widget.php:60
|
6563 |
+
msgctxt "widgets"
|
6564 |
+
msgid "Thumbnails"
|
6565 |
+
msgstr "الصور المصغرة"
|
6566 |
|
6567 |
+
#: includes/widgets/class-listings-widget.php:68
|
6568 |
+
msgctxt "widgets"
|
6569 |
+
msgid "Show thumbnails"
|
6570 |
+
msgstr "عرض الصور المصغرة"
|
6571 |
|
6572 |
+
#: includes/widgets/class-listings-widget.php:72
|
6573 |
+
msgctxt "widgets"
|
6574 |
+
msgid "Image width (in px):"
|
6575 |
+
msgstr "عرض الصورة (بكسل):"
|
6576 |
|
6577 |
+
#: includes/widgets/class-listings-widget.php:78
|
6578 |
+
msgctxt "widgets"
|
6579 |
+
msgid "Leave blank for automatic width."
|
6580 |
+
msgstr "أترك المساحة فارغة للعرض التلقائي."
|
|
|
6581 |
|
6582 |
+
#: includes/widgets/class-listings-widget.php:83
|
6583 |
+
msgctxt "widgets"
|
6584 |
+
msgid "Image height (in px):"
|
6585 |
+
msgstr "ارتفاع الصورة (بكسل):"
|
|
|
|
|
|
|
|
|
6586 |
|
6587 |
+
#: includes/widgets/class-listings-widget.php:89
|
6588 |
+
msgctxt "widgets"
|
6589 |
+
msgid "Leave blank for automatic height."
|
6590 |
+
msgstr "أترك المساحة فارغة للارتفاع التلقائي."
|
|
|
6591 |
|
6592 |
+
#: includes/widgets/widget-featured-listings.php:11
|
6593 |
+
msgctxt "widgets"
|
6594 |
+
msgid "Business Directory - Featured Listings"
|
6595 |
+
msgstr "دليل الأعمال - إعلانات مميزة"
|
6596 |
|
6597 |
+
#: includes/widgets/widget-featured-listings.php:12
|
6598 |
+
msgctxt "widgets"
|
6599 |
+
msgid "Displays a list of the featured/sticky listings in the directory."
|
6600 |
+
msgstr "عرض قائمة من الإعلانات المميزة/المثبتة في الدليل."
|
6601 |
|
6602 |
+
#: includes/widgets/widget-featured-listings.php:14
|
6603 |
+
msgctxt "widgets"
|
6604 |
+
msgid "Featured Listings"
|
6605 |
+
msgstr "إعلانات مميزة"
|
6606 |
|
6607 |
+
#: includes/widgets/widget-featured-listings.php:23
|
6608 |
+
msgctxt "widgets"
|
6609 |
+
msgid "Display listings in random order"
|
6610 |
+
msgstr "عرض الإعلانات في ترتيب عشوائي"
|
6611 |
|
6612 |
+
#: includes/widgets/widget-latest-listings.php:11
|
6613 |
+
msgctxt "widgets"
|
6614 |
+
msgid "Business Directory - Latest Listings"
|
6615 |
+
msgstr "دليل الأعمال - آخر الإعلانات"
|
6616 |
|
6617 |
+
#: includes/widgets/widget-latest-listings.php:12
|
6618 |
+
msgctxt "widgets"
|
6619 |
+
msgid "Displays a list of the latest listings in the Business Directory."
|
6620 |
+
msgstr "عرض قائمة بآخر الإعلانات في الدليل الأعمال."
|
6621 |
|
6622 |
+
#: includes/widgets/widget-latest-listings.php:14
|
6623 |
+
msgctxt "widgets"
|
6624 |
+
msgid "Latest Listings"
|
6625 |
+
msgstr "آخر الإعلانات "
|
6626 |
|
6627 |
+
#: includes/widgets/widget-random-listings.php:11
|
6628 |
+
msgctxt "widgets"
|
6629 |
+
msgid "Business Directory - Random Listings"
|
6630 |
+
msgstr "دليل الأعمال - إعلانات عشوائية"
|
6631 |
|
6632 |
+
#: includes/widgets/widget-random-listings.php:12
|
6633 |
+
msgctxt "widgets"
|
6634 |
+
msgid "Displays a list of random listings from the Business Directory."
|
6635 |
+
msgstr "عرض قائمة من الإعلانات العشوائية من دليل الأعمال"
|
6636 |
|
6637 |
+
#: includes/widgets/widget-random-listings.php:14
|
6638 |
+
msgctxt "widgets"
|
6639 |
+
msgid "Random Listings"
|
6640 |
+
msgstr "إعلانات عشوائية"
|
6641 |
|
6642 |
+
#: includes/widgets/widget-search.php:10
|
6643 |
+
msgctxt "widgets"
|
6644 |
+
msgid "Business Directory - Search"
|
6645 |
+
msgstr "دليل الأعمال - بحث"
|
6646 |
|
6647 |
+
#: includes/widgets/widget-search.php:11
|
6648 |
+
msgctxt "widgets"
|
6649 |
+
msgid "Displays a search form to look for Business Directory listings."
|
6650 |
+
msgstr "عرض نموذج بحث للبحث عن إعلانات دليل الأعمال."
|
6651 |
|
6652 |
+
#: includes/widgets/widget-search.php:18
|
6653 |
+
msgctxt "widgets"
|
6654 |
+
msgid "Search the Business Directory"
|
6655 |
+
msgstr "البحث في دليل الأعمال"
|
6656 |
|
6657 |
+
#: includes/widgets/widget-search.php:29
|
6658 |
+
msgctxt "widgets"
|
6659 |
+
msgid "Form Style:"
|
6660 |
+
msgstr "شكل النموذج:"
|
6661 |
|
6662 |
+
#: includes/widgets/widget-search.php:37
|
6663 |
+
msgctxt "widgets"
|
6664 |
+
msgid "Basic"
|
6665 |
+
msgstr "أساسي"
|
6666 |
|
6667 |
+
#: includes/widgets/widget-search.php:45
|
6668 |
+
msgctxt "widgets"
|
6669 |
+
msgid "Advanced"
|
6670 |
+
msgstr "متقدم"
|
6671 |
|
6672 |
+
#: includes/widgets/widget-search.php:49
|
6673 |
+
msgctxt "widgets"
|
6674 |
+
msgid "Search Fields (advanced mode):"
|
6675 |
+
msgstr "الحقول البحث (الوضع المتقدم):"
|
6676 |
|
6677 |
+
#: includes/widgets/widget-search.php:50
|
6678 |
+
msgctxt "widgets"
|
6679 |
+
msgid "Display the following fields in the form."
|
6680 |
+
msgstr "عرض الحقول التالية في النموذج."
|
6681 |
|
6682 |
+
#: includes/widgets/widget-search.php:107
|
6683 |
+
msgctxt "widgets"
|
6684 |
+
msgid "Search"
|
6685 |
+
msgstr "بحث"
|
6686 |
|
6687 |
+
#: templates/admin/csv-export.tpl.php:94 templates/admin/csv-export.tpl.php:113
|
6688 |
+
#: templates/admin/csv-export.tpl.php:124 templates/admin/csv-import.tpl.php:43
|
6689 |
+
#: templates/admin/csv-import.tpl.php:109
|
6690 |
+
#: templates/admin/csv-import.tpl.php:135
|
6691 |
+
#: templates/admin/csv-import.tpl.php:146
|
6692 |
+
#: templates/admin/csv-import.tpl.php:173
|
6693 |
+
msgctxt "admin forms"
|
6694 |
+
msgid "required"
|
6695 |
+
msgstr "مطلوب"
|
6696 |
|
6697 |
+
#: templates/admin/fees-confirm-delete.tpl.php:16
|
6698 |
+
msgctxt "fee admin"
|
6699 |
+
msgid "Disable Fee"
|
6700 |
+
msgstr "تعطيل الرسم"
|
6701 |
|
6702 |
+
#: templates/admin/fees-confirm-delete.tpl.php:16
|
6703 |
+
msgctxt "fee admin"
|
6704 |
+
msgid "Delete Fee"
|
6705 |
+
msgstr "حذف الرسم"
|
6706 |
|
6707 |
+
#: templates/admin/fees.tpl.php:89 templates/admin/sidebar.tpl.php:13
|
6708 |
+
msgctxt "admin sidebar"
|
6709 |
+
msgid "PayPal Gateway Module"
|
6710 |
+
msgstr "وحدة البوابة باي بال (PayPal)"
|
6711 |
|
6712 |
+
#: templates/admin/fees.tpl.php:90 templates/admin/sidebar.tpl.php:14
|
6713 |
+
msgctxt "admin sidebar"
|
6714 |
+
msgid "2Checkout Gateway Module"
|
6715 |
+
msgstr "وحدة البوابة توتشيك أوت (2Checkout)"
|
6716 |
|
6717 |
+
#: templates/admin/fees.tpl.php:91 templates/admin/sidebar.tpl.php:5
|
6718 |
+
msgctxt "admin sidebar"
|
6719 |
+
msgid "PayFast Payment Module"
|
6720 |
+
msgstr "وحدة الدفع بايفاست (PayFast)"
|
6721 |
+
|
6722 |
+
#: templates/admin/fees.tpl.php:92 templates/admin/sidebar.tpl.php:6
|
6723 |
+
msgctxt "admin sidebar"
|
6724 |
+
msgid "Stripe Payment Module"
|
6725 |
+
msgstr "وحدة الدفع سترايب (Stripe)"
|
6726 |
|
6727 |
#: templates/admin/sidebar.tpl.php:3
|
6728 |
msgctxt "admin sidebar"
|
6899 |
msgid "Enhanced Categories Module"
|
6900 |
msgstr "وحدة التصنيفات المحسنة"
|
6901 |
|
6902 |
+
#: templates/admin/fees.tpl.php:102
|
6903 |
+
msgctxt "admin templates"
|
6904 |
+
msgid ""
|
6905 |
+
"It does not appear you have any of the payment gateway modules enabled. "
|
6906 |
+
"Either <a>enable the default Authorize.net gateway</a> with your account "
|
6907 |
+
"info, or purchase a different payment gateway module in order to charge a "
|
6908 |
+
"fee for listings. To purchase additional payment gateways use the buttons "
|
6909 |
+
"below or visit %s."
|
6910 |
+
msgstr ""
|
6911 |
+
"لا يظهر لديك أي من وحدات بوابات الدفع مفعلة. إما <a>فعل بوابة Authorize.net "
|
6912 |
+
"الافتراضية</a> مع معلومات الحساب الخاص بك، أو قم بشراء وحدة بوابة دفع مختلفة "
|
6913 |
+
"من أجل فرض رسوم على إضافة الإعلانات. لشراء بوابة دفع إضافية استخدام الأزرار "
|
6914 |
+
"الموجودة أدناه، أو قم بزيارة %s."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6915 |
|
6916 |
+
#: templates/admin/fees.tpl.php:118
|
6917 |
+
msgctxt "admin templates"
|
6918 |
+
msgid "Already installed."
|
6919 |
+
msgstr "مُركب مسبقا"
|
6920 |
|
6921 |
+
#: templates/admin/fees.tpl.php:123
|
6922 |
+
msgctxt "admin templates"
|
6923 |
+
msgid ""
|
6924 |
+
"You can buy the <a>%s</a> to add <a>%s</a> as a payment option for your "
|
6925 |
+
"users."
|
6926 |
+
msgstr "يمكنك شراء <a>%s</a> لإضافة <a>%s</a> كخيار دفع للأعضاء."
|
6927 |
|
6928 |
+
#: templates/admin/home.tpl.php:4
|
6929 |
+
msgctxt "admin home"
|
6930 |
+
msgid "Welcome to Business Directory Plugin. You are using %s."
|
6931 |
+
msgstr "مرحبا بكم في إضافة دليل الأعمال. أنت تستخدم %s."
|
6932 |
|
6933 |
+
#: templates/admin/home.tpl.php:5
|
6934 |
+
msgctxt "admin home"
|
6935 |
+
msgid ""
|
6936 |
+
"Thanks for choosing us. There's a lot you probably want to get done, so "
|
6937 |
+
"let's jump right in!"
|
6938 |
+
msgstr ""
|
6939 |
+
"شكرا لاختيارك لنا. هناك ربما الكثير الذي تريد القيام به، لذلك هيا بنا!"
|
6940 |
|
6941 |
+
#: templates/admin/home.tpl.php:11
|
6942 |
+
msgctxt "admin home"
|
6943 |
+
msgid ""
|
6944 |
+
"Our complete documentation is <a>here</a> which we encourage you to use "
|
6945 |
+
"while setting things up."
|
6946 |
+
msgstr ""
|
6947 |
+
"لدينا وثائق شرح كاملة <a>هنا</a> ونشجعك على استخدامها أثناء إعداد الإضافة."
|
6948 |
|
6949 |
+
#: templates/admin/home.tpl.php:14
|
6950 |
+
msgctxt "admin home"
|
6951 |
+
msgid ""
|
6952 |
+
"We have some quick-start scenarios that you will find useful regarding setup "
|
6953 |
+
"and configuration <a>here</a>."
|
6954 |
+
msgstr ""
|
6955 |
+
"لدينا بعض سيناريوهات البداية السريعة التي سوف تجدها مفيدة فيما يتعلق "
|
6956 |
+
"بالتثبيت والإعداد<a> هنا</a>."
|
6957 |
|
6958 |
+
#: templates/admin/home.tpl.php:18
|
6959 |
+
msgctxt "admin home"
|
6960 |
+
msgid ""
|
6961 |
+
"If you have questions, please post a comment on <a>support forum</a> and "
|
6962 |
+
"we'll answer it within 24 hours most days."
|
6963 |
+
msgstr ""
|
6964 |
+
"إذا كانت لديك أسئلة، المرجو نشر تعليق في <a>منتدى الدعم</a> وسوف نقوم "
|
6965 |
+
"بالإجابة عليه في غضون 24 ساعة معظم الأيام."
|
6966 |
|
6967 |
+
#: templates/admin/listing-change-fee.tpl.php:3
|
6968 |
+
msgctxt "admin listing fee"
|
6969 |
+
msgid "Listing Fee Selection"
|
6970 |
+
msgstr "تحديد رسوم الإعلان"
|
6971 |
|
6972 |
+
#: templates/admin/listing-change-fee.tpl.php:5
|
6973 |
+
msgctxt "admin listing fee"
|
6974 |
+
msgid "Select a fee plan to be used for this listing in the \"%s\" category."
|
6975 |
+
msgstr "حدد خطة رسوم لاستخدامها لهذا الإعلان في تصنيف \"%s\"."
|
6976 |
|
6977 |
+
#: templates/admin/listing-change-fee.tpl.php:11
|
6978 |
+
msgctxt "admin listing fee"
|
6979 |
+
msgid "Current"
|
6980 |
+
msgstr "الحالي"
|
6981 |
|
6982 |
+
#: templates/admin/listing-change-fee.tpl.php:14
|
6983 |
+
msgctxt "admin listing fee"
|
6984 |
+
msgid "Use this fee"
|
6985 |
+
msgstr "استخدام هذه الرسوم"
|
6986 |
|
6987 |
+
#: templates/admin/listing-metabox-transactions.tpl.php:12
|
6988 |
+
msgctxt "admin listing metabox"
|
6989 |
+
msgid "Click a payment to see the details or approve/reject the transaction."
|
6990 |
+
msgstr "إضغط فوق دفع للاطلاع على تفاصيل أو الموافقة على/رفض المعاملة."
|
6991 |
|
6992 |
+
#: templates/admin/listing-metabox-transactions.tpl.php:16
|
6993 |
+
msgctxt "listing metabox"
|
6994 |
+
msgid "There are no transactions associated to this listing."
|
6995 |
+
msgstr "لا توجد معاملات مرتبطة بهذا الإعلان."
|
6996 |
|
6997 |
+
#: templates/admin/themes-delete-confirm.tpl.php:1
|
6998 |
+
#: templates/admin/themes-delete-confirm.tpl.php:13
|
6999 |
+
msgctxt "themes admin"
|
7000 |
+
msgid "Delete Directory Theme"
|
7001 |
+
msgstr "حذف قالب الدليل"
|
|
|
|
|
|
|
|
|
7002 |
|
7003 |
+
#: templates/admin/themes-delete-confirm.tpl.php:3
|
7004 |
+
msgctxt "themes admin"
|
7005 |
+
msgid "Are you sure you want to delete the directory theme \"%s\"?"
|
7006 |
+
msgstr "هل أنت متأكد من أنك تريد حذف قالب الدليل \"%s\"؟"
|
7007 |
+
|
7008 |
+
#: templates/admin/themes-delete-confirm.tpl.php:12
|
7009 |
+
msgctxt "themes admin"
|
7010 |
+
msgid "Cancel"
|
7011 |
+
msgstr "إلغاء"
|
|
|
7012 |
|
7013 |
#: templates/admin/transactions.tpl.php:2
|
7014 |
msgctxt "admin transactions"
|
7065 |
msgid "Uninstall Plugin"
|
7066 |
msgstr "إلغاء تثبيت الإضافة"
|
7067 |
|
7068 |
+
#: templates/admin/uninstall-confirm.tpl.php:1
|
7069 |
+
msgctxt "uninstall"
|
7070 |
+
msgid "Uninstall Business Directory Plugin"
|
7071 |
+
msgstr "إلغاء تثبيت إضافة دليل الأعمال"
|
7072 |
+
|
7073 |
#: templates/admin/uninstall-complete.tpl.php:2
|
7074 |
msgctxt "admin uninstall"
|
7075 |
msgid "Uninstall Business Directory"
|
7085 |
msgid "Return to Dashboard."
|
7086 |
msgstr "الرجوع إلى لوحة تحكم ووردبرس"
|
7087 |
|
|
|
|
|
|
|
|
|
|
|
7088 |
#: templates/billing-information-form.tpl.php:4
|
7089 |
msgctxt "months"
|
7090 |
msgid "Jan"
|
7152 |
|
7153 |
#: templates/billing-information-form.tpl.php:31
|
7154 |
msgctxt "checkout form"
|
7155 |
+
msgid "Please enter your credit card details below."
|
7156 |
+
msgstr "يرجى إدخال تفاصيل بطاقة الائتمان الخاصة بك أدناه."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7157 |
|
7158 |
+
#: templates/billing-information-form.tpl.php:36
|
7159 |
+
msgctxt "checkout form"
|
7160 |
+
msgid "E-mail:"
|
7161 |
+
msgstr "البريد الإلكتروني: %s"
|
|
|
|
|
7162 |
|
7163 |
+
#: templates/billing-information-form.tpl.php:44
|
7164 |
+
msgctxt "checkout form"
|
7165 |
+
msgid "First Name:"
|
7166 |
+
msgstr "الإسم الشخصي:"
|
|
|
|
|
|
|
|
|
7167 |
|
7168 |
+
#: templates/billing-information-form.tpl.php:52
|
7169 |
+
msgctxt "checkout form"
|
7170 |
+
msgid "Last Name:"
|
7171 |
+
msgstr "الإسم العائلي:"
|
7172 |
|
7173 |
+
#: templates/billing-information-form.tpl.php:60
|
7174 |
+
msgctxt "checkout form"
|
7175 |
+
msgid "Card Number:"
|
7176 |
+
msgstr "رقم بطاقة الائتمان:"
|
7177 |
|
7178 |
+
#: templates/billing-information-form.tpl.php:68
|
7179 |
+
msgctxt "checkout form"
|
7180 |
+
msgid "Expiration Date (MM/YYYY):"
|
7181 |
+
msgstr "تاريخ انتهاء الصلاحية (MM/YYYY):"
|
7182 |
|
7183 |
+
#: templates/billing-information-form.tpl.php:88
|
7184 |
+
msgctxt "checkout form"
|
7185 |
+
msgid "CVC:"
|
7186 |
+
msgstr "الرمز السري:"
|
|
|
|
|
|
|
|
|
7187 |
|
7188 |
+
#: templates/billing-information-form.tpl.php:98
|
7189 |
+
msgctxt "checkout form"
|
7190 |
+
msgid "Billing Address"
|
7191 |
+
msgstr "عنوان صاحب الفاتورة"
|
7192 |
|
7193 |
+
#: templates/billing-information-form.tpl.php:103
|
7194 |
+
msgctxt "checkout form"
|
7195 |
+
msgid "Country:"
|
7196 |
+
msgstr "الدولة:"
|
7197 |
|
7198 |
+
#: templates/billing-information-form.tpl.php:111
|
7199 |
+
msgctxt "checkout form"
|
7200 |
+
msgid "State:"
|
7201 |
+
msgstr "الولاية:"
|
7202 |
|
7203 |
+
#: templates/billing-information-form.tpl.php:119
|
7204 |
+
msgctxt "checkout form"
|
7205 |
+
msgid "City:"
|
7206 |
+
msgstr "المدينة:"
|
7207 |
|
7208 |
+
#: templates/billing-information-form.tpl.php:127
|
7209 |
+
msgctxt "checkout form"
|
7210 |
+
msgid "Address Line 1:"
|
7211 |
+
msgstr "خانة العنوان 1:"
|
7212 |
|
7213 |
+
#: templates/billing-information-form.tpl.php:135
|
7214 |
+
msgctxt "checkout form"
|
7215 |
+
msgid "Address Line 2:"
|
7216 |
+
msgstr "خانة العنوان 2:"
|
7217 |
|
7218 |
+
#: templates/billing-information-form.tpl.php:143
|
7219 |
+
msgctxt "checkout form"
|
7220 |
+
msgid "ZIP Code:"
|
7221 |
+
msgstr "الرمز البريدي:"
|
7222 |
|
7223 |
+
#: templates/billing-information-form.tpl.php:151
|
7224 |
+
msgctxt "checkout form"
|
7225 |
+
msgid "Phone Number:"
|
7226 |
+
msgstr "رقم الهاتف"
|
7227 |
|
7228 |
+
#: templates/billing-information-form.tpl.php:161
|
7229 |
+
#, fuzzy
|
7230 |
+
msgctxt "checkout form"
|
7231 |
+
msgid "Cancel"
|
7232 |
+
msgstr "إلغاء"
|
7233 |
|
7234 |
+
#: templates/billing-information-form.tpl.php:162
|
7235 |
+
#, fuzzy
|
7236 |
+
msgctxt "checkout form"
|
7237 |
+
msgid "Submit Payment"
|
7238 |
+
msgstr "إضافة الدفع"
|
|
|
|
|
|
|
7239 |
|
7240 |
+
#: templates/delete-listing-confirm.tpl.php:3
|
7241 |
+
msgctxt "manage recurring"
|
7242 |
+
msgid "Delete Listing"
|
7243 |
+
msgstr "حذف الإعلان"
|
7244 |
|
7245 |
#: templates/manage-recurring-cancel.tpl.php:1
|
7246 |
msgctxt "manage recurring"
|
7287 |
msgid "Listing"
|
7288 |
msgstr "إعلان"
|
7289 |
|
|
|
|
|
|
|
|
|
|
|
7290 |
#: templates/manage-recurring.tpl.php:27
|
7291 |
msgctxt "manage recurring"
|
7292 |
msgid "%s each %s days. Next renewal is on %s."
|
7297 |
msgid "Cancel recurring payment"
|
7298 |
msgstr "إلغاء الدفع المتكرر"
|
7299 |
|
7300 |
+
#: templates/deprecated/search.tpl.php:6 templates/search-form.tpl.php:18
|
7301 |
+
#: templates/search.tpl.php:3
|
7302 |
+
msgctxt "search"
|
7303 |
+
msgid "Search"
|
7304 |
+
msgstr "بحث"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7305 |
|
7306 |
+
#: templates/deprecated/search.tpl.php:14 templates/search.tpl.php:10
|
7307 |
+
msgctxt "search"
|
7308 |
+
msgid "Search Results"
|
7309 |
+
msgstr "نتائج البحث"
|
7310 |
|
7311 |
+
#: templates/search-form.tpl.php:17
|
7312 |
+
msgctxt "search"
|
7313 |
+
msgid "Clear"
|
7314 |
+
msgstr "مسح"
|
7315 |
|
7316 |
+
#: templates/email/listing-added.tpl.php:2
|
7317 |
+
msgctxt "emails"
|
7318 |
msgid ""
|
7319 |
+
"A new listing has been submitted to the directory. Listing details can be "
|
7320 |
+
"found below."
|
7321 |
+
msgstr "تم إضافة إعلان جديد إلى الدليل. يمكن الاطلاع على تفاصيل الإعلان أدناه."
|
|
|
|
|
|
|
|
|
7322 |
|
7323 |
+
#: templates/email/listing-edited.tpl.php:2
|
7324 |
+
msgctxt "emails"
|
7325 |
+
msgid ""
|
7326 |
+
"A listing in the directory has been edited recently. Listing details can be "
|
7327 |
+
"found below."
|
7328 |
+
msgstr "تم تحرير إعلان في الدليل مؤخرا. يمكن الاطلاع على تفاصيل الإعلان أدناه."
|
7329 |
|
7330 |
+
#: templates/main-box.tpl.php:13
|
7331 |
+
msgctxt "main box"
|
7332 |
+
msgid "Find listings for <keywords>"
|
7333 |
+
msgstr "العثور على الإعلانات <كلمات مفتاحية>"
|
7334 |
|
7335 |
+
#: templates/main-box.tpl.php:19
|
7336 |
+
msgctxt "main box"
|
7337 |
+
msgid "Find Listings"
|
7338 |
+
msgstr "إيجاد الإعلانات"
|
7339 |
+
|
7340 |
+
#: templates/main-box.tpl.php:20
|
7341 |
+
msgctxt "main box"
|
7342 |
+
msgid "Advanced Search"
|
7343 |
+
msgstr "بحث متقدم"
|
7344 |
|
7345 |
#: templates/payment/payment_items.tpl.php:5
|
7346 |
msgctxt "payment_items"
|
7357 |
msgid "Total"
|
7358 |
msgstr "مجموع"
|
7359 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7360 |
#: templates/renew-listing.tpl.php:15
|
7361 |
msgctxt "WPBDM"
|
7362 |
msgid ""
|
7366 |
"المرجو تحديد خيار رسم أو إضغط فوق \"عدم تجديد إعلاني\" لإلغاء التجديد الخاص "
|
7367 |
"بك."
|
7368 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7369 |
#: templates/send-access-keys.tpl.php:5
|
7370 |
msgctxt "send-access-keys"
|
7371 |
msgid "Enter your e-mail address"
|
7376 |
msgid "Continue"
|
7377 |
msgstr "متابعة"
|
7378 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7379 |
#: templates/submit-listing/images-upload-form.tpl.php:22
|
7380 |
msgctxt "templates image upload"
|
7381 |
msgid "or"
|
7382 |
msgstr "أو"
|
7383 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7384 |
#: themes/default/templates/excerpt_content.tpl.php:13
|
7385 |
msgctxt "themes/default"
|
7386 |
msgid "Address"
|
7387 |
msgstr "العنوان"
|
7388 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7389 |
#~ msgctxt "WPBDM"
|
7390 |
#~ msgid "Cancel"
|
7391 |
#~ msgstr "إلغاء"
|
languages/WPBDM-de_DE.po
CHANGED
@@ -3,8 +3,9 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 3.5.4\n"
|
6 |
-
"Report-Msgid-Bugs-To:
|
7 |
-
"
|
|
|
8 |
"PO-Revision-Date: 2017-03-29 10:08+0200\n"
|
9 |
"Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
|
10 |
"Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
|
@@ -17,44 +18,7 @@ msgstr ""
|
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
|
20 |
-
#: business-directory-plugin.php:
|
21 |
-
#, fuzzy
|
22 |
-
msgctxt "listing image upload"
|
23 |
-
msgid "Can not upload any more images for this listing."
|
24 |
-
msgstr "Kategorie für diesen Eintrag"
|
25 |
-
|
26 |
-
#: business-directory-plugin.php:708
|
27 |
-
msgctxt "admin plugins"
|
28 |
-
msgid "Settings"
|
29 |
-
msgstr "Einstellungen"
|
30 |
-
|
31 |
-
#: business-directory-plugin.php:816 business-directory-plugin.php:823
|
32 |
-
msgctxt "rss feed"
|
33 |
-
msgid "%s Feed"
|
34 |
-
msgstr "% Feed"
|
35 |
-
|
36 |
-
#: business-directory-plugin.php:1174 includes/views/submit_listing.php:10
|
37 |
-
#: includes/views/view-submit-listing.php:58
|
38 |
-
msgctxt "views"
|
39 |
-
msgid "Submit A Listing"
|
40 |
-
msgstr "Eintrag erstellen"
|
41 |
-
|
42 |
-
#: business-directory-plugin.php:1179
|
43 |
-
msgctxt "title"
|
44 |
-
msgid "Find a Listing"
|
45 |
-
msgstr "Eintrag finden"
|
46 |
-
|
47 |
-
#: business-directory-plugin.php:1184
|
48 |
-
msgctxt "title"
|
49 |
-
msgid "View All Listings"
|
50 |
-
msgstr "Alle Einträge anschauen"
|
51 |
-
|
52 |
-
#: business-directory-plugin.php:1213
|
53 |
-
msgctxt "title"
|
54 |
-
msgid "Listings tagged: %s"
|
55 |
-
msgstr "Einträge getaggt: %s"
|
56 |
-
|
57 |
-
#: business-directory-plugin.php:1587
|
58 |
#, fuzzy
|
59 |
msgid ""
|
60 |
"The directory features are disabled at this time because a <a>manual "
|
@@ -63,43 +27,16 @@ msgstr ""
|
|
63 |
"Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
|
64 |
"manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
|
65 |
|
66 |
-
#: business-directory-plugin.php:
|
67 |
msgid ""
|
68 |
"The directory is not available at this time. Please try again in a few "
|
69 |
"minutes or contact the administrator if the problem persists."
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: includes/admin/class-admin-listings.php:40
|
73 |
-
msgctxt "admin category filter"
|
74 |
-
msgid "All categories"
|
75 |
-
msgstr "Alle Kategorien"
|
76 |
-
|
77 |
-
#: includes/admin/class-admin-listings.php:133
|
78 |
-
msgctxt "admin listings"
|
79 |
-
msgid ""
|
80 |
-
"This listing doesn't have any category assigned. At least one category (and "
|
81 |
-
"its respective fee) is required in order to determine the features available "
|
82 |
-
"to this listing, as well as handling renewals."
|
83 |
-
msgstr ""
|
84 |
-
"Diese Auflistung wurde keiner Kategorie zugewiesen. Mindestens eine "
|
85 |
-
"Kategorie (und die jeweilige Gebühr) ist erforderlich, um die für diese "
|
86 |
-
"Auflistung zur Verfügung stehenden Funktionen sowie die Erneuerung zu "
|
87 |
-
"ermitteln."
|
88 |
-
|
89 |
#: includes/admin/class-admin-listings.php:138
|
90 |
msgid "Listing Information"
|
91 |
msgstr "Eintrag Informationen"
|
92 |
|
93 |
-
#: includes/admin/class-admin-listings.php:145
|
94 |
-
msgctxt "admin"
|
95 |
-
msgid "Listing Fields / Images"
|
96 |
-
msgstr "Eintrag Felder / Bilder"
|
97 |
-
|
98 |
-
#: includes/admin/class-admin-listings.php:156
|
99 |
-
msgctxt "admin"
|
100 |
-
msgid "Categories"
|
101 |
-
msgstr "Kategorien"
|
102 |
-
|
103 |
#: includes/admin/class-admin-listings.php:157
|
104 |
msgid "Payment Status"
|
105 |
msgstr "Zahlungsstatus"
|
@@ -108,11 +45,6 @@ msgstr "Zahlungsstatus"
|
|
108 |
msgid "Featured (Sticky) Status"
|
109 |
msgstr "unterstützter (unbeweglicher) Status"
|
110 |
|
111 |
-
#: includes/admin/class-admin-listings.php:189
|
112 |
-
msgctxt "admin"
|
113 |
-
msgid "(Listing expired in this category)"
|
114 |
-
msgstr "(Der Eintrag ist in dieser Kategorie abgelaufen)"
|
115 |
-
|
116 |
#: includes/admin/class-admin-listings.php:207
|
117 |
#: includes/admin/class-admin-listings.php:290
|
118 |
msgid "Paid"
|
@@ -137,52 +69,11 @@ msgstr "Aktualisieren auf %s"
|
|
137 |
msgid "Downgrade to %s"
|
138 |
msgstr "Zurücksetzen auf %s"
|
139 |
|
140 |
-
#: includes/admin/class-admin-listings.php:239
|
141 |
-
#: includes/admin/class-admin-listings.php:418
|
142 |
-
msgctxt "admin actions"
|
143 |
-
msgid "Upgrade to Featured"
|
144 |
-
msgstr "Aktualisieren auf Eingestellt"
|
145 |
-
|
146 |
#: includes/admin/class-admin-listings.php:295
|
147 |
msgid "Unpaid"
|
148 |
msgstr "Unbezahlt"
|
149 |
|
150 |
-
#: includes/admin/class-admin
|
151 |
-
msgctxt "admin"
|
152 |
-
msgid "Expired"
|
153 |
-
msgstr "Abgelaufen"
|
154 |
-
|
155 |
-
#: includes/admin/class-admin-listings.php:354
|
156 |
-
msgctxt "admin actions"
|
157 |
-
msgid "Edit Listing"
|
158 |
-
msgstr "Eintrag Bearbeiten"
|
159 |
-
|
160 |
-
#: includes/admin/class-admin-listings.php:357
|
161 |
-
msgctxt "admin actions"
|
162 |
-
msgid "Delete Listing"
|
163 |
-
msgstr "Eintrag Löschen"
|
164 |
-
|
165 |
-
#: includes/admin/class-admin-listings.php:416
|
166 |
-
msgctxt "admin actions"
|
167 |
-
msgid "Publish Listing"
|
168 |
-
msgstr "Eintrag veröffentlichen"
|
169 |
-
|
170 |
-
#: includes/admin/class-admin-listings.php:419
|
171 |
-
msgctxt "admin actions"
|
172 |
-
msgid "Downgrade to Normal"
|
173 |
-
msgstr "Zurücksetzen auf Normal"
|
174 |
-
|
175 |
-
#: includes/admin/class-admin-listings.php:421
|
176 |
-
msgctxt "admin actions"
|
177 |
-
msgid "Mark as Paid"
|
178 |
-
msgstr "Als Bezahlt Markieren"
|
179 |
-
|
180 |
-
#: includes/admin/class-admin-listings.php:423
|
181 |
-
msgctxt "admin actions"
|
182 |
-
msgid "Renew Listing"
|
183 |
-
msgstr "Eintrag erneuern"
|
184 |
-
|
185 |
-
#: includes/admin/class-admin.php:105
|
186 |
msgid ""
|
187 |
"Preview is only available after you've saved the first draft. This is due\n"
|
188 |
"to how WordPress stores the data."
|
@@ -191,6024 +82,6697 @@ msgstr ""
|
|
191 |
"haben.\n"
|
192 |
"Dies liegt daran wie WordPress die Daten speichert."
|
193 |
|
194 |
-
#: includes/admin/
|
195 |
-
msgctxt "drip pointer"
|
196 |
msgid ""
|
197 |
-
"
|
198 |
-
"
|
199 |
-
"
|
200 |
msgstr ""
|
201 |
-
"
|
202 |
-
"
|
203 |
-
"
|
204 |
|
205 |
-
#: includes/admin/
|
206 |
-
|
207 |
-
|
208 |
-
msgstr "E-Mail Adresse:"
|
209 |
|
210 |
-
#: includes/
|
211 |
-
|
212 |
-
|
213 |
-
msgstr ""
|
214 |
-
"Möchten Sie mehr über die Geheimnisse eines erfolgreichen Verzeichnisses "
|
215 |
-
"wissen?"
|
216 |
|
217 |
-
#: includes/
|
218 |
-
|
219 |
-
|
220 |
-
msgstr "Ja, bitte!"
|
221 |
|
222 |
-
#: includes/
|
223 |
-
|
224 |
-
|
225 |
-
msgstr "Nein, danke"
|
226 |
|
227 |
-
#: includes/
|
228 |
-
|
229 |
-
|
230 |
-
msgstr "Branchenverzeichnis"
|
231 |
|
232 |
-
#: includes/
|
233 |
-
|
234 |
-
|
235 |
-
msgstr ""
|
236 |
-
"Sie haben alles konfiguriert. Besuchen sie Ihr neues <a>Branchenverzeichnis</"
|
237 |
-
"a>."
|
238 |
|
239 |
-
#: includes/
|
240 |
-
|
241 |
-
|
242 |
-
msgstr "Ungültiger Erneuerungszustand."
|
243 |
|
244 |
-
#: includes/
|
245 |
-
|
246 |
-
|
247 |
-
msgstr "Branchenverzeichnis Administration"
|
248 |
|
249 |
-
#: includes/
|
250 |
-
|
251 |
-
|
252 |
-
msgstr "Verzeichnis Administration"
|
253 |
|
254 |
-
#: includes/
|
255 |
-
|
256 |
-
|
257 |
-
msgstr "Verzeichnis Administration"
|
258 |
|
259 |
-
#: includes/
|
260 |
-
|
261 |
-
|
262 |
-
msgstr "Neuer Eintrag"
|
263 |
|
264 |
-
#: includes/
|
265 |
-
|
266 |
-
|
267 |
-
msgstr "Optionen Verwalten"
|
268 |
|
269 |
-
#: includes/
|
270 |
-
|
271 |
-
|
272 |
-
msgstr "Preise Verwalten"
|
273 |
|
274 |
-
#: includes/
|
275 |
-
|
276 |
-
|
277 |
-
msgstr "Felder verwalten"
|
278 |
|
279 |
-
#: includes/
|
280 |
-
|
281 |
-
|
282 |
-
msgstr "Einträge"
|
283 |
|
284 |
-
#: includes/
|
285 |
-
|
286 |
-
|
287 |
-
msgstr "CSV Import"
|
288 |
|
289 |
-
#: includes/
|
290 |
-
|
291 |
-
|
292 |
-
msgstr "CVS Export"
|
293 |
|
294 |
-
#: includes/
|
295 |
-
|
296 |
-
|
297 |
-
msgstr "Fehlerkorrektur"
|
298 |
|
299 |
-
#: includes/
|
300 |
-
|
301 |
-
|
302 |
-
msgstr "Hauptmenü"
|
303 |
|
304 |
-
#: includes/
|
305 |
-
|
306 |
-
|
307 |
-
msgstr "Branchenverzeichnis deinstallieren"
|
308 |
|
309 |
-
#: includes/
|
310 |
-
|
311 |
-
|
312 |
-
msgstr "Deinstallieren"
|
313 |
|
314 |
-
#: includes/
|
315 |
-
|
316 |
-
|
317 |
-
msgid "never"
|
318 |
-
msgstr "niemals"
|
319 |
|
320 |
-
#: includes/
|
321 |
-
|
322 |
-
|
323 |
-
msgstr "Diese Nachricht ignorieren."
|
324 |
-
|
325 |
-
#: includes/admin/class-admin.php:549
|
326 |
-
msgctxt "admin"
|
327 |
-
msgid "The listing has been published."
|
328 |
-
msgid_plural "The listings have been published."
|
329 |
-
msgstr[0] "Der Eintrag wurde veröffentlicht."
|
330 |
-
msgstr[1] "Die Einträge wurden veröffentlicht."
|
331 |
|
332 |
-
#: includes/
|
333 |
-
|
334 |
-
|
335 |
-
msgid_plural "The listings status has been set as paid."
|
336 |
-
msgstr[0] "Der Status des Eintrags wurde auf bezahlt gesetzt."
|
337 |
-
msgstr[1] "Der Status der Einträge wurde auf bezahlt gesetzt."
|
338 |
|
339 |
-
#: includes/
|
340 |
-
|
341 |
-
|
342 |
-
"Only invoices containing non-recurring items were marked as paid. Please "
|
343 |
-
"review the <a>Transactions</a> tab for the listing to manage recurring items "
|
344 |
-
"or check the gateway's backend."
|
345 |
-
msgid_plural ""
|
346 |
-
"Only invoices containing non-recurring items were marked as paid. Recurring "
|
347 |
-
"payments have to be managed through the gateway."
|
348 |
-
msgstr[0] ""
|
349 |
-
"Nur Rechnungen, die nicht wiederkehrende Posten enthalten, wurden als "
|
350 |
-
"gezahlt markiert. Bitte überprüfen Sie die Registerkarte <a>Transaktionen</"
|
351 |
-
"a> für die Auflistung, um wiederkehrende Elemente zu verwalten oder das "
|
352 |
-
"Backend des Gateways zu überprüfen."
|
353 |
-
msgstr[1] ""
|
354 |
-
"Nur Rechnungen, die nicht wiederkehrende Posten enthalten, wurden als "
|
355 |
-
"gezahlt markiert. Wiederkehrende Zahlungen müssen über das Gateway verwaltet "
|
356 |
-
"werden."
|
357 |
|
358 |
-
#: includes/
|
359 |
-
|
360 |
-
|
361 |
-
msgid_plural "The listings have been modified."
|
362 |
-
msgstr[0] "Der Eintrag wurde verändert."
|
363 |
-
msgstr[1] "Die Einträge wurden verändert."
|
364 |
|
365 |
-
#: includes/
|
366 |
-
|
367 |
-
|
368 |
-
msgid_plural "The listings have been upgraded."
|
369 |
-
msgstr[0] "Der Eintrag wurde aktualisiert"
|
370 |
-
msgstr[1] "Die Einträge wurden aktualisiert."
|
371 |
|
372 |
-
#: includes/
|
373 |
-
|
374 |
-
|
375 |
-
msgid_plural "The listings have been downgraded."
|
376 |
-
msgstr[0] "Der Eintrag wurde zurück gesetzt."
|
377 |
-
msgstr[1] "Die Einträge wurden zurück gesetzt."
|
378 |
|
379 |
-
#: includes/
|
380 |
-
msgctxt "admin payments"
|
381 |
msgid ""
|
382 |
-
"
|
383 |
-
"
|
384 |
-
"went through."
|
385 |
msgstr ""
|
386 |
-
"
|
387 |
-
"
|
388 |
-
"Gateways, um zu sehen, ob die Zahlung wirklich durchgegangen ist."
|
389 |
|
390 |
-
#: includes/
|
391 |
-
|
392 |
-
|
393 |
-
msgstr "Die Transaktion wurde genehmigt."
|
394 |
|
395 |
-
#: includes/
|
396 |
-
|
397 |
-
msgid "
|
398 |
-
msgstr "
|
399 |
|
400 |
-
#: includes/
|
401 |
-
|
402 |
-
|
403 |
-
|
|
|
|
|
|
|
404 |
|
405 |
-
#: includes/
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
msgstr[0] "Eintrag wurde aktualisiert."
|
410 |
-
msgstr[1] "Einträge wurden aktualisiert."
|
411 |
|
412 |
-
#: includes/
|
413 |
-
|
414 |
-
|
415 |
-
msgstr "E-mail erneut senden."
|
416 |
|
417 |
-
#: includes/
|
418 |
-
|
419 |
-
|
420 |
-
|
|
|
|
|
|
|
421 |
|
422 |
-
#: includes/
|
423 |
-
|
424 |
-
|
425 |
-
msgstr "Anzahl Einträge"
|
426 |
|
427 |
-
#: includes/
|
428 |
-
msgctxt "admin"
|
429 |
msgid ""
|
430 |
-
"
|
431 |
-
"
|
|
|
432 |
msgstr ""
|
433 |
-
"
|
434 |
-
"
|
|
|
435 |
|
436 |
-
#: includes/
|
437 |
-
msgctxt "admin"
|
438 |
msgid ""
|
439 |
-
"
|
440 |
-
"
|
|
|
|
|
441 |
msgstr ""
|
442 |
-
"
|
443 |
-
"
|
|
|
444 |
|
445 |
-
#: includes/
|
446 |
-
msgctxt "admin"
|
447 |
msgid ""
|
448 |
-
"You
|
449 |
-
"
|
|
|
450 |
msgstr ""
|
451 |
-
"Sie
|
452 |
-
"
|
|
|
|
|
453 |
|
454 |
-
#: includes/
|
455 |
-
|
456 |
-
|
457 |
-
msgstr "zu \"Formularfelder verwalten\""
|
458 |
|
459 |
-
#: includes/
|
460 |
-
|
461 |
-
|
462 |
-
msgstr "Erstelle diese benötigten Felder für mich"
|
463 |
|
464 |
-
#: includes/
|
465 |
-
|
466 |
-
|
467 |
-
"<b>Business Directory Plugin</b> requires a page with the "
|
468 |
-
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
469 |
-
msgstr ""
|
470 |
-
"<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
|
471 |
-
"<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
|
472 |
|
473 |
-
#: includes/
|
474 |
-
|
475 |
-
|
476 |
-
"You can create this page by yourself or let Business Directory do this for "
|
477 |
-
"you automatically."
|
478 |
-
msgstr ""
|
479 |
-
"Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
|
480 |
-
"automatisch erstellen lassen."
|
481 |
|
482 |
-
#:
|
483 |
-
|
484 |
-
|
485 |
-
msgstr "Erstelle benötigte Seiten für mich"
|
486 |
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
msgstr "Installiert: %s"
|
491 |
|
492 |
-
#:
|
493 |
-
|
494 |
-
|
495 |
-
msgstr "keine Angabe"
|
496 |
|
497 |
-
#:
|
498 |
-
|
499 |
-
|
500 |
-
msgstr "Pflichtfeld: %s"
|
501 |
|
502 |
-
#:
|
503 |
-
|
504 |
-
|
505 |
-
"Business Directory has detected some incompatible premium module versions "
|
506 |
-
"installed."
|
507 |
-
msgstr ""
|
508 |
-
"Branchenverzeichnis hat festgestellt, dass einige inkompatible Premium Modul "
|
509 |
-
"Versionen installiert sind."
|
510 |
|
511 |
-
#:
|
512 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
513 |
msgid ""
|
514 |
-
"
|
515 |
-
"
|
516 |
msgstr ""
|
517 |
-
"
|
518 |
-
"
|
519 |
|
520 |
-
#:
|
521 |
-
|
522 |
-
msgid ""
|
523 |
-
"We noticed you want your Business Directory users to register before posting "
|
524 |
-
"listings, but Registration for your site is currently disabled. Go [here] "
|
525 |
-
"and check \"Anyone can register\" to make sure BD works properly."
|
526 |
-
msgstr ""
|
527 |
-
"Wir haben festgestellt du möchtest, dass deine Branchenverzeichnisbenutzer "
|
528 |
-
"sich registrieren sollen bevor sie sich eintragen, die Registrierung für "
|
529 |
-
"deine Seite ist momentan ausgeschaltet. Klicke [hier] und prüfe \"Jeder kann "
|
530 |
-
"sich registrieren\", um sicher zu sein, dass das Branchenverzeichnis korrekt "
|
531 |
-
"funktioniert."
|
532 |
-
|
533 |
-
#: includes/admin/class-csv-import.php:451
|
534 |
-
msgctxt "admin csv-import"
|
535 |
-
msgid ""
|
536 |
-
"Could not create listing category \"<category-name>\". The operation failed "
|
537 |
-
"with the following error: <error-message>."
|
538 |
msgstr ""
|
539 |
-
"
|
540 |
-
"Der Vorgang ist mit dem folgenden Fehler fehlgeschlagen: <error-message>."
|
541 |
-
|
542 |
-
#: includes/admin/class-csv-import.php:457
|
543 |
-
msgctxt "admin csv-import"
|
544 |
-
msgid "Could not create listing category \"%s\""
|
545 |
-
msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
|
546 |
-
|
547 |
-
#: includes/admin/class-csv-import.php:604
|
548 |
-
msgctxt "admin csv-import"
|
549 |
-
msgid "Username \"%s\" does not exist"
|
550 |
-
msgstr "Benutzername \"%s\" existiert nicht"
|
551 |
|
552 |
-
#:
|
553 |
-
|
554 |
-
|
555 |
-
msgstr "Benötigtes nicht vorhandenes Feld: %s"
|
556 |
|
557 |
-
#:
|
558 |
-
|
559 |
-
|
560 |
-
msgstr "Eintragskategorie \"%s\" existiert nicht"
|
561 |
|
562 |
-
#:
|
563 |
-
|
564 |
-
|
565 |
-
msgstr "Verzeichnis Themes"
|
566 |
|
567 |
-
#:
|
568 |
-
|
569 |
-
|
570 |
-
msgstr "Verzeichnis Themes %s"
|
571 |
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
-
"Business Directory Plugin - Your template overrides need to be reviewed!"
|
576 |
-
msgstr ""
|
577 |
-
"Business Directory Plugin - Das überschreiben Ihrer Vorlage muss überprüft "
|
578 |
-
"werden!"
|
579 |
|
580 |
-
|
581 |
-
msgctxt "admin themes"
|
582 |
msgid ""
|
583 |
-
"
|
584 |
-
"
|
585 |
msgstr ""
|
586 |
-
"
|
587 |
-
"
|
588 |
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
"Because of this, your template overrides below have been disabled. You "
|
593 |
-
"should <a>review our documentation on customization</a> in order adjust your "
|
594 |
-
"templates."
|
595 |
-
msgstr ""
|
596 |
-
"Aus diesem Grund wurden Ihre Vorlagenüberschreibungen unten deaktiviert. Sie "
|
597 |
-
"sollten unsere <a>Dokumentation zur Anpassung</a> lesen, um Ihre Vorlagen "
|
598 |
-
"anzupassen."
|
599 |
|
600 |
-
|
601 |
-
|
602 |
-
|
603 |
-
"You need to <a>activate your theme's license key</a> before you can activate "
|
604 |
-
"the theme. <a>Click here</a> to do that."
|
605 |
-
msgstr ""
|
606 |
-
"Sie müssen den <a>Lizenzschlüssel des Themes aktivieren</a> bevor Sie das "
|
607 |
-
"Theme aktivieren können. <a>Klicken Sie hier zum aktivieren</a>, um das zu "
|
608 |
-
"tun."
|
609 |
|
610 |
-
#:
|
611 |
-
|
612 |
-
|
613 |
-
|
|
|
614 |
|
615 |
-
#:
|
616 |
-
msgctxt "
|
617 |
-
msgid "
|
618 |
-
msgstr "
|
619 |
|
620 |
-
#:
|
621 |
-
msgctxt "
|
622 |
-
msgid ""
|
623 |
-
"%
|
624 |
-
"to put your data on the theme. Below are fields we think are missing."
|
625 |
-
msgstr ""
|
626 |
-
"%s erfordert, dass Sie die vorhandenen Felder markieren, um einige Stellen "
|
627 |
-
"zu treffen, um Ihre Daten auf das Theme zu platzieren. Unten sind Felder, "
|
628 |
-
"von denen wir vermuten, dass sie fehlen."
|
629 |
|
630 |
-
#: includes/
|
631 |
-
|
632 |
-
|
633 |
-
|
|
|
634 |
|
635 |
-
#: includes/
|
636 |
-
msgctxt "
|
637 |
-
msgid "
|
638 |
-
msgstr "
|
639 |
|
640 |
-
#: includes/
|
641 |
-
msgctxt "
|
642 |
-
msgid "
|
643 |
-
msgstr "
|
644 |
|
645 |
-
#: includes/
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
msgstr "Der Import wurde erfolgreich abgeschlossen."
|
650 |
|
651 |
-
#:
|
652 |
-
msgctxt "
|
653 |
-
msgid "
|
654 |
-
msgstr "
|
655 |
|
656 |
-
#:
|
657 |
-
msgctxt "
|
658 |
-
msgid "
|
659 |
-
msgstr "
|
660 |
|
661 |
-
#:
|
662 |
-
msgctxt "
|
663 |
-
msgid "
|
664 |
-
msgstr "
|
665 |
|
666 |
-
#: includes/admin/class-
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
msgid "Could not contact licensing server"
|
671 |
-
msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
|
672 |
|
673 |
-
#: includes/admin/class-
|
674 |
-
|
675 |
-
|
676 |
-
|
677 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
678 |
|
679 |
-
#: includes/admin/class-
|
680 |
-
msgctxt "
|
681 |
-
msgid "
|
682 |
-
msgstr "
|
683 |
|
684 |
-
#: includes/admin/class-
|
685 |
-
msgctxt "
|
686 |
-
msgid "
|
687 |
-
msgstr "
|
688 |
|
689 |
-
#: includes/admin/class-
|
690 |
-
msgctxt "
|
691 |
-
msgid "
|
692 |
-
msgstr "
|
693 |
|
694 |
-
#: includes/admin/class-
|
695 |
-
msgctxt "
|
696 |
-
msgid "
|
697 |
-
msgstr "
|
698 |
|
699 |
-
#: includes/admin/class-
|
700 |
-
msgctxt "
|
701 |
-
msgid "
|
702 |
-
msgstr ""
|
703 |
-
"Aktivieren Sie Ihren <a>Lizenzschlüssel</a>, um dieses Theme zu verwenden."
|
704 |
|
705 |
-
#: includes/admin/
|
706 |
-
msgctxt "admin
|
707 |
-
msgid "
|
708 |
msgstr ""
|
709 |
-
"
|
710 |
-
"
|
711 |
|
712 |
-
#: includes/admin/
|
713 |
-
msgctxt "admin
|
714 |
-
msgid "
|
715 |
-
msgstr "
|
716 |
|
717 |
-
#: includes/admin/
|
718 |
-
msgctxt "admin
|
719 |
-
msgid "
|
720 |
-
|
721 |
-
"
|
722 |
-
"
|
723 |
|
724 |
-
#: includes/admin/
|
725 |
-
msgctxt "admin
|
726 |
-
msgid "
|
727 |
-
|
|
|
|
|
728 |
|
729 |
-
#: includes/admin/
|
730 |
-
msgctxt "admin
|
731 |
-
msgid "
|
732 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
733 |
|
734 |
-
#: includes/admin/
|
735 |
-
msgctxt "admin
|
736 |
-
msgid "
|
737 |
-
|
|
|
|
|
738 |
|
739 |
-
#: includes/admin/
|
740 |
-
msgctxt "admin
|
741 |
-
msgid "
|
742 |
-
|
|
|
|
|
743 |
|
744 |
-
#: includes/admin/
|
745 |
-
|
746 |
-
"
|
747 |
-
|
748 |
-
"
|
749 |
-
msgstr ""
|
750 |
-
"Ein gültiges temporäres Verzeichnis mit Schreibrechten wird benötigt, um "
|
751 |
-
"korrekt zu funktionieren. Dein Server benutzt \"%s\", doch der Pfad ist "
|
752 |
-
"nicht beschreibbar. Bitte kontaktiere deinen Serveradministrator."
|
753 |
|
754 |
-
#: includes/admin/
|
755 |
-
msgctxt "admin
|
756 |
-
msgid "
|
757 |
-
msgstr "
|
758 |
|
759 |
-
#: includes/admin/
|
760 |
-
msgctxt "admin
|
761 |
-
msgid "
|
762 |
-
msgstr "Die
|
763 |
|
764 |
-
#: includes/admin/
|
765 |
-
msgctxt "admin
|
766 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
767 |
msgstr ""
|
768 |
-
"
|
|
|
769 |
|
770 |
-
#: includes/admin/
|
771 |
-
msgctxt "admin
|
772 |
msgid ""
|
773 |
-
"
|
774 |
-
"
|
775 |
msgstr ""
|
776 |
-
"
|
777 |
-
"
|
778 |
|
779 |
-
#: includes/admin/
|
780 |
-
msgctxt "admin
|
781 |
-
msgid "
|
|
|
|
|
782 |
msgstr ""
|
783 |
-
"
|
784 |
-
"
|
785 |
|
786 |
-
#: includes/admin/
|
787 |
-
msgctxt "
|
788 |
-
msgid "
|
789 |
-
msgstr "
|
790 |
|
791 |
-
#: includes/admin/
|
792 |
-
msgctxt "
|
793 |
-
msgid "
|
794 |
-
msgstr "
|
795 |
|
796 |
-
#: includes/admin/
|
797 |
-
msgctxt "
|
798 |
-
msgid "
|
799 |
-
|
|
|
|
|
|
|
|
|
800 |
|
801 |
-
#: includes/admin/
|
802 |
-
msgctxt "
|
803 |
-
msgid "
|
804 |
-
|
|
|
|
|
|
|
|
|
805 |
|
806 |
-
#: includes/admin/
|
807 |
-
msgctxt "
|
808 |
-
msgid "
|
809 |
-
msgstr "
|
810 |
|
811 |
-
#: includes/admin/
|
812 |
-
msgctxt "
|
813 |
-
msgid "
|
814 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
815 |
|
816 |
-
#: includes/admin/
|
817 |
-
msgctxt "
|
818 |
-
msgid "
|
819 |
-
msgstr "
|
820 |
|
821 |
-
#: includes/admin/
|
822 |
-
msgctxt "
|
823 |
-
msgid "Fee
|
824 |
-
msgstr "Preis
|
825 |
|
826 |
-
#: includes/admin/
|
827 |
-
msgctxt "
|
828 |
-
msgid "
|
829 |
-
msgstr "
|
830 |
|
831 |
-
#: includes/
|
832 |
-
msgctxt "
|
833 |
-
msgid "
|
834 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
835 |
|
836 |
-
#: includes/
|
837 |
-
msgctxt "
|
838 |
-
msgid "
|
839 |
-
msgstr "
|
840 |
|
841 |
-
#: includes/
|
842 |
-
msgctxt "
|
843 |
-
msgid "
|
844 |
-
msgstr "
|
845 |
|
846 |
-
#:
|
847 |
-
msgctxt "
|
848 |
-
msgid "
|
849 |
-
msgstr "
|
850 |
|
851 |
-
#: includes/admin/
|
852 |
-
|
853 |
-
|
854 |
-
|
|
|
855 |
|
856 |
-
#: includes/admin/
|
857 |
-
msgctxt "
|
858 |
-
msgid "
|
859 |
-
msgstr "
|
860 |
|
861 |
-
#: includes/admin/
|
862 |
-
msgctxt "
|
863 |
-
msgid "
|
864 |
-
msgstr "
|
865 |
|
866 |
-
#: includes/admin/
|
867 |
-
msgctxt "
|
868 |
-
msgid "
|
869 |
-
msgstr "
|
870 |
|
871 |
-
#: includes/admin/
|
872 |
-
msgctxt "
|
873 |
-
msgid "
|
874 |
-
msgstr "
|
875 |
|
876 |
-
#: includes/admin/
|
877 |
-
msgctxt "
|
878 |
-
msgid "
|
879 |
-
msgstr "
|
880 |
|
881 |
-
#: includes/admin/
|
882 |
-
msgctxt "
|
883 |
-
msgid "
|
884 |
-
msgstr "
|
885 |
|
886 |
-
#: includes/admin/
|
887 |
-
msgctxt "
|
888 |
-
msgid "
|
889 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
890 |
|
891 |
-
#: includes/admin/
|
892 |
-
msgctxt "
|
893 |
-
msgid "
|
894 |
-
msgstr "
|
895 |
|
896 |
-
#: includes/admin/
|
897 |
-
msgctxt "
|
898 |
-
msgid "
|
899 |
-
msgstr "
|
|
|
|
|
900 |
|
901 |
-
#: includes/admin/
|
902 |
-
msgctxt "
|
903 |
-
msgid "
|
904 |
-
msgstr "
|
905 |
|
906 |
-
#: includes/admin/
|
907 |
-
msgctxt "
|
908 |
-
msgid "
|
909 |
-
msgstr "
|
910 |
|
911 |
-
#: includes/admin/
|
912 |
-
msgctxt "
|
913 |
-
msgid "
|
914 |
-
msgstr "
|
915 |
|
916 |
-
#: includes/admin/
|
917 |
-
msgctxt "
|
918 |
-
msgid "
|
919 |
-
msgstr "
|
920 |
|
921 |
-
#: includes/admin/
|
922 |
-
msgctxt "
|
923 |
-
msgid ""
|
924 |
-
|
925 |
-
"\" setting is disabled, display settings below will not be honored and this "
|
926 |
-
"field will not be displayed on the frontend. If you want e-mail addresses to "
|
927 |
-
"show on the frontend, you can <a>enable public display of e-mails</a>."
|
928 |
-
msgstr ""
|
929 |
-
"<b>Wichtig</b>: Da das Feld \"<a>E-Mail-Adresse öffentlich anzeigen?</a>\" "
|
930 |
-
"deaktiviert ist, werden die Anzeigeeinstellungen unten nicht berücksichtigt "
|
931 |
-
"und dieses Feld wird nicht im Frontend angezeigt. Wenn Sie möchten, dass E-"
|
932 |
-
"Mail-Adressen auf der Webseite angezeigt werden, können Sie die "
|
933 |
-
"<a>öffentliche Anzeige von E-Mails</a> aktivieren."
|
934 |
|
935 |
-
#: includes/admin/
|
936 |
-
msgctxt "
|
937 |
-
msgid "
|
938 |
-
msgstr "
|
939 |
|
940 |
-
#: includes/admin/
|
941 |
-
msgctxt "
|
942 |
-
msgid "
|
943 |
-
msgstr "
|
944 |
|
945 |
-
#: includes/admin/
|
946 |
-
msgctxt "
|
947 |
-
msgid "
|
948 |
-
msgstr "
|
949 |
|
950 |
-
#: includes/admin/
|
951 |
-
msgctxt "
|
952 |
-
msgid "
|
953 |
-
msgstr "
|
954 |
|
955 |
-
#: includes/admin/
|
956 |
-
msgctxt "
|
957 |
-
msgid "
|
958 |
-
msgstr "
|
959 |
|
960 |
-
#: includes/admin/
|
961 |
-
msgctxt "
|
962 |
-
msgid "
|
963 |
-
msgstr "
|
964 |
|
965 |
-
#: includes/admin/
|
966 |
-
msgctxt "
|
967 |
-
msgid "
|
968 |
-
msgstr "
|
969 |
|
970 |
-
#: includes/admin/
|
971 |
-
msgctxt "
|
972 |
-
msgid "
|
973 |
-
msgstr "
|
974 |
|
975 |
-
#: includes/admin/
|
976 |
-
msgctxt "
|
977 |
-
msgid "
|
978 |
-
msgstr "
|
979 |
|
980 |
-
#: includes/admin/
|
981 |
-
msgctxt "
|
982 |
-
msgid "
|
983 |
-
msgstr "
|
984 |
|
985 |
-
#: includes/admin/
|
986 |
-
msgctxt "
|
987 |
-
msgid "
|
988 |
-
msgstr "
|
989 |
|
990 |
-
#: includes/admin/
|
991 |
-
msgctxt "
|
992 |
-
msgid "
|
993 |
-
msgstr "
|
994 |
|
995 |
-
#: includes/admin/
|
996 |
-
|
997 |
-
|
998 |
-
|
|
|
999 |
|
1000 |
-
#: includes/admin/
|
1001 |
-
msgctxt "
|
1002 |
-
msgid "
|
1003 |
-
msgstr "
|
1004 |
|
1005 |
-
#: includes/admin/
|
1006 |
-
msgctxt "
|
1007 |
-
msgid "
|
1008 |
-
msgstr "
|
1009 |
|
1010 |
-
#: includes/admin/
|
1011 |
-
msgctxt "
|
1012 |
-
msgid "
|
1013 |
-
msgstr "
|
1014 |
|
1015 |
-
#: includes/admin/
|
1016 |
-
msgctxt "
|
1017 |
-
msgid "
|
1018 |
-
msgstr "
|
1019 |
|
1020 |
-
#: includes/admin/
|
1021 |
-
msgctxt "
|
1022 |
-
msgid "
|
1023 |
-
msgstr "
|
1024 |
|
1025 |
-
#: includes/admin/helpers/
|
1026 |
-
msgctxt "
|
1027 |
-
msgid "
|
1028 |
-
msgstr "
|
1029 |
-
|
1030 |
-
#: includes/admin/helpers/class-fees-table.php:10
|
1031 |
-
msgctxt "fees admin"
|
1032 |
-
msgid "fees"
|
1033 |
-
msgstr "Preise"
|
1034 |
|
1035 |
-
#: includes/admin/helpers/
|
1036 |
-
msgctxt "
|
1037 |
-
msgid "
|
1038 |
-
msgstr ""
|
1039 |
-
"Es gibt derzeit keine Angebote. Sie können jetzt <a>ein Angebot erstellen</"
|
1040 |
-
"a>."
|
1041 |
|
1042 |
-
#:
|
1043 |
-
|
1044 |
-
|
1045 |
-
|
1046 |
-
msgstr "
|
|
|
1047 |
|
1048 |
-
#:
|
1049 |
-
|
1050 |
-
|
1051 |
-
|
1052 |
-
msgstr "verfügbare Bilder:"
|
1053 |
|
1054 |
-
#:
|
1055 |
-
|
1056 |
-
|
1057 |
-
|
1058 |
-
msgstr "
|
|
|
1059 |
|
1060 |
-
#:
|
1061 |
-
msgctxt "
|
1062 |
-
msgid ""
|
1063 |
-
"There are no \"%s\" fees right now. You can <a>create one</a>, if you want."
|
1064 |
msgstr ""
|
1065 |
-
"
|
1066 |
-
"
|
1067 |
-
|
1068 |
-
#: includes/admin/helpers/class-fees-table.php:56
|
1069 |
-
msgctxt "admin fees table"
|
1070 |
-
msgid "All"
|
1071 |
-
msgstr "Alle"
|
1072 |
|
1073 |
-
#:
|
1074 |
-
msgctxt "admin
|
1075 |
-
msgid "
|
1076 |
-
msgstr "
|
1077 |
|
1078 |
-
#:
|
1079 |
-
msgctxt "admin
|
1080 |
-
msgid "
|
1081 |
-
msgstr "
|
1082 |
|
1083 |
-
#:
|
1084 |
-
msgctxt "admin
|
1085 |
-
msgid "
|
1086 |
-
msgstr "
|
1087 |
|
1088 |
-
#:
|
1089 |
-
msgctxt "
|
1090 |
-
msgid "
|
1091 |
-
msgstr "
|
1092 |
|
1093 |
-
#:
|
1094 |
-
msgctxt "
|
1095 |
-
msgid "
|
1096 |
-
msgstr "
|
1097 |
|
1098 |
-
#:
|
1099 |
-
msgctxt "
|
1100 |
-
msgid "
|
1101 |
-
msgstr "
|
1102 |
|
1103 |
-
#:
|
1104 |
-
msgctxt "
|
1105 |
-
msgid "
|
1106 |
-
msgstr "
|
1107 |
|
1108 |
-
#:
|
1109 |
-
msgctxt "
|
1110 |
-
msgid "
|
1111 |
-
msgstr "
|
1112 |
|
1113 |
-
#:
|
1114 |
-
msgctxt "
|
1115 |
-
msgid "
|
1116 |
-
msgstr "
|
1117 |
|
1118 |
-
#:
|
1119 |
-
msgctxt "
|
1120 |
-
msgid ""
|
1121 |
-
"
|
1122 |
-
"it's always free, but you can edit the name and other settings. It's only "
|
1123 |
-
"available when the directory is in Free mode. You can always create other "
|
1124 |
-
"fee plans, including ones for 0.00 (free) if you wish."
|
1125 |
-
msgstr ""
|
1126 |
-
"Dies ist der kostenlose Standard-Eintrag für Ihr Verzeichnis. Sie können es "
|
1127 |
-
"nicht löschen und es ist immer kostenlos, aber Sie können den Namen und "
|
1128 |
-
"andere Einstellungen bearbeiten. Es ist nur verfügbar, wenn sich das "
|
1129 |
-
"Verzeichnis im kostenlos Modus befindet. Sie können immer andere "
|
1130 |
-
"Gebührenpläne erstellen, auch für 0,00 (frei), wenn Sie es wünschen."
|
1131 |
|
1132 |
-
#:
|
1133 |
-
msgctxt "
|
1134 |
msgid "Edit"
|
1135 |
msgstr "Bearbeiten"
|
1136 |
|
1137 |
-
#:
|
1138 |
-
msgctxt "
|
1139 |
-
msgid "
|
1140 |
-
msgstr "
|
1141 |
|
1142 |
-
#:
|
1143 |
-
msgctxt "
|
1144 |
-
msgid "
|
1145 |
-
msgstr "
|
1146 |
|
1147 |
-
#:
|
1148 |
-
msgctxt "
|
1149 |
-
msgid "
|
1150 |
-
msgstr "
|
1151 |
|
1152 |
-
#:
|
1153 |
-
msgctxt "
|
1154 |
-
msgid "
|
1155 |
-
msgstr "
|
1156 |
|
1157 |
-
#:
|
1158 |
-
msgctxt "
|
1159 |
-
msgid "
|
1160 |
-
|
1161 |
-
msgstr[0] "%d Tag"
|
1162 |
-
msgstr[1] "%d Tage"
|
1163 |
|
1164 |
-
#:
|
1165 |
-
msgctxt "
|
1166 |
-
msgid "
|
1167 |
-
|
1168 |
-
msgstr[0] "%d Bild"
|
1169 |
-
msgstr[1] "%d Bilder"
|
1170 |
|
1171 |
-
#:
|
1172 |
-
msgctxt "
|
1173 |
-
msgid "
|
1174 |
-
msgstr "
|
1175 |
|
1176 |
-
#:
|
1177 |
-
msgctxt "
|
1178 |
-
msgid "
|
1179 |
-
msgstr "
|
1180 |
|
1181 |
-
#:
|
1182 |
-
msgctxt "
|
1183 |
-
msgid "
|
1184 |
-
msgstr "
|
1185 |
|
1186 |
-
#:
|
1187 |
-
msgctxt "admin"
|
1188 |
-
msgid "
|
1189 |
-
msgstr "
|
1190 |
|
1191 |
-
#:
|
1192 |
-
msgctxt "admin"
|
1193 |
-
msgid "
|
1194 |
-
msgstr "
|
1195 |
|
1196 |
-
#:
|
1197 |
-
msgctxt "admin"
|
1198 |
-
msgid "
|
1199 |
-
msgstr "
|
|
|
|
|
1200 |
|
1201 |
-
#:
|
1202 |
msgctxt "admin infometabox"
|
1203 |
-
msgid "
|
1204 |
-
|
|
|
|
|
|
|
|
|
1205 |
|
1206 |
-
#:
|
|
|
1207 |
msgctxt "admin infometabox"
|
1208 |
-
msgid "
|
1209 |
-
msgstr "
|
1210 |
|
1211 |
-
#:
|
1212 |
msgctxt "admin infometabox"
|
1213 |
-
msgid "
|
1214 |
-
msgstr "
|
1215 |
|
1216 |
-
#:
|
1217 |
msgctxt "admin infometabox"
|
1218 |
-
msgid "Payment
|
1219 |
-
msgstr "
|
1220 |
|
1221 |
-
#:
|
1222 |
msgctxt "admin infometabox"
|
1223 |
-
msgid "
|
1224 |
-
msgstr "
|
1225 |
|
1226 |
-
#:
|
1227 |
-
msgctxt "admin
|
1228 |
-
msgid "
|
1229 |
-
msgstr "
|
1230 |
|
1231 |
-
#:
|
1232 |
msgctxt "admin infometabox"
|
1233 |
-
msgid "
|
1234 |
-
msgstr "
|
1235 |
|
1236 |
-
#:
|
1237 |
msgctxt "admin infometabox"
|
1238 |
-
msgid "
|
1239 |
-
msgstr "
|
1240 |
|
1241 |
-
#:
|
1242 |
-
msgctxt "
|
1243 |
-
msgid "
|
1244 |
-
msgstr "
|
1245 |
|
1246 |
-
#:
|
1247 |
-
|
1248 |
-
|
|
|
1249 |
|
1250 |
-
#:
|
1251 |
-
msgctxt "
|
1252 |
-
msgid "
|
1253 |
-
msgstr "
|
1254 |
|
1255 |
-
#: includes/admin/
|
1256 |
-
msgctxt "
|
1257 |
-
msgid "
|
1258 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1259 |
|
1260 |
-
#:
|
1261 |
-
msgctxt "
|
1262 |
-
msgid "
|
1263 |
-
msgstr "
|
1264 |
|
1265 |
-
#:
|
1266 |
-
msgctxt "
|
1267 |
-
msgid "
|
1268 |
-
msgstr "
|
1269 |
|
1270 |
-
#:
|
1271 |
-
msgctxt "admin
|
1272 |
-
msgid "
|
1273 |
-
msgstr "
|
1274 |
|
1275 |
-
#:
|
1276 |
-
msgctxt "admin
|
1277 |
-
msgid "
|
1278 |
-
msgstr "
|
1279 |
|
1280 |
-
#:
|
1281 |
-
msgctxt "admin
|
1282 |
-
msgid ""
|
1283 |
-
"
|
1284 |
-
"themes and WP version?"
|
1285 |
-
msgstr ""
|
1286 |
-
"BD erlauben anonym Informationen zu sammeln über deine Erweiterungen, Themen "
|
1287 |
-
"und WP-version?"
|
1288 |
|
1289 |
-
#: includes/admin/
|
1290 |
-
msgctxt "admin
|
1291 |
-
msgid "
|
1292 |
-
msgstr "
|
1293 |
|
1294 |
-
#: includes/admin/
|
1295 |
-
msgctxt "admin
|
1296 |
-
msgid "
|
1297 |
-
msgstr "
|
1298 |
|
1299 |
-
#: includes/admin/
|
1300 |
-
msgctxt "admin
|
1301 |
-
msgid "
|
1302 |
-
msgstr "
|
1303 |
|
1304 |
-
#: includes/admin/
|
1305 |
-
msgctxt "admin
|
1306 |
-
msgid "
|
1307 |
-
msgstr "
|
1308 |
|
1309 |
-
#: includes/admin/
|
1310 |
-
msgctxt "admin
|
1311 |
msgid ""
|
1312 |
-
"
|
|
|
1313 |
msgstr ""
|
1314 |
-
"
|
1315 |
-
"
|
1316 |
|
1317 |
-
#: includes/admin/
|
1318 |
-
msgctxt "admin
|
1319 |
-
msgid "
|
1320 |
-
|
|
|
|
|
|
|
|
|
1321 |
|
1322 |
-
#: includes/admin/
|
1323 |
-
msgctxt "admin
|
1324 |
-
msgid "
|
1325 |
msgstr ""
|
1326 |
-
"
|
1327 |
-
"
|
1328 |
|
1329 |
-
#: includes/admin/
|
1330 |
-
msgctxt "admin
|
1331 |
-
msgid "
|
1332 |
-
msgstr "
|
1333 |
|
1334 |
-
#: includes/admin/
|
1335 |
-
msgctxt "admin
|
1336 |
-
msgid ""
|
1337 |
-
"Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
|
1338 |
-
"directory/1809/listing-title\". Check this setting to remove the ID for "
|
1339 |
-
"better SEO."
|
1340 |
msgstr ""
|
1341 |
-
"
|
1342 |
-
"
|
1343 |
-
"die ID aus der URL zu entfernen um einen SEO und Benutzerfreundlichkeits-"
|
1344 |
-
"Mehrwert zu erhalten."
|
1345 |
|
1346 |
-
#:
|
1347 |
-
msgctxt "admin
|
1348 |
-
msgid "
|
1349 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
1350 |
|
1351 |
-
#:
|
1352 |
-
msgctxt "admin
|
1353 |
-
msgid "
|
1354 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1355 |
|
1356 |
-
#:
|
1357 |
-
msgctxt "admin
|
1358 |
-
msgid "
|
1359 |
-
msgstr "
|
1360 |
-
|
1361 |
-
#: includes/admin/settings/class-settings.php:56
|
1362 |
-
msgctxt "admin settings"
|
1363 |
-
msgid "Turn off reCAPTCHA for logged in users?"
|
1364 |
-
msgstr "reCAPTCHA für angemeldete Benutzern ausschalten?"
|
1365 |
-
|
1366 |
-
#: includes/admin/settings/class-settings.php:57
|
1367 |
-
msgctxt "admin settings"
|
1368 |
-
msgid "Use reCAPTCHA for listing submits"
|
1369 |
-
msgstr "Benutze reCAPTCHA für Eintragzusendungen"
|
1370 |
|
1371 |
-
#:
|
1372 |
-
msgctxt "admin
|
1373 |
-
msgid "
|
1374 |
-
msgstr "
|
1375 |
|
1376 |
-
#:
|
1377 |
-
msgctxt "admin
|
1378 |
-
msgid "
|
1379 |
-
msgstr "
|
1380 |
|
1381 |
-
#:
|
1382 |
-
msgctxt "admin
|
1383 |
-
msgid "
|
1384 |
-
msgstr "
|
1385 |
|
1386 |
-
#:
|
1387 |
-
msgctxt "admin
|
1388 |
-
msgid ""
|
1389 |
-
"
|
1390 |
-
"the URLs below to work. If the plugin does not support them, these settings "
|
1391 |
-
"will not function as expected. Please contact the membership plugin and ask "
|
1392 |
-
"them to support the WP standard 'redirect_to' query parameter."
|
1393 |
-
msgstr ""
|
1394 |
|
1395 |
-
#:
|
1396 |
-
msgctxt "admin
|
1397 |
-
msgid "
|
1398 |
-
msgstr "
|
1399 |
|
1400 |
-
#:
|
1401 |
-
msgctxt "admin
|
1402 |
-
msgid "
|
1403 |
-
msgstr "
|
1404 |
|
1405 |
-
#:
|
1406 |
-
msgctxt "admin
|
1407 |
-
msgid "
|
1408 |
-
msgstr "
|
1409 |
|
1410 |
-
#:
|
1411 |
-
msgctxt "admin
|
1412 |
msgid ""
|
1413 |
-
"
|
1414 |
-
"
|
1415 |
msgstr ""
|
1416 |
-
"
|
1417 |
-
"
|
1418 |
-
"benutzt. "
|
1419 |
|
1420 |
-
#:
|
1421 |
-
msgctxt "admin
|
1422 |
-
msgid "
|
1423 |
-
msgstr "
|
1424 |
|
1425 |
-
#:
|
1426 |
-
msgctxt "admin
|
|
|
|
|
|
|
|
|
|
|
1427 |
msgid ""
|
1428 |
-
"
|
1429 |
-
"
|
1430 |
msgstr ""
|
1431 |
-
"
|
1432 |
-
"
|
1433 |
-
"benutzt. "
|
1434 |
|
1435 |
-
#:
|
1436 |
-
|
1437 |
-
|
1438 |
-
|
1439 |
-
msgstr "Bedingungen und Konditionen"
|
1440 |
|
1441 |
-
#:
|
1442 |
-
msgctxt "admin
|
1443 |
-
msgid "
|
1444 |
-
msgstr ""
|
1445 |
-
"Zeige und setze Benutzervereinbarung als Pflichtfeld in Bedingungen und "
|
1446 |
-
"Konditionen"
|
1447 |
|
1448 |
-
#:
|
1449 |
-
msgctxt "admin
|
1450 |
-
msgid "
|
1451 |
-
msgstr "
|
1452 |
|
1453 |
-
#:
|
1454 |
-
msgctxt "admin
|
1455 |
-
msgid ""
|
1456 |
-
"
|
1457 |
-
"Conditions text will be replaced by a link to the appropiate page."
|
1458 |
-
msgstr ""
|
1459 |
-
"Gib Text oder eine URL ein beginnend mit http. Wenn sie eine URL verwenden "
|
1460 |
-
"werden Bedingungen und Konditionen ersetzt durch einen Link der "
|
1461 |
-
"dazugehörigen Seite."
|
1462 |
|
1463 |
-
#:
|
1464 |
-
msgctxt "admin
|
1465 |
-
msgid "
|
1466 |
-
msgstr "
|
1467 |
|
1468 |
-
#:
|
1469 |
-
msgctxt "admin
|
1470 |
-
msgid "
|
1471 |
-
msgstr ""
|
1472 |
|
1473 |
-
#:
|
1474 |
-
msgctxt "admin
|
1475 |
-
msgid "
|
1476 |
-
msgstr "
|
1477 |
|
1478 |
-
#:
|
1479 |
-
msgctxt "admin
|
1480 |
-
msgid "
|
1481 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1482 |
|
1483 |
-
#:
|
1484 |
-
msgctxt "admin
|
1485 |
-
msgid "
|
1486 |
-
msgstr "
|
1487 |
|
1488 |
-
#:
|
1489 |
-
msgctxt "admin
|
1490 |
-
msgid "
|
1491 |
-
msgstr "
|
1492 |
|
1493 |
-
#:
|
1494 |
-
msgctxt "admin
|
1495 |
-
msgid "
|
1496 |
-
msgstr "
|
1497 |
|
1498 |
-
#:
|
1499 |
-
msgctxt "admin
|
1500 |
-
msgid "
|
1501 |
-
msgstr "
|
1502 |
|
1503 |
-
#:
|
1504 |
-
msgctxt "admin
|
1505 |
-
msgid "
|
|
|
|
|
1506 |
msgstr ""
|
|
|
|
|
1507 |
|
1508 |
-
#:
|
1509 |
-
msgctxt "admin
|
1510 |
-
msgid "
|
1511 |
-
msgstr ""
|
1512 |
|
1513 |
-
#:
|
1514 |
-
msgctxt "admin
|
1515 |
-
msgid "
|
1516 |
-
msgstr ""
|
1517 |
|
1518 |
-
#:
|
1519 |
-
msgctxt "admin
|
1520 |
-
msgid "
|
1521 |
-
msgstr ""
|
1522 |
|
1523 |
-
#:
|
1524 |
-
msgctxt "admin
|
1525 |
-
msgid ""
|
1526 |
-
"
|
1527 |
-
"Searches involving those fields are very expensive and could result in "
|
1528 |
-
"timeouts and/or general slowness."
|
1529 |
-
msgstr ""
|
1530 |
-
"Du hast ein Textfeld für die schnelle Suche ausgewählt. Eine Suche der viele "
|
1531 |
-
"Felder hinzugefügt werden, kann sehr langsam sein und lange Zeit in Anspruch "
|
1532 |
-
"nehmen. "
|
1533 |
|
1534 |
-
#:
|
1535 |
-
msgctxt "admin
|
1536 |
msgid ""
|
1537 |
-
"
|
1538 |
-
"
|
1539 |
-
"performance."
|
1540 |
msgstr ""
|
1541 |
-
"
|
1542 |
-
|
1543 |
-
#: includes/admin/settings/class-settings.php:147
|
1544 |
-
msgctxt "admin settings"
|
1545 |
-
msgid "Quick search fields"
|
1546 |
-
msgstr "Schnellsuche Felder"
|
1547 |
|
1548 |
-
#:
|
1549 |
-
msgctxt "admin
|
1550 |
-
msgid "
|
1551 |
-
msgstr ""
|
1552 |
|
1553 |
-
#:
|
1554 |
-
msgctxt "admin
|
1555 |
msgid ""
|
1556 |
-
"
|
1557 |
-
"
|
1558 |
-
"issue."
|
1559 |
msgstr ""
|
|
|
|
|
1560 |
|
1561 |
-
#:
|
1562 |
-
msgctxt "admin
|
1563 |
-
msgid "
|
1564 |
-
msgstr "
|
1565 |
|
1566 |
-
#:
|
1567 |
-
msgctxt "admin
|
1568 |
-
msgid ""
|
1569 |
-
"
|
1570 |
-
"exporting CSV files."
|
1571 |
-
msgstr ""
|
1572 |
-
"Klicken sie dieses Feld, wenn Sie Probleme mit BD haben, besonders beim "
|
1573 |
-
"Importieren oder Exportieren von CSV-Dateien."
|
1574 |
|
1575 |
-
#:
|
1576 |
-
msgctxt "admin
|
1577 |
-
msgid ""
|
1578 |
-
"
|
1579 |
-
"a more serious conflict. <a>Here is an article</a> about how to test for "
|
1580 |
-
"theme and plugin conflicts with Business Directory."
|
1581 |
-
msgstr ""
|
1582 |
|
1583 |
-
#:
|
1584 |
-
msgctxt "admin
|
1585 |
-
msgid "
|
1586 |
-
msgstr ""
|
1587 |
|
1588 |
-
#: includes/admin/
|
1589 |
-
msgctxt "admin
|
1590 |
msgid ""
|
1591 |
-
"
|
|
|
1592 |
msgstr ""
|
|
|
|
|
1593 |
|
1594 |
-
#: includes/admin/
|
1595 |
-
|
1596 |
-
|
1597 |
-
|
1598 |
-
msgstr "Einträge"
|
1599 |
|
1600 |
-
#: includes/admin/
|
1601 |
-
|
1602 |
-
|
1603 |
-
|
1604 |
-
msgid "General Settings"
|
1605 |
-
msgstr "Allgemeine Einstellungen"
|
1606 |
|
1607 |
-
#: includes/admin/
|
1608 |
-
msgctxt "admin
|
1609 |
-
msgid "
|
1610 |
-
msgstr "
|
1611 |
|
1612 |
-
#: includes/admin/
|
1613 |
-
msgctxt "admin
|
1614 |
-
msgid ""
|
1615 |
-
"
|
1616 |
-
"listings."
|
1617 |
-
msgstr ""
|
1618 |
-
"Nummer der Einträge die pro Seite angezeigt werden. Benutze einen Wert von "
|
1619 |
-
"\"0\" um alle Einträge anzuzeigen."
|
1620 |
|
1621 |
-
#: includes/admin/
|
1622 |
-
msgctxt "admin
|
1623 |
-
msgid "
|
1624 |
-
msgstr "
|
1625 |
|
1626 |
-
#: includes/admin/
|
1627 |
-
msgctxt "admin
|
1628 |
-
msgid ""
|
1629 |
-
|
1630 |
-
"less than 10 years (3650 days)."
|
1631 |
-
msgstr ""
|
1632 |
-
"Benutze einen Wert von \"0\" um ein Eintrag undefiniert zu lassen oder "
|
1633 |
-
"benutze eine Nummer unter 10 Jahren (3650 Tage)"
|
1634 |
|
1635 |
-
#: includes/admin/
|
1636 |
-
msgctxt "admin
|
1637 |
-
msgid "
|
1638 |
-
msgstr "
|
1639 |
|
1640 |
-
#: includes/admin/
|
1641 |
-
msgctxt "admin
|
1642 |
-
msgid ""
|
1643 |
-
"
|
1644 |
-
"the messages via email."
|
1645 |
-
msgstr ""
|
1646 |
-
"Benutzer erlauben den Eintragsauthor privat zu kontaktieren. Der Author "
|
1647 |
-
"bekommt eine Nachricht per E-mail zugeschickt."
|
1648 |
|
1649 |
-
#: includes/admin/
|
1650 |
-
msgctxt "admin
|
1651 |
-
msgid "
|
1652 |
-
msgstr ""
|
1653 |
|
1654 |
-
#: includes/admin/
|
1655 |
-
msgctxt "admin
|
1656 |
-
msgid "
|
1657 |
-
msgstr "
|
1658 |
|
1659 |
-
#: includes/admin/
|
1660 |
-
msgctxt "admin
|
1661 |
-
msgid "
|
1662 |
-
msgstr "
|
|
|
1663 |
|
1664 |
-
#: includes/admin/
|
1665 |
-
msgctxt "admin
|
1666 |
msgid ""
|
1667 |
-
"
|
1668 |
-
"
|
1669 |
msgstr ""
|
1670 |
-
"
|
1671 |
-
"
|
1672 |
|
1673 |
-
#: includes/admin/
|
1674 |
-
msgctxt "admin
|
1675 |
-
msgid "
|
1676 |
-
msgstr "
|
|
|
|
|
1677 |
|
1678 |
-
#:
|
1679 |
-
msgctxt "admin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1680 |
msgid ""
|
1681 |
-
"
|
1682 |
-
"
|
1683 |
-
"
|
1684 |
-
"comments. Use the 2nd option if you want to allow comments on listings "
|
1685 |
-
"first, and if that doesn't work, try the 3rd option instead."
|
1686 |
msgstr ""
|
|
|
|
|
|
|
1687 |
|
1688 |
-
#:
|
1689 |
-
|
1690 |
-
|
1691 |
-
|
|
|
1692 |
|
1693 |
-
#:
|
1694 |
-
msgctxt "admin
|
1695 |
-
msgid "
|
1696 |
-
msgstr "
|
1697 |
|
1698 |
-
#:
|
1699 |
-
msgctxt "admin
|
1700 |
-
msgid "
|
1701 |
-
msgstr ""
|
1702 |
|
1703 |
-
#:
|
1704 |
-
msgctxt "admin
|
1705 |
-
msgid "
|
1706 |
-
msgstr "
|
1707 |
|
1708 |
-
#:
|
1709 |
-
msgctxt "admin
|
1710 |
-
msgid "
|
1711 |
-
msgstr "
|
1712 |
|
1713 |
-
#:
|
1714 |
-
|
1715 |
-
|
1716 |
-
|
1717 |
-
msgstr ""
|
1718 |
|
1719 |
-
#:
|
1720 |
-
|
1721 |
-
|
1722 |
-
msgid "Trash"
|
1723 |
msgstr ""
|
|
|
|
|
1724 |
|
1725 |
-
#:
|
1726 |
-
msgctxt "admin
|
1727 |
-
msgid "
|
1728 |
-
msgstr "
|
1729 |
|
1730 |
-
#:
|
1731 |
-
msgctxt "admin
|
1732 |
-
msgid "
|
1733 |
-
msgstr "
|
1734 |
|
1735 |
-
#:
|
1736 |
-
msgctxt "admin
|
1737 |
-
msgid ""
|
1738 |
-
"
|
1739 |
-
"Business Directory. You can use it for instructions about filling out the "
|
1740 |
-
"form or anything you want to tell users before they get started."
|
1741 |
-
msgstr ""
|
1742 |
|
1743 |
-
#:
|
1744 |
-
msgctxt "admin
|
1745 |
-
msgid "
|
1746 |
-
msgstr "
|
1747 |
|
1748 |
-
#:
|
1749 |
-
msgctxt "admin
|
1750 |
-
msgid "
|
1751 |
-
msgstr "
|
1752 |
|
1753 |
-
#:
|
1754 |
-
msgctxt "admin
|
1755 |
-
msgid "
|
1756 |
-
msgstr "
|
1757 |
|
1758 |
-
#:
|
1759 |
-
msgctxt "admin
|
1760 |
-
msgid ""
|
1761 |
-
"
|
1762 |
-
"charged at the time the listing expires without user intervention."
|
1763 |
-
msgstr ""
|
1764 |
-
"Benutzern erlauben sich für die automatische Abbuchung für Ihren Eintrag "
|
1765 |
-
"anzumelden. Der Preis wird abgebucht, zu dem Zeitpunkt an dem der Eintrag "
|
1766 |
-
"abläuft, ohne Eingriff durch den Benutzer."
|
1767 |
|
1768 |
-
#:
|
1769 |
-
msgctxt "admin
|
1770 |
-
msgid "
|
1771 |
-
msgstr "
|
1772 |
|
1773 |
-
#:
|
1774 |
-
msgctxt "admin
|
1775 |
-
msgid ""
|
1776 |
-
"
|
1777 |
-
"process."
|
1778 |
-
msgstr ""
|
1779 |
-
"Automatische Abbuchung aktivieren, ohne die Anmeldung durch den Benutzer "
|
1780 |
-
"während der Einreichung."
|
1781 |
|
1782 |
-
#:
|
1783 |
-
msgctxt "admin
|
1784 |
-
msgid "
|
1785 |
-
msgstr "
|
1786 |
|
1787 |
-
#:
|
1788 |
-
msgctxt "admin
|
1789 |
-
msgid ""
|
1790 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1791 |
msgstr ""
|
1792 |
-
"
|
1793 |
-
"wird."
|
1794 |
|
1795 |
-
#:
|
1796 |
-
msgctxt "admin
|
1797 |
msgid ""
|
1798 |
-
"
|
|
|
1799 |
msgstr ""
|
1800 |
-
"
|
1801 |
-
"
|
1802 |
|
1803 |
-
#:
|
1804 |
-
msgctxt "admin
|
1805 |
-
msgid "
|
1806 |
-
msgstr "
|
1807 |
|
1808 |
-
#:
|
1809 |
-
msgctxt "admin
|
1810 |
-
msgid "
|
1811 |
-
msgstr "
|
1812 |
|
1813 |
-
#:
|
1814 |
-
msgctxt "admin
|
1815 |
-
msgid ""
|
1816 |
-
"Configure how many days after the expiration of a listing an e-mail reminder "
|
1817 |
-
"should be sent to the owner."
|
1818 |
msgstr ""
|
1819 |
-
"
|
1820 |
-
"den Inhaber versendet wird."
|
1821 |
|
1822 |
-
#:
|
1823 |
-
msgctxt "admin
|
1824 |
-
msgid "
|
1825 |
-
msgstr "
|
1826 |
|
1827 |
-
#:
|
1828 |
-
msgctxt "admin
|
1829 |
-
msgid "
|
1830 |
-
msgstr "
|
1831 |
|
1832 |
-
#:
|
1833 |
-
|
1834 |
-
|
1835 |
-
|
1836 |
-
msgstr "Veröffentlicht"
|
1837 |
|
1838 |
-
#:
|
1839 |
-
|
1840 |
-
|
1841 |
-
|
1842 |
-
msgstr "Ausstehend"
|
1843 |
|
1844 |
-
#:
|
1845 |
-
msgctxt "admin
|
1846 |
-
msgid "
|
1847 |
-
msgstr "
|
1848 |
|
1849 |
-
#:
|
1850 |
-
msgctxt "admin
|
1851 |
-
msgid "
|
1852 |
-
msgstr "
|
1853 |
|
1854 |
-
#:
|
1855 |
-
msgctxt "admin
|
1856 |
-
msgid "
|
1857 |
-
msgstr "
|
1858 |
|
1859 |
-
#:
|
1860 |
-
msgctxt "admin
|
1861 |
-
msgid "
|
1862 |
-
msgstr "
|
1863 |
|
1864 |
-
#:
|
1865 |
-
msgctxt "admin
|
1866 |
-
msgid "
|
1867 |
-
msgstr "
|
1868 |
|
1869 |
-
#:
|
1870 |
-
msgctxt "admin
|
1871 |
-
msgid "
|
1872 |
-
msgstr "
|
1873 |
|
1874 |
-
#:
|
1875 |
-
|
1876 |
-
|
1877 |
-
|
1878 |
-
msgstr "Aufsteigend"
|
1879 |
|
1880 |
-
#:
|
1881 |
-
|
1882 |
-
|
1883 |
-
|
1884 |
-
msgstr "Absteigend"
|
1885 |
-
|
1886 |
-
#: includes/admin/settings/class-settings.php:311
|
1887 |
-
msgctxt "admin settings"
|
1888 |
-
msgid "Show category post count?"
|
1889 |
-
msgstr "Kategoriepost Anzahl anzeigen?"
|
1890 |
-
|
1891 |
-
#: includes/admin/settings/class-settings.php:312
|
1892 |
-
msgctxt "admin settings"
|
1893 |
-
msgid "Hide empty categories?"
|
1894 |
-
msgstr "Leere Kategorien verbergen?"
|
1895 |
|
1896 |
-
#:
|
1897 |
-
msgctxt "admin
|
1898 |
-
msgid "
|
1899 |
-
msgstr "
|
1900 |
|
1901 |
-
#:
|
1902 |
-
msgctxt "admin
|
1903 |
-
msgid "
|
1904 |
-
msgstr "
|
1905 |
|
1906 |
-
#:
|
1907 |
-
msgctxt "admin
|
1908 |
-
msgid "
|
1909 |
-
msgstr "
|
1910 |
|
1911 |
-
#:
|
1912 |
-
msgctxt "admin
|
1913 |
-
msgid "
|
1914 |
-
msgstr "
|
1915 |
|
1916 |
-
#:
|
1917 |
-
msgctxt "admin
|
1918 |
-
msgid "
|
1919 |
-
msgstr "
|
1920 |
|
1921 |
-
#:
|
1922 |
-
|
1923 |
-
|
1924 |
-
|
1925 |
-
msgstr "Datum gepostet"
|
1926 |
|
1927 |
-
#:
|
1928 |
-
|
1929 |
-
|
1930 |
-
|
1931 |
-
msgstr "Datum zuletzt verändert"
|
1932 |
|
1933 |
-
#:
|
1934 |
-
msgctxt "admin
|
1935 |
-
msgid "
|
1936 |
-
msgstr "
|
1937 |
|
1938 |
-
#:
|
1939 |
-
msgctxt "admin
|
1940 |
-
msgid "
|
|
|
|
|
1941 |
msgstr ""
|
|
|
|
|
1942 |
|
1943 |
-
#:
|
1944 |
-
msgctxt "admin
|
1945 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
1946 |
msgstr ""
|
|
|
|
|
1947 |
|
1948 |
-
#:
|
1949 |
-
msgctxt "admin
|
1950 |
-
msgid "
|
1951 |
-
msgstr "
|
1952 |
|
1953 |
-
#:
|
1954 |
-
msgctxt "admin
|
1955 |
-
msgid "
|
1956 |
-
msgstr ""
|
1957 |
-
"Aufsteigend für aufsteigende Reihenfolge A-Z, Absteigend für absteigende "
|
1958 |
-
"Reihenfolge Z-A"
|
1959 |
|
1960 |
-
#:
|
1961 |
-
msgctxt "admin
|
1962 |
-
msgid "
|
1963 |
-
msgstr "
|
1964 |
|
1965 |
-
#:
|
1966 |
-
msgctxt "admin
|
1967 |
-
msgid "
|
1968 |
-
msgstr "
|
1969 |
|
1970 |
-
#:
|
1971 |
-
msgctxt "admin
|
1972 |
-
msgid "
|
1973 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1974 |
|
1975 |
-
#:
|
1976 |
-
msgctxt "admin
|
1977 |
-
msgid "
|
1978 |
-
msgstr "
|
1979 |
|
1980 |
-
#:
|
1981 |
-
msgctxt "admin
|
1982 |
-
msgid "
|
1983 |
-
msgstr "
|
1984 |
|
1985 |
-
#:
|
1986 |
-
msgctxt "admin
|
1987 |
-
msgid "
|
1988 |
-
msgstr "
|
1989 |
|
1990 |
-
#:
|
1991 |
-
msgctxt "admin
|
1992 |
-
msgid "
|
1993 |
-
msgstr "
|
1994 |
|
1995 |
-
#:
|
1996 |
-
msgctxt "admin
|
1997 |
-
msgid ""
|
1998 |
-
|
1999 |
-
"always appear on top of regular listings."
|
2000 |
-
msgstr ""
|
2001 |
-
"Du kannst dein Eintrag in den hervorgehobenen Status aktualisieren. "
|
2002 |
-
"Unterstützte Einträge werden immer ganz oben eines Eintrags angezeigt."
|
2003 |
|
2004 |
-
#:
|
2005 |
-
msgctxt "admin
|
2006 |
-
msgid "
|
2007 |
-
msgstr "
|
2008 |
|
2009 |
-
#:
|
2010 |
-
msgctxt "admin
|
2011 |
-
msgid "
|
2012 |
-
msgstr "
|
2013 |
|
2014 |
-
#:
|
2015 |
-
msgctxt "admin
|
2016 |
msgid ""
|
2017 |
-
"
|
2018 |
-
"RECOMMENDED as this increases spam to the address and allows spam bots to "
|
2019 |
-
"harvest it for future use."
|
2020 |
msgstr ""
|
2021 |
-
"
|
2022 |
-
|
2023 |
-
#: includes/admin/settings/class-settings.php:366
|
2024 |
-
msgctxt "admin settings"
|
2025 |
-
msgid "How to determine the listing's email address?"
|
2026 |
-
msgstr "Wie legt man die E-mailadresse für einen Eintrag fest?"
|
2027 |
|
2028 |
-
#:
|
2029 |
-
msgctxt "admin
|
2030 |
msgid ""
|
2031 |
-
"
|
2032 |
-
"listings
|
2033 |
msgstr ""
|
2034 |
-
"
|
2035 |
-
"
|
2036 |
-
|
2037 |
-
#: includes/admin/settings/class-settings.php:371
|
2038 |
-
msgctxt "admin settings"
|
2039 |
-
msgid "Try listing's email field first, then author's email."
|
2040 |
-
msgstr "Versuchen Sie das E-Mail-Feld zuerst, dann die E-Mail des Autors."
|
2041 |
|
2042 |
-
#: includes/admin/
|
2043 |
-
msgctxt "
|
2044 |
-
msgid "
|
2045 |
-
msgstr ""
|
2046 |
-
"Probieren sie erst die E-Mail des Authors und dann die E-Mail des Felds."
|
2047 |
|
2048 |
-
#: includes/admin/
|
2049 |
-
msgctxt "
|
2050 |
-
msgid "
|
2051 |
-
msgstr "
|
2052 |
|
2053 |
-
#: includes/admin/
|
2054 |
-
msgctxt "
|
2055 |
-
msgid "
|
2056 |
-
msgstr "
|
2057 |
|
2058 |
-
#: includes/admin/
|
2059 |
-
msgctxt "
|
2060 |
-
msgid "
|
2061 |
-
msgstr "
|
2062 |
|
2063 |
-
#: includes/admin/
|
2064 |
-
msgctxt "
|
2065 |
-
msgid "
|
2066 |
-
|
|
|
|
|
|
|
|
|
|
|
2067 |
|
2068 |
-
#: includes/admin/
|
2069 |
-
msgctxt "
|
2070 |
-
msgid "
|
2071 |
-
msgstr "
|
2072 |
|
2073 |
-
#: includes/admin/
|
2074 |
-
msgctxt "
|
2075 |
-
msgid "
|
2076 |
-
msgstr "
|
2077 |
|
2078 |
-
#: includes/admin/
|
2079 |
-
msgctxt "
|
2080 |
-
msgid "
|
2081 |
-
msgstr "
|
2082 |
|
2083 |
-
#: includes/admin/
|
2084 |
-
|
2085 |
-
|
2086 |
-
|
|
|
2087 |
|
2088 |
-
#: includes/admin/
|
2089 |
-
msgctxt "
|
2090 |
-
msgid "
|
2091 |
-
msgstr ""
|
2092 |
-
"Du kannst dieses Texttemplate verändern, das für die meisten der E-"
|
2093 |
-
"mailadressen unten verwendet wird."
|
2094 |
|
2095 |
-
#: includes/admin/
|
2096 |
-
msgctxt "
|
2097 |
-
msgid "
|
2098 |
-
msgstr "
|
2099 |
|
2100 |
-
#: includes/admin/
|
2101 |
-
msgctxt "
|
2102 |
-
msgid "
|
2103 |
-
msgstr "
|
2104 |
|
2105 |
-
#: includes/admin/
|
2106 |
-
msgctxt "
|
2107 |
-
msgid "
|
2108 |
-
msgstr "
|
|
|
2109 |
|
2110 |
-
#: includes/admin/
|
2111 |
-
msgctxt "
|
2112 |
-
msgid "
|
2113 |
-
msgstr "
|
2114 |
|
2115 |
-
#: includes/admin/
|
2116 |
-
msgctxt "
|
2117 |
-
msgid "
|
2118 |
-
msgstr "
|
2119 |
|
2120 |
-
#: includes/admin/
|
2121 |
-
msgctxt "
|
2122 |
-
msgid "
|
2123 |
-
msgstr "
|
2124 |
|
2125 |
-
#: includes/admin/
|
2126 |
-
msgctxt "
|
2127 |
-
msgid "
|
2128 |
-
msgstr "
|
2129 |
|
2130 |
-
#: includes/admin/
|
2131 |
-
|
2132 |
-
|
2133 |
-
|
|
|
2134 |
|
2135 |
-
#: includes/
|
2136 |
-
msgctxt "
|
2137 |
-
msgid "
|
2138 |
-
msgstr "
|
2139 |
|
2140 |
-
#: includes/
|
2141 |
-
msgctxt "
|
2142 |
-
msgid "
|
2143 |
-
msgstr "
|
2144 |
|
2145 |
-
#: includes/
|
2146 |
-
|
2147 |
-
|
2148 |
-
|
2149 |
-
msgid "Listing's title"
|
2150 |
-
msgstr "Eintrag Titel"
|
2151 |
|
2152 |
-
#: includes/
|
2153 |
-
msgctxt "
|
2154 |
-
msgid "
|
2155 |
-
msgstr "
|
2156 |
|
2157 |
-
#:
|
2158 |
-
|
2159 |
-
|
2160 |
-
|
2161 |
-
"
|
2162 |
-
msgstr ""
|
2163 |
-
"Dein Eintrag \"[listing]\" ist jetzt verfügbar unter [listing-url] und "
|
2164 |
-
"kann öffentlich eingesehen werden."
|
2165 |
|
2166 |
-
#:
|
2167 |
-
msgctxt "
|
2168 |
-
msgid "
|
2169 |
msgstr ""
|
2170 |
-
"
|
2171 |
-
"
|
2172 |
|
2173 |
-
#:
|
2174 |
-
msgctxt "
|
2175 |
-
msgid "
|
2176 |
-
msgstr "
|
2177 |
|
2178 |
-
#:
|
2179 |
-
msgctxt "
|
2180 |
-
msgid "
|
2181 |
-
msgstr "
|
2182 |
|
2183 |
-
#:
|
2184 |
-
msgctxt "
|
2185 |
-
msgid ""
|
2186 |
-
"
|
2187 |
-
"pages."
|
2188 |
-
msgstr ""
|
2189 |
-
"An den Eigentümer senden wenn jemand die Kontaktform auf Ihrer Eintragsseite "
|
2190 |
-
"verwendet."
|
2191 |
|
2192 |
-
#:
|
2193 |
-
msgctxt "
|
2194 |
-
msgid "
|
2195 |
-
msgstr "
|
2196 |
|
2197 |
-
#:
|
2198 |
-
msgctxt "
|
2199 |
-
msgid "
|
2200 |
-
msgstr "
|
2201 |
|
2202 |
-
#:
|
2203 |
-
msgctxt "
|
2204 |
-
msgid "
|
2205 |
-
msgstr ""
|
2206 |
|
2207 |
-
#:
|
2208 |
-
msgctxt "
|
2209 |
-
msgid "
|
2210 |
-
msgstr "
|
2211 |
|
2212 |
-
#:
|
2213 |
-
msgctxt "
|
2214 |
-
msgid "
|
2215 |
-
msgstr "
|
2216 |
|
2217 |
-
#:
|
2218 |
-
msgctxt "
|
2219 |
-
msgid ""
|
2220 |
-
"
|
2221 |
-
"can also <a>configure when the e-mails are sent</a>."
|
2222 |
-
msgstr ""
|
2223 |
-
"Dieser Bereich referenziert nur den Text der Erneuerungs/Abgelaufen "
|
2224 |
-
"Nachricht. Du kannst auch <a>konfigurieren wann die E-mails gesendet werden</"
|
2225 |
-
"a>"
|
2226 |
|
2227 |
-
#:
|
2228 |
-
msgctxt "
|
2229 |
-
msgid "
|
2230 |
-
msgstr "
|
2231 |
|
2232 |
-
#:
|
2233 |
-
msgctxt "
|
2234 |
-
msgid ""
|
2235 |
-
|
2236 |
-
"only."
|
2237 |
-
msgstr ""
|
2238 |
-
"Einige Zeit bevor der Eintrag abläuft senden. Wird nur bei kostenlosen "
|
2239 |
-
"Erneuerungen verwendet."
|
2240 |
|
2241 |
-
#:
|
2242 |
-
|
2243 |
-
|
2244 |
-
|
2245 |
-
|
2246 |
-
|
2247 |
-
|
2248 |
-
|
2249 |
-
|
2250 |
-
|
2251 |
-
|
2252 |
-
#: includes/admin/settings/class-settings.php:522
|
2253 |
-
#: includes/admin/settings/class-settings.php:535
|
2254 |
-
#: includes/admin/settings/class-settings.php:548
|
2255 |
-
msgctxt "settings"
|
2256 |
-
msgid "Author's name"
|
2257 |
-
msgstr "Authorname"
|
2258 |
-
|
2259 |
-
#: includes/admin/settings/class-settings.php:497
|
2260 |
-
#: includes/admin/settings/class-settings.php:510
|
2261 |
-
#: includes/admin/settings/class-settings.php:549
|
2262 |
-
msgctxt "settings"
|
2263 |
-
msgid "Expiration date"
|
2264 |
-
msgstr "Ablaufdatum"
|
2265 |
|
2266 |
-
#:
|
2267 |
-
msgctxt "
|
2268 |
-
msgid "
|
2269 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2270 |
|
2271 |
-
#: includes/admin/
|
2272 |
-
|
2273 |
-
|
2274 |
-
|
2275 |
-
|
2276 |
-
|
|
|
2277 |
|
2278 |
-
#: includes/admin/
|
2279 |
-
|
2280 |
-
|
2281 |
-
|
2282 |
-
|
2283 |
-
|
2284 |
-
|
2285 |
-
|
2286 |
|
2287 |
-
#: includes/admin/
|
2288 |
-
msgctxt "admin
|
2289 |
-
msgid "
|
2290 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2291 |
|
2292 |
-
#: includes/admin/
|
2293 |
-
msgctxt "
|
2294 |
msgid ""
|
2295 |
-
"
|
2296 |
-
"
|
2297 |
msgstr ""
|
2298 |
-
"
|
2299 |
-
"
|
|
|
2300 |
|
2301 |
-
#:
|
2302 |
-
|
2303 |
-
|
2304 |
-
|
2305 |
-
msgstr "Ablaufende Kategorie"
|
2306 |
|
2307 |
-
#:
|
2308 |
-
msgctxt "admin
|
2309 |
-
msgid "
|
2310 |
-
msgstr "
|
2311 |
|
2312 |
-
#: includes/admin/
|
2313 |
-
|
2314 |
-
|
2315 |
-
"
|
2316 |
-
"
|
2317 |
-
msgstr ""
|
2318 |
-
"Einige Zeit bevor der Eintrag abläuft senden. Wird nur bei bezahlten "
|
2319 |
-
"Erneuerungen verwendet."
|
2320 |
|
2321 |
-
#: includes/admin/
|
2322 |
-
#: includes/
|
2323 |
-
msgctxt "
|
2324 |
-
msgid "
|
2325 |
-
msgstr "
|
2326 |
|
2327 |
-
#: includes/admin/
|
2328 |
-
msgctxt "
|
2329 |
-
msgid "
|
2330 |
-
msgstr "
|
2331 |
|
2332 |
-
#: includes/admin/
|
2333 |
-
msgctxt "
|
2334 |
-
msgid "
|
2335 |
-
msgstr "
|
2336 |
|
2337 |
-
#: includes/admin/
|
2338 |
-
msgctxt "
|
2339 |
-
msgid "
|
2340 |
-
msgstr "
|
2341 |
|
2342 |
-
#: includes/admin/
|
2343 |
-
msgctxt "
|
2344 |
-
msgid ""
|
2345 |
-
"
|
2346 |
-
msgstr ""
|
2347 |
-
"Sende nachdem der Eintrag automatisch erneuert wurde. Wird nur bei bezahlten "
|
2348 |
-
"Erneuerungen verwendet."
|
2349 |
|
2350 |
-
#: includes/
|
2351 |
-
msgctxt "
|
2352 |
-
msgid "
|
2353 |
-
msgstr "
|
2354 |
|
2355 |
-
#: includes/
|
2356 |
-
msgctxt "
|
2357 |
-
msgid "
|
2358 |
-
msgstr "
|
2359 |
|
2360 |
-
#: includes/
|
2361 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
2362 |
msgid ""
|
2363 |
-
"
|
2364 |
-
"
|
|
|
2365 |
msgstr ""
|
2366 |
-
"Einige Zeit nachdem der Eintrag abgelaufen und keine Erneuerung beauftragt "
|
2367 |
-
"wurde senden. Wird bei bezahlten und kostenlosen Erneuerungen verwendet."
|
2368 |
|
2369 |
-
#: includes/
|
2370 |
-
msgctxt "
|
2371 |
-
msgid "
|
2372 |
-
msgstr "
|
2373 |
|
2374 |
-
#: includes/
|
2375 |
-
msgctxt "
|
2376 |
-
msgid "
|
2377 |
-
|
|
|
|
|
2378 |
|
2379 |
-
#: includes/
|
2380 |
-
msgctxt "
|
2381 |
-
msgid "
|
2382 |
-
|
|
|
|
|
2383 |
|
2384 |
-
#: includes/
|
2385 |
-
msgctxt "
|
2386 |
-
msgid "
|
2387 |
-
|
|
|
|
|
|
|
|
|
2388 |
|
2389 |
-
#: includes/
|
2390 |
-
msgctxt "
|
2391 |
-
msgid "
|
|
|
|
|
|
|
2392 |
msgstr ""
|
2393 |
-
"Aktiviere (HTTPS) sichere Verbindung für den Bestellprozess deiner Seite?"
|
2394 |
|
2395 |
-
#: includes/
|
2396 |
-
msgctxt "
|
2397 |
msgid ""
|
2398 |
-
"
|
2399 |
-
"
|
2400 |
msgstr ""
|
2401 |
-
"Empfohlen zur Erweiterung der Sicherheit. Aktiviere HTTPS auf deinem Server "
|
2402 |
-
"und <a>erhalte ein SSL Zertifikat</a>"
|
2403 |
|
2404 |
-
#: includes/
|
2405 |
-
msgctxt "
|
2406 |
-
msgid "
|
2407 |
-
msgstr "
|
2408 |
|
2409 |
-
#: includes/
|
2410 |
-
msgctxt "
|
2411 |
-
msgid "
|
2412 |
-
msgstr "
|
2413 |
|
2414 |
-
#: includes/
|
2415 |
-
msgctxt "
|
2416 |
-
msgid "
|
2417 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2418 |
|
2419 |
-
#: includes/
|
2420 |
-
msgctxt "
|
2421 |
-
msgid "
|
2422 |
-
msgstr "
|
2423 |
|
2424 |
-
#: includes/
|
2425 |
-
msgctxt "
|
2426 |
-
msgid "
|
2427 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2428 |
|
2429 |
-
#: includes/
|
2430 |
-
msgctxt "
|
2431 |
-
msgid "
|
2432 |
-
msgstr "
|
2433 |
|
2434 |
-
#: includes/
|
2435 |
-
msgctxt "
|
2436 |
-
msgid "
|
2437 |
-
msgstr "
|
2438 |
|
2439 |
-
#: includes/
|
2440 |
-
msgctxt "
|
2441 |
-
msgid "
|
2442 |
-
msgstr "
|
2443 |
|
2444 |
-
#: includes/admin/
|
2445 |
-
msgctxt "admin
|
2446 |
-
msgid "
|
2447 |
-
msgstr "
|
2448 |
|
2449 |
-
#: includes/admin/
|
2450 |
-
msgctxt "admin
|
2451 |
-
msgid "
|
2452 |
-
msgstr "
|
2453 |
|
2454 |
-
#: includes/admin/
|
2455 |
-
msgctxt "admin
|
2456 |
-
msgid "
|
2457 |
-
msgstr "
|
2458 |
|
2459 |
-
#: includes/admin/
|
2460 |
-
msgctxt "admin
|
2461 |
-
msgid "
|
2462 |
-
msgstr ""
|
2463 |
|
2464 |
-
#: includes/admin/
|
2465 |
-
msgctxt "admin
|
2466 |
-
msgid "
|
2467 |
-
msgstr "
|
2468 |
|
2469 |
-
#: includes/admin/
|
2470 |
-
msgctxt "admin
|
2471 |
-
msgid "
|
2472 |
-
msgstr "
|
2473 |
|
2474 |
-
#: includes/admin/
|
2475 |
-
msgctxt "admin
|
2476 |
-
msgid "
|
2477 |
-
msgstr "
|
|
|
|
|
2478 |
|
2479 |
-
#: includes/admin/
|
2480 |
-
|
2481 |
-
|
2482 |
-
|
|
|
2483 |
|
2484 |
-
#: includes/admin/
|
2485 |
-
|
2486 |
-
|
2487 |
-
|
|
|
2488 |
|
2489 |
-
#: includes/admin/
|
2490 |
-
|
2491 |
-
|
2492 |
-
|
|
|
2493 |
|
2494 |
-
#: includes/admin/
|
2495 |
-
msgctxt "admin
|
2496 |
-
msgid "
|
2497 |
-
|
|
|
|
|
|
|
2498 |
|
2499 |
-
#: includes/admin/
|
2500 |
-
msgctxt "admin
|
2501 |
-
msgid "
|
2502 |
-
msgstr "
|
2503 |
|
2504 |
-
#: includes/admin/
|
2505 |
-
msgctxt "admin
|
2506 |
-
msgid "
|
2507 |
-
msgstr "
|
2508 |
|
2509 |
-
#: includes/admin/
|
2510 |
-
msgctxt "admin
|
2511 |
-
msgid "
|
2512 |
-
msgstr "
|
2513 |
|
2514 |
-
#: includes/admin/
|
2515 |
-
msgctxt "admin
|
2516 |
-
msgid "
|
2517 |
-
msgstr "
|
2518 |
|
2519 |
-
#: includes/admin/
|
2520 |
-
msgctxt "admin
|
2521 |
-
msgid "
|
2522 |
-
msgstr "
|
2523 |
|
2524 |
-
#: includes/admin/
|
2525 |
-
msgctxt "admin
|
2526 |
-
msgid "
|
2527 |
-
msgstr "
|
2528 |
|
2529 |
-
#: includes/admin/
|
2530 |
-
msgctxt "admin
|
2531 |
-
msgid "
|
2532 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2533 |
|
2534 |
-
#: includes/admin/
|
2535 |
-
msgctxt "admin
|
2536 |
-
msgid "
|
2537 |
-
msgstr "
|
2538 |
|
2539 |
-
#: includes/admin/
|
2540 |
-
msgctxt "admin
|
2541 |
-
msgid "
|
2542 |
-
msgstr "
|
2543 |
|
2544 |
-
#: includes/admin/
|
2545 |
-
msgctxt "admin
|
2546 |
-
msgid "
|
2547 |
-
msgstr "
|
2548 |
|
2549 |
-
#: includes/admin/
|
2550 |
-
msgctxt "admin
|
2551 |
-
msgid "
|
2552 |
-
msgstr "
|
2553 |
|
2554 |
-
#: includes/admin/
|
2555 |
-
msgctxt "admin
|
2556 |
-
msgid "
|
2557 |
-
msgstr "
|
2558 |
|
2559 |
-
#: includes/admin/
|
2560 |
-
msgctxt "admin
|
2561 |
-
msgid "
|
2562 |
-
|
|
|
|
|
2563 |
|
2564 |
-
#: includes/admin/
|
2565 |
-
msgctxt "admin
|
2566 |
-
msgid ""
|
2567 |
-
"
|
2568 |
-
"
|
2569 |
-
msgstr ""
|
2570 |
-
"Danke für Ihre Bezahlung. Ihre Bezahlung wird verifiziert und Ihr Eintrag "
|
2571 |
-
"geprüft. Die Verifizierung und die Prüfung können 48 Stunden in Anspruch "
|
2572 |
-
"nehmen."
|
2573 |
|
2574 |
-
#: includes/admin/
|
2575 |
-
msgctxt "admin
|
2576 |
-
msgid "
|
2577 |
-
msgstr ""
|
2578 |
|
2579 |
-
#: includes/admin/
|
2580 |
-
msgctxt "admin
|
2581 |
-
msgid ""
|
2582 |
-
|
2583 |
-
"the end, but fails to complete their payment for the listing. This results "
|
2584 |
-
"in listings that look like they failed, when the user simply didn't complete "
|
2585 |
-
"the transaction. BD can remind them to come back and continue."
|
2586 |
-
msgstr ""
|
2587 |
|
2588 |
-
#: includes/admin/
|
2589 |
-
msgctxt "admin
|
2590 |
-
msgid "
|
2591 |
-
msgstr "
|
2592 |
|
2593 |
-
#:
|
2594 |
-
msgctxt "admin
|
2595 |
-
msgid ""
|
2596 |
-
"
|
2597 |
-
"can also <a>customize the e-mail</a> users receive."
|
2598 |
-
msgstr ""
|
2599 |
|
2600 |
-
#:
|
2601 |
-
msgctxt "admin
|
2602 |
-
msgid "
|
2603 |
-
msgstr ""
|
2604 |
|
2605 |
-
#:
|
2606 |
-
msgctxt "admin
|
2607 |
-
msgid "
|
2608 |
-
msgstr ""
|
2609 |
|
2610 |
-
#:
|
2611 |
-
msgctxt "admin
|
2612 |
-
msgid "
|
2613 |
-
msgstr ""
|
2614 |
|
2615 |
-
#:
|
2616 |
-
msgctxt "admin
|
2617 |
-
msgid "
|
2618 |
-
msgstr ""
|
2619 |
|
2620 |
-
#:
|
2621 |
-
msgctxt "admin
|
2622 |
-
msgid "
|
2623 |
-
msgstr ""
|
2624 |
|
2625 |
-
#:
|
2626 |
-
msgctxt "admin
|
2627 |
-
msgid "
|
2628 |
-
msgstr "
|
2629 |
|
2630 |
-
#:
|
2631 |
-
msgctxt "admin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2632 |
msgid ""
|
2633 |
-
"
|
2634 |
-
"
|
2635 |
-
"will need to re-upload the image(s) on that listing after changing things "
|
2636 |
-
"here."
|
2637 |
msgstr ""
|
2638 |
-
"
|
2639 |
-
"
|
2640 |
-
"existierende Einträge verändert werden, musst du Bild(er) neu hochladen, "
|
2641 |
-
"nachdem Einstellungen hier verändert wurden."
|
2642 |
|
2643 |
-
#:
|
2644 |
-
msgctxt "admin
|
2645 |
-
msgid "
|
2646 |
-
msgstr "
|
2647 |
|
2648 |
-
#:
|
2649 |
-
|
2650 |
-
|
2651 |
-
|
|
|
2652 |
|
2653 |
-
#:
|
2654 |
-
msgctxt "admin
|
2655 |
-
msgid "
|
2656 |
-
msgstr "
|
2657 |
|
2658 |
-
#:
|
2659 |
-
msgctxt "admin
|
2660 |
-
msgid "
|
2661 |
-
msgstr "
|
2662 |
|
2663 |
-
#:
|
2664 |
-
msgctxt "admin
|
2665 |
-
msgid "
|
2666 |
-
msgstr "
|
2667 |
|
2668 |
-
#:
|
2669 |
-
msgctxt "admin
|
2670 |
-
msgid "
|
2671 |
-
msgstr "
|
2672 |
|
2673 |
-
#:
|
2674 |
-
msgctxt "admin
|
2675 |
-
msgid "
|
2676 |
-
msgstr "
|
2677 |
|
2678 |
-
#:
|
2679 |
-
msgctxt "admin
|
2680 |
-
msgid "
|
2681 |
-
msgstr "
|
2682 |
|
2683 |
-
#:
|
2684 |
-
msgctxt "admin
|
2685 |
-
msgid "
|
2686 |
-
msgstr "
|
2687 |
|
2688 |
-
#:
|
2689 |
-
msgctxt "admin
|
|
|
|
|
|
|
|
|
|
|
2690 |
msgid ""
|
2691 |
-
"
|
|
|
2692 |
msgstr ""
|
2693 |
-
"
|
2694 |
-
"
|
2695 |
|
2696 |
-
#:
|
2697 |
-
msgctxt "admin
|
2698 |
-
msgid "
|
2699 |
-
msgstr "
|
2700 |
|
2701 |
-
#:
|
2702 |
-
msgctxt "admin
|
2703 |
-
msgid "
|
2704 |
-
msgstr "
|
2705 |
|
2706 |
-
#:
|
2707 |
-
msgctxt "admin
|
2708 |
-
msgid "
|
2709 |
-
msgstr "
|
2710 |
|
2711 |
-
#:
|
2712 |
-
msgctxt "admin
|
2713 |
-
msgid "
|
2714 |
-
msgstr "
|
2715 |
|
2716 |
-
#:
|
2717 |
-
msgctxt "admin
|
2718 |
msgid ""
|
2719 |
-
"
|
2720 |
-
"
|
2721 |
-
"
|
2722 |
-
"
|
2723 |
msgstr ""
|
2724 |
-
"
|
2725 |
-
"
|
2726 |
-
"
|
2727 |
-
"
|
2728 |
-
"Abhängig von den hochgeladenen Bildern können Thumbnails unterschiedliche "
|
2729 |
-
"Höhen haben."
|
2730 |
|
2731 |
-
#:
|
2732 |
-
|
2733 |
-
|
2734 |
-
|
|
|
2735 |
|
2736 |
-
#:
|
2737 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2738 |
msgid ""
|
2739 |
-
"
|
2740 |
-
"
|
|
|
2741 |
msgstr ""
|
2742 |
-
"
|
2743 |
-
"
|
2744 |
-
"
|
2745 |
|
2746 |
-
#:
|
2747 |
-
msgctxt "admin
|
2748 |
-
msgid "Use default picture for listings with no picture?"
|
2749 |
-
msgstr "Benutze Standardbilder für Einträge mit keinem Bild?"
|
2750 |
-
|
2751 |
-
#: includes/admin/settings/class-settings.php:700
|
2752 |
-
msgctxt "admin settings"
|
2753 |
-
msgid "Show Thumbnail on main listings page?"
|
2754 |
-
msgstr "Thumbnail auf der Eintragshauptseite anzeigen?"
|
2755 |
-
|
2756 |
-
#: includes/admin/settings/class-settings.php:729
|
2757 |
-
msgctxt "admin settings"
|
2758 |
-
msgid "User"
|
2759 |
-
msgstr "Benutzer"
|
2760 |
-
|
2761 |
-
#: includes/admin/settings/class-settings.php:730
|
2762 |
-
msgctxt "admin settings"
|
2763 |
-
msgid "User registration date"
|
2764 |
-
msgstr "Eintrag Enddatum"
|
2765 |
-
|
2766 |
-
#: includes/admin/settings/class-settings.php:756
|
2767 |
-
msgctxt "admin settings"
|
2768 |
msgid ""
|
2769 |
-
"
|
2770 |
-
"
|
2771 |
msgstr ""
|
|
|
|
|
|
|
2772 |
|
2773 |
-
#:
|
2774 |
-
msgctxt "admin
|
2775 |
msgid ""
|
2776 |
-
"
|
2777 |
-
"
|
|
|
2778 |
msgstr ""
|
|
|
|
|
|
|
2779 |
|
2780 |
-
#: includes/admin/
|
2781 |
-
msgctxt "
|
2782 |
-
msgid ""
|
2783 |
-
|
2784 |
-
"\". Please remove the file \"%s\" manually or deactivate the plugin."
|
2785 |
-
msgstr ""
|
2786 |
|
2787 |
-
#: includes/admin/
|
2788 |
-
msgctxt "
|
2789 |
-
msgid "
|
2790 |
-
msgstr "
|
2791 |
|
2792 |
-
#: includes/admin/
|
2793 |
-
msgctxt "
|
2794 |
-
msgid "
|
2795 |
-
msgstr "
|
2796 |
|
2797 |
-
#: includes/admin/
|
2798 |
-
msgctxt "
|
2799 |
-
msgid "
|
2800 |
-
msgstr "
|
2801 |
|
2802 |
-
#: includes/admin/
|
2803 |
-
msgctxt "
|
2804 |
-
msgid "
|
2805 |
-
msgstr "
|
2806 |
|
2807 |
-
#: includes/admin/
|
2808 |
-
msgctxt "admin
|
2809 |
-
msgid "
|
2810 |
-
msgstr "
|
2811 |
|
2812 |
-
#: includes/admin/
|
2813 |
-
msgctxt "
|
2814 |
-
msgid "
|
2815 |
-
msgstr "
|
2816 |
|
2817 |
-
#: includes/admin/
|
2818 |
-
msgctxt "
|
2819 |
-
msgid "
|
2820 |
-
msgstr "
|
2821 |
|
2822 |
-
#: includes/admin/
|
2823 |
-
msgctxt "
|
2824 |
-
msgid "
|
2825 |
-
msgstr "
|
2826 |
|
2827 |
-
#: includes/admin/
|
2828 |
-
msgctxt "
|
2829 |
-
msgid "
|
2830 |
-
msgstr "
|
2831 |
|
2832 |
-
#: includes/admin/
|
2833 |
-
msgctxt "
|
2834 |
-
msgid "
|
2835 |
-
msgstr "
|
2836 |
|
2837 |
-
#: includes/admin/
|
2838 |
-
msgctxt "
|
2839 |
-
msgid "
|
2840 |
-
msgstr "
|
2841 |
|
2842 |
-
#: includes/admin/
|
2843 |
-
msgctxt "
|
2844 |
-
msgid "
|
2845 |
-
msgstr "
|
2846 |
|
2847 |
-
#: includes/admin/
|
2848 |
-
msgctxt "
|
2849 |
-
msgid "
|
2850 |
-
msgstr "
|
2851 |
|
2852 |
-
#: includes/admin/
|
2853 |
-
msgctxt "
|
2854 |
-
msgid "
|
2855 |
-
msgstr "
|
2856 |
|
2857 |
-
#: includes/admin/
|
2858 |
-
msgctxt "
|
2859 |
-
msgid "
|
2860 |
-
msgstr "
|
2861 |
|
2862 |
-
#: includes/admin/
|
2863 |
-
msgctxt "
|
2864 |
-
msgid "
|
2865 |
-
msgstr "
|
2866 |
|
2867 |
-
#: includes/admin/
|
2868 |
-
msgctxt "
|
2869 |
-
msgid "
|
2870 |
-
msgstr "
|
2871 |
|
2872 |
-
#: includes/admin/
|
2873 |
-
msgctxt "
|
2874 |
-
msgid "
|
2875 |
-
msgstr "
|
2876 |
|
2877 |
-
#: includes/admin/
|
2878 |
-
msgctxt "
|
2879 |
-
msgid "
|
2880 |
-
msgstr "
|
2881 |
|
2882 |
-
#: includes/admin/
|
2883 |
-
msgctxt "
|
2884 |
-
msgid "
|
2885 |
-
msgstr "
|
2886 |
|
2887 |
-
#: includes/admin/
|
2888 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2889 |
msgid ""
|
2890 |
-
"
|
2891 |
-
"
|
2892 |
-
"
|
|
|
2893 |
msgstr ""
|
2894 |
-
"
|
2895 |
-
"
|
2896 |
-
"
|
|
|
|
|
2897 |
|
2898 |
-
#: includes/admin/
|
2899 |
-
msgctxt "
|
2900 |
-
msgid "
|
2901 |
-
msgstr "
|
2902 |
|
2903 |
-
#: includes/admin/
|
2904 |
-
msgctxt "
|
2905 |
-
msgid "
|
2906 |
-
msgstr "
|
2907 |
|
2908 |
-
#: includes/admin/
|
2909 |
-
msgctxt "
|
2910 |
-
msgid "
|
2911 |
-
msgstr "
|
2912 |
|
2913 |
-
#: includes/admin/
|
2914 |
-
msgctxt "
|
2915 |
-
msgid "
|
2916 |
-
msgstr "
|
2917 |
|
2918 |
-
#: includes/admin/
|
2919 |
-
msgctxt "
|
2920 |
-
msgid "
|
2921 |
-
msgstr "
|
2922 |
|
2923 |
-
#: includes/admin/
|
2924 |
-
msgctxt "
|
2925 |
-
msgid "
|
2926 |
-
msgstr "
|
2927 |
-
|
2928 |
-
#: includes/admin/upgrades/class-themes-updater.php:159
|
2929 |
-
msgctxt "themes"
|
2930 |
-
msgid "Could not update theme: %s"
|
2931 |
-
msgstr "Konnte Lizenz nicht deaktivieren: %s"
|
2932 |
|
2933 |
-
#: includes/admin/
|
2934 |
-
|
2935 |
-
|
2936 |
-
|
2937 |
-
msgstr "Der Import wurde erfolgreich abgeschlossen."
|
2938 |
|
2939 |
-
#: includes/
|
2940 |
-
|
2941 |
-
|
|
|
2942 |
|
2943 |
-
#: includes/
|
2944 |
-
msgctxt "
|
2945 |
-
msgid "
|
2946 |
-
msgstr "
|
2947 |
|
2948 |
-
#: includes/
|
2949 |
-
msgctxt "
|
2950 |
-
msgid "
|
2951 |
-
msgstr "
|
2952 |
|
2953 |
-
#: includes/
|
2954 |
-
msgctxt "
|
2955 |
-
msgid "
|
2956 |
-
msgstr "
|
2957 |
|
2958 |
-
#: includes/
|
2959 |
-
msgctxt "
|
2960 |
-
msgid "
|
2961 |
-
msgstr ""
|
2962 |
-
"Preis Eintrag Zeitraum muss eine Nummer kleiner als 10 Jahre sein (3650 "
|
2963 |
-
"Tage)."
|
2964 |
|
2965 |
-
#: includes/
|
2966 |
-
msgctxt "
|
2967 |
-
msgid "
|
2968 |
-
msgstr "
|
2969 |
|
2970 |
-
#: includes/
|
2971 |
-
msgctxt "
|
2972 |
-
msgid "
|
2973 |
-
msgstr "
|
2974 |
|
2975 |
-
#: includes/
|
2976 |
-
msgctxt "
|
2977 |
-
msgid "
|
2978 |
-
msgstr "
|
2979 |
|
2980 |
-
#: includes/
|
2981 |
-
msgctxt "
|
2982 |
-
msgid "
|
2983 |
-
msgstr "
|
2984 |
|
2985 |
-
#: includes/
|
2986 |
-
msgctxt "
|
2987 |
-
msgid "
|
2988 |
-
msgstr "
|
2989 |
|
2990 |
-
#: includes/
|
2991 |
-
msgctxt "
|
2992 |
-
msgid "
|
2993 |
-
msgstr "
|
2994 |
|
2995 |
-
#: includes/class-
|
2996 |
-
|
2997 |
-
|
2998 |
-
|
|
|
|
|
|
|
2999 |
|
3000 |
-
#: includes/class-
|
3001 |
-
|
3002 |
-
|
3003 |
-
|
|
|
|
|
3004 |
|
3005 |
-
#: includes/class-
|
3006 |
-
msgctxt "
|
3007 |
-
msgid "
|
3008 |
-
msgstr "
|
3009 |
|
3010 |
-
#: includes/class-
|
3011 |
-
msgctxt "
|
3012 |
-
msgid "
|
3013 |
-
msgstr "
|
3014 |
|
3015 |
-
#: includes/class-
|
3016 |
-
msgctxt "
|
3017 |
-
msgid "
|
3018 |
-
msgstr "
|
3019 |
|
3020 |
-
#: includes/
|
3021 |
-
msgctxt "
|
3022 |
-
msgid "
|
3023 |
-
msgstr "
|
3024 |
|
3025 |
-
#: includes/class-
|
3026 |
-
msgctxt "
|
3027 |
-
msgid "
|
3028 |
-
msgstr "
|
3029 |
|
3030 |
-
#: includes/class-
|
3031 |
-
msgctxt "
|
3032 |
-
msgid "
|
3033 |
-
msgstr "
|
3034 |
|
3035 |
-
#: includes/class-
|
3036 |
-
msgctxt "
|
3037 |
-
msgid "
|
3038 |
-
msgstr "
|
3039 |
|
3040 |
-
#: includes/class-
|
3041 |
-
msgctxt "
|
3042 |
-
msgid "
|
3043 |
-
|
|
|
|
|
3044 |
|
3045 |
-
#: includes/
|
3046 |
-
msgctxt "
|
3047 |
-
msgid "
|
3048 |
-
msgstr "
|
3049 |
|
3050 |
-
#: includes/class-
|
3051 |
-
msgctxt "
|
3052 |
-
msgid "
|
3053 |
-
|
|
|
|
|
|
|
|
|
3054 |
|
3055 |
-
#: includes/class-
|
3056 |
-
msgctxt "
|
3057 |
-
msgid "
|
3058 |
-
msgstr "
|
3059 |
|
3060 |
-
#: includes/class-
|
3061 |
-
msgctxt "
|
3062 |
-
msgid "
|
3063 |
-
msgstr "
|
3064 |
|
3065 |
-
#: includes/class-
|
3066 |
-
msgctxt "
|
3067 |
-
msgid "
|
3068 |
-
msgstr "
|
3069 |
|
3070 |
-
#: includes/class-
|
3071 |
-
|
3072 |
-
|
|
|
3073 |
|
3074 |
-
#:
|
3075 |
-
|
3076 |
-
|
|
|
3077 |
|
3078 |
-
#:
|
3079 |
-
|
3080 |
-
|
|
|
3081 |
|
3082 |
-
#:
|
3083 |
-
|
3084 |
-
|
|
|
|
|
|
|
3085 |
|
3086 |
-
#:
|
3087 |
-
|
3088 |
-
|
|
|
3089 |
|
3090 |
-
#:
|
3091 |
-
|
3092 |
-
|
|
|
3093 |
|
3094 |
-
#:
|
3095 |
-
|
3096 |
-
|
|
|
3097 |
|
3098 |
-
#:
|
3099 |
-
|
3100 |
-
|
|
|
3101 |
|
3102 |
-
#:
|
3103 |
-
|
3104 |
-
|
|
|
3105 |
|
3106 |
-
#:
|
3107 |
-
|
3108 |
-
|
|
|
3109 |
|
3110 |
-
#:
|
3111 |
-
msgctxt "
|
3112 |
-
msgid "
|
3113 |
-
msgstr "
|
3114 |
|
3115 |
-
#:
|
3116 |
-
msgctxt "
|
3117 |
-
msgid "
|
3118 |
-
msgstr "
|
3119 |
|
3120 |
-
#:
|
3121 |
-
msgctxt "
|
3122 |
-
msgid "
|
3123 |
-
msgstr "
|
3124 |
|
3125 |
-
#:
|
3126 |
-
msgctxt "form-fields
|
3127 |
-
msgid "
|
3128 |
-
msgstr "
|
3129 |
|
3130 |
-
#:
|
3131 |
-
#: includes/fields/class-fieldtypes-radiobutton.php:68
|
3132 |
-
#: includes/fields/class-fieldtypes-select.php:151
|
3133 |
msgctxt "form-fields admin"
|
3134 |
-
msgid "Field
|
3135 |
-
msgstr ""
|
3136 |
-
"Feldoptionen (für ausgewählte Listen, Radiobutton und Kontrollkästchen)"
|
3137 |
|
3138 |
-
#:
|
3139 |
-
#: includes/fields/class-fieldtypes-radiobutton.php:87
|
3140 |
-
#: includes/fields/class-fieldtypes-select.php:179
|
3141 |
msgctxt "form-fields admin"
|
3142 |
-
msgid "
|
3143 |
-
msgstr "
|
3144 |
|
3145 |
-
#:
|
3146 |
-
msgctxt "form-fields
|
3147 |
-
msgid "
|
3148 |
-
msgstr "
|
3149 |
|
3150 |
-
#:
|
3151 |
-
|
3152 |
-
|
|
|
3153 |
|
3154 |
-
#:
|
3155 |
-
msgctxt "form-fields
|
3156 |
-
msgid "
|
3157 |
-
msgstr "
|
3158 |
|
3159 |
-
#:
|
3160 |
-
msgctxt "
|
3161 |
-
msgid "
|
3162 |
-
msgstr "
|
3163 |
|
3164 |
-
#:
|
3165 |
-
msgctxt "
|
3166 |
-
msgid "
|
3167 |
-
msgstr "
|
3168 |
|
3169 |
-
#:
|
3170 |
-
msgctxt "form-fields
|
3171 |
-
msgid "
|
3172 |
-
msgstr "
|
3173 |
|
3174 |
-
#:
|
3175 |
-
msgctxt "form-fields
|
3176 |
-
msgid "
|
3177 |
-
msgstr "
|
|
|
3178 |
|
3179 |
-
#:
|
3180 |
-
msgctxt "form-fields
|
3181 |
-
msgid "
|
3182 |
-
msgstr "
|
3183 |
|
3184 |
-
#:
|
3185 |
-
msgctxt "form-fields
|
3186 |
-
msgid "
|
3187 |
-
msgstr "
|
3188 |
|
3189 |
-
#:
|
3190 |
-
msgctxt "form-fields
|
3191 |
-
msgid "
|
3192 |
-
msgstr "
|
3193 |
|
3194 |
-
#:
|
3195 |
-
msgctxt "form-fields
|
3196 |
-
msgid "
|
3197 |
-
msgstr "
|
3198 |
|
3199 |
-
#:
|
3200 |
-
msgctxt "form-fields
|
3201 |
-
msgid "
|
3202 |
-
msgstr "
|
3203 |
|
3204 |
-
#:
|
3205 |
-
msgctxt "form-fields
|
3206 |
-
msgid "
|
3207 |
-
msgstr "
|
3208 |
|
3209 |
-
#:
|
3210 |
-
msgctxt "form-fields
|
3211 |
-
msgid ""
|
3212 |
-
"
|
3213 |
-
"of options."
|
3214 |
-
msgstr "Die Höhe der Liste wird and die Anzahl von Optionen angepasst."
|
3215 |
|
3216 |
-
#:
|
3217 |
-
msgctxt "form
|
3218 |
-
msgid "
|
3219 |
-
|
|
|
|
|
|
|
|
|
|
|
3220 |
|
3221 |
-
#:
|
3222 |
-
msgctxt "form-fields
|
3223 |
-
msgid "
|
3224 |
-
msgstr "
|
3225 |
|
3226 |
-
#:
|
3227 |
-
msgctxt "form-fields
|
3228 |
-
msgid "
|
3229 |
-
msgstr "
|
3230 |
|
3231 |
-
#:
|
3232 |
-
msgctxt "form-fields
|
3233 |
-
msgid "
|
3234 |
-
msgstr "
|
3235 |
|
3236 |
-
#:
|
3237 |
-
|
3238 |
-
|
3239 |
-
|
3240 |
-
msgstr "-- Auswählen --"
|
3241 |
|
3242 |
-
#:
|
3243 |
-
msgctxt "form-fields-api select"
|
3244 |
-
msgid "— None —"
|
3245 |
-
msgstr ""
|
3246 |
-
|
3247 |
-
#: includes/fields/class-fieldtypes-select.php:162
|
3248 |
msgctxt "form-fields admin"
|
3249 |
-
msgid "
|
3250 |
-
msgstr "
|
3251 |
-
|
3252 |
-
#: includes/fields/class-fieldtypes-textarea.php:6
|
3253 |
-
msgctxt "form-fields api"
|
3254 |
-
msgid "Textarea"
|
3255 |
-
msgstr "Textbereich"
|
3256 |
|
3257 |
-
#:
|
3258 |
msgctxt "form-fields admin"
|
3259 |
-
msgid "
|
3260 |
-
msgstr "
|
3261 |
|
3262 |
-
#:
|
3263 |
msgctxt "form-fields admin"
|
3264 |
-
msgid "Allow IFRAME tags in content?"
|
3265 |
-
msgstr "Erlaube IFRAME-Tags im Inhalt?"
|
3266 |
-
|
3267 |
-
#: includes/fields/class-fieldtypes-textarea.php:56
|
3268 |
-
msgctxt "admin form-fields"
|
3269 |
msgid ""
|
3270 |
-
"
|
3271 |
-
"
|
3272 |
-
"
|
3273 |
-
"posting the listings yourself and have sole control over the content. Are "
|
3274 |
-
"you sure you want to enable this?"
|
3275 |
msgstr ""
|
|
|
|
|
|
|
3276 |
|
3277 |
-
#:
|
3278 |
-
msgctxt "form-fields admin"
|
3279 |
-
msgid "No"
|
3280 |
-
msgstr "Nein"
|
3281 |
-
|
3282 |
-
#: includes/fields/class-fieldtypes-textarea.php:58
|
3283 |
-
msgctxt "form-fields admin"
|
3284 |
-
msgid "Yes"
|
3285 |
-
msgstr "Ja"
|
3286 |
-
|
3287 |
-
#: includes/fields/class-fieldtypes-textarea.php:63
|
3288 |
-
msgctxt "form-fields admin"
|
3289 |
-
msgid "Allow WordPress shortcodes in this field?"
|
3290 |
-
msgstr "Erlaube Wordpress Shortcodes in diesem Feld?"
|
3291 |
-
|
3292 |
-
#: includes/fields/class-fieldtypes-textarea.php:66
|
3293 |
-
msgctxt "form-fields admin"
|
3294 |
-
msgid "Display a WYSIWYG editor on the frontend?"
|
3295 |
-
msgstr "Zeige einen WYSIWYG-Editor im Frontend an?"
|
3296 |
-
|
3297 |
-
#: includes/fields/class-fieldtypes-textarea.php:69
|
3298 |
msgctxt "form-fields admin"
|
3299 |
-
msgid ""
|
3300 |
-
"<b>Warning:</b> Users can use this feature to get around your image limits "
|
3301 |
-
"in fee plans."
|
3302 |
msgstr ""
|
|
|
|
|
3303 |
|
3304 |
-
#: includes/
|
3305 |
-
msgctxt "
|
3306 |
-
msgid "
|
3307 |
-
msgstr "
|
3308 |
|
3309 |
-
#: includes/
|
3310 |
-
msgctxt "
|
3311 |
-
msgid ""
|
3312 |
-
"
|
3313 |
-
"switch it unless you know what you're doing."
|
3314 |
-
msgstr ""
|
3315 |
-
"<b>Nur für Administratoren!</b> Wenn es dir nicht ausdrücklich gesagt wurde, "
|
3316 |
-
"ändere diese Einstellung nicht bevor du nicht weist was du genau tust."
|
3317 |
|
3318 |
-
#: includes/
|
3319 |
-
msgctxt "
|
3320 |
-
msgid "
|
3321 |
-
msgstr "
|
3322 |
|
3323 |
-
#: includes/
|
3324 |
-
msgctxt "
|
3325 |
-
msgid "
|
3326 |
-
msgstr "
|
3327 |
|
3328 |
-
#: includes/
|
3329 |
-
msgctxt "
|
3330 |
-
msgid "
|
3331 |
-
msgstr "
|
3332 |
|
3333 |
-
#: includes/
|
3334 |
-
msgctxt "
|
3335 |
-
msgid "
|
3336 |
-
msgstr "
|
3337 |
|
3338 |
-
#: includes/
|
3339 |
-
msgctxt "
|
3340 |
-
msgid "
|
3341 |
-
msgstr "
|
3342 |
|
3343 |
-
#: includes/
|
3344 |
-
msgctxt "
|
3345 |
-
msgid "
|
3346 |
-
msgstr "
|
3347 |
|
3348 |
-
#: includes/
|
3349 |
-
msgctxt "
|
3350 |
-
msgid "
|
3351 |
-
msgstr "
|
3352 |
|
3353 |
-
#:
|
3354 |
-
msgctxt "
|
3355 |
-
msgid "
|
3356 |
-
|
|
|
|
|
|
|
|
|
3357 |
|
3358 |
-
#:
|
3359 |
-
msgctxt "
|
3360 |
-
msgid "
|
3361 |
-
|
|
|
|
|
|
|
|
|
3362 |
|
3363 |
-
#:
|
3364 |
-
msgctxt "
|
3365 |
-
msgid "
|
3366 |
-
msgstr "
|
3367 |
|
3368 |
-
#: includes/
|
3369 |
-
msgctxt "
|
3370 |
-
msgid "
|
3371 |
-
msgstr "
|
3372 |
|
3373 |
-
#: includes/
|
3374 |
-
msgctxt "
|
3375 |
-
msgid "
|
3376 |
-
msgstr "
|
3377 |
|
3378 |
-
#: includes/
|
3379 |
-
msgctxt "
|
3380 |
-
msgid "
|
3381 |
-
msgstr ""
|
3382 |
-
"Die angeforderte Feldtypänderung ist nicht kompatibel. Typ wurde nicht "
|
3383 |
-
"geändert."
|
3384 |
|
3385 |
-
#: includes/
|
3386 |
-
msgctxt "
|
3387 |
msgid ""
|
3388 |
-
"
|
3389 |
-
"
|
3390 |
msgstr ""
|
3391 |
-
"
|
3392 |
-
"
|
3393 |
|
3394 |
-
#: includes/
|
3395 |
-
msgctxt "
|
3396 |
-
msgid "
|
3397 |
-
msgstr "
|
3398 |
|
3399 |
-
#: includes/
|
3400 |
-
msgctxt "
|
3401 |
-
msgid "
|
3402 |
-
msgstr "
|
3403 |
|
3404 |
-
#: includes/
|
3405 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3406 |
msgid ""
|
3407 |
-
"
|
3408 |
-
"work."
|
3409 |
msgstr ""
|
3410 |
-
"
|
3411 |
-
"
|
3412 |
|
3413 |
-
#: includes/
|
3414 |
-
msgctxt "
|
3415 |
-
msgid "
|
3416 |
-
msgstr "
|
3417 |
|
3418 |
-
#: includes/
|
3419 |
-
msgctxt "
|
3420 |
-
msgid "
|
3421 |
-
msgstr "
|
3422 |
-
|
3423 |
-
|
3424 |
-
msgctxt "form-fields api"
|
3425 |
-
msgid "Post Content"
|
3426 |
-
msgstr "Post Inhalt"
|
3427 |
-
|
3428 |
-
#: includes/form-fields.php:33
|
3429 |
-
msgctxt "form-fields api"
|
3430 |
-
msgid "Post Excerpt"
|
3431 |
-
msgstr "Post Auszug"
|
3432 |
|
3433 |
-
#: includes/
|
3434 |
-
msgctxt "
|
3435 |
-
msgid "
|
3436 |
-
msgstr "
|
3437 |
|
3438 |
-
#: includes/
|
3439 |
-
msgctxt "
|
3440 |
-
msgid "
|
3441 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3442 |
|
3443 |
-
#: includes/
|
3444 |
-
msgctxt "
|
3445 |
-
msgid "
|
3446 |
-
msgstr "
|
3447 |
|
3448 |
-
#: includes/
|
3449 |
-
msgctxt "
|
3450 |
-
msgid "
|
3451 |
-
msgstr "
|
3452 |
|
3453 |
-
#: includes/
|
3454 |
-
|
3455 |
-
|
|
|
3456 |
|
3457 |
-
#: includes/
|
3458 |
-
|
3459 |
-
|
|
|
3460 |
|
3461 |
-
#: includes/
|
3462 |
-
|
3463 |
-
|
|
|
3464 |
|
3465 |
-
#: includes/
|
3466 |
-
|
3467 |
-
|
|
|
3468 |
|
3469 |
-
#: includes/
|
3470 |
-
|
3471 |
-
|
|
|
3472 |
|
3473 |
-
#: includes/
|
3474 |
-
|
3475 |
-
|
|
|
3476 |
|
3477 |
-
#: includes/
|
3478 |
-
|
3479 |
-
|
|
|
|
|
|
|
|
|
|
|
3480 |
|
3481 |
-
#: includes/
|
3482 |
-
|
3483 |
-
|
|
|
3484 |
|
3485 |
-
#: includes/
|
3486 |
-
|
3487 |
-
|
|
|
3488 |
|
3489 |
-
#: includes/
|
3490 |
-
|
3491 |
-
|
|
|
3492 |
|
3493 |
-
#: includes/
|
3494 |
-
|
3495 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
3496 |
|
3497 |
-
#: includes/
|
3498 |
-
msgctxt "
|
3499 |
-
msgid "
|
3500 |
-
msgstr "
|
3501 |
|
3502 |
-
#: includes/
|
3503 |
-
msgctxt "
|
3504 |
-
msgid "
|
3505 |
-
|
|
|
|
|
|
|
|
|
|
|
3506 |
|
3507 |
-
#: includes/
|
3508 |
-
|
3509 |
-
|
3510 |
-
|
|
|
3511 |
|
3512 |
-
#: includes/
|
3513 |
-
msgctxt "
|
3514 |
-
msgid "
|
3515 |
-
msgstr "
|
|
|
|
|
3516 |
|
3517 |
-
#: includes/
|
3518 |
-
msgctxt "
|
3519 |
-
msgid "
|
3520 |
-
msgstr "
|
3521 |
|
3522 |
-
#: includes/
|
3523 |
-
msgctxt "
|
3524 |
-
msgid "
|
3525 |
-
|
|
|
|
|
|
|
|
|
|
|
3526 |
|
3527 |
-
#: includes/
|
3528 |
-
msgctxt "
|
3529 |
-
msgid "
|
3530 |
-
msgstr "
|
3531 |
|
3532 |
-
#: includes/
|
3533 |
-
msgctxt "
|
3534 |
-
msgid "
|
3535 |
msgstr ""
|
3536 |
-
"%s ist falsch formatiert. Gültiges URL Format eingeben. Benutze http://"
|
3537 |
|
3538 |
-
#: includes/
|
3539 |
-
msgctxt "
|
3540 |
-
msgid "
|
3541 |
-
msgstr ""
|
3542 |
-
"%s ist falsch formatiert. Bitte geben Sie Ihre E-mailadresse richtig ein."
|
3543 |
|
3544 |
-
#: includes/
|
3545 |
-
msgctxt "
|
3546 |
-
msgid "
|
3547 |
-
msgstr "
|
3548 |
|
3549 |
-
#: includes/
|
3550 |
-
msgctxt "
|
3551 |
-
msgid "
|
3552 |
-
msgstr "
|
3553 |
|
3554 |
-
#: includes/
|
3555 |
-
msgctxt "
|
3556 |
-
msgid "
|
3557 |
-
msgstr "
|
3558 |
|
3559 |
-
#: includes/
|
3560 |
-
msgctxt "
|
3561 |
-
msgid "
|
3562 |
-
msgstr "
|
3563 |
-
|
3564 |
-
#: includes/form-fields.php:590
|
3565 |
-
msgctxt "form-fields-api validation"
|
3566 |
-
msgid "%s is invalid. Value most be one of %s."
|
3567 |
-
msgstr "%s ist ungültig. Wert meistens einer von %s"
|
3568 |
|
3569 |
-
#: includes/
|
3570 |
-
|
3571 |
-
|
|
|
3572 |
|
3573 |
-
#: includes/
|
3574 |
-
|
3575 |
-
|
|
|
3576 |
|
3577 |
-
#: includes/
|
3578 |
-
|
3579 |
-
|
|
|
3580 |
|
3581 |
-
#: includes/
|
3582 |
-
msgctxt "
|
3583 |
-
msgid "
|
3584 |
-
msgstr "
|
3585 |
|
3586 |
-
#: includes/
|
3587 |
-
msgctxt "
|
3588 |
-
msgid "
|
3589 |
-
msgstr "
|
3590 |
|
3591 |
-
#: includes/
|
3592 |
-
msgctxt "
|
3593 |
msgid ""
|
3594 |
-
"
|
3595 |
-
"
|
|
|
3596 |
msgstr ""
|
3597 |
-
"
|
3598 |
-
"
|
|
|
3599 |
|
3600 |
-
#: includes/
|
3601 |
-
msgctxt "
|
3602 |
msgid ""
|
3603 |
-
"
|
3604 |
-
"
|
|
|
3605 |
msgstr ""
|
3606 |
-
"
|
3607 |
-
"angegeben: \"%s\"."
|
3608 |
-
|
3609 |
-
#: includes/gateways/class-gateway-authorize-net.php:99
|
3610 |
-
#: includes/gateways/class-gateway-authorize-net.php:122
|
3611 |
-
msgctxt "authorize-net"
|
3612 |
-
msgid "Payment was rejected. The following reason was given: \"%s\"."
|
3613 |
-
msgstr "Die Zahlung wurde abgelehnt. Folgender Grund wurde angegeben: \"%s\"."
|
3614 |
|
3615 |
-
#: includes/
|
3616 |
-
msgctxt "
|
3617 |
-
msgid "
|
3618 |
-
msgstr "
|
3619 |
|
3620 |
-
#: includes/
|
3621 |
-
msgctxt "
|
3622 |
-
msgid "
|
3623 |
-
msgstr "
|
3624 |
|
3625 |
-
#: includes/
|
3626 |
-
msgctxt "
|
3627 |
-
msgid "
|
3628 |
-
|
|
|
|
|
|
|
3629 |
|
3630 |
-
#: includes/
|
3631 |
-
msgctxt "
|
3632 |
-
msgid "
|
3633 |
-
msgstr "
|
3634 |
|
3635 |
-
#: includes/
|
3636 |
-
msgctxt "
|
3637 |
-
msgid "
|
3638 |
-
|
|
|
|
|
|
|
|
|
3639 |
|
3640 |
-
#: includes/
|
3641 |
-
msgctxt "
|
3642 |
-
msgid "
|
3643 |
-
|
|
|
|
|
|
|
3644 |
|
3645 |
-
#: includes/
|
3646 |
-
msgctxt "
|
3647 |
-
msgid "
|
3648 |
-
msgstr "
|
3649 |
|
3650 |
-
#: includes/
|
3651 |
-
msgctxt "
|
3652 |
-
msgid "
|
3653 |
-
|
|
|
3654 |
|
3655 |
-
#: includes/
|
3656 |
-
|
3657 |
-
|
3658 |
-
|
|
|
3659 |
|
3660 |
-
#: includes/
|
3661 |
-
|
3662 |
-
|
3663 |
-
|
|
|
|
|
3664 |
|
3665 |
-
#: includes/
|
3666 |
-
msgctxt "
|
3667 |
-
msgid "
|
3668 |
-
msgstr "
|
3669 |
|
3670 |
-
#: includes/
|
3671 |
-
msgctxt "
|
3672 |
-
msgid "
|
3673 |
-
|
|
|
|
|
|
|
|
|
3674 |
|
3675 |
-
#: includes/
|
3676 |
-
msgctxt "
|
3677 |
-
msgid "
|
3678 |
-
msgstr "
|
3679 |
|
3680 |
-
#: includes/
|
3681 |
-
msgctxt "
|
3682 |
msgid ""
|
3683 |
-
"
|
3684 |
-
"
|
3685 |
-
"the Regions module."
|
3686 |
msgstr ""
|
3687 |
-
"
|
3688 |
-
"
|
3689 |
-
"aktualisiere das Regionenmodul. "
|
3690 |
-
|
3691 |
-
#: includes/installer.php:568
|
3692 |
-
msgctxt "installer"
|
3693 |
-
msgid "Cleaning up listing fees information... %d/%d"
|
3694 |
-
msgstr "Informationen der Preispakte säubern... %d/%d"
|
3695 |
|
3696 |
-
#: includes/
|
3697 |
-
msgctxt "
|
3698 |
-
msgid "
|
3699 |
-
msgstr "
|
3700 |
|
3701 |
-
#: includes/
|
3702 |
-
msgctxt "
|
3703 |
-
msgid "
|
3704 |
-
|
|
|
|
|
|
|
|
|
3705 |
|
3706 |
-
#: includes/
|
3707 |
-
msgctxt "
|
3708 |
-
msgid "
|
3709 |
-
msgstr "
|
3710 |
|
3711 |
-
#: includes/
|
3712 |
-
msgctxt "
|
3713 |
-
msgid "
|
3714 |
-
msgstr "
|
3715 |
|
3716 |
-
#: includes/
|
3717 |
-
msgctxt "
|
3718 |
-
msgid "
|
3719 |
-
msgstr "
|
3720 |
|
3721 |
-
#: includes/
|
3722 |
-
msgctxt "
|
3723 |
msgid ""
|
3724 |
-
"
|
3725 |
-
"
|
3726 |
msgstr ""
|
|
|
|
|
3727 |
|
3728 |
-
#: includes/
|
3729 |
-
|
3730 |
-
|
|
|
3731 |
|
3732 |
-
#: includes/
|
|
|
3733 |
msgid ""
|
3734 |
-
"
|
3735 |
-
"
|
|
|
|
|
|
|
3736 |
msgstr ""
|
3737 |
-
"Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
|
3738 |
-
"manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
|
3739 |
|
3740 |
-
#: includes/
|
3741 |
-
|
3742 |
-
|
|
|
3743 |
|
3744 |
-
#: includes/
|
3745 |
-
|
3746 |
-
msgid "
|
3747 |
-
msgstr "
|
3748 |
|
3749 |
-
#: includes/
|
3750 |
-
|
3751 |
-
"
|
3752 |
-
"to perform a manual upgrade before it can be used."
|
3753 |
msgstr ""
|
3754 |
-
"Branchenverzeichnis Hervorhebungen sind momentan deaktiviert weil das Modul "
|
3755 |
-
"manuell aktualisiert werden muss, bevor es weiter verwendet werden kann."
|
3756 |
|
3757 |
-
#: includes/
|
3758 |
-
|
3759 |
-
|
3760 |
-
|
3761 |
|
3762 |
-
#: includes/
|
3763 |
-
msgctxt "
|
3764 |
-
msgid "
|
3765 |
-
msgstr "
|
3766 |
|
3767 |
-
#: includes/
|
3768 |
-
msgctxt "
|
3769 |
-
msgid "
|
3770 |
-
msgstr "
|
3771 |
|
3772 |
-
#: includes/
|
3773 |
-
|
3774 |
-
|
|
|
|
|
|
|
|
|
3775 |
msgid ""
|
3776 |
-
"
|
3777 |
-
"
|
|
|
3778 |
msgstr ""
|
3779 |
-
"Die Aktualisierung wurde erfolgreich durchgeführt. Branchenverzeichnis "
|
3780 |
-
"Erweiterung ist nun verfügbar."
|
3781 |
|
3782 |
-
#: includes/
|
3783 |
-
msgctxt "
|
3784 |
-
msgid "
|
3785 |
-
msgstr "
|
3786 |
|
3787 |
-
#: includes/
|
3788 |
-
|
3789 |
-
|
|
|
3790 |
|
3791 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
3792 |
msgid ""
|
3793 |
-
"
|
3794 |
-
"
|
3795 |
msgstr ""
|
3796 |
-
"
|
3797 |
-
"
|
|
|
3798 |
|
3799 |
-
#: includes/
|
3800 |
-
|
3801 |
-
|
|
|
3802 |
|
3803 |
-
#: includes/
|
3804 |
-
|
3805 |
-
|
3806 |
-
|
3807 |
-
|
|
|
|
|
|
|
3808 |
|
3809 |
-
#: includes/
|
3810 |
-
msgctxt "settings"
|
3811 |
-
msgid "
|
3812 |
-
msgstr "
|
3813 |
|
3814 |
-
#: includes/
|
3815 |
-
msgctxt "settings"
|
3816 |
msgid ""
|
3817 |
-
"
|
3818 |
-
"that information if you need to contact support about problems trying to "
|
3819 |
-
"activate your licenses."
|
3820 |
msgstr ""
|
|
|
|
|
3821 |
|
3822 |
-
#: includes/
|
3823 |
-
msgctxt "
|
3824 |
-
msgid "
|
3825 |
-
|
3826 |
-
|
3827 |
-
|
3828 |
-
|
3829 |
-
msgid "No license key provided"
|
3830 |
-
msgstr "Kein Lizenzschlüssel"
|
3831 |
|
3832 |
-
#: includes/
|
3833 |
-
msgctxt "
|
3834 |
-
msgid "
|
3835 |
-
msgstr "
|
3836 |
|
3837 |
-
#: includes/
|
3838 |
-
msgctxt "
|
3839 |
-
msgid "
|
3840 |
-
msgstr "
|
3841 |
|
3842 |
-
#: includes/
|
3843 |
-
msgctxt "
|
3844 |
msgid ""
|
3845 |
-
"
|
3846 |
-
"
|
3847 |
-
"information."
|
3848 |
msgstr ""
|
3849 |
-
"
|
3850 |
-
"
|
3851 |
-
"Lizenzen</a>, um Ihre Lizenzinformation einzugeben."
|
3852 |
|
3853 |
-
#: includes/
|
3854 |
-
msgctxt "
|
3855 |
-
msgid "
|
3856 |
-
msgstr "
|
3857 |
|
3858 |
-
#: includes/
|
3859 |
-
msgctxt "
|
3860 |
-
msgid ""
|
3861 |
-
|
3862 |
-
"The module will continue to work but you will not receive any more updates "
|
3863 |
-
"until the license is renewed."
|
3864 |
-
msgstr ""
|
3865 |
-
"Der Lizenzschlüssel für <span class=\"module-name\">%s %s</span> ist "
|
3866 |
-
"abgelaufen. Das Modul wird weiter ausgeführt, jedoch nicht weiter "
|
3867 |
-
"aktualisiert, bis ein neuer Lizenzschlüssel eingegeben wurde."
|
3868 |
|
3869 |
-
#: includes/
|
3870 |
-
msgctxt "
|
3871 |
-
msgid "
|
3872 |
-
msgstr "
|
3873 |
|
3874 |
-
#: includes/
|
3875 |
-
msgctxt "
|
3876 |
-
msgid "
|
3877 |
-
msgstr "
|
3878 |
|
3879 |
-
#: includes/
|
3880 |
-
msgctxt "
|
3881 |
-
msgid "
|
3882 |
-
msgstr "
|
3883 |
|
3884 |
-
#: includes/
|
3885 |
-
msgctxt "
|
3886 |
-
msgid ""
|
3887 |
-
|
3888 |
-
"href=\"%s\">Manage Options - Payment</a> to change the payment settings. "
|
3889 |
-
"Until you change this, the <i>Upgrade to Featured</i> option will be "
|
3890 |
-
"disabled."
|
3891 |
-
msgstr ""
|
3892 |
-
"Du bietest Hervorhebungen von Einträgen an aber Bezahlungen sind "
|
3893 |
-
"deaktiviert. Nach <a href=\"%s\">Optionen Verwalten - Bezahlung</a> um die "
|
3894 |
-
"Bezahlungseinstellungen zu verändern. Bis dahin ist die <i>Aktualisieren auf "
|
3895 |
-
"Hervorgehoben</i> Option deaktiviert."
|
3896 |
|
3897 |
-
#: includes/
|
3898 |
-
msgctxt "
|
3899 |
-
msgid ""
|
3900 |
-
"
|
3901 |
-
"won't be available until the following problems are fixed: <b>%s</b>. <br/> "
|
3902 |
-
"Check the <a href=\"%s\">payment settings</a>."
|
3903 |
-
msgstr ""
|
3904 |
-
"Das <b>%s</b> Gateway ist aktiviert jedoch nicht richtig konfiguriert. Das "
|
3905 |
-
"Gateway funktioniert nicht bis folgende Probleme gelöst wurden: <b>%s</b>. "
|
3906 |
-
"Prüfe die <a href=\"%s\">Bezahlung Einstellungen</a>."
|
3907 |
|
3908 |
-
#: includes/
|
3909 |
-
msgctxt "admin"
|
3910 |
-
msgid ""
|
3911 |
-
"
|
3912 |
-
"configured. Go to <a href=\"%s\">Manage Options - Payment</a> to change the "
|
3913 |
-
"payment settings. Until you change this, the directory will operate in "
|
3914 |
-
"<i>Free Mode</i>."
|
3915 |
-
msgstr ""
|
3916 |
-
"Bezahlungen sind aktiviert aber kein Gateway ist aktiv oder richtig "
|
3917 |
-
"konfiguriert. Nach <a href=\"%s\">Optionen Verwalten - Bezahlung</a>, um die "
|
3918 |
-
"Bezahleinstellungen zu ändern. Das Verzeichnis wird im <i>kostenlosen Modus</"
|
3919 |
-
"i> ausgeführt, bis die Änderungen gemacht wurden."
|
3920 |
|
3921 |
-
#: includes/
|
3922 |
-
|
3923 |
-
"
|
3924 |
-
|
3925 |
-
|
3926 |
-
msgstr ""
|
3927 |
-
"Branchenverzeichnis hat PayFast und ein anderes Gateway festgestellt das "
|
3928 |
-
"aktiviert wurde. Dieses Setup ist nicht empfohlen, weil PayFast nur ZAR und "
|
3929 |
-
"andere Gateways unterstützt und nicht dieses Zahlungsmittel."
|
3930 |
|
3931 |
-
#: includes/
|
3932 |
-
|
3933 |
-
"
|
3934 |
-
|
3935 |
-
|
3936 |
-
"disabled."
|
3937 |
-
msgstr ""
|
3938 |
-
"Sie haben erneuerbare Einträge aktiviert aber das Payment Gateway "
|
3939 |
-
"unterstützt keine wiederholten Abbuchungen. Bitte benutze einen Dienst wie "
|
3940 |
-
"Paypal. Solange bleiben automatische Erneuerungen deaktiviert."
|
3941 |
|
3942 |
-
#: includes/
|
3943 |
-
|
3944 |
-
"
|
3945 |
-
|
3946 |
-
"href=\"settings\">configure the Directory</a> to operate in \"Free Mode\"."
|
3947 |
-
msgstr ""
|
3948 |
-
"Sie haben Zahlungen aktiviert, aber es gibt keine Angebot / Gebühren. "
|
3949 |
-
"Benutzer können keine Einträge veröffentlichen. Bitte <a href=\"fees"
|
3950 |
-
"\">einige Angebot erstellen</a> oder <a href=\"settings\">das Verzeichnis "
|
3951 |
-
"konfigurieren</a> und “Kostenlos Modus\" umstellen."
|
3952 |
|
3953 |
-
#: includes/
|
3954 |
-
msgctxt "
|
3955 |
-
msgid "
|
3956 |
-
msgstr "
|
3957 |
|
3958 |
-
#: includes/
|
3959 |
-
msgctxt "
|
3960 |
-
msgid "
|
3961 |
-
msgstr "
|
3962 |
|
3963 |
-
#: includes/
|
3964 |
-
msgctxt "
|
3965 |
-
msgid "
|
3966 |
-
msgstr "
|
3967 |
|
3968 |
-
#: includes/
|
3969 |
-
msgctxt "
|
3970 |
-
msgid "
|
3971 |
-
msgstr "
|
3972 |
|
3973 |
-
#: includes/
|
3974 |
-
msgctxt "
|
3975 |
-
msgid "
|
3976 |
-
msgstr "
|
3977 |
|
3978 |
-
#: includes/
|
3979 |
-
msgctxt "
|
3980 |
-
msgid "
|
3981 |
-
msgstr "
|
3982 |
|
3983 |
-
#: includes/
|
3984 |
-
|
3985 |
-
|
3986 |
-
"
|
3987 |
-
"
|
3988 |
-
"administrator."
|
3989 |
-
msgstr ""
|
3990 |
-
"Ihre Bezahlung wird durchgeführt. Bitte laden Sie die Seite ggf. neu, um zu "
|
3991 |
-
"sehen ob der Status sich verändert hat oder kontaktieren Sie uns."
|
3992 |
|
3993 |
-
#: includes/
|
3994 |
-
|
3995 |
-
|
3996 |
-
"
|
3997 |
-
|
3998 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3999 |
msgstr ""
|
4000 |
-
"Die Bezahlung wurde zurückgewiesen durch die gewählte Zahlungsart. Bitte "
|
4001 |
-
"klicken Sie auf \"Bezahlungsmethode ändern\" oder versuchen Sie es später "
|
4002 |
-
"noch einmal."
|
4003 |
|
4004 |
-
#: includes/
|
4005 |
-
msgctxt "
|
4006 |
-
msgid "
|
4007 |
-
msgstr "
|
4008 |
|
4009 |
-
#: includes/
|
4010 |
-
|
4011 |
-
|
4012 |
-
"
|
4013 |
-
"
|
4014 |
-
msgstr "Die Zahlung wurde zurückgewiesen."
|
4015 |
|
4016 |
-
#: includes/
|
4017 |
-
msgctxt "
|
4018 |
-
msgid "
|
4019 |
-
msgstr "
|
|
|
|
|
4020 |
|
4021 |
-
#: includes/
|
4022 |
-
msgctxt "admin"
|
4023 |
-
msgid "
|
4024 |
-
msgstr "
|
4025 |
|
4026 |
-
#: includes/
|
4027 |
-
msgctxt "admin"
|
4028 |
-
msgid "
|
4029 |
-
msgstr "
|
4030 |
|
4031 |
-
#: includes/
|
4032 |
-
|
4033 |
-
|
4034 |
-
|
4035 |
-
msgstr "Hervorgehobene Einträge"
|
4036 |
|
4037 |
-
#: includes/
|
4038 |
-
msgctxt "
|
4039 |
-
msgid "
|
4040 |
-
msgstr "
|
4041 |
|
4042 |
-
#: includes/
|
4043 |
-
|
4044 |
-
|
|
|
4045 |
|
4046 |
-
#: includes/
|
4047 |
-
|
4048 |
-
|
|
|
4049 |
|
4050 |
-
#: includes/
|
4051 |
-
|
4052 |
-
|
|
|
4053 |
|
4054 |
-
#: includes/
|
4055 |
-
msgctxt "
|
4056 |
-
msgid "
|
4057 |
-
|
|
|
|
|
|
|
|
|
4058 |
|
4059 |
-
#: includes/
|
4060 |
-
msgctxt "
|
4061 |
-
msgid "
|
4062 |
-
msgstr "
|
4063 |
|
4064 |
-
#: includes/
|
4065 |
-
msgctxt "
|
4066 |
-
msgid "
|
4067 |
-
msgstr "
|
4068 |
|
4069 |
-
#: includes/
|
4070 |
-
msgctxt "
|
4071 |
-
msgid "
|
4072 |
-
|
|
|
|
|
|
|
|
|
4073 |
|
4074 |
-
#: includes/
|
4075 |
-
msgctxt "
|
4076 |
-
msgid "
|
4077 |
-
msgstr "
|
4078 |
|
4079 |
-
#: includes/
|
4080 |
-
msgctxt "
|
4081 |
-
msgid "
|
4082 |
-
|
|
|
|
|
|
|
|
|
4083 |
|
4084 |
-
#: includes/
|
4085 |
-
msgctxt "
|
4086 |
-
msgid "
|
4087 |
-
msgstr "
|
4088 |
|
4089 |
-
#: includes/
|
4090 |
-
msgctxt "
|
4091 |
-
msgid "
|
4092 |
-
msgstr "
|
|
|
4093 |
|
4094 |
-
#: includes/
|
4095 |
-
msgctxt "
|
4096 |
-
msgid "
|
4097 |
-
msgstr "
|
4098 |
|
4099 |
-
#: includes/
|
4100 |
-
msgctxt "
|
4101 |
-
msgid ""
|
4102 |
-
"
|
4103 |
-
msgstr ""
|
4104 |
-
"Gepustete Daten haben Maximum erreicht. Schau dir den Eintrag \"post_ma_size"
|
4105 |
-
"\"in deiner php.ini an."
|
4106 |
|
4107 |
-
#: includes/
|
4108 |
-
msgctxt "
|
4109 |
-
msgid "
|
4110 |
-
msgstr "
|
4111 |
|
4112 |
-
#: includes/
|
4113 |
-
msgctxt "
|
4114 |
-
msgid "
|
4115 |
-
msgstr "
|
4116 |
|
4117 |
-
#: includes/
|
4118 |
-
msgctxt "
|
4119 |
-
msgid "
|
4120 |
-
msgstr "
|
4121 |
|
4122 |
-
#: includes/
|
4123 |
-
msgctxt "
|
4124 |
-
msgid "
|
4125 |
-
msgstr "
|
4126 |
|
4127 |
-
#: includes/
|
4128 |
-
msgctxt "
|
4129 |
-
msgid "
|
4130 |
-
msgstr "
|
4131 |
|
4132 |
-
#: includes/
|
4133 |
-
msgctxt "
|
4134 |
-
msgid "
|
4135 |
-
msgstr "
|
4136 |
|
4137 |
-
#: includes/
|
4138 |
-
msgctxt "
|
4139 |
-
msgid "
|
4140 |
msgstr ""
|
4141 |
-
"
|
|
|
4142 |
|
4143 |
-
#: includes/
|
4144 |
-
msgctxt "
|
4145 |
-
msgid "
|
4146 |
-
msgstr ""
|
4147 |
-
"Die Bildbreite (%s Pixel) ist größer als die maximal zulässige Breite von %s "
|
4148 |
-
"Pixel."
|
4149 |
|
4150 |
-
#: includes/
|
4151 |
-
msgctxt "
|
4152 |
-
msgid "
|
4153 |
-
msgstr ""
|
4154 |
-
"Die Bildhöhe (%s px) ist größer als die maximal zulässige Höhe von %s px."
|
4155 |
|
4156 |
-
#: includes/
|
4157 |
-
msgctxt "
|
4158 |
-
msgid "
|
4159 |
-
msgstr "
|
4160 |
|
4161 |
-
#: includes/
|
4162 |
-
msgctxt "
|
4163 |
-
msgid "
|
4164 |
-
msgstr "
|
4165 |
|
4166 |
-
#: includes/
|
4167 |
-
msgctxt "
|
4168 |
-
msgid "
|
4169 |
-
msgstr "
|
4170 |
|
4171 |
-
#: includes/
|
4172 |
-
|
4173 |
-
|
4174 |
-
|
|
|
|
|
4175 |
|
4176 |
-
#: includes/
|
4177 |
-
msgctxt "
|
4178 |
-
msgid ""
|
4179 |
-
"
|
4180 |
-
"<a>continue to the secure server to proceed with your payment</a>."
|
4181 |
-
msgstr ""
|
4182 |
-
"Bezahlungen sind nicht erlaubt auf nicht sicheren Versionen dieser Seite. "
|
4183 |
-
"Bitte <a>weiter mit sicherer Verbindung, um mit der Bezahlung fortzufahren</"
|
4184 |
-
"a>"
|
4185 |
|
4186 |
-
#: includes/
|
4187 |
-
msgctxt "
|
4188 |
msgid ""
|
4189 |
-
"Your
|
4190 |
-
"
|
4191 |
msgstr ""
|
4192 |
-
"
|
4193 |
-
"kann
|
4194 |
-
|
4195 |
-
#: includes/views/checkout.php:120 includes/views/checkout.php:141
|
4196 |
-
msgctxt "checkout"
|
4197 |
-
msgid "← Return to Directory."
|
4198 |
-
msgstr "← Zurück zum Verzeichnis."
|
4199 |
|
4200 |
-
#: includes/
|
4201 |
-
|
4202 |
-
|
4203 |
-
|
4204 |
-
|
|
|
4205 |
|
4206 |
-
#: includes/
|
4207 |
-
msgctxt "
|
4208 |
-
msgid "
|
4209 |
-
msgstr "
|
4210 |
|
4211 |
-
#: includes/
|
4212 |
-
msgctxt "
|
4213 |
-
msgid "
|
4214 |
-
msgstr "
|
4215 |
|
4216 |
-
#: includes/
|
4217 |
-
msgctxt "
|
4218 |
-
msgid "
|
4219 |
-
|
|
|
|
|
|
|
|
|
4220 |
|
4221 |
-
#: includes/
|
4222 |
-
msgctxt "
|
4223 |
-
msgid "
|
4224 |
-
msgstr "
|
4225 |
|
4226 |
-
#: includes/
|
4227 |
-
msgctxt "
|
4228 |
-
msgid "
|
4229 |
-
msgstr "
|
4230 |
|
4231 |
-
#: includes/
|
4232 |
-
msgctxt "
|
4233 |
-
msgid "
|
4234 |
-
msgstr "
|
4235 |
|
4236 |
-
#: includes/
|
4237 |
-
msgctxt "
|
4238 |
-
msgid "
|
4239 |
-
msgstr "
|
4240 |
|
4241 |
-
#: includes/
|
4242 |
-
msgctxt "
|
4243 |
-
msgid "
|
4244 |
-
msgstr "
|
4245 |
|
4246 |
-
#: includes/
|
4247 |
-
msgctxt "
|
4248 |
-
msgid "
|
|
|
|
|
4249 |
msgstr ""
|
4250 |
-
"
|
4251 |
-
"
|
4252 |
-
|
4253 |
-
#: includes/views/listing_contact.php:113
|
4254 |
-
msgctxt "templates"
|
4255 |
-
msgid "Contact listing owner"
|
4256 |
-
msgstr "Nachricht an den Kfz-Händler"
|
4257 |
|
4258 |
-
#: includes/
|
4259 |
-
msgctxt "
|
4260 |
-
msgid "
|
4261 |
-
msgstr "
|
4262 |
|
4263 |
-
#: includes/
|
4264 |
-
|
4265 |
-
|
|
|
4266 |
|
4267 |
-
#: includes/
|
4268 |
-
msgctxt "
|
4269 |
-
msgid "
|
4270 |
-
msgstr "
|
4271 |
|
4272 |
-
#: includes/
|
4273 |
-
msgctxt "
|
4274 |
-
msgid "
|
4275 |
-
msgstr "
|
4276 |
|
4277 |
-
#: includes/
|
4278 |
-
msgctxt "
|
4279 |
-
msgid "
|
4280 |
-
msgstr ""
|
4281 |
-
"Es ist ein Fehler aufgetreten. Ihre Nachricht konnte nicht versendet werden."
|
4282 |
|
4283 |
-
#: includes/
|
4284 |
-
msgctxt "
|
4285 |
-
msgid "
|
4286 |
-
msgstr "
|
4287 |
|
4288 |
-
#: includes/
|
4289 |
-
msgctxt "
|
4290 |
-
msgid ""
|
4291 |
-
"
|
4292 |
-
"assign some categories to the business directory. Only admins can see this "
|
4293 |
-
"message. Regular users are seeing a message that there are currently no "
|
4294 |
-
"listings in the directory. Listings cannot be added until you assign "
|
4295 |
-
"categories to the business directory."
|
4296 |
-
msgstr ""
|
4297 |
-
"Im Moment sind dem Branchenverzeichnis keine Kategorien zugewiesen. Sie "
|
4298 |
-
"müssen eingige Kategorien zuweisen. Nur Administratoren können diese "
|
4299 |
-
"Nachricht sehen. Benutzer sehen gleichzeitig, dass ihr Eintrag momentan "
|
4300 |
-
"nicht erstellt werden kann. Einträge können nicht erstellt werden bis ein "
|
4301 |
-
"Kategorie zugewiesen wurde."
|
4302 |
|
4303 |
-
#: includes/
|
4304 |
-
msgctxt "
|
4305 |
-
msgid "
|
4306 |
-
msgstr "
|
4307 |
|
4308 |
-
#: includes/
|
4309 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4310 |
msgid ""
|
4311 |
-
"
|
4312 |
-
"
|
4313 |
-
"site. If you didn't want that, click <a>here</a> to change the setting."
|
4314 |
msgstr ""
|
4315 |
-
"
|
4316 |
-
"
|
4317 |
-
"angezeigt. Wenn du das nicht möchtest, klicke <a>hier</a> um die "
|
4318 |
-
"Einstellungen zu ändern."
|
4319 |
|
4320 |
-
#: includes/
|
4321 |
-
msgctxt "
|
4322 |
-
msgid "
|
4323 |
-
msgstr "
|
4324 |
|
4325 |
-
#: includes/
|
4326 |
-
msgctxt "
|
4327 |
-
msgid "
|
4328 |
-
msgstr "
|
4329 |
|
4330 |
-
#: includes/
|
4331 |
-
msgctxt "
|
4332 |
-
msgid "
|
4333 |
-
msgstr "
|
4334 |
|
4335 |
-
#: includes/
|
4336 |
-
msgctxt "
|
4337 |
-
msgid "
|
4338 |
-
msgstr "
|
4339 |
|
4340 |
-
#: includes/
|
4341 |
-
msgctxt "
|
4342 |
-
msgid "
|
4343 |
-
msgstr ""
|
4344 |
-
"Eintrag erneuern ist momentan deaktiviert. Bitte versuchen Sie es später "
|
4345 |
-
"noch einmal."
|
4346 |
|
4347 |
-
#: includes/
|
4348 |
-
msgctxt "
|
4349 |
-
msgid ""
|
4350 |
-
"
|
4351 |
-
"e-mail message."
|
4352 |
-
msgstr ""
|
4353 |
-
"Ihre Erneuerungsid ist ungültig. Bitte benutze die URL die in Ihrer "
|
4354 |
-
"Erneuerungs E-mail angegeben wurde."
|
4355 |
|
4356 |
-
#: includes/
|
4357 |
-
msgctxt "
|
4358 |
-
msgid "
|
4359 |
-
msgstr "
|
4360 |
|
4361 |
-
#: includes/
|
4362 |
-
msgctxt "
|
4363 |
-
msgid "
|
4364 |
-
msgstr "
|
4365 |
|
4366 |
-
#: includes/
|
4367 |
-
msgctxt "
|
4368 |
-
msgid "
|
4369 |
-
msgstr "
|
4370 |
|
4371 |
-
#: includes/
|
4372 |
-
msgctxt "
|
4373 |
-
msgid "
|
4374 |
-
msgstr "
|
4375 |
|
4376 |
-
#: includes/
|
4377 |
-
msgctxt "
|
4378 |
-
msgid ""
|
4379 |
-
"
|
4380 |
-
|
|
|
|
|
|
|
4381 |
msgstr ""
|
4382 |
-
"Weil sie sich im bezahlten Modus befinden müssen sie ihre Einträge nicht "
|
4383 |
-
"erneuern. Dies wird automatisch durchgeführt."
|
4384 |
|
4385 |
-
#: includes/
|
4386 |
-
msgctxt "
|
4387 |
-
msgid "
|
4388 |
-
msgstr "
|
4389 |
|
4390 |
-
#: includes/
|
4391 |
-
msgctxt "
|
4392 |
-
msgid "
|
4393 |
-
msgstr "
|
4394 |
|
4395 |
-
#: includes/
|
4396 |
-
msgctxt "
|
4397 |
-
msgid "
|
4398 |
-
msgstr "
|
4399 |
|
4400 |
-
#: includes/
|
4401 |
-
msgctxt "
|
4402 |
-
msgid ""
|
4403 |
-
"
|
4404 |
-
"page. When the renewal time comes you'll be able to change your settings "
|
4405 |
-
"again."
|
4406 |
-
msgstr ""
|
4407 |
-
"Wenn Sie Ihr Abonnement beenden möchten können Sie das auf dieser Seite tun. "
|
4408 |
-
"Sie können die Einstellungen bei der Erneuerung des Eintrags ändern."
|
4409 |
|
4410 |
-
#: includes/
|
4411 |
-
msgctxt "
|
4412 |
-
msgid "
|
4413 |
-
msgstr "
|
4414 |
|
4415 |
-
#: includes/
|
4416 |
-
msgctxt "
|
4417 |
-
msgid "
|
4418 |
-
msgstr "
|
4419 |
|
4420 |
-
#: includes/
|
4421 |
-
msgctxt "
|
4422 |
-
msgid "
|
4423 |
-
msgstr "
|
4424 |
|
4425 |
-
#: includes/
|
4426 |
-
msgctxt "
|
4427 |
-
msgid "
|
4428 |
-
msgstr "
|
4429 |
|
4430 |
-
#: includes/
|
4431 |
-
msgctxt "
|
4432 |
-
msgid ""
|
4433 |
-
"
|
4434 |
-
"Please try again."
|
4435 |
-
msgstr ""
|
4436 |
-
"Beim Senden der Zugriffsschlüssel an Ihre E-Mail-Adresse ist ein Fehler "
|
4437 |
-
"aufgetreten. Bitte versuche es erneut."
|
4438 |
|
4439 |
-
#: includes/
|
4440 |
-
msgctxt "
|
4441 |
-
msgid "
|
4442 |
-
msgstr "
|
4443 |
-
|
4444 |
-
#: includes/views/show_listing.php:12
|
4445 |
-
msgctxt "preview"
|
4446 |
-
msgid "This is just a preview. The listing has not been published yet."
|
4447 |
-
msgstr "Dies ist nur eine Vorschau. Der Eintrag wurde bisher nicht publiziert."
|
4448 |
|
4449 |
-
#: includes/
|
4450 |
-
msgctxt "
|
4451 |
-
msgid ""
|
4452 |
-
|
4453 |
-
"Submission?\" setting checked?"
|
4454 |
-
msgstr ""
|
4455 |
-
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
4456 |
-
"Submission?\" setting checked?"
|
4457 |
|
4458 |
-
#: includes/
|
4459 |
-
msgctxt "
|
4460 |
-
msgid "
|
4461 |
-
msgstr "
|
4462 |
|
4463 |
-
#: includes/
|
4464 |
-
msgctxt "
|
4465 |
-
msgid "
|
4466 |
-
msgstr "
|
4467 |
|
4468 |
-
#: includes/
|
4469 |
-
msgctxt "
|
4470 |
-
msgid "
|
4471 |
-
msgstr ""
|
4472 |
-
"Dein Eintrag ist bereits vorgemerkt für den \"Hervorgehobenen\" Status."
|
4473 |
|
4474 |
-
#: includes/
|
4475 |
-
msgctxt "
|
4476 |
-
msgid "
|
4477 |
-
msgstr "
|
4478 |
|
4479 |
-
#: includes/
|
4480 |
-
|
4481 |
-
|
4482 |
-
|
4483 |
-
msgstr "Eintrag erneuert auf Hervorgehoben"
|
4484 |
|
4485 |
-
#: includes/
|
4486 |
-
msgctxt "
|
4487 |
-
msgid ""
|
4488 |
-
"
|
4489 |
-
"assign some categories to the business directory. Only admins can see this "
|
4490 |
-
"message. Regular users are seeing a message that they cannot add their "
|
4491 |
-
"listing at this time. Listings cannot be added until you assign categories "
|
4492 |
-
"to the business directory."
|
4493 |
-
msgstr ""
|
4494 |
-
"Im Moment sind dem Branchenverzeichnis keine Kategorien zugewiesen. Sie "
|
4495 |
-
"müssen eingige Kategorien zuweisen. Nur Administratoren können diese "
|
4496 |
-
"Nachricht sehen. Benutzer sehen gleichzeitig, dass ihr Eintrag momentan "
|
4497 |
-
"nicht erstellt werden kann. Einträge können nicht erstellt werden bis ein "
|
4498 |
-
"Kategorie zugewiesen wurde."
|
4499 |
|
4500 |
-
#: includes/
|
4501 |
-
msgctxt "
|
4502 |
-
msgid ""
|
4503 |
-
"
|
4504 |
-
"is not the first time you see this warning, please ask the site "
|
4505 |
-
"administrator to set up one or more categories inside the Directory."
|
4506 |
-
msgstr ""
|
4507 |
-
"Ihr Eintrag kann momentan nicht erstellt werden. Bitte versuchen Sie es "
|
4508 |
-
"später noch einmal. wenn Sie diese Nachricht nicht zum ersten Mal sehen, "
|
4509 |
-
"kontaktieren Sie uns bitte, damit wir für Sie entsprechende Kategorien "
|
4510 |
-
"erstellen können."
|
4511 |
|
4512 |
-
#: includes/
|
4513 |
-
msgctxt "
|
4514 |
-
msgid "
|
4515 |
-
msgstr "
|
4516 |
|
4517 |
-
#: includes/
|
4518 |
-
msgctxt "
|
4519 |
-
msgid "
|
4520 |
-
msgstr "
|
4521 |
|
4522 |
-
#: includes/
|
4523 |
-
msgctxt "
|
4524 |
msgid ""
|
4525 |
-
"
|
|
|
4526 |
msgstr ""
|
4527 |
-
"
|
4528 |
-
"
|
|
|
4529 |
|
4530 |
-
#: includes/
|
4531 |
-
|
4532 |
-
|
4533 |
-
msgid ""
|
4534 |
-
"<b>Business Directory Plugin</b> requires a field associated with the "
|
4535 |
-
"<b>post category</b> in order to work correctly."
|
4536 |
msgstr ""
|
4537 |
-
"<b>Branchenverzeichnis Erweiterung</b> benötigt ein Feld mit der Verbindung "
|
4538 |
-
"<b>%s</b>, um korrekt zu funktionieren."
|
4539 |
|
4540 |
-
#: includes/
|
4541 |
-
msgctxt "
|
4542 |
msgid ""
|
4543 |
-
"
|
4544 |
-
"
|
|
|
|
|
4545 |
msgstr ""
|
4546 |
-
"Gehen Sie bitte zur <manage-form-fields-link>Formularfelder verwalten</ "
|
4547 |
-
"manage-form-fields-link> admin Seite, um das Feld zu erstellen."
|
4548 |
|
4549 |
-
#: includes/
|
4550 |
-
|
4551 |
-
|
|
|
|
|
|
|
|
|
4552 |
msgid ""
|
4553 |
-
"
|
4554 |
-
"
|
4555 |
-
"administrator to check the Directory for possible configuration problems."
|
4556 |
msgstr ""
|
4557 |
-
"Ihr Eintrag kann momentan nicht erstellt werden. Bitte versuchen Sie es "
|
4558 |
-
"später noch einmal. wenn Sie diese Nachricht nicht zum ersten Mal sehen, "
|
4559 |
-
"kontaktieren Sie uns bitte, damit wir für Sie entsprechende Kategorien "
|
4560 |
-
"erstellen können."
|
4561 |
|
4562 |
-
#: includes/
|
4563 |
-
msgctxt "
|
4564 |
-
msgid "
|
4565 |
-
msgstr "
|
4566 |
|
4567 |
-
#: includes/
|
4568 |
-
msgctxt "
|
4569 |
-
msgid "
|
4570 |
-
msgstr "
|
4571 |
|
4572 |
-
#: includes/
|
4573 |
-
msgctxt "
|
4574 |
-
msgid "
|
4575 |
-
msgstr "
|
4576 |
|
4577 |
-
#: includes/
|
4578 |
-
msgctxt "
|
4579 |
-
msgid "
|
4580 |
-
msgstr "
|
4581 |
|
4582 |
-
#: includes/
|
4583 |
-
msgctxt "
|
4584 |
-
msgid "
|
4585 |
-
msgstr "
|
4586 |
|
4587 |
-
#: includes/
|
4588 |
-
msgctxt "
|
4589 |
-
msgid "
|
4590 |
-
msgstr "
|
4591 |
|
4592 |
-
#: includes/
|
4593 |
-
msgctxt "
|
4594 |
-
msgid "
|
4595 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4596 |
|
4597 |
-
#: includes/
|
4598 |
-
|
4599 |
-
|
4600 |
-
|
4601 |
-
msgstr "Titel:"
|
4602 |
|
4603 |
-
#: includes/
|
4604 |
-
msgctxt "
|
4605 |
-
msgid "
|
4606 |
-
msgstr "
|
4607 |
|
4608 |
-
#: includes/
|
4609 |
-
msgctxt "
|
4610 |
-
msgid "
|
4611 |
-
msgstr "
|
4612 |
|
4613 |
-
#: includes/
|
4614 |
-
msgctxt "
|
4615 |
-
msgid "
|
4616 |
-
msgstr "
|
4617 |
|
4618 |
-
#: includes/
|
4619 |
-
msgctxt "
|
4620 |
-
msgid "
|
4621 |
msgstr "Bildergröße (in px):"
|
4622 |
|
4623 |
-
#: includes/
|
4624 |
-
msgctxt "
|
4625 |
-
msgid "
|
4626 |
-
msgstr "Freilassen für automatische Breite."
|
4627 |
-
|
4628 |
-
#: includes/widgets/class-listings-widget.php:83
|
4629 |
-
msgctxt "widgets"
|
4630 |
-
msgid "Image height (in px):"
|
4631 |
msgstr "Bilderhöhe (in px):"
|
4632 |
|
4633 |
-
#: includes/
|
4634 |
-
msgctxt "
|
4635 |
-
msgid "
|
4636 |
-
msgstr "
|
4637 |
-
|
4638 |
-
#: includes/widgets/widget-featured-listings.php:11
|
4639 |
-
msgctxt "widgets"
|
4640 |
-
msgid "Business Directory - Featured Listings"
|
4641 |
-
msgstr "Branchenverzeichnis - Hervorgehobene Einträge"
|
4642 |
-
|
4643 |
-
#: includes/widgets/widget-featured-listings.php:12
|
4644 |
-
msgctxt "widgets"
|
4645 |
-
msgid "Displays a list of the featured/sticky listings in the directory."
|
4646 |
-
msgstr ""
|
4647 |
-
"Eine Liste aller Hervorgehobenen/unbeweglichen Einträge im Verzeichnis "
|
4648 |
-
"anzeigen."
|
4649 |
-
|
4650 |
-
#: includes/widgets/widget-featured-listings.php:14
|
4651 |
-
msgctxt "widgets"
|
4652 |
-
msgid "Featured Listings"
|
4653 |
-
msgstr "Top Einträge"
|
4654 |
-
|
4655 |
-
#: includes/widgets/widget-featured-listings.php:23
|
4656 |
-
msgctxt "widgets"
|
4657 |
-
msgid "Display listings in random order"
|
4658 |
-
msgstr "Einträge zufällig anordnen"
|
4659 |
|
4660 |
-
#: includes/
|
4661 |
-
msgctxt "
|
4662 |
-
msgid "
|
4663 |
-
msgstr "
|
4664 |
|
4665 |
-
#: includes/
|
4666 |
-
msgctxt "
|
4667 |
-
msgid "
|
4668 |
-
msgstr "
|
4669 |
|
4670 |
-
#: includes/
|
4671 |
-
msgctxt "
|
4672 |
-
msgid "
|
4673 |
-
|
|
|
|
|
|
|
4674 |
|
4675 |
-
#: includes/
|
4676 |
-
msgctxt "
|
4677 |
-
msgid "
|
4678 |
-
msgstr "
|
4679 |
|
4680 |
-
#: includes/
|
4681 |
-
msgctxt "
|
4682 |
-
msgid "
|
4683 |
-
msgstr "
|
4684 |
|
4685 |
-
#: includes/
|
4686 |
-
msgctxt "
|
4687 |
-
msgid "
|
4688 |
-
msgstr "
|
4689 |
|
4690 |
-
#: includes/
|
4691 |
-
msgctxt "
|
4692 |
-
msgid "
|
4693 |
-
msgstr "
|
4694 |
|
4695 |
-
#: includes/
|
4696 |
-
msgctxt "
|
4697 |
-
msgid "
|
4698 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4699 |
|
4700 |
-
#: includes/
|
4701 |
-
msgctxt "
|
4702 |
-
msgid "
|
4703 |
-
msgstr "
|
4704 |
|
4705 |
-
#: includes/
|
4706 |
-
msgctxt "
|
4707 |
-
msgid "
|
4708 |
-
|
|
|
|
|
|
|
|
|
|
|
4709 |
|
4710 |
-
#: includes/
|
4711 |
-
msgctxt "
|
4712 |
-
msgid "
|
4713 |
-
msgstr "
|
4714 |
|
4715 |
-
#: includes/
|
4716 |
-
msgctxt "
|
4717 |
-
msgid "
|
4718 |
-
msgstr "
|
4719 |
|
4720 |
-
#: includes/
|
4721 |
-
msgctxt "
|
4722 |
-
msgid "
|
4723 |
-
msgstr "
|
4724 |
|
4725 |
-
#: includes/
|
4726 |
-
msgctxt "
|
4727 |
-
msgid "
|
4728 |
-
msgstr "
|
4729 |
|
4730 |
-
#: includes/
|
4731 |
-
msgctxt "
|
4732 |
-
msgid "
|
4733 |
-
|
|
|
|
|
4734 |
|
4735 |
-
#:
|
4736 |
-
msgctxt "admin
|
4737 |
msgid ""
|
4738 |
-
"
|
4739 |
-
"
|
4740 |
-
"for details."
|
4741 |
msgstr ""
|
4742 |
-
"Ein unvorhergesehener Fehler ist während des Exports aufgetreten. Bitte "
|
4743 |
-
"stelle sicher, dass du genügend Speicherplatz für PHP vorhanden ist. Schaue "
|
4744 |
-
"ins Fehlerprotokoll."
|
4745 |
|
4746 |
-
#:
|
4747 |
-
msgctxt "admin
|
4748 |
msgid ""
|
4749 |
-
"
|
4750 |
-
"
|
4751 |
-
"the values of the 'memory_limit' and 'max_execution_time' directives in your "
|
4752 |
-
"server's php.ini configuration file."
|
4753 |
msgstr ""
|
4754 |
-
"Bitte beachte das der Exportprozess eine sehr leistungsintensiver Prozess "
|
4755 |
-
"ist. Wenn der Export nicht funktioniert, versuche zuerst andere "
|
4756 |
-
"Erweiterungen abzuschalten und/oder den Wert von 'memory_limit' und "
|
4757 |
-
"'max_execution_time' in deiner php.ini Konfigurationsdatei anzupassen."
|
4758 |
|
4759 |
-
#:
|
4760 |
-
msgctxt "admin
|
4761 |
-
msgid "
|
4762 |
-
msgstr "
|
4763 |
|
4764 |
-
#:
|
4765 |
-
|
4766 |
-
|
4767 |
-
|
|
|
4768 |
|
4769 |
-
#:
|
4770 |
-
|
4771 |
-
|
4772 |
-
|
|
|
4773 |
|
4774 |
-
#:
|
4775 |
-
|
4776 |
-
|
4777 |
-
|
|
|
4778 |
|
4779 |
-
#:
|
4780 |
-
|
4781 |
-
|
4782 |
-
|
|
|
4783 |
|
4784 |
-
#:
|
4785 |
-
msgctxt "
|
4786 |
-
msgid "
|
4787 |
-
msgstr "
|
4788 |
|
4789 |
-
#:
|
4790 |
-
msgctxt "
|
4791 |
-
msgid "
|
4792 |
-
msgstr "
|
4793 |
|
4794 |
-
#:
|
4795 |
-
msgctxt "
|
4796 |
-
msgid "
|
4797 |
-
msgstr "
|
4798 |
|
4799 |
-
#:
|
4800 |
-
msgctxt "
|
4801 |
-
msgid ""
|
4802 |
-
|
4803 |
-
"both a CSV file and listing images."
|
4804 |
-
msgstr ""
|
4805 |
-
"Wenn aktiviert, wird anstatt nur einer CSV-Datei, eine ZIP Datei generiert, "
|
4806 |
-
"die sowohl eine CSV-Datei und Eintragsbilder enthält."
|
4807 |
|
4808 |
-
#:
|
4809 |
-
msgctxt "
|
4810 |
-
msgid "
|
4811 |
-
msgstr "
|
4812 |
-
|
4813 |
-
#: templates/admin/csv-export.tpl.php:67
|
4814 |
-
msgctxt "admin csv-export"
|
4815 |
-
msgid "Include unique IDs for each listing (sequence_id column)."
|
4816 |
-
msgstr "Füge Schlüssel Ids für jeden Eintrag hinzu (sequence_id_column)"
|
4817 |
|
4818 |
-
#:
|
4819 |
-
msgctxt "
|
4820 |
msgid ""
|
4821 |
-
"
|
4822 |
-
"
|
4823 |
msgstr ""
|
4824 |
-
"
|
4825 |
-
"
|
4826 |
-
|
4827 |
-
#: templates/admin/csv-export.tpl.php:75
|
4828 |
-
msgctxt "admin csv-export"
|
4829 |
-
msgid "Author information (username)"
|
4830 |
-
msgstr "Author Informationen (Benutzername)"
|
4831 |
-
|
4832 |
-
#: templates/admin/csv-export.tpl.php:80
|
4833 |
-
msgctxt "admin csv-export"
|
4834 |
-
msgid "Sticky/featured status"
|
4835 |
-
msgstr "Unterstützter/Unbeweglicher Status"
|
4836 |
|
4837 |
-
#:
|
4838 |
-
|
4839 |
-
|
4840 |
-
|
|
|
|
|
|
|
|
|
4841 |
|
4842 |
-
#:
|
4843 |
-
|
4844 |
-
|
4845 |
-
|
|
|
|
|
|
|
|
|
4846 |
|
4847 |
-
#:
|
4848 |
-
|
4849 |
-
|
4850 |
-
|
|
|
|
|
4851 |
|
4852 |
-
#:
|
4853 |
-
|
4854 |
-
|
4855 |
-
|
4856 |
-
#: templates/admin/csv-import.tpl.php:146
|
4857 |
-
#: templates/admin/csv-import.tpl.php:173
|
4858 |
-
msgctxt "admin forms"
|
4859 |
-
msgid "required"
|
4860 |
-
msgstr "Pflichtfeld"
|
4861 |
|
4862 |
-
#:
|
4863 |
-
|
4864 |
-
|
4865 |
-
|
|
|
|
|
4866 |
|
4867 |
-
#:
|
4868 |
-
|
4869 |
-
|
4870 |
-
|
|
|
|
|
|
|
|
|
4871 |
|
4872 |
-
#:
|
4873 |
-
msgctxt "
|
4874 |
msgid ""
|
4875 |
-
"
|
4876 |
-
"
|
4877 |
-
"edit the CSV file, we need to generate different versions of the file for "
|
4878 |
-
"each operating system."
|
4879 |
msgstr ""
|
4880 |
-
"
|
4881 |
-
"
|
4882 |
-
"korrekt angezeigt werden, wenn Sie die CSV-Datei anzeigen oder bearbeiten, "
|
4883 |
-
"müssen wir für jedes Betriebssystem unterschiedliche Versionen der Datei "
|
4884 |
-
"generieren."
|
4885 |
-
|
4886 |
-
#: templates/admin/csv-export.tpl.php:113
|
4887 |
-
msgctxt "admin csv-export"
|
4888 |
-
msgid "Image Separator"
|
4889 |
-
msgstr "Bildtrenner"
|
4890 |
-
|
4891 |
-
#: templates/admin/csv-export.tpl.php:124
|
4892 |
-
msgctxt "admin csv-export"
|
4893 |
-
msgid "Category Separator"
|
4894 |
-
msgstr "Kategorietrenner"
|
4895 |
-
|
4896 |
-
#: templates/admin/csv-export.tpl.php:136
|
4897 |
-
msgctxt "admin csv-export"
|
4898 |
-
msgid "Export Listings"
|
4899 |
-
msgstr "Export Einträge"
|
4900 |
|
4901 |
-
#:
|
4902 |
-
|
4903 |
-
|
4904 |
-
|
|
|
4905 |
|
4906 |
-
#:
|
4907 |
-
msgctxt "
|
4908 |
msgid ""
|
4909 |
-
"
|
4910 |
-
"
|
4911 |
msgstr ""
|
4912 |
-
"
|
4913 |
-
"
|
4914 |
-
|
4915 |
-
#: templates/admin/csv-export.tpl.php:146
|
4916 |
-
msgctxt "admin csv-export"
|
4917 |
-
msgid "No. of listings:"
|
4918 |
-
msgstr "Anzahl der Einträge:"
|
4919 |
|
4920 |
-
#:
|
4921 |
-
|
4922 |
-
|
4923 |
-
|
|
|
4924 |
|
4925 |
-
#:
|
4926 |
-
msgctxt "
|
4927 |
-
msgid "
|
4928 |
-
msgstr "
|
4929 |
|
4930 |
-
#:
|
4931 |
-
msgctxt "
|
4932 |
-
msgid "
|
4933 |
-
msgstr "
|
4934 |
|
4935 |
-
#:
|
4936 |
-
msgctxt "
|
4937 |
msgid ""
|
4938 |
-
"
|
4939 |
-
"download."
|
4940 |
msgstr ""
|
4941 |
-
"
|
4942 |
-
"
|
4943 |
|
4944 |
-
#:
|
4945 |
-
msgctxt "
|
4946 |
-
msgid "
|
4947 |
-
msgstr "
|
4948 |
|
4949 |
-
#:
|
4950 |
-
msgctxt "
|
4951 |
msgid ""
|
4952 |
-
"
|
4953 |
-
"
|
4954 |
msgstr ""
|
4955 |
-
"
|
4956 |
-
"
|
4957 |
|
4958 |
-
#:
|
4959 |
-
msgctxt "
|
4960 |
-
msgid "
|
4961 |
-
msgstr "
|
4962 |
|
4963 |
-
#:
|
4964 |
-
msgctxt "
|
4965 |
-
msgid "
|
4966 |
-
msgstr "
|
4967 |
|
4968 |
-
#:
|
4969 |
-
msgctxt "
|
4970 |
-
msgid "
|
4971 |
-
msgstr "
|
4972 |
|
4973 |
-
#:
|
4974 |
-
msgctxt "
|
4975 |
-
msgid "
|
4976 |
-
msgstr "
|
4977 |
|
4978 |
-
#:
|
4979 |
-
|
4980 |
-
|
4981 |
-
|
4982 |
-
|
4983 |
-
"dafür war: \"%s\"."
|
4984 |
|
4985 |
-
#:
|
4986 |
-
msgctxt "
|
|
|
|
|
|
|
|
|
|
|
4987 |
msgid ""
|
4988 |
-
"
|
4989 |
-
"
|
4990 |
-
"
|
4991 |
msgstr ""
|
4992 |
-
"Ein unvorhergesehener Fehler ist während des Exports aufgetreten. Bitte "
|
4993 |
-
"stelle sicher, dass du genügend Speicherplatz für PHP vorhanden ist. Schaue "
|
4994 |
-
"ins Fehlerprotokoll."
|
4995 |
|
4996 |
-
#: templates/admin/
|
4997 |
-
|
4998 |
-
|
4999 |
-
|
5000 |
-
msgstr "Zurück nach \"CSV Importieren\""
|
5001 |
|
5002 |
-
#: templates/admin/
|
5003 |
-
msgctxt "
|
5004 |
-
msgid "
|
5005 |
-
msgstr "
|
5006 |
|
5007 |
-
#:
|
5008 |
-
msgctxt "
|
5009 |
-
msgid "
|
5010 |
-
msgstr "
|
5011 |
|
5012 |
-
#:
|
5013 |
-
|
5014 |
-
|
|
|
5015 |
|
5016 |
-
#:
|
5017 |
-
msgctxt "
|
5018 |
-
msgid "
|
5019 |
-
msgstr "
|
5020 |
|
5021 |
-
#:
|
5022 |
-
msgctxt "
|
5023 |
-
msgid "
|
5024 |
-
msgstr "
|
5025 |
|
5026 |
-
#:
|
5027 |
-
msgctxt "
|
5028 |
-
msgid "
|
5029 |
-
msgstr "
|
5030 |
|
5031 |
-
#:
|
5032 |
-
msgctxt "
|
5033 |
-
msgid "
|
5034 |
-
msgstr ""
|
5035 |
-
"Der Import wurde noch nicht gestartet. Klicken Sie auf \"CSV-Datei "
|
5036 |
-
"importieren\" um zu starten."
|
5037 |
|
5038 |
-
#:
|
5039 |
-
msgctxt "
|
5040 |
-
msgid "
|
5041 |
-
msgstr "
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 3.5.4\n"
|
6 |
+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
+
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2017-07-19 16:03:38+00:00\n"
|
9 |
"PO-Revision-Date: 2017-03-29 10:08+0200\n"
|
10 |
"Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
|
11 |
"Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
|
18 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19 |
"X-Poedit-SourceCharset: UTF-8\n"
|
20 |
|
21 |
+
#: business-directory-plugin.php:1614
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
#, fuzzy
|
23 |
msgid ""
|
24 |
"The directory features are disabled at this time because a <a>manual "
|
27 |
"Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
|
28 |
"manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
|
29 |
|
30 |
+
#: business-directory-plugin.php:1621
|
31 |
msgid ""
|
32 |
"The directory is not available at this time. Please try again in a few "
|
33 |
"minutes or contact the administrator if the problem persists."
|
34 |
msgstr ""
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
#: includes/admin/class-admin-listings.php:138
|
37 |
msgid "Listing Information"
|
38 |
msgstr "Eintrag Informationen"
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
#: includes/admin/class-admin-listings.php:157
|
41 |
msgid "Payment Status"
|
42 |
msgstr "Zahlungsstatus"
|
45 |
msgid "Featured (Sticky) Status"
|
46 |
msgstr "unterstützter (unbeweglicher) Status"
|
47 |
|
|
|
|
|
|
|
|
|
|
|
48 |
#: includes/admin/class-admin-listings.php:207
|
49 |
#: includes/admin/class-admin-listings.php:290
|
50 |
msgid "Paid"
|
69 |
msgid "Downgrade to %s"
|
70 |
msgstr "Zurücksetzen auf %s"
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
#: includes/admin/class-admin-listings.php:295
|
73 |
msgid "Unpaid"
|
74 |
msgstr "Unbezahlt"
|
75 |
|
76 |
+
#: includes/admin/class-admin.php:103
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
msgid ""
|
78 |
"Preview is only available after you've saved the first draft. This is due\n"
|
79 |
"to how WordPress stores the data."
|
82 |
"haben.\n"
|
83 |
"Dies liegt daran wie WordPress die Daten speichert."
|
84 |
|
85 |
+
#: includes/admin/csv-import.php:281
|
|
|
86 |
msgid ""
|
87 |
+
"A valid temporary directory with write permissions is required for CSV "
|
88 |
+
"imports to function properly. Your server is using \"%s\" but this path does "
|
89 |
+
"not seem to be writable. Please consult with your host."
|
90 |
msgstr ""
|
91 |
+
"Ein gültiges temporäres Verzeichnis mit Schreibrechten wird benötigt, um "
|
92 |
+
"korrekt zu funktionieren. Dein Server benutzt \"%s\", doch der Pfad ist "
|
93 |
+
"nicht beschreibbar. Bitte kontaktiere deinen Serveradministrator."
|
94 |
|
95 |
+
#: includes/admin/page-debug.php:43
|
96 |
+
msgid "Missing tables: %s"
|
97 |
+
msgstr "Nicht vorhandene Tabellen: %s"
|
|
|
98 |
|
99 |
+
#: includes/api.php:405
|
100 |
+
msgid "Free"
|
101 |
+
msgstr "Kostenlos"
|
|
|
|
|
|
|
102 |
|
103 |
+
#: includes/class-wpbdp.php:34
|
104 |
+
msgid "Edit Listing"
|
105 |
+
msgstr "Eintrag bearbeiten"
|
|
|
106 |
|
107 |
+
#: includes/class-wpbdp.php:35
|
108 |
+
msgid "New Listing"
|
109 |
+
msgstr "Neuer Eintrag"
|
|
|
110 |
|
111 |
+
#: includes/class-wpbdp.php:36
|
112 |
+
msgid "View Listing"
|
113 |
+
msgstr "Eintrag anschauen"
|
|
|
114 |
|
115 |
+
#: includes/class-wpbdp.php:37
|
116 |
+
msgid "Search Listings"
|
117 |
+
msgstr "Einträge durchsuchen"
|
|
|
|
|
|
|
118 |
|
119 |
+
#: includes/class-wpbdp.php:38
|
120 |
+
msgid "No listings found"
|
121 |
+
msgstr "Keine Einträge gefunden"
|
|
|
122 |
|
123 |
+
#: includes/class-wpbdp.php:39
|
124 |
+
msgid "No listings found in trash"
|
125 |
+
msgstr "Keine Einträge im Papierkorb gefunden"
|
|
|
126 |
|
127 |
+
#: includes/class-wpbdp.php:55
|
128 |
+
msgid "Directory Categories"
|
129 |
+
msgstr "Verz. Kategorien"
|
|
|
130 |
|
131 |
+
#: includes/class-wpbdp.php:56
|
132 |
+
msgid "Directory Category"
|
133 |
+
msgstr "Verzeichnis Kategorie"
|
|
|
134 |
|
135 |
+
#: includes/class-wpbdp.php:67
|
136 |
+
msgid "Directory Tags"
|
137 |
+
msgstr "Verz. Tags"
|
|
|
138 |
|
139 |
+
#: includes/class-wpbdp.php:68
|
140 |
+
msgid "Directory Tag"
|
141 |
+
msgstr "Verzeichnis Tag"
|
|
|
142 |
|
143 |
+
#: includes/fields/class-fieldtypes-date.php:32
|
144 |
+
msgid "%s (ex. %s)"
|
145 |
+
msgstr ""
|
|
|
146 |
|
147 |
+
#: includes/form-fields.php:318
|
148 |
+
msgid "Business Name"
|
149 |
+
msgstr "Firmenname"
|
|
|
150 |
|
151 |
+
#: includes/form-fields.php:320
|
152 |
+
msgid "Business Genre"
|
153 |
+
msgstr "Firmenbranche"
|
|
|
154 |
|
155 |
+
#: includes/form-fields.php:322
|
156 |
+
msgid "Short Business Description"
|
157 |
+
msgstr "Kurze Geschäftsbeschreibung"
|
|
|
158 |
|
159 |
+
#: includes/form-fields.php:324
|
160 |
+
msgid "Long Business Description"
|
161 |
+
msgstr "Lange Geschäftsbeschreibung"
|
|
|
162 |
|
163 |
+
#: includes/form-fields.php:326
|
164 |
+
msgid "Business Website Address"
|
165 |
+
msgstr "Firmenwebseite"
|
|
|
166 |
|
167 |
+
#: includes/form-fields.php:328
|
168 |
+
msgid "Business Phone Number"
|
169 |
+
msgstr "Telefonnummer geschäftlich"
|
|
|
170 |
|
171 |
+
#: includes/form-fields.php:330
|
172 |
+
msgid "Business Fax"
|
173 |
+
msgstr "Fax geschäftlich"
|
|
|
174 |
|
175 |
+
#: includes/form-fields.php:332
|
176 |
+
msgid "Business Contact Email"
|
177 |
+
msgstr "Kontakt E-mail geschäftlich"
|
|
|
178 |
|
179 |
+
#: includes/form-fields.php:334
|
180 |
+
msgid "Business Tags"
|
181 |
+
msgstr "Geschäftliche Tags "
|
|
|
|
|
182 |
|
183 |
+
#: includes/form-fields.php:336
|
184 |
+
msgid "Business Address"
|
185 |
+
msgstr "Adresse"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
|
187 |
+
#: includes/form-fields.php:338
|
188 |
+
msgid "ZIP Code"
|
189 |
+
msgstr "Postleitzahl"
|
|
|
|
|
|
|
190 |
|
191 |
+
#: includes/gateways/class-gateway-authorize-net.php:19
|
192 |
+
msgid "Activate Authorize.net?"
|
193 |
+
msgstr "Aktiviere Lizenz"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
194 |
|
195 |
+
#: includes/gateways/class-gateway-authorize-net.php:25
|
196 |
+
msgid "Login ID"
|
197 |
+
msgstr "Login"
|
|
|
|
|
|
|
198 |
|
199 |
+
#: includes/gateways/class-gateway-authorize-net.php:29
|
200 |
+
msgid "Transaction Key"
|
201 |
+
msgstr "Transaktionen"
|
|
|
|
|
|
|
202 |
|
203 |
+
#: includes/installer.php:1061
|
204 |
+
msgid "Business Directory - Manual Upgrade Required"
|
205 |
+
msgstr "Branchenverzeichnis - Manuelle Aktualisierung erforderlich"
|
|
|
|
|
|
|
206 |
|
207 |
+
#: includes/installer.php:1063
|
|
|
208 |
msgid ""
|
209 |
+
"Business Directory features are currently disabled because the plugin needs "
|
210 |
+
"to perform a manual upgrade before continuing."
|
|
|
211 |
msgstr ""
|
212 |
+
"Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
|
213 |
+
"manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
|
|
|
214 |
|
215 |
+
#: includes/installer.php:1065
|
216 |
+
msgid "Perform Manual Upgrade"
|
217 |
+
msgstr "Manuelle Aktualisierung durchführen"
|
|
|
218 |
|
219 |
+
#: includes/installer.php:1081 includes/installer.php:1082
|
220 |
+
#: includes/installer.php:1093
|
221 |
+
msgid "Business Directory - Manual Upgrade"
|
222 |
+
msgstr "Branchenverzeichnis - Manuelle Aktualisierung"
|
223 |
|
224 |
+
#: includes/installer.php:1097
|
225 |
+
msgid ""
|
226 |
+
"Business Directory features are currently disabled because the plugin needs "
|
227 |
+
"to perform a manual upgrade before it can be used."
|
228 |
+
msgstr ""
|
229 |
+
"Branchenverzeichnis Hervorhebungen sind momentan deaktiviert weil das Modul "
|
230 |
+
"manuell aktualisiert werden muss, bevor es weiter verwendet werden kann."
|
231 |
|
232 |
+
#: includes/installer.php:1099
|
233 |
+
msgid "Click \"Start Upgrade\" and wait until the process finishes."
|
234 |
+
msgstr ""
|
235 |
+
"Klicke \"Starte Aktualisierung\" und warte bis der Vorgang beendet wurde."
|
|
|
|
|
236 |
|
237 |
+
#: includes/installer.php:1148
|
238 |
+
msgid "Business Directory - Installation Failed"
|
239 |
+
msgstr "Branchenverzeichnis - Manuelle Aktualisierung"
|
|
|
240 |
|
241 |
+
#: includes/installer.php:1150
|
242 |
+
msgid ""
|
243 |
+
"Business Directory installation failed. An exception with following message "
|
244 |
+
"was generated:"
|
245 |
+
msgstr ""
|
246 |
+
"Business Directory Installation fehlgeschlagen. Es wurde eine exception mit "
|
247 |
+
"folgender Meldung generiert:"
|
248 |
|
249 |
+
#: includes/installer.php:1155
|
250 |
+
msgid "Please <contact-link>contact customer support</a>."
|
251 |
+
msgstr "Bitte wenden Sie Sich an den <contact-link>Kundendienst</a>"
|
|
|
252 |
|
253 |
+
#: includes/payment.php:123
|
|
|
254 |
msgid ""
|
255 |
+
"BD detected PayFast and another gateway were enabled. This setup is not "
|
256 |
+
"recommended due to PayFast supporting only ZAR and the other gateways not "
|
257 |
+
"supporting this currency."
|
258 |
msgstr ""
|
259 |
+
"Branchenverzeichnis hat PayFast und ein anderes Gateway festgestellt das "
|
260 |
+
"aktiviert wurde. Dieses Setup ist nicht empfohlen, weil PayFast nur ZAR und "
|
261 |
+
"andere Gateways unterstützt und nicht dieses Zahlungsmittel."
|
262 |
|
263 |
+
#: includes/payment.php:127
|
|
|
264 |
msgid ""
|
265 |
+
"You have recurring renewal of listing fees enabled but the payment gateways "
|
266 |
+
"installed don't support recurring payments. Until a gateway that supports "
|
267 |
+
"recurring payments (such as PayPal) is enabled automatic renewals will be "
|
268 |
+
"disabled."
|
269 |
msgstr ""
|
270 |
+
"Sie haben erneuerbare Einträge aktiviert aber das Payment Gateway "
|
271 |
+
"unterstützt keine wiederholten Abbuchungen. Bitte benutze einen Dienst wie "
|
272 |
+
"Paypal. Solange bleiben automatische Erneuerungen deaktiviert."
|
273 |
|
274 |
+
#: includes/payment.php:135
|
|
|
275 |
msgid ""
|
276 |
+
"You have payments enabled but there are no fees available. Users won't be "
|
277 |
+
"able to post listings. Please <a href=\"fees\">create some fees</a> or <a "
|
278 |
+
"href=\"settings\">configure the Directory</a> to operate in \"Free Mode\"."
|
279 |
msgstr ""
|
280 |
+
"Sie haben Zahlungen aktiviert, aber es gibt keine Angebot / Gebühren. "
|
281 |
+
"Benutzer können keine Einträge veröffentlichen. Bitte <a href=\"fees"
|
282 |
+
"\">einige Angebot erstellen</a> oder <a href=\"settings\">das Verzeichnis "
|
283 |
+
"konfigurieren</a> und “Kostenlos Modus\" umstellen."
|
284 |
|
285 |
+
#: includes/templates-ui.php:235
|
286 |
+
msgid "Directory"
|
287 |
+
msgstr "Verzeichnis"
|
|
|
288 |
|
289 |
+
#: includes/templates-ui.php:242
|
290 |
+
msgid "View All Listings"
|
291 |
+
msgstr "Alle Einträge anschauen"
|
|
|
292 |
|
293 |
+
#: includes/templates-ui.php:249
|
294 |
+
msgid "Create A Listing"
|
295 |
+
msgstr "Eintrag erstellen"
|
|
|
|
|
|
|
|
|
|
|
296 |
|
297 |
+
#: includes/views/listing_contact.php:163
|
298 |
+
msgid "l F j, Y \\a\\t g:i a"
|
299 |
+
msgstr "l F j, Y \\a\\t g:i a"
|
|
|
|
|
|
|
|
|
|
|
300 |
|
301 |
+
#: templates/admin/csv-import-progress.tpl.php:26
|
302 |
+
msgid "Import Progress"
|
303 |
+
msgstr "Import wird durchgeführt..."
|
|
|
304 |
|
305 |
+
#. Plugin Name of the plugin/theme
|
306 |
+
msgid "Business Directory Plugin"
|
307 |
+
msgstr "Business Directory Plugin"
|
|
|
308 |
|
309 |
+
#: templates/admin/home.tpl.php:25
|
310 |
+
msgid "Configure/Manage Options"
|
311 |
+
msgstr "Konfiguration/Optionen verwalten"
|
|
|
312 |
|
313 |
+
#: templates/admin/home.tpl.php:28
|
314 |
+
msgid "Setup/Manage Form Fields"
|
315 |
+
msgstr "Formularfelder Installieren/Verwalten"
|
|
|
316 |
|
317 |
+
#: templates/admin/home.tpl.php:31
|
318 |
+
msgid "Setup/Manage Fees"
|
319 |
+
msgstr "Setup/Preispakete Verwalten"
|
|
|
|
|
|
|
|
|
|
|
320 |
|
321 |
+
#: templates/admin/home.tpl.php:37
|
322 |
+
msgid "Featured Listings Pending Upgrade"
|
323 |
+
msgstr "Unterstützte Einträge Ausstehende Aktualisierungen"
|
324 |
+
|
325 |
+
#: templates/admin/home.tpl.php:44
|
326 |
+
msgid "Manage Paid Listings"
|
327 |
+
msgstr "Bezahlte Einträge verwalten"
|
328 |
+
|
329 |
+
#: templates/admin/settings-reset.tpl.php:2
|
330 |
+
msgid "Business Directory - Reset Defaults"
|
331 |
+
msgstr "Branchenverzeichnis - letzte Einträge"
|
332 |
+
|
333 |
+
#: templates/admin/settings-reset.tpl.php:10
|
334 |
msgid ""
|
335 |
+
"Use this option if you want to go back to the original factory settings for "
|
336 |
+
"BD."
|
337 |
msgstr ""
|
338 |
+
"Nutze diese Option wenn du auf die Grundeinstellungen zurücksetzen willst. "
|
339 |
+
"Bitte beachte das alle benutzerdefinierten Anpassungen verloren gehen."
|
340 |
|
341 |
+
#: templates/admin/settings-reset.tpl.php:11
|
342 |
+
msgid "Please note that all of your existing settings will be lost."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
343 |
msgstr ""
|
344 |
+
"Bitte beachten Sie, dass alle vorhandenen Einstellungen verloren gehen."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
345 |
|
346 |
+
#: templates/admin/settings-reset.tpl.php:17
|
347 |
+
msgid "Reset Defaults"
|
348 |
+
msgstr "Standards zurücksetzen"
|
|
|
349 |
|
350 |
+
#: templates/admin/settings.tpl.php:2
|
351 |
+
msgid "Business Directory Settings"
|
352 |
+
msgstr "Branchenverzeichnis Einstellungen"
|
|
|
353 |
|
354 |
+
#: templates/admin/settings.tpl.php:21
|
355 |
+
msgid "Settings updated."
|
356 |
+
msgstr "Einstellungen aktualisiert."
|
|
|
357 |
|
358 |
+
#: templates/parts/listing-buttons.tpl.php:13
|
359 |
+
msgid "← Back to Directory"
|
360 |
+
msgstr "← Zurück zum Verzeichnis"
|
|
|
361 |
|
362 |
+
#. Plugin URI of the plugin/theme
|
363 |
+
msgid "http://www.businessdirectoryplugin.com"
|
364 |
+
msgstr "http://www.businessdirectoryplugin.com"
|
|
|
|
|
|
|
|
|
365 |
|
366 |
+
#. Description of the plugin/theme
|
|
|
367 |
msgid ""
|
368 |
+
"Provides the ability to maintain a free or paid business directory on your "
|
369 |
+
"WordPress powered site."
|
370 |
msgstr ""
|
371 |
+
"Bietet die Möglichkeit, ein kostenloses oder bezahltes Business-Verzeichnis "
|
372 |
+
"auf Ihrer WordPress Webseite zu betreiben."
|
373 |
|
374 |
+
#. Author of the plugin/theme
|
375 |
+
msgid "D. Rodenbaugh"
|
376 |
+
msgstr "D. Rodenbaugh"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
377 |
|
378 |
+
#. Author URI of the plugin/theme
|
379 |
+
msgid "http://businessdirectoryplugin.com"
|
380 |
+
msgstr "http://businessdirectoryplugin.com"
|
|
|
|
|
|
|
|
|
|
|
|
|
381 |
|
382 |
+
#: business-directory-plugin.php:602
|
383 |
+
#, fuzzy
|
384 |
+
msgctxt "listing image upload"
|
385 |
+
msgid "Can not upload any more images for this listing."
|
386 |
+
msgstr "Kategorie für diesen Eintrag"
|
387 |
|
388 |
+
#: business-directory-plugin.php:716
|
389 |
+
msgctxt "admin plugins"
|
390 |
+
msgid "Settings"
|
391 |
+
msgstr "Einstellungen"
|
392 |
|
393 |
+
#: business-directory-plugin.php:824 business-directory-plugin.php:831
|
394 |
+
msgctxt "rss feed"
|
395 |
+
msgid "%s Feed"
|
396 |
+
msgstr "% Feed"
|
|
|
|
|
|
|
|
|
|
|
397 |
|
398 |
+
#: business-directory-plugin.php:1182 includes/views/submit_listing.php:10
|
399 |
+
#: includes/views/view-submit-listing.php:58
|
400 |
+
msgctxt "views"
|
401 |
+
msgid "Submit A Listing"
|
402 |
+
msgstr "Eintrag erstellen"
|
403 |
|
404 |
+
#: includes/views/all_listings.php:6
|
405 |
+
msgctxt "views"
|
406 |
+
msgid "View All Listings"
|
407 |
+
msgstr "Alle Einträge anschauen"
|
408 |
|
409 |
+
#: includes/views/search.php:8
|
410 |
+
msgctxt "views"
|
411 |
+
msgid "Find A Listing"
|
412 |
+
msgstr "Eintrag finden"
|
413 |
|
414 |
+
#: includes/views/view-submit-listing.php:58
|
415 |
+
msgctxt "views"
|
416 |
+
msgid "Edit Your Listing"
|
417 |
+
msgstr "Meinen Eintrag bearbeiten"
|
|
|
418 |
|
419 |
+
#: business-directory-plugin.php:1187
|
420 |
+
msgctxt "title"
|
421 |
+
msgid "Find a Listing"
|
422 |
+
msgstr "Eintrag finden"
|
423 |
|
424 |
+
#: business-directory-plugin.php:1192
|
425 |
+
msgctxt "title"
|
426 |
+
msgid "View All Listings"
|
427 |
+
msgstr "Alle Einträge anschauen"
|
428 |
|
429 |
+
#: business-directory-plugin.php:1221
|
430 |
+
msgctxt "title"
|
431 |
+
msgid "Listings tagged: %s"
|
432 |
+
msgstr "Einträge getaggt: %s"
|
433 |
|
434 |
+
#: includes/admin/class-admin-listings.php:40
|
435 |
+
msgctxt "admin category filter"
|
436 |
+
msgid "All categories"
|
437 |
+
msgstr "Alle Kategorien"
|
|
|
|
|
438 |
|
439 |
+
#: includes/admin/class-admin-listings.php:133
|
440 |
+
msgctxt "admin listings"
|
441 |
+
msgid ""
|
442 |
+
"This listing doesn't have any category assigned. At least one category (and "
|
443 |
+
"its respective fee) is required in order to determine the features available "
|
444 |
+
"to this listing, as well as handling renewals."
|
445 |
+
msgstr ""
|
446 |
+
"Diese Auflistung wurde keiner Kategorie zugewiesen. Mindestens eine "
|
447 |
+
"Kategorie (und die jeweilige Gebühr) ist erforderlich, um die für diese "
|
448 |
+
"Auflistung zur Verfügung stehenden Funktionen sowie die Erneuerung zu "
|
449 |
+
"ermitteln."
|
450 |
|
451 |
+
#: includes/admin/class-admin-listings.php:145
|
452 |
+
msgctxt "admin"
|
453 |
+
msgid "Listing Fields / Images"
|
454 |
+
msgstr "Eintrag Felder / Bilder"
|
455 |
|
456 |
+
#: includes/admin/class-admin-listings.php:156
|
457 |
+
msgctxt "admin"
|
458 |
+
msgid "Categories"
|
459 |
+
msgstr "Kategorien"
|
460 |
|
461 |
+
#: includes/admin/class-admin-listings.php:189
|
462 |
+
msgctxt "admin"
|
463 |
+
msgid "(Listing expired in this category)"
|
464 |
+
msgstr "(Der Eintrag ist in dieser Kategorie abgelaufen)"
|
465 |
|
466 |
+
#: includes/admin/class-admin-listings.php:305
|
467 |
+
msgctxt "admin"
|
468 |
+
msgid "Expired"
|
469 |
+
msgstr "Abgelaufen"
|
470 |
|
471 |
+
#: includes/admin/class-admin.php:165
|
472 |
+
msgctxt "admin"
|
473 |
+
msgid "Business Directory"
|
474 |
+
msgstr "Branchenverzeichnis"
|
|
|
475 |
|
476 |
+
#: includes/admin/class-admin.php:176
|
477 |
+
msgctxt "admin"
|
478 |
+
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
479 |
msgstr ""
|
480 |
+
"Sie haben alles konfiguriert. Besuchen sie Ihr neues <a>Branchenverzeichnis</"
|
481 |
+
"a>."
|
482 |
|
483 |
+
#: includes/admin/class-admin.php:519
|
484 |
+
msgctxt "admin"
|
485 |
+
msgid "Dismiss this notice."
|
486 |
+
msgstr "Diese Nachricht ignorieren."
|
487 |
|
488 |
+
#: includes/admin/class-admin.php:547
|
489 |
+
msgctxt "admin"
|
490 |
+
msgid "The listing has been published."
|
491 |
+
msgid_plural "The listings have been published."
|
492 |
+
msgstr[0] "Der Eintrag wurde veröffentlicht."
|
493 |
+
msgstr[1] "Die Einträge wurden veröffentlicht."
|
494 |
|
495 |
+
#: includes/admin/class-admin.php:565
|
496 |
+
msgctxt "admin"
|
497 |
+
msgid "The listing status has been set as paid."
|
498 |
+
msgid_plural "The listings status has been set as paid."
|
499 |
+
msgstr[0] "Der Status des Eintrags wurde auf bezahlt gesetzt."
|
500 |
+
msgstr[1] "Der Status der Einträge wurde auf bezahlt gesetzt."
|
501 |
|
502 |
+
#: includes/admin/class-admin.php:571
|
503 |
+
msgctxt "admin"
|
504 |
+
msgid ""
|
505 |
+
"Only invoices containing non-recurring items were marked as paid. Please "
|
506 |
+
"review the <a>Transactions</a> tab for the listing to manage recurring items "
|
507 |
+
"or check the gateway's backend."
|
508 |
+
msgid_plural ""
|
509 |
+
"Only invoices containing non-recurring items were marked as paid. Recurring "
|
510 |
+
"payments have to be managed through the gateway."
|
511 |
+
msgstr[0] ""
|
512 |
+
"Nur Rechnungen, die nicht wiederkehrende Posten enthalten, wurden als "
|
513 |
+
"gezahlt markiert. Bitte überprüfen Sie die Registerkarte <a>Transaktionen</"
|
514 |
+
"a> für die Auflistung, um wiederkehrende Elemente zu verwalten oder das "
|
515 |
+
"Backend des Gateways zu überprüfen."
|
516 |
+
msgstr[1] ""
|
517 |
+
"Nur Rechnungen, die nicht wiederkehrende Posten enthalten, wurden als "
|
518 |
+
"gezahlt markiert. Wiederkehrende Zahlungen müssen über das Gateway verwaltet "
|
519 |
+
"werden."
|
520 |
|
521 |
+
#: includes/admin/class-admin.php:590
|
522 |
+
msgctxt "admin"
|
523 |
+
msgid "The listing has been modified."
|
524 |
+
msgid_plural "The listings have been modified."
|
525 |
+
msgstr[0] "Der Eintrag wurde verändert."
|
526 |
+
msgstr[1] "Die Einträge wurden verändert."
|
527 |
|
528 |
+
#: includes/admin/class-admin.php:603
|
529 |
+
msgctxt "admin"
|
530 |
+
msgid "The listing has been upgraded."
|
531 |
+
msgid_plural "The listings have been upgraded."
|
532 |
+
msgstr[0] "Der Eintrag wurde aktualisiert"
|
533 |
+
msgstr[1] "Die Einträge wurden aktualisiert."
|
534 |
|
535 |
+
#: includes/admin/class-admin.php:615
|
536 |
+
msgctxt "admin"
|
537 |
+
msgid "The listing has been downgraded."
|
538 |
+
msgid_plural "The listings have been downgraded."
|
539 |
+
msgstr[0] "Der Eintrag wurde zurück gesetzt."
|
540 |
+
msgstr[1] "Die Einträge wurden zurück gesetzt."
|
|
|
|
|
|
|
541 |
|
542 |
+
#: includes/admin/class-admin.php:631
|
543 |
+
msgctxt "admin"
|
544 |
+
msgid "The transaction has been approved."
|
545 |
+
msgstr "Die Transaktion wurde genehmigt."
|
546 |
|
547 |
+
#: includes/admin/class-admin.php:641
|
548 |
+
msgctxt "admin"
|
549 |
+
msgid "The transaction has been rejected."
|
550 |
+
msgstr "Die Transaktion wurde abgelehnt."
|
551 |
|
552 |
+
#: includes/admin/class-admin.php:647
|
553 |
+
msgctxt "admin"
|
554 |
+
msgid "The fee was successfully assigned."
|
555 |
+
msgstr "Der Preis wurde erfolgreich zugewiesen."
|
556 |
+
|
557 |
+
#: includes/admin/class-admin.php:656
|
558 |
+
msgctxt "admin"
|
559 |
+
msgid "Listing was renewed."
|
560 |
+
msgid_plural "Listings were renewed."
|
561 |
+
msgstr[0] "Eintrag wurde aktualisiert."
|
562 |
+
msgstr[1] "Einträge wurden aktualisiert."
|
563 |
+
|
564 |
+
#: includes/admin/class-admin.php:663
|
565 |
+
msgctxt "admin"
|
566 |
+
msgid "Renewal email sent."
|
567 |
+
msgstr "E-mail erneut senden."
|
568 |
+
|
569 |
+
#: includes/admin/class-admin.php:720 includes/admin/class-admin.php:726
|
570 |
+
msgctxt "admin"
|
571 |
+
msgid "Listing Count"
|
572 |
+
msgstr "Anzahl Einträge"
|
573 |
+
|
574 |
+
#: includes/admin/class-admin.php:835
|
575 |
+
msgctxt "admin"
|
576 |
+
msgid ""
|
577 |
+
"<b>Business Directory Plugin</b> requires fields with the following "
|
578 |
+
"associations in order to work correctly: <b>%s</b>."
|
579 |
msgstr ""
|
580 |
+
"<b>Branchenverzeichnis Erweiterung</b> benötigt Felder mit den folgenden "
|
581 |
+
"Verbindungen um korrekt zu funktionieren: <b>%s</b>."
|
582 |
|
583 |
+
#: includes/admin/class-admin.php:837
|
584 |
+
msgctxt "admin"
|
585 |
msgid ""
|
586 |
+
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
587 |
+
"association in order to work correctly."
|
588 |
msgstr ""
|
589 |
+
"<b>Branchenverzeichnis Erweiterung</b> benötigt ein Feld mit der Verbindung "
|
590 |
+
"<b>%s</b>, um korrekt zu funktionieren."
|
591 |
|
592 |
+
#: includes/admin/class-admin.php:841
|
593 |
+
msgctxt "admin"
|
594 |
+
msgid ""
|
595 |
+
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
596 |
+
"or let Business Directory do this for you automatically."
|
597 |
msgstr ""
|
598 |
+
"Sie können diese benutzerdefinierten Felder selbst erzeugen \"Formularfelder "
|
599 |
+
"verwalten\" oder vom Branchenverzeichnis automatisch erstellen lassen."
|
600 |
|
601 |
+
#: includes/admin/class-admin.php:845
|
602 |
+
msgctxt "admin"
|
603 |
+
msgid "Go to \"Manage Form Fields\""
|
604 |
+
msgstr "zu \"Formularfelder verwalten\""
|
605 |
|
606 |
+
#: includes/admin/class-admin.php:848
|
607 |
+
msgctxt "admin"
|
608 |
+
msgid "Create these required fields for me"
|
609 |
+
msgstr "Erstelle diese benötigten Felder für mich"
|
610 |
|
611 |
+
#: includes/admin/class-admin.php:857
|
612 |
+
msgctxt "admin"
|
613 |
+
msgid ""
|
614 |
+
"<b>Business Directory Plugin</b> requires a page with the "
|
615 |
+
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
616 |
+
msgstr ""
|
617 |
+
"<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
|
618 |
+
"<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
|
619 |
|
620 |
+
#: includes/admin/class-admin.php:859
|
621 |
+
msgctxt "admin"
|
622 |
+
msgid ""
|
623 |
+
"You can create this page by yourself or let Business Directory do this for "
|
624 |
+
"you automatically."
|
625 |
+
msgstr ""
|
626 |
+
"Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
|
627 |
+
"automatisch erstellen lassen."
|
628 |
|
629 |
+
#: includes/admin/class-admin.php:863
|
630 |
+
msgctxt "admin"
|
631 |
+
msgid "Create required pages for me"
|
632 |
+
msgstr "Erstelle benötigte Seiten für mich"
|
633 |
|
634 |
+
#: includes/admin/class-admin.php:940
|
635 |
+
msgctxt "admin"
|
636 |
+
msgid ""
|
637 |
+
"We noticed you want your Business Directory users to register before posting "
|
638 |
+
"listings, but Registration for your site is currently disabled. Go [here] "
|
639 |
+
"and check \"Anyone can register\" to make sure BD works properly."
|
640 |
+
msgstr ""
|
641 |
+
"Wir haben festgestellt du möchtest, dass deine Branchenverzeichnisbenutzer "
|
642 |
+
"sich registrieren sollen bevor sie sich eintragen, die Registrierung für "
|
643 |
+
"deine Seite ist momentan ausgeschaltet. Klicke [hier] und prüfe \"Jeder kann "
|
644 |
+
"sich registrieren\", um sicher zu sein, dass das Branchenverzeichnis korrekt "
|
645 |
+
"funktioniert."
|
646 |
|
647 |
+
#: includes/admin/helpers/listing-metabox.php:11
|
648 |
+
msgctxt "admin"
|
649 |
+
msgid "General"
|
650 |
+
msgstr "Allgemein"
|
651 |
|
652 |
+
#: includes/admin/helpers/listing-metabox.php:12
|
653 |
+
msgctxt "admin"
|
654 |
+
msgid "Fee Details"
|
655 |
+
msgstr "Preis Details"
|
656 |
|
657 |
+
#: includes/admin/helpers/listing-metabox.php:13
|
658 |
+
msgctxt "admin"
|
659 |
+
msgid "Transactions"
|
660 |
+
msgstr "Transaktionen"
|
661 |
|
662 |
+
#: includes/payment.php:119
|
663 |
+
msgctxt "admin"
|
664 |
+
msgid ""
|
665 |
+
"You have payments turned on but no gateway is active and properly "
|
666 |
+
"configured. Go to <a href=\"%s\">Manage Options - Payment</a> to change the "
|
667 |
+
"payment settings. Until you change this, the directory will operate in "
|
668 |
+
"<i>Free Mode</i>."
|
669 |
+
msgstr ""
|
670 |
+
"Bezahlungen sind aktiviert aber kein Gateway ist aktiv oder richtig "
|
671 |
+
"konfiguriert. Nach <a href=\"%s\">Optionen Verwalten - Bezahlung</a>, um die "
|
672 |
+
"Bezahleinstellungen zu ändern. Das Verzeichnis wird im <i>kostenlosen Modus</"
|
673 |
+
"i> ausgeführt, bis die Änderungen gemacht wurden."
|
674 |
|
675 |
+
#: includes/payment.php:538
|
676 |
+
msgctxt "admin"
|
677 |
+
msgid "Pending Abandonment"
|
678 |
+
msgstr "Ausstehende Zahlungen"
|
679 |
|
680 |
+
#: includes/payment.php:543
|
681 |
+
msgctxt "admin"
|
682 |
+
msgid "Abandoned"
|
683 |
+
msgstr "Abgebrochen"
|
684 |
|
685 |
+
#: templates/admin/listing-metabox-transactions.tpl.php:10
|
686 |
+
msgctxt "admin"
|
687 |
+
msgid "Payments History"
|
688 |
+
msgstr "Bezahlhistorie"
|
689 |
|
690 |
+
#: includes/admin/class-admin-listings.php:239
|
691 |
+
#: includes/admin/class-admin-listings.php:418
|
692 |
+
msgctxt "admin actions"
|
693 |
+
msgid "Upgrade to Featured"
|
694 |
+
msgstr "Aktualisieren auf Eingestellt"
|
695 |
|
696 |
+
#: includes/admin/class-admin-listings.php:354
|
697 |
+
msgctxt "admin actions"
|
698 |
+
msgid "Edit Listing"
|
699 |
+
msgstr "Eintrag Bearbeiten"
|
700 |
|
701 |
+
#: includes/admin/class-admin-listings.php:357
|
702 |
+
msgctxt "admin actions"
|
703 |
+
msgid "Delete Listing"
|
704 |
+
msgstr "Eintrag Löschen"
|
705 |
|
706 |
+
#: includes/admin/class-admin-listings.php:416
|
707 |
+
msgctxt "admin actions"
|
708 |
+
msgid "Publish Listing"
|
709 |
+
msgstr "Eintrag veröffentlichen"
|
710 |
|
711 |
+
#: includes/admin/class-admin-listings.php:419
|
712 |
+
msgctxt "admin actions"
|
713 |
+
msgid "Downgrade to Normal"
|
714 |
+
msgstr "Zurücksetzen auf Normal"
|
715 |
|
716 |
+
#: includes/admin/class-admin-listings.php:421
|
717 |
+
msgctxt "admin actions"
|
718 |
+
msgid "Mark as Paid"
|
719 |
+
msgstr "Als Bezahlt Markieren"
|
720 |
|
721 |
+
#: includes/admin/class-admin-listings.php:423
|
722 |
+
msgctxt "admin actions"
|
723 |
+
msgid "Renew Listing"
|
724 |
+
msgstr "Eintrag erneuern"
|
725 |
|
726 |
+
#: includes/admin/class-admin.php:136
|
727 |
+
msgctxt "drip pointer"
|
728 |
+
msgid ""
|
729 |
+
"Find out how to create a compelling, thriving business directory from "
|
730 |
+
"scratch in this ridiculously actionable (and FREE) 5-part email course. Get "
|
731 |
+
"a FREE premium module just for signing up."
|
732 |
+
msgstr ""
|
733 |
+
"Finden Sie heraus, wie Sie ein überzeugendes, blühendes Geschäftsverzeichnis "
|
734 |
+
"von Grund aufbauen mit diesem einfachen (und kostenlosen) 5-teiligen E-Mail-"
|
735 |
+
"Kurs. Sie erhalten ein kostenloses Premium-Modul nur für die Anmeldung."
|
736 |
|
737 |
+
#: includes/admin/class-admin.php:138
|
738 |
+
msgctxt "drip pointer"
|
739 |
+
msgid "Email Address:"
|
740 |
+
msgstr "E-Mail Adresse:"
|
741 |
|
742 |
+
#: includes/admin/class-admin.php:144
|
743 |
+
msgctxt "drip pointer"
|
744 |
+
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
745 |
+
msgstr ""
|
746 |
+
"Möchten Sie mehr über die Geheimnisse eines erfolgreichen Verzeichnisses "
|
747 |
+
"wissen?"
|
748 |
|
749 |
+
#: includes/admin/class-admin.php:146
|
750 |
+
msgctxt "drip pointer"
|
751 |
+
msgid "Yes, please!"
|
752 |
+
msgstr "Ja, bitte!"
|
753 |
|
754 |
+
#: includes/admin/class-admin.php:148
|
755 |
+
msgctxt "drip pointer"
|
756 |
+
msgid "No, thanks"
|
757 |
+
msgstr "Nein, danke"
|
758 |
|
759 |
+
#: includes/admin/class-admin.php:197
|
760 |
+
msgctxt "drip pointer"
|
761 |
+
msgid "Invalid e-mail address."
|
762 |
+
msgstr "Ungültiger Erneuerungszustand."
|
763 |
|
764 |
+
#: includes/admin/class-admin.php:231
|
765 |
+
msgctxt "admin menu"
|
766 |
+
msgid "Business Directory Admin"
|
767 |
+
msgstr "Branchenverzeichnis Administration"
|
768 |
|
769 |
+
#: includes/admin/class-admin.php:232
|
770 |
+
msgctxt "admin menu"
|
771 |
+
msgid "Dir. Admin"
|
772 |
+
msgstr "Verzeichnis Administration"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
773 |
|
774 |
+
#: includes/admin/class-admin.php:232
|
775 |
+
msgctxt "admin menu"
|
776 |
+
msgid "Directory Admin"
|
777 |
+
msgstr "Verzeichnis Administration"
|
778 |
|
779 |
+
#: includes/admin/class-admin.php:238 includes/admin/class-admin.php:239
|
780 |
+
msgctxt "admin menu"
|
781 |
+
msgid "Add New Listing"
|
782 |
+
msgstr "Neuer Eintrag"
|
783 |
|
784 |
+
#: includes/admin/class-admin.php:244 includes/admin/class-admin.php:245
|
785 |
+
msgctxt "admin menu"
|
786 |
+
msgid "Manage Options"
|
787 |
+
msgstr "Optionen Verwalten"
|
788 |
|
789 |
+
#: includes/admin/class-admin.php:250 includes/admin/class-admin.php:251
|
790 |
+
msgctxt "admin menu"
|
791 |
+
msgid "Manage Fees"
|
792 |
+
msgstr "Preise Verwalten"
|
793 |
|
794 |
+
#: includes/admin/class-admin.php:256 includes/admin/class-admin.php:257
|
795 |
+
msgctxt "admin menu"
|
796 |
+
msgid "Manage Form Fields"
|
797 |
+
msgstr "Felder verwalten"
|
798 |
|
799 |
+
#: includes/admin/class-admin.php:262 includes/admin/class-admin.php:263
|
800 |
+
msgctxt "admin menu"
|
801 |
+
msgid "Listings"
|
802 |
+
msgstr "Einträge"
|
803 |
|
804 |
+
#: includes/admin/class-admin.php:277 includes/admin/class-admin.php:278
|
805 |
+
msgctxt "admin menu"
|
806 |
+
msgid "CSV Import"
|
807 |
+
msgstr "CSV Import"
|
808 |
|
809 |
+
#: includes/admin/class-admin.php:283 includes/admin/class-admin.php:284
|
810 |
+
msgctxt "admin menu"
|
811 |
+
msgid "CSV Export"
|
812 |
+
msgstr "CVS Export"
|
813 |
|
814 |
+
#: includes/admin/class-admin.php:289 includes/admin/class-admin.php:290
|
815 |
+
msgctxt "admin menu"
|
816 |
+
msgid "Debug"
|
817 |
+
msgstr "Fehlerkorrektur"
|
818 |
|
819 |
+
#: includes/admin/class-admin.php:299
|
820 |
+
msgctxt "admin menu"
|
821 |
+
msgid "Main Menu"
|
822 |
+
msgstr "Hauptmenü"
|
823 |
|
824 |
+
#: includes/admin/class-admin.php:310
|
825 |
+
msgctxt "admin menu"
|
826 |
+
msgid "Uninstall Business Directory Plugin"
|
827 |
+
msgstr "Branchenverzeichnis deinstallieren"
|
828 |
|
829 |
+
#: includes/admin/class-admin.php:311
|
830 |
+
msgctxt "admin menu"
|
831 |
+
msgid "Uninstall"
|
832 |
+
msgstr "Deinstallieren"
|
833 |
|
834 |
+
#: includes/admin/class-admin.php:425
|
835 |
+
#: templates/admin/listing-metabox-categories.tpl.php:69
|
836 |
+
msgctxt "admin infometabox"
|
837 |
+
msgid "never"
|
838 |
+
msgstr "niemals"
|
839 |
|
840 |
+
#: includes/admin/helpers/listing-metabox.php:42
|
841 |
+
msgctxt "admin infometabox"
|
842 |
+
msgid "General Info"
|
843 |
+
msgstr "Allgemeine Informationen"
|
844 |
|
845 |
+
#: includes/admin/helpers/listing-metabox.php:44
|
846 |
+
msgctxt "admin infometabox"
|
847 |
+
msgid "Access Key"
|
848 |
+
msgstr "Eintrag Felder / Bilder"
|
849 |
|
850 |
+
#: includes/admin/helpers/listing-metabox.php:46
|
851 |
+
msgctxt "admin infometabox"
|
852 |
+
msgid "Total Listing Cost"
|
853 |
+
msgstr "Gesamt Eintragskosten"
|
854 |
|
855 |
+
#: includes/admin/helpers/listing-metabox.php:48
|
856 |
+
msgctxt "admin infometabox"
|
857 |
+
msgid "Payment Status"
|
858 |
+
msgstr "Bezahlstatus"
|
859 |
|
860 |
+
#: includes/admin/helpers/listing-metabox.php:52
|
861 |
+
msgctxt "admin infometabox"
|
862 |
+
msgid "Featured (Sticky) Status"
|
863 |
+
msgstr "Unterstützter (unbeweglicher) Status"
|
864 |
|
865 |
+
#: includes/admin/helpers/listing-metabox.php:83
|
866 |
+
msgctxt "admin infometabox"
|
867 |
+
msgid "CSV Import Sequence ID"
|
868 |
+
msgstr "CSV Import Sequenz ID"
|
|
|
|
|
|
|
|
|
|
|
869 |
|
870 |
+
#: includes/admin/helpers/listing-metabox.php:94
|
871 |
+
msgctxt "admin infometabox"
|
872 |
+
msgid "Mark listing as Paid"
|
873 |
+
msgstr "Eintrag als bezahlt markieren"
|
|
|
|
|
874 |
|
875 |
+
#: templates/admin/listing-change-fee.tpl.php:21
|
876 |
+
msgctxt "admin infometabox"
|
877 |
+
msgid "%d image"
|
878 |
+
msgid_plural "%d images"
|
879 |
+
msgstr[0] "%d Bild"
|
880 |
+
msgstr[1] "%d Bilder"
|
881 |
|
882 |
+
#: templates/admin/listing-change-fee.tpl.php:23
|
883 |
+
msgctxt "admin infometabox"
|
884 |
+
msgid "Listing never expires"
|
885 |
+
msgstr "Eintrag endet nicht"
|
|
|
886 |
|
887 |
+
#: templates/admin/listing-change-fee.tpl.php:25
|
888 |
+
msgctxt "admin infometabox"
|
889 |
+
msgid "%d day"
|
890 |
+
msgid_plural "%d days"
|
891 |
+
msgstr[0] "%d Tag"
|
892 |
+
msgstr[1] "%d Tage"
|
893 |
|
894 |
+
#: templates/admin/listing-metabox-categories.tpl.php:22
|
895 |
+
msgctxt "admin infometabox"
|
896 |
+
msgid "No categories on this listing. Please add one to associate fees."
|
|
|
897 |
msgstr ""
|
898 |
+
"Keine Kategorie für diesen Eintrag. Bitte füge eine Kategorie hinzu um "
|
899 |
+
"Preise zu assoziieren."
|
|
|
|
|
|
|
|
|
|
|
900 |
|
901 |
+
#: templates/admin/listing-metabox-categories.tpl.php:29
|
902 |
+
msgctxt "admin infometabox"
|
903 |
+
msgid "(recurring)"
|
904 |
+
msgstr "(wiederkehrend)"
|
905 |
|
906 |
+
#: templates/admin/listing-metabox-categories.tpl.php:34
|
907 |
+
msgctxt "admin infometabox"
|
908 |
+
msgid "Expired"
|
909 |
+
msgstr "Abgelaufen"
|
910 |
|
911 |
+
#: templates/admin/listing-metabox-categories.tpl.php:37
|
912 |
+
msgctxt "admin infometabox"
|
913 |
+
msgid "Payment Pending"
|
914 |
+
msgstr "Ausstehende Bezahlungen"
|
915 |
|
916 |
+
#: templates/admin/listing-metabox-categories.tpl.php:41
|
917 |
+
msgctxt "admin infometabox"
|
918 |
+
msgid "OK"
|
919 |
+
msgstr "OK"
|
920 |
|
921 |
+
#: templates/admin/listing-metabox-categories.tpl.php:49
|
922 |
+
msgctxt "admin infometabox"
|
923 |
+
msgid "Fee"
|
924 |
+
msgstr "Eintrag"
|
925 |
|
926 |
+
#: templates/admin/listing-metabox-categories.tpl.php:54
|
927 |
+
msgctxt "admin infometabox"
|
928 |
+
msgid "# Images"
|
929 |
+
msgstr "# Bilder"
|
930 |
|
931 |
+
#: templates/admin/listing-metabox-categories.tpl.php:62
|
932 |
+
msgctxt "admin infometabox"
|
933 |
+
msgid "Expired on"
|
934 |
+
msgstr "Läuft ab am"
|
935 |
|
936 |
+
#: templates/admin/listing-metabox-categories.tpl.php:64
|
937 |
+
msgctxt "admin infometabox"
|
938 |
+
msgid "Expires on"
|
939 |
+
msgstr "Läuft ab am"
|
940 |
|
941 |
+
#: templates/admin/listing-metabox-categories.tpl.php:72
|
942 |
+
msgctxt "admin infometabox"
|
943 |
+
msgid "Click to manually change expiration date."
|
944 |
+
msgstr "Klicke hier um das Ablaufdatum zu ändern."
|
945 |
|
946 |
+
#: templates/admin/listing-metabox-categories.tpl.php:75
|
947 |
+
msgctxt "admin infometabox"
|
948 |
+
msgid "Never expires"
|
949 |
+
msgstr "Eintrag läuft nie aus"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
950 |
|
951 |
+
#: templates/admin/listing-metabox-categories.tpl.php:75
|
952 |
+
msgctxt "admin infometabox"
|
953 |
msgid "Edit"
|
954 |
msgstr "Bearbeiten"
|
955 |
|
956 |
+
#: templates/admin/listing-metabox-categories.tpl.php:87
|
957 |
+
msgctxt "admin infometabox"
|
958 |
+
msgid "See payment info"
|
959 |
+
msgstr "Bezahlinformationen anschauen"
|
960 |
|
961 |
+
#: templates/admin/listing-metabox-categories.tpl.php:92
|
962 |
+
msgctxt "admin infometabox"
|
963 |
+
msgid "Renewal URL (copy & paste)"
|
964 |
+
msgstr "URL Erneuern (kopieren & einfügen)"
|
965 |
|
966 |
+
#: templates/admin/listing-metabox-categories.tpl.php:92
|
967 |
+
msgctxt "admin infometabox"
|
968 |
+
msgid "Show renewal link"
|
969 |
+
msgstr "Erneuerungslink anzeigen"
|
970 |
|
971 |
+
#: templates/admin/listing-metabox-categories.tpl.php:99
|
972 |
+
msgctxt "admin infometabox"
|
973 |
+
msgid "Send renewal e-mail to user"
|
974 |
+
msgstr "Erneuerungsmail an Benutzer schicken"
|
975 |
|
976 |
+
#: templates/admin/listing-metabox-categories.tpl.php:107
|
977 |
+
msgctxt "admin infometabox"
|
978 |
+
msgid "Renew manually..."
|
979 |
+
msgstr "Manuell erneuern..."
|
|
|
|
|
980 |
|
981 |
+
#: templates/admin/listing-metabox-categories.tpl.php:107
|
982 |
+
msgctxt "admin infometabox"
|
983 |
+
msgid "Change fee..."
|
984 |
+
msgstr "Preis ändern"
|
|
|
|
|
985 |
|
986 |
+
#: templates/admin/listing-metabox-categories.tpl.php:115
|
987 |
+
msgctxt "admin infometabox"
|
988 |
+
msgid "Remove category"
|
989 |
+
msgstr "Kategorie entfernen"
|
990 |
|
991 |
+
#: templates/admin/listing-metabox-fees.tpl.php:1
|
992 |
+
msgctxt "admin infometabox"
|
993 |
+
msgid "Fee Information"
|
994 |
+
msgstr "Preisinformation"
|
995 |
|
996 |
+
#: templates/admin/listing-metabox-fees.tpl.php:3
|
997 |
+
msgctxt "admin infometabox"
|
998 |
+
msgid "Payment Mode:"
|
999 |
+
msgstr "Bezahlmodus:"
|
1000 |
|
1001 |
+
#: templates/admin/listing-metabox-fees.tpl.php:3
|
1002 |
+
msgctxt "admin infometabox"
|
1003 |
+
msgid "Paid"
|
1004 |
+
msgstr "Bezahlt"
|
1005 |
|
1006 |
+
#: templates/admin/listing-metabox-fees.tpl.php:3
|
1007 |
+
msgctxt "admin infometabox"
|
1008 |
+
msgid "Free"
|
1009 |
+
msgstr "Kostenlos"
|
1010 |
|
1011 |
+
#: templates/admin/listing-metabox-fees.tpl.php:6
|
1012 |
+
msgctxt "admin infometabox"
|
1013 |
+
msgid "To change your payment mode, go to <a href=\"%s\">Payment Settings</a>."
|
1014 |
+
msgstr ""
|
1015 |
+
"Um dein Bezahlungsmodus zu ändern, gehe zu <a href=\"%s\">Bezahlung "
|
1016 |
+
"Einstellungen</a>."
|
1017 |
|
1018 |
+
#: templates/admin/listing-metabox-fees.tpl.php:12
|
1019 |
msgctxt "admin infometabox"
|
1020 |
+
msgid ""
|
1021 |
+
"Note: In Free mode, the fee plans will always be set to \"Free Listing\" "
|
1022 |
+
"below."
|
1023 |
+
msgstr ""
|
1024 |
+
"Notiz: Im kostenlosen Modus werden alle Preispläne immer auf \"Kostenlose "
|
1025 |
+
"Einträge\" gesetzt."
|
1026 |
|
1027 |
+
#: templates/admin/listing-metabox-fees.tpl.php:22
|
1028 |
+
#: templates/admin/listing-metabox-feesummary.tpl.php:12
|
1029 |
msgctxt "admin infometabox"
|
1030 |
+
msgid "Renew listing in all expired categories"
|
1031 |
+
msgstr "Erneuere alle Einträge in abgelaufenen Kategorien"
|
1032 |
|
1033 |
+
#: templates/admin/listing-metabox-feesummary.tpl.php:1
|
1034 |
msgctxt "admin infometabox"
|
1035 |
+
msgid "Categories for this listing"
|
1036 |
+
msgstr "Kategorie für diesen Eintrag"
|
1037 |
|
1038 |
+
#: templates/admin/listing-metabox-transactions.tpl.php:3
|
1039 |
msgctxt "admin infometabox"
|
1040 |
+
msgid "Initial Payment"
|
1041 |
+
msgstr "Initialbezahlung"
|
1042 |
|
1043 |
+
#: templates/admin/listing-metabox-transactions.tpl.php:4
|
1044 |
msgctxt "admin infometabox"
|
1045 |
+
msgid "Listing Edit"
|
1046 |
+
msgstr "Eintrag bearbeiten"
|
1047 |
|
1048 |
+
#: templates/admin/listing-metabox-transactions.tpl.php:5
|
1049 |
+
msgctxt "admin infometabox"
|
1050 |
+
msgid "Listing Renewal"
|
1051 |
+
msgstr "Eintrag erneuern"
|
1052 |
|
1053 |
+
#: templates/admin/listing-metabox-transactions.tpl.php:6
|
1054 |
msgctxt "admin infometabox"
|
1055 |
+
msgid "Upgrade to sticky"
|
1056 |
+
msgstr "Aktualisierung zu schwierig"
|
1057 |
|
1058 |
+
#: templates/admin/payment-details.tpl.php:19
|
1059 |
msgctxt "admin infometabox"
|
1060 |
+
msgid "Amount"
|
1061 |
+
msgstr "Preis"
|
1062 |
|
1063 |
+
#: templates/admin/payment-details.tpl.php:22
|
1064 |
+
msgctxt "admin infometabox"
|
1065 |
+
msgid "Gateway"
|
1066 |
+
msgstr "Gateway"
|
1067 |
|
1068 |
+
#: templates/admin/payment-details.tpl.php:26
|
1069 |
+
msgctxt "admin infometabox"
|
1070 |
+
msgid "Processed on"
|
1071 |
+
msgstr "Bearbeitet in"
|
1072 |
|
1073 |
+
#: templates/admin/payment-details.tpl.php:28
|
1074 |
+
msgctxt "admin infometabox"
|
1075 |
+
msgid "Processed by"
|
1076 |
+
msgstr "Bearbeitet von"
|
1077 |
|
1078 |
+
#: includes/admin/class-admin.php:626
|
1079 |
+
msgctxt "admin payments"
|
1080 |
+
msgid ""
|
1081 |
+
"The payment status was not changed. Recurring payments can't be manually "
|
1082 |
+
"approved. Please check your gateway's backend to see if the payment really "
|
1083 |
+
"went through."
|
1084 |
+
msgstr ""
|
1085 |
+
"Der Zahlungsstatus wurde nicht geändert. Wiederkehrende Zahlungen können "
|
1086 |
+
"nicht manuell genehmigt werden. Bitte überprüfen Sie das Backend Ihres "
|
1087 |
+
"Gateways, um zu sehen, ob die Zahlung wirklich durchgegangen ist."
|
1088 |
|
1089 |
+
#: templates/admin/payment-details.tpl.php:7
|
1090 |
+
msgctxt "admin payments"
|
1091 |
+
msgid "Payment Details"
|
1092 |
+
msgstr "Bezahldetails"
|
1093 |
|
1094 |
+
#: templates/admin/payment-details.tpl.php:9
|
1095 |
+
msgctxt "admin payments"
|
1096 |
+
msgid "Payment #%d"
|
1097 |
+
msgstr "Bezahlung #%d"
|
1098 |
|
1099 |
+
#: templates/admin/payment-details.tpl.php:16
|
1100 |
+
msgctxt "admin payments"
|
1101 |
+
msgid "Created on"
|
1102 |
+
msgstr "Erstellt am"
|
1103 |
|
1104 |
+
#: templates/admin/payment-details.tpl.php:41
|
1105 |
+
msgctxt "admin payments"
|
1106 |
+
msgid "Approve payment"
|
1107 |
+
msgstr "Genehmige Bezahlung"
|
1108 |
|
1109 |
+
#: templates/admin/payment-details.tpl.php:46
|
1110 |
+
msgctxt "admin payments"
|
1111 |
+
msgid "Reject payment"
|
1112 |
+
msgstr "Bezahlung zurückweisen"
|
|
|
|
|
|
|
|
|
1113 |
|
1114 |
+
#: includes/admin/class-admin.php:718
|
1115 |
+
msgctxt "admin category id"
|
1116 |
+
msgid "ID"
|
1117 |
+
msgstr "ID"
|
1118 |
|
1119 |
+
#: includes/admin/class-admin.php:903
|
1120 |
+
msgctxt "admin compat"
|
1121 |
+
msgid "Installed: %s"
|
1122 |
+
msgstr "Installiert: %s"
|
1123 |
|
1124 |
+
#: includes/admin/class-admin.php:903
|
1125 |
+
msgctxt "admin compat"
|
1126 |
+
msgid "N/A"
|
1127 |
+
msgstr "keine Angabe"
|
1128 |
|
1129 |
+
#: includes/admin/class-admin.php:906
|
1130 |
+
msgctxt "admin compat"
|
1131 |
+
msgid "Required: %s"
|
1132 |
+
msgstr "Pflichtfeld: %s"
|
1133 |
|
1134 |
+
#: includes/admin/class-admin.php:918
|
1135 |
+
msgctxt "admin compat"
|
1136 |
msgid ""
|
1137 |
+
"Business Directory has detected some incompatible premium module versions "
|
1138 |
+
"installed."
|
1139 |
msgstr ""
|
1140 |
+
"Branchenverzeichnis hat festgestellt, dass einige inkompatible Premium Modul "
|
1141 |
+
"Versionen installiert sind."
|
1142 |
|
1143 |
+
#: includes/admin/class-admin.php:920
|
1144 |
+
msgctxt "admin compat"
|
1145 |
+
msgid ""
|
1146 |
+
"Please upgrade to the required versions indicated below to make sure "
|
1147 |
+
"everything functions properly."
|
1148 |
+
msgstr ""
|
1149 |
+
"Bitte die benötigten Versionen siehe unten aktualisieren, um sicher zu sein, "
|
1150 |
+
"dass alles korrekt funktioniert. "
|
1151 |
|
1152 |
+
#: includes/admin/class-csv-exporter.php:79
|
1153 |
+
msgctxt "admin csv-export"
|
1154 |
+
msgid "Could not create a temporary directory for handling this CSV export."
|
1155 |
msgstr ""
|
1156 |
+
"Es konnte kein temporäres Verzeichnis erstellt werden um den CSV Export "
|
1157 |
+
"durchzuführen."
|
1158 |
|
1159 |
+
#: includes/admin/class-csv-exporter.php:81
|
1160 |
+
msgctxt "admin csv-export"
|
1161 |
+
msgid "Could not create wpbdp-csv-exports directory."
|
1162 |
+
msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
|
1163 |
|
1164 |
+
#: includes/admin/class-csv-exporter.php:86
|
1165 |
+
msgctxt "admin csv-export"
|
1166 |
+
msgid "Error while creating a temporary directory for CSV export: %s"
|
|
|
|
|
|
|
1167 |
msgstr ""
|
1168 |
+
"Es konnte kein temporäres Verzeichnis erstellt werden um den CSV Export "
|
1169 |
+
"durchzuführen."
|
|
|
|
|
1170 |
|
1171 |
+
#: templates/admin/csv-export.tpl.php:9
|
1172 |
+
msgctxt "admin csv-export"
|
1173 |
+
msgid ""
|
1174 |
+
"An unknown error occurred during the export. Please make sure you have "
|
1175 |
+
"enough free disk space and memory available to PHP. Check your error logs "
|
1176 |
+
"for details."
|
1177 |
+
msgstr ""
|
1178 |
+
"Ein unvorhergesehener Fehler ist während des Exports aufgetreten. Bitte "
|
1179 |
+
"stelle sicher, dass du genügend Speicherplatz für PHP vorhanden ist. Schaue "
|
1180 |
+
"ins Fehlerprotokoll."
|
1181 |
|
1182 |
+
#: templates/admin/csv-export.tpl.php:18
|
1183 |
+
msgctxt "admin csv-export"
|
1184 |
+
msgid ""
|
1185 |
+
"Please note that the export process is a resource intensive task. If your "
|
1186 |
+
"export does not succeed try disabling other plugins first and/or increasing "
|
1187 |
+
"the values of the 'memory_limit' and 'max_execution_time' directives in your "
|
1188 |
+
"server's php.ini configuration file."
|
1189 |
+
msgstr ""
|
1190 |
+
"Bitte beachte das der Exportprozess eine sehr leistungsintensiver Prozess "
|
1191 |
+
"ist. Wenn der Export nicht funktioniert, versuche zuerst andere "
|
1192 |
+
"Erweiterungen abzuschalten und/oder den Wert von 'memory_limit' und "
|
1193 |
+
"'max_execution_time' in deiner php.ini Konfigurationsdatei anzupassen."
|
1194 |
|
1195 |
+
#: templates/admin/csv-export.tpl.php:30
|
1196 |
+
msgctxt "admin csv-export"
|
1197 |
+
msgid "Export Configuration"
|
1198 |
+
msgstr "Export Konfiguration"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1199 |
|
1200 |
+
#: templates/admin/csv-export.tpl.php:33
|
1201 |
+
msgctxt "admin csv-export"
|
1202 |
+
msgid "Export settings"
|
1203 |
+
msgstr "Export Einstellungen"
|
1204 |
|
1205 |
+
#: templates/admin/csv-export.tpl.php:37
|
1206 |
+
msgctxt "admin csv-export"
|
1207 |
+
msgid "Which listings to export?"
|
1208 |
+
msgstr "Welche Einträge sollen exportiert werden?"
|
1209 |
|
1210 |
+
#: templates/admin/csv-export.tpl.php:41
|
1211 |
+
msgctxt "admin csv-export"
|
1212 |
+
msgid "All"
|
1213 |
+
msgstr "Alle"
|
1214 |
|
1215 |
+
#: templates/admin/csv-export.tpl.php:42
|
1216 |
+
msgctxt "admin csv-export"
|
1217 |
+
msgid "Active Only"
|
1218 |
+
msgstr "Nur Aktiv"
|
|
|
|
|
|
|
|
|
1219 |
|
1220 |
+
#: templates/admin/csv-export.tpl.php:43
|
1221 |
+
msgctxt "admin csv-export"
|
1222 |
+
msgid "Active + Pending Renewal"
|
1223 |
+
msgstr "Aktiv + Ausstehende Erneuerungen"
|
1224 |
|
1225 |
+
#: templates/admin/csv-export.tpl.php:49
|
1226 |
+
msgctxt "admin csv-export"
|
1227 |
+
msgid "Export images?"
|
1228 |
+
msgstr "Bilder exportieren?"
|
1229 |
|
1230 |
+
#: templates/admin/csv-export.tpl.php:54
|
1231 |
+
msgctxt "admin csv-export"
|
1232 |
+
msgid "Export images"
|
1233 |
+
msgstr "Bilder exportieren"
|
1234 |
|
1235 |
+
#: templates/admin/csv-export.tpl.php:56
|
1236 |
+
msgctxt "admin csv-export"
|
1237 |
msgid ""
|
1238 |
+
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
1239 |
+
"both a CSV file and listing images."
|
1240 |
msgstr ""
|
1241 |
+
"Wenn aktiviert, wird anstatt nur einer CSV-Datei, eine ZIP Datei generiert, "
|
1242 |
+
"die sowohl eine CSV-Datei und Eintragsbilder enthält."
|
|
|
1243 |
|
1244 |
+
#: templates/admin/csv-export.tpl.php:62
|
1245 |
+
msgctxt "admin csv-export"
|
1246 |
+
msgid "Additional metadata to export:"
|
1247 |
+
msgstr "zu exportierende zusätzliche Metadaten"
|
1248 |
|
1249 |
+
#: templates/admin/csv-export.tpl.php:67
|
1250 |
+
msgctxt "admin csv-export"
|
1251 |
+
msgid "Include unique IDs for each listing (sequence_id column)."
|
1252 |
+
msgstr "Füge Schlüssel Ids für jeden Eintrag hinzu (sequence_id_column)"
|
1253 |
+
|
1254 |
+
#: templates/admin/csv-export.tpl.php:69
|
1255 |
+
msgctxt "admin csv-export"
|
1256 |
msgid ""
|
1257 |
+
"If you plan to re-import the listings into BD and don't want new ones "
|
1258 |
+
"created, select this option!"
|
1259 |
msgstr ""
|
1260 |
+
"Wenn Sie vorhaben die Einträge in BD erneut zu importieren und keine neuen "
|
1261 |
+
"erstellen wollen, wählen Sie diese Option!"
|
|
|
1262 |
|
1263 |
+
#: templates/admin/csv-export.tpl.php:75
|
1264 |
+
msgctxt "admin csv-export"
|
1265 |
+
msgid "Author information (username)"
|
1266 |
+
msgstr "Author Informationen (Benutzername)"
|
|
|
1267 |
|
1268 |
+
#: templates/admin/csv-export.tpl.php:80
|
1269 |
+
msgctxt "admin csv-export"
|
1270 |
+
msgid "Sticky/featured status"
|
1271 |
+
msgstr "Unterstützter/Unbeweglicher Status"
|
|
|
|
|
1272 |
|
1273 |
+
#: templates/admin/csv-export.tpl.php:85
|
1274 |
+
msgctxt "admin csv-export"
|
1275 |
+
msgid "Listing expiration date"
|
1276 |
+
msgstr "Eintrag Enddatum"
|
1277 |
|
1278 |
+
#: templates/admin/csv-export.tpl.php:90
|
1279 |
+
msgctxt "admin csv-export"
|
1280 |
+
msgid "CSV File Settings"
|
1281 |
+
msgstr "CSV-Datei Einstellungen"
|
|
|
|
|
|
|
|
|
|
|
1282 |
|
1283 |
+
#: templates/admin/csv-export.tpl.php:94
|
1284 |
+
msgctxt "admin csv-export"
|
1285 |
+
msgid "What operating system will you use to edit the CSV file?"
|
1286 |
+
msgstr "Welches Betriebssystem verwenden Sie, um die CSV-Datei zu bearbeiten?"
|
1287 |
|
1288 |
+
#: templates/admin/csv-export.tpl.php:101
|
1289 |
+
msgctxt "admin csv-export"
|
1290 |
+
msgid "Windows"
|
1291 |
+
msgstr "Windows"
|
1292 |
|
1293 |
+
#: templates/admin/csv-export.tpl.php:106
|
1294 |
+
msgctxt "admin csv-export"
|
1295 |
+
msgid "macOS"
|
1296 |
+
msgstr "MacOS"
|
1297 |
|
1298 |
+
#: templates/admin/csv-export.tpl.php:108
|
1299 |
+
msgctxt "admin csv-export"
|
1300 |
+
msgid ""
|
1301 |
+
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
1302 |
+
"sure all your listings information is displayed properly when you view or "
|
1303 |
+
"edit the CSV file, we need to generate different versions of the file for "
|
1304 |
+
"each operating system."
|
1305 |
+
msgstr ""
|
1306 |
+
"Windows- und MacOS-Versionen von MS Excel behandeln CSV-Dateien "
|
1307 |
+
"unterschiedlich. Um sicherzustellen, dass alle Ihre Listeninformationen "
|
1308 |
+
"korrekt angezeigt werden, wenn Sie die CSV-Datei anzeigen oder bearbeiten, "
|
1309 |
+
"müssen wir für jedes Betriebssystem unterschiedliche Versionen der Datei "
|
1310 |
+
"generieren."
|
1311 |
|
1312 |
+
#: templates/admin/csv-export.tpl.php:113
|
1313 |
+
msgctxt "admin csv-export"
|
1314 |
+
msgid "Image Separator"
|
1315 |
+
msgstr "Bildtrenner"
|
1316 |
|
1317 |
+
#: templates/admin/csv-export.tpl.php:124
|
1318 |
+
msgctxt "admin csv-export"
|
1319 |
+
msgid "Category Separator"
|
1320 |
+
msgstr "Kategorietrenner"
|
1321 |
|
1322 |
+
#: templates/admin/csv-export.tpl.php:136
|
1323 |
+
msgctxt "admin csv-export"
|
1324 |
+
msgid "Export Listings"
|
1325 |
+
msgstr "Export Einträge"
|
1326 |
|
1327 |
+
#: templates/admin/csv-export.tpl.php:142
|
1328 |
+
msgctxt "admin csv-export"
|
1329 |
+
msgid "Export in Progress..."
|
1330 |
+
msgstr "Export wird durchgeführt..."
|
1331 |
|
1332 |
+
#: templates/admin/csv-export.tpl.php:143
|
1333 |
+
msgctxt "admin csv-export"
|
1334 |
+
msgid ""
|
1335 |
+
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
1336 |
+
"until the export finishes."
|
1337 |
msgstr ""
|
1338 |
+
"Die Exportdatei wurde vorbereitet. Bitte <u>verlasse</u> diese Seite nicht "
|
1339 |
+
"bis der Export abgeschlossen wurde."
|
1340 |
|
1341 |
+
#: templates/admin/csv-export.tpl.php:146
|
1342 |
+
msgctxt "admin csv-export"
|
1343 |
+
msgid "No. of listings:"
|
1344 |
+
msgstr "Anzahl der Einträge:"
|
1345 |
|
1346 |
+
#: templates/admin/csv-export.tpl.php:148
|
1347 |
+
msgctxt "admin csv-export"
|
1348 |
+
msgid "Approximate export file size:"
|
1349 |
+
msgstr "Exportdatei Größe ca. :"
|
1350 |
|
1351 |
+
#: templates/admin/csv-export.tpl.php:155
|
1352 |
+
msgctxt "admin csv-export"
|
1353 |
+
msgid "Cancel Export"
|
1354 |
+
msgstr "Export abbrechen"
|
1355 |
|
1356 |
+
#: templates/admin/csv-export.tpl.php:160
|
1357 |
+
msgctxt "admin csv-export"
|
1358 |
+
msgid "Export Complete"
|
1359 |
+
msgstr "Export vollständig"
|
|
|
|
|
|
|
|
|
|
|
|
|
1360 |
|
1361 |
+
#: templates/admin/csv-export.tpl.php:161
|
1362 |
+
msgctxt "admin csv-export"
|
1363 |
msgid ""
|
1364 |
+
"Your export file has been successfully created and it is now ready for "
|
1365 |
+
"download."
|
|
|
1366 |
msgstr ""
|
1367 |
+
"Der Export wurde erfolgreich generiert und steht nun zum Herunterladen zur "
|
1368 |
+
"Verfügung."
|
|
|
|
|
|
|
|
|
1369 |
|
1370 |
+
#: templates/admin/csv-export.tpl.php:164
|
1371 |
+
msgctxt "admin csv-export"
|
1372 |
+
msgid "Download %s (%s)"
|
1373 |
+
msgstr "Herunterladen %s (%s)"
|
1374 |
|
1375 |
+
#: templates/admin/csv-export.tpl.php:170
|
1376 |
+
msgctxt "admin csv-export"
|
1377 |
msgid ""
|
1378 |
+
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
1379 |
+
"temporary data created by Business Directory during the export process."
|
|
|
1380 |
msgstr ""
|
1381 |
+
"Klicke \"Bereinigen\" wenn die Datei heruntergeladen wurde um alle "
|
1382 |
+
"temporären Daten zu löschen, die während des Exportprozesses erzeugt wurden."
|
1383 |
|
1384 |
+
#: templates/admin/csv-export.tpl.php:171
|
1385 |
+
msgctxt "admin csv-export"
|
1386 |
+
msgid "Cleanup"
|
1387 |
+
msgstr "Bereinigen"
|
1388 |
|
1389 |
+
#: templates/admin/csv-export.tpl.php:176
|
1390 |
+
msgctxt "admin csv-export"
|
1391 |
+
msgid "Export Canceled"
|
1392 |
+
msgstr "Export abgebrochen"
|
|
|
|
|
|
|
|
|
1393 |
|
1394 |
+
#: templates/admin/csv-export.tpl.php:177
|
1395 |
+
msgctxt "admin csv-export"
|
1396 |
+
msgid "The export has been canceled."
|
1397 |
+
msgstr "Der Export wurde abgebrochen."
|
|
|
|
|
|
|
1398 |
|
1399 |
+
#: templates/admin/csv-export.tpl.php:178
|
1400 |
+
msgctxt "admin csv-export"
|
1401 |
+
msgid "← Return to CSV Export"
|
1402 |
+
msgstr "← Zurück nach CSV Export"
|
1403 |
|
1404 |
+
#: includes/admin/class-csv-import.php:458
|
1405 |
+
msgctxt "admin csv-import"
|
1406 |
msgid ""
|
1407 |
+
"Could not create listing category \"<category-name>\". The operation failed "
|
1408 |
+
"with the following error: <error-message>."
|
1409 |
msgstr ""
|
1410 |
+
"Die Kategorieauflistung \"<category-name>\" konnte nicht erstellt werden. "
|
1411 |
+
"Der Vorgang ist mit dem folgenden Fehler fehlgeschlagen: <error-message>."
|
1412 |
|
1413 |
+
#: includes/admin/class-csv-import.php:464
|
1414 |
+
msgctxt "admin csv-import"
|
1415 |
+
msgid "Could not create listing category \"%s\""
|
1416 |
+
msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
|
|
|
1417 |
|
1418 |
+
#: includes/admin/class-csv-import.php:616
|
1419 |
+
msgctxt "admin csv-import"
|
1420 |
+
msgid "Username \"%s\" does not exist"
|
1421 |
+
msgstr "Benutzername \"%s\" existiert nicht"
|
|
|
|
|
1422 |
|
1423 |
+
#: includes/admin/class-csv-import.php:648
|
1424 |
+
msgctxt "admin csv-import"
|
1425 |
+
msgid "Missing required field: %s"
|
1426 |
+
msgstr "Benötigtes nicht vorhandenes Feld: %s"
|
1427 |
|
1428 |
+
#: includes/admin/class-csv-import.php:669
|
1429 |
+
msgctxt "admin csv-import"
|
1430 |
+
msgid "Listing category \"%s\" does not exist"
|
1431 |
+
msgstr "Eintragskategorie \"%s\" existiert nicht"
|
|
|
|
|
|
|
|
|
1432 |
|
1433 |
+
#: includes/admin/csv-import.php:134
|
1434 |
+
msgctxt "admin csv-import"
|
1435 |
+
msgid "Business %s"
|
1436 |
+
msgstr "Geschäft %s"
|
1437 |
|
1438 |
+
#: includes/admin/csv-import.php:172
|
1439 |
+
msgctxt "admin csv-import"
|
1440 |
+
msgid "Whatever"
|
1441 |
+
msgstr "BeispielText"
|
|
|
|
|
|
|
|
|
1442 |
|
1443 |
+
#: includes/admin/csv-import.php:176
|
1444 |
+
msgctxt "admin csv-import"
|
1445 |
+
msgid "Example CSV Import File"
|
1446 |
+
msgstr "Beispiel CSV Import Datei"
|
1447 |
|
1448 |
+
#: includes/admin/csv-import.php:177
|
1449 |
+
msgctxt "admin csv-import"
|
1450 |
+
msgid "← Return to \"CSV Import\""
|
1451 |
+
msgstr "← Zurück zu \"CSV Import\""
|
|
|
|
|
|
|
|
|
1452 |
|
1453 |
+
#: includes/admin/csv-import.php:315
|
1454 |
+
msgctxt "admin csv-import"
|
1455 |
+
msgid "There was an error uploading the CSV file."
|
1456 |
+
msgstr "Beim hochladen der CSV-Datei ist ein Fehler aufgetreten."
|
1457 |
|
1458 |
+
#: includes/admin/csv-import.php:321
|
1459 |
+
msgctxt "admin csv-import"
|
1460 |
+
msgid "Please upload or select a CSV file."
|
1461 |
+
msgstr "Die hochgeladene Datei ist nicht im CSV Format."
|
1462 |
|
1463 |
+
#: includes/admin/csv-import.php:334
|
1464 |
+
msgctxt "admin csv-import"
|
1465 |
+
msgid "There was an error uploading the images ZIP file."
|
1466 |
+
msgstr ""
|
1467 |
+
"Beim hochladen der ZIP-Datei mit den Bildern ist ein Fehler aufgetreten."
|
1468 |
|
1469 |
+
#: includes/admin/csv-import.php:355
|
1470 |
+
msgctxt "admin csv-import"
|
1471 |
msgid ""
|
1472 |
+
"An error was detected while validating the CSV file for import. Please fix "
|
1473 |
+
"this before proceeding."
|
1474 |
msgstr ""
|
1475 |
+
"Beim überprüfen der der CSV-Datei wurde ein Fehler festgestellt. Bitte "
|
1476 |
+
"beheben sie diesen, bevor Sie mit dem Importieren fortfahren."
|
1477 |
|
1478 |
+
#: includes/admin/csv-import.php:364
|
1479 |
+
msgctxt "admin csv-import"
|
1480 |
+
msgid "Import is in \"test mode\". Nothing will be inserted into the database."
|
1481 |
+
msgstr ""
|
1482 |
+
"Der Import ist im <b>Testmodus</b>. es wird nichts in die Datenbank "
|
1483 |
+
"geschrieben."
|
1484 |
|
1485 |
+
#: templates/admin/csv-import-progress.tpl.php:6
|
1486 |
+
msgctxt "admin csv-import"
|
1487 |
+
msgid "A fatal error occurred during the import. The reason given was: \"%s\"."
|
1488 |
+
msgstr ""
|
1489 |
+
"Während des Importes ist ein schwerwiegender Fehler aufgetreten. Der Grund "
|
1490 |
+
"dafür war: \"%s\"."
|
1491 |
+
|
1492 |
+
#: templates/admin/csv-import-progress.tpl.php:10
|
1493 |
+
msgctxt "admin csv-import"
|
1494 |
msgid ""
|
1495 |
+
"A fatal error occurred during the import. If connection wasn't lost during "
|
1496 |
+
"the import, please make sure that you have enough free disk space and memory "
|
1497 |
+
"available to PHP. Check your error logs for details."
|
|
|
|
|
1498 |
msgstr ""
|
1499 |
+
"Ein unvorhergesehener Fehler ist während des Exports aufgetreten. Bitte "
|
1500 |
+
"stelle sicher, dass du genügend Speicherplatz für PHP vorhanden ist. Schaue "
|
1501 |
+
"ins Fehlerprotokoll."
|
1502 |
|
1503 |
+
#: templates/admin/csv-import-progress.tpl.php:13
|
1504 |
+
#: templates/admin/csv-import-progress.tpl.php:20
|
1505 |
+
msgctxt "admin csv-import"
|
1506 |
+
msgid "← Return to CSV Import"
|
1507 |
+
msgstr "Zurück nach \"CSV Importieren\""
|
1508 |
|
1509 |
+
#: templates/admin/csv-import-progress.tpl.php:18
|
1510 |
+
msgctxt "admin csv-import"
|
1511 |
+
msgid "Import Canceled"
|
1512 |
+
msgstr "Export abgebrochen"
|
1513 |
|
1514 |
+
#: templates/admin/csv-import-progress.tpl.php:19
|
1515 |
+
msgctxt "admin csv-import"
|
1516 |
+
msgid "The import has been canceled."
|
1517 |
+
msgstr "Der Export wurde abgebrochen."
|
1518 |
|
1519 |
+
#: templates/admin/csv-import-progress.tpl.php:29
|
1520 |
+
msgctxt "admin csv-import"
|
1521 |
+
msgid "Files"
|
1522 |
+
msgstr "CSV-Datei"
|
1523 |
|
1524 |
+
#: templates/admin/csv-import-progress.tpl.php:32
|
1525 |
+
msgctxt "admin csv-import"
|
1526 |
+
msgid "Rows in file"
|
1527 |
+
msgstr "Zeilen in Datei"
|
1528 |
|
1529 |
+
#: templates/admin/csv-import-progress.tpl.php:35
|
1530 |
+
msgctxt "admin csv-import"
|
1531 |
+
msgid "Progress"
|
1532 |
+
msgstr "Fortschritt"
|
|
|
1533 |
|
1534 |
+
#: templates/admin/csv-import-progress.tpl.php:39
|
1535 |
+
msgctxt "admin csv-import"
|
1536 |
+
msgid "Import has not started. Click \"Start Import\" to begin."
|
|
|
1537 |
msgstr ""
|
1538 |
+
"Der Import wurde noch nicht gestartet. Klicken Sie auf \"CSV-Datei "
|
1539 |
+
"importieren\" um zu starten."
|
1540 |
|
1541 |
+
#: templates/admin/csv-import-progress.tpl.php:40
|
1542 |
+
msgctxt "admin csv-import"
|
1543 |
+
msgid "Importing CSV file..."
|
1544 |
+
msgstr "Importiere CSV-Datei…"
|
1545 |
|
1546 |
+
#: templates/admin/csv-import-progress.tpl.php:46
|
1547 |
+
msgctxt "admin csv-import"
|
1548 |
+
msgid "Start Import"
|
1549 |
+
msgstr "CSV-Datei importieren"
|
1550 |
|
1551 |
+
#: templates/admin/csv-import-progress.tpl.php:47
|
1552 |
+
msgctxt "admin csv-import"
|
1553 |
+
msgid "Cancel Import"
|
1554 |
+
msgstr "Export abbrechen"
|
|
|
|
|
|
|
1555 |
|
1556 |
+
#: templates/admin/csv-import-progress.tpl.php:54
|
1557 |
+
msgctxt "admin csv-import"
|
1558 |
+
msgid "Import finished"
|
1559 |
+
msgstr "Import abgeschlossen"
|
1560 |
|
1561 |
+
#: templates/admin/csv-import-progress.tpl.php:57
|
1562 |
+
msgctxt "admin csv-import"
|
1563 |
+
msgid "Import was completed successfully."
|
1564 |
+
msgstr "Der Import wurde erfolgreich abgeschlossen."
|
1565 |
|
1566 |
+
#: templates/admin/csv-import-progress.tpl.php:61
|
1567 |
+
msgctxt "admin csv-import"
|
1568 |
+
msgid "Import was completed but some rows were rejected."
|
1569 |
+
msgstr "Der Import ist abgeschlossen. Einige Zeilen wurden abgelehnt."
|
1570 |
|
1571 |
+
#: templates/admin/csv-import-progress.tpl.php:64
|
1572 |
+
msgctxt "admin csv-import"
|
1573 |
+
msgid "Import Summary"
|
1574 |
+
msgstr "Import Zusammenfassung"
|
|
|
|
|
|
|
|
|
|
|
1575 |
|
1576 |
+
#: templates/admin/csv-import-progress.tpl.php:66
|
1577 |
+
msgctxt "admin csv-import"
|
1578 |
+
msgid "Rows in file:"
|
1579 |
+
msgstr "Zeilen in Datei:"
|
1580 |
|
1581 |
+
#: templates/admin/csv-import-progress.tpl.php:69
|
1582 |
+
msgctxt "admin csv-import"
|
1583 |
+
msgid "Imported rows:"
|
1584 |
+
msgstr "Korrekt importierte Zeilen:"
|
|
|
|
|
|
|
|
|
1585 |
|
1586 |
+
#: templates/admin/csv-import-progress.tpl.php:72
|
1587 |
+
msgctxt "admin csv-import"
|
1588 |
+
msgid "Rejected rows:"
|
1589 |
+
msgstr "Abgelehnte Zeilen:"
|
1590 |
|
1591 |
+
#: templates/admin/csv-import-progress.tpl.php:77
|
1592 |
+
msgctxt "admin csv-import"
|
1593 |
+
msgid "Import Warnings"
|
1594 |
+
msgstr "Import-Einstellungen"
|
1595 |
+
|
1596 |
+
#: templates/admin/csv-import-progress.tpl.php:80
|
1597 |
+
msgctxt "admin csv-import"
|
1598 |
+
msgid "Line #"
|
1599 |
+
msgstr "Zeile #"
|
1600 |
+
|
1601 |
+
#: templates/admin/csv-import-progress.tpl.php:81
|
1602 |
+
msgctxt "admin csv-import"
|
1603 |
+
msgid "Line"
|
1604 |
+
msgstr "Zeile"
|
1605 |
+
|
1606 |
+
#: templates/admin/csv-import-progress.tpl.php:82
|
1607 |
+
msgctxt "admin csv-import"
|
1608 |
+
msgid "Warning"
|
1609 |
+
msgstr "Warnung"
|
1610 |
+
|
1611 |
+
#: templates/admin/csv-import.tpl.php:12 templates/admin/csv-import.tpl.php:248
|
1612 |
+
msgctxt "admin csv-import"
|
1613 |
+
msgid "Help"
|
1614 |
+
msgstr "Hilfe "
|
1615 |
+
|
1616 |
+
#: templates/admin/csv-import.tpl.php:13
|
1617 |
+
msgctxt "admin csv-import"
|
1618 |
+
msgid "See an example CSV import file"
|
1619 |
+
msgstr "Beispiel CSV Import Datei anschauen"
|
1620 |
+
|
1621 |
+
#: templates/admin/csv-import.tpl.php:21
|
1622 |
+
msgctxt "admin csv-import"
|
1623 |
+
msgid "Here, you can import data into your directory using the CSV format."
|
1624 |
msgstr ""
|
1625 |
+
"Hier können Sie mit dem CSV-Format Daten in Ihr Verzeichnis importieren."
|
|
|
1626 |
|
1627 |
+
#: templates/admin/csv-import.tpl.php:29
|
1628 |
+
msgctxt "admin csv-import"
|
1629 |
msgid ""
|
1630 |
+
"We strongly recommend reading our <a>CSV import documentation</a> first to "
|
1631 |
+
"help you do things in the right order."
|
1632 |
msgstr ""
|
1633 |
+
"Wir empfehlen Ihnen dringend, unsere <a>CSV-Importdokumentation</a> zu "
|
1634 |
+
"lesen, um Ihnen zu helfen, Dinge in der richtigen Reihenfolge zu machen."
|
1635 |
|
1636 |
+
#: templates/admin/csv-import.tpl.php:38
|
1637 |
+
msgctxt "admin csv-import"
|
1638 |
+
msgid "Import Files"
|
1639 |
+
msgstr "Import Dateien"
|
1640 |
|
1641 |
+
#: templates/admin/csv-import.tpl.php:43
|
1642 |
+
msgctxt "admin csv-import"
|
1643 |
+
msgid "CSV File"
|
1644 |
+
msgstr "CSV-Datei"
|
1645 |
|
1646 |
+
#: templates/admin/csv-import.tpl.php:55 templates/admin/csv-import.tpl.php:86
|
1647 |
+
msgctxt "admin csv-import"
|
1648 |
+
msgid "... or <a>select a file uploaded to the imports folder</a>"
|
|
|
|
|
1649 |
msgstr ""
|
1650 |
+
"... oder <a>wählen sie eine Datei die im upload Ordner hochgeladen wurde</a>"
|
|
|
1651 |
|
1652 |
+
#: templates/admin/csv-import.tpl.php:65 templates/admin/csv-import.tpl.php:96
|
1653 |
+
msgctxt "admin csv-import"
|
1654 |
+
msgid "(Upload new file)"
|
1655 |
+
msgstr "(Neue Datei hochladen)"
|
1656 |
|
1657 |
+
#: templates/admin/csv-import.tpl.php:74
|
1658 |
+
msgctxt "admin csv-import"
|
1659 |
+
msgid "ZIP file containing images"
|
1660 |
+
msgstr "ZIP-Datei mit Bildern"
|
1661 |
|
1662 |
+
#: templates/admin/csv-import.tpl.php:105
|
1663 |
+
msgctxt "admin csv-import"
|
1664 |
+
msgid "CSV File Settings"
|
1665 |
+
msgstr "CSV-Datei Einstellungen"
|
|
|
1666 |
|
1667 |
+
#: templates/admin/csv-import.tpl.php:109
|
1668 |
+
msgctxt "admin csv-import"
|
1669 |
+
msgid "Column Separator"
|
1670 |
+
msgstr "Spaltentrenner"
|
|
|
1671 |
|
1672 |
+
#: templates/admin/csv-import.tpl.php:117
|
1673 |
+
msgctxt "admin csv-import"
|
1674 |
+
msgid "Comma (,)"
|
1675 |
+
msgstr "Komma (,)"
|
1676 |
|
1677 |
+
#: templates/admin/csv-import.tpl.php:123
|
1678 |
+
msgctxt "admin csv-import"
|
1679 |
+
msgid "Semicolon (;)"
|
1680 |
+
msgstr "Semikolon (;)"
|
1681 |
|
1682 |
+
#: templates/admin/csv-import.tpl.php:129
|
1683 |
+
msgctxt "admin csv-import"
|
1684 |
+
msgid "TAB"
|
1685 |
+
msgstr "TAB"
|
1686 |
|
1687 |
+
#: templates/admin/csv-import.tpl.php:135
|
1688 |
+
msgctxt "admin csv-import"
|
1689 |
+
msgid "Image Separator"
|
1690 |
+
msgstr "Bildertrenner"
|
1691 |
|
1692 |
+
#: templates/admin/csv-import.tpl.php:146
|
1693 |
+
msgctxt "admin csv-import"
|
1694 |
+
msgid "Category Separator"
|
1695 |
+
msgstr "Kategorietrenner"
|
1696 |
|
1697 |
+
#: templates/admin/csv-import.tpl.php:157
|
1698 |
+
msgctxt "admin csv-import"
|
1699 |
+
msgid "Import settings"
|
1700 |
+
msgstr "Importeinstellungen"
|
1701 |
|
1702 |
+
#: templates/admin/csv-import.tpl.php:161
|
1703 |
+
msgctxt "admin csv-import"
|
1704 |
+
msgid "Post status of imported listings"
|
1705 |
+
msgstr "Status der importierten Einträge"
|
|
|
1706 |
|
1707 |
+
#: templates/admin/csv-import.tpl.php:173
|
1708 |
+
msgctxt "admin csv-import"
|
1709 |
+
msgid "Missing categories handling"
|
1710 |
+
msgstr "Verhalten bei nicht vorhandener Kategorie"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1711 |
|
1712 |
+
#: templates/admin/csv-import.tpl.php:178
|
1713 |
+
msgctxt "admin csv-import"
|
1714 |
+
msgid "Auto-create categories"
|
1715 |
+
msgstr "Kategorie automatisch erstellen"
|
1716 |
|
1717 |
+
#: templates/admin/csv-import.tpl.php:181
|
1718 |
+
msgctxt "admin csv-import"
|
1719 |
+
msgid "Generate errors when a category is not found"
|
1720 |
+
msgstr "Fehlermeldung erzeugen, wenn die Kategorie nicht gefunden wird"
|
1721 |
|
1722 |
+
#: templates/admin/csv-import.tpl.php:186
|
1723 |
+
msgctxt "admin csv-import"
|
1724 |
+
msgid "Keep existing listing images?"
|
1725 |
+
msgstr "Vorhandene Bilder beibehalten?"
|
1726 |
|
1727 |
+
#: templates/admin/csv-import.tpl.php:191
|
1728 |
+
msgctxt "admin csv-import"
|
1729 |
+
msgid "Keep existing images."
|
1730 |
+
msgstr "Vorhandene Bilder behalten."
|
1731 |
|
1732 |
+
#: templates/admin/csv-import.tpl.php:192
|
1733 |
+
msgctxt "admin csv-import"
|
1734 |
+
msgid "Appends new images while keeping current ones."
|
1735 |
+
msgstr "Hängt neue Bilder an und behaltet die alten."
|
1736 |
|
1737 |
+
#: templates/admin/csv-import.tpl.php:197
|
1738 |
+
msgctxt "admin csv-import"
|
1739 |
+
msgid "Assign listings to a user?"
|
1740 |
+
msgstr "Zuweisung"
|
|
|
1741 |
|
1742 |
+
#: templates/admin/csv-import.tpl.php:203
|
1743 |
+
msgctxt "admin csv-import"
|
1744 |
+
msgid "Assign listings to a user."
|
1745 |
+
msgstr "Einträge einem Benutzer zuweisen."
|
|
|
1746 |
|
1747 |
+
#: templates/admin/csv-import.tpl.php:208
|
1748 |
+
msgctxt "admin csv-import"
|
1749 |
+
msgid "Use a default user for listings?"
|
1750 |
+
msgstr "Voreingestellter-Nutzer für neue Einträge?"
|
1751 |
|
1752 |
+
#: templates/admin/csv-import.tpl.php:214
|
1753 |
+
msgctxt "admin csv-import"
|
1754 |
+
msgid ""
|
1755 |
+
"Select a default user to be used if the username column is not present in "
|
1756 |
+
"the CSV file."
|
1757 |
msgstr ""
|
1758 |
+
"Wählen Sie einen Benutzernamen der verwendet werden soll, wenn die Username-"
|
1759 |
+
"Spalte in der CSV-Datei nicht vorhanden ist."
|
1760 |
|
1761 |
+
#: templates/admin/csv-import.tpl.php:219
|
1762 |
+
msgctxt "admin csv-import"
|
1763 |
+
msgid "Default listing user"
|
1764 |
+
msgstr "Voreingestellter-Nutzer"
|
1765 |
+
|
1766 |
+
#: templates/admin/csv-import.tpl.php:225
|
1767 |
+
msgctxt "admin csv-import"
|
1768 |
+
msgid ""
|
1769 |
+
"This user will be used if the username column is not present in the CSV file."
|
1770 |
msgstr ""
|
1771 |
+
"Dieser Benutzer wird verwendet wenn die Spalte Benutzername nicht in der CSV-"
|
1772 |
+
"Datei vorhanden ist."
|
1773 |
|
1774 |
+
#: templates/admin/csv-import.tpl.php:230
|
1775 |
+
msgctxt "admin csv-import"
|
1776 |
+
msgid "Disable e-mail notifications during import?"
|
1777 |
+
msgstr "E-Mail-Benachrichtigungen"
|
1778 |
|
1779 |
+
#: templates/admin/csv-import.tpl.php:235
|
1780 |
+
msgctxt "admin csv-import"
|
1781 |
+
msgid "Disable e-mail notifications."
|
1782 |
+
msgstr "E-Mail-Benachrichtigungen beim Import deaktivieren?"
|
|
|
|
|
1783 |
|
1784 |
+
#: templates/admin/csv-import.tpl.php:241
|
1785 |
+
msgctxt "admin csv-import"
|
1786 |
+
msgid "Test Import"
|
1787 |
+
msgstr "Importtest"
|
1788 |
|
1789 |
+
#: templates/admin/csv-import.tpl.php:242
|
1790 |
+
msgctxt "admin csv-import"
|
1791 |
+
msgid "Import Listings"
|
1792 |
+
msgstr "Einträge importieren"
|
1793 |
|
1794 |
+
#: templates/admin/csv-import.tpl.php:250
|
1795 |
+
msgctxt "admin csv-import"
|
1796 |
+
msgid ""
|
1797 |
+
"The following are the valid header names to be used in the CSV file. "
|
1798 |
+
"Multivalued fields (such as category or tags) can appear multiple times in "
|
1799 |
+
"the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
|
1800 |
+
"how an import file should look like."
|
1801 |
+
msgstr ""
|
1802 |
+
"Folgendes sind Spaltennamen die in der CSV-Datei verwendet werden. Mehrfach "
|
1803 |
+
"belegte Felder (so wie Kategorien oder Tags) können öfters in der Datei "
|
1804 |
+
"erscheinen. Klicken Sie <a href=\"%s\">\"CSV Beispieldatei anschauen\"</a>, "
|
1805 |
+
"um zu sehen wie eine Importdatei aufgebaut sein muss."
|
1806 |
|
1807 |
+
#: templates/admin/csv-import.tpl.php:257
|
1808 |
+
msgctxt "admin csv-import"
|
1809 |
+
msgid "Header name/label"
|
1810 |
+
msgstr "Kopfname/Bezeichnung"
|
1811 |
|
1812 |
+
#: templates/admin/csv-import.tpl.php:258
|
1813 |
+
msgctxt "admin csv-import"
|
1814 |
+
msgid "Field"
|
1815 |
+
msgstr "Feld"
|
1816 |
|
1817 |
+
#: templates/admin/csv-import.tpl.php:259
|
1818 |
+
msgctxt "admin csv-import"
|
1819 |
+
msgid "Type"
|
1820 |
+
msgstr "Typ"
|
1821 |
|
1822 |
+
#: templates/admin/csv-import.tpl.php:260
|
1823 |
+
msgctxt "admin csv-import"
|
1824 |
+
msgid "Required?"
|
1825 |
+
msgstr "Pflichtfeld?"
|
1826 |
|
1827 |
+
#: templates/admin/csv-import.tpl.php:261
|
1828 |
+
msgctxt "admin csv-import"
|
1829 |
+
msgid "Multivalued?"
|
1830 |
+
msgstr "Mehrfachwert?"
|
|
|
|
|
|
|
|
|
1831 |
|
1832 |
+
#: templates/admin/csv-import.tpl.php:283
|
1833 |
+
msgctxt "admin csv-import"
|
1834 |
+
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1835 |
+
msgstr "Semikolon getrennte Liste der Eintragsbilder (aus der ZIP Datei)"
|
1836 |
|
1837 |
+
#: templates/admin/csv-import.tpl.php:290
|
1838 |
+
msgctxt "admin csv-import"
|
1839 |
+
msgid "Listing author's username"
|
1840 |
+
msgstr "Benutzername des Authors"
|
1841 |
|
1842 |
+
#: templates/admin/csv-import.tpl.php:297
|
1843 |
+
msgctxt "admin csv-import"
|
1844 |
msgid ""
|
1845 |
+
"Internal Sequence ID used to allow listing updates from external sources."
|
|
|
|
|
1846 |
msgstr ""
|
1847 |
+
"Interne Sequenz ID wird benutzt um Aktualisierungen von Einträgen aus "
|
1848 |
+
"externer Quellen durchzuführen."
|
|
|
|
|
|
|
|
|
1849 |
|
1850 |
+
#: templates/admin/csv-import.tpl.php:304
|
1851 |
+
msgctxt "admin csv-import"
|
1852 |
msgid ""
|
1853 |
+
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
1854 |
+
"adding or updating listings from external sources."
|
1855 |
msgstr ""
|
1856 |
+
"Tag des Eintragende formatiert als YYYY-MM-DD. Benutze diese Spalte, wenn "
|
1857 |
+
"Einträge aus externen Quellen hinzugefügt oder aktualisiert werden."
|
|
|
|
|
|
|
|
|
|
|
1858 |
|
1859 |
+
#: includes/admin/class-themes-admin.php:47
|
1860 |
+
msgctxt "themes"
|
1861 |
+
msgid "Directory Themes"
|
1862 |
+
msgstr "Verzeichnis Themes"
|
|
|
1863 |
|
1864 |
+
#: includes/admin/class-themes-admin.php:48
|
1865 |
+
msgctxt "themes"
|
1866 |
+
msgid "Directory Themes %s"
|
1867 |
+
msgstr "Verzeichnis Themes %s"
|
1868 |
|
1869 |
+
#: includes/admin/class-themes-admin.php:157
|
1870 |
+
msgctxt "themes"
|
1871 |
+
msgid "Could not change the active theme to \"%s\"."
|
1872 |
+
msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
|
1873 |
|
1874 |
+
#: includes/admin/class-themes-admin.php:204
|
1875 |
+
msgctxt "themes"
|
1876 |
+
msgid "Active theme changed to \"%s\"."
|
1877 |
+
msgstr "Das aktive Theme wurde geändert zu \"%s\"."
|
1878 |
|
1879 |
+
#: includes/admin/class-themes-admin.php:207
|
1880 |
+
msgctxt "themes"
|
1881 |
+
msgid ""
|
1882 |
+
"%s requires that you tag your existing fields to match some places we want "
|
1883 |
+
"to put your data on the theme. Below are fields we think are missing."
|
1884 |
+
msgstr ""
|
1885 |
+
"%s erfordert, dass Sie die vorhandenen Felder markieren, um einige Stellen "
|
1886 |
+
"zu treffen, um Ihre Daten auf das Theme zu platzieren. Unten sind Felder, "
|
1887 |
+
"von denen wir vermuten, dass sie fehlen."
|
1888 |
|
1889 |
+
#: includes/admin/class-themes-admin.php:216
|
1890 |
+
msgctxt "themes"
|
1891 |
+
msgid "Map My Fields"
|
1892 |
+
msgstr "Formularfelder verknüpfen"
|
1893 |
|
1894 |
+
#: includes/admin/class-themes-admin.php:223
|
1895 |
+
msgctxt "themes"
|
1896 |
+
msgid "Suggested fields created successfully."
|
1897 |
+
msgstr "Benötigtes Feld wurde erfolgreich erstellt."
|
1898 |
|
1899 |
+
#: includes/admin/class-themes-admin.php:226
|
1900 |
+
msgctxt "themes"
|
1901 |
+
msgid "Theme installed successfully."
|
1902 |
+
msgstr "Benötigtes Feld wurde erfolgreich erstellt."
|
1903 |
|
1904 |
+
#: includes/admin/class-themes-admin.php:229
|
1905 |
+
#, fuzzy
|
1906 |
+
msgctxt "themes"
|
1907 |
+
msgid "Theme was deleted successfully."
|
1908 |
+
msgstr "Der Import wurde erfolgreich abgeschlossen."
|
1909 |
|
1910 |
+
#: includes/admin/class-themes-admin.php:232
|
1911 |
+
msgctxt "themes"
|
1912 |
+
msgid "Could not delete theme directory. Check permissions."
|
1913 |
+
msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
|
|
|
|
|
1914 |
|
1915 |
+
#: includes/admin/class-themes-admin.php:258
|
1916 |
+
msgctxt "themes"
|
1917 |
+
msgid "Please upload a valid theme file."
|
1918 |
+
msgstr "Bitte eine gültige E-mailadresse eingeben."
|
1919 |
|
1920 |
+
#: includes/admin/class-themes-admin.php:265
|
1921 |
+
msgctxt "themes"
|
1922 |
+
msgid "Could not move \"%s\" to a temporary directory."
|
1923 |
+
msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
|
1924 |
|
1925 |
+
#: includes/admin/class-themes-admin.php:466
|
1926 |
+
msgctxt "themes"
|
1927 |
+
msgid "Activate your <a>license key</a> to use this theme."
|
1928 |
+
msgstr ""
|
1929 |
+
"Aktivieren Sie Ihren <a>Lizenzschlüssel</a>, um dieses Theme zu verwenden."
|
1930 |
|
1931 |
+
#: includes/admin/upgrades/class-themes-updater.php:128
|
1932 |
+
msgctxt "themes"
|
1933 |
+
msgid "Updating theme..."
|
1934 |
+
msgstr "Theme wird aktualisiert…"
|
1935 |
|
1936 |
+
#: includes/admin/upgrades/class-themes-updater.php:129
|
1937 |
+
msgctxt "themes"
|
1938 |
+
msgid "Theme updated."
|
1939 |
+
msgstr "Preis aktualisiert."
|
1940 |
|
1941 |
+
#: includes/admin/upgrades/class-themes-updater.php:131
|
1942 |
+
msgctxt "themes"
|
1943 |
+
msgid "New version available (<b>%s</b>). <a>Update now.</a>"
|
1944 |
+
msgstr "neue Version verfügbar (<b>%s</b>). <a>Jetzt aktualisieren</a>."
|
1945 |
|
1946 |
+
#: includes/admin/upgrades/class-themes-updater.php:159
|
1947 |
+
msgctxt "themes"
|
1948 |
+
msgid "Could not update theme: %s"
|
1949 |
+
msgstr "Konnte Lizenz nicht deaktivieren: %s"
|
1950 |
|
1951 |
+
#: includes/admin/upgrades/class-themes-updater.php:165
|
1952 |
+
#, fuzzy
|
1953 |
+
msgctxt "themes"
|
1954 |
+
msgid "Theme was updated successfully."
|
1955 |
+
msgstr "Der Import wurde erfolgreich abgeschlossen."
|
1956 |
|
1957 |
+
#: includes/themes.php:766
|
1958 |
+
msgctxt "themes"
|
1959 |
+
msgid "ZIP file is not a valid BD theme file."
|
1960 |
+
msgstr "Bitte eine gültige E-mailadresse eingeben."
|
1961 |
|
1962 |
+
#: includes/themes.php:772
|
1963 |
+
msgctxt "themes"
|
1964 |
+
msgid "Could not create themes directory."
|
1965 |
+
msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
|
1966 |
|
1967 |
+
#: includes/themes.php:780
|
1968 |
+
msgctxt "themes"
|
1969 |
+
msgid "Could not remove previous theme directory \"%s\"."
|
1970 |
+
msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
|
|
|
|
|
1971 |
|
1972 |
+
#: includes/themes.php:786
|
1973 |
+
msgctxt "themes"
|
1974 |
+
msgid "Could not move new theme into theme directory."
|
1975 |
+
msgstr "Momentan sind keine Einträge im Verzeichnis vorhanden."
|
1976 |
|
1977 |
+
#: templates/admin/themes-install.tpl.php:2
|
1978 |
+
#: templates/admin/themes-licenses.tpl.php:3 templates/admin/themes.tpl.php:3
|
1979 |
+
msgctxt "themes"
|
1980 |
+
msgid "Upload Directory Theme"
|
1981 |
+
msgstr "Verzeichnis Theme hochladen"
|
|
|
|
|
|
|
1982 |
|
1983 |
+
#: templates/admin/themes-install.tpl.php:8
|
1984 |
+
msgctxt "themes"
|
1985 |
+
msgid "This is a theme or skin from %s and is NOT a regular WordPress theme."
|
1986 |
msgstr ""
|
1987 |
+
"Dies ist kein Theme oder Layout von %s und ist kein reguläres WordPress "
|
1988 |
+
"Theme."
|
1989 |
|
1990 |
+
#: templates/admin/themes-install.tpl.php:21
|
1991 |
+
msgctxt "themes"
|
1992 |
+
msgid "BD Theme archive (ZIP file)"
|
1993 |
+
msgstr "BD Theme Archiv (ZIP Datei)"
|
1994 |
|
1995 |
+
#: templates/admin/themes-install.tpl.php:30
|
1996 |
+
msgctxt "themes"
|
1997 |
+
msgid "Begin Upload"
|
1998 |
+
msgstr "Upload starten"
|
1999 |
|
2000 |
+
#: templates/admin/themes-item.tpl.php:3
|
2001 |
+
msgctxt "themes"
|
2002 |
+
msgid "Active:"
|
2003 |
+
msgstr "Nur Aktiv"
|
|
|
|
|
|
|
|
|
2004 |
|
2005 |
+
#: templates/admin/themes-item.tpl.php:17
|
2006 |
+
msgctxt "themes"
|
2007 |
+
msgid "Activate"
|
2008 |
+
msgstr "Aktiviere Lizenz"
|
2009 |
|
2010 |
+
#: templates/admin/themes-item.tpl.php:35
|
2011 |
+
msgctxt "themes"
|
2012 |
+
msgid "Version:"
|
2013 |
+
msgstr "Version:"
|
2014 |
|
2015 |
+
#: templates/admin/themes-item.tpl.php:38
|
2016 |
+
msgctxt "themes"
|
2017 |
+
msgid "Author:"
|
2018 |
+
msgstr "Author"
|
2019 |
|
2020 |
+
#: templates/admin/themes-licenses.tpl.php:24
|
2021 |
+
msgctxt "themes"
|
2022 |
+
msgid "Deactivate License"
|
2023 |
+
msgstr "Lizenz Deaktivieren"
|
2024 |
|
2025 |
+
#: templates/admin/themes-licenses.tpl.php:27
|
2026 |
+
msgctxt "themes"
|
2027 |
+
msgid "Deactivating license..."
|
2028 |
+
msgstr "Deaktiviere Lizenz..."
|
2029 |
|
2030 |
+
#: templates/admin/themes-licenses.tpl.php:29
|
2031 |
+
msgctxt "themes"
|
2032 |
+
msgid "Activate License"
|
2033 |
+
msgstr "Aktiviere Lizenz"
|
|
|
|
|
|
|
|
|
|
|
2034 |
|
2035 |
+
#: templates/admin/themes-licenses.tpl.php:30
|
2036 |
+
msgctxt "themes"
|
2037 |
+
msgid "Activating license..."
|
2038 |
+
msgstr "Aktiviere Lizenz..."
|
2039 |
|
2040 |
+
#: templates/admin/themes.tpl.php:5
|
2041 |
+
msgctxt "themes"
|
2042 |
+
msgid "Settings"
|
2043 |
+
msgstr "Einstellungen"
|
|
|
|
|
|
|
|
|
2044 |
|
2045 |
+
#: templates/admin/themes.tpl.php:15
|
2046 |
+
msgctxt "themes"
|
2047 |
+
msgid ""
|
2048 |
+
"<a><b>Directory Themes</b></a> are pre-made templates for the <i>Business "
|
2049 |
+
"Directory Plugin</i> to change the look of the directory quickly and easily. "
|
2050 |
+
"We have a number of them available for purchase <a>here</a>."
|
2051 |
+
msgstr ""
|
2052 |
+
"<a><b>Verzeichnis-Themes</ b></a> sind vorgefertigte Vorlagen für das "
|
2053 |
+
"<i>Business Directory Plugin</ i>, um das Aussehen des Verzeichnisses "
|
2054 |
+
"schnell und einfach zu ändern. Wir haben eine Anzahl vom <a>Themes zum Kauf</"
|
2055 |
+
"a>."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2056 |
|
2057 |
+
#: templates/admin/themes.tpl.php:16
|
2058 |
+
msgctxt "themes"
|
2059 |
+
msgid ""
|
2060 |
+
"They are <strong>different</strong> than your regular WordPress theme and "
|
2061 |
+
"they are <strong>not</strong> a replacement for WP themes either. They will "
|
2062 |
+
"change the look and feel of your business directory only."
|
2063 |
+
msgstr ""
|
2064 |
+
"Diese <strong>unterscheiden</ strong> sich von Ihren regulären WordPress-"
|
2065 |
+
"Themes und sie sind <strong>kein</ strong> Ersatz für WP-Themes. Sie werden "
|
2066 |
+
"das Aussehen und den Eindruck Ihres Verzeichnisses nur visuell Ändern."
|
2067 |
|
2068 |
+
#: includes/admin/class-themes-admin.php:94
|
2069 |
+
msgctxt "admin themes"
|
2070 |
+
msgid ""
|
2071 |
+
"Business Directory Plugin - Your template overrides need to be reviewed!"
|
2072 |
+
msgstr ""
|
2073 |
+
"Business Directory Plugin - Das überschreiben Ihrer Vorlage muss überprüft "
|
2074 |
+
"werden!"
|
2075 |
|
2076 |
+
#: includes/admin/class-themes-admin.php:96
|
2077 |
+
msgctxt "admin themes"
|
2078 |
+
msgid ""
|
2079 |
+
"Starting with version 4.0, Business Directory is using a new theming system "
|
2080 |
+
"that is not compatible with the templates used in previous versions."
|
2081 |
+
msgstr ""
|
2082 |
+
"Seit Version 4.0 verwendet Business Directory ein neues System, das mit den "
|
2083 |
+
"Vorlagen, die in früheren Versionen verwendet wurden, nicht kompatibel ist."
|
2084 |
|
2085 |
+
#: includes/admin/class-themes-admin.php:98
|
2086 |
+
msgctxt "admin themes"
|
2087 |
+
msgid ""
|
2088 |
+
"Because of this, your template overrides below have been disabled. You "
|
2089 |
+
"should <a>review our documentation on customization</a> in order adjust your "
|
2090 |
+
"templates."
|
2091 |
+
msgstr ""
|
2092 |
+
"Aus diesem Grund wurden Ihre Vorlagenüberschreibungen unten deaktiviert. Sie "
|
2093 |
+
"sollten unsere <a>Dokumentation zur Anpassung</a> lesen, um Ihre Vorlagen "
|
2094 |
+
"anzupassen."
|
2095 |
|
2096 |
+
#: includes/admin/class-themes-admin.php:127
|
2097 |
+
msgctxt "admin themes"
|
2098 |
msgid ""
|
2099 |
+
"You need to <a>activate your theme's license key</a> before you can activate "
|
2100 |
+
"the theme. <a>Click here</a> to do that."
|
2101 |
msgstr ""
|
2102 |
+
"Sie müssen den <a>Lizenzschlüssel des Themes aktivieren</a> bevor Sie das "
|
2103 |
+
"Theme aktivieren können. <a>Klicken Sie hier zum aktivieren</a>, um das zu "
|
2104 |
+
"tun."
|
2105 |
|
2106 |
+
#: templates/admin/themes-tabs.tpl.php:6
|
2107 |
+
msgctxt "admin themes"
|
2108 |
+
msgid "Available Themes"
|
2109 |
+
msgstr "verfügbare Bilder:"
|
|
|
2110 |
|
2111 |
+
#: templates/admin/themes-tabs.tpl.php:7
|
2112 |
+
msgctxt "admin themes"
|
2113 |
+
msgid "Licenses"
|
2114 |
+
msgstr "Lizenz"
|
2115 |
|
2116 |
+
#: includes/admin/class-themes-admin.php:366
|
2117 |
+
#: includes/admin/class-themes-admin.php:427 includes/licensing.php:260
|
2118 |
+
msgctxt "licensing"
|
2119 |
+
msgid "Could not contact licensing server"
|
2120 |
+
msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
|
|
|
|
|
|
|
2121 |
|
2122 |
+
#: includes/admin/class-themes-admin.php:372 includes/licensing.php:180
|
2123 |
+
#: includes/licensing.php:292
|
2124 |
+
msgctxt "licensing"
|
2125 |
+
msgid "License key is invalid"
|
2126 |
+
msgstr "Lizenzschlüssel ungültig "
|
2127 |
|
2128 |
+
#: includes/admin/class-themes-admin.php:377 includes/licensing.php:447
|
2129 |
+
msgctxt "licensing"
|
2130 |
+
msgid "Could not activate license: %s."
|
2131 |
+
msgstr "Konnte Lizenz nicht aktivieren: %s"
|
2132 |
|
2133 |
+
#: includes/admin/class-themes-admin.php:390 includes/licensing.php:453
|
2134 |
+
msgctxt "licensing"
|
2135 |
+
msgid "License activated"
|
2136 |
+
msgstr "Lizenz aktiviert"
|
2137 |
|
2138 |
+
#: includes/admin/class-themes-admin.php:433
|
2139 |
+
msgctxt "licensing"
|
2140 |
+
msgid "Invalid response from server"
|
2141 |
+
msgstr "Ungültige Antwort vom Server"
|
2142 |
|
2143 |
+
#: includes/admin/class-themes-admin.php:450 includes/licensing.php:475
|
2144 |
+
msgctxt "licensing"
|
2145 |
+
msgid "License deactivated"
|
2146 |
+
msgstr "Lizenz deaktiviert"
|
|
|
|
|
|
|
2147 |
|
2148 |
+
#: includes/licensing.php:154 includes/licensing.php:266
|
2149 |
+
msgctxt "licensing"
|
2150 |
+
msgid "Invalid module ID"
|
2151 |
+
msgstr "Ungültige Modul ID"
|
2152 |
|
2153 |
+
#: includes/licensing.php:159
|
2154 |
+
msgctxt "licensing"
|
2155 |
+
msgid "No license key provided"
|
2156 |
+
msgstr "Kein Lizenzschlüssel"
|
2157 |
|
2158 |
+
#: includes/licensing.php:199
|
2159 |
+
msgctxt "licensing"
|
2160 |
+
msgid "The server returned a 403 Forbidden error."
|
2161 |
+
msgstr ""
|
2162 |
+
|
2163 |
+
#: includes/licensing.php:201 includes/licensing.php:234
|
2164 |
+
msgctxt "licensing"
|
2165 |
msgid ""
|
2166 |
+
"It look's like your server is not authorized to make requests to Business "
|
2167 |
+
"Directory servers. Please contact support and ask them to add your IP "
|
2168 |
+
"address <ip-address> to the whitelist."
|
2169 |
msgstr ""
|
|
|
|
|
2170 |
|
2171 |
+
#: includes/licensing.php:203 includes/licensing.php:236
|
2172 |
+
msgctxt "licensing"
|
2173 |
+
msgid "Include this error message with your report."
|
2174 |
+
msgstr ""
|
2175 |
|
2176 |
+
#: includes/licensing.php:230
|
2177 |
+
msgctxt "licensing"
|
2178 |
+
msgid ""
|
2179 |
+
"It was not possible to establish a connection with Business Directory's "
|
2180 |
+
"server. The connection failed with the following error:"
|
2181 |
+
msgstr ""
|
2182 |
|
2183 |
+
#: includes/licensing.php:244
|
2184 |
+
msgctxt "licensing"
|
2185 |
+
msgid ""
|
2186 |
+
"It was not possible to establish a connection with Business Directory's "
|
2187 |
+
"server. A problem occurred in the SSL/TSL handshake:"
|
2188 |
+
msgstr ""
|
2189 |
|
2190 |
+
#: includes/licensing.php:249
|
2191 |
+
msgctxt "licensing"
|
2192 |
+
msgid ""
|
2193 |
+
"To ensure the security of our systems and adhere to industry best practices, "
|
2194 |
+
"we require that your server uses a recent version of cURL and a version of "
|
2195 |
+
"OpenSSL that supports TLSv1.2 (minimum version with support is OpenSSL "
|
2196 |
+
"1.0.1c)."
|
2197 |
+
msgstr ""
|
2198 |
|
2199 |
+
#: includes/licensing.php:251
|
2200 |
+
msgctxt "licensing"
|
2201 |
+
msgid ""
|
2202 |
+
"Upgrading your system will not only allow you to communicate with Business "
|
2203 |
+
"Directory servers but also help you prepare your website to interact with "
|
2204 |
+
"services using the latest security standards."
|
2205 |
msgstr ""
|
|
|
2206 |
|
2207 |
+
#: includes/licensing.php:253
|
2208 |
+
msgctxt "licensing"
|
2209 |
msgid ""
|
2210 |
+
"Please contact your hosting provider and ask them to upgrade your system. "
|
2211 |
+
"Include this message if necesary."
|
2212 |
msgstr ""
|
|
|
|
|
2213 |
|
2214 |
+
#: includes/licensing.php:295
|
2215 |
+
msgctxt "licensing"
|
2216 |
+
msgid "Deactivation failed"
|
2217 |
+
msgstr "Deaktivierung fehlgeschlagen"
|
2218 |
|
2219 |
+
#: includes/licensing.php:347
|
2220 |
+
msgctxt "licensing"
|
2221 |
+
msgid "Business Directory - License Key Required"
|
2222 |
+
msgstr "Branchenverzeichnis - Lizenzschlüssel erforderlich"
|
2223 |
|
2224 |
+
#: includes/licensing.php:350
|
2225 |
+
msgctxt "licensing"
|
2226 |
+
msgid ""
|
2227 |
+
"The following premium modules will not work until a valid license key is "
|
2228 |
+
"provided. Go to <a>Manage Options - Licenses</a> to enter your license "
|
2229 |
+
"information."
|
2230 |
+
msgstr ""
|
2231 |
+
"Folgende Premium Module funktionieren nicht, bis ein gültiger "
|
2232 |
+
"Lizenzschlüssel angegeben wurde. Gehen Sie zu <a>Optionen verwalten - "
|
2233 |
+
"Lizenzen</a>, um Ihre Lizenzinformation einzugeben."
|
2234 |
|
2235 |
+
#: includes/licensing.php:371
|
2236 |
+
msgctxt "licensing"
|
2237 |
+
msgid "Business Directory - License Key Expired"
|
2238 |
+
msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
|
2239 |
|
2240 |
+
#: includes/licensing.php:372
|
2241 |
+
msgctxt "licensing"
|
2242 |
+
msgid ""
|
2243 |
+
"The license key for <span class=\"module-name\">%s %s</span> has expired. "
|
2244 |
+
"The module will continue to work but you will not receive any more updates "
|
2245 |
+
"until the license is renewed."
|
2246 |
+
msgstr ""
|
2247 |
+
"Der Lizenzschlüssel für <span class=\"module-name\">%s %s</span> ist "
|
2248 |
+
"abgelaufen. Das Modul wird weiter ausgeführt, jedoch nicht weiter "
|
2249 |
+
"aktualisiert, bis ein neuer Lizenzschlüssel eingegeben wurde."
|
2250 |
|
2251 |
+
#: includes/licensing.php:376
|
2252 |
+
msgctxt "licensing"
|
2253 |
+
msgid "Remind me later"
|
2254 |
+
msgstr "Erinnere mich später"
|
2255 |
|
2256 |
+
#: includes/licensing.php:378
|
2257 |
+
msgctxt "licensing"
|
2258 |
+
msgid "Renew License Key"
|
2259 |
+
msgstr "Erneuere Lizenzschlüssel"
|
2260 |
|
2261 |
+
#: includes/licensing.php:469
|
2262 |
+
msgctxt "licensing"
|
2263 |
+
msgid "Could not deactivate license: %s."
|
2264 |
+
msgstr "Konnte Lizenz nicht deaktivieren: %s"
|
2265 |
|
2266 |
+
#: includes/admin/fees.php:22
|
2267 |
+
msgctxt "fees admin"
|
2268 |
+
msgid "Fee enabled."
|
2269 |
+
msgstr "Preis gelöscht."
|
2270 |
|
2271 |
+
#: includes/admin/fees.php:30
|
2272 |
+
msgctxt "fees admin"
|
2273 |
+
msgid "Fee disabled."
|
2274 |
+
msgstr "Preis gelöscht."
|
2275 |
|
2276 |
+
#: includes/admin/fees.php:86
|
2277 |
+
msgctxt "fees admin"
|
2278 |
+
msgid "Fee updated."
|
2279 |
+
msgstr "Preis aktualisiert."
|
2280 |
|
2281 |
+
#: includes/admin/fees.php:111
|
2282 |
+
msgctxt "fees admin"
|
2283 |
+
msgid "Fee deleted."
|
2284 |
+
msgstr "Preis gelöscht."
|
2285 |
|
2286 |
+
#: includes/admin/helpers/class-fees-table.php:9
|
2287 |
+
msgctxt "fees admin"
|
2288 |
+
msgid "fee"
|
2289 |
+
msgstr "Preis"
|
2290 |
|
2291 |
+
#: includes/admin/helpers/class-fees-table.php:10
|
2292 |
+
msgctxt "fees admin"
|
2293 |
+
msgid "fees"
|
2294 |
+
msgstr "Preise"
|
2295 |
|
2296 |
+
#: includes/admin/helpers/class-fees-table.php:19
|
2297 |
+
msgctxt "fees admin"
|
2298 |
+
msgid "There are no fees right now. You can <a>create one</a>, if you want."
|
2299 |
+
msgstr ""
|
2300 |
+
"Es gibt derzeit keine Angebote. Sie können jetzt <a>ein Angebot erstellen</"
|
2301 |
+
"a>."
|
2302 |
|
2303 |
+
#: includes/admin/helpers/class-fees-table.php:25
|
2304 |
+
#: includes/admin/helpers/class-fees-table.php:260
|
2305 |
+
msgctxt "fees admin"
|
2306 |
+
msgid "Active"
|
2307 |
+
msgstr "Nur Aktiv"
|
2308 |
|
2309 |
+
#: includes/admin/helpers/class-fees-table.php:28
|
2310 |
+
#: includes/admin/helpers/class-fees-table.php:258
|
2311 |
+
msgctxt "fees admin"
|
2312 |
+
msgid "Not Available"
|
2313 |
+
msgstr "verfügbare Bilder:"
|
2314 |
|
2315 |
+
#: includes/admin/helpers/class-fees-table.php:31
|
2316 |
+
#: includes/admin/helpers/class-fees-table.php:255
|
2317 |
+
msgctxt "fees admin"
|
2318 |
+
msgid "Disabled"
|
2319 |
+
msgstr "Inaktiv"
|
2320 |
|
2321 |
+
#: includes/admin/helpers/class-fees-table.php:39
|
2322 |
+
msgctxt "fees admin"
|
2323 |
+
msgid ""
|
2324 |
+
"There are no \"%s\" fees right now. You can <a>create one</a>, if you want."
|
2325 |
+
msgstr ""
|
2326 |
+
"Es gibt derzeit \"%s\" Angebote. Sie können jetzt <a>ein Angebot erstellen</"
|
2327 |
+
"a>."
|
2328 |
|
2329 |
+
#: includes/admin/helpers/class-fees-table.php:94
|
2330 |
+
msgctxt "fees admin"
|
2331 |
+
msgid "Label"
|
2332 |
+
msgstr "Bezeichnung"
|
2333 |
|
2334 |
+
#: includes/admin/helpers/class-fees-table.php:95
|
2335 |
+
msgctxt "fees admin"
|
2336 |
+
msgid "Amount"
|
2337 |
+
msgstr "Preis"
|
2338 |
|
2339 |
+
#: includes/admin/helpers/class-fees-table.php:96
|
2340 |
+
msgctxt "fees admin"
|
2341 |
+
msgid "Duration"
|
2342 |
+
msgstr "Zeitraum"
|
2343 |
|
2344 |
+
#: includes/admin/helpers/class-fees-table.php:97
|
2345 |
+
msgctxt "fees admin"
|
2346 |
+
msgid "Images"
|
2347 |
+
msgstr "Bilder"
|
2348 |
|
2349 |
+
#: includes/admin/helpers/class-fees-table.php:98
|
2350 |
+
msgctxt "fees admin"
|
2351 |
+
msgid "Featured/Sticky"
|
2352 |
+
msgstr "unterstützter (unbeweglicher) Status"
|
2353 |
|
2354 |
+
#: includes/admin/helpers/class-fees-table.php:102
|
2355 |
+
msgctxt "fees admin"
|
2356 |
+
msgid "Status"
|
2357 |
+
msgstr "Status"
|
2358 |
|
2359 |
+
#: includes/admin/helpers/class-fees-table.php:155
|
2360 |
+
msgctxt "fees admin"
|
2361 |
+
msgid ""
|
2362 |
+
"This is the default free plan for your directory. You can't delete it and "
|
2363 |
+
"it's always free, but you can edit the name and other settings. It's only "
|
2364 |
+
"available when the directory is in Free mode. You can always create other "
|
2365 |
+
"fee plans, including ones for 0.00 (free) if you wish."
|
2366 |
+
msgstr ""
|
2367 |
+
"Dies ist der kostenlose Standard-Eintrag für Ihr Verzeichnis. Sie können es "
|
2368 |
+
"nicht löschen und es ist immer kostenlos, aber Sie können den Namen und "
|
2369 |
+
"andere Einstellungen bearbeiten. Es ist nur verfügbar, wenn sich das "
|
2370 |
+
"Verzeichnis im kostenlos Modus befindet. Sie können immer andere "
|
2371 |
+
"Gebührenpläne erstellen, auch für 0,00 (frei), wenn Sie es wünschen."
|
2372 |
|
2373 |
+
#: includes/admin/helpers/class-fees-table.php:187
|
2374 |
+
msgctxt "fees admin"
|
2375 |
+
msgid "Edit"
|
2376 |
+
msgstr "Bearbeiten"
|
2377 |
|
2378 |
+
#: includes/admin/helpers/class-fees-table.php:197
|
2379 |
+
msgctxt "fees admin"
|
2380 |
+
msgid "Disable"
|
2381 |
+
msgstr "Deaktivieren"
|
2382 |
|
2383 |
+
#: includes/admin/helpers/class-fees-table.php:201
|
2384 |
+
msgctxt "fees admin"
|
2385 |
+
msgid "Enable"
|
2386 |
+
msgstr "Aktivieren"
|
2387 |
|
2388 |
+
#: includes/admin/helpers/class-fees-table.php:205
|
2389 |
+
msgctxt "fees admin"
|
2390 |
+
msgid "Delete"
|
2391 |
+
msgstr "Löschen"
|
2392 |
|
2393 |
+
#: includes/admin/helpers/class-fees-table.php:226
|
2394 |
+
msgctxt "fees admin"
|
2395 |
+
msgid "Forever"
|
2396 |
+
msgstr "Für immer"
|
2397 |
|
2398 |
+
#: includes/admin/helpers/class-fees-table.php:227
|
2399 |
+
msgctxt "fees admin"
|
2400 |
+
msgid "%d day"
|
2401 |
+
msgid_plural "%d days"
|
2402 |
+
msgstr[0] "%d Tag"
|
2403 |
+
msgstr[1] "%d Tage"
|
2404 |
|
2405 |
+
#: includes/admin/helpers/class-fees-table.php:231
|
2406 |
+
msgctxt "fees admin"
|
2407 |
+
msgid "%d image"
|
2408 |
+
msgid_plural "%d images"
|
2409 |
+
msgstr[0] "%d Bild"
|
2410 |
+
msgstr[1] "%d Bilder"
|
|
|
|
|
|
|
2411 |
|
2412 |
+
#: includes/admin/helpers/class-fees-table.php:236
|
2413 |
+
msgctxt "fees admin"
|
2414 |
+
msgid "All categories"
|
2415 |
+
msgstr "Alle Kategorien"
|
2416 |
|
2417 |
+
#: includes/admin/helpers/class-fees-table.php:250
|
2418 |
+
msgctxt "fees admin"
|
2419 |
+
msgid "Yes"
|
2420 |
+
msgstr "Ja"
|
|
|
|
|
|
|
|
|
2421 |
|
2422 |
+
#: includes/admin/helpers/class-fees-table.php:250
|
2423 |
+
msgctxt "fees admin"
|
2424 |
+
msgid "No"
|
2425 |
+
msgstr "Nein"
|
2426 |
|
2427 |
+
#: templates/admin/fees-addoredit.tpl.php:23
|
2428 |
+
msgctxt "fees admin"
|
2429 |
+
msgid "Add Listing Fee"
|
2430 |
+
msgstr "Preispaket hinzufügen"
|
|
|
|
|
2431 |
|
2432 |
+
#: templates/admin/fees-addoredit.tpl.php:23
|
2433 |
+
msgctxt "fees admin"
|
2434 |
+
msgid "Edit Listing Fee"
|
2435 |
+
msgstr "Eintrag Bearbeiten"
|
2436 |
|
2437 |
+
#: templates/admin/fees-addoredit.tpl.php:35
|
2438 |
+
msgctxt "fees admin"
|
2439 |
+
msgid "Fee Label"
|
2440 |
+
msgstr "Preisbezeichnung"
|
2441 |
|
2442 |
+
#: templates/admin/fees-addoredit.tpl.php:46
|
2443 |
+
msgctxt "fees admin"
|
2444 |
+
msgid "Fee Amount"
|
2445 |
+
msgstr "Preismenge"
|
2446 |
|
2447 |
+
#: templates/admin/fees-addoredit.tpl.php:62
|
2448 |
+
msgctxt "fees admin"
|
2449 |
+
msgid "Listing run in days"
|
2450 |
+
msgstr "Eintrag in Tagen"
|
2451 |
|
2452 |
+
#: templates/admin/fees-addoredit.tpl.php:65
|
2453 |
+
msgctxt "fees admin"
|
2454 |
+
msgid "run listing for"
|
2455 |
+
msgstr "Eintrag ausführen für"
|
2456 |
|
2457 |
+
#: templates/admin/fees-addoredit.tpl.php:74
|
2458 |
+
msgctxt "fees admin"
|
2459 |
+
msgid "days"
|
2460 |
+
msgstr "Tage"
|
2461 |
|
2462 |
+
#: templates/admin/fees-addoredit.tpl.php:77
|
2463 |
+
msgctxt "fees admin"
|
2464 |
+
msgid "run listing forever"
|
2465 |
+
msgstr "Eintrag dauerhaft ausführen"
|
2466 |
+
|
2467 |
+
#: templates/admin/fees-addoredit.tpl.php:82
|
2468 |
+
msgctxt "fees admin"
|
2469 |
+
msgid "Number of images allowed"
|
2470 |
+
msgstr "Erlaubte Anzahl der Bilder"
|
2471 |
+
|
2472 |
+
#: templates/admin/fees-addoredit.tpl.php:94
|
2473 |
+
msgctxt "fees admin"
|
2474 |
+
msgid "Is featured listing/sticky?"
|
2475 |
+
msgstr "Top Einträge"
|
2476 |
+
|
2477 |
+
#: templates/admin/fees-addoredit.tpl.php:102
|
2478 |
+
msgctxt "fees admin"
|
2479 |
msgid ""
|
2480 |
+
"This floats the listing to the top of search results and browsing the "
|
2481 |
+
"directory when the user buys this plan."
|
|
|
|
|
2482 |
msgstr ""
|
2483 |
+
"Dies Platziert den Eintrag an die Spitze der Suchergebnisse und durchsucht "
|
2484 |
+
"das Verzeichnis, wenn der Benutzer dieses Angebot kauft."
|
|
|
|
|
2485 |
|
2486 |
+
#: templates/admin/fees-addoredit.tpl.php:107
|
2487 |
+
msgctxt "fees admin"
|
2488 |
+
msgid "Apply to category"
|
2489 |
+
msgstr "der Kategorie zuweisen"
|
2490 |
|
2491 |
+
#: templates/admin/fees-addoredit.tpl.php:111
|
2492 |
+
#: templates/admin/fees-addoredit.tpl.php:114
|
2493 |
+
msgctxt "fees admin"
|
2494 |
+
msgid "* All Categories *"
|
2495 |
+
msgstr "* Alle Kategorien *"
|
2496 |
|
2497 |
+
#: templates/admin/fees-addoredit.tpl.php:128
|
2498 |
+
msgctxt "fees admin"
|
2499 |
+
msgid "Fee Description"
|
2500 |
+
msgstr "Beschreibung"
|
2501 |
|
2502 |
+
#: templates/admin/fees-addoredit.tpl.php:143
|
2503 |
+
msgctxt "fees admin"
|
2504 |
+
msgid "Add Fee"
|
2505 |
+
msgstr "Preis Erstellen"
|
2506 |
|
2507 |
+
#: templates/admin/fees-addoredit.tpl.php:143
|
2508 |
+
msgctxt "fees admin"
|
2509 |
+
msgid "Update Fee"
|
2510 |
+
msgstr "Preis Aktualisierung"
|
2511 |
|
2512 |
+
#: templates/admin/fees-confirm-delete.tpl.php:2
|
2513 |
+
msgctxt "fees admin"
|
2514 |
+
msgid "Delete Listing Fee"
|
2515 |
+
msgstr "Preis Eintragslöschung"
|
2516 |
|
2517 |
+
#: templates/admin/fees-confirm-delete.tpl.php:7
|
2518 |
+
msgctxt "fees admin"
|
2519 |
+
msgid "Are you sure you want to disable the \"%s\" fee?"
|
2520 |
+
msgstr "Bist du sicher, dass du diesen \"%s\" Preis löschen möchtest?"
|
2521 |
|
2522 |
+
#: templates/admin/fees-confirm-delete.tpl.php:9
|
2523 |
+
msgctxt "fees admin"
|
2524 |
+
msgid "Are you sure you want to delete the \"%s\" fee?"
|
2525 |
+
msgstr "Bist du sicher, dass du diesen \"%s\" Preis löschen möchtest?"
|
2526 |
|
2527 |
+
#: templates/admin/fees.tpl.php:3
|
2528 |
+
msgctxt "fees admin"
|
2529 |
+
msgid "Add New Listing Fee"
|
2530 |
+
msgstr "Neues Preispaket erstellen"
|
2531 |
|
2532 |
+
#: templates/admin/fees.tpl.php:10
|
2533 |
+
msgctxt "fees admin"
|
2534 |
+
msgid "Payments are currently turned off."
|
2535 |
+
msgstr "Bezahlungen sind derzeit nicht aktiviert."
|
2536 |
+
|
2537 |
+
#: templates/admin/fees.tpl.php:13
|
2538 |
+
msgctxt "fees admin"
|
2539 |
msgid ""
|
2540 |
+
"To manage fees you need to go to the <a>Manage Options - Payment</a> page "
|
2541 |
+
"and check the box next to 'Turn On Payments' under 'Payment Settings'."
|
2542 |
msgstr ""
|
2543 |
+
"Um Preise zu verwalten gehe zu <a>Optionen verwalten - Bezahlungen</a> und "
|
2544 |
+
"aktiviere die Box 'Bezahlungen aktivieren' unter 'Bezahlungen Einstellungen'"
|
2545 |
|
2546 |
+
#: templates/admin/fees.tpl.php:24
|
2547 |
+
msgctxt "fees admin"
|
2548 |
+
msgid "Order fees on the frontend by:"
|
2549 |
+
msgstr "Preise auf der Webseite sortieren nach:"
|
2550 |
|
2551 |
+
#: templates/admin/fees.tpl.php:32
|
2552 |
+
msgctxt "fees admin"
|
2553 |
+
msgid "↑ Ascending"
|
2554 |
+
msgstr "↑ Aufsteigend"
|
2555 |
|
2556 |
+
#: templates/admin/fees.tpl.php:32
|
2557 |
+
msgctxt "fees admin"
|
2558 |
+
msgid "↓ Descending"
|
2559 |
+
msgstr "↓ Absteigend"
|
2560 |
|
2561 |
+
#: templates/admin/fees.tpl.php:38
|
2562 |
+
msgctxt "fees admin"
|
2563 |
+
msgid "Drag and drop to re-order fees."
|
2564 |
+
msgstr "Ziehen um Preise wiederholt zu beauftragen."
|
2565 |
|
2566 |
+
#: templates/admin/fees.tpl.php:54
|
2567 |
+
msgctxt "fees admin"
|
2568 |
msgid ""
|
2569 |
+
"These are all of the fee plans displayed to the user when they place a "
|
2570 |
+
"listing. Your current mode of \"%s\" restricts what you see here. Those on "
|
2571 |
+
"the <a>Not Available</a> filter will become active when you change the "
|
2572 |
+
"payment mode."
|
2573 |
msgstr ""
|
2574 |
+
"Dies sind alle kostenlose Gebührenpläne, die dem Benutzer angezeigt werden, "
|
2575 |
+
"wenn dieser einen Eintrag erstellt. Ihr aktueller Modus von \"%s\" "
|
2576 |
+
"beschränkt, was Sie hier sehen. Die auf dem <a>Nicht verfügbar</a> Filter "
|
2577 |
+
"werden aktiv, wenn Sie den Zahlungsmodus ändern."
|
|
|
|
|
2578 |
|
2579 |
+
#: templates/admin/fees.tpl.php:57 templates/admin/fees.tpl.php:63
|
2580 |
+
#: templates/admin/fees.tpl.php:77
|
2581 |
+
msgctxt "fees admin"
|
2582 |
+
msgid "Paid"
|
2583 |
+
msgstr "Bezahlt"
|
2584 |
|
2585 |
+
#: templates/admin/fees.tpl.php:57 templates/admin/fees.tpl.php:63
|
2586 |
+
#: templates/admin/fees.tpl.php:77
|
2587 |
+
msgctxt "fees admin"
|
2588 |
+
msgid "Free"
|
2589 |
+
msgstr "Kostenlos"
|
2590 |
+
|
2591 |
+
#: templates/admin/fees.tpl.php:60
|
2592 |
+
msgctxt "fees admin"
|
2593 |
msgid ""
|
2594 |
+
"These are all of the fee plans that aren't available because you're in \"%s"
|
2595 |
+
"\" mode. Those on the Active filter will become Not Available when you "
|
2596 |
+
"change the payment mode."
|
2597 |
msgstr ""
|
2598 |
+
"Dies sind alle Gebührenpläne, die nicht verfügbar sind, weil Sie im Modus "
|
2599 |
+
"\"%s\" sind. Diejenigen, die auf dem aktivem Filter sind, werden nicht mehr "
|
2600 |
+
"verfügbar sein, wenn Sie den Zahlungsmodus ändern."
|
2601 |
|
2602 |
+
#: templates/admin/fees.tpl.php:66
|
2603 |
+
msgctxt "fees admin"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2604 |
msgid ""
|
2605 |
+
"These fee plans were disabled by the admin and will not show to the end user "
|
2606 |
+
"regardless of mode until you enable them."
|
2607 |
msgstr ""
|
2608 |
+
"Diese Gebührenpläne wurden durch den Administrator deaktiviert und werden "
|
2609 |
+
"dem Endbenutzer nicht angezeigt. Dies ist unabhängig vom Modus angezeigt, "
|
2610 |
+
"bis diese aktiviert werden."
|
2611 |
|
2612 |
+
#: templates/admin/fees.tpl.php:74
|
2613 |
+
msgctxt "fees admin"
|
2614 |
msgid ""
|
2615 |
+
"These are all of the fee plans you have configured. Not all of them are "
|
2616 |
+
"available for the current mode (currently set to \"%s\"). To see the fee "
|
2617 |
+
"plans for this mode click <a>Active</a>."
|
2618 |
msgstr ""
|
2619 |
+
"Dies sind alle kostenlose Tarife, die Sie konfiguriert haben. Nicht alle "
|
2620 |
+
"sind für den aktuellen Modus verfügbar (aktuell auf \"%s\" eingestellt). Um "
|
2621 |
+
"die Tarife für diesen Modus zu sehen, klicken Sie bitte auf <a>Aktiv</a>."
|
2622 |
|
2623 |
+
#: includes/admin/fees.php:57
|
2624 |
+
msgctxt "fees order"
|
2625 |
+
msgid "Label"
|
2626 |
+
msgstr "Bezeichnung"
|
|
|
|
|
2627 |
|
2628 |
+
#: includes/admin/fees.php:58
|
2629 |
+
msgctxt "fees order"
|
2630 |
+
msgid "Amount"
|
2631 |
+
msgstr "Preis"
|
2632 |
|
2633 |
+
#: includes/admin/fees.php:59
|
2634 |
+
msgctxt "fees order"
|
2635 |
+
msgid "Duration"
|
2636 |
+
msgstr "Zeitraum"
|
2637 |
|
2638 |
+
#: includes/admin/fees.php:60
|
2639 |
+
msgctxt "fees order"
|
2640 |
+
msgid "Images"
|
2641 |
+
msgstr "Bilder"
|
2642 |
|
2643 |
+
#: includes/admin/fees.php:61
|
2644 |
+
msgctxt "fees order"
|
2645 |
+
msgid "Custom Order"
|
2646 |
+
msgstr "Benutzerdefinierte Reihenfolge"
|
2647 |
|
2648 |
+
#: includes/admin/form-fields.php:9
|
2649 |
+
msgctxt "form-fields admin"
|
2650 |
+
msgid "form field"
|
2651 |
+
msgstr "Formularfeld"
|
2652 |
|
2653 |
+
#: includes/admin/form-fields.php:10
|
2654 |
+
msgctxt "form-fields admin"
|
2655 |
+
msgid "form fields"
|
2656 |
+
msgstr "Formularfelder"
|
2657 |
|
2658 |
+
#: includes/admin/form-fields.php:17
|
2659 |
+
msgctxt "form-fields admin"
|
2660 |
+
msgid "Order"
|
2661 |
+
msgstr "Auftrag"
|
2662 |
|
2663 |
+
#: includes/admin/form-fields.php:18
|
2664 |
+
msgctxt "form-fields admin"
|
2665 |
+
msgid "Label / Association"
|
2666 |
+
msgstr "Bezeichnung / Verbindung"
|
2667 |
|
2668 |
+
#: includes/admin/form-fields.php:19
|
2669 |
+
msgctxt "form-fields admin"
|
2670 |
+
msgid "Type"
|
2671 |
+
msgstr "Typ"
|
2672 |
|
2673 |
+
#: includes/admin/form-fields.php:20
|
2674 |
+
msgctxt "form-fields admin"
|
2675 |
+
msgid "Validator"
|
2676 |
+
msgstr "Validator"
|
2677 |
|
2678 |
+
#: includes/admin/form-fields.php:21
|
2679 |
+
msgctxt "form-fields admin"
|
2680 |
+
msgid "Field Attributes"
|
2681 |
+
msgstr "Feld Attribute"
|
2682 |
|
2683 |
+
#: includes/admin/form-fields.php:45
|
2684 |
+
msgctxt "form-fields admin"
|
2685 |
+
msgid "Edit"
|
2686 |
+
msgstr "Bearbeiten"
|
2687 |
|
2688 |
+
#: includes/admin/form-fields.php:50
|
2689 |
+
msgctxt "form-fields admin"
|
2690 |
+
msgid "Delete"
|
2691 |
+
msgstr "Löschen"
|
2692 |
|
2693 |
+
#: includes/admin/form-fields.php:76
|
2694 |
+
msgctxt "form-fields admin"
|
2695 |
+
msgid "Required"
|
2696 |
+
msgstr "Pflichfeld"
|
2697 |
|
2698 |
+
#: includes/admin/form-fields.php:76
|
2699 |
+
msgctxt "form-fields admin"
|
2700 |
+
msgid "Optional"
|
2701 |
+
msgstr "Optional"
|
2702 |
|
2703 |
+
#: includes/admin/form-fields.php:80
|
2704 |
+
msgctxt "form-fields admin"
|
2705 |
+
msgid "This field value is shown in the excerpt view of a listing."
|
2706 |
+
msgstr "Der Inhalt wird in der Vorschau des Eintrags angezeigt."
|
2707 |
|
2708 |
+
#: includes/admin/form-fields.php:81
|
2709 |
+
msgctxt "form-fields admin"
|
2710 |
+
msgid "In Excerpt"
|
2711 |
+
msgstr "Im Textauszug"
|
2712 |
|
2713 |
+
#: includes/admin/form-fields.php:86
|
2714 |
+
msgctxt "form-fields admin"
|
2715 |
+
msgid "This field value is shown in the single view of a listing."
|
2716 |
+
msgstr "Dieser Feldwert wird in der Einzelansicht eines Eintrags angezeigt."
|
2717 |
|
2718 |
+
#: includes/admin/form-fields.php:87
|
2719 |
+
msgctxt "form-fields admin"
|
2720 |
+
msgid "In Listing"
|
2721 |
+
msgstr "Im Eintrag"
|
2722 |
|
2723 |
+
#: includes/admin/form-fields.php:175
|
2724 |
+
msgctxt "form-fields admin"
|
2725 |
+
msgid "Form Preview"
|
2726 |
+
msgstr "Form Vorschau"
|
2727 |
|
2728 |
+
#: includes/admin/form-fields.php:176
|
2729 |
+
msgctxt "form-fields admin"
|
2730 |
+
msgid "← Return to \"Manage Form Fields\""
|
2731 |
+
msgstr "← zurück zu \"Formularfelder verwalten\""
|
2732 |
+
|
2733 |
+
#: includes/admin/form-fields.php:206
|
2734 |
+
msgctxt "form-fields admin"
|
2735 |
+
msgid "Form fields updated."
|
2736 |
+
msgstr "Formularfelder aktualisiert."
|
2737 |
+
|
2738 |
+
#: includes/admin/form-fields.php:222
|
2739 |
+
msgctxt "form-fields admin"
|
2740 |
msgid ""
|
2741 |
+
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
2742 |
+
"\" setting is disabled, display settings below will not be honored and this "
|
2743 |
+
"field will not be displayed on the frontend. If you want e-mail addresses to "
|
2744 |
+
"show on the frontend, you can <a>enable public display of e-mails</a>."
|
2745 |
msgstr ""
|
2746 |
+
"<b>Wichtig</b>: Da das Feld \"<a>E-Mail-Adresse öffentlich anzeigen?</a>\" "
|
2747 |
+
"deaktiviert ist, werden die Anzeigeeinstellungen unten nicht berücksichtigt "
|
2748 |
+
"und dieses Feld wird nicht im Frontend angezeigt. Wenn Sie möchten, dass E-"
|
2749 |
+
"Mail-Adressen auf der Webseite angezeigt werden, können Sie die "
|
2750 |
+
"<a>öffentliche Anzeige von E-Mails</a> aktivieren."
|
2751 |
|
2752 |
+
#: includes/admin/form-fields.php:256
|
2753 |
+
msgctxt "form-fields admin"
|
2754 |
+
msgid "Field deleted."
|
2755 |
+
msgstr "Feld gelöscht."
|
2756 |
|
2757 |
+
#: includes/admin/form-fields.php:277
|
2758 |
+
msgctxt "form-fields admin"
|
2759 |
+
msgid "Required fields created successfully."
|
2760 |
+
msgstr "Benötigtes Feld wurde erfolgreich erstellt."
|
2761 |
|
2762 |
+
#: includes/admin/form-fields.php:290
|
2763 |
+
msgctxt "form-fields admin"
|
2764 |
+
msgid "Title"
|
2765 |
+
msgstr "Titel"
|
2766 |
|
2767 |
+
#: includes/admin/form-fields.php:291
|
2768 |
+
msgctxt "form-fields admin"
|
2769 |
+
msgid "Category"
|
2770 |
+
msgstr "Kategorien"
|
2771 |
|
2772 |
+
#: includes/admin/form-fields.php:292
|
2773 |
+
msgctxt "form-fields admin"
|
2774 |
+
msgid "Excerpt"
|
2775 |
+
msgstr "Im Textauszug"
|
2776 |
|
2777 |
+
#: includes/admin/form-fields.php:293
|
2778 |
+
msgctxt "form-fields admin"
|
2779 |
+
msgid "Content"
|
2780 |
+
msgstr "Post Inhalt"
|
|
|
|
|
|
|
|
|
|
|
2781 |
|
2782 |
+
#: includes/admin/form-fields.php:294
|
2783 |
+
msgctxt "form-fields admin"
|
2784 |
+
msgid "Tags"
|
2785 |
+
msgstr "Tags Entwurf"
|
|
|
2786 |
|
2787 |
+
#: includes/admin/form-fields.php:295
|
2788 |
+
msgctxt "form-fields admin"
|
2789 |
+
msgid "Address"
|
2790 |
+
msgstr "E-Mail Adresse:"
|
2791 |
|
2792 |
+
#: includes/admin/form-fields.php:296
|
2793 |
+
msgctxt "form-fields admin"
|
2794 |
+
msgid "City"
|
2795 |
+
msgstr "Stadt"
|
2796 |
|
2797 |
+
#: includes/admin/form-fields.php:297
|
2798 |
+
msgctxt "form-fields admin"
|
2799 |
+
msgid "State"
|
2800 |
+
msgstr "Status"
|
2801 |
|
2802 |
+
#: includes/admin/form-fields.php:298
|
2803 |
+
msgctxt "form-fields admin"
|
2804 |
+
msgid "Country"
|
2805 |
+
msgstr "Land"
|
2806 |
|
2807 |
+
#: includes/admin/form-fields.php:299
|
2808 |
+
msgctxt "form-fields admin"
|
2809 |
+
msgid "ZIP Code"
|
2810 |
+
msgstr "Postleitzahl"
|
|
|
|
|
2811 |
|
2812 |
+
#: includes/admin/form-fields.php:300
|
2813 |
+
msgctxt "form-fields admin"
|
2814 |
+
msgid "FAX Number"
|
2815 |
+
msgstr "Telefonnummer geschäftlich"
|
2816 |
|
2817 |
+
#: includes/admin/form-fields.php:301
|
2818 |
+
msgctxt "form-fields admin"
|
2819 |
+
msgid "Phone Number"
|
2820 |
+
msgstr "Telefonnummer geschäftlich"
|
2821 |
|
2822 |
+
#: includes/admin/form-fields.php:302
|
2823 |
+
msgctxt "form-fields admin"
|
2824 |
+
msgid "Ratings Field"
|
2825 |
+
msgstr "Bewertungsfeld"
|
2826 |
|
2827 |
+
#: includes/admin/form-fields.php:303
|
2828 |
+
msgctxt "form-fields admin"
|
2829 |
+
msgid "Twitter"
|
2830 |
+
msgstr "Twitter"
|
2831 |
|
2832 |
+
#: includes/admin/form-fields.php:304
|
2833 |
+
msgctxt "form-fields admin"
|
2834 |
+
msgid "Website"
|
2835 |
+
msgstr "Webseite"
|
2836 |
|
2837 |
+
#: includes/admin/form-fields.php:325
|
2838 |
+
msgctxt "form-fields admin"
|
2839 |
+
msgid "Tags updated."
|
2840 |
+
msgstr "Einstellungen aktualisiert."
|
2841 |
|
2842 |
+
#: includes/fields/class-fieldtypes-checkbox.php:72
|
2843 |
+
#: includes/fields/class-fieldtypes-radiobutton.php:68
|
2844 |
+
#: includes/fields/class-fieldtypes-select.php:164
|
2845 |
+
msgctxt "form-fields admin"
|
2846 |
+
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
2847 |
+
msgstr ""
|
2848 |
+
"Feldoptionen (für ausgewählte Listen, Radiobutton und Kontrollkästchen)"
|
2849 |
|
2850 |
+
#: includes/fields/class-fieldtypes-checkbox.php:93
|
2851 |
+
#: includes/fields/class-fieldtypes-radiobutton.php:87
|
2852 |
+
#: includes/fields/class-fieldtypes-select.php:192
|
2853 |
+
msgctxt "form-fields admin"
|
2854 |
+
msgid "Field list of options is required."
|
2855 |
+
msgstr "Feldliste von Optionen wird benötigt."
|
2856 |
|
2857 |
+
#: includes/fields/class-fieldtypes-select.php:175
|
2858 |
+
msgctxt "form-fields admin"
|
2859 |
+
msgid "Allow empty selection on search?"
|
2860 |
+
msgstr "Erlaube leere Auswahl bei Suche?"
|
2861 |
|
2862 |
+
#: includes/fields/class-fieldtypes-textarea.php:50
|
2863 |
+
msgctxt "form-fields admin"
|
2864 |
+
msgid "Allow HTML input for this field?"
|
2865 |
+
msgstr "Erlaube HTML Eingaben für dieses Feld?"
|
2866 |
|
2867 |
+
#: includes/fields/class-fieldtypes-textarea.php:53
|
2868 |
+
msgctxt "form-fields admin"
|
2869 |
+
msgid "Allow IFRAME tags in content?"
|
2870 |
+
msgstr "Erlaube IFRAME-Tags im Inhalt?"
|
2871 |
|
2872 |
+
#: includes/fields/class-fieldtypes-textarea.php:57
|
2873 |
+
msgctxt "form-fields admin"
|
2874 |
+
msgid "No"
|
2875 |
+
msgstr "Nein"
|
2876 |
|
2877 |
+
#: includes/fields/class-fieldtypes-textarea.php:58
|
2878 |
+
msgctxt "form-fields admin"
|
2879 |
+
msgid "Yes"
|
2880 |
+
msgstr "Ja"
|
2881 |
|
2882 |
+
#: includes/fields/class-fieldtypes-textarea.php:63
|
2883 |
+
msgctxt "form-fields admin"
|
2884 |
+
msgid "Allow WordPress shortcodes in this field?"
|
2885 |
+
msgstr "Erlaube Wordpress Shortcodes in diesem Feld?"
|
2886 |
|
2887 |
+
#: includes/fields/class-fieldtypes-textarea.php:66
|
2888 |
+
msgctxt "form-fields admin"
|
2889 |
+
msgid "Display a WYSIWYG editor on the frontend?"
|
2890 |
+
msgstr "Zeige einen WYSIWYG-Editor im Frontend an?"
|
2891 |
|
2892 |
+
#: includes/fields/class-fieldtypes-textarea.php:69
|
2893 |
+
msgctxt "form-fields admin"
|
2894 |
+
msgid ""
|
2895 |
+
"<b>Warning:</b> Users can use this feature to get around your image limits "
|
2896 |
+
"in fee plans."
|
2897 |
+
msgstr ""
|
2898 |
|
2899 |
+
#: includes/fields/class-fieldtypes-textarea.php:70
|
2900 |
+
msgctxt "form-fields admin"
|
2901 |
+
msgid "Allow images in WYSIWYG editor?"
|
2902 |
+
msgstr "Bilder im WYSIWYG-Editor erlauben?"
|
2903 |
|
2904 |
+
#: includes/fields/class-fieldtypes-textarea.php:73
|
2905 |
+
msgctxt "form-fields admin"
|
2906 |
+
msgid ""
|
2907 |
+
"<b>Advanced users only!</b> Unless you've been told to change this, don't "
|
2908 |
+
"switch it unless you know what you're doing."
|
2909 |
+
msgstr ""
|
2910 |
+
"<b>Nur für Administratoren!</b> Wenn es dir nicht ausdrücklich gesagt wurde, "
|
2911 |
+
"ändere diese Einstellung nicht bevor du nicht weist was du genau tust."
|
2912 |
|
2913 |
+
#: includes/fields/class-fieldtypes-textarea.php:74
|
2914 |
+
msgctxt "form-fields admin"
|
2915 |
+
msgid "Apply \"the_content\" filter before displaying this field?"
|
2916 |
+
msgstr "\"the_content\" Filter zuweisen bevor das Feld angezeigt wird?"
|
2917 |
|
2918 |
+
#: includes/fields/class-fieldtypes-textarea.php:79
|
2919 |
+
msgctxt "form-fields admin"
|
2920 |
+
msgid "Automatically generate excerpt from content field?"
|
2921 |
+
msgstr "Automatisches Generierung eines Auszugs aus dem Inhaltsfeld?"
|
2922 |
|
2923 |
+
#: includes/fields/class-fieldtypes-url.php:22
|
2924 |
+
msgctxt "form-fields admin"
|
2925 |
+
msgid "Open link in a new window?"
|
2926 |
+
msgstr "Link im neuen Fenster öffnen?"
|
2927 |
|
2928 |
+
#: includes/fields/class-fieldtypes-url.php:25
|
2929 |
+
msgctxt "form-fields admin"
|
2930 |
+
msgid "Use rel=\"nofollow\" when displaying the link?"
|
2931 |
+
msgstr "Benutze rel=\"nofollow\" wenn der link angezeigt wird?"
|
2932 |
|
2933 |
+
#: templates/admin/form-fields-addoredit.tpl.php:1
|
2934 |
+
msgctxt "form-fields admin"
|
2935 |
+
msgid "Add Form Field"
|
2936 |
+
msgstr "Formularfeld hinzufügen"
|
2937 |
|
2938 |
+
#: templates/admin/form-fields-addoredit.tpl.php:14
|
2939 |
+
msgctxt "form-fields admin"
|
2940 |
+
msgid "Field Association"
|
2941 |
+
msgstr "Feldverbindung"
|
2942 |
|
2943 |
+
#: templates/admin/form-fields-addoredit.tpl.php:14
|
2944 |
+
#: templates/admin/form-fields-addoredit.tpl.php:36
|
2945 |
+
#: templates/admin/form-fields-addoredit.tpl.php:60
|
2946 |
+
msgctxt "form-fields admin"
|
2947 |
+
msgid "required"
|
2948 |
+
msgstr "Pflichtfeld"
|
2949 |
|
2950 |
+
#: templates/admin/form-fields-addoredit.tpl.php:36
|
2951 |
+
msgctxt "form-fields admin"
|
2952 |
+
msgid "Field Type"
|
2953 |
+
msgstr "Feldtyp"
|
2954 |
|
2955 |
+
#: templates/admin/form-fields-addoredit.tpl.php:60
|
2956 |
+
msgctxt "form-fields admin"
|
2957 |
+
msgid "Field Label"
|
2958 |
+
msgstr "Feldbezeichnung"
|
2959 |
|
2960 |
+
#: templates/admin/form-fields-addoredit.tpl.php:70
|
2961 |
+
msgctxt "form-fields admin"
|
2962 |
+
msgid "Field description"
|
2963 |
+
msgstr "Feldbeschreibung"
|
2964 |
|
2965 |
+
#: templates/admin/form-fields-addoredit.tpl.php:70
|
2966 |
+
msgctxt "form-fields admin"
|
2967 |
+
msgid "optional"
|
2968 |
+
msgstr "Optional"
|
2969 |
|
2970 |
+
#: templates/admin/form-fields-addoredit.tpl.php:87
|
2971 |
+
msgctxt "form-fields admin"
|
2972 |
+
msgid "Field-specific settings"
|
2973 |
+
msgstr "Feld spezifische Einstellungen"
|
2974 |
|
2975 |
+
#: templates/admin/form-fields-addoredit.tpl.php:96
|
2976 |
+
msgctxt "form-fields admin"
|
2977 |
+
msgid "Field validation options"
|
2978 |
+
msgstr "Optionen Feldvalidierung"
|
2979 |
|
2980 |
+
#: templates/admin/form-fields-addoredit.tpl.php:100
|
2981 |
+
msgctxt "form-fields admin"
|
2982 |
+
msgid "Field Validator"
|
2983 |
+
msgstr "Feldvalidator"
|
2984 |
|
2985 |
+
#: templates/admin/form-fields-addoredit.tpl.php:104
|
2986 |
+
msgctxt "form-fields admin"
|
2987 |
+
msgid "No validation"
|
2988 |
+
msgstr "Keine Validierung"
|
2989 |
|
2990 |
+
#: templates/admin/form-fields-addoredit.tpl.php:116
|
2991 |
+
msgctxt "form-fields admin"
|
2992 |
+
msgid "Is field required?"
|
2993 |
+
msgstr "Ist das Feld ein Pflichtfeld?"
|
2994 |
|
2995 |
+
#: templates/admin/form-fields-addoredit.tpl.php:122
|
2996 |
+
msgctxt "form-fields admin"
|
2997 |
+
msgid "This field is required."
|
2998 |
+
msgstr "Dieses Feld ist ein Pflichtfeld."
|
2999 |
|
3000 |
+
#: templates/admin/form-fields-addoredit.tpl.php:130
|
|
|
|
|
3001 |
msgctxt "form-fields admin"
|
3002 |
+
msgid "Field display options"
|
3003 |
+
msgstr "Feld Anzeigeoptionen"
|
|
|
3004 |
|
3005 |
+
#: templates/admin/form-fields-addoredit.tpl.php:134
|
|
|
|
|
3006 |
msgctxt "form-fields admin"
|
3007 |
+
msgid "Show this value in excerpt view?"
|
3008 |
+
msgstr "In der Vorschau anzeigen?"
|
3009 |
|
3010 |
+
#: templates/admin/form-fields-addoredit.tpl.php:140
|
3011 |
+
msgctxt "form-fields admin"
|
3012 |
+
msgid "Display this value in post excerpt view."
|
3013 |
+
msgstr "Der Wert wird in der Vorschau des Eintrags angezeigt (Exzerpt)."
|
3014 |
|
3015 |
+
#: templates/admin/form-fields-addoredit.tpl.php:146
|
3016 |
+
msgctxt "form-fields admin"
|
3017 |
+
msgid "Show this value in listing view?"
|
3018 |
+
msgstr "In Detailansicht anzeigen?"
|
3019 |
|
3020 |
+
#: templates/admin/form-fields-addoredit.tpl.php:152
|
3021 |
+
msgctxt "form-fields admin"
|
3022 |
+
msgid "Display this value in the listing view."
|
3023 |
+
msgstr "Diesen Wert in der Detailansicht anzeigen."
|
3024 |
|
3025 |
+
#: templates/admin/form-fields-addoredit.tpl.php:158
|
3026 |
+
msgctxt "form-fields admin"
|
3027 |
+
msgid "Include this field in the search form?"
|
3028 |
+
msgstr "In Suchform integrieren?"
|
3029 |
|
3030 |
+
#: templates/admin/form-fields-addoredit.tpl.php:164
|
3031 |
+
msgctxt "form-fields admin"
|
3032 |
+
msgid "Include this field in the search form."
|
3033 |
+
msgstr "Zeige das Feld im Suchformular."
|
3034 |
|
3035 |
+
#: templates/admin/form-fields-addoredit.tpl.php:170
|
3036 |
+
msgctxt "form-fields admin"
|
3037 |
+
msgid "Hide this field's label?"
|
3038 |
+
msgstr "Feldbezeichnung verbergen?"
|
3039 |
|
3040 |
+
#: templates/admin/form-fields-addoredit.tpl.php:176
|
3041 |
+
msgctxt "form-fields admin"
|
3042 |
+
msgid "Hide this field's label when displaying it."
|
3043 |
+
msgstr ""
|
3044 |
+
"Die Feldbezeichnung wird dann nicht mehr angezeigt (nur der Inhalt an sich)."
|
3045 |
|
3046 |
+
#: templates/admin/form-fields-addoredit.tpl.php:183
|
3047 |
+
msgctxt "form-fields admin"
|
3048 |
+
msgid "Update Field"
|
3049 |
+
msgstr "Feld aktualisieren"
|
3050 |
|
3051 |
+
#: templates/admin/form-fields-addoredit.tpl.php:185
|
3052 |
+
msgctxt "form-fields admin"
|
3053 |
+
msgid "Add Field"
|
3054 |
+
msgstr "Feld erstellen"
|
3055 |
|
3056 |
+
#: templates/admin/form-fields-confirm-delete.tpl.php:2
|
3057 |
+
msgctxt "form-fields admin"
|
3058 |
+
msgid "Delete Form Field"
|
3059 |
+
msgstr "Formularfeld löschen"
|
3060 |
|
3061 |
+
#: templates/admin/form-fields-confirm-delete.tpl.php:6
|
3062 |
+
msgctxt "form-fields admin"
|
3063 |
+
msgid "Are you sure you want to delete the \"%s\" field?"
|
3064 |
+
msgstr "Bist du sicher, dass du das Feld \"%s\" löschen möchtest?"
|
3065 |
|
3066 |
+
#: templates/admin/form-fields-confirm-delete.tpl.php:12
|
3067 |
+
msgctxt "form-fields admin"
|
3068 |
+
msgid "Delete Field"
|
3069 |
+
msgstr "Feld löschen"
|
3070 |
|
3071 |
+
#: templates/admin/form-fields-tags.tpl.php:5
|
3072 |
+
msgctxt "form-fields admin"
|
3073 |
+
msgid "-- None --"
|
3074 |
+
msgstr "-- Auswählen --"
|
3075 |
|
3076 |
+
#: templates/admin/form-fields-tags.tpl.php:14
|
3077 |
+
msgctxt "form-fields admin"
|
3078 |
+
msgid "Theme Tags"
|
3079 |
+
msgstr "Preise Verwalten"
|
|
|
|
|
3080 |
|
3081 |
+
#: templates/admin/form-fields-tags.tpl.php:19
|
3082 |
+
msgctxt "form-fields admin"
|
3083 |
+
msgid ""
|
3084 |
+
"Before you create fields, make sure you've mapped all of your EXISTING ones "
|
3085 |
+
"first, otherwise you'll appear to be \"missing data\" on your listings."
|
3086 |
+
msgstr ""
|
3087 |
+
"Bevor Sie Felder erstellen, stellen Sie sicher, dass Sie alle Ihre "
|
3088 |
+
"VORHERGEHENDEN Felder zuerst abgebildet haben, sonst erscheinen Sie als "
|
3089 |
+
"\"fehlende Daten\" in Ihren Angeboten."
|
3090 |
|
3091 |
+
#: templates/admin/form-fields-tags.tpl.php:22
|
3092 |
+
msgctxt "form-fields admin"
|
3093 |
+
msgid "Create Missing Fields"
|
3094 |
+
msgstr "Eintrag Felder"
|
3095 |
|
3096 |
+
#: templates/admin/form-fields-tags.tpl.php:30
|
3097 |
+
msgctxt "form-fields admin"
|
3098 |
+
msgid "Field Tag"
|
3099 |
+
msgstr "Feldtyp"
|
3100 |
|
3101 |
+
#: templates/admin/form-fields-tags.tpl.php:31
|
3102 |
+
msgctxt "form-fields admin"
|
3103 |
+
msgid "Field"
|
3104 |
+
msgstr "Feld"
|
3105 |
|
3106 |
+
#: templates/admin/form-fields.tpl.php:3
|
3107 |
+
msgctxt "form-fields admin"
|
3108 |
+
msgid "Add New Form Field"
|
3109 |
+
msgstr "Neues Formularfeld erstellen"
|
|
|
3110 |
|
3111 |
+
#: templates/admin/form-fields.tpl.php:4
|
|
|
|
|
|
|
|
|
|
|
3112 |
msgctxt "form-fields admin"
|
3113 |
+
msgid "Preview Form"
|
3114 |
+
msgstr "Formvorschau"
|
|
|
|
|
|
|
|
|
|
|
3115 |
|
3116 |
+
#: templates/admin/form-fields.tpl.php:6 templates/admin/themes.tpl.php:4
|
3117 |
msgctxt "form-fields admin"
|
3118 |
+
msgid "Manage Theme Tags"
|
3119 |
+
msgstr "Preise Verwalten"
|
3120 |
|
3121 |
+
#: templates/admin/form-fields.tpl.php:12
|
3122 |
msgctxt "form-fields admin"
|
|
|
|
|
|
|
|
|
|
|
3123 |
msgid ""
|
3124 |
+
"Here, you can create new fields for your listings, edit or delete existing "
|
3125 |
+
"ones, change the order and visibility of the fields as well as configure "
|
3126 |
+
"special options for them."
|
|
|
|
|
3127 |
msgstr ""
|
3128 |
+
"Hier können Sie neue Felder für Ihre Angebote erstellen, bestehende "
|
3129 |
+
"bearbeiten oder löschen, die Reihenfolge und die Sichtbarkeit der Felder "
|
3130 |
+
"ändern sowie spezielle Optionen für sie konfigurieren."
|
3131 |
|
3132 |
+
#: templates/admin/form-fields.tpl.php:18
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3133 |
msgctxt "form-fields admin"
|
3134 |
+
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
|
|
|
|
3135 |
msgstr ""
|
3136 |
+
"Bitte schauen Sie Sich die weitere Informationen in der Dokumentation "
|
3137 |
+
"<a>Formularfelder</a>."
|
3138 |
|
3139 |
+
#: includes/admin/helpers/class-fees-table.php:56
|
3140 |
+
msgctxt "admin fees table"
|
3141 |
+
msgid "All"
|
3142 |
+
msgstr "Alle"
|
3143 |
|
3144 |
+
#: includes/admin/helpers/class-fees-table.php:68
|
3145 |
+
msgctxt "admin fees table"
|
3146 |
+
msgid "Active"
|
3147 |
+
msgstr "Nur Aktiv"
|
|
|
|
|
|
|
|
|
3148 |
|
3149 |
+
#: includes/admin/helpers/class-fees-table.php:78
|
3150 |
+
msgctxt "admin fees table"
|
3151 |
+
msgid "Not Available"
|
3152 |
+
msgstr "verfügbare Bilder:"
|
3153 |
|
3154 |
+
#: includes/admin/helpers/class-fees-table.php:85
|
3155 |
+
msgctxt "admin fees table"
|
3156 |
+
msgid "Disabled"
|
3157 |
+
msgstr "Inaktiv"
|
3158 |
|
3159 |
+
#: includes/admin/helpers/listing-metabox.php:60
|
3160 |
+
msgctxt "admin metabox"
|
3161 |
+
msgid "Pending Upgrade"
|
3162 |
+
msgstr "Ausstehende Aktualisierung"
|
3163 |
|
3164 |
+
#: includes/admin/page-debug.php:16
|
3165 |
+
msgctxt "debug-info"
|
3166 |
+
msgid "BD Info"
|
3167 |
+
msgstr "Branchenbuch Info"
|
3168 |
|
3169 |
+
#: includes/admin/page-debug.php:44
|
3170 |
+
msgctxt "debug-info"
|
3171 |
+
msgid "OK"
|
3172 |
+
msgstr "OK"
|
3173 |
|
3174 |
+
#: includes/admin/page-debug.php:52
|
3175 |
+
msgctxt "debug-info"
|
3176 |
+
msgid "BD Options"
|
3177 |
+
msgstr "Branchenbuch Optionen"
|
3178 |
|
3179 |
+
#: includes/admin/page-debug.php:65
|
3180 |
+
msgctxt "debug-info"
|
3181 |
+
msgid "Environment"
|
3182 |
+
msgstr "Umgebung"
|
3183 |
|
3184 |
+
#: templates/admin/debug-info.tpl.php:5
|
3185 |
+
msgctxt "debug-info"
|
3186 |
+
msgid ""
|
3187 |
+
"The following information can help BD developers debug possible problems "
|
3188 |
+
"with your setup."
|
3189 |
+
msgstr ""
|
3190 |
+
"Die folgenden Informationen können helfen Branchenverzeichnisentwicklern "
|
3191 |
+
"mögliche Probleme während der Installation zu lösen."
|
3192 |
|
3193 |
+
#: templates/admin/debug-info.tpl.php:6
|
3194 |
+
msgctxt "debug-info"
|
3195 |
+
msgid ""
|
3196 |
+
"The debug information does not contain personal or sensitive information "
|
3197 |
+
"such as passwords or private keys."
|
3198 |
+
msgstr ""
|
3199 |
+
"Die Fehlerkorrekturinformationen enthalten keine persönliche oder sensible "
|
3200 |
+
"Daten so wie Passwort oder private Schlüssel."
|
3201 |
|
3202 |
+
#: templates/admin/debug-info.tpl.php:9
|
3203 |
+
msgctxt "debug-info"
|
3204 |
+
msgid "Download Debug Information"
|
3205 |
+
msgstr "Fehlerprotokoll herunterladen"
|
3206 |
|
3207 |
+
#: includes/admin/page-debug.php:87
|
3208 |
+
msgctxt "debug info"
|
3209 |
+
msgid "Test SSL setup..."
|
3210 |
+
msgstr "Test SSL Einstellungen..."
|
3211 |
|
3212 |
+
#: includes/admin/settings/class-settings.php:24
|
3213 |
+
msgctxt "admin settings"
|
3214 |
+
msgid "General"
|
3215 |
+
msgstr "Allgemein"
|
3216 |
|
3217 |
+
#: includes/admin/settings/class-settings.php:26
|
3218 |
+
msgctxt "admin settings"
|
3219 |
+
msgid "Data Collection"
|
3220 |
+
msgstr "Datenkollektion"
|
|
|
|
|
3221 |
|
3222 |
+
#: includes/admin/settings/class-settings.php:29
|
3223 |
+
msgctxt "admin settings"
|
3224 |
msgid ""
|
3225 |
+
"Allow BD to anonymously collect information about your installed plugins, "
|
3226 |
+
"themes and WP version?"
|
3227 |
msgstr ""
|
3228 |
+
"BD erlauben anonym Informationen zu sammeln über deine Erweiterungen, Themen "
|
3229 |
+
"und WP-version?"
|
3230 |
|
3231 |
+
#: includes/admin/settings/class-settings.php:34
|
3232 |
+
msgctxt "admin settings"
|
3233 |
+
msgid "<a>Learn more</a> about what BD does and does NOT track."
|
3234 |
+
msgstr "<a>Mehr lernen</a> über das was BD aufzeichnet und was nicht."
|
3235 |
|
3236 |
+
#: includes/admin/settings/class-settings.php:37
|
3237 |
+
msgctxt "admin settings"
|
3238 |
+
msgid "Permalink Settings"
|
3239 |
+
msgstr "Permalink Einstellungen"
|
3240 |
|
3241 |
+
#: includes/admin/settings/class-settings.php:38
|
3242 |
+
msgctxt "admin settings"
|
3243 |
+
msgid "Directory Listings Slug"
|
3244 |
+
msgstr "Verzeichniseintrag Entwurf"
|
3245 |
+
|
3246 |
+
#: includes/admin/settings/class-settings.php:39
|
3247 |
+
msgctxt "admin settings"
|
3248 |
+
msgid "Categories Slug"
|
3249 |
+
msgstr "Kategorie Entwurf"
|
3250 |
+
|
3251 |
+
#: includes/admin/settings/class-settings.php:39
|
3252 |
+
msgctxt "admin settings"
|
3253 |
msgid ""
|
3254 |
+
"The slug can't be in use by another term. Avoid \"category\", for instance."
|
|
|
3255 |
msgstr ""
|
3256 |
+
"Der Entwurf kann nicht von anderen Ausdrücken verwendet werden. Meide "
|
3257 |
+
"\"Kategorie\" für diese Instanz."
|
3258 |
|
3259 |
+
#: includes/admin/settings/class-settings.php:40
|
3260 |
+
msgctxt "admin settings"
|
3261 |
+
msgid "Tags Slug"
|
3262 |
+
msgstr "Tags Entwurf"
|
3263 |
|
3264 |
+
#: includes/admin/settings/class-settings.php:40
|
3265 |
+
msgctxt "admin settings"
|
3266 |
+
msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
|
3267 |
+
msgstr ""
|
3268 |
+
"Der Entwurf kann nicht von anderen Ausdrücken verwendet werden. Meide \"tag"
|
3269 |
+
"\" für diese Instanz."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3270 |
|
3271 |
+
#: includes/admin/settings/class-settings.php:43
|
3272 |
+
msgctxt "admin settings"
|
3273 |
+
msgid "Remove listing ID from directory URLs?"
|
3274 |
+
msgstr "Entferne Eintrag ID von diesen Verzeichnis URLs?"
|
3275 |
|
3276 |
+
#: includes/admin/settings/class-settings.php:46
|
3277 |
+
msgctxt "admin settings"
|
3278 |
+
msgid ""
|
3279 |
+
"Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
|
3280 |
+
"directory/1809/listing-title\". Check this setting to remove the ID for "
|
3281 |
+
"better SEO."
|
3282 |
+
msgstr ""
|
3283 |
+
"Vor Version 3.5.1 haben wir die ID in die Listing-URL aufgenommen, wie zB \"/"
|
3284 |
+
"business-directory/1809/listing-title\". Klicken Sie diese Einstellung, um "
|
3285 |
+
"die ID aus der URL zu entfernen um einen SEO und Benutzerfreundlichkeits-"
|
3286 |
+
"Mehrwert zu erhalten."
|
3287 |
|
3288 |
+
#: includes/admin/settings/class-settings.php:50
|
3289 |
+
msgctxt "admin settings"
|
3290 |
+
msgid "reCAPTCHA Settings"
|
3291 |
+
msgstr "reCAPTCHA Einstellungen"
|
3292 |
|
3293 |
+
#: includes/admin/settings/class-settings.php:53
|
3294 |
+
msgctxt "admin settings"
|
3295 |
+
msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
|
3296 |
+
msgstr "Brauchst du API Schlüssel für reCAPTCHA? <a>Hier</a> bekommst du sie."
|
3297 |
|
3298 |
+
#: includes/admin/settings/class-settings.php:55
|
3299 |
+
msgctxt "admin settings"
|
3300 |
+
msgid "Use reCAPTCHA for contact forms"
|
3301 |
+
msgstr "Benutze reCAPTCHA für Kontaktformen"
|
3302 |
|
3303 |
+
#: includes/admin/settings/class-settings.php:56
|
3304 |
+
msgctxt "admin settings"
|
3305 |
+
msgid "Turn off reCAPTCHA for logged in users?"
|
3306 |
+
msgstr "reCAPTCHA für angemeldete Benutzern ausschalten?"
|
3307 |
|
3308 |
+
#: includes/admin/settings/class-settings.php:57
|
3309 |
+
msgctxt "admin settings"
|
3310 |
+
msgid "Use reCAPTCHA for listing submits"
|
3311 |
+
msgstr "Benutze reCAPTCHA für Eintragzusendungen"
|
3312 |
|
3313 |
+
#: includes/admin/settings/class-settings.php:60
|
3314 |
+
msgctxt "admin settings"
|
3315 |
+
msgid "Use reCAPTCHA for listing comments?"
|
3316 |
+
msgstr "Benutze reCAPTCHA für Eintragkommentare?"
|
3317 |
|
3318 |
+
#: includes/admin/settings/class-settings.php:63
|
3319 |
+
msgctxt "admin settings"
|
3320 |
+
msgid "reCAPTCHA Public Key"
|
3321 |
+
msgstr "reCAPTCHA öffentlicher Schlüssel"
|
3322 |
|
3323 |
+
#: includes/admin/settings/class-settings.php:64
|
3324 |
+
msgctxt "admin settings"
|
3325 |
+
msgid "reCAPTCHA Private Key"
|
3326 |
+
msgstr "reCAPTCHA privater Schlüssel"
|
3327 |
|
3328 |
+
#: includes/admin/settings/class-settings.php:70
|
3329 |
+
msgctxt "admin settings"
|
3330 |
+
msgid ""
|
3331 |
+
"We expect that a membership plugin supports the 'redirect_to' parameter for "
|
3332 |
+
"the URLs below to work. If the plugin does not support them, these settings "
|
3333 |
+
"will not function as expected. Please contact the membership plugin and ask "
|
3334 |
+
"them to support the WP standard 'redirect_to' query parameter."
|
3335 |
+
msgstr ""
|
3336 |
|
3337 |
+
#: includes/admin/settings/class-settings.php:73
|
3338 |
+
msgctxt "admin settings"
|
3339 |
+
msgid "Registration Settings"
|
3340 |
+
msgstr "Registrierung Einstellungen"
|
3341 |
|
3342 |
+
#: includes/admin/settings/class-settings.php:74
|
3343 |
+
msgctxt "admin settings"
|
3344 |
+
msgid "Require login to post listings?"
|
3345 |
+
msgstr "Zurück zum Eintrag."
|
3346 |
|
3347 |
+
#: includes/admin/settings/class-settings.php:79
|
3348 |
+
msgctxt "admin settings"
|
3349 |
+
msgid "Login URL"
|
3350 |
+
msgstr "Login"
|
3351 |
|
3352 |
+
#: includes/admin/settings/class-settings.php:82
|
3353 |
+
msgctxt "admin settings"
|
3354 |
+
msgid ""
|
3355 |
+
"URL of your membership plugin's login page. Only enter this if using a "
|
3356 |
+
"membership plugin or custom login page."
|
3357 |
+
msgstr ""
|
3358 |
+
"URL deiner Mitgliedserweiterung Registrierungsseite. Nur verwenden wenn du "
|
3359 |
+
"ein Membership Plugin oder eine benutzerdefinierte Registrierungseite "
|
3360 |
+
"benutzt. "
|
3361 |
|
3362 |
+
#: includes/admin/settings/class-settings.php:87
|
3363 |
+
msgctxt "admin settings"
|
3364 |
+
msgid "Registration URL"
|
3365 |
+
msgstr "Registrierungs URL"
|
3366 |
|
3367 |
+
#: includes/admin/settings/class-settings.php:90
|
3368 |
+
msgctxt "admin settings"
|
3369 |
+
msgid ""
|
3370 |
+
"URL of your membership plugin's registration page. Only enter this if using "
|
3371 |
+
"a membership plugin or custom registration page."
|
3372 |
+
msgstr ""
|
3373 |
+
"URL deiner Mitgliedserweiterung Registrierungsseite. Nur verwenden wenn du "
|
3374 |
+
"ein Membership Plugin oder eine benutzerdefinierte Registrierungseite "
|
3375 |
+
"benutzt. "
|
3376 |
|
3377 |
+
#: includes/admin/settings/class-settings.php:95
|
3378 |
+
#: includes/admin/settings/class-settings.php:104
|
3379 |
+
msgctxt "admin settings"
|
3380 |
+
msgid "Terms and Conditions"
|
3381 |
+
msgstr "Bedingungen und Konditionen"
|
3382 |
|
3383 |
+
#: includes/admin/settings/class-settings.php:98
|
3384 |
+
msgctxt "admin settings"
|
3385 |
+
msgid "Display and require user agreement to Terms and Conditions"
|
3386 |
+
msgstr ""
|
3387 |
+
"Zeige und setze Benutzervereinbarung als Pflichtfeld in Bedingungen und "
|
3388 |
+
"Konditionen"
|
3389 |
|
3390 |
+
#: includes/admin/settings/class-settings.php:106
|
3391 |
+
msgctxt "admin settings"
|
3392 |
+
msgid "Terms and Conditions text goes here..."
|
3393 |
+
msgstr "Bedingungen und Konditionen"
|
3394 |
|
3395 |
+
#: includes/admin/settings/class-settings.php:107
|
3396 |
+
msgctxt "admin settings"
|
3397 |
+
msgid ""
|
3398 |
+
"Enter text or a URL starting with http. If you use a URL, the Terms and "
|
3399 |
+
"Conditions text will be replaced by a link to the appropiate page."
|
3400 |
+
msgstr ""
|
3401 |
+
"Gib Text oder eine URL ein beginnend mit http. Wenn sie eine URL verwenden "
|
3402 |
+
"werden Bedingungen und Konditionen ersetzt durch einen Link der "
|
3403 |
+
"dazugehörigen Seite."
|
3404 |
|
3405 |
+
#: includes/admin/settings/class-settings.php:111
|
3406 |
+
msgctxt "admin settings"
|
3407 |
+
msgid "Directory Display Options"
|
3408 |
+
msgstr "Verzeichnisoptionen anzeigen"
|
3409 |
|
3410 |
+
#: includes/admin/settings/class-settings.php:112
|
3411 |
+
msgctxt "admin settings"
|
3412 |
+
msgid "Disable Frontend Listing Submission?"
|
3413 |
msgstr ""
|
|
|
3414 |
|
3415 |
+
#: includes/admin/settings/class-settings.php:113
|
3416 |
+
msgctxt "admin settings"
|
3417 |
+
msgid "Show the \"Submit listing\" button."
|
3418 |
+
msgstr "\"Eintrag erstellen” Schaltfläche anzeigen."
|
|
|
3419 |
|
3420 |
+
#: includes/admin/settings/class-settings.php:115
|
3421 |
+
msgctxt "admin settings"
|
3422 |
+
msgid "Show \"Search listings\"."
|
3423 |
+
msgstr "\"Einträge durchsuchen\" anzeigen"
|
3424 |
|
3425 |
+
#: includes/admin/settings/class-settings.php:116
|
3426 |
+
msgctxt "admin settings"
|
3427 |
+
msgid "Show the \"View Listings\" button."
|
3428 |
+
msgstr "\"Einträge anschauen\" Schaltfläche anzeigen"
|
3429 |
|
3430 |
+
#: includes/admin/settings/class-settings.php:117
|
3431 |
+
msgctxt "admin settings"
|
3432 |
+
msgid "Show the \"Directory\" button."
|
3433 |
+
msgstr "\"Verzeichnis\" Schaltfläche anzeigen"
|
3434 |
|
3435 |
+
#: includes/admin/settings/class-settings.php:118
|
3436 |
+
msgctxt "admin settings"
|
3437 |
+
msgid "Disable advanced CPT integration?"
|
3438 |
+
msgstr "Email Erinnerung"
|
|
|
|
|
|
|
|
|
|
|
3439 |
|
3440 |
+
#: includes/admin/settings/class-settings.php:123
|
3441 |
+
msgctxt "admin settings"
|
3442 |
+
msgid "Directory Search"
|
3443 |
+
msgstr "Verzeichnis Suche"
|
3444 |
|
3445 |
+
#: includes/admin/settings/class-settings.php:131
|
3446 |
+
msgctxt "admin settings"
|
3447 |
+
msgid "Search form display"
|
3448 |
+
msgstr ""
|
3449 |
|
3450 |
+
#: includes/admin/settings/class-settings.php:137
|
3451 |
+
msgctxt "admin settings"
|
3452 |
+
msgid "Above results"
|
3453 |
+
msgstr ""
|
3454 |
|
3455 |
+
#: includes/admin/settings/class-settings.php:138
|
3456 |
+
msgctxt "admin settings"
|
3457 |
+
msgid "Below results"
|
3458 |
+
msgstr ""
|
3459 |
|
3460 |
+
#: includes/admin/settings/class-settings.php:139
|
3461 |
+
msgctxt "admin settings"
|
3462 |
+
msgid "Don't show with results"
|
3463 |
+
msgstr ""
|
3464 |
|
3465 |
+
#: includes/admin/settings/class-settings.php:148
|
3466 |
+
msgctxt "admin settings"
|
3467 |
msgid ""
|
3468 |
+
"You have selected a textarea field to be included in quick searches. "
|
3469 |
+
"Searches involving those fields are very expensive and could result in "
|
3470 |
+
"timeouts and/or general slowness."
|
3471 |
msgstr ""
|
3472 |
+
"Du hast ein Textfeld für die schnelle Suche ausgewählt. Eine Suche der viele "
|
3473 |
+
"Felder hinzugefügt werden, kann sehr langsam sein und lange Zeit in Anspruch "
|
3474 |
+
"nehmen. "
|
3475 |
|
3476 |
+
#: includes/admin/settings/class-settings.php:150
|
3477 |
+
msgctxt "admin settings"
|
3478 |
msgid ""
|
3479 |
+
"Use Ctrl-Click to include multiple fields in the search. Choosing too many "
|
3480 |
+
"fields for inclusion into Quick Search can result in very slow search "
|
3481 |
+
"performance."
|
3482 |
msgstr ""
|
3483 |
+
"Zu viele Felder können die Suchleistung stark beeinflussen und lange dauern."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3484 |
|
3485 |
+
#: includes/admin/settings/class-settings.php:154
|
3486 |
+
msgctxt "admin settings"
|
3487 |
+
msgid "Quick search fields"
|
3488 |
+
msgstr "Schnellsuche Felder"
|
3489 |
|
3490 |
+
#: includes/admin/settings/class-settings.php:167
|
3491 |
+
msgctxt "admin settings"
|
3492 |
+
msgid "Enable high performance searches?"
|
3493 |
+
msgstr ""
|
3494 |
|
3495 |
+
#: includes/admin/settings/class-settings.php:170
|
3496 |
+
msgctxt "admin settings"
|
3497 |
+
msgid ""
|
3498 |
+
"Enabling this makes BD sacrifice result quality to improve speed. This is "
|
3499 |
+
"helpful if you're on shared hosting plans, where database performance is an "
|
3500 |
+
"issue."
|
3501 |
+
msgstr ""
|
3502 |
|
3503 |
+
#: includes/admin/settings/class-settings.php:175
|
3504 |
+
msgctxt "admin settings"
|
3505 |
+
msgid "Miscellaneous Settings"
|
3506 |
+
msgstr "Sonstiges Einstellungen"
|
3507 |
|
3508 |
+
#: includes/admin/settings/class-settings.php:179
|
3509 |
+
msgctxt "admin settings"
|
3510 |
+
msgid ""
|
3511 |
+
"Check this if you are having trouble with BD, particularly when importing or "
|
3512 |
+
"exporting CSV files."
|
3513 |
+
msgstr ""
|
3514 |
+
"Klicken sie dieses Feld, wenn Sie Probleme mit BD haben, besonders beim "
|
3515 |
+
"Importieren oder Exportieren von CSV-Dateien."
|
3516 |
|
3517 |
+
#: includes/admin/settings/class-settings.php:182
|
3518 |
+
msgctxt "admin settings"
|
3519 |
+
msgid ""
|
3520 |
+
"If this compatibility mode doesn't solve your issue, you may be experiencing "
|
3521 |
+
"a more serious conflict. <a>Here is an article</a> about how to test for "
|
3522 |
+
"theme and plugin conflicts with Business Directory."
|
3523 |
+
msgstr ""
|
3524 |
|
3525 |
+
#: includes/admin/settings/class-settings.php:185
|
3526 |
+
msgctxt "admin settings"
|
3527 |
+
msgid "Enable AJAX compatibility mode?"
|
3528 |
+
msgstr ""
|
3529 |
|
3530 |
+
#: includes/admin/settings/class-settings.php:195
|
3531 |
+
msgctxt "admin settings"
|
3532 |
+
msgid ""
|
3533 |
+
"Include CSS rules to give their own style to View, Edit and Delete buttons?"
|
3534 |
+
msgstr ""
|
3535 |
|
3536 |
+
#: includes/admin/settings/class-settings.php:201
|
3537 |
+
#: includes/admin/settings/class-settings.php:796
|
3538 |
+
msgctxt "admin settings"
|
3539 |
+
msgid "Listings"
|
3540 |
+
msgstr "Einträge"
|
3541 |
|
3542 |
+
#: includes/admin/settings/class-settings.php:202
|
3543 |
+
#: includes/admin/settings/class-settings.php:450
|
3544 |
+
#: includes/admin/settings/class-settings.php:748
|
3545 |
+
msgctxt "admin settings"
|
3546 |
+
msgid "General Settings"
|
3547 |
+
msgstr "Allgemeine Einstellungen"
|
3548 |
|
3549 |
+
#: includes/admin/settings/class-settings.php:204
|
3550 |
+
msgctxt "admin settings"
|
3551 |
+
msgid "Listings per page"
|
3552 |
+
msgstr "Einträge pro Seite"
|
3553 |
|
3554 |
+
#: includes/admin/settings/class-settings.php:205
|
3555 |
+
msgctxt "admin settings"
|
3556 |
+
msgid ""
|
3557 |
+
"Number of listings to show per page. Use a value of \"0\" to show all "
|
3558 |
+
"listings."
|
3559 |
+
msgstr ""
|
3560 |
+
"Nummer der Einträge die pro Seite angezeigt werden. Benutze einen Wert von "
|
3561 |
+
"\"0\" um alle Einträge anzuzeigen."
|
3562 |
|
3563 |
+
#: includes/admin/settings/class-settings.php:207
|
3564 |
+
msgctxt "admin settings"
|
3565 |
+
msgid "Listing duration for no-fee sites (in days)"
|
3566 |
+
msgstr "Eintrag Zeitraum für kostenlose Seiten (in Tagen)"
|
3567 |
|
3568 |
+
#: includes/admin/settings/class-settings.php:208
|
3569 |
+
msgctxt "admin settings"
|
3570 |
msgid ""
|
3571 |
+
"Use a value of \"0\" to keep a listing alive indefinitely or enter a number "
|
3572 |
+
"less than 10 years (3650 days)."
|
|
|
3573 |
msgstr ""
|
3574 |
+
"Benutze einen Wert von \"0\" um ein Eintrag undefiniert zu lassen oder "
|
3575 |
+
"benutze eine Nummer unter 10 Jahren (3650 Tage)"
|
|
|
|
|
|
|
|
|
|
|
|
|
3576 |
|
3577 |
+
#: includes/admin/settings/class-settings.php:214
|
3578 |
+
msgctxt "admin settings"
|
3579 |
+
msgid "Include listing contact form on listing pages?"
|
3580 |
+
msgstr "Kontaktform in Eintragsseiten einfügen?"
|
3581 |
|
3582 |
+
#: includes/admin/settings/class-settings.php:217
|
3583 |
+
msgctxt "admin settings"
|
3584 |
+
msgid ""
|
3585 |
+
"Allows visitors to contact listing authors privately. Authors will receive "
|
3586 |
+
"the messages via email."
|
3587 |
+
msgstr ""
|
3588 |
+
"Benutzer erlauben den Eintragsauthor privat zu kontaktieren. Der Author "
|
3589 |
+
"bekommt eine Nachricht per E-mail zugeschickt."
|
3590 |
|
3591 |
+
#: includes/admin/settings/class-settings.php:220
|
3592 |
+
msgctxt "admin settings"
|
3593 |
+
msgid "Open detailed view of listing in new tab?"
|
3594 |
+
msgstr ""
|
3595 |
|
3596 |
+
#: includes/admin/settings/class-settings.php:225
|
3597 |
+
msgctxt "admin settings"
|
3598 |
+
msgid "Require login for using the contact form?"
|
3599 |
+
msgstr "Einloggen um das Kontaktformular nutzen zu können?"
|
3600 |
|
3601 |
+
#: includes/admin/settings/class-settings.php:231
|
3602 |
+
msgctxt "admin settings"
|
3603 |
+
msgid "Maximum number of contact form submits per day"
|
3604 |
+
msgstr "Maximale Nummer der Kontaktformmails die pro Tag zugesendet werden"
|
3605 |
|
3606 |
+
#: includes/admin/settings/class-settings.php:234
|
3607 |
+
msgctxt "admin settings"
|
3608 |
msgid ""
|
3609 |
+
"Use this to prevent spamming of listing owners. 0 means unlimited submits "
|
3610 |
+
"per day."
|
3611 |
msgstr ""
|
3612 |
+
"Benutze dieses Feld um spamming von Einträgen zu vermeiden. 0 heisst "
|
3613 |
+
"unbegrenzt pro Tag."
|
3614 |
|
3615 |
+
#: includes/admin/settings/class-settings.php:242
|
3616 |
+
msgctxt "admin settings"
|
3617 |
+
msgid "Include comment form on listing pages?"
|
3618 |
+
msgstr "Kommentarform einfügen in Eintragsseiten?"
|
3619 |
|
3620 |
+
#: includes/admin/settings/class-settings.php:245
|
3621 |
+
msgctxt "admin settings"
|
3622 |
msgid ""
|
3623 |
+
"BD uses the standard comment inclusion from WordPress, but most themes only "
|
3624 |
+
"allow for comments on posts, not pages. Some themes handle both. BD is "
|
3625 |
+
"displayed on a page, so we need a theme that can handle both to show "
|
3626 |
+
"comments. Use the 2nd option if you want to allow comments on listings "
|
3627 |
+
"first, and if that doesn't work, try the 3rd option instead."
|
3628 |
msgstr ""
|
|
|
|
|
3629 |
|
3630 |
+
#: includes/admin/settings/class-settings.php:248
|
3631 |
+
msgctxt "admin settings"
|
3632 |
+
msgid "Do not include comments in listings"
|
3633 |
+
msgstr "Keine Kommentare bei den Einträgen anzeigen"
|
3634 |
|
3635 |
+
#: includes/admin/settings/class-settings.php:249
|
3636 |
+
msgctxt "admin settings"
|
3637 |
+
msgid "Include comment form, theme invoked (standard option)"
|
3638 |
+
msgstr "Kommentarform einfügen in Eintragsseiten?"
|
3639 |
|
3640 |
+
#: includes/admin/settings/class-settings.php:250
|
3641 |
+
msgctxt "admin settings"
|
3642 |
+
msgid "Include comment form, BD invoked (use only if 2nd option doesn't work)"
|
|
|
3643 |
msgstr ""
|
|
|
|
|
3644 |
|
3645 |
+
#: includes/admin/settings/class-settings.php:258
|
3646 |
+
msgctxt "admin settings"
|
3647 |
+
msgid "Show listings under categories on main page?"
|
3648 |
+
msgstr "Einträge unter Kategorien anzeigen auf der Hauptseite?"
|
3649 |
|
3650 |
+
#: includes/admin/settings/class-settings.php:263
|
3651 |
+
msgctxt "admin settings"
|
3652 |
+
msgid "Status of listings upon uninstalling plugin"
|
3653 |
+
msgstr "Status der Einträge bei Deinstallation der Erweiterung"
|
3654 |
|
3655 |
+
#: includes/admin/settings/class-settings.php:279
|
3656 |
+
msgctxt "admin settings"
|
3657 |
+
msgid "Status of deleted listings"
|
3658 |
+
msgstr "Status der gelöschten Einträge"
|
3659 |
|
3660 |
+
#: includes/admin/settings/class-settings.php:292
|
3661 |
+
msgctxt "admin settings"
|
3662 |
+
msgid "Submit Listing instructions message"
|
3663 |
+
msgstr "Nachricht mit Anweisungen für einen neuen Eintrag"
|
3664 |
+
|
3665 |
+
#: includes/admin/settings/class-settings.php:292
|
3666 |
+
msgctxt "admin settings"
|
3667 |
msgid ""
|
3668 |
+
"This text is displayed at the first page of the Submit Listing process for "
|
3669 |
+
"Business Directory. You can use it for instructions about filling out the "
|
3670 |
+
"form or anything you want to tell users before they get started."
|
3671 |
msgstr ""
|
|
|
|
|
3672 |
|
3673 |
+
#: includes/admin/settings/class-settings.php:294
|
3674 |
+
msgctxt "admin settings"
|
3675 |
+
msgid "Listing Renewal"
|
3676 |
+
msgstr "Einträge erneuern"
|
3677 |
|
3678 |
+
#: includes/admin/settings/class-settings.php:295
|
3679 |
+
msgctxt "admin settings"
|
3680 |
+
msgid "Turn on listing renewal option?"
|
3681 |
+
msgstr "Option zur Erneuerung von Einträgen aktivieren?"
|
3682 |
|
3683 |
+
#: includes/admin/settings/class-settings.php:298
|
3684 |
+
msgctxt "admin settings"
|
3685 |
+
msgid "Allow recurring renewal payments?"
|
3686 |
+
msgstr "Wiederholte Bezahlung erlauben?"
|
3687 |
+
|
3688 |
+
#: includes/admin/settings/class-settings.php:301
|
3689 |
+
msgctxt "admin settings"
|
3690 |
msgid ""
|
3691 |
+
"Allow users to opt in for automatic renewal of their listings. The fee is "
|
3692 |
+
"charged at the time the listing expires without user intervention."
|
3693 |
msgstr ""
|
3694 |
+
"Benutzern erlauben sich für die automatische Abbuchung für Ihren Eintrag "
|
3695 |
+
"anzumelden. Der Preis wird abgebucht, zu dem Zeitpunkt an dem der Eintrag "
|
3696 |
+
"abläuft, ohne Eingriff durch den Benutzer."
|
3697 |
|
3698 |
+
#: includes/admin/settings/class-settings.php:305
|
3699 |
+
msgctxt "admin settings"
|
3700 |
+
msgid "Use recurring payments as the default payment method?"
|
3701 |
+
msgstr "Benutze automatische Abbuchungen als Standardbezahlmethode?"
|
3702 |
|
3703 |
+
#: includes/admin/settings/class-settings.php:308
|
3704 |
+
msgctxt "admin settings"
|
3705 |
+
msgid ""
|
3706 |
+
"Enable automatic renewal without having users opt in during the submit "
|
3707 |
+
"process."
|
3708 |
+
msgstr ""
|
3709 |
+
"Automatische Abbuchung aktivieren, ohne die Anmeldung durch den Benutzer "
|
3710 |
+
"während der Einreichung."
|
3711 |
|
3712 |
+
#: includes/admin/settings/class-settings.php:313
|
3713 |
+
msgctxt "admin settings"
|
3714 |
+
msgid "Listing renewal e-mail threshold (in days)"
|
3715 |
+
msgstr "Eintragsabbuchungsemail Grenze (in tagen)"
|
3716 |
|
3717 |
+
#: includes/admin/settings/class-settings.php:316
|
3718 |
+
msgctxt "admin settings"
|
3719 |
msgid ""
|
3720 |
+
"Configure how many days before listing expiration is the renewal e-mail sent."
|
|
|
|
|
3721 |
msgstr ""
|
3722 |
+
"Konfiguriere wieviel Tage vor der Abbuchung eine Buchungsmail verschickt "
|
3723 |
+
"wird."
|
3724 |
|
3725 |
+
#: includes/admin/settings/class-settings.php:320
|
3726 |
+
msgctxt "admin settings"
|
3727 |
+
msgid ""
|
3728 |
+
"Send expiration notices including a cancel links to auto-renewed listings?"
|
3729 |
+
msgstr ""
|
3730 |
+
"Sende eine Ablaufinformation die einen Beenden und einen Automatisch Eintrag "
|
3731 |
+
"Erneuern Link enghält?"
|
|
|
|
|
3732 |
|
3733 |
+
#: includes/admin/settings/class-settings.php:327
|
3734 |
+
msgctxt "admin settings"
|
3735 |
+
msgid "Remind listing owners of expired listings (past due)?"
|
3736 |
+
msgstr "Eintraginhaber an abgelaufene Einträge erinnern (überfällig)?"
|
3737 |
|
3738 |
+
#: includes/admin/settings/class-settings.php:332
|
3739 |
+
msgctxt "admin settings"
|
3740 |
+
msgid "Listing renewal reminder e-mail threshold (in days)"
|
3741 |
+
msgstr "Einträge erneuern E-mail Grenze (in Tagen)"
|
3742 |
|
3743 |
+
#: includes/admin/settings/class-settings.php:335
|
3744 |
+
msgctxt "admin settings"
|
3745 |
msgid ""
|
3746 |
+
"Configure how many days after the expiration of a listing an e-mail reminder "
|
3747 |
+
"should be sent to the owner."
|
|
|
3748 |
msgstr ""
|
3749 |
+
"Konfiguriere wie viele Tage nach dem Ablauf eines Eintrags eine E-mail an "
|
3750 |
+
"den Inhaber versendet wird."
|
|
|
3751 |
|
3752 |
+
#: includes/admin/settings/class-settings.php:338
|
3753 |
+
msgctxt "admin settings"
|
3754 |
+
msgid "Post/Category Settings"
|
3755 |
+
msgstr "Post/Kategorie Einstellungen"
|
3756 |
|
3757 |
+
#: includes/admin/settings/class-settings.php:343
|
3758 |
+
msgctxt "admin settings"
|
3759 |
+
msgid "Default new post status"
|
3760 |
+
msgstr "Standard neuer Post Status"
|
|
|
|
|
|
|
|
|
|
|
|
|
3761 |
|
3762 |
+
#: includes/admin/settings/class-settings.php:359
|
3763 |
+
msgctxt "admin settings"
|
3764 |
+
msgid "Edit post status"
|
3765 |
+
msgstr "Post Status Bearbeiten"
|
3766 |
|
3767 |
+
#: includes/admin/settings/class-settings.php:372
|
3768 |
+
msgctxt "admin settings"
|
3769 |
+
msgid "Order categories list by"
|
3770 |
+
msgstr "Kategorieliste sortieren nach"
|
3771 |
|
3772 |
+
#: includes/admin/settings/class-settings.php:374
|
3773 |
+
msgctxt "admin settings"
|
3774 |
+
msgid "Name"
|
3775 |
+
msgstr "Name"
|
3776 |
|
3777 |
+
#: includes/admin/settings/class-settings.php:375
|
3778 |
+
msgctxt "admin settings"
|
3779 |
+
msgid "Slug"
|
3780 |
+
msgstr "Entwurf"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3781 |
|
3782 |
+
#: includes/admin/settings/class-settings.php:376
|
3783 |
+
msgctxt "admin settings"
|
3784 |
+
msgid "Listing Count"
|
3785 |
+
msgstr "Anzahl Einträge"
|
|
|
|
|
|
|
|
|
|
|
|
|
3786 |
|
3787 |
+
#: includes/admin/settings/class-settings.php:382
|
3788 |
+
msgctxt "admin settings"
|
3789 |
+
msgid "Sort order for categories"
|
3790 |
+
msgstr "Sortierung für Kategorien"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3791 |
|
3792 |
+
#: includes/admin/settings/class-settings.php:385
|
3793 |
+
#: includes/admin/settings/class-settings.php:416
|
3794 |
+
msgctxt "admin settings"
|
3795 |
+
msgid "Ascending"
|
3796 |
+
msgstr "Aufsteigend"
|
|
|
|
|
|
|
|
|
3797 |
|
3798 |
+
#: includes/admin/settings/class-settings.php:386
|
3799 |
+
#: includes/admin/settings/class-settings.php:417
|
3800 |
+
msgctxt "admin settings"
|
3801 |
+
msgid "Descending"
|
3802 |
+
msgstr "Absteigend"
|
|
|
|
|
|
|
|
|
|
|
3803 |
|
3804 |
+
#: includes/admin/settings/class-settings.php:392
|
3805 |
+
msgctxt "admin settings"
|
3806 |
+
msgid "Show category post count?"
|
3807 |
+
msgstr "Kategoriepost Anzahl anzeigen?"
|
|
|
|
|
|
|
|
|
|
|
|
|
3808 |
|
3809 |
+
#: includes/admin/settings/class-settings.php:393
|
3810 |
+
msgctxt "admin settings"
|
3811 |
+
msgid "Hide empty categories?"
|
3812 |
+
msgstr "Leere Kategorien verbergen?"
|
3813 |
|
3814 |
+
#: includes/admin/settings/class-settings.php:394
|
3815 |
+
msgctxt "admin settings"
|
3816 |
+
msgid "Show only parent categories in category list?"
|
3817 |
+
msgstr "Nur Elternkategorien in Kategorieliste anzeigen?"
|
3818 |
|
3819 |
+
#: includes/admin/settings/class-settings.php:396
|
3820 |
+
msgctxt "admin settings"
|
3821 |
+
msgid "Listings Sorting"
|
3822 |
+
msgstr "Sortierung Einträge"
|
3823 |
|
3824 |
+
#: includes/admin/settings/class-settings.php:397
|
3825 |
+
msgctxt "admin settings"
|
3826 |
+
msgid "Order directory listings by"
|
3827 |
+
msgstr "Anordnung Verzeichniseinträge durch"
|
3828 |
|
3829 |
+
#: includes/admin/settings/class-settings.php:399
|
3830 |
+
msgctxt "admin settings"
|
3831 |
+
msgid "Title"
|
3832 |
+
msgstr "Titel"
|
3833 |
|
3834 |
+
#: includes/admin/settings/class-settings.php:400
|
3835 |
+
msgctxt "admin settings"
|
3836 |
+
msgid "Author"
|
3837 |
+
msgstr "Author"
|
3838 |
|
3839 |
+
#: includes/admin/settings/class-settings.php:401
|
3840 |
+
#: includes/admin/settings/class-settings.php:839
|
3841 |
+
msgctxt "admin settings"
|
3842 |
+
msgid "Date posted"
|
3843 |
+
msgstr "Datum gepostet"
|
|
|
|
|
|
|
|
|
3844 |
|
3845 |
+
#: includes/admin/settings/class-settings.php:402
|
3846 |
+
#: includes/admin/settings/class-settings.php:840
|
3847 |
+
msgctxt "admin settings"
|
3848 |
+
msgid "Date last modified"
|
3849 |
+
msgstr "Datum zuletzt verändert"
|
3850 |
+
|
3851 |
+
#: includes/admin/settings/class-settings.php:403
|
3852 |
+
msgctxt "admin settings"
|
3853 |
+
msgid "Random"
|
3854 |
+
msgstr "Zufall"
|
3855 |
+
|
3856 |
+
#: includes/admin/settings/class-settings.php:404
|
3857 |
+
msgctxt "admin settings"
|
3858 |
+
msgid "Paid first then free. Inside each group by date."
|
3859 |
msgstr ""
|
|
|
|
|
|
|
3860 |
|
3861 |
+
#: includes/admin/settings/class-settings.php:405
|
3862 |
+
msgctxt "admin settings"
|
3863 |
+
msgid "Paid first then free. Inside each group by title."
|
3864 |
+
msgstr ""
|
3865 |
|
3866 |
+
#: includes/admin/settings/class-settings.php:410
|
3867 |
+
#, fuzzy
|
3868 |
+
msgctxt "admin settings"
|
3869 |
+
msgid "Sort order for directory listings"
|
3870 |
+
msgstr "Verzeichnissortierung der Einträge durch"
|
|
|
3871 |
|
3872 |
+
#: includes/admin/settings/class-settings.php:413
|
3873 |
+
msgctxt "admin settings"
|
3874 |
+
msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
|
3875 |
+
msgstr ""
|
3876 |
+
"Aufsteigend für aufsteigende Reihenfolge A-Z, Absteigend für absteigende "
|
3877 |
+
"Reihenfolge Z-A"
|
3878 |
|
3879 |
+
#: includes/admin/settings/class-settings.php:425
|
3880 |
+
msgctxt "admin settings"
|
3881 |
+
msgid "Enable sort bar?"
|
3882 |
+
msgstr "Sortierung aktivieren?"
|
3883 |
|
3884 |
+
#: includes/admin/settings/class-settings.php:430
|
3885 |
+
msgctxt "admin settings"
|
3886 |
+
msgid "Sortbar Fields"
|
3887 |
+
msgstr "Sortierbare Felder"
|
3888 |
|
3889 |
+
#: includes/admin/settings/class-settings.php:439
|
3890 |
+
msgctxt "admin settings"
|
3891 |
+
msgid "Featured (Sticky) listing settings"
|
3892 |
+
msgstr "Unterstützte (unbewegliche) Eintrageinstellungen"
|
|
|
3893 |
|
3894 |
+
#: includes/admin/settings/class-settings.php:440
|
3895 |
+
msgctxt "admin settings"
|
3896 |
+
msgid "Offer sticky listings?"
|
3897 |
+
msgstr "Unbewegliche Einträge anbieten? "
|
3898 |
|
3899 |
+
#: includes/admin/settings/class-settings.php:441
|
3900 |
+
msgctxt "admin settings"
|
3901 |
+
msgid "Offer upgrades during submit process?"
|
3902 |
+
msgstr "Aktualisierungen anbieten im Bestellprozess?"
|
3903 |
|
3904 |
+
#: includes/admin/settings/class-settings.php:442
|
3905 |
+
msgctxt "admin settings"
|
3906 |
+
msgid "Sticky listing price"
|
3907 |
+
msgstr "Unbeweglicher Eintragspreis"
|
3908 |
|
3909 |
+
#: includes/admin/settings/class-settings.php:443
|
3910 |
+
msgctxt "admin settings"
|
3911 |
+
msgid "Sticky listing page description text"
|
3912 |
+
msgstr "Unbewegliche Eintragsseite Beschreibung"
|
3913 |
|
3914 |
+
#: includes/admin/settings/class-settings.php:444
|
3915 |
+
msgctxt "admin settings"
|
3916 |
+
msgid ""
|
3917 |
+
"You can upgrade your listing to featured status. Featured listings will "
|
3918 |
+
"always appear on top of regular listings."
|
3919 |
+
msgstr ""
|
3920 |
+
"Du kannst dein Eintrag in den hervorgehobenen Status aktualisieren. "
|
3921 |
+
"Unterstützte Einträge werden immer ganz oben eines Eintrags angezeigt."
|
3922 |
|
3923 |
+
#: includes/admin/settings/class-settings.php:449
|
3924 |
+
msgctxt "admin settings"
|
3925 |
+
msgid "E-Mail"
|
3926 |
+
msgstr "E-mail"
|
3927 |
|
3928 |
+
#: includes/admin/settings/class-settings.php:453
|
3929 |
+
msgctxt "admin settings"
|
3930 |
+
msgid "Display email address fields publicly?"
|
3931 |
+
msgstr "E-mail Adressfeld öffentlich anzeigen?"
|
3932 |
|
3933 |
+
#: includes/admin/settings/class-settings.php:456
|
3934 |
+
msgctxt "admin settings"
|
3935 |
+
msgid ""
|
3936 |
+
"Shows the email address of the listing owner to all web users. NOT "
|
3937 |
+
"RECOMMENDED as this increases spam to the address and allows spam bots to "
|
3938 |
+
"harvest it for future use."
|
3939 |
+
msgstr ""
|
3940 |
+
"E-mailadresse allen Benutzern anzeigen. NICHT ZU EMPFEHLEN. Achtung Spam!"
|
3941 |
|
3942 |
+
#: includes/admin/settings/class-settings.php:459
|
3943 |
+
msgctxt "admin settings"
|
3944 |
+
msgid "How to determine the listing's email address?"
|
3945 |
+
msgstr "Wie legt man die E-mailadresse für einen Eintrag fest?"
|
3946 |
|
3947 |
+
#: includes/admin/settings/class-settings.php:462
|
3948 |
+
msgctxt "admin settings"
|
3949 |
+
msgid ""
|
3950 |
+
"This affects emails sent to listing owners via contact forms or when their "
|
3951 |
+
"listings expire."
|
3952 |
+
msgstr ""
|
3953 |
+
"Dies bewirkt, dass eine E-mail an den Eigentümer geschickt wird, wenn der "
|
3954 |
+
"Eintrag abläuft."
|
3955 |
|
3956 |
+
#: includes/admin/settings/class-settings.php:464
|
3957 |
+
msgctxt "admin settings"
|
3958 |
+
msgid "Try listing's email field first, then author's email."
|
3959 |
+
msgstr "Versuchen Sie das E-Mail-Feld zuerst, dann die E-Mail des Autors."
|
3960 |
|
3961 |
+
#: includes/admin/settings/class-settings.php:465
|
3962 |
+
msgctxt "admin settings"
|
3963 |
+
msgid "Try author's email first and then listing's email field."
|
3964 |
+
msgstr ""
|
3965 |
+
"Probieren sie erst die E-Mail des Authors und dann die E-Mail des Felds."
|
3966 |
|
3967 |
+
#: includes/admin/settings/class-settings.php:471
|
3968 |
+
msgctxt "admin settings"
|
3969 |
+
msgid "E-Mail Notifications"
|
3970 |
+
msgstr "Email Erinnerung"
|
3971 |
|
3972 |
+
#: includes/admin/settings/class-settings.php:474
|
3973 |
+
msgctxt "admin settings"
|
3974 |
+
msgid "Notify admin via e-mail when..."
|
3975 |
+
msgstr "Administrator per E-mail informieren wenn... "
|
|
|
|
|
|
|
3976 |
|
3977 |
+
#: includes/admin/settings/class-settings.php:478
|
3978 |
+
msgctxt "admin settings"
|
3979 |
+
msgid "A new listing is submitted."
|
3980 |
+
msgstr "Ein neuer Eintrag wurde übermittelt."
|
3981 |
|
3982 |
+
#: includes/admin/settings/class-settings.php:479
|
3983 |
+
msgctxt "admin settings"
|
3984 |
+
msgid "A listing is edited."
|
3985 |
+
msgstr "Ein Eintrag wurde bearbeitet."
|
3986 |
|
3987 |
+
#: includes/admin/settings/class-settings.php:480
|
3988 |
+
msgctxt "admin settings"
|
3989 |
+
msgid "A listing expires."
|
3990 |
+
msgstr "Ein Eintrag läuft aus."
|
3991 |
|
3992 |
+
#: includes/admin/settings/class-settings.php:481
|
3993 |
+
msgctxt "admin settings"
|
3994 |
+
msgid "A contact message is sent to a listing's owner."
|
3995 |
+
msgstr "Eine Nachricht wurde an einen Eintrags-Eigentümer versendet."
|
3996 |
|
3997 |
+
#: includes/admin/settings/class-settings.php:487
|
3998 |
+
msgctxt "admin settings"
|
3999 |
+
msgid "CC this e-mail address too"
|
4000 |
+
msgstr "CC diese E-mail an"
|
4001 |
|
4002 |
+
#: includes/admin/settings/class-settings.php:493
|
4003 |
+
msgctxt "admin settings"
|
4004 |
+
msgid "Notify users via e-mail when..."
|
4005 |
+
msgstr "Benachrichtige Benutzer per E-mail wenn..."
|
4006 |
|
4007 |
+
#: includes/admin/settings/class-settings.php:496
|
4008 |
+
msgctxt "admin settings"
|
4009 |
+
msgid "You can modify the text template used for most of these e-mails below."
|
4010 |
msgstr ""
|
4011 |
+
"Du kannst dieses Texttemplate verändern, das für die meisten der E-"
|
4012 |
+
"mailadressen unten verwendet wird."
|
4013 |
|
4014 |
+
#: includes/admin/settings/class-settings.php:497
|
4015 |
+
msgctxt "admin settings"
|
4016 |
+
msgid "Their listing is submitted."
|
4017 |
+
msgstr "Ihr Eintrag ist eingereicht."
|
|
|
|
|
4018 |
|
4019 |
+
#: includes/admin/settings/class-settings.php:498
|
4020 |
+
msgctxt "admin settings"
|
4021 |
+
msgid "Their listing is approved/published."
|
4022 |
+
msgstr "Ihr Eintrag ist genehmigt/veröffentlicht."
|
|
|
4023 |
|
4024 |
+
#: includes/admin/settings/class-settings.php:514
|
4025 |
+
msgctxt "admin settings"
|
4026 |
+
msgid "E-Mail Templates"
|
4027 |
+
msgstr "E-mail Templates"
|
4028 |
|
4029 |
+
#: includes/admin/settings/class-settings.php:517
|
4030 |
+
msgctxt "admin settings"
|
4031 |
+
msgid "Email confirmation message"
|
4032 |
+
msgstr "Email Bestätigungsnachricht"
|
4033 |
|
4034 |
+
#: includes/admin/settings/class-settings.php:521
|
4035 |
+
msgctxt "admin settings"
|
4036 |
+
msgid "Sent after a listing has been submitted."
|
4037 |
+
msgstr "Senden nachdem der Eintrag eingestellt wurde."
|
4038 |
|
4039 |
+
#: includes/admin/settings/class-settings.php:522
|
4040 |
+
#: includes/admin/settings/class-settings.php:530
|
4041 |
+
#: includes/admin/settings/class-settings.php:571
|
4042 |
+
msgctxt "admin settings"
|
4043 |
+
msgid "Listing's title"
|
4044 |
+
msgstr "Eintrag Titel"
|
4045 |
|
4046 |
+
#: includes/admin/settings/class-settings.php:525
|
4047 |
+
msgctxt "admin settings"
|
4048 |
+
msgid "Listing published message"
|
4049 |
+
msgstr "Eintrag veröffentlicht Nachricht"
|
|
|
|
|
|
|
|
|
|
|
4050 |
|
4051 |
+
#: includes/admin/settings/class-settings.php:528
|
4052 |
+
msgctxt "admin settings"
|
4053 |
msgid ""
|
4054 |
+
"Your listing \"[listing]\" is now available at [listing-url] and can be "
|
4055 |
+
"viewed by the public."
|
4056 |
msgstr ""
|
4057 |
+
"Dein Eintrag \"[listing]\" ist jetzt verfügbar unter [listing-url] und "
|
4058 |
+
"kann öffentlich eingesehen werden."
|
|
|
|
|
|
|
|
|
|
|
4059 |
|
4060 |
+
#: includes/admin/settings/class-settings.php:529
|
4061 |
+
msgctxt "admin settings"
|
4062 |
+
msgid "Sent when the listing has been published or approved by an admin."
|
4063 |
+
msgstr ""
|
4064 |
+
"Senden wenn der Eintrag vom Administrator genehmigt oder veröffentlicht "
|
4065 |
+
"wurde."
|
4066 |
|
4067 |
+
#: includes/admin/settings/class-settings.php:531
|
4068 |
+
msgctxt "admin settings"
|
4069 |
+
msgid "Listing's URL"
|
4070 |
+
msgstr "Eintrags URL"
|
4071 |
|
4072 |
+
#: includes/admin/settings/class-settings.php:535
|
4073 |
+
msgctxt "admin settings"
|
4074 |
+
msgid "Listing Contact Message"
|
4075 |
+
msgstr "Neue Eintrag Anweisungen"
|
4076 |
|
4077 |
+
#: includes/admin/settings/class-settings.php:539
|
4078 |
+
msgctxt "admin settings"
|
4079 |
+
msgid ""
|
4080 |
+
"Sent to listing owners when someone uses the contact form on their listing "
|
4081 |
+
"pages."
|
4082 |
+
msgstr ""
|
4083 |
+
"An den Eigentümer senden wenn jemand die Kontaktform auf Ihrer Eintragsseite "
|
4084 |
+
"verwendet."
|
4085 |
|
4086 |
+
#: includes/admin/settings/class-settings.php:549
|
4087 |
+
msgctxt "admin settings"
|
4088 |
+
msgid "Payment related"
|
4089 |
+
msgstr "Bezahlmethode"
|
4090 |
|
4091 |
+
#: includes/admin/settings/class-settings.php:566
|
4092 |
+
msgctxt "admin settings"
|
4093 |
+
msgid "Payment abandoned reminder message"
|
4094 |
+
msgstr "Erneuerungserinnerung E-mail Nachricht"
|
4095 |
|
4096 |
+
#: includes/admin/settings/class-settings.php:570
|
4097 |
+
msgctxt "admin settings"
|
4098 |
+
msgid "Sent some time after a pending payment is abandoned by users."
|
4099 |
+
msgstr ""
|
4100 |
|
4101 |
+
#: includes/admin/settings/class-settings.php:572
|
4102 |
+
msgctxt "admin settings"
|
4103 |
+
msgid "Checkout URL link"
|
4104 |
+
msgstr "Kasse"
|
4105 |
|
4106 |
+
#: includes/admin/settings/class-settings.php:578
|
4107 |
+
msgctxt "admin settings"
|
4108 |
+
msgid "Renewal Reminders"
|
4109 |
+
msgstr "Erneuerungserinnerung"
|
4110 |
|
4111 |
+
#: includes/admin/settings/class-settings.php:581
|
4112 |
+
msgctxt "admin settings"
|
4113 |
+
msgid ""
|
4114 |
+
"This section refers only to the text of the renewal/expiration notices. You "
|
4115 |
+
"can also <a>configure when the e-mails are sent</a>."
|
4116 |
msgstr ""
|
4117 |
+
"Dieser Bereich referenziert nur den Text der Erneuerungs/Abgelaufen "
|
4118 |
+
"Nachricht. Du kannst auch <a>konfigurieren wann die E-mails gesendet werden</"
|
4119 |
+
"a>"
|
|
|
|
|
|
|
|
|
4120 |
|
4121 |
+
#: includes/admin/settings/class-settings.php:585
|
4122 |
+
msgctxt "admin settings"
|
4123 |
+
msgid "Pending expiration e-mail message"
|
4124 |
+
msgstr "Ausstehende Abgelaufen E-mail Nachricht"
|
4125 |
|
4126 |
+
#: includes/admin/settings/class-settings.php:598
|
4127 |
+
msgctxt "admin settings"
|
4128 |
+
msgid "Listing Renewal e-mail message"
|
4129 |
+
msgstr "Eintrag Erneuerung E-mail Nachricht"
|
4130 |
|
4131 |
+
#: includes/admin/settings/class-settings.php:611
|
4132 |
+
msgctxt "admin settings"
|
4133 |
+
msgid "Listing auto-renewal reminder (recurring payments)"
|
4134 |
+
msgstr "Eintrag automatische Erneuerungserinnerung (Abbuchungen)"
|
4135 |
|
4136 |
+
#: includes/admin/settings/class-settings.php:624
|
4137 |
+
msgctxt "admin settings"
|
4138 |
+
msgid "Listing Renewal e-mail message (recurring payments)"
|
4139 |
+
msgstr "Eintragserneuerungs E-mail Nachricht (Abbuchungen)"
|
4140 |
|
4141 |
+
#: includes/admin/settings/class-settings.php:637
|
4142 |
+
msgctxt "admin settings"
|
4143 |
+
msgid "Renewal reminder e-mail message"
|
4144 |
+
msgstr "Erneuerungserinnerung E-mail Nachricht"
|
|
|
4145 |
|
4146 |
+
#: includes/admin/settings/class-settings.php:651
|
4147 |
+
msgctxt "admin settings"
|
4148 |
+
msgid "Payment"
|
4149 |
+
msgstr "Bezahlung"
|
4150 |
|
4151 |
+
#: includes/admin/settings/class-settings.php:652
|
4152 |
+
msgctxt "admin settings"
|
4153 |
+
msgid "Payment Settings"
|
4154 |
+
msgstr "Bezahlung Einstellungen"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4155 |
|
4156 |
+
#: includes/admin/settings/class-settings.php:655
|
4157 |
+
msgctxt "admin settings"
|
4158 |
+
msgid "Turn On payments?"
|
4159 |
+
msgstr "Bezahlungen aktivieren?"
|
4160 |
|
4161 |
+
#: includes/admin/settings/class-settings.php:657
|
4162 |
+
msgctxt "admin settings"
|
4163 |
+
msgid "Put payment gateways in test mode?"
|
4164 |
+
msgstr "Bezahlungsgateway im Testmodus ausführen?"
|
4165 |
+
|
4166 |
+
#: includes/admin/settings/class-settings.php:662
|
4167 |
+
msgctxt "admin settings"
|
4168 |
+
msgid "Perform checkouts on the secure (HTTPS) version of your site?"
|
4169 |
+
msgstr ""
|
4170 |
+
"Aktiviere (HTTPS) sichere Verbindung für den Bestellprozess deiner Seite?"
|
4171 |
+
|
4172 |
+
#: includes/admin/settings/class-settings.php:665
|
4173 |
+
msgctxt "admin settings"
|
4174 |
msgid ""
|
4175 |
+
"Recommended for added security. For this to work you need to enable HTTPS on "
|
4176 |
+
"your server and <a>obtain an SSL certificate</a>."
|
|
|
4177 |
msgstr ""
|
4178 |
+
"Empfohlen zur Erweiterung der Sicherheit. Aktiviere HTTPS auf deinem Server "
|
4179 |
+
"und <a>erhalte ein SSL Zertifikat</a>"
|
|
|
|
|
4180 |
|
4181 |
+
#: includes/admin/settings/class-settings.php:669
|
4182 |
+
msgctxt "admin settings"
|
4183 |
+
msgid "Currency Code"
|
4184 |
+
msgstr "Währungsschlüssel"
|
4185 |
|
4186 |
+
#: includes/admin/settings/class-settings.php:671
|
4187 |
+
msgctxt "admin settings"
|
4188 |
+
msgid "Australian Dollar (AUD)"
|
4189 |
+
msgstr "Australischer Dollar (AUD)"
|
4190 |
|
4191 |
+
#: includes/admin/settings/class-settings.php:672
|
4192 |
+
msgctxt "admin settings"
|
4193 |
+
msgid "Brazilian Real (BRL)"
|
4194 |
+
msgstr "Brasilianischer Real (BRL)"
|
4195 |
|
4196 |
+
#: includes/admin/settings/class-settings.php:673
|
4197 |
+
msgctxt "admin settings"
|
4198 |
+
msgid "Canadian Dollar (CAD)"
|
4199 |
+
msgstr "Kanadischer Dollar (CAD)"
|
4200 |
|
4201 |
+
#: includes/admin/settings/class-settings.php:674
|
4202 |
+
msgctxt "admin settings"
|
4203 |
+
msgid "Czech Koruna (CZK)"
|
4204 |
+
msgstr "Tschechische Koruna (CZK)"
|
|
|
|
|
4205 |
|
4206 |
+
#: includes/admin/settings/class-settings.php:675
|
4207 |
+
msgctxt "admin settings"
|
4208 |
+
msgid "Danish Krone (DKK)"
|
4209 |
+
msgstr "Dänische Krone (DKK)"
|
|
|
|
|
|
|
|
|
4210 |
|
4211 |
+
#: includes/admin/settings/class-settings.php:676
|
4212 |
+
msgctxt "admin settings"
|
4213 |
+
msgid "Euro (EUR)"
|
4214 |
+
msgstr "Euro (EUR)"
|
4215 |
|
4216 |
+
#: includes/admin/settings/class-settings.php:677
|
4217 |
+
msgctxt "admin settings"
|
4218 |
+
msgid "Hong Kong Dollar (HKD)"
|
4219 |
+
msgstr "Hong Kong Dollar (HKD)"
|
4220 |
|
4221 |
+
#: includes/admin/settings/class-settings.php:678
|
4222 |
+
msgctxt "admin settings"
|
4223 |
+
msgid "Hungarian Forint (HUF)"
|
4224 |
+
msgstr "Ungarischer Forint (HUF)"
|
4225 |
|
4226 |
+
#: includes/admin/settings/class-settings.php:679
|
4227 |
+
msgctxt "admin settings"
|
4228 |
+
msgid "Israeli New Shequel (ILS)"
|
4229 |
+
msgstr "Israelischer Neuer Schequel (ILS)"
|
4230 |
|
4231 |
+
#: includes/admin/settings/class-settings.php:680
|
4232 |
+
msgctxt "admin settings"
|
4233 |
+
msgid "Japanese Yen (JPY)"
|
4234 |
+
msgstr "Japanischer Jen (JPY)"
|
4235 |
+
|
4236 |
+
#: includes/admin/settings/class-settings.php:681
|
4237 |
+
msgctxt "admin settings"
|
4238 |
+
msgid "Moroccan Dirham (MAD)"
|
4239 |
msgstr ""
|
|
|
|
|
4240 |
|
4241 |
+
#: includes/admin/settings/class-settings.php:682
|
4242 |
+
msgctxt "admin settings"
|
4243 |
+
msgid "Malasian Ringgit (MYR)"
|
4244 |
+
msgstr "Malaysischer Ringgit (MYR)"
|
4245 |
|
4246 |
+
#: includes/admin/settings/class-settings.php:683
|
4247 |
+
msgctxt "admin settings"
|
4248 |
+
msgid "Mexican Peso (MXN)"
|
4249 |
+
msgstr "Mexikanischer Peso (MXN)"
|
4250 |
|
4251 |
+
#: includes/admin/settings/class-settings.php:684
|
4252 |
+
msgctxt "admin settings"
|
4253 |
+
msgid "Norwegian Krone (NOK)"
|
4254 |
+
msgstr "Norwegische Krone (NOK)"
|
4255 |
|
4256 |
+
#: includes/admin/settings/class-settings.php:685
|
4257 |
+
msgctxt "admin settings"
|
4258 |
+
msgid "New Zealand Dollar (NZD)"
|
4259 |
+
msgstr "Neuseeland Dollar (NZD)"
|
|
|
|
|
|
|
|
|
|
|
4260 |
|
4261 |
+
#: includes/admin/settings/class-settings.php:686
|
4262 |
+
msgctxt "admin settings"
|
4263 |
+
msgid "Philippine Peso (PHP)"
|
4264 |
+
msgstr "Philippinischer Peso (PHP)"
|
4265 |
|
4266 |
+
#: includes/admin/settings/class-settings.php:687
|
4267 |
+
msgctxt "admin settings"
|
4268 |
+
msgid "Polish Zloty (PLN)"
|
4269 |
+
msgstr "Polnischer Zloty (PLN)"
|
4270 |
|
4271 |
+
#: includes/admin/settings/class-settings.php:688
|
4272 |
+
msgctxt "admin settings"
|
4273 |
+
msgid "Pound Sterling (GBP)"
|
4274 |
+
msgstr "Pfund Sterling (GBP)"
|
4275 |
|
4276 |
+
#: includes/admin/settings/class-settings.php:689
|
4277 |
+
msgctxt "admin settings"
|
4278 |
+
msgid "Singapore Dollar (SGD)"
|
4279 |
+
msgstr "Singapore Dollar (SGD)"
|
4280 |
|
4281 |
+
#: includes/admin/settings/class-settings.php:690
|
4282 |
+
msgctxt "admin settings"
|
4283 |
+
msgid "Swedish Krona (SEK)"
|
4284 |
+
msgstr "Schwedische Krone (SEK)"
|
|
|
|
|
|
|
|
|
4285 |
|
4286 |
+
#: includes/admin/settings/class-settings.php:691
|
4287 |
+
msgctxt "admin settings"
|
4288 |
+
msgid "Swiss Franc (CHF)"
|
4289 |
+
msgstr "Schweizer Franken (CHF)"
|
|
|
|
|
|
|
|
|
|
|
4290 |
|
4291 |
+
#: includes/admin/settings/class-settings.php:692
|
4292 |
+
msgctxt "admin settings"
|
4293 |
+
msgid "Taiwan Dollar (TWD)"
|
4294 |
+
msgstr "Taiwanischer Dollar (TWD)"
|
|
|
|
|
|
|
|
|
4295 |
|
4296 |
+
#: includes/admin/settings/class-settings.php:693
|
4297 |
+
msgctxt "admin settings"
|
4298 |
+
msgid "Thai Baht (THB)"
|
4299 |
+
msgstr "Thailändischer Baht (THB)"
|
4300 |
|
4301 |
+
#: includes/admin/settings/class-settings.php:694
|
4302 |
+
msgctxt "admin settings"
|
4303 |
+
msgid "Turkish Lira (TRY)"
|
4304 |
+
msgstr "Türkische Lira (TRY)"
|
4305 |
|
4306 |
+
#: includes/admin/settings/class-settings.php:695
|
4307 |
+
msgctxt "admin settings"
|
4308 |
+
msgid "U.S. Dollar (USD)"
|
4309 |
+
msgstr "U.S. Dollar"
|
|
|
4310 |
|
4311 |
+
#: includes/admin/settings/class-settings.php:699
|
4312 |
+
msgctxt "admin settings"
|
4313 |
+
msgid "Currency Symbol"
|
4314 |
+
msgstr "Währungssymbol"
|
4315 |
|
4316 |
+
#: includes/admin/settings/class-settings.php:704
|
4317 |
+
msgctxt "admin settings"
|
4318 |
+
msgid "Currency symbol display"
|
4319 |
+
msgstr "Währungssymbol Anzeige"
|
|
|
4320 |
|
4321 |
+
#: includes/admin/settings/class-settings.php:710
|
4322 |
+
msgctxt "admin settings"
|
4323 |
+
msgid "Show currency symbol on the left"
|
4324 |
+
msgstr "Währungssymbol links anzeigen"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4325 |
|
4326 |
+
#: includes/admin/settings/class-settings.php:711
|
4327 |
+
msgctxt "admin settings"
|
4328 |
+
msgid "Show currency symbol on the right"
|
4329 |
+
msgstr "Währungssymbol rechts anzeigen"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4330 |
|
4331 |
+
#: includes/admin/settings/class-settings.php:712
|
4332 |
+
msgctxt "admin settings"
|
4333 |
+
msgid "Do not show currency symbol"
|
4334 |
+
msgstr "Währungssymbol nicht anzeigen"
|
4335 |
|
4336 |
+
#: includes/admin/settings/class-settings.php:720
|
4337 |
+
msgctxt "admin settings"
|
4338 |
+
msgid "Thank you for payment message"
|
4339 |
+
msgstr "Danke für die Bezahlung Nachricht"
|
4340 |
|
4341 |
+
#: includes/admin/settings/class-settings.php:721
|
4342 |
+
msgctxt "admin settings"
|
4343 |
msgid ""
|
4344 |
+
"Thank you for your payment. Your payment is being verified and your listing "
|
4345 |
+
"reviewed. The verification and review process could take up to 48 hours."
|
4346 |
msgstr ""
|
4347 |
+
"Danke für Ihre Bezahlung. Ihre Bezahlung wird verifiziert und Ihr Eintrag "
|
4348 |
+
"geprüft. Die Verifizierung und die Prüfung können 48 Stunden in Anspruch "
|
4349 |
+
"nehmen."
|
4350 |
|
4351 |
+
#: includes/admin/settings/class-settings.php:726
|
4352 |
+
msgctxt "admin settings"
|
4353 |
+
msgid "Ask users to come back for abandoned payments?"
|
|
|
|
|
|
|
4354 |
msgstr ""
|
|
|
|
|
4355 |
|
4356 |
+
#: includes/admin/settings/class-settings.php:729
|
4357 |
+
msgctxt "admin settings"
|
4358 |
msgid ""
|
4359 |
+
"An abandoned payment is when a user attempts to place a listing and gets to "
|
4360 |
+
"the end, but fails to complete their payment for the listing. This results "
|
4361 |
+
"in listings that look like they failed, when the user simply didn't complete "
|
4362 |
+
"the transaction. BD can remind them to come back and continue."
|
4363 |
msgstr ""
|
|
|
|
|
4364 |
|
4365 |
+
#: includes/admin/settings/class-settings.php:735
|
4366 |
+
msgctxt "admin settings"
|
4367 |
+
msgid "Listing abandonment threshold (hours)"
|
4368 |
+
msgstr "Eintragsabbuchungsemail Grenze (in tagen)"
|
4369 |
+
|
4370 |
+
#: includes/admin/settings/class-settings.php:740
|
4371 |
+
msgctxt "admin settings"
|
4372 |
msgid ""
|
4373 |
+
"Listings with pending payments are marked as abandoned after this time. You "
|
4374 |
+
"can also <a>customize the e-mail</a> users receive."
|
|
|
4375 |
msgstr ""
|
|
|
|
|
|
|
|
|
4376 |
|
4377 |
+
#: includes/admin/settings/class-settings.php:745
|
4378 |
+
msgctxt "admin settings"
|
4379 |
+
msgid "Themes"
|
4380 |
+
msgstr ""
|
4381 |
|
4382 |
+
#: includes/admin/settings/class-settings.php:747
|
4383 |
+
msgctxt "admin settings"
|
4384 |
+
msgid "You can manage your themes on <a>Directory Themes</a>."
|
4385 |
+
msgstr ""
|
4386 |
|
4387 |
+
#: includes/admin/settings/class-settings.php:752
|
4388 |
+
msgctxt "admin settings"
|
4389 |
+
msgid "Theme button style"
|
4390 |
+
msgstr ""
|
4391 |
|
4392 |
+
#: includes/admin/settings/class-settings.php:758
|
4393 |
+
msgctxt "admin settings"
|
4394 |
+
msgid "Use the BD theme style for BD buttons"
|
4395 |
+
msgstr ""
|
4396 |
|
4397 |
+
#: includes/admin/settings/class-settings.php:759
|
4398 |
+
msgctxt "admin settings"
|
4399 |
+
msgid "Use the WP theme style for BD buttons"
|
4400 |
+
msgstr ""
|
4401 |
|
4402 |
+
#: includes/admin/settings/class-settings.php:769
|
4403 |
+
msgctxt "admin settings"
|
4404 |
+
msgid "Image"
|
4405 |
+
msgstr "Bild"
|
4406 |
|
4407 |
+
#: includes/admin/settings/class-settings.php:770
|
4408 |
+
msgctxt "admin settings"
|
4409 |
+
msgid ""
|
4410 |
+
"Any changes to these settings will affect new listings only. Existing "
|
4411 |
+
"listings will not be affected. If you wish to change existing listings, you "
|
4412 |
+
"will need to re-upload the image(s) on that listing after changing things "
|
4413 |
+
"here."
|
4414 |
+
msgstr ""
|
4415 |
+
"Jede Änderung dieser Einstellungen wird nur auf neue Einträge angewendet. "
|
4416 |
+
"Vorhandene Einträge werden nicht verändert. Wenn du wünscht, dass bereits "
|
4417 |
+
"existierende Einträge verändert werden, musst du Bild(er) neu hochladen, "
|
4418 |
+
"nachdem Einstellungen hier verändert wurden."
|
4419 |
|
4420 |
+
#: includes/admin/settings/class-settings.php:771
|
4421 |
+
msgctxt "admin settings"
|
4422 |
+
msgid "Image Settings"
|
4423 |
+
msgstr "Bildeinstellungen"
|
|
|
4424 |
|
4425 |
+
#: includes/admin/settings/class-settings.php:772
|
4426 |
+
msgctxt "admin settings"
|
4427 |
+
msgid "Allow images?"
|
4428 |
+
msgstr "Bilder erlauben?"
|
4429 |
|
4430 |
+
#: includes/admin/settings/class-settings.php:774
|
4431 |
+
msgctxt "admin settings"
|
4432 |
+
msgid "Min Image File Size (KB)"
|
4433 |
+
msgstr "Maximale Bildgröße (KB)"
|
4434 |
|
4435 |
+
#: includes/admin/settings/class-settings.php:775
|
4436 |
+
msgctxt "admin settings"
|
4437 |
+
msgid "Max Image File Size (KB)"
|
4438 |
+
msgstr "Maximale Bildgröße (KB)"
|
4439 |
|
4440 |
+
#: includes/admin/settings/class-settings.php:777
|
4441 |
+
msgctxt "admin settings"
|
4442 |
+
msgid "Min image width (px)"
|
4443 |
msgstr "Bildergröße (in px):"
|
4444 |
|
4445 |
+
#: includes/admin/settings/class-settings.php:778
|
4446 |
+
msgctxt "admin settings"
|
4447 |
+
msgid "Min image height (px)"
|
|
|
|
|
|
|
|
|
|
|
4448 |
msgstr "Bilderhöhe (in px):"
|
4449 |
|
4450 |
+
#: includes/admin/settings/class-settings.php:780
|
4451 |
+
msgctxt "admin settings"
|
4452 |
+
msgid "Max image width (px)"
|
4453 |
+
msgstr "Maximale Bildbreite"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4454 |
|
4455 |
+
#: includes/admin/settings/class-settings.php:781
|
4456 |
+
msgctxt "admin settings"
|
4457 |
+
msgid "Max image height (px)"
|
4458 |
+
msgstr "Maximale Bildhöhe"
|
4459 |
|
4460 |
+
#: includes/admin/settings/class-settings.php:783
|
4461 |
+
msgctxt "admin settings"
|
4462 |
+
msgid "Turn on thickbox/lightbox?"
|
4463 |
+
msgstr "Kontrollkästchen/Leuchtkasten aktivieren?"
|
4464 |
|
4465 |
+
#: includes/admin/settings/class-settings.php:783
|
4466 |
+
msgctxt "admin settings"
|
4467 |
+
msgid ""
|
4468 |
+
"Uncheck if it conflicts with other elements or plugins installed on your site"
|
4469 |
+
msgstr ""
|
4470 |
+
"Deaktivieren wenn Konflikte mit anderen Elementen oder installierten "
|
4471 |
+
"Erweiterungen entstehen"
|
4472 |
|
4473 |
+
#: includes/admin/settings/class-settings.php:785
|
4474 |
+
msgctxt "admin settings"
|
4475 |
+
msgid "Thumbnails"
|
4476 |
+
msgstr "Thumbnails"
|
4477 |
|
4478 |
+
#: includes/admin/settings/class-settings.php:786
|
4479 |
+
msgctxt "admin settings"
|
4480 |
+
msgid "Thumbnail width (px)"
|
4481 |
+
msgstr "Thumbnailbreite"
|
4482 |
|
4483 |
+
#: includes/admin/settings/class-settings.php:787
|
4484 |
+
msgctxt "admin settings"
|
4485 |
+
msgid "Thumbnail height (px)"
|
4486 |
+
msgstr "Thumbnailbreite"
|
4487 |
|
4488 |
+
#: includes/admin/settings/class-settings.php:790
|
4489 |
+
msgctxt "admin settings"
|
4490 |
+
msgid "Crop thumbnails to exact dimensions?"
|
4491 |
+
msgstr "Vorschaubild auf die exakte Maße abschneiden?"
|
4492 |
|
4493 |
+
#: includes/admin/settings/class-settings.php:793
|
4494 |
+
msgctxt "admin settings"
|
4495 |
+
msgid ""
|
4496 |
+
"When enabled images will match exactly the dimensions above but part of the "
|
4497 |
+
"image may be cropped out. If disabled, image thumbnails will be resized to "
|
4498 |
+
"match the specified width and their height will be adjusted proportionally. "
|
4499 |
+
"Depending on the uploaded images, thumbnails may have different heights."
|
4500 |
+
msgstr ""
|
4501 |
+
"Wenn diese Funktion aktiviert ist, werden Bilder genau den obigen "
|
4502 |
+
"Abmessungen entsprechen, evtl. wird ein Teil des Bildes abgeschnitten. Wenn "
|
4503 |
+
"diese Option deaktiviert ist, werden die Bilddarstellungen mit der "
|
4504 |
+
"angegebenen Breite und Höhe verkleinert und wird proportional angepasst. "
|
4505 |
+
"Abhängig von den hochgeladenen Bildern können Thumbnails unterschiedliche "
|
4506 |
+
"Höhen haben."
|
4507 |
|
4508 |
+
#: includes/admin/settings/class-settings.php:799
|
4509 |
+
msgctxt "admin settings"
|
4510 |
+
msgid "Number of free images"
|
4511 |
+
msgstr "Nummer der freien Bilder"
|
4512 |
|
4513 |
+
#: includes/admin/settings/class-settings.php:804
|
4514 |
+
msgctxt "admin settings"
|
4515 |
+
msgid ""
|
4516 |
+
"For paid listing images, configure that by adding or editing a <a>Fee Plan</"
|
4517 |
+
"a> instead of this setting, which is ignored for paid listings."
|
4518 |
+
msgstr ""
|
4519 |
+
"Für bezahlte Eintragsbilder, konfiguriere dies durch bearbeiten oder "
|
4520 |
+
"erstellen eines <a>Preisplan</a> an Stelle dieser Einstellungen, die von "
|
4521 |
+
"bezahlten Einträgen ignoriert wird."
|
4522 |
|
4523 |
+
#: includes/admin/settings/class-settings.php:807
|
4524 |
+
msgctxt "admin settings"
|
4525 |
+
msgid "Use default picture for listings with no picture?"
|
4526 |
+
msgstr "Benutze Standardbilder für Einträge mit keinem Bild?"
|
4527 |
|
4528 |
+
#: includes/admin/settings/class-settings.php:808
|
4529 |
+
msgctxt "admin settings"
|
4530 |
+
msgid "Show Thumbnail on main listings page?"
|
4531 |
+
msgstr "Thumbnail auf der Eintragshauptseite anzeigen?"
|
4532 |
|
4533 |
+
#: includes/admin/settings/class-settings.php:837
|
4534 |
+
msgctxt "admin settings"
|
4535 |
+
msgid "User"
|
4536 |
+
msgstr "Benutzer"
|
4537 |
|
4538 |
+
#: includes/admin/settings/class-settings.php:838
|
4539 |
+
msgctxt "admin settings"
|
4540 |
+
msgid "User registration date"
|
4541 |
+
msgstr "Eintrag Enddatum"
|
4542 |
|
4543 |
+
#: includes/admin/settings/class-settings.php:864
|
4544 |
+
msgctxt "admin settings"
|
4545 |
+
msgid ""
|
4546 |
+
"Could not copy the AJAX compatibility plugin \"%s\". Compatibility mode was "
|
4547 |
+
"not activated."
|
4548 |
+
msgstr ""
|
4549 |
|
4550 |
+
#: includes/admin/settings/class-settings.php:872
|
4551 |
+
msgctxt "admin settings"
|
4552 |
msgid ""
|
4553 |
+
"Could not activate AJAX Compatibility mode: the directory \"%s\" could not "
|
4554 |
+
"be created."
|
|
|
4555 |
msgstr ""
|
|
|
|
|
|
|
4556 |
|
4557 |
+
#: includes/admin/settings/class-settings.php:881
|
4558 |
+
msgctxt "admin settings"
|
4559 |
msgid ""
|
4560 |
+
"Could not remove the \"Business Directory Plugin - AJAX Compatibility Module"
|
4561 |
+
"\". Please remove the file \"%s\" manually or deactivate the plugin."
|
|
|
|
|
4562 |
msgstr ""
|
|
|
|
|
|
|
|
|
4563 |
|
4564 |
+
#: includes/admin/settings/class-settings.php:1231
|
4565 |
+
msgctxt "admin settings"
|
4566 |
+
msgid "Valid placeholders: %s"
|
4567 |
+
msgstr "Gültige Platzhalter: %s"
|
4568 |
|
4569 |
+
#: includes/admin/settings/class-settings.php:269
|
4570 |
+
#: includes/admin/settings/class-settings.php:285
|
4571 |
+
msgctxt "post status"
|
4572 |
+
msgid "Draft"
|
4573 |
+
msgstr ""
|
4574 |
|
4575 |
+
#: includes/admin/settings/class-settings.php:270
|
4576 |
+
#: includes/admin/settings/class-settings.php:286
|
4577 |
+
msgctxt "post status"
|
4578 |
+
msgid "Trash"
|
4579 |
+
msgstr ""
|
4580 |
|
4581 |
+
#: includes/admin/settings/class-settings.php:349
|
4582 |
+
#: includes/admin/settings/class-settings.php:365
|
4583 |
+
msgctxt "post status"
|
4584 |
+
msgid "Published"
|
4585 |
+
msgstr "Veröffentlicht"
|
4586 |
|
4587 |
+
#: includes/admin/settings/class-settings.php:350
|
4588 |
+
#: includes/admin/settings/class-settings.php:366
|
4589 |
+
msgctxt "post status"
|
4590 |
+
msgid "Pending"
|
4591 |
+
msgstr "Ausstehend"
|
4592 |
|
4593 |
+
#: includes/admin/settings/class-settings.php:507
|
4594 |
+
msgctxt "contact email"
|
4595 |
+
msgid "You have received a reply from your listing at %s."
|
4596 |
+
msgstr "Sie haben eine Antwort auf Ihren Eintrag erhalten am %s."
|
4597 |
|
4598 |
+
#: includes/admin/settings/class-settings.php:508
|
4599 |
+
msgctxt "contact email"
|
4600 |
+
msgid "Name: %s"
|
4601 |
+
msgstr "Name: %s"
|
4602 |
|
4603 |
+
#: includes/admin/settings/class-settings.php:509
|
4604 |
+
msgctxt "contact email"
|
4605 |
+
msgid "E-Mail: %s"
|
4606 |
+
msgstr "E-mail: %s"
|
4607 |
|
4608 |
+
#: includes/admin/settings/class-settings.php:510
|
4609 |
+
msgctxt "contact email"
|
4610 |
+
msgid "Message:"
|
4611 |
+
msgstr "Nachricht:"
|
|
|
|
|
|
|
|
|
4612 |
|
4613 |
+
#: includes/admin/settings/class-settings.php:512
|
4614 |
+
msgctxt "contact email"
|
4615 |
+
msgid "Time: %s"
|
4616 |
+
msgstr "Zeit: %s"
|
|
|
|
|
|
|
|
|
|
|
4617 |
|
4618 |
+
#: includes/admin/settings/class-settings.php:589
|
4619 |
+
msgctxt "settings"
|
4620 |
msgid ""
|
4621 |
+
"Sent some time before the listing expires. Applies to non-recurring renewals "
|
4622 |
+
"only."
|
4623 |
msgstr ""
|
4624 |
+
"Einige Zeit bevor der Eintrag abläuft senden. Wird nur bei kostenlosen "
|
4625 |
+
"Erneuerungen verwendet."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4626 |
|
4627 |
+
#: includes/admin/settings/class-settings.php:590
|
4628 |
+
#: includes/admin/settings/class-settings.php:603
|
4629 |
+
#: includes/admin/settings/class-settings.php:616
|
4630 |
+
#: includes/admin/settings/class-settings.php:629
|
4631 |
+
#: includes/admin/settings/class-settings.php:642
|
4632 |
+
msgctxt "settings"
|
4633 |
+
msgid "Listing's name (with link)"
|
4634 |
+
msgstr "Eintragsname (mit Link)"
|
4635 |
|
4636 |
+
#: includes/admin/settings/class-settings.php:591
|
4637 |
+
#: includes/admin/settings/class-settings.php:604
|
4638 |
+
#: includes/admin/settings/class-settings.php:617
|
4639 |
+
#: includes/admin/settings/class-settings.php:630
|
4640 |
+
#: includes/admin/settings/class-settings.php:643
|
4641 |
+
msgctxt "settings"
|
4642 |
+
msgid "Author's name"
|
4643 |
+
msgstr "Authorname"
|
4644 |
|
4645 |
+
#: includes/admin/settings/class-settings.php:592
|
4646 |
+
#: includes/admin/settings/class-settings.php:605
|
4647 |
+
#: includes/admin/settings/class-settings.php:644
|
4648 |
+
msgctxt "settings"
|
4649 |
+
msgid "Expiration date"
|
4650 |
+
msgstr "Ablaufdatum"
|
4651 |
|
4652 |
+
#: includes/admin/settings/class-settings.php:593
|
4653 |
+
msgctxt "settings"
|
4654 |
+
msgid "Category that is going to expire"
|
4655 |
+
msgstr "Kategorie die bald abläuft"
|
|
|
|
|
|
|
|
|
|
|
4656 |
|
4657 |
+
#: includes/admin/settings/class-settings.php:594
|
4658 |
+
#: includes/admin/settings/class-settings.php:607
|
4659 |
+
#: includes/admin/settings/class-settings.php:646
|
4660 |
+
msgctxt "settings"
|
4661 |
+
msgid "Link to renewal page"
|
4662 |
+
msgstr "Link zu erneuerten Seite"
|
4663 |
|
4664 |
+
#: includes/admin/settings/class-settings.php:595
|
4665 |
+
#: includes/admin/settings/class-settings.php:608
|
4666 |
+
#: includes/admin/settings/class-settings.php:620
|
4667 |
+
#: includes/admin/settings/class-settings.php:633
|
4668 |
+
#: includes/admin/settings/class-settings.php:647
|
4669 |
+
msgctxt "settings"
|
4670 |
+
msgid "Link to your site"
|
4671 |
+
msgstr "Link zu deiner Seite"
|
4672 |
|
4673 |
+
#: includes/admin/settings/class-settings.php:602
|
4674 |
+
msgctxt "settings"
|
4675 |
msgid ""
|
4676 |
+
"Sent at the time of listing expiration. Applies to non-recurring renewals "
|
4677 |
+
"only."
|
|
|
|
|
4678 |
msgstr ""
|
4679 |
+
"Zur Zeit wenn der Eintrag abläuft senden. Wird nur bei kostenlosen "
|
4680 |
+
"Erneuerungen verwendet."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4681 |
|
4682 |
+
#: includes/admin/settings/class-settings.php:606
|
4683 |
+
#: includes/admin/settings/class-settings.php:645
|
4684 |
+
msgctxt "settings"
|
4685 |
+
msgid "Category that expired"
|
4686 |
+
msgstr "Ablaufende Kategorie"
|
4687 |
|
4688 |
+
#: includes/admin/settings/class-settings.php:615
|
4689 |
+
msgctxt "settings"
|
4690 |
msgid ""
|
4691 |
+
"Sent some time before the listing is auto-renewed. Applies to recurring "
|
4692 |
+
"renewals only."
|
4693 |
msgstr ""
|
4694 |
+
"Einige Zeit bevor der Eintrag abläuft senden. Wird nur bei bezahlten "
|
4695 |
+
"Erneuerungen verwendet."
|
|
|
|
|
|
|
|
|
|
|
4696 |
|
4697 |
+
#: includes/admin/settings/class-settings.php:618
|
4698 |
+
#: includes/admin/settings/class-settings.php:632
|
4699 |
+
msgctxt "settings"
|
4700 |
+
msgid "Renewal date"
|
4701 |
+
msgstr "Erneuerungsdatum"
|
4702 |
|
4703 |
+
#: includes/admin/settings/class-settings.php:619
|
4704 |
+
msgctxt "settings"
|
4705 |
+
msgid "Category that is going to be renewed"
|
4706 |
+
msgstr "Kategorie die erneuert werden soll"
|
4707 |
|
4708 |
+
#: includes/admin/settings/class-settings.php:621
|
4709 |
+
msgctxt "settings"
|
4710 |
+
msgid "Link to manage subscriptions"
|
4711 |
+
msgstr "Link um Abos zu verwalten"
|
4712 |
|
4713 |
+
#: includes/admin/settings/class-settings.php:628
|
4714 |
+
msgctxt "settings"
|
4715 |
msgid ""
|
4716 |
+
"Sent after the listing is auto-renewed. Applies to recurring renewals only."
|
|
|
4717 |
msgstr ""
|
4718 |
+
"Sende nachdem der Eintrag automatisch erneuert wurde. Wird nur bei bezahlten "
|
4719 |
+
"Erneuerungen verwendet."
|
4720 |
|
4721 |
+
#: includes/admin/settings/class-settings.php:631
|
4722 |
+
msgctxt "settings"
|
4723 |
+
msgid "Renewed category"
|
4724 |
+
msgstr "Erneuerte Kategorie"
|
4725 |
|
4726 |
+
#: includes/admin/settings/class-settings.php:641
|
4727 |
+
msgctxt "settings"
|
4728 |
msgid ""
|
4729 |
+
"Sent some time after listing expiration and when no renewal has occurred. "
|
4730 |
+
"Applies to both recurring and non-recurring renewals."
|
4731 |
msgstr ""
|
4732 |
+
"Einige Zeit nachdem der Eintrag abgelaufen und keine Erneuerung beauftragt "
|
4733 |
+
"wurde senden. Wird bei bezahlten und kostenlosen Erneuerungen verwendet."
|
4734 |
|
4735 |
+
#: includes/admin/settings/class-settings.php:1201
|
4736 |
+
msgctxt "settings"
|
4737 |
+
msgid "Deactivate License"
|
4738 |
+
msgstr "Lizenz Deaktivieren"
|
4739 |
|
4740 |
+
#: includes/admin/settings/class-settings.php:1203
|
4741 |
+
msgctxt "settings"
|
4742 |
+
msgid "Deactivating license..."
|
4743 |
+
msgstr "Deaktiviere Lizenz..."
|
4744 |
|
4745 |
+
#: includes/admin/settings/class-settings.php:1206
|
4746 |
+
msgctxt "settings"
|
4747 |
+
msgid "Activate License"
|
4748 |
+
msgstr "Aktiviere Lizenz"
|
4749 |
|
4750 |
+
#: includes/admin/settings/class-settings.php:1208
|
4751 |
+
msgctxt "settings"
|
4752 |
+
msgid "Activating license..."
|
4753 |
+
msgstr "Aktiviere Lizenz..."
|
4754 |
|
4755 |
+
#: includes/licensing.php:42 includes/licensing.php:112
|
4756 |
+
#: includes/licensing.php:113
|
4757 |
+
msgctxt "settings"
|
4758 |
+
msgid "Licenses"
|
4759 |
+
msgstr "Lizenz"
|
|
|
4760 |
|
4761 |
+
#: includes/licensing.php:46
|
4762 |
+
msgctxt "settings"
|
4763 |
+
msgid "Premium Modules"
|
4764 |
+
msgstr "Premium Module"
|
4765 |
+
|
4766 |
+
#: includes/licensing.php:69
|
4767 |
+
msgctxt "settings"
|
4768 |
msgid ""
|
4769 |
+
"The IP address of your server is <ip-address>. Please make sure to include "
|
4770 |
+
"that information if you need to contact support about problems trying to "
|
4771 |
+
"activate your licenses."
|
4772 |
msgstr ""
|
|
|
|
|
|
|
4773 |
|
4774 |
+
#: templates/admin/settings-reset.tpl.php:4
|
4775 |
+
msgctxt "settings"
|
4776 |
+
msgid "← Return to \"Manage Options\""
|
4777 |
+
msgstr "← zurück zu \"Formularfelder verwalten\""
|
|
|
4778 |
|
4779 |
+
#: templates/admin/settings.tpl.php:4
|
4780 |
+
msgctxt "settings"
|
4781 |
+
msgid "Reset Defaults"
|
4782 |
+
msgstr "Standards zurücksetzen"
|
4783 |
|
4784 |
+
#: includes/admin/settings/class-settings.php:1265
|
4785 |
+
msgctxt "settings email"
|
4786 |
+
msgid "Click to edit e-mail"
|
4787 |
+
msgstr "Klicken um E-mail zu bearbeiten"
|
4788 |
|
4789 |
+
#: includes/admin/settings/class-settings.php:1266
|
4790 |
+
msgctxt "settings email"
|
4791 |
+
msgid "Click to edit"
|
4792 |
+
msgstr "zum Bearbeiten klicken"
|
4793 |
|
4794 |
+
#: includes/admin/settings/class-settings.php:1279
|
4795 |
+
msgctxt "settings email"
|
4796 |
+
msgid "E-Mail Subject"
|
4797 |
+
msgstr "E-mail Betreff"
|
4798 |
|
4799 |
+
#: includes/admin/settings/class-settings.php:1290
|
4800 |
+
msgctxt "settings email"
|
4801 |
+
msgid "E-Mail Body"
|
4802 |
+
msgstr "E-mail Text"
|
4803 |
|
4804 |
+
#: includes/admin/settings/class-settings.php:1301
|
4805 |
+
msgctxt "settings email"
|
4806 |
+
msgid "You can use the following placeholders:"
|
4807 |
+
msgstr "Du kannst folgende Platzhalter verwenden:"
|
4808 |
|
4809 |
+
#: includes/admin/settings/class-settings.php:1324
|
4810 |
+
msgctxt "settings email"
|
4811 |
+
msgid "Preview e-mail"
|
4812 |
+
msgstr "Vorschau E-mail"
|
|
|
|
|
4813 |
|
4814 |
+
#: includes/admin/settings/class-settings.php:1325
|
4815 |
+
msgctxt "settings email"
|
4816 |
+
msgid "Cancel"
|
4817 |
+
msgstr "Abbreche
|