Business Directory Plugin - Version 4.1.14.1

Version Description

Download this release

Release Info

Developer businessdirectoryplugin
Plugin Icon 128x128 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

Files changed (55) hide show
  1. README.TXT +23 -2
  2. assets/css/admin-csv-import.min.css +1 -1
  3. assets/css/admin-export.min.css +1 -1
  4. assets/css/admin-listing-metabox.min.css +1 -1
  5. assets/css/admin-themes.min.css +1 -1
  6. assets/css/admin.min.css +1 -1
  7. assets/css/debug.min.css +1 -1
  8. assets/css/dnd-upload.min.css +1 -1
  9. assets/css/{admin-csv-import.css → less/admin-csv-import.less} +0 -0
  10. assets/css/{admin-export.css → less/admin-export.less} +0 -0
  11. assets/css/{admin-listing-metabox.css → less/admin-listing-metabox.less} +0 -0
  12. assets/css/{admin-themes.css → less/admin-themes.less} +0 -0
  13. assets/css/{admin.css → less/admin.less} +19 -2
  14. assets/css/{debug.css → less/debug.less} +0 -0
  15. assets/css/{dnd-upload.css → less/dnd-upload.less} +0 -0
  16. assets/css/{widgets.css → less/widgets.less} +0 -0
  17. assets/css/{wpbdp-legacy.css → less/wpbdp-legacy.less} +0 -0
  18. assets/css/{wpbdp.css → less/wpbdp.less} +0 -0
  19. assets/css/widgets.min.css +1 -1
  20. assets/css/wpbdp-legacy.min.css +1 -1
  21. assets/css/wpbdp.min.css +1 -1
  22. assets/js/admin-csv-import.min.js +1 -1
  23. assets/js/admin-export.min.js +1 -1
  24. assets/js/admin-listing.min.js +1 -1
  25. assets/js/admin-manual-upgrade.min.js +1 -1
  26. assets/js/admin-themes.min.js +1 -1
  27. assets/js/admin.js +15 -10
  28. assets/js/admin.min.js +1 -1
  29. assets/js/debug.min.js +1 -1
  30. assets/js/dnd-upload.min.js +1 -1
  31. assets/js/recaptcha.min.js +1 -1
  32. assets/js/wpbdp.min.js +1 -1
  33. business-directory-plugin.php +14 -5
  34. includes/admin/class-csv-exporter.php +385 -0
  35. includes/admin/class-csv-import.php +15 -7
  36. includes/admin/csv-export.php +15 -380
  37. includes/admin/csv-import.php +1 -0
  38. includes/admin/fees.php +6 -1
  39. includes/admin/helpers/listing-metabox.php +1 -1
  40. includes/admin/settings/class-settings.php +160 -39
  41. includes/admin/tracking.php +2 -2
  42. includes/class-listing.php +2 -2
  43. includes/class-listings-api.php +4 -1
  44. includes/class-shortcodes.php +18 -3
  45. includes/compatibility/class-cpt-compat-mode.php +25 -7
  46. includes/fields/class-fieldtypes-select.php +22 -9
  47. includes/fields/class-fieldtypes-textarea.php +1 -1
  48. includes/helpers/class-listing-search.php +28 -6
  49. includes/licensing.php +98 -11
  50. includes/themes.php +13 -5
  51. includes/utils.php +10 -3
  52. includes/views/search.php +1 -1
  53. includes/views/view-submit-listing.php +26 -4
  54. languages/WPBDM-ar.po +5731 -5671
  55. 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-Jun-7
8
- Stable tag: 4.1.13.2
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:red}
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 #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.0}.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}
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:#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}
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
- #wpbdp-admin-settings select#quick-search-fields {
622
- min-height: 150px;
 
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 #ddd;-webkit-box-shadow:0 5px 5px #ddd;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:#000;border:1px solid #000;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:auto;color:#fff;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 #ddd;padding:3px}.inselect{border:1px solid #ddd;padding:3px}.inselectmulitple{border:1px solid #ddd;padding:3px;width:auto;height:auto}.intextarea{width:400px;border:1px solid #ddd;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:#eee;border-bottom:1px dotted #ddd}.wpbdmeven{border:0;border-bottom:1px dotted #ddd}.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 #ddd;-webkit-box-shadow:0 5px 5px #ddd}.wpbdmsingledetails{float:left;margin-left:10px;width:50%;padding:10px}.paymentheader{background:#f2f2f2;padding:5px;color:#666}.paymentbuttondiv{padding:10px;margin-bottom:10px}.wpbdmac{font-size:9px;text-align:center}.featuredlisting{width:126px;float:right}#wpbusdirmancontent{clear:both;padding:10px;background:#fff}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:#ddd;color:#333;padding:10px;margin-bottom:5px}#lhbuttons{float:right;width:150px}#lhbuttons .viewlistingsbutton{margin-right:10px}.ldetails{padding:10px;background:#eee}#lco{width:100%;-moz-box-shadow:0 5px 5px #ddd;-webkit-box-shadow:0 5px 5px #ddd;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:#000}#lco #wpbdmsearchform #wpbdmsearchsubmit{background:#000;border:1px solid #000;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:auto;color:#fff;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}
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");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;if(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){if(!res||!res.success)return t._fatal_error(res.error);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);if(res.data.done){t.in_progress=!1;t.warnings=res.data.warnings;t._show_success_screen()}else t._advance()},error:function(){return t._fatal_error()}})}},_show_success_screen:function(){var t=this;t.$state.fadeOut(function(){t.$state.remove();t.$success.find(".placeholder-imported-rows").html(t.imported_rows);t.$success.find(".placeholder-rejected-rows").html(t.rejected_rows);if(0!=t.warnings.length){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")}else{t.$success.find(".no-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(){if(!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}})}});if($("#wpbdp-csv-import-state").length>0)var import_in_page=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();if(""==sel){$(this).prop("checked",!1);$(this).parents(".file-local-selection").hide()}});!function(){function update_textfield_value(event,ui){event.preventDefault();if("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 $form=$("form#wpbdp-csv-import-form"),$use_default_user_checkbox=$form.find("input.use-default-listing-user"),$default_user_field;$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})}()}});
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);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){lastState=state;if(cancelExport){exportInProgress=!1;cancelExport=!1;$(".step-2").fadeOut(function(){$(".canceled-export").fadeIn()});$.ajax(ajaxurl,{data:{action:"wpbdp-csv-export",state:state,cleanup:1},type:"POST",dataType:"json",success:function(res){}})}else $.ajax(ajaxurl,{data:{action:"wpbdp-csv-export",state:state},type:"POST",dataType:"json",success:function(res){if(res&&!res.error){$(".step-2 .listings").text(res.exported+" / "+res.count);$(".step-2 .size").text(res.filesize);progressBar.set(res.exported,res.count);if(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()})})}else advanceExport(res.state)}else{exportInProgress=!1;handleError(res&&res.error?res.error:null,res)}},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){if(res&&!res.error)$(".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)})});else{exportInProgress=!1;handleError(res&&res.error?res.error:null,res)}},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=""}})})});
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");if(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);
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");$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();if(!inProgress){inProgress=!0;makeProgress()}});$pauseButton.click(function(e){e.preventDefault();inProgress=!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"),$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);$('#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")};if(activate){data.action="wpbdp-themes-activate-license";data.license=$license.val()}else data.action="wpbdp-themes-deactivate-license";$msg.removeClass("ok error");$msg.html($(this).attr("data-l10n"));$.post(ajaxurl,data,function(res){if(res.success){$msg.hide().html(res.message).removeClass("error").addClass("ok").show();if(activate){$('input[name="activate"]',$form).hide();$('input[name="deactivate"]',$form).show();$license.prop("readonly",!0)}else{$license.prop("readonly",!1).val("");$('input[name="deactivate"]',$form).hide();$('input[name="activate"]',$form).show()}}else $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){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"))}else{$info.addClass("update-error");$msg.html(res.error)}},"json")})});
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
- if ( $f_fieldtype.find('option:selected').prop('disabled') ) {
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
- $('select#quick-search-fields').change(function() {
598
- var selected = $(this).find( 'option.textfield:selected' ).length;
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
- .html(res.error)
817
- .removeClass('ok')
818
- .addClass('error')
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>');$("#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()})});
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($){var dnd=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){if($area.data("dnd-working"))return!1;if("undefined"!=typeof options.validate&&!options.validate.call($area,data))return!1;$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")});return!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);
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;this.attempts=0;this.max_delay=1500;this.timeout=!1};$.extend(reCAPTCHA_Handler.prototype,{render_widgets:function(){this.timeout&&clearTimeout(this.timeout);$(".wpbdp-recaptcha").each(function(i,v){var $captcha=$(v);if(!$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++}});if(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()}}});
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={});"undefined"==typeof window.wpbdp&&(window.wpbdp={});jQuery(document).ready(function($){wpbdp.main_box={init:function(){return;this.$box=$("#wpbdp-main-box");this.$cols=this.$box.find(".box-col");this.$cols_expanding=this.$cols.filter(".box-col-expand");this.$cols_fixed=this.$cols.not(this.$cols_expanding);var self=this;$(window).on("load",function(){var max_height=0;self.$cols.each(function(){$(this).data("initial-width",$(this).outerWidth());max_height=Math.max(max_height,$(this).height())});self.$cols.height(max_height);self.resize()});$(window).on("resize",function(){self.resize()})},sum_width:function($selector,prop){var prop="undefined"==typeof prop?"width":prop,sum=0;$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)});return 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");$input.val("");$preview.find("img").remove();$preview.find(".delete").hide();return!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()}},sbImages=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;if(!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");if(!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();if(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(){if(!(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){if(t._admin_nonce)return!0;$(this).siblings(".wpbdp-msg").remove();return t._slotsRemaining-data.files.length>=0},done:function(res){var uploadErrors=!1;uploadErrors=res.success?"undefined"!=typeof res.data.uploadErrors&&res.data.uploadErrors:[res.error];if(uploadErrors){var errorMsg=$("<div>").addClass("wpbdp-msg error").html(uploadErrors);$(".area-and-conditions").prepend(errorMsg)}else{$("#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");if(!t._admin_nonce){t._slotsRemaining-=res.data.attachmentIds.length;$("#image-slots-remaining").text(t._slotsRemaining);if(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);
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.13.2
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.13.2' );
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 = new SplFileObject( $this->csv_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 = new SplFileObject( $this->csv_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( 2 );
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->header as $i => $col_info ) {
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
- $csv_categories = array_map( 'trim', explode( $this->settings['category-separator'], $value ) );
 
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
- $export = WPBDP_CSVExporter::from_state( unserialize( base64_decode( $_REQUEST['state'] ) ) );
 
 
 
 
 
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( serialize( $state ) ) : null;
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
- $fee = $fee_id ? WPBDP_Fee_Plan::find( $fee_id ) : new WPBDP_Fee_Plan();
 
 
 
 
 
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
- array( 'choices' => array( array( 'above', _x( 'Above results', 'admin settings', 'WPBDM' ) ),
136
- array( 'below', _x( 'Below results', 'admin settings', 'WPBDM' ) ),
137
- array( 'none', _x( 'Don\'t show with results', 'admin settings', 'WPBDM' ) ) ) ) );
 
 
 
 
 
 
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
- array( 'choices' => array( &$this, 'quicksearch_fields_cb' ), 'multiple' => true )
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
- $this->add_setting($s, 'status-on-uninstall', _x('Status of listings upon uninstalling plugin', 'admin settings', 'WPBDM'), 'choice', 'trash', '',
248
- array('choices' => array( array( 'draft', _x( 'Draft', 'post status' ) ), array( 'trash', _x( 'Trash', 'post status' ) ) )));
249
- $this->add_setting($s, 'deleted-status', _x('Status of deleted listings', 'admin settings', 'WPBDM'), 'choice', 'trash', '',
250
- array('choices' => array( array( 'draft', _x( 'Draft', 'post status' ) ), array( 'trash', _x( 'Trash', 'post status' ) ) )));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
- $this->add_setting($s, 'new-post-status', _x('Default new post status', 'admin settings', 'WPBDM'), 'choice', 'pending', '',
299
- array('choices' => array( array( 'publish', _x( 'Published', 'post status' ) ), array( 'pending', _x( 'Pending', 'post status' ) ) ))
300
- );
301
- $this->add_setting($s, 'edit-post-status', _x('Edit post status', 'admin settings', 'WPBDM'), 'choice', 'publish', '',
302
- array('choices' => array( array( 'publish', _x( 'Published', 'post status' ) ), array( 'pending', _x( 'Pending', 'post status' ) ) ) ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
303
  $this->add_setting( $s, 'categories-order-by', _x('Order categories list by', 'admin settings', 'WPBDM'), 'choice', 'name', '',
304
  array('choices' => array(
305
- array( 'name', _x( 'Name', 'admin settings', 'WPBDM' ) ),
306
- array( 'slug', _x( 'Slug', 'admin settings', 'WPBDM' ) ),
307
- array( 'count', _x( 'Listing Count', 'admin settings', 'WPBDM' ) )
308
- )) );
 
 
 
 
309
  $this->add_setting( $s, 'categories-sort', _x('Sort order for categories', 'admin settings', 'WPBDM'), 'choice', 'ASC', '',
310
- array('choices' => array(array('ASC', _x('Ascending', 'admin settings', 'WPBDM')), array('DESC', _x('Descending', 'admin settings', 'WPBDM')))));
 
 
 
 
 
 
 
 
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( $s, 'listings-sort', _x('Sort directory listings by', 'admin settings', 'WPBDM'), 'choice', 'ASC',
327
- _x('Ascending for ascending order A-Z, Descending for descending order Z-A', 'admin settings', 'WPBDM'),
328
- array('choices' => array(array('ASC', _x('Ascending', 'admin settings', 'WPBDM')), array('DESC', _x('Descending', 'admin settings', 'WPBDM')))));
 
 
 
 
 
 
 
 
 
 
 
 
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
- array( 'field', _x( 'Try listing\'s email field first, then author\'s email.', 'admin settings', 'WPBDM' ) ),
372
- array( 'user', _x( 'Try author\'s email first and then listing\'s email field.', 'admin settings', 'WPBDM' ) )
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
- array( 'choices' => array( array( 'left', _x( 'Show currency symbol on the left', 'admin settings', 'WPBDM' ) ),
614
- array( 'right', _x( 'Show currency symbol on the right', 'admin settings', 'WPBDM' ) ),
615
- array( 'none', _x( 'Do not show currency symbol', 'admin settings', 'WPBDM' ) ) ) ) );
 
 
 
 
 
 
 
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
- array( 'choices' => array( array( 'theme', _x( 'Use the BD theme style for BD buttons', 'admin settings', 'WPBDM' ) ),
655
- array( 'none', _x( 'Use the WP theme style for BD buttons', 'admin settings', 'WPBDM' ) ) ),
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[] = array( $field->get_id(), $field->get_label(), $is_text_field ? 'textfield' : '' );
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-secondary license-deactivate"
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-secondary license-activate"
1101
  data-L10n="' . esc_attr( _x( 'Activating license...', 'settings', 'WPBDM' ) ) . '"
1102
  style="' . ( 'valid' == $license_status ? 'display: none;' : '' ) . '" />';
1103
  $html .= '<br />';
1104
- $html .= '<span class="status-message"></span>';
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
- $html .= sprintf( '<label><input type="%s" name="%s" value="%s" %s />%s</label><br />',
 
 
 
 
 
 
 
 
 
1353
  $widget,
1354
  $name,
1355
  $k,
1356
  ( $value && in_array( $k, $value ) ) ? 'checked="checked"' : '',
1357
- $v );
 
1358
  }
 
 
1359
  }
1360
 
1361
  if ( $setting->help_text ) {
1362
- $html .= '<br /><span class="description">' . $setting->help_text . '</span>';
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-secondary" 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-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
- private function __construct( $id ) {
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-listings]
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
- $v = wpbdp_load_view( 'submit_listing' );
253
- return $v->dispatch();
 
 
 
 
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
- $this->current_view = 'show_listing';
24
- elseif ( get_query_var( '_' . $slug_cat ) )
 
 
 
 
 
 
 
 
 
 
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
- $listing_id = wpbdp_get_post_by_id_or_slug( get_query_var( '_' . wpbdp_get_option( 'permalinks-directory-slug' ) ),
48
- 'id',
49
- 'id' );
 
 
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( "/\\<select(.*)name=('|\")(.*)('|\")(.*)\\>/uiUs",
85
- "<select name=\"$3[]\" multiple=\"multiple\" $1 $5>",
86
- $html );
 
 
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"', $field->data( 'size', 4 ) ) : ''
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
- if ( ! $field->has_validator( 'required' ) ) {
112
- $html .= '<option value="">' . _x( '— None —', 'form-fields-api select', 'WPBDM' ) . '</option>';
 
 
 
 
 
 
 
 
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 button-secondary 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"' : '' ) . ' />';
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 ( $fields_ids as $field_id ) {
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 = wp_remote_get( add_query_arg( $request, self::STORE_URL ), array( 'timeout' => 15, 'sslverify' => false ) );
172
 
173
- if ( is_wp_error( $response ) )
174
- return new WP_Error( 'request-failed', _x( 'Could not contact licensing server', 'licensing', 'WPBDM' ) );
 
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 = wp_remote_get( add_query_arg( $request, self::STORE_URL ), array( 'timeout' => 15, 'sslverify' => false ) );
204
 
205
- if ( is_wp_error( $response ) )
206
- return new WP_Error( 'request-failed', _x( 'Could not contact licensing server', 'licensing', 'WPBDM' ) );
 
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
- $response->send_error( sprintf( _x( 'Could not activate license: %s.', 'licensing', 'WPBDM' ), $result->get_error_message() ) );
 
 
 
 
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
- $response->send_error( sprintf( _x( 'Could not deactivate license: %s.', 'licensing', 'WPBDM' ), $result->get_error_message() ) );
 
 
 
 
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( $theme->id . '-' . $this->_normalize_asset_name( $c ),
91
- $theme->url . 'assets/' . $c );
 
 
 
 
92
  }
93
 
94
  if ( 'theme' == wpbdp_get_option( 'themes-button-style' ) && file_exists( $theme->path . 'assets/buttons.css' ) ) {
95
- wp_enqueue_style( $theme->id . '-buttons',
96
- $theme->url . 'assets/buttons.css' );
 
 
 
 
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-secondary" 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-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->terms_for_field( $field );
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
- $listing = $this->state->editing ? WPBDP_Listing::get( $this->state->listing_id ) : WPBDP_Listing::create( $this->state );
 
 
 
 
 
 
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
- if ( ! $this->state->editing )
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
- $listing->set_post_status( $this->state->editing ? wpbdp_get_option( 'edit-post-status' ) : wpbdp_get_option( 'new-post-status' ) );
 
 
 
 
 
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: http://wordpress.org/tag/business-directory-plugin\n"
7
- "POT-Creation-Date: 2017-05-22 23:05:34+00:00\n"
 
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:594
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:1594
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-listings.php:305
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/class-admin.php:138
193
- msgctxt "drip pointer"
194
  msgid ""
195
- "Find out how to create a compelling, thriving business directory from "
196
- "scratch in this ridiculously actionable (and FREE) 5-part email course. Get "
197
- "a FREE premium module just for signing up."
198
  msgstr ""
199
- "تعرف على كيفية إنشاء دليل أعمال مقنع ومزدهر انطلاقا من الصفر في هذه الدروس "
200
- "(مجانا) مكونة من 5 أجزاء (ترسل عبر البريد الإلكتروني). أحصل على وحدة ممتازة "
201
- "(premium module) مجانا بمجرد تسجيلك."
202
-
203
- #: includes/admin/class-admin.php:140
204
- msgctxt "drip pointer"
205
- msgid "Email Address:"
206
- msgstr "عنوان البريد الإلكتروني:"
207
 
208
- #: includes/admin/class-admin.php:146
209
- msgctxt "drip pointer"
210
- msgid "Want to know the Secrets of Building an Awesome Business Directory?"
211
- msgstr "هل تريد معرفة \"أسرار بناء\" \"دليل أعمال مدهش\"؟"
212
 
213
- #: includes/admin/class-admin.php:148
214
- msgctxt "drip pointer"
215
- msgid "Yes, please!"
216
- msgstr "نعم، من فضلك!"
217
 
218
- #: includes/admin/class-admin.php:150
219
- msgctxt "drip pointer"
220
- msgid "No, thanks"
221
- msgstr "لا، شكرًا"
222
 
223
- #: includes/admin/class-admin.php:167
224
- msgctxt "admin"
225
- msgid "Business Directory"
226
- msgstr "دليل الأعمال"
227
 
228
- #: includes/admin/class-admin.php:178
229
- msgctxt "admin"
230
- msgid "You're all set. Visit your new <a>Business Directory</a> page."
231
- msgstr "أنت مستعد. قم بزيارة صفحة <a>دليل الأعمال</a> الجديدة."
232
 
233
- #: includes/admin/class-admin.php:199
234
- msgctxt "drip pointer"
235
- msgid "Invalid e-mail address."
236
- msgstr "عنوان البريد الإلكتروني غير صالح!"
237
 
238
- #: includes/admin/class-admin.php:233
239
- msgctxt "admin menu"
240
- msgid "Business Directory Admin"
241
- msgstr "مدير دليل الأعمال"
242
 
243
- #: includes/admin/class-admin.php:234
244
- msgctxt "admin menu"
245
- msgid "Dir. Admin"
246
- msgstr "مدير الدليل"
247
 
248
- #: includes/admin/class-admin.php:234
249
- msgctxt "admin menu"
250
- msgid "Directory Admin"
251
- msgstr "مدير الدليل"
252
 
253
- #: includes/admin/class-admin.php:240 includes/admin/class-admin.php:241
254
- msgctxt "admin menu"
255
- msgid "Add New Listing"
256
- msgstr "إضافة إعلان جديد"
257
 
258
- #: includes/admin/class-admin.php:246 includes/admin/class-admin.php:247
259
- msgctxt "admin menu"
260
- msgid "Manage Options"
261
- msgstr "إدارة الخيارات"
262
 
263
- #: includes/admin/class-admin.php:252 includes/admin/class-admin.php:253
264
- msgctxt "admin menu"
265
- msgid "Manage Fees"
266
- msgstr "إدارة الرسوم"
267
 
268
- #: includes/admin/class-admin.php:258 includes/admin/class-admin.php:259
269
- msgctxt "admin menu"
270
- msgid "Manage Form Fields"
271
- msgstr "إدارة حقول الاستمارة"
272
 
273
- #: includes/admin/class-admin.php:264 includes/admin/class-admin.php:265
274
- msgctxt "admin menu"
275
- msgid "Listings"
276
- msgstr "الإعلانات"
277
 
278
- #: includes/admin/class-admin.php:279 includes/admin/class-admin.php:280
279
- msgctxt "admin menu"
280
- msgid "CSV Import"
281
- msgstr "استيراد CSV"
282
 
283
- #: includes/admin/class-admin.php:285 includes/admin/class-admin.php:286
284
- msgctxt "admin menu"
285
- msgid "CSV Export"
286
- msgstr "تصدير CSV"
287
 
288
- #: includes/admin/class-admin.php:291 includes/admin/class-admin.php:292
289
- msgctxt "admin menu"
290
- msgid "Debug"
291
- msgstr "تصحيح الأخطاء"
292
 
293
- #: includes/admin/class-admin.php:301
294
- msgctxt "admin menu"
295
- msgid "Main Menu"
296
- msgstr "القائمة الرئيسية"
297
 
298
- #: includes/admin/class-admin.php:312
299
- msgctxt "admin menu"
300
- msgid "Uninstall Business Directory Plugin"
301
- msgstr "حذف إضافة دليل الأعمال"
302
 
303
- #: includes/admin/class-admin.php:313
304
- msgctxt "admin menu"
305
- msgid "Uninstall"
306
- msgstr "حذف"
307
 
308
- #: includes/admin/class-admin.php:427
309
- #: templates/admin/listing-metabox-categories.tpl.php:69
310
- msgctxt "admin infometabox"
311
- msgid "never"
312
- msgstr "أبداً"
313
 
314
- #: includes/admin/class-admin.php:521
315
- msgctxt "admin"
316
- msgid "Dismiss this notice."
317
- msgstr "إخفاء هذا التنبيه."
318
 
319
- #: includes/admin/class-admin.php:549
320
- msgctxt "admin"
321
- msgid "The listing has been published."
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/admin/class-admin.php:567
331
- msgctxt "admin"
332
- msgid "The listing status has been set as paid."
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/admin/class-admin.php:573
342
- msgctxt "admin"
343
- msgid ""
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/admin/class-admin.php:592
372
- msgctxt "admin"
373
- msgid "The listing has been modified."
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/admin/class-admin.php:605
383
- msgctxt "admin"
384
- msgid "The listing has been upgraded."
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/admin/class-admin.php:617
394
- msgctxt "admin"
395
- msgid "The listing has been downgraded."
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/admin/class-admin.php:628
405
- msgctxt "admin payments"
406
  msgid ""
407
- "The payment status was not changed. Recurring payments can't be manually "
408
- "approved. Please check your gateway's backend to see if the payment really "
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/admin/class-admin.php:649
426
- msgctxt "admin"
427
- msgid "The fee was successfully assigned."
428
- msgstr "تم تعيين الرسوم بنجاح."
429
 
430
- #: includes/admin/class-admin.php:658
431
- msgctxt "admin"
432
- msgid "Listing was renewed."
433
- msgid_plural "Listings were renewed."
434
- msgstr[0] "تم تجديد الإعلان."
435
- msgstr[1] "تم تجديد الإعلان."
436
- msgstr[2] "تم تجديد الإعلانين."
437
- msgstr[3] "تم تجديد الإعلانات."
438
- msgstr[4] "تم تجديد الإعلانات."
439
- msgstr[5] "تم تجديد الإعلانات."
440
 
441
- #: includes/admin/class-admin.php:665
442
- msgctxt "admin"
443
- msgid "Renewal email sent."
444
- msgstr "تم إرسال بريد التجديد."
 
 
 
445
 
446
- #: includes/admin/class-admin.php:720
447
- msgctxt "admin category id"
448
- msgid "ID"
449
- msgstr "المعرف"
450
 
451
- #: includes/admin/class-admin.php:722 includes/admin/class-admin.php:728
452
- msgctxt "admin"
453
- msgid "Listing Count"
454
- msgstr "عدد الإعلانات"
455
 
456
- #: includes/admin/class-admin.php:837
457
- msgctxt "admin"
458
  msgid ""
459
- "<b>Business Directory Plugin</b> requires fields with the following "
460
- "associations in order to work correctly: <b>%s</b>."
461
  msgstr ""
462
- "<b>إضافة دليل الأعمال</b> تتطلب حقول مع المرتبطات التالية بالترتيب لكي تعمل "
463
- "بشكل صحيح: <b>%s</b>."
464
 
465
- #: includes/admin/class-admin.php:839
466
- msgctxt "admin"
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/admin/class-admin.php:843
475
- msgctxt "admin"
476
  msgid ""
477
- "You can create these custom fields by yourself inside \"Manage Form Fields\" "
478
- "or let Business Directory do this for you automatically."
 
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/admin/class-admin.php:859
494
- msgctxt "admin"
495
  msgid ""
496
- "<b>Business Directory Plugin</b> requires a page with the "
497
- "<tt>[businessdirectory]</tt> shortcode to function properly."
 
 
498
  msgstr ""
499
- "<b>إضافة دليل الأعمال</b> تتطلب صفحة فيها الكود القصير "
500
- "<tt>[businessdirectory]</tt> لكي تعمل بشكل صحيح."
 
501
 
502
- #: includes/admin/class-admin.php:861
503
- msgctxt "admin"
504
  msgid ""
505
- "You can create this page by yourself or let Business Directory do this for "
506
- "you automatically."
 
507
  msgstr ""
508
- "يمكنك إنشاء هذه الصفحة بنفسك أو ترك دليل الأعمال القيام بذلك نيابة عنك "
509
- "تلقائياً."
 
510
 
511
- #: includes/admin/class-admin.php:865
512
- msgctxt "admin"
513
- msgid "Create required pages for me"
514
- msgstr "إنشاء الصفحات المطلوب نيابة عني"
515
 
516
- #: includes/admin/class-admin.php:905
517
- msgctxt "admin compat"
518
- msgid "Installed: %s"
519
- msgstr "تم التنصيب: %s"
520
 
521
- #: includes/admin/class-admin.php:905
522
- msgctxt "admin compat"
523
- msgid "N/A"
524
- msgstr "N/A غير قابل للتطبيق"
525
 
526
- #: includes/admin/class-admin.php:908
527
- msgctxt "admin compat"
528
- msgid "Required: %s"
529
- msgstr "مطلوب: %s"
530
 
531
- #: includes/admin/class-admin.php:920
532
- msgctxt "admin compat"
533
- msgid ""
534
- "Business Directory has detected some incompatible premium module versions "
535
- "installed."
536
- msgstr ""
537
- "الإضافة اكتشفت أن هناك إصدارات مثبتة لوحدة ممتازة (premium module) أو أكثر "
538
- "غير متوافقة."
539
 
540
- #: includes/admin/class-admin.php:922
541
- msgctxt "admin compat"
542
- msgid ""
543
- "Please upgrade to the required versions indicated below to make sure "
544
- "everything functions properly."
545
- msgstr ""
546
- "الرجاء الترقية إلى الإصدارات المطلوبة المبينة أسفله للتأكد من أن كل شيء يعمل "
547
- "بشكل صحيح."
548
 
549
- #: includes/admin/class-admin.php:942
550
- msgctxt "admin"
551
- msgid ""
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
- #: includes/admin/class-csv-import.php:636
578
- msgctxt "admin csv-import"
579
- msgid "Missing required field: %s"
580
- msgstr "حقل مطلوب مفقود: %s"
581
 
582
- #: includes/admin/class-csv-import.php:656
583
- msgctxt "admin csv-import"
584
- msgid "Listing category \"%s\" does not exist"
585
- msgstr "تصنيف الإعلان \"%s\" غير موجود"
586
 
587
- #: includes/admin/class-themes-admin.php:47
588
- msgctxt "themes"
589
- msgid "Directory Themes"
590
- msgstr "قوالب الدليل"
591
 
592
- #: includes/admin/class-themes-admin.php:48
593
- msgctxt "themes"
594
- msgid "Directory Themes %s"
595
- msgstr "قوالب الدليل"
596
 
597
- #: includes/admin/class-themes-admin.php:94
598
- msgctxt "admin themes"
599
- msgid ""
600
- "Business Directory Plugin - Your template overrides need to be reviewed!"
601
- msgstr "إضافة دليل الأعمال - تجاوز القالب الخاص بك يحتاج إلى مراجعة!"
602
 
603
- #: includes/admin/class-themes-admin.php:96
604
- msgctxt "admin themes"
605
  msgid ""
606
- "Starting with version 4.0, Business Directory is using a new theming system "
607
- "that is not compatible with the templates used in previous versions."
608
  msgstr ""
609
- "بدءاً من الإصدار 4.0، \"دليل الأعمال\" يستخدام نظام قوالب جديد غير متوافق مع "
610
- "القوالب المستخدمة في الإصدارات السابقة."
611
 
612
- #: includes/admin/class-themes-admin.php:98
613
- msgctxt "admin themes"
614
- msgid ""
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
- #: includes/admin/class-themes-admin.php:127
623
- msgctxt "admin themes"
624
- msgid ""
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
- #: includes/admin/class-themes-admin.php:157
632
- msgctxt "themes"
633
- msgid "Could not change the active theme to \"%s\"."
634
- msgstr "تعذر تغيير القالب النشط إلى \"%s\"."
635
 
636
- #: includes/admin/class-themes-admin.php:204
637
- msgctxt "themes"
638
- msgid "Active theme changed to \"%s\"."
639
- msgstr "القالب النشط تغير إلى \"%s\"."
640
 
641
- #: includes/admin/class-themes-admin.php:207
642
- msgctxt "themes"
 
 
 
 
 
 
 
643
  msgid ""
644
- "%s requires that you tag your existing fields to match some places we want "
645
- "to put your data on the theme. Below are fields we think are missing."
646
  msgstr ""
647
- "%s يتطلب أن تضيف وسوم في الحقول الموجودة الخاصة بك لمطابقة بعض الأماكن لأننا "
648
- "نريد وضع البيانات الخاصة بك في القالب. وفيما يلي الحقول التي نظن أنها مفقودة."
649
-
650
- #: includes/admin/class-themes-admin.php:216
651
- msgctxt "themes"
652
- msgid "Map My Fields"
653
- msgstr "أنشئ خريطة لحقولي"
654
 
655
- #: includes/admin/class-themes-admin.php:223
656
- msgctxt "themes"
657
- msgid "Suggested fields created successfully."
658
- msgstr " تم إنشاء الحقول المقترحة بنجاح."
659
 
660
- #: includes/admin/class-themes-admin.php:226
661
- msgctxt "themes"
662
- msgid "Theme installed successfully."
663
- msgstr "تم تثبيت القالب بنجاح."
664
 
665
- #: includes/admin/class-themes-admin.php:229
666
  #, fuzzy
667
- msgctxt "themes"
668
- msgid "Theme was deleted successfully."
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
- #: includes/admin/class-themes-admin.php:258
677
- msgctxt "themes"
678
- msgid "Please upload a valid theme file."
679
- msgstr "المرجو رفع ملف قالب صالح."
680
 
681
- #: includes/admin/class-themes-admin.php:265
682
- msgctxt "themes"
683
- msgid "Could not move \"%s\" to a temporary directory."
684
- msgstr "لا يمكن نقل \"%s\" إلى مجلد مؤقت."
685
 
686
- #: includes/admin/class-themes-admin.php:366
687
- #: includes/admin/class-themes-admin.php:427 includes/licensing.php:174
688
- #: includes/licensing.php:206
689
- msgctxt "licensing"
690
- msgid "Could not contact licensing server"
691
- msgstr "لا يمكن الاتصال بخادم الترخيص"
692
 
693
- #: includes/admin/class-themes-admin.php:372 includes/licensing.php:179
694
- #: includes/licensing.php:213
695
- msgctxt "licensing"
696
- msgid "License key is invalid"
697
- msgstr "مفتاح الترخيص غير صالح"
698
 
699
- #: includes/admin/class-themes-admin.php:377 includes/licensing.php:368
700
- msgctxt "licensing"
701
- msgid "Could not activate license: %s."
702
- msgstr "لا يمكن تفعيل الترخيص: %s."
703
 
704
- #: includes/admin/class-themes-admin.php:390 includes/licensing.php:370
705
- msgctxt "licensing"
706
- msgid "License activated"
707
- msgstr "تم تفعيل ترخيص"
708
 
709
- #: includes/admin/class-themes-admin.php:433
710
- msgctxt "licensing"
711
- msgid "Invalid response from server"
712
- msgstr "جواب غير صالح من الخادم"
713
 
714
- #: includes/admin/class-themes-admin.php:450 includes/licensing.php:388
715
- msgctxt "licensing"
716
- msgid "License deactivated"
717
- msgstr "تم إلغاء تفعيل الترخيص"
718
 
719
- #: includes/admin/class-themes-admin.php:466
720
- msgctxt "themes"
721
- msgid "Activate your <a>license key</a> to use this theme."
722
- msgstr "فعِّل <a>مفتاح الترخيص</a> الخاص بك لاستخدام هذا القالب."
723
 
724
- #: includes/admin/csv-export.php:145
725
- msgctxt "admin csv-export"
726
- msgid "Could not create a temporary directory for handling this CSV export."
727
- msgstr "لا يمكن إنشاء مجلد مؤقت للتعامل مع تصدير CSV."
728
 
729
- #: includes/admin/csv-export.php:147
730
- msgctxt "admin csv-export"
731
- msgid "Could not create wpbdp-csv-exports directory."
732
- msgstr "تعذر إنشاء مجلد wpbdp-csv-exports."
 
 
 
 
 
 
733
 
734
- #: includes/admin/csv-export.php:152
735
- msgctxt "admin csv-export"
736
- msgid "Error while creating a temporary directory for CSV export: %s"
737
- msgstr "حدث خطأ أثناء إنشاء مجلد مؤقت لتصدير CSV: %s"
738
 
739
- #: includes/admin/csv-import.php:109
740
- msgctxt "admin csv-import"
741
- msgid "Business %s"
742
- msgstr "الأعمال %s"
743
 
744
- #: includes/admin/csv-import.php:147
745
- msgctxt "admin csv-import"
746
- msgid "Whatever"
747
- msgstr "أيا كان"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
748
 
749
- #: includes/admin/csv-import.php:151
750
- msgctxt "admin csv-import"
751
- msgid "Example CSV Import File"
752
- msgstr "مثال لملف الاستيراد CSV"
 
753
 
754
- #: includes/admin/csv-import.php:152
755
- msgctxt "admin csv-import"
756
- msgid "← Return to \"CSV Import\""
757
- msgstr " العودة إلى \"استيراد CSV\""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
758
 
759
- #: includes/admin/csv-import.php:256
 
760
  msgid ""
761
- "A valid temporary directory with write permissions is required for CSV "
762
- "imports to function properly. Your server is using \"%s\" but this path does "
763
- "not seem to be writable. Please consult with your host."
764
  msgstr ""
765
- "مطلوب مجلد مؤقت صالح مع صلاحية الكتابة لاستيراد CSV لكي يعمل بشكل صحيح. "
766
- "الخادم الخاص بك يستخدام \"%s\" ولكن هذا المسار لا يبدو أنه قابل للكتابة. "
767
- "يرجى استشارة الاستضافة الخاص بك."
768
 
769
- #: includes/admin/csv-import.php:290
770
- msgctxt "admin csv-import"
771
- msgid "There was an error uploading the CSV file."
772
- msgstr "حدث خطأ أثناء رفع ملف CSV."
773
 
774
- #: includes/admin/csv-import.php:296
775
- msgctxt "admin csv-import"
776
- msgid "Please upload or select a CSV file."
777
- msgstr "المرجو رفع أو حدد ملف CSV."
778
 
779
- #: includes/admin/csv-import.php:309
780
- msgctxt "admin csv-import"
781
- msgid "There was an error uploading the images ZIP file."
782
- msgstr "حدث خطأ أثناء رفع ملف الصور المضغوط ."
783
 
784
- #: includes/admin/csv-import.php:330
785
- msgctxt "admin csv-import"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
786
  msgid ""
787
- "An error was detected while validating the CSV file for import. Please fix "
788
- "this before proceeding."
789
  msgstr ""
790
- "تم اكتشاف خطأ أثناء التحقق من صحة ملف CSV للاستيراد. المرجو إصلاح هذا قبل "
791
- "المتابعة."
792
 
793
- #: includes/admin/csv-import.php:339
794
- msgctxt "admin csv-import"
795
- msgid "Import is in \"test mode\". Nothing will be inserted into the database."
796
- msgstr "الاستيراد في \"وضع الاختبار\". لن يتم إدراج أي شيء في قاعدة البيانات."
 
 
 
 
797
 
798
- #: includes/admin/fees.php:22
799
- msgctxt "fees admin"
800
- msgid "Fee enabled."
801
- msgstr "رسوم ممكنة."
802
 
803
- #: includes/admin/fees.php:30
804
- msgctxt "fees admin"
805
- msgid "Fee disabled."
806
- msgstr "رسوم معطلة."
807
 
808
- #: includes/admin/fees.php:57
809
- msgctxt "fees order"
810
- msgid "Label"
811
- msgstr "التسمية"
812
 
813
- #: includes/admin/fees.php:58
814
- msgctxt "fees order"
815
- msgid "Amount"
816
- msgstr "القدر"
 
 
 
 
 
 
817
 
818
- #: includes/admin/fees.php:59
819
- msgctxt "fees order"
820
- msgid "Duration"
821
- msgstr "المدة"
 
 
 
 
 
 
 
822
 
823
- #: includes/admin/fees.php:60
824
- msgctxt "fees order"
825
- msgid "Images"
826
- msgstr "الصور"
827
 
828
- #: includes/admin/fees.php:61
829
- msgctxt "fees order"
830
- msgid "Custom Order"
831
- msgstr "ترتيب مخصص"
832
 
833
- #: includes/admin/fees.php:81
834
- msgctxt "fees admin"
835
- msgid "Fee updated."
836
- msgstr "الرسوم حدثت."
837
 
838
- #: includes/admin/fees.php:106
839
- msgctxt "fees admin"
840
- msgid "Fee deleted."
841
- msgstr "الرسوم حذفت."
842
 
843
- #: includes/admin/form-fields.php:9
844
- msgctxt "form-fields admin"
845
- msgid "form field"
846
- msgstr "حقل الاستمارة"
847
 
848
- #: includes/admin/form-fields.php:10
849
- msgctxt "form-fields admin"
850
- msgid "form fields"
851
- msgstr "حقول الاستمارة"
 
 
 
 
 
 
 
 
 
 
852
 
853
- #: includes/admin/form-fields.php:17
854
- msgctxt "form-fields admin"
855
- msgid "Order"
856
- msgstr "ترتيب"
 
 
 
 
857
 
858
- #: includes/admin/form-fields.php:18
859
- msgctxt "form-fields admin"
860
- msgid "Label / Association"
861
- msgstr "تسمية/رابطة"
862
 
863
- #: includes/admin/form-fields.php:19
864
- msgctxt "form-fields admin"
865
- msgid "Type"
866
- msgstr "نوع"
867
 
868
- #: includes/admin/form-fields.php:20
869
- msgctxt "form-fields admin"
870
- msgid "Validator"
871
- msgstr "مدقق"
 
 
 
 
872
 
873
- #: includes/admin/form-fields.php:21
874
- msgctxt "form-fields admin"
875
- msgid "Field Attributes"
876
- msgstr "سمات الحقل"
877
 
878
- #: includes/admin/form-fields.php:45
879
- msgctxt "form-fields admin"
880
- msgid "Edit"
881
- msgstr "تحرير"
882
 
883
- #: includes/admin/form-fields.php:50
884
- msgctxt "form-fields admin"
885
- msgid "Delete"
886
- msgstr "حذف"
887
 
888
- #: includes/admin/form-fields.php:76
889
- msgctxt "form-fields admin"
890
- msgid "Required"
891
- msgstr "مطلوب"
892
 
893
- #: includes/admin/form-fields.php:76
894
- msgctxt "form-fields admin"
895
- msgid "Optional"
896
- msgstr "إختياري"
897
 
898
- #: includes/admin/form-fields.php:80
899
- msgctxt "form-fields admin"
900
- msgid "This field value is shown in the excerpt view of a listing."
901
- msgstr "قيمة هذا الحقل ظاهرة في عرض المقتطفات للإعلان."
902
 
903
- #: includes/admin/form-fields.php:81
904
- msgctxt "form-fields admin"
905
- msgid "In Excerpt"
906
- msgstr "في مقتطف"
907
 
908
- #: includes/admin/form-fields.php:86
909
- msgctxt "form-fields admin"
910
- msgid "This field value is shown in the single view of a listing."
911
- msgstr "قيمة هذا الحقل ظاهرة في العرض المفرد للإعلان."
 
 
 
 
912
 
913
- #: includes/admin/form-fields.php:87
914
- msgctxt "form-fields admin"
915
- msgid "In Listing"
916
- msgstr "في الإعلان"
917
 
918
- #: includes/admin/form-fields.php:175
919
- msgctxt "form-fields admin"
920
- msgid "Form Preview"
921
- msgstr "معاينة الاستمارة"
922
 
923
- #: includes/admin/form-fields.php:176
924
- msgctxt "form-fields admin"
925
- msgid " Return to \"Manage Form Fields\""
926
- msgstr " العودة إلى \"إدارة حقول الاستمارة\""
927
 
928
- #: includes/admin/form-fields.php:206
929
- msgctxt "form-fields admin"
930
- msgid "Form fields updated."
931
- msgstr "تم تحديث الاستمارة."
932
 
933
- #: includes/admin/form-fields.php:222
934
- msgctxt "form-fields admin"
935
  msgid ""
936
- "<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
937
- "\" setting is disabled, display settings below will not be honored and this "
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
- "<b>هام</b>: نظرا لأن إعدادات \"<a>عرض حقول عنوان البريد الإلكتروني للعموم؟</"
942
- "a>\" معطلة، عرض الإعدادات أدناه لن يتم إظهاره ولن يتم عرض هذا الحقل على "
943
- "الواجهة. إذا كنت تريد إظهار عناوين البريد الإلكتروني في الواجهة، يمكنك "
944
- "<a>تمكين عرض البريد الإلكتروني للعموم</a>."
945
 
946
- #: includes/admin/form-fields.php:256
947
- msgctxt "form-fields admin"
948
- msgid "Field deleted."
949
- msgstr "تم حذف الحقل."
950
 
951
- #: includes/admin/form-fields.php:277
952
- msgctxt "form-fields admin"
953
- msgid "Required fields created successfully."
954
- msgstr "الحقول المطلوبة أنشئت بنجاح."
955
 
956
- #: includes/admin/form-fields.php:290
957
- msgctxt "form-fields admin"
958
- msgid "Title"
959
- msgstr "العنوان"
960
 
961
- #: includes/admin/form-fields.php:291
962
- msgctxt "form-fields admin"
963
- msgid "Category"
964
- msgstr "التصنيف"
965
 
966
- #: includes/admin/form-fields.php:292
967
- msgctxt "form-fields admin"
968
- msgid "Excerpt"
969
- msgstr "مقتطف"
 
 
970
 
971
- #: includes/admin/form-fields.php:293
972
- msgctxt "form-fields admin"
973
- msgid "Content"
974
- msgstr "المحتوى"
975
 
976
- #: includes/admin/form-fields.php:294
977
- msgctxt "form-fields admin"
978
- msgid "Tags"
979
- msgstr "الوسوم"
 
 
 
 
980
 
981
- #: includes/admin/form-fields.php:295
982
- msgctxt "form-fields admin"
983
- msgid "Address"
984
- msgstr "العنوان"
985
 
986
- #: includes/admin/form-fields.php:296
987
- msgctxt "form-fields admin"
988
- msgid "City"
989
- msgstr "المدينة"
990
 
991
- #: includes/admin/form-fields.php:297
992
- msgctxt "form-fields admin"
993
- msgid "State"
994
- msgstr "الولاية"
995
 
996
- #: includes/admin/form-fields.php:298
997
- #, fuzzy
998
- msgctxt "form-fields admin"
999
- msgid "Country"
1000
- msgstr "الدولة:"
 
 
 
 
 
 
1001
 
1002
- #: includes/admin/form-fields.php:299
1003
- msgctxt "form-fields admin"
1004
- msgid "ZIP Code"
1005
- msgstr "الرمز البريدي"
1006
 
1007
- #: includes/admin/form-fields.php:300
1008
- msgctxt "form-fields admin"
1009
- msgid "FAX Number"
1010
- msgstr "رقم الفاكس"
1011
 
1012
- #: includes/admin/form-fields.php:301
1013
- msgctxt "form-fields admin"
1014
- msgid "Phone Number"
1015
- msgstr "رقم الهاتف"
1016
 
1017
- #: includes/admin/form-fields.php:302
1018
- msgctxt "form-fields admin"
1019
- msgid "Ratings Field"
1020
- msgstr "حقول التقييم"
1021
 
1022
- #: includes/admin/form-fields.php:303
1023
- msgctxt "form-fields admin"
1024
- msgid "Twitter"
1025
- msgstr "تويتر"
1026
 
1027
- #: includes/admin/form-fields.php:304
1028
- msgctxt "form-fields admin"
1029
- msgid "Website"
1030
- msgstr "موقع الأنترنيت"
1031
 
1032
- #: includes/admin/form-fields.php:325
1033
- msgctxt "form-fields admin"
1034
- msgid "Tags updated."
1035
- msgstr "تم تحديث الوسوم"
1036
 
1037
- #: includes/admin/helpers/class-fees-table.php:9
1038
- msgctxt "fees admin"
1039
- msgid "fee"
1040
- msgstr "الرسم"
1041
 
1042
- #: includes/admin/helpers/class-fees-table.php:10
1043
- msgctxt "fees admin"
1044
- msgid "fees"
1045
- msgstr "الرسوم"
1046
 
1047
- #: includes/admin/helpers/class-fees-table.php:19
1048
- msgctxt "fees admin"
1049
- msgid "There are no fees right now. You can <a>create one</a>, if you want."
1050
- msgstr "لا توجد أي رسوم الآن. يمكنك <a>إنشاء واحد</a>، إذا كنت تريد."
1051
 
1052
- #: includes/admin/helpers/class-fees-table.php:25
1053
- #: includes/admin/helpers/class-fees-table.php:260
1054
- msgctxt "fees admin"
1055
- msgid "Active"
1056
- msgstr "مفعل"
1057
 
1058
- #: includes/admin/helpers/class-fees-table.php:28
1059
- #: includes/admin/helpers/class-fees-table.php:258
1060
- msgctxt "fees admin"
1061
- msgid "Not Available"
1062
- msgstr "غير متاح"
 
 
 
1063
 
1064
- #: includes/admin/helpers/class-fees-table.php:31
1065
- #: includes/admin/helpers/class-fees-table.php:255
1066
- msgctxt "fees admin"
1067
- msgid "Disabled"
1068
- msgstr "معطل"
1069
 
1070
- #: includes/admin/helpers/class-fees-table.php:39
1071
- msgctxt "fees admin"
 
 
 
 
 
1072
  msgid ""
1073
- "There are no \"%s\" fees right now. You can <a>create one</a>, if you want."
1074
- msgstr "لا توجد أي \"%s\" رسوم الآن. يمكنك <a>إنشاء واحد</a>، إذا كنت تريد."
 
 
 
 
 
 
1075
 
1076
- #: includes/admin/helpers/class-fees-table.php:56
1077
- msgctxt "admin fees table"
1078
- msgid "All"
1079
- msgstr "الكل"
 
1080
 
1081
- #: includes/admin/helpers/class-fees-table.php:68
1082
- msgctxt "admin fees table"
1083
- msgid "Active"
1084
- msgstr "مفعل"
1085
 
1086
- #: includes/admin/helpers/class-fees-table.php:78
1087
- msgctxt "admin fees table"
1088
- msgid "Not Available"
1089
- msgstr "غير متاح"
1090
 
1091
- #: includes/admin/helpers/class-fees-table.php:85
1092
- msgctxt "admin fees table"
1093
- msgid "Disabled"
1094
- msgstr "معطل"
1095
 
1096
- #: includes/admin/helpers/class-fees-table.php:94
1097
- msgctxt "fees admin"
1098
- msgid "Label"
1099
- msgstr "التسمية"
1100
 
1101
- #: includes/admin/helpers/class-fees-table.php:95
1102
- msgctxt "fees admin"
1103
- msgid "Amount"
1104
- msgstr "القدر"
1105
 
1106
- #: includes/admin/helpers/class-fees-table.php:96
1107
- msgctxt "fees admin"
1108
- msgid "Duration"
1109
- msgstr "المدة"
1110
 
1111
- #: includes/admin/helpers/class-fees-table.php:97
1112
- msgctxt "fees admin"
1113
- msgid "Images"
1114
- msgstr "الصور"
1115
 
1116
- #: includes/admin/helpers/class-fees-table.php:98
1117
- msgctxt "fees admin"
1118
- msgid "Featured/Sticky"
1119
- msgstr "حالة مميزة (مثبت)"
1120
 
1121
- #: includes/admin/helpers/class-fees-table.php:102
1122
- msgctxt "fees admin"
1123
- msgid "Status"
1124
- msgstr "الحالة"
1125
 
1126
- #: includes/admin/helpers/class-fees-table.php:155
1127
- msgctxt "fees admin"
1128
- msgid ""
1129
- "This is the default free plan for your directory. You can't delete it and "
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
- #: includes/admin/helpers/class-fees-table.php:187
1140
- msgctxt "fees admin"
1141
- msgid "Edit"
1142
- msgstr "تحرير"
1143
 
1144
- #: includes/admin/helpers/class-fees-table.php:197
1145
- msgctxt "fees admin"
1146
- msgid "Disable"
1147
- msgstr "تعطيل"
1148
 
1149
- #: includes/admin/helpers/class-fees-table.php:201
1150
- msgctxt "fees admin"
1151
- msgid "Enable"
1152
- msgstr "تفعيل"
1153
 
1154
- #: includes/admin/helpers/class-fees-table.php:205
1155
- msgctxt "fees admin"
1156
- msgid "Delete"
1157
- msgstr "حذف"
1158
 
1159
- #: includes/admin/helpers/class-fees-table.php:226
1160
- msgctxt "fees admin"
1161
- msgid "Forever"
1162
- msgstr "دائما"
1163
 
1164
- #: includes/admin/helpers/class-fees-table.php:227
1165
- msgctxt "fees admin"
1166
- msgid "%d day"
1167
- msgid_plural "%d days"
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
- #: includes/admin/helpers/class-fees-table.php:231
1176
- msgctxt "fees admin"
1177
- msgid "%d image"
1178
- msgid_plural "%d images"
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
- #: includes/admin/helpers/class-fees-table.php:236
1187
- msgctxt "fees admin"
1188
- msgid "All categories"
1189
- msgstr "جميع التصنيفات"
1190
 
1191
- #: includes/admin/helpers/class-fees-table.php:250
1192
- msgctxt "fees admin"
1193
- msgid "Yes"
1194
- msgstr "نعم"
1195
 
1196
- #: includes/admin/helpers/class-fees-table.php:250
1197
- msgctxt "fees admin"
1198
- msgid "No"
1199
- msgstr "لا"
1200
 
1201
- #: includes/admin/helpers/listing-metabox.php:11
1202
- msgctxt "admin"
1203
- msgid "General"
1204
- msgstr "عام"
1205
 
1206
- #: includes/admin/helpers/listing-metabox.php:12
1207
- msgctxt "admin"
1208
- msgid "Fee Details"
1209
- msgstr "تفاصيل الرسوم"
1210
 
1211
- #: includes/admin/helpers/listing-metabox.php:13
1212
- msgctxt "admin"
1213
- msgid "Transactions"
1214
- msgstr "المعاملات المالية"
1215
 
1216
- #: includes/admin/helpers/listing-metabox.php:42
1217
- msgctxt "admin infometabox"
1218
- msgid "General Info"
1219
- msgstr "معلومات عامة"
 
 
 
 
1220
 
1221
- #: includes/admin/helpers/listing-metabox.php:44
1222
- msgctxt "admin infometabox"
1223
- msgid "Access Key"
1224
- msgstr "مفتاح الوصول"
1225
 
1226
- #: includes/admin/helpers/listing-metabox.php:46
1227
- msgctxt "admin infometabox"
1228
- msgid "Total Listing Cost"
1229
- msgstr "القيمة الإجمالية للإعلان"
1230
 
1231
- #: includes/admin/helpers/listing-metabox.php:48
1232
- msgctxt "admin infometabox"
1233
- msgid "Payment Status"
1234
- msgstr "حالة الدفع"
1235
 
1236
- #: includes/admin/helpers/listing-metabox.php:52
1237
- msgctxt "admin infometabox"
1238
- msgid "Featured (Sticky) Status"
1239
- msgstr "حالة مميزة (مثبت)"
1240
 
1241
- #: includes/admin/helpers/listing-metabox.php:60
1242
- msgctxt "admin metabox"
1243
- msgid "Pending Upgrade"
1244
- msgstr " الترقية في الانتظار"
1245
 
1246
- #: includes/admin/helpers/listing-metabox.php:83
1247
- msgctxt "admin infometabox"
1248
- msgid "CSV Import Sequence ID"
1249
- msgstr "معرف تسلسل استيراد CSV"
1250
 
1251
- #: includes/admin/helpers/listing-metabox.php:94
1252
- msgctxt "admin infometabox"
1253
- msgid "Mark listing as Paid"
1254
- msgstr "جعل الإعلان مدفوع"
1255
 
1256
- #: includes/admin/page-debug.php:16
1257
- msgctxt "debug-info"
1258
- msgid "BD Info"
1259
- msgstr "معلومات دليل الأعمال"
1260
 
1261
- #: includes/admin/page-debug.php:43
1262
- msgid "Missing tables: %s"
1263
- msgstr "الجداول المفقودة: %s"
 
1264
 
1265
- #: includes/admin/page-debug.php:44
1266
- msgctxt "debug-info"
1267
- msgid "OK"
1268
- msgstr "حسناً"
1269
 
1270
- #: includes/admin/page-debug.php:52
1271
- msgctxt "debug-info"
1272
- msgid "BD Options"
1273
- msgstr "خيارات دليل الأعمال"
1274
 
1275
- #: includes/admin/page-debug.php:65
1276
- msgctxt "debug-info"
1277
- msgid "Environment"
1278
- msgstr "البيئة"
1279
 
1280
- #: includes/admin/page-debug.php:87
1281
- msgctxt "debug info"
1282
- msgid "Test SSL setup..."
1283
- msgstr "اختبار إعداد SSL..."
1284
 
1285
- #: includes/admin/settings/class-settings.php:24
1286
- msgctxt "admin settings"
1287
- msgid "General"
1288
- msgstr "عام"
1289
 
1290
- #: includes/admin/settings/class-settings.php:26
1291
- msgctxt "admin settings"
1292
- msgid "Data Collection"
1293
- msgstr "تجميع البيانات"
1294
 
1295
- #: includes/admin/settings/class-settings.php:29
1296
- msgctxt "admin settings"
1297
- msgid ""
1298
- "Allow BD to anonymously collect information about your installed plugins, "
1299
- "themes and WP version?"
1300
- msgstr ""
1301
- "تسمح لدليل الأعمال بجمع معلومات مجهولة حول الإضافات المثبتة، والقوالب وإصدار "
1302
- "ووردبريس الخاص بك؟"
1303
 
1304
- #: includes/admin/settings/class-settings.php:34
1305
- msgctxt "admin settings"
1306
- msgid "<a>Learn more</a> about what BD does and does NOT track."
1307
- msgstr "<a>معرفة المزيد</a> حول ما يتتبع دليل الأعمال وما لا يتتبع."
1308
 
1309
- #: includes/admin/settings/class-settings.php:37
1310
- msgctxt "admin settings"
1311
- msgid "Permalink Settings"
1312
- msgstr "إعدادات الرابط الثابت"
1313
 
1314
- #: includes/admin/settings/class-settings.php:38
1315
- msgctxt "admin settings"
1316
- msgid "Directory Listings Slug"
1317
- msgstr "رابط لطيف لإعلانات الدليل"
1318
 
1319
- #: includes/admin/settings/class-settings.php:39
1320
- msgctxt "admin settings"
1321
- msgid "Categories Slug"
1322
- msgstr "رابط لطيف للتصنيفات"
 
 
 
 
 
1323
 
1324
- #: includes/admin/settings/class-settings.php:39
1325
- msgctxt "admin settings"
1326
- msgid ""
1327
- "The slug can't be in use by another term. Avoid \"category\", for instance."
1328
- msgstr ""
1329
- "لا يمكن أن يكون الرابط اللطيف مستخدم من طرف مصطلح آخر. تجنب \"category\"، "
1330
- "على سبيل المثال."
1331
 
1332
- #: includes/admin/settings/class-settings.php:40
1333
- msgctxt "admin settings"
1334
- msgid "Tags Slug"
1335
- msgstr "رابط لطيف للوسوم"
1336
 
1337
- #: includes/admin/settings/class-settings.php:40
1338
- msgctxt "admin settings"
1339
- msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
 
 
1340
  msgstr ""
1341
- "لا يمكن أن يكون الرابط اللطيف مستخدم من طرف مصطلح آخر. تجنب \"tag\"، على "
1342
- "سبيل المثال."
1343
 
1344
- #: includes/admin/settings/class-settings.php:43
1345
- msgctxt "admin settings"
1346
- msgid "Remove listing ID from directory URLs?"
1347
- msgstr "إزالة معرف الإعلان من روابط URLs الدليل؟"
1348
 
1349
- #: includes/admin/settings/class-settings.php:46
1350
- msgctxt "admin settings"
1351
  msgid ""
1352
- "Prior to 3.5.1, we included the ID in the listing URL, like \"/business-"
1353
- "directory/1809/listing-title\". Check this setting to remove the ID for "
1354
- "better SEO."
1355
- msgstr ""
1356
- "قبل الإصدار 3.5.1، كنا ندرج المعرف في الرابط url الخاص بالإعلان، مثل \"/دليل-"
1357
- "الأعمال/1809/عنوان-الإعلان\". تحقق من هذا الإعداد لإزالة المعرف لأفضل أرشفة "
1358
- "SEO."
1359
 
1360
- #: includes/admin/settings/class-settings.php:50
1361
- msgctxt "admin settings"
1362
- msgid "reCAPTCHA Settings"
1363
- msgstr "إعدادات reCaptcha"
1364
 
1365
- #: includes/admin/settings/class-settings.php:53
1366
- msgctxt "admin settings"
1367
- msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
1368
- msgstr "بحاجة إلى مفاتيح API ل reCAPTCHA؟ أحصل عليها <a>هنا</a>."
1369
 
1370
- #: includes/admin/settings/class-settings.php:55
1371
- msgctxt "admin settings"
1372
- msgid "Use reCAPTCHA for contact forms"
1373
- msgstr "إستخدم reCAPTCHA لاستمارة الاتصال"
1374
 
1375
- #: includes/admin/settings/class-settings.php:56
1376
- msgctxt "admin settings"
1377
- msgid "Turn off reCAPTCHA for logged in users?"
1378
- msgstr "إيقاف reCAPTCHA للأعضاء الذين سجلوا الدخول؟"
1379
 
1380
- #: includes/admin/settings/class-settings.php:57
1381
- msgctxt "admin settings"
1382
- msgid "Use reCAPTCHA for listing submits"
1383
- msgstr "إستخدم reCAPTCHA أثناء إضافة إعلان"
 
 
 
 
 
 
 
1384
 
1385
- #: includes/admin/settings/class-settings.php:60
1386
- msgctxt "admin settings"
1387
- msgid "Use reCAPTCHA for listing comments?"
1388
- msgstr "إستخدم reCAPTCHA في تعليقات الإعلان؟"
1389
 
1390
- #: includes/admin/settings/class-settings.php:63
1391
- msgctxt "admin settings"
1392
- msgid "reCAPTCHA Public Key"
1393
- msgstr "مفتاح عام reCAPTCHA"
1394
 
1395
- #: includes/admin/settings/class-settings.php:64
1396
- msgctxt "admin settings"
1397
- msgid "reCAPTCHA Private Key"
1398
- msgstr "مفتاح خاص reCAPTCHA"
1399
 
1400
- #: includes/admin/settings/class-settings.php:70
1401
- msgctxt "admin settings"
1402
- msgid ""
1403
- "We expect that a membership plugin supports the 'redirect_to' parameter for "
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
- #: includes/admin/settings/class-settings.php:73
1414
- msgctxt "admin settings"
1415
- msgid "Registration Settings"
1416
- msgstr "إعدادات التسجيل"
1417
 
1418
- #: includes/admin/settings/class-settings.php:74
1419
- msgctxt "admin settings"
1420
- msgid "Require login to post listings?"
1421
- msgstr "يتطلب تسجيل الدخول لنشر الإعلانات؟"
1422
 
1423
- #: includes/admin/settings/class-settings.php:79
1424
- msgctxt "admin settings"
1425
- msgid "Login URL"
1426
- msgstr "رابط تسجيل الدخول"
1427
 
1428
- #: includes/admin/settings/class-settings.php:82
1429
- msgctxt "admin settings"
1430
  msgid ""
1431
- "URL of your membership plugin's login page. Only enter this if using a "
1432
- "membership plugin or custom login page."
1433
  msgstr ""
1434
- "رابط URL لصفحة تسجيل الدخول لعضوية الإضافة الخاصة بك. فقط أدخل هذا إذا كان "
1435
- "هناك استخدام لعضوية الإضافة أو صفحة تسجيل دخول مخصصة."
1436
-
1437
- #: includes/admin/settings/class-settings.php:87
1438
- msgctxt "admin settings"
1439
- msgid "Registration URL"
1440
- msgstr "رابط التسجيل"
1441
 
1442
- #: includes/admin/settings/class-settings.php:90
1443
- msgctxt "admin settings"
1444
  msgid ""
1445
- "URL of your membership plugin's registration page. Only enter this if using "
1446
- "a membership plugin or custom registration page."
1447
  msgstr ""
1448
- "رابط URL لصفحة التسجيل في عضوية الإضافة الخاصة بك. فقط أدخل هذا إذا كان "
1449
- "هناك استخدام لعضوية الإضافة أو صفحة تسجيل مخصصة."
1450
 
1451
- #: includes/admin/settings/class-settings.php:95
1452
- #: includes/admin/settings/class-settings.php:104
1453
- msgctxt "admin settings"
1454
- msgid "Terms and Conditions"
1455
- msgstr "شروط وأحكام"
1456
 
1457
- #: includes/admin/settings/class-settings.php:98
1458
- msgctxt "admin settings"
1459
- msgid "Display and require user agreement to Terms and Conditions"
1460
- msgstr "عرض وطلب موافقة العضو على الشروط والأحكام"
1461
 
1462
- #: includes/admin/settings/class-settings.php:106
1463
- msgctxt "admin settings"
1464
- msgid "Terms and Conditions text goes here..."
1465
- msgstr "نص الأحكام والشروط هنا..."
1466
 
1467
- #: includes/admin/settings/class-settings.php:107
1468
- msgctxt "admin settings"
 
 
 
 
 
1469
  msgid ""
1470
- "Enter text or a URL starting with http. If you use a URL, the Terms and "
1471
- "Conditions text will be replaced by a link to the appropiate page."
1472
  msgstr ""
1473
- "أدخل النص أو عنوان URL يبدأ ب http. إذا كنت تستخدم عنوان URL، سيتم استبدال "
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/settings/class-settings.php:115
1492
- msgctxt "admin settings"
1493
- msgid "Show \"Search listings\"."
1494
- msgstr "إظهار \"البحث في الإعلانات\"."
1495
 
1496
- #: includes/admin/settings/class-settings.php:116
1497
- msgctxt "admin settings"
1498
- msgid "Show the \"View Listings\" button."
1499
- msgstr "إظهار زر \"مشاهدة الإعلانات\"."
1500
 
1501
- #: includes/admin/settings/class-settings.php:117
1502
- msgctxt "admin settings"
1503
- msgid "Show the \"Directory\" button."
1504
- msgstr "إظهار زر \"الدليل\"."
1505
 
1506
- #: includes/admin/settings/class-settings.php:118
1507
- msgctxt "admin settings"
1508
- msgid "Disable advanced CPT integration?"
1509
- msgstr "تعطيل التكامل CPT المتقدم؟"
 
1510
 
1511
- #: includes/admin/settings/class-settings.php:123
1512
- msgctxt "admin settings"
1513
- msgid "Directory Search"
1514
- msgstr "البحث في الدليل"
1515
 
1516
- #: includes/admin/settings/class-settings.php:131
1517
- msgctxt "admin settings"
1518
- msgid "Search form display"
1519
- msgstr "عرض نموذج البحث"
1520
 
1521
- #: includes/admin/settings/class-settings.php:135
1522
- msgctxt "admin settings"
1523
- msgid "Above results"
1524
- msgstr "أعلى النتائج"
1525
 
1526
- #: includes/admin/settings/class-settings.php:136
1527
- msgctxt "admin settings"
1528
- msgid "Below results"
1529
- msgstr "أسفل النتائج"
1530
 
1531
- #: includes/admin/settings/class-settings.php:137
1532
- msgctxt "admin settings"
1533
- msgid "Don't show with results"
1534
- msgstr "لا تظهر مع النتائج"
1535
 
1536
- #: includes/admin/settings/class-settings.php:142
1537
- msgctxt "admin settings"
1538
- msgid ""
1539
- "You have selected a textarea field to be included in quick searches. "
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/settings/class-settings.php:144
1548
- msgctxt "admin settings"
1549
- msgid ""
1550
- "Use Ctrl-Click to include multiple fields in the search. Choosing too many "
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/settings/class-settings.php:147
1558
- msgctxt "admin settings"
1559
- msgid "Quick search fields"
1560
- msgstr "حقول البحث السريع"
1561
 
1562
- #: includes/admin/settings/class-settings.php:155
1563
- msgctxt "admin settings"
1564
- msgid "Enable high performance searches?"
1565
- msgstr "تمكين عمليات البحث عالية الأداء؟"
 
1566
 
1567
- #: includes/admin/settings/class-settings.php:158
1568
- msgctxt "admin settings"
1569
- msgid ""
1570
- "Enabling this makes BD sacrifice result quality to improve speed. This is "
1571
- "helpful if you're on shared hosting plans, where database performance is an "
1572
- "issue."
1573
- msgstr ""
1574
- "تمكين هذا يجعل \"دليل الأعمال\" يضحي بجودة النتيجة لتحسين السرعة. وهذا مفيد "
1575
- "إذا كنت على خطط استضافة مشتركة، حيث أداء قاعدة البيانات يعد مشكلة."
1576
 
1577
- #: includes/admin/settings/class-settings.php:163
1578
- msgctxt "admin settings"
1579
- msgid "Miscellaneous Settings"
1580
- msgstr "إعدادات متنوعة"
1581
 
1582
- #: includes/admin/settings/class-settings.php:167
1583
- msgctxt "admin settings"
1584
- msgid ""
1585
- "Check this if you are having trouble with BD, particularly when importing or "
1586
- "exporting CSV files."
1587
- msgstr ""
1588
- "حدد هذا الخيار إذا كنت تواجه مشكلة مع دليل الأعمال، ولا سيما عند استيراد أو "
1589
- "تصدير ملفات CSV."
1590
 
1591
- #: includes/admin/settings/class-settings.php:170
1592
- msgctxt "admin settings"
1593
- msgid ""
1594
- "If this compatibility mode doesn't solve your issue, you may be experiencing "
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
- #: includes/admin/settings/class-settings.php:173
1602
- msgctxt "admin settings"
1603
- msgid "Enable AJAX compatibility mode?"
1604
- msgstr "تمكين وضع التوافق أجاكس؟"
 
1605
 
1606
- #: includes/admin/settings/class-settings.php:183
1607
- msgctxt "admin settings"
1608
- msgid ""
1609
- "Include CSS rules to give their own style to View, Edit and Delete buttons?"
1610
- msgstr ""
1611
 
1612
- #: includes/admin/settings/class-settings.php:189
1613
- #: includes/admin/settings/class-settings.php:688
1614
- msgctxt "admin settings"
1615
- msgid "Listings"
1616
- msgstr "الإعلانات"
1617
 
1618
- #: includes/admin/settings/class-settings.php:190
1619
- #: includes/admin/settings/class-settings.php:357
1620
- #: includes/admin/settings/class-settings.php:645
1621
- msgctxt "admin settings"
1622
- msgid "General Settings"
1623
- msgstr "الإعدادات العامة"
1624
 
1625
- #: includes/admin/settings/class-settings.php:192
1626
- msgctxt "admin settings"
1627
- msgid "Listings per page"
1628
- msgstr "الإعلانات حسب الصفحة"
1629
 
1630
- #: includes/admin/settings/class-settings.php:193
1631
- msgctxt "admin settings"
1632
- msgid ""
1633
- "Number of listings to show per page. Use a value of \"0\" to show all "
1634
- "listings."
1635
- msgstr ""
1636
- "عدد الإعلانات التي تظهر في كل صفحة. استخدام قيمة \"0\" لإظهار كل الإعلانات."
1637
 
1638
- #: includes/admin/settings/class-settings.php:195
1639
- msgctxt "admin settings"
1640
- msgid "Listing duration for no-fee sites (in days)"
1641
- msgstr "مدة الإعلان للمواقع بلا رسوم (بالأيام)"
1642
 
1643
- #: includes/admin/settings/class-settings.php:196
1644
- msgctxt "admin settings"
1645
- msgid ""
1646
- "Use a value of \"0\" to keep a listing alive indefinitely or enter a number "
1647
- "less than 10 years (3650 days)."
1648
- msgstr ""
1649
- "استخدام قيمة \"0\" للإبقاء على الإعلان إلى أجل غير مسمى، أو قم بإدخال عدد "
1650
- "أقل من 10 سنوات (3650 يوما)."
1651
 
1652
- #: includes/admin/settings/class-settings.php:202
1653
- msgctxt "admin settings"
1654
- msgid "Include listing contact form on listing pages?"
1655
- msgstr "إدراج الإعلان مع نموذج الاتصال في صفحات الإعلان؟"
1656
 
1657
- #: includes/admin/settings/class-settings.php:205
1658
- msgctxt "admin settings"
1659
- msgid ""
1660
- "Allows visitors to contact listing authors privately. Authors will receive "
1661
- "the messages via email."
1662
- msgstr ""
1663
- "يسمح للزوار بالاتصال بكتاب الإعلان بشكل خاص. الكتاب سوف يتلقون رسائل عبر "
1664
- "البريد الإلكتروني."
1665
 
1666
- #: includes/admin/settings/class-settings.php:208
1667
- msgctxt "admin settings"
1668
- msgid "Open detailed view of listing in new tab?"
1669
- msgstr "فتح تفاصيل مشاهدة الإعلانات في علامة تبويب جديدة؟"
1670
 
1671
- #: includes/admin/settings/class-settings.php:213
1672
- msgctxt "admin settings"
1673
- msgid "Require login for using the contact form?"
1674
- msgstr "يتطلب تسجيل الدخول لاستخدام نموذج الاتصال؟"
1675
 
1676
- #: includes/admin/settings/class-settings.php:219
1677
- msgctxt "admin settings"
1678
- msgid "Maximum number of contact form submits per day"
1679
- msgstr "الحد الأقصى لعدد إرسال الاتصالات يوميا"
 
 
 
 
 
 
 
 
 
 
1680
 
1681
- #: includes/admin/settings/class-settings.php:222
1682
- msgctxt "admin settings"
1683
  msgid ""
1684
- "Use this to prevent spamming of listing owners. 0 means unlimited submits "
1685
- "per day."
 
1686
  msgstr ""
1687
- "إستخدم هذا لمنع الرسائل المزعجة لأصحاب الإعلانات. 0 تعني إرسال غير محدود في "
1688
- "اليوم الواحد."
 
1689
 
1690
- #: includes/admin/settings/class-settings.php:230
1691
- msgctxt "admin settings"
1692
- msgid "Include comment form on listing pages?"
1693
- msgstr "يتضمن نموذج التعليق على صفحات الإعلانات؟"
 
1694
 
1695
- #: includes/admin/settings/class-settings.php:233
1696
- msgctxt "admin settings"
1697
  msgid ""
1698
- "BD uses the standard comment inclusion from WordPress, but most themes only "
1699
- "allow for comments on posts, not pages. Some themes handle both. BD is "
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/settings/class-settings.php:236
1706
- msgctxt "admin settings"
1707
- msgid "Do not include comments in listings"
1708
- msgstr "يتضمن نموذج التعليق على صفحات الإعلانات؟"
1709
-
1710
- #: includes/admin/settings/class-settings.php:237
1711
- msgctxt "admin settings"
1712
- msgid "Include comment form, theme invoked (standard option)"
1713
- msgstr "يتضمن نموذج التعليق على صفحات الإعلانات؟"
1714
 
1715
- #: includes/admin/settings/class-settings.php:238
1716
- msgctxt "admin settings"
1717
- msgid "Include comment form, BD invoked (use only if 2nd option doesn't work)"
 
 
1718
  msgstr ""
 
 
1719
 
1720
- #: includes/admin/settings/class-settings.php:246
1721
- msgctxt "admin settings"
1722
- msgid "Show listings under categories on main page?"
1723
- msgstr "إظهار الإعلانات تحت التصنيفات على الصفحة الرئيسية؟"
1724
 
1725
- #: includes/admin/settings/class-settings.php:247
1726
- msgctxt "admin settings"
1727
- msgid "Status of listings upon uninstalling plugin"
1728
- msgstr "حالة الإعلانات عند إلغاء تثبيت الإضافة"
1729
 
1730
- #: includes/admin/settings/class-settings.php:248
1731
- #: includes/admin/settings/class-settings.php:250
1732
- msgctxt "post status"
1733
- msgid "Draft"
1734
- msgstr "مسودة"
1735
 
1736
- #: includes/admin/settings/class-settings.php:248
1737
- #: includes/admin/settings/class-settings.php:250
1738
- msgctxt "post status"
1739
- msgid "Trash"
1740
- msgstr "سلة المهملات"
1741
 
1742
- #: includes/admin/settings/class-settings.php:249
1743
- msgctxt "admin settings"
1744
- msgid "Status of deleted listings"
1745
- msgstr "حالة الإعلانات المحذوفة"
1746
 
1747
- #: includes/admin/settings/class-settings.php:251
1748
- msgctxt "admin settings"
1749
- msgid "Submit Listing instructions message"
1750
- msgstr "إرسال رسالة تعليمات الإعلانات"
1751
 
1752
- #: includes/admin/settings/class-settings.php:251
1753
- msgctxt "admin settings"
1754
- msgid ""
1755
- "This text is displayed at the first page of the Submit Listing process for "
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/settings/class-settings.php:253
1764
- msgctxt "admin settings"
1765
- msgid "Listing Renewal"
1766
- msgstr "تجديد الإعلان"
1767
 
1768
- #: includes/admin/settings/class-settings.php:254
1769
- msgctxt "admin settings"
1770
- msgid "Turn on listing renewal option?"
1771
- msgstr "قم بتشغيل خيار تجديد الإعلان؟"
1772
 
1773
- #: includes/admin/settings/class-settings.php:257
1774
- msgctxt "admin settings"
1775
- msgid "Allow recurring renewal payments?"
1776
- msgstr "السماح بتجديد الدفعات المتكررة؟"
1777
 
1778
- #: includes/admin/settings/class-settings.php:260
1779
- msgctxt "admin settings"
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/admin/settings/class-settings.php:267
1793
- msgctxt "admin settings"
1794
  msgid ""
1795
- "Enable automatic renewal without having users opt in during the submit "
1796
- "process."
1797
- msgstr "تمكين التجديد التلقائي دون إخبار الأعضاء أثناء عملية الإرسال."
 
1798
 
1799
- #: includes/admin/settings/class-settings.php:272
1800
- msgctxt "admin settings"
1801
- msgid "Listing renewal e-mail threshold (in days)"
1802
- msgstr "عتبة رسالة البريد الإلكتروني لتجديد الإعلان (بالأيام)"
1803
 
1804
- #: includes/admin/settings/class-settings.php:275
1805
- msgctxt "admin settings"
1806
  msgid ""
1807
- "Configure how many days before listing expiration is the renewal e-mail sent."
 
1808
  msgstr ""
1809
- "حدد عدد الأيام قبل انتهاء تاريخ الإعلان لإرسال رسالة بريد إلكتروني لتجديده."
1810
 
1811
- #: includes/admin/settings/class-settings.php:279
1812
- msgctxt "admin settings"
1813
  msgid ""
1814
- "Send expiration notices including a cancel links to auto-renewed listings?"
 
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/admin/settings/class-settings.php:294
1829
- msgctxt "admin settings"
1830
  msgid ""
1831
- "Configure how many days after the expiration of a listing an e-mail reminder "
1832
- "should be sent to the owner."
 
 
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/admin/settings/class-settings.php:305
1870
- msgctxt "admin settings"
1871
- msgid "Name"
1872
- msgstr "الإسم"
 
 
 
1873
 
1874
- #: includes/admin/settings/class-settings.php:306
1875
- msgctxt "admin settings"
1876
- msgid "Slug"
1877
- msgstr "رابط لطيف"
 
 
1878
 
1879
- #: includes/admin/settings/class-settings.php:307
1880
- msgctxt "admin settings"
1881
- msgid "Listing Count"
1882
- msgstr "عداد الإعلانات"
1883
 
1884
- #: includes/admin/settings/class-settings.php:309
1885
- msgctxt "admin settings"
1886
- msgid "Sort order for categories"
1887
- msgstr "ترتيب فرز التصنيفات"
1888
 
1889
- #: includes/admin/settings/class-settings.php:310
1890
- #: includes/admin/settings/class-settings.php:328
1891
- msgctxt "admin settings"
1892
- msgid "Ascending"
1893
- msgstr "تصاعدي"
 
 
 
 
 
1894
 
1895
- #: includes/admin/settings/class-settings.php:310
1896
- #: includes/admin/settings/class-settings.php:328
1897
- msgctxt "admin settings"
1898
- msgid "Descending"
1899
- msgstr "تنازلي"
1900
 
1901
- #: includes/admin/settings/class-settings.php:311
1902
- msgctxt "admin settings"
1903
- msgid "Show category post count?"
1904
- msgstr "إظهار عدد إعلانات التصنيف؟"
 
 
 
 
 
1905
 
1906
- #: includes/admin/settings/class-settings.php:312
1907
- msgctxt "admin settings"
1908
- msgid "Hide empty categories?"
1909
- msgstr "إخفاء التصنيفات الفارغة؟"
1910
 
1911
- #: includes/admin/settings/class-settings.php:313
1912
- msgctxt "admin settings"
1913
- msgid "Show only parent categories in category list?"
1914
- msgstr "إظهار التصنيفات الأبوية فقط في قائمة التصنيف؟"
1915
 
1916
- #: includes/admin/settings/class-settings.php:315
1917
- msgctxt "admin settings"
1918
- msgid "Listings Sorting"
1919
- msgstr "فرز الإعلانات"
1920
 
1921
- #: includes/admin/settings/class-settings.php:316
1922
- msgctxt "admin settings"
1923
- msgid "Order directory listings by"
1924
- msgstr "ترتيب إعلانات الدليل حسب"
1925
 
1926
- #: includes/admin/settings/class-settings.php:318
1927
- msgctxt "admin settings"
1928
- msgid "Title"
1929
- msgstr "العنوان"
1930
 
1931
- #: includes/admin/settings/class-settings.php:319
1932
- msgctxt "admin settings"
1933
- msgid "Author"
1934
- msgstr "الكاتب"
1935
 
1936
- #: includes/admin/settings/class-settings.php:320
1937
- #: includes/admin/settings/class-settings.php:731
1938
- msgctxt "admin settings"
1939
- msgid "Date posted"
1940
- msgstr "تاريخ النشر"
1941
 
1942
- #: includes/admin/settings/class-settings.php:321
1943
- #: includes/admin/settings/class-settings.php:732
1944
- msgctxt "admin settings"
1945
- msgid "Date last modified"
1946
- msgstr "تاريخ آخر تعديل"
1947
 
1948
- #: includes/admin/settings/class-settings.php:322
1949
- msgctxt "admin settings"
1950
- msgid "Random"
1951
- msgstr "عشوائية"
1952
 
1953
- #: includes/admin/settings/class-settings.php:323
1954
- msgctxt "admin settings"
1955
- msgid "Paid first then free. Inside each group by date."
1956
- msgstr "تدفع أولاً ثم مجاناً. داخل كل مجموعة حسب التاريخ."
1957
 
1958
- #: includes/admin/settings/class-settings.php:324
1959
- msgctxt "admin settings"
1960
- msgid "Paid first then free. Inside each group by title."
1961
- msgstr "تدفع أولاً ثم مجاناً. داخل كل مجموعة بعنوان."
 
1962
 
1963
- #: includes/admin/settings/class-settings.php:326
1964
- msgctxt "admin settings"
1965
- msgid "Sort directory listings by"
1966
- msgstr "فرز إعلانات الدليل حسب"
 
1967
 
1968
- #: includes/admin/settings/class-settings.php:327
1969
- msgctxt "admin settings"
1970
- msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
1971
- msgstr "ترتيب تصاعدي من أ إلى ي، ترتيب تنازلي من ي إلى أ"
 
1972
 
1973
- #: includes/admin/settings/class-settings.php:332
1974
- msgctxt "admin settings"
1975
- msgid "Enable sort bar?"
1976
- msgstr "تمكين شريط الفرز؟"
 
1977
 
1978
- #: includes/admin/settings/class-settings.php:337
1979
- msgctxt "admin settings"
1980
- msgid "Sortbar Fields"
1981
- msgstr "حقول شريط الفرز"
1982
 
1983
- #: includes/admin/settings/class-settings.php:346
1984
- msgctxt "admin settings"
1985
- msgid "Featured (Sticky) listing settings"
1986
- msgstr "إعدادات الإعلانات (المثبتة) المميزة"
1987
 
1988
- #: includes/admin/settings/class-settings.php:347
1989
- msgctxt "admin settings"
1990
- msgid "Offer sticky listings?"
1991
- msgstr "عروض الإعلانات المثبتة"
1992
 
1993
- #: includes/admin/settings/class-settings.php:348
1994
- msgctxt "admin settings"
1995
- msgid "Offer upgrades during submit process?"
1996
- msgstr "عرض الترقية خلال عملية إضافة إعلان؟"
1997
 
1998
- #: includes/admin/settings/class-settings.php:349
1999
- msgctxt "admin settings"
2000
- msgid "Sticky listing price"
2001
- msgstr "سعر الإعلان المثبت"
2002
 
2003
- #: includes/admin/settings/class-settings.php:350
2004
- msgctxt "admin settings"
2005
- msgid "Sticky listing page description text"
2006
- msgstr "نص وصف صفحة الإعلان المثبت"
2007
 
2008
- #: includes/admin/settings/class-settings.php:351
2009
- msgctxt "admin settings"
2010
  msgid ""
2011
- "You can upgrade your listing to featured status. Featured listings will "
2012
- "always appear on top of regular listings."
 
 
2013
  msgstr ""
2014
- "يمكنك ترقية إعلانك إلى الحالة المميزة. الإعلانات المميزة سوف تظهر دائماً أعلى "
2015
- "الإعلانات العادية."
 
 
2016
 
2017
- #: includes/admin/settings/class-settings.php:356
2018
- msgctxt "admin settings"
2019
- msgid "E-Mail"
2020
- msgstr "البريد الإلكتروني"
2021
 
2022
- #: includes/admin/settings/class-settings.php:360
2023
- msgctxt "admin settings"
2024
- msgid "Display email address fields publicly?"
2025
- msgstr "عرض حقول عنوان البريد الإلكتروني علنا؟"
2026
 
2027
- #: includes/admin/settings/class-settings.php:363
2028
- msgctxt "admin settings"
2029
- msgid ""
2030
- "Shows the email address of the listing owner to all web users. NOT "
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/settings/class-settings.php:366
2039
- msgctxt "admin settings"
2040
- msgid "How to determine the listing's email address?"
2041
- msgstr "كيفية تحديد عنوان البريد الإلكتروني في الإعلان؟"
2042
 
2043
- #: includes/admin/settings/class-settings.php:369
2044
- msgctxt "admin settings"
2045
- msgid ""
2046
- "This affects emails sent to listing owners via contact forms or when their "
2047
- "listings expire."
2048
- msgstr ""
2049
- "هذا يؤثر على رسائل البريد الإلكتروني المرسلة إلى مالكي الإعلانات عبر نموذج "
2050
- "الاتصال أو عندما ينتهي تاريخ الإعلانات."
2051
 
2052
- #: includes/admin/settings/class-settings.php:371
2053
- msgctxt "admin settings"
2054
- msgid "Try listing's email field first, then author's email."
2055
- msgstr "جرب البريد الإلكتروني للإعلانات أولاً، ثم البريد الإلكتروني للكاتب."
 
 
 
 
 
 
2056
 
2057
- #: includes/admin/settings/class-settings.php:372
2058
- msgctxt "admin settings"
2059
- msgid "Try author's email first and then listing's email field."
2060
- msgstr "جرب البريد الإلكتروني للكاتب أولاً، ثم البريد الإلكتروني للإعلانات."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2061
 
2062
- #: includes/admin/settings/class-settings.php:376
2063
- msgctxt "admin settings"
2064
- msgid "E-Mail Notifications"
2065
- msgstr "تنبيهات البريد الإلكتروني"
2066
 
2067
- #: includes/admin/settings/class-settings.php:379
2068
- msgctxt "admin settings"
2069
- msgid "Notify admin via e-mail when..."
2070
- msgstr "إبلاغ المدير عن طريق البريد الإلكتروني عندما..."
2071
 
2072
- #: includes/admin/settings/class-settings.php:383
2073
- msgctxt "admin settings"
2074
- msgid "A new listing is submitted."
2075
- msgstr "يتم إضافة إعلان جديد"
2076
 
2077
- #: includes/admin/settings/class-settings.php:384
2078
- msgctxt "admin settings"
2079
- msgid "A listing is edited."
2080
- msgstr "تم تحرير الإعلان"
2081
 
2082
- #: includes/admin/settings/class-settings.php:385
2083
- msgctxt "admin settings"
2084
- msgid "A listing expires."
2085
- msgstr "الإعلان منتهي التاريخ"
2086
 
2087
- #: includes/admin/settings/class-settings.php:386
2088
- msgctxt "admin settings"
2089
- msgid "A contact message is sent to a listing's owner."
2090
- msgstr "يتم إرسال رسالة اتصال لمالك الإعلان."
2091
 
2092
- #: includes/admin/settings/class-settings.php:392
2093
- msgctxt "admin settings"
2094
- msgid "CC this e-mail address too"
2095
- msgstr "إرسال نسخة من الرسالة الى عنوان البريد الإلكتروني هذا أيضا"
2096
 
2097
- #: includes/admin/settings/class-settings.php:398
2098
- msgctxt "admin settings"
2099
- msgid "Notify users via e-mail when..."
2100
- msgstr "إعلام الأعضاء عن طريق البريد الإلكتروني عندما..."
2101
 
2102
- #: includes/admin/settings/class-settings.php:401
2103
- msgctxt "admin settings"
2104
- msgid "You can modify the text template used for most of these e-mails below."
2105
- msgstr ""
2106
- "يمكنك تعديل قالب النص المستخدم لمعظم رسائل البريد الإلكتروني هذه أدناه."
2107
 
2108
- #: includes/admin/settings/class-settings.php:402
2109
- msgctxt "admin settings"
2110
- msgid "Their listing is submitted."
2111
- msgstr "يتم إضافة الإعلان الخاص بهم"
2112
 
2113
- #: includes/admin/settings/class-settings.php:403
2114
- msgctxt "admin settings"
2115
- msgid "Their listing is approved/published."
2116
- msgstr "تمت الموافقة ونشر الإعلان الخاص بهم"
2117
 
2118
- #: includes/admin/settings/class-settings.php:412
2119
- msgctxt "contact email"
2120
- msgid "You have received a reply from your listing at %s."
2121
- msgstr "تلقيت ردا من الإعلان الخاص بك في %s."
 
 
 
 
2122
 
2123
- #: includes/admin/settings/class-settings.php:413
2124
- msgctxt "contact email"
2125
- msgid "Name: %s"
2126
- msgstr "الإسم: %s"
2127
 
2128
- #: includes/admin/settings/class-settings.php:414
2129
- msgctxt "contact email"
2130
- msgid "E-Mail: %s"
2131
- msgstr "البريد الإلكتروني: %s"
 
2132
 
2133
- #: includes/admin/settings/class-settings.php:415
2134
- msgctxt "contact email"
2135
- msgid "Message:"
2136
- msgstr "الرسالة:"
2137
 
2138
- #: includes/admin/settings/class-settings.php:417
2139
- msgctxt "contact email"
2140
- msgid "Time: %s"
2141
- msgstr "الوقت: %s"
2142
 
2143
- #: includes/admin/settings/class-settings.php:419
2144
- msgctxt "admin settings"
2145
- msgid "E-Mail Templates"
2146
- msgstr "قوالب البريد الإلكتروني"
2147
 
2148
- #: includes/admin/settings/class-settings.php:422
2149
- msgctxt "admin settings"
2150
- msgid "Email confirmation message"
2151
- msgstr "رسالة تأكيد البريد الإلكتروني"
2152
 
2153
- #: includes/admin/settings/class-settings.php:426
2154
- msgctxt "admin settings"
2155
- msgid "Sent after a listing has been submitted."
2156
- msgstr "ترسل بعد أن يضاف الإعلان."
2157
 
2158
- #: includes/admin/settings/class-settings.php:427
2159
- #: includes/admin/settings/class-settings.php:435
2160
- #: includes/admin/settings/class-settings.php:476
2161
- msgctxt "admin settings"
2162
- msgid "Listing's title"
2163
- msgstr "عنوان الإعلان"
2164
 
2165
- #: includes/admin/settings/class-settings.php:430
2166
- msgctxt "admin settings"
2167
- msgid "Listing published message"
2168
- msgstr "رسالة نشر الإعلان"
2169
 
2170
- #: includes/admin/settings/class-settings.php:433
2171
- msgctxt "admin settings"
 
 
 
 
 
2172
  msgid ""
2173
- "Your listing \"[listing]\" is now available at [listing-url] and can be "
2174
- "viewed by the public."
2175
  msgstr ""
2176
- "القائمة الخاصة بك \"[listing]\" متوفر الآن في [listing-url] ويمكن مشاهدتها "
2177
- "من قبل العموم."
2178
 
2179
- #: includes/admin/settings/class-settings.php:434
2180
- msgctxt "admin settings"
2181
- msgid "Sent when the listing has been published or approved by an admin."
2182
- msgstr "ترسل عندما يتم نشر الإعلان أو الموافقة عليه من طرف المدير."
2183
 
2184
- #: includes/admin/settings/class-settings.php:436
2185
- msgctxt "admin settings"
2186
- msgid "Listing's URL"
2187
- msgstr "عنوان URL الإعلان"
2188
 
2189
- #: includes/admin/settings/class-settings.php:440
2190
- msgctxt "admin settings"
2191
- msgid "Listing Contact Message"
2192
- msgstr "رسالة اتصال الإعلان"
2193
 
2194
- #: includes/admin/settings/class-settings.php:444
2195
- msgctxt "admin settings"
 
 
 
 
 
2196
  msgid ""
2197
- "Sent to listing owners when someone uses the contact form on their listing "
2198
- "pages."
 
 
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
- #: includes/admin/settings/class-settings.php:475
2214
- msgctxt "admin settings"
2215
- msgid "Sent some time after a pending payment is abandoned by users."
2216
- msgstr "ترسل أحيانا بعد أن يتخلي الأعضاء عن الدفعة المنتظرة."
 
2217
 
2218
- #: includes/admin/settings/class-settings.php:477
2219
- msgctxt "admin settings"
2220
- msgid "Checkout URL link"
2221
- msgstr "رابط URL إتمام الشراء"
 
2222
 
2223
- #: includes/admin/settings/class-settings.php:483
2224
- msgctxt "admin settings"
2225
- msgid "Renewal Reminders"
2226
- msgstr "رسائل تذكير التجديد"
 
 
 
 
 
2227
 
2228
- #: includes/admin/settings/class-settings.php:486
2229
- msgctxt "admin settings"
2230
  msgid ""
2231
- "This section refers only to the text of the renewal/expiration notices. You "
2232
- "can also <a>configure when the e-mails are sent</a>."
2233
  msgstr ""
2234
- "هذا القسم يحيل فقط إلى نص إشعارات التجديد/انتهاء التاريخ. يمكنك أيضا "
2235
- "<a>إعداد متى يتم إرسال رسائل البريد الإلكتروني</a>."
2236
-
2237
- #: includes/admin/settings/class-settings.php:490
2238
- msgctxt "admin settings"
2239
- msgid "Pending expiration e-mail message"
2240
- msgstr "رسالة البريد الإلكتروني أثناء انتظار انتهاء التاريخ"
2241
 
2242
- #: includes/admin/settings/class-settings.php:494
2243
- msgctxt "settings"
2244
  msgid ""
2245
- "Sent some time before the listing expires. Applies to non-recurring renewals "
2246
- "only."
 
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/settings/class-settings.php:496
2261
- #: includes/admin/settings/class-settings.php:509
2262
- #: includes/admin/settings/class-settings.php:522
2263
- #: includes/admin/settings/class-settings.php:535
2264
- #: includes/admin/settings/class-settings.php:548
2265
- msgctxt "settings"
2266
- msgid "Author's name"
2267
- msgstr "إسم الكاتب"
2268
 
2269
- #: includes/admin/settings/class-settings.php:497
2270
- #: includes/admin/settings/class-settings.php:510
2271
- #: includes/admin/settings/class-settings.php:549
2272
- msgctxt "settings"
2273
- msgid "Expiration date"
2274
- msgstr "تاريخ انتهاء التاريخ"
2275
 
2276
- #: includes/admin/settings/class-settings.php:498
2277
- msgctxt "settings"
2278
- msgid "Category that is going to expire"
2279
- msgstr "التصنيف الذي سوف ينتهي"
2280
 
2281
- #: includes/admin/settings/class-settings.php:499
2282
- #: includes/admin/settings/class-settings.php:512
2283
- #: includes/admin/settings/class-settings.php:551
2284
- msgctxt "settings"
2285
- msgid "Link to renewal page"
2286
- msgstr "رابط إلى صفحة التجديد"
2287
 
2288
- #: includes/admin/settings/class-settings.php:500
2289
- #: includes/admin/settings/class-settings.php:513
2290
- #: includes/admin/settings/class-settings.php:525
2291
- #: includes/admin/settings/class-settings.php:538
2292
- #: includes/admin/settings/class-settings.php:552
2293
- msgctxt "settings"
2294
- msgid "Link to your site"
2295
- msgstr "رابط إلى موقعك"
2296
 
2297
- #: includes/admin/settings/class-settings.php:503
2298
- msgctxt "admin settings"
2299
- msgid "Listing Renewal e-mail message"
2300
- msgstr "رسالة البريد الإلكتروني لتجديد الإعلان"
2301
 
2302
- #: includes/admin/settings/class-settings.php:507
2303
- msgctxt "settings"
2304
- msgid ""
2305
- "Sent at the time of listing expiration. Applies to non-recurring renewals "
2306
- "only."
2307
- msgstr ""
2308
- "ترسل وقت انتهاء تاريخ الإعلان. تنطبق على عمليات التجديد غير المتكررة فقط."
2309
 
2310
- #: includes/admin/settings/class-settings.php:511
2311
- #: includes/admin/settings/class-settings.php:550
2312
- msgctxt "settings"
2313
- msgid "Category that expired"
2314
- msgstr "التصنيف الذي انتهى وقته"
2315
 
2316
- #: includes/admin/settings/class-settings.php:516
2317
- msgctxt "admin settings"
2318
- msgid "Listing auto-renewal reminder (recurring payments)"
2319
- msgstr "تذكير بالتجديد التلقائي للإعلان (الدفعات المتكررة)"
2320
 
2321
- #: includes/admin/settings/class-settings.php:520
2322
- msgctxt "settings"
2323
- msgid ""
2324
- "Sent some time before the listing is auto-renewed. Applies to recurring "
2325
- "renewals only."
2326
- msgstr ""
2327
- "ترسل أحيانا قبل التجديد التلقائي للإعلان. تنطبق على عمليات التجديد المتكررة "
2328
- "فقط."
2329
 
2330
- #: includes/admin/settings/class-settings.php:523
2331
- #: includes/admin/settings/class-settings.php:537
2332
- msgctxt "settings"
2333
- msgid "Renewal date"
2334
- msgstr "تاريخ التجديد"
2335
 
2336
- #: includes/admin/settings/class-settings.php:524
2337
- msgctxt "settings"
2338
- msgid "Category that is going to be renewed"
2339
- msgstr "التصنيف الذي سيتم تجديده"
2340
 
2341
- #: includes/admin/settings/class-settings.php:526
2342
- msgctxt "settings"
2343
- msgid "Link to manage subscriptions"
2344
- msgstr "رابط لإدارة الاشتراكات"
2345
 
2346
- #: includes/admin/settings/class-settings.php:529
2347
- msgctxt "admin settings"
2348
- msgid "Listing Renewal e-mail message (recurring payments)"
2349
- msgstr "رسالة البريد الإلكتروني لتجديد الإعلان (الدفعات المتكررة)"
2350
 
2351
- #: includes/admin/settings/class-settings.php:533
2352
- msgctxt "settings"
2353
- msgid ""
2354
- "Sent after the listing is auto-renewed. Applies to recurring renewals only."
2355
- msgstr ""
2356
- "ترسل بعد التجديد التلقائي للإعلان. تنطبق على عمليات التجديد المتكررة فقط."
2357
 
2358
- #: includes/admin/settings/class-settings.php:536
2359
- msgctxt "settings"
2360
- msgid "Renewed category"
2361
- msgstr "تم تجديد التصنيف"
2362
 
2363
- #: includes/admin/settings/class-settings.php:542
2364
- msgctxt "admin settings"
2365
- msgid "Renewal reminder e-mail message"
2366
- msgstr "رسالة البريد الإلكتروني للتذكير بالتجديد"
2367
 
2368
- #: includes/admin/settings/class-settings.php:546
2369
- msgctxt "settings"
2370
- msgid ""
2371
- "Sent some time after listing expiration and when no renewal has occurred. "
2372
- "Applies to both recurring and non-recurring renewals."
2373
- msgstr ""
2374
- "ترسل أحيانا بعد انتهاء تاريخ الإعلان وحينما لا يتم التجديد. تنطبق على عمليات "
2375
- "التجديد المتكررة وغير المتكررة."
2376
 
2377
- #: includes/admin/settings/class-settings.php:556
2378
- msgctxt "admin settings"
2379
- msgid "Payment"
2380
- msgstr "الدفع"
2381
 
2382
- #: includes/admin/settings/class-settings.php:557
2383
- msgctxt "admin settings"
2384
- msgid "Payment Settings"
2385
- msgstr "إعدادات الدفع"
2386
 
2387
- #: includes/admin/settings/class-settings.php:560
2388
- msgctxt "admin settings"
2389
- msgid "Turn On payments?"
2390
- msgstr "تشغيل الدفعات؟"
2391
 
2392
- #: includes/admin/settings/class-settings.php:562
2393
- msgctxt "admin settings"
2394
- msgid "Put payment gateways in test mode?"
2395
- msgstr "وضع بوابات الدفع في وضع الاختبار؟"
2396
 
2397
- #: includes/admin/settings/class-settings.php:567
2398
- msgctxt "admin settings"
2399
- msgid "Perform checkouts on the secure (HTTPS) version of your site?"
2400
- msgstr "تنفيذ إنهاء الشراء على الإصدار الآمن (HTTPS) لموقع الويب الخاص بك؟"
2401
 
2402
- #: includes/admin/settings/class-settings.php:570
2403
- msgctxt "admin settings"
2404
  msgid ""
2405
- "Recommended for added security. For this to work you need to enable HTTPS on "
2406
- "your server and <a>obtain an SSL certificate</a>."
 
 
2407
  msgstr ""
2408
- "موصى به لأمن أكثر. لكي يعمل هذا أنت بحاجة إلى تمكين HTTPS على الخادم الخاص "
2409
- "بك و <a>الحصول على شهادة SSL</a>."
2410
-
2411
- #: includes/admin/settings/class-settings.php:574
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/settings/class-settings.php:580
2437
- msgctxt "admin settings"
2438
- msgid "Danish Krone (DKK)"
2439
- msgstr "الكرونة الدانماركية (DKK)"
2440
 
2441
- #: includes/admin/settings/class-settings.php:581
2442
- msgctxt "admin settings"
2443
- msgid "Euro (EUR)"
2444
- msgstr "اليورو (EUR)"
2445
 
2446
- #: includes/admin/settings/class-settings.php:582
2447
- msgctxt "admin settings"
2448
- msgid "Hong Kong Dollar (HKD)"
2449
- msgstr "دولار هونج كونج (HKD)"
2450
 
2451
- #: includes/admin/settings/class-settings.php:583
2452
- msgctxt "admin settings"
2453
- msgid "Hungarian Forint (HUF)"
2454
- msgstr "الفورنت الهنغاري (HUF)"
2455
 
2456
- #: includes/admin/settings/class-settings.php:584
2457
- msgctxt "admin settings"
2458
- msgid "Israeli New Shequel (ILS)"
2459
- msgstr "الشكيل الإسرائيلي الجديد (ILS)"
2460
 
2461
- #: includes/admin/settings/class-settings.php:585
2462
- msgctxt "admin settings"
2463
- msgid "Japanese Yen (JPY)"
2464
- msgstr "الين الياباني (JPY)"
2465
 
2466
- #: includes/admin/settings/class-settings.php:586
2467
- msgctxt "admin settings"
2468
- msgid "Moroccan Dirham (MAD)"
2469
- msgstr ""
2470
 
2471
- #: includes/admin/settings/class-settings.php:587
2472
- msgctxt "admin settings"
2473
- msgid "Malasian Ringgit (MYR)"
2474
- msgstr "الرينغيت الماليزي (MYR)"
2475
 
2476
- #: includes/admin/settings/class-settings.php:588
2477
- msgctxt "admin settings"
2478
- msgid "Mexican Peso (MXN)"
2479
- msgstr "بيزو مكسيكي (MXN)"
2480
 
2481
- #: includes/admin/settings/class-settings.php:589
2482
- msgctxt "admin settings"
2483
- msgid "Norwegian Krone (NOK)"
2484
- msgstr "الكرون النرويجي (NOK)"
2485
 
2486
- #: includes/admin/settings/class-settings.php:590
2487
- msgctxt "admin settings"
2488
- msgid "New Zealand Dollar (NZD)"
2489
- msgstr "الدولار النيوزيلندي (NZD)"
 
2490
 
2491
- #: includes/admin/settings/class-settings.php:591
2492
- msgctxt "admin settings"
2493
- msgid "Philippine Peso (PHP)"
2494
- msgstr "بيزو فلبيني (PHP)"
2495
 
2496
- #: includes/admin/settings/class-settings.php:592
2497
- msgctxt "admin settings"
2498
- msgid "Polish Zloty (PLN)"
2499
- msgstr "الزلوتي البولندي (PLN)"
2500
 
2501
- #: includes/admin/settings/class-settings.php:593
2502
- msgctxt "admin settings"
2503
- msgid "Pound Sterling (GBP)"
2504
- msgstr "الجنيه الإسترليني (GBP)"
2505
 
2506
- #: includes/admin/settings/class-settings.php:594
2507
- msgctxt "admin settings"
2508
- msgid "Singapore Dollar (SGD)"
2509
- msgstr "دولار سنغافوري (SGD)"
2510
 
2511
- #: includes/admin/settings/class-settings.php:595
2512
- msgctxt "admin settings"
2513
- msgid "Swedish Krona (SEK)"
2514
- msgstr "الكرونا السويدية (SEK)"
2515
 
2516
- #: includes/admin/settings/class-settings.php:596
2517
- msgctxt "admin settings"
2518
- msgid "Swiss Franc (CHF)"
2519
- msgstr "الفرنك السويسري (CHF)"
2520
 
2521
- #: includes/admin/settings/class-settings.php:597
2522
- msgctxt "admin settings"
2523
- msgid "Taiwan Dollar (TWD)"
2524
- msgstr "الدولار التايواني (TWD)"
2525
 
2526
- #: includes/admin/settings/class-settings.php:598
2527
- msgctxt "admin settings"
2528
- msgid "Thai Baht (THB)"
2529
- msgstr "البات التايلندي (THB)"
 
 
2530
 
2531
- #: includes/admin/settings/class-settings.php:599
2532
- msgctxt "admin settings"
2533
- msgid "Turkish Lira (TRY)"
2534
- msgstr "الليرة التركية (TRY)"
 
 
2535
 
2536
- #: includes/admin/settings/class-settings.php:600
2537
- msgctxt "admin settings"
2538
- msgid "U.S. Dollar (USD)"
2539
- msgstr "الدولار الأمريكي (USD)"
2540
 
2541
- #: includes/admin/settings/class-settings.php:604
2542
- msgctxt "admin settings"
2543
- msgid "Currency Symbol"
2544
- msgstr "رمز العملة"
2545
 
2546
- #: includes/admin/settings/class-settings.php:609
2547
- msgctxt "admin settings"
2548
- msgid "Currency symbol display"
2549
- msgstr "عرض رمز العملة"
2550
 
2551
- #: includes/admin/settings/class-settings.php:613
2552
- msgctxt "admin settings"
2553
- msgid "Show currency symbol on the left"
2554
- msgstr "إظهار رمز العملة على اليسار"
2555
 
2556
- #: includes/admin/settings/class-settings.php:614
2557
- msgctxt "admin settings"
2558
- msgid "Show currency symbol on the right"
2559
- msgstr "إظهار رمز العملة على اليمين"
2560
 
2561
- #: includes/admin/settings/class-settings.php:615
2562
- msgctxt "admin settings"
2563
- msgid "Do not show currency symbol"
2564
- msgstr "عدم إظهار رمز العملة"
2565
 
2566
- #: includes/admin/settings/class-settings.php:617
2567
- msgctxt "admin settings"
2568
- msgid "Thank you for payment message"
2569
- msgstr "رسالة الشكر على الدفع"
2570
 
2571
- #: includes/admin/settings/class-settings.php:618
2572
- msgctxt "admin settings"
2573
  msgid ""
2574
- "Thank you for your payment. Your payment is being verified and your listing "
2575
- "reviewed. The verification and review process could take up to 48 hours."
2576
  msgstr ""
2577
- "شكرا لك على الدفع. يتم الآن التحقق من الدفع وفحص إعلانك. يمكن أن تأخذ عملية "
2578
- "التحقق والمراجعة مدة 48 ساعة."
2579
 
2580
- #: includes/admin/settings/class-settings.php:623
2581
- msgctxt "admin settings"
2582
- msgid "Ask users to come back for abandoned payments?"
2583
- msgstr "أطلب من الأعضاء العودة للمدفوعات المتخلى عنها؟"
2584
 
2585
- #: includes/admin/settings/class-settings.php:626
2586
- msgctxt "admin settings"
2587
  msgid ""
2588
- "An abandoned payment is when a user attempts to place a listing and gets to "
2589
- "the end, but fails to complete their payment for the listing. This results "
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/admin/settings/class-settings.php:637
2603
- msgctxt "admin settings"
2604
- msgid ""
2605
- "Listings with pending payments are marked as abandoned after this time. You "
2606
- "can also <a>customize the e-mail</a> users receive."
2607
- msgstr ""
2608
- "الإعلانات مع الدفعات المعلقة تعد متخلى عنها بعد هذا الوقت. يمكنك أيضا "
2609
- "<a>تخصيص البريد الإلكتروني</a> الذي يتلقاه الأعضاء."
2610
 
2611
- #: includes/admin/settings/class-settings.php:642
2612
- msgctxt "admin settings"
2613
- msgid "Themes"
2614
- msgstr "القوالب"
2615
 
2616
- #: includes/admin/settings/class-settings.php:644
2617
- msgctxt "admin settings"
2618
- msgid "You can manage your themes on <a>Directory Themes</a>."
2619
- msgstr "يمكنك إدارة قوالبك في <a>قوالب الدليل</a>."
2620
 
2621
- #: includes/admin/settings/class-settings.php:649
2622
- msgctxt "admin settings"
2623
- msgid "Theme button style"
2624
- msgstr "نمط زر القالب"
2625
 
2626
- #: includes/admin/settings/class-settings.php:653
2627
- msgctxt "admin settings"
2628
- msgid "Use the BD theme style for BD buttons"
2629
- msgstr "إستخدم نمط قالب دليل الأعمال لأزرار دليل الأعمال"
2630
 
2631
- #: includes/admin/settings/class-settings.php:654
2632
- msgctxt "admin settings"
2633
- msgid "Use the WP theme style for BD buttons"
2634
- msgstr "إستخدم نمط قالب ووردبريس لأزرار دليل الأعمال"
2635
 
2636
- #: includes/admin/settings/class-settings.php:661
2637
- msgctxt "admin settings"
2638
- msgid "Image"
2639
- msgstr "الصورة"
 
 
2640
 
2641
- #: includes/admin/settings/class-settings.php:662
2642
- msgctxt "admin settings"
2643
- msgid ""
2644
- "Any changes to these settings will affect new listings only. Existing "
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
- #: includes/admin/settings/class-settings.php:663
2654
- msgctxt "admin settings"
2655
- msgid "Image Settings"
2656
- msgstr "إعدادات الصورة"
2657
 
2658
- #: includes/admin/settings/class-settings.php:664
2659
- msgctxt "admin settings"
2660
- msgid "Allow images?"
2661
- msgstr "السماح بالصور؟"
2662
 
2663
- #: includes/admin/settings/class-settings.php:666
2664
- msgctxt "admin settings"
2665
- msgid "Min Image File Size (KB)"
2666
- msgstr "أقل حجم لملف الصورة (KB)"
2667
 
2668
- #: includes/admin/settings/class-settings.php:667
2669
- msgctxt "admin settings"
2670
- msgid "Max Image File Size (KB)"
2671
- msgstr "أقصى حجم لملف الصورة (KB)"
2672
 
2673
- #: includes/admin/settings/class-settings.php:669
2674
- msgctxt "admin settings"
2675
- msgid "Min image width (px)"
2676
- msgstr "أقل عرض للصورة (px)"
2677
 
2678
- #: includes/admin/settings/class-settings.php:670
2679
- msgctxt "admin settings"
2680
- msgid "Min image height (px)"
2681
- msgstr "أقل ارتفاع للصورة (px)"
2682
 
2683
- #: includes/admin/settings/class-settings.php:672
2684
- msgctxt "admin settings"
2685
- msgid "Max image width (px)"
2686
- msgstr "أقصى عرض للصورة (px)"
2687
 
2688
- #: includes/admin/settings/class-settings.php:673
2689
- msgctxt "admin settings"
2690
- msgid "Max image height (px)"
2691
- msgstr "أقصى ارتفاع للصورة (px)"
2692
 
2693
- #: includes/admin/settings/class-settings.php:675
2694
- msgctxt "admin settings"
2695
- msgid "Turn on thickbox/lightbox?"
2696
- msgstr "تشغيل thickbox/lightbox؟"
2697
 
2698
- #: includes/admin/settings/class-settings.php:675
2699
- msgctxt "admin settings"
2700
- msgid ""
2701
- "Uncheck if it conflicts with other elements or plugins installed on your site"
2702
- msgstr ""
2703
- "قم بإلغاء التحديد إذا كان يتعارض مع العناصر الأخرى أو الإضافات المثبتة على "
2704
- "موقعك"
2705
 
2706
- #: includes/admin/settings/class-settings.php:677
2707
- msgctxt "admin settings"
2708
- msgid "Thumbnails"
2709
- msgstr "الصور المصغرة"
2710
 
2711
- #: includes/admin/settings/class-settings.php:678
2712
- msgctxt "admin settings"
2713
- msgid "Thumbnail width (px)"
2714
- msgstr "عرض الصور المصغرة (px)"
2715
 
2716
- #: includes/admin/settings/class-settings.php:679
2717
- msgctxt "admin settings"
2718
- msgid "Thumbnail height (px)"
2719
- msgstr "ارتفاع الصورة المصغرة (px)"
2720
 
2721
- #: includes/admin/settings/class-settings.php:682
2722
- msgctxt "admin settings"
2723
- msgid "Crop thumbnails to exact dimensions?"
2724
- msgstr "قطع الصور المصغرة للأبعاد المناسبة؟"
2725
 
2726
- #: includes/admin/settings/class-settings.php:685
2727
- msgctxt "admin settings"
2728
- msgid ""
2729
- "When enabled images will match exactly the dimensions above but part of the "
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
- #: includes/admin/settings/class-settings.php:691
2740
- msgctxt "admin settings"
2741
- msgid "Number of free images"
2742
- msgstr "عدد الصور المجانية"
2743
 
2744
- #: includes/admin/settings/class-settings.php:696
2745
- msgctxt "admin settings"
2746
- msgid ""
2747
- "For paid listing images, configure that by adding or editing a <a>Fee Plan</"
2748
- "a> instead of this setting, which is ignored for paid listings."
2749
- msgstr ""
2750
- "بالنسبة لصور الإعلانات المدفوعة، قم بإعدادها بإضافة أو تحرير <a>رسوم الخطة</"
2751
- "a> بدلاً من هذا الإعداد، الذي هو تجاهل الإعلانات المدفوعة."
2752
 
2753
- #: includes/admin/settings/class-settings.php:699
2754
- msgctxt "admin settings"
2755
- msgid "Use default picture for listings with no picture?"
2756
- msgstr "إستخدام الصورة الافتراضية للإعلانات التي بلا صورة؟"
2757
 
2758
- #: includes/admin/settings/class-settings.php:700
2759
- msgctxt "admin settings"
2760
- msgid "Show Thumbnail on main listings page?"
2761
- msgstr "إظهار صورة مصغرة في صفحة الإعلانات الرئيسية؟"
2762
 
2763
- #: includes/admin/settings/class-settings.php:729
2764
- msgctxt "admin settings"
2765
- msgid "User"
2766
- msgstr "عضو"
2767
 
2768
- #: includes/admin/settings/class-settings.php:730
2769
- msgctxt "admin settings"
2770
- msgid "User registration date"
2771
- msgstr "تاريخ تسجيل العضو"
2772
 
2773
- #: includes/admin/settings/class-settings.php:756
2774
- msgctxt "admin settings"
2775
- msgid ""
2776
- "Could not copy the AJAX compatibility plugin \"%s\". Compatibility mode was "
2777
- "not activated."
2778
- msgstr "تعذر نسخ إضافة التوافق أجاكس \"%s\". لم يتم تفعيل وضع التوافق."
 
 
 
 
 
 
 
 
2779
 
2780
- #: includes/admin/settings/class-settings.php:764
2781
- msgctxt "admin settings"
2782
- msgid ""
2783
- "Could not activate AJAX Compatibility mode: the directory \"%s\" could not "
2784
- "be created."
2785
- msgstr "لا يمكن تفعيل وضع التوافق أجاكس: تعذر إنشاء المجلد \"%s\"."
2786
 
2787
- #: includes/admin/settings/class-settings.php:773
2788
- msgctxt "admin settings"
2789
  msgid ""
2790
- "Could not remove the \"Business Directory Plugin - AJAX Compatibility Module"
2791
- "\". Please remove the file \"%s\" manually or deactivate the plugin."
2792
  msgstr ""
2793
- "تعذر إزالة \"إضافة دليل الأعمال وحدة التوافق أجاكس\". المرجو إزالة الملف "
2794
- "\"%s\" يدوياً أو قم بإلغاء تفعيل الإضافة."
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
- #: includes/admin/settings/class-settings.php:1098
2807
- msgctxt "settings"
2808
- msgid "Activate License"
2809
- msgstr "تفعيل الترخيص"
2810
 
2811
- #: includes/admin/settings/class-settings.php:1100
2812
- msgctxt "settings"
2813
- msgid "Activating license..."
2814
- msgstr "ترخيص مفعل..."
2815
 
2816
- #: includes/admin/settings/class-settings.php:1123
2817
- msgctxt "admin settings"
2818
- msgid "Valid placeholders: %s"
2819
- msgstr "العناصر النائبة صالحة: %s"
2820
 
2821
- #: includes/admin/settings/class-settings.php:1157
2822
- msgctxt "settings email"
2823
- msgid "Click to edit e-mail"
2824
- msgstr "إضغط لتعديل البريد الإلكتروني"
2825
 
2826
- #: includes/admin/settings/class-settings.php:1158
2827
- msgctxt "settings email"
2828
- msgid "Click to edit"
2829
- msgstr "اضغط لتعديل"
2830
 
2831
- #: includes/admin/settings/class-settings.php:1171
2832
- msgctxt "settings email"
2833
- msgid "E-Mail Subject"
2834
- msgstr "عنوان البريد الإلكتروني"
2835
 
2836
- #: includes/admin/settings/class-settings.php:1182
2837
- msgctxt "settings email"
2838
- msgid "E-Mail Body"
2839
- msgstr "نص البريد الإلكتروني"
 
 
 
 
 
2840
 
2841
- #: includes/admin/settings/class-settings.php:1193
2842
- msgctxt "settings email"
2843
- msgid "You can use the following placeholders:"
2844
- msgstr "يمكنك استخدام العناصر النائبة التالية:"
2845
 
2846
- #: includes/admin/settings/class-settings.php:1216
2847
- msgctxt "settings email"
2848
- msgid "Preview e-mail"
2849
- msgstr "معاينة البريد الإلكتروني"
2850
 
2851
- #: includes/admin/settings/class-settings.php:1217
2852
- msgctxt "settings email"
2853
- msgid "Cancel"
2854
- msgstr "إلغاء"
2855
 
2856
- #: includes/admin/settings/class-settings.php:1218
2857
- msgctxt "settings email"
2858
- msgid "Save Changes"
2859
- msgstr "حفظ التعديلات"
2860
 
2861
- #: includes/admin/settings/class-settings.php:1237
2862
- msgctxt "settings email"
2863
- msgid "Site title"
2864
- msgstr "إسم الموقع"
2865
 
2866
- #: includes/admin/settings/class-settings.php:1240
2867
- msgctxt "settings email"
2868
- msgid "Site title (with link)"
2869
- msgstr "إسم الموقع (مع الرابط)"
2870
 
2871
- #: includes/admin/settings/class-settings.php:1243
2872
- msgctxt "settings email"
2873
- msgid "Site address (with link)"
2874
- msgstr "عنوان الموقع (مع الرابط)"
2875
 
2876
- #: includes/admin/settings/class-settings.php:1246
2877
- msgctxt "settings email"
2878
- msgid "Directory URL (with link)"
2879
- msgstr "رابط URL الدليل (مع الرابط)"
2880
 
2881
- #: includes/admin/settings/class-settings.php:1249
2882
- msgctxt "settings email"
2883
- msgid "Current date"
2884
- msgstr "التاريخ الحالي"
2885
 
2886
- #: includes/admin/settings/class-settings.php:1252
2887
- msgctxt "settings email"
2888
- msgid "Current time"
2889
- msgstr "الوقت الحالي"
2890
 
2891
- #: includes/admin/tracking.php:188
2892
- msgctxt "tracking"
2893
- msgid "Help Improve Business Directory"
2894
- msgstr "المساعدة في تحسين دليل الأعمال"
 
 
 
 
2895
 
2896
- #: includes/admin/tracking.php:190
2897
- msgctxt "tracking"
2898
  msgid ""
2899
- "Can Business Directory keep track of your theme, plugins, and other non-"
2900
- "personal, non-identifying information to help us in testing the plugin for "
2901
- "future releases?"
2902
  msgstr ""
2903
- "هل يمكن الاحتفاظ بتعقب \"دليل الأعمال\" لقالبك، والإضافات، وغيرها من "
2904
- "المعلومات غير الشخصية، والتي لا تعرف بك لمساعدتنا في اختبار الإضافة "
2905
- "للإصدارات المستقبلية؟"
2906
 
2907
- #: includes/admin/tracking.php:192
2908
- msgctxt "tracking"
2909
- msgid "What do you track?"
2910
- msgstr "ما الذي تتتبع؟"
2911
 
2912
- #: includes/admin/tracking.php:214
2913
- msgctxt "tracking"
2914
- msgid "No, Thanks."
2915
- msgstr "لا، شكرًا."
2916
 
2917
- #: includes/admin/tracking.php:221
2918
- msgctxt "tracking"
2919
- msgid "Allow Tracking"
2920
- msgstr "السماح بالتتبع"
2921
 
2922
- #: includes/admin/upgrades/class-themes-updater.php:128
2923
- msgctxt "themes"
2924
- msgid "Updating theme..."
2925
- msgstr "تحديث القالب..."
2926
 
2927
- #: includes/admin/upgrades/class-themes-updater.php:129
2928
- msgctxt "themes"
2929
- msgid "Theme updated."
2930
- msgstr "تم تحديث القالب"
 
 
 
 
2931
 
2932
- #: includes/admin/upgrades/class-themes-updater.php:131
2933
- msgctxt "themes"
2934
- msgid "New version available (<b>%s</b>). <a>Update now.</a>"
2935
- msgstr "الإصدار الجديد متوفر (<b>%s</b>). <a>التحديث الآن.</a>"
2936
 
2937
- #: includes/admin/upgrades/class-themes-updater.php:159
2938
- msgctxt "themes"
2939
- msgid "Could not update theme: %s"
2940
- msgstr "تعذر تحديث القالب : %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2941
 
2942
- #: includes/admin/upgrades/class-themes-updater.php:165
2943
- #, fuzzy
2944
- msgctxt "themes"
2945
- msgid "Theme was updated successfully."
2946
- msgstr "تم تحديث القالب بنجاح."
2947
 
2948
- #: includes/api.php:405
2949
- msgid "Free"
2950
- msgstr "مجاني"
 
 
 
2951
 
2952
- #: includes/class-fee-plan.php:46
2953
- msgctxt "fees-api"
2954
- msgid "Fee label is required."
2955
- msgstr "رسوم التسمية مطلوبة."
2956
 
2957
- #: includes/class-fee-plan.php:49
2958
- msgctxt "fees-api"
2959
- msgid "Fee amount must be a non-negative decimal number."
2960
- msgstr "يجب أن يكون مبلغ الرسوم عدد عشري غير سالب."
 
 
 
 
 
 
2961
 
2962
- #: includes/class-fee-plan.php:52
2963
- msgctxt "fees-api"
2964
- msgid "Fee must apply to at least one category."
2965
- msgstr "يجب أن تطبق الرسوم على تصنيف واحد على الأقل."
2966
 
2967
- #: includes/class-fee-plan.php:57
2968
- msgctxt "fees-api"
2969
- msgid "Fee listing duration must be a number less than 10 years (3650 days)."
2970
- msgstr "يجب أن تكون رسوم مدة الإعلان بعدد أقل من 10 سنوات (3650 يوما)."
2971
 
2972
- #: includes/class-fees-api.php:20
2973
- msgctxt "fees-api"
2974
- msgid "Free Listing"
2975
- msgstr "إعلان مجاني"
2976
 
2977
- #: includes/class-gateway.php:133
2978
- msgctxt "billing info"
2979
- msgid "Please enter a valid e-mail address."
2980
- msgstr "المرجو إدخال بريد إلكتروني صحيح."
2981
 
2982
- #: includes/class-gateway.php:136
2983
- msgctxt "billing info"
2984
- msgid "First name is required."
2985
- msgstr "الإسم الشخصي مطلوب."
2986
 
2987
- #: includes/class-gateway.php:139
2988
- msgctxt "billing info"
2989
- msgid "Last name is required."
2990
- msgstr "الإسم العائلي مطلوب."
2991
 
2992
- #: includes/class-gateway.php:142
2993
- msgctxt "billing info"
2994
- msgid "Credit card number is required."
2995
- msgstr "مطلوب رقم بطاقة الائتمان."
2996
 
2997
- #: includes/class-gateway.php:145
2998
- msgctxt "billing info"
2999
- msgid "Credit card expiration date is invalid."
3000
- msgstr "تاريخ انتهاء صلاحية بطاقة الائتمان غير صحيح."
3001
 
3002
- #: includes/class-gateway.php:148
3003
- msgctxt "billing info"
3004
- msgid "Credit card CVC number is required."
3005
- msgstr "مطلوب رقم CVC بطاقة الائتمان."
 
 
 
 
 
 
 
 
3006
 
3007
- #: includes/class-gateway.php:151
3008
- msgctxt "billing info"
3009
- msgid "Country is required."
3010
- msgstr "البلد المطلوب."
3011
 
3012
- #: includes/class-gateway.php:154
3013
- msgctxt "billing info"
3014
- msgid "Address is required."
3015
- msgstr "العنوان مطلوب."
3016
 
3017
- #: includes/class-listing-upgrade-api.php:16
3018
- msgctxt "listings-api"
3019
- msgid "Normal Listing"
3020
- msgstr "إعلان عادي"
3021
 
3022
- #: includes/class-listing-upgrade-api.php:20
3023
- msgctxt "listings-api"
3024
- msgid "Featured Listing"
3025
- msgstr "إعلان مميز"
 
 
 
 
3026
 
3027
- #: includes/class-listing.php:319 includes/class-listing.php:345
3028
- msgctxt "listing"
3029
- msgid "(Fee Unavailable)"
3030
- msgstr "(رسم غير متوفر)"
3031
 
3032
- #: includes/class-listings-api.php:334
3033
- msgctxt "notify email"
3034
- msgid "[%s] New listing notification"
3035
- msgstr "[%s] تنبيه الإعلان الجديد"
 
 
 
 
3036
 
3037
- #: includes/class-listings-api.php:353
3038
- msgctxt "notify email"
3039
- msgid "[%s] Listing edit notification"
3040
- msgstr "[%s] تنبيه تحرير الإعلان"
 
3041
 
3042
- #: includes/class-payment.php:223
3043
- msgctxt "listings"
3044
- msgid "Fee \"%s\" for category \"%s\"%s"
3045
- msgstr "رسوم \"%s\" للتصنيف '%s' %s"
3046
 
3047
- #: includes/class-payment.php:226
3048
- msgctxt "listings"
3049
- msgid "(recurring)"
3050
- msgstr "(متكرر)"
3051
 
3052
- #: includes/class-recaptcha.php:100 includes/class-recaptcha.php:115
3053
- msgctxt "recaptcha"
3054
- msgid "The reCAPTCHA wasn't entered correctly."
3055
- msgstr "لم يتم إدخال reCAPTCHA بشكل صحيح."
 
 
 
 
3056
 
3057
- #: includes/class-wpbdp.php:30
3058
- msgctxt "post type general name"
3059
- msgid "Directory"
3060
- msgstr "الدليل"
3061
 
3062
- #: includes/class-wpbdp.php:31
3063
- msgctxt "post type singular name"
3064
- msgid "Listing"
3065
- msgstr "إعلان"
3066
 
3067
- #: includes/class-wpbdp.php:32
3068
- msgctxt "listing"
3069
- msgid "Add New Listing"
3070
- msgstr "إضافة إعلان جديد"
3071
 
3072
- #: includes/class-wpbdp.php:33
3073
- msgctxt "post type"
3074
- msgid "Add New Listing"
3075
- msgstr "إضافة إعلان جديد"
3076
 
3077
- #: includes/class-wpbdp.php:34
3078
- msgid "Edit Listing"
3079
- msgstr "تحرير الإعلان"
 
3080
 
3081
- #: includes/class-wpbdp.php:35
3082
- msgid "New Listing"
3083
- msgstr "إعلان جديد"
 
3084
 
3085
- #: includes/class-wpbdp.php:36
3086
- msgid "View Listing"
3087
- msgstr "عرض الإعلان"
 
3088
 
3089
- #: includes/class-wpbdp.php:37
3090
- msgid "Search Listings"
3091
- msgstr "البحث في الإعلانات"
 
3092
 
3093
- #: includes/class-wpbdp.php:38
3094
- msgid "No listings found"
3095
- msgstr "لم يتم العثور على إعلانات"
 
3096
 
3097
- #: includes/class-wpbdp.php:39
3098
- msgid "No listings found in trash"
3099
- msgstr "لم يتم العثور على إعلانات في سلة المهملات"
 
3100
 
3101
- #: includes/class-wpbdp.php:55
3102
- msgid "Directory Categories"
3103
- msgstr "تصنيفات الدليل"
 
3104
 
3105
- #: includes/class-wpbdp.php:56
3106
- msgid "Directory Category"
3107
- msgstr "تصنيف الدليل"
 
3108
 
3109
- #: includes/class-wpbdp.php:67
3110
- msgid "Directory Tags"
3111
- msgstr "وسوم الدليل"
 
 
 
 
 
 
 
3112
 
3113
- #: includes/class-wpbdp.php:68
3114
- msgid "Directory Tag"
3115
- msgstr "وسم الدليل"
 
 
 
 
 
 
3116
 
3117
- #: includes/compatibility/class-navxt-integration.php:196
3118
- msgctxt "navxt"
3119
- msgid "Submit Listing"
3120
- msgstr "إضافة إعلان"
3121
 
3122
- #: includes/compatibility/class-navxt-integration.php:200
3123
- msgctxt "navxt"
3124
- msgid "Edit Listing"
3125
- msgstr "تحرير الإعلان"
3126
 
3127
- #: includes/compatibility/class-navxt-integration.php:204
3128
- msgctxt "navxt"
3129
- msgid "Search"
3130
- msgstr "بحث"
 
 
 
 
 
3131
 
3132
- #: includes/fields/class-fieldtypes-checkbox.php:9
3133
- msgctxt "form-fields api"
3134
- msgid "Checkbox"
3135
- msgstr "خانة الاختيار"
3136
 
3137
- #: includes/fields/class-fieldtypes-checkbox.php:72
3138
- #: includes/fields/class-fieldtypes-radiobutton.php:68
3139
- #: includes/fields/class-fieldtypes-select.php:151
3140
- msgctxt "form-fields admin"
3141
- msgid "Field Options (for select lists, radio buttons and checkboxes)."
3142
- msgstr "خيارات الحقل (لتحديد القوائم وأزرار الخيارات وخانات الاختيار)."
 
 
3143
 
3144
- #: includes/fields/class-fieldtypes-checkbox.php:93
3145
- #: includes/fields/class-fieldtypes-radiobutton.php:87
3146
- #: includes/fields/class-fieldtypes-select.php:179
3147
- msgctxt "form-fields admin"
3148
- msgid "Field list of options is required."
3149
- msgstr "قائمة خيارات الحقل مطلوبة."
 
 
 
3150
 
3151
- #: includes/fields/class-fieldtypes-date.php:9
3152
- msgctxt "form-fields api"
3153
- msgid "Date Field"
3154
- msgstr "حقل التاريخ"
3155
 
3156
- #: includes/fields/class-fieldtypes-date.php:32
3157
- msgid "%s (ex. %s)"
3158
- msgstr "%s (ex. %s)"
 
 
3159
 
3160
- #: includes/fields/class-fieldtypes-date.php:36
3161
- msgctxt "form-fields api"
3162
- msgid "Date Format"
3163
- msgstr "صيغة التاريخ"
 
3164
 
3165
- #: includes/fields/class-fieldtypes-date.php:61
3166
- msgctxt "date field"
3167
- msgid "%s must be in the format %s."
3168
- msgstr "%s يجب أن يكون بتنسيق %s."
 
 
3169
 
3170
- #: includes/fields/class-fieldtypes-date.php:64
3171
- msgctxt "date field"
3172
- msgid "%s must be a valid date."
3173
- msgstr "%s يجب أن يكون تاريخاً صالحاً."
3174
 
3175
- #: includes/fields/class-fieldtypes-facebook.php:6
3176
- msgctxt "form-fields api"
3177
- msgid "Social Site (Facebook page)"
3178
- msgstr "الموقع الاجتماعي (صفحة الفيسبوك)"
 
 
 
3179
 
3180
- #: includes/fields/class-fieldtypes-image.php:6
3181
- msgctxt "form-fields api"
3182
- msgid "Image (file upload)"
3183
- msgstr "صورة (رفع الملف)"
3184
 
3185
- #: includes/fields/class-fieldtypes-image.php:38
3186
- msgctxt "form-fields-api"
3187
- msgid "Remove"
3188
- msgstr "إزالة"
 
 
 
 
3189
 
3190
- #: includes/fields/class-fieldtypes-linkedin.php:6
3191
- msgctxt "form-fields api"
3192
- msgid "Social Site (LinkedIn profile)"
3193
- msgstr "الموقع الاجتماعي (صفحة LinkedIn)"
3194
 
3195
- #: includes/fields/class-fieldtypes-linkedin.php:21
3196
- msgctxt "form-fields api"
3197
- msgid "You can add your Company ID or profile URL here."
3198
- msgstr "يمكنك إضافة معرف شركتك أو عنوان URL صفحتك الشخصية."
 
 
 
 
3199
 
3200
- #: includes/fields/class-fieldtypes-multiselect.php:6
3201
- msgctxt "form-fields api"
3202
- msgid "Multiple select list"
3203
- msgstr "قائمة تحديد متعددة"
3204
 
3205
- #: includes/fields/class-fieldtypes-multiselect.php:11
3206
- msgctxt "form-fields api"
3207
- msgid "Multiselect List"
3208
- msgstr "قائمة تحديد متعددة"
3209
 
3210
- #: includes/fields/class-fieldtypes-multiselect.php:25
3211
- msgctxt "form-fields-admin"
3212
- msgid "Number of options visible without scrolling"
 
 
 
 
 
 
 
3213
  msgstr ""
 
 
3214
 
3215
- #: includes/fields/class-fieldtypes-multiselect.php:26
3216
- msgctxt "form-fields-admin"
 
 
 
 
 
3217
  msgid ""
3218
- "The height of the list will be adjusted to accommodate the specified number "
3219
- "of options."
 
 
 
3220
  msgstr ""
3221
 
3222
- #: includes/fields/class-fieldtypes-phone-number.php:13
3223
- msgctxt "form fields"
3224
- msgid "Phone Number"
3225
- msgstr "رقم الهاتف"
 
 
 
 
 
 
 
 
 
 
3226
 
3227
- #: includes/fields/class-fieldtypes-radiobutton.php:9
3228
- msgctxt "form-fields api"
3229
- msgid "Radio button"
3230
- msgstr "زر اختيار"
3231
 
3232
- #: includes/fields/class-fieldtypes-select.php:8
3233
- msgctxt "form-fields api"
3234
- msgid "Select List"
3235
- msgstr "قائمة منسدلة"
3236
 
3237
- #: includes/fields/class-fieldtypes-select.php:71
3238
- msgctxt "form-fields-api category-select"
3239
- msgid "-- Choose Terms --"
3240
- msgstr "- اختيار البنود -"
3241
 
3242
- #: includes/fields/class-fieldtypes-select.php:71
3243
- #: includes/fields/class-fieldtypes-select.php:108
3244
- msgctxt "form-fields-api category-select"
3245
- msgid "-- Choose One --"
3246
- msgstr "-- اختار واحد --"
3247
 
3248
- #: includes/fields/class-fieldtypes-select.php:112
3249
- msgctxt "form-fields-api select"
3250
- msgid "— None —"
 
 
 
3251
  msgstr ""
 
 
 
3252
 
3253
- #: includes/fields/class-fieldtypes-select.php:162
3254
- msgctxt "form-fields admin"
3255
- msgid "Allow empty selection on search?"
3256
- msgstr "السماح بالتحديد الفارغ في البحث؟"
3257
-
3258
- #: includes/fields/class-fieldtypes-textarea.php:6
3259
- msgctxt "form-fields api"
3260
- msgid "Textarea"
3261
- msgstr "مربع النص"
3262
 
3263
- #: includes/fields/class-fieldtypes-textarea.php:50
3264
- msgctxt "form-fields admin"
3265
- msgid "Allow HTML input for this field?"
3266
- msgstr "السماح بإدخال HTML لهذا الحقل؟"
3267
 
3268
- #: includes/fields/class-fieldtypes-textarea.php:53
3269
- msgctxt "form-fields admin"
3270
- msgid "Allow IFRAME tags in content?"
3271
- msgstr "السماح لوسوم IFRAME في المحتوى؟"
3272
 
3273
- #: includes/fields/class-fieldtypes-textarea.php:56
3274
- msgctxt "admin form-fields"
3275
  msgid ""
3276
- "Enabling iframe support in your listings can allow users to execute "
3277
- "arbitrary scripts on a page if they want, which can possibly infect your "
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
- "تمكين دعم iframe في الإعلانات يسمح للأعضاء بتنفيذ سكربتات تعسفية على الصفحة "
3283
- "إذا كانوا يريدون، والتي ربما يمكن أن تصيب موقعك بالبرامج الضارة. لا نوصي "
3284
- "باستخدام هذا الإعداد إلا إذا كنت تقوم بإضافة الإعلانات بنفسك وأنت الوحيد من "
3285
- "يتحكم في المحتوى. هل أنت متأكد من أنك تريد تمكين هذا؟"
3286
 
3287
- #: includes/fields/class-fieldtypes-textarea.php:57
3288
- msgctxt "form-fields admin"
3289
- msgid "No"
3290
- msgstr "لا"
3291
 
3292
- #: includes/fields/class-fieldtypes-textarea.php:58
3293
- msgctxt "form-fields admin"
3294
- msgid "Yes"
3295
- msgstr "نعم"
 
 
3296
 
3297
- #: includes/fields/class-fieldtypes-textarea.php:63
3298
- msgctxt "form-fields admin"
3299
- msgid "Allow WordPress shortcodes in this field?"
3300
- msgstr "السماح بالأكواد القصيرة لووردبريس في هذا الحقل؟"
3301
 
3302
- #: includes/fields/class-fieldtypes-textarea.php:66
3303
- msgctxt "form-fields admin"
3304
- msgid "Display a WYSIWYG editor on the frontend?"
3305
- msgstr "عرض محرر WYSIWYG في واجهة الموقع؟"
 
 
3306
 
3307
- #: includes/fields/class-fieldtypes-textarea.php:69
3308
- msgctxt "form-fields admin"
3309
  msgid ""
3310
- "<b>Warning:</b> Users can use this feature to get around your image limits "
3311
- "in fee plans."
3312
  msgstr ""
3313
- "<b>تحذير:</b> يمكن للأعضاء استخدام هذه الميزة للقيام بتحايل على قيود الصورة "
3314
- "الخاصة بك في رسوم الخطط.."
3315
 
3316
- #: includes/fields/class-fieldtypes-textarea.php:70
3317
- msgctxt "form-fields admin"
3318
- msgid "Allow images in WYSIWYG editor?"
3319
- msgstr "السماح بالصور في محرر WYSIWYG؟"
3320
 
3321
- #: includes/fields/class-fieldtypes-textarea.php:73
3322
- msgctxt "form-fields admin"
 
 
 
 
 
3323
  msgid ""
3324
- "<b>Advanced users only!</b> Unless you've been told to change this, don't "
3325
- "switch it unless you know what you're doing."
3326
  msgstr ""
3327
- "<b>للأعضاء المتقدمين فقط!</b> إلا إذا كنت قيل لك بتغيير هذا، لا تبدل إلا إذا "
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/fields/class-fieldtypes-textarea.php:79
3336
- msgctxt "form-fields admin"
3337
- msgid "Automatically generate excerpt from content field?"
3338
- msgstr "تلقائياً إنشاء مقتطفات من حقل المحتوى؟"
3339
 
3340
- #: includes/fields/class-fieldtypes-textfield.php:5
3341
- msgctxt "form-fields api"
3342
- msgid "Textfield"
3343
- msgstr "حقل النص"
3344
 
3345
- #: includes/fields/class-fieldtypes-textfield.php:41
3346
- msgctxt "form-fields api"
3347
- msgid "Format 01/31/1969"
3348
- msgstr "تنسيق 31/01/1969"
3349
 
3350
- #: includes/fields/class-fieldtypes-twitter.php:6
3351
- msgctxt "form-fields api"
3352
- msgid "Social Site (Twitter handle)"
3353
- msgstr "الموقع الاجتماعي (التعامل مع التغريدات)"
3354
 
3355
- #: includes/fields/class-fieldtypes-url.php:5
3356
- msgctxt "form-fields api"
3357
- msgid "URL Field"
3358
- msgstr "حقل الرابط"
3359
 
3360
- #: includes/fields/class-fieldtypes-url.php:22
3361
- msgctxt "form-fields admin"
3362
- msgid "Open link in a new window?"
3363
- msgstr "إفتح الرابط في نافذة جديدة"
3364
 
3365
- #: includes/fields/class-fieldtypes-url.php:25
3366
- msgctxt "form-fields admin"
3367
- msgid "Use rel=\"nofollow\" when displaying the link?"
3368
- msgstr "إستخدام rel = \"nofollow\" عند عرض الارتباط؟"
3369
 
3370
- #: includes/fields/class-fieldtypes-url.php:134
3371
- msgctxt "form-fields api"
3372
- msgid "URL:"
3373
- msgstr "رابط URL:"
3374
 
3375
- #: includes/fields/class-fieldtypes-url.php:141
3376
- msgctxt "form-fields api"
3377
- msgid "Link Text (optional):"
3378
- msgstr "رابط نصي (اختياري):"
 
3379
 
3380
- #: includes/fields/class-form-field.php:56
3381
- msgctxt "form-fields-api"
3382
- msgid "Invalid form field type"
3383
- msgstr "نوع حقل استمارة غير صحيح"
 
3384
 
3385
- #: includes/fields/class-form-field.php:505
3386
- msgctxt "form-fields-api"
3387
- msgid "Field label is required."
3388
- msgstr "تسمية الحقل مطلوب."
3389
 
3390
- #: includes/fields/class-form-field.php:515
3391
- msgctxt "form-fields-api"
3392
- msgid "Requested field type change is incompatible. Type will not be modified."
3393
- msgstr "تغيير نوع الحقل المطلوب غير متوافق. لن يتم تعديل النوع."
3394
 
3395
- #: includes/fields/class-form-field.php:535
3396
- msgctxt "form-fields-api"
3397
- msgid ""
3398
- "There can only be one field with association \"%s\". Please select another "
3399
- "association."
3400
- msgstr "يمكن أن يكون هناك حقل واحد مع رابطة \"%s\". المرجو تحديد رابطة أخرى."
3401
 
3402
- #: includes/fields/class-form-field.php:545
3403
- msgctxt "form-fields-api"
3404
- msgid "\"%s\" is an invalid field type for this association."
3405
- msgstr "\"%s\" نوع حقل غير صالح لهذه الرابطة."
3406
 
3407
- #: includes/fields/class-form-field.php:583
3408
- msgctxt "form-fields-api"
3409
- msgid "Invalid field ID"
3410
- msgstr "معرف حقل غير صالح"
3411
 
3412
- #: includes/fields/class-form-field.php:592
3413
- msgctxt "form-fields api"
3414
- msgid ""
3415
- "This form field can't be deleted because it is required for the plugin to "
3416
- "work."
3417
- msgstr "لا يمكن حذف هذا الحقل لأنه مطلوب لعمل الإضافة."
3418
 
3419
- #: includes/fields/class-form-field.php:604
3420
- msgctxt "form-fields-api"
3421
- msgid "An error occurred while trying to delete this field."
3422
- msgstr "حدث خطأ أثناء محاولة حذف هذا الحقل."
3423
 
3424
- #: includes/form-fields.php:31
3425
- msgctxt "form-fields api"
3426
- msgid "Post Title"
3427
- msgstr "عنوان المقالة"
 
3428
 
3429
- #: includes/form-fields.php:32
3430
- msgctxt "form-fields api"
3431
- msgid "Post Content"
3432
- msgstr "محتوى المقالة"
 
3433
 
3434
- #: includes/form-fields.php:33
3435
- msgctxt "form-fields api"
3436
- msgid "Post Excerpt"
3437
- msgstr "مقطتف المقالة"
3438
 
3439
- #: includes/form-fields.php:34
3440
- msgctxt "form-fields api"
3441
- msgid "Post Category"
3442
- msgstr "تصنيف المقالة"
3443
 
3444
- #: includes/form-fields.php:35
3445
- msgctxt "form-fields api"
3446
- msgid "Post Tags"
3447
- msgstr "وسوم المقالة"
3448
 
3449
- #: includes/form-fields.php:36
3450
- msgctxt "form-fields api"
3451
- msgid "Post Metadata"
3452
- msgstr "البيانات الوصفية للمقالة"
 
3453
 
3454
- #: includes/form-fields.php:38
3455
- msgctxt "form-fields api"
3456
- msgid "Custom"
3457
- msgstr "تخصيص"
3458
 
3459
- #: includes/form-fields.php:318
3460
- msgid "Business Name"
3461
- msgstr "الإسم"
 
3462
 
3463
- #: includes/form-fields.php:320
3464
- msgid "Business Genre"
3465
- msgstr "التصنيف"
 
3466
 
3467
- #: includes/form-fields.php:322
3468
- msgid "Short Business Description"
3469
- msgstr "وصف قصير"
 
3470
 
3471
- #: includes/form-fields.php:324
3472
- msgid "Long Business Description"
3473
- msgstr "وصف مطول"
 
3474
 
3475
- #: includes/form-fields.php:326
3476
- msgid "Business Website Address"
3477
- msgstr "عنوان الموقع"
 
3478
 
3479
- #: includes/form-fields.php:328
3480
- msgid "Business Phone Number"
3481
- msgstr "رقم الهاتف"
 
3482
 
3483
- #: includes/form-fields.php:330
3484
- msgid "Business Fax"
3485
- msgstr "رقم الفاكس"
 
3486
 
3487
- #: includes/form-fields.php:332
3488
- msgid "Business Contact Email"
 
 
 
 
 
 
 
 
 
 
3489
  msgstr "البريد الإلكتروني"
3490
 
3491
- #: includes/form-fields.php:334
3492
- msgid "Business Tags"
3493
- msgstr "الوسوم"
 
3494
 
3495
- #: includes/form-fields.php:336
3496
- msgid "Business Address"
3497
- msgstr "العنوان"
 
 
 
 
 
 
 
3498
 
3499
- #: includes/form-fields.php:338
3500
- msgid "ZIP Code"
3501
- msgstr "الرمز البريدي"
 
3502
 
3503
- #: includes/form-fields.php:458
3504
- msgctxt "form-fields-api"
3505
- msgid "Email Validator"
3506
- msgstr "المصادقة على البريد الإلكتروني"
 
 
 
 
3507
 
3508
- #: includes/form-fields.php:459
3509
- msgctxt "form-fields-api"
3510
- msgid "URL Validator"
3511
- msgstr "المصادقة على URL"
3512
 
3513
- #: includes/form-fields.php:460
3514
- msgctxt "form-fields-api"
3515
- msgid "Whole Number Validator"
3516
- msgstr "المصادقة على رقم صحيح"
3517
 
3518
- #: includes/form-fields.php:461
3519
- msgctxt "form-fields-api"
3520
- msgid "Decimal Number Validator"
3521
- msgstr "المصادقة على رقم عشري"
3522
 
3523
- #: includes/form-fields.php:462
3524
- msgctxt "form-fields-api"
3525
- msgid "Date Validator"
3526
- msgstr "المصادقة على التاريخ"
3527
 
3528
- #: includes/form-fields.php:469
3529
- msgctxt "form-fields-api validation"
3530
- msgid "Field"
3531
- msgstr "حقل"
3532
 
3533
- #: includes/form-fields.php:485 includes/form-fields.php:489
3534
- msgctxt "form-fields-api validation"
3535
- msgid "%s is required."
3536
- msgstr "%s مطلوب."
3537
 
3538
- #: includes/form-fields.php:498 includes/form-fields.php:505
3539
- msgctxt "form-fields-api validation"
3540
- msgid "%s is badly formatted. Valid URL format required. Include http://"
3541
- msgstr "%s مهيأ بشكل سيئ. المطلوب تنسيق URL صالح. يتضمن http://"
3542
 
3543
- #: includes/form-fields.php:519
3544
- msgctxt "form-fields-api validation"
3545
- msgid "%s is badly formatted. Valid Email format required."
3546
- msgstr "%s مهيأ بشكل سيئ. المطلوب تنسيق بريد إلكتروني صالح."
3547
 
3548
- #: includes/form-fields.php:525
3549
- msgctxt "form-fields-api validation"
3550
- msgid "%s must be a number. Decimal values are not allowed."
3551
- msgstr "%s يجب أن تكون عددا. لا يسمح بالقيم العشرية."
3552
 
3553
- #: includes/form-fields.php:531
3554
- msgctxt "form-fields-api validation"
3555
- msgid "%s must be a number."
3556
- msgstr "%s يجب أن تكون عددا."
3557
 
3558
- #: includes/form-fields.php:544
3559
- msgctxt "form-fields-api validation"
3560
- msgid "%s must be in the format %s."
3561
- msgstr "%s يجب أن يكون بتنسيق %s."
 
3562
 
3563
- #: includes/form-fields.php:579
3564
- msgctxt "form-fields-api validation"
3565
- msgid "%s must be a valid date."
3566
- msgstr "%s يجب أن يكون تاريخاً صالحاً."
3567
 
3568
- #: includes/form-fields.php:590
3569
- msgctxt "form-fields-api validation"
3570
- msgid "%s is invalid. Value most be one of %s."
3571
- msgstr "%s غير صالح. يجب أن تكون القيمة واحدة من %s."
3572
 
3573
- #: includes/gateways/class-gateway-authorize-net.php:19
3574
- msgid "Activate Authorize.net?"
3575
- msgstr "تفعيل Authorize.net؟"
 
3576
 
3577
- #: includes/gateways/class-gateway-authorize-net.php:25
3578
- msgid "Login ID"
3579
- msgstr "معرف تسجيل الدخول"
 
3580
 
3581
- #: includes/gateways/class-gateway-authorize-net.php:29
3582
- msgid "Transaction Key"
3583
- msgstr "مفتاح المعاملة"
 
3584
 
3585
- #: includes/gateways/class-gateway-authorize-net.php:40
3586
- msgctxt "authorize-net"
3587
- msgid "Login ID is missing."
3588
- msgstr "معرف تسجيل الدخول مفقود."
 
 
3589
 
3590
- #: includes/gateways/class-gateway-authorize-net.php:43
3591
- msgctxt "authorize-net"
3592
- msgid "Transaction Key is missing."
3593
- msgstr "مفتاح المعاملة مفقود."
3594
 
3595
- #: includes/gateways/class-gateway-authorize-net.php:92
3596
- msgctxt "authorize-net"
3597
  msgid ""
3598
- "The payment gateway didn't accept your credit card or billing information. "
3599
- "The following reason was given: \"%s\"."
3600
  msgstr ""
3601
- "لم تقبل بوابة الدفع بطاقة الائتمان أو معلومات الفوترة الخاصة بك. وذلك للسبب "
3602
- "التالي: \"%s\"."
3603
 
3604
- #: includes/gateways/class-gateway-authorize-net.php:96
3605
- msgctxt "authorize-net"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3606
  msgid ""
3607
- "Your payment is being held for review by the payment gateway. The following "
3608
- "reason was given: \"%s\"."
3609
  msgstr ""
3610
- "الدفع الخاص بك خاضع للمراجعة من طرف قسم الدفع. وذلك للسبب التالي: \"%s\"."
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/gateways/class-gateway-authorize-net.php:116
3619
- msgctxt "authorize-net"
3620
- msgid "Setup fee"
3621
- msgstr "رسم التنصيب"
3622
 
3623
- #: includes/gateways/class-gateway-authorize-net.php:175
3624
- msgctxt "authorize-net"
3625
- msgid "Could not process payment."
3626
- msgstr "تعذر معالجة الدفع."
3627
 
3628
- #: includes/gateways/class-gateway-dummy.php:15
3629
- msgctxt "dummy gateway"
3630
- msgid "Dummy"
3631
- msgstr "وهمية"
3632
 
3633
- #: includes/gateways/class-gateway-dummy.php:38
3634
- msgctxt "dummy gateway"
3635
- msgid "Dummy Gateway"
3636
- msgstr "بوابة وهمية"
3637
 
3638
- #: includes/gateways/class-gateway-dummy.php:39
3639
- msgctxt "dummy gateway"
3640
- msgid "New Status:"
3641
- msgstr "الحالة الجديدة:"
3642
 
3643
- #: includes/gateways/class-gateway-dummy.php:41
3644
- msgctxt "dummy gateway"
3645
- msgid "Completed"
3646
- msgstr "إكتمل"
 
 
 
 
3647
 
3648
- #: includes/gateways/class-gateway-dummy.php:43
3649
- msgctxt "dummy gateway"
3650
- msgid "Pending"
3651
- msgstr " في الانتظار"
3652
 
3653
- #: includes/gateways/class-gateway-dummy.php:45
3654
- msgctxt "dummy gateway"
3655
- msgid "Canceled"
3656
- msgstr "ألغيت"
3657
 
3658
- #: includes/gateways/class-gateway-dummy.php:47
3659
- msgctxt "dummy gateway"
3660
- msgid "Rejected"
3661
- msgstr "مرفوض"
3662
 
3663
- #: includes/gateways/class-gateway-dummy.php:49
3664
- msgctxt "dummy gateway"
3665
- msgid "Process Payment"
3666
- msgstr "عملية الدفع"
3667
 
3668
- #: includes/helpers/class-fs.php:112
3669
- msgctxt "fs helper"
3670
- msgid "Destination dir \"%s\" is not writable."
3671
- msgstr "وجهة المجلد \"%s\" غير قابل للكتابة."
3672
 
3673
- #: includes/installer.php:43
3674
- msgctxt "default category name"
3675
- msgid "General"
3676
- msgstr "عام"
3677
 
3678
- #: includes/installer.php:51
3679
- msgctxt "installer"
3680
- msgid "Default Fee"
3681
- msgstr "رسوم افتراضية"
3682
 
3683
- #: includes/installer.php:502
3684
- msgctxt "installer"
3685
- msgid ""
3686
- "<b>Business Directory Plugin - Regions Module</b> was disabled because it is "
3687
- "incompatible with the current version of Business Directory. Please update "
3688
- "the Regions module."
3689
- msgstr ""
3690
- "تم تعطيل <b>إضافة دليل الأعمال - وحدة المناطق</b> لأنه غير متوافق مع الإصدار "
3691
- "الحالي من الإضافة. يرجى تحديث وحدة المناطق."
3692
 
3693
- #: includes/installer.php:568
3694
- msgctxt "installer"
3695
- msgid "Cleaning up listing fees information... %d/%d"
3696
- msgstr "تنظيف معلومات رسوم الإعلانات...%d/%d"
3697
 
3698
- #: includes/installer.php:618
3699
- msgctxt "installer"
3700
- msgid "Migrating previous transactions to new Payments API... %d/%d"
3701
- msgstr "نقل المعاملات السابقة إلى المدفوعات الجديدة API ...%d/%d"
3702
 
3703
- #: includes/installer.php:647
3704
- msgctxt "installer"
3705
- msgid "Initial listing payment (BD < 3.4)"
3706
- msgstr "دفعة الإعلان الأولية (BD < 3.4)"
 
 
 
 
3707
 
3708
- #: includes/installer.php:658
3709
- msgctxt "installer"
3710
- msgid "Listing edit payment (BD < 3.4)"
3711
- msgstr "دفعة تحرير الإعلان (BD < 3.4)"
3712
 
3713
- #: includes/installer.php:679
3714
- msgctxt "installer"
3715
- msgid "Renewal fee \"%s\" for category \"%s\""
3716
- msgstr "رسوم التجديد \"%s\" للتصنيف \"%s\""
3717
 
3718
- #: includes/installer.php:698
3719
- msgctxt "installer"
3720
- msgid "Listing upgrade to featured"
3721
- msgstr "الترقية الى إعلان مميز"
3722
 
3723
- #: includes/installer.php:1012
3724
- msgctxt "installer"
3725
- msgid ""
3726
- "Cleaning up stored meta data for Checkbox, Radio and Select fields... (%d "
3727
- "records left)"
3728
- msgstr ""
3729
 
3730
- #: includes/installer.php:1061
3731
- msgid "Business Directory - Manual Upgrade Required"
3732
- msgstr "دليل الأعمال - ترقية يدوية مطلوبة"
 
3733
 
3734
- #: includes/installer.php:1063
3735
- msgid ""
3736
- "Business Directory features are currently disabled because the plugin needs "
3737
- "to perform a manual upgrade before continuing."
3738
- msgstr ""
3739
- "تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
3740
- "يدوية قبل المتابعة."
3741
 
3742
- #: includes/installer.php:1065
3743
- msgid "Perform Manual Upgrade"
3744
- msgstr "أداء ترقية يدوية"
 
3745
 
3746
- #: includes/installer.php:1081 includes/installer.php:1082
3747
- #: includes/installer.php:1093
3748
- msgid "Business Directory - Manual Upgrade"
3749
- msgstr "دليل الأعمال - ترقية يدوية"
3750
 
3751
- #: includes/installer.php:1097
3752
- msgid ""
3753
- "Business Directory features are currently disabled because the plugin needs "
3754
- "to perform a manual upgrade before it can be used."
3755
- msgstr ""
3756
- "تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
3757
- "يدوية قبل أن تصلح للاستخدام."
3758
 
3759
- #: includes/installer.php:1099
3760
- msgid "Click \"Start Upgrade\" and wait until the process finishes."
3761
- msgstr "إضغط على \"إبدأ الترقية\" وانتظر حتى انتهاء العملية."
 
3762
 
3763
- #: includes/installer.php:1102
3764
- msgctxt "manual-upgrade"
3765
- msgid "Start Upgrade"
3766
- msgstr "بدء الترقية"
3767
 
3768
- #: includes/installer.php:1104
3769
- msgctxt "manual-upgrade"
3770
- msgid "Pause Upgrade"
3771
- msgstr "توقيف الترقية"
3772
 
3773
- #: includes/installer.php:1110
3774
- #, fuzzy
3775
- msgctxt "manual-upgrade"
3776
- msgid ""
3777
- "The upgrade was successfully performed. Business Directory Plugin is now "
3778
- "available."
3779
- msgstr "تم إجراء الترقية بنجاح. إضافة دليل الأعمال متاحة الآن."
3780
 
3781
- #: includes/installer.php:1113
3782
- msgctxt "manual-upgrade"
3783
- msgid "Go to \"Directory Admin\""
3784
- msgstr "إنتقل إلى \"مشرف الدليل\""
3785
 
3786
- #: includes/installer.php:1148
3787
- msgid "Business Directory - Installation Failed"
3788
- msgstr "دليل الأعمال - ترقية يدوية"
 
3789
 
3790
- #: includes/installer.php:1150
3791
- msgid ""
3792
- "Business Directory installation failed. An exception with following message "
3793
- "was generated:"
3794
- msgstr ""
3795
 
3796
- #: includes/installer.php:1155
3797
- msgid "Please <contact-link>contact customer support</a>."
3798
- msgstr ""
 
3799
 
3800
- #: includes/licensing.php:42 includes/licensing.php:112
3801
- #: includes/licensing.php:113
3802
- msgctxt "settings"
3803
- msgid "Licenses"
3804
- msgstr "التراخيص"
3805
 
3806
- #: includes/licensing.php:46
3807
- msgctxt "settings"
3808
- msgid "Premium Modules"
3809
- msgstr "وحدات ممتازة (Premium)"
3810
 
3811
- #: includes/licensing.php:69
3812
- msgctxt "settings"
3813
- msgid ""
3814
- "The IP address of your server is <ip-address>. Please make sure to include "
3815
- "that information if you need to contact support about problems trying to "
3816
- "activate your licenses."
3817
- msgstr ""
3818
 
3819
- #: includes/licensing.php:154 includes/licensing.php:188
3820
- msgctxt "licensing"
3821
- msgid "Invalid module ID"
3822
- msgstr "معرف وحدة غير صالح"
3823
 
3824
- #: includes/licensing.php:159
3825
- msgctxt "licensing"
3826
- msgid "No license key provided"
3827
- msgstr "لم يتم تقديم أي مفتاح الترخيص"
3828
 
3829
- #: includes/licensing.php:216
3830
- msgctxt "licensing"
3831
- msgid "Deactivation failed"
3832
- msgstr "فشل التعطيل"
3833
 
3834
- #: includes/licensing.php:268
3835
- msgctxt "licensing"
3836
- msgid "Business Directory - License Key Required"
3837
- msgstr "دليل الأعمال - مفتاح الترخيص مطلوب"
3838
 
3839
- #: includes/licensing.php:271
3840
- msgctxt "licensing"
3841
- msgid ""
3842
- "The following premium modules will not work until a valid license key is "
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/licensing.php:292
3851
- msgctxt "licensing"
3852
- msgid "Business Directory - License Key Expired"
3853
- msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
3854
 
3855
- #: includes/licensing.php:293
3856
- msgctxt "licensing"
3857
- msgid ""
3858
- "The license key for <span class=\"module-name\">%s %s</span> has expired. "
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/licensing.php:297
3866
- msgctxt "licensing"
3867
- msgid "Remind me later"
3868
- msgstr "ذكرني لاحقا"
3869
 
3870
- #: includes/licensing.php:299
3871
- msgctxt "licensing"
3872
- msgid "Renew License Key"
3873
- msgstr "تجديد مفتاح الترخيص"
3874
 
3875
- #: includes/licensing.php:386
3876
- msgctxt "licensing"
3877
- msgid "Could not deactivate license: %s."
3878
- msgstr "لا يمكن إلغاء الترخيص: %s."
3879
 
3880
- #: includes/payment.php:91
3881
- msgctxt "payments-api"
3882
- msgid ""
3883
- "You are offering featured listings but have payments turned off. Go to <a "
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/payment.php:109
3893
- msgctxt "payments-api"
3894
- msgid ""
3895
- "The <b>%s</b> gateway is active but not properly configured. The gateway "
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/payment.php:119
3904
- msgctxt "admin"
3905
- msgid ""
3906
- "You have payments turned on but no gateway is active and properly "
3907
- "configured. Go to <a href=\"%s\">Manage Options - Payment</a> to change the "
3908
- "payment settings. Until you change this, the directory will operate in "
3909
- "<i>Free Mode</i>."
3910
  msgstr ""
3911
- "لديك مدفوعات مشغلة ولكن لا توجد بوابة مفعلة ومعدة بشكل صحيح. إذهب إلى <a "
3912
- "href=\"%s\">إدارة الخيارات - الدفع</a> لتغيير إعدادات الدفع. حتى تقوم بتغيير "
3913
- "ذلك، فإن الدليل سيعمل بـ <i>الوضع المجاني.</i>"
3914
 
3915
- #: includes/payment.php:123
 
 
 
 
 
 
3916
  msgid ""
3917
- "BD detected PayFast and another gateway were enabled. This setup is not "
3918
- "recommended due to PayFast supporting only ZAR and the other gateways not "
3919
- "supporting this currency."
 
3920
  msgstr ""
3921
- "اكتشف دليل الأعمال أن PayFast وبوابة أخرى مشغلة. لا ينصح هذا الإعداد بسبب أن "
3922
- "PayFast يدعم فقط عملة ZAR (راند جنوب أفريقيا) والبوابات الأخرى لا تدعم هذه "
3923
- "العملة."
3924
 
3925
- #: includes/payment.php:127
 
 
 
 
 
 
3926
  msgid ""
3927
- "You have recurring renewal of listing fees enabled but the payment gateways "
3928
- "installed don't support recurring payments. Until a gateway that supports "
3929
- "recurring payments (such as PayPal) is enabled automatic renewals will be "
3930
- "disabled."
3931
  msgstr ""
3932
- "عمليات التجديد المتكررة لرسوم الإعلانات مشغلة لديك ولكن بوابات الدفع المثبتة "
3933
- "لا تدعم الدفعات المتكررة. حتى يتم تشغيل بوابة تدعم الدفعات المتكررة (مثل باي "
3934
- "بال PayPal) سيتم تعطيل التجديد التلقائي."
3935
 
3936
- #: includes/payment.php:135
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3937
  msgid ""
3938
- "You have payments enabled but there are no fees available. Users won't be "
3939
- "able to post listings. Please <a href=\"fees\">create some fees</a> or <a "
3940
- "href=\"settings\">configure the Directory</a> to operate in \"Free Mode\"."
 
3941
  msgstr ""
3942
- "المدفوعات ممكَّنة لديك ولكن ليس هناك أي رسوم متاحة. الأعضاء لن يكونوا قادرين "
3943
- "على إضافة إعلانات. يرجى <a href=\"fees\">إنشاء بعض الرسوم</a> أو <a href="
3944
- "\"settings\">إعداد الدليل</a> للعمل في \"الوضع المجاني\"."
3945
 
3946
- #: includes/payment.php:169
3947
- msgctxt "payments-api"
3948
- msgid "Checkout"
3949
- msgstr "إنهاء الشراء"
3950
 
3951
- #: includes/payment.php:170
3952
- msgctxt "payments-api"
3953
- msgid "Pay %1$s through %2$s"
3954
- msgstr "دفع %1$s بواسطة %2$s"
3955
 
3956
- #: includes/payment.php:177
3957
- msgctxt "payments-api"
3958
- msgid "Your transaction has been approved."
3959
- msgstr "تمت الموافقة على المعاملة الخاصة بك."
3960
 
3961
- #: includes/payment.php:363
3962
- msgctxt "payments"
3963
- msgid "Payment Details"
3964
- msgstr "تفاصيل الدفع"
3965
 
3966
- #: includes/payment.php:390
3967
- msgctxt "checkout"
3968
- msgid "Payment Method"
3969
- msgstr "طريقة الدفع"
3970
 
3971
- #: includes/payment.php:424
3972
- msgctxt "payment"
3973
- msgid "Return to Directory."
3974
- msgstr "العودة إلى الدليل."
3975
 
3976
- #: includes/payment.php:431
3977
- msgctxt "payments"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3978
  msgid ""
3979
- "Your payment is being processed by the payment gateway. Please reload this "
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/payment.php:434
3987
- msgctxt "payments"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3988
  msgid ""
3989
- "The payment has been rejected by the payment gateway. Please contact the "
3990
- "site administrator if you think there is an error or click \"Change Payment "
3991
- "Method\" to select another payment method and try again."
 
3992
  msgstr ""
3993
- "تم رفض الدفع عن طريق بوابة الدفع. يرجى الاتصال بمدير الموقع إذا كنت تعتقد أن "
3994
- "هناك خطأ أو إضغط فوق \"تغيير طريقة الدفع\" لتحديد طريقة دفع أخرى وحاول مرة "
3995
- "أخرى."
 
3996
 
3997
- #: includes/payment.php:435
3998
- msgctxt "payments"
3999
- msgid "Change Payment Method"
4000
- msgstr "تغيير طريقة الدفع"
4001
 
4002
- #: includes/payment.php:437
4003
- msgctxt "payments"
4004
  msgid ""
4005
- "The payment has been rejected by the payment gateway. Please contact the "
4006
- "site administrator if you think there is an error."
4007
  msgstr ""
4008
- "تم رفض الدفع عن طريق بوابة الدفع. يرجى الاتصال بمدير الموقع إذا كنت تعتقد أن "
4009
- "هناك خطأ."
4010
 
4011
- #: includes/payment.php:440
4012
- msgctxt "payments"
4013
- msgid "The payment has been canceled at your request."
4014
- msgstr "تم إلغاء الدفع بناء على طلبك."
4015
 
4016
- #: includes/payment.php:538
4017
- msgctxt "admin"
4018
- msgid "Pending Abandonment"
4019
- msgstr "في انتظار التخلي"
4020
 
4021
- #: includes/payment.php:543
4022
- msgctxt "admin"
4023
- msgid "Abandoned"
4024
- msgstr "متخلى عنه"
4025
 
4026
- #: includes/templates-listings.php:55 templates/listing-sticky-tag.tpl.php:3
4027
- #: templates/listing-sticky-tag.tpl.php:4
4028
- msgctxt "templates"
4029
- msgid "Featured Listing"
4030
- msgstr "إعلان مميز"
4031
 
4032
- #: includes/templates-ui.php:169
4033
- msgctxt "templates"
4034
- msgid "No listing categories found."
4035
- msgstr "لم يتم العثور على تصنيفات الإعلانات."
 
 
4036
 
4037
- #: includes/templates-ui.php:200
4038
- msgid "Directory"
4039
- msgstr "الدليل"
 
 
 
4040
 
4041
- #: includes/templates-ui.php:207
4042
- msgid "View All Listings"
4043
- msgstr "مشاهدة جميع الإعلانات"
 
 
 
 
 
4044
 
4045
- #: includes/templates-ui.php:214
4046
- msgid "Create A Listing"
4047
- msgstr "إنشاء إعلان"
 
4048
 
4049
- #: includes/templates-ui.php:247
4050
- msgctxt "templates"
4051
- msgid "Search Listings"
4052
- msgstr "البحث في الإعلانات"
 
4053
 
4054
- #: includes/templates-ui.php:250
4055
- msgctxt "templates"
4056
- msgid "Advanced Search"
4057
- msgstr "بحث متقدم"
 
4058
 
4059
- #: includes/templates-ui.php:279 includes/templates-ui.php:304
4060
- msgctxt "templates sort"
4061
- msgid "Sort By:"
4062
- msgstr "ترتيب حسب:"
 
4063
 
4064
- #: includes/templates-ui.php:298
4065
- msgctxt "sort"
4066
- msgid "Reset"
4067
- msgstr "إعادة تعيين"
 
4068
 
4069
- #: includes/templates-ui.php:320
4070
- msgctxt "sort"
4071
- msgid "(Reset)"
4072
- msgstr "(إعادة تعيين)"
4073
 
4074
- #: includes/themes.php:758
4075
- msgctxt "themes"
4076
- msgid "ZIP file is not a valid BD theme file."
4077
- msgstr "ملف الضغط ZIP ليس ملف قالب دليل الأعمال صالح."
4078
 
4079
- #: includes/themes.php:764
4080
- msgctxt "themes"
4081
- msgid "Could not create themes directory."
4082
- msgstr "تعذر إنشاء مجلد القوالب."
4083
 
4084
- #: includes/themes.php:772
4085
- msgctxt "themes"
4086
- msgid "Could not remove previous theme directory \"%s\"."
4087
- msgstr "تعذر إزالة مجلد القالب السابق \"%s\"."
4088
 
4089
- #: includes/themes.php:778
4090
- msgctxt "themes"
4091
- msgid "Could not move new theme into theme directory."
4092
- msgstr "تعذر نقل القالب الجديد الى مجلد القالب."
4093
 
4094
- #: includes/utils.php:107
4095
- msgctxt "utils"
4096
  msgid ""
4097
- "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
 
4098
  msgstr ""
4099
- "تجاوزت البيانات التي تم نشرها الحد الأقصى لإعدادات PHP. أنظر توجيه "
4100
- "\"post_max_size\"."
4101
 
4102
- #: includes/utils.php:165
4103
- msgctxt "utils"
4104
- msgid "File size (%s) exceeds maximum file size of %s"
4105
- msgstr "حجم الملف (%s) يتجاوز الحجم الأقصى للملف %s"
 
 
 
 
4106
 
4107
- #: includes/utils.php:173
4108
- msgctxt "utils"
4109
- msgid "File size (%s) is inferior to the required minimum file size of %s"
4110
- msgstr "حجم الملف (%s) أقل من الحد الأدنى المطلوب لحجم الملف لـ %s"
 
 
 
 
4111
 
4112
- #: includes/utils.php:182 includes/utils.php:189
4113
- msgctxt "utils"
4114
- msgid "File type \"%s\" is not allowed"
4115
- msgstr "غير مسموح بنوع الملف \"%s\""
 
 
4116
 
4117
- #: includes/utils.php:196
4118
- msgctxt "utils"
4119
- msgid "Unkown error while uploading file."
4120
- msgstr "حدث خطأ مجهول أثناء رفع الملف."
4121
 
4122
- #: includes/utils.php:215
4123
- msgctxt "utils"
4124
- msgid "Uploaded file is not an image"
4125
- msgstr "الملف الذي تم رفعه ليس صورة"
 
 
4126
 
4127
- #: includes/utils.php:224
4128
- msgctxt "utils"
4129
- msgid "Image width (%s px) is inferior to minimum required width of %s px."
4130
- msgstr "عرض الصورة (%s px) هو أقل من الحد الأدنى للعرض المطلوب لـ %s px "
 
 
 
 
4131
 
4132
- #: includes/utils.php:230
4133
- msgctxt "utils"
4134
- msgid "Image height (%s px) is inferior to minimum required height of %s px."
 
 
4135
  msgstr ""
4136
- "ارتفاع الصورة (%s px) هو أقل من الحد الأدنى للارتفاع المطلوب لـ %s px "
4137
 
4138
- #: includes/utils.php:236
4139
- msgctxt "utils"
4140
- msgid "Image width (%s px) is greater than maximum allowed width of %s px."
4141
- msgstr "عرض الصورة (%s px) هو أكبر من الحد الأقصى للعرض المسموح به لـ %s px "
 
4142
 
4143
- #: includes/utils.php:242
4144
- msgctxt "utils"
4145
- msgid "Image height (%s px) is greater than maximum required height of %s px."
 
 
4146
  msgstr ""
4147
- "ارتفاع الصورة (%s px) هو أكبر من الحد الأقصى للارتفاع المطلوب لـ %s px "
4148
-
4149
- #: includes/utils.php:256
4150
- msgctxt "utils"
4151
- msgid "Error while uploading file"
4152
- msgstr "حدث خطأ أثناء رفع الملف."
4153
 
4154
- #: includes/views/all_listings.php:6
4155
- msgctxt "views"
4156
- msgid "View All Listings"
4157
- msgstr "عرض جميع الإعلانات"
 
4158
 
4159
- #: includes/views/checkout.php:28
4160
- msgctxt "payments"
4161
- msgid "Invalid payment id."
4162
- msgstr "معرف الدفع غير صالح."
4163
 
4164
- #: includes/views/checkout.php:86
4165
- msgctxt "checkout"
4166
- msgid "Continue"
4167
- msgstr "متابعة"
4168
 
4169
- #: includes/views/checkout.php:97
4170
- msgctxt "checkout"
4171
  msgid ""
4172
- "Payments are not allowed on the non-secure version of this site. Please "
4173
- "<a>continue to the secure server to proceed with your payment</a>."
4174
  msgstr ""
4175
- "المدفوعات غير مسموحة بالإصدار غير الآمن ل هذا الموقع. يرجى <a>المواصلة إلى "
4176
- "الخادم الآمن لمعالجة الدفع الخاص بك</a>."
4177
 
4178
- #: includes/views/checkout.php:112
4179
- msgctxt "checkout"
 
 
 
 
 
4180
  msgid ""
4181
- "Your payment is being verified. This usually takes a few minutes but can "
4182
- "take up to 24 hours."
4183
  msgstr ""
4184
- "يتم الآن التحقق من الدفع الخاص بك. هذا عادة يستغرق بضع دقائق، لكن يمكن أن "
4185
- "يستغرق مدة تصل إلى 24 ساعة."
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/views/checkout.php:137
4199
- msgctxt "checkout"
4200
- msgid " Return to your listing."
4201
- msgstr "← الرجوع إلى إعلانك."
4202
 
4203
- #: includes/views/delete_listing.php:11
4204
- msgctxt "delete listing"
4205
- msgid "Please log in to delete the listing."
4206
- msgstr "المرجو تسجيل الدخول لحذف الإعلان."
4207
 
4208
- #: includes/views/delete_listing.php:24
4209
- msgctxt "delete listing"
4210
- msgid "Your listing has been deleted."
4211
- msgstr "تم حذف إعلانك."
4212
 
4213
- #: includes/views/listing_contact.php:39
4214
- msgctxt "contact-message"
4215
- msgid "Please enter your name."
4216
- msgstr "يرجى إدخال إسمك."
4217
 
4218
- #: includes/views/listing_contact.php:42
4219
- msgctxt "contact-message"
4220
- msgid "Please enter a valid email."
4221
- msgstr "يرجى إدخال بريد إلكتروني صحيح."
 
4222
 
4223
- #: includes/views/listing_contact.php:45
4224
- msgctxt "contact-message"
4225
- msgid "You did not enter a message."
4226
- msgstr "لم تقم بإدخال رسالة."
4227
 
4228
- #: includes/views/listing_contact.php:48
4229
- msgctxt "contact-message"
4230
- msgid "The reCAPTCHA wasn't entered correctly."
4231
- msgstr "لم يتم إدخال reCAPTCHA بشكل صحيح."
 
 
 
4232
 
4233
- #: includes/views/listing_contact.php:57
4234
- msgctxt "contact form"
4235
- msgid "Please <a>log in</a> to be able to send messages to the listing owner."
4236
- msgstr "يرجى <a>تسجيل الدخول</a> ليتتمكن من إرسال رسائل إلى مالك الإعلان."
4237
 
4238
- #: includes/views/listing_contact.php:76
4239
- msgctxt "contact form"
4240
- msgid "This contact form is temporarily disabled. Please try again later."
4241
- msgstr "نموذج الاتصال هذا معطل مؤقتا. المرجو المحاولة مرة أخرى لاحقا."
4242
 
4243
- #: includes/views/listing_contact.php:113
4244
- msgctxt "templates"
4245
- msgid "Contact listing owner"
4246
- msgstr "إتصل بمالك الإعلان"
4247
 
4248
- #: includes/views/listing_contact.php:117
4249
- msgctxt "templates"
4250
- msgid "Send Message to listing owner"
4251
- msgstr "إرسال رسالة إلى مالك الإعلان"
4252
 
4253
- #: includes/views/listing_contact.php:163
4254
- msgid "l F j, Y \\a\\t g:i a"
4255
- msgstr "l F j, Y \\a\\t g:i a"
 
4256
 
4257
- #: includes/views/listing_contact.php:173
4258
- msgctxt "contact-message"
4259
- msgid "Your message has been sent."
4260
- msgstr "تم حذف إعلانك."
4261
 
4262
- #: includes/views/listing_contact.php:178
4263
- msgctxt "contact-message"
4264
- msgid "%s (admin: %s)"
4265
- msgstr "%s (المدير: %s)"
4266
 
4267
- #: includes/views/listing_contact.php:191
4268
- msgctxt "contact-message"
4269
- msgid "There was a problem encountered. Your message has not been sent"
4270
- msgstr "حدثت مشكلة . لم يتم إرسال الرسالة الخاصة بك."
4271
 
4272
- #: includes/views/listing_contact.php:194
4273
- msgctxt "contact-message"
4274
- msgid "Return to listing."
4275
- msgstr "الرجوع إلى الإعلان."
4276
 
4277
- #: includes/views/main.php:9
4278
- msgctxt "templates"
4279
- msgid ""
4280
- "There are no categories assigned to the business directory yet. You need to "
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/views/main.php:11
4292
- msgctxt "templates"
4293
- msgid "There are currently no listings in the directory."
4294
- msgstr "لا توجد حاليا إعلانات في الدليل."
4295
 
4296
- #: includes/views/main.php:25
4297
- msgctxt "templates"
4298
- msgid ""
4299
- "You have \"Hide Empty Categories\" on and some categories that don't have "
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/views/manage_recurring.php:20
4308
- msgctxt "manage subscriptions"
4309
- msgid "You are not on recurring payments for any of your listings."
4310
- msgstr "أنت لست على دفعات متكررة لأي من الإعلانات الخاصة بك."
4311
 
4312
- #: includes/views/manage_recurring.php:92
4313
- msgctxt "manage subscriptions"
4314
- msgid "Invalid subscription."
4315
- msgstr "الاشتراك غير صالح."
4316
 
4317
- #: includes/views/manage_recurring.php:97
4318
- msgctxt "manage subscriptions"
4319
- msgid " Return to \"Delete Listing\"."
4320
- msgstr " الرجوع إلى \"حذف الإعلان\"."
4321
 
4322
- #: includes/views/manage_recurring.php:103
4323
- msgctxt "manage subscriptions"
4324
- msgid "Subscription canceled."
4325
- msgstr "تم إلغاء الاشتراك."
4326
 
4327
- #: includes/views/renew_listing.php:13
4328
- msgctxt "renewal"
4329
- msgid "Listing renewal is disabled at this moment. Please try again later."
4330
- msgstr "تم تعطيل تجديد الإعلان في هذه اللحظة. يرجى المحاولة مرة أخرى لاحقا."
4331
 
4332
- #: includes/views/renew_listing.php:16
4333
- msgctxt "renewal"
4334
  msgid ""
4335
- "Your renewal ID is invalid. Please use the URL you were given on the renewal "
4336
- "e-mail message."
 
4337
  msgstr ""
4338
- "معرف التجديد الخاص بك غير صالح. يرجى استخدام عنوان URL الذي أعطي لك في رسالة "
4339
- "التجديد بالبريد الإلكتروني."
4340
-
4341
- #: includes/views/renew_listing.php:42
4342
- msgctxt "renewal"
4343
- msgid "Your renewal was successfully cancelled."
4344
- msgstr "تم إلغاء التجديد الخاص بك بنجاح."
4345
 
4346
- #: includes/views/renew_listing.php:54
4347
- msgctxt "listings"
4348
- msgid "Fee \"%s\" renewal for category \"%s\""
4349
- msgstr "رسوم \"%s\" تجديد التصنيف \"%s\""
4350
 
4351
- #: includes/views/renew_listing.php:79
4352
- msgctxt "renewal"
4353
- msgid "Invalid renewal state."
4354
- msgstr "حالة التجديد غير صالحة."
4355
 
4356
- #: includes/views/renew_listing.php:90
4357
- msgctxt "templates"
4358
- msgid "Recurring Fee Management"
4359
- msgstr "إدارة الرسوم المتكررة"
4360
 
4361
- #: includes/views/renew_listing.php:91
4362
- msgctxt "renew"
4363
- msgid ""
4364
- "Because you are on a recurring fee plan you don't have to renew your listing "
4365
- "right now as this will be handled automatically when renewal comes."
4366
- msgstr ""
4367
- "لأنك على خطة الرسوم المتكررة لا تحتاج لتجديد الإعلان الخاص بك الآن لأن ذلك "
4368
- "سيتم معالجته تلقائياً عندما يحين وقت التجديد."
4369
 
4370
- #: includes/views/renew_listing.php:93
4371
- msgctxt "renewal"
4372
- msgid "Current Fee Details"
4373
- msgstr "تفاصيل الرسوم الحالية"
4374
 
4375
- #: includes/views/renew_listing.php:95
4376
- msgctxt "renewal"
4377
- msgid "Number of images:"
4378
- msgstr "عدد الصور:"
4379
 
4380
- #: includes/views/renew_listing.php:97
4381
- msgctxt "renewal"
4382
- msgid "Expiration date:"
4383
- msgstr "تاريخ انتهاء التاريخ:"
4384
 
4385
- #: includes/views/renew_listing.php:101
4386
- msgctxt "renew"
4387
- msgid ""
4388
- "However, if you want to cancel your subscription you can do that on this "
4389
- "page. When the renewal time comes you'll be able to change your settings "
4390
- "again."
4391
- msgstr ""
4392
- "ومع ذلك، إذا كنت ترغب في إلغاء اشتراكك يمكنك عمل ذلك في هذه الصفحة. عندما "
4393
- "يحين وقت التجديد سوف تتمكن من تغيير الإعدادات الخاصة بك مرة أخرى."
4394
 
4395
- #: includes/views/request_access_keys.php:17
4396
- msgctxt "request_access_keys"
4397
  msgid "Please enter a valid e-mail address."
4398
  msgstr "المرجو إدخال بريد إلكتروني صحيح."
4399
 
4400
- #: includes/views/request_access_keys.php:22
4401
- msgctxt "request_access_keys"
4402
- msgid "There are no listings associated to your e-mail address."
4403
- msgstr "لا توجد إعلانات مرتبطة بعنوان بريدك الإلكتروني."
 
 
 
 
 
4404
 
4405
- #: includes/views/request_access_keys.php:26
4406
- msgctxt "request_access_keys"
4407
- msgid "Listing Access Keys"
4408
- msgstr "مفاتيح وصول الإعلان"
4409
 
4410
- #: includes/views/request_access_keys.php:30
4411
- msgctxt "request_access_keys"
4412
- msgid "Access keys have been sent to your e-mail address."
4413
- msgstr "تم إرسال مفاتيح الوصول إلى عنوان بريدك الإلكتروني."
4414
 
4415
- #: includes/views/request_access_keys.php:32
4416
- msgctxt "request_access_keys"
4417
- msgid ""
4418
- "An error occurred while sending the access keys to your e-mail address. "
4419
- "Please try again."
4420
- msgstr ""
4421
- "حدث خطأ أثناء إرسال مفاتيح الوصول إلى عنوان بريدك الإلكتروني. المرجو "
4422
- "المحاولة مرة أخرى."
4423
 
4424
- #: includes/views/search.php:8
4425
- msgctxt "views"
4426
- msgid "Find A Listing"
4427
- msgstr "العثور على إعلان"
4428
 
4429
- #: includes/views/show_listing.php:12
4430
- msgctxt "preview"
4431
- msgid "This is just a preview. The listing has not been published yet."
4432
- msgstr ""
4433
- "Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
4434
- "publiée."
4435
 
4436
- #: includes/views/submit_listing.php:16
4437
- msgctxt "templates"
4438
- msgid ""
4439
- "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
4440
- "Submission?\" setting checked?"
4441
- msgstr ""
4442
- "<b>المشاهدة غير متوفرة</b>. هل لديك \"تعطيل إضافة إعلان من واجهة الموقع؟\" "
4443
- "محددة في الإعدادات؟"
4444
 
4445
- #: includes/views/submit_listing.php:18
4446
- msgctxt "templates"
4447
- msgid "View not available."
4448
- msgstr "المشاهدة غير متوفرة."
4449
 
4450
- #: includes/views/upgrade_listing.php:16
4451
- msgctxt "listing upgrade"
4452
- msgid "Invalid link followed."
4453
- msgstr "اتباع رابط غير صالح."
4454
 
4455
- #: includes/views/upgrade_listing.php:22
4456
- msgctxt "templates"
4457
- msgid "Your listing is already pending approval for \"featured\" status."
4458
- msgstr "إعلانك ينتظر الموافقة مسبقا على حالة \"مميزة\"."
4459
 
4460
- #: includes/views/upgrade_listing.php:23
4461
- msgctxt "templates"
4462
- msgid "Return to listing."
4463
- msgstr "الرجوع إلى الإعلان."
4464
 
4465
- #: includes/views/upgrade_listing.php:49
4466
- #: includes/views/view-submit-listing.php:506
4467
- msgctxt "submit"
4468
- msgid "Listing upgrade to featured"
4469
- msgstr "الترقية الى إعلان مميز"
4470
 
4471
- #: includes/views/view-submit-listing.php:29
4472
- msgctxt "templates"
4473
- msgid ""
4474
- "There are no categories assigned to the business directory yet. You need to "
4475
- "assign some categories to the business directory. Only admins can see this "
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
- #: includes/views/view-submit-listing.php:31
4486
- msgctxt "templates"
4487
- msgid ""
4488
- "Your listing cannot be added at this time. Please try again later. If this "
4489
- "is not the first time you see this warning, please ask the site "
4490
- "administrator to set up one or more categories inside the Directory."
4491
- msgstr ""
4492
- "لا يمكن إضافة الإعلان الخاصة بك في هذا الوقت. يرجى المحاولة مرة أخرى لاحقاً. "
4493
- "إذا كانت هذه ليست المرة الأولى التي ترى هذا التحذير، المرجو الطلب من مدير "
4494
- "الموقع بإعداد واحد أو أكثر من التصنيفات داخل الدليل."
4495
 
4496
- #: includes/views/view-submit-listing.php:43
4497
- msgctxt "templates"
4498
- msgid "You are not authorized to edit this listing."
4499
- msgstr "غير مسموح لك بتحرير هذا الإعلان."
 
4500
 
4501
- #: includes/views/view-submit-listing.php:58
4502
- msgctxt "views"
4503
- msgid "Edit Your Listing"
4504
- msgstr "تحرير إعلانك"
 
4505
 
4506
- #: includes/views/view-submit-listing.php:65
4507
- msgctxt "templates"
4508
- msgid ""
4509
- "You are logged in as an administrator. Any payment steps will be skipped."
4510
- msgstr "لقد تم تسجيل دخولك كمدير. سيتم تخطي أي خطوات للدفع."
4511
 
4512
- #: includes/views/view-submit-listing.php:108
4513
- #, fuzzy
4514
- msgctxt "submit-listing-view"
4515
- msgid ""
4516
- "<b>Business Directory Plugin</b> requires a field associated with the "
4517
- "<b>post category</b> in order to work correctly."
4518
- msgstr ""
4519
- "<b>إضافة دليل الأعمال</b> تتطلب حقل مع <b>%s</b> المرتبطات التالية بالترتيب "
4520
- "لكي تعمل بشكل صحيح."
4521
 
4522
- #: includes/views/view-submit-listing.php:110
4523
- msgctxt "submit-listing-view"
4524
- msgid ""
4525
- "Please go to the <manage-form-fields-link>Manage Form Fields</manage-form-"
4526
- "fields-link> admin page to create the field."
4527
- msgstr ""
4528
 
4529
- #: includes/views/view-submit-listing.php:119
4530
- #, fuzzy
4531
- msgctxt "submit-listing-view"
4532
- msgid ""
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/views/view-submit-listing.php:238
4542
- msgctxt "templates"
4543
- msgid "Please select a fee option for the \"%s\" category."
4544
- msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
4545
 
4546
- #: includes/views/view-submit-listing.php:316
4547
- msgctxt "templates"
4548
- msgid "Please agree to the Terms and Conditions."
4549
- msgstr "يرجى الموافقة على الشروط والأحكام."
4550
 
4551
- #: includes/views/view-submit-listing.php:322
4552
- msgctxt "templates"
4553
  msgid "The reCAPTCHA wasn't entered correctly."
4554
  msgstr "لم يتم إدخال reCAPTCHA بشكل صحيح."
4555
 
4556
- #: includes/views/view-submit-listing.php:339
4557
- msgctxt "templates"
4558
- msgid "Read our Terms and Conditions"
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/widgets/class-listings-widget.php:45
4577
- #: includes/widgets/widget-search.php:22
4578
- msgctxt "widgets"
4579
- msgid "Title:"
4580
- msgstr "العنوان:"
4581
 
4582
- #: includes/widgets/class-listings-widget.php:51
4583
- msgctxt "widgets"
4584
- msgid "Number of listings to display:"
4585
- msgstr "عدد الإعلانات للعرض"
4586
 
4587
- #: includes/widgets/class-listings-widget.php:60
4588
- msgctxt "widgets"
4589
- msgid "Thumbnails"
4590
- msgstr "الصور المصغرة"
4591
 
4592
- #: includes/widgets/class-listings-widget.php:68
4593
- msgctxt "widgets"
4594
- msgid "Show thumbnails"
4595
- msgstr "عرض الصور المصغرة"
4596
 
4597
- #: includes/widgets/class-listings-widget.php:72
4598
- msgctxt "widgets"
4599
- msgid "Image width (in px):"
4600
- msgstr "عرض الصورة (بكسل):"
4601
 
4602
- #: includes/widgets/class-listings-widget.php:78
4603
- msgctxt "widgets"
4604
- msgid "Leave blank for automatic width."
4605
- msgstr "أترك المساحة فارغة للعرض التلقائي."
4606
 
4607
- #: includes/widgets/class-listings-widget.php:83
4608
- msgctxt "widgets"
4609
- msgid "Image height (in px):"
4610
- msgstr "ارتفاع الصورة (بكسل):"
4611
 
4612
- #: includes/widgets/class-listings-widget.php:89
4613
- msgctxt "widgets"
4614
- msgid "Leave blank for automatic height."
4615
- msgstr "أترك المساحة فارغة للارتفاع التلقائي."
4616
 
4617
- #: includes/widgets/widget-featured-listings.php:11
4618
- msgctxt "widgets"
4619
- msgid "Business Directory - Featured Listings"
4620
- msgstr "دليل الأعمال - إعلانات مميزة"
4621
 
4622
- #: includes/widgets/widget-featured-listings.php:12
4623
- msgctxt "widgets"
4624
- msgid "Displays a list of the featured/sticky listings in the directory."
4625
- msgstr "عرض قائمة من الإعلانات المميزة/المثبتة في الدليل."
4626
 
4627
- #: includes/widgets/widget-featured-listings.php:14
4628
- msgctxt "widgets"
4629
- msgid "Featured Listings"
4630
- msgstr "إعلانات مميزة"
4631
 
4632
- #: includes/widgets/widget-featured-listings.php:23
4633
- msgctxt "widgets"
4634
- msgid "Display listings in random order"
4635
- msgstr "عرض الإعلانات في ترتيب عشوائي"
4636
 
4637
- #: includes/widgets/widget-latest-listings.php:11
4638
- msgctxt "widgets"
4639
- msgid "Business Directory - Latest Listings"
4640
- msgstr "دليل الأعمال - آخر الإعلانات"
4641
 
4642
- #: includes/widgets/widget-latest-listings.php:12
4643
- msgctxt "widgets"
4644
- msgid "Displays a list of the latest listings in the Business Directory."
4645
- msgstr "عرض قائمة بآخر الإعلانات في الدليل الأعمال."
4646
 
4647
- #: includes/widgets/widget-latest-listings.php:14
4648
- msgctxt "widgets"
4649
- msgid "Latest Listings"
4650
- msgstr "آخر الإعلانات "
4651
 
4652
- #: includes/widgets/widget-random-listings.php:11
4653
- msgctxt "widgets"
4654
- msgid "Business Directory - Random Listings"
4655
- msgstr "دليل الأعمال - إعلانات عشوائية"
4656
 
4657
- #: includes/widgets/widget-random-listings.php:12
4658
- msgctxt "widgets"
4659
- msgid "Displays a list of random listings from the Business Directory."
4660
- msgstr "عرض قائمة من الإعلانات العشوائية من دليل الأعمال"
4661
 
4662
- #: includes/widgets/widget-random-listings.php:14
4663
- msgctxt "widgets"
4664
- msgid "Random Listings"
4665
- msgstr "إعلانات عشوائية"
4666
 
4667
- #: includes/widgets/widget-search.php:10
4668
- msgctxt "widgets"
4669
- msgid "Business Directory - Search"
4670
- msgstr "دليل الأعمال - بحث"
4671
 
4672
- #: includes/widgets/widget-search.php:11
4673
- msgctxt "widgets"
4674
- msgid "Displays a search form to look for Business Directory listings."
4675
- msgstr "عرض نموذج بحث للبحث عن إعلانات دليل الأعمال."
4676
 
4677
- #: includes/widgets/widget-search.php:18
4678
- msgctxt "widgets"
4679
- msgid "Search the Business Directory"
4680
- msgstr "البحث في دليل الأعمال"
4681
 
4682
- #: includes/widgets/widget-search.php:29
4683
- msgctxt "widgets"
4684
- msgid "Form Style:"
4685
- msgstr "شكل النموذج:"
4686
 
4687
- #: includes/widgets/widget-search.php:37
4688
- msgctxt "widgets"
4689
- msgid "Basic"
4690
- msgstr "أساسي"
4691
 
4692
- #: includes/widgets/widget-search.php:45
4693
- msgctxt "widgets"
4694
- msgid "Advanced"
4695
- msgstr "متقدم"
 
 
4696
 
4697
- #: includes/widgets/widget-search.php:49
4698
- msgctxt "widgets"
4699
- msgid "Search Fields (advanced mode):"
4700
- msgstr "الحقول البحث (الوضع المتقدم):"
4701
 
4702
- #: includes/widgets/widget-search.php:50
4703
- msgctxt "widgets"
4704
- msgid "Display the following fields in the form."
4705
- msgstr "عرض الحقول التالية في النموذج."
4706
 
4707
- #: includes/widgets/widget-search.php:107
4708
- msgctxt "widgets"
4709
- msgid "Search"
4710
- msgstr "بحث"
4711
 
4712
- #: templates/admin/csv-export.tpl.php:9
4713
- msgctxt "admin csv-export"
4714
- msgid ""
4715
- "An unknown error occurred during the export. Please make sure you have "
4716
- "enough free disk space and memory available to PHP. Check your error logs "
4717
- "for details."
4718
- msgstr ""
4719
- "حدث خطأ غير معروف أثناء عملية التصدير. الرجاء التأكد من أن لديك ما يكفي من "
4720
- "المساحة الفارغة على القرص والذاكرة المتاحة إلى بي إتش بي. تحقق من سجلات "
4721
- "الخطأ الخاص بك للحصول على التفاصيل."
4722
 
4723
- #: templates/admin/csv-export.tpl.php:18
4724
- msgctxt "admin csv-export"
4725
- msgid ""
4726
- "Please note that the export process is a resource intensive task. If your "
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
- #: templates/admin/csv-export.tpl.php:30
4736
- msgctxt "admin csv-export"
4737
- msgid "Export Configuration"
4738
- msgstr "ضبط التصدير"
4739
 
4740
- #: templates/admin/csv-export.tpl.php:33
4741
- msgctxt "admin csv-export"
4742
- msgid "Export settings"
4743
- msgstr "إعدادات التصدير"
4744
 
4745
- #: templates/admin/csv-export.tpl.php:37
4746
- msgctxt "admin csv-export"
4747
- msgid "Which listings to export?"
4748
- msgstr "أي لائحة تريد التصدير؟"
4749
 
4750
- #: templates/admin/csv-export.tpl.php:41
4751
- msgctxt "admin csv-export"
4752
- msgid "All"
4753
- msgstr "الكل"
4754
 
4755
- #: templates/admin/csv-export.tpl.php:42
4756
- msgctxt "admin csv-export"
4757
- msgid "Active Only"
4758
- msgstr "المفعل فقط"
4759
 
4760
- #: templates/admin/csv-export.tpl.php:43
4761
- msgctxt "admin csv-export"
4762
- msgid "Active + Pending Renewal"
4763
- msgstr "مفعل + ريثما يتم التجديد"
4764
 
4765
- #: templates/admin/csv-export.tpl.php:49
4766
- msgctxt "admin csv-export"
4767
- msgid "Export images?"
4768
- msgstr "تصدير الصور؟"
4769
 
4770
- #: templates/admin/csv-export.tpl.php:54
4771
- msgctxt "admin csv-export"
4772
- msgid "Export images"
4773
- msgstr "تصدير الصور"
4774
 
4775
- #: templates/admin/csv-export.tpl.php:56
4776
- msgctxt "admin csv-export"
4777
  msgid ""
4778
- "When checked, instead of just a CSV file a ZIP file will be generated with "
4779
- "both a CSV file and listing images."
4780
- msgstr ""
4781
- "عند اختيار الخانة، بدلاً من مجرد ملف CSV سيتم إنشاء ملف مضغوط مع ملف CSV "
4782
- "ولائحة الصور."
4783
 
4784
- #: templates/admin/csv-export.tpl.php:62
4785
- msgctxt "admin csv-export"
4786
- msgid "Additional metadata to export:"
4787
- msgstr "بيانات تعريف إضافية للتصدير:"
4788
 
4789
- #: templates/admin/csv-export.tpl.php:67
4790
- msgctxt "admin csv-export"
4791
- msgid "Include unique IDs for each listing (sequence_id column)."
4792
- msgstr "تتضمن معرفات (IDs) فريدة لكل إعلان (عمود sequence_id)."
4793
 
4794
- #: templates/admin/csv-export.tpl.php:69
4795
- msgctxt "admin csv-export"
4796
- msgid ""
4797
- "If you plan to re-import the listings into BD and don't want new ones "
4798
- "created, select this option!"
4799
- msgstr ""
4800
- "إذا كنت تخطط لإعادة استيراد الإعلانات إلى \"دليل الأعمال\" ولا تريد إنشاء "
4801
- "أخرى جديدة، قم بتحديد هذا الخيار!"
4802
 
4803
- #: templates/admin/csv-export.tpl.php:75
4804
- msgctxt "admin csv-export"
4805
- msgid "Author information (username)"
4806
- msgstr "معلومات الكاتب (إسم المستخدم)"
4807
 
4808
- #: templates/admin/csv-export.tpl.php:80
4809
- msgctxt "admin csv-export"
4810
- msgid "Sticky/featured status"
4811
- msgstr "مثبت/حالة مميزة"
4812
 
4813
- #: templates/admin/csv-export.tpl.php:85
4814
- msgctxt "admin csv-export"
4815
- msgid "Listing expiration date"
4816
- msgstr "إنتهاء صلاحية الإعلان"
4817
 
4818
- #: templates/admin/csv-export.tpl.php:90
4819
- msgctxt "admin csv-export"
4820
- msgid "CSV File Settings"
4821
- msgstr "إعدادات ملف CSV"
4822
 
4823
- #: templates/admin/csv-export.tpl.php:94
4824
- msgctxt "admin csv-export"
4825
- msgid "What operating system will you use to edit the CSV file?"
 
 
 
 
 
4826
  msgstr ""
4827
 
4828
- #: templates/admin/csv-export.tpl.php:94 templates/admin/csv-export.tpl.php:113
4829
- #: templates/admin/csv-export.tpl.php:124 templates/admin/csv-import.tpl.php:43
4830
- #: templates/admin/csv-import.tpl.php:109
4831
- #: templates/admin/csv-import.tpl.php:135
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
- #: templates/admin/csv-export.tpl.php:101
4839
- msgctxt "admin csv-export"
4840
- msgid "Windows"
4841
  msgstr ""
4842
 
4843
- #: templates/admin/csv-export.tpl.php:106
4844
- msgctxt "admin csv-export"
4845
- msgid "macOS"
 
 
4846
  msgstr ""
4847
 
4848
- #: templates/admin/csv-export.tpl.php:108
4849
- msgctxt "admin csv-export"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4850
  msgid ""
4851
- "Windows and macOS versions of MS Excel handle CSV files differently. To make "
4852
- "sure all your listings information is displayed properly when you view or "
4853
- "edit the CSV file, we need to generate different versions of the file for "
4854
- "each operating system."
 
4855
  msgstr ""
 
 
 
 
4856
 
4857
- #: templates/admin/csv-export.tpl.php:113
4858
- msgctxt "admin csv-export"
4859
- msgid "Image Separator"
4860
- msgstr "فاصلة الصورة "
4861
 
4862
- #: templates/admin/csv-export.tpl.php:124
4863
- msgctxt "admin csv-export"
4864
- msgid "Category Separator"
4865
- msgstr "فاصلة التصنيف"
4866
 
4867
- #: templates/admin/csv-export.tpl.php:136
4868
- msgctxt "admin csv-export"
4869
- msgid "Export Listings"
4870
- msgstr "الإعلانات المصدرة"
4871
 
4872
- #: templates/admin/csv-export.tpl.php:142
4873
- msgctxt "admin csv-export"
4874
- msgid "Export in Progress..."
4875
- msgstr "جاري التصدير..."
4876
 
4877
- #: templates/admin/csv-export.tpl.php:143
4878
- msgctxt "admin csv-export"
4879
- msgid ""
4880
- "Your export file is being prepared. Please <u>do not leave</u> this page "
4881
- "until the export finishes."
4882
- msgstr ""
4883
- "جاري إعداد ملف التصدير. المرجو <u>عدم ترك</u> هذه الصفحة حتى انتهاء التصدير."
4884
 
4885
- #: templates/admin/csv-export.tpl.php:146
4886
- msgctxt "admin csv-export"
4887
- msgid "No. of listings:"
4888
- msgstr "أرقام الإعلانات:"
4889
 
4890
- #: templates/admin/csv-export.tpl.php:148
4891
- msgctxt "admin csv-export"
4892
- msgid "Approximate export file size:"
4893
- msgstr "الحجم التقريبي لملف التصدير:"
4894
 
4895
- #: templates/admin/csv-export.tpl.php:155
4896
- msgctxt "admin csv-export"
4897
- msgid "Cancel Export"
4898
- msgstr "إلغاء التصدير"
 
 
 
 
 
4899
 
4900
- #: templates/admin/csv-export.tpl.php:160
4901
- msgctxt "admin csv-export"
4902
- msgid "Export Complete"
4903
- msgstr "تم التصدير"
4904
 
4905
- #: templates/admin/csv-export.tpl.php:161
4906
- msgctxt "admin csv-export"
4907
- msgid ""
4908
- "Your export file has been successfully created and it is now ready for "
4909
- "download."
4910
- msgstr "تم بنجاح إنشاء ملف التصدير، والآن جاهز للتحميل."
4911
 
4912
- #: templates/admin/csv-export.tpl.php:164
4913
- msgctxt "admin csv-export"
4914
- msgid "Download %s (%s)"
4915
- msgstr "تحميل %s (%s)"
 
 
 
 
4916
 
4917
- #: templates/admin/csv-export.tpl.php:170
4918
- msgctxt "admin csv-export"
4919
  msgid ""
4920
- "Click \"Cleanup\" once the file has been downloaded in order to remove all "
4921
- "temporary data created by Business Directory during the export process."
4922
  msgstr ""
4923
- "إضغط على \"تنظيف\" بعد تحميل الملف بغية إزالة جميع البيانات المؤقتة التي تم "
4924
- "إنشاؤها بواسطة \"دليل الأعمال\" أثناء عملية التصدير."
4925
 
4926
- #: templates/admin/csv-export.tpl.php:171
4927
- msgctxt "admin csv-export"
4928
- msgid "Cleanup"
4929
- msgstr "نظف"
 
4930
 
4931
- #: templates/admin/csv-export.tpl.php:176
4932
- msgctxt "admin csv-export"
4933
- msgid "Export Canceled"
4934
- msgstr "ألغي التصدير"
4935
 
4936
- #: templates/admin/csv-export.tpl.php:177
4937
- msgctxt "admin csv-export"
4938
- msgid "The export has been canceled."
4939
- msgstr "تم إلغاء التصدير"
4940
 
4941
- #: templates/admin/csv-export.tpl.php:178
4942
- msgctxt "admin csv-export"
4943
- msgid "← Return to CSV Export"
4944
- msgstr "← العودة إلى تصدير CSV"
4945
 
4946
- #: templates/admin/csv-import-progress.tpl.php:6
4947
- msgctxt "admin csv-import"
4948
- msgid "A fatal error occurred during the import. The reason given was: \"%s\"."
4949
- msgstr "حدث خطأ فادح أثناء عملية الاستيراد. وكان السبب الذي أعطي: \"%s\"."
4950
 
4951
- #: templates/admin/csv-import-progress.tpl.php:10
4952
- msgctxt "admin csv-import"
4953
- msgid ""
4954
- "A fatal error occurred during the import. If connection wasn't lost during "
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
- #: templates/admin/csv-import-progress.tpl.php:13
4964
- #: templates/admin/csv-import-progress.tpl.php:20
4965
- msgctxt "admin csv-import"
4966
- msgid "← Return to CSV Import"
4967
- msgstr "← العودة إلى \"استيراد CSV\""
4968
 
4969
- #: templates/admin/csv-import-progress.tpl.php:18
4970
- msgctxt "admin csv-import"
4971
- msgid "Import Canceled"
4972
- msgstr "ألغي الاستيراد"
4973
 
4974
- #: templates/admin/csv-import-progress.tpl.php:19
4975
- msgctxt "admin csv-import"
4976
- msgid "The import has been canceled."
4977
- msgstr "تم إلغاء الاستيراد."
4978
 
4979
- #: templates/admin/csv-import-progress.tpl.php:26
4980
- msgid "Import Progress"
4981
- msgstr "تقدم الاستيراد"
 
4982
 
4983
- #: templates/admin/csv-import-progress.tpl.php:29
4984
- msgctxt "admin csv-import"
4985
- msgid "Files"
4986
- msgstr "ملفات"
4987
 
4988
- #: templates/admin/csv-import-progress.tpl.php:32
4989
- msgctxt "admin csv-import"
4990
- msgid "Rows in file"
4991
- msgstr "السطور في ملف"
4992
 
4993
- #: templates/admin/csv-import-progress.tpl.php:35
4994
- msgctxt "admin csv-import"
4995
- msgid "Progress"
4996
- msgstr "التقدم"
4997
 
4998
- #: templates/admin/csv-import-progress.tpl.php:39
4999
- msgctxt "admin csv-import"
5000
- msgid "Import has not started. Click \"Start Import\" to begin."
5001
- msgstr "لم يبدأ الاستيراد. إضغط على \"استيراد\" للبدء."
5002
 
5003
- #: templates/admin/csv-import-progress.tpl.php:40
5004
- msgctxt "admin csv-import"
5005
- msgid "Importing CSV file..."
5006
- msgstr "استيراد ملف CSV..."
 
 
 
 
 
5007
 
5008
- #: templates/admin/csv-import-progress.tpl.php:46
5009
- msgctxt "admin csv-import"
5010
- msgid "Start Import"
5011
- msgstr "بدء الاستيراد"
5012
 
5013
- #: templates/admin/csv-import-progress.tpl.php:47
5014
- msgctxt "admin csv-import"
5015
- msgid "Cancel Import"
5016
- msgstr "إلغاء الاستيراد"
5017
 
5018
- #: templates/admin/csv-import-progress.tpl.php:54
5019
- msgctxt "admin csv-import"
5020
- msgid "Import finished"
5021
- msgstr "إنتهاء الاستيراد"
5022
 
5023
- #: templates/admin/csv-import-progress.tpl.php:57
5024
- msgctxt "admin csv-import"
5025
- msgid "Import was completed successfully."
5026
- msgstr "تم الاستيراد بنجاح."
5027
 
5028
- #: templates/admin/csv-import-progress.tpl.php:61
5029
- msgctxt "admin csv-import"
5030
- msgid "Import was completed but some rows were rejected."
5031
- msgstr "تم إكمال عملية الاستيراد ولكن رفضت بعض السطور."
5032
 
5033
- #: templates/admin/csv-import-progress.tpl.php:64
5034
- msgctxt "admin csv-import"
5035
- msgid "Import Summary"
5036
- msgstr "ملخص الاستيراد"
5037
 
5038
- #: templates/admin/csv-import-progress.tpl.php:66
5039
- msgctxt "admin csv-import"
5040
- msgid "Rows in file:"
5041
- msgstr "السطور في ملف:"
 
 
5042
 
5043
- #: templates/admin/csv-import-progress.tpl.php:69
5044
- msgctxt "admin csv-import"
5045
- msgid "Imported rows:"
5046
- msgstr "السطور المستوردة:"
5047
 
5048
- #: templates/admin/csv-import-progress.tpl.php:72
5049
- msgctxt "admin csv-import"
5050
- msgid "Rejected rows:"
5051
- msgstr "السطور المرفوضة:"
 
 
 
 
 
 
 
 
5052
 
5053
- #: templates/admin/csv-import-progress.tpl.php:77
5054
- msgctxt "admin csv-import"
5055
- msgid "Import Warnings"
5056
- msgstr "تحذيرات الاستيراد "
5057
 
5058
- #: templates/admin/csv-import-progress.tpl.php:80
5059
- msgctxt "admin csv-import"
5060
- msgid "Line #"
5061
- msgstr "سطر #"
 
 
 
 
 
 
 
5062
 
5063
- #: templates/admin/csv-import-progress.tpl.php:81
5064
- msgctxt "admin csv-import"
5065
- msgid "Line"
5066
- msgstr "سطر"
 
 
 
 
 
 
5067
 
5068
- #: templates/admin/csv-import-progress.tpl.php:82
5069
- msgctxt "admin csv-import"
5070
- msgid "Warning"
5071
- msgstr "تحذير"
5072
 
5073
- #: templates/admin/csv-import.tpl.php:12 templates/admin/csv-import.tpl.php:248
5074
- msgctxt "admin csv-import"
5075
- msgid "Help"
5076
- msgstr "المساعدة"
5077
 
5078
- #: templates/admin/csv-import.tpl.php:13
5079
- msgctxt "admin csv-import"
5080
- msgid "See an example CSV import file"
5081
- msgstr "مشاهدة مثال لملف استيراد CSV"
5082
 
5083
- #: templates/admin/csv-import.tpl.php:21
5084
- msgctxt "admin csv-import"
5085
- msgid "Here, you can import data into your directory using the CSV format."
5086
- msgstr "هنا، يمكنك استيراد البيانات إلى الدليل الخاص بك باستخدام تنسيق CSV."
5087
 
5088
- #: templates/admin/csv-import.tpl.php:29
5089
- msgctxt "admin csv-import"
5090
  msgid ""
5091
- "We strongly recommend reading our <a>CSV import documentation</a> first to "
5092
- "help you do things in the right order."
 
5093
  msgstr ""
5094
- "نوصي بشدة بقراءة <a>وثائق شرح استيراد CSV</a> أولاً لتساعدك على القيام "
5095
- "بالأشياء بالترتيب الصحيح."
5096
-
5097
- #: templates/admin/csv-import.tpl.php:38
5098
- msgctxt "admin csv-import"
5099
- msgid "Import Files"
5100
- msgstr "استيراد الملفات"
5101
 
5102
- #: templates/admin/csv-import.tpl.php:43
5103
- msgctxt "admin csv-import"
5104
- msgid "CSV File"
5105
- msgstr "ملف CSV"
 
 
 
 
 
 
5106
 
5107
- #: templates/admin/csv-import.tpl.php:55 templates/admin/csv-import.tpl.php:86
5108
- msgctxt "admin csv-import"
5109
- msgid "... or <a>select a file uploaded to the imports folder</a>"
5110
- msgstr ".. أو <a>حدد ملفا تم تحميله إلى مجلد الاستراد</a>"
5111
 
5112
- #: templates/admin/csv-import.tpl.php:65 templates/admin/csv-import.tpl.php:96
5113
- msgctxt "admin csv-import"
5114
- msgid "(Upload new file)"
5115
- msgstr "(رفع ملف جديد)"
 
 
 
 
5116
 
5117
- #: templates/admin/csv-import.tpl.php:74
5118
- msgctxt "admin csv-import"
5119
- msgid "ZIP file containing images"
5120
- msgstr "ملف مضغوط يحتوي على صور"
5121
 
5122
- #: templates/admin/csv-import.tpl.php:105
5123
- msgctxt "admin csv-import"
5124
- msgid "CSV File Settings"
5125
- msgstr "إعدادات ملف CSV"
5126
 
5127
- #: templates/admin/csv-import.tpl.php:109
5128
- msgctxt "admin csv-import"
5129
- msgid "Column Separator"
5130
- msgstr "فاصلة الأعمدة"
5131
 
5132
- #: templates/admin/csv-import.tpl.php:117
5133
- msgctxt "admin csv-import"
5134
- msgid "Comma (,)"
5135
- msgstr ""
5136
 
5137
- #: templates/admin/csv-import.tpl.php:123
5138
- msgctxt "admin csv-import"
5139
- msgid "Semicolon (;)"
 
 
5140
  msgstr ""
 
 
5141
 
5142
- #: templates/admin/csv-import.tpl.php:129
5143
- msgctxt "admin csv-import"
5144
- msgid "TAB"
 
 
5145
  msgstr ""
 
 
5146
 
5147
- #: templates/admin/csv-import.tpl.php:135
5148
- msgctxt "admin csv-import"
5149
- msgid "Image Separator"
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
- #: templates/admin/csv-import.tpl.php:161
5163
- msgctxt "admin csv-import"
5164
- msgid "Post status of imported listings"
5165
- msgstr "حالة مقالة الإعلانات المستوردة"
 
5166
 
5167
- #: templates/admin/csv-import.tpl.php:173
5168
- msgctxt "admin csv-import"
5169
- msgid "Missing categories handling"
5170
- msgstr "معالجة التصنيفات المفقودة"
5171
 
5172
- #: templates/admin/csv-import.tpl.php:178
5173
- msgctxt "admin csv-import"
5174
- msgid "Auto-create categories"
5175
- msgstr "الإنشاء التلقائي للتصنيفات"
5176
 
5177
- #: templates/admin/csv-import.tpl.php:181
5178
- msgctxt "admin csv-import"
5179
- msgid "Generate errors when a category is not found"
5180
- msgstr "إنشاء أخطاء عند عدم العثور على تصنيف"
 
5181
 
5182
- #: templates/admin/csv-import.tpl.php:186
5183
- msgctxt "admin csv-import"
5184
- msgid "Keep existing listing images?"
5185
- msgstr "الاحتفاظ بصور الإعلانات الموجودة؟"
5186
 
5187
- #: templates/admin/csv-import.tpl.php:191
5188
- msgctxt "admin csv-import"
5189
- msgid "Keep existing images."
5190
- msgstr "الاحتفاظ بالصور الموجودة."
5191
 
5192
- #: templates/admin/csv-import.tpl.php:192
5193
- msgctxt "admin csv-import"
5194
- msgid "Appends new images while keeping current ones."
5195
- msgstr "إلحاق الصور الجديدة مع الاحتفاظ بالموجودة حاليا."
5196
 
5197
- #: templates/admin/csv-import.tpl.php:197
5198
- msgctxt "admin csv-import"
5199
- msgid "Assign listings to a user?"
5200
- msgstr "تعيين إعلانات للعضو؟"
5201
 
5202
- #: templates/admin/csv-import.tpl.php:203
5203
- msgctxt "admin csv-import"
5204
- msgid "Assign listings to a user."
5205
- msgstr "تعيين إعلانات للعضو."
5206
 
5207
- #: templates/admin/csv-import.tpl.php:208
5208
- msgctxt "admin csv-import"
5209
- msgid "Use a default user for listings?"
5210
- msgstr "استخدام العضو الافتراضي للإعلانات؟"
 
 
 
 
 
 
 
 
 
5211
 
5212
- #: templates/admin/csv-import.tpl.php:214
5213
- msgctxt "admin csv-import"
 
 
 
 
 
5214
  msgid ""
5215
- "Select a default user to be used if the username column is not present in "
5216
- "the CSV file."
 
5217
  msgstr ""
5218
- "حدد العضو الافتراضي لاستخدامه إذا كان العمود إسم المستخدم غير موجود في ملف "
5219
- "CSV."
 
5220
 
5221
- #: templates/admin/csv-import.tpl.php:219
5222
- msgctxt "admin csv-import"
5223
- msgid "Default listing user"
5224
- msgstr "إعلان العضو الافتراضي"
5225
 
5226
- #: templates/admin/csv-import.tpl.php:225
5227
- msgctxt "admin csv-import"
5228
  msgid ""
5229
- "This user will be used if the username column is not present in the CSV file."
5230
- msgstr "سيتم استخدام هذا العضو إذا كان عمود إسم المستخدم غير موجود في ملف CSV."
 
 
 
5231
 
5232
- #: templates/admin/csv-import.tpl.php:230
5233
- msgctxt "admin csv-import"
5234
- msgid "Disable e-mail notifications during import?"
5235
- msgstr "تعطيل تنبيهات البريد الإلكتروني أثناء عملية الاستيراد؟"
5236
 
5237
- #: templates/admin/csv-import.tpl.php:235
5238
- msgctxt "admin csv-import"
5239
- msgid "Disable e-mail notifications."
5240
- msgstr "تعطيل التنبيهات."
5241
 
5242
- #: templates/admin/csv-import.tpl.php:241
5243
- msgctxt "admin csv-import"
5244
- msgid "Test Import"
5245
- msgstr "اختبار الاستيراد"
5246
 
5247
- #: templates/admin/csv-import.tpl.php:242
5248
- msgctxt "admin csv-import"
5249
- msgid "Import Listings"
5250
- msgstr "استيراد الإعلانات"
 
 
 
 
 
 
 
 
 
5251
 
5252
- #: templates/admin/csv-import.tpl.php:250
5253
- msgctxt "admin csv-import"
5254
  msgid ""
5255
- "The following are the valid header names to be used in the CSV file. "
5256
- "Multivalued fields (such as category or tags) can appear multiple times in "
5257
- "the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
5258
- "how an import file should look like."
5259
  msgstr ""
5260
- "فيما يلي أسماء رؤوس صالحة لاستخدامها في ملف CSV. يمكن أن تظهر حقول متعددة "
5261
- "القيم (مثل تصنيف أو وسوم) عدة مرات في الملف. إضغط فوق <a href=\"%s\">\"انظر "
5262
- "مثال لملف استيراد CSV\"</a> لمعرفة كيف يجب أن يبدو ملف الاستيراد."
5263
 
5264
- #: templates/admin/csv-import.tpl.php:257
5265
- msgctxt "admin csv-import"
5266
- msgid "Header name/label"
5267
- msgstr "إسم رأس/التسمية"
5268
 
5269
- #: templates/admin/csv-import.tpl.php:258
5270
- msgctxt "admin csv-import"
5271
- msgid "Field"
5272
- msgstr "حقل"
 
5273
 
5274
- #: templates/admin/csv-import.tpl.php:259
5275
- msgctxt "admin csv-import"
5276
- msgid "Type"
5277
- msgstr "نوع"
5278
 
5279
- #: templates/admin/csv-import.tpl.php:260
5280
- msgctxt "admin csv-import"
5281
- msgid "Required?"
5282
- msgstr "مطلوب؟"
5283
 
5284
- #: templates/admin/csv-import.tpl.php:261
5285
- msgctxt "admin csv-import"
5286
- msgid "Multivalued?"
5287
- msgstr "متعدد القيم؟"
5288
 
5289
- #: templates/admin/csv-import.tpl.php:283
5290
- msgctxt "admin csv-import"
5291
- msgid "Semicolon separated list of listing images (from the ZIP file)"
5292
- msgstr "لائحة مفصولة بفاصلة منقوطة لصور الإعلانات (من ملف مضغوط)"
5293
 
5294
- #: templates/admin/csv-import.tpl.php:290
5295
- msgctxt "admin csv-import"
5296
- msgid "Listing author's username"
5297
- msgstr "إسم مستخدم كاتب الإعلان"
5298
 
5299
- #: templates/admin/csv-import.tpl.php:297
5300
- msgctxt "admin csv-import"
5301
- msgid ""
5302
- "Internal Sequence ID used to allow listing updates from external sources."
5303
- msgstr ""
5304
- "معرف (ID) تسلسل داخلي يستخدم للسماح للإعلان بالتحديثات من مصادر خارجية."
5305
 
5306
- #: templates/admin/csv-import.tpl.php:304
5307
- msgctxt "admin csv-import"
5308
- msgid ""
5309
- "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
5310
- "adding or updating listings from external sources."
5311
- msgstr ""
5312
- "تاريخ انتهاء صلاحية الإعلان بهذا التنسيق YYYY-MM-dd. \"استخدام\" هذا العمود "
5313
- "عند إضافة أو تحديث الإعلانات من مصادر خارجية."
5314
 
5315
- #: templates/admin/debug-info.tpl.php:5
5316
- msgctxt "debug-info"
5317
- msgid ""
5318
- "The following information can help BD developers debug possible problems "
5319
- "with your setup."
5320
- msgstr ""
5321
- "المعلومات التالية يمكن أن تساعد مطورين \"دليل الأعمال\" لتصحيح المشاكل "
5322
- "المحتملة مع الإعدادات الخاص بك."
5323
 
5324
- #: templates/admin/debug-info.tpl.php:6
5325
- msgctxt "debug-info"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5326
  msgid ""
5327
- "The debug information does not contain personal or sensitive information "
5328
- "such as passwords or private keys."
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/admin/fees-addoredit.tpl.php:23
5339
- msgctxt "fees admin"
5340
- msgid "Add Listing Fee"
5341
- msgstr "إضافة رسوم الإعلان"
5342
 
5343
- #: templates/admin/fees-addoredit.tpl.php:23
5344
- msgctxt "fees admin"
5345
- msgid "Edit Listing Fee"
5346
- msgstr "تعديل رسوم الإعلان"
5347
 
5348
- #: templates/admin/fees-addoredit.tpl.php:35
5349
- msgctxt "fees admin"
5350
- msgid "Fee Label"
5351
- msgstr "تسمية الرسوم"
5352
 
5353
- #: templates/admin/fees-addoredit.tpl.php:46
5354
- msgctxt "fees admin"
5355
- msgid "Fee Amount"
5356
- msgstr "مبلغ الرسوم"
5357
 
5358
- #: templates/admin/fees-addoredit.tpl.php:62
5359
- msgctxt "fees admin"
5360
- msgid "Listing run in days"
5361
- msgstr "الإعلان يعمل طيلة أيام"
5362
 
5363
- #: templates/admin/fees-addoredit.tpl.php:65
5364
- msgctxt "fees admin"
5365
- msgid "run listing for"
5366
- msgstr "تشغيل الإعلان لـ"
5367
 
5368
- #: templates/admin/fees-addoredit.tpl.php:74
5369
- msgctxt "fees admin"
5370
- msgid "days"
5371
- msgstr "يوم"
 
 
 
 
5372
 
5373
- #: templates/admin/fees-addoredit.tpl.php:77
5374
- msgctxt "fees admin"
5375
- msgid "run listing forever"
5376
- msgstr "تشغيل الإعلان إلى الأبد"
5377
 
5378
- #: templates/admin/fees-addoredit.tpl.php:82
5379
- msgctxt "fees admin"
5380
- msgid "Number of images allowed"
5381
- msgstr "عدد الصور المسموح بها"
5382
 
5383
- #: templates/admin/fees-addoredit.tpl.php:94
5384
- msgctxt "fees admin"
5385
- msgid "Is featured listing/sticky?"
5386
- msgstr "هذا إعلان مميز/مثبت"
5387
 
5388
- #: templates/admin/fees-addoredit.tpl.php:102
5389
- msgctxt "fees admin"
5390
- msgid ""
5391
- "This floats the listing to the top of search results and browsing the "
5392
- "directory when the user buys this plan."
5393
- msgstr ""
5394
- "هذا يظهر الإعلان أعلى نتائج البحث وأثناء تصفح الدليل عندما يشتري العضو هذه "
5395
- "الخطة."
 
 
 
5396
 
5397
- #: templates/admin/fees-addoredit.tpl.php:107
5398
- msgctxt "fees admin"
5399
- msgid "Apply to category"
5400
- msgstr "تنطبق على التصنيف"
 
 
 
 
 
 
 
5401
 
5402
- #: templates/admin/fees-addoredit.tpl.php:111
5403
- #: templates/admin/fees-addoredit.tpl.php:114
5404
- msgctxt "fees admin"
5405
- msgid "* All Categories *"
5406
- msgstr "* جميع التصنيفات *"
5407
 
5408
- #: templates/admin/fees-addoredit.tpl.php:128
5409
- msgctxt "fees admin"
5410
- msgid "Fee Description"
5411
- msgstr "رسم الوصف"
5412
 
5413
- #: templates/admin/fees-addoredit.tpl.php:143
5414
- msgctxt "fees admin"
5415
- msgid "Add Fee"
5416
- msgstr "إضافة رسم"
 
5417
 
5418
- #: templates/admin/fees-addoredit.tpl.php:143
5419
- msgctxt "fees admin"
5420
- msgid "Update Fee"
5421
- msgstr "تحديث الرسم"
5422
 
5423
- #: templates/admin/fees-confirm-delete.tpl.php:2
5424
- msgctxt "fees admin"
5425
- msgid "Delete Listing Fee"
5426
- msgstr "حذف رسم الإعلان"
5427
 
5428
- #: templates/admin/fees-confirm-delete.tpl.php:7
5429
- msgctxt "fees admin"
5430
- msgid "Are you sure you want to disable the \"%s\" fee?"
5431
- msgstr "هل أنت متأكد من أنك تريد تعطيل الرسم \"%s\"؟"
 
 
 
 
 
 
5432
 
5433
- #: templates/admin/fees-confirm-delete.tpl.php:9
5434
- msgctxt "fees admin"
5435
- msgid "Are you sure you want to delete the \"%s\" fee?"
5436
- msgstr "هل أنت متأكد من أنك تريد حذف رسم \"%s\"؟"
5437
 
5438
- #: templates/admin/fees-confirm-delete.tpl.php:16
5439
- msgctxt "fee admin"
5440
- msgid "Disable Fee"
5441
- msgstr "تعطيل الرسم"
5442
 
5443
- #: templates/admin/fees-confirm-delete.tpl.php:16
5444
- msgctxt "fee admin"
5445
- msgid "Delete Fee"
5446
- msgstr "حذف الرسم"
5447
 
5448
- #: templates/admin/fees.tpl.php:3
5449
- msgctxt "fees admin"
5450
- msgid "Add New Listing Fee"
5451
- msgstr "إضافة رسم إعلان جديد"
 
 
5452
 
5453
- #: templates/admin/fees.tpl.php:10
5454
- msgctxt "fees admin"
5455
- msgid "Payments are currently turned off."
5456
- msgstr "نظام الدفع متوقف حاليا."
5457
 
5458
- #: templates/admin/fees.tpl.php:13
5459
- msgctxt "fees admin"
5460
  msgid ""
5461
- "To manage fees you need to go to the <a>Manage Options - Payment</a> page "
5462
- "and check the box next to 'Turn On Payments' under 'Payment Settings'."
5463
- msgstr ""
5464
- "لإدارة الرسوم أنت بحاجة للذهاب إلى صفحة <a>إدارة الخيارات - الدفع</a> وحدد "
5465
- "المربع بجوار 'تشغيل الدفعات' تحت 'إعدادات الدفع'."
5466
 
5467
- #: templates/admin/fees.tpl.php:24
5468
- msgctxt "fees admin"
5469
- msgid "Order fees on the frontend by:"
5470
- msgstr "رسوم الترتيب على الواجهة بواسطة:"
 
 
 
 
5471
 
5472
- #: templates/admin/fees.tpl.php:32
5473
- msgctxt "fees admin"
5474
- msgid " Ascending"
5475
- msgstr " تصاعدي"
5476
 
5477
- #: templates/admin/fees.tpl.php:32
5478
- msgctxt "fees admin"
5479
- msgid " Descending"
5480
- msgstr " تنازلي"
 
 
 
 
 
5481
 
5482
- #: templates/admin/fees.tpl.php:38
5483
- msgctxt "fees admin"
5484
- msgid "Drag and drop to re-order fees."
5485
- msgstr "سحب وإسقاط لإعادة ترتيب الرسوم."
5486
 
5487
- #: templates/admin/fees.tpl.php:54
5488
- msgctxt "fees admin"
5489
- msgid ""
5490
- "These are all of the fee plans displayed to the user when they place a "
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/admin/fees.tpl.php:57 templates/admin/fees.tpl.php:63
5500
- #: templates/admin/fees.tpl.php:77
5501
- msgctxt "fees admin"
5502
- msgid "Paid"
5503
- msgstr "تم الدفع"
5504
 
5505
- #: templates/admin/fees.tpl.php:57 templates/admin/fees.tpl.php:63
5506
- #: templates/admin/fees.tpl.php:77
5507
- msgctxt "fees admin"
5508
- msgid "Free"
5509
- msgstr "مجاني"
5510
 
5511
- #: templates/admin/fees.tpl.php:60
5512
- msgctxt "fees admin"
5513
- msgid ""
5514
- "These are all of the fee plans that aren't available because you're in \"%s"
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/admin/fees.tpl.php:66
5522
- msgctxt "fees admin"
5523
- msgid ""
5524
- "These fee plans were disabled by the admin and will not show to the end user "
5525
- "regardless of mode until you enable them."
5526
- msgstr ""
5527
- "خطط الرسوم هذه كانت معطلة من قبل الإدارة ولن تظهر للعضو بغض النظر عن الوضع "
5528
- "حتى تقوم بفعيلها."
5529
 
5530
- #: templates/admin/fees.tpl.php:74
5531
- msgctxt "fees admin"
5532
- msgid ""
5533
- "These are all of the fee plans you have configured. Not all of them are "
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/admin/fees.tpl.php:89 templates/admin/sidebar.tpl.php:13
5541
- msgctxt "admin sidebar"
5542
- msgid "PayPal Gateway Module"
5543
- msgstr "وحدة البوابة باي بال (PayPal)"
5544
 
5545
- #: templates/admin/fees.tpl.php:90 templates/admin/sidebar.tpl.php:14
5546
- msgctxt "admin sidebar"
5547
- msgid "2Checkout Gateway Module"
5548
- msgstr "وحدة البوابة توتشيك أوت (2Checkout)"
5549
 
5550
- #: templates/admin/fees.tpl.php:91 templates/admin/sidebar.tpl.php:5
5551
- msgctxt "admin sidebar"
5552
- msgid "PayFast Payment Module"
5553
- msgstr "وحدة الدفع بايفاست (PayFast)"
5554
 
5555
- #: templates/admin/fees.tpl.php:92 templates/admin/sidebar.tpl.php:6
5556
- msgctxt "admin sidebar"
5557
- msgid "Stripe Payment Module"
5558
- msgstr "وحدة الدفع سترايب (Stripe)"
5559
 
5560
- #: templates/admin/fees.tpl.php:102
5561
- msgctxt "admin templates"
5562
- msgid ""
5563
- "It does not appear you have any of the payment gateway modules enabled. "
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/admin/fees.tpl.php:118
5575
- msgctxt "admin templates"
5576
- msgid "Already installed."
5577
- msgstr "مُركب مسبقا"
5578
 
5579
- #: templates/admin/fees.tpl.php:123
5580
- msgctxt "admin templates"
5581
- msgid ""
5582
- "You can buy the <a>%s</a> to add <a>%s</a> as a payment option for your "
5583
- "users."
5584
- msgstr "يمكنك شراء <a>%s</a> لإضافة <a>%s</a> كخيار دفع للأعضاء."
5585
 
5586
- #: templates/admin/form-fields-addoredit.tpl.php:1
5587
- msgctxt "form-fields admin"
5588
- msgid "Add Form Field"
5589
- msgstr "أضف حقل الاستمارة"
5590
 
5591
- #: templates/admin/form-fields-addoredit.tpl.php:14
5592
- msgctxt "form-fields admin"
5593
- msgid "Field Association"
5594
- msgstr "رابطة الحقل"
5595
 
5596
- #: templates/admin/form-fields-addoredit.tpl.php:14
5597
- #: templates/admin/form-fields-addoredit.tpl.php:36
5598
- #: templates/admin/form-fields-addoredit.tpl.php:60
5599
- msgctxt "form-fields admin"
5600
- msgid "required"
5601
- msgstr "مطلوب"
 
 
 
5602
 
5603
- #: templates/admin/form-fields-addoredit.tpl.php:36
5604
- msgctxt "form-fields admin"
5605
- msgid "Field Type"
5606
- msgstr "نوع الحقل"
5607
 
5608
- #: templates/admin/form-fields-addoredit.tpl.php:60
5609
- msgctxt "form-fields admin"
5610
- msgid "Field Label"
5611
- msgstr "تسمية الحقل"
5612
 
5613
- #: templates/admin/form-fields-addoredit.tpl.php:70
5614
- msgctxt "form-fields admin"
5615
- msgid "Field description"
5616
- msgstr "وصف الحقل"
 
 
5617
 
5618
- #: templates/admin/form-fields-addoredit.tpl.php:70
5619
- msgctxt "form-fields admin"
5620
- msgid "optional"
5621
- msgstr "إختياري"
5622
 
5623
- #: templates/admin/form-fields-addoredit.tpl.php:87
5624
- msgctxt "form-fields admin"
5625
- msgid "Field-specific settings"
5626
- msgstr "إعدادات حقل خاص"
5627
 
5628
- #: templates/admin/form-fields-addoredit.tpl.php:96
5629
- msgctxt "form-fields admin"
5630
- msgid "Field validation options"
5631
- msgstr "خيارات التحقق من صحة الحقل"
5632
 
5633
- #: templates/admin/form-fields-addoredit.tpl.php:100
5634
- msgctxt "form-fields admin"
5635
- msgid "Field Validator"
5636
- msgstr "مصادقة الحقول"
 
 
5637
 
5638
- #: templates/admin/form-fields-addoredit.tpl.php:104
5639
- msgctxt "form-fields admin"
5640
- msgid "No validation"
5641
- msgstr "لا يوجد تحقق من الصحة"
5642
 
5643
- #: templates/admin/form-fields-addoredit.tpl.php:116
5644
- msgctxt "form-fields admin"
5645
- msgid "Is field required?"
5646
- msgstr "هل هذا الحقل مطلوب؟"
 
 
 
 
 
5647
 
5648
- #: templates/admin/form-fields-addoredit.tpl.php:122
5649
- msgctxt "form-fields admin"
5650
- msgid "This field is required."
5651
- msgstr "هذا الحقل مطلوب."
5652
 
5653
- #: templates/admin/form-fields-addoredit.tpl.php:130
5654
- msgctxt "form-fields admin"
5655
- msgid "Field display options"
5656
- msgstr "خيارات عرض الحقل"
5657
 
5658
- #: templates/admin/form-fields-addoredit.tpl.php:134
5659
- msgctxt "form-fields admin"
5660
- msgid "Show this value in excerpt view?"
5661
- msgstr "إظهار هذه القيمة في مشاهدة المقتطفات؟"
5662
 
5663
- #: templates/admin/form-fields-addoredit.tpl.php:140
5664
- msgctxt "form-fields admin"
5665
- msgid "Display this value in post excerpt view."
5666
- msgstr "عرض هذه القيمة في مشاهدة مقتطفات المقالة."
5667
 
5668
- #: templates/admin/form-fields-addoredit.tpl.php:146
5669
- msgctxt "form-fields admin"
5670
- msgid "Show this value in listing view?"
5671
- msgstr "إظهار هذه القيمة في مشاهدة الإعلان؟"
 
 
 
5672
 
5673
- #: templates/admin/form-fields-addoredit.tpl.php:152
5674
- msgctxt "form-fields admin"
5675
- msgid "Display this value in the listing view."
5676
- msgstr "عرض هذه القيمة في مشاهدة الإعلان."
5677
 
5678
- #: templates/admin/form-fields-addoredit.tpl.php:158
5679
- msgctxt "form-fields admin"
5680
- msgid "Include this field in the search form?"
5681
- msgstr "تضمين هذا الحقل في نموذج البحث؟"
5682
 
5683
- #: templates/admin/form-fields-addoredit.tpl.php:164
5684
- msgctxt "form-fields admin"
5685
- msgid "Include this field in the search form."
5686
- msgstr "تضمين هذا الحقل في نموذج البحث."
5687
 
5688
- #: templates/admin/form-fields-addoredit.tpl.php:170
5689
- msgctxt "form-fields admin"
5690
- msgid "Hide this field's label?"
5691
- msgstr "إخفاء تسمية هذا الحقل؟"
5692
 
5693
- #: templates/admin/form-fields-addoredit.tpl.php:176
5694
- msgctxt "form-fields admin"
5695
- msgid "Hide this field's label when displaying it."
5696
- msgstr "إخفاء تسمية هذا الحقل عند عرضه."
5697
 
5698
- #: templates/admin/form-fields-addoredit.tpl.php:183
5699
- msgctxt "form-fields admin"
5700
- msgid "Update Field"
5701
- msgstr "تحديث الحقل"
5702
 
5703
- #: templates/admin/form-fields-addoredit.tpl.php:185
5704
- msgctxt "form-fields admin"
5705
- msgid "Add Field"
5706
- msgstr "إضافة حقل"
 
5707
 
5708
- #: templates/admin/form-fields-confirm-delete.tpl.php:2
5709
- msgctxt "form-fields admin"
5710
- msgid "Delete Form Field"
5711
- msgstr "حذف حقل النموذج"
5712
 
5713
- #: templates/admin/form-fields-confirm-delete.tpl.php:6
5714
- msgctxt "form-fields admin"
5715
- msgid "Are you sure you want to delete the \"%s\" field?"
5716
- msgstr "هل أنت متأكد من أنك تريد حذف الحقل \"%s\"؟"
 
5717
 
5718
- #: templates/admin/form-fields-confirm-delete.tpl.php:12
5719
- msgctxt "form-fields admin"
5720
- msgid "Delete Field"
5721
- msgstr "حذف حقل"
5722
 
5723
- #: templates/admin/form-fields-tags.tpl.php:5
5724
- msgctxt "form-fields admin"
5725
- msgid "-- None --"
5726
- msgstr "-- إختر --"
5727
 
5728
- #: templates/admin/form-fields-tags.tpl.php:14
5729
- msgctxt "form-fields admin"
5730
- msgid "Theme Tags"
5731
- msgstr "وسوم القالب"
5732
 
5733
- #: templates/admin/form-fields-tags.tpl.php:19
5734
- msgctxt "form-fields admin"
5735
  msgid ""
5736
- "Before you create fields, make sure you've mapped all of your EXISTING ones "
5737
- "first, otherwise you'll appear to be \"missing data\" on your listings."
 
5738
  msgstr ""
5739
- "قبل إنشاء الحقول، تأكد من أنك قمت بتعيين كل الموجودين مسبقا، وإلا سوف تبدو "
5740
- "\"بيانات مفقودة\" في إعلاناتك."
5741
 
5742
- #: templates/admin/form-fields-tags.tpl.php:22
5743
- msgctxt "form-fields admin"
5744
- msgid "Create Missing Fields"
5745
- msgstr "إنشاء الحقول المفقودة"
 
 
 
 
5746
 
5747
- #: templates/admin/form-fields-tags.tpl.php:30
5748
- msgctxt "form-fields admin"
5749
- msgid "Field Tag"
5750
- msgstr "وسم الحقل"
5751
 
5752
- #: templates/admin/form-fields-tags.tpl.php:31
5753
- msgctxt "form-fields admin"
5754
- msgid "Field"
5755
- msgstr "حقل"
5756
 
5757
- #: templates/admin/form-fields.tpl.php:3
5758
- msgctxt "form-fields admin"
5759
- msgid "Add New Form Field"
5760
- msgstr "إضافة حقل نموذج جديد"
5761
 
5762
- #: templates/admin/form-fields.tpl.php:4
5763
- msgctxt "form-fields admin"
5764
- msgid "Preview Form"
5765
- msgstr "معاينة الاستمارة"
5766
 
5767
- #: templates/admin/form-fields.tpl.php:6 templates/admin/themes.tpl.php:4
5768
- msgctxt "form-fields admin"
5769
- msgid "Manage Theme Tags"
5770
- msgstr "إدارة وسوم القالب"
5771
 
5772
- #: templates/admin/form-fields.tpl.php:12
5773
- msgctxt "form-fields admin"
5774
- msgid ""
5775
- "Here, you can create new fields for your listings, edit or delete existing "
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
- #: templates/admin/form-fields.tpl.php:18
5783
- msgctxt "form-fields admin"
5784
- msgid "Please see the <a>Form Fields documentation</a> for more details."
5785
- msgstr "المرجو مراجعة <a>وثائق حقول الاستمارة</a> للحصول على مزيد من التفاصيل."
5786
 
5787
- #. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.12.1) #-#-#-#-#
5788
- #. Plugin Name of the plugin/theme
5789
- #: templates/admin/header.tpl.php:4
5790
- msgid "Business Directory Plugin"
5791
- msgstr "Business Directory Plugin"
5792
 
5793
- #: templates/admin/home.tpl.php:4
5794
- msgctxt "admin home"
5795
- msgid "Welcome to Business Directory Plugin. You are using %s."
5796
- msgstr "مرحبا بكم في إضافة دليل الأعمال. أنت تستخدم %s."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5797
 
5798
- #: templates/admin/home.tpl.php:5
5799
- msgctxt "admin home"
5800
- msgid ""
5801
- "Thanks for choosing us. There's a lot you probably want to get done, so "
5802
- "let's jump right in!"
5803
- msgstr ""
5804
- "شكرا لاختيارك لنا. هناك ربما الكثير الذي تريد القيام به، لذلك هيا بنا!"
5805
 
5806
- #: templates/admin/home.tpl.php:11
5807
- msgctxt "admin home"
5808
- msgid ""
5809
- "Our complete documentation is <a>here</a> which we encourage you to use "
5810
- "while setting things up."
5811
- msgstr ""
5812
- "لدينا وثائق شرح كاملة <a>هنا</a> ونشجعك على استخدامها أثناء إعداد الإضافة."
5813
 
5814
- #: templates/admin/home.tpl.php:14
5815
- msgctxt "admin home"
5816
- msgid ""
5817
- "We have some quick-start scenarios that you will find useful regarding setup "
5818
- "and configuration <a>here</a>."
5819
- msgstr ""
5820
- "لدينا بعض سيناريوهات البداية السريعة التي سوف تجدها مفيدة فيما يتعلق "
5821
- "بالتثبيت والإعداد<a> هنا</a>."
5822
 
5823
- #: templates/admin/home.tpl.php:18
5824
- msgctxt "admin home"
5825
- msgid ""
5826
- "If you have questions, please post a comment on <a>support forum</a> and "
5827
- "we'll answer it within 24 hours most days."
5828
- msgstr ""
5829
- "إذا كانت لديك أسئلة، المرجو نشر تعليق في <a>منتدى الدعم</a> وسوف نقوم "
5830
- "بالإجابة عليه في غضون 24 ساعة معظم الأيام."
5831
 
5832
- #: templates/admin/home.tpl.php:25
5833
- msgid "Configure/Manage Options"
5834
- msgstr "خيارات الإعداد/الإدارة"
 
5835
 
5836
- #: templates/admin/home.tpl.php:28
5837
- msgid "Setup/Manage Form Fields"
5838
- msgstr "حقول استمارة التثبيت/الإدارة"
 
5839
 
5840
- #: templates/admin/home.tpl.php:31
5841
- msgid "Setup/Manage Fees"
5842
- msgstr "إعداد/إدارة الرسوم"
 
5843
 
5844
- #: templates/admin/home.tpl.php:37
5845
- msgid "Featured Listings Pending Upgrade"
5846
- msgstr "إعلانات مميزة تنتظر الترقية "
 
5847
 
5848
- #: templates/admin/home.tpl.php:44
5849
- msgid "Manage Paid Listings"
5850
- msgstr "إدارة الإعلانات المدفوعة"
 
 
 
 
 
5851
 
5852
- #: templates/admin/listing-change-fee.tpl.php:3
5853
- msgctxt "admin listing fee"
5854
- msgid "Listing Fee Selection"
5855
- msgstr "تحديد رسوم الإعلان"
5856
 
5857
- #: templates/admin/listing-change-fee.tpl.php:5
5858
- msgctxt "admin listing fee"
5859
- msgid "Select a fee plan to be used for this listing in the \"%s\" category."
5860
- msgstr "حدد خطة رسوم لاستخدامها لهذا الإعلان في تصنيف \"%s\"."
5861
 
5862
- #: templates/admin/listing-change-fee.tpl.php:11
5863
- msgctxt "admin listing fee"
5864
- msgid "Current"
5865
- msgstr "الحالي"
5866
 
5867
- #: templates/admin/listing-change-fee.tpl.php:14
5868
- msgctxt "admin listing fee"
5869
- msgid "Use this fee"
5870
- msgstr "استخدام هذه الرسوم"
5871
 
5872
- #: templates/admin/listing-change-fee.tpl.php:21
5873
- msgctxt "admin infometabox"
5874
- msgid "%d image"
5875
- msgid_plural "%d images"
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/admin/listing-change-fee.tpl.php:23
5884
- msgctxt "admin infometabox"
5885
- msgid "Listing never expires"
5886
- msgstr "الإعلان لا ينتهي"
5887
 
5888
- #: templates/admin/listing-change-fee.tpl.php:25
5889
- msgctxt "admin infometabox"
5890
- msgid "%d day"
5891
- msgid_plural "%d days"
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
- #: templates/admin/listing-metabox-categories.tpl.php:22
5900
- msgctxt "admin infometabox"
5901
- msgid "No categories on this listing. Please add one to associate fees."
5902
- msgstr "لا توجد تصنيفات لهذا الإعلان. المرجو إضافة واحد لربط الرسوم."
 
 
 
 
5903
 
5904
- #: templates/admin/listing-metabox-categories.tpl.php:29
5905
- msgctxt "admin infometabox"
5906
- msgid "(recurring)"
5907
- msgstr "(متكرر)"
 
 
 
 
 
5908
 
5909
- #: templates/admin/listing-metabox-categories.tpl.php:34
5910
- msgctxt "admin infometabox"
5911
- msgid "Expired"
5912
- msgstr "منتهي الصلاحية"
5913
 
5914
- #: templates/admin/listing-metabox-categories.tpl.php:37
5915
- msgctxt "admin infometabox"
5916
- msgid "Payment Pending"
5917
- msgstr "في انتظار الدفع"
5918
 
5919
- #: templates/admin/listing-metabox-categories.tpl.php:41
5920
- msgctxt "admin infometabox"
5921
- msgid "OK"
5922
- msgstr "حسنا"
5923
 
5924
- #: templates/admin/listing-metabox-categories.tpl.php:49
5925
- msgctxt "admin infometabox"
5926
- msgid "Fee"
5927
- msgstr "الرسم"
5928
 
5929
- #: templates/admin/listing-metabox-categories.tpl.php:54
5930
- msgctxt "admin infometabox"
5931
- msgid "# Images"
5932
- msgstr "# الصور"
 
 
 
 
5933
 
5934
- #: templates/admin/listing-metabox-categories.tpl.php:62
5935
- msgctxt "admin infometabox"
5936
- msgid "Expired on"
5937
- msgstr "منتهي الصلاحية في"
 
 
 
 
5938
 
5939
- #: templates/admin/listing-metabox-categories.tpl.php:64
5940
- msgctxt "admin infometabox"
5941
- msgid "Expires on"
5942
- msgstr "ستنتهي الصلاحية في"
5943
 
5944
- #: templates/admin/listing-metabox-categories.tpl.php:72
5945
- msgctxt "admin infometabox"
5946
- msgid "Click to manually change expiration date."
5947
- msgstr "إضغط لتغيير تاريخ انتهاء الصلاحية يدويا."
5948
 
5949
- #: templates/admin/listing-metabox-categories.tpl.php:75
5950
- msgctxt "admin infometabox"
5951
- msgid "Never expires"
5952
- msgstr "لا ينتهي"
 
 
5953
 
5954
- #: templates/admin/listing-metabox-categories.tpl.php:75
5955
- msgctxt "admin infometabox"
5956
- msgid "Edit"
5957
- msgstr "تحرير"
5958
 
5959
- #: templates/admin/listing-metabox-categories.tpl.php:87
5960
- msgctxt "admin infometabox"
5961
- msgid "See payment info"
5962
- msgstr "شاهد معلومات الدفع"
 
5963
 
5964
- #: templates/admin/listing-metabox-categories.tpl.php:92
5965
- msgctxt "admin infometabox"
5966
- msgid "Renewal URL (copy & paste)"
5967
- msgstr "تجديد عنوان URL (نسخة & لصق)"
 
5968
 
5969
- #: templates/admin/listing-metabox-categories.tpl.php:92
5970
- msgctxt "admin infometabox"
5971
- msgid "Show renewal link"
5972
- msgstr "إظهار رابط التجديد"
 
 
 
 
 
5973
 
5974
- #: templates/admin/listing-metabox-categories.tpl.php:99
5975
- msgctxt "admin infometabox"
5976
- msgid "Send renewal e-mail to user"
5977
- msgstr "إرسال رسالة بريد إلكتروني بخصوص التجديد للعضو"
 
 
5978
 
5979
- #: templates/admin/listing-metabox-categories.tpl.php:107
5980
- msgctxt "admin infometabox"
5981
- msgid "Renew manually..."
5982
- msgstr "تجديد يدويا..."
 
 
 
 
 
 
 
5983
 
5984
- #: templates/admin/listing-metabox-categories.tpl.php:107
5985
- msgctxt "admin infometabox"
5986
- msgid "Change fee..."
5987
- msgstr "تغيير الرسوم..."
5988
 
5989
- #: templates/admin/listing-metabox-categories.tpl.php:115
5990
- msgctxt "admin infometabox"
5991
- msgid "Remove category"
5992
- msgstr "إزالة التصنيف"
 
5993
 
5994
- #: templates/admin/listing-metabox-fees.tpl.php:1
5995
- msgctxt "admin infometabox"
5996
- msgid "Fee Information"
5997
- msgstr "معلومات الرسوم"
5998
 
5999
- #: templates/admin/listing-metabox-fees.tpl.php:3
6000
- msgctxt "admin infometabox"
6001
- msgid "Payment Mode:"
6002
- msgstr "طريقة الدفع:"
6003
 
6004
- #: templates/admin/listing-metabox-fees.tpl.php:3
6005
- msgctxt "admin infometabox"
6006
- msgid "Paid"
6007
- msgstr "تم الدفع"
6008
 
6009
- #: templates/admin/listing-metabox-fees.tpl.php:3
6010
- msgctxt "admin infometabox"
6011
- msgid "Free"
6012
- msgstr "مجاني"
6013
 
6014
- #: templates/admin/listing-metabox-fees.tpl.php:6
6015
- msgctxt "admin infometabox"
6016
- msgid "To change your payment mode, go to <a href=\"%s\">Payment Settings</a>."
6017
- msgstr ""
6018
- "لتغيير طريقة الدفع الخاصة بك، انتقل إلى <a href=\"%s\">إعدادات الدفع</a>."
6019
 
6020
- #: templates/admin/listing-metabox-fees.tpl.php:12
6021
- msgctxt "admin infometabox"
6022
- msgid ""
6023
- "Note: In Free mode, the fee plans will always be set to \"Free Listing\" "
6024
- "below."
6025
- msgstr ""
6026
- "ملاحظة: في الوضع المجاني، رسم الخطط سيكون دائما معين إلى \"إعلان مجاني\" "
6027
- "أدناه."
6028
 
6029
- #: templates/admin/listing-metabox-fees.tpl.php:22
6030
- #: templates/admin/listing-metabox-feesummary.tpl.php:12
6031
- msgctxt "admin infometabox"
6032
- msgid "Renew listing in all expired categories"
6033
- msgstr "تجديد قائمة في جميع فئات منتهية الصلاحية"
6034
 
6035
- #: templates/admin/listing-metabox-feesummary.tpl.php:1
6036
- msgctxt "admin infometabox"
6037
- msgid "Categories for this listing"
6038
- msgstr "التصنيفات لهذا الإعلان"
6039
 
6040
- #: templates/admin/listing-metabox-transactions.tpl.php:3
6041
- msgctxt "admin infometabox"
6042
- msgid "Initial Payment"
6043
- msgstr "الدفعة الأولية"
6044
 
6045
- #: templates/admin/listing-metabox-transactions.tpl.php:4
6046
- msgctxt "admin infometabox"
6047
- msgid "Listing Edit"
6048
- msgstr "تحرير الإعلان"
6049
 
6050
- #: templates/admin/listing-metabox-transactions.tpl.php:5
6051
- msgctxt "admin infometabox"
6052
- msgid "Listing Renewal"
6053
- msgstr "تجديد الإعلان"
6054
 
6055
- #: templates/admin/listing-metabox-transactions.tpl.php:6
6056
- msgctxt "admin infometabox"
6057
- msgid "Upgrade to sticky"
6058
- msgstr "الترقية إلى مثبت"
6059
 
6060
- #: templates/admin/listing-metabox-transactions.tpl.php:10
6061
- msgctxt "admin"
6062
- msgid "Payments History"
6063
- msgstr "سجل المدفوعات"
6064
 
6065
- #: templates/admin/listing-metabox-transactions.tpl.php:12
6066
- msgctxt "admin listing metabox"
6067
- msgid "Click a payment to see the details or approve/reject the transaction."
6068
- msgstr "إضغط فوق دفع للاطلاع على تفاصيل أو الموافقة على/رفض المعاملة."
6069
 
6070
- #: templates/admin/listing-metabox-transactions.tpl.php:16
6071
- msgctxt "listing metabox"
6072
- msgid "There are no transactions associated to this listing."
6073
- msgstr "لا توجد معاملات مرتبطة بهذا الإعلان."
6074
 
6075
- #: templates/admin/payment-details.tpl.php:7
6076
- msgctxt "admin payments"
6077
- msgid "Payment Details"
6078
- msgstr "تفاصيل الدفع"
6079
 
6080
- #: templates/admin/payment-details.tpl.php:9
6081
- msgctxt "admin payments"
6082
- msgid "Payment #%d"
6083
- msgstr "الدفع #%d"
6084
 
6085
- #: templates/admin/payment-details.tpl.php:16
6086
- msgctxt "admin payments"
6087
- msgid "Created on"
6088
- msgstr "تاريخ الإنشاء"
6089
 
6090
- #: templates/admin/payment-details.tpl.php:19
6091
- msgctxt "admin infometabox"
6092
- msgid "Amount"
6093
- msgstr "قدر"
6094
 
6095
- #: templates/admin/payment-details.tpl.php:22
6096
- msgctxt "admin infometabox"
6097
- msgid "Gateway"
6098
- msgstr "بوابة"
6099
 
6100
- #: templates/admin/payment-details.tpl.php:26
6101
- msgctxt "admin infometabox"
6102
- msgid "Processed on"
6103
- msgstr "تمت معالجته في"
6104
 
6105
- #: templates/admin/payment-details.tpl.php:28
6106
- msgctxt "admin infometabox"
6107
- msgid "Processed by"
6108
- msgstr "تمت معالجته بواسطة"
6109
 
6110
- #: templates/admin/payment-details.tpl.php:41
6111
- msgctxt "admin payments"
6112
- msgid "Approve payment"
6113
- msgstr "الموافقة على الدفع"
6114
 
6115
- #: templates/admin/payment-details.tpl.php:46
6116
- msgctxt "admin payments"
6117
- msgid "Reject payment"
6118
- msgstr "رفض الدفع"
6119
 
6120
- #: templates/admin/settings-reset.tpl.php:2
6121
- msgid "Business Directory - Reset Defaults"
6122
- msgstr "دليل الأعمال - إعادة تعيين الافتراضي"
 
6123
 
6124
- #: templates/admin/settings-reset.tpl.php:4
6125
- msgctxt "settings"
6126
- msgid "← Return to \"Manage Options\""
6127
- msgstr "← العودة إلى \"إدارة الخيارات\""
6128
 
6129
- #: templates/admin/settings-reset.tpl.php:10
6130
- msgid ""
6131
- "Use this option if you want to go back to the original factory settings for "
6132
- "BD."
6133
- msgstr ""
6134
- "استخدم هذا الخيار إذا كنت تريد العودة إلى إعدادات المصنع الأصلية لدليل "
6135
- "الأعمال."
 
 
6136
 
6137
- #: templates/admin/settings-reset.tpl.php:11
6138
- msgid "Please note that all of your existing settings will be lost."
6139
- msgstr "يرجى ملاحظة أنه سيتم فقدان كافة الإعدادات الحالية الخاصة بك."
 
6140
 
6141
- #: templates/admin/settings-reset.tpl.php:17
6142
- msgid "Reset Defaults"
6143
- msgstr "إعادة تعيين الوضع الافتراضي"
 
6144
 
6145
- #: templates/admin/settings.tpl.php:2
6146
- msgid "Business Directory Settings"
6147
- msgstr "إعدادات دليل الأعمال"
 
6148
 
6149
- #: templates/admin/settings.tpl.php:4
6150
- msgctxt "settings"
6151
- msgid "Reset Defaults"
6152
- msgstr "إعادة تعيين الوضع الافتراضي"
6153
 
6154
- #: templates/admin/settings.tpl.php:21
6155
- msgid "Settings updated."
6156
- msgstr "تم تحديث الإعدادات"
 
 
 
 
 
 
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/themes-delete-confirm.tpl.php:1
6334
- #: templates/admin/themes-delete-confirm.tpl.php:13
6335
- msgctxt "themes admin"
6336
- msgid "Delete Directory Theme"
6337
- msgstr "حذف قالب الدليل"
6338
-
6339
- #: templates/admin/themes-delete-confirm.tpl.php:3
6340
- msgctxt "themes admin"
6341
- msgid "Are you sure you want to delete the directory theme \"%s\"?"
6342
- msgstr "هل أنت متأكد من أنك تريد حذف قالب الدليل \"%s\"؟"
6343
-
6344
- #: templates/admin/themes-delete-confirm.tpl.php:12
6345
- msgctxt "themes admin"
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/themes-install.tpl.php:21
6361
- msgctxt "themes"
6362
- msgid "BD Theme archive (ZIP file)"
6363
- msgstr "أرشيف قالب دليل الأعمال (ملف مضغوط)"
6364
 
6365
- #: templates/admin/themes-install.tpl.php:30
6366
- msgctxt "themes"
6367
- msgid "Begin Upload"
6368
- msgstr "إبدأ الرفع"
 
 
6369
 
6370
- #: templates/admin/themes-item.tpl.php:3
6371
- msgctxt "themes"
6372
- msgid "Active:"
6373
- msgstr "مفعل"
6374
 
6375
- #: templates/admin/themes-item.tpl.php:17
6376
- msgctxt "themes"
6377
- msgid "Activate"
6378
- msgstr "قم بالتفعيل"
 
 
 
6379
 
6380
- #: templates/admin/themes-item.tpl.php:35
6381
- msgctxt "themes"
6382
- msgid "Version:"
6383
- msgstr "الإصدار:"
 
 
 
6384
 
6385
- #: templates/admin/themes-item.tpl.php:38
6386
- msgctxt "themes"
6387
- msgid "Author:"
6388
- msgstr "الكاتب:"
 
 
 
 
6389
 
6390
- #: templates/admin/themes-licenses.tpl.php:24
6391
- msgctxt "themes"
6392
- msgid "Deactivate License"
6393
- msgstr "تعطيل الترخيص"
 
 
 
 
6394
 
6395
- #: templates/admin/themes-licenses.tpl.php:27
6396
- msgctxt "themes"
6397
- msgid "Deactivating license..."
6398
- msgstr "ترخيص معطل"
6399
 
6400
- #: templates/admin/themes-licenses.tpl.php:29
6401
- msgctxt "themes"
6402
- msgid "Activate License"
6403
- msgstr "تفعيل الترخيص"
6404
 
6405
- #: templates/admin/themes-licenses.tpl.php:30
6406
- msgctxt "themes"
6407
- msgid "Activating license..."
6408
- msgstr "ترخيص مفعل"
6409
 
6410
- #: templates/admin/themes-tabs.tpl.php:6
6411
- msgctxt "admin themes"
6412
- msgid "Available Themes"
6413
- msgstr "قوالب متاحة"
6414
 
6415
- #: templates/admin/themes-tabs.tpl.php:7
6416
- msgctxt "admin themes"
6417
- msgid "Licenses"
6418
- msgstr "تراخيص"
6419
 
6420
- #: templates/admin/themes.tpl.php:5
6421
- msgctxt "themes"
6422
- msgid "Settings"
6423
- msgstr "إعدادات"
6424
 
6425
- #: templates/admin/themes.tpl.php:15
6426
- msgctxt "themes"
6427
- msgid ""
6428
- "<a><b>Directory Themes</b></a> are pre-made templates for the <i>Business "
6429
- "Directory Plugin</i> to change the look of the directory quickly and easily. "
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:16
6436
- msgctxt "themes"
6437
- msgid ""
6438
- "They are <strong>different</strong> than your regular WordPress theme and "
6439
- "they are <strong>not</strong> a replacement for WP themes either. They will "
6440
- "change the look and feel of your business directory only."
6441
- msgstr ""
6442
- "إنها <strong>مختلفة</strong> عن قوالب ووردبريس العادية الخاصة بك، و "
6443
- "<strong>ليست</strong> بديلاً عن قوالب ووردبريس. سوف تغير الشكل والمظهر لدليل "
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 "&laquo; Previous "
6684
- msgstr "&laquo; السابق"
6685
-
6686
- #: templates/businessdirectory-listings.tpl.php:39
6687
- #: templates/listings.tpl.php:18
6688
- msgctxt "templates"
6689
- msgid "Next &raquo;"
6690
- msgstr "التالي &raquo;"
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/email/listing-edited.tpl.php:2
6803
- msgctxt "emails"
6804
- msgid ""
6805
- "A listing in the directory has been edited recently. Listing details can be "
6806
- "found below."
6807
- msgstr "تم تحرير إعلان في الدليل مؤخرا. يمكن الاطلاع على تفاصيل الإعلان أدناه."
6808
 
6809
- #: templates/email-access-keys.tpl.php:1
6810
- msgctxt "request_access_keys"
6811
- msgid ""
6812
- "Below you'll find the access keys for all the listings registered with your "
6813
- "e-mail address on our site."
6814
- msgstr ""
6815
- "ستجد أدناه مفاتيح الوصول لكافة الإعلانات القوائم مع عنوان بريدك الإلكتروني "
6816
- "على موقعنا."
6817
 
6818
- #: templates/email-access-keys.tpl.php:5
6819
- msgctxt "request_access_keys"
6820
- msgid "Access Key:"
6821
- msgstr "مفتاح الوصول:"
6822
 
6823
- #: templates/email-access-keys.tpl.php:6
6824
- msgctxt "request_access_keys"
6825
- msgid "URL:"
6826
- msgstr "رابط URL:"
6827
 
6828
- #: templates/listing-contactform.tpl.php:9
6829
- msgctxt "templates"
6830
- msgid "Listing Title: "
6831
- msgstr "عنوان الإعلان: "
6832
 
6833
- #: templates/listing-contactform.tpl.php:16
6834
- msgctxt "templates"
6835
- msgid ""
6836
- "You are currently logged in as %s. Your message will be sent using your "
6837
- "logged in contact email."
6838
- msgstr ""
6839
- "أنت حاليا تسجل دخولك كـ %s. سيتم إرسال رسالتك باستخدام تسجيل دخولك في حساب "
6840
- "البريد الإلكتروني."
6841
 
6842
- #: templates/listing-contactform.tpl.php:21
6843
- msgctxt "templates"
6844
- msgid "Your Name"
6845
- msgstr "إسمك"
6846
 
6847
- #: templates/listing-contactform.tpl.php:25
6848
- msgctxt "templates"
6849
- msgid "Your Email"
6850
- msgstr "بريدك الإلكتروني"
6851
 
6852
- #: templates/listing-contactform.tpl.php:30
6853
- msgctxt "templates"
6854
- msgid "Message"
6855
- msgstr "الرسالة"
6856
 
6857
- #: templates/listing-contactform.tpl.php:38
6858
- msgctxt "templates"
6859
- msgid "Send"
6860
- msgstr "أرسل"
6861
 
6862
- #: templates/listing-upgradetosticky.tpl.php:1
6863
- msgctxt "templates"
6864
- msgid "Upgrade listing"
6865
- msgstr "ترقية الإعلان"
6866
 
6867
- #: templates/listing-upgradetosticky.tpl.php:10
6868
- msgctxt "templates"
6869
- msgid "Upgrade listing to %s for %s."
6870
- msgstr "ترقية الإعلان الى %s لـ %s."
6871
 
6872
- #: templates/main-box.tpl.php:13
6873
- msgctxt "main box"
6874
- msgid "Find listings for <keywords>"
6875
- msgstr "العثور على الإعلانات <كلمات مفتاحية>"
6876
 
6877
- #: templates/main-box.tpl.php:19
6878
- msgctxt "main box"
6879
- msgid "Find Listings"
6880
- msgstr "إيجاد الإعلانات"
6881
 
6882
- #: templates/main-box.tpl.php:20
6883
- msgctxt "main box"
6884
- msgid "Advanced Search"
6885
- msgstr "بحث متقدم"
 
6886
 
6887
- #: templates/manage-listings.tpl.php:3 templates/manage_listings.tpl.php:3
6888
- msgctxt "templates"
6889
- msgid ""
6890
- "Your current listings are shown below. To edit a listing click the edit "
6891
- "button. To delete a listing click the delete button."
6892
- msgstr ""
6893
- "أدناه توجد إعلاناتك الحالية. لتحرير إعلان ما إضغط على زر تحرير. لحذف إعلان "
6894
- "ما إضغط على زر حذف."
6895
 
6896
- #: templates/manage-listings.tpl.php:6 templates/manage_listings.tpl.php:6
6897
- msgctxt "templates"
6898
- msgid "You do not currently have any listings in the directory."
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/parts/category-fee-selection.tpl.php:13
6962
- msgctxt "templates"
6963
- msgid "\"%s\" fee options"
6964
- msgstr "خيارات الرسوم \"%s\""
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/parts/listing-buttons.tpl.php:13
7018
- msgid "← Back to Directory"
7019
- msgstr " الرجوع إلى الدليل"
 
7020
 
7021
- #: templates/parts/listing-buttons.tpl.php:17
7022
- msgctxt "templates"
7023
- msgid "View"
7024
- msgstr "مشاهدة"
7025
 
7026
- #: templates/parts/login-required.tpl.php:7
7027
- msgctxt "templates"
7028
  msgid ""
7029
- "You are not currently logged in. Please login or register first. When "
7030
- "registering, you will receive an activation email. Be sure to check your "
7031
- "spam if you don't see it in your email within 60 minutes."
7032
- msgstr ""
7033
- "لم تسجل الدخول حاليا. المرجو تسجيل الدخول أو التسجيل أولاً. عند التسجيل، سوف "
7034
- "تتلقى رسالة بريد إلكتروني للتفعيل. يجب التأكد من مراجعة البريد المزعج الخاص "
7035
- "بك إذا لم تراه في بريدك الإلكتروني خلال 60 دقيقة."
7036
 
7037
- #: templates/parts/login-required.tpl.php:10
7038
- msgctxt "templates"
7039
- msgid "Login"
7040
- msgstr "تسجيل الدخول"
 
 
7041
 
7042
- #: templates/parts/login-required.tpl.php:31
7043
- msgctxt "templates"
7044
- msgid "Not yet registered?"
7045
- msgstr "لم تتسجل بعد؟"
7046
 
7047
- #: templates/parts/login-required.tpl.php:33
7048
- msgctxt "templates"
7049
- msgid "Lost your password?"
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 "&laquo; Previous "
5827
+ msgstr "&laquo; السابق"
 
 
 
5828
 
5829
+ #: templates/businessdirectory-listings.tpl.php:39
5830
+ #: templates/listings.tpl.php:18
5831
+ msgctxt "templates"
5832
+ msgid "Next &raquo;"
5833
+ msgstr "التالي &raquo;"
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: http://wordpress.org/tag/business-directory-plugin\n"
7
- "POT-Creation-Date: 2017-05-22 23:05:34+00:00\n"
 
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:594
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:1594
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-listings.php:305
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/class-admin.php:138
195
- msgctxt "drip pointer"
196
  msgid ""
197
- "Find out how to create a compelling, thriving business directory from "
198
- "scratch in this ridiculously actionable (and FREE) 5-part email course. Get "
199
- "a FREE premium module just for signing up."
200
  msgstr ""
201
- "Finden Sie heraus, wie Sie ein überzeugendes, blühendes Geschäftsverzeichnis "
202
- "von Grund aufbauen mit diesem einfachen (und kostenlosen) 5-teiligen E-Mail-"
203
- "Kurs. Sie erhalten ein kostenloses Premium-Modul nur für die Anmeldung."
204
 
205
- #: includes/admin/class-admin.php:140
206
- msgctxt "drip pointer"
207
- msgid "Email Address:"
208
- msgstr "E-Mail Adresse:"
209
 
210
- #: includes/admin/class-admin.php:146
211
- msgctxt "drip pointer"
212
- msgid "Want to know the Secrets of Building an Awesome Business Directory?"
213
- msgstr ""
214
- "Möchten Sie mehr über die Geheimnisse eines erfolgreichen Verzeichnisses "
215
- "wissen?"
216
 
217
- #: includes/admin/class-admin.php:148
218
- msgctxt "drip pointer"
219
- msgid "Yes, please!"
220
- msgstr "Ja, bitte!"
221
 
222
- #: includes/admin/class-admin.php:150
223
- msgctxt "drip pointer"
224
- msgid "No, thanks"
225
- msgstr "Nein, danke"
226
 
227
- #: includes/admin/class-admin.php:167
228
- msgctxt "admin"
229
- msgid "Business Directory"
230
- msgstr "Branchenverzeichnis"
231
 
232
- #: includes/admin/class-admin.php:178
233
- msgctxt "admin"
234
- msgid "You're all set. Visit your new <a>Business Directory</a> page."
235
- msgstr ""
236
- "Sie haben alles konfiguriert. Besuchen sie Ihr neues <a>Branchenverzeichnis</"
237
- "a>."
238
 
239
- #: includes/admin/class-admin.php:199
240
- msgctxt "drip pointer"
241
- msgid "Invalid e-mail address."
242
- msgstr "Ungültiger Erneuerungszustand."
243
 
244
- #: includes/admin/class-admin.php:233
245
- msgctxt "admin menu"
246
- msgid "Business Directory Admin"
247
- msgstr "Branchenverzeichnis Administration"
248
 
249
- #: includes/admin/class-admin.php:234
250
- msgctxt "admin menu"
251
- msgid "Dir. Admin"
252
- msgstr "Verzeichnis Administration"
253
 
254
- #: includes/admin/class-admin.php:234
255
- msgctxt "admin menu"
256
- msgid "Directory Admin"
257
- msgstr "Verzeichnis Administration"
258
 
259
- #: includes/admin/class-admin.php:240 includes/admin/class-admin.php:241
260
- msgctxt "admin menu"
261
- msgid "Add New Listing"
262
- msgstr "Neuer Eintrag"
263
 
264
- #: includes/admin/class-admin.php:246 includes/admin/class-admin.php:247
265
- msgctxt "admin menu"
266
- msgid "Manage Options"
267
- msgstr "Optionen Verwalten"
268
 
269
- #: includes/admin/class-admin.php:252 includes/admin/class-admin.php:253
270
- msgctxt "admin menu"
271
- msgid "Manage Fees"
272
- msgstr "Preise Verwalten"
273
 
274
- #: includes/admin/class-admin.php:258 includes/admin/class-admin.php:259
275
- msgctxt "admin menu"
276
- msgid "Manage Form Fields"
277
- msgstr "Felder verwalten"
278
 
279
- #: includes/admin/class-admin.php:264 includes/admin/class-admin.php:265
280
- msgctxt "admin menu"
281
- msgid "Listings"
282
- msgstr "Einträge"
283
 
284
- #: includes/admin/class-admin.php:279 includes/admin/class-admin.php:280
285
- msgctxt "admin menu"
286
- msgid "CSV Import"
287
- msgstr "CSV Import"
288
 
289
- #: includes/admin/class-admin.php:285 includes/admin/class-admin.php:286
290
- msgctxt "admin menu"
291
- msgid "CSV Export"
292
- msgstr "CVS Export"
293
 
294
- #: includes/admin/class-admin.php:291 includes/admin/class-admin.php:292
295
- msgctxt "admin menu"
296
- msgid "Debug"
297
- msgstr "Fehlerkorrektur"
298
 
299
- #: includes/admin/class-admin.php:301
300
- msgctxt "admin menu"
301
- msgid "Main Menu"
302
- msgstr "Hauptmenü"
303
 
304
- #: includes/admin/class-admin.php:312
305
- msgctxt "admin menu"
306
- msgid "Uninstall Business Directory Plugin"
307
- msgstr "Branchenverzeichnis deinstallieren"
308
 
309
- #: includes/admin/class-admin.php:313
310
- msgctxt "admin menu"
311
- msgid "Uninstall"
312
- msgstr "Deinstallieren"
313
 
314
- #: includes/admin/class-admin.php:427
315
- #: templates/admin/listing-metabox-categories.tpl.php:69
316
- msgctxt "admin infometabox"
317
- msgid "never"
318
- msgstr "niemals"
319
 
320
- #: includes/admin/class-admin.php:521
321
- msgctxt "admin"
322
- msgid "Dismiss this notice."
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/admin/class-admin.php:567
333
- msgctxt "admin"
334
- msgid "The listing status has been set as paid."
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/admin/class-admin.php:573
340
- msgctxt "admin"
341
- msgid ""
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/admin/class-admin.php:592
359
- msgctxt "admin"
360
- msgid "The listing has been modified."
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/admin/class-admin.php:605
366
- msgctxt "admin"
367
- msgid "The listing has been upgraded."
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/admin/class-admin.php:617
373
- msgctxt "admin"
374
- msgid "The listing has been downgraded."
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/admin/class-admin.php:628
380
- msgctxt "admin payments"
381
  msgid ""
382
- "The payment status was not changed. Recurring payments can't be manually "
383
- "approved. Please check your gateway's backend to see if the payment really "
384
- "went through."
385
  msgstr ""
386
- "Der Zahlungsstatus wurde nicht geändert. Wiederkehrende Zahlungen können "
387
- "nicht manuell genehmigt werden. Bitte überprüfen Sie das Backend Ihres "
388
- "Gateways, um zu sehen, ob die Zahlung wirklich durchgegangen ist."
389
 
390
- #: includes/admin/class-admin.php:633
391
- msgctxt "admin"
392
- msgid "The transaction has been approved."
393
- msgstr "Die Transaktion wurde genehmigt."
394
 
395
- #: includes/admin/class-admin.php:643
396
- msgctxt "admin"
397
- msgid "The transaction has been rejected."
398
- msgstr "Die Transaktion wurde abgelehnt."
399
 
400
- #: includes/admin/class-admin.php:649
401
- msgctxt "admin"
402
- msgid "The fee was successfully assigned."
403
- msgstr "Der Preis wurde erfolgreich zugewiesen."
 
 
 
404
 
405
- #: includes/admin/class-admin.php:658
406
- msgctxt "admin"
407
- msgid "Listing was renewed."
408
- msgid_plural "Listings were renewed."
409
- msgstr[0] "Eintrag wurde aktualisiert."
410
- msgstr[1] "Einträge wurden aktualisiert."
411
 
412
- #: includes/admin/class-admin.php:665
413
- msgctxt "admin"
414
- msgid "Renewal email sent."
415
- msgstr "E-mail erneut senden."
416
 
417
- #: includes/admin/class-admin.php:720
418
- msgctxt "admin category id"
419
- msgid "ID"
420
- msgstr "ID"
 
 
 
421
 
422
- #: includes/admin/class-admin.php:722 includes/admin/class-admin.php:728
423
- msgctxt "admin"
424
- msgid "Listing Count"
425
- msgstr "Anzahl Einträge"
426
 
427
- #: includes/admin/class-admin.php:837
428
- msgctxt "admin"
429
  msgid ""
430
- "<b>Business Directory Plugin</b> requires fields with the following "
431
- "associations in order to work correctly: <b>%s</b>."
 
432
  msgstr ""
433
- "<b>Branchenverzeichnis Erweiterung</b> benötigt Felder mit den folgenden "
434
- "Verbindungen um korrekt zu funktionieren: <b>%s</b>."
 
435
 
436
- #: includes/admin/class-admin.php:839
437
- msgctxt "admin"
438
  msgid ""
439
- "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
440
- "association in order to work correctly."
 
 
441
  msgstr ""
442
- "<b>Branchenverzeichnis Erweiterung</b> benötigt ein Feld mit der Verbindung "
443
- "<b>%s</b>, um korrekt zu funktionieren."
 
444
 
445
- #: includes/admin/class-admin.php:843
446
- msgctxt "admin"
447
  msgid ""
448
- "You can create these custom fields by yourself inside \"Manage Form Fields\" "
449
- "or let Business Directory do this for you automatically."
 
450
  msgstr ""
451
- "Sie können diese benutzerdefinierten Felder selbst erzeugen \"Formularfelder "
452
- "verwalten\" oder vom Branchenverzeichnis automatisch erstellen lassen."
 
 
453
 
454
- #: includes/admin/class-admin.php:847
455
- msgctxt "admin"
456
- msgid "Go to \"Manage Form Fields\""
457
- msgstr "zu \"Formularfelder verwalten\""
458
 
459
- #: includes/admin/class-admin.php:850
460
- msgctxt "admin"
461
- msgid "Create these required fields for me"
462
- msgstr "Erstelle diese benötigten Felder für mich"
463
 
464
- #: includes/admin/class-admin.php:859
465
- msgctxt "admin"
466
- msgid ""
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/admin/class-admin.php:861
474
- msgctxt "admin"
475
- msgid ""
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
- #: includes/admin/class-admin.php:865
483
- msgctxt "admin"
484
- msgid "Create required pages for me"
485
- msgstr "Erstelle benötigte Seiten für mich"
486
 
487
- #: includes/admin/class-admin.php:905
488
- msgctxt "admin compat"
489
- msgid "Installed: %s"
490
- msgstr "Installiert: %s"
491
 
492
- #: includes/admin/class-admin.php:905
493
- msgctxt "admin compat"
494
- msgid "N/A"
495
- msgstr "keine Angabe"
496
 
497
- #: includes/admin/class-admin.php:908
498
- msgctxt "admin compat"
499
- msgid "Required: %s"
500
- msgstr "Pflichtfeld: %s"
501
 
502
- #: includes/admin/class-admin.php:920
503
- msgctxt "admin compat"
504
- msgid ""
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
- #: includes/admin/class-admin.php:922
512
- msgctxt "admin compat"
 
 
 
 
 
 
 
 
 
 
 
513
  msgid ""
514
- "Please upgrade to the required versions indicated below to make sure "
515
- "everything functions properly."
516
  msgstr ""
517
- "Bitte die benötigten Versionen siehe unten aktualisieren, um sicher zu sein, "
518
- "dass alles korrekt funktioniert. "
519
 
520
- #: includes/admin/class-admin.php:942
521
- msgctxt "admin"
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
- "Die Kategorieauflistung \"<category-name>\" konnte nicht erstellt werden. "
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
- #: includes/admin/class-csv-import.php:636
553
- msgctxt "admin csv-import"
554
- msgid "Missing required field: %s"
555
- msgstr "Benötigtes nicht vorhandenes Feld: %s"
556
 
557
- #: includes/admin/class-csv-import.php:656
558
- msgctxt "admin csv-import"
559
- msgid "Listing category \"%s\" does not exist"
560
- msgstr "Eintragskategorie \"%s\" existiert nicht"
561
 
562
- #: includes/admin/class-themes-admin.php:47
563
- msgctxt "themes"
564
- msgid "Directory Themes"
565
- msgstr "Verzeichnis Themes"
566
 
567
- #: includes/admin/class-themes-admin.php:48
568
- msgctxt "themes"
569
- msgid "Directory Themes %s"
570
- msgstr "Verzeichnis Themes %s"
571
 
572
- #: includes/admin/class-themes-admin.php:94
573
- msgctxt "admin themes"
574
- msgid ""
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
- #: includes/admin/class-themes-admin.php:96
581
- msgctxt "admin themes"
582
  msgid ""
583
- "Starting with version 4.0, Business Directory is using a new theming system "
584
- "that is not compatible with the templates used in previous versions."
585
  msgstr ""
586
- "Seit Version 4.0 verwendet Business Directory ein neues System, das mit den "
587
- "Vorlagen, die in früheren Versionen verwendet wurden, nicht kompatibel ist."
588
 
589
- #: includes/admin/class-themes-admin.php:98
590
- msgctxt "admin themes"
591
- msgid ""
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
- #: includes/admin/class-themes-admin.php:127
601
- msgctxt "admin themes"
602
- msgid ""
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
- #: includes/admin/class-themes-admin.php:157
611
- msgctxt "themes"
612
- msgid "Could not change the active theme to \"%s\"."
613
- msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
 
614
 
615
- #: includes/admin/class-themes-admin.php:204
616
- msgctxt "themes"
617
- msgid "Active theme changed to \"%s\"."
618
- msgstr "Das aktive Theme wurde geändert zu \"%s\"."
619
 
620
- #: includes/admin/class-themes-admin.php:207
621
- msgctxt "themes"
622
- msgid ""
623
- "%s requires that you tag your existing fields to match some places we want "
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/admin/class-themes-admin.php:216
631
- msgctxt "themes"
632
- msgid "Map My Fields"
633
- msgstr "Formularfelder verknüpfen"
 
634
 
635
- #: includes/admin/class-themes-admin.php:223
636
- msgctxt "themes"
637
- msgid "Suggested fields created successfully."
638
- msgstr "Benötigtes Feld wurde erfolgreich erstellt."
639
 
640
- #: includes/admin/class-themes-admin.php:226
641
- msgctxt "themes"
642
- msgid "Theme installed successfully."
643
- msgstr "Benötigtes Feld wurde erfolgreich erstellt."
644
 
645
- #: includes/admin/class-themes-admin.php:229
646
- #, fuzzy
647
- msgctxt "themes"
648
- msgid "Theme was deleted successfully."
649
- msgstr "Der Import wurde erfolgreich abgeschlossen."
650
 
651
- #: includes/admin/class-themes-admin.php:232
652
- msgctxt "themes"
653
- msgid "Could not delete theme directory. Check permissions."
654
- msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
655
 
656
- #: includes/admin/class-themes-admin.php:258
657
- msgctxt "themes"
658
- msgid "Please upload a valid theme file."
659
- msgstr "Bitte eine gültige E-mailadresse eingeben."
660
 
661
- #: includes/admin/class-themes-admin.php:265
662
- msgctxt "themes"
663
- msgid "Could not move \"%s\" to a temporary directory."
664
- msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
665
 
666
- #: includes/admin/class-themes-admin.php:366
667
- #: includes/admin/class-themes-admin.php:427 includes/licensing.php:174
668
- #: includes/licensing.php:206
669
- msgctxt "licensing"
670
- msgid "Could not contact licensing server"
671
- msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
672
 
673
- #: includes/admin/class-themes-admin.php:372 includes/licensing.php:179
674
- #: includes/licensing.php:213
675
- msgctxt "licensing"
676
- msgid "License key is invalid"
677
- msgstr "Lizenzschlüssel ungültig "
 
 
 
 
 
 
678
 
679
- #: includes/admin/class-themes-admin.php:377 includes/licensing.php:368
680
- msgctxt "licensing"
681
- msgid "Could not activate license: %s."
682
- msgstr "Konnte Lizenz nicht aktivieren: %s"
683
 
684
- #: includes/admin/class-themes-admin.php:390 includes/licensing.php:370
685
- msgctxt "licensing"
686
- msgid "License activated"
687
- msgstr "Lizenz aktiviert"
688
 
689
- #: includes/admin/class-themes-admin.php:433
690
- msgctxt "licensing"
691
- msgid "Invalid response from server"
692
- msgstr "Ungültige Antwort vom Server"
693
 
694
- #: includes/admin/class-themes-admin.php:450 includes/licensing.php:388
695
- msgctxt "licensing"
696
- msgid "License deactivated"
697
- msgstr "Lizenz deaktiviert"
698
 
699
- #: includes/admin/class-themes-admin.php:466
700
- msgctxt "themes"
701
- msgid "Activate your <a>license key</a> to use this theme."
702
- msgstr ""
703
- "Aktivieren Sie Ihren <a>Lizenzschlüssel</a>, um dieses Theme zu verwenden."
704
 
705
- #: includes/admin/csv-export.php:145
706
- msgctxt "admin csv-export"
707
- msgid "Could not create a temporary directory for handling this CSV export."
708
  msgstr ""
709
- "Es konnte kein temporäres Verzeichnis erstellt werden um den CSV Export "
710
- "durchzuführen."
711
 
712
- #: includes/admin/csv-export.php:147
713
- msgctxt "admin csv-export"
714
- msgid "Could not create wpbdp-csv-exports directory."
715
- msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
716
 
717
- #: includes/admin/csv-export.php:152
718
- msgctxt "admin csv-export"
719
- msgid "Error while creating a temporary directory for CSV export: %s"
720
- msgstr ""
721
- "Es konnte kein temporäres Verzeichnis erstellt werden um den CSV Export "
722
- "durchzuführen."
723
 
724
- #: includes/admin/csv-import.php:109
725
- msgctxt "admin csv-import"
726
- msgid "Business %s"
727
- msgstr "Geschäft %s"
 
 
728
 
729
- #: includes/admin/csv-import.php:147
730
- msgctxt "admin csv-import"
731
- msgid "Whatever"
732
- msgstr "BeispielText"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
733
 
734
- #: includes/admin/csv-import.php:151
735
- msgctxt "admin csv-import"
736
- msgid "Example CSV Import File"
737
- msgstr "Beispiel CSV Import Datei"
 
 
738
 
739
- #: includes/admin/csv-import.php:152
740
- msgctxt "admin csv-import"
741
- msgid " Return to \"CSV Import\""
742
- msgstr " Zurück zu \"CSV Import\""
 
 
743
 
744
- #: includes/admin/csv-import.php:256
745
- msgid ""
746
- "A valid temporary directory with write permissions is required for CSV "
747
- "imports to function properly. Your server is using \"%s\" but this path does "
748
- "not seem to be writable. Please consult with your host."
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/csv-import.php:290
755
- msgctxt "admin csv-import"
756
- msgid "There was an error uploading the CSV file."
757
- msgstr "Beim hochladen der CSV-Datei ist ein Fehler aufgetreten."
758
 
759
- #: includes/admin/csv-import.php:296
760
- msgctxt "admin csv-import"
761
- msgid "Please upload or select a CSV file."
762
- msgstr "Die hochgeladene Datei ist nicht im CSV Format."
763
 
764
- #: includes/admin/csv-import.php:309
765
- msgctxt "admin csv-import"
766
- msgid "There was an error uploading the images ZIP file."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
767
  msgstr ""
768
- "Beim hochladen der ZIP-Datei mit den Bildern ist ein Fehler aufgetreten."
 
769
 
770
- #: includes/admin/csv-import.php:330
771
- msgctxt "admin csv-import"
772
  msgid ""
773
- "An error was detected while validating the CSV file for import. Please fix "
774
- "this before proceeding."
775
  msgstr ""
776
- "Beim überprüfen der der CSV-Datei wurde ein Fehler festgestellt. Bitte "
777
- "beheben sie diesen, bevor Sie mit dem Importieren fortfahren."
778
 
779
- #: includes/admin/csv-import.php:339
780
- msgctxt "admin csv-import"
781
- msgid "Import is in \"test mode\". Nothing will be inserted into the database."
 
 
782
  msgstr ""
783
- "Der Import ist im <b>Testmodus</b>. es wird nichts in die Datenbank "
784
- "geschrieben."
785
 
786
- #: includes/admin/fees.php:22
787
- msgctxt "fees admin"
788
- msgid "Fee enabled."
789
- msgstr "Preis gelöscht."
790
 
791
- #: includes/admin/fees.php:30
792
- msgctxt "fees admin"
793
- msgid "Fee disabled."
794
- msgstr "Preis gelöscht."
795
 
796
- #: includes/admin/fees.php:57
797
- msgctxt "fees order"
798
- msgid "Label"
799
- msgstr "Bezeichnung"
 
 
 
 
800
 
801
- #: includes/admin/fees.php:58
802
- msgctxt "fees order"
803
- msgid "Amount"
804
- msgstr "Preis"
 
 
 
 
805
 
806
- #: includes/admin/fees.php:59
807
- msgctxt "fees order"
808
- msgid "Duration"
809
- msgstr "Zeitraum"
810
 
811
- #: includes/admin/fees.php:60
812
- msgctxt "fees order"
813
- msgid "Images"
814
- msgstr "Bilder"
 
 
 
 
 
 
 
 
815
 
816
- #: includes/admin/fees.php:61
817
- msgctxt "fees order"
818
- msgid "Custom Order"
819
- msgstr "Benutzerdefinierte Reihenfolge"
820
 
821
- #: includes/admin/fees.php:81
822
- msgctxt "fees admin"
823
- msgid "Fee updated."
824
- msgstr "Preis aktualisiert."
825
 
826
- #: includes/admin/fees.php:106
827
- msgctxt "fees admin"
828
- msgid "Fee deleted."
829
- msgstr "Preis gelöscht."
830
 
831
- #: includes/admin/form-fields.php:9
832
- msgctxt "form-fields admin"
833
- msgid "form field"
834
- msgstr "Formularfeld"
 
 
 
 
 
 
 
 
835
 
836
- #: includes/admin/form-fields.php:10
837
- msgctxt "form-fields admin"
838
- msgid "form fields"
839
- msgstr "Formularfelder"
840
 
841
- #: includes/admin/form-fields.php:17
842
- msgctxt "form-fields admin"
843
- msgid "Order"
844
- msgstr "Auftrag"
845
 
846
- #: includes/admin/form-fields.php:18
847
- msgctxt "form-fields admin"
848
- msgid "Label / Association"
849
- msgstr "Bezeichnung / Verbindung"
850
 
851
- #: includes/admin/form-fields.php:19
852
- msgctxt "form-fields admin"
853
- msgid "Type"
854
- msgstr "Typ"
 
855
 
856
- #: includes/admin/form-fields.php:20
857
- msgctxt "form-fields admin"
858
- msgid "Validator"
859
- msgstr "Validator"
860
 
861
- #: includes/admin/form-fields.php:21
862
- msgctxt "form-fields admin"
863
- msgid "Field Attributes"
864
- msgstr "Feld Attribute"
865
 
866
- #: includes/admin/form-fields.php:45
867
- msgctxt "form-fields admin"
868
- msgid "Edit"
869
- msgstr "Bearbeiten"
870
 
871
- #: includes/admin/form-fields.php:50
872
- msgctxt "form-fields admin"
873
- msgid "Delete"
874
- msgstr "Löschen"
875
 
876
- #: includes/admin/form-fields.php:76
877
- msgctxt "form-fields admin"
878
- msgid "Required"
879
- msgstr "Pflichfeld"
880
 
881
- #: includes/admin/form-fields.php:76
882
- msgctxt "form-fields admin"
883
- msgid "Optional"
884
- msgstr "Optional"
885
 
886
- #: includes/admin/form-fields.php:80
887
- msgctxt "form-fields admin"
888
- msgid "This field value is shown in the excerpt view of a listing."
889
- msgstr "Der Inhalt wird in der Vorschau des Eintrags angezeigt."
 
 
 
 
 
 
890
 
891
- #: includes/admin/form-fields.php:81
892
- msgctxt "form-fields admin"
893
- msgid "In Excerpt"
894
- msgstr "Im Textauszug"
895
 
896
- #: includes/admin/form-fields.php:86
897
- msgctxt "form-fields admin"
898
- msgid "This field value is shown in the single view of a listing."
899
- msgstr "Dieser Feldwert wird in der Einzelansicht eines Eintrags angezeigt."
 
 
900
 
901
- #: includes/admin/form-fields.php:87
902
- msgctxt "form-fields admin"
903
- msgid "In Listing"
904
- msgstr "Im Eintrag"
905
 
906
- #: includes/admin/form-fields.php:175
907
- msgctxt "form-fields admin"
908
- msgid "Form Preview"
909
- msgstr "Form Vorschau"
910
 
911
- #: includes/admin/form-fields.php:176
912
- msgctxt "form-fields admin"
913
- msgid " Return to \"Manage Form Fields\""
914
- msgstr " zurück zu \"Formularfelder verwalten\""
915
 
916
- #: includes/admin/form-fields.php:206
917
- msgctxt "form-fields admin"
918
- msgid "Form fields updated."
919
- msgstr "Formularfelder aktualisiert."
920
 
921
- #: includes/admin/form-fields.php:222
922
- msgctxt "form-fields admin"
923
- msgid ""
924
- "<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
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/form-fields.php:256
936
- msgctxt "form-fields admin"
937
- msgid "Field deleted."
938
- msgstr "Feld gelöscht."
939
 
940
- #: includes/admin/form-fields.php:277
941
- msgctxt "form-fields admin"
942
- msgid "Required fields created successfully."
943
- msgstr "Benötigtes Feld wurde erfolgreich erstellt."
944
 
945
- #: includes/admin/form-fields.php:290
946
- msgctxt "form-fields admin"
947
- msgid "Title"
948
- msgstr "Titel"
949
 
950
- #: includes/admin/form-fields.php:291
951
- msgctxt "form-fields admin"
952
- msgid "Category"
953
- msgstr "Kategorien"
954
 
955
- #: includes/admin/form-fields.php:292
956
- msgctxt "form-fields admin"
957
- msgid "Excerpt"
958
- msgstr "Im Textauszug"
959
 
960
- #: includes/admin/form-fields.php:293
961
- msgctxt "form-fields admin"
962
- msgid "Content"
963
- msgstr "Post Inhalt"
964
 
965
- #: includes/admin/form-fields.php:294
966
- msgctxt "form-fields admin"
967
- msgid "Tags"
968
- msgstr "Tags Entwurf"
969
 
970
- #: includes/admin/form-fields.php:295
971
- msgctxt "form-fields admin"
972
- msgid "Address"
973
- msgstr "E-Mail Adresse:"
974
 
975
- #: includes/admin/form-fields.php:296
976
- msgctxt "form-fields admin"
977
- msgid "City"
978
- msgstr "Stadt"
979
 
980
- #: includes/admin/form-fields.php:297
981
- msgctxt "form-fields admin"
982
- msgid "State"
983
- msgstr "Status"
984
 
985
- #: includes/admin/form-fields.php:298
986
- msgctxt "form-fields admin"
987
- msgid "Country"
988
- msgstr "Land"
989
 
990
- #: includes/admin/form-fields.php:299
991
- msgctxt "form-fields admin"
992
- msgid "ZIP Code"
993
- msgstr "Postleitzahl"
994
 
995
- #: includes/admin/form-fields.php:300
996
- msgctxt "form-fields admin"
997
- msgid "FAX Number"
998
- msgstr "Telefonnummer geschäftlich"
 
999
 
1000
- #: includes/admin/form-fields.php:301
1001
- msgctxt "form-fields admin"
1002
- msgid "Phone Number"
1003
- msgstr "Telefonnummer geschäftlich"
1004
 
1005
- #: includes/admin/form-fields.php:302
1006
- msgctxt "form-fields admin"
1007
- msgid "Ratings Field"
1008
- msgstr "Bewertungsfeld"
1009
 
1010
- #: includes/admin/form-fields.php:303
1011
- msgctxt "form-fields admin"
1012
- msgid "Twitter"
1013
- msgstr "Twitter"
1014
 
1015
- #: includes/admin/form-fields.php:304
1016
- msgctxt "form-fields admin"
1017
- msgid "Website"
1018
- msgstr "Webseite"
1019
 
1020
- #: includes/admin/form-fields.php:325
1021
- msgctxt "form-fields admin"
1022
- msgid "Tags updated."
1023
- msgstr "Einstellungen aktualisiert."
1024
 
1025
- #: includes/admin/helpers/class-fees-table.php:9
1026
- msgctxt "fees admin"
1027
- msgid "fee"
1028
- msgstr "Preis"
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/class-fees-table.php:19
1036
- msgctxt "fees admin"
1037
- msgid "There are no fees right now. You can <a>create one</a>, if you want."
1038
- msgstr ""
1039
- "Es gibt derzeit keine Angebote. Sie können jetzt <a>ein Angebot erstellen</"
1040
- "a>."
1041
 
1042
- #: includes/admin/helpers/class-fees-table.php:25
1043
- #: includes/admin/helpers/class-fees-table.php:260
1044
- msgctxt "fees admin"
1045
- msgid "Active"
1046
- msgstr "Nur Aktiv"
 
1047
 
1048
- #: includes/admin/helpers/class-fees-table.php:28
1049
- #: includes/admin/helpers/class-fees-table.php:258
1050
- msgctxt "fees admin"
1051
- msgid "Not Available"
1052
- msgstr "verfügbare Bilder:"
1053
 
1054
- #: includes/admin/helpers/class-fees-table.php:31
1055
- #: includes/admin/helpers/class-fees-table.php:255
1056
- msgctxt "fees admin"
1057
- msgid "Disabled"
1058
- msgstr "Inaktiv"
 
1059
 
1060
- #: includes/admin/helpers/class-fees-table.php:39
1061
- msgctxt "fees admin"
1062
- msgid ""
1063
- "There are no \"%s\" fees right now. You can <a>create one</a>, if you want."
1064
  msgstr ""
1065
- "Es gibt derzeit \"%s\" Angebote. Sie können jetzt <a>ein Angebot erstellen</"
1066
- "a>."
1067
-
1068
- #: includes/admin/helpers/class-fees-table.php:56
1069
- msgctxt "admin fees table"
1070
- msgid "All"
1071
- msgstr "Alle"
1072
 
1073
- #: includes/admin/helpers/class-fees-table.php:68
1074
- msgctxt "admin fees table"
1075
- msgid "Active"
1076
- msgstr "Nur Aktiv"
1077
 
1078
- #: includes/admin/helpers/class-fees-table.php:78
1079
- msgctxt "admin fees table"
1080
- msgid "Not Available"
1081
- msgstr "verfügbare Bilder:"
1082
 
1083
- #: includes/admin/helpers/class-fees-table.php:85
1084
- msgctxt "admin fees table"
1085
- msgid "Disabled"
1086
- msgstr "Inaktiv"
1087
 
1088
- #: includes/admin/helpers/class-fees-table.php:94
1089
- msgctxt "fees admin"
1090
- msgid "Label"
1091
- msgstr "Bezeichnung"
1092
 
1093
- #: includes/admin/helpers/class-fees-table.php:95
1094
- msgctxt "fees admin"
1095
- msgid "Amount"
1096
- msgstr "Preis"
1097
 
1098
- #: includes/admin/helpers/class-fees-table.php:96
1099
- msgctxt "fees admin"
1100
- msgid "Duration"
1101
- msgstr "Zeitraum"
1102
 
1103
- #: includes/admin/helpers/class-fees-table.php:97
1104
- msgctxt "fees admin"
1105
- msgid "Images"
1106
- msgstr "Bilder"
1107
 
1108
- #: includes/admin/helpers/class-fees-table.php:98
1109
- msgctxt "fees admin"
1110
- msgid "Featured/Sticky"
1111
- msgstr "unterstützter (unbeweglicher) Status"
1112
 
1113
- #: includes/admin/helpers/class-fees-table.php:102
1114
- msgctxt "fees admin"
1115
- msgid "Status"
1116
- msgstr "Status"
1117
 
1118
- #: includes/admin/helpers/class-fees-table.php:155
1119
- msgctxt "fees admin"
1120
- msgid ""
1121
- "This is the default free plan for your directory. You can't delete it and "
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
- #: includes/admin/helpers/class-fees-table.php:187
1133
- msgctxt "fees admin"
1134
  msgid "Edit"
1135
  msgstr "Bearbeiten"
1136
 
1137
- #: includes/admin/helpers/class-fees-table.php:197
1138
- msgctxt "fees admin"
1139
- msgid "Disable"
1140
- msgstr "Deaktivieren"
1141
 
1142
- #: includes/admin/helpers/class-fees-table.php:201
1143
- msgctxt "fees admin"
1144
- msgid "Enable"
1145
- msgstr "Aktivieren"
1146
 
1147
- #: includes/admin/helpers/class-fees-table.php:205
1148
- msgctxt "fees admin"
1149
- msgid "Delete"
1150
- msgstr "Löschen"
1151
 
1152
- #: includes/admin/helpers/class-fees-table.php:226
1153
- msgctxt "fees admin"
1154
- msgid "Forever"
1155
- msgstr "Für immer"
1156
 
1157
- #: includes/admin/helpers/class-fees-table.php:227
1158
- msgctxt "fees admin"
1159
- msgid "%d day"
1160
- msgid_plural "%d days"
1161
- msgstr[0] "%d Tag"
1162
- msgstr[1] "%d Tage"
1163
 
1164
- #: includes/admin/helpers/class-fees-table.php:231
1165
- msgctxt "fees admin"
1166
- msgid "%d image"
1167
- msgid_plural "%d images"
1168
- msgstr[0] "%d Bild"
1169
- msgstr[1] "%d Bilder"
1170
 
1171
- #: includes/admin/helpers/class-fees-table.php:236
1172
- msgctxt "fees admin"
1173
- msgid "All categories"
1174
- msgstr "Alle Kategorien"
1175
 
1176
- #: includes/admin/helpers/class-fees-table.php:250
1177
- msgctxt "fees admin"
1178
- msgid "Yes"
1179
- msgstr "Ja"
1180
 
1181
- #: includes/admin/helpers/class-fees-table.php:250
1182
- msgctxt "fees admin"
1183
- msgid "No"
1184
- msgstr "Nein"
1185
 
1186
- #: includes/admin/helpers/listing-metabox.php:11
1187
- msgctxt "admin"
1188
- msgid "General"
1189
- msgstr "Allgemein"
1190
 
1191
- #: includes/admin/helpers/listing-metabox.php:12
1192
- msgctxt "admin"
1193
- msgid "Fee Details"
1194
- msgstr "Preis Details"
1195
 
1196
- #: includes/admin/helpers/listing-metabox.php:13
1197
- msgctxt "admin"
1198
- msgid "Transactions"
1199
- msgstr "Transaktionen"
 
 
1200
 
1201
- #: includes/admin/helpers/listing-metabox.php:42
1202
  msgctxt "admin infometabox"
1203
- msgid "General Info"
1204
- msgstr "Allgemeine Informationen"
 
 
 
 
1205
 
1206
- #: includes/admin/helpers/listing-metabox.php:44
 
1207
  msgctxt "admin infometabox"
1208
- msgid "Access Key"
1209
- msgstr "Eintrag Felder / Bilder"
1210
 
1211
- #: includes/admin/helpers/listing-metabox.php:46
1212
  msgctxt "admin infometabox"
1213
- msgid "Total Listing Cost"
1214
- msgstr "Gesamt Eintragskosten"
1215
 
1216
- #: includes/admin/helpers/listing-metabox.php:48
1217
  msgctxt "admin infometabox"
1218
- msgid "Payment Status"
1219
- msgstr "Bezahlstatus"
1220
 
1221
- #: includes/admin/helpers/listing-metabox.php:52
1222
  msgctxt "admin infometabox"
1223
- msgid "Featured (Sticky) Status"
1224
- msgstr "Unterstützter (unbeweglicher) Status"
1225
 
1226
- #: includes/admin/helpers/listing-metabox.php:60
1227
- msgctxt "admin metabox"
1228
- msgid "Pending Upgrade"
1229
- msgstr "Ausstehende Aktualisierung"
1230
 
1231
- #: includes/admin/helpers/listing-metabox.php:83
1232
  msgctxt "admin infometabox"
1233
- msgid "CSV Import Sequence ID"
1234
- msgstr "CSV Import Sequenz ID"
1235
 
1236
- #: includes/admin/helpers/listing-metabox.php:94
1237
  msgctxt "admin infometabox"
1238
- msgid "Mark listing as Paid"
1239
- msgstr "Eintrag als bezahlt markieren"
1240
 
1241
- #: includes/admin/page-debug.php:16
1242
- msgctxt "debug-info"
1243
- msgid "BD Info"
1244
- msgstr "Branchenbuch Info"
1245
 
1246
- #: includes/admin/page-debug.php:43
1247
- msgid "Missing tables: %s"
1248
- msgstr "Nicht vorhandene Tabellen: %s"
 
1249
 
1250
- #: includes/admin/page-debug.php:44
1251
- msgctxt "debug-info"
1252
- msgid "OK"
1253
- msgstr "OK"
1254
 
1255
- #: includes/admin/page-debug.php:52
1256
- msgctxt "debug-info"
1257
- msgid "BD Options"
1258
- msgstr "Branchenbuch Optionen"
 
 
 
 
 
 
1259
 
1260
- #: includes/admin/page-debug.php:65
1261
- msgctxt "debug-info"
1262
- msgid "Environment"
1263
- msgstr "Umgebung"
1264
 
1265
- #: includes/admin/page-debug.php:87
1266
- msgctxt "debug info"
1267
- msgid "Test SSL setup..."
1268
- msgstr "Test SSL Einstellungen..."
1269
 
1270
- #: includes/admin/settings/class-settings.php:24
1271
- msgctxt "admin settings"
1272
- msgid "General"
1273
- msgstr "Allgemein"
1274
 
1275
- #: includes/admin/settings/class-settings.php:26
1276
- msgctxt "admin settings"
1277
- msgid "Data Collection"
1278
- msgstr "Datenkollektion"
1279
 
1280
- #: includes/admin/settings/class-settings.php:29
1281
- msgctxt "admin settings"
1282
- msgid ""
1283
- "Allow BD to anonymously collect information about your installed plugins, "
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/settings/class-settings.php:34
1290
- msgctxt "admin settings"
1291
- msgid "<a>Learn more</a> about what BD does and does NOT track."
1292
- msgstr "<a>Mehr lernen</a> über das was BD aufzeichnet und was nicht."
1293
 
1294
- #: includes/admin/settings/class-settings.php:37
1295
- msgctxt "admin settings"
1296
- msgid "Permalink Settings"
1297
- msgstr "Permalink Einstellungen"
1298
 
1299
- #: includes/admin/settings/class-settings.php:38
1300
- msgctxt "admin settings"
1301
- msgid "Directory Listings Slug"
1302
- msgstr "Verzeichniseintrag Entwurf"
1303
 
1304
- #: includes/admin/settings/class-settings.php:39
1305
- msgctxt "admin settings"
1306
- msgid "Categories Slug"
1307
- msgstr "Kategorie Entwurf"
1308
 
1309
- #: includes/admin/settings/class-settings.php:39
1310
- msgctxt "admin settings"
1311
  msgid ""
1312
- "The slug can't be in use by another term. Avoid \"category\", for instance."
 
1313
  msgstr ""
1314
- "Der Entwurf kann nicht von anderen Ausdrücken verwendet werden. Meide "
1315
- "\"Kategorie\" für diese Instanz."
1316
 
1317
- #: includes/admin/settings/class-settings.php:40
1318
- msgctxt "admin settings"
1319
- msgid "Tags Slug"
1320
- msgstr "Tags Entwurf"
 
 
 
 
1321
 
1322
- #: includes/admin/settings/class-settings.php:40
1323
- msgctxt "admin settings"
1324
- msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
1325
  msgstr ""
1326
- "Der Entwurf kann nicht von anderen Ausdrücken verwendet werden. Meide \"tag"
1327
- "\" für diese Instanz."
1328
 
1329
- #: includes/admin/settings/class-settings.php:43
1330
- msgctxt "admin settings"
1331
- msgid "Remove listing ID from directory URLs?"
1332
- msgstr "Entferne Eintrag ID von diesen Verzeichnis URLs?"
1333
 
1334
- #: includes/admin/settings/class-settings.php:46
1335
- msgctxt "admin settings"
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
- "Vor Version 3.5.1 haben wir die ID in die Listing-URL aufgenommen, wie zB \"/"
1342
- "business-directory/1809/listing-title\". Klicken Sie diese Einstellung, um "
1343
- "die ID aus der URL zu entfernen um einen SEO und Benutzerfreundlichkeits-"
1344
- "Mehrwert zu erhalten."
1345
 
1346
- #: includes/admin/settings/class-settings.php:50
1347
- msgctxt "admin settings"
1348
- msgid "reCAPTCHA Settings"
1349
- msgstr "reCAPTCHA Einstellungen"
 
 
 
 
 
 
1350
 
1351
- #: includes/admin/settings/class-settings.php:53
1352
- msgctxt "admin settings"
1353
- msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
1354
- msgstr "Brauchst du API Schlüssel für reCAPTCHA? <a>Hier</a> bekommst du sie."
 
 
 
 
 
 
 
 
1355
 
1356
- #: includes/admin/settings/class-settings.php:55
1357
- msgctxt "admin settings"
1358
- msgid "Use reCAPTCHA for contact forms"
1359
- msgstr "Benutze reCAPTCHA für Kontaktformen"
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
- #: includes/admin/settings/class-settings.php:60
1372
- msgctxt "admin settings"
1373
- msgid "Use reCAPTCHA for listing comments?"
1374
- msgstr "Benutze reCAPTCHA für Eintragkommentare?"
1375
 
1376
- #: includes/admin/settings/class-settings.php:63
1377
- msgctxt "admin settings"
1378
- msgid "reCAPTCHA Public Key"
1379
- msgstr "reCAPTCHA öffentlicher Schlüssel"
1380
 
1381
- #: includes/admin/settings/class-settings.php:64
1382
- msgctxt "admin settings"
1383
- msgid "reCAPTCHA Private Key"
1384
- msgstr "reCAPTCHA privater Schlüssel"
1385
 
1386
- #: includes/admin/settings/class-settings.php:70
1387
- msgctxt "admin settings"
1388
- msgid ""
1389
- "We expect that a membership plugin supports the 'redirect_to' parameter for "
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
- #: includes/admin/settings/class-settings.php:73
1396
- msgctxt "admin settings"
1397
- msgid "Registration Settings"
1398
- msgstr "Registrierung Einstellungen"
1399
 
1400
- #: includes/admin/settings/class-settings.php:74
1401
- msgctxt "admin settings"
1402
- msgid "Require login to post listings?"
1403
- msgstr "Zurück zum Eintrag."
1404
 
1405
- #: includes/admin/settings/class-settings.php:79
1406
- msgctxt "admin settings"
1407
- msgid "Login URL"
1408
- msgstr "Login"
1409
 
1410
- #: includes/admin/settings/class-settings.php:82
1411
- msgctxt "admin settings"
1412
  msgid ""
1413
- "URL of your membership plugin's login page. Only enter this if using a "
1414
- "membership plugin or custom login page."
1415
  msgstr ""
1416
- "URL deiner Mitgliedserweiterung Registrierungsseite. Nur verwenden wenn du "
1417
- "ein Membership Plugin oder eine benutzerdefinierte Registrierungseite "
1418
- "benutzt. "
1419
 
1420
- #: includes/admin/settings/class-settings.php:87
1421
- msgctxt "admin settings"
1422
- msgid "Registration URL"
1423
- msgstr "Registrierungs URL"
1424
 
1425
- #: includes/admin/settings/class-settings.php:90
1426
- msgctxt "admin settings"
 
 
 
 
 
1427
  msgid ""
1428
- "URL of your membership plugin's registration page. Only enter this if using "
1429
- "a membership plugin or custom registration page."
1430
  msgstr ""
1431
- "URL deiner Mitgliedserweiterung Registrierungsseite. Nur verwenden wenn du "
1432
- "ein Membership Plugin oder eine benutzerdefinierte Registrierungseite "
1433
- "benutzt. "
1434
 
1435
- #: includes/admin/settings/class-settings.php:95
1436
- #: includes/admin/settings/class-settings.php:104
1437
- msgctxt "admin settings"
1438
- msgid "Terms and Conditions"
1439
- msgstr "Bedingungen und Konditionen"
1440
 
1441
- #: includes/admin/settings/class-settings.php:98
1442
- msgctxt "admin settings"
1443
- msgid "Display and require user agreement to Terms and Conditions"
1444
- msgstr ""
1445
- "Zeige und setze Benutzervereinbarung als Pflichtfeld in Bedingungen und "
1446
- "Konditionen"
1447
 
1448
- #: includes/admin/settings/class-settings.php:106
1449
- msgctxt "admin settings"
1450
- msgid "Terms and Conditions text goes here..."
1451
- msgstr "Bedingungen und Konditionen"
1452
 
1453
- #: includes/admin/settings/class-settings.php:107
1454
- msgctxt "admin settings"
1455
- msgid ""
1456
- "Enter text or a URL starting with http. If you use a URL, the Terms and "
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
- #: includes/admin/settings/class-settings.php:111
1464
- msgctxt "admin settings"
1465
- msgid "Directory Display Options"
1466
- msgstr "Verzeichnisoptionen anzeigen"
1467
 
1468
- #: includes/admin/settings/class-settings.php:112
1469
- msgctxt "admin settings"
1470
- msgid "Disable Frontend Listing Submission?"
1471
- msgstr ""
1472
 
1473
- #: includes/admin/settings/class-settings.php:113
1474
- msgctxt "admin settings"
1475
- msgid "Show the \"Submit listing\" button."
1476
- msgstr "\"Eintrag erstellen” Schaltfläche anzeigen."
1477
 
1478
- #: includes/admin/settings/class-settings.php:115
1479
- msgctxt "admin settings"
1480
- msgid "Show \"Search listings\"."
1481
- msgstr "\"Einträge durchsuchen\" anzeigen"
 
 
 
 
 
 
 
 
 
1482
 
1483
- #: includes/admin/settings/class-settings.php:116
1484
- msgctxt "admin settings"
1485
- msgid "Show the \"View Listings\" button."
1486
- msgstr "\"Einträge anschauen\" Schaltfläche anzeigen"
1487
 
1488
- #: includes/admin/settings/class-settings.php:117
1489
- msgctxt "admin settings"
1490
- msgid "Show the \"Directory\" button."
1491
- msgstr "\"Verzeichnis\" Schaltfläche anzeigen"
1492
 
1493
- #: includes/admin/settings/class-settings.php:118
1494
- msgctxt "admin settings"
1495
- msgid "Disable advanced CPT integration?"
1496
- msgstr "Email Erinnerung"
1497
 
1498
- #: includes/admin/settings/class-settings.php:123
1499
- msgctxt "admin settings"
1500
- msgid "Directory Search"
1501
- msgstr "Verzeichnis Suche"
1502
 
1503
- #: includes/admin/settings/class-settings.php:131
1504
- msgctxt "admin settings"
1505
- msgid "Search form display"
 
 
1506
  msgstr ""
 
 
1507
 
1508
- #: includes/admin/settings/class-settings.php:135
1509
- msgctxt "admin settings"
1510
- msgid "Above results"
1511
- msgstr ""
1512
 
1513
- #: includes/admin/settings/class-settings.php:136
1514
- msgctxt "admin settings"
1515
- msgid "Below results"
1516
- msgstr ""
1517
 
1518
- #: includes/admin/settings/class-settings.php:137
1519
- msgctxt "admin settings"
1520
- msgid "Don't show with results"
1521
- msgstr ""
1522
 
1523
- #: includes/admin/settings/class-settings.php:142
1524
- msgctxt "admin settings"
1525
- msgid ""
1526
- "You have selected a textarea field to be included in quick searches. "
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
- #: includes/admin/settings/class-settings.php:144
1535
- msgctxt "admin settings"
1536
  msgid ""
1537
- "Use Ctrl-Click to include multiple fields in the search. Choosing too many "
1538
- "fields for inclusion into Quick Search can result in very slow search "
1539
- "performance."
1540
  msgstr ""
1541
- "Zu viele Felder können die Suchleistung stark beeinflussen und lange dauern."
1542
-
1543
- #: includes/admin/settings/class-settings.php:147
1544
- msgctxt "admin settings"
1545
- msgid "Quick search fields"
1546
- msgstr "Schnellsuche Felder"
1547
 
1548
- #: includes/admin/settings/class-settings.php:155
1549
- msgctxt "admin settings"
1550
- msgid "Enable high performance searches?"
1551
- msgstr ""
1552
 
1553
- #: includes/admin/settings/class-settings.php:158
1554
- msgctxt "admin settings"
1555
  msgid ""
1556
- "Enabling this makes BD sacrifice result quality to improve speed. This is "
1557
- "helpful if you're on shared hosting plans, where database performance is an "
1558
- "issue."
1559
  msgstr ""
 
 
1560
 
1561
- #: includes/admin/settings/class-settings.php:163
1562
- msgctxt "admin settings"
1563
- msgid "Miscellaneous Settings"
1564
- msgstr "Sonstiges Einstellungen"
1565
 
1566
- #: includes/admin/settings/class-settings.php:167
1567
- msgctxt "admin settings"
1568
- msgid ""
1569
- "Check this if you are having trouble with BD, particularly when importing or "
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
- #: includes/admin/settings/class-settings.php:170
1576
- msgctxt "admin settings"
1577
- msgid ""
1578
- "If this compatibility mode doesn't solve your issue, you may be experiencing "
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
- #: includes/admin/settings/class-settings.php:173
1584
- msgctxt "admin settings"
1585
- msgid "Enable AJAX compatibility mode?"
1586
- msgstr ""
1587
 
1588
- #: includes/admin/settings/class-settings.php:183
1589
- msgctxt "admin settings"
1590
  msgid ""
1591
- "Include CSS rules to give their own style to View, Edit and Delete buttons?"
 
1592
  msgstr ""
 
 
1593
 
1594
- #: includes/admin/settings/class-settings.php:189
1595
- #: includes/admin/settings/class-settings.php:688
1596
- msgctxt "admin settings"
1597
- msgid "Listings"
1598
- msgstr "Einträge"
1599
 
1600
- #: includes/admin/settings/class-settings.php:190
1601
- #: includes/admin/settings/class-settings.php:357
1602
- #: includes/admin/settings/class-settings.php:645
1603
- msgctxt "admin settings"
1604
- msgid "General Settings"
1605
- msgstr "Allgemeine Einstellungen"
1606
 
1607
- #: includes/admin/settings/class-settings.php:192
1608
- msgctxt "admin settings"
1609
- msgid "Listings per page"
1610
- msgstr "Einträge pro Seite"
1611
 
1612
- #: includes/admin/settings/class-settings.php:193
1613
- msgctxt "admin settings"
1614
- msgid ""
1615
- "Number of listings to show per page. Use a value of \"0\" to show all "
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/settings/class-settings.php:195
1622
- msgctxt "admin settings"
1623
- msgid "Listing duration for no-fee sites (in days)"
1624
- msgstr "Eintrag Zeitraum für kostenlose Seiten (in Tagen)"
1625
 
1626
- #: includes/admin/settings/class-settings.php:196
1627
- msgctxt "admin settings"
1628
- msgid ""
1629
- "Use a value of \"0\" to keep a listing alive indefinitely or enter a number "
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/settings/class-settings.php:202
1636
- msgctxt "admin settings"
1637
- msgid "Include listing contact form on listing pages?"
1638
- msgstr "Kontaktform in Eintragsseiten einfügen?"
1639
 
1640
- #: includes/admin/settings/class-settings.php:205
1641
- msgctxt "admin settings"
1642
- msgid ""
1643
- "Allows visitors to contact listing authors privately. Authors will receive "
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/settings/class-settings.php:208
1650
- msgctxt "admin settings"
1651
- msgid "Open detailed view of listing in new tab?"
1652
- msgstr ""
1653
 
1654
- #: includes/admin/settings/class-settings.php:213
1655
- msgctxt "admin settings"
1656
- msgid "Require login for using the contact form?"
1657
- msgstr "Einloggen um das Kontaktformular nutzen zu können?"
1658
 
1659
- #: includes/admin/settings/class-settings.php:219
1660
- msgctxt "admin settings"
1661
- msgid "Maximum number of contact form submits per day"
1662
- msgstr "Maximale Nummer der Kontaktformmails die pro Tag zugesendet werden"
 
1663
 
1664
- #: includes/admin/settings/class-settings.php:222
1665
- msgctxt "admin settings"
1666
  msgid ""
1667
- "Use this to prevent spamming of listing owners. 0 means unlimited submits "
1668
- "per day."
1669
  msgstr ""
1670
- "Benutze dieses Feld um spamming von Einträgen zu vermeiden. 0 heisst "
1671
- "unbegrenzt pro Tag."
1672
 
1673
- #: includes/admin/settings/class-settings.php:230
1674
- msgctxt "admin settings"
1675
- msgid "Include comment form on listing pages?"
1676
- msgstr "Kommentarform einfügen in Eintragsseiten?"
 
 
1677
 
1678
- #: includes/admin/settings/class-settings.php:233
1679
- msgctxt "admin settings"
 
 
 
 
 
 
 
1680
  msgid ""
1681
- "BD uses the standard comment inclusion from WordPress, but most themes only "
1682
- "allow for comments on posts, not pages. Some themes handle both. BD is "
1683
- "displayed on a page, so we need a theme that can handle both to show "
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
- #: includes/admin/settings/class-settings.php:236
1689
- msgctxt "admin settings"
1690
- msgid "Do not include comments in listings"
1691
- msgstr "Keine Kommentare bei den Einträgen anzeigen"
 
1692
 
1693
- #: includes/admin/settings/class-settings.php:237
1694
- msgctxt "admin settings"
1695
- msgid "Include comment form, theme invoked (standard option)"
1696
- msgstr "Kommentarform einfügen in Eintragsseiten?"
1697
 
1698
- #: includes/admin/settings/class-settings.php:238
1699
- msgctxt "admin settings"
1700
- msgid "Include comment form, BD invoked (use only if 2nd option doesn't work)"
1701
- msgstr ""
1702
 
1703
- #: includes/admin/settings/class-settings.php:246
1704
- msgctxt "admin settings"
1705
- msgid "Show listings under categories on main page?"
1706
- msgstr "Einträge unter Kategorien anzeigen auf der Hauptseite?"
1707
 
1708
- #: includes/admin/settings/class-settings.php:247
1709
- msgctxt "admin settings"
1710
- msgid "Status of listings upon uninstalling plugin"
1711
- msgstr "Status der Einträge bei Deinstallation der Erweiterung"
1712
 
1713
- #: includes/admin/settings/class-settings.php:248
1714
- #: includes/admin/settings/class-settings.php:250
1715
- msgctxt "post status"
1716
- msgid "Draft"
1717
- msgstr ""
1718
 
1719
- #: includes/admin/settings/class-settings.php:248
1720
- #: includes/admin/settings/class-settings.php:250
1721
- msgctxt "post status"
1722
- msgid "Trash"
1723
  msgstr ""
 
 
1724
 
1725
- #: includes/admin/settings/class-settings.php:249
1726
- msgctxt "admin settings"
1727
- msgid "Status of deleted listings"
1728
- msgstr "Status der gelöschten Einträge"
1729
 
1730
- #: includes/admin/settings/class-settings.php:251
1731
- msgctxt "admin settings"
1732
- msgid "Submit Listing instructions message"
1733
- msgstr "Nachricht mit Anweisungen für einen neuen Eintrag"
1734
 
1735
- #: includes/admin/settings/class-settings.php:251
1736
- msgctxt "admin settings"
1737
- msgid ""
1738
- "This text is displayed at the first page of the Submit Listing process for "
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
- #: includes/admin/settings/class-settings.php:253
1744
- msgctxt "admin settings"
1745
- msgid "Listing Renewal"
1746
- msgstr "Einträge erneuern"
1747
 
1748
- #: includes/admin/settings/class-settings.php:254
1749
- msgctxt "admin settings"
1750
- msgid "Turn on listing renewal option?"
1751
- msgstr "Option zur Erneuerung von Einträgen aktivieren?"
1752
 
1753
- #: includes/admin/settings/class-settings.php:257
1754
- msgctxt "admin settings"
1755
- msgid "Allow recurring renewal payments?"
1756
- msgstr "Wiederholte Bezahlung erlauben?"
1757
 
1758
- #: includes/admin/settings/class-settings.php:260
1759
- msgctxt "admin settings"
1760
- msgid ""
1761
- "Allow users to opt in for automatic renewal of their listings. The fee is "
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
- #: includes/admin/settings/class-settings.php:264
1769
- msgctxt "admin settings"
1770
- msgid "Use recurring payments as the default payment method?"
1771
- msgstr "Benutze automatische Abbuchungen als Standardbezahlmethode?"
1772
 
1773
- #: includes/admin/settings/class-settings.php:267
1774
- msgctxt "admin settings"
1775
- msgid ""
1776
- "Enable automatic renewal without having users opt in during the submit "
1777
- "process."
1778
- msgstr ""
1779
- "Automatische Abbuchung aktivieren, ohne die Anmeldung durch den Benutzer "
1780
- "während der Einreichung."
1781
 
1782
- #: includes/admin/settings/class-settings.php:272
1783
- msgctxt "admin settings"
1784
- msgid "Listing renewal e-mail threshold (in days)"
1785
- msgstr "Eintragsabbuchungsemail Grenze (in tagen)"
1786
 
1787
- #: includes/admin/settings/class-settings.php:275
1788
- msgctxt "admin settings"
1789
- msgid ""
1790
- "Configure how many days before listing expiration is the renewal e-mail sent."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1791
  msgstr ""
1792
- "Konfiguriere wieviel Tage vor der Abbuchung eine Buchungsmail verschickt "
1793
- "wird."
1794
 
1795
- #: includes/admin/settings/class-settings.php:279
1796
- msgctxt "admin settings"
1797
  msgid ""
1798
- "Send expiration notices including a cancel links to auto-renewed listings?"
 
1799
  msgstr ""
1800
- "Sende eine Ablaufinformation die einen Beenden und einen Automatisch Eintrag "
1801
- "Erneuern Link enghält?"
1802
 
1803
- #: includes/admin/settings/class-settings.php:286
1804
- msgctxt "admin settings"
1805
- msgid "Remind listing owners of expired listings (past due)?"
1806
- msgstr "Eintraginhaber an abgelaufene Einträge erinnern (überfällig)?"
1807
 
1808
- #: includes/admin/settings/class-settings.php:291
1809
- msgctxt "admin settings"
1810
- msgid "Listing renewal reminder e-mail threshold (in days)"
1811
- msgstr "Einträge erneuern E-mail Grenze (in Tagen)"
1812
 
1813
- #: includes/admin/settings/class-settings.php:294
1814
- msgctxt "admin settings"
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
- "Konfiguriere wie viele Tage nach dem Ablauf eines Eintrags eine E-mail an "
1820
- "den Inhaber versendet wird."
1821
 
1822
- #: includes/admin/settings/class-settings.php:297
1823
- msgctxt "admin settings"
1824
- msgid "Post/Category Settings"
1825
- msgstr "Post/Kategorie Einstellungen"
1826
 
1827
- #: includes/admin/settings/class-settings.php:298
1828
- msgctxt "admin settings"
1829
- msgid "Default new post status"
1830
- msgstr "Standard neuer Post Status"
1831
 
1832
- #: includes/admin/settings/class-settings.php:299
1833
- #: includes/admin/settings/class-settings.php:302
1834
- msgctxt "post status"
1835
- msgid "Published"
1836
- msgstr "Veröffentlicht"
1837
 
1838
- #: includes/admin/settings/class-settings.php:299
1839
- #: includes/admin/settings/class-settings.php:302
1840
- msgctxt "post status"
1841
- msgid "Pending"
1842
- msgstr "Ausstehend"
1843
 
1844
- #: includes/admin/settings/class-settings.php:301
1845
- msgctxt "admin settings"
1846
- msgid "Edit post status"
1847
- msgstr "Post Status Bearbeiten"
1848
 
1849
- #: includes/admin/settings/class-settings.php:303
1850
- msgctxt "admin settings"
1851
- msgid "Order categories list by"
1852
- msgstr "Kategorieliste sortieren nach"
1853
 
1854
- #: includes/admin/settings/class-settings.php:305
1855
- msgctxt "admin settings"
1856
- msgid "Name"
1857
- msgstr "Name"
1858
 
1859
- #: includes/admin/settings/class-settings.php:306
1860
- msgctxt "admin settings"
1861
- msgid "Slug"
1862
- msgstr "Entwurf"
1863
 
1864
- #: includes/admin/settings/class-settings.php:307
1865
- msgctxt "admin settings"
1866
- msgid "Listing Count"
1867
- msgstr "Anzahl Einträge"
1868
 
1869
- #: includes/admin/settings/class-settings.php:309
1870
- msgctxt "admin settings"
1871
- msgid "Sort order for categories"
1872
- msgstr "Sortierung für Kategorien"
1873
 
1874
- #: includes/admin/settings/class-settings.php:310
1875
- #: includes/admin/settings/class-settings.php:328
1876
- msgctxt "admin settings"
1877
- msgid "Ascending"
1878
- msgstr "Aufsteigend"
1879
 
1880
- #: includes/admin/settings/class-settings.php:310
1881
- #: includes/admin/settings/class-settings.php:328
1882
- msgctxt "admin settings"
1883
- msgid "Descending"
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
- #: includes/admin/settings/class-settings.php:313
1897
- msgctxt "admin settings"
1898
- msgid "Show only parent categories in category list?"
1899
- msgstr "Nur Elternkategorien in Kategorieliste anzeigen?"
1900
 
1901
- #: includes/admin/settings/class-settings.php:315
1902
- msgctxt "admin settings"
1903
- msgid "Listings Sorting"
1904
- msgstr "Sortierung Einträge"
1905
 
1906
- #: includes/admin/settings/class-settings.php:316
1907
- msgctxt "admin settings"
1908
- msgid "Order directory listings by"
1909
- msgstr "Anordnung Verzeichniseinträge durch"
1910
 
1911
- #: includes/admin/settings/class-settings.php:318
1912
- msgctxt "admin settings"
1913
- msgid "Title"
1914
- msgstr "Titel"
1915
 
1916
- #: includes/admin/settings/class-settings.php:319
1917
- msgctxt "admin settings"
1918
- msgid "Author"
1919
- msgstr "Author"
1920
 
1921
- #: includes/admin/settings/class-settings.php:320
1922
- #: includes/admin/settings/class-settings.php:731
1923
- msgctxt "admin settings"
1924
- msgid "Date posted"
1925
- msgstr "Datum gepostet"
1926
 
1927
- #: includes/admin/settings/class-settings.php:321
1928
- #: includes/admin/settings/class-settings.php:732
1929
- msgctxt "admin settings"
1930
- msgid "Date last modified"
1931
- msgstr "Datum zuletzt verändert"
1932
 
1933
- #: includes/admin/settings/class-settings.php:322
1934
- msgctxt "admin settings"
1935
- msgid "Random"
1936
- msgstr "Zufall"
1937
 
1938
- #: includes/admin/settings/class-settings.php:323
1939
- msgctxt "admin settings"
1940
- msgid "Paid first then free. Inside each group by date."
 
 
1941
  msgstr ""
 
 
1942
 
1943
- #: includes/admin/settings/class-settings.php:324
1944
- msgctxt "admin settings"
1945
- msgid "Paid first then free. Inside each group by title."
 
 
 
 
 
 
1946
  msgstr ""
 
 
1947
 
1948
- #: includes/admin/settings/class-settings.php:326
1949
- msgctxt "admin settings"
1950
- msgid "Sort directory listings by"
1951
- msgstr "Verzeichnissortierung der Einträge durch"
1952
 
1953
- #: includes/admin/settings/class-settings.php:327
1954
- msgctxt "admin settings"
1955
- msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
1956
- msgstr ""
1957
- "Aufsteigend für aufsteigende Reihenfolge A-Z, Absteigend für absteigende "
1958
- "Reihenfolge Z-A"
1959
 
1960
- #: includes/admin/settings/class-settings.php:332
1961
- msgctxt "admin settings"
1962
- msgid "Enable sort bar?"
1963
- msgstr "Sortierung aktivieren?"
1964
 
1965
- #: includes/admin/settings/class-settings.php:337
1966
- msgctxt "admin settings"
1967
- msgid "Sortbar Fields"
1968
- msgstr "Sortierbare Felder"
1969
 
1970
- #: includes/admin/settings/class-settings.php:346
1971
- msgctxt "admin settings"
1972
- msgid "Featured (Sticky) listing settings"
1973
- msgstr "Unterstützte (unbewegliche) Eintrageinstellungen"
 
 
 
 
 
 
 
 
1974
 
1975
- #: includes/admin/settings/class-settings.php:347
1976
- msgctxt "admin settings"
1977
- msgid "Offer sticky listings?"
1978
- msgstr "Unbewegliche Einträge anbieten? "
1979
 
1980
- #: includes/admin/settings/class-settings.php:348
1981
- msgctxt "admin settings"
1982
- msgid "Offer upgrades during submit process?"
1983
- msgstr "Aktualisierungen anbieten im Bestellprozess?"
1984
 
1985
- #: includes/admin/settings/class-settings.php:349
1986
- msgctxt "admin settings"
1987
- msgid "Sticky listing price"
1988
- msgstr "Unbeweglicher Eintragspreis"
1989
 
1990
- #: includes/admin/settings/class-settings.php:350
1991
- msgctxt "admin settings"
1992
- msgid "Sticky listing page description text"
1993
- msgstr "Unbewegliche Eintragsseite Beschreibung"
1994
 
1995
- #: includes/admin/settings/class-settings.php:351
1996
- msgctxt "admin settings"
1997
- msgid ""
1998
- "You can upgrade your listing to featured status. Featured listings will "
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
- #: includes/admin/settings/class-settings.php:356
2005
- msgctxt "admin settings"
2006
- msgid "E-Mail"
2007
- msgstr "E-mail"
2008
 
2009
- #: includes/admin/settings/class-settings.php:360
2010
- msgctxt "admin settings"
2011
- msgid "Display email address fields publicly?"
2012
- msgstr "E-mail Adressfeld öffentlich anzeigen?"
2013
 
2014
- #: includes/admin/settings/class-settings.php:363
2015
- msgctxt "admin settings"
2016
  msgid ""
2017
- "Shows the email address of the listing owner to all web users. NOT "
2018
- "RECOMMENDED as this increases spam to the address and allows spam bots to "
2019
- "harvest it for future use."
2020
  msgstr ""
2021
- "E-mailadresse allen Benutzern anzeigen. NICHT ZU EMPFEHLEN. Achtung Spam!"
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
- #: includes/admin/settings/class-settings.php:369
2029
- msgctxt "admin settings"
2030
  msgid ""
2031
- "This affects emails sent to listing owners via contact forms or when their "
2032
- "listings expire."
2033
  msgstr ""
2034
- "Dies bewirkt, dass eine E-mail an den Eigentümer geschickt wird, wenn der "
2035
- "Eintrag abläuft."
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/settings/class-settings.php:372
2043
- msgctxt "admin settings"
2044
- msgid "Try author's email first and then listing's email field."
2045
- msgstr ""
2046
- "Probieren sie erst die E-Mail des Authors und dann die E-Mail des Felds."
2047
 
2048
- #: includes/admin/settings/class-settings.php:376
2049
- msgctxt "admin settings"
2050
- msgid "E-Mail Notifications"
2051
- msgstr "Email Erinnerung"
2052
 
2053
- #: includes/admin/settings/class-settings.php:379
2054
- msgctxt "admin settings"
2055
- msgid "Notify admin via e-mail when..."
2056
- msgstr "Administrator per E-mail informieren wenn... "
2057
 
2058
- #: includes/admin/settings/class-settings.php:383
2059
- msgctxt "admin settings"
2060
- msgid "A new listing is submitted."
2061
- msgstr "Ein neuer Eintrag wurde übermittelt."
2062
 
2063
- #: includes/admin/settings/class-settings.php:384
2064
- msgctxt "admin settings"
2065
- msgid "A listing is edited."
2066
- msgstr "Ein Eintrag wurde bearbeitet."
 
 
 
 
 
2067
 
2068
- #: includes/admin/settings/class-settings.php:385
2069
- msgctxt "admin settings"
2070
- msgid "A listing expires."
2071
- msgstr "Ein Eintrag läuft aus."
2072
 
2073
- #: includes/admin/settings/class-settings.php:386
2074
- msgctxt "admin settings"
2075
- msgid "A contact message is sent to a listing's owner."
2076
- msgstr "Eine Nachricht wurde an einen Eintrags-Eigentümer versendet."
2077
 
2078
- #: includes/admin/settings/class-settings.php:392
2079
- msgctxt "admin settings"
2080
- msgid "CC this e-mail address too"
2081
- msgstr "CC diese E-mail an"
2082
 
2083
- #: includes/admin/settings/class-settings.php:398
2084
- msgctxt "admin settings"
2085
- msgid "Notify users via e-mail when..."
2086
- msgstr "Benachrichtige Benutzer per E-mail wenn..."
 
2087
 
2088
- #: includes/admin/settings/class-settings.php:401
2089
- msgctxt "admin settings"
2090
- msgid "You can modify the text template used for most of these e-mails below."
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/settings/class-settings.php:402
2096
- msgctxt "admin settings"
2097
- msgid "Their listing is submitted."
2098
- msgstr "Ihr Eintrag ist eingereicht."
2099
 
2100
- #: includes/admin/settings/class-settings.php:403
2101
- msgctxt "admin settings"
2102
- msgid "Their listing is approved/published."
2103
- msgstr "Ihr Eintrag ist genehmigt/veröffentlicht."
2104
 
2105
- #: includes/admin/settings/class-settings.php:412
2106
- msgctxt "contact email"
2107
- msgid "You have received a reply from your listing at %s."
2108
- msgstr "Sie haben eine Antwort auf Ihren Eintrag erhalten am %s."
 
2109
 
2110
- #: includes/admin/settings/class-settings.php:413
2111
- msgctxt "contact email"
2112
- msgid "Name: %s"
2113
- msgstr "Name: %s"
2114
 
2115
- #: includes/admin/settings/class-settings.php:414
2116
- msgctxt "contact email"
2117
- msgid "E-Mail: %s"
2118
- msgstr "E-mail: %s"
2119
 
2120
- #: includes/admin/settings/class-settings.php:415
2121
- msgctxt "contact email"
2122
- msgid "Message:"
2123
- msgstr "Nachricht:"
2124
 
2125
- #: includes/admin/settings/class-settings.php:417
2126
- msgctxt "contact email"
2127
- msgid "Time: %s"
2128
- msgstr "Zeit: %s"
2129
 
2130
- #: includes/admin/settings/class-settings.php:419
2131
- msgctxt "admin settings"
2132
- msgid "E-Mail Templates"
2133
- msgstr "E-mail Templates"
 
2134
 
2135
- #: includes/admin/settings/class-settings.php:422
2136
- msgctxt "admin settings"
2137
- msgid "Email confirmation message"
2138
- msgstr "Email Bestätigungsnachricht"
2139
 
2140
- #: includes/admin/settings/class-settings.php:426
2141
- msgctxt "admin settings"
2142
- msgid "Sent after a listing has been submitted."
2143
- msgstr "Senden nachdem der Eintrag eingestellt wurde."
2144
 
2145
- #: includes/admin/settings/class-settings.php:427
2146
- #: includes/admin/settings/class-settings.php:435
2147
- #: includes/admin/settings/class-settings.php:476
2148
- msgctxt "admin settings"
2149
- msgid "Listing's title"
2150
- msgstr "Eintrag Titel"
2151
 
2152
- #: includes/admin/settings/class-settings.php:430
2153
- msgctxt "admin settings"
2154
- msgid "Listing published message"
2155
- msgstr "Eintrag veröffentlicht Nachricht"
2156
 
2157
- #: includes/admin/settings/class-settings.php:433
2158
- msgctxt "admin settings"
2159
- msgid ""
2160
- "Your listing \"[listing]\" is now available at [listing-url] and can be "
2161
- "viewed by the public."
2162
- msgstr ""
2163
- "Dein Eintrag \"[listing]\" ist jetzt verfügbar unter [listing-url] und "
2164
- "kann öffentlich eingesehen werden."
2165
 
2166
- #: includes/admin/settings/class-settings.php:434
2167
- msgctxt "admin settings"
2168
- msgid "Sent when the listing has been published or approved by an admin."
2169
  msgstr ""
2170
- "Senden wenn der Eintrag vom Administrator genehmigt oder veröffentlicht "
2171
- "wurde."
2172
 
2173
- #: includes/admin/settings/class-settings.php:436
2174
- msgctxt "admin settings"
2175
- msgid "Listing's URL"
2176
- msgstr "Eintrags URL"
2177
 
2178
- #: includes/admin/settings/class-settings.php:440
2179
- msgctxt "admin settings"
2180
- msgid "Listing Contact Message"
2181
- msgstr "Neue Eintrag Anweisungen"
2182
 
2183
- #: includes/admin/settings/class-settings.php:444
2184
- msgctxt "admin settings"
2185
- msgid ""
2186
- "Sent to listing owners when someone uses the contact form on their listing "
2187
- "pages."
2188
- msgstr ""
2189
- "An den Eigentümer senden wenn jemand die Kontaktform auf Ihrer Eintragsseite "
2190
- "verwendet."
2191
 
2192
- #: includes/admin/settings/class-settings.php:454
2193
- msgctxt "admin settings"
2194
- msgid "Payment related"
2195
- msgstr "Bezahlmethode"
2196
 
2197
- #: includes/admin/settings/class-settings.php:471
2198
- msgctxt "admin settings"
2199
- msgid "Payment abandoned reminder message"
2200
- msgstr "Erneuerungserinnerung E-mail Nachricht"
2201
 
2202
- #: includes/admin/settings/class-settings.php:475
2203
- msgctxt "admin settings"
2204
- msgid "Sent some time after a pending payment is abandoned by users."
2205
- msgstr ""
2206
 
2207
- #: includes/admin/settings/class-settings.php:477
2208
- msgctxt "admin settings"
2209
- msgid "Checkout URL link"
2210
- msgstr "Kasse"
2211
 
2212
- #: includes/admin/settings/class-settings.php:483
2213
- msgctxt "admin settings"
2214
- msgid "Renewal Reminders"
2215
- msgstr "Erneuerungserinnerung"
2216
 
2217
- #: includes/admin/settings/class-settings.php:486
2218
- msgctxt "admin settings"
2219
- msgid ""
2220
- "This section refers only to the text of the renewal/expiration notices. You "
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
- #: includes/admin/settings/class-settings.php:490
2228
- msgctxt "admin settings"
2229
- msgid "Pending expiration e-mail message"
2230
- msgstr "Ausstehende Abgelaufen E-mail Nachricht"
2231
 
2232
- #: includes/admin/settings/class-settings.php:494
2233
- msgctxt "settings"
2234
- msgid ""
2235
- "Sent some time before the listing expires. Applies to non-recurring renewals "
2236
- "only."
2237
- msgstr ""
2238
- "Einige Zeit bevor der Eintrag abläuft senden. Wird nur bei kostenlosen "
2239
- "Erneuerungen verwendet."
2240
 
2241
- #: includes/admin/settings/class-settings.php:495
2242
- #: includes/admin/settings/class-settings.php:508
2243
- #: includes/admin/settings/class-settings.php:521
2244
- #: includes/admin/settings/class-settings.php:534
2245
- #: includes/admin/settings/class-settings.php:547
2246
- msgctxt "settings"
2247
- msgid "Listing's name (with link)"
2248
- msgstr "Eintragsname (mit Link)"
2249
-
2250
- #: includes/admin/settings/class-settings.php:496
2251
- #: includes/admin/settings/class-settings.php:509
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
- #: includes/admin/settings/class-settings.php:498
2267
- msgctxt "settings"
2268
- msgid "Category that is going to expire"
2269
- msgstr "Kategorie die bald abläuft"
 
 
 
 
 
 
2270
 
2271
- #: includes/admin/settings/class-settings.php:499
2272
- #: includes/admin/settings/class-settings.php:512
2273
- #: includes/admin/settings/class-settings.php:551
2274
- msgctxt "settings"
2275
- msgid "Link to renewal page"
2276
- msgstr "Link zu erneuerten Seite"
 
2277
 
2278
- #: includes/admin/settings/class-settings.php:500
2279
- #: includes/admin/settings/class-settings.php:513
2280
- #: includes/admin/settings/class-settings.php:525
2281
- #: includes/admin/settings/class-settings.php:538
2282
- #: includes/admin/settings/class-settings.php:552
2283
- msgctxt "settings"
2284
- msgid "Link to your site"
2285
- msgstr "Link zu deiner Seite"
2286
 
2287
- #: includes/admin/settings/class-settings.php:503
2288
- msgctxt "admin settings"
2289
- msgid "Listing Renewal e-mail message"
2290
- msgstr "Eintrag Erneuerung E-mail Nachricht"
 
 
 
 
 
 
2291
 
2292
- #: includes/admin/settings/class-settings.php:507
2293
- msgctxt "settings"
2294
  msgid ""
2295
- "Sent at the time of listing expiration. Applies to non-recurring renewals "
2296
- "only."
2297
  msgstr ""
2298
- "Zur Zeit wenn der Eintrag abläuft senden. Wird nur bei kostenlosen "
2299
- "Erneuerungen verwendet."
 
2300
 
2301
- #: includes/admin/settings/class-settings.php:511
2302
- #: includes/admin/settings/class-settings.php:550
2303
- msgctxt "settings"
2304
- msgid "Category that expired"
2305
- msgstr "Ablaufende Kategorie"
2306
 
2307
- #: includes/admin/settings/class-settings.php:516
2308
- msgctxt "admin settings"
2309
- msgid "Listing auto-renewal reminder (recurring payments)"
2310
- msgstr "Eintrag automatische Erneuerungserinnerung (Abbuchungen)"
2311
 
2312
- #: includes/admin/settings/class-settings.php:520
2313
- msgctxt "settings"
2314
- msgid ""
2315
- "Sent some time before the listing is auto-renewed. Applies to recurring "
2316
- "renewals only."
2317
- msgstr ""
2318
- "Einige Zeit bevor der Eintrag abläuft senden. Wird nur bei bezahlten "
2319
- "Erneuerungen verwendet."
2320
 
2321
- #: includes/admin/settings/class-settings.php:523
2322
- #: includes/admin/settings/class-settings.php:537
2323
- msgctxt "settings"
2324
- msgid "Renewal date"
2325
- msgstr "Erneuerungsdatum"
2326
 
2327
- #: includes/admin/settings/class-settings.php:524
2328
- msgctxt "settings"
2329
- msgid "Category that is going to be renewed"
2330
- msgstr "Kategorie die erneuert werden soll"
2331
 
2332
- #: includes/admin/settings/class-settings.php:526
2333
- msgctxt "settings"
2334
- msgid "Link to manage subscriptions"
2335
- msgstr "Link um Abos zu verwalten"
2336
 
2337
- #: includes/admin/settings/class-settings.php:529
2338
- msgctxt "admin settings"
2339
- msgid "Listing Renewal e-mail message (recurring payments)"
2340
- msgstr "Eintragserneuerungs E-mail Nachricht (Abbuchungen)"
2341
 
2342
- #: includes/admin/settings/class-settings.php:533
2343
- msgctxt "settings"
2344
- msgid ""
2345
- "Sent after the listing is auto-renewed. Applies to recurring renewals only."
2346
- msgstr ""
2347
- "Sende nachdem der Eintrag automatisch erneuert wurde. Wird nur bei bezahlten "
2348
- "Erneuerungen verwendet."
2349
 
2350
- #: includes/admin/settings/class-settings.php:536
2351
- msgctxt "settings"
2352
- msgid "Renewed category"
2353
- msgstr "Erneuerte Kategorie"
2354
 
2355
- #: includes/admin/settings/class-settings.php:542
2356
- msgctxt "admin settings"
2357
- msgid "Renewal reminder e-mail message"
2358
- msgstr "Erneuerungserinnerung E-mail Nachricht"
2359
 
2360
- #: includes/admin/settings/class-settings.php:546
2361
- msgctxt "settings"
 
 
 
 
 
2362
  msgid ""
2363
- "Sent some time after listing expiration and when no renewal has occurred. "
2364
- "Applies to both recurring and non-recurring renewals."
 
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/admin/settings/class-settings.php:556
2370
- msgctxt "admin settings"
2371
- msgid "Payment"
2372
- msgstr "Bezahlung"
2373
 
2374
- #: includes/admin/settings/class-settings.php:557
2375
- msgctxt "admin settings"
2376
- msgid "Payment Settings"
2377
- msgstr "Bezahlung Einstellungen"
 
 
2378
 
2379
- #: includes/admin/settings/class-settings.php:560
2380
- msgctxt "admin settings"
2381
- msgid "Turn On payments?"
2382
- msgstr "Bezahlungen aktivieren?"
 
 
2383
 
2384
- #: includes/admin/settings/class-settings.php:562
2385
- msgctxt "admin settings"
2386
- msgid "Put payment gateways in test mode?"
2387
- msgstr "Bezahlungsgateway im Testmodus ausführen?"
 
 
 
 
2388
 
2389
- #: includes/admin/settings/class-settings.php:567
2390
- msgctxt "admin settings"
2391
- msgid "Perform checkouts on the secure (HTTPS) version of your site?"
 
 
 
2392
  msgstr ""
2393
- "Aktiviere (HTTPS) sichere Verbindung für den Bestellprozess deiner Seite?"
2394
 
2395
- #: includes/admin/settings/class-settings.php:570
2396
- msgctxt "admin settings"
2397
  msgid ""
2398
- "Recommended for added security. For this to work you need to enable HTTPS on "
2399
- "your server and <a>obtain an SSL certificate</a>."
2400
  msgstr ""
2401
- "Empfohlen zur Erweiterung der Sicherheit. Aktiviere HTTPS auf deinem Server "
2402
- "und <a>erhalte ein SSL Zertifikat</a>"
2403
 
2404
- #: includes/admin/settings/class-settings.php:574
2405
- msgctxt "admin settings"
2406
- msgid "Currency Code"
2407
- msgstr "Währungsschlüssel"
2408
 
2409
- #: includes/admin/settings/class-settings.php:576
2410
- msgctxt "admin settings"
2411
- msgid "Australian Dollar (AUD)"
2412
- msgstr "Australischer Dollar (AUD)"
2413
 
2414
- #: includes/admin/settings/class-settings.php:577
2415
- msgctxt "admin settings"
2416
- msgid "Brazilian Real (BRL)"
2417
- msgstr "Brasilianischer Real (BRL)"
 
 
 
 
 
 
2418
 
2419
- #: includes/admin/settings/class-settings.php:578
2420
- msgctxt "admin settings"
2421
- msgid "Canadian Dollar (CAD)"
2422
- msgstr "Kanadischer Dollar (CAD)"
2423
 
2424
- #: includes/admin/settings/class-settings.php:579
2425
- msgctxt "admin settings"
2426
- msgid "Czech Koruna (CZK)"
2427
- msgstr "Tschechische Koruna (CZK)"
 
 
 
 
 
 
2428
 
2429
- #: includes/admin/settings/class-settings.php:580
2430
- msgctxt "admin settings"
2431
- msgid "Danish Krone (DKK)"
2432
- msgstr "Dänische Krone (DKK)"
2433
 
2434
- #: includes/admin/settings/class-settings.php:581
2435
- msgctxt "admin settings"
2436
- msgid "Euro (EUR)"
2437
- msgstr "Euro (EUR)"
2438
 
2439
- #: includes/admin/settings/class-settings.php:582
2440
- msgctxt "admin settings"
2441
- msgid "Hong Kong Dollar (HKD)"
2442
- msgstr "Hong Kong Dollar (HKD)"
2443
 
2444
- #: includes/admin/settings/class-settings.php:583
2445
- msgctxt "admin settings"
2446
- msgid "Hungarian Forint (HUF)"
2447
- msgstr "Ungarischer Forint (HUF)"
2448
 
2449
- #: includes/admin/settings/class-settings.php:584
2450
- msgctxt "admin settings"
2451
- msgid "Israeli New Shequel (ILS)"
2452
- msgstr "Israelischer Neuer Schequel (ILS)"
2453
 
2454
- #: includes/admin/settings/class-settings.php:585
2455
- msgctxt "admin settings"
2456
- msgid "Japanese Yen (JPY)"
2457
- msgstr "Japanischer Jen (JPY)"
2458
 
2459
- #: includes/admin/settings/class-settings.php:586
2460
- msgctxt "admin settings"
2461
- msgid "Moroccan Dirham (MAD)"
2462
- msgstr ""
2463
 
2464
- #: includes/admin/settings/class-settings.php:587
2465
- msgctxt "admin settings"
2466
- msgid "Malasian Ringgit (MYR)"
2467
- msgstr "Malaysischer Ringgit (MYR)"
2468
 
2469
- #: includes/admin/settings/class-settings.php:588
2470
- msgctxt "admin settings"
2471
- msgid "Mexican Peso (MXN)"
2472
- msgstr "Mexikanischer Peso (MXN)"
2473
 
2474
- #: includes/admin/settings/class-settings.php:589
2475
- msgctxt "admin settings"
2476
- msgid "Norwegian Krone (NOK)"
2477
- msgstr "Norwegische Krone (NOK)"
 
 
2478
 
2479
- #: includes/admin/settings/class-settings.php:590
2480
- msgctxt "admin settings"
2481
- msgid "New Zealand Dollar (NZD)"
2482
- msgstr "Neuseeland Dollar (NZD)"
 
2483
 
2484
- #: includes/admin/settings/class-settings.php:591
2485
- msgctxt "admin settings"
2486
- msgid "Philippine Peso (PHP)"
2487
- msgstr "Philippinischer Peso (PHP)"
 
2488
 
2489
- #: includes/admin/settings/class-settings.php:592
2490
- msgctxt "admin settings"
2491
- msgid "Polish Zloty (PLN)"
2492
- msgstr "Polnischer Zloty (PLN)"
 
2493
 
2494
- #: includes/admin/settings/class-settings.php:593
2495
- msgctxt "admin settings"
2496
- msgid "Pound Sterling (GBP)"
2497
- msgstr "Pfund Sterling (GBP)"
 
 
 
2498
 
2499
- #: includes/admin/settings/class-settings.php:594
2500
- msgctxt "admin settings"
2501
- msgid "Singapore Dollar (SGD)"
2502
- msgstr "Singapore Dollar (SGD)"
2503
 
2504
- #: includes/admin/settings/class-settings.php:595
2505
- msgctxt "admin settings"
2506
- msgid "Swedish Krona (SEK)"
2507
- msgstr "Schwedische Krone (SEK)"
2508
 
2509
- #: includes/admin/settings/class-settings.php:596
2510
- msgctxt "admin settings"
2511
- msgid "Swiss Franc (CHF)"
2512
- msgstr "Schweizer Franken (CHF)"
2513
 
2514
- #: includes/admin/settings/class-settings.php:597
2515
- msgctxt "admin settings"
2516
- msgid "Taiwan Dollar (TWD)"
2517
- msgstr "Taiwanischer Dollar (TWD)"
2518
 
2519
- #: includes/admin/settings/class-settings.php:598
2520
- msgctxt "admin settings"
2521
- msgid "Thai Baht (THB)"
2522
- msgstr "Thailändischer Baht (THB)"
2523
 
2524
- #: includes/admin/settings/class-settings.php:599
2525
- msgctxt "admin settings"
2526
- msgid "Turkish Lira (TRY)"
2527
- msgstr "Türkische Lira (TRY)"
2528
 
2529
- #: includes/admin/settings/class-settings.php:600
2530
- msgctxt "admin settings"
2531
- msgid "U.S. Dollar (USD)"
2532
- msgstr "U.S. Dollar"
 
 
 
 
 
 
 
 
 
2533
 
2534
- #: includes/admin/settings/class-settings.php:604
2535
- msgctxt "admin settings"
2536
- msgid "Currency Symbol"
2537
- msgstr "Währungssymbol"
2538
 
2539
- #: includes/admin/settings/class-settings.php:609
2540
- msgctxt "admin settings"
2541
- msgid "Currency symbol display"
2542
- msgstr "Währungssymbol Anzeige"
2543
 
2544
- #: includes/admin/settings/class-settings.php:613
2545
- msgctxt "admin settings"
2546
- msgid "Show currency symbol on the left"
2547
- msgstr "Währungssymbol links anzeigen"
2548
 
2549
- #: includes/admin/settings/class-settings.php:614
2550
- msgctxt "admin settings"
2551
- msgid "Show currency symbol on the right"
2552
- msgstr "Währungssymbol rechts anzeigen"
2553
 
2554
- #: includes/admin/settings/class-settings.php:615
2555
- msgctxt "admin settings"
2556
- msgid "Do not show currency symbol"
2557
- msgstr "Währungssymbol nicht anzeigen"
2558
 
2559
- #: includes/admin/settings/class-settings.php:617
2560
- msgctxt "admin settings"
2561
- msgid "Thank you for payment message"
2562
- msgstr "Danke für die Bezahlung Nachricht"
 
 
2563
 
2564
- #: includes/admin/settings/class-settings.php:618
2565
- msgctxt "admin settings"
2566
- msgid ""
2567
- "Thank you for your payment. Your payment is being verified and your listing "
2568
- "reviewed. The verification and review process could take up to 48 hours."
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/settings/class-settings.php:623
2575
- msgctxt "admin settings"
2576
- msgid "Ask users to come back for abandoned payments?"
2577
- msgstr ""
2578
 
2579
- #: includes/admin/settings/class-settings.php:626
2580
- msgctxt "admin settings"
2581
- msgid ""
2582
- "An abandoned payment is when a user attempts to place a listing and gets to "
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/settings/class-settings.php:632
2589
- msgctxt "admin settings"
2590
- msgid "Listing abandonment threshold (hours)"
2591
- msgstr "Eintragsabbuchungsemail Grenze (in tagen)"
2592
 
2593
- #: includes/admin/settings/class-settings.php:637
2594
- msgctxt "admin settings"
2595
- msgid ""
2596
- "Listings with pending payments are marked as abandoned after this time. You "
2597
- "can also <a>customize the e-mail</a> users receive."
2598
- msgstr ""
2599
 
2600
- #: includes/admin/settings/class-settings.php:642
2601
- msgctxt "admin settings"
2602
- msgid "Themes"
2603
- msgstr ""
2604
 
2605
- #: includes/admin/settings/class-settings.php:644
2606
- msgctxt "admin settings"
2607
- msgid "You can manage your themes on <a>Directory Themes</a>."
2608
- msgstr ""
2609
 
2610
- #: includes/admin/settings/class-settings.php:649
2611
- msgctxt "admin settings"
2612
- msgid "Theme button style"
2613
- msgstr ""
2614
 
2615
- #: includes/admin/settings/class-settings.php:653
2616
- msgctxt "admin settings"
2617
- msgid "Use the BD theme style for BD buttons"
2618
- msgstr ""
2619
 
2620
- #: includes/admin/settings/class-settings.php:654
2621
- msgctxt "admin settings"
2622
- msgid "Use the WP theme style for BD buttons"
2623
- msgstr ""
2624
 
2625
- #: includes/admin/settings/class-settings.php:661
2626
- msgctxt "admin settings"
2627
- msgid "Image"
2628
- msgstr "Bild"
2629
 
2630
- #: includes/admin/settings/class-settings.php:662
2631
- msgctxt "admin settings"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2632
  msgid ""
2633
- "Any changes to these settings will affect new listings only. Existing "
2634
- "listings will not be affected. If you wish to change existing listings, you "
2635
- "will need to re-upload the image(s) on that listing after changing things "
2636
- "here."
2637
  msgstr ""
2638
- "Jede Änderung dieser Einstellungen wird nur auf neue Einträge angewendet. "
2639
- "Vorhandene Einträge werden nicht verändert. Wenn du wünscht, dass bereits "
2640
- "existierende Einträge verändert werden, musst du Bild(er) neu hochladen, "
2641
- "nachdem Einstellungen hier verändert wurden."
2642
 
2643
- #: includes/admin/settings/class-settings.php:663
2644
- msgctxt "admin settings"
2645
- msgid "Image Settings"
2646
- msgstr "Bildeinstellungen"
2647
 
2648
- #: includes/admin/settings/class-settings.php:664
2649
- msgctxt "admin settings"
2650
- msgid "Allow images?"
2651
- msgstr "Bilder erlauben?"
 
2652
 
2653
- #: includes/admin/settings/class-settings.php:666
2654
- msgctxt "admin settings"
2655
- msgid "Min Image File Size (KB)"
2656
- msgstr "Maximale Bildgröße (KB)"
2657
 
2658
- #: includes/admin/settings/class-settings.php:667
2659
- msgctxt "admin settings"
2660
- msgid "Max Image File Size (KB)"
2661
- msgstr "Maximale Bildgröße (KB)"
2662
 
2663
- #: includes/admin/settings/class-settings.php:669
2664
- msgctxt "admin settings"
2665
- msgid "Min image width (px)"
2666
- msgstr "Bildergröße (in px):"
2667
 
2668
- #: includes/admin/settings/class-settings.php:670
2669
- msgctxt "admin settings"
2670
- msgid "Min image height (px)"
2671
- msgstr "Bilderhöhe (in px):"
2672
 
2673
- #: includes/admin/settings/class-settings.php:672
2674
- msgctxt "admin settings"
2675
- msgid "Max image width (px)"
2676
- msgstr "Maximale Bildbreite"
2677
 
2678
- #: includes/admin/settings/class-settings.php:673
2679
- msgctxt "admin settings"
2680
- msgid "Max image height (px)"
2681
- msgstr "Maximale Bildhöhe"
2682
 
2683
- #: includes/admin/settings/class-settings.php:675
2684
- msgctxt "admin settings"
2685
- msgid "Turn on thickbox/lightbox?"
2686
- msgstr "Kontrollkästchen/Leuchtkasten aktivieren?"
2687
 
2688
- #: includes/admin/settings/class-settings.php:675
2689
- msgctxt "admin settings"
 
 
 
 
 
2690
  msgid ""
2691
- "Uncheck if it conflicts with other elements or plugins installed on your site"
 
2692
  msgstr ""
2693
- "Deaktivieren wenn Konflikte mit anderen Elementen oder installierten "
2694
- "Erweiterungen entstehen"
2695
 
2696
- #: includes/admin/settings/class-settings.php:677
2697
- msgctxt "admin settings"
2698
- msgid "Thumbnails"
2699
- msgstr "Thumbnails"
2700
 
2701
- #: includes/admin/settings/class-settings.php:678
2702
- msgctxt "admin settings"
2703
- msgid "Thumbnail width (px)"
2704
- msgstr "Thumbnailbreite"
2705
 
2706
- #: includes/admin/settings/class-settings.php:679
2707
- msgctxt "admin settings"
2708
- msgid "Thumbnail height (px)"
2709
- msgstr "Thumbnailbreite"
2710
 
2711
- #: includes/admin/settings/class-settings.php:682
2712
- msgctxt "admin settings"
2713
- msgid "Crop thumbnails to exact dimensions?"
2714
- msgstr "Vorschaubild auf die exakte Maße abschneiden?"
2715
 
2716
- #: includes/admin/settings/class-settings.php:685
2717
- msgctxt "admin settings"
2718
  msgid ""
2719
- "When enabled images will match exactly the dimensions above but part of the "
2720
- "image may be cropped out. If disabled, image thumbnails will be resized to "
2721
- "match the specified width and their height will be adjusted proportionally. "
2722
- "Depending on the uploaded images, thumbnails may have different heights."
2723
  msgstr ""
2724
- "Wenn diese Funktion aktiviert ist, werden Bilder genau den obigen "
2725
- "Abmessungen entsprechen, evtl. wird ein Teil des Bildes abgeschnitten. Wenn "
2726
- "diese Option deaktiviert ist, werden die Bilddarstellungen mit der "
2727
- "angegebenen Breite und Höhe verkleinert und wird proportional angepasst. "
2728
- "Abhängig von den hochgeladenen Bildern können Thumbnails unterschiedliche "
2729
- "Höhen haben."
2730
 
2731
- #: includes/admin/settings/class-settings.php:691
2732
- msgctxt "admin settings"
2733
- msgid "Number of free images"
2734
- msgstr "Nummer der freien Bilder"
 
2735
 
2736
- #: includes/admin/settings/class-settings.php:696
2737
- msgctxt "admin settings"
 
 
 
 
 
 
2738
  msgid ""
2739
- "For paid listing images, configure that by adding or editing a <a>Fee Plan</"
2740
- "a> instead of this setting, which is ignored for paid listings."
 
2741
  msgstr ""
2742
- "Für bezahlte Eintragsbilder, konfiguriere dies durch bearbeiten oder "
2743
- "erstellen eines <a>Preisplan</a> an Stelle dieser Einstellungen, die von "
2744
- "bezahlten Einträgen ignoriert wird."
2745
 
2746
- #: includes/admin/settings/class-settings.php:699
2747
- msgctxt "admin settings"
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
- "Could not copy the AJAX compatibility plugin \"%s\". Compatibility mode was "
2770
- "not activated."
2771
  msgstr ""
 
 
 
2772
 
2773
- #: includes/admin/settings/class-settings.php:764
2774
- msgctxt "admin settings"
2775
  msgid ""
2776
- "Could not activate AJAX Compatibility mode: the directory \"%s\" could not "
2777
- "be created."
 
2778
  msgstr ""
 
 
 
2779
 
2780
- #: includes/admin/settings/class-settings.php:773
2781
- msgctxt "admin settings"
2782
- msgid ""
2783
- "Could not remove the \"Business Directory Plugin - AJAX Compatibility Module"
2784
- "\". Please remove the file \"%s\" manually or deactivate the plugin."
2785
- msgstr ""
2786
 
2787
- #: includes/admin/settings/class-settings.php:1093
2788
- msgctxt "settings"
2789
- msgid "Deactivate License"
2790
- msgstr "Lizenz Deaktivieren"
2791
 
2792
- #: includes/admin/settings/class-settings.php:1095
2793
- msgctxt "settings"
2794
- msgid "Deactivating license..."
2795
- msgstr "Deaktiviere Lizenz..."
2796
 
2797
- #: includes/admin/settings/class-settings.php:1098
2798
- msgctxt "settings"
2799
- msgid "Activate License"
2800
- msgstr "Aktiviere Lizenz"
2801
 
2802
- #: includes/admin/settings/class-settings.php:1100
2803
- msgctxt "settings"
2804
- msgid "Activating license..."
2805
- msgstr "Aktiviere Lizenz..."
2806
 
2807
- #: includes/admin/settings/class-settings.php:1123
2808
- msgctxt "admin settings"
2809
- msgid "Valid placeholders: %s"
2810
- msgstr "Gültige Platzhalter: %s"
2811
 
2812
- #: includes/admin/settings/class-settings.php:1157
2813
- msgctxt "settings email"
2814
- msgid "Click to edit e-mail"
2815
- msgstr "Klicken um E-mail zu bearbeiten"
2816
 
2817
- #: includes/admin/settings/class-settings.php:1158
2818
- msgctxt "settings email"
2819
- msgid "Click to edit"
2820
- msgstr "zum Bearbeiten klicken"
2821
 
2822
- #: includes/admin/settings/class-settings.php:1171
2823
- msgctxt "settings email"
2824
- msgid "E-Mail Subject"
2825
- msgstr "E-mail Betreff"
2826
 
2827
- #: includes/admin/settings/class-settings.php:1182
2828
- msgctxt "settings email"
2829
- msgid "E-Mail Body"
2830
- msgstr "E-mail Text"
2831
 
2832
- #: includes/admin/settings/class-settings.php:1193
2833
- msgctxt "settings email"
2834
- msgid "You can use the following placeholders:"
2835
- msgstr "Du kannst folgende Platzhalter verwenden:"
2836
 
2837
- #: includes/admin/settings/class-settings.php:1216
2838
- msgctxt "settings email"
2839
- msgid "Preview e-mail"
2840
- msgstr "Vorschau E-mail"
2841
 
2842
- #: includes/admin/settings/class-settings.php:1217
2843
- msgctxt "settings email"
2844
- msgid "Cancel"
2845
- msgstr "Abbrechen"
2846
 
2847
- #: includes/admin/settings/class-settings.php:1218
2848
- msgctxt "settings email"
2849
- msgid "Save Changes"
2850
- msgstr "Änderungen sichern"
2851
 
2852
- #: includes/admin/settings/class-settings.php:1237
2853
- msgctxt "settings email"
2854
- msgid "Site title"
2855
- msgstr "Seitentitel"
2856
 
2857
- #: includes/admin/settings/class-settings.php:1240
2858
- msgctxt "settings email"
2859
- msgid "Site title (with link)"
2860
- msgstr "Seitentitel (mit Link)"
2861
 
2862
- #: includes/admin/settings/class-settings.php:1243
2863
- msgctxt "settings email"
2864
- msgid "Site address (with link)"
2865
- msgstr "Seitenadresse (mit Link)"
2866
 
2867
- #: includes/admin/settings/class-settings.php:1246
2868
- msgctxt "settings email"
2869
- msgid "Directory URL (with link)"
2870
- msgstr "Verzeichnis URL (mit Link)"
2871
 
2872
- #: includes/admin/settings/class-settings.php:1249
2873
- msgctxt "settings email"
2874
- msgid "Current date"
2875
- msgstr "Aktuelles Datum"
2876
 
2877
- #: includes/admin/settings/class-settings.php:1252
2878
- msgctxt "settings email"
2879
- msgid "Current time"
2880
- msgstr "Aktuelle Zeit"
2881
 
2882
- #: includes/admin/tracking.php:188
2883
- msgctxt "tracking"
2884
- msgid "Help Improve Business Directory"
2885
- msgstr "Hilf Business Directory zu unterstützen"
2886
 
2887
- #: includes/admin/tracking.php:190
2888
- msgctxt "tracking"
 
 
 
 
 
 
 
 
 
 
2889
  msgid ""
2890
- "Can Business Directory keep track of your theme, plugins, and other non-"
2891
- "personal, non-identifying information to help us in testing the plugin for "
2892
- "future releases?"
 
2893
  msgstr ""
2894
- "Kann Business Directory dein Theme, Erweiterungen und Unpersönliches "
2895
- "verfolgen um Informationen zu sammeln die uns helfen, das Modul weiter zu "
2896
- "entwickeln?"
 
 
2897
 
2898
- #: includes/admin/tracking.php:192
2899
- msgctxt "tracking"
2900
- msgid "What do you track?"
2901
- msgstr "Was verfolgst du?"
2902
 
2903
- #: includes/admin/tracking.php:214
2904
- msgctxt "tracking"
2905
- msgid "No, Thanks."
2906
- msgstr "Nein, Danke."
2907
 
2908
- #: includes/admin/tracking.php:221
2909
- msgctxt "tracking"
2910
- msgid "Allow Tracking"
2911
- msgstr "Verfolgung erlauben"
2912
 
2913
- #: includes/admin/upgrades/class-themes-updater.php:128
2914
- msgctxt "themes"
2915
- msgid "Updating theme..."
2916
- msgstr "Theme wird aktualisiert…"
2917
 
2918
- #: includes/admin/upgrades/class-themes-updater.php:129
2919
- msgctxt "themes"
2920
- msgid "Theme updated."
2921
- msgstr "Preis aktualisiert."
2922
 
2923
- #: includes/admin/upgrades/class-themes-updater.php:131
2924
- msgctxt "themes"
2925
- msgid "New version available (<b>%s</b>). <a>Update now.</a>"
2926
- msgstr "neue Version verfügbar (<b>%s</b>). <a>Jetzt aktualisieren</a>."
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/upgrades/class-themes-updater.php:165
2934
- #, fuzzy
2935
- msgctxt "themes"
2936
- msgid "Theme was updated successfully."
2937
- msgstr "Der Import wurde erfolgreich abgeschlossen."
2938
 
2939
- #: includes/api.php:405
2940
- msgid "Free"
2941
- msgstr "Kostenlos"
 
2942
 
2943
- #: includes/class-fee-plan.php:46
2944
- msgctxt "fees-api"
2945
- msgid "Fee label is required."
2946
- msgstr "Preisbezeichnung erforderlich."
2947
 
2948
- #: includes/class-fee-plan.php:49
2949
- msgctxt "fees-api"
2950
- msgid "Fee amount must be a non-negative decimal number."
2951
- msgstr "Preismenge muss eine nicht negative Zahl sein."
2952
 
2953
- #: includes/class-fee-plan.php:52
2954
- msgctxt "fees-api"
2955
- msgid "Fee must apply to at least one category."
2956
- msgstr "Preis muss mindestens einer Kategorie zugewiesen werden."
2957
 
2958
- #: includes/class-fee-plan.php:57
2959
- msgctxt "fees-api"
2960
- msgid "Fee listing duration must be a number less than 10 years (3650 days)."
2961
- msgstr ""
2962
- "Preis Eintrag Zeitraum muss eine Nummer kleiner als 10 Jahre sein (3650 "
2963
- "Tage)."
2964
 
2965
- #: includes/class-fees-api.php:20
2966
- msgctxt "fees-api"
2967
- msgid "Free Listing"
2968
- msgstr "Kostenloser Eintrag"
2969
 
2970
- #: includes/class-gateway.php:133
2971
- msgctxt "billing info"
2972
- msgid "Please enter a valid e-mail address."
2973
- msgstr "Bitte eine gültige E-mailadresse eingeben."
2974
 
2975
- #: includes/class-gateway.php:136
2976
- msgctxt "billing info"
2977
- msgid "First name is required."
2978
- msgstr "Feldbezeichnung ist Pflichtfeld."
2979
 
2980
- #: includes/class-gateway.php:139
2981
- msgctxt "billing info"
2982
- msgid "Last name is required."
2983
- msgstr "%s ist ein Pflichtfeld."
2984
 
2985
- #: includes/class-gateway.php:142
2986
- msgctxt "billing info"
2987
- msgid "Credit card number is required."
2988
- msgstr "Feldbezeichnung ist Pflichtfeld."
2989
 
2990
- #: includes/class-gateway.php:145
2991
- msgctxt "billing info"
2992
- msgid "Credit card expiration date is invalid."
2993
- msgstr "Feldbezeichnung ist Pflichtfeld."
2994
 
2995
- #: includes/class-gateway.php:148
2996
- msgctxt "billing info"
2997
- msgid "Credit card CVC number is required."
2998
- msgstr "Feldbezeichnung ist Pflichtfeld."
 
 
 
2999
 
3000
- #: includes/class-gateway.php:151
3001
- msgctxt "billing info"
3002
- msgid "Country is required."
3003
- msgstr "%s ist ein Pflichtfeld."
 
 
3004
 
3005
- #: includes/class-gateway.php:154
3006
- msgctxt "billing info"
3007
- msgid "Address is required."
3008
- msgstr "%s ist ein Pflichtfeld."
3009
 
3010
- #: includes/class-listing-upgrade-api.php:16
3011
- msgctxt "listings-api"
3012
- msgid "Normal Listing"
3013
- msgstr "Normaler Eintrag"
3014
 
3015
- #: includes/class-listing-upgrade-api.php:20
3016
- msgctxt "listings-api"
3017
- msgid "Featured Listing"
3018
- msgstr "Unterstützter Eintrag"
3019
 
3020
- #: includes/class-listing.php:319 includes/class-listing.php:345
3021
- msgctxt "listing"
3022
- msgid "(Fee Unavailable)"
3023
- msgstr "(Preis nicht verfügbar)"
3024
 
3025
- #: includes/class-listings-api.php:334
3026
- msgctxt "notify email"
3027
- msgid "[%s] New listing notification"
3028
- msgstr "[%s] neue Eintragsbenachrichtigung"
3029
 
3030
- #: includes/class-listings-api.php:353
3031
- msgctxt "notify email"
3032
- msgid "[%s] Listing edit notification"
3033
- msgstr "[%s] Eintrag bearbeiten Benachrichtigung"
3034
 
3035
- #: includes/class-payment.php:223
3036
- msgctxt "listings"
3037
- msgid "Fee \"%s\" for category \"%s\"%s"
3038
- msgstr "Preis \"%s\" für Kategorie \"%s\"%s"
3039
 
3040
- #: includes/class-payment.php:226
3041
- msgctxt "listings"
3042
- msgid "(recurring)"
3043
- msgstr "(wiederholt)"
 
 
3044
 
3045
- #: includes/class-recaptcha.php:100 includes/class-recaptcha.php:115
3046
- msgctxt "recaptcha"
3047
- msgid "The reCAPTCHA wasn't entered correctly."
3048
- msgstr "Das reCAPTCHA wurde nicht korrekt eingegeben."
3049
 
3050
- #: includes/class-wpbdp.php:30
3051
- msgctxt "post type general name"
3052
- msgid "Directory"
3053
- msgstr "Verzeichnis"
 
 
 
 
3054
 
3055
- #: includes/class-wpbdp.php:31
3056
- msgctxt "post type singular name"
3057
- msgid "Listing"
3058
- msgstr "Einträge"
3059
 
3060
- #: includes/class-wpbdp.php:32
3061
- msgctxt "listing"
3062
- msgid "Add New Listing"
3063
- msgstr "Neuer Eintrag"
3064
 
3065
- #: includes/class-wpbdp.php:33
3066
- msgctxt "post type"
3067
- msgid "Add New Listing"
3068
- msgstr "Neuen Eintrag erstellen"
3069
 
3070
- #: includes/class-wpbdp.php:34
3071
- msgid "Edit Listing"
3072
- msgstr "Eintrag bearbeiten"
 
3073
 
3074
- #: includes/class-wpbdp.php:35
3075
- msgid "New Listing"
3076
- msgstr "Neuer Eintrag"
 
3077
 
3078
- #: includes/class-wpbdp.php:36
3079
- msgid "View Listing"
3080
- msgstr "Eintrag anschauen"
 
3081
 
3082
- #: includes/class-wpbdp.php:37
3083
- msgid "Search Listings"
3084
- msgstr "Einträge durchsuchen"
 
 
 
3085
 
3086
- #: includes/class-wpbdp.php:38
3087
- msgid "No listings found"
3088
- msgstr "Keine Einträge gefunden"
 
3089
 
3090
- #: includes/class-wpbdp.php:39
3091
- msgid "No listings found in trash"
3092
- msgstr "Keine Einträge im Papierkorb gefunden"
 
3093
 
3094
- #: includes/class-wpbdp.php:55
3095
- msgid "Directory Categories"
3096
- msgstr "Verz. Kategorien"
 
3097
 
3098
- #: includes/class-wpbdp.php:56
3099
- msgid "Directory Category"
3100
- msgstr "Verzeichnis Kategorie"
 
3101
 
3102
- #: includes/class-wpbdp.php:67
3103
- msgid "Directory Tags"
3104
- msgstr "Verz. Tags"
 
3105
 
3106
- #: includes/class-wpbdp.php:68
3107
- msgid "Directory Tag"
3108
- msgstr "Verzeichnis Tag"
 
3109
 
3110
- #: includes/compatibility/class-navxt-integration.php:196
3111
- msgctxt "navxt"
3112
- msgid "Submit Listing"
3113
- msgstr "Eintrag erstellen"
3114
 
3115
- #: includes/compatibility/class-navxt-integration.php:200
3116
- msgctxt "navxt"
3117
- msgid "Edit Listing"
3118
- msgstr "Eintrag Bearbeiten"
3119
 
3120
- #: includes/compatibility/class-navxt-integration.php:204
3121
- msgctxt "navxt"
3122
- msgid "Search"
3123
- msgstr "Suche"
3124
 
3125
- #: includes/fields/class-fieldtypes-checkbox.php:9
3126
- msgctxt "form-fields api"
3127
- msgid "Checkbox"
3128
- msgstr "Kontrollkästchen"
3129
 
3130
- #: includes/fields/class-fieldtypes-checkbox.php:72
3131
- #: includes/fields/class-fieldtypes-radiobutton.php:68
3132
- #: includes/fields/class-fieldtypes-select.php:151
3133
  msgctxt "form-fields admin"
3134
- msgid "Field Options (for select lists, radio buttons and checkboxes)."
3135
- msgstr ""
3136
- "Feldoptionen (für ausgewählte Listen, Radiobutton und Kontrollkästchen)"
3137
 
3138
- #: includes/fields/class-fieldtypes-checkbox.php:93
3139
- #: includes/fields/class-fieldtypes-radiobutton.php:87
3140
- #: includes/fields/class-fieldtypes-select.php:179
3141
  msgctxt "form-fields admin"
3142
- msgid "Field list of options is required."
3143
- msgstr "Feldliste von Optionen wird benötigt."
3144
 
3145
- #: includes/fields/class-fieldtypes-date.php:9
3146
- msgctxt "form-fields api"
3147
- msgid "Date Field"
3148
- msgstr "Feld aktualisieren"
3149
 
3150
- #: includes/fields/class-fieldtypes-date.php:32
3151
- msgid "%s (ex. %s)"
3152
- msgstr ""
 
3153
 
3154
- #: includes/fields/class-fieldtypes-date.php:36
3155
- msgctxt "form-fields api"
3156
- msgid "Date Format"
3157
- msgstr "Datum gepostet"
3158
 
3159
- #: includes/fields/class-fieldtypes-date.php:61
3160
- msgctxt "date field"
3161
- msgid "%s must be in the format %s."
3162
- msgstr "%s muss im Format MM/DD/YYYY eingetragen werden."
3163
 
3164
- #: includes/fields/class-fieldtypes-date.php:64
3165
- msgctxt "date field"
3166
- msgid "%s must be a valid date."
3167
- msgstr "%s muss eine Nummer sein."
3168
 
3169
- #: includes/fields/class-fieldtypes-facebook.php:6
3170
- msgctxt "form-fields api"
3171
- msgid "Social Site (Facebook page)"
3172
- msgstr "Soziale Seite (Facebook)"
3173
 
3174
- #: includes/fields/class-fieldtypes-image.php:6
3175
- msgctxt "form-fields api"
3176
- msgid "Image (file upload)"
3177
- msgstr "Bild (Datei hochladen)"
 
3178
 
3179
- #: includes/fields/class-fieldtypes-image.php:38
3180
- msgctxt "form-fields-api"
3181
- msgid "Remove"
3182
- msgstr "Entfernen"
3183
 
3184
- #: includes/fields/class-fieldtypes-linkedin.php:6
3185
- msgctxt "form-fields api"
3186
- msgid "Social Site (LinkedIn profile)"
3187
- msgstr "Soziale Seite (LinkedIn)"
3188
 
3189
- #: includes/fields/class-fieldtypes-linkedin.php:21
3190
- msgctxt "form-fields api"
3191
- msgid "You can add your Company ID or profile URL here."
3192
- msgstr "Sie können hier Ihre Firmen-ID oder Profil URL hier hinzufügen."
3193
 
3194
- #: includes/fields/class-fieldtypes-multiselect.php:6
3195
- msgctxt "form-fields api"
3196
- msgid "Multiple select list"
3197
- msgstr "Multiple Auswahlliste"
3198
 
3199
- #: includes/fields/class-fieldtypes-multiselect.php:11
3200
- msgctxt "form-fields api"
3201
- msgid "Multiselect List"
3202
- msgstr "Mehrfachauswahlliste"
3203
 
3204
- #: includes/fields/class-fieldtypes-multiselect.php:25
3205
- msgctxt "form-fields-admin"
3206
- msgid "Number of options visible without scrolling"
3207
- msgstr "Anzahl der Optionen die ohne zu Scrollen sichtbar sind."
3208
 
3209
- #: includes/fields/class-fieldtypes-multiselect.php:26
3210
- msgctxt "form-fields-admin"
3211
- msgid ""
3212
- "The height of the list will be adjusted to accommodate the specified number "
3213
- "of options."
3214
- msgstr "Die Höhe der Liste wird and die Anzahl von Optionen angepasst."
3215
 
3216
- #: includes/fields/class-fieldtypes-phone-number.php:13
3217
- msgctxt "form fields"
3218
- msgid "Phone Number"
3219
- msgstr "Telefonnummer geschäftlich"
 
 
 
 
 
3220
 
3221
- #: includes/fields/class-fieldtypes-radiobutton.php:9
3222
- msgctxt "form-fields api"
3223
- msgid "Radio button"
3224
- msgstr "Radiobutton"
3225
 
3226
- #: includes/fields/class-fieldtypes-select.php:8
3227
- msgctxt "form-fields api"
3228
- msgid "Select List"
3229
- msgstr "Liste auswählen"
3230
 
3231
- #: includes/fields/class-fieldtypes-select.php:71
3232
- msgctxt "form-fields-api category-select"
3233
- msgid "-- Choose Terms --"
3234
- msgstr "-- Bedingungen auswählen --"
3235
 
3236
- #: includes/fields/class-fieldtypes-select.php:71
3237
- #: includes/fields/class-fieldtypes-select.php:108
3238
- msgctxt "form-fields-api category-select"
3239
- msgid "-- Choose One --"
3240
- msgstr "-- Auswählen --"
3241
 
3242
- #: includes/fields/class-fieldtypes-select.php:112
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 "Allow empty selection on search?"
3250
- msgstr "Erlaube leere Auswahl bei Suche?"
3251
-
3252
- #: includes/fields/class-fieldtypes-textarea.php:6
3253
- msgctxt "form-fields api"
3254
- msgid "Textarea"
3255
- msgstr "Textbereich"
3256
 
3257
- #: includes/fields/class-fieldtypes-textarea.php:50
3258
  msgctxt "form-fields admin"
3259
- msgid "Allow HTML input for this field?"
3260
- msgstr "Erlaube HTML Eingaben für dieses Feld?"
3261
 
3262
- #: includes/fields/class-fieldtypes-textarea.php:53
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
- "Enabling iframe support in your listings can allow users to execute "
3271
- "arbitrary scripts on a page if they want, which can possibly infect your "
3272
- "site with malware. We do NOT recommend using this setting UNLESS you are "
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
- #: includes/fields/class-fieldtypes-textarea.php:57
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/fields/class-fieldtypes-textarea.php:70
3305
- msgctxt "form-fields admin"
3306
- msgid "Allow images in WYSIWYG editor?"
3307
- msgstr "Bilder im WYSIWYG-Editor erlauben?"
3308
 
3309
- #: includes/fields/class-fieldtypes-textarea.php:73
3310
- msgctxt "form-fields admin"
3311
- msgid ""
3312
- "<b>Advanced users only!</b> Unless you've been told to change this, don't "
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/fields/class-fieldtypes-textarea.php:74
3319
- msgctxt "form-fields admin"
3320
- msgid "Apply \"the_content\" filter before displaying this field?"
3321
- msgstr "\"the_content\" Filter zuweisen bevor das Feld angezeigt wird?"
3322
 
3323
- #: includes/fields/class-fieldtypes-textarea.php:79
3324
- msgctxt "form-fields admin"
3325
- msgid "Automatically generate excerpt from content field?"
3326
- msgstr "Automatisches Generierung eines Auszugs aus dem Inhaltsfeld?"
3327
 
3328
- #: includes/fields/class-fieldtypes-textfield.php:5
3329
- msgctxt "form-fields api"
3330
- msgid "Textfield"
3331
- msgstr "Textfeld"
3332
 
3333
- #: includes/fields/class-fieldtypes-textfield.php:41
3334
- msgctxt "form-fields api"
3335
- msgid "Format 01/31/1969"
3336
- msgstr "Format 01/31/1969"
3337
 
3338
- #: includes/fields/class-fieldtypes-twitter.php:6
3339
- msgctxt "form-fields api"
3340
- msgid "Social Site (Twitter handle)"
3341
- msgstr "Soziale Seite (Twitter)"
3342
 
3343
- #: includes/fields/class-fieldtypes-url.php:5
3344
- msgctxt "form-fields api"
3345
- msgid "URL Field"
3346
- msgstr "URL Feld"
3347
 
3348
- #: includes/fields/class-fieldtypes-url.php:22
3349
- msgctxt "form-fields admin"
3350
- msgid "Open link in a new window?"
3351
- msgstr "Link im neuen Fenster öffnen?"
3352
 
3353
- #: includes/fields/class-fieldtypes-url.php:25
3354
- msgctxt "form-fields admin"
3355
- msgid "Use rel=\"nofollow\" when displaying the link?"
3356
- msgstr "Benutze rel=\"nofollow\" wenn der link angezeigt wird?"
 
 
 
 
3357
 
3358
- #: includes/fields/class-fieldtypes-url.php:134
3359
- msgctxt "form-fields api"
3360
- msgid "URL:"
3361
- msgstr "URL:"
 
 
 
 
3362
 
3363
- #: includes/fields/class-fieldtypes-url.php:141
3364
- msgctxt "form-fields api"
3365
- msgid "Link Text (optional):"
3366
- msgstr "Link Text (optional):"
3367
 
3368
- #: includes/fields/class-form-field.php:56
3369
- msgctxt "form-fields-api"
3370
- msgid "Invalid form field type"
3371
- msgstr "Ungültiger Formularfeld Typ"
3372
 
3373
- #: includes/fields/class-form-field.php:505
3374
- msgctxt "form-fields-api"
3375
- msgid "Field label is required."
3376
- msgstr "Feldbezeichnung ist Pflichtfeld."
3377
 
3378
- #: includes/fields/class-form-field.php:515
3379
- msgctxt "form-fields-api"
3380
- msgid "Requested field type change is incompatible. Type will not be modified."
3381
- msgstr ""
3382
- "Die angeforderte Feldtypänderung ist nicht kompatibel. Typ wurde nicht "
3383
- "geändert."
3384
 
3385
- #: includes/fields/class-form-field.php:535
3386
- msgctxt "form-fields-api"
3387
  msgid ""
3388
- "There can only be one field with association \"%s\". Please select another "
3389
- "association."
3390
  msgstr ""
3391
- "Es kann nur ein Feld mit \"%s\" verbunden werden. Bitte wähle eine andere "
3392
- "Verbindung."
3393
 
3394
- #: includes/fields/class-form-field.php:545
3395
- msgctxt "form-fields-api"
3396
- msgid "\"%s\" is an invalid field type for this association."
3397
- msgstr "\"%s\" ist ein ungültiger Feldtyp für diese Verbindung."
3398
 
3399
- #: includes/fields/class-form-field.php:583
3400
- msgctxt "form-fields-api"
3401
- msgid "Invalid field ID"
3402
- msgstr "Ungültige Feld ID"
3403
 
3404
- #: includes/fields/class-form-field.php:592
3405
- msgctxt "form-fields api"
 
 
 
 
 
 
 
 
 
 
3406
  msgid ""
3407
- "This form field can't be deleted because it is required for the plugin to "
3408
- "work."
3409
  msgstr ""
3410
- "Dieses Formularfeld kann nicht gelöscht werden, weil es ein Pflichtfeld ist, "
3411
- "damit das Modul richtig funktioniert."
3412
 
3413
- #: includes/fields/class-form-field.php:604
3414
- msgctxt "form-fields-api"
3415
- msgid "An error occurred while trying to delete this field."
3416
- msgstr "Während der Löschung des Feldes ist ein Fehler aufgetreten."
3417
 
3418
- #: includes/form-fields.php:31
3419
- msgctxt "form-fields api"
3420
- msgid "Post Title"
3421
- msgstr "Post Titel"
3422
-
3423
- #: includes/form-fields.php:32
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/form-fields.php:34
3434
- msgctxt "form-fields api"
3435
- msgid "Post Category"
3436
- msgstr "Post Kategorie"
3437
 
3438
- #: includes/form-fields.php:35
3439
- msgctxt "form-fields api"
3440
- msgid "Post Tags"
3441
- msgstr "Post Tags"
 
 
 
 
 
 
 
3442
 
3443
- #: includes/form-fields.php:36
3444
- msgctxt "form-fields api"
3445
- msgid "Post Metadata"
3446
- msgstr "Post Metadata"
3447
 
3448
- #: includes/form-fields.php:38
3449
- msgctxt "form-fields api"
3450
- msgid "Custom"
3451
- msgstr "Benutzerdefiniert"
3452
 
3453
- #: includes/form-fields.php:318
3454
- msgid "Business Name"
3455
- msgstr "Firmenname"
 
3456
 
3457
- #: includes/form-fields.php:320
3458
- msgid "Business Genre"
3459
- msgstr "Firmenbranche"
 
3460
 
3461
- #: includes/form-fields.php:322
3462
- msgid "Short Business Description"
3463
- msgstr "Kurze Geschäftsbeschreibung"
 
3464
 
3465
- #: includes/form-fields.php:324
3466
- msgid "Long Business Description"
3467
- msgstr "Lange Geschäftsbeschreibung"
 
3468
 
3469
- #: includes/form-fields.php:326
3470
- msgid "Business Website Address"
3471
- msgstr "Firmenwebseite"
 
3472
 
3473
- #: includes/form-fields.php:328
3474
- msgid "Business Phone Number"
3475
- msgstr "Telefonnummer geschäftlich"
 
3476
 
3477
- #: includes/form-fields.php:330
3478
- msgid "Business Fax"
3479
- msgstr "Fax geschäftlich"
 
 
 
 
 
3480
 
3481
- #: includes/form-fields.php:332
3482
- msgid "Business Contact Email"
3483
- msgstr "Kontakt E-mail geschäftlich"
 
3484
 
3485
- #: includes/form-fields.php:334
3486
- msgid "Business Tags"
3487
- msgstr "Geschäftliche Tags "
 
3488
 
3489
- #: includes/form-fields.php:336
3490
- msgid "Business Address"
3491
- msgstr "Adresse"
 
3492
 
3493
- #: includes/form-fields.php:338
3494
- msgid "ZIP Code"
3495
- msgstr "Postleitzahl"
 
 
 
 
 
 
3496
 
3497
- #: includes/form-fields.php:458
3498
- msgctxt "form-fields-api"
3499
- msgid "Email Validator"
3500
- msgstr "E-mail Validierung"
3501
 
3502
- #: includes/form-fields.php:459
3503
- msgctxt "form-fields-api"
3504
- msgid "URL Validator"
3505
- msgstr "URL Validierung"
 
 
 
 
 
3506
 
3507
- #: includes/form-fields.php:460
3508
- msgctxt "form-fields-api"
3509
- msgid "Whole Number Validator"
3510
- msgstr "Ganze Nummern Validierung"
 
3511
 
3512
- #: includes/form-fields.php:461
3513
- msgctxt "form-fields-api"
3514
- msgid "Decimal Number Validator"
3515
- msgstr "Dezimalzahl Validierung"
 
 
3516
 
3517
- #: includes/form-fields.php:462
3518
- msgctxt "form-fields-api"
3519
- msgid "Date Validator"
3520
- msgstr "Datum Validierung"
3521
 
3522
- #: includes/form-fields.php:469
3523
- msgctxt "form-fields-api validation"
3524
- msgid "Field"
3525
- msgstr "Feld"
 
 
 
 
 
3526
 
3527
- #: includes/form-fields.php:485 includes/form-fields.php:489
3528
- msgctxt "form-fields-api validation"
3529
- msgid "%s is required."
3530
- msgstr "%s ist ein Pflichtfeld."
3531
 
3532
- #: includes/form-fields.php:498 includes/form-fields.php:505
3533
- msgctxt "form-fields-api validation"
3534
- msgid "%s is badly formatted. Valid URL format required. Include http://"
3535
  msgstr ""
3536
- "%s ist falsch formatiert. Gültiges URL Format eingeben. Benutze http://"
3537
 
3538
- #: includes/form-fields.php:519
3539
- msgctxt "form-fields-api validation"
3540
- msgid "%s is badly formatted. Valid Email format required."
3541
- msgstr ""
3542
- "%s ist falsch formatiert. Bitte geben Sie Ihre E-mailadresse richtig ein."
3543
 
3544
- #: includes/form-fields.php:525
3545
- msgctxt "form-fields-api validation"
3546
- msgid "%s must be a number. Decimal values are not allowed."
3547
- msgstr "%s muss eine Nummer sein. Dezimalwerte sind nicht erlaubt."
3548
 
3549
- #: includes/form-fields.php:531
3550
- msgctxt "form-fields-api validation"
3551
- msgid "%s must be a number."
3552
- msgstr "%s muss eine Nummer sein."
3553
 
3554
- #: includes/form-fields.php:544
3555
- msgctxt "form-fields-api validation"
3556
- msgid "%s must be in the format %s."
3557
- msgstr "%s muss im Format MM/DD/YYYY eingetragen werden."
3558
 
3559
- #: includes/form-fields.php:579
3560
- msgctxt "form-fields-api validation"
3561
- msgid "%s must be a valid date."
3562
- msgstr "%s muss eine Nummer sein."
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/gateways/class-gateway-authorize-net.php:19
3570
- msgid "Activate Authorize.net?"
3571
- msgstr "Aktiviere Lizenz"
 
3572
 
3573
- #: includes/gateways/class-gateway-authorize-net.php:25
3574
- msgid "Login ID"
3575
- msgstr "Login"
 
3576
 
3577
- #: includes/gateways/class-gateway-authorize-net.php:29
3578
- msgid "Transaction Key"
3579
- msgstr "Transaktionen"
 
3580
 
3581
- #: includes/gateways/class-gateway-authorize-net.php:40
3582
- msgctxt "authorize-net"
3583
- msgid "Login ID is missing."
3584
- msgstr "Verkäufer ID nicht angegeben."
3585
 
3586
- #: includes/gateways/class-gateway-authorize-net.php:43
3587
- msgctxt "authorize-net"
3588
- msgid "Transaction Key is missing."
3589
- msgstr "Transaktionen"
3590
 
3591
- #: includes/gateways/class-gateway-authorize-net.php:92
3592
- msgctxt "authorize-net"
3593
  msgid ""
3594
- "The payment gateway didn't accept your credit card or billing information. "
3595
- "The following reason was given: \"%s\"."
 
3596
  msgstr ""
3597
- "Das Bezahlung mit Ihrer Kreditkarte ist fehlgeschlagen. Folgender Grund "
3598
- "wurde angeben: \"%s\"."
 
3599
 
3600
- #: includes/gateways/class-gateway-authorize-net.php:96
3601
- msgctxt "authorize-net"
3602
  msgid ""
3603
- "Your payment is being held for review by the payment gateway. The following "
3604
- "reason was given: \"%s\"."
 
3605
  msgstr ""
3606
- "Ihre Zahlung wartet derzeit auf eine Prüfung. Folgender Grund wurde "
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/gateways/class-gateway-authorize-net.php:116
3616
- msgctxt "authorize-net"
3617
- msgid "Setup fee"
3618
- msgstr "Preispakete Verwalten"
3619
 
3620
- #: includes/gateways/class-gateway-authorize-net.php:175
3621
- msgctxt "authorize-net"
3622
- msgid "Could not process payment."
3623
- msgstr "Bezahlung ausführen"
3624
 
3625
- #: includes/gateways/class-gateway-dummy.php:15
3626
- msgctxt "dummy gateway"
3627
- msgid "Dummy"
3628
- msgstr "Dummy"
 
 
 
3629
 
3630
- #: includes/gateways/class-gateway-dummy.php:38
3631
- msgctxt "dummy gateway"
3632
- msgid "Dummy Gateway"
3633
- msgstr "Dummy Gateway"
3634
 
3635
- #: includes/gateways/class-gateway-dummy.php:39
3636
- msgctxt "dummy gateway"
3637
- msgid "New Status:"
3638
- msgstr "Neuer Status:"
 
 
 
 
3639
 
3640
- #: includes/gateways/class-gateway-dummy.php:41
3641
- msgctxt "dummy gateway"
3642
- msgid "Completed"
3643
- msgstr "Abgeschlossen"
 
 
 
3644
 
3645
- #: includes/gateways/class-gateway-dummy.php:43
3646
- msgctxt "dummy gateway"
3647
- msgid "Pending"
3648
- msgstr "Ausstehend"
3649
 
3650
- #: includes/gateways/class-gateway-dummy.php:45
3651
- msgctxt "dummy gateway"
3652
- msgid "Canceled"
3653
- msgstr "Abgebrochen"
 
3654
 
3655
- #: includes/gateways/class-gateway-dummy.php:47
3656
- msgctxt "dummy gateway"
3657
- msgid "Rejected"
3658
- msgstr "Zurückgewiesen"
 
3659
 
3660
- #: includes/gateways/class-gateway-dummy.php:49
3661
- msgctxt "dummy gateway"
3662
- msgid "Process Payment"
3663
- msgstr "Bezahlung ausführen"
 
 
3664
 
3665
- #: includes/helpers/class-fs.php:112
3666
- msgctxt "fs helper"
3667
- msgid "Destination dir \"%s\" is not writable."
3668
- msgstr "Eintragskategorie \"%s\" existiert nicht"
3669
 
3670
- #: includes/installer.php:43
3671
- msgctxt "default category name"
3672
- msgid "General"
3673
- msgstr "Allgemein"
 
 
 
 
3674
 
3675
- #: includes/installer.php:51
3676
- msgctxt "installer"
3677
- msgid "Default Fee"
3678
- msgstr "Standard Preis"
3679
 
3680
- #: includes/installer.php:502
3681
- msgctxt "installer"
3682
  msgid ""
3683
- "<b>Business Directory Plugin - Regions Module</b> was disabled because it is "
3684
- "incompatible with the current version of Business Directory. Please update "
3685
- "the Regions module."
3686
  msgstr ""
3687
- "<b>Business Directory Plugin - Regions Modul</b> wurde deaktiviert weil es "
3688
- "inkompatibel mit der aktuellen Version des Branchenverzeichnisses ist. Bitte "
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/installer.php:618
3697
- msgctxt "installer"
3698
- msgid "Migrating previous transactions to new Payments API... %d/%d"
3699
- msgstr "Migriere vergangene Transaktionen zur neuen Bezahl API... %d/%d"
3700
 
3701
- #: includes/installer.php:647
3702
- msgctxt "installer"
3703
- msgid "Initial listing payment (BD < 3.4)"
3704
- msgstr "Initialbezahlung Eintrag (BD < 3.4)"
 
 
 
 
3705
 
3706
- #: includes/installer.php:658
3707
- msgctxt "installer"
3708
- msgid "Listing edit payment (BD < 3.4)"
3709
- msgstr "Bezahlung Eintrag bearbeiten (BD < 3.4)"
3710
 
3711
- #: includes/installer.php:679
3712
- msgctxt "installer"
3713
- msgid "Renewal fee \"%s\" for category \"%s\""
3714
- msgstr "Erneuere Preis \"%s\" für Kategorie \"%s\""
3715
 
3716
- #: includes/installer.php:698
3717
- msgctxt "installer"
3718
- msgid "Listing upgrade to featured"
3719
- msgstr "Eintrag aktualisieren auf Hervorhebung"
3720
 
3721
- #: includes/installer.php:1012
3722
- msgctxt "installer"
3723
  msgid ""
3724
- "Cleaning up stored meta data for Checkbox, Radio and Select fields... (%d "
3725
- "records left)"
3726
  msgstr ""
 
 
3727
 
3728
- #: includes/installer.php:1061
3729
- msgid "Business Directory - Manual Upgrade Required"
3730
- msgstr "Branchenverzeichnis - Manuelle Aktualisierung erforderlich"
 
3731
 
3732
- #: includes/installer.php:1063
 
3733
  msgid ""
3734
- "Business Directory features are currently disabled because the plugin needs "
3735
- "to perform a manual upgrade before continuing."
 
 
 
3736
  msgstr ""
3737
- "Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
3738
- "manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
3739
 
3740
- #: includes/installer.php:1065
3741
- msgid "Perform Manual Upgrade"
3742
- msgstr "Manuelle Aktualisierung durchführen"
 
3743
 
3744
- #: includes/installer.php:1081 includes/installer.php:1082
3745
- #: includes/installer.php:1093
3746
- msgid "Business Directory - Manual Upgrade"
3747
- msgstr "Branchenverzeichnis - Manuelle Aktualisierung"
3748
 
3749
- #: includes/installer.php:1097
3750
- msgid ""
3751
- "Business Directory features are currently disabled because the plugin needs "
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/installer.php:1099
3758
- msgid "Click \"Start Upgrade\" and wait until the process finishes."
3759
- msgstr ""
3760
- "Klicke \"Starte Aktualisierung\" und warte bis der Vorgang beendet wurde."
3761
 
3762
- #: includes/installer.php:1102
3763
- msgctxt "manual-upgrade"
3764
- msgid "Start Upgrade"
3765
- msgstr "Starte Aktualisierung"
3766
 
3767
- #: includes/installer.php:1104
3768
- msgctxt "manual-upgrade"
3769
- msgid "Pause Upgrade"
3770
- msgstr "Aktualisierung pausieren"
3771
 
3772
- #: includes/installer.php:1110
3773
- #, fuzzy
3774
- msgctxt "manual-upgrade"
 
 
 
 
3775
  msgid ""
3776
- "The upgrade was successfully performed. Business Directory Plugin is now "
3777
- "available."
 
3778
  msgstr ""
3779
- "Die Aktualisierung wurde erfolgreich durchgeführt. Branchenverzeichnis "
3780
- "Erweiterung ist nun verfügbar."
3781
 
3782
- #: includes/installer.php:1113
3783
- msgctxt "manual-upgrade"
3784
- msgid "Go to \"Directory Admin\""
3785
- msgstr "Nach \" Verzeichnis Administration\""
3786
 
3787
- #: includes/installer.php:1148
3788
- msgid "Business Directory - Installation Failed"
3789
- msgstr "Branchenverzeichnis - Manuelle Aktualisierung"
 
3790
 
3791
- #: includes/installer.php:1150
 
 
 
 
 
 
3792
  msgid ""
3793
- "Business Directory installation failed. An exception with following message "
3794
- "was generated:"
3795
  msgstr ""
3796
- "Business Directory Installation fehlgeschlagen. Es wurde eine exception mit "
3797
- "folgender Meldung generiert:"
 
3798
 
3799
- #: includes/installer.php:1155
3800
- msgid "Please <contact-link>contact customer support</a>."
3801
- msgstr "Bitte wenden Sie Sich an den <contact-link>Kundendienst</a>"
 
3802
 
3803
- #: includes/licensing.php:42 includes/licensing.php:112
3804
- #: includes/licensing.php:113
3805
- msgctxt "settings"
3806
- msgid "Licenses"
3807
- msgstr "Lizenz"
 
 
 
3808
 
3809
- #: includes/licensing.php:46
3810
- msgctxt "settings"
3811
- msgid "Premium Modules"
3812
- msgstr "Premium Module"
3813
 
3814
- #: includes/licensing.php:69
3815
- msgctxt "settings"
3816
  msgid ""
3817
- "The IP address of your server is <ip-address>. Please make sure to include "
3818
- "that information if you need to contact support about problems trying to "
3819
- "activate your licenses."
3820
  msgstr ""
 
 
3821
 
3822
- #: includes/licensing.php:154 includes/licensing.php:188
3823
- msgctxt "licensing"
3824
- msgid "Invalid module ID"
3825
- msgstr "Ungültige Modul ID"
3826
-
3827
- #: includes/licensing.php:159
3828
- msgctxt "licensing"
3829
- msgid "No license key provided"
3830
- msgstr "Kein Lizenzschlüssel"
3831
 
3832
- #: includes/licensing.php:216
3833
- msgctxt "licensing"
3834
- msgid "Deactivation failed"
3835
- msgstr "Deaktivierung fehlgeschlagen"
3836
 
3837
- #: includes/licensing.php:268
3838
- msgctxt "licensing"
3839
- msgid "Business Directory - License Key Required"
3840
- msgstr "Branchenverzeichnis - Lizenzschlüssel erforderlich"
3841
 
3842
- #: includes/licensing.php:271
3843
- msgctxt "licensing"
3844
  msgid ""
3845
- "The following premium modules will not work until a valid license key is "
3846
- "provided. Go to <a>Manage Options - Licenses</a> to enter your license "
3847
- "information."
3848
  msgstr ""
3849
- "Folgende Premium Module funktionieren nicht, bis ein gültiger "
3850
- "Lizenzschlüssel angegeben wurde. Gehen Sie zu <a>Optionen verwalten - "
3851
- "Lizenzen</a>, um Ihre Lizenzinformation einzugeben."
3852
 
3853
- #: includes/licensing.php:292
3854
- msgctxt "licensing"
3855
- msgid "Business Directory - License Key Expired"
3856
- msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
3857
 
3858
- #: includes/licensing.php:293
3859
- msgctxt "licensing"
3860
- msgid ""
3861
- "The license key for <span class=\"module-name\">%s %s</span> has expired. "
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/licensing.php:297
3870
- msgctxt "licensing"
3871
- msgid "Remind me later"
3872
- msgstr "Erinnere mich später"
3873
 
3874
- #: includes/licensing.php:299
3875
- msgctxt "licensing"
3876
- msgid "Renew License Key"
3877
- msgstr "Erneuere Lizenzschlüssel"
3878
 
3879
- #: includes/licensing.php:386
3880
- msgctxt "licensing"
3881
- msgid "Could not deactivate license: %s."
3882
- msgstr "Konnte Lizenz nicht deaktivieren: %s"
3883
 
3884
- #: includes/payment.php:91
3885
- msgctxt "payments-api"
3886
- msgid ""
3887
- "You are offering featured listings but have payments turned off. Go to <a "
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/payment.php:109
3898
- msgctxt "payments-api"
3899
- msgid ""
3900
- "The <b>%s</b> gateway is active but not properly configured. The gateway "
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/payment.php:119
3909
- msgctxt "admin"
3910
- msgid ""
3911
- "You have payments turned on but no gateway is active and properly "
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/payment.php:123
3922
- msgid ""
3923
- "BD detected PayFast and another gateway were enabled. This setup is not "
3924
- "recommended due to PayFast supporting only ZAR and the other gateways not "
3925
- "supporting this currency."
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/payment.php:127
3932
- msgid ""
3933
- "You have recurring renewal of listing fees enabled but the payment gateways "
3934
- "installed don't support recurring payments. Until a gateway that supports "
3935
- "recurring payments (such as PayPal) is enabled automatic renewals will be "
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/payment.php:135
3943
- msgid ""
3944
- "You have payments enabled but there are no fees available. Users won't be "
3945
- "able to post listings. Please <a href=\"fees\">create some fees</a> or <a "
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/payment.php:169
3954
- msgctxt "payments-api"
3955
- msgid "Checkout"
3956
- msgstr "Kasse"
3957
 
3958
- #: includes/payment.php:170
3959
- msgctxt "payments-api"
3960
- msgid "Pay %1$s through %2$s"
3961
- msgstr "Bezahle %1$s bekomme %2$s"
3962
 
3963
- #: includes/payment.php:177
3964
- msgctxt "payments-api"
3965
- msgid "Your transaction has been approved."
3966
- msgstr "Ihre Transaktion wurde genehmigt."
3967
 
3968
- #: includes/payment.php:363
3969
- msgctxt "payments"
3970
- msgid "Payment Details"
3971
- msgstr "Bezahldetails"
3972
 
3973
- #: includes/payment.php:390
3974
- msgctxt "checkout"
3975
- msgid "Payment Method"
3976
- msgstr "Bezahlmethode"
3977
 
3978
- #: includes/payment.php:424
3979
- msgctxt "payment"
3980
- msgid "Return to Directory."
3981
- msgstr "Zurück zum Verzeichnis."
3982
 
3983
- #: includes/payment.php:431
3984
- msgctxt "payments"
3985
- msgid ""
3986
- "Your payment is being processed by the payment gateway. Please reload this "
3987
- "page in a moment to see if the status has changed or contact the site "
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/payment.php:434
3994
- msgctxt "payments"
3995
- msgid ""
3996
- "The payment has been rejected by the payment gateway. Please contact the "
3997
- "site administrator if you think there is an error or click \"Change Payment "
3998
- "Method\" to select another payment method and try again."
 
 
 
 
 
 
 
 
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/payment.php:435
4005
- msgctxt "payments"
4006
- msgid "Change Payment Method"
4007
- msgstr "Bezahlungsmethode ändern"
4008
 
4009
- #: includes/payment.php:437
4010
- msgctxt "payments"
4011
- msgid ""
4012
- "The payment has been rejected by the payment gateway. Please contact the "
4013
- "site administrator if you think there is an error."
4014
- msgstr "Die Zahlung wurde zurückgewiesen."
4015
 
4016
- #: includes/payment.php:440
4017
- msgctxt "payments"
4018
- msgid "The payment has been canceled at your request."
4019
- msgstr "Die Bezahlung wurde auf Ihren Wunsch abgebrochen."
 
 
4020
 
4021
- #: includes/payment.php:538
4022
- msgctxt "admin"
4023
- msgid "Pending Abandonment"
4024
- msgstr "Ausstehende Zahlungen"
4025
 
4026
- #: includes/payment.php:543
4027
- msgctxt "admin"
4028
- msgid "Abandoned"
4029
- msgstr "Abgebrochen"
4030
 
4031
- #: includes/templates-listings.php:55 templates/listing-sticky-tag.tpl.php:3
4032
- #: templates/listing-sticky-tag.tpl.php:4
4033
- msgctxt "templates"
4034
- msgid "Featured Listing"
4035
- msgstr "Hervorgehobene Einträge"
4036
 
4037
- #: includes/templates-ui.php:169
4038
- msgctxt "templates"
4039
- msgid "No listing categories found."
4040
- msgstr "Keine Eintragskategorie gefunden."
4041
 
4042
- #: includes/templates-ui.php:200
4043
- msgid "Directory"
4044
- msgstr "Verzeichnis"
 
4045
 
4046
- #: includes/templates-ui.php:207
4047
- msgid "View All Listings"
4048
- msgstr "Alle Einträge anschauen"
 
4049
 
4050
- #: includes/templates-ui.php:214
4051
- msgid "Create A Listing"
4052
- msgstr "Eintrag erstellen"
 
4053
 
4054
- #: includes/templates-ui.php:247
4055
- msgctxt "templates"
4056
- msgid "Search Listings"
4057
- msgstr "Eintrag suchen"
 
 
 
 
4058
 
4059
- #: includes/templates-ui.php:250
4060
- msgctxt "templates"
4061
- msgid "Advanced Search"
4062
- msgstr "Erweiterte Suche"
4063
 
4064
- #: includes/templates-ui.php:279 includes/templates-ui.php:304
4065
- msgctxt "templates sort"
4066
- msgid "Sort By:"
4067
- msgstr "Sortieren nach"
4068
 
4069
- #: includes/templates-ui.php:298
4070
- msgctxt "sort"
4071
- msgid "Reset"
4072
- msgstr "Zurücksetzen"
 
 
 
 
4073
 
4074
- #: includes/templates-ui.php:320
4075
- msgctxt "sort"
4076
- msgid "(Reset)"
4077
- msgstr "Zurücksetzen"
4078
 
4079
- #: includes/themes.php:758
4080
- msgctxt "themes"
4081
- msgid "ZIP file is not a valid BD theme file."
4082
- msgstr "Bitte eine gültige E-mailadresse eingeben."
 
 
 
 
4083
 
4084
- #: includes/themes.php:764
4085
- msgctxt "themes"
4086
- msgid "Could not create themes directory."
4087
- msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
4088
 
4089
- #: includes/themes.php:772
4090
- msgctxt "themes"
4091
- msgid "Could not remove previous theme directory \"%s\"."
4092
- msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
 
4093
 
4094
- #: includes/themes.php:778
4095
- msgctxt "themes"
4096
- msgid "Could not move new theme into theme directory."
4097
- msgstr "Momentan sind keine Einträge im Verzeichnis vorhanden."
4098
 
4099
- #: includes/utils.php:107
4100
- msgctxt "utils"
4101
- msgid ""
4102
- "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
4103
- msgstr ""
4104
- "Gepustete Daten haben Maximum erreicht. Schau dir den Eintrag \"post_ma_size"
4105
- "\"in deiner php.ini an."
4106
 
4107
- #: includes/utils.php:165
4108
- msgctxt "utils"
4109
- msgid "File size (%s) exceeds maximum file size of %s"
4110
- msgstr "Dateigröße (%s) hat das Maximum von %s erreicht"
4111
 
4112
- #: includes/utils.php:173
4113
- msgctxt "utils"
4114
- msgid "File size (%s) is inferior to the required minimum file size of %s"
4115
- msgstr "Dateigröße (%s) hat das Maximum von %s erreicht"
4116
 
4117
- #: includes/utils.php:182 includes/utils.php:189
4118
- msgctxt "utils"
4119
- msgid "File type \"%s\" is not allowed"
4120
- msgstr "Dateityp \"%s\" ist nicht erlaubt"
4121
 
4122
- #: includes/utils.php:196
4123
- msgctxt "utils"
4124
- msgid "Unkown error while uploading file."
4125
- msgstr "Unbekannter Fehler beim Hochladen der Datei."
4126
 
4127
- #: includes/utils.php:215
4128
- msgctxt "utils"
4129
- msgid "Uploaded file is not an image"
4130
- msgstr "Hochgeladene Datei ist kein Bild."
4131
 
4132
- #: includes/utils.php:224
4133
- msgctxt "utils"
4134
- msgid "Image width (%s px) is inferior to minimum required width of %s px."
4135
- msgstr "Die Bildbreite (%s px) ist kleiner als die benötigte Breite von %s px."
4136
 
4137
- #: includes/utils.php:230
4138
- msgctxt "utils"
4139
- msgid "Image height (%s px) is inferior to minimum required height of %s px."
4140
  msgstr ""
4141
- "Die Bildhöhe (%s px) ist kleiner als die benötigte Mindesthöhe von %s px."
 
4142
 
4143
- #: includes/utils.php:236
4144
- msgctxt "utils"
4145
- msgid "Image width (%s px) is greater than maximum allowed width of %s px."
4146
- msgstr ""
4147
- "Die Bildbreite (%s Pixel) ist größer als die maximal zulässige Breite von %s "
4148
- "Pixel."
4149
 
4150
- #: includes/utils.php:242
4151
- msgctxt "utils"
4152
- msgid "Image height (%s px) is greater than maximum required height of %s px."
4153
- msgstr ""
4154
- "Die Bildhöhe (%s px) ist größer als die maximal zulässige Höhe von %s px."
4155
 
4156
- #: includes/utils.php:256
4157
- msgctxt "utils"
4158
- msgid "Error while uploading file"
4159
- msgstr "Fehler während des Hochladens der Datei"
4160
 
4161
- #: includes/views/all_listings.php:6
4162
- msgctxt "views"
4163
- msgid "View All Listings"
4164
- msgstr "Alle Einträge anschauen"
4165
 
4166
- #: includes/views/checkout.php:28
4167
- msgctxt "payments"
4168
- msgid "Invalid payment id."
4169
- msgstr "Falsche Bezahlungsid."
4170
 
4171
- #: includes/views/checkout.php:86
4172
- msgctxt "checkout"
4173
- msgid "Continue"
4174
- msgstr "Weiter"
 
 
4175
 
4176
- #: includes/views/checkout.php:97
4177
- msgctxt "checkout"
4178
- msgid ""
4179
- "Payments are not allowed on the non-secure version of this site. Please "
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/views/checkout.php:112
4187
- msgctxt "checkout"
4188
  msgid ""
4189
- "Your payment is being verified. This usually takes a few minutes but can "
4190
- "take up to 24 hours."
4191
  msgstr ""
4192
- "Ihre Bezahlung wird verifiziert. Dies dauert in der Regel einige Minuten und "
4193
- "kann bis zu 24 in Anspruch nehmen."
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/views/checkout.php:130
4201
- #, fuzzy
4202
- msgctxt "checkout"
4203
- msgid "Your payment was received successfully."
4204
- msgstr "Deine Zahlung wurde erfolgreich durchgeführt."
 
4205
 
4206
- #: includes/views/checkout.php:137
4207
- msgctxt "checkout"
4208
- msgid " Return to your listing."
4209
- msgstr " Zurück zu meinem Eintrag."
4210
 
4211
- #: includes/views/delete_listing.php:11
4212
- msgctxt "delete listing"
4213
- msgid "Please log in to delete the listing."
4214
- msgstr "Bitte einloggen um einen Eintrag zu löschen."
4215
 
4216
- #: includes/views/delete_listing.php:24
4217
- msgctxt "delete listing"
4218
- msgid "Your listing has been deleted."
4219
- msgstr "Dein Eintrag wurde gelöscht."
 
 
 
 
4220
 
4221
- #: includes/views/listing_contact.php:39
4222
- msgctxt "contact-message"
4223
- msgid "Please enter your name."
4224
- msgstr "Bitte geben Sie einen Namen ein."
4225
 
4226
- #: includes/views/listing_contact.php:42
4227
- msgctxt "contact-message"
4228
- msgid "Please enter a valid email."
4229
- msgstr "Bitte eine gültige E-mailadresse eingeben."
4230
 
4231
- #: includes/views/listing_contact.php:45
4232
- msgctxt "contact-message"
4233
- msgid "You did not enter a message."
4234
- msgstr "Sie haben keine Nachricht erstellt"
4235
 
4236
- #: includes/views/listing_contact.php:48
4237
- msgctxt "contact-message"
4238
- msgid "The reCAPTCHA wasn't entered correctly."
4239
- msgstr "Das reCAPTCHA wurdenicht richtig eingegeben."
4240
 
4241
- #: includes/views/listing_contact.php:57
4242
- msgctxt "contact form"
4243
- msgid "Please <a>log in</a> to be able to send messages to the listing owner."
4244
- msgstr "Bitte <a>einloggen</a> um eine Nachricht an den Inhaber zu senden."
4245
 
4246
- #: includes/views/listing_contact.php:76
4247
- msgctxt "contact form"
4248
- msgid "This contact form is temporarily disabled. Please try again later."
 
 
4249
  msgstr ""
4250
- "Diese Kontaktform ist momentan temporär deaktiviert. Bitte versuchen Sie es "
4251
- "später erneut."
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/views/listing_contact.php:117
4259
- msgctxt "templates"
4260
- msgid "Send Message to listing owner"
4261
- msgstr "Nachricht an den Kfz-Händler"
4262
 
4263
- #: includes/views/listing_contact.php:163
4264
- msgid "l F j, Y \\a\\t g:i a"
4265
- msgstr "l F j, Y \\a\\t g:i a"
 
4266
 
4267
- #: includes/views/listing_contact.php:173
4268
- msgctxt "contact-message"
4269
- msgid "Your message has been sent."
4270
- msgstr "Dein Eintrag wurde gelöscht."
4271
 
4272
- #: includes/views/listing_contact.php:178
4273
- msgctxt "contact-message"
4274
- msgid "%s (admin: %s)"
4275
- msgstr "%s (admin: %s)"
4276
 
4277
- #: includes/views/listing_contact.php:191
4278
- msgctxt "contact-message"
4279
- msgid "There was a problem encountered. Your message has not been sent"
4280
- msgstr ""
4281
- "Es ist ein Fehler aufgetreten. Ihre Nachricht konnte nicht versendet werden."
4282
 
4283
- #: includes/views/listing_contact.php:194
4284
- msgctxt "contact-message"
4285
- msgid "Return to listing."
4286
- msgstr "Zurück zum Eintrag."
4287
 
4288
- #: includes/views/main.php:9
4289
- msgctxt "templates"
4290
- msgid ""
4291
- "There are no categories assigned to the business directory yet. You need to "
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/views/main.php:11
4304
- msgctxt "templates"
4305
- msgid "There are currently no listings in the directory."
4306
- msgstr "Keine Einträge im Verzeichnis vorhanden. "
4307
 
4308
- #: includes/views/main.php:25
4309
- msgctxt "templates"
 
 
 
 
 
 
 
 
 
 
 
4310
  msgid ""
4311
- "You have \"Hide Empty Categories\" on and some categories that don't have "
4312
- "listings in them. That means they won't show up on the front end of your "
4313
- "site. If you didn't want that, click <a>here</a> to change the setting."
4314
  msgstr ""
4315
- "Du hast \"Leere Kategorien verbergen\" aktiviert und einige Kategorien haben "
4316
- "keine Einträge. Das bedeutet Sie werden im Frontende nicht auf deiner Seite "
4317
- "angezeigt. Wenn du das nicht möchtest, klicke <a>hier</a> um die "
4318
- "Einstellungen zu ändern."
4319
 
4320
- #: includes/views/manage_recurring.php:20
4321
- msgctxt "manage subscriptions"
4322
- msgid "You are not on recurring payments for any of your listings."
4323
- msgstr "Sie haben keine wiederholten Abbuchungen für einen Ihrer Einträge."
4324
 
4325
- #: includes/views/manage_recurring.php:92
4326
- msgctxt "manage subscriptions"
4327
- msgid "Invalid subscription."
4328
- msgstr "Ungültiges Abonnement."
4329
 
4330
- #: includes/views/manage_recurring.php:97
4331
- msgctxt "manage subscriptions"
4332
- msgid " Return to \"Delete Listing\"."
4333
- msgstr " Zurück zu meinem Eintrag."
4334
 
4335
- #: includes/views/manage_recurring.php:103
4336
- msgctxt "manage subscriptions"
4337
- msgid "Subscription canceled."
4338
- msgstr "Abonnement / Preispaket storniert. "
4339
 
4340
- #: includes/views/renew_listing.php:13
4341
- msgctxt "renewal"
4342
- msgid "Listing renewal is disabled at this moment. Please try again later."
4343
- msgstr ""
4344
- "Eintrag erneuern ist momentan deaktiviert. Bitte versuchen Sie es später "
4345
- "noch einmal."
4346
 
4347
- #: includes/views/renew_listing.php:16
4348
- msgctxt "renewal"
4349
- msgid ""
4350
- "Your renewal ID is invalid. Please use the URL you were given on the renewal "
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/views/renew_listing.php:42
4357
- msgctxt "renewal"
4358
- msgid "Your renewal was successfully cancelled."
4359
- msgstr "Ihre Erneuerung wurde erfolgreich abgebrochen."
4360
 
4361
- #: includes/views/renew_listing.php:54
4362
- msgctxt "listings"
4363
- msgid "Fee \"%s\" renewal for category \"%s\""
4364
- msgstr "Preis \"%s\" Erneuerung für Kategorie \"%s\""
4365
 
4366
- #: includes/views/renew_listing.php:79
4367
- msgctxt "renewal"
4368
- msgid "Invalid renewal state."
4369
- msgstr "Ungültiger Erneuerungszustand."
4370
 
4371
- #: includes/views/renew_listing.php:90
4372
- msgctxt "templates"
4373
- msgid "Recurring Fee Management"
4374
- msgstr "Wiederholte Preise verwalten"
4375
 
4376
- #: includes/views/renew_listing.php:91
4377
- msgctxt "renew"
4378
- msgid ""
4379
- "Because you are on a recurring fee plan you don't have to renew your listing "
4380
- "right now as this will be handled automatically when renewal comes."
 
 
 
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/views/renew_listing.php:93
4386
- msgctxt "renewal"
4387
- msgid "Current Fee Details"
4388
- msgstr "Aktuelle Preisdetails"
4389
 
4390
- #: includes/views/renew_listing.php:95
4391
- msgctxt "renewal"
4392
- msgid "Number of images:"
4393
- msgstr "Anzahl der Bilder:"
4394
 
4395
- #: includes/views/renew_listing.php:97
4396
- msgctxt "renewal"
4397
- msgid "Expiration date:"
4398
- msgstr "Ablaufdatum:"
4399
 
4400
- #: includes/views/renew_listing.php:101
4401
- msgctxt "renew"
4402
- msgid ""
4403
- "However, if you want to cancel your subscription you can do that on this "
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/views/request_access_keys.php:17
4411
- msgctxt "request_access_keys"
4412
- msgid "Please enter a valid e-mail address."
4413
- msgstr "Bitte eine gültige E-mailadresse eingeben."
4414
 
4415
- #: includes/views/request_access_keys.php:22
4416
- msgctxt "request_access_keys"
4417
- msgid "There are no listings associated to your e-mail address."
4418
- msgstr "Es sind keine Transaktionen mit diesem Eintrag verbunden."
4419
 
4420
- #: includes/views/request_access_keys.php:26
4421
- msgctxt "request_access_keys"
4422
- msgid "Listing Access Keys"
4423
- msgstr "Eintrag Felder / Bilder"
4424
 
4425
- #: includes/views/request_access_keys.php:30
4426
- msgctxt "request_access_keys"
4427
- msgid "Access keys have been sent to your e-mail address."
4428
- msgstr "Es sind keine Transaktionen mit diesem Eintrag verbunden."
4429
 
4430
- #: includes/views/request_access_keys.php:32
4431
- msgctxt "request_access_keys"
4432
- msgid ""
4433
- "An error occurred while sending the access keys to your e-mail address. "
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/views/search.php:8
4440
- msgctxt "views"
4441
- msgid "Find A Listing"
4442
- msgstr "Eintrag finden"
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/views/submit_listing.php:16
4450
- msgctxt "templates"
4451
- msgid ""
4452
- "<b>View not available</b>. Do you have the \"Disable Frontend Listing "
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/views/submit_listing.php:18
4459
- msgctxt "templates"
4460
- msgid "View not available."
4461
- msgstr "verfügbare Bilder:"
4462
 
4463
- #: includes/views/upgrade_listing.php:16
4464
- msgctxt "listing upgrade"
4465
- msgid "Invalid link followed."
4466
- msgstr "Falscher Link."
4467
 
4468
- #: includes/views/upgrade_listing.php:22
4469
- msgctxt "templates"
4470
- msgid "Your listing is already pending approval for \"featured\" status."
4471
- msgstr ""
4472
- "Dein Eintrag ist bereits vorgemerkt für den \"Hervorgehobenen\" Status."
4473
 
4474
- #: includes/views/upgrade_listing.php:23
4475
- msgctxt "templates"
4476
- msgid "Return to listing."
4477
- msgstr "Zurück zum Eintrag."
4478
 
4479
- #: includes/views/upgrade_listing.php:49
4480
- #: includes/views/view-submit-listing.php:506
4481
- msgctxt "submit"
4482
- msgid "Listing upgrade to featured"
4483
- msgstr "Eintrag erneuert auf Hervorgehoben"
4484
 
4485
- #: includes/views/view-submit-listing.php:29
4486
- msgctxt "templates"
4487
- msgid ""
4488
- "There are no categories assigned to the business directory yet. You need to "
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/views/view-submit-listing.php:31
4501
- msgctxt "templates"
4502
- msgid ""
4503
- "Your listing cannot be added at this time. Please try again later. If this "
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/views/view-submit-listing.php:43
4513
- msgctxt "templates"
4514
- msgid "You are not authorized to edit this listing."
4515
- msgstr "Sie sind nicht autorisiert um diesen Eintrag zu bearbeiten."
4516
 
4517
- #: includes/views/view-submit-listing.php:58
4518
- msgctxt "views"
4519
- msgid "Edit Your Listing"
4520
- msgstr "Meinen Eintrag bearbeiten"
4521
 
4522
- #: includes/views/view-submit-listing.php:65
4523
- msgctxt "templates"
4524
  msgid ""
4525
- "You are logged in as an administrator. Any payment steps will be skipped."
 
4526
  msgstr ""
4527
- "Du bist als Administrator eingeloggt. Alle Bezahlungsschritte werden "
4528
- "übersprungen."
 
4529
 
4530
- #: includes/views/view-submit-listing.php:108
4531
- #, fuzzy
4532
- msgctxt "submit-listing-view"
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/views/view-submit-listing.php:110
4541
- msgctxt "submit-listing-view"
4542
  msgid ""
4543
- "Please go to the <manage-form-fields-link>Manage Form Fields</manage-form-"
4544
- "fields-link> admin page to create the field."
 
 
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/views/view-submit-listing.php:119
4550
- #, fuzzy
4551
- msgctxt "submit-listing-view"
 
 
 
 
4552
  msgid ""
4553
- "Your listing cannot be added at this time. Please try again later. If this "
4554
- "is not the first time you see this warning, please ask the site "
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/views/view-submit-listing.php:238
4563
- msgctxt "templates"
4564
- msgid "Please select a fee option for the \"%s\" category."
4565
- msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
4566
 
4567
- #: includes/views/view-submit-listing.php:316
4568
- msgctxt "templates"
4569
- msgid "Please agree to the Terms and Conditions."
4570
- msgstr "Bitte akzeptieren Sie die Allgemeinen Geschäftsbedingungen."
4571
 
4572
- #: includes/views/view-submit-listing.php:322
4573
- msgctxt "templates"
4574
- msgid "The reCAPTCHA wasn't entered correctly."
4575
- msgstr "Das reCAPTCHA wurde nicht korrekt eingegeben."
4576
 
4577
- #: includes/views/view-submit-listing.php:339
4578
- msgctxt "templates"
4579
- msgid "Read our Terms and Conditions"
4580
- msgstr "Lesen Sie unsere AGBs."
4581
 
4582
- #: includes/views/view-submit-listing.php:344
4583
- msgctxt "templates"
4584
- msgid "Terms and Conditions:"
4585
- msgstr "AGBs:"
4586
 
4587
- #: includes/views/view-submit-listing.php:355
4588
- msgctxt "templates"
4589
- msgid "I agree to the Terms and Conditions"
4590
- msgstr "Ich akzeptiere die AGBs"
4591
 
4592
- #: includes/views/view-submit-listing.php:539
4593
- msgctxt "submit_state"
4594
- msgid "Invalid submit state."
4595
- msgstr "Ungültiger Zustand beim Einsenden."
 
 
 
 
 
 
 
 
4596
 
4597
- #: includes/widgets/class-listings-widget.php:45
4598
- #: includes/widgets/widget-search.php:22
4599
- msgctxt "widgets"
4600
- msgid "Title:"
4601
- msgstr "Titel:"
4602
 
4603
- #: includes/widgets/class-listings-widget.php:51
4604
- msgctxt "widgets"
4605
- msgid "Number of listings to display:"
4606
- msgstr "Nummer der Einträge zum Anzeigen:"
4607
 
4608
- #: includes/widgets/class-listings-widget.php:60
4609
- msgctxt "widgets"
4610
- msgid "Thumbnails"
4611
- msgstr "Thumbnails"
4612
 
4613
- #: includes/widgets/class-listings-widget.php:68
4614
- msgctxt "widgets"
4615
- msgid "Show thumbnails"
4616
- msgstr "Thumbnails anzeigen"
4617
 
4618
- #: includes/widgets/class-listings-widget.php:72
4619
- msgctxt "widgets"
4620
- msgid "Image width (in px):"
4621
  msgstr "Bildergröße (in px):"
4622
 
4623
- #: includes/widgets/class-listings-widget.php:78
4624
- msgctxt "widgets"
4625
- msgid "Leave blank for automatic width."
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/widgets/class-listings-widget.php:89
4634
- msgctxt "widgets"
4635
- msgid "Leave blank for automatic height."
4636
- msgstr "Freilassen für automatische Höhe."
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/widgets/widget-latest-listings.php:11
4661
- msgctxt "widgets"
4662
- msgid "Business Directory - Latest Listings"
4663
- msgstr "Branchenverzeichnis - letzte Einträge"
4664
 
4665
- #: includes/widgets/widget-latest-listings.php:12
4666
- msgctxt "widgets"
4667
- msgid "Displays a list of the latest listings in the Business Directory."
4668
- msgstr "Eine List der letzten Einträge im Branchenverzeichnis anzeigen."
4669
 
4670
- #: includes/widgets/widget-latest-listings.php:14
4671
- msgctxt "widgets"
4672
- msgid "Latest Listings"
4673
- msgstr "Neuste Einträge"
 
 
 
4674
 
4675
- #: includes/widgets/widget-random-listings.php:11
4676
- msgctxt "widgets"
4677
- msgid "Business Directory - Random Listings"
4678
- msgstr "Branchenverzeichnis - Zufallseinträge"
4679
 
4680
- #: includes/widgets/widget-random-listings.php:12
4681
- msgctxt "widgets"
4682
- msgid "Displays a list of random listings from the Business Directory."
4683
- msgstr "Anzeige einer Zufallsliste der Einträge im Branchenverzeichnis."
4684
 
4685
- #: includes/widgets/widget-random-listings.php:14
4686
- msgctxt "widgets"
4687
- msgid "Random Listings"
4688
- msgstr "Zufällige Einträge"
4689
 
4690
- #: includes/widgets/widget-search.php:10
4691
- msgctxt "widgets"
4692
- msgid "Business Directory - Search"
4693
- msgstr "Branchenverzeichnis - Suche"
4694
 
4695
- #: includes/widgets/widget-search.php:11
4696
- msgctxt "widgets"
4697
- msgid "Displays a search form to look for Business Directory listings."
4698
- msgstr "Anzeige einer Suchform um Branchenverzeichnis Einträge anzuzeigen."
 
 
 
 
 
 
 
 
 
 
4699
 
4700
- #: includes/widgets/widget-search.php:18
4701
- msgctxt "widgets"
4702
- msgid "Search the Business Directory"
4703
- msgstr "Firmenverzeichnis durchsuchen"
4704
 
4705
- #: includes/widgets/widget-search.php:29
4706
- msgctxt "widgets"
4707
- msgid "Form Style:"
4708
- msgstr "Formstil:"
 
 
 
 
 
4709
 
4710
- #: includes/widgets/widget-search.php:37
4711
- msgctxt "widgets"
4712
- msgid "Basic"
4713
- msgstr "Basis"
4714
 
4715
- #: includes/widgets/widget-search.php:45
4716
- msgctxt "widgets"
4717
- msgid "Advanced"
4718
- msgstr "Erweitert"
4719
 
4720
- #: includes/widgets/widget-search.php:49
4721
- msgctxt "widgets"
4722
- msgid "Search Fields (advanced mode):"
4723
- msgstr "Felder durchsuchen (erweiterter Modus)"
4724
 
4725
- #: includes/widgets/widget-search.php:50
4726
- msgctxt "widgets"
4727
- msgid "Display the following fields in the form."
4728
- msgstr "Diese Felder in der Form anzeigen."
4729
 
4730
- #: includes/widgets/widget-search.php:107
4731
- msgctxt "widgets"
4732
- msgid "Search"
4733
- msgstr "Suche"
 
 
4734
 
4735
- #: templates/admin/csv-export.tpl.php:9
4736
- msgctxt "admin csv-export"
4737
  msgid ""
4738
- "An unknown error occurred during the export. Please make sure you have "
4739
- "enough free disk space and memory available to PHP. Check your error logs "
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
- #: templates/admin/csv-export.tpl.php:18
4747
- msgctxt "admin csv-export"
4748
  msgid ""
4749
- "Please note that the export process is a resource intensive task. If your "
4750
- "export does not succeed try disabling other plugins first and/or increasing "
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
- #: templates/admin/csv-export.tpl.php:30
4760
- msgctxt "admin csv-export"
4761
- msgid "Export Configuration"
4762
- msgstr "Export Konfiguration"
4763
 
4764
- #: templates/admin/csv-export.tpl.php:33
4765
- msgctxt "admin csv-export"
4766
- msgid "Export settings"
4767
- msgstr "Export Einstellungen"
 
4768
 
4769
- #: templates/admin/csv-export.tpl.php:37
4770
- msgctxt "admin csv-export"
4771
- msgid "Which listings to export?"
4772
- msgstr "Welche Einträge sollen exportiert werden?"
 
4773
 
4774
- #: templates/admin/csv-export.tpl.php:41
4775
- msgctxt "admin csv-export"
4776
- msgid "All"
4777
- msgstr "Alle"
 
4778
 
4779
- #: templates/admin/csv-export.tpl.php:42
4780
- msgctxt "admin csv-export"
4781
- msgid "Active Only"
4782
- msgstr "Nur Aktiv"
 
4783
 
4784
- #: templates/admin/csv-export.tpl.php:43
4785
- msgctxt "admin csv-export"
4786
- msgid "Active + Pending Renewal"
4787
- msgstr "Aktiv + Ausstehende Erneuerungen"
4788
 
4789
- #: templates/admin/csv-export.tpl.php:49
4790
- msgctxt "admin csv-export"
4791
- msgid "Export images?"
4792
- msgstr "Bilder exportieren?"
4793
 
4794
- #: templates/admin/csv-export.tpl.php:54
4795
- msgctxt "admin csv-export"
4796
- msgid "Export images"
4797
- msgstr "Bilder exportieren"
4798
 
4799
- #: templates/admin/csv-export.tpl.php:56
4800
- msgctxt "admin csv-export"
4801
- msgid ""
4802
- "When checked, instead of just a CSV file a ZIP file will be generated with "
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
- #: templates/admin/csv-export.tpl.php:62
4809
- msgctxt "admin csv-export"
4810
- msgid "Additional metadata to export:"
4811
- msgstr "zu exportierende zusätzliche Metadaten"
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
- #: templates/admin/csv-export.tpl.php:69
4819
- msgctxt "admin csv-export"
4820
  msgid ""
4821
- "If you plan to re-import the listings into BD and don't want new ones "
4822
- "created, select this option!"
4823
  msgstr ""
4824
- "Wenn Sie vorhaben die Einträge in BD erneut zu importieren und keine neuen "
4825
- "erstellen wollen, wählen Sie diese Option!"
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
- #: templates/admin/csv-export.tpl.php:85
4838
- msgctxt "admin csv-export"
4839
- msgid "Listing expiration date"
4840
- msgstr "Eintrag Enddatum"
 
 
 
 
4841
 
4842
- #: templates/admin/csv-export.tpl.php:90
4843
- msgctxt "admin csv-export"
4844
- msgid "CSV File Settings"
4845
- msgstr "CSV-Datei Einstellungen"
 
 
 
 
4846
 
4847
- #: templates/admin/csv-export.tpl.php:94
4848
- msgctxt "admin csv-export"
4849
- msgid "What operating system will you use to edit the CSV file?"
4850
- msgstr "Welches Betriebssystem verwenden Sie, um die CSV-Datei zu bearbeiten?"
 
 
4851
 
4852
- #: templates/admin/csv-export.tpl.php:94 templates/admin/csv-export.tpl.php:113
4853
- #: templates/admin/csv-export.tpl.php:124 templates/admin/csv-import.tpl.php:43
4854
- #: templates/admin/csv-import.tpl.php:109
4855
- #: templates/admin/csv-import.tpl.php:135
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
- #: templates/admin/csv-export.tpl.php:101
4863
- msgctxt "admin csv-export"
4864
- msgid "Windows"
4865
- msgstr "Windows"
 
 
4866
 
4867
- #: templates/admin/csv-export.tpl.php:106
4868
- msgctxt "admin csv-export"
4869
- msgid "macOS"
4870
- msgstr "MacOS"
 
 
 
 
4871
 
4872
- #: templates/admin/csv-export.tpl.php:108
4873
- msgctxt "admin csv-export"
4874
  msgid ""
4875
- "Windows and macOS versions of MS Excel handle CSV files differently. To make "
4876
- "sure all your listings information is displayed properly when you view or "
4877
- "edit the CSV file, we need to generate different versions of the file for "
4878
- "each operating system."
4879
  msgstr ""
4880
- "Windows- und MacOS-Versionen von MS Excel behandeln CSV-Dateien "
4881
- "unterschiedlich. Um sicherzustellen, dass alle Ihre Listeninformationen "
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
- #: templates/admin/csv-export.tpl.php:142
4902
- msgctxt "admin csv-export"
4903
- msgid "Export in Progress..."
4904
- msgstr "Export wird durchgeführt..."
 
4905
 
4906
- #: templates/admin/csv-export.tpl.php:143
4907
- msgctxt "admin csv-export"
4908
  msgid ""
4909
- "Your export file is being prepared. Please <u>do not leave</u> this page "
4910
- "until the export finishes."
4911
  msgstr ""
4912
- "Die Exportdatei wurde vorbereitet. Bitte <u>verlasse</u> diese Seite nicht "
4913
- "bis der Export abgeschlossen wurde."
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
- #: templates/admin/csv-export.tpl.php:148
4921
- msgctxt "admin csv-export"
4922
- msgid "Approximate export file size:"
4923
- msgstr "Exportdatei Größe ca. :"
 
4924
 
4925
- #: templates/admin/csv-export.tpl.php:155
4926
- msgctxt "admin csv-export"
4927
- msgid "Cancel Export"
4928
- msgstr "Export abbrechen"
4929
 
4930
- #: templates/admin/csv-export.tpl.php:160
4931
- msgctxt "admin csv-export"
4932
- msgid "Export Complete"
4933
- msgstr "Export vollständig"
4934
 
4935
- #: templates/admin/csv-export.tpl.php:161
4936
- msgctxt "admin csv-export"
4937
  msgid ""
4938
- "Your export file has been successfully created and it is now ready for "
4939
- "download."
4940
  msgstr ""
4941
- "Der Export wurde erfolgreich generiert und steht nun zum Herunterladen zur "
4942
- "Verfügung."
4943
 
4944
- #: templates/admin/csv-export.tpl.php:164
4945
- msgctxt "admin csv-export"
4946
- msgid "Download %s (%s)"
4947
- msgstr "Herunterladen %s (%s)"
4948
 
4949
- #: templates/admin/csv-export.tpl.php:170
4950
- msgctxt "admin csv-export"
4951
  msgid ""
4952
- "Click \"Cleanup\" once the file has been downloaded in order to remove all "
4953
- "temporary data created by Business Directory during the export process."
4954
  msgstr ""
4955
- "Klicke \"Bereinigen\" wenn die Datei heruntergeladen wurde um alle "
4956
- "temporären Daten zu löschen, die während des Exportprozesses erzeugt wurden."
4957
 
4958
- #: templates/admin/csv-export.tpl.php:171
4959
- msgctxt "admin csv-export"
4960
- msgid "Cleanup"
4961
- msgstr "Bereinigen"
4962
 
4963
- #: templates/admin/csv-export.tpl.php:176
4964
- msgctxt "admin csv-export"
4965
- msgid "Export Canceled"
4966
- msgstr "Export abgebrochen"
4967
 
4968
- #: templates/admin/csv-export.tpl.php:177
4969
- msgctxt "admin csv-export"
4970
- msgid "The export has been canceled."
4971
- msgstr "Der Export wurde abgebrochen."
4972
 
4973
- #: templates/admin/csv-export.tpl.php:178
4974
- msgctxt "admin csv-export"
4975
- msgid " Return to CSV Export"
4976
- msgstr " Zurück nach CSV Export"
4977
 
4978
- #: templates/admin/csv-import-progress.tpl.php:6
4979
- msgctxt "admin csv-import"
4980
- msgid "A fatal error occurred during the import. The reason given was: \"%s\"."
4981
- msgstr ""
4982
- "Während des Importes ist ein schwerwiegender Fehler aufgetreten. Der Grund "
4983
- "dafür war: \"%s\"."
4984
 
4985
- #: templates/admin/csv-import-progress.tpl.php:10
4986
- msgctxt "admin csv-import"
 
 
 
 
 
4987
  msgid ""
4988
- "A fatal error occurred during the import. If connection wasn't lost during "
4989
- "the import, please make sure that you have enough free disk space and memory "
4990
- "available to PHP. Check your error logs for details."
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/csv-import-progress.tpl.php:13
4997
- #: templates/admin/csv-import-progress.tpl.php:20
4998
- msgctxt "admin csv-import"
4999
- msgid "← Return to CSV Import"
5000
- msgstr "Zurück nach \"CSV Importieren\""
5001
 
5002
- #: templates/admin/csv-import-progress.tpl.php:18
5003
- msgctxt "admin csv-import"
5004
- msgid "Import Canceled"
5005
- msgstr "Export abgebrochen"
5006
 
5007
- #: templates/admin/csv-import-progress.tpl.php:19
5008
- msgctxt "admin csv-import"
5009
- msgid "The import has been canceled."
5010
- msgstr "Der Export wurde abgebrochen."
5011
 
5012
- #: templates/admin/csv-import-progress.tpl.php:26
5013
- msgid "Import Progress"
5014
- msgstr "Import wird durchgeführt..."
 
5015
 
5016
- #: templates/admin/csv-import-progress.tpl.php:29
5017
- msgctxt "admin csv-import"
5018
- msgid "Files"
5019
- msgstr "CSV-Datei"
5020
 
5021
- #: templates/admin/csv-import-progress.tpl.php:32
5022
- msgctxt "admin csv-import"
5023
- msgid "Rows in file"
5024
- msgstr "Zeilen in Datei"
5025
 
5026
- #: templates/admin/csv-import-progress.tpl.php:35
5027
- msgctxt "admin csv-import"
5028
- msgid "Progress"
5029
- msgstr "Fortschritt"
5030
 
5031
- #: templates/admin/csv-import-progress.tpl.php:39
5032
- msgctxt "admin csv-import"
5033
- msgid "Import has not started. Click \"Start Import\" to begin."
5034
- msgstr ""
5035
- "Der Import wurde noch nicht gestartet. Klicken Sie auf \"CSV-Datei "
5036
- "importieren\" um zu starten."
5037
 
5038
- #: templates/admin/csv-import-progress.tpl.php:40
5039
- msgctxt "admin csv-import"
5040
- msgid "Importing CSV file..."
5041
- msgstr "Importiere CSV-Datei…"
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