Business Directory Plugin - Version 4.0.6

Version Description

Download this release

Release Info

Developer businessdirectoryplugin
Plugin Icon 128x128 Business Directory Plugin
Version 4.0.6
Comparing to
See all releases

Code changes from version 4.0.5 to 4.0.6

README.TXT CHANGED
@@ -4,8 +4,8 @@ Donate link: http://businessdirectoryplugin.com/premium-modules/
4
  Tags: address book, business directory, chamber of commerce business directory, church directory, company business directory, contact directory, custom business directory, directory, listings directory, local business directory, link directory, member directory, staff directory, directory plugin
5
  Requires at least: 4.1
6
  Tested up to: 4.5
7
- Last Updated: 2016-June-7
8
- Stable tag: tags/4.0.5
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!
@@ -130,6 +130,17 @@ If you are having problems please visit [support forum](http://www.businessdirec
130
 
131
  == Changelog ==
132
 
 
 
 
 
 
 
 
 
 
 
 
133
  = Version 4.0.5 =
134
  * Atahualpa theme compatibility fixes.
135
  * Use an auto-complete field instead of a dropdown for the users field on the CSV import screen to avoid performance problems.
4
  Tags: address book, business directory, chamber of commerce business directory, church directory, company business directory, contact directory, custom business directory, directory, listings directory, local business directory, link directory, member directory, staff directory, directory plugin
5
  Requires at least: 4.1
6
  Tested up to: 4.5
7
+ Last Updated: 2016-June-14
8
+ Stable tag: tags/4.0.6
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!
130
 
131
  == Changelog ==
132
 
133
+ = Version 4.0.5 =
134
+ * Compatibility fixes for Canvas theme.
135
+ * Compatibility fixes for X theme.
136
+ * Add "City" and "State" as taggable fields in themes.
137
+ * Improve display of addresses in themes.
138
+ * Fix for Featured Listings widget not honoring configured number of posts setting.
139
+ * Add "menu" attribute to listings shortcode.
140
+ * Prevent Jetpack sharing from being displayed twice on listings.
141
+ * Update admin sidebar.
142
+ * Fix minor translation omission.
143
+
144
  = Version 4.0.5 =
145
  * Atahualpa theme compatibility fixes.
146
  * Use an auto-complete field instead of a dropdown for the users field on the CSV import screen to avoid performance problems.
admin/form-fields.php CHANGED
@@ -290,10 +290,12 @@ class WPBDP_FormFieldsAdmin {
290
  $special_tags = array(
291
  'title' => _x( 'Title', 'form-fields admin', 'WPBDM' ),
292
  'category' => _x( 'Category', 'form-fields admin', 'WPBDM' ),
293
- 'excerpt' => _x( 'Excerpt', 'form-fields admin', 'WPBDM' ),
294
  'content' => _x( 'Content', 'form-fields admin', 'WPBDM' ),
295
  'tags' => _x( 'Tags', 'form-fields admin', 'WPBDM' ),
296
  'address' => _x( 'Address', 'form-fields admin', 'WPBDM' ),
 
 
297
  'zip' => _x( 'ZIP Code', 'form-fields admin', 'WPBDM' ),
298
  'fax' => _x( 'FAX Number', 'form-fields admin', 'WPBDM' ),
299
  'phone' => _x( 'Phone Number', 'form-fields admin', 'WPBDM' ),
290
  $special_tags = array(
291
  'title' => _x( 'Title', 'form-fields admin', 'WPBDM' ),
292
  'category' => _x( 'Category', 'form-fields admin', 'WPBDM' ),
293
+ 'excerpt' => _x( 'Excerpt', 'form-fields admin', 'WPBD' ),
294
  'content' => _x( 'Content', 'form-fields admin', 'WPBDM' ),
295
  'tags' => _x( 'Tags', 'form-fields admin', 'WPBDM' ),
296
  'address' => _x( 'Address', 'form-fields admin', 'WPBDM' ),
297
+ 'city' => _x( 'City', 'form-fields admin', 'WPBDM' ),
298
+ 'state' => _x( 'State', 'form-fields admin', 'WPBDM' ),
299
  'zip' => _x( 'ZIP Code', 'form-fields admin', 'WPBDM' ),
300
  'fax' => _x( 'FAX Number', 'form-fields admin', 'WPBDM' ),
301
  'phone' => _x( 'Phone Number', 'form-fields admin', 'WPBDM' ),
admin/resources/admin.css CHANGED
@@ -59,6 +59,18 @@ span.tag {
59
  background: #FFFFCF;
60
  }
61
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  .wp-list-table tr.wpbdp-item-message-tr {
63
  }
64
 
59
  background: #FFFFCF;
60
  }
61
 
62
+ .wpbdp-admin .premium-modules .tag {
63
+ font-size: 8px !important;
64
+ }
65
+
66
+ .wpbdp-admin .premium-modules .tag.new {
67
+ background: #00A000;
68
+ color: #fff;
69
+ }
70
+
71
+ .wpbdp-admin .premium-modules .tag.best-deal {
72
+ }
73
+
74
  .wp-list-table tr.wpbdp-item-message-tr {
75
  }
76
 
admin/resources/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}.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.0;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('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: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.0;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('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}
admin/resources/new.gif DELETED
Binary file
admin/templates/sidebar.tpl.php CHANGED
@@ -13,6 +13,14 @@ $modules = array(
13
  array( 'paypal-gateway-module', _x( 'PayPal Gateway Module', 'admin sidebar', 'WPBDM' ) ),
14
  array( '2checkout-gateway-module', _x( '2Checkout Gateway Module', 'admin sidebar', 'WPBDM' ) )
15
  );
 
 
 
 
 
 
 
 
16
  ?>
17
  <div class="sidebar">
18
  <div class="meta-box-sortables metabox-holder ui-sortable" id="side-sortables">
@@ -34,14 +42,29 @@ $modules = array(
34
  <h3 class="hndle"><span><?php _ex( 'Get a Premium Module', 'admin sidebar', 'WPBDM'); ?></span></h3>
35
  <div class="inside">
36
  <ul>
 
37
  <?php foreach ( $modules as $mod_info ): ?>
38
  <li class="li_link">
39
- <?php if ( isset( $mod_info[2] ) && 'new' == $mod_info[2] ): ?><img src="<?php echo WPBDP_URL; ?>admin/resources/new.gif" /> <?php endif; ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  <a href="http://businessdirectoryplugin.com/downloads/<?php echo $mod_info[0]; ?>/?ref=wp" target="_blank"><?php echo $mod_info[1]; ?></a>
41
  </li>
42
  <?php endforeach; ?>
43
- <li class="li_link"><a href="http://businessdirectoryplugin.com/premium-modules/business-directory-combo-pack/"><?php _ex('Single Site License Combo Pack', 'admin sidebar', 'WPBDM'); ?></a></li>
44
- <li class="li_link"><a href="http://businessdirectoryplugin.com/premium-modules/business-directory-combo-pack-multi-site/"><?php _ex('Multi Site License Combo Pack', 'admin sidebar', 'WPBDM'); ?></a></li>
45
  </ul>
46
  </div>
47
  </div>
13
  array( 'paypal-gateway-module', _x( 'PayPal Gateway Module', 'admin sidebar', 'WPBDM' ) ),
14
  array( '2checkout-gateway-module', _x( '2Checkout Gateway Module', 'admin sidebar', 'WPBDM' ) )
15
  );
16
+
17
+ $themes = array(
18
+ array( 'business-card-theme', _x( 'Business Card Theme', 'admin sidebar', 'WPBDM' ), 'new' ),
19
+ array( 'mobile-compact-theme', _x( 'Mobile Compact Theme', 'admin sidebar', 'WPBDM' ), 'new' ),
20
+ array( 'restaurant-theme', _x( 'Restaurant Theme', 'admin sidebar', 'WPBDM' ), 'new' ),
21
+ array( 'tabbed-business-theme', _x( 'Tabbed Business Theme', 'admin sidebar', 'WPBDM' ), 'new' ),
22
+ array( 'elegant-business-theme', _x( 'Elegant Business Theme', 'admin sidebar', 'WPBDM' ), 'new' )
23
+ );
24
  ?>
25
  <div class="sidebar">
26
  <div class="meta-box-sortables metabox-holder ui-sortable" id="side-sortables">
42
  <h3 class="hndle"><span><?php _ex( 'Get a Premium Module', 'admin sidebar', 'WPBDM'); ?></span></h3>
43
  <div class="inside">
44
  <ul>
45
+ <li class="li_link"><span class="tag best-deal"><?php _ex( 'best deal', 'admin sidebar', 'WPBDM' ); ?></span> <strong><a href="http://businessdirectoryplugin.com/premium-modules/business-directory-combo-pack/"><?php _ex( 'Combo Pack', 'admin sidebar', 'WPBDM' ); ?></a><br /><?php _ex( '(All Modules)', 'admin sidebar', 'WPBDM' ); ?></strong></li>
46
  <?php foreach ( $modules as $mod_info ): ?>
47
  <li class="li_link">
48
+ <?php if ( isset( $mod_info[2] ) && 'new' == $mod_info[2] ): ?><span class="tag new"><?php _ex( 'new', 'admin sidebar', 'WPBDM' ); ?></span> <?php endif; ?>
49
+ <a href="http://businessdirectoryplugin.com/downloads/<?php echo $mod_info[0]; ?>/?ref=wp" target="_blank"><?php echo $mod_info[1]; ?></a>
50
+ </li>
51
+ <?php endforeach; ?>
52
+ </ul>
53
+ </div>
54
+ </div>
55
+
56
+ <!-- Themes -->
57
+ <div class="postbox premium-modules">
58
+ <h3 class="hndle"><span><?php _ex( 'Get a Directory Theme', 'admin sidebar', 'WPBDM'); ?></span></h3>
59
+ <div class="inside">
60
+ <ul>
61
+ <li class="li_link"><span class="tag best-deal"><?php _ex( 'best deal', 'admin sidebar', 'WPBDM' ); ?></span> <strong><a href="http://businessdirectoryplugin.com/downloads/business-directory-theme-pack/"><?php _ex( 'Theme Pack', 'admin sidebar', 'WPBDM' ); ?></a><br /><?php _ex( '(All Themes)', 'admin sidebar', 'WPBDM' ); ?></strong></li>
62
+ <?php foreach ( $themes as $mod_info ): ?>
63
+ <li class="li_link">
64
+ <?php if ( isset( $mod_info[2] ) && 'new' == $mod_info[2] ): ?><span class="tag new"><?php _ex( 'new', 'admin sidebar', 'WPBDM' ); ?></span> <?php endif; ?>
65
  <a href="http://businessdirectoryplugin.com/downloads/<?php echo $mod_info[0]; ?>/?ref=wp" target="_blank"><?php echo $mod_info[1]; ?></a>
66
  </li>
67
  <?php endforeach; ?>
 
 
68
  </ul>
69
  </div>
70
  </div>
admin/templates/themes.tpl.php CHANGED
@@ -6,6 +6,16 @@ echo wpbdp_admin_header( null, 'themes', array(
6
  echo wpbdp_admin_notices();
7
  ?>
8
 
 
 
 
 
 
 
 
 
 
 
9
  <div id="wpbdp-admin-page-themes-tabs">
10
 
11
  <?php echo wpbdp_render_page( WPBDP_PATH . 'admin/templates/themes-tabs.tpl.php' ); ?>
6
  echo wpbdp_admin_notices();
7
  ?>
8
 
9
+ <div class="wpbdp-note">
10
+ <?php
11
+ echo str_replace( '<a>',
12
+ '<a href="http://businessdirectoryplugin.com/premium-themes/" target="_blank">',
13
+ _x( '<a><b>Directory Themes</b></a> are pre-made templates for the <i>Business Directory Plugin</i> to change the look of the directory quickly and easily. We have a number of them available for purchase <a>here</a>.', 'themes', 'WPBDM' ) ); ?><br />
14
+ <?php echo _x( 'They are <strong>different</strong> than your regular WordPress theme and they are <strong>not</strong> a replacement for WP themes either. They will change the look and feel of your business directory only.', 'themes', 'WPBDM' ); ?>
15
+ </div>
16
+
17
+ <!--[Directory Themes] and [here] should link to -->
18
+
19
  <div id="wpbdp-admin-page-themes-tabs">
20
 
21
  <?php echo wpbdp_render_page( WPBDP_PATH . 'admin/templates/themes-tabs.tpl.php' ); ?>
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.0.5
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.0.5' );
35
 
36
  define( 'WPBDP_PATH', plugin_dir_path( __FILE__ ) );
37
  define( 'WPBDP_URL', trailingslashit( plugins_url( '/', __FILE__ ) ) );
@@ -202,7 +202,7 @@ class WPBDP_Plugin {
202
 
203
  // Scripts & styles.
204
  add_action('wp_enqueue_scripts', array($this, '_enqueue_scripts'));
205
- add_action( 'wp_enqueue_scripts', array( &$this, 'enqueue_css_override' ), 30, 0 );
206
 
207
  // Plugin modules initialization.
208
  $this->_init_modules();
@@ -845,8 +845,16 @@ class WPBDP_Plugin {
845
  array( 'jquery-file-upload' ) );
846
  }
847
 
848
- // TODO: remove in a release after themes-release.
849
  public function is_plugin_page() {
 
 
 
 
 
 
 
 
 
850
  global $post;
851
 
852
  if ( $post && 'page' == $post->post_type ) {
@@ -861,10 +869,6 @@ class WPBDP_Plugin {
861
  if ( $post && WPBDP_POST_TYPE == $post->post_type )
862
  return true;
863
 
864
- global $wp_query;
865
- if ( ! empty( $wp_query->wpbdp_our_query ) || ! empty( $wp_query->wpbdp_view ) )
866
- return true;
867
-
868
  return false;
869
  }
870
 
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.0.6
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.0.6' );
35
 
36
  define( 'WPBDP_PATH', plugin_dir_path( __FILE__ ) );
37
  define( 'WPBDP_URL', trailingslashit( plugins_url( '/', __FILE__ ) ) );
202
 
203
  // Scripts & styles.
204
  add_action('wp_enqueue_scripts', array($this, '_enqueue_scripts'));
205
+ add_action( 'wp_enqueue_scripts', array( &$this, 'enqueue_css_override' ), 9999, 0 );
206
 
207
  // Plugin modules initialization.
208
  $this->_init_modules();
845
  array( 'jquery-file-upload' ) );
846
  }
847
 
 
848
  public function is_plugin_page() {
849
+ if ( wpbdp_current_view() ) {
850
+ return true;
851
+ }
852
+
853
+ global $wp_query;
854
+
855
+ if ( ! empty( $wp_query->wpbdp_our_query ) || ! empty( $wp_query->wpbdp_view ) )
856
+ return true;
857
+
858
  global $post;
859
 
860
  if ( $post && 'page' == $post->post_type ) {
869
  if ( $post && WPBDP_POST_TYPE == $post->post_type )
870
  return true;
871
 
 
 
 
 
872
  return false;
873
  }
874
 
core/class-field-display-list.php CHANGED
@@ -140,6 +140,9 @@ class WPBDP_Field_Display_List implements IteratorAggregate {
140
  return $html;
141
  }
142
 
 
 
 
143
  if ( 'id' == substr( $key, 0, 2 ) )
144
  $field_id = absint( substr( $key, 2 ) );
145
 
@@ -154,6 +157,33 @@ class WPBDP_Field_Display_List implements IteratorAggregate {
154
  return false;
155
  }
156
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
157
  }
158
 
159
  /**
140
  return $html;
141
  }
142
 
143
+ if ( '_h_' == substr( $key, 0, 3 ) )
144
+ return method_exists( $this, 'helper__' . substr( $key, 3 ) ) ? call_user_func( array( $this, 'helper__' . substr( $key, 3 ) ) ) : '';
145
+
146
  if ( 'id' == substr( $key, 0, 2 ) )
147
  $field_id = absint( substr( $key, 2 ) );
148
 
157
  return false;
158
  }
159
 
160
+ //
161
+ // Helpers. {{
162
+ //
163
+
164
+ public function helper__address() {
165
+ $address = trim( $this->t_address->value );
166
+ $city = trim( $this->t_city->value );
167
+ $state = trim( $this->t_state->value );
168
+ $zip = trim( $this->t_zip->value );
169
+
170
+ $html = '';
171
+ $html .= $address;
172
+ $html .= ( $city || $state || $zip ) ? '<br />' : '';
173
+ $html .= $city;
174
+ $html .= ( $city && $state ) ? ', ' . $state : $state;
175
+ $html .= $zip ? ' ' . $zip : '';
176
+
177
+ return $html;
178
+ }
179
+
180
+ public function helper__address_nobr() {
181
+ return str_replace( '<br />', ', ', $this->helper__address() );
182
+ }
183
+
184
+ //
185
+ // }}
186
+ //
187
  }
188
 
189
  /**
core/class-recaptcha.php CHANGED
@@ -32,7 +32,7 @@ class WPBDP_reCAPTCHA {
32
  function _enqueue_js_api() {
33
  global $wpbdp;
34
 
35
- if ( ! wpbdp_current_view() )
36
  return '';
37
 
38
  wp_enqueue_script( 'wpbdp-recaptcha',
32
  function _enqueue_js_api() {
33
  global $wpbdp;
34
 
35
+ if ( ! $wpbdp->is_plugin_page() )
36
  return '';
37
 
38
  wp_enqueue_script( 'wpbdp-recaptcha',
core/class-settings.php CHANGED
@@ -67,7 +67,7 @@ class WPBDP_Settings {
67
  // {{ Registration settings.
68
  // $s = $this->add_group( 'registration',
69
  // _x('Registration', 'admin settings', 'WPBDM' ) );
70
- $msg = __( "We expect that a membership plugin supports the 'redirect_to' parameter for the URLs below to work. If the plugin does not support them, these settings will not function as expected. Please contact the membership plugin and ask them to support the WP standard 'redirect_to' query parameter.",
71
  'admin settings',
72
  'WPBDM' );
73
  $s = $this->add_section( $g, 'registration', _x( 'Registration Settings', 'admin settings', 'WPBDM' ), $msg );
67
  // {{ Registration settings.
68
  // $s = $this->add_group( 'registration',
69
  // _x('Registration', 'admin settings', 'WPBDM' ) );
70
+ $msg = _x( "We expect that a membership plugin supports the 'redirect_to' parameter for the URLs below to work. If the plugin does not support them, these settings will not function as expected. Please contact the membership plugin and ask them to support the WP standard 'redirect_to' query parameter.",
71
  'admin settings',
72
  'WPBDM' );
73
  $s = $this->add_section( $g, 'registration', _x( 'Registration Settings', 'admin settings', 'WPBDM' ), $msg );
core/class-shortcodes.php CHANGED
@@ -87,30 +87,15 @@ class WPBDP__Shortcodes {
87
  'title' => '',
88
  'operator' => 'OR',
89
  'author' => '',
90
- 'items_per_page' => -1 ),
 
91
  $atts );
92
- $atts = array_map( 'trim', $atts );
93
 
94
- if ( ! $atts['category'] && ! $atts['categories'] && ! $atts['tag'] && ! $atts['tags'] ) {
 
95
 
96
- $args = array();
97
- $args['numberposts'] = $atts['items_per_page'];
98
-
99
- if ( ! empty( $atts['author'] ) ) {
100
- $u = false;
101
-
102
- if ( is_numeric( $atts['author'] ) )
103
- $u = get_user_by( 'id', absint( $atts['author'] ) );
104
- else
105
- $u = get_user_by( 'login', $atts['author'] );
106
-
107
- if ( $u )
108
- $args['author'] = $u->ID;
109
- }
110
-
111
- $v = new WPBDP__Views__All_Listings( array( 'include_buttons' => true, 'query_args' => $args ) );
112
- return $v->dispatch();
113
- }
114
 
115
  if ( $atts['category'] || $atts['categories'] ) {
116
  $requested_categories = array();
@@ -135,15 +120,9 @@ class WPBDP__Shortcodes {
135
  $categories[] = $term->term_id;
136
  }
137
 
138
- $args = array( 'items_per_page' => $atts['items_per_page'],
139
- 'tax_query' => array(
140
- array( 'taxonomy' => WPBDP_CATEGORY_TAX,
141
- 'field' => 'id',
142
- 'terms' => $categories ) )
143
- );
144
-
145
- $v = new WPBDP__Views__All_Listings( array( 'include_buttons' => true, 'query_args' => $args ) );
146
- return $v->dispatch();
147
  } elseif ( $atts['tag'] || $atts['tags'] ) {
148
  $requested_tags = array();
149
 
@@ -153,18 +132,21 @@ class WPBDP__Shortcodes {
153
  if ( $atts['tags'] )
154
  $requested_tags = array_merge( $requested_tags, explode( ',', $atts['tags'] ) );
155
 
156
- $args = array( 'items_per_page' => $atts['items_per_page'],
157
- 'tax_query' => array(
158
- array( 'taxonomy' => WPBDP_TAGS_TAX,
159
- 'field' => 'slug',
160
- 'terms' => $requested_tags ) )
161
- );
162
 
163
- $v = new WPBDP__Views__All_Listings( array( 'include_buttons' => true, 'query_args' => $args ) );
164
- return $v->dispatch();
 
 
 
 
165
  }
166
 
167
- return '';
 
168
  }
169
 
170
  public function sc_featured_listings( $atts ) {
87
  'title' => '',
88
  'operator' => 'OR',
89
  'author' => '',
90
+ 'menu' => null,
91
+ 'items_per_page' => wpbdp_get_option( 'listings-per-page' ) > 0 ? wpbdp_get_option( 'listings-per-page' ) : -1 ),
92
  $atts );
 
93
 
94
+ if ( ! is_null( $atts['menu'] ) )
95
+ $atts['menu'] = ( 1 === $atts['menu'] || 'true' === $atts['menu'] ) ? true : false;
96
 
97
+ $query_args = array();
98
+ $query_args['items_per_page'] = $atts['items_per_page'];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
 
100
  if ( $atts['category'] || $atts['categories'] ) {
101
  $requested_categories = array();
120
  $categories[] = $term->term_id;
121
  }
122
 
123
+ $query_args['tax_query'] = array( array( 'taxonomy' => WPBDP_CATEGORY_TAX,
124
+ 'field' => 'id',
125
+ 'terms' => $categories ) );
 
 
 
 
 
 
126
  } elseif ( $atts['tag'] || $atts['tags'] ) {
127
  $requested_tags = array();
128
 
132
  if ( $atts['tags'] )
133
  $requested_tags = array_merge( $requested_tags, explode( ',', $atts['tags'] ) );
134
 
135
+ $query_args['tax_query'] = array( array( 'taxonomy' => WPBDP_TAGS_TAX,
136
+ 'field' => 'slug',
137
+ 'terms' => $requested_tags ) );
138
+ }
 
 
139
 
140
+ if ( ! empty( $atts['author'] ) ) {
141
+ $u = false;
142
+ $u = is_numeric( $atts['author'] ) ? get_user_by( 'id', absint( $atts['author'] ) ) : get_user_by( 'login', $atts['author'] );
143
+
144
+ if ( $u )
145
+ $query_args['author'] = $u->ID;
146
  }
147
 
148
+ $v = new WPBDP__Views__All_Listings( array( 'menu' => $atts['menu'], 'query_args' => $query_args ) );
149
+ return $v->dispatch();
150
  }
151
 
152
  public function sc_featured_listings( $atts ) {
core/class-wordpress-template-integration.php CHANGED
@@ -228,3 +228,4 @@ class WPBDP__WordPress_Template_Integration {
228
  }
229
 
230
  }
 
228
  }
229
 
230
  }
231
+
core/compatibility/class-themes-compat.php CHANGED
@@ -51,7 +51,7 @@ class WPBDP__Themes_Compat {
51
 
52
  public function get_themes_with_fixes() {
53
  $themes_with_fixes = array(
54
- 'atahualpa', 'genesis', 'hmtpro5', 'customizr', 'customizr-pro', 'canvas', 'builder', 'Divi', 'longevity'
55
  );
56
 
57
  return apply_filters( 'wpbdp_themes_with_fixes_list', $themes_with_fixes );
@@ -225,19 +225,25 @@ class WPBDP__Themes_Compat {
225
  }
226
 
227
  public function theme_builder() {
228
- global $wp_filter;
229
 
230
- //builder_get_current_layout_id
 
231
 
232
- // remove_all_actions( 'builder_layout_engine_render_content' );
 
 
 
 
 
233
 
234
- //remove_action( 'builder_layout_engine_render_content', 'render_content' );
235
- // add_filter( 'builder_get_current_layout_id', array( $this, 'theme_builder_change_layout' ), 999 );
236
- // add_filter( 'builder_filter_current_layout', array( $this, 'theme_builder_change_layout' ), 999 );
237
  }
238
 
239
- public function theme_builder_change_layout( $layout_id = '' ) {
240
- wpbdp_debug_e( $layout_id );
 
241
  }
242
 
243
  //
51
 
52
  public function get_themes_with_fixes() {
53
  $themes_with_fixes = array(
54
+ 'atahualpa', 'genesis', 'hmtpro5', 'customizr', 'customizr-pro', 'canvas', 'builder', 'Divi', 'longevity', 'x'
55
  );
56
 
57
  return apply_filters( 'wpbdp_themes_with_fixes_list', $themes_with_fixes );
225
  }
226
 
227
  public function theme_builder() {
228
+ }
229
 
230
+ public function theme_builder_change_layout( $layout_id = '' ) {
231
+ }
232
 
233
+ /**
234
+ * @since next-release
235
+ */
236
+ public function theme_x() {
237
+ if ( ! in_array( wpbdp_current_view(), array( 'show_category', 'show_tag' ), true ) )
238
+ return;
239
 
240
+ add_action( 'x_before_view_global__content', array( $this, 'theme_x__toggle_singular' ) );
241
+ add_action( 'x_after_view_global__content', array( $this, 'theme_x__toggle_singular' ) );
 
242
  }
243
 
244
+ public function theme_x__toggle_singular() {
245
+ global $wp_query;
246
+ $wp_query->is_singular = ! $wp_query->is_singular;
247
  }
248
 
249
  //
core/fieldtypes/class-fieldtypes-textarea.php CHANGED
@@ -120,7 +120,16 @@ class WPBDP_FieldTypes_TextArea extends WPBDP_Form_Field_Type {
120
 
121
  if ( 'content' == $field->get_association() ) {
122
  if ( $field->data( 'allow_filters' ) ) {
 
 
 
 
 
 
123
  $value = apply_filters( 'the_content', $value );
 
 
 
124
  } else {
125
  if ( $field->data( 'allow_shortcodes' ) ) {
126
  global $post;
120
 
121
  if ( 'content' == $field->get_association() ) {
122
  if ( $field->data( 'allow_filters' ) ) {
123
+ // Prevent Jetpack sharing from appearing twice. (#2039)
124
+ $jetpack_hack = has_filter( 'the_content', 'sharing_display' );
125
+
126
+ if ( $jetpack_hack )
127
+ remove_filter( 'the_content', 'sharing_display', 19 );
128
+
129
  $value = apply_filters( 'the_content', $value );
130
+
131
+ if ( $jetpack_hack )
132
+ add_filter( 'the_content', 'sharing_display', 19 );
133
  } else {
134
  if ( $field->data( 'allow_shortcodes' ) ) {
135
  global $post;
core/views/all_listings.php CHANGED
@@ -7,7 +7,6 @@ class WPBDP__Views__All_Listings extends WPBDP_NView {
7
  }
8
 
9
  public function dispatch() {
10
- $this->include_buttons = ! isset( $this->include_buttons ) ? true : $this->include_buttons;
11
  $args_ = isset( $this->query_args ) ? $this->query_args : array();
12
 
13
  $paged = get_query_var( 'page' ) ? get_query_var( 'page' ) : ( get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1 );
@@ -35,9 +34,11 @@ class WPBDP__Views__All_Listings extends WPBDP_NView {
35
  $q = new WP_Query( $args );
36
  wpbdp_push_query( $q );
37
 
38
- $template_args = array( '_id' => $this->include_buttons ? 'all_listings' : 'listings',
39
- '_wrapper' => $this->include_buttons ? 'page' : '',
40
- '_bar' => ( ! empty ( $args['tax_query'] ) ? false : ( $this->include_buttons ? true : false ) ),
 
 
41
  'query' => $q );
42
 
43
  $html = wpbdp_x_render( 'listings', $template_args );
7
  }
8
 
9
  public function dispatch() {
 
10
  $args_ = isset( $this->query_args ) ? $this->query_args : array();
11
 
12
  $paged = get_query_var( 'page' ) ? get_query_var( 'page' ) : ( get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1 );
34
  $q = new WP_Query( $args );
35
  wpbdp_push_query( $q );
36
 
37
+ $show_menu = isset( $this->menu ) ? $this->menu : ( ! empty ( $args['tax_query'] ) ? false : true );
38
+
39
+ $template_args = array( '_id' => $show_menu ? 'all_listings' : 'listings',
40
+ '_wrapper' => $show_menu ? 'page' : '',
41
+ '_bar' => $show_menu,
42
  'query' => $q );
43
 
44
  $html = wpbdp_x_render( 'listings', $template_args );
core/widget-featured-listings.php CHANGED
@@ -47,6 +47,7 @@ class WPBDP_FeaturedListingsWidget extends WPBDP_Listings_Widget {
47
  'post_type' => WPBDP_POST_TYPE,
48
  'post_status' => 'publish',
49
  'post__in' => $featured ? $featured : array( -1 ),
 
50
  'orderby' => 'post__in'
51
  );
52
  $posts = get_posts( $args );
47
  'post_type' => WPBDP_POST_TYPE,
48
  'post_status' => 'publish',
49
  'post__in' => $featured ? $featured : array( -1 ),
50
+ 'posts_per_page' => $instance['number_of_listings'],
51
  'orderby' => 'post__in'
52
  );
53
  $posts = get_posts( $args );
languages/WPBDM-de_DE.mo CHANGED
Binary file
languages/WPBDM-de_DE.po CHANGED
@@ -4,7 +4,7 @@ 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: 2016-05-24 19:56:31+00:00\n"
8
  "PO-Revision-Date: 2016-01-21 08:45-0500\n"
9
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
10
  "Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
@@ -240,26 +240,26 @@ msgctxt "admin infometabox"
240
  msgid "never"
241
  msgstr "niemals"
242
 
243
- #: admin/class-admin.php:498
244
  msgctxt "admin"
245
  msgid "Dismiss this notice."
246
  msgstr ""
247
 
248
- #: admin/class-admin.php:526
249
  msgctxt "admin"
250
  msgid "The listing has been published."
251
  msgid_plural "The listings have been published."
252
  msgstr[0] "Der Eintrag wurde veröffentlicht."
253
  msgstr[1] "Die Einträge wurden veröffentlicht."
254
 
255
- #: admin/class-admin.php:544
256
  msgctxt "admin"
257
  msgid "The listing status has been set as paid."
258
  msgid_plural "The listings status has been set as paid."
259
  msgstr[0] "Der Status des Eintrags wurde auf bezahlt gesetzt."
260
  msgstr[1] "Der Status der Einträge wurde auf bezahlt gesetzt."
261
 
262
- #: admin/class-admin.php:550
263
  msgctxt "admin"
264
  msgid ""
265
  "Only invoices containing non-recurring items were marked as paid. Please "
@@ -271,28 +271,28 @@ msgid_plural ""
271
  msgstr[0] ""
272
  msgstr[1] ""
273
 
274
- #: admin/class-admin.php:569
275
  msgctxt "admin"
276
  msgid "The listing has been modified."
277
  msgid_plural "The listings have been modified."
278
  msgstr[0] "Der Eintrag wurde verändert."
279
  msgstr[1] "Die Einträge wurden verändert."
280
 
281
- #: admin/class-admin.php:582
282
  msgctxt "admin"
283
  msgid "The listing has been upgraded."
284
  msgid_plural "The listings have been upgraded."
285
  msgstr[0] "Der Eintrag wurde aktualisiert"
286
  msgstr[1] "Die Einträge wurden aktualisiert."
287
 
288
- #: admin/class-admin.php:594
289
  msgctxt "admin"
290
  msgid "The listing has been downgraded."
291
  msgid_plural "The listings have been downgraded."
292
  msgstr[0] "Der Eintrag wurde zurück gesetzt."
293
  msgstr[1] "Die Einträge wurden zurück gesetzt."
294
 
295
- #: admin/class-admin.php:605
296
  msgctxt "admin payments"
297
  msgid ""
298
  "The payment status was not changed. Recurring payments can't be manually "
@@ -300,44 +300,44 @@ msgid ""
300
  "went through."
301
  msgstr ""
302
 
303
- #: admin/class-admin.php:610
304
  msgctxt "admin"
305
  msgid "The transaction has been approved."
306
  msgstr "Die Transaktion wurde genehmigt."
307
 
308
- #: admin/class-admin.php:620
309
  msgctxt "admin"
310
  msgid "The transaction has been rejected."
311
  msgstr "Die Transaktion wurde abgelehnt."
312
 
313
- #: admin/class-admin.php:626
314
  msgctxt "admin"
315
  msgid "The fee was successfully assigned."
316
  msgstr "Der Preis wurde erfolgreich zugewiesen."
317
 
318
- #: admin/class-admin.php:635
319
  msgctxt "admin"
320
  msgid "Listing was renewed."
321
  msgid_plural "Listings were renewed."
322
  msgstr[0] "Eintrag wurde aktualisiert."
323
  msgstr[1] "Einträge wurden aktualisiert."
324
 
325
- #: admin/class-admin.php:642
326
  msgctxt "admin"
327
  msgid "Renewal email sent."
328
  msgstr "E-mail erneut senden."
329
 
330
- #: admin/class-admin.php:676
331
  msgctxt "admin category id"
332
  msgid "ID"
333
  msgstr "ID"
334
 
335
- #: admin/class-admin.php:678 admin/class-admin.php:684
336
  msgctxt "admin"
337
  msgid "Listing Count"
338
  msgstr "Anzahl Einträge "
339
 
340
- #: admin/class-admin.php:793
341
  msgctxt "admin"
342
  msgid ""
343
  "<b>Business Directory Plugin</b> requires fields with the following "
@@ -346,7 +346,7 @@ msgstr ""
346
  "<b>Branchenverzeichnis Erweiterung</b> benötigt Felder mit den folgenden "
347
  "Verbindungen um korrekt zu funktionieren: <b>%s</b>."
348
 
349
- #: admin/class-admin.php:795
350
  msgctxt "admin"
351
  msgid ""
352
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
@@ -355,7 +355,7 @@ msgstr ""
355
  "<b>Branchenverzeichnis Erweiterung</b> benötigt ein Feld mit der Verbindung "
356
  "<b>%s</b>, um korrekt zu funktionieren."
357
 
358
- #: admin/class-admin.php:799
359
  msgctxt "admin"
360
  msgid ""
361
  "You can create these custom fields by yourself inside \"Manage Form Fields\" "
@@ -364,17 +364,17 @@ msgstr ""
364
  "Sie können diese benutzerdefinierten Felder selbst erzeugen \"Form Felder "
365
  "Verwalten\" oder vom Branchenverzeichnis automatisch erstellen lassen."
366
 
367
- #: admin/class-admin.php:803
368
  msgctxt "admin"
369
  msgid "Go to \"Manage Form Fields\""
370
  msgstr "zu \"Form Felder verwalten\""
371
 
372
- #: admin/class-admin.php:806
373
  msgctxt "admin"
374
  msgid "Create these required fields for me"
375
  msgstr "Erstelle diese benötigten Felder für mich"
376
 
377
- #: admin/class-admin.php:815
378
  msgctxt "admin"
379
  msgid ""
380
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -383,7 +383,7 @@ msgstr ""
383
  "<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
384
  "<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
385
 
386
- #: admin/class-admin.php:817
387
  msgctxt "admin"
388
  msgid ""
389
  "You can create this page by yourself or let Business Directory do this for "
@@ -392,27 +392,27 @@ msgstr ""
392
  "Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
393
  "automatisch erstellen lassen."
394
 
395
- #: admin/class-admin.php:821
396
  msgctxt "admin"
397
  msgid "Create required pages for me"
398
  msgstr "Erstelle benötigte Seiten für mich"
399
 
400
- #: admin/class-admin.php:861
401
  msgctxt "admin compat"
402
  msgid "Installed: %s"
403
  msgstr "Installiert: %s"
404
 
405
- #: admin/class-admin.php:861
406
  msgctxt "admin compat"
407
  msgid "N/A"
408
  msgstr "keine Angabe"
409
 
410
- #: admin/class-admin.php:864
411
  msgctxt "admin compat"
412
  msgid "Required: %s"
413
  msgstr "Pflichtfeld: %s"
414
 
415
- #: admin/class-admin.php:876
416
  msgctxt "admin compat"
417
  msgid ""
418
  "Business Directory has detected some incompatible premium module versions "
@@ -421,7 +421,7 @@ msgstr ""
421
  "Branchenverzeichnis hat festgestellt, dass einige inkompatible Premium Modul "
422
  "Versionen installiert sind."
423
 
424
- #: admin/class-admin.php:878
425
  msgctxt "admin compat"
426
  msgid ""
427
  "Please upgrade to the required versions indicated below to make sure "
@@ -430,7 +430,7 @@ msgstr ""
430
  "Bitte die benötigten Versionen siehe unten aktualisieren, um sicher zu sein, "
431
  "dass alles korrekt funktioniert. "
432
 
433
- #: admin/class-admin.php:898
434
  msgctxt "admin"
435
  msgid ""
436
  "We noticed you want your Business Directory users to register before posting "
@@ -571,12 +571,12 @@ msgctxt "licensing"
571
  msgid "License key is invalid"
572
  msgstr "Lizenzschlüssel ungültig "
573
 
574
- #: admin/class-themes-admin.php:369 core/licensing.php:330
575
  msgctxt "licensing"
576
  msgid "Could not activate license: %s."
577
  msgstr "Konnte Lizenz nicht aktivieren: %s"
578
 
579
- #: admin/class-themes-admin.php:382 core/licensing.php:332
580
  msgctxt "licensing"
581
  msgid "License activated"
582
  msgstr "Lizenz aktiviert"
@@ -586,7 +586,7 @@ msgctxt "licensing"
586
  msgid "Invalid response from server"
587
  msgstr ""
588
 
589
- #: admin/class-themes-admin.php:442 core/licensing.php:350
590
  msgctxt "licensing"
591
  msgid "License deactivated"
592
  msgstr "Lizenz deaktiviert"
@@ -613,27 +613,27 @@ msgctxt "admin csv-export"
613
  msgid "Error while creating a temporary directory for CSV export: %s"
614
  msgstr ""
615
 
616
- #: admin/csv-import.php:95
617
  msgctxt "admin csv-import"
618
  msgid "Business %s"
619
  msgstr "Geschäft %s"
620
 
621
- #: admin/csv-import.php:133
622
  msgctxt "admin csv-import"
623
  msgid "Whatever"
624
  msgstr "Was auch immer"
625
 
626
- #: admin/csv-import.php:137
627
  msgctxt "admin csv-import"
628
  msgid "Example CSV Import File"
629
  msgstr "Beispiel CSV Import Datei"
630
 
631
- #: admin/csv-import.php:138
632
  msgctxt "admin csv-import"
633
  msgid "← Return to \"CSV Import\""
634
  msgstr "Zurück nach \"CSV Importieren\""
635
 
636
- #: admin/csv-import.php:241
637
  msgid ""
638
  "A valid temporary directory with write permissions is required for CSV "
639
  "imports to function properly. Your server is using \"%s\" but this path does "
@@ -643,31 +643,31 @@ msgstr ""
643
  "korrekt zu funktionieren. Dein Server benutzt \"%s\", doch der Pfad ist "
644
  "nicht beschreibbar. Bitte kontaktiere deinen Serveradministrator."
645
 
646
- #: admin/csv-import.php:275
647
  msgctxt "admin csv-import"
648
  msgid "There was an error uploading the CSV file."
649
  msgstr "Beim Hochladen der CSV Datei ist ein Fehler aufgetreten."
650
 
651
- #: admin/csv-import.php:281
652
  #, fuzzy
653
  msgctxt "admin csv-import"
654
  msgid "Please upload or select a CSV file."
655
  msgstr "Die hochgeladene Datei ist nicht im CSV Format."
656
 
657
- #: admin/csv-import.php:294
658
  #, fuzzy
659
  msgctxt "admin csv-import"
660
  msgid "There was an error uploading the images ZIP file."
661
  msgstr "Beim Hochladen der CSV Datei ist ein Fehler aufgetreten."
662
 
663
- #: admin/csv-import.php:315
664
  msgctxt "admin csv-import"
665
  msgid ""
666
  "An error was detected while validating the CSV file for import. Please fix "
667
  "this before proceeding."
668
  msgstr ""
669
 
670
- #: admin/csv-import.php:324
671
  #, fuzzy
672
  msgctxt "admin csv-import"
673
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
@@ -1038,37 +1038,48 @@ msgstr "E-mail Adresse:"
1038
 
1039
  #: admin/form-fields.php:297
1040
  msgctxt "form-fields admin"
1041
- msgid "ZIP Code"
1042
  msgstr ""
1043
 
1044
  #: admin/form-fields.php:298
 
 
 
 
 
 
 
 
 
 
 
1045
  msgctxt "form-fields admin"
1046
  msgid "FAX Number"
1047
  msgstr ""
1048
 
1049
- #: admin/form-fields.php:299
1050
  #, fuzzy
1051
  msgctxt "form-fields admin"
1052
  msgid "Phone Number"
1053
  msgstr "Telefonnummer geschäftlich"
1054
 
1055
- #: admin/form-fields.php:300
1056
  #, fuzzy
1057
  msgctxt "form-fields admin"
1058
  msgid "Ratings Field"
1059
  msgstr "Eintrag Felder"
1060
 
1061
- #: admin/form-fields.php:301
1062
  msgctxt "form-fields admin"
1063
  msgid "Twitter"
1064
  msgstr ""
1065
 
1066
- #: admin/form-fields.php:302
1067
  msgctxt "form-fields admin"
1068
  msgid "Website"
1069
  msgstr ""
1070
 
1071
- #: admin/form-fields.php:323
1072
  #, fuzzy
1073
  msgctxt "form-fields admin"
1074
  msgid "Tags updated."
@@ -1519,7 +1530,7 @@ msgctxt "admin csv-import"
1519
  msgid "Warning"
1520
  msgstr "Warnung"
1521
 
1522
- #: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:227
1523
  msgctxt "admin csv-import"
1524
  msgid "Help"
1525
  msgstr "Hilfe "
@@ -1639,45 +1650,56 @@ msgid "Assign listings to a user."
1639
  msgstr "Einträge einem Benutzer zuweisen."
1640
 
1641
  #: admin/templates/csv-import.tpl.php:193
 
1642
  msgctxt "admin csv-import"
1643
- msgid "Default listing user"
1644
- msgstr "Standardbenutzer Einträge"
1645
 
1646
- #: admin/templates/csv-import.tpl.php:198
 
1647
  msgctxt "admin csv-import"
1648
- msgid "Use spreadsheet information only."
1649
- msgstr "Benutze nur Tabelleninformationen."
 
 
 
 
1650
 
1651
  #: admin/templates/csv-import.tpl.php:204
1652
  msgctxt "admin csv-import"
 
 
 
 
 
1653
  msgid ""
1654
  "This user will be used if the username column is not present in the CSV file."
1655
  msgstr ""
1656
  "Dieser Benutzer wird verwendet wenn die Spalte Benutzername nicht in der CSV "
1657
  "Datei vorhanden ist."
1658
 
1659
- #: admin/templates/csv-import.tpl.php:209
1660
  msgctxt "admin csv-import"
1661
  msgid "Disable e-mail notifications during import?"
1662
  msgstr ""
1663
 
1664
- #: admin/templates/csv-import.tpl.php:214
1665
  #, fuzzy
1666
  msgctxt "admin csv-import"
1667
  msgid "Disable e-mail notifications."
1668
  msgstr "Email Erinnerung"
1669
 
1670
- #: admin/templates/csv-import.tpl.php:220
1671
  msgctxt "admin csv-import"
1672
  msgid "Test Import"
1673
  msgstr "Importtest"
1674
 
1675
- #: admin/templates/csv-import.tpl.php:221
1676
  msgctxt "admin csv-import"
1677
  msgid "Import Listings"
1678
  msgstr "Einträge importieren"
1679
 
1680
- #: admin/templates/csv-import.tpl.php:229
1681
  msgctxt "admin csv-import"
1682
  msgid ""
1683
  "The following are the valid header names to be used in the CSV file. "
@@ -1690,42 +1712,42 @@ msgstr ""
1690
  "erscheinen. Klicke <a href=\"%s\">\"CSV Import Beispieldatei anschauen\"</"
1691
  "a>, um zu sehen wie eine Importdatei aussehen muss."
1692
 
1693
- #: admin/templates/csv-import.tpl.php:236
1694
  msgctxt "admin csv-import"
1695
  msgid "Header name/label"
1696
  msgstr "Kopfname/Bezeichnung"
1697
 
1698
- #: admin/templates/csv-import.tpl.php:237
1699
  msgctxt "admin csv-import"
1700
  msgid "Field"
1701
  msgstr "Feld"
1702
 
1703
- #: admin/templates/csv-import.tpl.php:238
1704
  msgctxt "admin csv-import"
1705
  msgid "Type"
1706
  msgstr "Typ"
1707
 
1708
- #: admin/templates/csv-import.tpl.php:239
1709
  msgctxt "admin csv-import"
1710
  msgid "Required?"
1711
  msgstr "Pflichtfeld?"
1712
 
1713
- #: admin/templates/csv-import.tpl.php:240
1714
  msgctxt "admin csv-import"
1715
  msgid "Multivalued?"
1716
  msgstr "Mehrfache Werte?"
1717
 
1718
- #: admin/templates/csv-import.tpl.php:262
1719
  msgctxt "admin csv-import"
1720
  msgid "Semicolon separated list of listing images (from the ZIP file)"
1721
  msgstr "Semikolon getrennte Liste der Eintragsbilder (aus der ZIP Datei)"
1722
 
1723
- #: admin/templates/csv-import.tpl.php:269
1724
  msgctxt "admin csv-import"
1725
  msgid "Listing author's username"
1726
  msgstr "Benutzername des Authors"
1727
 
1728
- #: admin/templates/csv-import.tpl.php:276
1729
  msgctxt "admin csv-import"
1730
  msgid ""
1731
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -1733,7 +1755,7 @@ msgstr ""
1733
  "Interne Sequenz ID wird benutzt um Aktualisierungen von Einträgen aus "
1734
  "externer Quellen durchzuführen."
1735
 
1736
- #: admin/templates/csv-import.tpl.php:283
1737
  msgctxt "admin csv-import"
1738
  msgid ""
1739
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -2195,7 +2217,7 @@ msgctxt "form-fields admin"
2195
  msgid "Please see the <a>Form Fields documentation</a> for more details."
2196
  msgstr ""
2197
 
2198
- #. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.0) #-#-#-#-#
2199
  #. Plugin Name of the plugin/theme
2200
  #: admin/templates/header.tpl.php:4
2201
  msgid "Business Directory Plugin"
@@ -2614,90 +2636,145 @@ msgctxt "admin sidebar"
2614
  msgid "Google Maps Module"
2615
  msgstr "Google Maps Module"
2616
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2617
  #: admin/templates/sidebar.tpl.php:21
 
 
 
 
 
 
 
 
 
 
 
 
2618
  msgctxt "admin sidebar"
2619
  msgid "Like this plugin?"
2620
  msgstr "Mögen Sie diese Erweiterung?"
2621
 
2622
- #: admin/templates/sidebar.tpl.php:23
2623
  msgctxt "admin sidebar"
2624
  msgid "Why not do any or all of the following:"
2625
  msgstr "Wieso nicht eine oder alle der folgenden Dinge tun:"
2626
 
2627
- #: admin/templates/sidebar.tpl.php:25
2628
  msgctxt "admin sidebar"
2629
  msgid "Give it a good rating on WordPress.org."
2630
  msgstr "Gebe bitte eine gute Bewertung ab auf Wordpress.org"
2631
 
2632
- #: admin/templates/sidebar.tpl.php:26
2633
  msgctxt "admin sidebar"
2634
  msgid "Let other people know that it works with your WordPress setup."
2635
  msgstr ""
2636
  "Lass andere Leute wissen, dass die Installation bei dir funktioniert hat."
2637
 
2638
- #: admin/templates/sidebar.tpl.php:27
2639
  msgctxt "admin sidebar"
2640
  msgid "Buy a Premium Module"
2641
  msgstr "Kaufe ein Premium Modul"
2642
 
2643
- #: admin/templates/sidebar.tpl.php:34
2644
  msgctxt "admin sidebar"
2645
  msgid "Get a Premium Module"
2646
  msgstr "Bekomme ein Premium Modul"
2647
 
2648
- #: admin/templates/sidebar.tpl.php:43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2649
  msgctxt "admin sidebar"
2650
- msgid "Single Site License Combo Pack"
2651
- msgstr "Einzelseiten Lizenzkombinationspaket"
2652
 
2653
- #: admin/templates/sidebar.tpl.php:44
2654
  msgctxt "admin sidebar"
2655
- msgid "Multi Site License Combo Pack"
2656
- msgstr "Multiseiten Lizenzkombinationspaket"
2657
 
2658
- #: admin/templates/sidebar.tpl.php:51
2659
  msgctxt "admin sidebar"
2660
  msgid "Found a bug? Need support?"
2661
  msgstr "Fehler gefunden? Brauchst du Unterstützung?"
2662
 
2663
- #: admin/templates/sidebar.tpl.php:56
2664
  msgctxt "admin sidebar"
2665
  msgid "If you've found a bug or need support <a>visit the forums!</a>"
2666
  msgstr ""
2667
  "Wenn du einen Fehler gefunden hast oder Hilfe brauchst <a>schaue ins Forum!</"
2668
  "a>"
2669
 
2670
- #: admin/templates/sidebar.tpl.php:59
2671
  msgctxt "admin sidebar"
2672
  msgid "Full plugin documentation"
2673
  msgstr "Vollständige Moduldokumentation"
2674
 
2675
- #: admin/templates/sidebar.tpl.php:60
2676
  msgctxt "admin sidebar"
2677
  msgid "Quick Start Guide"
2678
  msgstr "Schnellstart Anleitung"
2679
 
2680
- #: admin/templates/sidebar.tpl.php:61
2681
  msgctxt "admin sidebar"
2682
  msgid "Video Tutorials"
2683
  msgstr ""
2684
 
2685
- #: admin/templates/sidebar.tpl.php:69
2686
  msgctxt "admin sidebar"
2687
  msgid "Installed Modules"
2688
  msgstr "Installierte Module"
2689
 
2690
- #: admin/templates/sidebar.tpl.php:80 admin/templates/sidebar.tpl.php:89
2691
  msgctxt "admin sidebar"
2692
  msgid "Installed"
2693
  msgstr "Installiert"
2694
 
2695
- #: admin/templates/sidebar.tpl.php:82 admin/templates/sidebar.tpl.php:89
2696
  msgctxt "admin sidebar"
2697
  msgid "Not Installed"
2698
  msgstr "Nicht installiert "
2699
 
2700
- #: admin/templates/sidebar.tpl.php:88
2701
  msgctxt "admin sidebar"
2702
  msgid "Enhanced Categories Module"
2703
  msgstr "Enhanced Categories Modul"
@@ -2789,6 +2866,22 @@ msgctxt "themes"
2789
  msgid "Activating license..."
2790
  msgstr "Aktiviere Lizenz..."
2791
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2792
  #: admin/templates/transactions.tpl.php:2
2793
  msgctxt "admin transactions"
2794
  msgid "Transactions"
@@ -2897,32 +2990,32 @@ msgctxt "tracking"
2897
  msgid "Allow Tracking"
2898
  msgstr "Verfolgung erlauben"
2899
 
2900
- #: business-directory-plugin.php:628
2901
  msgctxt "admin plugins"
2902
  msgid "Settings"
2903
  msgstr "Einstellungen"
2904
 
2905
- #: business-directory-plugin.php:736 business-directory-plugin.php:743
2906
  msgctxt "rss feed"
2907
  msgid "%s Feed"
2908
  msgstr "% Feed"
2909
 
2910
- #: business-directory-plugin.php:1077
2911
  msgctxt "title"
2912
  msgid "Submit A Listing"
2913
  msgstr "Eintrag zusenden"
2914
 
2915
- #: business-directory-plugin.php:1087
2916
  msgctxt "title"
2917
  msgid "Find a Listing"
2918
  msgstr "Eintrag finden"
2919
 
2920
- #: business-directory-plugin.php:1097
2921
  msgctxt "title"
2922
  msgid "View All Listings"
2923
  msgstr "Alle Einträge anschauen"
2924
 
2925
- #: business-directory-plugin.php:1117
2926
  msgctxt "title"
2927
  msgid "Listings tagged: %s"
2928
  msgstr "Einträge getaggt: %s"
@@ -2932,22 +3025,22 @@ msgstr "Einträge getaggt: %s"
2932
  msgid "Free"
2933
  msgstr "Kostenlos"
2934
 
2935
- #: core/class-csv-import.php:375
2936
  msgctxt "admin csv-import"
2937
  msgid "Could not create listing category \"%s\""
2938
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
2939
 
2940
- #: core/class-csv-import.php:519
2941
  msgctxt "admin csv-import"
2942
  msgid "Username \"%s\" does not exist"
2943
  msgstr "Benutzername \"%s\" existiert nicht"
2944
 
2945
- #: core/class-csv-import.php:551
2946
  msgctxt "admin csv-import"
2947
  msgid "Missing required field: %s"
2948
  msgstr "Benötigtes nicht vorhandenes Feld: %s"
2949
 
2950
- #: core/class-csv-import.php:571
2951
  msgctxt "admin csv-import"
2952
  msgid "Listing category \"%s\" does not exist"
2953
  msgstr "Eintragskategorie \"%s\" existiert nicht"
@@ -2984,17 +3077,17 @@ msgctxt "form-fields-api"
2984
  msgid "Invalid form field type"
2985
  msgstr "Ungültige Formfeldtyp"
2986
 
2987
- #: core/class-form-field.php:459
2988
  msgctxt "form-fields-api"
2989
  msgid "Field label is required."
2990
  msgstr "Feldbezeichnung ist Pflichtfeld."
2991
 
2992
- #: core/class-form-field.php:469
2993
  msgctxt "form-fields-api"
2994
  msgid "Requested field type change is incompatible. Type will not be modified."
2995
  msgstr ""
2996
 
2997
- #: core/class-form-field.php:489
2998
  msgctxt "form-fields-api"
2999
  msgid ""
3000
  "There can only be one field with association \"%s\". Please select another "
@@ -3003,17 +3096,17 @@ msgstr ""
3003
  "Es kann nur ein Feld mit \"%s\" verbunden werden. Bitte wähle eine andere "
3004
  "Verbindung."
3005
 
3006
- #: core/class-form-field.php:499
3007
  msgctxt "form-fields-api"
3008
  msgid "\"%s\" is an invalid field type for this association."
3009
  msgstr "\"%s\" ist ein ungültiger Feldtyp für diese Verbindung."
3010
 
3011
- #: core/class-form-field.php:537
3012
  msgctxt "form-fields-api"
3013
  msgid "Invalid field ID"
3014
  msgstr "Ungültige Feld ID"
3015
 
3016
- #: core/class-form-field.php:546
3017
  msgctxt "form-fields api"
3018
  msgid ""
3019
  "This form field can't be deleted because it is required for the plugin to "
@@ -3022,7 +3115,7 @@ msgstr ""
3022
  "Dieses Formfeld kann nicht gelöscht werden, weil es ein Pflichtfeld ist, "
3023
  "damit das Modul richtig funktioniert."
3024
 
3025
- #: core/class-form-field.php:558
3026
  msgctxt "form-fields-api"
3027
  msgid "An error occurred while trying to delete this field."
3028
  msgstr "Während der Löschung des Feldes ist ein Fehler aufgetreten."
@@ -3083,12 +3176,12 @@ msgctxt "listing"
3083
  msgid "(Fee Unavailable)"
3084
  msgstr "(Preis nicht verfügbar)"
3085
 
3086
- #: core/class-listings-api.php:295
3087
  msgctxt "notify email"
3088
  msgid "[%s] New listing notification"
3089
  msgstr "[%s] neue Eintragsbenachrichtigung"
3090
 
3091
- #: core/class-listings-api.php:314
3092
  msgctxt "notify email"
3093
  msgid "[%s] Listing edit notification"
3094
  msgstr "[%s] Eintrag bearbeiten Benachrichtigung"
@@ -3262,6 +3355,7 @@ msgid "reCAPTCHA Private Key"
3262
  msgstr "reCAPTCHA privater Schlüssel"
3263
 
3264
  #: core/class-settings.php:70
 
3265
  msgid ""
3266
  "We expect that a membership plugin supports the 'redirect_to' parameter for "
3267
  "the URLs below to work. If the plugin does not support them, these settings "
@@ -3362,7 +3456,7 @@ msgstr "\"Verzeichnis\" Schaltfläche anzeigen"
3362
  #: core/class-settings.php:116
3363
  #, fuzzy
3364
  msgctxt "admin settings"
3365
- msgid "Disable CPT integration."
3366
  msgstr "Email Erinnerung"
3367
 
3368
  #: core/class-settings.php:121
@@ -4564,97 +4658,97 @@ msgid ""
4564
  "\". Please remove the file \"%s\" manually or deactivate the plugin."
4565
  msgstr ""
4566
 
4567
- #: core/class-settings.php:1064
4568
  msgctxt "settings"
4569
  msgid "Deactivate License"
4570
  msgstr "Lizenz Deaktivieren"
4571
 
4572
- #: core/class-settings.php:1066
4573
  msgctxt "settings"
4574
  msgid "Deactivating license..."
4575
  msgstr "Deaktiviere Lizenz..."
4576
 
4577
- #: core/class-settings.php:1069
4578
  msgctxt "settings"
4579
  msgid "Activate License"
4580
  msgstr "Aktiviere Lizenz"
4581
 
4582
- #: core/class-settings.php:1071
4583
  msgctxt "settings"
4584
  msgid "Activating license..."
4585
  msgstr "Aktiviere Lizenz..."
4586
 
4587
- #: core/class-settings.php:1095
4588
  msgctxt "admin settings"
4589
  msgid "Valid placeholders: %s"
4590
  msgstr "Gültige Platzhalter: %s"
4591
 
4592
- #: core/class-settings.php:1129
4593
  msgctxt "settings email"
4594
  msgid "Click to edit e-mail"
4595
  msgstr "Klicken um E-mail zu bearbeiten"
4596
 
4597
- #: core/class-settings.php:1130
4598
  msgctxt "settings email"
4599
  msgid "Click to edit"
4600
  msgstr "zum Bearbeiten klicken"
4601
 
4602
- #: core/class-settings.php:1143
4603
  msgctxt "settings email"
4604
  msgid "E-Mail Subject"
4605
  msgstr "E-mail Betreff"
4606
 
4607
- #: core/class-settings.php:1154
4608
  msgctxt "settings email"
4609
  msgid "E-Mail Body"
4610
  msgstr "E-mail Text"
4611
 
4612
- #: core/class-settings.php:1165
4613
  msgctxt "settings email"
4614
  msgid "You can use the following placeholders:"
4615
  msgstr "Du kannst folgende Platzhalter verwenden:"
4616
 
4617
- #: core/class-settings.php:1188
4618
  msgctxt "settings email"
4619
  msgid "Preview e-mail"
4620
  msgstr "Vorschau E-mail"
4621
 
4622
- #: core/class-settings.php:1189
4623
  msgctxt "settings email"
4624
  msgid "Cancel"
4625
  msgstr "Abbrechen"
4626
 
4627
- #: core/class-settings.php:1190
4628
  msgctxt "settings email"
4629
  msgid "Save Changes"
4630
  msgstr "Änderungen sichern"
4631
 
4632
- #: core/class-settings.php:1209
4633
  msgctxt "settings email"
4634
  msgid "Site title"
4635
  msgstr "Seitentitel"
4636
 
4637
- #: core/class-settings.php:1212
4638
  msgctxt "settings email"
4639
  msgid "Site title (with link)"
4640
  msgstr "Seitentitel (mit Link)"
4641
 
4642
- #: core/class-settings.php:1215
4643
  msgctxt "settings email"
4644
  msgid "Site address (with link)"
4645
  msgstr "Seitenadresse (mit Link)"
4646
 
4647
- #: core/class-settings.php:1218
4648
  msgctxt "settings email"
4649
  msgid "Directory URL (with link)"
4650
  msgstr "Verzeichnis URL (mit Link)"
4651
 
4652
- #: core/class-settings.php:1221
4653
  msgctxt "settings email"
4654
  msgid "Current date"
4655
  msgstr "Aktuelles Datum"
4656
 
4657
- #: core/class-settings.php:1224
4658
  msgctxt "settings email"
4659
  msgid "Current time"
4660
  msgstr "Aktuelle Zeit"
@@ -5305,11 +5399,11 @@ msgctxt "installer"
5305
  msgid "Listing upgrade to featured"
5306
  msgstr "Eintrag aktualisieren auf Hervorhebung"
5307
 
5308
- #: core/installer.php:934
5309
  msgid "Business Directory - Manual Upgrade Required"
5310
  msgstr "Branchenverzeichnis - Manuelle Aktualisierung erforderlich"
5311
 
5312
- #: core/installer.php:936
5313
  msgid ""
5314
  "Business Directory features are currently disabled because the plugin needs "
5315
  "to perform a manual upgrade before continuing."
@@ -5317,15 +5411,15 @@ msgstr ""
5317
  "Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
5318
  "manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
5319
 
5320
- #: core/installer.php:938
5321
  msgid "Perform Manual Upgrade"
5322
  msgstr "Manuelle Aktualisierung durchführen"
5323
 
5324
- #: core/installer.php:954 core/installer.php:955 core/installer.php:966
5325
  msgid "Business Directory - Manual Upgrade"
5326
  msgstr "Branchenverzeichnis - Manuelle Aktualisierung"
5327
 
5328
- #: core/installer.php:970
5329
  msgid ""
5330
  "Business Directory features are currently disabled because the plugin needs "
5331
  "to perform a manual upgrade before it can be used."
@@ -5333,22 +5427,22 @@ msgstr ""
5333
  "Branchenverzeichnis Hervorhebungen sind momentan deaktiviert weil das Modul "
5334
  "manuell aktualisiert werden muss, bevor es weiter verwendet werden kann."
5335
 
5336
- #: core/installer.php:972
5337
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
5338
  msgstr ""
5339
  "Klicke \"Starte Aktualisierung\" und warte bis der Vorgang beendet wurde."
5340
 
5341
- #: core/installer.php:975
5342
  msgctxt "manual-upgrade"
5343
  msgid "Start Upgrade"
5344
  msgstr "Starte Aktualisierung"
5345
 
5346
- #: core/installer.php:977
5347
  msgctxt "manual-upgrade"
5348
  msgid "Pause Upgrade"
5349
  msgstr "Aktualisierung pausieren"
5350
 
5351
- #: core/installer.php:983
5352
  msgctxt "manual-upgrade"
5353
  msgid ""
5354
  "The upgrade was sucessfully performed. Business Directory Plugin is now "
@@ -5357,7 +5451,7 @@ msgstr ""
5357
  "Die Aktualisierung wurde erfolgreich durchgeführt. Branchenverzeichnis "
5358
  "Erweiterung ist nun verfügbar."
5359
 
5360
- #: core/installer.php:986
5361
  msgctxt "manual-upgrade"
5362
  msgid "Go to \"Directory Admin\""
5363
  msgstr "Nach \" Verzeichnis Administration\""
@@ -5387,12 +5481,12 @@ msgctxt "licensing"
5387
  msgid "Deactivation failed"
5388
  msgstr "Deaktivierung fehlgeschlagen"
5389
 
5390
- #: core/licensing.php:230
5391
  msgctxt "licensing"
5392
  msgid "Business Directory - License Key Required"
5393
  msgstr "Branchenverzeichnis - Lizenzschlüssel erforderlich"
5394
 
5395
- #: core/licensing.php:233
5396
  msgctxt "licensing"
5397
  msgid ""
5398
  "The following premium modules will not work until a valid license key is "
@@ -5403,12 +5497,12 @@ msgstr ""
5403
  "Lizenzschlüssel angegeben wurde. Gehen Sie zu <a>Optionen verwalten - "
5404
  "Lizenzen</a>, um Ihre Lizenzinformation einzugeben."
5405
 
5406
- #: core/licensing.php:254
5407
  msgctxt "licensing"
5408
  msgid "Business Directory - License Key Expired"
5409
  msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
5410
 
5411
- #: core/licensing.php:255
5412
  msgctxt "licensing"
5413
  msgid ""
5414
  "The license key for <span class=\"module-name\">%s %s</span> has expired. "
@@ -5419,17 +5513,17 @@ msgstr ""
5419
  "abgelaufen. Das Modul wird weiter ausgeführt, jedoch nicht weiter "
5420
  "aktualisiert, bis ein neuer Lizenzschlüssel eingegeben wurde."
5421
 
5422
- #: core/licensing.php:259
5423
  msgctxt "licensing"
5424
  msgid "Remind me later"
5425
  msgstr "Erinnere mich später"
5426
 
5427
- #: core/licensing.php:261
5428
  msgctxt "licensing"
5429
  msgid "Renew License Key"
5430
  msgstr "Erneuere Lizenzschlüssel"
5431
 
5432
- #: core/licensing.php:348
5433
  msgctxt "licensing"
5434
  msgid "Could not deactivate license: %s."
5435
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
@@ -5661,41 +5755,41 @@ msgctxt "templates"
5661
  msgid "Advanced Search"
5662
  msgstr "Erweiterte Suche"
5663
 
5664
- #: core/templates-ui.php:253 core/templates-ui.php:278
5665
  msgctxt "templates sort"
5666
  msgid "Sort By:"
5667
  msgstr "Sortieren nach"
5668
 
5669
- #: core/templates-ui.php:272
5670
  msgctxt "sort"
5671
  msgid "Reset"
5672
  msgstr "Zurücksetzen"
5673
 
5674
- #: core/templates-ui.php:294
5675
  #, fuzzy
5676
  msgctxt "sort"
5677
  msgid "(Reset)"
5678
  msgstr "Zurücksetzen"
5679
 
5680
- #: core/themes.php:622
5681
  #, fuzzy
5682
  msgctxt "themes"
5683
  msgid "ZIP file is not a valid BD theme file."
5684
  msgstr "Bitte eine gültige E-mailadresse eingeben."
5685
 
5686
- #: core/themes.php:628
5687
  #, fuzzy
5688
  msgctxt "themes"
5689
  msgid "Could not create themes directory."
5690
  msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
5691
 
5692
- #: core/themes.php:636
5693
  #, fuzzy
5694
  msgctxt "themes"
5695
  msgid "Could not remove previous theme directory \"%s\"."
5696
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
5697
 
5698
- #: core/themes.php:642
5699
  #, fuzzy
5700
  msgctxt "themes"
5701
  msgid "Could not move new theme into theme directory."
@@ -6242,7 +6336,7 @@ msgctxt "widgets"
6242
  msgid "Display the following fields in the form."
6243
  msgstr "Diese Felder in der Form anzeigen."
6244
 
6245
- #: core/widget-search.php:102
6246
  msgctxt "widgets"
6247
  msgid "Search"
6248
  msgstr "Suche"
@@ -7008,6 +7102,18 @@ msgstr "D. Rodenbaugh"
7008
  msgid "http://businessdirectoryplugin.com"
7009
  msgstr "http://businessdirectoryplugin.com"
7010
 
 
 
 
 
 
 
 
 
 
 
 
 
7011
  #~ msgctxt "listings"
7012
  #~ msgid "Fee \"%s\" for category \"%s\""
7013
  #~ msgstr "Preis \"%s\" für Kategorie \"%s\""
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: 2016-06-14 20:52:18+00:00\n"
8
  "PO-Revision-Date: 2016-01-21 08:45-0500\n"
9
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
10
  "Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
240
  msgid "never"
241
  msgstr "niemals"
242
 
243
+ #: admin/class-admin.php:504
244
  msgctxt "admin"
245
  msgid "Dismiss this notice."
246
  msgstr ""
247
 
248
+ #: admin/class-admin.php:532
249
  msgctxt "admin"
250
  msgid "The listing has been published."
251
  msgid_plural "The listings have been published."
252
  msgstr[0] "Der Eintrag wurde veröffentlicht."
253
  msgstr[1] "Die Einträge wurden veröffentlicht."
254
 
255
+ #: admin/class-admin.php:550
256
  msgctxt "admin"
257
  msgid "The listing status has been set as paid."
258
  msgid_plural "The listings status has been set as paid."
259
  msgstr[0] "Der Status des Eintrags wurde auf bezahlt gesetzt."
260
  msgstr[1] "Der Status der Einträge wurde auf bezahlt gesetzt."
261
 
262
+ #: admin/class-admin.php:556
263
  msgctxt "admin"
264
  msgid ""
265
  "Only invoices containing non-recurring items were marked as paid. Please "
271
  msgstr[0] ""
272
  msgstr[1] ""
273
 
274
+ #: admin/class-admin.php:575
275
  msgctxt "admin"
276
  msgid "The listing has been modified."
277
  msgid_plural "The listings have been modified."
278
  msgstr[0] "Der Eintrag wurde verändert."
279
  msgstr[1] "Die Einträge wurden verändert."
280
 
281
+ #: admin/class-admin.php:588
282
  msgctxt "admin"
283
  msgid "The listing has been upgraded."
284
  msgid_plural "The listings have been upgraded."
285
  msgstr[0] "Der Eintrag wurde aktualisiert"
286
  msgstr[1] "Die Einträge wurden aktualisiert."
287
 
288
+ #: admin/class-admin.php:600
289
  msgctxt "admin"
290
  msgid "The listing has been downgraded."
291
  msgid_plural "The listings have been downgraded."
292
  msgstr[0] "Der Eintrag wurde zurück gesetzt."
293
  msgstr[1] "Die Einträge wurden zurück gesetzt."
294
 
295
+ #: admin/class-admin.php:611
296
  msgctxt "admin payments"
297
  msgid ""
298
  "The payment status was not changed. Recurring payments can't be manually "
300
  "went through."
301
  msgstr ""
302
 
303
+ #: admin/class-admin.php:616
304
  msgctxt "admin"
305
  msgid "The transaction has been approved."
306
  msgstr "Die Transaktion wurde genehmigt."
307
 
308
+ #: admin/class-admin.php:626
309
  msgctxt "admin"
310
  msgid "The transaction has been rejected."
311
  msgstr "Die Transaktion wurde abgelehnt."
312
 
313
+ #: admin/class-admin.php:632
314
  msgctxt "admin"
315
  msgid "The fee was successfully assigned."
316
  msgstr "Der Preis wurde erfolgreich zugewiesen."
317
 
318
+ #: admin/class-admin.php:641
319
  msgctxt "admin"
320
  msgid "Listing was renewed."
321
  msgid_plural "Listings were renewed."
322
  msgstr[0] "Eintrag wurde aktualisiert."
323
  msgstr[1] "Einträge wurden aktualisiert."
324
 
325
+ #: admin/class-admin.php:648
326
  msgctxt "admin"
327
  msgid "Renewal email sent."
328
  msgstr "E-mail erneut senden."
329
 
330
+ #: admin/class-admin.php:682
331
  msgctxt "admin category id"
332
  msgid "ID"
333
  msgstr "ID"
334
 
335
+ #: admin/class-admin.php:684 admin/class-admin.php:690
336
  msgctxt "admin"
337
  msgid "Listing Count"
338
  msgstr "Anzahl Einträge "
339
 
340
+ #: admin/class-admin.php:799
341
  msgctxt "admin"
342
  msgid ""
343
  "<b>Business Directory Plugin</b> requires fields with the following "
346
  "<b>Branchenverzeichnis Erweiterung</b> benötigt Felder mit den folgenden "
347
  "Verbindungen um korrekt zu funktionieren: <b>%s</b>."
348
 
349
+ #: admin/class-admin.php:801
350
  msgctxt "admin"
351
  msgid ""
352
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
355
  "<b>Branchenverzeichnis Erweiterung</b> benötigt ein Feld mit der Verbindung "
356
  "<b>%s</b>, um korrekt zu funktionieren."
357
 
358
+ #: admin/class-admin.php:805
359
  msgctxt "admin"
360
  msgid ""
361
  "You can create these custom fields by yourself inside \"Manage Form Fields\" "
364
  "Sie können diese benutzerdefinierten Felder selbst erzeugen \"Form Felder "
365
  "Verwalten\" oder vom Branchenverzeichnis automatisch erstellen lassen."
366
 
367
+ #: admin/class-admin.php:809
368
  msgctxt "admin"
369
  msgid "Go to \"Manage Form Fields\""
370
  msgstr "zu \"Form Felder verwalten\""
371
 
372
+ #: admin/class-admin.php:812
373
  msgctxt "admin"
374
  msgid "Create these required fields for me"
375
  msgstr "Erstelle diese benötigten Felder für mich"
376
 
377
+ #: admin/class-admin.php:821
378
  msgctxt "admin"
379
  msgid ""
380
  "<b>Business Directory Plugin</b> requires a page with the "
383
  "<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
384
  "<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
385
 
386
+ #: admin/class-admin.php:823
387
  msgctxt "admin"
388
  msgid ""
389
  "You can create this page by yourself or let Business Directory do this for "
392
  "Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
393
  "automatisch erstellen lassen."
394
 
395
+ #: admin/class-admin.php:827
396
  msgctxt "admin"
397
  msgid "Create required pages for me"
398
  msgstr "Erstelle benötigte Seiten für mich"
399
 
400
+ #: admin/class-admin.php:867
401
  msgctxt "admin compat"
402
  msgid "Installed: %s"
403
  msgstr "Installiert: %s"
404
 
405
+ #: admin/class-admin.php:867
406
  msgctxt "admin compat"
407
  msgid "N/A"
408
  msgstr "keine Angabe"
409
 
410
+ #: admin/class-admin.php:870
411
  msgctxt "admin compat"
412
  msgid "Required: %s"
413
  msgstr "Pflichtfeld: %s"
414
 
415
+ #: admin/class-admin.php:882
416
  msgctxt "admin compat"
417
  msgid ""
418
  "Business Directory has detected some incompatible premium module versions "
421
  "Branchenverzeichnis hat festgestellt, dass einige inkompatible Premium Modul "
422
  "Versionen installiert sind."
423
 
424
+ #: admin/class-admin.php:884
425
  msgctxt "admin compat"
426
  msgid ""
427
  "Please upgrade to the required versions indicated below to make sure "
430
  "Bitte die benötigten Versionen siehe unten aktualisieren, um sicher zu sein, "
431
  "dass alles korrekt funktioniert. "
432
 
433
+ #: admin/class-admin.php:904
434
  msgctxt "admin"
435
  msgid ""
436
  "We noticed you want your Business Directory users to register before posting "
571
  msgid "License key is invalid"
572
  msgstr "Lizenzschlüssel ungültig "
573
 
574
+ #: admin/class-themes-admin.php:369 core/licensing.php:333
575
  msgctxt "licensing"
576
  msgid "Could not activate license: %s."
577
  msgstr "Konnte Lizenz nicht aktivieren: %s"
578
 
579
+ #: admin/class-themes-admin.php:382 core/licensing.php:335
580
  msgctxt "licensing"
581
  msgid "License activated"
582
  msgstr "Lizenz aktiviert"
586
  msgid "Invalid response from server"
587
  msgstr ""
588
 
589
+ #: admin/class-themes-admin.php:442 core/licensing.php:353
590
  msgctxt "licensing"
591
  msgid "License deactivated"
592
  msgstr "Lizenz deaktiviert"
613
  msgid "Error while creating a temporary directory for CSV export: %s"
614
  msgstr ""
615
 
616
+ #: admin/csv-import.php:109
617
  msgctxt "admin csv-import"
618
  msgid "Business %s"
619
  msgstr "Geschäft %s"
620
 
621
+ #: admin/csv-import.php:147
622
  msgctxt "admin csv-import"
623
  msgid "Whatever"
624
  msgstr "Was auch immer"
625
 
626
+ #: admin/csv-import.php:151
627
  msgctxt "admin csv-import"
628
  msgid "Example CSV Import File"
629
  msgstr "Beispiel CSV Import Datei"
630
 
631
+ #: admin/csv-import.php:152
632
  msgctxt "admin csv-import"
633
  msgid "← Return to \"CSV Import\""
634
  msgstr "Zurück nach \"CSV Importieren\""
635
 
636
+ #: admin/csv-import.php:255
637
  msgid ""
638
  "A valid temporary directory with write permissions is required for CSV "
639
  "imports to function properly. Your server is using \"%s\" but this path does "
643
  "korrekt zu funktionieren. Dein Server benutzt \"%s\", doch der Pfad ist "
644
  "nicht beschreibbar. Bitte kontaktiere deinen Serveradministrator."
645
 
646
+ #: admin/csv-import.php:289
647
  msgctxt "admin csv-import"
648
  msgid "There was an error uploading the CSV file."
649
  msgstr "Beim Hochladen der CSV Datei ist ein Fehler aufgetreten."
650
 
651
+ #: admin/csv-import.php:295
652
  #, fuzzy
653
  msgctxt "admin csv-import"
654
  msgid "Please upload or select a CSV file."
655
  msgstr "Die hochgeladene Datei ist nicht im CSV Format."
656
 
657
+ #: admin/csv-import.php:308
658
  #, fuzzy
659
  msgctxt "admin csv-import"
660
  msgid "There was an error uploading the images ZIP file."
661
  msgstr "Beim Hochladen der CSV Datei ist ein Fehler aufgetreten."
662
 
663
+ #: admin/csv-import.php:329
664
  msgctxt "admin csv-import"
665
  msgid ""
666
  "An error was detected while validating the CSV file for import. Please fix "
667
  "this before proceeding."
668
  msgstr ""
669
 
670
+ #: admin/csv-import.php:338
671
  #, fuzzy
672
  msgctxt "admin csv-import"
673
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
1038
 
1039
  #: admin/form-fields.php:297
1040
  msgctxt "form-fields admin"
1041
+ msgid "City"
1042
  msgstr ""
1043
 
1044
  #: admin/form-fields.php:298
1045
+ #, fuzzy
1046
+ msgctxt "form-fields admin"
1047
+ msgid "State"
1048
+ msgstr "Status"
1049
+
1050
+ #: admin/form-fields.php:299
1051
+ msgctxt "form-fields admin"
1052
+ msgid "ZIP Code"
1053
+ msgstr ""
1054
+
1055
+ #: admin/form-fields.php:300
1056
  msgctxt "form-fields admin"
1057
  msgid "FAX Number"
1058
  msgstr ""
1059
 
1060
+ #: admin/form-fields.php:301
1061
  #, fuzzy
1062
  msgctxt "form-fields admin"
1063
  msgid "Phone Number"
1064
  msgstr "Telefonnummer geschäftlich"
1065
 
1066
+ #: admin/form-fields.php:302
1067
  #, fuzzy
1068
  msgctxt "form-fields admin"
1069
  msgid "Ratings Field"
1070
  msgstr "Eintrag Felder"
1071
 
1072
+ #: admin/form-fields.php:303
1073
  msgctxt "form-fields admin"
1074
  msgid "Twitter"
1075
  msgstr ""
1076
 
1077
+ #: admin/form-fields.php:304
1078
  msgctxt "form-fields admin"
1079
  msgid "Website"
1080
  msgstr ""
1081
 
1082
+ #: admin/form-fields.php:325
1083
  #, fuzzy
1084
  msgctxt "form-fields admin"
1085
  msgid "Tags updated."
1530
  msgid "Warning"
1531
  msgstr "Warnung"
1532
 
1533
+ #: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:233
1534
  msgctxt "admin csv-import"
1535
  msgid "Help"
1536
  msgstr "Hilfe "
1650
  msgstr "Einträge einem Benutzer zuweisen."
1651
 
1652
  #: admin/templates/csv-import.tpl.php:193
1653
+ #, fuzzy
1654
  msgctxt "admin csv-import"
1655
+ msgid "Use a default user for listings?"
1656
+ msgstr "Benutze Standardbilder für Einträge mit keinem Bild?"
1657
 
1658
+ #: admin/templates/csv-import.tpl.php:199
1659
+ #, fuzzy
1660
  msgctxt "admin csv-import"
1661
+ msgid ""
1662
+ "Select a default user to be used if the username column is not present in "
1663
+ "the CSV file."
1664
+ msgstr ""
1665
+ "Dieser Benutzer wird verwendet wenn die Spalte Benutzername nicht in der CSV "
1666
+ "Datei vorhanden ist."
1667
 
1668
  #: admin/templates/csv-import.tpl.php:204
1669
  msgctxt "admin csv-import"
1670
+ msgid "Default listing user"
1671
+ msgstr "Standardbenutzer Einträge"
1672
+
1673
+ #: admin/templates/csv-import.tpl.php:210
1674
+ msgctxt "admin csv-import"
1675
  msgid ""
1676
  "This user will be used if the username column is not present in the CSV file."
1677
  msgstr ""
1678
  "Dieser Benutzer wird verwendet wenn die Spalte Benutzername nicht in der CSV "
1679
  "Datei vorhanden ist."
1680
 
1681
+ #: admin/templates/csv-import.tpl.php:215
1682
  msgctxt "admin csv-import"
1683
  msgid "Disable e-mail notifications during import?"
1684
  msgstr ""
1685
 
1686
+ #: admin/templates/csv-import.tpl.php:220
1687
  #, fuzzy
1688
  msgctxt "admin csv-import"
1689
  msgid "Disable e-mail notifications."
1690
  msgstr "Email Erinnerung"
1691
 
1692
+ #: admin/templates/csv-import.tpl.php:226
1693
  msgctxt "admin csv-import"
1694
  msgid "Test Import"
1695
  msgstr "Importtest"
1696
 
1697
+ #: admin/templates/csv-import.tpl.php:227
1698
  msgctxt "admin csv-import"
1699
  msgid "Import Listings"
1700
  msgstr "Einträge importieren"
1701
 
1702
+ #: admin/templates/csv-import.tpl.php:235
1703
  msgctxt "admin csv-import"
1704
  msgid ""
1705
  "The following are the valid header names to be used in the CSV file. "
1712
  "erscheinen. Klicke <a href=\"%s\">\"CSV Import Beispieldatei anschauen\"</"
1713
  "a>, um zu sehen wie eine Importdatei aussehen muss."
1714
 
1715
+ #: admin/templates/csv-import.tpl.php:242
1716
  msgctxt "admin csv-import"
1717
  msgid "Header name/label"
1718
  msgstr "Kopfname/Bezeichnung"
1719
 
1720
+ #: admin/templates/csv-import.tpl.php:243
1721
  msgctxt "admin csv-import"
1722
  msgid "Field"
1723
  msgstr "Feld"
1724
 
1725
+ #: admin/templates/csv-import.tpl.php:244
1726
  msgctxt "admin csv-import"
1727
  msgid "Type"
1728
  msgstr "Typ"
1729
 
1730
+ #: admin/templates/csv-import.tpl.php:245
1731
  msgctxt "admin csv-import"
1732
  msgid "Required?"
1733
  msgstr "Pflichtfeld?"
1734
 
1735
+ #: admin/templates/csv-import.tpl.php:246
1736
  msgctxt "admin csv-import"
1737
  msgid "Multivalued?"
1738
  msgstr "Mehrfache Werte?"
1739
 
1740
+ #: admin/templates/csv-import.tpl.php:268
1741
  msgctxt "admin csv-import"
1742
  msgid "Semicolon separated list of listing images (from the ZIP file)"
1743
  msgstr "Semikolon getrennte Liste der Eintragsbilder (aus der ZIP Datei)"
1744
 
1745
+ #: admin/templates/csv-import.tpl.php:275
1746
  msgctxt "admin csv-import"
1747
  msgid "Listing author's username"
1748
  msgstr "Benutzername des Authors"
1749
 
1750
+ #: admin/templates/csv-import.tpl.php:282
1751
  msgctxt "admin csv-import"
1752
  msgid ""
1753
  "Internal Sequence ID used to allow listing updates from external sources."
1755
  "Interne Sequenz ID wird benutzt um Aktualisierungen von Einträgen aus "
1756
  "externer Quellen durchzuführen."
1757
 
1758
+ #: admin/templates/csv-import.tpl.php:289
1759
  msgctxt "admin csv-import"
1760
  msgid ""
1761
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
2217
  msgid "Please see the <a>Form Fields documentation</a> for more details."
2218
  msgstr ""
2219
 
2220
+ #. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.0.6) #-#-#-#-#
2221
  #. Plugin Name of the plugin/theme
2222
  #: admin/templates/header.tpl.php:4
2223
  msgid "Business Directory Plugin"
2636
  msgid "Google Maps Module"
2637
  msgstr "Google Maps Module"
2638
 
2639
+ #: admin/templates/sidebar.tpl.php:18
2640
+ #, fuzzy
2641
+ msgctxt "admin sidebar"
2642
+ msgid "Business Card Theme"
2643
+ msgstr "Firmenname"
2644
+
2645
+ #: admin/templates/sidebar.tpl.php:19
2646
+ msgctxt "admin sidebar"
2647
+ msgid "Mobile Compact Theme"
2648
+ msgstr ""
2649
+
2650
+ #: admin/templates/sidebar.tpl.php:20
2651
+ msgctxt "admin sidebar"
2652
+ msgid "Restaurant Theme"
2653
+ msgstr ""
2654
+
2655
  #: admin/templates/sidebar.tpl.php:21
2656
+ #, fuzzy
2657
+ msgctxt "admin sidebar"
2658
+ msgid "Tabbed Business Theme"
2659
+ msgstr "Firmenname"
2660
+
2661
+ #: admin/templates/sidebar.tpl.php:22
2662
+ #, fuzzy
2663
+ msgctxt "admin sidebar"
2664
+ msgid "Elegant Business Theme"
2665
+ msgstr "Firmenname"
2666
+
2667
+ #: admin/templates/sidebar.tpl.php:29
2668
  msgctxt "admin sidebar"
2669
  msgid "Like this plugin?"
2670
  msgstr "Mögen Sie diese Erweiterung?"
2671
 
2672
+ #: admin/templates/sidebar.tpl.php:31
2673
  msgctxt "admin sidebar"
2674
  msgid "Why not do any or all of the following:"
2675
  msgstr "Wieso nicht eine oder alle der folgenden Dinge tun:"
2676
 
2677
+ #: admin/templates/sidebar.tpl.php:33
2678
  msgctxt "admin sidebar"
2679
  msgid "Give it a good rating on WordPress.org."
2680
  msgstr "Gebe bitte eine gute Bewertung ab auf Wordpress.org"
2681
 
2682
+ #: admin/templates/sidebar.tpl.php:34
2683
  msgctxt "admin sidebar"
2684
  msgid "Let other people know that it works with your WordPress setup."
2685
  msgstr ""
2686
  "Lass andere Leute wissen, dass die Installation bei dir funktioniert hat."
2687
 
2688
+ #: admin/templates/sidebar.tpl.php:35
2689
  msgctxt "admin sidebar"
2690
  msgid "Buy a Premium Module"
2691
  msgstr "Kaufe ein Premium Modul"
2692
 
2693
+ #: admin/templates/sidebar.tpl.php:42
2694
  msgctxt "admin sidebar"
2695
  msgid "Get a Premium Module"
2696
  msgstr "Bekomme ein Premium Modul"
2697
 
2698
+ #: admin/templates/sidebar.tpl.php:45 admin/templates/sidebar.tpl.php:61
2699
+ msgctxt "admin sidebar"
2700
+ msgid "best deal"
2701
+ msgstr ""
2702
+
2703
+ #: admin/templates/sidebar.tpl.php:45
2704
+ msgctxt "admin sidebar"
2705
+ msgid "Combo Pack"
2706
+ msgstr ""
2707
+
2708
+ #: admin/templates/sidebar.tpl.php:45
2709
+ #, fuzzy
2710
+ msgctxt "admin sidebar"
2711
+ msgid "(All Modules)"
2712
+ msgstr "Installierte Module"
2713
+
2714
+ #: admin/templates/sidebar.tpl.php:48 admin/templates/sidebar.tpl.php:64
2715
+ msgctxt "admin sidebar"
2716
+ msgid "new"
2717
+ msgstr ""
2718
+
2719
+ #: admin/templates/sidebar.tpl.php:58
2720
+ #, fuzzy
2721
+ msgctxt "admin sidebar"
2722
+ msgid "Get a Directory Theme"
2723
+ msgstr "Verzeichnis Kategorien"
2724
+
2725
+ #: admin/templates/sidebar.tpl.php:61
2726
  msgctxt "admin sidebar"
2727
+ msgid "Theme Pack"
2728
+ msgstr ""
2729
 
2730
+ #: admin/templates/sidebar.tpl.php:61
2731
  msgctxt "admin sidebar"
2732
+ msgid "(All Themes)"
2733
+ msgstr ""
2734
 
2735
+ #: admin/templates/sidebar.tpl.php:74
2736
  msgctxt "admin sidebar"
2737
  msgid "Found a bug? Need support?"
2738
  msgstr "Fehler gefunden? Brauchst du Unterstützung?"
2739
 
2740
+ #: admin/templates/sidebar.tpl.php:79
2741
  msgctxt "admin sidebar"
2742
  msgid "If you've found a bug or need support <a>visit the forums!</a>"
2743
  msgstr ""
2744
  "Wenn du einen Fehler gefunden hast oder Hilfe brauchst <a>schaue ins Forum!</"
2745
  "a>"
2746
 
2747
+ #: admin/templates/sidebar.tpl.php:82
2748
  msgctxt "admin sidebar"
2749
  msgid "Full plugin documentation"
2750
  msgstr "Vollständige Moduldokumentation"
2751
 
2752
+ #: admin/templates/sidebar.tpl.php:83
2753
  msgctxt "admin sidebar"
2754
  msgid "Quick Start Guide"
2755
  msgstr "Schnellstart Anleitung"
2756
 
2757
+ #: admin/templates/sidebar.tpl.php:84
2758
  msgctxt "admin sidebar"
2759
  msgid "Video Tutorials"
2760
  msgstr ""
2761
 
2762
+ #: admin/templates/sidebar.tpl.php:92
2763
  msgctxt "admin sidebar"
2764
  msgid "Installed Modules"
2765
  msgstr "Installierte Module"
2766
 
2767
+ #: admin/templates/sidebar.tpl.php:103 admin/templates/sidebar.tpl.php:112
2768
  msgctxt "admin sidebar"
2769
  msgid "Installed"
2770
  msgstr "Installiert"
2771
 
2772
+ #: admin/templates/sidebar.tpl.php:105 admin/templates/sidebar.tpl.php:112
2773
  msgctxt "admin sidebar"
2774
  msgid "Not Installed"
2775
  msgstr "Nicht installiert "
2776
 
2777
+ #: admin/templates/sidebar.tpl.php:111
2778
  msgctxt "admin sidebar"
2779
  msgid "Enhanced Categories Module"
2780
  msgstr "Enhanced Categories Modul"
2866
  msgid "Activating license..."
2867
  msgstr "Aktiviere Lizenz..."
2868
 
2869
+ #: admin/templates/themes.tpl.php:13
2870
+ msgctxt "themes"
2871
+ msgid ""
2872
+ "<a><b>Directory Themes</b></a> are pre-made templates for the <i>Business "
2873
+ "Directory Plugin</i> to change the look of the directory quickly and easily. "
2874
+ "We have a number of them available for purchase <a>here</a>."
2875
+ msgstr ""
2876
+
2877
+ #: admin/templates/themes.tpl.php:14
2878
+ msgctxt "themes"
2879
+ msgid ""
2880
+ "They are <strong>different</strong> than your regular WordPress theme and "
2881
+ "they are <strong>not</strong> a replacement for WP themes either. They will "
2882
+ "change the look and feel of your business directory only."
2883
+ msgstr ""
2884
+
2885
  #: admin/templates/transactions.tpl.php:2
2886
  msgctxt "admin transactions"
2887
  msgid "Transactions"
2990
  msgid "Allow Tracking"
2991
  msgstr "Verfolgung erlauben"
2992
 
2993
+ #: business-directory-plugin.php:660
2994
  msgctxt "admin plugins"
2995
  msgid "Settings"
2996
  msgstr "Einstellungen"
2997
 
2998
+ #: business-directory-plugin.php:768 business-directory-plugin.php:775
2999
  msgctxt "rss feed"
3000
  msgid "%s Feed"
3001
  msgstr "% Feed"
3002
 
3003
+ #: business-directory-plugin.php:1113
3004
  msgctxt "title"
3005
  msgid "Submit A Listing"
3006
  msgstr "Eintrag zusenden"
3007
 
3008
+ #: business-directory-plugin.php:1123
3009
  msgctxt "title"
3010
  msgid "Find a Listing"
3011
  msgstr "Eintrag finden"
3012
 
3013
+ #: business-directory-plugin.php:1133
3014
  msgctxt "title"
3015
  msgid "View All Listings"
3016
  msgstr "Alle Einträge anschauen"
3017
 
3018
+ #: business-directory-plugin.php:1153
3019
  msgctxt "title"
3020
  msgid "Listings tagged: %s"
3021
  msgstr "Einträge getaggt: %s"
3025
  msgid "Free"
3026
  msgstr "Kostenlos"
3027
 
3028
+ #: core/class-csv-import.php:391
3029
  msgctxt "admin csv-import"
3030
  msgid "Could not create listing category \"%s\""
3031
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
3032
 
3033
+ #: core/class-csv-import.php:535
3034
  msgctxt "admin csv-import"
3035
  msgid "Username \"%s\" does not exist"
3036
  msgstr "Benutzername \"%s\" existiert nicht"
3037
 
3038
+ #: core/class-csv-import.php:567
3039
  msgctxt "admin csv-import"
3040
  msgid "Missing required field: %s"
3041
  msgstr "Benötigtes nicht vorhandenes Feld: %s"
3042
 
3043
+ #: core/class-csv-import.php:587
3044
  msgctxt "admin csv-import"
3045
  msgid "Listing category \"%s\" does not exist"
3046
  msgstr "Eintragskategorie \"%s\" existiert nicht"
3077
  msgid "Invalid form field type"
3078
  msgstr "Ungültige Formfeldtyp"
3079
 
3080
+ #: core/class-form-field.php:493
3081
  msgctxt "form-fields-api"
3082
  msgid "Field label is required."
3083
  msgstr "Feldbezeichnung ist Pflichtfeld."
3084
 
3085
+ #: core/class-form-field.php:503
3086
  msgctxt "form-fields-api"
3087
  msgid "Requested field type change is incompatible. Type will not be modified."
3088
  msgstr ""
3089
 
3090
+ #: core/class-form-field.php:523
3091
  msgctxt "form-fields-api"
3092
  msgid ""
3093
  "There can only be one field with association \"%s\". Please select another "
3096
  "Es kann nur ein Feld mit \"%s\" verbunden werden. Bitte wähle eine andere "
3097
  "Verbindung."
3098
 
3099
+ #: core/class-form-field.php:533
3100
  msgctxt "form-fields-api"
3101
  msgid "\"%s\" is an invalid field type for this association."
3102
  msgstr "\"%s\" ist ein ungültiger Feldtyp für diese Verbindung."
3103
 
3104
+ #: core/class-form-field.php:571
3105
  msgctxt "form-fields-api"
3106
  msgid "Invalid field ID"
3107
  msgstr "Ungültige Feld ID"
3108
 
3109
+ #: core/class-form-field.php:580
3110
  msgctxt "form-fields api"
3111
  msgid ""
3112
  "This form field can't be deleted because it is required for the plugin to "
3115
  "Dieses Formfeld kann nicht gelöscht werden, weil es ein Pflichtfeld ist, "
3116
  "damit das Modul richtig funktioniert."
3117
 
3118
+ #: core/class-form-field.php:592
3119
  msgctxt "form-fields-api"
3120
  msgid "An error occurred while trying to delete this field."
3121
  msgstr "Während der Löschung des Feldes ist ein Fehler aufgetreten."
3176
  msgid "(Fee Unavailable)"
3177
  msgstr "(Preis nicht verfügbar)"
3178
 
3179
+ #: core/class-listings-api.php:306
3180
  msgctxt "notify email"
3181
  msgid "[%s] New listing notification"
3182
  msgstr "[%s] neue Eintragsbenachrichtigung"
3183
 
3184
+ #: core/class-listings-api.php:325
3185
  msgctxt "notify email"
3186
  msgid "[%s] Listing edit notification"
3187
  msgstr "[%s] Eintrag bearbeiten Benachrichtigung"
3355
  msgstr "reCAPTCHA privater Schlüssel"
3356
 
3357
  #: core/class-settings.php:70
3358
+ msgctxt "admin settings"
3359
  msgid ""
3360
  "We expect that a membership plugin supports the 'redirect_to' parameter for "
3361
  "the URLs below to work. If the plugin does not support them, these settings "
3456
  #: core/class-settings.php:116
3457
  #, fuzzy
3458
  msgctxt "admin settings"
3459
+ msgid "Disable advanced CPT integration."
3460
  msgstr "Email Erinnerung"
3461
 
3462
  #: core/class-settings.php:121
4658
  "\". Please remove the file \"%s\" manually or deactivate the plugin."
4659
  msgstr ""
4660
 
4661
+ #: core/class-settings.php:1063
4662
  msgctxt "settings"
4663
  msgid "Deactivate License"
4664
  msgstr "Lizenz Deaktivieren"
4665
 
4666
+ #: core/class-settings.php:1065
4667
  msgctxt "settings"
4668
  msgid "Deactivating license..."
4669
  msgstr "Deaktiviere Lizenz..."
4670
 
4671
+ #: core/class-settings.php:1068
4672
  msgctxt "settings"
4673
  msgid "Activate License"
4674
  msgstr "Aktiviere Lizenz"
4675
 
4676
+ #: core/class-settings.php:1070
4677
  msgctxt "settings"
4678
  msgid "Activating license..."
4679
  msgstr "Aktiviere Lizenz..."
4680
 
4681
+ #: core/class-settings.php:1093
4682
  msgctxt "admin settings"
4683
  msgid "Valid placeholders: %s"
4684
  msgstr "Gültige Platzhalter: %s"
4685
 
4686
+ #: core/class-settings.php:1127
4687
  msgctxt "settings email"
4688
  msgid "Click to edit e-mail"
4689
  msgstr "Klicken um E-mail zu bearbeiten"
4690
 
4691
+ #: core/class-settings.php:1128
4692
  msgctxt "settings email"
4693
  msgid "Click to edit"
4694
  msgstr "zum Bearbeiten klicken"
4695
 
4696
+ #: core/class-settings.php:1141
4697
  msgctxt "settings email"
4698
  msgid "E-Mail Subject"
4699
  msgstr "E-mail Betreff"
4700
 
4701
+ #: core/class-settings.php:1152
4702
  msgctxt "settings email"
4703
  msgid "E-Mail Body"
4704
  msgstr "E-mail Text"
4705
 
4706
+ #: core/class-settings.php:1163
4707
  msgctxt "settings email"
4708
  msgid "You can use the following placeholders:"
4709
  msgstr "Du kannst folgende Platzhalter verwenden:"
4710
 
4711
+ #: core/class-settings.php:1186
4712
  msgctxt "settings email"
4713
  msgid "Preview e-mail"
4714
  msgstr "Vorschau E-mail"
4715
 
4716
+ #: core/class-settings.php:1187
4717
  msgctxt "settings email"
4718
  msgid "Cancel"
4719
  msgstr "Abbrechen"
4720
 
4721
+ #: core/class-settings.php:1188
4722
  msgctxt "settings email"
4723
  msgid "Save Changes"
4724
  msgstr "Änderungen sichern"
4725
 
4726
+ #: core/class-settings.php:1207
4727
  msgctxt "settings email"
4728
  msgid "Site title"
4729
  msgstr "Seitentitel"
4730
 
4731
+ #: core/class-settings.php:1210
4732
  msgctxt "settings email"
4733
  msgid "Site title (with link)"
4734
  msgstr "Seitentitel (mit Link)"
4735
 
4736
+ #: core/class-settings.php:1213
4737
  msgctxt "settings email"
4738
  msgid "Site address (with link)"
4739
  msgstr "Seitenadresse (mit Link)"
4740
 
4741
+ #: core/class-settings.php:1216
4742
  msgctxt "settings email"
4743
  msgid "Directory URL (with link)"
4744
  msgstr "Verzeichnis URL (mit Link)"
4745
 
4746
+ #: core/class-settings.php:1219
4747
  msgctxt "settings email"
4748
  msgid "Current date"
4749
  msgstr "Aktuelles Datum"
4750
 
4751
+ #: core/class-settings.php:1222
4752
  msgctxt "settings email"
4753
  msgid "Current time"
4754
  msgstr "Aktuelle Zeit"
5399
  msgid "Listing upgrade to featured"
5400
  msgstr "Eintrag aktualisieren auf Hervorhebung"
5401
 
5402
+ #: core/installer.php:940
5403
  msgid "Business Directory - Manual Upgrade Required"
5404
  msgstr "Branchenverzeichnis - Manuelle Aktualisierung erforderlich"
5405
 
5406
+ #: core/installer.php:942
5407
  msgid ""
5408
  "Business Directory features are currently disabled because the plugin needs "
5409
  "to perform a manual upgrade before continuing."
5411
  "Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
5412
  "manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
5413
 
5414
+ #: core/installer.php:944
5415
  msgid "Perform Manual Upgrade"
5416
  msgstr "Manuelle Aktualisierung durchführen"
5417
 
5418
+ #: core/installer.php:960 core/installer.php:961 core/installer.php:972
5419
  msgid "Business Directory - Manual Upgrade"
5420
  msgstr "Branchenverzeichnis - Manuelle Aktualisierung"
5421
 
5422
+ #: core/installer.php:976
5423
  msgid ""
5424
  "Business Directory features are currently disabled because the plugin needs "
5425
  "to perform a manual upgrade before it can be used."
5427
  "Branchenverzeichnis Hervorhebungen sind momentan deaktiviert weil das Modul "
5428
  "manuell aktualisiert werden muss, bevor es weiter verwendet werden kann."
5429
 
5430
+ #: core/installer.php:978
5431
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
5432
  msgstr ""
5433
  "Klicke \"Starte Aktualisierung\" und warte bis der Vorgang beendet wurde."
5434
 
5435
+ #: core/installer.php:981
5436
  msgctxt "manual-upgrade"
5437
  msgid "Start Upgrade"
5438
  msgstr "Starte Aktualisierung"
5439
 
5440
+ #: core/installer.php:983
5441
  msgctxt "manual-upgrade"
5442
  msgid "Pause Upgrade"
5443
  msgstr "Aktualisierung pausieren"
5444
 
5445
+ #: core/installer.php:989
5446
  msgctxt "manual-upgrade"
5447
  msgid ""
5448
  "The upgrade was sucessfully performed. Business Directory Plugin is now "
5451
  "Die Aktualisierung wurde erfolgreich durchgeführt. Branchenverzeichnis "
5452
  "Erweiterung ist nun verfügbar."
5453
 
5454
+ #: core/installer.php:992
5455
  msgctxt "manual-upgrade"
5456
  msgid "Go to \"Directory Admin\""
5457
  msgstr "Nach \" Verzeichnis Administration\""
5481
  msgid "Deactivation failed"
5482
  msgstr "Deaktivierung fehlgeschlagen"
5483
 
5484
+ #: core/licensing.php:233
5485
  msgctxt "licensing"
5486
  msgid "Business Directory - License Key Required"
5487
  msgstr "Branchenverzeichnis - Lizenzschlüssel erforderlich"
5488
 
5489
+ #: core/licensing.php:236
5490
  msgctxt "licensing"
5491
  msgid ""
5492
  "The following premium modules will not work until a valid license key is "
5497
  "Lizenzschlüssel angegeben wurde. Gehen Sie zu <a>Optionen verwalten - "
5498
  "Lizenzen</a>, um Ihre Lizenzinformation einzugeben."
5499
 
5500
+ #: core/licensing.php:257
5501
  msgctxt "licensing"
5502
  msgid "Business Directory - License Key Expired"
5503
  msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
5504
 
5505
+ #: core/licensing.php:258
5506
  msgctxt "licensing"
5507
  msgid ""
5508
  "The license key for <span class=\"module-name\">%s %s</span> has expired. "
5513
  "abgelaufen. Das Modul wird weiter ausgeführt, jedoch nicht weiter "
5514
  "aktualisiert, bis ein neuer Lizenzschlüssel eingegeben wurde."
5515
 
5516
+ #: core/licensing.php:262
5517
  msgctxt "licensing"
5518
  msgid "Remind me later"
5519
  msgstr "Erinnere mich später"
5520
 
5521
+ #: core/licensing.php:264
5522
  msgctxt "licensing"
5523
  msgid "Renew License Key"
5524
  msgstr "Erneuere Lizenzschlüssel"
5525
 
5526
+ #: core/licensing.php:351
5527
  msgctxt "licensing"
5528
  msgid "Could not deactivate license: %s."
5529
  msgstr "Konnte Lizenz nicht deaktivieren: %s"
5755
  msgid "Advanced Search"
5756
  msgstr "Erweiterte Suche"
5757
 
5758
+ #: core/templates-ui.php:256 core/templates-ui.php:281
5759
  msgctxt "templates sort"
5760
  msgid "Sort By:"
5761
  msgstr "Sortieren nach"
5762
 
5763
+ #: core/templates-ui.php:275
5764
  msgctxt "sort"
5765
  msgid "Reset"
5766
  msgstr "Zurücksetzen"
5767
 
5768
+ #: core/templates-ui.php:297
5769
  #, fuzzy
5770
  msgctxt "sort"
5771
  msgid "(Reset)"
5772
  msgstr "Zurücksetzen"
5773
 
5774
+ #: core/themes.php:625
5775
  #, fuzzy
5776
  msgctxt "themes"
5777
  msgid "ZIP file is not a valid BD theme file."
5778
  msgstr "Bitte eine gültige E-mailadresse eingeben."
5779
 
5780
+ #: core/themes.php:631
5781
  #, fuzzy
5782
  msgctxt "themes"
5783
  msgid "Could not create themes directory."
5784
  msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
5785
 
5786
+ #: core/themes.php:639
5787
  #, fuzzy
5788
  msgctxt "themes"
5789
  msgid "Could not remove previous theme directory \"%s\"."
5790
  msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
5791
 
5792
+ #: core/themes.php:645
5793
  #, fuzzy
5794
  msgctxt "themes"
5795
  msgid "Could not move new theme into theme directory."
6336
  msgid "Display the following fields in the form."
6337
  msgstr "Diese Felder in der Form anzeigen."
6338
 
6339
+ #: core/widget-search.php:107
6340
  msgctxt "widgets"
6341
  msgid "Search"
6342
  msgstr "Suche"
7102
  msgid "http://businessdirectoryplugin.com"
7103
  msgstr "http://businessdirectoryplugin.com"
7104
 
7105
+ #~ msgctxt "admin csv-import"
7106
+ #~ msgid "Use spreadsheet information only."
7107
+ #~ msgstr "Benutze nur Tabelleninformationen."
7108
+
7109
+ #~ msgctxt "admin sidebar"
7110
+ #~ msgid "Single Site License Combo Pack"
7111
+ #~ msgstr "Einzelseiten Lizenzkombinationspaket"
7112
+
7113
+ #~ msgctxt "admin sidebar"
7114
+ #~ msgid "Multi Site License Combo Pack"
7115
+ #~ msgstr "Multiseiten Lizenzkombinationspaket"
7116
+
7117
  #~ msgctxt "listings"
7118
  #~ msgid "Fee \"%s\" for category \"%s\""
7119
  #~ msgstr "Preis \"%s\" für Kategorie \"%s\""
languages/WPBDM-en_US.mo CHANGED
Binary file
languages/WPBDM-en_US.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Business Directory Plugin 3.6\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
7
- "POT-Creation-Date: 2016-05-24 19:56:31+00:00\n"
8
  "PO-Revision-Date: 2015-04-07 11:11-0500\n"
9
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
10
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -234,26 +234,26 @@ msgctxt "admin infometabox"
234
  msgid "never"
235
  msgstr ""
236
 
237
- #: admin/class-admin.php:498
238
  msgctxt "admin"
239
  msgid "Dismiss this notice."
240
  msgstr ""
241
 
242
- #: admin/class-admin.php:526
243
  msgctxt "admin"
244
  msgid "The listing has been published."
245
  msgid_plural "The listings have been published."
246
  msgstr[0] ""
247
  msgstr[1] ""
248
 
249
- #: admin/class-admin.php:544
250
  msgctxt "admin"
251
  msgid "The listing status has been set as paid."
252
  msgid_plural "The listings status has been set as paid."
253
  msgstr[0] ""
254
  msgstr[1] ""
255
 
256
- #: admin/class-admin.php:550
257
  msgctxt "admin"
258
  msgid ""
259
  "Only invoices containing non-recurring items were marked as paid. Please "
@@ -265,28 +265,28 @@ msgid_plural ""
265
  msgstr[0] ""
266
  msgstr[1] ""
267
 
268
- #: admin/class-admin.php:569
269
  msgctxt "admin"
270
  msgid "The listing has been modified."
271
  msgid_plural "The listings have been modified."
272
  msgstr[0] ""
273
  msgstr[1] ""
274
 
275
- #: admin/class-admin.php:582
276
  msgctxt "admin"
277
  msgid "The listing has been upgraded."
278
  msgid_plural "The listings have been upgraded."
279
  msgstr[0] ""
280
  msgstr[1] ""
281
 
282
- #: admin/class-admin.php:594
283
  msgctxt "admin"
284
  msgid "The listing has been downgraded."
285
  msgid_plural "The listings have been downgraded."
286
  msgstr[0] ""
287
  msgstr[1] ""
288
 
289
- #: admin/class-admin.php:605
290
  msgctxt "admin payments"
291
  msgid ""
292
  "The payment status was not changed. Recurring payments can't be manually "
@@ -294,123 +294,123 @@ msgid ""
294
  "went through."
295
  msgstr ""
296
 
297
- #: admin/class-admin.php:610
298
  msgctxt "admin"
299
  msgid "The transaction has been approved."
300
  msgstr ""
301
 
302
- #: admin/class-admin.php:620
303
  msgctxt "admin"
304
  msgid "The transaction has been rejected."
305
  msgstr ""
306
 
307
- #: admin/class-admin.php:626
308
  msgctxt "admin"
309
  msgid "The fee was successfully assigned."
310
  msgstr ""
311
 
312
- #: admin/class-admin.php:635
313
  msgctxt "admin"
314
  msgid "Listing was renewed."
315
  msgid_plural "Listings were renewed."
316
  msgstr[0] ""
317
  msgstr[1] ""
318
 
319
- #: admin/class-admin.php:642
320
  msgctxt "admin"
321
  msgid "Renewal email sent."
322
  msgstr ""
323
 
324
- #: admin/class-admin.php:676
325
  msgctxt "admin category id"
326
  msgid "ID"
327
  msgstr ""
328
 
329
- #: admin/class-admin.php:678 admin/class-admin.php:684
330
  msgctxt "admin"
331
  msgid "Listing Count"
332
  msgstr ""
333
 
334
- #: admin/class-admin.php:793
335
  msgctxt "admin"
336
  msgid ""
337
  "<b>Business Directory Plugin</b> requires fields with the following "
338
  "associations in order to work correctly: <b>%s</b>."
339
  msgstr ""
340
 
341
- #: admin/class-admin.php:795
342
  msgctxt "admin"
343
  msgid ""
344
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
345
  "association in order to work correctly."
346
  msgstr ""
347
 
348
- #: admin/class-admin.php:799
349
  msgctxt "admin"
350
  msgid ""
351
  "You can create these custom fields by yourself inside \"Manage Form Fields\" "
352
  "or let Business Directory do this for you automatically."
353
  msgstr ""
354
 
355
- #: admin/class-admin.php:803
356
  msgctxt "admin"
357
  msgid "Go to \"Manage Form Fields\""
358
  msgstr ""
359
 
360
- #: admin/class-admin.php:806
361
  msgctxt "admin"
362
  msgid "Create these required fields for me"
363
  msgstr ""
364
 
365
- #: admin/class-admin.php:815
366
  msgctxt "admin"
367
  msgid ""
368
  "<b>Business Directory Plugin</b> requires a page with the "
369
  "<tt>[businessdirectory]</tt> shortcode to function properly."
370
  msgstr ""
371
 
372
- #: admin/class-admin.php:817
373
  msgctxt "admin"
374
  msgid ""
375
  "You can create this page by yourself or let Business Directory do this for "
376
  "you automatically."
377
  msgstr ""
378
 
379
- #: admin/class-admin.php:821
380
  msgctxt "admin"
381
  msgid "Create required pages for me"
382
  msgstr ""
383
 
384
- #: admin/class-admin.php:861
385
  msgctxt "admin compat"
386
  msgid "Installed: %s"
387
  msgstr ""
388
 
389
- #: admin/class-admin.php:861
390
  msgctxt "admin compat"
391
  msgid "N/A"
392
  msgstr ""
393
 
394
- #: admin/class-admin.php:864
395
  msgctxt "admin compat"
396
  msgid "Required: %s"
397
  msgstr ""
398
 
399
- #: admin/class-admin.php:876
400
  msgctxt "admin compat"
401
  msgid ""
402
  "Business Directory has detected some incompatible premium module versions "
403
  "installed."
404
  msgstr ""
405
 
406
- #: admin/class-admin.php:878
407
  msgctxt "admin compat"
408
  msgid ""
409
  "Please upgrade to the required versions indicated below to make sure "
410
  "everything functions properly."
411
  msgstr ""
412
 
413
- #: admin/class-admin.php:898
414
  msgctxt "admin"
415
  msgid ""
416
  "We noticed you want your Business Directory users to register before posting "
@@ -536,12 +536,12 @@ msgctxt "licensing"
536
  msgid "License key is invalid"
537
  msgstr ""
538
 
539
- #: admin/class-themes-admin.php:369 core/licensing.php:330
540
  msgctxt "licensing"
541
  msgid "Could not activate license: %s."
542
  msgstr ""
543
 
544
- #: admin/class-themes-admin.php:382 core/licensing.php:332
545
  msgctxt "licensing"
546
  msgid "License activated"
547
  msgstr ""
@@ -551,7 +551,7 @@ msgctxt "licensing"
551
  msgid "Invalid response from server"
552
  msgstr ""
553
 
554
- #: admin/class-themes-admin.php:442 core/licensing.php:350
555
  msgctxt "licensing"
556
  msgid "License deactivated"
557
  msgstr ""
@@ -576,56 +576,56 @@ msgctxt "admin csv-export"
576
  msgid "Error while creating a temporary directory for CSV export: %s"
577
  msgstr ""
578
 
579
- #: admin/csv-import.php:95
580
  msgctxt "admin csv-import"
581
  msgid "Business %s"
582
  msgstr ""
583
 
584
- #: admin/csv-import.php:133
585
  msgctxt "admin csv-import"
586
  msgid "Whatever"
587
  msgstr ""
588
 
589
- #: admin/csv-import.php:137
590
  msgctxt "admin csv-import"
591
  msgid "Example CSV Import File"
592
  msgstr ""
593
 
594
- #: admin/csv-import.php:138
595
  msgctxt "admin csv-import"
596
  msgid "← Return to \"CSV Import\""
597
  msgstr ""
598
 
599
- #: admin/csv-import.php:241
600
  msgid ""
601
  "A valid temporary directory with write permissions is required for CSV "
602
  "imports to function properly. Your server is using \"%s\" but this path does "
603
  "not seem to be writable. Please consult with your host."
604
  msgstr ""
605
 
606
- #: admin/csv-import.php:275
607
  msgctxt "admin csv-import"
608
  msgid "There was an error uploading the CSV file."
609
  msgstr ""
610
 
611
- #: admin/csv-import.php:281
612
  msgctxt "admin csv-import"
613
  msgid "Please upload or select a CSV file."
614
  msgstr ""
615
 
616
- #: admin/csv-import.php:294
617
  msgctxt "admin csv-import"
618
  msgid "There was an error uploading the images ZIP file."
619
  msgstr ""
620
 
621
- #: admin/csv-import.php:315
622
  msgctxt "admin csv-import"
623
  msgid ""
624
  "An error was detected while validating the CSV file for import. Please fix "
625
  "this before proceeding."
626
  msgstr ""
627
 
628
- #: admin/csv-import.php:324
629
  msgctxt "admin csv-import"
630
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
631
  msgstr ""
@@ -973,35 +973,45 @@ msgstr ""
973
 
974
  #: admin/form-fields.php:297
975
  msgctxt "form-fields admin"
976
- msgid "ZIP Code"
977
  msgstr ""
978
 
979
  #: admin/form-fields.php:298
980
  msgctxt "form-fields admin"
981
- msgid "FAX Number"
982
  msgstr ""
983
 
984
  #: admin/form-fields.php:299
985
  msgctxt "form-fields admin"
986
- msgid "Phone Number"
987
  msgstr ""
988
 
989
  #: admin/form-fields.php:300
990
  msgctxt "form-fields admin"
991
- msgid "Ratings Field"
992
  msgstr ""
993
 
994
  #: admin/form-fields.php:301
995
  msgctxt "form-fields admin"
996
- msgid "Twitter"
997
  msgstr ""
998
 
999
  #: admin/form-fields.php:302
1000
  msgctxt "form-fields admin"
 
 
 
 
 
 
 
 
 
 
1001
  msgid "Website"
1002
  msgstr ""
1003
 
1004
- #: admin/form-fields.php:323
1005
  msgctxt "form-fields admin"
1006
  msgid "Tags updated."
1007
  msgstr ""
@@ -1420,7 +1430,7 @@ msgctxt "admin csv-import"
1420
  msgid "Warning"
1421
  msgstr ""
1422
 
1423
- #: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:227
1424
  msgctxt "admin csv-import"
1425
  msgid "Help"
1426
  msgstr ""
@@ -1539,41 +1549,48 @@ msgstr ""
1539
 
1540
  #: admin/templates/csv-import.tpl.php:193
1541
  msgctxt "admin csv-import"
1542
- msgid "Default listing user"
1543
  msgstr ""
1544
 
1545
- #: admin/templates/csv-import.tpl.php:198
1546
  msgctxt "admin csv-import"
1547
- msgid "Use spreadsheet information only."
 
 
1548
  msgstr ""
1549
 
1550
  #: admin/templates/csv-import.tpl.php:204
1551
  msgctxt "admin csv-import"
 
 
 
 
 
1552
  msgid ""
1553
  "This user will be used if the username column is not present in the CSV file."
1554
  msgstr ""
1555
 
1556
- #: admin/templates/csv-import.tpl.php:209
1557
  msgctxt "admin csv-import"
1558
  msgid "Disable e-mail notifications during import?"
1559
  msgstr ""
1560
 
1561
- #: admin/templates/csv-import.tpl.php:214
1562
  msgctxt "admin csv-import"
1563
  msgid "Disable e-mail notifications."
1564
  msgstr ""
1565
 
1566
- #: admin/templates/csv-import.tpl.php:220
1567
  msgctxt "admin csv-import"
1568
  msgid "Test Import"
1569
  msgstr ""
1570
 
1571
- #: admin/templates/csv-import.tpl.php:221
1572
  msgctxt "admin csv-import"
1573
  msgid "Import Listings"
1574
  msgstr ""
1575
 
1576
- #: admin/templates/csv-import.tpl.php:229
1577
  msgctxt "admin csv-import"
1578
  msgid ""
1579
  "The following are the valid header names to be used in the CSV file. "
@@ -1582,48 +1599,48 @@ msgid ""
1582
  "how an import file should look like."
1583
  msgstr ""
1584
 
1585
- #: admin/templates/csv-import.tpl.php:236
1586
  msgctxt "admin csv-import"
1587
  msgid "Header name/label"
1588
  msgstr ""
1589
 
1590
- #: admin/templates/csv-import.tpl.php:237
1591
  msgctxt "admin csv-import"
1592
  msgid "Field"
1593
  msgstr ""
1594
 
1595
- #: admin/templates/csv-import.tpl.php:238
1596
  msgctxt "admin csv-import"
1597
  msgid "Type"
1598
  msgstr ""
1599
 
1600
- #: admin/templates/csv-import.tpl.php:239
1601
  msgctxt "admin csv-import"
1602
  msgid "Required?"
1603
  msgstr ""
1604
 
1605
- #: admin/templates/csv-import.tpl.php:240
1606
  msgctxt "admin csv-import"
1607
  msgid "Multivalued?"
1608
  msgstr ""
1609
 
1610
- #: admin/templates/csv-import.tpl.php:262
1611
  msgctxt "admin csv-import"
1612
  msgid "Semicolon separated list of listing images (from the ZIP file)"
1613
  msgstr ""
1614
 
1615
- #: admin/templates/csv-import.tpl.php:269
1616
  msgctxt "admin csv-import"
1617
  msgid "Listing author's username"
1618
  msgstr ""
1619
 
1620
- #: admin/templates/csv-import.tpl.php:276
1621
  msgctxt "admin csv-import"
1622
  msgid ""
1623
  "Internal Sequence ID used to allow listing updates from external sources."
1624
  msgstr ""
1625
 
1626
- #: admin/templates/csv-import.tpl.php:283
1627
  msgctxt "admin csv-import"
1628
  msgid ""
1629
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -2060,7 +2077,7 @@ msgctxt "form-fields admin"
2060
  msgid "Please see the <a>Form Fields documentation</a> for more details."
2061
  msgstr ""
2062
 
2063
- #. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.0) #-#-#-#-#
2064
  #. Plugin Name of the plugin/theme
2065
  #: admin/templates/header.tpl.php:4
2066
  msgid "Business Directory Plugin"
@@ -2452,87 +2469,137 @@ msgctxt "admin sidebar"
2452
  msgid "Google Maps Module"
2453
  msgstr ""
2454
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2455
  #: admin/templates/sidebar.tpl.php:21
2456
  msgctxt "admin sidebar"
 
 
 
 
 
 
 
 
 
 
2457
  msgid "Like this plugin?"
2458
  msgstr ""
2459
 
2460
- #: admin/templates/sidebar.tpl.php:23
2461
  msgctxt "admin sidebar"
2462
  msgid "Why not do any or all of the following:"
2463
  msgstr ""
2464
 
2465
- #: admin/templates/sidebar.tpl.php:25
2466
  msgctxt "admin sidebar"
2467
  msgid "Give it a good rating on WordPress.org."
2468
  msgstr ""
2469
 
2470
- #: admin/templates/sidebar.tpl.php:26
2471
  msgctxt "admin sidebar"
2472
  msgid "Let other people know that it works with your WordPress setup."
2473
  msgstr ""
2474
 
2475
- #: admin/templates/sidebar.tpl.php:27
2476
  msgctxt "admin sidebar"
2477
  msgid "Buy a Premium Module"
2478
  msgstr ""
2479
 
2480
- #: admin/templates/sidebar.tpl.php:34
2481
  msgctxt "admin sidebar"
2482
  msgid "Get a Premium Module"
2483
  msgstr ""
2484
 
2485
- #: admin/templates/sidebar.tpl.php:43
 
 
 
 
 
2486
  msgctxt "admin sidebar"
2487
- msgid "Single Site License Combo Pack"
2488
  msgstr ""
2489
 
2490
- #: admin/templates/sidebar.tpl.php:44
2491
  msgctxt "admin sidebar"
2492
- msgid "Multi Site License Combo Pack"
2493
  msgstr ""
2494
 
2495
- #: admin/templates/sidebar.tpl.php:51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2496
  msgctxt "admin sidebar"
2497
  msgid "Found a bug? Need support?"
2498
  msgstr ""
2499
 
2500
- #: admin/templates/sidebar.tpl.php:56
2501
  msgctxt "admin sidebar"
2502
  msgid "If you've found a bug or need support <a>visit the forums!</a>"
2503
  msgstr ""
2504
 
2505
- #: admin/templates/sidebar.tpl.php:59
2506
  msgctxt "admin sidebar"
2507
  msgid "Full plugin documentation"
2508
  msgstr ""
2509
 
2510
- #: admin/templates/sidebar.tpl.php:60
2511
  msgctxt "admin sidebar"
2512
  msgid "Quick Start Guide"
2513
  msgstr ""
2514
 
2515
- #: admin/templates/sidebar.tpl.php:61
2516
  msgctxt "admin sidebar"
2517
  msgid "Video Tutorials"
2518
  msgstr ""
2519
 
2520
- #: admin/templates/sidebar.tpl.php:69
2521
  msgctxt "admin sidebar"
2522
  msgid "Installed Modules"
2523
  msgstr ""
2524
 
2525
- #: admin/templates/sidebar.tpl.php:80 admin/templates/sidebar.tpl.php:89
2526
  msgctxt "admin sidebar"
2527
  msgid "Installed"
2528
  msgstr ""
2529
 
2530
- #: admin/templates/sidebar.tpl.php:82 admin/templates/sidebar.tpl.php:89
2531
  msgctxt "admin sidebar"
2532
  msgid "Not Installed"
2533
  msgstr ""
2534
 
2535
- #: admin/templates/sidebar.tpl.php:88
2536
  msgctxt "admin sidebar"
2537
  msgid "Enhanced Categories Module"
2538
  msgstr ""
@@ -2614,6 +2681,22 @@ msgctxt "themes"
2614
  msgid "Activating license..."
2615
  msgstr ""
2616
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2617
  #: admin/templates/transactions.tpl.php:2
2618
  msgctxt "admin transactions"
2619
  msgid "Transactions"
@@ -2715,32 +2798,32 @@ msgctxt "tracking"
2715
  msgid "Allow Tracking"
2716
  msgstr ""
2717
 
2718
- #: business-directory-plugin.php:628
2719
  msgctxt "admin plugins"
2720
  msgid "Settings"
2721
  msgstr ""
2722
 
2723
- #: business-directory-plugin.php:736 business-directory-plugin.php:743
2724
  msgctxt "rss feed"
2725
  msgid "%s Feed"
2726
  msgstr ""
2727
 
2728
- #: business-directory-plugin.php:1077
2729
  msgctxt "title"
2730
  msgid "Submit A Listing"
2731
  msgstr ""
2732
 
2733
- #: business-directory-plugin.php:1087
2734
  msgctxt "title"
2735
  msgid "Find a Listing"
2736
  msgstr ""
2737
 
2738
- #: business-directory-plugin.php:1097
2739
  msgctxt "title"
2740
  msgid "View All Listings"
2741
  msgstr ""
2742
 
2743
- #: business-directory-plugin.php:1117
2744
  msgctxt "title"
2745
  msgid "Listings tagged: %s"
2746
  msgstr ""
@@ -2749,22 +2832,22 @@ msgstr ""
2749
  msgid "Free"
2750
  msgstr ""
2751
 
2752
- #: core/class-csv-import.php:375
2753
  msgctxt "admin csv-import"
2754
  msgid "Could not create listing category \"%s\""
2755
  msgstr ""
2756
 
2757
- #: core/class-csv-import.php:519
2758
  msgctxt "admin csv-import"
2759
  msgid "Username \"%s\" does not exist"
2760
  msgstr ""
2761
 
2762
- #: core/class-csv-import.php:551
2763
  msgctxt "admin csv-import"
2764
  msgid "Missing required field: %s"
2765
  msgstr ""
2766
 
2767
- #: core/class-csv-import.php:571
2768
  msgctxt "admin csv-import"
2769
  msgid "Listing category \"%s\" does not exist"
2770
  msgstr ""
@@ -2799,41 +2882,41 @@ msgctxt "form-fields-api"
2799
  msgid "Invalid form field type"
2800
  msgstr ""
2801
 
2802
- #: core/class-form-field.php:459
2803
  msgctxt "form-fields-api"
2804
  msgid "Field label is required."
2805
  msgstr ""
2806
 
2807
- #: core/class-form-field.php:469
2808
  msgctxt "form-fields-api"
2809
  msgid "Requested field type change is incompatible. Type will not be modified."
2810
  msgstr ""
2811
 
2812
- #: core/class-form-field.php:489
2813
  msgctxt "form-fields-api"
2814
  msgid ""
2815
  "There can only be one field with association \"%s\". Please select another "
2816
  "association."
2817
  msgstr ""
2818
 
2819
- #: core/class-form-field.php:499
2820
  msgctxt "form-fields-api"
2821
  msgid "\"%s\" is an invalid field type for this association."
2822
  msgstr ""
2823
 
2824
- #: core/class-form-field.php:537
2825
  msgctxt "form-fields-api"
2826
  msgid "Invalid field ID"
2827
  msgstr ""
2828
 
2829
- #: core/class-form-field.php:546
2830
  msgctxt "form-fields api"
2831
  msgid ""
2832
  "This form field can't be deleted because it is required for the plugin to "
2833
  "work."
2834
  msgstr ""
2835
 
2836
- #: core/class-form-field.php:558
2837
  msgctxt "form-fields-api"
2838
  msgid "An error occurred while trying to delete this field."
2839
  msgstr ""
@@ -2888,12 +2971,12 @@ msgctxt "listing"
2888
  msgid "(Fee Unavailable)"
2889
  msgstr ""
2890
 
2891
- #: core/class-listings-api.php:295
2892
  msgctxt "notify email"
2893
  msgid "[%s] New listing notification"
2894
  msgstr ""
2895
 
2896
- #: core/class-listings-api.php:314
2897
  msgctxt "notify email"
2898
  msgid "[%s] Listing edit notification"
2899
  msgstr ""
@@ -3060,6 +3143,7 @@ msgid "reCAPTCHA Private Key"
3060
  msgstr ""
3061
 
3062
  #: core/class-settings.php:70
 
3063
  msgid ""
3064
  "We expect that a membership plugin supports the 'redirect_to' parameter for "
3065
  "the URLs below to work. If the plugin does not support them, these settings "
@@ -3145,7 +3229,7 @@ msgstr ""
3145
 
3146
  #: core/class-settings.php:116
3147
  msgctxt "admin settings"
3148
- msgid "Disable CPT integration."
3149
  msgstr ""
3150
 
3151
  #: core/class-settings.php:121
@@ -4262,97 +4346,97 @@ msgid ""
4262
  "\". Please remove the file \"%s\" manually or deactivate the plugin."
4263
  msgstr ""
4264
 
4265
- #: core/class-settings.php:1064
4266
  msgctxt "settings"
4267
  msgid "Deactivate License"
4268
  msgstr ""
4269
 
4270
- #: core/class-settings.php:1066
4271
  msgctxt "settings"
4272
  msgid "Deactivating license..."
4273
  msgstr ""
4274
 
4275
- #: core/class-settings.php:1069
4276
  msgctxt "settings"
4277
  msgid "Activate License"
4278
  msgstr ""
4279
 
4280
- #: core/class-settings.php:1071
4281
  msgctxt "settings"
4282
  msgid "Activating license..."
4283
  msgstr ""
4284
 
4285
- #: core/class-settings.php:1095
4286
  msgctxt "admin settings"
4287
  msgid "Valid placeholders: %s"
4288
  msgstr ""
4289
 
4290
- #: core/class-settings.php:1129
4291
  msgctxt "settings email"
4292
  msgid "Click to edit e-mail"
4293
  msgstr ""
4294
 
4295
- #: core/class-settings.php:1130
4296
  msgctxt "settings email"
4297
  msgid "Click to edit"
4298
  msgstr ""
4299
 
4300
- #: core/class-settings.php:1143
4301
  msgctxt "settings email"
4302
  msgid "E-Mail Subject"
4303
  msgstr ""
4304
 
4305
- #: core/class-settings.php:1154
4306
  msgctxt "settings email"
4307
  msgid "E-Mail Body"
4308
  msgstr ""
4309
 
4310
- #: core/class-settings.php:1165
4311
  msgctxt "settings email"
4312
  msgid "You can use the following placeholders:"
4313
  msgstr ""
4314
 
4315
- #: core/class-settings.php:1188
4316
  msgctxt "settings email"
4317
  msgid "Preview e-mail"
4318
  msgstr ""
4319
 
4320
- #: core/class-settings.php:1189
4321
  msgctxt "settings email"
4322
  msgid "Cancel"
4323
  msgstr ""
4324
 
4325
- #: core/class-settings.php:1190
4326
  msgctxt "settings email"
4327
  msgid "Save Changes"
4328
  msgstr ""
4329
 
4330
- #: core/class-settings.php:1209
4331
  msgctxt "settings email"
4332
  msgid "Site title"
4333
  msgstr ""
4334
 
4335
- #: core/class-settings.php:1212
4336
  msgctxt "settings email"
4337
  msgid "Site title (with link)"
4338
  msgstr ""
4339
 
4340
- #: core/class-settings.php:1215
4341
  msgctxt "settings email"
4342
  msgid "Site address (with link)"
4343
  msgstr ""
4344
 
4345
- #: core/class-settings.php:1218
4346
  msgctxt "settings email"
4347
  msgid "Directory URL (with link)"
4348
  msgstr ""
4349
 
4350
- #: core/class-settings.php:1221
4351
  msgctxt "settings email"
4352
  msgid "Current date"
4353
  msgstr ""
4354
 
4355
- #: core/class-settings.php:1224
4356
  msgctxt "settings email"
4357
  msgid "Current time"
4358
  msgstr ""
@@ -4968,52 +5052,52 @@ msgctxt "installer"
4968
  msgid "Listing upgrade to featured"
4969
  msgstr ""
4970
 
4971
- #: core/installer.php:934
4972
  msgid "Business Directory - Manual Upgrade Required"
4973
  msgstr ""
4974
 
4975
- #: core/installer.php:936
4976
  msgid ""
4977
  "Business Directory features are currently disabled because the plugin needs "
4978
  "to perform a manual upgrade before continuing."
4979
  msgstr ""
4980
 
4981
- #: core/installer.php:938
4982
  msgid "Perform Manual Upgrade"
4983
  msgstr ""
4984
 
4985
- #: core/installer.php:954 core/installer.php:955 core/installer.php:966
4986
  msgid "Business Directory - Manual Upgrade"
4987
  msgstr ""
4988
 
4989
- #: core/installer.php:970
4990
  msgid ""
4991
  "Business Directory features are currently disabled because the plugin needs "
4992
  "to perform a manual upgrade before it can be used."
4993
  msgstr ""
4994
 
4995
- #: core/installer.php:972
4996
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
4997
  msgstr ""
4998
 
4999
- #: core/installer.php:975
5000
  msgctxt "manual-upgrade"
5001
  msgid "Start Upgrade"
5002
  msgstr ""
5003
 
5004
- #: core/installer.php:977
5005
  msgctxt "manual-upgrade"
5006
  msgid "Pause Upgrade"
5007
  msgstr ""
5008
 
5009
- #: core/installer.php:983
5010
  msgctxt "manual-upgrade"
5011
  msgid ""
5012
  "The upgrade was sucessfully performed. Business Directory Plugin is now "
5013
  "available."
5014
  msgstr ""
5015
 
5016
- #: core/installer.php:986
5017
  msgctxt "manual-upgrade"
5018
  msgid "Go to \"Directory Admin\""
5019
  msgstr ""
@@ -5043,12 +5127,12 @@ msgctxt "licensing"
5043
  msgid "Deactivation failed"
5044
  msgstr ""
5045
 
5046
- #: core/licensing.php:230
5047
  msgctxt "licensing"
5048
  msgid "Business Directory - License Key Required"
5049
  msgstr ""
5050
 
5051
- #: core/licensing.php:233
5052
  msgctxt "licensing"
5053
  msgid ""
5054
  "The following premium modules will not work until a valid license key is "
@@ -5056,12 +5140,12 @@ msgid ""
5056
  "information."
5057
  msgstr ""
5058
 
5059
- #: core/licensing.php:254
5060
  msgctxt "licensing"
5061
  msgid "Business Directory - License Key Expired"
5062
  msgstr ""
5063
 
5064
- #: core/licensing.php:255
5065
  msgctxt "licensing"
5066
  msgid ""
5067
  "The license key for <span class=\"module-name\">%s %s</span> has expired. "
@@ -5069,17 +5153,17 @@ msgid ""
5069
  "until the license is renewed."
5070
  msgstr ""
5071
 
5072
- #: core/licensing.php:259
5073
  msgctxt "licensing"
5074
  msgid "Remind me later"
5075
  msgstr ""
5076
 
5077
- #: core/licensing.php:261
5078
  msgctxt "licensing"
5079
  msgid "Renew License Key"
5080
  msgstr ""
5081
 
5082
- #: core/licensing.php:348
5083
  msgctxt "licensing"
5084
  msgid "Could not deactivate license: %s."
5085
  msgstr ""
@@ -5286,37 +5370,37 @@ msgctxt "templates"
5286
  msgid "Advanced Search"
5287
  msgstr ""
5288
 
5289
- #: core/templates-ui.php:253 core/templates-ui.php:278
5290
  msgctxt "templates sort"
5291
  msgid "Sort By:"
5292
  msgstr ""
5293
 
5294
- #: core/templates-ui.php:272
5295
  msgctxt "sort"
5296
  msgid "Reset"
5297
  msgstr ""
5298
 
5299
- #: core/templates-ui.php:294
5300
  msgctxt "sort"
5301
  msgid "(Reset)"
5302
  msgstr ""
5303
 
5304
- #: core/themes.php:622
5305
  msgctxt "themes"
5306
  msgid "ZIP file is not a valid BD theme file."
5307
  msgstr ""
5308
 
5309
- #: core/themes.php:628
5310
  msgctxt "themes"
5311
  msgid "Could not create themes directory."
5312
  msgstr ""
5313
 
5314
- #: core/themes.php:636
5315
  msgctxt "themes"
5316
  msgid "Could not remove previous theme directory \"%s\"."
5317
  msgstr ""
5318
 
5319
- #: core/themes.php:642
5320
  msgctxt "themes"
5321
  msgid "Could not move new theme into theme directory."
5322
  msgstr ""
@@ -5811,7 +5895,7 @@ msgctxt "widgets"
5811
  msgid "Display the following fields in the form."
5812
  msgstr ""
5813
 
5814
- #: core/widget-search.php:102
5815
  msgctxt "widgets"
5816
  msgid "Search"
5817
  msgstr ""
4
  msgstr ""
5
  "Project-Id-Version: Business Directory Plugin 3.6\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
7
+ "POT-Creation-Date: 2016-06-14 20:52:18+00:00\n"
8
  "PO-Revision-Date: 2015-04-07 11:11-0500\n"
9
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
10
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
234
  msgid "never"
235
  msgstr ""
236
 
237
+ #: admin/class-admin.php:504
238
  msgctxt "admin"
239
  msgid "Dismiss this notice."
240
  msgstr ""
241
 
242
+ #: admin/class-admin.php:532
243
  msgctxt "admin"
244
  msgid "The listing has been published."
245
  msgid_plural "The listings have been published."
246
  msgstr[0] ""
247
  msgstr[1] ""
248
 
249
+ #: admin/class-admin.php:550
250
  msgctxt "admin"
251
  msgid "The listing status has been set as paid."
252
  msgid_plural "The listings status has been set as paid."
253
  msgstr[0] ""
254
  msgstr[1] ""
255
 
256
+ #: admin/class-admin.php:556
257
  msgctxt "admin"
258
  msgid ""
259
  "Only invoices containing non-recurring items were marked as paid. Please "
265
  msgstr[0] ""
266
  msgstr[1] ""
267
 
268
+ #: admin/class-admin.php:575
269
  msgctxt "admin"
270
  msgid "The listing has been modified."
271
  msgid_plural "The listings have been modified."
272
  msgstr[0] ""
273
  msgstr[1] ""
274
 
275
+ #: admin/class-admin.php:588
276
  msgctxt "admin"
277
  msgid "The listing has been upgraded."
278
  msgid_plural "The listings have been upgraded."
279
  msgstr[0] ""
280
  msgstr[1] ""
281
 
282
+ #: admin/class-admin.php:600
283
  msgctxt "admin"
284
  msgid "The listing has been downgraded."
285
  msgid_plural "The listings have been downgraded."
286
  msgstr[0] ""
287
  msgstr[1] ""
288
 
289
+ #: admin/class-admin.php:611
290
  msgctxt "admin payments"
291
  msgid ""
292
  "The payment status was not changed. Recurring payments can't be manually "
294
  "went through."
295
  msgstr ""
296
 
297
+ #: admin/class-admin.php:616
298
  msgctxt "admin"
299
  msgid "The transaction has been approved."
300
  msgstr ""
301
 
302
+ #: admin/class-admin.php:626
303
  msgctxt "admin"
304
  msgid "The transaction has been rejected."
305
  msgstr ""
306
 
307
+ #: admin/class-admin.php:632
308
  msgctxt "admin"
309
  msgid "The fee was successfully assigned."
310
  msgstr ""
311
 
312
+ #: admin/class-admin.php:641
313
  msgctxt "admin"
314
  msgid "Listing was renewed."
315
  msgid_plural "Listings were renewed."
316
  msgstr[0] ""
317
  msgstr[1] ""
318
 
319
+ #: admin/class-admin.php:648
320
  msgctxt "admin"
321
  msgid "Renewal email sent."
322
  msgstr ""
323
 
324
+ #: admin/class-admin.php:682
325
  msgctxt "admin category id"
326
  msgid "ID"
327
  msgstr ""
328
 
329
+ #: admin/class-admin.php:684 admin/class-admin.php:690
330
  msgctxt "admin"
331
  msgid "Listing Count"
332
  msgstr ""
333
 
334
+ #: admin/class-admin.php:799
335
  msgctxt "admin"
336
  msgid ""
337
  "<b>Business Directory Plugin</b> requires fields with the following "
338
  "associations in order to work correctly: <b>%s</b>."
339
  msgstr ""
340
 
341
+ #: admin/class-admin.php:801
342
  msgctxt "admin"
343
  msgid ""
344
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
345
  "association in order to work correctly."
346
  msgstr ""
347
 
348
+ #: admin/class-admin.php:805
349
  msgctxt "admin"
350
  msgid ""
351
  "You can create these custom fields by yourself inside \"Manage Form Fields\" "
352
  "or let Business Directory do this for you automatically."
353
  msgstr ""
354
 
355
+ #: admin/class-admin.php:809
356
  msgctxt "admin"
357
  msgid "Go to \"Manage Form Fields\""
358
  msgstr ""
359
 
360
+ #: admin/class-admin.php:812
361
  msgctxt "admin"
362
  msgid "Create these required fields for me"
363
  msgstr ""
364
 
365
+ #: admin/class-admin.php:821
366
  msgctxt "admin"
367
  msgid ""
368
  "<b>Business Directory Plugin</b> requires a page with the "
369
  "<tt>[businessdirectory]</tt> shortcode to function properly."
370
  msgstr ""
371
 
372
+ #: admin/class-admin.php:823
373
  msgctxt "admin"
374
  msgid ""
375
  "You can create this page by yourself or let Business Directory do this for "
376
  "you automatically."
377
  msgstr ""
378
 
379
+ #: admin/class-admin.php:827
380
  msgctxt "admin"
381
  msgid "Create required pages for me"
382
  msgstr ""
383
 
384
+ #: admin/class-admin.php:867
385
  msgctxt "admin compat"
386
  msgid "Installed: %s"
387
  msgstr ""
388
 
389
+ #: admin/class-admin.php:867
390
  msgctxt "admin compat"
391
  msgid "N/A"
392
  msgstr ""
393
 
394
+ #: admin/class-admin.php:870
395
  msgctxt "admin compat"
396
  msgid "Required: %s"
397
  msgstr ""
398
 
399
+ #: admin/class-admin.php:882
400
  msgctxt "admin compat"
401
  msgid ""
402
  "Business Directory has detected some incompatible premium module versions "
403
  "installed."
404
  msgstr ""
405
 
406
+ #: admin/class-admin.php:884
407
  msgctxt "admin compat"
408
  msgid ""
409
  "Please upgrade to the required versions indicated below to make sure "
410
  "everything functions properly."
411
  msgstr ""
412
 
413
+ #: admin/class-admin.php:904
414
  msgctxt "admin"
415
  msgid ""
416
  "We noticed you want your Business Directory users to register before posting "
536
  msgid "License key is invalid"
537
  msgstr ""
538
 
539
+ #: admin/class-themes-admin.php:369 core/licensing.php:333
540
  msgctxt "licensing"
541
  msgid "Could not activate license: %s."
542
  msgstr ""
543
 
544
+ #: admin/class-themes-admin.php:382 core/licensing.php:335
545
  msgctxt "licensing"
546
  msgid "License activated"
547
  msgstr ""
551
  msgid "Invalid response from server"
552
  msgstr ""
553
 
554
+ #: admin/class-themes-admin.php:442 core/licensing.php:353
555
  msgctxt "licensing"
556
  msgid "License deactivated"
557
  msgstr ""
576
  msgid "Error while creating a temporary directory for CSV export: %s"
577
  msgstr ""
578
 
579
+ #: admin/csv-import.php:109
580
  msgctxt "admin csv-import"
581
  msgid "Business %s"
582
  msgstr ""
583
 
584
+ #: admin/csv-import.php:147
585
  msgctxt "admin csv-import"
586
  msgid "Whatever"
587
  msgstr ""
588
 
589
+ #: admin/csv-import.php:151
590
  msgctxt "admin csv-import"
591
  msgid "Example CSV Import File"
592
  msgstr ""
593
 
594
+ #: admin/csv-import.php:152
595
  msgctxt "admin csv-import"
596
  msgid "← Return to \"CSV Import\""
597
  msgstr ""
598
 
599
+ #: admin/csv-import.php:255
600
  msgid ""
601
  "A valid temporary directory with write permissions is required for CSV "
602
  "imports to function properly. Your server is using \"%s\" but this path does "
603
  "not seem to be writable. Please consult with your host."
604
  msgstr ""
605
 
606
+ #: admin/csv-import.php:289
607
  msgctxt "admin csv-import"
608
  msgid "There was an error uploading the CSV file."
609
  msgstr ""
610
 
611
+ #: admin/csv-import.php:295
612
  msgctxt "admin csv-import"
613
  msgid "Please upload or select a CSV file."
614
  msgstr ""
615
 
616
+ #: admin/csv-import.php:308
617
  msgctxt "admin csv-import"
618
  msgid "There was an error uploading the images ZIP file."
619
  msgstr ""
620
 
621
+ #: admin/csv-import.php:329
622
  msgctxt "admin csv-import"
623
  msgid ""
624
  "An error was detected while validating the CSV file for import. Please fix "
625
  "this before proceeding."
626
  msgstr ""
627
 
628
+ #: admin/csv-import.php:338
629
  msgctxt "admin csv-import"
630
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
631
  msgstr ""
973
 
974
  #: admin/form-fields.php:297
975
  msgctxt "form-fields admin"
976
+ msgid "City"
977
  msgstr ""
978
 
979
  #: admin/form-fields.php:298
980
  msgctxt "form-fields admin"
981
+ msgid "State"
982
  msgstr ""
983
 
984
  #: admin/form-fields.php:299
985
  msgctxt "form-fields admin"
986
+ msgid "ZIP Code"
987
  msgstr ""
988
 
989
  #: admin/form-fields.php:300
990
  msgctxt "form-fields admin"
991
+ msgid "FAX Number"
992
  msgstr ""
993
 
994
  #: admin/form-fields.php:301
995
  msgctxt "form-fields admin"
996
+ msgid "Phone Number"
997
  msgstr ""
998
 
999
  #: admin/form-fields.php:302
1000
  msgctxt "form-fields admin"
1001
+ msgid "Ratings Field"
1002
+ msgstr ""
1003
+
1004
+ #: admin/form-fields.php:303
1005
+ msgctxt "form-fields admin"
1006
+ msgid "Twitter"
1007
+ msgstr ""
1008
+
1009
+ #: admin/form-fields.php:304
1010
+ msgctxt "form-fields admin"
1011
  msgid "Website"
1012
  msgstr ""
1013
 
1014
+ #: admin/form-fields.php:325
1015
  msgctxt "form-fields admin"
1016
  msgid "Tags updated."
1017
  msgstr ""
1430
  msgid "Warning"
1431
  msgstr ""
1432
 
1433
+ #: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:233
1434
  msgctxt "admin csv-import"
1435
  msgid "Help"
1436
  msgstr ""
1549
 
1550
  #: admin/templates/csv-import.tpl.php:193
1551
  msgctxt "admin csv-import"
1552
+ msgid "Use a default user for listings?"
1553
  msgstr ""
1554
 
1555
+ #: admin/templates/csv-import.tpl.php:199
1556
  msgctxt "admin csv-import"
1557
+ msgid ""
1558
+ "Select a default user to be used if the username column is not present in "
1559
+ "the CSV file."
1560
  msgstr ""
1561
 
1562
  #: admin/templates/csv-import.tpl.php:204
1563
  msgctxt "admin csv-import"
1564
+ msgid "Default listing user"
1565
+ msgstr ""
1566
+
1567
+ #: admin/templates/csv-import.tpl.php:210
1568
+ msgctxt "admin csv-import"
1569
  msgid ""
1570
  "This user will be used if the username column is not present in the CSV file."
1571
  msgstr ""
1572
 
1573
+ #: admin/templates/csv-import.tpl.php:215
1574
  msgctxt "admin csv-import"
1575
  msgid "Disable e-mail notifications during import?"
1576
  msgstr ""
1577
 
1578
+ #: admin/templates/csv-import.tpl.php:220
1579
  msgctxt "admin csv-import"
1580
  msgid "Disable e-mail notifications."
1581
  msgstr ""
1582
 
1583
+ #: admin/templates/csv-import.tpl.php:226
1584
  msgctxt "admin csv-import"
1585
  msgid "Test Import"
1586
  msgstr ""
1587
 
1588
+ #: admin/templates/csv-import.tpl.php:227
1589
  msgctxt "admin csv-import"
1590
  msgid "Import Listings"
1591
  msgstr ""
1592
 
1593
+ #: admin/templates/csv-import.tpl.php:235
1594
  msgctxt "admin csv-import"
1595
  msgid ""
1596
  "The following are the valid header names to be used in the CSV file. "
1599
  "how an import file should look like."
1600
  msgstr ""
1601
 
1602
+ #: admin/templates/csv-import.tpl.php:242
1603
  msgctxt "admin csv-import"
1604
  msgid "Header name/label"
1605
  msgstr ""
1606
 
1607
+ #: admin/templates/csv-import.tpl.php:243
1608
  msgctxt "admin csv-import"
1609
  msgid "Field"
1610
  msgstr ""
1611
 
1612
+ #: admin/templates/csv-import.tpl.php:244
1613
  msgctxt "admin csv-import"
1614
  msgid "Type"
1615
  msgstr ""
1616
 
1617
+ #: admin/templates/csv-import.tpl.php:245
1618
  msgctxt "admin csv-import"
1619
  msgid "Required?"
1620
  msgstr ""
1621
 
1622
+ #: admin/templates/csv-import.tpl.php:246
1623
  msgctxt "admin csv-import"
1624
  msgid "Multivalued?"
1625
  msgstr ""
1626
 
1627
+ #: admin/templates/csv-import.tpl.php:268
1628
  msgctxt "admin csv-import"
1629
  msgid "Semicolon separated list of listing images (from the ZIP file)"
1630
  msgstr ""
1631
 
1632
+ #: admin/templates/csv-import.tpl.php:275
1633
  msgctxt "admin csv-import"
1634
  msgid "Listing author's username"
1635
  msgstr ""
1636
 
1637
+ #: admin/templates/csv-import.tpl.php:282
1638
  msgctxt "admin csv-import"
1639
  msgid ""
1640
  "Internal Sequence ID used to allow listing updates from external sources."
1641
  msgstr ""
1642
 
1643
+ #: admin/templates/csv-import.tpl.php:289
1644
  msgctxt "admin csv-import"
1645
  msgid ""
1646
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
2077
  msgid "Please see the <a>Form Fields documentation</a> for more details."
2078
  msgstr ""
2079
 
2080
+ #. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.0.6) #-#-#-#-#
2081
  #. Plugin Name of the plugin/theme
2082
  #: admin/templates/header.tpl.php:4
2083
  msgid "Business Directory Plugin"
2469
  msgid "Google Maps Module"
2470
  msgstr ""
2471
 
2472
+ #: admin/templates/sidebar.tpl.php:18
2473
+ msgctxt "admin sidebar"
2474
+ msgid "Business Card Theme"
2475
+ msgstr ""
2476
+
2477
+ #: admin/templates/sidebar.tpl.php:19
2478
+ msgctxt "admin sidebar"
2479
+ msgid "Mobile Compact Theme"
2480
+ msgstr ""
2481
+
2482
+ #: admin/templates/sidebar.tpl.php:20
2483
+ msgctxt "admin sidebar"
2484
+ msgid "Restaurant Theme"
2485
+ msgstr ""
2486
+
2487
  #: admin/templates/sidebar.tpl.php:21
2488
  msgctxt "admin sidebar"
2489
+ msgid "Tabbed Business Theme"
2490
+ msgstr ""
2491
+
2492
+ #: admin/templates/sidebar.tpl.php:22
2493
+ msgctxt "admin sidebar"
2494
+ msgid "Elegant Business Theme"
2495
+ msgstr ""
2496
+
2497
+ #: admin/templates/sidebar.tpl.php:29
2498
+ msgctxt "admin sidebar"
2499
  msgid "Like this plugin?"
2500
  msgstr ""
2501
 
2502
+ #: admin/templates/sidebar.tpl.php:31
2503
  msgctxt "admin sidebar"
2504
  msgid "Why not do any or all of the following:"
2505
  msgstr ""
2506
 
2507
+ #: admin/templates/sidebar.tpl.php:33
2508
  msgctxt "admin sidebar"
2509
  msgid "Give it a good rating on WordPress.org."
2510
  msgstr ""
2511
 
2512
+ #: admin/templates/sidebar.tpl.php:34
2513
  msgctxt "admin sidebar"
2514
  msgid "Let other people know that it works with your WordPress setup."
2515
  msgstr ""
2516
 
2517
+ #: admin/templates/sidebar.tpl.php:35
2518
  msgctxt "admin sidebar"
2519
  msgid "Buy a Premium Module"
2520
  msgstr ""
2521
 
2522
+ #: admin/templates/sidebar.tpl.php:42
2523
  msgctxt "admin sidebar"
2524
  msgid "Get a Premium Module"
2525
  msgstr ""
2526
 
2527
+ #: admin/templates/sidebar.tpl.php:45 admin/templates/sidebar.tpl.php:61
2528
+ msgctxt "admin sidebar"
2529
+ msgid "best deal"
2530
+ msgstr ""
2531
+
2532
+ #: admin/templates/sidebar.tpl.php:45
2533
  msgctxt "admin sidebar"
2534
+ msgid "Combo Pack"
2535
  msgstr ""
2536
 
2537
+ #: admin/templates/sidebar.tpl.php:45
2538
  msgctxt "admin sidebar"
2539
+ msgid "(All Modules)"
2540
  msgstr ""
2541
 
2542
+ #: admin/templates/sidebar.tpl.php:48 admin/templates/sidebar.tpl.php:64
2543
+ msgctxt "admin sidebar"
2544
+ msgid "new"
2545
+ msgstr ""
2546
+
2547
+ #: admin/templates/sidebar.tpl.php:58
2548
+ msgctxt "admin sidebar"
2549
+ msgid "Get a Directory Theme"
2550
+ msgstr ""
2551
+
2552
+ #: admin/templates/sidebar.tpl.php:61
2553
+ msgctxt "admin sidebar"
2554
+ msgid "Theme Pack"
2555
+ msgstr ""
2556
+
2557
+ #: admin/templates/sidebar.tpl.php:61
2558
+ msgctxt "admin sidebar"
2559
+ msgid "(All Themes)"
2560
+ msgstr ""
2561
+
2562
+ #: admin/templates/sidebar.tpl.php:74
2563
  msgctxt "admin sidebar"
2564
  msgid "Found a bug? Need support?"
2565
  msgstr ""
2566
 
2567
+ #: admin/templates/sidebar.tpl.php:79
2568
  msgctxt "admin sidebar"
2569
  msgid "If you've found a bug or need support <a>visit the forums!</a>"
2570
  msgstr ""
2571
 
2572
+ #: admin/templates/sidebar.tpl.php:82
2573
  msgctxt "admin sidebar"
2574
  msgid "Full plugin documentation"
2575
  msgstr ""
2576
 
2577
+ #: admin/templates/sidebar.tpl.php:83
2578
  msgctxt "admin sidebar"
2579
  msgid "Quick Start Guide"
2580
  msgstr ""
2581
 
2582
+ #: admin/templates/sidebar.tpl.php:84
2583
  msgctxt "admin sidebar"
2584
  msgid "Video Tutorials"
2585
  msgstr ""
2586
 
2587
+ #: admin/templates/sidebar.tpl.php:92
2588
  msgctxt "admin sidebar"
2589
  msgid "Installed Modules"
2590
  msgstr ""
2591
 
2592
+ #: admin/templates/sidebar.tpl.php:103 admin/templates/sidebar.tpl.php:112
2593
  msgctxt "admin sidebar"
2594
  msgid "Installed"
2595
  msgstr ""
2596
 
2597
+ #: admin/templates/sidebar.tpl.php:105 admin/templates/sidebar.tpl.php:112
2598
  msgctxt "admin sidebar"
2599
  msgid "Not Installed"
2600
  msgstr ""
2601
 
2602
+ #: admin/templates/sidebar.tpl.php:111
2603
  msgctxt "admin sidebar"
2604
  msgid "Enhanced Categories Module"
2605
  msgstr ""
2681
  msgid "Activating license..."
2682
  msgstr ""
2683
 
2684
+ #: admin/templates/themes.tpl.php:13
2685
+ msgctxt "themes"
2686
+ msgid ""
2687
+ "<a><b>Directory Themes</b></a> are pre-made templates for the <i>Business "
2688
+ "Directory Plugin</i> to change the look of the directory quickly and easily. "
2689
+ "We have a number of them available for purchase <a>here</a>."
2690
+ msgstr ""
2691
+
2692
+ #: admin/templates/themes.tpl.php:14
2693
+ msgctxt "themes"
2694
+ msgid ""
2695
+ "They are <strong>different</strong> than your regular WordPress theme and "
2696
+ "they are <strong>not</strong> a replacement for WP themes either. They will "
2697
+ "change the look and feel of your business directory only."
2698
+ msgstr ""
2699
+
2700
  #: admin/templates/transactions.tpl.php:2
2701
  msgctxt "admin transactions"
2702
  msgid "Transactions"
2798
  msgid "Allow Tracking"
2799
  msgstr ""
2800
 
2801
+ #: business-directory-plugin.php:660
2802
  msgctxt "admin plugins"
2803
  msgid "Settings"
2804
  msgstr ""
2805
 
2806
+ #: business-directory-plugin.php:768 business-directory-plugin.php:775
2807
  msgctxt "rss feed"
2808
  msgid "%s Feed"
2809
  msgstr ""
2810
 
2811
+ #: business-directory-plugin.php:1113
2812
  msgctxt "title"
2813
  msgid "Submit A Listing"
2814
  msgstr ""
2815
 
2816
+ #: business-directory-plugin.php:1123
2817
  msgctxt "title"
2818
  msgid "Find a Listing"
2819
  msgstr ""
2820
 
2821
+ #: business-directory-plugin.php:1133
2822
  msgctxt "title"
2823
  msgid "View All Listings"
2824
  msgstr ""
2825
 
2826
+ #: business-directory-plugin.php:1153
2827
  msgctxt "title"
2828
  msgid "Listings tagged: %s"
2829
  msgstr ""
2832
  msgid "Free"
2833
  msgstr ""
2834
 
2835
+ #: core/class-csv-import.php:391
2836
  msgctxt "admin csv-import"
2837
  msgid "Could not create listing category \"%s\""
2838
  msgstr ""
2839
 
2840
+ #: core/class-csv-import.php:535
2841
  msgctxt "admin csv-import"
2842
  msgid "Username \"%s\" does not exist"
2843
  msgstr ""
2844
 
2845
+ #: core/class-csv-import.php:567
2846
  msgctxt "admin csv-import"
2847
  msgid "Missing required field: %s"
2848
  msgstr ""
2849
 
2850
+ #: core/class-csv-import.php:587
2851
  msgctxt "admin csv-import"
2852
  msgid "Listing category \"%s\" does not exist"
2853
  msgstr ""
2882
  msgid "Invalid form field type"
2883
  msgstr ""
2884
 
2885
+ #: core/class-form-field.php:493
2886
  msgctxt "form-fields-api"
2887
  msgid "Field label is required."
2888
  msgstr ""
2889
 
2890
+ #: core/class-form-field.php:503
2891
  msgctxt "form-fields-api"
2892
  msgid "Requested field type change is incompatible. Type will not be modified."
2893
  msgstr ""
2894
 
2895
+ #: core/class-form-field.php:523
2896
  msgctxt "form-fields-api"
2897
  msgid ""
2898
  "There can only be one field with association \"%s\". Please select another "
2899
  "association."
2900
  msgstr ""
2901
 
2902
+ #: core/class-form-field.php:533
2903
  msgctxt "form-fields-api"
2904
  msgid "\"%s\" is an invalid field type for this association."
2905
  msgstr ""
2906
 
2907
+ #: core/class-form-field.php:571
2908
  msgctxt "form-fields-api"
2909
  msgid "Invalid field ID"
2910
  msgstr ""
2911
 
2912
+ #: core/class-form-field.php:580
2913
  msgctxt "form-fields api"
2914
  msgid ""
2915
  "This form field can't be deleted because it is required for the plugin to "
2916
  "work."
2917
  msgstr ""
2918
 
2919
+ #: core/class-form-field.php:592
2920
  msgctxt "form-fields-api"
2921
  msgid "An error occurred while trying to delete this field."
2922
  msgstr ""
2971
  msgid "(Fee Unavailable)"
2972
  msgstr ""
2973
 
2974
+ #: core/class-listings-api.php:306
2975
  msgctxt "notify email"
2976
  msgid "[%s] New listing notification"
2977
  msgstr ""
2978
 
2979
+ #: core/class-listings-api.php:325
2980
  msgctxt "notify email"
2981
  msgid "[%s] Listing edit notification"
2982
  msgstr ""
3143
  msgstr ""
3144
 
3145
  #: core/class-settings.php:70
3146
+ msgctxt "admin settings"
3147
  msgid ""
3148
  "We expect that a membership plugin supports the 'redirect_to' parameter for "
3149
  "the URLs below to work. If the plugin does not support them, these settings "
3229
 
3230
  #: core/class-settings.php:116
3231
  msgctxt "admin settings"
3232
+ msgid "Disable advanced CPT integration."
3233
  msgstr ""
3234
 
3235
  #: core/class-settings.php:121
4346
  "\". Please remove the file \"%s\" manually or deactivate the plugin."
4347
  msgstr ""
4348
 
4349
+ #: core/class-settings.php:1063
4350
  msgctxt "settings"
4351
  msgid "Deactivate License"
4352
  msgstr ""
4353
 
4354
+ #: core/class-settings.php:1065
4355
  msgctxt "settings"
4356
  msgid "Deactivating license..."
4357
  msgstr ""
4358
 
4359
+ #: core/class-settings.php:1068
4360
  msgctxt "settings"
4361
  msgid "Activate License"
4362
  msgstr ""
4363
 
4364
+ #: core/class-settings.php:1070
4365
  msgctxt "settings"
4366
  msgid "Activating license..."
4367
  msgstr ""
4368
 
4369
+ #: core/class-settings.php:1093
4370
  msgctxt "admin settings"
4371
  msgid "Valid placeholders: %s"
4372
  msgstr ""
4373
 
4374
+ #: core/class-settings.php:1127
4375
  msgctxt "settings email"
4376
  msgid "Click to edit e-mail"
4377
  msgstr ""
4378
 
4379
+ #: core/class-settings.php:1128
4380
  msgctxt "settings email"
4381
  msgid "Click to edit"
4382
  msgstr ""
4383
 
4384
+ #: core/class-settings.php:1141
4385
  msgctxt "settings email"
4386
  msgid "E-Mail Subject"
4387
  msgstr ""
4388
 
4389
+ #: core/class-settings.php:1152
4390
  msgctxt "settings email"
4391
  msgid "E-Mail Body"
4392
  msgstr ""
4393
 
4394
+ #: core/class-settings.php:1163
4395
  msgctxt "settings email"
4396
  msgid "You can use the following placeholders:"
4397
  msgstr ""
4398
 
4399
+ #: core/class-settings.php:1186
4400
  msgctxt "settings email"
4401
  msgid "Preview e-mail"
4402
  msgstr ""
4403
 
4404
+ #: core/class-settings.php:1187
4405
  msgctxt "settings email"
4406
  msgid "Cancel"
4407
  msgstr ""
4408
 
4409
+ #: core/class-settings.php:1188
4410
  msgctxt "settings email"
4411
  msgid "Save Changes"
4412
  msgstr ""
4413
 
4414
+ #: core/class-settings.php:1207
4415
  msgctxt "settings email"
4416
  msgid "Site title"
4417
  msgstr ""
4418
 
4419
+ #: core/class-settings.php:1210
4420
  msgctxt "settings email"
4421
  msgid "Site title (with link)"
4422
  msgstr ""
4423
 
4424
+ #: core/class-settings.php:1213
4425
  msgctxt "settings email"
4426
  msgid "Site address (with link)"
4427
  msgstr ""
4428
 
4429
+ #: core/class-settings.php:1216
4430
  msgctxt "settings email"
4431
  msgid "Directory URL (with link)"
4432
  msgstr ""
4433
 
4434
+ #: core/class-settings.php:1219
4435
  msgctxt "settings email"
4436
  msgid "Current date"
4437
  msgstr ""
4438
 
4439
+ #: core/class-settings.php:1222
4440
  msgctxt "settings email"
4441
  msgid "Current time"
4442
  msgstr ""
5052
  msgid "Listing upgrade to featured"
5053
  msgstr ""
5054
 
5055
+ #: core/installer.php:940
5056
  msgid "Business Directory - Manual Upgrade Required"
5057
  msgstr ""
5058
 
5059
+ #: core/installer.php:942
5060
  msgid ""
5061
  "Business Directory features are currently disabled because the plugin needs "
5062
  "to perform a manual upgrade before continuing."
5063
  msgstr ""
5064
 
5065
+ #: core/installer.php:944
5066
  msgid "Perform Manual Upgrade"
5067
  msgstr ""
5068
 
5069
+ #: core/installer.php:960 core/installer.php:961 core/installer.php:972
5070
  msgid "Business Directory - Manual Upgrade"
5071
  msgstr ""
5072
 
5073
+ #: core/installer.php:976
5074
  msgid ""
5075
  "Business Directory features are currently disabled because the plugin needs "
5076
  "to perform a manual upgrade before it can be used."
5077
  msgstr ""
5078
 
5079
+ #: core/installer.php:978
5080
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
5081
  msgstr ""
5082
 
5083
+ #: core/installer.php:981
5084
  msgctxt "manual-upgrade"
5085
  msgid "Start Upgrade"
5086
  msgstr ""
5087
 
5088
+ #: core/installer.php:983
5089
  msgctxt "manual-upgrade"
5090
  msgid "Pause Upgrade"
5091
  msgstr ""
5092
 
5093
+ #: core/installer.php:989
5094
  msgctxt "manual-upgrade"
5095
  msgid ""
5096
  "The upgrade was sucessfully performed. Business Directory Plugin is now "
5097
  "available."
5098
  msgstr ""
5099
 
5100
+ #: core/installer.php:992
5101
  msgctxt "manual-upgrade"
5102
  msgid "Go to \"Directory Admin\""
5103
  msgstr ""
5127
  msgid "Deactivation failed"
5128
  msgstr ""
5129
 
5130
+ #: core/licensing.php:233
5131
  msgctxt "licensing"
5132
  msgid "Business Directory - License Key Required"
5133
  msgstr ""
5134
 
5135
+ #: core/licensing.php:236
5136
  msgctxt "licensing"
5137
  msgid ""
5138
  "The following premium modules will not work until a valid license key is "
5140
  "information."
5141
  msgstr ""
5142
 
5143
+ #: core/licensing.php:257
5144
  msgctxt "licensing"
5145
  msgid "Business Directory - License Key Expired"
5146
  msgstr ""
5147
 
5148
+ #: core/licensing.php:258
5149
  msgctxt "licensing"
5150
  msgid ""
5151
  "The license key for <span class=\"module-name\">%s %s</span> has expired. "
5153
  "until the license is renewed."
5154
  msgstr ""
5155
 
5156
+ #: core/licensing.php:262
5157
  msgctxt "licensing"
5158
  msgid "Remind me later"
5159
  msgstr ""
5160
 
5161
+ #: core/licensing.php:264
5162
  msgctxt "licensing"
5163
  msgid "Renew License Key"
5164
  msgstr ""
5165
 
5166
+ #: core/licensing.php:351
5167
  msgctxt "licensing"
5168
  msgid "Could not deactivate license: %s."
5169
  msgstr ""
5370
  msgid "Advanced Search"
5371
  msgstr ""
5372
 
5373
+ #: core/templates-ui.php:256 core/templates-ui.php:281
5374
  msgctxt "templates sort"
5375
  msgid "Sort By:"
5376
  msgstr ""
5377
 
5378
+ #: core/templates-ui.php:275
5379
  msgctxt "sort"
5380
  msgid "Reset"
5381
  msgstr ""
5382
 
5383
+ #: core/templates-ui.php:297
5384
  msgctxt "sort"
5385
  msgid "(Reset)"
5386
  msgstr ""
5387
 
5388
+ #: core/themes.php:625
5389
  msgctxt "themes"
5390
  msgid "ZIP file is not a valid BD theme file."
5391
  msgstr ""
5392
 
5393
+ #: core/themes.php:631
5394
  msgctxt "themes"
5395
  msgid "Could not create themes directory."
5396
  msgstr ""
5397
 
5398
+ #: core/themes.php:639
5399
  msgctxt "themes"
5400
  msgid "Could not remove previous theme directory \"%s\"."
5401
  msgstr ""
5402
 
5403
+ #: core/themes.php:645
5404
  msgctxt "themes"
5405
  msgid "Could not move new theme into theme directory."
5406
  msgstr ""
5895
  msgid "Display the following fields in the form."
5896
  msgstr ""
5897
 
5898
+ #: core/widget-search.php:107
5899
  msgctxt "widgets"
5900
  msgid "Search"
5901
  msgstr ""
languages/WPBDM-es_ES.mo CHANGED
Binary file
languages/WPBDM-es_ES.po CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the same license as the package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Business Directory Plugin 3.6.13\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
7
- "POT-Creation-Date: 2016-05-24 19:56:31+00:00\n"
8
- "PO-Revision-Date: 2016-01-18 15:22-0500\n"
9
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
10
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language: es_ES\n"
@@ -241,26 +241,26 @@ msgctxt "admin infometabox"
241
  msgid "never"
242
  msgstr "nunca"
243
 
244
- #: admin/class-admin.php:498
245
  msgctxt "admin"
246
  msgid "Dismiss this notice."
247
  msgstr ""
248
 
249
- #: admin/class-admin.php:526
250
  msgctxt "admin"
251
  msgid "The listing has been published."
252
  msgid_plural "The listings have been published."
253
  msgstr[0] "El listado ha sido publicado."
254
  msgstr[1] "Los listados han sido publicados."
255
 
256
- #: admin/class-admin.php:544
257
  msgctxt "admin"
258
  msgid "The listing status has been set as paid."
259
  msgid_plural "The listings status has been set as paid."
260
  msgstr[0] "El listado se ha marcado como pagado."
261
  msgstr[1] "Los listados se han marcado como pagados."
262
 
263
- #: admin/class-admin.php:550
264
  msgctxt "admin"
265
  msgid ""
266
  "Only invoices containing non-recurring items were marked as paid. Please "
@@ -272,28 +272,28 @@ msgid_plural ""
272
  msgstr[0] ""
273
  msgstr[1] ""
274
 
275
- #: admin/class-admin.php:569
276
  msgctxt "admin"
277
  msgid "The listing has been modified."
278
  msgid_plural "The listings have been modified."
279
  msgstr[0] "El listado ha sido modificado."
280
  msgstr[1] "Los listados han sido modificados."
281
 
282
- #: admin/class-admin.php:582
283
  msgctxt "admin"
284
  msgid "The listing has been upgraded."
285
  msgid_plural "The listings have been upgraded."
286
  msgstr[0] "El listado ha sido mejorado."
287
  msgstr[1] "Los listados han sido mejorados."
288
 
289
- #: admin/class-admin.php:594
290
  msgctxt "admin"
291
  msgid "The listing has been downgraded."
292
  msgid_plural "The listings have been downgraded."
293
  msgstr[0] "El listado ha sido degradado."
294
  msgstr[1] "Los listados han sido degradados."
295
 
296
- #: admin/class-admin.php:605
297
  msgctxt "admin payments"
298
  msgid ""
299
  "The payment status was not changed. Recurring payments can't be manually "
@@ -301,44 +301,44 @@ msgid ""
301
  "went through."
302
  msgstr ""
303
 
304
- #: admin/class-admin.php:610
305
  msgctxt "admin"
306
  msgid "The transaction has been approved."
307
  msgstr "La transacción ha sido aprobada."
308
 
309
- #: admin/class-admin.php:620
310
  msgctxt "admin"
311
  msgid "The transaction has been rejected."
312
  msgstr "La transacción ha sido rechazada."
313
 
314
- #: admin/class-admin.php:626
315
  msgctxt "admin"
316
  msgid "The fee was successfully assigned."
317
  msgstr "La comisión se asignó satisfactoriamente."
318
 
319
- #: admin/class-admin.php:635
320
  msgctxt "admin"
321
  msgid "Listing was renewed."
322
  msgid_plural "Listings were renewed."
323
  msgstr[0] "El listado ha sido renovado."
324
  msgstr[1] "Los listados fueron renovados."
325
 
326
- #: admin/class-admin.php:642
327
  msgctxt "admin"
328
  msgid "Renewal email sent."
329
  msgstr "Mensaje de correo electrónico de renovación enviado."
330
 
331
- #: admin/class-admin.php:676
332
  msgctxt "admin category id"
333
  msgid "ID"
334
  msgstr "ID"
335
 
336
- #: admin/class-admin.php:678 admin/class-admin.php:684
337
  msgctxt "admin"
338
  msgid "Listing Count"
339
  msgstr "Conteo de Listados"
340
 
341
- #: admin/class-admin.php:793
342
  msgctxt "admin"
343
  msgid ""
344
  "<b>Business Directory Plugin</b> requires fields with the following "
@@ -347,7 +347,7 @@ msgstr ""
347
  "<b>Business Directory Plugin</b> requiere campos con las siguientes "
348
  "asociaciones para funcionar correctamente: <b>%s</b>."
349
 
350
- #: admin/class-admin.php:795
351
  msgctxt "admin"
352
  msgid ""
353
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
@@ -356,7 +356,7 @@ msgstr ""
356
  "<b>Business Directory Plugin</b> requiere un campo con la asociación <b>%s</"
357
  "b> para funcionar correctamente."
358
 
359
- #: admin/class-admin.php:799
360
  msgctxt "admin"
361
  msgid ""
362
  "You can create these custom fields by yourself inside \"Manage Form Fields\" "
@@ -365,17 +365,17 @@ msgstr ""
365
  "Puede crear estos campos usted mismo en \"Administrar Campos de Formulario\" "
366
  "o puede dejar que Business Directory haga esto por usted automáticamente."
367
 
368
- #: admin/class-admin.php:803
369
  msgctxt "admin"
370
  msgid "Go to \"Manage Form Fields\""
371
  msgstr "Ir a \"Administrar Campos de Formulario\""
372
 
373
- #: admin/class-admin.php:806
374
  msgctxt "admin"
375
  msgid "Create these required fields for me"
376
  msgstr "Crear estos campos requeridos por mi"
377
 
378
- #: admin/class-admin.php:815
379
  msgctxt "admin"
380
  msgid ""
381
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -384,7 +384,7 @@ msgstr ""
384
  "<b>Business Directory Plugin</b> requiere una página con el shortcode "
385
  "<tt>[businessdirectory]</tt> para funcionar adecuadamente."
386
 
387
- #: admin/class-admin.php:817
388
  msgctxt "admin"
389
  msgid ""
390
  "You can create this page by yourself or let Business Directory do this for "
@@ -393,27 +393,27 @@ msgstr ""
393
  "Puede crear esta página usted mismo o dejar que Business Directory lo haga "
394
  "por usted automáticamente."
395
 
396
- #: admin/class-admin.php:821
397
  msgctxt "admin"
398
  msgid "Create required pages for me"
399
  msgstr "Crear las páginas requeridas por mi"
400
 
401
- #: admin/class-admin.php:861
402
  msgctxt "admin compat"
403
  msgid "Installed: %s"
404
  msgstr "Instalado: %s"
405
 
406
- #: admin/class-admin.php:861
407
  msgctxt "admin compat"
408
  msgid "N/A"
409
  msgstr "N/A"
410
 
411
- #: admin/class-admin.php:864
412
  msgctxt "admin compat"
413
  msgid "Required: %s"
414
  msgstr "Requerido: %s"
415
 
416
- #: admin/class-admin.php:876
417
  msgctxt "admin compat"
418
  msgid ""
419
  "Business Directory has detected some incompatible premium module versions "
@@ -422,7 +422,7 @@ msgstr ""
422
  "Business Directory ha detectado algunas versiones incompatibles de módulos "
423
  "instaladas."
424
 
425
- #: admin/class-admin.php:878
426
  msgctxt "admin compat"
427
  msgid ""
428
  "Please upgrade to the required versions indicated below to make sure "
@@ -431,7 +431,7 @@ msgstr ""
431
  "Por favor actualice a las versiones requeridas indicadas abajo para "
432
  "asegurarse de que todo funcione correctamente."
433
 
434
- #: admin/class-admin.php:898
435
  msgctxt "admin"
436
  msgid ""
437
  "We noticed you want your Business Directory users to register before posting "
@@ -563,12 +563,12 @@ msgctxt "licensing"
563
  msgid "License key is invalid"
564
  msgstr "La licencia es inválida"
565
 
566
- #: admin/class-themes-admin.php:369 core/licensing.php:330
567
  msgctxt "licensing"
568
  msgid "Could not activate license: %s."
569
  msgstr "No se pudo activar la licencia: %s."
570
 
571
- #: admin/class-themes-admin.php:382 core/licensing.php:332
572
  msgctxt "licensing"
573
  msgid "License activated"
574
  msgstr "Licencia activada"
@@ -578,7 +578,7 @@ msgctxt "licensing"
578
  msgid "Invalid response from server"
579
  msgstr ""
580
 
581
- #: admin/class-themes-admin.php:442 core/licensing.php:350
582
  msgctxt "licensing"
583
  msgid "License deactivated"
584
  msgstr "Licencia desactivada"
@@ -606,27 +606,27 @@ msgstr ""
606
  "Se presentó un error mientras se creaba el directorio temporal para exportar "
607
  "el archivo CSV: %s"
608
 
609
- #: admin/csv-import.php:95
610
  msgctxt "admin csv-import"
611
  msgid "Business %s"
612
  msgstr "Negocio %s"
613
 
614
- #: admin/csv-import.php:133
615
  msgctxt "admin csv-import"
616
  msgid "Whatever"
617
  msgstr "Lo que sea"
618
 
619
- #: admin/csv-import.php:137
620
  msgctxt "admin csv-import"
621
  msgid "Example CSV Import File"
622
  msgstr "Archivo CSV de ejemplo"
623
 
624
- #: admin/csv-import.php:138
625
  msgctxt "admin csv-import"
626
  msgid "← Return to \"CSV Import\""
627
  msgstr "← Regresar a \"Importar CSV\""
628
 
629
- #: admin/csv-import.php:241
630
  msgid ""
631
  "A valid temporary directory with write permissions is required for CSV "
632
  "imports to function properly. Your server is using \"%s\" but this path does "
@@ -636,22 +636,22 @@ msgstr ""
636
  "la importación CSV funcione correctamente. Su servidor está utilizando \"%s"
637
  "\" pero no es posible escribir en esa ruta. Consulte con su proveedor."
638
 
639
- #: admin/csv-import.php:275
640
  msgctxt "admin csv-import"
641
  msgid "There was an error uploading the CSV file."
642
  msgstr "Ocurrió un error subiendo el archivo CSV."
643
 
644
- #: admin/csv-import.php:281
645
  msgctxt "admin csv-import"
646
  msgid "Please upload or select a CSV file."
647
  msgstr "Por favor suba o elija un archivo CSV."
648
 
649
- #: admin/csv-import.php:294
650
  msgctxt "admin csv-import"
651
  msgid "There was an error uploading the images ZIP file."
652
  msgstr "Ocurrió un error subiendo el archivo ZIP de imágenes."
653
 
654
- #: admin/csv-import.php:315
655
  msgctxt "admin csv-import"
656
  msgid ""
657
  "An error was detected while validating the CSV file for import. Please fix "
@@ -660,7 +660,7 @@ msgstr ""
660
  "Un error se detectó mientras se validaba el archivo CSV para importarlo. Por "
661
  "favor repárelo antes de proceder."
662
 
663
- #: admin/csv-import.php:324
664
  msgctxt "admin csv-import"
665
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
666
  msgstr ""
@@ -1031,36 +1031,48 @@ msgid "Address"
1031
  msgstr ""
1032
 
1033
  #: admin/form-fields.php:297
 
 
 
 
 
 
 
 
 
 
 
 
1034
  msgctxt "form-fields admin"
1035
  msgid "ZIP Code"
1036
  msgstr ""
1037
 
1038
- #: admin/form-fields.php:298
1039
  msgctxt "form-fields admin"
1040
  msgid "FAX Number"
1041
  msgstr ""
1042
 
1043
- #: admin/form-fields.php:299
1044
  msgctxt "form-fields admin"
1045
  msgid "Phone Number"
1046
  msgstr ""
1047
 
1048
- #: admin/form-fields.php:300
1049
  msgctxt "form-fields admin"
1050
  msgid "Ratings Field"
1051
  msgstr ""
1052
 
1053
- #: admin/form-fields.php:301
1054
  msgctxt "form-fields admin"
1055
  msgid "Twitter"
1056
  msgstr ""
1057
 
1058
- #: admin/form-fields.php:302
1059
  msgctxt "form-fields admin"
1060
  msgid "Website"
1061
  msgstr ""
1062
 
1063
- #: admin/form-fields.php:323
1064
  msgctxt "form-fields admin"
1065
  msgid "Tags updated."
1066
  msgstr ""
@@ -1503,7 +1515,7 @@ msgctxt "admin csv-import"
1503
  msgid "Warning"
1504
  msgstr "Advertencia"
1505
 
1506
- #: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:227
1507
  msgctxt "admin csv-import"
1508
  msgid "Help"
1509
  msgstr "Ayuda"
@@ -1624,44 +1636,55 @@ msgid "Assign listings to a user."
1624
  msgstr "Asignar listados a un usuario."
1625
 
1626
  #: admin/templates/csv-import.tpl.php:193
 
1627
  msgctxt "admin csv-import"
1628
- msgid "Default listing user"
1629
- msgstr "Usuario a usar por defecto"
1630
 
1631
- #: admin/templates/csv-import.tpl.php:198
 
1632
  msgctxt "admin csv-import"
1633
- msgid "Use spreadsheet information only."
1634
- msgstr "Utilizar únicamente la información del archivo CSV."
 
 
 
 
1635
 
1636
  #: admin/templates/csv-import.tpl.php:204
1637
  msgctxt "admin csv-import"
 
 
 
 
 
1638
  msgid ""
1639
  "This user will be used if the username column is not present in the CSV file."
1640
  msgstr ""
1641
  "Este usuario será utilizado si la columna \"username\" no está presente en "
1642
  "el archivo CSV."
1643
 
1644
- #: admin/templates/csv-import.tpl.php:209
1645
  msgctxt "admin csv-import"
1646
  msgid "Disable e-mail notifications during import?"
1647
  msgstr "Deshabilitar notificaciones de correo durante la importación?"
1648
 
1649
- #: admin/templates/csv-import.tpl.php:214
1650
  msgctxt "admin csv-import"
1651
  msgid "Disable e-mail notifications."
1652
  msgstr "Deshabilitar notificaciones de correo-e."
1653
 
1654
- #: admin/templates/csv-import.tpl.php:220
1655
  msgctxt "admin csv-import"
1656
  msgid "Test Import"
1657
  msgstr "Importación de Verificación"
1658
 
1659
- #: admin/templates/csv-import.tpl.php:221
1660
  msgctxt "admin csv-import"
1661
  msgid "Import Listings"
1662
  msgstr "Importar Listados"
1663
 
1664
- #: admin/templates/csv-import.tpl.php:229
1665
  msgctxt "admin csv-import"
1666
  msgid ""
1667
  "The following are the valid header names to be used in the CSV file. "
@@ -1675,44 +1698,44 @@ msgstr ""
1675
  "archivo CSV de ejemplo\"</a> para ver cómo debe lucir un archivo de "
1676
  "importación válido."
1677
 
1678
- #: admin/templates/csv-import.tpl.php:236
1679
  msgctxt "admin csv-import"
1680
  msgid "Header name/label"
1681
  msgstr "Nombre de cabecera"
1682
 
1683
- #: admin/templates/csv-import.tpl.php:237
1684
  msgctxt "admin csv-import"
1685
  msgid "Field"
1686
  msgstr "Campo"
1687
 
1688
- #: admin/templates/csv-import.tpl.php:238
1689
  msgctxt "admin csv-import"
1690
  msgid "Type"
1691
  msgstr "Tipo"
1692
 
1693
- #: admin/templates/csv-import.tpl.php:239
1694
  msgctxt "admin csv-import"
1695
  msgid "Required?"
1696
  msgstr "Requerido?"
1697
 
1698
- #: admin/templates/csv-import.tpl.php:240
1699
  msgctxt "admin csv-import"
1700
  msgid "Multivalued?"
1701
  msgstr "Multivaluado?"
1702
 
1703
- #: admin/templates/csv-import.tpl.php:262
1704
  msgctxt "admin csv-import"
1705
  msgid "Semicolon separated list of listing images (from the ZIP file)"
1706
  msgstr ""
1707
  "Lista de imágenes del listado separadas con punto y coma (deben encontrarse "
1708
  "en el archivo ZIP)"
1709
 
1710
- #: admin/templates/csv-import.tpl.php:269
1711
  msgctxt "admin csv-import"
1712
  msgid "Listing author's username"
1713
  msgstr "Autor del listado (nombre de usuario)"
1714
 
1715
- #: admin/templates/csv-import.tpl.php:276
1716
  msgctxt "admin csv-import"
1717
  msgid ""
1718
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -1720,7 +1743,7 @@ msgstr ""
1720
  "ID de secuencia interno utilizado para permitir actualizaciones a los "
1721
  "listados desde fuentes externas."
1722
 
1723
- #: admin/templates/csv-import.tpl.php:283
1724
  msgctxt "admin csv-import"
1725
  msgid ""
1726
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -2180,7 +2203,6 @@ msgstr ""
2180
  "Por favor vea la <a>documentación de Campos de Formulario</a> para más "
2181
  "detalles."
2182
 
2183
- #. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.0) #-#-#-#-#
2184
  #. Plugin Name of the plugin/theme
2185
  #: admin/templates/header.tpl.php:4
2186
  msgid "Business Directory Plugin"
@@ -2589,88 +2611,143 @@ msgctxt "admin sidebar"
2589
  msgid "Google Maps Module"
2590
  msgstr "Google Maps Module"
2591
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2592
  #: admin/templates/sidebar.tpl.php:21
 
 
 
 
 
 
 
 
 
 
 
 
2593
  msgctxt "admin sidebar"
2594
  msgid "Like this plugin?"
2595
  msgstr "Le gusta este plugin?"
2596
 
2597
- #: admin/templates/sidebar.tpl.php:23
2598
  msgctxt "admin sidebar"
2599
  msgid "Why not do any or all of the following:"
2600
  msgstr "Por qué no hace alguna o todas de las siguientes cosas:"
2601
 
2602
- #: admin/templates/sidebar.tpl.php:25
2603
  msgctxt "admin sidebar"
2604
  msgid "Give it a good rating on WordPress.org."
2605
  msgstr "Darle una buena calificación en WordPress.org."
2606
 
2607
- #: admin/templates/sidebar.tpl.php:26
2608
  msgctxt "admin sidebar"
2609
  msgid "Let other people know that it works with your WordPress setup."
2610
  msgstr ""
2611
  "Contarle a otras personas que funciona con su instalación de WordPress."
2612
 
2613
- #: admin/templates/sidebar.tpl.php:27
2614
  msgctxt "admin sidebar"
2615
  msgid "Buy a Premium Module"
2616
  msgstr "Comprar un Módulo Premium"
2617
 
2618
- #: admin/templates/sidebar.tpl.php:34
2619
  msgctxt "admin sidebar"
2620
  msgid "Get a Premium Module"
2621
  msgstr "Obtener un Módulo Premium"
2622
 
2623
- #: admin/templates/sidebar.tpl.php:43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2624
  msgctxt "admin sidebar"
2625
- msgid "Single Site License Combo Pack"
2626
- msgstr "Single Site License Combo Pack"
2627
 
2628
- #: admin/templates/sidebar.tpl.php:44
2629
  msgctxt "admin sidebar"
2630
- msgid "Multi Site License Combo Pack"
2631
- msgstr "Multi Site License Combo Pack"
2632
 
2633
- #: admin/templates/sidebar.tpl.php:51
2634
  msgctxt "admin sidebar"
2635
  msgid "Found a bug? Need support?"
2636
  msgstr "Encontró un error? Necesita soporte?"
2637
 
2638
- #: admin/templates/sidebar.tpl.php:56
2639
  msgctxt "admin sidebar"
2640
  msgid "If you've found a bug or need support <a>visit the forums!</a>"
2641
  msgstr "Si ha encontrado un error o necesita soporte <a>¡visite los foros!</a>"
2642
 
2643
- #: admin/templates/sidebar.tpl.php:59
2644
  msgctxt "admin sidebar"
2645
  msgid "Full plugin documentation"
2646
  msgstr "Documentación completa del plugin"
2647
 
2648
- #: admin/templates/sidebar.tpl.php:60
2649
  msgctxt "admin sidebar"
2650
  msgid "Quick Start Guide"
2651
  msgstr "Guía de Inicio Rápido"
2652
 
2653
- #: admin/templates/sidebar.tpl.php:61
2654
  msgctxt "admin sidebar"
2655
  msgid "Video Tutorials"
2656
  msgstr "Videotutoriales"
2657
 
2658
- #: admin/templates/sidebar.tpl.php:69
2659
  msgctxt "admin sidebar"
2660
  msgid "Installed Modules"
2661
  msgstr "Módulos Instalados"
2662
 
2663
- #: admin/templates/sidebar.tpl.php:80 admin/templates/sidebar.tpl.php:89
2664
  msgctxt "admin sidebar"
2665
  msgid "Installed"
2666
  msgstr "Instalado"
2667
 
2668
- #: admin/templates/sidebar.tpl.php:82 admin/templates/sidebar.tpl.php:89
2669
  msgctxt "admin sidebar"
2670
  msgid "Not Installed"
2671
  msgstr "No Instalado"
2672
 
2673
- #: admin/templates/sidebar.tpl.php:88
2674
  msgctxt "admin sidebar"
2675
  msgid "Enhanced Categories Module"
2676
  msgstr "Enhanced Categories Module"
@@ -2756,6 +2833,22 @@ msgctxt "themes"
2756
  msgid "Activating license..."
2757
  msgstr "Activando licencia..."
2758
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2759
  #: admin/templates/transactions.tpl.php:2
2760
  msgctxt "admin transactions"
2761
  msgid "Transactions"
@@ -2864,32 +2957,32 @@ msgctxt "tracking"
2864
  msgid "Allow Tracking"
2865
  msgstr "Permitir Seguimiento"
2866
 
2867
- #: business-directory-plugin.php:628
2868
  msgctxt "admin plugins"
2869
  msgid "Settings"
2870
  msgstr "Configuración"
2871
 
2872
- #: business-directory-plugin.php:736 business-directory-plugin.php:743
2873
  msgctxt "rss feed"
2874
  msgid "%s Feed"
2875
  msgstr "Feed %s"
2876
 
2877
- #: business-directory-plugin.php:1077
2878
  msgctxt "title"
2879
  msgid "Submit A Listing"
2880
  msgstr "Enviar Un Listado"
2881
 
2882
- #: business-directory-plugin.php:1087
2883
  msgctxt "title"
2884
  msgid "Find a Listing"
2885
  msgstr "Encontrar un listado"
2886
 
2887
- #: business-directory-plugin.php:1097
2888
  msgctxt "title"
2889
  msgid "View All Listings"
2890
  msgstr "Ver Listados"
2891
 
2892
- #: business-directory-plugin.php:1117
2893
  msgctxt "title"
2894
  msgid "Listings tagged: %s"
2895
  msgstr "Listados etiquetados: %s"
@@ -2899,22 +2992,22 @@ msgstr "Listados etiquetados: %s"
2899
  msgid "Free"
2900
  msgstr "Gratuito"
2901
 
2902
- #: core/class-csv-import.php:375
2903
  msgctxt "admin csv-import"
2904
  msgid "Could not create listing category \"%s\""
2905
  msgstr "No se pudo crear la categoría \"%s\""
2906
 
2907
- #: core/class-csv-import.php:519
2908
  msgctxt "admin csv-import"
2909
  msgid "Username \"%s\" does not exist"
2910
  msgstr "El usuario \"%s\" no existe"
2911
 
2912
- #: core/class-csv-import.php:551
2913
  msgctxt "admin csv-import"
2914
  msgid "Missing required field: %s"
2915
  msgstr "Falta campo requerido: %s"
2916
 
2917
- #: core/class-csv-import.php:571
2918
  msgctxt "admin csv-import"
2919
  msgid "Listing category \"%s\" does not exist"
2920
  msgstr "La categoría \"%s\" no existe"
@@ -2950,18 +3043,18 @@ msgctxt "form-fields-api"
2950
  msgid "Invalid form field type"
2951
  msgstr "Tipo de campo inválido"
2952
 
2953
- #: core/class-form-field.php:459
2954
  msgctxt "form-fields-api"
2955
  msgid "Field label is required."
2956
  msgstr "El nombre del campo es requerido."
2957
 
2958
- #: core/class-form-field.php:469
2959
  msgctxt "form-fields-api"
2960
  msgid "Requested field type change is incompatible. Type will not be modified."
2961
  msgstr ""
2962
  "El cambio de tipo de campo es incompatible. El tipo no será modificado."
2963
 
2964
- #: core/class-form-field.php:489
2965
  msgctxt "form-fields-api"
2966
  msgid ""
2967
  "There can only be one field with association \"%s\". Please select another "
@@ -2970,17 +3063,17 @@ msgstr ""
2970
  "Solo puede haber un campo con asociación \"%s\". Por favor elija otra "
2971
  "asociación."
2972
 
2973
- #: core/class-form-field.php:499
2974
  msgctxt "form-fields-api"
2975
  msgid "\"%s\" is an invalid field type for this association."
2976
  msgstr "\"%s\" es un tipo de campo inválido para esta asociación."
2977
 
2978
- #: core/class-form-field.php:537
2979
  msgctxt "form-fields-api"
2980
  msgid "Invalid field ID"
2981
  msgstr "ID de campo inválido"
2982
 
2983
- #: core/class-form-field.php:546
2984
  msgctxt "form-fields api"
2985
  msgid ""
2986
  "This form field can't be deleted because it is required for the plugin to "
@@ -2989,7 +3082,7 @@ msgstr ""
2989
  "Este campo de formulario no puede eliminarse porque es requerido para el "
2990
  "funcionamiento del plugin."
2991
 
2992
- #: core/class-form-field.php:558
2993
  msgctxt "form-fields-api"
2994
  msgid "An error occurred while trying to delete this field."
2995
  msgstr "Un error ocurrió mientras se trataba de eliminar este campo."
@@ -3044,12 +3137,12 @@ msgctxt "listing"
3044
  msgid "(Fee Unavailable)"
3045
  msgstr "(Comisión no disponible)"
3046
 
3047
- #: core/class-listings-api.php:295
3048
  msgctxt "notify email"
3049
  msgid "[%s] New listing notification"
3050
  msgstr "[%s] Notificación de nuevo listado"
3051
 
3052
- #: core/class-listings-api.php:314
3053
  msgctxt "notify email"
3054
  msgid "[%s] Listing edit notification"
3055
  msgstr "[%s] Notificación de listado editado"
@@ -3224,6 +3317,7 @@ msgid "reCAPTCHA Private Key"
3224
  msgstr "Clave Privada de reCAPTCHA"
3225
 
3226
  #: core/class-settings.php:70
 
3227
  msgid ""
3228
  "We expect that a membership plugin supports the 'redirect_to' parameter for "
3229
  "the URLs below to work. If the plugin does not support them, these settings "
@@ -3322,7 +3416,7 @@ msgstr "Mostrar el botón \"Directorio\"."
3322
  #: core/class-settings.php:116
3323
  #, fuzzy
3324
  msgctxt "admin settings"
3325
- msgid "Disable CPT integration."
3326
  msgstr "Deshabilitar notificaciones de correo-e."
3327
 
3328
  #: core/class-settings.php:121
@@ -4540,97 +4634,97 @@ msgstr ""
4540
  "No se pudo remover \"Business Directory Plugin - AJAX Compatibility Module"
4541
  "\". Por favor elimine el archivo \"%s\" manualmente o desactive el plugin."
4542
 
4543
- #: core/class-settings.php:1064
4544
  msgctxt "settings"
4545
  msgid "Deactivate License"
4546
  msgstr "Desactivar Licencia"
4547
 
4548
- #: core/class-settings.php:1066
4549
  msgctxt "settings"
4550
  msgid "Deactivating license..."
4551
  msgstr "Desactivando licencia..."
4552
 
4553
- #: core/class-settings.php:1069
4554
  msgctxt "settings"
4555
  msgid "Activate License"
4556
  msgstr "Activar Licencia"
4557
 
4558
- #: core/class-settings.php:1071
4559
  msgctxt "settings"
4560
  msgid "Activating license..."
4561
  msgstr "Activando licencia..."
4562
 
4563
- #: core/class-settings.php:1095
4564
  msgctxt "admin settings"
4565
  msgid "Valid placeholders: %s"
4566
  msgstr "Comodines válidos: %s"
4567
 
4568
- #: core/class-settings.php:1129
4569
  msgctxt "settings email"
4570
  msgid "Click to edit e-mail"
4571
  msgstr "Click para editar el correo"
4572
 
4573
- #: core/class-settings.php:1130
4574
  msgctxt "settings email"
4575
  msgid "Click to edit"
4576
  msgstr "Click para editar"
4577
 
4578
- #: core/class-settings.php:1143
4579
  msgctxt "settings email"
4580
  msgid "E-Mail Subject"
4581
  msgstr "Título del correo"
4582
 
4583
- #: core/class-settings.php:1154
4584
  msgctxt "settings email"
4585
  msgid "E-Mail Body"
4586
  msgstr "Cuerpo del correo"
4587
 
4588
- #: core/class-settings.php:1165
4589
  msgctxt "settings email"
4590
  msgid "You can use the following placeholders:"
4591
  msgstr "Puede utilizar los siguientes comodines:"
4592
 
4593
- #: core/class-settings.php:1188
4594
  msgctxt "settings email"
4595
  msgid "Preview e-mail"
4596
  msgstr "Previsualizar correo"
4597
 
4598
- #: core/class-settings.php:1189
4599
  msgctxt "settings email"
4600
  msgid "Cancel"
4601
  msgstr "Cancelar"
4602
 
4603
- #: core/class-settings.php:1190
4604
  msgctxt "settings email"
4605
  msgid "Save Changes"
4606
  msgstr "Guardar Cambios"
4607
 
4608
- #: core/class-settings.php:1209
4609
  msgctxt "settings email"
4610
  msgid "Site title"
4611
  msgstr "Título del sitio"
4612
 
4613
- #: core/class-settings.php:1212
4614
  msgctxt "settings email"
4615
  msgid "Site title (with link)"
4616
  msgstr "Título del listado (con enlace)"
4617
 
4618
- #: core/class-settings.php:1215
4619
  msgctxt "settings email"
4620
  msgid "Site address (with link)"
4621
  msgstr "Dirección del listado (con enlace)"
4622
 
4623
- #: core/class-settings.php:1218
4624
  msgctxt "settings email"
4625
  msgid "Directory URL (with link)"
4626
  msgstr "URL del Directorio (con enlace)"
4627
 
4628
- #: core/class-settings.php:1221
4629
  msgctxt "settings email"
4630
  msgid "Current date"
4631
  msgstr "Fecha actual"
4632
 
4633
- #: core/class-settings.php:1224
4634
  msgctxt "settings email"
4635
  msgid "Current time"
4636
  msgstr "Hora actual"
@@ -5267,11 +5361,11 @@ msgctxt "installer"
5267
  msgid "Listing upgrade to featured"
5268
  msgstr "Mejora a Destacado"
5269
 
5270
- #: core/installer.php:934
5271
  msgid "Business Directory - Manual Upgrade Required"
5272
  msgstr "Business Directory - Actualización Manual Requerida"
5273
 
5274
- #: core/installer.php:936
5275
  msgid ""
5276
  "Business Directory features are currently disabled because the plugin needs "
5277
  "to perform a manual upgrade before continuing."
@@ -5279,15 +5373,15 @@ msgstr ""
5279
  "Las características de Business Directory se encuentran deshabitadas pues es "
5280
  "necesario realizar una actualización manual antes de continuar."
5281
 
5282
- #: core/installer.php:938
5283
  msgid "Perform Manual Upgrade"
5284
  msgstr "Realizar Actualización Manual"
5285
 
5286
- #: core/installer.php:954 core/installer.php:955 core/installer.php:966
5287
  msgid "Business Directory - Manual Upgrade"
5288
  msgstr "Business Directory - Actualización Manual"
5289
 
5290
- #: core/installer.php:970
5291
  msgid ""
5292
  "Business Directory features are currently disabled because the plugin needs "
5293
  "to perform a manual upgrade before it can be used."
@@ -5296,23 +5390,23 @@ msgstr ""
5296
  "necesario realizar una actualización manual antes de que el plugin pueda ser "
5297
  "utilizado."
5298
 
5299
- #: core/installer.php:972
5300
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
5301
  msgstr ""
5302
  "Haga clic en \"Iniciar Actualización\" y espere hasta que el proceso "
5303
  "finalice."
5304
 
5305
- #: core/installer.php:975
5306
  msgctxt "manual-upgrade"
5307
  msgid "Start Upgrade"
5308
  msgstr "Iniciar Actualización"
5309
 
5310
- #: core/installer.php:977
5311
  msgctxt "manual-upgrade"
5312
  msgid "Pause Upgrade"
5313
  msgstr "Detener Actualización"
5314
 
5315
- #: core/installer.php:983
5316
  msgctxt "manual-upgrade"
5317
  msgid ""
5318
  "The upgrade was sucessfully performed. Business Directory Plugin is now "
@@ -5321,7 +5415,7 @@ msgstr ""
5321
  "La actualización fue ejecutada con éxito. Business Directory Plugin ahora se "
5322
  "encienta disponible para su uso."
5323
 
5324
- #: core/installer.php:986
5325
  msgctxt "manual-upgrade"
5326
  msgid "Go to \"Directory Admin\""
5327
  msgstr "Ir a \"Administración del Directorio\""
@@ -5351,12 +5445,12 @@ msgctxt "licensing"
5351
  msgid "Deactivation failed"
5352
  msgstr "La desactivación de licencia falló"
5353
 
5354
- #: core/licensing.php:230
5355
  msgctxt "licensing"
5356
  msgid "Business Directory - License Key Required"
5357
  msgstr "Directorio de Negocios - Licencia Requerida"
5358
 
5359
- #: core/licensing.php:233
5360
  msgctxt "licensing"
5361
  msgid ""
5362
  "The following premium modules will not work until a valid license key is "
@@ -5367,12 +5461,12 @@ msgstr ""
5367
  "válida para cada uno. Vaya a <a>Configuraciones - Licencias</a> para "
5368
  "ingresar su información de licencias."
5369
 
5370
- #: core/licensing.php:254
5371
  msgctxt "licensing"
5372
  msgid "Business Directory - License Key Expired"
5373
  msgstr "Directorio de Negocios - Licencias Expiradas"
5374
 
5375
- #: core/licensing.php:255
5376
  msgctxt "licensing"
5377
  msgid ""
5378
  "The license key for <span class=\"module-name\">%s %s</span> has expired. "
@@ -5383,17 +5477,17 @@ msgstr ""
5383
  "expirado. El módulo continuará funcionando pero no recibirá ninguna "
5384
  "actualización hasta que la licencia sea renovada."
5385
 
5386
- #: core/licensing.php:259
5387
  msgctxt "licensing"
5388
  msgid "Remind me later"
5389
  msgstr "Recordar luego"
5390
 
5391
- #: core/licensing.php:261
5392
  msgctxt "licensing"
5393
  msgid "Renew License Key"
5394
  msgstr "Renovar Clave de Licencia"
5395
 
5396
- #: core/licensing.php:348
5397
  msgctxt "licensing"
5398
  msgid "Could not deactivate license: %s."
5399
  msgstr "No se pudo desactivar la licencia: %s."
@@ -5631,37 +5725,37 @@ msgctxt "templates"
5631
  msgid "Advanced Search"
5632
  msgstr "Búsqueda Avanzada"
5633
 
5634
- #: core/templates-ui.php:253 core/templates-ui.php:278
5635
  msgctxt "templates sort"
5636
  msgid "Sort By:"
5637
  msgstr "Ordenar Por:"
5638
 
5639
- #: core/templates-ui.php:272
5640
  msgctxt "sort"
5641
  msgid "Reset"
5642
  msgstr "Restablecer"
5643
 
5644
- #: core/templates-ui.php:294
5645
  msgctxt "sort"
5646
  msgid "(Reset)"
5647
  msgstr "(Reestablecer)"
5648
 
5649
- #: core/themes.php:622
5650
  msgctxt "themes"
5651
  msgid "ZIP file is not a valid BD theme file."
5652
  msgstr ""
5653
 
5654
- #: core/themes.php:628
5655
  msgctxt "themes"
5656
  msgid "Could not create themes directory."
5657
  msgstr ""
5658
 
5659
- #: core/themes.php:636
5660
  msgctxt "themes"
5661
  msgid "Could not remove previous theme directory \"%s\"."
5662
  msgstr ""
5663
 
5664
- #: core/themes.php:642
5665
  msgctxt "themes"
5666
  msgid "Could not move new theme into theme directory."
5667
  msgstr ""
@@ -6204,7 +6298,7 @@ msgctxt "widgets"
6204
  msgid "Display the following fields in the form."
6205
  msgstr "Mostrar los siguientes campos en el formulario."
6206
 
6207
- #: core/widget-search.php:102
6208
  msgctxt "widgets"
6209
  msgid "Search"
6210
  msgstr "Buscar"
@@ -6959,6 +7053,18 @@ msgstr "D. Rodenbaugh"
6959
  msgid "http://businessdirectoryplugin.com"
6960
  msgstr "http://businessdirectoryplugin.com"
6961
 
 
 
 
 
 
 
 
 
 
 
 
 
6962
  #~ msgctxt "listings"
6963
  #~ msgid "Fee \"%s\" for category \"%s\""
6964
  #~ msgstr "Comisión \"%s\" para categoría \"%s\""
2
  # This file is distributed under the same license as the package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Business Directory Plugin 4.0.6\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
7
+ "POT-Creation-Date: 2016-06-14 20:52:18+00:00\n"
8
+ "PO-Revision-Date: 2016-06-14 15:52-0500\n"
9
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
10
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
11
  "Language: es_ES\n"
241
  msgid "never"
242
  msgstr "nunca"
243
 
244
+ #: admin/class-admin.php:504
245
  msgctxt "admin"
246
  msgid "Dismiss this notice."
247
  msgstr ""
248
 
249
+ #: admin/class-admin.php:532
250
  msgctxt "admin"
251
  msgid "The listing has been published."
252
  msgid_plural "The listings have been published."
253
  msgstr[0] "El listado ha sido publicado."
254
  msgstr[1] "Los listados han sido publicados."
255
 
256
+ #: admin/class-admin.php:550
257
  msgctxt "admin"
258
  msgid "The listing status has been set as paid."
259
  msgid_plural "The listings status has been set as paid."
260
  msgstr[0] "El listado se ha marcado como pagado."
261
  msgstr[1] "Los listados se han marcado como pagados."
262
 
263
+ #: admin/class-admin.php:556
264
  msgctxt "admin"
265
  msgid ""
266
  "Only invoices containing non-recurring items were marked as paid. Please "
272
  msgstr[0] ""
273
  msgstr[1] ""
274
 
275
+ #: admin/class-admin.php:575
276
  msgctxt "admin"
277
  msgid "The listing has been modified."
278
  msgid_plural "The listings have been modified."
279
  msgstr[0] "El listado ha sido modificado."
280
  msgstr[1] "Los listados han sido modificados."
281
 
282
+ #: admin/class-admin.php:588
283
  msgctxt "admin"
284
  msgid "The listing has been upgraded."
285
  msgid_plural "The listings have been upgraded."
286
  msgstr[0] "El listado ha sido mejorado."
287
  msgstr[1] "Los listados han sido mejorados."
288
 
289
+ #: admin/class-admin.php:600
290
  msgctxt "admin"
291
  msgid "The listing has been downgraded."
292
  msgid_plural "The listings have been downgraded."
293
  msgstr[0] "El listado ha sido degradado."
294
  msgstr[1] "Los listados han sido degradados."
295
 
296
+ #: admin/class-admin.php:611
297
  msgctxt "admin payments"
298
  msgid ""
299
  "The payment status was not changed. Recurring payments can't be manually "
301
  "went through."
302
  msgstr ""
303
 
304
+ #: admin/class-admin.php:616
305
  msgctxt "admin"
306
  msgid "The transaction has been approved."
307
  msgstr "La transacción ha sido aprobada."
308
 
309
+ #: admin/class-admin.php:626
310
  msgctxt "admin"
311
  msgid "The transaction has been rejected."
312
  msgstr "La transacción ha sido rechazada."
313
 
314
+ #: admin/class-admin.php:632
315
  msgctxt "admin"
316
  msgid "The fee was successfully assigned."
317
  msgstr "La comisión se asignó satisfactoriamente."
318
 
319
+ #: admin/class-admin.php:641
320
  msgctxt "admin"
321
  msgid "Listing was renewed."
322
  msgid_plural "Listings were renewed."
323
  msgstr[0] "El listado ha sido renovado."
324
  msgstr[1] "Los listados fueron renovados."
325
 
326
+ #: admin/class-admin.php:648
327
  msgctxt "admin"
328
  msgid "Renewal email sent."
329
  msgstr "Mensaje de correo electrónico de renovación enviado."
330
 
331
+ #: admin/class-admin.php:682
332
  msgctxt "admin category id"
333
  msgid "ID"
334
  msgstr "ID"
335
 
336
+ #: admin/class-admin.php:684 admin/class-admin.php:690
337
  msgctxt "admin"
338
  msgid "Listing Count"
339
  msgstr "Conteo de Listados"
340
 
341
+ #: admin/class-admin.php:799
342
  msgctxt "admin"
343
  msgid ""
344
  "<b>Business Directory Plugin</b> requires fields with the following "
347
  "<b>Business Directory Plugin</b> requiere campos con las siguientes "
348
  "asociaciones para funcionar correctamente: <b>%s</b>."
349
 
350
+ #: admin/class-admin.php:801
351
  msgctxt "admin"
352
  msgid ""
353
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
356
  "<b>Business Directory Plugin</b> requiere un campo con la asociación <b>%s</"
357
  "b> para funcionar correctamente."
358
 
359
+ #: admin/class-admin.php:805
360
  msgctxt "admin"
361
  msgid ""
362
  "You can create these custom fields by yourself inside \"Manage Form Fields\" "
365
  "Puede crear estos campos usted mismo en \"Administrar Campos de Formulario\" "
366
  "o puede dejar que Business Directory haga esto por usted automáticamente."
367
 
368
+ #: admin/class-admin.php:809
369
  msgctxt "admin"
370
  msgid "Go to \"Manage Form Fields\""
371
  msgstr "Ir a \"Administrar Campos de Formulario\""
372
 
373
+ #: admin/class-admin.php:812
374
  msgctxt "admin"
375
  msgid "Create these required fields for me"
376
  msgstr "Crear estos campos requeridos por mi"
377
 
378
+ #: admin/class-admin.php:821
379
  msgctxt "admin"
380
  msgid ""
381
  "<b>Business Directory Plugin</b> requires a page with the "
384
  "<b>Business Directory Plugin</b> requiere una página con el shortcode "
385
  "<tt>[businessdirectory]</tt> para funcionar adecuadamente."
386
 
387
+ #: admin/class-admin.php:823
388
  msgctxt "admin"
389
  msgid ""
390
  "You can create this page by yourself or let Business Directory do this for "
393
  "Puede crear esta página usted mismo o dejar que Business Directory lo haga "
394
  "por usted automáticamente."
395
 
396
+ #: admin/class-admin.php:827
397
  msgctxt "admin"
398
  msgid "Create required pages for me"
399
  msgstr "Crear las páginas requeridas por mi"
400
 
401
+ #: admin/class-admin.php:867
402
  msgctxt "admin compat"
403
  msgid "Installed: %s"
404
  msgstr "Instalado: %s"
405
 
406
+ #: admin/class-admin.php:867
407
  msgctxt "admin compat"
408
  msgid "N/A"
409
  msgstr "N/A"
410
 
411
+ #: admin/class-admin.php:870
412
  msgctxt "admin compat"
413
  msgid "Required: %s"
414
  msgstr "Requerido: %s"
415
 
416
+ #: admin/class-admin.php:882
417
  msgctxt "admin compat"
418
  msgid ""
419
  "Business Directory has detected some incompatible premium module versions "
422
  "Business Directory ha detectado algunas versiones incompatibles de módulos "
423
  "instaladas."
424
 
425
+ #: admin/class-admin.php:884
426
  msgctxt "admin compat"
427
  msgid ""
428
  "Please upgrade to the required versions indicated below to make sure "
431
  "Por favor actualice a las versiones requeridas indicadas abajo para "
432
  "asegurarse de que todo funcione correctamente."
433
 
434
+ #: admin/class-admin.php:904
435
  msgctxt "admin"
436
  msgid ""
437
  "We noticed you want your Business Directory users to register before posting "
563
  msgid "License key is invalid"
564
  msgstr "La licencia es inválida"
565
 
566
+ #: admin/class-themes-admin.php:369 core/licensing.php:333
567
  msgctxt "licensing"
568
  msgid "Could not activate license: %s."
569
  msgstr "No se pudo activar la licencia: %s."
570
 
571
+ #: admin/class-themes-admin.php:382 core/licensing.php:335
572
  msgctxt "licensing"
573
  msgid "License activated"
574
  msgstr "Licencia activada"
578
  msgid "Invalid response from server"
579
  msgstr ""
580
 
581
+ #: admin/class-themes-admin.php:442 core/licensing.php:353
582
  msgctxt "licensing"
583
  msgid "License deactivated"
584
  msgstr "Licencia desactivada"
606
  "Se presentó un error mientras se creaba el directorio temporal para exportar "
607
  "el archivo CSV: %s"
608
 
609
+ #: admin/csv-import.php:109
610
  msgctxt "admin csv-import"
611
  msgid "Business %s"
612
  msgstr "Negocio %s"
613
 
614
+ #: admin/csv-import.php:147
615
  msgctxt "admin csv-import"
616
  msgid "Whatever"
617
  msgstr "Lo que sea"
618
 
619
+ #: admin/csv-import.php:151
620
  msgctxt "admin csv-import"
621
  msgid "Example CSV Import File"
622
  msgstr "Archivo CSV de ejemplo"
623
 
624
+ #: admin/csv-import.php:152
625
  msgctxt "admin csv-import"
626
  msgid "← Return to \"CSV Import\""
627
  msgstr "← Regresar a \"Importar CSV\""
628
 
629
+ #: admin/csv-import.php:255
630
  msgid ""
631
  "A valid temporary directory with write permissions is required for CSV "
632
  "imports to function properly. Your server is using \"%s\" but this path does "
636
  "la importación CSV funcione correctamente. Su servidor está utilizando \"%s"
637
  "\" pero no es posible escribir en esa ruta. Consulte con su proveedor."
638
 
639
+ #: admin/csv-import.php:289
640
  msgctxt "admin csv-import"
641
  msgid "There was an error uploading the CSV file."
642
  msgstr "Ocurrió un error subiendo el archivo CSV."
643
 
644
+ #: admin/csv-import.php:295
645
  msgctxt "admin csv-import"
646
  msgid "Please upload or select a CSV file."
647
  msgstr "Por favor suba o elija un archivo CSV."
648
 
649
+ #: admin/csv-import.php:308
650
  msgctxt "admin csv-import"
651
  msgid "There was an error uploading the images ZIP file."
652
  msgstr "Ocurrió un error subiendo el archivo ZIP de imágenes."
653
 
654
+ #: admin/csv-import.php:329
655
  msgctxt "admin csv-import"
656
  msgid ""
657
  "An error was detected while validating the CSV file for import. Please fix "
660
  "Un error se detectó mientras se validaba el archivo CSV para importarlo. Por "
661
  "favor repárelo antes de proceder."
662
 
663
+ #: admin/csv-import.php:338
664
  msgctxt "admin csv-import"
665
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
666
  msgstr ""
1031
  msgstr ""
1032
 
1033
  #: admin/form-fields.php:297
1034
+ #, fuzzy
1035
+ msgctxt "form-fields admin"
1036
+ msgid "City"
1037
+ msgstr "Ciudad:"
1038
+
1039
+ #: admin/form-fields.php:298
1040
+ #, fuzzy
1041
+ msgctxt "form-fields admin"
1042
+ msgid "State"
1043
+ msgstr "Estado:"
1044
+
1045
+ #: admin/form-fields.php:299
1046
  msgctxt "form-fields admin"
1047
  msgid "ZIP Code"
1048
  msgstr ""
1049
 
1050
+ #: admin/form-fields.php:300
1051
  msgctxt "form-fields admin"
1052
  msgid "FAX Number"
1053
  msgstr ""
1054
 
1055
+ #: admin/form-fields.php:301
1056
  msgctxt "form-fields admin"
1057
  msgid "Phone Number"
1058
  msgstr ""
1059
 
1060
+ #: admin/form-fields.php:302
1061
  msgctxt "form-fields admin"
1062
  msgid "Ratings Field"
1063
  msgstr ""
1064
 
1065
+ #: admin/form-fields.php:303
1066
  msgctxt "form-fields admin"
1067
  msgid "Twitter"
1068
  msgstr ""
1069
 
1070
+ #: admin/form-fields.php:304
1071
  msgctxt "form-fields admin"
1072
  msgid "Website"
1073
  msgstr ""
1074
 
1075
+ #: admin/form-fields.php:325
1076
  msgctxt "form-fields admin"
1077
  msgid "Tags updated."
1078
  msgstr ""
1515
  msgid "Warning"
1516
  msgstr "Advertencia"
1517
 
1518
+ #: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:233
1519
  msgctxt "admin csv-import"
1520
  msgid "Help"
1521
  msgstr "Ayuda"
1636
  msgstr "Asignar listados a un usuario."
1637
 
1638
  #: admin/templates/csv-import.tpl.php:193
1639
+ #, fuzzy
1640
  msgctxt "admin csv-import"
1641
+ msgid "Use a default user for listings?"
1642
+ msgstr "Utilizar imagen por defecto en listados sin imagen?"
1643
 
1644
+ #: admin/templates/csv-import.tpl.php:199
1645
+ #, fuzzy
1646
  msgctxt "admin csv-import"
1647
+ msgid ""
1648
+ "Select a default user to be used if the username column is not present in "
1649
+ "the CSV file."
1650
+ msgstr ""
1651
+ "Este usuario será utilizado si la columna \"username\" no está presente en "
1652
+ "el archivo CSV."
1653
 
1654
  #: admin/templates/csv-import.tpl.php:204
1655
  msgctxt "admin csv-import"
1656
+ msgid "Default listing user"
1657
+ msgstr "Usuario a usar por defecto"
1658
+
1659
+ #: admin/templates/csv-import.tpl.php:210
1660
+ msgctxt "admin csv-import"
1661
  msgid ""
1662
  "This user will be used if the username column is not present in the CSV file."
1663
  msgstr ""
1664
  "Este usuario será utilizado si la columna \"username\" no está presente en "
1665
  "el archivo CSV."
1666
 
1667
+ #: admin/templates/csv-import.tpl.php:215
1668
  msgctxt "admin csv-import"
1669
  msgid "Disable e-mail notifications during import?"
1670
  msgstr "Deshabilitar notificaciones de correo durante la importación?"
1671
 
1672
+ #: admin/templates/csv-import.tpl.php:220
1673
  msgctxt "admin csv-import"
1674
  msgid "Disable e-mail notifications."
1675
  msgstr "Deshabilitar notificaciones de correo-e."
1676
 
1677
+ #: admin/templates/csv-import.tpl.php:226
1678
  msgctxt "admin csv-import"
1679
  msgid "Test Import"
1680
  msgstr "Importación de Verificación"
1681
 
1682
+ #: admin/templates/csv-import.tpl.php:227
1683
  msgctxt "admin csv-import"
1684
  msgid "Import Listings"
1685
  msgstr "Importar Listados"
1686
 
1687
+ #: admin/templates/csv-import.tpl.php:235
1688
  msgctxt "admin csv-import"
1689
  msgid ""
1690
  "The following are the valid header names to be used in the CSV file. "
1698
  "archivo CSV de ejemplo\"</a> para ver cómo debe lucir un archivo de "
1699
  "importación válido."
1700
 
1701
+ #: admin/templates/csv-import.tpl.php:242
1702
  msgctxt "admin csv-import"
1703
  msgid "Header name/label"
1704
  msgstr "Nombre de cabecera"
1705
 
1706
+ #: admin/templates/csv-import.tpl.php:243
1707
  msgctxt "admin csv-import"
1708
  msgid "Field"
1709
  msgstr "Campo"
1710
 
1711
+ #: admin/templates/csv-import.tpl.php:244
1712
  msgctxt "admin csv-import"
1713
  msgid "Type"
1714
  msgstr "Tipo"
1715
 
1716
+ #: admin/templates/csv-import.tpl.php:245
1717
  msgctxt "admin csv-import"
1718
  msgid "Required?"
1719
  msgstr "Requerido?"
1720
 
1721
+ #: admin/templates/csv-import.tpl.php:246
1722
  msgctxt "admin csv-import"
1723
  msgid "Multivalued?"
1724
  msgstr "Multivaluado?"
1725
 
1726
+ #: admin/templates/csv-import.tpl.php:268
1727
  msgctxt "admin csv-import"
1728
  msgid "Semicolon separated list of listing images (from the ZIP file)"
1729
  msgstr ""
1730
  "Lista de imágenes del listado separadas con punto y coma (deben encontrarse "
1731
  "en el archivo ZIP)"
1732
 
1733
+ #: admin/templates/csv-import.tpl.php:275
1734
  msgctxt "admin csv-import"
1735
  msgid "Listing author's username"
1736
  msgstr "Autor del listado (nombre de usuario)"
1737
 
1738
+ #: admin/templates/csv-import.tpl.php:282
1739
  msgctxt "admin csv-import"
1740
  msgid ""
1741
  "Internal Sequence ID used to allow listing updates from external sources."
1743
  "ID de secuencia interno utilizado para permitir actualizaciones a los "
1744
  "listados desde fuentes externas."
1745
 
1746
+ #: admin/templates/csv-import.tpl.php:289
1747
  msgctxt "admin csv-import"
1748
  msgid ""
1749
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
2203
  "Por favor vea la <a>documentación de Campos de Formulario</a> para más "
2204
  "detalles."
2205
 
 
2206
  #. Plugin Name of the plugin/theme
2207
  #: admin/templates/header.tpl.php:4
2208
  msgid "Business Directory Plugin"
2611
  msgid "Google Maps Module"
2612
  msgstr "Google Maps Module"
2613
 
2614
+ #: admin/templates/sidebar.tpl.php:18
2615
+ #, fuzzy
2616
+ msgctxt "admin sidebar"
2617
+ msgid "Business Card Theme"
2618
+ msgstr "Nombre del Negocio"
2619
+
2620
+ #: admin/templates/sidebar.tpl.php:19
2621
+ msgctxt "admin sidebar"
2622
+ msgid "Mobile Compact Theme"
2623
+ msgstr ""
2624
+
2625
+ #: admin/templates/sidebar.tpl.php:20
2626
+ msgctxt "admin sidebar"
2627
+ msgid "Restaurant Theme"
2628
+ msgstr ""
2629
+
2630
  #: admin/templates/sidebar.tpl.php:21
2631
+ #, fuzzy
2632
+ msgctxt "admin sidebar"
2633
+ msgid "Tabbed Business Theme"
2634
+ msgstr "Nombre del Negocio"
2635
+
2636
+ #: admin/templates/sidebar.tpl.php:22
2637
+ #, fuzzy
2638
+ msgctxt "admin sidebar"
2639
+ msgid "Elegant Business Theme"
2640
+ msgstr "Nombre del Negocio"
2641
+
2642
+ #: admin/templates/sidebar.tpl.php:29
2643
  msgctxt "admin sidebar"
2644
  msgid "Like this plugin?"
2645
  msgstr "Le gusta este plugin?"
2646
 
2647
+ #: admin/templates/sidebar.tpl.php:31
2648
  msgctxt "admin sidebar"
2649
  msgid "Why not do any or all of the following:"
2650
  msgstr "Por qué no hace alguna o todas de las siguientes cosas:"
2651
 
2652
+ #: admin/templates/sidebar.tpl.php:33
2653
  msgctxt "admin sidebar"
2654
  msgid "Give it a good rating on WordPress.org."
2655
  msgstr "Darle una buena calificación en WordPress.org."
2656
 
2657
+ #: admin/templates/sidebar.tpl.php:34
2658
  msgctxt "admin sidebar"
2659
  msgid "Let other people know that it works with your WordPress setup."
2660
  msgstr ""
2661
  "Contarle a otras personas que funciona con su instalación de WordPress."
2662
 
2663
+ #: admin/templates/sidebar.tpl.php:35
2664
  msgctxt "admin sidebar"
2665
  msgid "Buy a Premium Module"
2666
  msgstr "Comprar un Módulo Premium"
2667
 
2668
+ #: admin/templates/sidebar.tpl.php:42
2669
  msgctxt "admin sidebar"
2670
  msgid "Get a Premium Module"
2671
  msgstr "Obtener un Módulo Premium"
2672
 
2673
+ #: admin/templates/sidebar.tpl.php:45 admin/templates/sidebar.tpl.php:61
2674
+ msgctxt "admin sidebar"
2675
+ msgid "best deal"
2676
+ msgstr ""
2677
+
2678
+ #: admin/templates/sidebar.tpl.php:45
2679
+ msgctxt "admin sidebar"
2680
+ msgid "Combo Pack"
2681
+ msgstr ""
2682
+
2683
+ #: admin/templates/sidebar.tpl.php:45
2684
+ #, fuzzy
2685
+ msgctxt "admin sidebar"
2686
+ msgid "(All Modules)"
2687
+ msgstr "Módulos Instalados"
2688
+
2689
+ #: admin/templates/sidebar.tpl.php:48 admin/templates/sidebar.tpl.php:64
2690
+ msgctxt "admin sidebar"
2691
+ msgid "new"
2692
+ msgstr ""
2693
+
2694
+ #: admin/templates/sidebar.tpl.php:58
2695
+ #, fuzzy
2696
+ msgctxt "admin sidebar"
2697
+ msgid "Get a Directory Theme"
2698
+ msgstr "Directorio"
2699
+
2700
+ #: admin/templates/sidebar.tpl.php:61
2701
  msgctxt "admin sidebar"
2702
+ msgid "Theme Pack"
2703
+ msgstr ""
2704
 
2705
+ #: admin/templates/sidebar.tpl.php:61
2706
  msgctxt "admin sidebar"
2707
+ msgid "(All Themes)"
2708
+ msgstr ""
2709
 
2710
+ #: admin/templates/sidebar.tpl.php:74
2711
  msgctxt "admin sidebar"
2712
  msgid "Found a bug? Need support?"
2713
  msgstr "Encontró un error? Necesita soporte?"
2714
 
2715
+ #: admin/templates/sidebar.tpl.php:79
2716
  msgctxt "admin sidebar"
2717
  msgid "If you've found a bug or need support <a>visit the forums!</a>"
2718
  msgstr "Si ha encontrado un error o necesita soporte <a>¡visite los foros!</a>"
2719
 
2720
+ #: admin/templates/sidebar.tpl.php:82
2721
  msgctxt "admin sidebar"
2722
  msgid "Full plugin documentation"
2723
  msgstr "Documentación completa del plugin"
2724
 
2725
+ #: admin/templates/sidebar.tpl.php:83
2726
  msgctxt "admin sidebar"
2727
  msgid "Quick Start Guide"
2728
  msgstr "Guía de Inicio Rápido"
2729
 
2730
+ #: admin/templates/sidebar.tpl.php:84
2731
  msgctxt "admin sidebar"
2732
  msgid "Video Tutorials"
2733
  msgstr "Videotutoriales"
2734
 
2735
+ #: admin/templates/sidebar.tpl.php:92
2736
  msgctxt "admin sidebar"
2737
  msgid "Installed Modules"
2738
  msgstr "Módulos Instalados"
2739
 
2740
+ #: admin/templates/sidebar.tpl.php:103 admin/templates/sidebar.tpl.php:112
2741
  msgctxt "admin sidebar"
2742
  msgid "Installed"
2743
  msgstr "Instalado"
2744
 
2745
+ #: admin/templates/sidebar.tpl.php:105 admin/templates/sidebar.tpl.php:112
2746
  msgctxt "admin sidebar"
2747
  msgid "Not Installed"
2748
  msgstr "No Instalado"
2749
 
2750
+ #: admin/templates/sidebar.tpl.php:111
2751
  msgctxt "admin sidebar"
2752
  msgid "Enhanced Categories Module"
2753
  msgstr "Enhanced Categories Module"
2833
  msgid "Activating license..."
2834
  msgstr "Activando licencia..."
2835
 
2836
+ #: admin/templates/themes.tpl.php:13
2837
+ msgctxt "themes"
2838
+ msgid ""
2839
+ "<a><b>Directory Themes</b></a> are pre-made templates for the <i>Business "
2840
+ "Directory Plugin</i> to change the look of the directory quickly and easily. "
2841
+ "We have a number of them available for purchase <a>here</a>."
2842
+ msgstr ""
2843
+
2844
+ #: admin/templates/themes.tpl.php:14
2845
+ msgctxt "themes"
2846
+ msgid ""
2847
+ "They are <strong>different</strong> than your regular WordPress theme and "
2848
+ "they are <strong>not</strong> a replacement for WP themes either. They will "
2849
+ "change the look and feel of your business directory only."
2850
+ msgstr ""
2851
+
2852
  #: admin/templates/transactions.tpl.php:2
2853
  msgctxt "admin transactions"
2854
  msgid "Transactions"
2957
  msgid "Allow Tracking"
2958
  msgstr "Permitir Seguimiento"
2959
 
2960
+ #: business-directory-plugin.php:660
2961
  msgctxt "admin plugins"
2962
  msgid "Settings"
2963
  msgstr "Configuración"
2964
 
2965
+ #: business-directory-plugin.php:768 business-directory-plugin.php:775
2966
  msgctxt "rss feed"
2967
  msgid "%s Feed"
2968
  msgstr "Feed %s"
2969
 
2970
+ #: business-directory-plugin.php:1113
2971
  msgctxt "title"
2972
  msgid "Submit A Listing"
2973
  msgstr "Enviar Un Listado"
2974
 
2975
+ #: business-directory-plugin.php:1123
2976
  msgctxt "title"
2977
  msgid "Find a Listing"
2978
  msgstr "Encontrar un listado"
2979
 
2980
+ #: business-directory-plugin.php:1133
2981
  msgctxt "title"
2982
  msgid "View All Listings"
2983
  msgstr "Ver Listados"
2984
 
2985
+ #: business-directory-plugin.php:1153
2986
  msgctxt "title"
2987
  msgid "Listings tagged: %s"
2988
  msgstr "Listados etiquetados: %s"
2992
  msgid "Free"
2993
  msgstr "Gratuito"
2994
 
2995
+ #: core/class-csv-import.php:391
2996
  msgctxt "admin csv-import"
2997
  msgid "Could not create listing category \"%s\""
2998
  msgstr "No se pudo crear la categoría \"%s\""
2999
 
3000
+ #: core/class-csv-import.php:535
3001
  msgctxt "admin csv-import"
3002
  msgid "Username \"%s\" does not exist"
3003
  msgstr "El usuario \"%s\" no existe"
3004
 
3005
+ #: core/class-csv-import.php:567
3006
  msgctxt "admin csv-import"
3007
  msgid "Missing required field: %s"
3008
  msgstr "Falta campo requerido: %s"
3009
 
3010
+ #: core/class-csv-import.php:587
3011
  msgctxt "admin csv-import"
3012
  msgid "Listing category \"%s\" does not exist"
3013
  msgstr "La categoría \"%s\" no existe"
3043
  msgid "Invalid form field type"
3044
  msgstr "Tipo de campo inválido"
3045
 
3046
+ #: core/class-form-field.php:493
3047
  msgctxt "form-fields-api"
3048
  msgid "Field label is required."
3049
  msgstr "El nombre del campo es requerido."
3050
 
3051
+ #: core/class-form-field.php:503
3052
  msgctxt "form-fields-api"
3053
  msgid "Requested field type change is incompatible. Type will not be modified."
3054
  msgstr ""
3055
  "El cambio de tipo de campo es incompatible. El tipo no será modificado."
3056
 
3057
+ #: core/class-form-field.php:523
3058
  msgctxt "form-fields-api"
3059
  msgid ""
3060
  "There can only be one field with association \"%s\". Please select another "
3063
  "Solo puede haber un campo con asociación \"%s\". Por favor elija otra "
3064
  "asociación."
3065
 
3066
+ #: core/class-form-field.php:533
3067
  msgctxt "form-fields-api"
3068
  msgid "\"%s\" is an invalid field type for this association."
3069
  msgstr "\"%s\" es un tipo de campo inválido para esta asociación."
3070
 
3071
+ #: core/class-form-field.php:571
3072
  msgctxt "form-fields-api"
3073
  msgid "Invalid field ID"
3074
  msgstr "ID de campo inválido"
3075
 
3076
+ #: core/class-form-field.php:580
3077
  msgctxt "form-fields api"
3078
  msgid ""
3079
  "This form field can't be deleted because it is required for the plugin to "
3082
  "Este campo de formulario no puede eliminarse porque es requerido para el "
3083
  "funcionamiento del plugin."
3084
 
3085
+ #: core/class-form-field.php:592
3086
  msgctxt "form-fields-api"
3087
  msgid "An error occurred while trying to delete this field."
3088
  msgstr "Un error ocurrió mientras se trataba de eliminar este campo."
3137
  msgid "(Fee Unavailable)"
3138
  msgstr "(Comisión no disponible)"
3139
 
3140
+ #: core/class-listings-api.php:306
3141
  msgctxt "notify email"
3142
  msgid "[%s] New listing notification"
3143
  msgstr "[%s] Notificación de nuevo listado"
3144
 
3145
+ #: core/class-listings-api.php:325
3146
  msgctxt "notify email"
3147
  msgid "[%s] Listing edit notification"
3148
  msgstr "[%s] Notificación de listado editado"
3317
  msgstr "Clave Privada de reCAPTCHA"
3318
 
3319
  #: core/class-settings.php:70
3320
+ msgctxt "admin settings"
3321
  msgid ""
3322
  "We expect that a membership plugin supports the 'redirect_to' parameter for "
3323
  "the URLs below to work. If the plugin does not support them, these settings "
3416
  #: core/class-settings.php:116
3417
  #, fuzzy
3418
  msgctxt "admin settings"
3419
+ msgid "Disable advanced CPT integration."
3420
  msgstr "Deshabilitar notificaciones de correo-e."
3421
 
3422
  #: core/class-settings.php:121
4634
  "No se pudo remover \"Business Directory Plugin - AJAX Compatibility Module"
4635
  "\". Por favor elimine el archivo \"%s\" manualmente o desactive el plugin."
4636
 
4637
+ #: core/class-settings.php:1063
4638
  msgctxt "settings"
4639
  msgid "Deactivate License"
4640
  msgstr "Desactivar Licencia"
4641
 
4642
+ #: core/class-settings.php:1065
4643
  msgctxt "settings"
4644
  msgid "Deactivating license..."
4645
  msgstr "Desactivando licencia..."
4646
 
4647
+ #: core/class-settings.php:1068
4648
  msgctxt "settings"
4649
  msgid "Activate License"
4650
  msgstr "Activar Licencia"
4651
 
4652
+ #: core/class-settings.php:1070
4653
  msgctxt "settings"
4654
  msgid "Activating license..."
4655
  msgstr "Activando licencia..."
4656
 
4657
+ #: core/class-settings.php:1093
4658
  msgctxt "admin settings"
4659
  msgid "Valid placeholders: %s"
4660
  msgstr "Comodines válidos: %s"
4661
 
4662
+ #: core/class-settings.php:1127
4663
  msgctxt "settings email"
4664
  msgid "Click to edit e-mail"
4665
  msgstr "Click para editar el correo"
4666
 
4667
+ #: core/class-settings.php:1128
4668
  msgctxt "settings email"
4669
  msgid "Click to edit"
4670
  msgstr "Click para editar"
4671
 
4672
+ #: core/class-settings.php:1141
4673
  msgctxt "settings email"
4674
  msgid "E-Mail Subject"
4675
  msgstr "Título del correo"
4676
 
4677
+ #: core/class-settings.php:1152
4678
  msgctxt "settings email"
4679
  msgid "E-Mail Body"
4680
  msgstr "Cuerpo del correo"
4681
 
4682
+ #: core/class-settings.php:1163
4683
  msgctxt "settings email"
4684
  msgid "You can use the following placeholders:"
4685
  msgstr "Puede utilizar los siguientes comodines:"
4686
 
4687
+ #: core/class-settings.php:1186
4688
  msgctxt "settings email"
4689
  msgid "Preview e-mail"
4690
  msgstr "Previsualizar correo"
4691
 
4692
+ #: core/class-settings.php:1187
4693
  msgctxt "settings email"
4694
  msgid "Cancel"
4695
  msgstr "Cancelar"
4696
 
4697
+ #: core/class-settings.php:1188
4698
  msgctxt "settings email"
4699
  msgid "Save Changes"
4700
  msgstr "Guardar Cambios"
4701
 
4702
+ #: core/class-settings.php:1207
4703
  msgctxt "settings email"
4704
  msgid "Site title"
4705
  msgstr "Título del sitio"
4706
 
4707
+ #: core/class-settings.php:1210
4708
  msgctxt "settings email"
4709
  msgid "Site title (with link)"
4710
  msgstr "Título del listado (con enlace)"
4711
 
4712
+ #: core/class-settings.php:1213
4713
  msgctxt "settings email"
4714
  msgid "Site address (with link)"
4715
  msgstr "Dirección del listado (con enlace)"
4716
 
4717
+ #: core/class-settings.php:1216
4718
  msgctxt "settings email"
4719
  msgid "Directory URL (with link)"
4720
  msgstr "URL del Directorio (con enlace)"
4721
 
4722
+ #: core/class-settings.php:1219
4723
  msgctxt "settings email"
4724
  msgid "Current date"
4725
  msgstr "Fecha actual"
4726
 
4727
+ #: core/class-settings.php:1222
4728
  msgctxt "settings email"
4729
  msgid "Current time"
4730
  msgstr "Hora actual"
5361
  msgid "Listing upgrade to featured"
5362
  msgstr "Mejora a Destacado"
5363
 
5364
+ #: core/installer.php:940
5365
  msgid "Business Directory - Manual Upgrade Required"
5366
  msgstr "Business Directory - Actualización Manual Requerida"
5367
 
5368
+ #: core/installer.php:942
5369
  msgid ""
5370
  "Business Directory features are currently disabled because the plugin needs "
5371
  "to perform a manual upgrade before continuing."
5373
  "Las características de Business Directory se encuentran deshabitadas pues es "
5374
  "necesario realizar una actualización manual antes de continuar."
5375
 
5376
+ #: core/installer.php:944
5377
  msgid "Perform Manual Upgrade"
5378
  msgstr "Realizar Actualización Manual"
5379
 
5380
+ #: core/installer.php:960 core/installer.php:961 core/installer.php:972
5381
  msgid "Business Directory - Manual Upgrade"
5382
  msgstr "Business Directory - Actualización Manual"
5383
 
5384
+ #: core/installer.php:976
5385
  msgid ""
5386
  "Business Directory features are currently disabled because the plugin needs "
5387
  "to perform a manual upgrade before it can be used."
5390
  "necesario realizar una actualización manual antes de que el plugin pueda ser "
5391
  "utilizado."
5392
 
5393
+ #: core/installer.php:978
5394
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
5395
  msgstr ""
5396
  "Haga clic en \"Iniciar Actualización\" y espere hasta que el proceso "
5397
  "finalice."
5398
 
5399
+ #: core/installer.php:981
5400
  msgctxt "manual-upgrade"
5401
  msgid "Start Upgrade"
5402
  msgstr "Iniciar Actualización"
5403
 
5404
+ #: core/installer.php:983
5405
  msgctxt "manual-upgrade"
5406
  msgid "Pause Upgrade"
5407
  msgstr "Detener Actualización"
5408
 
5409
+ #: core/installer.php:989
5410
  msgctxt "manual-upgrade"
5411
  msgid ""
5412
  "The upgrade was sucessfully performed. Business Directory Plugin is now "
5415
  "La actualización fue ejecutada con éxito. Business Directory Plugin ahora se "
5416
  "encienta disponible para su uso."
5417
 
5418
+ #: core/installer.php:992
5419
  msgctxt "manual-upgrade"
5420
  msgid "Go to \"Directory Admin\""
5421
  msgstr "Ir a \"Administración del Directorio\""
5445
  msgid "Deactivation failed"
5446
  msgstr "La desactivación de licencia falló"
5447
 
5448
+ #: core/licensing.php:233
5449
  msgctxt "licensing"
5450
  msgid "Business Directory - License Key Required"
5451
  msgstr "Directorio de Negocios - Licencia Requerida"
5452
 
5453
+ #: core/licensing.php:236
5454
  msgctxt "licensing"
5455
  msgid ""
5456
  "The following premium modules will not work until a valid license key is "
5461
  "válida para cada uno. Vaya a <a>Configuraciones - Licencias</a> para "
5462
  "ingresar su información de licencias."
5463
 
5464
+ #: core/licensing.php:257
5465
  msgctxt "licensing"
5466
  msgid "Business Directory - License Key Expired"
5467
  msgstr "Directorio de Negocios - Licencias Expiradas"
5468
 
5469
+ #: core/licensing.php:258
5470
  msgctxt "licensing"
5471
  msgid ""
5472
  "The license key for <span class=\"module-name\">%s %s</span> has expired. "
5477
  "expirado. El módulo continuará funcionando pero no recibirá ninguna "
5478
  "actualización hasta que la licencia sea renovada."
5479
 
5480
+ #: core/licensing.php:262
5481
  msgctxt "licensing"
5482
  msgid "Remind me later"
5483
  msgstr "Recordar luego"
5484
 
5485
+ #: core/licensing.php:264
5486
  msgctxt "licensing"
5487
  msgid "Renew License Key"
5488
  msgstr "Renovar Clave de Licencia"
5489
 
5490
+ #: core/licensing.php:351
5491
  msgctxt "licensing"
5492
  msgid "Could not deactivate license: %s."
5493
  msgstr "No se pudo desactivar la licencia: %s."
5725
  msgid "Advanced Search"
5726
  msgstr "Búsqueda Avanzada"
5727
 
5728
+ #: core/templates-ui.php:256 core/templates-ui.php:281
5729
  msgctxt "templates sort"
5730
  msgid "Sort By:"
5731
  msgstr "Ordenar Por:"
5732
 
5733
+ #: core/templates-ui.php:275
5734
  msgctxt "sort"
5735
  msgid "Reset"
5736
  msgstr "Restablecer"
5737
 
5738
+ #: core/templates-ui.php:297
5739
  msgctxt "sort"
5740
  msgid "(Reset)"
5741
  msgstr "(Reestablecer)"
5742
 
5743
+ #: core/themes.php:625
5744
  msgctxt "themes"
5745
  msgid "ZIP file is not a valid BD theme file."
5746
  msgstr ""
5747
 
5748
+ #: core/themes.php:631
5749
  msgctxt "themes"
5750
  msgid "Could not create themes directory."
5751
  msgstr ""
5752
 
5753
+ #: core/themes.php:639
5754
  msgctxt "themes"
5755
  msgid "Could not remove previous theme directory \"%s\"."
5756
  msgstr ""
5757
 
5758
+ #: core/themes.php:645
5759
  msgctxt "themes"
5760
  msgid "Could not move new theme into theme directory."
5761
  msgstr ""
6298
  msgid "Display the following fields in the form."
6299
  msgstr "Mostrar los siguientes campos en el formulario."
6300
 
6301
+ #: core/widget-search.php:107
6302
  msgctxt "widgets"
6303
  msgid "Search"
6304
  msgstr "Buscar"
7053
  msgid "http://businessdirectoryplugin.com"
7054
  msgstr "http://businessdirectoryplugin.com"
7055
 
7056
+ #~ msgctxt "admin csv-import"
7057
+ #~ msgid "Use spreadsheet information only."
7058
+ #~ msgstr "Utilizar únicamente la información del archivo CSV."
7059
+
7060
+ #~ msgctxt "admin sidebar"
7061
+ #~ msgid "Single Site License Combo Pack"
7062
+ #~ msgstr "Single Site License Combo Pack"
7063
+
7064
+ #~ msgctxt "admin sidebar"
7065
+ #~ msgid "Multi Site License Combo Pack"
7066
+ #~ msgstr "Multi Site License Combo Pack"
7067
+
7068
  #~ msgctxt "listings"
7069
  #~ msgid "Fee \"%s\" for category \"%s\""
7070
  #~ msgstr "Comisión \"%s\" para categoría \"%s\""
languages/WPBDM-fr_FR.mo CHANGED
Binary file
languages/WPBDM-fr_FR.po CHANGED
@@ -4,7 +4,7 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Business Directory Plugin 3.6\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
7
- "POT-Creation-Date: 2016-05-24 19:56:31+00:00\n"
8
  "PO-Revision-Date: 2016-02-24 15:34-0500\n"
9
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
10
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
@@ -241,26 +241,26 @@ msgctxt "admin infometabox"
241
  msgid "never"
242
  msgstr "jamais"
243
 
244
- #: admin/class-admin.php:498
245
  msgctxt "admin"
246
  msgid "Dismiss this notice."
247
  msgstr ""
248
 
249
- #: admin/class-admin.php:526
250
  msgctxt "admin"
251
  msgid "The listing has been published."
252
  msgid_plural "The listings have been published."
253
  msgstr[0] "L'annonce a été publiée."
254
  msgstr[1] "Les annonces ont été publiées."
255
 
256
- #: admin/class-admin.php:544
257
  msgctxt "admin"
258
  msgid "The listing status has been set as paid."
259
  msgid_plural "The listings status has been set as paid."
260
  msgstr[0] "Le statut de l'annonce a été défini comme étant payée."
261
  msgstr[1] "Le statut des annocnes a été défini comme étant payées."
262
 
263
- #: admin/class-admin.php:550
264
  msgctxt "admin"
265
  msgid ""
266
  "Only invoices containing non-recurring items were marked as paid. Please "
@@ -272,28 +272,28 @@ msgid_plural ""
272
  msgstr[0] ""
273
  msgstr[1] ""
274
 
275
- #: admin/class-admin.php:569
276
  msgctxt "admin"
277
  msgid "The listing has been modified."
278
  msgid_plural "The listings have been modified."
279
  msgstr[0] "L'annonce a été modifiée."
280
  msgstr[1] "Les annonces ont été modifiées."
281
 
282
- #: admin/class-admin.php:582
283
  msgctxt "admin"
284
  msgid "The listing has been upgraded."
285
  msgid_plural "The listings have been upgraded."
286
  msgstr[0] "L'annonce a été mise à jour."
287
  msgstr[1] "Les annonces ont été mise à jour."
288
 
289
- #: admin/class-admin.php:594
290
  msgctxt "admin"
291
  msgid "The listing has been downgraded."
292
  msgid_plural "The listings have been downgraded."
293
  msgstr[0] "L'annonce a été rétrogradée."
294
  msgstr[1] "Les annonces ont été rétrogradées."
295
 
296
- #: admin/class-admin.php:605
297
  msgctxt "admin payments"
298
  msgid ""
299
  "The payment status was not changed. Recurring payments can't be manually "
@@ -301,44 +301,44 @@ msgid ""
301
  "went through."
302
  msgstr ""
303
 
304
- #: admin/class-admin.php:610
305
  msgctxt "admin"
306
  msgid "The transaction has been approved."
307
  msgstr "La transaction a été approuvée."
308
 
309
- #: admin/class-admin.php:620
310
  msgctxt "admin"
311
  msgid "The transaction has been rejected."
312
  msgstr "La transaction a été rejetée."
313
 
314
- #: admin/class-admin.php:626
315
  msgctxt "admin"
316
  msgid "The fee was successfully assigned."
317
  msgstr "Les frais ont bien été assignés."
318
 
319
- #: admin/class-admin.php:635
320
  msgctxt "admin"
321
  msgid "Listing was renewed."
322
  msgid_plural "Listings were renewed."
323
  msgstr[0] "L'annonce a été renouvelée."
324
  msgstr[1] "Les annonces ont été renouvelées."
325
 
326
- #: admin/class-admin.php:642
327
  msgctxt "admin"
328
  msgid "Renewal email sent."
329
  msgstr "Email de renouvellement envoyé"
330
 
331
- #: admin/class-admin.php:676
332
  msgctxt "admin category id"
333
  msgid "ID"
334
  msgstr "ID"
335
 
336
- #: admin/class-admin.php:678 admin/class-admin.php:684
337
  msgctxt "admin"
338
  msgid "Listing Count"
339
  msgstr "Compteur d'annonces"
340
 
341
- #: admin/class-admin.php:793
342
  msgctxt "admin"
343
  msgid ""
344
  "<b>Business Directory Plugin</b> requires fields with the following "
@@ -347,7 +347,7 @@ msgstr ""
347
  "<b>Plugin d'Annuaire Professionnel</b> requiert des champs avec les "
348
  "associations suivantes pour marcher correctement: <b>%s</b>"
349
 
350
- #: admin/class-admin.php:795
351
  msgctxt "admin"
352
  msgid ""
353
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
@@ -356,7 +356,7 @@ msgstr ""
356
  "<b>Plugin d'Annuaire Professionnel</b> requiert un champ avec un <b>%s</b> "
357
  "association en ordre pour marcher correctement."
358
 
359
- #: admin/class-admin.php:799
360
  msgctxt "admin"
361
  msgid ""
362
  "You can create these custom fields by yourself inside \"Manage Form Fields\" "
@@ -365,17 +365,17 @@ msgstr ""
365
  "Vous pouvez créer ces champs personnalisés pas vous-mêmes dans \"Gestion des "
366
  "Champs\" ou laissez le plugin le faire pour vous automatiquement."
367
 
368
- #: admin/class-admin.php:803
369
  msgctxt "admin"
370
  msgid "Go to \"Manage Form Fields\""
371
  msgstr "Aller à \"Gestion des Champs\""
372
 
373
- #: admin/class-admin.php:806
374
  msgctxt "admin"
375
  msgid "Create these required fields for me"
376
  msgstr "Créer ces champs obligatoires pour moi"
377
 
378
- #: admin/class-admin.php:815
379
  msgctxt "admin"
380
  msgid ""
381
  "<b>Business Directory Plugin</b> requires a page with the "
@@ -384,7 +384,7 @@ msgstr ""
384
  "<b>Business Directory Plugin</b> requiert une page avec le code "
385
  "d'activation <tt>[businessdirectory]</tt> pour marcher correctement."
386
 
387
- #: admin/class-admin.php:817
388
  msgctxt "admin"
389
  msgid ""
390
  "You can create this page by yourself or let Business Directory do this for "
@@ -393,27 +393,27 @@ msgstr ""
393
  "Vous pouvez créer cette page par vous-mêmes ou laisser le plugin la faire "
394
  "pour vous automatiquement."
395
 
396
- #: admin/class-admin.php:821
397
  msgctxt "admin"
398
  msgid "Create required pages for me"
399
  msgstr "Créer les pages requises pour moi."
400
 
401
- #: admin/class-admin.php:861
402
  msgctxt "admin compat"
403
  msgid "Installed: %s"
404
  msgstr "Installé: %s"
405
 
406
- #: admin/class-admin.php:861
407
  msgctxt "admin compat"
408
  msgid "N/A"
409
  msgstr "N/A"
410
 
411
- #: admin/class-admin.php:864
412
  msgctxt "admin compat"
413
  msgid "Required: %s"
414
  msgstr "Requis: %s"
415
 
416
- #: admin/class-admin.php:876
417
  msgctxt "admin compat"
418
  msgid ""
419
  "Business Directory has detected some incompatible premium module versions "
@@ -422,7 +422,7 @@ msgstr ""
422
  "Le plugin a détecté une/des modules incomptatible de la version premium "
423
  "installé."
424
 
425
- #: admin/class-admin.php:878
426
  msgctxt "admin compat"
427
  msgid ""
428
  "Please upgrade to the required versions indicated below to make sure "
@@ -431,7 +431,7 @@ msgstr ""
431
  "Veuillez mettre à jour vers la version requise, indiquée ci-dessous, pour "
432
  "assurer le bon fonctionnement des fonctions. "
433
 
434
- #: admin/class-admin.php:898
435
  msgctxt "admin"
436
  msgid ""
437
  "We noticed you want your Business Directory users to register before posting "
@@ -564,12 +564,12 @@ msgctxt "licensing"
564
  msgid "License key is invalid"
565
  msgstr "La clé de licence est invalide"
566
 
567
- #: admin/class-themes-admin.php:369 core/licensing.php:330
568
  msgctxt "licensing"
569
  msgid "Could not activate license: %s."
570
  msgstr "Impossible d'activer la licence: %s."
571
 
572
- #: admin/class-themes-admin.php:382 core/licensing.php:332
573
  msgctxt "licensing"
574
  msgid "License activated"
575
  msgstr "Licence activée"
@@ -579,7 +579,7 @@ msgctxt "licensing"
579
  msgid "Invalid response from server"
580
  msgstr "Invalid response from server"
581
 
582
- #: admin/class-themes-admin.php:442 core/licensing.php:350
583
  msgctxt "licensing"
584
  msgid "License deactivated"
585
  msgstr "Licence désactivée"
@@ -607,27 +607,27 @@ msgstr ""
607
  "Erreur lors de la création d'un répertoire temporaire pour l'exportation "
608
  "CSV: %s"
609
 
610
- #: admin/csv-import.php:95
611
  msgctxt "admin csv-import"
612
  msgid "Business %s"
613
  msgstr "Professionnel %s"
614
 
615
- #: admin/csv-import.php:133
616
  msgctxt "admin csv-import"
617
  msgid "Whatever"
618
  msgstr "Tout ce que"
619
 
620
- #: admin/csv-import.php:137
621
  msgctxt "admin csv-import"
622
  msgid "Example CSV Import File"
623
  msgstr "Exemple de fichier d'import CSV"
624
 
625
- #: admin/csv-import.php:138
626
  msgctxt "admin csv-import"
627
  msgid "← Return to \"CSV Import\""
628
  msgstr "← Revenir à \"Importation CSV \""
629
 
630
- #: admin/csv-import.php:241
631
  msgid ""
632
  "A valid temporary directory with write permissions is required for CSV "
633
  "imports to function properly. Your server is using \"%s\" but this path does "
@@ -638,22 +638,22 @@ msgstr ""
638
  "Votre serveur utilise \"%s\", mais ce chemin ne semble pas être accessible "
639
  "en écriture. Veuillez consulter votre administrateur d'hébergement."
640
 
641
- #: admin/csv-import.php:275
642
  msgctxt "admin csv-import"
643
  msgid "There was an error uploading the CSV file."
644
  msgstr "Il y a eu une erreur lors de l'upload du fichier CSV."
645
 
646
- #: admin/csv-import.php:281
647
  msgctxt "admin csv-import"
648
  msgid "Please upload or select a CSV file."
649
  msgstr "Veuillez uploader ou sélectionner un fichier CSV."
650
 
651
- #: admin/csv-import.php:294
652
  msgctxt "admin csv-import"
653
  msgid "There was an error uploading the images ZIP file."
654
  msgstr "Il y a eu une erreur lor de l'upload du fichier ZIP."
655
 
656
- #: admin/csv-import.php:315
657
  msgctxt "admin csv-import"
658
  msgid ""
659
  "An error was detected while validating the CSV file for import. Please fix "
@@ -662,7 +662,7 @@ msgstr ""
662
  "Une erreur a été décelée lors de la validation du fichier CSV pour "
663
  "l'importation. Merci de résoudre ce problème avant de continuer."
664
 
665
- #: admin/csv-import.php:324
666
  msgctxt "admin csv-import"
667
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
668
  msgstr ""
@@ -1025,36 +1025,48 @@ msgid "Address"
1025
  msgstr "Adresse"
1026
 
1027
  #: admin/form-fields.php:297
 
 
 
 
 
 
 
 
 
 
 
 
1028
  msgctxt "form-fields admin"
1029
  msgid "ZIP Code"
1030
  msgstr "Code Postal"
1031
 
1032
- #: admin/form-fields.php:298
1033
  msgctxt "form-fields admin"
1034
  msgid "FAX Number"
1035
  msgstr "Numéro de fax"
1036
 
1037
- #: admin/form-fields.php:299
1038
  msgctxt "form-fields admin"
1039
  msgid "Phone Number"
1040
  msgstr "Numéro de téléphone"
1041
 
1042
- #: admin/form-fields.php:300
1043
  msgctxt "form-fields admin"
1044
  msgid "Ratings Field"
1045
  msgstr "Champs d'évaluation"
1046
 
1047
- #: admin/form-fields.php:301
1048
  msgctxt "form-fields admin"
1049
  msgid "Twitter"
1050
  msgstr "Twitter"
1051
 
1052
- #: admin/form-fields.php:302
1053
  msgctxt "form-fields admin"
1054
  msgid "Website"
1055
  msgstr "Site Internet"
1056
 
1057
- #: admin/form-fields.php:323
1058
  msgctxt "form-fields admin"
1059
  msgid "Tags updated."
1060
  msgstr "Étiquettes mises à jour."
@@ -1498,7 +1510,7 @@ msgctxt "admin csv-import"
1498
  msgid "Warning"
1499
  msgstr "Alerte"
1500
 
1501
- #: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:227
1502
  msgctxt "admin csv-import"
1503
  msgid "Help"
1504
  msgstr "Aide"
@@ -1623,44 +1635,55 @@ msgid "Assign listings to a user."
1623
  msgstr "Assigner des listes à un utilisateur."
1624
 
1625
  #: admin/templates/csv-import.tpl.php:193
 
1626
  msgctxt "admin csv-import"
1627
- msgid "Default listing user"
1628
- msgstr "Annonce par défault de l'utilisateur"
1629
 
1630
- #: admin/templates/csv-import.tpl.php:198
 
1631
  msgctxt "admin csv-import"
1632
- msgid "Use spreadsheet information only."
1633
- msgstr "Utiliser les informations de feuille de calcul uniquement."
 
 
 
 
1634
 
1635
  #: admin/templates/csv-import.tpl.php:204
1636
  msgctxt "admin csv-import"
 
 
 
 
 
1637
  msgid ""
1638
  "This user will be used if the username column is not present in the CSV file."
1639
  msgstr ""
1640
  "Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
1641
  "figure pas dans le fichier CSV."
1642
 
1643
- #: admin/templates/csv-import.tpl.php:209
1644
  msgctxt "admin csv-import"
1645
  msgid "Disable e-mail notifications during import?"
1646
  msgstr "Désactiver les notifications par e-mail durant l'importation?"
1647
 
1648
- #: admin/templates/csv-import.tpl.php:214
1649
  msgctxt "admin csv-import"
1650
  msgid "Disable e-mail notifications."
1651
  msgstr "Désactiver les notifications par e-mail."
1652
 
1653
- #: admin/templates/csv-import.tpl.php:220
1654
  msgctxt "admin csv-import"
1655
  msgid "Test Import"
1656
  msgstr "Tester l'importation"
1657
 
1658
- #: admin/templates/csv-import.tpl.php:221
1659
  msgctxt "admin csv-import"
1660
  msgid "Import Listings"
1661
  msgstr "Importation des listes"
1662
 
1663
- #: admin/templates/csv-import.tpl.php:229
1664
  msgctxt "admin csv-import"
1665
  msgid ""
1666
  "The following are the valid header names to be used in the CSV file. "
@@ -1674,44 +1697,44 @@ msgstr ""
1674
  "d'un fichier CSV d'importation \" </a> afin de voir à quoi un fichier "
1675
  "d'importation devrait ressembler."
1676
 
1677
- #: admin/templates/csv-import.tpl.php:236
1678
  msgctxt "admin csv-import"
1679
  msgid "Header name/label"
1680
  msgstr "Nom/Etiquette de l'en-tête"
1681
 
1682
- #: admin/templates/csv-import.tpl.php:237
1683
  msgctxt "admin csv-import"
1684
  msgid "Field"
1685
  msgstr "Champ"
1686
 
1687
- #: admin/templates/csv-import.tpl.php:238
1688
  msgctxt "admin csv-import"
1689
  msgid "Type"
1690
  msgstr "Type"
1691
 
1692
- #: admin/templates/csv-import.tpl.php:239
1693
  msgctxt "admin csv-import"
1694
  msgid "Required?"
1695
  msgstr "Requis ?"
1696
 
1697
- #: admin/templates/csv-import.tpl.php:240
1698
  msgctxt "admin csv-import"
1699
  msgid "Multivalued?"
1700
  msgstr "Valeurs multiples ?"
1701
 
1702
- #: admin/templates/csv-import.tpl.php:262
1703
  msgctxt "admin csv-import"
1704
  msgid "Semicolon separated list of listing images (from the ZIP file)"
1705
  msgstr ""
1706
  "Liste séparée de la cotation des images par un point-virgule (à partir du "
1707
  "fichier ZIP)"
1708
 
1709
- #: admin/templates/csv-import.tpl.php:269
1710
  msgctxt "admin csv-import"
1711
  msgid "Listing author's username"
1712
  msgstr "Nom d'utilisateur de l'auteur de l'annonce"
1713
 
1714
- #: admin/templates/csv-import.tpl.php:276
1715
  msgctxt "admin csv-import"
1716
  msgid ""
1717
  "Internal Sequence ID used to allow listing updates from external sources."
@@ -1719,7 +1742,7 @@ msgstr ""
1719
  "ID interne de séquence utilisé pour permettre l'annonce des mises à jour "
1720
  "provenant de sources externes."
1721
 
1722
- #: admin/templates/csv-import.tpl.php:283
1723
  msgctxt "admin csv-import"
1724
  msgid ""
1725
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -2186,7 +2209,7 @@ msgstr ""
2186
  "Veuillez voir la <a>Documentation de champs de formulaire</a> pour plus de "
2187
  "détails."
2188
 
2189
- #. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.0) #-#-#-#-#
2190
  #. Plugin Name of the plugin/theme
2191
  #: admin/templates/header.tpl.php:4
2192
  msgid "Business Directory Plugin"
@@ -2604,91 +2627,148 @@ msgctxt "admin sidebar"
2604
  msgid "Google Maps Module"
2605
  msgstr "Module google maps"
2606
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2607
  #: admin/templates/sidebar.tpl.php:21
 
 
 
 
 
 
 
 
 
 
 
 
2608
  msgctxt "admin sidebar"
2609
  msgid "Like this plugin?"
2610
  msgstr "Vous aimez ce plugin ?"
2611
 
2612
- #: admin/templates/sidebar.tpl.php:23
2613
  msgctxt "admin sidebar"
2614
  msgid "Why not do any or all of the following:"
2615
  msgstr "Pourquoi ne pas faire l'une des actions suivantes:"
2616
 
2617
- #: admin/templates/sidebar.tpl.php:25
2618
  msgctxt "admin sidebar"
2619
  msgid "Give it a good rating on WordPress.org."
2620
  msgstr "Donnez lui une bonne note sur Wordpress.org."
2621
 
2622
- #: admin/templates/sidebar.tpl.php:26
2623
  msgctxt "admin sidebar"
2624
  msgid "Let other people know that it works with your WordPress setup."
2625
  msgstr ""
2626
  "Faites savoir à d'autres personnes qu'il fonctionne avec votre version de "
2627
  "Wordpress"
2628
 
2629
- #: admin/templates/sidebar.tpl.php:27
2630
  msgctxt "admin sidebar"
2631
  msgid "Buy a Premium Module"
2632
  msgstr "Acheter un module Premium"
2633
 
2634
- #: admin/templates/sidebar.tpl.php:34
2635
  msgctxt "admin sidebar"
2636
  msgid "Get a Premium Module"
2637
  msgstr "Avoir un module Premium"
2638
 
2639
- #: admin/templates/sidebar.tpl.php:43
 
 
 
 
 
 
 
 
 
 
 
2640
  msgctxt "admin sidebar"
2641
- msgid "Single Site License Combo Pack"
2642
- msgstr "Pack licence pour un seul site"
2643
 
2644
- #: admin/templates/sidebar.tpl.php:44
2645
  msgctxt "admin sidebar"
2646
- msgid "Multi Site License Combo Pack"
2647
- msgstr "Pack licence pour plusieurs sites"
2648
 
2649
- #: admin/templates/sidebar.tpl.php:51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2650
  msgctxt "admin sidebar"
2651
  msgid "Found a bug? Need support?"
2652
  msgstr "Vous avez trouvé un bug ? Besoin d'assistance ?"
2653
 
2654
- #: admin/templates/sidebar.tpl.php:56
2655
  msgctxt "admin sidebar"
2656
  msgid "If you've found a bug or need support <a>visit the forums!</a>"
2657
  msgstr ""
2658
  "Si vous avez trouvé un bug ou si vous avez besoin d'assistance, <a>visitez "
2659
  "le forum!</a>"
2660
 
2661
- #: admin/templates/sidebar.tpl.php:59
2662
  msgctxt "admin sidebar"
2663
  msgid "Full plugin documentation"
2664
  msgstr "Documentation complète du plugin"
2665
 
2666
- #: admin/templates/sidebar.tpl.php:60
2667
  msgctxt "admin sidebar"
2668
  msgid "Quick Start Guide"
2669
  msgstr "Guide rapide de lancement"
2670
 
2671
- #: admin/templates/sidebar.tpl.php:61
2672
  msgctxt "admin sidebar"
2673
  msgid "Video Tutorials"
2674
  msgstr "Vidéo tutoriels"
2675
 
2676
- #: admin/templates/sidebar.tpl.php:69
2677
  msgctxt "admin sidebar"
2678
  msgid "Installed Modules"
2679
  msgstr "Modules installés"
2680
 
2681
- #: admin/templates/sidebar.tpl.php:80 admin/templates/sidebar.tpl.php:89
2682
  msgctxt "admin sidebar"
2683
  msgid "Installed"
2684
  msgstr "Installé"
2685
 
2686
- #: admin/templates/sidebar.tpl.php:82 admin/templates/sidebar.tpl.php:89
2687
  msgctxt "admin sidebar"
2688
  msgid "Not Installed"
2689
  msgstr "Non installé"
2690
 
2691
- #: admin/templates/sidebar.tpl.php:88
2692
  msgctxt "admin sidebar"
2693
  msgid "Enhanced Categories Module"
2694
  msgstr "Module d'amélioration des catégories"
@@ -2778,6 +2858,22 @@ msgctxt "themes"
2778
  msgid "Activating license..."
2779
  msgstr "Activation de la license"
2780
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2781
  #: admin/templates/transactions.tpl.php:2
2782
  msgctxt "admin transactions"
2783
  msgid "Transactions"
@@ -2886,32 +2982,32 @@ msgctxt "tracking"
2886
  msgid "Allow Tracking"
2887
  msgstr "Autoriser l'analyse"
2888
 
2889
- #: business-directory-plugin.php:628
2890
  msgctxt "admin plugins"
2891
  msgid "Settings"
2892
  msgstr "Paramètres"
2893
 
2894
- #: business-directory-plugin.php:736 business-directory-plugin.php:743
2895
  msgctxt "rss feed"
2896
  msgid "%s Feed"
2897
  msgstr "%s diffusion"
2898
 
2899
- #: business-directory-plugin.php:1077
2900
  msgctxt "title"
2901
  msgid "Submit A Listing"
2902
  msgstr "Soumettre une annonce"
2903
 
2904
- #: business-directory-plugin.php:1087
2905
  msgctxt "title"
2906
  msgid "Find a Listing"
2907
  msgstr "Trouver une annonce"
2908
 
2909
- #: business-directory-plugin.php:1097
2910
  msgctxt "title"
2911
  msgid "View All Listings"
2912
  msgstr "Voir toutes les annonces"
2913
 
2914
- #: business-directory-plugin.php:1117
2915
  msgctxt "title"
2916
  msgid "Listings tagged: %s"
2917
  msgstr "Annonces marquées: %s"
@@ -2921,22 +3017,22 @@ msgstr "Annonces marquées: %s"
2921
  msgid "Free"
2922
  msgstr "Gratuit"
2923
 
2924
- #: core/class-csv-import.php:375
2925
  msgctxt "admin csv-import"
2926
  msgid "Could not create listing category \"%s\""
2927
  msgstr "Vous ne pouvez pas créer cette catégorie d'annonce \"%s\""
2928
 
2929
- #: core/class-csv-import.php:519
2930
  msgctxt "admin csv-import"
2931
  msgid "Username \"%s\" does not exist"
2932
  msgstr "Le nom d'utilisateur \"%s\" n'existe pas"
2933
 
2934
- #: core/class-csv-import.php:551
2935
  msgctxt "admin csv-import"
2936
  msgid "Missing required field: %s"
2937
  msgstr "Absence d'un champ requis: %s"
2938
 
2939
- #: core/class-csv-import.php:571
2940
  msgctxt "admin csv-import"
2941
  msgid "Listing category \"%s\" does not exist"
2942
  msgstr "La catégorie d'annonce \"%s\" n'existe pas"
@@ -2973,19 +3069,19 @@ msgctxt "form-fields-api"
2973
  msgid "Invalid form field type"
2974
  msgstr "Type de champ de formulaire invalide"
2975
 
2976
- #: core/class-form-field.php:459
2977
  msgctxt "form-fields-api"
2978
  msgid "Field label is required."
2979
  msgstr "L'étiquette de champ est requise"
2980
 
2981
- #: core/class-form-field.php:469
2982
  msgctxt "form-fields-api"
2983
  msgid "Requested field type change is incompatible. Type will not be modified."
2984
  msgstr ""
2985
  "La modification du type de champ est incompatible. Le type de champ ne sera "
2986
  "pas modifié."
2987
 
2988
- #: core/class-form-field.php:489
2989
  msgctxt "form-fields-api"
2990
  msgid ""
2991
  "There can only be one field with association \"%s\". Please select another "
@@ -2994,17 +3090,17 @@ msgstr ""
2994
  "Il ne peut y avoir qu'un champ avec l'association \"% s \". Veuillez "
2995
  "sélectionner une autre association."
2996
 
2997
- #: core/class-form-field.php:499
2998
  msgctxt "form-fields-api"
2999
  msgid "\"%s\" is an invalid field type for this association."
3000
  msgstr "\" est un type de champ invalide pour cette association."
3001
 
3002
- #: core/class-form-field.php:537
3003
  msgctxt "form-fields-api"
3004
  msgid "Invalid field ID"
3005
  msgstr "ID de champ invalide"
3006
 
3007
- #: core/class-form-field.php:546
3008
  msgctxt "form-fields api"
3009
  msgid ""
3010
  "This form field can't be deleted because it is required for the plugin to "
@@ -3013,7 +3109,7 @@ msgstr ""
3013
  "Ce champ de formulaire ne peut pas être supprimé car il est nécessaire pour "
3014
  "que le plugin fonctionne."
3015
 
3016
- #: core/class-form-field.php:558
3017
  msgctxt "form-fields-api"
3018
  msgid "An error occurred while trying to delete this field."
3019
  msgstr "Une erreur est survenue en essayant de supprimer ce champ."
@@ -3068,12 +3164,12 @@ msgctxt "listing"
3068
  msgid "(Fee Unavailable)"
3069
  msgstr "(Coûts Non disponible)"
3070
 
3071
- #: core/class-listings-api.php:295
3072
  msgctxt "notify email"
3073
  msgid "[%s] New listing notification"
3074
  msgstr "[%s] Nouvelle notification d'annonce"
3075
 
3076
- #: core/class-listings-api.php:314
3077
  msgctxt "notify email"
3078
  msgid "[%s] Listing edit notification"
3079
  msgstr "[%s] Notification d'édition d'annonce"
@@ -3250,6 +3346,7 @@ msgid "reCAPTCHA Private Key"
3250
  msgstr "Clé privée CAPTCHA"
3251
 
3252
  #: core/class-settings.php:70
 
3253
  msgid ""
3254
  "We expect that a membership plugin supports the 'redirect_to' parameter for "
3255
  "the URLs below to work. If the plugin does not support them, these settings "
@@ -3349,7 +3446,7 @@ msgstr "Montrer le bouton \"Annuaire\"."
3349
  #: core/class-settings.php:116
3350
  #, fuzzy
3351
  msgctxt "admin settings"
3352
- msgid "Disable CPT integration."
3353
  msgstr "Désactiver les notifications par e-mail."
3354
 
3355
  #: core/class-settings.php:121
@@ -4578,97 +4675,97 @@ msgstr ""
4578
  "Impossible de supprimer le \"Module de comptabilité AJAX du plugin \". "
4579
  "Veuillez supprimer le fichier \"% s \" manuellement ou désactiver le plugin."
4580
 
4581
- #: core/class-settings.php:1064
4582
  msgctxt "settings"
4583
  msgid "Deactivate License"
4584
  msgstr "Désactiver la licence"
4585
 
4586
- #: core/class-settings.php:1066
4587
  msgctxt "settings"
4588
  msgid "Deactivating license..."
4589
  msgstr "Désactivation de la licence..."
4590
 
4591
- #: core/class-settings.php:1069
4592
  msgctxt "settings"
4593
  msgid "Activate License"
4594
  msgstr "Activer la licence"
4595
 
4596
- #: core/class-settings.php:1071
4597
  msgctxt "settings"
4598
  msgid "Activating license..."
4599
  msgstr "Activation de la licence"
4600
 
4601
- #: core/class-settings.php:1095
4602
  msgctxt "admin settings"
4603
  msgid "Valid placeholders: %s"
4604
  msgstr "Espaces réservés valides:% s"
4605
 
4606
- #: core/class-settings.php:1129
4607
  msgctxt "settings email"
4608
  msgid "Click to edit e-mail"
4609
  msgstr "Cliquer pour éditer l'e-mail"
4610
 
4611
- #: core/class-settings.php:1130
4612
  msgctxt "settings email"
4613
  msgid "Click to edit"
4614
  msgstr "Cliquer pour éditer"
4615
 
4616
- #: core/class-settings.php:1143
4617
  msgctxt "settings email"
4618
  msgid "E-Mail Subject"
4619
  msgstr "Sujet de l'e-mail"
4620
 
4621
- #: core/class-settings.php:1154
4622
  msgctxt "settings email"
4623
  msgid "E-Mail Body"
4624
  msgstr "Corps de l'e-mail"
4625
 
4626
- #: core/class-settings.php:1165
4627
  msgctxt "settings email"
4628
  msgid "You can use the following placeholders:"
4629
  msgstr "Vous pouvez utiliser les paramètres suivantes:"
4630
 
4631
- #: core/class-settings.php:1188
4632
  msgctxt "settings email"
4633
  msgid "Preview e-mail"
4634
  msgstr "E-mail précédents"
4635
 
4636
- #: core/class-settings.php:1189
4637
  msgctxt "settings email"
4638
  msgid "Cancel"
4639
  msgstr "Annuler"
4640
 
4641
- #: core/class-settings.php:1190
4642
  msgctxt "settings email"
4643
  msgid "Save Changes"
4644
  msgstr "Sauvegarder les changements"
4645
 
4646
- #: core/class-settings.php:1209
4647
  msgctxt "settings email"
4648
  msgid "Site title"
4649
  msgstr "Titre du site"
4650
 
4651
- #: core/class-settings.php:1212
4652
  msgctxt "settings email"
4653
  msgid "Site title (with link)"
4654
  msgstr "Titre du site (avec lien)"
4655
 
4656
- #: core/class-settings.php:1215
4657
  msgctxt "settings email"
4658
  msgid "Site address (with link)"
4659
  msgstr "Adresse du site (avec lien)"
4660
 
4661
- #: core/class-settings.php:1218
4662
  msgctxt "settings email"
4663
  msgid "Directory URL (with link)"
4664
  msgstr "Annuaire des URL (avec lien)"
4665
 
4666
- #: core/class-settings.php:1221
4667
  msgctxt "settings email"
4668
  msgid "Current date"
4669
  msgstr "Date actuelle"
4670
 
4671
- #: core/class-settings.php:1224
4672
  msgctxt "settings email"
4673
  msgid "Current time"
4674
  msgstr "Heure actuelle"
@@ -5309,11 +5406,11 @@ msgctxt "installer"
5309
  msgid "Listing upgrade to featured"
5310
  msgstr "Mise à jour des annonces vers prioritaire"
5311
 
5312
- #: core/installer.php:934
5313
  msgid "Business Directory - Manual Upgrade Required"
5314
  msgstr "Business Directory - Mise à jour manuelle requise"
5315
 
5316
- #: core/installer.php:936
5317
  msgid ""
5318
  "Business Directory features are currently disabled because the plugin needs "
5319
  "to perform a manual upgrade before continuing."
@@ -5322,15 +5419,15 @@ msgstr ""
5322
  "désactivés car le plugin a besoin d'effectuer une mise à jour manuelle avant "
5323
  "de poursuivre."
5324
 
5325
- #: core/installer.php:938
5326
  msgid "Perform Manual Upgrade"
5327
  msgstr "Effectuer la mise à jour manuelle"
5328
 
5329
- #: core/installer.php:954 core/installer.php:955 core/installer.php:966
5330
  msgid "Business Directory - Manual Upgrade"
5331
  msgstr "Business Directory - Mise à jour manuelle"
5332
 
5333
- #: core/installer.php:970
5334
  msgid ""
5335
  "Business Directory features are currently disabled because the plugin needs "
5336
  "to perform a manual upgrade before it can be used."
@@ -5339,23 +5436,23 @@ msgstr ""
5339
  "désactivées car le plugin a besoin d'effectuer une mise à jour manuelle afin "
5340
  "d'être pleinement utilisable."
5341
 
5342
- #: core/installer.php:972
5343
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
5344
  msgstr ""
5345
  "Cliquez sur \"Démarrer la mise à jour\" et patientez jusqu'à la fin du "
5346
  "processus."
5347
 
5348
- #: core/installer.php:975
5349
  msgctxt "manual-upgrade"
5350
  msgid "Start Upgrade"
5351
  msgstr "Démarrer la mise à jour"
5352
 
5353
- #: core/installer.php:977
5354
  msgctxt "manual-upgrade"
5355
  msgid "Pause Upgrade"
5356
  msgstr "Mettre la mise à jour en pause"
5357
 
5358
- #: core/installer.php:983
5359
  msgctxt "manual-upgrade"
5360
  msgid ""
5361
  "The upgrade was sucessfully performed. Business Directory Plugin is now "
@@ -5364,7 +5461,7 @@ msgstr ""
5364
  "La mise à jour s'est bien effectuée. Le plugin Business Directory est "
5365
  "maintenant disponible et fonctionnel."
5366
 
5367
- #: core/installer.php:986
5368
  msgctxt "manual-upgrade"
5369
  msgid "Go to \"Directory Admin\""
5370
  msgstr "Aller à \"Administrateur de l'annuaire\""
@@ -5394,12 +5491,12 @@ msgctxt "licensing"
5394
  msgid "Deactivation failed"
5395
  msgstr "La désactivation a échoué"
5396
 
5397
- #: core/licensing.php:230
5398
  msgctxt "licensing"
5399
  msgid "Business Directory - License Key Required"
5400
  msgstr "Business Directory - Une clé de licence est requise"
5401
 
5402
- #: core/licensing.php:233
5403
  msgctxt "licensing"
5404
  msgid ""
5405
  "The following premium modules will not work until a valid license key is "
@@ -5410,12 +5507,12 @@ msgstr ""
5410
  "licence valide ne sera pas fournie. Aller à <a> Gérer les options - Licences "
5411
  "</a> et entrez vos informations de licence."
5412
 
5413
- #: core/licensing.php:254
5414
  msgctxt "licensing"
5415
  msgid "Business Directory - License Key Expired"
5416
  msgstr "Business Directory - Clé de licence expirée"
5417
 
5418
- #: core/licensing.php:255
5419
  msgctxt "licensing"
5420
  msgid ""
5421
  "The license key for <span class=\"module-name\">%s %s</span> has expired. "
@@ -5426,17 +5523,17 @@ msgstr ""
5426
  "Le module va continuer à travailler mais vous ne recevrez plus de mises à "
5427
  "jour jusqu'à ce que la licence soit renouvelée."
5428
 
5429
- #: core/licensing.php:259
5430
  msgctxt "licensing"
5431
  msgid "Remind me later"
5432
  msgstr "Rappelez-le moi plus tard"
5433
 
5434
- #: core/licensing.php:261
5435
  msgctxt "licensing"
5436
  msgid "Renew License Key"
5437
  msgstr "Renouveller la clé de licence"
5438
 
5439
- #: core/licensing.php:348
5440
  msgctxt "licensing"
5441
  msgid "Could not deactivate license: %s."
5442
  msgstr "Impossible de désactiver la licence: %s."
@@ -5680,37 +5777,37 @@ msgctxt "templates"
5680
  msgid "Advanced Search"
5681
  msgstr "Recherche avancée"
5682
 
5683
- #: core/templates-ui.php:253 core/templates-ui.php:278
5684
  msgctxt "templates sort"
5685
  msgid "Sort By:"
5686
  msgstr "Trier par:"
5687
 
5688
- #: core/templates-ui.php:272
5689
  msgctxt "sort"
5690
  msgid "Reset"
5691
  msgstr "Réinitialiser"
5692
 
5693
- #: core/templates-ui.php:294
5694
  msgctxt "sort"
5695
  msgid "(Reset)"
5696
  msgstr "(Réinitialiser)"
5697
 
5698
- #: core/themes.php:622
5699
  msgctxt "themes"
5700
  msgid "ZIP file is not a valid BD theme file."
5701
  msgstr "Le fichier ZIP n'est pas un fichier de thème valide"
5702
 
5703
- #: core/themes.php:628
5704
  msgctxt "themes"
5705
  msgid "Could not create themes directory."
5706
  msgstr "Impossible de créer le répertoire de thèmes"
5707
 
5708
- #: core/themes.php:636
5709
  msgctxt "themes"
5710
  msgid "Could not remove previous theme directory \"%s\"."
5711
  msgstr "Impossible de supprimer le dossier de thème précédent \"%s\"."
5712
 
5713
- #: core/themes.php:642
5714
  msgctxt "themes"
5715
  msgid "Could not move new theme into theme directory."
5716
  msgstr "Impossible de déplacer le nouveau thème dans le dossier à thèmes"
@@ -6271,7 +6368,7 @@ msgctxt "widgets"
6271
  msgid "Display the following fields in the form."
6272
  msgstr "Afficher les champs suivants dans le formulaire."
6273
 
6274
- #: core/widget-search.php:102
6275
  msgctxt "widgets"
6276
  msgid "Search"
6277
  msgstr "Rechercher"
@@ -7036,6 +7133,18 @@ msgstr "D. Rodenbaugh"
7036
  msgid "http://businessdirectoryplugin.com"
7037
  msgstr "http://businessdirectoryplugin.com"
7038
 
 
 
 
 
 
 
 
 
 
 
 
 
7039
  #~ msgctxt "listings"
7040
  #~ msgid "Fee \"%s\" for category \"%s\""
7041
  #~ msgstr "Frais \"%s\" pour catégorie \"%s\""
4
  msgstr ""
5
  "Project-Id-Version: Business Directory Plugin 3.6\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
7
+ "POT-Creation-Date: 2016-06-14 20:52:18+00:00\n"
8
  "PO-Revision-Date: 2016-02-24 15:34-0500\n"
9
  "Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
10
  "Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
241
  msgid "never"
242
  msgstr "jamais"
243
 
244
+ #: admin/class-admin.php:504
245
  msgctxt "admin"
246
  msgid "Dismiss this notice."
247
  msgstr ""
248
 
249
+ #: admin/class-admin.php:532
250
  msgctxt "admin"
251
  msgid "The listing has been published."
252
  msgid_plural "The listings have been published."
253
  msgstr[0] "L'annonce a été publiée."
254
  msgstr[1] "Les annonces ont été publiées."
255
 
256
+ #: admin/class-admin.php:550
257
  msgctxt "admin"
258
  msgid "The listing status has been set as paid."
259
  msgid_plural "The listings status has been set as paid."
260
  msgstr[0] "Le statut de l'annonce a été défini comme étant payée."
261
  msgstr[1] "Le statut des annocnes a été défini comme étant payées."
262
 
263
+ #: admin/class-admin.php:556
264
  msgctxt "admin"
265
  msgid ""
266
  "Only invoices containing non-recurring items were marked as paid. Please "
272
  msgstr[0] ""
273
  msgstr[1] ""
274
 
275
+ #: admin/class-admin.php:575
276
  msgctxt "admin"
277
  msgid "The listing has been modified."
278
  msgid_plural "The listings have been modified."
279
  msgstr[0] "L'annonce a été modifiée."
280
  msgstr[1] "Les annonces ont été modifiées."
281
 
282
+ #: admin/class-admin.php:588
283
  msgctxt "admin"
284
  msgid "The listing has been upgraded."
285
  msgid_plural "The listings have been upgraded."
286
  msgstr[0] "L'annonce a été mise à jour."
287
  msgstr[1] "Les annonces ont été mise à jour."
288
 
289
+ #: admin/class-admin.php:600
290
  msgctxt "admin"
291
  msgid "The listing has been downgraded."
292
  msgid_plural "The listings have been downgraded."
293
  msgstr[0] "L'annonce a été rétrogradée."
294
  msgstr[1] "Les annonces ont été rétrogradées."
295
 
296
+ #: admin/class-admin.php:611
297
  msgctxt "admin payments"
298
  msgid ""
299
  "The payment status was not changed. Recurring payments can't be manually "
301
  "went through."
302
  msgstr ""
303
 
304
+ #: admin/class-admin.php:616
305
  msgctxt "admin"
306
  msgid "The transaction has been approved."
307
  msgstr "La transaction a été approuvée."
308
 
309
+ #: admin/class-admin.php:626
310
  msgctxt "admin"
311
  msgid "The transaction has been rejected."
312
  msgstr "La transaction a été rejetée."
313
 
314
+ #: admin/class-admin.php:632
315
  msgctxt "admin"
316
  msgid "The fee was successfully assigned."
317
  msgstr "Les frais ont bien été assignés."
318
 
319
+ #: admin/class-admin.php:641
320
  msgctxt "admin"
321
  msgid "Listing was renewed."
322
  msgid_plural "Listings were renewed."
323
  msgstr[0] "L'annonce a été renouvelée."
324
  msgstr[1] "Les annonces ont été renouvelées."
325
 
326
+ #: admin/class-admin.php:648
327
  msgctxt "admin"
328
  msgid "Renewal email sent."
329
  msgstr "Email de renouvellement envoyé"
330
 
331
+ #: admin/class-admin.php:682
332
  msgctxt "admin category id"
333
  msgid "ID"
334
  msgstr "ID"
335
 
336
+ #: admin/class-admin.php:684 admin/class-admin.php:690
337
  msgctxt "admin"
338
  msgid "Listing Count"
339
  msgstr "Compteur d'annonces"
340
 
341
+ #: admin/class-admin.php:799
342
  msgctxt "admin"
343
  msgid ""
344
  "<b>Business Directory Plugin</b> requires fields with the following "
347
  "<b>Plugin d'Annuaire Professionnel</b> requiert des champs avec les "
348
  "associations suivantes pour marcher correctement: <b>%s</b>"
349
 
350
+ #: admin/class-admin.php:801
351
  msgctxt "admin"
352
  msgid ""
353
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
356
  "<b>Plugin d'Annuaire Professionnel</b> requiert un champ avec un <b>%s</b> "
357
  "association en ordre pour marcher correctement."
358
 
359
+ #: admin/class-admin.php:805
360
  msgctxt "admin"
361
  msgid ""
362
  "You can create these custom fields by yourself inside \"Manage Form Fields\" "
365
  "Vous pouvez créer ces champs personnalisés pas vous-mêmes dans \"Gestion des "
366
  "Champs\" ou laissez le plugin le faire pour vous automatiquement."
367
 
368
+ #: admin/class-admin.php:809
369
  msgctxt "admin"
370
  msgid "Go to \"Manage Form Fields\""
371
  msgstr "Aller à \"Gestion des Champs\""
372
 
373
+ #: admin/class-admin.php:812
374
  msgctxt "admin"
375
  msgid "Create these required fields for me"
376
  msgstr "Créer ces champs obligatoires pour moi"
377
 
378
+ #: admin/class-admin.php:821
379
  msgctxt "admin"
380
  msgid ""
381
  "<b>Business Directory Plugin</b> requires a page with the "
384
  "<b>Business Directory Plugin</b> requiert une page avec le code "
385
  "d'activation <tt>[businessdirectory]</tt> pour marcher correctement."
386
 
387
+ #: admin/class-admin.php:823
388
  msgctxt "admin"
389
  msgid ""
390
  "You can create this page by yourself or let Business Directory do this for "
393
  "Vous pouvez créer cette page par vous-mêmes ou laisser le plugin la faire "
394
  "pour vous automatiquement."
395
 
396
+ #: admin/class-admin.php:827
397
  msgctxt "admin"
398
  msgid "Create required pages for me"
399
  msgstr "Créer les pages requises pour moi."
400
 
401
+ #: admin/class-admin.php:867
402
  msgctxt "admin compat"
403
  msgid "Installed: %s"
404
  msgstr "Installé: %s"
405
 
406
+ #: admin/class-admin.php:867
407
  msgctxt "admin compat"
408
  msgid "N/A"
409
  msgstr "N/A"
410
 
411
+ #: admin/class-admin.php:870
412
  msgctxt "admin compat"
413
  msgid "Required: %s"
414
  msgstr "Requis: %s"
415
 
416
+ #: admin/class-admin.php:882
417
  msgctxt "admin compat"
418
  msgid ""
419
  "Business Directory has detected some incompatible premium module versions "
422
  "Le plugin a détecté une/des modules incomptatible de la version premium "
423
  "installé."
424
 
425
+ #: admin/class-admin.php:884
426
  msgctxt "admin compat"
427
  msgid ""
428
  "Please upgrade to the required versions indicated below to make sure "
431
  "Veuillez mettre à jour vers la version requise, indiquée ci-dessous, pour "
432
  "assurer le bon fonctionnement des fonctions. "
433
 
434
+ #: admin/class-admin.php:904
435
  msgctxt "admin"
436
  msgid ""
437
  "We noticed you want your Business Directory users to register before posting "
564
  msgid "License key is invalid"
565
  msgstr "La clé de licence est invalide"
566
 
567
+ #: admin/class-themes-admin.php:369 core/licensing.php:333
568
  msgctxt "licensing"
569
  msgid "Could not activate license: %s."
570
  msgstr "Impossible d'activer la licence: %s."
571
 
572
+ #: admin/class-themes-admin.php:382 core/licensing.php:335
573
  msgctxt "licensing"
574
  msgid "License activated"
575
  msgstr "Licence activée"
579
  msgid "Invalid response from server"
580
  msgstr "Invalid response from server"
581
 
582
+ #: admin/class-themes-admin.php:442 core/licensing.php:353
583
  msgctxt "licensing"
584
  msgid "License deactivated"
585
  msgstr "Licence désactivée"
607
  "Erreur lors de la création d'un répertoire temporaire pour l'exportation "
608
  "CSV: %s"
609
 
610
+ #: admin/csv-import.php:109
611
  msgctxt "admin csv-import"
612
  msgid "Business %s"
613
  msgstr "Professionnel %s"
614
 
615
+ #: admin/csv-import.php:147
616
  msgctxt "admin csv-import"
617
  msgid "Whatever"
618
  msgstr "Tout ce que"
619
 
620
+ #: admin/csv-import.php:151
621
  msgctxt "admin csv-import"
622
  msgid "Example CSV Import File"
623
  msgstr "Exemple de fichier d'import CSV"
624
 
625
+ #: admin/csv-import.php:152
626
  msgctxt "admin csv-import"
627
  msgid "← Return to \"CSV Import\""
628
  msgstr "← Revenir à \"Importation CSV \""
629
 
630
+ #: admin/csv-import.php:255
631
  msgid ""
632
  "A valid temporary directory with write permissions is required for CSV "
633
  "imports to function properly. Your server is using \"%s\" but this path does "
638
  "Votre serveur utilise \"%s\", mais ce chemin ne semble pas être accessible "
639
  "en écriture. Veuillez consulter votre administrateur d'hébergement."
640
 
641
+ #: admin/csv-import.php:289
642
  msgctxt "admin csv-import"
643
  msgid "There was an error uploading the CSV file."
644
  msgstr "Il y a eu une erreur lors de l'upload du fichier CSV."
645
 
646
+ #: admin/csv-import.php:295
647
  msgctxt "admin csv-import"
648
  msgid "Please upload or select a CSV file."
649
  msgstr "Veuillez uploader ou sélectionner un fichier CSV."
650
 
651
+ #: admin/csv-import.php:308
652
  msgctxt "admin csv-import"
653
  msgid "There was an error uploading the images ZIP file."
654
  msgstr "Il y a eu une erreur lor de l'upload du fichier ZIP."
655
 
656
+ #: admin/csv-import.php:329
657
  msgctxt "admin csv-import"
658
  msgid ""
659
  "An error was detected while validating the CSV file for import. Please fix "
662
  "Une erreur a été décelée lors de la validation du fichier CSV pour "
663
  "l'importation. Merci de résoudre ce problème avant de continuer."
664
 
665
+ #: admin/csv-import.php:338
666
  msgctxt "admin csv-import"
667
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
668
  msgstr ""
1025
  msgstr "Adresse"
1026
 
1027
  #: admin/form-fields.php:297
1028
+ #, fuzzy
1029
+ msgctxt "form-fields admin"
1030
+ msgid "City"
1031
+ msgstr "Ville: "
1032
+
1033
+ #: admin/form-fields.php:298
1034
+ #, fuzzy
1035
+ msgctxt "form-fields admin"
1036
+ msgid "State"
1037
+ msgstr "Région: "
1038
+
1039
+ #: admin/form-fields.php:299
1040
  msgctxt "form-fields admin"
1041
  msgid "ZIP Code"
1042
  msgstr "Code Postal"
1043
 
1044
+ #: admin/form-fields.php:300
1045
  msgctxt "form-fields admin"
1046
  msgid "FAX Number"
1047
  msgstr "Numéro de fax"
1048
 
1049
+ #: admin/form-fields.php:301
1050
  msgctxt "form-fields admin"
1051
  msgid "Phone Number"
1052
  msgstr "Numéro de téléphone"
1053
 
1054
+ #: admin/form-fields.php:302
1055
  msgctxt "form-fields admin"
1056
  msgid "Ratings Field"
1057
  msgstr "Champs d'évaluation"
1058
 
1059
+ #: admin/form-fields.php:303
1060
  msgctxt "form-fields admin"
1061
  msgid "Twitter"
1062
  msgstr "Twitter"
1063
 
1064
+ #: admin/form-fields.php:304
1065
  msgctxt "form-fields admin"
1066
  msgid "Website"
1067
  msgstr "Site Internet"
1068
 
1069
+ #: admin/form-fields.php:325
1070
  msgctxt "form-fields admin"
1071
  msgid "Tags updated."
1072
  msgstr "Étiquettes mises à jour."
1510
  msgid "Warning"
1511
  msgstr "Alerte"
1512
 
1513
+ #: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:233
1514
  msgctxt "admin csv-import"
1515
  msgid "Help"
1516
  msgstr "Aide"
1635
  msgstr "Assigner des listes à un utilisateur."
1636
 
1637
  #: admin/templates/csv-import.tpl.php:193
1638
+ #, fuzzy
1639
  msgctxt "admin csv-import"
1640
+ msgid "Use a default user for listings?"
1641
+ msgstr "Utiliser l'image par défault pour les annonces sans images ?"
1642
 
1643
+ #: admin/templates/csv-import.tpl.php:199
1644
+ #, fuzzy
1645
  msgctxt "admin csv-import"
1646
+ msgid ""
1647
+ "Select a default user to be used if the username column is not present in "
1648
+ "the CSV file."
1649
+ msgstr ""
1650
+ "Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
1651
+ "figure pas dans le fichier CSV."
1652
 
1653
  #: admin/templates/csv-import.tpl.php:204
1654
  msgctxt "admin csv-import"
1655
+ msgid "Default listing user"
1656
+ msgstr "Annonce par défault de l'utilisateur"
1657
+
1658
+ #: admin/templates/csv-import.tpl.php:210
1659
+ msgctxt "admin csv-import"
1660
  msgid ""
1661
  "This user will be used if the username column is not present in the CSV file."
1662
  msgstr ""
1663
  "Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
1664
  "figure pas dans le fichier CSV."
1665
 
1666
+ #: admin/templates/csv-import.tpl.php:215
1667
  msgctxt "admin csv-import"
1668
  msgid "Disable e-mail notifications during import?"
1669
  msgstr "Désactiver les notifications par e-mail durant l'importation?"
1670
 
1671
+ #: admin/templates/csv-import.tpl.php:220
1672
  msgctxt "admin csv-import"
1673
  msgid "Disable e-mail notifications."
1674
  msgstr "Désactiver les notifications par e-mail."
1675
 
1676
+ #: admin/templates/csv-import.tpl.php:226
1677
  msgctxt "admin csv-import"
1678
  msgid "Test Import"
1679
  msgstr "Tester l'importation"
1680
 
1681
+ #: admin/templates/csv-import.tpl.php:227
1682
  msgctxt "admin csv-import"
1683
  msgid "Import Listings"
1684
  msgstr "Importation des listes"
1685
 
1686
+ #: admin/templates/csv-import.tpl.php:235
1687
  msgctxt "admin csv-import"
1688
  msgid ""
1689
  "The following are the valid header names to be used in the CSV file. "
1697
  "d'un fichier CSV d'importation \" </a> afin de voir à quoi un fichier "
1698
  "d'importation devrait ressembler."
1699
 
1700
+ #: admin/templates/csv-import.tpl.php:242
1701
  msgctxt "admin csv-import"
1702
  msgid "Header name/label"
1703
  msgstr "Nom/Etiquette de l'en-tête"
1704
 
1705
+ #: admin/templates/csv-import.tpl.php:243
1706
  msgctxt "admin csv-import"
1707
  msgid "Field"
1708
  msgstr "Champ"
1709
 
1710
+ #: admin/templates/csv-import.tpl.php:244
1711
  msgctxt "admin csv-import"
1712
  msgid "Type"
1713
  msgstr "Type"
1714
 
1715
+ #: admin/templates/csv-import.tpl.php:245
1716
  msgctxt "admin csv-import"
1717
  msgid "Required?"
1718
  msgstr "Requis ?"
1719
 
1720
+ #: admin/templates/csv-import.tpl.php:246
1721
  msgctxt "admin csv-import"
1722
  msgid "Multivalued?"
1723
  msgstr "Valeurs multiples ?"
1724
 
1725
+ #: admin/templates/csv-import.tpl.php:268
1726
  msgctxt "admin csv-import"
1727
  msgid "Semicolon separated list of listing images (from the ZIP file)"
1728
  msgstr ""
1729
  "Liste séparée de la cotation des images par un point-virgule (à partir du "
1730
  "fichier ZIP)"
1731
 
1732
+ #: admin/templates/csv-import.tpl.php:275
1733
  msgctxt "admin csv-import"
1734
  msgid "Listing author's username"
1735
  msgstr "Nom d'utilisateur de l'auteur de l'annonce"
1736
 
1737
+ #: admin/templates/csv-import.tpl.php:282
1738
  msgctxt "admin csv-import"
1739
  msgid ""
1740
  "Internal Sequence ID used to allow listing updates from external sources."
1742
  "ID interne de séquence utilisé pour permettre l'annonce des mises à jour "
1743
  "provenant de sources externes."
1744
 
1745
+ #: admin/templates/csv-import.tpl.php:289
1746
  msgctxt "admin csv-import"
1747
  msgid ""
1748
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
2209
  "Veuillez voir la <a>Documentation de champs de formulaire</a> pour plus de "
2210
  "détails."
2211
 
2212
+ #. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.0.6) #-#-#-#-#
2213
  #. Plugin Name of the plugin/theme
2214
  #: admin/templates/header.tpl.php:4
2215
  msgid "Business Directory Plugin"
2627
  msgid "Google Maps Module"
2628
  msgstr "Module google maps"
2629
 
2630
+ #: admin/templates/sidebar.tpl.php:18
2631
+ #, fuzzy
2632
+ msgctxt "admin sidebar"
2633
+ msgid "Business Card Theme"
2634
+ msgstr "Nom de l'entreprise"
2635
+
2636
+ #: admin/templates/sidebar.tpl.php:19
2637
+ msgctxt "admin sidebar"
2638
+ msgid "Mobile Compact Theme"
2639
+ msgstr ""
2640
+
2641
+ #: admin/templates/sidebar.tpl.php:20
2642
+ msgctxt "admin sidebar"
2643
+ msgid "Restaurant Theme"
2644
+ msgstr ""
2645
+
2646
  #: admin/templates/sidebar.tpl.php:21
2647
+ #, fuzzy
2648
+ msgctxt "admin sidebar"
2649
+ msgid "Tabbed Business Theme"
2650
+ msgstr "Nom de l'entreprise"
2651
+
2652
+ #: admin/templates/sidebar.tpl.php:22
2653
+ #, fuzzy
2654
+ msgctxt "admin sidebar"
2655
+ msgid "Elegant Business Theme"
2656
+ msgstr "Nom de l'entreprise"
2657
+
2658
+ #: admin/templates/sidebar.tpl.php:29
2659
  msgctxt "admin sidebar"
2660
  msgid "Like this plugin?"
2661
  msgstr "Vous aimez ce plugin ?"
2662
 
2663
+ #: admin/templates/sidebar.tpl.php:31
2664
  msgctxt "admin sidebar"
2665
  msgid "Why not do any or all of the following:"
2666
  msgstr "Pourquoi ne pas faire l'une des actions suivantes:"
2667
 
2668
+ #: admin/templates/sidebar.tpl.php:33
2669
  msgctxt "admin sidebar"
2670
  msgid "Give it a good rating on WordPress.org."
2671
  msgstr "Donnez lui une bonne note sur Wordpress.org."
2672
 
2673
+ #: admin/templates/sidebar.tpl.php:34
2674
  msgctxt "admin sidebar"
2675
  msgid "Let other people know that it works with your WordPress setup."
2676
  msgstr ""
2677
  "Faites savoir à d'autres personnes qu'il fonctionne avec votre version de "
2678
  "Wordpress"
2679
 
2680
+ #: admin/templates/sidebar.tpl.php:35
2681
  msgctxt "admin sidebar"
2682
  msgid "Buy a Premium Module"
2683
  msgstr "Acheter un module Premium"
2684
 
2685
+ #: admin/templates/sidebar.tpl.php:42
2686
  msgctxt "admin sidebar"
2687
  msgid "Get a Premium Module"
2688
  msgstr "Avoir un module Premium"
2689
 
2690
+ #: admin/templates/sidebar.tpl.php:45 admin/templates/sidebar.tpl.php:61
2691
+ msgctxt "admin sidebar"
2692
+ msgid "best deal"
2693
+ msgstr ""
2694
+
2695
+ #: admin/templates/sidebar.tpl.php:45
2696
+ msgctxt "admin sidebar"
2697
+ msgid "Combo Pack"
2698
+ msgstr ""
2699
+
2700
+ #: admin/templates/sidebar.tpl.php:45
2701
+ #, fuzzy
2702
  msgctxt "admin sidebar"
2703
+ msgid "(All Modules)"
2704
+ msgstr "Modules installés"
2705
 
2706
+ #: admin/templates/sidebar.tpl.php:48 admin/templates/sidebar.tpl.php:64
2707
  msgctxt "admin sidebar"
2708
+ msgid "new"
2709
+ msgstr ""
2710
 
2711
+ #: admin/templates/sidebar.tpl.php:58
2712
+ #, fuzzy
2713
+ msgctxt "admin sidebar"
2714
+ msgid "Get a Directory Theme"
2715
+ msgstr "Catégories de l'annuaire"
2716
+
2717
+ #: admin/templates/sidebar.tpl.php:61
2718
+ #, fuzzy
2719
+ msgctxt "admin sidebar"
2720
+ msgid "Theme Pack"
2721
+ msgstr "Thèmes"
2722
+
2723
+ #: admin/templates/sidebar.tpl.php:61
2724
+ #, fuzzy
2725
+ msgctxt "admin sidebar"
2726
+ msgid "(All Themes)"
2727
+ msgstr "Thèmes"
2728
+
2729
+ #: admin/templates/sidebar.tpl.php:74
2730
  msgctxt "admin sidebar"
2731
  msgid "Found a bug? Need support?"
2732
  msgstr "Vous avez trouvé un bug ? Besoin d'assistance ?"
2733
 
2734
+ #: admin/templates/sidebar.tpl.php:79
2735
  msgctxt "admin sidebar"
2736
  msgid "If you've found a bug or need support <a>visit the forums!</a>"
2737
  msgstr ""
2738
  "Si vous avez trouvé un bug ou si vous avez besoin d'assistance, <a>visitez "
2739
  "le forum!</a>"
2740
 
2741
+ #: admin/templates/sidebar.tpl.php:82
2742
  msgctxt "admin sidebar"
2743
  msgid "Full plugin documentation"
2744
  msgstr "Documentation complète du plugin"
2745
 
2746
+ #: admin/templates/sidebar.tpl.php:83
2747
  msgctxt "admin sidebar"
2748
  msgid "Quick Start Guide"
2749
  msgstr "Guide rapide de lancement"
2750
 
2751
+ #: admin/templates/sidebar.tpl.php:84
2752
  msgctxt "admin sidebar"
2753
  msgid "Video Tutorials"
2754
  msgstr "Vidéo tutoriels"
2755
 
2756
+ #: admin/templates/sidebar.tpl.php:92
2757
  msgctxt "admin sidebar"
2758
  msgid "Installed Modules"
2759
  msgstr "Modules installés"
2760
 
2761
+ #: admin/templates/sidebar.tpl.php:103 admin/templates/sidebar.tpl.php:112
2762
  msgctxt "admin sidebar"
2763
  msgid "Installed"
2764
  msgstr "Installé"
2765
 
2766
+ #: admin/templates/sidebar.tpl.php:105 admin/templates/sidebar.tpl.php:112
2767
  msgctxt "admin sidebar"
2768
  msgid "Not Installed"
2769
  msgstr "Non installé"
2770
 
2771
+ #: admin/templates/sidebar.tpl.php:111
2772
  msgctxt "admin sidebar"
2773
  msgid "Enhanced Categories Module"
2774
  msgstr "Module d'amélioration des catégories"
2858
  msgid "Activating license..."
2859
  msgstr "Activation de la license"
2860
 
2861
+ #: admin/templates/themes.tpl.php:13
2862
+ msgctxt "themes"
2863
+ msgid ""
2864
+ "<a><b>Directory Themes</b></a> are pre-made templates for the <i>Business "
2865
+ "Directory Plugin</i> to change the look of the directory quickly and easily. "
2866
+ "We have a number of them available for purchase <a>here</a>."
2867
+ msgstr ""
2868
+
2869
+ #: admin/templates/themes.tpl.php:14
2870
+ msgctxt "themes"
2871
+ msgid ""
2872
+ "They are <strong>different</strong> than your regular WordPress theme and "
2873
+ "they are <strong>not</strong> a replacement for WP themes either. They will "
2874
+ "change the look and feel of your business directory only."
2875
+ msgstr ""
2876
+
2877
  #: admin/templates/transactions.tpl.php:2
2878
  msgctxt "admin transactions"
2879
  msgid "Transactions"
2982
  msgid "Allow Tracking"
2983
  msgstr "Autoriser l'analyse"
2984
 
2985
+ #: business-directory-plugin.php:660
2986
  msgctxt "admin plugins"
2987
  msgid "Settings"
2988
  msgstr "Paramètres"
2989
 
2990
+ #: business-directory-plugin.php:768 business-directory-plugin.php:775
2991
  msgctxt "rss feed"
2992
  msgid "%s Feed"
2993
  msgstr "%s diffusion"
2994
 
2995
+ #: business-directory-plugin.php:1113
2996
  msgctxt "title"
2997
  msgid "Submit A Listing"
2998
  msgstr "Soumettre une annonce"
2999
 
3000
+ #: business-directory-plugin.php:1123
3001
  msgctxt "title"
3002
  msgid "Find a Listing"
3003
  msgstr "Trouver une annonce"
3004
 
3005
+ #: business-directory-plugin.php:1133
3006
  msgctxt "title"
3007
  msgid "View All Listings"
3008
  msgstr "Voir toutes les annonces"
3009
 
3010
+ #: business-directory-plugin.php:1153
3011
  msgctxt "title"
3012
  msgid "Listings tagged: %s"
3013
  msgstr "Annonces marquées: %s"
3017
  msgid "Free"
3018
  msgstr "Gratuit"
3019
 
3020
+ #: core/class-csv-import.php:391
3021
  msgctxt "admin csv-import"
3022
  msgid "Could not create listing category \"%s\""
3023
  msgstr "Vous ne pouvez pas créer cette catégorie d'annonce \"%s\""
3024
 
3025
+ #: core/class-csv-import.php:535
3026
  msgctxt "admin csv-import"
3027
  msgid "Username \"%s\" does not exist"
3028
  msgstr "Le nom d'utilisateur \"%s\" n'existe pas"
3029
 
3030
+ #: core/class-csv-import.php:567
3031
  msgctxt "admin csv-import"
3032
  msgid "Missing required field: %s"
3033
  msgstr "Absence d'un champ requis: %s"
3034
 
3035
+ #: core/class-csv-import.php:587
3036
  msgctxt "admin csv-import"
3037
  msgid "Listing category \"%s\" does not exist"
3038
  msgstr "La catégorie d'annonce \"%s\" n'existe pas"
3069
  msgid "Invalid form field type"
3070
  msgstr "Type de champ de formulaire invalide"
3071
 
3072
+ #: core/class-form-field.php:493
3073
  msgctxt "form-fields-api"
3074
  msgid "Field label is required."
3075
  msgstr "L'étiquette de champ est requise"
3076
 
3077
+ #: core/class-form-field.php:503
3078
  msgctxt "form-fields-api"
3079
  msgid "Requested field type change is incompatible. Type will not be modified."
3080
  msgstr ""
3081
  "La modification du type de champ est incompatible. Le type de champ ne sera "
3082
  "pas modifié."
3083
 
3084
+ #: core/class-form-field.php:523
3085
  msgctxt "form-fields-api"
3086
  msgid ""
3087
  "There can only be one field with association \"%s\". Please select another "
3090
  "Il ne peut y avoir qu'un champ avec l'association \"% s \". Veuillez "
3091
  "sélectionner une autre association."
3092
 
3093
+ #: core/class-form-field.php:533
3094
  msgctxt "form-fields-api"
3095
  msgid "\"%s\" is an invalid field type for this association."
3096
  msgstr "\" est un type de champ invalide pour cette association."
3097
 
3098
+ #: core/class-form-field.php:571
3099
  msgctxt "form-fields-api"
3100
  msgid "Invalid field ID"
3101
  msgstr "ID de champ invalide"
3102
 
3103
+ #: core/class-form-field.php:580
3104
  msgctxt "form-fields api"
3105
  msgid ""
3106
  "This form field can't be deleted because it is required for the plugin to "
3109
  "Ce champ de formulaire ne peut pas être supprimé car il est nécessaire pour "
3110
  "que le plugin fonctionne."
3111
 
3112
+ #: core/class-form-field.php:592
3113
  msgctxt "form-fields-api"
3114
  msgid "An error occurred while trying to delete this field."
3115
  msgstr "Une erreur est survenue en essayant de supprimer ce champ."
3164
  msgid "(Fee Unavailable)"
3165
  msgstr "(Coûts Non disponible)"
3166
 
3167
+ #: core/class-listings-api.php:306
3168
  msgctxt "notify email"
3169
  msgid "[%s] New listing notification"
3170
  msgstr "[%s] Nouvelle notification d'annonce"
3171
 
3172
+ #: core/class-listings-api.php:325
3173
  msgctxt "notify email"
3174
  msgid "[%s] Listing edit notification"
3175
  msgstr "[%s] Notification d'édition d'annonce"
3346
  msgstr "Clé privée CAPTCHA"
3347
 
3348
  #: core/class-settings.php:70
3349
+ msgctxt "admin settings"
3350
  msgid ""
3351
  "We expect that a membership plugin supports the 'redirect_to' parameter for "
3352
  "the URLs below to work. If the plugin does not support them, these settings "
3446
  #: core/class-settings.php:116
3447
  #, fuzzy
3448
  msgctxt "admin settings"
3449
+ msgid "Disable advanced CPT integration."
3450
  msgstr "Désactiver les notifications par e-mail."
3451
 
3452
  #: core/class-settings.php:121
4675
  "Impossible de supprimer le \"Module de comptabilité AJAX du plugin \". "
4676
  "Veuillez supprimer le fichier \"% s \" manuellement ou désactiver le plugin."
4677
 
4678
+ #: core/class-settings.php:1063
4679
  msgctxt "settings"
4680
  msgid "Deactivate License"
4681
  msgstr "Désactiver la licence"
4682
 
4683
+ #: core/class-settings.php:1065
4684
  msgctxt "settings"
4685
  msgid "Deactivating license..."
4686
  msgstr "Désactivation de la licence..."
4687
 
4688
+ #: core/class-settings.php:1068
4689
  msgctxt "settings"
4690
  msgid "Activate License"
4691
  msgstr "Activer la licence"
4692
 
4693
+ #: core/class-settings.php:1070
4694
  msgctxt "settings"
4695
  msgid "Activating license..."
4696
  msgstr "Activation de la licence"
4697
 
4698
+ #: core/class-settings.php:1093
4699
  msgctxt "admin settings"
4700
  msgid "Valid placeholders: %s"
4701
  msgstr "Espaces réservés valides:% s"
4702
 
4703
+ #: core/class-settings.php:1127
4704
  msgctxt "settings email"
4705
  msgid "Click to edit e-mail"
4706
  msgstr "Cliquer pour éditer l'e-mail"
4707
 
4708
+ #: core/class-settings.php:1128
4709
  msgctxt "settings email"
4710
  msgid "Click to edit"
4711
  msgstr "Cliquer pour éditer"
4712
 
4713
+ #: core/class-settings.php:1141
4714
  msgctxt "settings email"
4715
  msgid "E-Mail Subject"
4716
  msgstr "Sujet de l'e-mail"
4717
 
4718
+ #: core/class-settings.php:1152
4719
  msgctxt "settings email"
4720
  msgid "E-Mail Body"
4721
  msgstr "Corps de l'e-mail"
4722
 
4723
+ #: core/class-settings.php:1163
4724
  msgctxt "settings email"
4725
  msgid "You can use the following placeholders:"
4726
  msgstr "Vous pouvez utiliser les paramètres suivantes:"
4727
 
4728
+ #: core/class-settings.php:1186
4729
  msgctxt "settings email"
4730
  msgid "Preview e-mail"
4731
  msgstr "E-mail précédents"
4732
 
4733
+ #: core/class-settings.php:1187
4734
  msgctxt "settings email"
4735
  msgid "Cancel"
4736
  msgstr "Annuler"
4737
 
4738
+ #: core/class-settings.php:1188
4739
  msgctxt "settings email"
4740
  msgid "Save Changes"
4741
  msgstr "Sauvegarder les changements"
4742
 
4743
+ #: core/class-settings.php:1207
4744
  msgctxt "settings email"
4745
  msgid "Site title"
4746
  msgstr "Titre du site"
4747
 
4748
+ #: core/class-settings.php:1210
4749
  msgctxt "settings email"
4750
  msgid "Site title (with link)"
4751
  msgstr "Titre du site (avec lien)"
4752
 
4753
+ #: core/class-settings.php:1213
4754
  msgctxt "settings email"
4755
  msgid "Site address (with link)"
4756
  msgstr "Adresse du site (avec lien)"
4757
 
4758
+ #: core/class-settings.php:1216
4759
  msgctxt "settings email"
4760
  msgid "Directory URL (with link)"
4761
  msgstr "Annuaire des URL (avec lien)"
4762
 
4763
+ #: core/class-settings.php:1219
4764
  msgctxt "settings email"
4765
  msgid "Current date"
4766
  msgstr "Date actuelle"
4767
 
4768
+ #: core/class-settings.php:1222
4769
  msgctxt "settings email"
4770
  msgid "Current time"
4771
  msgstr "Heure actuelle"
5406
  msgid "Listing upgrade to featured"
5407
  msgstr "Mise à jour des annonces vers prioritaire"
5408
 
5409
+ #: core/installer.php:940
5410
  msgid "Business Directory - Manual Upgrade Required"
5411
  msgstr "Business Directory - Mise à jour manuelle requise"
5412
 
5413
+ #: core/installer.php:942
5414
  msgid ""
5415
  "Business Directory features are currently disabled because the plugin needs "
5416
  "to perform a manual upgrade before continuing."
5419
  "désactivés car le plugin a besoin d'effectuer une mise à jour manuelle avant "
5420
  "de poursuivre."
5421
 
5422
+ #: core/installer.php:944
5423
  msgid "Perform Manual Upgrade"
5424
  msgstr "Effectuer la mise à jour manuelle"
5425
 
5426
+ #: core/installer.php:960 core/installer.php:961 core/installer.php:972
5427
  msgid "Business Directory - Manual Upgrade"
5428
  msgstr "Business Directory - Mise à jour manuelle"
5429
 
5430
+ #: core/installer.php:976
5431
  msgid ""
5432
  "Business Directory features are currently disabled because the plugin needs "
5433
  "to perform a manual upgrade before it can be used."
5436
  "désactivées car le plugin a besoin d'effectuer une mise à jour manuelle afin "
5437
  "d'être pleinement utilisable."
5438
 
5439
+ #: core/installer.php:978
5440
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
5441
  msgstr ""
5442
  "Cliquez sur \"Démarrer la mise à jour\" et patientez jusqu'à la fin du "
5443
  "processus."
5444
 
5445
+ #: core/installer.php:981
5446
  msgctxt "manual-upgrade"
5447
  msgid "Start Upgrade"
5448
  msgstr "Démarrer la mise à jour"
5449
 
5450
+ #: core/installer.php:983
5451
  msgctxt "manual-upgrade"
5452
  msgid "Pause Upgrade"
5453
  msgstr "Mettre la mise à jour en pause"
5454
 
5455
+ #: core/installer.php:989
5456
  msgctxt "manual-upgrade"
5457
  msgid ""
5458
  "The upgrade was sucessfully performed. Business Directory Plugin is now "
5461
  "La mise à jour s'est bien effectuée. Le plugin Business Directory est "
5462
  "maintenant disponible et fonctionnel."
5463
 
5464
+ #: core/installer.php:992
5465
  msgctxt "manual-upgrade"
5466
  msgid "Go to \"Directory Admin\""
5467
  msgstr "Aller à \"Administrateur de l'annuaire\""
5491
  msgid "Deactivation failed"
5492
  msgstr "La désactivation a échoué"
5493
 
5494
+ #: core/licensing.php:233
5495
  msgctxt "licensing"
5496
  msgid "Business Directory - License Key Required"
5497
  msgstr "Business Directory - Une clé de licence est requise"
5498
 
5499
+ #: core/licensing.php:236
5500
  msgctxt "licensing"
5501
  msgid ""
5502
  "The following premium modules will not work until a valid license key is "
5507
  "licence valide ne sera pas fournie. Aller à <a> Gérer les options - Licences "
5508
  "</a> et entrez vos informations de licence."
5509
 
5510
+ #: core/licensing.php:257
5511
  msgctxt "licensing"
5512
  msgid "Business Directory - License Key Expired"
5513
  msgstr "Business Directory - Clé de licence expirée"
5514
 
5515
+ #: core/licensing.php:258
5516
  msgctxt "licensing"
5517
  msgid ""
5518
  "The license key for <span class=\"module-name\">%s %s</span> has expired. "
5523
  "Le module va continuer à travailler mais vous ne recevrez plus de mises à "
5524
  "jour jusqu'à ce que la licence soit renouvelée."
5525
 
5526
+ #: core/licensing.php:262
5527
  msgctxt "licensing"
5528
  msgid "Remind me later"
5529
  msgstr "Rappelez-le moi plus tard"
5530
 
5531
+ #: core/licensing.php:264
5532
  msgctxt "licensing"
5533
  msgid "Renew License Key"
5534
  msgstr "Renouveller la clé de licence"
5535
 
5536
+ #: core/licensing.php:351
5537
  msgctxt "licensing"
5538
  msgid "Could not deactivate license: %s."
5539
  msgstr "Impossible de désactiver la licence: %s."
5777
  msgid "Advanced Search"
5778
  msgstr "Recherche avancée"
5779
 
5780
+ #: core/templates-ui.php:256 core/templates-ui.php:281
5781
  msgctxt "templates sort"
5782
  msgid "Sort By:"
5783
  msgstr "Trier par:"
5784
 
5785
+ #: core/templates-ui.php:275
5786
  msgctxt "sort"
5787
  msgid "Reset"
5788
  msgstr "Réinitialiser"
5789
 
5790
+ #: core/templates-ui.php:297
5791
  msgctxt "sort"
5792
  msgid "(Reset)"
5793
  msgstr "(Réinitialiser)"
5794
 
5795
+ #: core/themes.php:625
5796
  msgctxt "themes"
5797
  msgid "ZIP file is not a valid BD theme file."
5798
  msgstr "Le fichier ZIP n'est pas un fichier de thème valide"
5799
 
5800
+ #: core/themes.php:631
5801
  msgctxt "themes"
5802
  msgid "Could not create themes directory."
5803
  msgstr "Impossible de créer le répertoire de thèmes"
5804
 
5805
+ #: core/themes.php:639
5806
  msgctxt "themes"
5807
  msgid "Could not remove previous theme directory \"%s\"."
5808
  msgstr "Impossible de supprimer le dossier de thème précédent \"%s\"."
5809
 
5810
+ #: core/themes.php:645
5811
  msgctxt "themes"
5812
  msgid "Could not move new theme into theme directory."
5813
  msgstr "Impossible de déplacer le nouveau thème dans le dossier à thèmes"
6368
  msgid "Display the following fields in the form."
6369
  msgstr "Afficher les champs suivants dans le formulaire."
6370
 
6371
+ #: core/widget-search.php:107
6372
  msgctxt "widgets"
6373
  msgid "Search"
6374
  msgstr "Rechercher"
7133
  msgid "http://businessdirectoryplugin.com"
7134
  msgstr "http://businessdirectoryplugin.com"
7135
 
7136
+ #~ msgctxt "admin csv-import"
7137
+ #~ msgid "Use spreadsheet information only."
7138
+ #~ msgstr "Utiliser les informations de feuille de calcul uniquement."
7139
+
7140
+ #~ msgctxt "admin sidebar"
7141
+ #~ msgid "Single Site License Combo Pack"
7142
+ #~ msgstr "Pack licence pour un seul site"
7143
+
7144
+ #~ msgctxt "admin sidebar"
7145
+ #~ msgid "Multi Site License Combo Pack"
7146
+ #~ msgstr "Pack licence pour plusieurs sites"
7147
+
7148
  #~ msgctxt "listings"
7149
  #~ msgid "Fee \"%s\" for category \"%s\""
7150
  #~ msgstr "Frais \"%s\" pour catégorie \"%s\""
languages/WPBDM.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the Business Directory Plugin package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Business Directory Plugin 4.0\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
7
- "POT-Creation-Date: 2016-05-24 19:56:31+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -230,26 +230,26 @@ msgctxt "admin infometabox"
230
  msgid "never"
231
  msgstr ""
232
 
233
- #: admin/class-admin.php:498
234
  msgctxt "admin"
235
  msgid "Dismiss this notice."
236
  msgstr ""
237
 
238
- #: admin/class-admin.php:526
239
  msgctxt "admin"
240
  msgid "The listing has been published."
241
  msgid_plural "The listings have been published."
242
  msgstr[0] ""
243
  msgstr[1] ""
244
 
245
- #: admin/class-admin.php:544
246
  msgctxt "admin"
247
  msgid "The listing status has been set as paid."
248
  msgid_plural "The listings status has been set as paid."
249
  msgstr[0] ""
250
  msgstr[1] ""
251
 
252
- #: admin/class-admin.php:550
253
  msgctxt "admin"
254
  msgid ""
255
  "Only invoices containing non-recurring items were marked as paid. Please "
@@ -261,28 +261,28 @@ msgid_plural ""
261
  msgstr[0] ""
262
  msgstr[1] ""
263
 
264
- #: admin/class-admin.php:569
265
  msgctxt "admin"
266
  msgid "The listing has been modified."
267
  msgid_plural "The listings have been modified."
268
  msgstr[0] ""
269
  msgstr[1] ""
270
 
271
- #: admin/class-admin.php:582
272
  msgctxt "admin"
273
  msgid "The listing has been upgraded."
274
  msgid_plural "The listings have been upgraded."
275
  msgstr[0] ""
276
  msgstr[1] ""
277
 
278
- #: admin/class-admin.php:594
279
  msgctxt "admin"
280
  msgid "The listing has been downgraded."
281
  msgid_plural "The listings have been downgraded."
282
  msgstr[0] ""
283
  msgstr[1] ""
284
 
285
- #: admin/class-admin.php:605
286
  msgctxt "admin payments"
287
  msgid ""
288
  "The payment status was not changed. Recurring payments can't be manually "
@@ -290,123 +290,123 @@ msgid ""
290
  "went through."
291
  msgstr ""
292
 
293
- #: admin/class-admin.php:610
294
  msgctxt "admin"
295
  msgid "The transaction has been approved."
296
  msgstr ""
297
 
298
- #: admin/class-admin.php:620
299
  msgctxt "admin"
300
  msgid "The transaction has been rejected."
301
  msgstr ""
302
 
303
- #: admin/class-admin.php:626
304
  msgctxt "admin"
305
  msgid "The fee was successfully assigned."
306
  msgstr ""
307
 
308
- #: admin/class-admin.php:635
309
  msgctxt "admin"
310
  msgid "Listing was renewed."
311
  msgid_plural "Listings were renewed."
312
  msgstr[0] ""
313
  msgstr[1] ""
314
 
315
- #: admin/class-admin.php:642
316
  msgctxt "admin"
317
  msgid "Renewal email sent."
318
  msgstr ""
319
 
320
- #: admin/class-admin.php:676
321
  msgctxt "admin category id"
322
  msgid "ID"
323
  msgstr ""
324
 
325
- #: admin/class-admin.php:678 admin/class-admin.php:684
326
  msgctxt "admin"
327
  msgid "Listing Count"
328
  msgstr ""
329
 
330
- #: admin/class-admin.php:793
331
  msgctxt "admin"
332
  msgid ""
333
  "<b>Business Directory Plugin</b> requires fields with the following "
334
  "associations in order to work correctly: <b>%s</b>."
335
  msgstr ""
336
 
337
- #: admin/class-admin.php:795
338
  msgctxt "admin"
339
  msgid ""
340
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
341
  "association in order to work correctly."
342
  msgstr ""
343
 
344
- #: admin/class-admin.php:799
345
  msgctxt "admin"
346
  msgid ""
347
  "You can create these custom fields by yourself inside \"Manage Form Fields\" "
348
  "or let Business Directory do this for you automatically."
349
  msgstr ""
350
 
351
- #: admin/class-admin.php:803
352
  msgctxt "admin"
353
  msgid "Go to \"Manage Form Fields\""
354
  msgstr ""
355
 
356
- #: admin/class-admin.php:806
357
  msgctxt "admin"
358
  msgid "Create these required fields for me"
359
  msgstr ""
360
 
361
- #: admin/class-admin.php:815
362
  msgctxt "admin"
363
  msgid ""
364
  "<b>Business Directory Plugin</b> requires a page with the "
365
  "<tt>[businessdirectory]</tt> shortcode to function properly."
366
  msgstr ""
367
 
368
- #: admin/class-admin.php:817
369
  msgctxt "admin"
370
  msgid ""
371
  "You can create this page by yourself or let Business Directory do this for "
372
  "you automatically."
373
  msgstr ""
374
 
375
- #: admin/class-admin.php:821
376
  msgctxt "admin"
377
  msgid "Create required pages for me"
378
  msgstr ""
379
 
380
- #: admin/class-admin.php:861
381
  msgctxt "admin compat"
382
  msgid "Installed: %s"
383
  msgstr ""
384
 
385
- #: admin/class-admin.php:861
386
  msgctxt "admin compat"
387
  msgid "N/A"
388
  msgstr ""
389
 
390
- #: admin/class-admin.php:864
391
  msgctxt "admin compat"
392
  msgid "Required: %s"
393
  msgstr ""
394
 
395
- #: admin/class-admin.php:876
396
  msgctxt "admin compat"
397
  msgid ""
398
  "Business Directory has detected some incompatible premium module versions "
399
  "installed."
400
  msgstr ""
401
 
402
- #: admin/class-admin.php:878
403
  msgctxt "admin compat"
404
  msgid ""
405
  "Please upgrade to the required versions indicated below to make sure "
406
  "everything functions properly."
407
  msgstr ""
408
 
409
- #: admin/class-admin.php:898
410
  msgctxt "admin"
411
  msgid ""
412
  "We noticed you want your Business Directory users to register before posting "
@@ -532,12 +532,12 @@ msgctxt "licensing"
532
  msgid "License key is invalid"
533
  msgstr ""
534
 
535
- #: admin/class-themes-admin.php:369 core/licensing.php:330
536
  msgctxt "licensing"
537
  msgid "Could not activate license: %s."
538
  msgstr ""
539
 
540
- #: admin/class-themes-admin.php:382 core/licensing.php:332
541
  msgctxt "licensing"
542
  msgid "License activated"
543
  msgstr ""
@@ -547,7 +547,7 @@ msgctxt "licensing"
547
  msgid "Invalid response from server"
548
  msgstr ""
549
 
550
- #: admin/class-themes-admin.php:442 core/licensing.php:350
551
  msgctxt "licensing"
552
  msgid "License deactivated"
553
  msgstr ""
@@ -572,56 +572,56 @@ msgctxt "admin csv-export"
572
  msgid "Error while creating a temporary directory for CSV export: %s"
573
  msgstr ""
574
 
575
- #: admin/csv-import.php:95
576
  msgctxt "admin csv-import"
577
  msgid "Business %s"
578
  msgstr ""
579
 
580
- #: admin/csv-import.php:133
581
  msgctxt "admin csv-import"
582
  msgid "Whatever"
583
  msgstr ""
584
 
585
- #: admin/csv-import.php:137
586
  msgctxt "admin csv-import"
587
  msgid "Example CSV Import File"
588
  msgstr ""
589
 
590
- #: admin/csv-import.php:138
591
  msgctxt "admin csv-import"
592
  msgid "← Return to \"CSV Import\""
593
  msgstr ""
594
 
595
- #: admin/csv-import.php:241
596
  msgid ""
597
  "A valid temporary directory with write permissions is required for CSV "
598
  "imports to function properly. Your server is using \"%s\" but this path does "
599
  "not seem to be writable. Please consult with your host."
600
  msgstr ""
601
 
602
- #: admin/csv-import.php:275
603
  msgctxt "admin csv-import"
604
  msgid "There was an error uploading the CSV file."
605
  msgstr ""
606
 
607
- #: admin/csv-import.php:281
608
  msgctxt "admin csv-import"
609
  msgid "Please upload or select a CSV file."
610
  msgstr ""
611
 
612
- #: admin/csv-import.php:294
613
  msgctxt "admin csv-import"
614
  msgid "There was an error uploading the images ZIP file."
615
  msgstr ""
616
 
617
- #: admin/csv-import.php:315
618
  msgctxt "admin csv-import"
619
  msgid ""
620
  "An error was detected while validating the CSV file for import. Please fix "
621
  "this before proceeding."
622
  msgstr ""
623
 
624
- #: admin/csv-import.php:324
625
  msgctxt "admin csv-import"
626
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
627
  msgstr ""
@@ -969,35 +969,45 @@ msgstr ""
969
 
970
  #: admin/form-fields.php:297
971
  msgctxt "form-fields admin"
972
- msgid "ZIP Code"
973
  msgstr ""
974
 
975
  #: admin/form-fields.php:298
976
  msgctxt "form-fields admin"
977
- msgid "FAX Number"
978
  msgstr ""
979
 
980
  #: admin/form-fields.php:299
981
  msgctxt "form-fields admin"
982
- msgid "Phone Number"
983
  msgstr ""
984
 
985
  #: admin/form-fields.php:300
986
  msgctxt "form-fields admin"
987
- msgid "Ratings Field"
988
  msgstr ""
989
 
990
  #: admin/form-fields.php:301
991
  msgctxt "form-fields admin"
992
- msgid "Twitter"
993
  msgstr ""
994
 
995
  #: admin/form-fields.php:302
996
  msgctxt "form-fields admin"
 
 
 
 
 
 
 
 
 
 
997
  msgid "Website"
998
  msgstr ""
999
 
1000
- #: admin/form-fields.php:323
1001
  msgctxt "form-fields admin"
1002
  msgid "Tags updated."
1003
  msgstr ""
@@ -1416,7 +1426,7 @@ msgctxt "admin csv-import"
1416
  msgid "Warning"
1417
  msgstr ""
1418
 
1419
- #: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:227
1420
  msgctxt "admin csv-import"
1421
  msgid "Help"
1422
  msgstr ""
@@ -1535,41 +1545,48 @@ msgstr ""
1535
 
1536
  #: admin/templates/csv-import.tpl.php:193
1537
  msgctxt "admin csv-import"
1538
- msgid "Default listing user"
1539
  msgstr ""
1540
 
1541
- #: admin/templates/csv-import.tpl.php:198
1542
  msgctxt "admin csv-import"
1543
- msgid "Use spreadsheet information only."
 
 
1544
  msgstr ""
1545
 
1546
  #: admin/templates/csv-import.tpl.php:204
1547
  msgctxt "admin csv-import"
 
 
 
 
 
1548
  msgid ""
1549
  "This user will be used if the username column is not present in the CSV file."
1550
  msgstr ""
1551
 
1552
- #: admin/templates/csv-import.tpl.php:209
1553
  msgctxt "admin csv-import"
1554
  msgid "Disable e-mail notifications during import?"
1555
  msgstr ""
1556
 
1557
- #: admin/templates/csv-import.tpl.php:214
1558
  msgctxt "admin csv-import"
1559
  msgid "Disable e-mail notifications."
1560
  msgstr ""
1561
 
1562
- #: admin/templates/csv-import.tpl.php:220
1563
  msgctxt "admin csv-import"
1564
  msgid "Test Import"
1565
  msgstr ""
1566
 
1567
- #: admin/templates/csv-import.tpl.php:221
1568
  msgctxt "admin csv-import"
1569
  msgid "Import Listings"
1570
  msgstr ""
1571
 
1572
- #: admin/templates/csv-import.tpl.php:229
1573
  msgctxt "admin csv-import"
1574
  msgid ""
1575
  "The following are the valid header names to be used in the CSV file. "
@@ -1578,48 +1595,48 @@ msgid ""
1578
  "how an import file should look like."
1579
  msgstr ""
1580
 
1581
- #: admin/templates/csv-import.tpl.php:236
1582
  msgctxt "admin csv-import"
1583
  msgid "Header name/label"
1584
  msgstr ""
1585
 
1586
- #: admin/templates/csv-import.tpl.php:237
1587
  msgctxt "admin csv-import"
1588
  msgid "Field"
1589
  msgstr ""
1590
 
1591
- #: admin/templates/csv-import.tpl.php:238
1592
  msgctxt "admin csv-import"
1593
  msgid "Type"
1594
  msgstr ""
1595
 
1596
- #: admin/templates/csv-import.tpl.php:239
1597
  msgctxt "admin csv-import"
1598
  msgid "Required?"
1599
  msgstr ""
1600
 
1601
- #: admin/templates/csv-import.tpl.php:240
1602
  msgctxt "admin csv-import"
1603
  msgid "Multivalued?"
1604
  msgstr ""
1605
 
1606
- #: admin/templates/csv-import.tpl.php:262
1607
  msgctxt "admin csv-import"
1608
  msgid "Semicolon separated list of listing images (from the ZIP file)"
1609
  msgstr ""
1610
 
1611
- #: admin/templates/csv-import.tpl.php:269
1612
  msgctxt "admin csv-import"
1613
  msgid "Listing author's username"
1614
  msgstr ""
1615
 
1616
- #: admin/templates/csv-import.tpl.php:276
1617
  msgctxt "admin csv-import"
1618
  msgid ""
1619
  "Internal Sequence ID used to allow listing updates from external sources."
1620
  msgstr ""
1621
 
1622
- #: admin/templates/csv-import.tpl.php:283
1623
  msgctxt "admin csv-import"
1624
  msgid ""
1625
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
@@ -2056,7 +2073,7 @@ msgctxt "form-fields admin"
2056
  msgid "Please see the <a>Form Fields documentation</a> for more details."
2057
  msgstr ""
2058
 
2059
- #. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.0) #-#-#-#-#
2060
  #. Plugin Name of the plugin/theme
2061
  #: admin/templates/header.tpl.php:4
2062
  msgid "Business Directory Plugin"
@@ -2448,87 +2465,137 @@ msgctxt "admin sidebar"
2448
  msgid "Google Maps Module"
2449
  msgstr ""
2450
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2451
  #: admin/templates/sidebar.tpl.php:21
2452
  msgctxt "admin sidebar"
 
 
 
 
 
 
 
 
 
 
2453
  msgid "Like this plugin?"
2454
  msgstr ""
2455
 
2456
- #: admin/templates/sidebar.tpl.php:23
2457
  msgctxt "admin sidebar"
2458
  msgid "Why not do any or all of the following:"
2459
  msgstr ""
2460
 
2461
- #: admin/templates/sidebar.tpl.php:25
2462
  msgctxt "admin sidebar"
2463
  msgid "Give it a good rating on WordPress.org."
2464
  msgstr ""
2465
 
2466
- #: admin/templates/sidebar.tpl.php:26
2467
  msgctxt "admin sidebar"
2468
  msgid "Let other people know that it works with your WordPress setup."
2469
  msgstr ""
2470
 
2471
- #: admin/templates/sidebar.tpl.php:27
2472
  msgctxt "admin sidebar"
2473
  msgid "Buy a Premium Module"
2474
  msgstr ""
2475
 
2476
- #: admin/templates/sidebar.tpl.php:34
2477
  msgctxt "admin sidebar"
2478
  msgid "Get a Premium Module"
2479
  msgstr ""
2480
 
2481
- #: admin/templates/sidebar.tpl.php:43
 
 
 
 
 
2482
  msgctxt "admin sidebar"
2483
- msgid "Single Site License Combo Pack"
2484
  msgstr ""
2485
 
2486
- #: admin/templates/sidebar.tpl.php:44
2487
  msgctxt "admin sidebar"
2488
- msgid "Multi Site License Combo Pack"
2489
  msgstr ""
2490
 
2491
- #: admin/templates/sidebar.tpl.php:51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2492
  msgctxt "admin sidebar"
2493
  msgid "Found a bug? Need support?"
2494
  msgstr ""
2495
 
2496
- #: admin/templates/sidebar.tpl.php:56
2497
  msgctxt "admin sidebar"
2498
  msgid "If you've found a bug or need support <a>visit the forums!</a>"
2499
  msgstr ""
2500
 
2501
- #: admin/templates/sidebar.tpl.php:59
2502
  msgctxt "admin sidebar"
2503
  msgid "Full plugin documentation"
2504
  msgstr ""
2505
 
2506
- #: admin/templates/sidebar.tpl.php:60
2507
  msgctxt "admin sidebar"
2508
  msgid "Quick Start Guide"
2509
  msgstr ""
2510
 
2511
- #: admin/templates/sidebar.tpl.php:61
2512
  msgctxt "admin sidebar"
2513
  msgid "Video Tutorials"
2514
  msgstr ""
2515
 
2516
- #: admin/templates/sidebar.tpl.php:69
2517
  msgctxt "admin sidebar"
2518
  msgid "Installed Modules"
2519
  msgstr ""
2520
 
2521
- #: admin/templates/sidebar.tpl.php:80 admin/templates/sidebar.tpl.php:89
2522
  msgctxt "admin sidebar"
2523
  msgid "Installed"
2524
  msgstr ""
2525
 
2526
- #: admin/templates/sidebar.tpl.php:82 admin/templates/sidebar.tpl.php:89
2527
  msgctxt "admin sidebar"
2528
  msgid "Not Installed"
2529
  msgstr ""
2530
 
2531
- #: admin/templates/sidebar.tpl.php:88
2532
  msgctxt "admin sidebar"
2533
  msgid "Enhanced Categories Module"
2534
  msgstr ""
@@ -2610,6 +2677,22 @@ msgctxt "themes"
2610
  msgid "Activating license..."
2611
  msgstr ""
2612
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2613
  #: admin/templates/transactions.tpl.php:2
2614
  msgctxt "admin transactions"
2615
  msgid "Transactions"
@@ -2711,32 +2794,32 @@ msgctxt "tracking"
2711
  msgid "Allow Tracking"
2712
  msgstr ""
2713
 
2714
- #: business-directory-plugin.php:628
2715
  msgctxt "admin plugins"
2716
  msgid "Settings"
2717
  msgstr ""
2718
 
2719
- #: business-directory-plugin.php:736 business-directory-plugin.php:743
2720
  msgctxt "rss feed"
2721
  msgid "%s Feed"
2722
  msgstr ""
2723
 
2724
- #: business-directory-plugin.php:1077
2725
  msgctxt "title"
2726
  msgid "Submit A Listing"
2727
  msgstr ""
2728
 
2729
- #: business-directory-plugin.php:1087
2730
  msgctxt "title"
2731
  msgid "Find a Listing"
2732
  msgstr ""
2733
 
2734
- #: business-directory-plugin.php:1097
2735
  msgctxt "title"
2736
  msgid "View All Listings"
2737
  msgstr ""
2738
 
2739
- #: business-directory-plugin.php:1117
2740
  msgctxt "title"
2741
  msgid "Listings tagged: %s"
2742
  msgstr ""
@@ -2745,22 +2828,22 @@ msgstr ""
2745
  msgid "Free"
2746
  msgstr ""
2747
 
2748
- #: core/class-csv-import.php:375
2749
  msgctxt "admin csv-import"
2750
  msgid "Could not create listing category \"%s\""
2751
  msgstr ""
2752
 
2753
- #: core/class-csv-import.php:519
2754
  msgctxt "admin csv-import"
2755
  msgid "Username \"%s\" does not exist"
2756
  msgstr ""
2757
 
2758
- #: core/class-csv-import.php:551
2759
  msgctxt "admin csv-import"
2760
  msgid "Missing required field: %s"
2761
  msgstr ""
2762
 
2763
- #: core/class-csv-import.php:571
2764
  msgctxt "admin csv-import"
2765
  msgid "Listing category \"%s\" does not exist"
2766
  msgstr ""
@@ -2795,41 +2878,41 @@ msgctxt "form-fields-api"
2795
  msgid "Invalid form field type"
2796
  msgstr ""
2797
 
2798
- #: core/class-form-field.php:459
2799
  msgctxt "form-fields-api"
2800
  msgid "Field label is required."
2801
  msgstr ""
2802
 
2803
- #: core/class-form-field.php:469
2804
  msgctxt "form-fields-api"
2805
  msgid "Requested field type change is incompatible. Type will not be modified."
2806
  msgstr ""
2807
 
2808
- #: core/class-form-field.php:489
2809
  msgctxt "form-fields-api"
2810
  msgid ""
2811
  "There can only be one field with association \"%s\". Please select another "
2812
  "association."
2813
  msgstr ""
2814
 
2815
- #: core/class-form-field.php:499
2816
  msgctxt "form-fields-api"
2817
  msgid "\"%s\" is an invalid field type for this association."
2818
  msgstr ""
2819
 
2820
- #: core/class-form-field.php:537
2821
  msgctxt "form-fields-api"
2822
  msgid "Invalid field ID"
2823
  msgstr ""
2824
 
2825
- #: core/class-form-field.php:546
2826
  msgctxt "form-fields api"
2827
  msgid ""
2828
  "This form field can't be deleted because it is required for the plugin to "
2829
  "work."
2830
  msgstr ""
2831
 
2832
- #: core/class-form-field.php:558
2833
  msgctxt "form-fields-api"
2834
  msgid "An error occurred while trying to delete this field."
2835
  msgstr ""
@@ -2884,12 +2967,12 @@ msgctxt "listing"
2884
  msgid "(Fee Unavailable)"
2885
  msgstr ""
2886
 
2887
- #: core/class-listings-api.php:295
2888
  msgctxt "notify email"
2889
  msgid "[%s] New listing notification"
2890
  msgstr ""
2891
 
2892
- #: core/class-listings-api.php:314
2893
  msgctxt "notify email"
2894
  msgid "[%s] Listing edit notification"
2895
  msgstr ""
@@ -3056,6 +3139,7 @@ msgid "reCAPTCHA Private Key"
3056
  msgstr ""
3057
 
3058
  #: core/class-settings.php:70
 
3059
  msgid ""
3060
  "We expect that a membership plugin supports the 'redirect_to' parameter for "
3061
  "the URLs below to work. If the plugin does not support them, these settings "
@@ -3141,7 +3225,7 @@ msgstr ""
3141
 
3142
  #: core/class-settings.php:116
3143
  msgctxt "admin settings"
3144
- msgid "Disable CPT integration."
3145
  msgstr ""
3146
 
3147
  #: core/class-settings.php:121
@@ -4258,97 +4342,97 @@ msgid ""
4258
  "\". Please remove the file \"%s\" manually or deactivate the plugin."
4259
  msgstr ""
4260
 
4261
- #: core/class-settings.php:1064
4262
  msgctxt "settings"
4263
  msgid "Deactivate License"
4264
  msgstr ""
4265
 
4266
- #: core/class-settings.php:1066
4267
  msgctxt "settings"
4268
  msgid "Deactivating license..."
4269
  msgstr ""
4270
 
4271
- #: core/class-settings.php:1069
4272
  msgctxt "settings"
4273
  msgid "Activate License"
4274
  msgstr ""
4275
 
4276
- #: core/class-settings.php:1071
4277
  msgctxt "settings"
4278
  msgid "Activating license..."
4279
  msgstr ""
4280
 
4281
- #: core/class-settings.php:1095
4282
  msgctxt "admin settings"
4283
  msgid "Valid placeholders: %s"
4284
  msgstr ""
4285
 
4286
- #: core/class-settings.php:1129
4287
  msgctxt "settings email"
4288
  msgid "Click to edit e-mail"
4289
  msgstr ""
4290
 
4291
- #: core/class-settings.php:1130
4292
  msgctxt "settings email"
4293
  msgid "Click to edit"
4294
  msgstr ""
4295
 
4296
- #: core/class-settings.php:1143
4297
  msgctxt "settings email"
4298
  msgid "E-Mail Subject"
4299
  msgstr ""
4300
 
4301
- #: core/class-settings.php:1154
4302
  msgctxt "settings email"
4303
  msgid "E-Mail Body"
4304
  msgstr ""
4305
 
4306
- #: core/class-settings.php:1165
4307
  msgctxt "settings email"
4308
  msgid "You can use the following placeholders:"
4309
  msgstr ""
4310
 
4311
- #: core/class-settings.php:1188
4312
  msgctxt "settings email"
4313
  msgid "Preview e-mail"
4314
  msgstr ""
4315
 
4316
- #: core/class-settings.php:1189
4317
  msgctxt "settings email"
4318
  msgid "Cancel"
4319
  msgstr ""
4320
 
4321
- #: core/class-settings.php:1190
4322
  msgctxt "settings email"
4323
  msgid "Save Changes"
4324
  msgstr ""
4325
 
4326
- #: core/class-settings.php:1209
4327
  msgctxt "settings email"
4328
  msgid "Site title"
4329
  msgstr ""
4330
 
4331
- #: core/class-settings.php:1212
4332
  msgctxt "settings email"
4333
  msgid "Site title (with link)"
4334
  msgstr ""
4335
 
4336
- #: core/class-settings.php:1215
4337
  msgctxt "settings email"
4338
  msgid "Site address (with link)"
4339
  msgstr ""
4340
 
4341
- #: core/class-settings.php:1218
4342
  msgctxt "settings email"
4343
  msgid "Directory URL (with link)"
4344
  msgstr ""
4345
 
4346
- #: core/class-settings.php:1221
4347
  msgctxt "settings email"
4348
  msgid "Current date"
4349
  msgstr ""
4350
 
4351
- #: core/class-settings.php:1224
4352
  msgctxt "settings email"
4353
  msgid "Current time"
4354
  msgstr ""
@@ -4964,52 +5048,52 @@ msgctxt "installer"
4964
  msgid "Listing upgrade to featured"
4965
  msgstr ""
4966
 
4967
- #: core/installer.php:934
4968
  msgid "Business Directory - Manual Upgrade Required"
4969
  msgstr ""
4970
 
4971
- #: core/installer.php:936
4972
  msgid ""
4973
  "Business Directory features are currently disabled because the plugin needs "
4974
  "to perform a manual upgrade before continuing."
4975
  msgstr ""
4976
 
4977
- #: core/installer.php:938
4978
  msgid "Perform Manual Upgrade"
4979
  msgstr ""
4980
 
4981
- #: core/installer.php:954 core/installer.php:955 core/installer.php:966
4982
  msgid "Business Directory - Manual Upgrade"
4983
  msgstr ""
4984
 
4985
- #: core/installer.php:970
4986
  msgid ""
4987
  "Business Directory features are currently disabled because the plugin needs "
4988
  "to perform a manual upgrade before it can be used."
4989
  msgstr ""
4990
 
4991
- #: core/installer.php:972
4992
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
4993
  msgstr ""
4994
 
4995
- #: core/installer.php:975
4996
  msgctxt "manual-upgrade"
4997
  msgid "Start Upgrade"
4998
  msgstr ""
4999
 
5000
- #: core/installer.php:977
5001
  msgctxt "manual-upgrade"
5002
  msgid "Pause Upgrade"
5003
  msgstr ""
5004
 
5005
- #: core/installer.php:983
5006
  msgctxt "manual-upgrade"
5007
  msgid ""
5008
  "The upgrade was sucessfully performed. Business Directory Plugin is now "
5009
  "available."
5010
  msgstr ""
5011
 
5012
- #: core/installer.php:986
5013
  msgctxt "manual-upgrade"
5014
  msgid "Go to \"Directory Admin\""
5015
  msgstr ""
@@ -5039,12 +5123,12 @@ msgctxt "licensing"
5039
  msgid "Deactivation failed"
5040
  msgstr ""
5041
 
5042
- #: core/licensing.php:230
5043
  msgctxt "licensing"
5044
  msgid "Business Directory - License Key Required"
5045
  msgstr ""
5046
 
5047
- #: core/licensing.php:233
5048
  msgctxt "licensing"
5049
  msgid ""
5050
  "The following premium modules will not work until a valid license key is "
@@ -5052,12 +5136,12 @@ msgid ""
5052
  "information."
5053
  msgstr ""
5054
 
5055
- #: core/licensing.php:254
5056
  msgctxt "licensing"
5057
  msgid "Business Directory - License Key Expired"
5058
  msgstr ""
5059
 
5060
- #: core/licensing.php:255
5061
  msgctxt "licensing"
5062
  msgid ""
5063
  "The license key for <span class=\"module-name\">%s %s</span> has expired. "
@@ -5065,17 +5149,17 @@ msgid ""
5065
  "until the license is renewed."
5066
  msgstr ""
5067
 
5068
- #: core/licensing.php:259
5069
  msgctxt "licensing"
5070
  msgid "Remind me later"
5071
  msgstr ""
5072
 
5073
- #: core/licensing.php:261
5074
  msgctxt "licensing"
5075
  msgid "Renew License Key"
5076
  msgstr ""
5077
 
5078
- #: core/licensing.php:348
5079
  msgctxt "licensing"
5080
  msgid "Could not deactivate license: %s."
5081
  msgstr ""
@@ -5282,37 +5366,37 @@ msgctxt "templates"
5282
  msgid "Advanced Search"
5283
  msgstr ""
5284
 
5285
- #: core/templates-ui.php:253 core/templates-ui.php:278
5286
  msgctxt "templates sort"
5287
  msgid "Sort By:"
5288
  msgstr ""
5289
 
5290
- #: core/templates-ui.php:272
5291
  msgctxt "sort"
5292
  msgid "Reset"
5293
  msgstr ""
5294
 
5295
- #: core/templates-ui.php:294
5296
  msgctxt "sort"
5297
  msgid "(Reset)"
5298
  msgstr ""
5299
 
5300
- #: core/themes.php:622
5301
  msgctxt "themes"
5302
  msgid "ZIP file is not a valid BD theme file."
5303
  msgstr ""
5304
 
5305
- #: core/themes.php:628
5306
  msgctxt "themes"
5307
  msgid "Could not create themes directory."
5308
  msgstr ""
5309
 
5310
- #: core/themes.php:636
5311
  msgctxt "themes"
5312
  msgid "Could not remove previous theme directory \"%s\"."
5313
  msgstr ""
5314
 
5315
- #: core/themes.php:642
5316
  msgctxt "themes"
5317
  msgid "Could not move new theme into theme directory."
5318
  msgstr ""
@@ -5807,7 +5891,7 @@ msgctxt "widgets"
5807
  msgid "Display the following fields in the form."
5808
  msgstr ""
5809
 
5810
- #: core/widget-search.php:102
5811
  msgctxt "widgets"
5812
  msgid "Search"
5813
  msgstr ""
2
  # This file is distributed under the same license as the Business Directory Plugin package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Business Directory Plugin 4.0.6\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
7
+ "POT-Creation-Date: 2016-06-14 20:52:18+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
230
  msgid "never"
231
  msgstr ""
232
 
233
+ #: admin/class-admin.php:504
234
  msgctxt "admin"
235
  msgid "Dismiss this notice."
236
  msgstr ""
237
 
238
+ #: admin/class-admin.php:532
239
  msgctxt "admin"
240
  msgid "The listing has been published."
241
  msgid_plural "The listings have been published."
242
  msgstr[0] ""
243
  msgstr[1] ""
244
 
245
+ #: admin/class-admin.php:550
246
  msgctxt "admin"
247
  msgid "The listing status has been set as paid."
248
  msgid_plural "The listings status has been set as paid."
249
  msgstr[0] ""
250
  msgstr[1] ""
251
 
252
+ #: admin/class-admin.php:556
253
  msgctxt "admin"
254
  msgid ""
255
  "Only invoices containing non-recurring items were marked as paid. Please "
261
  msgstr[0] ""
262
  msgstr[1] ""
263
 
264
+ #: admin/class-admin.php:575
265
  msgctxt "admin"
266
  msgid "The listing has been modified."
267
  msgid_plural "The listings have been modified."
268
  msgstr[0] ""
269
  msgstr[1] ""
270
 
271
+ #: admin/class-admin.php:588
272
  msgctxt "admin"
273
  msgid "The listing has been upgraded."
274
  msgid_plural "The listings have been upgraded."
275
  msgstr[0] ""
276
  msgstr[1] ""
277
 
278
+ #: admin/class-admin.php:600
279
  msgctxt "admin"
280
  msgid "The listing has been downgraded."
281
  msgid_plural "The listings have been downgraded."
282
  msgstr[0] ""
283
  msgstr[1] ""
284
 
285
+ #: admin/class-admin.php:611
286
  msgctxt "admin payments"
287
  msgid ""
288
  "The payment status was not changed. Recurring payments can't be manually "
290
  "went through."
291
  msgstr ""
292
 
293
+ #: admin/class-admin.php:616
294
  msgctxt "admin"
295
  msgid "The transaction has been approved."
296
  msgstr ""
297
 
298
+ #: admin/class-admin.php:626
299
  msgctxt "admin"
300
  msgid "The transaction has been rejected."
301
  msgstr ""
302
 
303
+ #: admin/class-admin.php:632
304
  msgctxt "admin"
305
  msgid "The fee was successfully assigned."
306
  msgstr ""
307
 
308
+ #: admin/class-admin.php:641
309
  msgctxt "admin"
310
  msgid "Listing was renewed."
311
  msgid_plural "Listings were renewed."
312
  msgstr[0] ""
313
  msgstr[1] ""
314
 
315
+ #: admin/class-admin.php:648
316
  msgctxt "admin"
317
  msgid "Renewal email sent."
318
  msgstr ""
319
 
320
+ #: admin/class-admin.php:682
321
  msgctxt "admin category id"
322
  msgid "ID"
323
  msgstr ""
324
 
325
+ #: admin/class-admin.php:684 admin/class-admin.php:690
326
  msgctxt "admin"
327
  msgid "Listing Count"
328
  msgstr ""
329
 
330
+ #: admin/class-admin.php:799
331
  msgctxt "admin"
332
  msgid ""
333
  "<b>Business Directory Plugin</b> requires fields with the following "
334
  "associations in order to work correctly: <b>%s</b>."
335
  msgstr ""
336
 
337
+ #: admin/class-admin.php:801
338
  msgctxt "admin"
339
  msgid ""
340
  "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
341
  "association in order to work correctly."
342
  msgstr ""
343
 
344
+ #: admin/class-admin.php:805
345
  msgctxt "admin"
346
  msgid ""
347
  "You can create these custom fields by yourself inside \"Manage Form Fields\" "
348
  "or let Business Directory do this for you automatically."
349
  msgstr ""
350
 
351
+ #: admin/class-admin.php:809
352
  msgctxt "admin"
353
  msgid "Go to \"Manage Form Fields\""
354
  msgstr ""
355
 
356
+ #: admin/class-admin.php:812
357
  msgctxt "admin"
358
  msgid "Create these required fields for me"
359
  msgstr ""
360
 
361
+ #: admin/class-admin.php:821
362
  msgctxt "admin"
363
  msgid ""
364
  "<b>Business Directory Plugin</b> requires a page with the "
365
  "<tt>[businessdirectory]</tt> shortcode to function properly."
366
  msgstr ""
367
 
368
+ #: admin/class-admin.php:823
369
  msgctxt "admin"
370
  msgid ""
371
  "You can create this page by yourself or let Business Directory do this for "
372
  "you automatically."
373
  msgstr ""
374
 
375
+ #: admin/class-admin.php:827
376
  msgctxt "admin"
377
  msgid "Create required pages for me"
378
  msgstr ""
379
 
380
+ #: admin/class-admin.php:867
381
  msgctxt "admin compat"
382
  msgid "Installed: %s"
383
  msgstr ""
384
 
385
+ #: admin/class-admin.php:867
386
  msgctxt "admin compat"
387
  msgid "N/A"
388
  msgstr ""
389
 
390
+ #: admin/class-admin.php:870
391
  msgctxt "admin compat"
392
  msgid "Required: %s"
393
  msgstr ""
394
 
395
+ #: admin/class-admin.php:882
396
  msgctxt "admin compat"
397
  msgid ""
398
  "Business Directory has detected some incompatible premium module versions "
399
  "installed."
400
  msgstr ""
401
 
402
+ #: admin/class-admin.php:884
403
  msgctxt "admin compat"
404
  msgid ""
405
  "Please upgrade to the required versions indicated below to make sure "
406
  "everything functions properly."
407
  msgstr ""
408
 
409
+ #: admin/class-admin.php:904
410
  msgctxt "admin"
411
  msgid ""
412
  "We noticed you want your Business Directory users to register before posting "
532
  msgid "License key is invalid"
533
  msgstr ""
534
 
535
+ #: admin/class-themes-admin.php:369 core/licensing.php:333
536
  msgctxt "licensing"
537
  msgid "Could not activate license: %s."
538
  msgstr ""
539
 
540
+ #: admin/class-themes-admin.php:382 core/licensing.php:335
541
  msgctxt "licensing"
542
  msgid "License activated"
543
  msgstr ""
547
  msgid "Invalid response from server"
548
  msgstr ""
549
 
550
+ #: admin/class-themes-admin.php:442 core/licensing.php:353
551
  msgctxt "licensing"
552
  msgid "License deactivated"
553
  msgstr ""
572
  msgid "Error while creating a temporary directory for CSV export: %s"
573
  msgstr ""
574
 
575
+ #: admin/csv-import.php:109
576
  msgctxt "admin csv-import"
577
  msgid "Business %s"
578
  msgstr ""
579
 
580
+ #: admin/csv-import.php:147
581
  msgctxt "admin csv-import"
582
  msgid "Whatever"
583
  msgstr ""
584
 
585
+ #: admin/csv-import.php:151
586
  msgctxt "admin csv-import"
587
  msgid "Example CSV Import File"
588
  msgstr ""
589
 
590
+ #: admin/csv-import.php:152
591
  msgctxt "admin csv-import"
592
  msgid "← Return to \"CSV Import\""
593
  msgstr ""
594
 
595
+ #: admin/csv-import.php:255
596
  msgid ""
597
  "A valid temporary directory with write permissions is required for CSV "
598
  "imports to function properly. Your server is using \"%s\" but this path does "
599
  "not seem to be writable. Please consult with your host."
600
  msgstr ""
601
 
602
+ #: admin/csv-import.php:289
603
  msgctxt "admin csv-import"
604
  msgid "There was an error uploading the CSV file."
605
  msgstr ""
606
 
607
+ #: admin/csv-import.php:295
608
  msgctxt "admin csv-import"
609
  msgid "Please upload or select a CSV file."
610
  msgstr ""
611
 
612
+ #: admin/csv-import.php:308
613
  msgctxt "admin csv-import"
614
  msgid "There was an error uploading the images ZIP file."
615
  msgstr ""
616
 
617
+ #: admin/csv-import.php:329
618
  msgctxt "admin csv-import"
619
  msgid ""
620
  "An error was detected while validating the CSV file for import. Please fix "
621
  "this before proceeding."
622
  msgstr ""
623
 
624
+ #: admin/csv-import.php:338
625
  msgctxt "admin csv-import"
626
  msgid "Import is in \"test mode\". Nothing will be inserted into the database."
627
  msgstr ""
969
 
970
  #: admin/form-fields.php:297
971
  msgctxt "form-fields admin"
972
+ msgid "City"
973
  msgstr ""
974
 
975
  #: admin/form-fields.php:298
976
  msgctxt "form-fields admin"
977
+ msgid "State"
978
  msgstr ""
979
 
980
  #: admin/form-fields.php:299
981
  msgctxt "form-fields admin"
982
+ msgid "ZIP Code"
983
  msgstr ""
984
 
985
  #: admin/form-fields.php:300
986
  msgctxt "form-fields admin"
987
+ msgid "FAX Number"
988
  msgstr ""
989
 
990
  #: admin/form-fields.php:301
991
  msgctxt "form-fields admin"
992
+ msgid "Phone Number"
993
  msgstr ""
994
 
995
  #: admin/form-fields.php:302
996
  msgctxt "form-fields admin"
997
+ msgid "Ratings Field"
998
+ msgstr ""
999
+
1000
+ #: admin/form-fields.php:303
1001
+ msgctxt "form-fields admin"
1002
+ msgid "Twitter"
1003
+ msgstr ""
1004
+
1005
+ #: admin/form-fields.php:304
1006
+ msgctxt "form-fields admin"
1007
  msgid "Website"
1008
  msgstr ""
1009
 
1010
+ #: admin/form-fields.php:325
1011
  msgctxt "form-fields admin"
1012
  msgid "Tags updated."
1013
  msgstr ""
1426
  msgid "Warning"
1427
  msgstr ""
1428
 
1429
+ #: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:233
1430
  msgctxt "admin csv-import"
1431
  msgid "Help"
1432
  msgstr ""
1545
 
1546
  #: admin/templates/csv-import.tpl.php:193
1547
  msgctxt "admin csv-import"
1548
+ msgid "Use a default user for listings?"
1549
  msgstr ""
1550
 
1551
+ #: admin/templates/csv-import.tpl.php:199
1552
  msgctxt "admin csv-import"
1553
+ msgid ""
1554
+ "Select a default user to be used if the username column is not present in "
1555
+ "the CSV file."
1556
  msgstr ""
1557
 
1558
  #: admin/templates/csv-import.tpl.php:204
1559
  msgctxt "admin csv-import"
1560
+ msgid "Default listing user"
1561
+ msgstr ""
1562
+
1563
+ #: admin/templates/csv-import.tpl.php:210
1564
+ msgctxt "admin csv-import"
1565
  msgid ""
1566
  "This user will be used if the username column is not present in the CSV file."
1567
  msgstr ""
1568
 
1569
+ #: admin/templates/csv-import.tpl.php:215
1570
  msgctxt "admin csv-import"
1571
  msgid "Disable e-mail notifications during import?"
1572
  msgstr ""
1573
 
1574
+ #: admin/templates/csv-import.tpl.php:220
1575
  msgctxt "admin csv-import"
1576
  msgid "Disable e-mail notifications."
1577
  msgstr ""
1578
 
1579
+ #: admin/templates/csv-import.tpl.php:226
1580
  msgctxt "admin csv-import"
1581
  msgid "Test Import"
1582
  msgstr ""
1583
 
1584
+ #: admin/templates/csv-import.tpl.php:227
1585
  msgctxt "admin csv-import"
1586
  msgid "Import Listings"
1587
  msgstr ""
1588
 
1589
+ #: admin/templates/csv-import.tpl.php:235
1590
  msgctxt "admin csv-import"
1591
  msgid ""
1592
  "The following are the valid header names to be used in the CSV file. "
1595
  "how an import file should look like."
1596
  msgstr ""
1597
 
1598
+ #: admin/templates/csv-import.tpl.php:242
1599
  msgctxt "admin csv-import"
1600
  msgid "Header name/label"
1601
  msgstr ""
1602
 
1603
+ #: admin/templates/csv-import.tpl.php:243
1604
  msgctxt "admin csv-import"
1605
  msgid "Field"
1606
  msgstr ""
1607
 
1608
+ #: admin/templates/csv-import.tpl.php:244
1609
  msgctxt "admin csv-import"
1610
  msgid "Type"
1611
  msgstr ""
1612
 
1613
+ #: admin/templates/csv-import.tpl.php:245
1614
  msgctxt "admin csv-import"
1615
  msgid "Required?"
1616
  msgstr ""
1617
 
1618
+ #: admin/templates/csv-import.tpl.php:246
1619
  msgctxt "admin csv-import"
1620
  msgid "Multivalued?"
1621
  msgstr ""
1622
 
1623
+ #: admin/templates/csv-import.tpl.php:268
1624
  msgctxt "admin csv-import"
1625
  msgid "Semicolon separated list of listing images (from the ZIP file)"
1626
  msgstr ""
1627
 
1628
+ #: admin/templates/csv-import.tpl.php:275
1629
  msgctxt "admin csv-import"
1630
  msgid "Listing author's username"
1631
  msgstr ""
1632
 
1633
+ #: admin/templates/csv-import.tpl.php:282
1634
  msgctxt "admin csv-import"
1635
  msgid ""
1636
  "Internal Sequence ID used to allow listing updates from external sources."
1637
  msgstr ""
1638
 
1639
+ #: admin/templates/csv-import.tpl.php:289
1640
  msgctxt "admin csv-import"
1641
  msgid ""
1642
  "Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
2073
  msgid "Please see the <a>Form Fields documentation</a> for more details."
2074
  msgstr ""
2075
 
2076
+ #. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.0.6) #-#-#-#-#
2077
  #. Plugin Name of the plugin/theme
2078
  #: admin/templates/header.tpl.php:4
2079
  msgid "Business Directory Plugin"
2465
  msgid "Google Maps Module"
2466
  msgstr ""
2467
 
2468
+ #: admin/templates/sidebar.tpl.php:18
2469
+ msgctxt "admin sidebar"
2470
+ msgid "Business Card Theme"
2471
+ msgstr ""
2472
+
2473
+ #: admin/templates/sidebar.tpl.php:19
2474
+ msgctxt "admin sidebar"
2475
+ msgid "Mobile Compact Theme"
2476
+ msgstr ""
2477
+
2478
+ #: admin/templates/sidebar.tpl.php:20
2479
+ msgctxt "admin sidebar"
2480
+ msgid "Restaurant Theme"
2481
+ msgstr ""
2482
+
2483
  #: admin/templates/sidebar.tpl.php:21
2484
  msgctxt "admin sidebar"
2485
+ msgid "Tabbed Business Theme"
2486
+ msgstr ""
2487
+
2488
+ #: admin/templates/sidebar.tpl.php:22
2489
+ msgctxt "admin sidebar"
2490
+ msgid "Elegant Business Theme"
2491
+ msgstr ""
2492
+
2493
+ #: admin/templates/sidebar.tpl.php:29
2494
+ msgctxt "admin sidebar"
2495
  msgid "Like this plugin?"
2496
  msgstr ""
2497
 
2498
+ #: admin/templates/sidebar.tpl.php:31
2499
  msgctxt "admin sidebar"
2500
  msgid "Why not do any or all of the following:"
2501
  msgstr ""
2502
 
2503
+ #: admin/templates/sidebar.tpl.php:33
2504
  msgctxt "admin sidebar"
2505
  msgid "Give it a good rating on WordPress.org."
2506
  msgstr ""
2507
 
2508
+ #: admin/templates/sidebar.tpl.php:34
2509
  msgctxt "admin sidebar"
2510
  msgid "Let other people know that it works with your WordPress setup."
2511
  msgstr ""
2512
 
2513
+ #: admin/templates/sidebar.tpl.php:35
2514
  msgctxt "admin sidebar"
2515
  msgid "Buy a Premium Module"
2516
  msgstr ""
2517
 
2518
+ #: admin/templates/sidebar.tpl.php:42
2519
  msgctxt "admin sidebar"
2520
  msgid "Get a Premium Module"
2521
  msgstr ""
2522
 
2523
+ #: admin/templates/sidebar.tpl.php:45 admin/templates/sidebar.tpl.php:61
2524
+ msgctxt "admin sidebar"
2525
+ msgid "best deal"
2526
+ msgstr ""
2527
+
2528
+ #: admin/templates/sidebar.tpl.php:45
2529
  msgctxt "admin sidebar"
2530
+ msgid "Combo Pack"
2531
  msgstr ""
2532
 
2533
+ #: admin/templates/sidebar.tpl.php:45
2534
  msgctxt "admin sidebar"
2535
+ msgid "(All Modules)"
2536
  msgstr ""
2537
 
2538
+ #: admin/templates/sidebar.tpl.php:48 admin/templates/sidebar.tpl.php:64
2539
+ msgctxt "admin sidebar"
2540
+ msgid "new"
2541
+ msgstr ""
2542
+
2543
+ #: admin/templates/sidebar.tpl.php:58
2544
+ msgctxt "admin sidebar"
2545
+ msgid "Get a Directory Theme"
2546
+ msgstr ""
2547
+
2548
+ #: admin/templates/sidebar.tpl.php:61
2549
+ msgctxt "admin sidebar"
2550
+ msgid "Theme Pack"
2551
+ msgstr ""
2552
+
2553
+ #: admin/templates/sidebar.tpl.php:61
2554
+ msgctxt "admin sidebar"
2555
+ msgid "(All Themes)"
2556
+ msgstr ""
2557
+
2558
+ #: admin/templates/sidebar.tpl.php:74
2559
  msgctxt "admin sidebar"
2560
  msgid "Found a bug? Need support?"
2561
  msgstr ""
2562
 
2563
+ #: admin/templates/sidebar.tpl.php:79
2564
  msgctxt "admin sidebar"
2565
  msgid "If you've found a bug or need support <a>visit the forums!</a>"
2566
  msgstr ""
2567
 
2568
+ #: admin/templates/sidebar.tpl.php:82
2569
  msgctxt "admin sidebar"
2570
  msgid "Full plugin documentation"
2571
  msgstr ""
2572
 
2573
+ #: admin/templates/sidebar.tpl.php:83
2574
  msgctxt "admin sidebar"
2575
  msgid "Quick Start Guide"
2576
  msgstr ""
2577
 
2578
+ #: admin/templates/sidebar.tpl.php:84
2579
  msgctxt "admin sidebar"
2580
  msgid "Video Tutorials"
2581
  msgstr ""
2582
 
2583
+ #: admin/templates/sidebar.tpl.php:92
2584
  msgctxt "admin sidebar"
2585
  msgid "Installed Modules"
2586
  msgstr ""
2587
 
2588
+ #: admin/templates/sidebar.tpl.php:103 admin/templates/sidebar.tpl.php:112
2589
  msgctxt "admin sidebar"
2590
  msgid "Installed"
2591
  msgstr ""
2592
 
2593
+ #: admin/templates/sidebar.tpl.php:105 admin/templates/sidebar.tpl.php:112
2594
  msgctxt "admin sidebar"
2595
  msgid "Not Installed"
2596
  msgstr ""
2597
 
2598
+ #: admin/templates/sidebar.tpl.php:111
2599
  msgctxt "admin sidebar"
2600
  msgid "Enhanced Categories Module"
2601
  msgstr ""
2677
  msgid "Activating license..."
2678
  msgstr ""
2679
 
2680
+ #: admin/templates/themes.tpl.php:13
2681
+ msgctxt "themes"
2682
+ msgid ""
2683
+ "<a><b>Directory Themes</b></a> are pre-made templates for the <i>Business "
2684
+ "Directory Plugin</i> to change the look of the directory quickly and easily. "
2685
+ "We have a number of them available for purchase <a>here</a>."
2686
+ msgstr ""
2687
+
2688
+ #: admin/templates/themes.tpl.php:14
2689
+ msgctxt "themes"
2690
+ msgid ""
2691
+ "They are <strong>different</strong> than your regular WordPress theme and "
2692
+ "they are <strong>not</strong> a replacement for WP themes either. They will "
2693
+ "change the look and feel of your business directory only."
2694
+ msgstr ""
2695
+
2696
  #: admin/templates/transactions.tpl.php:2
2697
  msgctxt "admin transactions"
2698
  msgid "Transactions"
2794
  msgid "Allow Tracking"
2795
  msgstr ""
2796
 
2797
+ #: business-directory-plugin.php:660
2798
  msgctxt "admin plugins"
2799
  msgid "Settings"
2800
  msgstr ""
2801
 
2802
+ #: business-directory-plugin.php:768 business-directory-plugin.php:775
2803
  msgctxt "rss feed"
2804
  msgid "%s Feed"
2805
  msgstr ""
2806
 
2807
+ #: business-directory-plugin.php:1113
2808
  msgctxt "title"
2809
  msgid "Submit A Listing"
2810
  msgstr ""
2811
 
2812
+ #: business-directory-plugin.php:1123
2813
  msgctxt "title"
2814
  msgid "Find a Listing"
2815
  msgstr ""
2816
 
2817
+ #: business-directory-plugin.php:1133
2818
  msgctxt "title"
2819
  msgid "View All Listings"
2820
  msgstr ""
2821
 
2822
+ #: business-directory-plugin.php:1153
2823
  msgctxt "title"
2824
  msgid "Listings tagged: %s"
2825
  msgstr ""
2828
  msgid "Free"
2829
  msgstr ""
2830
 
2831
+ #: core/class-csv-import.php:391
2832
  msgctxt "admin csv-import"
2833
  msgid "Could not create listing category \"%s\""
2834
  msgstr ""
2835
 
2836
+ #: core/class-csv-import.php:535
2837
  msgctxt "admin csv-import"
2838
  msgid "Username \"%s\" does not exist"
2839
  msgstr ""
2840
 
2841
+ #: core/class-csv-import.php:567
2842
  msgctxt "admin csv-import"
2843
  msgid "Missing required field: %s"
2844
  msgstr ""
2845
 
2846
+ #: core/class-csv-import.php:587
2847
  msgctxt "admin csv-import"
2848
  msgid "Listing category \"%s\" does not exist"
2849
  msgstr ""
2878
  msgid "Invalid form field type"
2879
  msgstr ""
2880
 
2881
+ #: core/class-form-field.php:493
2882
  msgctxt "form-fields-api"
2883
  msgid "Field label is required."
2884
  msgstr ""
2885
 
2886
+ #: core/class-form-field.php:503
2887
  msgctxt "form-fields-api"
2888
  msgid "Requested field type change is incompatible. Type will not be modified."
2889
  msgstr ""
2890
 
2891
+ #: core/class-form-field.php:523
2892
  msgctxt "form-fields-api"
2893
  msgid ""
2894
  "There can only be one field with association \"%s\". Please select another "
2895
  "association."
2896
  msgstr ""
2897
 
2898
+ #: core/class-form-field.php:533
2899
  msgctxt "form-fields-api"
2900
  msgid "\"%s\" is an invalid field type for this association."
2901
  msgstr ""
2902
 
2903
+ #: core/class-form-field.php:571
2904
  msgctxt "form-fields-api"
2905
  msgid "Invalid field ID"
2906
  msgstr ""
2907
 
2908
+ #: core/class-form-field.php:580
2909
  msgctxt "form-fields api"
2910
  msgid ""
2911
  "This form field can't be deleted because it is required for the plugin to "
2912
  "work."
2913
  msgstr ""
2914
 
2915
+ #: core/class-form-field.php:592
2916
  msgctxt "form-fields-api"
2917
  msgid "An error occurred while trying to delete this field."
2918
  msgstr ""
2967
  msgid "(Fee Unavailable)"
2968
  msgstr ""
2969
 
2970
+ #: core/class-listings-api.php:306
2971
  msgctxt "notify email"
2972
  msgid "[%s] New listing notification"
2973
  msgstr ""
2974
 
2975
+ #: core/class-listings-api.php:325
2976
  msgctxt "notify email"
2977
  msgid "[%s] Listing edit notification"
2978
  msgstr ""
3139
  msgstr ""
3140
 
3141
  #: core/class-settings.php:70
3142
+ msgctxt "admin settings"
3143
  msgid ""
3144
  "We expect that a membership plugin supports the 'redirect_to' parameter for "
3145
  "the URLs below to work. If the plugin does not support them, these settings "
3225
 
3226
  #: core/class-settings.php:116
3227
  msgctxt "admin settings"
3228
+ msgid "Disable advanced CPT integration."
3229
  msgstr ""
3230
 
3231
  #: core/class-settings.php:121
4342
  "\". Please remove the file \"%s\" manually or deactivate the plugin."
4343
  msgstr ""
4344
 
4345
+ #: core/class-settings.php:1063
4346
  msgctxt "settings"
4347
  msgid "Deactivate License"
4348
  msgstr ""
4349
 
4350
+ #: core/class-settings.php:1065
4351
  msgctxt "settings"
4352
  msgid "Deactivating license..."
4353
  msgstr ""
4354
 
4355
+ #: core/class-settings.php:1068
4356
  msgctxt "settings"
4357
  msgid "Activate License"
4358
  msgstr ""
4359
 
4360
+ #: core/class-settings.php:1070
4361
  msgctxt "settings"
4362
  msgid "Activating license..."
4363
  msgstr ""
4364
 
4365
+ #: core/class-settings.php:1093
4366
  msgctxt "admin settings"
4367
  msgid "Valid placeholders: %s"
4368
  msgstr ""
4369
 
4370
+ #: core/class-settings.php:1127
4371
  msgctxt "settings email"
4372
  msgid "Click to edit e-mail"
4373
  msgstr ""
4374
 
4375
+ #: core/class-settings.php:1128
4376
  msgctxt "settings email"
4377
  msgid "Click to edit"
4378
  msgstr ""
4379
 
4380
+ #: core/class-settings.php:1141
4381
  msgctxt "settings email"
4382
  msgid "E-Mail Subject"
4383
  msgstr ""
4384
 
4385
+ #: core/class-settings.php:1152
4386
  msgctxt "settings email"
4387
  msgid "E-Mail Body"
4388
  msgstr ""
4389
 
4390
+ #: core/class-settings.php:1163
4391
  msgctxt "settings email"
4392
  msgid "You can use the following placeholders:"
4393
  msgstr ""
4394
 
4395
+ #: core/class-settings.php:1186
4396
  msgctxt "settings email"
4397
  msgid "Preview e-mail"
4398
  msgstr ""
4399
 
4400
+ #: core/class-settings.php:1187
4401
  msgctxt "settings email"
4402
  msgid "Cancel"
4403
  msgstr ""
4404
 
4405
+ #: core/class-settings.php:1188
4406
  msgctxt "settings email"
4407
  msgid "Save Changes"
4408
  msgstr ""
4409
 
4410
+ #: core/class-settings.php:1207
4411
  msgctxt "settings email"
4412
  msgid "Site title"
4413
  msgstr ""
4414
 
4415
+ #: core/class-settings.php:1210
4416
  msgctxt "settings email"
4417
  msgid "Site title (with link)"
4418
  msgstr ""
4419
 
4420
+ #: core/class-settings.php:1213
4421
  msgctxt "settings email"
4422
  msgid "Site address (with link)"
4423
  msgstr ""
4424
 
4425
+ #: core/class-settings.php:1216
4426
  msgctxt "settings email"
4427
  msgid "Directory URL (with link)"
4428
  msgstr ""
4429
 
4430
+ #: core/class-settings.php:1219
4431
  msgctxt "settings email"
4432
  msgid "Current date"
4433
  msgstr ""
4434
 
4435
+ #: core/class-settings.php:1222
4436
  msgctxt "settings email"
4437
  msgid "Current time"
4438
  msgstr ""
5048
  msgid "Listing upgrade to featured"
5049
  msgstr ""
5050
 
5051
+ #: core/installer.php:940
5052
  msgid "Business Directory - Manual Upgrade Required"
5053
  msgstr ""
5054
 
5055
+ #: core/installer.php:942
5056
  msgid ""
5057
  "Business Directory features are currently disabled because the plugin needs "
5058
  "to perform a manual upgrade before continuing."
5059
  msgstr ""
5060
 
5061
+ #: core/installer.php:944
5062
  msgid "Perform Manual Upgrade"
5063
  msgstr ""
5064
 
5065
+ #: core/installer.php:960 core/installer.php:961 core/installer.php:972
5066
  msgid "Business Directory - Manual Upgrade"
5067
  msgstr ""
5068
 
5069
+ #: core/installer.php:976
5070
  msgid ""
5071
  "Business Directory features are currently disabled because the plugin needs "
5072
  "to perform a manual upgrade before it can be used."
5073
  msgstr ""
5074
 
5075
+ #: core/installer.php:978
5076
  msgid "Click \"Start Upgrade\" and wait until the process finishes."
5077
  msgstr ""
5078
 
5079
+ #: core/installer.php:981
5080
  msgctxt "manual-upgrade"
5081
  msgid "Start Upgrade"
5082
  msgstr ""
5083
 
5084
+ #: core/installer.php:983
5085
  msgctxt "manual-upgrade"
5086
  msgid "Pause Upgrade"
5087
  msgstr ""
5088
 
5089
+ #: core/installer.php:989
5090
  msgctxt "manual-upgrade"
5091
  msgid ""
5092
  "The upgrade was sucessfully performed. Business Directory Plugin is now "
5093
  "available."
5094
  msgstr ""
5095
 
5096
+ #: core/installer.php:992
5097
  msgctxt "manual-upgrade"
5098
  msgid "Go to \"Directory Admin\""
5099
  msgstr ""
5123
  msgid "Deactivation failed"
5124
  msgstr ""
5125
 
5126
+ #: core/licensing.php:233
5127
  msgctxt "licensing"
5128
  msgid "Business Directory - License Key Required"
5129
  msgstr ""
5130
 
5131
+ #: core/licensing.php:236
5132
  msgctxt "licensing"
5133
  msgid ""
5134
  "The following premium modules will not work until a valid license key is "
5136
  "information."
5137
  msgstr ""
5138
 
5139
+ #: core/licensing.php:257
5140
  msgctxt "licensing"
5141
  msgid "Business Directory - License Key Expired"
5142
  msgstr ""
5143
 
5144
+ #: core/licensing.php:258
5145
  msgctxt "licensing"
5146
  msgid ""
5147
  "The license key for <span class=\"module-name\">%s %s</span> has expired. "
5149
  "until the license is renewed."
5150
  msgstr ""
5151
 
5152
+ #: core/licensing.php:262
5153
  msgctxt "licensing"
5154
  msgid "Remind me later"
5155
  msgstr ""
5156
 
5157
+ #: core/licensing.php:264
5158
  msgctxt "licensing"
5159
  msgid "Renew License Key"
5160
  msgstr ""
5161
 
5162
+ #: core/licensing.php:351
5163
  msgctxt "licensing"
5164
  msgid "Could not deactivate license: %s."
5165
  msgstr ""
5366
  msgid "Advanced Search"
5367
  msgstr ""
5368
 
5369
+ #: core/templates-ui.php:256 core/templates-ui.php:281
5370
  msgctxt "templates sort"
5371
  msgid "Sort By:"
5372
  msgstr ""
5373
 
5374
+ #: core/templates-ui.php:275
5375
  msgctxt "sort"
5376
  msgid "Reset"
5377
  msgstr ""
5378
 
5379
+ #: core/templates-ui.php:297
5380
  msgctxt "sort"
5381
  msgid "(Reset)"
5382
  msgstr ""
5383
 
5384
+ #: core/themes.php:625
5385
  msgctxt "themes"
5386
  msgid "ZIP file is not a valid BD theme file."
5387
  msgstr ""
5388
 
5389
+ #: core/themes.php:631
5390
  msgctxt "themes"
5391
  msgid "Could not create themes directory."
5392
  msgstr ""
5393
 
5394
+ #: core/themes.php:639
5395
  msgctxt "themes"
5396
  msgid "Could not remove previous theme directory \"%s\"."
5397
  msgstr ""
5398
 
5399
+ #: core/themes.php:645
5400
  msgctxt "themes"
5401
  msgid "Could not move new theme into theme directory."
5402
  msgstr ""
5891
  msgid "Display the following fields in the form."
5892
  msgstr ""
5893
 
5894
+ #: core/widget-search.php:107
5895
  msgctxt "widgets"
5896
  msgid "Search"
5897
  msgstr ""
themes/default/templates/excerpt_content.tpl.php CHANGED
@@ -8,20 +8,14 @@
8
  <?php endif; ?>
9
 
10
  <div class="listing-details">
11
- <?php if ( $fields->t_address->value || $fields->t_zip->value ): ?>
12
  <div class="address-info">
13
- <?php if ( $fields->t_address->value ): ?>
14
- <label><?php _ex( 'Address', 'themes/default', 'WPBDM' ); ?></label>
15
- <span class="address"><?php echo $fields->t_address->value; ?></span>
16
- <?php endif; ?>
17
-
18
- <?php if ( $fields->t_zip->value ): ?>
19
- <br /><span class="zip-code"><?php echo $fields->t_zip->value; ?></span>
20
- <?php endif; ?>
21
  </div>
22
  <?php endif; ?>
23
 
24
- <?php echo $fields->exclude('t_title,t_address,t_zip')->html; ?>
25
  </div>
26
 
27
  </div>
8
  <?php endif; ?>
9
 
10
  <div class="listing-details">
11
+ <?php if ( $fields->_h_address ): ?>
12
  <div class="address-info">
13
+ <label><?php _ex( 'Address', 'themes/default', 'WPBDM' ); ?></label>
14
+ <?php echo $fields->_h_address; ?>
 
 
 
 
 
 
15
  </div>
16
  <?php endif; ?>
17
 
18
+ <?php echo $fields->exclude('t_title,t_address,t_city,t_state,t_zip')->html; ?>
19
  </div>
20
 
21
  </div>