Version Description
Download this release
Release Info
Developer | businessdirectoryplugin |
Plugin | Business Directory Plugin |
Version | 3.6.6 |
Comparing to | |
See all releases |
Code changes from version 3.6.5 to 3.6.6
- README.TXT +19 -6
- business-directory-plugin.php +8 -176
- core/class-gateway.php +2 -1
- core/class-recaptcha.php +171 -0
- core/compatibility/class-wpml-compat.php +14 -0
- core/form-fields-types.php +5 -1
- core/gateways-authorize-net.php +9 -1
- core/js/recaptcha.js +13 -0
- core/js/recaptcha.min.js +1 -0
- core/templates-generic.php +0 -79
- core/view-listing-contact.php +1 -1
- languages/WPBDM-de_DE.mo +0 -0
- languages/WPBDM-de_DE.po +59 -53
- languages/WPBDM-en_US.mo +0 -0
- languages/WPBDM-en_US.po +58 -53
- languages/WPBDM-es_ES.mo +0 -0
- languages/WPBDM-es_ES.po +67 -70
- languages/WPBDM-fr_FR.mo +0 -0
- languages/WPBDM-fr_FR.po +94 -87
- languages/WPBDM-pl_PL.mo +0 -0
- languages/WPBDM-pl_PL.po +6858 -0
- languages/WPBDM.pot +59 -54
- templates/billing-information-form.tpl.php +8 -0
- templates/listing-contactform.tpl.php +1 -1
- vendors/recaptcha/LICENSE +0 -22
- vendors/recaptcha/README +0 -7
- vendors/recaptcha/ReCaptcha/ReCaptcha.php +97 -0
- vendors/recaptcha/ReCaptcha/RequestMethod.php +42 -0
- vendors/recaptcha/ReCaptcha/RequestMethod/Curl.php +47 -0
- vendors/recaptcha/ReCaptcha/RequestMethod/Post.php +70 -0
- vendors/recaptcha/ReCaptcha/RequestMethod/Socket.php +104 -0
- vendors/recaptcha/ReCaptcha/RequestMethod/SocketPost.php +120 -0
- vendors/recaptcha/ReCaptcha/RequestParameters.php +103 -0
- vendors/recaptcha/ReCaptcha/Response.php +102 -0
- vendors/recaptcha/autoload.php +38 -0
- vendors/recaptcha/example-captcha.php +0 -37
- vendors/recaptcha/example-mailhide.php +0 -17
- vendors/recaptcha/recaptchalib.php +0 -277
README.TXT
CHANGED
@@ -4,8 +4,8 @@ Donate link: http://businessdirectoryplugin.com/premium-modules/
|
|
4 |
Tags: wordpress directory,wordpress directory plugin, wordpress directory theme,wordpress business directory,business directory,classified ads,classifieds,directory plugin,business directory plugin,directory widget,church directory,address book,address,member directory,members directory,city portal,city portal plugin,city guide plugin,city guide
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.2.2
|
7 |
-
Last Updated: 2015-
|
8 |
-
Stable tag: tags/3.6.
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
Build local directories, business provider listings, Yellow-Pages directories, Yelp-like review sections and much more!
|
@@ -29,7 +29,7 @@ Business Directory Plugin allows you to build local directories, business provid
|
|
29 |
* Users who post can edit listings without access to WP dashboard
|
30 |
* SEO Friendly using Yoast SEO
|
31 |
* Configurable quick-search field and sorting bar for listings
|
32 |
-
* Rate businesses in your directory (now with
|
33 |
* Display the location of the business (categories, search, details--now with custom map sizes) (using the Google Maps Module)
|
34 |
* Location based result filtering (using the Regions Module)
|
35 |
* ZIP code radius searches (using the ZIP Search Module)
|
@@ -41,6 +41,7 @@ Business Directory Plugin allows you to build local directories, business provid
|
|
41 |
* Accept payments using PayFast (using the PayFast Gateway Module)
|
42 |
* Post claimable listings that other businesses can pay (or not) to claim (using the Claim Listings Module) (NEW!)
|
43 |
* FULL responsive support when installed with a responsive theme (NEW!)
|
|
|
44 |
|
45 |
For a complete and detailed list of features, please visit: http://businessdirectoryplugin.com/features/
|
46 |
|
@@ -113,6 +114,18 @@ If you are having problems please visit [support forum](http://www.businessdirec
|
|
113 |
|
114 |
== Changelog ==
|
115 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
= Version 3.6.5 =
|
117 |
* Added full French translation
|
118 |
* Add support for NavXT breadcrumbs plugin
|
@@ -152,15 +165,15 @@ If you are having problems please visit [support forum](http://www.businessdirec
|
|
152 |
= Version 3.6 =
|
153 |
* Added Authorize.net as the default (free) payment gateway, replacing Google Wallet which was discontinued in March 2015.
|
154 |
* Dropped support for Google Wallet for Business (http://www.businessnewsdaily.com/7468-google-wallet-discontinued.html)
|
155 |
-
* Added "AJAX compatibility mode" to help with
|
156 |
* New sequential CSV import process that improves performance and reliability especially for large imports.
|
157 |
* Added new German translation to core plugin
|
158 |
* Improved display on mobile devices (full responsive support).
|
159 |
* Work around some themes not firing some of the hooks for the comments form.
|
160 |
* Improved quick search performance by reducing the number of JOINs required.
|
161 |
* Added an optional quick search mode that increases performance by reducing search accuracy (shared hosting support).
|
162 |
-
*
|
163 |
-
* Apply strip_slashes() to
|
164 |
* Add setting that allows admins to automatically remind users of abandoned payments.
|
165 |
* Allow setting the post status for listings imported via CSV.
|
166 |
* Allow users to upload CSV and ZIP files for CSV imports via FTP.
|
4 |
Tags: wordpress directory,wordpress directory plugin, wordpress directory theme,wordpress business directory,business directory,classified ads,classifieds,directory plugin,business directory plugin,directory widget,church directory,address book,address,member directory,members directory,city portal,city portal plugin,city guide plugin,city guide
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.2.2
|
7 |
+
Last Updated: 2015-Jul-7
|
8 |
+
Stable tag: tags/3.6.6
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
Build local directories, business provider listings, Yellow-Pages directories, Yelp-like review sections and much more!
|
29 |
* Users who post can edit listings without access to WP dashboard
|
30 |
* SEO Friendly using Yoast SEO
|
31 |
* Configurable quick-search field and sorting bar for listings
|
32 |
+
* Rate businesses in your directory (now with Schema.org microformat support) (using the Ratings Module)
|
33 |
* Display the location of the business (categories, search, details--now with custom map sizes) (using the Google Maps Module)
|
34 |
* Location based result filtering (using the Regions Module)
|
35 |
* ZIP code radius searches (using the ZIP Search Module)
|
41 |
* Accept payments using PayFast (using the PayFast Gateway Module)
|
42 |
* Post claimable listings that other businesses can pay (or not) to claim (using the Claim Listings Module) (NEW!)
|
43 |
* FULL responsive support when installed with a responsive theme (NEW!)
|
44 |
+
* Integrates with popular plugins like Yoast SEO, NavXT Breadcrumbs and WP-PageNavi for easy use
|
45 |
|
46 |
For a complete and detailed list of features, please visit: http://businessdirectoryplugin.com/features/
|
47 |
|
114 |
|
115 |
== Changelog ==
|
116 |
|
117 |
+
= Version 3.6.6 =
|
118 |
+
* Added full French translation
|
119 |
+
* Added full Polish translation
|
120 |
+
* New reCAPTCHA version and library.
|
121 |
+
* Support use of language-specific URLs for WPML
|
122 |
+
* Add ZIP code field to billing information page
|
123 |
+
* Update bundled version of Auth.net SDK
|
124 |
+
* Fix date field issue resulting in PHP warnings
|
125 |
+
* Add French postal code database to ZIP search module
|
126 |
+
* Fixed sidebar issues on Google Maps with unclosed tag
|
127 |
+
* Fixed Regions bug to be consistent on selector and sidelist for hiding empty regions
|
128 |
+
|
129 |
= Version 3.6.5 =
|
130 |
* Added full French translation
|
131 |
* Add support for NavXT breadcrumbs plugin
|
165 |
= Version 3.6 =
|
166 |
* Added Authorize.net as the default (free) payment gateway, replacing Google Wallet which was discontinued in March 2015.
|
167 |
* Dropped support for Google Wallet for Business (http://www.businessnewsdaily.com/7468-google-wallet-discontinued.html)
|
168 |
+
* Added "AJAX compatibility mode" to help with JavaScript/AJAX conflicts.
|
169 |
* New sequential CSV import process that improves performance and reliability especially for large imports.
|
170 |
* Added new German translation to core plugin
|
171 |
* Improved display on mobile devices (full responsive support).
|
172 |
* Work around some themes not firing some of the hooks for the comments form.
|
173 |
* Improved quick search performance by reducing the number of JOINs required.
|
174 |
* Added an optional quick search mode that increases performance by reducing search accuracy (shared hosting support).
|
175 |
+
* Prepend 'http://' to data entered into URL fields automatically.
|
176 |
+
* Apply strip_slashes() to multi-valued field options.
|
177 |
* Add setting that allows admins to automatically remind users of abandoned payments.
|
178 |
* Allow setting the post status for listings imported via CSV.
|
179 |
* Allow users to upload CSV and ZIP files for CSV imports via FTP.
|
business-directory-plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: http://www.businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
-
* Version: 3.6.
|
7 |
* Author: D. Rodenbaugh
|
8 |
* Author URI: http://businessdirectoryplugin.com
|
9 |
* License: GPLv2 or any later version
|
@@ -23,14 +23,13 @@
|
|
23 |
You should have received a copy of the GNU General Public License
|
24 |
along with this program; if not, write to the Free Software
|
25 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
26 |
-
reCAPTCHA used with permission of Mike Crawford & Ben Maurer, http://recaptcha.net
|
27 |
*/
|
28 |
|
29 |
// Do not allow direct loading of this file.
|
30 |
if( preg_match( '#' . basename( __FILE__ ) . '#', $_SERVER['PHP_SELF'] ) )
|
31 |
exit();
|
32 |
|
33 |
-
define( 'WPBDP_VERSION', '3.6.
|
34 |
|
35 |
define( 'WPBDP_PATH', plugin_dir_path( __FILE__ ) );
|
36 |
define( 'WPBDP_URL', trailingslashit( plugins_url( '/', __FILE__ ) ) );
|
@@ -147,7 +146,6 @@ class WPBDP_Plugin {
|
|
147 |
$this->listings = new WPBDP_Listings_API();
|
148 |
|
149 |
$this->_register_image_sizes();
|
150 |
-
$this->handle_recaptcha();
|
151 |
|
152 |
add_filter('posts_request', create_function('$x', 'wpbdp_debug($x); return $x;')); // used for debugging
|
153 |
add_filter('rewrite_rules_array', array( &$this, '_rewrite_rules'));
|
@@ -204,6 +202,12 @@ class WPBDP_Plugin {
|
|
204 |
add_filter( 'wpbdp_listing_sort_options', array( &$this, 'sortbar_sort_options' ) );
|
205 |
add_filter( 'wpbdp_query_fields', array( &$this, 'sortbar_query_fields' ) );
|
206 |
add_filter( 'wpbdp_query_orderby', array( &$this, 'sortbar_orderby' ) );
|
|
|
|
|
|
|
|
|
|
|
|
|
207 |
}
|
208 |
|
209 |
// {{{ Premium modules.
|
@@ -716,22 +720,6 @@ class WPBDP_Plugin {
|
|
716 |
add_image_size( 'wpbdp-large', $max_width, $max_height, false );
|
717 |
}
|
718 |
|
719 |
-
public function handle_recaptcha() {
|
720 |
-
if ( wpbdp_get_option( 'recaptcha-on' ) ) {
|
721 |
-
// Only one reCAPTCHA is allowed per page, so we work around this limitation by sharing the one in the contact form.
|
722 |
-
add_action( 'wp_footer', array( &$this, 'comment_recaptcha_workaround' ) );
|
723 |
-
}
|
724 |
-
|
725 |
-
// Comments reCAPTCHA.
|
726 |
-
if ( wpbdp_get_option( 'recaptcha-for-comments' ) ) {
|
727 |
-
add_filter( 'comment_form', array( &$this, 'recaptcha_in_comments' ) );
|
728 |
-
add_action( 'preprocess_comment', array( &$this, 'check_comment_recaptcha' ), 0 );
|
729 |
-
|
730 |
-
// add_action('wp_head', array(&$this, 'saved_comment'), 0);
|
731 |
-
add_action( 'comment_post_redirect', array( &$this, 'comment_relative_redirect' ), 0, 2 );
|
732 |
-
}
|
733 |
-
}
|
734 |
-
|
735 |
public function is_debug_on() {
|
736 |
return WPBDP_Debugging::is_debug_on();
|
737 |
}
|
@@ -1425,162 +1413,6 @@ class WPBDP_Plugin {
|
|
1425 |
}
|
1426 |
}
|
1427 |
|
1428 |
-
|
1429 |
-
/*
|
1430 |
-
* Comments reCAPTCHA.
|
1431 |
-
*/
|
1432 |
-
public function recaptcha_in_comments( $comment_field ) {
|
1433 |
-
$html = '';
|
1434 |
-
// $html .= $comment_field;
|
1435 |
-
|
1436 |
-
// If this is not a BD page, ignore reCAPTCHA.
|
1437 |
-
if ( ! $this->controller->get_current_action() )
|
1438 |
-
return $html;
|
1439 |
-
|
1440 |
-
if ( wpbdp_get_option( 'recaptcha-on' ) ) {
|
1441 |
-
// Only one reCAPTCHA is allowed per page, so we work around this limitation by sharing the one in the contact form.
|
1442 |
-
// add_action( 'wp_footer', array( &$this, 'comment_recaptcha_workaround' ) );
|
1443 |
-
|
1444 |
-
$html .= '<div id="wpbdp-comment-recaptcha">';
|
1445 |
-
} else {
|
1446 |
-
$html .= '<div id="wpbdp-comment-recaptcha">';
|
1447 |
-
$html .= wpbdp_recaptcha();
|
1448 |
-
}
|
1449 |
-
|
1450 |
-
$error = '';
|
1451 |
-
if ( isset( $_GET['wpbdp-recaptcha-error'] ) && $_GET['wpbdp-recaptcha-error'] ) {
|
1452 |
-
$error = _x( "The reCAPTCHA wasn't entered correctly.", 'comment-form', 'WPBDM' );
|
1453 |
-
|
1454 |
-
add_action( 'wp_footer', array( &$this, 'restore_comment_fields' ) );
|
1455 |
-
}
|
1456 |
-
|
1457 |
-
$html .= '</div>';
|
1458 |
-
|
1459 |
-
if ( $error )
|
1460 |
-
$html .= sprintf( '<p class="wpbdp-recaptcha-error">%s</p>', $error );
|
1461 |
-
|
1462 |
-
echo $html;
|
1463 |
-
}
|
1464 |
-
|
1465 |
-
|
1466 |
-
public function check_comment_recaptcha( $comment_data ) {
|
1467 |
-
if ( ! wpbdp_get_option( 'recaptcha-for-comments' ) )
|
1468 |
-
return $comment_data;
|
1469 |
-
|
1470 |
-
if ( ! wpbdp_recaptcha_check_answer( $this->_comment_recaptcha_error ) ) {
|
1471 |
-
add_filter( 'pre_comment_approved', create_function( '$a', 'return \'spam\';' ) );
|
1472 |
-
}
|
1473 |
-
|
1474 |
-
return $comment_data;
|
1475 |
-
}
|
1476 |
-
|
1477 |
-
public function comment_relative_redirect( $location, $comment ) {
|
1478 |
-
if ( !isset( $this->_comment_recaptcha_error ) || empty( $this->_comment_recaptcha_error ) )
|
1479 |
-
return $location;
|
1480 |
-
|
1481 |
-
$location = substr( $location, 0, strpos( $location, '#' ) );
|
1482 |
-
$location = add_query_arg( 'wpbdp-recaptcha-error', urlencode( base64_encode( $comment->comment_ID . '/' . $this->_comment_recaptcha_error ) ), $location );
|
1483 |
-
$location .= '#commentform';
|
1484 |
-
|
1485 |
-
return $location;
|
1486 |
-
}
|
1487 |
-
|
1488 |
-
public function restore_comment_fields() {
|
1489 |
-
if ( !isset( $_GET['wpbdp-recaptcha-error'] ) || empty( $_GET['wpbdp-recaptcha-error'] ) )
|
1490 |
-
return;
|
1491 |
-
|
1492 |
-
$error_data = explode('/', base64_decode( urldecode( $_GET['wpbdp-recaptcha-error'] ) ) );
|
1493 |
-
$comment_id = $error_data ? intval( $error_data[0] ) : 0;
|
1494 |
-
$comment = get_comment( $comment_id );
|
1495 |
-
|
1496 |
-
if ( !$comment )
|
1497 |
-
return;
|
1498 |
-
|
1499 |
-
echo <<<JS
|
1500 |
-
<script type="text/javascript">//<![CDATA[
|
1501 |
-
jQuery('#comment').val("{$comment->comment_content}");
|
1502 |
-
//]]></script>
|
1503 |
-
JS;
|
1504 |
-
}
|
1505 |
-
|
1506 |
-
public function comment_recaptcha_workaround() {
|
1507 |
-
$public_key = wpbdp_get_option( 'recaptcha-public-key' );
|
1508 |
-
|
1509 |
-
echo <<<JS
|
1510 |
-
<script type="text/javascript">//<![CDATA[
|
1511 |
-
jQuery(function($) {
|
1512 |
-
var recaptchas_in_page = [];
|
1513 |
-
var active = '';
|
1514 |
-
|
1515 |
-
if ( $( '#wpbdp-claim-listings-form' ).length > 0 )
|
1516 |
-
recaptchas_in_page.push( 'claim-listings' );
|
1517 |
-
|
1518 |
-
if ( $( '#wpbdp-comment-recaptcha' ) )
|
1519 |
-
recaptchas_in_page.push( 'comment' );
|
1520 |
-
|
1521 |
-
if ( $( '#wpbdp-contact-form-recaptcha' ) )
|
1522 |
-
recaptchas_in_page.push( 'contact' );
|
1523 |
-
|
1524 |
-
if ( recaptchas_in_page.length <= 1 )
|
1525 |
-
return;
|
1526 |
-
|
1527 |
-
var active = recaptchas_in_page[0];
|
1528 |
-
|
1529 |
-
var move_recaptcha_to = function( dest ) {
|
1530 |
-
if ( active == dest )
|
1531 |
-
return;
|
1532 |
-
|
1533 |
-
Recaptcha.destroy();
|
1534 |
-
$( '#wpbdp-contact-form-recaptcha, #wpbdp-comment-recaptcha' ).attr( 'class', '' ).empty();
|
1535 |
-
$( '#wpbdp-claim-listings-form .field.recaptcha' ).empty();
|
1536 |
-
|
1537 |
-
var recaptcha_area = '';
|
1538 |
-
|
1539 |
-
if ( 'comment' == dest ) {
|
1540 |
-
recaptcha_area = 'wpbdp-comment-recaptcha';
|
1541 |
-
} else if ( 'contact' == dest ) {
|
1542 |
-
recaptcha_area = 'wpbdp-contact-form-recaptcha';
|
1543 |
-
} else if ( 'claim-listings' == dest ) {
|
1544 |
-
$( '#wpbdp-claim-listings-form .field.recaptcha' ).html( '<div id="wpbdp-claim-listings-recaptcha"></div>' );
|
1545 |
-
recaptcha_area = 'wpbdp-claim-listings-recaptcha';
|
1546 |
-
}
|
1547 |
-
|
1548 |
-
if ( recaptcha_area )
|
1549 |
-
Recaptcha.create( '{$public_key}', recaptcha_area );
|
1550 |
-
|
1551 |
-
active = dest;
|
1552 |
-
};
|
1553 |
-
|
1554 |
-
$( '#comment' ).focusin(function() {
|
1555 |
-
move_recaptcha_to( 'comment' );
|
1556 |
-
});
|
1557 |
-
$( '#wpbdp-contact-form-message' ).focusin(function() {
|
1558 |
-
move_recaptcha_to( 'contact' );
|
1559 |
-
});
|
1560 |
-
$( '.wpbdp-claim-listings .claim-listing-link' ).click(function(e) {
|
1561 |
-
var open = $(this).parent( '.wpbdp-claim-listings' ).hasClass('open');
|
1562 |
-
|
1563 |
-
if ( ! open )
|
1564 |
-
return;
|
1565 |
-
|
1566 |
-
move_recaptcha_to( 'claim-listings' );
|
1567 |
-
});
|
1568 |
-
|
1569 |
-
});
|
1570 |
-
//]]></script>
|
1571 |
-
JS;
|
1572 |
-
|
1573 |
-
if ( isset( $_GET['wpbdp-recaptcha-error'] ) && !empty( $_GET['wpbdp-recaptcha-error'] ) ) {
|
1574 |
-
echo <<<JS
|
1575 |
-
<script type="text/javascript">//<![CDATA[
|
1576 |
-
jQuery(document).ready(function(){
|
1577 |
-
jQuery('#comment').focus();
|
1578 |
-
});
|
1579 |
-
//]]></script>
|
1580 |
-
JS;
|
1581 |
-
}
|
1582 |
-
}
|
1583 |
-
|
1584 |
// {{ Sorting options.
|
1585 |
public function sortbar_sort_options( $options ) {
|
1586 |
if ( ! wpbdp_get_option( 'listings-sortbar-enabled' ) )
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: http://www.businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
+
* Version: 3.6.6
|
7 |
* Author: D. Rodenbaugh
|
8 |
* Author URI: http://businessdirectoryplugin.com
|
9 |
* License: GPLv2 or any later version
|
23 |
You should have received a copy of the GNU General Public License
|
24 |
along with this program; if not, write to the Free Software
|
25 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
26 |
*/
|
27 |
|
28 |
// Do not allow direct loading of this file.
|
29 |
if( preg_match( '#' . basename( __FILE__ ) . '#', $_SERVER['PHP_SELF'] ) )
|
30 |
exit();
|
31 |
|
32 |
+
define( 'WPBDP_VERSION', '3.6.6' );
|
33 |
|
34 |
define( 'WPBDP_PATH', plugin_dir_path( __FILE__ ) );
|
35 |
define( 'WPBDP_URL', trailingslashit( plugins_url( '/', __FILE__ ) ) );
|
146 |
$this->listings = new WPBDP_Listings_API();
|
147 |
|
148 |
$this->_register_image_sizes();
|
|
|
149 |
|
150 |
add_filter('posts_request', create_function('$x', 'wpbdp_debug($x); return $x;')); // used for debugging
|
151 |
add_filter('rewrite_rules_array', array( &$this, '_rewrite_rules'));
|
202 |
add_filter( 'wpbdp_listing_sort_options', array( &$this, 'sortbar_sort_options' ) );
|
203 |
add_filter( 'wpbdp_query_fields', array( &$this, 'sortbar_query_fields' ) );
|
204 |
add_filter( 'wpbdp_query_orderby', array( &$this, 'sortbar_orderby' ) );
|
205 |
+
|
206 |
+
// Enable reCAPTCHA if needed.
|
207 |
+
if ( wpbdp_get_option( 'recaptcha-on' ) || wpbdp_get_option( 'recaptcha-for-submits' ) || wpbdp_get_option( 'recaptcha-for-comments' ) ) {
|
208 |
+
require_once( WPBDP_PATH . 'core/class-recaptcha.php' );
|
209 |
+
$this->recaptcha = new WPBDP_reCAPTCHA();
|
210 |
+
}
|
211 |
}
|
212 |
|
213 |
// {{{ Premium modules.
|
720 |
add_image_size( 'wpbdp-large', $max_width, $max_height, false );
|
721 |
}
|
722 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
723 |
public function is_debug_on() {
|
724 |
return WPBDP_Debugging::is_debug_on();
|
725 |
}
|
1413 |
}
|
1414 |
}
|
1415 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1416 |
// {{ Sorting options.
|
1417 |
public function sortbar_sort_options( $options ) {
|
1418 |
if ( ! wpbdp_get_option( 'listings-sortbar-enabled' ) )
|
core/class-gateway.php
CHANGED
@@ -104,7 +104,8 @@ abstract class WPBDP_Payment_Gateway {
|
|
104 |
'address_state',
|
105 |
'address_city',
|
106 |
'address_line1',
|
107 |
-
'address_line2'
|
|
|
108 |
);
|
109 |
|
110 |
$sanitized_data = array();
|
104 |
'address_state',
|
105 |
'address_city',
|
106 |
'address_line1',
|
107 |
+
'address_line2',
|
108 |
+
'zipcode'
|
109 |
);
|
110 |
|
111 |
$sanitized_data = array();
|
core/class-recaptcha.php
ADDED
@@ -0,0 +1,171 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/**
|
4 |
+
* @since next-release
|
5 |
+
*/
|
6 |
+
class WPBDP_reCAPTCHA {
|
7 |
+
|
8 |
+
private $public_key = '';
|
9 |
+
private $private_key = '';
|
10 |
+
|
11 |
+
private $current_id = 1;
|
12 |
+
|
13 |
+
private $comment_error = null;
|
14 |
+
|
15 |
+
|
16 |
+
function __construct() {
|
17 |
+
$this->public_key = trim( wpbdp_get_option( 'recaptcha-public-key' ) );
|
18 |
+
$this->private_key = trim( wpbdp_get_option( 'recaptcha-private-key' ) );
|
19 |
+
|
20 |
+
if ( empty( $this->public_key ) || empty( $this->private_key ) )
|
21 |
+
return;
|
22 |
+
|
23 |
+
add_action( 'wp_enqueue_scripts', array( &$this, '_enqueue_js_api' ) );
|
24 |
+
|
25 |
+
if ( wpbdp_get_option( 'recaptcha-for-comments' ) ) {
|
26 |
+
add_filter( 'comment_form_field_comment', array( &$this, '_recaptcha_in_comments' ) );
|
27 |
+
add_filter( 'preprocess_comment', array( &$this, '_check_comment_recaptcha' ), 0 );
|
28 |
+
add_action( 'comment_post_redirect', array( &$this, '_comment_relative_redirect' ), 0, 2 );
|
29 |
+
}
|
30 |
+
|
31 |
+
}
|
32 |
+
|
33 |
+
function _enqueue_js_api() {
|
34 |
+
global $wpbdp;
|
35 |
+
|
36 |
+
wp_enqueue_script( 'wpbdp-recaptcha',
|
37 |
+
WPBDP_URL . 'core/js/recaptcha' . ( ! $wpbdp->is_debug_on() ? '.min' : '' ) . '.js' );
|
38 |
+
wp_enqueue_script( 'google-recaptcha',
|
39 |
+
'https://www.google.com/recaptcha/api.js?onload=wpbdp_recaptcha&render=explicit' );
|
40 |
+
}
|
41 |
+
|
42 |
+
function render( $name = '' ) {
|
43 |
+
if ( empty( $this->public_key ) || empty( $this->private_key ) )
|
44 |
+
return '';
|
45 |
+
|
46 |
+
$html = '';
|
47 |
+
|
48 |
+
if ( $name )
|
49 |
+
$html .= '<div id="' . $name . '">';
|
50 |
+
|
51 |
+
$html .= sprintf( '<div id="wpbdp_recaptcha_%d" class="wpbdp-recaptcha" data-key="%s"></div>',
|
52 |
+
$this->current_id,
|
53 |
+
$this->public_key );
|
54 |
+
|
55 |
+
if ( $name )
|
56 |
+
$html .= '</div>';
|
57 |
+
|
58 |
+
$this->current_id++;
|
59 |
+
|
60 |
+
return $html;
|
61 |
+
}
|
62 |
+
|
63 |
+
public function verify( &$error_msg = null ) {
|
64 |
+
global $wpbdp;
|
65 |
+
|
66 |
+
if ( empty( $this->public_key ) || empty( $this->private_key ) )
|
67 |
+
return true;
|
68 |
+
|
69 |
+
if ( ! $_REQUEST['g-recaptcha-response'] )
|
70 |
+
return false;
|
71 |
+
|
72 |
+
if ( ! class_exists( 'ReCaptcha\ReCaptcha' ) )
|
73 |
+
require( WPBDP_PATH . 'vendors/recaptcha/autoload.php' );
|
74 |
+
|
75 |
+
$recaptcha = new \ReCaptcha\ReCaptcha( $this->private_key );
|
76 |
+
$res = $recaptcha->verify( $_REQUEST['g-recaptcha-response'], $_SERVER['REMOTE_ADDR'] );
|
77 |
+
|
78 |
+
if ( $res->isSuccess() )
|
79 |
+
return true;
|
80 |
+
|
81 |
+
$error_msg = _x( 'The reCAPTCHA wasn\'t entered correctly.', 'recaptcha', 'WPBDM' );
|
82 |
+
return false;
|
83 |
+
}
|
84 |
+
|
85 |
+
function _recaptcha_in_comments( $field ) {
|
86 |
+
global $wpbdp;
|
87 |
+
|
88 |
+
if ( ! $wpbdp->controller->action )
|
89 |
+
return $field;
|
90 |
+
|
91 |
+
$html = '';
|
92 |
+
$html .= $field;
|
93 |
+
|
94 |
+
if ( ! empty( $_GET['wre'] ) ) {
|
95 |
+
$html .= '<p class="wpbdp-recaptcha-error">';
|
96 |
+
$html .= _x( 'The reCAPTCHA wasn\'t entered correctly.', 'recaptcha', 'WPBDM' );
|
97 |
+
$html .= '</p>';
|
98 |
+
|
99 |
+
add_action( 'wp_footer', array( &$this, '_restore_comment_fields' ) );
|
100 |
+
}
|
101 |
+
|
102 |
+
$html .= $this->render();
|
103 |
+
return $html;
|
104 |
+
}
|
105 |
+
|
106 |
+
function _check_comment_recaptcha( $comment_data ) {
|
107 |
+
$post_id = isset( $comment_data['comment_post_ID'] ) ? $comment_data['comment_post_ID'] : 0;
|
108 |
+
|
109 |
+
if ( WPBDP_POST_TYPE != get_post_type( $post_id ) )
|
110 |
+
return $comment_data;
|
111 |
+
|
112 |
+
if ( ! $this->verify() ) {
|
113 |
+
$this->comment_error = true;
|
114 |
+
add_filter( 'pre_comment_approved', create_function( '$a', 'return \'spam\';' ) );
|
115 |
+
}
|
116 |
+
|
117 |
+
return $comment_data;
|
118 |
+
}
|
119 |
+
|
120 |
+
function _comment_relative_redirect( $location, $comment ) {
|
121 |
+
if ( is_null( $this->comment_error ) )
|
122 |
+
return $location;
|
123 |
+
|
124 |
+
$location = substr( $location, 0, strpos( $location, '#' ) );
|
125 |
+
$location = add_query_arg( 'wre', urlencode( base64_encode( $comment->comment_ID ) ), $location );
|
126 |
+
$location .= '#commentform';
|
127 |
+
|
128 |
+
return $location;
|
129 |
+
}
|
130 |
+
|
131 |
+
function _restore_comment_fields() {
|
132 |
+
$comment_id = isset( $_GET['wre'] ) ? absint( base64_decode( urldecode( $_GET['wre'] ) ) ) : 0;
|
133 |
+
|
134 |
+
if ( ! $comment_id )
|
135 |
+
return;
|
136 |
+
|
137 |
+
$comment = get_comment( $comment_id );
|
138 |
+
if ( ! $comment )
|
139 |
+
return;
|
140 |
+
|
141 |
+
echo <<<JS
|
142 |
+
<script type="text/javascript">//<![CDATA[
|
143 |
+
jQuery( '#comment' ).val( "{$comment->comment_content}" );
|
144 |
+
//}}>
|
145 |
+
</script>
|
146 |
+
JS;
|
147 |
+
}
|
148 |
+
|
149 |
+
}
|
150 |
+
|
151 |
+
|
152 |
+
/**
|
153 |
+
* Displays a reCAPTCHA field using the configured settings.
|
154 |
+
* @return string HTML for the reCAPTCHA field.
|
155 |
+
* @since 3.4.2
|
156 |
+
*/
|
157 |
+
function wpbdp_recaptcha( $name = '' ) {
|
158 |
+
global $wpbdp;
|
159 |
+
return $wpbdp->recaptcha->render( $name );
|
160 |
+
}
|
161 |
+
|
162 |
+
/**
|
163 |
+
* Validates reCAPTCHA input.
|
164 |
+
* @return boolean TRUE if validation succeeded, FALSE otherwise.
|
165 |
+
* @since 3.4.2
|
166 |
+
*/
|
167 |
+
function wpbdp_recaptcha_check_answer( &$error_msg = null ) {
|
168 |
+
global $wpbdp;
|
169 |
+
return $wpbdp->recaptcha->verify( $error_msg );
|
170 |
+
}
|
171 |
+
|
core/compatibility/class-wpml-compat.php
CHANGED
@@ -43,16 +43,30 @@ class WPBDP_WPML_Compat {
|
|
43 |
}
|
44 |
|
45 |
function add_lang_to_link( $link ) {
|
|
|
|
|
46 |
$lang = $this->get_current_language();
|
47 |
|
48 |
if ( ! $lang )
|
49 |
return $link;
|
50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
$link = add_query_arg( 'lang', $lang, $link );
|
52 |
return $link;
|
53 |
}
|
54 |
|
55 |
function correct_page_link( $link, $name = '', $arg0 = '' ) {
|
|
|
56 |
$lang = $this->get_current_language();
|
57 |
|
58 |
if ( ! $lang )
|
43 |
}
|
44 |
|
45 |
function add_lang_to_link( $link ) {
|
46 |
+
global $sitepress;
|
47 |
+
|
48 |
$lang = $this->get_current_language();
|
49 |
|
50 |
if ( ! $lang )
|
51 |
return $link;
|
52 |
|
53 |
+
$nego_type = absint( $sitepress->get_setting( 'language_negotiation_type' ) );
|
54 |
+
if ( 1 == $nego_type ) {
|
55 |
+
if ( $trans_id = icl_object_id( wpbdp_get_page_id(), 'page', false, $lang ) ) {
|
56 |
+
$real_link = get_permalink( $trans_id );
|
57 |
+
$used_link = _get_page_link( $trans_id );
|
58 |
+
|
59 |
+
$link = str_replace( $used_link, $real_link, $link );
|
60 |
+
return $link;
|
61 |
+
}
|
62 |
+
}
|
63 |
+
|
64 |
$link = add_query_arg( 'lang', $lang, $link );
|
65 |
return $link;
|
66 |
}
|
67 |
|
68 |
function correct_page_link( $link, $name = '', $arg0 = '' ) {
|
69 |
+
global $sitepress;
|
70 |
$lang = $this->get_current_language();
|
71 |
|
72 |
if ( ! $lang )
|
core/form-fields-types.php
CHANGED
@@ -509,7 +509,11 @@ class WPBDP_FieldTypes_TextArea extends WPBDP_Form_Field_Type {
|
|
509 |
if ( $field->data( 'allow_filters' ) ) {
|
510 |
$value = apply_filters( 'the_content', $value );
|
511 |
} elseif ( $field->data( 'allow_shortcodes' ) ) {
|
|
|
|
|
|
|
512 |
$value = do_shortcode( nl2br( $value ) );
|
|
|
513 |
} else {
|
514 |
$value = nl2br( $value );
|
515 |
}
|
@@ -1234,7 +1238,7 @@ class WPBDP_FieldTypes_Date extends WPBDP_FieldTypes_TextField {
|
|
1234 |
return $formats;
|
1235 |
}
|
1236 |
|
1237 |
-
private function date_format( &$field, $full_info ) {
|
1238 |
if ( $full_info ) {
|
1239 |
$formats = $this->get_formats();
|
1240 |
$format = $this->date_format( $field, false );
|
509 |
if ( $field->data( 'allow_filters' ) ) {
|
510 |
$value = apply_filters( 'the_content', $value );
|
511 |
} elseif ( $field->data( 'allow_shortcodes' ) ) {
|
512 |
+
global $post;
|
513 |
+
// Try to protect us from sortcodes messing things for us.
|
514 |
+
$current_post = $post;
|
515 |
$value = do_shortcode( nl2br( $value ) );
|
516 |
+
$post = $current_post;
|
517 |
} else {
|
518 |
$value = nl2br( $value );
|
519 |
}
|
1238 |
return $formats;
|
1239 |
}
|
1240 |
|
1241 |
+
private function date_format( &$field, $full_info = false ) {
|
1242 |
if ( $full_info ) {
|
1243 |
$formats = $this->get_formats();
|
1244 |
$format = $this->date_format( $field, false );
|
core/gateways-authorize-net.php
CHANGED
@@ -83,6 +83,8 @@ class WPBDP_Authorize_Net_Gateway extends WPBDP_Payment_Gateway {
|
|
83 |
|
84 |
if ( wpbdp_get_option( 'payments-test-mode' ) )
|
85 |
$aim->setSandbox( true );
|
|
|
|
|
86 |
|
87 |
// Order info.
|
88 |
$aim->setFields( array(
|
@@ -105,7 +107,8 @@ class WPBDP_Authorize_Net_Gateway extends WPBDP_Payment_Gateway {
|
|
105 |
'address' => $data['address_line1'],
|
106 |
'city' => $data['address_city'],
|
107 |
'state' => $data['address_state'],
|
108 |
-
'country' => $data['address_country']
|
|
|
109 |
));
|
110 |
// TODO: maybe add zip, phone, email and cust_id
|
111 |
|
@@ -143,6 +146,8 @@ class WPBDP_Authorize_Net_Gateway extends WPBDP_Payment_Gateway {
|
|
143 |
|
144 |
if ( wpbdp_get_option( 'payments-test-mode' ) )
|
145 |
$arb->setSandbox( true );
|
|
|
|
|
146 |
|
147 |
$recurring_item = $payment->get_recurring_item();
|
148 |
//wpbdp_debug_e( $recurring_item );
|
@@ -165,6 +170,7 @@ class WPBDP_Authorize_Net_Gateway extends WPBDP_Payment_Gateway {
|
|
165 |
$s->billToCity = $data['address_city'];
|
166 |
$s->billToState = $data['address_state'];
|
167 |
$s->billToCountry = $data['address_country'];
|
|
|
168 |
|
169 |
$s->orderInvoiceNumber = $payment->get_id();
|
170 |
$s->orderDescription = $payment->get_short_description();
|
@@ -203,6 +209,8 @@ class WPBDP_Authorize_Net_Gateway extends WPBDP_Payment_Gateway {
|
|
203 |
|
204 |
if ( wpbdp_get_option( 'payments-test-mode' ) )
|
205 |
$arb->setSandbox( true );
|
|
|
|
|
206 |
|
207 |
$response = $arb->getSubscriptionStatus( $recurring_id );
|
208 |
$status = $response->isOk() ? $response->getSubscriptionStatus() : '';
|
83 |
|
84 |
if ( wpbdp_get_option( 'payments-test-mode' ) )
|
85 |
$aim->setSandbox( true );
|
86 |
+
else
|
87 |
+
$aim->setSandbox( false );
|
88 |
|
89 |
// Order info.
|
90 |
$aim->setFields( array(
|
107 |
'address' => $data['address_line1'],
|
108 |
'city' => $data['address_city'],
|
109 |
'state' => $data['address_state'],
|
110 |
+
'country' => $data['address_country'],
|
111 |
+
'zip' => $data['zipcode']
|
112 |
));
|
113 |
// TODO: maybe add zip, phone, email and cust_id
|
114 |
|
146 |
|
147 |
if ( wpbdp_get_option( 'payments-test-mode' ) )
|
148 |
$arb->setSandbox( true );
|
149 |
+
else
|
150 |
+
$arb->setSandbox( false );
|
151 |
|
152 |
$recurring_item = $payment->get_recurring_item();
|
153 |
//wpbdp_debug_e( $recurring_item );
|
170 |
$s->billToCity = $data['address_city'];
|
171 |
$s->billToState = $data['address_state'];
|
172 |
$s->billToCountry = $data['address_country'];
|
173 |
+
$s->billToZip = $data['zipcode'];
|
174 |
|
175 |
$s->orderInvoiceNumber = $payment->get_id();
|
176 |
$s->orderDescription = $payment->get_short_description();
|
209 |
|
210 |
if ( wpbdp_get_option( 'payments-test-mode' ) )
|
211 |
$arb->setSandbox( true );
|
212 |
+
else
|
213 |
+
$arb->setSandbox( false );
|
214 |
|
215 |
$response = $arb->getSubscriptionStatus( $recurring_id );
|
216 |
$status = $response->isOk() ? $response->getSubscriptionStatus() : '';
|
core/js/recaptcha.js
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wpbdp_recaptcha = function() {
|
2 |
+
var $ = jQuery;
|
3 |
+
|
4 |
+
if ( 0 == $( '.wpbdp-recaptcha' ).length )
|
5 |
+
return;
|
6 |
+
|
7 |
+
$( '.wpbdp-recaptcha' ).each(function(i, v) {
|
8 |
+
var $captcha = $(v);
|
9 |
+
|
10 |
+
grecaptcha.render( $captcha[0], { 'sitekey': $captcha.attr( 'data-key' ),
|
11 |
+
'theme': 'light' } );
|
12 |
+
});
|
13 |
+
};
|
core/js/recaptcha.min.js
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
wpbdp_recaptcha=function(){var $=jQuery;if(0==$(".wpbdp-recaptcha").length){return}$(".wpbdp-recaptcha").each(function(i,v){var $captcha=$(v);grecaptcha.render($captcha[0],{sitekey:$captcha.attr("data-key"),theme:"light"})})};
|
core/templates-generic.php
CHANGED
@@ -71,82 +71,3 @@ function _wpbdp_template_mode($template) {
|
|
71 |
return 'template';
|
72 |
return 'page';
|
73 |
}
|
74 |
-
|
75 |
-
|
76 |
-
/**
|
77 |
-
* @since 3.5.6
|
78 |
-
*/
|
79 |
-
function _wpbdp_recaptchalib_mode() {
|
80 |
-
if ( function_exists( 'recaptcha_get_html' ) )
|
81 |
-
return 'classic';
|
82 |
-
|
83 |
-
if ( class_exists( 'ReCaptcha' ) && class_exists( 'ReCaptchaResponse' ) )
|
84 |
-
return 'default';
|
85 |
-
|
86 |
-
return 'none';
|
87 |
-
}
|
88 |
-
|
89 |
-
/**
|
90 |
-
* Displays a reCAPTCHA field using the configured settings.
|
91 |
-
* @return string HTML for the reCAPTCHA field.
|
92 |
-
* @since 3.4.2
|
93 |
-
*/
|
94 |
-
function wpbdp_recaptcha() {
|
95 |
-
$public_key = wpbdp_get_option( 'recaptcha-public-key' );
|
96 |
-
|
97 |
-
if ( ! $public_key )
|
98 |
-
return '';
|
99 |
-
|
100 |
-
$html = '';
|
101 |
-
|
102 |
-
switch ( _wpbdp_recaptchalib_mode() ) {
|
103 |
-
case 'none':
|
104 |
-
require_once( WPBDP_PATH . 'vendors/recaptcha/recaptchalib.php' );
|
105 |
-
case 'classic':
|
106 |
-
$html = recaptcha_get_html( $public_key, null, is_ssl() );
|
107 |
-
break;
|
108 |
-
case 'default':
|
109 |
-
$html = sprintf( '<div class="g-recaptcha" data-sitekey="%s"></div>', $public_key );
|
110 |
-
$html .= sprintf( '<script type="text/javascript" src="%s"></script>', 'https://www.google.com/recaptcha/api.js?hl=en' );
|
111 |
-
break;
|
112 |
-
default:
|
113 |
-
break;
|
114 |
-
}
|
115 |
-
|
116 |
-
return $html;
|
117 |
-
}
|
118 |
-
|
119 |
-
/**
|
120 |
-
* Validates reCAPTCHA input.
|
121 |
-
* @return boolean TRUE if validation succeeded, FALSE otherwise.
|
122 |
-
* @since 3.4.2
|
123 |
-
*/
|
124 |
-
function wpbdp_recaptcha_check_answer( &$error_msg = null ) {
|
125 |
-
$private_key = wpbdp_get_option( 'recaptcha-private-key' );
|
126 |
-
|
127 |
-
if ( ! $private_key )
|
128 |
-
return true;
|
129 |
-
|
130 |
-
switch ( _wpbdp_recaptchalib_mode() ) {
|
131 |
-
case 'none':
|
132 |
-
require_once( WPBDP_PATH . 'vendors/recaptcha/recaptchalib.php' );
|
133 |
-
case 'classic':
|
134 |
-
$resp = recaptcha_check_answer( $private_key, $_SERVER['REMOTE_ADDR'], $_POST['recaptcha_challenge_field'], $_POST['recaptcha_response_field'] );
|
135 |
-
|
136 |
-
if ( ! $resp->is_valid )
|
137 |
-
$error_msg = $resp->error;
|
138 |
-
|
139 |
-
return $resp->is_valid;
|
140 |
-
break;
|
141 |
-
case 'default':
|
142 |
-
$reCaptcha = new ReCaptcha( $private_key );
|
143 |
-
$resp = $reCaptcha->verifyResponse( $_SERVER['REMOTE_ADDR'], $_POST['g-recaptcha-response'] );
|
144 |
-
|
145 |
-
return ( null != $resp && $resp->success );
|
146 |
-
break;
|
147 |
-
default:
|
148 |
-
break;
|
149 |
-
}
|
150 |
-
|
151 |
-
return false;
|
152 |
-
}
|
71 |
return 'template';
|
72 |
return 'page';
|
73 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
core/view-listing-contact.php
CHANGED
@@ -133,7 +133,7 @@ class WPBDP_Listing_Contact_View extends WPBDP_View {
|
|
133 |
'validation_errors' => $validation_errors,
|
134 |
'listing_id' => $listing_id,
|
135 |
'current_user' => is_user_logged_in() ? wp_get_current_user() : null,
|
136 |
-
'recaptcha' => wpbdp_get_option( 'recaptcha-on' ) ? wpbdp_recaptcha() : '',
|
137 |
false ) );
|
138 |
}
|
139 |
|
133 |
'validation_errors' => $validation_errors,
|
134 |
'listing_id' => $listing_id,
|
135 |
'current_user' => is_user_logged_in() ? wp_get_current_user() : null,
|
136 |
+
'recaptcha' => wpbdp_get_option( 'recaptcha-on' ) ? wpbdp_recaptcha( 'wpbdp-contact-form-recaptcha' ) : '',
|
137 |
false ) );
|
138 |
}
|
139 |
|
languages/WPBDM-de_DE.mo
CHANGED
Binary file
|
languages/WPBDM-de_DE.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 3.5.4\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
-
"POT-Creation-Date: 2015-
|
8 |
"PO-Revision-Date: 2015-03-10 03:22+0100\n"
|
9 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
10 |
"Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
|
@@ -1698,7 +1698,7 @@ msgctxt "form-fields admin"
|
|
1698 |
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
1699 |
msgstr ""
|
1700 |
|
1701 |
-
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 3.6.
|
1702 |
#. Plugin Name of the plugin/theme
|
1703 |
#: admin/templates/header.tpl.php:4
|
1704 |
msgid "Business Directory Plugin"
|
@@ -2421,89 +2421,84 @@ msgctxt "admin"
|
|
2421 |
msgid "The transaction has been deleted."
|
2422 |
msgstr "Die Transaktion wurde gelöscht."
|
2423 |
|
2424 |
-
#: business-directory-plugin.php:
|
2425 |
msgctxt "admin plugins"
|
2426 |
msgid "Settings"
|
2427 |
msgstr "Einstellungen"
|
2428 |
|
2429 |
-
#: business-directory-plugin.php:
|
2430 |
msgctxt "post type general name"
|
2431 |
msgid "Directory"
|
2432 |
msgstr "Verzeichnis"
|
2433 |
|
2434 |
-
#: business-directory-plugin.php:
|
2435 |
msgctxt "post type singular name"
|
2436 |
msgid "Directory"
|
2437 |
msgstr "Verzeichnis"
|
2438 |
|
2439 |
-
#: business-directory-plugin.php:
|
2440 |
msgctxt "listing"
|
2441 |
msgid "Add New Listing"
|
2442 |
msgstr "Neuen Eintrag erstellen"
|
2443 |
|
2444 |
-
#: business-directory-plugin.php:
|
2445 |
msgctxt "post type"
|
2446 |
msgid "Add New Listing"
|
2447 |
msgstr "Neuen Eintrag erstellen"
|
2448 |
|
2449 |
-
#: business-directory-plugin.php:
|
2450 |
msgid "Edit Listing"
|
2451 |
msgstr "Eintrag Bearbeiten"
|
2452 |
|
2453 |
-
#: business-directory-plugin.php:
|
2454 |
msgid "New Listing"
|
2455 |
msgstr "Neuer Eintag"
|
2456 |
|
2457 |
-
#: business-directory-plugin.php:
|
2458 |
msgid "View Listing"
|
2459 |
msgstr "Eintrag anschauen"
|
2460 |
|
2461 |
-
#: business-directory-plugin.php:
|
2462 |
msgid "Search Listings"
|
2463 |
msgstr "Einträge durchsuchen"
|
2464 |
|
2465 |
-
#: business-directory-plugin.php:
|
2466 |
msgid "No listings found"
|
2467 |
msgstr "Keine Einträge gefunden"
|
2468 |
|
2469 |
-
#: business-directory-plugin.php:
|
2470 |
msgid "No listings found in trash"
|
2471 |
msgstr "Keine Einträge im Papierkorb gefunden"
|
2472 |
|
2473 |
-
#: business-directory-plugin.php:
|
2474 |
msgid "Directory Categories"
|
2475 |
msgstr "Verzeichnis Kategorien"
|
2476 |
|
2477 |
-
#: business-directory-plugin.php:
|
2478 |
msgctxt "rss feed"
|
2479 |
msgid "%s Feed"
|
2480 |
msgstr "% Feed"
|
2481 |
|
2482 |
-
#: business-directory-plugin.php:
|
2483 |
msgctxt "title"
|
2484 |
msgid "Submit A Listing"
|
2485 |
msgstr "Eintrag zusenden"
|
2486 |
|
2487 |
-
#: business-directory-plugin.php:
|
2488 |
msgctxt "title"
|
2489 |
msgid "Find a Listing"
|
2490 |
msgstr "Eintrag finden"
|
2491 |
|
2492 |
-
#: business-directory-plugin.php:
|
2493 |
msgctxt "title"
|
2494 |
msgid "View All Listings"
|
2495 |
msgstr "Alle Einträge anschauen"
|
2496 |
|
2497 |
-
#: business-directory-plugin.php:
|
2498 |
msgctxt "title"
|
2499 |
msgid "Listings tagged: %s"
|
2500 |
msgstr "Einträge getaggt: %s"
|
2501 |
|
2502 |
-
#: business-directory-plugin.php:1452
|
2503 |
-
msgctxt "comment-form"
|
2504 |
-
msgid "The reCAPTCHA wasn't entered correctly."
|
2505 |
-
msgstr "Das reCAPTCHA wurde nicht korrekt eingegeben."
|
2506 |
-
|
2507 |
#: core/class-csv-import.php:361
|
2508 |
msgctxt "admin csv-import"
|
2509 |
msgid "Could not create listing category \"%s\""
|
@@ -2567,42 +2562,42 @@ msgctxt "form-fields-api"
|
|
2567 |
msgid "An error occurred while trying to delete this field."
|
2568 |
msgstr "Während der Löschung des Feldes ist ein Fehler aufgetreten."
|
2569 |
|
2570 |
-
#: core/class-gateway.php:
|
2571 |
#, fuzzy
|
2572 |
msgctxt "billing info"
|
2573 |
msgid "First name is required."
|
2574 |
msgstr "Feldbezeichnung ist Pflichtfeld."
|
2575 |
|
2576 |
-
#: core/class-gateway.php:
|
2577 |
#, fuzzy
|
2578 |
msgctxt "billing info"
|
2579 |
msgid "Last name is required."
|
2580 |
msgstr "%s ist ein Pflichtfeld."
|
2581 |
|
2582 |
-
#: core/class-gateway.php:
|
2583 |
#, fuzzy
|
2584 |
msgctxt "billing info"
|
2585 |
msgid "Credit card number is required."
|
2586 |
msgstr "Feldbezeichnung ist Pflichtfeld."
|
2587 |
|
2588 |
-
#: core/class-gateway.php:
|
2589 |
msgctxt "billing info"
|
2590 |
msgid "Credit card expiration date is invalid."
|
2591 |
msgstr ""
|
2592 |
|
2593 |
-
#: core/class-gateway.php:
|
2594 |
#, fuzzy
|
2595 |
msgctxt "billing info"
|
2596 |
msgid "Credit card CVC number is required."
|
2597 |
msgstr "Feldbezeichnung ist Pflichtfeld."
|
2598 |
|
2599 |
-
#: core/class-gateway.php:
|
2600 |
#, fuzzy
|
2601 |
msgctxt "billing info"
|
2602 |
msgid "Country is required."
|
2603 |
msgstr "%s ist ein Pflichtfeld."
|
2604 |
|
2605 |
-
#: core/class-gateway.php:
|
2606 |
#, fuzzy
|
2607 |
msgctxt "billing info"
|
2608 |
msgid "Address is required."
|
@@ -2678,6 +2673,12 @@ msgctxt "listings"
|
|
2678 |
msgid "Fee \"%s\" for category \"%s\""
|
2679 |
msgstr "Preis \"%s\" für Kategorie \"%s\""
|
2680 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2681 |
#: core/class-settings.php:24
|
2682 |
msgctxt "admin settings"
|
2683 |
msgid "General"
|
@@ -4181,8 +4182,8 @@ msgctxt "form-fields-api category-select"
|
|
4181 |
msgid "-- Choose One --"
|
4182 |
msgstr "-- Auswählen --"
|
4183 |
|
4184 |
-
#: core/form-fields-types.php:340 core/form-fields-types.php:
|
4185 |
-
#: core/form-fields-types.php:
|
4186 |
msgctxt "form-fields admin"
|
4187 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4188 |
msgstr ""
|
@@ -4193,8 +4194,8 @@ msgctxt "form-fields admin"
|
|
4193 |
msgid "Allow empty selection on search?"
|
4194 |
msgstr "Erlaube leere Auswahl bei Suche?"
|
4195 |
|
4196 |
-
#: core/form-fields-types.php:368 core/form-fields-types.php:
|
4197 |
-
#: core/form-fields-types.php:
|
4198 |
msgctxt "form-fields admin"
|
4199 |
msgid "Field list of options is required."
|
4200 |
msgstr "Feldliste von Optionen wird benötigt."
|
@@ -4228,62 +4229,62 @@ msgctxt "form-fields admin"
|
|
4228 |
msgid "Apply \"the_content\" filter before displaying this field?"
|
4229 |
msgstr "\"the_content\" Filter zuweisen bevor das Feld angezeigt wird?"
|
4230 |
|
4231 |
-
#: core/form-fields-types.php:
|
4232 |
msgctxt "form-fields api"
|
4233 |
msgid "Radio button"
|
4234 |
msgstr "Radiobutton"
|
4235 |
|
4236 |
-
#: core/form-fields-types.php:
|
4237 |
msgctxt "form-fields api"
|
4238 |
msgid "Multiple select list"
|
4239 |
msgstr "Multiple Auswahlliste"
|
4240 |
|
4241 |
-
#: core/form-fields-types.php:
|
4242 |
msgctxt "form-fields api"
|
4243 |
msgid "Multiselect List"
|
4244 |
msgstr "Mehrfachauswahlliste"
|
4245 |
|
4246 |
-
#: core/form-fields-types.php:
|
4247 |
msgctxt "form-fields api"
|
4248 |
msgid "Checkbox"
|
4249 |
msgstr "Kontrollkästchen"
|
4250 |
|
4251 |
-
#: core/form-fields-types.php:
|
4252 |
msgctxt "form-fields api"
|
4253 |
msgid "Social Site (Twitter handle)"
|
4254 |
msgstr "Soziale Seite (Twitter)"
|
4255 |
|
4256 |
-
#: core/form-fields-types.php:
|
4257 |
msgctxt "form-fields api"
|
4258 |
msgid "Social Site (Facebook page)"
|
4259 |
msgstr "Soziale Seite (Facebook)"
|
4260 |
|
4261 |
-
#: core/form-fields-types.php:
|
4262 |
msgctxt "form-fields api"
|
4263 |
msgid "Social Site (LinkedIn profile)"
|
4264 |
msgstr "Soziale Seite (LinkedIn)"
|
4265 |
|
4266 |
-
#: core/form-fields-types.php:
|
4267 |
msgctxt "form-fields api"
|
4268 |
msgid "Image (file upload)"
|
4269 |
msgstr "Bild (Datei hochladen)"
|
4270 |
|
4271 |
-
#: core/form-fields-types.php:
|
4272 |
msgctxt "form-fields-api"
|
4273 |
msgid "Remove"
|
4274 |
msgstr "Entfernen"
|
4275 |
|
4276 |
-
#: core/form-fields-types.php:
|
4277 |
#, fuzzy
|
4278 |
msgctxt "form-fields api"
|
4279 |
msgid "Date Field"
|
4280 |
msgstr "Feld aktualisieren"
|
4281 |
|
4282 |
-
#: core/form-fields-types.php:
|
4283 |
msgid "%s (ex. %s)"
|
4284 |
msgstr ""
|
4285 |
|
4286 |
-
#: core/form-fields-types.php:
|
4287 |
#, fuzzy
|
4288 |
msgctxt "form-fields api"
|
4289 |
msgid "Date Format"
|
@@ -4461,26 +4462,26 @@ msgctxt "authorize-net"
|
|
4461 |
msgid "Transaction Key is missing."
|
4462 |
msgstr "Transaktionen"
|
4463 |
|
4464 |
-
#: core/gateways-authorize-net.php:
|
4465 |
msgctxt "authorize-net"
|
4466 |
msgid ""
|
4467 |
"The payment gateway didn't accept your credit card or billing information. "
|
4468 |
"The following reason was given: \"%s\"."
|
4469 |
msgstr ""
|
4470 |
|
4471 |
-
#: core/gateways-authorize-net.php:
|
4472 |
msgctxt "authorize-net"
|
4473 |
msgid ""
|
4474 |
"Your payment is being held for review by the payment gateway. The following "
|
4475 |
"reason was given: \"%s\"."
|
4476 |
msgstr ""
|
4477 |
|
4478 |
-
#: core/gateways-authorize-net.php:
|
4479 |
msgctxt "authorize-net"
|
4480 |
msgid "Payment was rejected. The following reason was given: \"%s\"."
|
4481 |
msgstr ""
|
4482 |
|
4483 |
-
#: core/gateways-authorize-net.php:
|
4484 |
#, fuzzy
|
4485 |
msgctxt "authorize-net"
|
4486 |
msgid "Could not process payment."
|
@@ -5653,13 +5654,18 @@ msgctxt "checkout form"
|
|
5653 |
msgid "Address Line 2:"
|
5654 |
msgstr ""
|
5655 |
|
5656 |
-
#: templates/billing-information-form.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
5657 |
#, fuzzy
|
5658 |
msgctxt "WPBDM"
|
5659 |
msgid "Cancel"
|
5660 |
msgstr "Abbrechen"
|
5661 |
|
5662 |
-
#: templates/billing-information-form.tpl.php:
|
5663 |
#, fuzzy
|
5664 |
msgctxt "WPBDM"
|
5665 |
msgid "Submit Payment"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 3.5.4\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
+
"POT-Creation-Date: 2015-07-07 12:40:16+00:00\n"
|
8 |
"PO-Revision-Date: 2015-03-10 03:22+0100\n"
|
9 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
10 |
"Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
|
1698 |
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
1699 |
msgstr ""
|
1700 |
|
1701 |
+
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 3.6.6) #-#-#-#-#
|
1702 |
#. Plugin Name of the plugin/theme
|
1703 |
#: admin/templates/header.tpl.php:4
|
1704 |
msgid "Business Directory Plugin"
|
2421 |
msgid "The transaction has been deleted."
|
2422 |
msgstr "Die Transaktion wurde gelöscht."
|
2423 |
|
2424 |
+
#: business-directory-plugin.php:658
|
2425 |
msgctxt "admin plugins"
|
2426 |
msgid "Settings"
|
2427 |
msgstr "Einstellungen"
|
2428 |
|
2429 |
+
#: business-directory-plugin.php:668
|
2430 |
msgctxt "post type general name"
|
2431 |
msgid "Directory"
|
2432 |
msgstr "Verzeichnis"
|
2433 |
|
2434 |
+
#: business-directory-plugin.php:669
|
2435 |
msgctxt "post type singular name"
|
2436 |
msgid "Directory"
|
2437 |
msgstr "Verzeichnis"
|
2438 |
|
2439 |
+
#: business-directory-plugin.php:670
|
2440 |
msgctxt "listing"
|
2441 |
msgid "Add New Listing"
|
2442 |
msgstr "Neuen Eintrag erstellen"
|
2443 |
|
2444 |
+
#: business-directory-plugin.php:671
|
2445 |
msgctxt "post type"
|
2446 |
msgid "Add New Listing"
|
2447 |
msgstr "Neuen Eintrag erstellen"
|
2448 |
|
2449 |
+
#: business-directory-plugin.php:672 core/compatibility/deprecated.php:255
|
2450 |
msgid "Edit Listing"
|
2451 |
msgstr "Eintrag Bearbeiten"
|
2452 |
|
2453 |
+
#: business-directory-plugin.php:673
|
2454 |
msgid "New Listing"
|
2455 |
msgstr "Neuer Eintag"
|
2456 |
|
2457 |
+
#: business-directory-plugin.php:674
|
2458 |
msgid "View Listing"
|
2459 |
msgstr "Eintrag anschauen"
|
2460 |
|
2461 |
+
#: business-directory-plugin.php:675
|
2462 |
msgid "Search Listings"
|
2463 |
msgstr "Einträge durchsuchen"
|
2464 |
|
2465 |
+
#: business-directory-plugin.php:676
|
2466 |
msgid "No listings found"
|
2467 |
msgstr "Keine Einträge gefunden"
|
2468 |
|
2469 |
+
#: business-directory-plugin.php:677
|
2470 |
msgid "No listings found in trash"
|
2471 |
msgstr "Keine Einträge im Papierkorb gefunden"
|
2472 |
|
2473 |
+
#: business-directory-plugin.php:699
|
2474 |
msgid "Directory Categories"
|
2475 |
msgstr "Verzeichnis Kategorien"
|
2476 |
|
2477 |
+
#: business-directory-plugin.php:809 business-directory-plugin.php:816
|
2478 |
msgctxt "rss feed"
|
2479 |
msgid "%s Feed"
|
2480 |
msgstr "% Feed"
|
2481 |
|
2482 |
+
#: business-directory-plugin.php:1174
|
2483 |
msgctxt "title"
|
2484 |
msgid "Submit A Listing"
|
2485 |
msgstr "Eintrag zusenden"
|
2486 |
|
2487 |
+
#: business-directory-plugin.php:1184
|
2488 |
msgctxt "title"
|
2489 |
msgid "Find a Listing"
|
2490 |
msgstr "Eintrag finden"
|
2491 |
|
2492 |
+
#: business-directory-plugin.php:1194
|
2493 |
msgctxt "title"
|
2494 |
msgid "View All Listings"
|
2495 |
msgstr "Alle Einträge anschauen"
|
2496 |
|
2497 |
+
#: business-directory-plugin.php:1214
|
2498 |
msgctxt "title"
|
2499 |
msgid "Listings tagged: %s"
|
2500 |
msgstr "Einträge getaggt: %s"
|
2501 |
|
|
|
|
|
|
|
|
|
|
|
2502 |
#: core/class-csv-import.php:361
|
2503 |
msgctxt "admin csv-import"
|
2504 |
msgid "Could not create listing category \"%s\""
|
2562 |
msgid "An error occurred while trying to delete this field."
|
2563 |
msgstr "Während der Löschung des Feldes ist ein Fehler aufgetreten."
|
2564 |
|
2565 |
+
#: core/class-gateway.php:131
|
2566 |
#, fuzzy
|
2567 |
msgctxt "billing info"
|
2568 |
msgid "First name is required."
|
2569 |
msgstr "Feldbezeichnung ist Pflichtfeld."
|
2570 |
|
2571 |
+
#: core/class-gateway.php:134
|
2572 |
#, fuzzy
|
2573 |
msgctxt "billing info"
|
2574 |
msgid "Last name is required."
|
2575 |
msgstr "%s ist ein Pflichtfeld."
|
2576 |
|
2577 |
+
#: core/class-gateway.php:137
|
2578 |
#, fuzzy
|
2579 |
msgctxt "billing info"
|
2580 |
msgid "Credit card number is required."
|
2581 |
msgstr "Feldbezeichnung ist Pflichtfeld."
|
2582 |
|
2583 |
+
#: core/class-gateway.php:140
|
2584 |
msgctxt "billing info"
|
2585 |
msgid "Credit card expiration date is invalid."
|
2586 |
msgstr ""
|
2587 |
|
2588 |
+
#: core/class-gateway.php:143
|
2589 |
#, fuzzy
|
2590 |
msgctxt "billing info"
|
2591 |
msgid "Credit card CVC number is required."
|
2592 |
msgstr "Feldbezeichnung ist Pflichtfeld."
|
2593 |
|
2594 |
+
#: core/class-gateway.php:146
|
2595 |
#, fuzzy
|
2596 |
msgctxt "billing info"
|
2597 |
msgid "Country is required."
|
2598 |
msgstr "%s ist ein Pflichtfeld."
|
2599 |
|
2600 |
+
#: core/class-gateway.php:149
|
2601 |
#, fuzzy
|
2602 |
msgctxt "billing info"
|
2603 |
msgid "Address is required."
|
2673 |
msgid "Fee \"%s\" for category \"%s\""
|
2674 |
msgstr "Preis \"%s\" für Kategorie \"%s\""
|
2675 |
|
2676 |
+
#: core/class-recaptcha.php:81 core/class-recaptcha.php:96
|
2677 |
+
#, fuzzy
|
2678 |
+
msgctxt "recaptcha"
|
2679 |
+
msgid "The reCAPTCHA wasn't entered correctly."
|
2680 |
+
msgstr "Das reCAPTCHA wurde nicht korrekt eingegeben."
|
2681 |
+
|
2682 |
#: core/class-settings.php:24
|
2683 |
msgctxt "admin settings"
|
2684 |
msgid "General"
|
4182 |
msgid "-- Choose One --"
|
4183 |
msgstr "-- Auswählen --"
|
4184 |
|
4185 |
+
#: core/form-fields-types.php:340 core/form-fields-types.php:591
|
4186 |
+
#: core/form-fields-types.php:722
|
4187 |
msgctxt "form-fields admin"
|
4188 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4189 |
msgstr ""
|
4194 |
msgid "Allow empty selection on search?"
|
4195 |
msgstr "Erlaube leere Auswahl bei Suche?"
|
4196 |
|
4197 |
+
#: core/form-fields-types.php:368 core/form-fields-types.php:610
|
4198 |
+
#: core/form-fields-types.php:743
|
4199 |
msgctxt "form-fields admin"
|
4200 |
msgid "Field list of options is required."
|
4201 |
msgstr "Feldliste von Optionen wird benötigt."
|
4229 |
msgid "Apply \"the_content\" filter before displaying this field?"
|
4230 |
msgstr "\"the_content\" Filter zuweisen bevor das Feld angezeigt wird?"
|
4231 |
|
4232 |
+
#: core/form-fields-types.php:532
|
4233 |
msgctxt "form-fields api"
|
4234 |
msgid "Radio button"
|
4235 |
msgstr "Radiobutton"
|
4236 |
|
4237 |
+
#: core/form-fields-types.php:638
|
4238 |
msgctxt "form-fields api"
|
4239 |
msgid "Multiple select list"
|
4240 |
msgstr "Multiple Auswahlliste"
|
4241 |
|
4242 |
+
#: core/form-fields-types.php:643
|
4243 |
msgctxt "form-fields api"
|
4244 |
msgid "Multiselect List"
|
4245 |
msgstr "Mehrfachauswahlliste"
|
4246 |
|
4247 |
+
#: core/form-fields-types.php:659
|
4248 |
msgctxt "form-fields api"
|
4249 |
msgid "Checkbox"
|
4250 |
msgstr "Kontrollkästchen"
|
4251 |
|
4252 |
+
#: core/form-fields-types.php:817
|
4253 |
msgctxt "form-fields api"
|
4254 |
msgid "Social Site (Twitter handle)"
|
4255 |
msgstr "Soziale Seite (Twitter)"
|
4256 |
|
4257 |
+
#: core/form-fields-types.php:866
|
4258 |
msgctxt "form-fields api"
|
4259 |
msgid "Social Site (Facebook page)"
|
4260 |
msgstr "Soziale Seite (Facebook)"
|
4261 |
|
4262 |
+
#: core/form-fields-types.php:914
|
4263 |
msgctxt "form-fields api"
|
4264 |
msgid "Social Site (LinkedIn profile)"
|
4265 |
msgstr "Soziale Seite (LinkedIn)"
|
4266 |
|
4267 |
+
#: core/form-fields-types.php:959
|
4268 |
msgctxt "form-fields api"
|
4269 |
msgid "Image (file upload)"
|
4270 |
msgstr "Bild (Datei hochladen)"
|
4271 |
|
4272 |
+
#: core/form-fields-types.php:991
|
4273 |
msgctxt "form-fields-api"
|
4274 |
msgid "Remove"
|
4275 |
msgstr "Entfernen"
|
4276 |
|
4277 |
+
#: core/form-fields-types.php:1071
|
4278 |
#, fuzzy
|
4279 |
msgctxt "form-fields api"
|
4280 |
msgid "Date Field"
|
4281 |
msgstr "Feld aktualisieren"
|
4282 |
|
4283 |
+
#: core/form-fields-types.php:1094
|
4284 |
msgid "%s (ex. %s)"
|
4285 |
msgstr ""
|
4286 |
|
4287 |
+
#: core/form-fields-types.php:1098
|
4288 |
#, fuzzy
|
4289 |
msgctxt "form-fields api"
|
4290 |
msgid "Date Format"
|
4462 |
msgid "Transaction Key is missing."
|
4463 |
msgstr "Transaktionen"
|
4464 |
|
4465 |
+
#: core/gateways-authorize-net.php:124
|
4466 |
msgctxt "authorize-net"
|
4467 |
msgid ""
|
4468 |
"The payment gateway didn't accept your credit card or billing information. "
|
4469 |
"The following reason was given: \"%s\"."
|
4470 |
msgstr ""
|
4471 |
|
4472 |
+
#: core/gateways-authorize-net.php:128
|
4473 |
msgctxt "authorize-net"
|
4474 |
msgid ""
|
4475 |
"Your payment is being held for review by the payment gateway. The following "
|
4476 |
"reason was given: \"%s\"."
|
4477 |
msgstr ""
|
4478 |
|
4479 |
+
#: core/gateways-authorize-net.php:131
|
4480 |
msgctxt "authorize-net"
|
4481 |
msgid "Payment was rejected. The following reason was given: \"%s\"."
|
4482 |
msgstr ""
|
4483 |
|
4484 |
+
#: core/gateways-authorize-net.php:182
|
4485 |
#, fuzzy
|
4486 |
msgctxt "authorize-net"
|
4487 |
msgid "Could not process payment."
|
5654 |
msgid "Address Line 2:"
|
5655 |
msgstr ""
|
5656 |
|
5657 |
+
#: templates/billing-information-form.tpl.php:127
|
5658 |
+
msgctxt "checkout form"
|
5659 |
+
msgid "ZIP Code:"
|
5660 |
+
msgstr ""
|
5661 |
+
|
5662 |
+
#: templates/billing-information-form.tpl.php:137
|
5663 |
#, fuzzy
|
5664 |
msgctxt "WPBDM"
|
5665 |
msgid "Cancel"
|
5666 |
msgstr "Abbrechen"
|
5667 |
|
5668 |
+
#: templates/billing-information-form.tpl.php:138
|
5669 |
#, fuzzy
|
5670 |
msgctxt "WPBDM"
|
5671 |
msgid "Submit Payment"
|
languages/WPBDM-en_US.mo
CHANGED
Binary file
|
languages/WPBDM-en_US.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 3.6\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
-
"POT-Creation-Date: 2015-
|
8 |
"PO-Revision-Date: 2015-04-07 11:11-0500\n"
|
9 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
10 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -1605,7 +1605,7 @@ msgctxt "form-fields admin"
|
|
1605 |
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
1606 |
msgstr ""
|
1607 |
|
1608 |
-
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 3.6.
|
1609 |
#. Plugin Name of the plugin/theme
|
1610 |
#: admin/templates/header.tpl.php:4
|
1611 |
msgid "Business Directory Plugin"
|
@@ -2295,89 +2295,84 @@ msgctxt "admin"
|
|
2295 |
msgid "The transaction has been deleted."
|
2296 |
msgstr ""
|
2297 |
|
2298 |
-
#: business-directory-plugin.php:
|
2299 |
msgctxt "admin plugins"
|
2300 |
msgid "Settings"
|
2301 |
msgstr ""
|
2302 |
|
2303 |
-
#: business-directory-plugin.php:
|
2304 |
msgctxt "post type general name"
|
2305 |
msgid "Directory"
|
2306 |
msgstr ""
|
2307 |
|
2308 |
-
#: business-directory-plugin.php:
|
2309 |
msgctxt "post type singular name"
|
2310 |
msgid "Directory"
|
2311 |
msgstr ""
|
2312 |
|
2313 |
-
#: business-directory-plugin.php:
|
2314 |
msgctxt "listing"
|
2315 |
msgid "Add New Listing"
|
2316 |
msgstr ""
|
2317 |
|
2318 |
-
#: business-directory-plugin.php:
|
2319 |
msgctxt "post type"
|
2320 |
msgid "Add New Listing"
|
2321 |
msgstr ""
|
2322 |
|
2323 |
-
#: business-directory-plugin.php:
|
2324 |
msgid "Edit Listing"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
-
#: business-directory-plugin.php:
|
2328 |
msgid "New Listing"
|
2329 |
msgstr ""
|
2330 |
|
2331 |
-
#: business-directory-plugin.php:
|
2332 |
msgid "View Listing"
|
2333 |
msgstr ""
|
2334 |
|
2335 |
-
#: business-directory-plugin.php:
|
2336 |
msgid "Search Listings"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
-
#: business-directory-plugin.php:
|
2340 |
msgid "No listings found"
|
2341 |
msgstr ""
|
2342 |
|
2343 |
-
#: business-directory-plugin.php:
|
2344 |
msgid "No listings found in trash"
|
2345 |
msgstr ""
|
2346 |
|
2347 |
-
#: business-directory-plugin.php:
|
2348 |
msgid "Directory Categories"
|
2349 |
msgstr ""
|
2350 |
|
2351 |
-
#: business-directory-plugin.php:
|
2352 |
msgctxt "rss feed"
|
2353 |
msgid "%s Feed"
|
2354 |
msgstr ""
|
2355 |
|
2356 |
-
#: business-directory-plugin.php:
|
2357 |
msgctxt "title"
|
2358 |
msgid "Submit A Listing"
|
2359 |
msgstr ""
|
2360 |
|
2361 |
-
#: business-directory-plugin.php:
|
2362 |
msgctxt "title"
|
2363 |
msgid "Find a Listing"
|
2364 |
msgstr ""
|
2365 |
|
2366 |
-
#: business-directory-plugin.php:
|
2367 |
msgctxt "title"
|
2368 |
msgid "View All Listings"
|
2369 |
msgstr ""
|
2370 |
|
2371 |
-
#: business-directory-plugin.php:
|
2372 |
msgctxt "title"
|
2373 |
msgid "Listings tagged: %s"
|
2374 |
msgstr ""
|
2375 |
|
2376 |
-
#: business-directory-plugin.php:1452
|
2377 |
-
msgctxt "comment-form"
|
2378 |
-
msgid "The reCAPTCHA wasn't entered correctly."
|
2379 |
-
msgstr ""
|
2380 |
-
|
2381 |
#: core/class-csv-import.php:361
|
2382 |
msgctxt "admin csv-import"
|
2383 |
msgid "Could not create listing category \"%s\""
|
@@ -2437,37 +2432,37 @@ msgctxt "form-fields-api"
|
|
2437 |
msgid "An error occurred while trying to delete this field."
|
2438 |
msgstr ""
|
2439 |
|
2440 |
-
#: core/class-gateway.php:
|
2441 |
msgctxt "billing info"
|
2442 |
msgid "First name is required."
|
2443 |
msgstr ""
|
2444 |
|
2445 |
-
#: core/class-gateway.php:
|
2446 |
msgctxt "billing info"
|
2447 |
msgid "Last name is required."
|
2448 |
msgstr ""
|
2449 |
|
2450 |
-
#: core/class-gateway.php:
|
2451 |
msgctxt "billing info"
|
2452 |
msgid "Credit card number is required."
|
2453 |
msgstr ""
|
2454 |
|
2455 |
-
#: core/class-gateway.php:
|
2456 |
msgctxt "billing info"
|
2457 |
msgid "Credit card expiration date is invalid."
|
2458 |
msgstr ""
|
2459 |
|
2460 |
-
#: core/class-gateway.php:
|
2461 |
msgctxt "billing info"
|
2462 |
msgid "Credit card CVC number is required."
|
2463 |
msgstr ""
|
2464 |
|
2465 |
-
#: core/class-gateway.php:
|
2466 |
msgctxt "billing info"
|
2467 |
msgid "Country is required."
|
2468 |
msgstr ""
|
2469 |
|
2470 |
-
#: core/class-gateway.php:
|
2471 |
msgctxt "billing info"
|
2472 |
msgid "Address is required."
|
2473 |
msgstr ""
|
@@ -2542,6 +2537,11 @@ msgctxt "listings"
|
|
2542 |
msgid "Fee \"%s\" for category \"%s\""
|
2543 |
msgstr ""
|
2544 |
|
|
|
|
|
|
|
|
|
|
|
2545 |
#: core/class-settings.php:24
|
2546 |
msgctxt "admin settings"
|
2547 |
msgid "General"
|
@@ -3946,8 +3946,8 @@ msgctxt "form-fields-api category-select"
|
|
3946 |
msgid "-- Choose One --"
|
3947 |
msgstr ""
|
3948 |
|
3949 |
-
#: core/form-fields-types.php:340 core/form-fields-types.php:
|
3950 |
-
#: core/form-fields-types.php:
|
3951 |
msgctxt "form-fields admin"
|
3952 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
3953 |
msgstr ""
|
@@ -3957,8 +3957,8 @@ msgctxt "form-fields admin"
|
|
3957 |
msgid "Allow empty selection on search?"
|
3958 |
msgstr ""
|
3959 |
|
3960 |
-
#: core/form-fields-types.php:368 core/form-fields-types.php:
|
3961 |
-
#: core/form-fields-types.php:
|
3962 |
msgctxt "form-fields admin"
|
3963 |
msgid "Field list of options is required."
|
3964 |
msgstr ""
|
@@ -3990,61 +3990,61 @@ msgctxt "form-fields admin"
|
|
3990 |
msgid "Apply \"the_content\" filter before displaying this field?"
|
3991 |
msgstr ""
|
3992 |
|
3993 |
-
#: core/form-fields-types.php:
|
3994 |
msgctxt "form-fields api"
|
3995 |
msgid "Radio button"
|
3996 |
msgstr ""
|
3997 |
|
3998 |
-
#: core/form-fields-types.php:
|
3999 |
msgctxt "form-fields api"
|
4000 |
msgid "Multiple select list"
|
4001 |
msgstr ""
|
4002 |
|
4003 |
-
#: core/form-fields-types.php:
|
4004 |
msgctxt "form-fields api"
|
4005 |
msgid "Multiselect List"
|
4006 |
msgstr ""
|
4007 |
|
4008 |
-
#: core/form-fields-types.php:
|
4009 |
msgctxt "form-fields api"
|
4010 |
msgid "Checkbox"
|
4011 |
msgstr ""
|
4012 |
|
4013 |
-
#: core/form-fields-types.php:
|
4014 |
msgctxt "form-fields api"
|
4015 |
msgid "Social Site (Twitter handle)"
|
4016 |
msgstr ""
|
4017 |
|
4018 |
-
#: core/form-fields-types.php:
|
4019 |
msgctxt "form-fields api"
|
4020 |
msgid "Social Site (Facebook page)"
|
4021 |
msgstr ""
|
4022 |
|
4023 |
-
#: core/form-fields-types.php:
|
4024 |
msgctxt "form-fields api"
|
4025 |
msgid "Social Site (LinkedIn profile)"
|
4026 |
msgstr ""
|
4027 |
|
4028 |
-
#: core/form-fields-types.php:
|
4029 |
msgctxt "form-fields api"
|
4030 |
msgid "Image (file upload)"
|
4031 |
msgstr ""
|
4032 |
|
4033 |
-
#: core/form-fields-types.php:
|
4034 |
msgctxt "form-fields-api"
|
4035 |
msgid "Remove"
|
4036 |
msgstr ""
|
4037 |
|
4038 |
-
#: core/form-fields-types.php:
|
4039 |
msgctxt "form-fields api"
|
4040 |
msgid "Date Field"
|
4041 |
msgstr ""
|
4042 |
|
4043 |
-
#: core/form-fields-types.php:
|
4044 |
msgid "%s (ex. %s)"
|
4045 |
msgstr ""
|
4046 |
|
4047 |
-
#: core/form-fields-types.php:
|
4048 |
msgctxt "form-fields api"
|
4049 |
msgid "Date Format"
|
4050 |
msgstr ""
|
@@ -4212,26 +4212,26 @@ msgctxt "authorize-net"
|
|
4212 |
msgid "Transaction Key is missing."
|
4213 |
msgstr ""
|
4214 |
|
4215 |
-
#: core/gateways-authorize-net.php:
|
4216 |
msgctxt "authorize-net"
|
4217 |
msgid ""
|
4218 |
"The payment gateway didn't accept your credit card or billing information. "
|
4219 |
"The following reason was given: \"%s\"."
|
4220 |
msgstr ""
|
4221 |
|
4222 |
-
#: core/gateways-authorize-net.php:
|
4223 |
msgctxt "authorize-net"
|
4224 |
msgid ""
|
4225 |
"Your payment is being held for review by the payment gateway. The following "
|
4226 |
"reason was given: \"%s\"."
|
4227 |
msgstr ""
|
4228 |
|
4229 |
-
#: core/gateways-authorize-net.php:
|
4230 |
msgctxt "authorize-net"
|
4231 |
msgid "Payment was rejected. The following reason was given: \"%s\"."
|
4232 |
msgstr ""
|
4233 |
|
4234 |
-
#: core/gateways-authorize-net.php:
|
4235 |
msgctxt "authorize-net"
|
4236 |
msgid "Could not process payment."
|
4237 |
msgstr ""
|
@@ -5298,12 +5298,17 @@ msgctxt "checkout form"
|
|
5298 |
msgid "Address Line 2:"
|
5299 |
msgstr ""
|
5300 |
|
5301 |
-
#: templates/billing-information-form.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
5302 |
msgctxt "WPBDM"
|
5303 |
msgid "Cancel"
|
5304 |
msgstr ""
|
5305 |
|
5306 |
-
#: templates/billing-information-form.tpl.php:
|
5307 |
msgctxt "WPBDM"
|
5308 |
msgid "Submit Payment"
|
5309 |
msgstr ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 3.6\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
+
"POT-Creation-Date: 2015-07-07 12:40:16+00:00\n"
|
8 |
"PO-Revision-Date: 2015-04-07 11:11-0500\n"
|
9 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
10 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
1605 |
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
1606 |
msgstr ""
|
1607 |
|
1608 |
+
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 3.6.6) #-#-#-#-#
|
1609 |
#. Plugin Name of the plugin/theme
|
1610 |
#: admin/templates/header.tpl.php:4
|
1611 |
msgid "Business Directory Plugin"
|
2295 |
msgid "The transaction has been deleted."
|
2296 |
msgstr ""
|
2297 |
|
2298 |
+
#: business-directory-plugin.php:658
|
2299 |
msgctxt "admin plugins"
|
2300 |
msgid "Settings"
|
2301 |
msgstr ""
|
2302 |
|
2303 |
+
#: business-directory-plugin.php:668
|
2304 |
msgctxt "post type general name"
|
2305 |
msgid "Directory"
|
2306 |
msgstr ""
|
2307 |
|
2308 |
+
#: business-directory-plugin.php:669
|
2309 |
msgctxt "post type singular name"
|
2310 |
msgid "Directory"
|
2311 |
msgstr ""
|
2312 |
|
2313 |
+
#: business-directory-plugin.php:670
|
2314 |
msgctxt "listing"
|
2315 |
msgid "Add New Listing"
|
2316 |
msgstr ""
|
2317 |
|
2318 |
+
#: business-directory-plugin.php:671
|
2319 |
msgctxt "post type"
|
2320 |
msgid "Add New Listing"
|
2321 |
msgstr ""
|
2322 |
|
2323 |
+
#: business-directory-plugin.php:672 core/compatibility/deprecated.php:255
|
2324 |
msgid "Edit Listing"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
+
#: business-directory-plugin.php:673
|
2328 |
msgid "New Listing"
|
2329 |
msgstr ""
|
2330 |
|
2331 |
+
#: business-directory-plugin.php:674
|
2332 |
msgid "View Listing"
|
2333 |
msgstr ""
|
2334 |
|
2335 |
+
#: business-directory-plugin.php:675
|
2336 |
msgid "Search Listings"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
+
#: business-directory-plugin.php:676
|
2340 |
msgid "No listings found"
|
2341 |
msgstr ""
|
2342 |
|
2343 |
+
#: business-directory-plugin.php:677
|
2344 |
msgid "No listings found in trash"
|
2345 |
msgstr ""
|
2346 |
|
2347 |
+
#: business-directory-plugin.php:699
|
2348 |
msgid "Directory Categories"
|
2349 |
msgstr ""
|
2350 |
|
2351 |
+
#: business-directory-plugin.php:809 business-directory-plugin.php:816
|
2352 |
msgctxt "rss feed"
|
2353 |
msgid "%s Feed"
|
2354 |
msgstr ""
|
2355 |
|
2356 |
+
#: business-directory-plugin.php:1174
|
2357 |
msgctxt "title"
|
2358 |
msgid "Submit A Listing"
|
2359 |
msgstr ""
|
2360 |
|
2361 |
+
#: business-directory-plugin.php:1184
|
2362 |
msgctxt "title"
|
2363 |
msgid "Find a Listing"
|
2364 |
msgstr ""
|
2365 |
|
2366 |
+
#: business-directory-plugin.php:1194
|
2367 |
msgctxt "title"
|
2368 |
msgid "View All Listings"
|
2369 |
msgstr ""
|
2370 |
|
2371 |
+
#: business-directory-plugin.php:1214
|
2372 |
msgctxt "title"
|
2373 |
msgid "Listings tagged: %s"
|
2374 |
msgstr ""
|
2375 |
|
|
|
|
|
|
|
|
|
|
|
2376 |
#: core/class-csv-import.php:361
|
2377 |
msgctxt "admin csv-import"
|
2378 |
msgid "Could not create listing category \"%s\""
|
2432 |
msgid "An error occurred while trying to delete this field."
|
2433 |
msgstr ""
|
2434 |
|
2435 |
+
#: core/class-gateway.php:131
|
2436 |
msgctxt "billing info"
|
2437 |
msgid "First name is required."
|
2438 |
msgstr ""
|
2439 |
|
2440 |
+
#: core/class-gateway.php:134
|
2441 |
msgctxt "billing info"
|
2442 |
msgid "Last name is required."
|
2443 |
msgstr ""
|
2444 |
|
2445 |
+
#: core/class-gateway.php:137
|
2446 |
msgctxt "billing info"
|
2447 |
msgid "Credit card number is required."
|
2448 |
msgstr ""
|
2449 |
|
2450 |
+
#: core/class-gateway.php:140
|
2451 |
msgctxt "billing info"
|
2452 |
msgid "Credit card expiration date is invalid."
|
2453 |
msgstr ""
|
2454 |
|
2455 |
+
#: core/class-gateway.php:143
|
2456 |
msgctxt "billing info"
|
2457 |
msgid "Credit card CVC number is required."
|
2458 |
msgstr ""
|
2459 |
|
2460 |
+
#: core/class-gateway.php:146
|
2461 |
msgctxt "billing info"
|
2462 |
msgid "Country is required."
|
2463 |
msgstr ""
|
2464 |
|
2465 |
+
#: core/class-gateway.php:149
|
2466 |
msgctxt "billing info"
|
2467 |
msgid "Address is required."
|
2468 |
msgstr ""
|
2537 |
msgid "Fee \"%s\" for category \"%s\""
|
2538 |
msgstr ""
|
2539 |
|
2540 |
+
#: core/class-recaptcha.php:81 core/class-recaptcha.php:96
|
2541 |
+
msgctxt "recaptcha"
|
2542 |
+
msgid "The reCAPTCHA wasn't entered correctly."
|
2543 |
+
msgstr ""
|
2544 |
+
|
2545 |
#: core/class-settings.php:24
|
2546 |
msgctxt "admin settings"
|
2547 |
msgid "General"
|
3946 |
msgid "-- Choose One --"
|
3947 |
msgstr ""
|
3948 |
|
3949 |
+
#: core/form-fields-types.php:340 core/form-fields-types.php:591
|
3950 |
+
#: core/form-fields-types.php:722
|
3951 |
msgctxt "form-fields admin"
|
3952 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
3953 |
msgstr ""
|
3957 |
msgid "Allow empty selection on search?"
|
3958 |
msgstr ""
|
3959 |
|
3960 |
+
#: core/form-fields-types.php:368 core/form-fields-types.php:610
|
3961 |
+
#: core/form-fields-types.php:743
|
3962 |
msgctxt "form-fields admin"
|
3963 |
msgid "Field list of options is required."
|
3964 |
msgstr ""
|
3990 |
msgid "Apply \"the_content\" filter before displaying this field?"
|
3991 |
msgstr ""
|
3992 |
|
3993 |
+
#: core/form-fields-types.php:532
|
3994 |
msgctxt "form-fields api"
|
3995 |
msgid "Radio button"
|
3996 |
msgstr ""
|
3997 |
|
3998 |
+
#: core/form-fields-types.php:638
|
3999 |
msgctxt "form-fields api"
|
4000 |
msgid "Multiple select list"
|
4001 |
msgstr ""
|
4002 |
|
4003 |
+
#: core/form-fields-types.php:643
|
4004 |
msgctxt "form-fields api"
|
4005 |
msgid "Multiselect List"
|
4006 |
msgstr ""
|
4007 |
|
4008 |
+
#: core/form-fields-types.php:659
|
4009 |
msgctxt "form-fields api"
|
4010 |
msgid "Checkbox"
|
4011 |
msgstr ""
|
4012 |
|
4013 |
+
#: core/form-fields-types.php:817
|
4014 |
msgctxt "form-fields api"
|
4015 |
msgid "Social Site (Twitter handle)"
|
4016 |
msgstr ""
|
4017 |
|
4018 |
+
#: core/form-fields-types.php:866
|
4019 |
msgctxt "form-fields api"
|
4020 |
msgid "Social Site (Facebook page)"
|
4021 |
msgstr ""
|
4022 |
|
4023 |
+
#: core/form-fields-types.php:914
|
4024 |
msgctxt "form-fields api"
|
4025 |
msgid "Social Site (LinkedIn profile)"
|
4026 |
msgstr ""
|
4027 |
|
4028 |
+
#: core/form-fields-types.php:959
|
4029 |
msgctxt "form-fields api"
|
4030 |
msgid "Image (file upload)"
|
4031 |
msgstr ""
|
4032 |
|
4033 |
+
#: core/form-fields-types.php:991
|
4034 |
msgctxt "form-fields-api"
|
4035 |
msgid "Remove"
|
4036 |
msgstr ""
|
4037 |
|
4038 |
+
#: core/form-fields-types.php:1071
|
4039 |
msgctxt "form-fields api"
|
4040 |
msgid "Date Field"
|
4041 |
msgstr ""
|
4042 |
|
4043 |
+
#: core/form-fields-types.php:1094
|
4044 |
msgid "%s (ex. %s)"
|
4045 |
msgstr ""
|
4046 |
|
4047 |
+
#: core/form-fields-types.php:1098
|
4048 |
msgctxt "form-fields api"
|
4049 |
msgid "Date Format"
|
4050 |
msgstr ""
|
4212 |
msgid "Transaction Key is missing."
|
4213 |
msgstr ""
|
4214 |
|
4215 |
+
#: core/gateways-authorize-net.php:124
|
4216 |
msgctxt "authorize-net"
|
4217 |
msgid ""
|
4218 |
"The payment gateway didn't accept your credit card or billing information. "
|
4219 |
"The following reason was given: \"%s\"."
|
4220 |
msgstr ""
|
4221 |
|
4222 |
+
#: core/gateways-authorize-net.php:128
|
4223 |
msgctxt "authorize-net"
|
4224 |
msgid ""
|
4225 |
"Your payment is being held for review by the payment gateway. The following "
|
4226 |
"reason was given: \"%s\"."
|
4227 |
msgstr ""
|
4228 |
|
4229 |
+
#: core/gateways-authorize-net.php:131
|
4230 |
msgctxt "authorize-net"
|
4231 |
msgid "Payment was rejected. The following reason was given: \"%s\"."
|
4232 |
msgstr ""
|
4233 |
|
4234 |
+
#: core/gateways-authorize-net.php:182
|
4235 |
msgctxt "authorize-net"
|
4236 |
msgid "Could not process payment."
|
4237 |
msgstr ""
|
5298 |
msgid "Address Line 2:"
|
5299 |
msgstr ""
|
5300 |
|
5301 |
+
#: templates/billing-information-form.tpl.php:127
|
5302 |
+
msgctxt "checkout form"
|
5303 |
+
msgid "ZIP Code:"
|
5304 |
+
msgstr ""
|
5305 |
+
|
5306 |
+
#: templates/billing-information-form.tpl.php:137
|
5307 |
msgctxt "WPBDM"
|
5308 |
msgid "Cancel"
|
5309 |
msgstr ""
|
5310 |
|
5311 |
+
#: templates/billing-information-form.tpl.php:138
|
5312 |
msgctxt "WPBDM"
|
5313 |
msgid "Submit Payment"
|
5314 |
msgstr ""
|
languages/WPBDM-es_ES.mo
CHANGED
Binary file
|
languages/WPBDM-es_ES.po
CHANGED
@@ -4,15 +4,15 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 3.6\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
-
"POT-Creation-Date: 2015-
|
8 |
-
"PO-Revision-Date: 2015-
|
9 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
10 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language: es_ES\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 1.
|
16 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
17 |
"X-Poedit-Bookmarks: -1,-1,-1,-1,-1,-1,-1,-1,-1,543\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -153,10 +153,9 @@ msgstr ""
|
|
153 |
"Está todo listo. Visite la página de su nuevo <a>Directorio de Negocios</a>."
|
154 |
|
155 |
#: admin/class-admin.php:180
|
156 |
-
#, fuzzy
|
157 |
msgctxt "drip pointer"
|
158 |
msgid "Invalid e-mail address."
|
159 |
-
msgstr "
|
160 |
|
161 |
#: admin/class-admin.php:211
|
162 |
msgctxt "admin menu"
|
@@ -492,6 +491,8 @@ msgid ""
|
|
492 |
"An error was detected while validating the CSV file for import. Please fix "
|
493 |
"this before proceeding."
|
494 |
msgstr ""
|
|
|
|
|
495 |
|
496 |
#: admin/csv-import.php:324
|
497 |
msgctxt "admin csv-import"
|
@@ -1702,7 +1703,6 @@ msgstr ""
|
|
1702 |
"Por favor vea la <a>documentación de Campos de Formulario</a> para más "
|
1703 |
"detalles."
|
1704 |
|
1705 |
-
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 3.6.5) #-#-#-#-#
|
1706 |
#. Plugin Name of the plugin/theme
|
1707 |
#: admin/templates/header.tpl.php:4
|
1708 |
msgid "Business Directory Plugin"
|
@@ -2417,89 +2417,84 @@ msgctxt "admin"
|
|
2417 |
msgid "The transaction has been deleted."
|
2418 |
msgstr "La transacción ha sido eliminada."
|
2419 |
|
2420 |
-
#: business-directory-plugin.php:
|
2421 |
msgctxt "admin plugins"
|
2422 |
msgid "Settings"
|
2423 |
msgstr "Configuración"
|
2424 |
|
2425 |
-
#: business-directory-plugin.php:
|
2426 |
msgctxt "post type general name"
|
2427 |
msgid "Directory"
|
2428 |
msgstr "Directorio"
|
2429 |
|
2430 |
-
#: business-directory-plugin.php:
|
2431 |
msgctxt "post type singular name"
|
2432 |
msgid "Directory"
|
2433 |
msgstr "Directorio"
|
2434 |
|
2435 |
-
#: business-directory-plugin.php:
|
2436 |
msgctxt "listing"
|
2437 |
msgid "Add New Listing"
|
2438 |
msgstr "Agregar Nuevo Listado"
|
2439 |
|
2440 |
-
#: business-directory-plugin.php:
|
2441 |
msgctxt "post type"
|
2442 |
msgid "Add New Listing"
|
2443 |
msgstr "Agregar Nuevo Listado"
|
2444 |
|
2445 |
-
#: business-directory-plugin.php:
|
2446 |
msgid "Edit Listing"
|
2447 |
msgstr "Editar Listado"
|
2448 |
|
2449 |
-
#: business-directory-plugin.php:
|
2450 |
msgid "New Listing"
|
2451 |
msgstr "Nuevo Listado"
|
2452 |
|
2453 |
-
#: business-directory-plugin.php:
|
2454 |
msgid "View Listing"
|
2455 |
msgstr "Ver Listado"
|
2456 |
|
2457 |
-
#: business-directory-plugin.php:
|
2458 |
msgid "Search Listings"
|
2459 |
msgstr "Buscar Listados"
|
2460 |
|
2461 |
-
#: business-directory-plugin.php:
|
2462 |
msgid "No listings found"
|
2463 |
msgstr "No se encontraron listados"
|
2464 |
|
2465 |
-
#: business-directory-plugin.php:
|
2466 |
msgid "No listings found in trash"
|
2467 |
msgstr "No se encontraron listados en la papelera"
|
2468 |
|
2469 |
-
#: business-directory-plugin.php:
|
2470 |
msgid "Directory Categories"
|
2471 |
msgstr "Categorías de Directorio"
|
2472 |
|
2473 |
-
#: business-directory-plugin.php:
|
2474 |
msgctxt "rss feed"
|
2475 |
msgid "%s Feed"
|
2476 |
msgstr "Feed %s"
|
2477 |
|
2478 |
-
#: business-directory-plugin.php:
|
2479 |
msgctxt "title"
|
2480 |
msgid "Submit A Listing"
|
2481 |
msgstr "Enviar Un Listado"
|
2482 |
|
2483 |
-
#: business-directory-plugin.php:
|
2484 |
msgctxt "title"
|
2485 |
msgid "Find a Listing"
|
2486 |
msgstr "Encontrar un listado"
|
2487 |
|
2488 |
-
#: business-directory-plugin.php:
|
2489 |
msgctxt "title"
|
2490 |
msgid "View All Listings"
|
2491 |
msgstr "Ver Listados"
|
2492 |
|
2493 |
-
#: business-directory-plugin.php:
|
2494 |
msgctxt "title"
|
2495 |
msgid "Listings tagged: %s"
|
2496 |
msgstr "Listados etiquetados: %s"
|
2497 |
|
2498 |
-
#: business-directory-plugin.php:1452
|
2499 |
-
msgctxt "comment-form"
|
2500 |
-
msgid "The reCAPTCHA wasn't entered correctly."
|
2501 |
-
msgstr "El reCAPTCHA no fue ingresado correctamente."
|
2502 |
-
|
2503 |
#: core/class-csv-import.php:361
|
2504 |
msgctxt "admin csv-import"
|
2505 |
msgid "Could not create listing category \"%s\""
|
@@ -2563,37 +2558,37 @@ msgctxt "form-fields-api"
|
|
2563 |
msgid "An error occurred while trying to delete this field."
|
2564 |
msgstr "Un error ocurrió mientras se trataba de eliminar este campo."
|
2565 |
|
2566 |
-
#: core/class-gateway.php:
|
2567 |
msgctxt "billing info"
|
2568 |
msgid "First name is required."
|
2569 |
msgstr "El nombre es requerido."
|
2570 |
|
2571 |
-
#: core/class-gateway.php:
|
2572 |
msgctxt "billing info"
|
2573 |
msgid "Last name is required."
|
2574 |
msgstr "El apellido es requerido."
|
2575 |
|
2576 |
-
#: core/class-gateway.php:
|
2577 |
msgctxt "billing info"
|
2578 |
msgid "Credit card number is required."
|
2579 |
msgstr "El número de la tarjeta de crédito es requerido."
|
2580 |
|
2581 |
-
#: core/class-gateway.php:
|
2582 |
msgctxt "billing info"
|
2583 |
msgid "Credit card expiration date is invalid."
|
2584 |
msgstr "La fecha de expiración de la tarjeta es inválida."
|
2585 |
|
2586 |
-
#: core/class-gateway.php:
|
2587 |
msgctxt "billing info"
|
2588 |
msgid "Credit card CVC number is required."
|
2589 |
msgstr "El código CVC de la tarjeta de crédito es requerido."
|
2590 |
|
2591 |
-
#: core/class-gateway.php:
|
2592 |
msgctxt "billing info"
|
2593 |
msgid "Country is required."
|
2594 |
msgstr "El país es requerido."
|
2595 |
|
2596 |
-
#: core/class-gateway.php:
|
2597 |
msgctxt "billing info"
|
2598 |
msgid "Address is required."
|
2599 |
msgstr "La dirección es requerida."
|
@@ -2668,6 +2663,11 @@ msgctxt "listings"
|
|
2668 |
msgid "Fee \"%s\" for category \"%s\""
|
2669 |
msgstr "Comisión \"%s\" para categoría \"%s\""
|
2670 |
|
|
|
|
|
|
|
|
|
|
|
2671 |
#: core/class-settings.php:24
|
2672 |
msgctxt "admin settings"
|
2673 |
msgid "General"
|
@@ -4090,19 +4090,16 @@ msgid "Current time"
|
|
4090 |
msgstr "Hora actual"
|
4091 |
|
4092 |
#: core/compatibility/class-navxt-integration.php:159
|
4093 |
-
#, fuzzy
|
4094 |
msgctxt "navxt"
|
4095 |
msgid "Submit Listing"
|
4096 |
-
msgstr "Enviar
|
4097 |
|
4098 |
#: core/compatibility/class-navxt-integration.php:163
|
4099 |
-
#, fuzzy
|
4100 |
msgctxt "navxt"
|
4101 |
msgid "Edit Listing"
|
4102 |
msgstr "Editar Listado"
|
4103 |
|
4104 |
#: core/compatibility/class-navxt-integration.php:167
|
4105 |
-
#, fuzzy
|
4106 |
msgctxt "navxt"
|
4107 |
msgid "Search"
|
4108 |
msgstr "Buscar"
|
@@ -4191,8 +4188,8 @@ msgctxt "form-fields-api category-select"
|
|
4191 |
msgid "-- Choose One --"
|
4192 |
msgstr "-- Elija Uno --"
|
4193 |
|
4194 |
-
#: core/form-fields-types.php:340 core/form-fields-types.php:
|
4195 |
-
#: core/form-fields-types.php:
|
4196 |
msgctxt "form-fields admin"
|
4197 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4198 |
msgstr ""
|
@@ -4204,8 +4201,8 @@ msgctxt "form-fields admin"
|
|
4204 |
msgid "Allow empty selection on search?"
|
4205 |
msgstr "Permitir selección vacía en las búsquedas?"
|
4206 |
|
4207 |
-
#: core/form-fields-types.php:368 core/form-fields-types.php:
|
4208 |
-
#: core/form-fields-types.php:
|
4209 |
msgctxt "form-fields admin"
|
4210 |
msgid "Field list of options is required."
|
4211 |
msgstr "La lista de opciones del campo es requerida."
|
@@ -4241,66 +4238,64 @@ msgstr ""
|
|
4241 |
"Aplicar el filtro \"the_content\" antes de mostrar el contenido de este "
|
4242 |
"campo?"
|
4243 |
|
4244 |
-
#: core/form-fields-types.php:
|
4245 |
msgctxt "form-fields api"
|
4246 |
msgid "Radio button"
|
4247 |
msgstr "Botón de radio"
|
4248 |
|
4249 |
-
#: core/form-fields-types.php:
|
4250 |
msgctxt "form-fields api"
|
4251 |
msgid "Multiple select list"
|
4252 |
msgstr "Lista de selección múltiple"
|
4253 |
|
4254 |
-
#: core/form-fields-types.php:
|
4255 |
msgctxt "form-fields api"
|
4256 |
msgid "Multiselect List"
|
4257 |
msgstr "Lista de selección múltiple"
|
4258 |
|
4259 |
-
#: core/form-fields-types.php:
|
4260 |
msgctxt "form-fields api"
|
4261 |
msgid "Checkbox"
|
4262 |
msgstr "Casilla de verificación"
|
4263 |
|
4264 |
-
#: core/form-fields-types.php:
|
4265 |
msgctxt "form-fields api"
|
4266 |
msgid "Social Site (Twitter handle)"
|
4267 |
msgstr "Sitio Social (Twitter @)"
|
4268 |
|
4269 |
-
#: core/form-fields-types.php:
|
4270 |
msgctxt "form-fields api"
|
4271 |
msgid "Social Site (Facebook page)"
|
4272 |
msgstr "Sitio Social (Página de Facebook)"
|
4273 |
|
4274 |
-
#: core/form-fields-types.php:
|
4275 |
msgctxt "form-fields api"
|
4276 |
msgid "Social Site (LinkedIn profile)"
|
4277 |
msgstr "Sitio Social (Perfil de LinkedIn)"
|
4278 |
|
4279 |
-
#: core/form-fields-types.php:
|
4280 |
msgctxt "form-fields api"
|
4281 |
msgid "Image (file upload)"
|
4282 |
msgstr "Imagen (archivo)"
|
4283 |
|
4284 |
-
#: core/form-fields-types.php:
|
4285 |
msgctxt "form-fields-api"
|
4286 |
msgid "Remove"
|
4287 |
msgstr "Eliminar"
|
4288 |
|
4289 |
-
#: core/form-fields-types.php:
|
4290 |
-
#, fuzzy
|
4291 |
msgctxt "form-fields api"
|
4292 |
msgid "Date Field"
|
4293 |
-
msgstr "
|
4294 |
|
4295 |
-
#: core/form-fields-types.php:
|
4296 |
msgid "%s (ex. %s)"
|
4297 |
-
msgstr ""
|
4298 |
|
4299 |
-
#: core/form-fields-types.php:
|
4300 |
-
#, fuzzy
|
4301 |
msgctxt "form-fields api"
|
4302 |
msgid "Date Format"
|
4303 |
-
msgstr "
|
4304 |
|
4305 |
#: core/form-fields.php:31
|
4306 |
msgctxt "form-fields api"
|
@@ -4429,16 +4424,14 @@ msgid "%s must be a number."
|
|
4429 |
msgstr "%s debe ser un número."
|
4430 |
|
4431 |
#: core/form-fields.php:497
|
4432 |
-
#, fuzzy
|
4433 |
msgctxt "form-fields-api validation"
|
4434 |
msgid "%s must be in the format %s."
|
4435 |
msgstr "%s debe estar en el formato MM/DD/YYYY."
|
4436 |
|
4437 |
#: core/form-fields.php:529
|
4438 |
-
#, fuzzy
|
4439 |
msgctxt "form-fields-api validation"
|
4440 |
msgid "%s must be a valid date."
|
4441 |
-
msgstr "%s debe ser
|
4442 |
|
4443 |
#: core/form-fields.php:540
|
4444 |
msgctxt "form-fields-api validation"
|
@@ -4467,7 +4460,7 @@ msgctxt "authorize-net"
|
|
4467 |
msgid "Transaction Key is missing."
|
4468 |
msgstr "Falta la clave de transacciones."
|
4469 |
|
4470 |
-
#: core/gateways-authorize-net.php:
|
4471 |
msgctxt "authorize-net"
|
4472 |
msgid ""
|
4473 |
"The payment gateway didn't accept your credit card or billing information. "
|
@@ -4476,7 +4469,7 @@ msgstr ""
|
|
4476 |
"La pasarela de pago no aceptó su tarjeta de crédito o información de pago. "
|
4477 |
"La razón dada fue \"%s\"."
|
4478 |
|
4479 |
-
#: core/gateways-authorize-net.php:
|
4480 |
msgctxt "authorize-net"
|
4481 |
msgid ""
|
4482 |
"Your payment is being held for review by the payment gateway. The following "
|
@@ -4485,12 +4478,12 @@ msgstr ""
|
|
4485 |
"Su pago está en proceso de verificación por la pasarela de pago. La razón "
|
4486 |
"dada fue: \"%s\"."
|
4487 |
|
4488 |
-
#: core/gateways-authorize-net.php:
|
4489 |
msgctxt "authorize-net"
|
4490 |
msgid "Payment was rejected. The following reason was given: \"%s\"."
|
4491 |
msgstr "El pago fue rechazado. La razón dada fue: \"%s\"."
|
4492 |
|
4493 |
-
#: core/gateways-authorize-net.php:
|
4494 |
msgctxt "authorize-net"
|
4495 |
msgid "Could not process payment."
|
4496 |
msgstr "No se pudo procesar el pago."
|
@@ -5654,12 +5647,17 @@ msgctxt "checkout form"
|
|
5654 |
msgid "Address Line 2:"
|
5655 |
msgstr "Dirección (línea 2):"
|
5656 |
|
5657 |
-
#: templates/billing-information-form.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
5658 |
msgctxt "WPBDM"
|
5659 |
msgid "Cancel"
|
5660 |
msgstr "Cancelar"
|
5661 |
|
5662 |
-
#: templates/billing-information-form.tpl.php:
|
5663 |
msgctxt "WPBDM"
|
5664 |
msgid "Submit Payment"
|
5665 |
msgstr "Enviar Pago"
|
@@ -6259,7 +6257,6 @@ msgid "You do not have permission to install plugin updates"
|
|
6259 |
msgstr ""
|
6260 |
|
6261 |
#: vendors/edd/EDD_SL_Plugin_Updater.php:325
|
6262 |
-
#, fuzzy
|
6263 |
msgid "Error"
|
6264 |
msgstr "Error"
|
6265 |
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 3.6\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
+
"POT-Creation-Date: 2015-07-07 12:40:16+00:00\n"
|
8 |
+
"PO-Revision-Date: 2015-07-07 07:45-0500\n"
|
9 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
10 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language: es_ES\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 1.8.2\n"
|
16 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
17 |
"X-Poedit-Bookmarks: -1,-1,-1,-1,-1,-1,-1,-1,-1,543\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
153 |
"Está todo listo. Visite la página de su nuevo <a>Directorio de Negocios</a>."
|
154 |
|
155 |
#: admin/class-admin.php:180
|
|
|
156 |
msgctxt "drip pointer"
|
157 |
msgid "Invalid e-mail address."
|
158 |
+
msgstr "Dirección de correo-e inválida."
|
159 |
|
160 |
#: admin/class-admin.php:211
|
161 |
msgctxt "admin menu"
|
491 |
"An error was detected while validating the CSV file for import. Please fix "
|
492 |
"this before proceeding."
|
493 |
msgstr ""
|
494 |
+
"Un error se detectó mientras se validaba el archivo CSV para importarlo. Por "
|
495 |
+
"favor repárelo antes de proceder."
|
496 |
|
497 |
#: admin/csv-import.php:324
|
498 |
msgctxt "admin csv-import"
|
1703 |
"Por favor vea la <a>documentación de Campos de Formulario</a> para más "
|
1704 |
"detalles."
|
1705 |
|
|
|
1706 |
#. Plugin Name of the plugin/theme
|
1707 |
#: admin/templates/header.tpl.php:4
|
1708 |
msgid "Business Directory Plugin"
|
2417 |
msgid "The transaction has been deleted."
|
2418 |
msgstr "La transacción ha sido eliminada."
|
2419 |
|
2420 |
+
#: business-directory-plugin.php:658
|
2421 |
msgctxt "admin plugins"
|
2422 |
msgid "Settings"
|
2423 |
msgstr "Configuración"
|
2424 |
|
2425 |
+
#: business-directory-plugin.php:668
|
2426 |
msgctxt "post type general name"
|
2427 |
msgid "Directory"
|
2428 |
msgstr "Directorio"
|
2429 |
|
2430 |
+
#: business-directory-plugin.php:669
|
2431 |
msgctxt "post type singular name"
|
2432 |
msgid "Directory"
|
2433 |
msgstr "Directorio"
|
2434 |
|
2435 |
+
#: business-directory-plugin.php:670
|
2436 |
msgctxt "listing"
|
2437 |
msgid "Add New Listing"
|
2438 |
msgstr "Agregar Nuevo Listado"
|
2439 |
|
2440 |
+
#: business-directory-plugin.php:671
|
2441 |
msgctxt "post type"
|
2442 |
msgid "Add New Listing"
|
2443 |
msgstr "Agregar Nuevo Listado"
|
2444 |
|
2445 |
+
#: business-directory-plugin.php:672 core/compatibility/deprecated.php:255
|
2446 |
msgid "Edit Listing"
|
2447 |
msgstr "Editar Listado"
|
2448 |
|
2449 |
+
#: business-directory-plugin.php:673
|
2450 |
msgid "New Listing"
|
2451 |
msgstr "Nuevo Listado"
|
2452 |
|
2453 |
+
#: business-directory-plugin.php:674
|
2454 |
msgid "View Listing"
|
2455 |
msgstr "Ver Listado"
|
2456 |
|
2457 |
+
#: business-directory-plugin.php:675
|
2458 |
msgid "Search Listings"
|
2459 |
msgstr "Buscar Listados"
|
2460 |
|
2461 |
+
#: business-directory-plugin.php:676
|
2462 |
msgid "No listings found"
|
2463 |
msgstr "No se encontraron listados"
|
2464 |
|
2465 |
+
#: business-directory-plugin.php:677
|
2466 |
msgid "No listings found in trash"
|
2467 |
msgstr "No se encontraron listados en la papelera"
|
2468 |
|
2469 |
+
#: business-directory-plugin.php:699
|
2470 |
msgid "Directory Categories"
|
2471 |
msgstr "Categorías de Directorio"
|
2472 |
|
2473 |
+
#: business-directory-plugin.php:809 business-directory-plugin.php:816
|
2474 |
msgctxt "rss feed"
|
2475 |
msgid "%s Feed"
|
2476 |
msgstr "Feed %s"
|
2477 |
|
2478 |
+
#: business-directory-plugin.php:1174
|
2479 |
msgctxt "title"
|
2480 |
msgid "Submit A Listing"
|
2481 |
msgstr "Enviar Un Listado"
|
2482 |
|
2483 |
+
#: business-directory-plugin.php:1184
|
2484 |
msgctxt "title"
|
2485 |
msgid "Find a Listing"
|
2486 |
msgstr "Encontrar un listado"
|
2487 |
|
2488 |
+
#: business-directory-plugin.php:1194
|
2489 |
msgctxt "title"
|
2490 |
msgid "View All Listings"
|
2491 |
msgstr "Ver Listados"
|
2492 |
|
2493 |
+
#: business-directory-plugin.php:1214
|
2494 |
msgctxt "title"
|
2495 |
msgid "Listings tagged: %s"
|
2496 |
msgstr "Listados etiquetados: %s"
|
2497 |
|
|
|
|
|
|
|
|
|
|
|
2498 |
#: core/class-csv-import.php:361
|
2499 |
msgctxt "admin csv-import"
|
2500 |
msgid "Could not create listing category \"%s\""
|
2558 |
msgid "An error occurred while trying to delete this field."
|
2559 |
msgstr "Un error ocurrió mientras se trataba de eliminar este campo."
|
2560 |
|
2561 |
+
#: core/class-gateway.php:131
|
2562 |
msgctxt "billing info"
|
2563 |
msgid "First name is required."
|
2564 |
msgstr "El nombre es requerido."
|
2565 |
|
2566 |
+
#: core/class-gateway.php:134
|
2567 |
msgctxt "billing info"
|
2568 |
msgid "Last name is required."
|
2569 |
msgstr "El apellido es requerido."
|
2570 |
|
2571 |
+
#: core/class-gateway.php:137
|
2572 |
msgctxt "billing info"
|
2573 |
msgid "Credit card number is required."
|
2574 |
msgstr "El número de la tarjeta de crédito es requerido."
|
2575 |
|
2576 |
+
#: core/class-gateway.php:140
|
2577 |
msgctxt "billing info"
|
2578 |
msgid "Credit card expiration date is invalid."
|
2579 |
msgstr "La fecha de expiración de la tarjeta es inválida."
|
2580 |
|
2581 |
+
#: core/class-gateway.php:143
|
2582 |
msgctxt "billing info"
|
2583 |
msgid "Credit card CVC number is required."
|
2584 |
msgstr "El código CVC de la tarjeta de crédito es requerido."
|
2585 |
|
2586 |
+
#: core/class-gateway.php:146
|
2587 |
msgctxt "billing info"
|
2588 |
msgid "Country is required."
|
2589 |
msgstr "El país es requerido."
|
2590 |
|
2591 |
+
#: core/class-gateway.php:149
|
2592 |
msgctxt "billing info"
|
2593 |
msgid "Address is required."
|
2594 |
msgstr "La dirección es requerida."
|
2663 |
msgid "Fee \"%s\" for category \"%s\""
|
2664 |
msgstr "Comisión \"%s\" para categoría \"%s\""
|
2665 |
|
2666 |
+
#: core/class-recaptcha.php:81 core/class-recaptcha.php:96
|
2667 |
+
msgctxt "recaptcha"
|
2668 |
+
msgid "The reCAPTCHA wasn't entered correctly."
|
2669 |
+
msgstr "El reCAPTCHA no fue ingresado correctamente."
|
2670 |
+
|
2671 |
#: core/class-settings.php:24
|
2672 |
msgctxt "admin settings"
|
2673 |
msgid "General"
|
4090 |
msgstr "Hora actual"
|
4091 |
|
4092 |
#: core/compatibility/class-navxt-integration.php:159
|
|
|
4093 |
msgctxt "navxt"
|
4094 |
msgid "Submit Listing"
|
4095 |
+
msgstr "Enviar Listado"
|
4096 |
|
4097 |
#: core/compatibility/class-navxt-integration.php:163
|
|
|
4098 |
msgctxt "navxt"
|
4099 |
msgid "Edit Listing"
|
4100 |
msgstr "Editar Listado"
|
4101 |
|
4102 |
#: core/compatibility/class-navxt-integration.php:167
|
|
|
4103 |
msgctxt "navxt"
|
4104 |
msgid "Search"
|
4105 |
msgstr "Buscar"
|
4188 |
msgid "-- Choose One --"
|
4189 |
msgstr "-- Elija Uno --"
|
4190 |
|
4191 |
+
#: core/form-fields-types.php:340 core/form-fields-types.php:591
|
4192 |
+
#: core/form-fields-types.php:722
|
4193 |
msgctxt "form-fields admin"
|
4194 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4195 |
msgstr ""
|
4201 |
msgid "Allow empty selection on search?"
|
4202 |
msgstr "Permitir selección vacía en las búsquedas?"
|
4203 |
|
4204 |
+
#: core/form-fields-types.php:368 core/form-fields-types.php:610
|
4205 |
+
#: core/form-fields-types.php:743
|
4206 |
msgctxt "form-fields admin"
|
4207 |
msgid "Field list of options is required."
|
4208 |
msgstr "La lista de opciones del campo es requerida."
|
4238 |
"Aplicar el filtro \"the_content\" antes de mostrar el contenido de este "
|
4239 |
"campo?"
|
4240 |
|
4241 |
+
#: core/form-fields-types.php:532
|
4242 |
msgctxt "form-fields api"
|
4243 |
msgid "Radio button"
|
4244 |
msgstr "Botón de radio"
|
4245 |
|
4246 |
+
#: core/form-fields-types.php:638
|
4247 |
msgctxt "form-fields api"
|
4248 |
msgid "Multiple select list"
|
4249 |
msgstr "Lista de selección múltiple"
|
4250 |
|
4251 |
+
#: core/form-fields-types.php:643
|
4252 |
msgctxt "form-fields api"
|
4253 |
msgid "Multiselect List"
|
4254 |
msgstr "Lista de selección múltiple"
|
4255 |
|
4256 |
+
#: core/form-fields-types.php:659
|
4257 |
msgctxt "form-fields api"
|
4258 |
msgid "Checkbox"
|
4259 |
msgstr "Casilla de verificación"
|
4260 |
|
4261 |
+
#: core/form-fields-types.php:817
|
4262 |
msgctxt "form-fields api"
|
4263 |
msgid "Social Site (Twitter handle)"
|
4264 |
msgstr "Sitio Social (Twitter @)"
|
4265 |
|
4266 |
+
#: core/form-fields-types.php:866
|
4267 |
msgctxt "form-fields api"
|
4268 |
msgid "Social Site (Facebook page)"
|
4269 |
msgstr "Sitio Social (Página de Facebook)"
|
4270 |
|
4271 |
+
#: core/form-fields-types.php:914
|
4272 |
msgctxt "form-fields api"
|
4273 |
msgid "Social Site (LinkedIn profile)"
|
4274 |
msgstr "Sitio Social (Perfil de LinkedIn)"
|
4275 |
|
4276 |
+
#: core/form-fields-types.php:959
|
4277 |
msgctxt "form-fields api"
|
4278 |
msgid "Image (file upload)"
|
4279 |
msgstr "Imagen (archivo)"
|
4280 |
|
4281 |
+
#: core/form-fields-types.php:991
|
4282 |
msgctxt "form-fields-api"
|
4283 |
msgid "Remove"
|
4284 |
msgstr "Eliminar"
|
4285 |
|
4286 |
+
#: core/form-fields-types.php:1071
|
|
|
4287 |
msgctxt "form-fields api"
|
4288 |
msgid "Date Field"
|
4289 |
+
msgstr "Campo de Fecha"
|
4290 |
|
4291 |
+
#: core/form-fields-types.php:1094
|
4292 |
msgid "%s (ex. %s)"
|
4293 |
+
msgstr "%s (ej. %s)"
|
4294 |
|
4295 |
+
#: core/form-fields-types.php:1098
|
|
|
4296 |
msgctxt "form-fields api"
|
4297 |
msgid "Date Format"
|
4298 |
+
msgstr "Formato de Fecha"
|
4299 |
|
4300 |
#: core/form-fields.php:31
|
4301 |
msgctxt "form-fields api"
|
4424 |
msgstr "%s debe ser un número."
|
4425 |
|
4426 |
#: core/form-fields.php:497
|
|
|
4427 |
msgctxt "form-fields-api validation"
|
4428 |
msgid "%s must be in the format %s."
|
4429 |
msgstr "%s debe estar en el formato MM/DD/YYYY."
|
4430 |
|
4431 |
#: core/form-fields.php:529
|
|
|
4432 |
msgctxt "form-fields-api validation"
|
4433 |
msgid "%s must be a valid date."
|
4434 |
+
msgstr "%s debe ser una fecha válida."
|
4435 |
|
4436 |
#: core/form-fields.php:540
|
4437 |
msgctxt "form-fields-api validation"
|
4460 |
msgid "Transaction Key is missing."
|
4461 |
msgstr "Falta la clave de transacciones."
|
4462 |
|
4463 |
+
#: core/gateways-authorize-net.php:124
|
4464 |
msgctxt "authorize-net"
|
4465 |
msgid ""
|
4466 |
"The payment gateway didn't accept your credit card or billing information. "
|
4469 |
"La pasarela de pago no aceptó su tarjeta de crédito o información de pago. "
|
4470 |
"La razón dada fue \"%s\"."
|
4471 |
|
4472 |
+
#: core/gateways-authorize-net.php:128
|
4473 |
msgctxt "authorize-net"
|
4474 |
msgid ""
|
4475 |
"Your payment is being held for review by the payment gateway. The following "
|
4478 |
"Su pago está en proceso de verificación por la pasarela de pago. La razón "
|
4479 |
"dada fue: \"%s\"."
|
4480 |
|
4481 |
+
#: core/gateways-authorize-net.php:131
|
4482 |
msgctxt "authorize-net"
|
4483 |
msgid "Payment was rejected. The following reason was given: \"%s\"."
|
4484 |
msgstr "El pago fue rechazado. La razón dada fue: \"%s\"."
|
4485 |
|
4486 |
+
#: core/gateways-authorize-net.php:182
|
4487 |
msgctxt "authorize-net"
|
4488 |
msgid "Could not process payment."
|
4489 |
msgstr "No se pudo procesar el pago."
|
5647 |
msgid "Address Line 2:"
|
5648 |
msgstr "Dirección (línea 2):"
|
5649 |
|
5650 |
+
#: templates/billing-information-form.tpl.php:127
|
5651 |
+
msgctxt "checkout form"
|
5652 |
+
msgid "ZIP Code:"
|
5653 |
+
msgstr ""
|
5654 |
+
|
5655 |
+
#: templates/billing-information-form.tpl.php:137
|
5656 |
msgctxt "WPBDM"
|
5657 |
msgid "Cancel"
|
5658 |
msgstr "Cancelar"
|
5659 |
|
5660 |
+
#: templates/billing-information-form.tpl.php:138
|
5661 |
msgctxt "WPBDM"
|
5662 |
msgid "Submit Payment"
|
5663 |
msgstr "Enviar Pago"
|
6257 |
msgstr ""
|
6258 |
|
6259 |
#: vendors/edd/EDD_SL_Plugin_Updater.php:325
|
|
|
6260 |
msgid "Error"
|
6261 |
msgstr "Error"
|
6262 |
|
languages/WPBDM-fr_FR.mo
CHANGED
Binary file
|
languages/WPBDM-fr_FR.po
CHANGED
@@ -4,15 +4,15 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 3.6\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
-
"POT-Creation-Date: 2015-
|
8 |
-
"PO-Revision-Date: 2015-
|
9 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
10 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language: fr\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
-
"X-Generator: Poedit 1.
|
16 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
|
@@ -401,9 +401,10 @@ msgid ""
|
|
401 |
"and check \"Anyone can register\" to make sure BD works properly."
|
402 |
msgstr ""
|
403 |
"Nous avons remarqué que vous vouliez que les utilisateurs du plugins "
|
404 |
-
"s'enregistrent avant de poster des
|
405 |
-
"site est actuellement désactivé. Allez [ici] et activez \"Tout le
|
406 |
-
"s'enregistrer\" pour être sûr que le plugin fonctionne
|
|
|
407 |
|
408 |
#: admin/class-listing-fields-metabox.php:21
|
409 |
msgctxt "admin"
|
@@ -866,7 +867,7 @@ msgid ""
|
|
866 |
"both a CSV file and listing images."
|
867 |
msgstr ""
|
868 |
"Quand vérifié, au lieu de seulement générer un fichier CSV, un fichier ZIP "
|
869 |
-
"sera généré avec une partie fichier CSV et une partie
|
870 |
|
871 |
#: admin/templates/csv-export.tpl.php:62
|
872 |
msgctxt "admin csv-export"
|
@@ -876,7 +877,7 @@ msgstr "Métadonnées additionnel à l'exportation:"
|
|
876 |
#: admin/templates/csv-export.tpl.php:67
|
877 |
msgctxt "admin csv-export"
|
878 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
879 |
-
msgstr "Inclure des ID's uniques pour chaques
|
880 |
|
881 |
#: admin/templates/csv-export.tpl.php:69
|
882 |
msgctxt "admin csv-export"
|
@@ -1235,7 +1236,7 @@ msgstr "Paramètres d'importation"
|
|
1235 |
#: admin/templates/csv-import.tpl.php:146
|
1236 |
msgctxt "admin csv-import"
|
1237 |
msgid "Post status of imported listings"
|
1238 |
-
msgstr "Statut des messages des
|
1239 |
|
1240 |
#: admin/templates/csv-import.tpl.php:158
|
1241 |
msgctxt "admin csv-import"
|
@@ -1698,7 +1699,7 @@ msgid ""
|
|
1698 |
"ones, change the order and visibility of the fields as well as configure "
|
1699 |
"special options for them."
|
1700 |
msgstr ""
|
1701 |
-
"Ici, vous pouvez créer de nouveaux champs pour vos
|
1702 |
"supprimer ceux qui existent déjà, modifier l'ordre et la visibilité des "
|
1703 |
"champs ainsi que configurer des options spéciales pour eux."
|
1704 |
|
@@ -1709,7 +1710,7 @@ msgstr ""
|
|
1709 |
"Veuillez voir la <a>Documentation de champs de formulaire</a> pour plus de "
|
1710 |
"détails."
|
1711 |
|
1712 |
-
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 3.6.
|
1713 |
#. Plugin Name of the plugin/theme
|
1714 |
#: admin/templates/header.tpl.php:4
|
1715 |
msgid "Business Directory Plugin"
|
@@ -1960,7 +1961,7 @@ msgstr "Renouveler inscription dans toutes les catégories expirées"
|
|
1960 |
#: admin/templates/listing-metabox-feesummary.tpl.php:1
|
1961 |
msgctxt "admin infometabox"
|
1962 |
msgid "Categories for this listing"
|
1963 |
-
msgstr "Catégories pour cette
|
1964 |
|
1965 |
#: admin/templates/listing-metabox-transactions.tpl.php:3
|
1966 |
msgctxt "admin infometabox"
|
@@ -1997,7 +1998,7 @@ msgstr ""
|
|
1997 |
#: admin/templates/listing-metabox-transactions.tpl.php:16
|
1998 |
msgctxt "listing metabox"
|
1999 |
msgid "There are no transactions associated to this listing."
|
2000 |
-
msgstr "Il n'y a aucune transaction associé à cette
|
2001 |
|
2002 |
#: admin/templates/payment-details.tpl.php:7
|
2003 |
msgctxt "admin payments"
|
@@ -2068,7 +2069,7 @@ msgstr ""
|
|
2068 |
#: admin/templates/sidebar.tpl.php:3
|
2069 |
msgctxt "admin sidebar"
|
2070 |
msgid "Claim Listings Module"
|
2071 |
-
msgstr "Revendication de module
|
2072 |
|
2073 |
#: admin/templates/sidebar.tpl.php:6
|
2074 |
msgctxt "admin sidebar"
|
@@ -2430,91 +2431,86 @@ msgstr "Rejetté"
|
|
2430 |
#: admin/transactions.php:259
|
2431 |
msgctxt "admin"
|
2432 |
msgid "The transaction has been deleted."
|
2433 |
-
msgstr "La transaction
|
2434 |
|
2435 |
-
#: business-directory-plugin.php:
|
2436 |
msgctxt "admin plugins"
|
2437 |
msgid "Settings"
|
2438 |
msgstr "Paramètres"
|
2439 |
|
2440 |
-
#: business-directory-plugin.php:
|
2441 |
msgctxt "post type general name"
|
2442 |
msgid "Directory"
|
2443 |
msgstr "Annuaire"
|
2444 |
|
2445 |
-
#: business-directory-plugin.php:
|
2446 |
msgctxt "post type singular name"
|
2447 |
msgid "Directory"
|
2448 |
msgstr "Annuaire"
|
2449 |
|
2450 |
-
#: business-directory-plugin.php:
|
2451 |
msgctxt "listing"
|
2452 |
msgid "Add New Listing"
|
2453 |
msgstr "Ajouter une nouvelle annonce"
|
2454 |
|
2455 |
-
#: business-directory-plugin.php:
|
2456 |
msgctxt "post type"
|
2457 |
msgid "Add New Listing"
|
2458 |
msgstr "Ajouter une nouvelle annonce"
|
2459 |
|
2460 |
-
#: business-directory-plugin.php:
|
2461 |
msgid "Edit Listing"
|
2462 |
-
msgstr "Editer l'
|
2463 |
|
2464 |
-
#: business-directory-plugin.php:
|
2465 |
msgid "New Listing"
|
2466 |
msgstr "Nouvelle annonce"
|
2467 |
|
2468 |
-
#: business-directory-plugin.php:
|
2469 |
msgid "View Listing"
|
2470 |
msgstr "Voir l'annonce"
|
2471 |
|
2472 |
-
#: business-directory-plugin.php:
|
2473 |
msgid "Search Listings"
|
2474 |
msgstr "Chercher les annonces"
|
2475 |
|
2476 |
-
#: business-directory-plugin.php:
|
2477 |
msgid "No listings found"
|
2478 |
msgstr "Aucunes annonces trouvées"
|
2479 |
|
2480 |
-
#: business-directory-plugin.php:
|
2481 |
msgid "No listings found in trash"
|
2482 |
msgstr "Aucunes annonces trouvées dans la corbeille"
|
2483 |
|
2484 |
-
#: business-directory-plugin.php:
|
2485 |
msgid "Directory Categories"
|
2486 |
msgstr "Catégories de l'aannuaire"
|
2487 |
|
2488 |
-
#: business-directory-plugin.php:
|
2489 |
msgctxt "rss feed"
|
2490 |
msgid "%s Feed"
|
2491 |
msgstr "%s diffusion"
|
2492 |
|
2493 |
-
#: business-directory-plugin.php:
|
2494 |
msgctxt "title"
|
2495 |
msgid "Submit A Listing"
|
2496 |
msgstr "Soumettre une annonce"
|
2497 |
|
2498 |
-
#: business-directory-plugin.php:
|
2499 |
msgctxt "title"
|
2500 |
msgid "Find a Listing"
|
2501 |
msgstr "trouver une annonce"
|
2502 |
|
2503 |
-
#: business-directory-plugin.php:
|
2504 |
msgctxt "title"
|
2505 |
msgid "View All Listings"
|
2506 |
msgstr "Voir toutes les annonces"
|
2507 |
|
2508 |
-
#: business-directory-plugin.php:
|
2509 |
msgctxt "title"
|
2510 |
msgid "Listings tagged: %s"
|
2511 |
msgstr "Annonces marquées: %s"
|
2512 |
|
2513 |
-
#: business-directory-plugin.php:1452
|
2514 |
-
msgctxt "comment-form"
|
2515 |
-
msgid "The reCAPTCHA wasn't entered correctly."
|
2516 |
-
msgstr "Le code CAPTCHA n'a pas été rentré correctement."
|
2517 |
-
|
2518 |
#: core/class-csv-import.php:361
|
2519 |
msgctxt "admin csv-import"
|
2520 |
msgid "Could not create listing category \"%s\""
|
@@ -2578,37 +2574,37 @@ msgctxt "form-fields-api"
|
|
2578 |
msgid "An error occurred while trying to delete this field."
|
2579 |
msgstr "Une erreur est survenue en essayant de supprimer ce champ."
|
2580 |
|
2581 |
-
#: core/class-gateway.php:
|
2582 |
msgctxt "billing info"
|
2583 |
msgid "First name is required."
|
2584 |
msgstr "Le prénom est requis."
|
2585 |
|
2586 |
-
#: core/class-gateway.php:
|
2587 |
msgctxt "billing info"
|
2588 |
msgid "Last name is required."
|
2589 |
msgstr "Le nom est requis."
|
2590 |
|
2591 |
-
#: core/class-gateway.php:
|
2592 |
msgctxt "billing info"
|
2593 |
msgid "Credit card number is required."
|
2594 |
msgstr "Le numéro de carte de crédit est requis."
|
2595 |
|
2596 |
-
#: core/class-gateway.php:
|
2597 |
msgctxt "billing info"
|
2598 |
msgid "Credit card expiration date is invalid."
|
2599 |
msgstr "La date d'expiration de la carte de crédit est requise."
|
2600 |
|
2601 |
-
#: core/class-gateway.php:
|
2602 |
msgctxt "billing info"
|
2603 |
msgid "Credit card CVC number is required."
|
2604 |
msgstr "Le numéro CVC de la carte de crédit est requis"
|
2605 |
|
2606 |
-
#: core/class-gateway.php:
|
2607 |
msgctxt "billing info"
|
2608 |
msgid "Country is required."
|
2609 |
msgstr "Le pays est requis"
|
2610 |
|
2611 |
-
#: core/class-gateway.php:
|
2612 |
msgctxt "billing info"
|
2613 |
msgid "Address is required."
|
2614 |
msgstr "L'adresse est requise."
|
@@ -2683,6 +2679,12 @@ msgctxt "listings"
|
|
2683 |
msgid "Fee \"%s\" for category \"%s\""
|
2684 |
msgstr "Frais \"%s\" pour catégorie \"%s\""
|
2685 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2686 |
#: core/class-settings.php:24
|
2687 |
msgctxt "admin settings"
|
2688 |
msgid "General"
|
@@ -2715,7 +2717,7 @@ msgstr "Paramètres de Lien permanent"
|
|
2715 |
#: core/class-settings.php:38
|
2716 |
msgctxt "admin settings"
|
2717 |
msgid "Directory Listings Slug"
|
2718 |
-
msgstr "Identifiant d'
|
2719 |
|
2720 |
#: core/class-settings.php:39
|
2721 |
msgctxt "admin settings"
|
@@ -2754,9 +2756,9 @@ msgid ""
|
|
2754 |
"directory/1809/listing-title\". Check this setting to remove the ID for "
|
2755 |
"better SEO."
|
2756 |
msgstr ""
|
2757 |
-
"Avant 3.5.1, nous avons inclus l'ID dans
|
2758 |
-
"répertoire / 1809 / article-titre \". Vérifiez ce paramètre pour
|
2759 |
-
"l'ID pour une meilleure SEO."
|
2760 |
|
2761 |
#: core/class-settings.php:50
|
2762 |
msgctxt "admin settings"
|
@@ -3024,7 +3026,7 @@ msgstr "Statut des annonces dès la désinstallation du plugin"
|
|
3024 |
#: core/class-settings.php:182
|
3025 |
msgctxt "admin settings"
|
3026 |
msgid "Status of deleted listings"
|
3027 |
-
msgstr "Statut des
|
3028 |
|
3029 |
#: core/class-settings.php:185
|
3030 |
msgctxt "admin settings"
|
@@ -3091,7 +3093,7 @@ msgstr ""
|
|
3091 |
msgctxt "admin settings"
|
3092 |
msgid "Remind listing owners of expired listings (past due)?"
|
3093 |
msgstr ""
|
3094 |
-
"Rappeler les propriétaires des annonces lorsque
|
3095 |
"expiration (en souffrance)?"
|
3096 |
|
3097 |
#: core/class-settings.php:223
|
@@ -3161,7 +3163,7 @@ msgstr "Descendant"
|
|
3161 |
#: core/class-settings.php:243
|
3162 |
msgctxt "admin settings"
|
3163 |
msgid "Show category post count?"
|
3164 |
-
msgstr "Montrer les catégories
|
3165 |
|
3166 |
#: core/class-settings.php:244
|
3167 |
msgctxt "admin settings"
|
@@ -3217,7 +3219,7 @@ msgstr "Payez pour en disposer gratuitement"
|
|
3217 |
#: core/class-settings.php:257
|
3218 |
msgctxt "admin settings"
|
3219 |
msgid "Sort directory listings by"
|
3220 |
-
msgstr "Trier les annonces de l'
|
3221 |
|
3222 |
#: core/class-settings.php:258
|
3223 |
msgctxt "admin settings"
|
@@ -3258,7 +3260,7 @@ msgstr "Prix des annonces en Post-it"
|
|
3258 |
#: core/class-settings.php:281
|
3259 |
msgctxt "admin settings"
|
3260 |
msgid "Sticky listing page description text"
|
3261 |
-
msgstr "Texte de description de la page
|
3262 |
|
3263 |
#: core/class-settings.php:282
|
3264 |
msgctxt "admin settings"
|
@@ -3287,7 +3289,7 @@ msgid ""
|
|
3287 |
"RECOMMENDED as this increases spam to the address and allows spam bots to "
|
3288 |
"harvest it for future use."
|
3289 |
msgstr ""
|
3290 |
-
"Affiche l'adresse email du propriétaire de
|
3291 |
"du Web. PAS RECOMMANDE car cela augmente le spam à l'adresse en question et "
|
3292 |
"permet aux spam bots de la récolter pour une utilisation future."
|
3293 |
|
@@ -3302,7 +3304,7 @@ msgid ""
|
|
3302 |
"This affects emails sent to listing owners via contact forms or when their "
|
3303 |
"listings expire."
|
3304 |
msgstr ""
|
3305 |
-
"Cela affecte l'envoie des emails aux propriétaires des
|
3306 |
"formulaire de contact ou quand leurs annonces expirent."
|
3307 |
|
3308 |
#: core/class-settings.php:307
|
@@ -3426,7 +3428,7 @@ msgstr ""
|
|
3426 |
msgctxt "admin settings"
|
3427 |
msgid "Sent when the listing has been published or approved by an admin."
|
3428 |
msgstr ""
|
3429 |
-
"
|
3430 |
|
3431 |
#: core/class-settings.php:367
|
3432 |
msgctxt "admin settings"
|
@@ -3445,7 +3447,7 @@ msgid ""
|
|
3445 |
"pages."
|
3446 |
msgstr ""
|
3447 |
"Envoyer aux propriétaires des annonces quand quelqu'un utilise le formulaire "
|
3448 |
-
"de contact sur leurs pages d'
|
3449 |
|
3450 |
#: core/class-settings.php:385
|
3451 |
msgctxt "admin settings"
|
@@ -3495,7 +3497,7 @@ msgid ""
|
|
3495 |
"Sent some time before the listing expires. Applies to non-recurring renewals "
|
3496 |
"only."
|
3497 |
msgstr ""
|
3498 |
-
"Envoyé quelque temps avant l'expiration de
|
3499 |
"les renouvellements non-récurrents."
|
3500 |
|
3501 |
#: core/class-settings.php:426 core/class-settings.php:439
|
@@ -3566,7 +3568,7 @@ msgid ""
|
|
3566 |
"Sent some time before the listing is auto-renewed. Applies to recurring "
|
3567 |
"renewals only."
|
3568 |
msgstr ""
|
3569 |
-
"Envoyé un certain temps avant que
|
3570 |
"pour les renouvellements périodiques seulement."
|
3571 |
|
3572 |
#: core/class-settings.php:454 core/class-settings.php:468
|
@@ -3794,8 +3796,8 @@ msgid ""
|
|
3794 |
"reviewed. The verification and review process could take up to 48 hours."
|
3795 |
msgstr ""
|
3796 |
"Merci pour votre paiement. Votre paiement est en cours de vérification et "
|
3797 |
-
"votre
|
3798 |
-
"jusqu'à 48 heures."
|
3799 |
|
3800 |
#: core/class-settings.php:543
|
3801 |
msgctxt "admin settings"
|
@@ -4125,7 +4127,7 @@ msgstr "Soumettre l'annonce"
|
|
4125 |
#, fuzzy
|
4126 |
msgctxt "navxt"
|
4127 |
msgid "Edit Listing"
|
4128 |
-
msgstr "Editer l'
|
4129 |
|
4130 |
#: core/compatibility/class-navxt-integration.php:167
|
4131 |
#, fuzzy
|
@@ -4217,8 +4219,8 @@ msgctxt "form-fields-api category-select"
|
|
4217 |
msgid "-- Choose One --"
|
4218 |
msgstr "-- Choisisez en un --"
|
4219 |
|
4220 |
-
#: core/form-fields-types.php:340 core/form-fields-types.php:
|
4221 |
-
#: core/form-fields-types.php:
|
4222 |
msgctxt "form-fields admin"
|
4223 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4224 |
msgstr ""
|
@@ -4230,8 +4232,8 @@ msgctxt "form-fields admin"
|
|
4230 |
msgid "Allow empty selection on search?"
|
4231 |
msgstr "Permettre la sélection vide sur la recherche?"
|
4232 |
|
4233 |
-
#: core/form-fields-types.php:368 core/form-fields-types.php:
|
4234 |
-
#: core/form-fields-types.php:
|
4235 |
msgctxt "form-fields admin"
|
4236 |
msgid "Field list of options is required."
|
4237 |
msgstr "Liste des champs d'options est nécessaire."
|
@@ -4265,62 +4267,62 @@ msgctxt "form-fields admin"
|
|
4265 |
msgid "Apply \"the_content\" filter before displaying this field?"
|
4266 |
msgstr "Appliquer le filtre \"the_content \" avant d'afficher ce champ?"
|
4267 |
|
4268 |
-
#: core/form-fields-types.php:
|
4269 |
msgctxt "form-fields api"
|
4270 |
msgid "Radio button"
|
4271 |
msgstr "Bouton radio"
|
4272 |
|
4273 |
-
#: core/form-fields-types.php:
|
4274 |
msgctxt "form-fields api"
|
4275 |
msgid "Multiple select list"
|
4276 |
msgstr "Sélection multiple d'annonce"
|
4277 |
|
4278 |
-
#: core/form-fields-types.php:
|
4279 |
msgctxt "form-fields api"
|
4280 |
msgid "Multiselect List"
|
4281 |
msgstr "Multisélection d'annonce"
|
4282 |
|
4283 |
-
#: core/form-fields-types.php:
|
4284 |
msgctxt "form-fields api"
|
4285 |
msgid "Checkbox"
|
4286 |
msgstr "Case à cocher"
|
4287 |
|
4288 |
-
#: core/form-fields-types.php:
|
4289 |
msgctxt "form-fields api"
|
4290 |
msgid "Social Site (Twitter handle)"
|
4291 |
msgstr "Réseaux sociaux (Page twitter)"
|
4292 |
|
4293 |
-
#: core/form-fields-types.php:
|
4294 |
msgctxt "form-fields api"
|
4295 |
msgid "Social Site (Facebook page)"
|
4296 |
msgstr "Réseaux sociaux (Page Facebook)"
|
4297 |
|
4298 |
-
#: core/form-fields-types.php:
|
4299 |
msgctxt "form-fields api"
|
4300 |
msgid "Social Site (LinkedIn profile)"
|
4301 |
msgstr "Réseaux sociaux (Profile LinkedIn)"
|
4302 |
|
4303 |
-
#: core/form-fields-types.php:
|
4304 |
msgctxt "form-fields api"
|
4305 |
msgid "Image (file upload)"
|
4306 |
msgstr "Image (fichier uploadé)"
|
4307 |
|
4308 |
-
#: core/form-fields-types.php:
|
4309 |
msgctxt "form-fields-api"
|
4310 |
msgid "Remove"
|
4311 |
msgstr "Supprimer"
|
4312 |
|
4313 |
-
#: core/form-fields-types.php:
|
4314 |
#, fuzzy
|
4315 |
msgctxt "form-fields api"
|
4316 |
msgid "Date Field"
|
4317 |
msgstr "Mettre à jour le champ"
|
4318 |
|
4319 |
-
#: core/form-fields-types.php:
|
4320 |
msgid "%s (ex. %s)"
|
4321 |
msgstr ""
|
4322 |
|
4323 |
-
#: core/form-fields-types.php:
|
4324 |
#, fuzzy
|
4325 |
msgctxt "form-fields api"
|
4326 |
msgid "Date Format"
|
@@ -4491,7 +4493,7 @@ msgctxt "authorize-net"
|
|
4491 |
msgid "Transaction Key is missing."
|
4492 |
msgstr "La clé de transaction est manquante"
|
4493 |
|
4494 |
-
#: core/gateways-authorize-net.php:
|
4495 |
msgctxt "authorize-net"
|
4496 |
msgid ""
|
4497 |
"The payment gateway didn't accept your credit card or billing information. "
|
@@ -4500,7 +4502,7 @@ msgstr ""
|
|
4500 |
"Le support de paiement n'a pas accepté votre carte de crédit ou vos "
|
4501 |
"informations de facturation. La raison est la suivante: \"%s \"."
|
4502 |
|
4503 |
-
#: core/gateways-authorize-net.php:
|
4504 |
msgctxt "authorize-net"
|
4505 |
msgid ""
|
4506 |
"Your payment is being held for review by the payment gateway. The following "
|
@@ -4509,12 +4511,12 @@ msgstr ""
|
|
4509 |
"Votre paiement est en attente et examiné par le support de paiement. La "
|
4510 |
"raison est la suivante: \"%s \"."
|
4511 |
|
4512 |
-
#: core/gateways-authorize-net.php:
|
4513 |
msgctxt "authorize-net"
|
4514 |
msgid "Payment was rejected. The following reason was given: \"%s\"."
|
4515 |
msgstr "Votre paiement a été rejetée. La raison est la suivante: \"%s \"."
|
4516 |
|
4517 |
-
#: core/gateways-authorize-net.php:
|
4518 |
msgctxt "authorize-net"
|
4519 |
msgid "Could not process payment."
|
4520 |
msgstr "Impossible de procéder au paiement."
|
@@ -5702,12 +5704,17 @@ msgctxt "checkout form"
|
|
5702 |
msgid "Address Line 2:"
|
5703 |
msgstr "adresse ligne 2:"
|
5704 |
|
5705 |
-
#: templates/billing-information-form.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
5706 |
msgctxt "WPBDM"
|
5707 |
msgid "Cancel"
|
5708 |
msgstr "Annuler"
|
5709 |
|
5710 |
-
#: templates/billing-information-form.tpl.php:
|
5711 |
msgctxt "WPBDM"
|
5712 |
msgid "Submit Payment"
|
5713 |
msgstr "Soumettre paiement"
|
@@ -5725,7 +5732,7 @@ msgstr "« Précedent"
|
|
5725 |
#: templates/businessdirectory-listings.tpl.php:39
|
5726 |
msgctxt "templates"
|
5727 |
msgid "Next »"
|
5728 |
-
msgstr "Suivant »"
|
5729 |
|
5730 |
#: templates/category.tpl.php:17
|
5731 |
msgctxt "templates"
|
@@ -5874,7 +5881,7 @@ msgstr "Mettre à jour l'annonce"
|
|
5874 |
#: templates/listing-upgradetosticky.tpl.php:10
|
5875 |
msgctxt "templates"
|
5876 |
msgid "Upgrade listing to %s for %s."
|
5877 |
-
msgstr "Mettre à jour l'
|
5878 |
|
5879 |
#: templates/manage-listings.tpl.php:6
|
5880 |
msgctxt "templates"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 3.6\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
+
"POT-Creation-Date: 2015-07-07 12:40:16+00:00\n"
|
8 |
+
"PO-Revision-Date: 2015-06-23 09:45-0500\n"
|
9 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
10 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
11 |
"Language: fr\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
+
"X-Generator: Poedit 1.8.1\n"
|
16 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
|
401 |
"and check \"Anyone can register\" to make sure BD works properly."
|
402 |
msgstr ""
|
403 |
"Nous avons remarqué que vous vouliez que les utilisateurs du plugins "
|
404 |
+
"s'enregistrent avant de poster des annonces, mais l'enregistrement pour "
|
405 |
+
"votre site est actuellement désactivé. Allez [ici] et activez \"Tout le "
|
406 |
+
"monde peut s'enregistrer\" pour être sûr que le plugin fonctionne "
|
407 |
+
"correctement."
|
408 |
|
409 |
#: admin/class-listing-fields-metabox.php:21
|
410 |
msgctxt "admin"
|
867 |
"both a CSV file and listing images."
|
868 |
msgstr ""
|
869 |
"Quand vérifié, au lieu de seulement générer un fichier CSV, un fichier ZIP "
|
870 |
+
"sera généré avec une partie fichier CSV et une partie images de l'annonce."
|
871 |
|
872 |
#: admin/templates/csv-export.tpl.php:62
|
873 |
msgctxt "admin csv-export"
|
877 |
#: admin/templates/csv-export.tpl.php:67
|
878 |
msgctxt "admin csv-export"
|
879 |
msgid "Include unique IDs for each listing (sequence_id column)."
|
880 |
+
msgstr "Inclure des ID's uniques pour chaques annonces (colonne sequence_id)."
|
881 |
|
882 |
#: admin/templates/csv-export.tpl.php:69
|
883 |
msgctxt "admin csv-export"
|
1236 |
#: admin/templates/csv-import.tpl.php:146
|
1237 |
msgctxt "admin csv-import"
|
1238 |
msgid "Post status of imported listings"
|
1239 |
+
msgstr "Statut des messages des annonces importées"
|
1240 |
|
1241 |
#: admin/templates/csv-import.tpl.php:158
|
1242 |
msgctxt "admin csv-import"
|
1699 |
"ones, change the order and visibility of the fields as well as configure "
|
1700 |
"special options for them."
|
1701 |
msgstr ""
|
1702 |
+
"Ici, vous pouvez créer de nouveaux champs pour vos annonces, modifier ou "
|
1703 |
"supprimer ceux qui existent déjà, modifier l'ordre et la visibilité des "
|
1704 |
"champs ainsi que configurer des options spéciales pour eux."
|
1705 |
|
1710 |
"Veuillez voir la <a>Documentation de champs de formulaire</a> pour plus de "
|
1711 |
"détails."
|
1712 |
|
1713 |
+
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 3.6.6) #-#-#-#-#
|
1714 |
#. Plugin Name of the plugin/theme
|
1715 |
#: admin/templates/header.tpl.php:4
|
1716 |
msgid "Business Directory Plugin"
|
1961 |
#: admin/templates/listing-metabox-feesummary.tpl.php:1
|
1962 |
msgctxt "admin infometabox"
|
1963 |
msgid "Categories for this listing"
|
1964 |
+
msgstr "Catégories pour cette annonce"
|
1965 |
|
1966 |
#: admin/templates/listing-metabox-transactions.tpl.php:3
|
1967 |
msgctxt "admin infometabox"
|
1998 |
#: admin/templates/listing-metabox-transactions.tpl.php:16
|
1999 |
msgctxt "listing metabox"
|
2000 |
msgid "There are no transactions associated to this listing."
|
2001 |
+
msgstr "Il n'y a aucune transaction associé à cette annonce."
|
2002 |
|
2003 |
#: admin/templates/payment-details.tpl.php:7
|
2004 |
msgctxt "admin payments"
|
2069 |
#: admin/templates/sidebar.tpl.php:3
|
2070 |
msgctxt "admin sidebar"
|
2071 |
msgid "Claim Listings Module"
|
2072 |
+
msgstr "Revendication de module d'annonces"
|
2073 |
|
2074 |
#: admin/templates/sidebar.tpl.php:6
|
2075 |
msgctxt "admin sidebar"
|
2431 |
#: admin/transactions.php:259
|
2432 |
msgctxt "admin"
|
2433 |
msgid "The transaction has been deleted."
|
2434 |
+
msgstr "La transaction a été effacé."
|
2435 |
|
2436 |
+
#: business-directory-plugin.php:658
|
2437 |
msgctxt "admin plugins"
|
2438 |
msgid "Settings"
|
2439 |
msgstr "Paramètres"
|
2440 |
|
2441 |
+
#: business-directory-plugin.php:668
|
2442 |
msgctxt "post type general name"
|
2443 |
msgid "Directory"
|
2444 |
msgstr "Annuaire"
|
2445 |
|
2446 |
+
#: business-directory-plugin.php:669
|
2447 |
msgctxt "post type singular name"
|
2448 |
msgid "Directory"
|
2449 |
msgstr "Annuaire"
|
2450 |
|
2451 |
+
#: business-directory-plugin.php:670
|
2452 |
msgctxt "listing"
|
2453 |
msgid "Add New Listing"
|
2454 |
msgstr "Ajouter une nouvelle annonce"
|
2455 |
|
2456 |
+
#: business-directory-plugin.php:671
|
2457 |
msgctxt "post type"
|
2458 |
msgid "Add New Listing"
|
2459 |
msgstr "Ajouter une nouvelle annonce"
|
2460 |
|
2461 |
+
#: business-directory-plugin.php:672 core/compatibility/deprecated.php:255
|
2462 |
msgid "Edit Listing"
|
2463 |
+
msgstr "Editer l'annonce"
|
2464 |
|
2465 |
+
#: business-directory-plugin.php:673
|
2466 |
msgid "New Listing"
|
2467 |
msgstr "Nouvelle annonce"
|
2468 |
|
2469 |
+
#: business-directory-plugin.php:674
|
2470 |
msgid "View Listing"
|
2471 |
msgstr "Voir l'annonce"
|
2472 |
|
2473 |
+
#: business-directory-plugin.php:675
|
2474 |
msgid "Search Listings"
|
2475 |
msgstr "Chercher les annonces"
|
2476 |
|
2477 |
+
#: business-directory-plugin.php:676
|
2478 |
msgid "No listings found"
|
2479 |
msgstr "Aucunes annonces trouvées"
|
2480 |
|
2481 |
+
#: business-directory-plugin.php:677
|
2482 |
msgid "No listings found in trash"
|
2483 |
msgstr "Aucunes annonces trouvées dans la corbeille"
|
2484 |
|
2485 |
+
#: business-directory-plugin.php:699
|
2486 |
msgid "Directory Categories"
|
2487 |
msgstr "Catégories de l'aannuaire"
|
2488 |
|
2489 |
+
#: business-directory-plugin.php:809 business-directory-plugin.php:816
|
2490 |
msgctxt "rss feed"
|
2491 |
msgid "%s Feed"
|
2492 |
msgstr "%s diffusion"
|
2493 |
|
2494 |
+
#: business-directory-plugin.php:1174
|
2495 |
msgctxt "title"
|
2496 |
msgid "Submit A Listing"
|
2497 |
msgstr "Soumettre une annonce"
|
2498 |
|
2499 |
+
#: business-directory-plugin.php:1184
|
2500 |
msgctxt "title"
|
2501 |
msgid "Find a Listing"
|
2502 |
msgstr "trouver une annonce"
|
2503 |
|
2504 |
+
#: business-directory-plugin.php:1194
|
2505 |
msgctxt "title"
|
2506 |
msgid "View All Listings"
|
2507 |
msgstr "Voir toutes les annonces"
|
2508 |
|
2509 |
+
#: business-directory-plugin.php:1214
|
2510 |
msgctxt "title"
|
2511 |
msgid "Listings tagged: %s"
|
2512 |
msgstr "Annonces marquées: %s"
|
2513 |
|
|
|
|
|
|
|
|
|
|
|
2514 |
#: core/class-csv-import.php:361
|
2515 |
msgctxt "admin csv-import"
|
2516 |
msgid "Could not create listing category \"%s\""
|
2574 |
msgid "An error occurred while trying to delete this field."
|
2575 |
msgstr "Une erreur est survenue en essayant de supprimer ce champ."
|
2576 |
|
2577 |
+
#: core/class-gateway.php:131
|
2578 |
msgctxt "billing info"
|
2579 |
msgid "First name is required."
|
2580 |
msgstr "Le prénom est requis."
|
2581 |
|
2582 |
+
#: core/class-gateway.php:134
|
2583 |
msgctxt "billing info"
|
2584 |
msgid "Last name is required."
|
2585 |
msgstr "Le nom est requis."
|
2586 |
|
2587 |
+
#: core/class-gateway.php:137
|
2588 |
msgctxt "billing info"
|
2589 |
msgid "Credit card number is required."
|
2590 |
msgstr "Le numéro de carte de crédit est requis."
|
2591 |
|
2592 |
+
#: core/class-gateway.php:140
|
2593 |
msgctxt "billing info"
|
2594 |
msgid "Credit card expiration date is invalid."
|
2595 |
msgstr "La date d'expiration de la carte de crédit est requise."
|
2596 |
|
2597 |
+
#: core/class-gateway.php:143
|
2598 |
msgctxt "billing info"
|
2599 |
msgid "Credit card CVC number is required."
|
2600 |
msgstr "Le numéro CVC de la carte de crédit est requis"
|
2601 |
|
2602 |
+
#: core/class-gateway.php:146
|
2603 |
msgctxt "billing info"
|
2604 |
msgid "Country is required."
|
2605 |
msgstr "Le pays est requis"
|
2606 |
|
2607 |
+
#: core/class-gateway.php:149
|
2608 |
msgctxt "billing info"
|
2609 |
msgid "Address is required."
|
2610 |
msgstr "L'adresse est requise."
|
2679 |
msgid "Fee \"%s\" for category \"%s\""
|
2680 |
msgstr "Frais \"%s\" pour catégorie \"%s\""
|
2681 |
|
2682 |
+
#: core/class-recaptcha.php:81 core/class-recaptcha.php:96
|
2683 |
+
#, fuzzy
|
2684 |
+
msgctxt "recaptcha"
|
2685 |
+
msgid "The reCAPTCHA wasn't entered correctly."
|
2686 |
+
msgstr "Le code CAPTCHA n'a pas été rentré correctement."
|
2687 |
+
|
2688 |
#: core/class-settings.php:24
|
2689 |
msgctxt "admin settings"
|
2690 |
msgid "General"
|
2717 |
#: core/class-settings.php:38
|
2718 |
msgctxt "admin settings"
|
2719 |
msgid "Directory Listings Slug"
|
2720 |
+
msgstr "Identifiant d'annonce de l'annuaire"
|
2721 |
|
2722 |
#: core/class-settings.php:39
|
2723 |
msgctxt "admin settings"
|
2756 |
"directory/1809/listing-title\". Check this setting to remove the ID for "
|
2757 |
"better SEO."
|
2758 |
msgstr ""
|
2759 |
+
"Avant 3.5.1, nous avons inclus l'ID dans l'URL de l'annonce, comme \"/ "
|
2760 |
+
"business-répertoire / 1809 / article-titre \". Vérifiez ce paramètre pour "
|
2761 |
+
"supprimer l'ID pour une meilleure SEO."
|
2762 |
|
2763 |
#: core/class-settings.php:50
|
2764 |
msgctxt "admin settings"
|
3026 |
#: core/class-settings.php:182
|
3027 |
msgctxt "admin settings"
|
3028 |
msgid "Status of deleted listings"
|
3029 |
+
msgstr "Statut des annonces effacés"
|
3030 |
|
3031 |
#: core/class-settings.php:185
|
3032 |
msgctxt "admin settings"
|
3093 |
msgctxt "admin settings"
|
3094 |
msgid "Remind listing owners of expired listings (past due)?"
|
3095 |
msgstr ""
|
3096 |
+
"Rappeler les propriétaires des annonces lorsque ces dernières arrives à "
|
3097 |
"expiration (en souffrance)?"
|
3098 |
|
3099 |
#: core/class-settings.php:223
|
3163 |
#: core/class-settings.php:243
|
3164 |
msgctxt "admin settings"
|
3165 |
msgid "Show category post count?"
|
3166 |
+
msgstr "Montrer les catégories par messages postés?"
|
3167 |
|
3168 |
#: core/class-settings.php:244
|
3169 |
msgctxt "admin settings"
|
3219 |
#: core/class-settings.php:257
|
3220 |
msgctxt "admin settings"
|
3221 |
msgid "Sort directory listings by"
|
3222 |
+
msgstr "Trier les annonces de l'annuaire par"
|
3223 |
|
3224 |
#: core/class-settings.php:258
|
3225 |
msgctxt "admin settings"
|
3260 |
#: core/class-settings.php:281
|
3261 |
msgctxt "admin settings"
|
3262 |
msgid "Sticky listing page description text"
|
3263 |
+
msgstr "Texte de description de la page annonce en Post-it"
|
3264 |
|
3265 |
#: core/class-settings.php:282
|
3266 |
msgctxt "admin settings"
|
3289 |
"RECOMMENDED as this increases spam to the address and allows spam bots to "
|
3290 |
"harvest it for future use."
|
3291 |
msgstr ""
|
3292 |
+
"Affiche l'adresse email du propriétaire de l'annonce à tous les utilisateurs "
|
3293 |
"du Web. PAS RECOMMANDE car cela augmente le spam à l'adresse en question et "
|
3294 |
"permet aux spam bots de la récolter pour une utilisation future."
|
3295 |
|
3304 |
"This affects emails sent to listing owners via contact forms or when their "
|
3305 |
"listings expire."
|
3306 |
msgstr ""
|
3307 |
+
"Cela affecte l'envoie des emails aux propriétaires des annonces via le "
|
3308 |
"formulaire de contact ou quand leurs annonces expirent."
|
3309 |
|
3310 |
#: core/class-settings.php:307
|
3428 |
msgctxt "admin settings"
|
3429 |
msgid "Sent when the listing has been published or approved by an admin."
|
3430 |
msgstr ""
|
3431 |
+
"Envoyé lorsque l'annonce a été publiée ou approuvée par un administrateur."
|
3432 |
|
3433 |
#: core/class-settings.php:367
|
3434 |
msgctxt "admin settings"
|
3447 |
"pages."
|
3448 |
msgstr ""
|
3449 |
"Envoyer aux propriétaires des annonces quand quelqu'un utilise le formulaire "
|
3450 |
+
"de contact sur leurs pages d'annonces."
|
3451 |
|
3452 |
#: core/class-settings.php:385
|
3453 |
msgctxt "admin settings"
|
3497 |
"Sent some time before the listing expires. Applies to non-recurring renewals "
|
3498 |
"only."
|
3499 |
msgstr ""
|
3500 |
+
"Envoyé quelque temps avant l'expiration de l'annonce. Valable seulement pour "
|
3501 |
"les renouvellements non-récurrents."
|
3502 |
|
3503 |
#: core/class-settings.php:426 core/class-settings.php:439
|
3568 |
"Sent some time before the listing is auto-renewed. Applies to recurring "
|
3569 |
"renewals only."
|
3570 |
msgstr ""
|
3571 |
+
"Envoyé un certain temps avant que l'annonce est auto-renouvellement. Valable "
|
3572 |
"pour les renouvellements périodiques seulement."
|
3573 |
|
3574 |
#: core/class-settings.php:454 core/class-settings.php:468
|
3796 |
"reviewed. The verification and review process could take up to 48 hours."
|
3797 |
msgstr ""
|
3798 |
"Merci pour votre paiement. Votre paiement est en cours de vérification et "
|
3799 |
+
"votre annonce en revue. Le processus de vérification et d'examen peut "
|
3800 |
+
"prendre jusqu'à 48 heures."
|
3801 |
|
3802 |
#: core/class-settings.php:543
|
3803 |
msgctxt "admin settings"
|
4127 |
#, fuzzy
|
4128 |
msgctxt "navxt"
|
4129 |
msgid "Edit Listing"
|
4130 |
+
msgstr "Editer l'annonce"
|
4131 |
|
4132 |
#: core/compatibility/class-navxt-integration.php:167
|
4133 |
#, fuzzy
|
4219 |
msgid "-- Choose One --"
|
4220 |
msgstr "-- Choisisez en un --"
|
4221 |
|
4222 |
+
#: core/form-fields-types.php:340 core/form-fields-types.php:591
|
4223 |
+
#: core/form-fields-types.php:722
|
4224 |
msgctxt "form-fields admin"
|
4225 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4226 |
msgstr ""
|
4232 |
msgid "Allow empty selection on search?"
|
4233 |
msgstr "Permettre la sélection vide sur la recherche?"
|
4234 |
|
4235 |
+
#: core/form-fields-types.php:368 core/form-fields-types.php:610
|
4236 |
+
#: core/form-fields-types.php:743
|
4237 |
msgctxt "form-fields admin"
|
4238 |
msgid "Field list of options is required."
|
4239 |
msgstr "Liste des champs d'options est nécessaire."
|
4267 |
msgid "Apply \"the_content\" filter before displaying this field?"
|
4268 |
msgstr "Appliquer le filtre \"the_content \" avant d'afficher ce champ?"
|
4269 |
|
4270 |
+
#: core/form-fields-types.php:532
|
4271 |
msgctxt "form-fields api"
|
4272 |
msgid "Radio button"
|
4273 |
msgstr "Bouton radio"
|
4274 |
|
4275 |
+
#: core/form-fields-types.php:638
|
4276 |
msgctxt "form-fields api"
|
4277 |
msgid "Multiple select list"
|
4278 |
msgstr "Sélection multiple d'annonce"
|
4279 |
|
4280 |
+
#: core/form-fields-types.php:643
|
4281 |
msgctxt "form-fields api"
|
4282 |
msgid "Multiselect List"
|
4283 |
msgstr "Multisélection d'annonce"
|
4284 |
|
4285 |
+
#: core/form-fields-types.php:659
|
4286 |
msgctxt "form-fields api"
|
4287 |
msgid "Checkbox"
|
4288 |
msgstr "Case à cocher"
|
4289 |
|
4290 |
+
#: core/form-fields-types.php:817
|
4291 |
msgctxt "form-fields api"
|
4292 |
msgid "Social Site (Twitter handle)"
|
4293 |
msgstr "Réseaux sociaux (Page twitter)"
|
4294 |
|
4295 |
+
#: core/form-fields-types.php:866
|
4296 |
msgctxt "form-fields api"
|
4297 |
msgid "Social Site (Facebook page)"
|
4298 |
msgstr "Réseaux sociaux (Page Facebook)"
|
4299 |
|
4300 |
+
#: core/form-fields-types.php:914
|
4301 |
msgctxt "form-fields api"
|
4302 |
msgid "Social Site (LinkedIn profile)"
|
4303 |
msgstr "Réseaux sociaux (Profile LinkedIn)"
|
4304 |
|
4305 |
+
#: core/form-fields-types.php:959
|
4306 |
msgctxt "form-fields api"
|
4307 |
msgid "Image (file upload)"
|
4308 |
msgstr "Image (fichier uploadé)"
|
4309 |
|
4310 |
+
#: core/form-fields-types.php:991
|
4311 |
msgctxt "form-fields-api"
|
4312 |
msgid "Remove"
|
4313 |
msgstr "Supprimer"
|
4314 |
|
4315 |
+
#: core/form-fields-types.php:1071
|
4316 |
#, fuzzy
|
4317 |
msgctxt "form-fields api"
|
4318 |
msgid "Date Field"
|
4319 |
msgstr "Mettre à jour le champ"
|
4320 |
|
4321 |
+
#: core/form-fields-types.php:1094
|
4322 |
msgid "%s (ex. %s)"
|
4323 |
msgstr ""
|
4324 |
|
4325 |
+
#: core/form-fields-types.php:1098
|
4326 |
#, fuzzy
|
4327 |
msgctxt "form-fields api"
|
4328 |
msgid "Date Format"
|
4493 |
msgid "Transaction Key is missing."
|
4494 |
msgstr "La clé de transaction est manquante"
|
4495 |
|
4496 |
+
#: core/gateways-authorize-net.php:124
|
4497 |
msgctxt "authorize-net"
|
4498 |
msgid ""
|
4499 |
"The payment gateway didn't accept your credit card or billing information. "
|
4502 |
"Le support de paiement n'a pas accepté votre carte de crédit ou vos "
|
4503 |
"informations de facturation. La raison est la suivante: \"%s \"."
|
4504 |
|
4505 |
+
#: core/gateways-authorize-net.php:128
|
4506 |
msgctxt "authorize-net"
|
4507 |
msgid ""
|
4508 |
"Your payment is being held for review by the payment gateway. The following "
|
4511 |
"Votre paiement est en attente et examiné par le support de paiement. La "
|
4512 |
"raison est la suivante: \"%s \"."
|
4513 |
|
4514 |
+
#: core/gateways-authorize-net.php:131
|
4515 |
msgctxt "authorize-net"
|
4516 |
msgid "Payment was rejected. The following reason was given: \"%s\"."
|
4517 |
msgstr "Votre paiement a été rejetée. La raison est la suivante: \"%s \"."
|
4518 |
|
4519 |
+
#: core/gateways-authorize-net.php:182
|
4520 |
msgctxt "authorize-net"
|
4521 |
msgid "Could not process payment."
|
4522 |
msgstr "Impossible de procéder au paiement."
|
5704 |
msgid "Address Line 2:"
|
5705 |
msgstr "adresse ligne 2:"
|
5706 |
|
5707 |
+
#: templates/billing-information-form.tpl.php:127
|
5708 |
+
msgctxt "checkout form"
|
5709 |
+
msgid "ZIP Code:"
|
5710 |
+
msgstr ""
|
5711 |
+
|
5712 |
+
#: templates/billing-information-form.tpl.php:137
|
5713 |
msgctxt "WPBDM"
|
5714 |
msgid "Cancel"
|
5715 |
msgstr "Annuler"
|
5716 |
|
5717 |
+
#: templates/billing-information-form.tpl.php:138
|
5718 |
msgctxt "WPBDM"
|
5719 |
msgid "Submit Payment"
|
5720 |
msgstr "Soumettre paiement"
|
5732 |
#: templates/businessdirectory-listings.tpl.php:39
|
5733 |
msgctxt "templates"
|
5734 |
msgid "Next »"
|
5735 |
+
msgstr "Suivant »"
|
5736 |
|
5737 |
#: templates/category.tpl.php:17
|
5738 |
msgctxt "templates"
|
5881 |
#: templates/listing-upgradetosticky.tpl.php:10
|
5882 |
msgctxt "templates"
|
5883 |
msgid "Upgrade listing to %s for %s."
|
5884 |
+
msgstr "Mettre à jour l'annonce de %s vers %s."
|
5885 |
|
5886 |
#: templates/manage-listings.tpl.php:6
|
5887 |
msgctxt "templates"
|
languages/WPBDM-pl_PL.mo
ADDED
Binary file
|
languages/WPBDM-pl_PL.po
ADDED
@@ -0,0 +1,6858 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Business Directory Plugin v3.6.5\n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
5 |
+
"POT-Creation-Date: 2015-01-06 02:44:52+00:00\n"
|
6 |
+
"PO-Revision-Date: 2015-06-17 22:19:00+0000\n"
|
7 |
+
"Last-Translator: HomeSupport <admin@homesupport.pl>\n"
|
8 |
+
"Language-Team: HomeSupport\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
13 |
+
"X-Generator: Poedit 1.8.1\n"
|
14 |
+
"X-Poedit-Language: \n"
|
15 |
+
"X-Poedit-Country: \n"
|
16 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
|
18 |
+
"X-Poedit-Basepath: \n"
|
19 |
+
"X-Poedit-Bookmarks: \n"
|
20 |
+
"X-Poedit-SearchPath-0: .\n"
|
21 |
+
"X-Textdomain-Support: yes"
|
22 |
+
|
23 |
+
#: admin/class-admin-listings.php:24
|
24 |
+
#@ WPBDM
|
25 |
+
msgid "Listing Information"
|
26 |
+
msgstr "Informacje o firmie"
|
27 |
+
|
28 |
+
#: admin/class-admin-listings.php:31
|
29 |
+
#@ WPBDM
|
30 |
+
msgctxt "admin"
|
31 |
+
msgid "Listing Fields / Images"
|
32 |
+
msgstr "Pola/Obrazy"
|
33 |
+
|
34 |
+
#: admin/class-admin-listings.php:42
|
35 |
+
#@ WPBDM
|
36 |
+
msgctxt "admin"
|
37 |
+
msgid "Categories"
|
38 |
+
msgstr "Kategorie"
|
39 |
+
|
40 |
+
#: admin/class-admin-listings.php:43
|
41 |
+
#@ WPBDM
|
42 |
+
msgid "Payment Status"
|
43 |
+
msgstr "Status płatności"
|
44 |
+
|
45 |
+
#: admin/class-admin-listings.php:44
|
46 |
+
#@ WPBDM
|
47 |
+
msgid "Featured (Sticky) Status"
|
48 |
+
msgstr "Status wyróżnienia (naklejka)"
|
49 |
+
|
50 |
+
#: admin/class-admin-listings.php:75
|
51 |
+
#@ WPBDM
|
52 |
+
msgctxt "admin"
|
53 |
+
msgid "(Listing expired in this category)"
|
54 |
+
msgstr "(Oferty wygasłe w tej kategorii)"
|
55 |
+
|
56 |
+
#: admin/class-admin-listings.php:93
|
57 |
+
#: admin/class-admin-listings.php:176
|
58 |
+
#@ WPBDM
|
59 |
+
msgid "Paid"
|
60 |
+
msgstr "Zapłacone"
|
61 |
+
|
62 |
+
#: admin/class-admin-listings.php:98
|
63 |
+
#@ WPBDM
|
64 |
+
msgid "Mark as"
|
65 |
+
msgstr "Oznaczone jako"
|
66 |
+
|
67 |
+
#: admin/class-admin-listings.php:107
|
68 |
+
#: admin/class-admin-listings.php:186
|
69 |
+
#@ WPBDM
|
70 |
+
msgid "Pending Upgrade"
|
71 |
+
msgstr "Oferty oczekujące na zatwierdzenie"
|
72 |
+
|
73 |
+
#: admin/class-admin-listings.php:115
|
74 |
+
#: admin/listing-metabox.php:68
|
75 |
+
#, php-format
|
76 |
+
#@ WPBDM
|
77 |
+
msgid "Upgrade to %s"
|
78 |
+
msgstr "Podnieś status do %s"
|
79 |
+
|
80 |
+
#: admin/class-admin-listings.php:122
|
81 |
+
#: admin/listing-metabox.php:75
|
82 |
+
#, php-format
|
83 |
+
#@ WPBDM
|
84 |
+
msgid "Downgrade to %s"
|
85 |
+
msgstr "Obniż status do %s"
|
86 |
+
|
87 |
+
#: admin/class-admin-listings.php:125
|
88 |
+
#: admin/class-admin-listings.php:295
|
89 |
+
#@ WPBDM
|
90 |
+
msgctxt "admin actions"
|
91 |
+
msgid "Upgrade to Featured"
|
92 |
+
msgstr "Podnieś status do \"Wyróżnione\""
|
93 |
+
|
94 |
+
#: admin/class-admin-listings.php:181
|
95 |
+
#@ WPBDM
|
96 |
+
msgid "Unpaid"
|
97 |
+
msgstr "Nie zapłacone"
|
98 |
+
|
99 |
+
#: admin/class-admin-listings.php:191
|
100 |
+
#@ WPBDM
|
101 |
+
msgctxt "admin"
|
102 |
+
msgid "Expired"
|
103 |
+
msgstr "Wygasłe"
|
104 |
+
|
105 |
+
#: admin/class-admin-listings.php:241
|
106 |
+
#@ WPBDM
|
107 |
+
msgctxt "admin actions"
|
108 |
+
msgid "Edit Listing"
|
109 |
+
msgstr "Edytuj Ofertę"
|
110 |
+
|
111 |
+
#: admin/class-admin-listings.php:244
|
112 |
+
#@ WPBDM
|
113 |
+
msgctxt "admin actions"
|
114 |
+
msgid "Delete Listing"
|
115 |
+
msgstr "Usuń Ofertę"
|
116 |
+
|
117 |
+
#: admin/class-admin-listings.php:293
|
118 |
+
#@ WPBDM
|
119 |
+
msgctxt "admin actions"
|
120 |
+
msgid "Publish Listing"
|
121 |
+
msgstr "Publikuj Ofertę"
|
122 |
+
|
123 |
+
#: admin/class-admin-listings.php:296
|
124 |
+
#@ WPBDM
|
125 |
+
msgctxt "admin actions"
|
126 |
+
msgid "Downgrade to Normal"
|
127 |
+
msgstr "Obniż status do \"normalna\""
|
128 |
+
|
129 |
+
#: admin/class-admin-listings.php:298
|
130 |
+
#@ WPBDM
|
131 |
+
msgctxt "admin actions"
|
132 |
+
msgid "Mark as Paid"
|
133 |
+
msgstr "Oznacz jako zapłacone"
|
134 |
+
|
135 |
+
#: admin/class-admin-listings.php:300
|
136 |
+
#@ WPBDM
|
137 |
+
msgctxt "admin actions"
|
138 |
+
msgid "Renew Listing"
|
139 |
+
msgstr "Odnów Ofertę"
|
140 |
+
|
141 |
+
#: admin/class-admin.php:119
|
142 |
+
#@ WPBDM
|
143 |
+
msgctxt "drip pointer"
|
144 |
+
msgid "Find out how to create a compelling, thriving business directory from scratch in this ridiculously actionable (and FREE) 5-part email course. Get a FREE premium module just for signing up."
|
145 |
+
msgstr "Dowiedz się, jak utworzyć, dobrze prosperujący Katalog Firm od podstaw w tym absurdalnie praktycznym (i darmowym), 5-częściowy kursie e-mailowym. Zdobądź darmowy moduł Premium tylko za zarejestrowanie się."
|
146 |
+
|
147 |
+
#: admin/class-admin.php:121
|
148 |
+
#@ WPBDM
|
149 |
+
msgctxt "drip pointer"
|
150 |
+
msgid "Email Address:"
|
151 |
+
msgstr "Adres e-mail:"
|
152 |
+
|
153 |
+
#: admin/class-admin.php:127
|
154 |
+
#@ WPBDM
|
155 |
+
msgctxt "drip pointer"
|
156 |
+
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
157 |
+
msgstr "Chcesz poznać tajemnice budowy niesamowitego katalogu firm?"
|
158 |
+
|
159 |
+
#: admin/class-admin.php:129
|
160 |
+
#@ WPBDM
|
161 |
+
msgctxt "drip pointer"
|
162 |
+
msgid "Yes, please!"
|
163 |
+
msgstr "Tak, proszę!"
|
164 |
+
|
165 |
+
#: admin/class-admin.php:131
|
166 |
+
#@ WPBDM
|
167 |
+
msgctxt "drip pointer"
|
168 |
+
msgid "No, thanks"
|
169 |
+
msgstr "Nie, dziękuję"
|
170 |
+
|
171 |
+
#: admin/class-admin.php:148
|
172 |
+
#@ WPBDM
|
173 |
+
msgctxt "admin"
|
174 |
+
msgid "Business Directory"
|
175 |
+
msgstr "Katalog Firm"
|
176 |
+
|
177 |
+
#: admin/class-admin.php:159
|
178 |
+
#@ WPBDM
|
179 |
+
msgctxt "admin"
|
180 |
+
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
181 |
+
msgstr "Wszystko ustawione. Odwiedź swój nowy <a>Katalog Firm</a>."
|
182 |
+
|
183 |
+
#: admin/class-admin.php:211
|
184 |
+
#@ WPBDM
|
185 |
+
msgctxt "admin menu"
|
186 |
+
msgid "Business Directory Admin"
|
187 |
+
msgstr "Katalog Firm Admin"
|
188 |
+
|
189 |
+
#: admin/class-admin.php:212
|
190 |
+
#@ WPBDM
|
191 |
+
msgctxt "admin menu"
|
192 |
+
msgid "Directory Admin"
|
193 |
+
msgstr "Katalog Admin"
|
194 |
+
|
195 |
+
#: admin/class-admin.php:218
|
196 |
+
#: admin/class-admin.php:219
|
197 |
+
#@ WPBDM
|
198 |
+
msgctxt "admin menu"
|
199 |
+
msgid "Add New Listing"
|
200 |
+
msgstr "Dodaj nową ofertę"
|
201 |
+
|
202 |
+
#: admin/class-admin.php:224
|
203 |
+
#: admin/class-admin.php:225
|
204 |
+
#@ WPBDM
|
205 |
+
msgctxt "admin menu"
|
206 |
+
msgid "Manage Options"
|
207 |
+
msgstr "Zarządzaj opcjami"
|
208 |
+
|
209 |
+
#: admin/class-admin.php:230
|
210 |
+
#: admin/class-admin.php:231
|
211 |
+
#@ WPBDM
|
212 |
+
msgctxt "admin menu"
|
213 |
+
msgid "Manage Fees"
|
214 |
+
msgstr "Zarządzaj abonamentami"
|
215 |
+
|
216 |
+
#: admin/class-admin.php:236
|
217 |
+
#: admin/class-admin.php:237
|
218 |
+
#@ WPBDM
|
219 |
+
msgctxt "admin menu"
|
220 |
+
msgid "Manage Form Fields"
|
221 |
+
msgstr "Zarządzaj polami formularzy"
|
222 |
+
|
223 |
+
#: admin/class-admin.php:257
|
224 |
+
#: admin/class-admin.php:258
|
225 |
+
#@ WPBDM
|
226 |
+
msgctxt "admin menu"
|
227 |
+
msgid "CSV Import"
|
228 |
+
msgstr "CSV Import"
|
229 |
+
|
230 |
+
#: admin/class-admin.php:263
|
231 |
+
#: admin/class-admin.php:264
|
232 |
+
#@ WPBDM
|
233 |
+
msgctxt "admin menu"
|
234 |
+
msgid "CSV Export"
|
235 |
+
msgstr "CSV Export"
|
236 |
+
|
237 |
+
#: admin/class-admin.php:269
|
238 |
+
#: admin/class-admin.php:270
|
239 |
+
#@ WPBDM
|
240 |
+
msgctxt "admin menu"
|
241 |
+
msgid "Debug"
|
242 |
+
msgstr "Debug"
|
243 |
+
|
244 |
+
#: admin/class-admin.php:279
|
245 |
+
#@ WPBDM
|
246 |
+
msgctxt "admin menu"
|
247 |
+
msgid "Main Menu"
|
248 |
+
msgstr "Główne menu"
|
249 |
+
|
250 |
+
#: admin/class-admin.php:290
|
251 |
+
#@ WPBDM
|
252 |
+
msgctxt "admin menu"
|
253 |
+
msgid "Uninstall Business Directory Plugin"
|
254 |
+
msgstr "Odinstaluj Katalog Firm"
|
255 |
+
|
256 |
+
#: admin/class-admin.php:291
|
257 |
+
#@ WPBDM
|
258 |
+
msgctxt "admin menu"
|
259 |
+
msgid "Uninstall"
|
260 |
+
msgstr "Odinstaluj "
|
261 |
+
|
262 |
+
#: admin/class-admin.php:480
|
263 |
+
#@ WPBDM
|
264 |
+
msgctxt "admin"
|
265 |
+
msgid "The listing has been published."
|
266 |
+
msgid_plural "The listings have been published."
|
267 |
+
msgstr[0] "Oferta została opublikowana."
|
268 |
+
msgstr[1] "Oferty zostały opublikowane."
|
269 |
+
msgstr[2] "Ofert zostało opublikowanych."
|
270 |
+
|
271 |
+
#: admin/class-admin.php:493
|
272 |
+
#@ WPBDM
|
273 |
+
msgctxt "admin"
|
274 |
+
msgid "The listing status has been set as paid."
|
275 |
+
msgid_plural "The listings status has been set as paid."
|
276 |
+
msgstr[0] "Zmieniono status oferty na zapłacono."
|
277 |
+
msgstr[1] "Zmieniono status ofert na zapłacono."
|
278 |
+
msgstr[2] "Zmieniono status ofert na zapłacono."
|
279 |
+
|
280 |
+
#: admin/class-admin.php:505
|
281 |
+
#@ WPBDM
|
282 |
+
msgctxt "admin"
|
283 |
+
msgid "The listing has been modified."
|
284 |
+
msgid_plural "The listings have been modified."
|
285 |
+
msgstr[0] "Oferta została zmodyfikowana."
|
286 |
+
msgstr[1] "Oferty zostały zmodyfikowane."
|
287 |
+
msgstr[2] "Ofert zostało zmodyfikowanych."
|
288 |
+
|
289 |
+
#: admin/class-admin.php:518
|
290 |
+
#@ WPBDM
|
291 |
+
msgctxt "admin"
|
292 |
+
msgid "The listing has been upgraded."
|
293 |
+
msgid_plural "The listings have been upgraded."
|
294 |
+
msgstr[0] "Podniesiono status oferty."
|
295 |
+
msgstr[1] "Podniesiono status ofert."
|
296 |
+
msgstr[2] "Podniesiono status ofert."
|
297 |
+
|
298 |
+
#: admin/class-admin.php:530
|
299 |
+
#@ WPBDM
|
300 |
+
msgctxt "admin"
|
301 |
+
msgid "The listing has been downgraded."
|
302 |
+
msgid_plural "The listings have been downgraded."
|
303 |
+
msgstr[0] "Obniżono status oferty."
|
304 |
+
msgstr[1] "Obniżono status ofert."
|
305 |
+
msgstr[2] "Obniżono status ofert."
|
306 |
+
|
307 |
+
#: admin/class-admin.php:542
|
308 |
+
#: admin/transactions.php:243
|
309 |
+
#@ WPBDM
|
310 |
+
msgctxt "admin"
|
311 |
+
msgid "The transaction has been approved."
|
312 |
+
msgstr "Transakcja została zatwierdzona."
|
313 |
+
|
314 |
+
#: admin/class-admin.php:550
|
315 |
+
#: admin/transactions.php:254
|
316 |
+
#@ WPBDM
|
317 |
+
msgctxt "admin"
|
318 |
+
msgid "The transaction has been rejected."
|
319 |
+
msgstr "Transakcja została odrzucona."
|
320 |
+
|
321 |
+
#: admin/class-admin.php:556
|
322 |
+
#@ WPBDM
|
323 |
+
msgctxt "admin"
|
324 |
+
msgid "The fee was successfully assigned."
|
325 |
+
msgstr "Abonament został przypisany do oferty."
|
326 |
+
|
327 |
+
#: admin/class-admin.php:565
|
328 |
+
#@ WPBDM
|
329 |
+
msgctxt "admin"
|
330 |
+
msgid "Listing was renewed."
|
331 |
+
msgid_plural "Listings were renewed."
|
332 |
+
msgstr[0] "Odnowiono ofertę."
|
333 |
+
msgstr[1] "Odnowiono oferty."
|
334 |
+
msgstr[2] "Odnowiono ofert."
|
335 |
+
|
336 |
+
#: admin/class-admin.php:572
|
337 |
+
#@ WPBDM
|
338 |
+
msgctxt "admin"
|
339 |
+
msgid "Renewal email sent."
|
340 |
+
msgstr "Wysłano e-mail potwierdzający odnowienie."
|
341 |
+
|
342 |
+
#: admin/class-admin.php:606
|
343 |
+
#@ WPBDM
|
344 |
+
msgctxt "admin category id"
|
345 |
+
msgid "ID"
|
346 |
+
msgstr "ID"
|
347 |
+
|
348 |
+
#: admin/class-admin.php:608
|
349 |
+
#: admin/class-admin.php:614
|
350 |
+
#@ WPBDM
|
351 |
+
msgctxt "admin"
|
352 |
+
msgid "Listing Count"
|
353 |
+
msgstr "Licznik ofert"
|
354 |
+
|
355 |
+
#: admin/class-admin.php:710
|
356 |
+
#, php-format
|
357 |
+
#@ WPBDM
|
358 |
+
msgctxt "admin"
|
359 |
+
msgid "<b>Business Directory Plugin</b> requires fields with the following associations in order to work correctly: <b>%s</b>."
|
360 |
+
msgstr "<b>Katalog Firm</b>aby pracować poprawnie, potrzebuje właściwych danych w tym polu: <b>%s</b>."
|
361 |
+
|
362 |
+
#: admin/class-admin.php:712
|
363 |
+
#, php-format
|
364 |
+
#@ WPBDM
|
365 |
+
msgctxt "admin"
|
366 |
+
msgid "<b>Business Directory Plugin</b> requires a field with a <b>%s</b> association in order to work correctly."
|
367 |
+
msgstr "<b>Katalog Firm</b>potrzebuje pola z <b>%s</b> aby pracować poprawnie."
|
368 |
+
|
369 |
+
#: admin/class-admin.php:716
|
370 |
+
#@ WPBDM
|
371 |
+
msgctxt "admin"
|
372 |
+
msgid "You can create these custom fields by yourself inside \"Manage Form Fields\" or let Business Directory do this for you automatically."
|
373 |
+
msgstr "Możesz tworzyć te niestandardowe pola samemu w \"Zarządzanie polami formularza\" albo niech katalog firm zrobi to dla ciebie automatycznie."
|
374 |
+
|
375 |
+
#: admin/class-admin.php:720
|
376 |
+
#@ WPBDM
|
377 |
+
msgctxt "admin"
|
378 |
+
msgid "Go to \"Manage Form Fields\""
|
379 |
+
msgstr "Przejdź do \"Zarządzanie polami formularza\""
|
380 |
+
|
381 |
+
#: admin/class-admin.php:723
|
382 |
+
#@ WPBDM
|
383 |
+
msgctxt "admin"
|
384 |
+
msgid "Create these required fields for me"
|
385 |
+
msgstr "Stwórz te wymagane pola dla mnie"
|
386 |
+
|
387 |
+
#: admin/class-admin.php:732
|
388 |
+
#@ WPBDM
|
389 |
+
msgctxt "admin"
|
390 |
+
msgid "<b>Business Directory Plugin</b> requires a page with the <tt>[businessdirectory]</tt> shortcode to function properly."
|
391 |
+
msgstr "<b>Katalog Firm</b> wymaga chociaż jednej strony z krótkim kodem <tt>[businessdirectory]</tt> aby działać prawidłowo."
|
392 |
+
|
393 |
+
#: admin/class-admin.php:734
|
394 |
+
#@ WPBDM
|
395 |
+
msgctxt "admin"
|
396 |
+
msgid "You can create this page by yourself or let Business Directory do this for you automatically."
|
397 |
+
msgstr "Możesz utworzyć tę stronę sam, albo niech katalog firm zrobi to automatycznie."
|
398 |
+
|
399 |
+
#: admin/class-admin.php:738
|
400 |
+
#@ WPBDM
|
401 |
+
msgctxt "admin"
|
402 |
+
msgid "Create required pages for me"
|
403 |
+
msgstr "Stwórz wymagane pola dla mnie"
|
404 |
+
|
405 |
+
#: admin/class-admin.php:768
|
406 |
+
#, php-format
|
407 |
+
#@ WPBDM
|
408 |
+
msgctxt "admin compat"
|
409 |
+
msgid "Installed: %s"
|
410 |
+
msgstr "zainstalowane: %s"
|
411 |
+
|
412 |
+
#: admin/class-admin.php:768
|
413 |
+
#@ WPBDM
|
414 |
+
msgctxt "admin compat"
|
415 |
+
msgid "N/A"
|
416 |
+
msgstr "N/A"
|
417 |
+
|
418 |
+
#: admin/class-admin.php:771
|
419 |
+
#, php-format
|
420 |
+
#@ WPBDM
|
421 |
+
msgctxt "admin compat"
|
422 |
+
msgid "Required: %s"
|
423 |
+
msgstr "Wymagane: %s"
|
424 |
+
|
425 |
+
#: admin/class-admin.php:784
|
426 |
+
#@ WPBDM
|
427 |
+
msgctxt "admin compat"
|
428 |
+
msgid "Business Directory has detected some incompatible premium module versions installed."
|
429 |
+
msgstr "Katalog Firm wykrył pewne niezgodne zainstalowane wersje modułów Premium."
|
430 |
+
|
431 |
+
#: admin/class-admin.php:786
|
432 |
+
#@ WPBDM
|
433 |
+
msgctxt "admin compat"
|
434 |
+
msgid "Please upgrade to the required versions indicated below to make sure everything functions properly."
|
435 |
+
msgstr "Prosimy zaktualizować do wymaganych wersji jak wskazano poniżej, aby upewnić się, że wszystko będzie funkcjonować prawidłowo."
|
436 |
+
|
437 |
+
#: admin/class-admin.php:801
|
438 |
+
#@ WPBDM
|
439 |
+
msgctxt "admin"
|
440 |
+
msgid "We noticed you want your Business Directory users to register before posting listings, but Registration for your site is currently disabled. Go [here] and check \"Anyone can register\" to make sure BD works properly."
|
441 |
+
msgstr "Zauważyliśmy, że chcesz, aby użytkownicy katalogu firm się zarejestrowali zanim złożą ofertę , ale Rejestracja witryny jest obecnie wyłączona. Przejdź [tutaj] i zaznacz \"Każdy może się zarejestrować\", aby upewnić się, że katalog firm będzie działał poprawnie."
|
442 |
+
|
443 |
+
#: admin/class-listing-fields-metabox.php:21
|
444 |
+
#@ WPBDM
|
445 |
+
msgctxt "admin"
|
446 |
+
msgid "Listing Fields"
|
447 |
+
msgstr "Pola ofert"
|
448 |
+
|
449 |
+
#: admin/class-listing-fields-metabox.php:40
|
450 |
+
#: templates/submit-listing/images.tpl.php:12
|
451 |
+
#@ WPBDM
|
452 |
+
msgctxt "templates"
|
453 |
+
msgid "Current Images"
|
454 |
+
msgstr "Aktualne obrazy"
|
455 |
+
|
456 |
+
#: admin/class-listing-fields-metabox.php:41
|
457 |
+
#@ WPBDM
|
458 |
+
msgctxt "templates"
|
459 |
+
msgid "There are no images currently attached to the listing."
|
460 |
+
msgstr "Obecnie nie ma żadnych obrazków dołączonych do tej oferty."
|
461 |
+
|
462 |
+
#: admin/csv-export.php:136
|
463 |
+
#@ WPBDM
|
464 |
+
msgctxt "admin csv-export"
|
465 |
+
msgid "Could not create a temporary directory for handling this CSV export."
|
466 |
+
msgstr "Nie można utworzyć katalogu tymczasowego dla obsługi tego eksportu CSV."
|
467 |
+
|
468 |
+
#: admin/csv-export.php:138
|
469 |
+
#@ WPBDM
|
470 |
+
msgctxt "admin csv-export"
|
471 |
+
msgid "Could not create wpbdp-csv-exports directory."
|
472 |
+
msgstr "Nie można utworzyć katalogu wpbdp-csv-eksport."
|
473 |
+
|
474 |
+
#: admin/csv-export.php:143
|
475 |
+
#, php-format
|
476 |
+
#@ WPBDM
|
477 |
+
msgctxt "admin csv-export"
|
478 |
+
msgid "Error while creating a temporary directory for CSV export: %s"
|
479 |
+
msgstr "Błąd podczas tworzenia katalogu tymczasowego dla eksportu CSV: %s"
|
480 |
+
|
481 |
+
#: admin/csv-import.php:95
|
482 |
+
#, php-format
|
483 |
+
#@ WPBDM
|
484 |
+
msgctxt "admin csv-import"
|
485 |
+
msgid "Business %s"
|
486 |
+
msgstr "Firmy %s"
|
487 |
+
|
488 |
+
#: admin/csv-import.php:133
|
489 |
+
#@ WPBDM
|
490 |
+
msgctxt "admin csv-import"
|
491 |
+
msgid "Whatever"
|
492 |
+
msgstr "Cokolwiek"
|
493 |
+
|
494 |
+
#: admin/csv-import.php:137
|
495 |
+
#@ WPBDM
|
496 |
+
msgctxt "admin csv-import"
|
497 |
+
msgid "Example CSV Import File"
|
498 |
+
msgstr "Przykład importowanego pliku CSV"
|
499 |
+
|
500 |
+
#: admin/csv-import.php:138
|
501 |
+
#@ WPBDM
|
502 |
+
msgctxt "admin csv-import"
|
503 |
+
msgid "← Return to \"CSV Import\""
|
504 |
+
msgstr "← Powrót do \"CSV Import\""
|
505 |
+
|
506 |
+
#: admin/csv-import.php:241
|
507 |
+
#, php-format
|
508 |
+
#@ csv import
|
509 |
+
msgid "A valid temporary directory with write permissions is required for CSV imports to function properly. Your server is using \"%s\" but this path does not seem to be writable. Please consult with your host."
|
510 |
+
msgstr "Wymagany jest katalog tymczasowy z uprawnieniami do zapisu, aby import CSV funkcjonował poprawnie. Serwer używa \"%s\" , ale ta ścieżka wydaje się nie mieć prawa zapisu. Proszę skontaktować się z hostem."
|
511 |
+
|
512 |
+
#: admin/csv-import.php:275
|
513 |
+
#@ WPBDM
|
514 |
+
msgctxt "admin csv-import"
|
515 |
+
msgid "There was an error uploading the CSV file."
|
516 |
+
msgstr "Błąd podczas przesyłania pliku CSV."
|
517 |
+
|
518 |
+
#: admin/templates/csv-import-progress.tpl.php:66
|
519 |
+
#@ WPBDM
|
520 |
+
msgctxt "admin csv-import"
|
521 |
+
msgid "Import was completed but some rows were rejected."
|
522 |
+
msgstr "Import został zakończony, ale niektóre wiersze zostały odrzucone."
|
523 |
+
|
524 |
+
#: admin/templates/csv-import-progress.tpl.php:62
|
525 |
+
#@ WPBDM
|
526 |
+
msgctxt "admin csv-import"
|
527 |
+
msgid "Import was completed successfully."
|
528 |
+
msgstr "Import zakończony pełnym sukcesem."
|
529 |
+
|
530 |
+
#: admin/templates/csv-import-progress.tpl.php:69
|
531 |
+
#@ WPBDM
|
532 |
+
msgctxt "admin csv-import"
|
533 |
+
msgid "Import Summary"
|
534 |
+
msgstr "Podsumowanie Importu"
|
535 |
+
|
536 |
+
#: admin/templates/csv-import-progress.tpl.php:77
|
537 |
+
#@ WPBDM
|
538 |
+
msgctxt "admin csv-import"
|
539 |
+
msgid "Rejected rows:"
|
540 |
+
msgstr "Odrzucone wiersze :"
|
541 |
+
|
542 |
+
#: admin/templates/csv-import-progress.tpl.php:85
|
543 |
+
#@ WPBDM
|
544 |
+
msgctxt "admin csv-import"
|
545 |
+
msgid "Line #"
|
546 |
+
msgstr "Liczba Lini"
|
547 |
+
|
548 |
+
#: admin/templates/csv-import-progress.tpl.php:86
|
549 |
+
#@ WPBDM
|
550 |
+
msgctxt "admin csv-import"
|
551 |
+
msgid "Line"
|
552 |
+
msgstr "Linia"
|
553 |
+
|
554 |
+
#: admin/templates/csv-import-progress.tpl.php:87
|
555 |
+
#@ WPBDM
|
556 |
+
msgctxt "admin csv-import"
|
557 |
+
msgid "Warning"
|
558 |
+
msgstr "Ostrzeżenie"
|
559 |
+
|
560 |
+
#: core/class-csv-import.php:503
|
561 |
+
#, php-format
|
562 |
+
#@ WPBDM
|
563 |
+
msgctxt "admin csv-import"
|
564 |
+
msgid "Username \"%s\" does not exist"
|
565 |
+
msgstr "Użytkownik \"%s\" nie istnieje"
|
566 |
+
|
567 |
+
#: core/class-csv-import.php:535
|
568 |
+
#, php-format
|
569 |
+
#@ WPBDM
|
570 |
+
msgctxt "admin csv-import"
|
571 |
+
msgid "Missing required field: %s"
|
572 |
+
msgstr "Brak wymaganego pola: %s"
|
573 |
+
|
574 |
+
#: core/class-csv-import.php:361
|
575 |
+
#, php-format
|
576 |
+
#@ WPBDM
|
577 |
+
msgctxt "admin csv-import"
|
578 |
+
msgid "Could not create listing category \"%s\""
|
579 |
+
msgstr "Nie można utworzyć kategorii ofert \"%s\""
|
580 |
+
|
581 |
+
#: core/class-csv-import.php:555
|
582 |
+
#, php-format
|
583 |
+
#@ WPBDM
|
584 |
+
msgctxt "admin csv-import"
|
585 |
+
msgid "Listing category \"%s\" does not exist"
|
586 |
+
msgstr "Kategoria \"%s\" nie istnieje"
|
587 |
+
|
588 |
+
#: admin/fees.php:9
|
589 |
+
#@ WPBDM
|
590 |
+
msgctxt "fees admin"
|
591 |
+
msgid "fee"
|
592 |
+
msgstr "Abonament"
|
593 |
+
|
594 |
+
#: admin/fees.php:10
|
595 |
+
#@ WPBDM
|
596 |
+
msgctxt "fees admin"
|
597 |
+
msgid "fees"
|
598 |
+
msgstr "Abonamenty"
|
599 |
+
|
600 |
+
#: admin/fees.php:16
|
601 |
+
#@ WPBDM
|
602 |
+
msgctxt "fees admin"
|
603 |
+
msgid "You do not have any listing fees setup yet."
|
604 |
+
msgstr "Nie masz jeszcze ustawionych abonamentów."
|
605 |
+
|
606 |
+
#: admin/fees.php:22
|
607 |
+
#@ WPBDM
|
608 |
+
msgctxt "fees admin"
|
609 |
+
msgid "Label"
|
610 |
+
msgstr "Etykieta"
|
611 |
+
|
612 |
+
#: admin/fees.php:23
|
613 |
+
#@ WPBDM
|
614 |
+
msgctxt "fees admin"
|
615 |
+
msgid "Amount"
|
616 |
+
msgstr "Kwota"
|
617 |
+
|
618 |
+
#: admin/fees.php:24
|
619 |
+
#@ WPBDM
|
620 |
+
msgctxt "fees admin"
|
621 |
+
msgid "Duration"
|
622 |
+
msgstr "Czas trwania"
|
623 |
+
|
624 |
+
#: admin/fees.php:25
|
625 |
+
#@ WPBDM
|
626 |
+
msgctxt "fees admin"
|
627 |
+
msgid "Images"
|
628 |
+
msgstr "Obrazy"
|
629 |
+
|
630 |
+
#: admin/fees.php:26
|
631 |
+
#@ WPBDM
|
632 |
+
msgctxt "fees admin"
|
633 |
+
msgid "Applied To"
|
634 |
+
msgstr "Stosowane do"
|
635 |
+
|
636 |
+
#: admin/fees.php:50
|
637 |
+
#@ WPBDM
|
638 |
+
msgctxt "fees admin"
|
639 |
+
msgid "Edit"
|
640 |
+
msgstr "Edytuj"
|
641 |
+
|
642 |
+
#: admin/fees.php:53
|
643 |
+
#@ WPBDM
|
644 |
+
msgctxt "fees admin"
|
645 |
+
msgid "Delete"
|
646 |
+
msgstr "Usuń"
|
647 |
+
|
648 |
+
#: admin/fees.php:73
|
649 |
+
#@ WPBDM
|
650 |
+
msgctxt "fees admin"
|
651 |
+
msgid "Forever"
|
652 |
+
msgstr "Na zawsze"
|
653 |
+
|
654 |
+
#: admin/fees.php:74
|
655 |
+
#, php-format
|
656 |
+
#@ WPBDM
|
657 |
+
msgctxt "fees admin"
|
658 |
+
msgid "%d day"
|
659 |
+
msgid_plural "%d days"
|
660 |
+
msgstr[0] "%d dzień"
|
661 |
+
msgstr[1] "%d dni"
|
662 |
+
msgstr[2] "%d dni"
|
663 |
+
|
664 |
+
#: admin/fees.php:78
|
665 |
+
#, php-format
|
666 |
+
#@ WPBDM
|
667 |
+
msgctxt "fees admin"
|
668 |
+
msgid "%d image"
|
669 |
+
msgid_plural "%d images"
|
670 |
+
msgstr[0] "%d obraz"
|
671 |
+
msgstr[1] "%d obrazy"
|
672 |
+
msgstr[2] "%d obrazów"
|
673 |
+
|
674 |
+
#: admin/fees.php:83
|
675 |
+
#@ WPBDM
|
676 |
+
msgctxt "fees admin"
|
677 |
+
msgid "All categories"
|
678 |
+
msgstr "Wszystkie Kategorie"
|
679 |
+
|
680 |
+
#: admin/fees.php:135
|
681 |
+
#@ WPBDM
|
682 |
+
msgctxt "fees order"
|
683 |
+
msgid "Label"
|
684 |
+
msgstr "Etykieta"
|
685 |
+
|
686 |
+
#: admin/fees.php:136
|
687 |
+
#@ WPBDM
|
688 |
+
msgctxt "fees order"
|
689 |
+
msgid "Amount"
|
690 |
+
msgstr "Kwota"
|
691 |
+
|
692 |
+
#: admin/fees.php:137
|
693 |
+
#@ WPBDM
|
694 |
+
msgctxt "fees order"
|
695 |
+
msgid "Duration"
|
696 |
+
msgstr "Czas trwania"
|
697 |
+
|
698 |
+
#: admin/fees.php:138
|
699 |
+
#@ WPBDM
|
700 |
+
msgctxt "fees order"
|
701 |
+
msgid "Images"
|
702 |
+
msgstr "Obrazy"
|
703 |
+
|
704 |
+
#: admin/fees.php:139
|
705 |
+
#@ WPBDM
|
706 |
+
msgctxt "fees order"
|
707 |
+
msgid "Custom Order"
|
708 |
+
msgstr "Niestandardowe sortowanie"
|
709 |
+
|
710 |
+
#: admin/fees.php:153
|
711 |
+
#@ WPBDM
|
712 |
+
msgctxt "fees admin"
|
713 |
+
msgid "Fee updated."
|
714 |
+
msgstr "Abonament zaktualizowany"
|
715 |
+
|
716 |
+
#: admin/fees.php:179
|
717 |
+
#@ WPBDM
|
718 |
+
msgctxt "fees admin"
|
719 |
+
msgid "Fee deleted."
|
720 |
+
msgstr "Abonament usunięty "
|
721 |
+
|
722 |
+
#: admin/form-fields.php:9
|
723 |
+
#@ WPBDM
|
724 |
+
msgctxt "form-fields admin"
|
725 |
+
msgid "form field"
|
726 |
+
msgstr "Pole formularza"
|
727 |
+
|
728 |
+
#: admin/form-fields.php:10
|
729 |
+
#@ WPBDM
|
730 |
+
msgctxt "form-fields admin"
|
731 |
+
msgid "form fields"
|
732 |
+
msgstr "Pola formularza"
|
733 |
+
|
734 |
+
#: admin/form-fields.php:17
|
735 |
+
#@ WPBDM
|
736 |
+
msgctxt "form-fields admin"
|
737 |
+
msgid "Order"
|
738 |
+
msgstr "Sortowanie"
|
739 |
+
|
740 |
+
#: admin/form-fields.php:18
|
741 |
+
#@ WPBDM
|
742 |
+
msgctxt "form-fields admin"
|
743 |
+
msgid "Label / Association"
|
744 |
+
msgstr "Etykieta/Przypisanie"
|
745 |
+
|
746 |
+
#: admin/form-fields.php:19
|
747 |
+
#@ WPBDM
|
748 |
+
msgctxt "form-fields admin"
|
749 |
+
msgid "Type"
|
750 |
+
msgstr "Rodzaj"
|
751 |
+
|
752 |
+
#: admin/form-fields.php:20
|
753 |
+
#@ WPBDM
|
754 |
+
msgctxt "form-fields admin"
|
755 |
+
msgid "Validator"
|
756 |
+
msgstr "Weryfikator"
|
757 |
+
|
758 |
+
#: admin/form-fields.php:21
|
759 |
+
#@ WPBDM
|
760 |
+
msgctxt "form-fields admin"
|
761 |
+
msgid "Field Attributes"
|
762 |
+
msgstr "Atrybuty pola"
|
763 |
+
|
764 |
+
#: admin/form-fields.php:45
|
765 |
+
#@ WPBDM
|
766 |
+
msgctxt "form-fields admin"
|
767 |
+
msgid "Edit"
|
768 |
+
msgstr "Edytuj"
|
769 |
+
|
770 |
+
#: admin/form-fields.php:50
|
771 |
+
#@ WPBDM
|
772 |
+
msgctxt "form-fields admin"
|
773 |
+
msgid "Delete"
|
774 |
+
msgstr "Usuń"
|
775 |
+
|
776 |
+
#: admin/form-fields.php:76
|
777 |
+
#@ WPBDM
|
778 |
+
msgctxt "form-fields admin"
|
779 |
+
msgid "Required"
|
780 |
+
msgstr "Wymagane"
|
781 |
+
|
782 |
+
#: admin/form-fields.php:76
|
783 |
+
#@ WPBDM
|
784 |
+
msgctxt "form-fields admin"
|
785 |
+
msgid "Optional"
|
786 |
+
msgstr "Opcjonalnie"
|
787 |
+
|
788 |
+
#: admin/form-fields.php:80
|
789 |
+
#@ WPBDM
|
790 |
+
msgctxt "form-fields admin"
|
791 |
+
msgid "This field value is shown in the excerpt view of a listing."
|
792 |
+
msgstr "Wartość pola jest pokazana w widoku wyciągu z oferty."
|
793 |
+
|
794 |
+
#: admin/form-fields.php:81
|
795 |
+
#@ WPBDM
|
796 |
+
msgctxt "form-fields admin"
|
797 |
+
msgid "In Excerpt"
|
798 |
+
msgstr "W wyciągu z oferty"
|
799 |
+
|
800 |
+
#: admin/form-fields.php:86
|
801 |
+
#@ WPBDM
|
802 |
+
msgctxt "form-fields admin"
|
803 |
+
msgid "This field value is shown in the single view of a listing."
|
804 |
+
msgstr "Wartość pola jest pokazana w widoku pojedynczej oferty."
|
805 |
+
|
806 |
+
#: admin/form-fields.php:87
|
807 |
+
#@ WPBDM
|
808 |
+
msgctxt "form-fields admin"
|
809 |
+
msgid "In Listing"
|
810 |
+
msgstr "W ofertach"
|
811 |
+
|
812 |
+
#: admin/form-fields.php:171
|
813 |
+
#@ WPBDM
|
814 |
+
msgctxt "formfields-preview"
|
815 |
+
msgid "This is a preview of the form as it will appear during \"Submit a Listing\". The users may not see all fields from \"Manage Form Fields\" because you have \"Featured Levels\" active and this is showing the base level."
|
816 |
+
msgstr "To jest podgląd formularza, który będzie widoczny w czasie korzystania z funkcji \"Dodaj Firmę\". Użytkownicy nie mogą zobaczyć wszystkich pól z sekcji \"Zarządzaj polami formularza\" dlatego, że \"Poziomy wyróżnień\" są aktywne, a ten formularz pokazuje poziom podstawowy."
|
817 |
+
|
818 |
+
#: admin/form-fields.php:177
|
819 |
+
#@ WPBDM
|
820 |
+
msgctxt "form-fields admin"
|
821 |
+
msgid "Form Preview"
|
822 |
+
msgstr "Podgląd formularza"
|
823 |
+
|
824 |
+
#: admin/form-fields.php:178
|
825 |
+
#@ WPBDM
|
826 |
+
msgctxt "form-fields admin"
|
827 |
+
msgid "← Return to \"Manage Form Fields\""
|
828 |
+
msgstr "← wróć do \"Zarządzanie polami formularza\""
|
829 |
+
|
830 |
+
#: admin/form-fields.php:209
|
831 |
+
#@ WPBDM
|
832 |
+
msgctxt "form-fields admin"
|
833 |
+
msgid "Form fields updated."
|
834 |
+
msgstr "Pola formularza zaktualizowane."
|
835 |
+
|
836 |
+
#: admin/form-fields.php:249
|
837 |
+
#@ WPBDM
|
838 |
+
msgctxt "form-fields admin"
|
839 |
+
msgid "Field deleted."
|
840 |
+
msgstr "Pole usunięte."
|
841 |
+
|
842 |
+
#: admin/form-fields.php:265
|
843 |
+
#@ WPBDM
|
844 |
+
msgctxt "form-fields admin"
|
845 |
+
msgid "Required fields created successfully."
|
846 |
+
msgstr "Pola wymagane zostały pomyślnie utworzone."
|
847 |
+
|
848 |
+
#: admin/listing-metabox.php:11
|
849 |
+
#@ WPBDM
|
850 |
+
msgctxt "admin"
|
851 |
+
msgid "General"
|
852 |
+
msgstr "Główne"
|
853 |
+
|
854 |
+
#: admin/listing-metabox.php:12
|
855 |
+
#@ WPBDM
|
856 |
+
msgctxt "admin"
|
857 |
+
msgid "Fee Details"
|
858 |
+
msgstr "Szczegóły abonamentu"
|
859 |
+
|
860 |
+
#: admin/listing-metabox.php:13
|
861 |
+
#@ WPBDM
|
862 |
+
msgctxt "admin"
|
863 |
+
msgid "Transactions"
|
864 |
+
msgstr "Transakcje"
|
865 |
+
|
866 |
+
#: admin/listing-metabox.php:42
|
867 |
+
#@ WPBDM
|
868 |
+
msgctxt "admin infometabox"
|
869 |
+
msgid "General Info"
|
870 |
+
msgstr "Główne informacje"
|
871 |
+
|
872 |
+
#: admin/listing-metabox.php:44
|
873 |
+
#@ WPBDM
|
874 |
+
msgctxt "admin infometabox"
|
875 |
+
msgid "Total Listing Cost"
|
876 |
+
msgstr "Całkowity koszt oferty"
|
877 |
+
|
878 |
+
#: admin/listing-metabox.php:46
|
879 |
+
#@ WPBDM
|
880 |
+
msgctxt "admin infometabox"
|
881 |
+
msgid "Payment Status"
|
882 |
+
msgstr "Status płatności"
|
883 |
+
|
884 |
+
#: admin/listing-metabox.php:50
|
885 |
+
#@ WPBDM
|
886 |
+
msgctxt "admin infometabox"
|
887 |
+
msgid "Featured (Sticky) Status"
|
888 |
+
msgstr "Status wyróżnienia (naklejka)"
|
889 |
+
|
890 |
+
#: admin/listing-metabox.php:58
|
891 |
+
#@ WPBDM
|
892 |
+
msgctxt "admin metabox"
|
893 |
+
msgid "Pending Upgrade"
|
894 |
+
msgstr "Oczekujące na zmianę statusu"
|
895 |
+
|
896 |
+
#: admin/listing-metabox.php:81
|
897 |
+
#@ WPBDM
|
898 |
+
msgctxt "admin infometabox"
|
899 |
+
msgid "CSV Import Sequence ID"
|
900 |
+
msgstr "ID sekwencji importu CSV"
|
901 |
+
|
902 |
+
#: admin/listing-metabox.php:92
|
903 |
+
#@ WPBDM
|
904 |
+
msgctxt "admin infometabox"
|
905 |
+
msgid "Mark listing as Paid"
|
906 |
+
msgstr "Oznacz ofertę jako opłaconą"
|
907 |
+
|
908 |
+
#: admin/page-debug.php:15
|
909 |
+
#@ WPBDM
|
910 |
+
msgctxt "debug-info"
|
911 |
+
msgid "BD Info"
|
912 |
+
msgstr "Katalog Firm Informacje"
|
913 |
+
|
914 |
+
#: admin/page-debug.php:28
|
915 |
+
#@ WPBDM
|
916 |
+
msgctxt "debug-info"
|
917 |
+
msgid "OK"
|
918 |
+
msgstr "Wszystko w porządku"
|
919 |
+
|
920 |
+
#: admin/page-debug.php:36
|
921 |
+
#@ WPBDM
|
922 |
+
msgctxt "debug-info"
|
923 |
+
msgid "BD Options"
|
924 |
+
msgstr "Katalog Firm Opcje"
|
925 |
+
|
926 |
+
#: admin/page-debug.php:49
|
927 |
+
#@ WPBDM
|
928 |
+
msgctxt "debug-info"
|
929 |
+
msgid "Environment"
|
930 |
+
msgstr "Środowisko"
|
931 |
+
|
932 |
+
#: admin/templates/csv-export.tpl.php:9
|
933 |
+
#@ WPBDM
|
934 |
+
msgctxt "admin csv-export"
|
935 |
+
msgid "An unknown error occurred during the export. Please make sure you have enough free disk space and memory available to PHP. Check your error logs for details."
|
936 |
+
msgstr "Wystąpił nieznany błąd podczas eksportu. Upewnij się, że masz wystarczająco dużo wolnego miejsca na dysku i pamięci dostępnej dla PHP. Sprawdź logi błędów aby uzyskać szczegółowe informacje."
|
937 |
+
|
938 |
+
#: admin/templates/csv-export.tpl.php:18
|
939 |
+
#@ WPBDM
|
940 |
+
msgctxt "admin csv-export"
|
941 |
+
msgid "Please note that the export process is a resource intensive task. If your export does not succeed try disabling other plugins first and/or increasing the values of the 'memory_limit' and 'max_execution_time' directives in your server's php.ini configuration file."
|
942 |
+
msgstr "Należy pamiętać, że proces eksportu wykonuje znaczną ilość zadań. Jeśli eksport się nie uda, spróbuj najpierw wyłączyć inne wtyczki i / lub zwiększyć wartości dla \"memory_limit\" i dyrektyw \"max_execution_time\" w pliku konfiguracyjnym php.ini Twojego serwera."
|
943 |
+
|
944 |
+
#: admin/templates/csv-export.tpl.php:30
|
945 |
+
#@ WPBDM
|
946 |
+
msgctxt "admin csv-export"
|
947 |
+
msgid "Export Configuration"
|
948 |
+
msgstr "Konfiguracja eksportu"
|
949 |
+
|
950 |
+
#: admin/templates/csv-export.tpl.php:33
|
951 |
+
#@ WPBDM
|
952 |
+
msgctxt "admin csv-export"
|
953 |
+
msgid "Export settings"
|
954 |
+
msgstr "Ustawienia eksportu"
|
955 |
+
|
956 |
+
#: admin/templates/csv-export.tpl.php:37
|
957 |
+
#@ WPBDM
|
958 |
+
msgctxt "admin csv-export"
|
959 |
+
msgid "Which listings to export?"
|
960 |
+
msgstr "Które oferty chcesz wyeksportować?"
|
961 |
+
|
962 |
+
#: admin/templates/csv-export.tpl.php:41
|
963 |
+
#@ WPBDM
|
964 |
+
msgctxt "admin csv-export"
|
965 |
+
msgid "All"
|
966 |
+
msgstr "Wszystkie"
|
967 |
+
|
968 |
+
#: admin/templates/csv-export.tpl.php:42
|
969 |
+
#@ WPBDM
|
970 |
+
msgctxt "admin csv-export"
|
971 |
+
msgid "Active Only"
|
972 |
+
msgstr "Tylko aktywne"
|
973 |
+
|
974 |
+
#: admin/templates/csv-export.tpl.php:43
|
975 |
+
#@ WPBDM
|
976 |
+
msgctxt "admin csv-export"
|
977 |
+
msgid "Active + Pending Renewal"
|
978 |
+
msgstr "Tylko aktywne i oczekujące na odświeżenie "
|
979 |
+
|
980 |
+
#: admin/templates/csv-export.tpl.php:49
|
981 |
+
#@ WPBDM
|
982 |
+
msgctxt "admin csv-export"
|
983 |
+
msgid "Export images?"
|
984 |
+
msgstr "Eksportować obrazy?"
|
985 |
+
|
986 |
+
#: admin/templates/csv-export.tpl.php:54
|
987 |
+
#@ WPBDM
|
988 |
+
msgctxt "admin csv-export"
|
989 |
+
msgid "Export images"
|
990 |
+
msgstr "Eksport obrazów"
|
991 |
+
|
992 |
+
#: admin/templates/csv-export.tpl.php:56
|
993 |
+
#@ WPBDM
|
994 |
+
msgctxt "admin csv-export"
|
995 |
+
msgid "When checked, instead of just a CSV file a ZIP file will be generated with both a CSV file and listing images."
|
996 |
+
msgstr "Gdy zaznaczone, zamiast tylko pliku CSV, będzie generowany plik ZIP zarówno z pliku CSV i obrazów ofert."
|
997 |
+
|
998 |
+
#: admin/templates/csv-export.tpl.php:62
|
999 |
+
#@ WPBDM
|
1000 |
+
msgctxt "admin csv-export"
|
1001 |
+
msgid "Additional metadata to export:"
|
1002 |
+
msgstr "Dodatkowe metadane do eksportu:"
|
1003 |
+
|
1004 |
+
#: admin/templates/csv-export.tpl.php:75
|
1005 |
+
#@ WPBDM
|
1006 |
+
msgctxt "admin csv-export"
|
1007 |
+
msgid "Author information (username)"
|
1008 |
+
msgstr "Informacje o Autorze (nazwa użytkownika)"
|
1009 |
+
|
1010 |
+
#: admin/templates/csv-export.tpl.php:80
|
1011 |
+
#@ WPBDM
|
1012 |
+
msgctxt "admin csv-export"
|
1013 |
+
msgid "Sticky/featured status"
|
1014 |
+
msgstr "Naklejka / Wyróżniony status"
|
1015 |
+
|
1016 |
+
#: admin/templates/csv-export.tpl.php:85
|
1017 |
+
#@ WPBDM
|
1018 |
+
msgctxt "admin csv-export"
|
1019 |
+
msgid "Listing expiration date"
|
1020 |
+
msgstr "Data zakończenia emisji oferty"
|
1021 |
+
|
1022 |
+
#: admin/templates/csv-export.tpl.php:90
|
1023 |
+
#@ WPBDM
|
1024 |
+
msgctxt "admin csv-export"
|
1025 |
+
msgid "CSV File Settings"
|
1026 |
+
msgstr "Ustawienia pliku CSV"
|
1027 |
+
|
1028 |
+
#: admin/templates/csv-export.tpl.php:94
|
1029 |
+
#@ WPBDM
|
1030 |
+
msgctxt "admin csv-export"
|
1031 |
+
msgid "Column Separator"
|
1032 |
+
msgstr "Separator kolumn"
|
1033 |
+
|
1034 |
+
#: admin/templates/csv-export.tpl.php:94
|
1035 |
+
#: admin/templates/csv-export.tpl.php:105
|
1036 |
+
#: admin/templates/csv-export.tpl.php:116
|
1037 |
+
#: admin/templates/csv-import.tpl.php:43
|
1038 |
+
#: admin/templates/csv-import.tpl.php:109
|
1039 |
+
#: admin/templates/csv-import.tpl.php:120
|
1040 |
+
#: admin/templates/csv-import.tpl.php:131
|
1041 |
+
#: admin/templates/csv-import.tpl.php:158
|
1042 |
+
#@ default
|
1043 |
+
#@ WPBDM
|
1044 |
+
msgctxt "admin forms"
|
1045 |
+
msgid "required"
|
1046 |
+
msgstr "Wymagane"
|
1047 |
+
|
1048 |
+
#: admin/templates/csv-export.tpl.php:105
|
1049 |
+
#@ WPBDM
|
1050 |
+
msgctxt "admin csv-export"
|
1051 |
+
msgid "Image Separator"
|
1052 |
+
msgstr "Separator obrazu"
|
1053 |
+
|
1054 |
+
#: admin/templates/csv-export.tpl.php:116
|
1055 |
+
#@ WPBDM
|
1056 |
+
msgctxt "admin csv-export"
|
1057 |
+
msgid "Category Separator"
|
1058 |
+
msgstr "Separator kategorii"
|
1059 |
+
|
1060 |
+
#: admin/templates/csv-export.tpl.php:128
|
1061 |
+
#@ WPBDM
|
1062 |
+
msgctxt "admin csv-export"
|
1063 |
+
msgid "Export Listings"
|
1064 |
+
msgstr "Eksport ofert"
|
1065 |
+
|
1066 |
+
#: admin/templates/csv-export.tpl.php:134
|
1067 |
+
#@ WPBDM
|
1068 |
+
msgctxt "admin csv-export"
|
1069 |
+
msgid "Export in Progress..."
|
1070 |
+
msgstr "Wykonuję eksport....."
|
1071 |
+
|
1072 |
+
#: admin/templates/csv-export.tpl.php:135
|
1073 |
+
#@ WPBDM
|
1074 |
+
msgctxt "admin csv-export"
|
1075 |
+
msgid "Your export file is being prepared. Please <u>do not leave</u> this page until the export finishes."
|
1076 |
+
msgstr "Plik eksportu jest przygotowywany. Proszę <u> nie opuszczaj </ u> tej strony aż do zakończenia działania eksportu."
|
1077 |
+
|
1078 |
+
#: admin/templates/csv-export.tpl.php:138
|
1079 |
+
#@ WPBDM
|
1080 |
+
msgctxt "admin csv-export"
|
1081 |
+
msgid "No. of listings:"
|
1082 |
+
msgstr "Ilość ofert:"
|
1083 |
+
|
1084 |
+
#: admin/templates/csv-export.tpl.php:140
|
1085 |
+
#@ WPBDM
|
1086 |
+
msgctxt "admin csv-export"
|
1087 |
+
msgid "Approximate export file size:"
|
1088 |
+
msgstr "Prawdopodobna wielkość wyeksportowanego pliku:"
|
1089 |
+
|
1090 |
+
#: admin/templates/csv-export.tpl.php:147
|
1091 |
+
#@ WPBDM
|
1092 |
+
msgctxt "admin csv-export"
|
1093 |
+
msgid "Cancel Export"
|
1094 |
+
msgstr "Anuluj eksport"
|
1095 |
+
|
1096 |
+
#: admin/templates/csv-export.tpl.php:152
|
1097 |
+
#@ default
|
1098 |
+
msgctxt "admin csv-export"
|
1099 |
+
msgid "Export Complete"
|
1100 |
+
msgstr "Eksport zakończony"
|
1101 |
+
|
1102 |
+
#: admin/templates/csv-export.tpl.php:153
|
1103 |
+
#@ WPBDM
|
1104 |
+
msgctxt "admin csv-export"
|
1105 |
+
msgid "Your export file has been successfully created and it is now ready for download."
|
1106 |
+
msgstr "Plik eksportu został utworzony i jest już gotowy do pobrania."
|
1107 |
+
|
1108 |
+
#: admin/templates/csv-export.tpl.php:156
|
1109 |
+
#, php-format
|
1110 |
+
#@ WPBDM
|
1111 |
+
msgctxt "admin csv-export"
|
1112 |
+
msgid "Download %s (%s)"
|
1113 |
+
msgstr "Pobierz %s (%s)"
|
1114 |
+
|
1115 |
+
#: admin/templates/csv-export.tpl.php:162
|
1116 |
+
#@ WPBDM
|
1117 |
+
msgctxt "admin csv-export"
|
1118 |
+
msgid "Click \"Cleanup\" once the file has been downloaded in order to remove all temporary data created by Business Directory during the export process."
|
1119 |
+
msgstr "Kliknij \"Oczyszczanie\" po pobraniu pliku w celu usunięcia wszystkich danych tymczasowych utworzonych przez Katalog Firm podczas procesu eksportu."
|
1120 |
+
|
1121 |
+
#: admin/templates/csv-export.tpl.php:163
|
1122 |
+
#@ WPBDM
|
1123 |
+
msgctxt "admin csv-export"
|
1124 |
+
msgid "Cleanup"
|
1125 |
+
msgstr "Oczyszczanie"
|
1126 |
+
|
1127 |
+
#: admin/templates/csv-export.tpl.php:168
|
1128 |
+
#@ default
|
1129 |
+
msgctxt "admin csv-export"
|
1130 |
+
msgid "Export Canceled"
|
1131 |
+
msgstr "Eksport anulowany"
|
1132 |
+
|
1133 |
+
#: admin/templates/csv-export.tpl.php:169
|
1134 |
+
#@ WPBDM
|
1135 |
+
msgctxt "admin csv-export"
|
1136 |
+
msgid "The export has been canceled."
|
1137 |
+
msgstr "Eksport został anulowany."
|
1138 |
+
|
1139 |
+
#: admin/templates/csv-export.tpl.php:170
|
1140 |
+
#@ WPBDM
|
1141 |
+
msgctxt "admin csv-export"
|
1142 |
+
msgid "← Return to CSV Export"
|
1143 |
+
msgstr "← Powrót do CSV Eksport"
|
1144 |
+
|
1145 |
+
#: admin/templates/csv-import.tpl.php:12
|
1146 |
+
#: admin/templates/csv-import.tpl.php:216
|
1147 |
+
#@ WPBDM
|
1148 |
+
msgctxt "admin csv-import"
|
1149 |
+
msgid "Help"
|
1150 |
+
msgstr "Pomoc"
|
1151 |
+
|
1152 |
+
#: admin/templates/csv-import.tpl.php:13
|
1153 |
+
#@ WPBDM
|
1154 |
+
msgctxt "admin csv-import"
|
1155 |
+
msgid "See an example CSV import file"
|
1156 |
+
msgstr "Zobacz przykład importowanego pliku CSV"
|
1157 |
+
|
1158 |
+
#: admin/templates/csv-import.tpl.php:38
|
1159 |
+
#@ default
|
1160 |
+
msgctxt "admin csv-import"
|
1161 |
+
msgid "Import Files"
|
1162 |
+
msgstr "Import plików"
|
1163 |
+
|
1164 |
+
#: admin/templates/csv-import.tpl.php:43
|
1165 |
+
#@ WPBDM
|
1166 |
+
msgctxt "admin csv-import"
|
1167 |
+
msgid "CSV File"
|
1168 |
+
msgstr "Plik CSV"
|
1169 |
+
|
1170 |
+
#: admin/templates/csv-import.tpl.php:74
|
1171 |
+
#@ WPBDM
|
1172 |
+
msgctxt "admin csv-import"
|
1173 |
+
msgid "ZIP file containing images"
|
1174 |
+
msgstr "Plik ZIP zawierający zdjęcia"
|
1175 |
+
|
1176 |
+
#: admin/templates/csv-import.tpl.php:105
|
1177 |
+
#@ WPBDM
|
1178 |
+
msgctxt "admin csv-import"
|
1179 |
+
msgid "CSV File Settings"
|
1180 |
+
msgstr "Ustawienia pliku CSV"
|
1181 |
+
|
1182 |
+
#: admin/templates/csv-import.tpl.php:109
|
1183 |
+
#@ WPBDM
|
1184 |
+
msgctxt "admin csv-import"
|
1185 |
+
msgid "Column Separator"
|
1186 |
+
msgstr "Separator kolumn"
|
1187 |
+
|
1188 |
+
#: admin/templates/csv-import.tpl.php:120
|
1189 |
+
#@ WPBDM
|
1190 |
+
msgctxt "admin csv-import"
|
1191 |
+
msgid "Image Separator"
|
1192 |
+
msgstr "Separator obrazu"
|
1193 |
+
|
1194 |
+
#: admin/templates/csv-import.tpl.php:131
|
1195 |
+
#@ WPBDM
|
1196 |
+
msgctxt "admin csv-import"
|
1197 |
+
msgid "Category Separator"
|
1198 |
+
msgstr "Separator kategorii"
|
1199 |
+
|
1200 |
+
#: admin/templates/csv-import.tpl.php:142
|
1201 |
+
#@ WPBDM
|
1202 |
+
msgctxt "admin csv-import"
|
1203 |
+
msgid "Import settings"
|
1204 |
+
msgstr "Ustawienia importu"
|
1205 |
+
|
1206 |
+
#: admin/templates/csv-import.tpl.php:158
|
1207 |
+
#@ WPBDM
|
1208 |
+
msgctxt "admin csv-import"
|
1209 |
+
msgid "Missing categories handling"
|
1210 |
+
msgstr "Brakująca obsługa kategorii "
|
1211 |
+
|
1212 |
+
#: admin/templates/csv-import.tpl.php:163
|
1213 |
+
#@ WPBDM
|
1214 |
+
msgctxt "admin csv-import"
|
1215 |
+
msgid "Auto-create categories"
|
1216 |
+
msgstr "Automatyczne tworzenie kategorii"
|
1217 |
+
|
1218 |
+
#: admin/templates/csv-import.tpl.php:166
|
1219 |
+
#@ WPBDM
|
1220 |
+
msgctxt "admin csv-import"
|
1221 |
+
msgid "Generate errors when a category is not found"
|
1222 |
+
msgstr "Generować błędy gdy kategorii nie znaleziono"
|
1223 |
+
|
1224 |
+
#: admin/templates/csv-import.tpl.php:171
|
1225 |
+
#@ WPBDM
|
1226 |
+
msgctxt "admin csv-import"
|
1227 |
+
msgid "Assign listings to a user?"
|
1228 |
+
msgstr "Przypisać oferty do użytkownika?"
|
1229 |
+
|
1230 |
+
#: admin/templates/csv-import.tpl.php:177
|
1231 |
+
#@ WPBDM
|
1232 |
+
msgctxt "admin csv-import"
|
1233 |
+
msgid "Assign listings to a user."
|
1234 |
+
msgstr "Przypisz oferty do użytkownika."
|
1235 |
+
|
1236 |
+
#: admin/templates/csv-import.tpl.php:182
|
1237 |
+
#@ WPBDM
|
1238 |
+
msgctxt "admin csv-import"
|
1239 |
+
msgid "Default listing user"
|
1240 |
+
msgstr "Domyślny użytkownik oferty"
|
1241 |
+
|
1242 |
+
#: admin/templates/csv-import.tpl.php:187
|
1243 |
+
#@ WPBDM
|
1244 |
+
msgctxt "admin csv-import"
|
1245 |
+
msgid "Use spreadsheet information only."
|
1246 |
+
msgstr "Używaj tylko informacji arkusza kalkulacyjnego."
|
1247 |
+
|
1248 |
+
#: admin/templates/csv-import.tpl.php:193
|
1249 |
+
#@ WPBDM
|
1250 |
+
msgctxt "admin csv-import"
|
1251 |
+
msgid "This user will be used if the username column is not present in the CSV file."
|
1252 |
+
msgstr "Ten użytkownik będzie używany, jeśli kolumna \"nazwa użytkownika\" nie jest obecny w pliku CSV."
|
1253 |
+
|
1254 |
+
#: admin/templates/csv-import.tpl.php:209
|
1255 |
+
#@ WPBDM
|
1256 |
+
msgctxt "admin csv-import"
|
1257 |
+
msgid "Test Import"
|
1258 |
+
msgstr "Test importu"
|
1259 |
+
|
1260 |
+
#: admin/templates/csv-import.tpl.php:210
|
1261 |
+
#@ WPBDM
|
1262 |
+
msgctxt "admin csv-import"
|
1263 |
+
msgid "Import Listings"
|
1264 |
+
msgstr "Import ofert"
|
1265 |
+
|
1266 |
+
#: admin/templates/csv-import.tpl.php:218
|
1267 |
+
#, php-format
|
1268 |
+
#@ WPBDM
|
1269 |
+
msgctxt "admin csv-import"
|
1270 |
+
msgid "The following are the valid header names to be used in the CSV file. Multivalued fields (such as category or tags) can appear multiple times in the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see how an import file should look like."
|
1271 |
+
msgstr "Proszę się upewnić, że wartości są prawidłowe dla nagłówków w pliku CSV. Pola wielowartościowe (takie jak kategoria lub tagi) może pojawić się wiele razy w pliku. Kliknij <a href=\"%s\">\"Zobacz przykładowy plik importu CSV\"</a> aby zobaczyć, jak powinien wyglądać plik importu."
|
1272 |
+
|
1273 |
+
#: admin/templates/csv-import.tpl.php:225
|
1274 |
+
#@ WPBDM
|
1275 |
+
msgctxt "admin csv-import"
|
1276 |
+
msgid "Header name/label"
|
1277 |
+
msgstr "Nagłówek/Etykieta"
|
1278 |
+
|
1279 |
+
#: admin/templates/csv-import.tpl.php:226
|
1280 |
+
#@ WPBDM
|
1281 |
+
msgctxt "admin csv-import"
|
1282 |
+
msgid "Field"
|
1283 |
+
msgstr "Pole"
|
1284 |
+
|
1285 |
+
#: admin/templates/csv-import.tpl.php:227
|
1286 |
+
#@ WPBDM
|
1287 |
+
msgctxt "admin csv-import"
|
1288 |
+
msgid "Type"
|
1289 |
+
msgstr "Rodzaj"
|
1290 |
+
|
1291 |
+
#: admin/templates/csv-import.tpl.php:228
|
1292 |
+
#@ WPBDM
|
1293 |
+
msgctxt "admin csv-import"
|
1294 |
+
msgid "Required?"
|
1295 |
+
msgstr "Wymagane?"
|
1296 |
+
|
1297 |
+
#: admin/templates/csv-import.tpl.php:229
|
1298 |
+
#@ WPBDM
|
1299 |
+
msgctxt "admin csv-import"
|
1300 |
+
msgid "Multivalued?"
|
1301 |
+
msgstr "Wielowartościowe?"
|
1302 |
+
|
1303 |
+
#: admin/templates/csv-import.tpl.php:251
|
1304 |
+
#@ WPBDM
|
1305 |
+
msgctxt "admin csv-import"
|
1306 |
+
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1307 |
+
msgstr "Lista rozdzielonych średnikami obrazów oferty (z pliku ZIP)"
|
1308 |
+
|
1309 |
+
#: admin/templates/csv-import.tpl.php:258
|
1310 |
+
#@ WPBDM
|
1311 |
+
msgctxt "admin csv-import"
|
1312 |
+
msgid "Listing author's username"
|
1313 |
+
msgstr "Autor oferty - Nazwa Użytkownika"
|
1314 |
+
|
1315 |
+
#: admin/templates/csv-import.tpl.php:265
|
1316 |
+
#@ WPBDM
|
1317 |
+
msgctxt "admin csv-import"
|
1318 |
+
msgid "Internal Sequence ID used to allow listing updates from external sources."
|
1319 |
+
msgstr "Wewnętrzny identyfikator sekwencji wykorzystywany w celu umożliwienia ofercie aktualizacji ze źródeł zewnętrznych."
|
1320 |
+
|
1321 |
+
#: admin/templates/csv-import.tpl.php:272
|
1322 |
+
#@ WPBDM
|
1323 |
+
msgctxt "admin csv-import"
|
1324 |
+
msgid "Date of listing expiration formatted as YYYY-MM-DD. Use this column when adding or updating listings from external sources."
|
1325 |
+
msgstr "Data zakończenia ofert sformatowano jako YYYY-MM-DD. Użyj tej kolumny podczas dodawania lub aktualizowania oferty ze źródeł zewnętrznych."
|
1326 |
+
|
1327 |
+
#: admin/templates/debug-info.tpl.php:5
|
1328 |
+
#@ WPBDM
|
1329 |
+
msgctxt "debug-info"
|
1330 |
+
msgid "The following information can help BD developers debug possible problems with your setup."
|
1331 |
+
msgstr "Następujące informacje mogą pomóc programistom Katalogu Firm w debugowaniu ewentualnych problemów z konfiguracją."
|
1332 |
+
|
1333 |
+
#: admin/templates/debug-info.tpl.php:6
|
1334 |
+
#@ WPBDM
|
1335 |
+
msgctxt "debug-info"
|
1336 |
+
msgid "The debug information does not contain personal or sensitive information such as passwords or private keys."
|
1337 |
+
msgstr "Informacje debugowania nie zawierają osobistych lub poufnych informacji, takich jak hasła i klucze prywatne."
|
1338 |
+
|
1339 |
+
#: admin/templates/debug-info.tpl.php:9
|
1340 |
+
#@ WPBDM
|
1341 |
+
msgctxt "debug-info"
|
1342 |
+
msgid "Download Debug Information"
|
1343 |
+
msgstr "Pobierz Informacje debugowania"
|
1344 |
+
|
1345 |
+
#: admin/templates/fees-addoredit.tpl.php:23
|
1346 |
+
#@ WPBDM
|
1347 |
+
msgctxt "fees admin"
|
1348 |
+
msgid "Add Listing Fee"
|
1349 |
+
msgstr "Dodaj Abonament oferty"
|
1350 |
+
|
1351 |
+
#: admin/templates/fees-addoredit.tpl.php:42
|
1352 |
+
#@ WPBDM
|
1353 |
+
msgctxt "fees admin"
|
1354 |
+
msgid "Fee Label"
|
1355 |
+
msgstr "Etykieta abonamentu"
|
1356 |
+
|
1357 |
+
#: admin/templates/fees-addoredit.tpl.php:53
|
1358 |
+
#@ WPBDM
|
1359 |
+
msgctxt "fees admin"
|
1360 |
+
msgid "Fee Amount"
|
1361 |
+
msgstr "Ilość abonamentu"
|
1362 |
+
|
1363 |
+
#: admin/templates/fees-addoredit.tpl.php:65
|
1364 |
+
#@ WPBDM
|
1365 |
+
msgctxt "fees admin"
|
1366 |
+
msgid "Listing run in days"
|
1367 |
+
msgstr "Emisja oferty w dniach"
|
1368 |
+
|
1369 |
+
#: admin/templates/fees-addoredit.tpl.php:72
|
1370 |
+
#@ WPBDM
|
1371 |
+
msgctxt "fees admin"
|
1372 |
+
msgid "run listing for"
|
1373 |
+
msgstr "Emisja oferty do"
|
1374 |
+
|
1375 |
+
#: admin/templates/fees-addoredit.tpl.php:81
|
1376 |
+
#@ WPBDM
|
1377 |
+
msgctxt "fees admin"
|
1378 |
+
msgid "days"
|
1379 |
+
msgstr "dni"
|
1380 |
+
|
1381 |
+
#: admin/templates/fees-addoredit.tpl.php:84
|
1382 |
+
#@ WPBDM
|
1383 |
+
msgctxt "fees admin"
|
1384 |
+
msgid "run listing forever"
|
1385 |
+
msgstr "Emisja oferty na zawsze"
|
1386 |
+
|
1387 |
+
#: admin/templates/fees-addoredit.tpl.php:89
|
1388 |
+
#@ WPBDM
|
1389 |
+
msgctxt "fees admin"
|
1390 |
+
msgid "Number of images allowed"
|
1391 |
+
msgstr "Liczba dozwolonych obrazów"
|
1392 |
+
|
1393 |
+
#: admin/templates/fees-addoredit.tpl.php:105
|
1394 |
+
#@ WPBDM
|
1395 |
+
msgctxt "fees admin"
|
1396 |
+
msgid "Apply to category"
|
1397 |
+
msgstr "Zastosuj dla kategorii"
|
1398 |
+
|
1399 |
+
#: admin/templates/fees-addoredit.tpl.php:109
|
1400 |
+
#@ WPBDM
|
1401 |
+
msgctxt "fees admin"
|
1402 |
+
msgid "* All Categories *"
|
1403 |
+
msgstr "* Wszystkie Kategorie *"
|
1404 |
+
|
1405 |
+
#: admin/templates/fees-addoredit.tpl.php:129
|
1406 |
+
#@ WPBDM
|
1407 |
+
msgctxt "fees admin"
|
1408 |
+
msgid "Update Fee"
|
1409 |
+
msgstr "Aktualizacja abonamentu"
|
1410 |
+
|
1411 |
+
#: admin/templates/fees-addoredit.tpl.php:131
|
1412 |
+
#@ WPBDM
|
1413 |
+
msgctxt "fees admin"
|
1414 |
+
msgid "Add Fee"
|
1415 |
+
msgstr "Dodaj abonament"
|
1416 |
+
|
1417 |
+
#: admin/templates/fees-confirm-delete.tpl.php:2
|
1418 |
+
#@ WPBDM
|
1419 |
+
msgctxt "fees admin"
|
1420 |
+
msgid "Delete Listing Fee"
|
1421 |
+
msgstr "Usuń abonament oferty"
|
1422 |
+
|
1423 |
+
#: admin/templates/fees-confirm-delete.tpl.php:6
|
1424 |
+
#, php-format
|
1425 |
+
#@ WPBDM
|
1426 |
+
msgctxt "fees admin"
|
1427 |
+
msgid "Are you sure you want to delete the \"%s\" fee?"
|
1428 |
+
msgstr "Jesteś pewien, że chcesz usunąć abonament \"%s\"?"
|
1429 |
+
|
1430 |
+
#: admin/templates/fees-confirm-delete.tpl.php:12
|
1431 |
+
#@ WPBDM
|
1432 |
+
msgctxt "fee admin"
|
1433 |
+
msgid "Delete Fee"
|
1434 |
+
msgstr "Usuń abonament"
|
1435 |
+
|
1436 |
+
#: admin/templates/fees.tpl.php:3
|
1437 |
+
#@ WPBDM
|
1438 |
+
msgctxt "fees admin"
|
1439 |
+
msgid "Add New Listing Fee"
|
1440 |
+
msgstr "Dodaj nowy abonament"
|
1441 |
+
|
1442 |
+
#: admin/templates/fees.tpl.php:10
|
1443 |
+
#@ WPBDM
|
1444 |
+
msgctxt "fees admin"
|
1445 |
+
msgid "Payments are currently turned off."
|
1446 |
+
msgstr "Płatność jest aktualnie wyłączona."
|
1447 |
+
|
1448 |
+
#: admin/templates/fees.tpl.php:13
|
1449 |
+
#@ WPBDM
|
1450 |
+
msgctxt "fees admin"
|
1451 |
+
msgid "To manage fees you need to go to the <a>Manage Options - Payment</a> page and check the box next to 'Turn On Payments' under 'Payment Settings'."
|
1452 |
+
msgstr "Aby zarządzać abonamentami musisz iść do <a> Opcje Zarządzania- Płatności </a> i zaznaczyć pole wyboru \"Włącz\" w \"Ustawienia płatności\"."
|
1453 |
+
|
1454 |
+
#: admin/templates/fees.tpl.php:22
|
1455 |
+
#@ WPBDM
|
1456 |
+
msgctxt "fees admin"
|
1457 |
+
msgid "Order fees on the frontend by:"
|
1458 |
+
msgstr "Sortuj abonamenty według:"
|
1459 |
+
|
1460 |
+
#: admin/templates/fees.tpl.php:30
|
1461 |
+
#@ WPBDM
|
1462 |
+
msgctxt "fees admin"
|
1463 |
+
msgid "↑ Ascending"
|
1464 |
+
msgstr "↑ Rosnąco"
|
1465 |
+
|
1466 |
+
#: admin/templates/fees.tpl.php:30
|
1467 |
+
#@ WPBDM
|
1468 |
+
msgctxt "fees admin"
|
1469 |
+
msgid "↓ Descending"
|
1470 |
+
msgstr "↓ Malejąco"
|
1471 |
+
|
1472 |
+
#: admin/templates/fees.tpl.php:36
|
1473 |
+
#@ WPBDM
|
1474 |
+
msgctxt "fees admin"
|
1475 |
+
msgid "Drag and drop to re-order fees."
|
1476 |
+
msgstr "Złap i upuść aby uporządkować abonamenty"
|
1477 |
+
|
1478 |
+
#: admin/templates/fees.tpl.php:48
|
1479 |
+
#: admin/templates/sidebar.tpl.php:12
|
1480 |
+
#@ WPBDM
|
1481 |
+
msgctxt "admin sidebar"
|
1482 |
+
msgid "PayPal Gateway Module"
|
1483 |
+
msgstr "Moduł bramki PayPal"
|
1484 |
+
|
1485 |
+
#: admin/templates/fees.tpl.php:49
|
1486 |
+
#: admin/templates/sidebar.tpl.php:13
|
1487 |
+
#@ WPBDM
|
1488 |
+
msgctxt "admin sidebar"
|
1489 |
+
msgid "2Checkout Gateway Module"
|
1490 |
+
msgstr "Moduł bramki 2Checkout"
|
1491 |
+
|
1492 |
+
#: admin/templates/fees.tpl.php:50
|
1493 |
+
#: admin/templates/sidebar.tpl.php:4
|
1494 |
+
#@ WPBDM
|
1495 |
+
msgctxt "admin sidebar"
|
1496 |
+
msgid "PayFast Payment Module"
|
1497 |
+
msgstr "Moduł bramki PayFast"
|
1498 |
+
|
1499 |
+
#: admin/templates/fees.tpl.php:51
|
1500 |
+
#: admin/templates/sidebar.tpl.php:5
|
1501 |
+
#@ WPBDM
|
1502 |
+
msgctxt "admin sidebar"
|
1503 |
+
msgid "Stripe Payment Module"
|
1504 |
+
msgstr "Moduł bramki Stripe "
|
1505 |
+
|
1506 |
+
#: admin/templates/fees.tpl.php:77
|
1507 |
+
#@ WPBDM
|
1508 |
+
msgctxt "admin templates"
|
1509 |
+
msgid "Already installed."
|
1510 |
+
msgstr "Już zainstalowano."
|
1511 |
+
|
1512 |
+
#: admin/templates/fees.tpl.php:82
|
1513 |
+
#, php-format
|
1514 |
+
#@ WPBDM
|
1515 |
+
msgctxt "admin templates"
|
1516 |
+
msgid "You can buy the <a>%s</a> to add <a>%s</a> as a payment option for your users."
|
1517 |
+
msgstr "Możesz kupić <a>%s</a> aby dodać <a>%s</a> jako opcje płatności dla Twoich użytkowników."
|
1518 |
+
|
1519 |
+
#: admin/templates/form-fields-addoredit.tpl.php:1
|
1520 |
+
#@ WPBDM
|
1521 |
+
msgctxt "form-fields admin"
|
1522 |
+
msgid "Add Form Field"
|
1523 |
+
msgstr "Dodaj Pole formularza"
|
1524 |
+
|
1525 |
+
#: admin/templates/form-fields-addoredit.tpl.php:13
|
1526 |
+
#@ WPBDM
|
1527 |
+
msgctxt "form-fields admin"
|
1528 |
+
msgid "Field Association"
|
1529 |
+
msgstr "Przypiisanie pola"
|
1530 |
+
|
1531 |
+
#: admin/templates/form-fields-addoredit.tpl.php:35
|
1532 |
+
#@ WPBDM
|
1533 |
+
msgctxt "form-fields admin"
|
1534 |
+
msgid "Field Type"
|
1535 |
+
msgstr "Rodzaj pola"
|
1536 |
+
|
1537 |
+
#: admin/templates/form-fields-addoredit.tpl.php:59
|
1538 |
+
#@ WPBDM
|
1539 |
+
msgctxt "form-fields admin"
|
1540 |
+
msgid "Field Label"
|
1541 |
+
msgstr "Etykieta pola"
|
1542 |
+
|
1543 |
+
#: admin/templates/form-fields-addoredit.tpl.php:69
|
1544 |
+
#@ WPBDM
|
1545 |
+
msgctxt "form-fields admin"
|
1546 |
+
msgid "Field description"
|
1547 |
+
msgstr "Opis pola"
|
1548 |
+
|
1549 |
+
#: admin/templates/form-fields-addoredit.tpl.php:86
|
1550 |
+
#@ WPBDM
|
1551 |
+
msgctxt "form-fields admin"
|
1552 |
+
msgid "Field-specific settings"
|
1553 |
+
msgstr "Ustawienia pola specyficznego"
|
1554 |
+
|
1555 |
+
#: admin/templates/form-fields-addoredit.tpl.php:95
|
1556 |
+
#@ WPBDM
|
1557 |
+
msgctxt "form-fields admin"
|
1558 |
+
msgid "Field validation options"
|
1559 |
+
msgstr "Opcje weryfikacji pola"
|
1560 |
+
|
1561 |
+
#: admin/templates/form-fields-addoredit.tpl.php:99
|
1562 |
+
#@ WPBDM
|
1563 |
+
msgctxt "form-fields admin"
|
1564 |
+
msgid "Field Validator"
|
1565 |
+
msgstr "Weryfikator pola"
|
1566 |
+
|
1567 |
+
#: admin/templates/form-fields-addoredit.tpl.php:103
|
1568 |
+
#@ WPBDM
|
1569 |
+
msgctxt "form-fields admin"
|
1570 |
+
msgid "No validation"
|
1571 |
+
msgstr "Bez weryfikacji"
|
1572 |
+
|
1573 |
+
#: admin/templates/form-fields-addoredit.tpl.php:112
|
1574 |
+
#@ WPBDM
|
1575 |
+
msgctxt "form-fields admin"
|
1576 |
+
msgid "Is field required?"
|
1577 |
+
msgstr "Czy pole jest wymagane?"
|
1578 |
+
|
1579 |
+
#: admin/templates/form-fields-addoredit.tpl.php:118
|
1580 |
+
#@ WPBDM
|
1581 |
+
msgctxt "form-fields admin"
|
1582 |
+
msgid "This field is required."
|
1583 |
+
msgstr "To pole jest wymagane."
|
1584 |
+
|
1585 |
+
#: admin/templates/form-fields-addoredit.tpl.php:126
|
1586 |
+
#@ WPBDM
|
1587 |
+
msgctxt "form-fields admin"
|
1588 |
+
msgid "Field display options"
|
1589 |
+
msgstr "Opcje wyświetlania pola"
|
1590 |
+
|
1591 |
+
#: admin/templates/form-fields-addoredit.tpl.php:130
|
1592 |
+
#@ WPBDM
|
1593 |
+
msgctxt "form-fields admin"
|
1594 |
+
msgid "Show this value in excerpt view?"
|
1595 |
+
msgstr "Pokazać wartość pola w wyciągu z wpisu?"
|
1596 |
+
|
1597 |
+
#: admin/templates/form-fields-addoredit.tpl.php:136
|
1598 |
+
#@ WPBDM
|
1599 |
+
msgctxt "form-fields admin"
|
1600 |
+
msgid "Display this value in post excerpt view."
|
1601 |
+
msgstr "Wyświetlanie wartości pola w wyciągu z wpisu."
|
1602 |
+
|
1603 |
+
#: admin/templates/form-fields-addoredit.tpl.php:142
|
1604 |
+
#@ WPBDM
|
1605 |
+
msgctxt "form-fields admin"
|
1606 |
+
msgid "Show this value in listing view?"
|
1607 |
+
msgstr "Pokazywać tą wartość w widoku oferty?"
|
1608 |
+
|
1609 |
+
#: admin/templates/form-fields-addoredit.tpl.php:148
|
1610 |
+
#@ WPBDM
|
1611 |
+
msgctxt "form-fields admin"
|
1612 |
+
msgid "Display this value in the listing view."
|
1613 |
+
msgstr "Wyświetlanie tej wartości w widoku oferty."
|
1614 |
+
|
1615 |
+
#: admin/templates/form-fields-addoredit.tpl.php:154
|
1616 |
+
#@ WPBDM
|
1617 |
+
msgctxt "form-fields admin"
|
1618 |
+
msgid "Include this field in the search form?"
|
1619 |
+
msgstr "Dołączyć to pole do formularza wyszukiwania?"
|
1620 |
+
|
1621 |
+
#: admin/templates/form-fields-addoredit.tpl.php:160
|
1622 |
+
#@ WPBDM
|
1623 |
+
msgctxt "form-fields admin"
|
1624 |
+
msgid "Include this field in the search form."
|
1625 |
+
msgstr "Dołącz to pole do formularza wyszukiwania"
|
1626 |
+
|
1627 |
+
#: admin/templates/form-fields-addoredit.tpl.php:166
|
1628 |
+
#@ WPBDM
|
1629 |
+
msgctxt "form-fields admin"
|
1630 |
+
msgid "Hide this field's label?"
|
1631 |
+
msgstr "Ukryć etykiety pól?"
|
1632 |
+
|
1633 |
+
#: admin/templates/form-fields-addoredit.tpl.php:172
|
1634 |
+
#@ WPBDM
|
1635 |
+
msgctxt "form-fields admin"
|
1636 |
+
msgid "Hide this field's label when displaying it."
|
1637 |
+
msgstr "Ukryj etykiety pól, kiedy pola są wyświetlane."
|
1638 |
+
|
1639 |
+
#: admin/templates/form-fields-addoredit.tpl.php:179
|
1640 |
+
#@ WPBDM
|
1641 |
+
msgctxt "form-fields admin"
|
1642 |
+
msgid "Update Field"
|
1643 |
+
msgstr "Aktualizacja pola"
|
1644 |
+
|
1645 |
+
#: admin/templates/form-fields-addoredit.tpl.php:181
|
1646 |
+
#@ WPBDM
|
1647 |
+
msgctxt "form-fields admin"
|
1648 |
+
msgid "Add Field"
|
1649 |
+
msgstr "Dodaj Pole "
|
1650 |
+
|
1651 |
+
#: admin/templates/form-fields-confirm-delete.tpl.php:2
|
1652 |
+
#@ WPBDM
|
1653 |
+
msgctxt "form-fields admin"
|
1654 |
+
msgid "Delete Form Field"
|
1655 |
+
msgstr "Usuń Pole formularza"
|
1656 |
+
|
1657 |
+
#: admin/templates/form-fields-confirm-delete.tpl.php:6
|
1658 |
+
#, php-format
|
1659 |
+
#@ WPBDM
|
1660 |
+
msgctxt "form-fields admin"
|
1661 |
+
msgid "Are you sure you want to delete the \"%s\" field?"
|
1662 |
+
msgstr "Jesteś pewien, że chcesz usunąć pole \"%s\"?"
|
1663 |
+
|
1664 |
+
#: admin/templates/form-fields-confirm-delete.tpl.php:12
|
1665 |
+
#@ WPBDM
|
1666 |
+
msgctxt "form-fields admin"
|
1667 |
+
msgid "Delete Field"
|
1668 |
+
msgstr "Usuń pole"
|
1669 |
+
|
1670 |
+
#: admin/templates/form-fields.tpl.php:3
|
1671 |
+
#@ WPBDM
|
1672 |
+
msgctxt "form-fields admin"
|
1673 |
+
msgid "Add New Form Field"
|
1674 |
+
msgstr "Dodaj nowe pole formularza"
|
1675 |
+
|
1676 |
+
#: admin/templates/form-fields.tpl.php:4
|
1677 |
+
#@ WPBDM
|
1678 |
+
msgctxt "form-fields admin"
|
1679 |
+
msgid "Preview Form"
|
1680 |
+
msgstr "Podgląd formularza"
|
1681 |
+
|
1682 |
+
#: admin/templates/header.tpl.php:4
|
1683 |
+
#@ WPBDM
|
1684 |
+
msgid "Business Directory Plugin"
|
1685 |
+
msgstr "Plugin Katalog Firm"
|
1686 |
+
|
1687 |
+
#: admin/templates/home.tpl.php:4
|
1688 |
+
#, php-format
|
1689 |
+
#@ WPBDM
|
1690 |
+
msgctxt "admin home"
|
1691 |
+
msgid "Welcome to Business Directory Plugin. You are using %s."
|
1692 |
+
msgstr "Witamy w Katalogu Firm. Używasz %s."
|
1693 |
+
|
1694 |
+
#: admin/templates/home.tpl.php:5
|
1695 |
+
#@ WPBDM
|
1696 |
+
msgctxt "admin home"
|
1697 |
+
msgid "Thanks for choosing us. There's a lot you probably want to get done, so let's jump right in!"
|
1698 |
+
msgstr "Dziękujemy, że nas wybrałeś. Jest tu wiele rzeczy, które prawdopodobnie chciałbyś zrobić. Poprostu zacznij zabawę."
|
1699 |
+
|
1700 |
+
#: admin/templates/home.tpl.php:11
|
1701 |
+
#@ WPBDM
|
1702 |
+
msgctxt "admin home"
|
1703 |
+
msgid "Our complete documentation is <a>here</a> which we encourage you to use while setting things up."
|
1704 |
+
msgstr "Pełną dokumentację znajdziesz <a>tutaj</a>. Korzystaj z niej, aby skonfirgurować nasz plugin."
|
1705 |
+
|
1706 |
+
#: admin/templates/home.tpl.php:14
|
1707 |
+
#@ WPBDM
|
1708 |
+
msgctxt "admin home"
|
1709 |
+
msgid "We have some quick-start scenarios that you will find useful regarding setup and configuration <a>here</a>."
|
1710 |
+
msgstr "Kilka scenariuszy szybkiego startu, w kótrych znajdziesz przydatne opcje i informacje na temat konfiguracji znajdziesz<a>tutaj</a>."
|
1711 |
+
|
1712 |
+
#: admin/templates/home.tpl.php:18
|
1713 |
+
#@ WPBDM
|
1714 |
+
msgctxt "admin home"
|
1715 |
+
msgid "If you have questions, please post a comment on <a>support forum</a> and we'll answer it within 24 hours most days."
|
1716 |
+
msgstr "Jeśli masz pytania, napisz komentarz na <a>forum wsparcia</a>, a my postaramy sie odpowiedzieć w ciągu 24 godzin."
|
1717 |
+
|
1718 |
+
#: admin/templates/home.tpl.php:25
|
1719 |
+
#@ WPBDM
|
1720 |
+
msgid "Configure/Manage Options"
|
1721 |
+
msgstr "Zarządzaj Opcjami"
|
1722 |
+
|
1723 |
+
#: admin/templates/home.tpl.php:28
|
1724 |
+
#@ WPBDM
|
1725 |
+
msgid "Setup/Manage Form Fields"
|
1726 |
+
msgstr "Zarządzaj polami formularzy"
|
1727 |
+
|
1728 |
+
#: admin/templates/home.tpl.php:31
|
1729 |
+
#@ WPBDM
|
1730 |
+
msgid "Setup/Manage Fees"
|
1731 |
+
msgstr "Zarządzaj abonamentami"
|
1732 |
+
|
1733 |
+
#: admin/templates/home.tpl.php:37
|
1734 |
+
#@ WPBDM
|
1735 |
+
msgid "Featured Listings Pending Upgrade"
|
1736 |
+
msgstr "Wyróżniona oferta oczekuje na zmianę statusu"
|
1737 |
+
|
1738 |
+
#: admin/templates/home.tpl.php:44
|
1739 |
+
#@ WPBDM
|
1740 |
+
msgid "Manage Paid Listings"
|
1741 |
+
msgstr "Zarządzaj ofertami płatnymi"
|
1742 |
+
|
1743 |
+
#: admin/templates/listing-change-fee.tpl.php:3
|
1744 |
+
#@ WPBDM
|
1745 |
+
msgctxt "admin listing fee"
|
1746 |
+
msgid "Listing Fee Selection"
|
1747 |
+
msgstr "Wybór Abonamentu"
|
1748 |
+
|
1749 |
+
#: admin/templates/listing-change-fee.tpl.php:5
|
1750 |
+
#, php-format
|
1751 |
+
#@ WPBDM
|
1752 |
+
msgctxt "admin listing fee"
|
1753 |
+
msgid "Select a fee plan to be used for this listing in the \"%s\" category."
|
1754 |
+
msgstr "Wybierz abonament dla tego ogłoszenia w kategoreiii \"%s\"."
|
1755 |
+
|
1756 |
+
#: admin/templates/listing-change-fee.tpl.php:11
|
1757 |
+
#@ WPBDM
|
1758 |
+
msgctxt "admin listing fee"
|
1759 |
+
msgid "Current"
|
1760 |
+
msgstr "Aktualny"
|
1761 |
+
|
1762 |
+
#: admin/templates/listing-change-fee.tpl.php:14
|
1763 |
+
#@ WPBDM
|
1764 |
+
msgctxt "admin listing fee"
|
1765 |
+
msgid "Use this fee"
|
1766 |
+
msgstr "Użyj tego abonamentu"
|
1767 |
+
|
1768 |
+
#: admin/templates/listing-change-fee.tpl.php:21
|
1769 |
+
#, php-format
|
1770 |
+
#@ WPBDM
|
1771 |
+
msgctxt "admin infometabox"
|
1772 |
+
msgid "%d image"
|
1773 |
+
msgid_plural "%d images"
|
1774 |
+
msgstr[0] "%d obraz"
|
1775 |
+
msgstr[1] "%d obrazy"
|
1776 |
+
msgstr[2] "%d obrazów"
|
1777 |
+
|
1778 |
+
#: admin/templates/listing-change-fee.tpl.php:23
|
1779 |
+
#@ WPBDM
|
1780 |
+
msgctxt "admin infometabox"
|
1781 |
+
msgid "Listing never expires"
|
1782 |
+
msgstr "Bezterminowy okres ważności"
|
1783 |
+
|
1784 |
+
#: admin/templates/listing-change-fee.tpl.php:25
|
1785 |
+
#, php-format
|
1786 |
+
#@ WPBDM
|
1787 |
+
msgctxt "admin infometabox"
|
1788 |
+
msgid "%d day"
|
1789 |
+
msgid_plural "%d days"
|
1790 |
+
msgstr[0] "%d dzień"
|
1791 |
+
msgstr[1] "%d dni"
|
1792 |
+
msgstr[2] "%d dni"
|
1793 |
+
|
1794 |
+
#: admin/templates/listing-metabox-categories.tpl.php:22
|
1795 |
+
#@ WPBDM
|
1796 |
+
msgctxt "admin infometabox"
|
1797 |
+
msgid "No categories on this listing. Please add one to associate fees."
|
1798 |
+
msgstr "Nie ma kategorii dla tej oferty. Dodaj jedną aby stosować abonamenty."
|
1799 |
+
|
1800 |
+
#: admin/templates/listing-metabox-categories.tpl.php:29
|
1801 |
+
#@ WPBDM
|
1802 |
+
msgctxt "admin infometabox"
|
1803 |
+
msgid "(recurring)"
|
1804 |
+
msgstr "(powtarzające się)"
|
1805 |
+
|
1806 |
+
#: admin/templates/listing-metabox-categories.tpl.php:34
|
1807 |
+
#@ WPBDM
|
1808 |
+
msgctxt "admin infometabox"
|
1809 |
+
msgid "Expired"
|
1810 |
+
msgstr "Upłynął termin ważności"
|
1811 |
+
|
1812 |
+
#: admin/templates/listing-metabox-categories.tpl.php:37
|
1813 |
+
#@ WPBDM
|
1814 |
+
msgctxt "admin infometabox"
|
1815 |
+
msgid "Payment Pending"
|
1816 |
+
msgstr "Oczekujące na płatność"
|
1817 |
+
|
1818 |
+
#: admin/templates/listing-metabox-categories.tpl.php:41
|
1819 |
+
#@ WPBDM
|
1820 |
+
msgctxt "admin infometabox"
|
1821 |
+
msgid "OK"
|
1822 |
+
msgstr "Wszystko w porządku"
|
1823 |
+
|
1824 |
+
#: admin/templates/listing-metabox-categories.tpl.php:49
|
1825 |
+
#@ WPBDM
|
1826 |
+
msgctxt "admin infometabox"
|
1827 |
+
msgid "Fee"
|
1828 |
+
msgstr "Abonament"
|
1829 |
+
|
1830 |
+
#: admin/templates/listing-metabox-categories.tpl.php:54
|
1831 |
+
#@ WPBDM
|
1832 |
+
msgctxt "admin infometabox"
|
1833 |
+
msgid "# Images"
|
1834 |
+
msgstr "Liczba Obrazów"
|
1835 |
+
|
1836 |
+
#: admin/templates/listing-metabox-categories.tpl.php:62
|
1837 |
+
#@ WPBDM
|
1838 |
+
msgctxt "admin infometabox"
|
1839 |
+
msgid "Expired on"
|
1840 |
+
msgstr "Upłynął termin ważności "
|
1841 |
+
|
1842 |
+
#: admin/templates/listing-metabox-categories.tpl.php:64
|
1843 |
+
#@ WPBDM
|
1844 |
+
msgctxt "admin infometabox"
|
1845 |
+
msgid "Expires on"
|
1846 |
+
msgstr "Upłynął okres ważności "
|
1847 |
+
|
1848 |
+
#: admin/class-admin.php:400
|
1849 |
+
#: admin/templates/listing-metabox-categories.tpl.php:69
|
1850 |
+
#@ WPBDM
|
1851 |
+
msgctxt "admin infometabox"
|
1852 |
+
msgid "never"
|
1853 |
+
msgstr "nigdy"
|
1854 |
+
|
1855 |
+
#: admin/templates/listing-metabox-categories.tpl.php:72
|
1856 |
+
#@ WPBDM
|
1857 |
+
msgctxt "admin infometabox"
|
1858 |
+
msgid "Click to manually change expiration date."
|
1859 |
+
msgstr "Kliknij aby ręcznie ustawić datę wygaśnięcia oferty."
|
1860 |
+
|
1861 |
+
#: admin/templates/listing-metabox-categories.tpl.php:75
|
1862 |
+
#@ WPBDM
|
1863 |
+
msgctxt "admin infometabox"
|
1864 |
+
msgid "Edit"
|
1865 |
+
msgstr "Edytuj"
|
1866 |
+
|
1867 |
+
#: admin/templates/listing-metabox-categories.tpl.php:87
|
1868 |
+
#@ WPBDM
|
1869 |
+
msgctxt "admin infometabox"
|
1870 |
+
msgid "See payment info"
|
1871 |
+
msgstr "Zobacz informacje o płatności"
|
1872 |
+
|
1873 |
+
#: admin/templates/listing-metabox-categories.tpl.php:92
|
1874 |
+
#@ WPBDM
|
1875 |
+
msgctxt "admin infometabox"
|
1876 |
+
msgid "Renewal URL (copy & paste)"
|
1877 |
+
msgstr "Adres URL odnowienia (kopiuj i wklej)"
|
1878 |
+
|
1879 |
+
#: admin/templates/listing-metabox-categories.tpl.php:92
|
1880 |
+
#@ WPBDM
|
1881 |
+
msgctxt "admin infometabox"
|
1882 |
+
msgid "Show renewal link"
|
1883 |
+
msgstr "Pokaż adres URL odnowienie"
|
1884 |
+
|
1885 |
+
#: admin/templates/listing-metabox-categories.tpl.php:99
|
1886 |
+
#@ WPBDM
|
1887 |
+
msgctxt "admin infometabox"
|
1888 |
+
msgid "Send renewal e-mail to user"
|
1889 |
+
msgstr "Wysyłaj do użytkownika e-mail o odnowieniu "
|
1890 |
+
|
1891 |
+
#: admin/templates/listing-metabox-categories.tpl.php:107
|
1892 |
+
#@ WPBDM
|
1893 |
+
msgctxt "admin infometabox"
|
1894 |
+
msgid "Renew manually..."
|
1895 |
+
msgstr "Ręczne Odnowienie oferty"
|
1896 |
+
|
1897 |
+
#: admin/templates/listing-metabox-categories.tpl.php:107
|
1898 |
+
#@ WPBDM
|
1899 |
+
msgctxt "admin infometabox"
|
1900 |
+
msgid "Change fee..."
|
1901 |
+
msgstr "Zmień Abonament"
|
1902 |
+
|
1903 |
+
#: admin/templates/listing-metabox-categories.tpl.php:115
|
1904 |
+
#@ WPBDM
|
1905 |
+
msgctxt "admin infometabox"
|
1906 |
+
msgid "Remove category"
|
1907 |
+
msgstr "Usuń Ktegorię"
|
1908 |
+
|
1909 |
+
#: admin/templates/listing-metabox-fees.tpl.php:1
|
1910 |
+
#@ WPBDM
|
1911 |
+
msgctxt "admin infometabox"
|
1912 |
+
msgid "Fee Information"
|
1913 |
+
msgstr "Informacje o abonamencie"
|
1914 |
+
|
1915 |
+
#: admin/templates/listing-metabox-fees.tpl.php:3
|
1916 |
+
#@ WPBDM
|
1917 |
+
msgctxt "admin infometabox"
|
1918 |
+
msgid "Payment Mode:"
|
1919 |
+
msgstr "Tryb Płatny"
|
1920 |
+
|
1921 |
+
#: admin/templates/listing-metabox-fees.tpl.php:3
|
1922 |
+
#@ WPBDM
|
1923 |
+
msgctxt "admin infometabox"
|
1924 |
+
msgid "Paid"
|
1925 |
+
msgstr "Zapłacone"
|
1926 |
+
|
1927 |
+
#: admin/templates/listing-metabox-fees.tpl.php:3
|
1928 |
+
#@ WPBDM
|
1929 |
+
msgctxt "admin infometabox"
|
1930 |
+
msgid "Free"
|
1931 |
+
msgstr "Tryb Bezpłatny"
|
1932 |
+
|
1933 |
+
#: admin/templates/listing-metabox-fees.tpl.php:6
|
1934 |
+
#, php-format
|
1935 |
+
#@ WPBDM
|
1936 |
+
msgctxt "admin infometabox"
|
1937 |
+
msgid "To change your payment mode, go to <a href=\"%s\">Payment Settings</a>."
|
1938 |
+
msgstr "Aby zmienić Tryb Bezpłatny na Płatny i odwrotnie, przejdź do <a href=\"%s\">Ustawienia Płatności</a>."
|
1939 |
+
|
1940 |
+
#: admin/templates/listing-metabox-fees.tpl.php:12
|
1941 |
+
#@ WPBDM
|
1942 |
+
msgctxt "admin infometabox"
|
1943 |
+
msgid "Note: In Free mode, the fee plans will always be set to \"Free Listing\" below."
|
1944 |
+
msgstr "nformacja: W trybie bezpłatnym, abonamenty zawsze będą ustawione jako \"Bezpłatny Katalog\"."
|
1945 |
+
|
1946 |
+
#: admin/templates/listing-metabox-fees.tpl.php:22
|
1947 |
+
#: admin/templates/listing-metabox-feesummary.tpl.php:12
|
1948 |
+
#@ WPBDM
|
1949 |
+
msgctxt "admin infometabox"
|
1950 |
+
msgid "Renew listing in all expired categories"
|
1951 |
+
msgstr "Odnowienie ofert we wszystkich wygasłych kategoriach"
|
1952 |
+
|
1953 |
+
#: admin/templates/listing-metabox-feesummary.tpl.php:1
|
1954 |
+
#@ WPBDM
|
1955 |
+
msgctxt "admin infometabox"
|
1956 |
+
msgid "Categories for this listing"
|
1957 |
+
msgstr "Kategorie dla tej oferty"
|
1958 |
+
|
1959 |
+
#: admin/templates/listing-metabox-transactions.tpl.php:3
|
1960 |
+
#@ WPBDM
|
1961 |
+
msgctxt "admin infometabox"
|
1962 |
+
msgid "Initial Payment"
|
1963 |
+
msgstr "Inicjacja Płatności"
|
1964 |
+
|
1965 |
+
#: admin/templates/listing-metabox-transactions.tpl.php:4
|
1966 |
+
#@ WPBDM
|
1967 |
+
msgctxt "admin infometabox"
|
1968 |
+
msgid "Listing Edit"
|
1969 |
+
msgstr "Edycja oferty"
|
1970 |
+
|
1971 |
+
#: admin/templates/listing-metabox-transactions.tpl.php:5
|
1972 |
+
#@ WPBDM
|
1973 |
+
msgctxt "admin infometabox"
|
1974 |
+
msgid "Listing Renewal"
|
1975 |
+
msgstr "Odświeżenie oferty"
|
1976 |
+
|
1977 |
+
#: admin/templates/listing-metabox-transactions.tpl.php:6
|
1978 |
+
#@ WPBDM
|
1979 |
+
msgctxt "admin infometabox"
|
1980 |
+
msgid "Upgrade to sticky"
|
1981 |
+
msgstr "Podnieś status do \"Wyróżnione/Naklejka\""
|
1982 |
+
|
1983 |
+
#: admin/templates/listing-metabox-transactions.tpl.php:10
|
1984 |
+
#@ WPBDM
|
1985 |
+
msgctxt "admin"
|
1986 |
+
msgid "Payments History"
|
1987 |
+
msgstr "Historia płatności"
|
1988 |
+
|
1989 |
+
#: admin/templates/listing-metabox-transactions.tpl.php:12
|
1990 |
+
#@ WPBDM
|
1991 |
+
msgctxt "admin listing metabox"
|
1992 |
+
msgid "Click a payment to see the details or approve/reject the transaction."
|
1993 |
+
msgstr "Kliknij płatności aby zobaczyć szczegóły albo zatwierdzić lub odrzucić transakcję."
|
1994 |
+
|
1995 |
+
#: admin/templates/listing-metabox-transactions.tpl.php:16
|
1996 |
+
#@ WPBDM
|
1997 |
+
msgctxt "listing metabox"
|
1998 |
+
msgid "There are no transactions associated to this listing."
|
1999 |
+
msgstr "Nie ma aktualnie przypisanej żadnej transakcji do tej oferty."
|
2000 |
+
|
2001 |
+
#: admin/templates/payment-details.tpl.php:7
|
2002 |
+
#@ WPBDM
|
2003 |
+
msgctxt "admin payments"
|
2004 |
+
msgid "Payment Details"
|
2005 |
+
msgstr "Szczegóły płatności"
|
2006 |
+
|
2007 |
+
#: admin/templates/payment-details.tpl.php:9
|
2008 |
+
#, php-format
|
2009 |
+
#@ WPBDM
|
2010 |
+
msgctxt "admin payments"
|
2011 |
+
msgid "Payment #%d"
|
2012 |
+
msgstr "Płatność #%d"
|
2013 |
+
|
2014 |
+
#: admin/templates/payment-details.tpl.php:16
|
2015 |
+
#@ WPBDM
|
2016 |
+
msgctxt "admin payments"
|
2017 |
+
msgid "Created on"
|
2018 |
+
msgstr "Utworzony przez"
|
2019 |
+
|
2020 |
+
#: admin/templates/payment-details.tpl.php:19
|
2021 |
+
#@ WPBDM
|
2022 |
+
msgctxt "admin infometabox"
|
2023 |
+
msgid "Amount"
|
2024 |
+
msgstr "Kwota"
|
2025 |
+
|
2026 |
+
#: admin/templates/payment-details.tpl.php:22
|
2027 |
+
#@ WPBDM
|
2028 |
+
msgctxt "admin infometabox"
|
2029 |
+
msgid "Gateway"
|
2030 |
+
msgstr "Bramka"
|
2031 |
+
|
2032 |
+
#: admin/templates/payment-details.tpl.php:26
|
2033 |
+
#@ WPBDM
|
2034 |
+
msgctxt "admin infometabox"
|
2035 |
+
msgid "Processed on"
|
2036 |
+
msgstr "Przetwarzane na"
|
2037 |
+
|
2038 |
+
#: admin/templates/settings.tpl.php:36
|
2039 |
+
#@ WPBDM
|
2040 |
+
msgid "Use this option if you want to go back to the original factory settings for BD. <b>Please note that all of your existing settings will be lost.</b>"
|
2041 |
+
msgstr "Użyj tej opcji, jeśli chcesz przywrócić Katalog Firm do ustawień fabrycznych.<b>Pamiętaj - wszystkie Twoje poprzednie ustawienia zostaną utracone..</b>"
|
2042 |
+
|
2043 |
+
#: admin/templates/form-fields.tpl.php:9
|
2044 |
+
#@ WPBDM
|
2045 |
+
msgctxt "form-fields admin"
|
2046 |
+
msgid "Here, you can create new fields for your listings, edit or delete existing ones, change the order and visibility of the fields as well as configure special options for them."
|
2047 |
+
msgstr "Tutaj możesz stworzyć nowe pola dla Twoich Ofert, edytować lub usuwać istniejące, porządkować i ustawiać widoczność tych pól przy użyciu specjalnych funkcji."
|
2048 |
+
|
2049 |
+
#: admin/templates/form-fields.tpl.php:15
|
2050 |
+
#@ WPBDM
|
2051 |
+
msgctxt "form-fields admin"
|
2052 |
+
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
2053 |
+
msgstr "Proszę zapoznać się z <a>Dokumentacją dotyczącą formularzy Pól</a> aby poznać wiecej możliwości."
|
2054 |
+
|
2055 |
+
#: admin/templates/payment-details.tpl.php:28
|
2056 |
+
#@ WPBDM
|
2057 |
+
msgctxt "admin infometabox"
|
2058 |
+
msgid "Processed by"
|
2059 |
+
msgstr "Przetwarzane przez"
|
2060 |
+
|
2061 |
+
#: admin/templates/payment-details.tpl.php:40
|
2062 |
+
#@ WPBDM
|
2063 |
+
msgctxt "admin payments"
|
2064 |
+
msgid "Approve payment"
|
2065 |
+
msgstr "Zatwierdzenie płatności"
|
2066 |
+
|
2067 |
+
#: admin/templates/payment-details.tpl.php:44
|
2068 |
+
#@ WPBDM
|
2069 |
+
msgctxt "admin payments"
|
2070 |
+
msgid "Reject payment"
|
2071 |
+
msgstr "Odrzucenie płatności"
|
2072 |
+
|
2073 |
+
#: admin/templates/settings.tpl.php:2
|
2074 |
+
#@ WPBDM
|
2075 |
+
msgid "Business Directory Settings"
|
2076 |
+
msgstr "Katalog Firm Ustawienia"
|
2077 |
+
|
2078 |
+
#: admin/templates/settings.tpl.php:18
|
2079 |
+
#@ WPBDM
|
2080 |
+
msgid "Settings updated."
|
2081 |
+
msgstr "Ustawienia zapisane"
|
2082 |
+
|
2083 |
+
#: admin/templates/settings.tpl.php:30
|
2084 |
+
#: admin/templates/settings.tpl.php:39
|
2085 |
+
#@ WPBDM
|
2086 |
+
msgid "Reset Defaults"
|
2087 |
+
msgstr "Przywróć ustawienia fabryczne"
|
2088 |
+
|
2089 |
+
#: admin/templates/sidebar.tpl.php:6
|
2090 |
+
#@ WPBDM
|
2091 |
+
msgctxt "admin sidebar"
|
2092 |
+
msgid "File Upload Module"
|
2093 |
+
msgstr "Moduł przesyłania plików"
|
2094 |
+
|
2095 |
+
#: admin/templates/sidebar.tpl.php:7
|
2096 |
+
#@ WPBDM
|
2097 |
+
msgctxt "admin sidebar"
|
2098 |
+
msgid "Featured Levels Module"
|
2099 |
+
msgstr "Moduł poziomów wyróżnień"
|
2100 |
+
|
2101 |
+
#: admin/templates/sidebar.tpl.php:8
|
2102 |
+
#@ WPBDM
|
2103 |
+
msgctxt "admin sidebar"
|
2104 |
+
msgid "ZIP Code Search Module"
|
2105 |
+
msgstr "Moduł wyszukiwania kodu pocztowego"
|
2106 |
+
|
2107 |
+
#: admin/templates/sidebar.tpl.php:9
|
2108 |
+
#@ WPBDM
|
2109 |
+
msgctxt "admin sidebar"
|
2110 |
+
msgid "Regions Module"
|
2111 |
+
msgstr "Moduł regionów"
|
2112 |
+
|
2113 |
+
#: admin/templates/sidebar.tpl.php:10
|
2114 |
+
#@ WPBDM
|
2115 |
+
msgctxt "admin sidebar"
|
2116 |
+
msgid "Ratings Module"
|
2117 |
+
msgstr "Moduł oceniania"
|
2118 |
+
|
2119 |
+
#: admin/templates/sidebar.tpl.php:11
|
2120 |
+
#@ WPBDM
|
2121 |
+
msgctxt "admin sidebar"
|
2122 |
+
msgid "Google Maps Module"
|
2123 |
+
msgstr "Moduł google mapy"
|
2124 |
+
|
2125 |
+
#: admin/templates/sidebar.tpl.php:20
|
2126 |
+
#@ WPBDM
|
2127 |
+
msgctxt "admin sidebar"
|
2128 |
+
msgid "Like this plugin?"
|
2129 |
+
msgstr "Lubisz tą wtyczkę?"
|
2130 |
+
|
2131 |
+
#: admin/templates/sidebar.tpl.php:22
|
2132 |
+
#@ WPBDM
|
2133 |
+
msgctxt "admin sidebar"
|
2134 |
+
msgid "Why not do any or all of the following:"
|
2135 |
+
msgstr "Czemu nie zrobić czegoś z poniższych:"
|
2136 |
+
|
2137 |
+
#: admin/templates/sidebar.tpl.php:24
|
2138 |
+
#@ WPBDM
|
2139 |
+
msgctxt "admin sidebar"
|
2140 |
+
msgid "Give it a good rating on WordPress.org."
|
2141 |
+
msgstr "Oceń nas na WordPress.org."
|
2142 |
+
|
2143 |
+
#: admin/templates/sidebar.tpl.php:25
|
2144 |
+
#@ WPBDM
|
2145 |
+
msgctxt "admin sidebar"
|
2146 |
+
msgid "Let other people know that it works with your WordPress setup."
|
2147 |
+
msgstr "Daj znać innym użytkownikom że ta wtyczka działa na Twoim Wordpressie."
|
2148 |
+
|
2149 |
+
#: admin/templates/sidebar.tpl.php:26
|
2150 |
+
#@ WPBDM
|
2151 |
+
msgctxt "admin sidebar"
|
2152 |
+
msgid "Buy a Premium Module"
|
2153 |
+
msgstr "Kup moduł premium"
|
2154 |
+
|
2155 |
+
#: admin/templates/sidebar.tpl.php:33
|
2156 |
+
#@ WPBDM
|
2157 |
+
msgctxt "admin sidebar"
|
2158 |
+
msgid "Get a Premium Module"
|
2159 |
+
msgstr "Pobierz moduł premium"
|
2160 |
+
|
2161 |
+
#: admin/templates/sidebar.tpl.php:42
|
2162 |
+
#@ WPBDM
|
2163 |
+
msgctxt "admin sidebar"
|
2164 |
+
msgid "Single Site License Combo Pack"
|
2165 |
+
msgstr "Multi paczka licencji dla pojedynczej strony"
|
2166 |
+
|
2167 |
+
#: admin/templates/sidebar.tpl.php:43
|
2168 |
+
#@ WPBDM
|
2169 |
+
msgctxt "admin sidebar"
|
2170 |
+
msgid "Multi Site License Combo Pack"
|
2171 |
+
msgstr "Multi paczka licencji dla wielu stron"
|
2172 |
+
|
2173 |
+
#: admin/templates/sidebar.tpl.php:50
|
2174 |
+
#@ WPBDM
|
2175 |
+
msgctxt "admin sidebar"
|
2176 |
+
msgid "Found a bug? Need support?"
|
2177 |
+
msgstr "Znalazłeś błąd? Potrzebujesz pomocy?"
|
2178 |
+
|
2179 |
+
#: admin/templates/sidebar.tpl.php:55
|
2180 |
+
#@ WPBDM
|
2181 |
+
msgctxt "admin sidebar"
|
2182 |
+
msgid "If you've found a bug or need support <a>visit the forums!</a>"
|
2183 |
+
msgstr "Jeśli znalazłeś błąd lub potrzebujesz pomocy zajrzyj na <a>forum!</a>"
|
2184 |
+
|
2185 |
+
#: admin/templates/sidebar.tpl.php:58
|
2186 |
+
#@ WPBDM
|
2187 |
+
msgctxt "admin sidebar"
|
2188 |
+
msgid "Full plugin documentation"
|
2189 |
+
msgstr "Pełna Dokumentacja Pluginu"
|
2190 |
+
|
2191 |
+
#: admin/templates/sidebar.tpl.php:59
|
2192 |
+
#@ WPBDM
|
2193 |
+
msgctxt "admin sidebar"
|
2194 |
+
msgid "Quick Start Guide"
|
2195 |
+
msgstr "Szybki Start Instrukcja"
|
2196 |
+
|
2197 |
+
#: admin/templates/sidebar.tpl.php:68
|
2198 |
+
#@ WPBDM
|
2199 |
+
msgctxt "admin sidebar"
|
2200 |
+
msgid "Installed Modules"
|
2201 |
+
msgstr "Zainstalowane moduły"
|
2202 |
+
|
2203 |
+
#: admin/templates/sidebar.tpl.php:79
|
2204 |
+
#: admin/templates/sidebar.tpl.php:88
|
2205 |
+
#@ WPBDM
|
2206 |
+
msgctxt "admin sidebar"
|
2207 |
+
msgid "Installed"
|
2208 |
+
msgstr "Zainstalowane "
|
2209 |
+
|
2210 |
+
#: admin/templates/sidebar.tpl.php:81
|
2211 |
+
#: admin/templates/sidebar.tpl.php:88
|
2212 |
+
#@ WPBDM
|
2213 |
+
msgctxt "admin sidebar"
|
2214 |
+
msgid "Not Installed"
|
2215 |
+
msgstr "Nie zainstalowane"
|
2216 |
+
|
2217 |
+
#: admin/templates/sidebar.tpl.php:87
|
2218 |
+
#@ WPBDM
|
2219 |
+
msgctxt "admin sidebar"
|
2220 |
+
msgid "Enhanced Categories Module"
|
2221 |
+
msgstr "Moduł zaawansowane kategorie"
|
2222 |
+
|
2223 |
+
#: admin/templates/transactions.tpl.php:2
|
2224 |
+
#@ WPBDM
|
2225 |
+
msgctxt "admin transactions"
|
2226 |
+
msgid "Transactions"
|
2227 |
+
msgstr "Transakcje"
|
2228 |
+
|
2229 |
+
#: admin/templates/uninstall-capture-form.tpl.php:5
|
2230 |
+
#@ WPBDM
|
2231 |
+
msgctxt "uninstall"
|
2232 |
+
msgid "It doesn't work with my theme/plugins/site"
|
2233 |
+
msgstr "To nie działa z moim szablonem/pluginem/stroną"
|
2234 |
+
|
2235 |
+
#: admin/templates/uninstall-capture-form.tpl.php:6
|
2236 |
+
#@ WPBDM
|
2237 |
+
msgctxt "uninstall"
|
2238 |
+
msgid "I can't set it up/Too complicated"
|
2239 |
+
msgstr "Nie mogę ustawić / Zbyt skomplikowane"
|
2240 |
+
|
2241 |
+
#: admin/templates/uninstall-capture-form.tpl.php:7
|
2242 |
+
#@ WPBDM
|
2243 |
+
msgctxt "uninstall"
|
2244 |
+
msgid "Doesn't solve my problem"
|
2245 |
+
msgstr "Nie rozwiązano mojego problemu"
|
2246 |
+
|
2247 |
+
#: admin/templates/uninstall-capture-form.tpl.php:8
|
2248 |
+
#@ WPBDM
|
2249 |
+
msgctxt "uninstall"
|
2250 |
+
msgid "Don't need it anymore/Not using it"
|
2251 |
+
msgstr "Więcej go nie potrzebuje/Nie używam go"
|
2252 |
+
|
2253 |
+
#: admin/templates/uninstall-capture-form.tpl.php:9
|
2254 |
+
#@ WPBDM
|
2255 |
+
msgctxt "uninstall"
|
2256 |
+
msgid "Other"
|
2257 |
+
msgstr "Inne"
|
2258 |
+
|
2259 |
+
#: admin/templates/uninstall-capture-form.tpl.php:16
|
2260 |
+
#@ WPBDM
|
2261 |
+
msgctxt "uninstall"
|
2262 |
+
msgid "We're sorry to see you leave. Could you take 10 seconds and answer one question for us to help us make the product better for everyone in the future?"
|
2263 |
+
msgstr "Jest nam przykro, że nas opuszczasz. Czy możesz poświęcić nam 10sekund i odpowidzieć na kilka pytań, abyśmy mogli lepiej dostosować nasz produkt dla potrzeb innych użytkowników?"
|
2264 |
+
|
2265 |
+
#: admin/templates/uninstall-capture-form.tpl.php:19
|
2266 |
+
#@ WPBDM
|
2267 |
+
msgctxt "uninstall"
|
2268 |
+
msgid "Why are you deleting Business Directory Plugin?"
|
2269 |
+
msgstr "Dla czego odinstalowujesz Katalog Firm?"
|
2270 |
+
|
2271 |
+
#: admin/templates/uninstall-capture-form.tpl.php:29
|
2272 |
+
#@ WPBDM
|
2273 |
+
msgctxt "uninstall"
|
2274 |
+
msgid "Please tell us why are you deleting Business Directory Plugin."
|
2275 |
+
msgstr "Prosimy Napisz nam dla czego odinstalowujesz Katalog Firm?"
|
2276 |
+
|
2277 |
+
#: admin/templates/uninstall-capture-form.tpl.php:36
|
2278 |
+
#@ WPBDM
|
2279 |
+
msgctxt "uninstall"
|
2280 |
+
msgid "Uninstall Plugin"
|
2281 |
+
msgstr "Odinstaluj Plugin"
|
2282 |
+
|
2283 |
+
#: admin/templates/uninstall-complete.tpl.php:2
|
2284 |
+
#@ WPBDM
|
2285 |
+
msgctxt "admin uninstall"
|
2286 |
+
msgid "Uninstall Business Directory"
|
2287 |
+
msgstr "Odinstaluj Katalog Firm"
|
2288 |
+
|
2289 |
+
#: admin/templates/uninstall-complete.tpl.php:7
|
2290 |
+
#@ WPBDM
|
2291 |
+
msgctxt "admin uninstall"
|
2292 |
+
msgid "Uninstall completed."
|
2293 |
+
msgstr "Deinstalacja zakończona."
|
2294 |
+
|
2295 |
+
#: admin/templates/uninstall-complete.tpl.php:8
|
2296 |
+
#@ WPBDM
|
2297 |
+
msgctxt "admin uninstall"
|
2298 |
+
msgid "Return to Dashboard."
|
2299 |
+
msgstr "Powrót do Panelu Admina WP."
|
2300 |
+
|
2301 |
+
#: admin/templates/uninstall-confirm.tpl.php:1
|
2302 |
+
#@ WPBDM
|
2303 |
+
msgctxt "uninstall"
|
2304 |
+
msgid "Uninstall Business Directory Plugin"
|
2305 |
+
msgstr "Odinstaluj Katalog Firm"
|
2306 |
+
|
2307 |
+
#: admin/tracking.php:188
|
2308 |
+
#@ WPBDM
|
2309 |
+
msgctxt "tracking"
|
2310 |
+
msgid "Help Improve Business Directory"
|
2311 |
+
msgstr "Pomóż doskonalić Katalog Firm"
|
2312 |
+
|
2313 |
+
#: admin/tracking.php:190
|
2314 |
+
#@ WPBDM
|
2315 |
+
msgctxt "tracking"
|
2316 |
+
msgid "Can Business Directory keep track of your theme, plugins, and other non-personal, non-identifying information to help us in testing the plugin for future releases?"
|
2317 |
+
msgstr "Czy Katalog Firm może śledzić, templatki, wtyczki i inne informacje niebędące danymi osobowymi, nieidentyfikujące aby pomóc nam w testowaniu pluginu dla przyszłych wersji?"
|
2318 |
+
|
2319 |
+
#: admin/tracking.php:192
|
2320 |
+
#@ WPBDM
|
2321 |
+
msgctxt "tracking"
|
2322 |
+
msgid "What do you track?"
|
2323 |
+
msgstr "Co śledzicie?"
|
2324 |
+
|
2325 |
+
#: admin/tracking.php:214
|
2326 |
+
#@ WPBDM
|
2327 |
+
msgctxt "tracking"
|
2328 |
+
msgid "No, Thanks."
|
2329 |
+
msgstr "Nie, dziękuję"
|
2330 |
+
|
2331 |
+
#: admin/tracking.php:221
|
2332 |
+
#@ WPBDM
|
2333 |
+
msgctxt "tracking"
|
2334 |
+
msgid "Allow Tracking"
|
2335 |
+
msgstr "Zezwalam na śledzenie"
|
2336 |
+
|
2337 |
+
#: admin/transactions.php:9
|
2338 |
+
#@ WPBDM
|
2339 |
+
msgctxt "admin transactions"
|
2340 |
+
msgid "transaction"
|
2341 |
+
msgstr "transakcja"
|
2342 |
+
|
2343 |
+
#: admin/transactions.php:10
|
2344 |
+
#@ WPBDM
|
2345 |
+
msgctxt "admin transactions"
|
2346 |
+
msgid "transactions"
|
2347 |
+
msgstr "transakcje"
|
2348 |
+
|
2349 |
+
#: admin/transactions.php:17
|
2350 |
+
#@ WPBDM
|
2351 |
+
msgctxt "admin transactions"
|
2352 |
+
msgid "ID"
|
2353 |
+
msgstr "ID"
|
2354 |
+
|
2355 |
+
#: admin/transactions.php:18
|
2356 |
+
#@ WPBDM
|
2357 |
+
msgctxt "admin transactions"
|
2358 |
+
msgid "Type"
|
2359 |
+
msgstr "Rodzaj"
|
2360 |
+
|
2361 |
+
#: admin/transactions.php:19
|
2362 |
+
#@ WPBDM
|
2363 |
+
msgctxt "admin transactions"
|
2364 |
+
msgid "Listing"
|
2365 |
+
msgstr "Oferta"
|
2366 |
+
|
2367 |
+
#: admin/transactions.php:20
|
2368 |
+
#@ WPBDM
|
2369 |
+
msgctxt "admin transactions"
|
2370 |
+
msgid "Status"
|
2371 |
+
msgstr "Status"
|
2372 |
+
|
2373 |
+
#: admin/transactions.php:21
|
2374 |
+
#@ WPBDM
|
2375 |
+
msgctxt "admin transactions"
|
2376 |
+
msgid "Amount"
|
2377 |
+
msgstr "Kwota"
|
2378 |
+
|
2379 |
+
#: admin/transactions.php:22
|
2380 |
+
#@ WPBDM
|
2381 |
+
msgctxt "admin transactions"
|
2382 |
+
msgid "Date"
|
2383 |
+
msgstr "Data"
|
2384 |
+
|
2385 |
+
#: admin/transactions.php:33
|
2386 |
+
#@ WPBDM
|
2387 |
+
msgctxt "admin transactions"
|
2388 |
+
msgid "Listing Submit (Initial Payment)"
|
2389 |
+
msgstr "Prześlij ofertę"
|
2390 |
+
|
2391 |
+
#: admin/transactions.php:34
|
2392 |
+
#@ WPBDM
|
2393 |
+
msgctxt "admin transactions"
|
2394 |
+
msgid "Listing Edit (Category Fee)"
|
2395 |
+
msgstr "Edytuj ofertę"
|
2396 |
+
|
2397 |
+
#: admin/transactions.php:35
|
2398 |
+
#@ WPBDM
|
2399 |
+
msgctxt "admin transactions"
|
2400 |
+
msgid "Renewal"
|
2401 |
+
msgstr "Odśwież"
|
2402 |
+
|
2403 |
+
#: admin/transactions.php:36
|
2404 |
+
#@ WPBDM
|
2405 |
+
msgctxt "admin transactions"
|
2406 |
+
msgid "Upgrade to Featured"
|
2407 |
+
msgstr "Podnieś status do \"Wyróżnione\""
|
2408 |
+
|
2409 |
+
#: admin/transactions.php:53
|
2410 |
+
#@ WPBDM
|
2411 |
+
msgctxt "admin transactions"
|
2412 |
+
msgid "Gateway"
|
2413 |
+
msgstr "Bramka"
|
2414 |
+
|
2415 |
+
#: admin/transactions.php:55
|
2416 |
+
#@ WPBDM
|
2417 |
+
msgctxt "admin transactions"
|
2418 |
+
msgid "Payer Info"
|
2419 |
+
msgstr "Informacje o płatniku"
|
2420 |
+
|
2421 |
+
#: admin/transactions.php:57
|
2422 |
+
#@ WPBDM
|
2423 |
+
msgctxt "admin transactions"
|
2424 |
+
msgid "Name"
|
2425 |
+
msgstr "Nazwisko"
|
2426 |
+
|
2427 |
+
#: admin/transactions.php:59
|
2428 |
+
#@ WPBDM
|
2429 |
+
msgctxt "admin transactions"
|
2430 |
+
msgid "E-Mail"
|
2431 |
+
msgstr "E-mail"
|
2432 |
+
|
2433 |
+
#: admin/transactions.php:63
|
2434 |
+
#@ WPBDM
|
2435 |
+
msgctxt "admin transactions"
|
2436 |
+
msgid "Processed On"
|
2437 |
+
msgstr "Przetwarzane na"
|
2438 |
+
|
2439 |
+
#: admin/transactions.php:65
|
2440 |
+
#@ WPBDM
|
2441 |
+
msgctxt "admin transactions"
|
2442 |
+
msgid "Processed By"
|
2443 |
+
msgstr "Przetwarzane przez"
|
2444 |
+
|
2445 |
+
#: admin/transactions.php:101
|
2446 |
+
#@ WPBDM
|
2447 |
+
msgctxt "admin transactions"
|
2448 |
+
msgid "Approve"
|
2449 |
+
msgstr "Zatwierdzenie"
|
2450 |
+
|
2451 |
+
#: admin/transactions.php:105
|
2452 |
+
#@ WPBDM
|
2453 |
+
msgctxt "admin transactions"
|
2454 |
+
msgid "Reject"
|
2455 |
+
msgstr "Odrzucoenie"
|
2456 |
+
|
2457 |
+
#: admin/transactions.php:111
|
2458 |
+
#@ WPBDM
|
2459 |
+
msgctxt "admin transactions"
|
2460 |
+
msgid "+ Details"
|
2461 |
+
msgstr "+ Szczegóły"
|
2462 |
+
|
2463 |
+
#: admin/transactions.php:116
|
2464 |
+
#@ WPBDM
|
2465 |
+
msgctxt "admin transactions"
|
2466 |
+
msgid "Delete"
|
2467 |
+
msgstr "Usuń"
|
2468 |
+
|
2469 |
+
#: admin/transactions.php:140
|
2470 |
+
#@ WPBDM
|
2471 |
+
msgctxt "admin transactions"
|
2472 |
+
msgid "All"
|
2473 |
+
msgstr "Wszystkie"
|
2474 |
+
|
2475 |
+
#: admin/transactions.php:148
|
2476 |
+
#@ WPBDM
|
2477 |
+
msgctxt "admin transactions"
|
2478 |
+
msgid "Approved"
|
2479 |
+
msgstr "Zatwierdzono"
|
2480 |
+
|
2481 |
+
#: admin/transactions.php:156
|
2482 |
+
#@ WPBDM
|
2483 |
+
msgctxt "admin transactions"
|
2484 |
+
msgid "Pending"
|
2485 |
+
msgstr "Oczekujące"
|
2486 |
+
|
2487 |
+
#: admin/transactions.php:164
|
2488 |
+
#@ WPBDM
|
2489 |
+
msgctxt "admin transactions"
|
2490 |
+
msgid "Rejected"
|
2491 |
+
msgstr "Odrzucono"
|
2492 |
+
|
2493 |
+
#: admin/transactions.php:259
|
2494 |
+
#@ WPBDM
|
2495 |
+
msgctxt "admin"
|
2496 |
+
msgid "The transaction has been deleted."
|
2497 |
+
msgstr "Transakcja została usunięta."
|
2498 |
+
|
2499 |
+
#: business-directory-plugin.php:655
|
2500 |
+
#@ WPBDM
|
2501 |
+
msgctxt "admin plugins"
|
2502 |
+
msgid "Settings"
|
2503 |
+
msgstr "Ustawienia"
|
2504 |
+
|
2505 |
+
#: business-directory-plugin.php:665
|
2506 |
+
#@ WPBDM
|
2507 |
+
msgctxt "post type general name"
|
2508 |
+
msgid "Directory"
|
2509 |
+
msgstr "Katalog"
|
2510 |
+
|
2511 |
+
#: business-directory-plugin.php:666
|
2512 |
+
#@ WPBDM
|
2513 |
+
msgctxt "post type singular name"
|
2514 |
+
msgid "Directory"
|
2515 |
+
msgstr "Katalog"
|
2516 |
+
|
2517 |
+
#: business-directory-plugin.php:667
|
2518 |
+
#@ WPBDM
|
2519 |
+
msgctxt "listing"
|
2520 |
+
msgid "Add New Listing"
|
2521 |
+
msgstr "Dodaj nową ofertę"
|
2522 |
+
|
2523 |
+
#: business-directory-plugin.php:668
|
2524 |
+
#@ WPBDM
|
2525 |
+
msgctxt "post type"
|
2526 |
+
msgid "Add New Listing"
|
2527 |
+
msgstr "Dodaj nową ofertę"
|
2528 |
+
|
2529 |
+
#: business-directory-plugin.php:669
|
2530 |
+
#: core/compatibility/deprecated.php:255
|
2531 |
+
#@ WPBDM
|
2532 |
+
msgid "Edit Listing"
|
2533 |
+
msgstr "Edycja Firmy"
|
2534 |
+
|
2535 |
+
#: business-directory-plugin.php:670
|
2536 |
+
#@ WPBDM
|
2537 |
+
msgid "New Listing"
|
2538 |
+
msgstr "Nowa Firma"
|
2539 |
+
|
2540 |
+
#: business-directory-plugin.php:671
|
2541 |
+
#@ WPBDM
|
2542 |
+
msgid "View Listing"
|
2543 |
+
msgstr "Widok"
|
2544 |
+
|
2545 |
+
#: business-directory-plugin.php:672
|
2546 |
+
#@ WPBDM
|
2547 |
+
msgid "Search Listings"
|
2548 |
+
msgstr "Szukaj Firmy"
|
2549 |
+
|
2550 |
+
#: business-directory-plugin.php:673
|
2551 |
+
#@ WPBDM
|
2552 |
+
msgid "No listings found"
|
2553 |
+
msgstr "Nie znaleziono "
|
2554 |
+
|
2555 |
+
#: business-directory-plugin.php:674
|
2556 |
+
#@ WPBDM
|
2557 |
+
msgid "No listings found in trash"
|
2558 |
+
msgstr "Nie znaleziono "
|
2559 |
+
|
2560 |
+
#: business-directory-plugin.php:696
|
2561 |
+
#@ WPBDM
|
2562 |
+
msgid "Directory Categories"
|
2563 |
+
msgstr "Kategorie Katalogu"
|
2564 |
+
|
2565 |
+
#: business-directory-plugin.php:822
|
2566 |
+
#: business-directory-plugin.php:829
|
2567 |
+
#, php-format
|
2568 |
+
#@ WPBDM
|
2569 |
+
msgctxt "rss feed"
|
2570 |
+
msgid "%s Feed"
|
2571 |
+
msgstr "%s RSS"
|
2572 |
+
|
2573 |
+
#: business-directory-plugin.php:1187
|
2574 |
+
#@ WPBDM
|
2575 |
+
msgctxt "title"
|
2576 |
+
msgid "Submit A Listing"
|
2577 |
+
msgstr "Dodaj Firmę"
|
2578 |
+
|
2579 |
+
#: business-directory-plugin.php:1197
|
2580 |
+
#@ WPBDM
|
2581 |
+
msgctxt "title"
|
2582 |
+
msgid "Find a Listing"
|
2583 |
+
msgstr "Znajdź Firmę"
|
2584 |
+
|
2585 |
+
#: business-directory-plugin.php:1207
|
2586 |
+
#@ WPBDM
|
2587 |
+
msgctxt "title"
|
2588 |
+
msgid "View All Listings"
|
2589 |
+
msgstr "Zobacz wszystkie Firmy"
|
2590 |
+
|
2591 |
+
#: business-directory-plugin.php:1227
|
2592 |
+
#, php-format
|
2593 |
+
#@ WPBDM
|
2594 |
+
msgctxt "title"
|
2595 |
+
msgid "Listings tagged: %s"
|
2596 |
+
msgstr "Oferty otagowane: %s"
|
2597 |
+
|
2598 |
+
#: business-directory-plugin.php:1452
|
2599 |
+
#@ WPBDM
|
2600 |
+
msgctxt "comment-form"
|
2601 |
+
msgid "The reCAPTCHA wasn't entered correctly."
|
2602 |
+
msgstr "ReCaptcha nie została poprawnie wprowadzona."
|
2603 |
+
|
2604 |
+
#: core/class-form-field.php:51
|
2605 |
+
#@ WPBDM
|
2606 |
+
msgctxt "form-fields-api"
|
2607 |
+
msgid "Invalid form field type"
|
2608 |
+
msgstr "Niewłaściwy typ Pola"
|
2609 |
+
|
2610 |
+
#: core/class-form-field.php:402
|
2611 |
+
#@ WPBDM
|
2612 |
+
msgctxt "form-fields-api"
|
2613 |
+
msgid "Field label is required."
|
2614 |
+
msgstr "Etykieta pola jest wymagana."
|
2615 |
+
|
2616 |
+
#: core/class-form-field.php:419
|
2617 |
+
#, php-format
|
2618 |
+
#@ WPBDM
|
2619 |
+
msgctxt "form-fields-api"
|
2620 |
+
msgid "There can only be one field with association \"%s\". Please select another association."
|
2621 |
+
msgstr "Może być użyte tylko jedno pole z przypisaniem \"%s\". Prosze wybrać inne przypisanie."
|
2622 |
+
|
2623 |
+
#: core/class-form-field.php:429
|
2624 |
+
#, php-format
|
2625 |
+
#@ WPBDM
|
2626 |
+
msgctxt "form-fields-api"
|
2627 |
+
msgid "\"%s\" is an invalid field type for this association."
|
2628 |
+
msgstr "\"%s\" jest niewłaściwym typem pola do tego przypisania"
|
2629 |
+
|
2630 |
+
#: core/class-form-field.php:460
|
2631 |
+
#@ WPBDM
|
2632 |
+
msgctxt "form-fields-api"
|
2633 |
+
msgid "Invalid field ID"
|
2634 |
+
msgstr "Niewłaściwe ID Pola"
|
2635 |
+
|
2636 |
+
#: core/class-form-field.php:469
|
2637 |
+
#@ WPBDM
|
2638 |
+
msgctxt "form-fields api"
|
2639 |
+
msgid "This form field can't be deleted because it is required for the plugin to work."
|
2640 |
+
msgstr "To pole formularza nie może zostac usunięte, ponieważ jest ono nie zbędne do działania pluginu."
|
2641 |
+
|
2642 |
+
#: core/class-form-field.php:481
|
2643 |
+
#@ WPBDM
|
2644 |
+
msgctxt "form-fields-api"
|
2645 |
+
msgid "An error occurred while trying to delete this field."
|
2646 |
+
msgstr "Wykryto błąd w trakcie próby usunięcia tego pola."
|
2647 |
+
|
2648 |
+
#: core/class-listing-upgrade-api.php:16
|
2649 |
+
#@ WPBDM
|
2650 |
+
msgctxt "listings-api"
|
2651 |
+
msgid "Normal Listing"
|
2652 |
+
msgstr "Normalna oferta"
|
2653 |
+
|
2654 |
+
#: core/class-listing-upgrade-api.php:20
|
2655 |
+
#@ WPBDM
|
2656 |
+
msgctxt "listings-api"
|
2657 |
+
msgid "Featured Listing"
|
2658 |
+
msgstr "Wyróżniona oferta"
|
2659 |
+
|
2660 |
+
#: core/class-listing.php:287
|
2661 |
+
#: core/class-listing.php:313
|
2662 |
+
#@ WPBDM
|
2663 |
+
msgctxt "listing"
|
2664 |
+
msgid "(Fee Unavailable)"
|
2665 |
+
msgstr "(Abonament niedostępny)"
|
2666 |
+
|
2667 |
+
#: core/class-listings-api.php:294
|
2668 |
+
#, php-format
|
2669 |
+
#@ WPBDM
|
2670 |
+
msgctxt "notify email"
|
2671 |
+
msgid "[%s] New listing notification"
|
2672 |
+
msgstr "[%s] Powiadomienie o Nowej ofercie"
|
2673 |
+
|
2674 |
+
#: core/class-listings-api.php:313
|
2675 |
+
#, php-format
|
2676 |
+
#@ WPBDM
|
2677 |
+
msgctxt "notify email"
|
2678 |
+
msgid "[%s] Listing edit notification"
|
2679 |
+
msgstr "[%s] Powiadomienie o Edycji oferty"
|
2680 |
+
|
2681 |
+
#: core/class-listings-widget.php:45
|
2682 |
+
#: core/widget-search.php:22
|
2683 |
+
#@ WPBDM
|
2684 |
+
msgctxt "widgets"
|
2685 |
+
msgid "Title:"
|
2686 |
+
msgstr "Tytuł:"
|
2687 |
+
|
2688 |
+
#: core/class-listings-widget.php:51
|
2689 |
+
#@ WPBDM
|
2690 |
+
msgctxt "widgets"
|
2691 |
+
msgid "Number of listings to display:"
|
2692 |
+
msgstr "Liczba wyświetlanych ofert"
|
2693 |
+
|
2694 |
+
#: core/class-listings-widget.php:60
|
2695 |
+
#@ WPBDM
|
2696 |
+
msgctxt "widgets"
|
2697 |
+
msgid "Thumbnails"
|
2698 |
+
msgstr "Miniatury"
|
2699 |
+
|
2700 |
+
#: core/class-listings-widget.php:68
|
2701 |
+
#@ WPBDM
|
2702 |
+
msgctxt "widgets"
|
2703 |
+
msgid "Show thumbnails"
|
2704 |
+
msgstr "Pokaż Miniatury"
|
2705 |
+
|
2706 |
+
#: core/class-settings.php:593
|
2707 |
+
#@ WPBDM
|
2708 |
+
msgctxt "admin settings"
|
2709 |
+
msgid "Thumbnails"
|
2710 |
+
msgstr "Miniatury"
|
2711 |
+
|
2712 |
+
#: core/class-settings.php:594
|
2713 |
+
#@ WPBDM
|
2714 |
+
msgctxt "admin settings"
|
2715 |
+
msgid "Thumbnail width (px)"
|
2716 |
+
msgstr "Szerokość miniatury (px)"
|
2717 |
+
|
2718 |
+
#: core/class-settings.php:595
|
2719 |
+
#@ WPBDM
|
2720 |
+
msgctxt "admin settings"
|
2721 |
+
msgid "Thumbnail height (px)"
|
2722 |
+
msgstr "Wysokość miniatury (px)"
|
2723 |
+
|
2724 |
+
#: core/class-settings.php:598
|
2725 |
+
#@ WPBDM
|
2726 |
+
msgctxt "admin settings"
|
2727 |
+
msgid "Crop thumbnails to exact dimensions?"
|
2728 |
+
msgstr "Przyciąć miniaturę do dokładnych wymiarów?"
|
2729 |
+
|
2730 |
+
#: core/class-settings.php:601
|
2731 |
+
#@ WPBDM
|
2732 |
+
msgctxt "admin settings"
|
2733 |
+
msgid "When enabled images will match exactly the dimensions above but part of the image may be cropped out. If disabled, image thumbnails will be resized to match the specified width and their height will be adjusted proportionally. Depending on the uploaded images, thumbnails may have different heights."
|
2734 |
+
msgstr "Jeśli zaznaczysz tą opcje - Obrazy zostaną docięte dokładnie do wymiarów podanych powyżej, ale część obrazu może zostać odcięta. Jeśli nie zaznaczysz tej opcji - Obrazy zostaną przeskalowane do wymaganej szerokości a ich wysokość będzie dopasowana proporcjonalnie. Każdy z dodanych obrazów przy tej opcji, może mieć inną wysokość."
|
2735 |
+
|
2736 |
+
#: core/class-listings-widget.php:72
|
2737 |
+
#@ WPBDM
|
2738 |
+
msgctxt "widgets"
|
2739 |
+
msgid "Image width (in px):"
|
2740 |
+
msgstr "Szerokość Obrazu (w px):"
|
2741 |
+
|
2742 |
+
#: core/class-listings-widget.php:78
|
2743 |
+
#@ WPBDM
|
2744 |
+
msgctxt "widgets"
|
2745 |
+
msgid "Leave blank for automatic width."
|
2746 |
+
msgstr "Zostaw puste, aby automatycznie ustawić szerokość."
|
2747 |
+
|
2748 |
+
#: core/class-listings-widget.php:83
|
2749 |
+
#@ WPBDM
|
2750 |
+
msgctxt "widgets"
|
2751 |
+
msgid "Image height (in px):"
|
2752 |
+
msgstr "Wysokość Obrazu (w px)"
|
2753 |
+
|
2754 |
+
#: core/class-listings-widget.php:89
|
2755 |
+
#@ WPBDM
|
2756 |
+
msgctxt "widgets"
|
2757 |
+
msgid "Leave blank for automatic height."
|
2758 |
+
msgstr "Zostaw puste, aby automatycznie ustawić wysokość."
|
2759 |
+
|
2760 |
+
#: core/class-payment.php:218
|
2761 |
+
#, php-format
|
2762 |
+
#@ WPBDM
|
2763 |
+
msgctxt "listings"
|
2764 |
+
msgid "Fee \"%s\" for category \"%s\""
|
2765 |
+
msgstr "Abonament \"%s\" dla kategorii \"%s\""
|
2766 |
+
|
2767 |
+
#: core/class-settings.php:24
|
2768 |
+
#@ WPBDM
|
2769 |
+
msgctxt "admin settings"
|
2770 |
+
msgid "General"
|
2771 |
+
msgstr "Główne"
|
2772 |
+
|
2773 |
+
#: core/class-settings.php:26
|
2774 |
+
#@ WPBDM
|
2775 |
+
msgctxt "admin settings"
|
2776 |
+
msgid "Data Collection"
|
2777 |
+
msgstr "Zbiór danych"
|
2778 |
+
|
2779 |
+
#: core/class-settings.php:29
|
2780 |
+
#@ WPBDM
|
2781 |
+
msgctxt "admin settings"
|
2782 |
+
msgid "Allow BD to anonymously collect information about your installed plugins, themes and WP version?"
|
2783 |
+
msgstr "Pozwalać Pluginowi BD na zbieranie danych dotyczących zainstalowanych szblonów, pluginów i wersji WP?"
|
2784 |
+
|
2785 |
+
#: core/class-settings.php:34
|
2786 |
+
#@ WPBDM
|
2787 |
+
msgctxt "admin settings"
|
2788 |
+
msgid "<a>Learn more</a> about what BD does and does NOT track."
|
2789 |
+
msgstr "<a>Dowiedz się więcej</a> na temat danych jakie zbiera plugin BD."
|
2790 |
+
|
2791 |
+
#: core/class-settings.php:37
|
2792 |
+
#@ WPBDM
|
2793 |
+
msgctxt "admin settings"
|
2794 |
+
msgid "Permalink Settings"
|
2795 |
+
msgstr "Ustawienia linków"
|
2796 |
+
|
2797 |
+
#: core/class-settings.php:38
|
2798 |
+
#@ WPBDM
|
2799 |
+
msgctxt "admin settings"
|
2800 |
+
msgid "Directory Listings Slug"
|
2801 |
+
msgstr "Slug Katalogu Firm"
|
2802 |
+
|
2803 |
+
#: core/class-settings.php:39
|
2804 |
+
#@ WPBDM
|
2805 |
+
msgctxt "admin settings"
|
2806 |
+
msgid "Categories Slug"
|
2807 |
+
msgstr "Slug Kategorii"
|
2808 |
+
|
2809 |
+
#: core/class-settings.php:39
|
2810 |
+
#@ WPBDM
|
2811 |
+
msgctxt "admin settings"
|
2812 |
+
msgid "The slug can't be in use by another term. Avoid \"category\", for instance."
|
2813 |
+
msgstr "Slug nie może być użyty dla innych warunków. Unikać dla przykładu \"kategoria\"."
|
2814 |
+
|
2815 |
+
#: core/class-settings.php:40
|
2816 |
+
#@ WPBDM
|
2817 |
+
msgctxt "admin settings"
|
2818 |
+
msgid "Tags Slug"
|
2819 |
+
msgstr "Slug Tagów"
|
2820 |
+
|
2821 |
+
#: core/class-settings.php:40
|
2822 |
+
#@ WPBDM
|
2823 |
+
msgctxt "admin settings"
|
2824 |
+
msgid "The slug can't be in use by another term. Avoid \"tag\", for instance."
|
2825 |
+
msgstr "Slug nie może być użyty dla innych warunków. Unikać dla przykładu \"tag\"."
|
2826 |
+
|
2827 |
+
#: core/class-settings.php:43
|
2828 |
+
#@ WPBDM
|
2829 |
+
msgctxt "admin settings"
|
2830 |
+
msgid "Remove listing ID from directory URLs?"
|
2831 |
+
msgstr "Usuwać ID oferty z linków URL?"
|
2832 |
+
|
2833 |
+
#: core/class-settings.php:50
|
2834 |
+
#@ WPBDM
|
2835 |
+
msgctxt "admin settings"
|
2836 |
+
msgid "reCAPTCHA Settings"
|
2837 |
+
msgstr "Ustawienia reCAPTCHA"
|
2838 |
+
|
2839 |
+
#: core/class-settings.php:53
|
2840 |
+
#@ WPBDM
|
2841 |
+
msgctxt "admin settings"
|
2842 |
+
msgid "Need API keys for reCAPTCHA? Get them <a>here</a>."
|
2843 |
+
msgstr "Potrzebujesz klucza API dla reCAPTCHA? Jest <a>tutaj</a>."
|
2844 |
+
|
2845 |
+
#: core/class-settings.php:55
|
2846 |
+
#@ WPBDM
|
2847 |
+
msgctxt "admin settings"
|
2848 |
+
msgid "Use reCAPTCHA for contact forms"
|
2849 |
+
msgstr "Użyj reCAPTCHA dla formularza kontaktu."
|
2850 |
+
|
2851 |
+
#: core/class-settings.php:56
|
2852 |
+
#@ WPBDM
|
2853 |
+
msgctxt "admin settings"
|
2854 |
+
msgid "Use reCAPTCHA for listing submits"
|
2855 |
+
msgstr "Użyj reCAPTCHA dla wiadomości do właściciela oferty."
|
2856 |
+
|
2857 |
+
#: core/class-settings.php:59
|
2858 |
+
#@ WPBDM
|
2859 |
+
msgctxt "admin settings"
|
2860 |
+
msgid "Use reCAPTCHA for listing comments?"
|
2861 |
+
msgstr "Użyć reCAPTCHA dla komentarzy ofert?"
|
2862 |
+
|
2863 |
+
#: core/class-settings.php:62
|
2864 |
+
#@ WPBDM
|
2865 |
+
msgctxt "admin settings"
|
2866 |
+
msgid "reCAPTCHA Public Key"
|
2867 |
+
msgstr "reCAPTCHA Klucz publiczny"
|
2868 |
+
|
2869 |
+
#: core/class-settings.php:63
|
2870 |
+
#@ WPBDM
|
2871 |
+
msgctxt "admin settings"
|
2872 |
+
msgid "reCAPTCHA Private Key"
|
2873 |
+
msgstr "reCAPTCHA Klucz prywatny"
|
2874 |
+
|
2875 |
+
#: core/class-settings.php:67
|
2876 |
+
#: core/class-settings.php:76
|
2877 |
+
#@ WPBDM
|
2878 |
+
msgctxt "admin settings"
|
2879 |
+
msgid "Terms and Conditions"
|
2880 |
+
msgstr "Warunki i regulamin korzystania z serwisu."
|
2881 |
+
|
2882 |
+
#: core/class-settings.php:70
|
2883 |
+
#@ WPBDM
|
2884 |
+
msgctxt "admin settings"
|
2885 |
+
msgid "Display and require user agreement to Terms and Conditions"
|
2886 |
+
msgstr "Pokaż i żądaj od użytkownika przeczytania \"Warunki i regulamin korzystania z serwisu\"."
|
2887 |
+
|
2888 |
+
#: core/class-settings.php:79
|
2889 |
+
#@ WPBDM
|
2890 |
+
msgctxt "admin settings"
|
2891 |
+
msgid "Enter text or a URL starting with http. If you use a URL, the Terms and Conditions text will be replaced by a link to the appropiate page."
|
2892 |
+
msgstr "Wprowadź tekst lub adres url zaczynając od http://. Jeśli wprowadzisz adres url, regulamin i warunki korzystania z serwisu zostaną zastąpione linkiem do odpowiedniej strony."
|
2893 |
+
|
2894 |
+
#: core/class-settings.php:83
|
2895 |
+
#@ WPBDM
|
2896 |
+
msgctxt "admin settings"
|
2897 |
+
msgid "Directory Display Options"
|
2898 |
+
msgstr "Opcje wyświetlania Katalogu"
|
2899 |
+
|
2900 |
+
#: core/class-settings.php:84
|
2901 |
+
#@ WPBDM
|
2902 |
+
msgctxt "admin settings"
|
2903 |
+
msgid "Show the \"Submit listing\" button."
|
2904 |
+
msgstr "Wyświetl przycisk \"Dodaj Firmę\" ."
|
2905 |
+
|
2906 |
+
#: core/class-settings.php:85
|
2907 |
+
#@ WPBDM
|
2908 |
+
msgctxt "admin settings"
|
2909 |
+
msgid "Show \"Search listings\"."
|
2910 |
+
msgstr "Wyświetl \"Szukaj Firmy\"."
|
2911 |
+
|
2912 |
+
#: core/class-settings.php:86
|
2913 |
+
#@ WPBDM
|
2914 |
+
msgctxt "admin settings"
|
2915 |
+
msgid "Show the \"View Listings\" button."
|
2916 |
+
msgstr "Wyświetl przycisk \"Pokaż Firmy\" ."
|
2917 |
+
|
2918 |
+
#: core/class-settings.php:87
|
2919 |
+
#@ WPBDM
|
2920 |
+
msgctxt "admin settings"
|
2921 |
+
msgid "Show the \"Directory\" button."
|
2922 |
+
msgstr "Wyświetl przycisk \"Katalog\" ."
|
2923 |
+
|
2924 |
+
#: core/class-settings.php:92
|
2925 |
+
#@ WPBDM
|
2926 |
+
msgctxt "admin settings"
|
2927 |
+
msgid "Directory Search"
|
2928 |
+
msgstr "Katalog Szukanie"
|
2929 |
+
|
2930 |
+
#: core/class-settings.php:95
|
2931 |
+
#@ WPBDM
|
2932 |
+
msgctxt "admin settings"
|
2933 |
+
msgid "Display search form when displaying search results?"
|
2934 |
+
msgstr "Wyświetlać formularz wyszukiwania gdu pokazywane są wyniki wyszukiwania?"
|
2935 |
+
|
2936 |
+
#: core/class-settings.php:102
|
2937 |
+
#@ WPBDM
|
2938 |
+
msgctxt "admin settings"
|
2939 |
+
msgid "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."
|
2940 |
+
msgstr "Zaznaczyłeś, aby pole tekstowe było dostępne w trybie szybkiego wyszukiwania. Wyszukiwania z udziałem tych pól są bardzo długie i mogą doprowadzić do przekroczenia limitu czasu i /lub ogólnego spowolnienia."
|
2941 |
+
|
2942 |
+
#: core/class-settings.php:107
|
2943 |
+
#@ WPBDM
|
2944 |
+
msgctxt "admin settings"
|
2945 |
+
msgid "Quick search fields"
|
2946 |
+
msgstr "Pola szybkiego wyszukiwania"
|
2947 |
+
|
2948 |
+
#: core/class-settings.php:123
|
2949 |
+
#@ WPBDM
|
2950 |
+
msgctxt "admin settings"
|
2951 |
+
msgid "Miscellaneous Settings"
|
2952 |
+
msgstr "Ustawienia Pozostałych funkcji"
|
2953 |
+
|
2954 |
+
#: core/class-settings.php:141
|
2955 |
+
#: core/class-settings.php:604
|
2956 |
+
#@ WPBDM
|
2957 |
+
msgctxt "admin settings"
|
2958 |
+
msgid "Listings"
|
2959 |
+
msgstr "Oferty"
|
2960 |
+
|
2961 |
+
#: admin/class-admin.php:242
|
2962 |
+
#: admin/class-admin.php:243
|
2963 |
+
#@ WPBDM
|
2964 |
+
msgctxt "admin menu"
|
2965 |
+
msgid "Listings"
|
2966 |
+
msgstr "Oferty"
|
2967 |
+
|
2968 |
+
#: core/class-settings.php:142
|
2969 |
+
#: core/class-settings.php:288
|
2970 |
+
#@ WPBDM
|
2971 |
+
msgctxt "admin settings"
|
2972 |
+
msgid "General Settings"
|
2973 |
+
msgstr "Ustawienia Główne"
|
2974 |
+
|
2975 |
+
#: core/class-settings.php:115
|
2976 |
+
#@ WPBDM
|
2977 |
+
msgctxt "admin settings"
|
2978 |
+
msgid "Enable high performance searches?"
|
2979 |
+
msgstr "Włączyć zaawansowane wyszsukiwanie?"
|
2980 |
+
|
2981 |
+
#: core/class-settings.php:118
|
2982 |
+
#@ WPBDM
|
2983 |
+
msgctxt "admin settings"
|
2984 |
+
msgid "Enabling this makes BD sacrifice result quality to improve speed. This is helpful if you're on shared hosting plans, where database performance is an issue."
|
2985 |
+
msgstr "Włączenie tej funkcji, spowoduje że Katalog Firm poświęci jakość wyszukiwania aby przyśpieszyć działanie wyszukiwarki. Pomocne w przypadku niektórych, wolniejszych hostingów."
|
2986 |
+
|
2987 |
+
#: core/class-settings.php:127
|
2988 |
+
#@ WPBDM
|
2989 |
+
msgctxt "admin settings"
|
2990 |
+
msgid "Check this if you are having trouble with BD, particularly when importing or exporting CSV files."
|
2991 |
+
msgstr "Zaznacz tą opcję, jeśli Katalog Firm ma problemy z Importem lub Exportem Plików CSV."
|
2992 |
+
|
2993 |
+
#: core/class-settings.php:130
|
2994 |
+
#@ WPBDM
|
2995 |
+
msgctxt "admin settings"
|
2996 |
+
msgid "If this compatibility mode doesn't solve your issue, you may be experiencing a more serious conflict. <a>Here is an article</a> about how to test for theme and plugin conflicts with Business Directory."
|
2997 |
+
msgstr "Jesli ten tryb kompatybilności nie rozwiązał Twojego problemu, możesz mieć do czynienia z poważniejszym konfliktem. <a>Tu znajduje się artykuł</a> o tym jak sprawdzać konflikty szablonów i pluginów działających w środowisku Katalogu Firm."
|
2998 |
+
|
2999 |
+
#: core/class-settings.php:133
|
3000 |
+
#@ WPBDM
|
3001 |
+
msgctxt "admin settings"
|
3002 |
+
msgid "Enable AJAX compatibility mode?"
|
3003 |
+
msgstr "Włączyć tryb kompatybilności AJAX?"
|
3004 |
+
|
3005 |
+
#: core/class-settings.php:144
|
3006 |
+
#@ WPBDM
|
3007 |
+
msgctxt "admin settings"
|
3008 |
+
msgid "Listings per page"
|
3009 |
+
msgstr "Firm na stronę"
|
3010 |
+
|
3011 |
+
#: core/class-settings.php:145
|
3012 |
+
#@ WPBDM
|
3013 |
+
msgctxt "admin settings"
|
3014 |
+
msgid "Number of listings to show per page. Use a value of \"0\" to show all listings."
|
3015 |
+
msgstr "Ilość ofert wyświetlanych na jednej stronie. Użyj wartości \"0\", aby pokazać wszystkie oferty."
|
3016 |
+
|
3017 |
+
#: core/class-settings.php:147
|
3018 |
+
#@ WPBDM
|
3019 |
+
msgctxt "admin settings"
|
3020 |
+
msgid "Listing duration for no-fee sites (in days)"
|
3021 |
+
msgstr "Okres ważności oferty dla trybu bezpłatnego (w dniach)"
|
3022 |
+
|
3023 |
+
#: core/class-settings.php:148
|
3024 |
+
#@ WPBDM
|
3025 |
+
msgctxt "admin settings"
|
3026 |
+
msgid "Use a value of \"0\" to keep a listing alive indefinitely or enter a number less than 10 years (3650 days)."
|
3027 |
+
msgstr "Użyj wartości \"0\" dla okresu ważności oferty - na zawsze, lub wprowadź liczbę mniejszą od 10 lat (3650 dni)."
|
3028 |
+
|
3029 |
+
#: core/class-settings.php:154
|
3030 |
+
#@ WPBDM
|
3031 |
+
msgctxt "admin settings"
|
3032 |
+
msgid "Include listing contact form on listing pages?"
|
3033 |
+
msgstr "Dołączyć formularz kontaktu z właścicielem na stronie oferty?"
|
3034 |
+
|
3035 |
+
#: core/class-settings.php:157
|
3036 |
+
#@ WPBDM
|
3037 |
+
msgctxt "admin settings"
|
3038 |
+
msgid "Allows visitors to contact listing authors privately. Authors will receive the messages via email."
|
3039 |
+
msgstr "Pozwolić użytkownikom na kontakt bezpośredni z włascicielem ofert. Właściciel otrzyma e-mail ze strony."
|
3040 |
+
|
3041 |
+
#: core/class-settings.php:160
|
3042 |
+
#@ WPBDM
|
3043 |
+
msgctxt "admin settings"
|
3044 |
+
msgid "Require login for using the contact form?"
|
3045 |
+
msgstr "Wymagać logowania, aby używać formularza kontaktu?"
|
3046 |
+
|
3047 |
+
#: core/class-settings.php:166
|
3048 |
+
#@ WPBDM
|
3049 |
+
msgctxt "admin settings"
|
3050 |
+
msgid "Maximum number of contact form submits per day"
|
3051 |
+
msgstr "Maksymalna liczba wiadomości wysłanych do właściciela w ciągu doby"
|
3052 |
+
|
3053 |
+
#: core/class-settings.php:169
|
3054 |
+
#@ WPBDM
|
3055 |
+
msgctxt "admin settings"
|
3056 |
+
msgid "Use this to prevent spamming of listing owners. 0 means unlimited submits per day."
|
3057 |
+
msgstr "Użyj aby ograniczyć spam do właściciela oferty. 0 oznacza brak limitu."
|
3058 |
+
|
3059 |
+
#: core/class-settings.php:175
|
3060 |
+
#@ WPBDM
|
3061 |
+
msgctxt "admin settings"
|
3062 |
+
msgid "Include comment form on listing pages?"
|
3063 |
+
msgstr "Pozwolić na komentarze na stronie oferty?"
|
3064 |
+
|
3065 |
+
#: core/class-settings.php:178
|
3066 |
+
#@ WPBDM
|
3067 |
+
msgctxt "admin settings"
|
3068 |
+
msgid "Allow visitors to discuss listings using the standard WordPress comment form. Comments are public."
|
3069 |
+
msgstr "Pozwolić użytkownikom na dyskuję za pomocą standardowych komentarzy WordPress. Komentarze będą upublicznione."
|
3070 |
+
|
3071 |
+
#: core/class-settings.php:179
|
3072 |
+
#@ WPBDM
|
3073 |
+
msgctxt "admin settings"
|
3074 |
+
msgid "Show listings under categories on main page?"
|
3075 |
+
msgstr "Wyświetlać oferty pod kategoriami na stronie głównej?"
|
3076 |
+
|
3077 |
+
#: core/class-settings.php:180
|
3078 |
+
#@ WPBDM
|
3079 |
+
msgctxt "admin settings"
|
3080 |
+
msgid "Status of listings upon uninstalling plugin"
|
3081 |
+
msgstr "Status dla ofert, gdy odinstalowujesz plugin"
|
3082 |
+
|
3083 |
+
#: core/class-settings.php:182
|
3084 |
+
#@ WPBDM
|
3085 |
+
msgctxt "admin settings"
|
3086 |
+
msgid "Status of deleted listings"
|
3087 |
+
msgstr "Status dla ofert usuniętych"
|
3088 |
+
|
3089 |
+
#: core/class-settings.php:185
|
3090 |
+
#@ WPBDM
|
3091 |
+
msgctxt "admin settings"
|
3092 |
+
msgid "Listing Renewal"
|
3093 |
+
msgstr "Oferta Odświeżona"
|
3094 |
+
|
3095 |
+
#: core/class-settings.php:186
|
3096 |
+
#@ WPBDM
|
3097 |
+
msgctxt "admin settings"
|
3098 |
+
msgid "Turn on listing renewal option?"
|
3099 |
+
msgstr "Włączyć opcję odnawiania ofert?"
|
3100 |
+
|
3101 |
+
#: core/class-settings.php:189
|
3102 |
+
#@ WPBDM
|
3103 |
+
msgctxt "admin settings"
|
3104 |
+
msgid "Allow recurring renewal payments?"
|
3105 |
+
msgstr "Pozwalać na cykliczne płatności dla odnawiania ofert?"
|
3106 |
+
|
3107 |
+
#: core/class-settings.php:192
|
3108 |
+
#@ WPBDM
|
3109 |
+
msgctxt "admin settings"
|
3110 |
+
msgid "Allow users to opt in for automatic renewal of their listings. The fee is charged at the time the listing expires without user intervention."
|
3111 |
+
msgstr "Pozwól użytkownikom zdecydować się na automatyczne przedłużenie ich ofert.Opłata pobierana jest w momencie gdy oferta wygasa, bez interwencji użytkownika."
|
3112 |
+
|
3113 |
+
#: core/class-settings.php:196
|
3114 |
+
#@ WPBDM
|
3115 |
+
msgctxt "admin settings"
|
3116 |
+
msgid "Use recurring payments as the default payment method?"
|
3117 |
+
msgstr "Używać cyklicznych płatności jako standardowej metody płatności?"
|
3118 |
+
|
3119 |
+
#: core/class-settings.php:199
|
3120 |
+
#@ WPBDM
|
3121 |
+
msgctxt "admin settings"
|
3122 |
+
msgid "Enable automatic renewal without having users opt in during the submit process."
|
3123 |
+
msgstr "Włączyć utomatyczne odnawianie ofert bez konieczności informowania użytkowników w trakcie dodawania oferty."
|
3124 |
+
|
3125 |
+
#: core/class-settings.php:204
|
3126 |
+
#@ WPBDM
|
3127 |
+
msgctxt "admin settings"
|
3128 |
+
msgid "Listing renewal e-mail threshold (in days)"
|
3129 |
+
msgstr "Powiadomienie o konieczności odnowienia oferty (w dniach)"
|
3130 |
+
|
3131 |
+
#: core/class-settings.php:207
|
3132 |
+
#@ WPBDM
|
3133 |
+
msgctxt "admin settings"
|
3134 |
+
msgid "Configure how many days before listing expiration is the renewal e-mail sent."
|
3135 |
+
msgstr "Ustaw na ile dni przed wygaśnięciem oferty wysłać e-mail o konieczności odnowienia."
|
3136 |
+
|
3137 |
+
#: core/class-settings.php:211
|
3138 |
+
#@ WPBDM
|
3139 |
+
msgctxt "admin settings"
|
3140 |
+
msgid "Send expiration notices including a cancel links to auto-renewed listings?"
|
3141 |
+
msgstr "Wysyłać powiadomienie o zbliżającym się końcu ważności ofert wraz z linkiem do auto-odnawiania ofert?"
|
3142 |
+
|
3143 |
+
#: core/class-settings.php:218
|
3144 |
+
#@ WPBDM
|
3145 |
+
msgctxt "admin settings"
|
3146 |
+
msgid "Remind listing owners of expired listings (past due)?"
|
3147 |
+
msgstr "Przypominać właścicielom ofert o wygaśnięciu okresu ważności oferty (po terminie)?"
|
3148 |
+
|
3149 |
+
#: core/class-settings.php:223
|
3150 |
+
#@ WPBDM
|
3151 |
+
msgctxt "admin settings"
|
3152 |
+
msgid "Listing renewal reminder e-mail threshold (in days)"
|
3153 |
+
msgstr "Przypomnienie o konieczności odnowienia oferty (w dniach)"
|
3154 |
+
|
3155 |
+
#: core/class-settings.php:226
|
3156 |
+
#@ WPBDM
|
3157 |
+
msgctxt "admin settings"
|
3158 |
+
msgid "Configure how many days after the expiration of a listing an e-mail reminder should be sent to the owner."
|
3159 |
+
msgstr "Ustaw po ilu dniach od wygaśnięcia oferty wysłać na dres e-mail właściciela przypomnienie o konieczności odnowienia oferty."
|
3160 |
+
|
3161 |
+
#: core/class-settings.php:229
|
3162 |
+
#@ WPBDM
|
3163 |
+
msgctxt "admin settings"
|
3164 |
+
msgid "Post/Category Settings"
|
3165 |
+
msgstr "Ustawienia Postu/Kategori"
|
3166 |
+
|
3167 |
+
#: core/class-settings.php:230
|
3168 |
+
#@ WPBDM
|
3169 |
+
msgctxt "admin settings"
|
3170 |
+
msgid "Default new post status"
|
3171 |
+
msgstr "Domyślny Status Nowego Postu"
|
3172 |
+
|
3173 |
+
#: core/class-settings.php:233
|
3174 |
+
#@ WPBDM
|
3175 |
+
msgctxt "admin settings"
|
3176 |
+
msgid "Edit post status"
|
3177 |
+
msgstr "Status Postu po Edycji "
|
3178 |
+
|
3179 |
+
#: core/class-settings.php:235
|
3180 |
+
#@ WPBDM
|
3181 |
+
msgctxt "admin settings"
|
3182 |
+
msgid "Order categories list by"
|
3183 |
+
msgstr "Sortuj Kategorie według "
|
3184 |
+
|
3185 |
+
#: core/class-settings.php:237
|
3186 |
+
#@ WPBDM
|
3187 |
+
msgctxt "admin settings"
|
3188 |
+
msgid "Name"
|
3189 |
+
msgstr "Nazwa"
|
3190 |
+
|
3191 |
+
#: core/class-settings.php:238
|
3192 |
+
#@ WPBDM
|
3193 |
+
msgctxt "admin settings"
|
3194 |
+
msgid "Slug"
|
3195 |
+
msgstr "Slug"
|
3196 |
+
|
3197 |
+
#: core/class-settings.php:239
|
3198 |
+
#@ WPBDM
|
3199 |
+
msgctxt "admin settings"
|
3200 |
+
msgid "Listing Count"
|
3201 |
+
msgstr "Licznik ofert"
|
3202 |
+
|
3203 |
+
#: core/class-settings.php:241
|
3204 |
+
#@ WPBDM
|
3205 |
+
msgctxt "admin settings"
|
3206 |
+
msgid "Sort order for categories"
|
3207 |
+
msgstr "Porządek wyświatlania dla kategorii"
|
3208 |
+
|
3209 |
+
#: core/class-settings.php:242
|
3210 |
+
#: core/class-settings.php:259
|
3211 |
+
#@ WPBDM
|
3212 |
+
msgctxt "admin settings"
|
3213 |
+
msgid "Ascending"
|
3214 |
+
msgstr "Rosnąco"
|
3215 |
+
|
3216 |
+
#: core/class-settings.php:242
|
3217 |
+
#: core/class-settings.php:259
|
3218 |
+
#@ WPBDM
|
3219 |
+
msgctxt "admin settings"
|
3220 |
+
msgid "Descending"
|
3221 |
+
msgstr "Malejąco"
|
3222 |
+
|
3223 |
+
#: core/class-settings.php:243
|
3224 |
+
#@ WPBDM
|
3225 |
+
msgctxt "admin settings"
|
3226 |
+
msgid "Show category post count?"
|
3227 |
+
msgstr "Pokazywać liczbę ofert w kategorii?"
|
3228 |
+
|
3229 |
+
#: core/class-settings.php:244
|
3230 |
+
#@ WPBDM
|
3231 |
+
msgctxt "admin settings"
|
3232 |
+
msgid "Hide empty categories?"
|
3233 |
+
msgstr "Ukryć puste kategorie?"
|
3234 |
+
|
3235 |
+
#: core/class-settings.php:245
|
3236 |
+
#@ WPBDM
|
3237 |
+
msgctxt "admin settings"
|
3238 |
+
msgid "Show only parent categories in category list?"
|
3239 |
+
msgstr "Pokazywać tylko Nadrzędne kategorie na liście kategorii?"
|
3240 |
+
|
3241 |
+
#: core/class-settings.php:247
|
3242 |
+
#@ WPBDM
|
3243 |
+
msgctxt "admin settings"
|
3244 |
+
msgid "Listings Sorting"
|
3245 |
+
msgstr "Porządkowanie Firm"
|
3246 |
+
|
3247 |
+
#: core/class-settings.php:248
|
3248 |
+
#@ WPBDM
|
3249 |
+
msgctxt "admin settings"
|
3250 |
+
msgid "Order directory listings by"
|
3251 |
+
msgstr "Porządkuj listę według"
|
3252 |
+
|
3253 |
+
#: core/class-settings.php:250
|
3254 |
+
#@ WPBDM
|
3255 |
+
msgctxt "admin settings"
|
3256 |
+
msgid "Title"
|
3257 |
+
msgstr "Tytuł"
|
3258 |
+
|
3259 |
+
#: core/class-settings.php:251
|
3260 |
+
#@ WPBDM
|
3261 |
+
msgctxt "admin settings"
|
3262 |
+
msgid "Author"
|
3263 |
+
msgstr "Autor"
|
3264 |
+
|
3265 |
+
#: core/class-settings.php:252
|
3266 |
+
#@ WPBDM
|
3267 |
+
msgctxt "admin settings"
|
3268 |
+
msgid "Date posted"
|
3269 |
+
msgstr "Data publikacji"
|
3270 |
+
|
3271 |
+
#: core/class-settings.php:253
|
3272 |
+
#@ WPBDM
|
3273 |
+
msgctxt "admin settings"
|
3274 |
+
msgid "Date last modified"
|
3275 |
+
msgstr "Data ostatnij modyfikacji"
|
3276 |
+
|
3277 |
+
#: core/class-settings.php:254
|
3278 |
+
#@ WPBDM
|
3279 |
+
msgctxt "admin settings"
|
3280 |
+
msgid "Random"
|
3281 |
+
msgstr "Losowo"
|
3282 |
+
|
3283 |
+
#: core/class-settings.php:255
|
3284 |
+
#@ WPBDM
|
3285 |
+
msgctxt "admin settings"
|
3286 |
+
msgid "Paid first then free"
|
3287 |
+
msgstr "Najpierw płatne potem bezpłatne"
|
3288 |
+
|
3289 |
+
#: core/class-settings.php:257
|
3290 |
+
#@ WPBDM
|
3291 |
+
msgctxt "admin settings"
|
3292 |
+
msgid "Sort directory listings by"
|
3293 |
+
msgstr "Porządkuj oferty "
|
3294 |
+
|
3295 |
+
#: core/class-settings.php:258
|
3296 |
+
#@ WPBDM
|
3297 |
+
msgctxt "admin settings"
|
3298 |
+
msgid "Ascending for ascending order A-Z, Descending for descending order Z-A"
|
3299 |
+
msgstr "Rosnąco (od A do Z). Malejąco (od Z do A)."
|
3300 |
+
|
3301 |
+
#: core/class-settings.php:263
|
3302 |
+
#@ WPBDM
|
3303 |
+
msgctxt "admin settings"
|
3304 |
+
msgid "Enable sort bar?"
|
3305 |
+
msgstr "Włączyć pasek sortowania?"
|
3306 |
+
|
3307 |
+
#: core/class-settings.php:268
|
3308 |
+
#@ WPBDM
|
3309 |
+
msgctxt "admin settings"
|
3310 |
+
msgid "Sortbar Fields"
|
3311 |
+
msgstr "Pola paska sortowania"
|
3312 |
+
|
3313 |
+
#: core/class-settings.php:277
|
3314 |
+
#@ WPBDM
|
3315 |
+
msgctxt "admin settings"
|
3316 |
+
msgid "Featured (Sticky) listing settings"
|
3317 |
+
msgstr "Ustawienia Wyróżnienie (naklejka) oferty"
|
3318 |
+
|
3319 |
+
#: core/class-settings.php:278
|
3320 |
+
#@ WPBDM
|
3321 |
+
msgctxt "admin settings"
|
3322 |
+
msgid "Offer sticky listings?"
|
3323 |
+
msgstr "Oferować wyróżnienia (naklejki)?"
|
3324 |
+
|
3325 |
+
#: core/class-settings.php:279
|
3326 |
+
#@ WPBDM
|
3327 |
+
msgctxt "admin settings"
|
3328 |
+
msgid "Offer upgrades during submit process?"
|
3329 |
+
msgstr "Oferować wyróżnienia podczas rejestracji firmy?"
|
3330 |
+
|
3331 |
+
#: core/class-settings.php:280
|
3332 |
+
#@ WPBDM
|
3333 |
+
msgctxt "admin settings"
|
3334 |
+
msgid "Sticky listing price"
|
3335 |
+
msgstr "Koszt naklejki"
|
3336 |
+
|
3337 |
+
#: core/class-settings.php:281
|
3338 |
+
#@ WPBDM
|
3339 |
+
msgctxt "admin settings"
|
3340 |
+
msgid "Sticky listing page description text"
|
3341 |
+
msgstr "Strona opisu wyróżnienia oferty naklejką"
|
3342 |
+
|
3343 |
+
#: core/class-settings.php:282
|
3344 |
+
#@ WPBDM
|
3345 |
+
msgctxt "admin settings"
|
3346 |
+
msgid "You can upgrade your listing to featured status. Featured listings will always appear on top of regular listings."
|
3347 |
+
msgstr "Możesz podnieść status Twojej oferty do statusu wyróżniona. Wyróżnione oferty są zawsze wyświetlane na górze strony, przed ofertami ze zwykłym statusem."
|
3348 |
+
|
3349 |
+
#: core/class-settings.php:287
|
3350 |
+
#@ WPBDM
|
3351 |
+
msgctxt "admin settings"
|
3352 |
+
msgid "E-Mail"
|
3353 |
+
msgstr "E-mail"
|
3354 |
+
|
3355 |
+
#: core/class-settings.php:291
|
3356 |
+
#@ WPBDM
|
3357 |
+
msgctxt "admin settings"
|
3358 |
+
msgid "Display email address fields publicly?"
|
3359 |
+
msgstr "Wyświetlać publicznie pole \"adres e-mail\"?"
|
3360 |
+
|
3361 |
+
#: core/class-settings.php:294
|
3362 |
+
#@ WPBDM
|
3363 |
+
msgctxt "admin settings"
|
3364 |
+
msgid "Shows the email address of the listing owner to all web users. NOT RECOMMENDED as this increases spam to the address and allows spam bots to harvest it for future use."
|
3365 |
+
msgstr "Wyświetla adres e-mail właściciela oferty wszystkim użytkownikom. NIE ZALECANE - może to zwiększyć ruch niepożądanych widomości na poczcie właściciela (spam)."
|
3366 |
+
|
3367 |
+
#: core/class-settings.php:297
|
3368 |
+
#@ WPBDM
|
3369 |
+
msgctxt "admin settings"
|
3370 |
+
msgid "How to determine the listing's email address?"
|
3371 |
+
msgstr "Jak określić listę adresów e-mail?"
|
3372 |
+
|
3373 |
+
#: core/class-settings.php:300
|
3374 |
+
#@ WPBDM
|
3375 |
+
msgctxt "admin settings"
|
3376 |
+
msgid "This affects emails sent to listing owners via contact forms or when their listings expire."
|
3377 |
+
msgstr "Wpływa to na e-maile wysyłane do właścicieli ofert za pośrednictwem formularzy kontaktowych lub gdy ich oferta wygasa."
|
3378 |
+
|
3379 |
+
#: core/class-settings.php:307
|
3380 |
+
#@ WPBDM
|
3381 |
+
msgctxt "admin settings"
|
3382 |
+
msgid "E-Mail Notifications"
|
3383 |
+
msgstr "Powiadomienia E-mail"
|
3384 |
+
|
3385 |
+
#: core/class-settings.php:310
|
3386 |
+
#@ WPBDM
|
3387 |
+
msgctxt "admin settings"
|
3388 |
+
msgid "Notify admin via e-mail when..."
|
3389 |
+
msgstr "Powiadom Administratora przez e-mail, kiedy..."
|
3390 |
+
|
3391 |
+
#: core/class-settings.php:314
|
3392 |
+
#@ WPBDM
|
3393 |
+
msgctxt "admin settings"
|
3394 |
+
msgid "A new listing is submitted."
|
3395 |
+
msgstr "Dodano nową ofertę."
|
3396 |
+
|
3397 |
+
#: core/class-settings.php:315
|
3398 |
+
#@ WPBDM
|
3399 |
+
msgctxt "admin settings"
|
3400 |
+
msgid "A listing is edited."
|
3401 |
+
msgstr "Edytowano ofertę."
|
3402 |
+
|
3403 |
+
#: core/class-settings.php:316
|
3404 |
+
#@ WPBDM
|
3405 |
+
msgctxt "admin settings"
|
3406 |
+
msgid "A listing expires."
|
3407 |
+
msgstr "Upłynął okres ważności oferty."
|
3408 |
+
|
3409 |
+
#: core/class-settings.php:317
|
3410 |
+
#@ WPBDM
|
3411 |
+
msgctxt "admin settings"
|
3412 |
+
msgid "A contact message is sent to a listing's owner."
|
3413 |
+
msgstr "Została wysłana wiadomość kontaktowa do właściciela oferty."
|
3414 |
+
|
3415 |
+
#: core/class-settings.php:323
|
3416 |
+
#@ WPBDM
|
3417 |
+
msgctxt "admin settings"
|
3418 |
+
msgid "CC this e-mail address too"
|
3419 |
+
msgstr "Prześlij także na ten adres e-mail"
|
3420 |
+
|
3421 |
+
#: core/class-settings.php:329
|
3422 |
+
#@ WPBDM
|
3423 |
+
msgctxt "admin settings"
|
3424 |
+
msgid "Notify users via e-mail when..."
|
3425 |
+
msgstr "Poinformuj użytkownika mailem gdy..."
|
3426 |
+
|
3427 |
+
#: core/class-settings.php:332
|
3428 |
+
#@ WPBDM
|
3429 |
+
msgctxt "admin settings"
|
3430 |
+
msgid "You can modify the text template used for most of these e-mails below."
|
3431 |
+
msgstr "Możesz edytować szablony tekstowe dla poniższych wiadomości e-mail."
|
3432 |
+
|
3433 |
+
#: core/class-settings.php:333
|
3434 |
+
#@ WPBDM
|
3435 |
+
msgctxt "admin settings"
|
3436 |
+
msgid "Their listing is submitted."
|
3437 |
+
msgstr "Twoja oferta została przesłana."
|
3438 |
+
|
3439 |
+
#: core/class-settings.php:334
|
3440 |
+
#@ WPBDM
|
3441 |
+
msgctxt "admin settings"
|
3442 |
+
msgid "Their listing is approved/published."
|
3443 |
+
msgstr "Twoja oferta została zatwierdzona i opublikowana."
|
3444 |
+
|
3445 |
+
#: core/class-settings.php:343
|
3446 |
+
#, php-format
|
3447 |
+
#@ WPBDM
|
3448 |
+
msgctxt "contact email"
|
3449 |
+
msgid "You have received a reply from your listing at %s."
|
3450 |
+
msgstr "Otrzymano wiadomość dotyczącą oferty %s."
|
3451 |
+
|
3452 |
+
#: core/class-settings.php:344
|
3453 |
+
#, php-format
|
3454 |
+
#@ WPBDM
|
3455 |
+
msgctxt "contact email"
|
3456 |
+
msgid "Name: %s"
|
3457 |
+
msgstr "Nazwa: %s"
|
3458 |
+
|
3459 |
+
#: core/class-settings.php:345
|
3460 |
+
#, php-format
|
3461 |
+
#@ WPBDM
|
3462 |
+
msgctxt "contact email"
|
3463 |
+
msgid "E-Mail: %s"
|
3464 |
+
msgstr "E-Mail: %s"
|
3465 |
+
|
3466 |
+
#: core/class-settings.php:346
|
3467 |
+
#@ WPBDM
|
3468 |
+
msgctxt "contact email"
|
3469 |
+
msgid "Message:"
|
3470 |
+
msgstr "Wiadomość:"
|
3471 |
+
|
3472 |
+
#: core/class-settings.php:348
|
3473 |
+
#, php-format
|
3474 |
+
#@ WPBDM
|
3475 |
+
msgctxt "contact email"
|
3476 |
+
msgid "Time: %s"
|
3477 |
+
msgstr "Czas: %s"
|
3478 |
+
|
3479 |
+
#: core/class-settings.php:350
|
3480 |
+
#@ WPBDM
|
3481 |
+
msgctxt "admin settings"
|
3482 |
+
msgid "E-Mail Templates"
|
3483 |
+
msgstr "Szablony wiadomości e-Mail"
|
3484 |
+
|
3485 |
+
#: core/class-settings.php:353
|
3486 |
+
#@ WPBDM
|
3487 |
+
msgctxt "admin settings"
|
3488 |
+
msgid "Email confirmation message"
|
3489 |
+
msgstr "Wiadomość e-mail z potwierdzeniem odbioru"
|
3490 |
+
|
3491 |
+
#: core/class-settings.php:357
|
3492 |
+
#@ WPBDM
|
3493 |
+
msgctxt "admin settings"
|
3494 |
+
msgid "Sent after a listing has been submitted."
|
3495 |
+
msgstr "Wysłane po zapisaniu oferty."
|
3496 |
+
|
3497 |
+
#: core/class-settings.php:358
|
3498 |
+
#: core/class-settings.php:366
|
3499 |
+
#: core/class-settings.php:407
|
3500 |
+
#@ WPBDM
|
3501 |
+
msgctxt "admin settings"
|
3502 |
+
msgid "Listing's title"
|
3503 |
+
msgstr "Tytuł oferty"
|
3504 |
+
|
3505 |
+
#: core/class-settings.php:361
|
3506 |
+
#@ WPBDM
|
3507 |
+
msgctxt "admin settings"
|
3508 |
+
msgid "Listing published message"
|
3509 |
+
msgstr "Wiadomość o opublikowaniu oferty"
|
3510 |
+
|
3511 |
+
#: core/class-settings.php:46
|
3512 |
+
#@ WPBDM
|
3513 |
+
msgctxt "admin settings"
|
3514 |
+
msgid "Prior to 3.5.1, we included the ID in the listing URL, like \"/business-directory/1809/listing-title\". Check this setting to remove the ID for better SEO."
|
3515 |
+
msgstr "Zgodnie z zaleceniami wersji 3.5.1, dołączamy nr ID do linku URL. Wygląda to następująco \"/business-directory/1809/listing-title\". Zaznacz tą opcje aby polepszyć SEO."
|
3516 |
+
|
3517 |
+
#: core/class-settings.php:104
|
3518 |
+
#@ WPBDM
|
3519 |
+
msgctxt "admin settings"
|
3520 |
+
msgid "Use Ctrl-Click to include multiple fields in the search. Choosing too many fields for inclusion into Quick Search can result in very slow search performance."
|
3521 |
+
msgstr "Użyj Ctrl + Kliknięcie aby zaznaczyć kilka naraz. Jeśli zaznaczysz zbyt dużo pól, może to znacząco spowolnić działanie wyszukiwarki."
|
3522 |
+
|
3523 |
+
#: core/class-settings.php:364
|
3524 |
+
#@ WPBDM
|
3525 |
+
msgctxt "admin settings"
|
3526 |
+
msgid "Your listing \"[listing]\" is now available at [listing-url] and can be viewed by the public."
|
3527 |
+
msgstr "Twoja oferta \"[listing]\" jest dostępna pod adresem [listing-url] i posiada status oferty publicznej."
|
3528 |
+
|
3529 |
+
#: core/class-settings.php:543
|
3530 |
+
#@ WPBDM
|
3531 |
+
msgctxt "admin settings"
|
3532 |
+
msgid "Ask users to come back for abandoned payments?"
|
3533 |
+
msgstr "Pytać użytkowników o powrót do porzuconych płatności?"
|
3534 |
+
|
3535 |
+
#: core/class-settings.php:546
|
3536 |
+
#@ WPBDM
|
3537 |
+
msgctxt "admin settings"
|
3538 |
+
msgid "An abandoned payment is when a user attempts to place a listing and gets to the end, but fails to complete their payment for the listing. This results in listings that look like they failed, when the user simply didn't complete the transaction. BD can remind them to come back and continue."
|
3539 |
+
msgstr "Porzucona płatność może wystąpić w przypadku, gdy użytkownik zamieszcza ofertę, ale z przyczyn niezależnych od niego doszło do błędu i niedokończenia transakcji płatności.vWygląda to tak, jakby został błędnie przesłany formularz oferty, a tak na prawdę to tylko nie dokończona transakcja płatności.vKatalog Firm może przypominać użytkownikom o potrzebie powrotu i dokończenia transakcji."
|
3540 |
+
|
3541 |
+
#: core/class-settings.php:552
|
3542 |
+
#@ WPBDM
|
3543 |
+
msgctxt "admin settings"
|
3544 |
+
msgid "Listing abandonment threshold (hours)"
|
3545 |
+
msgstr "Maksymalny Czas dla porzuconych płątności (godzin)"
|
3546 |
+
|
3547 |
+
#: core/class-settings.php:557
|
3548 |
+
#@ WPBDM
|
3549 |
+
msgctxt "admin settings"
|
3550 |
+
msgid "Listings with pending payments are marked as abandoned after this time. You can also <a>customize the e-mail</a> users receive."
|
3551 |
+
msgstr "Oferty oczekujące na płatność zostaną oznaczone jako porzucone - po upływie tego czasu. Możesz także <a>wprowadzić zmiany w szablonie wiadomości e-mail</a> dostarczanym do użytkowników."
|
3552 |
+
|
3553 |
+
#: core/class-settings.php:406
|
3554 |
+
#@ WPBDM
|
3555 |
+
msgctxt "admin settings"
|
3556 |
+
msgid "Sent some time after a pending payment is abandoned by users."
|
3557 |
+
msgstr "Wysyłany do użytkowników, po pewnym czasie od zmiany statusu na \"porzucone\"."
|
3558 |
+
|
3559 |
+
#: core/class-settings.php:402
|
3560 |
+
#@ WPBDM
|
3561 |
+
msgctxt "admin settings"
|
3562 |
+
msgid "Payment abandoned reminder message"
|
3563 |
+
msgstr "Wiadomość przypomnienia o porzuconej płatności "
|
3564 |
+
|
3565 |
+
#: core/class-settings.php:385
|
3566 |
+
#@ WPBDM
|
3567 |
+
msgctxt "admin settings"
|
3568 |
+
msgid "Payment related"
|
3569 |
+
msgstr "Powiązania płatności"
|
3570 |
+
|
3571 |
+
#: core/class-settings.php:365
|
3572 |
+
#@ WPBDM
|
3573 |
+
msgctxt "admin settings"
|
3574 |
+
msgid "Sent when the listing has been published or approved by an admin."
|
3575 |
+
msgstr "Wyślij gdy oferta została zatwierdzona lub opublikowana przez administratora."
|
3576 |
+
|
3577 |
+
#: core/class-settings.php:367
|
3578 |
+
#@ WPBDM
|
3579 |
+
msgctxt "admin settings"
|
3580 |
+
msgid "Listing's URL"
|
3581 |
+
msgstr "URL oferty"
|
3582 |
+
|
3583 |
+
#: core/class-settings.php:371
|
3584 |
+
#@ WPBDM
|
3585 |
+
msgctxt "admin settings"
|
3586 |
+
msgid "Listing Contact Message"
|
3587 |
+
msgstr "Wiadomość do osoby kontaktowej z Oferty"
|
3588 |
+
|
3589 |
+
#: core/class-settings.php:375
|
3590 |
+
#@ WPBDM
|
3591 |
+
msgctxt "admin settings"
|
3592 |
+
msgid "Sent to listing owners when someone uses the contact form on their listing pages."
|
3593 |
+
msgstr "Wyślij do właściciela oferty gdy ktoś użył formularza kontaktu na stronie jego oferty."
|
3594 |
+
|
3595 |
+
#: core/class-settings.php:414
|
3596 |
+
#@ WPBDM
|
3597 |
+
msgctxt "admin settings"
|
3598 |
+
msgid "Renewal Reminders"
|
3599 |
+
msgstr "Przypomnienie o Odnowieniu"
|
3600 |
+
|
3601 |
+
#: core/class-settings.php:417
|
3602 |
+
#@ WPBDM
|
3603 |
+
msgctxt "admin settings"
|
3604 |
+
msgid "This section refers only to the text of the renewal/expiration notices. You can also <a>configure when the e-mails are sent</a>."
|
3605 |
+
msgstr "Ta sekcja odnosi się tylko do tekstu informacyjnego na temat odnowienia/wygaśnięcia oferty. Możesz także ustawic, <a>kiedy wysyłać e-mail</a>."
|
3606 |
+
|
3607 |
+
#: core/class-settings.php:421
|
3608 |
+
#@ WPBDM
|
3609 |
+
msgctxt "admin settings"
|
3610 |
+
msgid "Pending expiration e-mail message"
|
3611 |
+
msgstr "Wiadomość e-mail dotycząca okresu ważności oferty"
|
3612 |
+
|
3613 |
+
#: core/class-settings.php:425
|
3614 |
+
#@ WPBDM
|
3615 |
+
msgctxt "settings"
|
3616 |
+
msgid "Sent some time before the listing expires. Applies to non-recurring renewals only."
|
3617 |
+
msgstr "Wysyłane przed upływem okresu ważności oferty. Dotyczy tylko jednorazowych odnowień( \"nie powtarzających się\" - dostępne w opcjach)."
|
3618 |
+
|
3619 |
+
#: core/class-settings.php:426
|
3620 |
+
#: core/class-settings.php:439
|
3621 |
+
#: core/class-settings.php:452
|
3622 |
+
#: core/class-settings.php:465
|
3623 |
+
#: core/class-settings.php:478
|
3624 |
+
#@ WPBDM
|
3625 |
+
msgctxt "settings"
|
3626 |
+
msgid "Listing's name (with link)"
|
3627 |
+
msgstr "Nazwa Oferty (z linkiem)"
|
3628 |
+
|
3629 |
+
#: core/class-settings.php:427
|
3630 |
+
#: core/class-settings.php:440
|
3631 |
+
#: core/class-settings.php:453
|
3632 |
+
#: core/class-settings.php:466
|
3633 |
+
#: core/class-settings.php:479
|
3634 |
+
#@ WPBDM
|
3635 |
+
msgctxt "settings"
|
3636 |
+
msgid "Author's name"
|
3637 |
+
msgstr "Nazwisko Autora"
|
3638 |
+
|
3639 |
+
#: core/class-settings.php:428
|
3640 |
+
#: core/class-settings.php:441
|
3641 |
+
#: core/class-settings.php:480
|
3642 |
+
#@ WPBDM
|
3643 |
+
msgctxt "settings"
|
3644 |
+
msgid "Expiration date"
|
3645 |
+
msgstr "Data zakończenia emisji oferty"
|
3646 |
+
|
3647 |
+
#: core/class-settings.php:429
|
3648 |
+
#@ WPBDM
|
3649 |
+
msgctxt "settings"
|
3650 |
+
msgid "Category that is going to expire"
|
3651 |
+
msgstr "Oferta, której upływa termin ważności"
|
3652 |
+
|
3653 |
+
#: core/class-settings.php:430
|
3654 |
+
#: core/class-settings.php:443
|
3655 |
+
#: core/class-settings.php:482
|
3656 |
+
#@ WPBDM
|
3657 |
+
msgctxt "settings"
|
3658 |
+
msgid "Link to renewal page"
|
3659 |
+
msgstr "Link do strony Odnawiania ofert"
|
3660 |
+
|
3661 |
+
#: core/class-settings.php:431
|
3662 |
+
#: core/class-settings.php:444
|
3663 |
+
#: core/class-settings.php:456
|
3664 |
+
#: core/class-settings.php:469
|
3665 |
+
#: core/class-settings.php:483
|
3666 |
+
#@ WPBDM
|
3667 |
+
msgctxt "settings"
|
3668 |
+
msgid "Link to your site"
|
3669 |
+
msgstr "Link do Twojej strony"
|
3670 |
+
|
3671 |
+
#: core/class-settings.php:434
|
3672 |
+
#@ WPBDM
|
3673 |
+
msgctxt "admin settings"
|
3674 |
+
msgid "Listing Renewal e-mail message"
|
3675 |
+
msgstr "Wiadomość e-mail dotycząca odnowienia oferty"
|
3676 |
+
|
3677 |
+
#: core/class-settings.php:438
|
3678 |
+
#@ WPBDM
|
3679 |
+
msgctxt "settings"
|
3680 |
+
msgid "Sent at the time of listing expiration. Applies to non-recurring renewals only."
|
3681 |
+
msgstr "Wysyłane w chwili zakończenia okresu ważności oferty. Dotyczy tylko jednorazowych odnowień( \"nie powtarzających się\" - dostępne w opcjach)."
|
3682 |
+
|
3683 |
+
#: core/class-settings.php:442
|
3684 |
+
#: core/class-settings.php:481
|
3685 |
+
#@ WPBDM
|
3686 |
+
msgctxt "settings"
|
3687 |
+
msgid "Category that expired"
|
3688 |
+
msgstr "Oferta, której upłynął okres ważności"
|
3689 |
+
|
3690 |
+
#: core/class-settings.php:447
|
3691 |
+
#@ WPBDM
|
3692 |
+
msgctxt "admin settings"
|
3693 |
+
msgid "Listing auto-renewal reminder (recurring payments)"
|
3694 |
+
msgstr "Przypomnienie o automatycznym odnowieniu oferty ( powtarzające się płatności )"
|
3695 |
+
|
3696 |
+
#: core/class-settings.php:451
|
3697 |
+
#@ WPBDM
|
3698 |
+
msgctxt "settings"
|
3699 |
+
msgid "Sent some time before the listing is auto-renewed. Applies to recurring renewals only."
|
3700 |
+
msgstr "Wysyłane przed odnowieniem oferty. Dotyczy tylko powtarzających się płatności."
|
3701 |
+
|
3702 |
+
#: core/class-settings.php:454
|
3703 |
+
#: core/class-settings.php:468
|
3704 |
+
#@ WPBDM
|
3705 |
+
msgctxt "settings"
|
3706 |
+
msgid "Renewal date"
|
3707 |
+
msgstr "Data odświeżenia"
|
3708 |
+
|
3709 |
+
#: core/class-settings.php:455
|
3710 |
+
#@ WPBDM
|
3711 |
+
msgctxt "settings"
|
3712 |
+
msgid "Category that is going to be renewed"
|
3713 |
+
msgstr "Oferta, której zbliża się termin odnowienia"
|
3714 |
+
|
3715 |
+
#: core/class-settings.php:457
|
3716 |
+
#@ WPBDM
|
3717 |
+
msgctxt "settings"
|
3718 |
+
msgid "Link to manage subscriptions"
|
3719 |
+
msgstr "Link do zarządzania subskrypcjami"
|
3720 |
+
|
3721 |
+
#: core/class-settings.php:460
|
3722 |
+
#@ WPBDM
|
3723 |
+
msgctxt "admin settings"
|
3724 |
+
msgid "Listing Renewal e-mail message (recurring payments)"
|
3725 |
+
msgstr "Wiadomość e-mail dotycząca odnowienia oferty ( powtarzające się płatności)"
|
3726 |
+
|
3727 |
+
#: core/class-settings.php:464
|
3728 |
+
#@ WPBDM
|
3729 |
+
msgctxt "settings"
|
3730 |
+
msgid "Sent after the listing is auto-renewed. Applies to recurring renewals only."
|
3731 |
+
msgstr "Wysyłane po odnowieniu oferty. Dotyczy tylko powtarzających się płatności."
|
3732 |
+
|
3733 |
+
#: core/class-settings.php:467
|
3734 |
+
#@ WPBDM
|
3735 |
+
msgctxt "settings"
|
3736 |
+
msgid "Renewed category"
|
3737 |
+
msgstr "Kategoria Odnowiona"
|
3738 |
+
|
3739 |
+
#: core/class-settings.php:473
|
3740 |
+
#@ WPBDM
|
3741 |
+
msgctxt "admin settings"
|
3742 |
+
msgid "Renewal reminder e-mail message"
|
3743 |
+
msgstr "Wiadomość e-mail dotytcząca przypomnienia o odnowieniu"
|
3744 |
+
|
3745 |
+
#: core/class-settings.php:477
|
3746 |
+
#@ WPBDM
|
3747 |
+
msgctxt "settings"
|
3748 |
+
msgid "Sent some time after listing expiration and when no renewal has occurred. Applies to both recurring and non-recurring renewals."
|
3749 |
+
msgstr "Wysyłane po zakończeniu okresu ważności, a gdy nie odnowieno oferty. Dotyczy wszystkich form płatności."
|
3750 |
+
|
3751 |
+
#: core/class-settings.php:487
|
3752 |
+
#@ WPBDM
|
3753 |
+
msgctxt "admin settings"
|
3754 |
+
msgid "Payment"
|
3755 |
+
msgstr "Płatność"
|
3756 |
+
|
3757 |
+
#: core/class-settings.php:488
|
3758 |
+
#@ WPBDM
|
3759 |
+
msgctxt "admin settings"
|
3760 |
+
msgid "Payment Settings"
|
3761 |
+
msgstr "Ustawienia Płatności"
|
3762 |
+
|
3763 |
+
#: core/class-settings.php:491
|
3764 |
+
#@ WPBDM
|
3765 |
+
msgctxt "admin settings"
|
3766 |
+
msgid "Turn On payments?"
|
3767 |
+
msgstr "Włączyć Płatność?"
|
3768 |
+
|
3769 |
+
#: core/class-settings.php:493
|
3770 |
+
#@ WPBDM
|
3771 |
+
msgctxt "admin settings"
|
3772 |
+
msgid "Put payment gateways in test mode?"
|
3773 |
+
msgstr "Włączyć tryb testu dla bramki płatności?"
|
3774 |
+
|
3775 |
+
#: core/class-settings.php:498
|
3776 |
+
#@ WPBDM
|
3777 |
+
msgctxt "admin settings"
|
3778 |
+
msgid "Perform checkouts on the secure (HTTPS) version of your site?"
|
3779 |
+
msgstr "Proferować przełączenie koszyka do bezpiecznej wersji strony (https://)?"
|
3780 |
+
|
3781 |
+
#: core/class-settings.php:501
|
3782 |
+
#@ WPBDM
|
3783 |
+
msgctxt "admin settings"
|
3784 |
+
msgid "Recommended for added security. For this to work you need to enable HTTPS on your server and <a>obtain an SSL certificate</a>."
|
3785 |
+
msgstr "Rekomendowane dla bezpieczeństwa. Aby zadziałało musisz uruchomić Szyfrowanie SSL ( https ) na Twoim serwerze, a tu znajdziesz <a>informacje o certyfikatach SSL</a>."
|
3786 |
+
|
3787 |
+
#: core/class-settings.php:505
|
3788 |
+
#@ WPBDM
|
3789 |
+
msgctxt "admin settings"
|
3790 |
+
msgid "Currency Code"
|
3791 |
+
msgstr "Kod Waluty"
|
3792 |
+
|
3793 |
+
#: core/class-settings.php:507
|
3794 |
+
#@ WPBDM
|
3795 |
+
msgctxt "admin settings"
|
3796 |
+
msgid "Australian Dollar (AUD)"
|
3797 |
+
msgstr "Dolar Australijski (AUD)"
|
3798 |
+
|
3799 |
+
#: core/class-settings.php:508
|
3800 |
+
#@ WPBDM
|
3801 |
+
msgctxt "admin settings"
|
3802 |
+
msgid "Brazilian Real (BRL)"
|
3803 |
+
msgstr "Real Brazylijski (BRL)"
|
3804 |
+
|
3805 |
+
#: core/class-settings.php:509
|
3806 |
+
#@ WPBDM
|
3807 |
+
msgctxt "admin settings"
|
3808 |
+
msgid "Canadian Dollar (CAD)"
|
3809 |
+
msgstr "Dolar Kanadyjski (CAD)"
|
3810 |
+
|
3811 |
+
#: core/class-settings.php:510
|
3812 |
+
#@ WPBDM
|
3813 |
+
msgctxt "admin settings"
|
3814 |
+
msgid "Czech Koruna (CZK)"
|
3815 |
+
msgstr "Korona Czeska (CZK)"
|
3816 |
+
|
3817 |
+
#: core/class-settings.php:511
|
3818 |
+
#@ WPBDM
|
3819 |
+
msgctxt "admin settings"
|
3820 |
+
msgid "Danish Krone (DKK)"
|
3821 |
+
msgstr "Korona Duńska (DKK)"
|
3822 |
+
|
3823 |
+
#: core/class-settings.php:512
|
3824 |
+
#@ WPBDM
|
3825 |
+
msgctxt "admin settings"
|
3826 |
+
msgid "Euro (EUR)"
|
3827 |
+
msgstr "Euro (EUR)"
|
3828 |
+
|
3829 |
+
#: core/class-settings.php:513
|
3830 |
+
#@ WPBDM
|
3831 |
+
msgctxt "admin settings"
|
3832 |
+
msgid "Hong Kong Dollar (HKD)"
|
3833 |
+
msgstr "Dolar Hong Kong (HKD)"
|
3834 |
+
|
3835 |
+
#: core/class-settings.php:514
|
3836 |
+
#@ WPBDM
|
3837 |
+
msgctxt "admin settings"
|
3838 |
+
msgid "Hungarian Forint (HUF)"
|
3839 |
+
msgstr "Forint Węgierski (HUF)"
|
3840 |
+
|
3841 |
+
#: core/class-settings.php:515
|
3842 |
+
#@ WPBDM
|
3843 |
+
msgctxt "admin settings"
|
3844 |
+
msgid "Israeli New Shequel (ILS)"
|
3845 |
+
msgstr "Nowy Shequel Izraelski (ILS)"
|
3846 |
+
|
3847 |
+
#: core/class-settings.php:516
|
3848 |
+
#@ WPBDM
|
3849 |
+
msgctxt "admin settings"
|
3850 |
+
msgid "Japanese Yen (JPY)"
|
3851 |
+
msgstr "Jen Japoński (JPY)"
|
3852 |
+
|
3853 |
+
#: core/class-settings.php:517
|
3854 |
+
#@ WPBDM
|
3855 |
+
msgctxt "admin settings"
|
3856 |
+
msgid "Malasian Ringgit (MYR)"
|
3857 |
+
msgstr "Ringgit Malezyjski (MYR)"
|
3858 |
+
|
3859 |
+
#: core/class-settings.php:518
|
3860 |
+
#@ WPBDM
|
3861 |
+
msgctxt "admin settings"
|
3862 |
+
msgid "Mexican Peso (MXN)"
|
3863 |
+
msgstr "Peso Meksykańskie (MXN)"
|
3864 |
+
|
3865 |
+
#: core/class-settings.php:519
|
3866 |
+
#@ WPBDM
|
3867 |
+
msgctxt "admin settings"
|
3868 |
+
msgid "Norwegian Krone (NOK)"
|
3869 |
+
msgstr "Korona Norweska (NOK)"
|
3870 |
+
|
3871 |
+
#: core/class-settings.php:520
|
3872 |
+
#@ WPBDM
|
3873 |
+
msgctxt "admin settings"
|
3874 |
+
msgid "New Zealand Dollar (NZD)"
|
3875 |
+
msgstr "Dolar Nowo Zelandzki (NZD)"
|
3876 |
+
|
3877 |
+
#: core/class-settings.php:521
|
3878 |
+
#@ WPBDM
|
3879 |
+
msgctxt "admin settings"
|
3880 |
+
msgid "Philippine Peso (PHP)"
|
3881 |
+
msgstr "Peso Filipińskie (PHP)"
|
3882 |
+
|
3883 |
+
#: core/class-settings.php:522
|
3884 |
+
#@ WPBDM
|
3885 |
+
msgctxt "admin settings"
|
3886 |
+
msgid "Polish Zloty (PLN)"
|
3887 |
+
msgstr "Złoty Polski (PLN)"
|
3888 |
+
|
3889 |
+
#: core/class-settings.php:523
|
3890 |
+
#@ WPBDM
|
3891 |
+
msgctxt "admin settings"
|
3892 |
+
msgid "Pound Sterling (GBP)"
|
3893 |
+
msgstr "Funt Brytyjski (GBP)"
|
3894 |
+
|
3895 |
+
#: core/class-settings.php:524
|
3896 |
+
#@ WPBDM
|
3897 |
+
msgctxt "admin settings"
|
3898 |
+
msgid "Singapore Dollar (SGD)"
|
3899 |
+
msgstr "Dolar Singapórski (SGD)"
|
3900 |
+
|
3901 |
+
#: core/class-settings.php:525
|
3902 |
+
#@ WPBDM
|
3903 |
+
msgctxt "admin settings"
|
3904 |
+
msgid "Swedish Krona (SEK)"
|
3905 |
+
msgstr "Korona Szwedzka (SEK)"
|
3906 |
+
|
3907 |
+
#: core/class-settings.php:526
|
3908 |
+
#@ WPBDM
|
3909 |
+
msgctxt "admin settings"
|
3910 |
+
msgid "Swiss Franc (CHF)"
|
3911 |
+
msgstr "Frank Szwajcarski (CHF)"
|
3912 |
+
|
3913 |
+
#: core/class-settings.php:527
|
3914 |
+
#@ WPBDM
|
3915 |
+
msgctxt "admin settings"
|
3916 |
+
msgid "Taiwan Dollar (TWD)"
|
3917 |
+
msgstr "Dolar Taiwandzki (TWD)"
|
3918 |
+
|
3919 |
+
#: core/class-settings.php:528
|
3920 |
+
#@ WPBDM
|
3921 |
+
msgctxt "admin settings"
|
3922 |
+
msgid "Thai Baht (THB)"
|
3923 |
+
msgstr "Baht Tajski (THB)"
|
3924 |
+
|
3925 |
+
#: core/class-settings.php:529
|
3926 |
+
#@ WPBDM
|
3927 |
+
msgctxt "admin settings"
|
3928 |
+
msgid "Turkish Lira (TRY)"
|
3929 |
+
msgstr "Lir Turecki (TRY)"
|
3930 |
+
|
3931 |
+
#: core/class-settings.php:530
|
3932 |
+
#@ WPBDM
|
3933 |
+
msgctxt "admin settings"
|
3934 |
+
msgid "U.S. Dollar"
|
3935 |
+
msgstr "Dolar Amerykański"
|
3936 |
+
|
3937 |
+
#: core/class-settings.php:534
|
3938 |
+
#@ WPBDM
|
3939 |
+
msgctxt "admin settings"
|
3940 |
+
msgid "Currency Symbol"
|
3941 |
+
msgstr "Symbol Waluty"
|
3942 |
+
|
3943 |
+
#: core/class-settings.php:537
|
3944 |
+
#@ WPBDM
|
3945 |
+
msgctxt "admin settings"
|
3946 |
+
msgid "Thank you for payment message"
|
3947 |
+
msgstr "Wiadomość - Dziękujemy za płatność."
|
3948 |
+
|
3949 |
+
#: core/class-settings.php:538
|
3950 |
+
#@ WPBDM
|
3951 |
+
msgctxt "admin settings"
|
3952 |
+
msgid "Thank you for your payment. Your payment is being verified and your listing reviewed. The verification and review process could take up to 48 hours."
|
3953 |
+
msgstr "Dziękujemy za dokonanie płątności. Trwa weryfikacja płatnosci. Weryfikacja płatnosci i publikacja oferty mogą potrwać do 48 godzin."
|
3954 |
+
|
3955 |
+
#: core/class-settings.php:563
|
3956 |
+
#@ WPBDM
|
3957 |
+
msgctxt "admin settings"
|
3958 |
+
msgid "Registration"
|
3959 |
+
msgstr "Rejestracja"
|
3960 |
+
|
3961 |
+
#: core/class-settings.php:564
|
3962 |
+
#@ WPBDM
|
3963 |
+
msgctxt "admin settings"
|
3964 |
+
msgid "Registration Settings"
|
3965 |
+
msgstr "Ustawienia Rejestracji"
|
3966 |
+
|
3967 |
+
#: core/class-settings.php:570
|
3968 |
+
#@ WPBDM
|
3969 |
+
msgctxt "admin settings"
|
3970 |
+
msgid "Registration URL"
|
3971 |
+
msgstr "Rejestracja na URL"
|
3972 |
+
|
3973 |
+
#: core/class-settings.php:573
|
3974 |
+
#@ WPBDM
|
3975 |
+
msgctxt "admin settings"
|
3976 |
+
msgid "URL of your membership plugin's registration page. Only enter this if using a membership plugin or custom registration page."
|
3977 |
+
msgstr "Adres URL do strony rejestracji pluginów (tylko członkostwo). Wprowadź, jeśli jesteś zarejestrowanym członkiem i posiadasz pluginy lub indywidualne ustawienia stron."
|
3978 |
+
|
3979 |
+
#: core/class-settings.php:577
|
3980 |
+
#@ WPBDM
|
3981 |
+
msgctxt "admin settings"
|
3982 |
+
msgid "Image"
|
3983 |
+
msgstr "Obraz"
|
3984 |
+
|
3985 |
+
#: core/class-settings.php:578
|
3986 |
+
#@ WPBDM
|
3987 |
+
msgctxt "admin settings"
|
3988 |
+
msgid "Any changes to these settings will affect new listings only. Existing listings will not be affected. If you wish to change existing listings, you will need to re-upload the image(s) on that listing after changing things here."
|
3989 |
+
msgstr "Jakiekolwiek zmiany w tych ustawieniach przyniosą efekt tylko dla nowych ofert. Istniejące oferty pozostaną niezmienione. Jeśli chcesz zmienić istniejące oferty musisz ponownie załadować obrazy do tych ofert po uprzedniej zmianie tych ustawień."
|
3990 |
+
|
3991 |
+
#: core/class-settings.php:579
|
3992 |
+
#@ WPBDM
|
3993 |
+
msgctxt "admin settings"
|
3994 |
+
msgid "Image Settings"
|
3995 |
+
msgstr "Ustawienia Obrazu"
|
3996 |
+
|
3997 |
+
#: core/class-settings.php:580
|
3998 |
+
#@ WPBDM
|
3999 |
+
msgctxt "admin settings"
|
4000 |
+
msgid "Allow images?"
|
4001 |
+
msgstr "Pozwolić na Obrazy?"
|
4002 |
+
|
4003 |
+
#: core/class-settings.php:583
|
4004 |
+
#@ WPBDM
|
4005 |
+
msgctxt "admin settings"
|
4006 |
+
msgid "Max Image File Size (KB)"
|
4007 |
+
msgstr "Maksymalny rozmiar pliku Obrazu (KB)"
|
4008 |
+
|
4009 |
+
#: core/class-settings.php:591
|
4010 |
+
#@ WPBDM
|
4011 |
+
msgctxt "admin settings"
|
4012 |
+
msgid "Turn on thickbox/lightbox?"
|
4013 |
+
msgstr "Włączyć thickbox/lightbox?"
|
4014 |
+
|
4015 |
+
#: core/class-settings.php:591
|
4016 |
+
#@ WPBDM
|
4017 |
+
msgctxt "admin settings"
|
4018 |
+
msgid "Uncheck if it conflicts with other elements or plugins installed on your site"
|
4019 |
+
msgstr "Odznacz jeśli występują konflikty z innymi elementami lub pluginami na Twojej stronie"
|
4020 |
+
|
4021 |
+
#: core/class-settings.php:607
|
4022 |
+
#@ WPBDM
|
4023 |
+
msgctxt "admin settings"
|
4024 |
+
msgid "Number of free images"
|
4025 |
+
msgstr "Liczba obrazów, za które nie trzeba płacić"
|
4026 |
+
|
4027 |
+
#: core/class-settings.php:612
|
4028 |
+
#@ WPBDM
|
4029 |
+
msgctxt "admin settings"
|
4030 |
+
msgid "For paid listing images, configure that by adding or editing a <a>Fee Plan</a> instead of this setting, which is ignored for paid listings."
|
4031 |
+
msgstr "Dla konfiguracji obrazów płatnych ofert, dodaj lub edytuj <a>abonamet</a> zamiast używać ustawień, które są ignorowane przez oferty płatne."
|
4032 |
+
|
4033 |
+
#: core/class-settings.php:613
|
4034 |
+
#@ WPBDM
|
4035 |
+
msgctxt "admin settings"
|
4036 |
+
msgid "Use default picture for listings with no picture?"
|
4037 |
+
msgstr "Użyj domyślnego obrazu dla ofert, które nie posiadają żadnych obrazów?"
|
4038 |
+
|
4039 |
+
#: core/class-settings.php:614
|
4040 |
+
#@ WPBDM
|
4041 |
+
msgctxt "admin settings"
|
4042 |
+
msgid "Show Thumbnail on main listings page?"
|
4043 |
+
msgstr "Pokazywać miniaturkę na stronie głównej oferty?"
|
4044 |
+
|
4045 |
+
#: core/class-settings.php:986
|
4046 |
+
#@ WPBDM
|
4047 |
+
msgctxt "settings"
|
4048 |
+
msgid "Deactivate License"
|
4049 |
+
msgstr "Dezaktywacja Licencji"
|
4050 |
+
|
4051 |
+
#: core/class-settings.php:988
|
4052 |
+
#@ WPBDM
|
4053 |
+
msgctxt "settings"
|
4054 |
+
msgid "Deactivating license..."
|
4055 |
+
msgstr "Dezaktywowanie Licencji"
|
4056 |
+
|
4057 |
+
#: core/class-settings.php:991
|
4058 |
+
#@ WPBDM
|
4059 |
+
msgctxt "settings"
|
4060 |
+
msgid "Activate License"
|
4061 |
+
msgstr "Aktywacja Licencji"
|
4062 |
+
|
4063 |
+
#: core/class-settings.php:993
|
4064 |
+
#@ WPBDM
|
4065 |
+
msgctxt "settings"
|
4066 |
+
msgid "Activating license..."
|
4067 |
+
msgstr "Aktywowanie Licencji"
|
4068 |
+
|
4069 |
+
#: core/class-settings.php:1017
|
4070 |
+
#, php-format
|
4071 |
+
#@ WPBDM
|
4072 |
+
msgctxt "admin settings"
|
4073 |
+
msgid "Valid placeholders: %s"
|
4074 |
+
msgstr "Dopuszczalne wypełnienie pola: %s"
|
4075 |
+
|
4076 |
+
#: core/class-settings.php:1051
|
4077 |
+
#@ WPBDM
|
4078 |
+
msgctxt "settings email"
|
4079 |
+
msgid "Click to edit e-mail"
|
4080 |
+
msgstr "Kliknij, aby edytować e-mail"
|
4081 |
+
|
4082 |
+
#: core/class-settings.php:1052
|
4083 |
+
#@ WPBDM
|
4084 |
+
msgctxt "settings email"
|
4085 |
+
msgid "Click to edit"
|
4086 |
+
msgstr "Kliknij, aby edytować"
|
4087 |
+
|
4088 |
+
#: core/class-settings.php:1065
|
4089 |
+
#@ WPBDM
|
4090 |
+
msgctxt "settings email"
|
4091 |
+
msgid "E-Mail Subject"
|
4092 |
+
msgstr "Tytuł E-Maila"
|
4093 |
+
|
4094 |
+
#: core/class-settings.php:1076
|
4095 |
+
#@ WPBDM
|
4096 |
+
msgctxt "settings email"
|
4097 |
+
msgid "E-Mail Body"
|
4098 |
+
msgstr "Forma E-Maila"
|
4099 |
+
|
4100 |
+
#: core/class-settings.php:1087
|
4101 |
+
#@ WPBDM
|
4102 |
+
msgctxt "settings email"
|
4103 |
+
msgid "You can use the following placeholders:"
|
4104 |
+
msgstr "Możesz użyc następujących wypełnień pól:"
|
4105 |
+
|
4106 |
+
#: core/class-settings.php:1110
|
4107 |
+
#@ WPBDM
|
4108 |
+
msgctxt "settings email"
|
4109 |
+
msgid "Preview e-mail"
|
4110 |
+
msgstr "Podgląd e-maila"
|
4111 |
+
|
4112 |
+
#: core/class-settings.php:1111
|
4113 |
+
#@ WPBDM
|
4114 |
+
msgctxt "settings email"
|
4115 |
+
msgid "Cancel"
|
4116 |
+
msgstr "Anuluj"
|
4117 |
+
|
4118 |
+
#: core/class-settings.php:1112
|
4119 |
+
#@ WPBDM
|
4120 |
+
msgctxt "settings email"
|
4121 |
+
msgid "Save Changes"
|
4122 |
+
msgstr "Zapisz zmiany"
|
4123 |
+
|
4124 |
+
#: core/class-settings.php:1131
|
4125 |
+
#@ WPBDM
|
4126 |
+
msgctxt "settings email"
|
4127 |
+
msgid "Site title"
|
4128 |
+
msgstr "Tytuł strony"
|
4129 |
+
|
4130 |
+
#: core/class-settings.php:1134
|
4131 |
+
#@ WPBDM
|
4132 |
+
msgctxt "settings email"
|
4133 |
+
msgid "Site title (with link)"
|
4134 |
+
msgstr "Tytuł strony (z linkiem)"
|
4135 |
+
|
4136 |
+
#: core/class-settings.php:1137
|
4137 |
+
#@ WPBDM
|
4138 |
+
msgctxt "settings email"
|
4139 |
+
msgid "Site address (with link)"
|
4140 |
+
msgstr "Adres strony (z linkiem)"
|
4141 |
+
|
4142 |
+
#: core/class-settings.php:1140
|
4143 |
+
#@ WPBDM
|
4144 |
+
msgctxt "settings email"
|
4145 |
+
msgid "Directory URL (with link)"
|
4146 |
+
msgstr "URL Katalogu (z linkiem)"
|
4147 |
+
|
4148 |
+
#: core/class-settings.php:1143
|
4149 |
+
#@ WPBDM
|
4150 |
+
msgctxt "settings email"
|
4151 |
+
msgid "Current date"
|
4152 |
+
msgstr "Aktualna data"
|
4153 |
+
|
4154 |
+
#: core/class-settings.php:1146
|
4155 |
+
#@ WPBDM
|
4156 |
+
msgctxt "settings email"
|
4157 |
+
msgid "Current time"
|
4158 |
+
msgstr "Aktualny czas"
|
4159 |
+
|
4160 |
+
#: core/compatibility/deprecated.php:144
|
4161 |
+
#@ WPBDM
|
4162 |
+
msgid "View"
|
4163 |
+
msgstr "Pokaż"
|
4164 |
+
|
4165 |
+
#: core/compatibility/deprecated.php:147
|
4166 |
+
#@ WPBDM
|
4167 |
+
msgid "Edit"
|
4168 |
+
msgstr "Edytuj"
|
4169 |
+
|
4170 |
+
#: core/compatibility/deprecated.php:147
|
4171 |
+
#@ WPBDM
|
4172 |
+
msgid "Delete"
|
4173 |
+
msgstr "Usuń"
|
4174 |
+
|
4175 |
+
#: core/compatibility/deprecated.php:160
|
4176 |
+
#@ WPBDM
|
4177 |
+
msgid "Upgrade Listing"
|
4178 |
+
msgstr "Podnieś status Oferty"
|
4179 |
+
|
4180 |
+
#: core/compatibility/deprecated.php:214
|
4181 |
+
#: core/templates-ui.php:182
|
4182 |
+
#@ WPBDM
|
4183 |
+
msgid "Submit A Listing"
|
4184 |
+
msgstr "Dodaj Firmę"
|
4185 |
+
|
4186 |
+
#: core/compatibility/deprecated.php:227
|
4187 |
+
#: core/templates-ui.php:191
|
4188 |
+
#@ WPBDM
|
4189 |
+
msgid "View Listings"
|
4190 |
+
msgstr "Pokaż Firmy"
|
4191 |
+
|
4192 |
+
#: core/compatibility/deprecated.php:238
|
4193 |
+
#: core/templates-ui.php:201
|
4194 |
+
#@ WPBDM
|
4195 |
+
msgid "Directory"
|
4196 |
+
msgstr "Katalog"
|
4197 |
+
|
4198 |
+
#: core/compatibility/templates/wpbusdirman-index-categories.php:12
|
4199 |
+
#: core/templates-ui.php:228
|
4200 |
+
#@ WPBDM
|
4201 |
+
msgctxt "templates"
|
4202 |
+
msgid "Search Listings"
|
4203 |
+
msgstr "Szukaj Firmy"
|
4204 |
+
|
4205 |
+
#: core/form-fields-types.php:12
|
4206 |
+
#@ WPBDM
|
4207 |
+
msgctxt "form-fields api"
|
4208 |
+
msgid "Textfield"
|
4209 |
+
msgstr "Pole tekstowe"
|
4210 |
+
|
4211 |
+
#: core/form-fields-types.php:47
|
4212 |
+
#@ WPBDM
|
4213 |
+
msgctxt "form-fields api"
|
4214 |
+
msgid "Format 01/31/1969"
|
4215 |
+
msgstr "Format 01/31/1969"
|
4216 |
+
|
4217 |
+
#: core/form-fields-types.php:67
|
4218 |
+
#@ WPBDM
|
4219 |
+
msgctxt "form-fields api"
|
4220 |
+
msgid "URL Field"
|
4221 |
+
msgstr "Pole URL"
|
4222 |
+
|
4223 |
+
#: core/form-fields-types.php:84
|
4224 |
+
#@ WPBDM
|
4225 |
+
msgctxt "form-fields admin"
|
4226 |
+
msgid "Open link in a new window?"
|
4227 |
+
msgstr "Otworzyć łącze w nowym oknie?"
|
4228 |
+
|
4229 |
+
#: core/form-fields-types.php:87
|
4230 |
+
#@ WPBDM
|
4231 |
+
msgctxt "form-fields admin"
|
4232 |
+
msgid "Use rel=\"nofollow\" when displaying the link?"
|
4233 |
+
msgstr "Użyj rel=\"nofollow\" kiedy wyświetlany jest link?"
|
4234 |
+
|
4235 |
+
#: core/form-fields-types.php:191
|
4236 |
+
#@ WPBDM
|
4237 |
+
msgctxt "form-fields api"
|
4238 |
+
msgid "URL:"
|
4239 |
+
msgstr "URL:"
|
4240 |
+
|
4241 |
+
#: core/form-fields-types.php:198
|
4242 |
+
#@ WPBDM
|
4243 |
+
msgctxt "form-fields api"
|
4244 |
+
msgid "Link Text (optional):"
|
4245 |
+
msgstr "Tekst alternatywny(opcjonalnie):"
|
4246 |
+
|
4247 |
+
#: core/form-fields-types.php:214
|
4248 |
+
#@ WPBDM
|
4249 |
+
msgctxt "form-fields api"
|
4250 |
+
msgid "Select List"
|
4251 |
+
msgstr "Lista Wyboru"
|
4252 |
+
|
4253 |
+
#: core/form-fields-types.php:270
|
4254 |
+
#@ WPBDM
|
4255 |
+
msgctxt "form-fields-api category-select"
|
4256 |
+
msgid "-- Choose Terms --"
|
4257 |
+
msgstr "-- Wybierz Warunki --"
|
4258 |
+
|
4259 |
+
#: core/form-fields-types.php:270
|
4260 |
+
#: core/form-fields-types.php:305
|
4261 |
+
#@ WPBDM
|
4262 |
+
msgctxt "form-fields-api category-select"
|
4263 |
+
msgid "-- Choose One --"
|
4264 |
+
msgstr "-- Wybierz Jeden --"
|
4265 |
+
|
4266 |
+
#: core/form-fields-types.php:340
|
4267 |
+
#: core/form-fields-types.php:587
|
4268 |
+
#: core/form-fields-types.php:718
|
4269 |
+
#@ WPBDM
|
4270 |
+
msgctxt "form-fields admin"
|
4271 |
+
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4272 |
+
msgstr "Opcje Pola (aby wybrać listy, przycisk radio i czeklisty)."
|
4273 |
+
|
4274 |
+
#: core/form-fields-types.php:351
|
4275 |
+
#@ WPBDM
|
4276 |
+
msgctxt "form-fields admin"
|
4277 |
+
msgid "Allow empty selection on search?"
|
4278 |
+
msgstr "Zezwolić na wyszukiwanie pustych pól wyborów?"
|
4279 |
+
|
4280 |
+
#: core/form-fields-types.php:368
|
4281 |
+
#: core/form-fields-types.php:606
|
4282 |
+
#: core/form-fields-types.php:739
|
4283 |
+
#@ WPBDM
|
4284 |
+
msgctxt "form-fields admin"
|
4285 |
+
msgid "Field list of options is required."
|
4286 |
+
msgstr "Pole listy opcji wymagane."
|
4287 |
+
|
4288 |
+
#: core/form-fields-types.php:448
|
4289 |
+
#@ WPBDM
|
4290 |
+
msgctxt "form-fields api"
|
4291 |
+
msgid "Textarea"
|
4292 |
+
msgstr "Pole tekstowe / z możliwością html"
|
4293 |
+
|
4294 |
+
#: core/form-fields-types.php:477
|
4295 |
+
#@ WPBDM
|
4296 |
+
msgctxt "form-fields admin"
|
4297 |
+
msgid "Allow HTML input for this field?"
|
4298 |
+
msgstr "Zezwolić na wprowadzanie HTML w tym polu?"
|
4299 |
+
|
4300 |
+
#: core/form-fields-types.php:481
|
4301 |
+
#@ WPBDM
|
4302 |
+
msgctxt "form-fields admin"
|
4303 |
+
msgid "Allow WordPress shortcodes in this field?"
|
4304 |
+
msgstr "Zezwolić na krótkie kody WordPress'a w tm polu?"
|
4305 |
+
|
4306 |
+
#: core/form-fields-types.php:485
|
4307 |
+
#@ WPBDM
|
4308 |
+
msgctxt "form-fields admin"
|
4309 |
+
msgid "<b>Advanced users only!</b> Unless you've been told to change this, don't switch it unless you know what you're doing."
|
4310 |
+
msgstr "<b>Tylko zaawansowani Użytkownicy!</b>. O ile nie powiedziano by to zmienić, nie zaznaczaj tej opcji, no chyba że wiesz co robisz."
|
4311 |
+
|
4312 |
+
#: core/form-fields-types.php:486
|
4313 |
+
#@ WPBDM
|
4314 |
+
msgctxt "form-fields admin"
|
4315 |
+
msgid "Apply \"the_content\" filter before displaying this field?"
|
4316 |
+
msgstr "Zastosować filtr \"the_content\" przed wyświetlaniem tego pola?"
|
4317 |
+
|
4318 |
+
#: core/form-fields-types.php:528
|
4319 |
+
#@ WPBDM
|
4320 |
+
msgctxt "form-fields api"
|
4321 |
+
msgid "Radio button"
|
4322 |
+
msgstr "Przycisk Radio"
|
4323 |
+
|
4324 |
+
#: core/form-fields-types.php:634
|
4325 |
+
#@ WPBDM
|
4326 |
+
msgctxt "form-fields api"
|
4327 |
+
msgid "Multiple select list"
|
4328 |
+
msgstr "Lista wielokrotnego wyboru"
|
4329 |
+
|
4330 |
+
#: core/form-fields-types.php:639
|
4331 |
+
#@ WPBDM
|
4332 |
+
msgctxt "form-fields api"
|
4333 |
+
msgid "Multiselect List"
|
4334 |
+
msgstr "Lista wielokrotnego zaznaczania"
|
4335 |
+
|
4336 |
+
#: core/form-fields-types.php:655
|
4337 |
+
#@ WPBDM
|
4338 |
+
msgctxt "form-fields api"
|
4339 |
+
msgid "Checkbox"
|
4340 |
+
msgstr "Czeklista"
|
4341 |
+
|
4342 |
+
#: core/form-fields-types.php:813
|
4343 |
+
#@ WPBDM
|
4344 |
+
msgctxt "form-fields api"
|
4345 |
+
msgid "Social Site (Twitter handle)"
|
4346 |
+
msgstr "Strona Społeczności (Twitter)"
|
4347 |
+
|
4348 |
+
#: core/form-fields-types.php:862
|
4349 |
+
#@ WPBDM
|
4350 |
+
msgctxt "form-fields api"
|
4351 |
+
msgid "Social Site (Facebook page)"
|
4352 |
+
msgstr "Strona Społeczności (Faacebook)"
|
4353 |
+
|
4354 |
+
#: core/form-fields-types.php:910
|
4355 |
+
#@ WPBDM
|
4356 |
+
msgctxt "form-fields api"
|
4357 |
+
msgid "Social Site (LinkedIn profile)"
|
4358 |
+
msgstr "Strona Społeczności (LinkedIn)"
|
4359 |
+
|
4360 |
+
#: core/form-fields-types.php:955
|
4361 |
+
#@ WPBDM
|
4362 |
+
msgctxt "form-fields api"
|
4363 |
+
msgid "Image (file upload)"
|
4364 |
+
msgstr "Obraz (plik ładowany)"
|
4365 |
+
|
4366 |
+
#: core/form-fields-types.php:987
|
4367 |
+
#@ WPBDM
|
4368 |
+
msgctxt "form-fields-api"
|
4369 |
+
msgid "Remove"
|
4370 |
+
msgstr "Usuń"
|
4371 |
+
|
4372 |
+
#: core/form-fields.php:31
|
4373 |
+
#@ WPBDM
|
4374 |
+
msgctxt "form-fields api"
|
4375 |
+
msgid "Post Title"
|
4376 |
+
msgstr "Tytuł Posta"
|
4377 |
+
|
4378 |
+
#: core/form-fields.php:32
|
4379 |
+
#@ WPBDM
|
4380 |
+
msgctxt "form-fields api"
|
4381 |
+
msgid "Post Content"
|
4382 |
+
msgstr "Zawartość Posta"
|
4383 |
+
|
4384 |
+
#: core/form-fields.php:33
|
4385 |
+
#@ WPBDM
|
4386 |
+
msgctxt "form-fields api"
|
4387 |
+
msgid "Post Excerpt"
|
4388 |
+
msgstr "Wyciąg z Posta"
|
4389 |
+
|
4390 |
+
#: core/form-fields.php:34
|
4391 |
+
#@ WPBDM
|
4392 |
+
msgctxt "form-fields api"
|
4393 |
+
msgid "Post Category"
|
4394 |
+
msgstr "Kategoria Posta"
|
4395 |
+
|
4396 |
+
#: core/form-fields.php:35
|
4397 |
+
#@ WPBDM
|
4398 |
+
msgctxt "form-fields api"
|
4399 |
+
msgid "Post Tags"
|
4400 |
+
msgstr "Tagi Oferty"
|
4401 |
+
|
4402 |
+
#: core/form-fields.php:36
|
4403 |
+
#@ WPBDM
|
4404 |
+
msgctxt "form-fields api"
|
4405 |
+
msgid "Post Metadata"
|
4406 |
+
msgstr "Metadane Posta"
|
4407 |
+
|
4408 |
+
#: core/form-fields.php:38
|
4409 |
+
#@ WPBDM
|
4410 |
+
msgctxt "form-fields api"
|
4411 |
+
msgid "Custom"
|
4412 |
+
msgstr "Niestandardowe"
|
4413 |
+
|
4414 |
+
#: core/form-fields.php:300
|
4415 |
+
#@ WPBDM
|
4416 |
+
msgid "Business Name"
|
4417 |
+
msgstr "Nazwa Firmy"
|
4418 |
+
|
4419 |
+
#: core/form-fields.php:302
|
4420 |
+
#@ WPBDM
|
4421 |
+
msgid "Business Genre"
|
4422 |
+
msgstr "Województwo"
|
4423 |
+
|
4424 |
+
#: core/form-fields.php:304
|
4425 |
+
#@ WPBDM
|
4426 |
+
msgid "Short Business Description"
|
4427 |
+
msgstr "Krótke Info"
|
4428 |
+
|
4429 |
+
#: core/form-fields.php:306
|
4430 |
+
#@ WPBDM
|
4431 |
+
msgid "Long Business Description"
|
4432 |
+
msgstr "Długi Opis Firmy"
|
4433 |
+
|
4434 |
+
#: core/form-fields.php:308
|
4435 |
+
#@ WPBDM
|
4436 |
+
msgid "Business Website Address"
|
4437 |
+
msgstr "Strona Firmowa"
|
4438 |
+
|
4439 |
+
#: core/form-fields.php:310
|
4440 |
+
#@ WPBDM
|
4441 |
+
msgid "Business Phone Number"
|
4442 |
+
msgstr "Telefon"
|
4443 |
+
|
4444 |
+
#: core/form-fields.php:312
|
4445 |
+
#@ WPBDM
|
4446 |
+
msgid "Business Fax"
|
4447 |
+
msgstr "Fax"
|
4448 |
+
|
4449 |
+
#: core/form-fields.php:314
|
4450 |
+
#@ WPBDM
|
4451 |
+
msgid "Business Contact Email"
|
4452 |
+
msgstr "Kontaktowy adres e-mail"
|
4453 |
+
|
4454 |
+
#: core/form-fields.php:316
|
4455 |
+
#@ WPBDM
|
4456 |
+
msgid "Business Tags"
|
4457 |
+
msgstr "Firmowe Tagi"
|
4458 |
+
|
4459 |
+
#: core/form-fields.php:411
|
4460 |
+
#@ WPBDM
|
4461 |
+
msgctxt "form-fields-api"
|
4462 |
+
msgid "Email Validator"
|
4463 |
+
msgstr "Weryfikator E-mail"
|
4464 |
+
|
4465 |
+
#: core/form-fields.php:412
|
4466 |
+
#@ WPBDM
|
4467 |
+
msgctxt "form-fields-api"
|
4468 |
+
msgid "URL Validator"
|
4469 |
+
msgstr "Weryfikator URL"
|
4470 |
+
|
4471 |
+
#: core/form-fields.php:413
|
4472 |
+
#@ WPBDM
|
4473 |
+
msgctxt "form-fields-api"
|
4474 |
+
msgid "Whole Number Validator"
|
4475 |
+
msgstr "Weryfikator liczb całkowitych"
|
4476 |
+
|
4477 |
+
#: core/form-fields.php:414
|
4478 |
+
#@ WPBDM
|
4479 |
+
msgctxt "form-fields-api"
|
4480 |
+
msgid "Decimal Number Validator"
|
4481 |
+
msgstr "Weryfikator liczb dziesiętnych"
|
4482 |
+
|
4483 |
+
#: core/form-fields.php:415
|
4484 |
+
#@ WPBDM
|
4485 |
+
msgctxt "form-fields-api"
|
4486 |
+
msgid "Date Validator"
|
4487 |
+
msgstr "Weryfikator daty"
|
4488 |
+
|
4489 |
+
#: core/form-fields.php:422
|
4490 |
+
#@ WPBDM
|
4491 |
+
msgctxt "form-fields-api validation"
|
4492 |
+
msgid "Field"
|
4493 |
+
msgstr "Pole"
|
4494 |
+
|
4495 |
+
#: core/form-fields.php:438
|
4496 |
+
#: core/form-fields.php:442
|
4497 |
+
#, php-format
|
4498 |
+
#@ WPBDM
|
4499 |
+
msgctxt "form-fields-api validation"
|
4500 |
+
msgid "%s is required."
|
4501 |
+
msgstr "%s jest wymagane."
|
4502 |
+
|
4503 |
+
#: core/form-fields.php:451
|
4504 |
+
#: core/form-fields.php:458
|
4505 |
+
#, php-format
|
4506 |
+
#@ WPBDM
|
4507 |
+
msgctxt "form-fields-api validation"
|
4508 |
+
msgid "%s is badly formatted. Valid URL format required. Include http://"
|
4509 |
+
msgstr "%s jest źle sformatowany. Wymagamy właściwego adresu URL. Sprawdź czy nie zapomniałeś o http://"
|
4510 |
+
|
4511 |
+
#: core/form-fields.php:472
|
4512 |
+
#, php-format
|
4513 |
+
#@ WPBDM
|
4514 |
+
msgctxt "form-fields-api validation"
|
4515 |
+
msgid "%s is badly formatted. Valid Email format required."
|
4516 |
+
msgstr "%s jest źle sformatowany. Wymagamy właściwego adresu E-mail."
|
4517 |
+
|
4518 |
+
#: core/form-fields.php:478
|
4519 |
+
#, php-format
|
4520 |
+
#@ WPBDM
|
4521 |
+
msgctxt "form-fields-api validation"
|
4522 |
+
msgid "%s must be a number. Decimal values are not allowed."
|
4523 |
+
msgstr "%s musi być liczbą. Dziesiętne nie są dozwolone. "
|
4524 |
+
|
4525 |
+
#: core/form-fields.php:484
|
4526 |
+
#, php-format
|
4527 |
+
#@ WPBDM
|
4528 |
+
msgctxt "form-fields-api validation"
|
4529 |
+
msgid "%s must be a number."
|
4530 |
+
msgstr "%s musi być liczbą."
|
4531 |
+
|
4532 |
+
#: core/form-fields.php:540
|
4533 |
+
#, php-format
|
4534 |
+
#@ WPBDM
|
4535 |
+
msgctxt "form-fields-api validation"
|
4536 |
+
msgid "%s is invalid. Value most be one of %s."
|
4537 |
+
msgstr "%s jest niewłaściwe. Wartość musi być jedną z %s."
|
4538 |
+
|
4539 |
+
#: core/gateways-dummy.php:15
|
4540 |
+
#@ WPBDM
|
4541 |
+
msgctxt "dummy gateway"
|
4542 |
+
msgid "Dummy"
|
4543 |
+
msgstr "Atrapa"
|
4544 |
+
|
4545 |
+
#: core/gateways-dummy.php:38
|
4546 |
+
#@ WPBDM
|
4547 |
+
msgctxt "dummy gateway"
|
4548 |
+
msgid "Dummy Gateway"
|
4549 |
+
msgstr "Atrapa Bramki"
|
4550 |
+
|
4551 |
+
#: core/gateways-dummy.php:39
|
4552 |
+
#@ WPBDM
|
4553 |
+
msgctxt "dummy gateway"
|
4554 |
+
msgid "New Status:"
|
4555 |
+
msgstr "Nowy status:"
|
4556 |
+
|
4557 |
+
#: core/gateways-dummy.php:41
|
4558 |
+
#@ WPBDM
|
4559 |
+
msgctxt "dummy gateway"
|
4560 |
+
msgid "Completed"
|
4561 |
+
msgstr "Zakończona"
|
4562 |
+
|
4563 |
+
#: core/gateways-dummy.php:43
|
4564 |
+
#@ WPBDM
|
4565 |
+
msgctxt "dummy gateway"
|
4566 |
+
msgid "Pending"
|
4567 |
+
msgstr "Oczekujące"
|
4568 |
+
|
4569 |
+
#: core/gateways-dummy.php:45
|
4570 |
+
#@ WPBDM
|
4571 |
+
msgctxt "dummy gateway"
|
4572 |
+
msgid "Canceled"
|
4573 |
+
msgstr "Anulowana"
|
4574 |
+
|
4575 |
+
#: core/gateways-dummy.php:47
|
4576 |
+
#@ WPBDM
|
4577 |
+
msgctxt "dummy gateway"
|
4578 |
+
msgid "Rejected"
|
4579 |
+
msgstr "Odrzucona"
|
4580 |
+
|
4581 |
+
#: core/gateways-dummy.php:49
|
4582 |
+
#@ WPBDM
|
4583 |
+
msgctxt "dummy gateway"
|
4584 |
+
msgid "Process Payment"
|
4585 |
+
msgstr "Proces Płatności"
|
4586 |
+
|
4587 |
+
#: core/class-settings.php:565
|
4588 |
+
#@ WPBDM
|
4589 |
+
msgctxt "admin settings"
|
4590 |
+
msgid "Require login to post listings?"
|
4591 |
+
msgstr "Żądać zalogowania aby umożliwić zamieszczanie ofert?"
|
4592 |
+
|
4593 |
+
#: core/class-settings.php:582
|
4594 |
+
#@ WPBDM
|
4595 |
+
msgctxt "admin settings"
|
4596 |
+
msgid "Min Image File Size (KB)"
|
4597 |
+
msgstr "Minimalny rozmiar obrazu (KB)"
|
4598 |
+
|
4599 |
+
#: core/class-settings.php:585
|
4600 |
+
#@ WPBDM
|
4601 |
+
msgctxt "admin settings"
|
4602 |
+
msgid "Min image width (px)"
|
4603 |
+
msgstr "Minimalna szerokość obrazu (px)"
|
4604 |
+
|
4605 |
+
#: core/class-settings.php:586
|
4606 |
+
#@ WPBDM
|
4607 |
+
msgctxt "admin settings"
|
4608 |
+
msgid "Min image height (px)"
|
4609 |
+
msgstr "Minimalna wysokość obrazu (px)"
|
4610 |
+
|
4611 |
+
#: core/class-settings.php:588
|
4612 |
+
#@ WPBDM
|
4613 |
+
msgctxt "admin settings"
|
4614 |
+
msgid "Max image width (px)"
|
4615 |
+
msgstr "Maksymalna szerokość obrazu (px)"
|
4616 |
+
|
4617 |
+
#: core/class-settings.php:589
|
4618 |
+
#@ WPBDM
|
4619 |
+
msgctxt "admin settings"
|
4620 |
+
msgid "Max image height (px)"
|
4621 |
+
msgstr "Maksymalna wysokość obrazu (px)"
|
4622 |
+
|
4623 |
+
#: core/gateways-googlewallet.php:18
|
4624 |
+
#@ google-wallet
|
4625 |
+
msgid "Google Wallet"
|
4626 |
+
msgstr "Portfel Google"
|
4627 |
+
|
4628 |
+
#: core/gateways-googlewallet.php:68
|
4629 |
+
#@ WPBDM
|
4630 |
+
msgctxt "google-wallet"
|
4631 |
+
msgid "For recurring payments to work you need to <a>specify a postback URL</a> in your Google Wallet settings."
|
4632 |
+
msgstr "Dla prawidłowej pracy powtarzających się płatności potrzebny będzie Ci <a>odpowiedni zwrotny adres URL</a> w ustawieniach Twojego Portfela Google."
|
4633 |
+
|
4634 |
+
#: core/gateways-googlewallet.php:69
|
4635 |
+
#, php-format
|
4636 |
+
#@ WPBDM
|
4637 |
+
msgctxt "google-wallet"
|
4638 |
+
msgid "Please use %s as the postback URL."
|
4639 |
+
msgstr "Proszę użyć %s jako zwrotnego adresu URL."
|
4640 |
+
|
4641 |
+
#: core/gateways-googlewallet.php:105
|
4642 |
+
#@ WPBDM
|
4643 |
+
msgctxt "google-wallet"
|
4644 |
+
msgid "Seller ID is missing."
|
4645 |
+
msgstr "Zagubiono ID sprzedawcy."
|
4646 |
+
|
4647 |
+
#: core/gateways-googlewallet.php:108
|
4648 |
+
#@ WPBDM
|
4649 |
+
msgctxt "google-wallet"
|
4650 |
+
msgid "Seller Secret is missing."
|
4651 |
+
msgstr "Zagubiono SECRET sprzedawcy."
|
4652 |
+
|
4653 |
+
#: core/gateways-googlewallet.php:137
|
4654 |
+
#@ WPBDM
|
4655 |
+
msgctxt "google-wallet"
|
4656 |
+
msgid "One time payment + recurring payment for renewal fees"
|
4657 |
+
msgstr "Jednorazowa płatność + płatności powtarzające się dla odnawianych abonamentów"
|
4658 |
+
|
4659 |
+
#: core/gateways-googlewallet.php:233
|
4660 |
+
#@ WPBDM
|
4661 |
+
msgctxt "google-wallet"
|
4662 |
+
msgid "Payment was rejected because internal data does not look like a valid Google Wallet transaction."
|
4663 |
+
msgstr "Płatność została odrzucona poniewaź informacje wskazują, że nie była to transakcja Portfela Google."
|
4664 |
+
|
4665 |
+
#: core/gateways-googlewallet.php:248
|
4666 |
+
#@ WPBDM
|
4667 |
+
msgctxt "google-wallet"
|
4668 |
+
msgid "Payment has been rejected because an internal error occurred."
|
4669 |
+
msgstr "Płatność została odrzucona, ponieważ wystąpił błąd wewnętrzny."
|
4670 |
+
|
4671 |
+
#: core/gateways-googlewallet.php:254
|
4672 |
+
#@ WPBDM
|
4673 |
+
msgctxt "google-wallet"
|
4674 |
+
msgid "The transaction has been canceled at user's request."
|
4675 |
+
msgstr "Płatność została anulowana, na polecenie Użytkownika."
|
4676 |
+
|
4677 |
+
#: core/installer.php:38
|
4678 |
+
#@ WPBDM
|
4679 |
+
msgctxt "default category name"
|
4680 |
+
msgid "General"
|
4681 |
+
msgstr "Główna"
|
4682 |
+
|
4683 |
+
#: core/installer.php:460
|
4684 |
+
#@ WPBDM
|
4685 |
+
msgctxt "installer"
|
4686 |
+
msgid "<b>Business Directory Plugin - Regions Module</b> was disabled because it is incompatible with the current version of Business Directory. Please update the Regions module."
|
4687 |
+
msgstr "<b>Katalog Firm - Moduł Regionów</b> został wyłączony, ponieważ używana wersja nie jest kompatybilna z wersją Katalogu Firm. Proszę zaktualizować Moduł Regionów do nowej wersji."
|
4688 |
+
|
4689 |
+
#: core/installer.php:526
|
4690 |
+
#, php-format
|
4691 |
+
#@ WPBDM
|
4692 |
+
msgctxt "installer"
|
4693 |
+
msgid "Cleaning up listing fees information... %d/%d"
|
4694 |
+
msgstr "Czyszczenie informacji o abonamentach... %d/%d"
|
4695 |
+
|
4696 |
+
#: core/installer.php:576
|
4697 |
+
#, php-format
|
4698 |
+
#@ WPBDM
|
4699 |
+
msgctxt "installer"
|
4700 |
+
msgid "Migrating previous transactions to new Payments API... %d/%d"
|
4701 |
+
msgstr "Migracja poprzednich transakcji do nowych ustawień API płatności... %d/%d"
|
4702 |
+
|
4703 |
+
#: core/installer.php:605
|
4704 |
+
#@ WPBDM
|
4705 |
+
msgctxt "installer"
|
4706 |
+
msgid "Initial listing payment (BD < 3.4)"
|
4707 |
+
msgstr "Inicjacja płatności (BD < 3.4)"
|
4708 |
+
|
4709 |
+
#: core/installer.php:616
|
4710 |
+
#@ WPBDM
|
4711 |
+
msgctxt "installer"
|
4712 |
+
msgid "Listing edit payment (BD < 3.4)"
|
4713 |
+
msgstr "Edycja płatności (BD < 3.4)"
|
4714 |
+
|
4715 |
+
#: core/installer.php:637
|
4716 |
+
#, php-format
|
4717 |
+
#@ WPBDM
|
4718 |
+
msgctxt "installer"
|
4719 |
+
msgid "Renewal fee \"%s\" for category \"%s\""
|
4720 |
+
msgstr "Odnowienie abonamentu \"%s\" dla kategorii \"%s\""
|
4721 |
+
|
4722 |
+
#: core/installer.php:656
|
4723 |
+
#@ WPBDM
|
4724 |
+
msgctxt "installer"
|
4725 |
+
msgid "Listing upgrade to featured"
|
4726 |
+
msgstr "Podniesienie statusu do WYRÓŻNIONE"
|
4727 |
+
|
4728 |
+
#: core/installer.php:859
|
4729 |
+
#@ WPBDM
|
4730 |
+
msgid "Business Directory - Manual Upgrade Required"
|
4731 |
+
msgstr "Katalog firm - wymagana ręczna aktualizacja"
|
4732 |
+
|
4733 |
+
#: core/installer.php:861
|
4734 |
+
#@ WPBDM
|
4735 |
+
msgid "Business Directory features are currently disabled because the plugin needs to perform a manual upgrade before continuing."
|
4736 |
+
msgstr "Funkcje pluginu KATALOG FIRM są chwilowo wyłączone, ponieważ plugin oczekuje na ręczną aktualizację, przed kontynuacją."
|
4737 |
+
|
4738 |
+
#: core/installer.php:863
|
4739 |
+
#@ WPBDM
|
4740 |
+
msgid "Perform Manual Upgrade"
|
4741 |
+
msgstr "Wykonać ręczne uaktualnienie"
|
4742 |
+
|
4743 |
+
#: core/installer.php:879
|
4744 |
+
#: core/installer.php:880
|
4745 |
+
#: core/installer.php:891
|
4746 |
+
#@ WPBDM
|
4747 |
+
msgid "Business Directory - Manual Upgrade"
|
4748 |
+
msgstr "Katalog Firm - Ręczna Aktualizacja"
|
4749 |
+
|
4750 |
+
#: core/installer.php:895
|
4751 |
+
#@ WPBDM
|
4752 |
+
msgid "Business Directory features are currently disabled because the plugin needs to perform a manual upgrade before it can be used."
|
4753 |
+
msgstr "Funkcje pluginu KATALOG FIRM są chwilowo wyłączone, ponieważ plugin oczekuje na ręczną aktualizację, zanim będzie mógł być użyty."
|
4754 |
+
|
4755 |
+
#: core/installer.php:897
|
4756 |
+
#@ WPBDM
|
4757 |
+
msgid "Click \"Start Upgrade\" and wait until the process finishes."
|
4758 |
+
msgstr "Kliknij \"Start Aktualizacji\" i czekaj do zakończenia procesuand wait until the process finishes."
|
4759 |
+
|
4760 |
+
#: core/installer.php:900
|
4761 |
+
#@ WPBDM
|
4762 |
+
msgctxt "manual-upgrade"
|
4763 |
+
msgid "Start Upgrade"
|
4764 |
+
msgstr "Rozpocznij Aktualizację"
|
4765 |
+
|
4766 |
+
#: core/installer.php:902
|
4767 |
+
#@ WPBDM
|
4768 |
+
msgctxt "manual-upgrade"
|
4769 |
+
msgid "Pause Upgrade"
|
4770 |
+
msgstr "Wstrzymaj Aktualizację"
|
4771 |
+
|
4772 |
+
#: core/installer.php:908
|
4773 |
+
#@ WPBDM
|
4774 |
+
msgctxt "manual-upgrade"
|
4775 |
+
msgid "The upgrade was sucessfully performed. Business Directory Plugin is now available."
|
4776 |
+
msgstr "Aktualizacja przebiegła pomyślnie. Katalog Firm jest teraz dostępny."
|
4777 |
+
|
4778 |
+
#: core/installer.php:911
|
4779 |
+
#@ WPBDM
|
4780 |
+
msgctxt "manual-upgrade"
|
4781 |
+
msgid "Go to \"Directory Admin\""
|
4782 |
+
msgstr "Przejdź do \"Katalog Administracja\""
|
4783 |
+
|
4784 |
+
#: core/licensing.php:43
|
4785 |
+
#: core/licensing.php:65
|
4786 |
+
#: core/licensing.php:66
|
4787 |
+
#@ WPBDM
|
4788 |
+
msgctxt "settings"
|
4789 |
+
msgid "Licenses"
|
4790 |
+
msgstr "Licencje"
|
4791 |
+
|
4792 |
+
#: core/licensing.php:46
|
4793 |
+
#@ WPBDM
|
4794 |
+
msgctxt "settings"
|
4795 |
+
msgid "Premium Modules"
|
4796 |
+
msgstr "Moduły Premium"
|
4797 |
+
|
4798 |
+
#: core/licensing.php:107
|
4799 |
+
#: core/licensing.php:141
|
4800 |
+
#@ WPBDM
|
4801 |
+
msgctxt "licensing"
|
4802 |
+
msgid "Invalid module ID"
|
4803 |
+
msgstr "Niewłaściwe ID Modułu"
|
4804 |
+
|
4805 |
+
#: core/licensing.php:112
|
4806 |
+
#@ WPBDM
|
4807 |
+
msgctxt "licensing"
|
4808 |
+
msgid "No license key provided"
|
4809 |
+
msgstr "Nie wprowadzono klucz licencji"
|
4810 |
+
|
4811 |
+
#: core/licensing.php:127
|
4812 |
+
#: core/licensing.php:159
|
4813 |
+
#@ WPBDM
|
4814 |
+
msgctxt "licensing"
|
4815 |
+
msgid "Could not contact licensing server"
|
4816 |
+
msgstr "Nie można połączyć z serwerem danych licencji"
|
4817 |
+
|
4818 |
+
#: core/licensing.php:132
|
4819 |
+
#: core/licensing.php:166
|
4820 |
+
#@ WPBDM
|
4821 |
+
msgctxt "licensing"
|
4822 |
+
msgid "License key is invalid"
|
4823 |
+
msgstr "Niewłaściwy Klucz Licencji"
|
4824 |
+
|
4825 |
+
#: core/licensing.php:169
|
4826 |
+
#@ WPBDM
|
4827 |
+
msgctxt "licensing"
|
4828 |
+
msgid "Deactivation failed"
|
4829 |
+
msgstr "Błąd Deaktywacji"
|
4830 |
+
|
4831 |
+
#: core/licensing.php:230
|
4832 |
+
#@ WPBDM
|
4833 |
+
msgctxt "licensing"
|
4834 |
+
msgid "Business Directory - License Key Required"
|
4835 |
+
msgstr "Katalog firm - wymagany Klucz Licencji"
|
4836 |
+
|
4837 |
+
#: core/licensing.php:233
|
4838 |
+
#@ WPBDM
|
4839 |
+
msgctxt "licensing"
|
4840 |
+
msgid "The following premium modules will not work until a valid license key is provided. Go to <a>Manage Options - Licenses</a> to enter your license information."
|
4841 |
+
msgstr "Poniższye moduły premium nie będą pracowały do momentu wprowadzenia klucza licencji. Przejdź do <a>Zarządzanie opcjami - Licencje</a>aby wprowadzić informacje o licencji."
|
4842 |
+
|
4843 |
+
#: core/licensing.php:254
|
4844 |
+
#@ WPBDM
|
4845 |
+
msgctxt "licensing"
|
4846 |
+
msgid "Business Directory - License Key Expired"
|
4847 |
+
msgstr "Katalog firm - wygasł Klucz Licencji"
|
4848 |
+
|
4849 |
+
#: core/licensing.php:255
|
4850 |
+
#, php-format
|
4851 |
+
#@ WPBDM
|
4852 |
+
msgctxt "licensing"
|
4853 |
+
msgid "The license key for <span class=\"module-name\">%s %s</span> has expired. The module will continue to work but you will not receive any more updates until the license is renewed."
|
4854 |
+
msgstr "Klucz licencyjny <span class=\"module-name\">do% s% s</span> wygasł. Moduł będzie nadal działać, ale nie będzie już otrzymywać żadnych aktualizacji do czasu odnowienia licencji."
|
4855 |
+
|
4856 |
+
#: core/licensing.php:259
|
4857 |
+
#@ WPBDM
|
4858 |
+
msgctxt "licensing"
|
4859 |
+
msgid "Remind me later"
|
4860 |
+
msgstr "Przypomnij później"
|
4861 |
+
|
4862 |
+
#: core/licensing.php:261
|
4863 |
+
#@ WPBDM
|
4864 |
+
msgctxt "licensing"
|
4865 |
+
msgid "Renew License Key"
|
4866 |
+
msgstr "Odśwież Klucz Licencji"
|
4867 |
+
|
4868 |
+
#: core/licensing.php:330
|
4869 |
+
#, php-format
|
4870 |
+
#@ WPBDM
|
4871 |
+
msgctxt "licensing"
|
4872 |
+
msgid "Could not activate license: %s."
|
4873 |
+
msgstr "Nie możemy aktywować Licencji: %s."
|
4874 |
+
|
4875 |
+
#: core/licensing.php:332
|
4876 |
+
#@ WPBDM
|
4877 |
+
msgctxt "licensing"
|
4878 |
+
msgid "License activated"
|
4879 |
+
msgstr "Licencja została aktywowana"
|
4880 |
+
|
4881 |
+
#: core/licensing.php:348
|
4882 |
+
#, php-format
|
4883 |
+
#@ WPBDM
|
4884 |
+
msgctxt "licensing"
|
4885 |
+
msgid "Could not deactivate license: %s."
|
4886 |
+
msgstr "Nie możemy deaktywować Licencji: %s."
|
4887 |
+
|
4888 |
+
#: core/licensing.php:350
|
4889 |
+
#@ WPBDM
|
4890 |
+
msgctxt "licensing"
|
4891 |
+
msgid "License deactivated"
|
4892 |
+
msgstr "Licencja deaktywowana"
|
4893 |
+
|
4894 |
+
#: core/payment.php:18
|
4895 |
+
#@ WPBDM
|
4896 |
+
msgctxt "fees-api"
|
4897 |
+
msgid "Free Listing"
|
4898 |
+
msgstr "Oferta Bezpłatna"
|
4899 |
+
|
4900 |
+
#: core/payment.php:135
|
4901 |
+
#@ WPBDM
|
4902 |
+
msgctxt "fees-api"
|
4903 |
+
msgid "Fee label is required."
|
4904 |
+
msgstr "Etykieta abonamentu jest wymagana."
|
4905 |
+
|
4906 |
+
#: core/payment.php:138
|
4907 |
+
#@ WPBDM
|
4908 |
+
msgctxt "fees-api"
|
4909 |
+
msgid "Fee amount must be a non-negative decimal number."
|
4910 |
+
msgstr "Kwota abonamentu musi być dodatnią liczbą dziesiętną."
|
4911 |
+
|
4912 |
+
#: core/payment.php:141
|
4913 |
+
#: core/payment.php:144
|
4914 |
+
#@ WPBDM
|
4915 |
+
msgctxt "fees-api"
|
4916 |
+
msgid "Fee must apply to at least one category."
|
4917 |
+
msgstr "Abonament musi być stosowany do co najmniej jednej kategorii."
|
4918 |
+
|
4919 |
+
#: core/payment.php:147
|
4920 |
+
#@ WPBDM
|
4921 |
+
msgctxt "fees-api"
|
4922 |
+
msgid "Fee allowed images must be a non-negative integer."
|
4923 |
+
msgstr "Abonament dla dozwolonej ilości obrazów musi zawierać się w liczbie dodatniej, całkowitej."
|
4924 |
+
|
4925 |
+
#: core/payment.php:150
|
4926 |
+
#@ WPBDM
|
4927 |
+
msgctxt "fees-api"
|
4928 |
+
msgid "Fee listing run must be a non-negative integer."
|
4929 |
+
msgstr "Abonament dla biegu oferty musi zawierać się w liczbie dodatniej, całkowitej."
|
4930 |
+
|
4931 |
+
#: core/payment.php:155
|
4932 |
+
#@ WPBDM
|
4933 |
+
msgctxt "fees-api"
|
4934 |
+
msgid "Fee listing duration must be a number less than 10 years (3650 days)."
|
4935 |
+
msgstr "Abonament dla okresu ważności oferty musi zawierać się w liczbie dodatniej, całkowitej."
|
4936 |
+
|
4937 |
+
#: core/payment.php:325
|
4938 |
+
#, php-format
|
4939 |
+
#@ WPBDM
|
4940 |
+
msgctxt "payments-api"
|
4941 |
+
msgid "You are offering featured listings but have payments turned off. Go to <a href=\"%s\">Manage Options - Payment</a> to change the payment settings. Until you change this, the <i>Upgrade to Featured</i> option will be disabled."
|
4942 |
+
msgstr "Oferujesz wyróżnienia ale masz wyłączone opcje płatności. Przejdź do <a href=\"%s\">Opcje zarządzania - Płatności </a> aby zmienić te ustawienia. Do czasu zmiany tych ustawień opcja <i>Zmień status na wyróżnione</i> będzie niedostępna."
|
4943 |
+
|
4944 |
+
#: core/payment.php:343
|
4945 |
+
#, php-format
|
4946 |
+
#@ WPBDM
|
4947 |
+
msgctxt "payments-api"
|
4948 |
+
msgid "The <b>%s</b> gateway is active but not properly configured. The gateway won't be available until the following problems are fixed: <b>%s</b>. <br/> Check the <a href=\"%s\">payment settings</a>."
|
4949 |
+
msgstr "Bramka <b>%s</b> jest aktywna, ale nie jest skonfigurowana. Bramka nie będzie dostępna do czasu usunięcia tych problemów: <b>%s</b>. Sprawdź <a href=\"%s\">Ustawienia Płatności</a>."
|
4950 |
+
|
4951 |
+
#: core/payment.php:353
|
4952 |
+
#, php-format
|
4953 |
+
#@ WPBDM
|
4954 |
+
msgctxt "admin"
|
4955 |
+
msgid "You have payments turned on but no gateway is active and properly configured. Go to <a href=\"%s\">Manage Options - Payment</a> to change the payment settings. Until you change this, the directory will operate in <i>Free Mode</i>."
|
4956 |
+
msgstr "Masz włączone płatności, ale nie masz aktywnej i właściwie skonfigurowanej bramki. Przejdź do <a href=\"%s\">Zarządzaj Opcjami - Płatności</a> aby zmienić ustawienia. Do czasu wprowadzenia zmian, plugin będzie działał w <i>Trybie Bezpłatnym</i>."
|
4957 |
+
|
4958 |
+
#: core/payment.php:357
|
4959 |
+
#@ admin
|
4960 |
+
msgid "BD detected PayFast and another gateway were enabled. This setup is not recommended due to PayFast supporting only ZAR and the other gateways not supporting this currency."
|
4961 |
+
msgstr "Katalog Firm wykrył włączoną bramkę PayFast oraz inne włączone bramki. To ustawienie nie jest zalecane ze względu na to, że PayFast wspiera tylko ZAR, a inne bramki nie wspierają tej waluty."
|
4962 |
+
|
4963 |
+
#: core/payment.php:361
|
4964 |
+
#@ WPBDM
|
4965 |
+
msgid "You have recurring renewal of listing fees enabled but the payment gateways installed don't support recurring payments. Until a gateway that supports recurring payments (such as PayPal) is enabled automatic renewals will be disabled."
|
4966 |
+
msgstr "Masz włączone powtarzające się odnowienia abonamentów, ale zainstalowana bramka płatności nie obsługuje powtarzających się płatności. Dopóki bramka, która obsługuje powtarzające się płatności (taka jak PayPal) nie zostanie włączona, automatyczne odnowienie zostaną wyłączone."
|
4967 |
+
|
4968 |
+
#: core/payment.php:366
|
4969 |
+
#@ WPBDM
|
4970 |
+
msgid "Due to Google Wallet limitations only monthly (30 days) recurring fees are supported by the gateway. All other fees will be charged as non-recurring."
|
4971 |
+
msgstr "Ze względu na ograniczenia w Portfelu Google, tylko opłaty cykliczne (30 dniowe), są obsługiwane przez bramkę. Wszystkie pozostałe opłaty będą pobierane jako jednorazowe."
|
4972 |
+
|
4973 |
+
#: core/payment.php:399
|
4974 |
+
#@ WPBDM
|
4975 |
+
msgctxt "payments-api"
|
4976 |
+
msgid "Checkout"
|
4977 |
+
msgstr "Przejdź do Kasy"
|
4978 |
+
|
4979 |
+
#: core/payment.php:400
|
4980 |
+
#, php-format
|
4981 |
+
#@ WPBDM
|
4982 |
+
msgctxt "payments-api"
|
4983 |
+
msgid "Pay %1$s through %2$s"
|
4984 |
+
msgstr "Zapłać %1$s z %2$s"
|
4985 |
+
|
4986 |
+
#: core/payment.php:407
|
4987 |
+
#@ WPBDM
|
4988 |
+
msgctxt "payments-api"
|
4989 |
+
msgid "Your transaction has been approved."
|
4990 |
+
msgstr "Transakcja została zatwierdzona."
|
4991 |
+
|
4992 |
+
#: core/payment.php:588
|
4993 |
+
#@ WPBDM
|
4994 |
+
msgctxt "payments"
|
4995 |
+
msgid "Payment Details"
|
4996 |
+
msgstr "Szczegóły płatności"
|
4997 |
+
|
4998 |
+
#: core/payment.php:615
|
4999 |
+
#@ WPBDM
|
5000 |
+
msgctxt "checkout"
|
5001 |
+
msgid "Payment Method"
|
5002 |
+
msgstr "Sposób Zapłaty"
|
5003 |
+
|
5004 |
+
#: core/payment.php:644
|
5005 |
+
#@ WPBDM
|
5006 |
+
msgctxt "payment"
|
5007 |
+
msgid "Return to Directory."
|
5008 |
+
msgstr "Powrót do Katalogu."
|
5009 |
+
|
5010 |
+
#: core/payment.php:650
|
5011 |
+
#@ WPBDM
|
5012 |
+
msgctxt "payments"
|
5013 |
+
msgid "Your payment is being processed by the payment gateway. Please reload this page in a moment to see if the status has changed or contact the site administrator."
|
5014 |
+
msgstr "Twoja płatność jest przetwarzana przez bramki płatności. Odśwież stronę po chwili, aby zobaczyć czy status się zmienił, lub skontaktuj się z administratorem serwisu."
|
5015 |
+
|
5016 |
+
#: core/payment.php:653
|
5017 |
+
#@ WPBDM
|
5018 |
+
msgctxt "payments"
|
5019 |
+
msgid "The payment has been rejected by the payment gateway. Please contact the site administrator if you think there is an error or click \"Change Payment Method\" to select another payment method and try again."
|
5020 |
+
msgstr "Płatność została odrzucona przez bramkę płatności. Proszę skontaktować się z administratorem strony jeśli uważasz, że jest to błąd lub kliknij \"Zmiana metody płatności \", aby wybrać inną metodę płatności i spróbuj ponownie."
|
5021 |
+
|
5022 |
+
#: core/payment.php:654
|
5023 |
+
#@ WPBDM
|
5024 |
+
msgctxt "payments"
|
5025 |
+
msgid "Change Payment Method"
|
5026 |
+
msgstr "Zmień Sposób Zapłaty"
|
5027 |
+
|
5028 |
+
#: core/payment.php:656
|
5029 |
+
#@ WPBDM
|
5030 |
+
msgctxt "payments"
|
5031 |
+
msgid "The payment has been rejected by the payment gateway. Please contact the site administrator if you think there is an error."
|
5032 |
+
msgstr "Płatność została odrzucona przez bramkę płatności. Proszę skontaktować się z administratorem strony jeśli uważasz, że jest to błąd."
|
5033 |
+
|
5034 |
+
#: core/payment.php:659
|
5035 |
+
#@ WPBDM
|
5036 |
+
msgctxt "payments"
|
5037 |
+
msgid "The payment has been canceled at your request."
|
5038 |
+
msgstr "Płatność została anulowana na Twoje polecenie."
|
5039 |
+
|
5040 |
+
#: core/templates-listings.php:54
|
5041 |
+
#@ WPBDM
|
5042 |
+
msgctxt "templates"
|
5043 |
+
msgid "Featured Listing"
|
5044 |
+
msgstr "Wyróżniona oferta"
|
5045 |
+
|
5046 |
+
#: core/templates-ui.php:158
|
5047 |
+
#@ WPBDM
|
5048 |
+
msgctxt "templates"
|
5049 |
+
msgid "No listing categories found."
|
5050 |
+
msgstr "Nie znaleziono kategorii ofert."
|
5051 |
+
|
5052 |
+
#: core/templates-ui.php:231
|
5053 |
+
#@ WPBDM
|
5054 |
+
msgctxt "templates"
|
5055 |
+
msgid "Advanced Search"
|
5056 |
+
msgstr "Zaawansowane szukanie"
|
5057 |
+
|
5058 |
+
#: core/templates-ui.php:257
|
5059 |
+
#: core/templates-ui.php:282
|
5060 |
+
#@ WPBDM
|
5061 |
+
msgctxt "templates sort"
|
5062 |
+
msgid "Sort By:"
|
5063 |
+
msgstr "Sortuj według: "
|
5064 |
+
|
5065 |
+
#: core/templates-ui.php:276
|
5066 |
+
#@ WPBDM
|
5067 |
+
msgctxt "sort"
|
5068 |
+
msgid "Reset"
|
5069 |
+
msgstr "Resetuj"
|
5070 |
+
|
5071 |
+
#: core/utils.php:104
|
5072 |
+
#@ WPBDM
|
5073 |
+
msgctxt "utils"
|
5074 |
+
msgid "POSTed data exceeds PHP config. maximum. See \"post_max_size\" directive."
|
5075 |
+
msgstr "Opublikowana wartość przekracza maksymalne ustawienia zapisane w PHP config. Zobacz dyrektywę \"post_max_size\"."
|
5076 |
+
|
5077 |
+
#: core/utils.php:157
|
5078 |
+
#, php-format
|
5079 |
+
#@ WPBDM
|
5080 |
+
msgctxt "utils"
|
5081 |
+
msgid "File size (%s) exceeds maximum file size of %s"
|
5082 |
+
msgstr "Rozmiar pliku (%s) przekracz maksymalny dozwolony rozmiar %s"
|
5083 |
+
|
5084 |
+
#: core/utils.php:174
|
5085 |
+
#: core/utils.php:181
|
5086 |
+
#, php-format
|
5087 |
+
#@ WPBDM
|
5088 |
+
msgctxt "utils"
|
5089 |
+
msgid "File type \"%s\" is not allowed"
|
5090 |
+
msgstr "Pliki typu \"%s\" , nie są dozwolone"
|
5091 |
+
|
5092 |
+
#: core/utils.php:188
|
5093 |
+
#@ WPBDM
|
5094 |
+
msgctxt "utils"
|
5095 |
+
msgid "Unkown error while uploading file."
|
5096 |
+
msgstr "Nieznany błąd podczas przesyłania pliku."
|
5097 |
+
|
5098 |
+
#: core/utils.php:207
|
5099 |
+
#@ WPBDM
|
5100 |
+
msgctxt "utils"
|
5101 |
+
msgid "Uploaded file is not an image"
|
5102 |
+
msgstr "Ładowany plik nie jest plikiem obrazu."
|
5103 |
+
|
5104 |
+
#: core/utils.php:248
|
5105 |
+
#@ WPBDM
|
5106 |
+
msgctxt "utils"
|
5107 |
+
msgid "Error while uploading file"
|
5108 |
+
msgstr "Błąd podczas przesyłania pliku."
|
5109 |
+
|
5110 |
+
#: core/view-checkout.php:34
|
5111 |
+
#@ WPBDM
|
5112 |
+
msgctxt "payments"
|
5113 |
+
msgid "Invalid payment id."
|
5114 |
+
msgstr "Niewłaściwe ID płatności"
|
5115 |
+
|
5116 |
+
#: core/view-checkout.php:92
|
5117 |
+
#@ WPBDM
|
5118 |
+
msgctxt "checkout"
|
5119 |
+
msgid "Continue"
|
5120 |
+
msgstr "Kontynuacja"
|
5121 |
+
|
5122 |
+
#: core/view-checkout.php:103
|
5123 |
+
#@ WPBDM
|
5124 |
+
msgctxt "checkout"
|
5125 |
+
msgid "Payments are not allowed on the non-secure version of this site. Please <a>continue to the secure server to proceed with your payment</a>."
|
5126 |
+
msgstr "Płatności nie są dozwolone na niezabezpieczonej wersji tej strony. Proszę <a>przejść do bezpiecznego serwera, aby dokonać płatności</a>."
|
5127 |
+
|
5128 |
+
#: core/view-checkout.php:118
|
5129 |
+
#@ WPBDM
|
5130 |
+
msgctxt "checkout"
|
5131 |
+
msgid "Your payment is being verified. This usually takes a few minutes but can take up to 24 hours."
|
5132 |
+
msgstr "Twoja płatność jest weryfikowana. Najczęściej zajmuje to kilka minut, ale może się zdażyć, że potrwa to nawet do 24 godzin."
|
5133 |
+
|
5134 |
+
#: core/view-checkout.php:126
|
5135 |
+
#: core/view-checkout.php:147
|
5136 |
+
#@ WPBDM
|
5137 |
+
msgctxt "checkout"
|
5138 |
+
msgid "← Return to Directory."
|
5139 |
+
msgstr "← Powrót do Katalogu."
|
5140 |
+
|
5141 |
+
#: core/view-checkout.php:136
|
5142 |
+
#@ WPBDM
|
5143 |
+
msgctxt "checkout"
|
5144 |
+
msgid "Your payment was received sucessfully."
|
5145 |
+
msgstr "Otrzymaliśmy Zapłatę. Dziękujemy."
|
5146 |
+
|
5147 |
+
#: core/view-checkout.php:143
|
5148 |
+
#@ WPBDM
|
5149 |
+
msgctxt "checkout"
|
5150 |
+
msgid "← Return to your listing."
|
5151 |
+
msgstr "← Powrót do Twojej oferty."
|
5152 |
+
|
5153 |
+
#: core/view-delete-listing.php:10
|
5154 |
+
#@ WPBDM
|
5155 |
+
msgctxt "delete listing"
|
5156 |
+
msgid "Please log in to delete the listing."
|
5157 |
+
msgstr "Zaloguj się aby usunąć ofertę."
|
5158 |
+
|
5159 |
+
#: core/view-delete-listing.php:23
|
5160 |
+
#@ WPBDM
|
5161 |
+
msgctxt "delete listing"
|
5162 |
+
msgid "Your listing has been deleted."
|
5163 |
+
msgstr "Twoja oferta została usunięta."
|
5164 |
+
|
5165 |
+
#: core/view-listing-contact.php:49
|
5166 |
+
#@ WPBDM
|
5167 |
+
msgctxt "contact-message"
|
5168 |
+
msgid "Please enter your name."
|
5169 |
+
msgstr "Proszę wprowadzić Imię"
|
5170 |
+
|
5171 |
+
#: core/view-listing-contact.php:52
|
5172 |
+
#@ WPBDM
|
5173 |
+
msgctxt "contact-message"
|
5174 |
+
msgid "Please enter a valid email."
|
5175 |
+
msgstr "Proszę wprowadzić poprawny adres e-mail."
|
5176 |
+
|
5177 |
+
#: core/view-listing-contact.php:55
|
5178 |
+
#@ WPBDM
|
5179 |
+
msgctxt "contact-message"
|
5180 |
+
msgid "You did not enter a message."
|
5181 |
+
msgstr "Nie wpisałeś wiadomości."
|
5182 |
+
|
5183 |
+
#: core/view-listing-contact.php:58
|
5184 |
+
#@ WPBDM
|
5185 |
+
msgctxt "contact-message"
|
5186 |
+
msgid "The reCAPTCHA wasn't entered correctly."
|
5187 |
+
msgstr "ReCaptcha nie została poprawnie wprowadzona."
|
5188 |
+
|
5189 |
+
#: core/view-listing-contact.php:67
|
5190 |
+
#@ WPBDM
|
5191 |
+
msgctxt "contact form"
|
5192 |
+
msgid "Please <a>log in</a> to be able to send messages to the listing owner."
|
5193 |
+
msgstr "Proszę się <a>zalogować</a>, aby wysłąć wiadomość do osoby odpowiedzialnej za kontakt z klientem."
|
5194 |
+
|
5195 |
+
#: core/view-listing-contact.php:86
|
5196 |
+
#@ WPBDM
|
5197 |
+
msgctxt "contact form"
|
5198 |
+
msgid "This contact form is temporarily disabled. Please try again later."
|
5199 |
+
msgstr "Ten formularz kontaktu jest chwilowo wyłączony. Możesz spróbować pózniej."
|
5200 |
+
|
5201 |
+
#: core/view-listing-contact.php:125
|
5202 |
+
#@ WPBDM
|
5203 |
+
msgctxt "templates"
|
5204 |
+
msgid "Send Message to listing owner"
|
5205 |
+
msgstr "Wyślij wiadomość do właściciela oferty"
|
5206 |
+
|
5207 |
+
#: core/view-listing-contact.php:171
|
5208 |
+
#@ default
|
5209 |
+
msgid "l F j, Y \\a\\t g:i a"
|
5210 |
+
msgstr "l F j, Y \\a\\t g:i a"
|
5211 |
+
|
5212 |
+
#: core/view-listing-contact.php:192
|
5213 |
+
#@ WPBDM
|
5214 |
+
msgctxt "contact-message"
|
5215 |
+
msgid "There was a problem encountered. Your message has not been sent"
|
5216 |
+
msgstr "Wystąpił problem. Twoja wiadomość nie została wysłana"
|
5217 |
+
|
5218 |
+
#: core/view-listing-contact.php:195
|
5219 |
+
#@ WPBDM
|
5220 |
+
msgctxt "contact-message"
|
5221 |
+
msgid "Return to listing."
|
5222 |
+
msgstr "Powrót do oferty."
|
5223 |
+
|
5224 |
+
#: core/view-manage-recurring.php:23
|
5225 |
+
#@ WPBDM
|
5226 |
+
msgctxt "manage subscriptions"
|
5227 |
+
msgid "You are not on recurring payments for any of your listings."
|
5228 |
+
msgstr "Nie masz włączonych powtarzających się płatności dla żadnej z Twoich ofert."
|
5229 |
+
|
5230 |
+
#: core/view-manage-recurring.php:95
|
5231 |
+
#@ WPBDM
|
5232 |
+
msgctxt "manage subscriptions"
|
5233 |
+
msgid "Invalid subscription."
|
5234 |
+
msgstr "Niepoprawna subkrypcja."
|
5235 |
+
|
5236 |
+
#: core/view-renew-listing.php:18
|
5237 |
+
#@ WPBDM
|
5238 |
+
msgctxt "renewal"
|
5239 |
+
msgid "Listing renewal is disabled at this moment. Please try again later."
|
5240 |
+
msgstr "Odnawianie ofert jest chwilowo wyłączone. spróbuj ponownie później."
|
5241 |
+
|
5242 |
+
#: core/view-renew-listing.php:21
|
5243 |
+
#@ WPBDM
|
5244 |
+
msgctxt "renewal"
|
5245 |
+
msgid "Your renewal ID is invalid. Please use the URL you were given on the renewal e-mail message."
|
5246 |
+
msgstr "Twoja ID odnowienia jest nieprawidłowe. Proszę kliknąć na adres URL, podany w wiadomości e-mail dotyczącej odnowienia."
|
5247 |
+
|
5248 |
+
#: core/view-renew-listing.php:47
|
5249 |
+
#@ WPBDM
|
5250 |
+
msgctxt "renewal"
|
5251 |
+
msgid "Your renewal was successfully cancelled."
|
5252 |
+
msgstr "Twoje odnowienie zostało pomyślnie anulowane."
|
5253 |
+
|
5254 |
+
#: core/view-renew-listing.php:59
|
5255 |
+
#, php-format
|
5256 |
+
#@ WPBDM
|
5257 |
+
msgctxt "listings"
|
5258 |
+
msgid "Fee \"%s\" renewal for category \"%s\""
|
5259 |
+
msgstr "Abonament \"%s\" odnowienia dla kategorii \"%s\""
|
5260 |
+
|
5261 |
+
#: core/view-renew-listing.php:79
|
5262 |
+
#@ WPBDM
|
5263 |
+
msgctxt "renewal"
|
5264 |
+
msgid "Invalid renewal state."
|
5265 |
+
msgstr "Niepoprawny Kraj."
|
5266 |
+
|
5267 |
+
#: core/view-renew-listing.php:91
|
5268 |
+
#@ WPBDM
|
5269 |
+
msgctxt "templates"
|
5270 |
+
msgid "Recurring Fee Management"
|
5271 |
+
msgstr "Zarządzanie powtarzającymi sie Abonamentami"
|
5272 |
+
|
5273 |
+
#: core/view-renew-listing.php:92
|
5274 |
+
#@ WPBDM
|
5275 |
+
msgctxt "renew"
|
5276 |
+
msgid "Because you are on a recurring fee plan you don't have to renew your listing right now as this will be handled automatically when renewal comes."
|
5277 |
+
msgstr "Ponieważ używasz powtarzających się płatności abonamentów, nie musisz odnawiać oferty teraz, odnowienie zostanie wykonane automatycznie, gdy zajdzie taka potrzeba."
|
5278 |
+
|
5279 |
+
#: core/view-renew-listing.php:94
|
5280 |
+
#@ WPBDM
|
5281 |
+
msgctxt "renewal"
|
5282 |
+
msgid "Current Fee Details"
|
5283 |
+
msgstr "Aktualne Szczegóły Abonamentu"
|
5284 |
+
|
5285 |
+
#: core/view-renew-listing.php:96
|
5286 |
+
#@ WPBDM
|
5287 |
+
msgctxt "renewal"
|
5288 |
+
msgid "Number of images:"
|
5289 |
+
msgstr "Liczba obrazów:"
|
5290 |
+
|
5291 |
+
#: core/view-renew-listing.php:98
|
5292 |
+
#@ WPBDM
|
5293 |
+
msgctxt "renewal"
|
5294 |
+
msgid "Expiration date:"
|
5295 |
+
msgstr "Data ważności:"
|
5296 |
+
|
5297 |
+
#: core/view-renew-listing.php:102
|
5298 |
+
#@ WPBDM
|
5299 |
+
msgctxt "renew"
|
5300 |
+
msgid "However, if you want to cancel your subscription you can do that on this page. When the renewal time comes you'll be able to change your settings again."
|
5301 |
+
msgstr "Jednakże, jeśli chcesz zrezygnować z subskrypcji możesz to zrobić na tej stronie. Kiedy nadejdzie czas odnowienia, będzie można ponownie zmienić swoje ustawienia."
|
5302 |
+
|
5303 |
+
#: core/view-submit-listing.php:29
|
5304 |
+
#@ WPBDM
|
5305 |
+
msgctxt "templates"
|
5306 |
+
msgid "There are no categories assigned to the business directory yet. You need to assign some categories to the business directory. Only admins can see this message. Regular users are seeing a message that they cannot add their listing at this time. Listings cannot be added until you assign categories to the business directory."
|
5307 |
+
msgstr "Nie masz jeszcze żadnej kategorii przypisanej do Katalogu Firm. Musisz przypisać pewne kategorie do Katalogu Firm. Tylko administratorzy mogą zobaczyć tę wiadomość. Zwykli użytkownicy widzą komunikat, że nie można teraz dodać swojej oferty. Oferty nie mogą zostać dodane do momentu przypisania kategorii do Katalogu Firm."
|
5308 |
+
|
5309 |
+
#: core/view-submit-listing.php:31
|
5310 |
+
#@ WPBDM
|
5311 |
+
msgctxt "templates"
|
5312 |
+
msgid "Your listing cannot be added at this time. Please try again later. If this is not the first time you see this warning, please ask the site administrator to set up one or more categories inside the Directory."
|
5313 |
+
msgstr "Listą Nie można dodać w tym czasie. Proszę spróbuj ponownie później. Jeśli nie jest to pierwszy raz widzisz to ostrzeżenie, poproś administratora o utworzenie jednej lub więcej kategorii wewnątrz katalogu."
|
5314 |
+
|
5315 |
+
#: core/view-submit-listing.php:43
|
5316 |
+
#@ WPBDM
|
5317 |
+
msgctxt "templates"
|
5318 |
+
msgid "You are not authorized to edit this listing."
|
5319 |
+
msgstr "Nie masz uprawnień do edycji tej oferty."
|
5320 |
+
|
5321 |
+
#: core/view-submit-listing.php:58
|
5322 |
+
#@ WPBDM
|
5323 |
+
msgctxt "templates"
|
5324 |
+
msgid "Edit Your Listing"
|
5325 |
+
msgstr "Edycja oferty"
|
5326 |
+
|
5327 |
+
#: core/view-submit-listing.php:58
|
5328 |
+
#@ WPBDM
|
5329 |
+
msgctxt "templates"
|
5330 |
+
msgid "Submit A Listing"
|
5331 |
+
msgstr "Dodaj Firmę"
|
5332 |
+
|
5333 |
+
#: core/view-submit-listing.php:65
|
5334 |
+
#@ WPBDM
|
5335 |
+
msgctxt "templates"
|
5336 |
+
msgid "You are logged in as an administrator. Any payment steps will be skipped."
|
5337 |
+
msgstr "Jesteś zalogowany jako administrator. Wszelkie kroki płatności zostaną pominięte."
|
5338 |
+
|
5339 |
+
#: core/view-submit-listing.php:199
|
5340 |
+
#, php-format
|
5341 |
+
#@ WPBDM
|
5342 |
+
msgctxt "templates"
|
5343 |
+
msgid "Please select a fee option for the \"%s\" category."
|
5344 |
+
msgstr "Wybierz abonament dla tegj kategori \"%s\"."
|
5345 |
+
|
5346 |
+
#: core/view-submit-listing.php:267
|
5347 |
+
#@ WPBDM
|
5348 |
+
msgctxt "templates"
|
5349 |
+
msgid "Please agree to the Terms and Conditions."
|
5350 |
+
msgstr "Musisz zaakceptować nasze warunki i regulamin korzystania z serwisu."
|
5351 |
+
|
5352 |
+
#: core/view-submit-listing.php:273
|
5353 |
+
#@ WPBDM
|
5354 |
+
msgctxt "templates"
|
5355 |
+
msgid "The reCAPTCHA wasn't entered correctly."
|
5356 |
+
msgstr "ReCaptcha nie została poprawnie wprowadzona."
|
5357 |
+
|
5358 |
+
#: core/view-submit-listing.php:290
|
5359 |
+
#@ WPBDM
|
5360 |
+
msgctxt "templates"
|
5361 |
+
msgid "Read our Terms and Conditions"
|
5362 |
+
msgstr "Zapoznaj się z warunkami i regulaminem korzystania z serwisu."
|
5363 |
+
|
5364 |
+
#: core/view-submit-listing.php:295
|
5365 |
+
#@ WPBDM
|
5366 |
+
msgctxt "templates"
|
5367 |
+
msgid "Terms and Conditions:"
|
5368 |
+
msgstr "Warunki i regulamin:"
|
5369 |
+
|
5370 |
+
#: core/view-submit-listing.php:306
|
5371 |
+
#@ WPBDM
|
5372 |
+
msgctxt "templates"
|
5373 |
+
msgid "I agree to the Terms and Conditions"
|
5374 |
+
msgstr "Akceptuję rwarunki i regulamin korzystania z witryny."
|
5375 |
+
|
5376 |
+
#: core/view-submit-listing.php:404
|
5377 |
+
#, php-format
|
5378 |
+
#@ WPBDM
|
5379 |
+
msgctxt "listings"
|
5380 |
+
msgid "Fee \"%s\" for category \"%s\"%s"
|
5381 |
+
msgstr "Abonament \"%s\" dla kategorii \"%s\""
|
5382 |
+
|
5383 |
+
#: core/view-submit-listing.php:407
|
5384 |
+
#@ WPBDM
|
5385 |
+
msgctxt "listings"
|
5386 |
+
msgid "(recurring)"
|
5387 |
+
msgstr "(powtarzające się)"
|
5388 |
+
|
5389 |
+
#: core/view-submit-listing.php:417
|
5390 |
+
#: core/view-upgrade-listing.php:54
|
5391 |
+
#@ WPBDM
|
5392 |
+
msgctxt "submit"
|
5393 |
+
msgid "Listing upgrade to featured"
|
5394 |
+
msgstr "Podniesiono status Oferty do \"Wyróżniona\""
|
5395 |
+
|
5396 |
+
#: core/view-submit-listing.php:450
|
5397 |
+
#@ WPBDM
|
5398 |
+
msgctxt "submit_state"
|
5399 |
+
msgid "Invalid submit state."
|
5400 |
+
msgstr "Niepoprawny Kraj."
|
5401 |
+
|
5402 |
+
#: core/view-upgrade-listing.php:21
|
5403 |
+
#@ WPBDM
|
5404 |
+
msgctxt "listing upgrade"
|
5405 |
+
msgid "Invalid link followed."
|
5406 |
+
msgstr "Niepoprawny link"
|
5407 |
+
|
5408 |
+
#: core/view-upgrade-listing.php:27
|
5409 |
+
#@ WPBDM
|
5410 |
+
msgctxt "templates"
|
5411 |
+
msgid "Your listing is already pending approval for \"featured\" status."
|
5412 |
+
msgstr "Twoja oferta już oczekuje na status \"Wyróżniona\"."
|
5413 |
+
|
5414 |
+
#: core/view-upgrade-listing.php:28
|
5415 |
+
#@ WPBDM
|
5416 |
+
msgctxt "templates"
|
5417 |
+
msgid "Return to listing."
|
5418 |
+
msgstr "Powrót do oferty."
|
5419 |
+
|
5420 |
+
#: core/views.php:23
|
5421 |
+
#@ WPBDM
|
5422 |
+
msgid "You need to create a page with the [businessdirectory] shortcode for the Business Directory plugin to work correctly."
|
5423 |
+
msgstr "Musisz utworzyć stronę z krótkim kodem [businessdirectory] , aby Katalog Firm mógł działać prawidłowo."
|
5424 |
+
|
5425 |
+
#: core/views.php:25
|
5426 |
+
#@ WPBDM
|
5427 |
+
msgid "The directory is temporarily disabled."
|
5428 |
+
msgstr "Katalog jest tymczasowo wyłączony."
|
5429 |
+
|
5430 |
+
#: core/views.php:154
|
5431 |
+
#@ WPBDM
|
5432 |
+
msgctxt "preview"
|
5433 |
+
msgid "This is just a preview. The listing has not been published yet."
|
5434 |
+
msgstr "To jest tylko podgląd. Oferta nie została jeszcze opublikowana."
|
5435 |
+
|
5436 |
+
#: core/views.php:368
|
5437 |
+
#@ WPBDM
|
5438 |
+
msgctxt "templates"
|
5439 |
+
msgid "There are no categories assigned to the business directory yet. You need to assign some categories to the business directory. Only admins can see this message. Regular users are seeing a message that there are currently no listings in the directory. Listings cannot be added until you assign categories to the business directory."
|
5440 |
+
msgstr "Nie masz jeszcze żadnej kategorii przypisanej do Katalogu Firm. Musisz przypisać pewne kategorie do Katalogu Firm. Tylko administratorzy mogą zobaczyć tę wiadomość. Zwykli użytkownicy widzą komunikat, że nie można teraz dodać swojej oferty. Oferty nie mogą zostać dodane do momentu przypisania kategorii do Katalogu Firm."
|
5441 |
+
|
5442 |
+
#: core/views.php:370
|
5443 |
+
#@ WPBDM
|
5444 |
+
msgctxt "templates"
|
5445 |
+
msgid "There are currently no listings in the directory."
|
5446 |
+
msgstr "Chwilowo brak ofert w Katalogu."
|
5447 |
+
|
5448 |
+
#: core/views.php:388
|
5449 |
+
#@ WPBDM
|
5450 |
+
msgctxt "templates"
|
5451 |
+
msgid "You have \"Hide Empty Categories\" on and some categories that don't have listings in them. That means they won't show up on the front end of your site. If you didn't want that, click <a>here</a> to change the setting."
|
5452 |
+
msgstr "Masz ustawione \"Ukryj Puste Kategorie\" i pewne kategorie, które nie zawierają ofert. To oznacza, że te kategorie nie będą wyświetlane na stornach Katalogu. Jeśli chcesz to zmienić kliknij <a>tutaj</a>."
|
5453 |
+
|
5454 |
+
#: core/widget-featured-listings.php:11
|
5455 |
+
#@ WPBDM
|
5456 |
+
msgctxt "widgets"
|
5457 |
+
msgid "Business Directory - Featured Listings"
|
5458 |
+
msgstr "Katalog Firm - Wyróżnione Oferty"
|
5459 |
+
|
5460 |
+
#: core/widget-featured-listings.php:12
|
5461 |
+
#@ WPBDM
|
5462 |
+
msgctxt "widgets"
|
5463 |
+
msgid "Displays a list of the featured/sticky listings in the directory."
|
5464 |
+
msgstr "Wyświetlanie wyróżnionych ofert na stronie kategori katalogu."
|
5465 |
+
|
5466 |
+
#: core/widget-featured-listings.php:14
|
5467 |
+
#@ WPBDM
|
5468 |
+
msgctxt "widgets"
|
5469 |
+
msgid "Featured Listings"
|
5470 |
+
msgstr "Wyróżnione Firmy"
|
5471 |
+
|
5472 |
+
#: core/widget-featured-listings.php:23
|
5473 |
+
#@ WPBDM
|
5474 |
+
msgctxt "widgets"
|
5475 |
+
msgid "Display listings in random order"
|
5476 |
+
msgstr "Wyświetl Firmy losowo"
|
5477 |
+
|
5478 |
+
#: core/widget-latest-listings.php:11
|
5479 |
+
#@ WPBDM
|
5480 |
+
msgctxt "widgets"
|
5481 |
+
msgid "Business Directory - Latest Listings"
|
5482 |
+
msgstr "Katalog Firm - Najświeższe Firmy"
|
5483 |
+
|
5484 |
+
#: core/widget-latest-listings.php:12
|
5485 |
+
#@ WPBDM
|
5486 |
+
msgctxt "widgets"
|
5487 |
+
msgid "Displays a list of the latest listings in the Business Directory."
|
5488 |
+
msgstr "Wyświetl najnowszą Listę Firm z Katalogu Firm"
|
5489 |
+
|
5490 |
+
#: core/widget-latest-listings.php:14
|
5491 |
+
#@ WPBDM
|
5492 |
+
msgctxt "widgets"
|
5493 |
+
msgid "Latest Listings"
|
5494 |
+
msgstr "Najświeższe Firmy"
|
5495 |
+
|
5496 |
+
#: core/widget-random-listings.php:11
|
5497 |
+
#@ WPBDM
|
5498 |
+
msgctxt "widgets"
|
5499 |
+
msgid "Business Directory - Random Listings"
|
5500 |
+
msgstr "Katalog Firm - Losowe Firmy"
|
5501 |
+
|
5502 |
+
#: core/widget-random-listings.php:12
|
5503 |
+
#@ WPBDM
|
5504 |
+
msgctxt "widgets"
|
5505 |
+
msgid "Displays a list of random listings from the Business Directory."
|
5506 |
+
msgstr "Wyświetl Losową Listę Firm z Katalogu Firm"
|
5507 |
+
|
5508 |
+
#: core/widget-random-listings.php:14
|
5509 |
+
#@ WPBDM
|
5510 |
+
msgctxt "widgets"
|
5511 |
+
msgid "Random Listings"
|
5512 |
+
msgstr "Losowe Firmy"
|
5513 |
+
|
5514 |
+
#: core/widget-search.php:10
|
5515 |
+
#@ WPBDM
|
5516 |
+
msgctxt "widgets"
|
5517 |
+
msgid "Business Directory - Search"
|
5518 |
+
msgstr "Katalog Firm - Szukaj"
|
5519 |
+
|
5520 |
+
#: core/widget-search.php:11
|
5521 |
+
#@ WPBDM
|
5522 |
+
msgctxt "widgets"
|
5523 |
+
msgid "Displays a search form to look for Business Directory listings."
|
5524 |
+
msgstr "Wyświetlanie formularza wyszukiwania ofert w katalogu firm."
|
5525 |
+
|
5526 |
+
#: core/widget-search.php:18
|
5527 |
+
#@ WPBDM
|
5528 |
+
msgctxt "widgets"
|
5529 |
+
msgid "Search the Business Directory"
|
5530 |
+
msgstr "Przeszukaj Katalog Firm "
|
5531 |
+
|
5532 |
+
#: core/widget-search.php:29
|
5533 |
+
#@ WPBDM
|
5534 |
+
msgctxt "widgets"
|
5535 |
+
msgid "Form Style:"
|
5536 |
+
msgstr "Styl Formularza:"
|
5537 |
+
|
5538 |
+
#: core/widget-search.php:37
|
5539 |
+
#@ WPBDM
|
5540 |
+
msgctxt "widgets"
|
5541 |
+
msgid "Basic"
|
5542 |
+
msgstr "Prosty"
|
5543 |
+
|
5544 |
+
#: core/widget-search.php:45
|
5545 |
+
#@ WPBDM
|
5546 |
+
msgctxt "widgets"
|
5547 |
+
msgid "Advanced"
|
5548 |
+
msgstr "Zaawansowany"
|
5549 |
+
|
5550 |
+
#: core/widget-search.php:49
|
5551 |
+
#@ WPBDM
|
5552 |
+
msgctxt "widgets"
|
5553 |
+
msgid "Search Fields (advanced mode):"
|
5554 |
+
msgstr "Pola wyszukiwania"
|
5555 |
+
|
5556 |
+
#: core/widget-search.php:50
|
5557 |
+
#@ WPBDM
|
5558 |
+
msgctxt "widgets"
|
5559 |
+
msgid "Display the following fields in the form."
|
5560 |
+
msgstr "Wyświetl poniższe pola w formularzu."
|
5561 |
+
|
5562 |
+
#: core/widget-search.php:102
|
5563 |
+
#@ WPBDM
|
5564 |
+
msgctxt "widgets"
|
5565 |
+
msgid "Search"
|
5566 |
+
msgstr "Szukaj..."
|
5567 |
+
|
5568 |
+
#: templates/businessdirectory-listings.tpl.php:27
|
5569 |
+
#: templates/search.tpl.php:41
|
5570 |
+
#@ WPBDM
|
5571 |
+
msgctxt "templates"
|
5572 |
+
msgid "No listings found."
|
5573 |
+
msgstr "Nie znaleziono Firm"
|
5574 |
+
|
5575 |
+
#: templates/businessdirectory-listings.tpl.php:38
|
5576 |
+
#@ WPBDM
|
5577 |
+
msgctxt "templates"
|
5578 |
+
msgid "« Previous "
|
5579 |
+
msgstr "« Poprzednie"
|
5580 |
+
|
5581 |
+
#: templates/businessdirectory-listings.tpl.php:39
|
5582 |
+
#@ WPBDM
|
5583 |
+
msgctxt "templates"
|
5584 |
+
msgid "Next »"
|
5585 |
+
msgstr "Następne »"
|
5586 |
+
|
5587 |
+
#: templates/category.tpl.php:17
|
5588 |
+
#, php-format
|
5589 |
+
#@ WPBDM
|
5590 |
+
msgctxt "templates"
|
5591 |
+
msgid "Listings tagged: %s"
|
5592 |
+
msgstr "Oferty Otagowane: %s"
|
5593 |
+
|
5594 |
+
#: templates/delete-listing-confirm.tpl.php:3
|
5595 |
+
#@ WPBDM
|
5596 |
+
msgctxt "manage recurring"
|
5597 |
+
msgid "Delete Listing"
|
5598 |
+
msgstr "Usuń Firmę"
|
5599 |
+
|
5600 |
+
#: templates/delete-listing-confirm.tpl.php:7
|
5601 |
+
#@ WPBDM
|
5602 |
+
msgctxt "delete listing"
|
5603 |
+
msgid "Your listing is associated to a recurring payment. If you don't cancel the recurring payment before deleting the listing, you might be charged for additional periods even though your listing won't be available."
|
5604 |
+
msgstr "Twoja oferta powiązana jest z powtarzającymi się płatnościami. Jeśli nie anulujesz cyklicznych płatności przed usunięciem oferty, możesz zostać obciążony dodatkowymi kosztami za następny okres rozliczeniowy, mimo braku Twojej oferty."
|
5605 |
+
|
5606 |
+
#: templates/delete-listing-confirm.tpl.php:12
|
5607 |
+
#@ WPBDM
|
5608 |
+
msgctxt "delete listing"
|
5609 |
+
msgid "Please visit <a>Manage recurring payments</a> to review your current recurring payments."
|
5610 |
+
msgstr "Proszę odwiedzić <a> Zarządzaj powtarzającymi się płatnościami </a> aby przejżeć bieżące płatności powtarzające się."
|
5611 |
+
|
5612 |
+
#: templates/delete-listing-confirm.tpl.php:18
|
5613 |
+
#, php-format
|
5614 |
+
#@ WPBDM
|
5615 |
+
msgctxt "delete listing"
|
5616 |
+
msgid "You are about to remove your listing \"%s\" from the directory."
|
5617 |
+
msgstr "Zamierzasz usunąć swoją ofertę \"% s \" z katalogu."
|
5618 |
+
|
5619 |
+
#: templates/delete-listing-confirm.tpl.php:19
|
5620 |
+
#@ WPBDM
|
5621 |
+
msgctxt "delete listing"
|
5622 |
+
msgid "Are you sure you want to do this?"
|
5623 |
+
msgstr "Jesteś pewien że chcesz to zrobić?"
|
5624 |
+
|
5625 |
+
#: templates/delete-listing-confirm.tpl.php:24
|
5626 |
+
#@ WPBDM
|
5627 |
+
msgctxt "delete listing"
|
5628 |
+
msgid "No. Take me back to the directory."
|
5629 |
+
msgstr "NIE. Zabierz mnie z powrotem do Katalogu."
|
5630 |
+
|
5631 |
+
#: templates/delete-listing-confirm.tpl.php:25
|
5632 |
+
#@ WPBDM
|
5633 |
+
msgctxt "delete listing"
|
5634 |
+
msgid "Yes. Delete my listing."
|
5635 |
+
msgstr "TAK. Usuń Firmę."
|
5636 |
+
|
5637 |
+
#: templates/email/listing-added.tpl.php:2
|
5638 |
+
#@ WPBDM
|
5639 |
+
msgctxt "emails"
|
5640 |
+
msgid "A new listing has been submitted to the directory. Listing details can be found below."
|
5641 |
+
msgstr "Nowa ofert została przesłana do katalogu. Szczegóły oferty możesz znaleźć poniżej."
|
5642 |
+
|
5643 |
+
#: templates/email/listing-added.tpl.php:7
|
5644 |
+
#: templates/email/listing-edited.tpl.php:7
|
5645 |
+
#@ WPBDM
|
5646 |
+
msgctxt "notify email"
|
5647 |
+
msgid "ID"
|
5648 |
+
msgstr "ID"
|
5649 |
+
|
5650 |
+
#: templates/email/listing-added.tpl.php:10
|
5651 |
+
#: templates/email/listing-edited.tpl.php:10
|
5652 |
+
#@ WPBDM
|
5653 |
+
msgctxt "notify email"
|
5654 |
+
msgid "Title"
|
5655 |
+
msgstr "Nazwa"
|
5656 |
+
|
5657 |
+
#: templates/email/listing-added.tpl.php:13
|
5658 |
+
#: templates/email/listing-edited.tpl.php:13
|
5659 |
+
#@ WPBDM
|
5660 |
+
msgctxt "notify email"
|
5661 |
+
msgid "URL"
|
5662 |
+
msgstr "URL"
|
5663 |
+
|
5664 |
+
#: templates/email/listing-added.tpl.php:13
|
5665 |
+
#: templates/email/listing-edited.tpl.php:13
|
5666 |
+
#@ WPBDM
|
5667 |
+
msgctxt "notify email"
|
5668 |
+
msgid "(not published yet)"
|
5669 |
+
msgstr "(jeszcze nie opublikowana)"
|
5670 |
+
|
5671 |
+
#: templates/email/listing-added.tpl.php:16
|
5672 |
+
#: templates/email/listing-edited.tpl.php:16
|
5673 |
+
#@ WPBDM
|
5674 |
+
msgctxt "notify email"
|
5675 |
+
msgid "Categories"
|
5676 |
+
msgstr "Kategorie"
|
5677 |
+
|
5678 |
+
#: templates/email/listing-added.tpl.php:19
|
5679 |
+
#: templates/email/listing-edited.tpl.php:19
|
5680 |
+
#@ WPBDM
|
5681 |
+
msgctxt "notify email"
|
5682 |
+
msgid "Posted By"
|
5683 |
+
msgstr "Napisany przez"
|
5684 |
+
|
5685 |
+
#: templates/email/listing-edited.tpl.php:2
|
5686 |
+
#@ WPBDM
|
5687 |
+
msgctxt "emails"
|
5688 |
+
msgid "A listing in the directory has been edited recently. Listing details can be found below."
|
5689 |
+
msgstr "Oferta została niedawno zmieniona w katalogu. Szczegóły oferty możesz znaleźć poniżej."
|
5690 |
+
|
5691 |
+
#: templates/listing-contactform.tpl.php:9
|
5692 |
+
#@ WPBDM
|
5693 |
+
msgctxt "templates"
|
5694 |
+
msgid "Listing Title: "
|
5695 |
+
msgstr "Nazwa Firmy:"
|
5696 |
+
|
5697 |
+
#: templates/listing-contactform.tpl.php:18
|
5698 |
+
#, php-format
|
5699 |
+
#@ WPBDM
|
5700 |
+
msgctxt "templates"
|
5701 |
+
msgid "You are currently logged in as %s. Your message will be sent using your logged in contact email."
|
5702 |
+
msgstr "Jesteś zalogowany jako %s. Twoja wiadomość zostanie wysłana używając Twojego adresu email podanego przy logowaniu."
|
5703 |
+
|
5704 |
+
#: templates/listing-contactform.tpl.php:23
|
5705 |
+
#@ WPBDM
|
5706 |
+
msgctxt "templates"
|
5707 |
+
msgid "Your Name"
|
5708 |
+
msgstr "Nazwisko"
|
5709 |
+
|
5710 |
+
#: templates/listing-contactform.tpl.php:27
|
5711 |
+
#@ WPBDM
|
5712 |
+
msgctxt "templates"
|
5713 |
+
msgid "Your Email"
|
5714 |
+
msgstr "E-mail"
|
5715 |
+
|
5716 |
+
#: templates/listing-contactform.tpl.php:32
|
5717 |
+
#@ WPBDM
|
5718 |
+
msgctxt "templates"
|
5719 |
+
msgid "Message"
|
5720 |
+
msgstr "Wiadomość"
|
5721 |
+
|
5722 |
+
#: templates/listing-contactform.tpl.php:40
|
5723 |
+
#@ WPBDM
|
5724 |
+
msgctxt "templates"
|
5725 |
+
msgid "Send"
|
5726 |
+
msgstr "Wyślij"
|
5727 |
+
|
5728 |
+
#: templates/listing-upgradetosticky.tpl.php:1
|
5729 |
+
#@ WPBDM
|
5730 |
+
msgctxt "templates"
|
5731 |
+
msgid "Upgrade listing"
|
5732 |
+
msgstr "Podnieś status "
|
5733 |
+
|
5734 |
+
#: templates/listing-upgradetosticky.tpl.php:10
|
5735 |
+
#, php-format
|
5736 |
+
#@ WPBDM
|
5737 |
+
msgctxt "templates"
|
5738 |
+
msgid "Upgrade listing to %s for %s."
|
5739 |
+
msgstr "Podnieś status do %s for %s."
|
5740 |
+
|
5741 |
+
#: templates/manage-listings.tpl.php:6
|
5742 |
+
#@ WPBDM
|
5743 |
+
msgctxt "templates"
|
5744 |
+
msgid "Your current listings are shown below. To edit a listing click the edit button. To delete a listing click the delete button."
|
5745 |
+
msgstr "Twoje oferty są pokazane poniżej. Kliknij \"Edytuj\" aby edytować ofertę lub \"Usun\" aby usunąć ofertę."
|
5746 |
+
|
5747 |
+
#: templates/manage-listings.tpl.php:9
|
5748 |
+
#@ WPBDM
|
5749 |
+
msgctxt "templates"
|
5750 |
+
msgid "You do not currently have any listings in the directory."
|
5751 |
+
msgstr "Nie masz aktualnie ofert w katalogu."
|
5752 |
+
|
5753 |
+
#: templates/manage-listings.tpl.php:11
|
5754 |
+
#: templates/search.tpl.php:44
|
5755 |
+
#@ WPBDM
|
5756 |
+
msgctxt "templates"
|
5757 |
+
msgid "Return to directory"
|
5758 |
+
msgstr "Powrót do Katalogu."
|
5759 |
+
|
5760 |
+
#: templates/manage-recurring-cancel.tpl.php:1
|
5761 |
+
#@ WPBDM
|
5762 |
+
msgctxt "manage recurring"
|
5763 |
+
msgid "Manage Recurring Payments - Cancel"
|
5764 |
+
msgstr "Zarządzaj powtarzającymi się płatnościami - Cofnij"
|
5765 |
+
|
5766 |
+
#: templates/manage-recurring-cancel.tpl.php:5
|
5767 |
+
#@ WPBDM
|
5768 |
+
msgctxt "manage recurring"
|
5769 |
+
msgid "Plan Details"
|
5770 |
+
msgstr "Szczegóły Planu"
|
5771 |
+
|
5772 |
+
#: templates/manage-recurring-cancel.tpl.php:9
|
5773 |
+
#@ WPBDM
|
5774 |
+
msgctxt "manage recurring"
|
5775 |
+
msgid "Name:"
|
5776 |
+
msgstr "Nazwisko:"
|
5777 |
+
|
5778 |
+
#: templates/manage-recurring-cancel.tpl.php:15
|
5779 |
+
#@ WPBDM
|
5780 |
+
msgctxt "manage recurring"
|
5781 |
+
msgid "Cost:"
|
5782 |
+
msgstr "Koszt:"
|
5783 |
+
|
5784 |
+
#: templates/manage-recurring-cancel.tpl.php:18
|
5785 |
+
#, php-format
|
5786 |
+
#@ WPBDM
|
5787 |
+
msgctxt "manage recurring"
|
5788 |
+
msgid "%s every %s days."
|
5789 |
+
msgstr "%s każde %s dni."
|
5790 |
+
|
5791 |
+
#: templates/manage-recurring-cancel.tpl.php:23
|
5792 |
+
#@ WPBDM
|
5793 |
+
msgctxt "manage recurring"
|
5794 |
+
msgid "Number of images:"
|
5795 |
+
msgstr "Liczba obrazów"
|
5796 |
+
|
5797 |
+
#: templates/manage-recurring-cancel.tpl.php:29
|
5798 |
+
#@ WPBDM
|
5799 |
+
msgctxt "manage recurring"
|
5800 |
+
msgid "Expires on:"
|
5801 |
+
msgstr "Termin ważności upłynął:"
|
5802 |
+
|
5803 |
+
#: templates/manage-recurring.tpl.php:1
|
5804 |
+
#@ WPBDM
|
5805 |
+
msgctxt "manage recurring"
|
5806 |
+
msgid "Manage Recurring Payments"
|
5807 |
+
msgstr "Zarządzaj powtarzającymi się płatnościami"
|
5808 |
+
|
5809 |
+
#: templates/manage-recurring.tpl.php:5
|
5810 |
+
#@ WPBDM
|
5811 |
+
msgctxt "manage recurring"
|
5812 |
+
msgid "Listing"
|
5813 |
+
msgstr "Firma"
|
5814 |
+
|
5815 |
+
#: templates/manage-recurring.tpl.php:6
|
5816 |
+
#@ WPBDM
|
5817 |
+
msgctxt "manage subscriptions"
|
5818 |
+
msgid "Subscription / Fee Plan"
|
5819 |
+
msgstr "Plan Subskrypcji/Abonamentu"
|
5820 |
+
|
5821 |
+
#: templates/manage-recurring.tpl.php:27
|
5822 |
+
#, php-format
|
5823 |
+
#@ WPBDM
|
5824 |
+
msgctxt "manage recurring"
|
5825 |
+
msgid "%s each %s days. Next renewal is on %s."
|
5826 |
+
msgstr "%s z %s dni. Następne odnowienie w dniu %s."
|
5827 |
+
|
5828 |
+
#: templates/manage-recurring.tpl.php:31
|
5829 |
+
#@ WPBDM
|
5830 |
+
msgctxt "manage recurring"
|
5831 |
+
msgid "Cancel recurring payment"
|
5832 |
+
msgstr "Anuluj Płatność Powtarzającą się"
|
5833 |
+
|
5834 |
+
#: templates/parts/category-fee-selection.tpl.php:13
|
5835 |
+
#, php-format
|
5836 |
+
#@ WPBDM
|
5837 |
+
msgctxt "templates"
|
5838 |
+
msgid "\"%s\" fee options"
|
5839 |
+
msgstr "\"%s\" opcje płatności"
|
5840 |
+
|
5841 |
+
#: templates/parts/category-fee-selection.tpl.php:18
|
5842 |
+
#@ WPBDM
|
5843 |
+
msgctxt "templates"
|
5844 |
+
msgid "Fee"
|
5845 |
+
msgstr "Abonament"
|
5846 |
+
|
5847 |
+
#: templates/parts/category-fee-selection.tpl.php:19
|
5848 |
+
#@ WPBDM
|
5849 |
+
msgctxt "templates"
|
5850 |
+
msgid "Price"
|
5851 |
+
msgstr "Cena"
|
5852 |
+
|
5853 |
+
#: templates/parts/category-fee-selection.tpl.php:20
|
5854 |
+
#@ WPBDM
|
5855 |
+
msgctxt "templates"
|
5856 |
+
msgid "Duration"
|
5857 |
+
msgstr "Czas trwania"
|
5858 |
+
|
5859 |
+
#: templates/parts/category-fee-selection.tpl.php:21
|
5860 |
+
#@ WPBDM
|
5861 |
+
msgctxt "templates"
|
5862 |
+
msgid "Images Allowed"
|
5863 |
+
msgstr "Liczba dozwolonych obrazów"
|
5864 |
+
|
5865 |
+
#: templates/parts/category-fee-selection.tpl.php:43
|
5866 |
+
#@ WPBDM
|
5867 |
+
msgctxt "templates"
|
5868 |
+
msgid "Unlimited"
|
5869 |
+
msgstr "Nieograniczona"
|
5870 |
+
|
5871 |
+
#: templates/parts/category-fee-selection.tpl.php:45
|
5872 |
+
#, php-format
|
5873 |
+
#@ WPBDM
|
5874 |
+
msgctxt "templates"
|
5875 |
+
msgid "%d day"
|
5876 |
+
msgid_plural "%d days"
|
5877 |
+
msgstr[0] "%d dzień"
|
5878 |
+
msgstr[1] "%d dni"
|
5879 |
+
msgstr[2] "%d dni"
|
5880 |
+
|
5881 |
+
#: templates/parts/listing-buttons.tpl.php:4
|
5882 |
+
#: templates/parts/listing-buttons.tpl.php:18
|
5883 |
+
#: templates/parts/listing-buttons.tpl.php:22
|
5884 |
+
#@ WPBDM
|
5885 |
+
msgctxt "templates"
|
5886 |
+
msgid "Edit"
|
5887 |
+
msgstr "Edytuj"
|
5888 |
+
|
5889 |
+
#: templates/parts/listing-buttons.tpl.php:7
|
5890 |
+
#@ WPBDM
|
5891 |
+
msgctxt "templates"
|
5892 |
+
msgid "Upgrade Listing"
|
5893 |
+
msgstr "Podnieś status Oferty"
|
5894 |
+
|
5895 |
+
#: templates/parts/listing-buttons.tpl.php:10
|
5896 |
+
#: templates/parts/listing-buttons.tpl.php:19
|
5897 |
+
#: templates/parts/listing-buttons.tpl.php:23
|
5898 |
+
#@ WPBDM
|
5899 |
+
msgctxt "templates"
|
5900 |
+
msgid "Delete"
|
5901 |
+
msgstr "Usuń"
|
5902 |
+
|
5903 |
+
#: templates/parts/listing-buttons.tpl.php:10
|
5904 |
+
#: templates/parts/listing-buttons.tpl.php:23
|
5905 |
+
#@ WPBDM
|
5906 |
+
msgctxt "templates"
|
5907 |
+
msgid "Are you sure you wish to delete this listing?"
|
5908 |
+
msgstr "Jesteś pewien, że chcesz usunąć tą firmę?"
|
5909 |
+
|
5910 |
+
#: templates/parts/listing-buttons.tpl.php:13
|
5911 |
+
#@ WPBDM
|
5912 |
+
msgid "← Back to Directory"
|
5913 |
+
msgstr "← Powrót do Katalogu."
|
5914 |
+
|
5915 |
+
#: templates/parts/listing-buttons.tpl.php:17
|
5916 |
+
#: templates/parts/listing-buttons.tpl.php:21
|
5917 |
+
#@ WPBDM
|
5918 |
+
msgctxt "templates"
|
5919 |
+
msgid "View"
|
5920 |
+
msgstr "Widok"
|
5921 |
+
|
5922 |
+
#: templates/parts/login-required.tpl.php:5
|
5923 |
+
#@ WPBDM
|
5924 |
+
msgctxt "templates"
|
5925 |
+
msgid "You are not currently logged in. Please login or register first. When registering, you will receive an activation email. Be sure to check your spam if you don't see it in your email within 60 minutes."
|
5926 |
+
msgstr "Musisz się zalogować lub zarejestrować aby kontynuować. Po rejestracji otrzymasz link aktywacyjny na podany adres e-mail. Jeśli po upływie 60minut nadal nie widzisz wiadomości, którą do ciebie wysłaliśmy - sprawdź opcje spamu w Twojej poczcie."
|
5927 |
+
|
5928 |
+
#: templates/parts/login-required.tpl.php:10
|
5929 |
+
#@ WPBDM
|
5930 |
+
msgctxt "templates"
|
5931 |
+
msgid "Login"
|
5932 |
+
msgstr "Logowanie"
|
5933 |
+
|
5934 |
+
#: templates/parts/login-required.tpl.php:31
|
5935 |
+
#@ WPBDM
|
5936 |
+
msgctxt "templates"
|
5937 |
+
msgid "Not yet registered?"
|
5938 |
+
msgstr "Nie jesteś jeszcze zarejestrowany?"
|
5939 |
+
|
5940 |
+
#: templates/parts/login-required.tpl.php:33
|
5941 |
+
#@ WPBDM
|
5942 |
+
msgctxt "templates"
|
5943 |
+
msgid "Lost your password?"
|
5944 |
+
msgstr "Zapomniałeś lub zgubiłeś hasło?"
|
5945 |
+
|
5946 |
+
#: templates/payment/payment_items.tpl.php:5
|
5947 |
+
#@ WPBDM
|
5948 |
+
msgctxt "payment_items"
|
5949 |
+
msgid "Item"
|
5950 |
+
msgstr "Element"
|
5951 |
+
|
5952 |
+
#: templates/payment/payment_items.tpl.php:6
|
5953 |
+
#@ WPBDM
|
5954 |
+
msgctxt "payment_items"
|
5955 |
+
msgid "Amount"
|
5956 |
+
msgstr "Kwota"
|
5957 |
+
|
5958 |
+
#: templates/payment/payment_items.tpl.php:19
|
5959 |
+
#@ WPBDM
|
5960 |
+
msgctxt "payment_items"
|
5961 |
+
msgid "Total"
|
5962 |
+
msgstr "Całkowity koszt"
|
5963 |
+
|
5964 |
+
#: templates/payment-page.tpl.php:17
|
5965 |
+
#@ WPBDM
|
5966 |
+
msgctxt "templates"
|
5967 |
+
msgid "We can not process your payment at this moment. Please try again later."
|
5968 |
+
msgstr "Nie możemy przetworzyć płatności w tym momencie. Proszę spróbuj ponownie później."
|
5969 |
+
|
5970 |
+
#: templates/renew-listing.tpl.php:3
|
5971 |
+
#@ WPBDM
|
5972 |
+
msgctxt "templates"
|
5973 |
+
msgid "Renew Listing"
|
5974 |
+
msgstr "Odnowienie oferty"
|
5975 |
+
|
5976 |
+
#: templates/renew-listing.tpl.php:7
|
5977 |
+
#@ WPBDM
|
5978 |
+
msgctxt "renewal"
|
5979 |
+
msgid "Proceed to Checkout"
|
5980 |
+
msgstr "Przejdź do Kasy"
|
5981 |
+
|
5982 |
+
#: templates/renew-listing.tpl.php:10
|
5983 |
+
#, php-format
|
5984 |
+
#@ WPBDM
|
5985 |
+
msgctxt "templates"
|
5986 |
+
msgid "You are about to renew your listing \"%s\" publication inside category \"%s\"."
|
5987 |
+
msgstr "Masz zamiar odnowić ofertę \"%s\" w kategorii \"%s\"."
|
5988 |
+
|
5989 |
+
#: templates/renew-listing.tpl.php:15
|
5990 |
+
#@ default
|
5991 |
+
msgctxt "WPBDM"
|
5992 |
+
msgid "Please select a fee option or click \"Do not renew my listing\" to cancel your renewal."
|
5993 |
+
msgstr "Proszę wybrać odpowiedni abonament lub kliknąć \"Nie odświeżaj mojej oferty\" aby anulować odnowienie."
|
5994 |
+
|
5995 |
+
#: templates/renew-listing.tpl.php:22
|
5996 |
+
#: templates/submit-listing/category-selection.tpl.php:8
|
5997 |
+
#: templates/submit-listing/fee-selection.tpl.php:37
|
5998 |
+
#: templates/submit-listing/images.tpl.php:35
|
5999 |
+
#: templates/submit-listing/listing-fields.tpl.php:34
|
6000 |
+
#@ WPBDM
|
6001 |
+
msgctxt "templates"
|
6002 |
+
msgid "Continue"
|
6003 |
+
msgstr "Kontynuacja"
|
6004 |
+
|
6005 |
+
#: templates/renew-listing.tpl.php:25
|
6006 |
+
#@ WPBDM
|
6007 |
+
msgctxt "renewal"
|
6008 |
+
msgid "Cancel Listing Renewal"
|
6009 |
+
msgstr "Anuluj Odświeżenie oferty"
|
6010 |
+
|
6011 |
+
#: templates/renew-listing.tpl.php:26
|
6012 |
+
#@ WPBDM
|
6013 |
+
msgctxt "templates"
|
6014 |
+
msgid "Do not renew my listing"
|
6015 |
+
msgstr "Nie odnawiaj mojej Oferty"
|
6016 |
+
|
6017 |
+
#: templates/search.tpl.php:8
|
6018 |
+
#: templates/search.tpl.php:27
|
6019 |
+
#@ WPBDM
|
6020 |
+
msgctxt "search"
|
6021 |
+
msgid "Search"
|
6022 |
+
msgstr "Szukaj..."
|
6023 |
+
|
6024 |
+
#: templates/search.tpl.php:10
|
6025 |
+
#@ WPBDM
|
6026 |
+
msgctxt "search"
|
6027 |
+
msgid "Return to Advanced Search"
|
6028 |
+
msgstr "Powrót do zaawansowanego wyszukiwania"
|
6029 |
+
|
6030 |
+
#: templates/search.tpl.php:15
|
6031 |
+
#@ WPBDM
|
6032 |
+
msgctxt "templates"
|
6033 |
+
msgid "Find a listing"
|
6034 |
+
msgstr "Znajdź Firmę"
|
6035 |
+
|
6036 |
+
#: templates/search.tpl.php:26
|
6037 |
+
#@ WPBDM
|
6038 |
+
msgctxt "search"
|
6039 |
+
msgid "Clear"
|
6040 |
+
msgstr "Wyczyść"
|
6041 |
+
|
6042 |
+
#: templates/search.tpl.php:34
|
6043 |
+
#@ WPBDM
|
6044 |
+
msgctxt "search"
|
6045 |
+
msgid "Search Results"
|
6046 |
+
msgstr "Wyniki wyszukiwania"
|
6047 |
+
|
6048 |
+
#: templates/submit-listing/category-selection.tpl.php:1
|
6049 |
+
#@ WPBDM
|
6050 |
+
msgctxt "templates"
|
6051 |
+
msgid "Category Selection"
|
6052 |
+
msgstr "Wybór Kategorii"
|
6053 |
+
|
6054 |
+
#: templates/submit-listing/done.tpl.php:1
|
6055 |
+
#@ WPBDM
|
6056 |
+
msgctxt "templates"
|
6057 |
+
msgid "Submission Received"
|
6058 |
+
msgstr "Formularz rejstracyjny został odebrany."
|
6059 |
+
|
6060 |
+
#: templates/submit-listing/done.tpl.php:4
|
6061 |
+
#@ WPBDM
|
6062 |
+
msgctxt "templates"
|
6063 |
+
msgid "Your listing has been submitted."
|
6064 |
+
msgstr "Twoja Firma została zapisana."
|
6065 |
+
|
6066 |
+
#: templates/submit-listing/done.tpl.php:6
|
6067 |
+
#@ WPBDM
|
6068 |
+
msgctxt "templates"
|
6069 |
+
msgid "Your listing changes were saved."
|
6070 |
+
msgstr "Zapisano zmiany w Twojej Ofercie."
|
6071 |
+
|
6072 |
+
#: templates/submit-listing/done.tpl.php:11
|
6073 |
+
#@ WPBDM
|
6074 |
+
msgctxt "templates"
|
6075 |
+
msgid "Go to your listing"
|
6076 |
+
msgstr "Przejdź do Twojej oferty."
|
6077 |
+
|
6078 |
+
#: templates/submit-listing/done.tpl.php:13
|
6079 |
+
#@ WPBDM
|
6080 |
+
msgctxt "templates"
|
6081 |
+
msgid "Return to directory."
|
6082 |
+
msgstr "Powrót do Katalogu."
|
6083 |
+
|
6084 |
+
#: templates/submit-listing/extra-sections.tpl.php:1
|
6085 |
+
#@ WPBDM
|
6086 |
+
msgctxt "templates"
|
6087 |
+
msgid "Additional Information"
|
6088 |
+
msgstr "Dodatkowe informacje"
|
6089 |
+
|
6090 |
+
#: templates/submit-listing/extra-sections.tpl.php:6
|
6091 |
+
#@ WPBDM
|
6092 |
+
msgctxt "templates"
|
6093 |
+
msgid "Continue with listing submit"
|
6094 |
+
msgstr "Kontynuuj i Prześlij ofertę"
|
6095 |
+
|
6096 |
+
#: templates/submit-listing/fee-selection.tpl.php:1
|
6097 |
+
#@ WPBDM
|
6098 |
+
msgctxt "templates"
|
6099 |
+
msgid "Fee/Upgrade Selection"
|
6100 |
+
msgstr "Wybór Abonamentu/Podwyższenia Statusu"
|
6101 |
+
|
6102 |
+
#: templates/submit-listing/fee-selection.tpl.php:18
|
6103 |
+
#, php-format
|
6104 |
+
#@ WPBDM
|
6105 |
+
msgctxt "templates"
|
6106 |
+
msgid "Would you like to upgrade your listing to \"%s\" for %s more?"
|
6107 |
+
msgstr "Czy chiałbyś(chciałabyś) podnieść status oferty do \"%s\" na %s dłużej?"
|
6108 |
+
|
6109 |
+
#: templates/submit-listing/fee-selection.tpl.php:21
|
6110 |
+
#@ WPBDM
|
6111 |
+
msgctxt "templates"
|
6112 |
+
msgid "Yes, upgrade my listing now."
|
6113 |
+
msgstr "TAK. Podnieś status mojej Oferty."
|
6114 |
+
|
6115 |
+
#: templates/submit-listing/fee-selection.tpl.php:31
|
6116 |
+
#@ WPBDM
|
6117 |
+
msgctxt "submit"
|
6118 |
+
msgid "Would you like to make your fee renew automatically at the end of the period?"
|
6119 |
+
msgstr "Czy chciałbyś odnawiać abonament automatycznie po zakończeniu wybranego okresu ważności oferty?"
|
6120 |
+
|
6121 |
+
#: templates/submit-listing/images-single.tpl.php:9
|
6122 |
+
#@ WPBDM
|
6123 |
+
msgctxt "templates"
|
6124 |
+
msgid "Delete Image"
|
6125 |
+
msgstr "Usuń Obraz"
|
6126 |
+
|
6127 |
+
#: templates/submit-listing/images-single.tpl.php:16
|
6128 |
+
#@ WPBDM
|
6129 |
+
msgctxt "templates"
|
6130 |
+
msgid "Set this image as the listing thumbnail."
|
6131 |
+
msgstr "Ustaw jako Miniaturkę Firmy."
|
6132 |
+
|
6133 |
+
#: templates/submit-listing/images-upload-form.tpl.php:17
|
6134 |
+
#@ WPBDM
|
6135 |
+
msgctxt "templates"
|
6136 |
+
msgid "Upload Images"
|
6137 |
+
msgstr "Załaduj obraz"
|
6138 |
+
|
6139 |
+
#: templates/submit-listing/images-upload-form.tpl.php:22
|
6140 |
+
#@ WPBDM
|
6141 |
+
msgctxt "templates"
|
6142 |
+
msgid "Drop files here"
|
6143 |
+
msgstr "Przeciągnij i upuść obraz TUTAJ"
|
6144 |
+
|
6145 |
+
#: templates/submit-listing/images-upload-form.tpl.php:26
|
6146 |
+
#@ WPBDM
|
6147 |
+
msgctxt "templates"
|
6148 |
+
msgid "Select images from your hard drive"
|
6149 |
+
msgstr "Wybierz obraz z Twojego dysku twardego"
|
6150 |
+
|
6151 |
+
#: templates/submit-listing/images-upload-form.tpl.php:32
|
6152 |
+
#, php-format
|
6153 |
+
#@ WPBDM
|
6154 |
+
msgctxt "templates"
|
6155 |
+
msgid "Uploading %s file(s)... Please wait."
|
6156 |
+
msgstr "Przesyłanie %s file(s)... Proszę czekać."
|
6157 |
+
|
6158 |
+
#: templates/submit-listing/images-upload-form.tpl.php:36
|
6159 |
+
#@ WPBDM
|
6160 |
+
msgctxt "templates"
|
6161 |
+
msgid "Your image slots are all full at this time. You may click \"Continue\" if you are done, or \"Delete Image\" to upload a new image in place of a current one."
|
6162 |
+
msgstr "Wykorzystałeś(aś) dostępne miejsca na obrazy. Kliknij \"Kontynuuj\" aby zakończyć, lub \"Usuń Obraz\" aby wstawić inny obraz w to miejsce."
|
6163 |
+
|
6164 |
+
#: templates/submit-listing/images-upload-form.tpl.php:44
|
6165 |
+
#@ WPBDM
|
6166 |
+
msgctxt "templates"
|
6167 |
+
msgid "Image slots available:"
|
6168 |
+
msgstr "Dostępne miejsca na Obrazy:"
|
6169 |
+
|
6170 |
+
#: templates/submit-listing/images-upload-form.tpl.php:49
|
6171 |
+
#@ WPBDM
|
6172 |
+
msgctxt "templates"
|
6173 |
+
msgid "Max. file size:"
|
6174 |
+
msgstr "Maksymalny rozmiar pliku"
|
6175 |
+
|
6176 |
+
#: templates/submit-listing/images.tpl.php:4
|
6177 |
+
#@ WPBDM
|
6178 |
+
msgctxt "templates"
|
6179 |
+
msgid "Listing Images"
|
6180 |
+
msgstr "Obrazy"
|
6181 |
+
|
6182 |
+
#: templates/submit-listing/images.tpl.php:7
|
6183 |
+
#@ WPBDM
|
6184 |
+
msgctxt "templates"
|
6185 |
+
msgid "There is an image pending upload. Would you still like to continue without saving the image?"
|
6186 |
+
msgstr "Jest tu jeden obraz oczekujący na przesłanie. Czy nadal chcesz kontynuować bez zapisywania obrazu?"
|
6187 |
+
|
6188 |
+
#: templates/submit-listing/images.tpl.php:13
|
6189 |
+
#@ WPBDM
|
6190 |
+
msgctxt "templates"
|
6191 |
+
msgid "There are no images currently attached to your listing."
|
6192 |
+
msgstr "Obecnie nie ma żadnych obrazków dołączonych do tej oferty."
|
6193 |
+
|
6194 |
+
#: templates/submit-listing/listing-fields.tpl.php:1
|
6195 |
+
#@ WPBDM
|
6196 |
+
msgctxt "templates"
|
6197 |
+
msgid "Listing Information"
|
6198 |
+
msgstr "Informacje o ogłoszeniu"
|
6199 |
+
|
6200 |
+
#: templates/submit-listing/listing-fields.tpl.php:15
|
6201 |
+
#@ WPBDM
|
6202 |
+
msgctxt "templates"
|
6203 |
+
msgid "* Indicates required fields."
|
6204 |
+
msgstr "* Oznacza wymagane pola."
|
6205 |
+
|
6206 |
+
#: admin/class-admin.php:180
|
6207 |
+
#@ WPBDM
|
6208 |
+
msgctxt "drip pointer"
|
6209 |
+
msgid "Invalid e-mail address."
|
6210 |
+
msgstr "Nieprawidłowy adres e-mail"
|
6211 |
+
|
6212 |
+
#: admin/csv-import.php:281
|
6213 |
+
#@ WPBDM
|
6214 |
+
msgctxt "admin csv-import"
|
6215 |
+
msgid "Please upload or select a CSV file."
|
6216 |
+
msgstr "Proszę załadować nowy lub wybrać istniejący plik CSV."
|
6217 |
+
|
6218 |
+
#: admin/csv-import.php:294
|
6219 |
+
#@ WPBDM
|
6220 |
+
msgctxt "admin csv-import"
|
6221 |
+
msgid "There was an error uploading the images ZIP file."
|
6222 |
+
msgstr "Wystąpił problem podczas ładowania obrazów w pliku ZIP."
|
6223 |
+
|
6224 |
+
#: admin/csv-import.php:315
|
6225 |
+
#@ WPBDM
|
6226 |
+
msgctxt "admin csv-import"
|
6227 |
+
msgid "An error was detected while validating the CSV file for import. Please fix this before proceeding."
|
6228 |
+
msgstr "Wykryto błąd podczas sprawdzania pliku CSV przed importem. Proszę to sprawdzić przed kontynuacją."
|
6229 |
+
|
6230 |
+
#: admin/csv-import.php:324
|
6231 |
+
#@ WPBDM
|
6232 |
+
msgctxt "admin csv-import"
|
6233 |
+
msgid "Import is in \"test mode\". Nothing will be inserted into the database."
|
6234 |
+
msgstr "IMPORT jest obecnie w \"trybie testowym\". Niec nie zostanie dodane do bazy danych."
|
6235 |
+
|
6236 |
+
#: admin/templates/csv-export.tpl.php:67
|
6237 |
+
#@ WPBDM
|
6238 |
+
msgctxt "admin csv-export"
|
6239 |
+
msgid "Include unique IDs for each listing (sequence_id column)."
|
6240 |
+
msgstr "Zawiera unikalne ID dla każdej z ofert (sekwencyjne_id kolumny)."
|
6241 |
+
|
6242 |
+
#: admin/templates/csv-export.tpl.php:69
|
6243 |
+
#@ WPBDM
|
6244 |
+
msgctxt "admin csv-export"
|
6245 |
+
msgid "If you plan to re-import the listings into BD and don't want new ones created, select this option!"
|
6246 |
+
msgstr "Jeśli planujesz re-import ofert do Katalogu Firm i nie chcesz aby zostały dodane nowe oferty - zaznacz tą opcję."
|
6247 |
+
|
6248 |
+
#: admin/templates/csv-import-progress.tpl.php:6
|
6249 |
+
#, php-format
|
6250 |
+
#@ WPBDM
|
6251 |
+
msgctxt "admin csv-import"
|
6252 |
+
msgid "A fatal error occurred during the import. The reason given was: \"%s\"."
|
6253 |
+
msgstr "Podczas importu wystąpił problem, którego powodem był \"%s\"."
|
6254 |
+
|
6255 |
+
#: admin/templates/csv-import-progress.tpl.php:10
|
6256 |
+
#@ WPBDM
|
6257 |
+
msgctxt "admin csv-import"
|
6258 |
+
msgid "A fatal error occurred during the import. If connection wasn't lost during the import, please make sure that you have enough free disk space and memory available to PHP. Check your error logs for details."
|
6259 |
+
msgstr ""
|
6260 |
+
"\n"
|
6261 |
+
"Wystąpił błąd krytyczny podczas importu. Jeśli połączenie nie zostało utracone podczas importu, upewnij się, że masz wystarczająco dużo wolnego miejsca na dysku i pamięci dostępnej dla PHP. Sprawdź logi błędów aby poznać szczegóły."
|
6262 |
+
|
6263 |
+
#: admin/templates/csv-import-progress.tpl.php:14
|
6264 |
+
#@ WPBDM
|
6265 |
+
msgctxt "admin csv-import"
|
6266 |
+
msgid "Last imported line from file:"
|
6267 |
+
msgstr "Ostatnia zaimportowana linia z pliku:"
|
6268 |
+
|
6269 |
+
#: admin/templates/csv-import-progress.tpl.php:18
|
6270 |
+
#: admin/templates/csv-import-progress.tpl.php:25
|
6271 |
+
#@ WPBDM
|
6272 |
+
msgctxt "admin csv-import"
|
6273 |
+
msgid "← Return to CSV Import"
|
6274 |
+
msgstr "← Powrót do importu CSV"
|
6275 |
+
|
6276 |
+
#: admin/templates/csv-import-progress.tpl.php:23
|
6277 |
+
#@ WPBDM
|
6278 |
+
msgctxt "admin csv-import"
|
6279 |
+
msgid "Import Canceled"
|
6280 |
+
msgstr "Import anulowany"
|
6281 |
+
|
6282 |
+
#: admin/templates/csv-import-progress.tpl.php:24
|
6283 |
+
#@ WPBDM
|
6284 |
+
msgctxt "admin csv-import"
|
6285 |
+
msgid "The import has been canceled."
|
6286 |
+
msgstr "Import został anulowany"
|
6287 |
+
|
6288 |
+
#: admin/templates/csv-import-progress.tpl.php:31
|
6289 |
+
#@ admin csv-import
|
6290 |
+
msgid "Import Progress"
|
6291 |
+
msgstr "Proces Importu"
|
6292 |
+
|
6293 |
+
#: admin/templates/csv-import-progress.tpl.php:34
|
6294 |
+
#@ WPBDM
|
6295 |
+
msgctxt "admin csv-import"
|
6296 |
+
msgid "Files"
|
6297 |
+
msgstr "Pliki"
|
6298 |
+
|
6299 |
+
#: admin/templates/csv-import-progress.tpl.php:37
|
6300 |
+
#@ WPBDM
|
6301 |
+
msgctxt "admin csv-import"
|
6302 |
+
msgid "Rows in file"
|
6303 |
+
msgstr "Wierszy w pliku"
|
6304 |
+
|
6305 |
+
#: admin/templates/csv-import-progress.tpl.php:40
|
6306 |
+
#@ WPBDM
|
6307 |
+
msgctxt "admin csv-import"
|
6308 |
+
msgid "Progress"
|
6309 |
+
msgstr "Postęp"
|
6310 |
+
|
6311 |
+
#: admin/templates/csv-import-progress.tpl.php:44
|
6312 |
+
#@ WPBDM
|
6313 |
+
msgctxt "admin csv-import"
|
6314 |
+
msgid "Import has not started. Click \"Start Import\" to begin."
|
6315 |
+
msgstr "Import nie zostal uruchomiony. Kliknij \"Start Import\" aby zacząć."
|
6316 |
+
|
6317 |
+
#: admin/templates/csv-import-progress.tpl.php:45
|
6318 |
+
#@ WPBDM
|
6319 |
+
msgctxt "admin csv-import"
|
6320 |
+
msgid "Importing CSV file..."
|
6321 |
+
msgstr "Importowanie pliku CSV....."
|
6322 |
+
|
6323 |
+
#: admin/templates/csv-import-progress.tpl.php:51
|
6324 |
+
#@ WPBDM
|
6325 |
+
msgctxt "admin csv-import"
|
6326 |
+
msgid "Start Import"
|
6327 |
+
msgstr "Start Import"
|
6328 |
+
|
6329 |
+
#: admin/templates/csv-import-progress.tpl.php:52
|
6330 |
+
#@ WPBDM
|
6331 |
+
msgctxt "admin csv-import"
|
6332 |
+
msgid "Cancel Import"
|
6333 |
+
msgstr "Anuluj import"
|
6334 |
+
|
6335 |
+
#: admin/templates/csv-import-progress.tpl.php:59
|
6336 |
+
#@ WPBDM
|
6337 |
+
msgctxt "admin csv-import"
|
6338 |
+
msgid "Import finished"
|
6339 |
+
msgstr "Import zakończony"
|
6340 |
+
|
6341 |
+
#: admin/templates/csv-import-progress.tpl.php:71
|
6342 |
+
#@ WPBDM
|
6343 |
+
msgctxt "admin csv-import"
|
6344 |
+
msgid "Rows in file:"
|
6345 |
+
msgstr "Wierszy w pliku"
|
6346 |
+
|
6347 |
+
#: admin/templates/csv-import-progress.tpl.php:74
|
6348 |
+
#@ WPBDM
|
6349 |
+
msgctxt "admin csv-import"
|
6350 |
+
msgid "Imported rows:"
|
6351 |
+
msgstr "Zaimportowane wiersze"
|
6352 |
+
|
6353 |
+
#: admin/templates/csv-import-progress.tpl.php:82
|
6354 |
+
#@ WPBDM
|
6355 |
+
msgctxt "admin csv-import"
|
6356 |
+
msgid "Import Warnings"
|
6357 |
+
msgstr "Ostrzeżenie"
|
6358 |
+
|
6359 |
+
#: admin/templates/csv-import.tpl.php:21
|
6360 |
+
#@ WPBDM
|
6361 |
+
msgctxt "admin csv-import"
|
6362 |
+
msgid "Here, you can import data into your directory using the CSV format."
|
6363 |
+
msgstr "Tutaj możesz zaimportować dane używając plików CSV."
|
6364 |
+
|
6365 |
+
#: admin/templates/csv-import.tpl.php:29
|
6366 |
+
#@ WPBDM
|
6367 |
+
msgctxt "admin csv-import"
|
6368 |
+
msgid "We strongly recommend reading our <a>CSV import documentation</a> first to help you do things in the right order."
|
6369 |
+
msgstr "Zalecamy (poważnie) zapoznanie się z naszą <a> dokumentacją dotyczącą importowania plików CSV</a>, aby wszystko przebiegło pomyślnie i w odpowiedniej kolejności."
|
6370 |
+
|
6371 |
+
#: admin/templates/csv-import.tpl.php:55
|
6372 |
+
#: admin/templates/csv-import.tpl.php:86
|
6373 |
+
#@ WPBDM
|
6374 |
+
msgctxt "admin csv-import"
|
6375 |
+
msgid "... or <a>select a file uploaded to the imports folder</a>"
|
6376 |
+
msgstr "... albo <a>wybierz plik, który chcesz załadować do folderu</a>"
|
6377 |
+
|
6378 |
+
#: admin/templates/csv-import.tpl.php:65
|
6379 |
+
#: admin/templates/csv-import.tpl.php:96
|
6380 |
+
#@ WPBDM
|
6381 |
+
msgctxt "admin csv-import"
|
6382 |
+
msgid "(Upload new file)"
|
6383 |
+
msgstr "(załaduj nowy plik)"
|
6384 |
+
|
6385 |
+
#: admin/templates/csv-import.tpl.php:146
|
6386 |
+
#@ WPBDM
|
6387 |
+
msgctxt "admin csv-import"
|
6388 |
+
msgid "Post status of imported listings"
|
6389 |
+
msgstr "Status dla zaimportowanych plików"
|
6390 |
+
|
6391 |
+
#: admin/templates/csv-import.tpl.php:198
|
6392 |
+
#@ WPBDM
|
6393 |
+
msgctxt "admin csv-import"
|
6394 |
+
msgid "Disable e-mail notifications during import?"
|
6395 |
+
msgstr "Wyłączyć powiadomienia e-mail podczas importu?"
|
6396 |
+
|
6397 |
+
#: admin/templates/csv-import.tpl.php:203
|
6398 |
+
#@ WPBDM
|
6399 |
+
msgctxt "admin csv-import"
|
6400 |
+
msgid "Disable e-mail notifications."
|
6401 |
+
msgstr "Wyłącz powiadomienia e-mail."
|
6402 |
+
|
6403 |
+
#: admin/templates/fees.tpl.php:61
|
6404 |
+
#, php-format
|
6405 |
+
#@ WPBDM
|
6406 |
+
msgctxt "admin templates"
|
6407 |
+
msgid "It does not appear you have any of the payment gateway modules enabled. Either <a>enable the default Authorize.net gateway</a> with your account info, or purchase a different payment gateway module in order to charge a fee for listings. To purchase additional payment gateways use the buttons below or visit %s."
|
6408 |
+
msgstr "Nie wydaje się, aby jakieś bramki płatności były włączone. Albo <a>skorzystaj z bramki domyślnej - Authorize.net</a> z informacjami z Twojego konta, albo zdecyduj się na zakup innego modułu płatności w celu pobierania opłat. Aby zakupić dodatkowe bramki płatności skorzystaj z przycisków poniżej lub odwiedź %s."
|
6409 |
+
|
6410 |
+
#: admin/templates/listing-metabox-categories.tpl.php:75
|
6411 |
+
#@ WPBDM
|
6412 |
+
msgctxt "admin infometabox"
|
6413 |
+
msgid "Never expires"
|
6414 |
+
msgstr "Na zawsze"
|
6415 |
+
|
6416 |
+
#: admin/templates/sidebar.tpl.php:3
|
6417 |
+
#@ WPBDM
|
6418 |
+
msgctxt "admin sidebar"
|
6419 |
+
msgid "Claim Listings Module"
|
6420 |
+
msgstr "Moduł Zastrzeżeń"
|
6421 |
+
|
6422 |
+
#: admin/templates/sidebar.tpl.php:60
|
6423 |
+
#@ WPBDM
|
6424 |
+
msgctxt "admin sidebar"
|
6425 |
+
msgid "Video Tutorials"
|
6426 |
+
msgstr "Poradnik Wideo"
|
6427 |
+
|
6428 |
+
#: core/class-gateway.php:130
|
6429 |
+
#@ WPBDM
|
6430 |
+
msgctxt "billing info"
|
6431 |
+
msgid "First name is required."
|
6432 |
+
msgstr "Imię jest wymagane."
|
6433 |
+
|
6434 |
+
#: core/class-gateway.php:133
|
6435 |
+
#@ WPBDM
|
6436 |
+
msgctxt "billing info"
|
6437 |
+
msgid "Last name is required."
|
6438 |
+
msgstr "Nazwisko jest wymagane."
|
6439 |
+
|
6440 |
+
#: core/class-gateway.php:136
|
6441 |
+
#@ WPBDM
|
6442 |
+
msgctxt "billing info"
|
6443 |
+
msgid "Credit card number is required."
|
6444 |
+
msgstr "Numer karty kredytowej jest wymagany."
|
6445 |
+
|
6446 |
+
#: core/class-gateway.php:139
|
6447 |
+
#@ WPBDM
|
6448 |
+
msgctxt "billing info"
|
6449 |
+
msgid "Credit card expiration date is invalid."
|
6450 |
+
msgstr "Nieprawidłowa data ważności karty kredytowej."
|
6451 |
+
|
6452 |
+
#: core/class-gateway.php:142
|
6453 |
+
#@ WPBDM
|
6454 |
+
msgctxt "billing info"
|
6455 |
+
msgid "Credit card CVC number is required."
|
6456 |
+
msgstr "Nieprawidłowy numer CVC karty kredytowej."
|
6457 |
+
|
6458 |
+
#: core/class-gateway.php:145
|
6459 |
+
#@ WPBDM
|
6460 |
+
msgctxt "billing info"
|
6461 |
+
msgid "Country is required."
|
6462 |
+
msgstr "Kraj jest wymagany."
|
6463 |
+
|
6464 |
+
#: core/class-gateway.php:148
|
6465 |
+
#@ WPBDM
|
6466 |
+
msgctxt "billing info"
|
6467 |
+
msgid "Address is required."
|
6468 |
+
msgstr "Adres jest wymagany."
|
6469 |
+
|
6470 |
+
#: core/class-settings.php:408
|
6471 |
+
#@ WPBDM
|
6472 |
+
msgctxt "admin settings"
|
6473 |
+
msgid "Checkout URL link"
|
6474 |
+
msgstr "Sprawdzanie link URL"
|
6475 |
+
|
6476 |
+
#: core/class-settings.php:670
|
6477 |
+
#, php-format
|
6478 |
+
#@ WPBDM
|
6479 |
+
msgctxt "admin settings"
|
6480 |
+
msgid "Could not copy the AJAX compatibility plugin \"%s\". Compatibility mode was not activated."
|
6481 |
+
msgstr "Nie można skopiować pluginu kompatybilności AJAX \"%s\". Tryb Kompatybilności nie został aktywowany."
|
6482 |
+
|
6483 |
+
#: core/class-settings.php:678
|
6484 |
+
#, php-format
|
6485 |
+
#@ WPBDM
|
6486 |
+
msgctxt "admin settings"
|
6487 |
+
msgid "Could not activate AJAX Compatibility mode: the directory \"%s\" could not be created."
|
6488 |
+
msgstr "Nie można aktywować trybu kompatybilności AJAX: Nie można utworzyć katalogu \"%s\"."
|
6489 |
+
|
6490 |
+
#: core/class-settings.php:687
|
6491 |
+
#, php-format
|
6492 |
+
#@ WPBDM
|
6493 |
+
msgctxt "admin settings"
|
6494 |
+
msgid "Could not remove the \"Business Directory Plugin - AJAX Compatibility Module\". Please remove the file \"%s\" manually or deactivate the plugin."
|
6495 |
+
msgstr "Nie można usunąć \"Katalog Firm - Moduł Kompatybilności AJAX \".Proszę ręcznie usunąć plik \"%s\" lub de-aktywować plugin."
|
6496 |
+
|
6497 |
+
#: core/compatibility/class-navxt-integration.php:159
|
6498 |
+
#@ WPBDM
|
6499 |
+
msgctxt "navxt"
|
6500 |
+
msgid "Submit Listing"
|
6501 |
+
msgstr "Prześlij Ofertę"
|
6502 |
+
|
6503 |
+
#: core/compatibility/class-navxt-integration.php:163
|
6504 |
+
#@ WPBDM
|
6505 |
+
msgctxt "navxt"
|
6506 |
+
msgid "Edit Listing"
|
6507 |
+
msgstr "Edytuj Ofertę"
|
6508 |
+
|
6509 |
+
#: core/compatibility/class-navxt-integration.php:167
|
6510 |
+
#@ WPBDM
|
6511 |
+
msgctxt "navxt"
|
6512 |
+
msgid "Search"
|
6513 |
+
msgstr "Szukaj"
|
6514 |
+
|
6515 |
+
#: core/form-fields-types.php:1067
|
6516 |
+
#@ WPBDM
|
6517 |
+
msgctxt "form-fields api"
|
6518 |
+
msgid "Date Field"
|
6519 |
+
msgstr "Pole daty"
|
6520 |
+
|
6521 |
+
#: core/form-fields-types.php:1090
|
6522 |
+
#, php-format
|
6523 |
+
#@ form-fields api
|
6524 |
+
msgid "%s (ex. %s)"
|
6525 |
+
msgstr "%s (bez %s)"
|
6526 |
+
|
6527 |
+
#: core/form-fields-types.php:1094
|
6528 |
+
#@ WPBDM
|
6529 |
+
msgctxt "form-fields api"
|
6530 |
+
msgid "Date Format"
|
6531 |
+
msgstr "Format daty"
|
6532 |
+
|
6533 |
+
#: core/form-fields.php:497
|
6534 |
+
#, php-format
|
6535 |
+
#@ WPBDM
|
6536 |
+
msgctxt "form-fields-api validation"
|
6537 |
+
msgid "%s must be in the format %s."
|
6538 |
+
msgstr "%s musi być w formacie %s."
|
6539 |
+
|
6540 |
+
#: core/form-fields.php:529
|
6541 |
+
#, php-format
|
6542 |
+
#@ WPBDM
|
6543 |
+
msgctxt "form-fields-api validation"
|
6544 |
+
msgid "%s must be a valid date."
|
6545 |
+
msgstr "%s musi być datą poprawną."
|
6546 |
+
|
6547 |
+
#: core/gateways-authorize-net.php:19
|
6548 |
+
#@ authorize-net
|
6549 |
+
msgid "Activate Authorize.net?"
|
6550 |
+
msgstr "Aktywować Authorize.net?"
|
6551 |
+
|
6552 |
+
#: core/gateways-authorize-net.php:25
|
6553 |
+
#@ authorize-net
|
6554 |
+
msgid "Login ID"
|
6555 |
+
msgstr "ID Loginu"
|
6556 |
+
|
6557 |
+
#: core/gateways-authorize-net.php:29
|
6558 |
+
#@ authorize-net
|
6559 |
+
msgid "Transaction Key"
|
6560 |
+
msgstr "Klucz Transakcji"
|
6561 |
+
|
6562 |
+
#: core/gateways-authorize-net.php:40
|
6563 |
+
#@ WPBDM
|
6564 |
+
msgctxt "authorize-net"
|
6565 |
+
msgid "Login ID is missing."
|
6566 |
+
msgstr "Nie znaleziono ID Loginu"
|
6567 |
+
|
6568 |
+
#: core/gateways-authorize-net.php:43
|
6569 |
+
#@ WPBDM
|
6570 |
+
msgctxt "authorize-net"
|
6571 |
+
msgid "Transaction Key is missing."
|
6572 |
+
msgstr "Nie znaleziono klucza transakcji."
|
6573 |
+
|
6574 |
+
#: core/gateways-authorize-net.php:121
|
6575 |
+
#, php-format
|
6576 |
+
#@ WPBDM
|
6577 |
+
msgctxt "authorize-net"
|
6578 |
+
msgid "The payment gateway didn't accept your credit card or billing information. The following reason was given: \"%s\"."
|
6579 |
+
msgstr "Bramka płatności nie akceptuje Twojej Karty Kredytowej lub informacji bilingowych. Powodem może być: \"%s\"."
|
6580 |
+
|
6581 |
+
#: core/gateways-authorize-net.php:125
|
6582 |
+
#, php-format
|
6583 |
+
#@ WPBDM
|
6584 |
+
msgctxt "authorize-net"
|
6585 |
+
msgid "Your payment is being held for review by the payment gateway. The following reason was given: \"%s\"."
|
6586 |
+
msgstr "Twoja płatność została wstrzymana przez bramkę płatności. Powodem może być: \"%s\"."
|
6587 |
+
|
6588 |
+
#: core/gateways-authorize-net.php:128
|
6589 |
+
#, php-format
|
6590 |
+
#@ WPBDM
|
6591 |
+
msgctxt "authorize-net"
|
6592 |
+
msgid "Payment was rejected. The following reason was given: \"%s\"."
|
6593 |
+
msgstr "Płatność została odrzucona. Powodem może być: \"%s\"."
|
6594 |
+
|
6595 |
+
#: core/gateways-authorize-net.php:176
|
6596 |
+
#@ WPBDM
|
6597 |
+
msgctxt "authorize-net"
|
6598 |
+
msgid "Could not process payment."
|
6599 |
+
msgstr "Nie można kontynuować płatności."
|
6600 |
+
|
6601 |
+
#: core/gateways-googlewallet.php:84
|
6602 |
+
#@ google-wallet
|
6603 |
+
msgid "Activate Google Wallet?"
|
6604 |
+
msgstr "Aktywować portfel Google?"
|
6605 |
+
|
6606 |
+
#: core/gateways-googlewallet.php:89
|
6607 |
+
#@ google-wallet
|
6608 |
+
msgid "Seller Identifier"
|
6609 |
+
msgstr "Identyfikator sprzedawcy"
|
6610 |
+
|
6611 |
+
#: core/gateways-googlewallet.php:94
|
6612 |
+
#@ google-wallet
|
6613 |
+
msgid "Seller Secret"
|
6614 |
+
msgstr "Secret sprzedawcy"
|
6615 |
+
|
6616 |
+
#: core/payment.php:755
|
6617 |
+
#@ WPBDM
|
6618 |
+
msgctxt "admin"
|
6619 |
+
msgid "Pending Abandonment"
|
6620 |
+
msgstr "Oczekujące na abonament"
|
6621 |
+
|
6622 |
+
#: core/payment.php:760
|
6623 |
+
#@ WPBDM
|
6624 |
+
msgctxt "admin"
|
6625 |
+
msgid "Abandoned"
|
6626 |
+
msgstr "Porzucone"
|
6627 |
+
|
6628 |
+
#: core/templates-ui.php:298
|
6629 |
+
#@ WPBDM
|
6630 |
+
msgctxt "sort"
|
6631 |
+
msgid "(Reset)"
|
6632 |
+
msgstr "(Resetuj)"
|
6633 |
+
|
6634 |
+
#: core/utils.php:165
|
6635 |
+
#, php-format
|
6636 |
+
#@ WPBDM
|
6637 |
+
msgctxt "utils"
|
6638 |
+
msgid "File size (%s) is inferior to the required minimum file size of %s"
|
6639 |
+
msgstr "Rozmiar pliku (%s) jest mniejszyod wymaganego minimum: %s"
|
6640 |
+
|
6641 |
+
#: core/utils.php:216
|
6642 |
+
#, php-format
|
6643 |
+
#@ WPBDM
|
6644 |
+
msgctxt "utils"
|
6645 |
+
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
6646 |
+
msgstr "Szerokość obrazu (%s px) jest mniejsza od wymaganego minimum: %s px."
|
6647 |
+
|
6648 |
+
#: core/utils.php:222
|
6649 |
+
#, php-format
|
6650 |
+
#@ WPBDM
|
6651 |
+
msgctxt "utils"
|
6652 |
+
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
6653 |
+
msgstr "Wysokość obrazu (%s px) jest mniejsza od wymaganego minimum: %s px."
|
6654 |
+
|
6655 |
+
#: core/utils.php:228
|
6656 |
+
#, php-format
|
6657 |
+
#@ WPBDM
|
6658 |
+
msgctxt "utils"
|
6659 |
+
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
6660 |
+
msgstr "Szerokość obrazu (%s px) jest większa od dozwolonego maksimum: %s px."
|
6661 |
+
|
6662 |
+
#: core/utils.php:234
|
6663 |
+
#, php-format
|
6664 |
+
#@ WPBDM
|
6665 |
+
msgctxt "utils"
|
6666 |
+
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
6667 |
+
msgstr "Wysokość obrazu (%s px) jest większa od dozwolonego maksimum: %s px."
|
6668 |
+
|
6669 |
+
#: core/view-listing-contact.php:121
|
6670 |
+
#@ WPBDM
|
6671 |
+
msgctxt "templates"
|
6672 |
+
msgid "Contact listing owner"
|
6673 |
+
msgstr "Skontaktuj się z właścicielem oferty"
|
6674 |
+
|
6675 |
+
#: templates/billing-information-form.tpl.php:3
|
6676 |
+
#@ WPBDM
|
6677 |
+
msgctxt "months"
|
6678 |
+
msgid "Jan"
|
6679 |
+
msgstr "STY"
|
6680 |
+
|
6681 |
+
#: templates/billing-information-form.tpl.php:4
|
6682 |
+
#@ WPBDM
|
6683 |
+
msgctxt "months"
|
6684 |
+
msgid "Feb"
|
6685 |
+
msgstr "LUT"
|
6686 |
+
|
6687 |
+
#: templates/billing-information-form.tpl.php:5
|
6688 |
+
#@ WPBDM
|
6689 |
+
msgctxt "months"
|
6690 |
+
msgid "Mar"
|
6691 |
+
msgstr "MAR"
|
6692 |
+
|
6693 |
+
#: templates/billing-information-form.tpl.php:6
|
6694 |
+
#@ WPBDM
|
6695 |
+
msgctxt "months"
|
6696 |
+
msgid "Apr"
|
6697 |
+
msgstr "KWI"
|
6698 |
+
|
6699 |
+
#: templates/billing-information-form.tpl.php:7
|
6700 |
+
#@ WPBDM
|
6701 |
+
msgctxt "months"
|
6702 |
+
msgid "May"
|
6703 |
+
msgstr "MAJ"
|
6704 |
+
|
6705 |
+
#: templates/billing-information-form.tpl.php:8
|
6706 |
+
#@ WPBDM
|
6707 |
+
msgctxt "months"
|
6708 |
+
msgid "Jun"
|
6709 |
+
msgstr "CZE"
|
6710 |
+
|
6711 |
+
#: templates/billing-information-form.tpl.php:9
|
6712 |
+
#@ WPBDM
|
6713 |
+
msgctxt "months"
|
6714 |
+
msgid "Jul"
|
6715 |
+
msgstr "LIP"
|
6716 |
+
|
6717 |
+
#: templates/billing-information-form.tpl.php:10
|
6718 |
+
#@ WPBDM
|
6719 |
+
msgctxt "months"
|
6720 |
+
msgid "Aug"
|
6721 |
+
msgstr "SIE"
|
6722 |
+
|
6723 |
+
#: templates/billing-information-form.tpl.php:11
|
6724 |
+
#@ WPBDM
|
6725 |
+
msgctxt "months"
|
6726 |
+
msgid "Sep"
|
6727 |
+
msgstr "WRZ"
|
6728 |
+
|
6729 |
+
#: templates/billing-information-form.tpl.php:12
|
6730 |
+
#@ WPBDM
|
6731 |
+
msgctxt "months"
|
6732 |
+
msgid "Oct"
|
6733 |
+
msgstr "PAŹ"
|
6734 |
+
|
6735 |
+
#: templates/billing-information-form.tpl.php:13
|
6736 |
+
#@ WPBDM
|
6737 |
+
msgctxt "months"
|
6738 |
+
msgid "Nov"
|
6739 |
+
msgstr "LIS"
|
6740 |
+
|
6741 |
+
#: templates/billing-information-form.tpl.php:14
|
6742 |
+
#@ WPBDM
|
6743 |
+
msgctxt "months"
|
6744 |
+
msgid "Dec"
|
6745 |
+
msgstr "GRU"
|
6746 |
+
|
6747 |
+
#: templates/billing-information-form.tpl.php:29
|
6748 |
+
#@ WPBDM
|
6749 |
+
msgctxt "checkout form"
|
6750 |
+
msgid "Credit Card Details"
|
6751 |
+
msgstr "Szczegóły Karty Kredytowej"
|
6752 |
+
|
6753 |
+
#: templates/billing-information-form.tpl.php:30
|
6754 |
+
#@ WPBDM
|
6755 |
+
msgctxt "checkout form"
|
6756 |
+
msgid "Please enter your credit card details below."
|
6757 |
+
msgstr "Proszę poniżej podać szczegóły karty kredytowej."
|
6758 |
+
|
6759 |
+
#: templates/billing-information-form.tpl.php:35
|
6760 |
+
#@ WPBDM
|
6761 |
+
msgctxt "checkout form"
|
6762 |
+
msgid "First Name:"
|
6763 |
+
msgstr "Nazwisko:"
|
6764 |
+
|
6765 |
+
#: templates/billing-information-form.tpl.php:43
|
6766 |
+
#@ WPBDM
|
6767 |
+
msgctxt "checkout form"
|
6768 |
+
msgid "Last Name:"
|
6769 |
+
msgstr "Imię:"
|
6770 |
+
|
6771 |
+
#: templates/billing-information-form.tpl.php:51
|
6772 |
+
#@ WPBDM
|
6773 |
+
msgctxt "checkout form"
|
6774 |
+
msgid "Card Number:"
|
6775 |
+
msgstr "Numer karty kredytowej:"
|
6776 |
+
|
6777 |
+
#: templates/billing-information-form.tpl.php:59
|
6778 |
+
#@ WPBDM
|
6779 |
+
msgctxt "checkout form"
|
6780 |
+
msgid "Expiration Date (MM/YYYY):"
|
6781 |
+
msgstr "Data ważności (MM/YYYY):"
|
6782 |
+
|
6783 |
+
#: templates/billing-information-form.tpl.php:72
|
6784 |
+
#@ WPBDM
|
6785 |
+
msgctxt "checkout form"
|
6786 |
+
msgid "CVC:"
|
6787 |
+
msgstr "CVC:"
|
6788 |
+
|
6789 |
+
#: templates/billing-information-form.tpl.php:82
|
6790 |
+
#@ WPBDM
|
6791 |
+
msgctxt "checkout form"
|
6792 |
+
msgid "Billing Address"
|
6793 |
+
msgstr "Adres rozliczeniowy"
|
6794 |
+
|
6795 |
+
#: templates/billing-information-form.tpl.php:87
|
6796 |
+
#@ WPBDM
|
6797 |
+
msgctxt "checkout form"
|
6798 |
+
msgid "Country:"
|
6799 |
+
msgstr "Kraj:"
|
6800 |
+
|
6801 |
+
#: templates/billing-information-form.tpl.php:95
|
6802 |
+
#@ WPBDM
|
6803 |
+
msgctxt "checkout form"
|
6804 |
+
msgid "State:"
|
6805 |
+
msgstr "Województwo:"
|
6806 |
+
|
6807 |
+
#: templates/billing-information-form.tpl.php:103
|
6808 |
+
#@ WPBDM
|
6809 |
+
msgctxt "checkout form"
|
6810 |
+
msgid "City:"
|
6811 |
+
msgstr "Miasto:"
|
6812 |
+
|
6813 |
+
#: templates/billing-information-form.tpl.php:111
|
6814 |
+
#@ WPBDM
|
6815 |
+
msgctxt "checkout form"
|
6816 |
+
msgid "Address Line 1:"
|
6817 |
+
msgstr "Adres - linia1:"
|
6818 |
+
|
6819 |
+
#: templates/billing-information-form.tpl.php:119
|
6820 |
+
#@ WPBDM
|
6821 |
+
msgctxt "checkout form"
|
6822 |
+
msgid "Address Line 2:"
|
6823 |
+
msgstr "Adres - linia2:"
|
6824 |
+
|
6825 |
+
#: templates/billing-information-form.tpl.php:129
|
6826 |
+
#@ default
|
6827 |
+
msgctxt "WPBDM"
|
6828 |
+
msgid "Cancel"
|
6829 |
+
msgstr "Anuluj"
|
6830 |
+
|
6831 |
+
#: templates/billing-information-form.tpl.php:130
|
6832 |
+
#@ default
|
6833 |
+
msgctxt "WPBDM"
|
6834 |
+
msgid "Submit Payment"
|
6835 |
+
msgstr "Prześlij Płatność."
|
6836 |
+
|
6837 |
+
#: vendors/edd/EDD_SL_Plugin_Updater.php:178
|
6838 |
+
#, php-format
|
6839 |
+
#@ edd
|
6840 |
+
msgid "There is a new version of %1$s available. <a target=\"_blank\" class=\"thickbox\" href=\"%2$s\">View version %3$s details</a>."
|
6841 |
+
msgstr "Tu jest dostępna nowa wersja %1$s . <a target=\"_blank\" class=\"thickbox\" href=\"%2$s\">Zobacz szczegóły wersji %3$s </a>."
|
6842 |
+
|
6843 |
+
#: vendors/edd/EDD_SL_Plugin_Updater.php:185
|
6844 |
+
#, php-format
|
6845 |
+
#@ edd
|
6846 |
+
msgid "There is a new version of %1$s available. <a target=\"_blank\" class=\"thickbox\" href=\"%2$s\">View version %3$s details</a> or <a href=\"%4$s\">update now</a>."
|
6847 |
+
msgstr "Tu jest dostępna nowa wersja %1$s . <a target=\"_blank\" class=\"thickbox\" href=\"%2$s\">Zobacz szczegóły wersji %3$s </a> lub <a href=\"%4$s\">zaktualizuj</a>."
|
6848 |
+
|
6849 |
+
#: vendors/edd/EDD_SL_Plugin_Updater.php:325
|
6850 |
+
#@ edd
|
6851 |
+
msgid "You do not have permission to install plugin updates"
|
6852 |
+
msgstr "Nie masz uprawnień do aktualizacji pluginów."
|
6853 |
+
|
6854 |
+
#: vendors/edd/EDD_SL_Plugin_Updater.php:325
|
6855 |
+
#@ edd
|
6856 |
+
msgid "Error"
|
6857 |
+
msgstr "BŁĄD"
|
6858 |
+
|
languages/WPBDM.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the Business Directory Plugin package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Business Directory Plugin 3.6.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
-
"POT-Creation-Date: 2015-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -1601,7 +1601,7 @@ msgctxt "form-fields admin"
|
|
1601 |
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
1602 |
msgstr ""
|
1603 |
|
1604 |
-
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 3.6.
|
1605 |
#. Plugin Name of the plugin/theme
|
1606 |
#: admin/templates/header.tpl.php:4
|
1607 |
msgid "Business Directory Plugin"
|
@@ -2291,89 +2291,84 @@ msgctxt "admin"
|
|
2291 |
msgid "The transaction has been deleted."
|
2292 |
msgstr ""
|
2293 |
|
2294 |
-
#: business-directory-plugin.php:
|
2295 |
msgctxt "admin plugins"
|
2296 |
msgid "Settings"
|
2297 |
msgstr ""
|
2298 |
|
2299 |
-
#: business-directory-plugin.php:
|
2300 |
msgctxt "post type general name"
|
2301 |
msgid "Directory"
|
2302 |
msgstr ""
|
2303 |
|
2304 |
-
#: business-directory-plugin.php:
|
2305 |
msgctxt "post type singular name"
|
2306 |
msgid "Directory"
|
2307 |
msgstr ""
|
2308 |
|
2309 |
-
#: business-directory-plugin.php:
|
2310 |
msgctxt "listing"
|
2311 |
msgid "Add New Listing"
|
2312 |
msgstr ""
|
2313 |
|
2314 |
-
#: business-directory-plugin.php:
|
2315 |
msgctxt "post type"
|
2316 |
msgid "Add New Listing"
|
2317 |
msgstr ""
|
2318 |
|
2319 |
-
#: business-directory-plugin.php:
|
2320 |
msgid "Edit Listing"
|
2321 |
msgstr ""
|
2322 |
|
2323 |
-
#: business-directory-plugin.php:
|
2324 |
msgid "New Listing"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
-
#: business-directory-plugin.php:
|
2328 |
msgid "View Listing"
|
2329 |
msgstr ""
|
2330 |
|
2331 |
-
#: business-directory-plugin.php:
|
2332 |
msgid "Search Listings"
|
2333 |
msgstr ""
|
2334 |
|
2335 |
-
#: business-directory-plugin.php:
|
2336 |
msgid "No listings found"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
-
#: business-directory-plugin.php:
|
2340 |
msgid "No listings found in trash"
|
2341 |
msgstr ""
|
2342 |
|
2343 |
-
#: business-directory-plugin.php:
|
2344 |
msgid "Directory Categories"
|
2345 |
msgstr ""
|
2346 |
|
2347 |
-
#: business-directory-plugin.php:
|
2348 |
msgctxt "rss feed"
|
2349 |
msgid "%s Feed"
|
2350 |
msgstr ""
|
2351 |
|
2352 |
-
#: business-directory-plugin.php:
|
2353 |
msgctxt "title"
|
2354 |
msgid "Submit A Listing"
|
2355 |
msgstr ""
|
2356 |
|
2357 |
-
#: business-directory-plugin.php:
|
2358 |
msgctxt "title"
|
2359 |
msgid "Find a Listing"
|
2360 |
msgstr ""
|
2361 |
|
2362 |
-
#: business-directory-plugin.php:
|
2363 |
msgctxt "title"
|
2364 |
msgid "View All Listings"
|
2365 |
msgstr ""
|
2366 |
|
2367 |
-
#: business-directory-plugin.php:
|
2368 |
msgctxt "title"
|
2369 |
msgid "Listings tagged: %s"
|
2370 |
msgstr ""
|
2371 |
|
2372 |
-
#: business-directory-plugin.php:1452
|
2373 |
-
msgctxt "comment-form"
|
2374 |
-
msgid "The reCAPTCHA wasn't entered correctly."
|
2375 |
-
msgstr ""
|
2376 |
-
|
2377 |
#: core/class-csv-import.php:361
|
2378 |
msgctxt "admin csv-import"
|
2379 |
msgid "Could not create listing category \"%s\""
|
@@ -2433,37 +2428,37 @@ msgctxt "form-fields-api"
|
|
2433 |
msgid "An error occurred while trying to delete this field."
|
2434 |
msgstr ""
|
2435 |
|
2436 |
-
#: core/class-gateway.php:
|
2437 |
msgctxt "billing info"
|
2438 |
msgid "First name is required."
|
2439 |
msgstr ""
|
2440 |
|
2441 |
-
#: core/class-gateway.php:
|
2442 |
msgctxt "billing info"
|
2443 |
msgid "Last name is required."
|
2444 |
msgstr ""
|
2445 |
|
2446 |
-
#: core/class-gateway.php:
|
2447 |
msgctxt "billing info"
|
2448 |
msgid "Credit card number is required."
|
2449 |
msgstr ""
|
2450 |
|
2451 |
-
#: core/class-gateway.php:
|
2452 |
msgctxt "billing info"
|
2453 |
msgid "Credit card expiration date is invalid."
|
2454 |
msgstr ""
|
2455 |
|
2456 |
-
#: core/class-gateway.php:
|
2457 |
msgctxt "billing info"
|
2458 |
msgid "Credit card CVC number is required."
|
2459 |
msgstr ""
|
2460 |
|
2461 |
-
#: core/class-gateway.php:
|
2462 |
msgctxt "billing info"
|
2463 |
msgid "Country is required."
|
2464 |
msgstr ""
|
2465 |
|
2466 |
-
#: core/class-gateway.php:
|
2467 |
msgctxt "billing info"
|
2468 |
msgid "Address is required."
|
2469 |
msgstr ""
|
@@ -2538,6 +2533,11 @@ msgctxt "listings"
|
|
2538 |
msgid "Fee \"%s\" for category \"%s\""
|
2539 |
msgstr ""
|
2540 |
|
|
|
|
|
|
|
|
|
|
|
2541 |
#: core/class-settings.php:24
|
2542 |
msgctxt "admin settings"
|
2543 |
msgid "General"
|
@@ -3942,8 +3942,8 @@ msgctxt "form-fields-api category-select"
|
|
3942 |
msgid "-- Choose One --"
|
3943 |
msgstr ""
|
3944 |
|
3945 |
-
#: core/form-fields-types.php:340 core/form-fields-types.php:
|
3946 |
-
#: core/form-fields-types.php:
|
3947 |
msgctxt "form-fields admin"
|
3948 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
3949 |
msgstr ""
|
@@ -3953,8 +3953,8 @@ msgctxt "form-fields admin"
|
|
3953 |
msgid "Allow empty selection on search?"
|
3954 |
msgstr ""
|
3955 |
|
3956 |
-
#: core/form-fields-types.php:368 core/form-fields-types.php:
|
3957 |
-
#: core/form-fields-types.php:
|
3958 |
msgctxt "form-fields admin"
|
3959 |
msgid "Field list of options is required."
|
3960 |
msgstr ""
|
@@ -3986,61 +3986,61 @@ msgctxt "form-fields admin"
|
|
3986 |
msgid "Apply \"the_content\" filter before displaying this field?"
|
3987 |
msgstr ""
|
3988 |
|
3989 |
-
#: core/form-fields-types.php:
|
3990 |
msgctxt "form-fields api"
|
3991 |
msgid "Radio button"
|
3992 |
msgstr ""
|
3993 |
|
3994 |
-
#: core/form-fields-types.php:
|
3995 |
msgctxt "form-fields api"
|
3996 |
msgid "Multiple select list"
|
3997 |
msgstr ""
|
3998 |
|
3999 |
-
#: core/form-fields-types.php:
|
4000 |
msgctxt "form-fields api"
|
4001 |
msgid "Multiselect List"
|
4002 |
msgstr ""
|
4003 |
|
4004 |
-
#: core/form-fields-types.php:
|
4005 |
msgctxt "form-fields api"
|
4006 |
msgid "Checkbox"
|
4007 |
msgstr ""
|
4008 |
|
4009 |
-
#: core/form-fields-types.php:
|
4010 |
msgctxt "form-fields api"
|
4011 |
msgid "Social Site (Twitter handle)"
|
4012 |
msgstr ""
|
4013 |
|
4014 |
-
#: core/form-fields-types.php:
|
4015 |
msgctxt "form-fields api"
|
4016 |
msgid "Social Site (Facebook page)"
|
4017 |
msgstr ""
|
4018 |
|
4019 |
-
#: core/form-fields-types.php:
|
4020 |
msgctxt "form-fields api"
|
4021 |
msgid "Social Site (LinkedIn profile)"
|
4022 |
msgstr ""
|
4023 |
|
4024 |
-
#: core/form-fields-types.php:
|
4025 |
msgctxt "form-fields api"
|
4026 |
msgid "Image (file upload)"
|
4027 |
msgstr ""
|
4028 |
|
4029 |
-
#: core/form-fields-types.php:
|
4030 |
msgctxt "form-fields-api"
|
4031 |
msgid "Remove"
|
4032 |
msgstr ""
|
4033 |
|
4034 |
-
#: core/form-fields-types.php:
|
4035 |
msgctxt "form-fields api"
|
4036 |
msgid "Date Field"
|
4037 |
msgstr ""
|
4038 |
|
4039 |
-
#: core/form-fields-types.php:
|
4040 |
msgid "%s (ex. %s)"
|
4041 |
msgstr ""
|
4042 |
|
4043 |
-
#: core/form-fields-types.php:
|
4044 |
msgctxt "form-fields api"
|
4045 |
msgid "Date Format"
|
4046 |
msgstr ""
|
@@ -4208,26 +4208,26 @@ msgctxt "authorize-net"
|
|
4208 |
msgid "Transaction Key is missing."
|
4209 |
msgstr ""
|
4210 |
|
4211 |
-
#: core/gateways-authorize-net.php:
|
4212 |
msgctxt "authorize-net"
|
4213 |
msgid ""
|
4214 |
"The payment gateway didn't accept your credit card or billing information. "
|
4215 |
"The following reason was given: \"%s\"."
|
4216 |
msgstr ""
|
4217 |
|
4218 |
-
#: core/gateways-authorize-net.php:
|
4219 |
msgctxt "authorize-net"
|
4220 |
msgid ""
|
4221 |
"Your payment is being held for review by the payment gateway. The following "
|
4222 |
"reason was given: \"%s\"."
|
4223 |
msgstr ""
|
4224 |
|
4225 |
-
#: core/gateways-authorize-net.php:
|
4226 |
msgctxt "authorize-net"
|
4227 |
msgid "Payment was rejected. The following reason was given: \"%s\"."
|
4228 |
msgstr ""
|
4229 |
|
4230 |
-
#: core/gateways-authorize-net.php:
|
4231 |
msgctxt "authorize-net"
|
4232 |
msgid "Could not process payment."
|
4233 |
msgstr ""
|
@@ -5294,12 +5294,17 @@ msgctxt "checkout form"
|
|
5294 |
msgid "Address Line 2:"
|
5295 |
msgstr ""
|
5296 |
|
5297 |
-
#: templates/billing-information-form.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
5298 |
msgctxt "WPBDM"
|
5299 |
msgid "Cancel"
|
5300 |
msgstr ""
|
5301 |
|
5302 |
-
#: templates/billing-information-form.tpl.php:
|
5303 |
msgctxt "WPBDM"
|
5304 |
msgid "Submit Payment"
|
5305 |
msgstr ""
|
2 |
# This file is distributed under the same license as the Business Directory Plugin package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Business Directory Plugin 3.6.6\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
+
"POT-Creation-Date: 2015-07-07 12:40:16+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
1601 |
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
1602 |
msgstr ""
|
1603 |
|
1604 |
+
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 3.6.6) #-#-#-#-#
|
1605 |
#. Plugin Name of the plugin/theme
|
1606 |
#: admin/templates/header.tpl.php:4
|
1607 |
msgid "Business Directory Plugin"
|
2291 |
msgid "The transaction has been deleted."
|
2292 |
msgstr ""
|
2293 |
|
2294 |
+
#: business-directory-plugin.php:658
|
2295 |
msgctxt "admin plugins"
|
2296 |
msgid "Settings"
|
2297 |
msgstr ""
|
2298 |
|
2299 |
+
#: business-directory-plugin.php:668
|
2300 |
msgctxt "post type general name"
|
2301 |
msgid "Directory"
|
2302 |
msgstr ""
|
2303 |
|
2304 |
+
#: business-directory-plugin.php:669
|
2305 |
msgctxt "post type singular name"
|
2306 |
msgid "Directory"
|
2307 |
msgstr ""
|
2308 |
|
2309 |
+
#: business-directory-plugin.php:670
|
2310 |
msgctxt "listing"
|
2311 |
msgid "Add New Listing"
|
2312 |
msgstr ""
|
2313 |
|
2314 |
+
#: business-directory-plugin.php:671
|
2315 |
msgctxt "post type"
|
2316 |
msgid "Add New Listing"
|
2317 |
msgstr ""
|
2318 |
|
2319 |
+
#: business-directory-plugin.php:672 core/compatibility/deprecated.php:255
|
2320 |
msgid "Edit Listing"
|
2321 |
msgstr ""
|
2322 |
|
2323 |
+
#: business-directory-plugin.php:673
|
2324 |
msgid "New Listing"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
+
#: business-directory-plugin.php:674
|
2328 |
msgid "View Listing"
|
2329 |
msgstr ""
|
2330 |
|
2331 |
+
#: business-directory-plugin.php:675
|
2332 |
msgid "Search Listings"
|
2333 |
msgstr ""
|
2334 |
|
2335 |
+
#: business-directory-plugin.php:676
|
2336 |
msgid "No listings found"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
+
#: business-directory-plugin.php:677
|
2340 |
msgid "No listings found in trash"
|
2341 |
msgstr ""
|
2342 |
|
2343 |
+
#: business-directory-plugin.php:699
|
2344 |
msgid "Directory Categories"
|
2345 |
msgstr ""
|
2346 |
|
2347 |
+
#: business-directory-plugin.php:809 business-directory-plugin.php:816
|
2348 |
msgctxt "rss feed"
|
2349 |
msgid "%s Feed"
|
2350 |
msgstr ""
|
2351 |
|
2352 |
+
#: business-directory-plugin.php:1174
|
2353 |
msgctxt "title"
|
2354 |
msgid "Submit A Listing"
|
2355 |
msgstr ""
|
2356 |
|
2357 |
+
#: business-directory-plugin.php:1184
|
2358 |
msgctxt "title"
|
2359 |
msgid "Find a Listing"
|
2360 |
msgstr ""
|
2361 |
|
2362 |
+
#: business-directory-plugin.php:1194
|
2363 |
msgctxt "title"
|
2364 |
msgid "View All Listings"
|
2365 |
msgstr ""
|
2366 |
|
2367 |
+
#: business-directory-plugin.php:1214
|
2368 |
msgctxt "title"
|
2369 |
msgid "Listings tagged: %s"
|
2370 |
msgstr ""
|
2371 |
|
|
|
|
|
|
|
|
|
|
|
2372 |
#: core/class-csv-import.php:361
|
2373 |
msgctxt "admin csv-import"
|
2374 |
msgid "Could not create listing category \"%s\""
|
2428 |
msgid "An error occurred while trying to delete this field."
|
2429 |
msgstr ""
|
2430 |
|
2431 |
+
#: core/class-gateway.php:131
|
2432 |
msgctxt "billing info"
|
2433 |
msgid "First name is required."
|
2434 |
msgstr ""
|
2435 |
|
2436 |
+
#: core/class-gateway.php:134
|
2437 |
msgctxt "billing info"
|
2438 |
msgid "Last name is required."
|
2439 |
msgstr ""
|
2440 |
|
2441 |
+
#: core/class-gateway.php:137
|
2442 |
msgctxt "billing info"
|
2443 |
msgid "Credit card number is required."
|
2444 |
msgstr ""
|
2445 |
|
2446 |
+
#: core/class-gateway.php:140
|
2447 |
msgctxt "billing info"
|
2448 |
msgid "Credit card expiration date is invalid."
|
2449 |
msgstr ""
|
2450 |
|
2451 |
+
#: core/class-gateway.php:143
|
2452 |
msgctxt "billing info"
|
2453 |
msgid "Credit card CVC number is required."
|
2454 |
msgstr ""
|
2455 |
|
2456 |
+
#: core/class-gateway.php:146
|
2457 |
msgctxt "billing info"
|
2458 |
msgid "Country is required."
|
2459 |
msgstr ""
|
2460 |
|
2461 |
+
#: core/class-gateway.php:149
|
2462 |
msgctxt "billing info"
|
2463 |
msgid "Address is required."
|
2464 |
msgstr ""
|
2533 |
msgid "Fee \"%s\" for category \"%s\""
|
2534 |
msgstr ""
|
2535 |
|
2536 |
+
#: core/class-recaptcha.php:81 core/class-recaptcha.php:96
|
2537 |
+
msgctxt "recaptcha"
|
2538 |
+
msgid "The reCAPTCHA wasn't entered correctly."
|
2539 |
+
msgstr ""
|
2540 |
+
|
2541 |
#: core/class-settings.php:24
|
2542 |
msgctxt "admin settings"
|
2543 |
msgid "General"
|
3942 |
msgid "-- Choose One --"
|
3943 |
msgstr ""
|
3944 |
|
3945 |
+
#: core/form-fields-types.php:340 core/form-fields-types.php:591
|
3946 |
+
#: core/form-fields-types.php:722
|
3947 |
msgctxt "form-fields admin"
|
3948 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
3949 |
msgstr ""
|
3953 |
msgid "Allow empty selection on search?"
|
3954 |
msgstr ""
|
3955 |
|
3956 |
+
#: core/form-fields-types.php:368 core/form-fields-types.php:610
|
3957 |
+
#: core/form-fields-types.php:743
|
3958 |
msgctxt "form-fields admin"
|
3959 |
msgid "Field list of options is required."
|
3960 |
msgstr ""
|
3986 |
msgid "Apply \"the_content\" filter before displaying this field?"
|
3987 |
msgstr ""
|
3988 |
|
3989 |
+
#: core/form-fields-types.php:532
|
3990 |
msgctxt "form-fields api"
|
3991 |
msgid "Radio button"
|
3992 |
msgstr ""
|
3993 |
|
3994 |
+
#: core/form-fields-types.php:638
|
3995 |
msgctxt "form-fields api"
|
3996 |
msgid "Multiple select list"
|
3997 |
msgstr ""
|
3998 |
|
3999 |
+
#: core/form-fields-types.php:643
|
4000 |
msgctxt "form-fields api"
|
4001 |
msgid "Multiselect List"
|
4002 |
msgstr ""
|
4003 |
|
4004 |
+
#: core/form-fields-types.php:659
|
4005 |
msgctxt "form-fields api"
|
4006 |
msgid "Checkbox"
|
4007 |
msgstr ""
|
4008 |
|
4009 |
+
#: core/form-fields-types.php:817
|
4010 |
msgctxt "form-fields api"
|
4011 |
msgid "Social Site (Twitter handle)"
|
4012 |
msgstr ""
|
4013 |
|
4014 |
+
#: core/form-fields-types.php:866
|
4015 |
msgctxt "form-fields api"
|
4016 |
msgid "Social Site (Facebook page)"
|
4017 |
msgstr ""
|
4018 |
|
4019 |
+
#: core/form-fields-types.php:914
|
4020 |
msgctxt "form-fields api"
|
4021 |
msgid "Social Site (LinkedIn profile)"
|
4022 |
msgstr ""
|
4023 |
|
4024 |
+
#: core/form-fields-types.php:959
|
4025 |
msgctxt "form-fields api"
|
4026 |
msgid "Image (file upload)"
|
4027 |
msgstr ""
|
4028 |
|
4029 |
+
#: core/form-fields-types.php:991
|
4030 |
msgctxt "form-fields-api"
|
4031 |
msgid "Remove"
|
4032 |
msgstr ""
|
4033 |
|
4034 |
+
#: core/form-fields-types.php:1071
|
4035 |
msgctxt "form-fields api"
|
4036 |
msgid "Date Field"
|
4037 |
msgstr ""
|
4038 |
|
4039 |
+
#: core/form-fields-types.php:1094
|
4040 |
msgid "%s (ex. %s)"
|
4041 |
msgstr ""
|
4042 |
|
4043 |
+
#: core/form-fields-types.php:1098
|
4044 |
msgctxt "form-fields api"
|
4045 |
msgid "Date Format"
|
4046 |
msgstr ""
|
4208 |
msgid "Transaction Key is missing."
|
4209 |
msgstr ""
|
4210 |
|
4211 |
+
#: core/gateways-authorize-net.php:124
|
4212 |
msgctxt "authorize-net"
|
4213 |
msgid ""
|
4214 |
"The payment gateway didn't accept your credit card or billing information. "
|
4215 |
"The following reason was given: \"%s\"."
|
4216 |
msgstr ""
|
4217 |
|
4218 |
+
#: core/gateways-authorize-net.php:128
|
4219 |
msgctxt "authorize-net"
|
4220 |
msgid ""
|
4221 |
"Your payment is being held for review by the payment gateway. The following "
|
4222 |
"reason was given: \"%s\"."
|
4223 |
msgstr ""
|
4224 |
|
4225 |
+
#: core/gateways-authorize-net.php:131
|
4226 |
msgctxt "authorize-net"
|
4227 |
msgid "Payment was rejected. The following reason was given: \"%s\"."
|
4228 |
msgstr ""
|
4229 |
|
4230 |
+
#: core/gateways-authorize-net.php:182
|
4231 |
msgctxt "authorize-net"
|
4232 |
msgid "Could not process payment."
|
4233 |
msgstr ""
|
5294 |
msgid "Address Line 2:"
|
5295 |
msgstr ""
|
5296 |
|
5297 |
+
#: templates/billing-information-form.tpl.php:127
|
5298 |
+
msgctxt "checkout form"
|
5299 |
+
msgid "ZIP Code:"
|
5300 |
+
msgstr ""
|
5301 |
+
|
5302 |
+
#: templates/billing-information-form.tpl.php:137
|
5303 |
msgctxt "WPBDM"
|
5304 |
msgid "Cancel"
|
5305 |
msgstr ""
|
5306 |
|
5307 |
+
#: templates/billing-information-form.tpl.php:138
|
5308 |
msgctxt "WPBDM"
|
5309 |
msgid "Submit Payment"
|
5310 |
msgstr ""
|
templates/billing-information-form.tpl.php
CHANGED
@@ -122,6 +122,14 @@ $months = array(
|
|
122 |
<input type="text" id="wpbdp-billing-field-address-2" name="address_line2" size="25" value="<?php echo esc_attr( wpbdp_getv( $posted, 'address_line2' ) ); ?>" />
|
123 |
</td>
|
124 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
</table>
|
126 |
</div>
|
127 |
|
122 |
<input type="text" id="wpbdp-billing-field-address-2" name="address_line2" size="25" value="<?php echo esc_attr( wpbdp_getv( $posted, 'address_line2' ) ); ?>" />
|
123 |
</td>
|
124 |
</tr>
|
125 |
+
<tr class="wpbdp-billing-field customer-zip-code">
|
126 |
+
<td scope="row">
|
127 |
+
<label for="wpbdp-billing-field-zip-code"><?php _ex( 'ZIP Code:', 'checkout form', 'WPBDM' ); ?></label>
|
128 |
+
</td>
|
129 |
+
<td>
|
130 |
+
<input type="text" id="wpbdp-billing-field-zip-code" name="zipcode" size="25" value="<?php echo esc_attr( wpbdp_getv( $posted, 'zipcode' ) ); ?>" />
|
131 |
+
</td>
|
132 |
+
</tr>
|
133 |
</table>
|
134 |
</div>
|
135 |
|
templates/listing-contactform.tpl.php
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
</p>
|
35 |
|
36 |
<?php if ($recaptcha): ?>
|
37 |
-
|
38 |
<?php endif; ?>
|
39 |
|
40 |
<input type="submit" class="submit" value="<?php _ex('Send', 'templates', 'WPBDM'); ?>" />
|
34 |
</p>
|
35 |
|
36 |
<?php if ($recaptcha): ?>
|
37 |
+
<?php echo $recaptcha; ?>
|
38 |
<?php endif; ?>
|
39 |
|
40 |
<input type="submit" class="submit" value="<?php _ex('Send', 'templates', 'WPBDM'); ?>" />
|
vendors/recaptcha/LICENSE
DELETED
@@ -1,22 +0,0 @@
|
|
1 |
-
Copyright (c) 2007 reCAPTCHA -- http://recaptcha.net
|
2 |
-
AUTHORS:
|
3 |
-
Mike Crawford
|
4 |
-
Ben Maurer
|
5 |
-
|
6 |
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
7 |
-
of this software and associated documentation files (the "Software"), to deal
|
8 |
-
in the Software without restriction, including without limitation the rights
|
9 |
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
10 |
-
copies of the Software, and to permit persons to whom the Software is
|
11 |
-
furnished to do so, subject to the following conditions:
|
12 |
-
|
13 |
-
The above copyright notice and this permission notice shall be included in
|
14 |
-
all copies or substantial portions of the Software.
|
15 |
-
|
16 |
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17 |
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
18 |
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
19 |
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
20 |
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
21 |
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
22 |
-
THE SOFTWARE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendors/recaptcha/README
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
reCAPTCHA README
|
2 |
-
================
|
3 |
-
|
4 |
-
The reCAPTCHA PHP Lirary helps you use the reCAPTCHA API. Documentation
|
5 |
-
for this library can be found at
|
6 |
-
|
7 |
-
http://recaptcha.net/plugins/php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendors/recaptcha/ReCaptcha/ReCaptcha.php
ADDED
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* This is a PHP library that handles calling reCAPTCHA.
|
4 |
+
*
|
5 |
+
* @copyright Copyright (c) 2015, Google Inc.
|
6 |
+
* @link http://www.google.com/recaptcha
|
7 |
+
*
|
8 |
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
9 |
+
* of this software and associated documentation files (the "Software"), to deal
|
10 |
+
* in the Software without restriction, including without limitation the rights
|
11 |
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
12 |
+
* copies of the Software, and to permit persons to whom the Software is
|
13 |
+
* furnished to do so, subject to the following conditions:
|
14 |
+
*
|
15 |
+
* The above copyright notice and this permission notice shall be included in
|
16 |
+
* all copies or substantial portions of the Software.
|
17 |
+
*
|
18 |
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19 |
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
20 |
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
21 |
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
22 |
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
23 |
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
24 |
+
* THE SOFTWARE.
|
25 |
+
*/
|
26 |
+
|
27 |
+
namespace ReCaptcha;
|
28 |
+
|
29 |
+
/**
|
30 |
+
* reCAPTCHA client.
|
31 |
+
*/
|
32 |
+
class ReCaptcha
|
33 |
+
{
|
34 |
+
/**
|
35 |
+
* Version of this client library.
|
36 |
+
* @const string
|
37 |
+
*/
|
38 |
+
const VERSION = 'php_1.1.1';
|
39 |
+
|
40 |
+
/**
|
41 |
+
* Shared secret for the site.
|
42 |
+
* @var type string
|
43 |
+
*/
|
44 |
+
private $secret;
|
45 |
+
|
46 |
+
/**
|
47 |
+
* Method used to communicate with service. Defaults to POST request.
|
48 |
+
* @var RequestMethod
|
49 |
+
*/
|
50 |
+
private $requestMethod;
|
51 |
+
|
52 |
+
/**
|
53 |
+
* Create a configured instance to use the reCAPTCHA service.
|
54 |
+
*
|
55 |
+
* @param string $secret shared secret between site and reCAPTCHA server.
|
56 |
+
* @param RequestMethod $requestMethod method used to send the request. Defaults to POST.
|
57 |
+
*/
|
58 |
+
public function __construct($secret, RequestMethod $requestMethod = null)
|
59 |
+
{
|
60 |
+
if (empty($secret)) {
|
61 |
+
throw new \RuntimeException('No secret provided');
|
62 |
+
}
|
63 |
+
|
64 |
+
if (!is_string($secret)) {
|
65 |
+
throw new \RuntimeException('The provided secret must be a string');
|
66 |
+
}
|
67 |
+
|
68 |
+
$this->secret = $secret;
|
69 |
+
|
70 |
+
if (!is_null($requestMethod)) {
|
71 |
+
$this->requestMethod = $requestMethod;
|
72 |
+
} else {
|
73 |
+
$this->requestMethod = new RequestMethod\Post();
|
74 |
+
}
|
75 |
+
}
|
76 |
+
|
77 |
+
/**
|
78 |
+
* Calls the reCAPTCHA siteverify API to verify whether the user passes
|
79 |
+
* CAPTCHA test.
|
80 |
+
*
|
81 |
+
* @param string $response The value of 'g-recaptcha-response' in the submitted form.
|
82 |
+
* @param string $remoteIp The end user's IP address.
|
83 |
+
* @return Response Response from the service.
|
84 |
+
*/
|
85 |
+
public function verify($response, $remoteIp = null)
|
86 |
+
{
|
87 |
+
// Discard empty solution submissions
|
88 |
+
if (empty($response)) {
|
89 |
+
$recaptchaResponse = new Response(false, array('missing-input-response'));
|
90 |
+
return $recaptchaResponse;
|
91 |
+
}
|
92 |
+
|
93 |
+
$params = new RequestParameters($this->secret, $response, $remoteIp, self::VERSION);
|
94 |
+
$rawResponse = $this->requestMethod->submit($params);
|
95 |
+
return Response::fromJson($rawResponse);
|
96 |
+
}
|
97 |
+
}
|
vendors/recaptcha/ReCaptcha/RequestMethod.php
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* This is a PHP library that handles calling reCAPTCHA.
|
4 |
+
*
|
5 |
+
* @copyright Copyright (c) 2015, Google Inc.
|
6 |
+
* @link http://www.google.com/recaptcha
|
7 |
+
*
|
8 |
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
9 |
+
* of this software and associated documentation files (the "Software"), to deal
|
10 |
+
* in the Software without restriction, including without limitation the rights
|
11 |
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
12 |
+
* copies of the Software, and to permit persons to whom the Software is
|
13 |
+
* furnished to do so, subject to the following conditions:
|
14 |
+
*
|
15 |
+
* The above copyright notice and this permission notice shall be included in
|
16 |
+
* all copies or substantial portions of the Software.
|
17 |
+
*
|
18 |
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19 |
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
20 |
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
21 |
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
22 |
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
23 |
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
24 |
+
* THE SOFTWARE.
|
25 |
+
*/
|
26 |
+
|
27 |
+
namespace ReCaptcha;
|
28 |
+
|
29 |
+
/**
|
30 |
+
* Method used to send the request to the service.
|
31 |
+
*/
|
32 |
+
interface RequestMethod
|
33 |
+
{
|
34 |
+
|
35 |
+
/**
|
36 |
+
* Submit the request with the specified parameters.
|
37 |
+
*
|
38 |
+
* @param RequestParameters $params Request parameters
|
39 |
+
* @return string Body of the reCAPTCHA response
|
40 |
+
*/
|
41 |
+
public function submit(RequestParameters $params);
|
42 |
+
}
|
vendors/recaptcha/ReCaptcha/RequestMethod/Curl.php
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
namespace ReCaptcha\RequestMethod;
|
4 |
+
|
5 |
+
use ReCaptcha\RequestMethod;
|
6 |
+
use ReCaptcha\RequestParameters;
|
7 |
+
|
8 |
+
/**
|
9 |
+
* Sends cURL request to the reCAPTCHA service.
|
10 |
+
*/
|
11 |
+
class Curl implements RequestMethod
|
12 |
+
{
|
13 |
+
/**
|
14 |
+
* URL to which requests are sent via cURL.
|
15 |
+
* @const string
|
16 |
+
*/
|
17 |
+
const SITE_VERIFY_URL = 'https://www.google.com/recaptcha/api/siteverify';
|
18 |
+
|
19 |
+
/**
|
20 |
+
* Submit the cURL request with the specified parameters.
|
21 |
+
*
|
22 |
+
* @param RequestParameters $params Request parameters
|
23 |
+
* @return string Body of the reCAPTCHA response
|
24 |
+
*/
|
25 |
+
public function submit(RequestParameters $params)
|
26 |
+
{
|
27 |
+
$handle = curl_init(self::SITE_VERIFY_URL);
|
28 |
+
|
29 |
+
$options = array(
|
30 |
+
CURLOPT_POST => true,
|
31 |
+
CURLOPT_POSTFIELDS => $params->toQueryString(),
|
32 |
+
CURLOPT_HTTPHEADER => array(
|
33 |
+
'Content-Type: application/x-www-form-urlencoded'
|
34 |
+
),
|
35 |
+
CURLINFO_HEADER_OUT => false,
|
36 |
+
CURLOPT_HEADER => false,
|
37 |
+
CURLOPT_RETURNTRANSFER => true,
|
38 |
+
CURLOPT_SSL_VERIFYPEER => true
|
39 |
+
);
|
40 |
+
curl_setopt_array($handle, $options);
|
41 |
+
|
42 |
+
$response = curl_exec($handle);
|
43 |
+
curl_close($handle);
|
44 |
+
|
45 |
+
return $response;
|
46 |
+
}
|
47 |
+
}
|
vendors/recaptcha/ReCaptcha/RequestMethod/Post.php
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* This is a PHP library that handles calling reCAPTCHA.
|
4 |
+
*
|
5 |
+
* @copyright Copyright (c) 2015, Google Inc.
|
6 |
+
* @link http://www.google.com/recaptcha
|
7 |
+
*
|
8 |
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
9 |
+
* of this software and associated documentation files (the "Software"), to deal
|
10 |
+
* in the Software without restriction, including without limitation the rights
|
11 |
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
12 |
+
* copies of the Software, and to permit persons to whom the Software is
|
13 |
+
* furnished to do so, subject to the following conditions:
|
14 |
+
*
|
15 |
+
* The above copyright notice and this permission notice shall be included in
|
16 |
+
* all copies or substantial portions of the Software.
|
17 |
+
*
|
18 |
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19 |
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
20 |
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
21 |
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
22 |
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
23 |
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
24 |
+
* THE SOFTWARE.
|
25 |
+
*/
|
26 |
+
|
27 |
+
namespace ReCaptcha\RequestMethod;
|
28 |
+
|
29 |
+
use ReCaptcha\RequestMethod;
|
30 |
+
use ReCaptcha\RequestParameters;
|
31 |
+
|
32 |
+
/**
|
33 |
+
* Sends POST requests to the reCAPTCHA service.
|
34 |
+
*/
|
35 |
+
class Post implements RequestMethod
|
36 |
+
{
|
37 |
+
/**
|
38 |
+
* URL to which requests are POSTed.
|
39 |
+
* @const string
|
40 |
+
*/
|
41 |
+
const SITE_VERIFY_URL = 'https://www.google.com/recaptcha/api/siteverify';
|
42 |
+
|
43 |
+
/**
|
44 |
+
* Submit the POST request with the specified parameters.
|
45 |
+
*
|
46 |
+
* @param RequestParameters $params Request parameters
|
47 |
+
* @return string Body of the reCAPTCHA response
|
48 |
+
*/
|
49 |
+
public function submit(RequestParameters $params)
|
50 |
+
{
|
51 |
+
/**
|
52 |
+
* PHP 5.6.0 changed the way you specify the peer name for SSL context options.
|
53 |
+
* Using "CN_name" will still work, but it will raise deprecated errors.
|
54 |
+
*/
|
55 |
+
$peer_key = version_compare(PHP_VERSION, '5.6.0', '<') ? 'CN_name' : 'peer_name';
|
56 |
+
$options = array(
|
57 |
+
'http' => array(
|
58 |
+
'header' => "Content-type: application/x-www-form-urlencoded\r\n",
|
59 |
+
'method' => 'POST',
|
60 |
+
'content' => $params->toQueryString(),
|
61 |
+
// Force the peer to validate (not needed in 5.6.0+, but still works
|
62 |
+
'verify_peer' => true,
|
63 |
+
// Force the peer validation to use www.google.com
|
64 |
+
$peer_key => 'www.google.com',
|
65 |
+
),
|
66 |
+
);
|
67 |
+
$context = stream_context_create($options);
|
68 |
+
return file_get_contents(self::SITE_VERIFY_URL, false, $context);
|
69 |
+
}
|
70 |
+
}
|
vendors/recaptcha/ReCaptcha/RequestMethod/Socket.php
ADDED
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* This is a PHP library that handles calling reCAPTCHA.
|
4 |
+
*
|
5 |
+
* @copyright Copyright (c) 2015, Google Inc.
|
6 |
+
* @link http://www.google.com/recaptcha
|
7 |
+
*
|
8 |
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
9 |
+
* of this software and associated documentation files (the "Software"), to deal
|
10 |
+
* in the Software without restriction, including without limitation the rights
|
11 |
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
12 |
+
* copies of the Software, and to permit persons to whom the Software is
|
13 |
+
* furnished to do so, subject to the following conditions:
|
14 |
+
*
|
15 |
+
* The above copyright notice and this permission notice shall be included in
|
16 |
+
* all copies or substantial portions of the Software.
|
17 |
+
*
|
18 |
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19 |
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
20 |
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
21 |
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
22 |
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
23 |
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
24 |
+
* THE SOFTWARE.
|
25 |
+
*/
|
26 |
+
|
27 |
+
namespace ReCaptcha\RequestMethod;
|
28 |
+
|
29 |
+
/**
|
30 |
+
* Convenience wrapper around native socket and file functions to allow for
|
31 |
+
* mocking.
|
32 |
+
*/
|
33 |
+
class Socket
|
34 |
+
{
|
35 |
+
private $handle = null;
|
36 |
+
|
37 |
+
/**
|
38 |
+
* fsockopen
|
39 |
+
*
|
40 |
+
* @see http://php.net/fsockopen
|
41 |
+
* @param string $hostname
|
42 |
+
* @param int $port
|
43 |
+
* @param int $errno
|
44 |
+
* @param string $errstr
|
45 |
+
* @param float $timeout
|
46 |
+
* @return resource
|
47 |
+
*/
|
48 |
+
public function fsockopen($hostname, $port = -1, &$errno = 0, &$errstr = '', $timeout = null)
|
49 |
+
{
|
50 |
+
$this->handle = fsockopen($hostname, $port, $errno, $errstr, (is_null($timeout) ? ini_get("default_socket_timeout") : $timeout));
|
51 |
+
|
52 |
+
if ($this->handle != false && $errno === 0 && $errstr === '') {
|
53 |
+
return $this->handle;
|
54 |
+
} else {
|
55 |
+
return false;
|
56 |
+
}
|
57 |
+
}
|
58 |
+
|
59 |
+
/**
|
60 |
+
* fwrite
|
61 |
+
*
|
62 |
+
* @see http://php.net/fwrite
|
63 |
+
* @param string $string
|
64 |
+
* @param int $length
|
65 |
+
* @return int | bool
|
66 |
+
*/
|
67 |
+
public function fwrite($string, $length = null)
|
68 |
+
{
|
69 |
+
return fwrite($this->handle, $string, (is_null($length) ? strlen($string) : $length));
|
70 |
+
}
|
71 |
+
|
72 |
+
/**
|
73 |
+
* fgets
|
74 |
+
*
|
75 |
+
* @see http://php.net/fgets
|
76 |
+
* @param int $length
|
77 |
+
*/
|
78 |
+
public function fgets($length = null)
|
79 |
+
{
|
80 |
+
return fgets($this->handle, $length);
|
81 |
+
}
|
82 |
+
|
83 |
+
/**
|
84 |
+
* feof
|
85 |
+
*
|
86 |
+
* @see http://php.net/feof
|
87 |
+
* @return bool
|
88 |
+
*/
|
89 |
+
public function feof()
|
90 |
+
{
|
91 |
+
return feof($this->handle);
|
92 |
+
}
|
93 |
+
|
94 |
+
/**
|
95 |
+
* fclose
|
96 |
+
*
|
97 |
+
* @see http://php.net/fclose
|
98 |
+
* @return bool
|
99 |
+
*/
|
100 |
+
public function fclose()
|
101 |
+
{
|
102 |
+
return fclose($this->handle);
|
103 |
+
}
|
104 |
+
}
|
vendors/recaptcha/ReCaptcha/RequestMethod/SocketPost.php
ADDED
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* This is a PHP library that handles calling reCAPTCHA.
|
4 |
+
*
|
5 |
+
* @copyright Copyright (c) 2015, Google Inc.
|
6 |
+
* @link http://www.google.com/recaptcha
|
7 |
+
*
|
8 |
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
9 |
+
* of this software and associated documentation files (the "Software"), to deal
|
10 |
+
* in the Software without restriction, including without limitation the rights
|
11 |
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
12 |
+
* copies of the Software, and to permit persons to whom the Software is
|
13 |
+
* furnished to do so, subject to the following conditions:
|
14 |
+
*
|
15 |
+
* The above copyright notice and this permission notice shall be included in
|
16 |
+
* all copies or substantial portions of the Software.
|
17 |
+
*
|
18 |
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19 |
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
20 |
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
21 |
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
22 |
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
23 |
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
24 |
+
* THE SOFTWARE.
|
25 |
+
*/
|
26 |
+
|
27 |
+
namespace ReCaptcha\RequestMethod;
|
28 |
+
|
29 |
+
use ReCaptcha\RequestMethod;
|
30 |
+
use ReCaptcha\RequestParameters;
|
31 |
+
|
32 |
+
/**
|
33 |
+
* Sends a POST request to the reCAPTCHA service, but makes use of fsockopen()
|
34 |
+
* instead of get_file_contents(). This is to account for people who may be on
|
35 |
+
* servers where allow_furl_open is disabled.
|
36 |
+
*/
|
37 |
+
class SocketPost implements RequestMethod
|
38 |
+
{
|
39 |
+
/**
|
40 |
+
* reCAPTCHA service host.
|
41 |
+
* @const string
|
42 |
+
*/
|
43 |
+
const RECAPTCHA_HOST = 'www.google.com';
|
44 |
+
|
45 |
+
/**
|
46 |
+
* @const string reCAPTCHA service path
|
47 |
+
*/
|
48 |
+
const SITE_VERIFY_PATH = '/recaptcha/api/siteverify';
|
49 |
+
|
50 |
+
/**
|
51 |
+
* @const string Bad request error
|
52 |
+
*/
|
53 |
+
const BAD_REQUEST = '{"success": false, "error-codes": ["invalid-request"]}';
|
54 |
+
|
55 |
+
/**
|
56 |
+
* @const string Bad response error
|
57 |
+
*/
|
58 |
+
const BAD_RESPONSE = '{"success": false, "error-codes": ["invalid-response"]}';
|
59 |
+
|
60 |
+
/**
|
61 |
+
* Socket to the reCAPTCHA service
|
62 |
+
* @var Socket
|
63 |
+
*/
|
64 |
+
private $socket;
|
65 |
+
|
66 |
+
/**
|
67 |
+
* Constructor
|
68 |
+
*
|
69 |
+
* @param \ReCaptcha\RequestMethod\Socket $socket optional socket, injectable for testing
|
70 |
+
*/
|
71 |
+
public function __construct(Socket $socket = null)
|
72 |
+
{
|
73 |
+
if (!is_null($socket)) {
|
74 |
+
$this->socket = $socket;
|
75 |
+
} else {
|
76 |
+
$this->socket = new Socket();
|
77 |
+
}
|
78 |
+
}
|
79 |
+
|
80 |
+
/**
|
81 |
+
* Submit the POST request with the specified parameters.
|
82 |
+
*
|
83 |
+
* @param RequestParameters $params Request parameters
|
84 |
+
* @return string Body of the reCAPTCHA response
|
85 |
+
*/
|
86 |
+
public function submit(RequestParameters $params)
|
87 |
+
{
|
88 |
+
$errno = 0;
|
89 |
+
$errstr = '';
|
90 |
+
|
91 |
+
if ($this->socket->fsockopen('ssl://' . self::RECAPTCHA_HOST, 443, $errno, $errstr, 30) !== false) {
|
92 |
+
$content = $params->toQueryString();
|
93 |
+
|
94 |
+
$request = "POST " . self::SITE_VERIFY_PATH . " HTTP/1.1\r\n";
|
95 |
+
$request .= "Host: " . self::RECAPTCHA_HOST . "\r\n";
|
96 |
+
$request .= "Content-Type: application/x-www-form-urlencoded\r\n";
|
97 |
+
$request .= "Content-length: " . strlen($content) . "\r\n";
|
98 |
+
$request .= "Connection: close\r\n\r\n";
|
99 |
+
$request .= $content . "\r\n\r\n";
|
100 |
+
|
101 |
+
$this->socket->fwrite($request);
|
102 |
+
$response = '';
|
103 |
+
|
104 |
+
while (!$this->socket->feof()) {
|
105 |
+
$response .= $this->socket->fgets(4096);
|
106 |
+
}
|
107 |
+
|
108 |
+
$this->socket->fclose();
|
109 |
+
|
110 |
+
if (0 === strpos($response, 'HTTP/1.1 200 OK')) {
|
111 |
+
$parts = preg_split("#\n\s*\n#Uis", $response);
|
112 |
+
return $parts[1];
|
113 |
+
}
|
114 |
+
|
115 |
+
return self::BAD_RESPONSE;
|
116 |
+
}
|
117 |
+
|
118 |
+
return self::BAD_REQUEST;
|
119 |
+
}
|
120 |
+
}
|
vendors/recaptcha/ReCaptcha/RequestParameters.php
ADDED
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* This is a PHP library that handles calling reCAPTCHA.
|
4 |
+
*
|
5 |
+
* @copyright Copyright (c) 2015, Google Inc.
|
6 |
+
* @link http://www.google.com/recaptcha
|
7 |
+
*
|
8 |
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
9 |
+
* of this software and associated documentation files (the "Software"), to deal
|
10 |
+
* in the Software without restriction, including without limitation the rights
|
11 |
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
12 |
+
* copies of the Software, and to permit persons to whom the Software is
|
13 |
+
* furnished to do so, subject to the following conditions:
|
14 |
+
*
|
15 |
+
* The above copyright notice and this permission notice shall be included in
|
16 |
+
* all copies or substantial portions of the Software.
|
17 |
+
*
|
18 |
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19 |
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
20 |
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
21 |
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
22 |
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
23 |
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
24 |
+
* THE SOFTWARE.
|
25 |
+
*/
|
26 |
+
|
27 |
+
namespace ReCaptcha;
|
28 |
+
|
29 |
+
/**
|
30 |
+
* Stores and formats the parameters for the request to the reCAPTCHA service.
|
31 |
+
*/
|
32 |
+
class RequestParameters
|
33 |
+
{
|
34 |
+
/**
|
35 |
+
* Site secret.
|
36 |
+
* @var string
|
37 |
+
*/
|
38 |
+
private $secret;
|
39 |
+
|
40 |
+
/**
|
41 |
+
* Form response.
|
42 |
+
* @var string
|
43 |
+
*/
|
44 |
+
private $response;
|
45 |
+
|
46 |
+
/**
|
47 |
+
* Remote user's IP address.
|
48 |
+
* @var string
|
49 |
+
*/
|
50 |
+
private $remoteIp;
|
51 |
+
|
52 |
+
/**
|
53 |
+
* Client version.
|
54 |
+
* @var string
|
55 |
+
*/
|
56 |
+
private $version;
|
57 |
+
|
58 |
+
/**
|
59 |
+
* Initialise parameters.
|
60 |
+
*
|
61 |
+
* @param string $secret Site secret.
|
62 |
+
* @param string $response Value from g-captcha-response form field.
|
63 |
+
* @param string $remoteIp User's IP address.
|
64 |
+
* @param string $version Version of this client library.
|
65 |
+
*/
|
66 |
+
public function __construct($secret, $response, $remoteIp = null, $version = null)
|
67 |
+
{
|
68 |
+
$this->secret = $secret;
|
69 |
+
$this->response = $response;
|
70 |
+
$this->remoteIp = $remoteIp;
|
71 |
+
$this->version = $version;
|
72 |
+
}
|
73 |
+
|
74 |
+
/**
|
75 |
+
* Array representation.
|
76 |
+
*
|
77 |
+
* @return array Array formatted parameters.
|
78 |
+
*/
|
79 |
+
public function toArray()
|
80 |
+
{
|
81 |
+
$params = array('secret' => $this->secret, 'response' => $this->response);
|
82 |
+
|
83 |
+
if (!is_null($this->remoteIp)) {
|
84 |
+
$params['remoteip'] = $this->remoteIp;
|
85 |
+
}
|
86 |
+
|
87 |
+
if (!is_null($this->version)) {
|
88 |
+
$params['version'] = $this->version;
|
89 |
+
}
|
90 |
+
|
91 |
+
return $params;
|
92 |
+
}
|
93 |
+
|
94 |
+
/**
|
95 |
+
* Query string representation for HTTP request.
|
96 |
+
*
|
97 |
+
* @return string Query string formatted parameters.
|
98 |
+
*/
|
99 |
+
public function toQueryString()
|
100 |
+
{
|
101 |
+
return http_build_query($this->toArray(), '', '&');
|
102 |
+
}
|
103 |
+
}
|
vendors/recaptcha/ReCaptcha/Response.php
ADDED
@@ -0,0 +1,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* This is a PHP library that handles calling reCAPTCHA.
|
4 |
+
*
|
5 |
+
* @copyright Copyright (c) 2015, Google Inc.
|
6 |
+
* @link http://www.google.com/recaptcha
|
7 |
+
*
|
8 |
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
9 |
+
* of this software and associated documentation files (the "Software"), to deal
|
10 |
+
* in the Software without restriction, including without limitation the rights
|
11 |
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
12 |
+
* copies of the Software, and to permit persons to whom the Software is
|
13 |
+
* furnished to do so, subject to the following conditions:
|
14 |
+
*
|
15 |
+
* The above copyright notice and this permission notice shall be included in
|
16 |
+
* all copies or substantial portions of the Software.
|
17 |
+
*
|
18 |
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19 |
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
20 |
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
21 |
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
22 |
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
23 |
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
24 |
+
* THE SOFTWARE.
|
25 |
+
*/
|
26 |
+
|
27 |
+
namespace ReCaptcha;
|
28 |
+
|
29 |
+
/**
|
30 |
+
* The response returned from the service.
|
31 |
+
*/
|
32 |
+
class Response
|
33 |
+
{
|
34 |
+
/**
|
35 |
+
* Succes or failure.
|
36 |
+
* @var boolean
|
37 |
+
*/
|
38 |
+
private $success = false;
|
39 |
+
|
40 |
+
/**
|
41 |
+
* Error code strings.
|
42 |
+
* @var array
|
43 |
+
*/
|
44 |
+
private $errorCodes = array();
|
45 |
+
|
46 |
+
/**
|
47 |
+
* Build the response from the expected JSON returned by the service.
|
48 |
+
*
|
49 |
+
* @param string $json
|
50 |
+
* @return \ReCaptcha\Response
|
51 |
+
*/
|
52 |
+
public static function fromJson($json)
|
53 |
+
{
|
54 |
+
$responseData = json_decode($json, true);
|
55 |
+
|
56 |
+
if (!$responseData) {
|
57 |
+
return new Response(false, array('invalid-json'));
|
58 |
+
}
|
59 |
+
|
60 |
+
if (isset($responseData['success']) && $responseData['success'] == true) {
|
61 |
+
return new Response(true);
|
62 |
+
}
|
63 |
+
|
64 |
+
if (isset($responseData['error-codes']) && is_array($responseData['error-codes'])) {
|
65 |
+
return new Response(false, $responseData['error-codes']);
|
66 |
+
}
|
67 |
+
|
68 |
+
return new Response(false);
|
69 |
+
}
|
70 |
+
|
71 |
+
/**
|
72 |
+
* Constructor.
|
73 |
+
*
|
74 |
+
* @param boolean $success
|
75 |
+
* @param array $errorCodes
|
76 |
+
*/
|
77 |
+
public function __construct($success, array $errorCodes = array())
|
78 |
+
{
|
79 |
+
$this->success = $success;
|
80 |
+
$this->errorCodes = $errorCodes;
|
81 |
+
}
|
82 |
+
|
83 |
+
/**
|
84 |
+
* Is success?
|
85 |
+
*
|
86 |
+
* @return boolean
|
87 |
+
*/
|
88 |
+
public function isSuccess()
|
89 |
+
{
|
90 |
+
return $this->success;
|
91 |
+
}
|
92 |
+
|
93 |
+
/**
|
94 |
+
* Get error codes.
|
95 |
+
*
|
96 |
+
* @return array
|
97 |
+
*/
|
98 |
+
public function getErrorCodes()
|
99 |
+
{
|
100 |
+
return $this->errorCodes;
|
101 |
+
}
|
102 |
+
}
|
vendors/recaptcha/autoload.php
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/* An autoloader for ReCaptcha\Foo classes. This should be require()d
|
4 |
+
* by the user before attempting to instantiate any of the ReCaptcha
|
5 |
+
* classes.
|
6 |
+
*/
|
7 |
+
|
8 |
+
spl_autoload_register(function ($class) {
|
9 |
+
if (substr($class, 0, 10) !== 'ReCaptcha\\') {
|
10 |
+
/* If the class does not lie under the "ReCaptcha" namespace,
|
11 |
+
* then we can exit immediately.
|
12 |
+
*/
|
13 |
+
return;
|
14 |
+
}
|
15 |
+
|
16 |
+
/* All of the classes have names like "ReCaptcha\Foo", so we need
|
17 |
+
* to replace the backslashes with frontslashes if we want the
|
18 |
+
* name to map directly to a location in the filesystem.
|
19 |
+
*/
|
20 |
+
$class = str_replace('\\', '/', $class);
|
21 |
+
|
22 |
+
/* First, check under the current directory. It is important that
|
23 |
+
* we look here first, so that we don't waste time searching for
|
24 |
+
* test classes in the common case.
|
25 |
+
*/
|
26 |
+
$path = dirname(__FILE__).'/'.$class.'.php';
|
27 |
+
if (is_readable($path)) {
|
28 |
+
require_once $path;
|
29 |
+
}
|
30 |
+
|
31 |
+
/* If we didn't find what we're looking for already, maybe it's
|
32 |
+
* a test class?
|
33 |
+
*/
|
34 |
+
$path = dirname(__FILE__).'/../tests/'.$class.'.php';
|
35 |
+
if (is_readable($path)) {
|
36 |
+
require_once $path;
|
37 |
+
}
|
38 |
+
});
|
vendors/recaptcha/example-captcha.php
DELETED
@@ -1,37 +0,0 @@
|
|
1 |
-
<html>
|
2 |
-
<body>
|
3 |
-
<form action="" method="post">
|
4 |
-
<?php
|
5 |
-
|
6 |
-
require_once('recaptchalib.php');
|
7 |
-
|
8 |
-
// Get a key from https://www.google.com/recaptcha/admin/create
|
9 |
-
$publickey = "";
|
10 |
-
$privatekey = "";
|
11 |
-
|
12 |
-
# the response from reCAPTCHA
|
13 |
-
$resp = null;
|
14 |
-
# the error code from reCAPTCHA, if any
|
15 |
-
$error = null;
|
16 |
-
|
17 |
-
# was there a reCAPTCHA response?
|
18 |
-
if ($_POST["recaptcha_response_field"]) {
|
19 |
-
$resp = recaptcha_check_answer ($privatekey,
|
20 |
-
$_SERVER["REMOTE_ADDR"],
|
21 |
-
$_POST["recaptcha_challenge_field"],
|
22 |
-
$_POST["recaptcha_response_field"]);
|
23 |
-
|
24 |
-
if ($resp->is_valid) {
|
25 |
-
echo "You got it!";
|
26 |
-
} else {
|
27 |
-
# set the error code so that we can display it
|
28 |
-
$error = $resp->error;
|
29 |
-
}
|
30 |
-
}
|
31 |
-
echo recaptcha_get_html($publickey, $error);
|
32 |
-
?>
|
33 |
-
<br/>
|
34 |
-
<input type="submit" value="submit" />
|
35 |
-
</form>
|
36 |
-
</body>
|
37 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendors/recaptcha/example-mailhide.php
DELETED
@@ -1,17 +0,0 @@
|
|
1 |
-
<html><body>
|
2 |
-
<?
|
3 |
-
require_once ("recaptchalib.php");
|
4 |
-
|
5 |
-
// get a key at http://www.google.com/recaptcha/mailhide/apikey
|
6 |
-
$mailhide_pubkey = '';
|
7 |
-
$mailhide_privkey = '';
|
8 |
-
|
9 |
-
?>
|
10 |
-
|
11 |
-
The Mailhide version of example@example.com is
|
12 |
-
<? echo recaptcha_mailhide_html ($mailhide_pubkey, $mailhide_privkey, "example@example.com"); ?>. <br>
|
13 |
-
|
14 |
-
The url for the email is:
|
15 |
-
<? echo recaptcha_mailhide_url ($mailhide_pubkey, $mailhide_privkey, "example@example.com"); ?> <br>
|
16 |
-
|
17 |
-
</body></html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendors/recaptcha/recaptchalib.php
DELETED
@@ -1,277 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/*
|
3 |
-
* This is a PHP library that handles calling reCAPTCHA.
|
4 |
-
* - Documentation and latest version
|
5 |
-
* http://recaptcha.net/plugins/php/
|
6 |
-
* - Get a reCAPTCHA API Key
|
7 |
-
* https://www.google.com/recaptcha/admin/create
|
8 |
-
* - Discussion group
|
9 |
-
* http://groups.google.com/group/recaptcha
|
10 |
-
*
|
11 |
-
* Copyright (c) 2007 reCAPTCHA -- http://recaptcha.net
|
12 |
-
* AUTHORS:
|
13 |
-
* Mike Crawford
|
14 |
-
* Ben Maurer
|
15 |
-
*
|
16 |
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
17 |
-
* of this software and associated documentation files (the "Software"), to deal
|
18 |
-
* in the Software without restriction, including without limitation the rights
|
19 |
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
20 |
-
* copies of the Software, and to permit persons to whom the Software is
|
21 |
-
* furnished to do so, subject to the following conditions:
|
22 |
-
*
|
23 |
-
* The above copyright notice and this permission notice shall be included in
|
24 |
-
* all copies or substantial portions of the Software.
|
25 |
-
*
|
26 |
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
27 |
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
28 |
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
29 |
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
30 |
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
31 |
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
32 |
-
* THE SOFTWARE.
|
33 |
-
*/
|
34 |
-
|
35 |
-
/**
|
36 |
-
* The reCAPTCHA server URL's
|
37 |
-
*/
|
38 |
-
define("RECAPTCHA_API_SERVER", "http://www.google.com/recaptcha/api");
|
39 |
-
define("RECAPTCHA_API_SECURE_SERVER", "https://www.google.com/recaptcha/api");
|
40 |
-
define("RECAPTCHA_VERIFY_SERVER", "www.google.com");
|
41 |
-
|
42 |
-
/**
|
43 |
-
* Encodes the given data into a query string format
|
44 |
-
* @param $data - array of string elements to be encoded
|
45 |
-
* @return string - encoded request
|
46 |
-
*/
|
47 |
-
function _recaptcha_qsencode ($data) {
|
48 |
-
$req = "";
|
49 |
-
foreach ( $data as $key => $value )
|
50 |
-
$req .= $key . '=' . urlencode( stripslashes($value) ) . '&';
|
51 |
-
|
52 |
-
// Cut the last '&'
|
53 |
-
$req=substr($req,0,strlen($req)-1);
|
54 |
-
return $req;
|
55 |
-
}
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
/**
|
60 |
-
* Submits an HTTP POST to a reCAPTCHA server
|
61 |
-
* @param string $host
|
62 |
-
* @param string $path
|
63 |
-
* @param array $data
|
64 |
-
* @param int port
|
65 |
-
* @return array response
|
66 |
-
*/
|
67 |
-
function _recaptcha_http_post($host, $path, $data, $port = 80) {
|
68 |
-
|
69 |
-
$req = _recaptcha_qsencode ($data);
|
70 |
-
|
71 |
-
$http_request = "POST $path HTTP/1.0\r\n";
|
72 |
-
$http_request .= "Host: $host\r\n";
|
73 |
-
$http_request .= "Content-Type: application/x-www-form-urlencoded;\r\n";
|
74 |
-
$http_request .= "Content-Length: " . strlen($req) . "\r\n";
|
75 |
-
$http_request .= "User-Agent: reCAPTCHA/PHP\r\n";
|
76 |
-
$http_request .= "\r\n";
|
77 |
-
$http_request .= $req;
|
78 |
-
|
79 |
-
$response = '';
|
80 |
-
if( false == ( $fs = @fsockopen($host, $port, $errno, $errstr, 10) ) ) {
|
81 |
-
die ('Could not open socket');
|
82 |
-
}
|
83 |
-
|
84 |
-
fwrite($fs, $http_request);
|
85 |
-
|
86 |
-
while ( !feof($fs) )
|
87 |
-
$response .= fgets($fs, 1160); // One TCP-IP packet
|
88 |
-
fclose($fs);
|
89 |
-
$response = explode("\r\n\r\n", $response, 2);
|
90 |
-
|
91 |
-
return $response;
|
92 |
-
}
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
/**
|
97 |
-
* Gets the challenge HTML (javascript and non-javascript version).
|
98 |
-
* This is called from the browser, and the resulting reCAPTCHA HTML widget
|
99 |
-
* is embedded within the HTML form it was called from.
|
100 |
-
* @param string $pubkey A public key for reCAPTCHA
|
101 |
-
* @param string $error The error given by reCAPTCHA (optional, default is null)
|
102 |
-
* @param boolean $use_ssl Should the request be made over ssl? (optional, default is false)
|
103 |
-
|
104 |
-
* @return string - The HTML to be embedded in the user's form.
|
105 |
-
*/
|
106 |
-
function recaptcha_get_html ($pubkey, $error = null, $use_ssl = false)
|
107 |
-
{
|
108 |
-
if ($pubkey == null || $pubkey == '') {
|
109 |
-
die ("To use reCAPTCHA you must get an API key from <a href='https://www.google.com/recaptcha/admin/create'>https://www.google.com/recaptcha/admin/create</a>");
|
110 |
-
}
|
111 |
-
|
112 |
-
if ($use_ssl) {
|
113 |
-
$server = RECAPTCHA_API_SECURE_SERVER;
|
114 |
-
} else {
|
115 |
-
$server = RECAPTCHA_API_SERVER;
|
116 |
-
}
|
117 |
-
|
118 |
-
$errorpart = "";
|
119 |
-
if ($error) {
|
120 |
-
$errorpart = "&error=" . $error;
|
121 |
-
}
|
122 |
-
return '<script type="text/javascript" src="'. $server . '/challenge?k=' . $pubkey . $errorpart . '"></script>
|
123 |
-
|
124 |
-
<noscript>
|
125 |
-
<iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500" frameborder="0"></iframe><br/>
|
126 |
-
<textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
|
127 |
-
<input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
|
128 |
-
</noscript>';
|
129 |
-
}
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
/**
|
135 |
-
* A ReCaptchaResponse is returned from recaptcha_check_answer()
|
136 |
-
*/
|
137 |
-
class ReCaptchaResponse {
|
138 |
-
var $is_valid;
|
139 |
-
var $error;
|
140 |
-
}
|
141 |
-
|
142 |
-
|
143 |
-
/**
|
144 |
-
* Calls an HTTP POST function to verify if the user's guess was correct
|
145 |
-
* @param string $privkey
|
146 |
-
* @param string $remoteip
|
147 |
-
* @param string $challenge
|
148 |
-
* @param string $response
|
149 |
-
* @param array $extra_params an array of extra variables to post to the server
|
150 |
-
* @return ReCaptchaResponse
|
151 |
-
*/
|
152 |
-
function recaptcha_check_answer ($privkey, $remoteip, $challenge, $response, $extra_params = array())
|
153 |
-
{
|
154 |
-
if ($privkey == null || $privkey == '') {
|
155 |
-
die ("To use reCAPTCHA you must get an API key from <a href='https://www.google.com/recaptcha/admin/create'>https://www.google.com/recaptcha/admin/create</a>");
|
156 |
-
}
|
157 |
-
|
158 |
-
if ($remoteip == null || $remoteip == '') {
|
159 |
-
die ("For security reasons, you must pass the remote ip to reCAPTCHA");
|
160 |
-
}
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
//discard spam submissions
|
165 |
-
if ($challenge == null || strlen($challenge) == 0 || $response == null || strlen($response) == 0) {
|
166 |
-
$recaptcha_response = new ReCaptchaResponse();
|
167 |
-
$recaptcha_response->is_valid = false;
|
168 |
-
$recaptcha_response->error = 'incorrect-captcha-sol';
|
169 |
-
return $recaptcha_response;
|
170 |
-
}
|
171 |
-
|
172 |
-
$response = _recaptcha_http_post (RECAPTCHA_VERIFY_SERVER, "/recaptcha/api/verify",
|
173 |
-
array (
|
174 |
-
'privatekey' => $privkey,
|
175 |
-
'remoteip' => $remoteip,
|
176 |
-
'challenge' => $challenge,
|
177 |
-
'response' => $response
|
178 |
-
) + $extra_params
|
179 |
-
);
|
180 |
-
|
181 |
-
$answers = explode ("\n", $response [1]);
|
182 |
-
$recaptcha_response = new ReCaptchaResponse();
|
183 |
-
|
184 |
-
if (trim ($answers [0]) == 'true') {
|
185 |
-
$recaptcha_response->is_valid = true;
|
186 |
-
}
|
187 |
-
else {
|
188 |
-
$recaptcha_response->is_valid = false;
|
189 |
-
$recaptcha_response->error = $answers [1];
|
190 |
-
}
|
191 |
-
return $recaptcha_response;
|
192 |
-
|
193 |
-
}
|
194 |
-
|
195 |
-
/**
|
196 |
-
* gets a URL where the user can sign up for reCAPTCHA. If your application
|
197 |
-
* has a configuration page where you enter a key, you should provide a link
|
198 |
-
* using this function.
|
199 |
-
* @param string $domain The domain where the page is hosted
|
200 |
-
* @param string $appname The name of your application
|
201 |
-
*/
|
202 |
-
function recaptcha_get_signup_url ($domain = null, $appname = null) {
|
203 |
-
return "https://www.google.com/recaptcha/admin/create?" . _recaptcha_qsencode (array ('domains' => $domain, 'app' => $appname));
|
204 |
-
}
|
205 |
-
|
206 |
-
function _recaptcha_aes_pad($val) {
|
207 |
-
$block_size = 16;
|
208 |
-
$numpad = $block_size - (strlen ($val) % $block_size);
|
209 |
-
return str_pad($val, strlen ($val) + $numpad, chr($numpad));
|
210 |
-
}
|
211 |
-
|
212 |
-
/* Mailhide related code */
|
213 |
-
|
214 |
-
function _recaptcha_aes_encrypt($val,$ky) {
|
215 |
-
if (! function_exists ("mcrypt_encrypt")) {
|
216 |
-
die ("To use reCAPTCHA Mailhide, you need to have the mcrypt php module installed.");
|
217 |
-
}
|
218 |
-
$mode=MCRYPT_MODE_CBC;
|
219 |
-
$enc=MCRYPT_RIJNDAEL_128;
|
220 |
-
$val=_recaptcha_aes_pad($val);
|
221 |
-
return mcrypt_encrypt($enc, $ky, $val, $mode, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0");
|
222 |
-
}
|
223 |
-
|
224 |
-
|
225 |
-
function _recaptcha_mailhide_urlbase64 ($x) {
|
226 |
-
return strtr(base64_encode ($x), '+/', '-_');
|
227 |
-
}
|
228 |
-
|
229 |
-
/* gets the reCAPTCHA Mailhide url for a given email, public key and private key */
|
230 |
-
function recaptcha_mailhide_url($pubkey, $privkey, $email) {
|
231 |
-
if ($pubkey == '' || $pubkey == null || $privkey == "" || $privkey == null) {
|
232 |
-
die ("To use reCAPTCHA Mailhide, you have to sign up for a public and private key, " .
|
233 |
-
"you can do so at <a href='http://www.google.com/recaptcha/mailhide/apikey'>http://www.google.com/recaptcha/mailhide/apikey</a>");
|
234 |
-
}
|
235 |
-
|
236 |
-
|
237 |
-
$ky = pack('H*', $privkey);
|
238 |
-
$cryptmail = _recaptcha_aes_encrypt ($email, $ky);
|
239 |
-
|
240 |
-
return "http://www.google.com/recaptcha/mailhide/d?k=" . $pubkey . "&c=" . _recaptcha_mailhide_urlbase64 ($cryptmail);
|
241 |
-
}
|
242 |
-
|
243 |
-
/**
|
244 |
-
* gets the parts of the email to expose to the user.
|
245 |
-
* eg, given johndoe@example,com return ["john", "example.com"].
|
246 |
-
* the email is then displayed as john...@example.com
|
247 |
-
*/
|
248 |
-
function _recaptcha_mailhide_email_parts ($email) {
|
249 |
-
$arr = preg_split("/@/", $email );
|
250 |
-
|
251 |
-
if (strlen ($arr[0]) <= 4) {
|
252 |
-
$arr[0] = substr ($arr[0], 0, 1);
|
253 |
-
} else if (strlen ($arr[0]) <= 6) {
|
254 |
-
$arr[0] = substr ($arr[0], 0, 3);
|
255 |
-
} else {
|
256 |
-
$arr[0] = substr ($arr[0], 0, 4);
|
257 |
-
}
|
258 |
-
return $arr;
|
259 |
-
}
|
260 |
-
|
261 |
-
/**
|
262 |
-
* Gets html to display an email address given a public an private key.
|
263 |
-
* to get a key, go to:
|
264 |
-
*
|
265 |
-
* http://www.google.com/recaptcha/mailhide/apikey
|
266 |
-
*/
|
267 |
-
function recaptcha_mailhide_html($pubkey, $privkey, $email) {
|
268 |
-
$emailparts = _recaptcha_mailhide_email_parts ($email);
|
269 |
-
$url = recaptcha_mailhide_url ($pubkey, $privkey, $email);
|
270 |
-
|
271 |
-
return htmlentities($emailparts[0]) . "<a href='" . htmlentities ($url) .
|
272 |
-
"' onclick=\"window.open('" . htmlentities ($url) . "', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;\" title=\"Reveal this e-mail address\">...</a>@" . htmlentities ($emailparts [1]);
|
273 |
-
|
274 |
-
}
|
275 |
-
|
276 |
-
|
277 |
-
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|