Version Description
Download this release
Release Info
Developer | sswells |
Plugin | Business Directory Plugin |
Version | 5.11.2 |
Comparing to | |
See all releases |
Code changes from version 5.11.1 to 5.11.2
- README.TXT +6 -34
- assets/js/admin-export.js +27 -5
- assets/js/admin-export.min.js +1 -1
- assets/js/admin-listing.js +0 -11
- assets/js/admin-listing.min.js +1 -1
- assets/js/admin-payments.js +1 -0
- assets/js/admin-payments.min.js +1 -1
- business-directory-plugin.php +1 -1
- includes/admin/class-admin-listings.php +9 -38
- includes/admin/class-csv-exporter.php +19 -14
- includes/admin/class-csv-import.php +25 -6
- includes/admin/class-education.php +1 -1
- includes/admin/csv-export.php +2 -3
- includes/admin/fees.php +33 -2
- includes/admin/form-fields.php +2 -4
- includes/admin/payments.php +14 -3
- includes/admin/settings/class-settings-admin.php +5 -5
- includes/admin/settings/class-settings-bootstrap.php +1 -1
- includes/class-wpbdp.php +14 -10
- includes/fields/class-form-field-type.php +4 -3
- includes/helpers/class-app.php +54 -0
- includes/helpers/class-create-file.php +188 -0
- includes/licensing.php +7 -6
- includes/views/submit_listing.php +51 -25
- languages/business-directory-plugin-ar.mo +0 -0
- languages/business-directory-plugin-ar.po +338 -336
- languages/business-directory-plugin-de_DE.mo +0 -0
- languages/business-directory-plugin-de_DE.po +338 -336
- languages/business-directory-plugin-en_US.po +312 -331
- languages/business-directory-plugin-fr_FR.mo +0 -0
- languages/business-directory-plugin-fr_FR.po +336 -334
- languages/business-directory-plugin-it_IT.mo +0 -0
- languages/business-directory-plugin-it_IT.po +338 -336
- languages/business-directory-plugin-nl_NL.po +327 -334
- languages/business-directory-plugin-pl_PL.mo +0 -0
- languages/business-directory-plugin-pl_PL.po +346 -343
- languages/business-directory-plugin-ru_RU.mo +0 -0
- languages/business-directory-plugin-ru_RU.po +338 -336
- languages/business-directory-plugin-sv_SE.mo +0 -0
- languages/business-directory-plugin-sv_SE.po +336 -334
- languages/business-directory-plugin.pot +313 -332
- templates/admin/csv-export.tpl.php +2 -3
- templates/admin/csv-import.tpl.php +21 -16
- templates/admin/fees-form.tpl.php +1 -0
- templates/admin/metaboxes-listing-information-plan.tpl.php +11 -7
- templates/admin/payments-details.tpl.php +2 -1
- templates/admin/payments-note.tpl.php +1 -1
- themes/default/theme.json +1 -1
README.TXT
CHANGED
@@ -4,7 +4,7 @@ Tags: business directory, listings, directory plugin, staff directory, member di
|
|
4 |
Requires at least: 4.8
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.7
|
7 |
-
Stable tag: 5.11.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
The best WordPress Business Directory Plugin. Build an easy team directory, member directory, staff directory, church directory, and more.
|
@@ -161,6 +161,11 @@ Our directory website builder software combined with our add-on modules is the m
|
|
161 |
* Book review sites
|
162 |
|
163 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
164 |
= 5.11.1 =
|
165 |
* When importing files, switch to only accept allowed file types instead of excluding some.
|
166 |
* Removed Spanish PO file since WP handles it now!
|
@@ -202,37 +207,4 @@ Our directory website builder software combined with our add-on modules is the m
|
|
202 |
* Fix: Improve admin performance on sites with lots of users by switching user dropdowns to text fields.
|
203 |
* Fix: Don't allow pending listings to be renewed. Add more protection.
|
204 |
|
205 |
-
= 5.9.1 =
|
206 |
-
* Improved HTML5 validity.
|
207 |
-
* Group more settings to make them easier to find.
|
208 |
-
* Add a way to sort by the opposite direction with the dropdown sorter.
|
209 |
-
* Fix: Include styling for the search widget when it's needed.
|
210 |
-
* Fix: Cases of 'get_the_excerpt' were causing conflicts with other plugins.
|
211 |
-
* Fix: When the file attachments module was used, submitting the listing form was difficult in some cases.
|
212 |
-
* Fix: Some links were opening in a new tab when they shouldn't.
|
213 |
-
* Code: Add deprecated notices on old deprecated code.
|
214 |
-
* Fix: The receipt url was not protected from non-owners.
|
215 |
-
* Securty: Sanitize REQUEST and GET values.
|
216 |
-
* Move the debug menu into a sub tab and into the site health page.
|
217 |
-
|
218 |
-
= 5.9 =
|
219 |
-
* Start adding caching to speed up all listings page and merge some css files.
|
220 |
-
* Change sorting to dropdown to make it more compact.
|
221 |
-
* Simplify and cleanup selecting a thumbnail image. Now the WP thumbnai is used instead of a custom meta.
|
222 |
-
* When a field is set to validate as a number, sort the listings as a number too.
|
223 |
-
* A bunch of new shortcodes for more modular options: businessdirectory-images, businessdirectory-socials, businessdirectory-buttons, businessdirectory-details, [businessdirectory-section section=comments], [businessdirectory-section section=contact_form]
|
224 |
-
* Replace delete listing button with a link.
|
225 |
-
* Change 'Manage Form Fields' menu to 'Form Fields'.
|
226 |
-
* Move the uninstall page out of main nav and into settings pages.
|
227 |
-
* Rename 'Allow images in HTML' option in field settings to make it more clear.
|
228 |
-
* Break some content for single listings into separate templates for easier maintenance.
|
229 |
-
* Pagination is now in a single template file.
|
230 |
-
* Remove View button from all listings page and use standard links instead.
|
231 |
-
* New hooks: 'wpbdp_settings_subtab_[subtab name here]', 'wpbdp_allow_template_override', 'wpbdp_is_numeric_sort', 'wpbdp_before_excerpts', 'wpbdp_heading_type' to switch h1 to h2, 'wpbdp_get_page_ids', 'wpbdp_thumbnail_html'
|
232 |
-
* Security: Properly escape uses of admin_url().
|
233 |
-
* Fix: Compatibility issue with Astra was showing an empty h1 in the page source.
|
234 |
-
* Fix: Compatibility with new WP 2021 theme, showing 'Untitled' for the heading.
|
235 |
-
* Fix: Renewal reminders weren't always being sent for listings that expire at the end of the month if they were set to send a month or two ahead.
|
236 |
-
* Code: Can get a field by shortname instead of only id.
|
237 |
-
|
238 |
<a href="https://businessdirectoryplugin.com/plugins/business-directory/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">See changelog for all versions</a>
|
4 |
Requires at least: 4.8
|
5 |
Requires PHP: 5.6
|
6 |
Tested up to: 5.7
|
7 |
+
Stable tag: 5.11.2
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
The best WordPress Business Directory Plugin. Build an easy team directory, member directory, staff directory, church directory, and more.
|
161 |
* Book review sites
|
162 |
|
163 |
== Changelog ==
|
164 |
+
= 5.11.2 =
|
165 |
+
* Security: Lots of security fixes after a security audit. This includes XSS, Cross-Site Request Forgery, and unprotected import and export files.
|
166 |
+
* Fix: Some combination of add-ons was preventing the listing form from progressing.
|
167 |
+
* Fix: Post duplicator plugins were resulting in an endless loop when updating or deleting a duplicated listing.
|
168 |
+
|
169 |
= 5.11.1 =
|
170 |
* When importing files, switch to only accept allowed file types instead of excluding some.
|
171 |
* Removed Spanish PO file since WP handles it now!
|
207 |
* Fix: Improve admin performance on sites with lots of users by switching user dropdowns to text fields.
|
208 |
* Fix: Don't allow pending listings to be renewed. Add more protection.
|
209 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
210 |
<a href="https://businessdirectoryplugin.com/plugins/business-directory/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">See changelog for all versions</a>
|
assets/js/admin-export.js
CHANGED
@@ -10,7 +10,15 @@ jQuery(function($) {
|
|
10 |
$('.wpbdp-page-csv-export div.error p').text(msg);
|
11 |
|
12 |
if (res && res.state) {
|
13 |
-
$.ajax(ajaxurl, {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
}
|
15 |
|
16 |
cancelExport = true;
|
@@ -38,7 +46,12 @@ jQuery(function($) {
|
|
38 |
});
|
39 |
|
40 |
$.ajax(ajaxurl, {
|
41 |
-
data: {
|
|
|
|
|
|
|
|
|
|
|
42 |
type: 'POST',
|
43 |
dataType: 'json',
|
44 |
success: function(res) {
|
@@ -48,7 +61,11 @@ jQuery(function($) {
|
|
48 |
}
|
49 |
|
50 |
$.ajax(ajaxurl, {
|
51 |
-
data: {
|
|
|
|
|
|
|
|
|
52 |
type: 'POST',
|
53 |
dataType: 'json',
|
54 |
success: function(res) {
|
@@ -87,7 +104,7 @@ jQuery(function($) {
|
|
87 |
$('form#wpbdp-csv-export-form').submit(function(e) {
|
88 |
e.preventDefault();
|
89 |
|
90 |
-
var data = $(this).serialize() + '&action=wpbdp-csv-export';
|
91 |
$.ajax(ajaxurl, {
|
92 |
data: data,
|
93 |
type: 'POST',
|
@@ -125,7 +142,12 @@ jQuery(function($) {
|
|
125 |
$('.step-3 .cleanup-link a').on( 'click', function(e) {
|
126 |
e.preventDefault();
|
127 |
$.ajax(ajaxurl, {
|
128 |
-
data: {
|
|
|
|
|
|
|
|
|
|
|
129 |
type: 'POST',
|
130 |
dataType: 'json',
|
131 |
success: function(res) {
|
10 |
$('.wpbdp-page-csv-export div.error p').text(msg);
|
11 |
|
12 |
if (res && res.state) {
|
13 |
+
$.ajax(ajaxurl, {
|
14 |
+
data: {
|
15 |
+
action: 'wpbdp-csv-export',
|
16 |
+
nonce: wpbdp_global.nonce,
|
17 |
+
state: state,
|
18 |
+
cleanup: 1
|
19 |
+
},
|
20 |
+
type: 'POST'
|
21 |
+
});
|
22 |
}
|
23 |
|
24 |
cancelExport = true;
|
46 |
});
|
47 |
|
48 |
$.ajax(ajaxurl, {
|
49 |
+
data: {
|
50 |
+
action: 'wpbdp-csv-export',
|
51 |
+
nonce: wpbdp_global.nonce,
|
52 |
+
state: state,
|
53 |
+
cleanup: 1
|
54 |
+
},
|
55 |
type: 'POST',
|
56 |
dataType: 'json',
|
57 |
success: function(res) {
|
61 |
}
|
62 |
|
63 |
$.ajax(ajaxurl, {
|
64 |
+
data: {
|
65 |
+
action: 'wpbdp-csv-export',
|
66 |
+
nonce: wpbdp_global.nonce,
|
67 |
+
state: state,
|
68 |
+
},
|
69 |
type: 'POST',
|
70 |
dataType: 'json',
|
71 |
success: function(res) {
|
104 |
$('form#wpbdp-csv-export-form').submit(function(e) {
|
105 |
e.preventDefault();
|
106 |
|
107 |
+
var data = $(this).serialize() + '&action=wpbdp-csv-export&nonce=' + wpbdp_global.nonce;
|
108 |
$.ajax(ajaxurl, {
|
109 |
data: data,
|
110 |
type: 'POST',
|
142 |
$('.step-3 .cleanup-link a').on( 'click', function(e) {
|
143 |
e.preventDefault();
|
144 |
$.ajax(ajaxurl, {
|
145 |
+
data: {
|
146 |
+
action: 'wpbdp-csv-export',
|
147 |
+
nonce: wpbdp_global.nonce,
|
148 |
+
state: lastState,
|
149 |
+
cleanup: 1
|
150 |
+
},
|
151 |
type: 'POST',
|
152 |
dataType: 'json',
|
153 |
success: function(res) {
|
assets/js/admin-export.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function($){var progressBar=new WPBDP_Admin.ProgressBar($(".step-2 .export-progress")),exportInProgress=!1,cancelExport=!1,lastState=null,handleError=function(msg,res){msg&&$(".wpbdp-page-csv-export div.error p").text(msg),res&&res.state&&$.ajax(ajaxurl,{data:{action:"wpbdp-csv-export",state:state,cleanup:1},type:"POST"}),cancelExport=!0,exportInProgress=!1,$(".step-1, .step-2, .step-3").hide(),$(".wpbdp-page-csv-export div.error").show(),$(".canceled-export").show(),$("html, body").animate({scrollTop:0},"medium")},advanceExport=function(state){if(exportInProgress)return lastState=state,cancelExport?(exportInProgress=!1,cancelExport=!1,$(".step-2").fadeOut(function(){$(".canceled-export").fadeIn()}),void $.ajax(ajaxurl,{data:{action:"wpbdp-csv-export",state:state,cleanup:1},type:"POST",dataType:"json",success:function(res){}})):void $.ajax(ajaxurl,{data:{action:"wpbdp-csv-export",state:state},type:"POST",dataType:"json",success:function(res){return!res||res.error?(exportInProgress=!1,void handleError(res&&res.error?res.error:null,res)):($(".step-2 .listings").text(res.exported+" / "+res.count),$(".step-2 .size").text(res.filesize),progressBar.set(res.exported,res.count),void(res.isDone?(exportInProgress=!1,$(".step-2").fadeOut(function(){$(".step-3 .download-link a").attr("href",res.fileurl),$(".step-3 .download-link a .filename").text(res.filename),$(".step-3 .download-link a .filesize").text(res.filesize),$(".step-3").fadeIn(function(){$(".step-3 .cleanup-link").hide()})})):advanceExport(res.state)))},error:function(){handleError()}})};$("form#wpbdp-csv-export-form").submit(function(e){e.preventDefault();var data=$(this).serialize()+"&action=wpbdp-csv-export";$.ajax(ajaxurl,{data:data,type:"POST",dataType:"json",success:function(res){return!res||res.error?(exportInProgress=!1,void handleError(res&&res.error?res.error:null,res)):void $(".step-1").fadeOut(function(){exportInProgress=!0,$(".step-2 .listings").text("0 / "+res.count),$(".step-2 .size").text("0 KB"),$(".step-2").fadeIn(function(){advanceExport(res.state)})})},error:function(){handleError()}})}),$("a.cancel-import").on("click",function(e){e.preventDefault(),cancelExport=!0}),$(".step-3 .download-link a").on("click",function(e){$(".step-3 .cleanup-link").fadeIn()}),$(".step-3 .cleanup-link a").on("click",function(e){e.preventDefault(),$.ajax(ajaxurl,{data:{action:"wpbdp-csv-export",state:lastState,cleanup:1},type:"POST",dataType:"json",success:function(res){location.href=""}})})});
|
1 |
+
jQuery(function($){var progressBar=new WPBDP_Admin.ProgressBar($(".step-2 .export-progress")),exportInProgress=!1,cancelExport=!1,lastState=null,handleError=function(msg,res){msg&&$(".wpbdp-page-csv-export div.error p").text(msg),res&&res.state&&$.ajax(ajaxurl,{data:{action:"wpbdp-csv-export",nonce:wpbdp_global.nonce,state:state,cleanup:1},type:"POST"}),cancelExport=!0,exportInProgress=!1,$(".step-1, .step-2, .step-3").hide(),$(".wpbdp-page-csv-export div.error").show(),$(".canceled-export").show(),$("html, body").animate({scrollTop:0},"medium")},advanceExport=function(state){if(exportInProgress)return lastState=state,cancelExport?(exportInProgress=!1,cancelExport=!1,$(".step-2").fadeOut(function(){$(".canceled-export").fadeIn()}),void $.ajax(ajaxurl,{data:{action:"wpbdp-csv-export",nonce:wpbdp_global.nonce,state:state,cleanup:1},type:"POST",dataType:"json",success:function(res){}})):void $.ajax(ajaxurl,{data:{action:"wpbdp-csv-export",nonce:wpbdp_global.nonce,state:state},type:"POST",dataType:"json",success:function(res){return!res||res.error?(exportInProgress=!1,void handleError(res&&res.error?res.error:null,res)):($(".step-2 .listings").text(res.exported+" / "+res.count),$(".step-2 .size").text(res.filesize),progressBar.set(res.exported,res.count),void(res.isDone?(exportInProgress=!1,$(".step-2").fadeOut(function(){$(".step-3 .download-link a").attr("href",res.fileurl),$(".step-3 .download-link a .filename").text(res.filename),$(".step-3 .download-link a .filesize").text(res.filesize),$(".step-3").fadeIn(function(){$(".step-3 .cleanup-link").hide()})})):advanceExport(res.state)))},error:function(){handleError()}})};$("form#wpbdp-csv-export-form").submit(function(e){e.preventDefault();var data=$(this).serialize()+"&action=wpbdp-csv-export&nonce="+wpbdp_global.nonce;$.ajax(ajaxurl,{data:data,type:"POST",dataType:"json",success:function(res){return!res||res.error?(exportInProgress=!1,void handleError(res&&res.error?res.error:null,res)):void $(".step-1").fadeOut(function(){exportInProgress=!0,$(".step-2 .listings").text("0 / "+res.count),$(".step-2 .size").text("0 KB"),$(".step-2").fadeIn(function(){advanceExport(res.state)})})},error:function(){handleError()}})}),$("a.cancel-import").on("click",function(e){e.preventDefault(),cancelExport=!0}),$(".step-3 .download-link a").on("click",function(e){$(".step-3 .cleanup-link").fadeIn()}),$(".step-3 .cleanup-link a").on("click",function(e){e.preventDefault(),$.ajax(ajaxurl,{data:{action:"wpbdp-csv-export",nonce:wpbdp_global.nonce,state:lastState,cleanup:1},type:"POST",dataType:"json",success:function(res){location.href=""}})})});
|
assets/js/admin-listing.js
CHANGED
@@ -2,17 +2,6 @@
|
|
2 |
// Disable Preview button until the first draft is saved
|
3 |
$( document ).ready( function() {
|
4 |
|
5 |
-
$("#wpbdp_allow_slug_edit_input").attr('checked', false);
|
6 |
-
|
7 |
-
$( '#titlediv' ).on( 'click', '#wpbdp_allow_slug_edit_input', function() {
|
8 |
-
if ( $( '#wpbdp_allow_slug_edit_input' ).is(':checked') ) {
|
9 |
-
$( '#edit-slug-buttons .cancel').click();
|
10 |
-
$( '.wpbdp_listing_slug_edit' ).removeClass('hidden');
|
11 |
-
} else {
|
12 |
-
$( '.wpbdp_listing_slug_edit' ).addClass('hidden');
|
13 |
-
}
|
14 |
-
});
|
15 |
-
|
16 |
var $form = $( 'body.post-type-wpbdp_listing form#post' ),
|
17 |
post_status = $form.find( '#original_post_status' );
|
18 |
|
2 |
// Disable Preview button until the first draft is saved
|
3 |
$( document ).ready( function() {
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
var $form = $( 'body.post-type-wpbdp_listing form#post' ),
|
6 |
post_status = $form.find( '#original_post_status' );
|
7 |
|
assets/js/admin-listing.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function($){$(document).ready(function(){
|
1 |
+
!function($){$(document).ready(function(){var $form=$("body.post-type-wpbdp_listing form#post"),post_status=$form.find("#original_post_status");0!=post_status.length&&"auto-draft"==post_status.val()&&($form.find("#preview-action .button").addClass("disabled"),$form.find("#minor-publishing").tooltip({items:"#preview-action",content:WPBDP_admin_listings_config.messages.preview_button_tooltip,position:{my:"left top+40",at:"left bottom",collision:"flipfit",within:"#minor-publishing"}}))})}(jQuery);
|
assets/js/admin-payments.js
CHANGED
@@ -21,6 +21,7 @@ jQuery(function($) {
|
|
21 |
action: 'wpbdp_admin_ajax',
|
22 |
handler: 'payments__add_note',
|
23 |
payment_id: $( this ).data( 'payment-id' ),
|
|
|
24 |
note: $note.val()
|
25 |
},
|
26 |
success: function( res ) {
|
21 |
action: 'wpbdp_admin_ajax',
|
22 |
handler: 'payments__add_note',
|
23 |
payment_id: $( this ).data( 'payment-id' ),
|
24 |
+
nonce: wpbdp_global.nonce,
|
25 |
note: $note.val()
|
26 |
},
|
27 |
success: function( res ) {
|
assets/js/admin-payments.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function($){$("#wpbdp-admin-page-payments-details .postbox .handlediv.button-link").click(function(e){var $p=$(this).parents(".postbox");$p.toggleClass("closed"),$(this).attr("aria-expanded",!$p.hasClass("closed"))}),$('#wpbdp-admin-payment-info-box input[name="payment[created_on_date]"]').datepicker({dateFormat:"yy-mm-dd"}),$("#wpbdp-payment-notes-add").click(function(e){e.preventDefault();var $note=$('textarea[name="payment_note"]');$.ajax({url:ajaxurl,method:"POST",dataType:"json",data:{action:"wpbdp_admin_ajax",handler:"payments__add_note",payment_id:$(this).data("payment-id"),note:$note.val()},success:function(res){res.success&&($("#wpbdp-payment-notes .no-notes").hide(),$("#wpbdp-payment-notes").prepend(res.data.html),$note.val(""))}})}),$(document).on("click",".wpbdp-payment-note .wpbdp-admin-delete-link",function(e){e.preventDefault();var url=$(this).attr("href");$.ajax({url:url,method:"GET",dataType:"json",success:function(res){res.success&&($('.wpbdp-payment-note[data-id="'+res.data.note.id+'"]').remove(),0==$(".wpbdp-payment-note").length&&$("#wpbdp-payment-notes .no-notes").show())}})})});
|
1 |
+
jQuery(function($){$("#wpbdp-admin-page-payments-details .postbox .handlediv.button-link").click(function(e){var $p=$(this).parents(".postbox");$p.toggleClass("closed"),$(this).attr("aria-expanded",!$p.hasClass("closed"))}),$('#wpbdp-admin-payment-info-box input[name="payment[created_on_date]"]').datepicker({dateFormat:"yy-mm-dd"}),$("#wpbdp-payment-notes-add").click(function(e){e.preventDefault();var $note=$('textarea[name="payment_note"]');$.ajax({url:ajaxurl,method:"POST",dataType:"json",data:{action:"wpbdp_admin_ajax",handler:"payments__add_note",payment_id:$(this).data("payment-id"),nonce:wpbdp_global.nonce,note:$note.val()},success:function(res){res.success&&($("#wpbdp-payment-notes .no-notes").hide(),$("#wpbdp-payment-notes").prepend(res.data.html),$note.val(""))}})}),$(document).on("click",".wpbdp-payment-note .wpbdp-admin-delete-link",function(e){e.preventDefault();var url=$(this).attr("href");$.ajax({url:url,method:"GET",dataType:"json",success:function(res){res.success&&($('.wpbdp-payment-note[data-id="'+res.data.note.id+'"]').remove(),0==$(".wpbdp-payment-note").length&&$("#wpbdp-payment-notes .no-notes").show())}})})});
|
business-directory-plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: https://businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
-
* Version: 5.11.
|
7 |
* Author: Business Directory Team
|
8 |
* Author URI: https://businessdirectoryplugin.com
|
9 |
* Text Domain: business-directory-plugin
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: https://businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
+
* Version: 5.11.2
|
7 |
* Author: Business Directory Team
|
8 |
* Author URI: https://businessdirectoryplugin.com
|
9 |
* Text Domain: business-directory-plugin
|
includes/admin/class-admin-listings.php
CHANGED
@@ -30,8 +30,6 @@ class WPBDP_Admin_Listings {
|
|
30 |
add_action( 'wpbdp_save_listing', array( $this, 'maybe_restore_listing_slug' ) );
|
31 |
add_action( 'wpbdp_save_listing', array( $this, 'maybe_update_plan' ) );
|
32 |
|
33 |
-
add_filter( 'get_sample_permalink_html', array( $this, 'maybe_hide_permalinks' ), 10, 5 );
|
34 |
-
|
35 |
// Filter by category.
|
36 |
add_action( 'restrict_manage_posts', array( &$this, '_add_category_filter' ) );
|
37 |
add_action( 'parse_query', array( &$this, '_apply_category_filter' ) );
|
@@ -495,7 +493,6 @@ class WPBDP_Admin_Listings {
|
|
495 |
}
|
496 |
}
|
497 |
|
498 |
-
$listing = wpbdp_get_listing( $post->ID );
|
499 |
$actions = apply_filters( 'wpbdp_admin_directory_row_actions', $actions, $listing );
|
500 |
|
501 |
return $actions;
|
@@ -558,41 +555,7 @@ class WPBDP_Admin_Listings {
|
|
558 |
return;
|
559 |
}
|
560 |
|
561 |
-
|
562 |
-
! $post_name ||
|
563 |
-
( isset( $_POST['edit_listing_slug'] ) && (bool) $_POST['edit_listing_slug'] ) ||
|
564 |
-
( isset( $_POST['action'] ) && 'inline-save' === $_POST['action'] && 'edit-wpbdp_listing' === $_POST['screen'] )
|
565 |
-
) {
|
566 |
-
update_post_meta( $post_id, '_wpbdp[name]', get_post_field( 'post_name', $post_id ) );
|
567 |
-
return;
|
568 |
-
}
|
569 |
-
|
570 |
-
wp_update_post(
|
571 |
-
array(
|
572 |
-
'post_name' => $post_name,
|
573 |
-
'ID' => $post_id,
|
574 |
-
)
|
575 |
-
);
|
576 |
-
}
|
577 |
-
|
578 |
-
function maybe_hide_permalinks( $return, $post_id, $new_title, $new_slug, $post = null ) {
|
579 |
-
if ( ! $post ) {
|
580 |
-
return $return;
|
581 |
-
}
|
582 |
-
|
583 |
-
if ( WPBDP_POST_TYPE === $post->post_type ) {
|
584 |
-
$return = sprintf(
|
585 |
-
'<div class="wpbdp_allow_slug_edit"><label for="wpbdp_allow_slug_edit_input"><input id="wpbdp_allow_slug_edit_input" type="checkbox" name="edit_listing_slug" value="1" checked="%s" /> %s</label></div>',
|
586 |
-
( ! empty( $_POST['action'] ) && 'sample-permalink' == $_POST['action'] ) ? 'checked' : '',
|
587 |
-
__( 'Edit listing permalink', 'business-directory-plugin' )
|
588 |
-
) . sprintf(
|
589 |
-
'<div class="wpbdp_listing_slug_edit %s">%s</div>',
|
590 |
-
( ! empty( $_POST['action'] ) && 'sample-permalink' == $_POST['action'] ) ? '' : 'hidden',
|
591 |
-
$return
|
592 |
-
);
|
593 |
-
}
|
594 |
-
|
595 |
-
return $return;
|
596 |
}
|
597 |
|
598 |
/**
|
@@ -745,4 +708,12 @@ class WPBDP_Admin_Listings {
|
|
745 |
|
746 |
}
|
747 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
748 |
}
|
30 |
add_action( 'wpbdp_save_listing', array( $this, 'maybe_restore_listing_slug' ) );
|
31 |
add_action( 'wpbdp_save_listing', array( $this, 'maybe_update_plan' ) );
|
32 |
|
|
|
|
|
33 |
// Filter by category.
|
34 |
add_action( 'restrict_manage_posts', array( &$this, '_add_category_filter' ) );
|
35 |
add_action( 'parse_query', array( &$this, '_apply_category_filter' ) );
|
493 |
}
|
494 |
}
|
495 |
|
|
|
496 |
$actions = apply_filters( 'wpbdp_admin_directory_row_actions', $actions, $listing );
|
497 |
|
498 |
return $actions;
|
555 |
return;
|
556 |
}
|
557 |
|
558 |
+
update_post_meta( $post_id, '_wpbdp[name]', get_post_field( 'post_name', $post_id ) );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
559 |
}
|
560 |
|
561 |
/**
|
708 |
|
709 |
}
|
710 |
|
711 |
+
/**
|
712 |
+
* @deprecated 5.11.2
|
713 |
+
*/
|
714 |
+
public function maybe_hide_permalinks( $return ) {
|
715 |
+
_deprecated_function( __METHOD__, '5.11.2' );
|
716 |
+
|
717 |
+
return $return;
|
718 |
+
}
|
719 |
}
|
includes/admin/class-csv-exporter.php
CHANGED
@@ -87,26 +87,31 @@ class WPBDP_CSVExporter {
|
|
87 |
|
88 |
// Setup working directory.
|
89 |
if ( ! $workingdir ) {
|
90 |
-
$direrror = '';
|
91 |
|
92 |
$upload_dir = wp_upload_dir();
|
|
|
93 |
|
94 |
if ( ! $upload_dir['error'] ) {
|
95 |
-
$csvexportsdir = rtrim( $upload_dir['basedir'], DIRECTORY_SEPARATOR ) . DIRECTORY_SEPARATOR . 'wpbdp-csv-exports';
|
96 |
-
if ( is_dir( $csvexportsdir ) || mkdir( $csvexportsdir ) ) {
|
97 |
-
$this->workingdir = rtrim( $csvexportsdir . DIRECTORY_SEPARATOR . uniqid(), DIRECTORY_SEPARATOR ) . DIRECTORY_SEPARATOR;
|
98 |
-
|
99 |
-
if ( ! mkdir( $this->workingdir, 0777 ) ) {
|
100 |
-
$direrror = _x( 'Could not create a temporary directory for handling this CSV export.', 'admin csv-export', 'business-directory-plugin' );
|
101 |
-
}
|
102 |
-
} else {
|
103 |
-
$direrror = _x( 'Could not create wpbdp-csv-exports directory.', 'admin csv-export', 'business-directory-plugin' );
|
104 |
-
}
|
105 |
-
}
|
106 |
|
107 |
-
|
108 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
}
|
|
|
110 |
} else {
|
111 |
$this->workingdir = $workingdir;
|
112 |
}
|
87 |
|
88 |
// Setup working directory.
|
89 |
if ( ! $workingdir ) {
|
|
|
90 |
|
91 |
$upload_dir = wp_upload_dir();
|
92 |
+
$id = uniqid();
|
93 |
|
94 |
if ( ! $upload_dir['error'] ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
|
96 |
+
$folder_name = 'wpbdp-csv-exports/' . $id;
|
97 |
+
require_once dirname( WPBDP_PLUGIN_FILE ) . '/includes/helpers/class-create-file.php';
|
98 |
+
$create_folder = new WPBDP_Create_File(
|
99 |
+
array(
|
100 |
+
'file_name' => 'index.php',
|
101 |
+
'folder_name' => $folder_name
|
102 |
+
)
|
103 |
+
);
|
104 |
+
$create_folder->create_index( 'force' );
|
105 |
+
|
106 |
+
$csvexportsdir = rtrim( $upload_dir['basedir'], DIRECTORY_SEPARATOR ) . '/' . $folder_name;
|
107 |
+
if ( is_dir( $csvexportsdir ) ) {
|
108 |
+
$this->workingdir = $csvexportsdir . '/';
|
109 |
+
} else {
|
110 |
+
$direrror = _x( 'Could not create a temporary directory for handling this CSV export.', 'admin csv-export', 'business-directory-plugin' );
|
111 |
+
throw new Exception( sprintf( _x( 'Error while creating a temporary directory for CSV export: %s', 'admin csv-export', 'business-directory-plugin' ), $direrror ) );
|
112 |
+
}
|
113 |
}
|
114 |
+
|
115 |
} else {
|
116 |
$this->workingdir = $workingdir;
|
117 |
}
|
includes/admin/class-csv-import.php
CHANGED
@@ -288,13 +288,9 @@ class WPBDP_CSV_Import {
|
|
288 |
private function setup_working_dir( $csv_file, $images_file = '' ) {
|
289 |
|
290 |
$csv_imports_dir = $this->directory_path();
|
291 |
-
|
292 |
-
$working_dir = rtrim( $csv_imports_dir, DIRECTORY_SEPARATOR ) . DIRECTORY_SEPARATOR . uniqid();
|
293 |
|
294 |
-
|
295 |
-
$this->working_dir = $working_dir;
|
296 |
-
}
|
297 |
-
}
|
298 |
|
299 |
if ( ! $this->working_dir ) {
|
300 |
throw new Exception( 'Could not set working dir' );
|
@@ -332,6 +328,29 @@ class WPBDP_CSV_Import {
|
|
332 |
$this->state_persist();
|
333 |
}
|
334 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
335 |
/**
|
336 |
* Check the file types after the zip is unzipped.
|
337 |
*
|
288 |
private function setup_working_dir( $csv_file, $images_file = '' ) {
|
289 |
|
290 |
$csv_imports_dir = $this->directory_path();
|
291 |
+
require_once dirname( WPBDP_PLUGIN_FILE ) . '/includes/helpers/class-create-file.php';
|
|
|
292 |
|
293 |
+
$this->create_folders();
|
|
|
|
|
|
|
294 |
|
295 |
if ( ! $this->working_dir ) {
|
296 |
throw new Exception( 'Could not set working dir' );
|
328 |
$this->state_persist();
|
329 |
}
|
330 |
|
331 |
+
/**
|
332 |
+
* Create folders and index.php
|
333 |
+
*
|
334 |
+
* @since 5.11.2
|
335 |
+
*/
|
336 |
+
private function create_folders() {
|
337 |
+
require_once dirname( WPBDP_PLUGIN_FILE ) . '/includes/helpers/class-create-file.php';
|
338 |
+
|
339 |
+
$id = uniqid();
|
340 |
+
$import_dir = rtrim( $this->directory_path(), DIRECTORY_SEPARATOR ) . DIRECTORY_SEPARATOR . $id;
|
341 |
+
$create_index = new WPBDP_Create_File(
|
342 |
+
array(
|
343 |
+
'file_name' => 'index.php',
|
344 |
+
'folder_name' => 'wpbdp-csv-imports/' . $id
|
345 |
+
)
|
346 |
+
);
|
347 |
+
$create_index->create_index( 'force' );
|
348 |
+
|
349 |
+
if ( is_dir( $import_dir ) ) {
|
350 |
+
$this->working_dir = $import_dir;
|
351 |
+
}
|
352 |
+
}
|
353 |
+
|
354 |
/**
|
355 |
* Check the file types after the zip is unzipped.
|
356 |
*
|
includes/admin/class-education.php
CHANGED
@@ -153,7 +153,7 @@ class WPBDP_Admin_Education {
|
|
153 |
*
|
154 |
* @return bool
|
155 |
*/
|
156 |
-
|
157 |
if ( ! function_exists( 'get_plugins' ) ) {
|
158 |
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
159 |
}
|
153 |
*
|
154 |
* @return bool
|
155 |
*/
|
156 |
+
public static function is_installed( $requires ) {
|
157 |
if ( ! function_exists( 'get_plugins' ) ) {
|
158 |
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
159 |
}
|
includes/admin/csv-export.php
CHANGED
@@ -34,9 +34,8 @@ class WPBDP_Admin_CSVExport {
|
|
34 |
}
|
35 |
|
36 |
public function ajax_csv_export() {
|
37 |
-
|
38 |
-
|
39 |
-
}
|
40 |
|
41 |
$error = '';
|
42 |
|
34 |
}
|
35 |
|
36 |
public function ajax_csv_export() {
|
37 |
+
WPBDP_App_Helper::permission_check( 'administrator' );
|
38 |
+
check_ajax_referer( 'wpbdp_ajax', 'nonce' );
|
|
|
39 |
|
40 |
$error = '';
|
41 |
|
includes/admin/fees.php
CHANGED
@@ -66,8 +66,14 @@ class WPBDP__Admin__Fees extends WPBDP__Admin__Controller {
|
|
66 |
}
|
67 |
|
68 |
private function insert_or_update_fee( $mode ) {
|
|
|
|
|
|
|
|
|
|
|
69 |
if ( ! empty( $_POST['fee'] ) ) {
|
70 |
$posted_values = stripslashes_deep( $_POST['fee'] );
|
|
|
71 |
|
72 |
if ( ! isset( $_POST['limit_categories'] ) || 0 == $_POST['limit_categories'] )
|
73 |
$posted_values['supported_categories'] = 'all';
|
@@ -100,8 +106,6 @@ class WPBDP__Admin__Fees extends WPBDP__Admin__Controller {
|
|
100 |
} else {
|
101 |
wpbdp_admin_message( _x( 'Fee plan updated.', 'fees admin', 'business-directory-plugin' ) );
|
102 |
}
|
103 |
-
|
104 |
-
return $this->_redirect( 'index' );
|
105 |
} else {
|
106 |
foreach ( $result->get_error_messages() as $msg ) {
|
107 |
wpbdp_admin_message( $msg, 'error' );
|
@@ -112,6 +116,33 @@ class WPBDP__Admin__Fees extends WPBDP__Admin__Controller {
|
|
112 |
return array( 'fee' => $fee );
|
113 |
}
|
114 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
/**
|
116 |
* @since 5.9
|
117 |
*/
|
66 |
}
|
67 |
|
68 |
private function insert_or_update_fee( $mode ) {
|
69 |
+
if ( ! empty( $_POST ) ) {
|
70 |
+
$nonce = array( 'nonce' => 'wpbdp-fees' );
|
71 |
+
WPBDP_App_Helper::permission_check( 'edit_posts', $nonce );
|
72 |
+
}
|
73 |
+
|
74 |
if ( ! empty( $_POST['fee'] ) ) {
|
75 |
$posted_values = stripslashes_deep( $_POST['fee'] );
|
76 |
+
$posted_values = $this->sanitize_posted_values( $posted_values );
|
77 |
|
78 |
if ( ! isset( $_POST['limit_categories'] ) || 0 == $_POST['limit_categories'] )
|
79 |
$posted_values['supported_categories'] = 'all';
|
106 |
} else {
|
107 |
wpbdp_admin_message( _x( 'Fee plan updated.', 'fees admin', 'business-directory-plugin' ) );
|
108 |
}
|
|
|
|
|
109 |
} else {
|
110 |
foreach ( $result->get_error_messages() as $msg ) {
|
111 |
wpbdp_admin_message( $msg, 'error' );
|
116 |
return array( 'fee' => $fee );
|
117 |
}
|
118 |
|
119 |
+
/**
|
120 |
+
* Sanitize each field in the fee form.
|
121 |
+
*
|
122 |
+
* @since 5.11.2
|
123 |
+
*/
|
124 |
+
private function sanitize_posted_values( $posted_values ) {
|
125 |
+
$sanitizing = $this->sanitize_mapping();
|
126 |
+
foreach ( $posted_values as $k => $v ) {
|
127 |
+
$sanitize = isset( $sanitizing[ $k ] ) ? $sanitizing[ $k ] : 'sanitize_text_field';
|
128 |
+
wpbdp_sanitize_value( $sanitize, $posted_values[ $k ] );
|
129 |
+
}
|
130 |
+
return $posted_values;
|
131 |
+
}
|
132 |
+
|
133 |
+
/**
|
134 |
+
* This shows how to sanitize each field in the fee form.
|
135 |
+
*
|
136 |
+
* @since 5.11.2
|
137 |
+
*/
|
138 |
+
private function sanitize_mapping() {
|
139 |
+
return array(
|
140 |
+
'description' => 'wp_kses_post',
|
141 |
+
'days' => 'absint',
|
142 |
+
'images' => 'absint',
|
143 |
+
);
|
144 |
+
}
|
145 |
+
|
146 |
/**
|
147 |
* @since 5.9
|
148 |
*/
|
includes/admin/form-fields.php
CHANGED
@@ -347,10 +347,8 @@ class WPBDP_FormFieldsAdmin {
|
|
347 |
* @since 5.11
|
348 |
*/
|
349 |
private function check_permission( $action ) {
|
350 |
-
$nonce =
|
351 |
-
|
352 |
-
wp_die( esc_html( 'You are not allowed to do that.', 'business-directory-plugin' ) );
|
353 |
-
}
|
354 |
}
|
355 |
|
356 |
private function process_field_form() {
|
347 |
* @since 5.11
|
348 |
*/
|
349 |
private function check_permission( $action ) {
|
350 |
+
$nonce = array( 'nonce' => $action );
|
351 |
+
WPBDP_App_Helper::permission_check( 'manage_categories', $nonce );
|
|
|
|
|
352 |
}
|
353 |
|
354 |
private function process_field_form() {
|
includes/admin/payments.php
CHANGED
@@ -57,8 +57,11 @@ class WPBDP__Admin__Payments extends WPBDP__Admin__Controller {
|
|
57 |
}
|
58 |
|
59 |
function payment_update() {
|
60 |
-
|
61 |
-
|
|
|
|
|
|
|
62 |
$payment->update( $data );
|
63 |
$payment->save();
|
64 |
|
@@ -67,6 +70,9 @@ class WPBDP__Admin__Payments extends WPBDP__Admin__Controller {
|
|
67 |
}
|
68 |
|
69 |
function payment_delete() {
|
|
|
|
|
|
|
70 |
$payment = WPBDP_Payment::objects()->get( (int) $_REQUEST['payment-id'] );
|
71 |
$payment->delete();
|
72 |
|
@@ -75,6 +81,9 @@ class WPBDP__Admin__Payments extends WPBDP__Admin__Controller {
|
|
75 |
}
|
76 |
|
77 |
function ajax_add_note() {
|
|
|
|
|
|
|
78 |
$payment_id = wpbdp_get_var( array( 'param' => 'payment_id', 'sanitize' => 'absint' ), 'post' );
|
79 |
$payment = WPBDP_Payment::objects()->get( $payment_id );
|
80 |
$text = trim( wpbdp_get_var( array( 'param' => 'note', 'sanitize' => 'sanitize_textarea_field' ), 'post' ) );
|
@@ -103,6 +112,9 @@ class WPBDP__Admin__Payments extends WPBDP__Admin__Controller {
|
|
103 |
}
|
104 |
|
105 |
function ajax_delete_note() {
|
|
|
|
|
|
|
106 |
$payment_id = wpbdp_get_var( array( 'param' => 'payment_id', 'sanitize' => 'absint' ) );
|
107 |
$note_key = trim( wpbdp_get_var( array( 'param' => 'note', 'sanitize' => 'sanitize_textarea_field' ) ) );
|
108 |
|
@@ -120,4 +132,3 @@ class WPBDP__Admin__Payments extends WPBDP__Admin__Controller {
|
|
120 |
}
|
121 |
|
122 |
}
|
123 |
-
|
57 |
}
|
58 |
|
59 |
function payment_update() {
|
60 |
+
$nonce = array( 'nonce' => 'payment-' . absint( $_POST['payment']['id'] ) );
|
61 |
+
WPBDP_App_Helper::permission_check( 'edit_posts', $nonce );
|
62 |
+
|
63 |
+
$data = wpbdp_get_var( array( 'param' => 'payment' ), 'post' );
|
64 |
+
$payment = WPBDP_Payment::objects()->get( absint( $data['id'] ) );
|
65 |
$payment->update( $data );
|
66 |
$payment->save();
|
67 |
|
70 |
}
|
71 |
|
72 |
function payment_delete() {
|
73 |
+
$nonce = array( 'nonce' => 'payment-' . absint( $_REQUEST['payment-id'] ) );
|
74 |
+
WPBDP_App_Helper::permission_check( 'edit_posts', $nonce );
|
75 |
+
|
76 |
$payment = WPBDP_Payment::objects()->get( (int) $_REQUEST['payment-id'] );
|
77 |
$payment->delete();
|
78 |
|
81 |
}
|
82 |
|
83 |
function ajax_add_note() {
|
84 |
+
WPBDP_App_Helper::permission_check( 'edit_posts' );
|
85 |
+
check_ajax_referer( 'wpbdp_ajax', 'nonce' );
|
86 |
+
|
87 |
$payment_id = wpbdp_get_var( array( 'param' => 'payment_id', 'sanitize' => 'absint' ), 'post' );
|
88 |
$payment = WPBDP_Payment::objects()->get( $payment_id );
|
89 |
$text = trim( wpbdp_get_var( array( 'param' => 'note', 'sanitize' => 'sanitize_textarea_field' ), 'post' ) );
|
112 |
}
|
113 |
|
114 |
function ajax_delete_note() {
|
115 |
+
$nonce = array( 'nonce' => 'wpbdp_ajax' );
|
116 |
+
WPBDP_App_Helper::permission_check( 'edit_posts', $nonce );
|
117 |
+
|
118 |
$payment_id = wpbdp_get_var( array( 'param' => 'payment_id', 'sanitize' => 'absint' ) );
|
119 |
$note_key = trim( wpbdp_get_var( array( 'param' => 'note', 'sanitize' => 'sanitize_textarea_field' ) ) );
|
120 |
|
132 |
}
|
133 |
|
134 |
}
|
|
includes/admin/settings/class-settings-admin.php
CHANGED
@@ -302,15 +302,15 @@ class WPBDP__Settings_Admin {
|
|
302 |
|
303 |
$value = (array) $value;
|
304 |
|
305 |
-
|
306 |
|
307 |
echo '<div class="wpbdp-settings-multicheck-options wpbdp-grid">';
|
308 |
$n = 0;
|
309 |
foreach ( $setting['options'] as $option_value => $option_label ) {
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
echo '</label>';
|
315 |
echo '</div>';
|
316 |
|
302 |
|
303 |
$value = (array) $value;
|
304 |
|
305 |
+
echo '<input type="hidden" name="wpbdp_settings[' . esc_attr( $setting['id'] ) . '][]" value="" />';
|
306 |
|
307 |
echo '<div class="wpbdp-settings-multicheck-options wpbdp-grid">';
|
308 |
$n = 0;
|
309 |
foreach ( $setting['options'] as $option_value => $option_label ) {
|
310 |
+
echo '<div class="wpbdp-settings-multicheck-option wpbdp-half wpbdp-settings-multicheck-option-no-' . esc_attr( $n ) . '">';
|
311 |
+
echo '<input type="checkbox" name="wpbdp_settings[' . esc_attr( $setting['id'] ) . '][]" id="wpbdp-' . esc_attr( $setting['id'] . '-checkbox-no-' . $n ) . '" value="' . esc_attr( $option_value ) . '" ' . checked( in_array( $option_value, $value ), true, false ) . ' />';
|
312 |
+
echo '<label for="wpbdp-' . esc_attr( $setting['id'] . '-checkbox-no-' . $n ) . '">';
|
313 |
+
echo esc_html( $option_label );
|
314 |
echo '</label>';
|
315 |
echo '</div>';
|
316 |
|
includes/admin/settings/class-settings-bootstrap.php
CHANGED
@@ -411,7 +411,7 @@ final class WPBDP__Settings__Bootstrap {
|
|
411 |
$too_many_fields .= _x( 'You have selected a textarea field to be included in quick searches. Searches involving those fields are very expensive and could result in timeouts and/or general slowness.', 'admin settings', 'business-directory-plugin' );
|
412 |
$too_many_fields .= '</span>';
|
413 |
|
414 |
-
$no_fields = '<p><strong>' .
|
415 |
|
416 |
return _x( 'Choosing too many fields for inclusion into Quick Search can result in very slow search performance.', 'settings', 'business-directory-plugin' ) . $no_fields . $too_many_fields;
|
417 |
}
|
411 |
$too_many_fields .= _x( 'You have selected a textarea field to be included in quick searches. Searches involving those fields are very expensive and could result in timeouts and/or general slowness.', 'admin settings', 'business-directory-plugin' );
|
412 |
$too_many_fields .= '</span>';
|
413 |
|
414 |
+
$no_fields = '<p><strong>' . __( 'If no fields are selected, the following fields will be used in Quick Searches:', 'business-directory-plugin' ) . ' ' . esc_html( implode( ', ', $default_fields ) ) . '.</strong></p>';
|
415 |
|
416 |
return _x( 'Choosing too many fields for inclusion into Quick Search can result in very slow search performance.', 'settings', 'business-directory-plugin' ) . $no_fields . $too_many_fields;
|
417 |
}
|
includes/class-wpbdp.php
CHANGED
@@ -21,7 +21,7 @@ final class WPBDP {
|
|
21 |
}
|
22 |
|
23 |
private function setup_constants() {
|
24 |
-
define( 'WPBDP_VERSION', '5.11.
|
25 |
|
26 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
|
27 |
define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
|
@@ -295,16 +295,20 @@ final class WPBDP {
|
|
295 |
wp_clear_scheduled_hook( 'wpbdp_daily_events' );
|
296 |
}
|
297 |
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
$links
|
304 |
-
);
|
305 |
|
306 |
-
|
307 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
308 |
|
309 |
public function is_plugin_page() {
|
310 |
if ( wpbdp_current_view() ) {
|
21 |
}
|
22 |
|
23 |
private function setup_constants() {
|
24 |
+
define( 'WPBDP_VERSION', '5.11.2' );
|
25 |
|
26 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( WPBDP_PLUGIN_FILE ) ) );
|
27 |
define( 'WPBDP_INC', trailingslashit( WPBDP_PATH . 'includes' ) );
|
295 |
wp_clear_scheduled_hook( 'wpbdp_daily_events' );
|
296 |
}
|
297 |
|
298 |
+
/**
|
299 |
+
* Adds a settings link to the plugins page
|
300 |
+
*/
|
301 |
+
public function plugin_action_links( $links ) {
|
302 |
+
$add_links = array();
|
|
|
|
|
303 |
|
304 |
+
if ( ! WPBDP_Admin_Education::is_installed( 'premium' ) ) {
|
305 |
+
$add_links[] = '<a href="' . esc_url( wpbdp_admin_upgrade_link( 'plugin-row' ) ) . '" target="_blank" rel="noopener"><b>' . esc_html__( 'Upgrade to Premium', 'business-directory-plugin' ) . '</b></a>';
|
306 |
+
}
|
307 |
+
|
308 |
+
$add_links['settings'] = '<a href="' . esc_url( admin_url( 'admin.php?page=wpbdp_settings' ) ) . '">' . esc_html__( 'Settings', 'business-directory-plugin' ) . '</a>';
|
309 |
+
|
310 |
+
return array_merge( $add_links, $links );
|
311 |
+
}
|
312 |
|
313 |
public function is_plugin_page() {
|
314 |
if ( wpbdp_current_view() ) {
|
includes/fields/class-form-field-type.php
CHANGED
@@ -246,15 +246,16 @@ class WPBDP_Form_Field_Type {
|
|
246 |
$html .= sprintf(
|
247 |
'<label for="%s">%s</label>',
|
248 |
'wpbdp-field-' . esc_attr( $field->get_id() ),
|
249 |
-
|
250 |
( ( $field->has_validator( 'required' ) && 'widget' !== $render_context ) ? '<span class="wpbdp-form-field-required-indicator">*</span>' : '' )
|
251 |
);
|
252 |
|
253 |
$html .= '</div>';
|
254 |
|
255 |
$field_description = trim( apply_filters( 'wpbdp_render_field_description', $field->get_description(), $field ) );
|
256 |
-
if ( $field_description && 'widget' !== $render_context )
|
257 |
-
|
|
|
258 |
|
259 |
$html .= '<div class="wpbdp-form-field-html wpbdp-form-field-inner">';
|
260 |
|
246 |
$html .= sprintf(
|
247 |
'<label for="%s">%s</label>',
|
248 |
'wpbdp-field-' . esc_attr( $field->get_id() ),
|
249 |
+
wp_kses_post( apply_filters( 'wpbdp_render_field_label', $field->get_label(), $field ) ) .
|
250 |
( ( $field->has_validator( 'required' ) && 'widget' !== $render_context ) ? '<span class="wpbdp-form-field-required-indicator">*</span>' : '' )
|
251 |
);
|
252 |
|
253 |
$html .= '</div>';
|
254 |
|
255 |
$field_description = trim( apply_filters( 'wpbdp_render_field_description', $field->get_description(), $field ) );
|
256 |
+
if ( $field_description && 'widget' !== $render_context ) {
|
257 |
+
$html .= '<div class="wpbdp-form-field-description">' . wp_kses_post( $field_description ) . '</div>';
|
258 |
+
}
|
259 |
|
260 |
$html .= '<div class="wpbdp-form-field-html wpbdp-form-field-inner">';
|
261 |
|
includes/helpers/class-app.php
CHANGED
@@ -64,6 +64,60 @@ class WPBDP_App_Helper {
|
|
64 |
return is_admin() && $get_page == $page;
|
65 |
}
|
66 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
/**
|
68 |
* Try to show the SVG if possible. Otherwise, use the font icon.
|
69 |
*
|
64 |
return is_admin() && $get_page == $page;
|
65 |
}
|
66 |
|
67 |
+
/**
|
68 |
+
* Check if the user has permision for action.
|
69 |
+
* Return permission message and stop the action if no permission
|
70 |
+
*
|
71 |
+
* @since 5.11.2
|
72 |
+
*
|
73 |
+
* @param string $permission
|
74 |
+
*/
|
75 |
+
public static function permission_check( $permission, $atts = array() ) {
|
76 |
+
$defaults = array(
|
77 |
+
'show_message' => '',
|
78 |
+
'nonce_name' => '_wpnonce',
|
79 |
+
'nonce' => '',
|
80 |
+
);
|
81 |
+
$atts = array_merge( $defaults, $atts );
|
82 |
+
|
83 |
+
$permission_error = self::permission_nonce_error( $permission, $atts );
|
84 |
+
if ( $permission_error !== false ) {
|
85 |
+
if ( 'hide' === $atts['show_message'] ) {
|
86 |
+
$permission_error = '';
|
87 |
+
}
|
88 |
+
wp_die( esc_html( $permission_error ) );
|
89 |
+
}
|
90 |
+
}
|
91 |
+
|
92 |
+
/**
|
93 |
+
* Check user permission and nonce
|
94 |
+
*
|
95 |
+
* @since 5.11.2
|
96 |
+
*
|
97 |
+
* @param string $permission
|
98 |
+
*
|
99 |
+
* @return false|string The permission message or false if allowed
|
100 |
+
*/
|
101 |
+
public static function permission_nonce_error( $permission, $atts = array() ) {
|
102 |
+
if ( ! empty( $permission ) && ! current_user_can( $permission ) && ! current_user_can( 'administrator' ) ) {
|
103 |
+
return esc_html( 'You are not allowed to do that.', 'business-directory-plugin' );
|
104 |
+
}
|
105 |
+
|
106 |
+
$error = false;
|
107 |
+
if ( empty( $atts['nonce_name'] ) || empty( $atts['nonce'] ) ) {
|
108 |
+
return $error;
|
109 |
+
}
|
110 |
+
|
111 |
+
$nonce_name = $atts['nonce_name'];
|
112 |
+
$nonce_value = ( $_REQUEST && isset( $_REQUEST[ $nonce_name ] ) ) ? sanitize_text_field( wp_unslash( $_REQUEST[ $nonce_name ] ) ) : '';
|
113 |
+
|
114 |
+
if ( $_REQUEST && ( ! isset( $_REQUEST[ $nonce_name ] ) || ! wp_verify_nonce( $nonce_value, $atts['nonce'] ) ) ) {
|
115 |
+
$error = esc_html( 'You are not allowed to do that.', 'business-directory-plugin' );
|
116 |
+
}
|
117 |
+
|
118 |
+
return $error;
|
119 |
+
}
|
120 |
+
|
121 |
/**
|
122 |
* Try to show the SVG if possible. Otherwise, use the font icon.
|
123 |
*
|
includes/helpers/class-create-file.php
ADDED
@@ -0,0 +1,188 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
if ( ! defined( 'ABSPATH' ) ) {
|
3 |
+
die( 'You are not allowed to call this page directly.' );
|
4 |
+
}
|
5 |
+
|
6 |
+
/**
|
7 |
+
* @since 5.11.2
|
8 |
+
*/
|
9 |
+
class WPBDP_Create_File {
|
10 |
+
|
11 |
+
public $folder_name;
|
12 |
+
public $file_name;
|
13 |
+
public $error_message;
|
14 |
+
public $uploads;
|
15 |
+
private $new_file_path;
|
16 |
+
public $chmod_dir = 0755;
|
17 |
+
public $chmod_file = 0644;
|
18 |
+
private $has_permission = false;
|
19 |
+
|
20 |
+
public function __construct( $atts ) {
|
21 |
+
$this->folder_name = isset( $atts['folder_name'] ) ? $atts['folder_name'] : '';
|
22 |
+
$this->file_name = $atts['file_name'];
|
23 |
+
$this->error_message = isset( $atts['error_message'] ) ? $atts['error_message'] : '';
|
24 |
+
$this->uploads = wp_upload_dir();
|
25 |
+
$this->set_new_file_path( $atts );
|
26 |
+
$this->chmod_dir = defined( 'FS_CHMOD_DIR' ) ? FS_CHMOD_DIR : ( fileperms( ABSPATH ) & 0777 | 0755 );
|
27 |
+
$this->chmod_file = defined( 'FS_CHMOD_FILE' ) ? FS_CHMOD_FILE : ( fileperms( ABSPATH . 'index.php' ) & 0777 | 0644 );
|
28 |
+
|
29 |
+
$this->check_permission();
|
30 |
+
}
|
31 |
+
|
32 |
+
/**
|
33 |
+
* @since 5.11.2
|
34 |
+
*/
|
35 |
+
private function set_new_file_path( $atts ) {
|
36 |
+
if ( isset( $atts['new_file_path'] ) ) {
|
37 |
+
$this->new_file_path = $atts['new_file_path'] . '/' . $this->file_name;
|
38 |
+
} else {
|
39 |
+
$this->new_file_path = $this->uploads['basedir'] . '/' . $this->folder_name . '/' . $this->file_name;
|
40 |
+
}
|
41 |
+
}
|
42 |
+
|
43 |
+
public function create_file( $file_content ) {
|
44 |
+
if ( $this->has_permission ) {
|
45 |
+
$dirs_exist = true;
|
46 |
+
|
47 |
+
// Create the directories if need be
|
48 |
+
$this->create_directories( $dirs_exist );
|
49 |
+
|
50 |
+
// only write the file if the folders exist
|
51 |
+
if ( $dirs_exist ) {
|
52 |
+
global $wp_filesystem;
|
53 |
+
$r = $wp_filesystem->put_contents( $this->new_file_path, $file_content, $this->chmod_file );
|
54 |
+
}
|
55 |
+
}
|
56 |
+
}
|
57 |
+
|
58 |
+
/**
|
59 |
+
* @since 5.11.2
|
60 |
+
*/
|
61 |
+
public function create_index( $force = false ) {
|
62 |
+
$exist = true;
|
63 |
+
$this->create_directories( $exist, $force );
|
64 |
+
}
|
65 |
+
|
66 |
+
/**
|
67 |
+
* @since 5.11.2
|
68 |
+
*/
|
69 |
+
private function check_permission() {
|
70 |
+
$creds = $this->get_creds();
|
71 |
+
|
72 |
+
$this->has_permission = true;
|
73 |
+
if ( empty( $creds ) || ! WP_Filesystem( $creds ) ) {
|
74 |
+
// initialize the API - any problems and we exit
|
75 |
+
$this->show_error_message();
|
76 |
+
$this->has_permission = false;
|
77 |
+
}
|
78 |
+
}
|
79 |
+
|
80 |
+
private function create_directories( &$dirs_exist, $force = false ) {
|
81 |
+
global $wp_filesystem;
|
82 |
+
|
83 |
+
$needed_dirs = $this->get_needed_dirs();
|
84 |
+
foreach ( $needed_dirs as $_dir ) {
|
85 |
+
// Only check to see if the Dir exists upon creation failure. Less I/O this way.
|
86 |
+
if ( $wp_filesystem->mkdir( $_dir, $this->chmod_dir ) ) {
|
87 |
+
$index_path = $_dir . '/index.php';
|
88 |
+
$wp_filesystem->put_contents( $index_path, "<?php\n// Silence is golden.\n?>", $this->chmod_file );
|
89 |
+
} else {
|
90 |
+
$dirs_exist = $wp_filesystem->is_dir( $_dir );
|
91 |
+
if ( $dirs_exist && $force ) {
|
92 |
+
$index_path = $_dir . '/index.php';
|
93 |
+
$wp_filesystem->put_contents( $index_path, "<?php\n// Silence is golden.\n?>", $this->chmod_file );
|
94 |
+
}
|
95 |
+
}
|
96 |
+
}
|
97 |
+
}
|
98 |
+
|
99 |
+
private function get_needed_dirs() {
|
100 |
+
$dir_names = explode( '/', $this->folder_name );
|
101 |
+
$needed_dirs = array();
|
102 |
+
|
103 |
+
$next_dir = '';
|
104 |
+
foreach ( $dir_names as $dir ) {
|
105 |
+
$next_dir .= '/' . $dir;
|
106 |
+
$needed_dirs[] = $this->uploads['basedir'] . $next_dir;
|
107 |
+
}
|
108 |
+
|
109 |
+
return $needed_dirs;
|
110 |
+
}
|
111 |
+
|
112 |
+
private function get_creds() {
|
113 |
+
if ( ! function_exists( 'get_filesystem_method' ) ) {
|
114 |
+
include_once( ABSPATH . 'wp-admin/includes/file.php' );
|
115 |
+
}
|
116 |
+
|
117 |
+
$access_type = get_filesystem_method();
|
118 |
+
if ( $access_type === 'direct' ) {
|
119 |
+
$creds = request_filesystem_credentials( site_url() . '/wp-admin/', '', false, false, array() );
|
120 |
+
} else {
|
121 |
+
$creds = $this->get_ftp_creds( $access_type );
|
122 |
+
}
|
123 |
+
|
124 |
+
return $creds;
|
125 |
+
}
|
126 |
+
|
127 |
+
private function get_ftp_creds( $type ) {
|
128 |
+
$credentials = get_option(
|
129 |
+
'ftp_credentials',
|
130 |
+
array(
|
131 |
+
'hostname' => '',
|
132 |
+
'username' => '',
|
133 |
+
)
|
134 |
+
);
|
135 |
+
|
136 |
+
$credentials['hostname'] = defined( 'FTP_HOST' ) ? FTP_HOST : $credentials['hostname'];
|
137 |
+
$credentials['username'] = defined( 'FTP_USER' ) ? FTP_USER : $credentials['username'];
|
138 |
+
$credentials['password'] = defined( 'FTP_PASS' ) ? FTP_PASS : '';
|
139 |
+
|
140 |
+
// Check to see if we are setting the public/private keys for ssh
|
141 |
+
$credentials['public_key'] = defined( 'FTP_PUBKEY' ) ? FTP_PUBKEY : '';
|
142 |
+
$credentials['private_key'] = defined( 'FTP_PRIKEY' ) ? FTP_PRIKEY : '';
|
143 |
+
|
144 |
+
// Sanitize the hostname, Some people might pass in odd-data:
|
145 |
+
$credentials['hostname'] = preg_replace( '|\w+://|', '', $credentials['hostname'] ); //Strip any schemes off
|
146 |
+
|
147 |
+
if ( strpos( $credentials['hostname'], ':' ) ) {
|
148 |
+
list( $credentials['hostname'], $credentials['port'] ) = explode( ':', $credentials['hostname'], 2 );
|
149 |
+
if ( ! is_numeric( $credentials['port'] ) ) {
|
150 |
+
unset( $credentials['port'] );
|
151 |
+
}
|
152 |
+
} else {
|
153 |
+
unset( $credentials['port'] );
|
154 |
+
}
|
155 |
+
|
156 |
+
if ( ( defined( 'FTP_SSH' ) && FTP_SSH ) || ( defined( 'FS_METHOD' ) && 'ssh2' == FS_METHOD ) ) {
|
157 |
+
$credentials['connection_type'] = 'ssh';
|
158 |
+
} elseif ( ( defined( 'FTP_SSL' ) && FTP_SSL ) && 'ftpext' == $type ) {
|
159 |
+
//Only the FTP Extension understands SSL
|
160 |
+
$credentials['connection_type'] = 'ftps';
|
161 |
+
} elseif ( ! isset( $credentials['connection_type'] ) ) {
|
162 |
+
//All else fails (And it's not defaulted to something else saved), Default to FTP
|
163 |
+
$credentials['connection_type'] = 'ftp';
|
164 |
+
}
|
165 |
+
|
166 |
+
$has_creds = ( ! empty( $credentials['password'] ) && ! empty( $credentials['username'] ) && ! empty( $credentials['hostname'] ) );
|
167 |
+
$can_ssh = ( 'ssh' == $credentials['connection_type'] && ! empty( $credentials['public_key'] ) && ! empty( $credentials['private_key'] ) );
|
168 |
+
if ( $has_creds || $can_ssh ) {
|
169 |
+
$stored_credentials = $credentials;
|
170 |
+
if ( ! empty( $stored_credentials['port'] ) ) {
|
171 |
+
//save port as part of hostname to simplify above code.
|
172 |
+
$stored_credentials['hostname'] .= ':' . $stored_credentials['port'];
|
173 |
+
}
|
174 |
+
|
175 |
+
unset( $stored_credentials['password'], $stored_credentials['port'], $stored_credentials['private_key'], $stored_credentials['public_key'] );
|
176 |
+
|
177 |
+
return $credentials;
|
178 |
+
}
|
179 |
+
|
180 |
+
return false;
|
181 |
+
}
|
182 |
+
|
183 |
+
private function show_error_message() {
|
184 |
+
if ( ! empty( $this->error_message ) ) {
|
185 |
+
echo '<div class="message">' . esc_html( $this->error_message ) . '</div>';
|
186 |
+
}
|
187 |
+
}
|
188 |
+
}
|
includes/licensing.php
CHANGED
@@ -412,12 +412,11 @@ class WPBDP_Licensing {
|
|
412 |
return 'invalid';
|
413 |
}
|
414 |
|
415 |
-
private function license_action( $item_type, $item_id, $action ) {
|
416 |
if ( ! in_array( $item_id, array_keys( $this->items ), true ) ) {
|
417 |
return new WP_Error( 'invalid-module', esc_html__( 'Invalid item ID', 'business-directory-plugin' ), $module );
|
418 |
}
|
419 |
|
420 |
-
$key = 0;
|
421 |
if ( 'deactivate' === $action ) {
|
422 |
unset( $this->licenses[ $item_type . '-' . $item_id ] );
|
423 |
update_option( 'wpbdp_licenses', $this->licenses );
|
@@ -878,11 +877,13 @@ class WPBDP_Licensing {
|
|
878 |
// Store the new license key. This clears stored information about the license.
|
879 |
wpbdp_set_option( 'license-key-' . $item_type . '-' . $item_id, $key );
|
880 |
|
881 |
-
$result = $this->license_action( $item_type, $item_id, 'activate' );
|
882 |
|
883 |
-
$
|
884 |
-
|
885 |
-
|
|
|
|
|
886 |
} else {
|
887 |
$response = array(
|
888 |
'success' => true,
|
412 |
return 'invalid';
|
413 |
}
|
414 |
|
415 |
+
private function license_action( $item_type, $item_id, $action, $key = 0 ) {
|
416 |
if ( ! in_array( $item_id, array_keys( $this->items ), true ) ) {
|
417 |
return new WP_Error( 'invalid-module', esc_html__( 'Invalid item ID', 'business-directory-plugin' ), $module );
|
418 |
}
|
419 |
|
|
|
420 |
if ( 'deactivate' === $action ) {
|
421 |
unset( $this->licenses[ $item_type . '-' . $item_id ] );
|
422 |
update_option( 'wpbdp_licenses', $this->licenses );
|
877 |
// Store the new license key. This clears stored information about the license.
|
878 |
wpbdp_set_option( 'license-key-' . $item_type . '-' . $item_id, $key );
|
879 |
|
880 |
+
$result = $this->license_action( $item_type, $item_id, 'activate', $key );
|
881 |
|
882 |
+
if ( is_wp_error( $result ) ) {
|
883 |
+
$response = array(
|
884 |
+
'success' => false,
|
885 |
+
'error' => sprintf( _x( 'Could not activate license: %s.', 'licensing', 'business-directory-plugin' ), $result->get_error_message() ),
|
886 |
+
);
|
887 |
} else {
|
888 |
$response = array(
|
889 |
'success' => true,
|
includes/views/submit_listing.php
CHANGED
@@ -672,35 +672,21 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
|
|
672 |
$first_key = reset( $section_ids );
|
673 |
$next_section = $this->current_section ? '' : $first_key;
|
674 |
|
675 |
-
|
676 |
-
|
677 |
-
if ( $section['id'] === 'plan_selection' ) {
|
678 |
-
$this->maybe_remove_images_section();
|
679 |
-
}
|
680 |
|
681 |
-
|
682 |
-
$section['prev_section'] = $this->find_prev_section( $section['id'] );
|
683 |
-
$section['next_section'] = $this->find_next_section( $section['id'] );
|
684 |
|
685 |
-
|
686 |
-
|
687 |
-
$
|
688 |
-
continue;
|
689 |
-
}
|
690 |
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
if ( in_array( $section['id'], array( 'attachments', 'listing_images' ) ) && ! empty( $file_upload ) ) {
|
695 |
-
continue;
|
696 |
}
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
if ( ! $next_section || $next_section !== $section['id'] ) {
|
701 |
-
$section['flags'][] = 'hidden';
|
702 |
-
}
|
703 |
-
}
|
704 |
|
705 |
if ( $next_section ) {
|
706 |
$this->current_section = $next_section;
|
@@ -710,6 +696,46 @@ class WPBDP__Views__Submit_Listing extends WPBDP__Authenticated_Listing_View {
|
|
710 |
$this->sections = apply_filters( 'wpbdp_submit_prepare_sections', $this->sections, $this );
|
711 |
}
|
712 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
713 |
private function add_html_to_section( &$section, $level = 1 ) {
|
714 |
$callback = WPBDP_Utils::normalize( $section['id'] );
|
715 |
|
672 |
$first_key = reset( $section_ids );
|
673 |
$next_section = $this->current_section ? '' : $first_key;
|
674 |
|
675 |
+
foreach ( $this->sections as $k => &$section ) {
|
676 |
+
$previous_section = $this->find_prev_section( $section['id'] );
|
|
|
|
|
|
|
677 |
|
678 |
+
$this->prepare_single_section( $section, $next_section, $previous_section );
|
|
|
|
|
679 |
|
680 |
+
if ( empty( $section ) ) {
|
681 |
+
unset( $this->sections[ $k ] );
|
682 |
+
$this->sections_keys = array_keys( $this->sections );
|
|
|
|
|
683 |
|
684 |
+
// If a section was removed, reset the previous one.
|
685 |
+
if ( $previous_section ) {
|
686 |
+
$this->prepare_single_section( $this->sections[ $previous_section ], $next_section );
|
|
|
|
|
687 |
}
|
688 |
+
}
|
689 |
+
}
|
|
|
|
|
|
|
|
|
|
|
690 |
|
691 |
if ( $next_section ) {
|
692 |
$this->current_section = $next_section;
|
696 |
$this->sections = apply_filters( 'wpbdp_submit_prepare_sections', $this->sections, $this );
|
697 |
}
|
698 |
|
699 |
+
/**
|
700 |
+
* @since 5.11.2
|
701 |
+
*/
|
702 |
+
private function prepare_single_section( &$section, &$next_section, $previous_section = '' ) {
|
703 |
+
$this->add_html_to_section( $section );
|
704 |
+
|
705 |
+
// Exclude any disabled sections.
|
706 |
+
if ( is_array( $section['flags'] ) && in_array( 'disabled', $section['flags'], true ) ) {
|
707 |
+
$section = array();
|
708 |
+
return;
|
709 |
+
}
|
710 |
+
|
711 |
+
if ( $section['id'] === 'plan_selection' ) {
|
712 |
+
$this->maybe_remove_images_section();
|
713 |
+
}
|
714 |
+
|
715 |
+
$section['flags'][] = $section['state'];
|
716 |
+
$section['prev_section'] = $previous_section ? $previous_section : $this->find_next_section( $section['id'] );
|
717 |
+
$section['next_section'] = $this->find_next_section( $section['id'] );
|
718 |
+
|
719 |
+
$same_page = array_intersect( array( 'has-error', 'has-message' ), $this->sections[ $section['id'] ]['flags'] );
|
720 |
+
if ( ! $next_section && ! empty( $same_page ) ) {
|
721 |
+
$next_section = $section['id'];
|
722 |
+
return;
|
723 |
+
}
|
724 |
+
|
725 |
+
if ( $section['id'] === $this->current_section ) {
|
726 |
+
// Compatibility with attachments module.
|
727 |
+
$file_upload = wpbdp_get_var( array( 'param' => 'attachment-upload' ), 'post' );
|
728 |
+
if ( in_array( $section['id'], array( 'attachments', 'listing_images' ) ) && ! empty( $file_upload ) ) {
|
729 |
+
return;
|
730 |
+
}
|
731 |
+
$next_section = $section['next_section'];
|
732 |
+
}
|
733 |
+
|
734 |
+
if ( ! $next_section || $next_section !== $section['id'] ) {
|
735 |
+
$section['flags'][] = 'hidden';
|
736 |
+
}
|
737 |
+
}
|
738 |
+
|
739 |
private function add_html_to_section( &$section, $level = 1 ) {
|
740 |
$callback = WPBDP_Utils::normalize( $section['id'] );
|
741 |
|
languages/business-directory-plugin-ar.mo
CHANGED
Binary file
|
languages/business-directory-plugin-ar.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2021-
|
9 |
"PO-Revision-Date: 2017-01-16 17:47-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -25,55 +25,50 @@ msgstr ""
|
|
25 |
msgid "Are you sure you want to do this?"
|
26 |
msgstr "هل أنت متأكد من أنك تريد عمل هذا؟"
|
27 |
|
28 |
-
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:
|
29 |
#, fuzzy
|
30 |
msgid "Help"
|
31 |
msgstr "المساعدة"
|
32 |
|
33 |
-
#: includes/admin/class-admin-listings.php:
|
34 |
#: includes/views/submit_listing.php:497
|
35 |
#: templates/email/listing-reported.tpl.php:7
|
36 |
msgid "Listing Information"
|
37 |
msgstr "معلومات حول الإعلان"
|
38 |
|
39 |
-
#: includes/admin/class-admin-listings.php:
|
40 |
#, fuzzy
|
41 |
msgid "Listing Timeline"
|
42 |
msgstr "عنوان الإعلان: "
|
43 |
|
44 |
-
#: includes/admin/class-admin-listings.php:
|
45 |
#, fuzzy
|
46 |
msgid "Listing Reports"
|
47 |
msgstr "الإعلان منتهي التاريخ"
|
48 |
|
49 |
-
#: includes/admin/class-admin-listings.php:
|
50 |
#: includes/admin/class-listing-owner.php:87
|
51 |
#, fuzzy
|
52 |
msgid "Listing Owner"
|
53 |
msgstr "الإعلان منتهي التاريخ"
|
54 |
|
55 |
-
#: includes/admin/class-admin-listings.php:
|
56 |
#, fuzzy
|
57 |
msgid "Expires on"
|
58 |
msgstr "ستنتهي الصلاحية في"
|
59 |
|
60 |
-
#: includes/admin/class-admin-listings.php:
|
61 |
#, fuzzy
|
62 |
msgid "Attributes"
|
63 |
msgstr "سمات الحقل"
|
64 |
|
65 |
-
#: includes/admin/class-admin-listings.php:
|
66 |
#: includes/class-cpt-integration.php:19
|
67 |
#: includes/compatibility/class-navxt-integration.php:200
|
68 |
#: templates/submit-listing.tpl.php:15
|
69 |
msgid "Edit Listing"
|
70 |
msgstr "تحرير الإعلان"
|
71 |
|
72 |
-
#: includes/admin/class-admin-listings.php:587
|
73 |
-
#, fuzzy
|
74 |
-
msgid "Edit listing permalink"
|
75 |
-
msgstr "تعديل رسوم الإعلان"
|
76 |
-
|
77 |
#: includes/admin/class-admin.php:186
|
78 |
#, fuzzy
|
79 |
msgid ""
|
@@ -148,7 +143,7 @@ msgstr "المعرف"
|
|
148 |
msgid "Listing Count"
|
149 |
msgstr "عدد الإعلانات"
|
150 |
|
151 |
-
#: includes/admin/class-csv-import.php:
|
152 |
#, fuzzy
|
153 |
msgid "Listing imported by admin. Payment skipped."
|
154 |
msgstr "Poster annonce(paiement initial)"
|
@@ -235,8 +230,8 @@ msgstr "المرجو رفع أو حدد ملف CSV."
|
|
235 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
236 |
#: includes/admin/helpers/class-payments-table.php:57
|
237 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
238 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
239 |
-
#: templates/admin/payments-details.tpl.php:
|
240 |
#: templates/email/listing-payment-completed.tpl.php:21
|
241 |
#: templates/payment/payment_items.tpl.php:5
|
242 |
#, fuzzy
|
@@ -252,12 +247,14 @@ msgstr "الصور"
|
|
252 |
|
253 |
#: includes/admin/form-fields.php:31
|
254 |
#: includes/fields/class-fieldtypes-social.php:138
|
255 |
-
#: templates/admin/csv-import.tpl.php:
|
256 |
#, fuzzy
|
257 |
msgid "Type"
|
258 |
msgstr "نوع"
|
259 |
|
260 |
#: includes/admin/form-fields.php:88
|
|
|
|
|
261 |
msgid "Edit"
|
262 |
msgstr "Editer"
|
263 |
|
@@ -282,7 +279,7 @@ msgstr ""
|
|
282 |
"يمكنك إنشاء هذه الحقول المخصصة بنفسك داخل \"إدارة الحقول\" أو السماح لدليل "
|
283 |
"الأعمال للقيام بذلك نيابة عنك تلقائياً."
|
284 |
|
285 |
-
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:
|
286 |
#, fuzzy
|
287 |
msgid "Go to \"Form Fields\""
|
288 |
msgstr "إنتقل إلى \"إدارة حقول\""
|
@@ -292,7 +289,7 @@ msgstr "إنتقل إلى \"إدارة حقول\""
|
|
292 |
msgid "Go back"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: includes/admin/form-fields.php:
|
296 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
297 |
#: templates/email/listing-added.tpl.php:10
|
298 |
#: templates/email/listing-edited.tpl.php:16
|
@@ -301,87 +298,87 @@ msgstr ""
|
|
301 |
msgid "Title"
|
302 |
msgstr "العنوان"
|
303 |
|
304 |
-
#: includes/admin/form-fields.php:
|
305 |
#: templates/email/listing-added.tpl.php:21
|
306 |
#: templates/email/listing-edited.tpl.php:29
|
307 |
#, fuzzy
|
308 |
msgid "Category"
|
309 |
msgstr "التصنيف"
|
310 |
|
311 |
-
#: includes/admin/form-fields.php:
|
312 |
#, fuzzy
|
313 |
msgid "Excerpt"
|
314 |
msgstr "مقتطف"
|
315 |
|
316 |
-
#: includes/admin/form-fields.php:
|
317 |
#, fuzzy
|
318 |
msgid "Content"
|
319 |
msgstr "المحتوى"
|
320 |
|
321 |
-
#: includes/admin/form-fields.php:
|
322 |
#, fuzzy
|
323 |
msgid "Tags"
|
324 |
msgstr "الوسوم"
|
325 |
|
326 |
-
#: includes/admin/form-fields.php:
|
327 |
#: templates/checkout-billing-form.tpl.php:75
|
328 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
329 |
#, fuzzy
|
330 |
msgid "Address"
|
331 |
msgstr "العنوان"
|
332 |
|
333 |
-
#: includes/admin/form-fields.php:
|
334 |
#, fuzzy
|
335 |
msgid "Address 2"
|
336 |
msgstr "العنوان"
|
337 |
|
338 |
-
#: includes/admin/form-fields.php:
|
339 |
-
#: templates/admin/payments-details.tpl.php:
|
340 |
#: templates/checkout-billing-form.tpl.php:87
|
341 |
#, fuzzy
|
342 |
msgid "City"
|
343 |
msgstr "المدينة"
|
344 |
|
345 |
-
#: includes/admin/form-fields.php:
|
346 |
-
#: templates/admin/payments-details.tpl.php:
|
347 |
#, fuzzy
|
348 |
msgid "State"
|
349 |
msgstr "الولاية"
|
350 |
|
351 |
-
#: includes/admin/form-fields.php:
|
352 |
-
#: templates/admin/payments-details.tpl.php:
|
353 |
#: templates/checkout-billing-form.tpl.php:102
|
354 |
#, fuzzy
|
355 |
msgid "Country"
|
356 |
msgstr "الدولة:"
|
357 |
|
358 |
-
#: includes/admin/form-fields.php:
|
359 |
-
#: templates/admin/payments-details.tpl.php:
|
360 |
msgid "ZIP Code"
|
361 |
msgstr "الرمز البريدي"
|
362 |
|
363 |
-
#: includes/admin/form-fields.php:
|
364 |
#, fuzzy
|
365 |
msgid "FAX Number"
|
366 |
msgstr "رقم الفاكس"
|
367 |
|
368 |
-
#: includes/admin/form-fields.php:
|
369 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
370 |
#, fuzzy
|
371 |
msgid "Phone Number"
|
372 |
msgstr "رقم الهاتف"
|
373 |
|
374 |
-
#: includes/admin/form-fields.php:
|
375 |
#, fuzzy
|
376 |
msgid "Ratings Field"
|
377 |
msgstr "حقول التقييم"
|
378 |
|
379 |
-
#: includes/admin/form-fields.php:
|
380 |
#, fuzzy
|
381 |
msgid "Twitter"
|
382 |
msgstr "تويتر"
|
383 |
|
384 |
-
#: includes/admin/form-fields.php:
|
385 |
#, fuzzy
|
386 |
msgid "Website"
|
387 |
msgstr "موقع الأنترنيت"
|
@@ -454,8 +451,8 @@ msgid "You're using Business Directory Plugin Lite. Enjoy!"
|
|
454 |
msgstr "لماذا قمت بحذف إضافة دليل الأعمال؟"
|
455 |
|
456 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
457 |
-
#: includes/form-fields.php:428 includes/views/submit_listing.php:
|
458 |
-
#: templates/admin/payments-details.tpl.php:
|
459 |
#: templates/listing-contactform.tpl.php:33
|
460 |
#: templates/listing-flagging-form.tpl.php:39
|
461 |
#, fuzzy
|
@@ -485,8 +482,8 @@ msgstr ""
|
|
485 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
486 |
#: includes/class-assets.php:317
|
487 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
488 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
489 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
490 |
#, fuzzy
|
491 |
msgid "No"
|
492 |
msgstr "لا"
|
@@ -555,6 +552,12 @@ msgstr ""
|
|
555 |
"تمكين هذا يجعل \"دليل الأعمال\" يضحي بجودة النتيجة لتحسين السرعة. وهذا مفيد "
|
556 |
"إذا كنت على خطط استضافة مشتركة، حيث أداء قاعدة البيانات يعد مشكلة."
|
557 |
|
|
|
|
|
|
|
|
|
|
|
|
|
558 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
559 |
#, fuzzy
|
560 |
msgid "Categories"
|
@@ -822,7 +825,7 @@ msgid "Business Directory - Featured Levels Migration"
|
|
822 |
msgstr "دليل الأعمال - إعلانات مميزة"
|
823 |
|
824 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
825 |
-
#: templates/admin/fees-form.tpl.php:
|
826 |
#, fuzzy
|
827 |
msgid "Fee Label"
|
828 |
msgstr "تسمية الرسوم"
|
@@ -851,14 +854,15 @@ msgid "Status: %s"
|
|
851 |
msgstr "الحالة"
|
852 |
|
853 |
#: includes/class-assets.php:315
|
|
|
854 |
#, fuzzy
|
855 |
msgid "Never"
|
856 |
msgstr "أبداً"
|
857 |
|
858 |
#: includes/class-assets.php:316
|
859 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
860 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
861 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
862 |
#, fuzzy
|
863 |
msgid "Yes"
|
864 |
msgstr "نعم"
|
@@ -1010,28 +1014,33 @@ msgid ""
|
|
1010 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
1011 |
msgstr ""
|
1012 |
|
1013 |
-
#: includes/class-wpbdp.php:
|
|
|
|
|
|
|
|
|
|
|
1014 |
#, fuzzy
|
1015 |
msgid "Settings"
|
1016 |
msgstr "إعدادات"
|
1017 |
|
1018 |
-
#: includes/class-wpbdp.php:
|
1019 |
#, fuzzy
|
1020 |
msgid "Could not find listing ID"
|
1021 |
msgstr "لا يمكن الاتصال بخادم الترخيص"
|
1022 |
|
1023 |
-
#: includes/class-wpbdp.php:
|
1024 |
msgid ""
|
1025 |
"Could not verify the image upload request. If problem persists contact site "
|
1026 |
"admin."
|
1027 |
msgstr ""
|
1028 |
|
1029 |
-
#: includes/class-wpbdp.php:
|
1030 |
#, fuzzy
|
1031 |
msgid "Could not find image ID"
|
1032 |
msgstr "تعذر تحديث القالب : %s"
|
1033 |
|
1034 |
-
#: includes/class-wpbdp.php:
|
1035 |
#, fuzzy
|
1036 |
msgid ""
|
1037 |
"The directory features are disabled at this time because a <a>manual "
|
@@ -1040,7 +1049,7 @@ msgstr ""
|
|
1040 |
"تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
|
1041 |
"يدوية قبل المتابعة."
|
1042 |
|
1043 |
-
#: includes/class-wpbdp.php:
|
1044 |
msgid ""
|
1045 |
"The directory is not available at this time. Please try again in a few "
|
1046 |
"minutes or contact the administrator if the problem persists."
|
@@ -1211,8 +1220,8 @@ msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
|
1211 |
msgstr "خيارات الحقل (لتحديد القوائم وأزرار الخيارات وخانات الاختيار)."
|
1212 |
|
1213 |
#: includes/fields/class-fieldtypes-select.php:262
|
1214 |
-
#: templates/admin/fees-form.tpl.php:
|
1215 |
-
#: templates/admin/fees-form.tpl.php:
|
1216 |
#, fuzzy
|
1217 |
msgid "required"
|
1218 |
msgstr "مطلوب"
|
@@ -1329,7 +1338,7 @@ msgstr "عنوان الإعلان"
|
|
1329 |
msgid "Short Description"
|
1330 |
msgstr "وصف قصير"
|
1331 |
|
1332 |
-
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:
|
1333 |
#, fuzzy
|
1334 |
msgid "Description"
|
1335 |
msgstr "رسم الوصف"
|
@@ -1489,28 +1498,28 @@ msgstr "تفعيل Authorize.net؟"
|
|
1489 |
msgid "Invalid item ID"
|
1490 |
msgstr "معرف حقل غير صالح"
|
1491 |
|
1492 |
-
#: includes/licensing.php:
|
1493 |
#, fuzzy
|
1494 |
msgid "No license key provided"
|
1495 |
msgstr "لم يتم تقديم أي مفتاح الترخيص"
|
1496 |
|
1497 |
-
#: includes/licensing.php:
|
1498 |
#, fuzzy
|
1499 |
msgid "License key is invalid"
|
1500 |
msgstr "مفتاح الترخيص غير صالح"
|
1501 |
|
1502 |
-
#: includes/licensing.php:
|
1503 |
#, fuzzy
|
1504 |
msgid "Deactivation failed"
|
1505 |
msgstr "فشل التعطيل"
|
1506 |
|
1507 |
-
#: includes/licensing.php:
|
1508 |
#, fuzzy
|
1509 |
msgid "The license key was revoked."
|
1510 |
msgstr "لم يتم تقديم أي مفتاح الترخيص"
|
1511 |
|
1512 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1513 |
-
#: includes/licensing.php:
|
1514 |
msgid ""
|
1515 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
1516 |
"%2$s and let them know your license is being reported as revoked by the "
|
@@ -1518,50 +1527,50 @@ msgid ""
|
|
1518 |
"with your report."
|
1519 |
msgstr ""
|
1520 |
|
1521 |
-
#: includes/licensing.php:
|
1522 |
msgid ""
|
1523 |
"It was not possible to establish a connection with the Business Directory "
|
1524 |
"server. The connection failed with the following error:"
|
1525 |
msgstr ""
|
1526 |
|
1527 |
-
#: includes/licensing.php:
|
1528 |
msgid ""
|
1529 |
"It was not possible to establish a connection with the Business Directory "
|
1530 |
"server. A problem occurred in the SSL/TSL handshake:"
|
1531 |
msgstr ""
|
1532 |
|
1533 |
-
#: includes/licensing.php:
|
1534 |
msgid ""
|
1535 |
"It looks like your server is not authorized to make outgoing requests to "
|
1536 |
"Business Directory servers. Please contact your webhost and ask them to add "
|
1537 |
"our IP address 52.0.78.177 to your allow list."
|
1538 |
msgstr ""
|
1539 |
|
1540 |
-
#: includes/licensing.php:
|
1541 |
#, fuzzy
|
1542 |
msgid "Business Directory license key is missing."
|
1543 |
msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
|
1544 |
|
1545 |
-
#: includes/licensing.php:
|
1546 |
#, fuzzy
|
1547 |
msgid "Business Directory license key has expired"
|
1548 |
msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
|
1549 |
|
1550 |
-
#: includes/licensing.php:
|
1551 |
#, fuzzy
|
1552 |
msgid "Could not verify Business Directory license."
|
1553 |
msgstr "المساعدة في تحسين دليل الأعمال"
|
1554 |
|
1555 |
-
#: includes/licensing.php:
|
1556 |
#, fuzzy
|
1557 |
msgid "Review license keys"
|
1558 |
msgstr "تجديد مفتاح الترخيص"
|
1559 |
|
1560 |
-
#: includes/licensing.php:
|
1561 |
msgid "Missing data. Please reload this page and try again."
|
1562 |
msgstr ""
|
1563 |
|
1564 |
-
#: includes/licensing.php:
|
1565 |
#, fuzzy
|
1566 |
msgid "Please enter a license key."
|
1567 |
msgstr "يرجى إدخال بريد إلكتروني صحيح."
|
@@ -1647,30 +1656,30 @@ msgstr "صور الإعلانات"
|
|
1647 |
msgid "Account Creation"
|
1648 |
msgstr ""
|
1649 |
|
1650 |
-
#: includes/views/submit_listing.php:
|
1651 |
#, fuzzy
|
1652 |
msgid "Go to \"Fee Plans\""
|
1653 |
msgstr "إنتقل إلى \"إدارة حقول\""
|
1654 |
|
1655 |
-
#: includes/views/submit_listing.php:
|
1656 |
#, fuzzy
|
1657 |
msgid "Please choose a fee plan."
|
1658 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
1659 |
|
1660 |
-
#: includes/views/submit_listing.php:
|
1661 |
msgid "Please check the form for errors, correct them and submit again."
|
1662 |
msgstr ""
|
1663 |
|
1664 |
-
#: includes/views/submit_listing.php:
|
1665 |
msgid "Create a user account on this site"
|
1666 |
msgstr ""
|
1667 |
|
1668 |
-
#: includes/views/submit_listing.php:
|
1669 |
#, fuzzy
|
1670 |
msgid "Username"
|
1671 |
msgstr "عضو"
|
1672 |
|
1673 |
-
#: includes/views/submit_listing.php:
|
1674 |
#, fuzzy
|
1675 |
msgid "Clear Form"
|
1676 |
msgstr "مسح"
|
@@ -1686,7 +1695,7 @@ msgstr ""
|
|
1686 |
"المساحة الفارغة على القرص والذاكرة المتاحة إلى بي إتش بي. تحقق من سجلات "
|
1687 |
"الخطأ الخاص بك للحصول على التفاصيل."
|
1688 |
|
1689 |
-
#: templates/admin/csv-export.tpl.php:
|
1690 |
#, fuzzy
|
1691 |
msgid ""
|
1692 |
"If you plan to re-import the listings into your directory and don't want new "
|
@@ -1695,12 +1704,22 @@ msgstr ""
|
|
1695 |
"إذا كنت تخطط لإعادة استيراد الإعلانات إلى \"دليل الأعمال\" ولا تريد إنشاء "
|
1696 |
"أخرى جديدة، قم بتحديد هذا الخيار!"
|
1697 |
|
1698 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1699 |
#, fuzzy
|
1700 |
msgid "Disable email notifications during import?"
|
1701 |
msgstr "تعطيل تنبيهات البريد الإلكتروني أثناء عملية الاستيراد؟"
|
1702 |
|
1703 |
-
#: templates/admin/csv-import.tpl.php:
|
1704 |
#, fuzzy
|
1705 |
msgid "Disable email notifications."
|
1706 |
msgstr "تعطيل التنبيهات."
|
@@ -1719,7 +1738,7 @@ msgstr ""
|
|
1719 |
msgid "Download Debug Information"
|
1720 |
msgstr "تحميل معلومات التصحيح"
|
1721 |
|
1722 |
-
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:
|
1723 |
#, fuzzy
|
1724 |
msgid "Add Listing Fee"
|
1725 |
msgstr "إضافة رسوم الإعلان"
|
@@ -1729,55 +1748,55 @@ msgstr "إضافة رسوم الإعلان"
|
|
1729 |
msgid "Edit Listing Fee"
|
1730 |
msgstr "تعديل رسوم الإعلان"
|
1731 |
|
1732 |
-
#: templates/admin/fees-form.tpl.php:
|
1733 |
#, fuzzy
|
1734 |
msgid "Fee Description"
|
1735 |
msgstr "رسم الوصف"
|
1736 |
|
1737 |
-
#: templates/admin/fees-form.tpl.php:
|
1738 |
msgid "How long should the listing run?"
|
1739 |
msgstr ""
|
1740 |
|
1741 |
-
#: templates/admin/fees-form.tpl.php:
|
1742 |
#, fuzzy
|
1743 |
msgid "run listing for"
|
1744 |
msgstr "تشغيل الإعلان لـ"
|
1745 |
|
1746 |
-
#: templates/admin/fees-form.tpl.php:
|
1747 |
#: templates/plan-selection-plan.tpl.php:39
|
1748 |
#, fuzzy
|
1749 |
msgid "days"
|
1750 |
msgstr "يوم"
|
1751 |
|
1752 |
-
#: templates/admin/fees-form.tpl.php:
|
1753 |
#, fuzzy
|
1754 |
msgid "run listing forever"
|
1755 |
msgstr "تشغيل الإعلان إلى الأبد"
|
1756 |
|
1757 |
-
#: templates/admin/fees-form.tpl.php:
|
1758 |
#, fuzzy
|
1759 |
msgid "Number of images allowed"
|
1760 |
msgstr "عدد الصور المسموح بها"
|
1761 |
|
1762 |
-
#: templates/admin/fees-form.tpl.php:
|
1763 |
msgid "Private Fee Plan (visible to admins only)?"
|
1764 |
msgstr ""
|
1765 |
|
1766 |
-
#: templates/admin/fees-form.tpl.php:
|
1767 |
#, fuzzy
|
1768 |
msgid "Is recurring?"
|
1769 |
msgstr "(متكرر)"
|
1770 |
|
1771 |
-
#: templates/admin/fees-form.tpl.php:
|
1772 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1773 |
msgstr ""
|
1774 |
|
1775 |
-
#: templates/admin/fees-form.tpl.php:
|
1776 |
#, fuzzy
|
1777 |
msgid "Is featured listing/sticky?"
|
1778 |
msgstr "هذا إعلان مميز/مثبت"
|
1779 |
|
1780 |
-
#: templates/admin/fees-form.tpl.php:
|
1781 |
#, fuzzy
|
1782 |
msgid ""
|
1783 |
"This floats the listing to the top of search results and browsing the "
|
@@ -1786,15 +1805,15 @@ msgstr ""
|
|
1786 |
"هذا يظهر الإعلان أعلى نتائج البحث وأثناء تصفح الدليل عندما يشتري العضو هذه "
|
1787 |
"الخطة."
|
1788 |
|
1789 |
-
#: templates/admin/fees-form.tpl.php:
|
1790 |
msgid "Listing background color:"
|
1791 |
msgstr ""
|
1792 |
|
1793 |
-
#: templates/admin/fees-form.tpl.php:
|
1794 |
msgid "Used to differentiate listings inside this plan from others."
|
1795 |
msgstr ""
|
1796 |
|
1797 |
-
#: templates/admin/fees-form.tpl.php:
|
1798 |
#: templates/admin/settings-email.tpl.php:116
|
1799 |
#: templates/submit-listing-section.tpl.php:30
|
1800 |
#, fuzzy
|
@@ -1980,110 +1999,110 @@ msgstr "← الرجوع إلى \"حذف الإعلان\"."
|
|
1980 |
msgid "Payment Not Found"
|
1981 |
msgstr "معلومات الرسوم"
|
1982 |
|
1983 |
-
#: templates/admin/payments-details.tpl.php:
|
1984 |
msgid "Overview"
|
1985 |
msgstr ""
|
1986 |
|
1987 |
-
#: templates/admin/payments-details.tpl.php:
|
1988 |
-
#: templates/admin/payments-details.tpl.php:
|
1989 |
#, fuzzy
|
1990 |
msgid "Payment ID"
|
1991 |
msgstr "الدفع"
|
1992 |
|
1993 |
-
#: templates/admin/payments-details.tpl.php:
|
1994 |
#, fuzzy
|
1995 |
msgid "Listing"
|
1996 |
msgstr "إعلان"
|
1997 |
|
1998 |
-
#: templates/admin/payments-details.tpl.php:
|
1999 |
#, fuzzy
|
2000 |
msgid "Status"
|
2001 |
msgstr "الحالة"
|
2002 |
|
2003 |
-
#: templates/admin/payments-details.tpl.php:
|
2004 |
#, fuzzy
|
2005 |
msgid "Date"
|
2006 |
msgstr "Date"
|
2007 |
|
2008 |
-
#: templates/admin/payments-details.tpl.php:
|
2009 |
#, fuzzy
|
2010 |
msgid "Time"
|
2011 |
msgstr "الوقت: %s"
|
2012 |
|
2013 |
-
#: templates/admin/payments-details.tpl.php:
|
2014 |
#, fuzzy
|
2015 |
msgid "Gateway"
|
2016 |
msgstr "بوابة"
|
2017 |
|
2018 |
#. translators: Gateway: (Not yet set)
|
2019 |
-
#: templates/admin/payments-details.tpl.php:
|
2020 |
#, fuzzy
|
2021 |
msgid "(Not yet set)"
|
2022 |
msgstr "لم تتسجل بعد؟"
|
2023 |
|
2024 |
-
#: templates/admin/payments-details.tpl.php:
|
2025 |
#, fuzzy
|
2026 |
msgid "Delete Payment"
|
2027 |
msgstr "رفض الدفع"
|
2028 |
|
2029 |
-
#: templates/admin/payments-details.tpl.php:
|
2030 |
#, fuzzy
|
2031 |
msgid "Save Payment"
|
2032 |
msgstr "الدفع"
|
2033 |
|
2034 |
-
#: templates/admin/payments-details.tpl.php:
|
2035 |
#, fuzzy
|
2036 |
msgid "Details"
|
2037 |
msgstr "+ Détails"
|
2038 |
|
2039 |
-
#: templates/admin/payments-details.tpl.php:
|
2040 |
#, fuzzy
|
2041 |
msgid "Item Type"
|
2042 |
msgstr "نوع الحقل"
|
2043 |
|
2044 |
-
#: templates/admin/payments-details.tpl.php:
|
2045 |
#: templates/payment/payment_items.tpl.php:23
|
2046 |
#, fuzzy
|
2047 |
msgid "Total"
|
2048 |
msgstr "مجموع"
|
2049 |
|
2050 |
-
#: templates/admin/payments-details.tpl.php:
|
2051 |
#, fuzzy
|
2052 |
msgid "Customer Details"
|
2053 |
msgstr "تفاصيل الرسوم الحالية"
|
2054 |
|
2055 |
-
#: templates/admin/payments-details.tpl.php:
|
2056 |
#: templates/checkout-billing-form.tpl.php:17
|
2057 |
#, fuzzy
|
2058 |
msgid "First Name"
|
2059 |
msgstr "الإسم الشخصي:"
|
2060 |
|
2061 |
-
#: templates/admin/payments-details.tpl.php:
|
2062 |
#: templates/checkout-billing-form.tpl.php:22
|
2063 |
#, fuzzy
|
2064 |
msgid "Last Name"
|
2065 |
msgstr "الإسم العائلي:"
|
2066 |
|
2067 |
-
#: templates/admin/payments-details.tpl.php:
|
2068 |
#, fuzzy
|
2069 |
msgid "Address Line 1"
|
2070 |
msgstr "خانة العنوان 1:"
|
2071 |
|
2072 |
-
#: templates/admin/payments-details.tpl.php:
|
2073 |
#: templates/checkout-billing-form.tpl.php:81
|
2074 |
#, fuzzy
|
2075 |
msgid "Address Line 2"
|
2076 |
msgstr "خانة العنوان 2:"
|
2077 |
|
2078 |
-
#: templates/admin/payments-details.tpl.php:
|
2079 |
msgid "Notes & Log"
|
2080 |
msgstr ""
|
2081 |
|
2082 |
-
#: templates/admin/payments-details.tpl.php:
|
2083 |
msgid "No notes."
|
2084 |
msgstr ""
|
2085 |
|
2086 |
-
#: templates/admin/payments-details.tpl.php:
|
2087 |
#, fuzzy
|
2088 |
msgid "Add Note"
|
2089 |
msgstr "إضافة رسم"
|
@@ -2831,39 +2850,39 @@ msgctxt "admin csv-import"
|
|
2831 |
msgid "See an example CSV import file"
|
2832 |
msgstr "مشاهدة مثال لملف استيراد CSV"
|
2833 |
|
2834 |
-
#: includes/admin/class-csv-import.php:
|
2835 |
msgctxt "admin csv-import"
|
2836 |
msgid ""
|
2837 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2838 |
"with the following error: <error-message>."
|
2839 |
msgstr ""
|
2840 |
|
2841 |
-
#: includes/admin/class-csv-import.php:
|
2842 |
msgctxt "admin csv-import"
|
2843 |
msgid "Could not create listing category \"%s\""
|
2844 |
msgstr "لا يمكن إنشاء تصنيف الإعلان \"%s\""
|
2845 |
|
2846 |
-
#: includes/admin/class-csv-import.php:
|
2847 |
msgctxt "admin csv-import"
|
2848 |
msgid "Username \"%s\" does not exist"
|
2849 |
msgstr "إسم المستخدم \"%s\" غير موجود"
|
2850 |
|
2851 |
-
#: includes/admin/class-csv-import.php:
|
2852 |
msgctxt "admin csv-import"
|
2853 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2854 |
msgstr ""
|
2855 |
|
2856 |
-
#: includes/admin/class-csv-import.php:
|
2857 |
msgctxt "admin csv-import"
|
2858 |
msgid "Missing required field: %s"
|
2859 |
msgstr "حقل مطلوب مفقود: %s"
|
2860 |
|
2861 |
-
#: includes/admin/class-csv-import.php:
|
2862 |
msgctxt "admin csv-import"
|
2863 |
msgid "Listing category \"%s\" does not exist"
|
2864 |
msgstr "تصنيف الإعلان \"%s\" غير موجود"
|
2865 |
|
2866 |
-
#: includes/admin/class-csv-import.php:
|
2867 |
msgctxt "admin csv-import"
|
2868 |
msgid "The string <string> couldn't be converted into a valid date."
|
2869 |
msgstr ""
|
@@ -3036,15 +3055,6 @@ msgctxt "admin csv-import"
|
|
3036 |
msgid "Here, you can import data into your directory using the CSV format."
|
3037 |
msgstr "هنا، يمكنك استيراد البيانات إلى الدليل الخاص بك باستخدام تنسيق CSV."
|
3038 |
|
3039 |
-
#: templates/admin/csv-import.tpl.php:35
|
3040 |
-
msgctxt "admin csv-import"
|
3041 |
-
msgid ""
|
3042 |
-
"We strongly recommend reading our <a>CSV import documentation</a> first to "
|
3043 |
-
"help you do things in the right order."
|
3044 |
-
msgstr ""
|
3045 |
-
"نوصي بشدة بقراءة <a>وثائق شرح استيراد CSV</a> أولاً لتساعدك على القيام "
|
3046 |
-
"بالأشياء بالترتيب الصحيح."
|
3047 |
-
|
3048 |
#: templates/admin/csv-import.tpl.php:45
|
3049 |
msgctxt "admin csv-import"
|
3050 |
msgid "Import Files"
|
@@ -3060,7 +3070,7 @@ msgctxt "admin csv-import"
|
|
3060 |
msgid "... or <a>select a file uploaded to the imports folder</a>"
|
3061 |
msgstr ".. أو <a>حدد ملفا تم تحميله إلى مجلد الاستراد</a>"
|
3062 |
|
3063 |
-
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:
|
3064 |
msgctxt "admin csv-import"
|
3065 |
msgid "(Upload new file)"
|
3066 |
msgstr "(رفع ملف جديد)"
|
@@ -3070,110 +3080,110 @@ msgctxt "admin csv-import"
|
|
3070 |
msgid "ZIP file containing images"
|
3071 |
msgstr "ملف مضغوط يحتوي على صور"
|
3072 |
|
3073 |
-
#: templates/admin/csv-import.tpl.php:
|
3074 |
msgctxt "admin csv-import"
|
3075 |
msgid "CSV File Settings"
|
3076 |
msgstr "إعدادات ملف CSV"
|
3077 |
|
3078 |
-
#: templates/admin/csv-import.tpl.php:
|
3079 |
msgctxt "admin csv-import"
|
3080 |
msgid "Column Separator"
|
3081 |
msgstr "فاصلة الأعمدة"
|
3082 |
|
3083 |
-
#: templates/admin/csv-import.tpl.php:
|
3084 |
msgctxt "admin csv-import"
|
3085 |
msgid "Comma (,)"
|
3086 |
msgstr ""
|
3087 |
|
3088 |
-
#: templates/admin/csv-import.tpl.php:
|
3089 |
msgctxt "admin csv-import"
|
3090 |
msgid "Semicolon (;)"
|
3091 |
msgstr ""
|
3092 |
|
3093 |
-
#: templates/admin/csv-import.tpl.php:
|
3094 |
msgctxt "admin csv-import"
|
3095 |
msgid "TAB"
|
3096 |
msgstr ""
|
3097 |
|
3098 |
-
#: templates/admin/csv-import.tpl.php:
|
3099 |
msgctxt "admin csv-import"
|
3100 |
msgid "Image Separator"
|
3101 |
msgstr "فاصلة الصورة "
|
3102 |
|
3103 |
-
#: templates/admin/csv-import.tpl.php:
|
3104 |
msgctxt "admin csv-import"
|
3105 |
msgid "Category Separator"
|
3106 |
msgstr "فاصلة التصنيف"
|
3107 |
|
3108 |
-
#: templates/admin/csv-import.tpl.php:
|
3109 |
msgctxt "admin csv-import"
|
3110 |
msgid "Import settings"
|
3111 |
msgstr "إعدادات الاستيراد"
|
3112 |
|
3113 |
-
#: templates/admin/csv-import.tpl.php:
|
3114 |
#, fuzzy
|
3115 |
msgctxt "admin csv-import"
|
3116 |
msgid "Post status of new imported listings"
|
3117 |
msgstr "حالة مقالة الإعلانات المستوردة"
|
3118 |
|
3119 |
-
#: templates/admin/csv-import.tpl.php:
|
3120 |
#, fuzzy
|
3121 |
msgctxt "admin csv-import"
|
3122 |
msgid "Post status of existing imported listings"
|
3123 |
msgstr "حالة مقالة الإعلانات المستوردة"
|
3124 |
|
3125 |
-
#: templates/admin/csv-import.tpl.php:
|
3126 |
#, fuzzy
|
3127 |
msgctxt "admin csv-import"
|
3128 |
msgid "Preserve existing status"
|
3129 |
msgstr "الإعلانات"
|
3130 |
|
3131 |
-
#: templates/admin/csv-import.tpl.php:
|
3132 |
msgctxt "admin csv-import"
|
3133 |
msgid "Missing categories handling"
|
3134 |
msgstr "معالجة التصنيفات المفقودة"
|
3135 |
|
3136 |
-
#: templates/admin/csv-import.tpl.php:
|
3137 |
msgctxt "admin csv-import"
|
3138 |
msgid "Auto-create categories"
|
3139 |
msgstr "الإنشاء التلقائي للتصنيفات"
|
3140 |
|
3141 |
-
#: templates/admin/csv-import.tpl.php:
|
3142 |
msgctxt "admin csv-import"
|
3143 |
msgid "Generate errors when a category is not found"
|
3144 |
msgstr "إنشاء أخطاء عند عدم العثور على تصنيف"
|
3145 |
|
3146 |
-
#: templates/admin/csv-import.tpl.php:
|
3147 |
msgctxt "admin csv-import"
|
3148 |
msgid "Keep existing listing images?"
|
3149 |
msgstr "الاحتفاظ بصور الإعلانات الموجودة؟"
|
3150 |
|
3151 |
-
#: templates/admin/csv-import.tpl.php:
|
3152 |
msgctxt "admin csv-import"
|
3153 |
msgid "Keep existing images."
|
3154 |
msgstr "الاحتفاظ بالصور الموجودة."
|
3155 |
|
3156 |
-
#: templates/admin/csv-import.tpl.php:
|
3157 |
msgctxt "admin csv-import"
|
3158 |
msgid "Appends new images while keeping current ones."
|
3159 |
msgstr "إلحاق الصور الجديدة مع الاحتفاظ بالموجودة حاليا."
|
3160 |
|
3161 |
-
#: templates/admin/csv-import.tpl.php:
|
3162 |
msgctxt "admin csv-import"
|
3163 |
msgid "Assign listings to a user?"
|
3164 |
msgstr "تعيين إعلانات للعضو؟"
|
3165 |
|
3166 |
-
#: templates/admin/csv-import.tpl.php:
|
3167 |
msgctxt "admin csv-import"
|
3168 |
msgid "Assign listings to a user."
|
3169 |
msgstr "تعيين إعلانات للعضو."
|
3170 |
|
3171 |
-
#: templates/admin/csv-import.tpl.php:
|
3172 |
msgctxt "admin csv-import"
|
3173 |
msgid "Use a default user for listings?"
|
3174 |
msgstr "استخدام العضو الافتراضي للإعلانات؟"
|
3175 |
|
3176 |
-
#: templates/admin/csv-import.tpl.php:
|
3177 |
msgctxt "admin csv-import"
|
3178 |
msgid ""
|
3179 |
"Select a default user to be used if the username column is not present in "
|
@@ -3182,24 +3192,24 @@ msgstr ""
|
|
3182 |
"حدد العضو الافتراضي لاستخدامه إذا كان العمود إسم المستخدم غير موجود في ملف "
|
3183 |
"CSV."
|
3184 |
|
3185 |
-
#: templates/admin/csv-import.tpl.php:
|
3186 |
msgctxt "admin csv-import"
|
3187 |
msgid "Default listing user"
|
3188 |
msgstr "إعلان العضو الافتراضي"
|
3189 |
|
3190 |
-
#: templates/admin/csv-import.tpl.php:
|
3191 |
msgctxt "admin csv-import"
|
3192 |
msgid ""
|
3193 |
"This user will be used if the username column is not present in the CSV file."
|
3194 |
msgstr "سيتم استخدام هذا العضو إذا كان عمود إسم المستخدم غير موجود في ملف CSV."
|
3195 |
|
3196 |
-
#: templates/admin/csv-import.tpl.php:
|
3197 |
#, fuzzy
|
3198 |
msgctxt "admin csv-import"
|
3199 |
msgid "Number of listings imported on every cycle"
|
3200 |
msgstr "عدد الإعلانات للعرض"
|
3201 |
|
3202 |
-
#: templates/admin/csv-import.tpl.php:
|
3203 |
msgctxt "admin csv-import"
|
3204 |
msgid ""
|
3205 |
"If you are having trouble importing listings due to memory problems, try "
|
@@ -3208,17 +3218,17 @@ msgid ""
|
|
3208 |
"success on shared hosting platforms and other resource-constrained servers."
|
3209 |
msgstr ""
|
3210 |
|
3211 |
-
#: templates/admin/csv-import.tpl.php:
|
3212 |
msgctxt "admin csv-import"
|
3213 |
msgid "Test Import"
|
3214 |
msgstr "اختبار الاستيراد"
|
3215 |
|
3216 |
-
#: templates/admin/csv-import.tpl.php:
|
3217 |
msgctxt "admin csv-import"
|
3218 |
msgid "Import Listings"
|
3219 |
msgstr "استيراد الإعلانات"
|
3220 |
|
3221 |
-
#: templates/admin/csv-import.tpl.php:
|
3222 |
msgctxt "admin csv-import"
|
3223 |
msgid ""
|
3224 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -3230,27 +3240,27 @@ msgstr ""
|
|
3230 |
"القيم (مثل تصنيف أو وسوم) عدة مرات في الملف. إضغط فوق <a href=\"%s\">\"انظر "
|
3231 |
"مثال لملف استيراد CSV\"</a> لمعرفة كيف يجب أن يبدو ملف الاستيراد."
|
3232 |
|
3233 |
-
#: templates/admin/csv-import.tpl.php:
|
3234 |
msgctxt "admin csv-import"
|
3235 |
msgid "Header name/label"
|
3236 |
msgstr "إسم رأس/التسمية"
|
3237 |
|
3238 |
-
#: templates/admin/csv-import.tpl.php:
|
3239 |
msgctxt "admin csv-import"
|
3240 |
msgid "Field"
|
3241 |
msgstr "حقل"
|
3242 |
|
3243 |
-
#: templates/admin/csv-import.tpl.php:
|
3244 |
msgctxt "admin csv-import"
|
3245 |
msgid "Required?"
|
3246 |
msgstr "مطلوب؟"
|
3247 |
|
3248 |
-
#: templates/admin/csv-import.tpl.php:
|
3249 |
msgctxt "admin csv-import"
|
3250 |
msgid "Multivalued?"
|
3251 |
msgstr "متعدد القيم؟"
|
3252 |
|
3253 |
-
#: templates/admin/csv-import.tpl.php:
|
3254 |
#, fuzzy
|
3255 |
msgctxt "admin csv-import"
|
3256 |
msgid ""
|
@@ -3260,24 +3270,24 @@ msgstr ""
|
|
3260 |
"تاريخ انتهاء صلاحية الإعلان بهذا التنسيق YYYY-MM-dd. \"استخدام\" هذا العمود "
|
3261 |
"عند إضافة أو تحديث الإعلانات من مصادر خارجية."
|
3262 |
|
3263 |
-
#: templates/admin/csv-import.tpl.php:
|
3264 |
msgctxt "admin csv-import"
|
3265 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
3266 |
msgstr "لائحة مفصولة بفاصلة منقوطة لصور الإعلانات (من ملف مضغوط)"
|
3267 |
|
3268 |
-
#: templates/admin/csv-import.tpl.php:
|
3269 |
msgctxt "admin csv-import"
|
3270 |
msgid "Listing author's username"
|
3271 |
msgstr "إسم مستخدم كاتب الإعلان"
|
3272 |
|
3273 |
-
#: templates/admin/csv-import.tpl.php:
|
3274 |
msgctxt "admin csv-import"
|
3275 |
msgid ""
|
3276 |
"Internal Sequence ID used to allow listing updates from external sources."
|
3277 |
msgstr ""
|
3278 |
"معرف (ID) تسلسل داخلي يستخدم للسماح للإعلان بالتحديثات من مصادر خارجية."
|
3279 |
|
3280 |
-
#: templates/admin/csv-import.tpl.php:
|
3281 |
msgctxt "admin csv-import"
|
3282 |
msgid ""
|
3283 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -3298,12 +3308,12 @@ msgctxt "admin csv"
|
|
3298 |
msgid "Export"
|
3299 |
msgstr "تصدير CSV"
|
3300 |
|
3301 |
-
#: includes/admin/class-admin-listings.php:
|
3302 |
msgctxt "admin category filter"
|
3303 |
msgid "All categories"
|
3304 |
msgstr "جميع التصنيفات"
|
3305 |
|
3306 |
-
#: includes/admin/class-admin-listings.php:
|
3307 |
#, fuzzy
|
3308 |
msgctxt "admin listings"
|
3309 |
msgid ""
|
@@ -3315,48 +3325,48 @@ msgstr ""
|
|
3315 |
"به) مطلوب من أجل تحديد الميزات المتوفرة لهذا الإعلان، زائد التعامل مع تجديد "
|
3316 |
"الاشتراك."
|
3317 |
|
3318 |
-
#: includes/admin/class-admin-listings.php:
|
3319 |
#, fuzzy
|
3320 |
msgctxt "admin listings"
|
3321 |
msgid "Never"
|
3322 |
msgstr "أبداً"
|
3323 |
|
3324 |
-
#: includes/admin/class-admin-listings.php:
|
3325 |
#, fuzzy
|
3326 |
msgctxt "admin listings"
|
3327 |
msgid "Featured"
|
3328 |
msgstr "حالة مميزة (مثبت)"
|
3329 |
|
3330 |
-
#: includes/admin/class-admin-listings.php:
|
3331 |
#, fuzzy
|
3332 |
msgctxt "admin listings"
|
3333 |
msgid "Recurring"
|
3334 |
msgstr "(متكرر)"
|
3335 |
|
3336 |
-
#: includes/admin/class-admin-listings.php:
|
3337 |
#, fuzzy
|
3338 |
msgctxt "admin listings"
|
3339 |
msgid "Free"
|
3340 |
msgstr "مجاني"
|
3341 |
|
3342 |
-
#: includes/admin/class-admin-listings.php:
|
3343 |
#, fuzzy
|
3344 |
msgctxt "admin listings"
|
3345 |
msgid "Payment Not Found"
|
3346 |
msgstr "معلومات الرسوم"
|
3347 |
|
3348 |
-
#: includes/admin/class-admin-listings.php:
|
3349 |
#, fuzzy
|
3350 |
msgctxt "admin listings"
|
3351 |
msgid "Payment %s"
|
3352 |
msgstr "الدفع #%d"
|
3353 |
|
3354 |
-
#: includes/admin/class-admin-listings.php:
|
3355 |
msgctxt "admin listings"
|
3356 |
msgid "Reported"
|
3357 |
msgstr ""
|
3358 |
|
3359 |
-
#: includes/admin/class-admin-listings.php:
|
3360 |
msgctxt "admin listings"
|
3361 |
msgid "Listing's payment history successfully deleted"
|
3362 |
msgstr ""
|
@@ -3384,13 +3394,13 @@ msgctxt "admin listings"
|
|
3384 |
msgid "Clear listing reports."
|
3385 |
msgstr "الإعلان منتهي التاريخ"
|
3386 |
|
3387 |
-
#: includes/admin/class-admin-listings.php:
|
3388 |
#, fuzzy
|
3389 |
msgctxt "admin"
|
3390 |
msgid "Directory Listing Fields / Images"
|
3391 |
msgstr "حقول / صور الإعلان"
|
3392 |
|
3393 |
-
#: includes/admin/class-admin-listings.php:
|
3394 |
msgctxt "admin"
|
3395 |
msgid "Categories"
|
3396 |
msgstr "التصنيفات"
|
@@ -3572,12 +3582,12 @@ msgctxt "admin"
|
|
3572 |
msgid "Abandoned"
|
3573 |
msgstr "متخلى عنه"
|
3574 |
|
3575 |
-
#: includes/admin/class-admin-listings.php:
|
3576 |
msgctxt "listing attribute"
|
3577 |
msgid "No Fee Plan"
|
3578 |
msgstr ""
|
3579 |
|
3580 |
-
#: includes/admin/class-admin-listings.php:
|
3581 |
msgctxt "listing status"
|
3582 |
msgid "Reported"
|
3583 |
msgstr ""
|
@@ -3634,53 +3644,53 @@ msgctxt "listing status"
|
|
3634 |
msgid "Abandoned"
|
3635 |
msgstr "متخلى عنه"
|
3636 |
|
3637 |
-
#: includes/admin/class-admin-listings.php:
|
3638 |
msgctxt "admin actions"
|
3639 |
msgid "Delete Listing"
|
3640 |
msgstr "حذف الإعلان"
|
3641 |
|
3642 |
-
#: includes/admin/class-admin-listings.php:
|
3643 |
#, fuzzy
|
3644 |
msgctxt "admin actions"
|
3645 |
msgid "View Payments"
|
3646 |
msgstr "الدفع"
|
3647 |
|
3648 |
-
#: includes/admin/class-admin-listings.php:
|
3649 |
#, fuzzy
|
3650 |
msgctxt "admin actions"
|
3651 |
msgid "View Payment"
|
3652 |
msgstr "الدفع"
|
3653 |
|
3654 |
-
#: includes/admin/class-admin-listings.php:
|
3655 |
#, fuzzy
|
3656 |
msgctxt "admin actions"
|
3657 |
msgid "Publish listings"
|
3658 |
msgstr "نشر إعلان"
|
3659 |
|
3660 |
-
#: includes/admin/class-admin-listings.php:
|
3661 |
#, fuzzy
|
3662 |
msgctxt "admin actions"
|
3663 |
msgid "Mark as \"Pending Review\""
|
3664 |
msgstr " في الانتظار"
|
3665 |
|
3666 |
-
#: includes/admin/class-admin-listings.php:
|
3667 |
msgctxt "admin actions"
|
3668 |
msgid "Hide from directory (mark as \"Draft\")"
|
3669 |
msgstr ""
|
3670 |
|
3671 |
-
#: includes/admin/class-admin-listings.php:
|
3672 |
#, fuzzy
|
3673 |
msgctxt "admin actions"
|
3674 |
msgid "Renew listings"
|
3675 |
msgstr "تجديد الإعلان"
|
3676 |
|
3677 |
-
#: includes/admin/class-admin-listings.php:
|
3678 |
#, fuzzy
|
3679 |
msgctxt "admin actions"
|
3680 |
msgid "Set listings as \"Expired\""
|
3681 |
msgstr "الإعلان منتهي التاريخ"
|
3682 |
|
3683 |
-
#: includes/admin/class-admin-listings.php:
|
3684 |
#, fuzzy
|
3685 |
msgctxt "admin actions"
|
3686 |
msgid "Send access keys"
|
@@ -3714,22 +3724,17 @@ msgctxt "admin menu"
|
|
3714 |
msgid "Settings"
|
3715 |
msgstr "إعدادات"
|
3716 |
|
3717 |
-
#: includes/admin/class-csv-exporter.php:
|
3718 |
msgctxt "admin csv-export"
|
3719 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3720 |
msgstr "لا يمكن إنشاء مجلد مؤقت للتعامل مع تصدير CSV."
|
3721 |
|
3722 |
-
#: includes/admin/class-csv-exporter.php:
|
3723 |
-
msgctxt "admin csv-export"
|
3724 |
-
msgid "Could not create wpbdp-csv-exports directory."
|
3725 |
-
msgstr "تعذر إنشاء مجلد wpbdp-csv-exports."
|
3726 |
-
|
3727 |
-
#: includes/admin/class-csv-exporter.php:108
|
3728 |
msgctxt "admin csv-export"
|
3729 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3730 |
msgstr "حدث خطأ أثناء إنشاء مجلد مؤقت لتصدير CSV: %s"
|
3731 |
|
3732 |
-
#: includes/admin/csv-export.php:
|
3733 |
msgctxt "admin csv-export"
|
3734 |
msgid "Could not decode export state information."
|
3735 |
msgstr ""
|
@@ -3746,47 +3751,42 @@ msgstr ""
|
|
3746 |
"حاول تعطيل إضافات أخرى أولاً و/أو زيادة قيم التوجيهات 'memory_limit' و "
|
3747 |
"'max_execution_time' في الخادم الخاص بك بتعديل ملف الإعدادات php.ini."
|
3748 |
|
3749 |
-
#: templates/admin/csv-export.tpl.php:
|
3750 |
-
msgctxt "admin csv-export"
|
3751 |
-
msgid "Export Configuration"
|
3752 |
-
msgstr "ضبط التصدير"
|
3753 |
-
|
3754 |
-
#: templates/admin/csv-export.tpl.php:30
|
3755 |
msgctxt "admin csv-export"
|
3756 |
msgid "Export settings"
|
3757 |
msgstr "إعدادات التصدير"
|
3758 |
|
3759 |
-
#: templates/admin/csv-export.tpl.php:
|
3760 |
msgctxt "admin csv-export"
|
3761 |
msgid "Which listings to export?"
|
3762 |
msgstr "أي لائحة تريد التصدير؟"
|
3763 |
|
3764 |
-
#: templates/admin/csv-export.tpl.php:
|
3765 |
msgctxt "admin csv-export"
|
3766 |
msgid "All"
|
3767 |
msgstr "الكل"
|
3768 |
|
3769 |
-
#: templates/admin/csv-export.tpl.php:
|
3770 |
msgctxt "admin csv-export"
|
3771 |
msgid "Active Only"
|
3772 |
msgstr "المفعل فقط"
|
3773 |
|
3774 |
-
#: templates/admin/csv-export.tpl.php:
|
3775 |
msgctxt "admin csv-export"
|
3776 |
msgid "Active + Pending Renewal"
|
3777 |
msgstr "مفعل + ريثما يتم التجديد"
|
3778 |
|
3779 |
-
#: templates/admin/csv-export.tpl.php:
|
3780 |
msgctxt "admin csv-export"
|
3781 |
msgid "Export images?"
|
3782 |
msgstr "تصدير الصور؟"
|
3783 |
|
3784 |
-
#: templates/admin/csv-export.tpl.php:
|
3785 |
msgctxt "admin csv-export"
|
3786 |
msgid "Export images"
|
3787 |
msgstr "تصدير الصور"
|
3788 |
|
3789 |
-
#: templates/admin/csv-export.tpl.php:
|
3790 |
msgctxt "admin csv-export"
|
3791 |
msgid ""
|
3792 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
@@ -3795,65 +3795,65 @@ msgstr ""
|
|
3795 |
"عند اختيار الخانة، بدلاً من مجرد ملف CSV سيتم إنشاء ملف مضغوط مع ملف CSV "
|
3796 |
"ولائحة الصور."
|
3797 |
|
3798 |
-
#: templates/admin/csv-export.tpl.php:
|
3799 |
msgctxt "admin csv-export"
|
3800 |
msgid "Additional metadata to export:"
|
3801 |
msgstr "بيانات تعريف إضافية للتصدير:"
|
3802 |
|
3803 |
-
#: templates/admin/csv-export.tpl.php:
|
3804 |
msgctxt "admin csv-export"
|
3805 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3806 |
msgstr "تتضمن معرفات (IDs) فريدة لكل إعلان (عمود sequence_id)."
|
3807 |
|
3808 |
-
#: templates/admin/csv-export.tpl.php:
|
3809 |
msgctxt "admin csv-export"
|
3810 |
msgid "Author information (username)"
|
3811 |
msgstr "معلومات الكاتب (إسم المستخدم)"
|
3812 |
|
3813 |
-
#: templates/admin/csv-export.tpl.php:
|
3814 |
msgctxt "admin csv-export"
|
3815 |
msgid "Listing expiration date"
|
3816 |
msgstr "إنتهاء صلاحية الإعلان"
|
3817 |
|
3818 |
-
#: templates/admin/csv-export.tpl.php:
|
3819 |
#, fuzzy
|
3820 |
msgctxt "admin csv-export"
|
3821 |
msgid "Listing created date"
|
3822 |
msgstr "صور الإعلانات"
|
3823 |
|
3824 |
-
#: templates/admin/csv-export.tpl.php:
|
3825 |
#, fuzzy
|
3826 |
msgctxt "admin csv-export"
|
3827 |
msgid "Listing last updated date"
|
3828 |
msgstr "إنتهاء صلاحية الإعلان"
|
3829 |
|
3830 |
-
#: templates/admin/csv-export.tpl.php:
|
3831 |
#, fuzzy
|
3832 |
msgctxt "admin csv-export"
|
3833 |
msgid "Listing T&C acceptance date"
|
3834 |
msgstr "صور الإعلانات"
|
3835 |
|
3836 |
-
#: templates/admin/csv-export.tpl.php:
|
3837 |
msgctxt "admin csv-export"
|
3838 |
msgid "CSV File Settings"
|
3839 |
msgstr "إعدادات ملف CSV"
|
3840 |
|
3841 |
-
#: templates/admin/csv-export.tpl.php:
|
3842 |
msgctxt "admin csv-export"
|
3843 |
msgid "What operating system will you use to edit the CSV file?"
|
3844 |
msgstr ""
|
3845 |
|
3846 |
-
#: templates/admin/csv-export.tpl.php:
|
3847 |
msgctxt "admin csv-export"
|
3848 |
msgid "Windows"
|
3849 |
msgstr ""
|
3850 |
|
3851 |
-
#: templates/admin/csv-export.tpl.php:
|
3852 |
msgctxt "admin csv-export"
|
3853 |
msgid "macOS"
|
3854 |
msgstr ""
|
3855 |
|
3856 |
-
#: templates/admin/csv-export.tpl.php:
|
3857 |
msgctxt "admin csv-export"
|
3858 |
msgid ""
|
3859 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
@@ -3862,27 +3862,27 @@ msgid ""
|
|
3862 |
"each operating system."
|
3863 |
msgstr ""
|
3864 |
|
3865 |
-
#: templates/admin/csv-export.tpl.php:
|
3866 |
msgctxt "admin csv-export"
|
3867 |
msgid "Image Separator"
|
3868 |
msgstr "فاصلة الصورة "
|
3869 |
|
3870 |
-
#: templates/admin/csv-export.tpl.php:
|
3871 |
msgctxt "admin csv-export"
|
3872 |
msgid "Category Separator"
|
3873 |
msgstr "فاصلة التصنيف"
|
3874 |
|
3875 |
-
#: templates/admin/csv-export.tpl.php:
|
3876 |
msgctxt "admin csv-export"
|
3877 |
msgid "Export Listings"
|
3878 |
msgstr "الإعلانات المصدرة"
|
3879 |
|
3880 |
-
#: templates/admin/csv-export.tpl.php:
|
3881 |
msgctxt "admin csv-export"
|
3882 |
msgid "Export in Progress..."
|
3883 |
msgstr "جاري التصدير..."
|
3884 |
|
3885 |
-
#: templates/admin/csv-export.tpl.php:
|
3886 |
msgctxt "admin csv-export"
|
3887 |
msgid ""
|
3888 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
@@ -3890,40 +3890,40 @@ msgid ""
|
|
3890 |
msgstr ""
|
3891 |
"جاري إعداد ملف التصدير. المرجو <u>عدم ترك</u> هذه الصفحة حتى انتهاء التصدير."
|
3892 |
|
3893 |
-
#: templates/admin/csv-export.tpl.php:
|
3894 |
msgctxt "admin csv-export"
|
3895 |
msgid "No. of listings:"
|
3896 |
msgstr "أرقام الإعلانات:"
|
3897 |
|
3898 |
-
#: templates/admin/csv-export.tpl.php:
|
3899 |
msgctxt "admin csv-export"
|
3900 |
msgid "Approximate export file size:"
|
3901 |
msgstr "الحجم التقريبي لملف التصدير:"
|
3902 |
|
3903 |
-
#: templates/admin/csv-export.tpl.php:
|
3904 |
msgctxt "admin csv-export"
|
3905 |
msgid "Cancel Export"
|
3906 |
msgstr "إلغاء التصدير"
|
3907 |
|
3908 |
-
#: templates/admin/csv-export.tpl.php:
|
3909 |
msgctxt "admin csv-export"
|
3910 |
msgid "Export Complete"
|
3911 |
msgstr "تم التصدير"
|
3912 |
|
3913 |
-
#: templates/admin/csv-export.tpl.php:
|
3914 |
msgctxt "admin csv-export"
|
3915 |
msgid ""
|
3916 |
"Your export file has been successfully created and it is now ready for "
|
3917 |
"download."
|
3918 |
msgstr "تم بنجاح إنشاء ملف التصدير، والآن جاهز للتحميل."
|
3919 |
|
3920 |
-
#: templates/admin/csv-export.tpl.php:
|
3921 |
#, fuzzy
|
3922 |
msgctxt "admin csv-export"
|
3923 |
msgid "Download %1$s (%2$s)"
|
3924 |
msgstr "تحميل %s (%s)"
|
3925 |
|
3926 |
-
#: templates/admin/csv-export.tpl.php:
|
3927 |
msgctxt "admin csv-export"
|
3928 |
msgid ""
|
3929 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
@@ -3932,22 +3932,22 @@ msgstr ""
|
|
3932 |
"إضغط على \"تنظيف\" بعد تحميل الملف بغية إزالة جميع البيانات المؤقتة التي تم "
|
3933 |
"إنشاؤها بواسطة \"دليل الأعمال\" أثناء عملية التصدير."
|
3934 |
|
3935 |
-
#: templates/admin/csv-export.tpl.php:
|
3936 |
msgctxt "admin csv-export"
|
3937 |
msgid "Cleanup"
|
3938 |
msgstr "نظف"
|
3939 |
|
3940 |
-
#: templates/admin/csv-export.tpl.php:
|
3941 |
msgctxt "admin csv-export"
|
3942 |
msgid "Export Canceled"
|
3943 |
msgstr "ألغي التصدير"
|
3944 |
|
3945 |
-
#: templates/admin/csv-export.tpl.php:
|
3946 |
msgctxt "admin csv-export"
|
3947 |
msgid "The export has been canceled."
|
3948 |
msgstr "تم إلغاء التصدير"
|
3949 |
|
3950 |
-
#: templates/admin/csv-export.tpl.php:
|
3951 |
msgctxt "admin csv-export"
|
3952 |
msgid "← Return to CSV Export"
|
3953 |
msgstr "← العودة إلى تصدير CSV"
|
@@ -4122,25 +4122,25 @@ msgctxt "fees order"
|
|
4122 |
msgid "Custom Order"
|
4123 |
msgstr "ترتيب مخصص"
|
4124 |
|
4125 |
-
#: includes/admin/fees.php:
|
4126 |
#, fuzzy
|
4127 |
msgctxt "fees admin"
|
4128 |
msgid "Fee plan added."
|
4129 |
msgstr "الرسوم حدثت."
|
4130 |
|
4131 |
-
#: includes/admin/fees.php:
|
4132 |
#, fuzzy
|
4133 |
msgctxt "fees admin"
|
4134 |
msgid "Fee plan updated."
|
4135 |
msgstr "الرسوم حدثت."
|
4136 |
|
4137 |
-
#: includes/admin/fees.php:
|
4138 |
#, fuzzy
|
4139 |
msgctxt "fees admin"
|
4140 |
msgid "Fee \"%s\" deleted."
|
4141 |
msgstr "الرسوم حذفت."
|
4142 |
|
4143 |
-
#: includes/admin/fees.php:
|
4144 |
msgctxt "fees admin"
|
4145 |
msgid "Fee disabled."
|
4146 |
msgstr "رسوم معطلة."
|
@@ -4322,79 +4322,79 @@ msgctxt "fees admin"
|
|
4322 |
msgid "Status"
|
4323 |
msgstr "الحالة"
|
4324 |
|
4325 |
-
#: templates/admin/fees-form.tpl.php:
|
4326 |
msgctxt "fees admin"
|
4327 |
msgid "Plan Category Policy:"
|
4328 |
msgstr ""
|
4329 |
|
4330 |
-
#: templates/admin/fees-form.tpl.php:
|
4331 |
#, fuzzy
|
4332 |
msgctxt "fees admin"
|
4333 |
msgid "Plan applies to all categories"
|
4334 |
msgstr "تجديد قائمة في جميع فئات منتهية الصلاحية"
|
4335 |
|
4336 |
-
#: templates/admin/fees-form.tpl.php:
|
4337 |
msgctxt "fees admin"
|
4338 |
msgid "Plan applies to only certain categories"
|
4339 |
msgstr ""
|
4340 |
|
4341 |
-
#: templates/admin/fees-form.tpl.php:
|
4342 |
#, fuzzy
|
4343 |
msgctxt "fees admin"
|
4344 |
msgid "Limit plan to the following categories:"
|
4345 |
msgstr "يمكنك استخدام العناصر النائبة التالية:"
|
4346 |
|
4347 |
-
#: templates/admin/fees-form.tpl.php:
|
4348 |
msgctxt "fees admin"
|
4349 |
msgid "Click to add categories to the selection."
|
4350 |
msgstr ""
|
4351 |
|
4352 |
-
#: templates/admin/fees-form.tpl.php:
|
4353 |
#, fuzzy
|
4354 |
msgctxt "fees admin"
|
4355 |
msgid "Pricing"
|
4356 |
msgstr "السعر"
|
4357 |
|
4358 |
-
#: templates/admin/fees-form.tpl.php:
|
4359 |
msgctxt "fees admin"
|
4360 |
msgid "Pricing model"
|
4361 |
msgstr ""
|
4362 |
|
4363 |
-
#: templates/admin/fees-form.tpl.php:
|
4364 |
msgctxt "fees admin"
|
4365 |
msgid "Flat price"
|
4366 |
msgstr ""
|
4367 |
|
4368 |
-
#: templates/admin/fees-form.tpl.php:
|
4369 |
#, fuzzy
|
4370 |
msgctxt "fees admin"
|
4371 |
msgid "Different price for different categories"
|
4372 |
msgstr "ترتيب فرز التصنيفات"
|
4373 |
|
4374 |
-
#: templates/admin/fees-form.tpl.php:
|
4375 |
msgctxt "fees admin"
|
4376 |
msgid "Base price plus an extra amount per category"
|
4377 |
msgstr ""
|
4378 |
|
4379 |
-
#: templates/admin/fees-form.tpl.php:
|
4380 |
#, fuzzy
|
4381 |
msgctxt "fees admin"
|
4382 |
msgid "Fee Price"
|
4383 |
msgstr "السعر"
|
4384 |
|
4385 |
-
#: templates/admin/fees-form.tpl.php:
|
4386 |
#, fuzzy
|
4387 |
msgctxt "fees admin"
|
4388 |
msgid "Prices per category"
|
4389 |
msgstr "إزالة التصنيف"
|
4390 |
|
4391 |
-
#: templates/admin/fees-form.tpl.php:
|
4392 |
#, fuzzy
|
4393 |
msgctxt "fees admin"
|
4394 |
msgid "Price"
|
4395 |
msgstr "السعر"
|
4396 |
|
4397 |
-
#: templates/admin/fees-form.tpl.php:
|
4398 |
msgctxt "fees admin"
|
4399 |
msgid "Extra amount (per category)"
|
4400 |
msgstr ""
|
@@ -4476,12 +4476,12 @@ msgctxt "form-fields admin"
|
|
4476 |
msgid "Form Preview"
|
4477 |
msgstr "معاينة الاستمارة"
|
4478 |
|
4479 |
-
#: includes/admin/form-fields.php:
|
4480 |
msgctxt "form-fields admin"
|
4481 |
msgid "Form fields updated."
|
4482 |
msgstr "تم تحديث الاستمارة."
|
4483 |
|
4484 |
-
#: includes/admin/form-fields.php:
|
4485 |
msgctxt "form-fields admin"
|
4486 |
msgid ""
|
4487 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
@@ -4494,17 +4494,17 @@ msgstr ""
|
|
4494 |
"الواجهة. إذا كنت تريد إظهار عناوين البريد الإلكتروني في الواجهة، يمكنك "
|
4495 |
"<a>تمكين عرض البريد الإلكتروني للعموم</a>."
|
4496 |
|
4497 |
-
#: includes/admin/form-fields.php:
|
4498 |
msgctxt "form-fields admin"
|
4499 |
msgid "Field deleted."
|
4500 |
msgstr "تم حذف الحقل."
|
4501 |
|
4502 |
-
#: includes/admin/form-fields.php:
|
4503 |
msgctxt "form-fields admin"
|
4504 |
msgid "Required fields created successfully."
|
4505 |
msgstr "الحقول المطلوبة أنشئت بنجاح."
|
4506 |
|
4507 |
-
#: includes/admin/form-fields.php:
|
4508 |
msgctxt "form-fields admin"
|
4509 |
msgid "Tags updated."
|
4510 |
msgstr "تم تحديث الوسوم"
|
@@ -4927,82 +4927,69 @@ msgid "Listing Status"
|
|
4927 |
msgstr "الإعلانات"
|
4928 |
|
4929 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
4930 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4931 |
#, fuzzy
|
4932 |
msgctxt "listing metabox"
|
4933 |
msgid "N/A"
|
4934 |
msgstr "N/A غير قابل للتطبيق"
|
4935 |
|
4936 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4937 |
#, fuzzy
|
4938 |
msgctxt "listing metabox"
|
4939 |
msgid "Last renew date"
|
4940 |
msgstr "تاريخ التجديد"
|
4941 |
|
4942 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4943 |
#, fuzzy
|
4944 |
msgctxt "listing metabox"
|
4945 |
msgid "Plan Details"
|
4946 |
msgstr "تفاصيل الخطة"
|
4947 |
|
4948 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4949 |
msgctxt "listing metabox"
|
4950 |
msgid "Fee Plan"
|
4951 |
msgstr ""
|
4952 |
|
4953 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4954 |
msgctxt "listing metabox"
|
4955 |
msgid "Change plan"
|
4956 |
msgstr ""
|
4957 |
|
4958 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4959 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4960 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4961 |
#, fuzzy
|
4962 |
msgctxt "listing metabox"
|
4963 |
msgid "OK"
|
4964 |
msgstr "حسناً"
|
4965 |
|
4966 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4967 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4968 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4969 |
#, fuzzy
|
4970 |
msgctxt "listing metabox"
|
4971 |
msgid "Cancel"
|
4972 |
msgstr "إلغاء"
|
4973 |
|
4974 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4975 |
#, fuzzy
|
4976 |
msgctxt "listing metabox"
|
4977 |
msgid "Expires On"
|
4978 |
msgstr "ستنتهي الصلاحية في"
|
4979 |
|
4980 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4981 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:95
|
4982 |
-
#, fuzzy
|
4983 |
-
msgctxt "listing metabox"
|
4984 |
-
msgid "Edit"
|
4985 |
-
msgstr "Editer"
|
4986 |
-
|
4987 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:82
|
4988 |
-
#, fuzzy
|
4989 |
-
msgctxt "listing metabox"
|
4990 |
-
msgid "Never"
|
4991 |
-
msgstr "أبداً"
|
4992 |
-
|
4993 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
4994 |
#, fuzzy
|
4995 |
msgctxt "listing metabox"
|
4996 |
msgid "# of images"
|
4997 |
msgstr "# الصور"
|
4998 |
|
4999 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5000 |
#, fuzzy
|
5001 |
msgctxt "listing metabox"
|
5002 |
msgid "Is Featured?"
|
5003 |
msgstr "تغذية %s"
|
5004 |
|
5005 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5006 |
#, fuzzy
|
5007 |
msgctxt "listing metabox"
|
5008 |
msgid "Is Recurring?"
|
@@ -5144,13 +5131,6 @@ msgstr ""
|
|
5144 |
"التي تنطوي على تلك الحقول تتطلب موارد كثيرة ويمكن أن تؤدي الى انتهاء المهلة "
|
5145 |
"و/ أو البطء العام."
|
5146 |
|
5147 |
-
#: includes/admin/settings/class-settings-bootstrap.php:414
|
5148 |
-
msgctxt "admin settings"
|
5149 |
-
msgid ""
|
5150 |
-
"If no fields are selected, the following fields will be used in Quick "
|
5151 |
-
"Searches:"
|
5152 |
-
msgstr ""
|
5153 |
-
|
5154 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
5155 |
msgctxt "admin settings"
|
5156 |
msgid "Do not include comments in listings"
|
@@ -7593,7 +7573,7 @@ msgctxt "submit listing"
|
|
7593 |
msgid "Category & plan selection"
|
7594 |
msgstr "إختيار تصنيف"
|
7595 |
|
7596 |
-
#: includes/views/submit_listing.php:
|
7597 |
#, fuzzy
|
7598 |
msgctxt "submit listing"
|
7599 |
msgid "Can not submit a listing at this moment. Please try again later."
|
@@ -7601,41 +7581,41 @@ msgstr ""
|
|
7601 |
"لا يمكن أن نقوم بمعالجة الدفع الخاص بك في هذه اللحظة. المرجو المحاولة مرة "
|
7602 |
"أخرى لاحقاً."
|
7603 |
|
7604 |
-
#: includes/views/submit_listing.php:
|
7605 |
#, fuzzy
|
7606 |
msgctxt "submit listing"
|
7607 |
msgid "Please select a category."
|
7608 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
7609 |
|
7610 |
-
#: includes/views/submit_listing.php:
|
7611 |
msgctxt "submit listing"
|
7612 |
msgid "Please choose a valid category for your plan."
|
7613 |
msgstr ""
|
7614 |
|
7615 |
-
#: includes/views/submit_listing.php:
|
7616 |
#, fuzzy
|
7617 |
msgctxt "submit listing"
|
7618 |
msgid "Please choose a valid fee plan for your category selection."
|
7619 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
7620 |
|
7621 |
-
#: includes/views/submit_listing.php:
|
7622 |
#, fuzzy
|
7623 |
msgctxt "submit listing"
|
7624 |
msgid "Please enter your desired username."
|
7625 |
msgstr "يرجى إدخال إسمك."
|
7626 |
|
7627 |
-
#: includes/views/submit_listing.php:
|
7628 |
#, fuzzy
|
7629 |
msgctxt "submit listing"
|
7630 |
msgid "Please enter the e-mail for your new account."
|
7631 |
msgstr "يرجى إدخال إسمك."
|
7632 |
|
7633 |
-
#: includes/views/submit_listing.php:
|
7634 |
msgctxt "submit listing"
|
7635 |
msgid "The username you chose is already in use. Please use a different one."
|
7636 |
msgstr ""
|
7637 |
|
7638 |
-
#: includes/views/submit_listing.php:
|
7639 |
msgctxt "submit listing"
|
7640 |
msgid "The e-mail address you chose for your account is already in use."
|
7641 |
msgstr ""
|
@@ -7662,13 +7642,13 @@ msgctxt "views"
|
|
7662 |
msgid "Find A Listing"
|
7663 |
msgstr "العثور على إعلان"
|
7664 |
|
7665 |
-
#: includes/class-wpbdp.php:
|
7666 |
#, fuzzy
|
7667 |
msgctxt "listing image upload"
|
7668 |
msgid "Can not upload any more images for this listing."
|
7669 |
msgstr "التصنيفات لهذا الإعلان"
|
7670 |
|
7671 |
-
#: includes/class-wpbdp.php:
|
7672 |
msgctxt "listing image upload"
|
7673 |
msgid ""
|
7674 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
@@ -7964,21 +7944,21 @@ msgid ""
|
|
7964 |
"Listing submission has been disabled. Contact the administrator for details."
|
7965 |
msgstr ""
|
7966 |
|
7967 |
-
#: includes/views/submit_listing.php:
|
7968 |
msgctxt "templates"
|
7969 |
msgid ""
|
7970 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7971 |
"submit a listing. %s to create a fee plan"
|
7972 |
msgstr ""
|
7973 |
|
7974 |
-
#: includes/views/submit_listing.php:
|
7975 |
msgctxt "templates"
|
7976 |
msgid ""
|
7977 |
"Listing submission is not available at the moment. Contact the administrator "
|
7978 |
"for details."
|
7979 |
msgstr ""
|
7980 |
|
7981 |
-
#: includes/views/submit_listing.php:
|
7982 |
msgctxt "templates"
|
7983 |
msgid ""
|
7984 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -7986,12 +7966,12 @@ msgid ""
|
|
7986 |
"an existing field"
|
7987 |
msgstr ""
|
7988 |
|
7989 |
-
#: includes/views/submit_listing.php:
|
7990 |
msgctxt "templates"
|
7991 |
msgid "Please agree to the Terms and Conditions."
|
7992 |
msgstr "يرجى الموافقة على الشروط والأحكام."
|
7993 |
|
7994 |
-
#: includes/views/submit_listing.php:
|
7995 |
#, fuzzy
|
7996 |
msgctxt "templates"
|
7997 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
@@ -8258,19 +8238,19 @@ msgctxt "default category name"
|
|
8258 |
msgid "General"
|
8259 |
msgstr "عام"
|
8260 |
|
8261 |
-
#: includes/licensing.php:
|
8262 |
msgctxt "licensing"
|
8263 |
msgid "Could not contact licensing server"
|
8264 |
msgstr "لا يمكن الاتصال بخادم الترخيص"
|
8265 |
|
8266 |
-
#: includes/licensing.php:
|
8267 |
msgctxt "licensing"
|
8268 |
msgid ""
|
8269 |
"It was not possible to establish a connection with Business Directory's "
|
8270 |
"server. cURL was not found in your system"
|
8271 |
msgstr ""
|
8272 |
|
8273 |
-
#: includes/licensing.php:
|
8274 |
msgctxt "licensing"
|
8275 |
msgid ""
|
8276 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -8279,7 +8259,7 @@ msgid ""
|
|
8279 |
"1.0.1c)."
|
8280 |
msgstr ""
|
8281 |
|
8282 |
-
#: includes/licensing.php:
|
8283 |
msgctxt "licensing"
|
8284 |
msgid ""
|
8285 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -8287,21 +8267,21 @@ msgid ""
|
|
8287 |
"services using the latest security standards."
|
8288 |
msgstr ""
|
8289 |
|
8290 |
-
#: includes/licensing.php:
|
8291 |
msgctxt "licensing"
|
8292 |
msgid ""
|
8293 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
8294 |
"Include this message if necessary"
|
8295 |
msgstr ""
|
8296 |
|
8297 |
-
#: includes/licensing.php:
|
8298 |
msgctxt "licensing"
|
8299 |
msgid ""
|
8300 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
8301 |
"Include this message if necessary."
|
8302 |
msgstr ""
|
8303 |
|
8304 |
-
#: includes/licensing.php:
|
8305 |
msgctxt "licensing"
|
8306 |
msgid "The server returned a 403 Forbidden error."
|
8307 |
msgstr ""
|
@@ -8311,23 +8291,23 @@ msgctxt "licensing"
|
|
8311 |
msgid "Could not activate license: %s."
|
8312 |
msgstr "لا يمكن تفعيل الترخيص: %s."
|
8313 |
|
8314 |
-
#: includes/licensing.php:
|
8315 |
msgctxt "licensing"
|
8316 |
msgid "License activated"
|
8317 |
msgstr "تم تفعيل ترخيص"
|
8318 |
|
8319 |
-
#: includes/licensing.php:
|
8320 |
msgctxt "licensing"
|
8321 |
msgid "Could not deactivate license: %s."
|
8322 |
msgstr "لا يمكن إلغاء الترخيص: %s."
|
8323 |
|
8324 |
-
#: includes/licensing.php:
|
8325 |
msgctxt "licensing"
|
8326 |
msgid "License deactivated"
|
8327 |
msgstr "تم إلغاء تفعيل الترخيص"
|
8328 |
|
8329 |
#. translators: "<module-name>" version <version-number> is not...
|
8330 |
-
#: includes/licensing.php:
|
8331 |
msgctxt "deprecation"
|
8332 |
msgid ""
|
8333 |
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
@@ -8763,7 +8743,7 @@ msgstr ""
|
|
8763 |
"Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
|
8764 |
"publiée."
|
8765 |
|
8766 |
-
#: includes/views/submit_listing.php:
|
8767 |
msgctxt "listing submit"
|
8768 |
msgid ""
|
8769 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -8911,12 +8891,12 @@ msgctxt "widgets"
|
|
8911 |
msgid "Search"
|
8912 |
msgstr "بحث"
|
8913 |
|
8914 |
-
#: templates/admin/csv-export.tpl.php:
|
8915 |
-
#: templates/admin/csv-export.tpl.php:
|
8916 |
-
#: templates/admin/csv-import.tpl.php:
|
8917 |
-
#: templates/admin/csv-import.tpl.php:
|
8918 |
-
#: templates/admin/csv-import.tpl.php:
|
8919 |
-
#: templates/admin/csv-import.tpl.php:
|
8920 |
msgctxt "admin forms"
|
8921 |
msgid "required"
|
8922 |
msgstr "مطلوب"
|
@@ -8960,24 +8940,24 @@ msgstr ""
|
|
8960 |
"إذا كانت لديك أسئلة، المرجو نشر تعليق في <a>منتدى الدعم</a> وسوف نقوم "
|
8961 |
"بالإجابة عليه في غضون 24 ساعة معظم الأيام."
|
8962 |
|
8963 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8964 |
#, fuzzy
|
8965 |
msgctxt "admin infometabox"
|
8966 |
msgid "Renewal url (copy & paste)"
|
8967 |
msgstr "تجديد عنوان URL (نسخة & لصق)"
|
8968 |
|
8969 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8970 |
msgctxt "admin infometabox"
|
8971 |
msgid "Get renewal URL"
|
8972 |
msgstr ""
|
8973 |
|
8974 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8975 |
#, fuzzy
|
8976 |
msgctxt "admin infometabox"
|
8977 |
msgid "Send renewal e-mail"
|
8978 |
msgstr "إرسال رسالة بريد إلكتروني بخصوص التجديد للعضو"
|
8979 |
|
8980 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8981 |
#, fuzzy
|
8982 |
msgctxt "admin infometabox"
|
8983 |
msgid "Renew listing"
|
@@ -9282,6 +9262,28 @@ msgctxt "send-access-keys"
|
|
9282 |
msgid "Continue"
|
9283 |
msgstr "متابعة"
|
9284 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9285 |
#, fuzzy
|
9286 |
#~ msgctxt "settings"
|
9287 |
#~ msgid "Default new post status"
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2021-04-08 23:15:52+00:00\n"
|
9 |
"PO-Revision-Date: 2017-01-16 17:47-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
25 |
msgid "Are you sure you want to do this?"
|
26 |
msgstr "هل أنت متأكد من أنك تريد عمل هذا؟"
|
27 |
|
28 |
+
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
|
29 |
#, fuzzy
|
30 |
msgid "Help"
|
31 |
msgstr "المساعدة"
|
32 |
|
33 |
+
#: includes/admin/class-admin-listings.php:185
|
34 |
#: includes/views/submit_listing.php:497
|
35 |
#: templates/email/listing-reported.tpl.php:7
|
36 |
msgid "Listing Information"
|
37 |
msgstr "معلومات حول الإعلان"
|
38 |
|
39 |
+
#: includes/admin/class-admin-listings.php:193
|
40 |
#, fuzzy
|
41 |
msgid "Listing Timeline"
|
42 |
msgstr "عنوان الإعلان: "
|
43 |
|
44 |
+
#: includes/admin/class-admin-listings.php:211
|
45 |
#, fuzzy
|
46 |
msgid "Listing Reports"
|
47 |
msgstr "الإعلان منتهي التاريخ"
|
48 |
|
49 |
+
#: includes/admin/class-admin-listings.php:221
|
50 |
#: includes/admin/class-listing-owner.php:87
|
51 |
#, fuzzy
|
52 |
msgid "Listing Owner"
|
53 |
msgstr "الإعلان منتهي التاريخ"
|
54 |
|
55 |
+
#: includes/admin/class-admin-listings.php:266
|
56 |
#, fuzzy
|
57 |
msgid "Expires on"
|
58 |
msgstr "ستنتهي الصلاحية في"
|
59 |
|
60 |
+
#: includes/admin/class-admin-listings.php:274
|
61 |
#, fuzzy
|
62 |
msgid "Attributes"
|
63 |
msgstr "سمات الحقل"
|
64 |
|
65 |
+
#: includes/admin/class-admin-listings.php:471
|
66 |
#: includes/class-cpt-integration.php:19
|
67 |
#: includes/compatibility/class-navxt-integration.php:200
|
68 |
#: templates/submit-listing.tpl.php:15
|
69 |
msgid "Edit Listing"
|
70 |
msgstr "تحرير الإعلان"
|
71 |
|
|
|
|
|
|
|
|
|
|
|
72 |
#: includes/admin/class-admin.php:186
|
73 |
#, fuzzy
|
74 |
msgid ""
|
143 |
msgid "Listing Count"
|
144 |
msgstr "عدد الإعلانات"
|
145 |
|
146 |
+
#: includes/admin/class-csv-import.php:674
|
147 |
#, fuzzy
|
148 |
msgid "Listing imported by admin. Payment skipped."
|
149 |
msgstr "Poster annonce(paiement initial)"
|
230 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
231 |
#: includes/admin/helpers/class-payments-table.php:57
|
232 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
233 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:73
|
234 |
+
#: templates/admin/payments-details.tpl.php:110
|
235 |
#: templates/email/listing-payment-completed.tpl.php:21
|
236 |
#: templates/payment/payment_items.tpl.php:5
|
237 |
#, fuzzy
|
247 |
|
248 |
#: includes/admin/form-fields.php:31
|
249 |
#: includes/fields/class-fieldtypes-social.php:138
|
250 |
+
#: templates/admin/csv-import.tpl.php:305
|
251 |
#, fuzzy
|
252 |
msgid "Type"
|
253 |
msgstr "نوع"
|
254 |
|
255 |
#: includes/admin/form-fields.php:88
|
256 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:84
|
257 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:99
|
258 |
msgid "Edit"
|
259 |
msgstr "Editer"
|
260 |
|
279 |
"يمكنك إنشاء هذه الحقول المخصصة بنفسك داخل \"إدارة الحقول\" أو السماح لدليل "
|
280 |
"الأعمال للقيام بذلك نيابة عنك تلقائياً."
|
281 |
|
282 |
+
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:826
|
283 |
#, fuzzy
|
284 |
msgid "Go to \"Form Fields\""
|
285 |
msgstr "إنتقل إلى \"إدارة حقول\""
|
289 |
msgid "Go back"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: includes/admin/form-fields.php:522
|
293 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
294 |
#: templates/email/listing-added.tpl.php:10
|
295 |
#: templates/email/listing-edited.tpl.php:16
|
298 |
msgid "Title"
|
299 |
msgstr "العنوان"
|
300 |
|
301 |
+
#: includes/admin/form-fields.php:523 templates/admin/fees-form.tpl.php:217
|
302 |
#: templates/email/listing-added.tpl.php:21
|
303 |
#: templates/email/listing-edited.tpl.php:29
|
304 |
#, fuzzy
|
305 |
msgid "Category"
|
306 |
msgstr "التصنيف"
|
307 |
|
308 |
+
#: includes/admin/form-fields.php:524
|
309 |
#, fuzzy
|
310 |
msgid "Excerpt"
|
311 |
msgstr "مقتطف"
|
312 |
|
313 |
+
#: includes/admin/form-fields.php:525
|
314 |
#, fuzzy
|
315 |
msgid "Content"
|
316 |
msgstr "المحتوى"
|
317 |
|
318 |
+
#: includes/admin/form-fields.php:526
|
319 |
#, fuzzy
|
320 |
msgid "Tags"
|
321 |
msgstr "الوسوم"
|
322 |
|
323 |
+
#: includes/admin/form-fields.php:527 includes/form-fields.php:445
|
324 |
#: templates/checkout-billing-form.tpl.php:75
|
325 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
326 |
#, fuzzy
|
327 |
msgid "Address"
|
328 |
msgstr "العنوان"
|
329 |
|
330 |
+
#: includes/admin/form-fields.php:528
|
331 |
#, fuzzy
|
332 |
msgid "Address 2"
|
333 |
msgstr "العنوان"
|
334 |
|
335 |
+
#: includes/admin/form-fields.php:529
|
336 |
+
#: templates/admin/payments-details.tpl.php:161
|
337 |
#: templates/checkout-billing-form.tpl.php:87
|
338 |
#, fuzzy
|
339 |
msgid "City"
|
340 |
msgstr "المدينة"
|
341 |
|
342 |
+
#: includes/admin/form-fields.php:530
|
343 |
+
#: templates/admin/payments-details.tpl.php:157
|
344 |
#, fuzzy
|
345 |
msgid "State"
|
346 |
msgstr "الولاية"
|
347 |
|
348 |
+
#: includes/admin/form-fields.php:531
|
349 |
+
#: templates/admin/payments-details.tpl.php:153
|
350 |
#: templates/checkout-billing-form.tpl.php:102
|
351 |
#, fuzzy
|
352 |
msgid "Country"
|
353 |
msgstr "الدولة:"
|
354 |
|
355 |
+
#: includes/admin/form-fields.php:532 includes/form-fields.php:453
|
356 |
+
#: templates/admin/payments-details.tpl.php:165
|
357 |
msgid "ZIP Code"
|
358 |
msgstr "الرمز البريدي"
|
359 |
|
360 |
+
#: includes/admin/form-fields.php:533
|
361 |
#, fuzzy
|
362 |
msgid "FAX Number"
|
363 |
msgstr "رقم الفاكس"
|
364 |
|
365 |
+
#: includes/admin/form-fields.php:534
|
366 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
367 |
#, fuzzy
|
368 |
msgid "Phone Number"
|
369 |
msgstr "رقم الهاتف"
|
370 |
|
371 |
+
#: includes/admin/form-fields.php:535
|
372 |
#, fuzzy
|
373 |
msgid "Ratings Field"
|
374 |
msgstr "حقول التقييم"
|
375 |
|
376 |
+
#: includes/admin/form-fields.php:536
|
377 |
#, fuzzy
|
378 |
msgid "Twitter"
|
379 |
msgstr "تويتر"
|
380 |
|
381 |
+
#: includes/admin/form-fields.php:537 includes/form-fields.php:411
|
382 |
#, fuzzy
|
383 |
msgid "Website"
|
384 |
msgstr "موقع الأنترنيت"
|
451 |
msgstr "لماذا قمت بحذف إضافة دليل الأعمال؟"
|
452 |
|
453 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
454 |
+
#: includes/form-fields.php:428 includes/views/submit_listing.php:1225
|
455 |
+
#: templates/admin/payments-details.tpl.php:137
|
456 |
#: templates/listing-contactform.tpl.php:33
|
457 |
#: templates/listing-flagging-form.tpl.php:39
|
458 |
#, fuzzy
|
482 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
483 |
#: includes/class-assets.php:317
|
484 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
485 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
486 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
487 |
#, fuzzy
|
488 |
msgid "No"
|
489 |
msgstr "لا"
|
552 |
"تمكين هذا يجعل \"دليل الأعمال\" يضحي بجودة النتيجة لتحسين السرعة. وهذا مفيد "
|
553 |
"إذا كنت على خطط استضافة مشتركة، حيث أداء قاعدة البيانات يعد مشكلة."
|
554 |
|
555 |
+
#: includes/admin/settings/class-settings-bootstrap.php:414
|
556 |
+
msgid ""
|
557 |
+
"If no fields are selected, the following fields will be used in Quick "
|
558 |
+
"Searches:"
|
559 |
+
msgstr ""
|
560 |
+
|
561 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
562 |
#, fuzzy
|
563 |
msgid "Categories"
|
825 |
msgstr "دليل الأعمال - إعلانات مميزة"
|
826 |
|
827 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
828 |
+
#: templates/admin/fees-form.tpl.php:17
|
829 |
#, fuzzy
|
830 |
msgid "Fee Label"
|
831 |
msgstr "تسمية الرسوم"
|
854 |
msgstr "الحالة"
|
855 |
|
856 |
#: includes/class-assets.php:315
|
857 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:86
|
858 |
#, fuzzy
|
859 |
msgid "Never"
|
860 |
msgstr "أبداً"
|
861 |
|
862 |
#: includes/class-assets.php:316
|
863 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
864 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
865 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
866 |
#, fuzzy
|
867 |
msgid "Yes"
|
868 |
msgstr "نعم"
|
1014 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: includes/class-wpbdp.php:305
|
1018 |
+
#, fuzzy
|
1019 |
+
msgid "Upgrade to Premium"
|
1020 |
+
msgstr "ترقية إلى %s"
|
1021 |
+
|
1022 |
+
#: includes/class-wpbdp.php:308
|
1023 |
#, fuzzy
|
1024 |
msgid "Settings"
|
1025 |
msgstr "إعدادات"
|
1026 |
|
1027 |
+
#: includes/class-wpbdp.php:507
|
1028 |
#, fuzzy
|
1029 |
msgid "Could not find listing ID"
|
1030 |
msgstr "لا يمكن الاتصال بخادم الترخيص"
|
1031 |
|
1032 |
+
#: includes/class-wpbdp.php:514
|
1033 |
msgid ""
|
1034 |
"Could not verify the image upload request. If problem persists contact site "
|
1035 |
"admin."
|
1036 |
msgstr ""
|
1037 |
|
1038 |
+
#: includes/class-wpbdp.php:521 includes/fields/class-fieldtypes-image.php:322
|
1039 |
#, fuzzy
|
1040 |
msgid "Could not find image ID"
|
1041 |
msgstr "تعذر تحديث القالب : %s"
|
1042 |
|
1043 |
+
#: includes/class-wpbdp.php:553
|
1044 |
#, fuzzy
|
1045 |
msgid ""
|
1046 |
"The directory features are disabled at this time because a <a>manual "
|
1049 |
"تم تعطيل ميزات دليل الأعمال حاليا بسبب أن الإضافة تحتاج إلى إجراء ترقية "
|
1050 |
"يدوية قبل المتابعة."
|
1051 |
|
1052 |
+
#: includes/class-wpbdp.php:560
|
1053 |
msgid ""
|
1054 |
"The directory is not available at this time. Please try again in a few "
|
1055 |
"minutes or contact the administrator if the problem persists."
|
1220 |
msgstr "خيارات الحقل (لتحديد القوائم وأزرار الخيارات وخانات الاختيار)."
|
1221 |
|
1222 |
#: includes/fields/class-fieldtypes-select.php:262
|
1223 |
+
#: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
|
1224 |
+
#: templates/admin/fees-form.tpl.php:58
|
1225 |
#, fuzzy
|
1226 |
msgid "required"
|
1227 |
msgstr "مطلوب"
|
1338 |
msgid "Short Description"
|
1339 |
msgstr "وصف قصير"
|
1340 |
|
1341 |
+
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:109
|
1342 |
#, fuzzy
|
1343 |
msgid "Description"
|
1344 |
msgstr "رسم الوصف"
|
1498 |
msgid "Invalid item ID"
|
1499 |
msgstr "معرف حقل غير صالح"
|
1500 |
|
1501 |
+
#: includes/licensing.php:430
|
1502 |
#, fuzzy
|
1503 |
msgid "No license key provided"
|
1504 |
msgstr "لم يتم تقديم أي مفتاح الترخيص"
|
1505 |
|
1506 |
+
#: includes/licensing.php:479 includes/licensing.php:516
|
1507 |
#, fuzzy
|
1508 |
msgid "License key is invalid"
|
1509 |
msgstr "مفتاح الترخيص غير صالح"
|
1510 |
|
1511 |
+
#: includes/licensing.php:483
|
1512 |
#, fuzzy
|
1513 |
msgid "Deactivation failed"
|
1514 |
msgstr "فشل التعطيل"
|
1515 |
|
1516 |
+
#: includes/licensing.php:528
|
1517 |
#, fuzzy
|
1518 |
msgid "The license key was revoked."
|
1519 |
msgstr "لم يتم تقديم أي مفتاح الترخيص"
|
1520 |
|
1521 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1522 |
+
#: includes/licensing.php:532
|
1523 |
msgid ""
|
1524 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
1525 |
"%2$s and let them know your license is being reported as revoked by the "
|
1527 |
"with your report."
|
1528 |
msgstr ""
|
1529 |
|
1530 |
+
#: includes/licensing.php:595
|
1531 |
msgid ""
|
1532 |
"It was not possible to establish a connection with the Business Directory "
|
1533 |
"server. The connection failed with the following error:"
|
1534 |
msgstr ""
|
1535 |
|
1536 |
+
#: includes/licensing.php:608
|
1537 |
msgid ""
|
1538 |
"It was not possible to establish a connection with the Business Directory "
|
1539 |
"server. A problem occurred in the SSL/TSL handshake:"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
+
#: includes/licensing.php:655
|
1543 |
msgid ""
|
1544 |
"It looks like your server is not authorized to make outgoing requests to "
|
1545 |
"Business Directory servers. Please contact your webhost and ask them to add "
|
1546 |
"our IP address 52.0.78.177 to your allow list."
|
1547 |
msgstr ""
|
1548 |
|
1549 |
+
#: includes/licensing.php:742
|
1550 |
#, fuzzy
|
1551 |
msgid "Business Directory license key is missing."
|
1552 |
msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
|
1553 |
|
1554 |
+
#: includes/licensing.php:743
|
1555 |
#, fuzzy
|
1556 |
msgid "Business Directory license key has expired"
|
1557 |
msgstr "دليل الأعمال - مفتاح الترخيص منتهي"
|
1558 |
|
1559 |
+
#: includes/licensing.php:744
|
1560 |
#, fuzzy
|
1561 |
msgid "Could not verify Business Directory license."
|
1562 |
msgstr "المساعدة في تحسين دليل الأعمال"
|
1563 |
|
1564 |
+
#: includes/licensing.php:755
|
1565 |
#, fuzzy
|
1566 |
msgid "Review license keys"
|
1567 |
msgstr "تجديد مفتاح الترخيص"
|
1568 |
|
1569 |
+
#: includes/licensing.php:868
|
1570 |
msgid "Missing data. Please reload this page and try again."
|
1571 |
msgstr ""
|
1572 |
|
1573 |
+
#: includes/licensing.php:873
|
1574 |
#, fuzzy
|
1575 |
msgid "Please enter a license key."
|
1576 |
msgstr "يرجى إدخال بريد إلكتروني صحيح."
|
1656 |
msgid "Account Creation"
|
1657 |
msgstr ""
|
1658 |
|
1659 |
+
#: includes/views/submit_listing.php:809
|
1660 |
#, fuzzy
|
1661 |
msgid "Go to \"Fee Plans\""
|
1662 |
msgstr "إنتقل إلى \"إدارة حقول\""
|
1663 |
|
1664 |
+
#: includes/views/submit_listing.php:865
|
1665 |
#, fuzzy
|
1666 |
msgid "Please choose a fee plan."
|
1667 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
1668 |
|
1669 |
+
#: includes/views/submit_listing.php:1049
|
1670 |
msgid "Please check the form for errors, correct them and submit again."
|
1671 |
msgstr ""
|
1672 |
|
1673 |
+
#: includes/views/submit_listing.php:1209
|
1674 |
msgid "Create a user account on this site"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
+
#: includes/views/submit_listing.php:1216
|
1678 |
#, fuzzy
|
1679 |
msgid "Username"
|
1680 |
msgstr "عضو"
|
1681 |
|
1682 |
+
#: includes/views/submit_listing.php:1238
|
1683 |
#, fuzzy
|
1684 |
msgid "Clear Form"
|
1685 |
msgstr "مسح"
|
1695 |
"المساحة الفارغة على القرص والذاكرة المتاحة إلى بي إتش بي. تحقق من سجلات "
|
1696 |
"الخطأ الخاص بك للحصول على التفاصيل."
|
1697 |
|
1698 |
+
#: templates/admin/csv-export.tpl.php:65
|
1699 |
#, fuzzy
|
1700 |
msgid ""
|
1701 |
"If you plan to re-import the listings into your directory and don't want new "
|
1704 |
"إذا كنت تخطط لإعادة استيراد الإعلانات إلى \"دليل الأعمال\" ولا تريد إنشاء "
|
1705 |
"أخرى جديدة، قم بتحديد هذا الخيار!"
|
1706 |
|
1707 |
+
#. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
|
1708 |
+
#: templates/admin/csv-import.tpl.php:34
|
1709 |
+
#, fuzzy
|
1710 |
+
msgid ""
|
1711 |
+
"We strongly recommend reading our %1$sCSV import documentation%2$s first to "
|
1712 |
+
"help you do things in the right order."
|
1713 |
+
msgstr ""
|
1714 |
+
"نوصي بشدة بقراءة <a>وثائق شرح استيراد CSV</a> أولاً لتساعدك على القيام "
|
1715 |
+
"بالأشياء بالترتيب الصحيح."
|
1716 |
+
|
1717 |
+
#: templates/admin/csv-import.tpl.php:274
|
1718 |
#, fuzzy
|
1719 |
msgid "Disable email notifications during import?"
|
1720 |
msgstr "تعطيل تنبيهات البريد الإلكتروني أثناء عملية الاستيراد؟"
|
1721 |
|
1722 |
+
#: templates/admin/csv-import.tpl.php:281
|
1723 |
#, fuzzy
|
1724 |
msgid "Disable email notifications."
|
1725 |
msgstr "تعطيل التنبيهات."
|
1738 |
msgid "Download Debug Information"
|
1739 |
msgstr "تحميل معلومات التصحيح"
|
1740 |
|
1741 |
+
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:243
|
1742 |
#, fuzzy
|
1743 |
msgid "Add Listing Fee"
|
1744 |
msgstr "إضافة رسوم الإعلان"
|
1748 |
msgid "Edit Listing Fee"
|
1749 |
msgstr "تعديل رسوم الإعلان"
|
1750 |
|
1751 |
+
#: templates/admin/fees-form.tpl.php:30
|
1752 |
#, fuzzy
|
1753 |
msgid "Fee Description"
|
1754 |
msgstr "رسم الوصف"
|
1755 |
|
1756 |
+
#: templates/admin/fees-form.tpl.php:38
|
1757 |
msgid "How long should the listing run?"
|
1758 |
msgstr ""
|
1759 |
|
1760 |
+
#: templates/admin/fees-form.tpl.php:41
|
1761 |
#, fuzzy
|
1762 |
msgid "run listing for"
|
1763 |
msgstr "تشغيل الإعلان لـ"
|
1764 |
|
1765 |
+
#: templates/admin/fees-form.tpl.php:51
|
1766 |
#: templates/plan-selection-plan.tpl.php:39
|
1767 |
#, fuzzy
|
1768 |
msgid "days"
|
1769 |
msgstr "يوم"
|
1770 |
|
1771 |
+
#: templates/admin/fees-form.tpl.php:53
|
1772 |
#, fuzzy
|
1773 |
msgid "run listing forever"
|
1774 |
msgstr "تشغيل الإعلان إلى الأبد"
|
1775 |
|
1776 |
+
#: templates/admin/fees-form.tpl.php:58
|
1777 |
#, fuzzy
|
1778 |
msgid "Number of images allowed"
|
1779 |
msgstr "عدد الصور المسموح بها"
|
1780 |
|
1781 |
+
#: templates/admin/fees-form.tpl.php:73
|
1782 |
msgid "Private Fee Plan (visible to admins only)?"
|
1783 |
msgstr ""
|
1784 |
|
1785 |
+
#: templates/admin/fees-form.tpl.php:90
|
1786 |
#, fuzzy
|
1787 |
msgid "Is recurring?"
|
1788 |
msgstr "(متكرر)"
|
1789 |
|
1790 |
+
#: templates/admin/fees-form.tpl.php:102
|
1791 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1792 |
msgstr ""
|
1793 |
|
1794 |
+
#: templates/admin/fees-form.tpl.php:108
|
1795 |
#, fuzzy
|
1796 |
msgid "Is featured listing/sticky?"
|
1797 |
msgstr "هذا إعلان مميز/مثبت"
|
1798 |
|
1799 |
+
#: templates/admin/fees-form.tpl.php:119
|
1800 |
#, fuzzy
|
1801 |
msgid ""
|
1802 |
"This floats the listing to the top of search results and browsing the "
|
1805 |
"هذا يظهر الإعلان أعلى نتائج البحث وأثناء تصفح الدليل عندما يشتري العضو هذه "
|
1806 |
"الخطة."
|
1807 |
|
1808 |
+
#: templates/admin/fees-form.tpl.php:125
|
1809 |
msgid "Listing background color:"
|
1810 |
msgstr ""
|
1811 |
|
1812 |
+
#: templates/admin/fees-form.tpl.php:131
|
1813 |
msgid "Used to differentiate listings inside this plan from others."
|
1814 |
msgstr ""
|
1815 |
|
1816 |
+
#: templates/admin/fees-form.tpl.php:243
|
1817 |
#: templates/admin/settings-email.tpl.php:116
|
1818 |
#: templates/submit-listing-section.tpl.php:30
|
1819 |
#, fuzzy
|
1999 |
msgid "Payment Not Found"
|
2000 |
msgstr "معلومات الرسوم"
|
2001 |
|
2002 |
+
#: templates/admin/payments-details.tpl.php:42
|
2003 |
msgid "Overview"
|
2004 |
msgstr ""
|
2005 |
|
2006 |
+
#: templates/admin/payments-details.tpl.php:46
|
2007 |
+
#: templates/admin/payments-details.tpl.php:80
|
2008 |
#, fuzzy
|
2009 |
msgid "Payment ID"
|
2010 |
msgstr "الدفع"
|
2011 |
|
2012 |
+
#: templates/admin/payments-details.tpl.php:50
|
2013 |
#, fuzzy
|
2014 |
msgid "Listing"
|
2015 |
msgstr "إعلان"
|
2016 |
|
2017 |
+
#: templates/admin/payments-details.tpl.php:56
|
2018 |
#, fuzzy
|
2019 |
msgid "Status"
|
2020 |
msgstr "الحالة"
|
2021 |
|
2022 |
+
#: templates/admin/payments-details.tpl.php:65
|
2023 |
#, fuzzy
|
2024 |
msgid "Date"
|
2025 |
msgstr "Date"
|
2026 |
|
2027 |
+
#: templates/admin/payments-details.tpl.php:69
|
2028 |
#, fuzzy
|
2029 |
msgid "Time"
|
2030 |
msgstr "الوقت: %s"
|
2031 |
|
2032 |
+
#: templates/admin/payments-details.tpl.php:74
|
2033 |
#, fuzzy
|
2034 |
msgid "Gateway"
|
2035 |
msgstr "بوابة"
|
2036 |
|
2037 |
#. translators: Gateway: (Not yet set)
|
2038 |
+
#: templates/admin/payments-details.tpl.php:76
|
2039 |
#, fuzzy
|
2040 |
msgid "(Not yet set)"
|
2041 |
msgstr "لم تتسجل بعد؟"
|
2042 |
|
2043 |
+
#: templates/admin/payments-details.tpl.php:91
|
2044 |
#, fuzzy
|
2045 |
msgid "Delete Payment"
|
2046 |
msgstr "رفض الدفع"
|
2047 |
|
2048 |
+
#: templates/admin/payments-details.tpl.php:93
|
2049 |
#, fuzzy
|
2050 |
msgid "Save Payment"
|
2051 |
msgstr "الدفع"
|
2052 |
|
2053 |
+
#: templates/admin/payments-details.tpl.php:104
|
2054 |
#, fuzzy
|
2055 |
msgid "Details"
|
2056 |
msgstr "+ Détails"
|
2057 |
|
2058 |
+
#: templates/admin/payments-details.tpl.php:108
|
2059 |
#, fuzzy
|
2060 |
msgid "Item Type"
|
2061 |
msgstr "نوع الحقل"
|
2062 |
|
2063 |
+
#: templates/admin/payments-details.tpl.php:121
|
2064 |
#: templates/payment/payment_items.tpl.php:23
|
2065 |
#, fuzzy
|
2066 |
msgid "Total"
|
2067 |
msgstr "مجموع"
|
2068 |
|
2069 |
+
#: templates/admin/payments-details.tpl.php:132
|
2070 |
#, fuzzy
|
2071 |
msgid "Customer Details"
|
2072 |
msgstr "تفاصيل الرسوم الحالية"
|
2073 |
|
2074 |
+
#: templates/admin/payments-details.tpl.php:142
|
2075 |
#: templates/checkout-billing-form.tpl.php:17
|
2076 |
#, fuzzy
|
2077 |
msgid "First Name"
|
2078 |
msgstr "الإسم الشخصي:"
|
2079 |
|
2080 |
+
#: templates/admin/payments-details.tpl.php:147
|
2081 |
#: templates/checkout-billing-form.tpl.php:22
|
2082 |
#, fuzzy
|
2083 |
msgid "Last Name"
|
2084 |
msgstr "الإسم العائلي:"
|
2085 |
|
2086 |
+
#: templates/admin/payments-details.tpl.php:169
|
2087 |
#, fuzzy
|
2088 |
msgid "Address Line 1"
|
2089 |
msgstr "خانة العنوان 1:"
|
2090 |
|
2091 |
+
#: templates/admin/payments-details.tpl.php:173
|
2092 |
#: templates/checkout-billing-form.tpl.php:81
|
2093 |
#, fuzzy
|
2094 |
msgid "Address Line 2"
|
2095 |
msgstr "خانة العنوان 2:"
|
2096 |
|
2097 |
+
#: templates/admin/payments-details.tpl.php:182
|
2098 |
msgid "Notes & Log"
|
2099 |
msgstr ""
|
2100 |
|
2101 |
+
#: templates/admin/payments-details.tpl.php:187
|
2102 |
msgid "No notes."
|
2103 |
msgstr ""
|
2104 |
|
2105 |
+
#: templates/admin/payments-details.tpl.php:207
|
2106 |
#, fuzzy
|
2107 |
msgid "Add Note"
|
2108 |
msgstr "إضافة رسم"
|
2850 |
msgid "See an example CSV import file"
|
2851 |
msgstr "مشاهدة مثال لملف استيراد CSV"
|
2852 |
|
2853 |
+
#: includes/admin/class-csv-import.php:531
|
2854 |
msgctxt "admin csv-import"
|
2855 |
msgid ""
|
2856 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2857 |
"with the following error: <error-message>."
|
2858 |
msgstr ""
|
2859 |
|
2860 |
+
#: includes/admin/class-csv-import.php:537
|
2861 |
msgctxt "admin csv-import"
|
2862 |
msgid "Could not create listing category \"%s\""
|
2863 |
msgstr "لا يمكن إنشاء تصنيف الإعلان \"%s\""
|
2864 |
|
2865 |
+
#: includes/admin/class-csv-import.php:728
|
2866 |
msgctxt "admin csv-import"
|
2867 |
msgid "Username \"%s\" does not exist"
|
2868 |
msgstr "إسم المستخدم \"%s\" غير موجود"
|
2869 |
|
2870 |
+
#: includes/admin/class-csv-import.php:755
|
2871 |
msgctxt "admin csv-import"
|
2872 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2873 |
msgstr ""
|
2874 |
|
2875 |
+
#: includes/admin/class-csv-import.php:786
|
2876 |
msgctxt "admin csv-import"
|
2877 |
msgid "Missing required field: %s"
|
2878 |
msgstr "حقل مطلوب مفقود: %s"
|
2879 |
|
2880 |
+
#: includes/admin/class-csv-import.php:831
|
2881 |
msgctxt "admin csv-import"
|
2882 |
msgid "Listing category \"%s\" does not exist"
|
2883 |
msgstr "تصنيف الإعلان \"%s\" غير موجود"
|
2884 |
|
2885 |
+
#: includes/admin/class-csv-import.php:902
|
2886 |
msgctxt "admin csv-import"
|
2887 |
msgid "The string <string> couldn't be converted into a valid date."
|
2888 |
msgstr ""
|
3055 |
msgid "Here, you can import data into your directory using the CSV format."
|
3056 |
msgstr "هنا، يمكنك استيراد البيانات إلى الدليل الخاص بك باستخدام تنسيق CSV."
|
3057 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3058 |
#: templates/admin/csv-import.tpl.php:45
|
3059 |
msgctxt "admin csv-import"
|
3060 |
msgid "Import Files"
|
3070 |
msgid "... or <a>select a file uploaded to the imports folder</a>"
|
3071 |
msgstr ".. أو <a>حدد ملفا تم تحميله إلى مجلد الاستراد</a>"
|
3072 |
|
3073 |
+
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
|
3074 |
msgctxt "admin csv-import"
|
3075 |
msgid "(Upload new file)"
|
3076 |
msgstr "(رفع ملف جديد)"
|
3080 |
msgid "ZIP file containing images"
|
3081 |
msgstr "ملف مضغوط يحتوي على صور"
|
3082 |
|
3083 |
+
#: templates/admin/csv-import.tpl.php:113
|
3084 |
msgctxt "admin csv-import"
|
3085 |
msgid "CSV File Settings"
|
3086 |
msgstr "إعدادات ملف CSV"
|
3087 |
|
3088 |
+
#: templates/admin/csv-import.tpl.php:117
|
3089 |
msgctxt "admin csv-import"
|
3090 |
msgid "Column Separator"
|
3091 |
msgstr "فاصلة الأعمدة"
|
3092 |
|
3093 |
+
#: templates/admin/csv-import.tpl.php:125
|
3094 |
msgctxt "admin csv-import"
|
3095 |
msgid "Comma (,)"
|
3096 |
msgstr ""
|
3097 |
|
3098 |
+
#: templates/admin/csv-import.tpl.php:131
|
3099 |
msgctxt "admin csv-import"
|
3100 |
msgid "Semicolon (;)"
|
3101 |
msgstr ""
|
3102 |
|
3103 |
+
#: templates/admin/csv-import.tpl.php:137
|
3104 |
msgctxt "admin csv-import"
|
3105 |
msgid "TAB"
|
3106 |
msgstr ""
|
3107 |
|
3108 |
+
#: templates/admin/csv-import.tpl.php:143
|
3109 |
msgctxt "admin csv-import"
|
3110 |
msgid "Image Separator"
|
3111 |
msgstr "فاصلة الصورة "
|
3112 |
|
3113 |
+
#: templates/admin/csv-import.tpl.php:154
|
3114 |
msgctxt "admin csv-import"
|
3115 |
msgid "Category Separator"
|
3116 |
msgstr "فاصلة التصنيف"
|
3117 |
|
3118 |
+
#: templates/admin/csv-import.tpl.php:165
|
3119 |
msgctxt "admin csv-import"
|
3120 |
msgid "Import settings"
|
3121 |
msgstr "إعدادات الاستيراد"
|
3122 |
|
3123 |
+
#: templates/admin/csv-import.tpl.php:169
|
3124 |
#, fuzzy
|
3125 |
msgctxt "admin csv-import"
|
3126 |
msgid "Post status of new imported listings"
|
3127 |
msgstr "حالة مقالة الإعلانات المستوردة"
|
3128 |
|
3129 |
+
#: templates/admin/csv-import.tpl.php:186
|
3130 |
#, fuzzy
|
3131 |
msgctxt "admin csv-import"
|
3132 |
msgid "Post status of existing imported listings"
|
3133 |
msgstr "حالة مقالة الإعلانات المستوردة"
|
3134 |
|
3135 |
+
#: templates/admin/csv-import.tpl.php:190
|
3136 |
#, fuzzy
|
3137 |
msgctxt "admin csv-import"
|
3138 |
msgid "Preserve existing status"
|
3139 |
msgstr "الإعلانات"
|
3140 |
|
3141 |
+
#: templates/admin/csv-import.tpl.php:204
|
3142 |
msgctxt "admin csv-import"
|
3143 |
msgid "Missing categories handling"
|
3144 |
msgstr "معالجة التصنيفات المفقودة"
|
3145 |
|
3146 |
+
#: templates/admin/csv-import.tpl.php:209
|
3147 |
msgctxt "admin csv-import"
|
3148 |
msgid "Auto-create categories"
|
3149 |
msgstr "الإنشاء التلقائي للتصنيفات"
|
3150 |
|
3151 |
+
#: templates/admin/csv-import.tpl.php:212
|
3152 |
msgctxt "admin csv-import"
|
3153 |
msgid "Generate errors when a category is not found"
|
3154 |
msgstr "إنشاء أخطاء عند عدم العثور على تصنيف"
|
3155 |
|
3156 |
+
#: templates/admin/csv-import.tpl.php:217
|
3157 |
msgctxt "admin csv-import"
|
3158 |
msgid "Keep existing listing images?"
|
3159 |
msgstr "الاحتفاظ بصور الإعلانات الموجودة؟"
|
3160 |
|
3161 |
+
#: templates/admin/csv-import.tpl.php:222
|
3162 |
msgctxt "admin csv-import"
|
3163 |
msgid "Keep existing images."
|
3164 |
msgstr "الاحتفاظ بالصور الموجودة."
|
3165 |
|
3166 |
+
#: templates/admin/csv-import.tpl.php:223
|
3167 |
msgctxt "admin csv-import"
|
3168 |
msgid "Appends new images while keeping current ones."
|
3169 |
msgstr "إلحاق الصور الجديدة مع الاحتفاظ بالموجودة حاليا."
|
3170 |
|
3171 |
+
#: templates/admin/csv-import.tpl.php:228
|
3172 |
msgctxt "admin csv-import"
|
3173 |
msgid "Assign listings to a user?"
|
3174 |
msgstr "تعيين إعلانات للعضو؟"
|
3175 |
|
3176 |
+
#: templates/admin/csv-import.tpl.php:234
|
3177 |
msgctxt "admin csv-import"
|
3178 |
msgid "Assign listings to a user."
|
3179 |
msgstr "تعيين إعلانات للعضو."
|
3180 |
|
3181 |
+
#: templates/admin/csv-import.tpl.php:239
|
3182 |
msgctxt "admin csv-import"
|
3183 |
msgid "Use a default user for listings?"
|
3184 |
msgstr "استخدام العضو الافتراضي للإعلانات؟"
|
3185 |
|
3186 |
+
#: templates/admin/csv-import.tpl.php:245
|
3187 |
msgctxt "admin csv-import"
|
3188 |
msgid ""
|
3189 |
"Select a default user to be used if the username column is not present in "
|
3192 |
"حدد العضو الافتراضي لاستخدامه إذا كان العمود إسم المستخدم غير موجود في ملف "
|
3193 |
"CSV."
|
3194 |
|
3195 |
+
#: templates/admin/csv-import.tpl.php:250
|
3196 |
msgctxt "admin csv-import"
|
3197 |
msgid "Default listing user"
|
3198 |
msgstr "إعلان العضو الافتراضي"
|
3199 |
|
3200 |
+
#: templates/admin/csv-import.tpl.php:256
|
3201 |
msgctxt "admin csv-import"
|
3202 |
msgid ""
|
3203 |
"This user will be used if the username column is not present in the CSV file."
|
3204 |
msgstr "سيتم استخدام هذا العضو إذا كان عمود إسم المستخدم غير موجود في ملف CSV."
|
3205 |
|
3206 |
+
#: templates/admin/csv-import.tpl.php:261
|
3207 |
#, fuzzy
|
3208 |
msgctxt "admin csv-import"
|
3209 |
msgid "Number of listings imported on every cycle"
|
3210 |
msgstr "عدد الإعلانات للعرض"
|
3211 |
|
3212 |
+
#: templates/admin/csv-import.tpl.php:269
|
3213 |
msgctxt "admin csv-import"
|
3214 |
msgid ""
|
3215 |
"If you are having trouble importing listings due to memory problems, try "
|
3218 |
"success on shared hosting platforms and other resource-constrained servers."
|
3219 |
msgstr ""
|
3220 |
|
3221 |
+
#: templates/admin/csv-import.tpl.php:288
|
3222 |
msgctxt "admin csv-import"
|
3223 |
msgid "Test Import"
|
3224 |
msgstr "اختبار الاستيراد"
|
3225 |
|
3226 |
+
#: templates/admin/csv-import.tpl.php:289
|
3227 |
msgctxt "admin csv-import"
|
3228 |
msgid "Import Listings"
|
3229 |
msgstr "استيراد الإعلانات"
|
3230 |
|
3231 |
+
#: templates/admin/csv-import.tpl.php:296
|
3232 |
msgctxt "admin csv-import"
|
3233 |
msgid ""
|
3234 |
"The following are the valid header names to be used in the CSV file. "
|
3240 |
"القيم (مثل تصنيف أو وسوم) عدة مرات في الملف. إضغط فوق <a href=\"%s\">\"انظر "
|
3241 |
"مثال لملف استيراد CSV\"</a> لمعرفة كيف يجب أن يبدو ملف الاستيراد."
|
3242 |
|
3243 |
+
#: templates/admin/csv-import.tpl.php:303
|
3244 |
msgctxt "admin csv-import"
|
3245 |
msgid "Header name/label"
|
3246 |
msgstr "إسم رأس/التسمية"
|
3247 |
|
3248 |
+
#: templates/admin/csv-import.tpl.php:304
|
3249 |
msgctxt "admin csv-import"
|
3250 |
msgid "Field"
|
3251 |
msgstr "حقل"
|
3252 |
|
3253 |
+
#: templates/admin/csv-import.tpl.php:306
|
3254 |
msgctxt "admin csv-import"
|
3255 |
msgid "Required?"
|
3256 |
msgstr "مطلوب؟"
|
3257 |
|
3258 |
+
#: templates/admin/csv-import.tpl.php:307
|
3259 |
msgctxt "admin csv-import"
|
3260 |
msgid "Multivalued?"
|
3261 |
msgstr "متعدد القيم؟"
|
3262 |
|
3263 |
+
#: templates/admin/csv-import.tpl.php:332
|
3264 |
#, fuzzy
|
3265 |
msgctxt "admin csv-import"
|
3266 |
msgid ""
|
3270 |
"تاريخ انتهاء صلاحية الإعلان بهذا التنسيق YYYY-MM-dd. \"استخدام\" هذا العمود "
|
3271 |
"عند إضافة أو تحديث الإعلانات من مصادر خارجية."
|
3272 |
|
3273 |
+
#: templates/admin/csv-import.tpl.php:339
|
3274 |
msgctxt "admin csv-import"
|
3275 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
3276 |
msgstr "لائحة مفصولة بفاصلة منقوطة لصور الإعلانات (من ملف مضغوط)"
|
3277 |
|
3278 |
+
#: templates/admin/csv-import.tpl.php:346
|
3279 |
msgctxt "admin csv-import"
|
3280 |
msgid "Listing author's username"
|
3281 |
msgstr "إسم مستخدم كاتب الإعلان"
|
3282 |
|
3283 |
+
#: templates/admin/csv-import.tpl.php:353
|
3284 |
msgctxt "admin csv-import"
|
3285 |
msgid ""
|
3286 |
"Internal Sequence ID used to allow listing updates from external sources."
|
3287 |
msgstr ""
|
3288 |
"معرف (ID) تسلسل داخلي يستخدم للسماح للإعلان بالتحديثات من مصادر خارجية."
|
3289 |
|
3290 |
+
#: templates/admin/csv-import.tpl.php:360
|
3291 |
msgctxt "admin csv-import"
|
3292 |
msgid ""
|
3293 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
3308 |
msgid "Export"
|
3309 |
msgstr "تصدير CSV"
|
3310 |
|
3311 |
+
#: includes/admin/class-admin-listings.php:60
|
3312 |
msgctxt "admin category filter"
|
3313 |
msgid "All categories"
|
3314 |
msgstr "جميع التصنيفات"
|
3315 |
|
3316 |
+
#: includes/admin/class-admin-listings.php:175
|
3317 |
#, fuzzy
|
3318 |
msgctxt "admin listings"
|
3319 |
msgid ""
|
3325 |
"به) مطلوب من أجل تحديد الميزات المتوفرة لهذا الإعلان، زائد التعامل مع تجديد "
|
3326 |
"الاشتراك."
|
3327 |
|
3328 |
+
#: includes/admin/class-admin-listings.php:311
|
3329 |
#, fuzzy
|
3330 |
msgctxt "admin listings"
|
3331 |
msgid "Never"
|
3332 |
msgstr "أبداً"
|
3333 |
|
3334 |
+
#: includes/admin/class-admin-listings.php:337
|
3335 |
#, fuzzy
|
3336 |
msgctxt "admin listings"
|
3337 |
msgid "Featured"
|
3338 |
msgstr "حالة مميزة (مثبت)"
|
3339 |
|
3340 |
+
#: includes/admin/class-admin-listings.php:341
|
3341 |
#, fuzzy
|
3342 |
msgctxt "admin listings"
|
3343 |
msgid "Recurring"
|
3344 |
msgstr "(متكرر)"
|
3345 |
|
3346 |
+
#: includes/admin/class-admin-listings.php:345
|
3347 |
#, fuzzy
|
3348 |
msgctxt "admin listings"
|
3349 |
msgid "Free"
|
3350 |
msgstr "مجاني"
|
3351 |
|
3352 |
+
#: includes/admin/class-admin-listings.php:349
|
3353 |
#, fuzzy
|
3354 |
msgctxt "admin listings"
|
3355 |
msgid "Payment Not Found"
|
3356 |
msgstr "معلومات الرسوم"
|
3357 |
|
3358 |
+
#: includes/admin/class-admin-listings.php:353
|
3359 |
#, fuzzy
|
3360 |
msgctxt "admin listings"
|
3361 |
msgid "Payment %s"
|
3362 |
msgstr "الدفع #%d"
|
3363 |
|
3364 |
+
#: includes/admin/class-admin-listings.php:362
|
3365 |
msgctxt "admin listings"
|
3366 |
msgid "Reported"
|
3367 |
msgstr ""
|
3368 |
|
3369 |
+
#: includes/admin/class-admin-listings.php:689
|
3370 |
msgctxt "admin listings"
|
3371 |
msgid "Listing's payment history successfully deleted"
|
3372 |
msgstr ""
|
3394 |
msgid "Clear listing reports."
|
3395 |
msgstr "الإعلان منتهي التاريخ"
|
3396 |
|
3397 |
+
#: includes/admin/class-admin-listings.php:201
|
3398 |
#, fuzzy
|
3399 |
msgctxt "admin"
|
3400 |
msgid "Directory Listing Fields / Images"
|
3401 |
msgstr "حقول / صور الإعلان"
|
3402 |
|
3403 |
+
#: includes/admin/class-admin-listings.php:265
|
3404 |
msgctxt "admin"
|
3405 |
msgid "Categories"
|
3406 |
msgstr "التصنيفات"
|
3582 |
msgid "Abandoned"
|
3583 |
msgstr "متخلى عنه"
|
3584 |
|
3585 |
+
#: includes/admin/class-admin-listings.php:322
|
3586 |
msgctxt "listing attribute"
|
3587 |
msgid "No Fee Plan"
|
3588 |
msgstr ""
|
3589 |
|
3590 |
+
#: includes/admin/class-admin-listings.php:422
|
3591 |
msgctxt "listing status"
|
3592 |
msgid "Reported"
|
3593 |
msgstr ""
|
3644 |
msgid "Abandoned"
|
3645 |
msgstr "متخلى عنه"
|
3646 |
|
3647 |
+
#: includes/admin/class-admin-listings.php:476
|
3648 |
msgctxt "admin actions"
|
3649 |
msgid "Delete Listing"
|
3650 |
msgstr "حذف الإعلان"
|
3651 |
|
3652 |
+
#: includes/admin/class-admin-listings.php:487
|
3653 |
#, fuzzy
|
3654 |
msgctxt "admin actions"
|
3655 |
msgid "View Payments"
|
3656 |
msgstr "الدفع"
|
3657 |
|
3658 |
+
#: includes/admin/class-admin-listings.php:492
|
3659 |
#, fuzzy
|
3660 |
msgctxt "admin actions"
|
3661 |
msgid "View Payment"
|
3662 |
msgstr "الدفع"
|
3663 |
|
3664 |
+
#: includes/admin/class-admin-listings.php:622
|
3665 |
#, fuzzy
|
3666 |
msgctxt "admin actions"
|
3667 |
msgid "Publish listings"
|
3668 |
msgstr "نشر إعلان"
|
3669 |
|
3670 |
+
#: includes/admin/class-admin-listings.php:623
|
3671 |
#, fuzzy
|
3672 |
msgctxt "admin actions"
|
3673 |
msgid "Mark as \"Pending Review\""
|
3674 |
msgstr " في الانتظار"
|
3675 |
|
3676 |
+
#: includes/admin/class-admin-listings.php:624
|
3677 |
msgctxt "admin actions"
|
3678 |
msgid "Hide from directory (mark as \"Draft\")"
|
3679 |
msgstr ""
|
3680 |
|
3681 |
+
#: includes/admin/class-admin-listings.php:626
|
3682 |
#, fuzzy
|
3683 |
msgctxt "admin actions"
|
3684 |
msgid "Renew listings"
|
3685 |
msgstr "تجديد الإعلان"
|
3686 |
|
3687 |
+
#: includes/admin/class-admin-listings.php:627
|
3688 |
#, fuzzy
|
3689 |
msgctxt "admin actions"
|
3690 |
msgid "Set listings as \"Expired\""
|
3691 |
msgstr "الإعلان منتهي التاريخ"
|
3692 |
|
3693 |
+
#: includes/admin/class-admin-listings.php:634
|
3694 |
#, fuzzy
|
3695 |
msgctxt "admin actions"
|
3696 |
msgid "Send access keys"
|
3724 |
msgid "Settings"
|
3725 |
msgstr "إعدادات"
|
3726 |
|
3727 |
+
#: includes/admin/class-csv-exporter.php:110
|
3728 |
msgctxt "admin csv-export"
|
3729 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3730 |
msgstr "لا يمكن إنشاء مجلد مؤقت للتعامل مع تصدير CSV."
|
3731 |
|
3732 |
+
#: includes/admin/class-csv-exporter.php:111
|
|
|
|
|
|
|
|
|
|
|
3733 |
msgctxt "admin csv-export"
|
3734 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3735 |
msgstr "حدث خطأ أثناء إنشاء مجلد مؤقت لتصدير CSV: %s"
|
3736 |
|
3737 |
+
#: includes/admin/csv-export.php:48
|
3738 |
msgctxt "admin csv-export"
|
3739 |
msgid "Could not decode export state information."
|
3740 |
msgstr ""
|
3751 |
"حاول تعطيل إضافات أخرى أولاً و/أو زيادة قيم التوجيهات 'memory_limit' و "
|
3752 |
"'max_execution_time' في الخادم الخاص بك بتعديل ملف الإعدادات php.ini."
|
3753 |
|
3754 |
+
#: templates/admin/csv-export.tpl.php:29
|
|
|
|
|
|
|
|
|
|
|
3755 |
msgctxt "admin csv-export"
|
3756 |
msgid "Export settings"
|
3757 |
msgstr "إعدادات التصدير"
|
3758 |
|
3759 |
+
#: templates/admin/csv-export.tpl.php:33
|
3760 |
msgctxt "admin csv-export"
|
3761 |
msgid "Which listings to export?"
|
3762 |
msgstr "أي لائحة تريد التصدير؟"
|
3763 |
|
3764 |
+
#: templates/admin/csv-export.tpl.php:37
|
3765 |
msgctxt "admin csv-export"
|
3766 |
msgid "All"
|
3767 |
msgstr "الكل"
|
3768 |
|
3769 |
+
#: templates/admin/csv-export.tpl.php:38
|
3770 |
msgctxt "admin csv-export"
|
3771 |
msgid "Active Only"
|
3772 |
msgstr "المفعل فقط"
|
3773 |
|
3774 |
+
#: templates/admin/csv-export.tpl.php:39
|
3775 |
msgctxt "admin csv-export"
|
3776 |
msgid "Active + Pending Renewal"
|
3777 |
msgstr "مفعل + ريثما يتم التجديد"
|
3778 |
|
3779 |
+
#: templates/admin/csv-export.tpl.php:45
|
3780 |
msgctxt "admin csv-export"
|
3781 |
msgid "Export images?"
|
3782 |
msgstr "تصدير الصور؟"
|
3783 |
|
3784 |
+
#: templates/admin/csv-export.tpl.php:50
|
3785 |
msgctxt "admin csv-export"
|
3786 |
msgid "Export images"
|
3787 |
msgstr "تصدير الصور"
|
3788 |
|
3789 |
+
#: templates/admin/csv-export.tpl.php:52
|
3790 |
msgctxt "admin csv-export"
|
3791 |
msgid ""
|
3792 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
3795 |
"عند اختيار الخانة، بدلاً من مجرد ملف CSV سيتم إنشاء ملف مضغوط مع ملف CSV "
|
3796 |
"ولائحة الصور."
|
3797 |
|
3798 |
+
#: templates/admin/csv-export.tpl.php:58
|
3799 |
msgctxt "admin csv-export"
|
3800 |
msgid "Additional metadata to export:"
|
3801 |
msgstr "بيانات تعريف إضافية للتصدير:"
|
3802 |
|
3803 |
+
#: templates/admin/csv-export.tpl.php:63
|
3804 |
msgctxt "admin csv-export"
|
3805 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3806 |
msgstr "تتضمن معرفات (IDs) فريدة لكل إعلان (عمود sequence_id)."
|
3807 |
|
3808 |
+
#: templates/admin/csv-export.tpl.php:71
|
3809 |
msgctxt "admin csv-export"
|
3810 |
msgid "Author information (username)"
|
3811 |
msgstr "معلومات الكاتب (إسم المستخدم)"
|
3812 |
|
3813 |
+
#: templates/admin/csv-export.tpl.php:76
|
3814 |
msgctxt "admin csv-export"
|
3815 |
msgid "Listing expiration date"
|
3816 |
msgstr "إنتهاء صلاحية الإعلان"
|
3817 |
|
3818 |
+
#: templates/admin/csv-export.tpl.php:80
|
3819 |
#, fuzzy
|
3820 |
msgctxt "admin csv-export"
|
3821 |
msgid "Listing created date"
|
3822 |
msgstr "صور الإعلانات"
|
3823 |
|
3824 |
+
#: templates/admin/csv-export.tpl.php:84
|
3825 |
#, fuzzy
|
3826 |
msgctxt "admin csv-export"
|
3827 |
msgid "Listing last updated date"
|
3828 |
msgstr "إنتهاء صلاحية الإعلان"
|
3829 |
|
3830 |
+
#: templates/admin/csv-export.tpl.php:88
|
3831 |
#, fuzzy
|
3832 |
msgctxt "admin csv-export"
|
3833 |
msgid "Listing T&C acceptance date"
|
3834 |
msgstr "صور الإعلانات"
|
3835 |
|
3836 |
+
#: templates/admin/csv-export.tpl.php:93
|
3837 |
msgctxt "admin csv-export"
|
3838 |
msgid "CSV File Settings"
|
3839 |
msgstr "إعدادات ملف CSV"
|
3840 |
|
3841 |
+
#: templates/admin/csv-export.tpl.php:97
|
3842 |
msgctxt "admin csv-export"
|
3843 |
msgid "What operating system will you use to edit the CSV file?"
|
3844 |
msgstr ""
|
3845 |
|
3846 |
+
#: templates/admin/csv-export.tpl.php:104
|
3847 |
msgctxt "admin csv-export"
|
3848 |
msgid "Windows"
|
3849 |
msgstr ""
|
3850 |
|
3851 |
+
#: templates/admin/csv-export.tpl.php:109
|
3852 |
msgctxt "admin csv-export"
|
3853 |
msgid "macOS"
|
3854 |
msgstr ""
|
3855 |
|
3856 |
+
#: templates/admin/csv-export.tpl.php:111
|
3857 |
msgctxt "admin csv-export"
|
3858 |
msgid ""
|
3859 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
3862 |
"each operating system."
|
3863 |
msgstr ""
|
3864 |
|
3865 |
+
#: templates/admin/csv-export.tpl.php:116
|
3866 |
msgctxt "admin csv-export"
|
3867 |
msgid "Image Separator"
|
3868 |
msgstr "فاصلة الصورة "
|
3869 |
|
3870 |
+
#: templates/admin/csv-export.tpl.php:127
|
3871 |
msgctxt "admin csv-export"
|
3872 |
msgid "Category Separator"
|
3873 |
msgstr "فاصلة التصنيف"
|
3874 |
|
3875 |
+
#: templates/admin/csv-export.tpl.php:139
|
3876 |
msgctxt "admin csv-export"
|
3877 |
msgid "Export Listings"
|
3878 |
msgstr "الإعلانات المصدرة"
|
3879 |
|
3880 |
+
#: templates/admin/csv-export.tpl.php:145
|
3881 |
msgctxt "admin csv-export"
|
3882 |
msgid "Export in Progress..."
|
3883 |
msgstr "جاري التصدير..."
|
3884 |
|
3885 |
+
#: templates/admin/csv-export.tpl.php:146
|
3886 |
msgctxt "admin csv-export"
|
3887 |
msgid ""
|
3888 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
3890 |
msgstr ""
|
3891 |
"جاري إعداد ملف التصدير. المرجو <u>عدم ترك</u> هذه الصفحة حتى انتهاء التصدير."
|
3892 |
|
3893 |
+
#: templates/admin/csv-export.tpl.php:149
|
3894 |
msgctxt "admin csv-export"
|
3895 |
msgid "No. of listings:"
|
3896 |
msgstr "أرقام الإعلانات:"
|
3897 |
|
3898 |
+
#: templates/admin/csv-export.tpl.php:151
|
3899 |
msgctxt "admin csv-export"
|
3900 |
msgid "Approximate export file size:"
|
3901 |
msgstr "الحجم التقريبي لملف التصدير:"
|
3902 |
|
3903 |
+
#: templates/admin/csv-export.tpl.php:158
|
3904 |
msgctxt "admin csv-export"
|
3905 |
msgid "Cancel Export"
|
3906 |
msgstr "إلغاء التصدير"
|
3907 |
|
3908 |
+
#: templates/admin/csv-export.tpl.php:163
|
3909 |
msgctxt "admin csv-export"
|
3910 |
msgid "Export Complete"
|
3911 |
msgstr "تم التصدير"
|
3912 |
|
3913 |
+
#: templates/admin/csv-export.tpl.php:164
|
3914 |
msgctxt "admin csv-export"
|
3915 |
msgid ""
|
3916 |
"Your export file has been successfully created and it is now ready for "
|
3917 |
"download."
|
3918 |
msgstr "تم بنجاح إنشاء ملف التصدير، والآن جاهز للتحميل."
|
3919 |
|
3920 |
+
#: templates/admin/csv-export.tpl.php:168
|
3921 |
#, fuzzy
|
3922 |
msgctxt "admin csv-export"
|
3923 |
msgid "Download %1$s (%2$s)"
|
3924 |
msgstr "تحميل %s (%s)"
|
3925 |
|
3926 |
+
#: templates/admin/csv-export.tpl.php:175
|
3927 |
msgctxt "admin csv-export"
|
3928 |
msgid ""
|
3929 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
3932 |
"إضغط على \"تنظيف\" بعد تحميل الملف بغية إزالة جميع البيانات المؤقتة التي تم "
|
3933 |
"إنشاؤها بواسطة \"دليل الأعمال\" أثناء عملية التصدير."
|
3934 |
|
3935 |
+
#: templates/admin/csv-export.tpl.php:176
|
3936 |
msgctxt "admin csv-export"
|
3937 |
msgid "Cleanup"
|
3938 |
msgstr "نظف"
|
3939 |
|
3940 |
+
#: templates/admin/csv-export.tpl.php:181
|
3941 |
msgctxt "admin csv-export"
|
3942 |
msgid "Export Canceled"
|
3943 |
msgstr "ألغي التصدير"
|
3944 |
|
3945 |
+
#: templates/admin/csv-export.tpl.php:182
|
3946 |
msgctxt "admin csv-export"
|
3947 |
msgid "The export has been canceled."
|
3948 |
msgstr "تم إلغاء التصدير"
|
3949 |
|
3950 |
+
#: templates/admin/csv-export.tpl.php:183
|
3951 |
msgctxt "admin csv-export"
|
3952 |
msgid "← Return to CSV Export"
|
3953 |
msgstr "← العودة إلى تصدير CSV"
|
4122 |
msgid "Custom Order"
|
4123 |
msgstr "ترتيب مخصص"
|
4124 |
|
4125 |
+
#: includes/admin/fees.php:105
|
4126 |
#, fuzzy
|
4127 |
msgctxt "fees admin"
|
4128 |
msgid "Fee plan added."
|
4129 |
msgstr "الرسوم حدثت."
|
4130 |
|
4131 |
+
#: includes/admin/fees.php:107
|
4132 |
#, fuzzy
|
4133 |
msgctxt "fees admin"
|
4134 |
msgid "Fee plan updated."
|
4135 |
msgstr "الرسوم حدثت."
|
4136 |
|
4137 |
+
#: includes/admin/fees.php:166
|
4138 |
#, fuzzy
|
4139 |
msgctxt "fees admin"
|
4140 |
msgid "Fee \"%s\" deleted."
|
4141 |
msgstr "الرسوم حذفت."
|
4142 |
|
4143 |
+
#: includes/admin/fees.php:178
|
4144 |
msgctxt "fees admin"
|
4145 |
msgid "Fee disabled."
|
4146 |
msgstr "رسوم معطلة."
|
4322 |
msgid "Status"
|
4323 |
msgstr "الحالة"
|
4324 |
|
4325 |
+
#: templates/admin/fees-form.tpl.php:136
|
4326 |
msgctxt "fees admin"
|
4327 |
msgid "Plan Category Policy:"
|
4328 |
msgstr ""
|
4329 |
|
4330 |
+
#: templates/admin/fees-form.tpl.php:141
|
4331 |
#, fuzzy
|
4332 |
msgctxt "fees admin"
|
4333 |
msgid "Plan applies to all categories"
|
4334 |
msgstr "تجديد قائمة في جميع فئات منتهية الصلاحية"
|
4335 |
|
4336 |
+
#: templates/admin/fees-form.tpl.php:142
|
4337 |
msgctxt "fees admin"
|
4338 |
msgid "Plan applies to only certain categories"
|
4339 |
msgstr ""
|
4340 |
|
4341 |
+
#: templates/admin/fees-form.tpl.php:146
|
4342 |
#, fuzzy
|
4343 |
msgctxt "fees admin"
|
4344 |
msgid "Limit plan to the following categories:"
|
4345 |
msgstr "يمكنك استخدام العناصر النائبة التالية:"
|
4346 |
|
4347 |
+
#: templates/admin/fees-form.tpl.php:170
|
4348 |
msgctxt "fees admin"
|
4349 |
msgid "Click to add categories to the selection."
|
4350 |
msgstr ""
|
4351 |
|
4352 |
+
#: templates/admin/fees-form.tpl.php:184
|
4353 |
#, fuzzy
|
4354 |
msgctxt "fees admin"
|
4355 |
msgid "Pricing"
|
4356 |
msgstr "السعر"
|
4357 |
|
4358 |
+
#: templates/admin/fees-form.tpl.php:192
|
4359 |
msgctxt "fees admin"
|
4360 |
msgid "Pricing model"
|
4361 |
msgstr ""
|
4362 |
|
4363 |
+
#: templates/admin/fees-form.tpl.php:196
|
4364 |
msgctxt "fees admin"
|
4365 |
msgid "Flat price"
|
4366 |
msgstr ""
|
4367 |
|
4368 |
+
#: templates/admin/fees-form.tpl.php:197
|
4369 |
#, fuzzy
|
4370 |
msgctxt "fees admin"
|
4371 |
msgid "Different price for different categories"
|
4372 |
msgstr "ترتيب فرز التصنيفات"
|
4373 |
|
4374 |
+
#: templates/admin/fees-form.tpl.php:198
|
4375 |
msgctxt "fees admin"
|
4376 |
msgid "Base price plus an extra amount per category"
|
4377 |
msgstr ""
|
4378 |
|
4379 |
+
#: templates/admin/fees-form.tpl.php:204
|
4380 |
#, fuzzy
|
4381 |
msgctxt "fees admin"
|
4382 |
msgid "Fee Price"
|
4383 |
msgstr "السعر"
|
4384 |
|
4385 |
+
#: templates/admin/fees-form.tpl.php:212
|
4386 |
#, fuzzy
|
4387 |
msgctxt "fees admin"
|
4388 |
msgid "Prices per category"
|
4389 |
msgstr "إزالة التصنيف"
|
4390 |
|
4391 |
+
#: templates/admin/fees-form.tpl.php:218
|
4392 |
#, fuzzy
|
4393 |
msgctxt "fees admin"
|
4394 |
msgid "Price"
|
4395 |
msgstr "السعر"
|
4396 |
|
4397 |
+
#: templates/admin/fees-form.tpl.php:232
|
4398 |
msgctxt "fees admin"
|
4399 |
msgid "Extra amount (per category)"
|
4400 |
msgstr ""
|
4476 |
msgid "Form Preview"
|
4477 |
msgstr "معاينة الاستمارة"
|
4478 |
|
4479 |
+
#: includes/admin/form-fields.php:367
|
4480 |
msgctxt "form-fields admin"
|
4481 |
msgid "Form fields updated."
|
4482 |
msgstr "تم تحديث الاستمارة."
|
4483 |
|
4484 |
+
#: includes/admin/form-fields.php:390
|
4485 |
msgctxt "form-fields admin"
|
4486 |
msgid ""
|
4487 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
4494 |
"الواجهة. إذا كنت تريد إظهار عناوين البريد الإلكتروني في الواجهة، يمكنك "
|
4495 |
"<a>تمكين عرض البريد الإلكتروني للعموم</a>."
|
4496 |
|
4497 |
+
#: includes/admin/form-fields.php:469
|
4498 |
msgctxt "form-fields admin"
|
4499 |
msgid "Field deleted."
|
4500 |
msgstr "تم حذف الحقل."
|
4501 |
|
4502 |
+
#: includes/admin/form-fields.php:509
|
4503 |
msgctxt "form-fields admin"
|
4504 |
msgid "Required fields created successfully."
|
4505 |
msgstr "الحقول المطلوبة أنشئت بنجاح."
|
4506 |
|
4507 |
+
#: includes/admin/form-fields.php:561
|
4508 |
msgctxt "form-fields admin"
|
4509 |
msgid "Tags updated."
|
4510 |
msgstr "تم تحديث الوسوم"
|
4927 |
msgstr "الإعلانات"
|
4928 |
|
4929 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
4930 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:31
|
4931 |
#, fuzzy
|
4932 |
msgctxt "listing metabox"
|
4933 |
msgid "N/A"
|
4934 |
msgstr "N/A غير قابل للتطبيق"
|
4935 |
|
4936 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:27
|
4937 |
#, fuzzy
|
4938 |
msgctxt "listing metabox"
|
4939 |
msgid "Last renew date"
|
4940 |
msgstr "تاريخ التجديد"
|
4941 |
|
4942 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:35
|
4943 |
#, fuzzy
|
4944 |
msgctxt "listing metabox"
|
4945 |
msgid "Plan Details"
|
4946 |
msgstr "تفاصيل الخطة"
|
4947 |
|
4948 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:37
|
4949 |
msgctxt "listing metabox"
|
4950 |
msgid "Fee Plan"
|
4951 |
msgstr ""
|
4952 |
|
4953 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:46
|
4954 |
msgctxt "listing metabox"
|
4955 |
msgid "Change plan"
|
4956 |
msgstr ""
|
4957 |
|
4958 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:69
|
4959 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:89
|
4960 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:103
|
4961 |
#, fuzzy
|
4962 |
msgctxt "listing metabox"
|
4963 |
msgid "OK"
|
4964 |
msgstr "حسناً"
|
4965 |
|
4966 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:70
|
4967 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
4968 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:104
|
4969 |
#, fuzzy
|
4970 |
msgctxt "listing metabox"
|
4971 |
msgid "Cancel"
|
4972 |
msgstr "إلغاء"
|
4973 |
|
4974 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:79
|
4975 |
#, fuzzy
|
4976 |
msgctxt "listing metabox"
|
4977 |
msgid "Expires On"
|
4978 |
msgstr "ستنتهي الصلاحية في"
|
4979 |
|
4980 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:94
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4981 |
#, fuzzy
|
4982 |
msgctxt "listing metabox"
|
4983 |
msgid "# of images"
|
4984 |
msgstr "# الصور"
|
4985 |
|
4986 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:107
|
4987 |
#, fuzzy
|
4988 |
msgctxt "listing metabox"
|
4989 |
msgid "Is Featured?"
|
4990 |
msgstr "تغذية %s"
|
4991 |
|
4992 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:114
|
4993 |
#, fuzzy
|
4994 |
msgctxt "listing metabox"
|
4995 |
msgid "Is Recurring?"
|
5131 |
"التي تنطوي على تلك الحقول تتطلب موارد كثيرة ويمكن أن تؤدي الى انتهاء المهلة "
|
5132 |
"و/ أو البطء العام."
|
5133 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5134 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
5135 |
msgctxt "admin settings"
|
5136 |
msgid "Do not include comments in listings"
|
7573 |
msgid "Category & plan selection"
|
7574 |
msgstr "إختيار تصنيف"
|
7575 |
|
7576 |
+
#: includes/views/submit_listing.php:799
|
7577 |
#, fuzzy
|
7578 |
msgctxt "submit listing"
|
7579 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7581 |
"لا يمكن أن نقوم بمعالجة الدفع الخاص بك في هذه اللحظة. المرجو المحاولة مرة "
|
7582 |
"أخرى لاحقاً."
|
7583 |
|
7584 |
+
#: includes/views/submit_listing.php:848 includes/views/submit_listing.php:970
|
7585 |
#, fuzzy
|
7586 |
msgctxt "submit listing"
|
7587 |
msgid "Please select a category."
|
7588 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
7589 |
|
7590 |
+
#: includes/views/submit_listing.php:871
|
7591 |
msgctxt "submit listing"
|
7592 |
msgid "Please choose a valid category for your plan."
|
7593 |
msgstr ""
|
7594 |
|
7595 |
+
#: includes/views/submit_listing.php:873
|
7596 |
#, fuzzy
|
7597 |
msgctxt "submit listing"
|
7598 |
msgid "Please choose a valid fee plan for your category selection."
|
7599 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
7600 |
|
7601 |
+
#: includes/views/submit_listing.php:1179
|
7602 |
#, fuzzy
|
7603 |
msgctxt "submit listing"
|
7604 |
msgid "Please enter your desired username."
|
7605 |
msgstr "يرجى إدخال إسمك."
|
7606 |
|
7607 |
+
#: includes/views/submit_listing.php:1184
|
7608 |
#, fuzzy
|
7609 |
msgctxt "submit listing"
|
7610 |
msgid "Please enter the e-mail for your new account."
|
7611 |
msgstr "يرجى إدخال إسمك."
|
7612 |
|
7613 |
+
#: includes/views/submit_listing.php:1189
|
7614 |
msgctxt "submit listing"
|
7615 |
msgid "The username you chose is already in use. Please use a different one."
|
7616 |
msgstr ""
|
7617 |
|
7618 |
+
#: includes/views/submit_listing.php:1194
|
7619 |
msgctxt "submit listing"
|
7620 |
msgid "The e-mail address you chose for your account is already in use."
|
7621 |
msgstr ""
|
7642 |
msgid "Find A Listing"
|
7643 |
msgstr "العثور على إعلان"
|
7644 |
|
7645 |
+
#: includes/class-wpbdp.php:398
|
7646 |
#, fuzzy
|
7647 |
msgctxt "listing image upload"
|
7648 |
msgid "Can not upload any more images for this listing."
|
7649 |
msgstr "التصنيفات لهذا الإعلان"
|
7650 |
|
7651 |
+
#: includes/class-wpbdp.php:402
|
7652 |
msgctxt "listing image upload"
|
7653 |
msgid ""
|
7654 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
7944 |
"Listing submission has been disabled. Contact the administrator for details."
|
7945 |
msgstr ""
|
7946 |
|
7947 |
+
#: includes/views/submit_listing.php:802
|
7948 |
msgctxt "templates"
|
7949 |
msgid ""
|
7950 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7951 |
"submit a listing. %s to create a fee plan"
|
7952 |
msgstr ""
|
7953 |
|
7954 |
+
#: includes/views/submit_listing.php:816
|
7955 |
msgctxt "templates"
|
7956 |
msgid ""
|
7957 |
"Listing submission is not available at the moment. Contact the administrator "
|
7958 |
"for details."
|
7959 |
msgstr ""
|
7960 |
|
7961 |
+
#: includes/views/submit_listing.php:819
|
7962 |
msgctxt "templates"
|
7963 |
msgid ""
|
7964 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
7966 |
"an existing field"
|
7967 |
msgstr ""
|
7968 |
|
7969 |
+
#: includes/views/submit_listing.php:1259
|
7970 |
msgctxt "templates"
|
7971 |
msgid "Please agree to the Terms and Conditions."
|
7972 |
msgstr "يرجى الموافقة على الشروط والأحكام."
|
7973 |
|
7974 |
+
#: includes/views/submit_listing.php:1273
|
7975 |
#, fuzzy
|
7976 |
msgctxt "templates"
|
7977 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
8238 |
msgid "General"
|
8239 |
msgstr "عام"
|
8240 |
|
8241 |
+
#: includes/licensing.php:568
|
8242 |
msgctxt "licensing"
|
8243 |
msgid "Could not contact licensing server"
|
8244 |
msgstr "لا يمكن الاتصال بخادم الترخيص"
|
8245 |
|
8246 |
+
#: includes/licensing.php:581
|
8247 |
msgctxt "licensing"
|
8248 |
msgid ""
|
8249 |
"It was not possible to establish a connection with Business Directory's "
|
8250 |
"server. cURL was not found in your system"
|
8251 |
msgstr ""
|
8252 |
|
8253 |
+
#: includes/licensing.php:583 includes/licensing.php:613
|
8254 |
msgctxt "licensing"
|
8255 |
msgid ""
|
8256 |
"To ensure the security of our systems and adhere to industry best practices, "
|
8259 |
"1.0.1c)."
|
8260 |
msgstr ""
|
8261 |
|
8262 |
+
#: includes/licensing.php:585 includes/licensing.php:615
|
8263 |
msgctxt "licensing"
|
8264 |
msgid ""
|
8265 |
"Upgrading your system will not only allow you to communicate with Business "
|
8267 |
"services using the latest security standards."
|
8268 |
msgstr ""
|
8269 |
|
8270 |
+
#: includes/licensing.php:587
|
8271 |
msgctxt "licensing"
|
8272 |
msgid ""
|
8273 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
8274 |
"Include this message if necessary"
|
8275 |
msgstr ""
|
8276 |
|
8277 |
+
#: includes/licensing.php:617
|
8278 |
msgctxt "licensing"
|
8279 |
msgid ""
|
8280 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
8281 |
"Include this message if necessary."
|
8282 |
msgstr ""
|
8283 |
|
8284 |
+
#: includes/licensing.php:653
|
8285 |
msgctxt "licensing"
|
8286 |
msgid "The server returned a 403 Forbidden error."
|
8287 |
msgstr ""
|
8291 |
msgid "Could not activate license: %s."
|
8292 |
msgstr "لا يمكن تفعيل الترخيص: %s."
|
8293 |
|
8294 |
+
#: includes/licensing.php:890
|
8295 |
msgctxt "licensing"
|
8296 |
msgid "License activated"
|
8297 |
msgstr "تم تفعيل ترخيص"
|
8298 |
|
8299 |
+
#: includes/licensing.php:915
|
8300 |
msgctxt "licensing"
|
8301 |
msgid "Could not deactivate license: %s."
|
8302 |
msgstr "لا يمكن إلغاء الترخيص: %s."
|
8303 |
|
8304 |
+
#: includes/licensing.php:917
|
8305 |
msgctxt "licensing"
|
8306 |
msgid "License deactivated"
|
8307 |
msgstr "تم إلغاء تفعيل الترخيص"
|
8308 |
|
8309 |
#. translators: "<module-name>" version <version-number> is not...
|
8310 |
+
#: includes/licensing.php:1126
|
8311 |
msgctxt "deprecation"
|
8312 |
msgid ""
|
8313 |
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
8743 |
"Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
|
8744 |
"publiée."
|
8745 |
|
8746 |
+
#: includes/views/submit_listing.php:1137
|
8747 |
msgctxt "listing submit"
|
8748 |
msgid ""
|
8749 |
"Image upload is required, please provide at least one image and submit again."
|
8891 |
msgid "Search"
|
8892 |
msgstr "بحث"
|
8893 |
|
8894 |
+
#: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
|
8895 |
+
#: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
|
8896 |
+
#: templates/admin/csv-import.tpl.php:117
|
8897 |
+
#: templates/admin/csv-import.tpl.php:143
|
8898 |
+
#: templates/admin/csv-import.tpl.php:154
|
8899 |
+
#: templates/admin/csv-import.tpl.php:204
|
8900 |
msgctxt "admin forms"
|
8901 |
msgid "required"
|
8902 |
msgstr "مطلوب"
|
8940 |
"إذا كانت لديك أسئلة، المرجو نشر تعليق في <a>منتدى الدعم</a> وسوف نقوم "
|
8941 |
"بالإجابة عليه في غضون 24 ساعة معظم الأيام."
|
8942 |
|
8943 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
8944 |
#, fuzzy
|
8945 |
msgctxt "admin infometabox"
|
8946 |
msgid "Renewal url (copy & paste)"
|
8947 |
msgstr "تجديد عنوان URL (نسخة & لصق)"
|
8948 |
|
8949 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
8950 |
msgctxt "admin infometabox"
|
8951 |
msgid "Get renewal URL"
|
8952 |
msgstr ""
|
8953 |
|
8954 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:138
|
8955 |
#, fuzzy
|
8956 |
msgctxt "admin infometabox"
|
8957 |
msgid "Send renewal e-mail"
|
8958 |
msgstr "إرسال رسالة بريد إلكتروني بخصوص التجديد للعضو"
|
8959 |
|
8960 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:143
|
8961 |
#, fuzzy
|
8962 |
msgctxt "admin infometabox"
|
8963 |
msgid "Renew listing"
|
9262 |
msgid "Continue"
|
9263 |
msgstr "متابعة"
|
9264 |
|
9265 |
+
#, fuzzy
|
9266 |
+
#~ msgid "Edit listing permalink"
|
9267 |
+
#~ msgstr "تعديل رسوم الإعلان"
|
9268 |
+
|
9269 |
+
#~ msgctxt "admin csv-export"
|
9270 |
+
#~ msgid "Could not create wpbdp-csv-exports directory."
|
9271 |
+
#~ msgstr "تعذر إنشاء مجلد wpbdp-csv-exports."
|
9272 |
+
|
9273 |
+
#~ msgctxt "admin csv-export"
|
9274 |
+
#~ msgid "Export Configuration"
|
9275 |
+
#~ msgstr "ضبط التصدير"
|
9276 |
+
|
9277 |
+
#, fuzzy
|
9278 |
+
#~ msgctxt "listing metabox"
|
9279 |
+
#~ msgid "Edit"
|
9280 |
+
#~ msgstr "Editer"
|
9281 |
+
|
9282 |
+
#, fuzzy
|
9283 |
+
#~ msgctxt "listing metabox"
|
9284 |
+
#~ msgid "Never"
|
9285 |
+
#~ msgstr "أبداً"
|
9286 |
+
|
9287 |
#, fuzzy
|
9288 |
#~ msgctxt "settings"
|
9289 |
#~ msgid "Default new post status"
|
languages/business-directory-plugin-de_DE.mo
CHANGED
Binary file
|
languages/business-directory-plugin-de_DE.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2021-
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
|
11 |
"Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
|
@@ -25,54 +25,49 @@ msgstr ""
|
|
25 |
msgid "Are you sure you want to do this?"
|
26 |
msgstr "Möchtest du das wirklich tun?"
|
27 |
|
28 |
-
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:
|
29 |
#, fuzzy
|
30 |
msgid "Help"
|
31 |
msgstr "Hilfe "
|
32 |
|
33 |
-
#: includes/admin/class-admin-listings.php:
|
34 |
#: includes/views/submit_listing.php:497
|
35 |
#: templates/email/listing-reported.tpl.php:7
|
36 |
msgid "Listing Information"
|
37 |
msgstr "Eintrag Informationen"
|
38 |
|
39 |
-
#: includes/admin/class-admin-listings.php:
|
40 |
msgid "Listing Timeline"
|
41 |
msgstr "Eintrag Titel:"
|
42 |
|
43 |
-
#: includes/admin/class-admin-listings.php:
|
44 |
#, fuzzy
|
45 |
msgid "Listing Reports"
|
46 |
msgstr "Ein Eintrag läuft aus."
|
47 |
|
48 |
-
#: includes/admin/class-admin-listings.php:
|
49 |
#: includes/admin/class-listing-owner.php:87
|
50 |
#, fuzzy
|
51 |
msgid "Listing Owner"
|
52 |
msgstr "Ein Eintrag läuft aus."
|
53 |
|
54 |
-
#: includes/admin/class-admin-listings.php:
|
55 |
#, fuzzy
|
56 |
msgid "Expires on"
|
57 |
msgstr "Läuft ab am"
|
58 |
|
59 |
-
#: includes/admin/class-admin-listings.php:
|
60 |
#, fuzzy
|
61 |
msgid "Attributes"
|
62 |
msgstr "Feld Attribute"
|
63 |
|
64 |
-
#: includes/admin/class-admin-listings.php:
|
65 |
#: includes/class-cpt-integration.php:19
|
66 |
#: includes/compatibility/class-navxt-integration.php:200
|
67 |
#: templates/submit-listing.tpl.php:15
|
68 |
msgid "Edit Listing"
|
69 |
msgstr "Eintrag bearbeiten"
|
70 |
|
71 |
-
#: includes/admin/class-admin-listings.php:587
|
72 |
-
#, fuzzy
|
73 |
-
msgid "Edit listing permalink"
|
74 |
-
msgstr "Eintrag Bearbeiten"
|
75 |
-
|
76 |
#: includes/admin/class-admin.php:186
|
77 |
#, fuzzy
|
78 |
msgid ""
|
@@ -149,7 +144,7 @@ msgstr "ID"
|
|
149 |
msgid "Listing Count"
|
150 |
msgstr "Anzahl Einträge"
|
151 |
|
152 |
-
#: includes/admin/class-csv-import.php:
|
153 |
#, fuzzy
|
154 |
msgid "Listing imported by admin. Payment skipped."
|
155 |
msgstr "Eintrag zusenden (Initialbezahlung)"
|
@@ -236,8 +231,8 @@ msgstr "Die hochgeladene Datei ist nicht im CSV Format."
|
|
236 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
237 |
#: includes/admin/helpers/class-payments-table.php:57
|
238 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
239 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
240 |
-
#: templates/admin/payments-details.tpl.php:
|
241 |
#: templates/email/listing-payment-completed.tpl.php:21
|
242 |
#: templates/payment/payment_items.tpl.php:5
|
243 |
#, fuzzy
|
@@ -253,12 +248,14 @@ msgstr "Bilder"
|
|
253 |
|
254 |
#: includes/admin/form-fields.php:31
|
255 |
#: includes/fields/class-fieldtypes-social.php:138
|
256 |
-
#: templates/admin/csv-import.tpl.php:
|
257 |
#, fuzzy
|
258 |
msgid "Type"
|
259 |
msgstr "Typ"
|
260 |
|
261 |
#: includes/admin/form-fields.php:88
|
|
|
|
|
262 |
msgid "Edit"
|
263 |
msgstr "Bearbeiten"
|
264 |
|
@@ -283,7 +280,7 @@ msgstr ""
|
|
283 |
"Sie können diese benutzerdefinierten Felder selbst erzeugen \"Formularfelder "
|
284 |
"verwalten\" oder vom Branchenverzeichnis automatisch erstellen lassen."
|
285 |
|
286 |
-
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:
|
287 |
#, fuzzy
|
288 |
msgid "Go to \"Form Fields\""
|
289 |
msgstr "zu \"Formularfelder verwalten\""
|
@@ -294,7 +291,7 @@ msgstr "zu \"Formularfelder verwalten\""
|
|
294 |
msgid "Go back"
|
295 |
msgstr "Geh zurück"
|
296 |
|
297 |
-
#: includes/admin/form-fields.php:
|
298 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
299 |
#: templates/email/listing-added.tpl.php:10
|
300 |
#: templates/email/listing-edited.tpl.php:16
|
@@ -303,87 +300,87 @@ msgstr "Geh zurück"
|
|
303 |
msgid "Title"
|
304 |
msgstr "Titel"
|
305 |
|
306 |
-
#: includes/admin/form-fields.php:
|
307 |
#: templates/email/listing-added.tpl.php:21
|
308 |
#: templates/email/listing-edited.tpl.php:29
|
309 |
#, fuzzy
|
310 |
msgid "Category"
|
311 |
msgstr "Kategorien"
|
312 |
|
313 |
-
#: includes/admin/form-fields.php:
|
314 |
#, fuzzy
|
315 |
msgid "Excerpt"
|
316 |
msgstr "Im Textauszug"
|
317 |
|
318 |
-
#: includes/admin/form-fields.php:
|
319 |
#, fuzzy
|
320 |
msgid "Content"
|
321 |
msgstr "Post Inhalt"
|
322 |
|
323 |
-
#: includes/admin/form-fields.php:
|
324 |
#, fuzzy
|
325 |
msgid "Tags"
|
326 |
msgstr "Tags Entwurf"
|
327 |
|
328 |
-
#: includes/admin/form-fields.php:
|
329 |
#: templates/checkout-billing-form.tpl.php:75
|
330 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
331 |
#, fuzzy
|
332 |
msgid "Address"
|
333 |
msgstr "E-Mail Adresse:"
|
334 |
|
335 |
-
#: includes/admin/form-fields.php:
|
336 |
#, fuzzy
|
337 |
msgid "Address 2"
|
338 |
msgstr "E-Mail Adresse:"
|
339 |
|
340 |
-
#: includes/admin/form-fields.php:
|
341 |
-
#: templates/admin/payments-details.tpl.php:
|
342 |
#: templates/checkout-billing-form.tpl.php:87
|
343 |
#, fuzzy
|
344 |
msgid "City"
|
345 |
msgstr "Stadt"
|
346 |
|
347 |
-
#: includes/admin/form-fields.php:
|
348 |
-
#: templates/admin/payments-details.tpl.php:
|
349 |
#, fuzzy
|
350 |
msgid "State"
|
351 |
msgstr "Status"
|
352 |
|
353 |
-
#: includes/admin/form-fields.php:
|
354 |
-
#: templates/admin/payments-details.tpl.php:
|
355 |
#: templates/checkout-billing-form.tpl.php:102
|
356 |
#, fuzzy
|
357 |
msgid "Country"
|
358 |
msgstr "Land"
|
359 |
|
360 |
-
#: includes/admin/form-fields.php:
|
361 |
-
#: templates/admin/payments-details.tpl.php:
|
362 |
msgid "ZIP Code"
|
363 |
msgstr "Postleitzahl"
|
364 |
|
365 |
-
#: includes/admin/form-fields.php:
|
366 |
#, fuzzy
|
367 |
msgid "FAX Number"
|
368 |
msgstr "Telefonnummer geschäftlich"
|
369 |
|
370 |
-
#: includes/admin/form-fields.php:
|
371 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
372 |
#, fuzzy
|
373 |
msgid "Phone Number"
|
374 |
msgstr "Telefonnummer geschäftlich"
|
375 |
|
376 |
-
#: includes/admin/form-fields.php:
|
377 |
#, fuzzy
|
378 |
msgid "Ratings Field"
|
379 |
msgstr "Bewertungsfeld"
|
380 |
|
381 |
-
#: includes/admin/form-fields.php:
|
382 |
#, fuzzy
|
383 |
msgid "Twitter"
|
384 |
msgstr "Twitter"
|
385 |
|
386 |
-
#: includes/admin/form-fields.php:
|
387 |
#, fuzzy
|
388 |
msgid "Website"
|
389 |
msgstr "Webseite"
|
@@ -456,8 +453,8 @@ msgid "You're using Business Directory Plugin Lite. Enjoy!"
|
|
456 |
msgstr "Warum löscht du die Branchenverzeichnis Erweiterung?"
|
457 |
|
458 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
459 |
-
#: includes/form-fields.php:428 includes/views/submit_listing.php:
|
460 |
-
#: templates/admin/payments-details.tpl.php:
|
461 |
#: templates/listing-contactform.tpl.php:33
|
462 |
#: templates/listing-flagging-form.tpl.php:39
|
463 |
#, fuzzy
|
@@ -487,8 +484,8 @@ msgstr ""
|
|
487 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
488 |
#: includes/class-assets.php:317
|
489 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
490 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
491 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
492 |
#, fuzzy
|
493 |
msgid "No"
|
494 |
msgstr "Nein"
|
@@ -556,6 +553,12 @@ msgid ""
|
|
556 |
"you're on shared hosting plans, where database performance is an issue."
|
557 |
msgstr ""
|
558 |
|
|
|
|
|
|
|
|
|
|
|
|
|
559 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
560 |
#, fuzzy
|
561 |
msgid "Categories"
|
@@ -811,7 +814,7 @@ msgid "Business Directory - Featured Levels Migration"
|
|
811 |
msgstr "Branchenverzeichnis - Hervorgehobene Einträge"
|
812 |
|
813 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
814 |
-
#: templates/admin/fees-form.tpl.php:
|
815 |
#, fuzzy
|
816 |
msgid "Fee Label"
|
817 |
msgstr "Preisbezeichnung"
|
@@ -840,14 +843,15 @@ msgid "Status: %s"
|
|
840 |
msgstr "Status"
|
841 |
|
842 |
#: includes/class-assets.php:315
|
|
|
843 |
#, fuzzy
|
844 |
msgid "Never"
|
845 |
msgstr "niemals"
|
846 |
|
847 |
#: includes/class-assets.php:316
|
848 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
849 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
850 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
851 |
#, fuzzy
|
852 |
msgid "Yes"
|
853 |
msgstr "Ja"
|
@@ -980,28 +984,33 @@ msgid ""
|
|
980 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: includes/class-wpbdp.php:
|
|
|
|
|
|
|
|
|
|
|
984 |
#, fuzzy
|
985 |
msgid "Settings"
|
986 |
msgstr "Einstellungen"
|
987 |
|
988 |
-
#: includes/class-wpbdp.php:
|
989 |
#, fuzzy
|
990 |
msgid "Could not find listing ID"
|
991 |
msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
|
992 |
|
993 |
-
#: includes/class-wpbdp.php:
|
994 |
msgid ""
|
995 |
"Could not verify the image upload request. If problem persists contact site "
|
996 |
"admin."
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: includes/class-wpbdp.php:
|
1000 |
#, fuzzy
|
1001 |
msgid "Could not find image ID"
|
1002 |
msgstr "Konnte Lizenz nicht deaktivieren: %s"
|
1003 |
|
1004 |
-
#: includes/class-wpbdp.php:
|
1005 |
#, fuzzy
|
1006 |
msgid ""
|
1007 |
"The directory features are disabled at this time because a <a>manual "
|
@@ -1010,7 +1019,7 @@ msgstr ""
|
|
1010 |
"Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
|
1011 |
"manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
|
1012 |
|
1013 |
-
#: includes/class-wpbdp.php:
|
1014 |
msgid ""
|
1015 |
"The directory is not available at this time. Please try again in a few "
|
1016 |
"minutes or contact the administrator if the problem persists."
|
@@ -1182,8 +1191,8 @@ msgstr ""
|
|
1182 |
"Feldoptionen (für ausgewählte Listen, Radiobutton und Kontrollkästchen)"
|
1183 |
|
1184 |
#: includes/fields/class-fieldtypes-select.php:262
|
1185 |
-
#: templates/admin/fees-form.tpl.php:
|
1186 |
-
#: templates/admin/fees-form.tpl.php:
|
1187 |
#, fuzzy
|
1188 |
msgid "required"
|
1189 |
msgstr "Pflichtfeld"
|
@@ -1297,7 +1306,7 @@ msgstr "Eintrag Titel"
|
|
1297 |
msgid "Short Description"
|
1298 |
msgstr "Kurze Geschäftsbeschreibung"
|
1299 |
|
1300 |
-
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:
|
1301 |
#, fuzzy
|
1302 |
msgid "Description"
|
1303 |
msgstr "Beschreibung"
|
@@ -1459,28 +1468,28 @@ msgstr "Aktiviere Lizenz"
|
|
1459 |
msgid "Invalid item ID"
|
1460 |
msgstr "Ungültige Feld ID"
|
1461 |
|
1462 |
-
#: includes/licensing.php:
|
1463 |
#, fuzzy
|
1464 |
msgid "No license key provided"
|
1465 |
msgstr "Kein Lizenzschlüssel"
|
1466 |
|
1467 |
-
#: includes/licensing.php:
|
1468 |
#, fuzzy
|
1469 |
msgid "License key is invalid"
|
1470 |
msgstr "Lizenzschlüssel ungültig "
|
1471 |
|
1472 |
-
#: includes/licensing.php:
|
1473 |
#, fuzzy
|
1474 |
msgid "Deactivation failed"
|
1475 |
msgstr "Deaktivierung fehlgeschlagen"
|
1476 |
|
1477 |
-
#: includes/licensing.php:
|
1478 |
#, fuzzy
|
1479 |
msgid "The license key was revoked."
|
1480 |
msgstr "Kein Lizenzschlüssel"
|
1481 |
|
1482 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1483 |
-
#: includes/licensing.php:
|
1484 |
msgid ""
|
1485 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
1486 |
"%2$s and let them know your license is being reported as revoked by the "
|
@@ -1488,50 +1497,50 @@ msgid ""
|
|
1488 |
"with your report."
|
1489 |
msgstr ""
|
1490 |
|
1491 |
-
#: includes/licensing.php:
|
1492 |
msgid ""
|
1493 |
"It was not possible to establish a connection with the Business Directory "
|
1494 |
"server. The connection failed with the following error:"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
-
#: includes/licensing.php:
|
1498 |
msgid ""
|
1499 |
"It was not possible to establish a connection with the Business Directory "
|
1500 |
"server. A problem occurred in the SSL/TSL handshake:"
|
1501 |
msgstr ""
|
1502 |
|
1503 |
-
#: includes/licensing.php:
|
1504 |
msgid ""
|
1505 |
"It looks like your server is not authorized to make outgoing requests to "
|
1506 |
"Business Directory servers. Please contact your webhost and ask them to add "
|
1507 |
"our IP address 52.0.78.177 to your allow list."
|
1508 |
msgstr ""
|
1509 |
|
1510 |
-
#: includes/licensing.php:
|
1511 |
#, fuzzy
|
1512 |
msgid "Business Directory license key is missing."
|
1513 |
msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
|
1514 |
|
1515 |
-
#: includes/licensing.php:
|
1516 |
#, fuzzy
|
1517 |
msgid "Business Directory license key has expired"
|
1518 |
msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
|
1519 |
|
1520 |
-
#: includes/licensing.php:
|
1521 |
#, fuzzy
|
1522 |
msgid "Could not verify Business Directory license."
|
1523 |
msgstr "Hilf Business Directory zu unterstützen"
|
1524 |
|
1525 |
-
#: includes/licensing.php:
|
1526 |
#, fuzzy
|
1527 |
msgid "Review license keys"
|
1528 |
msgstr "Erneuere Lizenzschlüssel"
|
1529 |
|
1530 |
-
#: includes/licensing.php:
|
1531 |
msgid "Missing data. Please reload this page and try again."
|
1532 |
msgstr ""
|
1533 |
|
1534 |
-
#: includes/licensing.php:
|
1535 |
#, fuzzy
|
1536 |
msgid "Please enter a license key."
|
1537 |
msgstr "Bitte eine gültige E-mailadresse eingeben."
|
@@ -1618,30 +1627,30 @@ msgstr "Eintrag Bilder"
|
|
1618 |
msgid "Account Creation"
|
1619 |
msgstr ""
|
1620 |
|
1621 |
-
#: includes/views/submit_listing.php:
|
1622 |
#, fuzzy
|
1623 |
msgid "Go to \"Fee Plans\""
|
1624 |
msgstr "zu \"Formularfelder verwalten\""
|
1625 |
|
1626 |
-
#: includes/views/submit_listing.php:
|
1627 |
#, fuzzy
|
1628 |
msgid "Please choose a fee plan."
|
1629 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
1630 |
|
1631 |
-
#: includes/views/submit_listing.php:
|
1632 |
msgid "Please check the form for errors, correct them and submit again."
|
1633 |
msgstr ""
|
1634 |
|
1635 |
-
#: includes/views/submit_listing.php:
|
1636 |
msgid "Create a user account on this site"
|
1637 |
msgstr ""
|
1638 |
|
1639 |
-
#: includes/views/submit_listing.php:
|
1640 |
#, fuzzy
|
1641 |
msgid "Username"
|
1642 |
msgstr "Benutzer"
|
1643 |
|
1644 |
-
#: includes/views/submit_listing.php:
|
1645 |
#, fuzzy
|
1646 |
msgid "Clear Form"
|
1647 |
msgstr "Zurücksetzen"
|
@@ -1657,7 +1666,7 @@ msgstr ""
|
|
1657 |
"stelle sicher, dass du genügend Speicherplatz für PHP vorhanden ist. Schaue "
|
1658 |
"ins Fehlerprotokoll."
|
1659 |
|
1660 |
-
#: templates/admin/csv-export.tpl.php:
|
1661 |
#, fuzzy
|
1662 |
msgid ""
|
1663 |
"If you plan to re-import the listings into your directory and don't want new "
|
@@ -1666,12 +1675,22 @@ msgstr ""
|
|
1666 |
"Wenn Sie vorhaben die Einträge in BD erneut zu importieren und keine neuen "
|
1667 |
"erstellen wollen, wählen Sie diese Option!"
|
1668 |
|
1669 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1670 |
#, fuzzy
|
1671 |
msgid "Disable email notifications during import?"
|
1672 |
msgstr "E-Mail-Benachrichtigungen"
|
1673 |
|
1674 |
-
#: templates/admin/csv-import.tpl.php:
|
1675 |
#, fuzzy
|
1676 |
msgid "Disable email notifications."
|
1677 |
msgstr "E-Mail-Benachrichtigungen beim Import deaktivieren?"
|
@@ -1690,7 +1709,7 @@ msgstr ""
|
|
1690 |
msgid "Download Debug Information"
|
1691 |
msgstr "Fehlerprotokoll herunterladen"
|
1692 |
|
1693 |
-
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:
|
1694 |
#, fuzzy
|
1695 |
msgid "Add Listing Fee"
|
1696 |
msgstr "Preispaket hinzufügen"
|
@@ -1700,55 +1719,55 @@ msgstr "Preispaket hinzufügen"
|
|
1700 |
msgid "Edit Listing Fee"
|
1701 |
msgstr "Eintrag Bearbeiten"
|
1702 |
|
1703 |
-
#: templates/admin/fees-form.tpl.php:
|
1704 |
#, fuzzy
|
1705 |
msgid "Fee Description"
|
1706 |
msgstr "Beschreibung"
|
1707 |
|
1708 |
-
#: templates/admin/fees-form.tpl.php:
|
1709 |
msgid "How long should the listing run?"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
-
#: templates/admin/fees-form.tpl.php:
|
1713 |
#, fuzzy
|
1714 |
msgid "run listing for"
|
1715 |
msgstr "Eintrag ausführen für"
|
1716 |
|
1717 |
-
#: templates/admin/fees-form.tpl.php:
|
1718 |
#: templates/plan-selection-plan.tpl.php:39
|
1719 |
#, fuzzy
|
1720 |
msgid "days"
|
1721 |
msgstr "Tage"
|
1722 |
|
1723 |
-
#: templates/admin/fees-form.tpl.php:
|
1724 |
#, fuzzy
|
1725 |
msgid "run listing forever"
|
1726 |
msgstr "Eintrag dauerhaft ausführen"
|
1727 |
|
1728 |
-
#: templates/admin/fees-form.tpl.php:
|
1729 |
#, fuzzy
|
1730 |
msgid "Number of images allowed"
|
1731 |
msgstr "Erlaubte Anzahl der Bilder"
|
1732 |
|
1733 |
-
#: templates/admin/fees-form.tpl.php:
|
1734 |
msgid "Private Fee Plan (visible to admins only)?"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
-
#: templates/admin/fees-form.tpl.php:
|
1738 |
#, fuzzy
|
1739 |
msgid "Is recurring?"
|
1740 |
msgstr "(wiederkehrend)"
|
1741 |
|
1742 |
-
#: templates/admin/fees-form.tpl.php:
|
1743 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1744 |
msgstr ""
|
1745 |
|
1746 |
-
#: templates/admin/fees-form.tpl.php:
|
1747 |
#, fuzzy
|
1748 |
msgid "Is featured listing/sticky?"
|
1749 |
msgstr "Top Einträge"
|
1750 |
|
1751 |
-
#: templates/admin/fees-form.tpl.php:
|
1752 |
#, fuzzy
|
1753 |
msgid ""
|
1754 |
"This floats the listing to the top of search results and browsing the "
|
@@ -1757,15 +1776,15 @@ msgstr ""
|
|
1757 |
"Dies Platziert den Eintrag an die Spitze der Suchergebnisse und durchsucht "
|
1758 |
"das Verzeichnis, wenn der Benutzer dieses Angebot kauft."
|
1759 |
|
1760 |
-
#: templates/admin/fees-form.tpl.php:
|
1761 |
msgid "Listing background color:"
|
1762 |
msgstr ""
|
1763 |
|
1764 |
-
#: templates/admin/fees-form.tpl.php:
|
1765 |
msgid "Used to differentiate listings inside this plan from others."
|
1766 |
msgstr ""
|
1767 |
|
1768 |
-
#: templates/admin/fees-form.tpl.php:
|
1769 |
#: templates/admin/settings-email.tpl.php:116
|
1770 |
#: templates/submit-listing-section.tpl.php:30
|
1771 |
#, fuzzy
|
@@ -1955,110 +1974,110 @@ msgstr "← Zurück zu meinem Eintrag."
|
|
1955 |
msgid "Payment Not Found"
|
1956 |
msgstr "Preisinformation"
|
1957 |
|
1958 |
-
#: templates/admin/payments-details.tpl.php:
|
1959 |
msgid "Overview"
|
1960 |
msgstr ""
|
1961 |
|
1962 |
-
#: templates/admin/payments-details.tpl.php:
|
1963 |
-
#: templates/admin/payments-details.tpl.php:
|
1964 |
#, fuzzy
|
1965 |
msgid "Payment ID"
|
1966 |
msgstr "Bezahlung"
|
1967 |
|
1968 |
-
#: templates/admin/payments-details.tpl.php:
|
1969 |
#, fuzzy
|
1970 |
msgid "Listing"
|
1971 |
msgstr "Einträge"
|
1972 |
|
1973 |
-
#: templates/admin/payments-details.tpl.php:
|
1974 |
#, fuzzy
|
1975 |
msgid "Status"
|
1976 |
msgstr "Status"
|
1977 |
|
1978 |
-
#: templates/admin/payments-details.tpl.php:
|
1979 |
#, fuzzy
|
1980 |
msgid "Date"
|
1981 |
msgstr "Datum"
|
1982 |
|
1983 |
-
#: templates/admin/payments-details.tpl.php:
|
1984 |
#, fuzzy
|
1985 |
msgid "Time"
|
1986 |
msgstr "Zeit: %s"
|
1987 |
|
1988 |
-
#: templates/admin/payments-details.tpl.php:
|
1989 |
#, fuzzy
|
1990 |
msgid "Gateway"
|
1991 |
msgstr "Gateway"
|
1992 |
|
1993 |
#. translators: Gateway: (Not yet set)
|
1994 |
-
#: templates/admin/payments-details.tpl.php:
|
1995 |
#, fuzzy
|
1996 |
msgid "(Not yet set)"
|
1997 |
msgstr "Noch nicht registriert?"
|
1998 |
|
1999 |
-
#: templates/admin/payments-details.tpl.php:
|
2000 |
#, fuzzy
|
2001 |
msgid "Delete Payment"
|
2002 |
msgstr "Bezahlung zurückweisen"
|
2003 |
|
2004 |
-
#: templates/admin/payments-details.tpl.php:
|
2005 |
#, fuzzy
|
2006 |
msgid "Save Payment"
|
2007 |
msgstr "Bezahlung"
|
2008 |
|
2009 |
-
#: templates/admin/payments-details.tpl.php:
|
2010 |
#, fuzzy
|
2011 |
msgid "Details"
|
2012 |
msgstr "+ Details"
|
2013 |
|
2014 |
-
#: templates/admin/payments-details.tpl.php:
|
2015 |
#, fuzzy
|
2016 |
msgid "Item Type"
|
2017 |
msgstr "Feldtyp"
|
2018 |
|
2019 |
-
#: templates/admin/payments-details.tpl.php:
|
2020 |
#: templates/payment/payment_items.tpl.php:23
|
2021 |
#, fuzzy
|
2022 |
msgid "Total"
|
2023 |
msgstr "Gesamt"
|
2024 |
|
2025 |
-
#: templates/admin/payments-details.tpl.php:
|
2026 |
#, fuzzy
|
2027 |
msgid "Customer Details"
|
2028 |
msgstr "Aktuelle Preisdetails"
|
2029 |
|
2030 |
-
#: templates/admin/payments-details.tpl.php:
|
2031 |
#: templates/checkout-billing-form.tpl.php:17
|
2032 |
#, fuzzy
|
2033 |
msgid "First Name"
|
2034 |
msgstr "Name:"
|
2035 |
|
2036 |
-
#: templates/admin/payments-details.tpl.php:
|
2037 |
#: templates/checkout-billing-form.tpl.php:22
|
2038 |
#, fuzzy
|
2039 |
msgid "Last Name"
|
2040 |
msgstr "Name:"
|
2041 |
|
2042 |
-
#: templates/admin/payments-details.tpl.php:
|
2043 |
#, fuzzy
|
2044 |
msgid "Address Line 1"
|
2045 |
msgstr "Adresszeile 1:"
|
2046 |
|
2047 |
-
#: templates/admin/payments-details.tpl.php:
|
2048 |
#: templates/checkout-billing-form.tpl.php:81
|
2049 |
#, fuzzy
|
2050 |
msgid "Address Line 2"
|
2051 |
msgstr "Adresszeile 2:"
|
2052 |
|
2053 |
-
#: templates/admin/payments-details.tpl.php:
|
2054 |
msgid "Notes & Log"
|
2055 |
msgstr ""
|
2056 |
|
2057 |
-
#: templates/admin/payments-details.tpl.php:
|
2058 |
msgid "No notes."
|
2059 |
msgstr ""
|
2060 |
|
2061 |
-
#: templates/admin/payments-details.tpl.php:
|
2062 |
#, fuzzy
|
2063 |
msgid "Add Note"
|
2064 |
msgstr "Preis Erstellen"
|
@@ -2816,7 +2835,7 @@ msgctxt "admin csv-import"
|
|
2816 |
msgid "See an example CSV import file"
|
2817 |
msgstr "Beispiel CSV Import Datei anschauen"
|
2818 |
|
2819 |
-
#: includes/admin/class-csv-import.php:
|
2820 |
msgctxt "admin csv-import"
|
2821 |
msgid ""
|
2822 |
"Could not create listing category \"<category-name>\". The operation failed "
|
@@ -2825,32 +2844,32 @@ msgstr ""
|
|
2825 |
"Die Kategorieauflistung \"<category-name>\" konnte nicht erstellt werden. "
|
2826 |
"Der Vorgang ist mit dem folgenden Fehler fehlgeschlagen: <error-message>."
|
2827 |
|
2828 |
-
#: includes/admin/class-csv-import.php:
|
2829 |
msgctxt "admin csv-import"
|
2830 |
msgid "Could not create listing category \"%s\""
|
2831 |
msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
|
2832 |
|
2833 |
-
#: includes/admin/class-csv-import.php:
|
2834 |
msgctxt "admin csv-import"
|
2835 |
msgid "Username \"%s\" does not exist"
|
2836 |
msgstr "Benutzername \"%s\" existiert nicht"
|
2837 |
|
2838 |
-
#: includes/admin/class-csv-import.php:
|
2839 |
msgctxt "admin csv-import"
|
2840 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2841 |
msgstr ""
|
2842 |
|
2843 |
-
#: includes/admin/class-csv-import.php:
|
2844 |
msgctxt "admin csv-import"
|
2845 |
msgid "Missing required field: %s"
|
2846 |
msgstr "Benötigtes nicht vorhandenes Feld: %s"
|
2847 |
|
2848 |
-
#: includes/admin/class-csv-import.php:
|
2849 |
msgctxt "admin csv-import"
|
2850 |
msgid "Listing category \"%s\" does not exist"
|
2851 |
msgstr "Eintragskategorie \"%s\" existiert nicht"
|
2852 |
|
2853 |
-
#: includes/admin/class-csv-import.php:
|
2854 |
msgctxt "admin csv-import"
|
2855 |
msgid "The string <string> couldn't be converted into a valid date."
|
2856 |
msgstr ""
|
@@ -3029,15 +3048,6 @@ msgid "Here, you can import data into your directory using the CSV format."
|
|
3029 |
msgstr ""
|
3030 |
"Hier können Sie mit dem CSV-Format Daten in Ihr Verzeichnis importieren."
|
3031 |
|
3032 |
-
#: templates/admin/csv-import.tpl.php:35
|
3033 |
-
msgctxt "admin csv-import"
|
3034 |
-
msgid ""
|
3035 |
-
"We strongly recommend reading our <a>CSV import documentation</a> first to "
|
3036 |
-
"help you do things in the right order."
|
3037 |
-
msgstr ""
|
3038 |
-
"Wir empfehlen Ihnen dringend, unsere <a>CSV-Importdokumentation</a> zu "
|
3039 |
-
"lesen, um Ihnen zu helfen, Dinge in der richtigen Reihenfolge zu machen."
|
3040 |
-
|
3041 |
#: templates/admin/csv-import.tpl.php:45
|
3042 |
msgctxt "admin csv-import"
|
3043 |
msgid "Import Files"
|
@@ -3054,7 +3064,7 @@ msgid "... or <a>select a file uploaded to the imports folder</a>"
|
|
3054 |
msgstr ""
|
3055 |
"... oder <a>wählen sie eine Datei die im upload Ordner hochgeladen wurde</a>"
|
3056 |
|
3057 |
-
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:
|
3058 |
msgctxt "admin csv-import"
|
3059 |
msgid "(Upload new file)"
|
3060 |
msgstr "(Neue Datei hochladen)"
|
@@ -3064,110 +3074,110 @@ msgctxt "admin csv-import"
|
|
3064 |
msgid "ZIP file containing images"
|
3065 |
msgstr "ZIP-Datei mit Bildern"
|
3066 |
|
3067 |
-
#: templates/admin/csv-import.tpl.php:
|
3068 |
msgctxt "admin csv-import"
|
3069 |
msgid "CSV File Settings"
|
3070 |
msgstr "CSV-Datei Einstellungen"
|
3071 |
|
3072 |
-
#: templates/admin/csv-import.tpl.php:
|
3073 |
msgctxt "admin csv-import"
|
3074 |
msgid "Column Separator"
|
3075 |
msgstr "Spaltentrenner"
|
3076 |
|
3077 |
-
#: templates/admin/csv-import.tpl.php:
|
3078 |
msgctxt "admin csv-import"
|
3079 |
msgid "Comma (,)"
|
3080 |
msgstr "Komma (,)"
|
3081 |
|
3082 |
-
#: templates/admin/csv-import.tpl.php:
|
3083 |
msgctxt "admin csv-import"
|
3084 |
msgid "Semicolon (;)"
|
3085 |
msgstr "Semikolon (;)"
|
3086 |
|
3087 |
-
#: templates/admin/csv-import.tpl.php:
|
3088 |
msgctxt "admin csv-import"
|
3089 |
msgid "TAB"
|
3090 |
msgstr "TAB"
|
3091 |
|
3092 |
-
#: templates/admin/csv-import.tpl.php:
|
3093 |
msgctxt "admin csv-import"
|
3094 |
msgid "Image Separator"
|
3095 |
msgstr "Bildertrenner"
|
3096 |
|
3097 |
-
#: templates/admin/csv-import.tpl.php:
|
3098 |
msgctxt "admin csv-import"
|
3099 |
msgid "Category Separator"
|
3100 |
msgstr "Kategorietrenner"
|
3101 |
|
3102 |
-
#: templates/admin/csv-import.tpl.php:
|
3103 |
msgctxt "admin csv-import"
|
3104 |
msgid "Import settings"
|
3105 |
msgstr "Importeinstellungen"
|
3106 |
|
3107 |
-
#: templates/admin/csv-import.tpl.php:
|
3108 |
#, fuzzy
|
3109 |
msgctxt "admin csv-import"
|
3110 |
msgid "Post status of new imported listings"
|
3111 |
msgstr "Status der importierten Einträge"
|
3112 |
|
3113 |
-
#: templates/admin/csv-import.tpl.php:
|
3114 |
#, fuzzy
|
3115 |
msgctxt "admin csv-import"
|
3116 |
msgid "Post status of existing imported listings"
|
3117 |
msgstr "Status der importierten Einträge"
|
3118 |
|
3119 |
-
#: templates/admin/csv-import.tpl.php:
|
3120 |
#, fuzzy
|
3121 |
msgctxt "admin csv-import"
|
3122 |
msgid "Preserve existing status"
|
3123 |
msgstr "Einträge"
|
3124 |
|
3125 |
-
#: templates/admin/csv-import.tpl.php:
|
3126 |
msgctxt "admin csv-import"
|
3127 |
msgid "Missing categories handling"
|
3128 |
msgstr "Verhalten bei nicht vorhandener Kategorie"
|
3129 |
|
3130 |
-
#: templates/admin/csv-import.tpl.php:
|
3131 |
msgctxt "admin csv-import"
|
3132 |
msgid "Auto-create categories"
|
3133 |
msgstr "Kategorie automatisch erstellen"
|
3134 |
|
3135 |
-
#: templates/admin/csv-import.tpl.php:
|
3136 |
msgctxt "admin csv-import"
|
3137 |
msgid "Generate errors when a category is not found"
|
3138 |
msgstr "Fehlermeldung erzeugen, wenn die Kategorie nicht gefunden wird"
|
3139 |
|
3140 |
-
#: templates/admin/csv-import.tpl.php:
|
3141 |
msgctxt "admin csv-import"
|
3142 |
msgid "Keep existing listing images?"
|
3143 |
msgstr "Vorhandene Bilder beibehalten?"
|
3144 |
|
3145 |
-
#: templates/admin/csv-import.tpl.php:
|
3146 |
msgctxt "admin csv-import"
|
3147 |
msgid "Keep existing images."
|
3148 |
msgstr "Vorhandene Bilder behalten."
|
3149 |
|
3150 |
-
#: templates/admin/csv-import.tpl.php:
|
3151 |
msgctxt "admin csv-import"
|
3152 |
msgid "Appends new images while keeping current ones."
|
3153 |
msgstr "Hängt neue Bilder an und behaltet die alten."
|
3154 |
|
3155 |
-
#: templates/admin/csv-import.tpl.php:
|
3156 |
msgctxt "admin csv-import"
|
3157 |
msgid "Assign listings to a user?"
|
3158 |
msgstr "Zuweisung"
|
3159 |
|
3160 |
-
#: templates/admin/csv-import.tpl.php:
|
3161 |
msgctxt "admin csv-import"
|
3162 |
msgid "Assign listings to a user."
|
3163 |
msgstr "Einträge einem Benutzer zuweisen."
|
3164 |
|
3165 |
-
#: templates/admin/csv-import.tpl.php:
|
3166 |
msgctxt "admin csv-import"
|
3167 |
msgid "Use a default user for listings?"
|
3168 |
msgstr "Voreingestellter-Nutzer für neue Einträge?"
|
3169 |
|
3170 |
-
#: templates/admin/csv-import.tpl.php:
|
3171 |
msgctxt "admin csv-import"
|
3172 |
msgid ""
|
3173 |
"Select a default user to be used if the username column is not present in "
|
@@ -3176,12 +3186,12 @@ msgstr ""
|
|
3176 |
"Wählen Sie einen Benutzernamen der verwendet werden soll, wenn die Username-"
|
3177 |
"Spalte in der CSV-Datei nicht vorhanden ist."
|
3178 |
|
3179 |
-
#: templates/admin/csv-import.tpl.php:
|
3180 |
msgctxt "admin csv-import"
|
3181 |
msgid "Default listing user"
|
3182 |
msgstr "Voreingestellter-Nutzer"
|
3183 |
|
3184 |
-
#: templates/admin/csv-import.tpl.php:
|
3185 |
msgctxt "admin csv-import"
|
3186 |
msgid ""
|
3187 |
"This user will be used if the username column is not present in the CSV file."
|
@@ -3189,13 +3199,13 @@ msgstr ""
|
|
3189 |
"Dieser Benutzer wird verwendet wenn die Spalte Benutzername nicht in der CSV-"
|
3190 |
"Datei vorhanden ist."
|
3191 |
|
3192 |
-
#: templates/admin/csv-import.tpl.php:
|
3193 |
#, fuzzy
|
3194 |
msgctxt "admin csv-import"
|
3195 |
msgid "Number of listings imported on every cycle"
|
3196 |
msgstr "Nummer der Einträge zum Anzeigen:"
|
3197 |
|
3198 |
-
#: templates/admin/csv-import.tpl.php:
|
3199 |
msgctxt "admin csv-import"
|
3200 |
msgid ""
|
3201 |
"If you are having trouble importing listings due to memory problems, try "
|
@@ -3204,17 +3214,17 @@ msgid ""
|
|
3204 |
"success on shared hosting platforms and other resource-constrained servers."
|
3205 |
msgstr ""
|
3206 |
|
3207 |
-
#: templates/admin/csv-import.tpl.php:
|
3208 |
msgctxt "admin csv-import"
|
3209 |
msgid "Test Import"
|
3210 |
msgstr "Importtest"
|
3211 |
|
3212 |
-
#: templates/admin/csv-import.tpl.php:
|
3213 |
msgctxt "admin csv-import"
|
3214 |
msgid "Import Listings"
|
3215 |
msgstr "Einträge importieren"
|
3216 |
|
3217 |
-
#: templates/admin/csv-import.tpl.php:
|
3218 |
msgctxt "admin csv-import"
|
3219 |
msgid ""
|
3220 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -3227,27 +3237,27 @@ msgstr ""
|
|
3227 |
"erscheinen. Klicken Sie <a href=\"%s\">\"CSV Beispieldatei anschauen\"</a>, "
|
3228 |
"um zu sehen wie eine Importdatei aufgebaut sein muss."
|
3229 |
|
3230 |
-
#: templates/admin/csv-import.tpl.php:
|
3231 |
msgctxt "admin csv-import"
|
3232 |
msgid "Header name/label"
|
3233 |
msgstr "Kopfname/Bezeichnung"
|
3234 |
|
3235 |
-
#: templates/admin/csv-import.tpl.php:
|
3236 |
msgctxt "admin csv-import"
|
3237 |
msgid "Field"
|
3238 |
msgstr "Feld"
|
3239 |
|
3240 |
-
#: templates/admin/csv-import.tpl.php:
|
3241 |
msgctxt "admin csv-import"
|
3242 |
msgid "Required?"
|
3243 |
msgstr "Pflichtfeld?"
|
3244 |
|
3245 |
-
#: templates/admin/csv-import.tpl.php:
|
3246 |
msgctxt "admin csv-import"
|
3247 |
msgid "Multivalued?"
|
3248 |
msgstr "Mehrfachwert?"
|
3249 |
|
3250 |
-
#: templates/admin/csv-import.tpl.php:
|
3251 |
#, fuzzy
|
3252 |
msgctxt "admin csv-import"
|
3253 |
msgid ""
|
@@ -3257,17 +3267,17 @@ msgstr ""
|
|
3257 |
"Tag des Eintragende formatiert als YYYY-MM-DD. Benutze diese Spalte, wenn "
|
3258 |
"Einträge aus externen Quellen hinzugefügt oder aktualisiert werden."
|
3259 |
|
3260 |
-
#: templates/admin/csv-import.tpl.php:
|
3261 |
msgctxt "admin csv-import"
|
3262 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
3263 |
msgstr "Semikolon getrennte Liste der Eintragsbilder (aus der ZIP Datei)"
|
3264 |
|
3265 |
-
#: templates/admin/csv-import.tpl.php:
|
3266 |
msgctxt "admin csv-import"
|
3267 |
msgid "Listing author's username"
|
3268 |
msgstr "Benutzername des Authors"
|
3269 |
|
3270 |
-
#: templates/admin/csv-import.tpl.php:
|
3271 |
msgctxt "admin csv-import"
|
3272 |
msgid ""
|
3273 |
"Internal Sequence ID used to allow listing updates from external sources."
|
@@ -3275,7 +3285,7 @@ msgstr ""
|
|
3275 |
"Interne Sequenz ID wird benutzt um Aktualisierungen von Einträgen aus "
|
3276 |
"externer Quellen durchzuführen."
|
3277 |
|
3278 |
-
#: templates/admin/csv-import.tpl.php:
|
3279 |
msgctxt "admin csv-import"
|
3280 |
msgid ""
|
3281 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -3296,12 +3306,12 @@ msgctxt "admin csv"
|
|
3296 |
msgid "Export"
|
3297 |
msgstr "CVS Export"
|
3298 |
|
3299 |
-
#: includes/admin/class-admin-listings.php:
|
3300 |
msgctxt "admin category filter"
|
3301 |
msgid "All categories"
|
3302 |
msgstr "Alle Kategorien"
|
3303 |
|
3304 |
-
#: includes/admin/class-admin-listings.php:
|
3305 |
#, fuzzy
|
3306 |
msgctxt "admin listings"
|
3307 |
msgid ""
|
@@ -3314,48 +3324,48 @@ msgstr ""
|
|
3314 |
"Auflistung zur Verfügung stehenden Funktionen sowie die Erneuerung zu "
|
3315 |
"ermitteln."
|
3316 |
|
3317 |
-
#: includes/admin/class-admin-listings.php:
|
3318 |
#, fuzzy
|
3319 |
msgctxt "admin listings"
|
3320 |
msgid "Never"
|
3321 |
msgstr "niemals"
|
3322 |
|
3323 |
-
#: includes/admin/class-admin-listings.php:
|
3324 |
#, fuzzy
|
3325 |
msgctxt "admin listings"
|
3326 |
msgid "Featured"
|
3327 |
msgstr "unterstützter (unbeweglicher) Status"
|
3328 |
|
3329 |
-
#: includes/admin/class-admin-listings.php:
|
3330 |
#, fuzzy
|
3331 |
msgctxt "admin listings"
|
3332 |
msgid "Recurring"
|
3333 |
msgstr "(wiederkehrend)"
|
3334 |
|
3335 |
-
#: includes/admin/class-admin-listings.php:
|
3336 |
#, fuzzy
|
3337 |
msgctxt "admin listings"
|
3338 |
msgid "Free"
|
3339 |
msgstr "Kostenlos"
|
3340 |
|
3341 |
-
#: includes/admin/class-admin-listings.php:
|
3342 |
#, fuzzy
|
3343 |
msgctxt "admin listings"
|
3344 |
msgid "Payment Not Found"
|
3345 |
msgstr "Preisinformation"
|
3346 |
|
3347 |
-
#: includes/admin/class-admin-listings.php:
|
3348 |
#, fuzzy
|
3349 |
msgctxt "admin listings"
|
3350 |
msgid "Payment %s"
|
3351 |
msgstr "Bezahlung #%d"
|
3352 |
|
3353 |
-
#: includes/admin/class-admin-listings.php:
|
3354 |
msgctxt "admin listings"
|
3355 |
msgid "Reported"
|
3356 |
msgstr ""
|
3357 |
|
3358 |
-
#: includes/admin/class-admin-listings.php:
|
3359 |
msgctxt "admin listings"
|
3360 |
msgid "Listing's payment history successfully deleted"
|
3361 |
msgstr ""
|
@@ -3383,13 +3393,13 @@ msgctxt "admin listings"
|
|
3383 |
msgid "Clear listing reports."
|
3384 |
msgstr "Ein Eintrag läuft aus."
|
3385 |
|
3386 |
-
#: includes/admin/class-admin-listings.php:
|
3387 |
#, fuzzy
|
3388 |
msgctxt "admin"
|
3389 |
msgid "Directory Listing Fields / Images"
|
3390 |
msgstr "Eintrag Felder / Bilder"
|
3391 |
|
3392 |
-
#: includes/admin/class-admin-listings.php:
|
3393 |
msgctxt "admin"
|
3394 |
msgid "Categories"
|
3395 |
msgstr "Kategorien"
|
@@ -3563,12 +3573,12 @@ msgctxt "admin"
|
|
3563 |
msgid "Abandoned"
|
3564 |
msgstr "Abgebrochen"
|
3565 |
|
3566 |
-
#: includes/admin/class-admin-listings.php:
|
3567 |
msgctxt "listing attribute"
|
3568 |
msgid "No Fee Plan"
|
3569 |
msgstr ""
|
3570 |
|
3571 |
-
#: includes/admin/class-admin-listings.php:
|
3572 |
msgctxt "listing status"
|
3573 |
msgid "Reported"
|
3574 |
msgstr ""
|
@@ -3625,53 +3635,53 @@ msgctxt "listing status"
|
|
3625 |
msgid "Abandoned"
|
3626 |
msgstr "Abgebrochen"
|
3627 |
|
3628 |
-
#: includes/admin/class-admin-listings.php:
|
3629 |
msgctxt "admin actions"
|
3630 |
msgid "Delete Listing"
|
3631 |
msgstr "Eintrag Löschen"
|
3632 |
|
3633 |
-
#: includes/admin/class-admin-listings.php:
|
3634 |
#, fuzzy
|
3635 |
msgctxt "admin actions"
|
3636 |
msgid "View Payments"
|
3637 |
msgstr "Bezahlung"
|
3638 |
|
3639 |
-
#: includes/admin/class-admin-listings.php:
|
3640 |
#, fuzzy
|
3641 |
msgctxt "admin actions"
|
3642 |
msgid "View Payment"
|
3643 |
msgstr "Bezahlung"
|
3644 |
|
3645 |
-
#: includes/admin/class-admin-listings.php:
|
3646 |
#, fuzzy
|
3647 |
msgctxt "admin actions"
|
3648 |
msgid "Publish listings"
|
3649 |
msgstr "Eintrag veröffentlichen"
|
3650 |
|
3651 |
-
#: includes/admin/class-admin-listings.php:
|
3652 |
#, fuzzy
|
3653 |
msgctxt "admin actions"
|
3654 |
msgid "Mark as \"Pending Review\""
|
3655 |
msgstr "Ausstehend"
|
3656 |
|
3657 |
-
#: includes/admin/class-admin-listings.php:
|
3658 |
msgctxt "admin actions"
|
3659 |
msgid "Hide from directory (mark as \"Draft\")"
|
3660 |
msgstr ""
|
3661 |
|
3662 |
-
#: includes/admin/class-admin-listings.php:
|
3663 |
#, fuzzy
|
3664 |
msgctxt "admin actions"
|
3665 |
msgid "Renew listings"
|
3666 |
msgstr "Eintrag erneuern"
|
3667 |
|
3668 |
-
#: includes/admin/class-admin-listings.php:
|
3669 |
#, fuzzy
|
3670 |
msgctxt "admin actions"
|
3671 |
msgid "Set listings as \"Expired\""
|
3672 |
msgstr "Ein Eintrag läuft aus."
|
3673 |
|
3674 |
-
#: includes/admin/class-admin-listings.php:
|
3675 |
#, fuzzy
|
3676 |
msgctxt "admin actions"
|
3677 |
msgid "Send access keys"
|
@@ -3705,26 +3715,21 @@ msgctxt "admin menu"
|
|
3705 |
msgid "Settings"
|
3706 |
msgstr "Einstellungen"
|
3707 |
|
3708 |
-
#: includes/admin/class-csv-exporter.php:
|
3709 |
msgctxt "admin csv-export"
|
3710 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3711 |
msgstr ""
|
3712 |
"Es konnte kein temporäres Verzeichnis erstellt werden um den CSV Export "
|
3713 |
"durchzuführen."
|
3714 |
|
3715 |
-
#: includes/admin/class-csv-exporter.php:
|
3716 |
-
msgctxt "admin csv-export"
|
3717 |
-
msgid "Could not create wpbdp-csv-exports directory."
|
3718 |
-
msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
|
3719 |
-
|
3720 |
-
#: includes/admin/class-csv-exporter.php:108
|
3721 |
msgctxt "admin csv-export"
|
3722 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3723 |
msgstr ""
|
3724 |
"Es konnte kein temporäres Verzeichnis erstellt werden um den CSV Export "
|
3725 |
"durchzuführen."
|
3726 |
|
3727 |
-
#: includes/admin/csv-export.php:
|
3728 |
msgctxt "admin csv-export"
|
3729 |
msgid "Could not decode export state information."
|
3730 |
msgstr ""
|
@@ -3742,47 +3747,42 @@ msgstr ""
|
|
3742 |
"Erweiterungen abzuschalten und/oder den Wert von 'memory_limit' und "
|
3743 |
"'max_execution_time' in deiner php.ini Konfigurationsdatei anzupassen."
|
3744 |
|
3745 |
-
#: templates/admin/csv-export.tpl.php:
|
3746 |
-
msgctxt "admin csv-export"
|
3747 |
-
msgid "Export Configuration"
|
3748 |
-
msgstr "Export Konfiguration"
|
3749 |
-
|
3750 |
-
#: templates/admin/csv-export.tpl.php:30
|
3751 |
msgctxt "admin csv-export"
|
3752 |
msgid "Export settings"
|
3753 |
msgstr "Export Einstellungen"
|
3754 |
|
3755 |
-
#: templates/admin/csv-export.tpl.php:
|
3756 |
msgctxt "admin csv-export"
|
3757 |
msgid "Which listings to export?"
|
3758 |
msgstr "Welche Einträge sollen exportiert werden?"
|
3759 |
|
3760 |
-
#: templates/admin/csv-export.tpl.php:
|
3761 |
msgctxt "admin csv-export"
|
3762 |
msgid "All"
|
3763 |
msgstr "Alle"
|
3764 |
|
3765 |
-
#: templates/admin/csv-export.tpl.php:
|
3766 |
msgctxt "admin csv-export"
|
3767 |
msgid "Active Only"
|
3768 |
msgstr "Nur Aktiv"
|
3769 |
|
3770 |
-
#: templates/admin/csv-export.tpl.php:
|
3771 |
msgctxt "admin csv-export"
|
3772 |
msgid "Active + Pending Renewal"
|
3773 |
msgstr "Aktiv + Ausstehende Erneuerungen"
|
3774 |
|
3775 |
-
#: templates/admin/csv-export.tpl.php:
|
3776 |
msgctxt "admin csv-export"
|
3777 |
msgid "Export images?"
|
3778 |
msgstr "Bilder exportieren?"
|
3779 |
|
3780 |
-
#: templates/admin/csv-export.tpl.php:
|
3781 |
msgctxt "admin csv-export"
|
3782 |
msgid "Export images"
|
3783 |
msgstr "Bilder exportieren"
|
3784 |
|
3785 |
-
#: templates/admin/csv-export.tpl.php:
|
3786 |
msgctxt "admin csv-export"
|
3787 |
msgid ""
|
3788 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
@@ -3791,65 +3791,65 @@ msgstr ""
|
|
3791 |
"Wenn aktiviert, wird anstatt nur einer CSV-Datei, eine ZIP Datei generiert, "
|
3792 |
"die sowohl eine CSV-Datei und Eintragsbilder enthält."
|
3793 |
|
3794 |
-
#: templates/admin/csv-export.tpl.php:
|
3795 |
msgctxt "admin csv-export"
|
3796 |
msgid "Additional metadata to export:"
|
3797 |
msgstr "zu exportierende zusätzliche Metadaten"
|
3798 |
|
3799 |
-
#: templates/admin/csv-export.tpl.php:
|
3800 |
msgctxt "admin csv-export"
|
3801 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3802 |
msgstr "Füge Schlüssel Ids für jeden Eintrag hinzu (sequence_id_column)"
|
3803 |
|
3804 |
-
#: templates/admin/csv-export.tpl.php:
|
3805 |
msgctxt "admin csv-export"
|
3806 |
msgid "Author information (username)"
|
3807 |
msgstr "Author Informationen (Benutzername)"
|
3808 |
|
3809 |
-
#: templates/admin/csv-export.tpl.php:
|
3810 |
msgctxt "admin csv-export"
|
3811 |
msgid "Listing expiration date"
|
3812 |
msgstr "Eintrag Enddatum"
|
3813 |
|
3814 |
-
#: templates/admin/csv-export.tpl.php:
|
3815 |
#, fuzzy
|
3816 |
msgctxt "admin csv-export"
|
3817 |
msgid "Listing created date"
|
3818 |
msgstr "Eintrag Bilder"
|
3819 |
|
3820 |
-
#: templates/admin/csv-export.tpl.php:
|
3821 |
#, fuzzy
|
3822 |
msgctxt "admin csv-export"
|
3823 |
msgid "Listing last updated date"
|
3824 |
msgstr "Eintrag Enddatum"
|
3825 |
|
3826 |
-
#: templates/admin/csv-export.tpl.php:
|
3827 |
#, fuzzy
|
3828 |
msgctxt "admin csv-export"
|
3829 |
msgid "Listing T&C acceptance date"
|
3830 |
msgstr "Eintrag Bilder"
|
3831 |
|
3832 |
-
#: templates/admin/csv-export.tpl.php:
|
3833 |
msgctxt "admin csv-export"
|
3834 |
msgid "CSV File Settings"
|
3835 |
msgstr "CSV-Datei Einstellungen"
|
3836 |
|
3837 |
-
#: templates/admin/csv-export.tpl.php:
|
3838 |
msgctxt "admin csv-export"
|
3839 |
msgid "What operating system will you use to edit the CSV file?"
|
3840 |
msgstr "Welches Betriebssystem verwenden Sie, um die CSV-Datei zu bearbeiten?"
|
3841 |
|
3842 |
-
#: templates/admin/csv-export.tpl.php:
|
3843 |
msgctxt "admin csv-export"
|
3844 |
msgid "Windows"
|
3845 |
msgstr "Windows"
|
3846 |
|
3847 |
-
#: templates/admin/csv-export.tpl.php:
|
3848 |
msgctxt "admin csv-export"
|
3849 |
msgid "macOS"
|
3850 |
msgstr "MacOS"
|
3851 |
|
3852 |
-
#: templates/admin/csv-export.tpl.php:
|
3853 |
msgctxt "admin csv-export"
|
3854 |
msgid ""
|
3855 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
@@ -3863,27 +3863,27 @@ msgstr ""
|
|
3863 |
"müssen wir für jedes Betriebssystem unterschiedliche Versionen der Datei "
|
3864 |
"generieren."
|
3865 |
|
3866 |
-
#: templates/admin/csv-export.tpl.php:
|
3867 |
msgctxt "admin csv-export"
|
3868 |
msgid "Image Separator"
|
3869 |
msgstr "Bildtrenner"
|
3870 |
|
3871 |
-
#: templates/admin/csv-export.tpl.php:
|
3872 |
msgctxt "admin csv-export"
|
3873 |
msgid "Category Separator"
|
3874 |
msgstr "Kategorietrenner"
|
3875 |
|
3876 |
-
#: templates/admin/csv-export.tpl.php:
|
3877 |
msgctxt "admin csv-export"
|
3878 |
msgid "Export Listings"
|
3879 |
msgstr "Export Einträge"
|
3880 |
|
3881 |
-
#: templates/admin/csv-export.tpl.php:
|
3882 |
msgctxt "admin csv-export"
|
3883 |
msgid "Export in Progress..."
|
3884 |
msgstr "Export wird durchgeführt..."
|
3885 |
|
3886 |
-
#: templates/admin/csv-export.tpl.php:
|
3887 |
msgctxt "admin csv-export"
|
3888 |
msgid ""
|
3889 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
@@ -3892,27 +3892,27 @@ msgstr ""
|
|
3892 |
"Die Exportdatei wurde vorbereitet. Bitte <u>verlasse</u> diese Seite nicht "
|
3893 |
"bis der Export abgeschlossen wurde."
|
3894 |
|
3895 |
-
#: templates/admin/csv-export.tpl.php:
|
3896 |
msgctxt "admin csv-export"
|
3897 |
msgid "No. of listings:"
|
3898 |
msgstr "Anzahl der Einträge:"
|
3899 |
|
3900 |
-
#: templates/admin/csv-export.tpl.php:
|
3901 |
msgctxt "admin csv-export"
|
3902 |
msgid "Approximate export file size:"
|
3903 |
msgstr "Exportdatei Größe ca. :"
|
3904 |
|
3905 |
-
#: templates/admin/csv-export.tpl.php:
|
3906 |
msgctxt "admin csv-export"
|
3907 |
msgid "Cancel Export"
|
3908 |
msgstr "Export abbrechen"
|
3909 |
|
3910 |
-
#: templates/admin/csv-export.tpl.php:
|
3911 |
msgctxt "admin csv-export"
|
3912 |
msgid "Export Complete"
|
3913 |
msgstr "Export vollständig"
|
3914 |
|
3915 |
-
#: templates/admin/csv-export.tpl.php:
|
3916 |
msgctxt "admin csv-export"
|
3917 |
msgid ""
|
3918 |
"Your export file has been successfully created and it is now ready for "
|
@@ -3921,13 +3921,13 @@ msgstr ""
|
|
3921 |
"Der Export wurde erfolgreich generiert und steht nun zum Herunterladen zur "
|
3922 |
"Verfügung."
|
3923 |
|
3924 |
-
#: templates/admin/csv-export.tpl.php:
|
3925 |
#, fuzzy
|
3926 |
msgctxt "admin csv-export"
|
3927 |
msgid "Download %1$s (%2$s)"
|
3928 |
msgstr "Herunterladen %s (%s)"
|
3929 |
|
3930 |
-
#: templates/admin/csv-export.tpl.php:
|
3931 |
msgctxt "admin csv-export"
|
3932 |
msgid ""
|
3933 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
@@ -3936,22 +3936,22 @@ msgstr ""
|
|
3936 |
"Klicke \"Bereinigen\" wenn die Datei heruntergeladen wurde um alle "
|
3937 |
"temporären Daten zu löschen, die während des Exportprozesses erzeugt wurden."
|
3938 |
|
3939 |
-
#: templates/admin/csv-export.tpl.php:
|
3940 |
msgctxt "admin csv-export"
|
3941 |
msgid "Cleanup"
|
3942 |
msgstr "Bereinigen"
|
3943 |
|
3944 |
-
#: templates/admin/csv-export.tpl.php:
|
3945 |
msgctxt "admin csv-export"
|
3946 |
msgid "Export Canceled"
|
3947 |
msgstr "Export abgebrochen"
|
3948 |
|
3949 |
-
#: templates/admin/csv-export.tpl.php:
|
3950 |
msgctxt "admin csv-export"
|
3951 |
msgid "The export has been canceled."
|
3952 |
msgstr "Der Export wurde abgebrochen."
|
3953 |
|
3954 |
-
#: templates/admin/csv-export.tpl.php:
|
3955 |
msgctxt "admin csv-export"
|
3956 |
msgid "← Return to CSV Export"
|
3957 |
msgstr "← Zurück nach CSV Export"
|
@@ -4131,25 +4131,25 @@ msgctxt "fees order"
|
|
4131 |
msgid "Custom Order"
|
4132 |
msgstr "Benutzerdefinierte Reihenfolge"
|
4133 |
|
4134 |
-
#: includes/admin/fees.php:
|
4135 |
#, fuzzy
|
4136 |
msgctxt "fees admin"
|
4137 |
msgid "Fee plan added."
|
4138 |
msgstr "Preis aktualisiert."
|
4139 |
|
4140 |
-
#: includes/admin/fees.php:
|
4141 |
#, fuzzy
|
4142 |
msgctxt "fees admin"
|
4143 |
msgid "Fee plan updated."
|
4144 |
msgstr "Preis aktualisiert."
|
4145 |
|
4146 |
-
#: includes/admin/fees.php:
|
4147 |
#, fuzzy
|
4148 |
msgctxt "fees admin"
|
4149 |
msgid "Fee \"%s\" deleted."
|
4150 |
msgstr "Preis gelöscht."
|
4151 |
|
4152 |
-
#: includes/admin/fees.php:
|
4153 |
msgctxt "fees admin"
|
4154 |
msgid "Fee disabled."
|
4155 |
msgstr "Preis gelöscht."
|
@@ -4328,79 +4328,79 @@ msgctxt "fees admin"
|
|
4328 |
msgid "Status"
|
4329 |
msgstr "Status"
|
4330 |
|
4331 |
-
#: templates/admin/fees-form.tpl.php:
|
4332 |
msgctxt "fees admin"
|
4333 |
msgid "Plan Category Policy:"
|
4334 |
msgstr ""
|
4335 |
|
4336 |
-
#: templates/admin/fees-form.tpl.php:
|
4337 |
#, fuzzy
|
4338 |
msgctxt "fees admin"
|
4339 |
msgid "Plan applies to all categories"
|
4340 |
msgstr "Erneuere alle Einträge in abgelaufenen Kategorien"
|
4341 |
|
4342 |
-
#: templates/admin/fees-form.tpl.php:
|
4343 |
msgctxt "fees admin"
|
4344 |
msgid "Plan applies to only certain categories"
|
4345 |
msgstr ""
|
4346 |
|
4347 |
-
#: templates/admin/fees-form.tpl.php:
|
4348 |
#, fuzzy
|
4349 |
msgctxt "fees admin"
|
4350 |
msgid "Limit plan to the following categories:"
|
4351 |
msgstr "Du kannst folgende Platzhalter verwenden:"
|
4352 |
|
4353 |
-
#: templates/admin/fees-form.tpl.php:
|
4354 |
msgctxt "fees admin"
|
4355 |
msgid "Click to add categories to the selection."
|
4356 |
msgstr ""
|
4357 |
|
4358 |
-
#: templates/admin/fees-form.tpl.php:
|
4359 |
#, fuzzy
|
4360 |
msgctxt "fees admin"
|
4361 |
msgid "Pricing"
|
4362 |
msgstr "Preis"
|
4363 |
|
4364 |
-
#: templates/admin/fees-form.tpl.php:
|
4365 |
msgctxt "fees admin"
|
4366 |
msgid "Pricing model"
|
4367 |
msgstr ""
|
4368 |
|
4369 |
-
#: templates/admin/fees-form.tpl.php:
|
4370 |
msgctxt "fees admin"
|
4371 |
msgid "Flat price"
|
4372 |
msgstr ""
|
4373 |
|
4374 |
-
#: templates/admin/fees-form.tpl.php:
|
4375 |
#, fuzzy
|
4376 |
msgctxt "fees admin"
|
4377 |
msgid "Different price for different categories"
|
4378 |
msgstr "Sortierung für Kategorien"
|
4379 |
|
4380 |
-
#: templates/admin/fees-form.tpl.php:
|
4381 |
msgctxt "fees admin"
|
4382 |
msgid "Base price plus an extra amount per category"
|
4383 |
msgstr ""
|
4384 |
|
4385 |
-
#: templates/admin/fees-form.tpl.php:
|
4386 |
#, fuzzy
|
4387 |
msgctxt "fees admin"
|
4388 |
msgid "Fee Price"
|
4389 |
msgstr "Preis"
|
4390 |
|
4391 |
-
#: templates/admin/fees-form.tpl.php:
|
4392 |
#, fuzzy
|
4393 |
msgctxt "fees admin"
|
4394 |
msgid "Prices per category"
|
4395 |
msgstr "Kategorie entfernen"
|
4396 |
|
4397 |
-
#: templates/admin/fees-form.tpl.php:
|
4398 |
#, fuzzy
|
4399 |
msgctxt "fees admin"
|
4400 |
msgid "Price"
|
4401 |
msgstr "Preis"
|
4402 |
|
4403 |
-
#: templates/admin/fees-form.tpl.php:
|
4404 |
msgctxt "fees admin"
|
4405 |
msgid "Extra amount (per category)"
|
4406 |
msgstr ""
|
@@ -4482,12 +4482,12 @@ msgctxt "form-fields admin"
|
|
4482 |
msgid "Form Preview"
|
4483 |
msgstr "Form Vorschau"
|
4484 |
|
4485 |
-
#: includes/admin/form-fields.php:
|
4486 |
msgctxt "form-fields admin"
|
4487 |
msgid "Form fields updated."
|
4488 |
msgstr "Formularfelder aktualisiert."
|
4489 |
|
4490 |
-
#: includes/admin/form-fields.php:
|
4491 |
msgctxt "form-fields admin"
|
4492 |
msgid ""
|
4493 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
@@ -4501,17 +4501,17 @@ msgstr ""
|
|
4501 |
"Mail-Adressen auf der Webseite angezeigt werden, können Sie die "
|
4502 |
"<a>öffentliche Anzeige von E-Mails</a> aktivieren."
|
4503 |
|
4504 |
-
#: includes/admin/form-fields.php:
|
4505 |
msgctxt "form-fields admin"
|
4506 |
msgid "Field deleted."
|
4507 |
msgstr "Feld gelöscht."
|
4508 |
|
4509 |
-
#: includes/admin/form-fields.php:
|
4510 |
msgctxt "form-fields admin"
|
4511 |
msgid "Required fields created successfully."
|
4512 |
msgstr "Benötigtes Feld wurde erfolgreich erstellt."
|
4513 |
|
4514 |
-
#: includes/admin/form-fields.php:
|
4515 |
msgctxt "form-fields admin"
|
4516 |
msgid "Tags updated."
|
4517 |
msgstr "Einstellungen aktualisiert."
|
@@ -4942,82 +4942,69 @@ msgid "Listing Status"
|
|
4942 |
msgstr "Einträge"
|
4943 |
|
4944 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
4945 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4946 |
#, fuzzy
|
4947 |
msgctxt "listing metabox"
|
4948 |
msgid "N/A"
|
4949 |
msgstr "keine Angabe"
|
4950 |
|
4951 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4952 |
#, fuzzy
|
4953 |
msgctxt "listing metabox"
|
4954 |
msgid "Last renew date"
|
4955 |
msgstr "Erneuerungsdatum"
|
4956 |
|
4957 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4958 |
#, fuzzy
|
4959 |
msgctxt "listing metabox"
|
4960 |
msgid "Plan Details"
|
4961 |
msgstr "Details planen"
|
4962 |
|
4963 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4964 |
msgctxt "listing metabox"
|
4965 |
msgid "Fee Plan"
|
4966 |
msgstr ""
|
4967 |
|
4968 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4969 |
msgctxt "listing metabox"
|
4970 |
msgid "Change plan"
|
4971 |
msgstr ""
|
4972 |
|
4973 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4974 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4975 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4976 |
#, fuzzy
|
4977 |
msgctxt "listing metabox"
|
4978 |
msgid "OK"
|
4979 |
msgstr "OK"
|
4980 |
|
4981 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4982 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4983 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4984 |
#, fuzzy
|
4985 |
msgctxt "listing metabox"
|
4986 |
msgid "Cancel"
|
4987 |
msgstr "Abbrechen"
|
4988 |
|
4989 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4990 |
#, fuzzy
|
4991 |
msgctxt "listing metabox"
|
4992 |
msgid "Expires On"
|
4993 |
msgstr "Läuft ab am"
|
4994 |
|
4995 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4996 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:95
|
4997 |
-
#, fuzzy
|
4998 |
-
msgctxt "listing metabox"
|
4999 |
-
msgid "Edit"
|
5000 |
-
msgstr "Bearbeiten"
|
5001 |
-
|
5002 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:82
|
5003 |
-
#, fuzzy
|
5004 |
-
msgctxt "listing metabox"
|
5005 |
-
msgid "Never"
|
5006 |
-
msgstr "niemals"
|
5007 |
-
|
5008 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
5009 |
#, fuzzy
|
5010 |
msgctxt "listing metabox"
|
5011 |
msgid "# of images"
|
5012 |
msgstr "# Bilder"
|
5013 |
|
5014 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5015 |
#, fuzzy
|
5016 |
msgctxt "listing metabox"
|
5017 |
msgid "Is Featured?"
|
5018 |
msgstr "% Feed"
|
5019 |
|
5020 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5021 |
#, fuzzy
|
5022 |
msgctxt "listing metabox"
|
5023 |
msgid "Is Recurring?"
|
@@ -5158,13 +5145,6 @@ msgstr ""
|
|
5158 |
"Felder hinzugefügt werden, kann sehr langsam sein und lange Zeit in Anspruch "
|
5159 |
"nehmen. "
|
5160 |
|
5161 |
-
#: includes/admin/settings/class-settings-bootstrap.php:414
|
5162 |
-
msgctxt "admin settings"
|
5163 |
-
msgid ""
|
5164 |
-
"If no fields are selected, the following fields will be used in Quick "
|
5165 |
-
"Searches:"
|
5166 |
-
msgstr ""
|
5167 |
-
|
5168 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
5169 |
msgctxt "admin settings"
|
5170 |
msgid "Do not include comments in listings"
|
@@ -7562,7 +7542,7 @@ msgctxt "submit listing"
|
|
7562 |
msgid "Category & plan selection"
|
7563 |
msgstr "Kategorien auswählen"
|
7564 |
|
7565 |
-
#: includes/views/submit_listing.php:
|
7566 |
#, fuzzy
|
7567 |
msgctxt "submit listing"
|
7568 |
msgid "Can not submit a listing at this moment. Please try again later."
|
@@ -7570,41 +7550,41 @@ msgstr ""
|
|
7570 |
"Ihre Zahlung kann momentan nicht ausgeführt werden. Bitte versuchen Sie es "
|
7571 |
"später noch einmal."
|
7572 |
|
7573 |
-
#: includes/views/submit_listing.php:
|
7574 |
#, fuzzy
|
7575 |
msgctxt "submit listing"
|
7576 |
msgid "Please select a category."
|
7577 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
7578 |
|
7579 |
-
#: includes/views/submit_listing.php:
|
7580 |
msgctxt "submit listing"
|
7581 |
msgid "Please choose a valid category for your plan."
|
7582 |
msgstr ""
|
7583 |
|
7584 |
-
#: includes/views/submit_listing.php:
|
7585 |
#, fuzzy
|
7586 |
msgctxt "submit listing"
|
7587 |
msgid "Please choose a valid fee plan for your category selection."
|
7588 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
7589 |
|
7590 |
-
#: includes/views/submit_listing.php:
|
7591 |
#, fuzzy
|
7592 |
msgctxt "submit listing"
|
7593 |
msgid "Please enter your desired username."
|
7594 |
msgstr "Bitte geben Sie einen Namen ein."
|
7595 |
|
7596 |
-
#: includes/views/submit_listing.php:
|
7597 |
#, fuzzy
|
7598 |
msgctxt "submit listing"
|
7599 |
msgid "Please enter the e-mail for your new account."
|
7600 |
msgstr "Bitte geben Sie einen Namen ein."
|
7601 |
|
7602 |
-
#: includes/views/submit_listing.php:
|
7603 |
msgctxt "submit listing"
|
7604 |
msgid "The username you chose is already in use. Please use a different one."
|
7605 |
msgstr ""
|
7606 |
|
7607 |
-
#: includes/views/submit_listing.php:
|
7608 |
msgctxt "submit listing"
|
7609 |
msgid "The e-mail address you chose for your account is already in use."
|
7610 |
msgstr ""
|
@@ -7631,13 +7611,13 @@ msgctxt "views"
|
|
7631 |
msgid "Find A Listing"
|
7632 |
msgstr "Eintrag finden"
|
7633 |
|
7634 |
-
#: includes/class-wpbdp.php:
|
7635 |
#, fuzzy
|
7636 |
msgctxt "listing image upload"
|
7637 |
msgid "Can not upload any more images for this listing."
|
7638 |
msgstr "Kategorie für diesen Eintrag"
|
7639 |
|
7640 |
-
#: includes/class-wpbdp.php:
|
7641 |
msgctxt "listing image upload"
|
7642 |
msgid ""
|
7643 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
@@ -7930,21 +7910,21 @@ msgid ""
|
|
7930 |
"Listing submission has been disabled. Contact the administrator for details."
|
7931 |
msgstr ""
|
7932 |
|
7933 |
-
#: includes/views/submit_listing.php:
|
7934 |
msgctxt "templates"
|
7935 |
msgid ""
|
7936 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7937 |
"submit a listing. %s to create a fee plan"
|
7938 |
msgstr ""
|
7939 |
|
7940 |
-
#: includes/views/submit_listing.php:
|
7941 |
msgctxt "templates"
|
7942 |
msgid ""
|
7943 |
"Listing submission is not available at the moment. Contact the administrator "
|
7944 |
"for details."
|
7945 |
msgstr ""
|
7946 |
|
7947 |
-
#: includes/views/submit_listing.php:
|
7948 |
msgctxt "templates"
|
7949 |
msgid ""
|
7950 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -7952,12 +7932,12 @@ msgid ""
|
|
7952 |
"an existing field"
|
7953 |
msgstr ""
|
7954 |
|
7955 |
-
#: includes/views/submit_listing.php:
|
7956 |
msgctxt "templates"
|
7957 |
msgid "Please agree to the Terms and Conditions."
|
7958 |
msgstr "Bitte akzeptieren Sie die Allgemeinen Geschäftsbedingungen."
|
7959 |
|
7960 |
-
#: includes/views/submit_listing.php:
|
7961 |
msgctxt "templates"
|
7962 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7963 |
msgstr "Ich akzeptiere die <a>AGB</a>s"
|
@@ -8225,19 +8205,19 @@ msgctxt "default category name"
|
|
8225 |
msgid "General"
|
8226 |
msgstr "Allgemein"
|
8227 |
|
8228 |
-
#: includes/licensing.php:
|
8229 |
msgctxt "licensing"
|
8230 |
msgid "Could not contact licensing server"
|
8231 |
msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
|
8232 |
|
8233 |
-
#: includes/licensing.php:
|
8234 |
msgctxt "licensing"
|
8235 |
msgid ""
|
8236 |
"It was not possible to establish a connection with Business Directory's "
|
8237 |
"server. cURL was not found in your system"
|
8238 |
msgstr ""
|
8239 |
|
8240 |
-
#: includes/licensing.php:
|
8241 |
msgctxt "licensing"
|
8242 |
msgid ""
|
8243 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -8246,7 +8226,7 @@ msgid ""
|
|
8246 |
"1.0.1c)."
|
8247 |
msgstr ""
|
8248 |
|
8249 |
-
#: includes/licensing.php:
|
8250 |
msgctxt "licensing"
|
8251 |
msgid ""
|
8252 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -8254,21 +8234,21 @@ msgid ""
|
|
8254 |
"services using the latest security standards."
|
8255 |
msgstr ""
|
8256 |
|
8257 |
-
#: includes/licensing.php:
|
8258 |
msgctxt "licensing"
|
8259 |
msgid ""
|
8260 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
8261 |
"Include this message if necessary"
|
8262 |
msgstr ""
|
8263 |
|
8264 |
-
#: includes/licensing.php:
|
8265 |
msgctxt "licensing"
|
8266 |
msgid ""
|
8267 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
8268 |
"Include this message if necessary."
|
8269 |
msgstr ""
|
8270 |
|
8271 |
-
#: includes/licensing.php:
|
8272 |
msgctxt "licensing"
|
8273 |
msgid "The server returned a 403 Forbidden error."
|
8274 |
msgstr ""
|
@@ -8278,23 +8258,23 @@ msgctxt "licensing"
|
|
8278 |
msgid "Could not activate license: %s."
|
8279 |
msgstr "Konnte Lizenz nicht aktivieren: %s"
|
8280 |
|
8281 |
-
#: includes/licensing.php:
|
8282 |
msgctxt "licensing"
|
8283 |
msgid "License activated"
|
8284 |
msgstr "Lizenz aktiviert"
|
8285 |
|
8286 |
-
#: includes/licensing.php:
|
8287 |
msgctxt "licensing"
|
8288 |
msgid "Could not deactivate license: %s."
|
8289 |
msgstr "Konnte Lizenz nicht deaktivieren: %s"
|
8290 |
|
8291 |
-
#: includes/licensing.php:
|
8292 |
msgctxt "licensing"
|
8293 |
msgid "License deactivated"
|
8294 |
msgstr "Lizenz deaktiviert"
|
8295 |
|
8296 |
#. translators: "<module-name>" version <version-number> is not...
|
8297 |
-
#: includes/licensing.php:
|
8298 |
msgctxt "deprecation"
|
8299 |
msgid ""
|
8300 |
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
@@ -8738,7 +8718,7 @@ msgctxt "preview"
|
|
8738 |
msgid "This is just a preview. The listing has not been published yet."
|
8739 |
msgstr "Dies ist nur eine Vorschau. Der Eintrag wurde bisher nicht publiziert."
|
8740 |
|
8741 |
-
#: includes/views/submit_listing.php:
|
8742 |
msgctxt "listing submit"
|
8743 |
msgid ""
|
8744 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -8888,12 +8868,12 @@ msgctxt "widgets"
|
|
8888 |
msgid "Search"
|
8889 |
msgstr "Suche"
|
8890 |
|
8891 |
-
#: templates/admin/csv-export.tpl.php:
|
8892 |
-
#: templates/admin/csv-export.tpl.php:
|
8893 |
-
#: templates/admin/csv-import.tpl.php:
|
8894 |
-
#: templates/admin/csv-import.tpl.php:
|
8895 |
-
#: templates/admin/csv-import.tpl.php:
|
8896 |
-
#: templates/admin/csv-import.tpl.php:
|
8897 |
msgctxt "admin forms"
|
8898 |
msgid "required"
|
8899 |
msgstr "Pflichtfeld"
|
@@ -8941,24 +8921,24 @@ msgstr ""
|
|
8941 |
"Bei Fragen, schreiben Sie Kommentar im <a>Support Forum</a> und wir werden "
|
8942 |
"schnellstmöglich antworten (meistens in weniger als 24 Std.)."
|
8943 |
|
8944 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8945 |
#, fuzzy
|
8946 |
msgctxt "admin infometabox"
|
8947 |
msgid "Renewal url (copy & paste)"
|
8948 |
msgstr "URL Erneuern (kopieren & einfügen)"
|
8949 |
|
8950 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8951 |
msgctxt "admin infometabox"
|
8952 |
msgid "Get renewal URL"
|
8953 |
msgstr ""
|
8954 |
|
8955 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8956 |
#, fuzzy
|
8957 |
msgctxt "admin infometabox"
|
8958 |
msgid "Send renewal e-mail"
|
8959 |
msgstr "Erneuerungsmail an Benutzer schicken"
|
8960 |
|
8961 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8962 |
#, fuzzy
|
8963 |
msgctxt "admin infometabox"
|
8964 |
msgid "Renew listing"
|
@@ -9270,6 +9250,28 @@ msgctxt "send-access-keys"
|
|
9270 |
msgid "Continue"
|
9271 |
msgstr "Weiter"
|
9272 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9273 |
#, fuzzy
|
9274 |
#~ msgctxt "settings"
|
9275 |
#~ msgid "Default new post status"
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2021-04-08 23:15:52+00:00\n"
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
|
11 |
"Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
|
25 |
msgid "Are you sure you want to do this?"
|
26 |
msgstr "Möchtest du das wirklich tun?"
|
27 |
|
28 |
+
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
|
29 |
#, fuzzy
|
30 |
msgid "Help"
|
31 |
msgstr "Hilfe "
|
32 |
|
33 |
+
#: includes/admin/class-admin-listings.php:185
|
34 |
#: includes/views/submit_listing.php:497
|
35 |
#: templates/email/listing-reported.tpl.php:7
|
36 |
msgid "Listing Information"
|
37 |
msgstr "Eintrag Informationen"
|
38 |
|
39 |
+
#: includes/admin/class-admin-listings.php:193
|
40 |
msgid "Listing Timeline"
|
41 |
msgstr "Eintrag Titel:"
|
42 |
|
43 |
+
#: includes/admin/class-admin-listings.php:211
|
44 |
#, fuzzy
|
45 |
msgid "Listing Reports"
|
46 |
msgstr "Ein Eintrag läuft aus."
|
47 |
|
48 |
+
#: includes/admin/class-admin-listings.php:221
|
49 |
#: includes/admin/class-listing-owner.php:87
|
50 |
#, fuzzy
|
51 |
msgid "Listing Owner"
|
52 |
msgstr "Ein Eintrag läuft aus."
|
53 |
|
54 |
+
#: includes/admin/class-admin-listings.php:266
|
55 |
#, fuzzy
|
56 |
msgid "Expires on"
|
57 |
msgstr "Läuft ab am"
|
58 |
|
59 |
+
#: includes/admin/class-admin-listings.php:274
|
60 |
#, fuzzy
|
61 |
msgid "Attributes"
|
62 |
msgstr "Feld Attribute"
|
63 |
|
64 |
+
#: includes/admin/class-admin-listings.php:471
|
65 |
#: includes/class-cpt-integration.php:19
|
66 |
#: includes/compatibility/class-navxt-integration.php:200
|
67 |
#: templates/submit-listing.tpl.php:15
|
68 |
msgid "Edit Listing"
|
69 |
msgstr "Eintrag bearbeiten"
|
70 |
|
|
|
|
|
|
|
|
|
|
|
71 |
#: includes/admin/class-admin.php:186
|
72 |
#, fuzzy
|
73 |
msgid ""
|
144 |
msgid "Listing Count"
|
145 |
msgstr "Anzahl Einträge"
|
146 |
|
147 |
+
#: includes/admin/class-csv-import.php:674
|
148 |
#, fuzzy
|
149 |
msgid "Listing imported by admin. Payment skipped."
|
150 |
msgstr "Eintrag zusenden (Initialbezahlung)"
|
231 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
232 |
#: includes/admin/helpers/class-payments-table.php:57
|
233 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
234 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:73
|
235 |
+
#: templates/admin/payments-details.tpl.php:110
|
236 |
#: templates/email/listing-payment-completed.tpl.php:21
|
237 |
#: templates/payment/payment_items.tpl.php:5
|
238 |
#, fuzzy
|
248 |
|
249 |
#: includes/admin/form-fields.php:31
|
250 |
#: includes/fields/class-fieldtypes-social.php:138
|
251 |
+
#: templates/admin/csv-import.tpl.php:305
|
252 |
#, fuzzy
|
253 |
msgid "Type"
|
254 |
msgstr "Typ"
|
255 |
|
256 |
#: includes/admin/form-fields.php:88
|
257 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:84
|
258 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:99
|
259 |
msgid "Edit"
|
260 |
msgstr "Bearbeiten"
|
261 |
|
280 |
"Sie können diese benutzerdefinierten Felder selbst erzeugen \"Formularfelder "
|
281 |
"verwalten\" oder vom Branchenverzeichnis automatisch erstellen lassen."
|
282 |
|
283 |
+
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:826
|
284 |
#, fuzzy
|
285 |
msgid "Go to \"Form Fields\""
|
286 |
msgstr "zu \"Formularfelder verwalten\""
|
291 |
msgid "Go back"
|
292 |
msgstr "Geh zurück"
|
293 |
|
294 |
+
#: includes/admin/form-fields.php:522
|
295 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
296 |
#: templates/email/listing-added.tpl.php:10
|
297 |
#: templates/email/listing-edited.tpl.php:16
|
300 |
msgid "Title"
|
301 |
msgstr "Titel"
|
302 |
|
303 |
+
#: includes/admin/form-fields.php:523 templates/admin/fees-form.tpl.php:217
|
304 |
#: templates/email/listing-added.tpl.php:21
|
305 |
#: templates/email/listing-edited.tpl.php:29
|
306 |
#, fuzzy
|
307 |
msgid "Category"
|
308 |
msgstr "Kategorien"
|
309 |
|
310 |
+
#: includes/admin/form-fields.php:524
|
311 |
#, fuzzy
|
312 |
msgid "Excerpt"
|
313 |
msgstr "Im Textauszug"
|
314 |
|
315 |
+
#: includes/admin/form-fields.php:525
|
316 |
#, fuzzy
|
317 |
msgid "Content"
|
318 |
msgstr "Post Inhalt"
|
319 |
|
320 |
+
#: includes/admin/form-fields.php:526
|
321 |
#, fuzzy
|
322 |
msgid "Tags"
|
323 |
msgstr "Tags Entwurf"
|
324 |
|
325 |
+
#: includes/admin/form-fields.php:527 includes/form-fields.php:445
|
326 |
#: templates/checkout-billing-form.tpl.php:75
|
327 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
328 |
#, fuzzy
|
329 |
msgid "Address"
|
330 |
msgstr "E-Mail Adresse:"
|
331 |
|
332 |
+
#: includes/admin/form-fields.php:528
|
333 |
#, fuzzy
|
334 |
msgid "Address 2"
|
335 |
msgstr "E-Mail Adresse:"
|
336 |
|
337 |
+
#: includes/admin/form-fields.php:529
|
338 |
+
#: templates/admin/payments-details.tpl.php:161
|
339 |
#: templates/checkout-billing-form.tpl.php:87
|
340 |
#, fuzzy
|
341 |
msgid "City"
|
342 |
msgstr "Stadt"
|
343 |
|
344 |
+
#: includes/admin/form-fields.php:530
|
345 |
+
#: templates/admin/payments-details.tpl.php:157
|
346 |
#, fuzzy
|
347 |
msgid "State"
|
348 |
msgstr "Status"
|
349 |
|
350 |
+
#: includes/admin/form-fields.php:531
|
351 |
+
#: templates/admin/payments-details.tpl.php:153
|
352 |
#: templates/checkout-billing-form.tpl.php:102
|
353 |
#, fuzzy
|
354 |
msgid "Country"
|
355 |
msgstr "Land"
|
356 |
|
357 |
+
#: includes/admin/form-fields.php:532 includes/form-fields.php:453
|
358 |
+
#: templates/admin/payments-details.tpl.php:165
|
359 |
msgid "ZIP Code"
|
360 |
msgstr "Postleitzahl"
|
361 |
|
362 |
+
#: includes/admin/form-fields.php:533
|
363 |
#, fuzzy
|
364 |
msgid "FAX Number"
|
365 |
msgstr "Telefonnummer geschäftlich"
|
366 |
|
367 |
+
#: includes/admin/form-fields.php:534
|
368 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
369 |
#, fuzzy
|
370 |
msgid "Phone Number"
|
371 |
msgstr "Telefonnummer geschäftlich"
|
372 |
|
373 |
+
#: includes/admin/form-fields.php:535
|
374 |
#, fuzzy
|
375 |
msgid "Ratings Field"
|
376 |
msgstr "Bewertungsfeld"
|
377 |
|
378 |
+
#: includes/admin/form-fields.php:536
|
379 |
#, fuzzy
|
380 |
msgid "Twitter"
|
381 |
msgstr "Twitter"
|
382 |
|
383 |
+
#: includes/admin/form-fields.php:537 includes/form-fields.php:411
|
384 |
#, fuzzy
|
385 |
msgid "Website"
|
386 |
msgstr "Webseite"
|
453 |
msgstr "Warum löscht du die Branchenverzeichnis Erweiterung?"
|
454 |
|
455 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
456 |
+
#: includes/form-fields.php:428 includes/views/submit_listing.php:1225
|
457 |
+
#: templates/admin/payments-details.tpl.php:137
|
458 |
#: templates/listing-contactform.tpl.php:33
|
459 |
#: templates/listing-flagging-form.tpl.php:39
|
460 |
#, fuzzy
|
484 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
485 |
#: includes/class-assets.php:317
|
486 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
487 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
488 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
489 |
#, fuzzy
|
490 |
msgid "No"
|
491 |
msgstr "Nein"
|
553 |
"you're on shared hosting plans, where database performance is an issue."
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: includes/admin/settings/class-settings-bootstrap.php:414
|
557 |
+
msgid ""
|
558 |
+
"If no fields are selected, the following fields will be used in Quick "
|
559 |
+
"Searches:"
|
560 |
+
msgstr ""
|
561 |
+
|
562 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
563 |
#, fuzzy
|
564 |
msgid "Categories"
|
814 |
msgstr "Branchenverzeichnis - Hervorgehobene Einträge"
|
815 |
|
816 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
817 |
+
#: templates/admin/fees-form.tpl.php:17
|
818 |
#, fuzzy
|
819 |
msgid "Fee Label"
|
820 |
msgstr "Preisbezeichnung"
|
843 |
msgstr "Status"
|
844 |
|
845 |
#: includes/class-assets.php:315
|
846 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:86
|
847 |
#, fuzzy
|
848 |
msgid "Never"
|
849 |
msgstr "niemals"
|
850 |
|
851 |
#: includes/class-assets.php:316
|
852 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
853 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
854 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
855 |
#, fuzzy
|
856 |
msgid "Yes"
|
857 |
msgstr "Ja"
|
984 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
985 |
msgstr ""
|
986 |
|
987 |
+
#: includes/class-wpbdp.php:305
|
988 |
+
#, fuzzy
|
989 |
+
msgid "Upgrade to Premium"
|
990 |
+
msgstr "Aktualisieren auf %s"
|
991 |
+
|
992 |
+
#: includes/class-wpbdp.php:308
|
993 |
#, fuzzy
|
994 |
msgid "Settings"
|
995 |
msgstr "Einstellungen"
|
996 |
|
997 |
+
#: includes/class-wpbdp.php:507
|
998 |
#, fuzzy
|
999 |
msgid "Could not find listing ID"
|
1000 |
msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
|
1001 |
|
1002 |
+
#: includes/class-wpbdp.php:514
|
1003 |
msgid ""
|
1004 |
"Could not verify the image upload request. If problem persists contact site "
|
1005 |
"admin."
|
1006 |
msgstr ""
|
1007 |
|
1008 |
+
#: includes/class-wpbdp.php:521 includes/fields/class-fieldtypes-image.php:322
|
1009 |
#, fuzzy
|
1010 |
msgid "Could not find image ID"
|
1011 |
msgstr "Konnte Lizenz nicht deaktivieren: %s"
|
1012 |
|
1013 |
+
#: includes/class-wpbdp.php:553
|
1014 |
#, fuzzy
|
1015 |
msgid ""
|
1016 |
"The directory features are disabled at this time because a <a>manual "
|
1019 |
"Branchenverzeichnis Hervorhebungen sind aktuell deaktiviert, weil das Modul "
|
1020 |
"manuell aktualisiert werden muss, bevor weiter hervorgehoben werden kann."
|
1021 |
|
1022 |
+
#: includes/class-wpbdp.php:560
|
1023 |
msgid ""
|
1024 |
"The directory is not available at this time. Please try again in a few "
|
1025 |
"minutes or contact the administrator if the problem persists."
|
1191 |
"Feldoptionen (für ausgewählte Listen, Radiobutton und Kontrollkästchen)"
|
1192 |
|
1193 |
#: includes/fields/class-fieldtypes-select.php:262
|
1194 |
+
#: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
|
1195 |
+
#: templates/admin/fees-form.tpl.php:58
|
1196 |
#, fuzzy
|
1197 |
msgid "required"
|
1198 |
msgstr "Pflichtfeld"
|
1306 |
msgid "Short Description"
|
1307 |
msgstr "Kurze Geschäftsbeschreibung"
|
1308 |
|
1309 |
+
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:109
|
1310 |
#, fuzzy
|
1311 |
msgid "Description"
|
1312 |
msgstr "Beschreibung"
|
1468 |
msgid "Invalid item ID"
|
1469 |
msgstr "Ungültige Feld ID"
|
1470 |
|
1471 |
+
#: includes/licensing.php:430
|
1472 |
#, fuzzy
|
1473 |
msgid "No license key provided"
|
1474 |
msgstr "Kein Lizenzschlüssel"
|
1475 |
|
1476 |
+
#: includes/licensing.php:479 includes/licensing.php:516
|
1477 |
#, fuzzy
|
1478 |
msgid "License key is invalid"
|
1479 |
msgstr "Lizenzschlüssel ungültig "
|
1480 |
|
1481 |
+
#: includes/licensing.php:483
|
1482 |
#, fuzzy
|
1483 |
msgid "Deactivation failed"
|
1484 |
msgstr "Deaktivierung fehlgeschlagen"
|
1485 |
|
1486 |
+
#: includes/licensing.php:528
|
1487 |
#, fuzzy
|
1488 |
msgid "The license key was revoked."
|
1489 |
msgstr "Kein Lizenzschlüssel"
|
1490 |
|
1491 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1492 |
+
#: includes/licensing.php:532
|
1493 |
msgid ""
|
1494 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
1495 |
"%2$s and let them know your license is being reported as revoked by the "
|
1497 |
"with your report."
|
1498 |
msgstr ""
|
1499 |
|
1500 |
+
#: includes/licensing.php:595
|
1501 |
msgid ""
|
1502 |
"It was not possible to establish a connection with the Business Directory "
|
1503 |
"server. The connection failed with the following error:"
|
1504 |
msgstr ""
|
1505 |
|
1506 |
+
#: includes/licensing.php:608
|
1507 |
msgid ""
|
1508 |
"It was not possible to establish a connection with the Business Directory "
|
1509 |
"server. A problem occurred in the SSL/TSL handshake:"
|
1510 |
msgstr ""
|
1511 |
|
1512 |
+
#: includes/licensing.php:655
|
1513 |
msgid ""
|
1514 |
"It looks like your server is not authorized to make outgoing requests to "
|
1515 |
"Business Directory servers. Please contact your webhost and ask them to add "
|
1516 |
"our IP address 52.0.78.177 to your allow list."
|
1517 |
msgstr ""
|
1518 |
|
1519 |
+
#: includes/licensing.php:742
|
1520 |
#, fuzzy
|
1521 |
msgid "Business Directory license key is missing."
|
1522 |
msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
|
1523 |
|
1524 |
+
#: includes/licensing.php:743
|
1525 |
#, fuzzy
|
1526 |
msgid "Business Directory license key has expired"
|
1527 |
msgstr "Branchenverzeichnis - Lizenzschlüssel abgelaufen"
|
1528 |
|
1529 |
+
#: includes/licensing.php:744
|
1530 |
#, fuzzy
|
1531 |
msgid "Could not verify Business Directory license."
|
1532 |
msgstr "Hilf Business Directory zu unterstützen"
|
1533 |
|
1534 |
+
#: includes/licensing.php:755
|
1535 |
#, fuzzy
|
1536 |
msgid "Review license keys"
|
1537 |
msgstr "Erneuere Lizenzschlüssel"
|
1538 |
|
1539 |
+
#: includes/licensing.php:868
|
1540 |
msgid "Missing data. Please reload this page and try again."
|
1541 |
msgstr ""
|
1542 |
|
1543 |
+
#: includes/licensing.php:873
|
1544 |
#, fuzzy
|
1545 |
msgid "Please enter a license key."
|
1546 |
msgstr "Bitte eine gültige E-mailadresse eingeben."
|
1627 |
msgid "Account Creation"
|
1628 |
msgstr ""
|
1629 |
|
1630 |
+
#: includes/views/submit_listing.php:809
|
1631 |
#, fuzzy
|
1632 |
msgid "Go to \"Fee Plans\""
|
1633 |
msgstr "zu \"Formularfelder verwalten\""
|
1634 |
|
1635 |
+
#: includes/views/submit_listing.php:865
|
1636 |
#, fuzzy
|
1637 |
msgid "Please choose a fee plan."
|
1638 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
1639 |
|
1640 |
+
#: includes/views/submit_listing.php:1049
|
1641 |
msgid "Please check the form for errors, correct them and submit again."
|
1642 |
msgstr ""
|
1643 |
|
1644 |
+
#: includes/views/submit_listing.php:1209
|
1645 |
msgid "Create a user account on this site"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
+
#: includes/views/submit_listing.php:1216
|
1649 |
#, fuzzy
|
1650 |
msgid "Username"
|
1651 |
msgstr "Benutzer"
|
1652 |
|
1653 |
+
#: includes/views/submit_listing.php:1238
|
1654 |
#, fuzzy
|
1655 |
msgid "Clear Form"
|
1656 |
msgstr "Zurücksetzen"
|
1666 |
"stelle sicher, dass du genügend Speicherplatz für PHP vorhanden ist. Schaue "
|
1667 |
"ins Fehlerprotokoll."
|
1668 |
|
1669 |
+
#: templates/admin/csv-export.tpl.php:65
|
1670 |
#, fuzzy
|
1671 |
msgid ""
|
1672 |
"If you plan to re-import the listings into your directory and don't want new "
|
1675 |
"Wenn Sie vorhaben die Einträge in BD erneut zu importieren und keine neuen "
|
1676 |
"erstellen wollen, wählen Sie diese Option!"
|
1677 |
|
1678 |
+
#. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
|
1679 |
+
#: templates/admin/csv-import.tpl.php:34
|
1680 |
+
#, fuzzy
|
1681 |
+
msgid ""
|
1682 |
+
"We strongly recommend reading our %1$sCSV import documentation%2$s first to "
|
1683 |
+
"help you do things in the right order."
|
1684 |
+
msgstr ""
|
1685 |
+
"Wir empfehlen Ihnen dringend, unsere <a>CSV-Importdokumentation</a> zu "
|
1686 |
+
"lesen, um Ihnen zu helfen, Dinge in der richtigen Reihenfolge zu machen."
|
1687 |
+
|
1688 |
+
#: templates/admin/csv-import.tpl.php:274
|
1689 |
#, fuzzy
|
1690 |
msgid "Disable email notifications during import?"
|
1691 |
msgstr "E-Mail-Benachrichtigungen"
|
1692 |
|
1693 |
+
#: templates/admin/csv-import.tpl.php:281
|
1694 |
#, fuzzy
|
1695 |
msgid "Disable email notifications."
|
1696 |
msgstr "E-Mail-Benachrichtigungen beim Import deaktivieren?"
|
1709 |
msgid "Download Debug Information"
|
1710 |
msgstr "Fehlerprotokoll herunterladen"
|
1711 |
|
1712 |
+
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:243
|
1713 |
#, fuzzy
|
1714 |
msgid "Add Listing Fee"
|
1715 |
msgstr "Preispaket hinzufügen"
|
1719 |
msgid "Edit Listing Fee"
|
1720 |
msgstr "Eintrag Bearbeiten"
|
1721 |
|
1722 |
+
#: templates/admin/fees-form.tpl.php:30
|
1723 |
#, fuzzy
|
1724 |
msgid "Fee Description"
|
1725 |
msgstr "Beschreibung"
|
1726 |
|
1727 |
+
#: templates/admin/fees-form.tpl.php:38
|
1728 |
msgid "How long should the listing run?"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
+
#: templates/admin/fees-form.tpl.php:41
|
1732 |
#, fuzzy
|
1733 |
msgid "run listing for"
|
1734 |
msgstr "Eintrag ausführen für"
|
1735 |
|
1736 |
+
#: templates/admin/fees-form.tpl.php:51
|
1737 |
#: templates/plan-selection-plan.tpl.php:39
|
1738 |
#, fuzzy
|
1739 |
msgid "days"
|
1740 |
msgstr "Tage"
|
1741 |
|
1742 |
+
#: templates/admin/fees-form.tpl.php:53
|
1743 |
#, fuzzy
|
1744 |
msgid "run listing forever"
|
1745 |
msgstr "Eintrag dauerhaft ausführen"
|
1746 |
|
1747 |
+
#: templates/admin/fees-form.tpl.php:58
|
1748 |
#, fuzzy
|
1749 |
msgid "Number of images allowed"
|
1750 |
msgstr "Erlaubte Anzahl der Bilder"
|
1751 |
|
1752 |
+
#: templates/admin/fees-form.tpl.php:73
|
1753 |
msgid "Private Fee Plan (visible to admins only)?"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
+
#: templates/admin/fees-form.tpl.php:90
|
1757 |
#, fuzzy
|
1758 |
msgid "Is recurring?"
|
1759 |
msgstr "(wiederkehrend)"
|
1760 |
|
1761 |
+
#: templates/admin/fees-form.tpl.php:102
|
1762 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1763 |
msgstr ""
|
1764 |
|
1765 |
+
#: templates/admin/fees-form.tpl.php:108
|
1766 |
#, fuzzy
|
1767 |
msgid "Is featured listing/sticky?"
|
1768 |
msgstr "Top Einträge"
|
1769 |
|
1770 |
+
#: templates/admin/fees-form.tpl.php:119
|
1771 |
#, fuzzy
|
1772 |
msgid ""
|
1773 |
"This floats the listing to the top of search results and browsing the "
|
1776 |
"Dies Platziert den Eintrag an die Spitze der Suchergebnisse und durchsucht "
|
1777 |
"das Verzeichnis, wenn der Benutzer dieses Angebot kauft."
|
1778 |
|
1779 |
+
#: templates/admin/fees-form.tpl.php:125
|
1780 |
msgid "Listing background color:"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
+
#: templates/admin/fees-form.tpl.php:131
|
1784 |
msgid "Used to differentiate listings inside this plan from others."
|
1785 |
msgstr ""
|
1786 |
|
1787 |
+
#: templates/admin/fees-form.tpl.php:243
|
1788 |
#: templates/admin/settings-email.tpl.php:116
|
1789 |
#: templates/submit-listing-section.tpl.php:30
|
1790 |
#, fuzzy
|
1974 |
msgid "Payment Not Found"
|
1975 |
msgstr "Preisinformation"
|
1976 |
|
1977 |
+
#: templates/admin/payments-details.tpl.php:42
|
1978 |
msgid "Overview"
|
1979 |
msgstr ""
|
1980 |
|
1981 |
+
#: templates/admin/payments-details.tpl.php:46
|
1982 |
+
#: templates/admin/payments-details.tpl.php:80
|
1983 |
#, fuzzy
|
1984 |
msgid "Payment ID"
|
1985 |
msgstr "Bezahlung"
|
1986 |
|
1987 |
+
#: templates/admin/payments-details.tpl.php:50
|
1988 |
#, fuzzy
|
1989 |
msgid "Listing"
|
1990 |
msgstr "Einträge"
|
1991 |
|
1992 |
+
#: templates/admin/payments-details.tpl.php:56
|
1993 |
#, fuzzy
|
1994 |
msgid "Status"
|
1995 |
msgstr "Status"
|
1996 |
|
1997 |
+
#: templates/admin/payments-details.tpl.php:65
|
1998 |
#, fuzzy
|
1999 |
msgid "Date"
|
2000 |
msgstr "Datum"
|
2001 |
|
2002 |
+
#: templates/admin/payments-details.tpl.php:69
|
2003 |
#, fuzzy
|
2004 |
msgid "Time"
|
2005 |
msgstr "Zeit: %s"
|
2006 |
|
2007 |
+
#: templates/admin/payments-details.tpl.php:74
|
2008 |
#, fuzzy
|
2009 |
msgid "Gateway"
|
2010 |
msgstr "Gateway"
|
2011 |
|
2012 |
#. translators: Gateway: (Not yet set)
|
2013 |
+
#: templates/admin/payments-details.tpl.php:76
|
2014 |
#, fuzzy
|
2015 |
msgid "(Not yet set)"
|
2016 |
msgstr "Noch nicht registriert?"
|
2017 |
|
2018 |
+
#: templates/admin/payments-details.tpl.php:91
|
2019 |
#, fuzzy
|
2020 |
msgid "Delete Payment"
|
2021 |
msgstr "Bezahlung zurückweisen"
|
2022 |
|
2023 |
+
#: templates/admin/payments-details.tpl.php:93
|
2024 |
#, fuzzy
|
2025 |
msgid "Save Payment"
|
2026 |
msgstr "Bezahlung"
|
2027 |
|
2028 |
+
#: templates/admin/payments-details.tpl.php:104
|
2029 |
#, fuzzy
|
2030 |
msgid "Details"
|
2031 |
msgstr "+ Details"
|
2032 |
|
2033 |
+
#: templates/admin/payments-details.tpl.php:108
|
2034 |
#, fuzzy
|
2035 |
msgid "Item Type"
|
2036 |
msgstr "Feldtyp"
|
2037 |
|
2038 |
+
#: templates/admin/payments-details.tpl.php:121
|
2039 |
#: templates/payment/payment_items.tpl.php:23
|
2040 |
#, fuzzy
|
2041 |
msgid "Total"
|
2042 |
msgstr "Gesamt"
|
2043 |
|
2044 |
+
#: templates/admin/payments-details.tpl.php:132
|
2045 |
#, fuzzy
|
2046 |
msgid "Customer Details"
|
2047 |
msgstr "Aktuelle Preisdetails"
|
2048 |
|
2049 |
+
#: templates/admin/payments-details.tpl.php:142
|
2050 |
#: templates/checkout-billing-form.tpl.php:17
|
2051 |
#, fuzzy
|
2052 |
msgid "First Name"
|
2053 |
msgstr "Name:"
|
2054 |
|
2055 |
+
#: templates/admin/payments-details.tpl.php:147
|
2056 |
#: templates/checkout-billing-form.tpl.php:22
|
2057 |
#, fuzzy
|
2058 |
msgid "Last Name"
|
2059 |
msgstr "Name:"
|
2060 |
|
2061 |
+
#: templates/admin/payments-details.tpl.php:169
|
2062 |
#, fuzzy
|
2063 |
msgid "Address Line 1"
|
2064 |
msgstr "Adresszeile 1:"
|
2065 |
|
2066 |
+
#: templates/admin/payments-details.tpl.php:173
|
2067 |
#: templates/checkout-billing-form.tpl.php:81
|
2068 |
#, fuzzy
|
2069 |
msgid "Address Line 2"
|
2070 |
msgstr "Adresszeile 2:"
|
2071 |
|
2072 |
+
#: templates/admin/payments-details.tpl.php:182
|
2073 |
msgid "Notes & Log"
|
2074 |
msgstr ""
|
2075 |
|
2076 |
+
#: templates/admin/payments-details.tpl.php:187
|
2077 |
msgid "No notes."
|
2078 |
msgstr ""
|
2079 |
|
2080 |
+
#: templates/admin/payments-details.tpl.php:207
|
2081 |
#, fuzzy
|
2082 |
msgid "Add Note"
|
2083 |
msgstr "Preis Erstellen"
|
2835 |
msgid "See an example CSV import file"
|
2836 |
msgstr "Beispiel CSV Import Datei anschauen"
|
2837 |
|
2838 |
+
#: includes/admin/class-csv-import.php:531
|
2839 |
msgctxt "admin csv-import"
|
2840 |
msgid ""
|
2841 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2844 |
"Die Kategorieauflistung \"<category-name>\" konnte nicht erstellt werden. "
|
2845 |
"Der Vorgang ist mit dem folgenden Fehler fehlgeschlagen: <error-message>."
|
2846 |
|
2847 |
+
#: includes/admin/class-csv-import.php:537
|
2848 |
msgctxt "admin csv-import"
|
2849 |
msgid "Could not create listing category \"%s\""
|
2850 |
msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
|
2851 |
|
2852 |
+
#: includes/admin/class-csv-import.php:728
|
2853 |
msgctxt "admin csv-import"
|
2854 |
msgid "Username \"%s\" does not exist"
|
2855 |
msgstr "Benutzername \"%s\" existiert nicht"
|
2856 |
|
2857 |
+
#: includes/admin/class-csv-import.php:755
|
2858 |
msgctxt "admin csv-import"
|
2859 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2860 |
msgstr ""
|
2861 |
|
2862 |
+
#: includes/admin/class-csv-import.php:786
|
2863 |
msgctxt "admin csv-import"
|
2864 |
msgid "Missing required field: %s"
|
2865 |
msgstr "Benötigtes nicht vorhandenes Feld: %s"
|
2866 |
|
2867 |
+
#: includes/admin/class-csv-import.php:831
|
2868 |
msgctxt "admin csv-import"
|
2869 |
msgid "Listing category \"%s\" does not exist"
|
2870 |
msgstr "Eintragskategorie \"%s\" existiert nicht"
|
2871 |
|
2872 |
+
#: includes/admin/class-csv-import.php:902
|
2873 |
msgctxt "admin csv-import"
|
2874 |
msgid "The string <string> couldn't be converted into a valid date."
|
2875 |
msgstr ""
|
3048 |
msgstr ""
|
3049 |
"Hier können Sie mit dem CSV-Format Daten in Ihr Verzeichnis importieren."
|
3050 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3051 |
#: templates/admin/csv-import.tpl.php:45
|
3052 |
msgctxt "admin csv-import"
|
3053 |
msgid "Import Files"
|
3064 |
msgstr ""
|
3065 |
"... oder <a>wählen sie eine Datei die im upload Ordner hochgeladen wurde</a>"
|
3066 |
|
3067 |
+
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
|
3068 |
msgctxt "admin csv-import"
|
3069 |
msgid "(Upload new file)"
|
3070 |
msgstr "(Neue Datei hochladen)"
|
3074 |
msgid "ZIP file containing images"
|
3075 |
msgstr "ZIP-Datei mit Bildern"
|
3076 |
|
3077 |
+
#: templates/admin/csv-import.tpl.php:113
|
3078 |
msgctxt "admin csv-import"
|
3079 |
msgid "CSV File Settings"
|
3080 |
msgstr "CSV-Datei Einstellungen"
|
3081 |
|
3082 |
+
#: templates/admin/csv-import.tpl.php:117
|
3083 |
msgctxt "admin csv-import"
|
3084 |
msgid "Column Separator"
|
3085 |
msgstr "Spaltentrenner"
|
3086 |
|
3087 |
+
#: templates/admin/csv-import.tpl.php:125
|
3088 |
msgctxt "admin csv-import"
|
3089 |
msgid "Comma (,)"
|
3090 |
msgstr "Komma (,)"
|
3091 |
|
3092 |
+
#: templates/admin/csv-import.tpl.php:131
|
3093 |
msgctxt "admin csv-import"
|
3094 |
msgid "Semicolon (;)"
|
3095 |
msgstr "Semikolon (;)"
|
3096 |
|
3097 |
+
#: templates/admin/csv-import.tpl.php:137
|
3098 |
msgctxt "admin csv-import"
|
3099 |
msgid "TAB"
|
3100 |
msgstr "TAB"
|
3101 |
|
3102 |
+
#: templates/admin/csv-import.tpl.php:143
|
3103 |
msgctxt "admin csv-import"
|
3104 |
msgid "Image Separator"
|
3105 |
msgstr "Bildertrenner"
|
3106 |
|
3107 |
+
#: templates/admin/csv-import.tpl.php:154
|
3108 |
msgctxt "admin csv-import"
|
3109 |
msgid "Category Separator"
|
3110 |
msgstr "Kategorietrenner"
|
3111 |
|
3112 |
+
#: templates/admin/csv-import.tpl.php:165
|
3113 |
msgctxt "admin csv-import"
|
3114 |
msgid "Import settings"
|
3115 |
msgstr "Importeinstellungen"
|
3116 |
|
3117 |
+
#: templates/admin/csv-import.tpl.php:169
|
3118 |
#, fuzzy
|
3119 |
msgctxt "admin csv-import"
|
3120 |
msgid "Post status of new imported listings"
|
3121 |
msgstr "Status der importierten Einträge"
|
3122 |
|
3123 |
+
#: templates/admin/csv-import.tpl.php:186
|
3124 |
#, fuzzy
|
3125 |
msgctxt "admin csv-import"
|
3126 |
msgid "Post status of existing imported listings"
|
3127 |
msgstr "Status der importierten Einträge"
|
3128 |
|
3129 |
+
#: templates/admin/csv-import.tpl.php:190
|
3130 |
#, fuzzy
|
3131 |
msgctxt "admin csv-import"
|
3132 |
msgid "Preserve existing status"
|
3133 |
msgstr "Einträge"
|
3134 |
|
3135 |
+
#: templates/admin/csv-import.tpl.php:204
|
3136 |
msgctxt "admin csv-import"
|
3137 |
msgid "Missing categories handling"
|
3138 |
msgstr "Verhalten bei nicht vorhandener Kategorie"
|
3139 |
|
3140 |
+
#: templates/admin/csv-import.tpl.php:209
|
3141 |
msgctxt "admin csv-import"
|
3142 |
msgid "Auto-create categories"
|
3143 |
msgstr "Kategorie automatisch erstellen"
|
3144 |
|
3145 |
+
#: templates/admin/csv-import.tpl.php:212
|
3146 |
msgctxt "admin csv-import"
|
3147 |
msgid "Generate errors when a category is not found"
|
3148 |
msgstr "Fehlermeldung erzeugen, wenn die Kategorie nicht gefunden wird"
|
3149 |
|
3150 |
+
#: templates/admin/csv-import.tpl.php:217
|
3151 |
msgctxt "admin csv-import"
|
3152 |
msgid "Keep existing listing images?"
|
3153 |
msgstr "Vorhandene Bilder beibehalten?"
|
3154 |
|
3155 |
+
#: templates/admin/csv-import.tpl.php:222
|
3156 |
msgctxt "admin csv-import"
|
3157 |
msgid "Keep existing images."
|
3158 |
msgstr "Vorhandene Bilder behalten."
|
3159 |
|
3160 |
+
#: templates/admin/csv-import.tpl.php:223
|
3161 |
msgctxt "admin csv-import"
|
3162 |
msgid "Appends new images while keeping current ones."
|
3163 |
msgstr "Hängt neue Bilder an und behaltet die alten."
|
3164 |
|
3165 |
+
#: templates/admin/csv-import.tpl.php:228
|
3166 |
msgctxt "admin csv-import"
|
3167 |
msgid "Assign listings to a user?"
|
3168 |
msgstr "Zuweisung"
|
3169 |
|
3170 |
+
#: templates/admin/csv-import.tpl.php:234
|
3171 |
msgctxt "admin csv-import"
|
3172 |
msgid "Assign listings to a user."
|
3173 |
msgstr "Einträge einem Benutzer zuweisen."
|
3174 |
|
3175 |
+
#: templates/admin/csv-import.tpl.php:239
|
3176 |
msgctxt "admin csv-import"
|
3177 |
msgid "Use a default user for listings?"
|
3178 |
msgstr "Voreingestellter-Nutzer für neue Einträge?"
|
3179 |
|
3180 |
+
#: templates/admin/csv-import.tpl.php:245
|
3181 |
msgctxt "admin csv-import"
|
3182 |
msgid ""
|
3183 |
"Select a default user to be used if the username column is not present in "
|
3186 |
"Wählen Sie einen Benutzernamen der verwendet werden soll, wenn die Username-"
|
3187 |
"Spalte in der CSV-Datei nicht vorhanden ist."
|
3188 |
|
3189 |
+
#: templates/admin/csv-import.tpl.php:250
|
3190 |
msgctxt "admin csv-import"
|
3191 |
msgid "Default listing user"
|
3192 |
msgstr "Voreingestellter-Nutzer"
|
3193 |
|
3194 |
+
#: templates/admin/csv-import.tpl.php:256
|
3195 |
msgctxt "admin csv-import"
|
3196 |
msgid ""
|
3197 |
"This user will be used if the username column is not present in the CSV file."
|
3199 |
"Dieser Benutzer wird verwendet wenn die Spalte Benutzername nicht in der CSV-"
|
3200 |
"Datei vorhanden ist."
|
3201 |
|
3202 |
+
#: templates/admin/csv-import.tpl.php:261
|
3203 |
#, fuzzy
|
3204 |
msgctxt "admin csv-import"
|
3205 |
msgid "Number of listings imported on every cycle"
|
3206 |
msgstr "Nummer der Einträge zum Anzeigen:"
|
3207 |
|
3208 |
+
#: templates/admin/csv-import.tpl.php:269
|
3209 |
msgctxt "admin csv-import"
|
3210 |
msgid ""
|
3211 |
"If you are having trouble importing listings due to memory problems, try "
|
3214 |
"success on shared hosting platforms and other resource-constrained servers."
|
3215 |
msgstr ""
|
3216 |
|
3217 |
+
#: templates/admin/csv-import.tpl.php:288
|
3218 |
msgctxt "admin csv-import"
|
3219 |
msgid "Test Import"
|
3220 |
msgstr "Importtest"
|
3221 |
|
3222 |
+
#: templates/admin/csv-import.tpl.php:289
|
3223 |
msgctxt "admin csv-import"
|
3224 |
msgid "Import Listings"
|
3225 |
msgstr "Einträge importieren"
|
3226 |
|
3227 |
+
#: templates/admin/csv-import.tpl.php:296
|
3228 |
msgctxt "admin csv-import"
|
3229 |
msgid ""
|
3230 |
"The following are the valid header names to be used in the CSV file. "
|
3237 |
"erscheinen. Klicken Sie <a href=\"%s\">\"CSV Beispieldatei anschauen\"</a>, "
|
3238 |
"um zu sehen wie eine Importdatei aufgebaut sein muss."
|
3239 |
|
3240 |
+
#: templates/admin/csv-import.tpl.php:303
|
3241 |
msgctxt "admin csv-import"
|
3242 |
msgid "Header name/label"
|
3243 |
msgstr "Kopfname/Bezeichnung"
|
3244 |
|
3245 |
+
#: templates/admin/csv-import.tpl.php:304
|
3246 |
msgctxt "admin csv-import"
|
3247 |
msgid "Field"
|
3248 |
msgstr "Feld"
|
3249 |
|
3250 |
+
#: templates/admin/csv-import.tpl.php:306
|
3251 |
msgctxt "admin csv-import"
|
3252 |
msgid "Required?"
|
3253 |
msgstr "Pflichtfeld?"
|
3254 |
|
3255 |
+
#: templates/admin/csv-import.tpl.php:307
|
3256 |
msgctxt "admin csv-import"
|
3257 |
msgid "Multivalued?"
|
3258 |
msgstr "Mehrfachwert?"
|
3259 |
|
3260 |
+
#: templates/admin/csv-import.tpl.php:332
|
3261 |
#, fuzzy
|
3262 |
msgctxt "admin csv-import"
|
3263 |
msgid ""
|
3267 |
"Tag des Eintragende formatiert als YYYY-MM-DD. Benutze diese Spalte, wenn "
|
3268 |
"Einträge aus externen Quellen hinzugefügt oder aktualisiert werden."
|
3269 |
|
3270 |
+
#: templates/admin/csv-import.tpl.php:339
|
3271 |
msgctxt "admin csv-import"
|
3272 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
3273 |
msgstr "Semikolon getrennte Liste der Eintragsbilder (aus der ZIP Datei)"
|
3274 |
|
3275 |
+
#: templates/admin/csv-import.tpl.php:346
|
3276 |
msgctxt "admin csv-import"
|
3277 |
msgid "Listing author's username"
|
3278 |
msgstr "Benutzername des Authors"
|
3279 |
|
3280 |
+
#: templates/admin/csv-import.tpl.php:353
|
3281 |
msgctxt "admin csv-import"
|
3282 |
msgid ""
|
3283 |
"Internal Sequence ID used to allow listing updates from external sources."
|
3285 |
"Interne Sequenz ID wird benutzt um Aktualisierungen von Einträgen aus "
|
3286 |
"externer Quellen durchzuführen."
|
3287 |
|
3288 |
+
#: templates/admin/csv-import.tpl.php:360
|
3289 |
msgctxt "admin csv-import"
|
3290 |
msgid ""
|
3291 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
3306 |
msgid "Export"
|
3307 |
msgstr "CVS Export"
|
3308 |
|
3309 |
+
#: includes/admin/class-admin-listings.php:60
|
3310 |
msgctxt "admin category filter"
|
3311 |
msgid "All categories"
|
3312 |
msgstr "Alle Kategorien"
|
3313 |
|
3314 |
+
#: includes/admin/class-admin-listings.php:175
|
3315 |
#, fuzzy
|
3316 |
msgctxt "admin listings"
|
3317 |
msgid ""
|
3324 |
"Auflistung zur Verfügung stehenden Funktionen sowie die Erneuerung zu "
|
3325 |
"ermitteln."
|
3326 |
|
3327 |
+
#: includes/admin/class-admin-listings.php:311
|
3328 |
#, fuzzy
|
3329 |
msgctxt "admin listings"
|
3330 |
msgid "Never"
|
3331 |
msgstr "niemals"
|
3332 |
|
3333 |
+
#: includes/admin/class-admin-listings.php:337
|
3334 |
#, fuzzy
|
3335 |
msgctxt "admin listings"
|
3336 |
msgid "Featured"
|
3337 |
msgstr "unterstützter (unbeweglicher) Status"
|
3338 |
|
3339 |
+
#: includes/admin/class-admin-listings.php:341
|
3340 |
#, fuzzy
|
3341 |
msgctxt "admin listings"
|
3342 |
msgid "Recurring"
|
3343 |
msgstr "(wiederkehrend)"
|
3344 |
|
3345 |
+
#: includes/admin/class-admin-listings.php:345
|
3346 |
#, fuzzy
|
3347 |
msgctxt "admin listings"
|
3348 |
msgid "Free"
|
3349 |
msgstr "Kostenlos"
|
3350 |
|
3351 |
+
#: includes/admin/class-admin-listings.php:349
|
3352 |
#, fuzzy
|
3353 |
msgctxt "admin listings"
|
3354 |
msgid "Payment Not Found"
|
3355 |
msgstr "Preisinformation"
|
3356 |
|
3357 |
+
#: includes/admin/class-admin-listings.php:353
|
3358 |
#, fuzzy
|
3359 |
msgctxt "admin listings"
|
3360 |
msgid "Payment %s"
|
3361 |
msgstr "Bezahlung #%d"
|
3362 |
|
3363 |
+
#: includes/admin/class-admin-listings.php:362
|
3364 |
msgctxt "admin listings"
|
3365 |
msgid "Reported"
|
3366 |
msgstr ""
|
3367 |
|
3368 |
+
#: includes/admin/class-admin-listings.php:689
|
3369 |
msgctxt "admin listings"
|
3370 |
msgid "Listing's payment history successfully deleted"
|
3371 |
msgstr ""
|
3393 |
msgid "Clear listing reports."
|
3394 |
msgstr "Ein Eintrag läuft aus."
|
3395 |
|
3396 |
+
#: includes/admin/class-admin-listings.php:201
|
3397 |
#, fuzzy
|
3398 |
msgctxt "admin"
|
3399 |
msgid "Directory Listing Fields / Images"
|
3400 |
msgstr "Eintrag Felder / Bilder"
|
3401 |
|
3402 |
+
#: includes/admin/class-admin-listings.php:265
|
3403 |
msgctxt "admin"
|
3404 |
msgid "Categories"
|
3405 |
msgstr "Kategorien"
|
3573 |
msgid "Abandoned"
|
3574 |
msgstr "Abgebrochen"
|
3575 |
|
3576 |
+
#: includes/admin/class-admin-listings.php:322
|
3577 |
msgctxt "listing attribute"
|
3578 |
msgid "No Fee Plan"
|
3579 |
msgstr ""
|
3580 |
|
3581 |
+
#: includes/admin/class-admin-listings.php:422
|
3582 |
msgctxt "listing status"
|
3583 |
msgid "Reported"
|
3584 |
msgstr ""
|
3635 |
msgid "Abandoned"
|
3636 |
msgstr "Abgebrochen"
|
3637 |
|
3638 |
+
#: includes/admin/class-admin-listings.php:476
|
3639 |
msgctxt "admin actions"
|
3640 |
msgid "Delete Listing"
|
3641 |
msgstr "Eintrag Löschen"
|
3642 |
|
3643 |
+
#: includes/admin/class-admin-listings.php:487
|
3644 |
#, fuzzy
|
3645 |
msgctxt "admin actions"
|
3646 |
msgid "View Payments"
|
3647 |
msgstr "Bezahlung"
|
3648 |
|
3649 |
+
#: includes/admin/class-admin-listings.php:492
|
3650 |
#, fuzzy
|
3651 |
msgctxt "admin actions"
|
3652 |
msgid "View Payment"
|
3653 |
msgstr "Bezahlung"
|
3654 |
|
3655 |
+
#: includes/admin/class-admin-listings.php:622
|
3656 |
#, fuzzy
|
3657 |
msgctxt "admin actions"
|
3658 |
msgid "Publish listings"
|
3659 |
msgstr "Eintrag veröffentlichen"
|
3660 |
|
3661 |
+
#: includes/admin/class-admin-listings.php:623
|
3662 |
#, fuzzy
|
3663 |
msgctxt "admin actions"
|
3664 |
msgid "Mark as \"Pending Review\""
|
3665 |
msgstr "Ausstehend"
|
3666 |
|
3667 |
+
#: includes/admin/class-admin-listings.php:624
|
3668 |
msgctxt "admin actions"
|
3669 |
msgid "Hide from directory (mark as \"Draft\")"
|
3670 |
msgstr ""
|
3671 |
|
3672 |
+
#: includes/admin/class-admin-listings.php:626
|
3673 |
#, fuzzy
|
3674 |
msgctxt "admin actions"
|
3675 |
msgid "Renew listings"
|
3676 |
msgstr "Eintrag erneuern"
|
3677 |
|
3678 |
+
#: includes/admin/class-admin-listings.php:627
|
3679 |
#, fuzzy
|
3680 |
msgctxt "admin actions"
|
3681 |
msgid "Set listings as \"Expired\""
|
3682 |
msgstr "Ein Eintrag läuft aus."
|
3683 |
|
3684 |
+
#: includes/admin/class-admin-listings.php:634
|
3685 |
#, fuzzy
|
3686 |
msgctxt "admin actions"
|
3687 |
msgid "Send access keys"
|
3715 |
msgid "Settings"
|
3716 |
msgstr "Einstellungen"
|
3717 |
|
3718 |
+
#: includes/admin/class-csv-exporter.php:110
|
3719 |
msgctxt "admin csv-export"
|
3720 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3721 |
msgstr ""
|
3722 |
"Es konnte kein temporäres Verzeichnis erstellt werden um den CSV Export "
|
3723 |
"durchzuführen."
|
3724 |
|
3725 |
+
#: includes/admin/class-csv-exporter.php:111
|
|
|
|
|
|
|
|
|
|
|
3726 |
msgctxt "admin csv-export"
|
3727 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3728 |
msgstr ""
|
3729 |
"Es konnte kein temporäres Verzeichnis erstellt werden um den CSV Export "
|
3730 |
"durchzuführen."
|
3731 |
|
3732 |
+
#: includes/admin/csv-export.php:48
|
3733 |
msgctxt "admin csv-export"
|
3734 |
msgid "Could not decode export state information."
|
3735 |
msgstr ""
|
3747 |
"Erweiterungen abzuschalten und/oder den Wert von 'memory_limit' und "
|
3748 |
"'max_execution_time' in deiner php.ini Konfigurationsdatei anzupassen."
|
3749 |
|
3750 |
+
#: templates/admin/csv-export.tpl.php:29
|
|
|
|
|
|
|
|
|
|
|
3751 |
msgctxt "admin csv-export"
|
3752 |
msgid "Export settings"
|
3753 |
msgstr "Export Einstellungen"
|
3754 |
|
3755 |
+
#: templates/admin/csv-export.tpl.php:33
|
3756 |
msgctxt "admin csv-export"
|
3757 |
msgid "Which listings to export?"
|
3758 |
msgstr "Welche Einträge sollen exportiert werden?"
|
3759 |
|
3760 |
+
#: templates/admin/csv-export.tpl.php:37
|
3761 |
msgctxt "admin csv-export"
|
3762 |
msgid "All"
|
3763 |
msgstr "Alle"
|
3764 |
|
3765 |
+
#: templates/admin/csv-export.tpl.php:38
|
3766 |
msgctxt "admin csv-export"
|
3767 |
msgid "Active Only"
|
3768 |
msgstr "Nur Aktiv"
|
3769 |
|
3770 |
+
#: templates/admin/csv-export.tpl.php:39
|
3771 |
msgctxt "admin csv-export"
|
3772 |
msgid "Active + Pending Renewal"
|
3773 |
msgstr "Aktiv + Ausstehende Erneuerungen"
|
3774 |
|
3775 |
+
#: templates/admin/csv-export.tpl.php:45
|
3776 |
msgctxt "admin csv-export"
|
3777 |
msgid "Export images?"
|
3778 |
msgstr "Bilder exportieren?"
|
3779 |
|
3780 |
+
#: templates/admin/csv-export.tpl.php:50
|
3781 |
msgctxt "admin csv-export"
|
3782 |
msgid "Export images"
|
3783 |
msgstr "Bilder exportieren"
|
3784 |
|
3785 |
+
#: templates/admin/csv-export.tpl.php:52
|
3786 |
msgctxt "admin csv-export"
|
3787 |
msgid ""
|
3788 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
3791 |
"Wenn aktiviert, wird anstatt nur einer CSV-Datei, eine ZIP Datei generiert, "
|
3792 |
"die sowohl eine CSV-Datei und Eintragsbilder enthält."
|
3793 |
|
3794 |
+
#: templates/admin/csv-export.tpl.php:58
|
3795 |
msgctxt "admin csv-export"
|
3796 |
msgid "Additional metadata to export:"
|
3797 |
msgstr "zu exportierende zusätzliche Metadaten"
|
3798 |
|
3799 |
+
#: templates/admin/csv-export.tpl.php:63
|
3800 |
msgctxt "admin csv-export"
|
3801 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3802 |
msgstr "Füge Schlüssel Ids für jeden Eintrag hinzu (sequence_id_column)"
|
3803 |
|
3804 |
+
#: templates/admin/csv-export.tpl.php:71
|
3805 |
msgctxt "admin csv-export"
|
3806 |
msgid "Author information (username)"
|
3807 |
msgstr "Author Informationen (Benutzername)"
|
3808 |
|
3809 |
+
#: templates/admin/csv-export.tpl.php:76
|
3810 |
msgctxt "admin csv-export"
|
3811 |
msgid "Listing expiration date"
|
3812 |
msgstr "Eintrag Enddatum"
|
3813 |
|
3814 |
+
#: templates/admin/csv-export.tpl.php:80
|
3815 |
#, fuzzy
|
3816 |
msgctxt "admin csv-export"
|
3817 |
msgid "Listing created date"
|
3818 |
msgstr "Eintrag Bilder"
|
3819 |
|
3820 |
+
#: templates/admin/csv-export.tpl.php:84
|
3821 |
#, fuzzy
|
3822 |
msgctxt "admin csv-export"
|
3823 |
msgid "Listing last updated date"
|
3824 |
msgstr "Eintrag Enddatum"
|
3825 |
|
3826 |
+
#: templates/admin/csv-export.tpl.php:88
|
3827 |
#, fuzzy
|
3828 |
msgctxt "admin csv-export"
|
3829 |
msgid "Listing T&C acceptance date"
|
3830 |
msgstr "Eintrag Bilder"
|
3831 |
|
3832 |
+
#: templates/admin/csv-export.tpl.php:93
|
3833 |
msgctxt "admin csv-export"
|
3834 |
msgid "CSV File Settings"
|
3835 |
msgstr "CSV-Datei Einstellungen"
|
3836 |
|
3837 |
+
#: templates/admin/csv-export.tpl.php:97
|
3838 |
msgctxt "admin csv-export"
|
3839 |
msgid "What operating system will you use to edit the CSV file?"
|
3840 |
msgstr "Welches Betriebssystem verwenden Sie, um die CSV-Datei zu bearbeiten?"
|
3841 |
|
3842 |
+
#: templates/admin/csv-export.tpl.php:104
|
3843 |
msgctxt "admin csv-export"
|
3844 |
msgid "Windows"
|
3845 |
msgstr "Windows"
|
3846 |
|
3847 |
+
#: templates/admin/csv-export.tpl.php:109
|
3848 |
msgctxt "admin csv-export"
|
3849 |
msgid "macOS"
|
3850 |
msgstr "MacOS"
|
3851 |
|
3852 |
+
#: templates/admin/csv-export.tpl.php:111
|
3853 |
msgctxt "admin csv-export"
|
3854 |
msgid ""
|
3855 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
3863 |
"müssen wir für jedes Betriebssystem unterschiedliche Versionen der Datei "
|
3864 |
"generieren."
|
3865 |
|
3866 |
+
#: templates/admin/csv-export.tpl.php:116
|
3867 |
msgctxt "admin csv-export"
|
3868 |
msgid "Image Separator"
|
3869 |
msgstr "Bildtrenner"
|
3870 |
|
3871 |
+
#: templates/admin/csv-export.tpl.php:127
|
3872 |
msgctxt "admin csv-export"
|
3873 |
msgid "Category Separator"
|
3874 |
msgstr "Kategorietrenner"
|
3875 |
|
3876 |
+
#: templates/admin/csv-export.tpl.php:139
|
3877 |
msgctxt "admin csv-export"
|
3878 |
msgid "Export Listings"
|
3879 |
msgstr "Export Einträge"
|
3880 |
|
3881 |
+
#: templates/admin/csv-export.tpl.php:145
|
3882 |
msgctxt "admin csv-export"
|
3883 |
msgid "Export in Progress..."
|
3884 |
msgstr "Export wird durchgeführt..."
|
3885 |
|
3886 |
+
#: templates/admin/csv-export.tpl.php:146
|
3887 |
msgctxt "admin csv-export"
|
3888 |
msgid ""
|
3889 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
3892 |
"Die Exportdatei wurde vorbereitet. Bitte <u>verlasse</u> diese Seite nicht "
|
3893 |
"bis der Export abgeschlossen wurde."
|
3894 |
|
3895 |
+
#: templates/admin/csv-export.tpl.php:149
|
3896 |
msgctxt "admin csv-export"
|
3897 |
msgid "No. of listings:"
|
3898 |
msgstr "Anzahl der Einträge:"
|
3899 |
|
3900 |
+
#: templates/admin/csv-export.tpl.php:151
|
3901 |
msgctxt "admin csv-export"
|
3902 |
msgid "Approximate export file size:"
|
3903 |
msgstr "Exportdatei Größe ca. :"
|
3904 |
|
3905 |
+
#: templates/admin/csv-export.tpl.php:158
|
3906 |
msgctxt "admin csv-export"
|
3907 |
msgid "Cancel Export"
|
3908 |
msgstr "Export abbrechen"
|
3909 |
|
3910 |
+
#: templates/admin/csv-export.tpl.php:163
|
3911 |
msgctxt "admin csv-export"
|
3912 |
msgid "Export Complete"
|
3913 |
msgstr "Export vollständig"
|
3914 |
|
3915 |
+
#: templates/admin/csv-export.tpl.php:164
|
3916 |
msgctxt "admin csv-export"
|
3917 |
msgid ""
|
3918 |
"Your export file has been successfully created and it is now ready for "
|
3921 |
"Der Export wurde erfolgreich generiert und steht nun zum Herunterladen zur "
|
3922 |
"Verfügung."
|
3923 |
|
3924 |
+
#: templates/admin/csv-export.tpl.php:168
|
3925 |
#, fuzzy
|
3926 |
msgctxt "admin csv-export"
|
3927 |
msgid "Download %1$s (%2$s)"
|
3928 |
msgstr "Herunterladen %s (%s)"
|
3929 |
|
3930 |
+
#: templates/admin/csv-export.tpl.php:175
|
3931 |
msgctxt "admin csv-export"
|
3932 |
msgid ""
|
3933 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
3936 |
"Klicke \"Bereinigen\" wenn die Datei heruntergeladen wurde um alle "
|
3937 |
"temporären Daten zu löschen, die während des Exportprozesses erzeugt wurden."
|
3938 |
|
3939 |
+
#: templates/admin/csv-export.tpl.php:176
|
3940 |
msgctxt "admin csv-export"
|
3941 |
msgid "Cleanup"
|
3942 |
msgstr "Bereinigen"
|
3943 |
|
3944 |
+
#: templates/admin/csv-export.tpl.php:181
|
3945 |
msgctxt "admin csv-export"
|
3946 |
msgid "Export Canceled"
|
3947 |
msgstr "Export abgebrochen"
|
3948 |
|
3949 |
+
#: templates/admin/csv-export.tpl.php:182
|
3950 |
msgctxt "admin csv-export"
|
3951 |
msgid "The export has been canceled."
|
3952 |
msgstr "Der Export wurde abgebrochen."
|
3953 |
|
3954 |
+
#: templates/admin/csv-export.tpl.php:183
|
3955 |
msgctxt "admin csv-export"
|
3956 |
msgid "← Return to CSV Export"
|
3957 |
msgstr "← Zurück nach CSV Export"
|
4131 |
msgid "Custom Order"
|
4132 |
msgstr "Benutzerdefinierte Reihenfolge"
|
4133 |
|
4134 |
+
#: includes/admin/fees.php:105
|
4135 |
#, fuzzy
|
4136 |
msgctxt "fees admin"
|
4137 |
msgid "Fee plan added."
|
4138 |
msgstr "Preis aktualisiert."
|
4139 |
|
4140 |
+
#: includes/admin/fees.php:107
|
4141 |
#, fuzzy
|
4142 |
msgctxt "fees admin"
|
4143 |
msgid "Fee plan updated."
|
4144 |
msgstr "Preis aktualisiert."
|
4145 |
|
4146 |
+
#: includes/admin/fees.php:166
|
4147 |
#, fuzzy
|
4148 |
msgctxt "fees admin"
|
4149 |
msgid "Fee \"%s\" deleted."
|
4150 |
msgstr "Preis gelöscht."
|
4151 |
|
4152 |
+
#: includes/admin/fees.php:178
|
4153 |
msgctxt "fees admin"
|
4154 |
msgid "Fee disabled."
|
4155 |
msgstr "Preis gelöscht."
|
4328 |
msgid "Status"
|
4329 |
msgstr "Status"
|
4330 |
|
4331 |
+
#: templates/admin/fees-form.tpl.php:136
|
4332 |
msgctxt "fees admin"
|
4333 |
msgid "Plan Category Policy:"
|
4334 |
msgstr ""
|
4335 |
|
4336 |
+
#: templates/admin/fees-form.tpl.php:141
|
4337 |
#, fuzzy
|
4338 |
msgctxt "fees admin"
|
4339 |
msgid "Plan applies to all categories"
|
4340 |
msgstr "Erneuere alle Einträge in abgelaufenen Kategorien"
|
4341 |
|
4342 |
+
#: templates/admin/fees-form.tpl.php:142
|
4343 |
msgctxt "fees admin"
|
4344 |
msgid "Plan applies to only certain categories"
|
4345 |
msgstr ""
|
4346 |
|
4347 |
+
#: templates/admin/fees-form.tpl.php:146
|
4348 |
#, fuzzy
|
4349 |
msgctxt "fees admin"
|
4350 |
msgid "Limit plan to the following categories:"
|
4351 |
msgstr "Du kannst folgende Platzhalter verwenden:"
|
4352 |
|
4353 |
+
#: templates/admin/fees-form.tpl.php:170
|
4354 |
msgctxt "fees admin"
|
4355 |
msgid "Click to add categories to the selection."
|
4356 |
msgstr ""
|
4357 |
|
4358 |
+
#: templates/admin/fees-form.tpl.php:184
|
4359 |
#, fuzzy
|
4360 |
msgctxt "fees admin"
|
4361 |
msgid "Pricing"
|
4362 |
msgstr "Preis"
|
4363 |
|
4364 |
+
#: templates/admin/fees-form.tpl.php:192
|
4365 |
msgctxt "fees admin"
|
4366 |
msgid "Pricing model"
|
4367 |
msgstr ""
|
4368 |
|
4369 |
+
#: templates/admin/fees-form.tpl.php:196
|
4370 |
msgctxt "fees admin"
|
4371 |
msgid "Flat price"
|
4372 |
msgstr ""
|
4373 |
|
4374 |
+
#: templates/admin/fees-form.tpl.php:197
|
4375 |
#, fuzzy
|
4376 |
msgctxt "fees admin"
|
4377 |
msgid "Different price for different categories"
|
4378 |
msgstr "Sortierung für Kategorien"
|
4379 |
|
4380 |
+
#: templates/admin/fees-form.tpl.php:198
|
4381 |
msgctxt "fees admin"
|
4382 |
msgid "Base price plus an extra amount per category"
|
4383 |
msgstr ""
|
4384 |
|
4385 |
+
#: templates/admin/fees-form.tpl.php:204
|
4386 |
#, fuzzy
|
4387 |
msgctxt "fees admin"
|
4388 |
msgid "Fee Price"
|
4389 |
msgstr "Preis"
|
4390 |
|
4391 |
+
#: templates/admin/fees-form.tpl.php:212
|
4392 |
#, fuzzy
|
4393 |
msgctxt "fees admin"
|
4394 |
msgid "Prices per category"
|
4395 |
msgstr "Kategorie entfernen"
|
4396 |
|
4397 |
+
#: templates/admin/fees-form.tpl.php:218
|
4398 |
#, fuzzy
|
4399 |
msgctxt "fees admin"
|
4400 |
msgid "Price"
|
4401 |
msgstr "Preis"
|
4402 |
|
4403 |
+
#: templates/admin/fees-form.tpl.php:232
|
4404 |
msgctxt "fees admin"
|
4405 |
msgid "Extra amount (per category)"
|
4406 |
msgstr ""
|
4482 |
msgid "Form Preview"
|
4483 |
msgstr "Form Vorschau"
|
4484 |
|
4485 |
+
#: includes/admin/form-fields.php:367
|
4486 |
msgctxt "form-fields admin"
|
4487 |
msgid "Form fields updated."
|
4488 |
msgstr "Formularfelder aktualisiert."
|
4489 |
|
4490 |
+
#: includes/admin/form-fields.php:390
|
4491 |
msgctxt "form-fields admin"
|
4492 |
msgid ""
|
4493 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
4501 |
"Mail-Adressen auf der Webseite angezeigt werden, können Sie die "
|
4502 |
"<a>öffentliche Anzeige von E-Mails</a> aktivieren."
|
4503 |
|
4504 |
+
#: includes/admin/form-fields.php:469
|
4505 |
msgctxt "form-fields admin"
|
4506 |
msgid "Field deleted."
|
4507 |
msgstr "Feld gelöscht."
|
4508 |
|
4509 |
+
#: includes/admin/form-fields.php:509
|
4510 |
msgctxt "form-fields admin"
|
4511 |
msgid "Required fields created successfully."
|
4512 |
msgstr "Benötigtes Feld wurde erfolgreich erstellt."
|
4513 |
|
4514 |
+
#: includes/admin/form-fields.php:561
|
4515 |
msgctxt "form-fields admin"
|
4516 |
msgid "Tags updated."
|
4517 |
msgstr "Einstellungen aktualisiert."
|
4942 |
msgstr "Einträge"
|
4943 |
|
4944 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
4945 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:31
|
4946 |
#, fuzzy
|
4947 |
msgctxt "listing metabox"
|
4948 |
msgid "N/A"
|
4949 |
msgstr "keine Angabe"
|
4950 |
|
4951 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:27
|
4952 |
#, fuzzy
|
4953 |
msgctxt "listing metabox"
|
4954 |
msgid "Last renew date"
|
4955 |
msgstr "Erneuerungsdatum"
|
4956 |
|
4957 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:35
|
4958 |
#, fuzzy
|
4959 |
msgctxt "listing metabox"
|
4960 |
msgid "Plan Details"
|
4961 |
msgstr "Details planen"
|
4962 |
|
4963 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:37
|
4964 |
msgctxt "listing metabox"
|
4965 |
msgid "Fee Plan"
|
4966 |
msgstr ""
|
4967 |
|
4968 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:46
|
4969 |
msgctxt "listing metabox"
|
4970 |
msgid "Change plan"
|
4971 |
msgstr ""
|
4972 |
|
4973 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:69
|
4974 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:89
|
4975 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:103
|
4976 |
#, fuzzy
|
4977 |
msgctxt "listing metabox"
|
4978 |
msgid "OK"
|
4979 |
msgstr "OK"
|
4980 |
|
4981 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:70
|
4982 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
4983 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:104
|
4984 |
#, fuzzy
|
4985 |
msgctxt "listing metabox"
|
4986 |
msgid "Cancel"
|
4987 |
msgstr "Abbrechen"
|
4988 |
|
4989 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:79
|
4990 |
#, fuzzy
|
4991 |
msgctxt "listing metabox"
|
4992 |
msgid "Expires On"
|
4993 |
msgstr "Läuft ab am"
|
4994 |
|
4995 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:94
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4996 |
#, fuzzy
|
4997 |
msgctxt "listing metabox"
|
4998 |
msgid "# of images"
|
4999 |
msgstr "# Bilder"
|
5000 |
|
5001 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:107
|
5002 |
#, fuzzy
|
5003 |
msgctxt "listing metabox"
|
5004 |
msgid "Is Featured?"
|
5005 |
msgstr "% Feed"
|
5006 |
|
5007 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:114
|
5008 |
#, fuzzy
|
5009 |
msgctxt "listing metabox"
|
5010 |
msgid "Is Recurring?"
|
5145 |
"Felder hinzugefügt werden, kann sehr langsam sein und lange Zeit in Anspruch "
|
5146 |
"nehmen. "
|
5147 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5148 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
5149 |
msgctxt "admin settings"
|
5150 |
msgid "Do not include comments in listings"
|
7542 |
msgid "Category & plan selection"
|
7543 |
msgstr "Kategorien auswählen"
|
7544 |
|
7545 |
+
#: includes/views/submit_listing.php:799
|
7546 |
#, fuzzy
|
7547 |
msgctxt "submit listing"
|
7548 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7550 |
"Ihre Zahlung kann momentan nicht ausgeführt werden. Bitte versuchen Sie es "
|
7551 |
"später noch einmal."
|
7552 |
|
7553 |
+
#: includes/views/submit_listing.php:848 includes/views/submit_listing.php:970
|
7554 |
#, fuzzy
|
7555 |
msgctxt "submit listing"
|
7556 |
msgid "Please select a category."
|
7557 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
7558 |
|
7559 |
+
#: includes/views/submit_listing.php:871
|
7560 |
msgctxt "submit listing"
|
7561 |
msgid "Please choose a valid category for your plan."
|
7562 |
msgstr ""
|
7563 |
|
7564 |
+
#: includes/views/submit_listing.php:873
|
7565 |
#, fuzzy
|
7566 |
msgctxt "submit listing"
|
7567 |
msgid "Please choose a valid fee plan for your category selection."
|
7568 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
7569 |
|
7570 |
+
#: includes/views/submit_listing.php:1179
|
7571 |
#, fuzzy
|
7572 |
msgctxt "submit listing"
|
7573 |
msgid "Please enter your desired username."
|
7574 |
msgstr "Bitte geben Sie einen Namen ein."
|
7575 |
|
7576 |
+
#: includes/views/submit_listing.php:1184
|
7577 |
#, fuzzy
|
7578 |
msgctxt "submit listing"
|
7579 |
msgid "Please enter the e-mail for your new account."
|
7580 |
msgstr "Bitte geben Sie einen Namen ein."
|
7581 |
|
7582 |
+
#: includes/views/submit_listing.php:1189
|
7583 |
msgctxt "submit listing"
|
7584 |
msgid "The username you chose is already in use. Please use a different one."
|
7585 |
msgstr ""
|
7586 |
|
7587 |
+
#: includes/views/submit_listing.php:1194
|
7588 |
msgctxt "submit listing"
|
7589 |
msgid "The e-mail address you chose for your account is already in use."
|
7590 |
msgstr ""
|
7611 |
msgid "Find A Listing"
|
7612 |
msgstr "Eintrag finden"
|
7613 |
|
7614 |
+
#: includes/class-wpbdp.php:398
|
7615 |
#, fuzzy
|
7616 |
msgctxt "listing image upload"
|
7617 |
msgid "Can not upload any more images for this listing."
|
7618 |
msgstr "Kategorie für diesen Eintrag"
|
7619 |
|
7620 |
+
#: includes/class-wpbdp.php:402
|
7621 |
msgctxt "listing image upload"
|
7622 |
msgid ""
|
7623 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
7910 |
"Listing submission has been disabled. Contact the administrator for details."
|
7911 |
msgstr ""
|
7912 |
|
7913 |
+
#: includes/views/submit_listing.php:802
|
7914 |
msgctxt "templates"
|
7915 |
msgid ""
|
7916 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7917 |
"submit a listing. %s to create a fee plan"
|
7918 |
msgstr ""
|
7919 |
|
7920 |
+
#: includes/views/submit_listing.php:816
|
7921 |
msgctxt "templates"
|
7922 |
msgid ""
|
7923 |
"Listing submission is not available at the moment. Contact the administrator "
|
7924 |
"for details."
|
7925 |
msgstr ""
|
7926 |
|
7927 |
+
#: includes/views/submit_listing.php:819
|
7928 |
msgctxt "templates"
|
7929 |
msgid ""
|
7930 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
7932 |
"an existing field"
|
7933 |
msgstr ""
|
7934 |
|
7935 |
+
#: includes/views/submit_listing.php:1259
|
7936 |
msgctxt "templates"
|
7937 |
msgid "Please agree to the Terms and Conditions."
|
7938 |
msgstr "Bitte akzeptieren Sie die Allgemeinen Geschäftsbedingungen."
|
7939 |
|
7940 |
+
#: includes/views/submit_listing.php:1273
|
7941 |
msgctxt "templates"
|
7942 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7943 |
msgstr "Ich akzeptiere die <a>AGB</a>s"
|
8205 |
msgid "General"
|
8206 |
msgstr "Allgemein"
|
8207 |
|
8208 |
+
#: includes/licensing.php:568
|
8209 |
msgctxt "licensing"
|
8210 |
msgid "Could not contact licensing server"
|
8211 |
msgstr "Eine Verbindung zum Lizenzserver konnte nicht hergestellt werden."
|
8212 |
|
8213 |
+
#: includes/licensing.php:581
|
8214 |
msgctxt "licensing"
|
8215 |
msgid ""
|
8216 |
"It was not possible to establish a connection with Business Directory's "
|
8217 |
"server. cURL was not found in your system"
|
8218 |
msgstr ""
|
8219 |
|
8220 |
+
#: includes/licensing.php:583 includes/licensing.php:613
|
8221 |
msgctxt "licensing"
|
8222 |
msgid ""
|
8223 |
"To ensure the security of our systems and adhere to industry best practices, "
|
8226 |
"1.0.1c)."
|
8227 |
msgstr ""
|
8228 |
|
8229 |
+
#: includes/licensing.php:585 includes/licensing.php:615
|
8230 |
msgctxt "licensing"
|
8231 |
msgid ""
|
8232 |
"Upgrading your system will not only allow you to communicate with Business "
|
8234 |
"services using the latest security standards."
|
8235 |
msgstr ""
|
8236 |
|
8237 |
+
#: includes/licensing.php:587
|
8238 |
msgctxt "licensing"
|
8239 |
msgid ""
|
8240 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
8241 |
"Include this message if necessary"
|
8242 |
msgstr ""
|
8243 |
|
8244 |
+
#: includes/licensing.php:617
|
8245 |
msgctxt "licensing"
|
8246 |
msgid ""
|
8247 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
8248 |
"Include this message if necessary."
|
8249 |
msgstr ""
|
8250 |
|
8251 |
+
#: includes/licensing.php:653
|
8252 |
msgctxt "licensing"
|
8253 |
msgid "The server returned a 403 Forbidden error."
|
8254 |
msgstr ""
|
8258 |
msgid "Could not activate license: %s."
|
8259 |
msgstr "Konnte Lizenz nicht aktivieren: %s"
|
8260 |
|
8261 |
+
#: includes/licensing.php:890
|
8262 |
msgctxt "licensing"
|
8263 |
msgid "License activated"
|
8264 |
msgstr "Lizenz aktiviert"
|
8265 |
|
8266 |
+
#: includes/licensing.php:915
|
8267 |
msgctxt "licensing"
|
8268 |
msgid "Could not deactivate license: %s."
|
8269 |
msgstr "Konnte Lizenz nicht deaktivieren: %s"
|
8270 |
|
8271 |
+
#: includes/licensing.php:917
|
8272 |
msgctxt "licensing"
|
8273 |
msgid "License deactivated"
|
8274 |
msgstr "Lizenz deaktiviert"
|
8275 |
|
8276 |
#. translators: "<module-name>" version <version-number> is not...
|
8277 |
+
#: includes/licensing.php:1126
|
8278 |
msgctxt "deprecation"
|
8279 |
msgid ""
|
8280 |
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
8718 |
msgid "This is just a preview. The listing has not been published yet."
|
8719 |
msgstr "Dies ist nur eine Vorschau. Der Eintrag wurde bisher nicht publiziert."
|
8720 |
|
8721 |
+
#: includes/views/submit_listing.php:1137
|
8722 |
msgctxt "listing submit"
|
8723 |
msgid ""
|
8724 |
"Image upload is required, please provide at least one image and submit again."
|
8868 |
msgid "Search"
|
8869 |
msgstr "Suche"
|
8870 |
|
8871 |
+
#: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
|
8872 |
+
#: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
|
8873 |
+
#: templates/admin/csv-import.tpl.php:117
|
8874 |
+
#: templates/admin/csv-import.tpl.php:143
|
8875 |
+
#: templates/admin/csv-import.tpl.php:154
|
8876 |
+
#: templates/admin/csv-import.tpl.php:204
|
8877 |
msgctxt "admin forms"
|
8878 |
msgid "required"
|
8879 |
msgstr "Pflichtfeld"
|
8921 |
"Bei Fragen, schreiben Sie Kommentar im <a>Support Forum</a> und wir werden "
|
8922 |
"schnellstmöglich antworten (meistens in weniger als 24 Std.)."
|
8923 |
|
8924 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
8925 |
#, fuzzy
|
8926 |
msgctxt "admin infometabox"
|
8927 |
msgid "Renewal url (copy & paste)"
|
8928 |
msgstr "URL Erneuern (kopieren & einfügen)"
|
8929 |
|
8930 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
8931 |
msgctxt "admin infometabox"
|
8932 |
msgid "Get renewal URL"
|
8933 |
msgstr ""
|
8934 |
|
8935 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:138
|
8936 |
#, fuzzy
|
8937 |
msgctxt "admin infometabox"
|
8938 |
msgid "Send renewal e-mail"
|
8939 |
msgstr "Erneuerungsmail an Benutzer schicken"
|
8940 |
|
8941 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:143
|
8942 |
#, fuzzy
|
8943 |
msgctxt "admin infometabox"
|
8944 |
msgid "Renew listing"
|
9250 |
msgid "Continue"
|
9251 |
msgstr "Weiter"
|
9252 |
|
9253 |
+
#, fuzzy
|
9254 |
+
#~ msgid "Edit listing permalink"
|
9255 |
+
#~ msgstr "Eintrag Bearbeiten"
|
9256 |
+
|
9257 |
+
#~ msgctxt "admin csv-export"
|
9258 |
+
#~ msgid "Could not create wpbdp-csv-exports directory."
|
9259 |
+
#~ msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
|
9260 |
+
|
9261 |
+
#~ msgctxt "admin csv-export"
|
9262 |
+
#~ msgid "Export Configuration"
|
9263 |
+
#~ msgstr "Export Konfiguration"
|
9264 |
+
|
9265 |
+
#, fuzzy
|
9266 |
+
#~ msgctxt "listing metabox"
|
9267 |
+
#~ msgid "Edit"
|
9268 |
+
#~ msgstr "Bearbeiten"
|
9269 |
+
|
9270 |
+
#, fuzzy
|
9271 |
+
#~ msgctxt "listing metabox"
|
9272 |
+
#~ msgid "Never"
|
9273 |
+
#~ msgstr "niemals"
|
9274 |
+
|
9275 |
#, fuzzy
|
9276 |
#~ msgctxt "settings"
|
9277 |
#~ msgid "Default new post status"
|
languages/business-directory-plugin-en_US.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2021-
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -23,48 +23,44 @@ msgstr ""
|
|
23 |
msgid "Are you sure you want to do this?"
|
24 |
msgstr ""
|
25 |
|
26 |
-
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:
|
27 |
msgid "Help"
|
28 |
msgstr ""
|
29 |
|
30 |
-
#: includes/admin/class-admin-listings.php:
|
31 |
#: includes/views/submit_listing.php:497
|
32 |
#: templates/email/listing-reported.tpl.php:7
|
33 |
msgid "Listing Information"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: includes/admin/class-admin-listings.php:
|
37 |
msgid "Listing Timeline"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: includes/admin/class-admin-listings.php:
|
41 |
msgid "Listing Reports"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: includes/admin/class-admin-listings.php:
|
45 |
#: includes/admin/class-listing-owner.php:87
|
46 |
msgid "Listing Owner"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: includes/admin/class-admin-listings.php:
|
50 |
msgid "Expires on"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: includes/admin/class-admin-listings.php:
|
54 |
msgid "Attributes"
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: includes/admin/class-admin-listings.php:
|
58 |
#: includes/class-cpt-integration.php:19
|
59 |
#: includes/compatibility/class-navxt-integration.php:200
|
60 |
#: templates/submit-listing.tpl.php:15
|
61 |
msgid "Edit Listing"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: includes/admin/class-admin-listings.php:587
|
65 |
-
msgid "Edit listing permalink"
|
66 |
-
msgstr ""
|
67 |
-
|
68 |
#: includes/admin/class-admin.php:186
|
69 |
msgid ""
|
70 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -125,7 +121,7 @@ msgstr ""
|
|
125 |
msgid "Listing Count"
|
126 |
msgstr ""
|
127 |
|
128 |
-
#: includes/admin/class-csv-import.php:
|
129 |
msgid "Listing imported by admin. Payment skipped."
|
130 |
msgstr ""
|
131 |
|
@@ -198,8 +194,8 @@ msgstr ""
|
|
198 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
199 |
#: includes/admin/helpers/class-payments-table.php:57
|
200 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
201 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
202 |
-
#: templates/admin/payments-details.tpl.php:
|
203 |
#: templates/email/listing-payment-completed.tpl.php:21
|
204 |
#: templates/payment/payment_items.tpl.php:5
|
205 |
msgid "Amount"
|
@@ -213,11 +209,13 @@ msgstr ""
|
|
213 |
|
214 |
#: includes/admin/form-fields.php:31
|
215 |
#: includes/fields/class-fieldtypes-social.php:138
|
216 |
-
#: templates/admin/csv-import.tpl.php:
|
217 |
msgid "Type"
|
218 |
msgstr ""
|
219 |
|
220 |
#: includes/admin/form-fields.php:88
|
|
|
|
|
221 |
msgid "Edit"
|
222 |
msgstr ""
|
223 |
|
@@ -238,7 +236,7 @@ msgid ""
|
|
238 |
"Directory do it for you."
|
239 |
msgstr ""
|
240 |
|
241 |
-
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:
|
242 |
msgid "Go to \"Form Fields\""
|
243 |
msgstr ""
|
244 |
|
@@ -247,7 +245,7 @@ msgstr ""
|
|
247 |
msgid "Go back"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: includes/admin/form-fields.php:
|
251 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
252 |
#: templates/email/listing-added.tpl.php:10
|
253 |
#: templates/email/listing-edited.tpl.php:16
|
@@ -255,74 +253,74 @@ msgstr ""
|
|
255 |
msgid "Title"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: includes/admin/form-fields.php:
|
259 |
#: templates/email/listing-added.tpl.php:21
|
260 |
#: templates/email/listing-edited.tpl.php:29
|
261 |
msgid "Category"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: includes/admin/form-fields.php:
|
265 |
msgid "Excerpt"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: includes/admin/form-fields.php:
|
269 |
msgid "Content"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: includes/admin/form-fields.php:
|
273 |
msgid "Tags"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: includes/admin/form-fields.php:
|
277 |
#: templates/checkout-billing-form.tpl.php:75
|
278 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
279 |
msgid "Address"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: includes/admin/form-fields.php:
|
283 |
msgid "Address 2"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: includes/admin/form-fields.php:
|
287 |
-
#: templates/admin/payments-details.tpl.php:
|
288 |
#: templates/checkout-billing-form.tpl.php:87
|
289 |
msgid "City"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: includes/admin/form-fields.php:
|
293 |
-
#: templates/admin/payments-details.tpl.php:
|
294 |
msgid "State"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: includes/admin/form-fields.php:
|
298 |
-
#: templates/admin/payments-details.tpl.php:
|
299 |
#: templates/checkout-billing-form.tpl.php:102
|
300 |
msgid "Country"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: includes/admin/form-fields.php:
|
304 |
-
#: templates/admin/payments-details.tpl.php:
|
305 |
msgid "ZIP Code"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: includes/admin/form-fields.php:
|
309 |
msgid "FAX Number"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: includes/admin/form-fields.php:
|
313 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
314 |
msgid "Phone Number"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: includes/admin/form-fields.php:
|
318 |
msgid "Ratings Field"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: includes/admin/form-fields.php:
|
322 |
msgid "Twitter"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: includes/admin/form-fields.php:
|
326 |
msgid "Website"
|
327 |
msgstr ""
|
328 |
|
@@ -384,8 +382,8 @@ msgid "You're using Business Directory Plugin Lite. Enjoy!"
|
|
384 |
msgstr ""
|
385 |
|
386 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
387 |
-
#: includes/form-fields.php:428 includes/views/submit_listing.php:
|
388 |
-
#: templates/admin/payments-details.tpl.php:
|
389 |
#: templates/listing-contactform.tpl.php:33
|
390 |
#: templates/listing-flagging-form.tpl.php:39
|
391 |
msgid "Email"
|
@@ -411,8 +409,8 @@ msgstr ""
|
|
411 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
412 |
#: includes/class-assets.php:317
|
413 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
414 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
415 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
416 |
msgid "No"
|
417 |
msgstr ""
|
418 |
|
@@ -466,6 +464,12 @@ msgid ""
|
|
466 |
"you're on shared hosting plans, where database performance is an issue."
|
467 |
msgstr ""
|
468 |
|
|
|
|
|
|
|
|
|
|
|
|
|
469 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
470 |
msgid "Categories"
|
471 |
msgstr ""
|
@@ -691,7 +695,7 @@ msgid "Business Directory - Featured Levels Migration"
|
|
691 |
msgstr ""
|
692 |
|
693 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
694 |
-
#: templates/admin/fees-form.tpl.php:
|
695 |
msgid "Fee Label"
|
696 |
msgstr ""
|
697 |
|
@@ -715,13 +719,14 @@ msgid "Status: %s"
|
|
715 |
msgstr ""
|
716 |
|
717 |
#: includes/class-assets.php:315
|
|
|
718 |
msgid "Never"
|
719 |
msgstr ""
|
720 |
|
721 |
#: includes/class-assets.php:316
|
722 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
723 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
724 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
725 |
msgid "Yes"
|
726 |
msgstr ""
|
727 |
|
@@ -841,31 +846,35 @@ msgid ""
|
|
841 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: includes/class-wpbdp.php:
|
|
|
|
|
|
|
|
|
845 |
msgid "Settings"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: includes/class-wpbdp.php:
|
849 |
msgid "Could not find listing ID"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: includes/class-wpbdp.php:
|
853 |
msgid ""
|
854 |
"Could not verify the image upload request. If problem persists contact site "
|
855 |
"admin."
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: includes/class-wpbdp.php:
|
859 |
msgid "Could not find image ID"
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: includes/class-wpbdp.php:
|
863 |
msgid ""
|
864 |
"The directory features are disabled at this time because a <a>manual "
|
865 |
"upgrade</a> is pending."
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: includes/class-wpbdp.php:
|
869 |
msgid ""
|
870 |
"The directory is not available at this time. Please try again in a few "
|
871 |
"minutes or contact the administrator if the problem persists."
|
@@ -1023,8 +1032,8 @@ msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
|
1023 |
msgstr ""
|
1024 |
|
1025 |
#: includes/fields/class-fieldtypes-select.php:262
|
1026 |
-
#: templates/admin/fees-form.tpl.php:
|
1027 |
-
#: templates/admin/fees-form.tpl.php:
|
1028 |
msgid "required"
|
1029 |
msgstr ""
|
1030 |
|
@@ -1118,7 +1127,7 @@ msgstr ""
|
|
1118 |
msgid "Short Description"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
-
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:
|
1122 |
msgid "Description"
|
1123 |
msgstr ""
|
1124 |
|
@@ -1256,24 +1265,24 @@ msgstr ""
|
|
1256 |
msgid "Invalid item ID"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
-
#: includes/licensing.php:
|
1260 |
msgid "No license key provided"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
-
#: includes/licensing.php:
|
1264 |
msgid "License key is invalid"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
-
#: includes/licensing.php:
|
1268 |
msgid "Deactivation failed"
|
1269 |
msgstr ""
|
1270 |
|
1271 |
-
#: includes/licensing.php:
|
1272 |
msgid "The license key was revoked."
|
1273 |
msgstr ""
|
1274 |
|
1275 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1276 |
-
#: includes/licensing.php:
|
1277 |
msgid ""
|
1278 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
1279 |
"%2$s and let them know your license is being reported as revoked by the "
|
@@ -1281,46 +1290,46 @@ msgid ""
|
|
1281 |
"with your report."
|
1282 |
msgstr ""
|
1283 |
|
1284 |
-
#: includes/licensing.php:
|
1285 |
msgid ""
|
1286 |
"It was not possible to establish a connection with the Business Directory "
|
1287 |
"server. The connection failed with the following error:"
|
1288 |
msgstr ""
|
1289 |
|
1290 |
-
#: includes/licensing.php:
|
1291 |
msgid ""
|
1292 |
"It was not possible to establish a connection with the Business Directory "
|
1293 |
"server. A problem occurred in the SSL/TSL handshake:"
|
1294 |
msgstr ""
|
1295 |
|
1296 |
-
#: includes/licensing.php:
|
1297 |
msgid ""
|
1298 |
"It looks like your server is not authorized to make outgoing requests to "
|
1299 |
"Business Directory servers. Please contact your webhost and ask them to add "
|
1300 |
"our IP address 52.0.78.177 to your allow list."
|
1301 |
msgstr ""
|
1302 |
|
1303 |
-
#: includes/licensing.php:
|
1304 |
msgid "Business Directory license key is missing."
|
1305 |
msgstr ""
|
1306 |
|
1307 |
-
#: includes/licensing.php:
|
1308 |
msgid "Business Directory license key has expired"
|
1309 |
msgstr ""
|
1310 |
|
1311 |
-
#: includes/licensing.php:
|
1312 |
msgid "Could not verify Business Directory license."
|
1313 |
msgstr ""
|
1314 |
|
1315 |
-
#: includes/licensing.php:
|
1316 |
msgid "Review license keys"
|
1317 |
msgstr ""
|
1318 |
|
1319 |
-
#: includes/licensing.php:
|
1320 |
msgid "Missing data. Please reload this page and try again."
|
1321 |
msgstr ""
|
1322 |
|
1323 |
-
#: includes/licensing.php:
|
1324 |
msgid "Please enter a license key."
|
1325 |
msgstr ""
|
1326 |
|
@@ -1393,27 +1402,27 @@ msgstr ""
|
|
1393 |
msgid "Account Creation"
|
1394 |
msgstr ""
|
1395 |
|
1396 |
-
#: includes/views/submit_listing.php:
|
1397 |
msgid "Go to \"Fee Plans\""
|
1398 |
msgstr ""
|
1399 |
|
1400 |
-
#: includes/views/submit_listing.php:
|
1401 |
msgid "Please choose a fee plan."
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#: includes/views/submit_listing.php:
|
1405 |
msgid "Please check the form for errors, correct them and submit again."
|
1406 |
msgstr ""
|
1407 |
|
1408 |
-
#: includes/views/submit_listing.php:
|
1409 |
msgid "Create a user account on this site"
|
1410 |
msgstr ""
|
1411 |
|
1412 |
-
#: includes/views/submit_listing.php:
|
1413 |
msgid "Username"
|
1414 |
msgstr ""
|
1415 |
|
1416 |
-
#: includes/views/submit_listing.php:
|
1417 |
msgid "Clear Form"
|
1418 |
msgstr ""
|
1419 |
|
@@ -1424,17 +1433,24 @@ msgid ""
|
|
1424 |
"for details."
|
1425 |
msgstr ""
|
1426 |
|
1427 |
-
#: templates/admin/csv-export.tpl.php:
|
1428 |
msgid ""
|
1429 |
"If you plan to re-import the listings into your directory and don't want new "
|
1430 |
"ones created, select this option!"
|
1431 |
msgstr ""
|
1432 |
|
1433 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1434 |
msgid "Disable email notifications during import?"
|
1435 |
msgstr ""
|
1436 |
|
1437 |
-
#: templates/admin/csv-import.tpl.php:
|
1438 |
msgid "Disable email notifications."
|
1439 |
msgstr ""
|
1440 |
|
@@ -1448,7 +1464,7 @@ msgstr ""
|
|
1448 |
msgid "Download Debug Information"
|
1449 |
msgstr ""
|
1450 |
|
1451 |
-
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:
|
1452 |
msgid "Add Listing Fee"
|
1453 |
msgstr ""
|
1454 |
|
@@ -1456,62 +1472,62 @@ msgstr ""
|
|
1456 |
msgid "Edit Listing Fee"
|
1457 |
msgstr ""
|
1458 |
|
1459 |
-
#: templates/admin/fees-form.tpl.php:
|
1460 |
msgid "Fee Description"
|
1461 |
msgstr ""
|
1462 |
|
1463 |
-
#: templates/admin/fees-form.tpl.php:
|
1464 |
msgid "How long should the listing run?"
|
1465 |
msgstr ""
|
1466 |
|
1467 |
-
#: templates/admin/fees-form.tpl.php:
|
1468 |
msgid "run listing for"
|
1469 |
msgstr ""
|
1470 |
|
1471 |
-
#: templates/admin/fees-form.tpl.php:
|
1472 |
#: templates/plan-selection-plan.tpl.php:39
|
1473 |
msgid "days"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
-
#: templates/admin/fees-form.tpl.php:
|
1477 |
msgid "run listing forever"
|
1478 |
msgstr ""
|
1479 |
|
1480 |
-
#: templates/admin/fees-form.tpl.php:
|
1481 |
msgid "Number of images allowed"
|
1482 |
msgstr ""
|
1483 |
|
1484 |
-
#: templates/admin/fees-form.tpl.php:
|
1485 |
msgid "Private Fee Plan (visible to admins only)?"
|
1486 |
msgstr ""
|
1487 |
|
1488 |
-
#: templates/admin/fees-form.tpl.php:
|
1489 |
msgid "Is recurring?"
|
1490 |
msgstr ""
|
1491 |
|
1492 |
-
#: templates/admin/fees-form.tpl.php:
|
1493 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1494 |
msgstr ""
|
1495 |
|
1496 |
-
#: templates/admin/fees-form.tpl.php:
|
1497 |
msgid "Is featured listing/sticky?"
|
1498 |
msgstr ""
|
1499 |
|
1500 |
-
#: templates/admin/fees-form.tpl.php:
|
1501 |
msgid ""
|
1502 |
"This floats the listing to the top of search results and browsing the "
|
1503 |
"directory when the user buys this plan."
|
1504 |
msgstr ""
|
1505 |
|
1506 |
-
#: templates/admin/fees-form.tpl.php:
|
1507 |
msgid "Listing background color:"
|
1508 |
msgstr ""
|
1509 |
|
1510 |
-
#: templates/admin/fees-form.tpl.php:
|
1511 |
msgid "Used to differentiate listings inside this plan from others."
|
1512 |
msgstr ""
|
1513 |
|
1514 |
-
#: templates/admin/fees-form.tpl.php:
|
1515 |
#: templates/admin/settings-email.tpl.php:116
|
1516 |
#: templates/submit-listing-section.tpl.php:30
|
1517 |
msgid "Save Changes"
|
@@ -1662,93 +1678,93 @@ msgstr ""
|
|
1662 |
msgid "Payment Not Found"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
-
#: templates/admin/payments-details.tpl.php:
|
1666 |
msgid "Overview"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: templates/admin/payments-details.tpl.php:
|
1670 |
-
#: templates/admin/payments-details.tpl.php:
|
1671 |
msgid "Payment ID"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
-
#: templates/admin/payments-details.tpl.php:
|
1675 |
msgid "Listing"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: templates/admin/payments-details.tpl.php:
|
1679 |
msgid "Status"
|
1680 |
msgstr ""
|
1681 |
|
1682 |
-
#: templates/admin/payments-details.tpl.php:
|
1683 |
msgid "Date"
|
1684 |
msgstr ""
|
1685 |
|
1686 |
-
#: templates/admin/payments-details.tpl.php:
|
1687 |
msgid "Time"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
-
#: templates/admin/payments-details.tpl.php:
|
1691 |
msgid "Gateway"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
#. translators: Gateway: (Not yet set)
|
1695 |
-
#: templates/admin/payments-details.tpl.php:
|
1696 |
msgid "(Not yet set)"
|
1697 |
msgstr ""
|
1698 |
|
1699 |
-
#: templates/admin/payments-details.tpl.php:
|
1700 |
msgid "Delete Payment"
|
1701 |
msgstr ""
|
1702 |
|
1703 |
-
#: templates/admin/payments-details.tpl.php:
|
1704 |
msgid "Save Payment"
|
1705 |
msgstr ""
|
1706 |
|
1707 |
-
#: templates/admin/payments-details.tpl.php:
|
1708 |
msgid "Details"
|
1709 |
msgstr ""
|
1710 |
|
1711 |
-
#: templates/admin/payments-details.tpl.php:
|
1712 |
msgid "Item Type"
|
1713 |
msgstr ""
|
1714 |
|
1715 |
-
#: templates/admin/payments-details.tpl.php:
|
1716 |
#: templates/payment/payment_items.tpl.php:23
|
1717 |
msgid "Total"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
-
#: templates/admin/payments-details.tpl.php:
|
1721 |
msgid "Customer Details"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
-
#: templates/admin/payments-details.tpl.php:
|
1725 |
#: templates/checkout-billing-form.tpl.php:17
|
1726 |
msgid "First Name"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: templates/admin/payments-details.tpl.php:
|
1730 |
#: templates/checkout-billing-form.tpl.php:22
|
1731 |
msgid "Last Name"
|
1732 |
msgstr ""
|
1733 |
|
1734 |
-
#: templates/admin/payments-details.tpl.php:
|
1735 |
msgid "Address Line 1"
|
1736 |
msgstr ""
|
1737 |
|
1738 |
-
#: templates/admin/payments-details.tpl.php:
|
1739 |
#: templates/checkout-billing-form.tpl.php:81
|
1740 |
msgid "Address Line 2"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
-
#: templates/admin/payments-details.tpl.php:
|
1744 |
msgid "Notes & Log"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
-
#: templates/admin/payments-details.tpl.php:
|
1748 |
msgid "No notes."
|
1749 |
msgstr ""
|
1750 |
|
1751 |
-
#: templates/admin/payments-details.tpl.php:
|
1752 |
msgid "Add Note"
|
1753 |
msgstr ""
|
1754 |
|
@@ -2369,39 +2385,39 @@ msgctxt "admin csv-import"
|
|
2369 |
msgid "See an example CSV import file"
|
2370 |
msgstr ""
|
2371 |
|
2372 |
-
#: includes/admin/class-csv-import.php:
|
2373 |
msgctxt "admin csv-import"
|
2374 |
msgid ""
|
2375 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2376 |
"with the following error: <error-message>."
|
2377 |
msgstr ""
|
2378 |
|
2379 |
-
#: includes/admin/class-csv-import.php:
|
2380 |
msgctxt "admin csv-import"
|
2381 |
msgid "Could not create listing category \"%s\""
|
2382 |
msgstr ""
|
2383 |
|
2384 |
-
#: includes/admin/class-csv-import.php:
|
2385 |
msgctxt "admin csv-import"
|
2386 |
msgid "Username \"%s\" does not exist"
|
2387 |
msgstr ""
|
2388 |
|
2389 |
-
#: includes/admin/class-csv-import.php:
|
2390 |
msgctxt "admin csv-import"
|
2391 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2392 |
msgstr ""
|
2393 |
|
2394 |
-
#: includes/admin/class-csv-import.php:
|
2395 |
msgctxt "admin csv-import"
|
2396 |
msgid "Missing required field: %s"
|
2397 |
msgstr ""
|
2398 |
|
2399 |
-
#: includes/admin/class-csv-import.php:
|
2400 |
msgctxt "admin csv-import"
|
2401 |
msgid "Listing category \"%s\" does not exist"
|
2402 |
msgstr ""
|
2403 |
|
2404 |
-
#: includes/admin/class-csv-import.php:
|
2405 |
msgctxt "admin csv-import"
|
2406 |
msgid "The string <string> couldn't be converted into a valid date."
|
2407 |
msgstr ""
|
@@ -2567,13 +2583,6 @@ msgctxt "admin csv-import"
|
|
2567 |
msgid "Here, you can import data into your directory using the CSV format."
|
2568 |
msgstr ""
|
2569 |
|
2570 |
-
#: templates/admin/csv-import.tpl.php:35
|
2571 |
-
msgctxt "admin csv-import"
|
2572 |
-
msgid ""
|
2573 |
-
"We strongly recommend reading our <a>CSV import documentation</a> first to "
|
2574 |
-
"help you do things in the right order."
|
2575 |
-
msgstr ""
|
2576 |
-
|
2577 |
#: templates/admin/csv-import.tpl.php:45
|
2578 |
msgctxt "admin csv-import"
|
2579 |
msgid "Import Files"
|
@@ -2589,7 +2598,7 @@ msgctxt "admin csv-import"
|
|
2589 |
msgid "... or <a>select a file uploaded to the imports folder</a>"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
-
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:
|
2593 |
msgctxt "admin csv-import"
|
2594 |
msgid "(Upload new file)"
|
2595 |
msgstr ""
|
@@ -2599,130 +2608,130 @@ msgctxt "admin csv-import"
|
|
2599 |
msgid "ZIP file containing images"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
-
#: templates/admin/csv-import.tpl.php:
|
2603 |
msgctxt "admin csv-import"
|
2604 |
msgid "CSV File Settings"
|
2605 |
msgstr ""
|
2606 |
|
2607 |
-
#: templates/admin/csv-import.tpl.php:
|
2608 |
msgctxt "admin csv-import"
|
2609 |
msgid "Column Separator"
|
2610 |
msgstr ""
|
2611 |
|
2612 |
-
#: templates/admin/csv-import.tpl.php:
|
2613 |
msgctxt "admin csv-import"
|
2614 |
msgid "Comma (,)"
|
2615 |
msgstr ""
|
2616 |
|
2617 |
-
#: templates/admin/csv-import.tpl.php:
|
2618 |
msgctxt "admin csv-import"
|
2619 |
msgid "Semicolon (;)"
|
2620 |
msgstr ""
|
2621 |
|
2622 |
-
#: templates/admin/csv-import.tpl.php:
|
2623 |
msgctxt "admin csv-import"
|
2624 |
msgid "TAB"
|
2625 |
msgstr ""
|
2626 |
|
2627 |
-
#: templates/admin/csv-import.tpl.php:
|
2628 |
msgctxt "admin csv-import"
|
2629 |
msgid "Image Separator"
|
2630 |
msgstr ""
|
2631 |
|
2632 |
-
#: templates/admin/csv-import.tpl.php:
|
2633 |
msgctxt "admin csv-import"
|
2634 |
msgid "Category Separator"
|
2635 |
msgstr ""
|
2636 |
|
2637 |
-
#: templates/admin/csv-import.tpl.php:
|
2638 |
msgctxt "admin csv-import"
|
2639 |
msgid "Import settings"
|
2640 |
msgstr ""
|
2641 |
|
2642 |
-
#: templates/admin/csv-import.tpl.php:
|
2643 |
msgctxt "admin csv-import"
|
2644 |
msgid "Post status of new imported listings"
|
2645 |
msgstr ""
|
2646 |
|
2647 |
-
#: templates/admin/csv-import.tpl.php:
|
2648 |
msgctxt "admin csv-import"
|
2649 |
msgid "Post status of existing imported listings"
|
2650 |
msgstr ""
|
2651 |
|
2652 |
-
#: templates/admin/csv-import.tpl.php:
|
2653 |
msgctxt "admin csv-import"
|
2654 |
msgid "Preserve existing status"
|
2655 |
msgstr ""
|
2656 |
|
2657 |
-
#: templates/admin/csv-import.tpl.php:
|
2658 |
msgctxt "admin csv-import"
|
2659 |
msgid "Missing categories handling"
|
2660 |
msgstr ""
|
2661 |
|
2662 |
-
#: templates/admin/csv-import.tpl.php:
|
2663 |
msgctxt "admin csv-import"
|
2664 |
msgid "Auto-create categories"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
-
#: templates/admin/csv-import.tpl.php:
|
2668 |
msgctxt "admin csv-import"
|
2669 |
msgid "Generate errors when a category is not found"
|
2670 |
msgstr ""
|
2671 |
|
2672 |
-
#: templates/admin/csv-import.tpl.php:
|
2673 |
msgctxt "admin csv-import"
|
2674 |
msgid "Keep existing listing images?"
|
2675 |
msgstr ""
|
2676 |
|
2677 |
-
#: templates/admin/csv-import.tpl.php:
|
2678 |
msgctxt "admin csv-import"
|
2679 |
msgid "Keep existing images."
|
2680 |
msgstr ""
|
2681 |
|
2682 |
-
#: templates/admin/csv-import.tpl.php:
|
2683 |
msgctxt "admin csv-import"
|
2684 |
msgid "Appends new images while keeping current ones."
|
2685 |
msgstr ""
|
2686 |
|
2687 |
-
#: templates/admin/csv-import.tpl.php:
|
2688 |
msgctxt "admin csv-import"
|
2689 |
msgid "Assign listings to a user?"
|
2690 |
msgstr ""
|
2691 |
|
2692 |
-
#: templates/admin/csv-import.tpl.php:
|
2693 |
msgctxt "admin csv-import"
|
2694 |
msgid "Assign listings to a user."
|
2695 |
msgstr ""
|
2696 |
|
2697 |
-
#: templates/admin/csv-import.tpl.php:
|
2698 |
msgctxt "admin csv-import"
|
2699 |
msgid "Use a default user for listings?"
|
2700 |
msgstr ""
|
2701 |
|
2702 |
-
#: templates/admin/csv-import.tpl.php:
|
2703 |
msgctxt "admin csv-import"
|
2704 |
msgid ""
|
2705 |
"Select a default user to be used if the username column is not present in "
|
2706 |
"the CSV file."
|
2707 |
msgstr ""
|
2708 |
|
2709 |
-
#: templates/admin/csv-import.tpl.php:
|
2710 |
msgctxt "admin csv-import"
|
2711 |
msgid "Default listing user"
|
2712 |
msgstr ""
|
2713 |
|
2714 |
-
#: templates/admin/csv-import.tpl.php:
|
2715 |
msgctxt "admin csv-import"
|
2716 |
msgid ""
|
2717 |
"This user will be used if the username column is not present in the CSV file."
|
2718 |
msgstr ""
|
2719 |
|
2720 |
-
#: templates/admin/csv-import.tpl.php:
|
2721 |
msgctxt "admin csv-import"
|
2722 |
msgid "Number of listings imported on every cycle"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
-
#: templates/admin/csv-import.tpl.php:
|
2726 |
msgctxt "admin csv-import"
|
2727 |
msgid ""
|
2728 |
"If you are having trouble importing listings due to memory problems, try "
|
@@ -2731,17 +2740,17 @@ msgid ""
|
|
2731 |
"success on shared hosting platforms and other resource-constrained servers."
|
2732 |
msgstr ""
|
2733 |
|
2734 |
-
#: templates/admin/csv-import.tpl.php:
|
2735 |
msgctxt "admin csv-import"
|
2736 |
msgid "Test Import"
|
2737 |
msgstr ""
|
2738 |
|
2739 |
-
#: templates/admin/csv-import.tpl.php:
|
2740 |
msgctxt "admin csv-import"
|
2741 |
msgid "Import Listings"
|
2742 |
msgstr ""
|
2743 |
|
2744 |
-
#: templates/admin/csv-import.tpl.php:
|
2745 |
msgctxt "admin csv-import"
|
2746 |
msgid ""
|
2747 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -2750,50 +2759,50 @@ msgid ""
|
|
2750 |
"how an import file should look like."
|
2751 |
msgstr ""
|
2752 |
|
2753 |
-
#: templates/admin/csv-import.tpl.php:
|
2754 |
msgctxt "admin csv-import"
|
2755 |
msgid "Header name/label"
|
2756 |
msgstr ""
|
2757 |
|
2758 |
-
#: templates/admin/csv-import.tpl.php:
|
2759 |
msgctxt "admin csv-import"
|
2760 |
msgid "Field"
|
2761 |
msgstr ""
|
2762 |
|
2763 |
-
#: templates/admin/csv-import.tpl.php:
|
2764 |
msgctxt "admin csv-import"
|
2765 |
msgid "Required?"
|
2766 |
msgstr ""
|
2767 |
|
2768 |
-
#: templates/admin/csv-import.tpl.php:
|
2769 |
msgctxt "admin csv-import"
|
2770 |
msgid "Multivalued?"
|
2771 |
msgstr ""
|
2772 |
|
2773 |
-
#: templates/admin/csv-import.tpl.php:
|
2774 |
msgctxt "admin csv-import"
|
2775 |
msgid ""
|
2776 |
"Fee ID (integer) associated to a listing. Use this column when adding or "
|
2777 |
"updating listings from external sources."
|
2778 |
msgstr ""
|
2779 |
|
2780 |
-
#: templates/admin/csv-import.tpl.php:
|
2781 |
msgctxt "admin csv-import"
|
2782 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
2783 |
msgstr ""
|
2784 |
|
2785 |
-
#: templates/admin/csv-import.tpl.php:
|
2786 |
msgctxt "admin csv-import"
|
2787 |
msgid "Listing author's username"
|
2788 |
msgstr ""
|
2789 |
|
2790 |
-
#: templates/admin/csv-import.tpl.php:
|
2791 |
msgctxt "admin csv-import"
|
2792 |
msgid ""
|
2793 |
"Internal Sequence ID used to allow listing updates from external sources."
|
2794 |
msgstr ""
|
2795 |
|
2796 |
-
#: templates/admin/csv-import.tpl.php:
|
2797 |
msgctxt "admin csv-import"
|
2798 |
msgid ""
|
2799 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -2810,12 +2819,12 @@ msgctxt "admin csv"
|
|
2810 |
msgid "Export"
|
2811 |
msgstr ""
|
2812 |
|
2813 |
-
#: includes/admin/class-admin-listings.php:
|
2814 |
msgctxt "admin category filter"
|
2815 |
msgid "All categories"
|
2816 |
msgstr ""
|
2817 |
|
2818 |
-
#: includes/admin/class-admin-listings.php:
|
2819 |
msgctxt "admin listings"
|
2820 |
msgid ""
|
2821 |
"This listing doesn't have a fee plan assigned. This is required in order to "
|
@@ -2823,42 +2832,42 @@ msgid ""
|
|
2823 |
"renewals."
|
2824 |
msgstr ""
|
2825 |
|
2826 |
-
#: includes/admin/class-admin-listings.php:
|
2827 |
msgctxt "admin listings"
|
2828 |
msgid "Never"
|
2829 |
msgstr ""
|
2830 |
|
2831 |
-
#: includes/admin/class-admin-listings.php:
|
2832 |
msgctxt "admin listings"
|
2833 |
msgid "Featured"
|
2834 |
msgstr ""
|
2835 |
|
2836 |
-
#: includes/admin/class-admin-listings.php:
|
2837 |
msgctxt "admin listings"
|
2838 |
msgid "Recurring"
|
2839 |
msgstr ""
|
2840 |
|
2841 |
-
#: includes/admin/class-admin-listings.php:
|
2842 |
msgctxt "admin listings"
|
2843 |
msgid "Free"
|
2844 |
msgstr ""
|
2845 |
|
2846 |
-
#: includes/admin/class-admin-listings.php:
|
2847 |
msgctxt "admin listings"
|
2848 |
msgid "Payment Not Found"
|
2849 |
msgstr ""
|
2850 |
|
2851 |
-
#: includes/admin/class-admin-listings.php:
|
2852 |
msgctxt "admin listings"
|
2853 |
msgid "Payment %s"
|
2854 |
msgstr ""
|
2855 |
|
2856 |
-
#: includes/admin/class-admin-listings.php:
|
2857 |
msgctxt "admin listings"
|
2858 |
msgid "Reported"
|
2859 |
msgstr ""
|
2860 |
|
2861 |
-
#: includes/admin/class-admin-listings.php:
|
2862 |
msgctxt "admin listings"
|
2863 |
msgid "Listing's payment history successfully deleted"
|
2864 |
msgstr ""
|
@@ -2883,12 +2892,12 @@ msgctxt "admin listings"
|
|
2883 |
msgid "Clear listing reports."
|
2884 |
msgstr ""
|
2885 |
|
2886 |
-
#: includes/admin/class-admin-listings.php:
|
2887 |
msgctxt "admin"
|
2888 |
msgid "Directory Listing Fields / Images"
|
2889 |
msgstr ""
|
2890 |
|
2891 |
-
#: includes/admin/class-admin-listings.php:
|
2892 |
msgctxt "admin"
|
2893 |
msgid "Categories"
|
2894 |
msgstr ""
|
@@ -3040,12 +3049,12 @@ msgctxt "admin"
|
|
3040 |
msgid "Abandoned"
|
3041 |
msgstr ""
|
3042 |
|
3043 |
-
#: includes/admin/class-admin-listings.php:
|
3044 |
msgctxt "listing attribute"
|
3045 |
msgid "No Fee Plan"
|
3046 |
msgstr ""
|
3047 |
|
3048 |
-
#: includes/admin/class-admin-listings.php:
|
3049 |
msgctxt "listing status"
|
3050 |
msgid "Reported"
|
3051 |
msgstr ""
|
@@ -3095,47 +3104,47 @@ msgctxt "listing status"
|
|
3095 |
msgid "Abandoned"
|
3096 |
msgstr ""
|
3097 |
|
3098 |
-
#: includes/admin/class-admin-listings.php:
|
3099 |
msgctxt "admin actions"
|
3100 |
msgid "Delete Listing"
|
3101 |
msgstr ""
|
3102 |
|
3103 |
-
#: includes/admin/class-admin-listings.php:
|
3104 |
msgctxt "admin actions"
|
3105 |
msgid "View Payments"
|
3106 |
msgstr ""
|
3107 |
|
3108 |
-
#: includes/admin/class-admin-listings.php:
|
3109 |
msgctxt "admin actions"
|
3110 |
msgid "View Payment"
|
3111 |
msgstr ""
|
3112 |
|
3113 |
-
#: includes/admin/class-admin-listings.php:
|
3114 |
msgctxt "admin actions"
|
3115 |
msgid "Publish listings"
|
3116 |
msgstr ""
|
3117 |
|
3118 |
-
#: includes/admin/class-admin-listings.php:
|
3119 |
msgctxt "admin actions"
|
3120 |
msgid "Mark as \"Pending Review\""
|
3121 |
msgstr ""
|
3122 |
|
3123 |
-
#: includes/admin/class-admin-listings.php:
|
3124 |
msgctxt "admin actions"
|
3125 |
msgid "Hide from directory (mark as \"Draft\")"
|
3126 |
msgstr ""
|
3127 |
|
3128 |
-
#: includes/admin/class-admin-listings.php:
|
3129 |
msgctxt "admin actions"
|
3130 |
msgid "Renew listings"
|
3131 |
msgstr ""
|
3132 |
|
3133 |
-
#: includes/admin/class-admin-listings.php:
|
3134 |
msgctxt "admin actions"
|
3135 |
msgid "Set listings as \"Expired\""
|
3136 |
msgstr ""
|
3137 |
|
3138 |
-
#: includes/admin/class-admin-listings.php:
|
3139 |
msgctxt "admin actions"
|
3140 |
msgid "Send access keys"
|
3141 |
msgstr ""
|
@@ -3165,22 +3174,17 @@ msgctxt "admin menu"
|
|
3165 |
msgid "Settings"
|
3166 |
msgstr ""
|
3167 |
|
3168 |
-
#: includes/admin/class-csv-exporter.php:
|
3169 |
msgctxt "admin csv-export"
|
3170 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3171 |
msgstr ""
|
3172 |
|
3173 |
-
#: includes/admin/class-csv-exporter.php:
|
3174 |
-
msgctxt "admin csv-export"
|
3175 |
-
msgid "Could not create wpbdp-csv-exports directory."
|
3176 |
-
msgstr ""
|
3177 |
-
|
3178 |
-
#: includes/admin/class-csv-exporter.php:108
|
3179 |
msgctxt "admin csv-export"
|
3180 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3181 |
msgstr ""
|
3182 |
|
3183 |
-
#: includes/admin/csv-export.php:
|
3184 |
msgctxt "admin csv-export"
|
3185 |
msgid "Could not decode export state information."
|
3186 |
msgstr ""
|
@@ -3194,109 +3198,104 @@ msgid ""
|
|
3194 |
"server's php.ini configuration file."
|
3195 |
msgstr ""
|
3196 |
|
3197 |
-
#: templates/admin/csv-export.tpl.php:
|
3198 |
-
msgctxt "admin csv-export"
|
3199 |
-
msgid "Export Configuration"
|
3200 |
-
msgstr ""
|
3201 |
-
|
3202 |
-
#: templates/admin/csv-export.tpl.php:30
|
3203 |
msgctxt "admin csv-export"
|
3204 |
msgid "Export settings"
|
3205 |
msgstr ""
|
3206 |
|
3207 |
-
#: templates/admin/csv-export.tpl.php:
|
3208 |
msgctxt "admin csv-export"
|
3209 |
msgid "Which listings to export?"
|
3210 |
msgstr ""
|
3211 |
|
3212 |
-
#: templates/admin/csv-export.tpl.php:
|
3213 |
msgctxt "admin csv-export"
|
3214 |
msgid "All"
|
3215 |
msgstr ""
|
3216 |
|
3217 |
-
#: templates/admin/csv-export.tpl.php:
|
3218 |
msgctxt "admin csv-export"
|
3219 |
msgid "Active Only"
|
3220 |
msgstr ""
|
3221 |
|
3222 |
-
#: templates/admin/csv-export.tpl.php:
|
3223 |
msgctxt "admin csv-export"
|
3224 |
msgid "Active + Pending Renewal"
|
3225 |
msgstr ""
|
3226 |
|
3227 |
-
#: templates/admin/csv-export.tpl.php:
|
3228 |
msgctxt "admin csv-export"
|
3229 |
msgid "Export images?"
|
3230 |
msgstr ""
|
3231 |
|
3232 |
-
#: templates/admin/csv-export.tpl.php:
|
3233 |
msgctxt "admin csv-export"
|
3234 |
msgid "Export images"
|
3235 |
msgstr ""
|
3236 |
|
3237 |
-
#: templates/admin/csv-export.tpl.php:
|
3238 |
msgctxt "admin csv-export"
|
3239 |
msgid ""
|
3240 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
3241 |
"both a CSV file and listing images."
|
3242 |
msgstr ""
|
3243 |
|
3244 |
-
#: templates/admin/csv-export.tpl.php:
|
3245 |
msgctxt "admin csv-export"
|
3246 |
msgid "Additional metadata to export:"
|
3247 |
msgstr ""
|
3248 |
|
3249 |
-
#: templates/admin/csv-export.tpl.php:
|
3250 |
msgctxt "admin csv-export"
|
3251 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3252 |
msgstr ""
|
3253 |
|
3254 |
-
#: templates/admin/csv-export.tpl.php:
|
3255 |
msgctxt "admin csv-export"
|
3256 |
msgid "Author information (username)"
|
3257 |
msgstr ""
|
3258 |
|
3259 |
-
#: templates/admin/csv-export.tpl.php:
|
3260 |
msgctxt "admin csv-export"
|
3261 |
msgid "Listing expiration date"
|
3262 |
msgstr ""
|
3263 |
|
3264 |
-
#: templates/admin/csv-export.tpl.php:
|
3265 |
msgctxt "admin csv-export"
|
3266 |
msgid "Listing created date"
|
3267 |
msgstr ""
|
3268 |
|
3269 |
-
#: templates/admin/csv-export.tpl.php:
|
3270 |
msgctxt "admin csv-export"
|
3271 |
msgid "Listing last updated date"
|
3272 |
msgstr ""
|
3273 |
|
3274 |
-
#: templates/admin/csv-export.tpl.php:
|
3275 |
msgctxt "admin csv-export"
|
3276 |
msgid "Listing T&C acceptance date"
|
3277 |
msgstr ""
|
3278 |
|
3279 |
-
#: templates/admin/csv-export.tpl.php:
|
3280 |
msgctxt "admin csv-export"
|
3281 |
msgid "CSV File Settings"
|
3282 |
msgstr ""
|
3283 |
|
3284 |
-
#: templates/admin/csv-export.tpl.php:
|
3285 |
msgctxt "admin csv-export"
|
3286 |
msgid "What operating system will you use to edit the CSV file?"
|
3287 |
msgstr ""
|
3288 |
|
3289 |
-
#: templates/admin/csv-export.tpl.php:
|
3290 |
msgctxt "admin csv-export"
|
3291 |
msgid "Windows"
|
3292 |
msgstr ""
|
3293 |
|
3294 |
-
#: templates/admin/csv-export.tpl.php:
|
3295 |
msgctxt "admin csv-export"
|
3296 |
msgid "macOS"
|
3297 |
msgstr ""
|
3298 |
|
3299 |
-
#: templates/admin/csv-export.tpl.php:
|
3300 |
msgctxt "admin csv-export"
|
3301 |
msgid ""
|
3302 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
@@ -3305,88 +3304,88 @@ msgid ""
|
|
3305 |
"each operating system."
|
3306 |
msgstr ""
|
3307 |
|
3308 |
-
#: templates/admin/csv-export.tpl.php:
|
3309 |
msgctxt "admin csv-export"
|
3310 |
msgid "Image Separator"
|
3311 |
msgstr ""
|
3312 |
|
3313 |
-
#: templates/admin/csv-export.tpl.php:
|
3314 |
msgctxt "admin csv-export"
|
3315 |
msgid "Category Separator"
|
3316 |
msgstr ""
|
3317 |
|
3318 |
-
#: templates/admin/csv-export.tpl.php:
|
3319 |
msgctxt "admin csv-export"
|
3320 |
msgid "Export Listings"
|
3321 |
msgstr ""
|
3322 |
|
3323 |
-
#: templates/admin/csv-export.tpl.php:
|
3324 |
msgctxt "admin csv-export"
|
3325 |
msgid "Export in Progress..."
|
3326 |
msgstr ""
|
3327 |
|
3328 |
-
#: templates/admin/csv-export.tpl.php:
|
3329 |
msgctxt "admin csv-export"
|
3330 |
msgid ""
|
3331 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
3332 |
"until the export finishes."
|
3333 |
msgstr ""
|
3334 |
|
3335 |
-
#: templates/admin/csv-export.tpl.php:
|
3336 |
msgctxt "admin csv-export"
|
3337 |
msgid "No. of listings:"
|
3338 |
msgstr ""
|
3339 |
|
3340 |
-
#: templates/admin/csv-export.tpl.php:
|
3341 |
msgctxt "admin csv-export"
|
3342 |
msgid "Approximate export file size:"
|
3343 |
msgstr ""
|
3344 |
|
3345 |
-
#: templates/admin/csv-export.tpl.php:
|
3346 |
msgctxt "admin csv-export"
|
3347 |
msgid "Cancel Export"
|
3348 |
msgstr ""
|
3349 |
|
3350 |
-
#: templates/admin/csv-export.tpl.php:
|
3351 |
msgctxt "admin csv-export"
|
3352 |
msgid "Export Complete"
|
3353 |
msgstr ""
|
3354 |
|
3355 |
-
#: templates/admin/csv-export.tpl.php:
|
3356 |
msgctxt "admin csv-export"
|
3357 |
msgid ""
|
3358 |
"Your export file has been successfully created and it is now ready for "
|
3359 |
"download."
|
3360 |
msgstr ""
|
3361 |
|
3362 |
-
#: templates/admin/csv-export.tpl.php:
|
3363 |
msgctxt "admin csv-export"
|
3364 |
msgid "Download %1$s (%2$s)"
|
3365 |
msgstr ""
|
3366 |
|
3367 |
-
#: templates/admin/csv-export.tpl.php:
|
3368 |
msgctxt "admin csv-export"
|
3369 |
msgid ""
|
3370 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
3371 |
"temporary data created by Business Directory during the export process."
|
3372 |
msgstr ""
|
3373 |
|
3374 |
-
#: templates/admin/csv-export.tpl.php:
|
3375 |
msgctxt "admin csv-export"
|
3376 |
msgid "Cleanup"
|
3377 |
msgstr ""
|
3378 |
|
3379 |
-
#: templates/admin/csv-export.tpl.php:
|
3380 |
msgctxt "admin csv-export"
|
3381 |
msgid "Export Canceled"
|
3382 |
msgstr ""
|
3383 |
|
3384 |
-
#: templates/admin/csv-export.tpl.php:
|
3385 |
msgctxt "admin csv-export"
|
3386 |
msgid "The export has been canceled."
|
3387 |
msgstr ""
|
3388 |
|
3389 |
-
#: templates/admin/csv-export.tpl.php:
|
3390 |
msgctxt "admin csv-export"
|
3391 |
msgid "← Return to CSV Export"
|
3392 |
msgstr ""
|
@@ -3548,22 +3547,22 @@ msgctxt "fees order"
|
|
3548 |
msgid "Custom Order"
|
3549 |
msgstr ""
|
3550 |
|
3551 |
-
#: includes/admin/fees.php:
|
3552 |
msgctxt "fees admin"
|
3553 |
msgid "Fee plan added."
|
3554 |
msgstr ""
|
3555 |
|
3556 |
-
#: includes/admin/fees.php:
|
3557 |
msgctxt "fees admin"
|
3558 |
msgid "Fee plan updated."
|
3559 |
msgstr ""
|
3560 |
|
3561 |
-
#: includes/admin/fees.php:
|
3562 |
msgctxt "fees admin"
|
3563 |
msgid "Fee \"%s\" deleted."
|
3564 |
msgstr ""
|
3565 |
|
3566 |
-
#: includes/admin/fees.php:
|
3567 |
msgctxt "fees admin"
|
3568 |
msgid "Fee disabled."
|
3569 |
msgstr ""
|
@@ -3724,72 +3723,72 @@ msgctxt "fees admin"
|
|
3724 |
msgid "Status"
|
3725 |
msgstr ""
|
3726 |
|
3727 |
-
#: templates/admin/fees-form.tpl.php:
|
3728 |
msgctxt "fees admin"
|
3729 |
msgid "Plan Category Policy:"
|
3730 |
msgstr ""
|
3731 |
|
3732 |
-
#: templates/admin/fees-form.tpl.php:
|
3733 |
msgctxt "fees admin"
|
3734 |
msgid "Plan applies to all categories"
|
3735 |
msgstr ""
|
3736 |
|
3737 |
-
#: templates/admin/fees-form.tpl.php:
|
3738 |
msgctxt "fees admin"
|
3739 |
msgid "Plan applies to only certain categories"
|
3740 |
msgstr ""
|
3741 |
|
3742 |
-
#: templates/admin/fees-form.tpl.php:
|
3743 |
msgctxt "fees admin"
|
3744 |
msgid "Limit plan to the following categories:"
|
3745 |
msgstr ""
|
3746 |
|
3747 |
-
#: templates/admin/fees-form.tpl.php:
|
3748 |
msgctxt "fees admin"
|
3749 |
msgid "Click to add categories to the selection."
|
3750 |
msgstr ""
|
3751 |
|
3752 |
-
#: templates/admin/fees-form.tpl.php:
|
3753 |
msgctxt "fees admin"
|
3754 |
msgid "Pricing"
|
3755 |
msgstr ""
|
3756 |
|
3757 |
-
#: templates/admin/fees-form.tpl.php:
|
3758 |
msgctxt "fees admin"
|
3759 |
msgid "Pricing model"
|
3760 |
msgstr ""
|
3761 |
|
3762 |
-
#: templates/admin/fees-form.tpl.php:
|
3763 |
msgctxt "fees admin"
|
3764 |
msgid "Flat price"
|
3765 |
msgstr ""
|
3766 |
|
3767 |
-
#: templates/admin/fees-form.tpl.php:
|
3768 |
msgctxt "fees admin"
|
3769 |
msgid "Different price for different categories"
|
3770 |
msgstr ""
|
3771 |
|
3772 |
-
#: templates/admin/fees-form.tpl.php:
|
3773 |
msgctxt "fees admin"
|
3774 |
msgid "Base price plus an extra amount per category"
|
3775 |
msgstr ""
|
3776 |
|
3777 |
-
#: templates/admin/fees-form.tpl.php:
|
3778 |
msgctxt "fees admin"
|
3779 |
msgid "Fee Price"
|
3780 |
msgstr ""
|
3781 |
|
3782 |
-
#: templates/admin/fees-form.tpl.php:
|
3783 |
msgctxt "fees admin"
|
3784 |
msgid "Prices per category"
|
3785 |
msgstr ""
|
3786 |
|
3787 |
-
#: templates/admin/fees-form.tpl.php:
|
3788 |
msgctxt "fees admin"
|
3789 |
msgid "Price"
|
3790 |
msgstr ""
|
3791 |
|
3792 |
-
#: templates/admin/fees-form.tpl.php:
|
3793 |
msgctxt "fees admin"
|
3794 |
msgid "Extra amount (per category)"
|
3795 |
msgstr ""
|
@@ -3869,12 +3868,12 @@ msgctxt "form-fields admin"
|
|
3869 |
msgid "Form Preview"
|
3870 |
msgstr ""
|
3871 |
|
3872 |
-
#: includes/admin/form-fields.php:
|
3873 |
msgctxt "form-fields admin"
|
3874 |
msgid "Form fields updated."
|
3875 |
msgstr ""
|
3876 |
|
3877 |
-
#: includes/admin/form-fields.php:
|
3878 |
msgctxt "form-fields admin"
|
3879 |
msgid ""
|
3880 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
@@ -3883,17 +3882,17 @@ msgid ""
|
|
3883 |
"show on the frontend, you can <a>enable public display of e-mails</a>."
|
3884 |
msgstr ""
|
3885 |
|
3886 |
-
#: includes/admin/form-fields.php:
|
3887 |
msgctxt "form-fields admin"
|
3888 |
msgid "Field deleted."
|
3889 |
msgstr ""
|
3890 |
|
3891 |
-
#: includes/admin/form-fields.php:
|
3892 |
msgctxt "form-fields admin"
|
3893 |
msgid "Required fields created successfully."
|
3894 |
msgstr ""
|
3895 |
|
3896 |
-
#: includes/admin/form-fields.php:
|
3897 |
msgctxt "form-fields admin"
|
3898 |
msgid "Tags updated."
|
3899 |
msgstr ""
|
@@ -4293,72 +4292,61 @@ msgid "Listing Status"
|
|
4293 |
msgstr ""
|
4294 |
|
4295 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
4296 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4297 |
msgctxt "listing metabox"
|
4298 |
msgid "N/A"
|
4299 |
msgstr ""
|
4300 |
|
4301 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4302 |
msgctxt "listing metabox"
|
4303 |
msgid "Last renew date"
|
4304 |
msgstr ""
|
4305 |
|
4306 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4307 |
msgctxt "listing metabox"
|
4308 |
msgid "Plan Details"
|
4309 |
msgstr ""
|
4310 |
|
4311 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4312 |
msgctxt "listing metabox"
|
4313 |
msgid "Fee Plan"
|
4314 |
msgstr ""
|
4315 |
|
4316 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4317 |
msgctxt "listing metabox"
|
4318 |
msgid "Change plan"
|
4319 |
msgstr ""
|
4320 |
|
4321 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4322 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4323 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4324 |
msgctxt "listing metabox"
|
4325 |
msgid "OK"
|
4326 |
msgstr ""
|
4327 |
|
4328 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4329 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4330 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4331 |
msgctxt "listing metabox"
|
4332 |
msgid "Cancel"
|
4333 |
msgstr ""
|
4334 |
|
4335 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4336 |
msgctxt "listing metabox"
|
4337 |
msgid "Expires On"
|
4338 |
msgstr ""
|
4339 |
|
4340 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4341 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:95
|
4342 |
-
msgctxt "listing metabox"
|
4343 |
-
msgid "Edit"
|
4344 |
-
msgstr ""
|
4345 |
-
|
4346 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:82
|
4347 |
-
msgctxt "listing metabox"
|
4348 |
-
msgid "Never"
|
4349 |
-
msgstr ""
|
4350 |
-
|
4351 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
4352 |
msgctxt "listing metabox"
|
4353 |
msgid "# of images"
|
4354 |
msgstr ""
|
4355 |
|
4356 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4357 |
msgctxt "listing metabox"
|
4358 |
msgid "Is Featured?"
|
4359 |
msgstr ""
|
4360 |
|
4361 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4362 |
msgctxt "listing metabox"
|
4363 |
msgid "Is Recurring?"
|
4364 |
msgstr ""
|
@@ -4482,13 +4470,6 @@ msgid ""
|
|
4482 |
"timeouts and/or general slowness."
|
4483 |
msgstr ""
|
4484 |
|
4485 |
-
#: includes/admin/settings/class-settings-bootstrap.php:414
|
4486 |
-
msgctxt "admin settings"
|
4487 |
-
msgid ""
|
4488 |
-
"If no fields are selected, the following fields will be used in Quick "
|
4489 |
-
"Searches:"
|
4490 |
-
msgstr ""
|
4491 |
-
|
4492 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
4493 |
msgctxt "admin settings"
|
4494 |
msgid "Do not include comments in listings"
|
@@ -6615,42 +6596,42 @@ msgctxt "submit listing"
|
|
6615 |
msgid "Category & plan selection"
|
6616 |
msgstr ""
|
6617 |
|
6618 |
-
#: includes/views/submit_listing.php:
|
6619 |
msgctxt "submit listing"
|
6620 |
msgid "Can not submit a listing at this moment. Please try again later."
|
6621 |
msgstr ""
|
6622 |
|
6623 |
-
#: includes/views/submit_listing.php:
|
6624 |
msgctxt "submit listing"
|
6625 |
msgid "Please select a category."
|
6626 |
msgstr ""
|
6627 |
|
6628 |
-
#: includes/views/submit_listing.php:
|
6629 |
msgctxt "submit listing"
|
6630 |
msgid "Please choose a valid category for your plan."
|
6631 |
msgstr ""
|
6632 |
|
6633 |
-
#: includes/views/submit_listing.php:
|
6634 |
msgctxt "submit listing"
|
6635 |
msgid "Please choose a valid fee plan for your category selection."
|
6636 |
msgstr ""
|
6637 |
|
6638 |
-
#: includes/views/submit_listing.php:
|
6639 |
msgctxt "submit listing"
|
6640 |
msgid "Please enter your desired username."
|
6641 |
msgstr ""
|
6642 |
|
6643 |
-
#: includes/views/submit_listing.php:
|
6644 |
msgctxt "submit listing"
|
6645 |
msgid "Please enter the e-mail for your new account."
|
6646 |
msgstr ""
|
6647 |
|
6648 |
-
#: includes/views/submit_listing.php:
|
6649 |
msgctxt "submit listing"
|
6650 |
msgid "The username you chose is already in use. Please use a different one."
|
6651 |
msgstr ""
|
6652 |
|
6653 |
-
#: includes/views/submit_listing.php:
|
6654 |
msgctxt "submit listing"
|
6655 |
msgid "The e-mail address you chose for your account is already in use."
|
6656 |
msgstr ""
|
@@ -6675,12 +6656,12 @@ msgctxt "views"
|
|
6675 |
msgid "Find A Listing"
|
6676 |
msgstr ""
|
6677 |
|
6678 |
-
#: includes/class-wpbdp.php:
|
6679 |
msgctxt "listing image upload"
|
6680 |
msgid "Can not upload any more images for this listing."
|
6681 |
msgstr ""
|
6682 |
|
6683 |
-
#: includes/class-wpbdp.php:
|
6684 |
msgctxt "listing image upload"
|
6685 |
msgid ""
|
6686 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
@@ -6954,21 +6935,21 @@ msgid ""
|
|
6954 |
"Listing submission has been disabled. Contact the administrator for details."
|
6955 |
msgstr ""
|
6956 |
|
6957 |
-
#: includes/views/submit_listing.php:
|
6958 |
msgctxt "templates"
|
6959 |
msgid ""
|
6960 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
6961 |
"submit a listing. %s to create a fee plan"
|
6962 |
msgstr ""
|
6963 |
|
6964 |
-
#: includes/views/submit_listing.php:
|
6965 |
msgctxt "templates"
|
6966 |
msgid ""
|
6967 |
"Listing submission is not available at the moment. Contact the administrator "
|
6968 |
"for details."
|
6969 |
msgstr ""
|
6970 |
|
6971 |
-
#: includes/views/submit_listing.php:
|
6972 |
msgctxt "templates"
|
6973 |
msgid ""
|
6974 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -6976,12 +6957,12 @@ msgid ""
|
|
6976 |
"an existing field"
|
6977 |
msgstr ""
|
6978 |
|
6979 |
-
#: includes/views/submit_listing.php:
|
6980 |
msgctxt "templates"
|
6981 |
msgid "Please agree to the Terms and Conditions."
|
6982 |
msgstr ""
|
6983 |
|
6984 |
-
#: includes/views/submit_listing.php:
|
6985 |
msgctxt "templates"
|
6986 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6987 |
msgstr ""
|
@@ -7220,19 +7201,19 @@ msgctxt "default category name"
|
|
7220 |
msgid "General"
|
7221 |
msgstr ""
|
7222 |
|
7223 |
-
#: includes/licensing.php:
|
7224 |
msgctxt "licensing"
|
7225 |
msgid "Could not contact licensing server"
|
7226 |
msgstr ""
|
7227 |
|
7228 |
-
#: includes/licensing.php:
|
7229 |
msgctxt "licensing"
|
7230 |
msgid ""
|
7231 |
"It was not possible to establish a connection with Business Directory's "
|
7232 |
"server. cURL was not found in your system"
|
7233 |
msgstr ""
|
7234 |
|
7235 |
-
#: includes/licensing.php:
|
7236 |
msgctxt "licensing"
|
7237 |
msgid ""
|
7238 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -7241,7 +7222,7 @@ msgid ""
|
|
7241 |
"1.0.1c)."
|
7242 |
msgstr ""
|
7243 |
|
7244 |
-
#: includes/licensing.php:
|
7245 |
msgctxt "licensing"
|
7246 |
msgid ""
|
7247 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -7249,21 +7230,21 @@ msgid ""
|
|
7249 |
"services using the latest security standards."
|
7250 |
msgstr ""
|
7251 |
|
7252 |
-
#: includes/licensing.php:
|
7253 |
msgctxt "licensing"
|
7254 |
msgid ""
|
7255 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7256 |
"Include this message if necessary"
|
7257 |
msgstr ""
|
7258 |
|
7259 |
-
#: includes/licensing.php:
|
7260 |
msgctxt "licensing"
|
7261 |
msgid ""
|
7262 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7263 |
"Include this message if necessary."
|
7264 |
msgstr ""
|
7265 |
|
7266 |
-
#: includes/licensing.php:
|
7267 |
msgctxt "licensing"
|
7268 |
msgid "The server returned a 403 Forbidden error."
|
7269 |
msgstr ""
|
@@ -7273,23 +7254,23 @@ msgctxt "licensing"
|
|
7273 |
msgid "Could not activate license: %s."
|
7274 |
msgstr ""
|
7275 |
|
7276 |
-
#: includes/licensing.php:
|
7277 |
msgctxt "licensing"
|
7278 |
msgid "License activated"
|
7279 |
msgstr ""
|
7280 |
|
7281 |
-
#: includes/licensing.php:
|
7282 |
msgctxt "licensing"
|
7283 |
msgid "Could not deactivate license: %s."
|
7284 |
msgstr ""
|
7285 |
|
7286 |
-
#: includes/licensing.php:
|
7287 |
msgctxt "licensing"
|
7288 |
msgid "License deactivated"
|
7289 |
msgstr ""
|
7290 |
|
7291 |
#. translators: "<module-name>" version <version-number> is not...
|
7292 |
-
#: includes/licensing.php:
|
7293 |
msgctxt "deprecation"
|
7294 |
msgid ""
|
7295 |
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
@@ -7686,7 +7667,7 @@ msgctxt "preview"
|
|
7686 |
msgid "This is just a preview. The listing has not been published yet."
|
7687 |
msgstr ""
|
7688 |
|
7689 |
-
#: includes/views/submit_listing.php:
|
7690 |
msgctxt "listing submit"
|
7691 |
msgid ""
|
7692 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -7833,12 +7814,12 @@ msgctxt "widgets"
|
|
7833 |
msgid "Search"
|
7834 |
msgstr ""
|
7835 |
|
7836 |
-
#: templates/admin/csv-export.tpl.php:
|
7837 |
-
#: templates/admin/csv-export.tpl.php:
|
7838 |
-
#: templates/admin/csv-import.tpl.php:
|
7839 |
-
#: templates/admin/csv-import.tpl.php:
|
7840 |
-
#: templates/admin/csv-import.tpl.php:
|
7841 |
-
#: templates/admin/csv-import.tpl.php:
|
7842 |
msgctxt "admin forms"
|
7843 |
msgid "required"
|
7844 |
msgstr ""
|
@@ -7876,22 +7857,22 @@ msgid ""
|
|
7876 |
"we'll answer it within 24 hours most days."
|
7877 |
msgstr ""
|
7878 |
|
7879 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
7880 |
msgctxt "admin infometabox"
|
7881 |
msgid "Renewal url (copy & paste)"
|
7882 |
msgstr ""
|
7883 |
|
7884 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
7885 |
msgctxt "admin infometabox"
|
7886 |
msgid "Get renewal URL"
|
7887 |
msgstr ""
|
7888 |
|
7889 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
7890 |
msgctxt "admin infometabox"
|
7891 |
msgid "Send renewal e-mail"
|
7892 |
msgstr ""
|
7893 |
|
7894 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
7895 |
msgctxt "admin infometabox"
|
7896 |
msgid "Renew listing"
|
7897 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2021-04-08 23:15:52+00:00\n"
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
23 |
msgid "Are you sure you want to do this?"
|
24 |
msgstr ""
|
25 |
|
26 |
+
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
|
27 |
msgid "Help"
|
28 |
msgstr ""
|
29 |
|
30 |
+
#: includes/admin/class-admin-listings.php:185
|
31 |
#: includes/views/submit_listing.php:497
|
32 |
#: templates/email/listing-reported.tpl.php:7
|
33 |
msgid "Listing Information"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: includes/admin/class-admin-listings.php:193
|
37 |
msgid "Listing Timeline"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: includes/admin/class-admin-listings.php:211
|
41 |
msgid "Listing Reports"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: includes/admin/class-admin-listings.php:221
|
45 |
#: includes/admin/class-listing-owner.php:87
|
46 |
msgid "Listing Owner"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: includes/admin/class-admin-listings.php:266
|
50 |
msgid "Expires on"
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: includes/admin/class-admin-listings.php:274
|
54 |
msgid "Attributes"
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: includes/admin/class-admin-listings.php:471
|
58 |
#: includes/class-cpt-integration.php:19
|
59 |
#: includes/compatibility/class-navxt-integration.php:200
|
60 |
#: templates/submit-listing.tpl.php:15
|
61 |
msgid "Edit Listing"
|
62 |
msgstr ""
|
63 |
|
|
|
|
|
|
|
|
|
64 |
#: includes/admin/class-admin.php:186
|
65 |
msgid ""
|
66 |
"Find out how to create a compelling, thriving business directory from "
|
121 |
msgid "Listing Count"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: includes/admin/class-csv-import.php:674
|
125 |
msgid "Listing imported by admin. Payment skipped."
|
126 |
msgstr ""
|
127 |
|
194 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
195 |
#: includes/admin/helpers/class-payments-table.php:57
|
196 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
197 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:73
|
198 |
+
#: templates/admin/payments-details.tpl.php:110
|
199 |
#: templates/email/listing-payment-completed.tpl.php:21
|
200 |
#: templates/payment/payment_items.tpl.php:5
|
201 |
msgid "Amount"
|
209 |
|
210 |
#: includes/admin/form-fields.php:31
|
211 |
#: includes/fields/class-fieldtypes-social.php:138
|
212 |
+
#: templates/admin/csv-import.tpl.php:305
|
213 |
msgid "Type"
|
214 |
msgstr ""
|
215 |
|
216 |
#: includes/admin/form-fields.php:88
|
217 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:84
|
218 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:99
|
219 |
msgid "Edit"
|
220 |
msgstr ""
|
221 |
|
236 |
"Directory do it for you."
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:826
|
240 |
msgid "Go to \"Form Fields\""
|
241 |
msgstr ""
|
242 |
|
245 |
msgid "Go back"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: includes/admin/form-fields.php:522
|
249 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
250 |
#: templates/email/listing-added.tpl.php:10
|
251 |
#: templates/email/listing-edited.tpl.php:16
|
253 |
msgid "Title"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: includes/admin/form-fields.php:523 templates/admin/fees-form.tpl.php:217
|
257 |
#: templates/email/listing-added.tpl.php:21
|
258 |
#: templates/email/listing-edited.tpl.php:29
|
259 |
msgid "Category"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: includes/admin/form-fields.php:524
|
263 |
msgid "Excerpt"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: includes/admin/form-fields.php:525
|
267 |
msgid "Content"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: includes/admin/form-fields.php:526
|
271 |
msgid "Tags"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: includes/admin/form-fields.php:527 includes/form-fields.php:445
|
275 |
#: templates/checkout-billing-form.tpl.php:75
|
276 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
277 |
msgid "Address"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: includes/admin/form-fields.php:528
|
281 |
msgid "Address 2"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: includes/admin/form-fields.php:529
|
285 |
+
#: templates/admin/payments-details.tpl.php:161
|
286 |
#: templates/checkout-billing-form.tpl.php:87
|
287 |
msgid "City"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: includes/admin/form-fields.php:530
|
291 |
+
#: templates/admin/payments-details.tpl.php:157
|
292 |
msgid "State"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: includes/admin/form-fields.php:531
|
296 |
+
#: templates/admin/payments-details.tpl.php:153
|
297 |
#: templates/checkout-billing-form.tpl.php:102
|
298 |
msgid "Country"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: includes/admin/form-fields.php:532 includes/form-fields.php:453
|
302 |
+
#: templates/admin/payments-details.tpl.php:165
|
303 |
msgid "ZIP Code"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: includes/admin/form-fields.php:533
|
307 |
msgid "FAX Number"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: includes/admin/form-fields.php:534
|
311 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
312 |
msgid "Phone Number"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: includes/admin/form-fields.php:535
|
316 |
msgid "Ratings Field"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: includes/admin/form-fields.php:536
|
320 |
msgid "Twitter"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: includes/admin/form-fields.php:537 includes/form-fields.php:411
|
324 |
msgid "Website"
|
325 |
msgstr ""
|
326 |
|
382 |
msgstr ""
|
383 |
|
384 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
385 |
+
#: includes/form-fields.php:428 includes/views/submit_listing.php:1225
|
386 |
+
#: templates/admin/payments-details.tpl.php:137
|
387 |
#: templates/listing-contactform.tpl.php:33
|
388 |
#: templates/listing-flagging-form.tpl.php:39
|
389 |
msgid "Email"
|
409 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
410 |
#: includes/class-assets.php:317
|
411 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
412 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
413 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
414 |
msgid "No"
|
415 |
msgstr ""
|
416 |
|
464 |
"you're on shared hosting plans, where database performance is an issue."
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: includes/admin/settings/class-settings-bootstrap.php:414
|
468 |
+
msgid ""
|
469 |
+
"If no fields are selected, the following fields will be used in Quick "
|
470 |
+
"Searches:"
|
471 |
+
msgstr ""
|
472 |
+
|
473 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
474 |
msgid "Categories"
|
475 |
msgstr ""
|
695 |
msgstr ""
|
696 |
|
697 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
698 |
+
#: templates/admin/fees-form.tpl.php:17
|
699 |
msgid "Fee Label"
|
700 |
msgstr ""
|
701 |
|
719 |
msgstr ""
|
720 |
|
721 |
#: includes/class-assets.php:315
|
722 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:86
|
723 |
msgid "Never"
|
724 |
msgstr ""
|
725 |
|
726 |
#: includes/class-assets.php:316
|
727 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
728 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
729 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
730 |
msgid "Yes"
|
731 |
msgstr ""
|
732 |
|
846 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: includes/class-wpbdp.php:305
|
850 |
+
msgid "Upgrade to Premium"
|
851 |
+
msgstr ""
|
852 |
+
|
853 |
+
#: includes/class-wpbdp.php:308
|
854 |
msgid "Settings"
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: includes/class-wpbdp.php:507
|
858 |
msgid "Could not find listing ID"
|
859 |
msgstr ""
|
860 |
|
861 |
+
#: includes/class-wpbdp.php:514
|
862 |
msgid ""
|
863 |
"Could not verify the image upload request. If problem persists contact site "
|
864 |
"admin."
|
865 |
msgstr ""
|
866 |
|
867 |
+
#: includes/class-wpbdp.php:521 includes/fields/class-fieldtypes-image.php:322
|
868 |
msgid "Could not find image ID"
|
869 |
msgstr ""
|
870 |
|
871 |
+
#: includes/class-wpbdp.php:553
|
872 |
msgid ""
|
873 |
"The directory features are disabled at this time because a <a>manual "
|
874 |
"upgrade</a> is pending."
|
875 |
msgstr ""
|
876 |
|
877 |
+
#: includes/class-wpbdp.php:560
|
878 |
msgid ""
|
879 |
"The directory is not available at this time. Please try again in a few "
|
880 |
"minutes or contact the administrator if the problem persists."
|
1032 |
msgstr ""
|
1033 |
|
1034 |
#: includes/fields/class-fieldtypes-select.php:262
|
1035 |
+
#: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
|
1036 |
+
#: templates/admin/fees-form.tpl.php:58
|
1037 |
msgid "required"
|
1038 |
msgstr ""
|
1039 |
|
1127 |
msgid "Short Description"
|
1128 |
msgstr ""
|
1129 |
|
1130 |
+
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:109
|
1131 |
msgid "Description"
|
1132 |
msgstr ""
|
1133 |
|
1265 |
msgid "Invalid item ID"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
+
#: includes/licensing.php:430
|
1269 |
msgid "No license key provided"
|
1270 |
msgstr ""
|
1271 |
|
1272 |
+
#: includes/licensing.php:479 includes/licensing.php:516
|
1273 |
msgid "License key is invalid"
|
1274 |
msgstr ""
|
1275 |
|
1276 |
+
#: includes/licensing.php:483
|
1277 |
msgid "Deactivation failed"
|
1278 |
msgstr ""
|
1279 |
|
1280 |
+
#: includes/licensing.php:528
|
1281 |
msgid "The license key was revoked."
|
1282 |
msgstr ""
|
1283 |
|
1284 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1285 |
+
#: includes/licensing.php:532
|
1286 |
msgid ""
|
1287 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
1288 |
"%2$s and let them know your license is being reported as revoked by the "
|
1290 |
"with your report."
|
1291 |
msgstr ""
|
1292 |
|
1293 |
+
#: includes/licensing.php:595
|
1294 |
msgid ""
|
1295 |
"It was not possible to establish a connection with the Business Directory "
|
1296 |
"server. The connection failed with the following error:"
|
1297 |
msgstr ""
|
1298 |
|
1299 |
+
#: includes/licensing.php:608
|
1300 |
msgid ""
|
1301 |
"It was not possible to establish a connection with the Business Directory "
|
1302 |
"server. A problem occurred in the SSL/TSL handshake:"
|
1303 |
msgstr ""
|
1304 |
|
1305 |
+
#: includes/licensing.php:655
|
1306 |
msgid ""
|
1307 |
"It looks like your server is not authorized to make outgoing requests to "
|
1308 |
"Business Directory servers. Please contact your webhost and ask them to add "
|
1309 |
"our IP address 52.0.78.177 to your allow list."
|
1310 |
msgstr ""
|
1311 |
|
1312 |
+
#: includes/licensing.php:742
|
1313 |
msgid "Business Directory license key is missing."
|
1314 |
msgstr ""
|
1315 |
|
1316 |
+
#: includes/licensing.php:743
|
1317 |
msgid "Business Directory license key has expired"
|
1318 |
msgstr ""
|
1319 |
|
1320 |
+
#: includes/licensing.php:744
|
1321 |
msgid "Could not verify Business Directory license."
|
1322 |
msgstr ""
|
1323 |
|
1324 |
+
#: includes/licensing.php:755
|
1325 |
msgid "Review license keys"
|
1326 |
msgstr ""
|
1327 |
|
1328 |
+
#: includes/licensing.php:868
|
1329 |
msgid "Missing data. Please reload this page and try again."
|
1330 |
msgstr ""
|
1331 |
|
1332 |
+
#: includes/licensing.php:873
|
1333 |
msgid "Please enter a license key."
|
1334 |
msgstr ""
|
1335 |
|
1402 |
msgid "Account Creation"
|
1403 |
msgstr ""
|
1404 |
|
1405 |
+
#: includes/views/submit_listing.php:809
|
1406 |
msgid "Go to \"Fee Plans\""
|
1407 |
msgstr ""
|
1408 |
|
1409 |
+
#: includes/views/submit_listing.php:865
|
1410 |
msgid "Please choose a fee plan."
|
1411 |
msgstr ""
|
1412 |
|
1413 |
+
#: includes/views/submit_listing.php:1049
|
1414 |
msgid "Please check the form for errors, correct them and submit again."
|
1415 |
msgstr ""
|
1416 |
|
1417 |
+
#: includes/views/submit_listing.php:1209
|
1418 |
msgid "Create a user account on this site"
|
1419 |
msgstr ""
|
1420 |
|
1421 |
+
#: includes/views/submit_listing.php:1216
|
1422 |
msgid "Username"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
+
#: includes/views/submit_listing.php:1238
|
1426 |
msgid "Clear Form"
|
1427 |
msgstr ""
|
1428 |
|
1433 |
"for details."
|
1434 |
msgstr ""
|
1435 |
|
1436 |
+
#: templates/admin/csv-export.tpl.php:65
|
1437 |
msgid ""
|
1438 |
"If you plan to re-import the listings into your directory and don't want new "
|
1439 |
"ones created, select this option!"
|
1440 |
msgstr ""
|
1441 |
|
1442 |
+
#. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
|
1443 |
+
#: templates/admin/csv-import.tpl.php:34
|
1444 |
+
msgid ""
|
1445 |
+
"We strongly recommend reading our %1$sCSV import documentation%2$s first to "
|
1446 |
+
"help you do things in the right order."
|
1447 |
+
msgstr ""
|
1448 |
+
|
1449 |
+
#: templates/admin/csv-import.tpl.php:274
|
1450 |
msgid "Disable email notifications during import?"
|
1451 |
msgstr ""
|
1452 |
|
1453 |
+
#: templates/admin/csv-import.tpl.php:281
|
1454 |
msgid "Disable email notifications."
|
1455 |
msgstr ""
|
1456 |
|
1464 |
msgid "Download Debug Information"
|
1465 |
msgstr ""
|
1466 |
|
1467 |
+
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:243
|
1468 |
msgid "Add Listing Fee"
|
1469 |
msgstr ""
|
1470 |
|
1472 |
msgid "Edit Listing Fee"
|
1473 |
msgstr ""
|
1474 |
|
1475 |
+
#: templates/admin/fees-form.tpl.php:30
|
1476 |
msgid "Fee Description"
|
1477 |
msgstr ""
|
1478 |
|
1479 |
+
#: templates/admin/fees-form.tpl.php:38
|
1480 |
msgid "How long should the listing run?"
|
1481 |
msgstr ""
|
1482 |
|
1483 |
+
#: templates/admin/fees-form.tpl.php:41
|
1484 |
msgid "run listing for"
|
1485 |
msgstr ""
|
1486 |
|
1487 |
+
#: templates/admin/fees-form.tpl.php:51
|
1488 |
#: templates/plan-selection-plan.tpl.php:39
|
1489 |
msgid "days"
|
1490 |
msgstr ""
|
1491 |
|
1492 |
+
#: templates/admin/fees-form.tpl.php:53
|
1493 |
msgid "run listing forever"
|
1494 |
msgstr ""
|
1495 |
|
1496 |
+
#: templates/admin/fees-form.tpl.php:58
|
1497 |
msgid "Number of images allowed"
|
1498 |
msgstr ""
|
1499 |
|
1500 |
+
#: templates/admin/fees-form.tpl.php:73
|
1501 |
msgid "Private Fee Plan (visible to admins only)?"
|
1502 |
msgstr ""
|
1503 |
|
1504 |
+
#: templates/admin/fees-form.tpl.php:90
|
1505 |
msgid "Is recurring?"
|
1506 |
msgstr ""
|
1507 |
|
1508 |
+
#: templates/admin/fees-form.tpl.php:102
|
1509 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1510 |
msgstr ""
|
1511 |
|
1512 |
+
#: templates/admin/fees-form.tpl.php:108
|
1513 |
msgid "Is featured listing/sticky?"
|
1514 |
msgstr ""
|
1515 |
|
1516 |
+
#: templates/admin/fees-form.tpl.php:119
|
1517 |
msgid ""
|
1518 |
"This floats the listing to the top of search results and browsing the "
|
1519 |
"directory when the user buys this plan."
|
1520 |
msgstr ""
|
1521 |
|
1522 |
+
#: templates/admin/fees-form.tpl.php:125
|
1523 |
msgid "Listing background color:"
|
1524 |
msgstr ""
|
1525 |
|
1526 |
+
#: templates/admin/fees-form.tpl.php:131
|
1527 |
msgid "Used to differentiate listings inside this plan from others."
|
1528 |
msgstr ""
|
1529 |
|
1530 |
+
#: templates/admin/fees-form.tpl.php:243
|
1531 |
#: templates/admin/settings-email.tpl.php:116
|
1532 |
#: templates/submit-listing-section.tpl.php:30
|
1533 |
msgid "Save Changes"
|
1678 |
msgid "Payment Not Found"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
+
#: templates/admin/payments-details.tpl.php:42
|
1682 |
msgid "Overview"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
+
#: templates/admin/payments-details.tpl.php:46
|
1686 |
+
#: templates/admin/payments-details.tpl.php:80
|
1687 |
msgid "Payment ID"
|
1688 |
msgstr ""
|
1689 |
|
1690 |
+
#: templates/admin/payments-details.tpl.php:50
|
1691 |
msgid "Listing"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
+
#: templates/admin/payments-details.tpl.php:56
|
1695 |
msgid "Status"
|
1696 |
msgstr ""
|
1697 |
|
1698 |
+
#: templates/admin/payments-details.tpl.php:65
|
1699 |
msgid "Date"
|
1700 |
msgstr ""
|
1701 |
|
1702 |
+
#: templates/admin/payments-details.tpl.php:69
|
1703 |
msgid "Time"
|
1704 |
msgstr ""
|
1705 |
|
1706 |
+
#: templates/admin/payments-details.tpl.php:74
|
1707 |
msgid "Gateway"
|
1708 |
msgstr ""
|
1709 |
|
1710 |
#. translators: Gateway: (Not yet set)
|
1711 |
+
#: templates/admin/payments-details.tpl.php:76
|
1712 |
msgid "(Not yet set)"
|
1713 |
msgstr ""
|
1714 |
|
1715 |
+
#: templates/admin/payments-details.tpl.php:91
|
1716 |
msgid "Delete Payment"
|
1717 |
msgstr ""
|
1718 |
|
1719 |
+
#: templates/admin/payments-details.tpl.php:93
|
1720 |
msgid "Save Payment"
|
1721 |
msgstr ""
|
1722 |
|
1723 |
+
#: templates/admin/payments-details.tpl.php:104
|
1724 |
msgid "Details"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
+
#: templates/admin/payments-details.tpl.php:108
|
1728 |
msgid "Item Type"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
+
#: templates/admin/payments-details.tpl.php:121
|
1732 |
#: templates/payment/payment_items.tpl.php:23
|
1733 |
msgid "Total"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
+
#: templates/admin/payments-details.tpl.php:132
|
1737 |
msgid "Customer Details"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
+
#: templates/admin/payments-details.tpl.php:142
|
1741 |
#: templates/checkout-billing-form.tpl.php:17
|
1742 |
msgid "First Name"
|
1743 |
msgstr ""
|
1744 |
|
1745 |
+
#: templates/admin/payments-details.tpl.php:147
|
1746 |
#: templates/checkout-billing-form.tpl.php:22
|
1747 |
msgid "Last Name"
|
1748 |
msgstr ""
|
1749 |
|
1750 |
+
#: templates/admin/payments-details.tpl.php:169
|
1751 |
msgid "Address Line 1"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
+
#: templates/admin/payments-details.tpl.php:173
|
1755 |
#: templates/checkout-billing-form.tpl.php:81
|
1756 |
msgid "Address Line 2"
|
1757 |
msgstr ""
|
1758 |
|
1759 |
+
#: templates/admin/payments-details.tpl.php:182
|
1760 |
msgid "Notes & Log"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
+
#: templates/admin/payments-details.tpl.php:187
|
1764 |
msgid "No notes."
|
1765 |
msgstr ""
|
1766 |
|
1767 |
+
#: templates/admin/payments-details.tpl.php:207
|
1768 |
msgid "Add Note"
|
1769 |
msgstr ""
|
1770 |
|
2385 |
msgid "See an example CSV import file"
|
2386 |
msgstr ""
|
2387 |
|
2388 |
+
#: includes/admin/class-csv-import.php:531
|
2389 |
msgctxt "admin csv-import"
|
2390 |
msgid ""
|
2391 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2392 |
"with the following error: <error-message>."
|
2393 |
msgstr ""
|
2394 |
|
2395 |
+
#: includes/admin/class-csv-import.php:537
|
2396 |
msgctxt "admin csv-import"
|
2397 |
msgid "Could not create listing category \"%s\""
|
2398 |
msgstr ""
|
2399 |
|
2400 |
+
#: includes/admin/class-csv-import.php:728
|
2401 |
msgctxt "admin csv-import"
|
2402 |
msgid "Username \"%s\" does not exist"
|
2403 |
msgstr ""
|
2404 |
|
2405 |
+
#: includes/admin/class-csv-import.php:755
|
2406 |
msgctxt "admin csv-import"
|
2407 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2408 |
msgstr ""
|
2409 |
|
2410 |
+
#: includes/admin/class-csv-import.php:786
|
2411 |
msgctxt "admin csv-import"
|
2412 |
msgid "Missing required field: %s"
|
2413 |
msgstr ""
|
2414 |
|
2415 |
+
#: includes/admin/class-csv-import.php:831
|
2416 |
msgctxt "admin csv-import"
|
2417 |
msgid "Listing category \"%s\" does not exist"
|
2418 |
msgstr ""
|
2419 |
|
2420 |
+
#: includes/admin/class-csv-import.php:902
|
2421 |
msgctxt "admin csv-import"
|
2422 |
msgid "The string <string> couldn't be converted into a valid date."
|
2423 |
msgstr ""
|
2583 |
msgid "Here, you can import data into your directory using the CSV format."
|
2584 |
msgstr ""
|
2585 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2586 |
#: templates/admin/csv-import.tpl.php:45
|
2587 |
msgctxt "admin csv-import"
|
2588 |
msgid "Import Files"
|
2598 |
msgid "... or <a>select a file uploaded to the imports folder</a>"
|
2599 |
msgstr ""
|
2600 |
|
2601 |
+
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
|
2602 |
msgctxt "admin csv-import"
|
2603 |
msgid "(Upload new file)"
|
2604 |
msgstr ""
|
2608 |
msgid "ZIP file containing images"
|
2609 |
msgstr ""
|
2610 |
|
2611 |
+
#: templates/admin/csv-import.tpl.php:113
|
2612 |
msgctxt "admin csv-import"
|
2613 |
msgid "CSV File Settings"
|
2614 |
msgstr ""
|
2615 |
|
2616 |
+
#: templates/admin/csv-import.tpl.php:117
|
2617 |
msgctxt "admin csv-import"
|
2618 |
msgid "Column Separator"
|
2619 |
msgstr ""
|
2620 |
|
2621 |
+
#: templates/admin/csv-import.tpl.php:125
|
2622 |
msgctxt "admin csv-import"
|
2623 |
msgid "Comma (,)"
|
2624 |
msgstr ""
|
2625 |
|
2626 |
+
#: templates/admin/csv-import.tpl.php:131
|
2627 |
msgctxt "admin csv-import"
|
2628 |
msgid "Semicolon (;)"
|
2629 |
msgstr ""
|
2630 |
|
2631 |
+
#: templates/admin/csv-import.tpl.php:137
|
2632 |
msgctxt "admin csv-import"
|
2633 |
msgid "TAB"
|
2634 |
msgstr ""
|
2635 |
|
2636 |
+
#: templates/admin/csv-import.tpl.php:143
|
2637 |
msgctxt "admin csv-import"
|
2638 |
msgid "Image Separator"
|
2639 |
msgstr ""
|
2640 |
|
2641 |
+
#: templates/admin/csv-import.tpl.php:154
|
2642 |
msgctxt "admin csv-import"
|
2643 |
msgid "Category Separator"
|
2644 |
msgstr ""
|
2645 |
|
2646 |
+
#: templates/admin/csv-import.tpl.php:165
|
2647 |
msgctxt "admin csv-import"
|
2648 |
msgid "Import settings"
|
2649 |
msgstr ""
|
2650 |
|
2651 |
+
#: templates/admin/csv-import.tpl.php:169
|
2652 |
msgctxt "admin csv-import"
|
2653 |
msgid "Post status of new imported listings"
|
2654 |
msgstr ""
|
2655 |
|
2656 |
+
#: templates/admin/csv-import.tpl.php:186
|
2657 |
msgctxt "admin csv-import"
|
2658 |
msgid "Post status of existing imported listings"
|
2659 |
msgstr ""
|
2660 |
|
2661 |
+
#: templates/admin/csv-import.tpl.php:190
|
2662 |
msgctxt "admin csv-import"
|
2663 |
msgid "Preserve existing status"
|
2664 |
msgstr ""
|
2665 |
|
2666 |
+
#: templates/admin/csv-import.tpl.php:204
|
2667 |
msgctxt "admin csv-import"
|
2668 |
msgid "Missing categories handling"
|
2669 |
msgstr ""
|
2670 |
|
2671 |
+
#: templates/admin/csv-import.tpl.php:209
|
2672 |
msgctxt "admin csv-import"
|
2673 |
msgid "Auto-create categories"
|
2674 |
msgstr ""
|
2675 |
|
2676 |
+
#: templates/admin/csv-import.tpl.php:212
|
2677 |
msgctxt "admin csv-import"
|
2678 |
msgid "Generate errors when a category is not found"
|
2679 |
msgstr ""
|
2680 |
|
2681 |
+
#: templates/admin/csv-import.tpl.php:217
|
2682 |
msgctxt "admin csv-import"
|
2683 |
msgid "Keep existing listing images?"
|
2684 |
msgstr ""
|
2685 |
|
2686 |
+
#: templates/admin/csv-import.tpl.php:222
|
2687 |
msgctxt "admin csv-import"
|
2688 |
msgid "Keep existing images."
|
2689 |
msgstr ""
|
2690 |
|
2691 |
+
#: templates/admin/csv-import.tpl.php:223
|
2692 |
msgctxt "admin csv-import"
|
2693 |
msgid "Appends new images while keeping current ones."
|
2694 |
msgstr ""
|
2695 |
|
2696 |
+
#: templates/admin/csv-import.tpl.php:228
|
2697 |
msgctxt "admin csv-import"
|
2698 |
msgid "Assign listings to a user?"
|
2699 |
msgstr ""
|
2700 |
|
2701 |
+
#: templates/admin/csv-import.tpl.php:234
|
2702 |
msgctxt "admin csv-import"
|
2703 |
msgid "Assign listings to a user."
|
2704 |
msgstr ""
|
2705 |
|
2706 |
+
#: templates/admin/csv-import.tpl.php:239
|
2707 |
msgctxt "admin csv-import"
|
2708 |
msgid "Use a default user for listings?"
|
2709 |
msgstr ""
|
2710 |
|
2711 |
+
#: templates/admin/csv-import.tpl.php:245
|
2712 |
msgctxt "admin csv-import"
|
2713 |
msgid ""
|
2714 |
"Select a default user to be used if the username column is not present in "
|
2715 |
"the CSV file."
|
2716 |
msgstr ""
|
2717 |
|
2718 |
+
#: templates/admin/csv-import.tpl.php:250
|
2719 |
msgctxt "admin csv-import"
|
2720 |
msgid "Default listing user"
|
2721 |
msgstr ""
|
2722 |
|
2723 |
+
#: templates/admin/csv-import.tpl.php:256
|
2724 |
msgctxt "admin csv-import"
|
2725 |
msgid ""
|
2726 |
"This user will be used if the username column is not present in the CSV file."
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: templates/admin/csv-import.tpl.php:261
|
2730 |
msgctxt "admin csv-import"
|
2731 |
msgid "Number of listings imported on every cycle"
|
2732 |
msgstr ""
|
2733 |
|
2734 |
+
#: templates/admin/csv-import.tpl.php:269
|
2735 |
msgctxt "admin csv-import"
|
2736 |
msgid ""
|
2737 |
"If you are having trouble importing listings due to memory problems, try "
|
2740 |
"success on shared hosting platforms and other resource-constrained servers."
|
2741 |
msgstr ""
|
2742 |
|
2743 |
+
#: templates/admin/csv-import.tpl.php:288
|
2744 |
msgctxt "admin csv-import"
|
2745 |
msgid "Test Import"
|
2746 |
msgstr ""
|
2747 |
|
2748 |
+
#: templates/admin/csv-import.tpl.php:289
|
2749 |
msgctxt "admin csv-import"
|
2750 |
msgid "Import Listings"
|
2751 |
msgstr ""
|
2752 |
|
2753 |
+
#: templates/admin/csv-import.tpl.php:296
|
2754 |
msgctxt "admin csv-import"
|
2755 |
msgid ""
|
2756 |
"The following are the valid header names to be used in the CSV file. "
|
2759 |
"how an import file should look like."
|
2760 |
msgstr ""
|
2761 |
|
2762 |
+
#: templates/admin/csv-import.tpl.php:303
|
2763 |
msgctxt "admin csv-import"
|
2764 |
msgid "Header name/label"
|
2765 |
msgstr ""
|
2766 |
|
2767 |
+
#: templates/admin/csv-import.tpl.php:304
|
2768 |
msgctxt "admin csv-import"
|
2769 |
msgid "Field"
|
2770 |
msgstr ""
|
2771 |
|
2772 |
+
#: templates/admin/csv-import.tpl.php:306
|
2773 |
msgctxt "admin csv-import"
|
2774 |
msgid "Required?"
|
2775 |
msgstr ""
|
2776 |
|
2777 |
+
#: templates/admin/csv-import.tpl.php:307
|
2778 |
msgctxt "admin csv-import"
|
2779 |
msgid "Multivalued?"
|
2780 |
msgstr ""
|
2781 |
|
2782 |
+
#: templates/admin/csv-import.tpl.php:332
|
2783 |
msgctxt "admin csv-import"
|
2784 |
msgid ""
|
2785 |
"Fee ID (integer) associated to a listing. Use this column when adding or "
|
2786 |
"updating listings from external sources."
|
2787 |
msgstr ""
|
2788 |
|
2789 |
+
#: templates/admin/csv-import.tpl.php:339
|
2790 |
msgctxt "admin csv-import"
|
2791 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
2792 |
msgstr ""
|
2793 |
|
2794 |
+
#: templates/admin/csv-import.tpl.php:346
|
2795 |
msgctxt "admin csv-import"
|
2796 |
msgid "Listing author's username"
|
2797 |
msgstr ""
|
2798 |
|
2799 |
+
#: templates/admin/csv-import.tpl.php:353
|
2800 |
msgctxt "admin csv-import"
|
2801 |
msgid ""
|
2802 |
"Internal Sequence ID used to allow listing updates from external sources."
|
2803 |
msgstr ""
|
2804 |
|
2805 |
+
#: templates/admin/csv-import.tpl.php:360
|
2806 |
msgctxt "admin csv-import"
|
2807 |
msgid ""
|
2808 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
2819 |
msgid "Export"
|
2820 |
msgstr ""
|
2821 |
|
2822 |
+
#: includes/admin/class-admin-listings.php:60
|
2823 |
msgctxt "admin category filter"
|
2824 |
msgid "All categories"
|
2825 |
msgstr ""
|
2826 |
|
2827 |
+
#: includes/admin/class-admin-listings.php:175
|
2828 |
msgctxt "admin listings"
|
2829 |
msgid ""
|
2830 |
"This listing doesn't have a fee plan assigned. This is required in order to "
|
2832 |
"renewals."
|
2833 |
msgstr ""
|
2834 |
|
2835 |
+
#: includes/admin/class-admin-listings.php:311
|
2836 |
msgctxt "admin listings"
|
2837 |
msgid "Never"
|
2838 |
msgstr ""
|
2839 |
|
2840 |
+
#: includes/admin/class-admin-listings.php:337
|
2841 |
msgctxt "admin listings"
|
2842 |
msgid "Featured"
|
2843 |
msgstr ""
|
2844 |
|
2845 |
+
#: includes/admin/class-admin-listings.php:341
|
2846 |
msgctxt "admin listings"
|
2847 |
msgid "Recurring"
|
2848 |
msgstr ""
|
2849 |
|
2850 |
+
#: includes/admin/class-admin-listings.php:345
|
2851 |
msgctxt "admin listings"
|
2852 |
msgid "Free"
|
2853 |
msgstr ""
|
2854 |
|
2855 |
+
#: includes/admin/class-admin-listings.php:349
|
2856 |
msgctxt "admin listings"
|
2857 |
msgid "Payment Not Found"
|
2858 |
msgstr ""
|
2859 |
|
2860 |
+
#: includes/admin/class-admin-listings.php:353
|
2861 |
msgctxt "admin listings"
|
2862 |
msgid "Payment %s"
|
2863 |
msgstr ""
|
2864 |
|
2865 |
+
#: includes/admin/class-admin-listings.php:362
|
2866 |
msgctxt "admin listings"
|
2867 |
msgid "Reported"
|
2868 |
msgstr ""
|
2869 |
|
2870 |
+
#: includes/admin/class-admin-listings.php:689
|
2871 |
msgctxt "admin listings"
|
2872 |
msgid "Listing's payment history successfully deleted"
|
2873 |
msgstr ""
|
2892 |
msgid "Clear listing reports."
|
2893 |
msgstr ""
|
2894 |
|
2895 |
+
#: includes/admin/class-admin-listings.php:201
|
2896 |
msgctxt "admin"
|
2897 |
msgid "Directory Listing Fields / Images"
|
2898 |
msgstr ""
|
2899 |
|
2900 |
+
#: includes/admin/class-admin-listings.php:265
|
2901 |
msgctxt "admin"
|
2902 |
msgid "Categories"
|
2903 |
msgstr ""
|
3049 |
msgid "Abandoned"
|
3050 |
msgstr ""
|
3051 |
|
3052 |
+
#: includes/admin/class-admin-listings.php:322
|
3053 |
msgctxt "listing attribute"
|
3054 |
msgid "No Fee Plan"
|
3055 |
msgstr ""
|
3056 |
|
3057 |
+
#: includes/admin/class-admin-listings.php:422
|
3058 |
msgctxt "listing status"
|
3059 |
msgid "Reported"
|
3060 |
msgstr ""
|
3104 |
msgid "Abandoned"
|
3105 |
msgstr ""
|
3106 |
|
3107 |
+
#: includes/admin/class-admin-listings.php:476
|
3108 |
msgctxt "admin actions"
|
3109 |
msgid "Delete Listing"
|
3110 |
msgstr ""
|
3111 |
|
3112 |
+
#: includes/admin/class-admin-listings.php:487
|
3113 |
msgctxt "admin actions"
|
3114 |
msgid "View Payments"
|
3115 |
msgstr ""
|
3116 |
|
3117 |
+
#: includes/admin/class-admin-listings.php:492
|
3118 |
msgctxt "admin actions"
|
3119 |
msgid "View Payment"
|
3120 |
msgstr ""
|
3121 |
|
3122 |
+
#: includes/admin/class-admin-listings.php:622
|
3123 |
msgctxt "admin actions"
|
3124 |
msgid "Publish listings"
|
3125 |
msgstr ""
|
3126 |
|
3127 |
+
#: includes/admin/class-admin-listings.php:623
|
3128 |
msgctxt "admin actions"
|
3129 |
msgid "Mark as \"Pending Review\""
|
3130 |
msgstr ""
|
3131 |
|
3132 |
+
#: includes/admin/class-admin-listings.php:624
|
3133 |
msgctxt "admin actions"
|
3134 |
msgid "Hide from directory (mark as \"Draft\")"
|
3135 |
msgstr ""
|
3136 |
|
3137 |
+
#: includes/admin/class-admin-listings.php:626
|
3138 |
msgctxt "admin actions"
|
3139 |
msgid "Renew listings"
|
3140 |
msgstr ""
|
3141 |
|
3142 |
+
#: includes/admin/class-admin-listings.php:627
|
3143 |
msgctxt "admin actions"
|
3144 |
msgid "Set listings as \"Expired\""
|
3145 |
msgstr ""
|
3146 |
|
3147 |
+
#: includes/admin/class-admin-listings.php:634
|
3148 |
msgctxt "admin actions"
|
3149 |
msgid "Send access keys"
|
3150 |
msgstr ""
|
3174 |
msgid "Settings"
|
3175 |
msgstr ""
|
3176 |
|
3177 |
+
#: includes/admin/class-csv-exporter.php:110
|
3178 |
msgctxt "admin csv-export"
|
3179 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3180 |
msgstr ""
|
3181 |
|
3182 |
+
#: includes/admin/class-csv-exporter.php:111
|
|
|
|
|
|
|
|
|
|
|
3183 |
msgctxt "admin csv-export"
|
3184 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3185 |
msgstr ""
|
3186 |
|
3187 |
+
#: includes/admin/csv-export.php:48
|
3188 |
msgctxt "admin csv-export"
|
3189 |
msgid "Could not decode export state information."
|
3190 |
msgstr ""
|
3198 |
"server's php.ini configuration file."
|
3199 |
msgstr ""
|
3200 |
|
3201 |
+
#: templates/admin/csv-export.tpl.php:29
|
|
|
|
|
|
|
|
|
|
|
3202 |
msgctxt "admin csv-export"
|
3203 |
msgid "Export settings"
|
3204 |
msgstr ""
|
3205 |
|
3206 |
+
#: templates/admin/csv-export.tpl.php:33
|
3207 |
msgctxt "admin csv-export"
|
3208 |
msgid "Which listings to export?"
|
3209 |
msgstr ""
|
3210 |
|
3211 |
+
#: templates/admin/csv-export.tpl.php:37
|
3212 |
msgctxt "admin csv-export"
|
3213 |
msgid "All"
|
3214 |
msgstr ""
|
3215 |
|
3216 |
+
#: templates/admin/csv-export.tpl.php:38
|
3217 |
msgctxt "admin csv-export"
|
3218 |
msgid "Active Only"
|
3219 |
msgstr ""
|
3220 |
|
3221 |
+
#: templates/admin/csv-export.tpl.php:39
|
3222 |
msgctxt "admin csv-export"
|
3223 |
msgid "Active + Pending Renewal"
|
3224 |
msgstr ""
|
3225 |
|
3226 |
+
#: templates/admin/csv-export.tpl.php:45
|
3227 |
msgctxt "admin csv-export"
|
3228 |
msgid "Export images?"
|
3229 |
msgstr ""
|
3230 |
|
3231 |
+
#: templates/admin/csv-export.tpl.php:50
|
3232 |
msgctxt "admin csv-export"
|
3233 |
msgid "Export images"
|
3234 |
msgstr ""
|
3235 |
|
3236 |
+
#: templates/admin/csv-export.tpl.php:52
|
3237 |
msgctxt "admin csv-export"
|
3238 |
msgid ""
|
3239 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
3240 |
"both a CSV file and listing images."
|
3241 |
msgstr ""
|
3242 |
|
3243 |
+
#: templates/admin/csv-export.tpl.php:58
|
3244 |
msgctxt "admin csv-export"
|
3245 |
msgid "Additional metadata to export:"
|
3246 |
msgstr ""
|
3247 |
|
3248 |
+
#: templates/admin/csv-export.tpl.php:63
|
3249 |
msgctxt "admin csv-export"
|
3250 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3251 |
msgstr ""
|
3252 |
|
3253 |
+
#: templates/admin/csv-export.tpl.php:71
|
3254 |
msgctxt "admin csv-export"
|
3255 |
msgid "Author information (username)"
|
3256 |
msgstr ""
|
3257 |
|
3258 |
+
#: templates/admin/csv-export.tpl.php:76
|
3259 |
msgctxt "admin csv-export"
|
3260 |
msgid "Listing expiration date"
|
3261 |
msgstr ""
|
3262 |
|
3263 |
+
#: templates/admin/csv-export.tpl.php:80
|
3264 |
msgctxt "admin csv-export"
|
3265 |
msgid "Listing created date"
|
3266 |
msgstr ""
|
3267 |
|
3268 |
+
#: templates/admin/csv-export.tpl.php:84
|
3269 |
msgctxt "admin csv-export"
|
3270 |
msgid "Listing last updated date"
|
3271 |
msgstr ""
|
3272 |
|
3273 |
+
#: templates/admin/csv-export.tpl.php:88
|
3274 |
msgctxt "admin csv-export"
|
3275 |
msgid "Listing T&C acceptance date"
|
3276 |
msgstr ""
|
3277 |
|
3278 |
+
#: templates/admin/csv-export.tpl.php:93
|
3279 |
msgctxt "admin csv-export"
|
3280 |
msgid "CSV File Settings"
|
3281 |
msgstr ""
|
3282 |
|
3283 |
+
#: templates/admin/csv-export.tpl.php:97
|
3284 |
msgctxt "admin csv-export"
|
3285 |
msgid "What operating system will you use to edit the CSV file?"
|
3286 |
msgstr ""
|
3287 |
|
3288 |
+
#: templates/admin/csv-export.tpl.php:104
|
3289 |
msgctxt "admin csv-export"
|
3290 |
msgid "Windows"
|
3291 |
msgstr ""
|
3292 |
|
3293 |
+
#: templates/admin/csv-export.tpl.php:109
|
3294 |
msgctxt "admin csv-export"
|
3295 |
msgid "macOS"
|
3296 |
msgstr ""
|
3297 |
|
3298 |
+
#: templates/admin/csv-export.tpl.php:111
|
3299 |
msgctxt "admin csv-export"
|
3300 |
msgid ""
|
3301 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
3304 |
"each operating system."
|
3305 |
msgstr ""
|
3306 |
|
3307 |
+
#: templates/admin/csv-export.tpl.php:116
|
3308 |
msgctxt "admin csv-export"
|
3309 |
msgid "Image Separator"
|
3310 |
msgstr ""
|
3311 |
|
3312 |
+
#: templates/admin/csv-export.tpl.php:127
|
3313 |
msgctxt "admin csv-export"
|
3314 |
msgid "Category Separator"
|
3315 |
msgstr ""
|
3316 |
|
3317 |
+
#: templates/admin/csv-export.tpl.php:139
|
3318 |
msgctxt "admin csv-export"
|
3319 |
msgid "Export Listings"
|
3320 |
msgstr ""
|
3321 |
|
3322 |
+
#: templates/admin/csv-export.tpl.php:145
|
3323 |
msgctxt "admin csv-export"
|
3324 |
msgid "Export in Progress..."
|
3325 |
msgstr ""
|
3326 |
|
3327 |
+
#: templates/admin/csv-export.tpl.php:146
|
3328 |
msgctxt "admin csv-export"
|
3329 |
msgid ""
|
3330 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
3331 |
"until the export finishes."
|
3332 |
msgstr ""
|
3333 |
|
3334 |
+
#: templates/admin/csv-export.tpl.php:149
|
3335 |
msgctxt "admin csv-export"
|
3336 |
msgid "No. of listings:"
|
3337 |
msgstr ""
|
3338 |
|
3339 |
+
#: templates/admin/csv-export.tpl.php:151
|
3340 |
msgctxt "admin csv-export"
|
3341 |
msgid "Approximate export file size:"
|
3342 |
msgstr ""
|
3343 |
|
3344 |
+
#: templates/admin/csv-export.tpl.php:158
|
3345 |
msgctxt "admin csv-export"
|
3346 |
msgid "Cancel Export"
|
3347 |
msgstr ""
|
3348 |
|
3349 |
+
#: templates/admin/csv-export.tpl.php:163
|
3350 |
msgctxt "admin csv-export"
|
3351 |
msgid "Export Complete"
|
3352 |
msgstr ""
|
3353 |
|
3354 |
+
#: templates/admin/csv-export.tpl.php:164
|
3355 |
msgctxt "admin csv-export"
|
3356 |
msgid ""
|
3357 |
"Your export file has been successfully created and it is now ready for "
|
3358 |
"download."
|
3359 |
msgstr ""
|
3360 |
|
3361 |
+
#: templates/admin/csv-export.tpl.php:168
|
3362 |
msgctxt "admin csv-export"
|
3363 |
msgid "Download %1$s (%2$s)"
|
3364 |
msgstr ""
|
3365 |
|
3366 |
+
#: templates/admin/csv-export.tpl.php:175
|
3367 |
msgctxt "admin csv-export"
|
3368 |
msgid ""
|
3369 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
3370 |
"temporary data created by Business Directory during the export process."
|
3371 |
msgstr ""
|
3372 |
|
3373 |
+
#: templates/admin/csv-export.tpl.php:176
|
3374 |
msgctxt "admin csv-export"
|
3375 |
msgid "Cleanup"
|
3376 |
msgstr ""
|
3377 |
|
3378 |
+
#: templates/admin/csv-export.tpl.php:181
|
3379 |
msgctxt "admin csv-export"
|
3380 |
msgid "Export Canceled"
|
3381 |
msgstr ""
|
3382 |
|
3383 |
+
#: templates/admin/csv-export.tpl.php:182
|
3384 |
msgctxt "admin csv-export"
|
3385 |
msgid "The export has been canceled."
|
3386 |
msgstr ""
|
3387 |
|
3388 |
+
#: templates/admin/csv-export.tpl.php:183
|
3389 |
msgctxt "admin csv-export"
|
3390 |
msgid "← Return to CSV Export"
|
3391 |
msgstr ""
|
3547 |
msgid "Custom Order"
|
3548 |
msgstr ""
|
3549 |
|
3550 |
+
#: includes/admin/fees.php:105
|
3551 |
msgctxt "fees admin"
|
3552 |
msgid "Fee plan added."
|
3553 |
msgstr ""
|
3554 |
|
3555 |
+
#: includes/admin/fees.php:107
|
3556 |
msgctxt "fees admin"
|
3557 |
msgid "Fee plan updated."
|
3558 |
msgstr ""
|
3559 |
|
3560 |
+
#: includes/admin/fees.php:166
|
3561 |
msgctxt "fees admin"
|
3562 |
msgid "Fee \"%s\" deleted."
|
3563 |
msgstr ""
|
3564 |
|
3565 |
+
#: includes/admin/fees.php:178
|
3566 |
msgctxt "fees admin"
|
3567 |
msgid "Fee disabled."
|
3568 |
msgstr ""
|
3723 |
msgid "Status"
|
3724 |
msgstr ""
|
3725 |
|
3726 |
+
#: templates/admin/fees-form.tpl.php:136
|
3727 |
msgctxt "fees admin"
|
3728 |
msgid "Plan Category Policy:"
|
3729 |
msgstr ""
|
3730 |
|
3731 |
+
#: templates/admin/fees-form.tpl.php:141
|
3732 |
msgctxt "fees admin"
|
3733 |
msgid "Plan applies to all categories"
|
3734 |
msgstr ""
|
3735 |
|
3736 |
+
#: templates/admin/fees-form.tpl.php:142
|
3737 |
msgctxt "fees admin"
|
3738 |
msgid "Plan applies to only certain categories"
|
3739 |
msgstr ""
|
3740 |
|
3741 |
+
#: templates/admin/fees-form.tpl.php:146
|
3742 |
msgctxt "fees admin"
|
3743 |
msgid "Limit plan to the following categories:"
|
3744 |
msgstr ""
|
3745 |
|
3746 |
+
#: templates/admin/fees-form.tpl.php:170
|
3747 |
msgctxt "fees admin"
|
3748 |
msgid "Click to add categories to the selection."
|
3749 |
msgstr ""
|
3750 |
|
3751 |
+
#: templates/admin/fees-form.tpl.php:184
|
3752 |
msgctxt "fees admin"
|
3753 |
msgid "Pricing"
|
3754 |
msgstr ""
|
3755 |
|
3756 |
+
#: templates/admin/fees-form.tpl.php:192
|
3757 |
msgctxt "fees admin"
|
3758 |
msgid "Pricing model"
|
3759 |
msgstr ""
|
3760 |
|
3761 |
+
#: templates/admin/fees-form.tpl.php:196
|
3762 |
msgctxt "fees admin"
|
3763 |
msgid "Flat price"
|
3764 |
msgstr ""
|
3765 |
|
3766 |
+
#: templates/admin/fees-form.tpl.php:197
|
3767 |
msgctxt "fees admin"
|
3768 |
msgid "Different price for different categories"
|
3769 |
msgstr ""
|
3770 |
|
3771 |
+
#: templates/admin/fees-form.tpl.php:198
|
3772 |
msgctxt "fees admin"
|
3773 |
msgid "Base price plus an extra amount per category"
|
3774 |
msgstr ""
|
3775 |
|
3776 |
+
#: templates/admin/fees-form.tpl.php:204
|
3777 |
msgctxt "fees admin"
|
3778 |
msgid "Fee Price"
|
3779 |
msgstr ""
|
3780 |
|
3781 |
+
#: templates/admin/fees-form.tpl.php:212
|
3782 |
msgctxt "fees admin"
|
3783 |
msgid "Prices per category"
|
3784 |
msgstr ""
|
3785 |
|
3786 |
+
#: templates/admin/fees-form.tpl.php:218
|
3787 |
msgctxt "fees admin"
|
3788 |
msgid "Price"
|
3789 |
msgstr ""
|
3790 |
|
3791 |
+
#: templates/admin/fees-form.tpl.php:232
|
3792 |
msgctxt "fees admin"
|
3793 |
msgid "Extra amount (per category)"
|
3794 |
msgstr ""
|
3868 |
msgid "Form Preview"
|
3869 |
msgstr ""
|
3870 |
|
3871 |
+
#: includes/admin/form-fields.php:367
|
3872 |
msgctxt "form-fields admin"
|
3873 |
msgid "Form fields updated."
|
3874 |
msgstr ""
|
3875 |
|
3876 |
+
#: includes/admin/form-fields.php:390
|
3877 |
msgctxt "form-fields admin"
|
3878 |
msgid ""
|
3879 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
3882 |
"show on the frontend, you can <a>enable public display of e-mails</a>."
|
3883 |
msgstr ""
|
3884 |
|
3885 |
+
#: includes/admin/form-fields.php:469
|
3886 |
msgctxt "form-fields admin"
|
3887 |
msgid "Field deleted."
|
3888 |
msgstr ""
|
3889 |
|
3890 |
+
#: includes/admin/form-fields.php:509
|
3891 |
msgctxt "form-fields admin"
|
3892 |
msgid "Required fields created successfully."
|
3893 |
msgstr ""
|
3894 |
|
3895 |
+
#: includes/admin/form-fields.php:561
|
3896 |
msgctxt "form-fields admin"
|
3897 |
msgid "Tags updated."
|
3898 |
msgstr ""
|
4292 |
msgstr ""
|
4293 |
|
4294 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
4295 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:31
|
4296 |
msgctxt "listing metabox"
|
4297 |
msgid "N/A"
|
4298 |
msgstr ""
|
4299 |
|
4300 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:27
|
4301 |
msgctxt "listing metabox"
|
4302 |
msgid "Last renew date"
|
4303 |
msgstr ""
|
4304 |
|
4305 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:35
|
4306 |
msgctxt "listing metabox"
|
4307 |
msgid "Plan Details"
|
4308 |
msgstr ""
|
4309 |
|
4310 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:37
|
4311 |
msgctxt "listing metabox"
|
4312 |
msgid "Fee Plan"
|
4313 |
msgstr ""
|
4314 |
|
4315 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:46
|
4316 |
msgctxt "listing metabox"
|
4317 |
msgid "Change plan"
|
4318 |
msgstr ""
|
4319 |
|
4320 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:69
|
4321 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:89
|
4322 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:103
|
4323 |
msgctxt "listing metabox"
|
4324 |
msgid "OK"
|
4325 |
msgstr ""
|
4326 |
|
4327 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:70
|
4328 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
4329 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:104
|
4330 |
msgctxt "listing metabox"
|
4331 |
msgid "Cancel"
|
4332 |
msgstr ""
|
4333 |
|
4334 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:79
|
4335 |
msgctxt "listing metabox"
|
4336 |
msgid "Expires On"
|
4337 |
msgstr ""
|
4338 |
|
4339 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:94
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4340 |
msgctxt "listing metabox"
|
4341 |
msgid "# of images"
|
4342 |
msgstr ""
|
4343 |
|
4344 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:107
|
4345 |
msgctxt "listing metabox"
|
4346 |
msgid "Is Featured?"
|
4347 |
msgstr ""
|
4348 |
|
4349 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:114
|
4350 |
msgctxt "listing metabox"
|
4351 |
msgid "Is Recurring?"
|
4352 |
msgstr ""
|
4470 |
"timeouts and/or general slowness."
|
4471 |
msgstr ""
|
4472 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4473 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
4474 |
msgctxt "admin settings"
|
4475 |
msgid "Do not include comments in listings"
|
6596 |
msgid "Category & plan selection"
|
6597 |
msgstr ""
|
6598 |
|
6599 |
+
#: includes/views/submit_listing.php:799
|
6600 |
msgctxt "submit listing"
|
6601 |
msgid "Can not submit a listing at this moment. Please try again later."
|
6602 |
msgstr ""
|
6603 |
|
6604 |
+
#: includes/views/submit_listing.php:848 includes/views/submit_listing.php:970
|
6605 |
msgctxt "submit listing"
|
6606 |
msgid "Please select a category."
|
6607 |
msgstr ""
|
6608 |
|
6609 |
+
#: includes/views/submit_listing.php:871
|
6610 |
msgctxt "submit listing"
|
6611 |
msgid "Please choose a valid category for your plan."
|
6612 |
msgstr ""
|
6613 |
|
6614 |
+
#: includes/views/submit_listing.php:873
|
6615 |
msgctxt "submit listing"
|
6616 |
msgid "Please choose a valid fee plan for your category selection."
|
6617 |
msgstr ""
|
6618 |
|
6619 |
+
#: includes/views/submit_listing.php:1179
|
6620 |
msgctxt "submit listing"
|
6621 |
msgid "Please enter your desired username."
|
6622 |
msgstr ""
|
6623 |
|
6624 |
+
#: includes/views/submit_listing.php:1184
|
6625 |
msgctxt "submit listing"
|
6626 |
msgid "Please enter the e-mail for your new account."
|
6627 |
msgstr ""
|
6628 |
|
6629 |
+
#: includes/views/submit_listing.php:1189
|
6630 |
msgctxt "submit listing"
|
6631 |
msgid "The username you chose is already in use. Please use a different one."
|
6632 |
msgstr ""
|
6633 |
|
6634 |
+
#: includes/views/submit_listing.php:1194
|
6635 |
msgctxt "submit listing"
|
6636 |
msgid "The e-mail address you chose for your account is already in use."
|
6637 |
msgstr ""
|
6656 |
msgid "Find A Listing"
|
6657 |
msgstr ""
|
6658 |
|
6659 |
+
#: includes/class-wpbdp.php:398
|
6660 |
msgctxt "listing image upload"
|
6661 |
msgid "Can not upload any more images for this listing."
|
6662 |
msgstr ""
|
6663 |
|
6664 |
+
#: includes/class-wpbdp.php:402
|
6665 |
msgctxt "listing image upload"
|
6666 |
msgid ""
|
6667 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
6935 |
"Listing submission has been disabled. Contact the administrator for details."
|
6936 |
msgstr ""
|
6937 |
|
6938 |
+
#: includes/views/submit_listing.php:802
|
6939 |
msgctxt "templates"
|
6940 |
msgid ""
|
6941 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
6942 |
"submit a listing. %s to create a fee plan"
|
6943 |
msgstr ""
|
6944 |
|
6945 |
+
#: includes/views/submit_listing.php:816
|
6946 |
msgctxt "templates"
|
6947 |
msgid ""
|
6948 |
"Listing submission is not available at the moment. Contact the administrator "
|
6949 |
"for details."
|
6950 |
msgstr ""
|
6951 |
|
6952 |
+
#: includes/views/submit_listing.php:819
|
6953 |
msgctxt "templates"
|
6954 |
msgid ""
|
6955 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
6957 |
"an existing field"
|
6958 |
msgstr ""
|
6959 |
|
6960 |
+
#: includes/views/submit_listing.php:1259
|
6961 |
msgctxt "templates"
|
6962 |
msgid "Please agree to the Terms and Conditions."
|
6963 |
msgstr ""
|
6964 |
|
6965 |
+
#: includes/views/submit_listing.php:1273
|
6966 |
msgctxt "templates"
|
6967 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6968 |
msgstr ""
|
7201 |
msgid "General"
|
7202 |
msgstr ""
|
7203 |
|
7204 |
+
#: includes/licensing.php:568
|
7205 |
msgctxt "licensing"
|
7206 |
msgid "Could not contact licensing server"
|
7207 |
msgstr ""
|
7208 |
|
7209 |
+
#: includes/licensing.php:581
|
7210 |
msgctxt "licensing"
|
7211 |
msgid ""
|
7212 |
"It was not possible to establish a connection with Business Directory's "
|
7213 |
"server. cURL was not found in your system"
|
7214 |
msgstr ""
|
7215 |
|
7216 |
+
#: includes/licensing.php:583 includes/licensing.php:613
|
7217 |
msgctxt "licensing"
|
7218 |
msgid ""
|
7219 |
"To ensure the security of our systems and adhere to industry best practices, "
|
7222 |
"1.0.1c)."
|
7223 |
msgstr ""
|
7224 |
|
7225 |
+
#: includes/licensing.php:585 includes/licensing.php:615
|
7226 |
msgctxt "licensing"
|
7227 |
msgid ""
|
7228 |
"Upgrading your system will not only allow you to communicate with Business "
|
7230 |
"services using the latest security standards."
|
7231 |
msgstr ""
|
7232 |
|
7233 |
+
#: includes/licensing.php:587
|
7234 |
msgctxt "licensing"
|
7235 |
msgid ""
|
7236 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7237 |
"Include this message if necessary"
|
7238 |
msgstr ""
|
7239 |
|
7240 |
+
#: includes/licensing.php:617
|
7241 |
msgctxt "licensing"
|
7242 |
msgid ""
|
7243 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7244 |
"Include this message if necessary."
|
7245 |
msgstr ""
|
7246 |
|
7247 |
+
#: includes/licensing.php:653
|
7248 |
msgctxt "licensing"
|
7249 |
msgid "The server returned a 403 Forbidden error."
|
7250 |
msgstr ""
|
7254 |
msgid "Could not activate license: %s."
|
7255 |
msgstr ""
|
7256 |
|
7257 |
+
#: includes/licensing.php:890
|
7258 |
msgctxt "licensing"
|
7259 |
msgid "License activated"
|
7260 |
msgstr ""
|
7261 |
|
7262 |
+
#: includes/licensing.php:915
|
7263 |
msgctxt "licensing"
|
7264 |
msgid "Could not deactivate license: %s."
|
7265 |
msgstr ""
|
7266 |
|
7267 |
+
#: includes/licensing.php:917
|
7268 |
msgctxt "licensing"
|
7269 |
msgid "License deactivated"
|
7270 |
msgstr ""
|
7271 |
|
7272 |
#. translators: "<module-name>" version <version-number> is not...
|
7273 |
+
#: includes/licensing.php:1126
|
7274 |
msgctxt "deprecation"
|
7275 |
msgid ""
|
7276 |
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
7667 |
msgid "This is just a preview. The listing has not been published yet."
|
7668 |
msgstr ""
|
7669 |
|
7670 |
+
#: includes/views/submit_listing.php:1137
|
7671 |
msgctxt "listing submit"
|
7672 |
msgid ""
|
7673 |
"Image upload is required, please provide at least one image and submit again."
|
7814 |
msgid "Search"
|
7815 |
msgstr ""
|
7816 |
|
7817 |
+
#: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
|
7818 |
+
#: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
|
7819 |
+
#: templates/admin/csv-import.tpl.php:117
|
7820 |
+
#: templates/admin/csv-import.tpl.php:143
|
7821 |
+
#: templates/admin/csv-import.tpl.php:154
|
7822 |
+
#: templates/admin/csv-import.tpl.php:204
|
7823 |
msgctxt "admin forms"
|
7824 |
msgid "required"
|
7825 |
msgstr ""
|
7857 |
"we'll answer it within 24 hours most days."
|
7858 |
msgstr ""
|
7859 |
|
7860 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
7861 |
msgctxt "admin infometabox"
|
7862 |
msgid "Renewal url (copy & paste)"
|
7863 |
msgstr ""
|
7864 |
|
7865 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
7866 |
msgctxt "admin infometabox"
|
7867 |
msgid "Get renewal URL"
|
7868 |
msgstr ""
|
7869 |
|
7870 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:138
|
7871 |
msgctxt "admin infometabox"
|
7872 |
msgid "Send renewal e-mail"
|
7873 |
msgstr ""
|
7874 |
|
7875 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:143
|
7876 |
msgctxt "admin infometabox"
|
7877 |
msgid "Renew listing"
|
7878 |
msgstr ""
|
languages/business-directory-plugin-fr_FR.mo
CHANGED
Binary file
|
languages/business-directory-plugin-fr_FR.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2021-
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: Laurent Provin <lprovin@yahoo.fr>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -24,52 +24,47 @@ msgstr ""
|
|
24 |
msgid "Are you sure you want to do this?"
|
25 |
msgstr "Êtes-vous sûr de vouloir faire ça ?"
|
26 |
|
27 |
-
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:
|
28 |
#, fuzzy
|
29 |
msgid "Help"
|
30 |
msgstr "Aide"
|
31 |
|
32 |
-
#: includes/admin/class-admin-listings.php:
|
33 |
#: includes/views/submit_listing.php:497
|
34 |
#: templates/email/listing-reported.tpl.php:7
|
35 |
msgid "Listing Information"
|
36 |
msgstr "Information sur l'annonce"
|
37 |
|
38 |
-
#: includes/admin/class-admin-listings.php:
|
39 |
msgid "Listing Timeline"
|
40 |
msgstr "Titre de l'annonce"
|
41 |
|
42 |
-
#: includes/admin/class-admin-listings.php:
|
43 |
#, fuzzy
|
44 |
msgid "Listing Reports"
|
45 |
msgstr "Une annonce expire"
|
46 |
|
47 |
-
#: includes/admin/class-admin-listings.php:
|
48 |
#: includes/admin/class-listing-owner.php:87
|
49 |
#, fuzzy
|
50 |
msgid "Listing Owner"
|
51 |
msgstr "Une annonce expire"
|
52 |
|
53 |
-
#: includes/admin/class-admin-listings.php:
|
54 |
msgid "Expires on"
|
55 |
msgstr "Expire le"
|
56 |
|
57 |
-
#: includes/admin/class-admin-listings.php:
|
58 |
msgid "Attributes"
|
59 |
msgstr "Attributs"
|
60 |
|
61 |
-
#: includes/admin/class-admin-listings.php:
|
62 |
#: includes/class-cpt-integration.php:19
|
63 |
#: includes/compatibility/class-navxt-integration.php:200
|
64 |
#: templates/submit-listing.tpl.php:15
|
65 |
msgid "Edit Listing"
|
66 |
msgstr "Editer l'annonce"
|
67 |
|
68 |
-
#: includes/admin/class-admin-listings.php:587
|
69 |
-
#, fuzzy
|
70 |
-
msgid "Edit listing permalink"
|
71 |
-
msgstr "Editer l'annonce"
|
72 |
-
|
73 |
#: includes/admin/class-admin.php:186
|
74 |
#, fuzzy
|
75 |
msgid ""
|
@@ -147,7 +142,7 @@ msgstr "ID"
|
|
147 |
msgid "Listing Count"
|
148 |
msgstr "Compteur d'annonces"
|
149 |
|
150 |
-
#: includes/admin/class-csv-import.php:
|
151 |
#, fuzzy
|
152 |
msgid "Listing imported by admin. Payment skipped."
|
153 |
msgstr "Annonce soumis par admin. Paiement sauté."
|
@@ -234,8 +229,8 @@ msgstr "Veuillez uploader ou sélectionner un fichier CSV."
|
|
234 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
235 |
#: includes/admin/helpers/class-payments-table.php:57
|
236 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
237 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
238 |
-
#: templates/admin/payments-details.tpl.php:
|
239 |
#: templates/email/listing-payment-completed.tpl.php:21
|
240 |
#: templates/payment/payment_items.tpl.php:5
|
241 |
#, fuzzy
|
@@ -251,12 +246,14 @@ msgstr "Images"
|
|
251 |
|
252 |
#: includes/admin/form-fields.php:31
|
253 |
#: includes/fields/class-fieldtypes-social.php:138
|
254 |
-
#: templates/admin/csv-import.tpl.php:
|
255 |
#, fuzzy
|
256 |
msgid "Type"
|
257 |
msgstr "Type"
|
258 |
|
259 |
#: includes/admin/form-fields.php:88
|
|
|
|
|
260 |
msgid "Edit"
|
261 |
msgstr "Editer"
|
262 |
|
@@ -281,7 +278,7 @@ msgstr ""
|
|
281 |
"Vous pouvez créer ces champs personnalisés pas vous-mêmes dans \"Gestion des "
|
282 |
"Champs\" ou laissez le plugin le faire pour vous automatiquement."
|
283 |
|
284 |
-
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:
|
285 |
#, fuzzy
|
286 |
msgid "Go to \"Form Fields\""
|
287 |
msgstr "Aller à \"Gestion des Champs\""
|
@@ -292,7 +289,7 @@ msgstr "Aller à \"Gestion des Champs\""
|
|
292 |
msgid "Go back"
|
293 |
msgstr "Non, reviens"
|
294 |
|
295 |
-
#: includes/admin/form-fields.php:
|
296 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
297 |
#: templates/email/listing-added.tpl.php:10
|
298 |
#: templates/email/listing-edited.tpl.php:16
|
@@ -301,87 +298,87 @@ msgstr "Non, reviens"
|
|
301 |
msgid "Title"
|
302 |
msgstr "Titre"
|
303 |
|
304 |
-
#: includes/admin/form-fields.php:
|
305 |
#: templates/email/listing-added.tpl.php:21
|
306 |
#: templates/email/listing-edited.tpl.php:29
|
307 |
#, fuzzy
|
308 |
msgid "Category"
|
309 |
msgstr "Catégorie"
|
310 |
|
311 |
-
#: includes/admin/form-fields.php:
|
312 |
#, fuzzy
|
313 |
msgid "Excerpt"
|
314 |
msgstr "Extrait"
|
315 |
|
316 |
-
#: includes/admin/form-fields.php:
|
317 |
#, fuzzy
|
318 |
msgid "Content"
|
319 |
msgstr "Contenu"
|
320 |
|
321 |
-
#: includes/admin/form-fields.php:
|
322 |
#, fuzzy
|
323 |
msgid "Tags"
|
324 |
msgstr "Étiquettes (tags)"
|
325 |
|
326 |
-
#: includes/admin/form-fields.php:
|
327 |
#: templates/checkout-billing-form.tpl.php:75
|
328 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
329 |
#, fuzzy
|
330 |
msgid "Address"
|
331 |
msgstr "Adresse"
|
332 |
|
333 |
-
#: includes/admin/form-fields.php:
|
334 |
#, fuzzy
|
335 |
msgid "Address 2"
|
336 |
msgstr "Adresse"
|
337 |
|
338 |
-
#: includes/admin/form-fields.php:
|
339 |
-
#: templates/admin/payments-details.tpl.php:
|
340 |
#: templates/checkout-billing-form.tpl.php:87
|
341 |
#, fuzzy
|
342 |
msgid "City"
|
343 |
msgstr "Ville"
|
344 |
|
345 |
-
#: includes/admin/form-fields.php:
|
346 |
-
#: templates/admin/payments-details.tpl.php:
|
347 |
#, fuzzy
|
348 |
msgid "State"
|
349 |
msgstr "Région"
|
350 |
|
351 |
-
#: includes/admin/form-fields.php:
|
352 |
-
#: templates/admin/payments-details.tpl.php:
|
353 |
#: templates/checkout-billing-form.tpl.php:102
|
354 |
#, fuzzy
|
355 |
msgid "Country"
|
356 |
msgstr "Pays"
|
357 |
|
358 |
-
#: includes/admin/form-fields.php:
|
359 |
-
#: templates/admin/payments-details.tpl.php:
|
360 |
msgid "ZIP Code"
|
361 |
msgstr "Code postal"
|
362 |
|
363 |
-
#: includes/admin/form-fields.php:
|
364 |
#, fuzzy
|
365 |
msgid "FAX Number"
|
366 |
msgstr "Numéro de fax"
|
367 |
|
368 |
-
#: includes/admin/form-fields.php:
|
369 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
370 |
#, fuzzy
|
371 |
msgid "Phone Number"
|
372 |
msgstr "Numéro de téléphone"
|
373 |
|
374 |
-
#: includes/admin/form-fields.php:
|
375 |
#, fuzzy
|
376 |
msgid "Ratings Field"
|
377 |
msgstr "Champs d'évaluation"
|
378 |
|
379 |
-
#: includes/admin/form-fields.php:
|
380 |
#, fuzzy
|
381 |
msgid "Twitter"
|
382 |
msgstr "Twitter"
|
383 |
|
384 |
-
#: includes/admin/form-fields.php:
|
385 |
#, fuzzy
|
386 |
msgid "Website"
|
387 |
msgstr "Site Internet"
|
@@ -454,8 +451,8 @@ msgid "You're using Business Directory Plugin Lite. Enjoy!"
|
|
454 |
msgstr "Pourquoi avez-vous désinstallé le plugin Business Directory?"
|
455 |
|
456 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
457 |
-
#: includes/form-fields.php:428 includes/views/submit_listing.php:
|
458 |
-
#: templates/admin/payments-details.tpl.php:
|
459 |
#: templates/listing-contactform.tpl.php:33
|
460 |
#: templates/listing-flagging-form.tpl.php:39
|
461 |
#, fuzzy
|
@@ -485,8 +482,8 @@ msgstr ""
|
|
485 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
486 |
#: includes/class-assets.php:317
|
487 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
488 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
489 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
490 |
#, fuzzy
|
491 |
msgid "No"
|
492 |
msgstr "Non"
|
@@ -559,6 +556,12 @@ msgstr ""
|
|
559 |
"sur des plans d'hébergement partagé, où la performance de base de données "
|
560 |
"est un problème."
|
561 |
|
|
|
|
|
|
|
|
|
|
|
|
|
562 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
563 |
#, fuzzy
|
564 |
msgid "Categories"
|
@@ -842,7 +845,7 @@ msgid "Business Directory - Featured Levels Migration"
|
|
842 |
msgstr "Business Directory - Migration des niveaux en vedette"
|
843 |
|
844 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
845 |
-
#: templates/admin/fees-form.tpl.php:
|
846 |
#, fuzzy
|
847 |
msgid "Fee Label"
|
848 |
msgstr "Etiquettes des Frais"
|
@@ -871,14 +874,15 @@ msgid "Status: %s"
|
|
871 |
msgstr "Statut:"
|
872 |
|
873 |
#: includes/class-assets.php:315
|
|
|
874 |
#, fuzzy
|
875 |
msgid "Never"
|
876 |
msgstr "Jamais"
|
877 |
|
878 |
#: includes/class-assets.php:316
|
879 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
880 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
881 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
882 |
#, fuzzy
|
883 |
msgid "Yes"
|
884 |
msgstr "Oui"
|
@@ -1011,17 +1015,22 @@ msgid ""
|
|
1011 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
1012 |
msgstr ""
|
1013 |
|
1014 |
-
#: includes/class-wpbdp.php:
|
|
|
|
|
|
|
|
|
|
|
1015 |
#, fuzzy
|
1016 |
msgid "Settings"
|
1017 |
msgstr "Paramètres"
|
1018 |
|
1019 |
-
#: includes/class-wpbdp.php:
|
1020 |
#, fuzzy
|
1021 |
msgid "Could not find listing ID"
|
1022 |
msgstr "Impossible de contacter le serveur de licences"
|
1023 |
|
1024 |
-
#: includes/class-wpbdp.php:
|
1025 |
#, fuzzy
|
1026 |
msgid ""
|
1027 |
"Could not verify the image upload request. If problem persists contact site "
|
@@ -1030,12 +1039,12 @@ msgstr ""
|
|
1030 |
"Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
|
1031 |
"erreurs et soumettre à nouveau."
|
1032 |
|
1033 |
-
#: includes/class-wpbdp.php:
|
1034 |
#, fuzzy
|
1035 |
msgid "Could not find image ID"
|
1036 |
msgstr "Impossible de mettre à jour le thème: %s"
|
1037 |
|
1038 |
-
#: includes/class-wpbdp.php:
|
1039 |
msgid ""
|
1040 |
"The directory features are disabled at this time because a <a>manual "
|
1041 |
"upgrade</a> is pending."
|
@@ -1044,7 +1053,7 @@ msgstr ""
|
|
1044 |
"désactivés car le plugin a besoin d'effectuer une mise à jour manuelle avant "
|
1045 |
"de poursuivre."
|
1046 |
|
1047 |
-
#: includes/class-wpbdp.php:
|
1048 |
msgid ""
|
1049 |
"The directory is not available at this time. Please try again in a few "
|
1050 |
"minutes or contact the administrator if the problem persists."
|
@@ -1221,8 +1230,8 @@ msgstr ""
|
|
1221 |
"à cocher)."
|
1222 |
|
1223 |
#: includes/fields/class-fieldtypes-select.php:262
|
1224 |
-
#: templates/admin/fees-form.tpl.php:
|
1225 |
-
#: templates/admin/fees-form.tpl.php:
|
1226 |
#, fuzzy
|
1227 |
msgid "required"
|
1228 |
msgstr "requis"
|
@@ -1339,7 +1348,7 @@ msgstr "Titre de l'annonce"
|
|
1339 |
msgid "Short Description"
|
1340 |
msgstr "Brève description de l'entreprise"
|
1341 |
|
1342 |
-
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:
|
1343 |
#, fuzzy
|
1344 |
msgid "Description"
|
1345 |
msgstr "Description"
|
@@ -1498,28 +1507,28 @@ msgstr "Activer Authorize.net"
|
|
1498 |
msgid "Invalid item ID"
|
1499 |
msgstr "ID d'élément non valide"
|
1500 |
|
1501 |
-
#: includes/licensing.php:
|
1502 |
#, fuzzy
|
1503 |
msgid "No license key provided"
|
1504 |
msgstr "Aucune clé de licence fournie"
|
1505 |
|
1506 |
-
#: includes/licensing.php:
|
1507 |
#, fuzzy
|
1508 |
msgid "License key is invalid"
|
1509 |
msgstr "La clé de licence est invalide"
|
1510 |
|
1511 |
-
#: includes/licensing.php:
|
1512 |
#, fuzzy
|
1513 |
msgid "Deactivation failed"
|
1514 |
msgstr "La désactivation a échoué"
|
1515 |
|
1516 |
-
#: includes/licensing.php:
|
1517 |
#, fuzzy
|
1518 |
msgid "The license key was revoked."
|
1519 |
msgstr "Aucune clé de licence fournie"
|
1520 |
|
1521 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1522 |
-
#: includes/licensing.php:
|
1523 |
#, fuzzy
|
1524 |
msgid ""
|
1525 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
@@ -1532,7 +1541,7 @@ msgstr ""
|
|
1532 |
"technique</support-link> et demandez-leur d'ajouter votre adresse IP <ip-"
|
1533 |
"address> à la liste blanche."
|
1534 |
|
1535 |
-
#: includes/licensing.php:
|
1536 |
#, fuzzy
|
1537 |
msgid ""
|
1538 |
"It was not possible to establish a connection with the Business Directory "
|
@@ -1541,7 +1550,7 @@ msgstr ""
|
|
1541 |
"Il n'a pas été possible d'établir une connexion avec le serveur de Business "
|
1542 |
"Directory. La connexion a échoué avec l'erreur suivante:"
|
1543 |
|
1544 |
-
#: includes/licensing.php:
|
1545 |
#, fuzzy
|
1546 |
msgid ""
|
1547 |
"It was not possible to establish a connection with the Business Directory "
|
@@ -1551,7 +1560,7 @@ msgstr ""
|
|
1551 |
"Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
|
1552 |
"TLS:"
|
1553 |
|
1554 |
-
#: includes/licensing.php:
|
1555 |
#, fuzzy
|
1556 |
msgid ""
|
1557 |
"It looks like your server is not authorized to make outgoing requests to "
|
@@ -1562,31 +1571,31 @@ msgstr ""
|
|
1562 |
"aux serveurs de Business Directory. Contactez le support technique et "
|
1563 |
"demandez-leur d'ajouter votre adresse IP <ip-address> à la liste blanche."
|
1564 |
|
1565 |
-
#: includes/licensing.php:
|
1566 |
#, fuzzy
|
1567 |
msgid "Business Directory license key is missing."
|
1568 |
msgstr "Business Directory - Clé de licence expirée"
|
1569 |
|
1570 |
-
#: includes/licensing.php:
|
1571 |
#, fuzzy
|
1572 |
msgid "Business Directory license key has expired"
|
1573 |
msgstr "Business Directory - Clé de licence expirée"
|
1574 |
|
1575 |
-
#: includes/licensing.php:
|
1576 |
#, fuzzy
|
1577 |
msgid "Could not verify Business Directory license."
|
1578 |
msgstr "Aider à améliorer Business Directory"
|
1579 |
|
1580 |
-
#: includes/licensing.php:
|
1581 |
#, fuzzy
|
1582 |
msgid "Review license keys"
|
1583 |
msgstr "Renouveller la clé de licence"
|
1584 |
|
1585 |
-
#: includes/licensing.php:
|
1586 |
msgid "Missing data. Please reload this page and try again."
|
1587 |
msgstr ""
|
1588 |
|
1589 |
-
#: includes/licensing.php:
|
1590 |
#, fuzzy
|
1591 |
msgid "Please enter a license key."
|
1592 |
msgstr "S'il vous plaît entrer une clé de licence."
|
@@ -1674,34 +1683,34 @@ msgstr "Liste des images"
|
|
1674 |
msgid "Account Creation"
|
1675 |
msgstr "Création de compte"
|
1676 |
|
1677 |
-
#: includes/views/submit_listing.php:
|
1678 |
#, fuzzy
|
1679 |
msgid "Go to \"Fee Plans\""
|
1680 |
msgstr "Plan tarifaire"
|
1681 |
|
1682 |
-
#: includes/views/submit_listing.php:
|
1683 |
#, fuzzy
|
1684 |
msgid "Please choose a fee plan."
|
1685 |
msgstr "(Veuillez choisir un tarif ci-dessus)"
|
1686 |
|
1687 |
-
#: includes/views/submit_listing.php:
|
1688 |
#, fuzzy
|
1689 |
msgid "Please check the form for errors, correct them and submit again."
|
1690 |
msgstr ""
|
1691 |
"Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
|
1692 |
"erreurs et soumettre à nouveau."
|
1693 |
|
1694 |
-
#: includes/views/submit_listing.php:
|
1695 |
#, fuzzy
|
1696 |
msgid "Create a user account on this site"
|
1697 |
msgstr "Créer un compte utilisateur sur ce site"
|
1698 |
|
1699 |
-
#: includes/views/submit_listing.php:
|
1700 |
#, fuzzy
|
1701 |
msgid "Username"
|
1702 |
msgstr "Nom d'utilisateur (login) :"
|
1703 |
|
1704 |
-
#: includes/views/submit_listing.php:
|
1705 |
#, fuzzy
|
1706 |
msgid "Clear Form"
|
1707 |
msgstr "Effacer le formulaire"
|
@@ -1717,7 +1726,7 @@ msgstr ""
|
|
1717 |
"votre espace disque et votre mémoire disponible sur PHP soient suffisants. "
|
1718 |
"Vérifiez votre journal d'erreurs pour plus de détails."
|
1719 |
|
1720 |
-
#: templates/admin/csv-export.tpl.php:
|
1721 |
#, fuzzy
|
1722 |
msgid ""
|
1723 |
"If you plan to re-import the listings into your directory and don't want new "
|
@@ -1726,12 +1735,22 @@ msgstr ""
|
|
1726 |
"Si vous prévoyez de ré-importer les annonces dans la base de donnée et ne "
|
1727 |
"souhaitez pas en créer de nouvelles, sélectionnez cette option!"
|
1728 |
|
1729 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1730 |
#, fuzzy
|
1731 |
msgid "Disable email notifications during import?"
|
1732 |
msgstr "Désactiver les notifications par e-mail durant l'importation?"
|
1733 |
|
1734 |
-
#: templates/admin/csv-import.tpl.php:
|
1735 |
#, fuzzy
|
1736 |
msgid "Disable email notifications."
|
1737 |
msgstr "Désactiver les notifications par e-mail."
|
@@ -1750,7 +1769,7 @@ msgstr ""
|
|
1750 |
msgid "Download Debug Information"
|
1751 |
msgstr "Télécharger les informations de débogage"
|
1752 |
|
1753 |
-
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:
|
1754 |
#, fuzzy
|
1755 |
msgid "Add Listing Fee"
|
1756 |
msgstr "Ajouter les droits d'inscription"
|
@@ -1760,59 +1779,59 @@ msgstr "Ajouter les droits d'inscription"
|
|
1760 |
msgid "Edit Listing Fee"
|
1761 |
msgstr "Editer l'annonce"
|
1762 |
|
1763 |
-
#: templates/admin/fees-form.tpl.php:
|
1764 |
#, fuzzy
|
1765 |
msgid "Fee Description"
|
1766 |
msgstr "Description du champ"
|
1767 |
|
1768 |
-
#: templates/admin/fees-form.tpl.php:
|
1769 |
#, fuzzy
|
1770 |
msgid "How long should the listing run?"
|
1771 |
msgstr "Combien de temps devrait durer l'annonce ?"
|
1772 |
|
1773 |
-
#: templates/admin/fees-form.tpl.php:
|
1774 |
#, fuzzy
|
1775 |
msgid "run listing for"
|
1776 |
msgstr "exécuter l'annonce pour"
|
1777 |
|
1778 |
-
#: templates/admin/fees-form.tpl.php:
|
1779 |
#: templates/plan-selection-plan.tpl.php:39
|
1780 |
#, fuzzy
|
1781 |
msgid "days"
|
1782 |
msgstr "jours"
|
1783 |
|
1784 |
-
#: templates/admin/fees-form.tpl.php:
|
1785 |
#, fuzzy
|
1786 |
msgid "run listing forever"
|
1787 |
msgstr "toujours exécuter l'annonce"
|
1788 |
|
1789 |
-
#: templates/admin/fees-form.tpl.php:
|
1790 |
#, fuzzy
|
1791 |
msgid "Number of images allowed"
|
1792 |
msgstr "Nombre d'images autorisées"
|
1793 |
|
1794 |
-
#: templates/admin/fees-form.tpl.php:
|
1795 |
msgid "Private Fee Plan (visible to admins only)?"
|
1796 |
msgstr ""
|
1797 |
|
1798 |
-
#: templates/admin/fees-form.tpl.php:
|
1799 |
#, fuzzy
|
1800 |
msgid "Is recurring?"
|
1801 |
msgstr "Est récurrent?"
|
1802 |
|
1803 |
-
#: templates/admin/fees-form.tpl.php:
|
1804 |
#, fuzzy
|
1805 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1806 |
msgstr ""
|
1807 |
"L'annonce devrait-elle être renouvelée automatiquement à la fin de la "
|
1808 |
"période d'inscription ?"
|
1809 |
|
1810 |
-
#: templates/admin/fees-form.tpl.php:
|
1811 |
#, fuzzy
|
1812 |
msgid "Is featured listing/sticky?"
|
1813 |
msgstr "Annonces prioritaires?"
|
1814 |
|
1815 |
-
#: templates/admin/fees-form.tpl.php:
|
1816 |
#, fuzzy
|
1817 |
msgid ""
|
1818 |
"This floats the listing to the top of search results and browsing the "
|
@@ -1821,17 +1840,17 @@ msgstr ""
|
|
1821 |
"Cela place l'annonce en haut des résultats de recherche, en parcourant "
|
1822 |
"l'annuaire lorsque l'utilisateur achète ce plan."
|
1823 |
|
1824 |
-
#: templates/admin/fees-form.tpl.php:
|
1825 |
#, fuzzy
|
1826 |
msgid "Listing background color:"
|
1827 |
msgstr "Couleur d'arrière-plan de l'annonce:"
|
1828 |
|
1829 |
-
#: templates/admin/fees-form.tpl.php:
|
1830 |
#, fuzzy
|
1831 |
msgid "Used to differentiate listings inside this plan from others."
|
1832 |
msgstr "Utilisé pour différencier les annonces de ce plan des autres annonces."
|
1833 |
|
1834 |
-
#: templates/admin/fees-form.tpl.php:
|
1835 |
#: templates/admin/settings-email.tpl.php:116
|
1836 |
#: templates/submit-listing-section.tpl.php:30
|
1837 |
#, fuzzy
|
@@ -2020,113 +2039,113 @@ msgstr "← Retour à \"Historique des paiements\""
|
|
2020 |
msgid "Payment Not Found"
|
2021 |
msgstr "Information concernant les frais"
|
2022 |
|
2023 |
-
#: templates/admin/payments-details.tpl.php:
|
2024 |
#, fuzzy
|
2025 |
msgid "Overview"
|
2026 |
msgstr "Aperçu"
|
2027 |
|
2028 |
-
#: templates/admin/payments-details.tpl.php:
|
2029 |
-
#: templates/admin/payments-details.tpl.php:
|
2030 |
#, fuzzy
|
2031 |
msgid "Payment ID"
|
2032 |
msgstr "ID de paiement:"
|
2033 |
|
2034 |
-
#: templates/admin/payments-details.tpl.php:
|
2035 |
#, fuzzy
|
2036 |
msgid "Listing"
|
2037 |
msgstr "Annonce"
|
2038 |
|
2039 |
-
#: templates/admin/payments-details.tpl.php:
|
2040 |
#, fuzzy
|
2041 |
msgid "Status"
|
2042 |
msgstr "Statut"
|
2043 |
|
2044 |
-
#: templates/admin/payments-details.tpl.php:
|
2045 |
#, fuzzy
|
2046 |
msgid "Date"
|
2047 |
msgstr "Date"
|
2048 |
|
2049 |
-
#: templates/admin/payments-details.tpl.php:
|
2050 |
#, fuzzy
|
2051 |
msgid "Time"
|
2052 |
msgstr "Date:"
|
2053 |
|
2054 |
-
#: templates/admin/payments-details.tpl.php:
|
2055 |
#, fuzzy
|
2056 |
msgid "Gateway"
|
2057 |
msgstr "Passerelle"
|
2058 |
|
2059 |
#. translators: Gateway: (Not yet set)
|
2060 |
-
#: templates/admin/payments-details.tpl.php:
|
2061 |
#, fuzzy
|
2062 |
msgid "(Not yet set)"
|
2063 |
msgstr "(Pas encore inscrit)"
|
2064 |
|
2065 |
-
#: templates/admin/payments-details.tpl.php:
|
2066 |
#, fuzzy
|
2067 |
msgid "Delete Payment"
|
2068 |
msgstr "Supprimer le paiement"
|
2069 |
|
2070 |
-
#: templates/admin/payments-details.tpl.php:
|
2071 |
#, fuzzy
|
2072 |
msgid "Save Payment"
|
2073 |
msgstr "Enregistrer le paiement"
|
2074 |
|
2075 |
-
#: templates/admin/payments-details.tpl.php:
|
2076 |
#, fuzzy
|
2077 |
msgid "Details"
|
2078 |
msgstr "Détails"
|
2079 |
|
2080 |
-
#: templates/admin/payments-details.tpl.php:
|
2081 |
#, fuzzy
|
2082 |
msgid "Item Type"
|
2083 |
msgstr "Type d'élément"
|
2084 |
|
2085 |
-
#: templates/admin/payments-details.tpl.php:
|
2086 |
#: templates/payment/payment_items.tpl.php:23
|
2087 |
#, fuzzy
|
2088 |
msgid "Total"
|
2089 |
msgstr "Total"
|
2090 |
|
2091 |
-
#: templates/admin/payments-details.tpl.php:
|
2092 |
#, fuzzy
|
2093 |
msgid "Customer Details"
|
2094 |
msgstr "Détails du client"
|
2095 |
|
2096 |
-
#: templates/admin/payments-details.tpl.php:
|
2097 |
#: templates/checkout-billing-form.tpl.php:17
|
2098 |
#, fuzzy
|
2099 |
msgid "First Name"
|
2100 |
msgstr "Prénom"
|
2101 |
|
2102 |
-
#: templates/admin/payments-details.tpl.php:
|
2103 |
#: templates/checkout-billing-form.tpl.php:22
|
2104 |
#, fuzzy
|
2105 |
msgid "Last Name"
|
2106 |
msgstr "Nom"
|
2107 |
|
2108 |
-
#: templates/admin/payments-details.tpl.php:
|
2109 |
#, fuzzy
|
2110 |
msgid "Address Line 1"
|
2111 |
msgstr "Adresse ligne 1:"
|
2112 |
|
2113 |
-
#: templates/admin/payments-details.tpl.php:
|
2114 |
#: templates/checkout-billing-form.tpl.php:81
|
2115 |
#, fuzzy
|
2116 |
msgid "Address Line 2"
|
2117 |
msgstr "Adresse ligne 2"
|
2118 |
|
2119 |
-
#: templates/admin/payments-details.tpl.php:
|
2120 |
#, fuzzy
|
2121 |
msgid "Notes & Log"
|
2122 |
msgstr "Notes et registre"
|
2123 |
|
2124 |
-
#: templates/admin/payments-details.tpl.php:
|
2125 |
#, fuzzy
|
2126 |
msgid "No notes."
|
2127 |
msgstr "Pas de notes."
|
2128 |
|
2129 |
-
#: templates/admin/payments-details.tpl.php:
|
2130 |
#, fuzzy
|
2131 |
msgid "Add Note"
|
2132 |
msgstr "Ajouter une note"
|
@@ -2904,7 +2923,7 @@ msgctxt "admin csv-import"
|
|
2904 |
msgid "See an example CSV import file"
|
2905 |
msgstr "Voir un exemple de fichier CSV importé"
|
2906 |
|
2907 |
-
#: includes/admin/class-csv-import.php:
|
2908 |
msgctxt "admin csv-import"
|
2909 |
msgid ""
|
2910 |
"Could not create listing category \"<category-name>\". The operation failed "
|
@@ -2913,32 +2932,32 @@ msgstr ""
|
|
2913 |
"Impossible de créer la catégorie d'inscription \"<category-name>\". "
|
2914 |
"L'opération a échoué avec l'erreur suivante : <error-message>."
|
2915 |
|
2916 |
-
#: includes/admin/class-csv-import.php:
|
2917 |
msgctxt "admin csv-import"
|
2918 |
msgid "Could not create listing category \"%s\""
|
2919 |
msgstr "Vous ne pouvez pas créer cette catégorie d'annonce \"%s\""
|
2920 |
|
2921 |
-
#: includes/admin/class-csv-import.php:
|
2922 |
msgctxt "admin csv-import"
|
2923 |
msgid "Username \"%s\" does not exist"
|
2924 |
msgstr "Le nom d'utilisateur \"%s\" n'existe pas"
|
2925 |
|
2926 |
-
#: includes/admin/class-csv-import.php:
|
2927 |
msgctxt "admin csv-import"
|
2928 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2929 |
msgstr "Il n'y a pas de plan de frais avec ID = <fee-id>"
|
2930 |
|
2931 |
-
#: includes/admin/class-csv-import.php:
|
2932 |
msgctxt "admin csv-import"
|
2933 |
msgid "Missing required field: %s"
|
2934 |
msgstr "Absence d'un champ requis: %s"
|
2935 |
|
2936 |
-
#: includes/admin/class-csv-import.php:
|
2937 |
msgctxt "admin csv-import"
|
2938 |
msgid "Listing category \"%s\" does not exist"
|
2939 |
msgstr "La catégorie d'annonce \"%s\" n'existe pas"
|
2940 |
|
2941 |
-
#: includes/admin/class-csv-import.php:
|
2942 |
msgctxt "admin csv-import"
|
2943 |
msgid "The string <string> couldn't be converted into a valid date."
|
2944 |
msgstr "La chaîne <string> ne peut pas être convertie en une date valide."
|
@@ -3117,15 +3136,6 @@ msgstr ""
|
|
3117 |
"Ici, vous pouvez importer des données dans votre répertoire en utilisant le "
|
3118 |
"format CSV."
|
3119 |
|
3120 |
-
#: templates/admin/csv-import.tpl.php:35
|
3121 |
-
msgctxt "admin csv-import"
|
3122 |
-
msgid ""
|
3123 |
-
"We strongly recommend reading our <a>CSV import documentation</a> first to "
|
3124 |
-
"help you do things in the right order."
|
3125 |
-
msgstr ""
|
3126 |
-
"Nous vous recommandons vivement la lecture de notre document d'importation "
|
3127 |
-
"<a> CSV </a> afin de vous aider à faire les choses dans le bon ordre."
|
3128 |
-
|
3129 |
#: templates/admin/csv-import.tpl.php:45
|
3130 |
msgctxt "admin csv-import"
|
3131 |
msgid "Import Files"
|
@@ -3143,7 +3153,7 @@ msgstr ""
|
|
3143 |
"... ou <a>sélectionner un fichier téléchargé dans le dossier des "
|
3144 |
"importations</a>"
|
3145 |
|
3146 |
-
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:
|
3147 |
msgctxt "admin csv-import"
|
3148 |
msgid "(Upload new file)"
|
3149 |
msgstr "(télécharger un nouveau fichier)"
|
@@ -3153,110 +3163,110 @@ msgctxt "admin csv-import"
|
|
3153 |
msgid "ZIP file containing images"
|
3154 |
msgstr "Fichiers ZIP contenant des images"
|
3155 |
|
3156 |
-
#: templates/admin/csv-import.tpl.php:
|
3157 |
msgctxt "admin csv-import"
|
3158 |
msgid "CSV File Settings"
|
3159 |
msgstr "Paramètres des fichiers CSV"
|
3160 |
|
3161 |
-
#: templates/admin/csv-import.tpl.php:
|
3162 |
msgctxt "admin csv-import"
|
3163 |
msgid "Column Separator"
|
3164 |
msgstr "Séparateur de colonne"
|
3165 |
|
3166 |
-
#: templates/admin/csv-import.tpl.php:
|
3167 |
msgctxt "admin csv-import"
|
3168 |
msgid "Comma (,)"
|
3169 |
msgstr "Virgule (,)"
|
3170 |
|
3171 |
-
#: templates/admin/csv-import.tpl.php:
|
3172 |
msgctxt "admin csv-import"
|
3173 |
msgid "Semicolon (;)"
|
3174 |
msgstr "Point-virgule (;)"
|
3175 |
|
3176 |
-
#: templates/admin/csv-import.tpl.php:
|
3177 |
msgctxt "admin csv-import"
|
3178 |
msgid "TAB"
|
3179 |
msgstr "Onglet"
|
3180 |
|
3181 |
-
#: templates/admin/csv-import.tpl.php:
|
3182 |
msgctxt "admin csv-import"
|
3183 |
msgid "Image Separator"
|
3184 |
msgstr "Séparateur d'image"
|
3185 |
|
3186 |
-
#: templates/admin/csv-import.tpl.php:
|
3187 |
msgctxt "admin csv-import"
|
3188 |
msgid "Category Separator"
|
3189 |
msgstr "Séparateur de catégorie"
|
3190 |
|
3191 |
-
#: templates/admin/csv-import.tpl.php:
|
3192 |
msgctxt "admin csv-import"
|
3193 |
msgid "Import settings"
|
3194 |
msgstr "Paramètres d'importation"
|
3195 |
|
3196 |
-
#: templates/admin/csv-import.tpl.php:
|
3197 |
#, fuzzy
|
3198 |
msgctxt "admin csv-import"
|
3199 |
msgid "Post status of new imported listings"
|
3200 |
msgstr "Statut des messages des annonces importées"
|
3201 |
|
3202 |
-
#: templates/admin/csv-import.tpl.php:
|
3203 |
#, fuzzy
|
3204 |
msgctxt "admin csv-import"
|
3205 |
msgid "Post status of existing imported listings"
|
3206 |
msgstr "Statut des messages des annonces importées"
|
3207 |
|
3208 |
-
#: templates/admin/csv-import.tpl.php:
|
3209 |
#, fuzzy
|
3210 |
msgctxt "admin csv-import"
|
3211 |
msgid "Preserve existing status"
|
3212 |
msgstr "Statut liste"
|
3213 |
|
3214 |
-
#: templates/admin/csv-import.tpl.php:
|
3215 |
msgctxt "admin csv-import"
|
3216 |
msgid "Missing categories handling"
|
3217 |
msgstr "Gestion des catégories manquantes"
|
3218 |
|
3219 |
-
#: templates/admin/csv-import.tpl.php:
|
3220 |
msgctxt "admin csv-import"
|
3221 |
msgid "Auto-create categories"
|
3222 |
msgstr "Création automatique des catégories"
|
3223 |
|
3224 |
-
#: templates/admin/csv-import.tpl.php:
|
3225 |
msgctxt "admin csv-import"
|
3226 |
msgid "Generate errors when a category is not found"
|
3227 |
msgstr "Génération d'erreurs quand une catégorie n'est pas trouvée"
|
3228 |
|
3229 |
-
#: templates/admin/csv-import.tpl.php:
|
3230 |
msgctxt "admin csv-import"
|
3231 |
msgid "Keep existing listing images?"
|
3232 |
msgstr "Liste des images ?"
|
3233 |
|
3234 |
-
#: templates/admin/csv-import.tpl.php:
|
3235 |
msgctxt "admin csv-import"
|
3236 |
msgid "Keep existing images."
|
3237 |
msgstr "Liste des images."
|
3238 |
|
3239 |
-
#: templates/admin/csv-import.tpl.php:
|
3240 |
msgctxt "admin csv-import"
|
3241 |
msgid "Appends new images while keeping current ones."
|
3242 |
msgstr "Ajouts de nouvelles images tout en conservant celles existantes."
|
3243 |
|
3244 |
-
#: templates/admin/csv-import.tpl.php:
|
3245 |
msgctxt "admin csv-import"
|
3246 |
msgid "Assign listings to a user?"
|
3247 |
msgstr "Assigner des listes à un utilisateur ?"
|
3248 |
|
3249 |
-
#: templates/admin/csv-import.tpl.php:
|
3250 |
msgctxt "admin csv-import"
|
3251 |
msgid "Assign listings to a user."
|
3252 |
msgstr "Assigner des listes à un utilisateur."
|
3253 |
|
3254 |
-
#: templates/admin/csv-import.tpl.php:
|
3255 |
msgctxt "admin csv-import"
|
3256 |
msgid "Use a default user for listings?"
|
3257 |
msgstr "Utiliser l'image par défault pour les annonces sans images ?"
|
3258 |
|
3259 |
-
#: templates/admin/csv-import.tpl.php:
|
3260 |
msgctxt "admin csv-import"
|
3261 |
msgid ""
|
3262 |
"Select a default user to be used if the username column is not present in "
|
@@ -3265,12 +3275,12 @@ msgstr ""
|
|
3265 |
"Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
|
3266 |
"figure pas dans le fichier CSV."
|
3267 |
|
3268 |
-
#: templates/admin/csv-import.tpl.php:
|
3269 |
msgctxt "admin csv-import"
|
3270 |
msgid "Default listing user"
|
3271 |
msgstr "Annonce par défault de l'utilisateur"
|
3272 |
|
3273 |
-
#: templates/admin/csv-import.tpl.php:
|
3274 |
msgctxt "admin csv-import"
|
3275 |
msgid ""
|
3276 |
"This user will be used if the username column is not present in the CSV file."
|
@@ -3278,13 +3288,13 @@ msgstr ""
|
|
3278 |
"Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
|
3279 |
"figure pas dans le fichier CSV."
|
3280 |
|
3281 |
-
#: templates/admin/csv-import.tpl.php:
|
3282 |
#, fuzzy
|
3283 |
msgctxt "admin csv-import"
|
3284 |
msgid "Number of listings imported on every cycle"
|
3285 |
msgstr "Nombre d'affichage d'annonce:"
|
3286 |
|
3287 |
-
#: templates/admin/csv-import.tpl.php:
|
3288 |
msgctxt "admin csv-import"
|
3289 |
msgid ""
|
3290 |
"If you are having trouble importing listings due to memory problems, try "
|
@@ -3293,17 +3303,17 @@ msgid ""
|
|
3293 |
"success on shared hosting platforms and other resource-constrained servers."
|
3294 |
msgstr ""
|
3295 |
|
3296 |
-
#: templates/admin/csv-import.tpl.php:
|
3297 |
msgctxt "admin csv-import"
|
3298 |
msgid "Test Import"
|
3299 |
msgstr "Tester l'importation"
|
3300 |
|
3301 |
-
#: templates/admin/csv-import.tpl.php:
|
3302 |
msgctxt "admin csv-import"
|
3303 |
msgid "Import Listings"
|
3304 |
msgstr "Importation des listes"
|
3305 |
|
3306 |
-
#: templates/admin/csv-import.tpl.php:
|
3307 |
msgctxt "admin csv-import"
|
3308 |
msgid ""
|
3309 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -3317,27 +3327,27 @@ msgstr ""
|
|
3317 |
"d'un fichier CSV d'importation \" </a> afin de voir à quoi un fichier "
|
3318 |
"d'importation devrait ressembler."
|
3319 |
|
3320 |
-
#: templates/admin/csv-import.tpl.php:
|
3321 |
msgctxt "admin csv-import"
|
3322 |
msgid "Header name/label"
|
3323 |
msgstr "Nom/Etiquette de l'en-tête"
|
3324 |
|
3325 |
-
#: templates/admin/csv-import.tpl.php:
|
3326 |
msgctxt "admin csv-import"
|
3327 |
msgid "Field"
|
3328 |
msgstr "Champ"
|
3329 |
|
3330 |
-
#: templates/admin/csv-import.tpl.php:
|
3331 |
msgctxt "admin csv-import"
|
3332 |
msgid "Required?"
|
3333 |
msgstr "Requis ?"
|
3334 |
|
3335 |
-
#: templates/admin/csv-import.tpl.php:
|
3336 |
msgctxt "admin csv-import"
|
3337 |
msgid "Multivalued?"
|
3338 |
msgstr "Valeurs multiples ?"
|
3339 |
|
3340 |
-
#: templates/admin/csv-import.tpl.php:
|
3341 |
#, fuzzy
|
3342 |
msgctxt "admin csv-import"
|
3343 |
msgid ""
|
@@ -3348,19 +3358,19 @@ msgstr ""
|
|
3348 |
"colonne lors de l'ajout ou la mise à jour annonces provenant de sources "
|
3349 |
"externes."
|
3350 |
|
3351 |
-
#: templates/admin/csv-import.tpl.php:
|
3352 |
msgctxt "admin csv-import"
|
3353 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
3354 |
msgstr ""
|
3355 |
"Liste séparée de la cotation des images par un point-virgule (à partir du "
|
3356 |
"fichier ZIP)"
|
3357 |
|
3358 |
-
#: templates/admin/csv-import.tpl.php:
|
3359 |
msgctxt "admin csv-import"
|
3360 |
msgid "Listing author's username"
|
3361 |
msgstr "Nom d'utilisateur de l'auteur de l'annonce"
|
3362 |
|
3363 |
-
#: templates/admin/csv-import.tpl.php:
|
3364 |
msgctxt "admin csv-import"
|
3365 |
msgid ""
|
3366 |
"Internal Sequence ID used to allow listing updates from external sources."
|
@@ -3368,7 +3378,7 @@ msgstr ""
|
|
3368 |
"ID interne de séquence utilisé pour permettre l'annonce des mises à jour "
|
3369 |
"provenant de sources externes."
|
3370 |
|
3371 |
-
#: templates/admin/csv-import.tpl.php:
|
3372 |
msgctxt "admin csv-import"
|
3373 |
msgid ""
|
3374 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -3388,12 +3398,12 @@ msgctxt "admin csv"
|
|
3388 |
msgid "Export"
|
3389 |
msgstr "Exportation CSV"
|
3390 |
|
3391 |
-
#: includes/admin/class-admin-listings.php:
|
3392 |
msgctxt "admin category filter"
|
3393 |
msgid "All categories"
|
3394 |
msgstr "Toutes catégories"
|
3395 |
|
3396 |
-
#: includes/admin/class-admin-listings.php:
|
3397 |
msgctxt "admin listings"
|
3398 |
msgid ""
|
3399 |
"This listing doesn't have a fee plan assigned. This is required in order to "
|
@@ -3404,44 +3414,44 @@ msgstr ""
|
|
3404 |
"les fonctionnalités disponibles pour cette annonce, ainsi que pour gérer les "
|
3405 |
"renouvellements."
|
3406 |
|
3407 |
-
#: includes/admin/class-admin-listings.php:
|
3408 |
msgctxt "admin listings"
|
3409 |
msgid "Never"
|
3410 |
msgstr "Jamais"
|
3411 |
|
3412 |
-
#: includes/admin/class-admin-listings.php:
|
3413 |
msgctxt "admin listings"
|
3414 |
msgid "Featured"
|
3415 |
msgstr "Statut sélectionné (Post-it)"
|
3416 |
|
3417 |
-
#: includes/admin/class-admin-listings.php:
|
3418 |
msgctxt "admin listings"
|
3419 |
msgid "Recurring"
|
3420 |
msgstr "(récurrent)"
|
3421 |
|
3422 |
-
#: includes/admin/class-admin-listings.php:
|
3423 |
msgctxt "admin listings"
|
3424 |
msgid "Free"
|
3425 |
msgstr "Gratuit"
|
3426 |
|
3427 |
-
#: includes/admin/class-admin-listings.php:
|
3428 |
#, fuzzy
|
3429 |
msgctxt "admin listings"
|
3430 |
msgid "Payment Not Found"
|
3431 |
msgstr "Information concernant les frais"
|
3432 |
|
3433 |
-
#: includes/admin/class-admin-listings.php:
|
3434 |
#, fuzzy
|
3435 |
msgctxt "admin listings"
|
3436 |
msgid "Payment %s"
|
3437 |
msgstr "Paiement #%d"
|
3438 |
|
3439 |
-
#: includes/admin/class-admin-listings.php:
|
3440 |
msgctxt "admin listings"
|
3441 |
msgid "Reported"
|
3442 |
msgstr ""
|
3443 |
|
3444 |
-
#: includes/admin/class-admin-listings.php:
|
3445 |
msgctxt "admin listings"
|
3446 |
msgid "Listing's payment history successfully deleted"
|
3447 |
msgstr ""
|
@@ -3470,12 +3480,12 @@ msgctxt "admin listings"
|
|
3470 |
msgid "Clear listing reports."
|
3471 |
msgstr "Une annonce expire."
|
3472 |
|
3473 |
-
#: includes/admin/class-admin-listings.php:
|
3474 |
msgctxt "admin"
|
3475 |
msgid "Directory Listing Fields / Images"
|
3476 |
msgstr "Champs des annonces / Images"
|
3477 |
|
3478 |
-
#: includes/admin/class-admin-listings.php:
|
3479 |
msgctxt "admin"
|
3480 |
msgid "Categories"
|
3481 |
msgstr "Catégories"
|
@@ -3649,13 +3659,13 @@ msgctxt "admin"
|
|
3649 |
msgid "Abandoned"
|
3650 |
msgstr "Abandonné"
|
3651 |
|
3652 |
-
#: includes/admin/class-admin-listings.php:
|
3653 |
#, fuzzy
|
3654 |
msgctxt "listing attribute"
|
3655 |
msgid "No Fee Plan"
|
3656 |
msgstr "Plan tarifaire"
|
3657 |
|
3658 |
-
#: includes/admin/class-admin-listings.php:
|
3659 |
msgctxt "listing status"
|
3660 |
msgid "Reported"
|
3661 |
msgstr ""
|
@@ -3705,51 +3715,51 @@ msgctxt "listing status"
|
|
3705 |
msgid "Abandoned"
|
3706 |
msgstr "Abandonné"
|
3707 |
|
3708 |
-
#: includes/admin/class-admin-listings.php:
|
3709 |
msgctxt "admin actions"
|
3710 |
msgid "Delete Listing"
|
3711 |
msgstr "Annuler l'annonce"
|
3712 |
|
3713 |
-
#: includes/admin/class-admin-listings.php:
|
3714 |
msgctxt "admin actions"
|
3715 |
msgid "View Payments"
|
3716 |
msgstr "Voir les Paiements"
|
3717 |
|
3718 |
-
#: includes/admin/class-admin-listings.php:
|
3719 |
msgctxt "admin actions"
|
3720 |
msgid "View Payment"
|
3721 |
msgstr "Voir le Paiement"
|
3722 |
|
3723 |
-
#: includes/admin/class-admin-listings.php:
|
3724 |
#, fuzzy
|
3725 |
msgctxt "admin actions"
|
3726 |
msgid "Publish listings"
|
3727 |
msgstr "Publier l'annonce"
|
3728 |
|
3729 |
-
#: includes/admin/class-admin-listings.php:
|
3730 |
#, fuzzy
|
3731 |
msgctxt "admin actions"
|
3732 |
msgid "Mark as \"Pending Review\""
|
3733 |
msgstr "En attente"
|
3734 |
|
3735 |
-
#: includes/admin/class-admin-listings.php:
|
3736 |
msgctxt "admin actions"
|
3737 |
msgid "Hide from directory (mark as \"Draft\")"
|
3738 |
msgstr ""
|
3739 |
|
3740 |
-
#: includes/admin/class-admin-listings.php:
|
3741 |
#, fuzzy
|
3742 |
msgctxt "admin actions"
|
3743 |
msgid "Renew listings"
|
3744 |
msgstr "Renouveler l'annonce"
|
3745 |
|
3746 |
-
#: includes/admin/class-admin-listings.php:
|
3747 |
#, fuzzy
|
3748 |
msgctxt "admin actions"
|
3749 |
msgid "Set listings as \"Expired\""
|
3750 |
msgstr "Envoyé lorsqu'une annonce (% s) est expirée."
|
3751 |
|
3752 |
-
#: includes/admin/class-admin-listings.php:
|
3753 |
#, fuzzy
|
3754 |
msgctxt "admin actions"
|
3755 |
msgid "Send access keys"
|
@@ -3782,25 +3792,20 @@ msgctxt "admin menu"
|
|
3782 |
msgid "Settings"
|
3783 |
msgstr "Paramètres"
|
3784 |
|
3785 |
-
#: includes/admin/class-csv-exporter.php:
|
3786 |
msgctxt "admin csv-export"
|
3787 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3788 |
msgstr ""
|
3789 |
"Impossible de créer un répertoire temporaire pour manipuler cet export CSV."
|
3790 |
|
3791 |
-
#: includes/admin/class-csv-exporter.php:
|
3792 |
-
msgctxt "admin csv-export"
|
3793 |
-
msgid "Could not create wpbdp-csv-exports directory."
|
3794 |
-
msgstr "Impossible de créer le répertoire wpbdp-CSV-exportations."
|
3795 |
-
|
3796 |
-
#: includes/admin/class-csv-exporter.php:108
|
3797 |
msgctxt "admin csv-export"
|
3798 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3799 |
msgstr ""
|
3800 |
"Erreur lors de la création d'un répertoire temporaire pour l'exportation "
|
3801 |
"CSV: %s"
|
3802 |
|
3803 |
-
#: includes/admin/csv-export.php:
|
3804 |
msgctxt "admin csv-export"
|
3805 |
msgid "Could not decode export state information."
|
3806 |
msgstr "Impossible de décoder les informations d'état de l'exportation."
|
@@ -3818,47 +3823,42 @@ msgstr ""
|
|
3818 |
"d'augmenter la valeur de la 'limite-mémoire' et les directives 'temps-max-"
|
3819 |
"d'exécution' dans votre fichier de configuration serveur php.ini."
|
3820 |
|
3821 |
-
#: templates/admin/csv-export.tpl.php:
|
3822 |
-
msgctxt "admin csv-export"
|
3823 |
-
msgid "Export Configuration"
|
3824 |
-
msgstr "Exportation de la configuration"
|
3825 |
-
|
3826 |
-
#: templates/admin/csv-export.tpl.php:30
|
3827 |
msgctxt "admin csv-export"
|
3828 |
msgid "Export settings"
|
3829 |
msgstr "Exportation des paramètres"
|
3830 |
|
3831 |
-
#: templates/admin/csv-export.tpl.php:
|
3832 |
msgctxt "admin csv-export"
|
3833 |
msgid "Which listings to export?"
|
3834 |
msgstr "Quelles listes exporter ?"
|
3835 |
|
3836 |
-
#: templates/admin/csv-export.tpl.php:
|
3837 |
msgctxt "admin csv-export"
|
3838 |
msgid "All"
|
3839 |
msgstr "Toutes"
|
3840 |
|
3841 |
-
#: templates/admin/csv-export.tpl.php:
|
3842 |
msgctxt "admin csv-export"
|
3843 |
msgid "Active Only"
|
3844 |
msgstr "Actives seulement"
|
3845 |
|
3846 |
-
#: templates/admin/csv-export.tpl.php:
|
3847 |
msgctxt "admin csv-export"
|
3848 |
msgid "Active + Pending Renewal"
|
3849 |
msgstr "Actives + En Attente De Renouvellement"
|
3850 |
|
3851 |
-
#: templates/admin/csv-export.tpl.php:
|
3852 |
msgctxt "admin csv-export"
|
3853 |
msgid "Export images?"
|
3854 |
msgstr "Exporter les images ?"
|
3855 |
|
3856 |
-
#: templates/admin/csv-export.tpl.php:
|
3857 |
msgctxt "admin csv-export"
|
3858 |
msgid "Export images"
|
3859 |
msgstr "Exporter les images"
|
3860 |
|
3861 |
-
#: templates/admin/csv-export.tpl.php:
|
3862 |
msgctxt "admin csv-export"
|
3863 |
msgid ""
|
3864 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
@@ -3867,65 +3867,65 @@ msgstr ""
|
|
3867 |
"Lorsque c'est coché un fichier ZIP sera généré avec la partie CSV et les "
|
3868 |
"fichiers d'image."
|
3869 |
|
3870 |
-
#: templates/admin/csv-export.tpl.php:
|
3871 |
msgctxt "admin csv-export"
|
3872 |
msgid "Additional metadata to export:"
|
3873 |
msgstr "Métadonnées complémentaires à exporter:"
|
3874 |
|
3875 |
-
#: templates/admin/csv-export.tpl.php:
|
3876 |
msgctxt "admin csv-export"
|
3877 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3878 |
msgstr "Inclure des ID's uniques pour chaque annonces (champ sequence_id)."
|
3879 |
|
3880 |
-
#: templates/admin/csv-export.tpl.php:
|
3881 |
msgctxt "admin csv-export"
|
3882 |
msgid "Author information (username)"
|
3883 |
msgstr "Informations sur l'auteur (nom d'utilisateur)"
|
3884 |
|
3885 |
-
#: templates/admin/csv-export.tpl.php:
|
3886 |
msgctxt "admin csv-export"
|
3887 |
msgid "Listing expiration date"
|
3888 |
msgstr "Date d'expiration de l'annonce"
|
3889 |
|
3890 |
-
#: templates/admin/csv-export.tpl.php:
|
3891 |
#, fuzzy
|
3892 |
msgctxt "admin csv-export"
|
3893 |
msgid "Listing created date"
|
3894 |
msgstr "Annonce créée"
|
3895 |
|
3896 |
-
#: templates/admin/csv-export.tpl.php:
|
3897 |
#, fuzzy
|
3898 |
msgctxt "admin csv-export"
|
3899 |
msgid "Listing last updated date"
|
3900 |
msgstr "Date d'expiration de l'annonce"
|
3901 |
|
3902 |
-
#: templates/admin/csv-export.tpl.php:
|
3903 |
#, fuzzy
|
3904 |
msgctxt "admin csv-export"
|
3905 |
msgid "Listing T&C acceptance date"
|
3906 |
msgstr "Annonce créée"
|
3907 |
|
3908 |
-
#: templates/admin/csv-export.tpl.php:
|
3909 |
msgctxt "admin csv-export"
|
3910 |
msgid "CSV File Settings"
|
3911 |
msgstr "Paramètres du fichier CSV"
|
3912 |
|
3913 |
-
#: templates/admin/csv-export.tpl.php:
|
3914 |
msgctxt "admin csv-export"
|
3915 |
msgid "What operating system will you use to edit the CSV file?"
|
3916 |
msgstr "Quel système d'exploitation utilisez-vous pour éditer le fichier CSV?"
|
3917 |
|
3918 |
-
#: templates/admin/csv-export.tpl.php:
|
3919 |
msgctxt "admin csv-export"
|
3920 |
msgid "Windows"
|
3921 |
msgstr "Windows"
|
3922 |
|
3923 |
-
#: templates/admin/csv-export.tpl.php:
|
3924 |
msgctxt "admin csv-export"
|
3925 |
msgid "macOS"
|
3926 |
msgstr "mac OS"
|
3927 |
|
3928 |
-
#: templates/admin/csv-export.tpl.php:
|
3929 |
msgctxt "admin csv-export"
|
3930 |
msgid ""
|
3931 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
@@ -3939,27 +3939,27 @@ msgstr ""
|
|
3939 |
"nous devons générer différentes versions du fichier pour chaque système "
|
3940 |
"d'exploitation."
|
3941 |
|
3942 |
-
#: templates/admin/csv-export.tpl.php:
|
3943 |
msgctxt "admin csv-export"
|
3944 |
msgid "Image Separator"
|
3945 |
msgstr "Séparateur d'image"
|
3946 |
|
3947 |
-
#: templates/admin/csv-export.tpl.php:
|
3948 |
msgctxt "admin csv-export"
|
3949 |
msgid "Category Separator"
|
3950 |
msgstr "Séparateur de catégorie"
|
3951 |
|
3952 |
-
#: templates/admin/csv-export.tpl.php:
|
3953 |
msgctxt "admin csv-export"
|
3954 |
msgid "Export Listings"
|
3955 |
msgstr "Listes d'exportation"
|
3956 |
|
3957 |
-
#: templates/admin/csv-export.tpl.php:
|
3958 |
msgctxt "admin csv-export"
|
3959 |
msgid "Export in Progress..."
|
3960 |
msgstr "Exportation en cours..."
|
3961 |
|
3962 |
-
#: templates/admin/csv-export.tpl.php:
|
3963 |
msgctxt "admin csv-export"
|
3964 |
msgid ""
|
3965 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
@@ -3968,27 +3968,27 @@ msgstr ""
|
|
3968 |
"Votre fichier d'exportation est prêt. Veuillez <u>ne pas quitter</u> cette "
|
3969 |
"page jusqu'à la fin de l'export."
|
3970 |
|
3971 |
-
#: templates/admin/csv-export.tpl.php:
|
3972 |
msgctxt "admin csv-export"
|
3973 |
msgid "No. of listings:"
|
3974 |
msgstr "Numéro de l'annonce:"
|
3975 |
|
3976 |
-
#: templates/admin/csv-export.tpl.php:
|
3977 |
msgctxt "admin csv-export"
|
3978 |
msgid "Approximate export file size:"
|
3979 |
msgstr "Taille aproximative du fichier exporté:"
|
3980 |
|
3981 |
-
#: templates/admin/csv-export.tpl.php:
|
3982 |
msgctxt "admin csv-export"
|
3983 |
msgid "Cancel Export"
|
3984 |
msgstr "Annuler l'exportation"
|
3985 |
|
3986 |
-
#: templates/admin/csv-export.tpl.php:
|
3987 |
msgctxt "admin csv-export"
|
3988 |
msgid "Export Complete"
|
3989 |
msgstr "Exportation complète"
|
3990 |
|
3991 |
-
#: templates/admin/csv-export.tpl.php:
|
3992 |
msgctxt "admin csv-export"
|
3993 |
msgid ""
|
3994 |
"Your export file has been successfully created and it is now ready for "
|
@@ -3997,13 +3997,13 @@ msgstr ""
|
|
3997 |
"Votre fichier d'exportation a été créé et il est maintenant prêt pour le "
|
3998 |
"téléchargement."
|
3999 |
|
4000 |
-
#: templates/admin/csv-export.tpl.php:
|
4001 |
#, fuzzy
|
4002 |
msgctxt "admin csv-export"
|
4003 |
msgid "Download %1$s (%2$s)"
|
4004 |
msgstr "Téléchargement %s (%s)"
|
4005 |
|
4006 |
-
#: templates/admin/csv-export.tpl.php:
|
4007 |
msgctxt "admin csv-export"
|
4008 |
msgid ""
|
4009 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
@@ -4013,22 +4013,22 @@ msgstr ""
|
|
4013 |
"d'effacer toutes les données temporaires créées par le plugin durant le "
|
4014 |
"processus d'exportation."
|
4015 |
|
4016 |
-
#: templates/admin/csv-export.tpl.php:
|
4017 |
msgctxt "admin csv-export"
|
4018 |
msgid "Cleanup"
|
4019 |
msgstr "Nettoyer"
|
4020 |
|
4021 |
-
#: templates/admin/csv-export.tpl.php:
|
4022 |
msgctxt "admin csv-export"
|
4023 |
msgid "Export Canceled"
|
4024 |
msgstr "Exportation annulée"
|
4025 |
|
4026 |
-
#: templates/admin/csv-export.tpl.php:
|
4027 |
msgctxt "admin csv-export"
|
4028 |
msgid "The export has been canceled."
|
4029 |
msgstr "L'exportation a été annulée."
|
4030 |
|
4031 |
-
#: templates/admin/csv-export.tpl.php:
|
4032 |
msgctxt "admin csv-export"
|
4033 |
msgid "← Return to CSV Export"
|
4034 |
msgstr "←Retourner vers l'export CSV"
|
@@ -4209,22 +4209,22 @@ msgctxt "fees order"
|
|
4209 |
msgid "Custom Order"
|
4210 |
msgstr "Ordre personnalisé"
|
4211 |
|
4212 |
-
#: includes/admin/fees.php:
|
4213 |
msgctxt "fees admin"
|
4214 |
msgid "Fee plan added."
|
4215 |
msgstr "Frais mis à jour."
|
4216 |
|
4217 |
-
#: includes/admin/fees.php:
|
4218 |
msgctxt "fees admin"
|
4219 |
msgid "Fee plan updated."
|
4220 |
msgstr "Frais mis à jour."
|
4221 |
|
4222 |
-
#: includes/admin/fees.php:
|
4223 |
msgctxt "fees admin"
|
4224 |
msgid "Fee \"%s\" deleted."
|
4225 |
msgstr "Frais \"%s\" effacé."
|
4226 |
|
4227 |
-
#: includes/admin/fees.php:
|
4228 |
msgctxt "fees admin"
|
4229 |
msgid "Fee disabled."
|
4230 |
msgstr "Frais désactivé."
|
@@ -4396,72 +4396,72 @@ msgctxt "fees admin"
|
|
4396 |
msgid "Status"
|
4397 |
msgstr "Statut"
|
4398 |
|
4399 |
-
#: templates/admin/fees-form.tpl.php:
|
4400 |
msgctxt "fees admin"
|
4401 |
msgid "Plan Category Policy:"
|
4402 |
msgstr "Politique de catégorie de plan :"
|
4403 |
|
4404 |
-
#: templates/admin/fees-form.tpl.php:
|
4405 |
msgctxt "fees admin"
|
4406 |
msgid "Plan applies to all categories"
|
4407 |
msgstr "Le plan s'applique à toutes les catégories"
|
4408 |
|
4409 |
-
#: templates/admin/fees-form.tpl.php:
|
4410 |
msgctxt "fees admin"
|
4411 |
msgid "Plan applies to only certain categories"
|
4412 |
msgstr "Le plan ne s'applique qu'à certaines catégories"
|
4413 |
|
4414 |
-
#: templates/admin/fees-form.tpl.php:
|
4415 |
msgctxt "fees admin"
|
4416 |
msgid "Limit plan to the following categories:"
|
4417 |
msgstr "Limite plan pour les catégories suivantes:"
|
4418 |
|
4419 |
-
#: templates/admin/fees-form.tpl.php:
|
4420 |
msgctxt "fees admin"
|
4421 |
msgid "Click to add categories to the selection."
|
4422 |
msgstr "Cliquez pour ajouter des catégories à la sélection."
|
4423 |
|
4424 |
-
#: templates/admin/fees-form.tpl.php:
|
4425 |
msgctxt "fees admin"
|
4426 |
msgid "Pricing"
|
4427 |
msgstr "Prix"
|
4428 |
|
4429 |
-
#: templates/admin/fees-form.tpl.php:
|
4430 |
msgctxt "fees admin"
|
4431 |
msgid "Pricing model"
|
4432 |
msgstr "Modèle de prix"
|
4433 |
|
4434 |
-
#: templates/admin/fees-form.tpl.php:
|
4435 |
msgctxt "fees admin"
|
4436 |
msgid "Flat price"
|
4437 |
msgstr "Prix fixe"
|
4438 |
|
4439 |
-
#: templates/admin/fees-form.tpl.php:
|
4440 |
msgctxt "fees admin"
|
4441 |
msgid "Different price for different categories"
|
4442 |
msgstr "Prix différent pour les différentes catégories"
|
4443 |
|
4444 |
-
#: templates/admin/fees-form.tpl.php:
|
4445 |
msgctxt "fees admin"
|
4446 |
msgid "Base price plus an extra amount per category"
|
4447 |
msgstr "Prix de base plus un montant supplémentaire par catégorie"
|
4448 |
|
4449 |
-
#: templates/admin/fees-form.tpl.php:
|
4450 |
msgctxt "fees admin"
|
4451 |
msgid "Fee Price"
|
4452 |
msgstr "Prix"
|
4453 |
|
4454 |
-
#: templates/admin/fees-form.tpl.php:
|
4455 |
msgctxt "fees admin"
|
4456 |
msgid "Prices per category"
|
4457 |
msgstr "Prix par catégorie"
|
4458 |
|
4459 |
-
#: templates/admin/fees-form.tpl.php:
|
4460 |
msgctxt "fees admin"
|
4461 |
msgid "Price"
|
4462 |
msgstr "Prix"
|
4463 |
|
4464 |
-
#: templates/admin/fees-form.tpl.php:
|
4465 |
msgctxt "fees admin"
|
4466 |
msgid "Extra amount (per category)"
|
4467 |
msgstr "Montant supplémentaire (par catégorie)"
|
@@ -4544,12 +4544,12 @@ msgctxt "form-fields admin"
|
|
4544 |
msgid "Form Preview"
|
4545 |
msgstr "Aperçu du formulaire"
|
4546 |
|
4547 |
-
#: includes/admin/form-fields.php:
|
4548 |
msgctxt "form-fields admin"
|
4549 |
msgid "Form fields updated."
|
4550 |
msgstr "Champs du formulaire mis à jour."
|
4551 |
|
4552 |
-
#: includes/admin/form-fields.php:
|
4553 |
msgctxt "form-fields admin"
|
4554 |
msgid ""
|
4555 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
@@ -4564,17 +4564,17 @@ msgstr ""
|
|
4564 |
"s'affichent publiquement, vous pouvez <a>activer l'affichage public des e-"
|
4565 |
"mails</a>."
|
4566 |
|
4567 |
-
#: includes/admin/form-fields.php:
|
4568 |
msgctxt "form-fields admin"
|
4569 |
msgid "Field deleted."
|
4570 |
msgstr "Champ effacé."
|
4571 |
|
4572 |
-
#: includes/admin/form-fields.php:
|
4573 |
msgctxt "form-fields admin"
|
4574 |
msgid "Required fields created successfully."
|
4575 |
msgstr "Champs requis créés avec succès."
|
4576 |
|
4577 |
-
#: includes/admin/form-fields.php:
|
4578 |
msgctxt "form-fields admin"
|
4579 |
msgid "Tags updated."
|
4580 |
msgstr "Étiquettes mises à jour."
|
@@ -4999,72 +4999,61 @@ msgid "Listing Status"
|
|
4999 |
msgstr "Statut liste"
|
5000 |
|
5001 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
5002 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5003 |
msgctxt "listing metabox"
|
5004 |
msgid "N/A"
|
5005 |
msgstr "N/A"
|
5006 |
|
5007 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5008 |
msgctxt "listing metabox"
|
5009 |
msgid "Last renew date"
|
5010 |
msgstr "Date de renouvellement"
|
5011 |
|
5012 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5013 |
msgctxt "listing metabox"
|
5014 |
msgid "Plan Details"
|
5015 |
msgstr "Détails des plans"
|
5016 |
|
5017 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5018 |
msgctxt "listing metabox"
|
5019 |
msgid "Fee Plan"
|
5020 |
msgstr "Plan tarifaire"
|
5021 |
|
5022 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5023 |
msgctxt "listing metabox"
|
5024 |
msgid "Change plan"
|
5025 |
msgstr "Changer de plan tarifaire"
|
5026 |
|
5027 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5028 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5029 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5030 |
msgctxt "listing metabox"
|
5031 |
msgid "OK"
|
5032 |
msgstr "OUI"
|
5033 |
|
5034 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5035 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5036 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5037 |
msgctxt "listing metabox"
|
5038 |
msgid "Cancel"
|
5039 |
msgstr "Annuler"
|
5040 |
|
5041 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5042 |
msgctxt "listing metabox"
|
5043 |
msgid "Expires On"
|
5044 |
msgstr "Expire le"
|
5045 |
|
5046 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5047 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:95
|
5048 |
-
msgctxt "listing metabox"
|
5049 |
-
msgid "Edit"
|
5050 |
-
msgstr "Editer"
|
5051 |
-
|
5052 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:82
|
5053 |
-
msgctxt "listing metabox"
|
5054 |
-
msgid "Never"
|
5055 |
-
msgstr "Jamais"
|
5056 |
-
|
5057 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
5058 |
msgctxt "listing metabox"
|
5059 |
msgid "# of images"
|
5060 |
msgstr "# des images"
|
5061 |
|
5062 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5063 |
msgctxt "listing metabox"
|
5064 |
msgid "Is Featured?"
|
5065 |
msgstr "A diffusé ?"
|
5066 |
|
5067 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5068 |
msgctxt "listing metabox"
|
5069 |
msgid "Is Recurring?"
|
5070 |
msgstr "Est récurrent?"
|
@@ -5202,13 +5191,6 @@ msgstr ""
|
|
5202 |
"rapides. Les recherches portant sur ces domaines sont très coûteuses et "
|
5203 |
"pourraient entraîner des dépassements de délais et / ou lenteur générale."
|
5204 |
|
5205 |
-
#: includes/admin/settings/class-settings-bootstrap.php:414
|
5206 |
-
msgctxt "admin settings"
|
5207 |
-
msgid ""
|
5208 |
-
"If no fields are selected, the following fields will be used in Quick "
|
5209 |
-
"Searches:"
|
5210 |
-
msgstr ""
|
5211 |
-
|
5212 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
5213 |
msgctxt "admin settings"
|
5214 |
msgid "Do not include comments in listings"
|
@@ -7521,47 +7503,47 @@ msgctxt "submit listing"
|
|
7521 |
msgid "Category & plan selection"
|
7522 |
msgstr "Sélection Catégorie et plan"
|
7523 |
|
7524 |
-
#: includes/views/submit_listing.php:
|
7525 |
msgctxt "submit listing"
|
7526 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7527 |
msgstr ""
|
7528 |
"Impossible de soumettre une liste en ce moment. Veuillez réessayer plus tard."
|
7529 |
|
7530 |
-
#: includes/views/submit_listing.php:
|
7531 |
msgctxt "submit listing"
|
7532 |
msgid "Please select a category."
|
7533 |
msgstr "Veuillez sélectionner une catégorie."
|
7534 |
|
7535 |
-
#: includes/views/submit_listing.php:
|
7536 |
msgctxt "submit listing"
|
7537 |
msgid "Please choose a valid category for your plan."
|
7538 |
msgstr "Veuillez choisir une catégorie valide pour votre annonce."
|
7539 |
|
7540 |
-
#: includes/views/submit_listing.php:
|
7541 |
msgctxt "submit listing"
|
7542 |
msgid "Please choose a valid fee plan for your category selection."
|
7543 |
msgstr ""
|
7544 |
"S'il vous plaît choisir un plan tarifaire valable pour votre sélection de "
|
7545 |
"catégorie."
|
7546 |
|
7547 |
-
#: includes/views/submit_listing.php:
|
7548 |
msgctxt "submit listing"
|
7549 |
msgid "Please enter your desired username."
|
7550 |
msgstr "S'il vous plaît entrer votre nom d'utilisateur souhaité."
|
7551 |
|
7552 |
-
#: includes/views/submit_listing.php:
|
7553 |
msgctxt "submit listing"
|
7554 |
msgid "Please enter the e-mail for your new account."
|
7555 |
msgstr "S'il vous plaît entrer votre e-mail pour votre nouveau compte."
|
7556 |
|
7557 |
-
#: includes/views/submit_listing.php:
|
7558 |
msgctxt "submit listing"
|
7559 |
msgid "The username you chose is already in use. Please use a different one."
|
7560 |
msgstr ""
|
7561 |
"Le nom d'utilisateur que vous avez choisi est déjà utilisé. Veuillez en "
|
7562 |
"utiliser un autre."
|
7563 |
|
7564 |
-
#: includes/views/submit_listing.php:
|
7565 |
msgctxt "submit listing"
|
7566 |
msgid "The e-mail address you chose for your account is already in use."
|
7567 |
msgstr ""
|
@@ -7588,12 +7570,12 @@ msgctxt "views"
|
|
7588 |
msgid "Find A Listing"
|
7589 |
msgstr "Trouver une annonce"
|
7590 |
|
7591 |
-
#: includes/class-wpbdp.php:
|
7592 |
msgctxt "listing image upload"
|
7593 |
msgid "Can not upload any more images for this listing."
|
7594 |
msgstr "Impossible de télécharger d'images pour cette annonce."
|
7595 |
|
7596 |
-
#: includes/class-wpbdp.php:
|
7597 |
msgctxt "listing image upload"
|
7598 |
msgid ""
|
7599 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
@@ -7902,21 +7884,21 @@ msgid ""
|
|
7902 |
"Listing submission has been disabled. Contact the administrator for details."
|
7903 |
msgstr ""
|
7904 |
|
7905 |
-
#: includes/views/submit_listing.php:
|
7906 |
msgctxt "templates"
|
7907 |
msgid ""
|
7908 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7909 |
"submit a listing. %s to create a fee plan"
|
7910 |
msgstr ""
|
7911 |
|
7912 |
-
#: includes/views/submit_listing.php:
|
7913 |
msgctxt "templates"
|
7914 |
msgid ""
|
7915 |
"Listing submission is not available at the moment. Contact the administrator "
|
7916 |
"for details."
|
7917 |
msgstr ""
|
7918 |
|
7919 |
-
#: includes/views/submit_listing.php:
|
7920 |
msgctxt "templates"
|
7921 |
msgid ""
|
7922 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -7924,12 +7906,12 @@ msgid ""
|
|
7924 |
"an existing field"
|
7925 |
msgstr ""
|
7926 |
|
7927 |
-
#: includes/views/submit_listing.php:
|
7928 |
msgctxt "templates"
|
7929 |
msgid "Please agree to the Terms and Conditions."
|
7930 |
msgstr "Veuillez accepter les conditions d'utilisation."
|
7931 |
|
7932 |
-
#: includes/views/submit_listing.php:
|
7933 |
msgctxt "templates"
|
7934 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7935 |
msgstr "J'accepte <a> Conditions générales </a>"
|
@@ -8194,12 +8176,12 @@ msgctxt "default category name"
|
|
8194 |
msgid "General"
|
8195 |
msgstr "Général"
|
8196 |
|
8197 |
-
#: includes/licensing.php:
|
8198 |
msgctxt "licensing"
|
8199 |
msgid "Could not contact licensing server"
|
8200 |
msgstr "Impossible de contacter le serveur de licences"
|
8201 |
|
8202 |
-
#: includes/licensing.php:
|
8203 |
#, fuzzy
|
8204 |
msgctxt "licensing"
|
8205 |
msgid ""
|
@@ -8210,7 +8192,7 @@ msgstr ""
|
|
8210 |
"Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
|
8211 |
"TLS:"
|
8212 |
|
8213 |
-
#: includes/licensing.php:
|
8214 |
msgctxt "licensing"
|
8215 |
msgid ""
|
8216 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -8223,7 +8205,7 @@ msgstr ""
|
|
8223 |
"version d'OpenSSL qui supporte TLSv1.2 (la version minimale avec le support "
|
8224 |
"est OpenSSL 1.0.1c)."
|
8225 |
|
8226 |
-
#: includes/licensing.php:
|
8227 |
msgctxt "licensing"
|
8228 |
msgid ""
|
8229 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -8235,7 +8217,7 @@ msgstr ""
|
|
8235 |
"votre site Web à pouvoir interagir avec les services en utilisant les "
|
8236 |
"dernières normes de sécurité."
|
8237 |
|
8238 |
-
#: includes/licensing.php:
|
8239 |
#, fuzzy
|
8240 |
msgctxt "licensing"
|
8241 |
msgid ""
|
@@ -8245,7 +8227,7 @@ msgstr ""
|
|
8245 |
"Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
|
8246 |
"à jour votre hébergement. Incluez ce message si nécessaire."
|
8247 |
|
8248 |
-
#: includes/licensing.php:
|
8249 |
#, fuzzy
|
8250 |
msgctxt "licensing"
|
8251 |
msgid ""
|
@@ -8255,7 +8237,7 @@ msgstr ""
|
|
8255 |
"Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
|
8256 |
"à jour votre hébergement. Incluez ce message si nécessaire."
|
8257 |
|
8258 |
-
#: includes/licensing.php:
|
8259 |
msgctxt "licensing"
|
8260 |
msgid "The server returned a 403 Forbidden error."
|
8261 |
msgstr "Le serveur a renvoyé une erreur 403 Forbidden."
|
@@ -8265,23 +8247,23 @@ msgctxt "licensing"
|
|
8265 |
msgid "Could not activate license: %s."
|
8266 |
msgstr "Impossible d'activer la licence: %s."
|
8267 |
|
8268 |
-
#: includes/licensing.php:
|
8269 |
msgctxt "licensing"
|
8270 |
msgid "License activated"
|
8271 |
msgstr "Licence activée"
|
8272 |
|
8273 |
-
#: includes/licensing.php:
|
8274 |
msgctxt "licensing"
|
8275 |
msgid "Could not deactivate license: %s."
|
8276 |
msgstr "Impossible de désactiver la licence: %s."
|
8277 |
|
8278 |
-
#: includes/licensing.php:
|
8279 |
msgctxt "licensing"
|
8280 |
msgid "License deactivated"
|
8281 |
msgstr "Licence désactivée"
|
8282 |
|
8283 |
#. translators: "<module-name>" version <version-number> is not...
|
8284 |
-
#: includes/licensing.php:
|
8285 |
#, fuzzy
|
8286 |
msgctxt "deprecation"
|
8287 |
msgid ""
|
@@ -8732,7 +8714,7 @@ msgstr ""
|
|
8732 |
"Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
|
8733 |
"publiée."
|
8734 |
|
8735 |
-
#: includes/views/submit_listing.php:
|
8736 |
msgctxt "listing submit"
|
8737 |
msgid ""
|
8738 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -8882,12 +8864,12 @@ msgctxt "widgets"
|
|
8882 |
msgid "Search"
|
8883 |
msgstr "Rechercher"
|
8884 |
|
8885 |
-
#: templates/admin/csv-export.tpl.php:
|
8886 |
-
#: templates/admin/csv-export.tpl.php:
|
8887 |
-
#: templates/admin/csv-import.tpl.php:
|
8888 |
-
#: templates/admin/csv-import.tpl.php:
|
8889 |
-
#: templates/admin/csv-import.tpl.php:
|
8890 |
-
#: templates/admin/csv-import.tpl.php:
|
8891 |
msgctxt "admin forms"
|
8892 |
msgid "required"
|
8893 |
msgstr "requis"
|
@@ -8934,22 +8916,22 @@ msgstr ""
|
|
8934 |
"d'assistance </a> et nous y répondrons dans les 24 heures la plupart du "
|
8935 |
"temps."
|
8936 |
|
8937 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8938 |
msgctxt "admin infometabox"
|
8939 |
msgid "Renewal url (copy & paste)"
|
8940 |
msgstr "URL de renouvellement (copier-coller)"
|
8941 |
|
8942 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8943 |
msgctxt "admin infometabox"
|
8944 |
msgid "Get renewal URL"
|
8945 |
msgstr "Obtenir l'URL de renouvellement de l'annonce"
|
8946 |
|
8947 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8948 |
msgctxt "admin infometabox"
|
8949 |
msgid "Send renewal e-mail"
|
8950 |
msgstr "Envoyer un e-mail à l'utilisateur"
|
8951 |
|
8952 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8953 |
msgctxt "admin infometabox"
|
8954 |
msgid "Renew listing"
|
8955 |
msgstr "Renouveler l'annonce"
|
@@ -9266,6 +9248,26 @@ msgctxt "send-access-keys"
|
|
9266 |
msgid "Continue"
|
9267 |
msgstr "Continuer"
|
9268 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9269 |
#~ msgctxt "settings"
|
9270 |
#~ msgid "Default new post status"
|
9271 |
#~ msgstr "Statut du nouveau message par défaut"
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2021-04-08 23:15:52+00:00\n"
|
9 |
"PO-Revision-Date: 2020-06-17 15:32-0500\n"
|
10 |
"Last-Translator: Laurent Provin <lprovin@yahoo.fr>\n"
|
11 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
24 |
msgid "Are you sure you want to do this?"
|
25 |
msgstr "Êtes-vous sûr de vouloir faire ça ?"
|
26 |
|
27 |
+
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
|
28 |
#, fuzzy
|
29 |
msgid "Help"
|
30 |
msgstr "Aide"
|
31 |
|
32 |
+
#: includes/admin/class-admin-listings.php:185
|
33 |
#: includes/views/submit_listing.php:497
|
34 |
#: templates/email/listing-reported.tpl.php:7
|
35 |
msgid "Listing Information"
|
36 |
msgstr "Information sur l'annonce"
|
37 |
|
38 |
+
#: includes/admin/class-admin-listings.php:193
|
39 |
msgid "Listing Timeline"
|
40 |
msgstr "Titre de l'annonce"
|
41 |
|
42 |
+
#: includes/admin/class-admin-listings.php:211
|
43 |
#, fuzzy
|
44 |
msgid "Listing Reports"
|
45 |
msgstr "Une annonce expire"
|
46 |
|
47 |
+
#: includes/admin/class-admin-listings.php:221
|
48 |
#: includes/admin/class-listing-owner.php:87
|
49 |
#, fuzzy
|
50 |
msgid "Listing Owner"
|
51 |
msgstr "Une annonce expire"
|
52 |
|
53 |
+
#: includes/admin/class-admin-listings.php:266
|
54 |
msgid "Expires on"
|
55 |
msgstr "Expire le"
|
56 |
|
57 |
+
#: includes/admin/class-admin-listings.php:274
|
58 |
msgid "Attributes"
|
59 |
msgstr "Attributs"
|
60 |
|
61 |
+
#: includes/admin/class-admin-listings.php:471
|
62 |
#: includes/class-cpt-integration.php:19
|
63 |
#: includes/compatibility/class-navxt-integration.php:200
|
64 |
#: templates/submit-listing.tpl.php:15
|
65 |
msgid "Edit Listing"
|
66 |
msgstr "Editer l'annonce"
|
67 |
|
|
|
|
|
|
|
|
|
|
|
68 |
#: includes/admin/class-admin.php:186
|
69 |
#, fuzzy
|
70 |
msgid ""
|
142 |
msgid "Listing Count"
|
143 |
msgstr "Compteur d'annonces"
|
144 |
|
145 |
+
#: includes/admin/class-csv-import.php:674
|
146 |
#, fuzzy
|
147 |
msgid "Listing imported by admin. Payment skipped."
|
148 |
msgstr "Annonce soumis par admin. Paiement sauté."
|
229 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
230 |
#: includes/admin/helpers/class-payments-table.php:57
|
231 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
232 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:73
|
233 |
+
#: templates/admin/payments-details.tpl.php:110
|
234 |
#: templates/email/listing-payment-completed.tpl.php:21
|
235 |
#: templates/payment/payment_items.tpl.php:5
|
236 |
#, fuzzy
|
246 |
|
247 |
#: includes/admin/form-fields.php:31
|
248 |
#: includes/fields/class-fieldtypes-social.php:138
|
249 |
+
#: templates/admin/csv-import.tpl.php:305
|
250 |
#, fuzzy
|
251 |
msgid "Type"
|
252 |
msgstr "Type"
|
253 |
|
254 |
#: includes/admin/form-fields.php:88
|
255 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:84
|
256 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:99
|
257 |
msgid "Edit"
|
258 |
msgstr "Editer"
|
259 |
|
278 |
"Vous pouvez créer ces champs personnalisés pas vous-mêmes dans \"Gestion des "
|
279 |
"Champs\" ou laissez le plugin le faire pour vous automatiquement."
|
280 |
|
281 |
+
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:826
|
282 |
#, fuzzy
|
283 |
msgid "Go to \"Form Fields\""
|
284 |
msgstr "Aller à \"Gestion des Champs\""
|
289 |
msgid "Go back"
|
290 |
msgstr "Non, reviens"
|
291 |
|
292 |
+
#: includes/admin/form-fields.php:522
|
293 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
294 |
#: templates/email/listing-added.tpl.php:10
|
295 |
#: templates/email/listing-edited.tpl.php:16
|
298 |
msgid "Title"
|
299 |
msgstr "Titre"
|
300 |
|
301 |
+
#: includes/admin/form-fields.php:523 templates/admin/fees-form.tpl.php:217
|
302 |
#: templates/email/listing-added.tpl.php:21
|
303 |
#: templates/email/listing-edited.tpl.php:29
|
304 |
#, fuzzy
|
305 |
msgid "Category"
|
306 |
msgstr "Catégorie"
|
307 |
|
308 |
+
#: includes/admin/form-fields.php:524
|
309 |
#, fuzzy
|
310 |
msgid "Excerpt"
|
311 |
msgstr "Extrait"
|
312 |
|
313 |
+
#: includes/admin/form-fields.php:525
|
314 |
#, fuzzy
|
315 |
msgid "Content"
|
316 |
msgstr "Contenu"
|
317 |
|
318 |
+
#: includes/admin/form-fields.php:526
|
319 |
#, fuzzy
|
320 |
msgid "Tags"
|
321 |
msgstr "Étiquettes (tags)"
|
322 |
|
323 |
+
#: includes/admin/form-fields.php:527 includes/form-fields.php:445
|
324 |
#: templates/checkout-billing-form.tpl.php:75
|
325 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
326 |
#, fuzzy
|
327 |
msgid "Address"
|
328 |
msgstr "Adresse"
|
329 |
|
330 |
+
#: includes/admin/form-fields.php:528
|
331 |
#, fuzzy
|
332 |
msgid "Address 2"
|
333 |
msgstr "Adresse"
|
334 |
|
335 |
+
#: includes/admin/form-fields.php:529
|
336 |
+
#: templates/admin/payments-details.tpl.php:161
|
337 |
#: templates/checkout-billing-form.tpl.php:87
|
338 |
#, fuzzy
|
339 |
msgid "City"
|
340 |
msgstr "Ville"
|
341 |
|
342 |
+
#: includes/admin/form-fields.php:530
|
343 |
+
#: templates/admin/payments-details.tpl.php:157
|
344 |
#, fuzzy
|
345 |
msgid "State"
|
346 |
msgstr "Région"
|
347 |
|
348 |
+
#: includes/admin/form-fields.php:531
|
349 |
+
#: templates/admin/payments-details.tpl.php:153
|
350 |
#: templates/checkout-billing-form.tpl.php:102
|
351 |
#, fuzzy
|
352 |
msgid "Country"
|
353 |
msgstr "Pays"
|
354 |
|
355 |
+
#: includes/admin/form-fields.php:532 includes/form-fields.php:453
|
356 |
+
#: templates/admin/payments-details.tpl.php:165
|
357 |
msgid "ZIP Code"
|
358 |
msgstr "Code postal"
|
359 |
|
360 |
+
#: includes/admin/form-fields.php:533
|
361 |
#, fuzzy
|
362 |
msgid "FAX Number"
|
363 |
msgstr "Numéro de fax"
|
364 |
|
365 |
+
#: includes/admin/form-fields.php:534
|
366 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
367 |
#, fuzzy
|
368 |
msgid "Phone Number"
|
369 |
msgstr "Numéro de téléphone"
|
370 |
|
371 |
+
#: includes/admin/form-fields.php:535
|
372 |
#, fuzzy
|
373 |
msgid "Ratings Field"
|
374 |
msgstr "Champs d'évaluation"
|
375 |
|
376 |
+
#: includes/admin/form-fields.php:536
|
377 |
#, fuzzy
|
378 |
msgid "Twitter"
|
379 |
msgstr "Twitter"
|
380 |
|
381 |
+
#: includes/admin/form-fields.php:537 includes/form-fields.php:411
|
382 |
#, fuzzy
|
383 |
msgid "Website"
|
384 |
msgstr "Site Internet"
|
451 |
msgstr "Pourquoi avez-vous désinstallé le plugin Business Directory?"
|
452 |
|
453 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
454 |
+
#: includes/form-fields.php:428 includes/views/submit_listing.php:1225
|
455 |
+
#: templates/admin/payments-details.tpl.php:137
|
456 |
#: templates/listing-contactform.tpl.php:33
|
457 |
#: templates/listing-flagging-form.tpl.php:39
|
458 |
#, fuzzy
|
482 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
483 |
#: includes/class-assets.php:317
|
484 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
485 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
486 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
487 |
#, fuzzy
|
488 |
msgid "No"
|
489 |
msgstr "Non"
|
556 |
"sur des plans d'hébergement partagé, où la performance de base de données "
|
557 |
"est un problème."
|
558 |
|
559 |
+
#: includes/admin/settings/class-settings-bootstrap.php:414
|
560 |
+
msgid ""
|
561 |
+
"If no fields are selected, the following fields will be used in Quick "
|
562 |
+
"Searches:"
|
563 |
+
msgstr ""
|
564 |
+
|
565 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
566 |
#, fuzzy
|
567 |
msgid "Categories"
|
845 |
msgstr "Business Directory - Migration des niveaux en vedette"
|
846 |
|
847 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
848 |
+
#: templates/admin/fees-form.tpl.php:17
|
849 |
#, fuzzy
|
850 |
msgid "Fee Label"
|
851 |
msgstr "Etiquettes des Frais"
|
874 |
msgstr "Statut:"
|
875 |
|
876 |
#: includes/class-assets.php:315
|
877 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:86
|
878 |
#, fuzzy
|
879 |
msgid "Never"
|
880 |
msgstr "Jamais"
|
881 |
|
882 |
#: includes/class-assets.php:316
|
883 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
884 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
885 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
886 |
#, fuzzy
|
887 |
msgid "Yes"
|
888 |
msgstr "Oui"
|
1015 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: includes/class-wpbdp.php:305
|
1019 |
+
#, fuzzy
|
1020 |
+
msgid "Upgrade to Premium"
|
1021 |
+
msgstr "Mettre à jour vers %s"
|
1022 |
+
|
1023 |
+
#: includes/class-wpbdp.php:308
|
1024 |
#, fuzzy
|
1025 |
msgid "Settings"
|
1026 |
msgstr "Paramètres"
|
1027 |
|
1028 |
+
#: includes/class-wpbdp.php:507
|
1029 |
#, fuzzy
|
1030 |
msgid "Could not find listing ID"
|
1031 |
msgstr "Impossible de contacter le serveur de licences"
|
1032 |
|
1033 |
+
#: includes/class-wpbdp.php:514
|
1034 |
#, fuzzy
|
1035 |
msgid ""
|
1036 |
"Could not verify the image upload request. If problem persists contact site "
|
1039 |
"Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
|
1040 |
"erreurs et soumettre à nouveau."
|
1041 |
|
1042 |
+
#: includes/class-wpbdp.php:521 includes/fields/class-fieldtypes-image.php:322
|
1043 |
#, fuzzy
|
1044 |
msgid "Could not find image ID"
|
1045 |
msgstr "Impossible de mettre à jour le thème: %s"
|
1046 |
|
1047 |
+
#: includes/class-wpbdp.php:553
|
1048 |
msgid ""
|
1049 |
"The directory features are disabled at this time because a <a>manual "
|
1050 |
"upgrade</a> is pending."
|
1053 |
"désactivés car le plugin a besoin d'effectuer une mise à jour manuelle avant "
|
1054 |
"de poursuivre."
|
1055 |
|
1056 |
+
#: includes/class-wpbdp.php:560
|
1057 |
msgid ""
|
1058 |
"The directory is not available at this time. Please try again in a few "
|
1059 |
"minutes or contact the administrator if the problem persists."
|
1230 |
"à cocher)."
|
1231 |
|
1232 |
#: includes/fields/class-fieldtypes-select.php:262
|
1233 |
+
#: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
|
1234 |
+
#: templates/admin/fees-form.tpl.php:58
|
1235 |
#, fuzzy
|
1236 |
msgid "required"
|
1237 |
msgstr "requis"
|
1348 |
msgid "Short Description"
|
1349 |
msgstr "Brève description de l'entreprise"
|
1350 |
|
1351 |
+
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:109
|
1352 |
#, fuzzy
|
1353 |
msgid "Description"
|
1354 |
msgstr "Description"
|
1507 |
msgid "Invalid item ID"
|
1508 |
msgstr "ID d'élément non valide"
|
1509 |
|
1510 |
+
#: includes/licensing.php:430
|
1511 |
#, fuzzy
|
1512 |
msgid "No license key provided"
|
1513 |
msgstr "Aucune clé de licence fournie"
|
1514 |
|
1515 |
+
#: includes/licensing.php:479 includes/licensing.php:516
|
1516 |
#, fuzzy
|
1517 |
msgid "License key is invalid"
|
1518 |
msgstr "La clé de licence est invalide"
|
1519 |
|
1520 |
+
#: includes/licensing.php:483
|
1521 |
#, fuzzy
|
1522 |
msgid "Deactivation failed"
|
1523 |
msgstr "La désactivation a échoué"
|
1524 |
|
1525 |
+
#: includes/licensing.php:528
|
1526 |
#, fuzzy
|
1527 |
msgid "The license key was revoked."
|
1528 |
msgstr "Aucune clé de licence fournie"
|
1529 |
|
1530 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1531 |
+
#: includes/licensing.php:532
|
1532 |
#, fuzzy
|
1533 |
msgid ""
|
1534 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
1541 |
"technique</support-link> et demandez-leur d'ajouter votre adresse IP <ip-"
|
1542 |
"address> à la liste blanche."
|
1543 |
|
1544 |
+
#: includes/licensing.php:595
|
1545 |
#, fuzzy
|
1546 |
msgid ""
|
1547 |
"It was not possible to establish a connection with the Business Directory "
|
1550 |
"Il n'a pas été possible d'établir une connexion avec le serveur de Business "
|
1551 |
"Directory. La connexion a échoué avec l'erreur suivante:"
|
1552 |
|
1553 |
+
#: includes/licensing.php:608
|
1554 |
#, fuzzy
|
1555 |
msgid ""
|
1556 |
"It was not possible to establish a connection with the Business Directory "
|
1560 |
"Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
|
1561 |
"TLS:"
|
1562 |
|
1563 |
+
#: includes/licensing.php:655
|
1564 |
#, fuzzy
|
1565 |
msgid ""
|
1566 |
"It looks like your server is not authorized to make outgoing requests to "
|
1571 |
"aux serveurs de Business Directory. Contactez le support technique et "
|
1572 |
"demandez-leur d'ajouter votre adresse IP <ip-address> à la liste blanche."
|
1573 |
|
1574 |
+
#: includes/licensing.php:742
|
1575 |
#, fuzzy
|
1576 |
msgid "Business Directory license key is missing."
|
1577 |
msgstr "Business Directory - Clé de licence expirée"
|
1578 |
|
1579 |
+
#: includes/licensing.php:743
|
1580 |
#, fuzzy
|
1581 |
msgid "Business Directory license key has expired"
|
1582 |
msgstr "Business Directory - Clé de licence expirée"
|
1583 |
|
1584 |
+
#: includes/licensing.php:744
|
1585 |
#, fuzzy
|
1586 |
msgid "Could not verify Business Directory license."
|
1587 |
msgstr "Aider à améliorer Business Directory"
|
1588 |
|
1589 |
+
#: includes/licensing.php:755
|
1590 |
#, fuzzy
|
1591 |
msgid "Review license keys"
|
1592 |
msgstr "Renouveller la clé de licence"
|
1593 |
|
1594 |
+
#: includes/licensing.php:868
|
1595 |
msgid "Missing data. Please reload this page and try again."
|
1596 |
msgstr ""
|
1597 |
|
1598 |
+
#: includes/licensing.php:873
|
1599 |
#, fuzzy
|
1600 |
msgid "Please enter a license key."
|
1601 |
msgstr "S'il vous plaît entrer une clé de licence."
|
1683 |
msgid "Account Creation"
|
1684 |
msgstr "Création de compte"
|
1685 |
|
1686 |
+
#: includes/views/submit_listing.php:809
|
1687 |
#, fuzzy
|
1688 |
msgid "Go to \"Fee Plans\""
|
1689 |
msgstr "Plan tarifaire"
|
1690 |
|
1691 |
+
#: includes/views/submit_listing.php:865
|
1692 |
#, fuzzy
|
1693 |
msgid "Please choose a fee plan."
|
1694 |
msgstr "(Veuillez choisir un tarif ci-dessus)"
|
1695 |
|
1696 |
+
#: includes/views/submit_listing.php:1049
|
1697 |
#, fuzzy
|
1698 |
msgid "Please check the form for errors, correct them and submit again."
|
1699 |
msgstr ""
|
1700 |
"Quelque chose s'est mal passé. Veuillez vérifier le formulaire, corriger les "
|
1701 |
"erreurs et soumettre à nouveau."
|
1702 |
|
1703 |
+
#: includes/views/submit_listing.php:1209
|
1704 |
#, fuzzy
|
1705 |
msgid "Create a user account on this site"
|
1706 |
msgstr "Créer un compte utilisateur sur ce site"
|
1707 |
|
1708 |
+
#: includes/views/submit_listing.php:1216
|
1709 |
#, fuzzy
|
1710 |
msgid "Username"
|
1711 |
msgstr "Nom d'utilisateur (login) :"
|
1712 |
|
1713 |
+
#: includes/views/submit_listing.php:1238
|
1714 |
#, fuzzy
|
1715 |
msgid "Clear Form"
|
1716 |
msgstr "Effacer le formulaire"
|
1726 |
"votre espace disque et votre mémoire disponible sur PHP soient suffisants. "
|
1727 |
"Vérifiez votre journal d'erreurs pour plus de détails."
|
1728 |
|
1729 |
+
#: templates/admin/csv-export.tpl.php:65
|
1730 |
#, fuzzy
|
1731 |
msgid ""
|
1732 |
"If you plan to re-import the listings into your directory and don't want new "
|
1735 |
"Si vous prévoyez de ré-importer les annonces dans la base de donnée et ne "
|
1736 |
"souhaitez pas en créer de nouvelles, sélectionnez cette option!"
|
1737 |
|
1738 |
+
#. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
|
1739 |
+
#: templates/admin/csv-import.tpl.php:34
|
1740 |
+
#, fuzzy
|
1741 |
+
msgid ""
|
1742 |
+
"We strongly recommend reading our %1$sCSV import documentation%2$s first to "
|
1743 |
+
"help you do things in the right order."
|
1744 |
+
msgstr ""
|
1745 |
+
"Nous vous recommandons vivement la lecture de notre document d'importation "
|
1746 |
+
"<a> CSV </a> afin de vous aider à faire les choses dans le bon ordre."
|
1747 |
+
|
1748 |
+
#: templates/admin/csv-import.tpl.php:274
|
1749 |
#, fuzzy
|
1750 |
msgid "Disable email notifications during import?"
|
1751 |
msgstr "Désactiver les notifications par e-mail durant l'importation?"
|
1752 |
|
1753 |
+
#: templates/admin/csv-import.tpl.php:281
|
1754 |
#, fuzzy
|
1755 |
msgid "Disable email notifications."
|
1756 |
msgstr "Désactiver les notifications par e-mail."
|
1769 |
msgid "Download Debug Information"
|
1770 |
msgstr "Télécharger les informations de débogage"
|
1771 |
|
1772 |
+
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:243
|
1773 |
#, fuzzy
|
1774 |
msgid "Add Listing Fee"
|
1775 |
msgstr "Ajouter les droits d'inscription"
|
1779 |
msgid "Edit Listing Fee"
|
1780 |
msgstr "Editer l'annonce"
|
1781 |
|
1782 |
+
#: templates/admin/fees-form.tpl.php:30
|
1783 |
#, fuzzy
|
1784 |
msgid "Fee Description"
|
1785 |
msgstr "Description du champ"
|
1786 |
|
1787 |
+
#: templates/admin/fees-form.tpl.php:38
|
1788 |
#, fuzzy
|
1789 |
msgid "How long should the listing run?"
|
1790 |
msgstr "Combien de temps devrait durer l'annonce ?"
|
1791 |
|
1792 |
+
#: templates/admin/fees-form.tpl.php:41
|
1793 |
#, fuzzy
|
1794 |
msgid "run listing for"
|
1795 |
msgstr "exécuter l'annonce pour"
|
1796 |
|
1797 |
+
#: templates/admin/fees-form.tpl.php:51
|
1798 |
#: templates/plan-selection-plan.tpl.php:39
|
1799 |
#, fuzzy
|
1800 |
msgid "days"
|
1801 |
msgstr "jours"
|
1802 |
|
1803 |
+
#: templates/admin/fees-form.tpl.php:53
|
1804 |
#, fuzzy
|
1805 |
msgid "run listing forever"
|
1806 |
msgstr "toujours exécuter l'annonce"
|
1807 |
|
1808 |
+
#: templates/admin/fees-form.tpl.php:58
|
1809 |
#, fuzzy
|
1810 |
msgid "Number of images allowed"
|
1811 |
msgstr "Nombre d'images autorisées"
|
1812 |
|
1813 |
+
#: templates/admin/fees-form.tpl.php:73
|
1814 |
msgid "Private Fee Plan (visible to admins only)?"
|
1815 |
msgstr ""
|
1816 |
|
1817 |
+
#: templates/admin/fees-form.tpl.php:90
|
1818 |
#, fuzzy
|
1819 |
msgid "Is recurring?"
|
1820 |
msgstr "Est récurrent?"
|
1821 |
|
1822 |
+
#: templates/admin/fees-form.tpl.php:102
|
1823 |
#, fuzzy
|
1824 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1825 |
msgstr ""
|
1826 |
"L'annonce devrait-elle être renouvelée automatiquement à la fin de la "
|
1827 |
"période d'inscription ?"
|
1828 |
|
1829 |
+
#: templates/admin/fees-form.tpl.php:108
|
1830 |
#, fuzzy
|
1831 |
msgid "Is featured listing/sticky?"
|
1832 |
msgstr "Annonces prioritaires?"
|
1833 |
|
1834 |
+
#: templates/admin/fees-form.tpl.php:119
|
1835 |
#, fuzzy
|
1836 |
msgid ""
|
1837 |
"This floats the listing to the top of search results and browsing the "
|
1840 |
"Cela place l'annonce en haut des résultats de recherche, en parcourant "
|
1841 |
"l'annuaire lorsque l'utilisateur achète ce plan."
|
1842 |
|
1843 |
+
#: templates/admin/fees-form.tpl.php:125
|
1844 |
#, fuzzy
|
1845 |
msgid "Listing background color:"
|
1846 |
msgstr "Couleur d'arrière-plan de l'annonce:"
|
1847 |
|
1848 |
+
#: templates/admin/fees-form.tpl.php:131
|
1849 |
#, fuzzy
|
1850 |
msgid "Used to differentiate listings inside this plan from others."
|
1851 |
msgstr "Utilisé pour différencier les annonces de ce plan des autres annonces."
|
1852 |
|
1853 |
+
#: templates/admin/fees-form.tpl.php:243
|
1854 |
#: templates/admin/settings-email.tpl.php:116
|
1855 |
#: templates/submit-listing-section.tpl.php:30
|
1856 |
#, fuzzy
|
2039 |
msgid "Payment Not Found"
|
2040 |
msgstr "Information concernant les frais"
|
2041 |
|
2042 |
+
#: templates/admin/payments-details.tpl.php:42
|
2043 |
#, fuzzy
|
2044 |
msgid "Overview"
|
2045 |
msgstr "Aperçu"
|
2046 |
|
2047 |
+
#: templates/admin/payments-details.tpl.php:46
|
2048 |
+
#: templates/admin/payments-details.tpl.php:80
|
2049 |
#, fuzzy
|
2050 |
msgid "Payment ID"
|
2051 |
msgstr "ID de paiement:"
|
2052 |
|
2053 |
+
#: templates/admin/payments-details.tpl.php:50
|
2054 |
#, fuzzy
|
2055 |
msgid "Listing"
|
2056 |
msgstr "Annonce"
|
2057 |
|
2058 |
+
#: templates/admin/payments-details.tpl.php:56
|
2059 |
#, fuzzy
|
2060 |
msgid "Status"
|
2061 |
msgstr "Statut"
|
2062 |
|
2063 |
+
#: templates/admin/payments-details.tpl.php:65
|
2064 |
#, fuzzy
|
2065 |
msgid "Date"
|
2066 |
msgstr "Date"
|
2067 |
|
2068 |
+
#: templates/admin/payments-details.tpl.php:69
|
2069 |
#, fuzzy
|
2070 |
msgid "Time"
|
2071 |
msgstr "Date:"
|
2072 |
|
2073 |
+
#: templates/admin/payments-details.tpl.php:74
|
2074 |
#, fuzzy
|
2075 |
msgid "Gateway"
|
2076 |
msgstr "Passerelle"
|
2077 |
|
2078 |
#. translators: Gateway: (Not yet set)
|
2079 |
+
#: templates/admin/payments-details.tpl.php:76
|
2080 |
#, fuzzy
|
2081 |
msgid "(Not yet set)"
|
2082 |
msgstr "(Pas encore inscrit)"
|
2083 |
|
2084 |
+
#: templates/admin/payments-details.tpl.php:91
|
2085 |
#, fuzzy
|
2086 |
msgid "Delete Payment"
|
2087 |
msgstr "Supprimer le paiement"
|
2088 |
|
2089 |
+
#: templates/admin/payments-details.tpl.php:93
|
2090 |
#, fuzzy
|
2091 |
msgid "Save Payment"
|
2092 |
msgstr "Enregistrer le paiement"
|
2093 |
|
2094 |
+
#: templates/admin/payments-details.tpl.php:104
|
2095 |
#, fuzzy
|
2096 |
msgid "Details"
|
2097 |
msgstr "Détails"
|
2098 |
|
2099 |
+
#: templates/admin/payments-details.tpl.php:108
|
2100 |
#, fuzzy
|
2101 |
msgid "Item Type"
|
2102 |
msgstr "Type d'élément"
|
2103 |
|
2104 |
+
#: templates/admin/payments-details.tpl.php:121
|
2105 |
#: templates/payment/payment_items.tpl.php:23
|
2106 |
#, fuzzy
|
2107 |
msgid "Total"
|
2108 |
msgstr "Total"
|
2109 |
|
2110 |
+
#: templates/admin/payments-details.tpl.php:132
|
2111 |
#, fuzzy
|
2112 |
msgid "Customer Details"
|
2113 |
msgstr "Détails du client"
|
2114 |
|
2115 |
+
#: templates/admin/payments-details.tpl.php:142
|
2116 |
#: templates/checkout-billing-form.tpl.php:17
|
2117 |
#, fuzzy
|
2118 |
msgid "First Name"
|
2119 |
msgstr "Prénom"
|
2120 |
|
2121 |
+
#: templates/admin/payments-details.tpl.php:147
|
2122 |
#: templates/checkout-billing-form.tpl.php:22
|
2123 |
#, fuzzy
|
2124 |
msgid "Last Name"
|
2125 |
msgstr "Nom"
|
2126 |
|
2127 |
+
#: templates/admin/payments-details.tpl.php:169
|
2128 |
#, fuzzy
|
2129 |
msgid "Address Line 1"
|
2130 |
msgstr "Adresse ligne 1:"
|
2131 |
|
2132 |
+
#: templates/admin/payments-details.tpl.php:173
|
2133 |
#: templates/checkout-billing-form.tpl.php:81
|
2134 |
#, fuzzy
|
2135 |
msgid "Address Line 2"
|
2136 |
msgstr "Adresse ligne 2"
|
2137 |
|
2138 |
+
#: templates/admin/payments-details.tpl.php:182
|
2139 |
#, fuzzy
|
2140 |
msgid "Notes & Log"
|
2141 |
msgstr "Notes et registre"
|
2142 |
|
2143 |
+
#: templates/admin/payments-details.tpl.php:187
|
2144 |
#, fuzzy
|
2145 |
msgid "No notes."
|
2146 |
msgstr "Pas de notes."
|
2147 |
|
2148 |
+
#: templates/admin/payments-details.tpl.php:207
|
2149 |
#, fuzzy
|
2150 |
msgid "Add Note"
|
2151 |
msgstr "Ajouter une note"
|
2923 |
msgid "See an example CSV import file"
|
2924 |
msgstr "Voir un exemple de fichier CSV importé"
|
2925 |
|
2926 |
+
#: includes/admin/class-csv-import.php:531
|
2927 |
msgctxt "admin csv-import"
|
2928 |
msgid ""
|
2929 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2932 |
"Impossible de créer la catégorie d'inscription \"<category-name>\". "
|
2933 |
"L'opération a échoué avec l'erreur suivante : <error-message>."
|
2934 |
|
2935 |
+
#: includes/admin/class-csv-import.php:537
|
2936 |
msgctxt "admin csv-import"
|
2937 |
msgid "Could not create listing category \"%s\""
|
2938 |
msgstr "Vous ne pouvez pas créer cette catégorie d'annonce \"%s\""
|
2939 |
|
2940 |
+
#: includes/admin/class-csv-import.php:728
|
2941 |
msgctxt "admin csv-import"
|
2942 |
msgid "Username \"%s\" does not exist"
|
2943 |
msgstr "Le nom d'utilisateur \"%s\" n'existe pas"
|
2944 |
|
2945 |
+
#: includes/admin/class-csv-import.php:755
|
2946 |
msgctxt "admin csv-import"
|
2947 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2948 |
msgstr "Il n'y a pas de plan de frais avec ID = <fee-id>"
|
2949 |
|
2950 |
+
#: includes/admin/class-csv-import.php:786
|
2951 |
msgctxt "admin csv-import"
|
2952 |
msgid "Missing required field: %s"
|
2953 |
msgstr "Absence d'un champ requis: %s"
|
2954 |
|
2955 |
+
#: includes/admin/class-csv-import.php:831
|
2956 |
msgctxt "admin csv-import"
|
2957 |
msgid "Listing category \"%s\" does not exist"
|
2958 |
msgstr "La catégorie d'annonce \"%s\" n'existe pas"
|
2959 |
|
2960 |
+
#: includes/admin/class-csv-import.php:902
|
2961 |
msgctxt "admin csv-import"
|
2962 |
msgid "The string <string> couldn't be converted into a valid date."
|
2963 |
msgstr "La chaîne <string> ne peut pas être convertie en une date valide."
|
3136 |
"Ici, vous pouvez importer des données dans votre répertoire en utilisant le "
|
3137 |
"format CSV."
|
3138 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3139 |
#: templates/admin/csv-import.tpl.php:45
|
3140 |
msgctxt "admin csv-import"
|
3141 |
msgid "Import Files"
|
3153 |
"... ou <a>sélectionner un fichier téléchargé dans le dossier des "
|
3154 |
"importations</a>"
|
3155 |
|
3156 |
+
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
|
3157 |
msgctxt "admin csv-import"
|
3158 |
msgid "(Upload new file)"
|
3159 |
msgstr "(télécharger un nouveau fichier)"
|
3163 |
msgid "ZIP file containing images"
|
3164 |
msgstr "Fichiers ZIP contenant des images"
|
3165 |
|
3166 |
+
#: templates/admin/csv-import.tpl.php:113
|
3167 |
msgctxt "admin csv-import"
|
3168 |
msgid "CSV File Settings"
|
3169 |
msgstr "Paramètres des fichiers CSV"
|
3170 |
|
3171 |
+
#: templates/admin/csv-import.tpl.php:117
|
3172 |
msgctxt "admin csv-import"
|
3173 |
msgid "Column Separator"
|
3174 |
msgstr "Séparateur de colonne"
|
3175 |
|
3176 |
+
#: templates/admin/csv-import.tpl.php:125
|
3177 |
msgctxt "admin csv-import"
|
3178 |
msgid "Comma (,)"
|
3179 |
msgstr "Virgule (,)"
|
3180 |
|
3181 |
+
#: templates/admin/csv-import.tpl.php:131
|
3182 |
msgctxt "admin csv-import"
|
3183 |
msgid "Semicolon (;)"
|
3184 |
msgstr "Point-virgule (;)"
|
3185 |
|
3186 |
+
#: templates/admin/csv-import.tpl.php:137
|
3187 |
msgctxt "admin csv-import"
|
3188 |
msgid "TAB"
|
3189 |
msgstr "Onglet"
|
3190 |
|
3191 |
+
#: templates/admin/csv-import.tpl.php:143
|
3192 |
msgctxt "admin csv-import"
|
3193 |
msgid "Image Separator"
|
3194 |
msgstr "Séparateur d'image"
|
3195 |
|
3196 |
+
#: templates/admin/csv-import.tpl.php:154
|
3197 |
msgctxt "admin csv-import"
|
3198 |
msgid "Category Separator"
|
3199 |
msgstr "Séparateur de catégorie"
|
3200 |
|
3201 |
+
#: templates/admin/csv-import.tpl.php:165
|
3202 |
msgctxt "admin csv-import"
|
3203 |
msgid "Import settings"
|
3204 |
msgstr "Paramètres d'importation"
|
3205 |
|
3206 |
+
#: templates/admin/csv-import.tpl.php:169
|
3207 |
#, fuzzy
|
3208 |
msgctxt "admin csv-import"
|
3209 |
msgid "Post status of new imported listings"
|
3210 |
msgstr "Statut des messages des annonces importées"
|
3211 |
|
3212 |
+
#: templates/admin/csv-import.tpl.php:186
|
3213 |
#, fuzzy
|
3214 |
msgctxt "admin csv-import"
|
3215 |
msgid "Post status of existing imported listings"
|
3216 |
msgstr "Statut des messages des annonces importées"
|
3217 |
|
3218 |
+
#: templates/admin/csv-import.tpl.php:190
|
3219 |
#, fuzzy
|
3220 |
msgctxt "admin csv-import"
|
3221 |
msgid "Preserve existing status"
|
3222 |
msgstr "Statut liste"
|
3223 |
|
3224 |
+
#: templates/admin/csv-import.tpl.php:204
|
3225 |
msgctxt "admin csv-import"
|
3226 |
msgid "Missing categories handling"
|
3227 |
msgstr "Gestion des catégories manquantes"
|
3228 |
|
3229 |
+
#: templates/admin/csv-import.tpl.php:209
|
3230 |
msgctxt "admin csv-import"
|
3231 |
msgid "Auto-create categories"
|
3232 |
msgstr "Création automatique des catégories"
|
3233 |
|
3234 |
+
#: templates/admin/csv-import.tpl.php:212
|
3235 |
msgctxt "admin csv-import"
|
3236 |
msgid "Generate errors when a category is not found"
|
3237 |
msgstr "Génération d'erreurs quand une catégorie n'est pas trouvée"
|
3238 |
|
3239 |
+
#: templates/admin/csv-import.tpl.php:217
|
3240 |
msgctxt "admin csv-import"
|
3241 |
msgid "Keep existing listing images?"
|
3242 |
msgstr "Liste des images ?"
|
3243 |
|
3244 |
+
#: templates/admin/csv-import.tpl.php:222
|
3245 |
msgctxt "admin csv-import"
|
3246 |
msgid "Keep existing images."
|
3247 |
msgstr "Liste des images."
|
3248 |
|
3249 |
+
#: templates/admin/csv-import.tpl.php:223
|
3250 |
msgctxt "admin csv-import"
|
3251 |
msgid "Appends new images while keeping current ones."
|
3252 |
msgstr "Ajouts de nouvelles images tout en conservant celles existantes."
|
3253 |
|
3254 |
+
#: templates/admin/csv-import.tpl.php:228
|
3255 |
msgctxt "admin csv-import"
|
3256 |
msgid "Assign listings to a user?"
|
3257 |
msgstr "Assigner des listes à un utilisateur ?"
|
3258 |
|
3259 |
+
#: templates/admin/csv-import.tpl.php:234
|
3260 |
msgctxt "admin csv-import"
|
3261 |
msgid "Assign listings to a user."
|
3262 |
msgstr "Assigner des listes à un utilisateur."
|
3263 |
|
3264 |
+
#: templates/admin/csv-import.tpl.php:239
|
3265 |
msgctxt "admin csv-import"
|
3266 |
msgid "Use a default user for listings?"
|
3267 |
msgstr "Utiliser l'image par défault pour les annonces sans images ?"
|
3268 |
|
3269 |
+
#: templates/admin/csv-import.tpl.php:245
|
3270 |
msgctxt "admin csv-import"
|
3271 |
msgid ""
|
3272 |
"Select a default user to be used if the username column is not present in "
|
3275 |
"Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
|
3276 |
"figure pas dans le fichier CSV."
|
3277 |
|
3278 |
+
#: templates/admin/csv-import.tpl.php:250
|
3279 |
msgctxt "admin csv-import"
|
3280 |
msgid "Default listing user"
|
3281 |
msgstr "Annonce par défault de l'utilisateur"
|
3282 |
|
3283 |
+
#: templates/admin/csv-import.tpl.php:256
|
3284 |
msgctxt "admin csv-import"
|
3285 |
msgid ""
|
3286 |
"This user will be used if the username column is not present in the CSV file."
|
3288 |
"Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
|
3289 |
"figure pas dans le fichier CSV."
|
3290 |
|
3291 |
+
#: templates/admin/csv-import.tpl.php:261
|
3292 |
#, fuzzy
|
3293 |
msgctxt "admin csv-import"
|
3294 |
msgid "Number of listings imported on every cycle"
|
3295 |
msgstr "Nombre d'affichage d'annonce:"
|
3296 |
|
3297 |
+
#: templates/admin/csv-import.tpl.php:269
|
3298 |
msgctxt "admin csv-import"
|
3299 |
msgid ""
|
3300 |
"If you are having trouble importing listings due to memory problems, try "
|
3303 |
"success on shared hosting platforms and other resource-constrained servers."
|
3304 |
msgstr ""
|
3305 |
|
3306 |
+
#: templates/admin/csv-import.tpl.php:288
|
3307 |
msgctxt "admin csv-import"
|
3308 |
msgid "Test Import"
|
3309 |
msgstr "Tester l'importation"
|
3310 |
|
3311 |
+
#: templates/admin/csv-import.tpl.php:289
|
3312 |
msgctxt "admin csv-import"
|
3313 |
msgid "Import Listings"
|
3314 |
msgstr "Importation des listes"
|
3315 |
|
3316 |
+
#: templates/admin/csv-import.tpl.php:296
|
3317 |
msgctxt "admin csv-import"
|
3318 |
msgid ""
|
3319 |
"The following are the valid header names to be used in the CSV file. "
|
3327 |
"d'un fichier CSV d'importation \" </a> afin de voir à quoi un fichier "
|
3328 |
"d'importation devrait ressembler."
|
3329 |
|
3330 |
+
#: templates/admin/csv-import.tpl.php:303
|
3331 |
msgctxt "admin csv-import"
|
3332 |
msgid "Header name/label"
|
3333 |
msgstr "Nom/Etiquette de l'en-tête"
|
3334 |
|
3335 |
+
#: templates/admin/csv-import.tpl.php:304
|
3336 |
msgctxt "admin csv-import"
|
3337 |
msgid "Field"
|
3338 |
msgstr "Champ"
|
3339 |
|
3340 |
+
#: templates/admin/csv-import.tpl.php:306
|
3341 |
msgctxt "admin csv-import"
|
3342 |
msgid "Required?"
|
3343 |
msgstr "Requis ?"
|
3344 |
|
3345 |
+
#: templates/admin/csv-import.tpl.php:307
|
3346 |
msgctxt "admin csv-import"
|
3347 |
msgid "Multivalued?"
|
3348 |
msgstr "Valeurs multiples ?"
|
3349 |
|
3350 |
+
#: templates/admin/csv-import.tpl.php:332
|
3351 |
#, fuzzy
|
3352 |
msgctxt "admin csv-import"
|
3353 |
msgid ""
|
3358 |
"colonne lors de l'ajout ou la mise à jour annonces provenant de sources "
|
3359 |
"externes."
|
3360 |
|
3361 |
+
#: templates/admin/csv-import.tpl.php:339
|
3362 |
msgctxt "admin csv-import"
|
3363 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
3364 |
msgstr ""
|
3365 |
"Liste séparée de la cotation des images par un point-virgule (à partir du "
|
3366 |
"fichier ZIP)"
|
3367 |
|
3368 |
+
#: templates/admin/csv-import.tpl.php:346
|
3369 |
msgctxt "admin csv-import"
|
3370 |
msgid "Listing author's username"
|
3371 |
msgstr "Nom d'utilisateur de l'auteur de l'annonce"
|
3372 |
|
3373 |
+
#: templates/admin/csv-import.tpl.php:353
|
3374 |
msgctxt "admin csv-import"
|
3375 |
msgid ""
|
3376 |
"Internal Sequence ID used to allow listing updates from external sources."
|
3378 |
"ID interne de séquence utilisé pour permettre l'annonce des mises à jour "
|
3379 |
"provenant de sources externes."
|
3380 |
|
3381 |
+
#: templates/admin/csv-import.tpl.php:360
|
3382 |
msgctxt "admin csv-import"
|
3383 |
msgid ""
|
3384 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
3398 |
msgid "Export"
|
3399 |
msgstr "Exportation CSV"
|
3400 |
|
3401 |
+
#: includes/admin/class-admin-listings.php:60
|
3402 |
msgctxt "admin category filter"
|
3403 |
msgid "All categories"
|
3404 |
msgstr "Toutes catégories"
|
3405 |
|
3406 |
+
#: includes/admin/class-admin-listings.php:175
|
3407 |
msgctxt "admin listings"
|
3408 |
msgid ""
|
3409 |
"This listing doesn't have a fee plan assigned. This is required in order to "
|
3414 |
"les fonctionnalités disponibles pour cette annonce, ainsi que pour gérer les "
|
3415 |
"renouvellements."
|
3416 |
|
3417 |
+
#: includes/admin/class-admin-listings.php:311
|
3418 |
msgctxt "admin listings"
|
3419 |
msgid "Never"
|
3420 |
msgstr "Jamais"
|
3421 |
|
3422 |
+
#: includes/admin/class-admin-listings.php:337
|
3423 |
msgctxt "admin listings"
|
3424 |
msgid "Featured"
|
3425 |
msgstr "Statut sélectionné (Post-it)"
|
3426 |
|
3427 |
+
#: includes/admin/class-admin-listings.php:341
|
3428 |
msgctxt "admin listings"
|
3429 |
msgid "Recurring"
|
3430 |
msgstr "(récurrent)"
|
3431 |
|
3432 |
+
#: includes/admin/class-admin-listings.php:345
|
3433 |
msgctxt "admin listings"
|
3434 |
msgid "Free"
|
3435 |
msgstr "Gratuit"
|
3436 |
|
3437 |
+
#: includes/admin/class-admin-listings.php:349
|
3438 |
#, fuzzy
|
3439 |
msgctxt "admin listings"
|
3440 |
msgid "Payment Not Found"
|
3441 |
msgstr "Information concernant les frais"
|
3442 |
|
3443 |
+
#: includes/admin/class-admin-listings.php:353
|
3444 |
#, fuzzy
|
3445 |
msgctxt "admin listings"
|
3446 |
msgid "Payment %s"
|
3447 |
msgstr "Paiement #%d"
|
3448 |
|
3449 |
+
#: includes/admin/class-admin-listings.php:362
|
3450 |
msgctxt "admin listings"
|
3451 |
msgid "Reported"
|
3452 |
msgstr ""
|
3453 |
|
3454 |
+
#: includes/admin/class-admin-listings.php:689
|
3455 |
msgctxt "admin listings"
|
3456 |
msgid "Listing's payment history successfully deleted"
|
3457 |
msgstr ""
|
3480 |
msgid "Clear listing reports."
|
3481 |
msgstr "Une annonce expire."
|
3482 |
|
3483 |
+
#: includes/admin/class-admin-listings.php:201
|
3484 |
msgctxt "admin"
|
3485 |
msgid "Directory Listing Fields / Images"
|
3486 |
msgstr "Champs des annonces / Images"
|
3487 |
|
3488 |
+
#: includes/admin/class-admin-listings.php:265
|
3489 |
msgctxt "admin"
|
3490 |
msgid "Categories"
|
3491 |
msgstr "Catégories"
|
3659 |
msgid "Abandoned"
|
3660 |
msgstr "Abandonné"
|
3661 |
|
3662 |
+
#: includes/admin/class-admin-listings.php:322
|
3663 |
#, fuzzy
|
3664 |
msgctxt "listing attribute"
|
3665 |
msgid "No Fee Plan"
|
3666 |
msgstr "Plan tarifaire"
|
3667 |
|
3668 |
+
#: includes/admin/class-admin-listings.php:422
|
3669 |
msgctxt "listing status"
|
3670 |
msgid "Reported"
|
3671 |
msgstr ""
|
3715 |
msgid "Abandoned"
|
3716 |
msgstr "Abandonné"
|
3717 |
|
3718 |
+
#: includes/admin/class-admin-listings.php:476
|
3719 |
msgctxt "admin actions"
|
3720 |
msgid "Delete Listing"
|
3721 |
msgstr "Annuler l'annonce"
|
3722 |
|
3723 |
+
#: includes/admin/class-admin-listings.php:487
|
3724 |
msgctxt "admin actions"
|
3725 |
msgid "View Payments"
|
3726 |
msgstr "Voir les Paiements"
|
3727 |
|
3728 |
+
#: includes/admin/class-admin-listings.php:492
|
3729 |
msgctxt "admin actions"
|
3730 |
msgid "View Payment"
|
3731 |
msgstr "Voir le Paiement"
|
3732 |
|
3733 |
+
#: includes/admin/class-admin-listings.php:622
|
3734 |
#, fuzzy
|
3735 |
msgctxt "admin actions"
|
3736 |
msgid "Publish listings"
|
3737 |
msgstr "Publier l'annonce"
|
3738 |
|
3739 |
+
#: includes/admin/class-admin-listings.php:623
|
3740 |
#, fuzzy
|
3741 |
msgctxt "admin actions"
|
3742 |
msgid "Mark as \"Pending Review\""
|
3743 |
msgstr "En attente"
|
3744 |
|
3745 |
+
#: includes/admin/class-admin-listings.php:624
|
3746 |
msgctxt "admin actions"
|
3747 |
msgid "Hide from directory (mark as \"Draft\")"
|
3748 |
msgstr ""
|
3749 |
|
3750 |
+
#: includes/admin/class-admin-listings.php:626
|
3751 |
#, fuzzy
|
3752 |
msgctxt "admin actions"
|
3753 |
msgid "Renew listings"
|
3754 |
msgstr "Renouveler l'annonce"
|
3755 |
|
3756 |
+
#: includes/admin/class-admin-listings.php:627
|
3757 |
#, fuzzy
|
3758 |
msgctxt "admin actions"
|
3759 |
msgid "Set listings as \"Expired\""
|
3760 |
msgstr "Envoyé lorsqu'une annonce (% s) est expirée."
|
3761 |
|
3762 |
+
#: includes/admin/class-admin-listings.php:634
|
3763 |
#, fuzzy
|
3764 |
msgctxt "admin actions"
|
3765 |
msgid "Send access keys"
|
3792 |
msgid "Settings"
|
3793 |
msgstr "Paramètres"
|
3794 |
|
3795 |
+
#: includes/admin/class-csv-exporter.php:110
|
3796 |
msgctxt "admin csv-export"
|
3797 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3798 |
msgstr ""
|
3799 |
"Impossible de créer un répertoire temporaire pour manipuler cet export CSV."
|
3800 |
|
3801 |
+
#: includes/admin/class-csv-exporter.php:111
|
|
|
|
|
|
|
|
|
|
|
3802 |
msgctxt "admin csv-export"
|
3803 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3804 |
msgstr ""
|
3805 |
"Erreur lors de la création d'un répertoire temporaire pour l'exportation "
|
3806 |
"CSV: %s"
|
3807 |
|
3808 |
+
#: includes/admin/csv-export.php:48
|
3809 |
msgctxt "admin csv-export"
|
3810 |
msgid "Could not decode export state information."
|
3811 |
msgstr "Impossible de décoder les informations d'état de l'exportation."
|
3823 |
"d'augmenter la valeur de la 'limite-mémoire' et les directives 'temps-max-"
|
3824 |
"d'exécution' dans votre fichier de configuration serveur php.ini."
|
3825 |
|
3826 |
+
#: templates/admin/csv-export.tpl.php:29
|
|
|
|
|
|
|
|
|
|
|
3827 |
msgctxt "admin csv-export"
|
3828 |
msgid "Export settings"
|
3829 |
msgstr "Exportation des paramètres"
|
3830 |
|
3831 |
+
#: templates/admin/csv-export.tpl.php:33
|
3832 |
msgctxt "admin csv-export"
|
3833 |
msgid "Which listings to export?"
|
3834 |
msgstr "Quelles listes exporter ?"
|
3835 |
|
3836 |
+
#: templates/admin/csv-export.tpl.php:37
|
3837 |
msgctxt "admin csv-export"
|
3838 |
msgid "All"
|
3839 |
msgstr "Toutes"
|
3840 |
|
3841 |
+
#: templates/admin/csv-export.tpl.php:38
|
3842 |
msgctxt "admin csv-export"
|
3843 |
msgid "Active Only"
|
3844 |
msgstr "Actives seulement"
|
3845 |
|
3846 |
+
#: templates/admin/csv-export.tpl.php:39
|
3847 |
msgctxt "admin csv-export"
|
3848 |
msgid "Active + Pending Renewal"
|
3849 |
msgstr "Actives + En Attente De Renouvellement"
|
3850 |
|
3851 |
+
#: templates/admin/csv-export.tpl.php:45
|
3852 |
msgctxt "admin csv-export"
|
3853 |
msgid "Export images?"
|
3854 |
msgstr "Exporter les images ?"
|
3855 |
|
3856 |
+
#: templates/admin/csv-export.tpl.php:50
|
3857 |
msgctxt "admin csv-export"
|
3858 |
msgid "Export images"
|
3859 |
msgstr "Exporter les images"
|
3860 |
|
3861 |
+
#: templates/admin/csv-export.tpl.php:52
|
3862 |
msgctxt "admin csv-export"
|
3863 |
msgid ""
|
3864 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
3867 |
"Lorsque c'est coché un fichier ZIP sera généré avec la partie CSV et les "
|
3868 |
"fichiers d'image."
|
3869 |
|
3870 |
+
#: templates/admin/csv-export.tpl.php:58
|
3871 |
msgctxt "admin csv-export"
|
3872 |
msgid "Additional metadata to export:"
|
3873 |
msgstr "Métadonnées complémentaires à exporter:"
|
3874 |
|
3875 |
+
#: templates/admin/csv-export.tpl.php:63
|
3876 |
msgctxt "admin csv-export"
|
3877 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3878 |
msgstr "Inclure des ID's uniques pour chaque annonces (champ sequence_id)."
|
3879 |
|
3880 |
+
#: templates/admin/csv-export.tpl.php:71
|
3881 |
msgctxt "admin csv-export"
|
3882 |
msgid "Author information (username)"
|
3883 |
msgstr "Informations sur l'auteur (nom d'utilisateur)"
|
3884 |
|
3885 |
+
#: templates/admin/csv-export.tpl.php:76
|
3886 |
msgctxt "admin csv-export"
|
3887 |
msgid "Listing expiration date"
|
3888 |
msgstr "Date d'expiration de l'annonce"
|
3889 |
|
3890 |
+
#: templates/admin/csv-export.tpl.php:80
|
3891 |
#, fuzzy
|
3892 |
msgctxt "admin csv-export"
|
3893 |
msgid "Listing created date"
|
3894 |
msgstr "Annonce créée"
|
3895 |
|
3896 |
+
#: templates/admin/csv-export.tpl.php:84
|
3897 |
#, fuzzy
|
3898 |
msgctxt "admin csv-export"
|
3899 |
msgid "Listing last updated date"
|
3900 |
msgstr "Date d'expiration de l'annonce"
|
3901 |
|
3902 |
+
#: templates/admin/csv-export.tpl.php:88
|
3903 |
#, fuzzy
|
3904 |
msgctxt "admin csv-export"
|
3905 |
msgid "Listing T&C acceptance date"
|
3906 |
msgstr "Annonce créée"
|
3907 |
|
3908 |
+
#: templates/admin/csv-export.tpl.php:93
|
3909 |
msgctxt "admin csv-export"
|
3910 |
msgid "CSV File Settings"
|
3911 |
msgstr "Paramètres du fichier CSV"
|
3912 |
|
3913 |
+
#: templates/admin/csv-export.tpl.php:97
|
3914 |
msgctxt "admin csv-export"
|
3915 |
msgid "What operating system will you use to edit the CSV file?"
|
3916 |
msgstr "Quel système d'exploitation utilisez-vous pour éditer le fichier CSV?"
|
3917 |
|
3918 |
+
#: templates/admin/csv-export.tpl.php:104
|
3919 |
msgctxt "admin csv-export"
|
3920 |
msgid "Windows"
|
3921 |
msgstr "Windows"
|
3922 |
|
3923 |
+
#: templates/admin/csv-export.tpl.php:109
|
3924 |
msgctxt "admin csv-export"
|
3925 |
msgid "macOS"
|
3926 |
msgstr "mac OS"
|
3927 |
|
3928 |
+
#: templates/admin/csv-export.tpl.php:111
|
3929 |
msgctxt "admin csv-export"
|
3930 |
msgid ""
|
3931 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
3939 |
"nous devons générer différentes versions du fichier pour chaque système "
|
3940 |
"d'exploitation."
|
3941 |
|
3942 |
+
#: templates/admin/csv-export.tpl.php:116
|
3943 |
msgctxt "admin csv-export"
|
3944 |
msgid "Image Separator"
|
3945 |
msgstr "Séparateur d'image"
|
3946 |
|
3947 |
+
#: templates/admin/csv-export.tpl.php:127
|
3948 |
msgctxt "admin csv-export"
|
3949 |
msgid "Category Separator"
|
3950 |
msgstr "Séparateur de catégorie"
|
3951 |
|
3952 |
+
#: templates/admin/csv-export.tpl.php:139
|
3953 |
msgctxt "admin csv-export"
|
3954 |
msgid "Export Listings"
|
3955 |
msgstr "Listes d'exportation"
|
3956 |
|
3957 |
+
#: templates/admin/csv-export.tpl.php:145
|
3958 |
msgctxt "admin csv-export"
|
3959 |
msgid "Export in Progress..."
|
3960 |
msgstr "Exportation en cours..."
|
3961 |
|
3962 |
+
#: templates/admin/csv-export.tpl.php:146
|
3963 |
msgctxt "admin csv-export"
|
3964 |
msgid ""
|
3965 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
3968 |
"Votre fichier d'exportation est prêt. Veuillez <u>ne pas quitter</u> cette "
|
3969 |
"page jusqu'à la fin de l'export."
|
3970 |
|
3971 |
+
#: templates/admin/csv-export.tpl.php:149
|
3972 |
msgctxt "admin csv-export"
|
3973 |
msgid "No. of listings:"
|
3974 |
msgstr "Numéro de l'annonce:"
|
3975 |
|
3976 |
+
#: templates/admin/csv-export.tpl.php:151
|
3977 |
msgctxt "admin csv-export"
|
3978 |
msgid "Approximate export file size:"
|
3979 |
msgstr "Taille aproximative du fichier exporté:"
|
3980 |
|
3981 |
+
#: templates/admin/csv-export.tpl.php:158
|
3982 |
msgctxt "admin csv-export"
|
3983 |
msgid "Cancel Export"
|
3984 |
msgstr "Annuler l'exportation"
|
3985 |
|
3986 |
+
#: templates/admin/csv-export.tpl.php:163
|
3987 |
msgctxt "admin csv-export"
|
3988 |
msgid "Export Complete"
|
3989 |
msgstr "Exportation complète"
|
3990 |
|
3991 |
+
#: templates/admin/csv-export.tpl.php:164
|
3992 |
msgctxt "admin csv-export"
|
3993 |
msgid ""
|
3994 |
"Your export file has been successfully created and it is now ready for "
|
3997 |
"Votre fichier d'exportation a été créé et il est maintenant prêt pour le "
|
3998 |
"téléchargement."
|
3999 |
|
4000 |
+
#: templates/admin/csv-export.tpl.php:168
|
4001 |
#, fuzzy
|
4002 |
msgctxt "admin csv-export"
|
4003 |
msgid "Download %1$s (%2$s)"
|
4004 |
msgstr "Téléchargement %s (%s)"
|
4005 |
|
4006 |
+
#: templates/admin/csv-export.tpl.php:175
|
4007 |
msgctxt "admin csv-export"
|
4008 |
msgid ""
|
4009 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
4013 |
"d'effacer toutes les données temporaires créées par le plugin durant le "
|
4014 |
"processus d'exportation."
|
4015 |
|
4016 |
+
#: templates/admin/csv-export.tpl.php:176
|
4017 |
msgctxt "admin csv-export"
|
4018 |
msgid "Cleanup"
|
4019 |
msgstr "Nettoyer"
|
4020 |
|
4021 |
+
#: templates/admin/csv-export.tpl.php:181
|
4022 |
msgctxt "admin csv-export"
|
4023 |
msgid "Export Canceled"
|
4024 |
msgstr "Exportation annulée"
|
4025 |
|
4026 |
+
#: templates/admin/csv-export.tpl.php:182
|
4027 |
msgctxt "admin csv-export"
|
4028 |
msgid "The export has been canceled."
|
4029 |
msgstr "L'exportation a été annulée."
|
4030 |
|
4031 |
+
#: templates/admin/csv-export.tpl.php:183
|
4032 |
msgctxt "admin csv-export"
|
4033 |
msgid "← Return to CSV Export"
|
4034 |
msgstr "←Retourner vers l'export CSV"
|
4209 |
msgid "Custom Order"
|
4210 |
msgstr "Ordre personnalisé"
|
4211 |
|
4212 |
+
#: includes/admin/fees.php:105
|
4213 |
msgctxt "fees admin"
|
4214 |
msgid "Fee plan added."
|
4215 |
msgstr "Frais mis à jour."
|
4216 |
|
4217 |
+
#: includes/admin/fees.php:107
|
4218 |
msgctxt "fees admin"
|
4219 |
msgid "Fee plan updated."
|
4220 |
msgstr "Frais mis à jour."
|
4221 |
|
4222 |
+
#: includes/admin/fees.php:166
|
4223 |
msgctxt "fees admin"
|
4224 |
msgid "Fee \"%s\" deleted."
|
4225 |
msgstr "Frais \"%s\" effacé."
|
4226 |
|
4227 |
+
#: includes/admin/fees.php:178
|
4228 |
msgctxt "fees admin"
|
4229 |
msgid "Fee disabled."
|
4230 |
msgstr "Frais désactivé."
|
4396 |
msgid "Status"
|
4397 |
msgstr "Statut"
|
4398 |
|
4399 |
+
#: templates/admin/fees-form.tpl.php:136
|
4400 |
msgctxt "fees admin"
|
4401 |
msgid "Plan Category Policy:"
|
4402 |
msgstr "Politique de catégorie de plan :"
|
4403 |
|
4404 |
+
#: templates/admin/fees-form.tpl.php:141
|
4405 |
msgctxt "fees admin"
|
4406 |
msgid "Plan applies to all categories"
|
4407 |
msgstr "Le plan s'applique à toutes les catégories"
|
4408 |
|
4409 |
+
#: templates/admin/fees-form.tpl.php:142
|
4410 |
msgctxt "fees admin"
|
4411 |
msgid "Plan applies to only certain categories"
|
4412 |
msgstr "Le plan ne s'applique qu'à certaines catégories"
|
4413 |
|
4414 |
+
#: templates/admin/fees-form.tpl.php:146
|
4415 |
msgctxt "fees admin"
|
4416 |
msgid "Limit plan to the following categories:"
|
4417 |
msgstr "Limite plan pour les catégories suivantes:"
|
4418 |
|
4419 |
+
#: templates/admin/fees-form.tpl.php:170
|
4420 |
msgctxt "fees admin"
|
4421 |
msgid "Click to add categories to the selection."
|
4422 |
msgstr "Cliquez pour ajouter des catégories à la sélection."
|
4423 |
|
4424 |
+
#: templates/admin/fees-form.tpl.php:184
|
4425 |
msgctxt "fees admin"
|
4426 |
msgid "Pricing"
|
4427 |
msgstr "Prix"
|
4428 |
|
4429 |
+
#: templates/admin/fees-form.tpl.php:192
|
4430 |
msgctxt "fees admin"
|
4431 |
msgid "Pricing model"
|
4432 |
msgstr "Modèle de prix"
|
4433 |
|
4434 |
+
#: templates/admin/fees-form.tpl.php:196
|
4435 |
msgctxt "fees admin"
|
4436 |
msgid "Flat price"
|
4437 |
msgstr "Prix fixe"
|
4438 |
|
4439 |
+
#: templates/admin/fees-form.tpl.php:197
|
4440 |
msgctxt "fees admin"
|
4441 |
msgid "Different price for different categories"
|
4442 |
msgstr "Prix différent pour les différentes catégories"
|
4443 |
|
4444 |
+
#: templates/admin/fees-form.tpl.php:198
|
4445 |
msgctxt "fees admin"
|
4446 |
msgid "Base price plus an extra amount per category"
|
4447 |
msgstr "Prix de base plus un montant supplémentaire par catégorie"
|
4448 |
|
4449 |
+
#: templates/admin/fees-form.tpl.php:204
|
4450 |
msgctxt "fees admin"
|
4451 |
msgid "Fee Price"
|
4452 |
msgstr "Prix"
|
4453 |
|
4454 |
+
#: templates/admin/fees-form.tpl.php:212
|
4455 |
msgctxt "fees admin"
|
4456 |
msgid "Prices per category"
|
4457 |
msgstr "Prix par catégorie"
|
4458 |
|
4459 |
+
#: templates/admin/fees-form.tpl.php:218
|
4460 |
msgctxt "fees admin"
|
4461 |
msgid "Price"
|
4462 |
msgstr "Prix"
|
4463 |
|
4464 |
+
#: templates/admin/fees-form.tpl.php:232
|
4465 |
msgctxt "fees admin"
|
4466 |
msgid "Extra amount (per category)"
|
4467 |
msgstr "Montant supplémentaire (par catégorie)"
|
4544 |
msgid "Form Preview"
|
4545 |
msgstr "Aperçu du formulaire"
|
4546 |
|
4547 |
+
#: includes/admin/form-fields.php:367
|
4548 |
msgctxt "form-fields admin"
|
4549 |
msgid "Form fields updated."
|
4550 |
msgstr "Champs du formulaire mis à jour."
|
4551 |
|
4552 |
+
#: includes/admin/form-fields.php:390
|
4553 |
msgctxt "form-fields admin"
|
4554 |
msgid ""
|
4555 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
4564 |
"s'affichent publiquement, vous pouvez <a>activer l'affichage public des e-"
|
4565 |
"mails</a>."
|
4566 |
|
4567 |
+
#: includes/admin/form-fields.php:469
|
4568 |
msgctxt "form-fields admin"
|
4569 |
msgid "Field deleted."
|
4570 |
msgstr "Champ effacé."
|
4571 |
|
4572 |
+
#: includes/admin/form-fields.php:509
|
4573 |
msgctxt "form-fields admin"
|
4574 |
msgid "Required fields created successfully."
|
4575 |
msgstr "Champs requis créés avec succès."
|
4576 |
|
4577 |
+
#: includes/admin/form-fields.php:561
|
4578 |
msgctxt "form-fields admin"
|
4579 |
msgid "Tags updated."
|
4580 |
msgstr "Étiquettes mises à jour."
|
4999 |
msgstr "Statut liste"
|
5000 |
|
5001 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
5002 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:31
|
5003 |
msgctxt "listing metabox"
|
5004 |
msgid "N/A"
|
5005 |
msgstr "N/A"
|
5006 |
|
5007 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:27
|
5008 |
msgctxt "listing metabox"
|
5009 |
msgid "Last renew date"
|
5010 |
msgstr "Date de renouvellement"
|
5011 |
|
5012 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:35
|
5013 |
msgctxt "listing metabox"
|
5014 |
msgid "Plan Details"
|
5015 |
msgstr "Détails des plans"
|
5016 |
|
5017 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:37
|
5018 |
msgctxt "listing metabox"
|
5019 |
msgid "Fee Plan"
|
5020 |
msgstr "Plan tarifaire"
|
5021 |
|
5022 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:46
|
5023 |
msgctxt "listing metabox"
|
5024 |
msgid "Change plan"
|
5025 |
msgstr "Changer de plan tarifaire"
|
5026 |
|
5027 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:69
|
5028 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:89
|
5029 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:103
|
5030 |
msgctxt "listing metabox"
|
5031 |
msgid "OK"
|
5032 |
msgstr "OUI"
|
5033 |
|
5034 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:70
|
5035 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
5036 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:104
|
5037 |
msgctxt "listing metabox"
|
5038 |
msgid "Cancel"
|
5039 |
msgstr "Annuler"
|
5040 |
|
5041 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:79
|
5042 |
msgctxt "listing metabox"
|
5043 |
msgid "Expires On"
|
5044 |
msgstr "Expire le"
|
5045 |
|
5046 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:94
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5047 |
msgctxt "listing metabox"
|
5048 |
msgid "# of images"
|
5049 |
msgstr "# des images"
|
5050 |
|
5051 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:107
|
5052 |
msgctxt "listing metabox"
|
5053 |
msgid "Is Featured?"
|
5054 |
msgstr "A diffusé ?"
|
5055 |
|
5056 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:114
|
5057 |
msgctxt "listing metabox"
|
5058 |
msgid "Is Recurring?"
|
5059 |
msgstr "Est récurrent?"
|
5191 |
"rapides. Les recherches portant sur ces domaines sont très coûteuses et "
|
5192 |
"pourraient entraîner des dépassements de délais et / ou lenteur générale."
|
5193 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5194 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
5195 |
msgctxt "admin settings"
|
5196 |
msgid "Do not include comments in listings"
|
7503 |
msgid "Category & plan selection"
|
7504 |
msgstr "Sélection Catégorie et plan"
|
7505 |
|
7506 |
+
#: includes/views/submit_listing.php:799
|
7507 |
msgctxt "submit listing"
|
7508 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7509 |
msgstr ""
|
7510 |
"Impossible de soumettre une liste en ce moment. Veuillez réessayer plus tard."
|
7511 |
|
7512 |
+
#: includes/views/submit_listing.php:848 includes/views/submit_listing.php:970
|
7513 |
msgctxt "submit listing"
|
7514 |
msgid "Please select a category."
|
7515 |
msgstr "Veuillez sélectionner une catégorie."
|
7516 |
|
7517 |
+
#: includes/views/submit_listing.php:871
|
7518 |
msgctxt "submit listing"
|
7519 |
msgid "Please choose a valid category for your plan."
|
7520 |
msgstr "Veuillez choisir une catégorie valide pour votre annonce."
|
7521 |
|
7522 |
+
#: includes/views/submit_listing.php:873
|
7523 |
msgctxt "submit listing"
|
7524 |
msgid "Please choose a valid fee plan for your category selection."
|
7525 |
msgstr ""
|
7526 |
"S'il vous plaît choisir un plan tarifaire valable pour votre sélection de "
|
7527 |
"catégorie."
|
7528 |
|
7529 |
+
#: includes/views/submit_listing.php:1179
|
7530 |
msgctxt "submit listing"
|
7531 |
msgid "Please enter your desired username."
|
7532 |
msgstr "S'il vous plaît entrer votre nom d'utilisateur souhaité."
|
7533 |
|
7534 |
+
#: includes/views/submit_listing.php:1184
|
7535 |
msgctxt "submit listing"
|
7536 |
msgid "Please enter the e-mail for your new account."
|
7537 |
msgstr "S'il vous plaît entrer votre e-mail pour votre nouveau compte."
|
7538 |
|
7539 |
+
#: includes/views/submit_listing.php:1189
|
7540 |
msgctxt "submit listing"
|
7541 |
msgid "The username you chose is already in use. Please use a different one."
|
7542 |
msgstr ""
|
7543 |
"Le nom d'utilisateur que vous avez choisi est déjà utilisé. Veuillez en "
|
7544 |
"utiliser un autre."
|
7545 |
|
7546 |
+
#: includes/views/submit_listing.php:1194
|
7547 |
msgctxt "submit listing"
|
7548 |
msgid "The e-mail address you chose for your account is already in use."
|
7549 |
msgstr ""
|
7570 |
msgid "Find A Listing"
|
7571 |
msgstr "Trouver une annonce"
|
7572 |
|
7573 |
+
#: includes/class-wpbdp.php:398
|
7574 |
msgctxt "listing image upload"
|
7575 |
msgid "Can not upload any more images for this listing."
|
7576 |
msgstr "Impossible de télécharger d'images pour cette annonce."
|
7577 |
|
7578 |
+
#: includes/class-wpbdp.php:402
|
7579 |
msgctxt "listing image upload"
|
7580 |
msgid ""
|
7581 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
7884 |
"Listing submission has been disabled. Contact the administrator for details."
|
7885 |
msgstr ""
|
7886 |
|
7887 |
+
#: includes/views/submit_listing.php:802
|
7888 |
msgctxt "templates"
|
7889 |
msgid ""
|
7890 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7891 |
"submit a listing. %s to create a fee plan"
|
7892 |
msgstr ""
|
7893 |
|
7894 |
+
#: includes/views/submit_listing.php:816
|
7895 |
msgctxt "templates"
|
7896 |
msgid ""
|
7897 |
"Listing submission is not available at the moment. Contact the administrator "
|
7898 |
"for details."
|
7899 |
msgstr ""
|
7900 |
|
7901 |
+
#: includes/views/submit_listing.php:819
|
7902 |
msgctxt "templates"
|
7903 |
msgid ""
|
7904 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
7906 |
"an existing field"
|
7907 |
msgstr ""
|
7908 |
|
7909 |
+
#: includes/views/submit_listing.php:1259
|
7910 |
msgctxt "templates"
|
7911 |
msgid "Please agree to the Terms and Conditions."
|
7912 |
msgstr "Veuillez accepter les conditions d'utilisation."
|
7913 |
|
7914 |
+
#: includes/views/submit_listing.php:1273
|
7915 |
msgctxt "templates"
|
7916 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7917 |
msgstr "J'accepte <a> Conditions générales </a>"
|
8176 |
msgid "General"
|
8177 |
msgstr "Général"
|
8178 |
|
8179 |
+
#: includes/licensing.php:568
|
8180 |
msgctxt "licensing"
|
8181 |
msgid "Could not contact licensing server"
|
8182 |
msgstr "Impossible de contacter le serveur de licences"
|
8183 |
|
8184 |
+
#: includes/licensing.php:581
|
8185 |
#, fuzzy
|
8186 |
msgctxt "licensing"
|
8187 |
msgid ""
|
8192 |
"Directory. Un problème est survenu lors de l'établissement de liaison SSL / "
|
8193 |
"TLS:"
|
8194 |
|
8195 |
+
#: includes/licensing.php:583 includes/licensing.php:613
|
8196 |
msgctxt "licensing"
|
8197 |
msgid ""
|
8198 |
"To ensure the security of our systems and adhere to industry best practices, "
|
8205 |
"version d'OpenSSL qui supporte TLSv1.2 (la version minimale avec le support "
|
8206 |
"est OpenSSL 1.0.1c)."
|
8207 |
|
8208 |
+
#: includes/licensing.php:585 includes/licensing.php:615
|
8209 |
msgctxt "licensing"
|
8210 |
msgid ""
|
8211 |
"Upgrading your system will not only allow you to communicate with Business "
|
8217 |
"votre site Web à pouvoir interagir avec les services en utilisant les "
|
8218 |
"dernières normes de sécurité."
|
8219 |
|
8220 |
+
#: includes/licensing.php:587
|
8221 |
#, fuzzy
|
8222 |
msgctxt "licensing"
|
8223 |
msgid ""
|
8227 |
"Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
|
8228 |
"à jour votre hébergement. Incluez ce message si nécessaire."
|
8229 |
|
8230 |
+
#: includes/licensing.php:617
|
8231 |
#, fuzzy
|
8232 |
msgctxt "licensing"
|
8233 |
msgid ""
|
8237 |
"Veuillez contacter votre fournisseur d'hébergement et demandez-lui de mettre "
|
8238 |
"à jour votre hébergement. Incluez ce message si nécessaire."
|
8239 |
|
8240 |
+
#: includes/licensing.php:653
|
8241 |
msgctxt "licensing"
|
8242 |
msgid "The server returned a 403 Forbidden error."
|
8243 |
msgstr "Le serveur a renvoyé une erreur 403 Forbidden."
|
8247 |
msgid "Could not activate license: %s."
|
8248 |
msgstr "Impossible d'activer la licence: %s."
|
8249 |
|
8250 |
+
#: includes/licensing.php:890
|
8251 |
msgctxt "licensing"
|
8252 |
msgid "License activated"
|
8253 |
msgstr "Licence activée"
|
8254 |
|
8255 |
+
#: includes/licensing.php:915
|
8256 |
msgctxt "licensing"
|
8257 |
msgid "Could not deactivate license: %s."
|
8258 |
msgstr "Impossible de désactiver la licence: %s."
|
8259 |
|
8260 |
+
#: includes/licensing.php:917
|
8261 |
msgctxt "licensing"
|
8262 |
msgid "License deactivated"
|
8263 |
msgstr "Licence désactivée"
|
8264 |
|
8265 |
#. translators: "<module-name>" version <version-number> is not...
|
8266 |
+
#: includes/licensing.php:1126
|
8267 |
#, fuzzy
|
8268 |
msgctxt "deprecation"
|
8269 |
msgid ""
|
8714 |
"Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
|
8715 |
"publiée."
|
8716 |
|
8717 |
+
#: includes/views/submit_listing.php:1137
|
8718 |
msgctxt "listing submit"
|
8719 |
msgid ""
|
8720 |
"Image upload is required, please provide at least one image and submit again."
|
8864 |
msgid "Search"
|
8865 |
msgstr "Rechercher"
|
8866 |
|
8867 |
+
#: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
|
8868 |
+
#: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
|
8869 |
+
#: templates/admin/csv-import.tpl.php:117
|
8870 |
+
#: templates/admin/csv-import.tpl.php:143
|
8871 |
+
#: templates/admin/csv-import.tpl.php:154
|
8872 |
+
#: templates/admin/csv-import.tpl.php:204
|
8873 |
msgctxt "admin forms"
|
8874 |
msgid "required"
|
8875 |
msgstr "requis"
|
8916 |
"d'assistance </a> et nous y répondrons dans les 24 heures la plupart du "
|
8917 |
"temps."
|
8918 |
|
8919 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
8920 |
msgctxt "admin infometabox"
|
8921 |
msgid "Renewal url (copy & paste)"
|
8922 |
msgstr "URL de renouvellement (copier-coller)"
|
8923 |
|
8924 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
8925 |
msgctxt "admin infometabox"
|
8926 |
msgid "Get renewal URL"
|
8927 |
msgstr "Obtenir l'URL de renouvellement de l'annonce"
|
8928 |
|
8929 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:138
|
8930 |
msgctxt "admin infometabox"
|
8931 |
msgid "Send renewal e-mail"
|
8932 |
msgstr "Envoyer un e-mail à l'utilisateur"
|
8933 |
|
8934 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:143
|
8935 |
msgctxt "admin infometabox"
|
8936 |
msgid "Renew listing"
|
8937 |
msgstr "Renouveler l'annonce"
|
9248 |
msgid "Continue"
|
9249 |
msgstr "Continuer"
|
9250 |
|
9251 |
+
#, fuzzy
|
9252 |
+
#~ msgid "Edit listing permalink"
|
9253 |
+
#~ msgstr "Editer l'annonce"
|
9254 |
+
|
9255 |
+
#~ msgctxt "admin csv-export"
|
9256 |
+
#~ msgid "Could not create wpbdp-csv-exports directory."
|
9257 |
+
#~ msgstr "Impossible de créer le répertoire wpbdp-CSV-exportations."
|
9258 |
+
|
9259 |
+
#~ msgctxt "admin csv-export"
|
9260 |
+
#~ msgid "Export Configuration"
|
9261 |
+
#~ msgstr "Exportation de la configuration"
|
9262 |
+
|
9263 |
+
#~ msgctxt "listing metabox"
|
9264 |
+
#~ msgid "Edit"
|
9265 |
+
#~ msgstr "Editer"
|
9266 |
+
|
9267 |
+
#~ msgctxt "listing metabox"
|
9268 |
+
#~ msgid "Never"
|
9269 |
+
#~ msgstr "Jamais"
|
9270 |
+
|
9271 |
#~ msgctxt "settings"
|
9272 |
#~ msgid "Default new post status"
|
9273 |
#~ msgstr "Statut du nouveau message par défaut"
|
languages/business-directory-plugin-it_IT.mo
CHANGED
Binary file
|
languages/business-directory-plugin-it_IT.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2021-
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -30,51 +30,46 @@ msgstr ""
|
|
30 |
msgid "Are you sure you want to do this?"
|
31 |
msgstr "Sei sicuro di volerlo fare?"
|
32 |
|
33 |
-
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:
|
34 |
#, fuzzy
|
35 |
msgid "Help"
|
36 |
msgstr "Aiuto"
|
37 |
|
38 |
-
#: includes/admin/class-admin-listings.php:
|
39 |
#: includes/views/submit_listing.php:497
|
40 |
#: templates/email/listing-reported.tpl.php:7
|
41 |
msgid "Listing Information"
|
42 |
msgstr "Informazioni sull'annuncio"
|
43 |
|
44 |
-
#: includes/admin/class-admin-listings.php:
|
45 |
msgid "Listing Timeline"
|
46 |
msgstr "Calendario degli annunci"
|
47 |
|
48 |
-
#: includes/admin/class-admin-listings.php:
|
49 |
msgid "Listing Reports"
|
50 |
msgstr "Reports Annuncio"
|
51 |
|
52 |
-
#: includes/admin/class-admin-listings.php:
|
53 |
#: includes/admin/class-listing-owner.php:87
|
54 |
#, fuzzy
|
55 |
msgid "Listing Owner"
|
56 |
msgstr "Reports Annuncio"
|
57 |
|
58 |
-
#: includes/admin/class-admin-listings.php:
|
59 |
msgid "Expires on"
|
60 |
msgstr "Scade il"
|
61 |
|
62 |
-
#: includes/admin/class-admin-listings.php:
|
63 |
msgid "Attributes"
|
64 |
msgstr "Attributi"
|
65 |
|
66 |
-
#: includes/admin/class-admin-listings.php:
|
67 |
#: includes/class-cpt-integration.php:19
|
68 |
#: includes/compatibility/class-navxt-integration.php:200
|
69 |
#: templates/submit-listing.tpl.php:15
|
70 |
msgid "Edit Listing"
|
71 |
msgstr "Modifica Annuncio"
|
72 |
|
73 |
-
#: includes/admin/class-admin-listings.php:587
|
74 |
-
#, fuzzy
|
75 |
-
msgid "Edit listing permalink"
|
76 |
-
msgstr "Modifica elenchi di Donazione"
|
77 |
-
|
78 |
#: includes/admin/class-admin.php:186
|
79 |
#, fuzzy
|
80 |
msgid ""
|
@@ -152,7 +147,7 @@ msgstr "ID"
|
|
152 |
msgid "Listing Count"
|
153 |
msgstr "Elenco luoghi"
|
154 |
|
155 |
-
#: includes/admin/class-csv-import.php:
|
156 |
msgid "Listing imported by admin. Payment skipped."
|
157 |
msgstr "Elenco importato da admin. Pagamento saltato."
|
158 |
|
@@ -234,8 +229,8 @@ msgstr "Si prega di caricare o selezionare un file CSV."
|
|
234 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
235 |
#: includes/admin/helpers/class-payments-table.php:57
|
236 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
237 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
238 |
-
#: templates/admin/payments-details.tpl.php:
|
239 |
#: templates/email/listing-payment-completed.tpl.php:21
|
240 |
#: templates/payment/payment_items.tpl.php:5
|
241 |
#, fuzzy
|
@@ -251,12 +246,14 @@ msgstr "Immagini"
|
|
251 |
|
252 |
#: includes/admin/form-fields.php:31
|
253 |
#: includes/fields/class-fieldtypes-social.php:138
|
254 |
-
#: templates/admin/csv-import.tpl.php:
|
255 |
#, fuzzy
|
256 |
msgid "Type"
|
257 |
msgstr "Tipo"
|
258 |
|
259 |
#: includes/admin/form-fields.php:88
|
|
|
|
|
260 |
#, fuzzy
|
261 |
msgid "Edit"
|
262 |
msgstr "Modifica"
|
@@ -283,7 +280,7 @@ msgstr ""
|
|
283 |
"\"Gestire i campi del modulo\" o lasciare che Business Directory lo faccia "
|
284 |
"automaticamente."
|
285 |
|
286 |
-
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:
|
287 |
#, fuzzy
|
288 |
msgid "Go to \"Form Fields\""
|
289 |
msgstr "Vai a \"Gestire i campi dei moduli\"."
|
@@ -294,7 +291,7 @@ msgstr "Vai a \"Gestire i campi dei moduli\"."
|
|
294 |
msgid "Go back"
|
295 |
msgstr "Va indietro"
|
296 |
|
297 |
-
#: includes/admin/form-fields.php:
|
298 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
299 |
#: templates/email/listing-added.tpl.php:10
|
300 |
#: templates/email/listing-edited.tpl.php:16
|
@@ -303,87 +300,87 @@ msgstr "Va indietro"
|
|
303 |
msgid "Title"
|
304 |
msgstr "Titolo"
|
305 |
|
306 |
-
#: includes/admin/form-fields.php:
|
307 |
#: templates/email/listing-added.tpl.php:21
|
308 |
#: templates/email/listing-edited.tpl.php:29
|
309 |
#, fuzzy
|
310 |
msgid "Category"
|
311 |
msgstr "Categoria"
|
312 |
|
313 |
-
#: includes/admin/form-fields.php:
|
314 |
#, fuzzy
|
315 |
msgid "Excerpt"
|
316 |
msgstr "Estratto"
|
317 |
|
318 |
-
#: includes/admin/form-fields.php:
|
319 |
#, fuzzy
|
320 |
msgid "Content"
|
321 |
msgstr "Contenuto"
|
322 |
|
323 |
-
#: includes/admin/form-fields.php:
|
324 |
#, fuzzy
|
325 |
msgid "Tags"
|
326 |
msgstr "Tags"
|
327 |
|
328 |
-
#: includes/admin/form-fields.php:
|
329 |
#: templates/checkout-billing-form.tpl.php:75
|
330 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
331 |
#, fuzzy
|
332 |
msgid "Address"
|
333 |
msgstr "Indirizzo"
|
334 |
|
335 |
-
#: includes/admin/form-fields.php:
|
336 |
#, fuzzy
|
337 |
msgid "Address 2"
|
338 |
msgstr "Indirizzo"
|
339 |
|
340 |
-
#: includes/admin/form-fields.php:
|
341 |
-
#: templates/admin/payments-details.tpl.php:
|
342 |
#: templates/checkout-billing-form.tpl.php:87
|
343 |
#, fuzzy
|
344 |
msgid "City"
|
345 |
msgstr "Città"
|
346 |
|
347 |
-
#: includes/admin/form-fields.php:
|
348 |
-
#: templates/admin/payments-details.tpl.php:
|
349 |
#, fuzzy
|
350 |
msgid "State"
|
351 |
msgstr "Stato"
|
352 |
|
353 |
-
#: includes/admin/form-fields.php:
|
354 |
-
#: templates/admin/payments-details.tpl.php:
|
355 |
#: templates/checkout-billing-form.tpl.php:102
|
356 |
#, fuzzy
|
357 |
msgid "Country"
|
358 |
msgstr "Nazione"
|
359 |
|
360 |
-
#: includes/admin/form-fields.php:
|
361 |
-
#: templates/admin/payments-details.tpl.php:
|
362 |
msgid "ZIP Code"
|
363 |
msgstr "Codice Postale"
|
364 |
|
365 |
-
#: includes/admin/form-fields.php:
|
366 |
#, fuzzy
|
367 |
msgid "FAX Number"
|
368 |
msgstr "Numero di fax"
|
369 |
|
370 |
-
#: includes/admin/form-fields.php:
|
371 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
372 |
#, fuzzy
|
373 |
msgid "Phone Number"
|
374 |
msgstr "Numero di telefono"
|
375 |
|
376 |
-
#: includes/admin/form-fields.php:
|
377 |
#, fuzzy
|
378 |
msgid "Ratings Field"
|
379 |
msgstr "Campo votazione"
|
380 |
|
381 |
-
#: includes/admin/form-fields.php:
|
382 |
#, fuzzy
|
383 |
msgid "Twitter"
|
384 |
msgstr "Twitter"
|
385 |
|
386 |
-
#: includes/admin/form-fields.php:
|
387 |
#, fuzzy
|
388 |
msgid "Website"
|
389 |
msgstr "Sito web"
|
@@ -455,8 +452,8 @@ msgid "You're using Business Directory Plugin Lite. Enjoy!"
|
|
455 |
msgstr "Perché stai eliminando Business Directory Plugin?"
|
456 |
|
457 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
458 |
-
#: includes/form-fields.php:428 includes/views/submit_listing.php:
|
459 |
-
#: templates/admin/payments-details.tpl.php:
|
460 |
#: templates/listing-contactform.tpl.php:33
|
461 |
#: templates/listing-flagging-form.tpl.php:39
|
462 |
#, fuzzy
|
@@ -485,8 +482,8 @@ msgstr ""
|
|
485 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
486 |
#: includes/class-assets.php:317
|
487 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
488 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
489 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
490 |
#, fuzzy
|
491 |
msgid "No"
|
492 |
msgstr "No"
|
@@ -558,6 +555,15 @@ msgstr ""
|
|
558 |
"migliorare la velocità. Questo è utile se siete su piani di hosting "
|
559 |
"condiviso, dove le prestazioni del database è un problema."
|
560 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
561 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
562 |
#, fuzzy
|
563 |
msgid "Categories"
|
@@ -842,7 +848,7 @@ msgid "Business Directory - Featured Levels Migration"
|
|
842 |
msgstr "Business Directory - Migrazione a livelli in primo piano"
|
843 |
|
844 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
845 |
-
#: templates/admin/fees-form.tpl.php:
|
846 |
#, fuzzy
|
847 |
msgid "Fee Label"
|
848 |
msgstr "Etichetta della Donazione"
|
@@ -871,14 +877,15 @@ msgid "Status: %s"
|
|
871 |
msgstr "Stato:"
|
872 |
|
873 |
#: includes/class-assets.php:315
|
|
|
874 |
#, fuzzy
|
875 |
msgid "Never"
|
876 |
msgstr "Mai"
|
877 |
|
878 |
#: includes/class-assets.php:316
|
879 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
880 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
881 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
882 |
#, fuzzy
|
883 |
msgid "Yes"
|
884 |
msgstr "Si"
|
@@ -1015,28 +1022,32 @@ msgid ""
|
|
1015 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
1016 |
msgstr ""
|
1017 |
|
1018 |
-
#: includes/class-wpbdp.php:
|
|
|
|
|
|
|
|
|
1019 |
#, fuzzy
|
1020 |
msgid "Settings"
|
1021 |
msgstr "Impostazioni"
|
1022 |
|
1023 |
-
#: includes/class-wpbdp.php:
|
1024 |
#, fuzzy
|
1025 |
msgid "Could not find listing ID"
|
1026 |
msgstr "Impossibile contattare il server di licenza"
|
1027 |
|
1028 |
-
#: includes/class-wpbdp.php:
|
1029 |
msgid ""
|
1030 |
"Could not verify the image upload request. If problem persists contact site "
|
1031 |
"admin."
|
1032 |
msgstr ""
|
1033 |
|
1034 |
-
#: includes/class-wpbdp.php:
|
1035 |
#, fuzzy
|
1036 |
msgid "Could not find image ID"
|
1037 |
msgstr "Non è stato possibile aggiornare il tema: %s"
|
1038 |
|
1039 |
-
#: includes/class-wpbdp.php:
|
1040 |
msgid ""
|
1041 |
"The directory features are disabled at this time because a <a>manual "
|
1042 |
"upgrade</a> is pending."
|
@@ -1044,7 +1055,7 @@ msgstr ""
|
|
1044 |
"Le funzioni della directory sono disattivate in questo momento perché è in "
|
1045 |
"attesa di un <a>aggiornamento manuale</a>."
|
1046 |
|
1047 |
-
#: includes/class-wpbdp.php:
|
1048 |
msgid ""
|
1049 |
"The directory is not available at this time. Please try again in a few "
|
1050 |
"minutes or contact the administrator if the problem persists."
|
@@ -1220,8 +1231,8 @@ msgstr ""
|
|
1220 |
"di controllo)."
|
1221 |
|
1222 |
#: includes/fields/class-fieldtypes-select.php:262
|
1223 |
-
#: templates/admin/fees-form.tpl.php:
|
1224 |
-
#: templates/admin/fees-form.tpl.php:
|
1225 |
#, fuzzy
|
1226 |
msgid "required"
|
1227 |
msgstr "richiesto"
|
@@ -1339,7 +1350,7 @@ msgstr "Categorie di annunci"
|
|
1339 |
msgid "Short Description"
|
1340 |
msgstr "Descrizione breve"
|
1341 |
|
1342 |
-
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:
|
1343 |
#, fuzzy
|
1344 |
msgid "Description"
|
1345 |
msgstr "Descrizione"
|
@@ -1500,28 +1511,28 @@ msgstr "Carta di Credito"
|
|
1500 |
msgid "Invalid item ID"
|
1501 |
msgstr "ID articolo non valido"
|
1502 |
|
1503 |
-
#: includes/licensing.php:
|
1504 |
#, fuzzy
|
1505 |
msgid "No license key provided"
|
1506 |
msgstr "Nessuna chiave di licenza fornita"
|
1507 |
|
1508 |
-
#: includes/licensing.php:
|
1509 |
#, fuzzy
|
1510 |
msgid "License key is invalid"
|
1511 |
msgstr "La chiave di licenza non è valida"
|
1512 |
|
1513 |
-
#: includes/licensing.php:
|
1514 |
#, fuzzy
|
1515 |
msgid "Deactivation failed"
|
1516 |
msgstr "Disattivazione fallita"
|
1517 |
|
1518 |
-
#: includes/licensing.php:
|
1519 |
#, fuzzy
|
1520 |
msgid "The license key was revoked."
|
1521 |
msgstr "La chiave di licenza è stata revocata."
|
1522 |
|
1523 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1524 |
-
#: includes/licensing.php:
|
1525 |
#, fuzzy
|
1526 |
msgid ""
|
1527 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
@@ -1533,7 +1544,7 @@ msgstr ""
|
|
1533 |
"Business Directory</support-link> e fate loro sapere che la vostra licenza è "
|
1534 |
"stata segnalata come revocata dal software di licenza."
|
1535 |
|
1536 |
-
#: includes/licensing.php:
|
1537 |
#, fuzzy
|
1538 |
msgid ""
|
1539 |
"It was not possible to establish a connection with the Business Directory "
|
@@ -1542,7 +1553,7 @@ msgstr ""
|
|
1542 |
"Non è stato possibile stabilire una connessione con il server di Business "
|
1543 |
"Directory. Il collegamento non è riuscito con il seguente errore:"
|
1544 |
|
1545 |
-
#: includes/licensing.php:
|
1546 |
#, fuzzy
|
1547 |
msgid ""
|
1548 |
"It was not possible to establish a connection with the Business Directory "
|
@@ -1551,7 +1562,7 @@ msgstr ""
|
|
1551 |
"Non è stato possibile stabilire una connessione con il server di Business "
|
1552 |
"Directory. Si è verificato un problema nella stretta di mano SSL/TSL:"
|
1553 |
|
1554 |
-
#: includes/licensing.php:
|
1555 |
#, fuzzy
|
1556 |
msgid ""
|
1557 |
"It looks like your server is not authorized to make outgoing requests to "
|
@@ -1563,31 +1574,31 @@ msgstr ""
|
|
1563 |
"support-link> e chiedi loro di aggiungere il tuo indirizzo IP <ip-"
|
1564 |
"address>alla whitelist."
|
1565 |
|
1566 |
-
#: includes/licensing.php:
|
1567 |
#, fuzzy
|
1568 |
msgid "Business Directory license key is missing."
|
1569 |
msgstr "Business Directory - Chiave di licenza scaduta"
|
1570 |
|
1571 |
-
#: includes/licensing.php:
|
1572 |
#, fuzzy
|
1573 |
msgid "Business Directory license key has expired"
|
1574 |
msgstr "Business Directory - Chiave di licenza scaduta"
|
1575 |
|
1576 |
-
#: includes/licensing.php:
|
1577 |
#, fuzzy
|
1578 |
msgid "Could not verify Business Directory license."
|
1579 |
msgstr "Aiuta a migliorare la directory aziendale"
|
1580 |
|
1581 |
-
#: includes/licensing.php:
|
1582 |
#, fuzzy
|
1583 |
msgid "Review license keys"
|
1584 |
msgstr "Rivedere le mie chiavi di licenza"
|
1585 |
|
1586 |
-
#: includes/licensing.php:
|
1587 |
msgid "Missing data. Please reload this page and try again."
|
1588 |
msgstr ""
|
1589 |
|
1590 |
-
#: includes/licensing.php:
|
1591 |
#, fuzzy
|
1592 |
msgid "Please enter a license key."
|
1593 |
msgstr "Per favore inserisci una chiave di licenza."
|
@@ -1680,34 +1691,34 @@ msgstr "Immagini annuncio"
|
|
1680 |
msgid "Account Creation"
|
1681 |
msgstr "Creazione account"
|
1682 |
|
1683 |
-
#: includes/views/submit_listing.php:
|
1684 |
#, fuzzy
|
1685 |
msgid "Go to \"Fee Plans\""
|
1686 |
msgstr "Nessun piano tariffario"
|
1687 |
|
1688 |
-
#: includes/views/submit_listing.php:
|
1689 |
#, fuzzy
|
1690 |
msgid "Please choose a fee plan."
|
1691 |
msgstr "(Si prega di scegliere un piano tariffario di cui sopra)"
|
1692 |
|
1693 |
-
#: includes/views/submit_listing.php:
|
1694 |
#, fuzzy
|
1695 |
msgid "Please check the form for errors, correct them and submit again."
|
1696 |
msgstr ""
|
1697 |
"Qualcosa è andato storto. Si prega di controllare il modulo per eventuali "
|
1698 |
"errori, correggerli e ripresentarli di nuovo."
|
1699 |
|
1700 |
-
#: includes/views/submit_listing.php:
|
1701 |
#, fuzzy
|
1702 |
msgid "Create a user account on this site"
|
1703 |
msgstr "Creare un account utente su questo sito"
|
1704 |
|
1705 |
-
#: includes/views/submit_listing.php:
|
1706 |
#, fuzzy
|
1707 |
msgid "Username"
|
1708 |
msgstr "Nome utente:"
|
1709 |
|
1710 |
-
#: includes/views/submit_listing.php:
|
1711 |
#, fuzzy
|
1712 |
msgid "Clear Form"
|
1713 |
msgstr "Cancella"
|
@@ -1723,7 +1734,7 @@ msgstr ""
|
|
1723 |
"avere spazio sufficiente sul disco e la memoria disponibile per PHP. "
|
1724 |
"Controllare i registri degli errori per i dettagli."
|
1725 |
|
1726 |
-
#: templates/admin/csv-export.tpl.php:
|
1727 |
#, fuzzy
|
1728 |
msgid ""
|
1729 |
"If you plan to re-import the listings into your directory and don't want new "
|
@@ -1732,12 +1743,22 @@ msgstr ""
|
|
1732 |
"Se si prevede di reimportare gli elenchi in BD e non si desidera crearne "
|
1733 |
"nuovi, selezionare questa opzione!"
|
1734 |
|
1735 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1736 |
#, fuzzy
|
1737 |
msgid "Disable email notifications during import?"
|
1738 |
msgstr "Disattiva le notifiche di posta elettronica durante l'importazione?"
|
1739 |
|
1740 |
-
#: templates/admin/csv-import.tpl.php:
|
1741 |
#, fuzzy
|
1742 |
msgid "Disable email notifications."
|
1743 |
msgstr "Disattiva le notifiche di posta elettronica."
|
@@ -1756,7 +1777,7 @@ msgstr ""
|
|
1756 |
msgid "Download Debug Information"
|
1757 |
msgstr "Scarica le informazioni di debug"
|
1758 |
|
1759 |
-
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:
|
1760 |
#, fuzzy
|
1761 |
msgid "Add Listing Fee"
|
1762 |
msgstr "Aggiungi la quota di Donazione"
|
@@ -1766,60 +1787,60 @@ msgstr "Aggiungi la quota di Donazione"
|
|
1766 |
msgid "Edit Listing Fee"
|
1767 |
msgstr "Modifica elenchi di Donazione"
|
1768 |
|
1769 |
-
#: templates/admin/fees-form.tpl.php:
|
1770 |
#, fuzzy
|
1771 |
msgid "Fee Description"
|
1772 |
msgstr "Descrizione del canone"
|
1773 |
|
1774 |
-
#: templates/admin/fees-form.tpl.php:
|
1775 |
#, fuzzy
|
1776 |
msgid "How long should the listing run?"
|
1777 |
msgstr "Per quanto tempo deve essere pubblicato l'annuncio?"
|
1778 |
|
1779 |
-
#: templates/admin/fees-form.tpl.php:
|
1780 |
#, fuzzy
|
1781 |
msgid "run listing for"
|
1782 |
msgstr "eseguire l'elenco per"
|
1783 |
|
1784 |
-
#: templates/admin/fees-form.tpl.php:
|
1785 |
#: templates/plan-selection-plan.tpl.php:39
|
1786 |
#, fuzzy
|
1787 |
msgid "days"
|
1788 |
msgstr "giorni"
|
1789 |
|
1790 |
-
#: templates/admin/fees-form.tpl.php:
|
1791 |
#, fuzzy
|
1792 |
msgid "run listing forever"
|
1793 |
msgstr "eseguire l'elenco per sempre"
|
1794 |
|
1795 |
-
#: templates/admin/fees-form.tpl.php:
|
1796 |
#, fuzzy
|
1797 |
msgid "Number of images allowed"
|
1798 |
msgstr "Numero di immagini consentite"
|
1799 |
|
1800 |
-
#: templates/admin/fees-form.tpl.php:
|
1801 |
#, fuzzy
|
1802 |
msgid "Private Fee Plan (visible to admins only)?"
|
1803 |
msgstr "Piano tariffario privato (visibile solo agli amministratori)?"
|
1804 |
|
1805 |
-
#: templates/admin/fees-form.tpl.php:
|
1806 |
#, fuzzy
|
1807 |
msgid "Is recurring?"
|
1808 |
msgstr "Ricorrente?"
|
1809 |
|
1810 |
-
#: templates/admin/fees-form.tpl.php:
|
1811 |
#, fuzzy
|
1812 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1813 |
msgstr ""
|
1814 |
"L'annuncio deve essere rinnovata automaticamente alla fine del periodo di "
|
1815 |
"pubblicazione?"
|
1816 |
|
1817 |
-
#: templates/admin/fees-form.tpl.php:
|
1818 |
#, fuzzy
|
1819 |
msgid "Is featured listing/sticky?"
|
1820 |
msgstr "E' un annuncio in evidenza?"
|
1821 |
|
1822 |
-
#: templates/admin/fees-form.tpl.php:
|
1823 |
#, fuzzy
|
1824 |
msgid ""
|
1825 |
"This floats the listing to the top of search results and browsing the "
|
@@ -1828,19 +1849,19 @@ msgstr ""
|
|
1828 |
"Questo mette l'annuncio in cima ai risultati della ricerca e sfogliando la "
|
1829 |
"directory quando l'utente acquista questo piano."
|
1830 |
|
1831 |
-
#: templates/admin/fees-form.tpl.php:
|
1832 |
#, fuzzy
|
1833 |
msgid "Listing background color:"
|
1834 |
msgstr "Colore di sfondo dell'elenco:"
|
1835 |
|
1836 |
-
#: templates/admin/fees-form.tpl.php:
|
1837 |
#, fuzzy
|
1838 |
msgid "Used to differentiate listings inside this plan from others."
|
1839 |
msgstr ""
|
1840 |
"Utilizzato per differenziare gli annunci all'interno di questo piano dagli "
|
1841 |
"altri."
|
1842 |
|
1843 |
-
#: templates/admin/fees-form.tpl.php:
|
1844 |
#: templates/admin/settings-email.tpl.php:116
|
1845 |
#: templates/submit-listing-section.tpl.php:30
|
1846 |
#, fuzzy
|
@@ -2034,113 +2055,113 @@ msgstr "← Ritorno alla \"Cronologia dei pagamenti\"."
|
|
2034 |
msgid "Payment Not Found"
|
2035 |
msgstr "Informazioni di Pagamento"
|
2036 |
|
2037 |
-
#: templates/admin/payments-details.tpl.php:
|
2038 |
#, fuzzy
|
2039 |
msgid "Overview"
|
2040 |
msgstr "Panoramica"
|
2041 |
|
2042 |
-
#: templates/admin/payments-details.tpl.php:
|
2043 |
-
#: templates/admin/payments-details.tpl.php:
|
2044 |
#, fuzzy
|
2045 |
msgid "Payment ID"
|
2046 |
msgstr "ID Pagamento:"
|
2047 |
|
2048 |
-
#: templates/admin/payments-details.tpl.php:
|
2049 |
#, fuzzy
|
2050 |
msgid "Listing"
|
2051 |
msgstr "Annuncio"
|
2052 |
|
2053 |
-
#: templates/admin/payments-details.tpl.php:
|
2054 |
#, fuzzy
|
2055 |
msgid "Status"
|
2056 |
msgstr "Stato"
|
2057 |
|
2058 |
-
#: templates/admin/payments-details.tpl.php:
|
2059 |
#, fuzzy
|
2060 |
msgid "Date"
|
2061 |
msgstr "Data"
|
2062 |
|
2063 |
-
#: templates/admin/payments-details.tpl.php:
|
2064 |
#, fuzzy
|
2065 |
msgid "Time"
|
2066 |
msgstr "Ora:"
|
2067 |
|
2068 |
-
#: templates/admin/payments-details.tpl.php:
|
2069 |
#, fuzzy
|
2070 |
msgid "Gateway"
|
2071 |
msgstr "& Gateway:"
|
2072 |
|
2073 |
#. translators: Gateway: (Not yet set)
|
2074 |
-
#: templates/admin/payments-details.tpl.php:
|
2075 |
#, fuzzy
|
2076 |
msgid "(Not yet set)"
|
2077 |
msgstr "(Non ancora impostato)"
|
2078 |
|
2079 |
-
#: templates/admin/payments-details.tpl.php:
|
2080 |
#, fuzzy
|
2081 |
msgid "Delete Payment"
|
2082 |
msgstr "Elimina Pagamento"
|
2083 |
|
2084 |
-
#: templates/admin/payments-details.tpl.php:
|
2085 |
#, fuzzy
|
2086 |
msgid "Save Payment"
|
2087 |
msgstr "Salva Pagamento"
|
2088 |
|
2089 |
-
#: templates/admin/payments-details.tpl.php:
|
2090 |
#, fuzzy
|
2091 |
msgid "Details"
|
2092 |
msgstr "Dettagli"
|
2093 |
|
2094 |
-
#: templates/admin/payments-details.tpl.php:
|
2095 |
#, fuzzy
|
2096 |
msgid "Item Type"
|
2097 |
msgstr "Tipo di elemento"
|
2098 |
|
2099 |
-
#: templates/admin/payments-details.tpl.php:
|
2100 |
#: templates/payment/payment_items.tpl.php:23
|
2101 |
#, fuzzy
|
2102 |
msgid "Total"
|
2103 |
msgstr "Totale"
|
2104 |
|
2105 |
-
#: templates/admin/payments-details.tpl.php:
|
2106 |
#, fuzzy
|
2107 |
msgid "Customer Details"
|
2108 |
msgstr "Dettagli Cliente"
|
2109 |
|
2110 |
-
#: templates/admin/payments-details.tpl.php:
|
2111 |
#: templates/checkout-billing-form.tpl.php:17
|
2112 |
#, fuzzy
|
2113 |
msgid "First Name"
|
2114 |
msgstr "Nome"
|
2115 |
|
2116 |
-
#: templates/admin/payments-details.tpl.php:
|
2117 |
#: templates/checkout-billing-form.tpl.php:22
|
2118 |
#, fuzzy
|
2119 |
msgid "Last Name"
|
2120 |
msgstr "Cognome"
|
2121 |
|
2122 |
-
#: templates/admin/payments-details.tpl.php:
|
2123 |
#, fuzzy
|
2124 |
msgid "Address Line 1"
|
2125 |
msgstr "Indirizzo 1:"
|
2126 |
|
2127 |
-
#: templates/admin/payments-details.tpl.php:
|
2128 |
#: templates/checkout-billing-form.tpl.php:81
|
2129 |
#, fuzzy
|
2130 |
msgid "Address Line 2"
|
2131 |
msgstr "Indirizzo 2"
|
2132 |
|
2133 |
-
#: templates/admin/payments-details.tpl.php:
|
2134 |
#, fuzzy
|
2135 |
msgid "Notes & Log"
|
2136 |
msgstr "Note e registro"
|
2137 |
|
2138 |
-
#: templates/admin/payments-details.tpl.php:
|
2139 |
#, fuzzy
|
2140 |
msgid "No notes."
|
2141 |
msgstr "Niente note."
|
2142 |
|
2143 |
-
#: templates/admin/payments-details.tpl.php:
|
2144 |
#, fuzzy
|
2145 |
msgid "Add Note"
|
2146 |
msgstr "Aggiungi nota"
|
@@ -2941,7 +2962,7 @@ msgctxt "admin csv-import"
|
|
2941 |
msgid "See an example CSV import file"
|
2942 |
msgstr "Vedere un esempio di file di importazione CSV"
|
2943 |
|
2944 |
-
#: includes/admin/class-csv-import.php:
|
2945 |
msgctxt "admin csv-import"
|
2946 |
msgid ""
|
2947 |
"Could not create listing category \"<category-name>\". The operation failed "
|
@@ -2950,32 +2971,32 @@ msgstr ""
|
|
2950 |
"Impossibile creare la categoria di Annunci \"<category-name>\". L'operazione "
|
2951 |
"non è riuscita per il seguente errore: <error-message>."
|
2952 |
|
2953 |
-
#: includes/admin/class-csv-import.php:
|
2954 |
msgctxt "admin csv-import"
|
2955 |
msgid "Could not create listing category \"%s\""
|
2956 |
msgstr "Impossibile creare la categoria \"%s\""
|
2957 |
|
2958 |
-
#: includes/admin/class-csv-import.php:
|
2959 |
msgctxt "admin csv-import"
|
2960 |
msgid "Username \"%s\" does not exist"
|
2961 |
msgstr "Nome Utente \"%s\" non esiste"
|
2962 |
|
2963 |
-
#: includes/admin/class-csv-import.php:
|
2964 |
msgctxt "admin csv-import"
|
2965 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2966 |
msgstr "Non esiste un piano tariffario con ID = <fee-id>"
|
2967 |
|
2968 |
-
#: includes/admin/class-csv-import.php:
|
2969 |
msgctxt "admin csv-import"
|
2970 |
msgid "Missing required field: %s"
|
2971 |
msgstr "Campo obbligatorio mancante: %s"
|
2972 |
|
2973 |
-
#: includes/admin/class-csv-import.php:
|
2974 |
msgctxt "admin csv-import"
|
2975 |
msgid "Listing category \"%s\" does not exist"
|
2976 |
msgstr "La categoria \"%s\" non esiste"
|
2977 |
|
2978 |
-
#: includes/admin/class-csv-import.php:
|
2979 |
msgctxt "admin csv-import"
|
2980 |
msgid "The string <string> couldn't be converted into a valid date."
|
2981 |
msgstr "La stringa <string>non poteva essere convertita in una data valida."
|
@@ -3155,15 +3176,6 @@ msgid "Here, you can import data into your directory using the CSV format."
|
|
3155 |
msgstr ""
|
3156 |
"Qui puoi importare i dati nella tua directory utilizzando il formato CSV."
|
3157 |
|
3158 |
-
#: templates/admin/csv-import.tpl.php:35
|
3159 |
-
msgctxt "admin csv-import"
|
3160 |
-
msgid ""
|
3161 |
-
"We strongly recommend reading our <a>CSV import documentation</a> first to "
|
3162 |
-
"help you do things in the right order."
|
3163 |
-
msgstr ""
|
3164 |
-
"Raccomandiamo vivamente di leggere prima la nostra <a>documentazione di "
|
3165 |
-
"importazione CSV</a> per aiutarvi a fare le cose nel giusto ordine."
|
3166 |
-
|
3167 |
#: templates/admin/csv-import.tpl.php:45
|
3168 |
msgctxt "admin csv-import"
|
3169 |
msgid "Import Files"
|
@@ -3180,7 +3192,7 @@ msgid "... or <a>select a file uploaded to the imports folder</a>"
|
|
3180 |
msgstr ""
|
3181 |
".... o <a>selezionare un file caricato nella cartella di importazione</a>"
|
3182 |
|
3183 |
-
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:
|
3184 |
msgctxt "admin csv-import"
|
3185 |
msgid "(Upload new file)"
|
3186 |
msgstr "(Carica nuovo file)"
|
@@ -3190,110 +3202,110 @@ msgctxt "admin csv-import"
|
|
3190 |
msgid "ZIP file containing images"
|
3191 |
msgstr "File ZIP contenente immagini"
|
3192 |
|
3193 |
-
#: templates/admin/csv-import.tpl.php:
|
3194 |
msgctxt "admin csv-import"
|
3195 |
msgid "CSV File Settings"
|
3196 |
msgstr "Impostazioni file CSV"
|
3197 |
|
3198 |
-
#: templates/admin/csv-import.tpl.php:
|
3199 |
msgctxt "admin csv-import"
|
3200 |
msgid "Column Separator"
|
3201 |
msgstr "Separatore Colonna"
|
3202 |
|
3203 |
-
#: templates/admin/csv-import.tpl.php:
|
3204 |
msgctxt "admin csv-import"
|
3205 |
msgid "Comma (,)"
|
3206 |
msgstr "Comma (,)"
|
3207 |
|
3208 |
-
#: templates/admin/csv-import.tpl.php:
|
3209 |
msgctxt "admin csv-import"
|
3210 |
msgid "Semicolon (;)"
|
3211 |
msgstr "Punto e virgola (;)"
|
3212 |
|
3213 |
-
#: templates/admin/csv-import.tpl.php:
|
3214 |
msgctxt "admin csv-import"
|
3215 |
msgid "TAB"
|
3216 |
msgstr "TAB"
|
3217 |
|
3218 |
-
#: templates/admin/csv-import.tpl.php:
|
3219 |
msgctxt "admin csv-import"
|
3220 |
msgid "Image Separator"
|
3221 |
msgstr "Separatore di immagini"
|
3222 |
|
3223 |
-
#: templates/admin/csv-import.tpl.php:
|
3224 |
msgctxt "admin csv-import"
|
3225 |
msgid "Category Separator"
|
3226 |
msgstr "Separatore di Categoria"
|
3227 |
|
3228 |
-
#: templates/admin/csv-import.tpl.php:
|
3229 |
msgctxt "admin csv-import"
|
3230 |
msgid "Import settings"
|
3231 |
msgstr "Importa le impostazioni"
|
3232 |
|
3233 |
-
#: templates/admin/csv-import.tpl.php:
|
3234 |
#, fuzzy
|
3235 |
msgctxt "admin csv-import"
|
3236 |
msgid "Post status of new imported listings"
|
3237 |
msgstr "Stato delle inserzioni importate"
|
3238 |
|
3239 |
-
#: templates/admin/csv-import.tpl.php:
|
3240 |
#, fuzzy
|
3241 |
msgctxt "admin csv-import"
|
3242 |
msgid "Post status of existing imported listings"
|
3243 |
msgstr "Stato delle inserzioni importate"
|
3244 |
|
3245 |
-
#: templates/admin/csv-import.tpl.php:
|
3246 |
#, fuzzy
|
3247 |
msgctxt "admin csv-import"
|
3248 |
msgid "Preserve existing status"
|
3249 |
msgstr "Stato Inserzione"
|
3250 |
|
3251 |
-
#: templates/admin/csv-import.tpl.php:
|
3252 |
msgctxt "admin csv-import"
|
3253 |
msgid "Missing categories handling"
|
3254 |
msgstr "Gestione delle categorie mancanti"
|
3255 |
|
3256 |
-
#: templates/admin/csv-import.tpl.php:
|
3257 |
msgctxt "admin csv-import"
|
3258 |
msgid "Auto-create categories"
|
3259 |
msgstr "Creazione automatica delle categorie"
|
3260 |
|
3261 |
-
#: templates/admin/csv-import.tpl.php:
|
3262 |
msgctxt "admin csv-import"
|
3263 |
msgid "Generate errors when a category is not found"
|
3264 |
msgstr "Generare errori quando una categoria non viene trovata"
|
3265 |
|
3266 |
-
#: templates/admin/csv-import.tpl.php:
|
3267 |
msgctxt "admin csv-import"
|
3268 |
msgid "Keep existing listing images?"
|
3269 |
msgstr "Mantenere le immagini dell'elenco esistenti?"
|
3270 |
|
3271 |
-
#: templates/admin/csv-import.tpl.php:
|
3272 |
msgctxt "admin csv-import"
|
3273 |
msgid "Keep existing images."
|
3274 |
msgstr "Conservare le immagini esistenti."
|
3275 |
|
3276 |
-
#: templates/admin/csv-import.tpl.php:
|
3277 |
msgctxt "admin csv-import"
|
3278 |
msgid "Appends new images while keeping current ones."
|
3279 |
msgstr "Aggiunge nuove immagini mantenendo quelle attuali."
|
3280 |
|
3281 |
-
#: templates/admin/csv-import.tpl.php:
|
3282 |
msgctxt "admin csv-import"
|
3283 |
msgid "Assign listings to a user?"
|
3284 |
msgstr "Assegna annunci a un utente?"
|
3285 |
|
3286 |
-
#: templates/admin/csv-import.tpl.php:
|
3287 |
msgctxt "admin csv-import"
|
3288 |
msgid "Assign listings to a user."
|
3289 |
msgstr "Assegnare le inserzioni ad un utente."
|
3290 |
|
3291 |
-
#: templates/admin/csv-import.tpl.php:
|
3292 |
msgctxt "admin csv-import"
|
3293 |
msgid "Use a default user for listings?"
|
3294 |
msgstr "Utilizzare un utente predefinito per gli elenchi?"
|
3295 |
|
3296 |
-
#: templates/admin/csv-import.tpl.php:
|
3297 |
msgctxt "admin csv-import"
|
3298 |
msgid ""
|
3299 |
"Select a default user to be used if the username column is not present in "
|
@@ -3302,12 +3314,12 @@ msgstr ""
|
|
3302 |
"Selezionare un utente predefinito da utilizzare se la colonna nome utente "
|
3303 |
"non è presente nel file CSV."
|
3304 |
|
3305 |
-
#: templates/admin/csv-import.tpl.php:
|
3306 |
msgctxt "admin csv-import"
|
3307 |
msgid "Default listing user"
|
3308 |
msgstr "Utente predefinito"
|
3309 |
|
3310 |
-
#: templates/admin/csv-import.tpl.php:
|
3311 |
msgctxt "admin csv-import"
|
3312 |
msgid ""
|
3313 |
"This user will be used if the username column is not present in the CSV file."
|
@@ -3315,12 +3327,12 @@ msgstr ""
|
|
3315 |
"Questo utente verrà utilizzato se la colonna username non è presente nel "
|
3316 |
"file CSV."
|
3317 |
|
3318 |
-
#: templates/admin/csv-import.tpl.php:
|
3319 |
msgctxt "admin csv-import"
|
3320 |
msgid "Number of listings imported on every cycle"
|
3321 |
msgstr "Numero di elenchi importati per ogni ciclo"
|
3322 |
|
3323 |
-
#: templates/admin/csv-import.tpl.php:
|
3324 |
msgctxt "admin csv-import"
|
3325 |
msgid ""
|
3326 |
"If you are having trouble importing listings due to memory problems, try "
|
@@ -3334,17 +3346,17 @@ msgstr ""
|
|
3334 |
"più lungo, ma aumenterà le possibilità di successo su piattaforme di hosting "
|
3335 |
"condiviso e altri server con risorse limitate."
|
3336 |
|
3337 |
-
#: templates/admin/csv-import.tpl.php:
|
3338 |
msgctxt "admin csv-import"
|
3339 |
msgid "Test Import"
|
3340 |
msgstr "Test importazione"
|
3341 |
|
3342 |
-
#: templates/admin/csv-import.tpl.php:
|
3343 |
msgctxt "admin csv-import"
|
3344 |
msgid "Import Listings"
|
3345 |
msgstr "Importa Annunci"
|
3346 |
|
3347 |
-
#: templates/admin/csv-import.tpl.php:
|
3348 |
msgctxt "admin csv-import"
|
3349 |
msgid ""
|
3350 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -3358,27 +3370,27 @@ msgstr ""
|
|
3358 |
"file di importazione CSV\"</a> Per vedere come un file di importazione deve "
|
3359 |
"essere."
|
3360 |
|
3361 |
-
#: templates/admin/csv-import.tpl.php:
|
3362 |
msgctxt "admin csv-import"
|
3363 |
msgid "Header name/label"
|
3364 |
msgstr "Nome intestazione / etichetta"
|
3365 |
|
3366 |
-
#: templates/admin/csv-import.tpl.php:
|
3367 |
msgctxt "admin csv-import"
|
3368 |
msgid "Field"
|
3369 |
msgstr "Campo"
|
3370 |
|
3371 |
-
#: templates/admin/csv-import.tpl.php:
|
3372 |
msgctxt "admin csv-import"
|
3373 |
msgid "Required?"
|
3374 |
msgstr "Necessario?"
|
3375 |
|
3376 |
-
#: templates/admin/csv-import.tpl.php:
|
3377 |
msgctxt "admin csv-import"
|
3378 |
msgid "Multivalued?"
|
3379 |
msgstr "Multivalore?"
|
3380 |
|
3381 |
-
#: templates/admin/csv-import.tpl.php:
|
3382 |
msgctxt "admin csv-import"
|
3383 |
msgid ""
|
3384 |
"Fee ID (integer) associated to a listing. Use this column when adding or "
|
@@ -3387,17 +3399,17 @@ msgstr ""
|
|
3387 |
"Fee ID (numero intero) associato ad un elenco. Utilizzare questa colonna per "
|
3388 |
"aggiungere o aggiornare gli elenchi da fonti esterne."
|
3389 |
|
3390 |
-
#: templates/admin/csv-import.tpl.php:
|
3391 |
msgctxt "admin csv-import"
|
3392 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
3393 |
msgstr "Elenco separato di immagini (dal file ZIP)"
|
3394 |
|
3395 |
-
#: templates/admin/csv-import.tpl.php:
|
3396 |
msgctxt "admin csv-import"
|
3397 |
msgid "Listing author's username"
|
3398 |
msgstr "Elenco degli utenti"
|
3399 |
|
3400 |
-
#: templates/admin/csv-import.tpl.php:
|
3401 |
msgctxt "admin csv-import"
|
3402 |
msgid ""
|
3403 |
"Internal Sequence ID used to allow listing updates from external sources."
|
@@ -3405,7 +3417,7 @@ msgstr ""
|
|
3405 |
"ID di sequenza interna utilizzata per consentire l'elenco degli "
|
3406 |
"aggiornamenti da fonti esterne."
|
3407 |
|
3408 |
-
#: templates/admin/csv-import.tpl.php:
|
3409 |
msgctxt "admin csv-import"
|
3410 |
msgid ""
|
3411 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -3424,12 +3436,12 @@ msgctxt "admin csv"
|
|
3424 |
msgid "Export"
|
3425 |
msgstr "Esporta"
|
3426 |
|
3427 |
-
#: includes/admin/class-admin-listings.php:
|
3428 |
msgctxt "admin category filter"
|
3429 |
msgid "All categories"
|
3430 |
msgstr "Tutte le categorie"
|
3431 |
|
3432 |
-
#: includes/admin/class-admin-listings.php:
|
3433 |
msgctxt "admin listings"
|
3434 |
msgid ""
|
3435 |
"This listing doesn't have a fee plan assigned. This is required in order to "
|
@@ -3440,44 +3452,44 @@ msgstr ""
|
|
3440 |
"fine di determinare le caratteristiche disponibili per questo elenco, così "
|
3441 |
"come la gestione dei rinnovi."
|
3442 |
|
3443 |
-
#: includes/admin/class-admin-listings.php:
|
3444 |
msgctxt "admin listings"
|
3445 |
msgid "Never"
|
3446 |
msgstr "Mai"
|
3447 |
|
3448 |
-
#: includes/admin/class-admin-listings.php:
|
3449 |
msgctxt "admin listings"
|
3450 |
msgid "Featured"
|
3451 |
msgstr "In evidenza"
|
3452 |
|
3453 |
-
#: includes/admin/class-admin-listings.php:
|
3454 |
msgctxt "admin listings"
|
3455 |
msgid "Recurring"
|
3456 |
msgstr "Ricorrente"
|
3457 |
|
3458 |
-
#: includes/admin/class-admin-listings.php:
|
3459 |
msgctxt "admin listings"
|
3460 |
msgid "Free"
|
3461 |
msgstr "Gratis"
|
3462 |
|
3463 |
-
#: includes/admin/class-admin-listings.php:
|
3464 |
#, fuzzy
|
3465 |
msgctxt "admin listings"
|
3466 |
msgid "Payment Not Found"
|
3467 |
msgstr "Informazioni di Pagamento"
|
3468 |
|
3469 |
-
#: includes/admin/class-admin-listings.php:
|
3470 |
#, fuzzy
|
3471 |
msgctxt "admin listings"
|
3472 |
msgid "Payment %s"
|
3473 |
msgstr "Pagamento #%s"
|
3474 |
|
3475 |
-
#: includes/admin/class-admin-listings.php:
|
3476 |
msgctxt "admin listings"
|
3477 |
msgid "Reported"
|
3478 |
msgstr "Segnalato"
|
3479 |
|
3480 |
-
#: includes/admin/class-admin-listings.php:
|
3481 |
msgctxt "admin listings"
|
3482 |
msgid "Listing's payment history successfully deleted"
|
3483 |
msgstr ""
|
@@ -3503,12 +3515,12 @@ msgctxt "admin listings"
|
|
3503 |
msgid "Clear listing reports."
|
3504 |
msgstr "Cancella le segnalazioni annuncio"
|
3505 |
|
3506 |
-
#: includes/admin/class-admin-listings.php:
|
3507 |
msgctxt "admin"
|
3508 |
msgid "Directory Listing Fields / Images"
|
3509 |
msgstr "Directory Annunci Campi / Immagini"
|
3510 |
|
3511 |
-
#: includes/admin/class-admin-listings.php:
|
3512 |
msgctxt "admin"
|
3513 |
msgid "Categories"
|
3514 |
msgstr "Categorie"
|
@@ -3677,12 +3689,12 @@ msgctxt "admin"
|
|
3677 |
msgid "Abandoned"
|
3678 |
msgstr "Abbandonato"
|
3679 |
|
3680 |
-
#: includes/admin/class-admin-listings.php:
|
3681 |
msgctxt "listing attribute"
|
3682 |
msgid "No Fee Plan"
|
3683 |
msgstr "Nessun piano tariffario"
|
3684 |
|
3685 |
-
#: includes/admin/class-admin-listings.php:
|
3686 |
msgctxt "listing status"
|
3687 |
msgid "Reported"
|
3688 |
msgstr "Segnalato"
|
@@ -3732,47 +3744,47 @@ msgctxt "listing status"
|
|
3732 |
msgid "Abandoned"
|
3733 |
msgstr "Abbandonato"
|
3734 |
|
3735 |
-
#: includes/admin/class-admin-listings.php:
|
3736 |
msgctxt "admin actions"
|
3737 |
msgid "Delete Listing"
|
3738 |
msgstr "Elimina Annuncio"
|
3739 |
|
3740 |
-
#: includes/admin/class-admin-listings.php:
|
3741 |
msgctxt "admin actions"
|
3742 |
msgid "View Payments"
|
3743 |
msgstr "Visualizza Pagamenti"
|
3744 |
|
3745 |
-
#: includes/admin/class-admin-listings.php:
|
3746 |
msgctxt "admin actions"
|
3747 |
msgid "View Payment"
|
3748 |
msgstr "Visualizza pagamento"
|
3749 |
|
3750 |
-
#: includes/admin/class-admin-listings.php:
|
3751 |
msgctxt "admin actions"
|
3752 |
msgid "Publish listings"
|
3753 |
msgstr "Pubblicare gli annunci"
|
3754 |
|
3755 |
-
#: includes/admin/class-admin-listings.php:
|
3756 |
msgctxt "admin actions"
|
3757 |
msgid "Mark as \"Pending Review\""
|
3758 |
msgstr "Segnare come \"Recensione in sospeso\"."
|
3759 |
|
3760 |
-
#: includes/admin/class-admin-listings.php:
|
3761 |
msgctxt "admin actions"
|
3762 |
msgid "Hide from directory (mark as \"Draft\")"
|
3763 |
msgstr "Nascondi dall'elenco (contrassegnare come \"Bozza\")"
|
3764 |
|
3765 |
-
#: includes/admin/class-admin-listings.php:
|
3766 |
msgctxt "admin actions"
|
3767 |
msgid "Renew listings"
|
3768 |
msgstr "Rinnovare gli elenchi"
|
3769 |
|
3770 |
-
#: includes/admin/class-admin-listings.php:
|
3771 |
msgctxt "admin actions"
|
3772 |
msgid "Set listings as \"Expired\""
|
3773 |
msgstr "Set listings come \"Scaduto\"."
|
3774 |
|
3775 |
-
#: includes/admin/class-admin-listings.php:
|
3776 |
msgctxt "admin actions"
|
3777 |
msgid "Send access keys"
|
3778 |
msgstr "Inviare i tasti di accesso"
|
@@ -3804,26 +3816,21 @@ msgctxt "admin menu"
|
|
3804 |
msgid "Settings"
|
3805 |
msgstr "Impostazioni"
|
3806 |
|
3807 |
-
#: includes/admin/class-csv-exporter.php:
|
3808 |
msgctxt "admin csv-export"
|
3809 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3810 |
msgstr ""
|
3811 |
"Impossibile creare una directory temporanea per la gestione di questa "
|
3812 |
"esportazione CSV."
|
3813 |
|
3814 |
-
#: includes/admin/class-csv-exporter.php:
|
3815 |
-
msgctxt "admin csv-export"
|
3816 |
-
msgid "Could not create wpbdp-csv-exports directory."
|
3817 |
-
msgstr "Impossibile creare la directory wpbddp-csv-exports."
|
3818 |
-
|
3819 |
-
#: includes/admin/class-csv-exporter.php:108
|
3820 |
msgctxt "admin csv-export"
|
3821 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3822 |
msgstr ""
|
3823 |
"Errore durante la creazione di una directory temporanea per l'esportazione "
|
3824 |
"CSV: %s"
|
3825 |
|
3826 |
-
#: includes/admin/csv-export.php:
|
3827 |
msgctxt "admin csv-export"
|
3828 |
msgid "Could not decode export state information."
|
3829 |
msgstr "Impossibile decodificare le informazioni sullo stato di esportazione."
|
@@ -3841,47 +3848,42 @@ msgstr ""
|
|
3841 |
"innanzitutto e / o aumentare i valori delle direttive \"memory_limit\" e "
|
3842 |
"\"max_execution_time\" nel file di configurazione php.ini del server."
|
3843 |
|
3844 |
-
#: templates/admin/csv-export.tpl.php:
|
3845 |
-
msgctxt "admin csv-export"
|
3846 |
-
msgid "Export Configuration"
|
3847 |
-
msgstr "Esporta Configurazione"
|
3848 |
-
|
3849 |
-
#: templates/admin/csv-export.tpl.php:30
|
3850 |
msgctxt "admin csv-export"
|
3851 |
msgid "Export settings"
|
3852 |
msgstr "Esporta le impostazioni"
|
3853 |
|
3854 |
-
#: templates/admin/csv-export.tpl.php:
|
3855 |
msgctxt "admin csv-export"
|
3856 |
msgid "Which listings to export?"
|
3857 |
msgstr "Quali annunci da esportare?"
|
3858 |
|
3859 |
-
#: templates/admin/csv-export.tpl.php:
|
3860 |
msgctxt "admin csv-export"
|
3861 |
msgid "All"
|
3862 |
msgstr "Tutti"
|
3863 |
|
3864 |
-
#: templates/admin/csv-export.tpl.php:
|
3865 |
msgctxt "admin csv-export"
|
3866 |
msgid "Active Only"
|
3867 |
msgstr "Solo attivo"
|
3868 |
|
3869 |
-
#: templates/admin/csv-export.tpl.php:
|
3870 |
msgctxt "admin csv-export"
|
3871 |
msgid "Active + Pending Renewal"
|
3872 |
msgstr "Attivo + In attesa di rinnovo"
|
3873 |
|
3874 |
-
#: templates/admin/csv-export.tpl.php:
|
3875 |
msgctxt "admin csv-export"
|
3876 |
msgid "Export images?"
|
3877 |
msgstr "Esporta le immagini?"
|
3878 |
|
3879 |
-
#: templates/admin/csv-export.tpl.php:
|
3880 |
msgctxt "admin csv-export"
|
3881 |
msgid "Export images"
|
3882 |
msgstr "Esporta immagini"
|
3883 |
|
3884 |
-
#: templates/admin/csv-export.tpl.php:
|
3885 |
msgctxt "admin csv-export"
|
3886 |
msgid ""
|
3887 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
@@ -3890,65 +3892,65 @@ msgstr ""
|
|
3890 |
"Quando l'opzione è selezionata, invece di un file CSV, viene generato un "
|
3891 |
"file ZIP con un file CSV e con l'elenco delle immagini."
|
3892 |
|
3893 |
-
#: templates/admin/csv-export.tpl.php:
|
3894 |
msgctxt "admin csv-export"
|
3895 |
msgid "Additional metadata to export:"
|
3896 |
msgstr "Metadati aggiuntivi da esportare:"
|
3897 |
|
3898 |
-
#: templates/admin/csv-export.tpl.php:
|
3899 |
msgctxt "admin csv-export"
|
3900 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3901 |
msgstr "Includi gli ID univoci per ogni lista (sequence_id column)."
|
3902 |
|
3903 |
-
#: templates/admin/csv-export.tpl.php:
|
3904 |
msgctxt "admin csv-export"
|
3905 |
msgid "Author information (username)"
|
3906 |
msgstr "Informazioni sull'autore (username)"
|
3907 |
|
3908 |
-
#: templates/admin/csv-export.tpl.php:
|
3909 |
msgctxt "admin csv-export"
|
3910 |
msgid "Listing expiration date"
|
3911 |
msgstr "Cerca un elenco"
|
3912 |
|
3913 |
-
#: templates/admin/csv-export.tpl.php:
|
3914 |
#, fuzzy
|
3915 |
msgctxt "admin csv-export"
|
3916 |
msgid "Listing created date"
|
3917 |
msgstr "Annuncio creato"
|
3918 |
|
3919 |
-
#: templates/admin/csv-export.tpl.php:
|
3920 |
#, fuzzy
|
3921 |
msgctxt "admin csv-export"
|
3922 |
msgid "Listing last updated date"
|
3923 |
msgstr "Data dell'ultimo pagamento dell'annuncio"
|
3924 |
|
3925 |
-
#: templates/admin/csv-export.tpl.php:
|
3926 |
#, fuzzy
|
3927 |
msgctxt "admin csv-export"
|
3928 |
msgid "Listing T&C acceptance date"
|
3929 |
msgstr "Annuncio creato"
|
3930 |
|
3931 |
-
#: templates/admin/csv-export.tpl.php:
|
3932 |
msgctxt "admin csv-export"
|
3933 |
msgid "CSV File Settings"
|
3934 |
msgstr "Impostazioni file CSV"
|
3935 |
|
3936 |
-
#: templates/admin/csv-export.tpl.php:
|
3937 |
msgctxt "admin csv-export"
|
3938 |
msgid "What operating system will you use to edit the CSV file?"
|
3939 |
msgstr "Quale sistema operativo utilizzi per modificare il file CSV?"
|
3940 |
|
3941 |
-
#: templates/admin/csv-export.tpl.php:
|
3942 |
msgctxt "admin csv-export"
|
3943 |
msgid "Windows"
|
3944 |
msgstr "Windows"
|
3945 |
|
3946 |
-
#: templates/admin/csv-export.tpl.php:
|
3947 |
msgctxt "admin csv-export"
|
3948 |
msgid "macOS"
|
3949 |
msgstr "macOS"
|
3950 |
|
3951 |
-
#: templates/admin/csv-export.tpl.php:
|
3952 |
msgctxt "admin csv-export"
|
3953 |
msgid ""
|
3954 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
@@ -3961,27 +3963,27 @@ msgstr ""
|
|
3961 |
"siano visualizzate correttamente quando visualizzate o modificate il file "
|
3962 |
"CSV, dobbiamo generare diverse versioni del file per ogni sistema operativo."
|
3963 |
|
3964 |
-
#: templates/admin/csv-export.tpl.php:
|
3965 |
msgctxt "admin csv-export"
|
3966 |
msgid "Image Separator"
|
3967 |
msgstr "Separatore di immagini"
|
3968 |
|
3969 |
-
#: templates/admin/csv-export.tpl.php:
|
3970 |
msgctxt "admin csv-export"
|
3971 |
msgid "Category Separator"
|
3972 |
msgstr "Separatore di Categoria"
|
3973 |
|
3974 |
-
#: templates/admin/csv-export.tpl.php:
|
3975 |
msgctxt "admin csv-export"
|
3976 |
msgid "Export Listings"
|
3977 |
msgstr "Esporta Annunci"
|
3978 |
|
3979 |
-
#: templates/admin/csv-export.tpl.php:
|
3980 |
msgctxt "admin csv-export"
|
3981 |
msgid "Export in Progress..."
|
3982 |
msgstr "Esportazione in corso ..."
|
3983 |
|
3984 |
-
#: templates/admin/csv-export.tpl.php:
|
3985 |
msgctxt "admin csv-export"
|
3986 |
msgid ""
|
3987 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
@@ -3990,27 +3992,27 @@ msgstr ""
|
|
3990 |
"Il file di esportazione è in preparando. Assolutamente <u>non chiudere</u> "
|
3991 |
"questa pagina finché l'esportazione non finisce."
|
3992 |
|
3993 |
-
#: templates/admin/csv-export.tpl.php:
|
3994 |
msgctxt "admin csv-export"
|
3995 |
msgid "No. of listings:"
|
3996 |
msgstr "Numero di Annunci:"
|
3997 |
|
3998 |
-
#: templates/admin/csv-export.tpl.php:
|
3999 |
msgctxt "admin csv-export"
|
4000 |
msgid "Approximate export file size:"
|
4001 |
msgstr "Dimensione approssimativa del file di esportazione:"
|
4002 |
|
4003 |
-
#: templates/admin/csv-export.tpl.php:
|
4004 |
msgctxt "admin csv-export"
|
4005 |
msgid "Cancel Export"
|
4006 |
msgstr "Annulla l'esportazione"
|
4007 |
|
4008 |
-
#: templates/admin/csv-export.tpl.php:
|
4009 |
msgctxt "admin csv-export"
|
4010 |
msgid "Export Complete"
|
4011 |
msgstr "Esportazione completata"
|
4012 |
|
4013 |
-
#: templates/admin/csv-export.tpl.php:
|
4014 |
msgctxt "admin csv-export"
|
4015 |
msgid ""
|
4016 |
"Your export file has been successfully created and it is now ready for "
|
@@ -4019,13 +4021,13 @@ msgstr ""
|
|
4019 |
"Il file di esportazione è stato creato con successo e ora è pronto per il "
|
4020 |
"download."
|
4021 |
|
4022 |
-
#: templates/admin/csv-export.tpl.php:
|
4023 |
#, fuzzy
|
4024 |
msgctxt "admin csv-export"
|
4025 |
msgid "Download %1$s (%2$s)"
|
4026 |
msgstr "Download %s (%s)"
|
4027 |
|
4028 |
-
#: templates/admin/csv-export.tpl.php:
|
4029 |
msgctxt "admin csv-export"
|
4030 |
msgid ""
|
4031 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
@@ -4035,22 +4037,22 @@ msgstr ""
|
|
4035 |
"dati temporanei creati da Business Directory durante il processo di "
|
4036 |
"esportazione."
|
4037 |
|
4038 |
-
#: templates/admin/csv-export.tpl.php:
|
4039 |
msgctxt "admin csv-export"
|
4040 |
msgid "Cleanup"
|
4041 |
msgstr "Pulire"
|
4042 |
|
4043 |
-
#: templates/admin/csv-export.tpl.php:
|
4044 |
msgctxt "admin csv-export"
|
4045 |
msgid "Export Canceled"
|
4046 |
msgstr "Esportazione annullata"
|
4047 |
|
4048 |
-
#: templates/admin/csv-export.tpl.php:
|
4049 |
msgctxt "admin csv-export"
|
4050 |
msgid "The export has been canceled."
|
4051 |
msgstr "L'esportazione è stata annullata."
|
4052 |
|
4053 |
-
#: templates/admin/csv-export.tpl.php:
|
4054 |
msgctxt "admin csv-export"
|
4055 |
msgid "← Return to CSV Export"
|
4056 |
msgstr "← Ritorna all'esportazione di CSV"
|
@@ -4228,22 +4230,22 @@ msgctxt "fees order"
|
|
4228 |
msgid "Custom Order"
|
4229 |
msgstr "Ordine Personalizzato"
|
4230 |
|
4231 |
-
#: includes/admin/fees.php:
|
4232 |
msgctxt "fees admin"
|
4233 |
msgid "Fee plan added."
|
4234 |
msgstr "Aggiunto il piano tariffario."
|
4235 |
|
4236 |
-
#: includes/admin/fees.php:
|
4237 |
msgctxt "fees admin"
|
4238 |
msgid "Fee plan updated."
|
4239 |
msgstr "Piano tariffario aggiornato."
|
4240 |
|
4241 |
-
#: includes/admin/fees.php:
|
4242 |
msgctxt "fees admin"
|
4243 |
msgid "Fee \"%s\" deleted."
|
4244 |
msgstr "Canone \"%s\" soppresso."
|
4245 |
|
4246 |
-
#: includes/admin/fees.php:
|
4247 |
msgctxt "fees admin"
|
4248 |
msgid "Fee disabled."
|
4249 |
msgstr "Canone disattivato."
|
@@ -4413,72 +4415,72 @@ msgctxt "fees admin"
|
|
4413 |
msgid "Status"
|
4414 |
msgstr "Stato"
|
4415 |
|
4416 |
-
#: templates/admin/fees-form.tpl.php:
|
4417 |
msgctxt "fees admin"
|
4418 |
msgid "Plan Category Policy:"
|
4419 |
msgstr "Piano Policy per la categoria:"
|
4420 |
|
4421 |
-
#: templates/admin/fees-form.tpl.php:
|
4422 |
msgctxt "fees admin"
|
4423 |
msgid "Plan applies to all categories"
|
4424 |
msgstr "Il piano si applica a tutte le categorie"
|
4425 |
|
4426 |
-
#: templates/admin/fees-form.tpl.php:
|
4427 |
msgctxt "fees admin"
|
4428 |
msgid "Plan applies to only certain categories"
|
4429 |
msgstr "Il piano si applica solo a determinate categorie"
|
4430 |
|
4431 |
-
#: templates/admin/fees-form.tpl.php:
|
4432 |
msgctxt "fees admin"
|
4433 |
msgid "Limit plan to the following categories:"
|
4434 |
msgstr "Limitare il piano alle seguenti categorie:"
|
4435 |
|
4436 |
-
#: templates/admin/fees-form.tpl.php:
|
4437 |
msgctxt "fees admin"
|
4438 |
msgid "Click to add categories to the selection."
|
4439 |
msgstr "Fare clic per aggiungere categorie alla selezione."
|
4440 |
|
4441 |
-
#: templates/admin/fees-form.tpl.php:
|
4442 |
msgctxt "fees admin"
|
4443 |
msgid "Pricing"
|
4444 |
msgstr "Prezzi"
|
4445 |
|
4446 |
-
#: templates/admin/fees-form.tpl.php:
|
4447 |
msgctxt "fees admin"
|
4448 |
msgid "Pricing model"
|
4449 |
msgstr "Modello dei prezzi"
|
4450 |
|
4451 |
-
#: templates/admin/fees-form.tpl.php:
|
4452 |
msgctxt "fees admin"
|
4453 |
msgid "Flat price"
|
4454 |
msgstr "Prezzo fisso"
|
4455 |
|
4456 |
-
#: templates/admin/fees-form.tpl.php:
|
4457 |
msgctxt "fees admin"
|
4458 |
msgid "Different price for different categories"
|
4459 |
msgstr "Prezzo diverso per le diverse categorie"
|
4460 |
|
4461 |
-
#: templates/admin/fees-form.tpl.php:
|
4462 |
msgctxt "fees admin"
|
4463 |
msgid "Base price plus an extra amount per category"
|
4464 |
msgstr "Prezzo base più un importo extra per categoria"
|
4465 |
|
4466 |
-
#: templates/admin/fees-form.tpl.php:
|
4467 |
msgctxt "fees admin"
|
4468 |
msgid "Fee Price"
|
4469 |
msgstr "Canone"
|
4470 |
|
4471 |
-
#: templates/admin/fees-form.tpl.php:
|
4472 |
msgctxt "fees admin"
|
4473 |
msgid "Prices per category"
|
4474 |
msgstr "Prezzi per categoria"
|
4475 |
|
4476 |
-
#: templates/admin/fees-form.tpl.php:
|
4477 |
msgctxt "fees admin"
|
4478 |
msgid "Price"
|
4479 |
msgstr "Prezzo"
|
4480 |
|
4481 |
-
#: templates/admin/fees-form.tpl.php:
|
4482 |
msgctxt "fees admin"
|
4483 |
msgid "Extra amount (per category)"
|
4484 |
msgstr "Importo extra (per categoria)"
|
@@ -4558,12 +4560,12 @@ msgctxt "form-fields admin"
|
|
4558 |
msgid "Form Preview"
|
4559 |
msgstr "Anteprima modulo"
|
4560 |
|
4561 |
-
#: includes/admin/form-fields.php:
|
4562 |
msgctxt "form-fields admin"
|
4563 |
msgid "Form fields updated."
|
4564 |
msgstr "Campi del modulo aggiornati."
|
4565 |
|
4566 |
-
#: includes/admin/form-fields.php:
|
4567 |
msgctxt "form-fields admin"
|
4568 |
msgid ""
|
4569 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
@@ -4578,17 +4580,17 @@ msgstr ""
|
|
4578 |
"posta elettronica siano mostrati sul frontend, è possibile <a>consentire "
|
4579 |
"l'esposizione pubblica delle e-mail</a>."
|
4580 |
|
4581 |
-
#: includes/admin/form-fields.php:
|
4582 |
msgctxt "form-fields admin"
|
4583 |
msgid "Field deleted."
|
4584 |
msgstr "Campo eliminato"
|
4585 |
|
4586 |
-
#: includes/admin/form-fields.php:
|
4587 |
msgctxt "form-fields admin"
|
4588 |
msgid "Required fields created successfully."
|
4589 |
msgstr "Campi obbligatori creati con successo."
|
4590 |
|
4591 |
-
#: includes/admin/form-fields.php:
|
4592 |
msgctxt "form-fields admin"
|
4593 |
msgid "Tags updated."
|
4594 |
msgstr "Tag aggiornati."
|
@@ -5014,72 +5016,61 @@ msgid "Listing Status"
|
|
5014 |
msgstr "Stato Inserzione"
|
5015 |
|
5016 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
5017 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5018 |
msgctxt "listing metabox"
|
5019 |
msgid "N/A"
|
5020 |
msgstr "N/A"
|
5021 |
|
5022 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5023 |
msgctxt "listing metabox"
|
5024 |
msgid "Last renew date"
|
5025 |
msgstr "Ultima data di rinnovo"
|
5026 |
|
5027 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5028 |
msgctxt "listing metabox"
|
5029 |
msgid "Plan Details"
|
5030 |
msgstr "Dettagli del piano"
|
5031 |
|
5032 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5033 |
msgctxt "listing metabox"
|
5034 |
msgid "Fee Plan"
|
5035 |
msgstr "Piano tariffario"
|
5036 |
|
5037 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5038 |
msgctxt "listing metabox"
|
5039 |
msgid "Change plan"
|
5040 |
msgstr "Cambia piano"
|
5041 |
|
5042 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5043 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5044 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5045 |
msgctxt "listing metabox"
|
5046 |
msgid "OK"
|
5047 |
msgstr "OK"
|
5048 |
|
5049 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5050 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5051 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5052 |
msgctxt "listing metabox"
|
5053 |
msgid "Cancel"
|
5054 |
msgstr "Annulla"
|
5055 |
|
5056 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5057 |
msgctxt "listing metabox"
|
5058 |
msgid "Expires On"
|
5059 |
msgstr "Scade il"
|
5060 |
|
5061 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5062 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:95
|
5063 |
-
msgctxt "listing metabox"
|
5064 |
-
msgid "Edit"
|
5065 |
-
msgstr "Modifica"
|
5066 |
-
|
5067 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:82
|
5068 |
-
msgctxt "listing metabox"
|
5069 |
-
msgid "Never"
|
5070 |
-
msgstr "Mai"
|
5071 |
-
|
5072 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
5073 |
msgctxt "listing metabox"
|
5074 |
msgid "# of images"
|
5075 |
msgstr "# di immagini"
|
5076 |
|
5077 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5078 |
msgctxt "listing metabox"
|
5079 |
msgid "Is Featured?"
|
5080 |
msgstr "E' in evidenza?"
|
5081 |
|
5082 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5083 |
msgctxt "listing metabox"
|
5084 |
msgid "Is Recurring?"
|
5085 |
msgstr "È ricorrente?"
|
@@ -5214,15 +5205,6 @@ msgstr ""
|
|
5214 |
"ricerche che coinvolgono questi campi sono molto costose e possono "
|
5215 |
"comportare tempi di attesa e/o lentezza generale."
|
5216 |
|
5217 |
-
#: includes/admin/settings/class-settings-bootstrap.php:414
|
5218 |
-
msgctxt "admin settings"
|
5219 |
-
msgid ""
|
5220 |
-
"If no fields are selected, the following fields will be used in Quick "
|
5221 |
-
"Searches:"
|
5222 |
-
msgstr ""
|
5223 |
-
"Se non viene selezionato alcun campo, in Ricerca rapida verranno utilizzati "
|
5224 |
-
"i seguenti campi:"
|
5225 |
-
|
5226 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
5227 |
msgctxt "admin settings"
|
5228 |
msgid "Do not include comments in listings"
|
@@ -7536,46 +7518,46 @@ msgctxt "submit listing"
|
|
7536 |
msgid "Category & plan selection"
|
7537 |
msgstr "Selezione di categorie e piani"
|
7538 |
|
7539 |
-
#: includes/views/submit_listing.php:
|
7540 |
msgctxt "submit listing"
|
7541 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7542 |
msgstr ""
|
7543 |
"Non è possibile inviare un annuncio in questo momento. Per favore, riprova "
|
7544 |
"più tardi."
|
7545 |
|
7546 |
-
#: includes/views/submit_listing.php:
|
7547 |
msgctxt "submit listing"
|
7548 |
msgid "Please select a category."
|
7549 |
msgstr "Per favore seleziona una categoria."
|
7550 |
|
7551 |
-
#: includes/views/submit_listing.php:
|
7552 |
msgctxt "submit listing"
|
7553 |
msgid "Please choose a valid category for your plan."
|
7554 |
msgstr "Scegli una categoria valida per il tuo piano."
|
7555 |
|
7556 |
-
#: includes/views/submit_listing.php:
|
7557 |
msgctxt "submit listing"
|
7558 |
msgid "Please choose a valid fee plan for your category selection."
|
7559 |
msgstr ""
|
7560 |
"Si prega di scegliere un piano tariffario valido per la selezione della "
|
7561 |
"categoria."
|
7562 |
|
7563 |
-
#: includes/views/submit_listing.php:
|
7564 |
msgctxt "submit listing"
|
7565 |
msgid "Please enter your desired username."
|
7566 |
msgstr "Inserisci il nome utente desiderato."
|
7567 |
|
7568 |
-
#: includes/views/submit_listing.php:
|
7569 |
msgctxt "submit listing"
|
7570 |
msgid "Please enter the e-mail for your new account."
|
7571 |
msgstr "Inserisci l'e-mail per il tuo nuovo account."
|
7572 |
|
7573 |
-
#: includes/views/submit_listing.php:
|
7574 |
msgctxt "submit listing"
|
7575 |
msgid "The username you chose is already in use. Please use a different one."
|
7576 |
msgstr "Il nome utente scelto è già in uso. Per favore, usane un'altra."
|
7577 |
|
7578 |
-
#: includes/views/submit_listing.php:
|
7579 |
msgctxt "submit listing"
|
7580 |
msgid "The e-mail address you chose for your account is already in use."
|
7581 |
msgstr "L'indirizzo e-mail scelto per il tuo account è già in uso."
|
@@ -7600,12 +7582,12 @@ msgctxt "views"
|
|
7600 |
msgid "Find A Listing"
|
7601 |
msgstr "Trova un annuncio"
|
7602 |
|
7603 |
-
#: includes/class-wpbdp.php:
|
7604 |
msgctxt "listing image upload"
|
7605 |
msgid "Can not upload any more images for this listing."
|
7606 |
msgstr "Non è possibile caricare altre immagini per questo annuncio."
|
7607 |
|
7608 |
-
#: includes/class-wpbdp.php:
|
7609 |
msgctxt "listing image upload"
|
7610 |
msgid ""
|
7611 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
@@ -7915,14 +7897,14 @@ msgstr ""
|
|
7915 |
"L'inserimento di un annuncio è stato disabilitato. Contattare "
|
7916 |
"l'amministratore per i dettagli."
|
7917 |
|
7918 |
-
#: includes/views/submit_listing.php:
|
7919 |
msgctxt "templates"
|
7920 |
msgid ""
|
7921 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7922 |
"submit a listing. %s to create a fee plan"
|
7923 |
msgstr ""
|
7924 |
|
7925 |
-
#: includes/views/submit_listing.php:
|
7926 |
msgctxt "templates"
|
7927 |
msgid ""
|
7928 |
"Listing submission is not available at the moment. Contact the administrator "
|
@@ -7931,7 +7913,7 @@ msgstr ""
|
|
7931 |
"Al momento non è disponibile l'invio di annunci. Contattare l'amministratore "
|
7932 |
"per i dettagli."
|
7933 |
|
7934 |
-
#: includes/views/submit_listing.php:
|
7935 |
msgctxt "templates"
|
7936 |
msgid ""
|
7937 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -7942,12 +7924,12 @@ msgstr ""
|
|
7942 |
"%s e crea un nuovo campo con questa associazione, o assegna questa "
|
7943 |
"associazione ad un campo esistente."
|
7944 |
|
7945 |
-
#: includes/views/submit_listing.php:
|
7946 |
msgctxt "templates"
|
7947 |
msgid "Please agree to the Terms and Conditions."
|
7948 |
msgstr "Per favore è necessario accettare le condizioni d'uso."
|
7949 |
|
7950 |
-
#: includes/views/submit_listing.php:
|
7951 |
msgctxt "templates"
|
7952 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7953 |
msgstr "Accetto i <a>termini e le condizioni</a> d'uso"
|
@@ -8209,12 +8191,12 @@ msgctxt "default category name"
|
|
8209 |
msgid "General"
|
8210 |
msgstr "Generale"
|
8211 |
|
8212 |
-
#: includes/licensing.php:
|
8213 |
msgctxt "licensing"
|
8214 |
msgid "Could not contact licensing server"
|
8215 |
msgstr "Impossibile contattare il server di licenza"
|
8216 |
|
8217 |
-
#: includes/licensing.php:
|
8218 |
msgctxt "licensing"
|
8219 |
msgid ""
|
8220 |
"It was not possible to establish a connection with Business Directory's "
|
@@ -8223,7 +8205,7 @@ msgstr ""
|
|
8223 |
"Non è stato possibile stabilire una connessione con il server di Business "
|
8224 |
"Directory. cURL non è stato trovato nel sistema."
|
8225 |
|
8226 |
-
#: includes/licensing.php:
|
8227 |
msgctxt "licensing"
|
8228 |
msgid ""
|
8229 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -8236,7 +8218,7 @@ msgstr ""
|
|
8236 |
"recente di cURL e una versione di OpenSSL che supporta TLSv1.2 (la versione "
|
8237 |
"minima con supporto è OpenSSL 1.0.1.1c)."
|
8238 |
|
8239 |
-
#: includes/licensing.php:
|
8240 |
msgctxt "licensing"
|
8241 |
msgid ""
|
8242 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -8248,7 +8230,7 @@ msgstr ""
|
|
8248 |
"sito web a interagire con i servizi utilizzando i più recenti standard di "
|
8249 |
"sicurezza."
|
8250 |
|
8251 |
-
#: includes/licensing.php:
|
8252 |
msgctxt "licensing"
|
8253 |
msgid ""
|
8254 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
@@ -8257,7 +8239,7 @@ msgstr ""
|
|
8257 |
"Contatta il tuo fornitore di hosting e chiedi loro di aggiornare il tuo "
|
8258 |
"sistema. Includere questo messaggio se necessario"
|
8259 |
|
8260 |
-
#: includes/licensing.php:
|
8261 |
msgctxt "licensing"
|
8262 |
msgid ""
|
8263 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
@@ -8266,7 +8248,7 @@ msgstr ""
|
|
8266 |
"Contatta il tuo fornitore di hosting e chiedi loro di aggiornare il tuo "
|
8267 |
"sistema. Includere questo messaggio se necessario."
|
8268 |
|
8269 |
-
#: includes/licensing.php:
|
8270 |
msgctxt "licensing"
|
8271 |
msgid "The server returned a 403 Forbidden error."
|
8272 |
msgstr "Il server ha restituito un errore 403 Forbidden error."
|
@@ -8276,23 +8258,23 @@ msgctxt "licensing"
|
|
8276 |
msgid "Could not activate license: %s."
|
8277 |
msgstr "Impossibile attivare la licenza: %s."
|
8278 |
|
8279 |
-
#: includes/licensing.php:
|
8280 |
msgctxt "licensing"
|
8281 |
msgid "License activated"
|
8282 |
msgstr "Licenza attivata"
|
8283 |
|
8284 |
-
#: includes/licensing.php:
|
8285 |
msgctxt "licensing"
|
8286 |
msgid "Could not deactivate license: %s."
|
8287 |
msgstr "Impossibile disattivare la licenza: %s."
|
8288 |
|
8289 |
-
#: includes/licensing.php:
|
8290 |
msgctxt "licensing"
|
8291 |
msgid "License deactivated"
|
8292 |
msgstr "Licenza disattivata"
|
8293 |
|
8294 |
#. translators: "<module-name>" version <version-number> is not...
|
8295 |
-
#: includes/licensing.php:
|
8296 |
msgctxt "deprecation"
|
8297 |
msgid ""
|
8298 |
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
@@ -8738,7 +8720,7 @@ msgctxt "preview"
|
|
8738 |
msgid "This is just a preview. The listing has not been published yet."
|
8739 |
msgstr "Questa è solo un'anteprima. L'Annuncio non è ancora stato pubblicato."
|
8740 |
|
8741 |
-
#: includes/views/submit_listing.php:
|
8742 |
msgctxt "listing submit"
|
8743 |
msgid ""
|
8744 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -8889,12 +8871,12 @@ msgctxt "widgets"
|
|
8889 |
msgid "Search"
|
8890 |
msgstr "Cerca"
|
8891 |
|
8892 |
-
#: templates/admin/csv-export.tpl.php:
|
8893 |
-
#: templates/admin/csv-export.tpl.php:
|
8894 |
-
#: templates/admin/csv-import.tpl.php:
|
8895 |
-
#: templates/admin/csv-import.tpl.php:
|
8896 |
-
#: templates/admin/csv-import.tpl.php:
|
8897 |
-
#: templates/admin/csv-import.tpl.php:
|
8898 |
msgctxt "admin forms"
|
8899 |
msgid "required"
|
8900 |
msgstr "richiesto"
|
@@ -8939,22 +8921,22 @@ msgstr ""
|
|
8939 |
"Se avete domande, si prega di inviare un commento sul <a>forum di supporto</"
|
8940 |
"a> e vi risponderemo entro 24 ore la maggior parte dei giorni."
|
8941 |
|
8942 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8943 |
msgctxt "admin infometabox"
|
8944 |
msgid "Renewal url (copy & paste)"
|
8945 |
msgstr "Url di rinnovo (copia e incolla)"
|
8946 |
|
8947 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8948 |
msgctxt "admin infometabox"
|
8949 |
msgid "Get renewal URL"
|
8950 |
msgstr "Ottenere l'URL di rinnovo"
|
8951 |
|
8952 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8953 |
msgctxt "admin infometabox"
|
8954 |
msgid "Send renewal e-mail"
|
8955 |
msgstr "Inviare l'e-mail di rinnovo"
|
8956 |
|
8957 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8958 |
msgctxt "admin infometabox"
|
8959 |
msgid "Renew listing"
|
8960 |
msgstr "Rinnova l'elenco"
|
@@ -9262,6 +9244,26 @@ msgctxt "send-access-keys"
|
|
9262 |
msgid "Continue"
|
9263 |
msgstr "Continua"
|
9264 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9265 |
#~ msgctxt "settings"
|
9266 |
#~ msgid "Default new post status"
|
9267 |
#~ msgstr "Stato predefinito del nuovo messaggio"
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2021-04-08 23:15:52+00:00\n"
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
30 |
msgid "Are you sure you want to do this?"
|
31 |
msgstr "Sei sicuro di volerlo fare?"
|
32 |
|
33 |
+
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
|
34 |
#, fuzzy
|
35 |
msgid "Help"
|
36 |
msgstr "Aiuto"
|
37 |
|
38 |
+
#: includes/admin/class-admin-listings.php:185
|
39 |
#: includes/views/submit_listing.php:497
|
40 |
#: templates/email/listing-reported.tpl.php:7
|
41 |
msgid "Listing Information"
|
42 |
msgstr "Informazioni sull'annuncio"
|
43 |
|
44 |
+
#: includes/admin/class-admin-listings.php:193
|
45 |
msgid "Listing Timeline"
|
46 |
msgstr "Calendario degli annunci"
|
47 |
|
48 |
+
#: includes/admin/class-admin-listings.php:211
|
49 |
msgid "Listing Reports"
|
50 |
msgstr "Reports Annuncio"
|
51 |
|
52 |
+
#: includes/admin/class-admin-listings.php:221
|
53 |
#: includes/admin/class-listing-owner.php:87
|
54 |
#, fuzzy
|
55 |
msgid "Listing Owner"
|
56 |
msgstr "Reports Annuncio"
|
57 |
|
58 |
+
#: includes/admin/class-admin-listings.php:266
|
59 |
msgid "Expires on"
|
60 |
msgstr "Scade il"
|
61 |
|
62 |
+
#: includes/admin/class-admin-listings.php:274
|
63 |
msgid "Attributes"
|
64 |
msgstr "Attributi"
|
65 |
|
66 |
+
#: includes/admin/class-admin-listings.php:471
|
67 |
#: includes/class-cpt-integration.php:19
|
68 |
#: includes/compatibility/class-navxt-integration.php:200
|
69 |
#: templates/submit-listing.tpl.php:15
|
70 |
msgid "Edit Listing"
|
71 |
msgstr "Modifica Annuncio"
|
72 |
|
|
|
|
|
|
|
|
|
|
|
73 |
#: includes/admin/class-admin.php:186
|
74 |
#, fuzzy
|
75 |
msgid ""
|
147 |
msgid "Listing Count"
|
148 |
msgstr "Elenco luoghi"
|
149 |
|
150 |
+
#: includes/admin/class-csv-import.php:674
|
151 |
msgid "Listing imported by admin. Payment skipped."
|
152 |
msgstr "Elenco importato da admin. Pagamento saltato."
|
153 |
|
229 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
230 |
#: includes/admin/helpers/class-payments-table.php:57
|
231 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
232 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:73
|
233 |
+
#: templates/admin/payments-details.tpl.php:110
|
234 |
#: templates/email/listing-payment-completed.tpl.php:21
|
235 |
#: templates/payment/payment_items.tpl.php:5
|
236 |
#, fuzzy
|
246 |
|
247 |
#: includes/admin/form-fields.php:31
|
248 |
#: includes/fields/class-fieldtypes-social.php:138
|
249 |
+
#: templates/admin/csv-import.tpl.php:305
|
250 |
#, fuzzy
|
251 |
msgid "Type"
|
252 |
msgstr "Tipo"
|
253 |
|
254 |
#: includes/admin/form-fields.php:88
|
255 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:84
|
256 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:99
|
257 |
#, fuzzy
|
258 |
msgid "Edit"
|
259 |
msgstr "Modifica"
|
280 |
"\"Gestire i campi del modulo\" o lasciare che Business Directory lo faccia "
|
281 |
"automaticamente."
|
282 |
|
283 |
+
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:826
|
284 |
#, fuzzy
|
285 |
msgid "Go to \"Form Fields\""
|
286 |
msgstr "Vai a \"Gestire i campi dei moduli\"."
|
291 |
msgid "Go back"
|
292 |
msgstr "Va indietro"
|
293 |
|
294 |
+
#: includes/admin/form-fields.php:522
|
295 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
296 |
#: templates/email/listing-added.tpl.php:10
|
297 |
#: templates/email/listing-edited.tpl.php:16
|
300 |
msgid "Title"
|
301 |
msgstr "Titolo"
|
302 |
|
303 |
+
#: includes/admin/form-fields.php:523 templates/admin/fees-form.tpl.php:217
|
304 |
#: templates/email/listing-added.tpl.php:21
|
305 |
#: templates/email/listing-edited.tpl.php:29
|
306 |
#, fuzzy
|
307 |
msgid "Category"
|
308 |
msgstr "Categoria"
|
309 |
|
310 |
+
#: includes/admin/form-fields.php:524
|
311 |
#, fuzzy
|
312 |
msgid "Excerpt"
|
313 |
msgstr "Estratto"
|
314 |
|
315 |
+
#: includes/admin/form-fields.php:525
|
316 |
#, fuzzy
|
317 |
msgid "Content"
|
318 |
msgstr "Contenuto"
|
319 |
|
320 |
+
#: includes/admin/form-fields.php:526
|
321 |
#, fuzzy
|
322 |
msgid "Tags"
|
323 |
msgstr "Tags"
|
324 |
|
325 |
+
#: includes/admin/form-fields.php:527 includes/form-fields.php:445
|
326 |
#: templates/checkout-billing-form.tpl.php:75
|
327 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
328 |
#, fuzzy
|
329 |
msgid "Address"
|
330 |
msgstr "Indirizzo"
|
331 |
|
332 |
+
#: includes/admin/form-fields.php:528
|
333 |
#, fuzzy
|
334 |
msgid "Address 2"
|
335 |
msgstr "Indirizzo"
|
336 |
|
337 |
+
#: includes/admin/form-fields.php:529
|
338 |
+
#: templates/admin/payments-details.tpl.php:161
|
339 |
#: templates/checkout-billing-form.tpl.php:87
|
340 |
#, fuzzy
|
341 |
msgid "City"
|
342 |
msgstr "Città"
|
343 |
|
344 |
+
#: includes/admin/form-fields.php:530
|
345 |
+
#: templates/admin/payments-details.tpl.php:157
|
346 |
#, fuzzy
|
347 |
msgid "State"
|
348 |
msgstr "Stato"
|
349 |
|
350 |
+
#: includes/admin/form-fields.php:531
|
351 |
+
#: templates/admin/payments-details.tpl.php:153
|
352 |
#: templates/checkout-billing-form.tpl.php:102
|
353 |
#, fuzzy
|
354 |
msgid "Country"
|
355 |
msgstr "Nazione"
|
356 |
|
357 |
+
#: includes/admin/form-fields.php:532 includes/form-fields.php:453
|
358 |
+
#: templates/admin/payments-details.tpl.php:165
|
359 |
msgid "ZIP Code"
|
360 |
msgstr "Codice Postale"
|
361 |
|
362 |
+
#: includes/admin/form-fields.php:533
|
363 |
#, fuzzy
|
364 |
msgid "FAX Number"
|
365 |
msgstr "Numero di fax"
|
366 |
|
367 |
+
#: includes/admin/form-fields.php:534
|
368 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
369 |
#, fuzzy
|
370 |
msgid "Phone Number"
|
371 |
msgstr "Numero di telefono"
|
372 |
|
373 |
+
#: includes/admin/form-fields.php:535
|
374 |
#, fuzzy
|
375 |
msgid "Ratings Field"
|
376 |
msgstr "Campo votazione"
|
377 |
|
378 |
+
#: includes/admin/form-fields.php:536
|
379 |
#, fuzzy
|
380 |
msgid "Twitter"
|
381 |
msgstr "Twitter"
|
382 |
|
383 |
+
#: includes/admin/form-fields.php:537 includes/form-fields.php:411
|
384 |
#, fuzzy
|
385 |
msgid "Website"
|
386 |
msgstr "Sito web"
|
452 |
msgstr "Perché stai eliminando Business Directory Plugin?"
|
453 |
|
454 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
455 |
+
#: includes/form-fields.php:428 includes/views/submit_listing.php:1225
|
456 |
+
#: templates/admin/payments-details.tpl.php:137
|
457 |
#: templates/listing-contactform.tpl.php:33
|
458 |
#: templates/listing-flagging-form.tpl.php:39
|
459 |
#, fuzzy
|
482 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
483 |
#: includes/class-assets.php:317
|
484 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
485 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
486 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
487 |
#, fuzzy
|
488 |
msgid "No"
|
489 |
msgstr "No"
|
555 |
"migliorare la velocità. Questo è utile se siete su piani di hosting "
|
556 |
"condiviso, dove le prestazioni del database è un problema."
|
557 |
|
558 |
+
#: includes/admin/settings/class-settings-bootstrap.php:414
|
559 |
+
#, fuzzy
|
560 |
+
msgid ""
|
561 |
+
"If no fields are selected, the following fields will be used in Quick "
|
562 |
+
"Searches:"
|
563 |
+
msgstr ""
|
564 |
+
"Se non viene selezionato alcun campo, in Ricerca rapida verranno utilizzati "
|
565 |
+
"i seguenti campi:"
|
566 |
+
|
567 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
568 |
#, fuzzy
|
569 |
msgid "Categories"
|
848 |
msgstr "Business Directory - Migrazione a livelli in primo piano"
|
849 |
|
850 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
851 |
+
#: templates/admin/fees-form.tpl.php:17
|
852 |
#, fuzzy
|
853 |
msgid "Fee Label"
|
854 |
msgstr "Etichetta della Donazione"
|
877 |
msgstr "Stato:"
|
878 |
|
879 |
#: includes/class-assets.php:315
|
880 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:86
|
881 |
#, fuzzy
|
882 |
msgid "Never"
|
883 |
msgstr "Mai"
|
884 |
|
885 |
#: includes/class-assets.php:316
|
886 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
887 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
888 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
889 |
#, fuzzy
|
890 |
msgid "Yes"
|
891 |
msgstr "Si"
|
1022 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: includes/class-wpbdp.php:305
|
1026 |
+
msgid "Upgrade to Premium"
|
1027 |
+
msgstr ""
|
1028 |
+
|
1029 |
+
#: includes/class-wpbdp.php:308
|
1030 |
#, fuzzy
|
1031 |
msgid "Settings"
|
1032 |
msgstr "Impostazioni"
|
1033 |
|
1034 |
+
#: includes/class-wpbdp.php:507
|
1035 |
#, fuzzy
|
1036 |
msgid "Could not find listing ID"
|
1037 |
msgstr "Impossibile contattare il server di licenza"
|
1038 |
|
1039 |
+
#: includes/class-wpbdp.php:514
|
1040 |
msgid ""
|
1041 |
"Could not verify the image upload request. If problem persists contact site "
|
1042 |
"admin."
|
1043 |
msgstr ""
|
1044 |
|
1045 |
+
#: includes/class-wpbdp.php:521 includes/fields/class-fieldtypes-image.php:322
|
1046 |
#, fuzzy
|
1047 |
msgid "Could not find image ID"
|
1048 |
msgstr "Non è stato possibile aggiornare il tema: %s"
|
1049 |
|
1050 |
+
#: includes/class-wpbdp.php:553
|
1051 |
msgid ""
|
1052 |
"The directory features are disabled at this time because a <a>manual "
|
1053 |
"upgrade</a> is pending."
|
1055 |
"Le funzioni della directory sono disattivate in questo momento perché è in "
|
1056 |
"attesa di un <a>aggiornamento manuale</a>."
|
1057 |
|
1058 |
+
#: includes/class-wpbdp.php:560
|
1059 |
msgid ""
|
1060 |
"The directory is not available at this time. Please try again in a few "
|
1061 |
"minutes or contact the administrator if the problem persists."
|
1231 |
"di controllo)."
|
1232 |
|
1233 |
#: includes/fields/class-fieldtypes-select.php:262
|
1234 |
+
#: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
|
1235 |
+
#: templates/admin/fees-form.tpl.php:58
|
1236 |
#, fuzzy
|
1237 |
msgid "required"
|
1238 |
msgstr "richiesto"
|
1350 |
msgid "Short Description"
|
1351 |
msgstr "Descrizione breve"
|
1352 |
|
1353 |
+
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:109
|
1354 |
#, fuzzy
|
1355 |
msgid "Description"
|
1356 |
msgstr "Descrizione"
|
1511 |
msgid "Invalid item ID"
|
1512 |
msgstr "ID articolo non valido"
|
1513 |
|
1514 |
+
#: includes/licensing.php:430
|
1515 |
#, fuzzy
|
1516 |
msgid "No license key provided"
|
1517 |
msgstr "Nessuna chiave di licenza fornita"
|
1518 |
|
1519 |
+
#: includes/licensing.php:479 includes/licensing.php:516
|
1520 |
#, fuzzy
|
1521 |
msgid "License key is invalid"
|
1522 |
msgstr "La chiave di licenza non è valida"
|
1523 |
|
1524 |
+
#: includes/licensing.php:483
|
1525 |
#, fuzzy
|
1526 |
msgid "Deactivation failed"
|
1527 |
msgstr "Disattivazione fallita"
|
1528 |
|
1529 |
+
#: includes/licensing.php:528
|
1530 |
#, fuzzy
|
1531 |
msgid "The license key was revoked."
|
1532 |
msgstr "La chiave di licenza è stata revocata."
|
1533 |
|
1534 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1535 |
+
#: includes/licensing.php:532
|
1536 |
#, fuzzy
|
1537 |
msgid ""
|
1538 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
1544 |
"Business Directory</support-link> e fate loro sapere che la vostra licenza è "
|
1545 |
"stata segnalata come revocata dal software di licenza."
|
1546 |
|
1547 |
+
#: includes/licensing.php:595
|
1548 |
#, fuzzy
|
1549 |
msgid ""
|
1550 |
"It was not possible to establish a connection with the Business Directory "
|
1553 |
"Non è stato possibile stabilire una connessione con il server di Business "
|
1554 |
"Directory. Il collegamento non è riuscito con il seguente errore:"
|
1555 |
|
1556 |
+
#: includes/licensing.php:608
|
1557 |
#, fuzzy
|
1558 |
msgid ""
|
1559 |
"It was not possible to establish a connection with the Business Directory "
|
1562 |
"Non è stato possibile stabilire una connessione con il server di Business "
|
1563 |
"Directory. Si è verificato un problema nella stretta di mano SSL/TSL:"
|
1564 |
|
1565 |
+
#: includes/licensing.php:655
|
1566 |
#, fuzzy
|
1567 |
msgid ""
|
1568 |
"It looks like your server is not authorized to make outgoing requests to "
|
1574 |
"support-link> e chiedi loro di aggiungere il tuo indirizzo IP <ip-"
|
1575 |
"address>alla whitelist."
|
1576 |
|
1577 |
+
#: includes/licensing.php:742
|
1578 |
#, fuzzy
|
1579 |
msgid "Business Directory license key is missing."
|
1580 |
msgstr "Business Directory - Chiave di licenza scaduta"
|
1581 |
|
1582 |
+
#: includes/licensing.php:743
|
1583 |
#, fuzzy
|
1584 |
msgid "Business Directory license key has expired"
|
1585 |
msgstr "Business Directory - Chiave di licenza scaduta"
|
1586 |
|
1587 |
+
#: includes/licensing.php:744
|
1588 |
#, fuzzy
|
1589 |
msgid "Could not verify Business Directory license."
|
1590 |
msgstr "Aiuta a migliorare la directory aziendale"
|
1591 |
|
1592 |
+
#: includes/licensing.php:755
|
1593 |
#, fuzzy
|
1594 |
msgid "Review license keys"
|
1595 |
msgstr "Rivedere le mie chiavi di licenza"
|
1596 |
|
1597 |
+
#: includes/licensing.php:868
|
1598 |
msgid "Missing data. Please reload this page and try again."
|
1599 |
msgstr ""
|
1600 |
|
1601 |
+
#: includes/licensing.php:873
|
1602 |
#, fuzzy
|
1603 |
msgid "Please enter a license key."
|
1604 |
msgstr "Per favore inserisci una chiave di licenza."
|
1691 |
msgid "Account Creation"
|
1692 |
msgstr "Creazione account"
|
1693 |
|
1694 |
+
#: includes/views/submit_listing.php:809
|
1695 |
#, fuzzy
|
1696 |
msgid "Go to \"Fee Plans\""
|
1697 |
msgstr "Nessun piano tariffario"
|
1698 |
|
1699 |
+
#: includes/views/submit_listing.php:865
|
1700 |
#, fuzzy
|
1701 |
msgid "Please choose a fee plan."
|
1702 |
msgstr "(Si prega di scegliere un piano tariffario di cui sopra)"
|
1703 |
|
1704 |
+
#: includes/views/submit_listing.php:1049
|
1705 |
#, fuzzy
|
1706 |
msgid "Please check the form for errors, correct them and submit again."
|
1707 |
msgstr ""
|
1708 |
"Qualcosa è andato storto. Si prega di controllare il modulo per eventuali "
|
1709 |
"errori, correggerli e ripresentarli di nuovo."
|
1710 |
|
1711 |
+
#: includes/views/submit_listing.php:1209
|
1712 |
#, fuzzy
|
1713 |
msgid "Create a user account on this site"
|
1714 |
msgstr "Creare un account utente su questo sito"
|
1715 |
|
1716 |
+
#: includes/views/submit_listing.php:1216
|
1717 |
#, fuzzy
|
1718 |
msgid "Username"
|
1719 |
msgstr "Nome utente:"
|
1720 |
|
1721 |
+
#: includes/views/submit_listing.php:1238
|
1722 |
#, fuzzy
|
1723 |
msgid "Clear Form"
|
1724 |
msgstr "Cancella"
|
1734 |
"avere spazio sufficiente sul disco e la memoria disponibile per PHP. "
|
1735 |
"Controllare i registri degli errori per i dettagli."
|
1736 |
|
1737 |
+
#: templates/admin/csv-export.tpl.php:65
|
1738 |
#, fuzzy
|
1739 |
msgid ""
|
1740 |
"If you plan to re-import the listings into your directory and don't want new "
|
1743 |
"Se si prevede di reimportare gli elenchi in BD e non si desidera crearne "
|
1744 |
"nuovi, selezionare questa opzione!"
|
1745 |
|
1746 |
+
#. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
|
1747 |
+
#: templates/admin/csv-import.tpl.php:34
|
1748 |
+
#, fuzzy
|
1749 |
+
msgid ""
|
1750 |
+
"We strongly recommend reading our %1$sCSV import documentation%2$s first to "
|
1751 |
+
"help you do things in the right order."
|
1752 |
+
msgstr ""
|
1753 |
+
"Raccomandiamo vivamente di leggere prima la nostra <a>documentazione di "
|
1754 |
+
"importazione CSV</a> per aiutarvi a fare le cose nel giusto ordine."
|
1755 |
+
|
1756 |
+
#: templates/admin/csv-import.tpl.php:274
|
1757 |
#, fuzzy
|
1758 |
msgid "Disable email notifications during import?"
|
1759 |
msgstr "Disattiva le notifiche di posta elettronica durante l'importazione?"
|
1760 |
|
1761 |
+
#: templates/admin/csv-import.tpl.php:281
|
1762 |
#, fuzzy
|
1763 |
msgid "Disable email notifications."
|
1764 |
msgstr "Disattiva le notifiche di posta elettronica."
|
1777 |
msgid "Download Debug Information"
|
1778 |
msgstr "Scarica le informazioni di debug"
|
1779 |
|
1780 |
+
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:243
|
1781 |
#, fuzzy
|
1782 |
msgid "Add Listing Fee"
|
1783 |
msgstr "Aggiungi la quota di Donazione"
|
1787 |
msgid "Edit Listing Fee"
|
1788 |
msgstr "Modifica elenchi di Donazione"
|
1789 |
|
1790 |
+
#: templates/admin/fees-form.tpl.php:30
|
1791 |
#, fuzzy
|
1792 |
msgid "Fee Description"
|
1793 |
msgstr "Descrizione del canone"
|
1794 |
|
1795 |
+
#: templates/admin/fees-form.tpl.php:38
|
1796 |
#, fuzzy
|
1797 |
msgid "How long should the listing run?"
|
1798 |
msgstr "Per quanto tempo deve essere pubblicato l'annuncio?"
|
1799 |
|
1800 |
+
#: templates/admin/fees-form.tpl.php:41
|
1801 |
#, fuzzy
|
1802 |
msgid "run listing for"
|
1803 |
msgstr "eseguire l'elenco per"
|
1804 |
|
1805 |
+
#: templates/admin/fees-form.tpl.php:51
|
1806 |
#: templates/plan-selection-plan.tpl.php:39
|
1807 |
#, fuzzy
|
1808 |
msgid "days"
|
1809 |
msgstr "giorni"
|
1810 |
|
1811 |
+
#: templates/admin/fees-form.tpl.php:53
|
1812 |
#, fuzzy
|
1813 |
msgid "run listing forever"
|
1814 |
msgstr "eseguire l'elenco per sempre"
|
1815 |
|
1816 |
+
#: templates/admin/fees-form.tpl.php:58
|
1817 |
#, fuzzy
|
1818 |
msgid "Number of images allowed"
|
1819 |
msgstr "Numero di immagini consentite"
|
1820 |
|
1821 |
+
#: templates/admin/fees-form.tpl.php:73
|
1822 |
#, fuzzy
|
1823 |
msgid "Private Fee Plan (visible to admins only)?"
|
1824 |
msgstr "Piano tariffario privato (visibile solo agli amministratori)?"
|
1825 |
|
1826 |
+
#: templates/admin/fees-form.tpl.php:90
|
1827 |
#, fuzzy
|
1828 |
msgid "Is recurring?"
|
1829 |
msgstr "Ricorrente?"
|
1830 |
|
1831 |
+
#: templates/admin/fees-form.tpl.php:102
|
1832 |
#, fuzzy
|
1833 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1834 |
msgstr ""
|
1835 |
"L'annuncio deve essere rinnovata automaticamente alla fine del periodo di "
|
1836 |
"pubblicazione?"
|
1837 |
|
1838 |
+
#: templates/admin/fees-form.tpl.php:108
|
1839 |
#, fuzzy
|
1840 |
msgid "Is featured listing/sticky?"
|
1841 |
msgstr "E' un annuncio in evidenza?"
|
1842 |
|
1843 |
+
#: templates/admin/fees-form.tpl.php:119
|
1844 |
#, fuzzy
|
1845 |
msgid ""
|
1846 |
"This floats the listing to the top of search results and browsing the "
|
1849 |
"Questo mette l'annuncio in cima ai risultati della ricerca e sfogliando la "
|
1850 |
"directory quando l'utente acquista questo piano."
|
1851 |
|
1852 |
+
#: templates/admin/fees-form.tpl.php:125
|
1853 |
#, fuzzy
|
1854 |
msgid "Listing background color:"
|
1855 |
msgstr "Colore di sfondo dell'elenco:"
|
1856 |
|
1857 |
+
#: templates/admin/fees-form.tpl.php:131
|
1858 |
#, fuzzy
|
1859 |
msgid "Used to differentiate listings inside this plan from others."
|
1860 |
msgstr ""
|
1861 |
"Utilizzato per differenziare gli annunci all'interno di questo piano dagli "
|
1862 |
"altri."
|
1863 |
|
1864 |
+
#: templates/admin/fees-form.tpl.php:243
|
1865 |
#: templates/admin/settings-email.tpl.php:116
|
1866 |
#: templates/submit-listing-section.tpl.php:30
|
1867 |
#, fuzzy
|
2055 |
msgid "Payment Not Found"
|
2056 |
msgstr "Informazioni di Pagamento"
|
2057 |
|
2058 |
+
#: templates/admin/payments-details.tpl.php:42
|
2059 |
#, fuzzy
|
2060 |
msgid "Overview"
|
2061 |
msgstr "Panoramica"
|
2062 |
|
2063 |
+
#: templates/admin/payments-details.tpl.php:46
|
2064 |
+
#: templates/admin/payments-details.tpl.php:80
|
2065 |
#, fuzzy
|
2066 |
msgid "Payment ID"
|
2067 |
msgstr "ID Pagamento:"
|
2068 |
|
2069 |
+
#: templates/admin/payments-details.tpl.php:50
|
2070 |
#, fuzzy
|
2071 |
msgid "Listing"
|
2072 |
msgstr "Annuncio"
|
2073 |
|
2074 |
+
#: templates/admin/payments-details.tpl.php:56
|
2075 |
#, fuzzy
|
2076 |
msgid "Status"
|
2077 |
msgstr "Stato"
|
2078 |
|
2079 |
+
#: templates/admin/payments-details.tpl.php:65
|
2080 |
#, fuzzy
|
2081 |
msgid "Date"
|
2082 |
msgstr "Data"
|
2083 |
|
2084 |
+
#: templates/admin/payments-details.tpl.php:69
|
2085 |
#, fuzzy
|
2086 |
msgid "Time"
|
2087 |
msgstr "Ora:"
|
2088 |
|
2089 |
+
#: templates/admin/payments-details.tpl.php:74
|
2090 |
#, fuzzy
|
2091 |
msgid "Gateway"
|
2092 |
msgstr "& Gateway:"
|
2093 |
|
2094 |
#. translators: Gateway: (Not yet set)
|
2095 |
+
#: templates/admin/payments-details.tpl.php:76
|
2096 |
#, fuzzy
|
2097 |
msgid "(Not yet set)"
|
2098 |
msgstr "(Non ancora impostato)"
|
2099 |
|
2100 |
+
#: templates/admin/payments-details.tpl.php:91
|
2101 |
#, fuzzy
|
2102 |
msgid "Delete Payment"
|
2103 |
msgstr "Elimina Pagamento"
|
2104 |
|
2105 |
+
#: templates/admin/payments-details.tpl.php:93
|
2106 |
#, fuzzy
|
2107 |
msgid "Save Payment"
|
2108 |
msgstr "Salva Pagamento"
|
2109 |
|
2110 |
+
#: templates/admin/payments-details.tpl.php:104
|
2111 |
#, fuzzy
|
2112 |
msgid "Details"
|
2113 |
msgstr "Dettagli"
|
2114 |
|
2115 |
+
#: templates/admin/payments-details.tpl.php:108
|
2116 |
#, fuzzy
|
2117 |
msgid "Item Type"
|
2118 |
msgstr "Tipo di elemento"
|
2119 |
|
2120 |
+
#: templates/admin/payments-details.tpl.php:121
|
2121 |
#: templates/payment/payment_items.tpl.php:23
|
2122 |
#, fuzzy
|
2123 |
msgid "Total"
|
2124 |
msgstr "Totale"
|
2125 |
|
2126 |
+
#: templates/admin/payments-details.tpl.php:132
|
2127 |
#, fuzzy
|
2128 |
msgid "Customer Details"
|
2129 |
msgstr "Dettagli Cliente"
|
2130 |
|
2131 |
+
#: templates/admin/payments-details.tpl.php:142
|
2132 |
#: templates/checkout-billing-form.tpl.php:17
|
2133 |
#, fuzzy
|
2134 |
msgid "First Name"
|
2135 |
msgstr "Nome"
|
2136 |
|
2137 |
+
#: templates/admin/payments-details.tpl.php:147
|
2138 |
#: templates/checkout-billing-form.tpl.php:22
|
2139 |
#, fuzzy
|
2140 |
msgid "Last Name"
|
2141 |
msgstr "Cognome"
|
2142 |
|
2143 |
+
#: templates/admin/payments-details.tpl.php:169
|
2144 |
#, fuzzy
|
2145 |
msgid "Address Line 1"
|
2146 |
msgstr "Indirizzo 1:"
|
2147 |
|
2148 |
+
#: templates/admin/payments-details.tpl.php:173
|
2149 |
#: templates/checkout-billing-form.tpl.php:81
|
2150 |
#, fuzzy
|
2151 |
msgid "Address Line 2"
|
2152 |
msgstr "Indirizzo 2"
|
2153 |
|
2154 |
+
#: templates/admin/payments-details.tpl.php:182
|
2155 |
#, fuzzy
|
2156 |
msgid "Notes & Log"
|
2157 |
msgstr "Note e registro"
|
2158 |
|
2159 |
+
#: templates/admin/payments-details.tpl.php:187
|
2160 |
#, fuzzy
|
2161 |
msgid "No notes."
|
2162 |
msgstr "Niente note."
|
2163 |
|
2164 |
+
#: templates/admin/payments-details.tpl.php:207
|
2165 |
#, fuzzy
|
2166 |
msgid "Add Note"
|
2167 |
msgstr "Aggiungi nota"
|
2962 |
msgid "See an example CSV import file"
|
2963 |
msgstr "Vedere un esempio di file di importazione CSV"
|
2964 |
|
2965 |
+
#: includes/admin/class-csv-import.php:531
|
2966 |
msgctxt "admin csv-import"
|
2967 |
msgid ""
|
2968 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2971 |
"Impossibile creare la categoria di Annunci \"<category-name>\". L'operazione "
|
2972 |
"non è riuscita per il seguente errore: <error-message>."
|
2973 |
|
2974 |
+
#: includes/admin/class-csv-import.php:537
|
2975 |
msgctxt "admin csv-import"
|
2976 |
msgid "Could not create listing category \"%s\""
|
2977 |
msgstr "Impossibile creare la categoria \"%s\""
|
2978 |
|
2979 |
+
#: includes/admin/class-csv-import.php:728
|
2980 |
msgctxt "admin csv-import"
|
2981 |
msgid "Username \"%s\" does not exist"
|
2982 |
msgstr "Nome Utente \"%s\" non esiste"
|
2983 |
|
2984 |
+
#: includes/admin/class-csv-import.php:755
|
2985 |
msgctxt "admin csv-import"
|
2986 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2987 |
msgstr "Non esiste un piano tariffario con ID = <fee-id>"
|
2988 |
|
2989 |
+
#: includes/admin/class-csv-import.php:786
|
2990 |
msgctxt "admin csv-import"
|
2991 |
msgid "Missing required field: %s"
|
2992 |
msgstr "Campo obbligatorio mancante: %s"
|
2993 |
|
2994 |
+
#: includes/admin/class-csv-import.php:831
|
2995 |
msgctxt "admin csv-import"
|
2996 |
msgid "Listing category \"%s\" does not exist"
|
2997 |
msgstr "La categoria \"%s\" non esiste"
|
2998 |
|
2999 |
+
#: includes/admin/class-csv-import.php:902
|
3000 |
msgctxt "admin csv-import"
|
3001 |
msgid "The string <string> couldn't be converted into a valid date."
|
3002 |
msgstr "La stringa <string>non poteva essere convertita in una data valida."
|
3176 |
msgstr ""
|
3177 |
"Qui puoi importare i dati nella tua directory utilizzando il formato CSV."
|
3178 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3179 |
#: templates/admin/csv-import.tpl.php:45
|
3180 |
msgctxt "admin csv-import"
|
3181 |
msgid "Import Files"
|
3192 |
msgstr ""
|
3193 |
".... o <a>selezionare un file caricato nella cartella di importazione</a>"
|
3194 |
|
3195 |
+
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
|
3196 |
msgctxt "admin csv-import"
|
3197 |
msgid "(Upload new file)"
|
3198 |
msgstr "(Carica nuovo file)"
|
3202 |
msgid "ZIP file containing images"
|
3203 |
msgstr "File ZIP contenente immagini"
|
3204 |
|
3205 |
+
#: templates/admin/csv-import.tpl.php:113
|
3206 |
msgctxt "admin csv-import"
|
3207 |
msgid "CSV File Settings"
|
3208 |
msgstr "Impostazioni file CSV"
|
3209 |
|
3210 |
+
#: templates/admin/csv-import.tpl.php:117
|
3211 |
msgctxt "admin csv-import"
|
3212 |
msgid "Column Separator"
|
3213 |
msgstr "Separatore Colonna"
|
3214 |
|
3215 |
+
#: templates/admin/csv-import.tpl.php:125
|
3216 |
msgctxt "admin csv-import"
|
3217 |
msgid "Comma (,)"
|
3218 |
msgstr "Comma (,)"
|
3219 |
|
3220 |
+
#: templates/admin/csv-import.tpl.php:131
|
3221 |
msgctxt "admin csv-import"
|
3222 |
msgid "Semicolon (;)"
|
3223 |
msgstr "Punto e virgola (;)"
|
3224 |
|
3225 |
+
#: templates/admin/csv-import.tpl.php:137
|
3226 |
msgctxt "admin csv-import"
|
3227 |
msgid "TAB"
|
3228 |
msgstr "TAB"
|
3229 |
|
3230 |
+
#: templates/admin/csv-import.tpl.php:143
|
3231 |
msgctxt "admin csv-import"
|
3232 |
msgid "Image Separator"
|
3233 |
msgstr "Separatore di immagini"
|
3234 |
|
3235 |
+
#: templates/admin/csv-import.tpl.php:154
|
3236 |
msgctxt "admin csv-import"
|
3237 |
msgid "Category Separator"
|
3238 |
msgstr "Separatore di Categoria"
|
3239 |
|
3240 |
+
#: templates/admin/csv-import.tpl.php:165
|
3241 |
msgctxt "admin csv-import"
|
3242 |
msgid "Import settings"
|
3243 |
msgstr "Importa le impostazioni"
|
3244 |
|
3245 |
+
#: templates/admin/csv-import.tpl.php:169
|
3246 |
#, fuzzy
|
3247 |
msgctxt "admin csv-import"
|
3248 |
msgid "Post status of new imported listings"
|
3249 |
msgstr "Stato delle inserzioni importate"
|
3250 |
|
3251 |
+
#: templates/admin/csv-import.tpl.php:186
|
3252 |
#, fuzzy
|
3253 |
msgctxt "admin csv-import"
|
3254 |
msgid "Post status of existing imported listings"
|
3255 |
msgstr "Stato delle inserzioni importate"
|
3256 |
|
3257 |
+
#: templates/admin/csv-import.tpl.php:190
|
3258 |
#, fuzzy
|
3259 |
msgctxt "admin csv-import"
|
3260 |
msgid "Preserve existing status"
|
3261 |
msgstr "Stato Inserzione"
|
3262 |
|
3263 |
+
#: templates/admin/csv-import.tpl.php:204
|
3264 |
msgctxt "admin csv-import"
|
3265 |
msgid "Missing categories handling"
|
3266 |
msgstr "Gestione delle categorie mancanti"
|
3267 |
|
3268 |
+
#: templates/admin/csv-import.tpl.php:209
|
3269 |
msgctxt "admin csv-import"
|
3270 |
msgid "Auto-create categories"
|
3271 |
msgstr "Creazione automatica delle categorie"
|
3272 |
|
3273 |
+
#: templates/admin/csv-import.tpl.php:212
|
3274 |
msgctxt "admin csv-import"
|
3275 |
msgid "Generate errors when a category is not found"
|
3276 |
msgstr "Generare errori quando una categoria non viene trovata"
|
3277 |
|
3278 |
+
#: templates/admin/csv-import.tpl.php:217
|
3279 |
msgctxt "admin csv-import"
|
3280 |
msgid "Keep existing listing images?"
|
3281 |
msgstr "Mantenere le immagini dell'elenco esistenti?"
|
3282 |
|
3283 |
+
#: templates/admin/csv-import.tpl.php:222
|
3284 |
msgctxt "admin csv-import"
|
3285 |
msgid "Keep existing images."
|
3286 |
msgstr "Conservare le immagini esistenti."
|
3287 |
|
3288 |
+
#: templates/admin/csv-import.tpl.php:223
|
3289 |
msgctxt "admin csv-import"
|
3290 |
msgid "Appends new images while keeping current ones."
|
3291 |
msgstr "Aggiunge nuove immagini mantenendo quelle attuali."
|
3292 |
|
3293 |
+
#: templates/admin/csv-import.tpl.php:228
|
3294 |
msgctxt "admin csv-import"
|
3295 |
msgid "Assign listings to a user?"
|
3296 |
msgstr "Assegna annunci a un utente?"
|
3297 |
|
3298 |
+
#: templates/admin/csv-import.tpl.php:234
|
3299 |
msgctxt "admin csv-import"
|
3300 |
msgid "Assign listings to a user."
|
3301 |
msgstr "Assegnare le inserzioni ad un utente."
|
3302 |
|
3303 |
+
#: templates/admin/csv-import.tpl.php:239
|
3304 |
msgctxt "admin csv-import"
|
3305 |
msgid "Use a default user for listings?"
|
3306 |
msgstr "Utilizzare un utente predefinito per gli elenchi?"
|
3307 |
|
3308 |
+
#: templates/admin/csv-import.tpl.php:245
|
3309 |
msgctxt "admin csv-import"
|
3310 |
msgid ""
|
3311 |
"Select a default user to be used if the username column is not present in "
|
3314 |
"Selezionare un utente predefinito da utilizzare se la colonna nome utente "
|
3315 |
"non è presente nel file CSV."
|
3316 |
|
3317 |
+
#: templates/admin/csv-import.tpl.php:250
|
3318 |
msgctxt "admin csv-import"
|
3319 |
msgid "Default listing user"
|
3320 |
msgstr "Utente predefinito"
|
3321 |
|
3322 |
+
#: templates/admin/csv-import.tpl.php:256
|
3323 |
msgctxt "admin csv-import"
|
3324 |
msgid ""
|
3325 |
"This user will be used if the username column is not present in the CSV file."
|
3327 |
"Questo utente verrà utilizzato se la colonna username non è presente nel "
|
3328 |
"file CSV."
|
3329 |
|
3330 |
+
#: templates/admin/csv-import.tpl.php:261
|
3331 |
msgctxt "admin csv-import"
|
3332 |
msgid "Number of listings imported on every cycle"
|
3333 |
msgstr "Numero di elenchi importati per ogni ciclo"
|
3334 |
|
3335 |
+
#: templates/admin/csv-import.tpl.php:269
|
3336 |
msgctxt "admin csv-import"
|
3337 |
msgid ""
|
3338 |
"If you are having trouble importing listings due to memory problems, try "
|
3346 |
"più lungo, ma aumenterà le possibilità di successo su piattaforme di hosting "
|
3347 |
"condiviso e altri server con risorse limitate."
|
3348 |
|
3349 |
+
#: templates/admin/csv-import.tpl.php:288
|
3350 |
msgctxt "admin csv-import"
|
3351 |
msgid "Test Import"
|
3352 |
msgstr "Test importazione"
|
3353 |
|
3354 |
+
#: templates/admin/csv-import.tpl.php:289
|
3355 |
msgctxt "admin csv-import"
|
3356 |
msgid "Import Listings"
|
3357 |
msgstr "Importa Annunci"
|
3358 |
|
3359 |
+
#: templates/admin/csv-import.tpl.php:296
|
3360 |
msgctxt "admin csv-import"
|
3361 |
msgid ""
|
3362 |
"The following are the valid header names to be used in the CSV file. "
|
3370 |
"file di importazione CSV\"</a> Per vedere come un file di importazione deve "
|
3371 |
"essere."
|
3372 |
|
3373 |
+
#: templates/admin/csv-import.tpl.php:303
|
3374 |
msgctxt "admin csv-import"
|
3375 |
msgid "Header name/label"
|
3376 |
msgstr "Nome intestazione / etichetta"
|
3377 |
|
3378 |
+
#: templates/admin/csv-import.tpl.php:304
|
3379 |
msgctxt "admin csv-import"
|
3380 |
msgid "Field"
|
3381 |
msgstr "Campo"
|
3382 |
|
3383 |
+
#: templates/admin/csv-import.tpl.php:306
|
3384 |
msgctxt "admin csv-import"
|
3385 |
msgid "Required?"
|
3386 |
msgstr "Necessario?"
|
3387 |
|
3388 |
+
#: templates/admin/csv-import.tpl.php:307
|
3389 |
msgctxt "admin csv-import"
|
3390 |
msgid "Multivalued?"
|
3391 |
msgstr "Multivalore?"
|
3392 |
|
3393 |
+
#: templates/admin/csv-import.tpl.php:332
|
3394 |
msgctxt "admin csv-import"
|
3395 |
msgid ""
|
3396 |
"Fee ID (integer) associated to a listing. Use this column when adding or "
|
3399 |
"Fee ID (numero intero) associato ad un elenco. Utilizzare questa colonna per "
|
3400 |
"aggiungere o aggiornare gli elenchi da fonti esterne."
|
3401 |
|
3402 |
+
#: templates/admin/csv-import.tpl.php:339
|
3403 |
msgctxt "admin csv-import"
|
3404 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
3405 |
msgstr "Elenco separato di immagini (dal file ZIP)"
|
3406 |
|
3407 |
+
#: templates/admin/csv-import.tpl.php:346
|
3408 |
msgctxt "admin csv-import"
|
3409 |
msgid "Listing author's username"
|
3410 |
msgstr "Elenco degli utenti"
|
3411 |
|
3412 |
+
#: templates/admin/csv-import.tpl.php:353
|
3413 |
msgctxt "admin csv-import"
|
3414 |
msgid ""
|
3415 |
"Internal Sequence ID used to allow listing updates from external sources."
|
3417 |
"ID di sequenza interna utilizzata per consentire l'elenco degli "
|
3418 |
"aggiornamenti da fonti esterne."
|
3419 |
|
3420 |
+
#: templates/admin/csv-import.tpl.php:360
|
3421 |
msgctxt "admin csv-import"
|
3422 |
msgid ""
|
3423 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
3436 |
msgid "Export"
|
3437 |
msgstr "Esporta"
|
3438 |
|
3439 |
+
#: includes/admin/class-admin-listings.php:60
|
3440 |
msgctxt "admin category filter"
|
3441 |
msgid "All categories"
|
3442 |
msgstr "Tutte le categorie"
|
3443 |
|
3444 |
+
#: includes/admin/class-admin-listings.php:175
|
3445 |
msgctxt "admin listings"
|
3446 |
msgid ""
|
3447 |
"This listing doesn't have a fee plan assigned. This is required in order to "
|
3452 |
"fine di determinare le caratteristiche disponibili per questo elenco, così "
|
3453 |
"come la gestione dei rinnovi."
|
3454 |
|
3455 |
+
#: includes/admin/class-admin-listings.php:311
|
3456 |
msgctxt "admin listings"
|
3457 |
msgid "Never"
|
3458 |
msgstr "Mai"
|
3459 |
|
3460 |
+
#: includes/admin/class-admin-listings.php:337
|
3461 |
msgctxt "admin listings"
|
3462 |
msgid "Featured"
|
3463 |
msgstr "In evidenza"
|
3464 |
|
3465 |
+
#: includes/admin/class-admin-listings.php:341
|
3466 |
msgctxt "admin listings"
|
3467 |
msgid "Recurring"
|
3468 |
msgstr "Ricorrente"
|
3469 |
|
3470 |
+
#: includes/admin/class-admin-listings.php:345
|
3471 |
msgctxt "admin listings"
|
3472 |
msgid "Free"
|
3473 |
msgstr "Gratis"
|
3474 |
|
3475 |
+
#: includes/admin/class-admin-listings.php:349
|
3476 |
#, fuzzy
|
3477 |
msgctxt "admin listings"
|
3478 |
msgid "Payment Not Found"
|
3479 |
msgstr "Informazioni di Pagamento"
|
3480 |
|
3481 |
+
#: includes/admin/class-admin-listings.php:353
|
3482 |
#, fuzzy
|
3483 |
msgctxt "admin listings"
|
3484 |
msgid "Payment %s"
|
3485 |
msgstr "Pagamento #%s"
|
3486 |
|
3487 |
+
#: includes/admin/class-admin-listings.php:362
|
3488 |
msgctxt "admin listings"
|
3489 |
msgid "Reported"
|
3490 |
msgstr "Segnalato"
|
3491 |
|
3492 |
+
#: includes/admin/class-admin-listings.php:689
|
3493 |
msgctxt "admin listings"
|
3494 |
msgid "Listing's payment history successfully deleted"
|
3495 |
msgstr ""
|
3515 |
msgid "Clear listing reports."
|
3516 |
msgstr "Cancella le segnalazioni annuncio"
|
3517 |
|
3518 |
+
#: includes/admin/class-admin-listings.php:201
|
3519 |
msgctxt "admin"
|
3520 |
msgid "Directory Listing Fields / Images"
|
3521 |
msgstr "Directory Annunci Campi / Immagini"
|
3522 |
|
3523 |
+
#: includes/admin/class-admin-listings.php:265
|
3524 |
msgctxt "admin"
|
3525 |
msgid "Categories"
|
3526 |
msgstr "Categorie"
|
3689 |
msgid "Abandoned"
|
3690 |
msgstr "Abbandonato"
|
3691 |
|
3692 |
+
#: includes/admin/class-admin-listings.php:322
|
3693 |
msgctxt "listing attribute"
|
3694 |
msgid "No Fee Plan"
|
3695 |
msgstr "Nessun piano tariffario"
|
3696 |
|
3697 |
+
#: includes/admin/class-admin-listings.php:422
|
3698 |
msgctxt "listing status"
|
3699 |
msgid "Reported"
|
3700 |
msgstr "Segnalato"
|
3744 |
msgid "Abandoned"
|
3745 |
msgstr "Abbandonato"
|
3746 |
|
3747 |
+
#: includes/admin/class-admin-listings.php:476
|
3748 |
msgctxt "admin actions"
|
3749 |
msgid "Delete Listing"
|
3750 |
msgstr "Elimina Annuncio"
|
3751 |
|
3752 |
+
#: includes/admin/class-admin-listings.php:487
|
3753 |
msgctxt "admin actions"
|
3754 |
msgid "View Payments"
|
3755 |
msgstr "Visualizza Pagamenti"
|
3756 |
|
3757 |
+
#: includes/admin/class-admin-listings.php:492
|
3758 |
msgctxt "admin actions"
|
3759 |
msgid "View Payment"
|
3760 |
msgstr "Visualizza pagamento"
|
3761 |
|
3762 |
+
#: includes/admin/class-admin-listings.php:622
|
3763 |
msgctxt "admin actions"
|
3764 |
msgid "Publish listings"
|
3765 |
msgstr "Pubblicare gli annunci"
|
3766 |
|
3767 |
+
#: includes/admin/class-admin-listings.php:623
|
3768 |
msgctxt "admin actions"
|
3769 |
msgid "Mark as \"Pending Review\""
|
3770 |
msgstr "Segnare come \"Recensione in sospeso\"."
|
3771 |
|
3772 |
+
#: includes/admin/class-admin-listings.php:624
|
3773 |
msgctxt "admin actions"
|
3774 |
msgid "Hide from directory (mark as \"Draft\")"
|
3775 |
msgstr "Nascondi dall'elenco (contrassegnare come \"Bozza\")"
|
3776 |
|
3777 |
+
#: includes/admin/class-admin-listings.php:626
|
3778 |
msgctxt "admin actions"
|
3779 |
msgid "Renew listings"
|
3780 |
msgstr "Rinnovare gli elenchi"
|
3781 |
|
3782 |
+
#: includes/admin/class-admin-listings.php:627
|
3783 |
msgctxt "admin actions"
|
3784 |
msgid "Set listings as \"Expired\""
|
3785 |
msgstr "Set listings come \"Scaduto\"."
|
3786 |
|
3787 |
+
#: includes/admin/class-admin-listings.php:634
|
3788 |
msgctxt "admin actions"
|
3789 |
msgid "Send access keys"
|
3790 |
msgstr "Inviare i tasti di accesso"
|
3816 |
msgid "Settings"
|
3817 |
msgstr "Impostazioni"
|
3818 |
|
3819 |
+
#: includes/admin/class-csv-exporter.php:110
|
3820 |
msgctxt "admin csv-export"
|
3821 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3822 |
msgstr ""
|
3823 |
"Impossibile creare una directory temporanea per la gestione di questa "
|
3824 |
"esportazione CSV."
|
3825 |
|
3826 |
+
#: includes/admin/class-csv-exporter.php:111
|
|
|
|
|
|
|
|
|
|
|
3827 |
msgctxt "admin csv-export"
|
3828 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3829 |
msgstr ""
|
3830 |
"Errore durante la creazione di una directory temporanea per l'esportazione "
|
3831 |
"CSV: %s"
|
3832 |
|
3833 |
+
#: includes/admin/csv-export.php:48
|
3834 |
msgctxt "admin csv-export"
|
3835 |
msgid "Could not decode export state information."
|
3836 |
msgstr "Impossibile decodificare le informazioni sullo stato di esportazione."
|
3848 |
"innanzitutto e / o aumentare i valori delle direttive \"memory_limit\" e "
|
3849 |
"\"max_execution_time\" nel file di configurazione php.ini del server."
|
3850 |
|
3851 |
+
#: templates/admin/csv-export.tpl.php:29
|
|
|
|
|
|
|
|
|
|
|
3852 |
msgctxt "admin csv-export"
|
3853 |
msgid "Export settings"
|
3854 |
msgstr "Esporta le impostazioni"
|
3855 |
|
3856 |
+
#: templates/admin/csv-export.tpl.php:33
|
3857 |
msgctxt "admin csv-export"
|
3858 |
msgid "Which listings to export?"
|
3859 |
msgstr "Quali annunci da esportare?"
|
3860 |
|
3861 |
+
#: templates/admin/csv-export.tpl.php:37
|
3862 |
msgctxt "admin csv-export"
|
3863 |
msgid "All"
|
3864 |
msgstr "Tutti"
|
3865 |
|
3866 |
+
#: templates/admin/csv-export.tpl.php:38
|
3867 |
msgctxt "admin csv-export"
|
3868 |
msgid "Active Only"
|
3869 |
msgstr "Solo attivo"
|
3870 |
|
3871 |
+
#: templates/admin/csv-export.tpl.php:39
|
3872 |
msgctxt "admin csv-export"
|
3873 |
msgid "Active + Pending Renewal"
|
3874 |
msgstr "Attivo + In attesa di rinnovo"
|
3875 |
|
3876 |
+
#: templates/admin/csv-export.tpl.php:45
|
3877 |
msgctxt "admin csv-export"
|
3878 |
msgid "Export images?"
|
3879 |
msgstr "Esporta le immagini?"
|
3880 |
|
3881 |
+
#: templates/admin/csv-export.tpl.php:50
|
3882 |
msgctxt "admin csv-export"
|
3883 |
msgid "Export images"
|
3884 |
msgstr "Esporta immagini"
|
3885 |
|
3886 |
+
#: templates/admin/csv-export.tpl.php:52
|
3887 |
msgctxt "admin csv-export"
|
3888 |
msgid ""
|
3889 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
3892 |
"Quando l'opzione è selezionata, invece di un file CSV, viene generato un "
|
3893 |
"file ZIP con un file CSV e con l'elenco delle immagini."
|
3894 |
|
3895 |
+
#: templates/admin/csv-export.tpl.php:58
|
3896 |
msgctxt "admin csv-export"
|
3897 |
msgid "Additional metadata to export:"
|
3898 |
msgstr "Metadati aggiuntivi da esportare:"
|
3899 |
|
3900 |
+
#: templates/admin/csv-export.tpl.php:63
|
3901 |
msgctxt "admin csv-export"
|
3902 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3903 |
msgstr "Includi gli ID univoci per ogni lista (sequence_id column)."
|
3904 |
|
3905 |
+
#: templates/admin/csv-export.tpl.php:71
|
3906 |
msgctxt "admin csv-export"
|
3907 |
msgid "Author information (username)"
|
3908 |
msgstr "Informazioni sull'autore (username)"
|
3909 |
|
3910 |
+
#: templates/admin/csv-export.tpl.php:76
|
3911 |
msgctxt "admin csv-export"
|
3912 |
msgid "Listing expiration date"
|
3913 |
msgstr "Cerca un elenco"
|
3914 |
|
3915 |
+
#: templates/admin/csv-export.tpl.php:80
|
3916 |
#, fuzzy
|
3917 |
msgctxt "admin csv-export"
|
3918 |
msgid "Listing created date"
|
3919 |
msgstr "Annuncio creato"
|
3920 |
|
3921 |
+
#: templates/admin/csv-export.tpl.php:84
|
3922 |
#, fuzzy
|
3923 |
msgctxt "admin csv-export"
|
3924 |
msgid "Listing last updated date"
|
3925 |
msgstr "Data dell'ultimo pagamento dell'annuncio"
|
3926 |
|
3927 |
+
#: templates/admin/csv-export.tpl.php:88
|
3928 |
#, fuzzy
|
3929 |
msgctxt "admin csv-export"
|
3930 |
msgid "Listing T&C acceptance date"
|
3931 |
msgstr "Annuncio creato"
|
3932 |
|
3933 |
+
#: templates/admin/csv-export.tpl.php:93
|
3934 |
msgctxt "admin csv-export"
|
3935 |
msgid "CSV File Settings"
|
3936 |
msgstr "Impostazioni file CSV"
|
3937 |
|
3938 |
+
#: templates/admin/csv-export.tpl.php:97
|
3939 |
msgctxt "admin csv-export"
|
3940 |
msgid "What operating system will you use to edit the CSV file?"
|
3941 |
msgstr "Quale sistema operativo utilizzi per modificare il file CSV?"
|
3942 |
|
3943 |
+
#: templates/admin/csv-export.tpl.php:104
|
3944 |
msgctxt "admin csv-export"
|
3945 |
msgid "Windows"
|
3946 |
msgstr "Windows"
|
3947 |
|
3948 |
+
#: templates/admin/csv-export.tpl.php:109
|
3949 |
msgctxt "admin csv-export"
|
3950 |
msgid "macOS"
|
3951 |
msgstr "macOS"
|
3952 |
|
3953 |
+
#: templates/admin/csv-export.tpl.php:111
|
3954 |
msgctxt "admin csv-export"
|
3955 |
msgid ""
|
3956 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
3963 |
"siano visualizzate correttamente quando visualizzate o modificate il file "
|
3964 |
"CSV, dobbiamo generare diverse versioni del file per ogni sistema operativo."
|
3965 |
|
3966 |
+
#: templates/admin/csv-export.tpl.php:116
|
3967 |
msgctxt "admin csv-export"
|
3968 |
msgid "Image Separator"
|
3969 |
msgstr "Separatore di immagini"
|
3970 |
|
3971 |
+
#: templates/admin/csv-export.tpl.php:127
|
3972 |
msgctxt "admin csv-export"
|
3973 |
msgid "Category Separator"
|
3974 |
msgstr "Separatore di Categoria"
|
3975 |
|
3976 |
+
#: templates/admin/csv-export.tpl.php:139
|
3977 |
msgctxt "admin csv-export"
|
3978 |
msgid "Export Listings"
|
3979 |
msgstr "Esporta Annunci"
|
3980 |
|
3981 |
+
#: templates/admin/csv-export.tpl.php:145
|
3982 |
msgctxt "admin csv-export"
|
3983 |
msgid "Export in Progress..."
|
3984 |
msgstr "Esportazione in corso ..."
|
3985 |
|
3986 |
+
#: templates/admin/csv-export.tpl.php:146
|
3987 |
msgctxt "admin csv-export"
|
3988 |
msgid ""
|
3989 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
3992 |
"Il file di esportazione è in preparando. Assolutamente <u>non chiudere</u> "
|
3993 |
"questa pagina finché l'esportazione non finisce."
|
3994 |
|
3995 |
+
#: templates/admin/csv-export.tpl.php:149
|
3996 |
msgctxt "admin csv-export"
|
3997 |
msgid "No. of listings:"
|
3998 |
msgstr "Numero di Annunci:"
|
3999 |
|
4000 |
+
#: templates/admin/csv-export.tpl.php:151
|
4001 |
msgctxt "admin csv-export"
|
4002 |
msgid "Approximate export file size:"
|
4003 |
msgstr "Dimensione approssimativa del file di esportazione:"
|
4004 |
|
4005 |
+
#: templates/admin/csv-export.tpl.php:158
|
4006 |
msgctxt "admin csv-export"
|
4007 |
msgid "Cancel Export"
|
4008 |
msgstr "Annulla l'esportazione"
|
4009 |
|
4010 |
+
#: templates/admin/csv-export.tpl.php:163
|
4011 |
msgctxt "admin csv-export"
|
4012 |
msgid "Export Complete"
|
4013 |
msgstr "Esportazione completata"
|
4014 |
|
4015 |
+
#: templates/admin/csv-export.tpl.php:164
|
4016 |
msgctxt "admin csv-export"
|
4017 |
msgid ""
|
4018 |
"Your export file has been successfully created and it is now ready for "
|
4021 |
"Il file di esportazione è stato creato con successo e ora è pronto per il "
|
4022 |
"download."
|
4023 |
|
4024 |
+
#: templates/admin/csv-export.tpl.php:168
|
4025 |
#, fuzzy
|
4026 |
msgctxt "admin csv-export"
|
4027 |
msgid "Download %1$s (%2$s)"
|
4028 |
msgstr "Download %s (%s)"
|
4029 |
|
4030 |
+
#: templates/admin/csv-export.tpl.php:175
|
4031 |
msgctxt "admin csv-export"
|
4032 |
msgid ""
|
4033 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
4037 |
"dati temporanei creati da Business Directory durante il processo di "
|
4038 |
"esportazione."
|
4039 |
|
4040 |
+
#: templates/admin/csv-export.tpl.php:176
|
4041 |
msgctxt "admin csv-export"
|
4042 |
msgid "Cleanup"
|
4043 |
msgstr "Pulire"
|
4044 |
|
4045 |
+
#: templates/admin/csv-export.tpl.php:181
|
4046 |
msgctxt "admin csv-export"
|
4047 |
msgid "Export Canceled"
|
4048 |
msgstr "Esportazione annullata"
|
4049 |
|
4050 |
+
#: templates/admin/csv-export.tpl.php:182
|
4051 |
msgctxt "admin csv-export"
|
4052 |
msgid "The export has been canceled."
|
4053 |
msgstr "L'esportazione è stata annullata."
|
4054 |
|
4055 |
+
#: templates/admin/csv-export.tpl.php:183
|
4056 |
msgctxt "admin csv-export"
|
4057 |
msgid "← Return to CSV Export"
|
4058 |
msgstr "← Ritorna all'esportazione di CSV"
|
4230 |
msgid "Custom Order"
|
4231 |
msgstr "Ordine Personalizzato"
|
4232 |
|
4233 |
+
#: includes/admin/fees.php:105
|
4234 |
msgctxt "fees admin"
|
4235 |
msgid "Fee plan added."
|
4236 |
msgstr "Aggiunto il piano tariffario."
|
4237 |
|
4238 |
+
#: includes/admin/fees.php:107
|
4239 |
msgctxt "fees admin"
|
4240 |
msgid "Fee plan updated."
|
4241 |
msgstr "Piano tariffario aggiornato."
|
4242 |
|
4243 |
+
#: includes/admin/fees.php:166
|
4244 |
msgctxt "fees admin"
|
4245 |
msgid "Fee \"%s\" deleted."
|
4246 |
msgstr "Canone \"%s\" soppresso."
|
4247 |
|
4248 |
+
#: includes/admin/fees.php:178
|
4249 |
msgctxt "fees admin"
|
4250 |
msgid "Fee disabled."
|
4251 |
msgstr "Canone disattivato."
|
4415 |
msgid "Status"
|
4416 |
msgstr "Stato"
|
4417 |
|
4418 |
+
#: templates/admin/fees-form.tpl.php:136
|
4419 |
msgctxt "fees admin"
|
4420 |
msgid "Plan Category Policy:"
|
4421 |
msgstr "Piano Policy per la categoria:"
|
4422 |
|
4423 |
+
#: templates/admin/fees-form.tpl.php:141
|
4424 |
msgctxt "fees admin"
|
4425 |
msgid "Plan applies to all categories"
|
4426 |
msgstr "Il piano si applica a tutte le categorie"
|
4427 |
|
4428 |
+
#: templates/admin/fees-form.tpl.php:142
|
4429 |
msgctxt "fees admin"
|
4430 |
msgid "Plan applies to only certain categories"
|
4431 |
msgstr "Il piano si applica solo a determinate categorie"
|
4432 |
|
4433 |
+
#: templates/admin/fees-form.tpl.php:146
|
4434 |
msgctxt "fees admin"
|
4435 |
msgid "Limit plan to the following categories:"
|
4436 |
msgstr "Limitare il piano alle seguenti categorie:"
|
4437 |
|
4438 |
+
#: templates/admin/fees-form.tpl.php:170
|
4439 |
msgctxt "fees admin"
|
4440 |
msgid "Click to add categories to the selection."
|
4441 |
msgstr "Fare clic per aggiungere categorie alla selezione."
|
4442 |
|
4443 |
+
#: templates/admin/fees-form.tpl.php:184
|
4444 |
msgctxt "fees admin"
|
4445 |
msgid "Pricing"
|
4446 |
msgstr "Prezzi"
|
4447 |
|
4448 |
+
#: templates/admin/fees-form.tpl.php:192
|
4449 |
msgctxt "fees admin"
|
4450 |
msgid "Pricing model"
|
4451 |
msgstr "Modello dei prezzi"
|
4452 |
|
4453 |
+
#: templates/admin/fees-form.tpl.php:196
|
4454 |
msgctxt "fees admin"
|
4455 |
msgid "Flat price"
|
4456 |
msgstr "Prezzo fisso"
|
4457 |
|
4458 |
+
#: templates/admin/fees-form.tpl.php:197
|
4459 |
msgctxt "fees admin"
|
4460 |
msgid "Different price for different categories"
|
4461 |
msgstr "Prezzo diverso per le diverse categorie"
|
4462 |
|
4463 |
+
#: templates/admin/fees-form.tpl.php:198
|
4464 |
msgctxt "fees admin"
|
4465 |
msgid "Base price plus an extra amount per category"
|
4466 |
msgstr "Prezzo base più un importo extra per categoria"
|
4467 |
|
4468 |
+
#: templates/admin/fees-form.tpl.php:204
|
4469 |
msgctxt "fees admin"
|
4470 |
msgid "Fee Price"
|
4471 |
msgstr "Canone"
|
4472 |
|
4473 |
+
#: templates/admin/fees-form.tpl.php:212
|
4474 |
msgctxt "fees admin"
|
4475 |
msgid "Prices per category"
|
4476 |
msgstr "Prezzi per categoria"
|
4477 |
|
4478 |
+
#: templates/admin/fees-form.tpl.php:218
|
4479 |
msgctxt "fees admin"
|
4480 |
msgid "Price"
|
4481 |
msgstr "Prezzo"
|
4482 |
|
4483 |
+
#: templates/admin/fees-form.tpl.php:232
|
4484 |
msgctxt "fees admin"
|
4485 |
msgid "Extra amount (per category)"
|
4486 |
msgstr "Importo extra (per categoria)"
|
4560 |
msgid "Form Preview"
|
4561 |
msgstr "Anteprima modulo"
|
4562 |
|
4563 |
+
#: includes/admin/form-fields.php:367
|
4564 |
msgctxt "form-fields admin"
|
4565 |
msgid "Form fields updated."
|
4566 |
msgstr "Campi del modulo aggiornati."
|
4567 |
|
4568 |
+
#: includes/admin/form-fields.php:390
|
4569 |
msgctxt "form-fields admin"
|
4570 |
msgid ""
|
4571 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
4580 |
"posta elettronica siano mostrati sul frontend, è possibile <a>consentire "
|
4581 |
"l'esposizione pubblica delle e-mail</a>."
|
4582 |
|
4583 |
+
#: includes/admin/form-fields.php:469
|
4584 |
msgctxt "form-fields admin"
|
4585 |
msgid "Field deleted."
|
4586 |
msgstr "Campo eliminato"
|
4587 |
|
4588 |
+
#: includes/admin/form-fields.php:509
|
4589 |
msgctxt "form-fields admin"
|
4590 |
msgid "Required fields created successfully."
|
4591 |
msgstr "Campi obbligatori creati con successo."
|
4592 |
|
4593 |
+
#: includes/admin/form-fields.php:561
|
4594 |
msgctxt "form-fields admin"
|
4595 |
msgid "Tags updated."
|
4596 |
msgstr "Tag aggiornati."
|
5016 |
msgstr "Stato Inserzione"
|
5017 |
|
5018 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
5019 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:31
|
5020 |
msgctxt "listing metabox"
|
5021 |
msgid "N/A"
|
5022 |
msgstr "N/A"
|
5023 |
|
5024 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:27
|
5025 |
msgctxt "listing metabox"
|
5026 |
msgid "Last renew date"
|
5027 |
msgstr "Ultima data di rinnovo"
|
5028 |
|
5029 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:35
|
5030 |
msgctxt "listing metabox"
|
5031 |
msgid "Plan Details"
|
5032 |
msgstr "Dettagli del piano"
|
5033 |
|
5034 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:37
|
5035 |
msgctxt "listing metabox"
|
5036 |
msgid "Fee Plan"
|
5037 |
msgstr "Piano tariffario"
|
5038 |
|
5039 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:46
|
5040 |
msgctxt "listing metabox"
|
5041 |
msgid "Change plan"
|
5042 |
msgstr "Cambia piano"
|
5043 |
|
5044 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:69
|
5045 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:89
|
5046 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:103
|
5047 |
msgctxt "listing metabox"
|
5048 |
msgid "OK"
|
5049 |
msgstr "OK"
|
5050 |
|
5051 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:70
|
5052 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
5053 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:104
|
5054 |
msgctxt "listing metabox"
|
5055 |
msgid "Cancel"
|
5056 |
msgstr "Annulla"
|
5057 |
|
5058 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:79
|
5059 |
msgctxt "listing metabox"
|
5060 |
msgid "Expires On"
|
5061 |
msgstr "Scade il"
|
5062 |
|
5063 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:94
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5064 |
msgctxt "listing metabox"
|
5065 |
msgid "# of images"
|
5066 |
msgstr "# di immagini"
|
5067 |
|
5068 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:107
|
5069 |
msgctxt "listing metabox"
|
5070 |
msgid "Is Featured?"
|
5071 |
msgstr "E' in evidenza?"
|
5072 |
|
5073 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:114
|
5074 |
msgctxt "listing metabox"
|
5075 |
msgid "Is Recurring?"
|
5076 |
msgstr "È ricorrente?"
|
5205 |
"ricerche che coinvolgono questi campi sono molto costose e possono "
|
5206 |
"comportare tempi di attesa e/o lentezza generale."
|
5207 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5208 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
5209 |
msgctxt "admin settings"
|
5210 |
msgid "Do not include comments in listings"
|
7518 |
msgid "Category & plan selection"
|
7519 |
msgstr "Selezione di categorie e piani"
|
7520 |
|
7521 |
+
#: includes/views/submit_listing.php:799
|
7522 |
msgctxt "submit listing"
|
7523 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7524 |
msgstr ""
|
7525 |
"Non è possibile inviare un annuncio in questo momento. Per favore, riprova "
|
7526 |
"più tardi."
|
7527 |
|
7528 |
+
#: includes/views/submit_listing.php:848 includes/views/submit_listing.php:970
|
7529 |
msgctxt "submit listing"
|
7530 |
msgid "Please select a category."
|
7531 |
msgstr "Per favore seleziona una categoria."
|
7532 |
|
7533 |
+
#: includes/views/submit_listing.php:871
|
7534 |
msgctxt "submit listing"
|
7535 |
msgid "Please choose a valid category for your plan."
|
7536 |
msgstr "Scegli una categoria valida per il tuo piano."
|
7537 |
|
7538 |
+
#: includes/views/submit_listing.php:873
|
7539 |
msgctxt "submit listing"
|
7540 |
msgid "Please choose a valid fee plan for your category selection."
|
7541 |
msgstr ""
|
7542 |
"Si prega di scegliere un piano tariffario valido per la selezione della "
|
7543 |
"categoria."
|
7544 |
|
7545 |
+
#: includes/views/submit_listing.php:1179
|
7546 |
msgctxt "submit listing"
|
7547 |
msgid "Please enter your desired username."
|
7548 |
msgstr "Inserisci il nome utente desiderato."
|
7549 |
|
7550 |
+
#: includes/views/submit_listing.php:1184
|
7551 |
msgctxt "submit listing"
|
7552 |
msgid "Please enter the e-mail for your new account."
|
7553 |
msgstr "Inserisci l'e-mail per il tuo nuovo account."
|
7554 |
|
7555 |
+
#: includes/views/submit_listing.php:1189
|
7556 |
msgctxt "submit listing"
|
7557 |
msgid "The username you chose is already in use. Please use a different one."
|
7558 |
msgstr "Il nome utente scelto è già in uso. Per favore, usane un'altra."
|
7559 |
|
7560 |
+
#: includes/views/submit_listing.php:1194
|
7561 |
msgctxt "submit listing"
|
7562 |
msgid "The e-mail address you chose for your account is already in use."
|
7563 |
msgstr "L'indirizzo e-mail scelto per il tuo account è già in uso."
|
7582 |
msgid "Find A Listing"
|
7583 |
msgstr "Trova un annuncio"
|
7584 |
|
7585 |
+
#: includes/class-wpbdp.php:398
|
7586 |
msgctxt "listing image upload"
|
7587 |
msgid "Can not upload any more images for this listing."
|
7588 |
msgstr "Non è possibile caricare altre immagini per questo annuncio."
|
7589 |
|
7590 |
+
#: includes/class-wpbdp.php:402
|
7591 |
msgctxt "listing image upload"
|
7592 |
msgid ""
|
7593 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
7897 |
"L'inserimento di un annuncio è stato disabilitato. Contattare "
|
7898 |
"l'amministratore per i dettagli."
|
7899 |
|
7900 |
+
#: includes/views/submit_listing.php:802
|
7901 |
msgctxt "templates"
|
7902 |
msgid ""
|
7903 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7904 |
"submit a listing. %s to create a fee plan"
|
7905 |
msgstr ""
|
7906 |
|
7907 |
+
#: includes/views/submit_listing.php:816
|
7908 |
msgctxt "templates"
|
7909 |
msgid ""
|
7910 |
"Listing submission is not available at the moment. Contact the administrator "
|
7913 |
"Al momento non è disponibile l'invio di annunci. Contattare l'amministratore "
|
7914 |
"per i dettagli."
|
7915 |
|
7916 |
+
#: includes/views/submit_listing.php:819
|
7917 |
msgctxt "templates"
|
7918 |
msgid ""
|
7919 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
7924 |
"%s e crea un nuovo campo con questa associazione, o assegna questa "
|
7925 |
"associazione ad un campo esistente."
|
7926 |
|
7927 |
+
#: includes/views/submit_listing.php:1259
|
7928 |
msgctxt "templates"
|
7929 |
msgid "Please agree to the Terms and Conditions."
|
7930 |
msgstr "Per favore è necessario accettare le condizioni d'uso."
|
7931 |
|
7932 |
+
#: includes/views/submit_listing.php:1273
|
7933 |
msgctxt "templates"
|
7934 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7935 |
msgstr "Accetto i <a>termini e le condizioni</a> d'uso"
|
8191 |
msgid "General"
|
8192 |
msgstr "Generale"
|
8193 |
|
8194 |
+
#: includes/licensing.php:568
|
8195 |
msgctxt "licensing"
|
8196 |
msgid "Could not contact licensing server"
|
8197 |
msgstr "Impossibile contattare il server di licenza"
|
8198 |
|
8199 |
+
#: includes/licensing.php:581
|
8200 |
msgctxt "licensing"
|
8201 |
msgid ""
|
8202 |
"It was not possible to establish a connection with Business Directory's "
|
8205 |
"Non è stato possibile stabilire una connessione con il server di Business "
|
8206 |
"Directory. cURL non è stato trovato nel sistema."
|
8207 |
|
8208 |
+
#: includes/licensing.php:583 includes/licensing.php:613
|
8209 |
msgctxt "licensing"
|
8210 |
msgid ""
|
8211 |
"To ensure the security of our systems and adhere to industry best practices, "
|
8218 |
"recente di cURL e una versione di OpenSSL che supporta TLSv1.2 (la versione "
|
8219 |
"minima con supporto è OpenSSL 1.0.1.1c)."
|
8220 |
|
8221 |
+
#: includes/licensing.php:585 includes/licensing.php:615
|
8222 |
msgctxt "licensing"
|
8223 |
msgid ""
|
8224 |
"Upgrading your system will not only allow you to communicate with Business "
|
8230 |
"sito web a interagire con i servizi utilizzando i più recenti standard di "
|
8231 |
"sicurezza."
|
8232 |
|
8233 |
+
#: includes/licensing.php:587
|
8234 |
msgctxt "licensing"
|
8235 |
msgid ""
|
8236 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
8239 |
"Contatta il tuo fornitore di hosting e chiedi loro di aggiornare il tuo "
|
8240 |
"sistema. Includere questo messaggio se necessario"
|
8241 |
|
8242 |
+
#: includes/licensing.php:617
|
8243 |
msgctxt "licensing"
|
8244 |
msgid ""
|
8245 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
8248 |
"Contatta il tuo fornitore di hosting e chiedi loro di aggiornare il tuo "
|
8249 |
"sistema. Includere questo messaggio se necessario."
|
8250 |
|
8251 |
+
#: includes/licensing.php:653
|
8252 |
msgctxt "licensing"
|
8253 |
msgid "The server returned a 403 Forbidden error."
|
8254 |
msgstr "Il server ha restituito un errore 403 Forbidden error."
|
8258 |
msgid "Could not activate license: %s."
|
8259 |
msgstr "Impossibile attivare la licenza: %s."
|
8260 |
|
8261 |
+
#: includes/licensing.php:890
|
8262 |
msgctxt "licensing"
|
8263 |
msgid "License activated"
|
8264 |
msgstr "Licenza attivata"
|
8265 |
|
8266 |
+
#: includes/licensing.php:915
|
8267 |
msgctxt "licensing"
|
8268 |
msgid "Could not deactivate license: %s."
|
8269 |
msgstr "Impossibile disattivare la licenza: %s."
|
8270 |
|
8271 |
+
#: includes/licensing.php:917
|
8272 |
msgctxt "licensing"
|
8273 |
msgid "License deactivated"
|
8274 |
msgstr "Licenza disattivata"
|
8275 |
|
8276 |
#. translators: "<module-name>" version <version-number> is not...
|
8277 |
+
#: includes/licensing.php:1126
|
8278 |
msgctxt "deprecation"
|
8279 |
msgid ""
|
8280 |
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
8720 |
msgid "This is just a preview. The listing has not been published yet."
|
8721 |
msgstr "Questa è solo un'anteprima. L'Annuncio non è ancora stato pubblicato."
|
8722 |
|
8723 |
+
#: includes/views/submit_listing.php:1137
|
8724 |
msgctxt "listing submit"
|
8725 |
msgid ""
|
8726 |
"Image upload is required, please provide at least one image and submit again."
|
8871 |
msgid "Search"
|
8872 |
msgstr "Cerca"
|
8873 |
|
8874 |
+
#: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
|
8875 |
+
#: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
|
8876 |
+
#: templates/admin/csv-import.tpl.php:117
|
8877 |
+
#: templates/admin/csv-import.tpl.php:143
|
8878 |
+
#: templates/admin/csv-import.tpl.php:154
|
8879 |
+
#: templates/admin/csv-import.tpl.php:204
|
8880 |
msgctxt "admin forms"
|
8881 |
msgid "required"
|
8882 |
msgstr "richiesto"
|
8921 |
"Se avete domande, si prega di inviare un commento sul <a>forum di supporto</"
|
8922 |
"a> e vi risponderemo entro 24 ore la maggior parte dei giorni."
|
8923 |
|
8924 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
8925 |
msgctxt "admin infometabox"
|
8926 |
msgid "Renewal url (copy & paste)"
|
8927 |
msgstr "Url di rinnovo (copia e incolla)"
|
8928 |
|
8929 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
8930 |
msgctxt "admin infometabox"
|
8931 |
msgid "Get renewal URL"
|
8932 |
msgstr "Ottenere l'URL di rinnovo"
|
8933 |
|
8934 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:138
|
8935 |
msgctxt "admin infometabox"
|
8936 |
msgid "Send renewal e-mail"
|
8937 |
msgstr "Inviare l'e-mail di rinnovo"
|
8938 |
|
8939 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:143
|
8940 |
msgctxt "admin infometabox"
|
8941 |
msgid "Renew listing"
|
8942 |
msgstr "Rinnova l'elenco"
|
9244 |
msgid "Continue"
|
9245 |
msgstr "Continua"
|
9246 |
|
9247 |
+
#, fuzzy
|
9248 |
+
#~ msgid "Edit listing permalink"
|
9249 |
+
#~ msgstr "Modifica elenchi di Donazione"
|
9250 |
+
|
9251 |
+
#~ msgctxt "admin csv-export"
|
9252 |
+
#~ msgid "Could not create wpbdp-csv-exports directory."
|
9253 |
+
#~ msgstr "Impossibile creare la directory wpbddp-csv-exports."
|
9254 |
+
|
9255 |
+
#~ msgctxt "admin csv-export"
|
9256 |
+
#~ msgid "Export Configuration"
|
9257 |
+
#~ msgstr "Esporta Configurazione"
|
9258 |
+
|
9259 |
+
#~ msgctxt "listing metabox"
|
9260 |
+
#~ msgid "Edit"
|
9261 |
+
#~ msgstr "Modifica"
|
9262 |
+
|
9263 |
+
#~ msgctxt "listing metabox"
|
9264 |
+
#~ msgid "Never"
|
9265 |
+
#~ msgstr "Mai"
|
9266 |
+
|
9267 |
#~ msgctxt "settings"
|
9268 |
#~ msgid "Default new post status"
|
9269 |
#~ msgstr "Stato predefinito del nuovo messaggio"
|
languages/business-directory-plugin-nl_NL.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2021-
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: admin <info@nederlofcentrum.nl>\n"
|
9 |
"Language-Team: Dutch\n"
|
@@ -21,54 +21,49 @@ msgstr ""
|
|
21 |
msgid "Are you sure you want to do this?"
|
22 |
msgstr "Weet je zeker dat je dit wilt doen?"
|
23 |
|
24 |
-
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:
|
25 |
msgid "Help"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: includes/admin/class-admin-listings.php:
|
29 |
#: includes/views/submit_listing.php:497
|
30 |
#: templates/email/listing-reported.tpl.php:7
|
31 |
msgid "Listing Information"
|
32 |
msgstr "Registratie informatie"
|
33 |
|
34 |
-
#: includes/admin/class-admin-listings.php:
|
35 |
#, fuzzy
|
36 |
msgid "Listing Timeline"
|
37 |
msgstr "Registratie titel:"
|
38 |
|
39 |
-
#: includes/admin/class-admin-listings.php:
|
40 |
#, fuzzy
|
41 |
msgid "Listing Reports"
|
42 |
msgstr "Een registratie verloopt."
|
43 |
|
44 |
-
#: includes/admin/class-admin-listings.php:
|
45 |
#: includes/admin/class-listing-owner.php:87
|
46 |
#, fuzzy
|
47 |
msgid "Listing Owner"
|
48 |
msgstr "Een registratie verloopt."
|
49 |
|
50 |
-
#: includes/admin/class-admin-listings.php:
|
51 |
#, fuzzy
|
52 |
msgid "Expires on"
|
53 |
msgstr "Verlopen"
|
54 |
|
55 |
-
#: includes/admin/class-admin-listings.php:
|
56 |
#, fuzzy
|
57 |
msgid "Attributes"
|
58 |
msgstr "Veld attributen"
|
59 |
|
60 |
-
#: includes/admin/class-admin-listings.php:
|
61 |
#: includes/class-cpt-integration.php:19
|
62 |
#: includes/compatibility/class-navxt-integration.php:200
|
63 |
#: templates/submit-listing.tpl.php:15
|
64 |
msgid "Edit Listing"
|
65 |
msgstr "Registratie bewerken"
|
66 |
|
67 |
-
#: includes/admin/class-admin-listings.php:587
|
68 |
-
#, fuzzy
|
69 |
-
msgid "Edit listing permalink"
|
70 |
-
msgstr "Bewerk registratie tarief"
|
71 |
-
|
72 |
#: includes/admin/class-admin.php:186
|
73 |
msgid ""
|
74 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -136,7 +131,7 @@ msgstr ""
|
|
136 |
msgid "Listing Count"
|
137 |
msgstr "Aantal registraties"
|
138 |
|
139 |
-
#: includes/admin/class-csv-import.php:
|
140 |
msgid "Listing imported by admin. Payment skipped."
|
141 |
msgstr ""
|
142 |
|
@@ -217,8 +212,8 @@ msgstr ""
|
|
217 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
218 |
#: includes/admin/helpers/class-payments-table.php:57
|
219 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
220 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
221 |
-
#: templates/admin/payments-details.tpl.php:
|
222 |
#: templates/email/listing-payment-completed.tpl.php:21
|
223 |
#: templates/payment/payment_items.tpl.php:5
|
224 |
#, fuzzy
|
@@ -234,12 +229,14 @@ msgstr "Beelden"
|
|
234 |
|
235 |
#: includes/admin/form-fields.php:31
|
236 |
#: includes/fields/class-fieldtypes-social.php:138
|
237 |
-
#: templates/admin/csv-import.tpl.php:
|
238 |
#, fuzzy
|
239 |
msgid "Type"
|
240 |
msgstr "Type"
|
241 |
|
242 |
#: includes/admin/form-fields.php:88
|
|
|
|
|
243 |
#, fuzzy
|
244 |
msgid "Edit"
|
245 |
msgstr "Bewerk"
|
@@ -262,7 +259,7 @@ msgid ""
|
|
262 |
"Directory do it for you."
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:
|
266 |
#, fuzzy
|
267 |
msgid "Go to \"Form Fields\""
|
268 |
msgstr "Ga naar \"instellen formulier velden\""
|
@@ -272,7 +269,7 @@ msgstr "Ga naar \"instellen formulier velden\""
|
|
272 |
msgid "Go back"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: includes/admin/form-fields.php:
|
276 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
277 |
#: templates/email/listing-added.tpl.php:10
|
278 |
#: templates/email/listing-edited.tpl.php:16
|
@@ -281,85 +278,85 @@ msgstr ""
|
|
281 |
msgid "Title"
|
282 |
msgstr "Titel"
|
283 |
|
284 |
-
#: includes/admin/form-fields.php:
|
285 |
#: templates/email/listing-added.tpl.php:21
|
286 |
#: templates/email/listing-edited.tpl.php:29
|
287 |
#, fuzzy
|
288 |
msgid "Category"
|
289 |
msgstr "Categorie"
|
290 |
|
291 |
-
#: includes/admin/form-fields.php:
|
292 |
#, fuzzy
|
293 |
msgid "Excerpt"
|
294 |
msgstr "Uittreksel"
|
295 |
|
296 |
-
#: includes/admin/form-fields.php:
|
297 |
#, fuzzy
|
298 |
msgid "Content"
|
299 |
msgstr "Inhoud"
|
300 |
|
301 |
-
#: includes/admin/form-fields.php:
|
302 |
msgid "Tags"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: includes/admin/form-fields.php:
|
306 |
#: templates/checkout-billing-form.tpl.php:75
|
307 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
308 |
#, fuzzy
|
309 |
msgid "Address"
|
310 |
msgstr "Adres"
|
311 |
|
312 |
-
#: includes/admin/form-fields.php:
|
313 |
#, fuzzy
|
314 |
msgid "Address 2"
|
315 |
msgstr "Adres"
|
316 |
|
317 |
-
#: includes/admin/form-fields.php:
|
318 |
-
#: templates/admin/payments-details.tpl.php:
|
319 |
#: templates/checkout-billing-form.tpl.php:87
|
320 |
#, fuzzy
|
321 |
msgid "City"
|
322 |
msgstr "Stad"
|
323 |
|
324 |
-
#: includes/admin/form-fields.php:
|
325 |
-
#: templates/admin/payments-details.tpl.php:
|
326 |
#, fuzzy
|
327 |
msgid "State"
|
328 |
msgstr "Provincie"
|
329 |
|
330 |
-
#: includes/admin/form-fields.php:
|
331 |
-
#: templates/admin/payments-details.tpl.php:
|
332 |
#: templates/checkout-billing-form.tpl.php:102
|
333 |
#, fuzzy
|
334 |
msgid "Country"
|
335 |
msgstr "Land"
|
336 |
|
337 |
-
#: includes/admin/form-fields.php:
|
338 |
-
#: templates/admin/payments-details.tpl.php:
|
339 |
msgid "ZIP Code"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: includes/admin/form-fields.php:
|
343 |
#, fuzzy
|
344 |
msgid "FAX Number"
|
345 |
msgstr "Tel nr"
|
346 |
|
347 |
-
#: includes/admin/form-fields.php:
|
348 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
349 |
#, fuzzy
|
350 |
msgid "Phone Number"
|
351 |
msgstr "Tel nr"
|
352 |
|
353 |
-
#: includes/admin/form-fields.php:
|
354 |
#, fuzzy
|
355 |
msgid "Ratings Field"
|
356 |
msgstr "Waardering veld"
|
357 |
|
358 |
-
#: includes/admin/form-fields.php:
|
359 |
msgid "Twitter"
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: includes/admin/form-fields.php:
|
363 |
msgid "Website"
|
364 |
msgstr ""
|
365 |
|
@@ -431,8 +428,8 @@ msgid "You're using Business Directory Plugin Lite. Enjoy!"
|
|
431 |
msgstr "Business Directory instellingen"
|
432 |
|
433 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
434 |
-
#: includes/form-fields.php:428 includes/views/submit_listing.php:
|
435 |
-
#: templates/admin/payments-details.tpl.php:
|
436 |
#: templates/listing-contactform.tpl.php:33
|
437 |
#: templates/listing-flagging-form.tpl.php:39
|
438 |
#, fuzzy
|
@@ -462,8 +459,8 @@ msgstr ""
|
|
462 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
463 |
#: includes/class-assets.php:317
|
464 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
465 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
466 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
467 |
#, fuzzy
|
468 |
msgid "No"
|
469 |
msgstr "Nee"
|
@@ -529,6 +526,12 @@ msgstr ""
|
|
529 |
"snelheid. Dit kan helpen als je gedeelde hosting hebt, wanneer database "
|
530 |
"snelheid soms een probleem is. "
|
531 |
|
|
|
|
|
|
|
|
|
|
|
|
|
532 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
533 |
#, fuzzy
|
534 |
msgid "Categories"
|
@@ -785,7 +788,7 @@ msgid "Business Directory - Featured Levels Migration"
|
|
785 |
msgstr "Business Directory instellingen"
|
786 |
|
787 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
788 |
-
#: templates/admin/fees-form.tpl.php:
|
789 |
#, fuzzy
|
790 |
msgid "Fee Label"
|
791 |
msgstr "Veld label"
|
@@ -814,14 +817,15 @@ msgid "Status: %s"
|
|
814 |
msgstr "Status"
|
815 |
|
816 |
#: includes/class-assets.php:315
|
|
|
817 |
#, fuzzy
|
818 |
msgid "Never"
|
819 |
msgstr "nooit"
|
820 |
|
821 |
#: includes/class-assets.php:316
|
822 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
823 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
824 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
825 |
#, fuzzy
|
826 |
msgid "Yes"
|
827 |
msgstr "Ja"
|
@@ -949,32 +953,37 @@ msgid ""
|
|
949 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
950 |
msgstr ""
|
951 |
|
952 |
-
#: includes/class-wpbdp.php:
|
|
|
|
|
|
|
|
|
|
|
953 |
#, fuzzy
|
954 |
msgid "Settings"
|
955 |
msgstr "Instellingen"
|
956 |
|
957 |
-
#: includes/class-wpbdp.php:
|
958 |
msgid "Could not find listing ID"
|
959 |
msgstr ""
|
960 |
|
961 |
-
#: includes/class-wpbdp.php:
|
962 |
msgid ""
|
963 |
"Could not verify the image upload request. If problem persists contact site "
|
964 |
"admin."
|
965 |
msgstr ""
|
966 |
|
967 |
-
#: includes/class-wpbdp.php:
|
968 |
msgid "Could not find image ID"
|
969 |
msgstr ""
|
970 |
|
971 |
-
#: includes/class-wpbdp.php:
|
972 |
msgid ""
|
973 |
"The directory features are disabled at this time because a <a>manual "
|
974 |
"upgrade</a> is pending."
|
975 |
msgstr ""
|
976 |
|
977 |
-
#: includes/class-wpbdp.php:
|
978 |
msgid ""
|
979 |
"The directory is not available at this time. Please try again in a few "
|
980 |
"minutes or contact the administrator if the problem persists."
|
@@ -1141,8 +1150,8 @@ msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
|
1141 |
msgstr ""
|
1142 |
|
1143 |
#: includes/fields/class-fieldtypes-select.php:262
|
1144 |
-
#: templates/admin/fees-form.tpl.php:
|
1145 |
-
#: templates/admin/fees-form.tpl.php:
|
1146 |
#, fuzzy
|
1147 |
msgid "required"
|
1148 |
msgstr "vereist"
|
@@ -1250,7 +1259,7 @@ msgstr "Titel registratie"
|
|
1250 |
msgid "Short Description"
|
1251 |
msgstr "Veld omschrijving"
|
1252 |
|
1253 |
-
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:
|
1254 |
#, fuzzy
|
1255 |
msgid "Description"
|
1256 |
msgstr "Veld omschrijving"
|
@@ -1398,26 +1407,26 @@ msgstr "Auteur"
|
|
1398 |
msgid "Invalid item ID"
|
1399 |
msgstr ""
|
1400 |
|
1401 |
-
#: includes/licensing.php:
|
1402 |
msgid "No license key provided"
|
1403 |
msgstr ""
|
1404 |
|
1405 |
-
#: includes/licensing.php:
|
1406 |
#, fuzzy
|
1407 |
msgid "License key is invalid"
|
1408 |
msgstr "Beelden bij de registratie"
|
1409 |
|
1410 |
-
#: includes/licensing.php:
|
1411 |
#, fuzzy
|
1412 |
msgid "Deactivation failed"
|
1413 |
msgstr "Actief"
|
1414 |
|
1415 |
-
#: includes/licensing.php:
|
1416 |
msgid "The license key was revoked."
|
1417 |
msgstr ""
|
1418 |
|
1419 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1420 |
-
#: includes/licensing.php:
|
1421 |
msgid ""
|
1422 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
1423 |
"%2$s and let them know your license is being reported as revoked by the "
|
@@ -1425,49 +1434,49 @@ msgid ""
|
|
1425 |
"with your report."
|
1426 |
msgstr ""
|
1427 |
|
1428 |
-
#: includes/licensing.php:
|
1429 |
msgid ""
|
1430 |
"It was not possible to establish a connection with the Business Directory "
|
1431 |
"server. The connection failed with the following error:"
|
1432 |
msgstr ""
|
1433 |
|
1434 |
-
#: includes/licensing.php:
|
1435 |
msgid ""
|
1436 |
"It was not possible to establish a connection with the Business Directory "
|
1437 |
"server. A problem occurred in the SSL/TSL handshake:"
|
1438 |
msgstr ""
|
1439 |
|
1440 |
-
#: includes/licensing.php:
|
1441 |
msgid ""
|
1442 |
"It looks like your server is not authorized to make outgoing requests to "
|
1443 |
"Business Directory servers. Please contact your webhost and ask them to add "
|
1444 |
"our IP address 52.0.78.177 to your allow list."
|
1445 |
msgstr ""
|
1446 |
|
1447 |
-
#: includes/licensing.php:
|
1448 |
#, fuzzy
|
1449 |
msgid "Business Directory license key is missing."
|
1450 |
msgstr "Business Directory - Zoeken"
|
1451 |
|
1452 |
-
#: includes/licensing.php:
|
1453 |
#, fuzzy
|
1454 |
msgid "Business Directory license key has expired"
|
1455 |
msgstr "Business Directory - Zoeken"
|
1456 |
|
1457 |
-
#: includes/licensing.php:
|
1458 |
#, fuzzy
|
1459 |
msgid "Could not verify Business Directory license."
|
1460 |
msgstr "Business Directory instellingen"
|
1461 |
|
1462 |
-
#: includes/licensing.php:
|
1463 |
msgid "Review license keys"
|
1464 |
msgstr ""
|
1465 |
|
1466 |
-
#: includes/licensing.php:
|
1467 |
msgid "Missing data. Please reload this page and try again."
|
1468 |
msgstr ""
|
1469 |
|
1470 |
-
#: includes/licensing.php:
|
1471 |
msgid "Please enter a license key."
|
1472 |
msgstr ""
|
1473 |
|
@@ -1549,29 +1558,29 @@ msgstr "Beelden bij de registratie"
|
|
1549 |
msgid "Account Creation"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
-
#: includes/views/submit_listing.php:
|
1553 |
#, fuzzy
|
1554 |
msgid "Go to \"Fee Plans\""
|
1555 |
msgstr "Ga naar \"instellen formulier velden\""
|
1556 |
|
1557 |
-
#: includes/views/submit_listing.php:
|
1558 |
msgid "Please choose a fee plan."
|
1559 |
msgstr ""
|
1560 |
|
1561 |
-
#: includes/views/submit_listing.php:
|
1562 |
msgid "Please check the form for errors, correct them and submit again."
|
1563 |
msgstr ""
|
1564 |
|
1565 |
-
#: includes/views/submit_listing.php:
|
1566 |
msgid "Create a user account on this site"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
-
#: includes/views/submit_listing.php:
|
1570 |
#, fuzzy
|
1571 |
msgid "Username"
|
1572 |
msgstr "Gebruiker"
|
1573 |
|
1574 |
-
#: includes/views/submit_listing.php:
|
1575 |
#, fuzzy
|
1576 |
msgid "Clear Form"
|
1577 |
msgstr "Leegmaken"
|
@@ -1583,17 +1592,24 @@ msgid ""
|
|
1583 |
"for details."
|
1584 |
msgstr ""
|
1585 |
|
1586 |
-
#: templates/admin/csv-export.tpl.php:
|
1587 |
msgid ""
|
1588 |
"If you plan to re-import the listings into your directory and don't want new "
|
1589 |
"ones created, select this option!"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1593 |
msgid "Disable email notifications during import?"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
-
#: templates/admin/csv-import.tpl.php:
|
1597 |
#, fuzzy
|
1598 |
msgid "Disable email notifications."
|
1599 |
msgstr "E-Mail Notificaties"
|
@@ -1609,7 +1625,7 @@ msgstr ""
|
|
1609 |
msgid "Download Debug Information"
|
1610 |
msgstr "Aanvullende informatie"
|
1611 |
|
1612 |
-
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:
|
1613 |
#, fuzzy
|
1614 |
msgid "Add Listing Fee"
|
1615 |
msgstr "Nieuw Registratie tarief toevoegen"
|
@@ -1619,67 +1635,67 @@ msgstr "Nieuw Registratie tarief toevoegen"
|
|
1619 |
msgid "Edit Listing Fee"
|
1620 |
msgstr "Bewerk registratie tarief"
|
1621 |
|
1622 |
-
#: templates/admin/fees-form.tpl.php:
|
1623 |
#, fuzzy
|
1624 |
msgid "Fee Description"
|
1625 |
msgstr "Veld omschrijving"
|
1626 |
|
1627 |
-
#: templates/admin/fees-form.tpl.php:
|
1628 |
msgid "How long should the listing run?"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
-
#: templates/admin/fees-form.tpl.php:
|
1632 |
#, fuzzy
|
1633 |
msgid "run listing for"
|
1634 |
msgstr "Geen registraties gevonden"
|
1635 |
|
1636 |
-
#: templates/admin/fees-form.tpl.php:
|
1637 |
#: templates/plan-selection-plan.tpl.php:39
|
1638 |
msgid "days"
|
1639 |
msgstr ""
|
1640 |
|
1641 |
-
#: templates/admin/fees-form.tpl.php:
|
1642 |
#, fuzzy
|
1643 |
msgid "run listing forever"
|
1644 |
msgstr "Contact met geregistreerde"
|
1645 |
|
1646 |
-
#: templates/admin/fees-form.tpl.php:
|
1647 |
#, fuzzy
|
1648 |
msgid "Number of images allowed"
|
1649 |
msgstr "Aantal gratis beelden"
|
1650 |
|
1651 |
-
#: templates/admin/fees-form.tpl.php:
|
1652 |
msgid "Private Fee Plan (visible to admins only)?"
|
1653 |
msgstr ""
|
1654 |
|
1655 |
-
#: templates/admin/fees-form.tpl.php:
|
1656 |
msgid "Is recurring?"
|
1657 |
msgstr ""
|
1658 |
|
1659 |
-
#: templates/admin/fees-form.tpl.php:
|
1660 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1661 |
msgstr ""
|
1662 |
|
1663 |
-
#: templates/admin/fees-form.tpl.php:
|
1664 |
#, fuzzy
|
1665 |
msgid "Is featured listing/sticky?"
|
1666 |
msgstr "Aanbieding registratie"
|
1667 |
|
1668 |
-
#: templates/admin/fees-form.tpl.php:
|
1669 |
msgid ""
|
1670 |
"This floats the listing to the top of search results and browsing the "
|
1671 |
"directory when the user buys this plan."
|
1672 |
msgstr ""
|
1673 |
|
1674 |
-
#: templates/admin/fees-form.tpl.php:
|
1675 |
msgid "Listing background color:"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
-
#: templates/admin/fees-form.tpl.php:
|
1679 |
msgid "Used to differentiate listings inside this plan from others."
|
1680 |
msgstr ""
|
1681 |
|
1682 |
-
#: templates/admin/fees-form.tpl.php:
|
1683 |
#: templates/admin/settings-email.tpl.php:116
|
1684 |
#: templates/submit-listing-section.tpl.php:30
|
1685 |
#, fuzzy
|
@@ -1847,107 +1863,107 @@ msgstr "← Terg naar Register."
|
|
1847 |
msgid "Payment Not Found"
|
1848 |
msgstr "Registratie informatie"
|
1849 |
|
1850 |
-
#: templates/admin/payments-details.tpl.php:
|
1851 |
msgid "Overview"
|
1852 |
msgstr ""
|
1853 |
|
1854 |
-
#: templates/admin/payments-details.tpl.php:
|
1855 |
-
#: templates/admin/payments-details.tpl.php:
|
1856 |
#, fuzzy
|
1857 |
msgid "Payment ID"
|
1858 |
msgstr "Betaling"
|
1859 |
|
1860 |
-
#: templates/admin/payments-details.tpl.php:
|
1861 |
#, fuzzy
|
1862 |
msgid "Listing"
|
1863 |
msgstr "Registratie"
|
1864 |
|
1865 |
-
#: templates/admin/payments-details.tpl.php:
|
1866 |
#, fuzzy
|
1867 |
msgid "Status"
|
1868 |
msgstr "Status"
|
1869 |
|
1870 |
-
#: templates/admin/payments-details.tpl.php:
|
1871 |
msgid "Date"
|
1872 |
msgstr ""
|
1873 |
|
1874 |
-
#: templates/admin/payments-details.tpl.php:
|
1875 |
#, fuzzy
|
1876 |
msgid "Time"
|
1877 |
msgstr "Tijd: %s"
|
1878 |
|
1879 |
-
#: templates/admin/payments-details.tpl.php:
|
1880 |
msgid "Gateway"
|
1881 |
msgstr ""
|
1882 |
|
1883 |
#. translators: Gateway: (Not yet set)
|
1884 |
-
#: templates/admin/payments-details.tpl.php:
|
1885 |
msgid "(Not yet set)"
|
1886 |
msgstr ""
|
1887 |
|
1888 |
-
#: templates/admin/payments-details.tpl.php:
|
1889 |
#, fuzzy
|
1890 |
msgid "Delete Payment"
|
1891 |
msgstr "Verwijder beeld"
|
1892 |
|
1893 |
-
#: templates/admin/payments-details.tpl.php:
|
1894 |
#, fuzzy
|
1895 |
msgid "Save Payment"
|
1896 |
msgstr "Betaling"
|
1897 |
|
1898 |
-
#: templates/admin/payments-details.tpl.php:
|
1899 |
#, fuzzy
|
1900 |
msgid "Details"
|
1901 |
msgstr "Details kosten"
|
1902 |
|
1903 |
-
#: templates/admin/payments-details.tpl.php:
|
1904 |
#, fuzzy
|
1905 |
msgid "Item Type"
|
1906 |
msgstr "Veld type"
|
1907 |
|
1908 |
-
#: templates/admin/payments-details.tpl.php:
|
1909 |
#: templates/payment/payment_items.tpl.php:23
|
1910 |
#, fuzzy
|
1911 |
msgid "Total"
|
1912 |
msgstr "Totaal"
|
1913 |
|
1914 |
-
#: templates/admin/payments-details.tpl.php:
|
1915 |
#, fuzzy
|
1916 |
msgid "Customer Details"
|
1917 |
msgstr "Details kosten"
|
1918 |
|
1919 |
-
#: templates/admin/payments-details.tpl.php:
|
1920 |
#: templates/checkout-billing-form.tpl.php:17
|
1921 |
#, fuzzy
|
1922 |
msgid "First Name"
|
1923 |
msgstr "Jouw naam"
|
1924 |
|
1925 |
-
#: templates/admin/payments-details.tpl.php:
|
1926 |
#: templates/checkout-billing-form.tpl.php:22
|
1927 |
#, fuzzy
|
1928 |
msgid "Last Name"
|
1929 |
msgstr "Naam"
|
1930 |
|
1931 |
-
#: templates/admin/payments-details.tpl.php:
|
1932 |
#, fuzzy
|
1933 |
msgid "Address Line 1"
|
1934 |
msgstr "Adres"
|
1935 |
|
1936 |
-
#: templates/admin/payments-details.tpl.php:
|
1937 |
#: templates/checkout-billing-form.tpl.php:81
|
1938 |
#, fuzzy
|
1939 |
msgid "Address Line 2"
|
1940 |
msgstr "Adres"
|
1941 |
|
1942 |
-
#: templates/admin/payments-details.tpl.php:
|
1943 |
msgid "Notes & Log"
|
1944 |
msgstr ""
|
1945 |
|
1946 |
-
#: templates/admin/payments-details.tpl.php:
|
1947 |
msgid "No notes."
|
1948 |
msgstr ""
|
1949 |
|
1950 |
-
#: templates/admin/payments-details.tpl.php:
|
1951 |
#, fuzzy
|
1952 |
msgid "Add Note"
|
1953 |
msgstr "Veld toevoegen "
|
@@ -2645,39 +2661,39 @@ msgctxt "admin csv-import"
|
|
2645 |
msgid "See an example CSV import file"
|
2646 |
msgstr ""
|
2647 |
|
2648 |
-
#: includes/admin/class-csv-import.php:
|
2649 |
msgctxt "admin csv-import"
|
2650 |
msgid ""
|
2651 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2652 |
"with the following error: <error-message>."
|
2653 |
msgstr ""
|
2654 |
|
2655 |
-
#: includes/admin/class-csv-import.php:
|
2656 |
msgctxt "admin csv-import"
|
2657 |
msgid "Could not create listing category \"%s\""
|
2658 |
msgstr ""
|
2659 |
|
2660 |
-
#: includes/admin/class-csv-import.php:
|
2661 |
msgctxt "admin csv-import"
|
2662 |
msgid "Username \"%s\" does not exist"
|
2663 |
msgstr ""
|
2664 |
|
2665 |
-
#: includes/admin/class-csv-import.php:
|
2666 |
msgctxt "admin csv-import"
|
2667 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2668 |
msgstr ""
|
2669 |
|
2670 |
-
#: includes/admin/class-csv-import.php:
|
2671 |
msgctxt "admin csv-import"
|
2672 |
msgid "Missing required field: %s"
|
2673 |
msgstr "Mist vereist veld: %s"
|
2674 |
|
2675 |
-
#: includes/admin/class-csv-import.php:
|
2676 |
msgctxt "admin csv-import"
|
2677 |
msgid "Listing category \"%s\" does not exist"
|
2678 |
msgstr ""
|
2679 |
|
2680 |
-
#: includes/admin/class-csv-import.php:
|
2681 |
msgctxt "admin csv-import"
|
2682 |
msgid "The string <string> couldn't be converted into a valid date."
|
2683 |
msgstr ""
|
@@ -2843,13 +2859,6 @@ msgctxt "admin csv-import"
|
|
2843 |
msgid "Here, you can import data into your directory using the CSV format."
|
2844 |
msgstr ""
|
2845 |
|
2846 |
-
#: templates/admin/csv-import.tpl.php:35
|
2847 |
-
msgctxt "admin csv-import"
|
2848 |
-
msgid ""
|
2849 |
-
"We strongly recommend reading our <a>CSV import documentation</a> first to "
|
2850 |
-
"help you do things in the right order."
|
2851 |
-
msgstr ""
|
2852 |
-
|
2853 |
#: templates/admin/csv-import.tpl.php:45
|
2854 |
msgctxt "admin csv-import"
|
2855 |
msgid "Import Files"
|
@@ -2865,7 +2874,7 @@ msgctxt "admin csv-import"
|
|
2865 |
msgid "... or <a>select a file uploaded to the imports folder</a>"
|
2866 |
msgstr ""
|
2867 |
|
2868 |
-
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:
|
2869 |
msgctxt "admin csv-import"
|
2870 |
msgid "(Upload new file)"
|
2871 |
msgstr ""
|
@@ -2875,134 +2884,134 @@ msgctxt "admin csv-import"
|
|
2875 |
msgid "ZIP file containing images"
|
2876 |
msgstr ""
|
2877 |
|
2878 |
-
#: templates/admin/csv-import.tpl.php:
|
2879 |
msgctxt "admin csv-import"
|
2880 |
msgid "CSV File Settings"
|
2881 |
msgstr ""
|
2882 |
|
2883 |
-
#: templates/admin/csv-import.tpl.php:
|
2884 |
msgctxt "admin csv-import"
|
2885 |
msgid "Column Separator"
|
2886 |
msgstr ""
|
2887 |
|
2888 |
-
#: templates/admin/csv-import.tpl.php:
|
2889 |
msgctxt "admin csv-import"
|
2890 |
msgid "Comma (,)"
|
2891 |
msgstr ""
|
2892 |
|
2893 |
-
#: templates/admin/csv-import.tpl.php:
|
2894 |
msgctxt "admin csv-import"
|
2895 |
msgid "Semicolon (;)"
|
2896 |
msgstr ""
|
2897 |
|
2898 |
-
#: templates/admin/csv-import.tpl.php:
|
2899 |
msgctxt "admin csv-import"
|
2900 |
msgid "TAB"
|
2901 |
msgstr ""
|
2902 |
|
2903 |
-
#: templates/admin/csv-import.tpl.php:
|
2904 |
msgctxt "admin csv-import"
|
2905 |
msgid "Image Separator"
|
2906 |
msgstr ""
|
2907 |
|
2908 |
-
#: templates/admin/csv-import.tpl.php:
|
2909 |
msgctxt "admin csv-import"
|
2910 |
msgid "Category Separator"
|
2911 |
msgstr ""
|
2912 |
|
2913 |
-
#: templates/admin/csv-import.tpl.php:
|
2914 |
msgctxt "admin csv-import"
|
2915 |
msgid "Import settings"
|
2916 |
msgstr ""
|
2917 |
|
2918 |
-
#: templates/admin/csv-import.tpl.php:
|
2919 |
#, fuzzy
|
2920 |
msgctxt "admin csv-import"
|
2921 |
msgid "Post status of new imported listings"
|
2922 |
msgstr "Status van verwijderde registraties"
|
2923 |
|
2924 |
-
#: templates/admin/csv-import.tpl.php:
|
2925 |
#, fuzzy
|
2926 |
msgctxt "admin csv-import"
|
2927 |
msgid "Post status of existing imported listings"
|
2928 |
msgstr "Status van verwijderde registraties"
|
2929 |
|
2930 |
-
#: templates/admin/csv-import.tpl.php:
|
2931 |
#, fuzzy
|
2932 |
msgctxt "admin csv-import"
|
2933 |
msgid "Preserve existing status"
|
2934 |
msgstr "Registraties"
|
2935 |
|
2936 |
-
#: templates/admin/csv-import.tpl.php:
|
2937 |
msgctxt "admin csv-import"
|
2938 |
msgid "Missing categories handling"
|
2939 |
msgstr ""
|
2940 |
|
2941 |
-
#: templates/admin/csv-import.tpl.php:
|
2942 |
msgctxt "admin csv-import"
|
2943 |
msgid "Auto-create categories"
|
2944 |
msgstr ""
|
2945 |
|
2946 |
-
#: templates/admin/csv-import.tpl.php:
|
2947 |
msgctxt "admin csv-import"
|
2948 |
msgid "Generate errors when a category is not found"
|
2949 |
msgstr ""
|
2950 |
|
2951 |
-
#: templates/admin/csv-import.tpl.php:
|
2952 |
msgctxt "admin csv-import"
|
2953 |
msgid "Keep existing listing images?"
|
2954 |
msgstr ""
|
2955 |
|
2956 |
-
#: templates/admin/csv-import.tpl.php:
|
2957 |
msgctxt "admin csv-import"
|
2958 |
msgid "Keep existing images."
|
2959 |
msgstr ""
|
2960 |
|
2961 |
-
#: templates/admin/csv-import.tpl.php:
|
2962 |
msgctxt "admin csv-import"
|
2963 |
msgid "Appends new images while keeping current ones."
|
2964 |
msgstr ""
|
2965 |
|
2966 |
-
#: templates/admin/csv-import.tpl.php:
|
2967 |
msgctxt "admin csv-import"
|
2968 |
msgid "Assign listings to a user?"
|
2969 |
msgstr ""
|
2970 |
|
2971 |
-
#: templates/admin/csv-import.tpl.php:
|
2972 |
msgctxt "admin csv-import"
|
2973 |
msgid "Assign listings to a user."
|
2974 |
msgstr ""
|
2975 |
|
2976 |
-
#: templates/admin/csv-import.tpl.php:
|
2977 |
msgctxt "admin csv-import"
|
2978 |
msgid "Use a default user for listings?"
|
2979 |
msgstr ""
|
2980 |
|
2981 |
-
#: templates/admin/csv-import.tpl.php:
|
2982 |
msgctxt "admin csv-import"
|
2983 |
msgid ""
|
2984 |
"Select a default user to be used if the username column is not present in "
|
2985 |
"the CSV file."
|
2986 |
msgstr ""
|
2987 |
|
2988 |
-
#: templates/admin/csv-import.tpl.php:
|
2989 |
msgctxt "admin csv-import"
|
2990 |
msgid "Default listing user"
|
2991 |
msgstr ""
|
2992 |
|
2993 |
-
#: templates/admin/csv-import.tpl.php:
|
2994 |
msgctxt "admin csv-import"
|
2995 |
msgid ""
|
2996 |
"This user will be used if the username column is not present in the CSV file."
|
2997 |
msgstr ""
|
2998 |
|
2999 |
-
#: templates/admin/csv-import.tpl.php:
|
3000 |
#, fuzzy
|
3001 |
msgctxt "admin csv-import"
|
3002 |
msgid "Number of listings imported on every cycle"
|
3003 |
msgstr "Aantal registraties tonen:"
|
3004 |
|
3005 |
-
#: templates/admin/csv-import.tpl.php:
|
3006 |
msgctxt "admin csv-import"
|
3007 |
msgid ""
|
3008 |
"If you are having trouble importing listings due to memory problems, try "
|
@@ -3011,17 +3020,17 @@ msgid ""
|
|
3011 |
"success on shared hosting platforms and other resource-constrained servers."
|
3012 |
msgstr ""
|
3013 |
|
3014 |
-
#: templates/admin/csv-import.tpl.php:
|
3015 |
msgctxt "admin csv-import"
|
3016 |
msgid "Test Import"
|
3017 |
msgstr ""
|
3018 |
|
3019 |
-
#: templates/admin/csv-import.tpl.php:
|
3020 |
msgctxt "admin csv-import"
|
3021 |
msgid "Import Listings"
|
3022 |
msgstr ""
|
3023 |
|
3024 |
-
#: templates/admin/csv-import.tpl.php:
|
3025 |
msgctxt "admin csv-import"
|
3026 |
msgid ""
|
3027 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -3030,50 +3039,50 @@ msgid ""
|
|
3030 |
"how an import file should look like."
|
3031 |
msgstr ""
|
3032 |
|
3033 |
-
#: templates/admin/csv-import.tpl.php:
|
3034 |
msgctxt "admin csv-import"
|
3035 |
msgid "Header name/label"
|
3036 |
msgstr ""
|
3037 |
|
3038 |
-
#: templates/admin/csv-import.tpl.php:
|
3039 |
msgctxt "admin csv-import"
|
3040 |
msgid "Field"
|
3041 |
msgstr ""
|
3042 |
|
3043 |
-
#: templates/admin/csv-import.tpl.php:
|
3044 |
msgctxt "admin csv-import"
|
3045 |
msgid "Required?"
|
3046 |
msgstr "Vereist?"
|
3047 |
|
3048 |
-
#: templates/admin/csv-import.tpl.php:
|
3049 |
msgctxt "admin csv-import"
|
3050 |
msgid "Multivalued?"
|
3051 |
msgstr ""
|
3052 |
|
3053 |
-
#: templates/admin/csv-import.tpl.php:
|
3054 |
msgctxt "admin csv-import"
|
3055 |
msgid ""
|
3056 |
"Fee ID (integer) associated to a listing. Use this column when adding or "
|
3057 |
"updating listings from external sources."
|
3058 |
msgstr ""
|
3059 |
|
3060 |
-
#: templates/admin/csv-import.tpl.php:
|
3061 |
msgctxt "admin csv-import"
|
3062 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
3063 |
msgstr ""
|
3064 |
|
3065 |
-
#: templates/admin/csv-import.tpl.php:
|
3066 |
msgctxt "admin csv-import"
|
3067 |
msgid "Listing author's username"
|
3068 |
msgstr ""
|
3069 |
|
3070 |
-
#: templates/admin/csv-import.tpl.php:
|
3071 |
msgctxt "admin csv-import"
|
3072 |
msgid ""
|
3073 |
"Internal Sequence ID used to allow listing updates from external sources."
|
3074 |
msgstr ""
|
3075 |
|
3076 |
-
#: templates/admin/csv-import.tpl.php:
|
3077 |
msgctxt "admin csv-import"
|
3078 |
msgid ""
|
3079 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -3090,12 +3099,12 @@ msgctxt "admin csv"
|
|
3090 |
msgid "Export"
|
3091 |
msgstr ""
|
3092 |
|
3093 |
-
#: includes/admin/class-admin-listings.php:
|
3094 |
msgctxt "admin category filter"
|
3095 |
msgid "All categories"
|
3096 |
msgstr "Alle Categorieën"
|
3097 |
|
3098 |
-
#: includes/admin/class-admin-listings.php:
|
3099 |
msgctxt "admin listings"
|
3100 |
msgid ""
|
3101 |
"This listing doesn't have a fee plan assigned. This is required in order to "
|
@@ -3103,47 +3112,47 @@ msgid ""
|
|
3103 |
"renewals."
|
3104 |
msgstr ""
|
3105 |
|
3106 |
-
#: includes/admin/class-admin-listings.php:
|
3107 |
#, fuzzy
|
3108 |
msgctxt "admin listings"
|
3109 |
msgid "Never"
|
3110 |
msgstr "nooit"
|
3111 |
|
3112 |
-
#: includes/admin/class-admin-listings.php:
|
3113 |
#, fuzzy
|
3114 |
msgctxt "admin listings"
|
3115 |
msgid "Featured"
|
3116 |
msgstr "Aanbieding/sticky"
|
3117 |
|
3118 |
-
#: includes/admin/class-admin-listings.php:
|
3119 |
msgctxt "admin listings"
|
3120 |
msgid "Recurring"
|
3121 |
msgstr ""
|
3122 |
|
3123 |
-
#: includes/admin/class-admin-listings.php:
|
3124 |
#, fuzzy
|
3125 |
msgctxt "admin listings"
|
3126 |
msgid "Free"
|
3127 |
msgstr "Gratis"
|
3128 |
|
3129 |
-
#: includes/admin/class-admin-listings.php:
|
3130 |
#, fuzzy
|
3131 |
msgctxt "admin listings"
|
3132 |
msgid "Payment Not Found"
|
3133 |
msgstr "Registratie informatie"
|
3134 |
|
3135 |
-
#: includes/admin/class-admin-listings.php:
|
3136 |
#, fuzzy
|
3137 |
msgctxt "admin listings"
|
3138 |
msgid "Payment %s"
|
3139 |
msgstr "Betaling"
|
3140 |
|
3141 |
-
#: includes/admin/class-admin-listings.php:
|
3142 |
msgctxt "admin listings"
|
3143 |
msgid "Reported"
|
3144 |
msgstr ""
|
3145 |
|
3146 |
-
#: includes/admin/class-admin-listings.php:
|
3147 |
msgctxt "admin listings"
|
3148 |
msgid "Listing's payment history successfully deleted"
|
3149 |
msgstr ""
|
@@ -3171,13 +3180,13 @@ msgctxt "admin listings"
|
|
3171 |
msgid "Clear listing reports."
|
3172 |
msgstr "Een registratie verloopt."
|
3173 |
|
3174 |
-
#: includes/admin/class-admin-listings.php:
|
3175 |
#, fuzzy
|
3176 |
msgctxt "admin"
|
3177 |
msgid "Directory Listing Fields / Images"
|
3178 |
msgstr "Registratie velden / images"
|
3179 |
|
3180 |
-
#: includes/admin/class-admin-listings.php:
|
3181 |
msgctxt "admin"
|
3182 |
msgid "Categories"
|
3183 |
msgstr "categorieën"
|
@@ -3334,12 +3343,12 @@ msgctxt "admin"
|
|
3334 |
msgid "Abandoned"
|
3335 |
msgstr ""
|
3336 |
|
3337 |
-
#: includes/admin/class-admin-listings.php:
|
3338 |
msgctxt "listing attribute"
|
3339 |
msgid "No Fee Plan"
|
3340 |
msgstr ""
|
3341 |
|
3342 |
-
#: includes/admin/class-admin-listings.php:
|
3343 |
msgctxt "listing status"
|
3344 |
msgid "Reported"
|
3345 |
msgstr ""
|
@@ -3395,53 +3404,53 @@ msgctxt "listing status"
|
|
3395 |
msgid "Abandoned"
|
3396 |
msgstr ""
|
3397 |
|
3398 |
-
#: includes/admin/class-admin-listings.php:
|
3399 |
msgctxt "admin actions"
|
3400 |
msgid "Delete Listing"
|
3401 |
msgstr "Registratie verwijderen"
|
3402 |
|
3403 |
-
#: includes/admin/class-admin-listings.php:
|
3404 |
#, fuzzy
|
3405 |
msgctxt "admin actions"
|
3406 |
msgid "View Payments"
|
3407 |
msgstr "Betaling"
|
3408 |
|
3409 |
-
#: includes/admin/class-admin-listings.php:
|
3410 |
#, fuzzy
|
3411 |
msgctxt "admin actions"
|
3412 |
msgid "View Payment"
|
3413 |
msgstr "Betaling"
|
3414 |
|
3415 |
-
#: includes/admin/class-admin-listings.php:
|
3416 |
#, fuzzy
|
3417 |
msgctxt "admin actions"
|
3418 |
msgid "Publish listings"
|
3419 |
msgstr "Registratie publiceren"
|
3420 |
|
3421 |
-
#: includes/admin/class-admin-listings.php:
|
3422 |
#, fuzzy
|
3423 |
msgctxt "admin actions"
|
3424 |
msgid "Mark as \"Pending Review\""
|
3425 |
msgstr "In Afwachting"
|
3426 |
|
3427 |
-
#: includes/admin/class-admin-listings.php:
|
3428 |
msgctxt "admin actions"
|
3429 |
msgid "Hide from directory (mark as \"Draft\")"
|
3430 |
msgstr ""
|
3431 |
|
3432 |
-
#: includes/admin/class-admin-listings.php:
|
3433 |
#, fuzzy
|
3434 |
msgctxt "admin actions"
|
3435 |
msgid "Renew listings"
|
3436 |
msgstr "Vernieuw registratie"
|
3437 |
|
3438 |
-
#: includes/admin/class-admin-listings.php:
|
3439 |
#, fuzzy
|
3440 |
msgctxt "admin actions"
|
3441 |
msgid "Set listings as \"Expired\""
|
3442 |
msgstr "Een registratie verloopt."
|
3443 |
|
3444 |
-
#: includes/admin/class-admin-listings.php:
|
3445 |
msgctxt "admin actions"
|
3446 |
msgid "Send access keys"
|
3447 |
msgstr ""
|
@@ -3473,22 +3482,17 @@ msgctxt "admin menu"
|
|
3473 |
msgid "Settings"
|
3474 |
msgstr "Instellingen"
|
3475 |
|
3476 |
-
#: includes/admin/class-csv-exporter.php:
|
3477 |
msgctxt "admin csv-export"
|
3478 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3479 |
msgstr ""
|
3480 |
|
3481 |
-
#: includes/admin/class-csv-exporter.php:
|
3482 |
-
msgctxt "admin csv-export"
|
3483 |
-
msgid "Could not create wpbdp-csv-exports directory."
|
3484 |
-
msgstr ""
|
3485 |
-
|
3486 |
-
#: includes/admin/class-csv-exporter.php:108
|
3487 |
msgctxt "admin csv-export"
|
3488 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3489 |
msgstr ""
|
3490 |
|
3491 |
-
#: includes/admin/csv-export.php:
|
3492 |
msgctxt "admin csv-export"
|
3493 |
msgid "Could not decode export state information."
|
3494 |
msgstr ""
|
@@ -3502,112 +3506,107 @@ msgid ""
|
|
3502 |
"server's php.ini configuration file."
|
3503 |
msgstr ""
|
3504 |
|
3505 |
-
#: templates/admin/csv-export.tpl.php:
|
3506 |
-
msgctxt "admin csv-export"
|
3507 |
-
msgid "Export Configuration"
|
3508 |
-
msgstr ""
|
3509 |
-
|
3510 |
-
#: templates/admin/csv-export.tpl.php:30
|
3511 |
msgctxt "admin csv-export"
|
3512 |
msgid "Export settings"
|
3513 |
msgstr ""
|
3514 |
|
3515 |
-
#: templates/admin/csv-export.tpl.php:
|
3516 |
msgctxt "admin csv-export"
|
3517 |
msgid "Which listings to export?"
|
3518 |
msgstr ""
|
3519 |
|
3520 |
-
#: templates/admin/csv-export.tpl.php:
|
3521 |
msgctxt "admin csv-export"
|
3522 |
msgid "All"
|
3523 |
msgstr "Alle"
|
3524 |
|
3525 |
-
#: templates/admin/csv-export.tpl.php:
|
3526 |
msgctxt "admin csv-export"
|
3527 |
msgid "Active Only"
|
3528 |
msgstr ""
|
3529 |
|
3530 |
-
#: templates/admin/csv-export.tpl.php:
|
3531 |
msgctxt "admin csv-export"
|
3532 |
msgid "Active + Pending Renewal"
|
3533 |
msgstr ""
|
3534 |
|
3535 |
-
#: templates/admin/csv-export.tpl.php:
|
3536 |
msgctxt "admin csv-export"
|
3537 |
msgid "Export images?"
|
3538 |
msgstr ""
|
3539 |
|
3540 |
-
#: templates/admin/csv-export.tpl.php:
|
3541 |
msgctxt "admin csv-export"
|
3542 |
msgid "Export images"
|
3543 |
msgstr ""
|
3544 |
|
3545 |
-
#: templates/admin/csv-export.tpl.php:
|
3546 |
msgctxt "admin csv-export"
|
3547 |
msgid ""
|
3548 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
3549 |
"both a CSV file and listing images."
|
3550 |
msgstr ""
|
3551 |
|
3552 |
-
#: templates/admin/csv-export.tpl.php:
|
3553 |
msgctxt "admin csv-export"
|
3554 |
msgid "Additional metadata to export:"
|
3555 |
msgstr ""
|
3556 |
|
3557 |
-
#: templates/admin/csv-export.tpl.php:
|
3558 |
msgctxt "admin csv-export"
|
3559 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3560 |
msgstr ""
|
3561 |
|
3562 |
-
#: templates/admin/csv-export.tpl.php:
|
3563 |
msgctxt "admin csv-export"
|
3564 |
msgid "Author information (username)"
|
3565 |
msgstr ""
|
3566 |
|
3567 |
-
#: templates/admin/csv-export.tpl.php:
|
3568 |
msgctxt "admin csv-export"
|
3569 |
msgid "Listing expiration date"
|
3570 |
msgstr ""
|
3571 |
|
3572 |
-
#: templates/admin/csv-export.tpl.php:
|
3573 |
#, fuzzy
|
3574 |
msgctxt "admin csv-export"
|
3575 |
msgid "Listing created date"
|
3576 |
msgstr "Beelden bij de registratie"
|
3577 |
|
3578 |
-
#: templates/admin/csv-export.tpl.php:
|
3579 |
#, fuzzy
|
3580 |
msgctxt "admin csv-export"
|
3581 |
msgid "Listing last updated date"
|
3582 |
msgstr "Registraties per pagina"
|
3583 |
|
3584 |
-
#: templates/admin/csv-export.tpl.php:
|
3585 |
#, fuzzy
|
3586 |
msgctxt "admin csv-export"
|
3587 |
msgid "Listing T&C acceptance date"
|
3588 |
msgstr "Beelden bij de registratie"
|
3589 |
|
3590 |
-
#: templates/admin/csv-export.tpl.php:
|
3591 |
msgctxt "admin csv-export"
|
3592 |
msgid "CSV File Settings"
|
3593 |
msgstr ""
|
3594 |
|
3595 |
-
#: templates/admin/csv-export.tpl.php:
|
3596 |
msgctxt "admin csv-export"
|
3597 |
msgid "What operating system will you use to edit the CSV file?"
|
3598 |
msgstr ""
|
3599 |
|
3600 |
-
#: templates/admin/csv-export.tpl.php:
|
3601 |
msgctxt "admin csv-export"
|
3602 |
msgid "Windows"
|
3603 |
msgstr ""
|
3604 |
|
3605 |
-
#: templates/admin/csv-export.tpl.php:
|
3606 |
msgctxt "admin csv-export"
|
3607 |
msgid "macOS"
|
3608 |
msgstr ""
|
3609 |
|
3610 |
-
#: templates/admin/csv-export.tpl.php:
|
3611 |
msgctxt "admin csv-export"
|
3612 |
msgid ""
|
3613 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
@@ -3616,88 +3615,88 @@ msgid ""
|
|
3616 |
"each operating system."
|
3617 |
msgstr ""
|
3618 |
|
3619 |
-
#: templates/admin/csv-export.tpl.php:
|
3620 |
msgctxt "admin csv-export"
|
3621 |
msgid "Image Separator"
|
3622 |
msgstr ""
|
3623 |
|
3624 |
-
#: templates/admin/csv-export.tpl.php:
|
3625 |
msgctxt "admin csv-export"
|
3626 |
msgid "Category Separator"
|
3627 |
msgstr ""
|
3628 |
|
3629 |
-
#: templates/admin/csv-export.tpl.php:
|
3630 |
msgctxt "admin csv-export"
|
3631 |
msgid "Export Listings"
|
3632 |
msgstr ""
|
3633 |
|
3634 |
-
#: templates/admin/csv-export.tpl.php:
|
3635 |
msgctxt "admin csv-export"
|
3636 |
msgid "Export in Progress..."
|
3637 |
msgstr ""
|
3638 |
|
3639 |
-
#: templates/admin/csv-export.tpl.php:
|
3640 |
msgctxt "admin csv-export"
|
3641 |
msgid ""
|
3642 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
3643 |
"until the export finishes."
|
3644 |
msgstr ""
|
3645 |
|
3646 |
-
#: templates/admin/csv-export.tpl.php:
|
3647 |
msgctxt "admin csv-export"
|
3648 |
msgid "No. of listings:"
|
3649 |
msgstr ""
|
3650 |
|
3651 |
-
#: templates/admin/csv-export.tpl.php:
|
3652 |
msgctxt "admin csv-export"
|
3653 |
msgid "Approximate export file size:"
|
3654 |
msgstr ""
|
3655 |
|
3656 |
-
#: templates/admin/csv-export.tpl.php:
|
3657 |
msgctxt "admin csv-export"
|
3658 |
msgid "Cancel Export"
|
3659 |
msgstr ""
|
3660 |
|
3661 |
-
#: templates/admin/csv-export.tpl.php:
|
3662 |
msgctxt "admin csv-export"
|
3663 |
msgid "Export Complete"
|
3664 |
msgstr ""
|
3665 |
|
3666 |
-
#: templates/admin/csv-export.tpl.php:
|
3667 |
msgctxt "admin csv-export"
|
3668 |
msgid ""
|
3669 |
"Your export file has been successfully created and it is now ready for "
|
3670 |
"download."
|
3671 |
msgstr ""
|
3672 |
|
3673 |
-
#: templates/admin/csv-export.tpl.php:
|
3674 |
msgctxt "admin csv-export"
|
3675 |
msgid "Download %1$s (%2$s)"
|
3676 |
msgstr ""
|
3677 |
|
3678 |
-
#: templates/admin/csv-export.tpl.php:
|
3679 |
msgctxt "admin csv-export"
|
3680 |
msgid ""
|
3681 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
3682 |
"temporary data created by Business Directory during the export process."
|
3683 |
msgstr ""
|
3684 |
|
3685 |
-
#: templates/admin/csv-export.tpl.php:
|
3686 |
msgctxt "admin csv-export"
|
3687 |
msgid "Cleanup"
|
3688 |
msgstr ""
|
3689 |
|
3690 |
-
#: templates/admin/csv-export.tpl.php:
|
3691 |
msgctxt "admin csv-export"
|
3692 |
msgid "Export Canceled"
|
3693 |
msgstr ""
|
3694 |
|
3695 |
-
#: templates/admin/csv-export.tpl.php:
|
3696 |
msgctxt "admin csv-export"
|
3697 |
msgid "The export has been canceled."
|
3698 |
msgstr ""
|
3699 |
|
3700 |
-
#: templates/admin/csv-export.tpl.php:
|
3701 |
msgctxt "admin csv-export"
|
3702 |
msgid "← Return to CSV Export"
|
3703 |
msgstr ""
|
@@ -3859,25 +3858,25 @@ msgctxt "fees order"
|
|
3859 |
msgid "Custom Order"
|
3860 |
msgstr "Eigen volgorde"
|
3861 |
|
3862 |
-
#: includes/admin/fees.php:
|
3863 |
#, fuzzy
|
3864 |
msgctxt "fees admin"
|
3865 |
msgid "Fee plan added."
|
3866 |
msgstr "Tarief geactiveerd"
|
3867 |
|
3868 |
-
#: includes/admin/fees.php:
|
3869 |
#, fuzzy
|
3870 |
msgctxt "fees admin"
|
3871 |
msgid "Fee plan updated."
|
3872 |
msgstr "Tarief bijgewerkt."
|
3873 |
|
3874 |
-
#: includes/admin/fees.php:
|
3875 |
#, fuzzy
|
3876 |
msgctxt "fees admin"
|
3877 |
msgid "Fee \"%s\" deleted."
|
3878 |
msgstr "Tarief verwijderd."
|
3879 |
|
3880 |
-
#: includes/admin/fees.php:
|
3881 |
msgctxt "fees admin"
|
3882 |
msgid "Fee disabled."
|
3883 |
msgstr "Tarief gedeactiveerd"
|
@@ -4045,74 +4044,74 @@ msgctxt "fees admin"
|
|
4045 |
msgid "Status"
|
4046 |
msgstr "Status"
|
4047 |
|
4048 |
-
#: templates/admin/fees-form.tpl.php:
|
4049 |
msgctxt "fees admin"
|
4050 |
msgid "Plan Category Policy:"
|
4051 |
msgstr ""
|
4052 |
|
4053 |
-
#: templates/admin/fees-form.tpl.php:
|
4054 |
msgctxt "fees admin"
|
4055 |
msgid "Plan applies to all categories"
|
4056 |
msgstr ""
|
4057 |
|
4058 |
-
#: templates/admin/fees-form.tpl.php:
|
4059 |
msgctxt "fees admin"
|
4060 |
msgid "Plan applies to only certain categories"
|
4061 |
msgstr ""
|
4062 |
|
4063 |
-
#: templates/admin/fees-form.tpl.php:
|
4064 |
msgctxt "fees admin"
|
4065 |
msgid "Limit plan to the following categories:"
|
4066 |
msgstr ""
|
4067 |
|
4068 |
-
#: templates/admin/fees-form.tpl.php:
|
4069 |
msgctxt "fees admin"
|
4070 |
msgid "Click to add categories to the selection."
|
4071 |
msgstr ""
|
4072 |
|
4073 |
-
#: templates/admin/fees-form.tpl.php:
|
4074 |
msgctxt "fees admin"
|
4075 |
msgid "Pricing"
|
4076 |
msgstr ""
|
4077 |
|
4078 |
-
#: templates/admin/fees-form.tpl.php:
|
4079 |
msgctxt "fees admin"
|
4080 |
msgid "Pricing model"
|
4081 |
msgstr ""
|
4082 |
|
4083 |
-
#: templates/admin/fees-form.tpl.php:
|
4084 |
msgctxt "fees admin"
|
4085 |
msgid "Flat price"
|
4086 |
msgstr ""
|
4087 |
|
4088 |
-
#: templates/admin/fees-form.tpl.php:
|
4089 |
#, fuzzy
|
4090 |
msgctxt "fees admin"
|
4091 |
msgid "Different price for different categories"
|
4092 |
msgstr "Stel volgorde in voor categorieën "
|
4093 |
|
4094 |
-
#: templates/admin/fees-form.tpl.php:
|
4095 |
msgctxt "fees admin"
|
4096 |
msgid "Base price plus an extra amount per category"
|
4097 |
msgstr ""
|
4098 |
|
4099 |
-
#: templates/admin/fees-form.tpl.php:
|
4100 |
msgctxt "fees admin"
|
4101 |
msgid "Fee Price"
|
4102 |
msgstr ""
|
4103 |
|
4104 |
-
#: templates/admin/fees-form.tpl.php:
|
4105 |
#, fuzzy
|
4106 |
msgctxt "fees admin"
|
4107 |
msgid "Prices per category"
|
4108 |
msgstr "Categorie selectie"
|
4109 |
|
4110 |
-
#: templates/admin/fees-form.tpl.php:
|
4111 |
msgctxt "fees admin"
|
4112 |
msgid "Price"
|
4113 |
msgstr ""
|
4114 |
|
4115 |
-
#: templates/admin/fees-form.tpl.php:
|
4116 |
msgctxt "fees admin"
|
4117 |
msgid "Extra amount (per category)"
|
4118 |
msgstr ""
|
@@ -4194,12 +4193,12 @@ msgctxt "form-fields admin"
|
|
4194 |
msgid "Form Preview"
|
4195 |
msgstr "Formulier voorvertoning"
|
4196 |
|
4197 |
-
#: includes/admin/form-fields.php:
|
4198 |
msgctxt "form-fields admin"
|
4199 |
msgid "Form fields updated."
|
4200 |
msgstr "Formulier velden ge-update"
|
4201 |
|
4202 |
-
#: includes/admin/form-fields.php:
|
4203 |
msgctxt "form-fields admin"
|
4204 |
msgid ""
|
4205 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
@@ -4208,17 +4207,17 @@ msgid ""
|
|
4208 |
"show on the frontend, you can <a>enable public display of e-mails</a>."
|
4209 |
msgstr ""
|
4210 |
|
4211 |
-
#: includes/admin/form-fields.php:
|
4212 |
msgctxt "form-fields admin"
|
4213 |
msgid "Field deleted."
|
4214 |
msgstr "Veld verwijderd"
|
4215 |
|
4216 |
-
#: includes/admin/form-fields.php:
|
4217 |
msgctxt "form-fields admin"
|
4218 |
msgid "Required fields created successfully."
|
4219 |
msgstr ""
|
4220 |
|
4221 |
-
#: includes/admin/form-fields.php:
|
4222 |
msgctxt "form-fields admin"
|
4223 |
msgid "Tags updated."
|
4224 |
msgstr ""
|
@@ -4630,79 +4629,66 @@ msgid "Listing Status"
|
|
4630 |
msgstr "Registraties"
|
4631 |
|
4632 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
4633 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4634 |
msgctxt "listing metabox"
|
4635 |
msgid "N/A"
|
4636 |
msgstr ""
|
4637 |
|
4638 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4639 |
msgctxt "listing metabox"
|
4640 |
msgid "Last renew date"
|
4641 |
msgstr ""
|
4642 |
|
4643 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4644 |
#, fuzzy
|
4645 |
msgctxt "listing metabox"
|
4646 |
msgid "Plan Details"
|
4647 |
msgstr "Details kosten"
|
4648 |
|
4649 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4650 |
msgctxt "listing metabox"
|
4651 |
msgid "Fee Plan"
|
4652 |
msgstr ""
|
4653 |
|
4654 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4655 |
msgctxt "listing metabox"
|
4656 |
msgid "Change plan"
|
4657 |
msgstr ""
|
4658 |
|
4659 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4660 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4661 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4662 |
#, fuzzy
|
4663 |
msgctxt "listing metabox"
|
4664 |
msgid "OK"
|
4665 |
msgstr "OK"
|
4666 |
|
4667 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4668 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4669 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4670 |
#, fuzzy
|
4671 |
msgctxt "listing metabox"
|
4672 |
msgid "Cancel"
|
4673 |
msgstr "Gecancelled"
|
4674 |
|
4675 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4676 |
#, fuzzy
|
4677 |
msgctxt "listing metabox"
|
4678 |
msgid "Expires On"
|
4679 |
msgstr "Verlopen"
|
4680 |
|
4681 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4682 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:95
|
4683 |
-
#, fuzzy
|
4684 |
-
msgctxt "listing metabox"
|
4685 |
-
msgid "Edit"
|
4686 |
-
msgstr "Bewerk"
|
4687 |
-
|
4688 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:82
|
4689 |
-
#, fuzzy
|
4690 |
-
msgctxt "listing metabox"
|
4691 |
-
msgid "Never"
|
4692 |
-
msgstr "nooit"
|
4693 |
-
|
4694 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
4695 |
#, fuzzy
|
4696 |
msgctxt "listing metabox"
|
4697 |
msgid "# of images"
|
4698 |
msgstr "Beelden toestaan?"
|
4699 |
|
4700 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4701 |
msgctxt "listing metabox"
|
4702 |
msgid "Is Featured?"
|
4703 |
msgstr ""
|
4704 |
|
4705 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4706 |
msgctxt "listing metabox"
|
4707 |
msgid "Is Recurring?"
|
4708 |
msgstr ""
|
@@ -4840,13 +4826,6 @@ msgstr ""
|
|
4840 |
"zoekopdrachten. Zoekopdrachten met dit soort velden zijn intensief en kunnen "
|
4841 |
"resulteren in traagheid en time-outs. "
|
4842 |
|
4843 |
-
#: includes/admin/settings/class-settings-bootstrap.php:414
|
4844 |
-
msgctxt "admin settings"
|
4845 |
-
msgid ""
|
4846 |
-
"If no fields are selected, the following fields will be used in Quick "
|
4847 |
-
"Searches:"
|
4848 |
-
msgstr ""
|
4849 |
-
|
4850 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
4851 |
msgctxt "admin settings"
|
4852 |
msgid "Do not include comments in listings"
|
@@ -7181,42 +7160,42 @@ msgctxt "submit listing"
|
|
7181 |
msgid "Category & plan selection"
|
7182 |
msgstr "categorie selectie"
|
7183 |
|
7184 |
-
#: includes/views/submit_listing.php:
|
7185 |
msgctxt "submit listing"
|
7186 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7187 |
msgstr ""
|
7188 |
|
7189 |
-
#: includes/views/submit_listing.php:
|
7190 |
msgctxt "submit listing"
|
7191 |
msgid "Please select a category."
|
7192 |
msgstr ""
|
7193 |
|
7194 |
-
#: includes/views/submit_listing.php:
|
7195 |
msgctxt "submit listing"
|
7196 |
msgid "Please choose a valid category for your plan."
|
7197 |
msgstr ""
|
7198 |
|
7199 |
-
#: includes/views/submit_listing.php:
|
7200 |
msgctxt "submit listing"
|
7201 |
msgid "Please choose a valid fee plan for your category selection."
|
7202 |
msgstr ""
|
7203 |
|
7204 |
-
#: includes/views/submit_listing.php:
|
7205 |
msgctxt "submit listing"
|
7206 |
msgid "Please enter your desired username."
|
7207 |
msgstr ""
|
7208 |
|
7209 |
-
#: includes/views/submit_listing.php:
|
7210 |
msgctxt "submit listing"
|
7211 |
msgid "Please enter the e-mail for your new account."
|
7212 |
msgstr ""
|
7213 |
|
7214 |
-
#: includes/views/submit_listing.php:
|
7215 |
msgctxt "submit listing"
|
7216 |
msgid "The username you chose is already in use. Please use a different one."
|
7217 |
msgstr ""
|
7218 |
|
7219 |
-
#: includes/views/submit_listing.php:
|
7220 |
msgctxt "submit listing"
|
7221 |
msgid "The e-mail address you chose for your account is already in use."
|
7222 |
msgstr ""
|
@@ -7242,12 +7221,12 @@ msgctxt "views"
|
|
7242 |
msgid "Find A Listing"
|
7243 |
msgstr "Een registratie vinden"
|
7244 |
|
7245 |
-
#: includes/class-wpbdp.php:
|
7246 |
msgctxt "listing image upload"
|
7247 |
msgid "Can not upload any more images for this listing."
|
7248 |
msgstr ""
|
7249 |
|
7250 |
-
#: includes/class-wpbdp.php:
|
7251 |
msgctxt "listing image upload"
|
7252 |
msgid ""
|
7253 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
@@ -7525,21 +7504,21 @@ msgid ""
|
|
7525 |
"Listing submission has been disabled. Contact the administrator for details."
|
7526 |
msgstr ""
|
7527 |
|
7528 |
-
#: includes/views/submit_listing.php:
|
7529 |
msgctxt "templates"
|
7530 |
msgid ""
|
7531 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7532 |
"submit a listing. %s to create a fee plan"
|
7533 |
msgstr ""
|
7534 |
|
7535 |
-
#: includes/views/submit_listing.php:
|
7536 |
msgctxt "templates"
|
7537 |
msgid ""
|
7538 |
"Listing submission is not available at the moment. Contact the administrator "
|
7539 |
"for details."
|
7540 |
msgstr ""
|
7541 |
|
7542 |
-
#: includes/views/submit_listing.php:
|
7543 |
msgctxt "templates"
|
7544 |
msgid ""
|
7545 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -7547,12 +7526,12 @@ msgid ""
|
|
7547 |
"an existing field"
|
7548 |
msgstr ""
|
7549 |
|
7550 |
-
#: includes/views/submit_listing.php:
|
7551 |
msgctxt "templates"
|
7552 |
msgid "Please agree to the Terms and Conditions."
|
7553 |
msgstr "Ga s.v.p. akkoord met de voorwaarden"
|
7554 |
|
7555 |
-
#: includes/views/submit_listing.php:
|
7556 |
#, fuzzy
|
7557 |
msgctxt "templates"
|
7558 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
@@ -7805,19 +7784,19 @@ msgctxt "default category name"
|
|
7805 |
msgid "General"
|
7806 |
msgstr "Algemeen"
|
7807 |
|
7808 |
-
#: includes/licensing.php:
|
7809 |
msgctxt "licensing"
|
7810 |
msgid "Could not contact licensing server"
|
7811 |
msgstr ""
|
7812 |
|
7813 |
-
#: includes/licensing.php:
|
7814 |
msgctxt "licensing"
|
7815 |
msgid ""
|
7816 |
"It was not possible to establish a connection with Business Directory's "
|
7817 |
"server. cURL was not found in your system"
|
7818 |
msgstr ""
|
7819 |
|
7820 |
-
#: includes/licensing.php:
|
7821 |
msgctxt "licensing"
|
7822 |
msgid ""
|
7823 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -7826,7 +7805,7 @@ msgid ""
|
|
7826 |
"1.0.1c)."
|
7827 |
msgstr ""
|
7828 |
|
7829 |
-
#: includes/licensing.php:
|
7830 |
msgctxt "licensing"
|
7831 |
msgid ""
|
7832 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -7834,21 +7813,21 @@ msgid ""
|
|
7834 |
"services using the latest security standards."
|
7835 |
msgstr ""
|
7836 |
|
7837 |
-
#: includes/licensing.php:
|
7838 |
msgctxt "licensing"
|
7839 |
msgid ""
|
7840 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7841 |
"Include this message if necessary"
|
7842 |
msgstr ""
|
7843 |
|
7844 |
-
#: includes/licensing.php:
|
7845 |
msgctxt "licensing"
|
7846 |
msgid ""
|
7847 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7848 |
"Include this message if necessary."
|
7849 |
msgstr ""
|
7850 |
|
7851 |
-
#: includes/licensing.php:
|
7852 |
msgctxt "licensing"
|
7853 |
msgid "The server returned a 403 Forbidden error."
|
7854 |
msgstr ""
|
@@ -7858,23 +7837,23 @@ msgctxt "licensing"
|
|
7858 |
msgid "Could not activate license: %s."
|
7859 |
msgstr ""
|
7860 |
|
7861 |
-
#: includes/licensing.php:
|
7862 |
msgctxt "licensing"
|
7863 |
msgid "License activated"
|
7864 |
msgstr ""
|
7865 |
|
7866 |
-
#: includes/licensing.php:
|
7867 |
msgctxt "licensing"
|
7868 |
msgid "Could not deactivate license: %s."
|
7869 |
msgstr ""
|
7870 |
|
7871 |
-
#: includes/licensing.php:
|
7872 |
msgctxt "licensing"
|
7873 |
msgid "License deactivated"
|
7874 |
msgstr ""
|
7875 |
|
7876 |
#. translators: "<module-name>" version <version-number> is not...
|
7877 |
-
#: includes/licensing.php:
|
7878 |
msgctxt "deprecation"
|
7879 |
msgid ""
|
7880 |
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
@@ -8283,7 +8262,7 @@ msgid "This is just a preview. The listing has not been published yet."
|
|
8283 |
msgstr ""
|
8284 |
"Dit is alleen een voorvertoning. De registratie is nog niet gepubliceerd."
|
8285 |
|
8286 |
-
#: includes/views/submit_listing.php:
|
8287 |
msgctxt "listing submit"
|
8288 |
msgid ""
|
8289 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -8431,12 +8410,12 @@ msgctxt "widgets"
|
|
8431 |
msgid "Search"
|
8432 |
msgstr "Zoek"
|
8433 |
|
8434 |
-
#: templates/admin/csv-export.tpl.php:
|
8435 |
-
#: templates/admin/csv-export.tpl.php:
|
8436 |
-
#: templates/admin/csv-import.tpl.php:
|
8437 |
-
#: templates/admin/csv-import.tpl.php:
|
8438 |
-
#: templates/admin/csv-import.tpl.php:
|
8439 |
-
#: templates/admin/csv-import.tpl.php:
|
8440 |
msgctxt "admin forms"
|
8441 |
msgid "required"
|
8442 |
msgstr "vereist"
|
@@ -8474,22 +8453,22 @@ msgid ""
|
|
8474 |
"we'll answer it within 24 hours most days."
|
8475 |
msgstr ""
|
8476 |
|
8477 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8478 |
msgctxt "admin infometabox"
|
8479 |
msgid "Renewal url (copy & paste)"
|
8480 |
msgstr ""
|
8481 |
|
8482 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8483 |
msgctxt "admin infometabox"
|
8484 |
msgid "Get renewal URL"
|
8485 |
msgstr ""
|
8486 |
|
8487 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8488 |
msgctxt "admin infometabox"
|
8489 |
msgid "Send renewal e-mail"
|
8490 |
msgstr ""
|
8491 |
|
8492 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8493 |
#, fuzzy
|
8494 |
msgctxt "admin infometabox"
|
8495 |
msgid "Renew listing"
|
@@ -8786,3 +8765,17 @@ msgstr ""
|
|
8786 |
msgctxt "send-access-keys"
|
8787 |
msgid "Continue"
|
8788 |
msgstr "Doorgaan"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2021-04-08 23:15:52+00:00\n"
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: admin <info@nederlofcentrum.nl>\n"
|
9 |
"Language-Team: Dutch\n"
|
21 |
msgid "Are you sure you want to do this?"
|
22 |
msgstr "Weet je zeker dat je dit wilt doen?"
|
23 |
|
24 |
+
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
|
25 |
msgid "Help"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: includes/admin/class-admin-listings.php:185
|
29 |
#: includes/views/submit_listing.php:497
|
30 |
#: templates/email/listing-reported.tpl.php:7
|
31 |
msgid "Listing Information"
|
32 |
msgstr "Registratie informatie"
|
33 |
|
34 |
+
#: includes/admin/class-admin-listings.php:193
|
35 |
#, fuzzy
|
36 |
msgid "Listing Timeline"
|
37 |
msgstr "Registratie titel:"
|
38 |
|
39 |
+
#: includes/admin/class-admin-listings.php:211
|
40 |
#, fuzzy
|
41 |
msgid "Listing Reports"
|
42 |
msgstr "Een registratie verloopt."
|
43 |
|
44 |
+
#: includes/admin/class-admin-listings.php:221
|
45 |
#: includes/admin/class-listing-owner.php:87
|
46 |
#, fuzzy
|
47 |
msgid "Listing Owner"
|
48 |
msgstr "Een registratie verloopt."
|
49 |
|
50 |
+
#: includes/admin/class-admin-listings.php:266
|
51 |
#, fuzzy
|
52 |
msgid "Expires on"
|
53 |
msgstr "Verlopen"
|
54 |
|
55 |
+
#: includes/admin/class-admin-listings.php:274
|
56 |
#, fuzzy
|
57 |
msgid "Attributes"
|
58 |
msgstr "Veld attributen"
|
59 |
|
60 |
+
#: includes/admin/class-admin-listings.php:471
|
61 |
#: includes/class-cpt-integration.php:19
|
62 |
#: includes/compatibility/class-navxt-integration.php:200
|
63 |
#: templates/submit-listing.tpl.php:15
|
64 |
msgid "Edit Listing"
|
65 |
msgstr "Registratie bewerken"
|
66 |
|
|
|
|
|
|
|
|
|
|
|
67 |
#: includes/admin/class-admin.php:186
|
68 |
msgid ""
|
69 |
"Find out how to create a compelling, thriving business directory from "
|
131 |
msgid "Listing Count"
|
132 |
msgstr "Aantal registraties"
|
133 |
|
134 |
+
#: includes/admin/class-csv-import.php:674
|
135 |
msgid "Listing imported by admin. Payment skipped."
|
136 |
msgstr ""
|
137 |
|
212 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
213 |
#: includes/admin/helpers/class-payments-table.php:57
|
214 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
215 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:73
|
216 |
+
#: templates/admin/payments-details.tpl.php:110
|
217 |
#: templates/email/listing-payment-completed.tpl.php:21
|
218 |
#: templates/payment/payment_items.tpl.php:5
|
219 |
#, fuzzy
|
229 |
|
230 |
#: includes/admin/form-fields.php:31
|
231 |
#: includes/fields/class-fieldtypes-social.php:138
|
232 |
+
#: templates/admin/csv-import.tpl.php:305
|
233 |
#, fuzzy
|
234 |
msgid "Type"
|
235 |
msgstr "Type"
|
236 |
|
237 |
#: includes/admin/form-fields.php:88
|
238 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:84
|
239 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:99
|
240 |
#, fuzzy
|
241 |
msgid "Edit"
|
242 |
msgstr "Bewerk"
|
259 |
"Directory do it for you."
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:826
|
263 |
#, fuzzy
|
264 |
msgid "Go to \"Form Fields\""
|
265 |
msgstr "Ga naar \"instellen formulier velden\""
|
269 |
msgid "Go back"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: includes/admin/form-fields.php:522
|
273 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
274 |
#: templates/email/listing-added.tpl.php:10
|
275 |
#: templates/email/listing-edited.tpl.php:16
|
278 |
msgid "Title"
|
279 |
msgstr "Titel"
|
280 |
|
281 |
+
#: includes/admin/form-fields.php:523 templates/admin/fees-form.tpl.php:217
|
282 |
#: templates/email/listing-added.tpl.php:21
|
283 |
#: templates/email/listing-edited.tpl.php:29
|
284 |
#, fuzzy
|
285 |
msgid "Category"
|
286 |
msgstr "Categorie"
|
287 |
|
288 |
+
#: includes/admin/form-fields.php:524
|
289 |
#, fuzzy
|
290 |
msgid "Excerpt"
|
291 |
msgstr "Uittreksel"
|
292 |
|
293 |
+
#: includes/admin/form-fields.php:525
|
294 |
#, fuzzy
|
295 |
msgid "Content"
|
296 |
msgstr "Inhoud"
|
297 |
|
298 |
+
#: includes/admin/form-fields.php:526
|
299 |
msgid "Tags"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: includes/admin/form-fields.php:527 includes/form-fields.php:445
|
303 |
#: templates/checkout-billing-form.tpl.php:75
|
304 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
305 |
#, fuzzy
|
306 |
msgid "Address"
|
307 |
msgstr "Adres"
|
308 |
|
309 |
+
#: includes/admin/form-fields.php:528
|
310 |
#, fuzzy
|
311 |
msgid "Address 2"
|
312 |
msgstr "Adres"
|
313 |
|
314 |
+
#: includes/admin/form-fields.php:529
|
315 |
+
#: templates/admin/payments-details.tpl.php:161
|
316 |
#: templates/checkout-billing-form.tpl.php:87
|
317 |
#, fuzzy
|
318 |
msgid "City"
|
319 |
msgstr "Stad"
|
320 |
|
321 |
+
#: includes/admin/form-fields.php:530
|
322 |
+
#: templates/admin/payments-details.tpl.php:157
|
323 |
#, fuzzy
|
324 |
msgid "State"
|
325 |
msgstr "Provincie"
|
326 |
|
327 |
+
#: includes/admin/form-fields.php:531
|
328 |
+
#: templates/admin/payments-details.tpl.php:153
|
329 |
#: templates/checkout-billing-form.tpl.php:102
|
330 |
#, fuzzy
|
331 |
msgid "Country"
|
332 |
msgstr "Land"
|
333 |
|
334 |
+
#: includes/admin/form-fields.php:532 includes/form-fields.php:453
|
335 |
+
#: templates/admin/payments-details.tpl.php:165
|
336 |
msgid "ZIP Code"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: includes/admin/form-fields.php:533
|
340 |
#, fuzzy
|
341 |
msgid "FAX Number"
|
342 |
msgstr "Tel nr"
|
343 |
|
344 |
+
#: includes/admin/form-fields.php:534
|
345 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
346 |
#, fuzzy
|
347 |
msgid "Phone Number"
|
348 |
msgstr "Tel nr"
|
349 |
|
350 |
+
#: includes/admin/form-fields.php:535
|
351 |
#, fuzzy
|
352 |
msgid "Ratings Field"
|
353 |
msgstr "Waardering veld"
|
354 |
|
355 |
+
#: includes/admin/form-fields.php:536
|
356 |
msgid "Twitter"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: includes/admin/form-fields.php:537 includes/form-fields.php:411
|
360 |
msgid "Website"
|
361 |
msgstr ""
|
362 |
|
428 |
msgstr "Business Directory instellingen"
|
429 |
|
430 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
431 |
+
#: includes/form-fields.php:428 includes/views/submit_listing.php:1225
|
432 |
+
#: templates/admin/payments-details.tpl.php:137
|
433 |
#: templates/listing-contactform.tpl.php:33
|
434 |
#: templates/listing-flagging-form.tpl.php:39
|
435 |
#, fuzzy
|
459 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
460 |
#: includes/class-assets.php:317
|
461 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
462 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
463 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
464 |
#, fuzzy
|
465 |
msgid "No"
|
466 |
msgstr "Nee"
|
526 |
"snelheid. Dit kan helpen als je gedeelde hosting hebt, wanneer database "
|
527 |
"snelheid soms een probleem is. "
|
528 |
|
529 |
+
#: includes/admin/settings/class-settings-bootstrap.php:414
|
530 |
+
msgid ""
|
531 |
+
"If no fields are selected, the following fields will be used in Quick "
|
532 |
+
"Searches:"
|
533 |
+
msgstr ""
|
534 |
+
|
535 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
536 |
#, fuzzy
|
537 |
msgid "Categories"
|
788 |
msgstr "Business Directory instellingen"
|
789 |
|
790 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
791 |
+
#: templates/admin/fees-form.tpl.php:17
|
792 |
#, fuzzy
|
793 |
msgid "Fee Label"
|
794 |
msgstr "Veld label"
|
817 |
msgstr "Status"
|
818 |
|
819 |
#: includes/class-assets.php:315
|
820 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:86
|
821 |
#, fuzzy
|
822 |
msgid "Never"
|
823 |
msgstr "nooit"
|
824 |
|
825 |
#: includes/class-assets.php:316
|
826 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
827 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
828 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
829 |
#, fuzzy
|
830 |
msgid "Yes"
|
831 |
msgstr "Ja"
|
953 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
954 |
msgstr ""
|
955 |
|
956 |
+
#: includes/class-wpbdp.php:305
|
957 |
+
#, fuzzy
|
958 |
+
msgid "Upgrade to Premium"
|
959 |
+
msgstr "Opwaarderen tot %s"
|
960 |
+
|
961 |
+
#: includes/class-wpbdp.php:308
|
962 |
#, fuzzy
|
963 |
msgid "Settings"
|
964 |
msgstr "Instellingen"
|
965 |
|
966 |
+
#: includes/class-wpbdp.php:507
|
967 |
msgid "Could not find listing ID"
|
968 |
msgstr ""
|
969 |
|
970 |
+
#: includes/class-wpbdp.php:514
|
971 |
msgid ""
|
972 |
"Could not verify the image upload request. If problem persists contact site "
|
973 |
"admin."
|
974 |
msgstr ""
|
975 |
|
976 |
+
#: includes/class-wpbdp.php:521 includes/fields/class-fieldtypes-image.php:322
|
977 |
msgid "Could not find image ID"
|
978 |
msgstr ""
|
979 |
|
980 |
+
#: includes/class-wpbdp.php:553
|
981 |
msgid ""
|
982 |
"The directory features are disabled at this time because a <a>manual "
|
983 |
"upgrade</a> is pending."
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: includes/class-wpbdp.php:560
|
987 |
msgid ""
|
988 |
"The directory is not available at this time. Please try again in a few "
|
989 |
"minutes or contact the administrator if the problem persists."
|
1150 |
msgstr ""
|
1151 |
|
1152 |
#: includes/fields/class-fieldtypes-select.php:262
|
1153 |
+
#: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
|
1154 |
+
#: templates/admin/fees-form.tpl.php:58
|
1155 |
#, fuzzy
|
1156 |
msgid "required"
|
1157 |
msgstr "vereist"
|
1259 |
msgid "Short Description"
|
1260 |
msgstr "Veld omschrijving"
|
1261 |
|
1262 |
+
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:109
|
1263 |
#, fuzzy
|
1264 |
msgid "Description"
|
1265 |
msgstr "Veld omschrijving"
|
1407 |
msgid "Invalid item ID"
|
1408 |
msgstr ""
|
1409 |
|
1410 |
+
#: includes/licensing.php:430
|
1411 |
msgid "No license key provided"
|
1412 |
msgstr ""
|
1413 |
|
1414 |
+
#: includes/licensing.php:479 includes/licensing.php:516
|
1415 |
#, fuzzy
|
1416 |
msgid "License key is invalid"
|
1417 |
msgstr "Beelden bij de registratie"
|
1418 |
|
1419 |
+
#: includes/licensing.php:483
|
1420 |
#, fuzzy
|
1421 |
msgid "Deactivation failed"
|
1422 |
msgstr "Actief"
|
1423 |
|
1424 |
+
#: includes/licensing.php:528
|
1425 |
msgid "The license key was revoked."
|
1426 |
msgstr ""
|
1427 |
|
1428 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1429 |
+
#: includes/licensing.php:532
|
1430 |
msgid ""
|
1431 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
1432 |
"%2$s and let them know your license is being reported as revoked by the "
|
1434 |
"with your report."
|
1435 |
msgstr ""
|
1436 |
|
1437 |
+
#: includes/licensing.php:595
|
1438 |
msgid ""
|
1439 |
"It was not possible to establish a connection with the Business Directory "
|
1440 |
"server. The connection failed with the following error:"
|
1441 |
msgstr ""
|
1442 |
|
1443 |
+
#: includes/licensing.php:608
|
1444 |
msgid ""
|
1445 |
"It was not possible to establish a connection with the Business Directory "
|
1446 |
"server. A problem occurred in the SSL/TSL handshake:"
|
1447 |
msgstr ""
|
1448 |
|
1449 |
+
#: includes/licensing.php:655
|
1450 |
msgid ""
|
1451 |
"It looks like your server is not authorized to make outgoing requests to "
|
1452 |
"Business Directory servers. Please contact your webhost and ask them to add "
|
1453 |
"our IP address 52.0.78.177 to your allow list."
|
1454 |
msgstr ""
|
1455 |
|
1456 |
+
#: includes/licensing.php:742
|
1457 |
#, fuzzy
|
1458 |
msgid "Business Directory license key is missing."
|
1459 |
msgstr "Business Directory - Zoeken"
|
1460 |
|
1461 |
+
#: includes/licensing.php:743
|
1462 |
#, fuzzy
|
1463 |
msgid "Business Directory license key has expired"
|
1464 |
msgstr "Business Directory - Zoeken"
|
1465 |
|
1466 |
+
#: includes/licensing.php:744
|
1467 |
#, fuzzy
|
1468 |
msgid "Could not verify Business Directory license."
|
1469 |
msgstr "Business Directory instellingen"
|
1470 |
|
1471 |
+
#: includes/licensing.php:755
|
1472 |
msgid "Review license keys"
|
1473 |
msgstr ""
|
1474 |
|
1475 |
+
#: includes/licensing.php:868
|
1476 |
msgid "Missing data. Please reload this page and try again."
|
1477 |
msgstr ""
|
1478 |
|
1479 |
+
#: includes/licensing.php:873
|
1480 |
msgid "Please enter a license key."
|
1481 |
msgstr ""
|
1482 |
|
1558 |
msgid "Account Creation"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
+
#: includes/views/submit_listing.php:809
|
1562 |
#, fuzzy
|
1563 |
msgid "Go to \"Fee Plans\""
|
1564 |
msgstr "Ga naar \"instellen formulier velden\""
|
1565 |
|
1566 |
+
#: includes/views/submit_listing.php:865
|
1567 |
msgid "Please choose a fee plan."
|
1568 |
msgstr ""
|
1569 |
|
1570 |
+
#: includes/views/submit_listing.php:1049
|
1571 |
msgid "Please check the form for errors, correct them and submit again."
|
1572 |
msgstr ""
|
1573 |
|
1574 |
+
#: includes/views/submit_listing.php:1209
|
1575 |
msgid "Create a user account on this site"
|
1576 |
msgstr ""
|
1577 |
|
1578 |
+
#: includes/views/submit_listing.php:1216
|
1579 |
#, fuzzy
|
1580 |
msgid "Username"
|
1581 |
msgstr "Gebruiker"
|
1582 |
|
1583 |
+
#: includes/views/submit_listing.php:1238
|
1584 |
#, fuzzy
|
1585 |
msgid "Clear Form"
|
1586 |
msgstr "Leegmaken"
|
1592 |
"for details."
|
1593 |
msgstr ""
|
1594 |
|
1595 |
+
#: templates/admin/csv-export.tpl.php:65
|
1596 |
msgid ""
|
1597 |
"If you plan to re-import the listings into your directory and don't want new "
|
1598 |
"ones created, select this option!"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
+
#. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
|
1602 |
+
#: templates/admin/csv-import.tpl.php:34
|
1603 |
+
msgid ""
|
1604 |
+
"We strongly recommend reading our %1$sCSV import documentation%2$s first to "
|
1605 |
+
"help you do things in the right order."
|
1606 |
+
msgstr ""
|
1607 |
+
|
1608 |
+
#: templates/admin/csv-import.tpl.php:274
|
1609 |
msgid "Disable email notifications during import?"
|
1610 |
msgstr ""
|
1611 |
|
1612 |
+
#: templates/admin/csv-import.tpl.php:281
|
1613 |
#, fuzzy
|
1614 |
msgid "Disable email notifications."
|
1615 |
msgstr "E-Mail Notificaties"
|
1625 |
msgid "Download Debug Information"
|
1626 |
msgstr "Aanvullende informatie"
|
1627 |
|
1628 |
+
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:243
|
1629 |
#, fuzzy
|
1630 |
msgid "Add Listing Fee"
|
1631 |
msgstr "Nieuw Registratie tarief toevoegen"
|
1635 |
msgid "Edit Listing Fee"
|
1636 |
msgstr "Bewerk registratie tarief"
|
1637 |
|
1638 |
+
#: templates/admin/fees-form.tpl.php:30
|
1639 |
#, fuzzy
|
1640 |
msgid "Fee Description"
|
1641 |
msgstr "Veld omschrijving"
|
1642 |
|
1643 |
+
#: templates/admin/fees-form.tpl.php:38
|
1644 |
msgid "How long should the listing run?"
|
1645 |
msgstr ""
|
1646 |
|
1647 |
+
#: templates/admin/fees-form.tpl.php:41
|
1648 |
#, fuzzy
|
1649 |
msgid "run listing for"
|
1650 |
msgstr "Geen registraties gevonden"
|
1651 |
|
1652 |
+
#: templates/admin/fees-form.tpl.php:51
|
1653 |
#: templates/plan-selection-plan.tpl.php:39
|
1654 |
msgid "days"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
+
#: templates/admin/fees-form.tpl.php:53
|
1658 |
#, fuzzy
|
1659 |
msgid "run listing forever"
|
1660 |
msgstr "Contact met geregistreerde"
|
1661 |
|
1662 |
+
#: templates/admin/fees-form.tpl.php:58
|
1663 |
#, fuzzy
|
1664 |
msgid "Number of images allowed"
|
1665 |
msgstr "Aantal gratis beelden"
|
1666 |
|
1667 |
+
#: templates/admin/fees-form.tpl.php:73
|
1668 |
msgid "Private Fee Plan (visible to admins only)?"
|
1669 |
msgstr ""
|
1670 |
|
1671 |
+
#: templates/admin/fees-form.tpl.php:90
|
1672 |
msgid "Is recurring?"
|
1673 |
msgstr ""
|
1674 |
|
1675 |
+
#: templates/admin/fees-form.tpl.php:102
|
1676 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1677 |
msgstr ""
|
1678 |
|
1679 |
+
#: templates/admin/fees-form.tpl.php:108
|
1680 |
#, fuzzy
|
1681 |
msgid "Is featured listing/sticky?"
|
1682 |
msgstr "Aanbieding registratie"
|
1683 |
|
1684 |
+
#: templates/admin/fees-form.tpl.php:119
|
1685 |
msgid ""
|
1686 |
"This floats the listing to the top of search results and browsing the "
|
1687 |
"directory when the user buys this plan."
|
1688 |
msgstr ""
|
1689 |
|
1690 |
+
#: templates/admin/fees-form.tpl.php:125
|
1691 |
msgid "Listing background color:"
|
1692 |
msgstr ""
|
1693 |
|
1694 |
+
#: templates/admin/fees-form.tpl.php:131
|
1695 |
msgid "Used to differentiate listings inside this plan from others."
|
1696 |
msgstr ""
|
1697 |
|
1698 |
+
#: templates/admin/fees-form.tpl.php:243
|
1699 |
#: templates/admin/settings-email.tpl.php:116
|
1700 |
#: templates/submit-listing-section.tpl.php:30
|
1701 |
#, fuzzy
|
1863 |
msgid "Payment Not Found"
|
1864 |
msgstr "Registratie informatie"
|
1865 |
|
1866 |
+
#: templates/admin/payments-details.tpl.php:42
|
1867 |
msgid "Overview"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
+
#: templates/admin/payments-details.tpl.php:46
|
1871 |
+
#: templates/admin/payments-details.tpl.php:80
|
1872 |
#, fuzzy
|
1873 |
msgid "Payment ID"
|
1874 |
msgstr "Betaling"
|
1875 |
|
1876 |
+
#: templates/admin/payments-details.tpl.php:50
|
1877 |
#, fuzzy
|
1878 |
msgid "Listing"
|
1879 |
msgstr "Registratie"
|
1880 |
|
1881 |
+
#: templates/admin/payments-details.tpl.php:56
|
1882 |
#, fuzzy
|
1883 |
msgid "Status"
|
1884 |
msgstr "Status"
|
1885 |
|
1886 |
+
#: templates/admin/payments-details.tpl.php:65
|
1887 |
msgid "Date"
|
1888 |
msgstr ""
|
1889 |
|
1890 |
+
#: templates/admin/payments-details.tpl.php:69
|
1891 |
#, fuzzy
|
1892 |
msgid "Time"
|
1893 |
msgstr "Tijd: %s"
|
1894 |
|
1895 |
+
#: templates/admin/payments-details.tpl.php:74
|
1896 |
msgid "Gateway"
|
1897 |
msgstr ""
|
1898 |
|
1899 |
#. translators: Gateway: (Not yet set)
|
1900 |
+
#: templates/admin/payments-details.tpl.php:76
|
1901 |
msgid "(Not yet set)"
|
1902 |
msgstr ""
|
1903 |
|
1904 |
+
#: templates/admin/payments-details.tpl.php:91
|
1905 |
#, fuzzy
|
1906 |
msgid "Delete Payment"
|
1907 |
msgstr "Verwijder beeld"
|
1908 |
|
1909 |
+
#: templates/admin/payments-details.tpl.php:93
|
1910 |
#, fuzzy
|
1911 |
msgid "Save Payment"
|
1912 |
msgstr "Betaling"
|
1913 |
|
1914 |
+
#: templates/admin/payments-details.tpl.php:104
|
1915 |
#, fuzzy
|
1916 |
msgid "Details"
|
1917 |
msgstr "Details kosten"
|
1918 |
|
1919 |
+
#: templates/admin/payments-details.tpl.php:108
|
1920 |
#, fuzzy
|
1921 |
msgid "Item Type"
|
1922 |
msgstr "Veld type"
|
1923 |
|
1924 |
+
#: templates/admin/payments-details.tpl.php:121
|
1925 |
#: templates/payment/payment_items.tpl.php:23
|
1926 |
#, fuzzy
|
1927 |
msgid "Total"
|
1928 |
msgstr "Totaal"
|
1929 |
|
1930 |
+
#: templates/admin/payments-details.tpl.php:132
|
1931 |
#, fuzzy
|
1932 |
msgid "Customer Details"
|
1933 |
msgstr "Details kosten"
|
1934 |
|
1935 |
+
#: templates/admin/payments-details.tpl.php:142
|
1936 |
#: templates/checkout-billing-form.tpl.php:17
|
1937 |
#, fuzzy
|
1938 |
msgid "First Name"
|
1939 |
msgstr "Jouw naam"
|
1940 |
|
1941 |
+
#: templates/admin/payments-details.tpl.php:147
|
1942 |
#: templates/checkout-billing-form.tpl.php:22
|
1943 |
#, fuzzy
|
1944 |
msgid "Last Name"
|
1945 |
msgstr "Naam"
|
1946 |
|
1947 |
+
#: templates/admin/payments-details.tpl.php:169
|
1948 |
#, fuzzy
|
1949 |
msgid "Address Line 1"
|
1950 |
msgstr "Adres"
|
1951 |
|
1952 |
+
#: templates/admin/payments-details.tpl.php:173
|
1953 |
#: templates/checkout-billing-form.tpl.php:81
|
1954 |
#, fuzzy
|
1955 |
msgid "Address Line 2"
|
1956 |
msgstr "Adres"
|
1957 |
|
1958 |
+
#: templates/admin/payments-details.tpl.php:182
|
1959 |
msgid "Notes & Log"
|
1960 |
msgstr ""
|
1961 |
|
1962 |
+
#: templates/admin/payments-details.tpl.php:187
|
1963 |
msgid "No notes."
|
1964 |
msgstr ""
|
1965 |
|
1966 |
+
#: templates/admin/payments-details.tpl.php:207
|
1967 |
#, fuzzy
|
1968 |
msgid "Add Note"
|
1969 |
msgstr "Veld toevoegen "
|
2661 |
msgid "See an example CSV import file"
|
2662 |
msgstr ""
|
2663 |
|
2664 |
+
#: includes/admin/class-csv-import.php:531
|
2665 |
msgctxt "admin csv-import"
|
2666 |
msgid ""
|
2667 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2668 |
"with the following error: <error-message>."
|
2669 |
msgstr ""
|
2670 |
|
2671 |
+
#: includes/admin/class-csv-import.php:537
|
2672 |
msgctxt "admin csv-import"
|
2673 |
msgid "Could not create listing category \"%s\""
|
2674 |
msgstr ""
|
2675 |
|
2676 |
+
#: includes/admin/class-csv-import.php:728
|
2677 |
msgctxt "admin csv-import"
|
2678 |
msgid "Username \"%s\" does not exist"
|
2679 |
msgstr ""
|
2680 |
|
2681 |
+
#: includes/admin/class-csv-import.php:755
|
2682 |
msgctxt "admin csv-import"
|
2683 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2684 |
msgstr ""
|
2685 |
|
2686 |
+
#: includes/admin/class-csv-import.php:786
|
2687 |
msgctxt "admin csv-import"
|
2688 |
msgid "Missing required field: %s"
|
2689 |
msgstr "Mist vereist veld: %s"
|
2690 |
|
2691 |
+
#: includes/admin/class-csv-import.php:831
|
2692 |
msgctxt "admin csv-import"
|
2693 |
msgid "Listing category \"%s\" does not exist"
|
2694 |
msgstr ""
|
2695 |
|
2696 |
+
#: includes/admin/class-csv-import.php:902
|
2697 |
msgctxt "admin csv-import"
|
2698 |
msgid "The string <string> couldn't be converted into a valid date."
|
2699 |
msgstr ""
|
2859 |
msgid "Here, you can import data into your directory using the CSV format."
|
2860 |
msgstr ""
|
2861 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2862 |
#: templates/admin/csv-import.tpl.php:45
|
2863 |
msgctxt "admin csv-import"
|
2864 |
msgid "Import Files"
|
2874 |
msgid "... or <a>select a file uploaded to the imports folder</a>"
|
2875 |
msgstr ""
|
2876 |
|
2877 |
+
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
|
2878 |
msgctxt "admin csv-import"
|
2879 |
msgid "(Upload new file)"
|
2880 |
msgstr ""
|
2884 |
msgid "ZIP file containing images"
|
2885 |
msgstr ""
|
2886 |
|
2887 |
+
#: templates/admin/csv-import.tpl.php:113
|
2888 |
msgctxt "admin csv-import"
|
2889 |
msgid "CSV File Settings"
|
2890 |
msgstr ""
|
2891 |
|
2892 |
+
#: templates/admin/csv-import.tpl.php:117
|
2893 |
msgctxt "admin csv-import"
|
2894 |
msgid "Column Separator"
|
2895 |
msgstr ""
|
2896 |
|
2897 |
+
#: templates/admin/csv-import.tpl.php:125
|
2898 |
msgctxt "admin csv-import"
|
2899 |
msgid "Comma (,)"
|
2900 |
msgstr ""
|
2901 |
|
2902 |
+
#: templates/admin/csv-import.tpl.php:131
|
2903 |
msgctxt "admin csv-import"
|
2904 |
msgid "Semicolon (;)"
|
2905 |
msgstr ""
|
2906 |
|
2907 |
+
#: templates/admin/csv-import.tpl.php:137
|
2908 |
msgctxt "admin csv-import"
|
2909 |
msgid "TAB"
|
2910 |
msgstr ""
|
2911 |
|
2912 |
+
#: templates/admin/csv-import.tpl.php:143
|
2913 |
msgctxt "admin csv-import"
|
2914 |
msgid "Image Separator"
|
2915 |
msgstr ""
|
2916 |
|
2917 |
+
#: templates/admin/csv-import.tpl.php:154
|
2918 |
msgctxt "admin csv-import"
|
2919 |
msgid "Category Separator"
|
2920 |
msgstr ""
|
2921 |
|
2922 |
+
#: templates/admin/csv-import.tpl.php:165
|
2923 |
msgctxt "admin csv-import"
|
2924 |
msgid "Import settings"
|
2925 |
msgstr ""
|
2926 |
|
2927 |
+
#: templates/admin/csv-import.tpl.php:169
|
2928 |
#, fuzzy
|
2929 |
msgctxt "admin csv-import"
|
2930 |
msgid "Post status of new imported listings"
|
2931 |
msgstr "Status van verwijderde registraties"
|
2932 |
|
2933 |
+
#: templates/admin/csv-import.tpl.php:186
|
2934 |
#, fuzzy
|
2935 |
msgctxt "admin csv-import"
|
2936 |
msgid "Post status of existing imported listings"
|
2937 |
msgstr "Status van verwijderde registraties"
|
2938 |
|
2939 |
+
#: templates/admin/csv-import.tpl.php:190
|
2940 |
#, fuzzy
|
2941 |
msgctxt "admin csv-import"
|
2942 |
msgid "Preserve existing status"
|
2943 |
msgstr "Registraties"
|
2944 |
|
2945 |
+
#: templates/admin/csv-import.tpl.php:204
|
2946 |
msgctxt "admin csv-import"
|
2947 |
msgid "Missing categories handling"
|
2948 |
msgstr ""
|
2949 |
|
2950 |
+
#: templates/admin/csv-import.tpl.php:209
|
2951 |
msgctxt "admin csv-import"
|
2952 |
msgid "Auto-create categories"
|
2953 |
msgstr ""
|
2954 |
|
2955 |
+
#: templates/admin/csv-import.tpl.php:212
|
2956 |
msgctxt "admin csv-import"
|
2957 |
msgid "Generate errors when a category is not found"
|
2958 |
msgstr ""
|
2959 |
|
2960 |
+
#: templates/admin/csv-import.tpl.php:217
|
2961 |
msgctxt "admin csv-import"
|
2962 |
msgid "Keep existing listing images?"
|
2963 |
msgstr ""
|
2964 |
|
2965 |
+
#: templates/admin/csv-import.tpl.php:222
|
2966 |
msgctxt "admin csv-import"
|
2967 |
msgid "Keep existing images."
|
2968 |
msgstr ""
|
2969 |
|
2970 |
+
#: templates/admin/csv-import.tpl.php:223
|
2971 |
msgctxt "admin csv-import"
|
2972 |
msgid "Appends new images while keeping current ones."
|
2973 |
msgstr ""
|
2974 |
|
2975 |
+
#: templates/admin/csv-import.tpl.php:228
|
2976 |
msgctxt "admin csv-import"
|
2977 |
msgid "Assign listings to a user?"
|
2978 |
msgstr ""
|
2979 |
|
2980 |
+
#: templates/admin/csv-import.tpl.php:234
|
2981 |
msgctxt "admin csv-import"
|
2982 |
msgid "Assign listings to a user."
|
2983 |
msgstr ""
|
2984 |
|
2985 |
+
#: templates/admin/csv-import.tpl.php:239
|
2986 |
msgctxt "admin csv-import"
|
2987 |
msgid "Use a default user for listings?"
|
2988 |
msgstr ""
|
2989 |
|
2990 |
+
#: templates/admin/csv-import.tpl.php:245
|
2991 |
msgctxt "admin csv-import"
|
2992 |
msgid ""
|
2993 |
"Select a default user to be used if the username column is not present in "
|
2994 |
"the CSV file."
|
2995 |
msgstr ""
|
2996 |
|
2997 |
+
#: templates/admin/csv-import.tpl.php:250
|
2998 |
msgctxt "admin csv-import"
|
2999 |
msgid "Default listing user"
|
3000 |
msgstr ""
|
3001 |
|
3002 |
+
#: templates/admin/csv-import.tpl.php:256
|
3003 |
msgctxt "admin csv-import"
|
3004 |
msgid ""
|
3005 |
"This user will be used if the username column is not present in the CSV file."
|
3006 |
msgstr ""
|
3007 |
|
3008 |
+
#: templates/admin/csv-import.tpl.php:261
|
3009 |
#, fuzzy
|
3010 |
msgctxt "admin csv-import"
|
3011 |
msgid "Number of listings imported on every cycle"
|
3012 |
msgstr "Aantal registraties tonen:"
|
3013 |
|
3014 |
+
#: templates/admin/csv-import.tpl.php:269
|
3015 |
msgctxt "admin csv-import"
|
3016 |
msgid ""
|
3017 |
"If you are having trouble importing listings due to memory problems, try "
|
3020 |
"success on shared hosting platforms and other resource-constrained servers."
|
3021 |
msgstr ""
|
3022 |
|
3023 |
+
#: templates/admin/csv-import.tpl.php:288
|
3024 |
msgctxt "admin csv-import"
|
3025 |
msgid "Test Import"
|
3026 |
msgstr ""
|
3027 |
|
3028 |
+
#: templates/admin/csv-import.tpl.php:289
|
3029 |
msgctxt "admin csv-import"
|
3030 |
msgid "Import Listings"
|
3031 |
msgstr ""
|
3032 |
|
3033 |
+
#: templates/admin/csv-import.tpl.php:296
|
3034 |
msgctxt "admin csv-import"
|
3035 |
msgid ""
|
3036 |
"The following are the valid header names to be used in the CSV file. "
|
3039 |
"how an import file should look like."
|
3040 |
msgstr ""
|
3041 |
|
3042 |
+
#: templates/admin/csv-import.tpl.php:303
|
3043 |
msgctxt "admin csv-import"
|
3044 |
msgid "Header name/label"
|
3045 |
msgstr ""
|
3046 |
|
3047 |
+
#: templates/admin/csv-import.tpl.php:304
|
3048 |
msgctxt "admin csv-import"
|
3049 |
msgid "Field"
|
3050 |
msgstr ""
|
3051 |
|
3052 |
+
#: templates/admin/csv-import.tpl.php:306
|
3053 |
msgctxt "admin csv-import"
|
3054 |
msgid "Required?"
|
3055 |
msgstr "Vereist?"
|
3056 |
|
3057 |
+
#: templates/admin/csv-import.tpl.php:307
|
3058 |
msgctxt "admin csv-import"
|
3059 |
msgid "Multivalued?"
|
3060 |
msgstr ""
|
3061 |
|
3062 |
+
#: templates/admin/csv-import.tpl.php:332
|
3063 |
msgctxt "admin csv-import"
|
3064 |
msgid ""
|
3065 |
"Fee ID (integer) associated to a listing. Use this column when adding or "
|
3066 |
"updating listings from external sources."
|
3067 |
msgstr ""
|
3068 |
|
3069 |
+
#: templates/admin/csv-import.tpl.php:339
|
3070 |
msgctxt "admin csv-import"
|
3071 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
3072 |
msgstr ""
|
3073 |
|
3074 |
+
#: templates/admin/csv-import.tpl.php:346
|
3075 |
msgctxt "admin csv-import"
|
3076 |
msgid "Listing author's username"
|
3077 |
msgstr ""
|
3078 |
|
3079 |
+
#: templates/admin/csv-import.tpl.php:353
|
3080 |
msgctxt "admin csv-import"
|
3081 |
msgid ""
|
3082 |
"Internal Sequence ID used to allow listing updates from external sources."
|
3083 |
msgstr ""
|
3084 |
|
3085 |
+
#: templates/admin/csv-import.tpl.php:360
|
3086 |
msgctxt "admin csv-import"
|
3087 |
msgid ""
|
3088 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
3099 |
msgid "Export"
|
3100 |
msgstr ""
|
3101 |
|
3102 |
+
#: includes/admin/class-admin-listings.php:60
|
3103 |
msgctxt "admin category filter"
|
3104 |
msgid "All categories"
|
3105 |
msgstr "Alle Categorieën"
|
3106 |
|
3107 |
+
#: includes/admin/class-admin-listings.php:175
|
3108 |
msgctxt "admin listings"
|
3109 |
msgid ""
|
3110 |
"This listing doesn't have a fee plan assigned. This is required in order to "
|
3112 |
"renewals."
|
3113 |
msgstr ""
|
3114 |
|
3115 |
+
#: includes/admin/class-admin-listings.php:311
|
3116 |
#, fuzzy
|
3117 |
msgctxt "admin listings"
|
3118 |
msgid "Never"
|
3119 |
msgstr "nooit"
|
3120 |
|
3121 |
+
#: includes/admin/class-admin-listings.php:337
|
3122 |
#, fuzzy
|
3123 |
msgctxt "admin listings"
|
3124 |
msgid "Featured"
|
3125 |
msgstr "Aanbieding/sticky"
|
3126 |
|
3127 |
+
#: includes/admin/class-admin-listings.php:341
|
3128 |
msgctxt "admin listings"
|
3129 |
msgid "Recurring"
|
3130 |
msgstr ""
|
3131 |
|
3132 |
+
#: includes/admin/class-admin-listings.php:345
|
3133 |
#, fuzzy
|
3134 |
msgctxt "admin listings"
|
3135 |
msgid "Free"
|
3136 |
msgstr "Gratis"
|
3137 |
|
3138 |
+
#: includes/admin/class-admin-listings.php:349
|
3139 |
#, fuzzy
|
3140 |
msgctxt "admin listings"
|
3141 |
msgid "Payment Not Found"
|
3142 |
msgstr "Registratie informatie"
|
3143 |
|
3144 |
+
#: includes/admin/class-admin-listings.php:353
|
3145 |
#, fuzzy
|
3146 |
msgctxt "admin listings"
|
3147 |
msgid "Payment %s"
|
3148 |
msgstr "Betaling"
|
3149 |
|
3150 |
+
#: includes/admin/class-admin-listings.php:362
|
3151 |
msgctxt "admin listings"
|
3152 |
msgid "Reported"
|
3153 |
msgstr ""
|
3154 |
|
3155 |
+
#: includes/admin/class-admin-listings.php:689
|
3156 |
msgctxt "admin listings"
|
3157 |
msgid "Listing's payment history successfully deleted"
|
3158 |
msgstr ""
|
3180 |
msgid "Clear listing reports."
|
3181 |
msgstr "Een registratie verloopt."
|
3182 |
|
3183 |
+
#: includes/admin/class-admin-listings.php:201
|
3184 |
#, fuzzy
|
3185 |
msgctxt "admin"
|
3186 |
msgid "Directory Listing Fields / Images"
|
3187 |
msgstr "Registratie velden / images"
|
3188 |
|
3189 |
+
#: includes/admin/class-admin-listings.php:265
|
3190 |
msgctxt "admin"
|
3191 |
msgid "Categories"
|
3192 |
msgstr "categorieën"
|
3343 |
msgid "Abandoned"
|
3344 |
msgstr ""
|
3345 |
|
3346 |
+
#: includes/admin/class-admin-listings.php:322
|
3347 |
msgctxt "listing attribute"
|
3348 |
msgid "No Fee Plan"
|
3349 |
msgstr ""
|
3350 |
|
3351 |
+
#: includes/admin/class-admin-listings.php:422
|
3352 |
msgctxt "listing status"
|
3353 |
msgid "Reported"
|
3354 |
msgstr ""
|
3404 |
msgid "Abandoned"
|
3405 |
msgstr ""
|
3406 |
|
3407 |
+
#: includes/admin/class-admin-listings.php:476
|
3408 |
msgctxt "admin actions"
|
3409 |
msgid "Delete Listing"
|
3410 |
msgstr "Registratie verwijderen"
|
3411 |
|
3412 |
+
#: includes/admin/class-admin-listings.php:487
|
3413 |
#, fuzzy
|
3414 |
msgctxt "admin actions"
|
3415 |
msgid "View Payments"
|
3416 |
msgstr "Betaling"
|
3417 |
|
3418 |
+
#: includes/admin/class-admin-listings.php:492
|
3419 |
#, fuzzy
|
3420 |
msgctxt "admin actions"
|
3421 |
msgid "View Payment"
|
3422 |
msgstr "Betaling"
|
3423 |
|
3424 |
+
#: includes/admin/class-admin-listings.php:622
|
3425 |
#, fuzzy
|
3426 |
msgctxt "admin actions"
|
3427 |
msgid "Publish listings"
|
3428 |
msgstr "Registratie publiceren"
|
3429 |
|
3430 |
+
#: includes/admin/class-admin-listings.php:623
|
3431 |
#, fuzzy
|
3432 |
msgctxt "admin actions"
|
3433 |
msgid "Mark as \"Pending Review\""
|
3434 |
msgstr "In Afwachting"
|
3435 |
|
3436 |
+
#: includes/admin/class-admin-listings.php:624
|
3437 |
msgctxt "admin actions"
|
3438 |
msgid "Hide from directory (mark as \"Draft\")"
|
3439 |
msgstr ""
|
3440 |
|
3441 |
+
#: includes/admin/class-admin-listings.php:626
|
3442 |
#, fuzzy
|
3443 |
msgctxt "admin actions"
|
3444 |
msgid "Renew listings"
|
3445 |
msgstr "Vernieuw registratie"
|
3446 |
|
3447 |
+
#: includes/admin/class-admin-listings.php:627
|
3448 |
#, fuzzy
|
3449 |
msgctxt "admin actions"
|
3450 |
msgid "Set listings as \"Expired\""
|
3451 |
msgstr "Een registratie verloopt."
|
3452 |
|
3453 |
+
#: includes/admin/class-admin-listings.php:634
|
3454 |
msgctxt "admin actions"
|
3455 |
msgid "Send access keys"
|
3456 |
msgstr ""
|
3482 |
msgid "Settings"
|
3483 |
msgstr "Instellingen"
|
3484 |
|
3485 |
+
#: includes/admin/class-csv-exporter.php:110
|
3486 |
msgctxt "admin csv-export"
|
3487 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3488 |
msgstr ""
|
3489 |
|
3490 |
+
#: includes/admin/class-csv-exporter.php:111
|
|
|
|
|
|
|
|
|
|
|
3491 |
msgctxt "admin csv-export"
|
3492 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3493 |
msgstr ""
|
3494 |
|
3495 |
+
#: includes/admin/csv-export.php:48
|
3496 |
msgctxt "admin csv-export"
|
3497 |
msgid "Could not decode export state information."
|
3498 |
msgstr ""
|
3506 |
"server's php.ini configuration file."
|
3507 |
msgstr ""
|
3508 |
|
3509 |
+
#: templates/admin/csv-export.tpl.php:29
|
|
|
|
|
|
|
|
|
|
|
3510 |
msgctxt "admin csv-export"
|
3511 |
msgid "Export settings"
|
3512 |
msgstr ""
|
3513 |
|
3514 |
+
#: templates/admin/csv-export.tpl.php:33
|
3515 |
msgctxt "admin csv-export"
|
3516 |
msgid "Which listings to export?"
|
3517 |
msgstr ""
|
3518 |
|
3519 |
+
#: templates/admin/csv-export.tpl.php:37
|
3520 |
msgctxt "admin csv-export"
|
3521 |
msgid "All"
|
3522 |
msgstr "Alle"
|
3523 |
|
3524 |
+
#: templates/admin/csv-export.tpl.php:38
|
3525 |
msgctxt "admin csv-export"
|
3526 |
msgid "Active Only"
|
3527 |
msgstr ""
|
3528 |
|
3529 |
+
#: templates/admin/csv-export.tpl.php:39
|
3530 |
msgctxt "admin csv-export"
|
3531 |
msgid "Active + Pending Renewal"
|
3532 |
msgstr ""
|
3533 |
|
3534 |
+
#: templates/admin/csv-export.tpl.php:45
|
3535 |
msgctxt "admin csv-export"
|
3536 |
msgid "Export images?"
|
3537 |
msgstr ""
|
3538 |
|
3539 |
+
#: templates/admin/csv-export.tpl.php:50
|
3540 |
msgctxt "admin csv-export"
|
3541 |
msgid "Export images"
|
3542 |
msgstr ""
|
3543 |
|
3544 |
+
#: templates/admin/csv-export.tpl.php:52
|
3545 |
msgctxt "admin csv-export"
|
3546 |
msgid ""
|
3547 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
3548 |
"both a CSV file and listing images."
|
3549 |
msgstr ""
|
3550 |
|
3551 |
+
#: templates/admin/csv-export.tpl.php:58
|
3552 |
msgctxt "admin csv-export"
|
3553 |
msgid "Additional metadata to export:"
|
3554 |
msgstr ""
|
3555 |
|
3556 |
+
#: templates/admin/csv-export.tpl.php:63
|
3557 |
msgctxt "admin csv-export"
|
3558 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3559 |
msgstr ""
|
3560 |
|
3561 |
+
#: templates/admin/csv-export.tpl.php:71
|
3562 |
msgctxt "admin csv-export"
|
3563 |
msgid "Author information (username)"
|
3564 |
msgstr ""
|
3565 |
|
3566 |
+
#: templates/admin/csv-export.tpl.php:76
|
3567 |
msgctxt "admin csv-export"
|
3568 |
msgid "Listing expiration date"
|
3569 |
msgstr ""
|
3570 |
|
3571 |
+
#: templates/admin/csv-export.tpl.php:80
|
3572 |
#, fuzzy
|
3573 |
msgctxt "admin csv-export"
|
3574 |
msgid "Listing created date"
|
3575 |
msgstr "Beelden bij de registratie"
|
3576 |
|
3577 |
+
#: templates/admin/csv-export.tpl.php:84
|
3578 |
#, fuzzy
|
3579 |
msgctxt "admin csv-export"
|
3580 |
msgid "Listing last updated date"
|
3581 |
msgstr "Registraties per pagina"
|
3582 |
|
3583 |
+
#: templates/admin/csv-export.tpl.php:88
|
3584 |
#, fuzzy
|
3585 |
msgctxt "admin csv-export"
|
3586 |
msgid "Listing T&C acceptance date"
|
3587 |
msgstr "Beelden bij de registratie"
|
3588 |
|
3589 |
+
#: templates/admin/csv-export.tpl.php:93
|
3590 |
msgctxt "admin csv-export"
|
3591 |
msgid "CSV File Settings"
|
3592 |
msgstr ""
|
3593 |
|
3594 |
+
#: templates/admin/csv-export.tpl.php:97
|
3595 |
msgctxt "admin csv-export"
|
3596 |
msgid "What operating system will you use to edit the CSV file?"
|
3597 |
msgstr ""
|
3598 |
|
3599 |
+
#: templates/admin/csv-export.tpl.php:104
|
3600 |
msgctxt "admin csv-export"
|
3601 |
msgid "Windows"
|
3602 |
msgstr ""
|
3603 |
|
3604 |
+
#: templates/admin/csv-export.tpl.php:109
|
3605 |
msgctxt "admin csv-export"
|
3606 |
msgid "macOS"
|
3607 |
msgstr ""
|
3608 |
|
3609 |
+
#: templates/admin/csv-export.tpl.php:111
|
3610 |
msgctxt "admin csv-export"
|
3611 |
msgid ""
|
3612 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
3615 |
"each operating system."
|
3616 |
msgstr ""
|
3617 |
|
3618 |
+
#: templates/admin/csv-export.tpl.php:116
|
3619 |
msgctxt "admin csv-export"
|
3620 |
msgid "Image Separator"
|
3621 |
msgstr ""
|
3622 |
|
3623 |
+
#: templates/admin/csv-export.tpl.php:127
|
3624 |
msgctxt "admin csv-export"
|
3625 |
msgid "Category Separator"
|
3626 |
msgstr ""
|
3627 |
|
3628 |
+
#: templates/admin/csv-export.tpl.php:139
|
3629 |
msgctxt "admin csv-export"
|
3630 |
msgid "Export Listings"
|
3631 |
msgstr ""
|
3632 |
|
3633 |
+
#: templates/admin/csv-export.tpl.php:145
|
3634 |
msgctxt "admin csv-export"
|
3635 |
msgid "Export in Progress..."
|
3636 |
msgstr ""
|
3637 |
|
3638 |
+
#: templates/admin/csv-export.tpl.php:146
|
3639 |
msgctxt "admin csv-export"
|
3640 |
msgid ""
|
3641 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
3642 |
"until the export finishes."
|
3643 |
msgstr ""
|
3644 |
|
3645 |
+
#: templates/admin/csv-export.tpl.php:149
|
3646 |
msgctxt "admin csv-export"
|
3647 |
msgid "No. of listings:"
|
3648 |
msgstr ""
|
3649 |
|
3650 |
+
#: templates/admin/csv-export.tpl.php:151
|
3651 |
msgctxt "admin csv-export"
|
3652 |
msgid "Approximate export file size:"
|
3653 |
msgstr ""
|
3654 |
|
3655 |
+
#: templates/admin/csv-export.tpl.php:158
|
3656 |
msgctxt "admin csv-export"
|
3657 |
msgid "Cancel Export"
|
3658 |
msgstr ""
|
3659 |
|
3660 |
+
#: templates/admin/csv-export.tpl.php:163
|
3661 |
msgctxt "admin csv-export"
|
3662 |
msgid "Export Complete"
|
3663 |
msgstr ""
|
3664 |
|
3665 |
+
#: templates/admin/csv-export.tpl.php:164
|
3666 |
msgctxt "admin csv-export"
|
3667 |
msgid ""
|
3668 |
"Your export file has been successfully created and it is now ready for "
|
3669 |
"download."
|
3670 |
msgstr ""
|
3671 |
|
3672 |
+
#: templates/admin/csv-export.tpl.php:168
|
3673 |
msgctxt "admin csv-export"
|
3674 |
msgid "Download %1$s (%2$s)"
|
3675 |
msgstr ""
|
3676 |
|
3677 |
+
#: templates/admin/csv-export.tpl.php:175
|
3678 |
msgctxt "admin csv-export"
|
3679 |
msgid ""
|
3680 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
3681 |
"temporary data created by Business Directory during the export process."
|
3682 |
msgstr ""
|
3683 |
|
3684 |
+
#: templates/admin/csv-export.tpl.php:176
|
3685 |
msgctxt "admin csv-export"
|
3686 |
msgid "Cleanup"
|
3687 |
msgstr ""
|
3688 |
|
3689 |
+
#: templates/admin/csv-export.tpl.php:181
|
3690 |
msgctxt "admin csv-export"
|
3691 |
msgid "Export Canceled"
|
3692 |
msgstr ""
|
3693 |
|
3694 |
+
#: templates/admin/csv-export.tpl.php:182
|
3695 |
msgctxt "admin csv-export"
|
3696 |
msgid "The export has been canceled."
|
3697 |
msgstr ""
|
3698 |
|
3699 |
+
#: templates/admin/csv-export.tpl.php:183
|
3700 |
msgctxt "admin csv-export"
|
3701 |
msgid "← Return to CSV Export"
|
3702 |
msgstr ""
|
3858 |
msgid "Custom Order"
|
3859 |
msgstr "Eigen volgorde"
|
3860 |
|
3861 |
+
#: includes/admin/fees.php:105
|
3862 |
#, fuzzy
|
3863 |
msgctxt "fees admin"
|
3864 |
msgid "Fee plan added."
|
3865 |
msgstr "Tarief geactiveerd"
|
3866 |
|
3867 |
+
#: includes/admin/fees.php:107
|
3868 |
#, fuzzy
|
3869 |
msgctxt "fees admin"
|
3870 |
msgid "Fee plan updated."
|
3871 |
msgstr "Tarief bijgewerkt."
|
3872 |
|
3873 |
+
#: includes/admin/fees.php:166
|
3874 |
#, fuzzy
|
3875 |
msgctxt "fees admin"
|
3876 |
msgid "Fee \"%s\" deleted."
|
3877 |
msgstr "Tarief verwijderd."
|
3878 |
|
3879 |
+
#: includes/admin/fees.php:178
|
3880 |
msgctxt "fees admin"
|
3881 |
msgid "Fee disabled."
|
3882 |
msgstr "Tarief gedeactiveerd"
|
4044 |
msgid "Status"
|
4045 |
msgstr "Status"
|
4046 |
|
4047 |
+
#: templates/admin/fees-form.tpl.php:136
|
4048 |
msgctxt "fees admin"
|
4049 |
msgid "Plan Category Policy:"
|
4050 |
msgstr ""
|
4051 |
|
4052 |
+
#: templates/admin/fees-form.tpl.php:141
|
4053 |
msgctxt "fees admin"
|
4054 |
msgid "Plan applies to all categories"
|
4055 |
msgstr ""
|
4056 |
|
4057 |
+
#: templates/admin/fees-form.tpl.php:142
|
4058 |
msgctxt "fees admin"
|
4059 |
msgid "Plan applies to only certain categories"
|
4060 |
msgstr ""
|
4061 |
|
4062 |
+
#: templates/admin/fees-form.tpl.php:146
|
4063 |
msgctxt "fees admin"
|
4064 |
msgid "Limit plan to the following categories:"
|
4065 |
msgstr ""
|
4066 |
|
4067 |
+
#: templates/admin/fees-form.tpl.php:170
|
4068 |
msgctxt "fees admin"
|
4069 |
msgid "Click to add categories to the selection."
|
4070 |
msgstr ""
|
4071 |
|
4072 |
+
#: templates/admin/fees-form.tpl.php:184
|
4073 |
msgctxt "fees admin"
|
4074 |
msgid "Pricing"
|
4075 |
msgstr ""
|
4076 |
|
4077 |
+
#: templates/admin/fees-form.tpl.php:192
|
4078 |
msgctxt "fees admin"
|
4079 |
msgid "Pricing model"
|
4080 |
msgstr ""
|
4081 |
|
4082 |
+
#: templates/admin/fees-form.tpl.php:196
|
4083 |
msgctxt "fees admin"
|
4084 |
msgid "Flat price"
|
4085 |
msgstr ""
|
4086 |
|
4087 |
+
#: templates/admin/fees-form.tpl.php:197
|
4088 |
#, fuzzy
|
4089 |
msgctxt "fees admin"
|
4090 |
msgid "Different price for different categories"
|
4091 |
msgstr "Stel volgorde in voor categorieën "
|
4092 |
|
4093 |
+
#: templates/admin/fees-form.tpl.php:198
|
4094 |
msgctxt "fees admin"
|
4095 |
msgid "Base price plus an extra amount per category"
|
4096 |
msgstr ""
|
4097 |
|
4098 |
+
#: templates/admin/fees-form.tpl.php:204
|
4099 |
msgctxt "fees admin"
|
4100 |
msgid "Fee Price"
|
4101 |
msgstr ""
|
4102 |
|
4103 |
+
#: templates/admin/fees-form.tpl.php:212
|
4104 |
#, fuzzy
|
4105 |
msgctxt "fees admin"
|
4106 |
msgid "Prices per category"
|
4107 |
msgstr "Categorie selectie"
|
4108 |
|
4109 |
+
#: templates/admin/fees-form.tpl.php:218
|
4110 |
msgctxt "fees admin"
|
4111 |
msgid "Price"
|
4112 |
msgstr ""
|
4113 |
|
4114 |
+
#: templates/admin/fees-form.tpl.php:232
|
4115 |
msgctxt "fees admin"
|
4116 |
msgid "Extra amount (per category)"
|
4117 |
msgstr ""
|
4193 |
msgid "Form Preview"
|
4194 |
msgstr "Formulier voorvertoning"
|
4195 |
|
4196 |
+
#: includes/admin/form-fields.php:367
|
4197 |
msgctxt "form-fields admin"
|
4198 |
msgid "Form fields updated."
|
4199 |
msgstr "Formulier velden ge-update"
|
4200 |
|
4201 |
+
#: includes/admin/form-fields.php:390
|
4202 |
msgctxt "form-fields admin"
|
4203 |
msgid ""
|
4204 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
4207 |
"show on the frontend, you can <a>enable public display of e-mails</a>."
|
4208 |
msgstr ""
|
4209 |
|
4210 |
+
#: includes/admin/form-fields.php:469
|
4211 |
msgctxt "form-fields admin"
|
4212 |
msgid "Field deleted."
|
4213 |
msgstr "Veld verwijderd"
|
4214 |
|
4215 |
+
#: includes/admin/form-fields.php:509
|
4216 |
msgctxt "form-fields admin"
|
4217 |
msgid "Required fields created successfully."
|
4218 |
msgstr ""
|
4219 |
|
4220 |
+
#: includes/admin/form-fields.php:561
|
4221 |
msgctxt "form-fields admin"
|
4222 |
msgid "Tags updated."
|
4223 |
msgstr ""
|
4629 |
msgstr "Registraties"
|
4630 |
|
4631 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
4632 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:31
|
4633 |
msgctxt "listing metabox"
|
4634 |
msgid "N/A"
|
4635 |
msgstr ""
|
4636 |
|
4637 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:27
|
4638 |
msgctxt "listing metabox"
|
4639 |
msgid "Last renew date"
|
4640 |
msgstr ""
|
4641 |
|
4642 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:35
|
4643 |
#, fuzzy
|
4644 |
msgctxt "listing metabox"
|
4645 |
msgid "Plan Details"
|
4646 |
msgstr "Details kosten"
|
4647 |
|
4648 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:37
|
4649 |
msgctxt "listing metabox"
|
4650 |
msgid "Fee Plan"
|
4651 |
msgstr ""
|
4652 |
|
4653 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:46
|
4654 |
msgctxt "listing metabox"
|
4655 |
msgid "Change plan"
|
4656 |
msgstr ""
|
4657 |
|
4658 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:69
|
4659 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:89
|
4660 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:103
|
4661 |
#, fuzzy
|
4662 |
msgctxt "listing metabox"
|
4663 |
msgid "OK"
|
4664 |
msgstr "OK"
|
4665 |
|
4666 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:70
|
4667 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
4668 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:104
|
4669 |
#, fuzzy
|
4670 |
msgctxt "listing metabox"
|
4671 |
msgid "Cancel"
|
4672 |
msgstr "Gecancelled"
|
4673 |
|
4674 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:79
|
4675 |
#, fuzzy
|
4676 |
msgctxt "listing metabox"
|
4677 |
msgid "Expires On"
|
4678 |
msgstr "Verlopen"
|
4679 |
|
4680 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:94
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4681 |
#, fuzzy
|
4682 |
msgctxt "listing metabox"
|
4683 |
msgid "# of images"
|
4684 |
msgstr "Beelden toestaan?"
|
4685 |
|
4686 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:107
|
4687 |
msgctxt "listing metabox"
|
4688 |
msgid "Is Featured?"
|
4689 |
msgstr ""
|
4690 |
|
4691 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:114
|
4692 |
msgctxt "listing metabox"
|
4693 |
msgid "Is Recurring?"
|
4694 |
msgstr ""
|
4826 |
"zoekopdrachten. Zoekopdrachten met dit soort velden zijn intensief en kunnen "
|
4827 |
"resulteren in traagheid en time-outs. "
|
4828 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4829 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
4830 |
msgctxt "admin settings"
|
4831 |
msgid "Do not include comments in listings"
|
7160 |
msgid "Category & plan selection"
|
7161 |
msgstr "categorie selectie"
|
7162 |
|
7163 |
+
#: includes/views/submit_listing.php:799
|
7164 |
msgctxt "submit listing"
|
7165 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7166 |
msgstr ""
|
7167 |
|
7168 |
+
#: includes/views/submit_listing.php:848 includes/views/submit_listing.php:970
|
7169 |
msgctxt "submit listing"
|
7170 |
msgid "Please select a category."
|
7171 |
msgstr ""
|
7172 |
|
7173 |
+
#: includes/views/submit_listing.php:871
|
7174 |
msgctxt "submit listing"
|
7175 |
msgid "Please choose a valid category for your plan."
|
7176 |
msgstr ""
|
7177 |
|
7178 |
+
#: includes/views/submit_listing.php:873
|
7179 |
msgctxt "submit listing"
|
7180 |
msgid "Please choose a valid fee plan for your category selection."
|
7181 |
msgstr ""
|
7182 |
|
7183 |
+
#: includes/views/submit_listing.php:1179
|
7184 |
msgctxt "submit listing"
|
7185 |
msgid "Please enter your desired username."
|
7186 |
msgstr ""
|
7187 |
|
7188 |
+
#: includes/views/submit_listing.php:1184
|
7189 |
msgctxt "submit listing"
|
7190 |
msgid "Please enter the e-mail for your new account."
|
7191 |
msgstr ""
|
7192 |
|
7193 |
+
#: includes/views/submit_listing.php:1189
|
7194 |
msgctxt "submit listing"
|
7195 |
msgid "The username you chose is already in use. Please use a different one."
|
7196 |
msgstr ""
|
7197 |
|
7198 |
+
#: includes/views/submit_listing.php:1194
|
7199 |
msgctxt "submit listing"
|
7200 |
msgid "The e-mail address you chose for your account is already in use."
|
7201 |
msgstr ""
|
7221 |
msgid "Find A Listing"
|
7222 |
msgstr "Een registratie vinden"
|
7223 |
|
7224 |
+
#: includes/class-wpbdp.php:398
|
7225 |
msgctxt "listing image upload"
|
7226 |
msgid "Can not upload any more images for this listing."
|
7227 |
msgstr ""
|
7228 |
|
7229 |
+
#: includes/class-wpbdp.php:402
|
7230 |
msgctxt "listing image upload"
|
7231 |
msgid ""
|
7232 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
7504 |
"Listing submission has been disabled. Contact the administrator for details."
|
7505 |
msgstr ""
|
7506 |
|
7507 |
+
#: includes/views/submit_listing.php:802
|
7508 |
msgctxt "templates"
|
7509 |
msgid ""
|
7510 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7511 |
"submit a listing. %s to create a fee plan"
|
7512 |
msgstr ""
|
7513 |
|
7514 |
+
#: includes/views/submit_listing.php:816
|
7515 |
msgctxt "templates"
|
7516 |
msgid ""
|
7517 |
"Listing submission is not available at the moment. Contact the administrator "
|
7518 |
"for details."
|
7519 |
msgstr ""
|
7520 |
|
7521 |
+
#: includes/views/submit_listing.php:819
|
7522 |
msgctxt "templates"
|
7523 |
msgid ""
|
7524 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
7526 |
"an existing field"
|
7527 |
msgstr ""
|
7528 |
|
7529 |
+
#: includes/views/submit_listing.php:1259
|
7530 |
msgctxt "templates"
|
7531 |
msgid "Please agree to the Terms and Conditions."
|
7532 |
msgstr "Ga s.v.p. akkoord met de voorwaarden"
|
7533 |
|
7534 |
+
#: includes/views/submit_listing.php:1273
|
7535 |
#, fuzzy
|
7536 |
msgctxt "templates"
|
7537 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7784 |
msgid "General"
|
7785 |
msgstr "Algemeen"
|
7786 |
|
7787 |
+
#: includes/licensing.php:568
|
7788 |
msgctxt "licensing"
|
7789 |
msgid "Could not contact licensing server"
|
7790 |
msgstr ""
|
7791 |
|
7792 |
+
#: includes/licensing.php:581
|
7793 |
msgctxt "licensing"
|
7794 |
msgid ""
|
7795 |
"It was not possible to establish a connection with Business Directory's "
|
7796 |
"server. cURL was not found in your system"
|
7797 |
msgstr ""
|
7798 |
|
7799 |
+
#: includes/licensing.php:583 includes/licensing.php:613
|
7800 |
msgctxt "licensing"
|
7801 |
msgid ""
|
7802 |
"To ensure the security of our systems and adhere to industry best practices, "
|
7805 |
"1.0.1c)."
|
7806 |
msgstr ""
|
7807 |
|
7808 |
+
#: includes/licensing.php:585 includes/licensing.php:615
|
7809 |
msgctxt "licensing"
|
7810 |
msgid ""
|
7811 |
"Upgrading your system will not only allow you to communicate with Business "
|
7813 |
"services using the latest security standards."
|
7814 |
msgstr ""
|
7815 |
|
7816 |
+
#: includes/licensing.php:587
|
7817 |
msgctxt "licensing"
|
7818 |
msgid ""
|
7819 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7820 |
"Include this message if necessary"
|
7821 |
msgstr ""
|
7822 |
|
7823 |
+
#: includes/licensing.php:617
|
7824 |
msgctxt "licensing"
|
7825 |
msgid ""
|
7826 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7827 |
"Include this message if necessary."
|
7828 |
msgstr ""
|
7829 |
|
7830 |
+
#: includes/licensing.php:653
|
7831 |
msgctxt "licensing"
|
7832 |
msgid "The server returned a 403 Forbidden error."
|
7833 |
msgstr ""
|
7837 |
msgid "Could not activate license: %s."
|
7838 |
msgstr ""
|
7839 |
|
7840 |
+
#: includes/licensing.php:890
|
7841 |
msgctxt "licensing"
|
7842 |
msgid "License activated"
|
7843 |
msgstr ""
|
7844 |
|
7845 |
+
#: includes/licensing.php:915
|
7846 |
msgctxt "licensing"
|
7847 |
msgid "Could not deactivate license: %s."
|
7848 |
msgstr ""
|
7849 |
|
7850 |
+
#: includes/licensing.php:917
|
7851 |
msgctxt "licensing"
|
7852 |
msgid "License deactivated"
|
7853 |
msgstr ""
|
7854 |
|
7855 |
#. translators: "<module-name>" version <version-number> is not...
|
7856 |
+
#: includes/licensing.php:1126
|
7857 |
msgctxt "deprecation"
|
7858 |
msgid ""
|
7859 |
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
8262 |
msgstr ""
|
8263 |
"Dit is alleen een voorvertoning. De registratie is nog niet gepubliceerd."
|
8264 |
|
8265 |
+
#: includes/views/submit_listing.php:1137
|
8266 |
msgctxt "listing submit"
|
8267 |
msgid ""
|
8268 |
"Image upload is required, please provide at least one image and submit again."
|
8410 |
msgid "Search"
|
8411 |
msgstr "Zoek"
|
8412 |
|
8413 |
+
#: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
|
8414 |
+
#: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
|
8415 |
+
#: templates/admin/csv-import.tpl.php:117
|
8416 |
+
#: templates/admin/csv-import.tpl.php:143
|
8417 |
+
#: templates/admin/csv-import.tpl.php:154
|
8418 |
+
#: templates/admin/csv-import.tpl.php:204
|
8419 |
msgctxt "admin forms"
|
8420 |
msgid "required"
|
8421 |
msgstr "vereist"
|
8453 |
"we'll answer it within 24 hours most days."
|
8454 |
msgstr ""
|
8455 |
|
8456 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
8457 |
msgctxt "admin infometabox"
|
8458 |
msgid "Renewal url (copy & paste)"
|
8459 |
msgstr ""
|
8460 |
|
8461 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
8462 |
msgctxt "admin infometabox"
|
8463 |
msgid "Get renewal URL"
|
8464 |
msgstr ""
|
8465 |
|
8466 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:138
|
8467 |
msgctxt "admin infometabox"
|
8468 |
msgid "Send renewal e-mail"
|
8469 |
msgstr ""
|
8470 |
|
8471 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:143
|
8472 |
#, fuzzy
|
8473 |
msgctxt "admin infometabox"
|
8474 |
msgid "Renew listing"
|
8765 |
msgctxt "send-access-keys"
|
8766 |
msgid "Continue"
|
8767 |
msgstr "Doorgaan"
|
8768 |
+
|
8769 |
+
#, fuzzy
|
8770 |
+
#~ msgid "Edit listing permalink"
|
8771 |
+
#~ msgstr "Bewerk registratie tarief"
|
8772 |
+
|
8773 |
+
#, fuzzy
|
8774 |
+
#~ msgctxt "listing metabox"
|
8775 |
+
#~ msgid "Edit"
|
8776 |
+
#~ msgstr "Bewerk"
|
8777 |
+
|
8778 |
+
#, fuzzy
|
8779 |
+
#~ msgctxt "listing metabox"
|
8780 |
+
#~ msgid "Never"
|
8781 |
+
#~ msgstr "nooit"
|
languages/business-directory-plugin-pl_PL.mo
CHANGED
Binary file
|
languages/business-directory-plugin-pl_PL.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2021-
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: HomeSupport <admin@homesupport.pl>\n"
|
9 |
"Language-Team: HomeSupport\n"
|
@@ -29,63 +29,57 @@ msgid "Are you sure you want to do this?"
|
|
29 |
msgstr "Jesteś pewien że chcesz to zrobić?"
|
30 |
|
31 |
# @ WPBDM
|
32 |
-
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:
|
33 |
#, fuzzy
|
34 |
msgid "Help"
|
35 |
msgstr "Pomoc"
|
36 |
|
37 |
# @ WPBDM
|
38 |
-
#: includes/admin/class-admin-listings.php:
|
39 |
#: includes/views/submit_listing.php:497
|
40 |
#: templates/email/listing-reported.tpl.php:7
|
41 |
msgid "Listing Information"
|
42 |
msgstr "Informacje o firmie"
|
43 |
|
44 |
# @ WPBDM
|
45 |
-
#: includes/admin/class-admin-listings.php:
|
46 |
#, fuzzy
|
47 |
msgid "Listing Timeline"
|
48 |
msgstr "Nazwa Firmy:"
|
49 |
|
50 |
# @ WPBDM
|
51 |
-
#: includes/admin/class-admin-listings.php:
|
52 |
#, fuzzy
|
53 |
msgid "Listing Reports"
|
54 |
msgstr "Upłynął okres ważności oferty."
|
55 |
|
56 |
# @ WPBDM
|
57 |
-
#: includes/admin/class-admin-listings.php:
|
58 |
#: includes/admin/class-listing-owner.php:87
|
59 |
#, fuzzy
|
60 |
msgid "Listing Owner"
|
61 |
msgstr "Upłynął okres ważności oferty."
|
62 |
|
63 |
# @ WPBDM
|
64 |
-
#: includes/admin/class-admin-listings.php:
|
65 |
#, fuzzy
|
66 |
msgid "Expires on"
|
67 |
msgstr "Upłynął okres ważności "
|
68 |
|
69 |
# @ WPBDM
|
70 |
-
#: includes/admin/class-admin-listings.php:
|
71 |
#, fuzzy
|
72 |
msgid "Attributes"
|
73 |
msgstr "Atrybuty pola"
|
74 |
|
75 |
# @ WPBDM
|
76 |
-
#: includes/admin/class-admin-listings.php:
|
77 |
#: includes/class-cpt-integration.php:19
|
78 |
#: includes/compatibility/class-navxt-integration.php:200
|
79 |
#: templates/submit-listing.tpl.php:15
|
80 |
msgid "Edit Listing"
|
81 |
msgstr "Edycja Firmy"
|
82 |
|
83 |
-
# @ WPBDM
|
84 |
-
#: includes/admin/class-admin-listings.php:587
|
85 |
-
#, fuzzy
|
86 |
-
msgid "Edit listing permalink"
|
87 |
-
msgstr "Edycja Firmy"
|
88 |
-
|
89 |
# @ WPBDM
|
90 |
#: includes/admin/class-admin.php:186
|
91 |
#, fuzzy
|
@@ -173,7 +167,7 @@ msgid "Listing Count"
|
|
173 |
msgstr "Licznik ofert"
|
174 |
|
175 |
# @ WPBDM
|
176 |
-
#: includes/admin/class-csv-import.php:
|
177 |
#, fuzzy
|
178 |
msgid "Listing imported by admin. Payment skipped."
|
179 |
msgstr "Prześlij ofertę"
|
@@ -274,8 +268,8 @@ msgstr "Proszę załadować nowy lub wybrać istniejący plik CSV."
|
|
274 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
275 |
#: includes/admin/helpers/class-payments-table.php:57
|
276 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
277 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
278 |
-
#: templates/admin/payments-details.tpl.php:
|
279 |
#: templates/email/listing-payment-completed.tpl.php:21
|
280 |
#: templates/payment/payment_items.tpl.php:5
|
281 |
#, fuzzy
|
@@ -293,13 +287,15 @@ msgstr "Obrazy"
|
|
293 |
# @ WPBDM
|
294 |
#: includes/admin/form-fields.php:31
|
295 |
#: includes/fields/class-fieldtypes-social.php:138
|
296 |
-
#: templates/admin/csv-import.tpl.php:
|
297 |
#, fuzzy
|
298 |
msgid "Type"
|
299 |
msgstr "Rodzaj"
|
300 |
|
301 |
# @ WPBDM
|
302 |
#: includes/admin/form-fields.php:88
|
|
|
|
|
303 |
msgid "Edit"
|
304 |
msgstr "Edytuj"
|
305 |
|
@@ -327,7 +323,7 @@ msgstr ""
|
|
327 |
"formularza\" albo niech katalog firm zrobi to dla ciebie automatycznie."
|
328 |
|
329 |
# @ WPBDM
|
330 |
-
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:
|
331 |
#, fuzzy
|
332 |
msgid "Go to \"Form Fields\""
|
333 |
msgstr "Przejdź do \"Zarządzanie polami formularza\""
|
@@ -338,7 +334,7 @@ msgid "Go back"
|
|
338 |
msgstr ""
|
339 |
|
340 |
# @ WPBDM
|
341 |
-
#: includes/admin/form-fields.php:
|
342 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
343 |
#: templates/email/listing-added.tpl.php:10
|
344 |
#: templates/email/listing-edited.tpl.php:16
|
@@ -348,7 +344,7 @@ msgid "Title"
|
|
348 |
msgstr "Tytuł"
|
349 |
|
350 |
# @ WPBDM
|
351 |
-
#: includes/admin/form-fields.php:
|
352 |
#: templates/email/listing-added.tpl.php:21
|
353 |
#: templates/email/listing-edited.tpl.php:29
|
354 |
#, fuzzy
|
@@ -356,25 +352,25 @@ msgid "Category"
|
|
356 |
msgstr "Kategorie"
|
357 |
|
358 |
# @ WPBDM
|
359 |
-
#: includes/admin/form-fields.php:
|
360 |
#, fuzzy
|
361 |
msgid "Excerpt"
|
362 |
msgstr "W wyciągu z oferty"
|
363 |
|
364 |
# @ WPBDM
|
365 |
-
#: includes/admin/form-fields.php:
|
366 |
#, fuzzy
|
367 |
msgid "Content"
|
368 |
msgstr "Zawartość Posta"
|
369 |
|
370 |
# @ WPBDM
|
371 |
-
#: includes/admin/form-fields.php:
|
372 |
#, fuzzy
|
373 |
msgid "Tags"
|
374 |
msgstr "Slug Tagów"
|
375 |
|
376 |
# @ WPBDM
|
377 |
-
#: includes/admin/form-fields.php:
|
378 |
#: templates/checkout-billing-form.tpl.php:75
|
379 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
380 |
#, fuzzy
|
@@ -382,63 +378,63 @@ msgid "Address"
|
|
382 |
msgstr "Adres e-mail:"
|
383 |
|
384 |
# @ WPBDM
|
385 |
-
#: includes/admin/form-fields.php:
|
386 |
#, fuzzy
|
387 |
msgid "Address 2"
|
388 |
msgstr "Adres e-mail:"
|
389 |
|
390 |
# @ WPBDM
|
391 |
-
#: includes/admin/form-fields.php:
|
392 |
-
#: templates/admin/payments-details.tpl.php:
|
393 |
#: templates/checkout-billing-form.tpl.php:87
|
394 |
#, fuzzy
|
395 |
msgid "City"
|
396 |
msgstr "Miasto:"
|
397 |
|
398 |
# @ WPBDM
|
399 |
-
#: includes/admin/form-fields.php:
|
400 |
-
#: templates/admin/payments-details.tpl.php:
|
401 |
#, fuzzy
|
402 |
msgid "State"
|
403 |
msgstr "Województwo:"
|
404 |
|
405 |
# @ WPBDM
|
406 |
-
#: includes/admin/form-fields.php:
|
407 |
-
#: templates/admin/payments-details.tpl.php:
|
408 |
#: templates/checkout-billing-form.tpl.php:102
|
409 |
#, fuzzy
|
410 |
msgid "Country"
|
411 |
msgstr "Kraj:"
|
412 |
|
413 |
-
#: includes/admin/form-fields.php:
|
414 |
-
#: templates/admin/payments-details.tpl.php:
|
415 |
msgid "ZIP Code"
|
416 |
msgstr ""
|
417 |
|
418 |
# @ WPBDM
|
419 |
-
#: includes/admin/form-fields.php:
|
420 |
#, fuzzy
|
421 |
msgid "FAX Number"
|
422 |
msgstr "Numer karty kredytowej:"
|
423 |
|
424 |
# @ WPBDM
|
425 |
-
#: includes/admin/form-fields.php:
|
426 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
427 |
#, fuzzy
|
428 |
msgid "Phone Number"
|
429 |
msgstr "Telefon"
|
430 |
|
431 |
# @ WPBDM
|
432 |
-
#: includes/admin/form-fields.php:
|
433 |
#, fuzzy
|
434 |
msgid "Ratings Field"
|
435 |
msgstr "Pola ofert"
|
436 |
|
437 |
-
#: includes/admin/form-fields.php:
|
438 |
msgid "Twitter"
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: includes/admin/form-fields.php:
|
442 |
msgid "Website"
|
443 |
msgstr ""
|
444 |
|
@@ -522,8 +518,8 @@ msgstr "Dla czego odinstalowujesz Katalog Firm?"
|
|
522 |
|
523 |
# @ WPBDM
|
524 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
525 |
-
#: includes/form-fields.php:428 includes/views/submit_listing.php:
|
526 |
-
#: templates/admin/payments-details.tpl.php:
|
527 |
#: templates/listing-contactform.tpl.php:33
|
528 |
#: templates/listing-flagging-form.tpl.php:39
|
529 |
#, fuzzy
|
@@ -557,8 +553,8 @@ msgstr ""
|
|
557 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
558 |
#: includes/class-assets.php:317
|
559 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
560 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
561 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
562 |
#, fuzzy
|
563 |
msgid "No"
|
564 |
msgstr "LIS"
|
@@ -638,6 +634,12 @@ msgstr ""
|
|
638 |
"wyszukiwania aby przyśpieszyć działanie wyszukiwarki. Pomocne w przypadku "
|
639 |
"niektórych, wolniejszych hostingów."
|
640 |
|
|
|
|
|
|
|
|
|
|
|
|
|
641 |
# @ WPBDM
|
642 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
643 |
#, fuzzy
|
@@ -932,7 +934,7 @@ msgstr "Katalog Firm - Wyróżnione Oferty"
|
|
932 |
|
933 |
# @ WPBDM
|
934 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
935 |
-
#: templates/admin/fees-form.tpl.php:
|
936 |
#, fuzzy
|
937 |
msgid "Fee Label"
|
938 |
msgstr "Etykieta abonamentu"
|
@@ -966,14 +968,15 @@ msgstr "Status"
|
|
966 |
|
967 |
# @ WPBDM
|
968 |
#: includes/class-assets.php:315
|
|
|
969 |
#, fuzzy
|
970 |
msgid "Never"
|
971 |
msgstr "nigdy"
|
972 |
|
973 |
#: includes/class-assets.php:316
|
974 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
975 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
976 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
977 |
msgid "Yes"
|
978 |
msgstr ""
|
979 |
|
@@ -1125,31 +1128,37 @@ msgid ""
|
|
1125 |
msgstr ""
|
1126 |
|
1127 |
# @ WPBDM
|
1128 |
-
#: includes/class-wpbdp.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
1129 |
#, fuzzy
|
1130 |
msgid "Settings"
|
1131 |
msgstr "Ustawienia"
|
1132 |
|
1133 |
# @ WPBDM
|
1134 |
-
#: includes/class-wpbdp.php:
|
1135 |
#, fuzzy
|
1136 |
msgid "Could not find listing ID"
|
1137 |
msgstr "Nie można połączyć z serwerem danych licencji"
|
1138 |
|
1139 |
-
#: includes/class-wpbdp.php:
|
1140 |
msgid ""
|
1141 |
"Could not verify the image upload request. If problem persists contact site "
|
1142 |
"admin."
|
1143 |
msgstr ""
|
1144 |
|
1145 |
# @ WPBDM
|
1146 |
-
#: includes/class-wpbdp.php:
|
1147 |
#, fuzzy
|
1148 |
msgid "Could not find image ID"
|
1149 |
msgstr "Nie możemy deaktywować Licencji: %s."
|
1150 |
|
1151 |
# @ WPBDM
|
1152 |
-
#: includes/class-wpbdp.php:
|
1153 |
#, fuzzy
|
1154 |
msgid ""
|
1155 |
"The directory features are disabled at this time because a <a>manual "
|
@@ -1158,7 +1167,7 @@ msgstr ""
|
|
1158 |
"Funkcje pluginu KATALOG FIRM są chwilowo wyłączone, ponieważ plugin oczekuje "
|
1159 |
"na ręczną aktualizację, przed kontynuacją."
|
1160 |
|
1161 |
-
#: includes/class-wpbdp.php:
|
1162 |
msgid ""
|
1163 |
"The directory is not available at this time. Please try again in a few "
|
1164 |
"minutes or contact the administrator if the problem persists."
|
@@ -1344,8 +1353,8 @@ msgstr "Opcje Pola (aby wybrać listy, przycisk radio i czeklisty)."
|
|
1344 |
# @ default
|
1345 |
# @ WPBDM
|
1346 |
#: includes/fields/class-fieldtypes-select.php:262
|
1347 |
-
#: templates/admin/fees-form.tpl.php:
|
1348 |
-
#: templates/admin/fees-form.tpl.php:
|
1349 |
#, fuzzy
|
1350 |
msgid "required"
|
1351 |
msgstr "Wymagane"
|
@@ -1479,7 +1488,7 @@ msgid "Short Description"
|
|
1479 |
msgstr "Krótke Info"
|
1480 |
|
1481 |
# @ WPBDM
|
1482 |
-
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:
|
1483 |
#, fuzzy
|
1484 |
msgid "Description"
|
1485 |
msgstr "Opis pola"
|
@@ -1664,31 +1673,31 @@ msgid "Invalid item ID"
|
|
1664 |
msgstr "Niewłaściwe ID Pola"
|
1665 |
|
1666 |
# @ WPBDM
|
1667 |
-
#: includes/licensing.php:
|
1668 |
#, fuzzy
|
1669 |
msgid "No license key provided"
|
1670 |
msgstr "Nie wprowadzono klucz licencji"
|
1671 |
|
1672 |
# @ WPBDM
|
1673 |
-
#: includes/licensing.php:
|
1674 |
#, fuzzy
|
1675 |
msgid "License key is invalid"
|
1676 |
msgstr "Niewłaściwy Klucz Licencji"
|
1677 |
|
1678 |
# @ WPBDM
|
1679 |
-
#: includes/licensing.php:
|
1680 |
#, fuzzy
|
1681 |
msgid "Deactivation failed"
|
1682 |
msgstr "Błąd Deaktywacji"
|
1683 |
|
1684 |
# @ WPBDM
|
1685 |
-
#: includes/licensing.php:
|
1686 |
#, fuzzy
|
1687 |
msgid "The license key was revoked."
|
1688 |
msgstr "Nie wprowadzono klucz licencji"
|
1689 |
|
1690 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1691 |
-
#: includes/licensing.php:
|
1692 |
msgid ""
|
1693 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
1694 |
"%2$s and let them know your license is being reported as revoked by the "
|
@@ -1696,19 +1705,19 @@ msgid ""
|
|
1696 |
"with your report."
|
1697 |
msgstr ""
|
1698 |
|
1699 |
-
#: includes/licensing.php:
|
1700 |
msgid ""
|
1701 |
"It was not possible to establish a connection with the Business Directory "
|
1702 |
"server. The connection failed with the following error:"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
-
#: includes/licensing.php:
|
1706 |
msgid ""
|
1707 |
"It was not possible to establish a connection with the Business Directory "
|
1708 |
"server. A problem occurred in the SSL/TSL handshake:"
|
1709 |
msgstr ""
|
1710 |
|
1711 |
-
#: includes/licensing.php:
|
1712 |
msgid ""
|
1713 |
"It looks like your server is not authorized to make outgoing requests to "
|
1714 |
"Business Directory servers. Please contact your webhost and ask them to add "
|
@@ -1716,35 +1725,35 @@ msgid ""
|
|
1716 |
msgstr ""
|
1717 |
|
1718 |
# @ WPBDM
|
1719 |
-
#: includes/licensing.php:
|
1720 |
#, fuzzy
|
1721 |
msgid "Business Directory license key is missing."
|
1722 |
msgstr "Katalog firm - wygasł Klucz Licencji"
|
1723 |
|
1724 |
# @ WPBDM
|
1725 |
-
#: includes/licensing.php:
|
1726 |
#, fuzzy
|
1727 |
msgid "Business Directory license key has expired"
|
1728 |
msgstr "Katalog firm - wygasł Klucz Licencji"
|
1729 |
|
1730 |
# @ WPBDM
|
1731 |
-
#: includes/licensing.php:
|
1732 |
#, fuzzy
|
1733 |
msgid "Could not verify Business Directory license."
|
1734 |
msgstr "Pomóż doskonalić Katalog Firm"
|
1735 |
|
1736 |
# @ WPBDM
|
1737 |
-
#: includes/licensing.php:
|
1738 |
#, fuzzy
|
1739 |
msgid "Review license keys"
|
1740 |
msgstr "Odśwież Klucz Licencji"
|
1741 |
|
1742 |
-
#: includes/licensing.php:
|
1743 |
msgid "Missing data. Please reload this page and try again."
|
1744 |
msgstr ""
|
1745 |
|
1746 |
# @ WPBDM
|
1747 |
-
#: includes/licensing.php:
|
1748 |
#, fuzzy
|
1749 |
msgid "Please enter a license key."
|
1750 |
msgstr "Proszę wprowadzić poprawny adres e-mail."
|
@@ -1844,31 +1853,31 @@ msgid "Account Creation"
|
|
1844 |
msgstr ""
|
1845 |
|
1846 |
# @ WPBDM
|
1847 |
-
#: includes/views/submit_listing.php:
|
1848 |
#, fuzzy
|
1849 |
msgid "Go to \"Fee Plans\""
|
1850 |
msgstr "Przejdź do \"Zarządzanie polami formularza\""
|
1851 |
|
1852 |
# @ WPBDM
|
1853 |
-
#: includes/views/submit_listing.php:
|
1854 |
#, fuzzy
|
1855 |
msgid "Please choose a fee plan."
|
1856 |
msgstr "Wybierz abonament dla tegj kategori \"%s\"."
|
1857 |
|
1858 |
-
#: includes/views/submit_listing.php:
|
1859 |
msgid "Please check the form for errors, correct them and submit again."
|
1860 |
msgstr ""
|
1861 |
|
1862 |
-
#: includes/views/submit_listing.php:
|
1863 |
msgid "Create a user account on this site"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
-
#: includes/views/submit_listing.php:
|
1867 |
msgid "Username"
|
1868 |
msgstr ""
|
1869 |
|
1870 |
# @ WPBDM
|
1871 |
-
#: includes/views/submit_listing.php:
|
1872 |
#, fuzzy
|
1873 |
msgid "Clear Form"
|
1874 |
msgstr "Wyczyść"
|
@@ -1886,7 +1895,7 @@ msgstr ""
|
|
1886 |
"błędów aby uzyskać szczegółowe informacje."
|
1887 |
|
1888 |
# @ WPBDM
|
1889 |
-
#: templates/admin/csv-export.tpl.php:
|
1890 |
#, fuzzy
|
1891 |
msgid ""
|
1892 |
"If you plan to re-import the listings into your directory and don't want new "
|
@@ -1896,13 +1905,25 @@ msgstr ""
|
|
1896 |
"dodane nowe oferty - zaznacz tą opcję."
|
1897 |
|
1898 |
# @ WPBDM
|
1899 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1900 |
#, fuzzy
|
1901 |
msgid "Disable email notifications during import?"
|
1902 |
msgstr "Wyłączyć powiadomienia e-mail podczas importu?"
|
1903 |
|
1904 |
# @ WPBDM
|
1905 |
-
#: templates/admin/csv-import.tpl.php:
|
1906 |
#, fuzzy
|
1907 |
msgid "Disable email notifications."
|
1908 |
msgstr "Wyłącz powiadomienia e-mail."
|
@@ -1924,7 +1945,7 @@ msgid "Download Debug Information"
|
|
1924 |
msgstr "Pobierz Informacje debugowania"
|
1925 |
|
1926 |
# @ WPBDM
|
1927 |
-
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:
|
1928 |
#, fuzzy
|
1929 |
msgid "Add Listing Fee"
|
1930 |
msgstr "Dodaj Abonament oferty"
|
@@ -1936,76 +1957,76 @@ msgid "Edit Listing Fee"
|
|
1936 |
msgstr "Edycja Firmy"
|
1937 |
|
1938 |
# @ WPBDM
|
1939 |
-
#: templates/admin/fees-form.tpl.php:
|
1940 |
#, fuzzy
|
1941 |
msgid "Fee Description"
|
1942 |
msgstr "Opis pola"
|
1943 |
|
1944 |
-
#: templates/admin/fees-form.tpl.php:
|
1945 |
msgid "How long should the listing run?"
|
1946 |
msgstr ""
|
1947 |
|
1948 |
# @ WPBDM
|
1949 |
-
#: templates/admin/fees-form.tpl.php:
|
1950 |
#, fuzzy
|
1951 |
msgid "run listing for"
|
1952 |
msgstr "Emisja oferty do"
|
1953 |
|
1954 |
# @ WPBDM
|
1955 |
-
#: templates/admin/fees-form.tpl.php:
|
1956 |
#: templates/plan-selection-plan.tpl.php:39
|
1957 |
#, fuzzy
|
1958 |
msgid "days"
|
1959 |
msgstr "dni"
|
1960 |
|
1961 |
# @ WPBDM
|
1962 |
-
#: templates/admin/fees-form.tpl.php:
|
1963 |
#, fuzzy
|
1964 |
msgid "run listing forever"
|
1965 |
msgstr "Emisja oferty na zawsze"
|
1966 |
|
1967 |
# @ WPBDM
|
1968 |
-
#: templates/admin/fees-form.tpl.php:
|
1969 |
#, fuzzy
|
1970 |
msgid "Number of images allowed"
|
1971 |
msgstr "Liczba dozwolonych obrazów"
|
1972 |
|
1973 |
-
#: templates/admin/fees-form.tpl.php:
|
1974 |
msgid "Private Fee Plan (visible to admins only)?"
|
1975 |
msgstr ""
|
1976 |
|
1977 |
# @ WPBDM
|
1978 |
-
#: templates/admin/fees-form.tpl.php:
|
1979 |
#, fuzzy
|
1980 |
msgid "Is recurring?"
|
1981 |
msgstr "(powtarzające się)"
|
1982 |
|
1983 |
-
#: templates/admin/fees-form.tpl.php:
|
1984 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1985 |
msgstr ""
|
1986 |
|
1987 |
# @ WPBDM
|
1988 |
-
#: templates/admin/fees-form.tpl.php:
|
1989 |
#, fuzzy
|
1990 |
msgid "Is featured listing/sticky?"
|
1991 |
msgstr "Wyróżnione Firmy"
|
1992 |
|
1993 |
-
#: templates/admin/fees-form.tpl.php:
|
1994 |
msgid ""
|
1995 |
"This floats the listing to the top of search results and browsing the "
|
1996 |
"directory when the user buys this plan."
|
1997 |
msgstr ""
|
1998 |
|
1999 |
-
#: templates/admin/fees-form.tpl.php:
|
2000 |
msgid "Listing background color:"
|
2001 |
msgstr ""
|
2002 |
|
2003 |
-
#: templates/admin/fees-form.tpl.php:
|
2004 |
msgid "Used to differentiate listings inside this plan from others."
|
2005 |
msgstr ""
|
2006 |
|
2007 |
# @ WPBDM
|
2008 |
-
#: templates/admin/fees-form.tpl.php:
|
2009 |
#: templates/admin/settings-email.tpl.php:116
|
2010 |
#: templates/submit-listing-section.tpl.php:30
|
2011 |
#, fuzzy
|
@@ -2199,128 +2220,128 @@ msgstr "← Powrót do Twojej oferty."
|
|
2199 |
msgid "Payment Not Found"
|
2200 |
msgstr "Informacje o abonamencie"
|
2201 |
|
2202 |
-
#: templates/admin/payments-details.tpl.php:
|
2203 |
msgid "Overview"
|
2204 |
msgstr ""
|
2205 |
|
2206 |
# @ WPBDM
|
2207 |
-
#: templates/admin/payments-details.tpl.php:
|
2208 |
-
#: templates/admin/payments-details.tpl.php:
|
2209 |
#, fuzzy
|
2210 |
msgid "Payment ID"
|
2211 |
msgstr "Płatność"
|
2212 |
|
2213 |
# @ WPBDM
|
2214 |
-
#: templates/admin/payments-details.tpl.php:
|
2215 |
#, fuzzy
|
2216 |
msgid "Listing"
|
2217 |
msgstr "Oferta"
|
2218 |
|
2219 |
# @ WPBDM
|
2220 |
-
#: templates/admin/payments-details.tpl.php:
|
2221 |
#, fuzzy
|
2222 |
msgid "Status"
|
2223 |
msgstr "Status"
|
2224 |
|
2225 |
# @ WPBDM
|
2226 |
-
#: templates/admin/payments-details.tpl.php:
|
2227 |
#, fuzzy
|
2228 |
msgid "Date"
|
2229 |
msgstr "Data"
|
2230 |
|
2231 |
# @ WPBDM
|
2232 |
-
#: templates/admin/payments-details.tpl.php:
|
2233 |
#, fuzzy
|
2234 |
msgid "Time"
|
2235 |
msgstr "Czas: %s"
|
2236 |
|
2237 |
# @ WPBDM
|
2238 |
-
#: templates/admin/payments-details.tpl.php:
|
2239 |
#, fuzzy
|
2240 |
msgid "Gateway"
|
2241 |
msgstr "Bramka"
|
2242 |
|
2243 |
# @ WPBDM
|
2244 |
#. translators: Gateway: (Not yet set)
|
2245 |
-
#: templates/admin/payments-details.tpl.php:
|
2246 |
#, fuzzy
|
2247 |
msgid "(Not yet set)"
|
2248 |
msgstr "Nie jesteś jeszcze zarejestrowany?"
|
2249 |
|
2250 |
# @ WPBDM
|
2251 |
-
#: templates/admin/payments-details.tpl.php:
|
2252 |
#, fuzzy
|
2253 |
msgid "Delete Payment"
|
2254 |
msgstr "Odrzucenie płatności"
|
2255 |
|
2256 |
# @ WPBDM
|
2257 |
-
#: templates/admin/payments-details.tpl.php:
|
2258 |
#, fuzzy
|
2259 |
msgid "Save Payment"
|
2260 |
msgstr "Płatność"
|
2261 |
|
2262 |
# @ WPBDM
|
2263 |
-
#: templates/admin/payments-details.tpl.php:
|
2264 |
#, fuzzy
|
2265 |
msgid "Details"
|
2266 |
msgstr "+ Szczegóły"
|
2267 |
|
2268 |
# @ WPBDM
|
2269 |
-
#: templates/admin/payments-details.tpl.php:
|
2270 |
#, fuzzy
|
2271 |
msgid "Item Type"
|
2272 |
msgstr "Rodzaj pola"
|
2273 |
|
2274 |
# @ WPBDM
|
2275 |
-
#: templates/admin/payments-details.tpl.php:
|
2276 |
#: templates/payment/payment_items.tpl.php:23
|
2277 |
#, fuzzy
|
2278 |
msgid "Total"
|
2279 |
msgstr "Całkowity koszt"
|
2280 |
|
2281 |
# @ WPBDM
|
2282 |
-
#: templates/admin/payments-details.tpl.php:
|
2283 |
#, fuzzy
|
2284 |
msgid "Customer Details"
|
2285 |
msgstr "Aktualne Szczegóły Abonamentu"
|
2286 |
|
2287 |
# @ WPBDM
|
2288 |
-
#: templates/admin/payments-details.tpl.php:
|
2289 |
#: templates/checkout-billing-form.tpl.php:17
|
2290 |
#, fuzzy
|
2291 |
msgid "First Name"
|
2292 |
msgstr "Nazwisko:"
|
2293 |
|
2294 |
# @ WPBDM
|
2295 |
-
#: templates/admin/payments-details.tpl.php:
|
2296 |
#: templates/checkout-billing-form.tpl.php:22
|
2297 |
#, fuzzy
|
2298 |
msgid "Last Name"
|
2299 |
msgstr "Imię:"
|
2300 |
|
2301 |
# @ WPBDM
|
2302 |
-
#: templates/admin/payments-details.tpl.php:
|
2303 |
#, fuzzy
|
2304 |
msgid "Address Line 1"
|
2305 |
msgstr "Adres - linia1:"
|
2306 |
|
2307 |
# @ WPBDM
|
2308 |
-
#: templates/admin/payments-details.tpl.php:
|
2309 |
#: templates/checkout-billing-form.tpl.php:81
|
2310 |
#, fuzzy
|
2311 |
msgid "Address Line 2"
|
2312 |
msgstr "Adres - linia2:"
|
2313 |
|
2314 |
-
#: templates/admin/payments-details.tpl.php:
|
2315 |
msgid "Notes & Log"
|
2316 |
msgstr ""
|
2317 |
|
2318 |
-
#: templates/admin/payments-details.tpl.php:
|
2319 |
msgid "No notes."
|
2320 |
msgstr ""
|
2321 |
|
2322 |
# @ WPBDM
|
2323 |
-
#: templates/admin/payments-details.tpl.php:
|
2324 |
#, fuzzy
|
2325 |
msgid "Add Note"
|
2326 |
msgstr "Dodaj abonament"
|
@@ -3152,7 +3173,7 @@ msgctxt "admin csv-import"
|
|
3152 |
msgid "See an example CSV import file"
|
3153 |
msgstr "Zobacz przykład importowanego pliku CSV"
|
3154 |
|
3155 |
-
#: includes/admin/class-csv-import.php:
|
3156 |
msgctxt "admin csv-import"
|
3157 |
msgid ""
|
3158 |
"Could not create listing category \"<category-name>\". The operation failed "
|
@@ -3160,35 +3181,35 @@ msgid ""
|
|
3160 |
msgstr ""
|
3161 |
|
3162 |
# @ WPBDM
|
3163 |
-
#: includes/admin/class-csv-import.php:
|
3164 |
msgctxt "admin csv-import"
|
3165 |
msgid "Could not create listing category \"%s\""
|
3166 |
msgstr "Nie można utworzyć kategorii ofert \"%s\""
|
3167 |
|
3168 |
# @ WPBDM
|
3169 |
-
#: includes/admin/class-csv-import.php:
|
3170 |
msgctxt "admin csv-import"
|
3171 |
msgid "Username \"%s\" does not exist"
|
3172 |
msgstr "Użytkownik \"%s\" nie istnieje"
|
3173 |
|
3174 |
-
#: includes/admin/class-csv-import.php:
|
3175 |
msgctxt "admin csv-import"
|
3176 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
3177 |
msgstr ""
|
3178 |
|
3179 |
# @ WPBDM
|
3180 |
-
#: includes/admin/class-csv-import.php:
|
3181 |
msgctxt "admin csv-import"
|
3182 |
msgid "Missing required field: %s"
|
3183 |
msgstr "Brak wymaganego pola: %s"
|
3184 |
|
3185 |
# @ WPBDM
|
3186 |
-
#: includes/admin/class-csv-import.php:
|
3187 |
msgctxt "admin csv-import"
|
3188 |
msgid "Listing category \"%s\" does not exist"
|
3189 |
msgstr "Kategoria \"%s\" nie istnieje"
|
3190 |
|
3191 |
-
#: includes/admin/class-csv-import.php:
|
3192 |
msgctxt "admin csv-import"
|
3193 |
msgid "The string <string> couldn't be converted into a valid date."
|
3194 |
msgstr ""
|
@@ -3394,17 +3415,6 @@ msgctxt "admin csv-import"
|
|
3394 |
msgid "Here, you can import data into your directory using the CSV format."
|
3395 |
msgstr "Tutaj możesz zaimportować dane używając plików CSV."
|
3396 |
|
3397 |
-
# @ WPBDM
|
3398 |
-
#: templates/admin/csv-import.tpl.php:35
|
3399 |
-
msgctxt "admin csv-import"
|
3400 |
-
msgid ""
|
3401 |
-
"We strongly recommend reading our <a>CSV import documentation</a> first to "
|
3402 |
-
"help you do things in the right order."
|
3403 |
-
msgstr ""
|
3404 |
-
"Zalecamy (poważnie) zapoznanie się z naszą <a> dokumentacją dotyczącą "
|
3405 |
-
"importowania plików CSV</a>, aby wszystko przebiegło pomyślnie i w "
|
3406 |
-
"odpowiedniej kolejności."
|
3407 |
-
|
3408 |
# @ default
|
3409 |
#: templates/admin/csv-import.tpl.php:45
|
3410 |
msgctxt "admin csv-import"
|
@@ -3424,7 +3434,7 @@ msgid "... or <a>select a file uploaded to the imports folder</a>"
|
|
3424 |
msgstr "... albo <a>wybierz plik, który chcesz załadować do folderu</a>"
|
3425 |
|
3426 |
# @ WPBDM
|
3427 |
-
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:
|
3428 |
msgctxt "admin csv-import"
|
3429 |
msgid "(Upload new file)"
|
3430 |
msgstr "(załaduj nowy plik)"
|
@@ -3436,125 +3446,125 @@ msgid "ZIP file containing images"
|
|
3436 |
msgstr "Plik ZIP zawierający zdjęcia"
|
3437 |
|
3438 |
# @ WPBDM
|
3439 |
-
#: templates/admin/csv-import.tpl.php:
|
3440 |
msgctxt "admin csv-import"
|
3441 |
msgid "CSV File Settings"
|
3442 |
msgstr "Ustawienia pliku CSV"
|
3443 |
|
3444 |
# @ WPBDM
|
3445 |
-
#: templates/admin/csv-import.tpl.php:
|
3446 |
msgctxt "admin csv-import"
|
3447 |
msgid "Column Separator"
|
3448 |
msgstr "Separator kolumn"
|
3449 |
|
3450 |
-
#: templates/admin/csv-import.tpl.php:
|
3451 |
msgctxt "admin csv-import"
|
3452 |
msgid "Comma (,)"
|
3453 |
msgstr ""
|
3454 |
|
3455 |
-
#: templates/admin/csv-import.tpl.php:
|
3456 |
msgctxt "admin csv-import"
|
3457 |
msgid "Semicolon (;)"
|
3458 |
msgstr ""
|
3459 |
|
3460 |
-
#: templates/admin/csv-import.tpl.php:
|
3461 |
msgctxt "admin csv-import"
|
3462 |
msgid "TAB"
|
3463 |
msgstr ""
|
3464 |
|
3465 |
# @ WPBDM
|
3466 |
-
#: templates/admin/csv-import.tpl.php:
|
3467 |
msgctxt "admin csv-import"
|
3468 |
msgid "Image Separator"
|
3469 |
msgstr "Separator obrazu"
|
3470 |
|
3471 |
# @ WPBDM
|
3472 |
-
#: templates/admin/csv-import.tpl.php:
|
3473 |
msgctxt "admin csv-import"
|
3474 |
msgid "Category Separator"
|
3475 |
msgstr "Separator kategorii"
|
3476 |
|
3477 |
# @ WPBDM
|
3478 |
-
#: templates/admin/csv-import.tpl.php:
|
3479 |
msgctxt "admin csv-import"
|
3480 |
msgid "Import settings"
|
3481 |
msgstr "Ustawienia importu"
|
3482 |
|
3483 |
# @ WPBDM
|
3484 |
-
#: templates/admin/csv-import.tpl.php:
|
3485 |
#, fuzzy
|
3486 |
msgctxt "admin csv-import"
|
3487 |
msgid "Post status of new imported listings"
|
3488 |
msgstr "Status dla zaimportowanych plików"
|
3489 |
|
3490 |
# @ WPBDM
|
3491 |
-
#: templates/admin/csv-import.tpl.php:
|
3492 |
#, fuzzy
|
3493 |
msgctxt "admin csv-import"
|
3494 |
msgid "Post status of existing imported listings"
|
3495 |
msgstr "Status dla zaimportowanych plików"
|
3496 |
|
3497 |
# @ WPBDM
|
3498 |
-
#: templates/admin/csv-import.tpl.php:
|
3499 |
#, fuzzy
|
3500 |
msgctxt "admin csv-import"
|
3501 |
msgid "Preserve existing status"
|
3502 |
msgstr "Oferty"
|
3503 |
|
3504 |
# @ WPBDM
|
3505 |
-
#: templates/admin/csv-import.tpl.php:
|
3506 |
msgctxt "admin csv-import"
|
3507 |
msgid "Missing categories handling"
|
3508 |
msgstr "Brakująca obsługa kategorii "
|
3509 |
|
3510 |
# @ WPBDM
|
3511 |
-
#: templates/admin/csv-import.tpl.php:
|
3512 |
msgctxt "admin csv-import"
|
3513 |
msgid "Auto-create categories"
|
3514 |
msgstr "Automatyczne tworzenie kategorii"
|
3515 |
|
3516 |
# @ WPBDM
|
3517 |
-
#: templates/admin/csv-import.tpl.php:
|
3518 |
msgctxt "admin csv-import"
|
3519 |
msgid "Generate errors when a category is not found"
|
3520 |
msgstr "Generować błędy gdy kategorii nie znaleziono"
|
3521 |
|
3522 |
-
#: templates/admin/csv-import.tpl.php:
|
3523 |
msgctxt "admin csv-import"
|
3524 |
msgid "Keep existing listing images?"
|
3525 |
msgstr ""
|
3526 |
|
3527 |
# @ WPBDM
|
3528 |
-
#: templates/admin/csv-import.tpl.php:
|
3529 |
msgctxt "admin csv-import"
|
3530 |
msgid "Keep existing images."
|
3531 |
msgstr "Obrazy"
|
3532 |
|
3533 |
-
#: templates/admin/csv-import.tpl.php:
|
3534 |
msgctxt "admin csv-import"
|
3535 |
msgid "Appends new images while keeping current ones."
|
3536 |
msgstr ""
|
3537 |
|
3538 |
# @ WPBDM
|
3539 |
-
#: templates/admin/csv-import.tpl.php:
|
3540 |
msgctxt "admin csv-import"
|
3541 |
msgid "Assign listings to a user?"
|
3542 |
msgstr "Przypisać oferty do użytkownika?"
|
3543 |
|
3544 |
# @ WPBDM
|
3545 |
-
#: templates/admin/csv-import.tpl.php:
|
3546 |
msgctxt "admin csv-import"
|
3547 |
msgid "Assign listings to a user."
|
3548 |
msgstr "Przypisz oferty do użytkownika."
|
3549 |
|
3550 |
# @ WPBDM
|
3551 |
-
#: templates/admin/csv-import.tpl.php:
|
3552 |
msgctxt "admin csv-import"
|
3553 |
msgid "Use a default user for listings?"
|
3554 |
msgstr "Użyj domyślnego obrazu dla ofert, które nie posiadają żadnych obrazów?"
|
3555 |
|
3556 |
# @ WPBDM
|
3557 |
-
#: templates/admin/csv-import.tpl.php:
|
3558 |
msgctxt "admin csv-import"
|
3559 |
msgid ""
|
3560 |
"Select a default user to be used if the username column is not present in "
|
@@ -3564,13 +3574,13 @@ msgstr ""
|
|
3564 |
"obecny w pliku CSV."
|
3565 |
|
3566 |
# @ WPBDM
|
3567 |
-
#: templates/admin/csv-import.tpl.php:
|
3568 |
msgctxt "admin csv-import"
|
3569 |
msgid "Default listing user"
|
3570 |
msgstr "Domyślny użytkownik oferty"
|
3571 |
|
3572 |
# @ WPBDM
|
3573 |
-
#: templates/admin/csv-import.tpl.php:
|
3574 |
msgctxt "admin csv-import"
|
3575 |
msgid ""
|
3576 |
"This user will be used if the username column is not present in the CSV file."
|
@@ -3579,13 +3589,13 @@ msgstr ""
|
|
3579 |
"obecny w pliku CSV."
|
3580 |
|
3581 |
# @ WPBDM
|
3582 |
-
#: templates/admin/csv-import.tpl.php:
|
3583 |
#, fuzzy
|
3584 |
msgctxt "admin csv-import"
|
3585 |
msgid "Number of listings imported on every cycle"
|
3586 |
msgstr "Liczba wyświetlanych ofert"
|
3587 |
|
3588 |
-
#: templates/admin/csv-import.tpl.php:
|
3589 |
msgctxt "admin csv-import"
|
3590 |
msgid ""
|
3591 |
"If you are having trouble importing listings due to memory problems, try "
|
@@ -3595,19 +3605,19 @@ msgid ""
|
|
3595 |
msgstr ""
|
3596 |
|
3597 |
# @ WPBDM
|
3598 |
-
#: templates/admin/csv-import.tpl.php:
|
3599 |
msgctxt "admin csv-import"
|
3600 |
msgid "Test Import"
|
3601 |
msgstr "Test importu"
|
3602 |
|
3603 |
# @ WPBDM
|
3604 |
-
#: templates/admin/csv-import.tpl.php:
|
3605 |
msgctxt "admin csv-import"
|
3606 |
msgid "Import Listings"
|
3607 |
msgstr "Import ofert"
|
3608 |
|
3609 |
# @ WPBDM
|
3610 |
-
#: templates/admin/csv-import.tpl.php:
|
3611 |
msgctxt "admin csv-import"
|
3612 |
msgid ""
|
3613 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -3621,31 +3631,31 @@ msgstr ""
|
|
3621 |
"\"</a> aby zobaczyć, jak powinien wyglądać plik importu."
|
3622 |
|
3623 |
# @ WPBDM
|
3624 |
-
#: templates/admin/csv-import.tpl.php:
|
3625 |
msgctxt "admin csv-import"
|
3626 |
msgid "Header name/label"
|
3627 |
msgstr "Nagłówek/Etykieta"
|
3628 |
|
3629 |
# @ WPBDM
|
3630 |
-
#: templates/admin/csv-import.tpl.php:
|
3631 |
msgctxt "admin csv-import"
|
3632 |
msgid "Field"
|
3633 |
msgstr "Pole"
|
3634 |
|
3635 |
# @ WPBDM
|
3636 |
-
#: templates/admin/csv-import.tpl.php:
|
3637 |
msgctxt "admin csv-import"
|
3638 |
msgid "Required?"
|
3639 |
msgstr "Wymagane?"
|
3640 |
|
3641 |
# @ WPBDM
|
3642 |
-
#: templates/admin/csv-import.tpl.php:
|
3643 |
msgctxt "admin csv-import"
|
3644 |
msgid "Multivalued?"
|
3645 |
msgstr "Wielowartościowe?"
|
3646 |
|
3647 |
# @ WPBDM
|
3648 |
-
#: templates/admin/csv-import.tpl.php:
|
3649 |
#, fuzzy
|
3650 |
msgctxt "admin csv-import"
|
3651 |
msgid ""
|
@@ -3656,19 +3666,19 @@ msgstr ""
|
|
3656 |
"podczas dodawania lub aktualizowania oferty ze źródeł zewnętrznych."
|
3657 |
|
3658 |
# @ WPBDM
|
3659 |
-
#: templates/admin/csv-import.tpl.php:
|
3660 |
msgctxt "admin csv-import"
|
3661 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
3662 |
msgstr "Lista rozdzielonych średnikami obrazów oferty (z pliku ZIP)"
|
3663 |
|
3664 |
# @ WPBDM
|
3665 |
-
#: templates/admin/csv-import.tpl.php:
|
3666 |
msgctxt "admin csv-import"
|
3667 |
msgid "Listing author's username"
|
3668 |
msgstr "Autor oferty - Nazwa Użytkownika"
|
3669 |
|
3670 |
# @ WPBDM
|
3671 |
-
#: templates/admin/csv-import.tpl.php:
|
3672 |
msgctxt "admin csv-import"
|
3673 |
msgid ""
|
3674 |
"Internal Sequence ID used to allow listing updates from external sources."
|
@@ -3677,7 +3687,7 @@ msgstr ""
|
|
3677 |
"ofercie aktualizacji ze źródeł zewnętrznych."
|
3678 |
|
3679 |
# @ WPBDM
|
3680 |
-
#: templates/admin/csv-import.tpl.php:
|
3681 |
msgctxt "admin csv-import"
|
3682 |
msgid ""
|
3683 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -3701,12 +3711,12 @@ msgid "Export"
|
|
3701 |
msgstr "CSV Export"
|
3702 |
|
3703 |
# @ WPBDM
|
3704 |
-
#: includes/admin/class-admin-listings.php:
|
3705 |
msgctxt "admin category filter"
|
3706 |
msgid "All categories"
|
3707 |
msgstr "Wszystkie Kategorie"
|
3708 |
|
3709 |
-
#: includes/admin/class-admin-listings.php:
|
3710 |
msgctxt "admin listings"
|
3711 |
msgid ""
|
3712 |
"This listing doesn't have a fee plan assigned. This is required in order to "
|
@@ -3715,53 +3725,53 @@ msgid ""
|
|
3715 |
msgstr ""
|
3716 |
|
3717 |
# @ WPBDM
|
3718 |
-
#: includes/admin/class-admin-listings.php:
|
3719 |
#, fuzzy
|
3720 |
msgctxt "admin listings"
|
3721 |
msgid "Never"
|
3722 |
msgstr "nigdy"
|
3723 |
|
3724 |
# @ WPBDM
|
3725 |
-
#: includes/admin/class-admin-listings.php:
|
3726 |
#, fuzzy
|
3727 |
msgctxt "admin listings"
|
3728 |
msgid "Featured"
|
3729 |
msgstr "Status wyróżnienia (naklejka)"
|
3730 |
|
3731 |
# @ WPBDM
|
3732 |
-
#: includes/admin/class-admin-listings.php:
|
3733 |
#, fuzzy
|
3734 |
msgctxt "admin listings"
|
3735 |
msgid "Recurring"
|
3736 |
msgstr "(powtarzające się)"
|
3737 |
|
3738 |
# @ WPBDM
|
3739 |
-
#: includes/admin/class-admin-listings.php:
|
3740 |
#, fuzzy
|
3741 |
msgctxt "admin listings"
|
3742 |
msgid "Free"
|
3743 |
msgstr "Tryb Bezpłatny"
|
3744 |
|
3745 |
# @ WPBDM
|
3746 |
-
#: includes/admin/class-admin-listings.php:
|
3747 |
#, fuzzy
|
3748 |
msgctxt "admin listings"
|
3749 |
msgid "Payment Not Found"
|
3750 |
msgstr "Informacje o abonamencie"
|
3751 |
|
3752 |
# @ WPBDM
|
3753 |
-
#: includes/admin/class-admin-listings.php:
|
3754 |
#, fuzzy
|
3755 |
msgctxt "admin listings"
|
3756 |
msgid "Payment %s"
|
3757 |
msgstr "Płatność #%d"
|
3758 |
|
3759 |
-
#: includes/admin/class-admin-listings.php:
|
3760 |
msgctxt "admin listings"
|
3761 |
msgid "Reported"
|
3762 |
msgstr ""
|
3763 |
|
3764 |
-
#: includes/admin/class-admin-listings.php:
|
3765 |
msgctxt "admin listings"
|
3766 |
msgid "Listing's payment history successfully deleted"
|
3767 |
msgstr ""
|
@@ -3793,14 +3803,14 @@ msgid "Clear listing reports."
|
|
3793 |
msgstr "Upłynął okres ważności oferty."
|
3794 |
|
3795 |
# @ WPBDM
|
3796 |
-
#: includes/admin/class-admin-listings.php:
|
3797 |
#, fuzzy
|
3798 |
msgctxt "admin"
|
3799 |
msgid "Directory Listing Fields / Images"
|
3800 |
msgstr "Pola/Obrazy"
|
3801 |
|
3802 |
# @ WPBDM
|
3803 |
-
#: includes/admin/class-admin-listings.php:
|
3804 |
msgctxt "admin"
|
3805 |
msgid "Categories"
|
3806 |
msgstr "Kategorie"
|
@@ -3993,12 +4003,12 @@ msgctxt "admin"
|
|
3993 |
msgid "Abandoned"
|
3994 |
msgstr "Porzucone"
|
3995 |
|
3996 |
-
#: includes/admin/class-admin-listings.php:
|
3997 |
msgctxt "listing attribute"
|
3998 |
msgid "No Fee Plan"
|
3999 |
msgstr ""
|
4000 |
|
4001 |
-
#: includes/admin/class-admin-listings.php:
|
4002 |
msgctxt "listing status"
|
4003 |
msgid "Reported"
|
4004 |
msgstr ""
|
@@ -4063,60 +4073,60 @@ msgid "Abandoned"
|
|
4063 |
msgstr "Porzucone"
|
4064 |
|
4065 |
# @ WPBDM
|
4066 |
-
#: includes/admin/class-admin-listings.php:
|
4067 |
msgctxt "admin actions"
|
4068 |
msgid "Delete Listing"
|
4069 |
msgstr "Usuń Ofertę"
|
4070 |
|
4071 |
# @ WPBDM
|
4072 |
-
#: includes/admin/class-admin-listings.php:
|
4073 |
#, fuzzy
|
4074 |
msgctxt "admin actions"
|
4075 |
msgid "View Payments"
|
4076 |
msgstr "Płatność"
|
4077 |
|
4078 |
# @ WPBDM
|
4079 |
-
#: includes/admin/class-admin-listings.php:
|
4080 |
#, fuzzy
|
4081 |
msgctxt "admin actions"
|
4082 |
msgid "View Payment"
|
4083 |
msgstr "Płatność"
|
4084 |
|
4085 |
# @ WPBDM
|
4086 |
-
#: includes/admin/class-admin-listings.php:
|
4087 |
#, fuzzy
|
4088 |
msgctxt "admin actions"
|
4089 |
msgid "Publish listings"
|
4090 |
msgstr "Publikuj Ofertę"
|
4091 |
|
4092 |
# @ WPBDM
|
4093 |
-
#: includes/admin/class-admin-listings.php:
|
4094 |
#, fuzzy
|
4095 |
msgctxt "admin actions"
|
4096 |
msgid "Mark as \"Pending Review\""
|
4097 |
msgstr "Oczekujące"
|
4098 |
|
4099 |
-
#: includes/admin/class-admin-listings.php:
|
4100 |
msgctxt "admin actions"
|
4101 |
msgid "Hide from directory (mark as \"Draft\")"
|
4102 |
msgstr ""
|
4103 |
|
4104 |
# @ WPBDM
|
4105 |
-
#: includes/admin/class-admin-listings.php:
|
4106 |
#, fuzzy
|
4107 |
msgctxt "admin actions"
|
4108 |
msgid "Renew listings"
|
4109 |
msgstr "Odnów Ofertę"
|
4110 |
|
4111 |
# @ WPBDM
|
4112 |
-
#: includes/admin/class-admin-listings.php:
|
4113 |
#, fuzzy
|
4114 |
msgctxt "admin actions"
|
4115 |
msgid "Set listings as \"Expired\""
|
4116 |
msgstr "Upłynął okres ważności oferty."
|
4117 |
|
4118 |
# @ WPBDM
|
4119 |
-
#: includes/admin/class-admin-listings.php:
|
4120 |
#, fuzzy
|
4121 |
msgctxt "admin actions"
|
4122 |
msgid "Send access keys"
|
@@ -4156,25 +4166,19 @@ msgid "Settings"
|
|
4156 |
msgstr "Ustawienia"
|
4157 |
|
4158 |
# @ WPBDM
|
4159 |
-
#: includes/admin/class-csv-exporter.php:
|
4160 |
msgctxt "admin csv-export"
|
4161 |
msgid "Could not create a temporary directory for handling this CSV export."
|
4162 |
msgstr ""
|
4163 |
"Nie można utworzyć katalogu tymczasowego dla obsługi tego eksportu CSV."
|
4164 |
|
4165 |
# @ WPBDM
|
4166 |
-
#: includes/admin/class-csv-exporter.php:
|
4167 |
-
msgctxt "admin csv-export"
|
4168 |
-
msgid "Could not create wpbdp-csv-exports directory."
|
4169 |
-
msgstr "Nie można utworzyć katalogu wpbdp-csv-eksport."
|
4170 |
-
|
4171 |
-
# @ WPBDM
|
4172 |
-
#: includes/admin/class-csv-exporter.php:108
|
4173 |
msgctxt "admin csv-export"
|
4174 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
4175 |
msgstr "Błąd podczas tworzenia katalogu tymczasowego dla eksportu CSV: %s"
|
4176 |
|
4177 |
-
#: includes/admin/csv-export.php:
|
4178 |
msgctxt "admin csv-export"
|
4179 |
msgid "Could not decode export state information."
|
4180 |
msgstr ""
|
@@ -4194,55 +4198,49 @@ msgstr ""
|
|
4194 |
"pliku konfiguracyjnym php.ini Twojego serwera."
|
4195 |
|
4196 |
# @ WPBDM
|
4197 |
-
#: templates/admin/csv-export.tpl.php:
|
4198 |
-
msgctxt "admin csv-export"
|
4199 |
-
msgid "Export Configuration"
|
4200 |
-
msgstr "Konfiguracja eksportu"
|
4201 |
-
|
4202 |
-
# @ WPBDM
|
4203 |
-
#: templates/admin/csv-export.tpl.php:30
|
4204 |
msgctxt "admin csv-export"
|
4205 |
msgid "Export settings"
|
4206 |
msgstr "Ustawienia eksportu"
|
4207 |
|
4208 |
# @ WPBDM
|
4209 |
-
#: templates/admin/csv-export.tpl.php:
|
4210 |
msgctxt "admin csv-export"
|
4211 |
msgid "Which listings to export?"
|
4212 |
msgstr "Które oferty chcesz wyeksportować?"
|
4213 |
|
4214 |
# @ WPBDM
|
4215 |
-
#: templates/admin/csv-export.tpl.php:
|
4216 |
msgctxt "admin csv-export"
|
4217 |
msgid "All"
|
4218 |
msgstr "Wszystkie"
|
4219 |
|
4220 |
# @ WPBDM
|
4221 |
-
#: templates/admin/csv-export.tpl.php:
|
4222 |
msgctxt "admin csv-export"
|
4223 |
msgid "Active Only"
|
4224 |
msgstr "Tylko aktywne"
|
4225 |
|
4226 |
# @ WPBDM
|
4227 |
-
#: templates/admin/csv-export.tpl.php:
|
4228 |
msgctxt "admin csv-export"
|
4229 |
msgid "Active + Pending Renewal"
|
4230 |
msgstr "Tylko aktywne i oczekujące na odświeżenie "
|
4231 |
|
4232 |
# @ WPBDM
|
4233 |
-
#: templates/admin/csv-export.tpl.php:
|
4234 |
msgctxt "admin csv-export"
|
4235 |
msgid "Export images?"
|
4236 |
msgstr "Eksportować obrazy?"
|
4237 |
|
4238 |
# @ WPBDM
|
4239 |
-
#: templates/admin/csv-export.tpl.php:
|
4240 |
msgctxt "admin csv-export"
|
4241 |
msgid "Export images"
|
4242 |
msgstr "Eksport obrazów"
|
4243 |
|
4244 |
# @ WPBDM
|
4245 |
-
#: templates/admin/csv-export.tpl.php:
|
4246 |
msgctxt "admin csv-export"
|
4247 |
msgid ""
|
4248 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
@@ -4252,72 +4250,72 @@ msgstr ""
|
|
4252 |
"z pliku CSV i obrazów ofert."
|
4253 |
|
4254 |
# @ WPBDM
|
4255 |
-
#: templates/admin/csv-export.tpl.php:
|
4256 |
msgctxt "admin csv-export"
|
4257 |
msgid "Additional metadata to export:"
|
4258 |
msgstr "Dodatkowe metadane do eksportu:"
|
4259 |
|
4260 |
# @ WPBDM
|
4261 |
-
#: templates/admin/csv-export.tpl.php:
|
4262 |
msgctxt "admin csv-export"
|
4263 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
4264 |
msgstr "Zawiera unikalne ID dla każdej z ofert (sekwencyjne_id kolumny)."
|
4265 |
|
4266 |
# @ WPBDM
|
4267 |
-
#: templates/admin/csv-export.tpl.php:
|
4268 |
msgctxt "admin csv-export"
|
4269 |
msgid "Author information (username)"
|
4270 |
msgstr "Informacje o Autorze (nazwa użytkownika)"
|
4271 |
|
4272 |
# @ WPBDM
|
4273 |
-
#: templates/admin/csv-export.tpl.php:
|
4274 |
msgctxt "admin csv-export"
|
4275 |
msgid "Listing expiration date"
|
4276 |
msgstr "Data zakończenia emisji oferty"
|
4277 |
|
4278 |
# @ WPBDM
|
4279 |
-
#: templates/admin/csv-export.tpl.php:
|
4280 |
#, fuzzy
|
4281 |
msgctxt "admin csv-export"
|
4282 |
msgid "Listing created date"
|
4283 |
msgstr "Obrazy"
|
4284 |
|
4285 |
# @ WPBDM
|
4286 |
-
#: templates/admin/csv-export.tpl.php:
|
4287 |
#, fuzzy
|
4288 |
msgctxt "admin csv-export"
|
4289 |
msgid "Listing last updated date"
|
4290 |
msgstr "Data zakończenia emisji oferty"
|
4291 |
|
4292 |
# @ WPBDM
|
4293 |
-
#: templates/admin/csv-export.tpl.php:
|
4294 |
#, fuzzy
|
4295 |
msgctxt "admin csv-export"
|
4296 |
msgid "Listing T&C acceptance date"
|
4297 |
msgstr "Obrazy"
|
4298 |
|
4299 |
# @ WPBDM
|
4300 |
-
#: templates/admin/csv-export.tpl.php:
|
4301 |
msgctxt "admin csv-export"
|
4302 |
msgid "CSV File Settings"
|
4303 |
msgstr "Ustawienia pliku CSV"
|
4304 |
|
4305 |
-
#: templates/admin/csv-export.tpl.php:
|
4306 |
msgctxt "admin csv-export"
|
4307 |
msgid "What operating system will you use to edit the CSV file?"
|
4308 |
msgstr ""
|
4309 |
|
4310 |
-
#: templates/admin/csv-export.tpl.php:
|
4311 |
msgctxt "admin csv-export"
|
4312 |
msgid "Windows"
|
4313 |
msgstr ""
|
4314 |
|
4315 |
-
#: templates/admin/csv-export.tpl.php:
|
4316 |
msgctxt "admin csv-export"
|
4317 |
msgid "macOS"
|
4318 |
msgstr ""
|
4319 |
|
4320 |
-
#: templates/admin/csv-export.tpl.php:
|
4321 |
msgctxt "admin csv-export"
|
4322 |
msgid ""
|
4323 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
@@ -4327,31 +4325,31 @@ msgid ""
|
|
4327 |
msgstr ""
|
4328 |
|
4329 |
# @ WPBDM
|
4330 |
-
#: templates/admin/csv-export.tpl.php:
|
4331 |
msgctxt "admin csv-export"
|
4332 |
msgid "Image Separator"
|
4333 |
msgstr "Separator obrazu"
|
4334 |
|
4335 |
# @ WPBDM
|
4336 |
-
#: templates/admin/csv-export.tpl.php:
|
4337 |
msgctxt "admin csv-export"
|
4338 |
msgid "Category Separator"
|
4339 |
msgstr "Separator kategorii"
|
4340 |
|
4341 |
# @ WPBDM
|
4342 |
-
#: templates/admin/csv-export.tpl.php:
|
4343 |
msgctxt "admin csv-export"
|
4344 |
msgid "Export Listings"
|
4345 |
msgstr "Eksport ofert"
|
4346 |
|
4347 |
# @ WPBDM
|
4348 |
-
#: templates/admin/csv-export.tpl.php:
|
4349 |
msgctxt "admin csv-export"
|
4350 |
msgid "Export in Progress..."
|
4351 |
msgstr "Wykonuję eksport....."
|
4352 |
|
4353 |
# @ WPBDM
|
4354 |
-
#: templates/admin/csv-export.tpl.php:
|
4355 |
msgctxt "admin csv-export"
|
4356 |
msgid ""
|
4357 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
@@ -4361,31 +4359,31 @@ msgstr ""
|
|
4361 |
"aż do zakończenia działania eksportu."
|
4362 |
|
4363 |
# @ WPBDM
|
4364 |
-
#: templates/admin/csv-export.tpl.php:
|
4365 |
msgctxt "admin csv-export"
|
4366 |
msgid "No. of listings:"
|
4367 |
msgstr "Ilość ofert:"
|
4368 |
|
4369 |
# @ WPBDM
|
4370 |
-
#: templates/admin/csv-export.tpl.php:
|
4371 |
msgctxt "admin csv-export"
|
4372 |
msgid "Approximate export file size:"
|
4373 |
msgstr "Prawdopodobna wielkość wyeksportowanego pliku:"
|
4374 |
|
4375 |
# @ WPBDM
|
4376 |
-
#: templates/admin/csv-export.tpl.php:
|
4377 |
msgctxt "admin csv-export"
|
4378 |
msgid "Cancel Export"
|
4379 |
msgstr "Anuluj eksport"
|
4380 |
|
4381 |
# @ default
|
4382 |
-
#: templates/admin/csv-export.tpl.php:
|
4383 |
msgctxt "admin csv-export"
|
4384 |
msgid "Export Complete"
|
4385 |
msgstr "Eksport zakończony"
|
4386 |
|
4387 |
# @ WPBDM
|
4388 |
-
#: templates/admin/csv-export.tpl.php:
|
4389 |
msgctxt "admin csv-export"
|
4390 |
msgid ""
|
4391 |
"Your export file has been successfully created and it is now ready for "
|
@@ -4393,14 +4391,14 @@ msgid ""
|
|
4393 |
msgstr "Plik eksportu został utworzony i jest już gotowy do pobrania."
|
4394 |
|
4395 |
# @ WPBDM
|
4396 |
-
#: templates/admin/csv-export.tpl.php:
|
4397 |
#, fuzzy
|
4398 |
msgctxt "admin csv-export"
|
4399 |
msgid "Download %1$s (%2$s)"
|
4400 |
msgstr "Pobierz %s (%s)"
|
4401 |
|
4402 |
# @ WPBDM
|
4403 |
-
#: templates/admin/csv-export.tpl.php:
|
4404 |
msgctxt "admin csv-export"
|
4405 |
msgid ""
|
4406 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
@@ -4410,25 +4408,25 @@ msgstr ""
|
|
4410 |
"danych tymczasowych utworzonych przez Katalog Firm podczas procesu eksportu."
|
4411 |
|
4412 |
# @ WPBDM
|
4413 |
-
#: templates/admin/csv-export.tpl.php:
|
4414 |
msgctxt "admin csv-export"
|
4415 |
msgid "Cleanup"
|
4416 |
msgstr "Oczyszczanie"
|
4417 |
|
4418 |
# @ default
|
4419 |
-
#: templates/admin/csv-export.tpl.php:
|
4420 |
msgctxt "admin csv-export"
|
4421 |
msgid "Export Canceled"
|
4422 |
msgstr "Eksport anulowany"
|
4423 |
|
4424 |
# @ WPBDM
|
4425 |
-
#: templates/admin/csv-export.tpl.php:
|
4426 |
msgctxt "admin csv-export"
|
4427 |
msgid "The export has been canceled."
|
4428 |
msgstr "Eksport został anulowany."
|
4429 |
|
4430 |
# @ WPBDM
|
4431 |
-
#: templates/admin/csv-export.tpl.php:
|
4432 |
msgctxt "admin csv-export"
|
4433 |
msgid "← Return to CSV Export"
|
4434 |
msgstr "← Powrót do CSV Eksport"
|
@@ -4617,28 +4615,28 @@ msgid "Custom Order"
|
|
4617 |
msgstr "Niestandardowe sortowanie"
|
4618 |
|
4619 |
# @ WPBDM
|
4620 |
-
#: includes/admin/fees.php:
|
4621 |
#, fuzzy
|
4622 |
msgctxt "fees admin"
|
4623 |
msgid "Fee plan added."
|
4624 |
msgstr "Abonament zaktualizowany"
|
4625 |
|
4626 |
# @ WPBDM
|
4627 |
-
#: includes/admin/fees.php:
|
4628 |
#, fuzzy
|
4629 |
msgctxt "fees admin"
|
4630 |
msgid "Fee plan updated."
|
4631 |
msgstr "Abonament zaktualizowany"
|
4632 |
|
4633 |
# @ WPBDM
|
4634 |
-
#: includes/admin/fees.php:
|
4635 |
#, fuzzy
|
4636 |
msgctxt "fees admin"
|
4637 |
msgid "Fee \"%s\" deleted."
|
4638 |
msgstr "Abonament usunięty "
|
4639 |
|
4640 |
# @ WPBDM
|
4641 |
-
#: includes/admin/fees.php:
|
4642 |
msgctxt "fees admin"
|
4643 |
msgid "Fee disabled."
|
4644 |
msgstr "Abonament usunięty "
|
@@ -4829,86 +4827,86 @@ msgctxt "fees admin"
|
|
4829 |
msgid "Status"
|
4830 |
msgstr "Status"
|
4831 |
|
4832 |
-
#: templates/admin/fees-form.tpl.php:
|
4833 |
msgctxt "fees admin"
|
4834 |
msgid "Plan Category Policy:"
|
4835 |
msgstr ""
|
4836 |
|
4837 |
# @ WPBDM
|
4838 |
-
#: templates/admin/fees-form.tpl.php:
|
4839 |
#, fuzzy
|
4840 |
msgctxt "fees admin"
|
4841 |
msgid "Plan applies to all categories"
|
4842 |
msgstr "Odnowienie ofert we wszystkich wygasłych kategoriach"
|
4843 |
|
4844 |
-
#: templates/admin/fees-form.tpl.php:
|
4845 |
msgctxt "fees admin"
|
4846 |
msgid "Plan applies to only certain categories"
|
4847 |
msgstr ""
|
4848 |
|
4849 |
# @ WPBDM
|
4850 |
-
#: templates/admin/fees-form.tpl.php:
|
4851 |
#, fuzzy
|
4852 |
msgctxt "fees admin"
|
4853 |
msgid "Limit plan to the following categories:"
|
4854 |
msgstr "Możesz użyc następujących wypełnień pól:"
|
4855 |
|
4856 |
-
#: templates/admin/fees-form.tpl.php:
|
4857 |
msgctxt "fees admin"
|
4858 |
msgid "Click to add categories to the selection."
|
4859 |
msgstr ""
|
4860 |
|
4861 |
# @ WPBDM
|
4862 |
-
#: templates/admin/fees-form.tpl.php:
|
4863 |
#, fuzzy
|
4864 |
msgctxt "fees admin"
|
4865 |
msgid "Pricing"
|
4866 |
msgstr "Cena"
|
4867 |
|
4868 |
-
#: templates/admin/fees-form.tpl.php:
|
4869 |
msgctxt "fees admin"
|
4870 |
msgid "Pricing model"
|
4871 |
msgstr ""
|
4872 |
|
4873 |
-
#: templates/admin/fees-form.tpl.php:
|
4874 |
msgctxt "fees admin"
|
4875 |
msgid "Flat price"
|
4876 |
msgstr ""
|
4877 |
|
4878 |
# @ WPBDM
|
4879 |
-
#: templates/admin/fees-form.tpl.php:
|
4880 |
#, fuzzy
|
4881 |
msgctxt "fees admin"
|
4882 |
msgid "Different price for different categories"
|
4883 |
msgstr "Porządek wyświatlania dla kategorii"
|
4884 |
|
4885 |
-
#: templates/admin/fees-form.tpl.php:
|
4886 |
msgctxt "fees admin"
|
4887 |
msgid "Base price plus an extra amount per category"
|
4888 |
msgstr ""
|
4889 |
|
4890 |
# @ WPBDM
|
4891 |
-
#: templates/admin/fees-form.tpl.php:
|
4892 |
#, fuzzy
|
4893 |
msgctxt "fees admin"
|
4894 |
msgid "Fee Price"
|
4895 |
msgstr "Cena"
|
4896 |
|
4897 |
# @ WPBDM
|
4898 |
-
#: templates/admin/fees-form.tpl.php:
|
4899 |
#, fuzzy
|
4900 |
msgctxt "fees admin"
|
4901 |
msgid "Prices per category"
|
4902 |
msgstr "Usuń Ktegorię"
|
4903 |
|
4904 |
# @ WPBDM
|
4905 |
-
#: templates/admin/fees-form.tpl.php:
|
4906 |
#, fuzzy
|
4907 |
msgctxt "fees admin"
|
4908 |
msgid "Price"
|
4909 |
msgstr "Cena"
|
4910 |
|
4911 |
-
#: templates/admin/fees-form.tpl.php:
|
4912 |
msgctxt "fees admin"
|
4913 |
msgid "Extra amount (per category)"
|
4914 |
msgstr ""
|
@@ -5006,12 +5004,12 @@ msgid "Form Preview"
|
|
5006 |
msgstr "Podgląd formularza"
|
5007 |
|
5008 |
# @ WPBDM
|
5009 |
-
#: includes/admin/form-fields.php:
|
5010 |
msgctxt "form-fields admin"
|
5011 |
msgid "Form fields updated."
|
5012 |
msgstr "Pola formularza zaktualizowane."
|
5013 |
|
5014 |
-
#: includes/admin/form-fields.php:
|
5015 |
msgctxt "form-fields admin"
|
5016 |
msgid ""
|
5017 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
@@ -5021,19 +5019,19 @@ msgid ""
|
|
5021 |
msgstr ""
|
5022 |
|
5023 |
# @ WPBDM
|
5024 |
-
#: includes/admin/form-fields.php:
|
5025 |
msgctxt "form-fields admin"
|
5026 |
msgid "Field deleted."
|
5027 |
msgstr "Pole usunięte."
|
5028 |
|
5029 |
# @ WPBDM
|
5030 |
-
#: includes/admin/form-fields.php:
|
5031 |
msgctxt "form-fields admin"
|
5032 |
msgid "Required fields created successfully."
|
5033 |
msgstr "Pola wymagane zostały pomyślnie utworzone."
|
5034 |
|
5035 |
# @ WPBDM
|
5036 |
-
#: includes/admin/form-fields.php:
|
5037 |
msgctxt "form-fields admin"
|
5038 |
msgid "Tags updated."
|
5039 |
msgstr "Ustawienia zapisane"
|
@@ -5517,92 +5515,77 @@ msgstr "Oferty"
|
|
5517 |
|
5518 |
# @ WPBDM
|
5519 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
5520 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5521 |
#, fuzzy
|
5522 |
msgctxt "listing metabox"
|
5523 |
msgid "N/A"
|
5524 |
msgstr "N/A"
|
5525 |
|
5526 |
# @ WPBDM
|
5527 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5528 |
#, fuzzy
|
5529 |
msgctxt "listing metabox"
|
5530 |
msgid "Last renew date"
|
5531 |
msgstr "Data odświeżenia"
|
5532 |
|
5533 |
# @ WPBDM
|
5534 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5535 |
#, fuzzy
|
5536 |
msgctxt "listing metabox"
|
5537 |
msgid "Plan Details"
|
5538 |
msgstr "Szczegóły Planu"
|
5539 |
|
5540 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5541 |
msgctxt "listing metabox"
|
5542 |
msgid "Fee Plan"
|
5543 |
msgstr ""
|
5544 |
|
5545 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5546 |
msgctxt "listing metabox"
|
5547 |
msgid "Change plan"
|
5548 |
msgstr ""
|
5549 |
|
5550 |
# @ WPBDM
|
5551 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5552 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5553 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5554 |
#, fuzzy
|
5555 |
msgctxt "listing metabox"
|
5556 |
msgid "OK"
|
5557 |
msgstr "Wszystko w porządku"
|
5558 |
|
5559 |
# @ WPBDM
|
5560 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5561 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5562 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5563 |
#, fuzzy
|
5564 |
msgctxt "listing metabox"
|
5565 |
msgid "Cancel"
|
5566 |
msgstr "Anuluj"
|
5567 |
|
5568 |
# @ WPBDM
|
5569 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5570 |
#, fuzzy
|
5571 |
msgctxt "listing metabox"
|
5572 |
msgid "Expires On"
|
5573 |
msgstr "Upłynął okres ważności "
|
5574 |
|
5575 |
# @ WPBDM
|
5576 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5577 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:95
|
5578 |
-
#, fuzzy
|
5579 |
-
msgctxt "listing metabox"
|
5580 |
-
msgid "Edit"
|
5581 |
-
msgstr "Edytuj"
|
5582 |
-
|
5583 |
-
# @ WPBDM
|
5584 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:82
|
5585 |
-
#, fuzzy
|
5586 |
-
msgctxt "listing metabox"
|
5587 |
-
msgid "Never"
|
5588 |
-
msgstr "nigdy"
|
5589 |
-
|
5590 |
-
# @ WPBDM
|
5591 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
5592 |
#, fuzzy
|
5593 |
msgctxt "listing metabox"
|
5594 |
msgid "# of images"
|
5595 |
msgstr "Liczba Obrazów"
|
5596 |
|
5597 |
# @ WPBDM
|
5598 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5599 |
#, fuzzy
|
5600 |
msgctxt "listing metabox"
|
5601 |
msgid "Is Featured?"
|
5602 |
msgstr "%s RSS"
|
5603 |
|
5604 |
# @ WPBDM
|
5605 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5606 |
#, fuzzy
|
5607 |
msgctxt "listing metabox"
|
5608 |
msgid "Is Recurring?"
|
@@ -5759,13 +5742,6 @@ msgstr ""
|
|
5759 |
"wyszukiwania. Wyszukiwania z udziałem tych pól są bardzo długie i mogą "
|
5760 |
"doprowadzić do przekroczenia limitu czasu i /lub ogólnego spowolnienia."
|
5761 |
|
5762 |
-
#: includes/admin/settings/class-settings-bootstrap.php:414
|
5763 |
-
msgctxt "admin settings"
|
5764 |
-
msgid ""
|
5765 |
-
"If no fields are selected, the following fields will be used in Quick "
|
5766 |
-
"Searches:"
|
5767 |
-
msgstr ""
|
5768 |
-
|
5769 |
# @ WPBDM
|
5770 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
5771 |
msgctxt "admin settings"
|
@@ -8467,7 +8443,7 @@ msgid "Category & plan selection"
|
|
8467 |
msgstr "Wybór Kategorii"
|
8468 |
|
8469 |
# @ WPBDM
|
8470 |
-
#: includes/views/submit_listing.php:
|
8471 |
#, fuzzy
|
8472 |
msgctxt "submit listing"
|
8473 |
msgid "Can not submit a listing at this moment. Please try again later."
|
@@ -8476,44 +8452,44 @@ msgstr ""
|
|
8476 |
"później."
|
8477 |
|
8478 |
# @ WPBDM
|
8479 |
-
#: includes/views/submit_listing.php:
|
8480 |
#, fuzzy
|
8481 |
msgctxt "submit listing"
|
8482 |
msgid "Please select a category."
|
8483 |
msgstr "Wybierz abonament dla tegj kategori \"%s\"."
|
8484 |
|
8485 |
-
#: includes/views/submit_listing.php:
|
8486 |
msgctxt "submit listing"
|
8487 |
msgid "Please choose a valid category for your plan."
|
8488 |
msgstr ""
|
8489 |
|
8490 |
# @ WPBDM
|
8491 |
-
#: includes/views/submit_listing.php:
|
8492 |
#, fuzzy
|
8493 |
msgctxt "submit listing"
|
8494 |
msgid "Please choose a valid fee plan for your category selection."
|
8495 |
msgstr "Wybierz abonament dla tegj kategori \"%s\"."
|
8496 |
|
8497 |
# @ WPBDM
|
8498 |
-
#: includes/views/submit_listing.php:
|
8499 |
#, fuzzy
|
8500 |
msgctxt "submit listing"
|
8501 |
msgid "Please enter your desired username."
|
8502 |
msgstr "Proszę wprowadzić Imię"
|
8503 |
|
8504 |
# @ WPBDM
|
8505 |
-
#: includes/views/submit_listing.php:
|
8506 |
#, fuzzy
|
8507 |
msgctxt "submit listing"
|
8508 |
msgid "Please enter the e-mail for your new account."
|
8509 |
msgstr "Proszę wprowadzić Imię"
|
8510 |
|
8511 |
-
#: includes/views/submit_listing.php:
|
8512 |
msgctxt "submit listing"
|
8513 |
msgid "The username you chose is already in use. Please use a different one."
|
8514 |
msgstr ""
|
8515 |
|
8516 |
-
#: includes/views/submit_listing.php:
|
8517 |
msgctxt "submit listing"
|
8518 |
msgid "The e-mail address you chose for your account is already in use."
|
8519 |
msgstr ""
|
@@ -8545,13 +8521,13 @@ msgid "Find A Listing"
|
|
8545 |
msgstr "Znajdź Firmę"
|
8546 |
|
8547 |
# @ WPBDM
|
8548 |
-
#: includes/class-wpbdp.php:
|
8549 |
#, fuzzy
|
8550 |
msgctxt "listing image upload"
|
8551 |
msgid "Can not upload any more images for this listing."
|
8552 |
msgstr "Kategorie dla tej oferty"
|
8553 |
|
8554 |
-
#: includes/class-wpbdp.php:
|
8555 |
msgctxt "listing image upload"
|
8556 |
msgid ""
|
8557 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
@@ -8879,21 +8855,21 @@ msgid ""
|
|
8879 |
"Listing submission has been disabled. Contact the administrator for details."
|
8880 |
msgstr ""
|
8881 |
|
8882 |
-
#: includes/views/submit_listing.php:
|
8883 |
msgctxt "templates"
|
8884 |
msgid ""
|
8885 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
8886 |
"submit a listing. %s to create a fee plan"
|
8887 |
msgstr ""
|
8888 |
|
8889 |
-
#: includes/views/submit_listing.php:
|
8890 |
msgctxt "templates"
|
8891 |
msgid ""
|
8892 |
"Listing submission is not available at the moment. Contact the administrator "
|
8893 |
"for details."
|
8894 |
msgstr ""
|
8895 |
|
8896 |
-
#: includes/views/submit_listing.php:
|
8897 |
msgctxt "templates"
|
8898 |
msgid ""
|
8899 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -8902,13 +8878,13 @@ msgid ""
|
|
8902 |
msgstr ""
|
8903 |
|
8904 |
# @ WPBDM
|
8905 |
-
#: includes/views/submit_listing.php:
|
8906 |
msgctxt "templates"
|
8907 |
msgid "Please agree to the Terms and Conditions."
|
8908 |
msgstr "Musisz zaakceptować nasze warunki i regulamin korzystania z serwisu."
|
8909 |
|
8910 |
# @ WPBDM
|
8911 |
-
#: includes/views/submit_listing.php:
|
8912 |
#, fuzzy
|
8913 |
msgctxt "templates"
|
8914 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
@@ -9209,19 +9185,19 @@ msgid "General"
|
|
9209 |
msgstr "Główna"
|
9210 |
|
9211 |
# @ WPBDM
|
9212 |
-
#: includes/licensing.php:
|
9213 |
msgctxt "licensing"
|
9214 |
msgid "Could not contact licensing server"
|
9215 |
msgstr "Nie można połączyć z serwerem danych licencji"
|
9216 |
|
9217 |
-
#: includes/licensing.php:
|
9218 |
msgctxt "licensing"
|
9219 |
msgid ""
|
9220 |
"It was not possible to establish a connection with Business Directory's "
|
9221 |
"server. cURL was not found in your system"
|
9222 |
msgstr ""
|
9223 |
|
9224 |
-
#: includes/licensing.php:
|
9225 |
msgctxt "licensing"
|
9226 |
msgid ""
|
9227 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -9230,7 +9206,7 @@ msgid ""
|
|
9230 |
"1.0.1c)."
|
9231 |
msgstr ""
|
9232 |
|
9233 |
-
#: includes/licensing.php:
|
9234 |
msgctxt "licensing"
|
9235 |
msgid ""
|
9236 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -9238,21 +9214,21 @@ msgid ""
|
|
9238 |
"services using the latest security standards."
|
9239 |
msgstr ""
|
9240 |
|
9241 |
-
#: includes/licensing.php:
|
9242 |
msgctxt "licensing"
|
9243 |
msgid ""
|
9244 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
9245 |
"Include this message if necessary"
|
9246 |
msgstr ""
|
9247 |
|
9248 |
-
#: includes/licensing.php:
|
9249 |
msgctxt "licensing"
|
9250 |
msgid ""
|
9251 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
9252 |
"Include this message if necessary."
|
9253 |
msgstr ""
|
9254 |
|
9255 |
-
#: includes/licensing.php:
|
9256 |
msgctxt "licensing"
|
9257 |
msgid "The server returned a 403 Forbidden error."
|
9258 |
msgstr ""
|
@@ -9264,25 +9240,25 @@ msgid "Could not activate license: %s."
|
|
9264 |
msgstr "Nie możemy aktywować Licencji: %s."
|
9265 |
|
9266 |
# @ WPBDM
|
9267 |
-
#: includes/licensing.php:
|
9268 |
msgctxt "licensing"
|
9269 |
msgid "License activated"
|
9270 |
msgstr "Licencja została aktywowana"
|
9271 |
|
9272 |
# @ WPBDM
|
9273 |
-
#: includes/licensing.php:
|
9274 |
msgctxt "licensing"
|
9275 |
msgid "Could not deactivate license: %s."
|
9276 |
msgstr "Nie możemy deaktywować Licencji: %s."
|
9277 |
|
9278 |
# @ WPBDM
|
9279 |
-
#: includes/licensing.php:
|
9280 |
msgctxt "licensing"
|
9281 |
msgid "License deactivated"
|
9282 |
msgstr "Licencja deaktywowana"
|
9283 |
|
9284 |
#. translators: "<module-name>" version <version-number> is not...
|
9285 |
-
#: includes/licensing.php:
|
9286 |
msgctxt "deprecation"
|
9287 |
msgid ""
|
9288 |
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
@@ -9783,7 +9759,7 @@ msgctxt "preview"
|
|
9783 |
msgid "This is just a preview. The listing has not been published yet."
|
9784 |
msgstr "To jest tylko podgląd. Oferta nie została jeszcze opublikowana."
|
9785 |
|
9786 |
-
#: includes/views/submit_listing.php:
|
9787 |
msgctxt "listing submit"
|
9788 |
msgid ""
|
9789 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -9961,12 +9937,12 @@ msgstr "Szukaj..."
|
|
9961 |
|
9962 |
# @ default
|
9963 |
# @ WPBDM
|
9964 |
-
#: templates/admin/csv-export.tpl.php:
|
9965 |
-
#: templates/admin/csv-export.tpl.php:
|
9966 |
-
#: templates/admin/csv-import.tpl.php:
|
9967 |
-
#: templates/admin/csv-import.tpl.php:
|
9968 |
-
#: templates/admin/csv-import.tpl.php:
|
9969 |
-
#: templates/admin/csv-import.tpl.php:
|
9970 |
msgctxt "admin forms"
|
9971 |
msgid "required"
|
9972 |
msgstr "Wymagane"
|
@@ -10018,26 +9994,26 @@ msgstr ""
|
|
10018 |
"postaramy sie odpowiedzieć w ciągu 24 godzin."
|
10019 |
|
10020 |
# @ WPBDM
|
10021 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
10022 |
#, fuzzy
|
10023 |
msgctxt "admin infometabox"
|
10024 |
msgid "Renewal url (copy & paste)"
|
10025 |
msgstr "Adres URL odnowienia (kopiuj i wklej)"
|
10026 |
|
10027 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
10028 |
msgctxt "admin infometabox"
|
10029 |
msgid "Get renewal URL"
|
10030 |
msgstr ""
|
10031 |
|
10032 |
# @ WPBDM
|
10033 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
10034 |
#, fuzzy
|
10035 |
msgctxt "admin infometabox"
|
10036 |
msgid "Send renewal e-mail"
|
10037 |
msgstr "Wysyłaj do użytkownika e-mail o odnowieniu "
|
10038 |
|
10039 |
# @ WPBDM
|
10040 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
10041 |
#, fuzzy
|
10042 |
msgctxt "admin infometabox"
|
10043 |
msgid "Renew listing"
|
@@ -10399,6 +10375,33 @@ msgctxt "send-access-keys"
|
|
10399 |
msgid "Continue"
|
10400 |
msgstr "Kontynuacja"
|
10401 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10402 |
# @ WPBDM
|
10403 |
#, fuzzy
|
10404 |
#~ msgctxt "settings"
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2021-04-08 23:15:52+00:00\n"
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: HomeSupport <admin@homesupport.pl>\n"
|
9 |
"Language-Team: HomeSupport\n"
|
29 |
msgstr "Jesteś pewien że chcesz to zrobić?"
|
30 |
|
31 |
# @ WPBDM
|
32 |
+
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
|
33 |
#, fuzzy
|
34 |
msgid "Help"
|
35 |
msgstr "Pomoc"
|
36 |
|
37 |
# @ WPBDM
|
38 |
+
#: includes/admin/class-admin-listings.php:185
|
39 |
#: includes/views/submit_listing.php:497
|
40 |
#: templates/email/listing-reported.tpl.php:7
|
41 |
msgid "Listing Information"
|
42 |
msgstr "Informacje o firmie"
|
43 |
|
44 |
# @ WPBDM
|
45 |
+
#: includes/admin/class-admin-listings.php:193
|
46 |
#, fuzzy
|
47 |
msgid "Listing Timeline"
|
48 |
msgstr "Nazwa Firmy:"
|
49 |
|
50 |
# @ WPBDM
|
51 |
+
#: includes/admin/class-admin-listings.php:211
|
52 |
#, fuzzy
|
53 |
msgid "Listing Reports"
|
54 |
msgstr "Upłynął okres ważności oferty."
|
55 |
|
56 |
# @ WPBDM
|
57 |
+
#: includes/admin/class-admin-listings.php:221
|
58 |
#: includes/admin/class-listing-owner.php:87
|
59 |
#, fuzzy
|
60 |
msgid "Listing Owner"
|
61 |
msgstr "Upłynął okres ważności oferty."
|
62 |
|
63 |
# @ WPBDM
|
64 |
+
#: includes/admin/class-admin-listings.php:266
|
65 |
#, fuzzy
|
66 |
msgid "Expires on"
|
67 |
msgstr "Upłynął okres ważności "
|
68 |
|
69 |
# @ WPBDM
|
70 |
+
#: includes/admin/class-admin-listings.php:274
|
71 |
#, fuzzy
|
72 |
msgid "Attributes"
|
73 |
msgstr "Atrybuty pola"
|
74 |
|
75 |
# @ WPBDM
|
76 |
+
#: includes/admin/class-admin-listings.php:471
|
77 |
#: includes/class-cpt-integration.php:19
|
78 |
#: includes/compatibility/class-navxt-integration.php:200
|
79 |
#: templates/submit-listing.tpl.php:15
|
80 |
msgid "Edit Listing"
|
81 |
msgstr "Edycja Firmy"
|
82 |
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
# @ WPBDM
|
84 |
#: includes/admin/class-admin.php:186
|
85 |
#, fuzzy
|
167 |
msgstr "Licznik ofert"
|
168 |
|
169 |
# @ WPBDM
|
170 |
+
#: includes/admin/class-csv-import.php:674
|
171 |
#, fuzzy
|
172 |
msgid "Listing imported by admin. Payment skipped."
|
173 |
msgstr "Prześlij ofertę"
|
268 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
269 |
#: includes/admin/helpers/class-payments-table.php:57
|
270 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
271 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:73
|
272 |
+
#: templates/admin/payments-details.tpl.php:110
|
273 |
#: templates/email/listing-payment-completed.tpl.php:21
|
274 |
#: templates/payment/payment_items.tpl.php:5
|
275 |
#, fuzzy
|
287 |
# @ WPBDM
|
288 |
#: includes/admin/form-fields.php:31
|
289 |
#: includes/fields/class-fieldtypes-social.php:138
|
290 |
+
#: templates/admin/csv-import.tpl.php:305
|
291 |
#, fuzzy
|
292 |
msgid "Type"
|
293 |
msgstr "Rodzaj"
|
294 |
|
295 |
# @ WPBDM
|
296 |
#: includes/admin/form-fields.php:88
|
297 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:84
|
298 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:99
|
299 |
msgid "Edit"
|
300 |
msgstr "Edytuj"
|
301 |
|
323 |
"formularza\" albo niech katalog firm zrobi to dla ciebie automatycznie."
|
324 |
|
325 |
# @ WPBDM
|
326 |
+
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:826
|
327 |
#, fuzzy
|
328 |
msgid "Go to \"Form Fields\""
|
329 |
msgstr "Przejdź do \"Zarządzanie polami formularza\""
|
334 |
msgstr ""
|
335 |
|
336 |
# @ WPBDM
|
337 |
+
#: includes/admin/form-fields.php:522
|
338 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
339 |
#: templates/email/listing-added.tpl.php:10
|
340 |
#: templates/email/listing-edited.tpl.php:16
|
344 |
msgstr "Tytuł"
|
345 |
|
346 |
# @ WPBDM
|
347 |
+
#: includes/admin/form-fields.php:523 templates/admin/fees-form.tpl.php:217
|
348 |
#: templates/email/listing-added.tpl.php:21
|
349 |
#: templates/email/listing-edited.tpl.php:29
|
350 |
#, fuzzy
|
352 |
msgstr "Kategorie"
|
353 |
|
354 |
# @ WPBDM
|
355 |
+
#: includes/admin/form-fields.php:524
|
356 |
#, fuzzy
|
357 |
msgid "Excerpt"
|
358 |
msgstr "W wyciągu z oferty"
|
359 |
|
360 |
# @ WPBDM
|
361 |
+
#: includes/admin/form-fields.php:525
|
362 |
#, fuzzy
|
363 |
msgid "Content"
|
364 |
msgstr "Zawartość Posta"
|
365 |
|
366 |
# @ WPBDM
|
367 |
+
#: includes/admin/form-fields.php:526
|
368 |
#, fuzzy
|
369 |
msgid "Tags"
|
370 |
msgstr "Slug Tagów"
|
371 |
|
372 |
# @ WPBDM
|
373 |
+
#: includes/admin/form-fields.php:527 includes/form-fields.php:445
|
374 |
#: templates/checkout-billing-form.tpl.php:75
|
375 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
376 |
#, fuzzy
|
378 |
msgstr "Adres e-mail:"
|
379 |
|
380 |
# @ WPBDM
|
381 |
+
#: includes/admin/form-fields.php:528
|
382 |
#, fuzzy
|
383 |
msgid "Address 2"
|
384 |
msgstr "Adres e-mail:"
|
385 |
|
386 |
# @ WPBDM
|
387 |
+
#: includes/admin/form-fields.php:529
|
388 |
+
#: templates/admin/payments-details.tpl.php:161
|
389 |
#: templates/checkout-billing-form.tpl.php:87
|
390 |
#, fuzzy
|
391 |
msgid "City"
|
392 |
msgstr "Miasto:"
|
393 |
|
394 |
# @ WPBDM
|
395 |
+
#: includes/admin/form-fields.php:530
|
396 |
+
#: templates/admin/payments-details.tpl.php:157
|
397 |
#, fuzzy
|
398 |
msgid "State"
|
399 |
msgstr "Województwo:"
|
400 |
|
401 |
# @ WPBDM
|
402 |
+
#: includes/admin/form-fields.php:531
|
403 |
+
#: templates/admin/payments-details.tpl.php:153
|
404 |
#: templates/checkout-billing-form.tpl.php:102
|
405 |
#, fuzzy
|
406 |
msgid "Country"
|
407 |
msgstr "Kraj:"
|
408 |
|
409 |
+
#: includes/admin/form-fields.php:532 includes/form-fields.php:453
|
410 |
+
#: templates/admin/payments-details.tpl.php:165
|
411 |
msgid "ZIP Code"
|
412 |
msgstr ""
|
413 |
|
414 |
# @ WPBDM
|
415 |
+
#: includes/admin/form-fields.php:533
|
416 |
#, fuzzy
|
417 |
msgid "FAX Number"
|
418 |
msgstr "Numer karty kredytowej:"
|
419 |
|
420 |
# @ WPBDM
|
421 |
+
#: includes/admin/form-fields.php:534
|
422 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
423 |
#, fuzzy
|
424 |
msgid "Phone Number"
|
425 |
msgstr "Telefon"
|
426 |
|
427 |
# @ WPBDM
|
428 |
+
#: includes/admin/form-fields.php:535
|
429 |
#, fuzzy
|
430 |
msgid "Ratings Field"
|
431 |
msgstr "Pola ofert"
|
432 |
|
433 |
+
#: includes/admin/form-fields.php:536
|
434 |
msgid "Twitter"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: includes/admin/form-fields.php:537 includes/form-fields.php:411
|
438 |
msgid "Website"
|
439 |
msgstr ""
|
440 |
|
518 |
|
519 |
# @ WPBDM
|
520 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
521 |
+
#: includes/form-fields.php:428 includes/views/submit_listing.php:1225
|
522 |
+
#: templates/admin/payments-details.tpl.php:137
|
523 |
#: templates/listing-contactform.tpl.php:33
|
524 |
#: templates/listing-flagging-form.tpl.php:39
|
525 |
#, fuzzy
|
553 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
554 |
#: includes/class-assets.php:317
|
555 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
556 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
557 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
558 |
#, fuzzy
|
559 |
msgid "No"
|
560 |
msgstr "LIS"
|
634 |
"wyszukiwania aby przyśpieszyć działanie wyszukiwarki. Pomocne w przypadku "
|
635 |
"niektórych, wolniejszych hostingów."
|
636 |
|
637 |
+
#: includes/admin/settings/class-settings-bootstrap.php:414
|
638 |
+
msgid ""
|
639 |
+
"If no fields are selected, the following fields will be used in Quick "
|
640 |
+
"Searches:"
|
641 |
+
msgstr ""
|
642 |
+
|
643 |
# @ WPBDM
|
644 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
645 |
#, fuzzy
|
934 |
|
935 |
# @ WPBDM
|
936 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
937 |
+
#: templates/admin/fees-form.tpl.php:17
|
938 |
#, fuzzy
|
939 |
msgid "Fee Label"
|
940 |
msgstr "Etykieta abonamentu"
|
968 |
|
969 |
# @ WPBDM
|
970 |
#: includes/class-assets.php:315
|
971 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:86
|
972 |
#, fuzzy
|
973 |
msgid "Never"
|
974 |
msgstr "nigdy"
|
975 |
|
976 |
#: includes/class-assets.php:316
|
977 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
978 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
979 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
980 |
msgid "Yes"
|
981 |
msgstr ""
|
982 |
|
1128 |
msgstr ""
|
1129 |
|
1130 |
# @ WPBDM
|
1131 |
+
#: includes/class-wpbdp.php:305
|
1132 |
+
#, fuzzy
|
1133 |
+
msgid "Upgrade to Premium"
|
1134 |
+
msgstr "Podnieś status do %s"
|
1135 |
+
|
1136 |
+
# @ WPBDM
|
1137 |
+
#: includes/class-wpbdp.php:308
|
1138 |
#, fuzzy
|
1139 |
msgid "Settings"
|
1140 |
msgstr "Ustawienia"
|
1141 |
|
1142 |
# @ WPBDM
|
1143 |
+
#: includes/class-wpbdp.php:507
|
1144 |
#, fuzzy
|
1145 |
msgid "Could not find listing ID"
|
1146 |
msgstr "Nie można połączyć z serwerem danych licencji"
|
1147 |
|
1148 |
+
#: includes/class-wpbdp.php:514
|
1149 |
msgid ""
|
1150 |
"Could not verify the image upload request. If problem persists contact site "
|
1151 |
"admin."
|
1152 |
msgstr ""
|
1153 |
|
1154 |
# @ WPBDM
|
1155 |
+
#: includes/class-wpbdp.php:521 includes/fields/class-fieldtypes-image.php:322
|
1156 |
#, fuzzy
|
1157 |
msgid "Could not find image ID"
|
1158 |
msgstr "Nie możemy deaktywować Licencji: %s."
|
1159 |
|
1160 |
# @ WPBDM
|
1161 |
+
#: includes/class-wpbdp.php:553
|
1162 |
#, fuzzy
|
1163 |
msgid ""
|
1164 |
"The directory features are disabled at this time because a <a>manual "
|
1167 |
"Funkcje pluginu KATALOG FIRM są chwilowo wyłączone, ponieważ plugin oczekuje "
|
1168 |
"na ręczną aktualizację, przed kontynuacją."
|
1169 |
|
1170 |
+
#: includes/class-wpbdp.php:560
|
1171 |
msgid ""
|
1172 |
"The directory is not available at this time. Please try again in a few "
|
1173 |
"minutes or contact the administrator if the problem persists."
|
1353 |
# @ default
|
1354 |
# @ WPBDM
|
1355 |
#: includes/fields/class-fieldtypes-select.php:262
|
1356 |
+
#: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
|
1357 |
+
#: templates/admin/fees-form.tpl.php:58
|
1358 |
#, fuzzy
|
1359 |
msgid "required"
|
1360 |
msgstr "Wymagane"
|
1488 |
msgstr "Krótke Info"
|
1489 |
|
1490 |
# @ WPBDM
|
1491 |
+
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:109
|
1492 |
#, fuzzy
|
1493 |
msgid "Description"
|
1494 |
msgstr "Opis pola"
|
1673 |
msgstr "Niewłaściwe ID Pola"
|
1674 |
|
1675 |
# @ WPBDM
|
1676 |
+
#: includes/licensing.php:430
|
1677 |
#, fuzzy
|
1678 |
msgid "No license key provided"
|
1679 |
msgstr "Nie wprowadzono klucz licencji"
|
1680 |
|
1681 |
# @ WPBDM
|
1682 |
+
#: includes/licensing.php:479 includes/licensing.php:516
|
1683 |
#, fuzzy
|
1684 |
msgid "License key is invalid"
|
1685 |
msgstr "Niewłaściwy Klucz Licencji"
|
1686 |
|
1687 |
# @ WPBDM
|
1688 |
+
#: includes/licensing.php:483
|
1689 |
#, fuzzy
|
1690 |
msgid "Deactivation failed"
|
1691 |
msgstr "Błąd Deaktywacji"
|
1692 |
|
1693 |
# @ WPBDM
|
1694 |
+
#: includes/licensing.php:528
|
1695 |
#, fuzzy
|
1696 |
msgid "The license key was revoked."
|
1697 |
msgstr "Nie wprowadzono klucz licencji"
|
1698 |
|
1699 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1700 |
+
#: includes/licensing.php:532
|
1701 |
msgid ""
|
1702 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
1703 |
"%2$s and let them know your license is being reported as revoked by the "
|
1705 |
"with your report."
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: includes/licensing.php:595
|
1709 |
msgid ""
|
1710 |
"It was not possible to establish a connection with the Business Directory "
|
1711 |
"server. The connection failed with the following error:"
|
1712 |
msgstr ""
|
1713 |
|
1714 |
+
#: includes/licensing.php:608
|
1715 |
msgid ""
|
1716 |
"It was not possible to establish a connection with the Business Directory "
|
1717 |
"server. A problem occurred in the SSL/TSL handshake:"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
+
#: includes/licensing.php:655
|
1721 |
msgid ""
|
1722 |
"It looks like your server is not authorized to make outgoing requests to "
|
1723 |
"Business Directory servers. Please contact your webhost and ask them to add "
|
1725 |
msgstr ""
|
1726 |
|
1727 |
# @ WPBDM
|
1728 |
+
#: includes/licensing.php:742
|
1729 |
#, fuzzy
|
1730 |
msgid "Business Directory license key is missing."
|
1731 |
msgstr "Katalog firm - wygasł Klucz Licencji"
|
1732 |
|
1733 |
# @ WPBDM
|
1734 |
+
#: includes/licensing.php:743
|
1735 |
#, fuzzy
|
1736 |
msgid "Business Directory license key has expired"
|
1737 |
msgstr "Katalog firm - wygasł Klucz Licencji"
|
1738 |
|
1739 |
# @ WPBDM
|
1740 |
+
#: includes/licensing.php:744
|
1741 |
#, fuzzy
|
1742 |
msgid "Could not verify Business Directory license."
|
1743 |
msgstr "Pomóż doskonalić Katalog Firm"
|
1744 |
|
1745 |
# @ WPBDM
|
1746 |
+
#: includes/licensing.php:755
|
1747 |
#, fuzzy
|
1748 |
msgid "Review license keys"
|
1749 |
msgstr "Odśwież Klucz Licencji"
|
1750 |
|
1751 |
+
#: includes/licensing.php:868
|
1752 |
msgid "Missing data. Please reload this page and try again."
|
1753 |
msgstr ""
|
1754 |
|
1755 |
# @ WPBDM
|
1756 |
+
#: includes/licensing.php:873
|
1757 |
#, fuzzy
|
1758 |
msgid "Please enter a license key."
|
1759 |
msgstr "Proszę wprowadzić poprawny adres e-mail."
|
1853 |
msgstr ""
|
1854 |
|
1855 |
# @ WPBDM
|
1856 |
+
#: includes/views/submit_listing.php:809
|
1857 |
#, fuzzy
|
1858 |
msgid "Go to \"Fee Plans\""
|
1859 |
msgstr "Przejdź do \"Zarządzanie polami formularza\""
|
1860 |
|
1861 |
# @ WPBDM
|
1862 |
+
#: includes/views/submit_listing.php:865
|
1863 |
#, fuzzy
|
1864 |
msgid "Please choose a fee plan."
|
1865 |
msgstr "Wybierz abonament dla tegj kategori \"%s\"."
|
1866 |
|
1867 |
+
#: includes/views/submit_listing.php:1049
|
1868 |
msgid "Please check the form for errors, correct them and submit again."
|
1869 |
msgstr ""
|
1870 |
|
1871 |
+
#: includes/views/submit_listing.php:1209
|
1872 |
msgid "Create a user account on this site"
|
1873 |
msgstr ""
|
1874 |
|
1875 |
+
#: includes/views/submit_listing.php:1216
|
1876 |
msgid "Username"
|
1877 |
msgstr ""
|
1878 |
|
1879 |
# @ WPBDM
|
1880 |
+
#: includes/views/submit_listing.php:1238
|
1881 |
#, fuzzy
|
1882 |
msgid "Clear Form"
|
1883 |
msgstr "Wyczyść"
|
1895 |
"błędów aby uzyskać szczegółowe informacje."
|
1896 |
|
1897 |
# @ WPBDM
|
1898 |
+
#: templates/admin/csv-export.tpl.php:65
|
1899 |
#, fuzzy
|
1900 |
msgid ""
|
1901 |
"If you plan to re-import the listings into your directory and don't want new "
|
1905 |
"dodane nowe oferty - zaznacz tą opcję."
|
1906 |
|
1907 |
# @ WPBDM
|
1908 |
+
#. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
|
1909 |
+
#: templates/admin/csv-import.tpl.php:34
|
1910 |
+
#, fuzzy
|
1911 |
+
msgid ""
|
1912 |
+
"We strongly recommend reading our %1$sCSV import documentation%2$s first to "
|
1913 |
+
"help you do things in the right order."
|
1914 |
+
msgstr ""
|
1915 |
+
"Zalecamy (poważnie) zapoznanie się z naszą <a> dokumentacją dotyczącą "
|
1916 |
+
"importowania plików CSV</a>, aby wszystko przebiegło pomyślnie i w "
|
1917 |
+
"odpowiedniej kolejności."
|
1918 |
+
|
1919 |
+
# @ WPBDM
|
1920 |
+
#: templates/admin/csv-import.tpl.php:274
|
1921 |
#, fuzzy
|
1922 |
msgid "Disable email notifications during import?"
|
1923 |
msgstr "Wyłączyć powiadomienia e-mail podczas importu?"
|
1924 |
|
1925 |
# @ WPBDM
|
1926 |
+
#: templates/admin/csv-import.tpl.php:281
|
1927 |
#, fuzzy
|
1928 |
msgid "Disable email notifications."
|
1929 |
msgstr "Wyłącz powiadomienia e-mail."
|
1945 |
msgstr "Pobierz Informacje debugowania"
|
1946 |
|
1947 |
# @ WPBDM
|
1948 |
+
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:243
|
1949 |
#, fuzzy
|
1950 |
msgid "Add Listing Fee"
|
1951 |
msgstr "Dodaj Abonament oferty"
|
1957 |
msgstr "Edycja Firmy"
|
1958 |
|
1959 |
# @ WPBDM
|
1960 |
+
#: templates/admin/fees-form.tpl.php:30
|
1961 |
#, fuzzy
|
1962 |
msgid "Fee Description"
|
1963 |
msgstr "Opis pola"
|
1964 |
|
1965 |
+
#: templates/admin/fees-form.tpl.php:38
|
1966 |
msgid "How long should the listing run?"
|
1967 |
msgstr ""
|
1968 |
|
1969 |
# @ WPBDM
|
1970 |
+
#: templates/admin/fees-form.tpl.php:41
|
1971 |
#, fuzzy
|
1972 |
msgid "run listing for"
|
1973 |
msgstr "Emisja oferty do"
|
1974 |
|
1975 |
# @ WPBDM
|
1976 |
+
#: templates/admin/fees-form.tpl.php:51
|
1977 |
#: templates/plan-selection-plan.tpl.php:39
|
1978 |
#, fuzzy
|
1979 |
msgid "days"
|
1980 |
msgstr "dni"
|
1981 |
|
1982 |
# @ WPBDM
|
1983 |
+
#: templates/admin/fees-form.tpl.php:53
|
1984 |
#, fuzzy
|
1985 |
msgid "run listing forever"
|
1986 |
msgstr "Emisja oferty na zawsze"
|
1987 |
|
1988 |
# @ WPBDM
|
1989 |
+
#: templates/admin/fees-form.tpl.php:58
|
1990 |
#, fuzzy
|
1991 |
msgid "Number of images allowed"
|
1992 |
msgstr "Liczba dozwolonych obrazów"
|
1993 |
|
1994 |
+
#: templates/admin/fees-form.tpl.php:73
|
1995 |
msgid "Private Fee Plan (visible to admins only)?"
|
1996 |
msgstr ""
|
1997 |
|
1998 |
# @ WPBDM
|
1999 |
+
#: templates/admin/fees-form.tpl.php:90
|
2000 |
#, fuzzy
|
2001 |
msgid "Is recurring?"
|
2002 |
msgstr "(powtarzające się)"
|
2003 |
|
2004 |
+
#: templates/admin/fees-form.tpl.php:102
|
2005 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
2006 |
msgstr ""
|
2007 |
|
2008 |
# @ WPBDM
|
2009 |
+
#: templates/admin/fees-form.tpl.php:108
|
2010 |
#, fuzzy
|
2011 |
msgid "Is featured listing/sticky?"
|
2012 |
msgstr "Wyróżnione Firmy"
|
2013 |
|
2014 |
+
#: templates/admin/fees-form.tpl.php:119
|
2015 |
msgid ""
|
2016 |
"This floats the listing to the top of search results and browsing the "
|
2017 |
"directory when the user buys this plan."
|
2018 |
msgstr ""
|
2019 |
|
2020 |
+
#: templates/admin/fees-form.tpl.php:125
|
2021 |
msgid "Listing background color:"
|
2022 |
msgstr ""
|
2023 |
|
2024 |
+
#: templates/admin/fees-form.tpl.php:131
|
2025 |
msgid "Used to differentiate listings inside this plan from others."
|
2026 |
msgstr ""
|
2027 |
|
2028 |
# @ WPBDM
|
2029 |
+
#: templates/admin/fees-form.tpl.php:243
|
2030 |
#: templates/admin/settings-email.tpl.php:116
|
2031 |
#: templates/submit-listing-section.tpl.php:30
|
2032 |
#, fuzzy
|
2220 |
msgid "Payment Not Found"
|
2221 |
msgstr "Informacje o abonamencie"
|
2222 |
|
2223 |
+
#: templates/admin/payments-details.tpl.php:42
|
2224 |
msgid "Overview"
|
2225 |
msgstr ""
|
2226 |
|
2227 |
# @ WPBDM
|
2228 |
+
#: templates/admin/payments-details.tpl.php:46
|
2229 |
+
#: templates/admin/payments-details.tpl.php:80
|
2230 |
#, fuzzy
|
2231 |
msgid "Payment ID"
|
2232 |
msgstr "Płatność"
|
2233 |
|
2234 |
# @ WPBDM
|
2235 |
+
#: templates/admin/payments-details.tpl.php:50
|
2236 |
#, fuzzy
|
2237 |
msgid "Listing"
|
2238 |
msgstr "Oferta"
|
2239 |
|
2240 |
# @ WPBDM
|
2241 |
+
#: templates/admin/payments-details.tpl.php:56
|
2242 |
#, fuzzy
|
2243 |
msgid "Status"
|
2244 |
msgstr "Status"
|
2245 |
|
2246 |
# @ WPBDM
|
2247 |
+
#: templates/admin/payments-details.tpl.php:65
|
2248 |
#, fuzzy
|
2249 |
msgid "Date"
|
2250 |
msgstr "Data"
|
2251 |
|
2252 |
# @ WPBDM
|
2253 |
+
#: templates/admin/payments-details.tpl.php:69
|
2254 |
#, fuzzy
|
2255 |
msgid "Time"
|
2256 |
msgstr "Czas: %s"
|
2257 |
|
2258 |
# @ WPBDM
|
2259 |
+
#: templates/admin/payments-details.tpl.php:74
|
2260 |
#, fuzzy
|
2261 |
msgid "Gateway"
|
2262 |
msgstr "Bramka"
|
2263 |
|
2264 |
# @ WPBDM
|
2265 |
#. translators: Gateway: (Not yet set)
|
2266 |
+
#: templates/admin/payments-details.tpl.php:76
|
2267 |
#, fuzzy
|
2268 |
msgid "(Not yet set)"
|
2269 |
msgstr "Nie jesteś jeszcze zarejestrowany?"
|
2270 |
|
2271 |
# @ WPBDM
|
2272 |
+
#: templates/admin/payments-details.tpl.php:91
|
2273 |
#, fuzzy
|
2274 |
msgid "Delete Payment"
|
2275 |
msgstr "Odrzucenie płatności"
|
2276 |
|
2277 |
# @ WPBDM
|
2278 |
+
#: templates/admin/payments-details.tpl.php:93
|
2279 |
#, fuzzy
|
2280 |
msgid "Save Payment"
|
2281 |
msgstr "Płatność"
|
2282 |
|
2283 |
# @ WPBDM
|
2284 |
+
#: templates/admin/payments-details.tpl.php:104
|
2285 |
#, fuzzy
|
2286 |
msgid "Details"
|
2287 |
msgstr "+ Szczegóły"
|
2288 |
|
2289 |
# @ WPBDM
|
2290 |
+
#: templates/admin/payments-details.tpl.php:108
|
2291 |
#, fuzzy
|
2292 |
msgid "Item Type"
|
2293 |
msgstr "Rodzaj pola"
|
2294 |
|
2295 |
# @ WPBDM
|
2296 |
+
#: templates/admin/payments-details.tpl.php:121
|
2297 |
#: templates/payment/payment_items.tpl.php:23
|
2298 |
#, fuzzy
|
2299 |
msgid "Total"
|
2300 |
msgstr "Całkowity koszt"
|
2301 |
|
2302 |
# @ WPBDM
|
2303 |
+
#: templates/admin/payments-details.tpl.php:132
|
2304 |
#, fuzzy
|
2305 |
msgid "Customer Details"
|
2306 |
msgstr "Aktualne Szczegóły Abonamentu"
|
2307 |
|
2308 |
# @ WPBDM
|
2309 |
+
#: templates/admin/payments-details.tpl.php:142
|
2310 |
#: templates/checkout-billing-form.tpl.php:17
|
2311 |
#, fuzzy
|
2312 |
msgid "First Name"
|
2313 |
msgstr "Nazwisko:"
|
2314 |
|
2315 |
# @ WPBDM
|
2316 |
+
#: templates/admin/payments-details.tpl.php:147
|
2317 |
#: templates/checkout-billing-form.tpl.php:22
|
2318 |
#, fuzzy
|
2319 |
msgid "Last Name"
|
2320 |
msgstr "Imię:"
|
2321 |
|
2322 |
# @ WPBDM
|
2323 |
+
#: templates/admin/payments-details.tpl.php:169
|
2324 |
#, fuzzy
|
2325 |
msgid "Address Line 1"
|
2326 |
msgstr "Adres - linia1:"
|
2327 |
|
2328 |
# @ WPBDM
|
2329 |
+
#: templates/admin/payments-details.tpl.php:173
|
2330 |
#: templates/checkout-billing-form.tpl.php:81
|
2331 |
#, fuzzy
|
2332 |
msgid "Address Line 2"
|
2333 |
msgstr "Adres - linia2:"
|
2334 |
|
2335 |
+
#: templates/admin/payments-details.tpl.php:182
|
2336 |
msgid "Notes & Log"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
+
#: templates/admin/payments-details.tpl.php:187
|
2340 |
msgid "No notes."
|
2341 |
msgstr ""
|
2342 |
|
2343 |
# @ WPBDM
|
2344 |
+
#: templates/admin/payments-details.tpl.php:207
|
2345 |
#, fuzzy
|
2346 |
msgid "Add Note"
|
2347 |
msgstr "Dodaj abonament"
|
3173 |
msgid "See an example CSV import file"
|
3174 |
msgstr "Zobacz przykład importowanego pliku CSV"
|
3175 |
|
3176 |
+
#: includes/admin/class-csv-import.php:531
|
3177 |
msgctxt "admin csv-import"
|
3178 |
msgid ""
|
3179 |
"Could not create listing category \"<category-name>\". The operation failed "
|
3181 |
msgstr ""
|
3182 |
|
3183 |
# @ WPBDM
|
3184 |
+
#: includes/admin/class-csv-import.php:537
|
3185 |
msgctxt "admin csv-import"
|
3186 |
msgid "Could not create listing category \"%s\""
|
3187 |
msgstr "Nie można utworzyć kategorii ofert \"%s\""
|
3188 |
|
3189 |
# @ WPBDM
|
3190 |
+
#: includes/admin/class-csv-import.php:728
|
3191 |
msgctxt "admin csv-import"
|
3192 |
msgid "Username \"%s\" does not exist"
|
3193 |
msgstr "Użytkownik \"%s\" nie istnieje"
|
3194 |
|
3195 |
+
#: includes/admin/class-csv-import.php:755
|
3196 |
msgctxt "admin csv-import"
|
3197 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
3198 |
msgstr ""
|
3199 |
|
3200 |
# @ WPBDM
|
3201 |
+
#: includes/admin/class-csv-import.php:786
|
3202 |
msgctxt "admin csv-import"
|
3203 |
msgid "Missing required field: %s"
|
3204 |
msgstr "Brak wymaganego pola: %s"
|
3205 |
|
3206 |
# @ WPBDM
|
3207 |
+
#: includes/admin/class-csv-import.php:831
|
3208 |
msgctxt "admin csv-import"
|
3209 |
msgid "Listing category \"%s\" does not exist"
|
3210 |
msgstr "Kategoria \"%s\" nie istnieje"
|
3211 |
|
3212 |
+
#: includes/admin/class-csv-import.php:902
|
3213 |
msgctxt "admin csv-import"
|
3214 |
msgid "The string <string> couldn't be converted into a valid date."
|
3215 |
msgstr ""
|
3415 |
msgid "Here, you can import data into your directory using the CSV format."
|
3416 |
msgstr "Tutaj możesz zaimportować dane używając plików CSV."
|
3417 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3418 |
# @ default
|
3419 |
#: templates/admin/csv-import.tpl.php:45
|
3420 |
msgctxt "admin csv-import"
|
3434 |
msgstr "... albo <a>wybierz plik, który chcesz załadować do folderu</a>"
|
3435 |
|
3436 |
# @ WPBDM
|
3437 |
+
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
|
3438 |
msgctxt "admin csv-import"
|
3439 |
msgid "(Upload new file)"
|
3440 |
msgstr "(załaduj nowy plik)"
|
3446 |
msgstr "Plik ZIP zawierający zdjęcia"
|
3447 |
|
3448 |
# @ WPBDM
|
3449 |
+
#: templates/admin/csv-import.tpl.php:113
|
3450 |
msgctxt "admin csv-import"
|
3451 |
msgid "CSV File Settings"
|
3452 |
msgstr "Ustawienia pliku CSV"
|
3453 |
|
3454 |
# @ WPBDM
|
3455 |
+
#: templates/admin/csv-import.tpl.php:117
|
3456 |
msgctxt "admin csv-import"
|
3457 |
msgid "Column Separator"
|
3458 |
msgstr "Separator kolumn"
|
3459 |
|
3460 |
+
#: templates/admin/csv-import.tpl.php:125
|
3461 |
msgctxt "admin csv-import"
|
3462 |
msgid "Comma (,)"
|
3463 |
msgstr ""
|
3464 |
|
3465 |
+
#: templates/admin/csv-import.tpl.php:131
|
3466 |
msgctxt "admin csv-import"
|
3467 |
msgid "Semicolon (;)"
|
3468 |
msgstr ""
|
3469 |
|
3470 |
+
#: templates/admin/csv-import.tpl.php:137
|
3471 |
msgctxt "admin csv-import"
|
3472 |
msgid "TAB"
|
3473 |
msgstr ""
|
3474 |
|
3475 |
# @ WPBDM
|
3476 |
+
#: templates/admin/csv-import.tpl.php:143
|
3477 |
msgctxt "admin csv-import"
|
3478 |
msgid "Image Separator"
|
3479 |
msgstr "Separator obrazu"
|
3480 |
|
3481 |
# @ WPBDM
|
3482 |
+
#: templates/admin/csv-import.tpl.php:154
|
3483 |
msgctxt "admin csv-import"
|
3484 |
msgid "Category Separator"
|
3485 |
msgstr "Separator kategorii"
|
3486 |
|
3487 |
# @ WPBDM
|
3488 |
+
#: templates/admin/csv-import.tpl.php:165
|
3489 |
msgctxt "admin csv-import"
|
3490 |
msgid "Import settings"
|
3491 |
msgstr "Ustawienia importu"
|
3492 |
|
3493 |
# @ WPBDM
|
3494 |
+
#: templates/admin/csv-import.tpl.php:169
|
3495 |
#, fuzzy
|
3496 |
msgctxt "admin csv-import"
|
3497 |
msgid "Post status of new imported listings"
|
3498 |
msgstr "Status dla zaimportowanych plików"
|
3499 |
|
3500 |
# @ WPBDM
|
3501 |
+
#: templates/admin/csv-import.tpl.php:186
|
3502 |
#, fuzzy
|
3503 |
msgctxt "admin csv-import"
|
3504 |
msgid "Post status of existing imported listings"
|
3505 |
msgstr "Status dla zaimportowanych plików"
|
3506 |
|
3507 |
# @ WPBDM
|
3508 |
+
#: templates/admin/csv-import.tpl.php:190
|
3509 |
#, fuzzy
|
3510 |
msgctxt "admin csv-import"
|
3511 |
msgid "Preserve existing status"
|
3512 |
msgstr "Oferty"
|
3513 |
|
3514 |
# @ WPBDM
|
3515 |
+
#: templates/admin/csv-import.tpl.php:204
|
3516 |
msgctxt "admin csv-import"
|
3517 |
msgid "Missing categories handling"
|
3518 |
msgstr "Brakująca obsługa kategorii "
|
3519 |
|
3520 |
# @ WPBDM
|
3521 |
+
#: templates/admin/csv-import.tpl.php:209
|
3522 |
msgctxt "admin csv-import"
|
3523 |
msgid "Auto-create categories"
|
3524 |
msgstr "Automatyczne tworzenie kategorii"
|
3525 |
|
3526 |
# @ WPBDM
|
3527 |
+
#: templates/admin/csv-import.tpl.php:212
|
3528 |
msgctxt "admin csv-import"
|
3529 |
msgid "Generate errors when a category is not found"
|
3530 |
msgstr "Generować błędy gdy kategorii nie znaleziono"
|
3531 |
|
3532 |
+
#: templates/admin/csv-import.tpl.php:217
|
3533 |
msgctxt "admin csv-import"
|
3534 |
msgid "Keep existing listing images?"
|
3535 |
msgstr ""
|
3536 |
|
3537 |
# @ WPBDM
|
3538 |
+
#: templates/admin/csv-import.tpl.php:222
|
3539 |
msgctxt "admin csv-import"
|
3540 |
msgid "Keep existing images."
|
3541 |
msgstr "Obrazy"
|
3542 |
|
3543 |
+
#: templates/admin/csv-import.tpl.php:223
|
3544 |
msgctxt "admin csv-import"
|
3545 |
msgid "Appends new images while keeping current ones."
|
3546 |
msgstr ""
|
3547 |
|
3548 |
# @ WPBDM
|
3549 |
+
#: templates/admin/csv-import.tpl.php:228
|
3550 |
msgctxt "admin csv-import"
|
3551 |
msgid "Assign listings to a user?"
|
3552 |
msgstr "Przypisać oferty do użytkownika?"
|
3553 |
|
3554 |
# @ WPBDM
|
3555 |
+
#: templates/admin/csv-import.tpl.php:234
|
3556 |
msgctxt "admin csv-import"
|
3557 |
msgid "Assign listings to a user."
|
3558 |
msgstr "Przypisz oferty do użytkownika."
|
3559 |
|
3560 |
# @ WPBDM
|
3561 |
+
#: templates/admin/csv-import.tpl.php:239
|
3562 |
msgctxt "admin csv-import"
|
3563 |
msgid "Use a default user for listings?"
|
3564 |
msgstr "Użyj domyślnego obrazu dla ofert, które nie posiadają żadnych obrazów?"
|
3565 |
|
3566 |
# @ WPBDM
|
3567 |
+
#: templates/admin/csv-import.tpl.php:245
|
3568 |
msgctxt "admin csv-import"
|
3569 |
msgid ""
|
3570 |
"Select a default user to be used if the username column is not present in "
|
3574 |
"obecny w pliku CSV."
|
3575 |
|
3576 |
# @ WPBDM
|
3577 |
+
#: templates/admin/csv-import.tpl.php:250
|
3578 |
msgctxt "admin csv-import"
|
3579 |
msgid "Default listing user"
|
3580 |
msgstr "Domyślny użytkownik oferty"
|
3581 |
|
3582 |
# @ WPBDM
|
3583 |
+
#: templates/admin/csv-import.tpl.php:256
|
3584 |
msgctxt "admin csv-import"
|
3585 |
msgid ""
|
3586 |
"This user will be used if the username column is not present in the CSV file."
|
3589 |
"obecny w pliku CSV."
|
3590 |
|
3591 |
# @ WPBDM
|
3592 |
+
#: templates/admin/csv-import.tpl.php:261
|
3593 |
#, fuzzy
|
3594 |
msgctxt "admin csv-import"
|
3595 |
msgid "Number of listings imported on every cycle"
|
3596 |
msgstr "Liczba wyświetlanych ofert"
|
3597 |
|
3598 |
+
#: templates/admin/csv-import.tpl.php:269
|
3599 |
msgctxt "admin csv-import"
|
3600 |
msgid ""
|
3601 |
"If you are having trouble importing listings due to memory problems, try "
|
3605 |
msgstr ""
|
3606 |
|
3607 |
# @ WPBDM
|
3608 |
+
#: templates/admin/csv-import.tpl.php:288
|
3609 |
msgctxt "admin csv-import"
|
3610 |
msgid "Test Import"
|
3611 |
msgstr "Test importu"
|
3612 |
|
3613 |
# @ WPBDM
|
3614 |
+
#: templates/admin/csv-import.tpl.php:289
|
3615 |
msgctxt "admin csv-import"
|
3616 |
msgid "Import Listings"
|
3617 |
msgstr "Import ofert"
|
3618 |
|
3619 |
# @ WPBDM
|
3620 |
+
#: templates/admin/csv-import.tpl.php:296
|
3621 |
msgctxt "admin csv-import"
|
3622 |
msgid ""
|
3623 |
"The following are the valid header names to be used in the CSV file. "
|
3631 |
"\"</a> aby zobaczyć, jak powinien wyglądać plik importu."
|
3632 |
|
3633 |
# @ WPBDM
|
3634 |
+
#: templates/admin/csv-import.tpl.php:303
|
3635 |
msgctxt "admin csv-import"
|
3636 |
msgid "Header name/label"
|
3637 |
msgstr "Nagłówek/Etykieta"
|
3638 |
|
3639 |
# @ WPBDM
|
3640 |
+
#: templates/admin/csv-import.tpl.php:304
|
3641 |
msgctxt "admin csv-import"
|
3642 |
msgid "Field"
|
3643 |
msgstr "Pole"
|
3644 |
|
3645 |
# @ WPBDM
|
3646 |
+
#: templates/admin/csv-import.tpl.php:306
|
3647 |
msgctxt "admin csv-import"
|
3648 |
msgid "Required?"
|
3649 |
msgstr "Wymagane?"
|
3650 |
|
3651 |
# @ WPBDM
|
3652 |
+
#: templates/admin/csv-import.tpl.php:307
|
3653 |
msgctxt "admin csv-import"
|
3654 |
msgid "Multivalued?"
|
3655 |
msgstr "Wielowartościowe?"
|
3656 |
|
3657 |
# @ WPBDM
|
3658 |
+
#: templates/admin/csv-import.tpl.php:332
|
3659 |
#, fuzzy
|
3660 |
msgctxt "admin csv-import"
|
3661 |
msgid ""
|
3666 |
"podczas dodawania lub aktualizowania oferty ze źródeł zewnętrznych."
|
3667 |
|
3668 |
# @ WPBDM
|
3669 |
+
#: templates/admin/csv-import.tpl.php:339
|
3670 |
msgctxt "admin csv-import"
|
3671 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
3672 |
msgstr "Lista rozdzielonych średnikami obrazów oferty (z pliku ZIP)"
|
3673 |
|
3674 |
# @ WPBDM
|
3675 |
+
#: templates/admin/csv-import.tpl.php:346
|
3676 |
msgctxt "admin csv-import"
|
3677 |
msgid "Listing author's username"
|
3678 |
msgstr "Autor oferty - Nazwa Użytkownika"
|
3679 |
|
3680 |
# @ WPBDM
|
3681 |
+
#: templates/admin/csv-import.tpl.php:353
|
3682 |
msgctxt "admin csv-import"
|
3683 |
msgid ""
|
3684 |
"Internal Sequence ID used to allow listing updates from external sources."
|
3687 |
"ofercie aktualizacji ze źródeł zewnętrznych."
|
3688 |
|
3689 |
# @ WPBDM
|
3690 |
+
#: templates/admin/csv-import.tpl.php:360
|
3691 |
msgctxt "admin csv-import"
|
3692 |
msgid ""
|
3693 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
3711 |
msgstr "CSV Export"
|
3712 |
|
3713 |
# @ WPBDM
|
3714 |
+
#: includes/admin/class-admin-listings.php:60
|
3715 |
msgctxt "admin category filter"
|
3716 |
msgid "All categories"
|
3717 |
msgstr "Wszystkie Kategorie"
|
3718 |
|
3719 |
+
#: includes/admin/class-admin-listings.php:175
|
3720 |
msgctxt "admin listings"
|
3721 |
msgid ""
|
3722 |
"This listing doesn't have a fee plan assigned. This is required in order to "
|
3725 |
msgstr ""
|
3726 |
|
3727 |
# @ WPBDM
|
3728 |
+
#: includes/admin/class-admin-listings.php:311
|
3729 |
#, fuzzy
|
3730 |
msgctxt "admin listings"
|
3731 |
msgid "Never"
|
3732 |
msgstr "nigdy"
|
3733 |
|
3734 |
# @ WPBDM
|
3735 |
+
#: includes/admin/class-admin-listings.php:337
|
3736 |
#, fuzzy
|
3737 |
msgctxt "admin listings"
|
3738 |
msgid "Featured"
|
3739 |
msgstr "Status wyróżnienia (naklejka)"
|
3740 |
|
3741 |
# @ WPBDM
|
3742 |
+
#: includes/admin/class-admin-listings.php:341
|
3743 |
#, fuzzy
|
3744 |
msgctxt "admin listings"
|
3745 |
msgid "Recurring"
|
3746 |
msgstr "(powtarzające się)"
|
3747 |
|
3748 |
# @ WPBDM
|
3749 |
+
#: includes/admin/class-admin-listings.php:345
|
3750 |
#, fuzzy
|
3751 |
msgctxt "admin listings"
|
3752 |
msgid "Free"
|
3753 |
msgstr "Tryb Bezpłatny"
|
3754 |
|
3755 |
# @ WPBDM
|
3756 |
+
#: includes/admin/class-admin-listings.php:349
|
3757 |
#, fuzzy
|
3758 |
msgctxt "admin listings"
|
3759 |
msgid "Payment Not Found"
|
3760 |
msgstr "Informacje o abonamencie"
|
3761 |
|
3762 |
# @ WPBDM
|
3763 |
+
#: includes/admin/class-admin-listings.php:353
|
3764 |
#, fuzzy
|
3765 |
msgctxt "admin listings"
|
3766 |
msgid "Payment %s"
|
3767 |
msgstr "Płatność #%d"
|
3768 |
|
3769 |
+
#: includes/admin/class-admin-listings.php:362
|
3770 |
msgctxt "admin listings"
|
3771 |
msgid "Reported"
|
3772 |
msgstr ""
|
3773 |
|
3774 |
+
#: includes/admin/class-admin-listings.php:689
|
3775 |
msgctxt "admin listings"
|
3776 |
msgid "Listing's payment history successfully deleted"
|
3777 |
msgstr ""
|
3803 |
msgstr "Upłynął okres ważności oferty."
|
3804 |
|
3805 |
# @ WPBDM
|
3806 |
+
#: includes/admin/class-admin-listings.php:201
|
3807 |
#, fuzzy
|
3808 |
msgctxt "admin"
|
3809 |
msgid "Directory Listing Fields / Images"
|
3810 |
msgstr "Pola/Obrazy"
|
3811 |
|
3812 |
# @ WPBDM
|
3813 |
+
#: includes/admin/class-admin-listings.php:265
|
3814 |
msgctxt "admin"
|
3815 |
msgid "Categories"
|
3816 |
msgstr "Kategorie"
|
4003 |
msgid "Abandoned"
|
4004 |
msgstr "Porzucone"
|
4005 |
|
4006 |
+
#: includes/admin/class-admin-listings.php:322
|
4007 |
msgctxt "listing attribute"
|
4008 |
msgid "No Fee Plan"
|
4009 |
msgstr ""
|
4010 |
|
4011 |
+
#: includes/admin/class-admin-listings.php:422
|
4012 |
msgctxt "listing status"
|
4013 |
msgid "Reported"
|
4014 |
msgstr ""
|
4073 |
msgstr "Porzucone"
|
4074 |
|
4075 |
# @ WPBDM
|
4076 |
+
#: includes/admin/class-admin-listings.php:476
|
4077 |
msgctxt "admin actions"
|
4078 |
msgid "Delete Listing"
|
4079 |
msgstr "Usuń Ofertę"
|
4080 |
|
4081 |
# @ WPBDM
|
4082 |
+
#: includes/admin/class-admin-listings.php:487
|
4083 |
#, fuzzy
|
4084 |
msgctxt "admin actions"
|
4085 |
msgid "View Payments"
|
4086 |
msgstr "Płatność"
|
4087 |
|
4088 |
# @ WPBDM
|
4089 |
+
#: includes/admin/class-admin-listings.php:492
|
4090 |
#, fuzzy
|
4091 |
msgctxt "admin actions"
|
4092 |
msgid "View Payment"
|
4093 |
msgstr "Płatność"
|
4094 |
|
4095 |
# @ WPBDM
|
4096 |
+
#: includes/admin/class-admin-listings.php:622
|
4097 |
#, fuzzy
|
4098 |
msgctxt "admin actions"
|
4099 |
msgid "Publish listings"
|
4100 |
msgstr "Publikuj Ofertę"
|
4101 |
|
4102 |
# @ WPBDM
|
4103 |
+
#: includes/admin/class-admin-listings.php:623
|
4104 |
#, fuzzy
|
4105 |
msgctxt "admin actions"
|
4106 |
msgid "Mark as \"Pending Review\""
|
4107 |
msgstr "Oczekujące"
|
4108 |
|
4109 |
+
#: includes/admin/class-admin-listings.php:624
|
4110 |
msgctxt "admin actions"
|
4111 |
msgid "Hide from directory (mark as \"Draft\")"
|
4112 |
msgstr ""
|
4113 |
|
4114 |
# @ WPBDM
|
4115 |
+
#: includes/admin/class-admin-listings.php:626
|
4116 |
#, fuzzy
|
4117 |
msgctxt "admin actions"
|
4118 |
msgid "Renew listings"
|
4119 |
msgstr "Odnów Ofertę"
|
4120 |
|
4121 |
# @ WPBDM
|
4122 |
+
#: includes/admin/class-admin-listings.php:627
|
4123 |
#, fuzzy
|
4124 |
msgctxt "admin actions"
|
4125 |
msgid "Set listings as \"Expired\""
|
4126 |
msgstr "Upłynął okres ważności oferty."
|
4127 |
|
4128 |
# @ WPBDM
|
4129 |
+
#: includes/admin/class-admin-listings.php:634
|
4130 |
#, fuzzy
|
4131 |
msgctxt "admin actions"
|
4132 |
msgid "Send access keys"
|
4166 |
msgstr "Ustawienia"
|
4167 |
|
4168 |
# @ WPBDM
|
4169 |
+
#: includes/admin/class-csv-exporter.php:110
|
4170 |
msgctxt "admin csv-export"
|
4171 |
msgid "Could not create a temporary directory for handling this CSV export."
|
4172 |
msgstr ""
|
4173 |
"Nie można utworzyć katalogu tymczasowego dla obsługi tego eksportu CSV."
|
4174 |
|
4175 |
# @ WPBDM
|
4176 |
+
#: includes/admin/class-csv-exporter.php:111
|
|
|
|
|
|
|
|
|
|
|
|
|
4177 |
msgctxt "admin csv-export"
|
4178 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
4179 |
msgstr "Błąd podczas tworzenia katalogu tymczasowego dla eksportu CSV: %s"
|
4180 |
|
4181 |
+
#: includes/admin/csv-export.php:48
|
4182 |
msgctxt "admin csv-export"
|
4183 |
msgid "Could not decode export state information."
|
4184 |
msgstr ""
|
4198 |
"pliku konfiguracyjnym php.ini Twojego serwera."
|
4199 |
|
4200 |
# @ WPBDM
|
4201 |
+
#: templates/admin/csv-export.tpl.php:29
|
|
|
|
|
|
|
|
|
|
|
|
|
4202 |
msgctxt "admin csv-export"
|
4203 |
msgid "Export settings"
|
4204 |
msgstr "Ustawienia eksportu"
|
4205 |
|
4206 |
# @ WPBDM
|
4207 |
+
#: templates/admin/csv-export.tpl.php:33
|
4208 |
msgctxt "admin csv-export"
|
4209 |
msgid "Which listings to export?"
|
4210 |
msgstr "Które oferty chcesz wyeksportować?"
|
4211 |
|
4212 |
# @ WPBDM
|
4213 |
+
#: templates/admin/csv-export.tpl.php:37
|
4214 |
msgctxt "admin csv-export"
|
4215 |
msgid "All"
|
4216 |
msgstr "Wszystkie"
|
4217 |
|
4218 |
# @ WPBDM
|
4219 |
+
#: templates/admin/csv-export.tpl.php:38
|
4220 |
msgctxt "admin csv-export"
|
4221 |
msgid "Active Only"
|
4222 |
msgstr "Tylko aktywne"
|
4223 |
|
4224 |
# @ WPBDM
|
4225 |
+
#: templates/admin/csv-export.tpl.php:39
|
4226 |
msgctxt "admin csv-export"
|
4227 |
msgid "Active + Pending Renewal"
|
4228 |
msgstr "Tylko aktywne i oczekujące na odświeżenie "
|
4229 |
|
4230 |
# @ WPBDM
|
4231 |
+
#: templates/admin/csv-export.tpl.php:45
|
4232 |
msgctxt "admin csv-export"
|
4233 |
msgid "Export images?"
|
4234 |
msgstr "Eksportować obrazy?"
|
4235 |
|
4236 |
# @ WPBDM
|
4237 |
+
#: templates/admin/csv-export.tpl.php:50
|
4238 |
msgctxt "admin csv-export"
|
4239 |
msgid "Export images"
|
4240 |
msgstr "Eksport obrazów"
|
4241 |
|
4242 |
# @ WPBDM
|
4243 |
+
#: templates/admin/csv-export.tpl.php:52
|
4244 |
msgctxt "admin csv-export"
|
4245 |
msgid ""
|
4246 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
4250 |
"z pliku CSV i obrazów ofert."
|
4251 |
|
4252 |
# @ WPBDM
|
4253 |
+
#: templates/admin/csv-export.tpl.php:58
|
4254 |
msgctxt "admin csv-export"
|
4255 |
msgid "Additional metadata to export:"
|
4256 |
msgstr "Dodatkowe metadane do eksportu:"
|
4257 |
|
4258 |
# @ WPBDM
|
4259 |
+
#: templates/admin/csv-export.tpl.php:63
|
4260 |
msgctxt "admin csv-export"
|
4261 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
4262 |
msgstr "Zawiera unikalne ID dla każdej z ofert (sekwencyjne_id kolumny)."
|
4263 |
|
4264 |
# @ WPBDM
|
4265 |
+
#: templates/admin/csv-export.tpl.php:71
|
4266 |
msgctxt "admin csv-export"
|
4267 |
msgid "Author information (username)"
|
4268 |
msgstr "Informacje o Autorze (nazwa użytkownika)"
|
4269 |
|
4270 |
# @ WPBDM
|
4271 |
+
#: templates/admin/csv-export.tpl.php:76
|
4272 |
msgctxt "admin csv-export"
|
4273 |
msgid "Listing expiration date"
|
4274 |
msgstr "Data zakończenia emisji oferty"
|
4275 |
|
4276 |
# @ WPBDM
|
4277 |
+
#: templates/admin/csv-export.tpl.php:80
|
4278 |
#, fuzzy
|
4279 |
msgctxt "admin csv-export"
|
4280 |
msgid "Listing created date"
|
4281 |
msgstr "Obrazy"
|
4282 |
|
4283 |
# @ WPBDM
|
4284 |
+
#: templates/admin/csv-export.tpl.php:84
|
4285 |
#, fuzzy
|
4286 |
msgctxt "admin csv-export"
|
4287 |
msgid "Listing last updated date"
|
4288 |
msgstr "Data zakończenia emisji oferty"
|
4289 |
|
4290 |
# @ WPBDM
|
4291 |
+
#: templates/admin/csv-export.tpl.php:88
|
4292 |
#, fuzzy
|
4293 |
msgctxt "admin csv-export"
|
4294 |
msgid "Listing T&C acceptance date"
|
4295 |
msgstr "Obrazy"
|
4296 |
|
4297 |
# @ WPBDM
|
4298 |
+
#: templates/admin/csv-export.tpl.php:93
|
4299 |
msgctxt "admin csv-export"
|
4300 |
msgid "CSV File Settings"
|
4301 |
msgstr "Ustawienia pliku CSV"
|
4302 |
|
4303 |
+
#: templates/admin/csv-export.tpl.php:97
|
4304 |
msgctxt "admin csv-export"
|
4305 |
msgid "What operating system will you use to edit the CSV file?"
|
4306 |
msgstr ""
|
4307 |
|
4308 |
+
#: templates/admin/csv-export.tpl.php:104
|
4309 |
msgctxt "admin csv-export"
|
4310 |
msgid "Windows"
|
4311 |
msgstr ""
|
4312 |
|
4313 |
+
#: templates/admin/csv-export.tpl.php:109
|
4314 |
msgctxt "admin csv-export"
|
4315 |
msgid "macOS"
|
4316 |
msgstr ""
|
4317 |
|
4318 |
+
#: templates/admin/csv-export.tpl.php:111
|
4319 |
msgctxt "admin csv-export"
|
4320 |
msgid ""
|
4321 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
4325 |
msgstr ""
|
4326 |
|
4327 |
# @ WPBDM
|
4328 |
+
#: templates/admin/csv-export.tpl.php:116
|
4329 |
msgctxt "admin csv-export"
|
4330 |
msgid "Image Separator"
|
4331 |
msgstr "Separator obrazu"
|
4332 |
|
4333 |
# @ WPBDM
|
4334 |
+
#: templates/admin/csv-export.tpl.php:127
|
4335 |
msgctxt "admin csv-export"
|
4336 |
msgid "Category Separator"
|
4337 |
msgstr "Separator kategorii"
|
4338 |
|
4339 |
# @ WPBDM
|
4340 |
+
#: templates/admin/csv-export.tpl.php:139
|
4341 |
msgctxt "admin csv-export"
|
4342 |
msgid "Export Listings"
|
4343 |
msgstr "Eksport ofert"
|
4344 |
|
4345 |
# @ WPBDM
|
4346 |
+
#: templates/admin/csv-export.tpl.php:145
|
4347 |
msgctxt "admin csv-export"
|
4348 |
msgid "Export in Progress..."
|
4349 |
msgstr "Wykonuję eksport....."
|
4350 |
|
4351 |
# @ WPBDM
|
4352 |
+
#: templates/admin/csv-export.tpl.php:146
|
4353 |
msgctxt "admin csv-export"
|
4354 |
msgid ""
|
4355 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
4359 |
"aż do zakończenia działania eksportu."
|
4360 |
|
4361 |
# @ WPBDM
|
4362 |
+
#: templates/admin/csv-export.tpl.php:149
|
4363 |
msgctxt "admin csv-export"
|
4364 |
msgid "No. of listings:"
|
4365 |
msgstr "Ilość ofert:"
|
4366 |
|
4367 |
# @ WPBDM
|
4368 |
+
#: templates/admin/csv-export.tpl.php:151
|
4369 |
msgctxt "admin csv-export"
|
4370 |
msgid "Approximate export file size:"
|
4371 |
msgstr "Prawdopodobna wielkość wyeksportowanego pliku:"
|
4372 |
|
4373 |
# @ WPBDM
|
4374 |
+
#: templates/admin/csv-export.tpl.php:158
|
4375 |
msgctxt "admin csv-export"
|
4376 |
msgid "Cancel Export"
|
4377 |
msgstr "Anuluj eksport"
|
4378 |
|
4379 |
# @ default
|
4380 |
+
#: templates/admin/csv-export.tpl.php:163
|
4381 |
msgctxt "admin csv-export"
|
4382 |
msgid "Export Complete"
|
4383 |
msgstr "Eksport zakończony"
|
4384 |
|
4385 |
# @ WPBDM
|
4386 |
+
#: templates/admin/csv-export.tpl.php:164
|
4387 |
msgctxt "admin csv-export"
|
4388 |
msgid ""
|
4389 |
"Your export file has been successfully created and it is now ready for "
|
4391 |
msgstr "Plik eksportu został utworzony i jest już gotowy do pobrania."
|
4392 |
|
4393 |
# @ WPBDM
|
4394 |
+
#: templates/admin/csv-export.tpl.php:168
|
4395 |
#, fuzzy
|
4396 |
msgctxt "admin csv-export"
|
4397 |
msgid "Download %1$s (%2$s)"
|
4398 |
msgstr "Pobierz %s (%s)"
|
4399 |
|
4400 |
# @ WPBDM
|
4401 |
+
#: templates/admin/csv-export.tpl.php:175
|
4402 |
msgctxt "admin csv-export"
|
4403 |
msgid ""
|
4404 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
4408 |
"danych tymczasowych utworzonych przez Katalog Firm podczas procesu eksportu."
|
4409 |
|
4410 |
# @ WPBDM
|
4411 |
+
#: templates/admin/csv-export.tpl.php:176
|
4412 |
msgctxt "admin csv-export"
|
4413 |
msgid "Cleanup"
|
4414 |
msgstr "Oczyszczanie"
|
4415 |
|
4416 |
# @ default
|
4417 |
+
#: templates/admin/csv-export.tpl.php:181
|
4418 |
msgctxt "admin csv-export"
|
4419 |
msgid "Export Canceled"
|
4420 |
msgstr "Eksport anulowany"
|
4421 |
|
4422 |
# @ WPBDM
|
4423 |
+
#: templates/admin/csv-export.tpl.php:182
|
4424 |
msgctxt "admin csv-export"
|
4425 |
msgid "The export has been canceled."
|
4426 |
msgstr "Eksport został anulowany."
|
4427 |
|
4428 |
# @ WPBDM
|
4429 |
+
#: templates/admin/csv-export.tpl.php:183
|
4430 |
msgctxt "admin csv-export"
|
4431 |
msgid "← Return to CSV Export"
|
4432 |
msgstr "← Powrót do CSV Eksport"
|
4615 |
msgstr "Niestandardowe sortowanie"
|
4616 |
|
4617 |
# @ WPBDM
|
4618 |
+
#: includes/admin/fees.php:105
|
4619 |
#, fuzzy
|
4620 |
msgctxt "fees admin"
|
4621 |
msgid "Fee plan added."
|
4622 |
msgstr "Abonament zaktualizowany"
|
4623 |
|
4624 |
# @ WPBDM
|
4625 |
+
#: includes/admin/fees.php:107
|
4626 |
#, fuzzy
|
4627 |
msgctxt "fees admin"
|
4628 |
msgid "Fee plan updated."
|
4629 |
msgstr "Abonament zaktualizowany"
|
4630 |
|
4631 |
# @ WPBDM
|
4632 |
+
#: includes/admin/fees.php:166
|
4633 |
#, fuzzy
|
4634 |
msgctxt "fees admin"
|
4635 |
msgid "Fee \"%s\" deleted."
|
4636 |
msgstr "Abonament usunięty "
|
4637 |
|
4638 |
# @ WPBDM
|
4639 |
+
#: includes/admin/fees.php:178
|
4640 |
msgctxt "fees admin"
|
4641 |
msgid "Fee disabled."
|
4642 |
msgstr "Abonament usunięty "
|
4827 |
msgid "Status"
|
4828 |
msgstr "Status"
|
4829 |
|
4830 |
+
#: templates/admin/fees-form.tpl.php:136
|
4831 |
msgctxt "fees admin"
|
4832 |
msgid "Plan Category Policy:"
|
4833 |
msgstr ""
|
4834 |
|
4835 |
# @ WPBDM
|
4836 |
+
#: templates/admin/fees-form.tpl.php:141
|
4837 |
#, fuzzy
|
4838 |
msgctxt "fees admin"
|
4839 |
msgid "Plan applies to all categories"
|
4840 |
msgstr "Odnowienie ofert we wszystkich wygasłych kategoriach"
|
4841 |
|
4842 |
+
#: templates/admin/fees-form.tpl.php:142
|
4843 |
msgctxt "fees admin"
|
4844 |
msgid "Plan applies to only certain categories"
|
4845 |
msgstr ""
|
4846 |
|
4847 |
# @ WPBDM
|
4848 |
+
#: templates/admin/fees-form.tpl.php:146
|
4849 |
#, fuzzy
|
4850 |
msgctxt "fees admin"
|
4851 |
msgid "Limit plan to the following categories:"
|
4852 |
msgstr "Możesz użyc następujących wypełnień pól:"
|
4853 |
|
4854 |
+
#: templates/admin/fees-form.tpl.php:170
|
4855 |
msgctxt "fees admin"
|
4856 |
msgid "Click to add categories to the selection."
|
4857 |
msgstr ""
|
4858 |
|
4859 |
# @ WPBDM
|
4860 |
+
#: templates/admin/fees-form.tpl.php:184
|
4861 |
#, fuzzy
|
4862 |
msgctxt "fees admin"
|
4863 |
msgid "Pricing"
|
4864 |
msgstr "Cena"
|
4865 |
|
4866 |
+
#: templates/admin/fees-form.tpl.php:192
|
4867 |
msgctxt "fees admin"
|
4868 |
msgid "Pricing model"
|
4869 |
msgstr ""
|
4870 |
|
4871 |
+
#: templates/admin/fees-form.tpl.php:196
|
4872 |
msgctxt "fees admin"
|
4873 |
msgid "Flat price"
|
4874 |
msgstr ""
|
4875 |
|
4876 |
# @ WPBDM
|
4877 |
+
#: templates/admin/fees-form.tpl.php:197
|
4878 |
#, fuzzy
|
4879 |
msgctxt "fees admin"
|
4880 |
msgid "Different price for different categories"
|
4881 |
msgstr "Porządek wyświatlania dla kategorii"
|
4882 |
|
4883 |
+
#: templates/admin/fees-form.tpl.php:198
|
4884 |
msgctxt "fees admin"
|
4885 |
msgid "Base price plus an extra amount per category"
|
4886 |
msgstr ""
|
4887 |
|
4888 |
# @ WPBDM
|
4889 |
+
#: templates/admin/fees-form.tpl.php:204
|
4890 |
#, fuzzy
|
4891 |
msgctxt "fees admin"
|
4892 |
msgid "Fee Price"
|
4893 |
msgstr "Cena"
|
4894 |
|
4895 |
# @ WPBDM
|
4896 |
+
#: templates/admin/fees-form.tpl.php:212
|
4897 |
#, fuzzy
|
4898 |
msgctxt "fees admin"
|
4899 |
msgid "Prices per category"
|
4900 |
msgstr "Usuń Ktegorię"
|
4901 |
|
4902 |
# @ WPBDM
|
4903 |
+
#: templates/admin/fees-form.tpl.php:218
|
4904 |
#, fuzzy
|
4905 |
msgctxt "fees admin"
|
4906 |
msgid "Price"
|
4907 |
msgstr "Cena"
|
4908 |
|
4909 |
+
#: templates/admin/fees-form.tpl.php:232
|
4910 |
msgctxt "fees admin"
|
4911 |
msgid "Extra amount (per category)"
|
4912 |
msgstr ""
|
5004 |
msgstr "Podgląd formularza"
|
5005 |
|
5006 |
# @ WPBDM
|
5007 |
+
#: includes/admin/form-fields.php:367
|
5008 |
msgctxt "form-fields admin"
|
5009 |
msgid "Form fields updated."
|
5010 |
msgstr "Pola formularza zaktualizowane."
|
5011 |
|
5012 |
+
#: includes/admin/form-fields.php:390
|
5013 |
msgctxt "form-fields admin"
|
5014 |
msgid ""
|
5015 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
5019 |
msgstr ""
|
5020 |
|
5021 |
# @ WPBDM
|
5022 |
+
#: includes/admin/form-fields.php:469
|
5023 |
msgctxt "form-fields admin"
|
5024 |
msgid "Field deleted."
|
5025 |
msgstr "Pole usunięte."
|
5026 |
|
5027 |
# @ WPBDM
|
5028 |
+
#: includes/admin/form-fields.php:509
|
5029 |
msgctxt "form-fields admin"
|
5030 |
msgid "Required fields created successfully."
|
5031 |
msgstr "Pola wymagane zostały pomyślnie utworzone."
|
5032 |
|
5033 |
# @ WPBDM
|
5034 |
+
#: includes/admin/form-fields.php:561
|
5035 |
msgctxt "form-fields admin"
|
5036 |
msgid "Tags updated."
|
5037 |
msgstr "Ustawienia zapisane"
|
5515 |
|
5516 |
# @ WPBDM
|
5517 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
5518 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:31
|
5519 |
#, fuzzy
|
5520 |
msgctxt "listing metabox"
|
5521 |
msgid "N/A"
|
5522 |
msgstr "N/A"
|
5523 |
|
5524 |
# @ WPBDM
|
5525 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:27
|
5526 |
#, fuzzy
|
5527 |
msgctxt "listing metabox"
|
5528 |
msgid "Last renew date"
|
5529 |
msgstr "Data odświeżenia"
|
5530 |
|
5531 |
# @ WPBDM
|
5532 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:35
|
5533 |
#, fuzzy
|
5534 |
msgctxt "listing metabox"
|
5535 |
msgid "Plan Details"
|
5536 |
msgstr "Szczegóły Planu"
|
5537 |
|
5538 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:37
|
5539 |
msgctxt "listing metabox"
|
5540 |
msgid "Fee Plan"
|
5541 |
msgstr ""
|
5542 |
|
5543 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:46
|
5544 |
msgctxt "listing metabox"
|
5545 |
msgid "Change plan"
|
5546 |
msgstr ""
|
5547 |
|
5548 |
# @ WPBDM
|
5549 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:69
|
5550 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:89
|
5551 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:103
|
5552 |
#, fuzzy
|
5553 |
msgctxt "listing metabox"
|
5554 |
msgid "OK"
|
5555 |
msgstr "Wszystko w porządku"
|
5556 |
|
5557 |
# @ WPBDM
|
5558 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:70
|
5559 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
5560 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:104
|
5561 |
#, fuzzy
|
5562 |
msgctxt "listing metabox"
|
5563 |
msgid "Cancel"
|
5564 |
msgstr "Anuluj"
|
5565 |
|
5566 |
# @ WPBDM
|
5567 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:79
|
5568 |
#, fuzzy
|
5569 |
msgctxt "listing metabox"
|
5570 |
msgid "Expires On"
|
5571 |
msgstr "Upłynął okres ważności "
|
5572 |
|
5573 |
# @ WPBDM
|
5574 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:94
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5575 |
#, fuzzy
|
5576 |
msgctxt "listing metabox"
|
5577 |
msgid "# of images"
|
5578 |
msgstr "Liczba Obrazów"
|
5579 |
|
5580 |
# @ WPBDM
|
5581 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:107
|
5582 |
#, fuzzy
|
5583 |
msgctxt "listing metabox"
|
5584 |
msgid "Is Featured?"
|
5585 |
msgstr "%s RSS"
|
5586 |
|
5587 |
# @ WPBDM
|
5588 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:114
|
5589 |
#, fuzzy
|
5590 |
msgctxt "listing metabox"
|
5591 |
msgid "Is Recurring?"
|
5742 |
"wyszukiwania. Wyszukiwania z udziałem tych pól są bardzo długie i mogą "
|
5743 |
"doprowadzić do przekroczenia limitu czasu i /lub ogólnego spowolnienia."
|
5744 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5745 |
# @ WPBDM
|
5746 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
5747 |
msgctxt "admin settings"
|
8443 |
msgstr "Wybór Kategorii"
|
8444 |
|
8445 |
# @ WPBDM
|
8446 |
+
#: includes/views/submit_listing.php:799
|
8447 |
#, fuzzy
|
8448 |
msgctxt "submit listing"
|
8449 |
msgid "Can not submit a listing at this moment. Please try again later."
|
8452 |
"później."
|
8453 |
|
8454 |
# @ WPBDM
|
8455 |
+
#: includes/views/submit_listing.php:848 includes/views/submit_listing.php:970
|
8456 |
#, fuzzy
|
8457 |
msgctxt "submit listing"
|
8458 |
msgid "Please select a category."
|
8459 |
msgstr "Wybierz abonament dla tegj kategori \"%s\"."
|
8460 |
|
8461 |
+
#: includes/views/submit_listing.php:871
|
8462 |
msgctxt "submit listing"
|
8463 |
msgid "Please choose a valid category for your plan."
|
8464 |
msgstr ""
|
8465 |
|
8466 |
# @ WPBDM
|
8467 |
+
#: includes/views/submit_listing.php:873
|
8468 |
#, fuzzy
|
8469 |
msgctxt "submit listing"
|
8470 |
msgid "Please choose a valid fee plan for your category selection."
|
8471 |
msgstr "Wybierz abonament dla tegj kategori \"%s\"."
|
8472 |
|
8473 |
# @ WPBDM
|
8474 |
+
#: includes/views/submit_listing.php:1179
|
8475 |
#, fuzzy
|
8476 |
msgctxt "submit listing"
|
8477 |
msgid "Please enter your desired username."
|
8478 |
msgstr "Proszę wprowadzić Imię"
|
8479 |
|
8480 |
# @ WPBDM
|
8481 |
+
#: includes/views/submit_listing.php:1184
|
8482 |
#, fuzzy
|
8483 |
msgctxt "submit listing"
|
8484 |
msgid "Please enter the e-mail for your new account."
|
8485 |
msgstr "Proszę wprowadzić Imię"
|
8486 |
|
8487 |
+
#: includes/views/submit_listing.php:1189
|
8488 |
msgctxt "submit listing"
|
8489 |
msgid "The username you chose is already in use. Please use a different one."
|
8490 |
msgstr ""
|
8491 |
|
8492 |
+
#: includes/views/submit_listing.php:1194
|
8493 |
msgctxt "submit listing"
|
8494 |
msgid "The e-mail address you chose for your account is already in use."
|
8495 |
msgstr ""
|
8521 |
msgstr "Znajdź Firmę"
|
8522 |
|
8523 |
# @ WPBDM
|
8524 |
+
#: includes/class-wpbdp.php:398
|
8525 |
#, fuzzy
|
8526 |
msgctxt "listing image upload"
|
8527 |
msgid "Can not upload any more images for this listing."
|
8528 |
msgstr "Kategorie dla tej oferty"
|
8529 |
|
8530 |
+
#: includes/class-wpbdp.php:402
|
8531 |
msgctxt "listing image upload"
|
8532 |
msgid ""
|
8533 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
8855 |
"Listing submission has been disabled. Contact the administrator for details."
|
8856 |
msgstr ""
|
8857 |
|
8858 |
+
#: includes/views/submit_listing.php:802
|
8859 |
msgctxt "templates"
|
8860 |
msgid ""
|
8861 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
8862 |
"submit a listing. %s to create a fee plan"
|
8863 |
msgstr ""
|
8864 |
|
8865 |
+
#: includes/views/submit_listing.php:816
|
8866 |
msgctxt "templates"
|
8867 |
msgid ""
|
8868 |
"Listing submission is not available at the moment. Contact the administrator "
|
8869 |
"for details."
|
8870 |
msgstr ""
|
8871 |
|
8872 |
+
#: includes/views/submit_listing.php:819
|
8873 |
msgctxt "templates"
|
8874 |
msgid ""
|
8875 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
8878 |
msgstr ""
|
8879 |
|
8880 |
# @ WPBDM
|
8881 |
+
#: includes/views/submit_listing.php:1259
|
8882 |
msgctxt "templates"
|
8883 |
msgid "Please agree to the Terms and Conditions."
|
8884 |
msgstr "Musisz zaakceptować nasze warunki i regulamin korzystania z serwisu."
|
8885 |
|
8886 |
# @ WPBDM
|
8887 |
+
#: includes/views/submit_listing.php:1273
|
8888 |
#, fuzzy
|
8889 |
msgctxt "templates"
|
8890 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
9185 |
msgstr "Główna"
|
9186 |
|
9187 |
# @ WPBDM
|
9188 |
+
#: includes/licensing.php:568
|
9189 |
msgctxt "licensing"
|
9190 |
msgid "Could not contact licensing server"
|
9191 |
msgstr "Nie można połączyć z serwerem danych licencji"
|
9192 |
|
9193 |
+
#: includes/licensing.php:581
|
9194 |
msgctxt "licensing"
|
9195 |
msgid ""
|
9196 |
"It was not possible to establish a connection with Business Directory's "
|
9197 |
"server. cURL was not found in your system"
|
9198 |
msgstr ""
|
9199 |
|
9200 |
+
#: includes/licensing.php:583 includes/licensing.php:613
|
9201 |
msgctxt "licensing"
|
9202 |
msgid ""
|
9203 |
"To ensure the security of our systems and adhere to industry best practices, "
|
9206 |
"1.0.1c)."
|
9207 |
msgstr ""
|
9208 |
|
9209 |
+
#: includes/licensing.php:585 includes/licensing.php:615
|
9210 |
msgctxt "licensing"
|
9211 |
msgid ""
|
9212 |
"Upgrading your system will not only allow you to communicate with Business "
|
9214 |
"services using the latest security standards."
|
9215 |
msgstr ""
|
9216 |
|
9217 |
+
#: includes/licensing.php:587
|
9218 |
msgctxt "licensing"
|
9219 |
msgid ""
|
9220 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
9221 |
"Include this message if necessary"
|
9222 |
msgstr ""
|
9223 |
|
9224 |
+
#: includes/licensing.php:617
|
9225 |
msgctxt "licensing"
|
9226 |
msgid ""
|
9227 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
9228 |
"Include this message if necessary."
|
9229 |
msgstr ""
|
9230 |
|
9231 |
+
#: includes/licensing.php:653
|
9232 |
msgctxt "licensing"
|
9233 |
msgid "The server returned a 403 Forbidden error."
|
9234 |
msgstr ""
|
9240 |
msgstr "Nie możemy aktywować Licencji: %s."
|
9241 |
|
9242 |
# @ WPBDM
|
9243 |
+
#: includes/licensing.php:890
|
9244 |
msgctxt "licensing"
|
9245 |
msgid "License activated"
|
9246 |
msgstr "Licencja została aktywowana"
|
9247 |
|
9248 |
# @ WPBDM
|
9249 |
+
#: includes/licensing.php:915
|
9250 |
msgctxt "licensing"
|
9251 |
msgid "Could not deactivate license: %s."
|
9252 |
msgstr "Nie możemy deaktywować Licencji: %s."
|
9253 |
|
9254 |
# @ WPBDM
|
9255 |
+
#: includes/licensing.php:917
|
9256 |
msgctxt "licensing"
|
9257 |
msgid "License deactivated"
|
9258 |
msgstr "Licencja deaktywowana"
|
9259 |
|
9260 |
#. translators: "<module-name>" version <version-number> is not...
|
9261 |
+
#: includes/licensing.php:1126
|
9262 |
msgctxt "deprecation"
|
9263 |
msgid ""
|
9264 |
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
9759 |
msgid "This is just a preview. The listing has not been published yet."
|
9760 |
msgstr "To jest tylko podgląd. Oferta nie została jeszcze opublikowana."
|
9761 |
|
9762 |
+
#: includes/views/submit_listing.php:1137
|
9763 |
msgctxt "listing submit"
|
9764 |
msgid ""
|
9765 |
"Image upload is required, please provide at least one image and submit again."
|
9937 |
|
9938 |
# @ default
|
9939 |
# @ WPBDM
|
9940 |
+
#: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
|
9941 |
+
#: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
|
9942 |
+
#: templates/admin/csv-import.tpl.php:117
|
9943 |
+
#: templates/admin/csv-import.tpl.php:143
|
9944 |
+
#: templates/admin/csv-import.tpl.php:154
|
9945 |
+
#: templates/admin/csv-import.tpl.php:204
|
9946 |
msgctxt "admin forms"
|
9947 |
msgid "required"
|
9948 |
msgstr "Wymagane"
|
9994 |
"postaramy sie odpowiedzieć w ciągu 24 godzin."
|
9995 |
|
9996 |
# @ WPBDM
|
9997 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
9998 |
#, fuzzy
|
9999 |
msgctxt "admin infometabox"
|
10000 |
msgid "Renewal url (copy & paste)"
|
10001 |
msgstr "Adres URL odnowienia (kopiuj i wklej)"
|
10002 |
|
10003 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
10004 |
msgctxt "admin infometabox"
|
10005 |
msgid "Get renewal URL"
|
10006 |
msgstr ""
|
10007 |
|
10008 |
# @ WPBDM
|
10009 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:138
|
10010 |
#, fuzzy
|
10011 |
msgctxt "admin infometabox"
|
10012 |
msgid "Send renewal e-mail"
|
10013 |
msgstr "Wysyłaj do użytkownika e-mail o odnowieniu "
|
10014 |
|
10015 |
# @ WPBDM
|
10016 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:143
|
10017 |
#, fuzzy
|
10018 |
msgctxt "admin infometabox"
|
10019 |
msgid "Renew listing"
|
10375 |
msgid "Continue"
|
10376 |
msgstr "Kontynuacja"
|
10377 |
|
10378 |
+
# @ WPBDM
|
10379 |
+
#, fuzzy
|
10380 |
+
#~ msgid "Edit listing permalink"
|
10381 |
+
#~ msgstr "Edycja Firmy"
|
10382 |
+
|
10383 |
+
# @ WPBDM
|
10384 |
+
#~ msgctxt "admin csv-export"
|
10385 |
+
#~ msgid "Could not create wpbdp-csv-exports directory."
|
10386 |
+
#~ msgstr "Nie można utworzyć katalogu wpbdp-csv-eksport."
|
10387 |
+
|
10388 |
+
# @ WPBDM
|
10389 |
+
#~ msgctxt "admin csv-export"
|
10390 |
+
#~ msgid "Export Configuration"
|
10391 |
+
#~ msgstr "Konfiguracja eksportu"
|
10392 |
+
|
10393 |
+
# @ WPBDM
|
10394 |
+
#, fuzzy
|
10395 |
+
#~ msgctxt "listing metabox"
|
10396 |
+
#~ msgid "Edit"
|
10397 |
+
#~ msgstr "Edytuj"
|
10398 |
+
|
10399 |
+
# @ WPBDM
|
10400 |
+
#, fuzzy
|
10401 |
+
#~ msgctxt "listing metabox"
|
10402 |
+
#~ msgid "Never"
|
10403 |
+
#~ msgstr "nigdy"
|
10404 |
+
|
10405 |
# @ WPBDM
|
10406 |
#, fuzzy
|
10407 |
#~ msgctxt "settings"
|
languages/business-directory-plugin-ru_RU.mo
CHANGED
Binary file
|
languages/business-directory-plugin-ru_RU.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
-
"POT-Creation-Date: 2021-
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: Mick Levin <mikhaillevin@hotmail.com>\n"
|
9 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -31,55 +31,50 @@ msgstr ""
|
|
31 |
msgid "Are you sure you want to do this?"
|
32 |
msgstr "Вы уверены, что хотите это сделать?"
|
33 |
|
34 |
-
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:
|
35 |
#, fuzzy
|
36 |
msgid "Help"
|
37 |
msgstr "Подсказка"
|
38 |
|
39 |
-
#: includes/admin/class-admin-listings.php:
|
40 |
#: includes/views/submit_listing.php:497
|
41 |
#: templates/email/listing-reported.tpl.php:7
|
42 |
msgid "Listing Information"
|
43 |
msgstr "Информация о бизнесе"
|
44 |
|
45 |
-
#: includes/admin/class-admin-listings.php:
|
46 |
#, fuzzy
|
47 |
msgid "Listing Timeline"
|
48 |
msgstr "Название записи:"
|
49 |
|
50 |
-
#: includes/admin/class-admin-listings.php:
|
51 |
#, fuzzy
|
52 |
msgid "Listing Reports"
|
53 |
msgstr "Срок действия записи истёк"
|
54 |
|
55 |
-
#: includes/admin/class-admin-listings.php:
|
56 |
#: includes/admin/class-listing-owner.php:87
|
57 |
#, fuzzy
|
58 |
msgid "Listing Owner"
|
59 |
msgstr "Срок действия записи истёк"
|
60 |
|
61 |
-
#: includes/admin/class-admin-listings.php:
|
62 |
#, fuzzy
|
63 |
msgid "Expires on"
|
64 |
msgstr "Истекает"
|
65 |
|
66 |
-
#: includes/admin/class-admin-listings.php:
|
67 |
#, fuzzy
|
68 |
msgid "Attributes"
|
69 |
msgstr "Атрибуты"
|
70 |
|
71 |
-
#: includes/admin/class-admin-listings.php:
|
72 |
#: includes/class-cpt-integration.php:19
|
73 |
#: includes/compatibility/class-navxt-integration.php:200
|
74 |
#: templates/submit-listing.tpl.php:15
|
75 |
msgid "Edit Listing"
|
76 |
msgstr "Изменить запись"
|
77 |
|
78 |
-
#: includes/admin/class-admin-listings.php:587
|
79 |
-
#, fuzzy
|
80 |
-
msgid "Edit listing permalink"
|
81 |
-
msgstr "Изменить запись"
|
82 |
-
|
83 |
#: includes/admin/class-admin.php:186
|
84 |
#, fuzzy
|
85 |
msgid ""
|
@@ -155,7 +150,7 @@ msgstr "№"
|
|
155 |
msgid "Listing Count"
|
156 |
msgstr "Количество записей"
|
157 |
|
158 |
-
#: includes/admin/class-csv-import.php:
|
159 |
msgid "Listing imported by admin. Payment skipped."
|
160 |
msgstr ""
|
161 |
|
@@ -242,8 +237,8 @@ msgstr "Пожалуйста загрузите или выберите файл
|
|
242 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
243 |
#: includes/admin/helpers/class-payments-table.php:57
|
244 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
245 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
246 |
-
#: templates/admin/payments-details.tpl.php:
|
247 |
#: templates/email/listing-payment-completed.tpl.php:21
|
248 |
#: templates/payment/payment_items.tpl.php:5
|
249 |
#, fuzzy
|
@@ -259,12 +254,14 @@ msgstr "Изображений"
|
|
259 |
|
260 |
#: includes/admin/form-fields.php:31
|
261 |
#: includes/fields/class-fieldtypes-social.php:138
|
262 |
-
#: templates/admin/csv-import.tpl.php:
|
263 |
#, fuzzy
|
264 |
msgid "Type"
|
265 |
msgstr "Тип"
|
266 |
|
267 |
#: includes/admin/form-fields.php:88
|
|
|
|
|
268 |
msgid "Edit"
|
269 |
msgstr "Изменить"
|
270 |
|
@@ -289,7 +286,7 @@ msgstr ""
|
|
289 |
"Вы можете сами создать эти поля в разделе \"Управление / Форма\", или "
|
290 |
"позвольте плагину сделать это автоматически."
|
291 |
|
292 |
-
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:
|
293 |
#, fuzzy
|
294 |
msgid "Go to \"Form Fields\""
|
295 |
msgstr "Перейти в раздел \"Управление / Форма\""
|
@@ -299,7 +296,7 @@ msgstr "Перейти в раздел \"Управление / Форма\""
|
|
299 |
msgid "Go back"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: includes/admin/form-fields.php:
|
303 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
304 |
#: templates/email/listing-added.tpl.php:10
|
305 |
#: templates/email/listing-edited.tpl.php:16
|
@@ -308,87 +305,87 @@ msgstr ""
|
|
308 |
msgid "Title"
|
309 |
msgstr "Название"
|
310 |
|
311 |
-
#: includes/admin/form-fields.php:
|
312 |
#: templates/email/listing-added.tpl.php:21
|
313 |
#: templates/email/listing-edited.tpl.php:29
|
314 |
#, fuzzy
|
315 |
msgid "Category"
|
316 |
msgstr "Рубрика"
|
317 |
|
318 |
-
#: includes/admin/form-fields.php:
|
319 |
#, fuzzy
|
320 |
msgid "Excerpt"
|
321 |
msgstr "Цитата"
|
322 |
|
323 |
-
#: includes/admin/form-fields.php:
|
324 |
#, fuzzy
|
325 |
msgid "Content"
|
326 |
msgstr "Содержимое"
|
327 |
|
328 |
-
#: includes/admin/form-fields.php:
|
329 |
#, fuzzy
|
330 |
msgid "Tags"
|
331 |
msgstr "Метки"
|
332 |
|
333 |
-
#: includes/admin/form-fields.php:
|
334 |
#: templates/checkout-billing-form.tpl.php:75
|
335 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
336 |
#, fuzzy
|
337 |
msgid "Address"
|
338 |
msgstr "Адрес"
|
339 |
|
340 |
-
#: includes/admin/form-fields.php:
|
341 |
#, fuzzy
|
342 |
msgid "Address 2"
|
343 |
msgstr "Адрес"
|
344 |
|
345 |
-
#: includes/admin/form-fields.php:
|
346 |
-
#: templates/admin/payments-details.tpl.php:
|
347 |
#: templates/checkout-billing-form.tpl.php:87
|
348 |
#, fuzzy
|
349 |
msgid "City"
|
350 |
msgstr "Город:"
|
351 |
|
352 |
-
#: includes/admin/form-fields.php:
|
353 |
-
#: templates/admin/payments-details.tpl.php:
|
354 |
#, fuzzy
|
355 |
msgid "State"
|
356 |
msgstr "Провинция/Штат:"
|
357 |
|
358 |
-
#: includes/admin/form-fields.php:
|
359 |
-
#: templates/admin/payments-details.tpl.php:
|
360 |
#: templates/checkout-billing-form.tpl.php:102
|
361 |
#, fuzzy
|
362 |
msgid "Country"
|
363 |
msgstr "Страна:"
|
364 |
|
365 |
-
#: includes/admin/form-fields.php:
|
366 |
-
#: templates/admin/payments-details.tpl.php:
|
367 |
msgid "ZIP Code"
|
368 |
msgstr "Почтовый индекс"
|
369 |
|
370 |
-
#: includes/admin/form-fields.php:
|
371 |
#, fuzzy
|
372 |
msgid "FAX Number"
|
373 |
msgstr "Номер факса"
|
374 |
|
375 |
-
#: includes/admin/form-fields.php:
|
376 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
377 |
#, fuzzy
|
378 |
msgid "Phone Number"
|
379 |
msgstr "Номер телефона"
|
380 |
|
381 |
-
#: includes/admin/form-fields.php:
|
382 |
#, fuzzy
|
383 |
msgid "Ratings Field"
|
384 |
msgstr "Рейтинг"
|
385 |
|
386 |
-
#: includes/admin/form-fields.php:
|
387 |
#, fuzzy
|
388 |
msgid "Twitter"
|
389 |
msgstr "Twitter"
|
390 |
|
391 |
-
#: includes/admin/form-fields.php:
|
392 |
#, fuzzy
|
393 |
msgid "Website"
|
394 |
msgstr "адрес сайта"
|
@@ -461,8 +458,8 @@ msgid "You're using Business Directory Plugin Lite. Enjoy!"
|
|
461 |
msgstr "Вопрос: Почему Вы решили удалить плагин \"Справочник Услуг\"?"
|
462 |
|
463 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
464 |
-
#: includes/form-fields.php:428 includes/views/submit_listing.php:
|
465 |
-
#: templates/admin/payments-details.tpl.php:
|
466 |
#: templates/listing-contactform.tpl.php:33
|
467 |
#: templates/listing-flagging-form.tpl.php:39
|
468 |
#, fuzzy
|
@@ -492,8 +489,8 @@ msgstr ""
|
|
492 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
493 |
#: includes/class-assets.php:317
|
494 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
495 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
496 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
497 |
#, fuzzy
|
498 |
msgid "No"
|
499 |
msgstr "Ноя"
|
@@ -564,6 +561,12 @@ msgstr ""
|
|
564 |
"скорости работы. Это бывает полезным для сайтов, находящемся на общем "
|
565 |
"хостинге, где производительность базы данных может представлять проблему."
|
566 |
|
|
|
|
|
|
|
|
|
|
|
|
|
567 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
568 |
#, fuzzy
|
569 |
msgid "Categories"
|
@@ -827,7 +830,7 @@ msgid "Business Directory - Featured Levels Migration"
|
|
827 |
msgstr "Справочник Услуг - Особые записи"
|
828 |
|
829 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
830 |
-
#: templates/admin/fees-form.tpl.php:
|
831 |
#, fuzzy
|
832 |
msgid "Fee Label"
|
833 |
msgstr "Название тарифа"
|
@@ -856,14 +859,15 @@ msgid "Status: %s"
|
|
856 |
msgstr "Новый статус:"
|
857 |
|
858 |
#: includes/class-assets.php:315
|
|
|
859 |
#, fuzzy
|
860 |
msgid "Never"
|
861 |
msgstr "никогда"
|
862 |
|
863 |
#: includes/class-assets.php:316
|
864 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
865 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
866 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
867 |
msgid "Yes"
|
868 |
msgstr ""
|
869 |
|
@@ -996,28 +1000,33 @@ msgid ""
|
|
996 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
997 |
msgstr ""
|
998 |
|
999 |
-
#: includes/class-wpbdp.php:
|
|
|
|
|
|
|
|
|
|
|
1000 |
#, fuzzy
|
1001 |
msgid "Settings"
|
1002 |
msgstr "Настройки"
|
1003 |
|
1004 |
-
#: includes/class-wpbdp.php:
|
1005 |
#, fuzzy
|
1006 |
msgid "Could not find listing ID"
|
1007 |
msgstr "Не удалось связаться с сервером лицензий"
|
1008 |
|
1009 |
-
#: includes/class-wpbdp.php:
|
1010 |
msgid ""
|
1011 |
"Could not verify the image upload request. If problem persists contact site "
|
1012 |
"admin."
|
1013 |
msgstr ""
|
1014 |
|
1015 |
-
#: includes/class-wpbdp.php:
|
1016 |
#, fuzzy
|
1017 |
msgid "Could not find image ID"
|
1018 |
msgstr "Не удалось обновить тему: %s"
|
1019 |
|
1020 |
-
#: includes/class-wpbdp.php:
|
1021 |
#, fuzzy
|
1022 |
msgid ""
|
1023 |
"The directory features are disabled at this time because a <a>manual "
|
@@ -1026,7 +1035,7 @@ msgstr ""
|
|
1026 |
"Функции Справочника Услуг на настоящий момент отключены, потому что "
|
1027 |
"необходимо произвести ручное обновление плагина."
|
1028 |
|
1029 |
-
#: includes/class-wpbdp.php:
|
1030 |
msgid ""
|
1031 |
"The directory is not available at this time. Please try again in a few "
|
1032 |
"minutes or contact the administrator if the problem persists."
|
@@ -1197,8 +1206,8 @@ msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
|
1197 |
msgstr "Параметры поля (для выбранных списков и кнопок)."
|
1198 |
|
1199 |
#: includes/fields/class-fieldtypes-select.php:262
|
1200 |
-
#: templates/admin/fees-form.tpl.php:
|
1201 |
-
#: templates/admin/fees-form.tpl.php:
|
1202 |
#, fuzzy
|
1203 |
msgid "required"
|
1204 |
msgstr "обязательно"
|
@@ -1315,7 +1324,7 @@ msgstr "Название записи"
|
|
1315 |
msgid "Short Description"
|
1316 |
msgstr "Краткое описание"
|
1317 |
|
1318 |
-
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:
|
1319 |
#, fuzzy
|
1320 |
msgid "Description"
|
1321 |
msgstr "Описание"
|
@@ -1477,28 +1486,28 @@ msgstr "Активировать шлюз Authorize.net?"
|
|
1477 |
msgid "Invalid item ID"
|
1478 |
msgstr "Некорректный номер поля"
|
1479 |
|
1480 |
-
#: includes/licensing.php:
|
1481 |
#, fuzzy
|
1482 |
msgid "No license key provided"
|
1483 |
msgstr "Не указан лицензионный ключ"
|
1484 |
|
1485 |
-
#: includes/licensing.php:
|
1486 |
#, fuzzy
|
1487 |
msgid "License key is invalid"
|
1488 |
msgstr "Лицензионный ключ не правильный"
|
1489 |
|
1490 |
-
#: includes/licensing.php:
|
1491 |
#, fuzzy
|
1492 |
msgid "Deactivation failed"
|
1493 |
msgstr "Деактивация не удалась"
|
1494 |
|
1495 |
-
#: includes/licensing.php:
|
1496 |
#, fuzzy
|
1497 |
msgid "The license key was revoked."
|
1498 |
msgstr "Не указан лицензионный ключ"
|
1499 |
|
1500 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1501 |
-
#: includes/licensing.php:
|
1502 |
msgid ""
|
1503 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
1504 |
"%2$s and let them know your license is being reported as revoked by the "
|
@@ -1506,50 +1515,50 @@ msgid ""
|
|
1506 |
"with your report."
|
1507 |
msgstr ""
|
1508 |
|
1509 |
-
#: includes/licensing.php:
|
1510 |
msgid ""
|
1511 |
"It was not possible to establish a connection with the Business Directory "
|
1512 |
"server. The connection failed with the following error:"
|
1513 |
msgstr ""
|
1514 |
|
1515 |
-
#: includes/licensing.php:
|
1516 |
msgid ""
|
1517 |
"It was not possible to establish a connection with the Business Directory "
|
1518 |
"server. A problem occurred in the SSL/TSL handshake:"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
-
#: includes/licensing.php:
|
1522 |
msgid ""
|
1523 |
"It looks like your server is not authorized to make outgoing requests to "
|
1524 |
"Business Directory servers. Please contact your webhost and ask them to add "
|
1525 |
"our IP address 52.0.78.177 to your allow list."
|
1526 |
msgstr ""
|
1527 |
|
1528 |
-
#: includes/licensing.php:
|
1529 |
#, fuzzy
|
1530 |
msgid "Business Directory license key is missing."
|
1531 |
msgstr "Справочник Услуг - Лицензионный Ключ Истёк"
|
1532 |
|
1533 |
-
#: includes/licensing.php:
|
1534 |
#, fuzzy
|
1535 |
msgid "Business Directory license key has expired"
|
1536 |
msgstr "Справочник Услуг - Лицензионный Ключ Истёк"
|
1537 |
|
1538 |
-
#: includes/licensing.php:
|
1539 |
#, fuzzy
|
1540 |
msgid "Could not verify Business Directory license."
|
1541 |
msgstr "Помогите нам улучшить Справочник Услуг"
|
1542 |
|
1543 |
-
#: includes/licensing.php:
|
1544 |
#, fuzzy
|
1545 |
msgid "Review license keys"
|
1546 |
msgstr "Обновить лицензионный ключ"
|
1547 |
|
1548 |
-
#: includes/licensing.php:
|
1549 |
msgid "Missing data. Please reload this page and try again."
|
1550 |
msgstr ""
|
1551 |
|
1552 |
-
#: includes/licensing.php:
|
1553 |
#, fuzzy
|
1554 |
msgid "Please enter a license key."
|
1555 |
msgstr "Пожалуйста введите правильный электронный адрес."
|
@@ -1635,29 +1644,29 @@ msgstr "Изображение записи"
|
|
1635 |
msgid "Account Creation"
|
1636 |
msgstr ""
|
1637 |
|
1638 |
-
#: includes/views/submit_listing.php:
|
1639 |
#, fuzzy
|
1640 |
msgid "Go to \"Fee Plans\""
|
1641 |
msgstr "Перейти в раздел \"Управление / Форма\""
|
1642 |
|
1643 |
-
#: includes/views/submit_listing.php:
|
1644 |
#, fuzzy
|
1645 |
msgid "Please choose a fee plan."
|
1646 |
msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
|
1647 |
|
1648 |
-
#: includes/views/submit_listing.php:
|
1649 |
msgid "Please check the form for errors, correct them and submit again."
|
1650 |
msgstr ""
|
1651 |
|
1652 |
-
#: includes/views/submit_listing.php:
|
1653 |
msgid "Create a user account on this site"
|
1654 |
msgstr ""
|
1655 |
|
1656 |
-
#: includes/views/submit_listing.php:
|
1657 |
msgid "Username"
|
1658 |
msgstr ""
|
1659 |
|
1660 |
-
#: includes/views/submit_listing.php:
|
1661 |
#, fuzzy
|
1662 |
msgid "Clear Form"
|
1663 |
msgstr "Очистить форму"
|
@@ -1673,7 +1682,7 @@ msgstr ""
|
|
1673 |
"сервере имеется достаточно свободного места на диске и в памяти. Для "
|
1674 |
"дополнительной информации проверьте протоколы ошибок сервера."
|
1675 |
|
1676 |
-
#: templates/admin/csv-export.tpl.php:
|
1677 |
#, fuzzy
|
1678 |
msgid ""
|
1679 |
"If you plan to re-import the listings into your directory and don't want new "
|
@@ -1683,12 +1692,22 @@ msgstr ""
|
|
1683 |
"для последующего импорта на этом же сервере, и желаете, чтобы импортируемые "
|
1684 |
"записи заменили существующие, вместо добавления как дубликаты."
|
1685 |
|
1686 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1687 |
#, fuzzy
|
1688 |
msgid "Disable email notifications during import?"
|
1689 |
msgstr "Оповещения по электронной почте:"
|
1690 |
|
1691 |
-
#: templates/admin/csv-import.tpl.php:
|
1692 |
#, fuzzy
|
1693 |
msgid "Disable email notifications."
|
1694 |
msgstr "Запретить оповещения пока производится импорт новых записей."
|
@@ -1707,7 +1726,7 @@ msgstr ""
|
|
1707 |
msgid "Download Debug Information"
|
1708 |
msgstr "Скачать отладочную информацию"
|
1709 |
|
1710 |
-
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:
|
1711 |
#, fuzzy
|
1712 |
msgid "Add Listing Fee"
|
1713 |
msgstr "Добавить тариф"
|
@@ -1717,69 +1736,69 @@ msgstr "Добавить тариф"
|
|
1717 |
msgid "Edit Listing Fee"
|
1718 |
msgstr "Изменить запись"
|
1719 |
|
1720 |
-
#: templates/admin/fees-form.tpl.php:
|
1721 |
#, fuzzy
|
1722 |
msgid "Fee Description"
|
1723 |
msgstr "Описание"
|
1724 |
|
1725 |
-
#: templates/admin/fees-form.tpl.php:
|
1726 |
msgid "How long should the listing run?"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: templates/admin/fees-form.tpl.php:
|
1730 |
#, fuzzy
|
1731 |
msgid "run listing for"
|
1732 |
msgstr "показывать запись в течение"
|
1733 |
|
1734 |
-
#: templates/admin/fees-form.tpl.php:
|
1735 |
#: templates/plan-selection-plan.tpl.php:39
|
1736 |
#, fuzzy
|
1737 |
msgid "days"
|
1738 |
msgstr "дней(я)"
|
1739 |
|
1740 |
-
#: templates/admin/fees-form.tpl.php:
|
1741 |
#, fuzzy
|
1742 |
msgid "run listing forever"
|
1743 |
msgstr "показывать запись пожизненно"
|
1744 |
|
1745 |
-
#: templates/admin/fees-form.tpl.php:
|
1746 |
#, fuzzy
|
1747 |
msgid "Number of images allowed"
|
1748 |
msgstr "Количество разрешённых изображений"
|
1749 |
|
1750 |
-
#: templates/admin/fees-form.tpl.php:
|
1751 |
msgid "Private Fee Plan (visible to admins only)?"
|
1752 |
msgstr ""
|
1753 |
|
1754 |
-
#: templates/admin/fees-form.tpl.php:
|
1755 |
#, fuzzy
|
1756 |
msgid "Is recurring?"
|
1757 |
msgstr "(периодически)"
|
1758 |
|
1759 |
-
#: templates/admin/fees-form.tpl.php:
|
1760 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1761 |
msgstr ""
|
1762 |
|
1763 |
-
#: templates/admin/fees-form.tpl.php:
|
1764 |
#, fuzzy
|
1765 |
msgid "Is featured listing/sticky?"
|
1766 |
msgstr "Особые записи"
|
1767 |
|
1768 |
-
#: templates/admin/fees-form.tpl.php:
|
1769 |
msgid ""
|
1770 |
"This floats the listing to the top of search results and browsing the "
|
1771 |
"directory when the user buys this plan."
|
1772 |
msgstr ""
|
1773 |
|
1774 |
-
#: templates/admin/fees-form.tpl.php:
|
1775 |
msgid "Listing background color:"
|
1776 |
msgstr ""
|
1777 |
|
1778 |
-
#: templates/admin/fees-form.tpl.php:
|
1779 |
msgid "Used to differentiate listings inside this plan from others."
|
1780 |
msgstr ""
|
1781 |
|
1782 |
-
#: templates/admin/fees-form.tpl.php:
|
1783 |
#: templates/admin/settings-email.tpl.php:116
|
1784 |
#: templates/submit-listing-section.tpl.php:30
|
1785 |
#, fuzzy
|
@@ -1952,110 +1971,110 @@ msgstr "← Вернуться к Вашей записи."
|
|
1952 |
msgid "Payment Not Found"
|
1953 |
msgstr "Информация о тарифах"
|
1954 |
|
1955 |
-
#: templates/admin/payments-details.tpl.php:
|
1956 |
msgid "Overview"
|
1957 |
msgstr ""
|
1958 |
|
1959 |
-
#: templates/admin/payments-details.tpl.php:
|
1960 |
-
#: templates/admin/payments-details.tpl.php:
|
1961 |
#, fuzzy
|
1962 |
msgid "Payment ID"
|
1963 |
msgstr "Оплата"
|
1964 |
|
1965 |
-
#: templates/admin/payments-details.tpl.php:
|
1966 |
#, fuzzy
|
1967 |
msgid "Listing"
|
1968 |
msgstr "Запись"
|
1969 |
|
1970 |
-
#: templates/admin/payments-details.tpl.php:
|
1971 |
#, fuzzy
|
1972 |
msgid "Status"
|
1973 |
msgstr "Новый статус:"
|
1974 |
|
1975 |
-
#: templates/admin/payments-details.tpl.php:
|
1976 |
#, fuzzy
|
1977 |
msgid "Date"
|
1978 |
msgstr "Провинция/Штат:"
|
1979 |
|
1980 |
-
#: templates/admin/payments-details.tpl.php:
|
1981 |
#, fuzzy
|
1982 |
msgid "Time"
|
1983 |
msgstr "Время: %s"
|
1984 |
|
1985 |
-
#: templates/admin/payments-details.tpl.php:
|
1986 |
#, fuzzy
|
1987 |
msgid "Gateway"
|
1988 |
msgstr "Шлюз"
|
1989 |
|
1990 |
#. translators: Gateway: (Not yet set)
|
1991 |
-
#: templates/admin/payments-details.tpl.php:
|
1992 |
#, fuzzy
|
1993 |
msgid "(Not yet set)"
|
1994 |
msgstr "Ещё не зарегистрированы?"
|
1995 |
|
1996 |
-
#: templates/admin/payments-details.tpl.php:
|
1997 |
#, fuzzy
|
1998 |
msgid "Delete Payment"
|
1999 |
msgstr "Отказать в платеже"
|
2000 |
|
2001 |
-
#: templates/admin/payments-details.tpl.php:
|
2002 |
#, fuzzy
|
2003 |
msgid "Save Payment"
|
2004 |
msgstr "Оплата"
|
2005 |
|
2006 |
-
#: templates/admin/payments-details.tpl.php:
|
2007 |
#, fuzzy
|
2008 |
msgid "Details"
|
2009 |
msgstr "Тарифы"
|
2010 |
|
2011 |
-
#: templates/admin/payments-details.tpl.php:
|
2012 |
#, fuzzy
|
2013 |
msgid "Item Type"
|
2014 |
msgstr "Тип"
|
2015 |
|
2016 |
-
#: templates/admin/payments-details.tpl.php:
|
2017 |
#: templates/payment/payment_items.tpl.php:23
|
2018 |
#, fuzzy
|
2019 |
msgid "Total"
|
2020 |
msgstr "Всего"
|
2021 |
|
2022 |
-
#: templates/admin/payments-details.tpl.php:
|
2023 |
#, fuzzy
|
2024 |
msgid "Customer Details"
|
2025 |
msgstr "Детали текущего платежа"
|
2026 |
|
2027 |
-
#: templates/admin/payments-details.tpl.php:
|
2028 |
#: templates/checkout-billing-form.tpl.php:17
|
2029 |
#, fuzzy
|
2030 |
msgid "First Name"
|
2031 |
msgstr "Имя:"
|
2032 |
|
2033 |
-
#: templates/admin/payments-details.tpl.php:
|
2034 |
#: templates/checkout-billing-form.tpl.php:22
|
2035 |
#, fuzzy
|
2036 |
msgid "Last Name"
|
2037 |
msgstr "Фамилия:"
|
2038 |
|
2039 |
-
#: templates/admin/payments-details.tpl.php:
|
2040 |
#, fuzzy
|
2041 |
msgid "Address Line 1"
|
2042 |
msgstr "Адрес:"
|
2043 |
|
2044 |
-
#: templates/admin/payments-details.tpl.php:
|
2045 |
#: templates/checkout-billing-form.tpl.php:81
|
2046 |
#, fuzzy
|
2047 |
msgid "Address Line 2"
|
2048 |
msgstr "Адрес (дополнительно)"
|
2049 |
|
2050 |
-
#: templates/admin/payments-details.tpl.php:
|
2051 |
msgid "Notes & Log"
|
2052 |
msgstr ""
|
2053 |
|
2054 |
-
#: templates/admin/payments-details.tpl.php:
|
2055 |
msgid "No notes."
|
2056 |
msgstr ""
|
2057 |
|
2058 |
-
#: templates/admin/payments-details.tpl.php:
|
2059 |
#, fuzzy
|
2060 |
msgid "Add Note"
|
2061 |
msgstr "Добавить тариф"
|
@@ -2794,39 +2813,39 @@ msgctxt "admin csv-import"
|
|
2794 |
msgid "See an example CSV import file"
|
2795 |
msgstr "Посмотрите образец файла CSV для иморта"
|
2796 |
|
2797 |
-
#: includes/admin/class-csv-import.php:
|
2798 |
msgctxt "admin csv-import"
|
2799 |
msgid ""
|
2800 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2801 |
"with the following error: <error-message>."
|
2802 |
msgstr ""
|
2803 |
|
2804 |
-
#: includes/admin/class-csv-import.php:
|
2805 |
msgctxt "admin csv-import"
|
2806 |
msgid "Could not create listing category \"%s\""
|
2807 |
msgstr "Не удалось создать рубрику \"%s\""
|
2808 |
|
2809 |
-
#: includes/admin/class-csv-import.php:
|
2810 |
msgctxt "admin csv-import"
|
2811 |
msgid "Username \"%s\" does not exist"
|
2812 |
msgstr "Имя учётной записи \"%s\" не существует"
|
2813 |
|
2814 |
-
#: includes/admin/class-csv-import.php:
|
2815 |
msgctxt "admin csv-import"
|
2816 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2817 |
msgstr ""
|
2818 |
|
2819 |
-
#: includes/admin/class-csv-import.php:
|
2820 |
msgctxt "admin csv-import"
|
2821 |
msgid "Missing required field: %s"
|
2822 |
msgstr "Отсутствует обязательное поле: %s"
|
2823 |
|
2824 |
-
#: includes/admin/class-csv-import.php:
|
2825 |
msgctxt "admin csv-import"
|
2826 |
msgid "Listing category \"%s\" does not exist"
|
2827 |
msgstr "Рубрика \"%s\" не существует"
|
2828 |
|
2829 |
-
#: includes/admin/class-csv-import.php:
|
2830 |
msgctxt "admin csv-import"
|
2831 |
msgid "The string <string> couldn't be converted into a valid date."
|
2832 |
msgstr ""
|
@@ -3003,15 +3022,6 @@ msgstr ""
|
|
3003 |
"В этом разделе Вы можете импортировать данные в Ваш справочник используя "
|
3004 |
"файл в формате CSV."
|
3005 |
|
3006 |
-
#: templates/admin/csv-import.tpl.php:35
|
3007 |
-
msgctxt "admin csv-import"
|
3008 |
-
msgid ""
|
3009 |
-
"We strongly recommend reading our <a>CSV import documentation</a> first to "
|
3010 |
-
"help you do things in the right order."
|
3011 |
-
msgstr ""
|
3012 |
-
"Мы настоятельно рекомендуем сначала Вам ознакомиться с <a>Документацией по "
|
3013 |
-
"импорту из файла CSV</a>, чтобы Вы могли всё сделать правильно."
|
3014 |
-
|
3015 |
#: templates/admin/csv-import.tpl.php:45
|
3016 |
msgctxt "admin csv-import"
|
3017 |
msgid "Import Files"
|
@@ -3028,7 +3038,7 @@ msgid "... or <a>select a file uploaded to the imports folder</a>"
|
|
3028 |
msgstr ""
|
3029 |
"... или <a>выберите файл, который уже загружен в директорию импорта</a>"
|
3030 |
|
3031 |
-
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:
|
3032 |
msgctxt "admin csv-import"
|
3033 |
msgid "(Upload new file)"
|
3034 |
msgstr "(Загрузить новый файл)"
|
@@ -3038,111 +3048,111 @@ msgctxt "admin csv-import"
|
|
3038 |
msgid "ZIP file containing images"
|
3039 |
msgstr "Архив ZIP, содержащий изображения"
|
3040 |
|
3041 |
-
#: templates/admin/csv-import.tpl.php:
|
3042 |
msgctxt "admin csv-import"
|
3043 |
msgid "CSV File Settings"
|
3044 |
msgstr "Настройки файла CSV"
|
3045 |
|
3046 |
-
#: templates/admin/csv-import.tpl.php:
|
3047 |
msgctxt "admin csv-import"
|
3048 |
msgid "Column Separator"
|
3049 |
msgstr "Разделитель колонок"
|
3050 |
|
3051 |
-
#: templates/admin/csv-import.tpl.php:
|
3052 |
msgctxt "admin csv-import"
|
3053 |
msgid "Comma (,)"
|
3054 |
msgstr ""
|
3055 |
|
3056 |
-
#: templates/admin/csv-import.tpl.php:
|
3057 |
msgctxt "admin csv-import"
|
3058 |
msgid "Semicolon (;)"
|
3059 |
msgstr ""
|
3060 |
|
3061 |
-
#: templates/admin/csv-import.tpl.php:
|
3062 |
msgctxt "admin csv-import"
|
3063 |
msgid "TAB"
|
3064 |
msgstr ""
|
3065 |
|
3066 |
-
#: templates/admin/csv-import.tpl.php:
|
3067 |
msgctxt "admin csv-import"
|
3068 |
msgid "Image Separator"
|
3069 |
msgstr "Разделитель изображений"
|
3070 |
|
3071 |
-
#: templates/admin/csv-import.tpl.php:
|
3072 |
msgctxt "admin csv-import"
|
3073 |
msgid "Category Separator"
|
3074 |
msgstr "Разделитель рубрик"
|
3075 |
|
3076 |
-
#: templates/admin/csv-import.tpl.php:
|
3077 |
msgctxt "admin csv-import"
|
3078 |
msgid "Import settings"
|
3079 |
msgstr "Настройки импорта"
|
3080 |
|
3081 |
-
#: templates/admin/csv-import.tpl.php:
|
3082 |
#, fuzzy
|
3083 |
msgctxt "admin csv-import"
|
3084 |
msgid "Post status of new imported listings"
|
3085 |
msgstr "Статус записей по окончании импорта"
|
3086 |
|
3087 |
-
#: templates/admin/csv-import.tpl.php:
|
3088 |
#, fuzzy
|
3089 |
msgctxt "admin csv-import"
|
3090 |
msgid "Post status of existing imported listings"
|
3091 |
msgstr "Статус записей по окончании импорта"
|
3092 |
|
3093 |
-
#: templates/admin/csv-import.tpl.php:
|
3094 |
#, fuzzy
|
3095 |
msgctxt "admin csv-import"
|
3096 |
msgid "Preserve existing status"
|
3097 |
msgstr "Записи"
|
3098 |
|
3099 |
-
#: templates/admin/csv-import.tpl.php:
|
3100 |
msgctxt "admin csv-import"
|
3101 |
msgid "Missing categories handling"
|
3102 |
msgstr "Обработка новых рубрик"
|
3103 |
|
3104 |
-
#: templates/admin/csv-import.tpl.php:
|
3105 |
msgctxt "admin csv-import"
|
3106 |
msgid "Auto-create categories"
|
3107 |
msgstr "Автоматически создавать"
|
3108 |
|
3109 |
-
#: templates/admin/csv-import.tpl.php:
|
3110 |
msgctxt "admin csv-import"
|
3111 |
msgid "Generate errors when a category is not found"
|
3112 |
msgstr "Выдавать ошибку \"рубрика не найдена\""
|
3113 |
|
3114 |
-
#: templates/admin/csv-import.tpl.php:
|
3115 |
msgctxt "admin csv-import"
|
3116 |
msgid "Keep existing listing images?"
|
3117 |
msgstr "Существующие изображения?"
|
3118 |
|
3119 |
-
#: templates/admin/csv-import.tpl.php:
|
3120 |
msgctxt "admin csv-import"
|
3121 |
msgid "Keep existing images."
|
3122 |
msgstr "Соранить."
|
3123 |
|
3124 |
-
#: templates/admin/csv-import.tpl.php:
|
3125 |
msgctxt "admin csv-import"
|
3126 |
msgid "Appends new images while keeping current ones."
|
3127 |
msgstr "Будет добавлять новые изображения и не удалит существующие."
|
3128 |
|
3129 |
-
#: templates/admin/csv-import.tpl.php:
|
3130 |
msgctxt "admin csv-import"
|
3131 |
msgid "Assign listings to a user?"
|
3132 |
msgstr "Автор?"
|
3133 |
|
3134 |
-
#: templates/admin/csv-import.tpl.php:
|
3135 |
msgctxt "admin csv-import"
|
3136 |
msgid "Assign listings to a user."
|
3137 |
msgstr "Назначить новые записи существующему пользователю."
|
3138 |
|
3139 |
-
#: templates/admin/csv-import.tpl.php:
|
3140 |
msgctxt "admin csv-import"
|
3141 |
msgid "Use a default user for listings?"
|
3142 |
msgstr ""
|
3143 |
"Использовать изображение по-умолчанию, если ни одного не было загружено?"
|
3144 |
|
3145 |
-
#: templates/admin/csv-import.tpl.php:
|
3146 |
msgctxt "admin csv-import"
|
3147 |
msgid ""
|
3148 |
"Select a default user to be used if the username column is not present in "
|
@@ -3151,12 +3161,12 @@ msgstr ""
|
|
3151 |
"<br />Выберите зарегистрированного пользователя сайта, чтобы ему были "
|
3152 |
"назначены новые записи, не имеющие имени пользователя в файле CSV."
|
3153 |
|
3154 |
-
#: templates/admin/csv-import.tpl.php:
|
3155 |
msgctxt "admin csv-import"
|
3156 |
msgid "Default listing user"
|
3157 |
msgstr "Пользователь по-умолчанию для новых записей:"
|
3158 |
|
3159 |
-
#: templates/admin/csv-import.tpl.php:
|
3160 |
msgctxt "admin csv-import"
|
3161 |
msgid ""
|
3162 |
"This user will be used if the username column is not present in the CSV file."
|
@@ -3164,13 +3174,13 @@ msgstr ""
|
|
3164 |
"<br />Выберите зарегистрированного пользователя сайта, чтобы ему были "
|
3165 |
"назначены новые записи, не имеющие имени пользователя в файле CSV."
|
3166 |
|
3167 |
-
#: templates/admin/csv-import.tpl.php:
|
3168 |
#, fuzzy
|
3169 |
msgctxt "admin csv-import"
|
3170 |
msgid "Number of listings imported on every cycle"
|
3171 |
msgstr "Количество записей:"
|
3172 |
|
3173 |
-
#: templates/admin/csv-import.tpl.php:
|
3174 |
msgctxt "admin csv-import"
|
3175 |
msgid ""
|
3176 |
"If you are having trouble importing listings due to memory problems, try "
|
@@ -3179,17 +3189,17 @@ msgid ""
|
|
3179 |
"success on shared hosting platforms and other resource-constrained servers."
|
3180 |
msgstr ""
|
3181 |
|
3182 |
-
#: templates/admin/csv-import.tpl.php:
|
3183 |
msgctxt "admin csv-import"
|
3184 |
msgid "Test Import"
|
3185 |
msgstr "Тест импорта"
|
3186 |
|
3187 |
-
#: templates/admin/csv-import.tpl.php:
|
3188 |
msgctxt "admin csv-import"
|
3189 |
msgid "Import Listings"
|
3190 |
msgstr "Импортировать записи"
|
3191 |
|
3192 |
-
#: templates/admin/csv-import.tpl.php:
|
3193 |
msgctxt "admin csv-import"
|
3194 |
msgid ""
|
3195 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -3203,27 +3213,27 @@ msgstr ""
|
|
3203 |
"\">Образец файла CSV для импорта</a>\" чтобы узнать, как такой файл должен "
|
3204 |
"выглядеть."
|
3205 |
|
3206 |
-
#: templates/admin/csv-import.tpl.php:
|
3207 |
msgctxt "admin csv-import"
|
3208 |
msgid "Header name/label"
|
3209 |
msgstr "Имя или метка заголовка"
|
3210 |
|
3211 |
-
#: templates/admin/csv-import.tpl.php:
|
3212 |
msgctxt "admin csv-import"
|
3213 |
msgid "Field"
|
3214 |
msgstr "Поле"
|
3215 |
|
3216 |
-
#: templates/admin/csv-import.tpl.php:
|
3217 |
msgctxt "admin csv-import"
|
3218 |
msgid "Required?"
|
3219 |
msgstr "Обязательно?"
|
3220 |
|
3221 |
-
#: templates/admin/csv-import.tpl.php:
|
3222 |
msgctxt "admin csv-import"
|
3223 |
msgid "Multivalued?"
|
3224 |
msgstr "Множественные значения?"
|
3225 |
|
3226 |
-
#: templates/admin/csv-import.tpl.php:
|
3227 |
#, fuzzy
|
3228 |
msgctxt "admin csv-import"
|
3229 |
msgid ""
|
@@ -3233,17 +3243,17 @@ msgstr ""
|
|
3233 |
"Дата окончания срока действия отформатирована как ГГГГ-ММ-ДД. Используйте "
|
3234 |
"эту колонку при добавлении или изменении записей."
|
3235 |
|
3236 |
-
#: templates/admin/csv-import.tpl.php:
|
3237 |
msgctxt "admin csv-import"
|
3238 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
3239 |
msgstr "Знак \"точка с запятой\" разделяет список изображений (в файле ZIP)"
|
3240 |
|
3241 |
-
#: templates/admin/csv-import.tpl.php:
|
3242 |
msgctxt "admin csv-import"
|
3243 |
msgid "Listing author's username"
|
3244 |
msgstr "Учётная запись автора записи"
|
3245 |
|
3246 |
-
#: templates/admin/csv-import.tpl.php:
|
3247 |
msgctxt "admin csv-import"
|
3248 |
msgid ""
|
3249 |
"Internal Sequence ID used to allow listing updates from external sources."
|
@@ -3251,7 +3261,7 @@ msgstr ""
|
|
3251 |
"Был использован внутренний последовательный номер, чтобы позволить загрузку "
|
3252 |
"данных из справочника с другого сайта."
|
3253 |
|
3254 |
-
#: templates/admin/csv-import.tpl.php:
|
3255 |
msgctxt "admin csv-import"
|
3256 |
msgid ""
|
3257 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -3272,12 +3282,12 @@ msgctxt "admin csv"
|
|
3272 |
msgid "Export"
|
3273 |
msgstr "Экспорт в CSV"
|
3274 |
|
3275 |
-
#: includes/admin/class-admin-listings.php:
|
3276 |
msgctxt "admin category filter"
|
3277 |
msgid "All categories"
|
3278 |
msgstr "Все рубрики"
|
3279 |
|
3280 |
-
#: includes/admin/class-admin-listings.php:
|
3281 |
msgctxt "admin listings"
|
3282 |
msgid ""
|
3283 |
"This listing doesn't have a fee plan assigned. This is required in order to "
|
@@ -3285,48 +3295,48 @@ msgid ""
|
|
3285 |
"renewals."
|
3286 |
msgstr ""
|
3287 |
|
3288 |
-
#: includes/admin/class-admin-listings.php:
|
3289 |
#, fuzzy
|
3290 |
msgctxt "admin listings"
|
3291 |
msgid "Never"
|
3292 |
msgstr "никогда"
|
3293 |
|
3294 |
-
#: includes/admin/class-admin-listings.php:
|
3295 |
#, fuzzy
|
3296 |
msgctxt "admin listings"
|
3297 |
msgid "Featured"
|
3298 |
msgstr "Статус \"Особая\""
|
3299 |
|
3300 |
-
#: includes/admin/class-admin-listings.php:
|
3301 |
#, fuzzy
|
3302 |
msgctxt "admin listings"
|
3303 |
msgid "Recurring"
|
3304 |
msgstr "(периодически)"
|
3305 |
|
3306 |
-
#: includes/admin/class-admin-listings.php:
|
3307 |
#, fuzzy
|
3308 |
msgctxt "admin listings"
|
3309 |
msgid "Free"
|
3310 |
msgstr "Бесплатно"
|
3311 |
|
3312 |
-
#: includes/admin/class-admin-listings.php:
|
3313 |
#, fuzzy
|
3314 |
msgctxt "admin listings"
|
3315 |
msgid "Payment Not Found"
|
3316 |
msgstr "Информация о тарифах"
|
3317 |
|
3318 |
-
#: includes/admin/class-admin-listings.php:
|
3319 |
#, fuzzy
|
3320 |
msgctxt "admin listings"
|
3321 |
msgid "Payment %s"
|
3322 |
msgstr "Платёж № %d"
|
3323 |
|
3324 |
-
#: includes/admin/class-admin-listings.php:
|
3325 |
msgctxt "admin listings"
|
3326 |
msgid "Reported"
|
3327 |
msgstr ""
|
3328 |
|
3329 |
-
#: includes/admin/class-admin-listings.php:
|
3330 |
msgctxt "admin listings"
|
3331 |
msgid "Listing's payment history successfully deleted"
|
3332 |
msgstr ""
|
@@ -3354,13 +3364,13 @@ msgctxt "admin listings"
|
|
3354 |
msgid "Clear listing reports."
|
3355 |
msgstr "Срок действия записи истёк"
|
3356 |
|
3357 |
-
#: includes/admin/class-admin-listings.php:
|
3358 |
#, fuzzy
|
3359 |
msgctxt "admin"
|
3360 |
msgid "Directory Listing Fields / Images"
|
3361 |
msgstr "Поля и Изображения записи"
|
3362 |
|
3363 |
-
#: includes/admin/class-admin-listings.php:
|
3364 |
msgctxt "admin"
|
3365 |
msgid "Categories"
|
3366 |
msgstr "Рубрики"
|
@@ -3536,12 +3546,12 @@ msgctxt "admin"
|
|
3536 |
msgid "Abandoned"
|
3537 |
msgstr "Заброшено"
|
3538 |
|
3539 |
-
#: includes/admin/class-admin-listings.php:
|
3540 |
msgctxt "listing attribute"
|
3541 |
msgid "No Fee Plan"
|
3542 |
msgstr ""
|
3543 |
|
3544 |
-
#: includes/admin/class-admin-listings.php:
|
3545 |
msgctxt "listing status"
|
3546 |
msgid "Reported"
|
3547 |
msgstr ""
|
@@ -3598,53 +3608,53 @@ msgctxt "listing status"
|
|
3598 |
msgid "Abandoned"
|
3599 |
msgstr "Заброшено"
|
3600 |
|
3601 |
-
#: includes/admin/class-admin-listings.php:
|
3602 |
msgctxt "admin actions"
|
3603 |
msgid "Delete Listing"
|
3604 |
msgstr "Удалить запись"
|
3605 |
|
3606 |
-
#: includes/admin/class-admin-listings.php:
|
3607 |
#, fuzzy
|
3608 |
msgctxt "admin actions"
|
3609 |
msgid "View Payments"
|
3610 |
msgstr "Оплата"
|
3611 |
|
3612 |
-
#: includes/admin/class-admin-listings.php:
|
3613 |
#, fuzzy
|
3614 |
msgctxt "admin actions"
|
3615 |
msgid "View Payment"
|
3616 |
msgstr "Оплата"
|
3617 |
|
3618 |
-
#: includes/admin/class-admin-listings.php:
|
3619 |
#, fuzzy
|
3620 |
msgctxt "admin actions"
|
3621 |
msgid "Publish listings"
|
3622 |
msgstr "Опубликовать запись"
|
3623 |
|
3624 |
-
#: includes/admin/class-admin-listings.php:
|
3625 |
#, fuzzy
|
3626 |
msgctxt "admin actions"
|
3627 |
msgid "Mark as \"Pending Review\""
|
3628 |
msgstr "Ожидается"
|
3629 |
|
3630 |
-
#: includes/admin/class-admin-listings.php:
|
3631 |
msgctxt "admin actions"
|
3632 |
msgid "Hide from directory (mark as \"Draft\")"
|
3633 |
msgstr ""
|
3634 |
|
3635 |
-
#: includes/admin/class-admin-listings.php:
|
3636 |
#, fuzzy
|
3637 |
msgctxt "admin actions"
|
3638 |
msgid "Renew listings"
|
3639 |
msgstr "Продлить запись"
|
3640 |
|
3641 |
-
#: includes/admin/class-admin-listings.php:
|
3642 |
#, fuzzy
|
3643 |
msgctxt "admin actions"
|
3644 |
msgid "Set listings as \"Expired\""
|
3645 |
msgstr "Срок действия записи истёк"
|
3646 |
|
3647 |
-
#: includes/admin/class-admin-listings.php:
|
3648 |
#, fuzzy
|
3649 |
msgctxt "admin actions"
|
3650 |
msgid "Send access keys"
|
@@ -3678,23 +3688,18 @@ msgctxt "admin menu"
|
|
3678 |
msgid "Settings"
|
3679 |
msgstr "Настройки"
|
3680 |
|
3681 |
-
#: includes/admin/class-csv-exporter.php:
|
3682 |
msgctxt "admin csv-export"
|
3683 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3684 |
msgstr ""
|
3685 |
"Не удалось создать временную директорию для создания экспортных файлов."
|
3686 |
|
3687 |
-
#: includes/admin/class-csv-exporter.php:
|
3688 |
-
msgctxt "admin csv-export"
|
3689 |
-
msgid "Could not create wpbdp-csv-exports directory."
|
3690 |
-
msgstr "Не удалось создать директорию \"wpbdp-csv-exports\"."
|
3691 |
-
|
3692 |
-
#: includes/admin/class-csv-exporter.php:108
|
3693 |
msgctxt "admin csv-export"
|
3694 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3695 |
msgstr "Ошибка при создании временной директории для экспорта в CSV файл: %s"
|
3696 |
|
3697 |
-
#: includes/admin/csv-export.php:
|
3698 |
msgctxt "admin csv-export"
|
3699 |
msgid "Could not decode export state information."
|
3700 |
msgstr ""
|
@@ -3713,47 +3718,42 @@ msgstr ""
|
|
3713 |
"следующие команды конфигурационного файла \"php.ini\": memory_limit и "
|
3714 |
"max_execution_time."
|
3715 |
|
3716 |
-
#: templates/admin/csv-export.tpl.php:
|
3717 |
-
msgctxt "admin csv-export"
|
3718 |
-
msgid "Export Configuration"
|
3719 |
-
msgstr "Настройки экспорта"
|
3720 |
-
|
3721 |
-
#: templates/admin/csv-export.tpl.php:30
|
3722 |
msgctxt "admin csv-export"
|
3723 |
msgid "Export settings"
|
3724 |
msgstr "Параметры экспорта"
|
3725 |
|
3726 |
-
#: templates/admin/csv-export.tpl.php:
|
3727 |
msgctxt "admin csv-export"
|
3728 |
msgid "Which listings to export?"
|
3729 |
msgstr "Записи?"
|
3730 |
|
3731 |
-
#: templates/admin/csv-export.tpl.php:
|
3732 |
msgctxt "admin csv-export"
|
3733 |
msgid "All"
|
3734 |
msgstr "Экспортировать всё"
|
3735 |
|
3736 |
-
#: templates/admin/csv-export.tpl.php:
|
3737 |
msgctxt "admin csv-export"
|
3738 |
msgid "Active Only"
|
3739 |
msgstr "Только активные записи"
|
3740 |
|
3741 |
-
#: templates/admin/csv-export.tpl.php:
|
3742 |
msgctxt "admin csv-export"
|
3743 |
msgid "Active + Pending Renewal"
|
3744 |
msgstr "Активные + ожидающие продление"
|
3745 |
|
3746 |
-
#: templates/admin/csv-export.tpl.php:
|
3747 |
msgctxt "admin csv-export"
|
3748 |
msgid "Export images?"
|
3749 |
msgstr "Изображения?"
|
3750 |
|
3751 |
-
#: templates/admin/csv-export.tpl.php:
|
3752 |
msgctxt "admin csv-export"
|
3753 |
msgid "Export images"
|
3754 |
msgstr "Экспортировать изображения"
|
3755 |
|
3756 |
-
#: templates/admin/csv-export.tpl.php:
|
3757 |
msgctxt "admin csv-export"
|
3758 |
msgid ""
|
3759 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
@@ -3762,67 +3762,67 @@ msgstr ""
|
|
3762 |
"Включите этот параметр, и вместо одного CSV файла будет создан архив ZIP, "
|
3763 |
"который будет содержать CSV файл + файлы изображений."
|
3764 |
|
3765 |
-
#: templates/admin/csv-export.tpl.php:
|
3766 |
msgctxt "admin csv-export"
|
3767 |
msgid "Additional metadata to export:"
|
3768 |
msgstr "Метаданные?"
|
3769 |
|
3770 |
-
#: templates/admin/csv-export.tpl.php:
|
3771 |
msgctxt "admin csv-export"
|
3772 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3773 |
msgstr ""
|
3774 |
"Добавить уникальные номера для каждой записи (колонка базы данных: "
|
3775 |
"sequence_id)."
|
3776 |
|
3777 |
-
#: templates/admin/csv-export.tpl.php:
|
3778 |
msgctxt "admin csv-export"
|
3779 |
msgid "Author information (username)"
|
3780 |
msgstr "Информация об авторе (имя учётной записи)"
|
3781 |
|
3782 |
-
#: templates/admin/csv-export.tpl.php:
|
3783 |
msgctxt "admin csv-export"
|
3784 |
msgid "Listing expiration date"
|
3785 |
msgstr "Дата окончания срока действия"
|
3786 |
|
3787 |
-
#: templates/admin/csv-export.tpl.php:
|
3788 |
#, fuzzy
|
3789 |
msgctxt "admin csv-export"
|
3790 |
msgid "Listing created date"
|
3791 |
msgstr "Изображение записи"
|
3792 |
|
3793 |
-
#: templates/admin/csv-export.tpl.php:
|
3794 |
#, fuzzy
|
3795 |
msgctxt "admin csv-export"
|
3796 |
msgid "Listing last updated date"
|
3797 |
msgstr "Дата окончания срока действия"
|
3798 |
|
3799 |
-
#: templates/admin/csv-export.tpl.php:
|
3800 |
#, fuzzy
|
3801 |
msgctxt "admin csv-export"
|
3802 |
msgid "Listing T&C acceptance date"
|
3803 |
msgstr "Изображение записи"
|
3804 |
|
3805 |
-
#: templates/admin/csv-export.tpl.php:
|
3806 |
msgctxt "admin csv-export"
|
3807 |
msgid "CSV File Settings"
|
3808 |
msgstr "Параметры файла CSV"
|
3809 |
|
3810 |
-
#: templates/admin/csv-export.tpl.php:
|
3811 |
msgctxt "admin csv-export"
|
3812 |
msgid "What operating system will you use to edit the CSV file?"
|
3813 |
msgstr ""
|
3814 |
|
3815 |
-
#: templates/admin/csv-export.tpl.php:
|
3816 |
msgctxt "admin csv-export"
|
3817 |
msgid "Windows"
|
3818 |
msgstr ""
|
3819 |
|
3820 |
-
#: templates/admin/csv-export.tpl.php:
|
3821 |
msgctxt "admin csv-export"
|
3822 |
msgid "macOS"
|
3823 |
msgstr ""
|
3824 |
|
3825 |
-
#: templates/admin/csv-export.tpl.php:
|
3826 |
msgctxt "admin csv-export"
|
3827 |
msgid ""
|
3828 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
@@ -3831,27 +3831,27 @@ msgid ""
|
|
3831 |
"each operating system."
|
3832 |
msgstr ""
|
3833 |
|
3834 |
-
#: templates/admin/csv-export.tpl.php:
|
3835 |
msgctxt "admin csv-export"
|
3836 |
msgid "Image Separator"
|
3837 |
msgstr "Разделитель изображений"
|
3838 |
|
3839 |
-
#: templates/admin/csv-export.tpl.php:
|
3840 |
msgctxt "admin csv-export"
|
3841 |
msgid "Category Separator"
|
3842 |
msgstr "Разделитель рубрик"
|
3843 |
|
3844 |
-
#: templates/admin/csv-export.tpl.php:
|
3845 |
msgctxt "admin csv-export"
|
3846 |
msgid "Export Listings"
|
3847 |
msgstr "Экспортировать записи"
|
3848 |
|
3849 |
-
#: templates/admin/csv-export.tpl.php:
|
3850 |
msgctxt "admin csv-export"
|
3851 |
msgid "Export in Progress..."
|
3852 |
msgstr "Экспорт работает..."
|
3853 |
|
3854 |
-
#: templates/admin/csv-export.tpl.php:
|
3855 |
msgctxt "admin csv-export"
|
3856 |
msgid ""
|
3857 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
@@ -3860,40 +3860,40 @@ msgstr ""
|
|
3860 |
"Ваш файл экспорта собирается. Пожалуйста <u>не закрывайте</u> эту страницу "
|
3861 |
"до тех пор, пока экспорт не закончится."
|
3862 |
|
3863 |
-
#: templates/admin/csv-export.tpl.php:
|
3864 |
msgctxt "admin csv-export"
|
3865 |
msgid "No. of listings:"
|
3866 |
msgstr "Количество записей:"
|
3867 |
|
3868 |
-
#: templates/admin/csv-export.tpl.php:
|
3869 |
msgctxt "admin csv-export"
|
3870 |
msgid "Approximate export file size:"
|
3871 |
msgstr "Приблизительный размер экспортного файла:"
|
3872 |
|
3873 |
-
#: templates/admin/csv-export.tpl.php:
|
3874 |
msgctxt "admin csv-export"
|
3875 |
msgid "Cancel Export"
|
3876 |
msgstr "Прекратить экспорт"
|
3877 |
|
3878 |
-
#: templates/admin/csv-export.tpl.php:
|
3879 |
msgctxt "admin csv-export"
|
3880 |
msgid "Export Complete"
|
3881 |
msgstr "Экспорт завершился"
|
3882 |
|
3883 |
-
#: templates/admin/csv-export.tpl.php:
|
3884 |
msgctxt "admin csv-export"
|
3885 |
msgid ""
|
3886 |
"Your export file has been successfully created and it is now ready for "
|
3887 |
"download."
|
3888 |
msgstr "Ваш файл экспорта был успешно создан и готов к скачиванию."
|
3889 |
|
3890 |
-
#: templates/admin/csv-export.tpl.php:
|
3891 |
#, fuzzy
|
3892 |
msgctxt "admin csv-export"
|
3893 |
msgid "Download %1$s (%2$s)"
|
3894 |
msgstr "Скачать %s (%s)"
|
3895 |
|
3896 |
-
#: templates/admin/csv-export.tpl.php:
|
3897 |
msgctxt "admin csv-export"
|
3898 |
msgid ""
|
3899 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
@@ -3902,22 +3902,22 @@ msgstr ""
|
|
3902 |
"Как только файл скачается, нажмите кнопку \"Очистить\" чтобы удалить все "
|
3903 |
"временные данные, созданные плагином во время подготовки экспортного файла."
|
3904 |
|
3905 |
-
#: templates/admin/csv-export.tpl.php:
|
3906 |
msgctxt "admin csv-export"
|
3907 |
msgid "Cleanup"
|
3908 |
msgstr "Очистить"
|
3909 |
|
3910 |
-
#: templates/admin/csv-export.tpl.php:
|
3911 |
msgctxt "admin csv-export"
|
3912 |
msgid "Export Canceled"
|
3913 |
msgstr "Экспорт прерван"
|
3914 |
|
3915 |
-
#: templates/admin/csv-export.tpl.php:
|
3916 |
msgctxt "admin csv-export"
|
3917 |
msgid "The export has been canceled."
|
3918 |
msgstr "Процесс экспорта был прекращён."
|
3919 |
|
3920 |
-
#: templates/admin/csv-export.tpl.php:
|
3921 |
msgctxt "admin csv-export"
|
3922 |
msgid "← Return to CSV Export"
|
3923 |
msgstr "← Вернуться к экспорту CSV"
|
@@ -4087,25 +4087,25 @@ msgctxt "fees order"
|
|
4087 |
msgid "Custom Order"
|
4088 |
msgstr "Собственный порядок"
|
4089 |
|
4090 |
-
#: includes/admin/fees.php:
|
4091 |
#, fuzzy
|
4092 |
msgctxt "fees admin"
|
4093 |
msgid "Fee plan added."
|
4094 |
msgstr "Тариф сохранён."
|
4095 |
|
4096 |
-
#: includes/admin/fees.php:
|
4097 |
#, fuzzy
|
4098 |
msgctxt "fees admin"
|
4099 |
msgid "Fee plan updated."
|
4100 |
msgstr "Тариф сохранён."
|
4101 |
|
4102 |
-
#: includes/admin/fees.php:
|
4103 |
#, fuzzy
|
4104 |
msgctxt "fees admin"
|
4105 |
msgid "Fee \"%s\" deleted."
|
4106 |
msgstr "Тариф удалён."
|
4107 |
|
4108 |
-
#: includes/admin/fees.php:
|
4109 |
msgctxt "fees admin"
|
4110 |
msgid "Fee disabled."
|
4111 |
msgstr "Тариф удалён."
|
@@ -4276,79 +4276,79 @@ msgctxt "fees admin"
|
|
4276 |
msgid "Status"
|
4277 |
msgstr "Новый статус:"
|
4278 |
|
4279 |
-
#: templates/admin/fees-form.tpl.php:
|
4280 |
msgctxt "fees admin"
|
4281 |
msgid "Plan Category Policy:"
|
4282 |
msgstr ""
|
4283 |
|
4284 |
-
#: templates/admin/fees-form.tpl.php:
|
4285 |
#, fuzzy
|
4286 |
msgctxt "fees admin"
|
4287 |
msgid "Plan applies to all categories"
|
4288 |
msgstr "Продлить записи во всех истекших рубриках"
|
4289 |
|
4290 |
-
#: templates/admin/fees-form.tpl.php:
|
4291 |
msgctxt "fees admin"
|
4292 |
msgid "Plan applies to only certain categories"
|
4293 |
msgstr ""
|
4294 |
|
4295 |
-
#: templates/admin/fees-form.tpl.php:
|
4296 |
#, fuzzy
|
4297 |
msgctxt "fees admin"
|
4298 |
msgid "Limit plan to the following categories:"
|
4299 |
msgstr "Вы можете использовать следующие служебные слова:"
|
4300 |
|
4301 |
-
#: templates/admin/fees-form.tpl.php:
|
4302 |
msgctxt "fees admin"
|
4303 |
msgid "Click to add categories to the selection."
|
4304 |
msgstr ""
|
4305 |
|
4306 |
-
#: templates/admin/fees-form.tpl.php:
|
4307 |
#, fuzzy
|
4308 |
msgctxt "fees admin"
|
4309 |
msgid "Pricing"
|
4310 |
msgstr "Цена"
|
4311 |
|
4312 |
-
#: templates/admin/fees-form.tpl.php:
|
4313 |
msgctxt "fees admin"
|
4314 |
msgid "Pricing model"
|
4315 |
msgstr ""
|
4316 |
|
4317 |
-
#: templates/admin/fees-form.tpl.php:
|
4318 |
msgctxt "fees admin"
|
4319 |
msgid "Flat price"
|
4320 |
msgstr ""
|
4321 |
|
4322 |
-
#: templates/admin/fees-form.tpl.php:
|
4323 |
#, fuzzy
|
4324 |
msgctxt "fees admin"
|
4325 |
msgid "Different price for different categories"
|
4326 |
msgstr "Порядок сортировки рубрик"
|
4327 |
|
4328 |
-
#: templates/admin/fees-form.tpl.php:
|
4329 |
msgctxt "fees admin"
|
4330 |
msgid "Base price plus an extra amount per category"
|
4331 |
msgstr ""
|
4332 |
|
4333 |
-
#: templates/admin/fees-form.tpl.php:
|
4334 |
#, fuzzy
|
4335 |
msgctxt "fees admin"
|
4336 |
msgid "Fee Price"
|
4337 |
msgstr "Цена"
|
4338 |
|
4339 |
-
#: templates/admin/fees-form.tpl.php:
|
4340 |
#, fuzzy
|
4341 |
msgctxt "fees admin"
|
4342 |
msgid "Prices per category"
|
4343 |
msgstr "Удалить рубрику"
|
4344 |
|
4345 |
-
#: templates/admin/fees-form.tpl.php:
|
4346 |
#, fuzzy
|
4347 |
msgctxt "fees admin"
|
4348 |
msgid "Price"
|
4349 |
msgstr "Цена"
|
4350 |
|
4351 |
-
#: templates/admin/fees-form.tpl.php:
|
4352 |
msgctxt "fees admin"
|
4353 |
msgid "Extra amount (per category)"
|
4354 |
msgstr ""
|
@@ -4430,12 +4430,12 @@ msgctxt "form-fields admin"
|
|
4430 |
msgid "Form Preview"
|
4431 |
msgstr "Предварительный просмотр"
|
4432 |
|
4433 |
-
#: includes/admin/form-fields.php:
|
4434 |
msgctxt "form-fields admin"
|
4435 |
msgid "Form fields updated."
|
4436 |
msgstr "Поля формы сохранены."
|
4437 |
|
4438 |
-
#: includes/admin/form-fields.php:
|
4439 |
msgctxt "form-fields admin"
|
4440 |
msgid ""
|
4441 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
@@ -4449,17 +4449,17 @@ msgstr ""
|
|
4449 |
"показывался всем посетителям, то Вым нужно <a>разрешить соответствующую "
|
4450 |
"настройку</a>."
|
4451 |
|
4452 |
-
#: includes/admin/form-fields.php:
|
4453 |
msgctxt "form-fields admin"
|
4454 |
msgid "Field deleted."
|
4455 |
msgstr "Поле удалено."
|
4456 |
|
4457 |
-
#: includes/admin/form-fields.php:
|
4458 |
msgctxt "form-fields admin"
|
4459 |
msgid "Required fields created successfully."
|
4460 |
msgstr "Обязательное поле удачно создано."
|
4461 |
|
4462 |
-
#: includes/admin/form-fields.php:
|
4463 |
msgctxt "form-fields admin"
|
4464 |
msgid "Tags updated."
|
4465 |
msgstr "Метки сохранены."
|
@@ -4889,82 +4889,69 @@ msgid "Listing Status"
|
|
4889 |
msgstr "Записи"
|
4890 |
|
4891 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
4892 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4893 |
#, fuzzy
|
4894 |
msgctxt "listing metabox"
|
4895 |
msgid "N/A"
|
4896 |
msgstr "Х/З"
|
4897 |
|
4898 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4899 |
#, fuzzy
|
4900 |
msgctxt "listing metabox"
|
4901 |
msgid "Last renew date"
|
4902 |
msgstr "Дата продления"
|
4903 |
|
4904 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4905 |
#, fuzzy
|
4906 |
msgctxt "listing metabox"
|
4907 |
msgid "Plan Details"
|
4908 |
msgstr "Детали плана"
|
4909 |
|
4910 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4911 |
msgctxt "listing metabox"
|
4912 |
msgid "Fee Plan"
|
4913 |
msgstr ""
|
4914 |
|
4915 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4916 |
msgctxt "listing metabox"
|
4917 |
msgid "Change plan"
|
4918 |
msgstr ""
|
4919 |
|
4920 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4921 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4922 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4923 |
#, fuzzy
|
4924 |
msgctxt "listing metabox"
|
4925 |
msgid "OK"
|
4926 |
msgstr "OK"
|
4927 |
|
4928 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4929 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4930 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4931 |
#, fuzzy
|
4932 |
msgctxt "listing metabox"
|
4933 |
msgid "Cancel"
|
4934 |
msgstr "Отменить"
|
4935 |
|
4936 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4937 |
#, fuzzy
|
4938 |
msgctxt "listing metabox"
|
4939 |
msgid "Expires On"
|
4940 |
msgstr "Истекает"
|
4941 |
|
4942 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4943 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:95
|
4944 |
-
#, fuzzy
|
4945 |
-
msgctxt "listing metabox"
|
4946 |
-
msgid "Edit"
|
4947 |
-
msgstr "Изменить"
|
4948 |
-
|
4949 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:82
|
4950 |
-
#, fuzzy
|
4951 |
-
msgctxt "listing metabox"
|
4952 |
-
msgid "Never"
|
4953 |
-
msgstr "никогда"
|
4954 |
-
|
4955 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
4956 |
#, fuzzy
|
4957 |
msgctxt "listing metabox"
|
4958 |
msgid "# of images"
|
4959 |
msgstr "Картинок"
|
4960 |
|
4961 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4962 |
#, fuzzy
|
4963 |
msgctxt "listing metabox"
|
4964 |
msgid "Is Featured?"
|
4965 |
msgstr "Лента %ы"
|
4966 |
|
4967 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4968 |
#, fuzzy
|
4969 |
msgctxt "listing metabox"
|
4970 |
msgid "Is Recurring?"
|
@@ -5106,13 +5093,6 @@ msgstr ""
|
|
5106 |
"многострочного текста. Поиск по полям данных такого типа занимает много "
|
5107 |
"процессорного времени и приводит к замедлению работы сайта."
|
5108 |
|
5109 |
-
#: includes/admin/settings/class-settings-bootstrap.php:414
|
5110 |
-
msgctxt "admin settings"
|
5111 |
-
msgid ""
|
5112 |
-
"If no fields are selected, the following fields will be used in Quick "
|
5113 |
-
"Searches:"
|
5114 |
-
msgstr ""
|
5115 |
-
|
5116 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
5117 |
msgctxt "admin settings"
|
5118 |
msgid "Do not include comments in listings"
|
@@ -7554,7 +7534,7 @@ msgctxt "submit listing"
|
|
7554 |
msgid "Category & plan selection"
|
7555 |
msgstr "Выбор рубрики"
|
7556 |
|
7557 |
-
#: includes/views/submit_listing.php:
|
7558 |
#, fuzzy
|
7559 |
msgctxt "submit listing"
|
7560 |
msgid "Can not submit a listing at this moment. Please try again later."
|
@@ -7562,41 +7542,41 @@ msgstr ""
|
|
7562 |
"В настоящее время вы не можем провести Вашу оплату. Попробуйте позже "
|
7563 |
"пожалуйста."
|
7564 |
|
7565 |
-
#: includes/views/submit_listing.php:
|
7566 |
#, fuzzy
|
7567 |
msgctxt "submit listing"
|
7568 |
msgid "Please select a category."
|
7569 |
msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
|
7570 |
|
7571 |
-
#: includes/views/submit_listing.php:
|
7572 |
msgctxt "submit listing"
|
7573 |
msgid "Please choose a valid category for your plan."
|
7574 |
msgstr ""
|
7575 |
|
7576 |
-
#: includes/views/submit_listing.php:
|
7577 |
#, fuzzy
|
7578 |
msgctxt "submit listing"
|
7579 |
msgid "Please choose a valid fee plan for your category selection."
|
7580 |
msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
|
7581 |
|
7582 |
-
#: includes/views/submit_listing.php:
|
7583 |
#, fuzzy
|
7584 |
msgctxt "submit listing"
|
7585 |
msgid "Please enter your desired username."
|
7586 |
msgstr "Пожалуйста введите Ваше имя."
|
7587 |
|
7588 |
-
#: includes/views/submit_listing.php:
|
7589 |
#, fuzzy
|
7590 |
msgctxt "submit listing"
|
7591 |
msgid "Please enter the e-mail for your new account."
|
7592 |
msgstr "Пожалуйста введите Ваше имя."
|
7593 |
|
7594 |
-
#: includes/views/submit_listing.php:
|
7595 |
msgctxt "submit listing"
|
7596 |
msgid "The username you chose is already in use. Please use a different one."
|
7597 |
msgstr ""
|
7598 |
|
7599 |
-
#: includes/views/submit_listing.php:
|
7600 |
msgctxt "submit listing"
|
7601 |
msgid "The e-mail address you chose for your account is already in use."
|
7602 |
msgstr ""
|
@@ -7623,13 +7603,13 @@ msgctxt "views"
|
|
7623 |
msgid "Find A Listing"
|
7624 |
msgstr "Найти запись"
|
7625 |
|
7626 |
-
#: includes/class-wpbdp.php:
|
7627 |
#, fuzzy
|
7628 |
msgctxt "listing image upload"
|
7629 |
msgid "Can not upload any more images for this listing."
|
7630 |
msgstr "Рубрики этой записи"
|
7631 |
|
7632 |
-
#: includes/class-wpbdp.php:
|
7633 |
msgctxt "listing image upload"
|
7634 |
msgid ""
|
7635 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
@@ -7921,21 +7901,21 @@ msgid ""
|
|
7921 |
"Listing submission has been disabled. Contact the administrator for details."
|
7922 |
msgstr ""
|
7923 |
|
7924 |
-
#: includes/views/submit_listing.php:
|
7925 |
msgctxt "templates"
|
7926 |
msgid ""
|
7927 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7928 |
"submit a listing. %s to create a fee plan"
|
7929 |
msgstr ""
|
7930 |
|
7931 |
-
#: includes/views/submit_listing.php:
|
7932 |
msgctxt "templates"
|
7933 |
msgid ""
|
7934 |
"Listing submission is not available at the moment. Contact the administrator "
|
7935 |
"for details."
|
7936 |
msgstr ""
|
7937 |
|
7938 |
-
#: includes/views/submit_listing.php:
|
7939 |
msgctxt "templates"
|
7940 |
msgid ""
|
7941 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -7943,12 +7923,12 @@ msgid ""
|
|
7943 |
"an existing field"
|
7944 |
msgstr ""
|
7945 |
|
7946 |
-
#: includes/views/submit_listing.php:
|
7947 |
msgctxt "templates"
|
7948 |
msgid "Please agree to the Terms and Conditions."
|
7949 |
msgstr "Пожалуйста примите наши Условия и Положения."
|
7950 |
|
7951 |
-
#: includes/views/submit_listing.php:
|
7952 |
#, fuzzy
|
7953 |
msgctxt "templates"
|
7954 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
@@ -8211,19 +8191,19 @@ msgctxt "default category name"
|
|
8211 |
msgid "General"
|
8212 |
msgstr "Основное"
|
8213 |
|
8214 |
-
#: includes/licensing.php:
|
8215 |
msgctxt "licensing"
|
8216 |
msgid "Could not contact licensing server"
|
8217 |
msgstr "Не удалось связаться с сервером лицензий"
|
8218 |
|
8219 |
-
#: includes/licensing.php:
|
8220 |
msgctxt "licensing"
|
8221 |
msgid ""
|
8222 |
"It was not possible to establish a connection with Business Directory's "
|
8223 |
"server. cURL was not found in your system"
|
8224 |
msgstr ""
|
8225 |
|
8226 |
-
#: includes/licensing.php:
|
8227 |
msgctxt "licensing"
|
8228 |
msgid ""
|
8229 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -8232,7 +8212,7 @@ msgid ""
|
|
8232 |
"1.0.1c)."
|
8233 |
msgstr ""
|
8234 |
|
8235 |
-
#: includes/licensing.php:
|
8236 |
msgctxt "licensing"
|
8237 |
msgid ""
|
8238 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -8240,21 +8220,21 @@ msgid ""
|
|
8240 |
"services using the latest security standards."
|
8241 |
msgstr ""
|
8242 |
|
8243 |
-
#: includes/licensing.php:
|
8244 |
msgctxt "licensing"
|
8245 |
msgid ""
|
8246 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
8247 |
"Include this message if necessary"
|
8248 |
msgstr ""
|
8249 |
|
8250 |
-
#: includes/licensing.php:
|
8251 |
msgctxt "licensing"
|
8252 |
msgid ""
|
8253 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
8254 |
"Include this message if necessary."
|
8255 |
msgstr ""
|
8256 |
|
8257 |
-
#: includes/licensing.php:
|
8258 |
msgctxt "licensing"
|
8259 |
msgid "The server returned a 403 Forbidden error."
|
8260 |
msgstr ""
|
@@ -8264,23 +8244,23 @@ msgctxt "licensing"
|
|
8264 |
msgid "Could not activate license: %s."
|
8265 |
msgstr "Не удалось активировать лицензию: %s."
|
8266 |
|
8267 |
-
#: includes/licensing.php:
|
8268 |
msgctxt "licensing"
|
8269 |
msgid "License activated"
|
8270 |
msgstr "Лицензия активирована"
|
8271 |
|
8272 |
-
#: includes/licensing.php:
|
8273 |
msgctxt "licensing"
|
8274 |
msgid "Could not deactivate license: %s."
|
8275 |
msgstr "Не удалось деактивировать лицензию: %s."
|
8276 |
|
8277 |
-
#: includes/licensing.php:
|
8278 |
msgctxt "licensing"
|
8279 |
msgid "License deactivated"
|
8280 |
msgstr "Лицензия была деактивирована."
|
8281 |
|
8282 |
#. translators: "<module-name>" version <version-number> is not...
|
8283 |
-
#: includes/licensing.php:
|
8284 |
msgctxt "deprecation"
|
8285 |
msgid ""
|
8286 |
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
@@ -8724,7 +8704,7 @@ msgctxt "preview"
|
|
8724 |
msgid "This is just a preview. The listing has not been published yet."
|
8725 |
msgstr "Это просто предварительный просмотр. Запись ещё не была опубликована."
|
8726 |
|
8727 |
-
#: includes/views/submit_listing.php:
|
8728 |
msgctxt "listing submit"
|
8729 |
msgid ""
|
8730 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -8872,12 +8852,12 @@ msgctxt "widgets"
|
|
8872 |
msgid "Search"
|
8873 |
msgstr "Поиск"
|
8874 |
|
8875 |
-
#: templates/admin/csv-export.tpl.php:
|
8876 |
-
#: templates/admin/csv-export.tpl.php:
|
8877 |
-
#: templates/admin/csv-import.tpl.php:
|
8878 |
-
#: templates/admin/csv-import.tpl.php:
|
8879 |
-
#: templates/admin/csv-import.tpl.php:
|
8880 |
-
#: templates/admin/csv-import.tpl.php:
|
8881 |
msgctxt "admin forms"
|
8882 |
msgid "required"
|
8883 |
msgstr "обязательно"
|
@@ -8925,24 +8905,24 @@ msgstr ""
|
|
8925 |
"А если у Вас появятся вопросы, то Вы можете задать из на нашем <a>форуме "
|
8926 |
"поддержки</a>, и мы обычно отвечаем на них в течение суток."
|
8927 |
|
8928 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8929 |
#, fuzzy
|
8930 |
msgctxt "admin infometabox"
|
8931 |
msgid "Renewal url (copy & paste)"
|
8932 |
msgstr "Ссылка для продления (для копирования)"
|
8933 |
|
8934 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8935 |
msgctxt "admin infometabox"
|
8936 |
msgid "Get renewal URL"
|
8937 |
msgstr ""
|
8938 |
|
8939 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8940 |
#, fuzzy
|
8941 |
msgctxt "admin infometabox"
|
8942 |
msgid "Send renewal e-mail"
|
8943 |
msgstr "Послать уведомление о продлении автору по электронной почте"
|
8944 |
|
8945 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8946 |
#, fuzzy
|
8947 |
msgctxt "admin infometabox"
|
8948 |
msgid "Renew listing"
|
@@ -9258,6 +9238,28 @@ msgctxt "send-access-keys"
|
|
9258 |
msgid "Continue"
|
9259 |
msgstr "Далее"
|
9260 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9261 |
#, fuzzy
|
9262 |
#~ msgctxt "settings"
|
9263 |
#~ msgid "Default new post status"
|
3 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
4 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
5 |
"directory-plugin\n"
|
6 |
+
"POT-Creation-Date: 2021-04-08 23:15:52+00:00\n"
|
7 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
8 |
"Last-Translator: Mick Levin <mikhaillevin@hotmail.com>\n"
|
9 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
31 |
msgid "Are you sure you want to do this?"
|
32 |
msgstr "Вы уверены, что хотите это сделать?"
|
33 |
|
34 |
+
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
|
35 |
#, fuzzy
|
36 |
msgid "Help"
|
37 |
msgstr "Подсказка"
|
38 |
|
39 |
+
#: includes/admin/class-admin-listings.php:185
|
40 |
#: includes/views/submit_listing.php:497
|
41 |
#: templates/email/listing-reported.tpl.php:7
|
42 |
msgid "Listing Information"
|
43 |
msgstr "Информация о бизнесе"
|
44 |
|
45 |
+
#: includes/admin/class-admin-listings.php:193
|
46 |
#, fuzzy
|
47 |
msgid "Listing Timeline"
|
48 |
msgstr "Название записи:"
|
49 |
|
50 |
+
#: includes/admin/class-admin-listings.php:211
|
51 |
#, fuzzy
|
52 |
msgid "Listing Reports"
|
53 |
msgstr "Срок действия записи истёк"
|
54 |
|
55 |
+
#: includes/admin/class-admin-listings.php:221
|
56 |
#: includes/admin/class-listing-owner.php:87
|
57 |
#, fuzzy
|
58 |
msgid "Listing Owner"
|
59 |
msgstr "Срок действия записи истёк"
|
60 |
|
61 |
+
#: includes/admin/class-admin-listings.php:266
|
62 |
#, fuzzy
|
63 |
msgid "Expires on"
|
64 |
msgstr "Истекает"
|
65 |
|
66 |
+
#: includes/admin/class-admin-listings.php:274
|
67 |
#, fuzzy
|
68 |
msgid "Attributes"
|
69 |
msgstr "Атрибуты"
|
70 |
|
71 |
+
#: includes/admin/class-admin-listings.php:471
|
72 |
#: includes/class-cpt-integration.php:19
|
73 |
#: includes/compatibility/class-navxt-integration.php:200
|
74 |
#: templates/submit-listing.tpl.php:15
|
75 |
msgid "Edit Listing"
|
76 |
msgstr "Изменить запись"
|
77 |
|
|
|
|
|
|
|
|
|
|
|
78 |
#: includes/admin/class-admin.php:186
|
79 |
#, fuzzy
|
80 |
msgid ""
|
150 |
msgid "Listing Count"
|
151 |
msgstr "Количество записей"
|
152 |
|
153 |
+
#: includes/admin/class-csv-import.php:674
|
154 |
msgid "Listing imported by admin. Payment skipped."
|
155 |
msgstr ""
|
156 |
|
237 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
238 |
#: includes/admin/helpers/class-payments-table.php:57
|
239 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
240 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:73
|
241 |
+
#: templates/admin/payments-details.tpl.php:110
|
242 |
#: templates/email/listing-payment-completed.tpl.php:21
|
243 |
#: templates/payment/payment_items.tpl.php:5
|
244 |
#, fuzzy
|
254 |
|
255 |
#: includes/admin/form-fields.php:31
|
256 |
#: includes/fields/class-fieldtypes-social.php:138
|
257 |
+
#: templates/admin/csv-import.tpl.php:305
|
258 |
#, fuzzy
|
259 |
msgid "Type"
|
260 |
msgstr "Тип"
|
261 |
|
262 |
#: includes/admin/form-fields.php:88
|
263 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:84
|
264 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:99
|
265 |
msgid "Edit"
|
266 |
msgstr "Изменить"
|
267 |
|
286 |
"Вы можете сами создать эти поля в разделе \"Управление / Форма\", или "
|
287 |
"позвольте плагину сделать это автоматически."
|
288 |
|
289 |
+
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:826
|
290 |
#, fuzzy
|
291 |
msgid "Go to \"Form Fields\""
|
292 |
msgstr "Перейти в раздел \"Управление / Форма\""
|
296 |
msgid "Go back"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: includes/admin/form-fields.php:522
|
300 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
301 |
#: templates/email/listing-added.tpl.php:10
|
302 |
#: templates/email/listing-edited.tpl.php:16
|
305 |
msgid "Title"
|
306 |
msgstr "Название"
|
307 |
|
308 |
+
#: includes/admin/form-fields.php:523 templates/admin/fees-form.tpl.php:217
|
309 |
#: templates/email/listing-added.tpl.php:21
|
310 |
#: templates/email/listing-edited.tpl.php:29
|
311 |
#, fuzzy
|
312 |
msgid "Category"
|
313 |
msgstr "Рубрика"
|
314 |
|
315 |
+
#: includes/admin/form-fields.php:524
|
316 |
#, fuzzy
|
317 |
msgid "Excerpt"
|
318 |
msgstr "Цитата"
|
319 |
|
320 |
+
#: includes/admin/form-fields.php:525
|
321 |
#, fuzzy
|
322 |
msgid "Content"
|
323 |
msgstr "Содержимое"
|
324 |
|
325 |
+
#: includes/admin/form-fields.php:526
|
326 |
#, fuzzy
|
327 |
msgid "Tags"
|
328 |
msgstr "Метки"
|
329 |
|
330 |
+
#: includes/admin/form-fields.php:527 includes/form-fields.php:445
|
331 |
#: templates/checkout-billing-form.tpl.php:75
|
332 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
333 |
#, fuzzy
|
334 |
msgid "Address"
|
335 |
msgstr "Адрес"
|
336 |
|
337 |
+
#: includes/admin/form-fields.php:528
|
338 |
#, fuzzy
|
339 |
msgid "Address 2"
|
340 |
msgstr "Адрес"
|
341 |
|
342 |
+
#: includes/admin/form-fields.php:529
|
343 |
+
#: templates/admin/payments-details.tpl.php:161
|
344 |
#: templates/checkout-billing-form.tpl.php:87
|
345 |
#, fuzzy
|
346 |
msgid "City"
|
347 |
msgstr "Город:"
|
348 |
|
349 |
+
#: includes/admin/form-fields.php:530
|
350 |
+
#: templates/admin/payments-details.tpl.php:157
|
351 |
#, fuzzy
|
352 |
msgid "State"
|
353 |
msgstr "Провинция/Штат:"
|
354 |
|
355 |
+
#: includes/admin/form-fields.php:531
|
356 |
+
#: templates/admin/payments-details.tpl.php:153
|
357 |
#: templates/checkout-billing-form.tpl.php:102
|
358 |
#, fuzzy
|
359 |
msgid "Country"
|
360 |
msgstr "Страна:"
|
361 |
|
362 |
+
#: includes/admin/form-fields.php:532 includes/form-fields.php:453
|
363 |
+
#: templates/admin/payments-details.tpl.php:165
|
364 |
msgid "ZIP Code"
|
365 |
msgstr "Почтовый индекс"
|
366 |
|
367 |
+
#: includes/admin/form-fields.php:533
|
368 |
#, fuzzy
|
369 |
msgid "FAX Number"
|
370 |
msgstr "Номер факса"
|
371 |
|
372 |
+
#: includes/admin/form-fields.php:534
|
373 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
374 |
#, fuzzy
|
375 |
msgid "Phone Number"
|
376 |
msgstr "Номер телефона"
|
377 |
|
378 |
+
#: includes/admin/form-fields.php:535
|
379 |
#, fuzzy
|
380 |
msgid "Ratings Field"
|
381 |
msgstr "Рейтинг"
|
382 |
|
383 |
+
#: includes/admin/form-fields.php:536
|
384 |
#, fuzzy
|
385 |
msgid "Twitter"
|
386 |
msgstr "Twitter"
|
387 |
|
388 |
+
#: includes/admin/form-fields.php:537 includes/form-fields.php:411
|
389 |
#, fuzzy
|
390 |
msgid "Website"
|
391 |
msgstr "адрес сайта"
|
458 |
msgstr "Вопрос: Почему Вы решили удалить плагин \"Справочник Услуг\"?"
|
459 |
|
460 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
461 |
+
#: includes/form-fields.php:428 includes/views/submit_listing.php:1225
|
462 |
+
#: templates/admin/payments-details.tpl.php:137
|
463 |
#: templates/listing-contactform.tpl.php:33
|
464 |
#: templates/listing-flagging-form.tpl.php:39
|
465 |
#, fuzzy
|
489 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
490 |
#: includes/class-assets.php:317
|
491 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
492 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
493 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
494 |
#, fuzzy
|
495 |
msgid "No"
|
496 |
msgstr "Ноя"
|
561 |
"скорости работы. Это бывает полезным для сайтов, находящемся на общем "
|
562 |
"хостинге, где производительность базы данных может представлять проблему."
|
563 |
|
564 |
+
#: includes/admin/settings/class-settings-bootstrap.php:414
|
565 |
+
msgid ""
|
566 |
+
"If no fields are selected, the following fields will be used in Quick "
|
567 |
+
"Searches:"
|
568 |
+
msgstr ""
|
569 |
+
|
570 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
571 |
#, fuzzy
|
572 |
msgid "Categories"
|
830 |
msgstr "Справочник Услуг - Особые записи"
|
831 |
|
832 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
833 |
+
#: templates/admin/fees-form.tpl.php:17
|
834 |
#, fuzzy
|
835 |
msgid "Fee Label"
|
836 |
msgstr "Название тарифа"
|
859 |
msgstr "Новый статус:"
|
860 |
|
861 |
#: includes/class-assets.php:315
|
862 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:86
|
863 |
#, fuzzy
|
864 |
msgid "Never"
|
865 |
msgstr "никогда"
|
866 |
|
867 |
#: includes/class-assets.php:316
|
868 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
869 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
870 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
871 |
msgid "Yes"
|
872 |
msgstr ""
|
873 |
|
1000 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
1001 |
msgstr ""
|
1002 |
|
1003 |
+
#: includes/class-wpbdp.php:305
|
1004 |
+
#, fuzzy
|
1005 |
+
msgid "Upgrade to Premium"
|
1006 |
+
msgstr "Поднять статус до %s"
|
1007 |
+
|
1008 |
+
#: includes/class-wpbdp.php:308
|
1009 |
#, fuzzy
|
1010 |
msgid "Settings"
|
1011 |
msgstr "Настройки"
|
1012 |
|
1013 |
+
#: includes/class-wpbdp.php:507
|
1014 |
#, fuzzy
|
1015 |
msgid "Could not find listing ID"
|
1016 |
msgstr "Не удалось связаться с сервером лицензий"
|
1017 |
|
1018 |
+
#: includes/class-wpbdp.php:514
|
1019 |
msgid ""
|
1020 |
"Could not verify the image upload request. If problem persists contact site "
|
1021 |
"admin."
|
1022 |
msgstr ""
|
1023 |
|
1024 |
+
#: includes/class-wpbdp.php:521 includes/fields/class-fieldtypes-image.php:322
|
1025 |
#, fuzzy
|
1026 |
msgid "Could not find image ID"
|
1027 |
msgstr "Не удалось обновить тему: %s"
|
1028 |
|
1029 |
+
#: includes/class-wpbdp.php:553
|
1030 |
#, fuzzy
|
1031 |
msgid ""
|
1032 |
"The directory features are disabled at this time because a <a>manual "
|
1035 |
"Функции Справочника Услуг на настоящий момент отключены, потому что "
|
1036 |
"необходимо произвести ручное обновление плагина."
|
1037 |
|
1038 |
+
#: includes/class-wpbdp.php:560
|
1039 |
msgid ""
|
1040 |
"The directory is not available at this time. Please try again in a few "
|
1041 |
"minutes or contact the administrator if the problem persists."
|
1206 |
msgstr "Параметры поля (для выбранных списков и кнопок)."
|
1207 |
|
1208 |
#: includes/fields/class-fieldtypes-select.php:262
|
1209 |
+
#: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
|
1210 |
+
#: templates/admin/fees-form.tpl.php:58
|
1211 |
#, fuzzy
|
1212 |
msgid "required"
|
1213 |
msgstr "обязательно"
|
1324 |
msgid "Short Description"
|
1325 |
msgstr "Краткое описание"
|
1326 |
|
1327 |
+
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:109
|
1328 |
#, fuzzy
|
1329 |
msgid "Description"
|
1330 |
msgstr "Описание"
|
1486 |
msgid "Invalid item ID"
|
1487 |
msgstr "Некорректный номер поля"
|
1488 |
|
1489 |
+
#: includes/licensing.php:430
|
1490 |
#, fuzzy
|
1491 |
msgid "No license key provided"
|
1492 |
msgstr "Не указан лицензионный ключ"
|
1493 |
|
1494 |
+
#: includes/licensing.php:479 includes/licensing.php:516
|
1495 |
#, fuzzy
|
1496 |
msgid "License key is invalid"
|
1497 |
msgstr "Лицензионный ключ не правильный"
|
1498 |
|
1499 |
+
#: includes/licensing.php:483
|
1500 |
#, fuzzy
|
1501 |
msgid "Deactivation failed"
|
1502 |
msgstr "Деактивация не удалась"
|
1503 |
|
1504 |
+
#: includes/licensing.php:528
|
1505 |
#, fuzzy
|
1506 |
msgid "The license key was revoked."
|
1507 |
msgstr "Не указан лицензионный ключ"
|
1508 |
|
1509 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1510 |
+
#: includes/licensing.php:532
|
1511 |
msgid ""
|
1512 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
1513 |
"%2$s and let them know your license is being reported as revoked by the "
|
1515 |
"with your report."
|
1516 |
msgstr ""
|
1517 |
|
1518 |
+
#: includes/licensing.php:595
|
1519 |
msgid ""
|
1520 |
"It was not possible to establish a connection with the Business Directory "
|
1521 |
"server. The connection failed with the following error:"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
+
#: includes/licensing.php:608
|
1525 |
msgid ""
|
1526 |
"It was not possible to establish a connection with the Business Directory "
|
1527 |
"server. A problem occurred in the SSL/TSL handshake:"
|
1528 |
msgstr ""
|
1529 |
|
1530 |
+
#: includes/licensing.php:655
|
1531 |
msgid ""
|
1532 |
"It looks like your server is not authorized to make outgoing requests to "
|
1533 |
"Business Directory servers. Please contact your webhost and ask them to add "
|
1534 |
"our IP address 52.0.78.177 to your allow list."
|
1535 |
msgstr ""
|
1536 |
|
1537 |
+
#: includes/licensing.php:742
|
1538 |
#, fuzzy
|
1539 |
msgid "Business Directory license key is missing."
|
1540 |
msgstr "Справочник Услуг - Лицензионный Ключ Истёк"
|
1541 |
|
1542 |
+
#: includes/licensing.php:743
|
1543 |
#, fuzzy
|
1544 |
msgid "Business Directory license key has expired"
|
1545 |
msgstr "Справочник Услуг - Лицензионный Ключ Истёк"
|
1546 |
|
1547 |
+
#: includes/licensing.php:744
|
1548 |
#, fuzzy
|
1549 |
msgid "Could not verify Business Directory license."
|
1550 |
msgstr "Помогите нам улучшить Справочник Услуг"
|
1551 |
|
1552 |
+
#: includes/licensing.php:755
|
1553 |
#, fuzzy
|
1554 |
msgid "Review license keys"
|
1555 |
msgstr "Обновить лицензионный ключ"
|
1556 |
|
1557 |
+
#: includes/licensing.php:868
|
1558 |
msgid "Missing data. Please reload this page and try again."
|
1559 |
msgstr ""
|
1560 |
|
1561 |
+
#: includes/licensing.php:873
|
1562 |
#, fuzzy
|
1563 |
msgid "Please enter a license key."
|
1564 |
msgstr "Пожалуйста введите правильный электронный адрес."
|
1644 |
msgid "Account Creation"
|
1645 |
msgstr ""
|
1646 |
|
1647 |
+
#: includes/views/submit_listing.php:809
|
1648 |
#, fuzzy
|
1649 |
msgid "Go to \"Fee Plans\""
|
1650 |
msgstr "Перейти в раздел \"Управление / Форма\""
|
1651 |
|
1652 |
+
#: includes/views/submit_listing.php:865
|
1653 |
#, fuzzy
|
1654 |
msgid "Please choose a fee plan."
|
1655 |
msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
|
1656 |
|
1657 |
+
#: includes/views/submit_listing.php:1049
|
1658 |
msgid "Please check the form for errors, correct them and submit again."
|
1659 |
msgstr ""
|
1660 |
|
1661 |
+
#: includes/views/submit_listing.php:1209
|
1662 |
msgid "Create a user account on this site"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
+
#: includes/views/submit_listing.php:1216
|
1666 |
msgid "Username"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
+
#: includes/views/submit_listing.php:1238
|
1670 |
#, fuzzy
|
1671 |
msgid "Clear Form"
|
1672 |
msgstr "Очистить форму"
|
1682 |
"сервере имеется достаточно свободного места на диске и в памяти. Для "
|
1683 |
"дополнительной информации проверьте протоколы ошибок сервера."
|
1684 |
|
1685 |
+
#: templates/admin/csv-export.tpl.php:65
|
1686 |
#, fuzzy
|
1687 |
msgid ""
|
1688 |
"If you plan to re-import the listings into your directory and don't want new "
|
1692 |
"для последующего импорта на этом же сервере, и желаете, чтобы импортируемые "
|
1693 |
"записи заменили существующие, вместо добавления как дубликаты."
|
1694 |
|
1695 |
+
#. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
|
1696 |
+
#: templates/admin/csv-import.tpl.php:34
|
1697 |
+
#, fuzzy
|
1698 |
+
msgid ""
|
1699 |
+
"We strongly recommend reading our %1$sCSV import documentation%2$s first to "
|
1700 |
+
"help you do things in the right order."
|
1701 |
+
msgstr ""
|
1702 |
+
"Мы настоятельно рекомендуем сначала Вам ознакомиться с <a>Документацией по "
|
1703 |
+
"импорту из файла CSV</a>, чтобы Вы могли всё сделать правильно."
|
1704 |
+
|
1705 |
+
#: templates/admin/csv-import.tpl.php:274
|
1706 |
#, fuzzy
|
1707 |
msgid "Disable email notifications during import?"
|
1708 |
msgstr "Оповещения по электронной почте:"
|
1709 |
|
1710 |
+
#: templates/admin/csv-import.tpl.php:281
|
1711 |
#, fuzzy
|
1712 |
msgid "Disable email notifications."
|
1713 |
msgstr "Запретить оповещения пока производится импорт новых записей."
|
1726 |
msgid "Download Debug Information"
|
1727 |
msgstr "Скачать отладочную информацию"
|
1728 |
|
1729 |
+
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:243
|
1730 |
#, fuzzy
|
1731 |
msgid "Add Listing Fee"
|
1732 |
msgstr "Добавить тариф"
|
1736 |
msgid "Edit Listing Fee"
|
1737 |
msgstr "Изменить запись"
|
1738 |
|
1739 |
+
#: templates/admin/fees-form.tpl.php:30
|
1740 |
#, fuzzy
|
1741 |
msgid "Fee Description"
|
1742 |
msgstr "Описание"
|
1743 |
|
1744 |
+
#: templates/admin/fees-form.tpl.php:38
|
1745 |
msgid "How long should the listing run?"
|
1746 |
msgstr ""
|
1747 |
|
1748 |
+
#: templates/admin/fees-form.tpl.php:41
|
1749 |
#, fuzzy
|
1750 |
msgid "run listing for"
|
1751 |
msgstr "показывать запись в течение"
|
1752 |
|
1753 |
+
#: templates/admin/fees-form.tpl.php:51
|
1754 |
#: templates/plan-selection-plan.tpl.php:39
|
1755 |
#, fuzzy
|
1756 |
msgid "days"
|
1757 |
msgstr "дней(я)"
|
1758 |
|
1759 |
+
#: templates/admin/fees-form.tpl.php:53
|
1760 |
#, fuzzy
|
1761 |
msgid "run listing forever"
|
1762 |
msgstr "показывать запись пожизненно"
|
1763 |
|
1764 |
+
#: templates/admin/fees-form.tpl.php:58
|
1765 |
#, fuzzy
|
1766 |
msgid "Number of images allowed"
|
1767 |
msgstr "Количество разрешённых изображений"
|
1768 |
|
1769 |
+
#: templates/admin/fees-form.tpl.php:73
|
1770 |
msgid "Private Fee Plan (visible to admins only)?"
|
1771 |
msgstr ""
|
1772 |
|
1773 |
+
#: templates/admin/fees-form.tpl.php:90
|
1774 |
#, fuzzy
|
1775 |
msgid "Is recurring?"
|
1776 |
msgstr "(периодически)"
|
1777 |
|
1778 |
+
#: templates/admin/fees-form.tpl.php:102
|
1779 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1780 |
msgstr ""
|
1781 |
|
1782 |
+
#: templates/admin/fees-form.tpl.php:108
|
1783 |
#, fuzzy
|
1784 |
msgid "Is featured listing/sticky?"
|
1785 |
msgstr "Особые записи"
|
1786 |
|
1787 |
+
#: templates/admin/fees-form.tpl.php:119
|
1788 |
msgid ""
|
1789 |
"This floats the listing to the top of search results and browsing the "
|
1790 |
"directory when the user buys this plan."
|
1791 |
msgstr ""
|
1792 |
|
1793 |
+
#: templates/admin/fees-form.tpl.php:125
|
1794 |
msgid "Listing background color:"
|
1795 |
msgstr ""
|
1796 |
|
1797 |
+
#: templates/admin/fees-form.tpl.php:131
|
1798 |
msgid "Used to differentiate listings inside this plan from others."
|
1799 |
msgstr ""
|
1800 |
|
1801 |
+
#: templates/admin/fees-form.tpl.php:243
|
1802 |
#: templates/admin/settings-email.tpl.php:116
|
1803 |
#: templates/submit-listing-section.tpl.php:30
|
1804 |
#, fuzzy
|
1971 |
msgid "Payment Not Found"
|
1972 |
msgstr "Информация о тарифах"
|
1973 |
|
1974 |
+
#: templates/admin/payments-details.tpl.php:42
|
1975 |
msgid "Overview"
|
1976 |
msgstr ""
|
1977 |
|
1978 |
+
#: templates/admin/payments-details.tpl.php:46
|
1979 |
+
#: templates/admin/payments-details.tpl.php:80
|
1980 |
#, fuzzy
|
1981 |
msgid "Payment ID"
|
1982 |
msgstr "Оплата"
|
1983 |
|
1984 |
+
#: templates/admin/payments-details.tpl.php:50
|
1985 |
#, fuzzy
|
1986 |
msgid "Listing"
|
1987 |
msgstr "Запись"
|
1988 |
|
1989 |
+
#: templates/admin/payments-details.tpl.php:56
|
1990 |
#, fuzzy
|
1991 |
msgid "Status"
|
1992 |
msgstr "Новый статус:"
|
1993 |
|
1994 |
+
#: templates/admin/payments-details.tpl.php:65
|
1995 |
#, fuzzy
|
1996 |
msgid "Date"
|
1997 |
msgstr "Провинция/Штат:"
|
1998 |
|
1999 |
+
#: templates/admin/payments-details.tpl.php:69
|
2000 |
#, fuzzy
|
2001 |
msgid "Time"
|
2002 |
msgstr "Время: %s"
|
2003 |
|
2004 |
+
#: templates/admin/payments-details.tpl.php:74
|
2005 |
#, fuzzy
|
2006 |
msgid "Gateway"
|
2007 |
msgstr "Шлюз"
|
2008 |
|
2009 |
#. translators: Gateway: (Not yet set)
|
2010 |
+
#: templates/admin/payments-details.tpl.php:76
|
2011 |
#, fuzzy
|
2012 |
msgid "(Not yet set)"
|
2013 |
msgstr "Ещё не зарегистрированы?"
|
2014 |
|
2015 |
+
#: templates/admin/payments-details.tpl.php:91
|
2016 |
#, fuzzy
|
2017 |
msgid "Delete Payment"
|
2018 |
msgstr "Отказать в платеже"
|
2019 |
|
2020 |
+
#: templates/admin/payments-details.tpl.php:93
|
2021 |
#, fuzzy
|
2022 |
msgid "Save Payment"
|
2023 |
msgstr "Оплата"
|
2024 |
|
2025 |
+
#: templates/admin/payments-details.tpl.php:104
|
2026 |
#, fuzzy
|
2027 |
msgid "Details"
|
2028 |
msgstr "Тарифы"
|
2029 |
|
2030 |
+
#: templates/admin/payments-details.tpl.php:108
|
2031 |
#, fuzzy
|
2032 |
msgid "Item Type"
|
2033 |
msgstr "Тип"
|
2034 |
|
2035 |
+
#: templates/admin/payments-details.tpl.php:121
|
2036 |
#: templates/payment/payment_items.tpl.php:23
|
2037 |
#, fuzzy
|
2038 |
msgid "Total"
|
2039 |
msgstr "Всего"
|
2040 |
|
2041 |
+
#: templates/admin/payments-details.tpl.php:132
|
2042 |
#, fuzzy
|
2043 |
msgid "Customer Details"
|
2044 |
msgstr "Детали текущего платежа"
|
2045 |
|
2046 |
+
#: templates/admin/payments-details.tpl.php:142
|
2047 |
#: templates/checkout-billing-form.tpl.php:17
|
2048 |
#, fuzzy
|
2049 |
msgid "First Name"
|
2050 |
msgstr "Имя:"
|
2051 |
|
2052 |
+
#: templates/admin/payments-details.tpl.php:147
|
2053 |
#: templates/checkout-billing-form.tpl.php:22
|
2054 |
#, fuzzy
|
2055 |
msgid "Last Name"
|
2056 |
msgstr "Фамилия:"
|
2057 |
|
2058 |
+
#: templates/admin/payments-details.tpl.php:169
|
2059 |
#, fuzzy
|
2060 |
msgid "Address Line 1"
|
2061 |
msgstr "Адрес:"
|
2062 |
|
2063 |
+
#: templates/admin/payments-details.tpl.php:173
|
2064 |
#: templates/checkout-billing-form.tpl.php:81
|
2065 |
#, fuzzy
|
2066 |
msgid "Address Line 2"
|
2067 |
msgstr "Адрес (дополнительно)"
|
2068 |
|
2069 |
+
#: templates/admin/payments-details.tpl.php:182
|
2070 |
msgid "Notes & Log"
|
2071 |
msgstr ""
|
2072 |
|
2073 |
+
#: templates/admin/payments-details.tpl.php:187
|
2074 |
msgid "No notes."
|
2075 |
msgstr ""
|
2076 |
|
2077 |
+
#: templates/admin/payments-details.tpl.php:207
|
2078 |
#, fuzzy
|
2079 |
msgid "Add Note"
|
2080 |
msgstr "Добавить тариф"
|
2813 |
msgid "See an example CSV import file"
|
2814 |
msgstr "Посмотрите образец файла CSV для иморта"
|
2815 |
|
2816 |
+
#: includes/admin/class-csv-import.php:531
|
2817 |
msgctxt "admin csv-import"
|
2818 |
msgid ""
|
2819 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2820 |
"with the following error: <error-message>."
|
2821 |
msgstr ""
|
2822 |
|
2823 |
+
#: includes/admin/class-csv-import.php:537
|
2824 |
msgctxt "admin csv-import"
|
2825 |
msgid "Could not create listing category \"%s\""
|
2826 |
msgstr "Не удалось создать рубрику \"%s\""
|
2827 |
|
2828 |
+
#: includes/admin/class-csv-import.php:728
|
2829 |
msgctxt "admin csv-import"
|
2830 |
msgid "Username \"%s\" does not exist"
|
2831 |
msgstr "Имя учётной записи \"%s\" не существует"
|
2832 |
|
2833 |
+
#: includes/admin/class-csv-import.php:755
|
2834 |
msgctxt "admin csv-import"
|
2835 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2836 |
msgstr ""
|
2837 |
|
2838 |
+
#: includes/admin/class-csv-import.php:786
|
2839 |
msgctxt "admin csv-import"
|
2840 |
msgid "Missing required field: %s"
|
2841 |
msgstr "Отсутствует обязательное поле: %s"
|
2842 |
|
2843 |
+
#: includes/admin/class-csv-import.php:831
|
2844 |
msgctxt "admin csv-import"
|
2845 |
msgid "Listing category \"%s\" does not exist"
|
2846 |
msgstr "Рубрика \"%s\" не существует"
|
2847 |
|
2848 |
+
#: includes/admin/class-csv-import.php:902
|
2849 |
msgctxt "admin csv-import"
|
2850 |
msgid "The string <string> couldn't be converted into a valid date."
|
2851 |
msgstr ""
|
3022 |
"В этом разделе Вы можете импортировать данные в Ваш справочник используя "
|
3023 |
"файл в формате CSV."
|
3024 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3025 |
#: templates/admin/csv-import.tpl.php:45
|
3026 |
msgctxt "admin csv-import"
|
3027 |
msgid "Import Files"
|
3038 |
msgstr ""
|
3039 |
"... или <a>выберите файл, который уже загружен в директорию импорта</a>"
|
3040 |
|
3041 |
+
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
|
3042 |
msgctxt "admin csv-import"
|
3043 |
msgid "(Upload new file)"
|
3044 |
msgstr "(Загрузить новый файл)"
|
3048 |
msgid "ZIP file containing images"
|
3049 |
msgstr "Архив ZIP, содержащий изображения"
|
3050 |
|
3051 |
+
#: templates/admin/csv-import.tpl.php:113
|
3052 |
msgctxt "admin csv-import"
|
3053 |
msgid "CSV File Settings"
|
3054 |
msgstr "Настройки файла CSV"
|
3055 |
|
3056 |
+
#: templates/admin/csv-import.tpl.php:117
|
3057 |
msgctxt "admin csv-import"
|
3058 |
msgid "Column Separator"
|
3059 |
msgstr "Разделитель колонок"
|
3060 |
|
3061 |
+
#: templates/admin/csv-import.tpl.php:125
|
3062 |
msgctxt "admin csv-import"
|
3063 |
msgid "Comma (,)"
|
3064 |
msgstr ""
|
3065 |
|
3066 |
+
#: templates/admin/csv-import.tpl.php:131
|
3067 |
msgctxt "admin csv-import"
|
3068 |
msgid "Semicolon (;)"
|
3069 |
msgstr ""
|
3070 |
|
3071 |
+
#: templates/admin/csv-import.tpl.php:137
|
3072 |
msgctxt "admin csv-import"
|
3073 |
msgid "TAB"
|
3074 |
msgstr ""
|
3075 |
|
3076 |
+
#: templates/admin/csv-import.tpl.php:143
|
3077 |
msgctxt "admin csv-import"
|
3078 |
msgid "Image Separator"
|
3079 |
msgstr "Разделитель изображений"
|
3080 |
|
3081 |
+
#: templates/admin/csv-import.tpl.php:154
|
3082 |
msgctxt "admin csv-import"
|
3083 |
msgid "Category Separator"
|
3084 |
msgstr "Разделитель рубрик"
|
3085 |
|
3086 |
+
#: templates/admin/csv-import.tpl.php:165
|
3087 |
msgctxt "admin csv-import"
|
3088 |
msgid "Import settings"
|
3089 |
msgstr "Настройки импорта"
|
3090 |
|
3091 |
+
#: templates/admin/csv-import.tpl.php:169
|
3092 |
#, fuzzy
|
3093 |
msgctxt "admin csv-import"
|
3094 |
msgid "Post status of new imported listings"
|
3095 |
msgstr "Статус записей по окончании импорта"
|
3096 |
|
3097 |
+
#: templates/admin/csv-import.tpl.php:186
|
3098 |
#, fuzzy
|
3099 |
msgctxt "admin csv-import"
|
3100 |
msgid "Post status of existing imported listings"
|
3101 |
msgstr "Статус записей по окончании импорта"
|
3102 |
|
3103 |
+
#: templates/admin/csv-import.tpl.php:190
|
3104 |
#, fuzzy
|
3105 |
msgctxt "admin csv-import"
|
3106 |
msgid "Preserve existing status"
|
3107 |
msgstr "Записи"
|
3108 |
|
3109 |
+
#: templates/admin/csv-import.tpl.php:204
|
3110 |
msgctxt "admin csv-import"
|
3111 |
msgid "Missing categories handling"
|
3112 |
msgstr "Обработка новых рубрик"
|
3113 |
|
3114 |
+
#: templates/admin/csv-import.tpl.php:209
|
3115 |
msgctxt "admin csv-import"
|
3116 |
msgid "Auto-create categories"
|
3117 |
msgstr "Автоматически создавать"
|
3118 |
|
3119 |
+
#: templates/admin/csv-import.tpl.php:212
|
3120 |
msgctxt "admin csv-import"
|
3121 |
msgid "Generate errors when a category is not found"
|
3122 |
msgstr "Выдавать ошибку \"рубрика не найдена\""
|
3123 |
|
3124 |
+
#: templates/admin/csv-import.tpl.php:217
|
3125 |
msgctxt "admin csv-import"
|
3126 |
msgid "Keep existing listing images?"
|
3127 |
msgstr "Существующие изображения?"
|
3128 |
|
3129 |
+
#: templates/admin/csv-import.tpl.php:222
|
3130 |
msgctxt "admin csv-import"
|
3131 |
msgid "Keep existing images."
|
3132 |
msgstr "Соранить."
|
3133 |
|
3134 |
+
#: templates/admin/csv-import.tpl.php:223
|
3135 |
msgctxt "admin csv-import"
|
3136 |
msgid "Appends new images while keeping current ones."
|
3137 |
msgstr "Будет добавлять новые изображения и не удалит существующие."
|
3138 |
|
3139 |
+
#: templates/admin/csv-import.tpl.php:228
|
3140 |
msgctxt "admin csv-import"
|
3141 |
msgid "Assign listings to a user?"
|
3142 |
msgstr "Автор?"
|
3143 |
|
3144 |
+
#: templates/admin/csv-import.tpl.php:234
|
3145 |
msgctxt "admin csv-import"
|
3146 |
msgid "Assign listings to a user."
|
3147 |
msgstr "Назначить новые записи существующему пользователю."
|
3148 |
|
3149 |
+
#: templates/admin/csv-import.tpl.php:239
|
3150 |
msgctxt "admin csv-import"
|
3151 |
msgid "Use a default user for listings?"
|
3152 |
msgstr ""
|
3153 |
"Использовать изображение по-умолчанию, если ни одного не было загружено?"
|
3154 |
|
3155 |
+
#: templates/admin/csv-import.tpl.php:245
|
3156 |
msgctxt "admin csv-import"
|
3157 |
msgid ""
|
3158 |
"Select a default user to be used if the username column is not present in "
|
3161 |
"<br />Выберите зарегистрированного пользователя сайта, чтобы ему были "
|
3162 |
"назначены новые записи, не имеющие имени пользователя в файле CSV."
|
3163 |
|
3164 |
+
#: templates/admin/csv-import.tpl.php:250
|
3165 |
msgctxt "admin csv-import"
|
3166 |
msgid "Default listing user"
|
3167 |
msgstr "Пользователь по-умолчанию для новых записей:"
|
3168 |
|
3169 |
+
#: templates/admin/csv-import.tpl.php:256
|
3170 |
msgctxt "admin csv-import"
|
3171 |
msgid ""
|
3172 |
"This user will be used if the username column is not present in the CSV file."
|
3174 |
"<br />Выберите зарегистрированного пользователя сайта, чтобы ему были "
|
3175 |
"назначены новые записи, не имеющие имени пользователя в файле CSV."
|
3176 |
|
3177 |
+
#: templates/admin/csv-import.tpl.php:261
|
3178 |
#, fuzzy
|
3179 |
msgctxt "admin csv-import"
|
3180 |
msgid "Number of listings imported on every cycle"
|
3181 |
msgstr "Количество записей:"
|
3182 |
|
3183 |
+
#: templates/admin/csv-import.tpl.php:269
|
3184 |
msgctxt "admin csv-import"
|
3185 |
msgid ""
|
3186 |
"If you are having trouble importing listings due to memory problems, try "
|
3189 |
"success on shared hosting platforms and other resource-constrained servers."
|
3190 |
msgstr ""
|
3191 |
|
3192 |
+
#: templates/admin/csv-import.tpl.php:288
|
3193 |
msgctxt "admin csv-import"
|
3194 |
msgid "Test Import"
|
3195 |
msgstr "Тест импорта"
|
3196 |
|
3197 |
+
#: templates/admin/csv-import.tpl.php:289
|
3198 |
msgctxt "admin csv-import"
|
3199 |
msgid "Import Listings"
|
3200 |
msgstr "Импортировать записи"
|
3201 |
|
3202 |
+
#: templates/admin/csv-import.tpl.php:296
|
3203 |
msgctxt "admin csv-import"
|
3204 |
msgid ""
|
3205 |
"The following are the valid header names to be used in the CSV file. "
|
3213 |
"\">Образец файла CSV для импорта</a>\" чтобы узнать, как такой файл должен "
|
3214 |
"выглядеть."
|
3215 |
|
3216 |
+
#: templates/admin/csv-import.tpl.php:303
|
3217 |
msgctxt "admin csv-import"
|
3218 |
msgid "Header name/label"
|
3219 |
msgstr "Имя или метка заголовка"
|
3220 |
|
3221 |
+
#: templates/admin/csv-import.tpl.php:304
|
3222 |
msgctxt "admin csv-import"
|
3223 |
msgid "Field"
|
3224 |
msgstr "Поле"
|
3225 |
|
3226 |
+
#: templates/admin/csv-import.tpl.php:306
|
3227 |
msgctxt "admin csv-import"
|
3228 |
msgid "Required?"
|
3229 |
msgstr "Обязательно?"
|
3230 |
|
3231 |
+
#: templates/admin/csv-import.tpl.php:307
|
3232 |
msgctxt "admin csv-import"
|
3233 |
msgid "Multivalued?"
|
3234 |
msgstr "Множественные значения?"
|
3235 |
|
3236 |
+
#: templates/admin/csv-import.tpl.php:332
|
3237 |
#, fuzzy
|
3238 |
msgctxt "admin csv-import"
|
3239 |
msgid ""
|
3243 |
"Дата окончания срока действия отформатирована как ГГГГ-ММ-ДД. Используйте "
|
3244 |
"эту колонку при добавлении или изменении записей."
|
3245 |
|
3246 |
+
#: templates/admin/csv-import.tpl.php:339
|
3247 |
msgctxt "admin csv-import"
|
3248 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
3249 |
msgstr "Знак \"точка с запятой\" разделяет список изображений (в файле ZIP)"
|
3250 |
|
3251 |
+
#: templates/admin/csv-import.tpl.php:346
|
3252 |
msgctxt "admin csv-import"
|
3253 |
msgid "Listing author's username"
|
3254 |
msgstr "Учётная запись автора записи"
|
3255 |
|
3256 |
+
#: templates/admin/csv-import.tpl.php:353
|
3257 |
msgctxt "admin csv-import"
|
3258 |
msgid ""
|
3259 |
"Internal Sequence ID used to allow listing updates from external sources."
|
3261 |
"Был использован внутренний последовательный номер, чтобы позволить загрузку "
|
3262 |
"данных из справочника с другого сайта."
|
3263 |
|
3264 |
+
#: templates/admin/csv-import.tpl.php:360
|
3265 |
msgctxt "admin csv-import"
|
3266 |
msgid ""
|
3267 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
3282 |
msgid "Export"
|
3283 |
msgstr "Экспорт в CSV"
|
3284 |
|
3285 |
+
#: includes/admin/class-admin-listings.php:60
|
3286 |
msgctxt "admin category filter"
|
3287 |
msgid "All categories"
|
3288 |
msgstr "Все рубрики"
|
3289 |
|
3290 |
+
#: includes/admin/class-admin-listings.php:175
|
3291 |
msgctxt "admin listings"
|
3292 |
msgid ""
|
3293 |
"This listing doesn't have a fee plan assigned. This is required in order to "
|
3295 |
"renewals."
|
3296 |
msgstr ""
|
3297 |
|
3298 |
+
#: includes/admin/class-admin-listings.php:311
|
3299 |
#, fuzzy
|
3300 |
msgctxt "admin listings"
|
3301 |
msgid "Never"
|
3302 |
msgstr "никогда"
|
3303 |
|
3304 |
+
#: includes/admin/class-admin-listings.php:337
|
3305 |
#, fuzzy
|
3306 |
msgctxt "admin listings"
|
3307 |
msgid "Featured"
|
3308 |
msgstr "Статус \"Особая\""
|
3309 |
|
3310 |
+
#: includes/admin/class-admin-listings.php:341
|
3311 |
#, fuzzy
|
3312 |
msgctxt "admin listings"
|
3313 |
msgid "Recurring"
|
3314 |
msgstr "(периодически)"
|
3315 |
|
3316 |
+
#: includes/admin/class-admin-listings.php:345
|
3317 |
#, fuzzy
|
3318 |
msgctxt "admin listings"
|
3319 |
msgid "Free"
|
3320 |
msgstr "Бесплатно"
|
3321 |
|
3322 |
+
#: includes/admin/class-admin-listings.php:349
|
3323 |
#, fuzzy
|
3324 |
msgctxt "admin listings"
|
3325 |
msgid "Payment Not Found"
|
3326 |
msgstr "Информация о тарифах"
|
3327 |
|
3328 |
+
#: includes/admin/class-admin-listings.php:353
|
3329 |
#, fuzzy
|
3330 |
msgctxt "admin listings"
|
3331 |
msgid "Payment %s"
|
3332 |
msgstr "Платёж № %d"
|
3333 |
|
3334 |
+
#: includes/admin/class-admin-listings.php:362
|
3335 |
msgctxt "admin listings"
|
3336 |
msgid "Reported"
|
3337 |
msgstr ""
|
3338 |
|
3339 |
+
#: includes/admin/class-admin-listings.php:689
|
3340 |
msgctxt "admin listings"
|
3341 |
msgid "Listing's payment history successfully deleted"
|
3342 |
msgstr ""
|
3364 |
msgid "Clear listing reports."
|
3365 |
msgstr "Срок действия записи истёк"
|
3366 |
|
3367 |
+
#: includes/admin/class-admin-listings.php:201
|
3368 |
#, fuzzy
|
3369 |
msgctxt "admin"
|
3370 |
msgid "Directory Listing Fields / Images"
|
3371 |
msgstr "Поля и Изображения записи"
|
3372 |
|
3373 |
+
#: includes/admin/class-admin-listings.php:265
|
3374 |
msgctxt "admin"
|
3375 |
msgid "Categories"
|
3376 |
msgstr "Рубрики"
|
3546 |
msgid "Abandoned"
|
3547 |
msgstr "Заброшено"
|
3548 |
|
3549 |
+
#: includes/admin/class-admin-listings.php:322
|
3550 |
msgctxt "listing attribute"
|
3551 |
msgid "No Fee Plan"
|
3552 |
msgstr ""
|
3553 |
|
3554 |
+
#: includes/admin/class-admin-listings.php:422
|
3555 |
msgctxt "listing status"
|
3556 |
msgid "Reported"
|
3557 |
msgstr ""
|
3608 |
msgid "Abandoned"
|
3609 |
msgstr "Заброшено"
|
3610 |
|
3611 |
+
#: includes/admin/class-admin-listings.php:476
|
3612 |
msgctxt "admin actions"
|
3613 |
msgid "Delete Listing"
|
3614 |
msgstr "Удалить запись"
|
3615 |
|
3616 |
+
#: includes/admin/class-admin-listings.php:487
|
3617 |
#, fuzzy
|
3618 |
msgctxt "admin actions"
|
3619 |
msgid "View Payments"
|
3620 |
msgstr "Оплата"
|
3621 |
|
3622 |
+
#: includes/admin/class-admin-listings.php:492
|
3623 |
#, fuzzy
|
3624 |
msgctxt "admin actions"
|
3625 |
msgid "View Payment"
|
3626 |
msgstr "Оплата"
|
3627 |
|
3628 |
+
#: includes/admin/class-admin-listings.php:622
|
3629 |
#, fuzzy
|
3630 |
msgctxt "admin actions"
|
3631 |
msgid "Publish listings"
|
3632 |
msgstr "Опубликовать запись"
|
3633 |
|
3634 |
+
#: includes/admin/class-admin-listings.php:623
|
3635 |
#, fuzzy
|
3636 |
msgctxt "admin actions"
|
3637 |
msgid "Mark as \"Pending Review\""
|
3638 |
msgstr "Ожидается"
|
3639 |
|
3640 |
+
#: includes/admin/class-admin-listings.php:624
|
3641 |
msgctxt "admin actions"
|
3642 |
msgid "Hide from directory (mark as \"Draft\")"
|
3643 |
msgstr ""
|
3644 |
|
3645 |
+
#: includes/admin/class-admin-listings.php:626
|
3646 |
#, fuzzy
|
3647 |
msgctxt "admin actions"
|
3648 |
msgid "Renew listings"
|
3649 |
msgstr "Продлить запись"
|
3650 |
|
3651 |
+
#: includes/admin/class-admin-listings.php:627
|
3652 |
#, fuzzy
|
3653 |
msgctxt "admin actions"
|
3654 |
msgid "Set listings as \"Expired\""
|
3655 |
msgstr "Срок действия записи истёк"
|
3656 |
|
3657 |
+
#: includes/admin/class-admin-listings.php:634
|
3658 |
#, fuzzy
|
3659 |
msgctxt "admin actions"
|
3660 |
msgid "Send access keys"
|
3688 |
msgid "Settings"
|
3689 |
msgstr "Настройки"
|
3690 |
|
3691 |
+
#: includes/admin/class-csv-exporter.php:110
|
3692 |
msgctxt "admin csv-export"
|
3693 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3694 |
msgstr ""
|
3695 |
"Не удалось создать временную директорию для создания экспортных файлов."
|
3696 |
|
3697 |
+
#: includes/admin/class-csv-exporter.php:111
|
|
|
|
|
|
|
|
|
|
|
3698 |
msgctxt "admin csv-export"
|
3699 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3700 |
msgstr "Ошибка при создании временной директории для экспорта в CSV файл: %s"
|
3701 |
|
3702 |
+
#: includes/admin/csv-export.php:48
|
3703 |
msgctxt "admin csv-export"
|
3704 |
msgid "Could not decode export state information."
|
3705 |
msgstr ""
|
3718 |
"следующие команды конфигурационного файла \"php.ini\": memory_limit и "
|
3719 |
"max_execution_time."
|
3720 |
|
3721 |
+
#: templates/admin/csv-export.tpl.php:29
|
|
|
|
|
|
|
|
|
|
|
3722 |
msgctxt "admin csv-export"
|
3723 |
msgid "Export settings"
|
3724 |
msgstr "Параметры экспорта"
|
3725 |
|
3726 |
+
#: templates/admin/csv-export.tpl.php:33
|
3727 |
msgctxt "admin csv-export"
|
3728 |
msgid "Which listings to export?"
|
3729 |
msgstr "Записи?"
|
3730 |
|
3731 |
+
#: templates/admin/csv-export.tpl.php:37
|
3732 |
msgctxt "admin csv-export"
|
3733 |
msgid "All"
|
3734 |
msgstr "Экспортировать всё"
|
3735 |
|
3736 |
+
#: templates/admin/csv-export.tpl.php:38
|
3737 |
msgctxt "admin csv-export"
|
3738 |
msgid "Active Only"
|
3739 |
msgstr "Только активные записи"
|
3740 |
|
3741 |
+
#: templates/admin/csv-export.tpl.php:39
|
3742 |
msgctxt "admin csv-export"
|
3743 |
msgid "Active + Pending Renewal"
|
3744 |
msgstr "Активные + ожидающие продление"
|
3745 |
|
3746 |
+
#: templates/admin/csv-export.tpl.php:45
|
3747 |
msgctxt "admin csv-export"
|
3748 |
msgid "Export images?"
|
3749 |
msgstr "Изображения?"
|
3750 |
|
3751 |
+
#: templates/admin/csv-export.tpl.php:50
|
3752 |
msgctxt "admin csv-export"
|
3753 |
msgid "Export images"
|
3754 |
msgstr "Экспортировать изображения"
|
3755 |
|
3756 |
+
#: templates/admin/csv-export.tpl.php:52
|
3757 |
msgctxt "admin csv-export"
|
3758 |
msgid ""
|
3759 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
3762 |
"Включите этот параметр, и вместо одного CSV файла будет создан архив ZIP, "
|
3763 |
"который будет содержать CSV файл + файлы изображений."
|
3764 |
|
3765 |
+
#: templates/admin/csv-export.tpl.php:58
|
3766 |
msgctxt "admin csv-export"
|
3767 |
msgid "Additional metadata to export:"
|
3768 |
msgstr "Метаданные?"
|
3769 |
|
3770 |
+
#: templates/admin/csv-export.tpl.php:63
|
3771 |
msgctxt "admin csv-export"
|
3772 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3773 |
msgstr ""
|
3774 |
"Добавить уникальные номера для каждой записи (колонка базы данных: "
|
3775 |
"sequence_id)."
|
3776 |
|
3777 |
+
#: templates/admin/csv-export.tpl.php:71
|
3778 |
msgctxt "admin csv-export"
|
3779 |
msgid "Author information (username)"
|
3780 |
msgstr "Информация об авторе (имя учётной записи)"
|
3781 |
|
3782 |
+
#: templates/admin/csv-export.tpl.php:76
|
3783 |
msgctxt "admin csv-export"
|
3784 |
msgid "Listing expiration date"
|
3785 |
msgstr "Дата окончания срока действия"
|
3786 |
|
3787 |
+
#: templates/admin/csv-export.tpl.php:80
|
3788 |
#, fuzzy
|
3789 |
msgctxt "admin csv-export"
|
3790 |
msgid "Listing created date"
|
3791 |
msgstr "Изображение записи"
|
3792 |
|
3793 |
+
#: templates/admin/csv-export.tpl.php:84
|
3794 |
#, fuzzy
|
3795 |
msgctxt "admin csv-export"
|
3796 |
msgid "Listing last updated date"
|
3797 |
msgstr "Дата окончания срока действия"
|
3798 |
|
3799 |
+
#: templates/admin/csv-export.tpl.php:88
|
3800 |
#, fuzzy
|
3801 |
msgctxt "admin csv-export"
|
3802 |
msgid "Listing T&C acceptance date"
|
3803 |
msgstr "Изображение записи"
|
3804 |
|
3805 |
+
#: templates/admin/csv-export.tpl.php:93
|
3806 |
msgctxt "admin csv-export"
|
3807 |
msgid "CSV File Settings"
|
3808 |
msgstr "Параметры файла CSV"
|
3809 |
|
3810 |
+
#: templates/admin/csv-export.tpl.php:97
|
3811 |
msgctxt "admin csv-export"
|
3812 |
msgid "What operating system will you use to edit the CSV file?"
|
3813 |
msgstr ""
|
3814 |
|
3815 |
+
#: templates/admin/csv-export.tpl.php:104
|
3816 |
msgctxt "admin csv-export"
|
3817 |
msgid "Windows"
|
3818 |
msgstr ""
|
3819 |
|
3820 |
+
#: templates/admin/csv-export.tpl.php:109
|
3821 |
msgctxt "admin csv-export"
|
3822 |
msgid "macOS"
|
3823 |
msgstr ""
|
3824 |
|
3825 |
+
#: templates/admin/csv-export.tpl.php:111
|
3826 |
msgctxt "admin csv-export"
|
3827 |
msgid ""
|
3828 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
3831 |
"each operating system."
|
3832 |
msgstr ""
|
3833 |
|
3834 |
+
#: templates/admin/csv-export.tpl.php:116
|
3835 |
msgctxt "admin csv-export"
|
3836 |
msgid "Image Separator"
|
3837 |
msgstr "Разделитель изображений"
|
3838 |
|
3839 |
+
#: templates/admin/csv-export.tpl.php:127
|
3840 |
msgctxt "admin csv-export"
|
3841 |
msgid "Category Separator"
|
3842 |
msgstr "Разделитель рубрик"
|
3843 |
|
3844 |
+
#: templates/admin/csv-export.tpl.php:139
|
3845 |
msgctxt "admin csv-export"
|
3846 |
msgid "Export Listings"
|
3847 |
msgstr "Экспортировать записи"
|
3848 |
|
3849 |
+
#: templates/admin/csv-export.tpl.php:145
|
3850 |
msgctxt "admin csv-export"
|
3851 |
msgid "Export in Progress..."
|
3852 |
msgstr "Экспорт работает..."
|
3853 |
|
3854 |
+
#: templates/admin/csv-export.tpl.php:146
|
3855 |
msgctxt "admin csv-export"
|
3856 |
msgid ""
|
3857 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
3860 |
"Ваш файл экспорта собирается. Пожалуйста <u>не закрывайте</u> эту страницу "
|
3861 |
"до тех пор, пока экспорт не закончится."
|
3862 |
|
3863 |
+
#: templates/admin/csv-export.tpl.php:149
|
3864 |
msgctxt "admin csv-export"
|
3865 |
msgid "No. of listings:"
|
3866 |
msgstr "Количество записей:"
|
3867 |
|
3868 |
+
#: templates/admin/csv-export.tpl.php:151
|
3869 |
msgctxt "admin csv-export"
|
3870 |
msgid "Approximate export file size:"
|
3871 |
msgstr "Приблизительный размер экспортного файла:"
|
3872 |
|
3873 |
+
#: templates/admin/csv-export.tpl.php:158
|
3874 |
msgctxt "admin csv-export"
|
3875 |
msgid "Cancel Export"
|
3876 |
msgstr "Прекратить экспорт"
|
3877 |
|
3878 |
+
#: templates/admin/csv-export.tpl.php:163
|
3879 |
msgctxt "admin csv-export"
|
3880 |
msgid "Export Complete"
|
3881 |
msgstr "Экспорт завершился"
|
3882 |
|
3883 |
+
#: templates/admin/csv-export.tpl.php:164
|
3884 |
msgctxt "admin csv-export"
|
3885 |
msgid ""
|
3886 |
"Your export file has been successfully created and it is now ready for "
|
3887 |
"download."
|
3888 |
msgstr "Ваш файл экспорта был успешно создан и готов к скачиванию."
|
3889 |
|
3890 |
+
#: templates/admin/csv-export.tpl.php:168
|
3891 |
#, fuzzy
|
3892 |
msgctxt "admin csv-export"
|
3893 |
msgid "Download %1$s (%2$s)"
|
3894 |
msgstr "Скачать %s (%s)"
|
3895 |
|
3896 |
+
#: templates/admin/csv-export.tpl.php:175
|
3897 |
msgctxt "admin csv-export"
|
3898 |
msgid ""
|
3899 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
3902 |
"Как только файл скачается, нажмите кнопку \"Очистить\" чтобы удалить все "
|
3903 |
"временные данные, созданные плагином во время подготовки экспортного файла."
|
3904 |
|
3905 |
+
#: templates/admin/csv-export.tpl.php:176
|
3906 |
msgctxt "admin csv-export"
|
3907 |
msgid "Cleanup"
|
3908 |
msgstr "Очистить"
|
3909 |
|
3910 |
+
#: templates/admin/csv-export.tpl.php:181
|
3911 |
msgctxt "admin csv-export"
|
3912 |
msgid "Export Canceled"
|
3913 |
msgstr "Экспорт прерван"
|
3914 |
|
3915 |
+
#: templates/admin/csv-export.tpl.php:182
|
3916 |
msgctxt "admin csv-export"
|
3917 |
msgid "The export has been canceled."
|
3918 |
msgstr "Процесс экспорта был прекращён."
|
3919 |
|
3920 |
+
#: templates/admin/csv-export.tpl.php:183
|
3921 |
msgctxt "admin csv-export"
|
3922 |
msgid "← Return to CSV Export"
|
3923 |
msgstr "← Вернуться к экспорту CSV"
|
4087 |
msgid "Custom Order"
|
4088 |
msgstr "Собственный порядок"
|
4089 |
|
4090 |
+
#: includes/admin/fees.php:105
|
4091 |
#, fuzzy
|
4092 |
msgctxt "fees admin"
|
4093 |
msgid "Fee plan added."
|
4094 |
msgstr "Тариф сохранён."
|
4095 |
|
4096 |
+
#: includes/admin/fees.php:107
|
4097 |
#, fuzzy
|
4098 |
msgctxt "fees admin"
|
4099 |
msgid "Fee plan updated."
|
4100 |
msgstr "Тариф сохранён."
|
4101 |
|
4102 |
+
#: includes/admin/fees.php:166
|
4103 |
#, fuzzy
|
4104 |
msgctxt "fees admin"
|
4105 |
msgid "Fee \"%s\" deleted."
|
4106 |
msgstr "Тариф удалён."
|
4107 |
|
4108 |
+
#: includes/admin/fees.php:178
|
4109 |
msgctxt "fees admin"
|
4110 |
msgid "Fee disabled."
|
4111 |
msgstr "Тариф удалён."
|
4276 |
msgid "Status"
|
4277 |
msgstr "Новый статус:"
|
4278 |
|
4279 |
+
#: templates/admin/fees-form.tpl.php:136
|
4280 |
msgctxt "fees admin"
|
4281 |
msgid "Plan Category Policy:"
|
4282 |
msgstr ""
|
4283 |
|
4284 |
+
#: templates/admin/fees-form.tpl.php:141
|
4285 |
#, fuzzy
|
4286 |
msgctxt "fees admin"
|
4287 |
msgid "Plan applies to all categories"
|
4288 |
msgstr "Продлить записи во всех истекших рубриках"
|
4289 |
|
4290 |
+
#: templates/admin/fees-form.tpl.php:142
|
4291 |
msgctxt "fees admin"
|
4292 |
msgid "Plan applies to only certain categories"
|
4293 |
msgstr ""
|
4294 |
|
4295 |
+
#: templates/admin/fees-form.tpl.php:146
|
4296 |
#, fuzzy
|
4297 |
msgctxt "fees admin"
|
4298 |
msgid "Limit plan to the following categories:"
|
4299 |
msgstr "Вы можете использовать следующие служебные слова:"
|
4300 |
|
4301 |
+
#: templates/admin/fees-form.tpl.php:170
|
4302 |
msgctxt "fees admin"
|
4303 |
msgid "Click to add categories to the selection."
|
4304 |
msgstr ""
|
4305 |
|
4306 |
+
#: templates/admin/fees-form.tpl.php:184
|
4307 |
#, fuzzy
|
4308 |
msgctxt "fees admin"
|
4309 |
msgid "Pricing"
|
4310 |
msgstr "Цена"
|
4311 |
|
4312 |
+
#: templates/admin/fees-form.tpl.php:192
|
4313 |
msgctxt "fees admin"
|
4314 |
msgid "Pricing model"
|
4315 |
msgstr ""
|
4316 |
|
4317 |
+
#: templates/admin/fees-form.tpl.php:196
|
4318 |
msgctxt "fees admin"
|
4319 |
msgid "Flat price"
|
4320 |
msgstr ""
|
4321 |
|
4322 |
+
#: templates/admin/fees-form.tpl.php:197
|
4323 |
#, fuzzy
|
4324 |
msgctxt "fees admin"
|
4325 |
msgid "Different price for different categories"
|
4326 |
msgstr "Порядок сортировки рубрик"
|
4327 |
|
4328 |
+
#: templates/admin/fees-form.tpl.php:198
|
4329 |
msgctxt "fees admin"
|
4330 |
msgid "Base price plus an extra amount per category"
|
4331 |
msgstr ""
|
4332 |
|
4333 |
+
#: templates/admin/fees-form.tpl.php:204
|
4334 |
#, fuzzy
|
4335 |
msgctxt "fees admin"
|
4336 |
msgid "Fee Price"
|
4337 |
msgstr "Цена"
|
4338 |
|
4339 |
+
#: templates/admin/fees-form.tpl.php:212
|
4340 |
#, fuzzy
|
4341 |
msgctxt "fees admin"
|
4342 |
msgid "Prices per category"
|
4343 |
msgstr "Удалить рубрику"
|
4344 |
|
4345 |
+
#: templates/admin/fees-form.tpl.php:218
|
4346 |
#, fuzzy
|
4347 |
msgctxt "fees admin"
|
4348 |
msgid "Price"
|
4349 |
msgstr "Цена"
|
4350 |
|
4351 |
+
#: templates/admin/fees-form.tpl.php:232
|
4352 |
msgctxt "fees admin"
|
4353 |
msgid "Extra amount (per category)"
|
4354 |
msgstr ""
|
4430 |
msgid "Form Preview"
|
4431 |
msgstr "Предварительный просмотр"
|
4432 |
|
4433 |
+
#: includes/admin/form-fields.php:367
|
4434 |
msgctxt "form-fields admin"
|
4435 |
msgid "Form fields updated."
|
4436 |
msgstr "Поля формы сохранены."
|
4437 |
|
4438 |
+
#: includes/admin/form-fields.php:390
|
4439 |
msgctxt "form-fields admin"
|
4440 |
msgid ""
|
4441 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
4449 |
"показывался всем посетителям, то Вым нужно <a>разрешить соответствующую "
|
4450 |
"настройку</a>."
|
4451 |
|
4452 |
+
#: includes/admin/form-fields.php:469
|
4453 |
msgctxt "form-fields admin"
|
4454 |
msgid "Field deleted."
|
4455 |
msgstr "Поле удалено."
|
4456 |
|
4457 |
+
#: includes/admin/form-fields.php:509
|
4458 |
msgctxt "form-fields admin"
|
4459 |
msgid "Required fields created successfully."
|
4460 |
msgstr "Обязательное поле удачно создано."
|
4461 |
|
4462 |
+
#: includes/admin/form-fields.php:561
|
4463 |
msgctxt "form-fields admin"
|
4464 |
msgid "Tags updated."
|
4465 |
msgstr "Метки сохранены."
|
4889 |
msgstr "Записи"
|
4890 |
|
4891 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
4892 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:31
|
4893 |
#, fuzzy
|
4894 |
msgctxt "listing metabox"
|
4895 |
msgid "N/A"
|
4896 |
msgstr "Х/З"
|
4897 |
|
4898 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:27
|
4899 |
#, fuzzy
|
4900 |
msgctxt "listing metabox"
|
4901 |
msgid "Last renew date"
|
4902 |
msgstr "Дата продления"
|
4903 |
|
4904 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:35
|
4905 |
#, fuzzy
|
4906 |
msgctxt "listing metabox"
|
4907 |
msgid "Plan Details"
|
4908 |
msgstr "Детали плана"
|
4909 |
|
4910 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:37
|
4911 |
msgctxt "listing metabox"
|
4912 |
msgid "Fee Plan"
|
4913 |
msgstr ""
|
4914 |
|
4915 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:46
|
4916 |
msgctxt "listing metabox"
|
4917 |
msgid "Change plan"
|
4918 |
msgstr ""
|
4919 |
|
4920 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:69
|
4921 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:89
|
4922 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:103
|
4923 |
#, fuzzy
|
4924 |
msgctxt "listing metabox"
|
4925 |
msgid "OK"
|
4926 |
msgstr "OK"
|
4927 |
|
4928 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:70
|
4929 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
4930 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:104
|
4931 |
#, fuzzy
|
4932 |
msgctxt "listing metabox"
|
4933 |
msgid "Cancel"
|
4934 |
msgstr "Отменить"
|
4935 |
|
4936 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:79
|
4937 |
#, fuzzy
|
4938 |
msgctxt "listing metabox"
|
4939 |
msgid "Expires On"
|
4940 |
msgstr "Истекает"
|
4941 |
|
4942 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:94
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4943 |
#, fuzzy
|
4944 |
msgctxt "listing metabox"
|
4945 |
msgid "# of images"
|
4946 |
msgstr "Картинок"
|
4947 |
|
4948 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:107
|
4949 |
#, fuzzy
|
4950 |
msgctxt "listing metabox"
|
4951 |
msgid "Is Featured?"
|
4952 |
msgstr "Лента %ы"
|
4953 |
|
4954 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:114
|
4955 |
#, fuzzy
|
4956 |
msgctxt "listing metabox"
|
4957 |
msgid "Is Recurring?"
|
5093 |
"многострочного текста. Поиск по полям данных такого типа занимает много "
|
5094 |
"процессорного времени и приводит к замедлению работы сайта."
|
5095 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5096 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
5097 |
msgctxt "admin settings"
|
5098 |
msgid "Do not include comments in listings"
|
7534 |
msgid "Category & plan selection"
|
7535 |
msgstr "Выбор рубрики"
|
7536 |
|
7537 |
+
#: includes/views/submit_listing.php:799
|
7538 |
#, fuzzy
|
7539 |
msgctxt "submit listing"
|
7540 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7542 |
"В настоящее время вы не можем провести Вашу оплату. Попробуйте позже "
|
7543 |
"пожалуйста."
|
7544 |
|
7545 |
+
#: includes/views/submit_listing.php:848 includes/views/submit_listing.php:970
|
7546 |
#, fuzzy
|
7547 |
msgctxt "submit listing"
|
7548 |
msgid "Please select a category."
|
7549 |
msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
|
7550 |
|
7551 |
+
#: includes/views/submit_listing.php:871
|
7552 |
msgctxt "submit listing"
|
7553 |
msgid "Please choose a valid category for your plan."
|
7554 |
msgstr ""
|
7555 |
|
7556 |
+
#: includes/views/submit_listing.php:873
|
7557 |
#, fuzzy
|
7558 |
msgctxt "submit listing"
|
7559 |
msgid "Please choose a valid fee plan for your category selection."
|
7560 |
msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
|
7561 |
|
7562 |
+
#: includes/views/submit_listing.php:1179
|
7563 |
#, fuzzy
|
7564 |
msgctxt "submit listing"
|
7565 |
msgid "Please enter your desired username."
|
7566 |
msgstr "Пожалуйста введите Ваше имя."
|
7567 |
|
7568 |
+
#: includes/views/submit_listing.php:1184
|
7569 |
#, fuzzy
|
7570 |
msgctxt "submit listing"
|
7571 |
msgid "Please enter the e-mail for your new account."
|
7572 |
msgstr "Пожалуйста введите Ваше имя."
|
7573 |
|
7574 |
+
#: includes/views/submit_listing.php:1189
|
7575 |
msgctxt "submit listing"
|
7576 |
msgid "The username you chose is already in use. Please use a different one."
|
7577 |
msgstr ""
|
7578 |
|
7579 |
+
#: includes/views/submit_listing.php:1194
|
7580 |
msgctxt "submit listing"
|
7581 |
msgid "The e-mail address you chose for your account is already in use."
|
7582 |
msgstr ""
|
7603 |
msgid "Find A Listing"
|
7604 |
msgstr "Найти запись"
|
7605 |
|
7606 |
+
#: includes/class-wpbdp.php:398
|
7607 |
#, fuzzy
|
7608 |
msgctxt "listing image upload"
|
7609 |
msgid "Can not upload any more images for this listing."
|
7610 |
msgstr "Рубрики этой записи"
|
7611 |
|
7612 |
+
#: includes/class-wpbdp.php:402
|
7613 |
msgctxt "listing image upload"
|
7614 |
msgid ""
|
7615 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
7901 |
"Listing submission has been disabled. Contact the administrator for details."
|
7902 |
msgstr ""
|
7903 |
|
7904 |
+
#: includes/views/submit_listing.php:802
|
7905 |
msgctxt "templates"
|
7906 |
msgid ""
|
7907 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7908 |
"submit a listing. %s to create a fee plan"
|
7909 |
msgstr ""
|
7910 |
|
7911 |
+
#: includes/views/submit_listing.php:816
|
7912 |
msgctxt "templates"
|
7913 |
msgid ""
|
7914 |
"Listing submission is not available at the moment. Contact the administrator "
|
7915 |
"for details."
|
7916 |
msgstr ""
|
7917 |
|
7918 |
+
#: includes/views/submit_listing.php:819
|
7919 |
msgctxt "templates"
|
7920 |
msgid ""
|
7921 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
7923 |
"an existing field"
|
7924 |
msgstr ""
|
7925 |
|
7926 |
+
#: includes/views/submit_listing.php:1259
|
7927 |
msgctxt "templates"
|
7928 |
msgid "Please agree to the Terms and Conditions."
|
7929 |
msgstr "Пожалуйста примите наши Условия и Положения."
|
7930 |
|
7931 |
+
#: includes/views/submit_listing.php:1273
|
7932 |
#, fuzzy
|
7933 |
msgctxt "templates"
|
7934 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
8191 |
msgid "General"
|
8192 |
msgstr "Основное"
|
8193 |
|
8194 |
+
#: includes/licensing.php:568
|
8195 |
msgctxt "licensing"
|
8196 |
msgid "Could not contact licensing server"
|
8197 |
msgstr "Не удалось связаться с сервером лицензий"
|
8198 |
|
8199 |
+
#: includes/licensing.php:581
|
8200 |
msgctxt "licensing"
|
8201 |
msgid ""
|
8202 |
"It was not possible to establish a connection with Business Directory's "
|
8203 |
"server. cURL was not found in your system"
|
8204 |
msgstr ""
|
8205 |
|
8206 |
+
#: includes/licensing.php:583 includes/licensing.php:613
|
8207 |
msgctxt "licensing"
|
8208 |
msgid ""
|
8209 |
"To ensure the security of our systems and adhere to industry best practices, "
|
8212 |
"1.0.1c)."
|
8213 |
msgstr ""
|
8214 |
|
8215 |
+
#: includes/licensing.php:585 includes/licensing.php:615
|
8216 |
msgctxt "licensing"
|
8217 |
msgid ""
|
8218 |
"Upgrading your system will not only allow you to communicate with Business "
|
8220 |
"services using the latest security standards."
|
8221 |
msgstr ""
|
8222 |
|
8223 |
+
#: includes/licensing.php:587
|
8224 |
msgctxt "licensing"
|
8225 |
msgid ""
|
8226 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
8227 |
"Include this message if necessary"
|
8228 |
msgstr ""
|
8229 |
|
8230 |
+
#: includes/licensing.php:617
|
8231 |
msgctxt "licensing"
|
8232 |
msgid ""
|
8233 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
8234 |
"Include this message if necessary."
|
8235 |
msgstr ""
|
8236 |
|
8237 |
+
#: includes/licensing.php:653
|
8238 |
msgctxt "licensing"
|
8239 |
msgid "The server returned a 403 Forbidden error."
|
8240 |
msgstr ""
|
8244 |
msgid "Could not activate license: %s."
|
8245 |
msgstr "Не удалось активировать лицензию: %s."
|
8246 |
|
8247 |
+
#: includes/licensing.php:890
|
8248 |
msgctxt "licensing"
|
8249 |
msgid "License activated"
|
8250 |
msgstr "Лицензия активирована"
|
8251 |
|
8252 |
+
#: includes/licensing.php:915
|
8253 |
msgctxt "licensing"
|
8254 |
msgid "Could not deactivate license: %s."
|
8255 |
msgstr "Не удалось деактивировать лицензию: %s."
|
8256 |
|
8257 |
+
#: includes/licensing.php:917
|
8258 |
msgctxt "licensing"
|
8259 |
msgid "License deactivated"
|
8260 |
msgstr "Лицензия была деактивирована."
|
8261 |
|
8262 |
#. translators: "<module-name>" version <version-number> is not...
|
8263 |
+
#: includes/licensing.php:1126
|
8264 |
msgctxt "deprecation"
|
8265 |
msgid ""
|
8266 |
"\"%1$s\" version %2$s is not compatible with Business Directory Plugin 5.0. "
|
8704 |
msgid "This is just a preview. The listing has not been published yet."
|
8705 |
msgstr "Это просто предварительный просмотр. Запись ещё не была опубликована."
|
8706 |
|
8707 |
+
#: includes/views/submit_listing.php:1137
|
8708 |
msgctxt "listing submit"
|
8709 |
msgid ""
|
8710 |
"Image upload is required, please provide at least one image and submit again."
|
8852 |
msgid "Search"
|
8853 |
msgstr "Поиск"
|
8854 |
|
8855 |
+
#: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
|
8856 |
+
#: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
|
8857 |
+
#: templates/admin/csv-import.tpl.php:117
|
8858 |
+
#: templates/admin/csv-import.tpl.php:143
|
8859 |
+
#: templates/admin/csv-import.tpl.php:154
|
8860 |
+
#: templates/admin/csv-import.tpl.php:204
|
8861 |
msgctxt "admin forms"
|
8862 |
msgid "required"
|
8863 |
msgstr "обязательно"
|
8905 |
"А если у Вас появятся вопросы, то Вы можете задать из на нашем <a>форуме "
|
8906 |
"поддержки</a>, и мы обычно отвечаем на них в течение суток."
|
8907 |
|
8908 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
8909 |
#, fuzzy
|
8910 |
msgctxt "admin infometabox"
|
8911 |
msgid "Renewal url (copy & paste)"
|
8912 |
msgstr "Ссылка для продления (для копирования)"
|
8913 |
|
8914 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
8915 |
msgctxt "admin infometabox"
|
8916 |
msgid "Get renewal URL"
|
8917 |
msgstr ""
|
8918 |
|
8919 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:138
|
8920 |
#, fuzzy
|
8921 |
msgctxt "admin infometabox"
|
8922 |
msgid "Send renewal e-mail"
|
8923 |
msgstr "Послать уведомление о продлении автору по электронной почте"
|
8924 |
|
8925 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:143
|
8926 |
#, fuzzy
|
8927 |
msgctxt "admin infometabox"
|
8928 |
msgid "Renew listing"
|
9238 |
msgid "Continue"
|
9239 |
msgstr "Далее"
|
9240 |
|
9241 |
+
#, fuzzy
|
9242 |
+
#~ msgid "Edit listing permalink"
|
9243 |
+
#~ msgstr "Изменить запись"
|
9244 |
+
|
9245 |
+
#~ msgctxt "admin csv-export"
|
9246 |
+
#~ msgid "Could not create wpbdp-csv-exports directory."
|
9247 |
+
#~ msgstr "Не удалось создать директорию \"wpbdp-csv-exports\"."
|
9248 |
+
|
9249 |
+
#~ msgctxt "admin csv-export"
|
9250 |
+
#~ msgid "Export Configuration"
|
9251 |
+
#~ msgstr "Настройки экспорта"
|
9252 |
+
|
9253 |
+
#, fuzzy
|
9254 |
+
#~ msgctxt "listing metabox"
|
9255 |
+
#~ msgid "Edit"
|
9256 |
+
#~ msgstr "Изменить"
|
9257 |
+
|
9258 |
+
#, fuzzy
|
9259 |
+
#~ msgctxt "listing metabox"
|
9260 |
+
#~ msgid "Never"
|
9261 |
+
#~ msgstr "никогда"
|
9262 |
+
|
9263 |
#, fuzzy
|
9264 |
#~ msgctxt "settings"
|
9265 |
#~ msgid "Default new post status"
|
languages/business-directory-plugin-sv_SE.mo
CHANGED
Binary file
|
languages/business-directory-plugin-sv_SE.po
CHANGED
@@ -5,7 +5,7 @@ msgstr ""
|
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2021-
|
9 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
@@ -23,52 +23,47 @@ msgstr ""
|
|
23 |
msgid "Are you sure you want to do this?"
|
24 |
msgstr "Är du säker på att du vill göra detta?"
|
25 |
|
26 |
-
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:
|
27 |
#, fuzzy
|
28 |
msgid "Help"
|
29 |
msgstr "Hjälp"
|
30 |
|
31 |
-
#: includes/admin/class-admin-listings.php:
|
32 |
#: includes/views/submit_listing.php:497
|
33 |
#: templates/email/listing-reported.tpl.php:7
|
34 |
msgid "Listing Information"
|
35 |
msgstr "Information om annons"
|
36 |
|
37 |
-
#: includes/admin/class-admin-listings.php:
|
38 |
msgid "Listing Timeline"
|
39 |
msgstr "Annonsens tidslinje:"
|
40 |
|
41 |
-
#: includes/admin/class-admin-listings.php:
|
42 |
#, fuzzy
|
43 |
msgid "Listing Reports"
|
44 |
msgstr "Annonsen förfallit."
|
45 |
|
46 |
-
#: includes/admin/class-admin-listings.php:
|
47 |
#: includes/admin/class-listing-owner.php:87
|
48 |
#, fuzzy
|
49 |
msgid "Listing Owner"
|
50 |
msgstr "Annonsen förfallit."
|
51 |
|
52 |
-
#: includes/admin/class-admin-listings.php:
|
53 |
msgid "Expires on"
|
54 |
msgstr "Utgår den"
|
55 |
|
56 |
-
#: includes/admin/class-admin-listings.php:
|
57 |
msgid "Attributes"
|
58 |
msgstr "Attribut"
|
59 |
|
60 |
-
#: includes/admin/class-admin-listings.php:
|
61 |
#: includes/class-cpt-integration.php:19
|
62 |
#: includes/compatibility/class-navxt-integration.php:200
|
63 |
#: templates/submit-listing.tpl.php:15
|
64 |
msgid "Edit Listing"
|
65 |
msgstr "Redigera annons"
|
66 |
|
67 |
-
#: includes/admin/class-admin-listings.php:587
|
68 |
-
#, fuzzy
|
69 |
-
msgid "Edit listing permalink"
|
70 |
-
msgstr "Redigera annonsavgift"
|
71 |
-
|
72 |
#: includes/admin/class-admin.php:186
|
73 |
#, fuzzy
|
74 |
msgid ""
|
@@ -144,7 +139,7 @@ msgstr "ID"
|
|
144 |
msgid "Listing Count"
|
145 |
msgstr "Annonsräknare"
|
146 |
|
147 |
-
#: includes/admin/class-csv-import.php:
|
148 |
#, fuzzy
|
149 |
msgid "Listing imported by admin. Payment skipped."
|
150 |
msgstr "Notering skickas in av admin. Betalning hoppas över."
|
@@ -231,8 +226,8 @@ msgstr "Vänligen ladda upp eller välj en CSV-fil."
|
|
231 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
232 |
#: includes/admin/helpers/class-payments-table.php:57
|
233 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
234 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
235 |
-
#: templates/admin/payments-details.tpl.php:
|
236 |
#: templates/email/listing-payment-completed.tpl.php:21
|
237 |
#: templates/payment/payment_items.tpl.php:5
|
238 |
#, fuzzy
|
@@ -248,12 +243,14 @@ msgstr "Bilder"
|
|
248 |
|
249 |
#: includes/admin/form-fields.php:31
|
250 |
#: includes/fields/class-fieldtypes-social.php:138
|
251 |
-
#: templates/admin/csv-import.tpl.php:
|
252 |
#, fuzzy
|
253 |
msgid "Type"
|
254 |
msgstr "Typ"
|
255 |
|
256 |
#: includes/admin/form-fields.php:88
|
|
|
|
|
257 |
#, fuzzy
|
258 |
msgid "Edit"
|
259 |
msgstr "Redigera"
|
@@ -279,7 +276,7 @@ msgstr ""
|
|
279 |
"Du kan skapa dessa anpassade fält själv i \"Hantera formulärfält\" eller "
|
280 |
"låta Business Directory göra det åt dig automatiskt."
|
281 |
|
282 |
-
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:
|
283 |
#, fuzzy
|
284 |
msgid "Go to \"Form Fields\""
|
285 |
msgstr "Gå till \"Hantera formulärfält\""
|
@@ -290,7 +287,7 @@ msgstr "Gå till \"Hantera formulärfält\""
|
|
290 |
msgid "Go back"
|
291 |
msgstr "Nej, gå tillbaka"
|
292 |
|
293 |
-
#: includes/admin/form-fields.php:
|
294 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
295 |
#: templates/email/listing-added.tpl.php:10
|
296 |
#: templates/email/listing-edited.tpl.php:16
|
@@ -299,87 +296,87 @@ msgstr "Nej, gå tillbaka"
|
|
299 |
msgid "Title"
|
300 |
msgstr "Titel"
|
301 |
|
302 |
-
#: includes/admin/form-fields.php:
|
303 |
#: templates/email/listing-added.tpl.php:21
|
304 |
#: templates/email/listing-edited.tpl.php:29
|
305 |
#, fuzzy
|
306 |
msgid "Category"
|
307 |
msgstr "Kategori"
|
308 |
|
309 |
-
#: includes/admin/form-fields.php:
|
310 |
#, fuzzy
|
311 |
msgid "Excerpt"
|
312 |
msgstr "Utdrag"
|
313 |
|
314 |
-
#: includes/admin/form-fields.php:
|
315 |
#, fuzzy
|
316 |
msgid "Content"
|
317 |
msgstr "Innehåll"
|
318 |
|
319 |
-
#: includes/admin/form-fields.php:
|
320 |
#, fuzzy
|
321 |
msgid "Tags"
|
322 |
msgstr "Tagg"
|
323 |
|
324 |
-
#: includes/admin/form-fields.php:
|
325 |
#: templates/checkout-billing-form.tpl.php:75
|
326 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
327 |
#, fuzzy
|
328 |
msgid "Address"
|
329 |
msgstr "Adress"
|
330 |
|
331 |
-
#: includes/admin/form-fields.php:
|
332 |
#, fuzzy
|
333 |
msgid "Address 2"
|
334 |
msgstr "Adress"
|
335 |
|
336 |
-
#: includes/admin/form-fields.php:
|
337 |
-
#: templates/admin/payments-details.tpl.php:
|
338 |
#: templates/checkout-billing-form.tpl.php:87
|
339 |
#, fuzzy
|
340 |
msgid "City"
|
341 |
msgstr "Stad/ort"
|
342 |
|
343 |
-
#: includes/admin/form-fields.php:
|
344 |
-
#: templates/admin/payments-details.tpl.php:
|
345 |
#, fuzzy
|
346 |
msgid "State"
|
347 |
msgstr "Län"
|
348 |
|
349 |
-
#: includes/admin/form-fields.php:
|
350 |
-
#: templates/admin/payments-details.tpl.php:
|
351 |
#: templates/checkout-billing-form.tpl.php:102
|
352 |
#, fuzzy
|
353 |
msgid "Country"
|
354 |
msgstr "Land"
|
355 |
|
356 |
-
#: includes/admin/form-fields.php:
|
357 |
-
#: templates/admin/payments-details.tpl.php:
|
358 |
msgid "ZIP Code"
|
359 |
msgstr "Postnummer"
|
360 |
|
361 |
-
#: includes/admin/form-fields.php:
|
362 |
#, fuzzy
|
363 |
msgid "FAX Number"
|
364 |
msgstr "faxnummer"
|
365 |
|
366 |
-
#: includes/admin/form-fields.php:
|
367 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
368 |
#, fuzzy
|
369 |
msgid "Phone Number"
|
370 |
msgstr "Telefonnummer"
|
371 |
|
372 |
-
#: includes/admin/form-fields.php:
|
373 |
#, fuzzy
|
374 |
msgid "Ratings Field"
|
375 |
msgstr "Fält för omdöme"
|
376 |
|
377 |
-
#: includes/admin/form-fields.php:
|
378 |
#, fuzzy
|
379 |
msgid "Twitter"
|
380 |
msgstr "Twitter"
|
381 |
|
382 |
-
#: includes/admin/form-fields.php:
|
383 |
#, fuzzy
|
384 |
msgid "Website"
|
385 |
msgstr "Webbplats"
|
@@ -452,8 +449,8 @@ msgid "You're using Business Directory Plugin Lite. Enjoy!"
|
|
452 |
msgstr "Varför avinstallerar du Business Directory Plugin?"
|
453 |
|
454 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
455 |
-
#: includes/form-fields.php:428 includes/views/submit_listing.php:
|
456 |
-
#: templates/admin/payments-details.tpl.php:
|
457 |
#: templates/listing-contactform.tpl.php:33
|
458 |
#: templates/listing-flagging-form.tpl.php:39
|
459 |
#, fuzzy
|
@@ -483,8 +480,8 @@ msgstr ""
|
|
483 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
484 |
#: includes/class-assets.php:317
|
485 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
486 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
487 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
488 |
#, fuzzy
|
489 |
msgid "No"
|
490 |
msgstr "Nej"
|
@@ -554,6 +551,12 @@ msgstr ""
|
|
554 |
"av kvalitet. Detta är användbart om du delar hosting, där databasprestanda "
|
555 |
"är ett problem."
|
556 |
|
|
|
|
|
|
|
|
|
|
|
|
|
557 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
558 |
#, fuzzy
|
559 |
msgid "Categories"
|
@@ -832,7 +835,7 @@ msgid "Business Directory - Featured Levels Migration"
|
|
832 |
msgstr "Business Directory - Migration av utvalda annonser"
|
833 |
|
834 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
835 |
-
#: templates/admin/fees-form.tpl.php:
|
836 |
#, fuzzy
|
837 |
msgid "Fee Label"
|
838 |
msgstr "Avgiftetikett"
|
@@ -861,14 +864,15 @@ msgid "Status: %s"
|
|
861 |
msgstr "Status:"
|
862 |
|
863 |
#: includes/class-assets.php:315
|
|
|
864 |
#, fuzzy
|
865 |
msgid "Never"
|
866 |
msgstr "Aldrig"
|
867 |
|
868 |
#: includes/class-assets.php:316
|
869 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
870 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
871 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
872 |
#, fuzzy
|
873 |
msgid "Yes"
|
874 |
msgstr "Ja"
|
@@ -1000,17 +1004,22 @@ msgid ""
|
|
1000 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
1001 |
msgstr ""
|
1002 |
|
1003 |
-
#: includes/class-wpbdp.php:
|
|
|
|
|
|
|
|
|
|
|
1004 |
#, fuzzy
|
1005 |
msgid "Settings"
|
1006 |
msgstr "Inställningar"
|
1007 |
|
1008 |
-
#: includes/class-wpbdp.php:
|
1009 |
#, fuzzy
|
1010 |
msgid "Could not find listing ID"
|
1011 |
msgstr "Det gick inte att kontakta licensservern"
|
1012 |
|
1013 |
-
#: includes/class-wpbdp.php:
|
1014 |
#, fuzzy
|
1015 |
msgid ""
|
1016 |
"Could not verify the image upload request. If problem persists contact site "
|
@@ -1019,12 +1028,12 @@ msgstr ""
|
|
1019 |
"Något gick fel. Vänligen kontrollera formuläret för fel, rätta till dem och "
|
1020 |
"skicka igen."
|
1021 |
|
1022 |
-
#: includes/class-wpbdp.php:
|
1023 |
#, fuzzy
|
1024 |
msgid "Could not find image ID"
|
1025 |
msgstr "Det gick inte att uppdatera tema:%s"
|
1026 |
|
1027 |
-
#: includes/class-wpbdp.php:
|
1028 |
msgid ""
|
1029 |
"The directory features are disabled at this time because a <a>manual "
|
1030 |
"upgrade</a> is pending."
|
@@ -1032,7 +1041,7 @@ msgstr ""
|
|
1032 |
"Business Directorys funktioner är för närvarande avaktiverade på grund av "
|
1033 |
"att pluginet behöver <a> en manuell uppgradering</a>."
|
1034 |
|
1035 |
-
#: includes/class-wpbdp.php:
|
1036 |
msgid ""
|
1037 |
"The directory is not available at this time. Please try again in a few "
|
1038 |
"minutes or contact the administrator if the problem persists."
|
@@ -1207,8 +1216,8 @@ msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
|
1207 |
msgstr "Fältalternativ (för utvalda annonser, radioknappar och kryssrutor)"
|
1208 |
|
1209 |
#: includes/fields/class-fieldtypes-select.php:262
|
1210 |
-
#: templates/admin/fees-form.tpl.php:
|
1211 |
-
#: templates/admin/fees-form.tpl.php:
|
1212 |
#, fuzzy
|
1213 |
msgid "required"
|
1214 |
msgstr "obligatoriskt"
|
@@ -1325,7 +1334,7 @@ msgstr "Annonsens titel"
|
|
1325 |
msgid "Short Description"
|
1326 |
msgstr "Kort Verksamhetsbeskrivning"
|
1327 |
|
1328 |
-
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:
|
1329 |
#, fuzzy
|
1330 |
msgid "Description"
|
1331 |
msgstr "Beskrivning"
|
@@ -1485,28 +1494,28 @@ msgstr "Authorize.net"
|
|
1485 |
msgid "Invalid item ID"
|
1486 |
msgstr "Ogiltigt objekt-ID"
|
1487 |
|
1488 |
-
#: includes/licensing.php:
|
1489 |
#, fuzzy
|
1490 |
msgid "No license key provided"
|
1491 |
msgstr "Ingen licensnyckel angiven"
|
1492 |
|
1493 |
-
#: includes/licensing.php:
|
1494 |
#, fuzzy
|
1495 |
msgid "License key is invalid"
|
1496 |
msgstr "Licensnyckel är ogiltig"
|
1497 |
|
1498 |
-
#: includes/licensing.php:
|
1499 |
#, fuzzy
|
1500 |
msgid "Deactivation failed"
|
1501 |
msgstr "Deaktivering misslyckades"
|
1502 |
|
1503 |
-
#: includes/licensing.php:
|
1504 |
#, fuzzy
|
1505 |
msgid "The license key was revoked."
|
1506 |
msgstr "Ingen licensnyckel angiven"
|
1507 |
|
1508 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1509 |
-
#: includes/licensing.php:
|
1510 |
#, fuzzy
|
1511 |
msgid ""
|
1512 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
@@ -1518,7 +1527,7 @@ msgstr ""
|
|
1518 |
"Business Directorys servers. Vänligen kontakta <support-link>Business "
|
1519 |
"Directory support</support-link> och be dem vitlista din IP-adress."
|
1520 |
|
1521 |
-
#: includes/licensing.php:
|
1522 |
#, fuzzy
|
1523 |
msgid ""
|
1524 |
"It was not possible to establish a connection with the Business Directory "
|
@@ -1527,7 +1536,7 @@ msgstr ""
|
|
1527 |
"Det var inte möjligt att upprätta en anslutning med Business Directory "
|
1528 |
"server. Anslutningen misslyckades med följande fel:"
|
1529 |
|
1530 |
-
#: includes/licensing.php:
|
1531 |
#, fuzzy
|
1532 |
msgid ""
|
1533 |
"It was not possible to establish a connection with the Business Directory "
|
@@ -1536,7 +1545,7 @@ msgstr ""
|
|
1536 |
"Det var inte möjligt att etablera en kontakt med Business Directorys server. "
|
1537 |
"Ett problem inträffade i SSL/TSL handskakning:"
|
1538 |
|
1539 |
-
#: includes/licensing.php:
|
1540 |
#, fuzzy
|
1541 |
msgid ""
|
1542 |
"It looks like your server is not authorized to make outgoing requests to "
|
@@ -1547,31 +1556,31 @@ msgstr ""
|
|
1547 |
"Business Directorys servers. Vänligen kontakta <support-link>Business "
|
1548 |
"Directory support</support-link> och be dem vitlista din IP-adress."
|
1549 |
|
1550 |
-
#: includes/licensing.php:
|
1551 |
#, fuzzy
|
1552 |
msgid "Business Directory license key is missing."
|
1553 |
msgstr "Business Directory - Licensnyckel har upphört"
|
1554 |
|
1555 |
-
#: includes/licensing.php:
|
1556 |
#, fuzzy
|
1557 |
msgid "Business Directory license key has expired"
|
1558 |
msgstr "Business Directory - Licensnyckel har upphört"
|
1559 |
|
1560 |
-
#: includes/licensing.php:
|
1561 |
#, fuzzy
|
1562 |
msgid "Could not verify Business Directory license."
|
1563 |
msgstr "Hjälp oss förbättra Business Directory"
|
1564 |
|
1565 |
-
#: includes/licensing.php:
|
1566 |
#, fuzzy
|
1567 |
msgid "Review license keys"
|
1568 |
msgstr "Granska mina licensnycklar"
|
1569 |
|
1570 |
-
#: includes/licensing.php:
|
1571 |
msgid "Missing data. Please reload this page and try again."
|
1572 |
msgstr ""
|
1573 |
|
1574 |
-
#: includes/licensing.php:
|
1575 |
#, fuzzy
|
1576 |
msgid "Please enter a license key."
|
1577 |
msgstr "Skriv in licensnyckel"
|
@@ -1659,34 +1668,34 @@ msgstr "Annonsbilder"
|
|
1659 |
msgid "Account Creation"
|
1660 |
msgstr "Konto skapas"
|
1661 |
|
1662 |
-
#: includes/views/submit_listing.php:
|
1663 |
#, fuzzy
|
1664 |
msgid "Go to \"Fee Plans\""
|
1665 |
msgstr "Avgiftsplan"
|
1666 |
|
1667 |
-
#: includes/views/submit_listing.php:
|
1668 |
#, fuzzy
|
1669 |
msgid "Please choose a fee plan."
|
1670 |
msgstr "(Vänligen välj en avgiftsplan ovan)"
|
1671 |
|
1672 |
-
#: includes/views/submit_listing.php:
|
1673 |
#, fuzzy
|
1674 |
msgid "Please check the form for errors, correct them and submit again."
|
1675 |
msgstr ""
|
1676 |
"Något gick fel. Vänligen kontrollera formuläret för fel, rätta till dem och "
|
1677 |
"skicka igen."
|
1678 |
|
1679 |
-
#: includes/views/submit_listing.php:
|
1680 |
#, fuzzy
|
1681 |
msgid "Create a user account on this site"
|
1682 |
msgstr "Skapa ett användarkonto på denna webbplats"
|
1683 |
|
1684 |
-
#: includes/views/submit_listing.php:
|
1685 |
#, fuzzy
|
1686 |
msgid "Username"
|
1687 |
msgstr "Användarnamn:"
|
1688 |
|
1689 |
-
#: includes/views/submit_listing.php:
|
1690 |
#, fuzzy
|
1691 |
msgid "Clear Form"
|
1692 |
msgstr "Rensa"
|
@@ -1702,7 +1711,7 @@ msgstr ""
|
|
1702 |
"ledigt diskutrymme och minne tillgängligt för PHP. Kontrollera felloggen för "
|
1703 |
"mer information."
|
1704 |
|
1705 |
-
#: templates/admin/csv-export.tpl.php:
|
1706 |
#, fuzzy
|
1707 |
msgid ""
|
1708 |
"If you plan to re-import the listings into your directory and don't want new "
|
@@ -1711,12 +1720,22 @@ msgstr ""
|
|
1711 |
"Markera detta val om du planerar att återimportera annonser till BD och inte "
|
1712 |
"vill att nya skapas."
|
1713 |
|
1714 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1715 |
#, fuzzy
|
1716 |
msgid "Disable email notifications during import?"
|
1717 |
msgstr "Inaktivera e-postmeddelanden vid import?"
|
1718 |
|
1719 |
-
#: templates/admin/csv-import.tpl.php:
|
1720 |
#, fuzzy
|
1721 |
msgid "Disable email notifications."
|
1722 |
msgstr "Inaktivera e-postmeddelanden."
|
@@ -1735,7 +1754,7 @@ msgstr ""
|
|
1735 |
msgid "Download Debug Information"
|
1736 |
msgstr "Ladda ner felsökningsinformation"
|
1737 |
|
1738 |
-
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:
|
1739 |
#, fuzzy
|
1740 |
msgid "Add Listing Fee"
|
1741 |
msgstr "Lägg till annonsavgift"
|
@@ -1745,57 +1764,57 @@ msgstr "Lägg till annonsavgift"
|
|
1745 |
msgid "Edit Listing Fee"
|
1746 |
msgstr "Redigera annonsavgift"
|
1747 |
|
1748 |
-
#: templates/admin/fees-form.tpl.php:
|
1749 |
#, fuzzy
|
1750 |
msgid "Fee Description"
|
1751 |
msgstr "Beskrivning avgift"
|
1752 |
|
1753 |
-
#: templates/admin/fees-form.tpl.php:
|
1754 |
#, fuzzy
|
1755 |
msgid "How long should the listing run?"
|
1756 |
msgstr "Hur länge ska annonsen finnas?"
|
1757 |
|
1758 |
-
#: templates/admin/fees-form.tpl.php:
|
1759 |
#, fuzzy
|
1760 |
msgid "run listing for"
|
1761 |
msgstr "kör annonsen i "
|
1762 |
|
1763 |
-
#: templates/admin/fees-form.tpl.php:
|
1764 |
#: templates/plan-selection-plan.tpl.php:39
|
1765 |
#, fuzzy
|
1766 |
msgid "days"
|
1767 |
msgstr "dagar"
|
1768 |
|
1769 |
-
#: templates/admin/fees-form.tpl.php:
|
1770 |
#, fuzzy
|
1771 |
msgid "run listing forever"
|
1772 |
msgstr "kör annonsen för alltid"
|
1773 |
|
1774 |
-
#: templates/admin/fees-form.tpl.php:
|
1775 |
#, fuzzy
|
1776 |
msgid "Number of images allowed"
|
1777 |
msgstr "Antal tillåtna bilder"
|
1778 |
|
1779 |
-
#: templates/admin/fees-form.tpl.php:
|
1780 |
msgid "Private Fee Plan (visible to admins only)?"
|
1781 |
msgstr ""
|
1782 |
|
1783 |
-
#: templates/admin/fees-form.tpl.php:
|
1784 |
#, fuzzy
|
1785 |
msgid "Is recurring?"
|
1786 |
msgstr "Är återkommande?"
|
1787 |
|
1788 |
-
#: templates/admin/fees-form.tpl.php:
|
1789 |
#, fuzzy
|
1790 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1791 |
msgstr "Ska avgiften auto-förnyas vid slutet av annonsens period?"
|
1792 |
|
1793 |
-
#: templates/admin/fees-form.tpl.php:
|
1794 |
#, fuzzy
|
1795 |
msgid "Is featured listing/sticky?"
|
1796 |
msgstr "Är utvald annons/fäst?"
|
1797 |
|
1798 |
-
#: templates/admin/fees-form.tpl.php:
|
1799 |
#, fuzzy
|
1800 |
msgid ""
|
1801 |
"This floats the listing to the top of search results and browsing the "
|
@@ -1804,17 +1823,17 @@ msgstr ""
|
|
1804 |
"Användare som köper denna plan får sin annons placerad i toppen av "
|
1805 |
"sökresultaten och i registret."
|
1806 |
|
1807 |
-
#: templates/admin/fees-form.tpl.php:
|
1808 |
#, fuzzy
|
1809 |
msgid "Listing background color:"
|
1810 |
msgstr "Annonsens bakgrundsfärg:"
|
1811 |
|
1812 |
-
#: templates/admin/fees-form.tpl.php:
|
1813 |
#, fuzzy
|
1814 |
msgid "Used to differentiate listings inside this plan from others."
|
1815 |
msgstr "Används för att differentiera listor inuti denna plan från andra."
|
1816 |
|
1817 |
-
#: templates/admin/fees-form.tpl.php:
|
1818 |
#: templates/admin/settings-email.tpl.php:116
|
1819 |
#: templates/submit-listing-section.tpl.php:30
|
1820 |
#, fuzzy
|
@@ -2002,113 +2021,113 @@ msgstr "← Tillbaka till \"Betalningshistorik\"."
|
|
2002 |
msgid "Payment Not Found"
|
2003 |
msgstr "Avgiftsinformation"
|
2004 |
|
2005 |
-
#: templates/admin/payments-details.tpl.php:
|
2006 |
#, fuzzy
|
2007 |
msgid "Overview"
|
2008 |
msgstr "Översikt"
|
2009 |
|
2010 |
-
#: templates/admin/payments-details.tpl.php:
|
2011 |
-
#: templates/admin/payments-details.tpl.php:
|
2012 |
#, fuzzy
|
2013 |
msgid "Payment ID"
|
2014 |
msgstr "Betalning-ID"
|
2015 |
|
2016 |
-
#: templates/admin/payments-details.tpl.php:
|
2017 |
#, fuzzy
|
2018 |
msgid "Listing"
|
2019 |
msgstr "Annons"
|
2020 |
|
2021 |
-
#: templates/admin/payments-details.tpl.php:
|
2022 |
#, fuzzy
|
2023 |
msgid "Status"
|
2024 |
msgstr "Status"
|
2025 |
|
2026 |
-
#: templates/admin/payments-details.tpl.php:
|
2027 |
#, fuzzy
|
2028 |
msgid "Date"
|
2029 |
msgstr "Datum"
|
2030 |
|
2031 |
-
#: templates/admin/payments-details.tpl.php:
|
2032 |
#, fuzzy
|
2033 |
msgid "Time"
|
2034 |
msgstr "Tid:"
|
2035 |
|
2036 |
-
#: templates/admin/payments-details.tpl.php:
|
2037 |
#, fuzzy
|
2038 |
msgid "Gateway"
|
2039 |
msgstr "Betalmodul"
|
2040 |
|
2041 |
#. translators: Gateway: (Not yet set)
|
2042 |
-
#: templates/admin/payments-details.tpl.php:
|
2043 |
#, fuzzy
|
2044 |
msgid "(Not yet set)"
|
2045 |
msgstr "(Ännu inte angiven)"
|
2046 |
|
2047 |
-
#: templates/admin/payments-details.tpl.php:
|
2048 |
#, fuzzy
|
2049 |
msgid "Delete Payment"
|
2050 |
msgstr "Ta bort betalning"
|
2051 |
|
2052 |
-
#: templates/admin/payments-details.tpl.php:
|
2053 |
#, fuzzy
|
2054 |
msgid "Save Payment"
|
2055 |
msgstr "Spara betalning"
|
2056 |
|
2057 |
-
#: templates/admin/payments-details.tpl.php:
|
2058 |
#, fuzzy
|
2059 |
msgid "Details"
|
2060 |
msgstr "Detaljer"
|
2061 |
|
2062 |
-
#: templates/admin/payments-details.tpl.php:
|
2063 |
#, fuzzy
|
2064 |
msgid "Item Type"
|
2065 |
msgstr "Objekttyp"
|
2066 |
|
2067 |
-
#: templates/admin/payments-details.tpl.php:
|
2068 |
#: templates/payment/payment_items.tpl.php:23
|
2069 |
#, fuzzy
|
2070 |
msgid "Total"
|
2071 |
msgstr "Total"
|
2072 |
|
2073 |
-
#: templates/admin/payments-details.tpl.php:
|
2074 |
#, fuzzy
|
2075 |
msgid "Customer Details"
|
2076 |
msgstr "Kunddetaljer"
|
2077 |
|
2078 |
-
#: templates/admin/payments-details.tpl.php:
|
2079 |
#: templates/checkout-billing-form.tpl.php:17
|
2080 |
#, fuzzy
|
2081 |
msgid "First Name"
|
2082 |
msgstr "Förnamn"
|
2083 |
|
2084 |
-
#: templates/admin/payments-details.tpl.php:
|
2085 |
#: templates/checkout-billing-form.tpl.php:22
|
2086 |
#, fuzzy
|
2087 |
msgid "Last Name"
|
2088 |
msgstr "Efternamn"
|
2089 |
|
2090 |
-
#: templates/admin/payments-details.tpl.php:
|
2091 |
#, fuzzy
|
2092 |
msgid "Address Line 1"
|
2093 |
msgstr "Adressrad 1:"
|
2094 |
|
2095 |
-
#: templates/admin/payments-details.tpl.php:
|
2096 |
#: templates/checkout-billing-form.tpl.php:81
|
2097 |
#, fuzzy
|
2098 |
msgid "Address Line 2"
|
2099 |
msgstr "Adressrad 2"
|
2100 |
|
2101 |
-
#: templates/admin/payments-details.tpl.php:
|
2102 |
#, fuzzy
|
2103 |
msgid "Notes & Log"
|
2104 |
msgstr "Anteckningar & Log"
|
2105 |
|
2106 |
-
#: templates/admin/payments-details.tpl.php:
|
2107 |
#, fuzzy
|
2108 |
msgid "No notes."
|
2109 |
msgstr "Inga anteckningar"
|
2110 |
|
2111 |
-
#: templates/admin/payments-details.tpl.php:
|
2112 |
#, fuzzy
|
2113 |
msgid "Add Note"
|
2114 |
msgstr "Lägg till anteckning"
|
@@ -2881,7 +2900,7 @@ msgctxt "admin csv-import"
|
|
2881 |
msgid "See an example CSV import file"
|
2882 |
msgstr "Se ett exempel av en CSV importfil"
|
2883 |
|
2884 |
-
#: includes/admin/class-csv-import.php:
|
2885 |
msgctxt "admin csv-import"
|
2886 |
msgid ""
|
2887 |
"Could not create listing category \"<category-name>\". The operation failed "
|
@@ -2890,32 +2909,32 @@ msgstr ""
|
|
2890 |
"Kunde inte skapa annonskategori \"<category-name>\". Åtgärden misslyckades "
|
2891 |
"på grund av följande fel: <error-message>"
|
2892 |
|
2893 |
-
#: includes/admin/class-csv-import.php:
|
2894 |
msgctxt "admin csv-import"
|
2895 |
msgid "Could not create listing category \"%s\""
|
2896 |
msgstr "Det gick inte att skapa annonskategori \"%s\""
|
2897 |
|
2898 |
-
#: includes/admin/class-csv-import.php:
|
2899 |
msgctxt "admin csv-import"
|
2900 |
msgid "Username \"%s\" does not exist"
|
2901 |
msgstr "Användarnamn \"%s\" existerar inte"
|
2902 |
|
2903 |
-
#: includes/admin/class-csv-import.php:
|
2904 |
msgctxt "admin csv-import"
|
2905 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2906 |
msgstr "Det finns ingen avgiftsplan med ID = <fee-id>"
|
2907 |
|
2908 |
-
#: includes/admin/class-csv-import.php:
|
2909 |
msgctxt "admin csv-import"
|
2910 |
msgid "Missing required field: %s"
|
2911 |
msgstr "Saknar det obligatoriska fältet %s"
|
2912 |
|
2913 |
-
#: includes/admin/class-csv-import.php:
|
2914 |
msgctxt "admin csv-import"
|
2915 |
msgid "Listing category \"%s\" does not exist"
|
2916 |
msgstr "Annonskategorin \"%s\" existerar inte"
|
2917 |
|
2918 |
-
#: includes/admin/class-csv-import.php:
|
2919 |
msgctxt "admin csv-import"
|
2920 |
msgid "The string <string> couldn't be converted into a valid date."
|
2921 |
msgstr "Tråden <string> kunde inte omvandlas till ett giltigt datum."
|
@@ -3088,15 +3107,6 @@ msgctxt "admin csv-import"
|
|
3088 |
msgid "Here, you can import data into your directory using the CSV format."
|
3089 |
msgstr "Här kan du importera data till din katalog med hjälp av CSV-format."
|
3090 |
|
3091 |
-
#: templates/admin/csv-import.tpl.php:35
|
3092 |
-
msgctxt "admin csv-import"
|
3093 |
-
msgid ""
|
3094 |
-
"We strongly recommend reading our <a>CSV import documentation</a> first to "
|
3095 |
-
"help you do things in the right order."
|
3096 |
-
msgstr ""
|
3097 |
-
"Vi rekommenderar starkt att du läser vår <a>CSV import dokumentation</a> "
|
3098 |
-
"först för att hjälpa dig att göra saker i rätt ordning."
|
3099 |
-
|
3100 |
#: templates/admin/csv-import.tpl.php:45
|
3101 |
msgctxt "admin csv-import"
|
3102 |
msgid "Import Files"
|
@@ -3112,7 +3122,7 @@ msgctxt "admin csv-import"
|
|
3112 |
msgid "... or <a>select a file uploaded to the imports folder</a>"
|
3113 |
msgstr "... eller <a>välj en fil som laddats upp till import-mappen</a>"
|
3114 |
|
3115 |
-
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:
|
3116 |
msgctxt "admin csv-import"
|
3117 |
msgid "(Upload new file)"
|
3118 |
msgstr "(Ladda upp ny fil)"
|
@@ -3122,110 +3132,110 @@ msgctxt "admin csv-import"
|
|
3122 |
msgid "ZIP file containing images"
|
3123 |
msgstr "ZIP-fil som innehåller bilder"
|
3124 |
|
3125 |
-
#: templates/admin/csv-import.tpl.php:
|
3126 |
msgctxt "admin csv-import"
|
3127 |
msgid "CSV File Settings"
|
3128 |
msgstr "Inställningar för CSV-fil"
|
3129 |
|
3130 |
-
#: templates/admin/csv-import.tpl.php:
|
3131 |
msgctxt "admin csv-import"
|
3132 |
msgid "Column Separator"
|
3133 |
msgstr "Kolumnavgränsare"
|
3134 |
|
3135 |
-
#: templates/admin/csv-import.tpl.php:
|
3136 |
msgctxt "admin csv-import"
|
3137 |
msgid "Comma (,)"
|
3138 |
msgstr "Komma (,)"
|
3139 |
|
3140 |
-
#: templates/admin/csv-import.tpl.php:
|
3141 |
msgctxt "admin csv-import"
|
3142 |
msgid "Semicolon (;)"
|
3143 |
msgstr "Semikolon (;)"
|
3144 |
|
3145 |
-
#: templates/admin/csv-import.tpl.php:
|
3146 |
msgctxt "admin csv-import"
|
3147 |
msgid "TAB"
|
3148 |
msgstr "Tab"
|
3149 |
|
3150 |
-
#: templates/admin/csv-import.tpl.php:
|
3151 |
msgctxt "admin csv-import"
|
3152 |
msgid "Image Separator"
|
3153 |
msgstr "Bildavgränsare"
|
3154 |
|
3155 |
-
#: templates/admin/csv-import.tpl.php:
|
3156 |
msgctxt "admin csv-import"
|
3157 |
msgid "Category Separator"
|
3158 |
msgstr "Kategoriavgränsare"
|
3159 |
|
3160 |
-
#: templates/admin/csv-import.tpl.php:
|
3161 |
msgctxt "admin csv-import"
|
3162 |
msgid "Import settings"
|
3163 |
msgstr "Importera inställningar"
|
3164 |
|
3165 |
-
#: templates/admin/csv-import.tpl.php:
|
3166 |
#, fuzzy
|
3167 |
msgctxt "admin csv-import"
|
3168 |
msgid "Post status of new imported listings"
|
3169 |
msgstr "Status av importerade annonser"
|
3170 |
|
3171 |
-
#: templates/admin/csv-import.tpl.php:
|
3172 |
#, fuzzy
|
3173 |
msgctxt "admin csv-import"
|
3174 |
msgid "Post status of existing imported listings"
|
3175 |
msgstr "Status av importerade annonser"
|
3176 |
|
3177 |
-
#: templates/admin/csv-import.tpl.php:
|
3178 |
#, fuzzy
|
3179 |
msgctxt "admin csv-import"
|
3180 |
msgid "Preserve existing status"
|
3181 |
msgstr "Annonsstatus"
|
3182 |
|
3183 |
-
#: templates/admin/csv-import.tpl.php:
|
3184 |
msgctxt "admin csv-import"
|
3185 |
msgid "Missing categories handling"
|
3186 |
msgstr "Hantera saknade kategorier"
|
3187 |
|
3188 |
-
#: templates/admin/csv-import.tpl.php:
|
3189 |
msgctxt "admin csv-import"
|
3190 |
msgid "Auto-create categories"
|
3191 |
msgstr "Autoskapa kategorier"
|
3192 |
|
3193 |
-
#: templates/admin/csv-import.tpl.php:
|
3194 |
msgctxt "admin csv-import"
|
3195 |
msgid "Generate errors when a category is not found"
|
3196 |
msgstr "Generera fel när en kategori inte hittas"
|
3197 |
|
3198 |
-
#: templates/admin/csv-import.tpl.php:
|
3199 |
msgctxt "admin csv-import"
|
3200 |
msgid "Keep existing listing images?"
|
3201 |
msgstr "Behålla befintliga annonsbilder?"
|
3202 |
|
3203 |
-
#: templates/admin/csv-import.tpl.php:
|
3204 |
msgctxt "admin csv-import"
|
3205 |
msgid "Keep existing images."
|
3206 |
msgstr "Behåll befintliga bilder."
|
3207 |
|
3208 |
-
#: templates/admin/csv-import.tpl.php:
|
3209 |
msgctxt "admin csv-import"
|
3210 |
msgid "Appends new images while keeping current ones."
|
3211 |
msgstr "Lägger till nya bilder och behåller de existerande."
|
3212 |
|
3213 |
-
#: templates/admin/csv-import.tpl.php:
|
3214 |
msgctxt "admin csv-import"
|
3215 |
msgid "Assign listings to a user?"
|
3216 |
msgstr "Tilldela annons till användare?"
|
3217 |
|
3218 |
-
#: templates/admin/csv-import.tpl.php:
|
3219 |
msgctxt "admin csv-import"
|
3220 |
msgid "Assign listings to a user."
|
3221 |
msgstr "Tilldela annons till användare."
|
3222 |
|
3223 |
-
#: templates/admin/csv-import.tpl.php:
|
3224 |
msgctxt "admin csv-import"
|
3225 |
msgid "Use a default user for listings?"
|
3226 |
msgstr "Använd en standardanvändare för annonser?"
|
3227 |
|
3228 |
-
#: templates/admin/csv-import.tpl.php:
|
3229 |
msgctxt "admin csv-import"
|
3230 |
msgid ""
|
3231 |
"Select a default user to be used if the username column is not present in "
|
@@ -3234,12 +3244,12 @@ msgstr ""
|
|
3234 |
"Välj en standardanvändare som används om användarkolumnen inte finns i CSV-"
|
3235 |
"filen."
|
3236 |
|
3237 |
-
#: templates/admin/csv-import.tpl.php:
|
3238 |
msgctxt "admin csv-import"
|
3239 |
msgid "Default listing user"
|
3240 |
msgstr "standardanvändare"
|
3241 |
|
3242 |
-
#: templates/admin/csv-import.tpl.php:
|
3243 |
msgctxt "admin csv-import"
|
3244 |
msgid ""
|
3245 |
"This user will be used if the username column is not present in the CSV file."
|
@@ -3247,13 +3257,13 @@ msgstr ""
|
|
3247 |
"Denna användare kommer att användas om användarkolumnen inte finns i CSV-"
|
3248 |
"filen."
|
3249 |
|
3250 |
-
#: templates/admin/csv-import.tpl.php:
|
3251 |
#, fuzzy
|
3252 |
msgctxt "admin csv-import"
|
3253 |
msgid "Number of listings imported on every cycle"
|
3254 |
msgstr "Antal annonser att visa:"
|
3255 |
|
3256 |
-
#: templates/admin/csv-import.tpl.php:
|
3257 |
msgctxt "admin csv-import"
|
3258 |
msgid ""
|
3259 |
"If you are having trouble importing listings due to memory problems, try "
|
@@ -3262,17 +3272,17 @@ msgid ""
|
|
3262 |
"success on shared hosting platforms and other resource-constrained servers."
|
3263 |
msgstr ""
|
3264 |
|
3265 |
-
#: templates/admin/csv-import.tpl.php:
|
3266 |
msgctxt "admin csv-import"
|
3267 |
msgid "Test Import"
|
3268 |
msgstr "Testimport"
|
3269 |
|
3270 |
-
#: templates/admin/csv-import.tpl.php:
|
3271 |
msgctxt "admin csv-import"
|
3272 |
msgid "Import Listings"
|
3273 |
msgstr "Importera annonser"
|
3274 |
|
3275 |
-
#: templates/admin/csv-import.tpl.php:
|
3276 |
msgctxt "admin csv-import"
|
3277 |
msgid ""
|
3278 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -3285,27 +3295,27 @@ msgstr ""
|
|
3285 |
"Klicka <a href=\"%s\">\"Se ett exempel CSV-importfilen\"</a> för att se hur "
|
3286 |
"en importfil ska se ut."
|
3287 |
|
3288 |
-
#: templates/admin/csv-import.tpl.php:
|
3289 |
msgctxt "admin csv-import"
|
3290 |
msgid "Header name/label"
|
3291 |
msgstr "Rubriknamn / etikett"
|
3292 |
|
3293 |
-
#: templates/admin/csv-import.tpl.php:
|
3294 |
msgctxt "admin csv-import"
|
3295 |
msgid "Field"
|
3296 |
msgstr "Fält"
|
3297 |
|
3298 |
-
#: templates/admin/csv-import.tpl.php:
|
3299 |
msgctxt "admin csv-import"
|
3300 |
msgid "Required?"
|
3301 |
msgstr "Obligatoriskt?"
|
3302 |
|
3303 |
-
#: templates/admin/csv-import.tpl.php:
|
3304 |
msgctxt "admin csv-import"
|
3305 |
msgid "Multivalued?"
|
3306 |
msgstr "Fler värden?"
|
3307 |
|
3308 |
-
#: templates/admin/csv-import.tpl.php:
|
3309 |
#, fuzzy
|
3310 |
msgctxt "admin csv-import"
|
3311 |
msgid ""
|
@@ -3315,17 +3325,17 @@ msgstr ""
|
|
3315 |
"Annonsens utgångsdatum formateras som ÅÅÅÅ-MM-DD. Använd den här kolumnen "
|
3316 |
"när du lägger till eller uppdaterar listor från externa källor."
|
3317 |
|
3318 |
-
#: templates/admin/csv-import.tpl.php:
|
3319 |
msgctxt "admin csv-import"
|
3320 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
3321 |
msgstr "Semikolonseparerad lista med annonsbilder (från ZIP-filen)."
|
3322 |
|
3323 |
-
#: templates/admin/csv-import.tpl.php:
|
3324 |
msgctxt "admin csv-import"
|
3325 |
msgid "Listing author's username"
|
3326 |
msgstr "Annonsens författares användarnamn"
|
3327 |
|
3328 |
-
#: templates/admin/csv-import.tpl.php:
|
3329 |
msgctxt "admin csv-import"
|
3330 |
msgid ""
|
3331 |
"Internal Sequence ID used to allow listing updates from external sources."
|
@@ -3333,7 +3343,7 @@ msgstr ""
|
|
3333 |
"Intern sekvens ID som används för att tillåta notering uppdateringar från "
|
3334 |
"externa källor."
|
3335 |
|
3336 |
-
#: templates/admin/csv-import.tpl.php:
|
3337 |
msgctxt "admin csv-import"
|
3338 |
msgid ""
|
3339 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -3352,12 +3362,12 @@ msgctxt "admin csv"
|
|
3352 |
msgid "Export"
|
3353 |
msgstr "Exportera"
|
3354 |
|
3355 |
-
#: includes/admin/class-admin-listings.php:
|
3356 |
msgctxt "admin category filter"
|
3357 |
msgid "All categories"
|
3358 |
msgstr "Alla kategorier"
|
3359 |
|
3360 |
-
#: includes/admin/class-admin-listings.php:
|
3361 |
msgctxt "admin listings"
|
3362 |
msgid ""
|
3363 |
"This listing doesn't have a fee plan assigned. This is required in order to "
|
@@ -3368,44 +3378,44 @@ msgstr ""
|
|
3368 |
"respektive avgift) krävs för att fastställa funktionerna för denna annons, "
|
3369 |
"likväl som för att hantera förnyelser."
|
3370 |
|
3371 |
-
#: includes/admin/class-admin-listings.php:
|
3372 |
msgctxt "admin listings"
|
3373 |
msgid "Never"
|
3374 |
msgstr "Aldrig"
|
3375 |
|
3376 |
-
#: includes/admin/class-admin-listings.php:
|
3377 |
msgctxt "admin listings"
|
3378 |
msgid "Featured"
|
3379 |
msgstr "Utvald (fäst)"
|
3380 |
|
3381 |
-
#: includes/admin/class-admin-listings.php:
|
3382 |
msgctxt "admin listings"
|
3383 |
msgid "Recurring"
|
3384 |
msgstr "Återkommande"
|
3385 |
|
3386 |
-
#: includes/admin/class-admin-listings.php:
|
3387 |
msgctxt "admin listings"
|
3388 |
msgid "Free"
|
3389 |
msgstr "Gratis"
|
3390 |
|
3391 |
-
#: includes/admin/class-admin-listings.php:
|
3392 |
#, fuzzy
|
3393 |
msgctxt "admin listings"
|
3394 |
msgid "Payment Not Found"
|
3395 |
msgstr "Avgiftsinformation"
|
3396 |
|
3397 |
-
#: includes/admin/class-admin-listings.php:
|
3398 |
#, fuzzy
|
3399 |
msgctxt "admin listings"
|
3400 |
msgid "Payment %s"
|
3401 |
msgstr "Betalning #%s"
|
3402 |
|
3403 |
-
#: includes/admin/class-admin-listings.php:
|
3404 |
msgctxt "admin listings"
|
3405 |
msgid "Reported"
|
3406 |
msgstr ""
|
3407 |
|
3408 |
-
#: includes/admin/class-admin-listings.php:
|
3409 |
msgctxt "admin listings"
|
3410 |
msgid "Listing's payment history successfully deleted"
|
3411 |
msgstr ""
|
@@ -3434,12 +3444,12 @@ msgctxt "admin listings"
|
|
3434 |
msgid "Clear listing reports."
|
3435 |
msgstr "En annons förfaller."
|
3436 |
|
3437 |
-
#: includes/admin/class-admin-listings.php:
|
3438 |
msgctxt "admin"
|
3439 |
msgid "Directory Listing Fields / Images"
|
3440 |
msgstr "Annonsfält / bilder"
|
3441 |
|
3442 |
-
#: includes/admin/class-admin-listings.php:
|
3443 |
msgctxt "admin"
|
3444 |
msgid "Categories"
|
3445 |
msgstr "Kategorier"
|
@@ -3610,13 +3620,13 @@ msgctxt "admin"
|
|
3610 |
msgid "Abandoned"
|
3611 |
msgstr "Övergiven"
|
3612 |
|
3613 |
-
#: includes/admin/class-admin-listings.php:
|
3614 |
#, fuzzy
|
3615 |
msgctxt "listing attribute"
|
3616 |
msgid "No Fee Plan"
|
3617 |
msgstr "Avgiftsplan"
|
3618 |
|
3619 |
-
#: includes/admin/class-admin-listings.php:
|
3620 |
msgctxt "listing status"
|
3621 |
msgid "Reported"
|
3622 |
msgstr ""
|
@@ -3666,51 +3676,51 @@ msgctxt "listing status"
|
|
3666 |
msgid "Abandoned"
|
3667 |
msgstr "Övergiven"
|
3668 |
|
3669 |
-
#: includes/admin/class-admin-listings.php:
|
3670 |
msgctxt "admin actions"
|
3671 |
msgid "Delete Listing"
|
3672 |
msgstr "Ta bort annons"
|
3673 |
|
3674 |
-
#: includes/admin/class-admin-listings.php:
|
3675 |
msgctxt "admin actions"
|
3676 |
msgid "View Payments"
|
3677 |
msgstr "Visa betalningar"
|
3678 |
|
3679 |
-
#: includes/admin/class-admin-listings.php:
|
3680 |
msgctxt "admin actions"
|
3681 |
msgid "View Payment"
|
3682 |
msgstr "Visa betalning"
|
3683 |
|
3684 |
-
#: includes/admin/class-admin-listings.php:
|
3685 |
#, fuzzy
|
3686 |
msgctxt "admin actions"
|
3687 |
msgid "Publish listings"
|
3688 |
msgstr "Publicera annons"
|
3689 |
|
3690 |
-
#: includes/admin/class-admin-listings.php:
|
3691 |
#, fuzzy
|
3692 |
msgctxt "admin actions"
|
3693 |
msgid "Mark as \"Pending Review\""
|
3694 |
msgstr "Inväntar granskning"
|
3695 |
|
3696 |
-
#: includes/admin/class-admin-listings.php:
|
3697 |
msgctxt "admin actions"
|
3698 |
msgid "Hide from directory (mark as \"Draft\")"
|
3699 |
msgstr ""
|
3700 |
|
3701 |
-
#: includes/admin/class-admin-listings.php:
|
3702 |
#, fuzzy
|
3703 |
msgctxt "admin actions"
|
3704 |
msgid "Renew listings"
|
3705 |
msgstr "Förnya annons"
|
3706 |
|
3707 |
-
#: includes/admin/class-admin-listings.php:
|
3708 |
#, fuzzy
|
3709 |
msgctxt "admin actions"
|
3710 |
msgid "Set listings as \"Expired\""
|
3711 |
msgstr "Skickas efter en annons (%s) har förfallit."
|
3712 |
|
3713 |
-
#: includes/admin/class-admin-listings.php:
|
3714 |
#, fuzzy
|
3715 |
msgctxt "admin actions"
|
3716 |
msgid "Send access keys"
|
@@ -3743,24 +3753,19 @@ msgctxt "admin menu"
|
|
3743 |
msgid "Settings"
|
3744 |
msgstr "Inställningar"
|
3745 |
|
3746 |
-
#: includes/admin/class-csv-exporter.php:
|
3747 |
msgctxt "admin csv-export"
|
3748 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3749 |
msgstr ""
|
3750 |
"Det gick inte att skapa en temporär katalog för hantering av denna CSV "
|
3751 |
"export."
|
3752 |
|
3753 |
-
#: includes/admin/class-csv-exporter.php:
|
3754 |
-
msgctxt "admin csv-export"
|
3755 |
-
msgid "Could not create wpbdp-csv-exports directory."
|
3756 |
-
msgstr "Det gick inte att skapa wpbdp-csv-export katalog."
|
3757 |
-
|
3758 |
-
#: includes/admin/class-csv-exporter.php:108
|
3759 |
msgctxt "admin csv-export"
|
3760 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3761 |
msgstr "Fel när du skapar en temporär katalog för CSV-export:%s"
|
3762 |
|
3763 |
-
#: includes/admin/csv-export.php:
|
3764 |
msgctxt "admin csv-export"
|
3765 |
msgid "Could not decode export state information."
|
3766 |
msgstr "Kunde inte avkoda exporttillståndsinformation."
|
@@ -3778,47 +3783,42 @@ msgstr ""
|
|
3778 |
"\"memory_limit\" och \"max_execution_time\" i serverns php.ini "
|
3779 |
"konfigurationsfil."
|
3780 |
|
3781 |
-
#: templates/admin/csv-export.tpl.php:
|
3782 |
-
msgctxt "admin csv-export"
|
3783 |
-
msgid "Export Configuration"
|
3784 |
-
msgstr "Exportera konfiguration"
|
3785 |
-
|
3786 |
-
#: templates/admin/csv-export.tpl.php:30
|
3787 |
msgctxt "admin csv-export"
|
3788 |
msgid "Export settings"
|
3789 |
msgstr "Exportera inställningar"
|
3790 |
|
3791 |
-
#: templates/admin/csv-export.tpl.php:
|
3792 |
msgctxt "admin csv-export"
|
3793 |
msgid "Which listings to export?"
|
3794 |
msgstr "Vilka annonser ska exporteras?"
|
3795 |
|
3796 |
-
#: templates/admin/csv-export.tpl.php:
|
3797 |
msgctxt "admin csv-export"
|
3798 |
msgid "All"
|
3799 |
msgstr "Allt"
|
3800 |
|
3801 |
-
#: templates/admin/csv-export.tpl.php:
|
3802 |
msgctxt "admin csv-export"
|
3803 |
msgid "Active Only"
|
3804 |
msgstr "Endast aktiva"
|
3805 |
|
3806 |
-
#: templates/admin/csv-export.tpl.php:
|
3807 |
msgctxt "admin csv-export"
|
3808 |
msgid "Active + Pending Renewal"
|
3809 |
msgstr "Aktiva + Inväntar förnyelse"
|
3810 |
|
3811 |
-
#: templates/admin/csv-export.tpl.php:
|
3812 |
msgctxt "admin csv-export"
|
3813 |
msgid "Export images?"
|
3814 |
msgstr "Exportera bilder?"
|
3815 |
|
3816 |
-
#: templates/admin/csv-export.tpl.php:
|
3817 |
msgctxt "admin csv-export"
|
3818 |
msgid "Export images"
|
3819 |
msgstr "exportera bilder"
|
3820 |
|
3821 |
-
#: templates/admin/csv-export.tpl.php:
|
3822 |
msgctxt "admin csv-export"
|
3823 |
msgid ""
|
3824 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
@@ -3827,65 +3827,65 @@ msgstr ""
|
|
3827 |
"Om markerad skapas en ZIP-fil med annonser och bilder i stället för bara en "
|
3828 |
"CSV-fil."
|
3829 |
|
3830 |
-
#: templates/admin/csv-export.tpl.php:
|
3831 |
msgctxt "admin csv-export"
|
3832 |
msgid "Additional metadata to export:"
|
3833 |
msgstr "Ytterligare metadata för export:"
|
3834 |
|
3835 |
-
#: templates/admin/csv-export.tpl.php:
|
3836 |
msgctxt "admin csv-export"
|
3837 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3838 |
msgstr "Inkludera unika ID: n för varje notering (sequence_id kolumnen)."
|
3839 |
|
3840 |
-
#: templates/admin/csv-export.tpl.php:
|
3841 |
msgctxt "admin csv-export"
|
3842 |
msgid "Author information (username)"
|
3843 |
msgstr "Information om författare (användarnamn)"
|
3844 |
|
3845 |
-
#: templates/admin/csv-export.tpl.php:
|
3846 |
msgctxt "admin csv-export"
|
3847 |
msgid "Listing expiration date"
|
3848 |
msgstr "Utgångsdatum för annons"
|
3849 |
|
3850 |
-
#: templates/admin/csv-export.tpl.php:
|
3851 |
#, fuzzy
|
3852 |
msgctxt "admin csv-export"
|
3853 |
msgid "Listing created date"
|
3854 |
msgstr "Annons skapad"
|
3855 |
|
3856 |
-
#: templates/admin/csv-export.tpl.php:
|
3857 |
#, fuzzy
|
3858 |
msgctxt "admin csv-export"
|
3859 |
msgid "Listing last updated date"
|
3860 |
msgstr "Utgångsdatum för annons"
|
3861 |
|
3862 |
-
#: templates/admin/csv-export.tpl.php:
|
3863 |
#, fuzzy
|
3864 |
msgctxt "admin csv-export"
|
3865 |
msgid "Listing T&C acceptance date"
|
3866 |
msgstr "Annons skapad"
|
3867 |
|
3868 |
-
#: templates/admin/csv-export.tpl.php:
|
3869 |
msgctxt "admin csv-export"
|
3870 |
msgid "CSV File Settings"
|
3871 |
msgstr "Inställningar för CSV-fil"
|
3872 |
|
3873 |
-
#: templates/admin/csv-export.tpl.php:
|
3874 |
msgctxt "admin csv-export"
|
3875 |
msgid "What operating system will you use to edit the CSV file?"
|
3876 |
msgstr "Vilket operativsystem använder du för att redigera CSV-filen?"
|
3877 |
|
3878 |
-
#: templates/admin/csv-export.tpl.php:
|
3879 |
msgctxt "admin csv-export"
|
3880 |
msgid "Windows"
|
3881 |
msgstr "Windows"
|
3882 |
|
3883 |
-
#: templates/admin/csv-export.tpl.php:
|
3884 |
msgctxt "admin csv-export"
|
3885 |
msgid "macOS"
|
3886 |
msgstr "MacOS"
|
3887 |
|
3888 |
-
#: templates/admin/csv-export.tpl.php:
|
3889 |
msgctxt "admin csv-export"
|
3890 |
msgid ""
|
3891 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
@@ -3898,27 +3898,27 @@ msgstr ""
|
|
3898 |
"CSV-filen behöver vi generera olika versioner av filen för varje "
|
3899 |
"operativsystem."
|
3900 |
|
3901 |
-
#: templates/admin/csv-export.tpl.php:
|
3902 |
msgctxt "admin csv-export"
|
3903 |
msgid "Image Separator"
|
3904 |
msgstr "Bildavgränsare"
|
3905 |
|
3906 |
-
#: templates/admin/csv-export.tpl.php:
|
3907 |
msgctxt "admin csv-export"
|
3908 |
msgid "Category Separator"
|
3909 |
msgstr "Kategoriavgränsare"
|
3910 |
|
3911 |
-
#: templates/admin/csv-export.tpl.php:
|
3912 |
msgctxt "admin csv-export"
|
3913 |
msgid "Export Listings"
|
3914 |
msgstr "Exportera annonser"
|
3915 |
|
3916 |
-
#: templates/admin/csv-export.tpl.php:
|
3917 |
msgctxt "admin csv-export"
|
3918 |
msgid "Export in Progress..."
|
3919 |
msgstr "Export pågår..."
|
3920 |
|
3921 |
-
#: templates/admin/csv-export.tpl.php:
|
3922 |
msgctxt "admin csv-export"
|
3923 |
msgid ""
|
3924 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
@@ -3927,40 +3927,40 @@ msgstr ""
|
|
3927 |
"Exportfilen förbereds. Vänligen <u>lämna inte denna sida</u> till dess att "
|
3928 |
"exporten är klar."
|
3929 |
|
3930 |
-
#: templates/admin/csv-export.tpl.php:
|
3931 |
msgctxt "admin csv-export"
|
3932 |
msgid "No. of listings:"
|
3933 |
msgstr "Antal annonser"
|
3934 |
|
3935 |
-
#: templates/admin/csv-export.tpl.php:
|
3936 |
msgctxt "admin csv-export"
|
3937 |
msgid "Approximate export file size:"
|
3938 |
msgstr "Ungefärlig filstorlek:"
|
3939 |
|
3940 |
-
#: templates/admin/csv-export.tpl.php:
|
3941 |
msgctxt "admin csv-export"
|
3942 |
msgid "Cancel Export"
|
3943 |
msgstr "Avbryt export"
|
3944 |
|
3945 |
-
#: templates/admin/csv-export.tpl.php:
|
3946 |
msgctxt "admin csv-export"
|
3947 |
msgid "Export Complete"
|
3948 |
msgstr "Export klar."
|
3949 |
|
3950 |
-
#: templates/admin/csv-export.tpl.php:
|
3951 |
msgctxt "admin csv-export"
|
3952 |
msgid ""
|
3953 |
"Your export file has been successfully created and it is now ready for "
|
3954 |
"download."
|
3955 |
msgstr "Exportfilen har skapats och det är nu klar för nedladdning."
|
3956 |
|
3957 |
-
#: templates/admin/csv-export.tpl.php:
|
3958 |
#, fuzzy
|
3959 |
msgctxt "admin csv-export"
|
3960 |
msgid "Download %1$s (%2$s)"
|
3961 |
msgstr "Ladda ner%s (%s)"
|
3962 |
|
3963 |
-
#: templates/admin/csv-export.tpl.php:
|
3964 |
msgctxt "admin csv-export"
|
3965 |
msgid ""
|
3966 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
@@ -3969,22 +3969,22 @@ msgstr ""
|
|
3969 |
"Klicka på \"Rensa\" när filen har laddats ner för att ta bort alla "
|
3970 |
"tillfälliga data som skapats av Busniess Directory under exportprocessen."
|
3971 |
|
3972 |
-
#: templates/admin/csv-export.tpl.php:
|
3973 |
msgctxt "admin csv-export"
|
3974 |
msgid "Cleanup"
|
3975 |
msgstr "Rensa"
|
3976 |
|
3977 |
-
#: templates/admin/csv-export.tpl.php:
|
3978 |
msgctxt "admin csv-export"
|
3979 |
msgid "Export Canceled"
|
3980 |
msgstr "Export avbruten"
|
3981 |
|
3982 |
-
#: templates/admin/csv-export.tpl.php:
|
3983 |
msgctxt "admin csv-export"
|
3984 |
msgid "The export has been canceled."
|
3985 |
msgstr "Export har avbrutits."
|
3986 |
|
3987 |
-
#: templates/admin/csv-export.tpl.php:
|
3988 |
msgctxt "admin csv-export"
|
3989 |
msgid "← Return to CSV Export"
|
3990 |
msgstr "← Tillbaka till CSV Export"
|
@@ -4161,22 +4161,22 @@ msgctxt "fees order"
|
|
4161 |
msgid "Custom Order"
|
4162 |
msgstr "Egen sorteringsordning"
|
4163 |
|
4164 |
-
#: includes/admin/fees.php:
|
4165 |
msgctxt "fees admin"
|
4166 |
msgid "Fee plan added."
|
4167 |
msgstr "Avgiftsplan tillagd."
|
4168 |
|
4169 |
-
#: includes/admin/fees.php:
|
4170 |
msgctxt "fees admin"
|
4171 |
msgid "Fee plan updated."
|
4172 |
msgstr "Avgiftsplan uppdaterad."
|
4173 |
|
4174 |
-
#: includes/admin/fees.php:
|
4175 |
msgctxt "fees admin"
|
4176 |
msgid "Fee \"%s\" deleted."
|
4177 |
msgstr "Avgift \"%s\" borttagen."
|
4178 |
|
4179 |
-
#: includes/admin/fees.php:
|
4180 |
msgctxt "fees admin"
|
4181 |
msgid "Fee disabled."
|
4182 |
msgstr "Avgift inaktiverad."
|
@@ -4345,72 +4345,72 @@ msgctxt "fees admin"
|
|
4345 |
msgid "Status"
|
4346 |
msgstr "Status"
|
4347 |
|
4348 |
-
#: templates/admin/fees-form.tpl.php:
|
4349 |
msgctxt "fees admin"
|
4350 |
msgid "Plan Category Policy:"
|
4351 |
msgstr "Avgiftsplanen är aktiv: "
|
4352 |
|
4353 |
-
#: templates/admin/fees-form.tpl.php:
|
4354 |
msgctxt "fees admin"
|
4355 |
msgid "Plan applies to all categories"
|
4356 |
msgstr "Planen gäller för alla kategorier"
|
4357 |
|
4358 |
-
#: templates/admin/fees-form.tpl.php:
|
4359 |
msgctxt "fees admin"
|
4360 |
msgid "Plan applies to only certain categories"
|
4361 |
msgstr "Avgiftsplanen gäller endast vissa kategorier"
|
4362 |
|
4363 |
-
#: templates/admin/fees-form.tpl.php:
|
4364 |
msgctxt "fees admin"
|
4365 |
msgid "Limit plan to the following categories:"
|
4366 |
msgstr "Begränsa planen för följande kategorier:"
|
4367 |
|
4368 |
-
#: templates/admin/fees-form.tpl.php:
|
4369 |
msgctxt "fees admin"
|
4370 |
msgid "Click to add categories to the selection."
|
4371 |
msgstr "Klicka för att lägga till kategorier."
|
4372 |
|
4373 |
-
#: templates/admin/fees-form.tpl.php:
|
4374 |
msgctxt "fees admin"
|
4375 |
msgid "Pricing"
|
4376 |
msgstr "Prissättning"
|
4377 |
|
4378 |
-
#: templates/admin/fees-form.tpl.php:
|
4379 |
msgctxt "fees admin"
|
4380 |
msgid "Pricing model"
|
4381 |
msgstr "Prissättningsmodell"
|
4382 |
|
4383 |
-
#: templates/admin/fees-form.tpl.php:
|
4384 |
msgctxt "fees admin"
|
4385 |
msgid "Flat price"
|
4386 |
msgstr "Platt pris"
|
4387 |
|
4388 |
-
#: templates/admin/fees-form.tpl.php:
|
4389 |
msgctxt "fees admin"
|
4390 |
msgid "Different price for different categories"
|
4391 |
msgstr "Olika pris för olika kategorier"
|
4392 |
|
4393 |
-
#: templates/admin/fees-form.tpl.php:
|
4394 |
msgctxt "fees admin"
|
4395 |
msgid "Base price plus an extra amount per category"
|
4396 |
msgstr "Baspris plus en extra avgift per kategori"
|
4397 |
|
4398 |
-
#: templates/admin/fees-form.tpl.php:
|
4399 |
msgctxt "fees admin"
|
4400 |
msgid "Fee Price"
|
4401 |
msgstr "Pris:"
|
4402 |
|
4403 |
-
#: templates/admin/fees-form.tpl.php:
|
4404 |
msgctxt "fees admin"
|
4405 |
msgid "Prices per category"
|
4406 |
msgstr "Pris per kategori"
|
4407 |
|
4408 |
-
#: templates/admin/fees-form.tpl.php:
|
4409 |
msgctxt "fees admin"
|
4410 |
msgid "Price"
|
4411 |
msgstr "Pris:"
|
4412 |
|
4413 |
-
#: templates/admin/fees-form.tpl.php:
|
4414 |
msgctxt "fees admin"
|
4415 |
msgid "Extra amount (per category)"
|
4416 |
msgstr "Extra avgift (per kategori)"
|
@@ -4492,12 +4492,12 @@ msgctxt "form-fields admin"
|
|
4492 |
msgid "Form Preview"
|
4493 |
msgstr "Förhandsgranska formulär"
|
4494 |
|
4495 |
-
#: includes/admin/form-fields.php:
|
4496 |
msgctxt "form-fields admin"
|
4497 |
msgid "Form fields updated."
|
4498 |
msgstr "Formulärfält uppdateras."
|
4499 |
|
4500 |
-
#: includes/admin/form-fields.php:
|
4501 |
msgctxt "form-fields admin"
|
4502 |
msgid ""
|
4503 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
@@ -4510,17 +4510,17 @@ msgstr ""
|
|
4510 |
"område kommer inte att visas på frontend. Om du vill att e-postadresser "
|
4511 |
"visas på frontend, kan du <a>aktivera offentlig visning av e-post</a> ."
|
4512 |
|
4513 |
-
#: includes/admin/form-fields.php:
|
4514 |
msgctxt "form-fields admin"
|
4515 |
msgid "Field deleted."
|
4516 |
msgstr "Fält raderas."
|
4517 |
|
4518 |
-
#: includes/admin/form-fields.php:
|
4519 |
msgctxt "form-fields admin"
|
4520 |
msgid "Required fields created successfully."
|
4521 |
msgstr "Obligatoriska fält skapats."
|
4522 |
|
4523 |
-
#: includes/admin/form-fields.php:
|
4524 |
msgctxt "form-fields admin"
|
4525 |
msgid "Tags updated."
|
4526 |
msgstr "Taggar uppdateras."
|
@@ -4940,72 +4940,61 @@ msgid "Listing Status"
|
|
4940 |
msgstr "Annonsstatus"
|
4941 |
|
4942 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
4943 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4944 |
msgctxt "listing metabox"
|
4945 |
msgid "N/A"
|
4946 |
msgstr "Ej tillämplig"
|
4947 |
|
4948 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4949 |
msgctxt "listing metabox"
|
4950 |
msgid "Last renew date"
|
4951 |
msgstr "Senaste förnyelsedatum"
|
4952 |
|
4953 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4954 |
msgctxt "listing metabox"
|
4955 |
msgid "Plan Details"
|
4956 |
msgstr "Detaljer för plan"
|
4957 |
|
4958 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4959 |
msgctxt "listing metabox"
|
4960 |
msgid "Fee Plan"
|
4961 |
msgstr "Avgiftsplan"
|
4962 |
|
4963 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4964 |
msgctxt "listing metabox"
|
4965 |
msgid "Change plan"
|
4966 |
msgstr "Ändra plan"
|
4967 |
|
4968 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4969 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4970 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4971 |
msgctxt "listing metabox"
|
4972 |
msgid "OK"
|
4973 |
msgstr "OK"
|
4974 |
|
4975 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4976 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4977 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4978 |
msgctxt "listing metabox"
|
4979 |
msgid "Cancel"
|
4980 |
msgstr "Avbryt"
|
4981 |
|
4982 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4983 |
msgctxt "listing metabox"
|
4984 |
msgid "Expires On"
|
4985 |
msgstr "Utgår den "
|
4986 |
|
4987 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4988 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:95
|
4989 |
-
msgctxt "listing metabox"
|
4990 |
-
msgid "Edit"
|
4991 |
-
msgstr "Redigera"
|
4992 |
-
|
4993 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:82
|
4994 |
-
msgctxt "listing metabox"
|
4995 |
-
msgid "Never"
|
4996 |
-
msgstr "Aldrig"
|
4997 |
-
|
4998 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
4999 |
msgctxt "listing metabox"
|
5000 |
msgid "# of images"
|
5001 |
msgstr "# Bilder"
|
5002 |
|
5003 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5004 |
msgctxt "listing metabox"
|
5005 |
msgid "Is Featured?"
|
5006 |
msgstr "Är utvald?"
|
5007 |
|
5008 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
5009 |
msgctxt "listing metabox"
|
5010 |
msgid "Is Recurring?"
|
5011 |
msgstr "Är återkommande?"
|
@@ -5143,13 +5132,6 @@ msgstr ""
|
|
5143 |
"som inkluderar dessa fält är väldigt resurskrävande och kan resultera i "
|
5144 |
"timeouts och/eller allmän långsamhet."
|
5145 |
|
5146 |
-
#: includes/admin/settings/class-settings-bootstrap.php:414
|
5147 |
-
msgctxt "admin settings"
|
5148 |
-
msgid ""
|
5149 |
-
"If no fields are selected, the following fields will be used in Quick "
|
5150 |
-
"Searches:"
|
5151 |
-
msgstr ""
|
5152 |
-
|
5153 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
5154 |
msgctxt "admin settings"
|
5155 |
msgid "Do not include comments in listings"
|
@@ -7428,42 +7410,42 @@ msgctxt "submit listing"
|
|
7428 |
msgid "Category & plan selection"
|
7429 |
msgstr "Val av kategori och avgiftsplan"
|
7430 |
|
7431 |
-
#: includes/views/submit_listing.php:
|
7432 |
msgctxt "submit listing"
|
7433 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7434 |
msgstr "Det går inte att registrera en annons just nu. Försök igen senare."
|
7435 |
|
7436 |
-
#: includes/views/submit_listing.php:
|
7437 |
msgctxt "submit listing"
|
7438 |
msgid "Please select a category."
|
7439 |
msgstr "Välj en kategori."
|
7440 |
|
7441 |
-
#: includes/views/submit_listing.php:
|
7442 |
msgctxt "submit listing"
|
7443 |
msgid "Please choose a valid category for your plan."
|
7444 |
msgstr "Välj en giltig kategori för din plan."
|
7445 |
|
7446 |
-
#: includes/views/submit_listing.php:
|
7447 |
msgctxt "submit listing"
|
7448 |
msgid "Please choose a valid fee plan for your category selection."
|
7449 |
msgstr "Välj en avgiftsplan för ditt kategorival."
|
7450 |
|
7451 |
-
#: includes/views/submit_listing.php:
|
7452 |
msgctxt "submit listing"
|
7453 |
msgid "Please enter your desired username."
|
7454 |
msgstr "Fyll i ditt önskade användarnamn."
|
7455 |
|
7456 |
-
#: includes/views/submit_listing.php:
|
7457 |
msgctxt "submit listing"
|
7458 |
msgid "Please enter the e-mail for your new account."
|
7459 |
msgstr "Fyll i e-postadressen för ditt nya konto."
|
7460 |
|
7461 |
-
#: includes/views/submit_listing.php:
|
7462 |
msgctxt "submit listing"
|
7463 |
msgid "The username you chose is already in use. Please use a different one."
|
7464 |
msgstr "Användarnamnet upptaget, var vänlig försök med ett annat."
|
7465 |
|
7466 |
-
#: includes/views/submit_listing.php:
|
7467 |
msgctxt "submit listing"
|
7468 |
msgid "The e-mail address you chose for your account is already in use."
|
7469 |
msgstr "E-postadressen du valt för ditt konto används redan."
|
@@ -7489,12 +7471,12 @@ msgctxt "views"
|
|
7489 |
msgid "Find A Listing"
|
7490 |
msgstr "Hitta en annons"
|
7491 |
|
7492 |
-
#: includes/class-wpbdp.php:
|
7493 |
msgctxt "listing image upload"
|
7494 |
msgid "Can not upload any more images for this listing."
|
7495 |
msgstr "Fler bilder kan inte laddas upp för denna annons."
|
7496 |
|
7497 |
-
#: includes/class-wpbdp.php:
|
7498 |
msgctxt "listing image upload"
|
7499 |
msgid ""
|
7500 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
@@ -7797,21 +7779,21 @@ msgid ""
|
|
7797 |
"Listing submission has been disabled. Contact the administrator for details."
|
7798 |
msgstr ""
|
7799 |
|
7800 |
-
#: includes/views/submit_listing.php:
|
7801 |
msgctxt "templates"
|
7802 |
msgid ""
|
7803 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7804 |
"submit a listing. %s to create a fee plan"
|
7805 |
msgstr ""
|
7806 |
|
7807 |
-
#: includes/views/submit_listing.php:
|
7808 |
msgctxt "templates"
|
7809 |
msgid ""
|
7810 |
"Listing submission is not available at the moment. Contact the administrator "
|
7811 |
"for details."
|
7812 |
msgstr ""
|
7813 |
|
7814 |
-
#: includes/views/submit_listing.php:
|
7815 |
msgctxt "templates"
|
7816 |
msgid ""
|
7817 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -7819,12 +7801,12 @@ msgid ""
|
|
7819 |
"an existing field"
|
7820 |
msgstr ""
|
7821 |
|
7822 |
-
#: includes/views/submit_listing.php:
|
7823 |
msgctxt "templates"
|
7824 |
msgid "Please agree to the Terms and Conditions."
|
7825 |
msgstr "Vänligen godkänn villkoren"
|
7826 |
|
7827 |
-
#: includes/views/submit_listing.php:
|
7828 |
msgctxt "templates"
|
7829 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7830 |
msgstr "Jag godtar <a>villkoren</a>."
|
@@ -8088,12 +8070,12 @@ msgctxt "default category name"
|
|
8088 |
msgid "General"
|
8089 |
msgstr "Allmän"
|
8090 |
|
8091 |
-
#: includes/licensing.php:
|
8092 |
msgctxt "licensing"
|
8093 |
msgid "Could not contact licensing server"
|
8094 |
msgstr "Det gick inte att kontakta licensservern"
|
8095 |
|
8096 |
-
#: includes/licensing.php:
|
8097 |
#, fuzzy
|
8098 |
msgctxt "licensing"
|
8099 |
msgid ""
|
@@ -8103,7 +8085,7 @@ msgstr ""
|
|
8103 |
"Det var inte möjligt att etablera en kontakt med Business Directorys server. "
|
8104 |
"Ett problem inträffade i SSL/TSL handskakning:"
|
8105 |
|
8106 |
-
#: includes/licensing.php:
|
8107 |
msgctxt "licensing"
|
8108 |
msgid ""
|
8109 |
"To ensure the security of our systems and adhere to industry best practices, "
|
@@ -8116,7 +8098,7 @@ msgstr ""
|
|
8116 |
"version av OpenSSL som stöder TLSv1.2 (minsta version med support är OpenSSL "
|
8117 |
"1.0.1c)."
|
8118 |
|
8119 |
-
#: includes/licensing.php:
|
8120 |
msgctxt "licensing"
|
8121 |
msgid ""
|
8122 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -8128,7 +8110,7 @@ msgstr ""
|
|
8128 |
"webbplats för att interagera med tjänster som använder de senaste "
|
8129 |
"säkerhetsstandarderna."
|
8130 |
|
8131 |
-
#: includes/licensing.php:
|
8132 |
#, fuzzy
|
8133 |
msgctxt "licensing"
|
8134 |
msgid ""
|
@@ -8138,7 +8120,7 @@ msgstr ""
|
|
8138 |
"Kontakta ditt webbhotell och be dem att uppgradera ditt system. Inkludera "
|
8139 |
"detta meddelande om nödvändigt."
|
8140 |
|
8141 |
-
#: includes/licensing.php:
|
8142 |
#, fuzzy
|
8143 |
msgctxt "licensing"
|
8144 |
msgid ""
|
@@ -8148,7 +8130,7 @@ msgstr ""
|
|
8148 |
"Kontakta ditt webbhotell och be dem att uppgradera ditt system. Inkludera "
|
8149 |
"detta meddelande om nödvändigt."
|
8150 |
|
8151 |
-
#: includes/licensing.php:
|
8152 |
msgctxt "licensing"
|
8153 |
msgid "The server returned a 403 Forbidden error."
|
8154 |
msgstr "Servern returnerade ett 403 Forbidden fel."
|
@@ -8158,23 +8140,23 @@ msgctxt "licensing"
|
|
8158 |
msgid "Could not activate license: %s."
|
8159 |
msgstr "Det gick inte att aktivera licens:%s."
|
8160 |
|
8161 |
-
#: includes/licensing.php:
|
8162 |
msgctxt "licensing"
|
8163 |
msgid "License activated"
|
8164 |
msgstr "Licens aktiverad"
|
8165 |
|
8166 |
-
#: includes/licensing.php:
|
8167 |
msgctxt "licensing"
|
8168 |
msgid "Could not deactivate license: %s."
|
8169 |
msgstr "Det gick inte att inaktivera licens:%s."
|
8170 |
|
8171 |
-
#: includes/licensing.php:
|
8172 |
msgctxt "licensing"
|
8173 |
msgid "License deactivated"
|
8174 |
msgstr "Licensnyckel avaktiverad"
|
8175 |
|
8176 |
#. translators: "<module-name>" version <version-number> is not...
|
8177 |
-
#: includes/licensing.php:
|
8178 |
#, fuzzy
|
8179 |
msgctxt "deprecation"
|
8180 |
msgid ""
|
@@ -8601,7 +8583,7 @@ msgid "This is just a preview. The listing has not been published yet."
|
|
8601 |
msgstr ""
|
8602 |
"Detta är enbart en förhandsgranskning, annonsen har inte publicerats ännu."
|
8603 |
|
8604 |
-
#: includes/views/submit_listing.php:
|
8605 |
msgctxt "listing submit"
|
8606 |
msgid ""
|
8607 |
"Image upload is required, please provide at least one image and submit again."
|
@@ -8748,12 +8730,12 @@ msgctxt "widgets"
|
|
8748 |
msgid "Search"
|
8749 |
msgstr "Sök"
|
8750 |
|
8751 |
-
#: templates/admin/csv-export.tpl.php:
|
8752 |
-
#: templates/admin/csv-export.tpl.php:
|
8753 |
-
#: templates/admin/csv-import.tpl.php:
|
8754 |
-
#: templates/admin/csv-import.tpl.php:
|
8755 |
-
#: templates/admin/csv-import.tpl.php:
|
8756 |
-
#: templates/admin/csv-import.tpl.php:
|
8757 |
msgctxt "admin forms"
|
8758 |
msgid "required"
|
8759 |
msgstr "obligatoriskt"
|
@@ -8799,22 +8781,22 @@ msgstr ""
|
|
8799 |
"Om du har frågor, vänligen skicka en kommentar på <a>supportforumet</a> och "
|
8800 |
"vi kommer att svara inom 24 timmar de flesta dagar."
|
8801 |
|
8802 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8803 |
msgctxt "admin infometabox"
|
8804 |
msgid "Renewal url (copy & paste)"
|
8805 |
msgstr "Förnyelse URL (kopiera och klistra in)"
|
8806 |
|
8807 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8808 |
msgctxt "admin infometabox"
|
8809 |
msgid "Get renewal URL"
|
8810 |
msgstr "Få förnyelse-URL"
|
8811 |
|
8812 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8813 |
msgctxt "admin infometabox"
|
8814 |
msgid "Send renewal e-mail"
|
8815 |
msgstr "Skicka e-post om förnyelse"
|
8816 |
|
8817 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
8818 |
msgctxt "admin infometabox"
|
8819 |
msgid "Renew listing"
|
8820 |
msgstr "Förnya annons"
|
@@ -9120,6 +9102,26 @@ msgctxt "send-access-keys"
|
|
9120 |
msgid "Continue"
|
9121 |
msgstr "Fortsätt "
|
9122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9123 |
#~ msgctxt "settings"
|
9124 |
#~ msgid "Default new post status"
|
9125 |
#~ msgstr "Standard på nytt inlägg"
|
5 |
"Project-Id-Version: Business Directory Plugin v5.7.3\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/business-"
|
7 |
"directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2021-04-08 23:15:52+00:00\n"
|
9 |
"PO-Revision-Date: 2020-06-17 15:33-0500\n"
|
10 |
"Last-Translator: \n"
|
11 |
"Language-Team: \n"
|
23 |
msgid "Are you sure you want to do this?"
|
24 |
msgstr "Är du säker på att du vill göra detta?"
|
25 |
|
26 |
+
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
|
27 |
#, fuzzy
|
28 |
msgid "Help"
|
29 |
msgstr "Hjälp"
|
30 |
|
31 |
+
#: includes/admin/class-admin-listings.php:185
|
32 |
#: includes/views/submit_listing.php:497
|
33 |
#: templates/email/listing-reported.tpl.php:7
|
34 |
msgid "Listing Information"
|
35 |
msgstr "Information om annons"
|
36 |
|
37 |
+
#: includes/admin/class-admin-listings.php:193
|
38 |
msgid "Listing Timeline"
|
39 |
msgstr "Annonsens tidslinje:"
|
40 |
|
41 |
+
#: includes/admin/class-admin-listings.php:211
|
42 |
#, fuzzy
|
43 |
msgid "Listing Reports"
|
44 |
msgstr "Annonsen förfallit."
|
45 |
|
46 |
+
#: includes/admin/class-admin-listings.php:221
|
47 |
#: includes/admin/class-listing-owner.php:87
|
48 |
#, fuzzy
|
49 |
msgid "Listing Owner"
|
50 |
msgstr "Annonsen förfallit."
|
51 |
|
52 |
+
#: includes/admin/class-admin-listings.php:266
|
53 |
msgid "Expires on"
|
54 |
msgstr "Utgår den"
|
55 |
|
56 |
+
#: includes/admin/class-admin-listings.php:274
|
57 |
msgid "Attributes"
|
58 |
msgstr "Attribut"
|
59 |
|
60 |
+
#: includes/admin/class-admin-listings.php:471
|
61 |
#: includes/class-cpt-integration.php:19
|
62 |
#: includes/compatibility/class-navxt-integration.php:200
|
63 |
#: templates/submit-listing.tpl.php:15
|
64 |
msgid "Edit Listing"
|
65 |
msgstr "Redigera annons"
|
66 |
|
|
|
|
|
|
|
|
|
|
|
67 |
#: includes/admin/class-admin.php:186
|
68 |
#, fuzzy
|
69 |
msgid ""
|
139 |
msgid "Listing Count"
|
140 |
msgstr "Annonsräknare"
|
141 |
|
142 |
+
#: includes/admin/class-csv-import.php:674
|
143 |
#, fuzzy
|
144 |
msgid "Listing imported by admin. Payment skipped."
|
145 |
msgstr "Notering skickas in av admin. Betalning hoppas över."
|
226 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
227 |
#: includes/admin/helpers/class-payments-table.php:57
|
228 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
229 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:73
|
230 |
+
#: templates/admin/payments-details.tpl.php:110
|
231 |
#: templates/email/listing-payment-completed.tpl.php:21
|
232 |
#: templates/payment/payment_items.tpl.php:5
|
233 |
#, fuzzy
|
243 |
|
244 |
#: includes/admin/form-fields.php:31
|
245 |
#: includes/fields/class-fieldtypes-social.php:138
|
246 |
+
#: templates/admin/csv-import.tpl.php:305
|
247 |
#, fuzzy
|
248 |
msgid "Type"
|
249 |
msgstr "Typ"
|
250 |
|
251 |
#: includes/admin/form-fields.php:88
|
252 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:84
|
253 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:99
|
254 |
#, fuzzy
|
255 |
msgid "Edit"
|
256 |
msgstr "Redigera"
|
276 |
"Du kan skapa dessa anpassade fält själv i \"Hantera formulärfält\" eller "
|
277 |
"låta Business Directory göra det åt dig automatiskt."
|
278 |
|
279 |
+
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:826
|
280 |
#, fuzzy
|
281 |
msgid "Go to \"Form Fields\""
|
282 |
msgstr "Gå till \"Hantera formulärfält\""
|
287 |
msgid "Go back"
|
288 |
msgstr "Nej, gå tillbaka"
|
289 |
|
290 |
+
#: includes/admin/form-fields.php:522
|
291 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
292 |
#: templates/email/listing-added.tpl.php:10
|
293 |
#: templates/email/listing-edited.tpl.php:16
|
296 |
msgid "Title"
|
297 |
msgstr "Titel"
|
298 |
|
299 |
+
#: includes/admin/form-fields.php:523 templates/admin/fees-form.tpl.php:217
|
300 |
#: templates/email/listing-added.tpl.php:21
|
301 |
#: templates/email/listing-edited.tpl.php:29
|
302 |
#, fuzzy
|
303 |
msgid "Category"
|
304 |
msgstr "Kategori"
|
305 |
|
306 |
+
#: includes/admin/form-fields.php:524
|
307 |
#, fuzzy
|
308 |
msgid "Excerpt"
|
309 |
msgstr "Utdrag"
|
310 |
|
311 |
+
#: includes/admin/form-fields.php:525
|
312 |
#, fuzzy
|
313 |
msgid "Content"
|
314 |
msgstr "Innehåll"
|
315 |
|
316 |
+
#: includes/admin/form-fields.php:526
|
317 |
#, fuzzy
|
318 |
msgid "Tags"
|
319 |
msgstr "Tagg"
|
320 |
|
321 |
+
#: includes/admin/form-fields.php:527 includes/form-fields.php:445
|
322 |
#: templates/checkout-billing-form.tpl.php:75
|
323 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
324 |
#, fuzzy
|
325 |
msgid "Address"
|
326 |
msgstr "Adress"
|
327 |
|
328 |
+
#: includes/admin/form-fields.php:528
|
329 |
#, fuzzy
|
330 |
msgid "Address 2"
|
331 |
msgstr "Adress"
|
332 |
|
333 |
+
#: includes/admin/form-fields.php:529
|
334 |
+
#: templates/admin/payments-details.tpl.php:161
|
335 |
#: templates/checkout-billing-form.tpl.php:87
|
336 |
#, fuzzy
|
337 |
msgid "City"
|
338 |
msgstr "Stad/ort"
|
339 |
|
340 |
+
#: includes/admin/form-fields.php:530
|
341 |
+
#: templates/admin/payments-details.tpl.php:157
|
342 |
#, fuzzy
|
343 |
msgid "State"
|
344 |
msgstr "Län"
|
345 |
|
346 |
+
#: includes/admin/form-fields.php:531
|
347 |
+
#: templates/admin/payments-details.tpl.php:153
|
348 |
#: templates/checkout-billing-form.tpl.php:102
|
349 |
#, fuzzy
|
350 |
msgid "Country"
|
351 |
msgstr "Land"
|
352 |
|
353 |
+
#: includes/admin/form-fields.php:532 includes/form-fields.php:453
|
354 |
+
#: templates/admin/payments-details.tpl.php:165
|
355 |
msgid "ZIP Code"
|
356 |
msgstr "Postnummer"
|
357 |
|
358 |
+
#: includes/admin/form-fields.php:533
|
359 |
#, fuzzy
|
360 |
msgid "FAX Number"
|
361 |
msgstr "faxnummer"
|
362 |
|
363 |
+
#: includes/admin/form-fields.php:534
|
364 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
365 |
#, fuzzy
|
366 |
msgid "Phone Number"
|
367 |
msgstr "Telefonnummer"
|
368 |
|
369 |
+
#: includes/admin/form-fields.php:535
|
370 |
#, fuzzy
|
371 |
msgid "Ratings Field"
|
372 |
msgstr "Fält för omdöme"
|
373 |
|
374 |
+
#: includes/admin/form-fields.php:536
|
375 |
#, fuzzy
|
376 |
msgid "Twitter"
|
377 |
msgstr "Twitter"
|
378 |
|
379 |
+
#: includes/admin/form-fields.php:537 includes/form-fields.php:411
|
380 |
#, fuzzy
|
381 |
msgid "Website"
|
382 |
msgstr "Webbplats"
|
449 |
msgstr "Varför avinstallerar du Business Directory Plugin?"
|
450 |
|
451 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
452 |
+
#: includes/form-fields.php:428 includes/views/submit_listing.php:1225
|
453 |
+
#: templates/admin/payments-details.tpl.php:137
|
454 |
#: templates/listing-contactform.tpl.php:33
|
455 |
#: templates/listing-flagging-form.tpl.php:39
|
456 |
#, fuzzy
|
480 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
481 |
#: includes/class-assets.php:317
|
482 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
483 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
484 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
485 |
#, fuzzy
|
486 |
msgid "No"
|
487 |
msgstr "Nej"
|
551 |
"av kvalitet. Detta är användbart om du delar hosting, där databasprestanda "
|
552 |
"är ett problem."
|
553 |
|
554 |
+
#: includes/admin/settings/class-settings-bootstrap.php:414
|
555 |
+
msgid ""
|
556 |
+
"If no fields are selected, the following fields will be used in Quick "
|
557 |
+
"Searches:"
|
558 |
+
msgstr ""
|
559 |
+
|
560 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
561 |
#, fuzzy
|
562 |
msgid "Categories"
|
835 |
msgstr "Business Directory - Migration av utvalda annonser"
|
836 |
|
837 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
838 |
+
#: templates/admin/fees-form.tpl.php:17
|
839 |
#, fuzzy
|
840 |
msgid "Fee Label"
|
841 |
msgstr "Avgiftetikett"
|
864 |
msgstr "Status:"
|
865 |
|
866 |
#: includes/class-assets.php:315
|
867 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:86
|
868 |
#, fuzzy
|
869 |
msgid "Never"
|
870 |
msgstr "Aldrig"
|
871 |
|
872 |
#: includes/class-assets.php:316
|
873 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
874 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
875 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
876 |
#, fuzzy
|
877 |
msgid "Yes"
|
878 |
msgstr "Ja"
|
1004 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: includes/class-wpbdp.php:305
|
1008 |
+
#, fuzzy
|
1009 |
+
msgid "Upgrade to Premium"
|
1010 |
+
msgstr "Uppgradera till %s"
|
1011 |
+
|
1012 |
+
#: includes/class-wpbdp.php:308
|
1013 |
#, fuzzy
|
1014 |
msgid "Settings"
|
1015 |
msgstr "Inställningar"
|
1016 |
|
1017 |
+
#: includes/class-wpbdp.php:507
|
1018 |
#, fuzzy
|
1019 |
msgid "Could not find listing ID"
|
1020 |
msgstr "Det gick inte att kontakta licensservern"
|
1021 |
|
1022 |
+
#: includes/class-wpbdp.php:514
|
1023 |
#, fuzzy
|
1024 |
msgid ""
|
1025 |
"Could not verify the image upload request. If problem persists contact site "
|
1028 |
"Något gick fel. Vänligen kontrollera formuläret för fel, rätta till dem och "
|
1029 |
"skicka igen."
|
1030 |
|
1031 |
+
#: includes/class-wpbdp.php:521 includes/fields/class-fieldtypes-image.php:322
|
1032 |
#, fuzzy
|
1033 |
msgid "Could not find image ID"
|
1034 |
msgstr "Det gick inte att uppdatera tema:%s"
|
1035 |
|
1036 |
+
#: includes/class-wpbdp.php:553
|
1037 |
msgid ""
|
1038 |
"The directory features are disabled at this time because a <a>manual "
|
1039 |
"upgrade</a> is pending."
|
1041 |
"Business Directorys funktioner är för närvarande avaktiverade på grund av "
|
1042 |
"att pluginet behöver <a> en manuell uppgradering</a>."
|
1043 |
|
1044 |
+
#: includes/class-wpbdp.php:560
|
1045 |
msgid ""
|
1046 |
"The directory is not available at this time. Please try again in a few "
|
1047 |
"minutes or contact the administrator if the problem persists."
|
1216 |
msgstr "Fältalternativ (för utvalda annonser, radioknappar och kryssrutor)"
|
1217 |
|
1218 |
#: includes/fields/class-fieldtypes-select.php:262
|
1219 |
+
#: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
|
1220 |
+
#: templates/admin/fees-form.tpl.php:58
|
1221 |
#, fuzzy
|
1222 |
msgid "required"
|
1223 |
msgstr "obligatoriskt"
|
1334 |
msgid "Short Description"
|
1335 |
msgstr "Kort Verksamhetsbeskrivning"
|
1336 |
|
1337 |
+
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:109
|
1338 |
#, fuzzy
|
1339 |
msgid "Description"
|
1340 |
msgstr "Beskrivning"
|
1494 |
msgid "Invalid item ID"
|
1495 |
msgstr "Ogiltigt objekt-ID"
|
1496 |
|
1497 |
+
#: includes/licensing.php:430
|
1498 |
#, fuzzy
|
1499 |
msgid "No license key provided"
|
1500 |
msgstr "Ingen licensnyckel angiven"
|
1501 |
|
1502 |
+
#: includes/licensing.php:479 includes/licensing.php:516
|
1503 |
#, fuzzy
|
1504 |
msgid "License key is invalid"
|
1505 |
msgstr "Licensnyckel är ogiltig"
|
1506 |
|
1507 |
+
#: includes/licensing.php:483
|
1508 |
#, fuzzy
|
1509 |
msgid "Deactivation failed"
|
1510 |
msgstr "Deaktivering misslyckades"
|
1511 |
|
1512 |
+
#: includes/licensing.php:528
|
1513 |
#, fuzzy
|
1514 |
msgid "The license key was revoked."
|
1515 |
msgstr "Ingen licensnyckel angiven"
|
1516 |
|
1517 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1518 |
+
#: includes/licensing.php:532
|
1519 |
#, fuzzy
|
1520 |
msgid ""
|
1521 |
"If you think this is a mistake, please contact %1$sBusiness Directory support"
|
1527 |
"Business Directorys servers. Vänligen kontakta <support-link>Business "
|
1528 |
"Directory support</support-link> och be dem vitlista din IP-adress."
|
1529 |
|
1530 |
+
#: includes/licensing.php:595
|
1531 |
#, fuzzy
|
1532 |
msgid ""
|
1533 |
"It was not possible to establish a connection with the Business Directory "
|
1536 |
"Det var inte möjligt att upprätta en anslutning med Business Directory "
|
1537 |
"server. Anslutningen misslyckades med följande fel:"
|
1538 |
|
1539 |
+
#: includes/licensing.php:608
|
1540 |
#, fuzzy
|
1541 |
msgid ""
|
1542 |
"It was not possible to establish a connection with the Business Directory "
|
1545 |
"Det var inte möjligt att etablera en kontakt med Business Directorys server. "
|
1546 |
"Ett problem inträffade i SSL/TSL handskakning:"
|
1547 |
|
1548 |
+
#: includes/licensing.php:655
|
1549 |
#, fuzzy
|
1550 |
msgid ""
|
1551 |
"It looks like your server is not authorized to make outgoing requests to "
|
1556 |
"Business Directorys servers. Vänligen kontakta <support-link>Business "
|
1557 |
"Directory support</support-link> och be dem vitlista din IP-adress."
|
1558 |
|
1559 |
+
#: includes/licensing.php:742
|
1560 |
#, fuzzy
|
1561 |
msgid "Business Directory license key is missing."
|
1562 |
msgstr "Business Directory - Licensnyckel har upphört"
|
1563 |
|
1564 |
+
#: includes/licensing.php:743
|
1565 |
#, fuzzy
|
1566 |
msgid "Business Directory license key has expired"
|
1567 |
msgstr "Business Directory - Licensnyckel har upphört"
|
1568 |
|
1569 |
+
#: includes/licensing.php:744
|
1570 |
#, fuzzy
|
1571 |
msgid "Could not verify Business Directory license."
|
1572 |
msgstr "Hjälp oss förbättra Business Directory"
|
1573 |
|
1574 |
+
#: includes/licensing.php:755
|
1575 |
#, fuzzy
|
1576 |
msgid "Review license keys"
|
1577 |
msgstr "Granska mina licensnycklar"
|
1578 |
|
1579 |
+
#: includes/licensing.php:868
|
1580 |
msgid "Missing data. Please reload this page and try again."
|
1581 |
msgstr ""
|
1582 |
|
1583 |
+
#: includes/licensing.php:873
|
1584 |
#, fuzzy
|
1585 |
msgid "Please enter a license key."
|
1586 |
msgstr "Skriv in licensnyckel"
|
1668 |
msgid "Account Creation"
|
1669 |
msgstr "Konto skapas"
|
1670 |
|
1671 |
+
#: includes/views/submit_listing.php:809
|
1672 |
#, fuzzy
|
1673 |
msgid "Go to \"Fee Plans\""
|
1674 |
msgstr "Avgiftsplan"
|
1675 |
|
1676 |
+
#: includes/views/submit_listing.php:865
|
1677 |
#, fuzzy
|
1678 |
msgid "Please choose a fee plan."
|
1679 |
msgstr "(Vänligen välj en avgiftsplan ovan)"
|
1680 |
|
1681 |
+
#: includes/views/submit_listing.php:1049
|
1682 |
#, fuzzy
|
1683 |
msgid "Please check the form for errors, correct them and submit again."
|
1684 |
msgstr ""
|
1685 |
"Något gick fel. Vänligen kontrollera formuläret för fel, rätta till dem och "
|
1686 |
"skicka igen."
|
1687 |
|
1688 |
+
#: includes/views/submit_listing.php:1209
|
1689 |
#, fuzzy
|
1690 |
msgid "Create a user account on this site"
|
1691 |
msgstr "Skapa ett användarkonto på denna webbplats"
|
1692 |
|
1693 |
+
#: includes/views/submit_listing.php:1216
|
1694 |
#, fuzzy
|
1695 |
msgid "Username"
|
1696 |
msgstr "Användarnamn:"
|
1697 |
|
1698 |
+
#: includes/views/submit_listing.php:1238
|
1699 |
#, fuzzy
|
1700 |
msgid "Clear Form"
|
1701 |
msgstr "Rensa"
|
1711 |
"ledigt diskutrymme och minne tillgängligt för PHP. Kontrollera felloggen för "
|
1712 |
"mer information."
|
1713 |
|
1714 |
+
#: templates/admin/csv-export.tpl.php:65
|
1715 |
#, fuzzy
|
1716 |
msgid ""
|
1717 |
"If you plan to re-import the listings into your directory and don't want new "
|
1720 |
"Markera detta val om du planerar att återimportera annonser till BD och inte "
|
1721 |
"vill att nya skapas."
|
1722 |
|
1723 |
+
#. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
|
1724 |
+
#: templates/admin/csv-import.tpl.php:34
|
1725 |
+
#, fuzzy
|
1726 |
+
msgid ""
|
1727 |
+
"We strongly recommend reading our %1$sCSV import documentation%2$s first to "
|
1728 |
+
"help you do things in the right order."
|
1729 |
+
msgstr ""
|
1730 |
+
"Vi rekommenderar starkt att du läser vår <a>CSV import dokumentation</a> "
|
1731 |
+
"först för att hjälpa dig att göra saker i rätt ordning."
|
1732 |
+
|
1733 |
+
#: templates/admin/csv-import.tpl.php:274
|
1734 |
#, fuzzy
|
1735 |
msgid "Disable email notifications during import?"
|
1736 |
msgstr "Inaktivera e-postmeddelanden vid import?"
|
1737 |
|
1738 |
+
#: templates/admin/csv-import.tpl.php:281
|
1739 |
#, fuzzy
|
1740 |
msgid "Disable email notifications."
|
1741 |
msgstr "Inaktivera e-postmeddelanden."
|
1754 |
msgid "Download Debug Information"
|
1755 |
msgstr "Ladda ner felsökningsinformation"
|
1756 |
|
1757 |
+
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:243
|
1758 |
#, fuzzy
|
1759 |
msgid "Add Listing Fee"
|
1760 |
msgstr "Lägg till annonsavgift"
|
1764 |
msgid "Edit Listing Fee"
|
1765 |
msgstr "Redigera annonsavgift"
|
1766 |
|
1767 |
+
#: templates/admin/fees-form.tpl.php:30
|
1768 |
#, fuzzy
|
1769 |
msgid "Fee Description"
|
1770 |
msgstr "Beskrivning avgift"
|
1771 |
|
1772 |
+
#: templates/admin/fees-form.tpl.php:38
|
1773 |
#, fuzzy
|
1774 |
msgid "How long should the listing run?"
|
1775 |
msgstr "Hur länge ska annonsen finnas?"
|
1776 |
|
1777 |
+
#: templates/admin/fees-form.tpl.php:41
|
1778 |
#, fuzzy
|
1779 |
msgid "run listing for"
|
1780 |
msgstr "kör annonsen i "
|
1781 |
|
1782 |
+
#: templates/admin/fees-form.tpl.php:51
|
1783 |
#: templates/plan-selection-plan.tpl.php:39
|
1784 |
#, fuzzy
|
1785 |
msgid "days"
|
1786 |
msgstr "dagar"
|
1787 |
|
1788 |
+
#: templates/admin/fees-form.tpl.php:53
|
1789 |
#, fuzzy
|
1790 |
msgid "run listing forever"
|
1791 |
msgstr "kör annonsen för alltid"
|
1792 |
|
1793 |
+
#: templates/admin/fees-form.tpl.php:58
|
1794 |
#, fuzzy
|
1795 |
msgid "Number of images allowed"
|
1796 |
msgstr "Antal tillåtna bilder"
|
1797 |
|
1798 |
+
#: templates/admin/fees-form.tpl.php:73
|
1799 |
msgid "Private Fee Plan (visible to admins only)?"
|
1800 |
msgstr ""
|
1801 |
|
1802 |
+
#: templates/admin/fees-form.tpl.php:90
|
1803 |
#, fuzzy
|
1804 |
msgid "Is recurring?"
|
1805 |
msgstr "Är återkommande?"
|
1806 |
|
1807 |
+
#: templates/admin/fees-form.tpl.php:102
|
1808 |
#, fuzzy
|
1809 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1810 |
msgstr "Ska avgiften auto-förnyas vid slutet av annonsens period?"
|
1811 |
|
1812 |
+
#: templates/admin/fees-form.tpl.php:108
|
1813 |
#, fuzzy
|
1814 |
msgid "Is featured listing/sticky?"
|
1815 |
msgstr "Är utvald annons/fäst?"
|
1816 |
|
1817 |
+
#: templates/admin/fees-form.tpl.php:119
|
1818 |
#, fuzzy
|
1819 |
msgid ""
|
1820 |
"This floats the listing to the top of search results and browsing the "
|
1823 |
"Användare som köper denna plan får sin annons placerad i toppen av "
|
1824 |
"sökresultaten och i registret."
|
1825 |
|
1826 |
+
#: templates/admin/fees-form.tpl.php:125
|
1827 |
#, fuzzy
|
1828 |
msgid "Listing background color:"
|
1829 |
msgstr "Annonsens bakgrundsfärg:"
|
1830 |
|
1831 |
+
#: templates/admin/fees-form.tpl.php:131
|
1832 |
#, fuzzy
|
1833 |
msgid "Used to differentiate listings inside this plan from others."
|
1834 |
msgstr "Används för att differentiera listor inuti denna plan från andra."
|
1835 |
|
1836 |
+
#: templates/admin/fees-form.tpl.php:243
|
1837 |
#: templates/admin/settings-email.tpl.php:116
|
1838 |
#: templates/submit-listing-section.tpl.php:30
|
1839 |
#, fuzzy
|
2021 |
msgid "Payment Not Found"
|
2022 |
msgstr "Avgiftsinformation"
|
2023 |
|
2024 |
+
#: templates/admin/payments-details.tpl.php:42
|
2025 |
#, fuzzy
|
2026 |
msgid "Overview"
|
2027 |
msgstr "Översikt"
|
2028 |
|
2029 |
+
#: templates/admin/payments-details.tpl.php:46
|
2030 |
+
#: templates/admin/payments-details.tpl.php:80
|
2031 |
#, fuzzy
|
2032 |
msgid "Payment ID"
|
2033 |
msgstr "Betalning-ID"
|
2034 |
|
2035 |
+
#: templates/admin/payments-details.tpl.php:50
|
2036 |
#, fuzzy
|
2037 |
msgid "Listing"
|
2038 |
msgstr "Annons"
|
2039 |
|
2040 |
+
#: templates/admin/payments-details.tpl.php:56
|
2041 |
#, fuzzy
|
2042 |
msgid "Status"
|
2043 |
msgstr "Status"
|
2044 |
|
2045 |
+
#: templates/admin/payments-details.tpl.php:65
|
2046 |
#, fuzzy
|
2047 |
msgid "Date"
|
2048 |
msgstr "Datum"
|
2049 |
|
2050 |
+
#: templates/admin/payments-details.tpl.php:69
|
2051 |
#, fuzzy
|
2052 |
msgid "Time"
|
2053 |
msgstr "Tid:"
|
2054 |
|
2055 |
+
#: templates/admin/payments-details.tpl.php:74
|
2056 |
#, fuzzy
|
2057 |
msgid "Gateway"
|
2058 |
msgstr "Betalmodul"
|
2059 |
|
2060 |
#. translators: Gateway: (Not yet set)
|
2061 |
+
#: templates/admin/payments-details.tpl.php:76
|
2062 |
#, fuzzy
|
2063 |
msgid "(Not yet set)"
|
2064 |
msgstr "(Ännu inte angiven)"
|
2065 |
|
2066 |
+
#: templates/admin/payments-details.tpl.php:91
|
2067 |
#, fuzzy
|
2068 |
msgid "Delete Payment"
|
2069 |
msgstr "Ta bort betalning"
|
2070 |
|
2071 |
+
#: templates/admin/payments-details.tpl.php:93
|
2072 |
#, fuzzy
|
2073 |
msgid "Save Payment"
|
2074 |
msgstr "Spara betalning"
|
2075 |
|
2076 |
+
#: templates/admin/payments-details.tpl.php:104
|
2077 |
#, fuzzy
|
2078 |
msgid "Details"
|
2079 |
msgstr "Detaljer"
|
2080 |
|
2081 |
+
#: templates/admin/payments-details.tpl.php:108
|
2082 |
#, fuzzy
|
2083 |
msgid "Item Type"
|
2084 |
msgstr "Objekttyp"
|
2085 |
|
2086 |
+
#: templates/admin/payments-details.tpl.php:121
|
2087 |
#: templates/payment/payment_items.tpl.php:23
|
2088 |
#, fuzzy
|
2089 |
msgid "Total"
|
2090 |
msgstr "Total"
|
2091 |
|
2092 |
+
#: templates/admin/payments-details.tpl.php:132
|
2093 |
#, fuzzy
|
2094 |
msgid "Customer Details"
|
2095 |
msgstr "Kunddetaljer"
|
2096 |
|
2097 |
+
#: templates/admin/payments-details.tpl.php:142
|
2098 |
#: templates/checkout-billing-form.tpl.php:17
|
2099 |
#, fuzzy
|
2100 |
msgid "First Name"
|
2101 |
msgstr "Förnamn"
|
2102 |
|
2103 |
+
#: templates/admin/payments-details.tpl.php:147
|
2104 |
#: templates/checkout-billing-form.tpl.php:22
|
2105 |
#, fuzzy
|
2106 |
msgid "Last Name"
|
2107 |
msgstr "Efternamn"
|
2108 |
|
2109 |
+
#: templates/admin/payments-details.tpl.php:169
|
2110 |
#, fuzzy
|
2111 |
msgid "Address Line 1"
|
2112 |
msgstr "Adressrad 1:"
|
2113 |
|
2114 |
+
#: templates/admin/payments-details.tpl.php:173
|
2115 |
#: templates/checkout-billing-form.tpl.php:81
|
2116 |
#, fuzzy
|
2117 |
msgid "Address Line 2"
|
2118 |
msgstr "Adressrad 2"
|
2119 |
|
2120 |
+
#: templates/admin/payments-details.tpl.php:182
|
2121 |
#, fuzzy
|
2122 |
msgid "Notes & Log"
|
2123 |
msgstr "Anteckningar & Log"
|
2124 |
|
2125 |
+
#: templates/admin/payments-details.tpl.php:187
|
2126 |
#, fuzzy
|
2127 |
msgid "No notes."
|
2128 |
msgstr "Inga anteckningar"
|
2129 |
|
2130 |
+
#: templates/admin/payments-details.tpl.php:207
|
2131 |
#, fuzzy
|
2132 |
msgid "Add Note"
|
2133 |
msgstr "Lägg till anteckning"
|
2900 |
msgid "See an example CSV import file"
|
2901 |
msgstr "Se ett exempel av en CSV importfil"
|
2902 |
|
2903 |
+
#: includes/admin/class-csv-import.php:531
|
2904 |
msgctxt "admin csv-import"
|
2905 |
msgid ""
|
2906 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2909 |
"Kunde inte skapa annonskategori \"<category-name>\". Åtgärden misslyckades "
|
2910 |
"på grund av följande fel: <error-message>"
|
2911 |
|
2912 |
+
#: includes/admin/class-csv-import.php:537
|
2913 |
msgctxt "admin csv-import"
|
2914 |
msgid "Could not create listing category \"%s\""
|
2915 |
msgstr "Det gick inte att skapa annonskategori \"%s\""
|
2916 |
|
2917 |
+
#: includes/admin/class-csv-import.php:728
|
2918 |
msgctxt "admin csv-import"
|
2919 |
msgid "Username \"%s\" does not exist"
|
2920 |
msgstr "Användarnamn \"%s\" existerar inte"
|
2921 |
|
2922 |
+
#: includes/admin/class-csv-import.php:755
|
2923 |
msgctxt "admin csv-import"
|
2924 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2925 |
msgstr "Det finns ingen avgiftsplan med ID = <fee-id>"
|
2926 |
|
2927 |
+
#: includes/admin/class-csv-import.php:786
|
2928 |
msgctxt "admin csv-import"
|
2929 |
msgid "Missing required field: %s"
|
2930 |
msgstr "Saknar det obligatoriska fältet %s"
|
2931 |
|
2932 |
+
#: includes/admin/class-csv-import.php:831
|
2933 |
msgctxt "admin csv-import"
|
2934 |
msgid "Listing category \"%s\" does not exist"
|
2935 |
msgstr "Annonskategorin \"%s\" existerar inte"
|
2936 |
|
2937 |
+
#: includes/admin/class-csv-import.php:902
|
2938 |
msgctxt "admin csv-import"
|
2939 |
msgid "The string <string> couldn't be converted into a valid date."
|
2940 |
msgstr "Tråden <string> kunde inte omvandlas till ett giltigt datum."
|
3107 |
msgid "Here, you can import data into your directory using the CSV format."
|
3108 |
msgstr "Här kan du importera data till din katalog med hjälp av CSV-format."
|
3109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3110 |
#: templates/admin/csv-import.tpl.php:45
|
3111 |
msgctxt "admin csv-import"
|
3112 |
msgid "Import Files"
|
3122 |
msgid "... or <a>select a file uploaded to the imports folder</a>"
|
3123 |
msgstr "... eller <a>välj en fil som laddats upp till import-mappen</a>"
|
3124 |
|
3125 |
+
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
|
3126 |
msgctxt "admin csv-import"
|
3127 |
msgid "(Upload new file)"
|
3128 |
msgstr "(Ladda upp ny fil)"
|
3132 |
msgid "ZIP file containing images"
|
3133 |
msgstr "ZIP-fil som innehåller bilder"
|
3134 |
|
3135 |
+
#: templates/admin/csv-import.tpl.php:113
|
3136 |
msgctxt "admin csv-import"
|
3137 |
msgid "CSV File Settings"
|
3138 |
msgstr "Inställningar för CSV-fil"
|
3139 |
|
3140 |
+
#: templates/admin/csv-import.tpl.php:117
|
3141 |
msgctxt "admin csv-import"
|
3142 |
msgid "Column Separator"
|
3143 |
msgstr "Kolumnavgränsare"
|
3144 |
|
3145 |
+
#: templates/admin/csv-import.tpl.php:125
|
3146 |
msgctxt "admin csv-import"
|
3147 |
msgid "Comma (,)"
|
3148 |
msgstr "Komma (,)"
|
3149 |
|
3150 |
+
#: templates/admin/csv-import.tpl.php:131
|
3151 |
msgctxt "admin csv-import"
|
3152 |
msgid "Semicolon (;)"
|
3153 |
msgstr "Semikolon (;)"
|
3154 |
|
3155 |
+
#: templates/admin/csv-import.tpl.php:137
|
3156 |
msgctxt "admin csv-import"
|
3157 |
msgid "TAB"
|
3158 |
msgstr "Tab"
|
3159 |
|
3160 |
+
#: templates/admin/csv-import.tpl.php:143
|
3161 |
msgctxt "admin csv-import"
|
3162 |
msgid "Image Separator"
|
3163 |
msgstr "Bildavgränsare"
|
3164 |
|
3165 |
+
#: templates/admin/csv-import.tpl.php:154
|
3166 |
msgctxt "admin csv-import"
|
3167 |
msgid "Category Separator"
|
3168 |
msgstr "Kategoriavgränsare"
|
3169 |
|
3170 |
+
#: templates/admin/csv-import.tpl.php:165
|
3171 |
msgctxt "admin csv-import"
|
3172 |
msgid "Import settings"
|
3173 |
msgstr "Importera inställningar"
|
3174 |
|
3175 |
+
#: templates/admin/csv-import.tpl.php:169
|
3176 |
#, fuzzy
|
3177 |
msgctxt "admin csv-import"
|
3178 |
msgid "Post status of new imported listings"
|
3179 |
msgstr "Status av importerade annonser"
|
3180 |
|
3181 |
+
#: templates/admin/csv-import.tpl.php:186
|
3182 |
#, fuzzy
|
3183 |
msgctxt "admin csv-import"
|
3184 |
msgid "Post status of existing imported listings"
|
3185 |
msgstr "Status av importerade annonser"
|
3186 |
|
3187 |
+
#: templates/admin/csv-import.tpl.php:190
|
3188 |
#, fuzzy
|
3189 |
msgctxt "admin csv-import"
|
3190 |
msgid "Preserve existing status"
|
3191 |
msgstr "Annonsstatus"
|
3192 |
|
3193 |
+
#: templates/admin/csv-import.tpl.php:204
|
3194 |
msgctxt "admin csv-import"
|
3195 |
msgid "Missing categories handling"
|
3196 |
msgstr "Hantera saknade kategorier"
|
3197 |
|
3198 |
+
#: templates/admin/csv-import.tpl.php:209
|
3199 |
msgctxt "admin csv-import"
|
3200 |
msgid "Auto-create categories"
|
3201 |
msgstr "Autoskapa kategorier"
|
3202 |
|
3203 |
+
#: templates/admin/csv-import.tpl.php:212
|
3204 |
msgctxt "admin csv-import"
|
3205 |
msgid "Generate errors when a category is not found"
|
3206 |
msgstr "Generera fel när en kategori inte hittas"
|
3207 |
|
3208 |
+
#: templates/admin/csv-import.tpl.php:217
|
3209 |
msgctxt "admin csv-import"
|
3210 |
msgid "Keep existing listing images?"
|
3211 |
msgstr "Behålla befintliga annonsbilder?"
|
3212 |
|
3213 |
+
#: templates/admin/csv-import.tpl.php:222
|
3214 |
msgctxt "admin csv-import"
|
3215 |
msgid "Keep existing images."
|
3216 |
msgstr "Behåll befintliga bilder."
|
3217 |
|
3218 |
+
#: templates/admin/csv-import.tpl.php:223
|
3219 |
msgctxt "admin csv-import"
|
3220 |
msgid "Appends new images while keeping current ones."
|
3221 |
msgstr "Lägger till nya bilder och behåller de existerande."
|
3222 |
|
3223 |
+
#: templates/admin/csv-import.tpl.php:228
|
3224 |
msgctxt "admin csv-import"
|
3225 |
msgid "Assign listings to a user?"
|
3226 |
msgstr "Tilldela annons till användare?"
|
3227 |
|
3228 |
+
#: templates/admin/csv-import.tpl.php:234
|
3229 |
msgctxt "admin csv-import"
|
3230 |
msgid "Assign listings to a user."
|
3231 |
msgstr "Tilldela annons till användare."
|
3232 |
|
3233 |
+
#: templates/admin/csv-import.tpl.php:239
|
3234 |
msgctxt "admin csv-import"
|
3235 |
msgid "Use a default user for listings?"
|
3236 |
msgstr "Använd en standardanvändare för annonser?"
|
3237 |
|
3238 |
+
#: templates/admin/csv-import.tpl.php:245
|
3239 |
msgctxt "admin csv-import"
|
3240 |
msgid ""
|
3241 |
"Select a default user to be used if the username column is not present in "
|
3244 |
"Välj en standardanvändare som används om användarkolumnen inte finns i CSV-"
|
3245 |
"filen."
|
3246 |
|
3247 |
+
#: templates/admin/csv-import.tpl.php:250
|
3248 |
msgctxt "admin csv-import"
|
3249 |
msgid "Default listing user"
|
3250 |
msgstr "standardanvändare"
|
3251 |
|
3252 |
+
#: templates/admin/csv-import.tpl.php:256
|
3253 |
msgctxt "admin csv-import"
|
3254 |
msgid ""
|
3255 |
"This user will be used if the username column is not present in the CSV file."
|
3257 |
"Denna användare kommer att användas om användarkolumnen inte finns i CSV-"
|
3258 |
"filen."
|
3259 |
|
3260 |
+
#: templates/admin/csv-import.tpl.php:261
|
3261 |
#, fuzzy
|
3262 |
msgctxt "admin csv-import"
|
3263 |
msgid "Number of listings imported on every cycle"
|
3264 |
msgstr "Antal annonser att visa:"
|
3265 |
|
3266 |
+
#: templates/admin/csv-import.tpl.php:269
|
3267 |
msgctxt "admin csv-import"
|
3268 |
msgid ""
|
3269 |
"If you are having trouble importing listings due to memory problems, try "
|
3272 |
"success on shared hosting platforms and other resource-constrained servers."
|
3273 |
msgstr ""
|
3274 |
|
3275 |
+
#: templates/admin/csv-import.tpl.php:288
|
3276 |
msgctxt "admin csv-import"
|
3277 |
msgid "Test Import"
|
3278 |
msgstr "Testimport"
|
3279 |
|
3280 |
+
#: templates/admin/csv-import.tpl.php:289
|
3281 |
msgctxt "admin csv-import"
|
3282 |
msgid "Import Listings"
|
3283 |
msgstr "Importera annonser"
|
3284 |
|
3285 |
+
#: templates/admin/csv-import.tpl.php:296
|
3286 |
msgctxt "admin csv-import"
|
3287 |
msgid ""
|
3288 |
"The following are the valid header names to be used in the CSV file. "
|
3295 |
"Klicka <a href=\"%s\">\"Se ett exempel CSV-importfilen\"</a> för att se hur "
|
3296 |
"en importfil ska se ut."
|
3297 |
|
3298 |
+
#: templates/admin/csv-import.tpl.php:303
|
3299 |
msgctxt "admin csv-import"
|
3300 |
msgid "Header name/label"
|
3301 |
msgstr "Rubriknamn / etikett"
|
3302 |
|
3303 |
+
#: templates/admin/csv-import.tpl.php:304
|
3304 |
msgctxt "admin csv-import"
|
3305 |
msgid "Field"
|
3306 |
msgstr "Fält"
|
3307 |
|
3308 |
+
#: templates/admin/csv-import.tpl.php:306
|
3309 |
msgctxt "admin csv-import"
|
3310 |
msgid "Required?"
|
3311 |
msgstr "Obligatoriskt?"
|
3312 |
|
3313 |
+
#: templates/admin/csv-import.tpl.php:307
|
3314 |
msgctxt "admin csv-import"
|
3315 |
msgid "Multivalued?"
|
3316 |
msgstr "Fler värden?"
|
3317 |
|
3318 |
+
#: templates/admin/csv-import.tpl.php:332
|
3319 |
#, fuzzy
|
3320 |
msgctxt "admin csv-import"
|
3321 |
msgid ""
|
3325 |
"Annonsens utgångsdatum formateras som ÅÅÅÅ-MM-DD. Använd den här kolumnen "
|
3326 |
"när du lägger till eller uppdaterar listor från externa källor."
|
3327 |
|
3328 |
+
#: templates/admin/csv-import.tpl.php:339
|
3329 |
msgctxt "admin csv-import"
|
3330 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
3331 |
msgstr "Semikolonseparerad lista med annonsbilder (från ZIP-filen)."
|
3332 |
|
3333 |
+
#: templates/admin/csv-import.tpl.php:346
|
3334 |
msgctxt "admin csv-import"
|
3335 |
msgid "Listing author's username"
|
3336 |
msgstr "Annonsens författares användarnamn"
|
3337 |
|
3338 |
+
#: templates/admin/csv-import.tpl.php:353
|
3339 |
msgctxt "admin csv-import"
|
3340 |
msgid ""
|
3341 |
"Internal Sequence ID used to allow listing updates from external sources."
|
3343 |
"Intern sekvens ID som används för att tillåta notering uppdateringar från "
|
3344 |
"externa källor."
|
3345 |
|
3346 |
+
#: templates/admin/csv-import.tpl.php:360
|
3347 |
msgctxt "admin csv-import"
|
3348 |
msgid ""
|
3349 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
3362 |
msgid "Export"
|
3363 |
msgstr "Exportera"
|
3364 |
|
3365 |
+
#: includes/admin/class-admin-listings.php:60
|
3366 |
msgctxt "admin category filter"
|
3367 |
msgid "All categories"
|
3368 |
msgstr "Alla kategorier"
|
3369 |
|
3370 |
+
#: includes/admin/class-admin-listings.php:175
|
3371 |
msgctxt "admin listings"
|
3372 |
msgid ""
|
3373 |
"This listing doesn't have a fee plan assigned. This is required in order to "
|
3378 |
"respektive avgift) krävs för att fastställa funktionerna för denna annons, "
|
3379 |
"likväl som för att hantera förnyelser."
|
3380 |
|
3381 |
+
#: includes/admin/class-admin-listings.php:311
|
3382 |
msgctxt "admin listings"
|
3383 |
msgid "Never"
|
3384 |
msgstr "Aldrig"
|
3385 |
|
3386 |
+
#: includes/admin/class-admin-listings.php:337
|
3387 |
msgctxt "admin listings"
|
3388 |
msgid "Featured"
|
3389 |
msgstr "Utvald (fäst)"
|
3390 |
|
3391 |
+
#: includes/admin/class-admin-listings.php:341
|
3392 |
msgctxt "admin listings"
|
3393 |
msgid "Recurring"
|
3394 |
msgstr "Återkommande"
|
3395 |
|
3396 |
+
#: includes/admin/class-admin-listings.php:345
|
3397 |
msgctxt "admin listings"
|
3398 |
msgid "Free"
|
3399 |
msgstr "Gratis"
|
3400 |
|
3401 |
+
#: includes/admin/class-admin-listings.php:349
|
3402 |
#, fuzzy
|
3403 |
msgctxt "admin listings"
|
3404 |
msgid "Payment Not Found"
|
3405 |
msgstr "Avgiftsinformation"
|
3406 |
|
3407 |
+
#: includes/admin/class-admin-listings.php:353
|
3408 |
#, fuzzy
|
3409 |
msgctxt "admin listings"
|
3410 |
msgid "Payment %s"
|
3411 |
msgstr "Betalning #%s"
|
3412 |
|
3413 |
+
#: includes/admin/class-admin-listings.php:362
|
3414 |
msgctxt "admin listings"
|
3415 |
msgid "Reported"
|
3416 |
msgstr ""
|
3417 |
|
3418 |
+
#: includes/admin/class-admin-listings.php:689
|
3419 |
msgctxt "admin listings"
|
3420 |
msgid "Listing's payment history successfully deleted"
|
3421 |
msgstr ""
|
3444 |
msgid "Clear listing reports."
|
3445 |
msgstr "En annons förfaller."
|
3446 |
|
3447 |
+
#: includes/admin/class-admin-listings.php:201
|
3448 |
msgctxt "admin"
|
3449 |
msgid "Directory Listing Fields / Images"
|
3450 |
msgstr "Annonsfält / bilder"
|
3451 |
|
3452 |
+
#: includes/admin/class-admin-listings.php:265
|
3453 |
msgctxt "admin"
|
3454 |
msgid "Categories"
|
3455 |
msgstr "Kategorier"
|
3620 |
msgid "Abandoned"
|
3621 |
msgstr "Övergiven"
|
3622 |
|
3623 |
+
#: includes/admin/class-admin-listings.php:322
|
3624 |
#, fuzzy
|
3625 |
msgctxt "listing attribute"
|
3626 |
msgid "No Fee Plan"
|
3627 |
msgstr "Avgiftsplan"
|
3628 |
|
3629 |
+
#: includes/admin/class-admin-listings.php:422
|
3630 |
msgctxt "listing status"
|
3631 |
msgid "Reported"
|
3632 |
msgstr ""
|
3676 |
msgid "Abandoned"
|
3677 |
msgstr "Övergiven"
|
3678 |
|
3679 |
+
#: includes/admin/class-admin-listings.php:476
|
3680 |
msgctxt "admin actions"
|
3681 |
msgid "Delete Listing"
|
3682 |
msgstr "Ta bort annons"
|
3683 |
|
3684 |
+
#: includes/admin/class-admin-listings.php:487
|
3685 |
msgctxt "admin actions"
|
3686 |
msgid "View Payments"
|
3687 |
msgstr "Visa betalningar"
|
3688 |
|
3689 |
+
#: includes/admin/class-admin-listings.php:492
|
3690 |
msgctxt "admin actions"
|
3691 |
msgid "View Payment"
|
3692 |
msgstr "Visa betalning"
|
3693 |
|
3694 |
+
#: includes/admin/class-admin-listings.php:622
|
3695 |
#, fuzzy
|
3696 |
msgctxt "admin actions"
|
3697 |
msgid "Publish listings"
|
3698 |
msgstr "Publicera annons"
|
3699 |
|
3700 |
+
#: includes/admin/class-admin-listings.php:623
|
3701 |
#, fuzzy
|
3702 |
msgctxt "admin actions"
|
3703 |
msgid "Mark as \"Pending Review\""
|
3704 |
msgstr "Inväntar granskning"
|
3705 |
|
3706 |
+
#: includes/admin/class-admin-listings.php:624
|
3707 |
msgctxt "admin actions"
|
3708 |
msgid "Hide from directory (mark as \"Draft\")"
|
3709 |
msgstr ""
|
3710 |
|
3711 |
+
#: includes/admin/class-admin-listings.php:626
|
3712 |
#, fuzzy
|
3713 |
msgctxt "admin actions"
|
3714 |
msgid "Renew listings"
|
3715 |
msgstr "Förnya annons"
|
3716 |
|
3717 |
+
#: includes/admin/class-admin-listings.php:627
|
3718 |
#, fuzzy
|
3719 |
msgctxt "admin actions"
|
3720 |
msgid "Set listings as \"Expired\""
|
3721 |
msgstr "Skickas efter en annons (%s) har förfallit."
|
3722 |
|
3723 |
+
#: includes/admin/class-admin-listings.php:634
|
3724 |
#, fuzzy
|
3725 |
msgctxt "admin actions"
|
3726 |
msgid "Send access keys"
|
3753 |
msgid "Settings"
|
3754 |
msgstr "Inställningar"
|
3755 |
|
3756 |
+
#: includes/admin/class-csv-exporter.php:110
|
3757 |
msgctxt "admin csv-export"
|
3758 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3759 |
msgstr ""
|
3760 |
"Det gick inte att skapa en temporär katalog för hantering av denna CSV "
|
3761 |
"export."
|
3762 |
|
3763 |
+
#: includes/admin/class-csv-exporter.php:111
|
|
|
|
|
|
|
|
|
|
|
3764 |
msgctxt "admin csv-export"
|
3765 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3766 |
msgstr "Fel när du skapar en temporär katalog för CSV-export:%s"
|
3767 |
|
3768 |
+
#: includes/admin/csv-export.php:48
|
3769 |
msgctxt "admin csv-export"
|
3770 |
msgid "Could not decode export state information."
|
3771 |
msgstr "Kunde inte avkoda exporttillståndsinformation."
|
3783 |
"\"memory_limit\" och \"max_execution_time\" i serverns php.ini "
|
3784 |
"konfigurationsfil."
|
3785 |
|
3786 |
+
#: templates/admin/csv-export.tpl.php:29
|
|
|
|
|
|
|
|
|
|
|
3787 |
msgctxt "admin csv-export"
|
3788 |
msgid "Export settings"
|
3789 |
msgstr "Exportera inställningar"
|
3790 |
|
3791 |
+
#: templates/admin/csv-export.tpl.php:33
|
3792 |
msgctxt "admin csv-export"
|
3793 |
msgid "Which listings to export?"
|
3794 |
msgstr "Vilka annonser ska exporteras?"
|
3795 |
|
3796 |
+
#: templates/admin/csv-export.tpl.php:37
|
3797 |
msgctxt "admin csv-export"
|
3798 |
msgid "All"
|
3799 |
msgstr "Allt"
|
3800 |
|
3801 |
+
#: templates/admin/csv-export.tpl.php:38
|
3802 |
msgctxt "admin csv-export"
|
3803 |
msgid "Active Only"
|
3804 |
msgstr "Endast aktiva"
|
3805 |
|
3806 |
+
#: templates/admin/csv-export.tpl.php:39
|
3807 |
msgctxt "admin csv-export"
|
3808 |
msgid "Active + Pending Renewal"
|
3809 |
msgstr "Aktiva + Inväntar förnyelse"
|
3810 |
|
3811 |
+
#: templates/admin/csv-export.tpl.php:45
|
3812 |
msgctxt "admin csv-export"
|
3813 |
msgid "Export images?"
|
3814 |
msgstr "Exportera bilder?"
|
3815 |
|
3816 |
+
#: templates/admin/csv-export.tpl.php:50
|
3817 |
msgctxt "admin csv-export"
|
3818 |
msgid "Export images"
|
3819 |
msgstr "exportera bilder"
|
3820 |
|
3821 |
+
#: templates/admin/csv-export.tpl.php:52
|
3822 |
msgctxt "admin csv-export"
|
3823 |
msgid ""
|
3824 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
3827 |
"Om markerad skapas en ZIP-fil med annonser och bilder i stället för bara en "
|
3828 |
"CSV-fil."
|
3829 |
|
3830 |
+
#: templates/admin/csv-export.tpl.php:58
|
3831 |
msgctxt "admin csv-export"
|
3832 |
msgid "Additional metadata to export:"
|
3833 |
msgstr "Ytterligare metadata för export:"
|
3834 |
|
3835 |
+
#: templates/admin/csv-export.tpl.php:63
|
3836 |
msgctxt "admin csv-export"
|
3837 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3838 |
msgstr "Inkludera unika ID: n för varje notering (sequence_id kolumnen)."
|
3839 |
|
3840 |
+
#: templates/admin/csv-export.tpl.php:71
|
3841 |
msgctxt "admin csv-export"
|
3842 |
msgid "Author information (username)"
|
3843 |
msgstr "Information om författare (användarnamn)"
|
3844 |
|
3845 |
+
#: templates/admin/csv-export.tpl.php:76
|
3846 |
msgctxt "admin csv-export"
|
3847 |
msgid "Listing expiration date"
|
3848 |
msgstr "Utgångsdatum för annons"
|
3849 |
|
3850 |
+
#: templates/admin/csv-export.tpl.php:80
|
3851 |
#, fuzzy
|
3852 |
msgctxt "admin csv-export"
|
3853 |
msgid "Listing created date"
|
3854 |
msgstr "Annons skapad"
|
3855 |
|
3856 |
+
#: templates/admin/csv-export.tpl.php:84
|
3857 |
#, fuzzy
|
3858 |
msgctxt "admin csv-export"
|
3859 |
msgid "Listing last updated date"
|
3860 |
msgstr "Utgångsdatum för annons"
|
3861 |
|
3862 |
+
#: templates/admin/csv-export.tpl.php:88
|
3863 |
#, fuzzy
|
3864 |
msgctxt "admin csv-export"
|
3865 |
msgid "Listing T&C acceptance date"
|
3866 |
msgstr "Annons skapad"
|
3867 |
|
3868 |
+
#: templates/admin/csv-export.tpl.php:93
|
3869 |
msgctxt "admin csv-export"
|
3870 |
msgid "CSV File Settings"
|
3871 |
msgstr "Inställningar för CSV-fil"
|
3872 |
|
3873 |
+
#: templates/admin/csv-export.tpl.php:97
|
3874 |
msgctxt "admin csv-export"
|
3875 |
msgid "What operating system will you use to edit the CSV file?"
|
3876 |
msgstr "Vilket operativsystem använder du för att redigera CSV-filen?"
|
3877 |
|
3878 |
+
#: templates/admin/csv-export.tpl.php:104
|
3879 |
msgctxt "admin csv-export"
|
3880 |
msgid "Windows"
|
3881 |
msgstr "Windows"
|
3882 |
|
3883 |
+
#: templates/admin/csv-export.tpl.php:109
|
3884 |
msgctxt "admin csv-export"
|
3885 |
msgid "macOS"
|
3886 |
msgstr "MacOS"
|
3887 |
|
3888 |
+
#: templates/admin/csv-export.tpl.php:111
|
3889 |
msgctxt "admin csv-export"
|
3890 |
msgid ""
|
3891 |
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
3898 |
"CSV-filen behöver vi generera olika versioner av filen för varje "
|
3899 |
"operativsystem."
|
3900 |
|
3901 |
+
#: templates/admin/csv-export.tpl.php:116
|
3902 |
msgctxt "admin csv-export"
|
3903 |
msgid "Image Separator"
|
3904 |
msgstr "Bildavgränsare"
|
3905 |
|
3906 |
+
#: templates/admin/csv-export.tpl.php:127
|
3907 |
msgctxt "admin csv-export"
|
3908 |
msgid "Category Separator"
|
3909 |
msgstr "Kategoriavgränsare"
|
3910 |
|
3911 |
+
#: templates/admin/csv-export.tpl.php:139
|
3912 |
msgctxt "admin csv-export"
|
3913 |
msgid "Export Listings"
|
3914 |
msgstr "Exportera annonser"
|
3915 |
|
3916 |
+
#: templates/admin/csv-export.tpl.php:145
|
3917 |
msgctxt "admin csv-export"
|
3918 |
msgid "Export in Progress..."
|
3919 |
msgstr "Export pågår..."
|
3920 |
|
3921 |
+
#: templates/admin/csv-export.tpl.php:146
|
3922 |
msgctxt "admin csv-export"
|
3923 |
msgid ""
|
3924 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
3927 |
"Exportfilen förbereds. Vänligen <u>lämna inte denna sida</u> till dess att "
|
3928 |
"exporten är klar."
|
3929 |
|
3930 |
+
#: templates/admin/csv-export.tpl.php:149
|
3931 |
msgctxt "admin csv-export"
|
3932 |
msgid "No. of listings:"
|
3933 |
msgstr "Antal annonser"
|
3934 |
|
3935 |
+
#: templates/admin/csv-export.tpl.php:151
|
3936 |
msgctxt "admin csv-export"
|
3937 |
msgid "Approximate export file size:"
|
3938 |
msgstr "Ungefärlig filstorlek:"
|
3939 |
|
3940 |
+
#: templates/admin/csv-export.tpl.php:158
|
3941 |
msgctxt "admin csv-export"
|
3942 |
msgid "Cancel Export"
|
3943 |
msgstr "Avbryt export"
|
3944 |
|
3945 |
+
#: templates/admin/csv-export.tpl.php:163
|
3946 |
msgctxt "admin csv-export"
|
3947 |
msgid "Export Complete"
|
3948 |
msgstr "Export klar."
|
3949 |
|
3950 |
+
#: templates/admin/csv-export.tpl.php:164
|
3951 |
msgctxt "admin csv-export"
|
3952 |
msgid ""
|
3953 |
"Your export file has been successfully created and it is now ready for "
|
3954 |
"download."
|
3955 |
msgstr "Exportfilen har skapats och det är nu klar för nedladdning."
|
3956 |
|
3957 |
+
#: templates/admin/csv-export.tpl.php:168
|
3958 |
#, fuzzy
|
3959 |
msgctxt "admin csv-export"
|
3960 |
msgid "Download %1$s (%2$s)"
|
3961 |
msgstr "Ladda ner%s (%s)"
|
3962 |
|
3963 |
+
#: templates/admin/csv-export.tpl.php:175
|
3964 |
msgctxt "admin csv-export"
|
3965 |
msgid ""
|
3966 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
3969 |
"Klicka på \"Rensa\" när filen har laddats ner för att ta bort alla "
|
3970 |
"tillfälliga data som skapats av Busniess Directory under exportprocessen."
|
3971 |
|
3972 |
+
#: templates/admin/csv-export.tpl.php:176
|
3973 |
msgctxt "admin csv-export"
|
3974 |
msgid "Cleanup"
|
3975 |
msgstr "Rensa"
|
3976 |
|
3977 |
+
#: templates/admin/csv-export.tpl.php:181
|
3978 |
msgctxt "admin csv-export"
|
3979 |
msgid "Export Canceled"
|
3980 |
msgstr "Export avbruten"
|
3981 |
|
3982 |
+
#: templates/admin/csv-export.tpl.php:182
|
3983 |
msgctxt "admin csv-export"
|
3984 |
msgid "The export has been canceled."
|
3985 |
msgstr "Export har avbrutits."
|
3986 |
|
3987 |
+
#: templates/admin/csv-export.tpl.php:183
|
3988 |
msgctxt "admin csv-export"
|
3989 |
msgid "← Return to CSV Export"
|
3990 |
msgstr "← Tillbaka till CSV Export"
|
4161 |
msgid "Custom Order"
|
4162 |
msgstr "Egen sorteringsordning"
|
4163 |
|
4164 |
+
#: includes/admin/fees.php:105
|
4165 |
msgctxt "fees admin"
|
4166 |
msgid "Fee plan added."
|
4167 |
msgstr "Avgiftsplan tillagd."
|
4168 |
|
4169 |
+
#: includes/admin/fees.php:107
|
4170 |
msgctxt "fees admin"
|
4171 |
msgid "Fee plan updated."
|
4172 |
msgstr "Avgiftsplan uppdaterad."
|
4173 |
|
4174 |
+
#: includes/admin/fees.php:166
|
4175 |
msgctxt "fees admin"
|
4176 |
msgid "Fee \"%s\" deleted."
|
4177 |
msgstr "Avgift \"%s\" borttagen."
|
4178 |
|
4179 |
+
#: includes/admin/fees.php:178
|
4180 |
msgctxt "fees admin"
|
4181 |
msgid "Fee disabled."
|
4182 |
msgstr "Avgift inaktiverad."
|
4345 |
msgid "Status"
|
4346 |
msgstr "Status"
|
4347 |
|
4348 |
+
#: templates/admin/fees-form.tpl.php:136
|
4349 |
msgctxt "fees admin"
|
4350 |
msgid "Plan Category Policy:"
|
4351 |
msgstr "Avgiftsplanen är aktiv: "
|
4352 |
|
4353 |
+
#: templates/admin/fees-form.tpl.php:141
|
4354 |
msgctxt "fees admin"
|
4355 |
msgid "Plan applies to all categories"
|
4356 |
msgstr "Planen gäller för alla kategorier"
|
4357 |
|
4358 |
+
#: templates/admin/fees-form.tpl.php:142
|
4359 |
msgctxt "fees admin"
|
4360 |
msgid "Plan applies to only certain categories"
|
4361 |
msgstr "Avgiftsplanen gäller endast vissa kategorier"
|
4362 |
|
4363 |
+
#: templates/admin/fees-form.tpl.php:146
|
4364 |
msgctxt "fees admin"
|
4365 |
msgid "Limit plan to the following categories:"
|
4366 |
msgstr "Begränsa planen för följande kategorier:"
|
4367 |
|
4368 |
+
#: templates/admin/fees-form.tpl.php:170
|
4369 |
msgctxt "fees admin"
|
4370 |
msgid "Click to add categories to the selection."
|
4371 |
msgstr "Klicka för att lägga till kategorier."
|
4372 |
|
4373 |
+
#: templates/admin/fees-form.tpl.php:184
|
4374 |
msgctxt "fees admin"
|
4375 |
msgid "Pricing"
|
4376 |
msgstr "Prissättning"
|
4377 |
|
4378 |
+
#: templates/admin/fees-form.tpl.php:192
|
4379 |
msgctxt "fees admin"
|
4380 |
msgid "Pricing model"
|
4381 |
msgstr "Prissättningsmodell"
|
4382 |
|
4383 |
+
#: templates/admin/fees-form.tpl.php:196
|
4384 |
msgctxt "fees admin"
|
4385 |
msgid "Flat price"
|
4386 |
msgstr "Platt pris"
|
4387 |
|
4388 |
+
#: templates/admin/fees-form.tpl.php:197
|
4389 |
msgctxt "fees admin"
|
4390 |
msgid "Different price for different categories"
|
4391 |
msgstr "Olika pris för olika kategorier"
|
4392 |
|
4393 |
+
#: templates/admin/fees-form.tpl.php:198
|
4394 |
msgctxt "fees admin"
|
4395 |
msgid "Base price plus an extra amount per category"
|
4396 |
msgstr "Baspris plus en extra avgift per kategori"
|
4397 |
|
4398 |
+
#: templates/admin/fees-form.tpl.php:204
|
4399 |
msgctxt "fees admin"
|
4400 |
msgid "Fee Price"
|
4401 |
msgstr "Pris:"
|
4402 |
|
4403 |
+
#: templates/admin/fees-form.tpl.php:212
|
4404 |
msgctxt "fees admin"
|
4405 |
msgid "Prices per category"
|
4406 |
msgstr "Pris per kategori"
|
4407 |
|
4408 |
+
#: templates/admin/fees-form.tpl.php:218
|
4409 |
msgctxt "fees admin"
|
4410 |
msgid "Price"
|
4411 |
msgstr "Pris:"
|
4412 |
|
4413 |
+
#: templates/admin/fees-form.tpl.php:232
|
4414 |
msgctxt "fees admin"
|
4415 |
msgid "Extra amount (per category)"
|
4416 |
msgstr "Extra avgift (per kategori)"
|
4492 |
msgid "Form Preview"
|
4493 |
msgstr "Förhandsgranska formulär"
|
4494 |
|
4495 |
+
#: includes/admin/form-fields.php:367
|
4496 |
msgctxt "form-fields admin"
|
4497 |
msgid "Form fields updated."
|
4498 |
msgstr "Formulärfält uppdateras."
|
4499 |
|
4500 |
+
#: includes/admin/form-fields.php:390
|
4501 |
msgctxt "form-fields admin"
|
4502 |
msgid ""
|
4503 |
"<b>Important</b>: Since the \"<a>Display email address fields publicly?</a>"
|
4510 |
"område kommer inte att visas på frontend. Om du vill att e-postadresser "
|
4511 |
"visas på frontend, kan du <a>aktivera offentlig visning av e-post</a> ."
|
4512 |
|
4513 |
+
#: includes/admin/form-fields.php:469
|
4514 |
msgctxt "form-fields admin"
|
4515 |
msgid "Field deleted."
|
4516 |
msgstr "Fält raderas."
|
4517 |
|
4518 |
+
#: includes/admin/form-fields.php:509
|
4519 |
msgctxt "form-fields admin"
|
4520 |
msgid "Required fields created successfully."
|
4521 |
msgstr "Obligatoriska fält skapats."
|
4522 |
|
4523 |
+
#: includes/admin/form-fields.php:561
|
4524 |
msgctxt "form-fields admin"
|
4525 |
msgid "Tags updated."
|
4526 |
msgstr "Taggar uppdateras."
|
4940 |
msgstr "Annonsstatus"
|
4941 |
|
4942 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
4943 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:31
|
4944 |
msgctxt "listing metabox"
|
4945 |
msgid "N/A"
|
4946 |
msgstr "Ej tillämplig"
|
4947 |
|
4948 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:27
|
4949 |
msgctxt "listing metabox"
|
4950 |
msgid "Last renew date"
|
4951 |
msgstr "Senaste förnyelsedatum"
|
4952 |
|
4953 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:35
|
4954 |
msgctxt "listing metabox"
|
4955 |
msgid "Plan Details"
|
4956 |
msgstr "Detaljer för plan"
|
4957 |
|
4958 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:37
|
4959 |
msgctxt "listing metabox"
|
4960 |
msgid "Fee Plan"
|
4961 |
msgstr "Avgiftsplan"
|
4962 |
|
4963 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:46
|
4964 |
msgctxt "listing metabox"
|
4965 |
msgid "Change plan"
|
4966 |
msgstr "Ändra plan"
|
4967 |
|
4968 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:69
|
4969 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:89
|
4970 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:103
|
4971 |
msgctxt "listing metabox"
|
4972 |
msgid "OK"
|
4973 |
msgstr "OK"
|
4974 |
|
4975 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:70
|
4976 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
4977 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:104
|
4978 |
msgctxt "listing metabox"
|
4979 |
msgid "Cancel"
|
4980 |
msgstr "Avbryt"
|
4981 |
|
4982 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:79
|
4983 |
msgctxt "listing metabox"
|
4984 |
msgid "Expires On"
|
4985 |
msgstr "Utgår den "
|
4986 |
|
4987 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:94
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4988 |
msgctxt "listing metabox"
|
4989 |
msgid "# of images"
|
4990 |
msgstr "# Bilder"
|
4991 |
|
4992 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:107
|
4993 |
msgctxt "listing metabox"
|
4994 |
msgid "Is Featured?"
|
4995 |
msgstr "Är utvald?"
|
4996 |
|
4997 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:114
|
4998 |
msgctxt "listing metabox"
|
4999 |
msgid "Is Recurring?"
|
5000 |
msgstr "Är återkommande?"
|
5132 |
"som inkluderar dessa fält är väldigt resurskrävande och kan resultera i "
|
5133 |
"timeouts och/eller allmän långsamhet."
|
5134 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5135 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
5136 |
msgctxt "admin settings"
|
5137 |
msgid "Do not include comments in listings"
|
7410 |
msgid "Category & plan selection"
|
7411 |
msgstr "Val av kategori och avgiftsplan"
|
7412 |
|
7413 |
+
#: includes/views/submit_listing.php:799
|
7414 |
msgctxt "submit listing"
|
7415 |
msgid "Can not submit a listing at this moment. Please try again later."
|
7416 |
msgstr "Det går inte att registrera en annons just nu. Försök igen senare."
|
7417 |
|
7418 |
+
#: includes/views/submit_listing.php:848 includes/views/submit_listing.php:970
|
7419 |
msgctxt "submit listing"
|
7420 |
msgid "Please select a category."
|
7421 |
msgstr "Välj en kategori."
|
7422 |
|
7423 |
+
#: includes/views/submit_listing.php:871
|
7424 |
msgctxt "submit listing"
|
7425 |
msgid "Please choose a valid category for your plan."
|
7426 |
msgstr "Välj en giltig kategori för din plan."
|
7427 |
|
7428 |
+
#: includes/views/submit_listing.php:873
|
7429 |
msgctxt "submit listing"
|
7430 |
msgid "Please choose a valid fee plan for your category selection."
|
7431 |
msgstr "Välj en avgiftsplan för ditt kategorival."
|
7432 |
|
7433 |
+
#: includes/views/submit_listing.php:1179
|
7434 |
msgctxt "submit listing"
|
7435 |
msgid "Please enter your desired username."
|
7436 |
msgstr "Fyll i ditt önskade användarnamn."
|
7437 |
|
7438 |
+
#: includes/views/submit_listing.php:1184
|
7439 |
msgctxt "submit listing"
|
7440 |
msgid "Please enter the e-mail for your new account."
|
7441 |
msgstr "Fyll i e-postadressen för ditt nya konto."
|
7442 |
|
7443 |
+
#: includes/views/submit_listing.php:1189
|
7444 |
msgctxt "submit listing"
|
7445 |
msgid "The username you chose is already in use. Please use a different one."
|
7446 |
msgstr "Användarnamnet upptaget, var vänlig försök med ett annat."
|
7447 |
|
7448 |
+
#: includes/views/submit_listing.php:1194
|
7449 |
msgctxt "submit listing"
|
7450 |
msgid "The e-mail address you chose for your account is already in use."
|
7451 |
msgstr "E-postadressen du valt för ditt konto används redan."
|
7471 |
msgid "Find A Listing"
|
7472 |
msgstr "Hitta en annons"
|
7473 |
|
7474 |
+
#: includes/class-wpbdp.php:398
|
7475 |
msgctxt "listing image upload"
|
7476 |
msgid "Can not upload any more images for this listing."
|
7477 |
msgstr "Fler bilder kan inte laddas upp för denna annons."
|
7478 |
|
7479 |
+
#: includes/class-wpbdp.php:402
|
7480 |
msgctxt "listing image upload"
|
7481 |
msgid ""
|
7482 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
7779 |
"Listing submission has been disabled. Contact the administrator for details."
|
7780 |
msgstr ""
|
7781 |
|
7782 |
+
#: includes/views/submit_listing.php:802
|
7783 |
msgctxt "templates"
|
7784 |
msgid ""
|
7785 |
"<b>There are no Fee Plans available</b>, without a fee plan site users can't "
|
7786 |
"submit a listing. %s to create a fee plan"
|
7787 |
msgstr ""
|
7788 |
|
7789 |
+
#: includes/views/submit_listing.php:816
|
7790 |
msgctxt "templates"
|
7791 |
msgid ""
|
7792 |
"Listing submission is not available at the moment. Contact the administrator "
|
7793 |
"for details."
|
7794 |
msgstr ""
|
7795 |
|
7796 |
+
#: includes/views/submit_listing.php:819
|
7797 |
msgctxt "templates"
|
7798 |
msgid ""
|
7799 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
7801 |
"an existing field"
|
7802 |
msgstr ""
|
7803 |
|
7804 |
+
#: includes/views/submit_listing.php:1259
|
7805 |
msgctxt "templates"
|
7806 |
msgid "Please agree to the Terms and Conditions."
|
7807 |
msgstr "Vänligen godkänn villkoren"
|
7808 |
|
7809 |
+
#: includes/views/submit_listing.php:1273
|
7810 |
msgctxt "templates"
|
7811 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
7812 |
msgstr "Jag godtar <a>villkoren</a>."
|
8070 |
msgid "General"
|
8071 |
msgstr "Allmän"
|
8072 |
|
8073 |
+
#: includes/licensing.php:568
|
8074 |
msgctxt "licensing"
|
8075 |
msgid "Could not contact licensing server"
|
8076 |
msgstr "Det gick inte att kontakta licensservern"
|
8077 |
|
8078 |
+
#: includes/licensing.php:581
|
8079 |
#, fuzzy
|
8080 |
msgctxt "licensing"
|
8081 |
msgid ""
|
8085 |
"Det var inte möjligt att etablera en kontakt med Business Directorys server. "
|
8086 |
"Ett problem inträffade i SSL/TSL handskakning:"
|
8087 |
|
8088 |
+
#: includes/licensing.php:583 includes/licensing.php:613
|
8089 |
msgctxt "licensing"
|
8090 |
msgid ""
|
8091 |
"To ensure the security of our systems and adhere to industry best practices, "
|
8098 |
"version av OpenSSL som stöder TLSv1.2 (minsta version med support är OpenSSL "
|
8099 |
"1.0.1c)."
|
8100 |
|
8101 |
+
#: includes/licensing.php:585 includes/licensing.php:615
|
8102 |
msgctxt "licensing"
|
8103 |
msgid ""
|
8104 |
"Upgrading your system will not only allow you to communicate with Business "
|
8110 |
"webbplats för att interagera med tjänster som använder de senaste "
|
8111 |
"säkerhetsstandarderna."
|
8112 |
|
8113 |
+
#: includes/licensing.php:587
|
8114 |
#, fuzzy
|
8115 |
msgctxt "licensing"
|
8116 |
msgid ""
|
8120 |
"Kontakta ditt webbhotell och be dem att uppgradera ditt system. Inkludera "
|
8121 |
"detta meddelande om nödvändigt."
|
8122 |
|
8123 |
+
#: includes/licensing.php:617
|
8124 |
#, fuzzy
|
8125 |
msgctxt "licensing"
|
8126 |
msgid ""
|
8130 |
"Kontakta ditt webbhotell och be dem att uppgradera ditt system. Inkludera "
|
8131 |
"detta meddelande om nödvändigt."
|
8132 |
|
8133 |
+
#: includes/licensing.php:653
|
8134 |
msgctxt "licensing"
|
8135 |
msgid "The server returned a 403 Forbidden error."
|
8136 |
msgstr "Servern returnerade ett 403 Forbidden fel."
|
8140 |
msgid "Could not activate license: %s."
|
8141 |
msgstr "Det gick inte att aktivera licens:%s."
|
8142 |
|
8143 |
+
#: includes/licensing.php:890
|
8144 |
msgctxt "licensing"
|
8145 |
msgid "License activated"
|
8146 |
msgstr "Licens aktiverad"
|
8147 |
|
8148 |
+
#: includes/licensing.php:915
|
8149 |
msgctxt "licensing"
|
8150 |
msgid "Could not deactivate license: %s."
|
8151 |
msgstr "Det gick inte att inaktivera licens:%s."
|
8152 |
|
8153 |
+
#: includes/licensing.php:917
|
8154 |
msgctxt "licensing"
|
8155 |
msgid "License deactivated"
|
8156 |
msgstr "Licensnyckel avaktiverad"
|
8157 |
|
8158 |
#. translators: "<module-name>" version <version-number> is not...
|
8159 |
+
#: includes/licensing.php:1126
|
8160 |
#, fuzzy
|
8161 |
msgctxt "deprecation"
|
8162 |
msgid ""
|
8583 |
msgstr ""
|
8584 |
"Detta är enbart en förhandsgranskning, annonsen har inte publicerats ännu."
|
8585 |
|
8586 |
+
#: includes/views/submit_listing.php:1137
|
8587 |
msgctxt "listing submit"
|
8588 |
msgid ""
|
8589 |
"Image upload is required, please provide at least one image and submit again."
|
8730 |
msgid "Search"
|
8731 |
msgstr "Sök"
|
8732 |
|
8733 |
+
#: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
|
8734 |
+
#: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
|
8735 |
+
#: templates/admin/csv-import.tpl.php:117
|
8736 |
+
#: templates/admin/csv-import.tpl.php:143
|
8737 |
+
#: templates/admin/csv-import.tpl.php:154
|
8738 |
+
#: templates/admin/csv-import.tpl.php:204
|
8739 |
msgctxt "admin forms"
|
8740 |
msgid "required"
|
8741 |
msgstr "obligatoriskt"
|
8781 |
"Om du har frågor, vänligen skicka en kommentar på <a>supportforumet</a> och "
|
8782 |
"vi kommer att svara inom 24 timmar de flesta dagar."
|
8783 |
|
8784 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
8785 |
msgctxt "admin infometabox"
|
8786 |
msgid "Renewal url (copy & paste)"
|
8787 |
msgstr "Förnyelse URL (kopiera och klistra in)"
|
8788 |
|
8789 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
8790 |
msgctxt "admin infometabox"
|
8791 |
msgid "Get renewal URL"
|
8792 |
msgstr "Få förnyelse-URL"
|
8793 |
|
8794 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:138
|
8795 |
msgctxt "admin infometabox"
|
8796 |
msgid "Send renewal e-mail"
|
8797 |
msgstr "Skicka e-post om förnyelse"
|
8798 |
|
8799 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:143
|
8800 |
msgctxt "admin infometabox"
|
8801 |
msgid "Renew listing"
|
8802 |
msgstr "Förnya annons"
|
9102 |
msgid "Continue"
|
9103 |
msgstr "Fortsätt "
|
9104 |
|
9105 |
+
#, fuzzy
|
9106 |
+
#~ msgid "Edit listing permalink"
|
9107 |
+
#~ msgstr "Redigera annonsavgift"
|
9108 |
+
|
9109 |
+
#~ msgctxt "admin csv-export"
|
9110 |
+
#~ msgid "Could not create wpbdp-csv-exports directory."
|
9111 |
+
#~ msgstr "Det gick inte att skapa wpbdp-csv-export katalog."
|
9112 |
+
|
9113 |
+
#~ msgctxt "admin csv-export"
|
9114 |
+
#~ msgid "Export Configuration"
|
9115 |
+
#~ msgstr "Exportera konfiguration"
|
9116 |
+
|
9117 |
+
#~ msgctxt "listing metabox"
|
9118 |
+
#~ msgid "Edit"
|
9119 |
+
#~ msgstr "Redigera"
|
9120 |
+
|
9121 |
+
#~ msgctxt "listing metabox"
|
9122 |
+
#~ msgid "Never"
|
9123 |
+
#~ msgstr "Aldrig"
|
9124 |
+
|
9125 |
#~ msgctxt "settings"
|
9126 |
#~ msgid "Default new post status"
|
9127 |
#~ msgstr "Standard på nytt inlägg"
|
languages/business-directory-plugin.pot
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the GPLv2 or any later version.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Business Directory Plugin 5.11.
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/business-directory-plugin\n"
|
8 |
-
"POT-Creation-Date: 2021-
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -20,48 +20,44 @@ msgstr ""
|
|
20 |
msgid "Are you sure you want to do this?"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:
|
24 |
msgid "Help"
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: includes/admin/class-admin-listings.php:
|
28 |
#: includes/views/submit_listing.php:497
|
29 |
#: templates/email/listing-reported.tpl.php:7
|
30 |
msgid "Listing Information"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: includes/admin/class-admin-listings.php:
|
34 |
msgid "Listing Timeline"
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: includes/admin/class-admin-listings.php:
|
38 |
msgid "Listing Reports"
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: includes/admin/class-admin-listings.php:
|
42 |
#: includes/admin/class-listing-owner.php:87
|
43 |
msgid "Listing Owner"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: includes/admin/class-admin-listings.php:
|
47 |
msgid "Expires on"
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: includes/admin/class-admin-listings.php:
|
51 |
msgid "Attributes"
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: includes/admin/class-admin-listings.php:
|
55 |
#: includes/class-cpt-integration.php:19
|
56 |
#: includes/compatibility/class-navxt-integration.php:200
|
57 |
#: templates/submit-listing.tpl.php:15
|
58 |
msgid "Edit Listing"
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: includes/admin/class-admin-listings.php:587
|
62 |
-
msgid "Edit listing permalink"
|
63 |
-
msgstr ""
|
64 |
-
|
65 |
#: includes/admin/class-admin.php:186
|
66 |
msgid ""
|
67 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -122,7 +118,7 @@ msgstr ""
|
|
122 |
msgid "Listing Count"
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: includes/admin/class-csv-import.php:
|
126 |
msgid "Listing imported by admin. Payment skipped."
|
127 |
msgstr ""
|
128 |
|
@@ -195,8 +191,8 @@ msgstr ""
|
|
195 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
196 |
#: includes/admin/helpers/class-payments-table.php:57
|
197 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
198 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
199 |
-
#: templates/admin/payments-details.tpl.php:
|
200 |
#: templates/email/listing-payment-completed.tpl.php:21
|
201 |
#: templates/payment/payment_items.tpl.php:5
|
202 |
msgid "Amount"
|
@@ -210,11 +206,13 @@ msgstr ""
|
|
210 |
|
211 |
#: includes/admin/form-fields.php:31
|
212 |
#: includes/fields/class-fieldtypes-social.php:138
|
213 |
-
#: templates/admin/csv-import.tpl.php:
|
214 |
msgid "Type"
|
215 |
msgstr ""
|
216 |
|
217 |
#: includes/admin/form-fields.php:88
|
|
|
|
|
218 |
msgid "Edit"
|
219 |
msgstr ""
|
220 |
|
@@ -235,7 +233,7 @@ msgid ""
|
|
235 |
"Directory do it for you."
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:
|
239 |
msgid "Go to \"Form Fields\""
|
240 |
msgstr ""
|
241 |
|
@@ -244,7 +242,7 @@ msgstr ""
|
|
244 |
msgid "Go back"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: includes/admin/form-fields.php:
|
248 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
249 |
#: templates/email/listing-added.tpl.php:10
|
250 |
#: templates/email/listing-edited.tpl.php:16
|
@@ -252,74 +250,74 @@ msgstr ""
|
|
252 |
msgid "Title"
|
253 |
msgstr ""
|
254 |
|
255 |
-
#: includes/admin/form-fields.php:
|
256 |
#: templates/email/listing-added.tpl.php:21
|
257 |
#: templates/email/listing-edited.tpl.php:29
|
258 |
msgid "Category"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: includes/admin/form-fields.php:
|
262 |
msgid "Excerpt"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: includes/admin/form-fields.php:
|
266 |
msgid "Content"
|
267 |
msgstr ""
|
268 |
|
269 |
-
#: includes/admin/form-fields.php:
|
270 |
msgid "Tags"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: includes/admin/form-fields.php:
|
274 |
#: templates/checkout-billing-form.tpl.php:75
|
275 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
276 |
msgid "Address"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: includes/admin/form-fields.php:
|
280 |
msgid "Address 2"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: includes/admin/form-fields.php:
|
284 |
-
#: templates/admin/payments-details.tpl.php:
|
285 |
#: templates/checkout-billing-form.tpl.php:87
|
286 |
msgid "City"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: includes/admin/form-fields.php:
|
290 |
-
#: templates/admin/payments-details.tpl.php:
|
291 |
msgid "State"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: includes/admin/form-fields.php:
|
295 |
-
#: templates/admin/payments-details.tpl.php:
|
296 |
#: templates/checkout-billing-form.tpl.php:102
|
297 |
msgid "Country"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: includes/admin/form-fields.php:
|
301 |
-
#: templates/admin/payments-details.tpl.php:
|
302 |
msgid "ZIP Code"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: includes/admin/form-fields.php:
|
306 |
msgid "FAX Number"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: includes/admin/form-fields.php:
|
310 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
311 |
msgid "Phone Number"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: includes/admin/form-fields.php:
|
315 |
msgid "Ratings Field"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: includes/admin/form-fields.php:
|
319 |
msgid "Twitter"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: includes/admin/form-fields.php:
|
323 |
msgid "Website"
|
324 |
msgstr ""
|
325 |
|
@@ -381,8 +379,8 @@ msgid "You're using Business Directory Plugin Lite. Enjoy!"
|
|
381 |
msgstr ""
|
382 |
|
383 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
384 |
-
#: includes/form-fields.php:428 includes/views/submit_listing.php:
|
385 |
-
#: templates/admin/payments-details.tpl.php:
|
386 |
#: templates/listing-contactform.tpl.php:33
|
387 |
#: templates/listing-flagging-form.tpl.php:39
|
388 |
msgid "Email"
|
@@ -408,8 +406,8 @@ msgstr ""
|
|
408 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
409 |
#: includes/class-assets.php:317
|
410 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
411 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
412 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
413 |
msgid "No"
|
414 |
msgstr ""
|
415 |
|
@@ -463,6 +461,12 @@ msgid ""
|
|
463 |
"if you're on shared hosting plans, where database performance is an issue."
|
464 |
msgstr ""
|
465 |
|
|
|
|
|
|
|
|
|
|
|
|
|
466 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
467 |
msgid "Categories"
|
468 |
msgstr ""
|
@@ -688,7 +692,7 @@ msgid "Business Directory - Featured Levels Migration"
|
|
688 |
msgstr ""
|
689 |
|
690 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
691 |
-
#: templates/admin/fees-form.tpl.php:
|
692 |
msgid "Fee Label"
|
693 |
msgstr ""
|
694 |
|
@@ -712,13 +716,14 @@ msgid "Status: %s"
|
|
712 |
msgstr ""
|
713 |
|
714 |
#: includes/class-assets.php:315
|
|
|
715 |
msgid "Never"
|
716 |
msgstr ""
|
717 |
|
718 |
#: includes/class-assets.php:316
|
719 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
720 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
721 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
722 |
msgid "Yes"
|
723 |
msgstr ""
|
724 |
|
@@ -838,31 +843,35 @@ msgid ""
|
|
838 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: includes/class-wpbdp.php:
|
|
|
|
|
|
|
|
|
842 |
msgid "Settings"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: includes/class-wpbdp.php:
|
846 |
msgid "Could not find listing ID"
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: includes/class-wpbdp.php:
|
850 |
msgid ""
|
851 |
"Could not verify the image upload request. If problem persists contact site "
|
852 |
"admin."
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: includes/class-wpbdp.php:
|
856 |
msgid "Could not find image ID"
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: includes/class-wpbdp.php:
|
860 |
msgid ""
|
861 |
"The directory features are disabled at this time because a <a>manual "
|
862 |
"upgrade</a> is pending."
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: includes/class-wpbdp.php:
|
866 |
msgid ""
|
867 |
"The directory is not available at this time. Please try again in a few "
|
868 |
"minutes or contact the administrator if the problem persists."
|
@@ -1017,8 +1026,8 @@ msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
|
1017 |
msgstr ""
|
1018 |
|
1019 |
#: includes/fields/class-fieldtypes-select.php:262
|
1020 |
-
#: templates/admin/fees-form.tpl.php:
|
1021 |
-
#: templates/admin/fees-form.tpl.php:
|
1022 |
msgid "required"
|
1023 |
msgstr ""
|
1024 |
|
@@ -1112,7 +1121,7 @@ msgstr ""
|
|
1112 |
msgid "Short Description"
|
1113 |
msgstr ""
|
1114 |
|
1115 |
-
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:
|
1116 |
msgid "Description"
|
1117 |
msgstr ""
|
1118 |
|
@@ -1249,23 +1258,23 @@ msgstr ""
|
|
1249 |
msgid "Invalid item ID"
|
1250 |
msgstr ""
|
1251 |
|
1252 |
-
#: includes/licensing.php:
|
1253 |
msgid "No license key provided"
|
1254 |
msgstr ""
|
1255 |
|
1256 |
-
#: includes/licensing.php:
|
1257 |
msgid "License key is invalid"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
-
#: includes/licensing.php:
|
1261 |
msgid "Deactivation failed"
|
1262 |
msgstr ""
|
1263 |
|
1264 |
-
#: includes/licensing.php:
|
1265 |
msgid "The license key was revoked."
|
1266 |
msgstr ""
|
1267 |
|
1268 |
-
#: includes/licensing.php:
|
1269 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1270 |
msgid ""
|
1271 |
"If you think this is a mistake, please contact %1$sBusiness Directory "
|
@@ -1274,46 +1283,46 @@ msgid ""
|
|
1274 |
"purchase with your report."
|
1275 |
msgstr ""
|
1276 |
|
1277 |
-
#: includes/licensing.php:
|
1278 |
msgid ""
|
1279 |
"It was not possible to establish a connection with the Business Directory "
|
1280 |
"server. The connection failed with the following error:"
|
1281 |
msgstr ""
|
1282 |
|
1283 |
-
#: includes/licensing.php:
|
1284 |
msgid ""
|
1285 |
"It was not possible to establish a connection with the Business Directory "
|
1286 |
"server. A problem occurred in the SSL/TSL handshake:"
|
1287 |
msgstr ""
|
1288 |
|
1289 |
-
#: includes/licensing.php:
|
1290 |
msgid ""
|
1291 |
"It looks like your server is not authorized to make outgoing requests to "
|
1292 |
"Business Directory servers. Please contact your webhost and ask them to add "
|
1293 |
"our IP address 52.0.78.177 to your allow list."
|
1294 |
msgstr ""
|
1295 |
|
1296 |
-
#: includes/licensing.php:
|
1297 |
msgid "Business Directory license key is missing."
|
1298 |
msgstr ""
|
1299 |
|
1300 |
-
#: includes/licensing.php:
|
1301 |
msgid "Business Directory license key has expired"
|
1302 |
msgstr ""
|
1303 |
|
1304 |
-
#: includes/licensing.php:
|
1305 |
msgid "Could not verify Business Directory license."
|
1306 |
msgstr ""
|
1307 |
|
1308 |
-
#: includes/licensing.php:
|
1309 |
msgid "Review license keys"
|
1310 |
msgstr ""
|
1311 |
|
1312 |
-
#: includes/licensing.php:
|
1313 |
msgid "Missing data. Please reload this page and try again."
|
1314 |
msgstr ""
|
1315 |
|
1316 |
-
#: includes/licensing.php:
|
1317 |
msgid "Please enter a license key."
|
1318 |
msgstr ""
|
1319 |
|
@@ -1386,27 +1395,27 @@ msgstr ""
|
|
1386 |
msgid "Account Creation"
|
1387 |
msgstr ""
|
1388 |
|
1389 |
-
#: includes/views/submit_listing.php:
|
1390 |
msgid "Go to \"Fee Plans\""
|
1391 |
msgstr ""
|
1392 |
|
1393 |
-
#: includes/views/submit_listing.php:
|
1394 |
msgid "Please choose a fee plan."
|
1395 |
msgstr ""
|
1396 |
|
1397 |
-
#: includes/views/submit_listing.php:
|
1398 |
msgid "Please check the form for errors, correct them and submit again."
|
1399 |
msgstr ""
|
1400 |
|
1401 |
-
#: includes/views/submit_listing.php:
|
1402 |
msgid "Create a user account on this site"
|
1403 |
msgstr ""
|
1404 |
|
1405 |
-
#: includes/views/submit_listing.php:
|
1406 |
msgid "Username"
|
1407 |
msgstr ""
|
1408 |
|
1409 |
-
#: includes/views/submit_listing.php:
|
1410 |
msgid "Clear Form"
|
1411 |
msgstr ""
|
1412 |
|
@@ -1417,17 +1426,24 @@ msgid ""
|
|
1417 |
"for details."
|
1418 |
msgstr ""
|
1419 |
|
1420 |
-
#: templates/admin/csv-export.tpl.php:
|
1421 |
msgid ""
|
1422 |
"If you plan to re-import the listings into your directory and don't want "
|
1423 |
"new ones created, select this option!"
|
1424 |
msgstr ""
|
1425 |
|
1426 |
-
#: templates/admin/csv-import.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1427 |
msgid "Disable email notifications during import?"
|
1428 |
msgstr ""
|
1429 |
|
1430 |
-
#: templates/admin/csv-import.tpl.php:
|
1431 |
msgid "Disable email notifications."
|
1432 |
msgstr ""
|
1433 |
|
@@ -1441,7 +1457,7 @@ msgstr ""
|
|
1441 |
msgid "Download Debug Information"
|
1442 |
msgstr ""
|
1443 |
|
1444 |
-
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:
|
1445 |
msgid "Add Listing Fee"
|
1446 |
msgstr ""
|
1447 |
|
@@ -1449,62 +1465,62 @@ msgstr ""
|
|
1449 |
msgid "Edit Listing Fee"
|
1450 |
msgstr ""
|
1451 |
|
1452 |
-
#: templates/admin/fees-form.tpl.php:
|
1453 |
msgid "Fee Description"
|
1454 |
msgstr ""
|
1455 |
|
1456 |
-
#: templates/admin/fees-form.tpl.php:
|
1457 |
msgid "How long should the listing run?"
|
1458 |
msgstr ""
|
1459 |
|
1460 |
-
#: templates/admin/fees-form.tpl.php:
|
1461 |
msgid "run listing for"
|
1462 |
msgstr ""
|
1463 |
|
1464 |
-
#: templates/admin/fees-form.tpl.php:
|
1465 |
#: templates/plan-selection-plan.tpl.php:39
|
1466 |
msgid "days"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
-
#: templates/admin/fees-form.tpl.php:
|
1470 |
msgid "run listing forever"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
-
#: templates/admin/fees-form.tpl.php:
|
1474 |
msgid "Number of images allowed"
|
1475 |
msgstr ""
|
1476 |
|
1477 |
-
#: templates/admin/fees-form.tpl.php:
|
1478 |
msgid "Private Fee Plan (visible to admins only)?"
|
1479 |
msgstr ""
|
1480 |
|
1481 |
-
#: templates/admin/fees-form.tpl.php:
|
1482 |
msgid "Is recurring?"
|
1483 |
msgstr ""
|
1484 |
|
1485 |
-
#: templates/admin/fees-form.tpl.php:
|
1486 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: templates/admin/fees-form.tpl.php:
|
1490 |
msgid "Is featured listing/sticky?"
|
1491 |
msgstr ""
|
1492 |
|
1493 |
-
#: templates/admin/fees-form.tpl.php:
|
1494 |
msgid ""
|
1495 |
"This floats the listing to the top of search results and browsing the "
|
1496 |
"directory when the user buys this plan."
|
1497 |
msgstr ""
|
1498 |
|
1499 |
-
#: templates/admin/fees-form.tpl.php:
|
1500 |
msgid "Listing background color:"
|
1501 |
msgstr ""
|
1502 |
|
1503 |
-
#: templates/admin/fees-form.tpl.php:
|
1504 |
msgid "Used to differentiate listings inside this plan from others."
|
1505 |
msgstr ""
|
1506 |
|
1507 |
-
#: templates/admin/fees-form.tpl.php:
|
1508 |
#: templates/admin/settings-email.tpl.php:116
|
1509 |
#: templates/submit-listing-section.tpl.php:30
|
1510 |
msgid "Save Changes"
|
@@ -1655,93 +1671,93 @@ msgstr ""
|
|
1655 |
msgid "Payment Not Found"
|
1656 |
msgstr ""
|
1657 |
|
1658 |
-
#: templates/admin/payments-details.tpl.php:
|
1659 |
msgid "Overview"
|
1660 |
msgstr ""
|
1661 |
|
1662 |
-
#: templates/admin/payments-details.tpl.php:
|
1663 |
-
#: templates/admin/payments-details.tpl.php:
|
1664 |
msgid "Payment ID"
|
1665 |
msgstr ""
|
1666 |
|
1667 |
-
#: templates/admin/payments-details.tpl.php:
|
1668 |
msgid "Listing"
|
1669 |
msgstr ""
|
1670 |
|
1671 |
-
#: templates/admin/payments-details.tpl.php:
|
1672 |
msgid "Status"
|
1673 |
msgstr ""
|
1674 |
|
1675 |
-
#: templates/admin/payments-details.tpl.php:
|
1676 |
msgid "Date"
|
1677 |
msgstr ""
|
1678 |
|
1679 |
-
#: templates/admin/payments-details.tpl.php:
|
1680 |
msgid "Time"
|
1681 |
msgstr ""
|
1682 |
|
1683 |
-
#: templates/admin/payments-details.tpl.php:
|
1684 |
msgid "Gateway"
|
1685 |
msgstr ""
|
1686 |
|
1687 |
-
#: templates/admin/payments-details.tpl.php:
|
1688 |
#. translators: Gateway: (Not yet set)
|
1689 |
msgid "(Not yet set)"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
-
#: templates/admin/payments-details.tpl.php:
|
1693 |
msgid "Delete Payment"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
-
#: templates/admin/payments-details.tpl.php:
|
1697 |
msgid "Save Payment"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
-
#: templates/admin/payments-details.tpl.php:
|
1701 |
msgid "Details"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
-
#: templates/admin/payments-details.tpl.php:
|
1705 |
msgid "Item Type"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
-
#: templates/admin/payments-details.tpl.php:
|
1709 |
#: templates/payment/payment_items.tpl.php:23
|
1710 |
msgid "Total"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#: templates/admin/payments-details.tpl.php:
|
1714 |
msgid "Customer Details"
|
1715 |
msgstr ""
|
1716 |
|
1717 |
-
#: templates/admin/payments-details.tpl.php:
|
1718 |
#: templates/checkout-billing-form.tpl.php:17
|
1719 |
msgid "First Name"
|
1720 |
msgstr ""
|
1721 |
|
1722 |
-
#: templates/admin/payments-details.tpl.php:
|
1723 |
#: templates/checkout-billing-form.tpl.php:22
|
1724 |
msgid "Last Name"
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: templates/admin/payments-details.tpl.php:
|
1728 |
msgid "Address Line 1"
|
1729 |
msgstr ""
|
1730 |
|
1731 |
-
#: templates/admin/payments-details.tpl.php:
|
1732 |
#: templates/checkout-billing-form.tpl.php:81
|
1733 |
msgid "Address Line 2"
|
1734 |
msgstr ""
|
1735 |
|
1736 |
-
#: templates/admin/payments-details.tpl.php:
|
1737 |
msgid "Notes & Log"
|
1738 |
msgstr ""
|
1739 |
|
1740 |
-
#: templates/admin/payments-details.tpl.php:
|
1741 |
msgid "No notes."
|
1742 |
msgstr ""
|
1743 |
|
1744 |
-
#: templates/admin/payments-details.tpl.php:
|
1745 |
msgid "Add Note"
|
1746 |
msgstr ""
|
1747 |
|
@@ -2361,39 +2377,39 @@ msgctxt "admin csv-import"
|
|
2361 |
msgid "See an example CSV import file"
|
2362 |
msgstr ""
|
2363 |
|
2364 |
-
#: includes/admin/class-csv-import.php:
|
2365 |
msgctxt "admin csv-import"
|
2366 |
msgid ""
|
2367 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2368 |
"with the following error: <error-message>."
|
2369 |
msgstr ""
|
2370 |
|
2371 |
-
#: includes/admin/class-csv-import.php:
|
2372 |
msgctxt "admin csv-import"
|
2373 |
msgid "Could not create listing category \"%s\""
|
2374 |
msgstr ""
|
2375 |
|
2376 |
-
#: includes/admin/class-csv-import.php:
|
2377 |
msgctxt "admin csv-import"
|
2378 |
msgid "Username \"%s\" does not exist"
|
2379 |
msgstr ""
|
2380 |
|
2381 |
-
#: includes/admin/class-csv-import.php:
|
2382 |
msgctxt "admin csv-import"
|
2383 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2384 |
msgstr ""
|
2385 |
|
2386 |
-
#: includes/admin/class-csv-import.php:
|
2387 |
msgctxt "admin csv-import"
|
2388 |
msgid "Missing required field: %s"
|
2389 |
msgstr ""
|
2390 |
|
2391 |
-
#: includes/admin/class-csv-import.php:
|
2392 |
msgctxt "admin csv-import"
|
2393 |
msgid "Listing category \"%s\" does not exist"
|
2394 |
msgstr ""
|
2395 |
|
2396 |
-
#: includes/admin/class-csv-import.php:
|
2397 |
msgctxt "admin csv-import"
|
2398 |
msgid "The string <string> couldn't be converted into a valid date."
|
2399 |
msgstr ""
|
@@ -2559,13 +2575,6 @@ msgctxt "admin csv-import"
|
|
2559 |
msgid "Here, you can import data into your directory using the CSV format."
|
2560 |
msgstr ""
|
2561 |
|
2562 |
-
#: templates/admin/csv-import.tpl.php:35
|
2563 |
-
msgctxt "admin csv-import"
|
2564 |
-
msgid ""
|
2565 |
-
"We strongly recommend reading our <a>CSV import documentation</a> first to "
|
2566 |
-
"help you do things in the right order."
|
2567 |
-
msgstr ""
|
2568 |
-
|
2569 |
#: templates/admin/csv-import.tpl.php:45
|
2570 |
msgctxt "admin csv-import"
|
2571 |
msgid "Import Files"
|
@@ -2581,7 +2590,7 @@ msgctxt "admin csv-import"
|
|
2581 |
msgid "... or <a>select a file uploaded to the imports folder</a>"
|
2582 |
msgstr ""
|
2583 |
|
2584 |
-
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:
|
2585 |
msgctxt "admin csv-import"
|
2586 |
msgid "(Upload new file)"
|
2587 |
msgstr ""
|
@@ -2591,131 +2600,131 @@ msgctxt "admin csv-import"
|
|
2591 |
msgid "ZIP file containing images"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
-
#: templates/admin/csv-import.tpl.php:
|
2595 |
msgctxt "admin csv-import"
|
2596 |
msgid "CSV File Settings"
|
2597 |
msgstr ""
|
2598 |
|
2599 |
-
#: templates/admin/csv-import.tpl.php:
|
2600 |
msgctxt "admin csv-import"
|
2601 |
msgid "Column Separator"
|
2602 |
msgstr ""
|
2603 |
|
2604 |
-
#: templates/admin/csv-import.tpl.php:
|
2605 |
msgctxt "admin csv-import"
|
2606 |
msgid "Comma (,)"
|
2607 |
msgstr ""
|
2608 |
|
2609 |
-
#: templates/admin/csv-import.tpl.php:
|
2610 |
msgctxt "admin csv-import"
|
2611 |
msgid "Semicolon (;)"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
-
#: templates/admin/csv-import.tpl.php:
|
2615 |
msgctxt "admin csv-import"
|
2616 |
msgid "TAB"
|
2617 |
msgstr ""
|
2618 |
|
2619 |
-
#: templates/admin/csv-import.tpl.php:
|
2620 |
msgctxt "admin csv-import"
|
2621 |
msgid "Image Separator"
|
2622 |
msgstr ""
|
2623 |
|
2624 |
-
#: templates/admin/csv-import.tpl.php:
|
2625 |
msgctxt "admin csv-import"
|
2626 |
msgid "Category Separator"
|
2627 |
msgstr ""
|
2628 |
|
2629 |
-
#: templates/admin/csv-import.tpl.php:
|
2630 |
msgctxt "admin csv-import"
|
2631 |
msgid "Import settings"
|
2632 |
msgstr ""
|
2633 |
|
2634 |
-
#: templates/admin/csv-import.tpl.php:
|
2635 |
msgctxt "admin csv-import"
|
2636 |
msgid "Post status of new imported listings"
|
2637 |
msgstr ""
|
2638 |
|
2639 |
-
#: templates/admin/csv-import.tpl.php:
|
2640 |
msgctxt "admin csv-import"
|
2641 |
msgid "Post status of existing imported listings"
|
2642 |
msgstr ""
|
2643 |
|
2644 |
-
#: templates/admin/csv-import.tpl.php:
|
2645 |
msgctxt "admin csv-import"
|
2646 |
msgid "Preserve existing status"
|
2647 |
msgstr ""
|
2648 |
|
2649 |
-
#: templates/admin/csv-import.tpl.php:
|
2650 |
msgctxt "admin csv-import"
|
2651 |
msgid "Missing categories handling"
|
2652 |
msgstr ""
|
2653 |
|
2654 |
-
#: templates/admin/csv-import.tpl.php:
|
2655 |
msgctxt "admin csv-import"
|
2656 |
msgid "Auto-create categories"
|
2657 |
msgstr ""
|
2658 |
|
2659 |
-
#: templates/admin/csv-import.tpl.php:
|
2660 |
msgctxt "admin csv-import"
|
2661 |
msgid "Generate errors when a category is not found"
|
2662 |
msgstr ""
|
2663 |
|
2664 |
-
#: templates/admin/csv-import.tpl.php:
|
2665 |
msgctxt "admin csv-import"
|
2666 |
msgid "Keep existing listing images?"
|
2667 |
msgstr ""
|
2668 |
|
2669 |
-
#: templates/admin/csv-import.tpl.php:
|
2670 |
msgctxt "admin csv-import"
|
2671 |
msgid "Keep existing images."
|
2672 |
msgstr ""
|
2673 |
|
2674 |
-
#: templates/admin/csv-import.tpl.php:
|
2675 |
msgctxt "admin csv-import"
|
2676 |
msgid "Appends new images while keeping current ones."
|
2677 |
msgstr ""
|
2678 |
|
2679 |
-
#: templates/admin/csv-import.tpl.php:
|
2680 |
msgctxt "admin csv-import"
|
2681 |
msgid "Assign listings to a user?"
|
2682 |
msgstr ""
|
2683 |
|
2684 |
-
#: templates/admin/csv-import.tpl.php:
|
2685 |
msgctxt "admin csv-import"
|
2686 |
msgid "Assign listings to a user."
|
2687 |
msgstr ""
|
2688 |
|
2689 |
-
#: templates/admin/csv-import.tpl.php:
|
2690 |
msgctxt "admin csv-import"
|
2691 |
msgid "Use a default user for listings?"
|
2692 |
msgstr ""
|
2693 |
|
2694 |
-
#: templates/admin/csv-import.tpl.php:
|
2695 |
msgctxt "admin csv-import"
|
2696 |
msgid ""
|
2697 |
"Select a default user to be used if the username column is not present in "
|
2698 |
"the CSV file."
|
2699 |
msgstr ""
|
2700 |
|
2701 |
-
#: templates/admin/csv-import.tpl.php:
|
2702 |
msgctxt "admin csv-import"
|
2703 |
msgid "Default listing user"
|
2704 |
msgstr ""
|
2705 |
|
2706 |
-
#: templates/admin/csv-import.tpl.php:
|
2707 |
msgctxt "admin csv-import"
|
2708 |
msgid ""
|
2709 |
"This user will be used if the username column is not present in the CSV "
|
2710 |
"file."
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: templates/admin/csv-import.tpl.php:
|
2714 |
msgctxt "admin csv-import"
|
2715 |
msgid "Number of listings imported on every cycle"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
-
#: templates/admin/csv-import.tpl.php:
|
2719 |
msgctxt "admin csv-import"
|
2720 |
msgid ""
|
2721 |
"If you are having trouble importing listings due to memory problems, try "
|
@@ -2724,17 +2733,17 @@ msgid ""
|
|
2724 |
"success on shared hosting platforms and other resource-constrained servers."
|
2725 |
msgstr ""
|
2726 |
|
2727 |
-
#: templates/admin/csv-import.tpl.php:
|
2728 |
msgctxt "admin csv-import"
|
2729 |
msgid "Test Import"
|
2730 |
msgstr ""
|
2731 |
|
2732 |
-
#: templates/admin/csv-import.tpl.php:
|
2733 |
msgctxt "admin csv-import"
|
2734 |
msgid "Import Listings"
|
2735 |
msgstr ""
|
2736 |
|
2737 |
-
#: templates/admin/csv-import.tpl.php:
|
2738 |
msgctxt "admin csv-import"
|
2739 |
msgid ""
|
2740 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -2743,49 +2752,49 @@ msgid ""
|
|
2743 |
"see how an import file should look like."
|
2744 |
msgstr ""
|
2745 |
|
2746 |
-
#: templates/admin/csv-import.tpl.php:
|
2747 |
msgctxt "admin csv-import"
|
2748 |
msgid "Header name/label"
|
2749 |
msgstr ""
|
2750 |
|
2751 |
-
#: templates/admin/csv-import.tpl.php:
|
2752 |
msgctxt "admin csv-import"
|
2753 |
msgid "Field"
|
2754 |
msgstr ""
|
2755 |
|
2756 |
-
#: templates/admin/csv-import.tpl.php:
|
2757 |
msgctxt "admin csv-import"
|
2758 |
msgid "Required?"
|
2759 |
msgstr ""
|
2760 |
|
2761 |
-
#: templates/admin/csv-import.tpl.php:
|
2762 |
msgctxt "admin csv-import"
|
2763 |
msgid "Multivalued?"
|
2764 |
msgstr ""
|
2765 |
|
2766 |
-
#: templates/admin/csv-import.tpl.php:
|
2767 |
msgctxt "admin csv-import"
|
2768 |
msgid ""
|
2769 |
"Fee ID (integer) associated to a listing. Use this column when adding or "
|
2770 |
"updating listings from external sources."
|
2771 |
msgstr ""
|
2772 |
|
2773 |
-
#: templates/admin/csv-import.tpl.php:
|
2774 |
msgctxt "admin csv-import"
|
2775 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
2776 |
msgstr ""
|
2777 |
|
2778 |
-
#: templates/admin/csv-import.tpl.php:
|
2779 |
msgctxt "admin csv-import"
|
2780 |
msgid "Listing author's username"
|
2781 |
msgstr ""
|
2782 |
|
2783 |
-
#: templates/admin/csv-import.tpl.php:
|
2784 |
msgctxt "admin csv-import"
|
2785 |
msgid "Internal Sequence ID used to allow listing updates from external sources."
|
2786 |
msgstr ""
|
2787 |
|
2788 |
-
#: templates/admin/csv-import.tpl.php:
|
2789 |
msgctxt "admin csv-import"
|
2790 |
msgid ""
|
2791 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -2802,12 +2811,12 @@ msgctxt "admin csv"
|
|
2802 |
msgid "Export"
|
2803 |
msgstr ""
|
2804 |
|
2805 |
-
#: includes/admin/class-admin-listings.php:
|
2806 |
msgctxt "admin category filter"
|
2807 |
msgid "All categories"
|
2808 |
msgstr ""
|
2809 |
|
2810 |
-
#: includes/admin/class-admin-listings.php:
|
2811 |
msgctxt "admin listings"
|
2812 |
msgid ""
|
2813 |
"This listing doesn't have a fee plan assigned. This is required in order to "
|
@@ -2815,42 +2824,42 @@ msgid ""
|
|
2815 |
"renewals."
|
2816 |
msgstr ""
|
2817 |
|
2818 |
-
#: includes/admin/class-admin-listings.php:
|
2819 |
msgctxt "admin listings"
|
2820 |
msgid "Never"
|
2821 |
msgstr ""
|
2822 |
|
2823 |
-
#: includes/admin/class-admin-listings.php:
|
2824 |
msgctxt "admin listings"
|
2825 |
msgid "Featured"
|
2826 |
msgstr ""
|
2827 |
|
2828 |
-
#: includes/admin/class-admin-listings.php:
|
2829 |
msgctxt "admin listings"
|
2830 |
msgid "Recurring"
|
2831 |
msgstr ""
|
2832 |
|
2833 |
-
#: includes/admin/class-admin-listings.php:
|
2834 |
msgctxt "admin listings"
|
2835 |
msgid "Free"
|
2836 |
msgstr ""
|
2837 |
|
2838 |
-
#: includes/admin/class-admin-listings.php:
|
2839 |
msgctxt "admin listings"
|
2840 |
msgid "Payment Not Found"
|
2841 |
msgstr ""
|
2842 |
|
2843 |
-
#: includes/admin/class-admin-listings.php:
|
2844 |
msgctxt "admin listings"
|
2845 |
msgid "Payment %s"
|
2846 |
msgstr ""
|
2847 |
|
2848 |
-
#: includes/admin/class-admin-listings.php:
|
2849 |
msgctxt "admin listings"
|
2850 |
msgid "Reported"
|
2851 |
msgstr ""
|
2852 |
|
2853 |
-
#: includes/admin/class-admin-listings.php:
|
2854 |
msgctxt "admin listings"
|
2855 |
msgid "Listing's payment history successfully deleted"
|
2856 |
msgstr ""
|
@@ -2875,12 +2884,12 @@ msgctxt "admin listings"
|
|
2875 |
msgid "Clear listing reports."
|
2876 |
msgstr ""
|
2877 |
|
2878 |
-
#: includes/admin/class-admin-listings.php:
|
2879 |
msgctxt "admin"
|
2880 |
msgid "Directory Listing Fields / Images"
|
2881 |
msgstr ""
|
2882 |
|
2883 |
-
#: includes/admin/class-admin-listings.php:
|
2884 |
msgctxt "admin"
|
2885 |
msgid "Categories"
|
2886 |
msgstr ""
|
@@ -3033,12 +3042,12 @@ msgctxt "admin"
|
|
3033 |
msgid "Abandoned"
|
3034 |
msgstr ""
|
3035 |
|
3036 |
-
#: includes/admin/class-admin-listings.php:
|
3037 |
msgctxt "listing attribute"
|
3038 |
msgid "No Fee Plan"
|
3039 |
msgstr ""
|
3040 |
|
3041 |
-
#: includes/admin/class-admin-listings.php:
|
3042 |
msgctxt "listing status"
|
3043 |
msgid "Reported"
|
3044 |
msgstr ""
|
@@ -3088,47 +3097,47 @@ msgctxt "listing status"
|
|
3088 |
msgid "Abandoned"
|
3089 |
msgstr ""
|
3090 |
|
3091 |
-
#: includes/admin/class-admin-listings.php:
|
3092 |
msgctxt "admin actions"
|
3093 |
msgid "Delete Listing"
|
3094 |
msgstr ""
|
3095 |
|
3096 |
-
#: includes/admin/class-admin-listings.php:
|
3097 |
msgctxt "admin actions"
|
3098 |
msgid "View Payments"
|
3099 |
msgstr ""
|
3100 |
|
3101 |
-
#: includes/admin/class-admin-listings.php:
|
3102 |
msgctxt "admin actions"
|
3103 |
msgid "View Payment"
|
3104 |
msgstr ""
|
3105 |
|
3106 |
-
#: includes/admin/class-admin-listings.php:
|
3107 |
msgctxt "admin actions"
|
3108 |
msgid "Publish listings"
|
3109 |
msgstr ""
|
3110 |
|
3111 |
-
#: includes/admin/class-admin-listings.php:
|
3112 |
msgctxt "admin actions"
|
3113 |
msgid "Mark as \"Pending Review\""
|
3114 |
msgstr ""
|
3115 |
|
3116 |
-
#: includes/admin/class-admin-listings.php:
|
3117 |
msgctxt "admin actions"
|
3118 |
msgid "Hide from directory (mark as \"Draft\")"
|
3119 |
msgstr ""
|
3120 |
|
3121 |
-
#: includes/admin/class-admin-listings.php:
|
3122 |
msgctxt "admin actions"
|
3123 |
msgid "Renew listings"
|
3124 |
msgstr ""
|
3125 |
|
3126 |
-
#: includes/admin/class-admin-listings.php:
|
3127 |
msgctxt "admin actions"
|
3128 |
msgid "Set listings as \"Expired\""
|
3129 |
msgstr ""
|
3130 |
|
3131 |
-
#: includes/admin/class-admin-listings.php:
|
3132 |
msgctxt "admin actions"
|
3133 |
msgid "Send access keys"
|
3134 |
msgstr ""
|
@@ -3158,22 +3167,17 @@ msgctxt "admin menu"
|
|
3158 |
msgid "Settings"
|
3159 |
msgstr ""
|
3160 |
|
3161 |
-
#: includes/admin/class-csv-exporter.php:
|
3162 |
msgctxt "admin csv-export"
|
3163 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3164 |
msgstr ""
|
3165 |
|
3166 |
-
#: includes/admin/class-csv-exporter.php:
|
3167 |
-
msgctxt "admin csv-export"
|
3168 |
-
msgid "Could not create wpbdp-csv-exports directory."
|
3169 |
-
msgstr ""
|
3170 |
-
|
3171 |
-
#: includes/admin/class-csv-exporter.php:108
|
3172 |
msgctxt "admin csv-export"
|
3173 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3174 |
msgstr ""
|
3175 |
|
3176 |
-
#: includes/admin/csv-export.php:
|
3177 |
msgctxt "admin csv-export"
|
3178 |
msgid "Could not decode export state information."
|
3179 |
msgstr ""
|
@@ -3187,109 +3191,104 @@ msgid ""
|
|
3187 |
"your server's php.ini configuration file."
|
3188 |
msgstr ""
|
3189 |
|
3190 |
-
#: templates/admin/csv-export.tpl.php:
|
3191 |
-
msgctxt "admin csv-export"
|
3192 |
-
msgid "Export Configuration"
|
3193 |
-
msgstr ""
|
3194 |
-
|
3195 |
-
#: templates/admin/csv-export.tpl.php:30
|
3196 |
msgctxt "admin csv-export"
|
3197 |
msgid "Export settings"
|
3198 |
msgstr ""
|
3199 |
|
3200 |
-
#: templates/admin/csv-export.tpl.php:
|
3201 |
msgctxt "admin csv-export"
|
3202 |
msgid "Which listings to export?"
|
3203 |
msgstr ""
|
3204 |
|
3205 |
-
#: templates/admin/csv-export.tpl.php:
|
3206 |
msgctxt "admin csv-export"
|
3207 |
msgid "All"
|
3208 |
msgstr ""
|
3209 |
|
3210 |
-
#: templates/admin/csv-export.tpl.php:
|
3211 |
msgctxt "admin csv-export"
|
3212 |
msgid "Active Only"
|
3213 |
msgstr ""
|
3214 |
|
3215 |
-
#: templates/admin/csv-export.tpl.php:
|
3216 |
msgctxt "admin csv-export"
|
3217 |
msgid "Active + Pending Renewal"
|
3218 |
msgstr ""
|
3219 |
|
3220 |
-
#: templates/admin/csv-export.tpl.php:
|
3221 |
msgctxt "admin csv-export"
|
3222 |
msgid "Export images?"
|
3223 |
msgstr ""
|
3224 |
|
3225 |
-
#: templates/admin/csv-export.tpl.php:
|
3226 |
msgctxt "admin csv-export"
|
3227 |
msgid "Export images"
|
3228 |
msgstr ""
|
3229 |
|
3230 |
-
#: templates/admin/csv-export.tpl.php:
|
3231 |
msgctxt "admin csv-export"
|
3232 |
msgid ""
|
3233 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
3234 |
"both a CSV file and listing images."
|
3235 |
msgstr ""
|
3236 |
|
3237 |
-
#: templates/admin/csv-export.tpl.php:
|
3238 |
msgctxt "admin csv-export"
|
3239 |
msgid "Additional metadata to export:"
|
3240 |
msgstr ""
|
3241 |
|
3242 |
-
#: templates/admin/csv-export.tpl.php:
|
3243 |
msgctxt "admin csv-export"
|
3244 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3245 |
msgstr ""
|
3246 |
|
3247 |
-
#: templates/admin/csv-export.tpl.php:
|
3248 |
msgctxt "admin csv-export"
|
3249 |
msgid "Author information (username)"
|
3250 |
msgstr ""
|
3251 |
|
3252 |
-
#: templates/admin/csv-export.tpl.php:
|
3253 |
msgctxt "admin csv-export"
|
3254 |
msgid "Listing expiration date"
|
3255 |
msgstr ""
|
3256 |
|
3257 |
-
#: templates/admin/csv-export.tpl.php:
|
3258 |
msgctxt "admin csv-export"
|
3259 |
msgid "Listing created date"
|
3260 |
msgstr ""
|
3261 |
|
3262 |
-
#: templates/admin/csv-export.tpl.php:
|
3263 |
msgctxt "admin csv-export"
|
3264 |
msgid "Listing last updated date"
|
3265 |
msgstr ""
|
3266 |
|
3267 |
-
#: templates/admin/csv-export.tpl.php:
|
3268 |
msgctxt "admin csv-export"
|
3269 |
msgid "Listing T&C acceptance date"
|
3270 |
msgstr ""
|
3271 |
|
3272 |
-
#: templates/admin/csv-export.tpl.php:
|
3273 |
msgctxt "admin csv-export"
|
3274 |
msgid "CSV File Settings"
|
3275 |
msgstr ""
|
3276 |
|
3277 |
-
#: templates/admin/csv-export.tpl.php:
|
3278 |
msgctxt "admin csv-export"
|
3279 |
msgid "What operating system will you use to edit the CSV file?"
|
3280 |
msgstr ""
|
3281 |
|
3282 |
-
#: templates/admin/csv-export.tpl.php:
|
3283 |
msgctxt "admin csv-export"
|
3284 |
msgid "Windows"
|
3285 |
msgstr ""
|
3286 |
|
3287 |
-
#: templates/admin/csv-export.tpl.php:
|
3288 |
msgctxt "admin csv-export"
|
3289 |
msgid "macOS"
|
3290 |
msgstr ""
|
3291 |
|
3292 |
-
#: templates/admin/csv-export.tpl.php:
|
3293 |
msgctxt "admin csv-export"
|
3294 |
msgid ""
|
3295 |
"Windows and macOS versions of MS Excel handle CSV files differently. To "
|
@@ -3298,88 +3297,88 @@ msgid ""
|
|
3298 |
"for each operating system."
|
3299 |
msgstr ""
|
3300 |
|
3301 |
-
#: templates/admin/csv-export.tpl.php:
|
3302 |
msgctxt "admin csv-export"
|
3303 |
msgid "Image Separator"
|
3304 |
msgstr ""
|
3305 |
|
3306 |
-
#: templates/admin/csv-export.tpl.php:
|
3307 |
msgctxt "admin csv-export"
|
3308 |
msgid "Category Separator"
|
3309 |
msgstr ""
|
3310 |
|
3311 |
-
#: templates/admin/csv-export.tpl.php:
|
3312 |
msgctxt "admin csv-export"
|
3313 |
msgid "Export Listings"
|
3314 |
msgstr ""
|
3315 |
|
3316 |
-
#: templates/admin/csv-export.tpl.php:
|
3317 |
msgctxt "admin csv-export"
|
3318 |
msgid "Export in Progress..."
|
3319 |
msgstr ""
|
3320 |
|
3321 |
-
#: templates/admin/csv-export.tpl.php:
|
3322 |
msgctxt "admin csv-export"
|
3323 |
msgid ""
|
3324 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
3325 |
"until the export finishes."
|
3326 |
msgstr ""
|
3327 |
|
3328 |
-
#: templates/admin/csv-export.tpl.php:
|
3329 |
msgctxt "admin csv-export"
|
3330 |
msgid "No. of listings:"
|
3331 |
msgstr ""
|
3332 |
|
3333 |
-
#: templates/admin/csv-export.tpl.php:
|
3334 |
msgctxt "admin csv-export"
|
3335 |
msgid "Approximate export file size:"
|
3336 |
msgstr ""
|
3337 |
|
3338 |
-
#: templates/admin/csv-export.tpl.php:
|
3339 |
msgctxt "admin csv-export"
|
3340 |
msgid "Cancel Export"
|
3341 |
msgstr ""
|
3342 |
|
3343 |
-
#: templates/admin/csv-export.tpl.php:
|
3344 |
msgctxt "admin csv-export"
|
3345 |
msgid "Export Complete"
|
3346 |
msgstr ""
|
3347 |
|
3348 |
-
#: templates/admin/csv-export.tpl.php:
|
3349 |
msgctxt "admin csv-export"
|
3350 |
msgid ""
|
3351 |
"Your export file has been successfully created and it is now ready for "
|
3352 |
"download."
|
3353 |
msgstr ""
|
3354 |
|
3355 |
-
#: templates/admin/csv-export.tpl.php:
|
3356 |
msgctxt "admin csv-export"
|
3357 |
msgid "Download %1$s (%2$s)"
|
3358 |
msgstr ""
|
3359 |
|
3360 |
-
#: templates/admin/csv-export.tpl.php:
|
3361 |
msgctxt "admin csv-export"
|
3362 |
msgid ""
|
3363 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
3364 |
"temporary data created by Business Directory during the export process."
|
3365 |
msgstr ""
|
3366 |
|
3367 |
-
#: templates/admin/csv-export.tpl.php:
|
3368 |
msgctxt "admin csv-export"
|
3369 |
msgid "Cleanup"
|
3370 |
msgstr ""
|
3371 |
|
3372 |
-
#: templates/admin/csv-export.tpl.php:
|
3373 |
msgctxt "admin csv-export"
|
3374 |
msgid "Export Canceled"
|
3375 |
msgstr ""
|
3376 |
|
3377 |
-
#: templates/admin/csv-export.tpl.php:
|
3378 |
msgctxt "admin csv-export"
|
3379 |
msgid "The export has been canceled."
|
3380 |
msgstr ""
|
3381 |
|
3382 |
-
#: templates/admin/csv-export.tpl.php:
|
3383 |
msgctxt "admin csv-export"
|
3384 |
msgid "← Return to CSV Export"
|
3385 |
msgstr ""
|
@@ -3540,22 +3539,22 @@ msgctxt "fees order"
|
|
3540 |
msgid "Custom Order"
|
3541 |
msgstr ""
|
3542 |
|
3543 |
-
#: includes/admin/fees.php:
|
3544 |
msgctxt "fees admin"
|
3545 |
msgid "Fee plan added."
|
3546 |
msgstr ""
|
3547 |
|
3548 |
-
#: includes/admin/fees.php:
|
3549 |
msgctxt "fees admin"
|
3550 |
msgid "Fee plan updated."
|
3551 |
msgstr ""
|
3552 |
|
3553 |
-
#: includes/admin/fees.php:
|
3554 |
msgctxt "fees admin"
|
3555 |
msgid "Fee \"%s\" deleted."
|
3556 |
msgstr ""
|
3557 |
|
3558 |
-
#: includes/admin/fees.php:
|
3559 |
msgctxt "fees admin"
|
3560 |
msgid "Fee disabled."
|
3561 |
msgstr ""
|
@@ -3715,72 +3714,72 @@ msgctxt "fees admin"
|
|
3715 |
msgid "Status"
|
3716 |
msgstr ""
|
3717 |
|
3718 |
-
#: templates/admin/fees-form.tpl.php:
|
3719 |
msgctxt "fees admin"
|
3720 |
msgid "Plan Category Policy:"
|
3721 |
msgstr ""
|
3722 |
|
3723 |
-
#: templates/admin/fees-form.tpl.php:
|
3724 |
msgctxt "fees admin"
|
3725 |
msgid "Plan applies to all categories"
|
3726 |
msgstr ""
|
3727 |
|
3728 |
-
#: templates/admin/fees-form.tpl.php:
|
3729 |
msgctxt "fees admin"
|
3730 |
msgid "Plan applies to only certain categories"
|
3731 |
msgstr ""
|
3732 |
|
3733 |
-
#: templates/admin/fees-form.tpl.php:
|
3734 |
msgctxt "fees admin"
|
3735 |
msgid "Limit plan to the following categories:"
|
3736 |
msgstr ""
|
3737 |
|
3738 |
-
#: templates/admin/fees-form.tpl.php:
|
3739 |
msgctxt "fees admin"
|
3740 |
msgid "Click to add categories to the selection."
|
3741 |
msgstr ""
|
3742 |
|
3743 |
-
#: templates/admin/fees-form.tpl.php:
|
3744 |
msgctxt "fees admin"
|
3745 |
msgid "Pricing"
|
3746 |
msgstr ""
|
3747 |
|
3748 |
-
#: templates/admin/fees-form.tpl.php:
|
3749 |
msgctxt "fees admin"
|
3750 |
msgid "Pricing model"
|
3751 |
msgstr ""
|
3752 |
|
3753 |
-
#: templates/admin/fees-form.tpl.php:
|
3754 |
msgctxt "fees admin"
|
3755 |
msgid "Flat price"
|
3756 |
msgstr ""
|
3757 |
|
3758 |
-
#: templates/admin/fees-form.tpl.php:
|
3759 |
msgctxt "fees admin"
|
3760 |
msgid "Different price for different categories"
|
3761 |
msgstr ""
|
3762 |
|
3763 |
-
#: templates/admin/fees-form.tpl.php:
|
3764 |
msgctxt "fees admin"
|
3765 |
msgid "Base price plus an extra amount per category"
|
3766 |
msgstr ""
|
3767 |
|
3768 |
-
#: templates/admin/fees-form.tpl.php:
|
3769 |
msgctxt "fees admin"
|
3770 |
msgid "Fee Price"
|
3771 |
msgstr ""
|
3772 |
|
3773 |
-
#: templates/admin/fees-form.tpl.php:
|
3774 |
msgctxt "fees admin"
|
3775 |
msgid "Prices per category"
|
3776 |
msgstr ""
|
3777 |
|
3778 |
-
#: templates/admin/fees-form.tpl.php:
|
3779 |
msgctxt "fees admin"
|
3780 |
msgid "Price"
|
3781 |
msgstr ""
|
3782 |
|
3783 |
-
#: templates/admin/fees-form.tpl.php:
|
3784 |
msgctxt "fees admin"
|
3785 |
msgid "Extra amount (per category)"
|
3786 |
msgstr ""
|
@@ -3860,12 +3859,12 @@ msgctxt "form-fields admin"
|
|
3860 |
msgid "Form Preview"
|
3861 |
msgstr ""
|
3862 |
|
3863 |
-
#: includes/admin/form-fields.php:
|
3864 |
msgctxt "form-fields admin"
|
3865 |
msgid "Form fields updated."
|
3866 |
msgstr ""
|
3867 |
|
3868 |
-
#: includes/admin/form-fields.php:
|
3869 |
msgctxt "form-fields admin"
|
3870 |
msgid ""
|
3871 |
"<b>Important</b>: Since the \"<a>Display email address fields "
|
@@ -3875,17 +3874,17 @@ msgid ""
|
|
3875 |
"of e-mails</a>."
|
3876 |
msgstr ""
|
3877 |
|
3878 |
-
#: includes/admin/form-fields.php:
|
3879 |
msgctxt "form-fields admin"
|
3880 |
msgid "Field deleted."
|
3881 |
msgstr ""
|
3882 |
|
3883 |
-
#: includes/admin/form-fields.php:
|
3884 |
msgctxt "form-fields admin"
|
3885 |
msgid "Required fields created successfully."
|
3886 |
msgstr ""
|
3887 |
|
3888 |
-
#: includes/admin/form-fields.php:
|
3889 |
msgctxt "form-fields admin"
|
3890 |
msgid "Tags updated."
|
3891 |
msgstr ""
|
@@ -4285,72 +4284,61 @@ msgid "Listing Status"
|
|
4285 |
msgstr ""
|
4286 |
|
4287 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
4288 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4289 |
msgctxt "listing metabox"
|
4290 |
msgid "N/A"
|
4291 |
msgstr ""
|
4292 |
|
4293 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4294 |
msgctxt "listing metabox"
|
4295 |
msgid "Last renew date"
|
4296 |
msgstr ""
|
4297 |
|
4298 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4299 |
msgctxt "listing metabox"
|
4300 |
msgid "Plan Details"
|
4301 |
msgstr ""
|
4302 |
|
4303 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4304 |
msgctxt "listing metabox"
|
4305 |
msgid "Fee Plan"
|
4306 |
msgstr ""
|
4307 |
|
4308 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4309 |
msgctxt "listing metabox"
|
4310 |
msgid "Change plan"
|
4311 |
msgstr ""
|
4312 |
|
4313 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4314 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4315 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4316 |
msgctxt "listing metabox"
|
4317 |
msgid "OK"
|
4318 |
msgstr ""
|
4319 |
|
4320 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4321 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4322 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4323 |
msgctxt "listing metabox"
|
4324 |
msgid "Cancel"
|
4325 |
msgstr ""
|
4326 |
|
4327 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4328 |
msgctxt "listing metabox"
|
4329 |
msgid "Expires On"
|
4330 |
msgstr ""
|
4331 |
|
4332 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4333 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:95
|
4334 |
-
msgctxt "listing metabox"
|
4335 |
-
msgid "Edit"
|
4336 |
-
msgstr ""
|
4337 |
-
|
4338 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:82
|
4339 |
-
msgctxt "listing metabox"
|
4340 |
-
msgid "Never"
|
4341 |
-
msgstr ""
|
4342 |
-
|
4343 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
4344 |
msgctxt "listing metabox"
|
4345 |
msgid "# of images"
|
4346 |
msgstr ""
|
4347 |
|
4348 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4349 |
msgctxt "listing metabox"
|
4350 |
msgid "Is Featured?"
|
4351 |
msgstr ""
|
4352 |
|
4353 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
4354 |
msgctxt "listing metabox"
|
4355 |
msgid "Is Recurring?"
|
4356 |
msgstr ""
|
@@ -4474,13 +4462,6 @@ msgid ""
|
|
4474 |
"timeouts and/or general slowness."
|
4475 |
msgstr ""
|
4476 |
|
4477 |
-
#: includes/admin/settings/class-settings-bootstrap.php:414
|
4478 |
-
msgctxt "admin settings"
|
4479 |
-
msgid ""
|
4480 |
-
"If no fields are selected, the following fields will be used in Quick "
|
4481 |
-
"Searches:"
|
4482 |
-
msgstr ""
|
4483 |
-
|
4484 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
4485 |
msgctxt "admin settings"
|
4486 |
msgid "Do not include comments in listings"
|
@@ -6606,42 +6587,42 @@ msgctxt "submit listing"
|
|
6606 |
msgid "Category & plan selection"
|
6607 |
msgstr ""
|
6608 |
|
6609 |
-
#: includes/views/submit_listing.php:
|
6610 |
msgctxt "submit listing"
|
6611 |
msgid "Can not submit a listing at this moment. Please try again later."
|
6612 |
msgstr ""
|
6613 |
|
6614 |
-
#: includes/views/submit_listing.php:
|
6615 |
msgctxt "submit listing"
|
6616 |
msgid "Please select a category."
|
6617 |
msgstr ""
|
6618 |
|
6619 |
-
#: includes/views/submit_listing.php:
|
6620 |
msgctxt "submit listing"
|
6621 |
msgid "Please choose a valid category for your plan."
|
6622 |
msgstr ""
|
6623 |
|
6624 |
-
#: includes/views/submit_listing.php:
|
6625 |
msgctxt "submit listing"
|
6626 |
msgid "Please choose a valid fee plan for your category selection."
|
6627 |
msgstr ""
|
6628 |
|
6629 |
-
#: includes/views/submit_listing.php:
|
6630 |
msgctxt "submit listing"
|
6631 |
msgid "Please enter your desired username."
|
6632 |
msgstr ""
|
6633 |
|
6634 |
-
#: includes/views/submit_listing.php:
|
6635 |
msgctxt "submit listing"
|
6636 |
msgid "Please enter the e-mail for your new account."
|
6637 |
msgstr ""
|
6638 |
|
6639 |
-
#: includes/views/submit_listing.php:
|
6640 |
msgctxt "submit listing"
|
6641 |
msgid "The username you chose is already in use. Please use a different one."
|
6642 |
msgstr ""
|
6643 |
|
6644 |
-
#: includes/views/submit_listing.php:
|
6645 |
msgctxt "submit listing"
|
6646 |
msgid "The e-mail address you chose for your account is already in use."
|
6647 |
msgstr ""
|
@@ -6666,12 +6647,12 @@ msgctxt "views"
|
|
6666 |
msgid "Find A Listing"
|
6667 |
msgstr ""
|
6668 |
|
6669 |
-
#: includes/class-wpbdp.php:
|
6670 |
msgctxt "listing image upload"
|
6671 |
msgid "Can not upload any more images for this listing."
|
6672 |
msgstr ""
|
6673 |
|
6674 |
-
#: includes/class-wpbdp.php:
|
6675 |
msgctxt "listing image upload"
|
6676 |
msgid ""
|
6677 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
@@ -6944,21 +6925,21 @@ msgctxt "templates"
|
|
6944 |
msgid "Listing submission has been disabled. Contact the administrator for details."
|
6945 |
msgstr ""
|
6946 |
|
6947 |
-
#: includes/views/submit_listing.php:
|
6948 |
msgctxt "templates"
|
6949 |
msgid ""
|
6950 |
"<b>There are no Fee Plans available</b>, without a fee plan site users "
|
6951 |
"can't submit a listing. %s to create a fee plan"
|
6952 |
msgstr ""
|
6953 |
|
6954 |
-
#: includes/views/submit_listing.php:
|
6955 |
msgctxt "templates"
|
6956 |
msgid ""
|
6957 |
"Listing submission is not available at the moment. Contact the "
|
6958 |
"administrator for details."
|
6959 |
msgstr ""
|
6960 |
|
6961 |
-
#: includes/views/submit_listing.php:
|
6962 |
msgctxt "templates"
|
6963 |
msgid ""
|
6964 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
@@ -6966,12 +6947,12 @@ msgid ""
|
|
6966 |
"an existing field"
|
6967 |
msgstr ""
|
6968 |
|
6969 |
-
#: includes/views/submit_listing.php:
|
6970 |
msgctxt "templates"
|
6971 |
msgid "Please agree to the Terms and Conditions."
|
6972 |
msgstr ""
|
6973 |
|
6974 |
-
#: includes/views/submit_listing.php:
|
6975 |
msgctxt "templates"
|
6976 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6977 |
msgstr ""
|
@@ -7210,19 +7191,19 @@ msgctxt "default category name"
|
|
7210 |
msgid "General"
|
7211 |
msgstr ""
|
7212 |
|
7213 |
-
#: includes/licensing.php:
|
7214 |
msgctxt "licensing"
|
7215 |
msgid "Could not contact licensing server"
|
7216 |
msgstr ""
|
7217 |
|
7218 |
-
#: includes/licensing.php:
|
7219 |
msgctxt "licensing"
|
7220 |
msgid ""
|
7221 |
"It was not possible to establish a connection with Business Directory's "
|
7222 |
"server. cURL was not found in your system"
|
7223 |
msgstr ""
|
7224 |
|
7225 |
-
#: includes/licensing.php:
|
7226 |
msgctxt "licensing"
|
7227 |
msgid ""
|
7228 |
"To ensure the security of our systems and adhere to industry best "
|
@@ -7231,7 +7212,7 @@ msgid ""
|
|
7231 |
"OpenSSL 1.0.1c)."
|
7232 |
msgstr ""
|
7233 |
|
7234 |
-
#: includes/licensing.php:
|
7235 |
msgctxt "licensing"
|
7236 |
msgid ""
|
7237 |
"Upgrading your system will not only allow you to communicate with Business "
|
@@ -7239,21 +7220,21 @@ msgid ""
|
|
7239 |
"services using the latest security standards."
|
7240 |
msgstr ""
|
7241 |
|
7242 |
-
#: includes/licensing.php:
|
7243 |
msgctxt "licensing"
|
7244 |
msgid ""
|
7245 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7246 |
"Include this message if necessary"
|
7247 |
msgstr ""
|
7248 |
|
7249 |
-
#: includes/licensing.php:
|
7250 |
msgctxt "licensing"
|
7251 |
msgid ""
|
7252 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7253 |
"Include this message if necessary."
|
7254 |
msgstr ""
|
7255 |
|
7256 |
-
#: includes/licensing.php:
|
7257 |
msgctxt "licensing"
|
7258 |
msgid "The server returned a 403 Forbidden error."
|
7259 |
msgstr ""
|
@@ -7263,22 +7244,22 @@ msgctxt "licensing"
|
|
7263 |
msgid "Could not activate license: %s."
|
7264 |
msgstr ""
|
7265 |
|
7266 |
-
#: includes/licensing.php:
|
7267 |
msgctxt "licensing"
|
7268 |
msgid "License activated"
|
7269 |
msgstr ""
|
7270 |
|
7271 |
-
#: includes/licensing.php:
|
7272 |
msgctxt "licensing"
|
7273 |
msgid "Could not deactivate license: %s."
|
7274 |
msgstr ""
|
7275 |
|
7276 |
-
#: includes/licensing.php:
|
7277 |
msgctxt "licensing"
|
7278 |
msgid "License deactivated"
|
7279 |
msgstr ""
|
7280 |
|
7281 |
-
#: includes/licensing.php:
|
7282 |
#. translators: "<module-name>" version <version-number> is not...
|
7283 |
msgctxt "deprecation"
|
7284 |
msgid ""
|
@@ -7673,7 +7654,7 @@ msgctxt "preview"
|
|
7673 |
msgid "This is just a preview. The listing has not been published yet."
|
7674 |
msgstr ""
|
7675 |
|
7676 |
-
#: includes/views/submit_listing.php:
|
7677 |
msgctxt "listing submit"
|
7678 |
msgid ""
|
7679 |
"Image upload is required, please provide at least one image and submit "
|
@@ -7821,12 +7802,12 @@ msgctxt "widgets"
|
|
7821 |
msgid "Search"
|
7822 |
msgstr ""
|
7823 |
|
7824 |
-
#: templates/admin/csv-export.tpl.php:
|
7825 |
-
#: templates/admin/csv-export.tpl.php:
|
7826 |
-
#: templates/admin/csv-import.tpl.php:
|
7827 |
-
#: templates/admin/csv-import.tpl.php:
|
7828 |
-
#: templates/admin/csv-import.tpl.php:
|
7829 |
-
#: templates/admin/csv-import.tpl.php:
|
7830 |
msgctxt "admin forms"
|
7831 |
msgid "required"
|
7832 |
msgstr ""
|
@@ -7864,22 +7845,22 @@ msgid ""
|
|
7864 |
"we'll answer it within 24 hours most days."
|
7865 |
msgstr ""
|
7866 |
|
7867 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
7868 |
msgctxt "admin infometabox"
|
7869 |
msgid "Renewal url (copy & paste)"
|
7870 |
msgstr ""
|
7871 |
|
7872 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
7873 |
msgctxt "admin infometabox"
|
7874 |
msgid "Get renewal URL"
|
7875 |
msgstr ""
|
7876 |
|
7877 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
7878 |
msgctxt "admin infometabox"
|
7879 |
msgid "Send renewal e-mail"
|
7880 |
msgstr ""
|
7881 |
|
7882 |
-
#: templates/admin/metaboxes-listing-information-plan.tpl.php:
|
7883 |
msgctxt "admin infometabox"
|
7884 |
msgid "Renew listing"
|
7885 |
msgstr ""
|
2 |
# This file is distributed under the GPLv2 or any later version.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Business Directory Plugin 5.11.2\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://wordpress.org/support/plugin/business-directory-plugin\n"
|
8 |
+
"POT-Creation-Date: 2021-04-08 23:50:40+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
20 |
msgid "Are you sure you want to do this?"
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: includes/admin/class-admin-csv.php:38 templates/admin/csv-import.tpl.php:294
|
24 |
msgid "Help"
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: includes/admin/class-admin-listings.php:185
|
28 |
#: includes/views/submit_listing.php:497
|
29 |
#: templates/email/listing-reported.tpl.php:7
|
30 |
msgid "Listing Information"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: includes/admin/class-admin-listings.php:193
|
34 |
msgid "Listing Timeline"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: includes/admin/class-admin-listings.php:211
|
38 |
msgid "Listing Reports"
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: includes/admin/class-admin-listings.php:221
|
42 |
#: includes/admin/class-listing-owner.php:87
|
43 |
msgid "Listing Owner"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: includes/admin/class-admin-listings.php:266
|
47 |
msgid "Expires on"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: includes/admin/class-admin-listings.php:274
|
51 |
msgid "Attributes"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: includes/admin/class-admin-listings.php:471
|
55 |
#: includes/class-cpt-integration.php:19
|
56 |
#: includes/compatibility/class-navxt-integration.php:200
|
57 |
#: templates/submit-listing.tpl.php:15
|
58 |
msgid "Edit Listing"
|
59 |
msgstr ""
|
60 |
|
|
|
|
|
|
|
|
|
61 |
#: includes/admin/class-admin.php:186
|
62 |
msgid ""
|
63 |
"Find out how to create a compelling, thriving business directory from "
|
118 |
msgid "Listing Count"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: includes/admin/class-csv-import.php:674
|
122 |
msgid "Listing imported by admin. Payment skipped."
|
123 |
msgstr ""
|
124 |
|
191 |
#: includes/admin/fees.php:46 includes/admin/helpers/class-fees-table.php:122
|
192 |
#: includes/admin/helpers/class-payments-table.php:57
|
193 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:273
|
194 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:73
|
195 |
+
#: templates/admin/payments-details.tpl.php:110
|
196 |
#: templates/email/listing-payment-completed.tpl.php:21
|
197 |
#: templates/payment/payment_items.tpl.php:5
|
198 |
msgid "Amount"
|
206 |
|
207 |
#: includes/admin/form-fields.php:31
|
208 |
#: includes/fields/class-fieldtypes-social.php:138
|
209 |
+
#: templates/admin/csv-import.tpl.php:305
|
210 |
msgid "Type"
|
211 |
msgstr ""
|
212 |
|
213 |
#: includes/admin/form-fields.php:88
|
214 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:84
|
215 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:99
|
216 |
msgid "Edit"
|
217 |
msgstr ""
|
218 |
|
233 |
"Directory do it for you."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: includes/admin/form-fields.php:222 includes/views/submit_listing.php:826
|
237 |
msgid "Go to \"Form Fields\""
|
238 |
msgstr ""
|
239 |
|
242 |
msgid "Go back"
|
243 |
msgstr ""
|
244 |
|
245 |
+
#: includes/admin/form-fields.php:522
|
246 |
#: includes/admin/settings/class-settings-bootstrap.php:753
|
247 |
#: templates/email/listing-added.tpl.php:10
|
248 |
#: templates/email/listing-edited.tpl.php:16
|
250 |
msgid "Title"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: includes/admin/form-fields.php:523 templates/admin/fees-form.tpl.php:217
|
254 |
#: templates/email/listing-added.tpl.php:21
|
255 |
#: templates/email/listing-edited.tpl.php:29
|
256 |
msgid "Category"
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: includes/admin/form-fields.php:524
|
260 |
msgid "Excerpt"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: includes/admin/form-fields.php:525
|
264 |
msgid "Content"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: includes/admin/form-fields.php:526
|
268 |
msgid "Tags"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: includes/admin/form-fields.php:527 includes/form-fields.php:445
|
272 |
#: templates/checkout-billing-form.tpl.php:75
|
273 |
#: themes/default/templates/excerpt_content.tpl.php:22
|
274 |
msgid "Address"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: includes/admin/form-fields.php:528
|
278 |
msgid "Address 2"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: includes/admin/form-fields.php:529
|
282 |
+
#: templates/admin/payments-details.tpl.php:161
|
283 |
#: templates/checkout-billing-form.tpl.php:87
|
284 |
msgid "City"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: includes/admin/form-fields.php:530
|
288 |
+
#: templates/admin/payments-details.tpl.php:157
|
289 |
msgid "State"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: includes/admin/form-fields.php:531
|
293 |
+
#: templates/admin/payments-details.tpl.php:153
|
294 |
#: templates/checkout-billing-form.tpl.php:102
|
295 |
msgid "Country"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: includes/admin/form-fields.php:532 includes/form-fields.php:453
|
299 |
+
#: templates/admin/payments-details.tpl.php:165
|
300 |
msgid "ZIP Code"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: includes/admin/form-fields.php:533
|
304 |
msgid "FAX Number"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: includes/admin/form-fields.php:534
|
308 |
#: includes/fields/class-fieldtypes-phone-number.php:13
|
309 |
msgid "Phone Number"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: includes/admin/form-fields.php:535
|
313 |
msgid "Ratings Field"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: includes/admin/form-fields.php:536
|
317 |
msgid "Twitter"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: includes/admin/form-fields.php:537 includes/form-fields.php:411
|
321 |
msgid "Website"
|
322 |
msgstr ""
|
323 |
|
379 |
msgstr ""
|
380 |
|
381 |
#: includes/admin/settings/class-settings-bootstrap.php:13
|
382 |
+
#: includes/form-fields.php:428 includes/views/submit_listing.php:1225
|
383 |
+
#: templates/admin/payments-details.tpl.php:137
|
384 |
#: templates/listing-contactform.tpl.php:33
|
385 |
#: templates/listing-flagging-form.tpl.php:39
|
386 |
msgid "Email"
|
406 |
#: includes/admin/settings/class-settings-bootstrap.php:254
|
407 |
#: includes/class-assets.php:317
|
408 |
#: includes/fields/class-fieldtypes-textarea.php:200
|
409 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
410 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
411 |
msgid "No"
|
412 |
msgstr ""
|
413 |
|
461 |
"if you're on shared hosting plans, where database performance is an issue."
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: includes/admin/settings/class-settings-bootstrap.php:414
|
465 |
+
msgid ""
|
466 |
+
"If no fields are selected, the following fields will be used in Quick "
|
467 |
+
"Searches:"
|
468 |
+
msgstr ""
|
469 |
+
|
470 |
#: includes/admin/settings/class-settings-bootstrap.php:443
|
471 |
msgid "Categories"
|
472 |
msgstr ""
|
692 |
msgstr ""
|
693 |
|
694 |
#: includes/admin/upgrades/migrations/manual-upgrade-18_0-featured-levels.php:272
|
695 |
+
#: templates/admin/fees-form.tpl.php:17
|
696 |
msgid "Fee Label"
|
697 |
msgstr ""
|
698 |
|
716 |
msgstr ""
|
717 |
|
718 |
#: includes/class-assets.php:315
|
719 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:86
|
720 |
msgid "Never"
|
721 |
msgstr ""
|
722 |
|
723 |
#: includes/class-assets.php:316
|
724 |
#: includes/fields/class-fieldtypes-textarea.php:201
|
725 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:110
|
726 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:117
|
727 |
msgid "Yes"
|
728 |
msgstr ""
|
729 |
|
843 |
"to %1$sFee Plans%2$s to add or edit your fee plan(s)."
|
844 |
msgstr ""
|
845 |
|
846 |
+
#: includes/class-wpbdp.php:305
|
847 |
+
msgid "Upgrade to Premium"
|
848 |
+
msgstr ""
|
849 |
+
|
850 |
+
#: includes/class-wpbdp.php:308
|
851 |
msgid "Settings"
|
852 |
msgstr ""
|
853 |
|
854 |
+
#: includes/class-wpbdp.php:507
|
855 |
msgid "Could not find listing ID"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: includes/class-wpbdp.php:514
|
859 |
msgid ""
|
860 |
"Could not verify the image upload request. If problem persists contact site "
|
861 |
"admin."
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: includes/class-wpbdp.php:521 includes/fields/class-fieldtypes-image.php:322
|
865 |
msgid "Could not find image ID"
|
866 |
msgstr ""
|
867 |
|
868 |
+
#: includes/class-wpbdp.php:553
|
869 |
msgid ""
|
870 |
"The directory features are disabled at this time because a <a>manual "
|
871 |
"upgrade</a> is pending."
|
872 |
msgstr ""
|
873 |
|
874 |
+
#: includes/class-wpbdp.php:560
|
875 |
msgid ""
|
876 |
"The directory is not available at this time. Please try again in a few "
|
877 |
"minutes or contact the administrator if the problem persists."
|
1026 |
msgstr ""
|
1027 |
|
1028 |
#: includes/fields/class-fieldtypes-select.php:262
|
1029 |
+
#: templates/admin/fees-form.tpl.php:17 templates/admin/fees-form.tpl.php:38
|
1030 |
+
#: templates/admin/fees-form.tpl.php:58
|
1031 |
msgid "required"
|
1032 |
msgstr ""
|
1033 |
|
1121 |
msgid "Short Description"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
+
#: includes/form-fields.php:402 templates/admin/payments-details.tpl.php:109
|
1125 |
msgid "Description"
|
1126 |
msgstr ""
|
1127 |
|
1258 |
msgid "Invalid item ID"
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: includes/licensing.php:430
|
1262 |
msgid "No license key provided"
|
1263 |
msgstr ""
|
1264 |
|
1265 |
+
#: includes/licensing.php:479 includes/licensing.php:516
|
1266 |
msgid "License key is invalid"
|
1267 |
msgstr ""
|
1268 |
|
1269 |
+
#: includes/licensing.php:483
|
1270 |
msgid "Deactivation failed"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
+
#: includes/licensing.php:528
|
1274 |
msgid "The license key was revoked."
|
1275 |
msgstr ""
|
1276 |
|
1277 |
+
#: includes/licensing.php:532
|
1278 |
#. translators: %1%s: opening <a> tag, %2$s: closing </a> tag
|
1279 |
msgid ""
|
1280 |
"If you think this is a mistake, please contact %1$sBusiness Directory "
|
1283 |
"purchase with your report."
|
1284 |
msgstr ""
|
1285 |
|
1286 |
+
#: includes/licensing.php:595
|
1287 |
msgid ""
|
1288 |
"It was not possible to establish a connection with the Business Directory "
|
1289 |
"server. The connection failed with the following error:"
|
1290 |
msgstr ""
|
1291 |
|
1292 |
+
#: includes/licensing.php:608
|
1293 |
msgid ""
|
1294 |
"It was not possible to establish a connection with the Business Directory "
|
1295 |
"server. A problem occurred in the SSL/TSL handshake:"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
+
#: includes/licensing.php:655
|
1299 |
msgid ""
|
1300 |
"It looks like your server is not authorized to make outgoing requests to "
|
1301 |
"Business Directory servers. Please contact your webhost and ask them to add "
|
1302 |
"our IP address 52.0.78.177 to your allow list."
|
1303 |
msgstr ""
|
1304 |
|
1305 |
+
#: includes/licensing.php:742
|
1306 |
msgid "Business Directory license key is missing."
|
1307 |
msgstr ""
|
1308 |
|
1309 |
+
#: includes/licensing.php:743
|
1310 |
msgid "Business Directory license key has expired"
|
1311 |
msgstr ""
|
1312 |
|
1313 |
+
#: includes/licensing.php:744
|
1314 |
msgid "Could not verify Business Directory license."
|
1315 |
msgstr ""
|
1316 |
|
1317 |
+
#: includes/licensing.php:755
|
1318 |
msgid "Review license keys"
|
1319 |
msgstr ""
|
1320 |
|
1321 |
+
#: includes/licensing.php:868
|
1322 |
msgid "Missing data. Please reload this page and try again."
|
1323 |
msgstr ""
|
1324 |
|
1325 |
+
#: includes/licensing.php:873
|
1326 |
msgid "Please enter a license key."
|
1327 |
msgstr ""
|
1328 |
|
1395 |
msgid "Account Creation"
|
1396 |
msgstr ""
|
1397 |
|
1398 |
+
#: includes/views/submit_listing.php:809
|
1399 |
msgid "Go to \"Fee Plans\""
|
1400 |
msgstr ""
|
1401 |
|
1402 |
+
#: includes/views/submit_listing.php:865
|
1403 |
msgid "Please choose a fee plan."
|
1404 |
msgstr ""
|
1405 |
|
1406 |
+
#: includes/views/submit_listing.php:1049
|
1407 |
msgid "Please check the form for errors, correct them and submit again."
|
1408 |
msgstr ""
|
1409 |
|
1410 |
+
#: includes/views/submit_listing.php:1209
|
1411 |
msgid "Create a user account on this site"
|
1412 |
msgstr ""
|
1413 |
|
1414 |
+
#: includes/views/submit_listing.php:1216
|
1415 |
msgid "Username"
|
1416 |
msgstr ""
|
1417 |
|
1418 |
+
#: includes/views/submit_listing.php:1238
|
1419 |
msgid "Clear Form"
|
1420 |
msgstr ""
|
1421 |
|
1426 |
"for details."
|
1427 |
msgstr ""
|
1428 |
|
1429 |
+
#: templates/admin/csv-export.tpl.php:65
|
1430 |
msgid ""
|
1431 |
"If you plan to re-import the listings into your directory and don't want "
|
1432 |
"new ones created, select this option!"
|
1433 |
msgstr ""
|
1434 |
|
1435 |
+
#: templates/admin/csv-import.tpl.php:34
|
1436 |
+
#. translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
|
1437 |
+
msgid ""
|
1438 |
+
"We strongly recommend reading our %1$sCSV import documentation%2$s first to "
|
1439 |
+
"help you do things in the right order."
|
1440 |
+
msgstr ""
|
1441 |
+
|
1442 |
+
#: templates/admin/csv-import.tpl.php:274
|
1443 |
msgid "Disable email notifications during import?"
|
1444 |
msgstr ""
|
1445 |
|
1446 |
+
#: templates/admin/csv-import.tpl.php:281
|
1447 |
msgid "Disable email notifications."
|
1448 |
msgstr ""
|
1449 |
|
1457 |
msgid "Download Debug Information"
|
1458 |
msgstr ""
|
1459 |
|
1460 |
+
#: templates/admin/fees-add-fee.tpl.php:4 templates/admin/fees-form.tpl.php:243
|
1461 |
msgid "Add Listing Fee"
|
1462 |
msgstr ""
|
1463 |
|
1465 |
msgid "Edit Listing Fee"
|
1466 |
msgstr ""
|
1467 |
|
1468 |
+
#: templates/admin/fees-form.tpl.php:30
|
1469 |
msgid "Fee Description"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
+
#: templates/admin/fees-form.tpl.php:38
|
1473 |
msgid "How long should the listing run?"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
+
#: templates/admin/fees-form.tpl.php:41
|
1477 |
msgid "run listing for"
|
1478 |
msgstr ""
|
1479 |
|
1480 |
+
#: templates/admin/fees-form.tpl.php:51
|
1481 |
#: templates/plan-selection-plan.tpl.php:39
|
1482 |
msgid "days"
|
1483 |
msgstr ""
|
1484 |
|
1485 |
+
#: templates/admin/fees-form.tpl.php:53
|
1486 |
msgid "run listing forever"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
+
#: templates/admin/fees-form.tpl.php:58
|
1490 |
msgid "Number of images allowed"
|
1491 |
msgstr ""
|
1492 |
|
1493 |
+
#: templates/admin/fees-form.tpl.php:73
|
1494 |
msgid "Private Fee Plan (visible to admins only)?"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
+
#: templates/admin/fees-form.tpl.php:90
|
1498 |
msgid "Is recurring?"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
+
#: templates/admin/fees-form.tpl.php:102
|
1502 |
msgid "Should the listing auto-renew at the end of the listing term?"
|
1503 |
msgstr ""
|
1504 |
|
1505 |
+
#: templates/admin/fees-form.tpl.php:108
|
1506 |
msgid "Is featured listing/sticky?"
|
1507 |
msgstr ""
|
1508 |
|
1509 |
+
#: templates/admin/fees-form.tpl.php:119
|
1510 |
msgid ""
|
1511 |
"This floats the listing to the top of search results and browsing the "
|
1512 |
"directory when the user buys this plan."
|
1513 |
msgstr ""
|
1514 |
|
1515 |
+
#: templates/admin/fees-form.tpl.php:125
|
1516 |
msgid "Listing background color:"
|
1517 |
msgstr ""
|
1518 |
|
1519 |
+
#: templates/admin/fees-form.tpl.php:131
|
1520 |
msgid "Used to differentiate listings inside this plan from others."
|
1521 |
msgstr ""
|
1522 |
|
1523 |
+
#: templates/admin/fees-form.tpl.php:243
|
1524 |
#: templates/admin/settings-email.tpl.php:116
|
1525 |
#: templates/submit-listing-section.tpl.php:30
|
1526 |
msgid "Save Changes"
|
1671 |
msgid "Payment Not Found"
|
1672 |
msgstr ""
|
1673 |
|
1674 |
+
#: templates/admin/payments-details.tpl.php:42
|
1675 |
msgid "Overview"
|
1676 |
msgstr ""
|
1677 |
|
1678 |
+
#: templates/admin/payments-details.tpl.php:46
|
1679 |
+
#: templates/admin/payments-details.tpl.php:80
|
1680 |
msgid "Payment ID"
|
1681 |
msgstr ""
|
1682 |
|
1683 |
+
#: templates/admin/payments-details.tpl.php:50
|
1684 |
msgid "Listing"
|
1685 |
msgstr ""
|
1686 |
|
1687 |
+
#: templates/admin/payments-details.tpl.php:56
|
1688 |
msgid "Status"
|
1689 |
msgstr ""
|
1690 |
|
1691 |
+
#: templates/admin/payments-details.tpl.php:65
|
1692 |
msgid "Date"
|
1693 |
msgstr ""
|
1694 |
|
1695 |
+
#: templates/admin/payments-details.tpl.php:69
|
1696 |
msgid "Time"
|
1697 |
msgstr ""
|
1698 |
|
1699 |
+
#: templates/admin/payments-details.tpl.php:74
|
1700 |
msgid "Gateway"
|
1701 |
msgstr ""
|
1702 |
|
1703 |
+
#: templates/admin/payments-details.tpl.php:76
|
1704 |
#. translators: Gateway: (Not yet set)
|
1705 |
msgid "(Not yet set)"
|
1706 |
msgstr ""
|
1707 |
|
1708 |
+
#: templates/admin/payments-details.tpl.php:91
|
1709 |
msgid "Delete Payment"
|
1710 |
msgstr ""
|
1711 |
|
1712 |
+
#: templates/admin/payments-details.tpl.php:93
|
1713 |
msgid "Save Payment"
|
1714 |
msgstr ""
|
1715 |
|
1716 |
+
#: templates/admin/payments-details.tpl.php:104
|
1717 |
msgid "Details"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
+
#: templates/admin/payments-details.tpl.php:108
|
1721 |
msgid "Item Type"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
+
#: templates/admin/payments-details.tpl.php:121
|
1725 |
#: templates/payment/payment_items.tpl.php:23
|
1726 |
msgid "Total"
|
1727 |
msgstr ""
|
1728 |
|
1729 |
+
#: templates/admin/payments-details.tpl.php:132
|
1730 |
msgid "Customer Details"
|
1731 |
msgstr ""
|
1732 |
|
1733 |
+
#: templates/admin/payments-details.tpl.php:142
|
1734 |
#: templates/checkout-billing-form.tpl.php:17
|
1735 |
msgid "First Name"
|
1736 |
msgstr ""
|
1737 |
|
1738 |
+
#: templates/admin/payments-details.tpl.php:147
|
1739 |
#: templates/checkout-billing-form.tpl.php:22
|
1740 |
msgid "Last Name"
|
1741 |
msgstr ""
|
1742 |
|
1743 |
+
#: templates/admin/payments-details.tpl.php:169
|
1744 |
msgid "Address Line 1"
|
1745 |
msgstr ""
|
1746 |
|
1747 |
+
#: templates/admin/payments-details.tpl.php:173
|
1748 |
#: templates/checkout-billing-form.tpl.php:81
|
1749 |
msgid "Address Line 2"
|
1750 |
msgstr ""
|
1751 |
|
1752 |
+
#: templates/admin/payments-details.tpl.php:182
|
1753 |
msgid "Notes & Log"
|
1754 |
msgstr ""
|
1755 |
|
1756 |
+
#: templates/admin/payments-details.tpl.php:187
|
1757 |
msgid "No notes."
|
1758 |
msgstr ""
|
1759 |
|
1760 |
+
#: templates/admin/payments-details.tpl.php:207
|
1761 |
msgid "Add Note"
|
1762 |
msgstr ""
|
1763 |
|
2377 |
msgid "See an example CSV import file"
|
2378 |
msgstr ""
|
2379 |
|
2380 |
+
#: includes/admin/class-csv-import.php:531
|
2381 |
msgctxt "admin csv-import"
|
2382 |
msgid ""
|
2383 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2384 |
"with the following error: <error-message>."
|
2385 |
msgstr ""
|
2386 |
|
2387 |
+
#: includes/admin/class-csv-import.php:537
|
2388 |
msgctxt "admin csv-import"
|
2389 |
msgid "Could not create listing category \"%s\""
|
2390 |
msgstr ""
|
2391 |
|
2392 |
+
#: includes/admin/class-csv-import.php:728
|
2393 |
msgctxt "admin csv-import"
|
2394 |
msgid "Username \"%s\" does not exist"
|
2395 |
msgstr ""
|
2396 |
|
2397 |
+
#: includes/admin/class-csv-import.php:755
|
2398 |
msgctxt "admin csv-import"
|
2399 |
msgid "There is no Fee Plan with ID = <fee-id>"
|
2400 |
msgstr ""
|
2401 |
|
2402 |
+
#: includes/admin/class-csv-import.php:786
|
2403 |
msgctxt "admin csv-import"
|
2404 |
msgid "Missing required field: %s"
|
2405 |
msgstr ""
|
2406 |
|
2407 |
+
#: includes/admin/class-csv-import.php:831
|
2408 |
msgctxt "admin csv-import"
|
2409 |
msgid "Listing category \"%s\" does not exist"
|
2410 |
msgstr ""
|
2411 |
|
2412 |
+
#: includes/admin/class-csv-import.php:902
|
2413 |
msgctxt "admin csv-import"
|
2414 |
msgid "The string <string> couldn't be converted into a valid date."
|
2415 |
msgstr ""
|
2575 |
msgid "Here, you can import data into your directory using the CSV format."
|
2576 |
msgstr ""
|
2577 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2578 |
#: templates/admin/csv-import.tpl.php:45
|
2579 |
msgctxt "admin csv-import"
|
2580 |
msgid "Import Files"
|
2590 |
msgid "... or <a>select a file uploaded to the imports folder</a>"
|
2591 |
msgstr ""
|
2592 |
|
2593 |
+
#: templates/admin/csv-import.tpl.php:72 templates/admin/csv-import.tpl.php:104
|
2594 |
msgctxt "admin csv-import"
|
2595 |
msgid "(Upload new file)"
|
2596 |
msgstr ""
|
2600 |
msgid "ZIP file containing images"
|
2601 |
msgstr ""
|
2602 |
|
2603 |
+
#: templates/admin/csv-import.tpl.php:113
|
2604 |
msgctxt "admin csv-import"
|
2605 |
msgid "CSV File Settings"
|
2606 |
msgstr ""
|
2607 |
|
2608 |
+
#: templates/admin/csv-import.tpl.php:117
|
2609 |
msgctxt "admin csv-import"
|
2610 |
msgid "Column Separator"
|
2611 |
msgstr ""
|
2612 |
|
2613 |
+
#: templates/admin/csv-import.tpl.php:125
|
2614 |
msgctxt "admin csv-import"
|
2615 |
msgid "Comma (,)"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
+
#: templates/admin/csv-import.tpl.php:131
|
2619 |
msgctxt "admin csv-import"
|
2620 |
msgid "Semicolon (;)"
|
2621 |
msgstr ""
|
2622 |
|
2623 |
+
#: templates/admin/csv-import.tpl.php:137
|
2624 |
msgctxt "admin csv-import"
|
2625 |
msgid "TAB"
|
2626 |
msgstr ""
|
2627 |
|
2628 |
+
#: templates/admin/csv-import.tpl.php:143
|
2629 |
msgctxt "admin csv-import"
|
2630 |
msgid "Image Separator"
|
2631 |
msgstr ""
|
2632 |
|
2633 |
+
#: templates/admin/csv-import.tpl.php:154
|
2634 |
msgctxt "admin csv-import"
|
2635 |
msgid "Category Separator"
|
2636 |
msgstr ""
|
2637 |
|
2638 |
+
#: templates/admin/csv-import.tpl.php:165
|
2639 |
msgctxt "admin csv-import"
|
2640 |
msgid "Import settings"
|
2641 |
msgstr ""
|
2642 |
|
2643 |
+
#: templates/admin/csv-import.tpl.php:169
|
2644 |
msgctxt "admin csv-import"
|
2645 |
msgid "Post status of new imported listings"
|
2646 |
msgstr ""
|
2647 |
|
2648 |
+
#: templates/admin/csv-import.tpl.php:186
|
2649 |
msgctxt "admin csv-import"
|
2650 |
msgid "Post status of existing imported listings"
|
2651 |
msgstr ""
|
2652 |
|
2653 |
+
#: templates/admin/csv-import.tpl.php:190
|
2654 |
msgctxt "admin csv-import"
|
2655 |
msgid "Preserve existing status"
|
2656 |
msgstr ""
|
2657 |
|
2658 |
+
#: templates/admin/csv-import.tpl.php:204
|
2659 |
msgctxt "admin csv-import"
|
2660 |
msgid "Missing categories handling"
|
2661 |
msgstr ""
|
2662 |
|
2663 |
+
#: templates/admin/csv-import.tpl.php:209
|
2664 |
msgctxt "admin csv-import"
|
2665 |
msgid "Auto-create categories"
|
2666 |
msgstr ""
|
2667 |
|
2668 |
+
#: templates/admin/csv-import.tpl.php:212
|
2669 |
msgctxt "admin csv-import"
|
2670 |
msgid "Generate errors when a category is not found"
|
2671 |
msgstr ""
|
2672 |
|
2673 |
+
#: templates/admin/csv-import.tpl.php:217
|
2674 |
msgctxt "admin csv-import"
|
2675 |
msgid "Keep existing listing images?"
|
2676 |
msgstr ""
|
2677 |
|
2678 |
+
#: templates/admin/csv-import.tpl.php:222
|
2679 |
msgctxt "admin csv-import"
|
2680 |
msgid "Keep existing images."
|
2681 |
msgstr ""
|
2682 |
|
2683 |
+
#: templates/admin/csv-import.tpl.php:223
|
2684 |
msgctxt "admin csv-import"
|
2685 |
msgid "Appends new images while keeping current ones."
|
2686 |
msgstr ""
|
2687 |
|
2688 |
+
#: templates/admin/csv-import.tpl.php:228
|
2689 |
msgctxt "admin csv-import"
|
2690 |
msgid "Assign listings to a user?"
|
2691 |
msgstr ""
|
2692 |
|
2693 |
+
#: templates/admin/csv-import.tpl.php:234
|
2694 |
msgctxt "admin csv-import"
|
2695 |
msgid "Assign listings to a user."
|
2696 |
msgstr ""
|
2697 |
|
2698 |
+
#: templates/admin/csv-import.tpl.php:239
|
2699 |
msgctxt "admin csv-import"
|
2700 |
msgid "Use a default user for listings?"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: templates/admin/csv-import.tpl.php:245
|
2704 |
msgctxt "admin csv-import"
|
2705 |
msgid ""
|
2706 |
"Select a default user to be used if the username column is not present in "
|
2707 |
"the CSV file."
|
2708 |
msgstr ""
|
2709 |
|
2710 |
+
#: templates/admin/csv-import.tpl.php:250
|
2711 |
msgctxt "admin csv-import"
|
2712 |
msgid "Default listing user"
|
2713 |
msgstr ""
|
2714 |
|
2715 |
+
#: templates/admin/csv-import.tpl.php:256
|
2716 |
msgctxt "admin csv-import"
|
2717 |
msgid ""
|
2718 |
"This user will be used if the username column is not present in the CSV "
|
2719 |
"file."
|
2720 |
msgstr ""
|
2721 |
|
2722 |
+
#: templates/admin/csv-import.tpl.php:261
|
2723 |
msgctxt "admin csv-import"
|
2724 |
msgid "Number of listings imported on every cycle"
|
2725 |
msgstr ""
|
2726 |
|
2727 |
+
#: templates/admin/csv-import.tpl.php:269
|
2728 |
msgctxt "admin csv-import"
|
2729 |
msgid ""
|
2730 |
"If you are having trouble importing listings due to memory problems, try "
|
2733 |
"success on shared hosting platforms and other resource-constrained servers."
|
2734 |
msgstr ""
|
2735 |
|
2736 |
+
#: templates/admin/csv-import.tpl.php:288
|
2737 |
msgctxt "admin csv-import"
|
2738 |
msgid "Test Import"
|
2739 |
msgstr ""
|
2740 |
|
2741 |
+
#: templates/admin/csv-import.tpl.php:289
|
2742 |
msgctxt "admin csv-import"
|
2743 |
msgid "Import Listings"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
+
#: templates/admin/csv-import.tpl.php:296
|
2747 |
msgctxt "admin csv-import"
|
2748 |
msgid ""
|
2749 |
"The following are the valid header names to be used in the CSV file. "
|
2752 |
"see how an import file should look like."
|
2753 |
msgstr ""
|
2754 |
|
2755 |
+
#: templates/admin/csv-import.tpl.php:303
|
2756 |
msgctxt "admin csv-import"
|
2757 |
msgid "Header name/label"
|
2758 |
msgstr ""
|
2759 |
|
2760 |
+
#: templates/admin/csv-import.tpl.php:304
|
2761 |
msgctxt "admin csv-import"
|
2762 |
msgid "Field"
|
2763 |
msgstr ""
|
2764 |
|
2765 |
+
#: templates/admin/csv-import.tpl.php:306
|
2766 |
msgctxt "admin csv-import"
|
2767 |
msgid "Required?"
|
2768 |
msgstr ""
|
2769 |
|
2770 |
+
#: templates/admin/csv-import.tpl.php:307
|
2771 |
msgctxt "admin csv-import"
|
2772 |
msgid "Multivalued?"
|
2773 |
msgstr ""
|
2774 |
|
2775 |
+
#: templates/admin/csv-import.tpl.php:332
|
2776 |
msgctxt "admin csv-import"
|
2777 |
msgid ""
|
2778 |
"Fee ID (integer) associated to a listing. Use this column when adding or "
|
2779 |
"updating listings from external sources."
|
2780 |
msgstr ""
|
2781 |
|
2782 |
+
#: templates/admin/csv-import.tpl.php:339
|
2783 |
msgctxt "admin csv-import"
|
2784 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
2785 |
msgstr ""
|
2786 |
|
2787 |
+
#: templates/admin/csv-import.tpl.php:346
|
2788 |
msgctxt "admin csv-import"
|
2789 |
msgid "Listing author's username"
|
2790 |
msgstr ""
|
2791 |
|
2792 |
+
#: templates/admin/csv-import.tpl.php:353
|
2793 |
msgctxt "admin csv-import"
|
2794 |
msgid "Internal Sequence ID used to allow listing updates from external sources."
|
2795 |
msgstr ""
|
2796 |
|
2797 |
+
#: templates/admin/csv-import.tpl.php:360
|
2798 |
msgctxt "admin csv-import"
|
2799 |
msgid ""
|
2800 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
2811 |
msgid "Export"
|
2812 |
msgstr ""
|
2813 |
|
2814 |
+
#: includes/admin/class-admin-listings.php:60
|
2815 |
msgctxt "admin category filter"
|
2816 |
msgid "All categories"
|
2817 |
msgstr ""
|
2818 |
|
2819 |
+
#: includes/admin/class-admin-listings.php:175
|
2820 |
msgctxt "admin listings"
|
2821 |
msgid ""
|
2822 |
"This listing doesn't have a fee plan assigned. This is required in order to "
|
2824 |
"renewals."
|
2825 |
msgstr ""
|
2826 |
|
2827 |
+
#: includes/admin/class-admin-listings.php:311
|
2828 |
msgctxt "admin listings"
|
2829 |
msgid "Never"
|
2830 |
msgstr ""
|
2831 |
|
2832 |
+
#: includes/admin/class-admin-listings.php:337
|
2833 |
msgctxt "admin listings"
|
2834 |
msgid "Featured"
|
2835 |
msgstr ""
|
2836 |
|
2837 |
+
#: includes/admin/class-admin-listings.php:341
|
2838 |
msgctxt "admin listings"
|
2839 |
msgid "Recurring"
|
2840 |
msgstr ""
|
2841 |
|
2842 |
+
#: includes/admin/class-admin-listings.php:345
|
2843 |
msgctxt "admin listings"
|
2844 |
msgid "Free"
|
2845 |
msgstr ""
|
2846 |
|
2847 |
+
#: includes/admin/class-admin-listings.php:349
|
2848 |
msgctxt "admin listings"
|
2849 |
msgid "Payment Not Found"
|
2850 |
msgstr ""
|
2851 |
|
2852 |
+
#: includes/admin/class-admin-listings.php:353
|
2853 |
msgctxt "admin listings"
|
2854 |
msgid "Payment %s"
|
2855 |
msgstr ""
|
2856 |
|
2857 |
+
#: includes/admin/class-admin-listings.php:362
|
2858 |
msgctxt "admin listings"
|
2859 |
msgid "Reported"
|
2860 |
msgstr ""
|
2861 |
|
2862 |
+
#: includes/admin/class-admin-listings.php:689
|
2863 |
msgctxt "admin listings"
|
2864 |
msgid "Listing's payment history successfully deleted"
|
2865 |
msgstr ""
|
2884 |
msgid "Clear listing reports."
|
2885 |
msgstr ""
|
2886 |
|
2887 |
+
#: includes/admin/class-admin-listings.php:201
|
2888 |
msgctxt "admin"
|
2889 |
msgid "Directory Listing Fields / Images"
|
2890 |
msgstr ""
|
2891 |
|
2892 |
+
#: includes/admin/class-admin-listings.php:265
|
2893 |
msgctxt "admin"
|
2894 |
msgid "Categories"
|
2895 |
msgstr ""
|
3042 |
msgid "Abandoned"
|
3043 |
msgstr ""
|
3044 |
|
3045 |
+
#: includes/admin/class-admin-listings.php:322
|
3046 |
msgctxt "listing attribute"
|
3047 |
msgid "No Fee Plan"
|
3048 |
msgstr ""
|
3049 |
|
3050 |
+
#: includes/admin/class-admin-listings.php:422
|
3051 |
msgctxt "listing status"
|
3052 |
msgid "Reported"
|
3053 |
msgstr ""
|
3097 |
msgid "Abandoned"
|
3098 |
msgstr ""
|
3099 |
|
3100 |
+
#: includes/admin/class-admin-listings.php:476
|
3101 |
msgctxt "admin actions"
|
3102 |
msgid "Delete Listing"
|
3103 |
msgstr ""
|
3104 |
|
3105 |
+
#: includes/admin/class-admin-listings.php:487
|
3106 |
msgctxt "admin actions"
|
3107 |
msgid "View Payments"
|
3108 |
msgstr ""
|
3109 |
|
3110 |
+
#: includes/admin/class-admin-listings.php:492
|
3111 |
msgctxt "admin actions"
|
3112 |
msgid "View Payment"
|
3113 |
msgstr ""
|
3114 |
|
3115 |
+
#: includes/admin/class-admin-listings.php:622
|
3116 |
msgctxt "admin actions"
|
3117 |
msgid "Publish listings"
|
3118 |
msgstr ""
|
3119 |
|
3120 |
+
#: includes/admin/class-admin-listings.php:623
|
3121 |
msgctxt "admin actions"
|
3122 |
msgid "Mark as \"Pending Review\""
|
3123 |
msgstr ""
|
3124 |
|
3125 |
+
#: includes/admin/class-admin-listings.php:624
|
3126 |
msgctxt "admin actions"
|
3127 |
msgid "Hide from directory (mark as \"Draft\")"
|
3128 |
msgstr ""
|
3129 |
|
3130 |
+
#: includes/admin/class-admin-listings.php:626
|
3131 |
msgctxt "admin actions"
|
3132 |
msgid "Renew listings"
|
3133 |
msgstr ""
|
3134 |
|
3135 |
+
#: includes/admin/class-admin-listings.php:627
|
3136 |
msgctxt "admin actions"
|
3137 |
msgid "Set listings as \"Expired\""
|
3138 |
msgstr ""
|
3139 |
|
3140 |
+
#: includes/admin/class-admin-listings.php:634
|
3141 |
msgctxt "admin actions"
|
3142 |
msgid "Send access keys"
|
3143 |
msgstr ""
|
3167 |
msgid "Settings"
|
3168 |
msgstr ""
|
3169 |
|
3170 |
+
#: includes/admin/class-csv-exporter.php:110
|
3171 |
msgctxt "admin csv-export"
|
3172 |
msgid "Could not create a temporary directory for handling this CSV export."
|
3173 |
msgstr ""
|
3174 |
|
3175 |
+
#: includes/admin/class-csv-exporter.php:111
|
|
|
|
|
|
|
|
|
|
|
3176 |
msgctxt "admin csv-export"
|
3177 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
3178 |
msgstr ""
|
3179 |
|
3180 |
+
#: includes/admin/csv-export.php:48
|
3181 |
msgctxt "admin csv-export"
|
3182 |
msgid "Could not decode export state information."
|
3183 |
msgstr ""
|
3191 |
"your server's php.ini configuration file."
|
3192 |
msgstr ""
|
3193 |
|
3194 |
+
#: templates/admin/csv-export.tpl.php:29
|
|
|
|
|
|
|
|
|
|
|
3195 |
msgctxt "admin csv-export"
|
3196 |
msgid "Export settings"
|
3197 |
msgstr ""
|
3198 |
|
3199 |
+
#: templates/admin/csv-export.tpl.php:33
|
3200 |
msgctxt "admin csv-export"
|
3201 |
msgid "Which listings to export?"
|
3202 |
msgstr ""
|
3203 |
|
3204 |
+
#: templates/admin/csv-export.tpl.php:37
|
3205 |
msgctxt "admin csv-export"
|
3206 |
msgid "All"
|
3207 |
msgstr ""
|
3208 |
|
3209 |
+
#: templates/admin/csv-export.tpl.php:38
|
3210 |
msgctxt "admin csv-export"
|
3211 |
msgid "Active Only"
|
3212 |
msgstr ""
|
3213 |
|
3214 |
+
#: templates/admin/csv-export.tpl.php:39
|
3215 |
msgctxt "admin csv-export"
|
3216 |
msgid "Active + Pending Renewal"
|
3217 |
msgstr ""
|
3218 |
|
3219 |
+
#: templates/admin/csv-export.tpl.php:45
|
3220 |
msgctxt "admin csv-export"
|
3221 |
msgid "Export images?"
|
3222 |
msgstr ""
|
3223 |
|
3224 |
+
#: templates/admin/csv-export.tpl.php:50
|
3225 |
msgctxt "admin csv-export"
|
3226 |
msgid "Export images"
|
3227 |
msgstr ""
|
3228 |
|
3229 |
+
#: templates/admin/csv-export.tpl.php:52
|
3230 |
msgctxt "admin csv-export"
|
3231 |
msgid ""
|
3232 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
3233 |
"both a CSV file and listing images."
|
3234 |
msgstr ""
|
3235 |
|
3236 |
+
#: templates/admin/csv-export.tpl.php:58
|
3237 |
msgctxt "admin csv-export"
|
3238 |
msgid "Additional metadata to export:"
|
3239 |
msgstr ""
|
3240 |
|
3241 |
+
#: templates/admin/csv-export.tpl.php:63
|
3242 |
msgctxt "admin csv-export"
|
3243 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
3244 |
msgstr ""
|
3245 |
|
3246 |
+
#: templates/admin/csv-export.tpl.php:71
|
3247 |
msgctxt "admin csv-export"
|
3248 |
msgid "Author information (username)"
|
3249 |
msgstr ""
|
3250 |
|
3251 |
+
#: templates/admin/csv-export.tpl.php:76
|
3252 |
msgctxt "admin csv-export"
|
3253 |
msgid "Listing expiration date"
|
3254 |
msgstr ""
|
3255 |
|
3256 |
+
#: templates/admin/csv-export.tpl.php:80
|
3257 |
msgctxt "admin csv-export"
|
3258 |
msgid "Listing created date"
|
3259 |
msgstr ""
|
3260 |
|
3261 |
+
#: templates/admin/csv-export.tpl.php:84
|
3262 |
msgctxt "admin csv-export"
|
3263 |
msgid "Listing last updated date"
|
3264 |
msgstr ""
|
3265 |
|
3266 |
+
#: templates/admin/csv-export.tpl.php:88
|
3267 |
msgctxt "admin csv-export"
|
3268 |
msgid "Listing T&C acceptance date"
|
3269 |
msgstr ""
|
3270 |
|
3271 |
+
#: templates/admin/csv-export.tpl.php:93
|
3272 |
msgctxt "admin csv-export"
|
3273 |
msgid "CSV File Settings"
|
3274 |
msgstr ""
|
3275 |
|
3276 |
+
#: templates/admin/csv-export.tpl.php:97
|
3277 |
msgctxt "admin csv-export"
|
3278 |
msgid "What operating system will you use to edit the CSV file?"
|
3279 |
msgstr ""
|
3280 |
|
3281 |
+
#: templates/admin/csv-export.tpl.php:104
|
3282 |
msgctxt "admin csv-export"
|
3283 |
msgid "Windows"
|
3284 |
msgstr ""
|
3285 |
|
3286 |
+
#: templates/admin/csv-export.tpl.php:109
|
3287 |
msgctxt "admin csv-export"
|
3288 |
msgid "macOS"
|
3289 |
msgstr ""
|
3290 |
|
3291 |
+
#: templates/admin/csv-export.tpl.php:111
|
3292 |
msgctxt "admin csv-export"
|
3293 |
msgid ""
|
3294 |
"Windows and macOS versions of MS Excel handle CSV files differently. To "
|
3297 |
"for each operating system."
|
3298 |
msgstr ""
|
3299 |
|
3300 |
+
#: templates/admin/csv-export.tpl.php:116
|
3301 |
msgctxt "admin csv-export"
|
3302 |
msgid "Image Separator"
|
3303 |
msgstr ""
|
3304 |
|
3305 |
+
#: templates/admin/csv-export.tpl.php:127
|
3306 |
msgctxt "admin csv-export"
|
3307 |
msgid "Category Separator"
|
3308 |
msgstr ""
|
3309 |
|
3310 |
+
#: templates/admin/csv-export.tpl.php:139
|
3311 |
msgctxt "admin csv-export"
|
3312 |
msgid "Export Listings"
|
3313 |
msgstr ""
|
3314 |
|
3315 |
+
#: templates/admin/csv-export.tpl.php:145
|
3316 |
msgctxt "admin csv-export"
|
3317 |
msgid "Export in Progress..."
|
3318 |
msgstr ""
|
3319 |
|
3320 |
+
#: templates/admin/csv-export.tpl.php:146
|
3321 |
msgctxt "admin csv-export"
|
3322 |
msgid ""
|
3323 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
3324 |
"until the export finishes."
|
3325 |
msgstr ""
|
3326 |
|
3327 |
+
#: templates/admin/csv-export.tpl.php:149
|
3328 |
msgctxt "admin csv-export"
|
3329 |
msgid "No. of listings:"
|
3330 |
msgstr ""
|
3331 |
|
3332 |
+
#: templates/admin/csv-export.tpl.php:151
|
3333 |
msgctxt "admin csv-export"
|
3334 |
msgid "Approximate export file size:"
|
3335 |
msgstr ""
|
3336 |
|
3337 |
+
#: templates/admin/csv-export.tpl.php:158
|
3338 |
msgctxt "admin csv-export"
|
3339 |
msgid "Cancel Export"
|
3340 |
msgstr ""
|
3341 |
|
3342 |
+
#: templates/admin/csv-export.tpl.php:163
|
3343 |
msgctxt "admin csv-export"
|
3344 |
msgid "Export Complete"
|
3345 |
msgstr ""
|
3346 |
|
3347 |
+
#: templates/admin/csv-export.tpl.php:164
|
3348 |
msgctxt "admin csv-export"
|
3349 |
msgid ""
|
3350 |
"Your export file has been successfully created and it is now ready for "
|
3351 |
"download."
|
3352 |
msgstr ""
|
3353 |
|
3354 |
+
#: templates/admin/csv-export.tpl.php:168
|
3355 |
msgctxt "admin csv-export"
|
3356 |
msgid "Download %1$s (%2$s)"
|
3357 |
msgstr ""
|
3358 |
|
3359 |
+
#: templates/admin/csv-export.tpl.php:175
|
3360 |
msgctxt "admin csv-export"
|
3361 |
msgid ""
|
3362 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
3363 |
"temporary data created by Business Directory during the export process."
|
3364 |
msgstr ""
|
3365 |
|
3366 |
+
#: templates/admin/csv-export.tpl.php:176
|
3367 |
msgctxt "admin csv-export"
|
3368 |
msgid "Cleanup"
|
3369 |
msgstr ""
|
3370 |
|
3371 |
+
#: templates/admin/csv-export.tpl.php:181
|
3372 |
msgctxt "admin csv-export"
|
3373 |
msgid "Export Canceled"
|
3374 |
msgstr ""
|
3375 |
|
3376 |
+
#: templates/admin/csv-export.tpl.php:182
|
3377 |
msgctxt "admin csv-export"
|
3378 |
msgid "The export has been canceled."
|
3379 |
msgstr ""
|
3380 |
|
3381 |
+
#: templates/admin/csv-export.tpl.php:183
|
3382 |
msgctxt "admin csv-export"
|
3383 |
msgid "← Return to CSV Export"
|
3384 |
msgstr ""
|
3539 |
msgid "Custom Order"
|
3540 |
msgstr ""
|
3541 |
|
3542 |
+
#: includes/admin/fees.php:105
|
3543 |
msgctxt "fees admin"
|
3544 |
msgid "Fee plan added."
|
3545 |
msgstr ""
|
3546 |
|
3547 |
+
#: includes/admin/fees.php:107
|
3548 |
msgctxt "fees admin"
|
3549 |
msgid "Fee plan updated."
|
3550 |
msgstr ""
|
3551 |
|
3552 |
+
#: includes/admin/fees.php:166
|
3553 |
msgctxt "fees admin"
|
3554 |
msgid "Fee \"%s\" deleted."
|
3555 |
msgstr ""
|
3556 |
|
3557 |
+
#: includes/admin/fees.php:178
|
3558 |
msgctxt "fees admin"
|
3559 |
msgid "Fee disabled."
|
3560 |
msgstr ""
|
3714 |
msgid "Status"
|
3715 |
msgstr ""
|
3716 |
|
3717 |
+
#: templates/admin/fees-form.tpl.php:136
|
3718 |
msgctxt "fees admin"
|
3719 |
msgid "Plan Category Policy:"
|
3720 |
msgstr ""
|
3721 |
|
3722 |
+
#: templates/admin/fees-form.tpl.php:141
|
3723 |
msgctxt "fees admin"
|
3724 |
msgid "Plan applies to all categories"
|
3725 |
msgstr ""
|
3726 |
|
3727 |
+
#: templates/admin/fees-form.tpl.php:142
|
3728 |
msgctxt "fees admin"
|
3729 |
msgid "Plan applies to only certain categories"
|
3730 |
msgstr ""
|
3731 |
|
3732 |
+
#: templates/admin/fees-form.tpl.php:146
|
3733 |
msgctxt "fees admin"
|
3734 |
msgid "Limit plan to the following categories:"
|
3735 |
msgstr ""
|
3736 |
|
3737 |
+
#: templates/admin/fees-form.tpl.php:170
|
3738 |
msgctxt "fees admin"
|
3739 |
msgid "Click to add categories to the selection."
|
3740 |
msgstr ""
|
3741 |
|
3742 |
+
#: templates/admin/fees-form.tpl.php:184
|
3743 |
msgctxt "fees admin"
|
3744 |
msgid "Pricing"
|
3745 |
msgstr ""
|
3746 |
|
3747 |
+
#: templates/admin/fees-form.tpl.php:192
|
3748 |
msgctxt "fees admin"
|
3749 |
msgid "Pricing model"
|
3750 |
msgstr ""
|
3751 |
|
3752 |
+
#: templates/admin/fees-form.tpl.php:196
|
3753 |
msgctxt "fees admin"
|
3754 |
msgid "Flat price"
|
3755 |
msgstr ""
|
3756 |
|
3757 |
+
#: templates/admin/fees-form.tpl.php:197
|
3758 |
msgctxt "fees admin"
|
3759 |
msgid "Different price for different categories"
|
3760 |
msgstr ""
|
3761 |
|
3762 |
+
#: templates/admin/fees-form.tpl.php:198
|
3763 |
msgctxt "fees admin"
|
3764 |
msgid "Base price plus an extra amount per category"
|
3765 |
msgstr ""
|
3766 |
|
3767 |
+
#: templates/admin/fees-form.tpl.php:204
|
3768 |
msgctxt "fees admin"
|
3769 |
msgid "Fee Price"
|
3770 |
msgstr ""
|
3771 |
|
3772 |
+
#: templates/admin/fees-form.tpl.php:212
|
3773 |
msgctxt "fees admin"
|
3774 |
msgid "Prices per category"
|
3775 |
msgstr ""
|
3776 |
|
3777 |
+
#: templates/admin/fees-form.tpl.php:218
|
3778 |
msgctxt "fees admin"
|
3779 |
msgid "Price"
|
3780 |
msgstr ""
|
3781 |
|
3782 |
+
#: templates/admin/fees-form.tpl.php:232
|
3783 |
msgctxt "fees admin"
|
3784 |
msgid "Extra amount (per category)"
|
3785 |
msgstr ""
|
3859 |
msgid "Form Preview"
|
3860 |
msgstr ""
|
3861 |
|
3862 |
+
#: includes/admin/form-fields.php:367
|
3863 |
msgctxt "form-fields admin"
|
3864 |
msgid "Form fields updated."
|
3865 |
msgstr ""
|
3866 |
|
3867 |
+
#: includes/admin/form-fields.php:390
|
3868 |
msgctxt "form-fields admin"
|
3869 |
msgid ""
|
3870 |
"<b>Important</b>: Since the \"<a>Display email address fields "
|
3874 |
"of e-mails</a>."
|
3875 |
msgstr ""
|
3876 |
|
3877 |
+
#: includes/admin/form-fields.php:469
|
3878 |
msgctxt "form-fields admin"
|
3879 |
msgid "Field deleted."
|
3880 |
msgstr ""
|
3881 |
|
3882 |
+
#: includes/admin/form-fields.php:509
|
3883 |
msgctxt "form-fields admin"
|
3884 |
msgid "Required fields created successfully."
|
3885 |
msgstr ""
|
3886 |
|
3887 |
+
#: includes/admin/form-fields.php:561
|
3888 |
msgctxt "form-fields admin"
|
3889 |
msgid "Tags updated."
|
3890 |
msgstr ""
|
4284 |
msgstr ""
|
4285 |
|
4286 |
#: templates/admin/metaboxes-listing-information-plan.tpl.php:20
|
4287 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:31
|
4288 |
msgctxt "listing metabox"
|
4289 |
msgid "N/A"
|
4290 |
msgstr ""
|
4291 |
|
4292 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:27
|
4293 |
msgctxt "listing metabox"
|
4294 |
msgid "Last renew date"
|
4295 |
msgstr ""
|
4296 |
|
4297 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:35
|
4298 |
msgctxt "listing metabox"
|
4299 |
msgid "Plan Details"
|
4300 |
msgstr ""
|
4301 |
|
4302 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:37
|
4303 |
msgctxt "listing metabox"
|
4304 |
msgid "Fee Plan"
|
4305 |
msgstr ""
|
4306 |
|
4307 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:46
|
4308 |
msgctxt "listing metabox"
|
4309 |
msgid "Change plan"
|
4310 |
msgstr ""
|
4311 |
|
4312 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:69
|
4313 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:89
|
4314 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:103
|
4315 |
msgctxt "listing metabox"
|
4316 |
msgid "OK"
|
4317 |
msgstr ""
|
4318 |
|
4319 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:70
|
4320 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:90
|
4321 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:104
|
4322 |
msgctxt "listing metabox"
|
4323 |
msgid "Cancel"
|
4324 |
msgstr ""
|
4325 |
|
4326 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:79
|
4327 |
msgctxt "listing metabox"
|
4328 |
msgid "Expires On"
|
4329 |
msgstr ""
|
4330 |
|
4331 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:94
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4332 |
msgctxt "listing metabox"
|
4333 |
msgid "# of images"
|
4334 |
msgstr ""
|
4335 |
|
4336 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:107
|
4337 |
msgctxt "listing metabox"
|
4338 |
msgid "Is Featured?"
|
4339 |
msgstr ""
|
4340 |
|
4341 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:114
|
4342 |
msgctxt "listing metabox"
|
4343 |
msgid "Is Recurring?"
|
4344 |
msgstr ""
|
4462 |
"timeouts and/or general slowness."
|
4463 |
msgstr ""
|
4464 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4465 |
#: includes/admin/settings/class-settings-bootstrap.php:578
|
4466 |
msgctxt "admin settings"
|
4467 |
msgid "Do not include comments in listings"
|
6587 |
msgid "Category & plan selection"
|
6588 |
msgstr ""
|
6589 |
|
6590 |
+
#: includes/views/submit_listing.php:799
|
6591 |
msgctxt "submit listing"
|
6592 |
msgid "Can not submit a listing at this moment. Please try again later."
|
6593 |
msgstr ""
|
6594 |
|
6595 |
+
#: includes/views/submit_listing.php:848 includes/views/submit_listing.php:970
|
6596 |
msgctxt "submit listing"
|
6597 |
msgid "Please select a category."
|
6598 |
msgstr ""
|
6599 |
|
6600 |
+
#: includes/views/submit_listing.php:871
|
6601 |
msgctxt "submit listing"
|
6602 |
msgid "Please choose a valid category for your plan."
|
6603 |
msgstr ""
|
6604 |
|
6605 |
+
#: includes/views/submit_listing.php:873
|
6606 |
msgctxt "submit listing"
|
6607 |
msgid "Please choose a valid fee plan for your category selection."
|
6608 |
msgstr ""
|
6609 |
|
6610 |
+
#: includes/views/submit_listing.php:1179
|
6611 |
msgctxt "submit listing"
|
6612 |
msgid "Please enter your desired username."
|
6613 |
msgstr ""
|
6614 |
|
6615 |
+
#: includes/views/submit_listing.php:1184
|
6616 |
msgctxt "submit listing"
|
6617 |
msgid "Please enter the e-mail for your new account."
|
6618 |
msgstr ""
|
6619 |
|
6620 |
+
#: includes/views/submit_listing.php:1189
|
6621 |
msgctxt "submit listing"
|
6622 |
msgid "The username you chose is already in use. Please use a different one."
|
6623 |
msgstr ""
|
6624 |
|
6625 |
+
#: includes/views/submit_listing.php:1194
|
6626 |
msgctxt "submit listing"
|
6627 |
msgid "The e-mail address you chose for your account is already in use."
|
6628 |
msgstr ""
|
6647 |
msgid "Find A Listing"
|
6648 |
msgstr ""
|
6649 |
|
6650 |
+
#: includes/class-wpbdp.php:398
|
6651 |
msgctxt "listing image upload"
|
6652 |
msgid "Can not upload any more images for this listing."
|
6653 |
msgstr ""
|
6654 |
|
6655 |
+
#: includes/class-wpbdp.php:402
|
6656 |
msgctxt "listing image upload"
|
6657 |
msgid ""
|
6658 |
"You're trying to upload %d images, but only have %d slot available. Please "
|
6925 |
msgid "Listing submission has been disabled. Contact the administrator for details."
|
6926 |
msgstr ""
|
6927 |
|
6928 |
+
#: includes/views/submit_listing.php:802
|
6929 |
msgctxt "templates"
|
6930 |
msgid ""
|
6931 |
"<b>There are no Fee Plans available</b>, without a fee plan site users "
|
6932 |
"can't submit a listing. %s to create a fee plan"
|
6933 |
msgstr ""
|
6934 |
|
6935 |
+
#: includes/views/submit_listing.php:816
|
6936 |
msgctxt "templates"
|
6937 |
msgid ""
|
6938 |
"Listing submission is not available at the moment. Contact the "
|
6939 |
"administrator for details."
|
6940 |
msgstr ""
|
6941 |
|
6942 |
+
#: includes/views/submit_listing.php:819
|
6943 |
msgctxt "templates"
|
6944 |
msgid ""
|
6945 |
"<b>View not available</b>, there is no \"Category\" association field. %s "
|
6947 |
"an existing field"
|
6948 |
msgstr ""
|
6949 |
|
6950 |
+
#: includes/views/submit_listing.php:1259
|
6951 |
msgctxt "templates"
|
6952 |
msgid "Please agree to the Terms and Conditions."
|
6953 |
msgstr ""
|
6954 |
|
6955 |
+
#: includes/views/submit_listing.php:1273
|
6956 |
msgctxt "templates"
|
6957 |
msgid "I agree to the <a>Terms and Conditions</a>"
|
6958 |
msgstr ""
|
7191 |
msgid "General"
|
7192 |
msgstr ""
|
7193 |
|
7194 |
+
#: includes/licensing.php:568
|
7195 |
msgctxt "licensing"
|
7196 |
msgid "Could not contact licensing server"
|
7197 |
msgstr ""
|
7198 |
|
7199 |
+
#: includes/licensing.php:581
|
7200 |
msgctxt "licensing"
|
7201 |
msgid ""
|
7202 |
"It was not possible to establish a connection with Business Directory's "
|
7203 |
"server. cURL was not found in your system"
|
7204 |
msgstr ""
|
7205 |
|
7206 |
+
#: includes/licensing.php:583 includes/licensing.php:613
|
7207 |
msgctxt "licensing"
|
7208 |
msgid ""
|
7209 |
"To ensure the security of our systems and adhere to industry best "
|
7212 |
"OpenSSL 1.0.1c)."
|
7213 |
msgstr ""
|
7214 |
|
7215 |
+
#: includes/licensing.php:585 includes/licensing.php:615
|
7216 |
msgctxt "licensing"
|
7217 |
msgid ""
|
7218 |
"Upgrading your system will not only allow you to communicate with Business "
|
7220 |
"services using the latest security standards."
|
7221 |
msgstr ""
|
7222 |
|
7223 |
+
#: includes/licensing.php:587
|
7224 |
msgctxt "licensing"
|
7225 |
msgid ""
|
7226 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7227 |
"Include this message if necessary"
|
7228 |
msgstr ""
|
7229 |
|
7230 |
+
#: includes/licensing.php:617
|
7231 |
msgctxt "licensing"
|
7232 |
msgid ""
|
7233 |
"Please contact your hosting provider and ask them to upgrade your system. "
|
7234 |
"Include this message if necessary."
|
7235 |
msgstr ""
|
7236 |
|
7237 |
+
#: includes/licensing.php:653
|
7238 |
msgctxt "licensing"
|
7239 |
msgid "The server returned a 403 Forbidden error."
|
7240 |
msgstr ""
|
7244 |
msgid "Could not activate license: %s."
|
7245 |
msgstr ""
|
7246 |
|
7247 |
+
#: includes/licensing.php:890
|
7248 |
msgctxt "licensing"
|
7249 |
msgid "License activated"
|
7250 |
msgstr ""
|
7251 |
|
7252 |
+
#: includes/licensing.php:915
|
7253 |
msgctxt "licensing"
|
7254 |
msgid "Could not deactivate license: %s."
|
7255 |
msgstr ""
|
7256 |
|
7257 |
+
#: includes/licensing.php:917
|
7258 |
msgctxt "licensing"
|
7259 |
msgid "License deactivated"
|
7260 |
msgstr ""
|
7261 |
|
7262 |
+
#: includes/licensing.php:1126
|
7263 |
#. translators: "<module-name>" version <version-number> is not...
|
7264 |
msgctxt "deprecation"
|
7265 |
msgid ""
|
7654 |
msgid "This is just a preview. The listing has not been published yet."
|
7655 |
msgstr ""
|
7656 |
|
7657 |
+
#: includes/views/submit_listing.php:1137
|
7658 |
msgctxt "listing submit"
|
7659 |
msgid ""
|
7660 |
"Image upload is required, please provide at least one image and submit "
|
7802 |
msgid "Search"
|
7803 |
msgstr ""
|
7804 |
|
7805 |
+
#: templates/admin/csv-export.tpl.php:97 templates/admin/csv-export.tpl.php:116
|
7806 |
+
#: templates/admin/csv-export.tpl.php:127 templates/admin/csv-import.tpl.php:50
|
7807 |
+
#: templates/admin/csv-import.tpl.php:117
|
7808 |
+
#: templates/admin/csv-import.tpl.php:143
|
7809 |
+
#: templates/admin/csv-import.tpl.php:154
|
7810 |
+
#: templates/admin/csv-import.tpl.php:204
|
7811 |
msgctxt "admin forms"
|
7812 |
msgid "required"
|
7813 |
msgstr ""
|
7845 |
"we'll answer it within 24 hours most days."
|
7846 |
msgstr ""
|
7847 |
|
7848 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
7849 |
msgctxt "admin infometabox"
|
7850 |
msgid "Renewal url (copy & paste)"
|
7851 |
msgstr ""
|
7852 |
|
7853 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:124
|
7854 |
msgctxt "admin infometabox"
|
7855 |
msgid "Get renewal URL"
|
7856 |
msgstr ""
|
7857 |
|
7858 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:138
|
7859 |
msgctxt "admin infometabox"
|
7860 |
msgid "Send renewal e-mail"
|
7861 |
msgstr ""
|
7862 |
|
7863 |
+
#: templates/admin/metaboxes-listing-information-plan.tpl.php:143
|
7864 |
msgctxt "admin infometabox"
|
7865 |
msgid "Renew listing"
|
7866 |
msgstr ""
|
templates/admin/csv-export.tpl.php
CHANGED
@@ -24,9 +24,8 @@ echo $notice;
|
|
24 |
?>
|
25 |
</p>
|
26 |
|
27 |
-
<!--<h3><?php _ex( 'Export Configuration', 'admin csv-export', 'business-directory-plugin' ); ?></h3>-->
|
28 |
<form id="wpbdp-csv-export-form" action="" method="POST">
|
29 |
-
|
30 |
<h2><?php _ex( 'Export settings', 'admin csv-export', 'business-directory-plugin' ); ?></h2>
|
31 |
<table class="form-table">
|
32 |
<tr>
|
@@ -137,7 +136,7 @@ echo $notice;
|
|
137 |
</table>
|
138 |
|
139 |
<p class="submit">
|
140 |
-
|
141 |
</p>
|
142 |
</form>
|
143 |
</div>
|
24 |
?>
|
25 |
</p>
|
26 |
|
|
|
27 |
<form id="wpbdp-csv-export-form" action="" method="POST">
|
28 |
+
|
29 |
<h2><?php _ex( 'Export settings', 'admin csv-export', 'business-directory-plugin' ); ?></h2>
|
30 |
<table class="form-table">
|
31 |
<tr>
|
136 |
</table>
|
137 |
|
138 |
<p class="submit">
|
139 |
+
<?php submit_button( _x( 'Export Listings', 'admin csv-export', 'business-directory-plugin' ), 'primary', 'do-export', false ); ?>
|
140 |
</p>
|
141 |
</form>
|
142 |
</div>
|
templates/admin/csv-import.tpl.php
CHANGED
@@ -29,12 +29,12 @@ _ex( 'Here, you can import data into your directory using the CSV format.',
|
|
29 |
'business-directory-plugin' );
|
30 |
?><br />
|
31 |
<?php
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
?>
|
39 |
</p>
|
40 |
|
@@ -96,7 +96,8 @@ echo str_replace(
|
|
96 |
<ul>
|
97 |
<?php foreach ( $files['images'] as $f ): ?>
|
98 |
<li><label>
|
99 |
-
|
|
|
100 |
</label></li>
|
101 |
<?php endforeach; ?>
|
102 |
<li>
|
@@ -145,7 +146,7 @@ echo str_replace(
|
|
145 |
<input name="settings[images-separator]"
|
146 |
type="text"
|
147 |
aria-required="true"
|
148 |
-
value="<?php echo _defaults_or( $defaults, 'images-separator', ';' ); ?>" />
|
149 |
</td>
|
150 |
</tr>
|
151 |
<tr class="form-required">
|
@@ -156,7 +157,7 @@ echo str_replace(
|
|
156 |
<input name="settings[category-separator]"
|
157 |
type="text"
|
158 |
aria-required="true"
|
159 |
-
value="<?php echo _defaults_or( $defaults, 'category-separator', ';' ); ?>" />
|
160 |
</td>
|
161 |
</tr>
|
162 |
</table>
|
@@ -173,7 +174,9 @@ echo str_replace(
|
|
173 |
<?php if ( ! in_array( $post_status, array( 'publish', 'pending' ) ) ) : ?>
|
174 |
<?php continue; ?>
|
175 |
<?php endif; ?>
|
176 |
-
|
|
|
|
|
177 |
<?php endforeach; ?>
|
178 |
</select>
|
179 |
</td>
|
@@ -189,7 +192,9 @@ echo str_replace(
|
|
189 |
<?php if ( ! in_array( $post_status, array( 'publish', 'pending' ) ) ) : ?>
|
190 |
<?php continue; ?>
|
191 |
<?php endif; ?>
|
192 |
-
|
|
|
|
|
193 |
<?php endforeach; ?>
|
194 |
</select>
|
195 |
</td>
|
@@ -280,8 +285,8 @@ echo str_replace(
|
|
280 |
</table>
|
281 |
|
282 |
<p class="submit">
|
283 |
-
|
284 |
-
|
285 |
</p>
|
286 |
</form>
|
287 |
|
@@ -310,9 +315,9 @@ echo str_replace(
|
|
310 |
endif
|
311 |
?>
|
312 |
<tr class="<?php echo $i % 2 == 0 ? 'alt' : ''; ?>">
|
313 |
-
<td class="header-name"><?php echo $field->get_short_name(); ?></td>
|
314 |
-
<td class="field-label"><?php echo $field->get_label(); ?></td>
|
315 |
-
<td class="field-type"><?php echo $field->get_field_type()->get_name(); ?></td>
|
316 |
<td class="field-is-required"><?php echo $field->is_required() ? 'X' : ''; ?></td>
|
317 |
<td class="field-is-multivalued">
|
318 |
<?php echo ($field->get_association() == 'category' || $field->get_association() == 'tags') || ($field->get_field_type_id() == 'checkbox' || $field->get_field_type_id() == 'multiselect') ? 'X' : ''; ?>
|
29 |
'business-directory-plugin' );
|
30 |
?><br />
|
31 |
<?php
|
32 |
+
printf(
|
33 |
+
// translators: %1$s is a opening <a> tag, %2$s is a closing </a> tag.
|
34 |
+
esc_html__( 'We strongly recommend reading our %1$sCSV import documentation%2$s first to help you do things in the right order.', 'business-directory-plugin' ),
|
35 |
+
'<a href="https://businessdirectoryplugin.com/knowledge-base/csv-import-export/" target="_blank" rel="noopener">',
|
36 |
+
'</a>'
|
37 |
+
);
|
38 |
?>
|
39 |
</p>
|
40 |
|
96 |
<ul>
|
97 |
<?php foreach ( $files['images'] as $f ): ?>
|
98 |
<li><label>
|
99 |
+
<input type="radio" name="images-file-local" value="<?php echo esc_attr( basename( $f ) ); ?>" />
|
100 |
+
<?php echo esc_html( basename( $f ) ); ?>
|
101 |
</label></li>
|
102 |
<?php endforeach; ?>
|
103 |
<li>
|
146 |
<input name="settings[images-separator]"
|
147 |
type="text"
|
148 |
aria-required="true"
|
149 |
+
value="<?php echo esc_attr( _defaults_or( $defaults, 'images-separator', ';' ) ); ?>" />
|
150 |
</td>
|
151 |
</tr>
|
152 |
<tr class="form-required">
|
157 |
<input name="settings[category-separator]"
|
158 |
type="text"
|
159 |
aria-required="true"
|
160 |
+
value="<?php echo esc_attr( _defaults_or( $defaults, 'category-separator', ';' ) ); ?>" />
|
161 |
</td>
|
162 |
</tr>
|
163 |
</table>
|
174 |
<?php if ( ! in_array( $post_status, array( 'publish', 'pending' ) ) ) : ?>
|
175 |
<?php continue; ?>
|
176 |
<?php endif; ?>
|
177 |
+
<option value="<?php echo esc_attr( $post_status ); ?>" <?php echo _defaults_or( $defaults, 'post-status', 'publish' ) == $post_status ? 'selected="selected"' : ''; ?>>
|
178 |
+
<?php echo esc_html( $post_status_label ); ?>
|
179 |
+
</option>
|
180 |
<?php endforeach; ?>
|
181 |
</select>
|
182 |
</td>
|
192 |
<?php if ( ! in_array( $post_status, array( 'publish', 'pending' ) ) ) : ?>
|
193 |
<?php continue; ?>
|
194 |
<?php endif; ?>
|
195 |
+
<option value="<?php echo esc_attr( $post_status ); ?>" <?php echo _defaults_or( $defaults, 'existing-post-status', 'preserve_status' ) == $post_status ? 'selected="selected"' : ''; ?>>
|
196 |
+
<?php echo esc_html( $post_status_label ); ?>
|
197 |
+
</option>
|
198 |
<?php endforeach; ?>
|
199 |
</select>
|
200 |
</td>
|
285 |
</table>
|
286 |
|
287 |
<p class="submit">
|
288 |
+
<?php submit_button( _x( 'Test Import', 'admin csv-import', 'business-directory-plugin' ), 'secondary', 'test-import', false ); ?>
|
289 |
+
<?php submit_button( _x( 'Import Listings', 'admin csv-import', 'business-directory-plugin' ), 'primary', 'do-import', false ); ?>
|
290 |
</p>
|
291 |
</form>
|
292 |
|
315 |
endif
|
316 |
?>
|
317 |
<tr class="<?php echo $i % 2 == 0 ? 'alt' : ''; ?>">
|
318 |
+
<td class="header-name"><?php echo esc_html( $field->get_short_name() ); ?></td>
|
319 |
+
<td class="field-label"><?php echo esc_html( $field->get_label() ); ?></td>
|
320 |
+
<td class="field-type"><?php echo esc_html( $field->get_field_type()->get_name() ); ?></td>
|
321 |
<td class="field-is-required"><?php echo $field->is_required() ? 'X' : ''; ?></td>
|
322 |
<td class="field-is-multivalued">
|
323 |
<?php echo ($field->get_association() == 'category' || $field->get_association() == 'tags') || ($field->get_field_type_id() == 'checkbox' || $field->get_field_type_id() == 'multiselect') ? 'X' : ''; ?>
|
templates/admin/fees-form.tpl.php
CHANGED
@@ -8,6 +8,7 @@
|
|
8 |
?>
|
9 |
|
10 |
<form id="wpbdp-fee-form" action="" method="post">
|
|
|
11 |
|
12 |
<table class="form-table">
|
13 |
<tbody>
|
8 |
?>
|
9 |
|
10 |
<form id="wpbdp-fee-form" action="" method="post">
|
11 |
+
<?php wp_nonce_field( 'wpbdp-fees' ); ?>
|
12 |
|
13 |
<table class="form-table">
|
14 |
<tbody>
|
templates/admin/metaboxes-listing-information-plan.tpl.php
CHANGED
@@ -19,7 +19,9 @@ echo wp_nonce_field( 'update listing plan', 'wpbdp-admin-listing-plan-nonce', fa
|
|
19 |
<?php if ( 'incomplete' == $status[0] ) : ?>
|
20 |
<?php _ex( 'N/A', 'listing metabox', 'business-directory-plugin' ); ?>
|
21 |
<?php else : ?>
|
22 |
-
|
|
|
|
|
23 |
<?php endif; ?>
|
24 |
</dd>
|
25 |
<dt><?php _ex( 'Last renew date', 'listing metabox', 'business-directory-plugin' ); ?></dt>
|
@@ -43,7 +45,7 @@ echo wp_nonce_field( 'update listing plan', 'wpbdp-admin-listing-plan-nonce', fa
|
|
43 |
</span>
|
44 |
<a href="#" class="edit-value-toggle"><?php _ex( 'Change plan', 'listing metabox', 'business-directory-plugin' ); ?></a>
|
45 |
<div class="value-editor">
|
46 |
-
|
47 |
<select name="" id="wpbdp-listing-plan-select">
|
48 |
<?php foreach ( $plans as $p ) : ?>
|
49 |
<?php
|
@@ -58,7 +60,9 @@ echo wp_nonce_field( 'update listing plan', 'wpbdp-admin-listing-plan-nonce', fa
|
|
58 |
'expiration_date' => $p->calculate_expiration_time( $listing->get_expiration_time() ),
|
59 |
);
|
60 |
?>
|
61 |
-
|
|
|
|
|
62 |
<?php endforeach; ?>
|
63 |
</select>
|
64 |
|
@@ -77,9 +81,9 @@ echo wp_nonce_field( 'update listing plan', 'wpbdp-admin-listing-plan-nonce', fa
|
|
77 |
<span class="display-value" id="wpbdp-listing-plan-prop-expiration">
|
78 |
<?php echo ( $current_plan && $current_plan->expiration_date ) ? wpbdp_date_full_format( strtotime( $current_plan->expiration_date ) ) : ( $listing->get_fee_plan() ? 'Never' : '-' ); ?>
|
79 |
</span>
|
80 |
-
|
81 |
<div class="value-editor">
|
82 |
-
|
83 |
|
84 |
<p>
|
85 |
<a href="#" class="update-value button"><?php _ex( 'OK', 'listing metabox', 'business-directory-plugin' ); ?></a>
|
@@ -92,7 +96,7 @@ echo wp_nonce_field( 'update listing plan', 'wpbdp-admin-listing-plan-nonce', fa
|
|
92 |
<span class="display-value" id="wpbdp-listing-plan-prop-images">
|
93 |
<?php echo $current_plan ? $current_plan->fee_images : '-'; ?>
|
94 |
</span>
|
95 |
-
|
96 |
<div class="value-editor">
|
97 |
<input type="text" name="listing_plan[fee_images]" value="<?php echo $current_plan ? $current_plan->fee_images : 0; ?>" size="2" />
|
98 |
|
@@ -117,7 +121,7 @@ echo wp_nonce_field( 'update listing plan', 'wpbdp-admin-listing-plan-nonce', fa
|
|
117 |
|
118 |
<ul class="wpbdp-listing-metabox-renewal-actions">
|
119 |
<li>
|
120 |
-
<a href="#" class="button button-small" onclick="window.prompt('<?php _ex( 'Renewal url (copy & paste)', 'admin infometabox', 'business-directory-plugin' ); ?>', '<?php echo $listing->get_renewal_url(); ?>'); return false;"><?php _ex( 'Get renewal URL', 'admin infometabox', 'business-directory-plugin' ); ?></a>
|
121 |
<a class="button button-small" href="
|
122 |
<?php
|
123 |
echo esc_url(
|
19 |
<?php if ( 'incomplete' == $status[0] ) : ?>
|
20 |
<?php _ex( 'N/A', 'listing metabox', 'business-directory-plugin' ); ?>
|
21 |
<?php else : ?>
|
22 |
+
<span class="tag plan-status paymentstatus <?php echo esc_attr( $status[0] ); ?>">
|
23 |
+
<?php echo esc_html( $status[1] ); ?>
|
24 |
+
</span>
|
25 |
<?php endif; ?>
|
26 |
</dd>
|
27 |
<dt><?php _ex( 'Last renew date', 'listing metabox', 'business-directory-plugin' ); ?></dt>
|
45 |
</span>
|
46 |
<a href="#" class="edit-value-toggle"><?php _ex( 'Change plan', 'listing metabox', 'business-directory-plugin' ); ?></a>
|
47 |
<div class="value-editor">
|
48 |
+
<input type="hidden" name="listing_plan[fee_id]" value="<?php echo esc_attr( $current_plan ? $current_plan->fee_id : '' ); ?>" />
|
49 |
<select name="" id="wpbdp-listing-plan-select">
|
50 |
<?php foreach ( $plans as $p ) : ?>
|
51 |
<?php
|
60 |
'expiration_date' => $p->calculate_expiration_time( $listing->get_expiration_time() ),
|
61 |
);
|
62 |
?>
|
63 |
+
<option value="<?php echo esc_attr( $p->id ); ?>" <?php selected( $p->id, $current_plan ? $current_plan->fee_id : 0 ); ?> data-plan-info="<?php echo esc_attr( json_encode( $plan_info ) ); ?>">
|
64 |
+
<?php echo esc_html( $p->label ); ?>
|
65 |
+
</option>
|
66 |
<?php endforeach; ?>
|
67 |
</select>
|
68 |
|
81 |
<span class="display-value" id="wpbdp-listing-plan-prop-expiration">
|
82 |
<?php echo ( $current_plan && $current_plan->expiration_date ) ? wpbdp_date_full_format( strtotime( $current_plan->expiration_date ) ) : ( $listing->get_fee_plan() ? 'Never' : '-' ); ?>
|
83 |
</span>
|
84 |
+
<a href="#" class="edit-value-toggle"><?php esc_html_e( 'Edit', 'business-directory-plugin' ); ?></a>
|
85 |
<div class="value-editor">
|
86 |
+
<input type="text" name="listing_plan[expiration_date]" value="<?php echo esc_attr( ( $current_plan && $current_plan->expiration_date ) ? $current_plan->expiration_date : '' ); ?>" placeholder="<?php esc_attr_e( 'Never', 'business-directory-plugin' ); ?>" />
|
87 |
|
88 |
<p>
|
89 |
<a href="#" class="update-value button"><?php _ex( 'OK', 'listing metabox', 'business-directory-plugin' ); ?></a>
|
96 |
<span class="display-value" id="wpbdp-listing-plan-prop-images">
|
97 |
<?php echo $current_plan ? $current_plan->fee_images : '-'; ?>
|
98 |
</span>
|
99 |
+
<a href="#" class="edit-value-toggle"><?php esc_html_e( 'Edit', 'business-directory-plugin' ); ?></a>
|
100 |
<div class="value-editor">
|
101 |
<input type="text" name="listing_plan[fee_images]" value="<?php echo $current_plan ? $current_plan->fee_images : 0; ?>" size="2" />
|
102 |
|
121 |
|
122 |
<ul class="wpbdp-listing-metabox-renewal-actions">
|
123 |
<li>
|
124 |
+
<a href="#" class="button button-small" onclick="window.prompt('<?php _ex( 'Renewal url (copy & paste)', 'admin infometabox', 'business-directory-plugin' ); ?>', '<?php echo esc_url_raw( $listing->get_renewal_url() ); ?>'); return false;"><?php _ex( 'Get renewal URL', 'admin infometabox', 'business-directory-plugin' ); ?></a>
|
125 |
<a class="button button-small" href="
|
126 |
<?php
|
127 |
echo esc_url(
|
templates/admin/payments-details.tpl.php
CHANGED
@@ -30,6 +30,7 @@ if ( ! $payment->id ) {
|
|
30 |
|
31 |
<form action="<?php echo esc_url( admin_url( 'admin.php?page=wpbdp_admin_payments&wpbdp-view=payment_update' ) ); ?>" method="post">
|
32 |
<input type="hidden" name="payment[id]" value="<?php echo esc_attr( $payment->id ); ?>" />
|
|
|
33 |
|
34 |
<div id="poststuff">
|
35 |
<div id="post-body" class="metabox-holder columns-2">
|
@@ -87,7 +88,7 @@ if ( ! $payment->id ) {
|
|
87 |
</div>
|
88 |
<div id="major-publishing-actions">
|
89 |
<div id="delete-action">
|
90 |
-
|
91 |
</div>
|
92 |
<input type="submit" class="button button-primary right" value="<?php esc_attr_e( 'Save Payment', 'business-directory-plugin' ); ?>" />
|
93 |
<div class="clear"></div>
|
30 |
|
31 |
<form action="<?php echo esc_url( admin_url( 'admin.php?page=wpbdp_admin_payments&wpbdp-view=payment_update' ) ); ?>" method="post">
|
32 |
<input type="hidden" name="payment[id]" value="<?php echo esc_attr( $payment->id ); ?>" />
|
33 |
+
<?php wp_nonce_field( 'payment-' . $payment->id ); ?>
|
34 |
|
35 |
<div id="poststuff">
|
36 |
<div id="post-body" class="metabox-holder columns-2">
|
88 |
</div>
|
89 |
<div id="major-publishing-actions">
|
90 |
<div id="delete-action">
|
91 |
+
<a href="<?php echo wp_nonce_url( admin_url( 'admin.php?page=wpbdp_admin_payments&wpbdp-view=payment_delete&payment-id=' . $payment->id ), 'payment-' . $payment->id ); ?>" class="wpbdp-admin-delete-link wpbdp-admin-confirm"><?php esc_html_e( 'Delete Payment', 'business-directory-plugin' ); ?></a>
|
92 |
</div>
|
93 |
<input type="submit" class="button button-primary right" value="<?php esc_attr_e( 'Save Payment', 'business-directory-plugin' ); ?>" />
|
94 |
<div class="clear"></div>
|
templates/admin/payments-note.tpl.php
CHANGED
@@ -10,7 +10,7 @@ $date = date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format'
|
|
10 |
<div class="wpbdp-payment-note" data-id="<?php echo $note->id; ?>">
|
11 |
|
12 |
<?php if ( $note->log_type == 'payment.note' ): ?>
|
13 |
-
<a href="<?php echo
|
14 |
<?php esc_html_e( 'Delete', 'business-directory-plugin' ); ?>
|
15 |
</a>
|
16 |
<?php endif; ?>
|
10 |
<div class="wpbdp-payment-note" data-id="<?php echo $note->id; ?>">
|
11 |
|
12 |
<?php if ( $note->log_type == 'payment.note' ): ?>
|
13 |
+
<a href="<?php echo wp_nonce_url( admin_url( 'admin-ajax.php?action=wpbdp_admin_ajax&handler=payments__delete_note¬e=' . $note->id . '&payment_id=' . $payment_id ), 'wpbdp_ajax' ); ?>" class="wpbdp-admin-delete-link wpbdp-admin-confirm" data-confirm="<?php esc_attr_e( 'Are you sure you want to do this?', 'business-directory-plugin' ); ?>">
|
14 |
<?php esc_html_e( 'Delete', 'business-directory-plugin' ); ?>
|
15 |
</a>
|
16 |
<?php endif; ?>
|
themes/default/theme.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"name": "Default Theme",
|
3 |
"description": "The default look of Business Directory. A clean, basic look. This theme is always installed and cannot be removed.",
|
4 |
-
"version": "5.11.
|
5 |
"author": "Business Directory Team",
|
6 |
"author_email": "support@businessdirectoryplugin.com",
|
7 |
"author_url": "https://businessdirectoryplugin.com",
|
1 |
{
|
2 |
"name": "Default Theme",
|
3 |
"description": "The default look of Business Directory. A clean, basic look. This theme is always installed and cannot be removed.",
|
4 |
+
"version": "5.11.2",
|
5 |
"author": "Business Directory Team",
|
6 |
"author_email": "support@businessdirectoryplugin.com",
|
7 |
"author_url": "https://businessdirectoryplugin.com",
|