Version Description
Download this release
Release Info
Developer | businessdirectoryplugin |
Plugin | Business Directory Plugin |
Version | 4.1.10 |
Comparing to | |
See all releases |
Code changes from version 4.1.9 to 4.1.10
- README.TXT +50 -24
- admin/class-admin-listings.php +13 -13
- admin/class-admin.php +1 -0
- admin/class-listing-fields-metabox.php +23 -29
- admin/class-themes-admin.php +1 -1
- admin/csv-export.php +35 -6
- admin/js/listing.js +0 -62
- admin/js/listing.min.js +1 -1
- admin/templates/csv-export.tpl.php +12 -4
- admin/templates/csv-import.tpl.php +19 -4
- business-directory-plugin.php +58 -27
- core/api.php +3 -0
- core/class-csv-import.php +65 -13
- core/class-email.php +1 -1
- core/class-form-field-type.php +1 -10
- core/class-form-field.php +1 -1
- core/class-listing.php +1 -1
- core/class-listings-api.php +10 -4
- core/class-payment.php +3 -3
- core/class-query-integration.php +3 -14
- core/compatibility/class-navxt-integration.php +38 -8
- core/css/wpbdp.css +28 -24
- core/css/wpbdp.min.css +1 -1
- core/fieldtypes/class-fieldtypes-select.php +4 -1
- core/helpers/class-themes-updater.php +1 -1
- core/installer.php +1 -1
- core/js/dnd-upload.js +2 -2
- core/js/dnd-upload.min.js +1 -1
- core/js/wpbdp.js +56 -22
- core/js/wpbdp.min.js +1 -1
- core/templates-ui.php +7 -1
- core/themes.php +1 -1
- core/utils.php +29 -3
- core/view-submit-listing.php +20 -15
- core/views/checkout.php +1 -1
- core/views/renew_listing.php +6 -1
- core/views/show_listing.php +5 -4
- languages/WPBDM-ar.mo +0 -0
- languages/WPBDM-ar.po +279 -204
- languages/WPBDM-de_DE.mo +0 -0
- languages/WPBDM-de_DE.po +641 -420
- languages/WPBDM-en_US.mo +0 -0
- languages/WPBDM-en_US.po +252 -197
- languages/WPBDM-es_ES.mo +0 -0
- languages/WPBDM-es_ES.po +282 -209
- languages/WPBDM-fr_FR.mo +0 -0
- languages/WPBDM-fr_FR.po +279 -204
- languages/WPBDM-pl_PL.mo +0 -0
- languages/WPBDM-pl_PL.po +284 -207
- languages/WPBDM-ru_RU.mo +0 -0
- languages/WPBDM-ru_RU.po +277 -203
- languages/WPBDM-sv_SE.mo +0 -0
- languages/WPBDM-sv_SE.po +278 -198
- languages/WPBDM.pot +253 -198
- templates/submit-listing/images-single.tpl.php +4 -3
- templates/submit-listing/images-upload-form.tpl.php +1 -4
- templates/submit-listing/images.tpl.php +36 -26
README.TXT
CHANGED
@@ -1,24 +1,25 @@
|
|
1 |
=== Business Directory Plugin ===
|
2 |
Contributors: businessdirectoryplugin
|
3 |
Donate link: http://businessdirectoryplugin.com/premium-modules/
|
4 |
-
Tags: business directory,
|
5 |
-
Requires at least: 4.
|
6 |
-
Tested up to: 4.7.
|
7 |
-
Last Updated: 2017-
|
8 |
-
Stable tag: tags/4.1.
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
Build any kind of local directory, directory of business providers, a Yellow-Pages business directory, Yelp-like review directory and much more!
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
[Main Site](http://businessdirectoryplugin.com/) | [Support
|
16 |
|
17 |
Business Directory Plugin is the most popular, versatile, widely-installed, easiest to use, and best-supported WordPress Business Directory plugin available. Increase interaction on your website, improve customer retention and a add revenue-generating section to your site with Business Directory Plugin!
|
18 |
|
19 |
Business Directory Plugin allows you to build a local directory, directory of business providers, a Yellow-Pages style business directory, Yelp-like review sections, create a church directory, build an address book directory and much more. You can add any kind of directory using Business Directory plugin.
|
20 |
|
21 |
= Core plugin Features =
|
|
|
22 |
* Fully customizable form fields
|
23 |
* Upload images per listing, allow restricted numbers of images based on fee plan
|
24 |
* Lots of image options: drag and drop image uploads, easy image ordering, primary image settings, thumbnail sizing and more
|
@@ -103,6 +104,7 @@ Business Directory fully supports [WPML](http://wpml.org) for dynamic language s
|
|
103 |
* Russian
|
104 |
* Polish
|
105 |
* Arabic
|
|
|
106 |
|
107 |
And you can easily [translate it yourself](http://businessdirectoryplugin.com/quick-start-guide/#translate) if you need to.
|
108 |
|
@@ -141,6 +143,31 @@ If you are having problems please visit [support forum](http://www.businessdirec
|
|
141 |
|
142 |
== Changelog ==
|
143 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
= Version 4.1.8 =
|
145 |
* Do not generate HTML for Facebook field if the value is empty.
|
146 |
* Fix a bug that caused Authorize.Net Gateway to build the Credit Card expiration date using the first two digits of the expiration year, instead of the last two.
|
@@ -1247,19 +1274,9 @@ Plugin now allows for better integration with your theme. See the "Usage Doc" se
|
|
1247 |
|
1248 |
Bug related to "Manage Fees" has been fixed. This bug resulted in admin being told payments were not turned on even though payments were in fact turned on.
|
1249 |
|
1250 |
-
|
1251 |
-
|
1252 |
-
== Upgrade Notice ==
|
1253 |
-
|
1254 |
-
1. If you are upgrading please export your current data first. There is always the possibility of something going wrong during the upgrading process. Failing to save your data before you upgrade can prove costly if something goes wrong and your data gets lost. Backup your database. Backup your files.
|
1255 |
-
|
1256 |
-
2. If you are not using WP 3.0 or above you should not install Business Directory Plugin.
|
1257 |
-
|
1258 |
-
3. If you are upgrading it is recommended that you do a manual upgrade rather than using the automatic upgrade option available via your dashboard. If you use the automatic upgrade option please, again, backup your data first.
|
1259 |
-
|
1260 |
== Usage Doc ==
|
1261 |
|
1262 |
-
For complete documentation on the plugin, please visit the [BD Documentation Site](http://businessdirectoryplugin.com/docs)
|
1263 |
|
1264 |
1. Setting up your categories
|
1265 |
|
@@ -1284,18 +1301,27 @@ widget-ready theme.
|
|
1284 |
|
1285 |
== Frequently Asked Questions ==
|
1286 |
|
1287 |
-
For the definitive FAQ section, please
|
|
|
|
|
|
|
|
|
|
|
|
|
1288 |
|
1289 |
-
|
1290 |
-
|
1291 |
|
1292 |
-
|
1293 |
-
The email address is not showing up because it is being programmatically blocked. The reason for this is to protect the privacy of your users so that their email address does not appear for public viewing where email harvesting bots can grab them and add them to spam email lists.
|
1294 |
|
1295 |
-
|
1296 |
-
To override the email block, go to the WPBusDirMan menu tab that appears in the dashboard menu. Click the "Manage Options" link. Look under "Miscellaneous settings". You will see an option "Override email Blocking?". Check that option and it should make the email address visible.
|
1297 |
|
|
|
1298 |
|
|
|
|
|
1299 |
|
|
|
|
|
1300 |
|
1301 |
|
1 |
=== Business Directory Plugin ===
|
2 |
Contributors: businessdirectoryplugin
|
3 |
Donate link: http://businessdirectoryplugin.com/premium-modules/
|
4 |
+
Tags: business directory, directory plugin, company business directory, chamber of commerce business directory, church directory, address book, contact directory, custom business directory, local business directory, listings directory, link directory, member directory, staff directory
|
5 |
+
Requires at least: 4.3
|
6 |
+
Tested up to: 4.7.3
|
7 |
+
Last Updated: 2017-Apr-5
|
8 |
+
Stable tag: tags/4.1.10
|
9 |
License: GPLv2 or later
|
10 |
|
11 |
Build any kind of local directory, directory of business providers, a Yellow-Pages business directory, Yelp-like review directory and much more!
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
[Main Site](http://businessdirectoryplugin.com/) | [Support](http://businessdirectoryplugin.com/support-forum/) | [Docs](http://businessdirectoryplugin.com/docs/) | [Showcase](http://businessdirectoryplugin.com/showcase/) | [Premium Modules](http://businessdirectoryplugin.com/premium-modules/)
|
16 |
|
17 |
Business Directory Plugin is the most popular, versatile, widely-installed, easiest to use, and best-supported WordPress Business Directory plugin available. Increase interaction on your website, improve customer retention and a add revenue-generating section to your site with Business Directory Plugin!
|
18 |
|
19 |
Business Directory Plugin allows you to build a local directory, directory of business providers, a Yellow-Pages style business directory, Yelp-like review sections, create a church directory, build an address book directory and much more. You can add any kind of directory using Business Directory plugin.
|
20 |
|
21 |
= Core plugin Features =
|
22 |
+
All [features](http://businessdirectoryplugin.com/features/) documented on the main website.
|
23 |
* Fully customizable form fields
|
24 |
* Upload images per listing, allow restricted numbers of images based on fee plan
|
25 |
* Lots of image options: drag and drop image uploads, easy image ordering, primary image settings, thumbnail sizing and more
|
104 |
* Russian
|
105 |
* Polish
|
106 |
* Arabic
|
107 |
+
* Swedish
|
108 |
|
109 |
And you can easily [translate it yourself](http://businessdirectoryplugin.com/quick-start-guide/#translate) if you need to.
|
110 |
|
143 |
|
144 |
== Changelog ==
|
145 |
|
146 |
+
= Version 4.1.10 =
|
147 |
+
* Improve responsive behaviour of categories list.
|
148 |
+
* Update PayPal module to comply with PayPal's security upgrade.
|
149 |
+
* Fix sticky behavior for listings posted with recurring payments.
|
150 |
+
* Update behavior of listings that are sticky in a particular fee/category.
|
151 |
+
* Fix previews (when listing has no slug set).
|
152 |
+
* Toggle "wpbdp-hide-on-mobile" class when clicking contact form button..
|
153 |
+
* Fix bug that prevented bulk edit actions from working.
|
154 |
+
* Fix PHP notices in Current Images section in Edit Listing page.
|
155 |
+
* Restore support for shortcodes in posts.
|
156 |
+
* A listings is now considered paid only if currently associated with a paid fee.
|
157 |
+
* ABC filter URLs will now point to the first page.
|
158 |
+
* Update compatibility code for Breadcrumb NavXT.
|
159 |
+
* Fix bug that caused HTML entities to appear in e-mail subjects.
|
160 |
+
* Update German translation.
|
161 |
+
|
162 |
+
= Version 4.1.9 =
|
163 |
+
* Add support to export listings that include Unicode characters.
|
164 |
+
* Avoid passing $this by reference in apply_filter_ref_array() for PHP 7.1.
|
165 |
+
* Fix French translation for Tag and Category.
|
166 |
+
* Show error in Submit Listing view if required fields are missing.
|
167 |
+
* Fix typo: 'sucessfully' -> 'successfully'.
|
168 |
+
* Fix sticky behavior for listings posted with recurring payments.
|
169 |
+
* Improve security of listing image uploading.
|
170 |
+
|
171 |
= Version 4.1.8 =
|
172 |
* Do not generate HTML for Facebook field if the value is empty.
|
173 |
* Fix a bug that caused Authorize.Net Gateway to build the Credit Card expiration date using the first two digits of the expiration year, instead of the last two.
|
1274 |
|
1275 |
Bug related to "Manage Fees" has been fixed. This bug resulted in admin being told payments were not turned on even though payments were in fact turned on.
|
1276 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1277 |
== Usage Doc ==
|
1278 |
|
1279 |
+
For complete documentation on the plugin, please visit the [BD Documentation Site](http://businessdirectoryplugin.com/docs). We also have a complete [FAQ Section of the Forum](http://businessdirectoryplugin.com/support-forum/faq) and our [Quick Start](http://businessdirectoryplugin.com/quick-start-guide/) guide.
|
1280 |
|
1281 |
1. Setting up your categories
|
1282 |
|
1301 |
|
1302 |
== Frequently Asked Questions ==
|
1303 |
|
1304 |
+
For the definitive FAQ section, please visit the [FAQ Section of the Forum](http://businessdirectoryplugin.com/support-forum/faq), or our [Quick Start](http://businessdirectoryplugin.com/quick-start-guide/) guide.
|
1305 |
+
|
1306 |
+
= Can Business Directory Plugin support paid and free listings? =
|
1307 |
+
Yes it can. You can do this by creating fee plans for 0.00 and some other paid amount at the same time. For more details, read [this article](http://businessdirectoryplugin.com/quick-start-guide/#payments).
|
1308 |
+
|
1309 |
+
= Do you have video tutorials for Business Directory Plugin? =
|
1310 |
+
Yes we do. They can be found [here](http://businessdirectoryplugin.com/video-tutorials/).
|
1311 |
|
1312 |
+
= Will Business Directory Plugin work with my theme? =
|
1313 |
+
Business Directory Plugin will work with any well-written, WP 4.x compliant theme. Generally speaking, paid themes tend to be higher quality than free ones, so we don't recommend those.
|
1314 |
|
1315 |
+
Whatever theme you pick, we recommend using the Theme Check plugin (available for free on WordPress.org) to validate how WordPress-compliant that theme actually is. The more errors and warnings you see on the theme when you run that check, the worse the theme is. You can read more about it here: https://wordpress.org/plugins/theme-check/
|
|
|
1316 |
|
1317 |
+
(This plugin was developed by WP Core developers to validate their own default themes and is highly respected in the theme community)
|
|
|
1318 |
|
1319 |
+
In general, we like WooThemes as a solid company with great products and support. You can check them out [here](http://woothemes.com) Or [StudioPress](http://studiopress.com)
|
1320 |
|
1321 |
+
= Can Business Directory be translated into my language? =
|
1322 |
+
Yes it can. Business Directory Plugin comes with many user-provided translations under the /languages folder. For details on how to do it, our [translation guide](http://businessdirectoryplugin.com/quick-start-guide/#translate) will help get you started.
|
1323 |
|
1324 |
+
= Is Business Directory Plugin compatible with WordPress Multisite (WPMU)? =
|
1325 |
+
Yes it is. However, you cannot "network-activate" the plugin (as this will share the database). Activate it on only the subsites on which you need a directory. This can be done under Plugins->Add New as the Administrator user. Do not "network activate" BD as the "super admin".
|
1326 |
|
1327 |
|
admin/class-admin-listings.php
CHANGED
@@ -14,7 +14,7 @@ class WPBDP_Admin_Listings {
|
|
14 |
|
15 |
add_filter( 'post_row_actions', array( &$this, 'row_actions' ), 10, 2 );
|
16 |
|
17 |
-
add_action( 'save_post', array( &$this, 'save_post' ) );
|
18 |
|
19 |
add_action('admin_footer', array($this, '_add_bulk_actions'));
|
20 |
add_action('admin_footer', array($this, '_fix_new_links'));
|
@@ -360,12 +360,12 @@ class WPBDP_Admin_Listings {
|
|
360 |
return $actions;
|
361 |
}
|
362 |
|
363 |
-
public function save_post($post_id) {
|
364 |
if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE )
|
365 |
return;
|
366 |
|
367 |
// Handle listings saved admin-side.
|
368 |
-
if ( is_admin() && isset( $
|
369 |
$listing = WPBDP_Listing::get( $post_id );
|
370 |
|
371 |
if ( ! $listing )
|
@@ -374,17 +374,17 @@ class WPBDP_Admin_Listings {
|
|
374 |
$listing->fix_categories( true );
|
375 |
|
376 |
// Save custom fields.
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
$
|
381 |
-
|
382 |
-
foreach ( $
|
383 |
-
if ( isset( $listingfields[ $field->get_id() ] ) ) {
|
384 |
-
$value = $field->convert_input( $listingfields[ $field->get_id() ] );
|
385 |
-
$field->store_value( $
|
386 |
} else {
|
387 |
-
$field->store_value( $
|
388 |
}
|
389 |
}
|
390 |
|
14 |
|
15 |
add_filter( 'post_row_actions', array( &$this, 'row_actions' ), 10, 2 );
|
16 |
|
17 |
+
add_action( 'save_post', array( &$this, 'save_post' ), 10, 2 );
|
18 |
|
19 |
add_action('admin_footer', array($this, '_add_bulk_actions'));
|
20 |
add_action('admin_footer', array($this, '_fix_new_links'));
|
360 |
return $actions;
|
361 |
}
|
362 |
|
363 |
+
public function save_post( $post_id, $post) {
|
364 |
if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE )
|
365 |
return;
|
366 |
|
367 |
// Handle listings saved admin-side.
|
368 |
+
if ( is_admin() && isset( $_REQUEST['post_type'] ) && $_REQUEST['post_type'] == WPBDP_POST_TYPE ) {
|
369 |
$listing = WPBDP_Listing::get( $post_id );
|
370 |
|
371 |
if ( ! $listing )
|
374 |
$listing->fix_categories( true );
|
375 |
|
376 |
// Save custom fields.
|
377 |
+
$nonce = isset( $_POST['wpbdp-admin-listing-fields-nonce'] ) ? $_POST['wpbdp-admin-listing-fields-nonce'] : '';
|
378 |
+
|
379 |
+
if ( $nonce && wp_verify_nonce( $nonce, 'save listing fields' ) && ! empty( $_POST['listingfields'] ) ) {
|
380 |
+
$fields = wpbdp_get_form_fields( array( 'association' => 'meta' ) );
|
381 |
+
|
382 |
+
foreach ( $fields as $field ) {
|
383 |
+
if ( isset( $_POST['listingfields'][ $field->get_id() ] ) ) {
|
384 |
+
$value = $field->convert_input( $_POST['listingfields'][ $field->get_id() ] );
|
385 |
+
$field->store_value( $post_id, $value );
|
386 |
} else {
|
387 |
+
$field->store_value( $post_id, $field->convert_input( null ) );
|
388 |
}
|
389 |
}
|
390 |
|
admin/class-admin.php
CHANGED
@@ -79,6 +79,7 @@ class WPBDP_Admin {
|
|
79 |
WPBDP_URL . 'admin/resources/admin' . ( ! $debug_on ? '.min' : '' ) . '.css');
|
80 |
wp_enqueue_style( 'thickbox' );
|
81 |
|
|
|
82 |
wp_enqueue_script( 'wpbdp-frontend-js',
|
83 |
WPBDP_URL . 'core/js/wpbdp' . ( ! $debug_on ? '.min' : '' ) . '.js',
|
84 |
array( 'jquery' ) );
|
79 |
WPBDP_URL . 'admin/resources/admin' . ( ! $debug_on ? '.min' : '' ) . '.css');
|
80 |
wp_enqueue_style( 'thickbox' );
|
81 |
|
82 |
+
wp_enqueue_style( 'wpbdp-frontend-css', WPBDP_URL . 'core/css/wpbdp' . ( ! $debug_on ? '.min' : '' ) . '.css' );
|
83 |
wp_enqueue_script( 'wpbdp-frontend-js',
|
84 |
WPBDP_URL . 'core/js/wpbdp' . ( ! $debug_on ? '.min' : '' ) . '.js',
|
85 |
array( 'jquery' ) );
|
admin/class-listing-fields-metabox.php
CHANGED
@@ -7,26 +7,30 @@ class WPBDP_Admin_Listing_Fields_Metabox {
|
|
7 |
}
|
8 |
|
9 |
public function render() {
|
|
|
|
|
|
|
10 |
$this->listing_fields();
|
|
|
|
|
|
|
11 |
$this->listing_images();
|
|
|
|
|
|
|
12 |
}
|
13 |
|
14 |
private function listing_fields() {
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
echo sprintf( '<strong>%s</strong>', _x( 'Listing Fields', 'admin', 'WPBDM' ) );
|
22 |
-
echo '<div style="padding-left: 10px;">';
|
23 |
-
foreach ($formfields_api->find_fields( array( 'association' => 'meta' ) ) as $field ) {
|
24 |
-
$value = isset( $post_values[ $field->get_id() ] ) ? $field->convert_input( $post_values[ $field->get_id() ] ) : $field->value( $this->listing->get_id() );
|
25 |
echo $field->render( $value, 'admin-submit' );
|
26 |
}
|
27 |
-
|
28 |
-
|
29 |
-
echo '<div class="clear"></div>';
|
30 |
}
|
31 |
|
32 |
private function listing_images() {
|
@@ -34,24 +38,14 @@ class WPBDP_Admin_Listing_Fields_Metabox {
|
|
34 |
return;
|
35 |
|
36 |
$images = $this->listing->get_images( 'all', true );
|
37 |
-
$thumbnail_id = $this->listing->get_thumbnail_id();
|
38 |
|
39 |
-
|
40 |
-
echo
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
echo wpbdp_render( 'submit-listing/images-single',
|
46 |
-
array( 'image' => $image,
|
47 |
-
'is_thumbnail' => ( 1 == count( $images ) || $thumbnail_id == $image->id ) ),
|
48 |
-
false );
|
49 |
-
endforeach;
|
50 |
echo '</div>';
|
51 |
-
|
52 |
-
echo wpbdp_render( 'submit-listing/images-upload-form',
|
53 |
-
array( 'admin' => true, 'listing_id' => $this->listing->get_id() ),
|
54 |
-
false );
|
55 |
}
|
56 |
|
57 |
public static function metabox_callback( $post ) {
|
7 |
}
|
8 |
|
9 |
public function render() {
|
10 |
+
echo '<div id="wpbdp-submit-listing">';
|
11 |
+
|
12 |
+
echo '<div id="wpbdp-listing-fields-fields" class="wpbdp-admin-tab-content" tabindex="1">';
|
13 |
$this->listing_fields();
|
14 |
+
echo '</div>';
|
15 |
+
|
16 |
+
echo '<div id="wpbdp-listing-fields-images" class="wpbdp-admin-tab-content" tabindex="2">';
|
17 |
$this->listing_images();
|
18 |
+
echo '</div>';
|
19 |
+
|
20 |
+
echo '</div>';
|
21 |
}
|
22 |
|
23 |
private function listing_fields() {
|
24 |
+
foreach ( wpbdp_get_form_fields( array( 'association' => 'meta' ) ) as $field ) {
|
25 |
+
if ( ! empty( $_POST['listingfields'][ $field->get_id() ] ) ) {
|
26 |
+
$value = $field->convert_input( $_POST['listingfields'][ $field->get_id() ] );
|
27 |
+
} else {
|
28 |
+
$value = $field->value( $this->listing->get_id() );
|
29 |
+
}
|
|
|
|
|
|
|
|
|
30 |
echo $field->render( $value, 'admin-submit' );
|
31 |
}
|
32 |
+
|
33 |
+
wp_nonce_field( 'save listing fields', 'wpbdp-admin-listing-fields-nonce', false );
|
|
|
34 |
}
|
35 |
|
36 |
private function listing_images() {
|
38 |
return;
|
39 |
|
40 |
$images = $this->listing->get_images( 'all', true );
|
|
|
41 |
|
42 |
+
echo '<div class="wpbdp-submit-page step-images">';
|
43 |
+
echo wpbdp_render( 'submit-listing/images',
|
44 |
+
array(
|
45 |
+
'admin' => true,
|
46 |
+
'listing' => $this->listing,
|
47 |
+
'images' => $images ) );
|
|
|
|
|
|
|
|
|
|
|
48 |
echo '</div>';
|
|
|
|
|
|
|
|
|
49 |
}
|
50 |
|
51 |
public static function metabox_callback( $post ) {
|
admin/class-themes-admin.php
CHANGED
@@ -226,7 +226,7 @@ class WPBDP_Themes_Admin {
|
|
226 |
wpbdp_admin_message( _x( 'Theme installed successfully.', 'themes', 'WPBDM' ) );
|
227 |
break;
|
228 |
case 4:
|
229 |
-
wpbdp_admin_message( _x( 'Theme was deleted
|
230 |
break;
|
231 |
case 5:
|
232 |
wpbdp_admin_message( _x( 'Could not delete theme directory. Check permissions.', 'themes', 'WPBDM' ), 'error' );
|
226 |
wpbdp_admin_message( _x( 'Theme installed successfully.', 'themes', 'WPBDM' ) );
|
227 |
break;
|
228 |
case 4:
|
229 |
+
wpbdp_admin_message( _x( 'Theme was deleted successfully.', 'themes', 'WPBDM' ) );
|
230 |
break;
|
231 |
case 5:
|
232 |
wpbdp_admin_message( _x( 'Could not delete theme directory. Check permissions.', 'themes', 'WPBDM' ), 'error' );
|
admin/csv-export.php
CHANGED
@@ -75,6 +75,7 @@ class WPBDP_CSVExporter {
|
|
75 |
const BATCH_SIZE = 20;
|
76 |
|
77 |
private $settings = array(
|
|
|
78 |
'csv-file-separator' => ',',
|
79 |
'images-separator' => ';',
|
80 |
'category-separator' => ';',
|
@@ -100,6 +101,14 @@ class WPBDP_CSVExporter {
|
|
100 |
|
101 |
$this->settings = array_merge( $this->settings, $settings );
|
102 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
// Setup columns.
|
104 |
if ( $this->settings['generate-sequence-ids'] )
|
105 |
$this->columns['sequence_id'] = 'sequence_id';
|
@@ -230,15 +239,17 @@ class WPBDP_CSVExporter {
|
|
230 |
$csvfile = fopen( $this->workingdir . 'export.csv', 'a' );
|
231 |
|
232 |
// Write header as first line.
|
233 |
-
if ( $this->exported
|
234 |
-
fwrite( $csvfile, $this->header()
|
235 |
}
|
236 |
|
237 |
$nextlistings = array_slice( $this->listings, $this->exported, self::BATCH_SIZE );
|
238 |
|
239 |
foreach ( $nextlistings as $listing_id ) {
|
240 |
-
if ( $data = $this->extract_data( $listing_id ) )
|
241 |
-
|
|
|
|
|
242 |
|
243 |
$this->exported++;
|
244 |
}
|
@@ -266,6 +277,26 @@ class WPBDP_CSVExporter {
|
|
266 |
return $this->exported == count( $this->listings );
|
267 |
}
|
268 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
269 |
public function get_file_path() {
|
270 |
if ( file_exists( $this->workingdir . 'export.zip' ) )
|
271 |
return $this->workingdir . 'export.zip';
|
@@ -281,8 +312,6 @@ class WPBDP_CSVExporter {
|
|
281 |
return $urldir . 'export.zip';
|
282 |
else
|
283 |
return $urldir . 'export.csv';
|
284 |
-
|
285 |
-
return $urldir . file_exists( $this->workingdir . 'export.zip' ) ? 'export.zip' : 'export.csv';
|
286 |
}
|
287 |
|
288 |
private function header( $echo=false ) {
|
75 |
const BATCH_SIZE = 20;
|
76 |
|
77 |
private $settings = array(
|
78 |
+
'target-os' => 'windows',
|
79 |
'csv-file-separator' => ',',
|
80 |
'images-separator' => ';',
|
81 |
'category-separator' => ';',
|
101 |
|
102 |
$this->settings = array_merge( $this->settings, $settings );
|
103 |
|
104 |
+
if ( ! in_array( $this->settings['target-os'], array( 'windows', 'macos' ), true ) ) {
|
105 |
+
$this->settings['target-os'] = 'windows';
|
106 |
+
}
|
107 |
+
|
108 |
+
if ( $this->settings['target-os'] == 'macos' ) {
|
109 |
+
$this->settings['csv-file-separator'] = "\t";
|
110 |
+
}
|
111 |
+
|
112 |
// Setup columns.
|
113 |
if ( $this->settings['generate-sequence-ids'] )
|
114 |
$this->columns['sequence_id'] = 'sequence_id';
|
239 |
$csvfile = fopen( $this->workingdir . 'export.csv', 'a' );
|
240 |
|
241 |
// Write header as first line.
|
242 |
+
if ( $this->exported === 0 ) {
|
243 |
+
fwrite( $csvfile, $this->prepare_header( $this->header() ) );
|
244 |
}
|
245 |
|
246 |
$nextlistings = array_slice( $this->listings, $this->exported, self::BATCH_SIZE );
|
247 |
|
248 |
foreach ( $nextlistings as $listing_id ) {
|
249 |
+
if ( $data = $this->extract_data( $listing_id ) ) {
|
250 |
+
$content = implode( $this->settings['csv-file-separator'], $data );
|
251 |
+
fwrite( $csvfile, $this->prepare_content( $content ) );
|
252 |
+
}
|
253 |
|
254 |
$this->exported++;
|
255 |
}
|
277 |
return $this->exported == count( $this->listings );
|
278 |
}
|
279 |
|
280 |
+
private function prepare_header( $header ) {
|
281 |
+
if ( $this->settings['target-os'] === 'windows' ) {
|
282 |
+
$bom = "\xEF\xBB\xBF"; /* UTF-8 BOM */
|
283 |
+
} else if ( $this->settings['target-os'] === 'macos' ) {
|
284 |
+
$bom = "\xFF\xFE"; /* UTF-16LE BOM */
|
285 |
+
}
|
286 |
+
|
287 |
+
return $bom . $this->prepare_content( $header );
|
288 |
+
}
|
289 |
+
|
290 |
+
private function prepare_content( $content ) {
|
291 |
+
if ( $this->settings['target-os'] === 'windows' ) {
|
292 |
+
$encoded_content = $content . "\n";
|
293 |
+
} else if ( $this->settings['target-os'] === 'macos' ) {
|
294 |
+
$encoded_content = iconv( 'UTF-8', 'UTF-16LE', $content . "\n" );
|
295 |
+
}
|
296 |
+
|
297 |
+
return $encoded_content;
|
298 |
+
}
|
299 |
+
|
300 |
public function get_file_path() {
|
301 |
if ( file_exists( $this->workingdir . 'export.zip' ) )
|
302 |
return $this->workingdir . 'export.zip';
|
312 |
return $urldir . 'export.zip';
|
313 |
else
|
314 |
return $urldir . 'export.csv';
|
|
|
|
|
315 |
}
|
316 |
|
317 |
private function header( $echo=false ) {
|
admin/js/listing.js
CHANGED
@@ -1,66 +1,4 @@
|
|
1 |
-
var wpbdp = window.wpbdp || {};
|
2 |
-
var admin = wpbdp.admin = wpbdp.admin || {};
|
3 |
-
|
4 |
( function( $ ) {
|
5 |
-
var listing = admin.listing = admin.listing || {};
|
6 |
-
|
7 |
-
var images = listing.images = wpbdp.admin.listing.images = {
|
8 |
-
init: function() {
|
9 |
-
var t = this;
|
10 |
-
|
11 |
-
// Handle image deletes.
|
12 |
-
$( '#wpbdp-uploaded-images' ).delegate( '.delete-image', 'click', function( e ) {
|
13 |
-
e.preventDefault();
|
14 |
-
$.post( $( this ).attr( 'data-action' ), {}, function( res ) {
|
15 |
-
if ( ! res.success )
|
16 |
-
return;
|
17 |
-
|
18 |
-
$( '#wpbdp-uploaded-images .wpbdp-image[data-imageid="' + res.data.imageId + '"]' ).remove();
|
19 |
-
|
20 |
-
if ( 0 == $( '#wpbdp-uploaded-images .wpbdp-image' ).length )
|
21 |
-
$( '#no-images-message' ).show();
|
22 |
-
}, 'json' );
|
23 |
-
} );
|
24 |
-
|
25 |
-
$( '#wpbdp-uploaded-images' ).sortable({
|
26 |
-
placeholder: 'wpbdp-image-draggable-highlight',
|
27 |
-
update: function( event, ui ) {
|
28 |
-
var sorted = $( '#wpbdp-uploaded-images' ).sortable( 'toArray', { attribute: "data-imageid" } );
|
29 |
-
var no_images = sorted.length;
|
30 |
-
|
31 |
-
$.each( sorted, function( i, v ) {
|
32 |
-
$( 'input[name="images_meta[' + v + '][order]"]' ).val( no_images - i );
|
33 |
-
} );
|
34 |
-
}
|
35 |
-
});
|
36 |
-
|
37 |
-
// Image upload.
|
38 |
-
wpbdp.dnd.setup( $( '#image-upload-dnd-area' ), {
|
39 |
-
validate: function( data ) {
|
40 |
-
$( this ).siblings( '.wpbdp-msg' ).remove();
|
41 |
-
return true;
|
42 |
-
},
|
43 |
-
done: function( res ) {
|
44 |
-
var uploadErrors = ( 'undefined' !== typeof res.data.uploadErrors ) ? res.data.uploadErrors : false;
|
45 |
-
|
46 |
-
if ( uploadErrors ) {
|
47 |
-
var errorMsg = $( '<div>' ).addClass('wpbdp-msg error').html( '<p>' + res.data.uploadErrors + '</p>' );
|
48 |
-
$( '.area-and-conditions' ).prepend( errorMsg );
|
49 |
-
return;
|
50 |
-
}
|
51 |
-
|
52 |
-
$( '#no-images-message' ).hide();
|
53 |
-
$( '#wpbdp-uploaded-images' ).append( res.data.html );
|
54 |
-
}
|
55 |
-
} );
|
56 |
-
}
|
57 |
-
};
|
58 |
-
|
59 |
-
// Initialization.
|
60 |
-
$( document ).ready( function() {
|
61 |
-
images.init();
|
62 |
-
} );
|
63 |
-
|
64 |
// Disable Preview button until the first draft is saved
|
65 |
$( document ).ready( function() {
|
66 |
|
|
|
|
|
|
|
1 |
( function( $ ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
// Disable Preview button until the first draft is saved
|
3 |
$( document ).ready( function() {
|
4 |
|
admin/js/listing.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
1 |
+
!function($){$(document).ready(function(){var $form=$("body.post-type-wpbdp_listing form#post"),post_status=$form.find("#original_post_status");if(0!=post_status.length&&"auto-draft"==post_status.val()){$form.find("#preview-action .button").addClass("disabled");$form.find("#minor-publishing").tooltip({items:"#preview-action",content:WPBDP_admin_listings_config.messages.preview_button_tooltip,position:{my:"left top+40",at:"left bottom",collision:"flipfit",within:"#minor-publishing"}})}})}(jQuery);
|
admin/templates/csv-export.tpl.php
CHANGED
@@ -91,13 +91,21 @@ echo $notice;
|
|
91 |
<table class="form-table">
|
92 |
<tr class="form-required">
|
93 |
<th scope="row">
|
94 |
-
<label> <?php _ex('
|
95 |
</th>
|
96 |
<td>
|
97 |
-
<input name="settings[
|
98 |
-
type="
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
aria-required="true"
|
100 |
-
value="
|
|
|
|
|
101 |
</td>
|
102 |
</tr>
|
103 |
<tr class="form-required">
|
91 |
<table class="form-table">
|
92 |
<tr class="form-required">
|
93 |
<th scope="row">
|
94 |
+
<label> <?php _ex( 'What operating system will you use to edit the CSV file?', 'admin csv-export', 'WPBDM' ); ?> <span class="description">(<?php _ex('required', 'admin forms', 'WPBDM'); ?>)</span></label>
|
95 |
</th>
|
96 |
<td>
|
97 |
+
<label><input name="settings[target-os]"
|
98 |
+
type="radio"
|
99 |
+
aria-required="true"
|
100 |
+
value="windows"
|
101 |
+
checked="checked" /><?php _ex( 'Windows', 'admin csv-export', 'WPBDM' ); ?></label>
|
102 |
+
<br />
|
103 |
+
<label><input name="settings[target-os]"
|
104 |
+
type="radio"
|
105 |
aria-required="true"
|
106 |
+
value="macos" /><?php _ex( 'macOS', 'admin csv-export', 'WPBDM' ); ?></label>
|
107 |
+
<br />
|
108 |
+
<p><?php _ex( 'Windows and macOS versions of MS Excel handle CSV files differently. To make sure all your listings information is displayed properly when you view or edit the CSV file, we need to generate different versions of the file for each operating system.', 'admin csv-export', 'WPBDM' ); ?></p>
|
109 |
</td>
|
110 |
</tr>
|
111 |
<tr class="form-required">
|
admin/templates/csv-import.tpl.php
CHANGED
@@ -106,13 +106,28 @@ echo str_replace(
|
|
106 |
<table class="form-table">
|
107 |
<tr class="form-required">
|
108 |
<th scope="row">
|
109 |
-
<label> <?php _ex('Column Separator', 'admin csv-import', 'WPBDM'); ?> <span class="description">(<?php _ex( 'required', 'admin forms', 'WPBDM' ); ?>)</span></label>
|
110 |
</th>
|
111 |
<td>
|
112 |
-
|
113 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
aria-required="true"
|
115 |
-
value="
|
|
|
|
|
116 |
</td>
|
117 |
</tr>
|
118 |
<tr class="form-required">
|
106 |
<table class="form-table">
|
107 |
<tr class="form-required">
|
108 |
<th scope="row">
|
109 |
+
<label> <?php _ex( 'Column Separator', 'admin csv-import', 'WPBDM' ); ?> <span class="description">(<?php _ex( 'required', 'admin forms', 'WPBDM' ); ?>)</span></label>
|
110 |
</th>
|
111 |
<td>
|
112 |
+
<?php $column_separator = _defaults_or( $defaults, 'csv-file-separator', ',' ); ?>
|
113 |
+
<label><input name="settings[csv-file-separator]"
|
114 |
+
type="radio"
|
115 |
+
aria-required="true"
|
116 |
+
value=","
|
117 |
+
<?php echo $column_separator == ',' ? 'checked="checked"' : ''; ?>/><?php _ex( 'Comma (,)', 'admin csv-import', 'WPBDM' ); ?></label>
|
118 |
+
<br />
|
119 |
+
<label><input name="settings[csv-file-separator]"
|
120 |
+
type="radio"
|
121 |
+
aria-required="true"
|
122 |
+
value=";"
|
123 |
+
<?php echo $column_separator == ';' ? 'checked="checked"' : ''; ?>/><?php _ex( 'Semicolon (;)', 'admin csv-import', 'WPBDM' ); ?></label>
|
124 |
+
<br />
|
125 |
+
<label><input name="settings[csv-file-separator]"
|
126 |
+
type="radio"
|
127 |
aria-required="true"
|
128 |
+
value="tab"
|
129 |
+
<?php echo $column_separator == "tab" ? 'checked="checked"' : ''; ?>/><?php _ex( 'TAB', 'admin csv-import', 'WPBDM' ); ?></label>
|
130 |
+
<br />
|
131 |
</td>
|
132 |
</tr>
|
133 |
<tr class="form-required">
|
business-directory-plugin.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: http://www.businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
-
* Version: 4.1.
|
7 |
* Author: D. Rodenbaugh
|
8 |
* Author URI: http://businessdirectoryplugin.com
|
9 |
* Text Domain: WPBDM
|
@@ -31,7 +31,7 @@
|
|
31 |
if( preg_match( '#' . basename( __FILE__ ) . '#', $_SERVER['PHP_SELF'] ) )
|
32 |
exit();
|
33 |
|
34 |
-
define( 'WPBDP_VERSION', '4.1.
|
35 |
|
36 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( __FILE__ ) ) );
|
37 |
define( 'WPBDP_URL', trailingslashit( plugins_url( '/', __FILE__ ) ) );
|
@@ -525,28 +525,28 @@ class WPBDP_Plugin {
|
|
525 |
flush_rewrite_rules(false);
|
526 |
}
|
527 |
|
|
|
528 |
// TODO: better validation.
|
529 |
public function ajax_listing_submit_image_upload() {
|
530 |
$res = new WPBDP_Ajax_Response();
|
531 |
|
532 |
-
$listing_id = 0;
|
533 |
-
$
|
|
|
534 |
$state = null;
|
535 |
|
536 |
-
if (
|
537 |
require_once( WPBDP_PATH . 'core/view-submit-listing.php' );
|
538 |
-
|
539 |
-
$state_id = trim( $_REQUEST['state_id'] );
|
540 |
$state = WPBDP_Listing_Submit_State::get( $state_id );
|
|
|
|
|
|
|
541 |
|
542 |
-
|
543 |
-
|
544 |
-
} else {
|
545 |
-
$listing_id = intval( $_REQUEST['listing_id'] );
|
546 |
|
547 |
-
|
548 |
-
|
549 |
-
}
|
550 |
|
551 |
$content_range = null;
|
552 |
$size = null;
|
@@ -560,6 +560,32 @@ class WPBDP_Plugin {
|
|
560 |
$files = wpbdp_flatten_files_array( isset( $_FILES['images'] ) ? $_FILES['images'] : array() );
|
561 |
$errors = array();
|
562 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
563 |
foreach ( $files as $i => $file ) {
|
564 |
$image_error = '';
|
565 |
$attachment_id = wpbdp_media_upload( $file,
|
@@ -579,22 +605,21 @@ class WPBDP_Plugin {
|
|
579 |
$attachments[] = $attachment_id;
|
580 |
}
|
581 |
|
|
|
582 |
$html = '';
|
583 |
foreach ( $attachments as $attachment_id ) {
|
584 |
if ( $state )
|
585 |
$state->images[] = $attachment_id;
|
586 |
|
587 |
$html .= wpbdp_render( 'submit-listing/images-single',
|
588 |
-
array( 'image_id' => $attachment_id,
|
589 |
-
'state_id' => $state ? $state->id : '' ),
|
590 |
false );
|
591 |
}
|
592 |
|
593 |
-
if ( $
|
594 |
-
$listing = WPBDP_Listing::get( $listing_id );
|
595 |
-
$listing->set_images( $attachments, true );
|
596 |
-
} elseif ( $state ) {
|
597 |
$state->save();
|
|
|
|
|
598 |
}
|
599 |
|
600 |
if ( $errors ) {
|
@@ -613,19 +638,22 @@ class WPBDP_Plugin {
|
|
613 |
|
614 |
public function ajax_listing_submit_image_delete() {
|
615 |
$res = new WPBDP_Ajax_Response();
|
|
|
616 |
$image_id = intval( $_REQUEST['image_id'] );
|
|
|
|
|
|
|
|
|
617 |
|
618 |
-
if ( ! $image_id )
|
619 |
$res->send_error();
|
620 |
|
621 |
-
|
|
|
622 |
|
623 |
if ( $state_id ) {
|
624 |
require_once( WPBDP_PATH . 'core/view-submit-listing.php' );
|
625 |
|
626 |
-
if ( ! $state_id )
|
627 |
-
$res->send_error();
|
628 |
-
|
629 |
$state = WPBDP_Listing_Submit_State::get( $state_id );
|
630 |
|
631 |
if ( ! $state || ! in_array( $image_id, $state->images ) )
|
@@ -633,6 +661,10 @@ class WPBDP_Plugin {
|
|
633 |
|
634 |
wpbdp_array_remove_value( $state->images, $image_id );
|
635 |
$state->save();
|
|
|
|
|
|
|
|
|
636 |
}
|
637 |
|
638 |
wp_delete_attachment( $image_id, true );
|
@@ -880,7 +912,7 @@ class WPBDP_Plugin {
|
|
880 |
|
881 |
global $post;
|
882 |
|
883 |
-
if ( $post && 'page' == $post->post_type ) {
|
884 |
foreach ( array_keys( $this->shortcodes->get_shortcodes() ) as $shortcode ) {
|
885 |
if ( wpbdp_has_shortcode( $post->post_content, $shortcode ) ) {
|
886 |
return true;
|
@@ -1542,4 +1574,3 @@ class WPBDP_Plugin {
|
|
1542 |
}
|
1543 |
|
1544 |
$wpbdp = new WPBDP_Plugin();
|
1545 |
-
|
3 |
* Plugin Name: Business Directory Plugin
|
4 |
* Plugin URI: http://www.businessdirectoryplugin.com
|
5 |
* Description: Provides the ability to maintain a free or paid business directory on your WordPress powered site.
|
6 |
+
* Version: 4.1.10
|
7 |
* Author: D. Rodenbaugh
|
8 |
* Author URI: http://businessdirectoryplugin.com
|
9 |
* Text Domain: WPBDM
|
31 |
if( preg_match( '#' . basename( __FILE__ ) . '#', $_SERVER['PHP_SELF'] ) )
|
32 |
exit();
|
33 |
|
34 |
+
define( 'WPBDP_VERSION', '4.1.10' );
|
35 |
|
36 |
define( 'WPBDP_PATH', wp_normalize_path( plugin_dir_path( __FILE__ ) ) );
|
37 |
define( 'WPBDP_URL', trailingslashit( plugins_url( '/', __FILE__ ) ) );
|
525 |
flush_rewrite_rules(false);
|
526 |
}
|
527 |
|
528 |
+
|
529 |
// TODO: better validation.
|
530 |
public function ajax_listing_submit_image_upload() {
|
531 |
$res = new WPBDP_Ajax_Response();
|
532 |
|
533 |
+
$listing_id = ! empty( $_REQUEST['listing_id'] ) ? intval( $_REQUEST['listing_id'] ) : 0;
|
534 |
+
$listing = null;
|
535 |
+
$state_id = ! empty( $_REQUEST['state_id'] ) ? trim( $_REQUEST['state_id'] ) : '';
|
536 |
$state = null;
|
537 |
|
538 |
+
if ( $state_id ) {
|
539 |
require_once( WPBDP_PATH . 'core/view-submit-listing.php' );
|
|
|
|
|
540 |
$state = WPBDP_Listing_Submit_State::get( $state_id );
|
541 |
+
} elseif ( $listing_id ) {
|
542 |
+
$listing = WPBDP_Listing::get( $listing_id );
|
543 |
+
}
|
544 |
|
545 |
+
if ( ! $listing && ! $state )
|
546 |
+
return $res->send_error();
|
|
|
|
|
547 |
|
548 |
+
if ( ! wp_verify_nonce( $_REQUEST['_wpnonce'], 'listing-' . ( $state ? $state->id : $listing->get_id() ) . '-image-upload' ) )
|
549 |
+
return $res->send_error();
|
|
|
550 |
|
551 |
$content_range = null;
|
552 |
$size = null;
|
560 |
$files = wpbdp_flatten_files_array( isset( $_FILES['images'] ) ? $_FILES['images'] : array() );
|
561 |
$errors = array();
|
562 |
|
563 |
+
$image_slots = 0;
|
564 |
+
$slots_available = 0;
|
565 |
+
if ( wpbdp_get_option( 'allow-images' ) ) {
|
566 |
+
if ( $state ) {
|
567 |
+
foreach ( $state->categories as $cat_id => $fee_id ) {
|
568 |
+
$image_slots += wpbdp_get_fee( $fee_id )->images;
|
569 |
+
}
|
570 |
+
|
571 |
+
$slots_available = $image_slots - count( $state->images ) - count( $files );
|
572 |
+
$images_meta = $state->images_meta;
|
573 |
+
} else {
|
574 |
+
$categories = $listing->get_categories( 'all' );
|
575 |
+
|
576 |
+
foreach ( $categories as $cat ) {
|
577 |
+
$fee = wpbdp_get_fee( $cat->fee_id );
|
578 |
+
$image_slots += $fee->images;
|
579 |
+
}
|
580 |
+
|
581 |
+
$slots_available = $image_slots - count( $listing->get_images() ) - count( $files );
|
582 |
+
}
|
583 |
+
}
|
584 |
+
|
585 |
+
if ( ! current_user_can( 'administrator' ) && $slots_available < 0 ) {
|
586 |
+
return $res->send_error( _x( 'Can not upload any more images for this listing.', 'listing image upload', 'WPBDM' ) );
|
587 |
+
}
|
588 |
+
|
589 |
foreach ( $files as $i => $file ) {
|
590 |
$image_error = '';
|
591 |
$attachment_id = wpbdp_media_upload( $file,
|
605 |
$attachments[] = $attachment_id;
|
606 |
}
|
607 |
|
608 |
+
|
609 |
$html = '';
|
610 |
foreach ( $attachments as $attachment_id ) {
|
611 |
if ( $state )
|
612 |
$state->images[] = $attachment_id;
|
613 |
|
614 |
$html .= wpbdp_render( 'submit-listing/images-single',
|
615 |
+
array( 'image_id' => $attachment_id, 'state_id' => $state ? $state->id : '', 'listing_id' => $listing ? $listing->get_id() : 0 ),
|
|
|
616 |
false );
|
617 |
}
|
618 |
|
619 |
+
if ( $state ) {
|
|
|
|
|
|
|
620 |
$state->save();
|
621 |
+
} else {
|
622 |
+
$listing->set_images( $attachments, true );
|
623 |
}
|
624 |
|
625 |
if ( $errors ) {
|
638 |
|
639 |
public function ajax_listing_submit_image_delete() {
|
640 |
$res = new WPBDP_Ajax_Response();
|
641 |
+
|
642 |
$image_id = intval( $_REQUEST['image_id'] );
|
643 |
+
$listing_id = isset( $_REQUEST['listing_id'] ) ? absint( $_REQUEST['listing_id'] ) : 0;
|
644 |
+
$state_id = isset( $_REQUEST['state_id'] ) ? trim( $_REQUEST['state_id'] ) : '';
|
645 |
+
|
646 |
+
$nonce = $_REQUEST['_wpnonce'];
|
647 |
|
648 |
+
if ( ! $image_id || ( ! $listing_id && ! $state_id ) )
|
649 |
$res->send_error();
|
650 |
|
651 |
+
if ( ! wp_verify_nonce( $nonce, 'delete-listing-' . ( $listing_id ? $listing_id : $state_id ) . '-image-' . $image_id ) )
|
652 |
+
$res->send_error();
|
653 |
|
654 |
if ( $state_id ) {
|
655 |
require_once( WPBDP_PATH . 'core/view-submit-listing.php' );
|
656 |
|
|
|
|
|
|
|
657 |
$state = WPBDP_Listing_Submit_State::get( $state_id );
|
658 |
|
659 |
if ( ! $state || ! in_array( $image_id, $state->images ) )
|
661 |
|
662 |
wpbdp_array_remove_value( $state->images, $image_id );
|
663 |
$state->save();
|
664 |
+
} else {
|
665 |
+
$parent_id = (int) wp_get_post_parent_id( $image_id );
|
666 |
+
if ( $parent_id != $listing_id )
|
667 |
+
$res->send_error();
|
668 |
}
|
669 |
|
670 |
wp_delete_attachment( $image_id, true );
|
912 |
|
913 |
global $post;
|
914 |
|
915 |
+
if ( $post && ( 'page' == $post->post_type || 'post' == $post->post_type ) ) {
|
916 |
foreach ( array_keys( $this->shortcodes->get_shortcodes() ) as $shortcode ) {
|
917 |
if ( wpbdp_has_shortcode( $post->post_content, $shortcode ) ) {
|
918 |
return true;
|
1574 |
}
|
1575 |
|
1576 |
$wpbdp = new WPBDP_Plugin();
|
|
core/api.php
CHANGED
@@ -277,6 +277,9 @@ function wpbdp_user_can($action, $listing_id=null, $user_id=null) {
|
|
277 |
$user_id = $user_id ? $user_id : wp_get_current_user()->ID;
|
278 |
$post = get_post($listing_id);
|
279 |
|
|
|
|
|
|
|
280 |
if ($post->post_type != WPBDP_POST_TYPE)
|
281 |
return false;
|
282 |
|
277 |
$user_id = $user_id ? $user_id : wp_get_current_user()->ID;
|
278 |
$post = get_post($listing_id);
|
279 |
|
280 |
+
if ( ! $post )
|
281 |
+
return false;
|
282 |
+
|
283 |
if ($post->post_type != WPBDP_POST_TYPE)
|
284 |
return false;
|
285 |
|
core/class-csv-import.php
CHANGED
@@ -10,6 +10,9 @@ require_once( ABSPATH . 'wp-admin/includes/image.php' );
|
|
10 |
*/
|
11 |
class WPBDP_CSV_Import {
|
12 |
|
|
|
|
|
|
|
13 |
private static $PERSISTENT = array( 'settings', 'header', 'total_lines', 'processed_lines', 'current_line', 'imported', 'rejected', 'errors', 'done' );
|
14 |
|
15 |
private $state_id = '';
|
@@ -70,6 +73,10 @@ class WPBDP_CSV_Import {
|
|
70 |
if ( ! array_key_exists( 'append-images', $settings ) )
|
71 |
$settings['append-images'] = false;
|
72 |
|
|
|
|
|
|
|
|
|
73 |
$this->settings = wp_parse_args( $settings, $defaults );
|
74 |
|
75 |
$file = new SplFileObject( $this->csv_file );
|
@@ -144,7 +151,27 @@ class WPBDP_CSV_Import {
|
|
144 |
return '';
|
145 |
}
|
146 |
|
147 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
148 |
|
149 |
if ( 'UTF-8' != $encoding ) {
|
150 |
$converted_line = iconv( $encoding, 'UTF-8', $line );
|
@@ -152,8 +179,7 @@ class WPBDP_CSV_Import {
|
|
152 |
$converted_line = $line;
|
153 |
}
|
154 |
|
155 |
-
|
156 |
-
return str_replace( '\n', "\n", $converted_line );
|
157 |
}
|
158 |
|
159 |
public function get_import_id() {
|
@@ -290,14 +316,45 @@ class WPBDP_CSV_Import {
|
|
290 |
private function read_header() {
|
291 |
$file = new SplFileObject( $this->csv_file );
|
292 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
293 |
$header_line = $this->remove_bom( $file->current() );
|
|
|
294 |
|
295 |
$this->set_header( str_getcsv( $header_line, $this->settings['csv-file-separator'] ) );
|
|
|
296 |
$file->next();
|
297 |
$this->current_line = $file->key();
|
298 |
-
|
299 |
|
300 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
301 |
}
|
302 |
|
303 |
private function set_header( $header ) {
|
@@ -477,6 +534,9 @@ class WPBDP_CSV_Import {
|
|
477 |
if ( ! $c['expires_on'] )
|
478 |
continue;
|
479 |
|
|
|
|
|
|
|
480 |
$wpdb->update( $wpdb->prefix . 'wpbdp_listing_fees',
|
481 |
array( 'expires_on' => $c['expires_on'] ),
|
482 |
array( 'category_id' => $c['term_id'],
|
@@ -636,12 +696,4 @@ class WPBDP_CSV_Import {
|
|
636 |
|
637 |
return $media_id;
|
638 |
}
|
639 |
-
|
640 |
-
private function remove_bom( $str ) {
|
641 |
-
if ( substr( $str, 0, 3 ) == pack( "CCC", 0xef, 0xbb, 0xbf ) )
|
642 |
-
$str = substr( $str, 3 );
|
643 |
-
|
644 |
-
return $str;
|
645 |
-
}
|
646 |
-
|
647 |
}
|
10 |
*/
|
11 |
class WPBDP_CSV_Import {
|
12 |
|
13 |
+
const UTF8_BOM = "\xEF\xBB\xBF";
|
14 |
+
const UTF16_LE_BOM = "\xFF\xFE";
|
15 |
+
|
16 |
private static $PERSISTENT = array( 'settings', 'header', 'total_lines', 'processed_lines', 'current_line', 'imported', 'rejected', 'errors', 'done' );
|
17 |
|
18 |
private $state_id = '';
|
73 |
if ( ! array_key_exists( 'append-images', $settings ) )
|
74 |
$settings['append-images'] = false;
|
75 |
|
76 |
+
if ( $settings['csv-file-separator'] == 'tab' ) {
|
77 |
+
$settings['csv-file-separator'] = "\t";
|
78 |
+
}
|
79 |
+
|
80 |
$this->settings = wp_parse_args( $settings, $defaults );
|
81 |
|
82 |
$file = new SplFileObject( $this->csv_file );
|
151 |
return '';
|
152 |
}
|
153 |
|
154 |
+
$converted_line = $this->maybe_convert_encoding( $line );
|
155 |
+
|
156 |
+
// Some code to circumvent limitations in str_getcsv() while PHP #46569 is fixed.
|
157 |
+
return str_replace( '\n', "\n", $converted_line );
|
158 |
+
}
|
159 |
+
|
160 |
+
private function maybe_convert_encoding( $line ) {
|
161 |
+
// Some UTF16-LE string may end with a '\n' character, encoded
|
162 |
+
// as \xOA, instead of \x0A\x00 (the last byte is missing)
|
163 |
+
// making it impossible for iconv to convert the encoding of the
|
164 |
+
// string
|
165 |
+
$line = rtrim( $line, "\n" );
|
166 |
+
// The last byte (\x00) ends up at the beginning of the next line,
|
167 |
+
// so me remove that too.
|
168 |
+
$line = ltrim( $line, "\x00" );
|
169 |
+
|
170 |
+
if ( isset( $this->settings['encoding'] ) ) {
|
171 |
+
$encoding = $this->settings['encoding'];
|
172 |
+
} else {
|
173 |
+
$encoding = wpbdp_detect_encoding( $line );
|
174 |
+
}
|
175 |
|
176 |
if ( 'UTF-8' != $encoding ) {
|
177 |
$converted_line = iconv( $encoding, 'UTF-8', $line );
|
179 |
$converted_line = $line;
|
180 |
}
|
181 |
|
182 |
+
return $converted_line;
|
|
|
183 |
}
|
184 |
|
185 |
public function get_import_id() {
|
316 |
private function read_header() {
|
317 |
$file = new SplFileObject( $this->csv_file );
|
318 |
|
319 |
+
$this->detect_encoding_from_header( $file );
|
320 |
+
$this->parse_header( $file );
|
321 |
+
|
322 |
+
$file = null;
|
323 |
+
|
324 |
+
$this->state_persist();
|
325 |
+
}
|
326 |
+
|
327 |
+
private function detect_encoding_from_header( $file ) {
|
328 |
+
$line = $file->current();
|
329 |
+
|
330 |
+
if ( substr( $line, 0, 3 ) == self::UTF8_BOM ) {
|
331 |
+
$this->settings['encoding'] = 'UTF-8';
|
332 |
+
}
|
333 |
+
|
334 |
+
if ( substr( $line, 0, 2 ) == self::UTF16_LE_BOM ) {
|
335 |
+
$this->settings['encoding'] = 'UTF-16LE';
|
336 |
+
}
|
337 |
+
}
|
338 |
+
|
339 |
+
private function parse_header( $file ) {
|
340 |
$header_line = $this->remove_bom( $file->current() );
|
341 |
+
$header_line = $this->maybe_convert_encoding( $header_line );
|
342 |
|
343 |
$this->set_header( str_getcsv( $header_line, $this->settings['csv-file-separator'] ) );
|
344 |
+
|
345 |
$file->next();
|
346 |
$this->current_line = $file->key();
|
347 |
+
}
|
348 |
|
349 |
+
private function remove_bom( $str ) {
|
350 |
+
if ( substr( $str, 0, 3 ) == self::UTF8_BOM )
|
351 |
+
$str = substr( $str, 3 );
|
352 |
+
|
353 |
+
if ( substr( $str, 0, 2 ) == self::UTF16_LE_BOM ) {
|
354 |
+
$str = substr( $str, 2 );
|
355 |
+
}
|
356 |
+
|
357 |
+
return $str;
|
358 |
}
|
359 |
|
360 |
private function set_header( $header ) {
|
534 |
if ( ! $c['expires_on'] )
|
535 |
continue;
|
536 |
|
537 |
+
if( strtotime( $c['expires_on'] ) <= 0 )
|
538 |
+
continue;
|
539 |
+
|
540 |
$wpdb->update( $wpdb->prefix . 'wpbdp_listing_fees',
|
541 |
array( 'expires_on' => $c['expires_on'] ),
|
542 |
array( 'category_id' => $c['term_id'],
|
696 |
|
697 |
return $media_id;
|
698 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
699 |
}
|
core/class-email.php
CHANGED
@@ -78,7 +78,7 @@ class WPBDP_Email {
|
|
78 |
* @return boolean true on success, false otherwise
|
79 |
*/
|
80 |
public function send($format='both') {
|
81 |
-
$this->subject = preg_replace( '/[\n\r]/', '', strip_tags( $this->subject ) );
|
82 |
|
83 |
// TODO: implement 'plain' and 'both'
|
84 |
$this->prepare_html();
|
78 |
* @return boolean true on success, false otherwise
|
79 |
*/
|
80 |
public function send($format='both') {
|
81 |
+
$this->subject = preg_replace( '/[\n\r]/', '', strip_tags( html_entity_decode( $this->subject ) ) );
|
82 |
|
83 |
// TODO: implement 'plain' and 'both'
|
84 |
$this->prepare_html();
|
core/class-form-field-type.php
CHANGED
@@ -388,16 +388,7 @@ class WPBDP_Form_Field_Type {
|
|
388 |
}
|
389 |
|
390 |
public static function html_attributes( $attrs, $exceptions = array( 'class' ) ) {
|
391 |
-
$
|
392 |
-
|
393 |
-
foreach ( $attrs as $k => $v ) {
|
394 |
-
if ( in_array( $k, $exceptions, true ) )
|
395 |
-
continue;
|
396 |
-
|
397 |
-
$html .= sprintf( '%s="%s" ', $k, $v );
|
398 |
-
}
|
399 |
-
|
400 |
-
return $html;
|
401 |
}
|
402 |
|
403 |
/**
|
388 |
}
|
389 |
|
390 |
public static function html_attributes( $attrs, $exceptions = array( 'class' ) ) {
|
391 |
+
return wpbdp_html_attributes( $attrs, $exceptions );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
392 |
}
|
393 |
|
394 |
/**
|
core/class-form-field.php
CHANGED
@@ -463,7 +463,7 @@ class WPBDP_Form_Field {
|
|
463 |
return '';
|
464 |
|
465 |
$html = $this->type->display_field( $this, $post_id, $display_context );
|
466 |
-
$html = apply_filters_ref_array( 'wpbdp_form_field_display', array( $html,
|
467 |
return $html;
|
468 |
}
|
469 |
|
463 |
return '';
|
464 |
|
465 |
$html = $this->type->display_field( $this, $post_id, $display_context );
|
466 |
+
$html = apply_filters_ref_array( 'wpbdp_form_field_display', array( $html, $this, $display_context, $post_id ) );
|
467 |
return $html;
|
468 |
}
|
469 |
|
core/class-listing.php
CHANGED
@@ -208,7 +208,7 @@ class WPBDP_Listing {
|
|
208 |
$fee_info['fee_days'] = intval( isset( $fee['days'] ) ? $fee['days'] : $fee['fee_days'] );
|
209 |
$fee_info['fee_images'] = intval( isset( $fee['images'] ) ? $fee['images'] : $fee['fee_images'] );
|
210 |
$fee_info['recurring'] = $recurring ? 1 : 0;
|
211 |
-
$fee_info['sticky'] = $fee['sticky'] ?
|
212 |
|
213 |
if ( isset( $recurring_data ) )
|
214 |
$fee_info['recurring_data'] = serialize( $recurring_data );
|
208 |
$fee_info['fee_days'] = intval( isset( $fee['days'] ) ? $fee['days'] : $fee['fee_days'] );
|
209 |
$fee_info['fee_images'] = intval( isset( $fee['images'] ) ? $fee['images'] : $fee['fee_images'] );
|
210 |
$fee_info['recurring'] = $recurring ? 1 : 0;
|
211 |
+
$fee_info['sticky'] = (bool) ( isset( $fee['sticky'] ) ? $fee['sticky'] : $fee['fee_sticky'] );
|
212 |
|
213 |
if ( isset( $recurring_data ) )
|
214 |
$fee_info['recurring_data'] = serialize( $recurring_data );
|
core/class-listings-api.php
CHANGED
@@ -82,10 +82,16 @@ class WPBDP_Listings_API {
|
|
82 |
if ( $leavename )
|
83 |
return wpbdp_url( '/' . '%' . WPBDP_POST_TYPE . '%' . '/' . $querystring );
|
84 |
|
85 |
-
if ( wpbdp_get_option( 'permalinks-no-id' )
|
86 |
-
|
87 |
-
|
|
|
|
|
|
|
|
|
|
|
88 |
$link = wpbdp_url( '/' . $post->ID . '/' . ( $post->post_name ? $post->post_name : '' ) );
|
|
|
89 |
|
90 |
$link .= $querystring;
|
91 |
}
|
@@ -123,7 +129,7 @@ class WPBDP_Listings_API {
|
|
123 |
if ( WPBDP_POST_TYPE != get_post_type( $post ) )
|
124 |
return $url ;
|
125 |
|
126 |
-
if ( wpbdp_rewrite_on() )
|
127 |
$url = remove_query_arg( array( 'post_type', 'p' ), $url );
|
128 |
|
129 |
return $url;
|
82 |
if ( $leavename )
|
83 |
return wpbdp_url( '/' . '%' . WPBDP_POST_TYPE . '%' . '/' . $querystring );
|
84 |
|
85 |
+
if ( wpbdp_get_option( 'permalinks-no-id' ) ) {
|
86 |
+
if ( $post->post_name ) {
|
87 |
+
$link = wpbdp_url( '/' . $post->post_name . '/' );
|
88 |
+
} else {
|
89 |
+
// Use default $link.
|
90 |
+
return $link;
|
91 |
+
}
|
92 |
+
} else {
|
93 |
$link = wpbdp_url( '/' . $post->ID . '/' . ( $post->post_name ? $post->post_name : '' ) );
|
94 |
+
}
|
95 |
|
96 |
$link .= $querystring;
|
97 |
}
|
129 |
if ( WPBDP_POST_TYPE != get_post_type( $post ) )
|
130 |
return $url ;
|
131 |
|
132 |
+
if ( wpbdp_rewrite_on() && ! empty( $post->post_name ) )
|
133 |
$url = remove_query_arg( array( 'post_type', 'p' ), $url );
|
134 |
|
135 |
return $url;
|
core/class-payment.php
CHANGED
@@ -211,8 +211,8 @@ class WPBDP_Payment extends WPBDP_DB_Model {
|
|
211 |
}
|
212 |
|
213 |
public function add_category_fee_item( $category_id, $fee, $recurring = false ) {
|
214 |
-
if (
|
215 |
-
$fee = wpbdp_get_fee( $fee );
|
216 |
|
217 |
if ( ! $fee )
|
218 |
return false;
|
@@ -224,7 +224,7 @@ class WPBDP_Payment extends WPBDP_DB_Model {
|
|
224 |
$fee->label,
|
225 |
wpbdp_get_term_name( $category_id ),
|
226 |
$recurring ? ( ' ' . _x( '(recurring)', 'listings', 'WPBDM' ) ) : '' ),
|
227 |
-
array( 'fee_id' => $fee->id, 'fee_days' => $fee->days, 'fee_images' => $fee->images ),
|
228 |
$category_id,
|
229 |
$fee->id );
|
230 |
return true;
|
211 |
}
|
212 |
|
213 |
public function add_category_fee_item( $category_id, $fee, $recurring = false ) {
|
214 |
+
if ( ! is_object( $fee ) ) {
|
215 |
+
$fee = wpbdp_get_fee( intval( $fee ) );
|
216 |
|
217 |
if ( ! $fee )
|
218 |
return false;
|
224 |
$fee->label,
|
225 |
wpbdp_get_term_name( $category_id ),
|
226 |
$recurring ? ( ' ' . _x( '(recurring)', 'listings', 'WPBDM' ) ) : '' ),
|
227 |
+
array( 'fee_id' => $fee->id, 'fee_days' => $fee->days, 'fee_images' => $fee->images, 'fee_sticky' => $fee->sticky ),
|
228 |
$category_id,
|
229 |
$fee->id );
|
230 |
return true;
|
core/class-query-integration.php
CHANGED
@@ -111,23 +111,12 @@ class WPBDP__Query_Integration {
|
|
111 |
$pieces = apply_filters( 'wpbdp_query_clauses', $pieces, $query );
|
112 |
|
113 |
// Sticky listings.
|
114 |
-
$is_sticky_query =
|
115 |
-
'_wpbdp[sticky]', 'sticky' );
|
116 |
$pieces['fields'] .= ', ' . $is_sticky_query . ' ';
|
117 |
|
118 |
-
// Sticky listings (per fee).
|
119 |
-
if ( ! empty( $query->wpbdp_is_category ) ) {
|
120 |
-
$category = $query->get_queried_object();
|
121 |
-
$pieces['fields'] .= ', ' . $wpdb->prepare( "(SELECT 1 FROM {$wpdb->prefix}wpbdp_listing_fees lf WHERE lf.listing_id = {$wpdb->posts}.ID AND lf.sticky = %d AND lf.category_id = %d LIMIT 1 ) AS wpbdp_cat_sticky",
|
122 |
-
1,
|
123 |
-
$category->term_id );
|
124 |
-
} else {
|
125 |
-
$pieces['fields'] .= ', (SELECT 0) AS wpbdp_cat_sticky';
|
126 |
-
}
|
127 |
-
|
128 |
// Paid first query order.
|
129 |
if ( in_array( $query->get( 'orderby' ), array( 'paid', 'paid-title' ), true ) ) {
|
130 |
-
$is_paid_query = "(SELECT 1 FROM {$wpdb->prefix}
|
131 |
$pieces['fields'] .= ', ' . $is_paid_query;
|
132 |
} else {
|
133 |
$pieces['fields'] .= ', (SELECT 0) AS wpbdp_is_paid';
|
@@ -136,7 +125,7 @@ class WPBDP__Query_Integration {
|
|
136 |
if ( 'paid-title' == $query->get( 'orderby' ) )
|
137 |
$pieces['orderby'] = "{$wpdb->posts}.post_title ASC, " . $pieces['orderby'];
|
138 |
|
139 |
-
$pieces['orderby'] = 'wpbdp_is_sticky DESC,
|
140 |
$pieces['fields'] = apply_filters('wpbdp_query_fields', $pieces['fields'] );
|
141 |
|
142 |
return $pieces;
|
111 |
$pieces = apply_filters( 'wpbdp_query_clauses', $pieces, $query );
|
112 |
|
113 |
// Sticky listings.
|
114 |
+
$is_sticky_query = "( SELECT 1 FROM {$wpdb->postmeta} pm LEFT JOIN {$wpdb->prefix}wpbdp_listing_fees lf ON pm.post_id = lf.listing_id WHERE pm.post_id = {$wpdb->posts}.ID AND ( ( pm.meta_key = '_wpbdp[sticky]' AND pm.meta_value = 'sticky' ) OR lf.sticky = 1 ) LIMIT 1 ) AS wpbdp_is_sticky";
|
|
|
115 |
$pieces['fields'] .= ', ' . $is_sticky_query . ' ';
|
116 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
// Paid first query order.
|
118 |
if ( in_array( $query->get( 'orderby' ), array( 'paid', 'paid-title' ), true ) ) {
|
119 |
+
$is_paid_query = "(SELECT 1 FROM {$wpdb->prefix}wpbdp_fees f JOIN {$wpdb->prefix}wpbdp_listing_fees lf ON ( f.amount > 0 AND f.id = lf.fee_id ) WHERE lf.listing_id = {$wpdb->posts}.ID LIMIT 1 ) AS wpbdp_is_paid";
|
120 |
$pieces['fields'] .= ', ' . $is_paid_query;
|
121 |
} else {
|
122 |
$pieces['fields'] .= ', (SELECT 0) AS wpbdp_is_paid';
|
125 |
if ( 'paid-title' == $query->get( 'orderby' ) )
|
126 |
$pieces['orderby'] = "{$wpdb->posts}.post_title ASC, " . $pieces['orderby'];
|
127 |
|
128 |
+
$pieces['orderby'] = 'wpbdp_is_sticky DESC, wpbdp_is_paid DESC ' . apply_filters( 'wpbdp_query_orderby', '' ) . ', ' . $pieces['orderby'];
|
129 |
$pieces['fields'] = apply_filters('wpbdp_query_fields', $pieces['fields'] );
|
130 |
|
131 |
return $pieces;
|
core/compatibility/class-navxt-integration.php
CHANGED
@@ -81,14 +81,7 @@ class WPBDP_NavXT_Integration {
|
|
81 |
// {{ Handlers.
|
82 |
|
83 |
function before_listing( $trail ) {
|
84 |
-
|
85 |
-
$id_or_slug = '';
|
86 |
-
if ( get_query_var( 'listing' ) || isset( $_GET['listing'] ) )
|
87 |
-
$id_or_slug = get_query_var( 'listing' ) ? get_query_var( 'listing' ) : wpbdp_getv( $_GET, 'listing', 0 );
|
88 |
-
else
|
89 |
-
$id_or_slug = get_query_var( 'id' ) ? get_query_var( 'id' ) : wpbdp_getv( $_GET, 'id', 0 );
|
90 |
-
|
91 |
-
$listing_id = wpbdp_get_post_by_id_or_slug( $id_or_slug, 'id', 'id' );
|
92 |
|
93 |
if ( ! $listing_id )
|
94 |
return;
|
@@ -97,6 +90,43 @@ class WPBDP_NavXT_Integration {
|
|
97 |
$GLOBALS['post'] = get_post( $listing_id );
|
98 |
}
|
99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
function after_listing( $trail ) {
|
101 |
$GLOBALS['post'] = $this->state['post'];
|
102 |
unset( $this->state['post'] );
|
81 |
// {{ Handlers.
|
82 |
|
83 |
function before_listing( $trail ) {
|
84 |
+
$listing_id = $this->get_current_listing_id();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
|
86 |
if ( ! $listing_id )
|
87 |
return;
|
90 |
$GLOBALS['post'] = get_post( $listing_id );
|
91 |
}
|
92 |
|
93 |
+
/**
|
94 |
+
* This should probably be an utility function.
|
95 |
+
*
|
96 |
+
* TODO: Can we replace wpbdp_current_listing_id with this?
|
97 |
+
* TODO: Are 'listing' and 'id' still used to get the ID of the
|
98 |
+
* listing being displayed?
|
99 |
+
*
|
100 |
+
* @since 4.1.10
|
101 |
+
*/
|
102 |
+
private function get_current_listing_id() {
|
103 |
+
$id_or_slug = get_query_var( 'listing' );
|
104 |
+
|
105 |
+
if ( ! $id_or_slug && isset( $_GET['listing'] ) ) {
|
106 |
+
$id_or_slug = $_GET['listing'];
|
107 |
+
}
|
108 |
+
|
109 |
+
if ( ! $id_or_slug ) {
|
110 |
+
$id_or_slug = get_query_var( 'id' );
|
111 |
+
}
|
112 |
+
|
113 |
+
if ( ! $id_or_slug && isset( $_GET['id'] ) ) {
|
114 |
+
$id_or_slug = $_GET['id'];
|
115 |
+
}
|
116 |
+
|
117 |
+
if ( ! $id_or_slug ) {
|
118 |
+
$id_or_slug = get_query_var( '_' . wpbdp_get_option( 'permalinks-directory-slug' ) );
|
119 |
+
}
|
120 |
+
|
121 |
+
if ( $id_or_slug ) {
|
122 |
+
$listing_id = wpbdp_get_post_by_id_or_slug( $id_or_slug, 'id', 'id' );
|
123 |
+
} else {
|
124 |
+
$listing_id = get_queried_object_id();
|
125 |
+
}
|
126 |
+
|
127 |
+
return $listing_id;
|
128 |
+
}
|
129 |
+
|
130 |
function after_listing( $trail ) {
|
131 |
$GLOBALS['post'] = $this->state['post'];
|
132 |
unset( $this->state['post'] );
|
core/css/wpbdp.css
CHANGED
@@ -328,38 +328,42 @@ form#wpbdmsearchform a.advanced-search-link {
|
|
328 |
}
|
329 |
|
330 |
/* main page */
|
331 |
-
|
|
|
332 |
clear: both;
|
333 |
-
margin-bottom: 20px;
|
334 |
}
|
335 |
|
336 |
-
|
337 |
-
margin: 0
|
338 |
-
padding:
|
339 |
}
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
|
|
344 |
margin: 0;
|
345 |
}
|
346 |
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
}
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
|
|
|
|
|
|
363 |
}
|
364 |
|
365 |
/* submit listing page */
|
328 |
}
|
329 |
|
330 |
/* main page */
|
331 |
+
|
332 |
+
#wpbdp-categories {
|
333 |
clear: both;
|
|
|
334 |
}
|
335 |
|
336 |
+
.wpbdp-categories {
|
337 |
+
margin: 0;
|
338 |
+
padding-left: 20px;
|
339 |
}
|
340 |
+
.wpbdp-categories .cat-item {
|
341 |
+
box-sizing: border-box;
|
342 |
+
margin: 0 0 20px;
|
343 |
+
}
|
344 |
+
.wpbdp-categories .cat-item .cat-item {
|
345 |
margin: 0;
|
346 |
}
|
347 |
|
348 |
+
.wpbdp-categories-small .cat-item,
|
349 |
+
.wpbdp-categories-medium .cat-item,
|
350 |
+
.wpbdp-categories-large .cat-item {
|
351 |
+
float: left;
|
352 |
+
width: 50%;
|
353 |
}
|
354 |
+
.wpbdp-categories-small .cat-item:nth-child(2n+1),
|
355 |
+
.wpbdp-categories-medium .cat-item:nth-child(2n+1),
|
356 |
+
.wpbdp-categories-large .cat-item:nth-child(2n+1) {
|
357 |
+
clear: left;
|
358 |
+
}
|
359 |
+
.wpbdp-categories-small .cat-item:nth-child(2n),
|
360 |
+
.wpbdp-categories-medium .cat-item:nth-child(2n),
|
361 |
+
.wpbdp-categories-large .cat-item:nth-child(2n) {
|
362 |
+
}
|
363 |
+
.wpbdp-categories-small .cat-item .cat-item,
|
364 |
+
.wpbdp-categories-medium .cat-item .cat-item,
|
365 |
+
.wpbdp-categories-large .cat-item .cat-item {
|
366 |
+
width: 100%;
|
367 |
}
|
368 |
|
369 |
/* submit listing page */
|
core/css/wpbdp.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.wpbdp-cf:before,.wpbdp-cf:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-cf:after,.cf:after{clear:both}.wpbdp-cf,.cf{*zoom:1}form#wpbdmsearchform{padding:12px 0;text-align:center}form#wpbdmsearchform input{display:inline}form#wpbdmsearchform .wpbdmsearchbutton{margin-top:5px}form#wpbdmsearchform a.advanced-search-link{font-size:70%;display:block}#wpbdp-search-form{padding-left:10px}#wpbdp-search-form .wpbdp-search-filter{margin-bottom:10px;clear:both}#wpbdp-search-form .wpbdp-search-filter>.wpbdp-search-field-label{display:block;width:40%;float:left}#wpbdp-search-form .wpbdp-search-filter>div.field{display:block;width:60%;margin-left:40%;padding-left:5px}#wpbdp-search-form .wpbdp-search-filter>div.field>input[type="text"]{width:90%}#wpbdp-search-form .wpbdp-search-filter>div.field>select{width:90%}#wpbdp-search-form input[type="submit"]{float:none;margin:auto}.wpbdp-pagination{margin:25px 0 0 0}.wpbdp-pagination .next{float:right}.listing-actions form{margin:0;padding:0;display:inline}.listing-actions input{margin:0}.listing-actions input.delete-listing{margin-left:5px;margin-right:30px;color:#f00 !important}.wpbdp-with-button-styles .listing-actions .wpbdp-button{padding:5px 10px;font-size:11px;text-decoration:none;background-color:#e6e6e6;color:#7c7c7c;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-ms-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-webkit-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-o-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:linear-gradient(top,#f4f4f4,#e6e6e6);border:1px solid #d2d2d2;border-radius:3px;box-shadow:0 1px 2px rgba(64,64,64,0.1);margin-right:3px}.wpbdp-with-button-styles .listing-actions .wpbdp-button:hover{color:#5e5e5e;background-color:#ebebeb;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-ms-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-webkit-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-o-linear-gradient(top,#f9f9f9,#ebebeb);background-image:linear-gradient(top,#f9f9f9,#ebebeb)}.wpbdp-with-button-styles .listing-actions .wpbdp-button.delete-listing{margin-left:20px;color:red}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label{color:#444;font-weight:bold}.wpbdp-listing-excerpt{padding:10px;border-bottom:dotted 1px #ddd}.wpbdp-listing-excerpt.odd{background:#eee}.wpbdp-listing-excerpt.sticky{background:#fff0cf;border-bottom:solid 1px #b37800}.wpbdp-listing-excerpt .listing-thumbnail{float:right;margin:0 10px 0 0}.wpbdp-listing-excerpt .listing-actions{margin-top:15px}.wpbdp-listing-single .listing-actions{margin-bottom:25px}.wpbdp-listing-single.sticky{margin-top:30px}.wpbdp-listing-single .stickytag{float:right;margin-top:-68px}.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent}.wpbdp-listing-single .listing-title{padding:2px 8px;background:#efefef;border:dotted 1px #ddd;margin-bottom:7px}.wpbdp-listing-single .listing-title h2{clear:none;margin:0}.wpbdp-listing-single .main-image{float:right;margin-left:10px;padding:5px}.wpbdp-listing-single .main-image a{position:relative !important}.wpbdp-listing-single .main-image img{border:solid 1px #333}.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.wpbdp-listing-single .extra-images ul{margin:0 auto;width:100%}.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline;margin-left:5px}.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #333}.wpbdp-listing .social-fields{margin:20px 0}.wpbdp-listing .social-field{margin:5px 0;height:20px;vertical-align:middle}.social-field.facebook .fb-like>span{overflow:visible !important;width:450px !important;vertical-align:top !important}@media screen and (max-width:500px){.social-field.facebook .fb-like>span{width:100% !important}}.wpbdp-listing-contact-form{margin-top:20px;border-top:dotted 1px #ddd;padding-top:20px;padding-left:10px}.wpbdp-listing-contact-form .send-message-button{margin-left:-10px}.wpbdp-listing-contact-form h3{margin-left:-10px}.wpbdp-listing-contact-form textarea{width:98% !important}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar{background:#f7f7f7;margin:10px 0 20px 0;padding:5px 10px}.wpbdp-bar:before,.wpbdp-bar:after{content:" ";display:table;clear:both}.wpbdp-bar .wpbdp-search-form{margin:0;padding:0 !important;margin-left:50%}.wpbdp-main-links a{margin-right:15px}.wpbdp-bar .left{float:left;text-align:center}.wpbdp-bar .right{width:300px;float:right}.wpbdp-listings-sort-options{font-size:90%;margin:5px 0;text-align:right}.wpbdp-listings-sort-options .current{font-weight:bold}.wpbdp-page-main_page #wpbdp-categories{clear:both;margin-bottom:20px}ul.wpbdp-categories{margin:0 0 10px 15px;padding:0 10px}ul.wpbdp-categories>li{width:50%;float:left;margin:0}@media screen and (max-width:704px){ul.wpbdp-categories>li{float:none;width:initial}}@media screen and (max-width:500px){ul.wpbdp-categories{font-size:90%}ul.wpbdp-categories ul.children li.cat-item{margin-left:10px;padding:0}}.wpbdp-submit-page h3{margin-bottom:10px}.wpbdp-submit-page .wpbdmp{margin:0}.wpbdp-submit-page legend{font-size:85%;margin-bottom:20px}.wpbdp-submit-page .wpbdp-form-field{margin-bottom:8px}.wpbdp-submit-page .wpbdp-form-field .wpbdmcheckboxclass checkbox{margin-left:0}.wpbdp-submit-page .wpbdp-form-field.required .wpbdp-form-field-label:after{content:' *';font-size:80%}.wpbdp-submit-page .wpbdp-form-field-type-textarea textarea{min-width:90%;min-height:50px}.wpbdp-submit-page .wpbdp-form-field-association-content textarea{min-height:80px}.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}.wpbdp-form-field span.sublabel{font-size:90%;margin-left:10px;margin-right:10px}.wpbdp-form-field.image a.delete{margin-left:10px}ul.validation-errors{margin:15px 0 15px 0}ul.validation-errors li{color:red;margin:3px 0;list-style-position:inside}.wpbdp-submit-page.step-fees h4{background:#ddd;color:#333;padding:10px;margin-bottom:5px}.wpbdp-submit-page.step-images #image-upload-form{margin:15px 10px}.wpbdp-submit-page.step-images .wpbdp-image{float:left;border-bottom:dotted 1px #efefef;margin-right:10px;margin-bottom:10px;vertical-align:top}.wpbdp-submit-page.step-images .wpbdp-image img{vertical-align:top;text-align:center;max-width:150px;height:auto}.wpbdp-submit-page.step-images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-dnd-area{float:left;width:72%}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-conditions{float:right;width:25%;color:#666}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-conditions dl{margin:0}.wpbdp-submit-page.step-images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}.wpbdp-submit-page.step-images .wpbdp-image .delete-image{color:red}.wpbdp-submit-page .upgrade-to-featured-option{border:solid 1px #666;padding:5px 10px;margin:25px 0 25px 0;font-size:90%}.wpbdp-msg{font-size:85%;padding:.6em;border:solid 1px #e6db55;color:#555;margin:5px 0;background:#fffbcc;border-radius:3px}.wpbdp-msg.error{background-color:#ffebe8;border-color:#C00}.wpbdp-submit-page table.fee-options{width:100%}.wpbdp-submit-page table.fee-options th,.wpbdp-submit-page table.fee-options td{text-align:center}.wpbdp-submit-page table.fee-options td.fee-label,.wpbdp-submit-page table.fee-options tr.fee-description td{text-align:left}.wpbdp-submit-page table.fee-options .fee-selection{width:5%}.wpbdp-submit-page table.fee-options tr.fee-option td.fee-label{font-weight:bold}.wpbdp-submit-page table.fee-options td.fee-description{font-size:90%;color:#666}#wpbdp-renewal-page .do-not-renew-listing{margin:40px 0;border:solid 1px #eee;font-size:95%}#wpbdp-renewal-page .do-not-renew-listing .header{background:#bc0b0b;color:#fff;text-align:center;font-weight:bold;padding:2px 0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{color:#900000}.wpbdp-recaptcha-error{color:red}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-left:20px;color:#c00}#googlewallet-buy img{border:0;box-shadow:none}.wpbdp-checkout input[type="image"]{padding:0;border:0;box-shadow:none;width:auto}table#wpbdp-manage-recurring th.listing-title,table#wpbdp-manage-recurring td.listing-title{min-width:200px}table#wpbdp-manage-recurring a.cancel-subscription{color:red}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.wpbdp-cc-form{padding:0;width:90%}.wpbdp-cc-form h4{margin:0}.wpbdp-cc-field input{width:auto}.wpbdp-cc-field label{display:block;font-weight:bold;text-align:right;padding-right:10px}#wpbdp-billing-information .billing-info-section h4{margin:10px 0 5px 0}#wpbdp-billing-information .billing-info-section table{margin:1.75em 0}#wpbdp-billing-information #wpbdp-billing-field-exp,#wpbdp-billing-information #wpbdp-billing-field-exp-year{width:40%;display:inline}#wpbdp-billing-information .form-buttons{margin:15px 0}.wpbdp-show-on-mobile{display:none !important}@media screen and (max-width:500px){.wpbdp-show-on-mobile{display:inline !important}.wpbdp-hide-on-mobile{display:none !important}.wpbdp-bar form.wpbdp-search-form{display:block;margin-left:0;margin-top:10px}.wpbdp-bar form.wpbdp-search-form #intextbox{margin-bottom:5px;padding:4px}.wpbdp-bar form.wpbdp-search-form input[type="text"]{padding:4px 0;margin:0 0 2px 0}.wpbdp-listings-sort-options{font-size:90%}.wpbdp-listing.wpbdp-listing{font-size:90%}.wpbdp-listing.wpbdp-listing-excerpt .field-value>label{display:block}.wpbdp-listing.wpbdp-listing-excerpt .listing-thumbnail,.wpbdp-listing.wpbdp-listing-single .listing-thumbnail{float:none;padding:5px}.wpbdp-listing.wpbdp-listing-excerpt .listing-details,.wpbdp-listing.wpbdp-listing-single .listing-details{margin:0 5px;float:none;display:block}.wpbdp-listing .listing-actions input{font-size:85%}.wpbdp-listing .listing-actions input.back-to-dir{float:right}.wpbdp-listing.wpbdp-listing-single .main-image{display:block;float:none;padding:0;margin:0 0 10px 0;text-align:center;max-width:90%}.wpbdp-listing.wpbdp-listing-single .field-value>label{display:block}.wpbdp-submit-page.step-images #image-upload-dnd-area{font-size:90%;float:none !important;width:100% !important}.wpbdp-submit-page.step-images .dnd-area-inside-error{margin-top:30px}.wpbdp-submit-page.step-images #image-upload-conditions{width:100% !important;float:none !important;font-size:90%}.wpbdp-submit-page.step-images #image-upload-conditions dl{margin:0;padding:0}.wpbdp-submit-page.step-images #image-upload-conditions dl dt{margin:0;margin-right:5px;padding:0;float:left}.wpbdp-submit-page.step-images #image-upload-conditions dl dd{margin:0;padding:0;display:block}.wpbdp-submit-page.step-images .wpbdp-image img{max-width:50%}.wpbdp-listings-sort-options.wpbdp-show-on-mobile{margin-bottom:10px}}body.business-directory #TB_ImageOff .screen-reader-text,body.business-directory #TB_closeWindowButton .screen-reader-text{visibility:hidden}body.business-directory #TB_next{float:right}body.business-directory #TB_prev{float:left}body.business-directory #TB_caption{float:none !important}body.business-directory #TB_closeWindow{padding:0;height:0}body.business-directory #TB_closeWindow .screen-reader-text{display:none}body.business-directory #TB_secondLine{text-align:center}.wpbdp-form-row label{display:block}.wpbdp-form-row.wpbdp-form-textfield input[type="text"]{width:400px}.wpbdp-main-box,.wpbdp-main-box .box-row,.wpbdp-main-box .box-col{box-sizing:border-box}.wpbdp-main-box{background:#f7f7f7;margin:10px 0 20px 0;border-radius:4px;padding:10px;width:100%}.wpbdp-main-box .box-row{margin-bottom:4px}.wpbdp-main-box .box-col{margin-bottom:4px;width:100%}.wpbdp-main-box .box-col input{width:100%}.wpbdp-main-box .submit-btn input[type="submit"]{margin-top:0}.wpbdp-main-box .advanced-search-link{border:0;box-shadow:none;display:block;font-size:11px;text-align:right;text-decoration:none}.wpbdp-main-box-medium .box-col,.wpbdp-main-box-large .box-col{float:left}.wpbdp-main-box-medium .search-fields>.cols-1 .box-col,.wpbdp-main-box-large .search-fields>.cols-1 .box-col{width:100%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col,.wpbdp-main-box-large .search-fields>.cols-2 .box-col{width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:first-child{padding-right:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:last-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:last-child{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col,.wpbdp-main-box-large .search-fields>.cols-3 .box-col{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding-right:5px}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding:0;width:100%}.wpbdp-main-box-large .box-row{margin-bottom:0}.wpbdp-main-box-large .search-fields{padding-right:5px;width:78%}.wpbdp-main-box-large .submit-btn{padding-left:5px;width:22%}.wpbdp-main-links{text-align:right}.wpbdp-main-links .button{margin:0 5px}.wpbdp-main-links .button:first-child{margin-left:0}.wpbdp-main-links .button:last-child{margin-right:0}.wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px;width:100%;margin:0 0 4px}.wpbdp-main-links-small .button{padding-top:10px;padding-bottom:10px;width:100%;margin:0 0 4px}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button{width:49%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:first-child{margin-right:1%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:last-child{margin-left:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n){width:49%;margin-top:1%;margin-right:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n+3){width:49%;margin-top:1%;margin-left:1%}.wpbdp-main-links-medium .wpbdp-main-links .button{padding-top:8px;padding-bottom:8px}.wpbdp-main-links-large .button{margin:0 3px}.single-wpbdp_listing .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_category .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_tag .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-search .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-submit_listing .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-taxonomy .wpbdp-view-content-wrapper header.entry-header{display:none}.wpbdp-wp-theme-graphene.single-wpbdp_listing h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_category h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_tag h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-search h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-submit_listing h1.post-title{display:none}.wpbdp-wp-theme-genesis.wpbdp-view-show_category .archive-description,.wpbdp-wp-theme-genesis.wpbdp-view-show_tag .archive-description{display:none}.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_category .post-details,.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_tag .post-details{display:none}.wpbdp-wp-theme-atahualpa.wpbdp-view-show_category .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_tag .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_listing .post-footer{display:none}.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_category .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_tag .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_listing .entry-content .featured-image{display:none}.wpbdp-login-form h2,.wpbdp-login-form .wpbdp-login-form-extra-links{text-align:center}.wpbdp-login-form form{margin:0 auto;width:320px}.wpbdp-login-form p{margin-bottom:0}.wpbdp-login-form .login-username input,.wpbdp-login-form .login-password input{display:block;width:100%}
|
1 |
+
.wpbdp-cf:before,.wpbdp-cf:after,.cf:before,.cf:after{content:" ";display:table}.wpbdp-cf:after,.cf:after{clear:both}.wpbdp-cf,.cf{*zoom:1}form#wpbdmsearchform{padding:12px 0;text-align:center}form#wpbdmsearchform input{display:inline}form#wpbdmsearchform .wpbdmsearchbutton{margin-top:5px}form#wpbdmsearchform a.advanced-search-link{font-size:70%;display:block}#wpbdp-search-form{padding-left:10px}#wpbdp-search-form .wpbdp-search-filter{margin-bottom:10px;clear:both}#wpbdp-search-form .wpbdp-search-filter>.wpbdp-search-field-label{display:block;width:40%;float:left}#wpbdp-search-form .wpbdp-search-filter>div.field{display:block;width:60%;margin-left:40%;padding-left:5px}#wpbdp-search-form .wpbdp-search-filter>div.field>input[type="text"]{width:90%}#wpbdp-search-form .wpbdp-search-filter>div.field>select{width:90%}#wpbdp-search-form input[type="submit"]{float:none;margin:auto}.wpbdp-pagination{margin:25px 0 0 0}.wpbdp-pagination .next{float:right}.listing-actions form{margin:0;padding:0;display:inline}.listing-actions input{margin:0}.listing-actions input.delete-listing{margin-left:5px;margin-right:30px;color:#f00 !important}.wpbdp-with-button-styles .listing-actions .wpbdp-button{padding:5px 10px;font-size:11px;text-decoration:none;background-color:#e6e6e6;color:#7c7c7c;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-ms-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-webkit-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-o-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:linear-gradient(top,#f4f4f4,#e6e6e6);border:1px solid #d2d2d2;border-radius:3px;box-shadow:0 1px 2px rgba(64,64,64,0.1);margin-right:3px}.wpbdp-with-button-styles .listing-actions .wpbdp-button:hover{color:#5e5e5e;background-color:#ebebeb;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-ms-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-webkit-linear-gradient(top,#f9f9f9,#ebebeb);background-image:-o-linear-gradient(top,#f9f9f9,#ebebeb);background-image:linear-gradient(top,#f9f9f9,#ebebeb)}.wpbdp-with-button-styles .listing-actions .wpbdp-button.delete-listing{margin-left:20px;color:red}.wpbdp-listing .listing-details .field-value{margin-bottom:10px;width:100%;float:none}.wpbdmsingledetails .singledetailsview .field-value{margin-bottom:10px}.field-value label{color:#444;font-weight:bold}.wpbdp-listing-excerpt{padding:10px;border-bottom:dotted 1px #ddd}.wpbdp-listing-excerpt.odd{background:#eee}.wpbdp-listing-excerpt.sticky{background:#fff0cf;border-bottom:solid 1px #b37800}.wpbdp-listing-excerpt .listing-thumbnail{float:right;margin:0 10px 0 0}.wpbdp-listing-excerpt .listing-actions{margin-top:15px}.wpbdp-listing-single .listing-actions{margin-bottom:25px}.wpbdp-listing-single.sticky{margin-top:30px}.wpbdp-listing-single .stickytag{float:right;margin-top:-68px}.wpbdp-listing-single .stickytag img{border:0;box-shadow:none;background:transparent}.wpbdp-listing-single .listing-title{padding:2px 8px;background:#efefef;border:dotted 1px #ddd;margin-bottom:7px}.wpbdp-listing-single .listing-title h2{clear:none;margin:0}.wpbdp-listing-single .main-image{float:right;margin-left:10px;padding:5px}.wpbdp-listing-single .main-image a{position:relative !important}.wpbdp-listing-single .main-image img{border:solid 1px #333}.wpbdp-listing-single .extra-images{margin-top:10px;clear:both}.wpbdp-listing-single .extra-images ul{margin:0 auto;width:100%}.wpbdp-listing-single .extra-images ul li{list-style-type:none;display:inline;margin-left:5px}.wpbdp-listing-single .extra-images ul li img{display:inline;vertical-align:top;margin:0 auto;max-width:150px;border:solid 1px #333}.wpbdp-listing .social-fields{margin:20px 0}.wpbdp-listing .social-field{margin:5px 0;height:20px;vertical-align:middle}.social-field.facebook .fb-like>span{overflow:visible !important;width:450px !important;vertical-align:top !important}@media screen and (max-width:500px){.social-field.facebook .fb-like>span{width:100% !important}}.wpbdp-listing-contact-form{margin-top:20px;border-top:dotted 1px #ddd;padding-top:20px;padding-left:10px}.wpbdp-listing-contact-form .send-message-button{margin-left:-10px}.wpbdp-listing-contact-form h3{margin-left:-10px}.wpbdp-listing-contact-form textarea{width:98% !important}.wpbdp-listing .comments{margin-top:20px}.wpbdp-bar{background:#f7f7f7;margin:10px 0 20px 0;padding:5px 10px}.wpbdp-bar:before,.wpbdp-bar:after{content:" ";display:table;clear:both}.wpbdp-bar .wpbdp-search-form{margin:0;padding:0 !important;margin-left:50%}.wpbdp-main-links a{margin-right:15px}.wpbdp-bar .left{float:left;text-align:center}.wpbdp-bar .right{width:300px;float:right}.wpbdp-listings-sort-options{font-size:90%;margin:5px 0;text-align:right}.wpbdp-listings-sort-options .current{font-weight:bold}#wpbdp-categories{clear:both}.wpbdp-categories{margin:0;padding-left:20px}.wpbdp-categories .cat-item{box-sizing:border-box;margin:0 0 20px}.wpbdp-categories .cat-item .cat-item{margin:0}.wpbdp-categories-small .cat-item,.wpbdp-categories-medium .cat-item,.wpbdp-categories-large .cat-item{float:left;width:50%}.wpbdp-categories-small .cat-item:nth-child(2n+1),.wpbdp-categories-medium .cat-item:nth-child(2n+1),.wpbdp-categories-large .cat-item:nth-child(2n+1){clear:left}.wpbdp-categories-small .cat-item .cat-item,.wpbdp-categories-medium .cat-item .cat-item,.wpbdp-categories-large .cat-item .cat-item{width:100%}.wpbdp-submit-page h3{margin-bottom:10px}.wpbdp-submit-page .wpbdmp{margin:0}.wpbdp-submit-page legend{font-size:85%;margin-bottom:20px}.wpbdp-submit-page .wpbdp-form-field{margin-bottom:8px}.wpbdp-submit-page .wpbdp-form-field .wpbdmcheckboxclass checkbox{margin-left:0}.wpbdp-submit-page .wpbdp-form-field.required .wpbdp-form-field-label:after{content:' *';font-size:80%}.wpbdp-submit-page .wpbdp-form-field-type-textarea textarea{min-width:90%;min-height:50px}.wpbdp-submit-page .wpbdp-form-field-association-content textarea{min-height:80px}.wpbdp-form-field .field-description{font-size:90%;color:#696969;float:right}.wpbdp-form-field span.sublabel{font-size:90%;margin-left:10px;margin-right:10px}.wpbdp-form-field.image a.delete{margin-left:10px}ul.validation-errors{margin:15px 0 15px 0}ul.validation-errors li{color:red;margin:3px 0;list-style-position:inside}.wpbdp-submit-page.step-fees h4{background:#ddd;color:#333;padding:10px;margin-bottom:5px}.wpbdp-submit-page.step-images #image-upload-form{margin:15px 10px}.wpbdp-submit-page.step-images .wpbdp-image{float:left;border-bottom:dotted 1px #efefef;margin-right:10px;margin-bottom:10px;vertical-align:top}.wpbdp-submit-page.step-images .wpbdp-image img{vertical-align:top;text-align:center;max-width:150px;height:auto}.wpbdp-submit-page.step-images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:red;float:left}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-dnd-area{float:left;width:72%}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-conditions{float:right;width:25%;color:#666}.wpbdp-submit-page.step-images .area-and-conditions #image-upload-conditions dl{margin:0}.wpbdp-submit-page.step-images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}.wpbdp-submit-page.step-images .wpbdp-image .delete-image{color:red}.wpbdp-submit-page .upgrade-to-featured-option{border:solid 1px #666;padding:5px 10px;margin:25px 0 25px 0;font-size:90%}.wpbdp-msg{font-size:85%;padding:.6em;border:solid 1px #e6db55;color:#555;margin:5px 0;background:#fffbcc;border-radius:3px}.wpbdp-msg.error{background-color:#ffebe8;border-color:#C00}.wpbdp-submit-page table.fee-options{width:100%}.wpbdp-submit-page table.fee-options th,.wpbdp-submit-page table.fee-options td{text-align:center}.wpbdp-submit-page table.fee-options td.fee-label,.wpbdp-submit-page table.fee-options tr.fee-description td{text-align:left}.wpbdp-submit-page table.fee-options .fee-selection{width:5%}.wpbdp-submit-page table.fee-options tr.fee-option td.fee-label{font-weight:bold}.wpbdp-submit-page table.fee-options td.fee-description{font-size:90%;color:#666}#wpbdp-renewal-page .do-not-renew-listing{margin:40px 0;border:solid 1px #eee;font-size:95%}#wpbdp-renewal-page .do-not-renew-listing .header{background:#bc0b0b;color:#fff;text-align:center;font-weight:bold;padding:2px 0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{color:#900000}.wpbdp-recaptcha-error{color:red}#wpbdp-delete-listing-page form.confirm-form{margin-top:30px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-left:20px;color:#c00}#googlewallet-buy img{border:0;box-shadow:none}.wpbdp-checkout input[type="image"]{padding:0;border:0;box-shadow:none;width:auto}table#wpbdp-manage-recurring th.listing-title,table#wpbdp-manage-recurring td.listing-title{min-width:200px}table#wpbdp-manage-recurring a.cancel-subscription{color:red}#wpbdp-manage-recurring-cancel dl dd{margin-left:10px}.wpbdp-cc-form{padding:0;width:90%}.wpbdp-cc-form h4{margin:0}.wpbdp-cc-field input{width:auto}.wpbdp-cc-field label{display:block;font-weight:bold;text-align:right;padding-right:10px}#wpbdp-billing-information .billing-info-section h4{margin:10px 0 5px 0}#wpbdp-billing-information .billing-info-section table{margin:1.75em 0}#wpbdp-billing-information #wpbdp-billing-field-exp,#wpbdp-billing-information #wpbdp-billing-field-exp-year{width:40%;display:inline}#wpbdp-billing-information .form-buttons{margin:15px 0}.wpbdp-show-on-mobile{display:none !important}@media screen and (max-width:500px){.wpbdp-show-on-mobile{display:inline !important}.wpbdp-hide-on-mobile{display:none !important}.wpbdp-bar form.wpbdp-search-form{display:block;margin-left:0;margin-top:10px}.wpbdp-bar form.wpbdp-search-form #intextbox{margin-bottom:5px;padding:4px}.wpbdp-bar form.wpbdp-search-form input[type="text"]{padding:4px 0;margin:0 0 2px 0}.wpbdp-listings-sort-options{font-size:90%}.wpbdp-listing.wpbdp-listing{font-size:90%}.wpbdp-listing.wpbdp-listing-excerpt .field-value>label{display:block}.wpbdp-listing.wpbdp-listing-excerpt .listing-thumbnail,.wpbdp-listing.wpbdp-listing-single .listing-thumbnail{float:none;padding:5px}.wpbdp-listing.wpbdp-listing-excerpt .listing-details,.wpbdp-listing.wpbdp-listing-single .listing-details{margin:0 5px;float:none;display:block}.wpbdp-listing .listing-actions input{font-size:85%}.wpbdp-listing .listing-actions input.back-to-dir{float:right}.wpbdp-listing.wpbdp-listing-single .main-image{display:block;float:none;padding:0;margin:0 0 10px 0;text-align:center;max-width:90%}.wpbdp-listing.wpbdp-listing-single .field-value>label{display:block}.wpbdp-submit-page.step-images #image-upload-dnd-area{font-size:90%;float:none !important;width:100% !important}.wpbdp-submit-page.step-images .dnd-area-inside-error{margin-top:30px}.wpbdp-submit-page.step-images #image-upload-conditions{width:100% !important;float:none !important;font-size:90%}.wpbdp-submit-page.step-images #image-upload-conditions dl{margin:0;padding:0}.wpbdp-submit-page.step-images #image-upload-conditions dl dt{margin:0;margin-right:5px;padding:0;float:left}.wpbdp-submit-page.step-images #image-upload-conditions dl dd{margin:0;padding:0;display:block}.wpbdp-submit-page.step-images .wpbdp-image img{max-width:50%}.wpbdp-listings-sort-options.wpbdp-show-on-mobile{margin-bottom:10px}}body.business-directory #TB_ImageOff .screen-reader-text,body.business-directory #TB_closeWindowButton .screen-reader-text{visibility:hidden}body.business-directory #TB_next{float:right}body.business-directory #TB_prev{float:left}body.business-directory #TB_caption{float:none !important}body.business-directory #TB_closeWindow{padding:0;height:0}body.business-directory #TB_closeWindow .screen-reader-text{display:none}body.business-directory #TB_secondLine{text-align:center}.wpbdp-form-row label{display:block}.wpbdp-form-row.wpbdp-form-textfield input[type="text"]{width:400px}.wpbdp-main-box,.wpbdp-main-box .box-row,.wpbdp-main-box .box-col{box-sizing:border-box}.wpbdp-main-box{background:#f7f7f7;margin:10px 0 20px 0;border-radius:4px;padding:10px;width:100%}.wpbdp-main-box .box-row{margin-bottom:4px}.wpbdp-main-box .box-col{margin-bottom:4px;width:100%}.wpbdp-main-box .box-col input{width:100%}.wpbdp-main-box .submit-btn input[type="submit"]{margin-top:0}.wpbdp-main-box .advanced-search-link{border:0;box-shadow:none;display:block;font-size:11px;text-align:right;text-decoration:none}.wpbdp-main-box-medium .box-col,.wpbdp-main-box-large .box-col{float:left}.wpbdp-main-box-medium .search-fields>.cols-1 .box-col,.wpbdp-main-box-large .search-fields>.cols-1 .box-col{width:100%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col,.wpbdp-main-box-large .search-fields>.cols-2 .box-col{width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:first-child{padding-right:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-2 .box-col:last-child,.wpbdp-main-box-large .search-fields>.cols-2 .box-col:last-child{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col,.wpbdp-main-box-large .search-fields>.cols-3 .box-col{padding-left:5px;width:50%}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding-right:5px}.wpbdp-main-box-medium .search-fields>.cols-3 .box-col:first-child,.wpbdp-main-box-large .search-fields>.cols-3 .box-col:first-child{padding:0;width:100%}.wpbdp-main-box-large .box-row{margin-bottom:0}.wpbdp-main-box-large .search-fields{padding-right:5px;width:78%}.wpbdp-main-box-large .submit-btn{padding-left:5px;width:22%}.wpbdp-main-links{text-align:right}.wpbdp-main-links .button{margin:0 5px}.wpbdp-main-links .button:first-child{margin-left:0}.wpbdp-main-links .button:last-child{margin-right:0}.wpbdp-main-links-tiny .wpbdp-main-links .button{padding-top:10px;padding-bottom:10px;width:100%;margin:0 0 4px}.wpbdp-main-links-small .button{padding-top:10px;padding-bottom:10px;width:100%;margin:0 0 4px}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button{width:49%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:first-child{margin-right:1%}.wpbdp-main-links-small .wpbdp-main-links-2-buttons .button:last-child{margin-left:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n){width:49%;margin-top:1%;margin-right:1%}.wpbdp-main-links-small .wpbdp-main-links-3-buttons .button:nth-child(2n+3){width:49%;margin-top:1%;margin-left:1%}.wpbdp-main-links-medium .wpbdp-main-links .button{padding-top:8px;padding-bottom:8px}.wpbdp-main-links-large .button{margin:0 3px}.single-wpbdp_listing .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_category .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_tag .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-search .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-submit_listing .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-taxonomy .wpbdp-view-content-wrapper header.entry-header{display:none}.wpbdp-wp-theme-graphene.single-wpbdp_listing h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_category h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_tag h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-search h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-submit_listing h1.post-title{display:none}.wpbdp-wp-theme-genesis.wpbdp-view-show_category .archive-description,.wpbdp-wp-theme-genesis.wpbdp-view-show_tag .archive-description{display:none}.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_category .post-details,.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_tag .post-details{display:none}.wpbdp-wp-theme-atahualpa.wpbdp-view-show_category .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_tag .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_listing .post-footer{display:none}.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_category .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_tag .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_listing .entry-content .featured-image{display:none}.wpbdp-login-form h2,.wpbdp-login-form .wpbdp-login-form-extra-links{text-align:center}.wpbdp-login-form form{margin:0 auto;width:320px}.wpbdp-login-form p{margin-bottom:0}.wpbdp-login-form .login-username input,.wpbdp-login-form .login-password input{display:block;width:100%}
|
core/fieldtypes/class-fieldtypes-select.php
CHANGED
@@ -21,7 +21,10 @@ class WPBDP_FieldTypes_Select extends WPBDP_Form_Field_Type {
|
|
21 |
}
|
22 |
|
23 |
public function convert_input( &$field, $input ) {
|
24 |
-
|
|
|
|
|
|
|
25 |
$res = is_array( $input ) ? $input : array( $input );
|
26 |
|
27 |
if ( $field->get_association() == 'category' ) {
|
21 |
}
|
22 |
|
23 |
public function convert_input( &$field, $input ) {
|
24 |
+
if ( is_null( $input ) || '' == $input ) {
|
25 |
+
$input = array();
|
26 |
+
}
|
27 |
+
|
28 |
$res = is_array( $input ) ? $input : array( $input );
|
29 |
|
30 |
if ( $field->get_association() == 'category' ) {
|
core/helpers/class-themes-updater.php
CHANGED
@@ -162,7 +162,7 @@ class WPBDP_Themes_Updater {
|
|
162 |
|
163 |
$response->add( 'html', wpbdp_render_page( WPBDP_PATH . 'admin/templates/themes-item.tpl.php',
|
164 |
array( 'theme' => $this->themes_api->get_theme( $theme_id ) ) ) );
|
165 |
-
$response->set_message( _x( 'Theme was updated
|
166 |
$response->send();
|
167 |
}
|
168 |
|
162 |
|
163 |
$response->add( 'html', wpbdp_render_page( WPBDP_PATH . 'admin/templates/themes-item.tpl.php',
|
164 |
array( 'theme' => $this->themes_api->get_theme( $theme_id ) ) ) );
|
165 |
+
$response->set_message( _x( 'Theme was updated successfully.', 'themes', 'WPBDM' ) );
|
166 |
$response->send();
|
167 |
}
|
168 |
|
core/installer.php
CHANGED
@@ -1107,7 +1107,7 @@ class WPBDP_Installer_Manual_Upgrade {
|
|
1107 |
echo '</div>';
|
1108 |
|
1109 |
echo '<div class="step-done" style="display: none;">';
|
1110 |
-
echo '<p>' . _x( 'The upgrade was
|
1111 |
printf ( '<a href="%s" class="button button-primary">%s</a>',
|
1112 |
admin_url( 'admin.php?page=wpbdp_admin' ),
|
1113 |
_x( 'Go to "Directory Admin"', 'manual-upgrade', 'WPBDM' ) );
|
1107 |
echo '</div>';
|
1108 |
|
1109 |
echo '<div class="step-done" style="display: none;">';
|
1110 |
+
echo '<p>' . _x( 'The upgrade was successfully performed. Business Directory Plugin is now available.', 'manual-upgrade', 'WPBDM' ) . '</p>';
|
1111 |
printf ( '<a href="%s" class="button button-primary">%s</a>',
|
1112 |
admin_url( 'admin.php?page=wpbdp_admin' ),
|
1113 |
_x( 'Go to "Directory Admin"', 'manual-upgrade', 'WPBDM' ) );
|
core/js/dnd-upload.js
CHANGED
@@ -49,8 +49,8 @@ var wpbdp = window.wpbdp || {};
|
|
49 |
done: function( e, data ) {
|
50 |
var res = data.result;
|
51 |
|
52 |
-
if ( ! res.success )
|
53 |
-
|
54 |
|
55 |
$area.data( 'dnd-working', false );
|
56 |
$area.find( '.dnd-area-inside-working' ).hide();
|
49 |
done: function( e, data ) {
|
50 |
var res = data.result;
|
51 |
|
52 |
+
// if ( ! res.success )
|
53 |
+
// return;
|
54 |
|
55 |
$area.data( 'dnd-working', false );
|
56 |
$area.find( '.dnd-area-inside-working' ).hide();
|
core/js/dnd-upload.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
var wpbdp=window.wpbdp||{};!function($){var dnd=wpbdp.dnd={setup:function($area,options){var options=$.extend(options,{}),$input=$area.find('input[type="file"]');$area.data("dnd-working",!1);$area.on("dragover",function(e){$(this).hasClass("dragging")||$(this).addClass("dragging")}).on("dragleave",function(e){$(this).hasClass("dragging")&&$(this).removeClass("dragging")});$input.fileupload({url:$area.attr("data-action")?$area.attr("data-action"):options.url,sequentialUploads:!0,dataType:"json",singleFileUploads:!1,dropZone:$area,formData:function(form){return[{name:"dummy",value:1}]},send:function(e,data){if($area.data("dnd-working"))return!1;if("undefined"!=typeof options.validate&&!options.validate.call($area,data))return!1;$area.removeClass("dragging");$area.removeClass("error");$area.data("dnd-working",!0);$area.find(".dnd-area-inside").fadeOut("fast",function(){$area.find(".dnd-area-inside-working span").text(data.files.length);$area.find(".dnd-area-inside-working").fadeIn("fast")});return!0},done:function(e,data){var res=data.result
|
1 |
+
var wpbdp=window.wpbdp||{};!function($){var dnd=wpbdp.dnd={setup:function($area,options){var options=$.extend(options,{}),$input=$area.find('input[type="file"]');$area.data("dnd-working",!1);$area.on("dragover",function(e){$(this).hasClass("dragging")||$(this).addClass("dragging")}).on("dragleave",function(e){$(this).hasClass("dragging")&&$(this).removeClass("dragging")});$input.fileupload({url:$area.attr("data-action")?$area.attr("data-action"):options.url,sequentialUploads:!0,dataType:"json",singleFileUploads:!1,dropZone:$area,formData:function(form){return[{name:"dummy",value:1}]},send:function(e,data){if($area.data("dnd-working"))return!1;if("undefined"!=typeof options.validate&&!options.validate.call($area,data))return!1;$area.removeClass("dragging");$area.removeClass("error");$area.data("dnd-working",!0);$area.find(".dnd-area-inside").fadeOut("fast",function(){$area.find(".dnd-area-inside-working span").text(data.files.length);$area.find(".dnd-area-inside-working").fadeIn("fast")});return!0},done:function(e,data){var res=data.result;$area.data("dnd-working",!1);$area.find(".dnd-area-inside-working").hide();$area.find(".dnd-area-inside").fadeIn("fast");"undefined"!=typeof options.done&&options.done.call($area,res)}});"undefined"!=typeof options.init&&options.init.call($area)}}}(jQuery);
|
core/js/wpbdp.js
CHANGED
@@ -89,7 +89,7 @@ jQuery(document).ready(function($){
|
|
89 |
}
|
90 |
|
91 |
$( '.wpbdp-listing-contact-form .send-message-button' ).click(function() {
|
92 |
-
$( '.wpbdp-listing-contact-form .contact-form-wrapper' ).
|
93 |
});
|
94 |
|
95 |
$( '.wpbdp-listings-sort-options.wpbdp-show-on-mobile select' ).change(function(e) {
|
@@ -189,24 +189,31 @@ WPBDP.fileUpload = {
|
|
189 |
}
|
190 |
};
|
191 |
|
192 |
-
|
|
|
|
|
193 |
_slots: 0,
|
194 |
_slotsRemaining: 0,
|
195 |
_working: false,
|
196 |
|
197 |
init: function() {
|
|
|
|
|
|
|
198 |
var t = this;
|
199 |
|
200 |
// Initialize slot quantities.
|
201 |
-
|
202 |
-
|
|
|
|
|
203 |
|
204 |
// Handle image deletes.
|
205 |
$( '#wpbdp-uploaded-images' ).delegate( '.delete-image', 'click', function( e ) {
|
206 |
e.preventDefault();
|
207 |
var url = $( this ).attr('data-action');
|
208 |
|
209 |
-
$.post( url, {
|
210 |
if ( ! res.success )
|
211 |
return;
|
212 |
|
@@ -214,15 +221,17 @@ WPBDP.fileUpload = {
|
|
214 |
$( this ).remove();
|
215 |
|
216 |
if ( 1 == $( '#wpbdp-uploaded-images .wpbdp-image' ).length )
|
217 |
-
$( '#wpbdp-uploaded-images .wpbdp-image:first input[name="thumbnail_id"] ').
|
218 |
|
219 |
-
t.
|
220 |
-
|
|
|
|
|
221 |
|
222 |
-
if ( t._slotsRemaining == t._slots )
|
223 |
$( '#no-images-message' ).show();
|
224 |
|
225 |
-
if (
|
226 |
$( '#image-upload-dnd-area .dnd-area-inside' ).show();
|
227 |
$( '#noslots-message' ).hide();
|
228 |
$( '#image-upload-dnd-area' ).removeClass('error');
|
@@ -235,7 +244,7 @@ WPBDP.fileUpload = {
|
|
235 |
|
236 |
wpbdp.dnd.setup( $( '#image-upload-dnd-area' ), {
|
237 |
init: function() {
|
238 |
-
if ( t._slotsRemaining > 0 )
|
239 |
return;
|
240 |
|
241 |
$( '#image-upload-dnd-area .dnd-area-inside' ).hide();
|
@@ -244,14 +253,23 @@ WPBDP.fileUpload = {
|
|
244 |
$( '#image-upload-dnd-area .dnd-area-inside-error' ).show();
|
245 |
},
|
246 |
validate: function( data ) {
|
|
|
|
|
|
|
247 |
$( this ).siblings( '.wpbdp-msg' ).remove();
|
248 |
return ( t._slotsRemaining - data.files.length ) >= 0;
|
249 |
},
|
250 |
done: function( res ) {
|
251 |
-
var uploadErrors =
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
|
253 |
if ( uploadErrors ) {
|
254 |
-
var errorMsg = $( '<div>' ).addClass('wpbdp-msg error').html(
|
255 |
$( '.area-and-conditions' ).prepend( errorMsg );
|
256 |
return;
|
257 |
}
|
@@ -260,21 +278,37 @@ WPBDP.fileUpload = {
|
|
260 |
$( '#wpbdp-uploaded-images' ).append( res.data.html );
|
261 |
|
262 |
if ( 1 == $( '#wpbdp-uploaded-images .wpbdp-image' ).length ) {
|
263 |
-
$( '#wpbdp-uploaded-images .wpbdp-image:first input[name="thumbnail_id"] ').
|
264 |
}
|
265 |
|
266 |
-
t.
|
267 |
-
|
|
|
268 |
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
|
|
275 |
}
|
276 |
}
|
277 |
} );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
278 |
},
|
279 |
};
|
280 |
|
89 |
}
|
90 |
|
91 |
$( '.wpbdp-listing-contact-form .send-message-button' ).click(function() {
|
92 |
+
$( '.wpbdp-listing-contact-form .contact-form-wrapper' ).toggleClass( 'wpbdp-hide-on-mobile' );
|
93 |
});
|
94 |
|
95 |
$( '.wpbdp-listings-sort-options.wpbdp-show-on-mobile select' ).change(function(e) {
|
189 |
}
|
190 |
};
|
191 |
|
192 |
+
var sbImages = sb.images = wpbdp.listingSubmit.images = {
|
193 |
+
_initialized: false,
|
194 |
+
_admin_nonce: '',
|
195 |
_slots: 0,
|
196 |
_slotsRemaining: 0,
|
197 |
_working: false,
|
198 |
|
199 |
init: function() {
|
200 |
+
this._initialized = true;
|
201 |
+
this._admin_nonce = $( '#image-upload-dnd-area' ).attr( 'data-admin-nonce' );
|
202 |
+
|
203 |
var t = this;
|
204 |
|
205 |
// Initialize slot quantities.
|
206 |
+
if ( ! this._admin_nonce ) {
|
207 |
+
sb.images._slots = parseInt( $( '#image-slots-total' ).text() );
|
208 |
+
sb.images._slotsRemaining = parseInt( $( '#image-slots-remaining' ).text() );
|
209 |
+
}
|
210 |
|
211 |
// Handle image deletes.
|
212 |
$( '#wpbdp-uploaded-images' ).delegate( '.delete-image', 'click', function( e ) {
|
213 |
e.preventDefault();
|
214 |
var url = $( this ).attr('data-action');
|
215 |
|
216 |
+
$.post( url, {}, function( res ) {
|
217 |
if ( ! res.success )
|
218 |
return;
|
219 |
|
221 |
$( this ).remove();
|
222 |
|
223 |
if ( 1 == $( '#wpbdp-uploaded-images .wpbdp-image' ).length )
|
224 |
+
$( '#wpbdp-uploaded-images .wpbdp-image:first input[name="thumbnail_id"] ').attr( 'checked', 'checked' );
|
225 |
|
226 |
+
if ( ! t._admin_nonce ) {
|
227 |
+
t._slotsRemaining++;
|
228 |
+
$( '#image-slots-remaining' ).text( t._slotsRemaining );
|
229 |
+
}
|
230 |
|
231 |
+
if ( ( t._admin_nonce && 0 == $( '#wpbdp-uploaded-images .wpbdp-image' ).length ) || ( ! t._admin_nonce && t._slotsRemaining == t._slots ) )
|
232 |
$( '#no-images-message' ).show();
|
233 |
|
234 |
+
if ( t._admin_nonce || t._slotsRemaining > 0 ) {
|
235 |
$( '#image-upload-dnd-area .dnd-area-inside' ).show();
|
236 |
$( '#noslots-message' ).hide();
|
237 |
$( '#image-upload-dnd-area' ).removeClass('error');
|
244 |
|
245 |
wpbdp.dnd.setup( $( '#image-upload-dnd-area' ), {
|
246 |
init: function() {
|
247 |
+
if ( t._admin_nonce || t._slotsRemaining > 0 )
|
248 |
return;
|
249 |
|
250 |
$( '#image-upload-dnd-area .dnd-area-inside' ).hide();
|
253 |
$( '#image-upload-dnd-area .dnd-area-inside-error' ).show();
|
254 |
},
|
255 |
validate: function( data ) {
|
256 |
+
if ( t._admin_nonce )
|
257 |
+
return true;
|
258 |
+
|
259 |
$( this ).siblings( '.wpbdp-msg' ).remove();
|
260 |
return ( t._slotsRemaining - data.files.length ) >= 0;
|
261 |
},
|
262 |
done: function( res ) {
|
263 |
+
var uploadErrors = false;
|
264 |
+
|
265 |
+
if ( ! res.success ) {
|
266 |
+
uploadErrors = [ res.error ];
|
267 |
+
} else {
|
268 |
+
uploadErrors = ( 'undefined' !== typeof res.data.uploadErrors ) ? res.data.uploadErrors : false;
|
269 |
+
}
|
270 |
|
271 |
if ( uploadErrors ) {
|
272 |
+
var errorMsg = $( '<div>' ).addClass('wpbdp-msg error').html( uploadErrors );
|
273 |
$( '.area-and-conditions' ).prepend( errorMsg );
|
274 |
return;
|
275 |
}
|
278 |
$( '#wpbdp-uploaded-images' ).append( res.data.html );
|
279 |
|
280 |
if ( 1 == $( '#wpbdp-uploaded-images .wpbdp-image' ).length ) {
|
281 |
+
$( '#wpbdp-uploaded-images .wpbdp-image:first input[name="thumbnail_id"] ').attr( 'checked', 'checked' );
|
282 |
}
|
283 |
|
284 |
+
if ( ! t._admin_nonce ) {
|
285 |
+
t._slotsRemaining -= res.data.attachmentIds.length;
|
286 |
+
$( '#image-slots-remaining' ).text( t._slotsRemaining );
|
287 |
|
288 |
+
if ( 0 == t._slotsRemaining ) {
|
289 |
+
$( '#image-upload-dnd-area .dnd-area-inside' ).hide();
|
290 |
+
$( '#noslots-message' ).show();
|
291 |
+
$( '#image-upload-dnd-area' ).addClass('error');
|
292 |
+
$( '#image-upload-dnd-area .dnd-area-inside' ).hide();
|
293 |
+
$( '#image-upload-dnd-area .dnd-area-inside-error' ).show();
|
294 |
+
}
|
295 |
}
|
296 |
}
|
297 |
} );
|
298 |
+
|
299 |
+
$( '#wpbdp-uploaded-images' ).sortable({
|
300 |
+
axis: 'y',
|
301 |
+
cursor: 'move',
|
302 |
+
opacity: 0.9,
|
303 |
+
update: function( ev, ui ) {
|
304 |
+
var sorted = $( this ).sortable( 'toArray', { attribute: 'data-imageid' } );
|
305 |
+
var no_images = sorted.length;
|
306 |
+
|
307 |
+
$.each( sorted, function( i, v ) {
|
308 |
+
$( 'input[name="images_meta[' + v + '][order]"]' ).val( no_images - i );
|
309 |
+
} );
|
310 |
+
}
|
311 |
+
});
|
312 |
},
|
313 |
};
|
314 |
|
core/js/wpbdp.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
"undefined"==typeof window.WPBDP&&(window.WPBDP={});"undefined"==typeof window.wpbdp&&(window.wpbdp={});jQuery(document).ready(function($){wpbdp.main_box={init:function(){return;this.$box=$("#wpbdp-main-box");this.$cols=this.$box.find(".box-col");this.$cols_expanding=this.$cols.filter(".box-col-expand");this.$cols_fixed=this.$cols.not(this.$cols_expanding);var self=this;$(window).on("load",function(){var max_height=0;self.$cols.each(function(){$(this).data("initial-width",$(this).outerWidth());max_height=Math.max(max_height,$(this).height())});self.$cols.height(max_height);self.resize()});$(window).on("resize",function(){self.resize()})},sum_width:function($selector,prop){var prop="undefined"==typeof prop?"width":prop,sum=0;$selector.each(function(){var w=0;w="initial"==prop?$(this).data("initial-width"):"outer"==prop?$(this).outerWidth():"inner"==prop?$(this).innerWidth():$(this).width();sum+=parseInt(w)});return sum},min_width:function(){return this.sum_width(this.$cols_fixed,"initial")},should_resize:function(){return this.$box.find("form").width()>this.min_width()},resize:function(){if(this.should_resize()){var available_width=this.$box.find("form").innerWidth()-this.min_width(),flex_width=Math.floor(available_width/this.$cols_expanding.length)-2;this.$cols_expanding.each(function(){$(this).outerWidth(flex_width)})}}};$("#wpbdp-main-box").length>0&&wpbdp.main_box.init();0==$(".wpbdp-bar").children().length&&""==$.trim($(".wpbdp-bar").text())&&$(".wpbdp-bar").remove();$(".wpbdp-listing-contact-form .send-message-button").click(function(){$(".wpbdp-listing-contact-form .contact-form-wrapper").
|
1 |
+
"undefined"==typeof window.WPBDP&&(window.WPBDP={});"undefined"==typeof window.wpbdp&&(window.wpbdp={});jQuery(document).ready(function($){wpbdp.main_box={init:function(){return;this.$box=$("#wpbdp-main-box");this.$cols=this.$box.find(".box-col");this.$cols_expanding=this.$cols.filter(".box-col-expand");this.$cols_fixed=this.$cols.not(this.$cols_expanding);var self=this;$(window).on("load",function(){var max_height=0;self.$cols.each(function(){$(this).data("initial-width",$(this).outerWidth());max_height=Math.max(max_height,$(this).height())});self.$cols.height(max_height);self.resize()});$(window).on("resize",function(){self.resize()})},sum_width:function($selector,prop){var prop="undefined"==typeof prop?"width":prop,sum=0;$selector.each(function(){var w=0;w="initial"==prop?$(this).data("initial-width"):"outer"==prop?$(this).outerWidth():"inner"==prop?$(this).innerWidth():$(this).width();sum+=parseInt(w)});return sum},min_width:function(){return this.sum_width(this.$cols_fixed,"initial")},should_resize:function(){return this.$box.find("form").width()>this.min_width()},resize:function(){if(this.should_resize()){var available_width=this.$box.find("form").innerWidth()-this.min_width(),flex_width=Math.floor(available_width/this.$cols_expanding.length)-2;this.$cols_expanding.each(function(){$(this).outerWidth(flex_width)})}}};$("#wpbdp-main-box").length>0&&wpbdp.main_box.init();0==$(".wpbdp-bar").children().length&&""==$.trim($(".wpbdp-bar").text())&&$(".wpbdp-bar").remove();$(".wpbdp-listing-contact-form .send-message-button").click(function(){$(".wpbdp-listing-contact-form .contact-form-wrapper").toggleClass("wpbdp-hide-on-mobile")});$(".wpbdp-listings-sort-options.wpbdp-show-on-mobile select").change(function(e){var selected=$(this).val();location.href=selected})});jQuery(function($){var form_fields={init:function(){var t=this;$(".wpbdp-form-field-type-date").each(function(i,v){t.configure_date_picker($(v).find("input"))})},configure_date_picker:function($e){$e.datepicker({dateFormat:$e.attr("data-date-format"),defaultDate:$e.val()})}};form_fields.init()});WPBDP.fileUpload={resizeIFrame:function(field_id,height){var iframe=jQuery("#wpbdp-upload-iframe-"+field_id)[0],iframeWin=iframe.contentWindow||iframe.contentDocument.parentWindow;iframeWin.document.body&&(iframe.height=iframeWin.document.documentElement.scrollHeight||iframeWin.document.body.scrollHeight)},handleUpload:function(o){var $input=jQuery(o),$form=$input.parent("form");$form.submit()},finishUpload:function(field_id,upload_id){var $iframe=jQuery("#wpbdp-upload-iframe-"+field_id),$input=jQuery('input[name="listingfields['+field_id+']"]');$input.val(upload_id);var $preview=$input.siblings(".preview");$preview.find("img").remove();$preview.prepend($iframe.contents().find(".preview").html());$iframe.contents().find(".preview").remove();$preview.find(".delete").show()},deleteUpload:function(field_id){var $input=jQuery('input[name="listingfields['+field_id+']"]'),$preview=$input.siblings(".preview");$input.val("");$preview.find("img").remove();$preview.find(".delete").hide();return!1}};!function($){var sb=wpbdp.listingSubmit={init:function(){$(".wpbdp-submit-page.step-fee-selection").length>0&&$("#wpbdp-listing-form-fees .fee-selection input").change(function(e){console.log(this);1==$(this).attr("data-canrecur")?$(".make-charges-recurring-option").not(":visible")&&$(".make-charges-recurring-option").fadeIn("fast"):$(".make-charges-recurring-option").fadeOut("fast")}).filter(":checked").trigger("change");$(".wpbdp-submit-page.step-images").length>0&&sb.images.init()}},sbImages=sb.images=wpbdp.listingSubmit.images={_initialized:!1,_admin_nonce:"",_slots:0,_slotsRemaining:0,_working:!1,init:function(){this._initialized=!0;this._admin_nonce=$("#image-upload-dnd-area").attr("data-admin-nonce");var t=this;if(!this._admin_nonce){sb.images._slots=parseInt($("#image-slots-total").text());sb.images._slotsRemaining=parseInt($("#image-slots-remaining").text())}$("#wpbdp-uploaded-images").delegate(".delete-image","click",function(e){e.preventDefault();var url=$(this).attr("data-action");$.post(url,{},function(res){res.success&&$('#wpbdp-uploaded-images .wpbdp-image[data-imageid="'+res.data.imageId+'"]').fadeOut(function(){$(this).remove();1==$("#wpbdp-uploaded-images .wpbdp-image").length&&$('#wpbdp-uploaded-images .wpbdp-image:first input[name="thumbnail_id"] ').attr("checked","checked");if(!t._admin_nonce){t._slotsRemaining++;$("#image-slots-remaining").text(t._slotsRemaining)}(t._admin_nonce&&0==$("#wpbdp-uploaded-images .wpbdp-image").length||!t._admin_nonce&&t._slotsRemaining==t._slots)&&$("#no-images-message").show();if(t._admin_nonce||t._slotsRemaining>0){$("#image-upload-dnd-area .dnd-area-inside").show();$("#noslots-message").hide();$("#image-upload-dnd-area").removeClass("error");$("#image-upload-dnd-area .dnd-area-inside-error").hide()}})},"json")});wpbdp.dnd.setup($("#image-upload-dnd-area"),{init:function(){if(!(t._admin_nonce||t._slotsRemaining>0)){$("#image-upload-dnd-area .dnd-area-inside").hide();$("#noslots-message").show();$("#image-upload-dnd-area").addClass("error");$("#image-upload-dnd-area .dnd-area-inside-error").show()}},validate:function(data){if(t._admin_nonce)return!0;$(this).siblings(".wpbdp-msg").remove();return t._slotsRemaining-data.files.length>=0},done:function(res){var uploadErrors=!1;uploadErrors=res.success?"undefined"!=typeof res.data.uploadErrors&&res.data.uploadErrors:[res.error];if(uploadErrors){var errorMsg=$("<div>").addClass("wpbdp-msg error").html(uploadErrors);$(".area-and-conditions").prepend(errorMsg)}else{$("#no-images-message").hide();$("#wpbdp-uploaded-images").append(res.data.html);1==$("#wpbdp-uploaded-images .wpbdp-image").length&&$('#wpbdp-uploaded-images .wpbdp-image:first input[name="thumbnail_id"] ').attr("checked","checked");if(!t._admin_nonce){t._slotsRemaining-=res.data.attachmentIds.length;$("#image-slots-remaining").text(t._slotsRemaining);if(0==t._slotsRemaining){$("#image-upload-dnd-area .dnd-area-inside").hide();$("#noslots-message").show();$("#image-upload-dnd-area").addClass("error");$("#image-upload-dnd-area .dnd-area-inside").hide();$("#image-upload-dnd-area .dnd-area-inside-error").show()}}}}});$("#wpbdp-uploaded-images").sortable({axis:"y",cursor:"move",opacity:.9,update:function(ev,ui){var sorted=$(this).sortable("toArray",{attribute:"data-imageid"}),no_images=sorted.length;$.each(sorted,function(i,v){$('input[name="images_meta['+v+'][order]"]').val(no_images-i)})}})}};$(document).ready(function(){0!=$(".wpbdp-submit-page").length&&sb.init()})}(jQuery);
|
core/templates-ui.php
CHANGED
@@ -172,7 +172,13 @@ function wpbdp_list_categories( $args=array() ) {
|
|
172 |
$html = '';
|
173 |
|
174 |
if ( $categories = _wpbdp_list_categories_walk( 0, 0, $args ) ) {
|
175 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
176 |
$html .= $categories;
|
177 |
$html .= '</ul>';
|
178 |
}
|
172 |
$html = '';
|
173 |
|
174 |
if ( $categories = _wpbdp_list_categories_walk( 0, 0, $args ) ) {
|
175 |
+
$attributes = apply_filters( 'wpbdp_categories_list_attributes', array(
|
176 |
+
'class' => 'wpbdp-categories cf ' . apply_filters( 'wpbdp_categories_list_css', '' ),
|
177 |
+
'data-breakpoints' => esc_attr( '{"tiny": [0,360], "small": [360,560], "medium": [560,710], "large": [710,999999]}' ),
|
178 |
+
'data-breakpoints-class-prefix' => 'wpbdp-categories',
|
179 |
+
) );
|
180 |
+
|
181 |
+
$html .= '<ul ' . trim( wpbdp_html_attributes( $attributes ) ) . '>';
|
182 |
$html .= $categories;
|
183 |
$html .= '</ul>';
|
184 |
}
|
core/themes.php
CHANGED
@@ -104,7 +104,7 @@ class WPBDP_Themes {
|
|
104 |
$this->call_theme_function( 'enqueue_scripts' );
|
105 |
}
|
106 |
|
107 |
-
function field_theme_override( $html = '',
|
108 |
$options = array();
|
109 |
|
110 |
foreach ( array( $context . '-', '' ) as $prefix ) {
|
104 |
$this->call_theme_function( 'enqueue_scripts' );
|
105 |
}
|
106 |
|
107 |
+
function field_theme_override( $html = '', $field, $context, $listing_id ) {
|
108 |
$options = array();
|
109 |
|
110 |
foreach ( array( $context . '-', '' ) as $prefix ) {
|
core/utils.php
CHANGED
@@ -623,7 +623,7 @@ if ( ! function_exists( 'str_getcsv' ) ) {
|
|
623 |
*/
|
624 |
function wpbdp_detect_encoding( $content ) {
|
625 |
static $encodings = array(
|
626 |
-
'UTF-8', 'ASCII',
|
627 |
'ISO-8859-1', 'ISO-8859-2', 'ISO-8859-3', 'ISO-8859-4', 'ISO-8859-5',
|
628 |
'ISO-8859-6', 'ISO-8859-7', 'ISO-8859-8', 'ISO-8859-9', 'ISO-8859-10',
|
629 |
'ISO-8859-13', 'ISO-8859-14', 'ISO-8859-15', 'ISO-8859-16',
|
@@ -631,6 +631,8 @@ function wpbdp_detect_encoding( $content ) {
|
|
631 |
);
|
632 |
|
633 |
if ( function_exists( 'mb_detect_encoding' ) ) {
|
|
|
|
|
634 |
return mb_detect_encoding( $content, $encodings, true );
|
635 |
} else {
|
636 |
if ( ! function_exists( 'iconv' ) )
|
@@ -646,8 +648,8 @@ function wpbdp_detect_encoding( $content ) {
|
|
646 |
*/
|
647 |
function wpbdp_mb_detect_encoding( $content, $encodings ) {
|
648 |
foreach ( $encodings as $encoding ) {
|
649 |
-
$sample = iconv( $encoding, $encoding, $
|
650 |
-
if ( md5( $sample ) == md5( $
|
651 |
return $encoding;
|
652 |
}
|
653 |
}
|
@@ -813,3 +815,27 @@ function wpbdp_buckwalter_arabic_transliteration( $content ) {
|
|
813 |
|
814 |
return str_replace( $arabic_characters, $english_characters, $content );
|
815 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
623 |
*/
|
624 |
function wpbdp_detect_encoding( $content ) {
|
625 |
static $encodings = array(
|
626 |
+
'UTF-8', 'UTF-16LE', 'ASCII',
|
627 |
'ISO-8859-1', 'ISO-8859-2', 'ISO-8859-3', 'ISO-8859-4', 'ISO-8859-5',
|
628 |
'ISO-8859-6', 'ISO-8859-7', 'ISO-8859-8', 'ISO-8859-9', 'ISO-8859-10',
|
629 |
'ISO-8859-13', 'ISO-8859-14', 'ISO-8859-15', 'ISO-8859-16',
|
631 |
);
|
632 |
|
633 |
if ( function_exists( 'mb_detect_encoding' ) ) {
|
634 |
+
// XXX: mb_detect_encoding() can't detect UTF-16* encodings
|
635 |
+
// See documentation for mb_detect_order()
|
636 |
return mb_detect_encoding( $content, $encodings, true );
|
637 |
} else {
|
638 |
if ( ! function_exists( 'iconv' ) )
|
648 |
*/
|
649 |
function wpbdp_mb_detect_encoding( $content, $encodings ) {
|
650 |
foreach ( $encodings as $encoding ) {
|
651 |
+
$sample = iconv( $encoding, $encoding, $content );
|
652 |
+
if ( md5( $sample ) == md5( $content ) ) {
|
653 |
return $encoding;
|
654 |
}
|
655 |
}
|
815 |
|
816 |
return str_replace( $arabic_characters, $english_characters, $content );
|
817 |
}
|
818 |
+
|
819 |
+
/**
|
820 |
+
* The function was originally developed as an static method in
|
821 |
+
* WPBDP_Form_Field_Type. It has always rendered values as given, indirectly
|
822 |
+
* expecting them to be already escaped with `esc_attr`.
|
823 |
+
*
|
824 |
+
* If you decide to use `esc_attr` inside the function, make sure to check
|
825 |
+
* all places where the function is called, to avoid scaping values twice.
|
826 |
+
*
|
827 |
+
* @since 4.1.10
|
828 |
+
*/
|
829 |
+
function wpbdp_html_attributes( $attrs, $exceptions = array() ) {
|
830 |
+
$html = '';
|
831 |
+
|
832 |
+
foreach ( $attrs as $k => $v ) {
|
833 |
+
if ( in_array( $k, $exceptions, true ) ) {
|
834 |
+
continue;
|
835 |
+
}
|
836 |
+
|
837 |
+
$html .= sprintf( '%s="%s" ', $k, $v );
|
838 |
+
}
|
839 |
+
|
840 |
+
return $html;
|
841 |
+
}
|
core/view-submit-listing.php
CHANGED
@@ -101,7 +101,24 @@ class WPBDP_Submit_Listing_Page extends WPBDP_View {
|
|
101 |
return $this->dispatch();
|
102 |
}
|
103 |
|
104 |
-
$category_field = wpbdp_get_form_fields( 'association=category&unique=1' )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
|
106 |
$post_value = isset( $_POST['listingfields'][ $category_field->get_id() ] ) ?
|
107 |
$category_field->convert_input( $_POST['listingfields'][ $category_field->get_id() ] ) :
|
@@ -478,20 +495,8 @@ class WPBDP_Submit_Listing_Page extends WPBDP_View {
|
|
478 |
$category_info = $listing->get_category_info( $cat_id );
|
479 |
|
480 |
if ( ! $category_info ) {
|
481 |
-
$
|
482 |
-
|
483 |
-
if ( ! $fee )
|
484 |
-
continue;
|
485 |
-
|
486 |
-
$payment->add_item( ( ! current_user_can( 'administrator' ) && $this->state->autorenew_fees ) ? 'recurring_fee' : 'fee',
|
487 |
-
$fee->amount,
|
488 |
-
sprintf( _x( 'Fee "%s" for category "%s"%s', 'listings', 'WPBDM' ),
|
489 |
-
$fee->label,
|
490 |
-
wpbdp_get_term_name( $cat_id ),
|
491 |
-
$this->state->autorenew_fees ? ( ' ' . _x( '(recurring)', 'listings', 'WPBDM' ) ) : '' ),
|
492 |
-
array( 'fee_id' => $fee_id, 'fee_days' => $fee->days, 'fee_images' => $fee->images ),
|
493 |
-
$cat_id,
|
494 |
-
$fee_id );
|
495 |
}
|
496 |
}
|
497 |
|
101 |
return $this->dispatch();
|
102 |
}
|
103 |
|
104 |
+
$category_field = wpbdp_get_form_fields( 'association=category&unique=1' );
|
105 |
+
|
106 |
+
if ( ! $category_field ) {
|
107 |
+
if ( current_user_can( 'administrator' ) ) {
|
108 |
+
$message = _x( '<b>Business Directory Plugin</b> requires a field associated with the <b>post category</b> in order to work correctly.', 'submit-listing-view', 'WPBDM' );
|
109 |
+
$message.= '<br /><br />';
|
110 |
+
$message.= _x( 'Please go to the <manage-form-fields-link>Manage Form Fields</manage-form-fields-link> admin page to create the field.', 'submit-listing-view', 'WPBDM' );
|
111 |
+
|
112 |
+
$manage_form_fields_link = '<a href="' . admin_url('admin.php?page=wpbdp_admin_formfields') . '">';
|
113 |
+
|
114 |
+
$message = str_replace( '<manage-form-fields-link>', $manage_form_fields_link, $message );
|
115 |
+
$message = str_replace( '</manage-form-fields-link>', '</a>', $message );
|
116 |
+
|
117 |
+
return wpbdp_render_msg( $message, 'error' );
|
118 |
+
} else {
|
119 |
+
return wpbdp_render_msg( _x( '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 check the Directory for possible configuration problems.', 'submit-listing-view', 'WPBDM' ), 'error' );
|
120 |
+
}
|
121 |
+
}
|
122 |
|
123 |
$post_value = isset( $_POST['listingfields'][ $category_field->get_id() ] ) ?
|
124 |
$category_field->convert_input( $_POST['listingfields'][ $category_field->get_id() ] ) :
|
495 |
$category_info = $listing->get_category_info( $cat_id );
|
496 |
|
497 |
if ( ! $category_info ) {
|
498 |
+
$recurring = ( ! current_user_can( 'administrator' ) && $this->state->autorenew_fees );
|
499 |
+
$payment->add_category_fee_item( intval( $cat_id ), intval( $fee_id ), $recurring );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
500 |
}
|
501 |
}
|
502 |
|
core/views/checkout.php
CHANGED
@@ -127,7 +127,7 @@ class WPBDP__Views__Checkout extends WPBDP_NView {
|
|
127 |
$listing = WPBDP_Listing::get( $this->payment->get_listing_id() );
|
128 |
|
129 |
$html = '';
|
130 |
-
$html .= wpbdp_render_msg( _x( 'Your payment was received
|
131 |
$html .= $this->api->render_details( $this->payment );
|
132 |
|
133 |
$html .= '<p>';
|
127 |
$listing = WPBDP_Listing::get( $this->payment->get_listing_id() );
|
128 |
|
129 |
$html = '';
|
130 |
+
$html .= wpbdp_render_msg( _x( 'Your payment was received successfully.', 'checkout', 'WPBDM' ) );
|
131 |
$html .= $this->api->render_details( $this->payment );
|
132 |
|
133 |
$html .= '<p>';
|
core/views/renew_listing.php
CHANGED
@@ -54,7 +54,12 @@ class WPBDP__Views__Renew_Listing extends WPBDP_NView {
|
|
54 |
sprintf( _x( 'Fee "%s" renewal for category "%s"', 'listings', 'WPBDM' ),
|
55 |
$fee->label,
|
56 |
wpbdp_get_term_name( $this->category->id ) ),
|
57 |
-
array(
|
|
|
|
|
|
|
|
|
|
|
58 |
$this->category->id,
|
59 |
$fee_id );
|
60 |
$payment->save();
|
54 |
sprintf( _x( 'Fee "%s" renewal for category "%s"', 'listings', 'WPBDM' ),
|
55 |
$fee->label,
|
56 |
wpbdp_get_term_name( $this->category->id ) ),
|
57 |
+
array(
|
58 |
+
'fee_id' => $fee_id,
|
59 |
+
'fee_days' => $fee->days,
|
60 |
+
'fee_images' => $fee->images,
|
61 |
+
'fee_sticky' => $fee->sticky,
|
62 |
+
'is_renewal' => true ),
|
63 |
$this->category->id,
|
64 |
$fee_id );
|
65 |
$payment->save();
|
core/views/show_listing.php
CHANGED
@@ -7,16 +7,17 @@ class WPBDP__Views__Show_Listing extends WPBDP_NView {
|
|
7 |
$this->_http_404();
|
8 |
|
9 |
|
10 |
-
|
11 |
-
|
12 |
-
|
|
|
13 |
|
14 |
/* // Handle ?v=viewname argument for alternative views (other than 'single').
|
15 |
$view = '';
|
16 |
if ( isset( $_GET['v'] ) )
|
17 |
$view = wpbdp_capture_action_array( 'wpbdp_listing_view_' . trim( $_GET['v'] ), array( $listing_id ) );*/
|
18 |
|
19 |
-
$html
|
20 |
|
21 |
return $html;
|
22 |
}
|
7 |
$this->_http_404();
|
8 |
|
9 |
|
10 |
+
$html = '';
|
11 |
+
if ( 'publish' != get_post_status( get_the_ID() ) && current_user_can( 'edit_posts' ) ) {
|
12 |
+
$html .= wpbdp_render_msg( _x('This is just a preview. The listing has not been published yet.', 'preview', 'WPBDM') );
|
13 |
+
}
|
14 |
|
15 |
/* // Handle ?v=viewname argument for alternative views (other than 'single').
|
16 |
$view = '';
|
17 |
if ( isset( $_GET['v'] ) )
|
18 |
$view = wpbdp_capture_action_array( 'wpbdp_listing_view_' . trim( $_GET['v'] ), array( $listing_id ) );*/
|
19 |
|
20 |
+
$html .= wpbdp_render_listing( null, 'single', false, true );
|
21 |
|
22 |
return $html;
|
23 |
}
|
languages/WPBDM-ar.mo
CHANGED
Binary file
|
languages/WPBDM-ar.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 4.0.8\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
-
"POT-Creation-Date: 2017-
|
8 |
"PO-Revision-Date: 2017-01-16 17:47-0500\n"
|
9 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
10 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -124,7 +124,7 @@ msgctxt "admin actions"
|
|
124 |
msgid "Renew Listing"
|
125 |
msgstr "تجديد الإعلان"
|
126 |
|
127 |
-
#: admin/class-admin.php:
|
128 |
msgid ""
|
129 |
"Preview is only available after you've saved the first draft. This is due\n"
|
130 |
"to how WordPress stores the data."
|
@@ -132,7 +132,7 @@ msgstr ""
|
|
132 |
"المعاينة متاحة فقط بعد أن تحفظ المسودة الأولى. ويرجع ذلك إلى طريقة حفظ "
|
133 |
"البيانات من طرف ووردبريس."
|
134 |
|
135 |
-
#: admin/class-admin.php:
|
136 |
msgctxt "drip pointer"
|
137 |
msgid ""
|
138 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -143,123 +143,123 @@ msgstr ""
|
|
143 |
"(مجانا) مكونة من 5 أجزاء (ترسل عبر البريد الإلكتروني). أحصل على وحدة ممتازة "
|
144 |
"(premium module) مجانا بمجرد تسجيلك."
|
145 |
|
146 |
-
#: admin/class-admin.php:
|
147 |
msgctxt "drip pointer"
|
148 |
msgid "Email Address:"
|
149 |
msgstr "عنوان البريد الإلكتروني:"
|
150 |
|
151 |
-
#: admin/class-admin.php:
|
152 |
msgctxt "drip pointer"
|
153 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
154 |
msgstr "هل تريد معرفة \"أسرار بناء\" \"دليل أعمال مدهش\"؟"
|
155 |
|
156 |
-
#: admin/class-admin.php:
|
157 |
msgctxt "drip pointer"
|
158 |
msgid "Yes, please!"
|
159 |
msgstr "نعم، من فضلك!"
|
160 |
|
161 |
-
#: admin/class-admin.php:
|
162 |
msgctxt "drip pointer"
|
163 |
msgid "No, thanks"
|
164 |
msgstr "لا، شكرًا"
|
165 |
|
166 |
-
#: admin/class-admin.php:
|
167 |
msgctxt "admin"
|
168 |
msgid "Business Directory"
|
169 |
msgstr "دليل الأعمال"
|
170 |
|
171 |
-
#: admin/class-admin.php:
|
172 |
msgctxt "admin"
|
173 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
174 |
msgstr "أنت مستعد. قم بزيارة صفحة <a>دليل الأعمال</a> الجديدة."
|
175 |
|
176 |
-
#: admin/class-admin.php:
|
177 |
msgctxt "drip pointer"
|
178 |
msgid "Invalid e-mail address."
|
179 |
msgstr "عنوان البريد الإلكتروني غير صالح!"
|
180 |
|
181 |
-
#: admin/class-admin.php:
|
182 |
msgctxt "admin menu"
|
183 |
msgid "Business Directory Admin"
|
184 |
msgstr "مدير دليل الأعمال"
|
185 |
|
186 |
-
#: admin/class-admin.php:
|
187 |
msgctxt "admin menu"
|
188 |
msgid "Dir. Admin"
|
189 |
msgstr "مدير الدليل"
|
190 |
|
191 |
-
#: admin/class-admin.php:
|
192 |
msgctxt "admin menu"
|
193 |
msgid "Directory Admin"
|
194 |
msgstr "مدير الدليل"
|
195 |
|
196 |
-
#: admin/class-admin.php:
|
197 |
msgctxt "admin menu"
|
198 |
msgid "Add New Listing"
|
199 |
msgstr "إضافة إعلان جديد"
|
200 |
|
201 |
-
#: admin/class-admin.php:
|
202 |
msgctxt "admin menu"
|
203 |
msgid "Manage Options"
|
204 |
msgstr "إدارة الخيارات"
|
205 |
|
206 |
-
#: admin/class-admin.php:
|
207 |
msgctxt "admin menu"
|
208 |
msgid "Manage Fees"
|
209 |
msgstr "إدارة الرسوم"
|
210 |
|
211 |
-
#: admin/class-admin.php:
|
212 |
msgctxt "admin menu"
|
213 |
msgid "Manage Form Fields"
|
214 |
msgstr "إدارة حقول الاستمارة"
|
215 |
|
216 |
-
#: admin/class-admin.php:
|
217 |
msgctxt "admin menu"
|
218 |
msgid "Listings"
|
219 |
msgstr "الإعلانات"
|
220 |
|
221 |
-
#: admin/class-admin.php:
|
222 |
msgctxt "admin menu"
|
223 |
msgid "CSV Import"
|
224 |
msgstr "استيراد CSV"
|
225 |
|
226 |
-
#: admin/class-admin.php:
|
227 |
msgctxt "admin menu"
|
228 |
msgid "CSV Export"
|
229 |
msgstr "تصدير CSV"
|
230 |
|
231 |
-
#: admin/class-admin.php:
|
232 |
msgctxt "admin menu"
|
233 |
msgid "Debug"
|
234 |
msgstr "تصحيح الأخطاء"
|
235 |
|
236 |
-
#: admin/class-admin.php:
|
237 |
msgctxt "admin menu"
|
238 |
msgid "Main Menu"
|
239 |
msgstr "القائمة الرئيسية"
|
240 |
|
241 |
-
#: admin/class-admin.php:
|
242 |
msgctxt "admin menu"
|
243 |
msgid "Uninstall Business Directory Plugin"
|
244 |
msgstr "حذف إضافة دليل الأعمال"
|
245 |
|
246 |
-
#: admin/class-admin.php:
|
247 |
msgctxt "admin menu"
|
248 |
msgid "Uninstall"
|
249 |
msgstr "حذف"
|
250 |
|
251 |
-
#: admin/class-admin.php:
|
252 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
253 |
msgctxt "admin infometabox"
|
254 |
msgid "never"
|
255 |
msgstr "أبداً"
|
256 |
|
257 |
-
#: admin/class-admin.php:
|
258 |
msgctxt "admin"
|
259 |
msgid "Dismiss this notice."
|
260 |
msgstr "إخفاء هذا التنبيه."
|
261 |
|
262 |
-
#: admin/class-admin.php:
|
263 |
msgctxt "admin"
|
264 |
msgid "The listing has been published."
|
265 |
msgid_plural "The listings have been published."
|
@@ -270,7 +270,7 @@ msgstr[3] "تم نشر الإعلانات."
|
|
270 |
msgstr[4] "تم نشر الإعلانات."
|
271 |
msgstr[5] "تم نشر الإعلانات."
|
272 |
|
273 |
-
#: admin/class-admin.php:
|
274 |
msgctxt "admin"
|
275 |
msgid "The listing status has been set as paid."
|
276 |
msgid_plural "The listings status has been set as paid."
|
@@ -281,7 +281,7 @@ msgstr[3] "تم تعيين الإعلانات مدفوعة."
|
|
281 |
msgstr[4] "تم تعيين الإعلانات مدفوعة."
|
282 |
msgstr[5] "تم تعيين الإعلانات مدفوعة."
|
283 |
|
284 |
-
#: admin/class-admin.php:
|
285 |
msgctxt "admin"
|
286 |
msgid ""
|
287 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
@@ -311,7 +311,7 @@ msgstr[5] ""
|
|
311 |
"فقط الفواتير التي تحتوي على البنود غير المتكررة تسجل كمدفوعة. المدفوعات "
|
312 |
"المتكررة يجب إدارتها من خلال لوحة التحكم الخاصة بك."
|
313 |
|
314 |
-
#: admin/class-admin.php:
|
315 |
msgctxt "admin"
|
316 |
msgid "The listing has been modified."
|
317 |
msgid_plural "The listings have been modified."
|
@@ -322,7 +322,7 @@ msgstr[3] "تم تعديل الإعلانات."
|
|
322 |
msgstr[4] "تم تعديل الإعلانات."
|
323 |
msgstr[5] "تم تعديل الإعلانات."
|
324 |
|
325 |
-
#: admin/class-admin.php:
|
326 |
msgctxt "admin"
|
327 |
msgid "The listing has been upgraded."
|
328 |
msgid_plural "The listings have been upgraded."
|
@@ -333,7 +333,7 @@ msgstr[3] "تمت ترقية الإعلانات."
|
|
333 |
msgstr[4] "تمت ترقية الإعلانات."
|
334 |
msgstr[5] "تمت ترقية الإعلانات."
|
335 |
|
336 |
-
#: admin/class-admin.php:
|
337 |
msgctxt "admin"
|
338 |
msgid "The listing has been downgraded."
|
339 |
msgid_plural "The listings have been downgraded."
|
@@ -344,7 +344,7 @@ msgstr[3] "تم خفض اشتراك الإعلانات."
|
|
344 |
msgstr[4] "تم خفض اشتراك الإعلانات."
|
345 |
msgstr[5] "تم خفض اشتراك الإعلانات."
|
346 |
|
347 |
-
#: admin/class-admin.php:
|
348 |
msgctxt "admin payments"
|
349 |
msgid ""
|
350 |
"The payment status was not changed. Recurring payments can't be manually "
|
@@ -355,22 +355,22 @@ msgstr ""
|
|
355 |
"الرجاء التحقق في لوحة التحكم الخاصة بك لمعرفة إذا كان الدفع ذهب حقاً من "
|
356 |
"خلالها."
|
357 |
|
358 |
-
#: admin/class-admin.php:
|
359 |
msgctxt "admin"
|
360 |
msgid "The transaction has been approved."
|
361 |
msgstr "تمت الموافقة على المعاملة."
|
362 |
|
363 |
-
#: admin/class-admin.php:
|
364 |
msgctxt "admin"
|
365 |
msgid "The transaction has been rejected."
|
366 |
msgstr "المعاملة رفضت."
|
367 |
|
368 |
-
#: admin/class-admin.php:
|
369 |
msgctxt "admin"
|
370 |
msgid "The fee was successfully assigned."
|
371 |
msgstr "تم تعيين الرسوم بنجاح."
|
372 |
|
373 |
-
#: admin/class-admin.php:
|
374 |
msgctxt "admin"
|
375 |
msgid "Listing was renewed."
|
376 |
msgid_plural "Listings were renewed."
|
@@ -381,22 +381,22 @@ msgstr[3] "تم تجديد الإعلانات."
|
|
381 |
msgstr[4] "تم تجديد الإعلانات."
|
382 |
msgstr[5] "تم تجديد الإعلانات."
|
383 |
|
384 |
-
#: admin/class-admin.php:
|
385 |
msgctxt "admin"
|
386 |
msgid "Renewal email sent."
|
387 |
msgstr "تم إرسال بريد التجديد."
|
388 |
|
389 |
-
#: admin/class-admin.php:
|
390 |
msgctxt "admin category id"
|
391 |
msgid "ID"
|
392 |
msgstr "المعرف"
|
393 |
|
394 |
-
#: admin/class-admin.php:
|
395 |
msgctxt "admin"
|
396 |
msgid "Listing Count"
|
397 |
msgstr "عدد الإعلانات"
|
398 |
|
399 |
-
#: admin/class-admin.php:
|
400 |
msgctxt "admin"
|
401 |
msgid ""
|
402 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
@@ -405,7 +405,7 @@ msgstr ""
|
|
405 |
"<b>إضافة دليل الأعمال</b> تتطلب حقول مع المرتبطات التالية بالترتيب لكي تعمل "
|
406 |
"بشكل صحيح: <b>%s</b>."
|
407 |
|
408 |
-
#: admin/class-admin.php:
|
409 |
msgctxt "admin"
|
410 |
msgid ""
|
411 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
@@ -414,7 +414,7 @@ msgstr ""
|
|
414 |
"<b>إضافة دليل الأعمال</b> تتطلب حقل مع <b>%s</b> المرتبطات التالية بالترتيب "
|
415 |
"لكي تعمل بشكل صحيح."
|
416 |
|
417 |
-
#: admin/class-admin.php:
|
418 |
msgctxt "admin"
|
419 |
msgid ""
|
420 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
@@ -423,17 +423,17 @@ msgstr ""
|
|
423 |
"يمكنك إنشاء هذه الحقول المخصصة بنفسك داخل \"إدارة الحقول\" أو السماح لدليل "
|
424 |
"الأعمال للقيام بذلك نيابة عنك تلقائياً."
|
425 |
|
426 |
-
#: admin/class-admin.php:
|
427 |
msgctxt "admin"
|
428 |
msgid "Go to \"Manage Form Fields\""
|
429 |
msgstr "إنتقل إلى \"إدارة حقول\""
|
430 |
|
431 |
-
#: admin/class-admin.php:
|
432 |
msgctxt "admin"
|
433 |
msgid "Create these required fields for me"
|
434 |
msgstr "إنشاء هذه الحقول المطلوبة نيابة عني"
|
435 |
|
436 |
-
#: admin/class-admin.php:
|
437 |
msgctxt "admin"
|
438 |
msgid ""
|
439 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -442,7 +442,7 @@ msgstr ""
|
|
442 |
"<b>إضافة دليل الأعمال</b> تتطلب صفحة فيها الكود القصير "
|
443 |
"<tt>[businessdirectory]</tt> لكي تعمل بشكل صحيح."
|
444 |
|
445 |
-
#: admin/class-admin.php:
|
446 |
msgctxt "admin"
|
447 |
msgid ""
|
448 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -451,27 +451,27 @@ msgstr ""
|
|
451 |
"يمكنك إنشاء هذه الصفحة بنفسك أو ترك دليل الأعمال القيام بذلك نيابة عنك "
|
452 |
"تلقائياً."
|
453 |
|
454 |
-
#: admin/class-admin.php:
|
455 |
msgctxt "admin"
|
456 |
msgid "Create required pages for me"
|
457 |
msgstr "إنشاء الصفحات المطلوب نيابة عني"
|
458 |
|
459 |
-
#: admin/class-admin.php:
|
460 |
msgctxt "admin compat"
|
461 |
msgid "Installed: %s"
|
462 |
msgstr "تم التنصيب: %s"
|
463 |
|
464 |
-
#: admin/class-admin.php:
|
465 |
msgctxt "admin compat"
|
466 |
msgid "N/A"
|
467 |
msgstr "N/A غير قابل للتطبيق"
|
468 |
|
469 |
-
#: admin/class-admin.php:
|
470 |
msgctxt "admin compat"
|
471 |
msgid "Required: %s"
|
472 |
msgstr "مطلوب: %s"
|
473 |
|
474 |
-
#: admin/class-admin.php:
|
475 |
msgctxt "admin compat"
|
476 |
msgid ""
|
477 |
"Business Directory has detected some incompatible premium module versions "
|
@@ -480,7 +480,7 @@ msgstr ""
|
|
480 |
"الإضافة اكتشفت أن هناك إصدارات مثبتة لوحدة ممتازة (premium module) أو أكثر "
|
481 |
"غير متوافقة."
|
482 |
|
483 |
-
#: admin/class-admin.php:
|
484 |
msgctxt "admin compat"
|
485 |
msgid ""
|
486 |
"Please upgrade to the required versions indicated below to make sure "
|
@@ -489,7 +489,7 @@ msgstr ""
|
|
489 |
"الرجاء الترقية إلى الإصدارات المطلوبة المبينة أسفله للتأكد من أن كل شيء يعمل "
|
490 |
"بشكل صحيح."
|
491 |
|
492 |
-
#: admin/class-admin.php:
|
493 |
msgctxt "admin"
|
494 |
msgid ""
|
495 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -500,22 +500,6 @@ msgstr ""
|
|
500 |
"تعطل التسجيل في موقعك. إذهب [هنا] واختر \"السماح بالتسجيل\" لجعل دليل "
|
501 |
"الأعمال يعمل بشكل صحيح."
|
502 |
|
503 |
-
#: admin/class-listing-fields-metabox.php:21
|
504 |
-
msgctxt "admin"
|
505 |
-
msgid "Listing Fields"
|
506 |
-
msgstr "حقول الإعلان"
|
507 |
-
|
508 |
-
#: admin/class-listing-fields-metabox.php:40
|
509 |
-
#: templates/submit-listing/images.tpl.php:12
|
510 |
-
msgctxt "templates"
|
511 |
-
msgid "Current Images"
|
512 |
-
msgstr "الصور الحالية"
|
513 |
-
|
514 |
-
#: admin/class-listing-fields-metabox.php:41
|
515 |
-
msgctxt "templates"
|
516 |
-
msgid "There are no images currently attached to the listing."
|
517 |
-
msgstr "لا توجد أي صور مرفقة حاليا بالإعلان."
|
518 |
-
|
519 |
#: admin/class-themes-admin.php:47
|
520 |
msgctxt "themes"
|
521 |
msgid "Directory Themes"
|
@@ -595,8 +579,9 @@ msgid "Theme installed successfully."
|
|
595 |
msgstr "تم تثبيت القالب بنجاح."
|
596 |
|
597 |
#: admin/class-themes-admin.php:229
|
|
|
598 |
msgctxt "themes"
|
599 |
-
msgid "Theme was deleted
|
600 |
msgstr "تم حذف القالب بنجاح."
|
601 |
|
602 |
#: admin/class-themes-admin.php:232
|
@@ -651,17 +636,17 @@ msgctxt "themes"
|
|
651 |
msgid "Activate your <a>license key</a> to use this theme."
|
652 |
msgstr "فعِّل <a>مفتاح الترخيص</a> الخاص بك لاستخدام هذا القالب."
|
653 |
|
654 |
-
#: admin/csv-export.php:
|
655 |
msgctxt "admin csv-export"
|
656 |
msgid "Could not create a temporary directory for handling this CSV export."
|
657 |
msgstr "لا يمكن إنشاء مجلد مؤقت للتعامل مع تصدير CSV."
|
658 |
|
659 |
-
#: admin/csv-export.php:
|
660 |
msgctxt "admin csv-export"
|
661 |
msgid "Could not create wpbdp-csv-exports directory."
|
662 |
msgstr "تعذر إنشاء مجلد wpbdp-csv-exports."
|
663 |
|
664 |
-
#: admin/csv-export.php:
|
665 |
msgctxt "admin csv-export"
|
666 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
667 |
msgstr "حدث خطأ أثناء إنشاء مجلد مؤقت لتصدير CSV: %s"
|
@@ -1322,40 +1307,59 @@ msgstr "إعدادات ملف CSV"
|
|
1322 |
|
1323 |
#: admin/templates/csv-export.tpl.php:94
|
1324 |
msgctxt "admin csv-export"
|
1325 |
-
msgid "
|
1326 |
-
msgstr "
|
1327 |
|
1328 |
-
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:
|
1329 |
-
#: admin/templates/csv-export.tpl.php:
|
1330 |
#: admin/templates/csv-import.tpl.php:109
|
1331 |
-
#: admin/templates/csv-import.tpl.php:
|
1332 |
-
#: admin/templates/csv-import.tpl.php:
|
1333 |
-
#: admin/templates/csv-import.tpl.php:
|
1334 |
msgctxt "admin forms"
|
1335 |
msgid "required"
|
1336 |
msgstr "مطلوب"
|
1337 |
|
1338 |
-
#: admin/templates/csv-export.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1339 |
msgctxt "admin csv-export"
|
1340 |
msgid "Image Separator"
|
1341 |
msgstr "فاصلة الصورة "
|
1342 |
|
1343 |
-
#: admin/templates/csv-export.tpl.php:
|
1344 |
msgctxt "admin csv-export"
|
1345 |
msgid "Category Separator"
|
1346 |
msgstr "فاصلة التصنيف"
|
1347 |
|
1348 |
-
#: admin/templates/csv-export.tpl.php:
|
1349 |
msgctxt "admin csv-export"
|
1350 |
msgid "Export Listings"
|
1351 |
msgstr "الإعلانات المصدرة"
|
1352 |
|
1353 |
-
#: admin/templates/csv-export.tpl.php:
|
1354 |
msgctxt "admin csv-export"
|
1355 |
msgid "Export in Progress..."
|
1356 |
msgstr "جاري التصدير..."
|
1357 |
|
1358 |
-
#: admin/templates/csv-export.tpl.php:
|
1359 |
msgctxt "admin csv-export"
|
1360 |
msgid ""
|
1361 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
@@ -1363,39 +1367,39 @@ msgid ""
|
|
1363 |
msgstr ""
|
1364 |
"جاري إعداد ملف التصدير. المرجو <u>عدم ترك</u> هذه الصفحة حتى انتهاء التصدير."
|
1365 |
|
1366 |
-
#: admin/templates/csv-export.tpl.php:
|
1367 |
msgctxt "admin csv-export"
|
1368 |
msgid "No. of listings:"
|
1369 |
msgstr "أرقام الإعلانات:"
|
1370 |
|
1371 |
-
#: admin/templates/csv-export.tpl.php:
|
1372 |
msgctxt "admin csv-export"
|
1373 |
msgid "Approximate export file size:"
|
1374 |
msgstr "الحجم التقريبي لملف التصدير:"
|
1375 |
|
1376 |
-
#: admin/templates/csv-export.tpl.php:
|
1377 |
msgctxt "admin csv-export"
|
1378 |
msgid "Cancel Export"
|
1379 |
msgstr "إلغاء التصدير"
|
1380 |
|
1381 |
-
#: admin/templates/csv-export.tpl.php:
|
1382 |
msgctxt "admin csv-export"
|
1383 |
msgid "Export Complete"
|
1384 |
msgstr "تم التصدير"
|
1385 |
|
1386 |
-
#: admin/templates/csv-export.tpl.php:
|
1387 |
msgctxt "admin csv-export"
|
1388 |
msgid ""
|
1389 |
"Your export file has been successfully created and it is now ready for "
|
1390 |
"download."
|
1391 |
msgstr "تم بنجاح إنشاء ملف التصدير، والآن جاهز للتحميل."
|
1392 |
|
1393 |
-
#: admin/templates/csv-export.tpl.php:
|
1394 |
msgctxt "admin csv-export"
|
1395 |
msgid "Download %s (%s)"
|
1396 |
msgstr "تحميل %s (%s)"
|
1397 |
|
1398 |
-
#: admin/templates/csv-export.tpl.php:
|
1399 |
msgctxt "admin csv-export"
|
1400 |
msgid ""
|
1401 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
@@ -1404,22 +1408,22 @@ msgstr ""
|
|
1404 |
"إضغط على \"تنظيف\" بعد تحميل الملف بغية إزالة جميع البيانات المؤقتة التي تم "
|
1405 |
"إنشاؤها بواسطة \"دليل الأعمال\" أثناء عملية التصدير."
|
1406 |
|
1407 |
-
#: admin/templates/csv-export.tpl.php:
|
1408 |
msgctxt "admin csv-export"
|
1409 |
msgid "Cleanup"
|
1410 |
msgstr "نظف"
|
1411 |
|
1412 |
-
#: admin/templates/csv-export.tpl.php:
|
1413 |
msgctxt "admin csv-export"
|
1414 |
msgid "Export Canceled"
|
1415 |
msgstr "ألغي التصدير"
|
1416 |
|
1417 |
-
#: admin/templates/csv-export.tpl.php:
|
1418 |
msgctxt "admin csv-export"
|
1419 |
msgid "The export has been canceled."
|
1420 |
msgstr "تم إلغاء التصدير"
|
1421 |
|
1422 |
-
#: admin/templates/csv-export.tpl.php:
|
1423 |
msgctxt "admin csv-export"
|
1424 |
msgid "← Return to CSV Export"
|
1425 |
msgstr "← العودة إلى تصدير CSV"
|
@@ -1551,7 +1555,7 @@ msgctxt "admin csv-import"
|
|
1551 |
msgid "Warning"
|
1552 |
msgstr "تحذير"
|
1553 |
|
1554 |
-
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:
|
1555 |
msgctxt "admin csv-import"
|
1556 |
msgid "Help"
|
1557 |
msgstr "المساعدة"
|
@@ -1610,72 +1614,87 @@ msgctxt "admin csv-import"
|
|
1610 |
msgid "Column Separator"
|
1611 |
msgstr "فاصلة الأعمدة"
|
1612 |
|
1613 |
-
#: admin/templates/csv-import.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1614 |
msgctxt "admin csv-import"
|
1615 |
msgid "Image Separator"
|
1616 |
msgstr "فاصلة الصورة "
|
1617 |
|
1618 |
-
#: admin/templates/csv-import.tpl.php:
|
1619 |
msgctxt "admin csv-import"
|
1620 |
msgid "Category Separator"
|
1621 |
msgstr "فاصلة التصنيف"
|
1622 |
|
1623 |
-
#: admin/templates/csv-import.tpl.php:
|
1624 |
msgctxt "admin csv-import"
|
1625 |
msgid "Import settings"
|
1626 |
msgstr "إعدادات الاستيراد"
|
1627 |
|
1628 |
-
#: admin/templates/csv-import.tpl.php:
|
1629 |
msgctxt "admin csv-import"
|
1630 |
msgid "Post status of imported listings"
|
1631 |
msgstr "حالة مقالة الإعلانات المستوردة"
|
1632 |
|
1633 |
-
#: admin/templates/csv-import.tpl.php:
|
1634 |
msgctxt "admin csv-import"
|
1635 |
msgid "Missing categories handling"
|
1636 |
msgstr "معالجة التصنيفات المفقودة"
|
1637 |
|
1638 |
-
#: admin/templates/csv-import.tpl.php:
|
1639 |
msgctxt "admin csv-import"
|
1640 |
msgid "Auto-create categories"
|
1641 |
msgstr "الإنشاء التلقائي للتصنيفات"
|
1642 |
|
1643 |
-
#: admin/templates/csv-import.tpl.php:
|
1644 |
msgctxt "admin csv-import"
|
1645 |
msgid "Generate errors when a category is not found"
|
1646 |
msgstr "إنشاء أخطاء عند عدم العثور على تصنيف"
|
1647 |
|
1648 |
-
#: admin/templates/csv-import.tpl.php:
|
1649 |
msgctxt "admin csv-import"
|
1650 |
msgid "Keep existing listing images?"
|
1651 |
msgstr "الاحتفاظ بصور الإعلانات الموجودة؟"
|
1652 |
|
1653 |
-
#: admin/templates/csv-import.tpl.php:
|
1654 |
msgctxt "admin csv-import"
|
1655 |
msgid "Keep existing images."
|
1656 |
msgstr "الاحتفاظ بالصور الموجودة."
|
1657 |
|
1658 |
-
#: admin/templates/csv-import.tpl.php:
|
1659 |
msgctxt "admin csv-import"
|
1660 |
msgid "Appends new images while keeping current ones."
|
1661 |
msgstr "إلحاق الصور الجديدة مع الاحتفاظ بالموجودة حاليا."
|
1662 |
|
1663 |
-
#: admin/templates/csv-import.tpl.php:
|
1664 |
msgctxt "admin csv-import"
|
1665 |
msgid "Assign listings to a user?"
|
1666 |
msgstr "تعيين إعلانات للعضو؟"
|
1667 |
|
1668 |
-
#: admin/templates/csv-import.tpl.php:
|
1669 |
msgctxt "admin csv-import"
|
1670 |
msgid "Assign listings to a user."
|
1671 |
msgstr "تعيين إعلانات للعضو."
|
1672 |
|
1673 |
-
#: admin/templates/csv-import.tpl.php:
|
1674 |
msgctxt "admin csv-import"
|
1675 |
msgid "Use a default user for listings?"
|
1676 |
msgstr "استخدام العضو الافتراضي للإعلانات؟"
|
1677 |
|
1678 |
-
#: admin/templates/csv-import.tpl.php:
|
1679 |
msgctxt "admin csv-import"
|
1680 |
msgid ""
|
1681 |
"Select a default user to be used if the username column is not present in "
|
@@ -1684,38 +1703,38 @@ msgstr ""
|
|
1684 |
"حدد العضو الافتراضي لاستخدامه إذا كان العمود إسم المستخدم غير موجود في ملف "
|
1685 |
"CSV."
|
1686 |
|
1687 |
-
#: admin/templates/csv-import.tpl.php:
|
1688 |
msgctxt "admin csv-import"
|
1689 |
msgid "Default listing user"
|
1690 |
msgstr "إعلان العضو الافتراضي"
|
1691 |
|
1692 |
-
#: admin/templates/csv-import.tpl.php:
|
1693 |
msgctxt "admin csv-import"
|
1694 |
msgid ""
|
1695 |
"This user will be used if the username column is not present in the CSV file."
|
1696 |
msgstr "سيتم استخدام هذا العضو إذا كان عمود إسم المستخدم غير موجود في ملف CSV."
|
1697 |
|
1698 |
-
#: admin/templates/csv-import.tpl.php:
|
1699 |
msgctxt "admin csv-import"
|
1700 |
msgid "Disable e-mail notifications during import?"
|
1701 |
msgstr "تعطيل تنبيهات البريد الإلكتروني أثناء عملية الاستيراد؟"
|
1702 |
|
1703 |
-
#: admin/templates/csv-import.tpl.php:
|
1704 |
msgctxt "admin csv-import"
|
1705 |
msgid "Disable e-mail notifications."
|
1706 |
msgstr "تعطيل التنبيهات."
|
1707 |
|
1708 |
-
#: admin/templates/csv-import.tpl.php:
|
1709 |
msgctxt "admin csv-import"
|
1710 |
msgid "Test Import"
|
1711 |
msgstr "اختبار الاستيراد"
|
1712 |
|
1713 |
-
#: admin/templates/csv-import.tpl.php:
|
1714 |
msgctxt "admin csv-import"
|
1715 |
msgid "Import Listings"
|
1716 |
msgstr "استيراد الإعلانات"
|
1717 |
|
1718 |
-
#: admin/templates/csv-import.tpl.php:
|
1719 |
msgctxt "admin csv-import"
|
1720 |
msgid ""
|
1721 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -1727,49 +1746,49 @@ msgstr ""
|
|
1727 |
"القيم (مثل تصنيف أو وسوم) عدة مرات في الملف. إضغط فوق <a href=\"%s\">\"انظر "
|
1728 |
"مثال لملف استيراد CSV\"</a> لمعرفة كيف يجب أن يبدو ملف الاستيراد."
|
1729 |
|
1730 |
-
#: admin/templates/csv-import.tpl.php:
|
1731 |
msgctxt "admin csv-import"
|
1732 |
msgid "Header name/label"
|
1733 |
msgstr "إسم رأس/التسمية"
|
1734 |
|
1735 |
-
#: admin/templates/csv-import.tpl.php:
|
1736 |
msgctxt "admin csv-import"
|
1737 |
msgid "Field"
|
1738 |
msgstr "حقل"
|
1739 |
|
1740 |
-
#: admin/templates/csv-import.tpl.php:
|
1741 |
msgctxt "admin csv-import"
|
1742 |
msgid "Type"
|
1743 |
msgstr "نوع"
|
1744 |
|
1745 |
-
#: admin/templates/csv-import.tpl.php:
|
1746 |
msgctxt "admin csv-import"
|
1747 |
msgid "Required?"
|
1748 |
msgstr "مطلوب؟"
|
1749 |
|
1750 |
-
#: admin/templates/csv-import.tpl.php:
|
1751 |
msgctxt "admin csv-import"
|
1752 |
msgid "Multivalued?"
|
1753 |
msgstr "متعدد القيم؟"
|
1754 |
|
1755 |
-
#: admin/templates/csv-import.tpl.php:
|
1756 |
msgctxt "admin csv-import"
|
1757 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1758 |
msgstr "لائحة مفصولة بفاصلة منقوطة لصور الإعلانات (من ملف مضغوط)"
|
1759 |
|
1760 |
-
#: admin/templates/csv-import.tpl.php:
|
1761 |
msgctxt "admin csv-import"
|
1762 |
msgid "Listing author's username"
|
1763 |
msgstr "إسم مستخدم كاتب الإعلان"
|
1764 |
|
1765 |
-
#: admin/templates/csv-import.tpl.php:
|
1766 |
msgctxt "admin csv-import"
|
1767 |
msgid ""
|
1768 |
"Internal Sequence ID used to allow listing updates from external sources."
|
1769 |
msgstr ""
|
1770 |
"معرف (ID) تسلسل داخلي يستخدم للسماح للإعلان بالتحديثات من مصادر خارجية."
|
1771 |
|
1772 |
-
#: admin/templates/csv-import.tpl.php:
|
1773 |
msgctxt "admin csv-import"
|
1774 |
msgid ""
|
1775 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -2250,7 +2269,7 @@ msgctxt "form-fields admin"
|
|
2250 |
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
2251 |
msgstr "المرجو مراجعة <a>وثائق حقول الاستمارة</a> للحصول على مزيد من التفاصيل."
|
2252 |
|
2253 |
-
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.
|
2254 |
#. Plugin Name of the plugin/theme
|
2255 |
#: admin/templates/header.tpl.php:4
|
2256 |
msgid "Business Directory Plugin"
|
@@ -3015,64 +3034,70 @@ msgctxt "tracking"
|
|
3015 |
msgid "Allow Tracking"
|
3016 |
msgstr "السماح بالتتبع"
|
3017 |
|
3018 |
-
#: business-directory-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
3019 |
msgctxt "admin plugins"
|
3020 |
msgid "Settings"
|
3021 |
msgstr "الإعدادات"
|
3022 |
|
3023 |
-
#: business-directory-plugin.php:
|
3024 |
msgctxt "rss feed"
|
3025 |
msgid "%s Feed"
|
3026 |
msgstr "تغذية %s"
|
3027 |
|
3028 |
-
#: business-directory-plugin.php:
|
3029 |
#: core/views/submit_listing.php:10
|
3030 |
msgctxt "views"
|
3031 |
msgid "Submit A Listing"
|
3032 |
msgstr "إضافة إعلان"
|
3033 |
|
3034 |
-
#: business-directory-plugin.php:
|
3035 |
msgctxt "title"
|
3036 |
msgid "Find a Listing"
|
3037 |
msgstr "العثور على إعلان"
|
3038 |
|
3039 |
-
#: business-directory-plugin.php:
|
3040 |
msgctxt "title"
|
3041 |
msgid "View All Listings"
|
3042 |
msgstr "عرض جميع الإعلانات"
|
3043 |
|
3044 |
-
#: business-directory-plugin.php:
|
3045 |
msgctxt "title"
|
3046 |
msgid "Listings tagged: %s"
|
3047 |
msgstr "إعلانات ذات وسم: %s"
|
3048 |
|
3049 |
-
#: core/api.php:
|
3050 |
msgid "Free"
|
3051 |
msgstr "مجاني"
|
3052 |
|
3053 |
-
#: core/class-csv-import.php:
|
3054 |
msgctxt "admin csv-import"
|
3055 |
msgid ""
|
3056 |
"Could not create listing category \"<category-name>\". The operation failed "
|
3057 |
"with the following error: <error-message>."
|
3058 |
msgstr ""
|
3059 |
|
3060 |
-
#: core/class-csv-import.php:
|
3061 |
msgctxt "admin csv-import"
|
3062 |
msgid "Could not create listing category \"%s\""
|
3063 |
msgstr "لا يمكن إنشاء تصنيف الإعلان \"%s\""
|
3064 |
|
3065 |
-
#: core/class-csv-import.php:
|
3066 |
msgctxt "admin csv-import"
|
3067 |
msgid "Username \"%s\" does not exist"
|
3068 |
msgstr "إسم المستخدم \"%s\" غير موجود"
|
3069 |
|
3070 |
-
#: core/class-csv-import.php:
|
3071 |
msgctxt "admin csv-import"
|
3072 |
msgid "Missing required field: %s"
|
3073 |
msgstr "حقل مطلوب مفقود: %s"
|
3074 |
|
3075 |
-
#: core/class-csv-import.php:
|
3076 |
msgctxt "admin csv-import"
|
3077 |
msgid "Listing category \"%s\" does not exist"
|
3078 |
msgstr "تصنيف الإعلان \"%s\" غير موجود"
|
@@ -3201,12 +3226,12 @@ msgctxt "listing"
|
|
3201 |
msgid "(Fee Unavailable)"
|
3202 |
msgstr "(رسم غير متوفر)"
|
3203 |
|
3204 |
-
#: core/class-listings-api.php:
|
3205 |
msgctxt "notify email"
|
3206 |
msgid "[%s] New listing notification"
|
3207 |
msgstr "[%s] تنبيه الإعلان الجديد"
|
3208 |
|
3209 |
-
#: core/class-listings-api.php:
|
3210 |
msgctxt "notify email"
|
3211 |
msgid "[%s] Listing edit notification"
|
3212 |
msgstr "[%s] تنبيه تحرير الإعلان"
|
@@ -3251,12 +3276,12 @@ msgctxt "widgets"
|
|
3251 |
msgid "Leave blank for automatic height."
|
3252 |
msgstr "أترك المساحة فارغة للارتفاع التلقائي."
|
3253 |
|
3254 |
-
#: core/class-payment.php:223
|
3255 |
msgctxt "listings"
|
3256 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3257 |
msgstr "رسوم \"%s\" للتصنيف '%s' %s"
|
3258 |
|
3259 |
-
#: core/class-payment.php:226
|
3260 |
msgctxt "listings"
|
3261 |
msgid "(recurring)"
|
3262 |
msgstr "(متكرر)"
|
@@ -4905,17 +4930,17 @@ msgstr "وسوم الدليل"
|
|
4905 |
msgid "Directory Tag"
|
4906 |
msgstr "وسم الدليل"
|
4907 |
|
4908 |
-
#: core/compatibility/class-navxt-integration.php:
|
4909 |
msgctxt "navxt"
|
4910 |
msgid "Submit Listing"
|
4911 |
msgstr "إضافة إعلان"
|
4912 |
|
4913 |
-
#: core/compatibility/class-navxt-integration.php:
|
4914 |
msgctxt "navxt"
|
4915 |
msgid "Edit Listing"
|
4916 |
msgstr "تحرير الإعلان"
|
4917 |
|
4918 |
-
#: core/compatibility/class-navxt-integration.php:
|
4919 |
msgctxt "navxt"
|
4920 |
msgid "Search"
|
4921 |
msgstr "بحث"
|
@@ -4927,14 +4952,14 @@ msgstr "خانة الاختيار"
|
|
4927 |
|
4928 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
4929 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
4930 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4931 |
msgctxt "form-fields admin"
|
4932 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4933 |
msgstr "خيارات الحقل (لتحديد القوائم وأزرار الخيارات وخانات الاختيار)."
|
4934 |
|
4935 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
4936 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
4937 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4938 |
msgctxt "form-fields admin"
|
4939 |
msgid "Field list of options is required."
|
4940 |
msgstr "قائمة خيارات الحقل مطلوبة."
|
@@ -5025,18 +5050,18 @@ msgctxt "form-fields api"
|
|
5025 |
msgid "Select List"
|
5026 |
msgstr "قائمة منسدلة"
|
5027 |
|
5028 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5029 |
msgctxt "form-fields-api category-select"
|
5030 |
msgid "-- Choose Terms --"
|
5031 |
msgstr "- اختيار البنود -"
|
5032 |
|
5033 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5034 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5035 |
msgctxt "form-fields-api category-select"
|
5036 |
msgid "-- Choose One --"
|
5037 |
msgstr "-- اختار واحد --"
|
5038 |
|
5039 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5040 |
msgctxt "form-fields admin"
|
5041 |
msgid "Allow empty selection on search?"
|
5042 |
msgstr "السماح بالتحديد الفارغ في البحث؟"
|
@@ -5432,8 +5457,9 @@ msgid "Could not update theme: %s"
|
|
5432 |
msgstr "تعذر تحديث القالب : %s"
|
5433 |
|
5434 |
#: core/helpers/class-themes-updater.php:165
|
|
|
5435 |
msgctxt "themes"
|
5436 |
-
msgid "Theme was updated
|
5437 |
msgstr "تم تحديث القالب بنجاح."
|
5438 |
|
5439 |
#: core/installer.php:43
|
@@ -5536,9 +5562,10 @@ msgid "Pause Upgrade"
|
|
5536 |
msgstr "توقيف الترقية"
|
5537 |
|
5538 |
#: core/installer.php:1110
|
|
|
5539 |
msgctxt "manual-upgrade"
|
5540 |
msgid ""
|
5541 |
-
"The upgrade was
|
5542 |
"available."
|
5543 |
msgstr "تم إجراء الترقية بنجاح. إضافة دليل الأعمال متاحة الآن."
|
5544 |
|
@@ -5839,39 +5866,39 @@ msgctxt "templates"
|
|
5839 |
msgid "No listing categories found."
|
5840 |
msgstr "لم يتم العثور على تصنيفات الإعلانات."
|
5841 |
|
5842 |
-
#: core/templates-ui.php:
|
5843 |
msgid "Directory"
|
5844 |
msgstr "الدليل"
|
5845 |
|
5846 |
-
#: core/templates-ui.php:
|
5847 |
msgid "View All Listings"
|
5848 |
msgstr "مشاهدة جميع الإعلانات"
|
5849 |
|
5850 |
-
#: core/templates-ui.php:
|
5851 |
msgid "Create A Listing"
|
5852 |
msgstr "إنشاء إعلان"
|
5853 |
|
5854 |
-
#: core/templates-ui.php:
|
5855 |
msgctxt "templates"
|
5856 |
msgid "Search Listings"
|
5857 |
msgstr "البحث في الإعلانات"
|
5858 |
|
5859 |
-
#: core/templates-ui.php:
|
5860 |
msgctxt "templates"
|
5861 |
msgid "Advanced Search"
|
5862 |
msgstr "بحث متقدم"
|
5863 |
|
5864 |
-
#: core/templates-ui.php:
|
5865 |
msgctxt "templates sort"
|
5866 |
msgid "Sort By:"
|
5867 |
msgstr "ترتيب حسب:"
|
5868 |
|
5869 |
-
#: core/templates-ui.php:
|
5870 |
msgctxt "sort"
|
5871 |
msgid "Reset"
|
5872 |
msgstr "إعادة تعيين"
|
5873 |
|
5874 |
-
#: core/templates-ui.php:
|
5875 |
msgctxt "sort"
|
5876 |
msgid "(Reset)"
|
5877 |
msgstr "(إعادة تعيين)"
|
@@ -5997,42 +6024,71 @@ msgid ""
|
|
5997 |
"You are logged in as an administrator. Any payment steps will be skipped."
|
5998 |
msgstr "لقد تم تسجيل دخولك كمدير. سيتم تخطي أي خطوات للدفع."
|
5999 |
|
6000 |
-
#: core/view-submit-listing.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6001 |
msgctxt "templates"
|
6002 |
msgid "Please select a fee option for the \"%s\" category."
|
6003 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
6004 |
|
6005 |
-
#: core/view-submit-listing.php:
|
6006 |
msgctxt "templates"
|
6007 |
msgid "Please agree to the Terms and Conditions."
|
6008 |
msgstr "يرجى الموافقة على الشروط والأحكام."
|
6009 |
|
6010 |
-
#: core/view-submit-listing.php:
|
6011 |
msgctxt "templates"
|
6012 |
msgid "The reCAPTCHA wasn't entered correctly."
|
6013 |
msgstr "لم يتم إدخال reCAPTCHA بشكل صحيح."
|
6014 |
|
6015 |
-
#: core/view-submit-listing.php:
|
6016 |
msgctxt "templates"
|
6017 |
msgid "Read our Terms and Conditions"
|
6018 |
msgstr "إقرأ الشروط والأحكام الخاصة بنا"
|
6019 |
|
6020 |
-
#: core/view-submit-listing.php:
|
6021 |
msgctxt "templates"
|
6022 |
msgid "Terms and Conditions:"
|
6023 |
msgstr "شروط وأحكام:"
|
6024 |
|
6025 |
-
#: core/view-submit-listing.php:
|
6026 |
msgctxt "templates"
|
6027 |
msgid "I agree to the Terms and Conditions"
|
6028 |
msgstr "أوافق على الشروط والأحكام"
|
6029 |
|
6030 |
-
#: core/view-submit-listing.php:
|
6031 |
msgctxt "submit"
|
6032 |
msgid "Listing upgrade to featured"
|
6033 |
msgstr "الترقية الى إعلان مميز"
|
6034 |
|
6035 |
-
#: core/view-submit-listing.php:
|
6036 |
msgctxt "submit_state"
|
6037 |
msgid "Invalid submit state."
|
6038 |
msgstr "حالة إضافة غير صالحة"
|
@@ -6076,8 +6132,9 @@ msgid "← Return to Directory."
|
|
6076 |
msgstr "← الرجوع إلى الدليل."
|
6077 |
|
6078 |
#: core/views/checkout.php:130
|
|
|
6079 |
msgctxt "checkout"
|
6080 |
-
msgid "Your payment was received
|
6081 |
msgstr "تم تلقي الدفع الخاص بك بنجاح."
|
6082 |
|
6083 |
#: core/views/checkout.php:137
|
@@ -6233,17 +6290,17 @@ msgctxt "listings"
|
|
6233 |
msgid "Fee \"%s\" renewal for category \"%s\""
|
6234 |
msgstr "رسوم \"%s\" تجديد التصنيف \"%s\""
|
6235 |
|
6236 |
-
#: core/views/renew_listing.php:
|
6237 |
msgctxt "renewal"
|
6238 |
msgid "Invalid renewal state."
|
6239 |
msgstr "حالة التجديد غير صالحة."
|
6240 |
|
6241 |
-
#: core/views/renew_listing.php:
|
6242 |
msgctxt "templates"
|
6243 |
msgid "Recurring Fee Management"
|
6244 |
msgstr "إدارة الرسوم المتكررة"
|
6245 |
|
6246 |
-
#: core/views/renew_listing.php:
|
6247 |
msgctxt "renew"
|
6248 |
msgid ""
|
6249 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
@@ -6252,22 +6309,22 @@ msgstr ""
|
|
6252 |
"لأنك على خطة الرسوم المتكررة لا تحتاج لتجديد الإعلان الخاص بك الآن لأن ذلك "
|
6253 |
"سيتم معالجته تلقائياً عندما يحين وقت التجديد."
|
6254 |
|
6255 |
-
#: core/views/renew_listing.php:
|
6256 |
msgctxt "renewal"
|
6257 |
msgid "Current Fee Details"
|
6258 |
msgstr "تفاصيل الرسوم الحالية"
|
6259 |
|
6260 |
-
#: core/views/renew_listing.php:
|
6261 |
msgctxt "renewal"
|
6262 |
msgid "Number of images:"
|
6263 |
msgstr "عدد الصور:"
|
6264 |
|
6265 |
-
#: core/views/renew_listing.php:
|
6266 |
msgctxt "renewal"
|
6267 |
msgid "Expiration date:"
|
6268 |
msgstr "تاريخ انتهاء التاريخ:"
|
6269 |
|
6270 |
-
#: core/views/renew_listing.php:
|
6271 |
msgctxt "renew"
|
6272 |
msgid ""
|
6273 |
"However, if you want to cancel your subscription you can do that on this "
|
@@ -6311,6 +6368,13 @@ msgctxt "views"
|
|
6311 |
msgid "Find A Listing"
|
6312 |
msgstr "العثور على إعلان"
|
6313 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6314 |
#: core/views/submit_listing.php:16
|
6315 |
msgctxt "templates"
|
6316 |
msgid ""
|
@@ -6977,7 +7041,7 @@ msgstr ""
|
|
6977 |
#: templates/renew-listing.tpl.php:22
|
6978 |
#: templates/submit-listing/category-selection.tpl.php:8
|
6979 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
6980 |
-
#: templates/submit-listing/images.tpl.php:
|
6981 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
6982 |
msgctxt "templates"
|
6983 |
msgid "Continue"
|
@@ -7079,37 +7143,37 @@ msgctxt "templates"
|
|
7079 |
msgid "Delete Image"
|
7080 |
msgstr "حذف الصورة"
|
7081 |
|
7082 |
-
#: templates/submit-listing/images-single.tpl.php:
|
7083 |
msgctxt "templates"
|
7084 |
msgid "Set this image as the listing thumbnail."
|
7085 |
msgstr "تعيين هذه الصورة كصورة مصغرة للإعلان."
|
7086 |
|
7087 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7088 |
msgctxt "templates"
|
7089 |
msgid "Upload Images"
|
7090 |
msgstr "رفع الصور"
|
7091 |
|
7092 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7093 |
msgctxt "templates"
|
7094 |
msgid "Drop files here"
|
7095 |
msgstr "أسقط الملفات هنا"
|
7096 |
|
7097 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7098 |
msgctxt "templates image upload"
|
7099 |
msgid "or"
|
7100 |
msgstr "أو"
|
7101 |
|
7102 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7103 |
msgctxt "templates"
|
7104 |
msgid "Select images from your hard drive"
|
7105 |
msgstr "حدد الصور من جهازك"
|
7106 |
|
7107 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7108 |
msgctxt "templates"
|
7109 |
msgid "Uploading %s file(s)... Please wait."
|
7110 |
msgstr "رفع %s ملف (ملفات)... المرجو الانتظار."
|
7111 |
|
7112 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7113 |
msgctxt "templates"
|
7114 |
msgid ""
|
7115 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
@@ -7119,46 +7183,51 @@ msgstr ""
|
|
7119 |
"أماكن الصورة الخاصة بك ممتلئة في هذا الوقت. يمكنك الضغط فوق \"متابعة\" إذا "
|
7120 |
"كنت انتهيت، أو \"حذف الصورة\" لتحميل صورة جديدة بدلاً من الموجودة حاليا."
|
7121 |
|
7122 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7123 |
msgctxt "templates"
|
7124 |
msgid "Image slots available:"
|
7125 |
msgstr "أماكن الصورة المتاحة:"
|
7126 |
|
7127 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7128 |
msgctxt "templates"
|
7129 |
msgid "File size:"
|
7130 |
msgstr "حجم الملف:"
|
7131 |
|
7132 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7133 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7134 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7135 |
msgctxt "templates"
|
7136 |
msgid "No limit"
|
7137 |
msgstr "غير محدود"
|
7138 |
|
7139 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7140 |
msgctxt "templates"
|
7141 |
msgid "Image width:"
|
7142 |
msgstr "عرض الصورة:"
|
7143 |
|
7144 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7145 |
msgctxt "templates"
|
7146 |
msgid "Image height:"
|
7147 |
msgstr "ارتفاع الصورة:"
|
7148 |
|
7149 |
-
#: templates/submit-listing/images.tpl.php:
|
7150 |
msgctxt "templates"
|
7151 |
msgid "Listing Images"
|
7152 |
msgstr "صور الإعلانات"
|
7153 |
|
7154 |
-
#: templates/submit-listing/images.tpl.php:
|
7155 |
msgctxt "templates"
|
7156 |
msgid ""
|
7157 |
"There is an image pending upload. Would you still like to continue without "
|
7158 |
"saving the image?"
|
7159 |
msgstr "هناك صورة تنتظر الرفع. هل مازلت تريد المتابعة بدون حفظ الصورة؟"
|
7160 |
|
7161 |
-
#: templates/submit-listing/images.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
7162 |
msgctxt "templates"
|
7163 |
msgid "There are no images currently attached to your listing."
|
7164 |
msgstr "لا توجد أي صور مرفقة حاليا إلى إعلانك."
|
@@ -7198,6 +7267,18 @@ msgstr "D. Rodenbaugh"
|
|
7198 |
msgid "http://businessdirectoryplugin.com"
|
7199 |
msgstr "http://businessdirectoryplugin.com"
|
7200 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7201 |
#~ msgctxt "admin settings"
|
7202 |
#~ msgid ""
|
7203 |
#~ "Allow visitors to discuss listings using the standard WordPress comment "
|
@@ -7302,12 +7383,6 @@ msgstr "http://businessdirectoryplugin.com"
|
|
7302 |
#~ msgid "The directory is temporarily disabled."
|
7303 |
#~ msgstr "L'annuaire est temporairement désactivé."
|
7304 |
|
7305 |
-
#~ msgctxt "preview"
|
7306 |
-
#~ msgid "This is just a preview. The listing has not been published yet."
|
7307 |
-
#~ msgstr ""
|
7308 |
-
#~ "Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
|
7309 |
-
#~ "publiée."
|
7310 |
-
|
7311 |
#~ msgctxt "templates"
|
7312 |
#~ msgid "Listings tagged: %s"
|
7313 |
#~ msgstr "Annonces étiquetées: %s"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 4.0.8\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
+
"POT-Creation-Date: 2017-04-04 17:28:39+00:00\n"
|
8 |
"PO-Revision-Date: 2017-01-16 17:47-0500\n"
|
9 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
10 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
124 |
msgid "Renew Listing"
|
125 |
msgstr "تجديد الإعلان"
|
126 |
|
127 |
+
#: admin/class-admin.php:105
|
128 |
msgid ""
|
129 |
"Preview is only available after you've saved the first draft. This is due\n"
|
130 |
"to how WordPress stores the data."
|
132 |
"المعاينة متاحة فقط بعد أن تحفظ المسودة الأولى. ويرجع ذلك إلى طريقة حفظ "
|
133 |
"البيانات من طرف ووردبريس."
|
134 |
|
135 |
+
#: admin/class-admin.php:138
|
136 |
msgctxt "drip pointer"
|
137 |
msgid ""
|
138 |
"Find out how to create a compelling, thriving business directory from "
|
143 |
"(مجانا) مكونة من 5 أجزاء (ترسل عبر البريد الإلكتروني). أحصل على وحدة ممتازة "
|
144 |
"(premium module) مجانا بمجرد تسجيلك."
|
145 |
|
146 |
+
#: admin/class-admin.php:140
|
147 |
msgctxt "drip pointer"
|
148 |
msgid "Email Address:"
|
149 |
msgstr "عنوان البريد الإلكتروني:"
|
150 |
|
151 |
+
#: admin/class-admin.php:146
|
152 |
msgctxt "drip pointer"
|
153 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
154 |
msgstr "هل تريد معرفة \"أسرار بناء\" \"دليل أعمال مدهش\"؟"
|
155 |
|
156 |
+
#: admin/class-admin.php:148
|
157 |
msgctxt "drip pointer"
|
158 |
msgid "Yes, please!"
|
159 |
msgstr "نعم، من فضلك!"
|
160 |
|
161 |
+
#: admin/class-admin.php:150
|
162 |
msgctxt "drip pointer"
|
163 |
msgid "No, thanks"
|
164 |
msgstr "لا، شكرًا"
|
165 |
|
166 |
+
#: admin/class-admin.php:167
|
167 |
msgctxt "admin"
|
168 |
msgid "Business Directory"
|
169 |
msgstr "دليل الأعمال"
|
170 |
|
171 |
+
#: admin/class-admin.php:178
|
172 |
msgctxt "admin"
|
173 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
174 |
msgstr "أنت مستعد. قم بزيارة صفحة <a>دليل الأعمال</a> الجديدة."
|
175 |
|
176 |
+
#: admin/class-admin.php:199
|
177 |
msgctxt "drip pointer"
|
178 |
msgid "Invalid e-mail address."
|
179 |
msgstr "عنوان البريد الإلكتروني غير صالح!"
|
180 |
|
181 |
+
#: admin/class-admin.php:233
|
182 |
msgctxt "admin menu"
|
183 |
msgid "Business Directory Admin"
|
184 |
msgstr "مدير دليل الأعمال"
|
185 |
|
186 |
+
#: admin/class-admin.php:234
|
187 |
msgctxt "admin menu"
|
188 |
msgid "Dir. Admin"
|
189 |
msgstr "مدير الدليل"
|
190 |
|
191 |
+
#: admin/class-admin.php:234
|
192 |
msgctxt "admin menu"
|
193 |
msgid "Directory Admin"
|
194 |
msgstr "مدير الدليل"
|
195 |
|
196 |
+
#: admin/class-admin.php:240 admin/class-admin.php:241
|
197 |
msgctxt "admin menu"
|
198 |
msgid "Add New Listing"
|
199 |
msgstr "إضافة إعلان جديد"
|
200 |
|
201 |
+
#: admin/class-admin.php:246 admin/class-admin.php:247
|
202 |
msgctxt "admin menu"
|
203 |
msgid "Manage Options"
|
204 |
msgstr "إدارة الخيارات"
|
205 |
|
206 |
+
#: admin/class-admin.php:252 admin/class-admin.php:253
|
207 |
msgctxt "admin menu"
|
208 |
msgid "Manage Fees"
|
209 |
msgstr "إدارة الرسوم"
|
210 |
|
211 |
+
#: admin/class-admin.php:258 admin/class-admin.php:259
|
212 |
msgctxt "admin menu"
|
213 |
msgid "Manage Form Fields"
|
214 |
msgstr "إدارة حقول الاستمارة"
|
215 |
|
216 |
+
#: admin/class-admin.php:264 admin/class-admin.php:265
|
217 |
msgctxt "admin menu"
|
218 |
msgid "Listings"
|
219 |
msgstr "الإعلانات"
|
220 |
|
221 |
+
#: admin/class-admin.php:279 admin/class-admin.php:280
|
222 |
msgctxt "admin menu"
|
223 |
msgid "CSV Import"
|
224 |
msgstr "استيراد CSV"
|
225 |
|
226 |
+
#: admin/class-admin.php:285 admin/class-admin.php:286
|
227 |
msgctxt "admin menu"
|
228 |
msgid "CSV Export"
|
229 |
msgstr "تصدير CSV"
|
230 |
|
231 |
+
#: admin/class-admin.php:291 admin/class-admin.php:292
|
232 |
msgctxt "admin menu"
|
233 |
msgid "Debug"
|
234 |
msgstr "تصحيح الأخطاء"
|
235 |
|
236 |
+
#: admin/class-admin.php:301
|
237 |
msgctxt "admin menu"
|
238 |
msgid "Main Menu"
|
239 |
msgstr "القائمة الرئيسية"
|
240 |
|
241 |
+
#: admin/class-admin.php:312
|
242 |
msgctxt "admin menu"
|
243 |
msgid "Uninstall Business Directory Plugin"
|
244 |
msgstr "حذف إضافة دليل الأعمال"
|
245 |
|
246 |
+
#: admin/class-admin.php:313
|
247 |
msgctxt "admin menu"
|
248 |
msgid "Uninstall"
|
249 |
msgstr "حذف"
|
250 |
|
251 |
+
#: admin/class-admin.php:427
|
252 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
253 |
msgctxt "admin infometabox"
|
254 |
msgid "never"
|
255 |
msgstr "أبداً"
|
256 |
|
257 |
+
#: admin/class-admin.php:521
|
258 |
msgctxt "admin"
|
259 |
msgid "Dismiss this notice."
|
260 |
msgstr "إخفاء هذا التنبيه."
|
261 |
|
262 |
+
#: admin/class-admin.php:549
|
263 |
msgctxt "admin"
|
264 |
msgid "The listing has been published."
|
265 |
msgid_plural "The listings have been published."
|
270 |
msgstr[4] "تم نشر الإعلانات."
|
271 |
msgstr[5] "تم نشر الإعلانات."
|
272 |
|
273 |
+
#: admin/class-admin.php:567
|
274 |
msgctxt "admin"
|
275 |
msgid "The listing status has been set as paid."
|
276 |
msgid_plural "The listings status has been set as paid."
|
281 |
msgstr[4] "تم تعيين الإعلانات مدفوعة."
|
282 |
msgstr[5] "تم تعيين الإعلانات مدفوعة."
|
283 |
|
284 |
+
#: admin/class-admin.php:573
|
285 |
msgctxt "admin"
|
286 |
msgid ""
|
287 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
311 |
"فقط الفواتير التي تحتوي على البنود غير المتكررة تسجل كمدفوعة. المدفوعات "
|
312 |
"المتكررة يجب إدارتها من خلال لوحة التحكم الخاصة بك."
|
313 |
|
314 |
+
#: admin/class-admin.php:592
|
315 |
msgctxt "admin"
|
316 |
msgid "The listing has been modified."
|
317 |
msgid_plural "The listings have been modified."
|
322 |
msgstr[4] "تم تعديل الإعلانات."
|
323 |
msgstr[5] "تم تعديل الإعلانات."
|
324 |
|
325 |
+
#: admin/class-admin.php:605
|
326 |
msgctxt "admin"
|
327 |
msgid "The listing has been upgraded."
|
328 |
msgid_plural "The listings have been upgraded."
|
333 |
msgstr[4] "تمت ترقية الإعلانات."
|
334 |
msgstr[5] "تمت ترقية الإعلانات."
|
335 |
|
336 |
+
#: admin/class-admin.php:617
|
337 |
msgctxt "admin"
|
338 |
msgid "The listing has been downgraded."
|
339 |
msgid_plural "The listings have been downgraded."
|
344 |
msgstr[4] "تم خفض اشتراك الإعلانات."
|
345 |
msgstr[5] "تم خفض اشتراك الإعلانات."
|
346 |
|
347 |
+
#: admin/class-admin.php:628
|
348 |
msgctxt "admin payments"
|
349 |
msgid ""
|
350 |
"The payment status was not changed. Recurring payments can't be manually "
|
355 |
"الرجاء التحقق في لوحة التحكم الخاصة بك لمعرفة إذا كان الدفع ذهب حقاً من "
|
356 |
"خلالها."
|
357 |
|
358 |
+
#: admin/class-admin.php:633
|
359 |
msgctxt "admin"
|
360 |
msgid "The transaction has been approved."
|
361 |
msgstr "تمت الموافقة على المعاملة."
|
362 |
|
363 |
+
#: admin/class-admin.php:643
|
364 |
msgctxt "admin"
|
365 |
msgid "The transaction has been rejected."
|
366 |
msgstr "المعاملة رفضت."
|
367 |
|
368 |
+
#: admin/class-admin.php:649
|
369 |
msgctxt "admin"
|
370 |
msgid "The fee was successfully assigned."
|
371 |
msgstr "تم تعيين الرسوم بنجاح."
|
372 |
|
373 |
+
#: admin/class-admin.php:658
|
374 |
msgctxt "admin"
|
375 |
msgid "Listing was renewed."
|
376 |
msgid_plural "Listings were renewed."
|
381 |
msgstr[4] "تم تجديد الإعلانات."
|
382 |
msgstr[5] "تم تجديد الإعلانات."
|
383 |
|
384 |
+
#: admin/class-admin.php:665
|
385 |
msgctxt "admin"
|
386 |
msgid "Renewal email sent."
|
387 |
msgstr "تم إرسال بريد التجديد."
|
388 |
|
389 |
+
#: admin/class-admin.php:720
|
390 |
msgctxt "admin category id"
|
391 |
msgid "ID"
|
392 |
msgstr "المعرف"
|
393 |
|
394 |
+
#: admin/class-admin.php:722 admin/class-admin.php:728
|
395 |
msgctxt "admin"
|
396 |
msgid "Listing Count"
|
397 |
msgstr "عدد الإعلانات"
|
398 |
|
399 |
+
#: admin/class-admin.php:837
|
400 |
msgctxt "admin"
|
401 |
msgid ""
|
402 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
405 |
"<b>إضافة دليل الأعمال</b> تتطلب حقول مع المرتبطات التالية بالترتيب لكي تعمل "
|
406 |
"بشكل صحيح: <b>%s</b>."
|
407 |
|
408 |
+
#: admin/class-admin.php:839
|
409 |
msgctxt "admin"
|
410 |
msgid ""
|
411 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
414 |
"<b>إضافة دليل الأعمال</b> تتطلب حقل مع <b>%s</b> المرتبطات التالية بالترتيب "
|
415 |
"لكي تعمل بشكل صحيح."
|
416 |
|
417 |
+
#: admin/class-admin.php:843
|
418 |
msgctxt "admin"
|
419 |
msgid ""
|
420 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
423 |
"يمكنك إنشاء هذه الحقول المخصصة بنفسك داخل \"إدارة الحقول\" أو السماح لدليل "
|
424 |
"الأعمال للقيام بذلك نيابة عنك تلقائياً."
|
425 |
|
426 |
+
#: admin/class-admin.php:847
|
427 |
msgctxt "admin"
|
428 |
msgid "Go to \"Manage Form Fields\""
|
429 |
msgstr "إنتقل إلى \"إدارة حقول\""
|
430 |
|
431 |
+
#: admin/class-admin.php:850
|
432 |
msgctxt "admin"
|
433 |
msgid "Create these required fields for me"
|
434 |
msgstr "إنشاء هذه الحقول المطلوبة نيابة عني"
|
435 |
|
436 |
+
#: admin/class-admin.php:859
|
437 |
msgctxt "admin"
|
438 |
msgid ""
|
439 |
"<b>Business Directory Plugin</b> requires a page with the "
|
442 |
"<b>إضافة دليل الأعمال</b> تتطلب صفحة فيها الكود القصير "
|
443 |
"<tt>[businessdirectory]</tt> لكي تعمل بشكل صحيح."
|
444 |
|
445 |
+
#: admin/class-admin.php:861
|
446 |
msgctxt "admin"
|
447 |
msgid ""
|
448 |
"You can create this page by yourself or let Business Directory do this for "
|
451 |
"يمكنك إنشاء هذه الصفحة بنفسك أو ترك دليل الأعمال القيام بذلك نيابة عنك "
|
452 |
"تلقائياً."
|
453 |
|
454 |
+
#: admin/class-admin.php:865
|
455 |
msgctxt "admin"
|
456 |
msgid "Create required pages for me"
|
457 |
msgstr "إنشاء الصفحات المطلوب نيابة عني"
|
458 |
|
459 |
+
#: admin/class-admin.php:905
|
460 |
msgctxt "admin compat"
|
461 |
msgid "Installed: %s"
|
462 |
msgstr "تم التنصيب: %s"
|
463 |
|
464 |
+
#: admin/class-admin.php:905
|
465 |
msgctxt "admin compat"
|
466 |
msgid "N/A"
|
467 |
msgstr "N/A غير قابل للتطبيق"
|
468 |
|
469 |
+
#: admin/class-admin.php:908
|
470 |
msgctxt "admin compat"
|
471 |
msgid "Required: %s"
|
472 |
msgstr "مطلوب: %s"
|
473 |
|
474 |
+
#: admin/class-admin.php:920
|
475 |
msgctxt "admin compat"
|
476 |
msgid ""
|
477 |
"Business Directory has detected some incompatible premium module versions "
|
480 |
"الإضافة اكتشفت أن هناك إصدارات مثبتة لوحدة ممتازة (premium module) أو أكثر "
|
481 |
"غير متوافقة."
|
482 |
|
483 |
+
#: admin/class-admin.php:922
|
484 |
msgctxt "admin compat"
|
485 |
msgid ""
|
486 |
"Please upgrade to the required versions indicated below to make sure "
|
489 |
"الرجاء الترقية إلى الإصدارات المطلوبة المبينة أسفله للتأكد من أن كل شيء يعمل "
|
490 |
"بشكل صحيح."
|
491 |
|
492 |
+
#: admin/class-admin.php:942
|
493 |
msgctxt "admin"
|
494 |
msgid ""
|
495 |
"We noticed you want your Business Directory users to register before posting "
|
500 |
"تعطل التسجيل في موقعك. إذهب [هنا] واختر \"السماح بالتسجيل\" لجعل دليل "
|
501 |
"الأعمال يعمل بشكل صحيح."
|
502 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
503 |
#: admin/class-themes-admin.php:47
|
504 |
msgctxt "themes"
|
505 |
msgid "Directory Themes"
|
579 |
msgstr "تم تثبيت القالب بنجاح."
|
580 |
|
581 |
#: admin/class-themes-admin.php:229
|
582 |
+
#, fuzzy
|
583 |
msgctxt "themes"
|
584 |
+
msgid "Theme was deleted successfully."
|
585 |
msgstr "تم حذف القالب بنجاح."
|
586 |
|
587 |
#: admin/class-themes-admin.php:232
|
636 |
msgid "Activate your <a>license key</a> to use this theme."
|
637 |
msgstr "فعِّل <a>مفتاح الترخيص</a> الخاص بك لاستخدام هذا القالب."
|
638 |
|
639 |
+
#: admin/csv-export.php:145
|
640 |
msgctxt "admin csv-export"
|
641 |
msgid "Could not create a temporary directory for handling this CSV export."
|
642 |
msgstr "لا يمكن إنشاء مجلد مؤقت للتعامل مع تصدير CSV."
|
643 |
|
644 |
+
#: admin/csv-export.php:147
|
645 |
msgctxt "admin csv-export"
|
646 |
msgid "Could not create wpbdp-csv-exports directory."
|
647 |
msgstr "تعذر إنشاء مجلد wpbdp-csv-exports."
|
648 |
|
649 |
+
#: admin/csv-export.php:152
|
650 |
msgctxt "admin csv-export"
|
651 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
652 |
msgstr "حدث خطأ أثناء إنشاء مجلد مؤقت لتصدير CSV: %s"
|
1307 |
|
1308 |
#: admin/templates/csv-export.tpl.php:94
|
1309 |
msgctxt "admin csv-export"
|
1310 |
+
msgid "What operating system will you use to edit the CSV file?"
|
1311 |
+
msgstr ""
|
1312 |
|
1313 |
+
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:113
|
1314 |
+
#: admin/templates/csv-export.tpl.php:124 admin/templates/csv-import.tpl.php:43
|
1315 |
#: admin/templates/csv-import.tpl.php:109
|
1316 |
+
#: admin/templates/csv-import.tpl.php:135
|
1317 |
+
#: admin/templates/csv-import.tpl.php:146
|
1318 |
+
#: admin/templates/csv-import.tpl.php:173
|
1319 |
msgctxt "admin forms"
|
1320 |
msgid "required"
|
1321 |
msgstr "مطلوب"
|
1322 |
|
1323 |
+
#: admin/templates/csv-export.tpl.php:101
|
1324 |
+
msgctxt "admin csv-export"
|
1325 |
+
msgid "Windows"
|
1326 |
+
msgstr ""
|
1327 |
+
|
1328 |
+
#: admin/templates/csv-export.tpl.php:106
|
1329 |
+
msgctxt "admin csv-export"
|
1330 |
+
msgid "macOS"
|
1331 |
+
msgstr ""
|
1332 |
+
|
1333 |
+
#: admin/templates/csv-export.tpl.php:108
|
1334 |
+
msgctxt "admin csv-export"
|
1335 |
+
msgid ""
|
1336 |
+
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
1337 |
+
"sure all your listings information is displayed properly when you view or "
|
1338 |
+
"edit the CSV file, we need to generate different versions of the file for "
|
1339 |
+
"each operating system."
|
1340 |
+
msgstr ""
|
1341 |
+
|
1342 |
+
#: admin/templates/csv-export.tpl.php:113
|
1343 |
msgctxt "admin csv-export"
|
1344 |
msgid "Image Separator"
|
1345 |
msgstr "فاصلة الصورة "
|
1346 |
|
1347 |
+
#: admin/templates/csv-export.tpl.php:124
|
1348 |
msgctxt "admin csv-export"
|
1349 |
msgid "Category Separator"
|
1350 |
msgstr "فاصلة التصنيف"
|
1351 |
|
1352 |
+
#: admin/templates/csv-export.tpl.php:136
|
1353 |
msgctxt "admin csv-export"
|
1354 |
msgid "Export Listings"
|
1355 |
msgstr "الإعلانات المصدرة"
|
1356 |
|
1357 |
+
#: admin/templates/csv-export.tpl.php:142
|
1358 |
msgctxt "admin csv-export"
|
1359 |
msgid "Export in Progress..."
|
1360 |
msgstr "جاري التصدير..."
|
1361 |
|
1362 |
+
#: admin/templates/csv-export.tpl.php:143
|
1363 |
msgctxt "admin csv-export"
|
1364 |
msgid ""
|
1365 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
1367 |
msgstr ""
|
1368 |
"جاري إعداد ملف التصدير. المرجو <u>عدم ترك</u> هذه الصفحة حتى انتهاء التصدير."
|
1369 |
|
1370 |
+
#: admin/templates/csv-export.tpl.php:146
|
1371 |
msgctxt "admin csv-export"
|
1372 |
msgid "No. of listings:"
|
1373 |
msgstr "أرقام الإعلانات:"
|
1374 |
|
1375 |
+
#: admin/templates/csv-export.tpl.php:148
|
1376 |
msgctxt "admin csv-export"
|
1377 |
msgid "Approximate export file size:"
|
1378 |
msgstr "الحجم التقريبي لملف التصدير:"
|
1379 |
|
1380 |
+
#: admin/templates/csv-export.tpl.php:155
|
1381 |
msgctxt "admin csv-export"
|
1382 |
msgid "Cancel Export"
|
1383 |
msgstr "إلغاء التصدير"
|
1384 |
|
1385 |
+
#: admin/templates/csv-export.tpl.php:160
|
1386 |
msgctxt "admin csv-export"
|
1387 |
msgid "Export Complete"
|
1388 |
msgstr "تم التصدير"
|
1389 |
|
1390 |
+
#: admin/templates/csv-export.tpl.php:161
|
1391 |
msgctxt "admin csv-export"
|
1392 |
msgid ""
|
1393 |
"Your export file has been successfully created and it is now ready for "
|
1394 |
"download."
|
1395 |
msgstr "تم بنجاح إنشاء ملف التصدير، والآن جاهز للتحميل."
|
1396 |
|
1397 |
+
#: admin/templates/csv-export.tpl.php:164
|
1398 |
msgctxt "admin csv-export"
|
1399 |
msgid "Download %s (%s)"
|
1400 |
msgstr "تحميل %s (%s)"
|
1401 |
|
1402 |
+
#: admin/templates/csv-export.tpl.php:170
|
1403 |
msgctxt "admin csv-export"
|
1404 |
msgid ""
|
1405 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
1408 |
"إضغط على \"تنظيف\" بعد تحميل الملف بغية إزالة جميع البيانات المؤقتة التي تم "
|
1409 |
"إنشاؤها بواسطة \"دليل الأعمال\" أثناء عملية التصدير."
|
1410 |
|
1411 |
+
#: admin/templates/csv-export.tpl.php:171
|
1412 |
msgctxt "admin csv-export"
|
1413 |
msgid "Cleanup"
|
1414 |
msgstr "نظف"
|
1415 |
|
1416 |
+
#: admin/templates/csv-export.tpl.php:176
|
1417 |
msgctxt "admin csv-export"
|
1418 |
msgid "Export Canceled"
|
1419 |
msgstr "ألغي التصدير"
|
1420 |
|
1421 |
+
#: admin/templates/csv-export.tpl.php:177
|
1422 |
msgctxt "admin csv-export"
|
1423 |
msgid "The export has been canceled."
|
1424 |
msgstr "تم إلغاء التصدير"
|
1425 |
|
1426 |
+
#: admin/templates/csv-export.tpl.php:178
|
1427 |
msgctxt "admin csv-export"
|
1428 |
msgid "← Return to CSV Export"
|
1429 |
msgstr "← العودة إلى تصدير CSV"
|
1555 |
msgid "Warning"
|
1556 |
msgstr "تحذير"
|
1557 |
|
1558 |
+
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:248
|
1559 |
msgctxt "admin csv-import"
|
1560 |
msgid "Help"
|
1561 |
msgstr "المساعدة"
|
1614 |
msgid "Column Separator"
|
1615 |
msgstr "فاصلة الأعمدة"
|
1616 |
|
1617 |
+
#: admin/templates/csv-import.tpl.php:117
|
1618 |
+
msgctxt "admin csv-import"
|
1619 |
+
msgid "Comma (,)"
|
1620 |
+
msgstr ""
|
1621 |
+
|
1622 |
+
#: admin/templates/csv-import.tpl.php:123
|
1623 |
+
msgctxt "admin csv-import"
|
1624 |
+
msgid "Semicolon (;)"
|
1625 |
+
msgstr ""
|
1626 |
+
|
1627 |
+
#: admin/templates/csv-import.tpl.php:129
|
1628 |
+
msgctxt "admin csv-import"
|
1629 |
+
msgid "TAB"
|
1630 |
+
msgstr ""
|
1631 |
+
|
1632 |
+
#: admin/templates/csv-import.tpl.php:135
|
1633 |
msgctxt "admin csv-import"
|
1634 |
msgid "Image Separator"
|
1635 |
msgstr "فاصلة الصورة "
|
1636 |
|
1637 |
+
#: admin/templates/csv-import.tpl.php:146
|
1638 |
msgctxt "admin csv-import"
|
1639 |
msgid "Category Separator"
|
1640 |
msgstr "فاصلة التصنيف"
|
1641 |
|
1642 |
+
#: admin/templates/csv-import.tpl.php:157
|
1643 |
msgctxt "admin csv-import"
|
1644 |
msgid "Import settings"
|
1645 |
msgstr "إعدادات الاستيراد"
|
1646 |
|
1647 |
+
#: admin/templates/csv-import.tpl.php:161
|
1648 |
msgctxt "admin csv-import"
|
1649 |
msgid "Post status of imported listings"
|
1650 |
msgstr "حالة مقالة الإعلانات المستوردة"
|
1651 |
|
1652 |
+
#: admin/templates/csv-import.tpl.php:173
|
1653 |
msgctxt "admin csv-import"
|
1654 |
msgid "Missing categories handling"
|
1655 |
msgstr "معالجة التصنيفات المفقودة"
|
1656 |
|
1657 |
+
#: admin/templates/csv-import.tpl.php:178
|
1658 |
msgctxt "admin csv-import"
|
1659 |
msgid "Auto-create categories"
|
1660 |
msgstr "الإنشاء التلقائي للتصنيفات"
|
1661 |
|
1662 |
+
#: admin/templates/csv-import.tpl.php:181
|
1663 |
msgctxt "admin csv-import"
|
1664 |
msgid "Generate errors when a category is not found"
|
1665 |
msgstr "إنشاء أخطاء عند عدم العثور على تصنيف"
|
1666 |
|
1667 |
+
#: admin/templates/csv-import.tpl.php:186
|
1668 |
msgctxt "admin csv-import"
|
1669 |
msgid "Keep existing listing images?"
|
1670 |
msgstr "الاحتفاظ بصور الإعلانات الموجودة؟"
|
1671 |
|
1672 |
+
#: admin/templates/csv-import.tpl.php:191
|
1673 |
msgctxt "admin csv-import"
|
1674 |
msgid "Keep existing images."
|
1675 |
msgstr "الاحتفاظ بالصور الموجودة."
|
1676 |
|
1677 |
+
#: admin/templates/csv-import.tpl.php:192
|
1678 |
msgctxt "admin csv-import"
|
1679 |
msgid "Appends new images while keeping current ones."
|
1680 |
msgstr "إلحاق الصور الجديدة مع الاحتفاظ بالموجودة حاليا."
|
1681 |
|
1682 |
+
#: admin/templates/csv-import.tpl.php:197
|
1683 |
msgctxt "admin csv-import"
|
1684 |
msgid "Assign listings to a user?"
|
1685 |
msgstr "تعيين إعلانات للعضو؟"
|
1686 |
|
1687 |
+
#: admin/templates/csv-import.tpl.php:203
|
1688 |
msgctxt "admin csv-import"
|
1689 |
msgid "Assign listings to a user."
|
1690 |
msgstr "تعيين إعلانات للعضو."
|
1691 |
|
1692 |
+
#: admin/templates/csv-import.tpl.php:208
|
1693 |
msgctxt "admin csv-import"
|
1694 |
msgid "Use a default user for listings?"
|
1695 |
msgstr "استخدام العضو الافتراضي للإعلانات؟"
|
1696 |
|
1697 |
+
#: admin/templates/csv-import.tpl.php:214
|
1698 |
msgctxt "admin csv-import"
|
1699 |
msgid ""
|
1700 |
"Select a default user to be used if the username column is not present in "
|
1703 |
"حدد العضو الافتراضي لاستخدامه إذا كان العمود إسم المستخدم غير موجود في ملف "
|
1704 |
"CSV."
|
1705 |
|
1706 |
+
#: admin/templates/csv-import.tpl.php:219
|
1707 |
msgctxt "admin csv-import"
|
1708 |
msgid "Default listing user"
|
1709 |
msgstr "إعلان العضو الافتراضي"
|
1710 |
|
1711 |
+
#: admin/templates/csv-import.tpl.php:225
|
1712 |
msgctxt "admin csv-import"
|
1713 |
msgid ""
|
1714 |
"This user will be used if the username column is not present in the CSV file."
|
1715 |
msgstr "سيتم استخدام هذا العضو إذا كان عمود إسم المستخدم غير موجود في ملف CSV."
|
1716 |
|
1717 |
+
#: admin/templates/csv-import.tpl.php:230
|
1718 |
msgctxt "admin csv-import"
|
1719 |
msgid "Disable e-mail notifications during import?"
|
1720 |
msgstr "تعطيل تنبيهات البريد الإلكتروني أثناء عملية الاستيراد؟"
|
1721 |
|
1722 |
+
#: admin/templates/csv-import.tpl.php:235
|
1723 |
msgctxt "admin csv-import"
|
1724 |
msgid "Disable e-mail notifications."
|
1725 |
msgstr "تعطيل التنبيهات."
|
1726 |
|
1727 |
+
#: admin/templates/csv-import.tpl.php:241
|
1728 |
msgctxt "admin csv-import"
|
1729 |
msgid "Test Import"
|
1730 |
msgstr "اختبار الاستيراد"
|
1731 |
|
1732 |
+
#: admin/templates/csv-import.tpl.php:242
|
1733 |
msgctxt "admin csv-import"
|
1734 |
msgid "Import Listings"
|
1735 |
msgstr "استيراد الإعلانات"
|
1736 |
|
1737 |
+
#: admin/templates/csv-import.tpl.php:250
|
1738 |
msgctxt "admin csv-import"
|
1739 |
msgid ""
|
1740 |
"The following are the valid header names to be used in the CSV file. "
|
1746 |
"القيم (مثل تصنيف أو وسوم) عدة مرات في الملف. إضغط فوق <a href=\"%s\">\"انظر "
|
1747 |
"مثال لملف استيراد CSV\"</a> لمعرفة كيف يجب أن يبدو ملف الاستيراد."
|
1748 |
|
1749 |
+
#: admin/templates/csv-import.tpl.php:257
|
1750 |
msgctxt "admin csv-import"
|
1751 |
msgid "Header name/label"
|
1752 |
msgstr "إسم رأس/التسمية"
|
1753 |
|
1754 |
+
#: admin/templates/csv-import.tpl.php:258
|
1755 |
msgctxt "admin csv-import"
|
1756 |
msgid "Field"
|
1757 |
msgstr "حقل"
|
1758 |
|
1759 |
+
#: admin/templates/csv-import.tpl.php:259
|
1760 |
msgctxt "admin csv-import"
|
1761 |
msgid "Type"
|
1762 |
msgstr "نوع"
|
1763 |
|
1764 |
+
#: admin/templates/csv-import.tpl.php:260
|
1765 |
msgctxt "admin csv-import"
|
1766 |
msgid "Required?"
|
1767 |
msgstr "مطلوب؟"
|
1768 |
|
1769 |
+
#: admin/templates/csv-import.tpl.php:261
|
1770 |
msgctxt "admin csv-import"
|
1771 |
msgid "Multivalued?"
|
1772 |
msgstr "متعدد القيم؟"
|
1773 |
|
1774 |
+
#: admin/templates/csv-import.tpl.php:283
|
1775 |
msgctxt "admin csv-import"
|
1776 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1777 |
msgstr "لائحة مفصولة بفاصلة منقوطة لصور الإعلانات (من ملف مضغوط)"
|
1778 |
|
1779 |
+
#: admin/templates/csv-import.tpl.php:290
|
1780 |
msgctxt "admin csv-import"
|
1781 |
msgid "Listing author's username"
|
1782 |
msgstr "إسم مستخدم كاتب الإعلان"
|
1783 |
|
1784 |
+
#: admin/templates/csv-import.tpl.php:297
|
1785 |
msgctxt "admin csv-import"
|
1786 |
msgid ""
|
1787 |
"Internal Sequence ID used to allow listing updates from external sources."
|
1788 |
msgstr ""
|
1789 |
"معرف (ID) تسلسل داخلي يستخدم للسماح للإعلان بالتحديثات من مصادر خارجية."
|
1790 |
|
1791 |
+
#: admin/templates/csv-import.tpl.php:304
|
1792 |
msgctxt "admin csv-import"
|
1793 |
msgid ""
|
1794 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
2269 |
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
2270 |
msgstr "المرجو مراجعة <a>وثائق حقول الاستمارة</a> للحصول على مزيد من التفاصيل."
|
2271 |
|
2272 |
+
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.10dev9) #-#-#-#-#
|
2273 |
#. Plugin Name of the plugin/theme
|
2274 |
#: admin/templates/header.tpl.php:4
|
2275 |
msgid "Business Directory Plugin"
|
3034 |
msgid "Allow Tracking"
|
3035 |
msgstr "السماح بالتتبع"
|
3036 |
|
3037 |
+
#: business-directory-plugin.php:586
|
3038 |
+
#, fuzzy
|
3039 |
+
msgctxt "listing image upload"
|
3040 |
+
msgid "Can not upload any more images for this listing."
|
3041 |
+
msgstr "التصنيفات لهذا الإعلان"
|
3042 |
+
|
3043 |
+
#: business-directory-plugin.php:700
|
3044 |
msgctxt "admin plugins"
|
3045 |
msgid "Settings"
|
3046 |
msgstr "الإعدادات"
|
3047 |
|
3048 |
+
#: business-directory-plugin.php:808 business-directory-plugin.php:815
|
3049 |
msgctxt "rss feed"
|
3050 |
msgid "%s Feed"
|
3051 |
msgstr "تغذية %s"
|
3052 |
|
3053 |
+
#: business-directory-plugin.php:1170 core/view-submit-listing.php:58
|
3054 |
#: core/views/submit_listing.php:10
|
3055 |
msgctxt "views"
|
3056 |
msgid "Submit A Listing"
|
3057 |
msgstr "إضافة إعلان"
|
3058 |
|
3059 |
+
#: business-directory-plugin.php:1175
|
3060 |
msgctxt "title"
|
3061 |
msgid "Find a Listing"
|
3062 |
msgstr "العثور على إعلان"
|
3063 |
|
3064 |
+
#: business-directory-plugin.php:1180
|
3065 |
msgctxt "title"
|
3066 |
msgid "View All Listings"
|
3067 |
msgstr "عرض جميع الإعلانات"
|
3068 |
|
3069 |
+
#: business-directory-plugin.php:1209
|
3070 |
msgctxt "title"
|
3071 |
msgid "Listings tagged: %s"
|
3072 |
msgstr "إعلانات ذات وسم: %s"
|
3073 |
|
3074 |
+
#: core/api.php:405
|
3075 |
msgid "Free"
|
3076 |
msgstr "مجاني"
|
3077 |
|
3078 |
+
#: core/class-csv-import.php:451
|
3079 |
msgctxt "admin csv-import"
|
3080 |
msgid ""
|
3081 |
"Could not create listing category \"<category-name>\". The operation failed "
|
3082 |
"with the following error: <error-message>."
|
3083 |
msgstr ""
|
3084 |
|
3085 |
+
#: core/class-csv-import.php:457
|
3086 |
msgctxt "admin csv-import"
|
3087 |
msgid "Could not create listing category \"%s\""
|
3088 |
msgstr "لا يمكن إنشاء تصنيف الإعلان \"%s\""
|
3089 |
|
3090 |
+
#: core/class-csv-import.php:604
|
3091 |
msgctxt "admin csv-import"
|
3092 |
msgid "Username \"%s\" does not exist"
|
3093 |
msgstr "إسم المستخدم \"%s\" غير موجود"
|
3094 |
|
3095 |
+
#: core/class-csv-import.php:636
|
3096 |
msgctxt "admin csv-import"
|
3097 |
msgid "Missing required field: %s"
|
3098 |
msgstr "حقل مطلوب مفقود: %s"
|
3099 |
|
3100 |
+
#: core/class-csv-import.php:656
|
3101 |
msgctxt "admin csv-import"
|
3102 |
msgid "Listing category \"%s\" does not exist"
|
3103 |
msgstr "تصنيف الإعلان \"%s\" غير موجود"
|
3226 |
msgid "(Fee Unavailable)"
|
3227 |
msgstr "(رسم غير متوفر)"
|
3228 |
|
3229 |
+
#: core/class-listings-api.php:316
|
3230 |
msgctxt "notify email"
|
3231 |
msgid "[%s] New listing notification"
|
3232 |
msgstr "[%s] تنبيه الإعلان الجديد"
|
3233 |
|
3234 |
+
#: core/class-listings-api.php:335
|
3235 |
msgctxt "notify email"
|
3236 |
msgid "[%s] Listing edit notification"
|
3237 |
msgstr "[%s] تنبيه تحرير الإعلان"
|
3276 |
msgid "Leave blank for automatic height."
|
3277 |
msgstr "أترك المساحة فارغة للارتفاع التلقائي."
|
3278 |
|
3279 |
+
#: core/class-payment.php:223
|
3280 |
msgctxt "listings"
|
3281 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3282 |
msgstr "رسوم \"%s\" للتصنيف '%s' %s"
|
3283 |
|
3284 |
+
#: core/class-payment.php:226
|
3285 |
msgctxt "listings"
|
3286 |
msgid "(recurring)"
|
3287 |
msgstr "(متكرر)"
|
4930 |
msgid "Directory Tag"
|
4931 |
msgstr "وسم الدليل"
|
4932 |
|
4933 |
+
#: core/compatibility/class-navxt-integration.php:189
|
4934 |
msgctxt "navxt"
|
4935 |
msgid "Submit Listing"
|
4936 |
msgstr "إضافة إعلان"
|
4937 |
|
4938 |
+
#: core/compatibility/class-navxt-integration.php:193
|
4939 |
msgctxt "navxt"
|
4940 |
msgid "Edit Listing"
|
4941 |
msgstr "تحرير الإعلان"
|
4942 |
|
4943 |
+
#: core/compatibility/class-navxt-integration.php:197
|
4944 |
msgctxt "navxt"
|
4945 |
msgid "Search"
|
4946 |
msgstr "بحث"
|
4952 |
|
4953 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
4954 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
4955 |
+
#: core/fieldtypes/class-fieldtypes-select.php:147
|
4956 |
msgctxt "form-fields admin"
|
4957 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4958 |
msgstr "خيارات الحقل (لتحديد القوائم وأزرار الخيارات وخانات الاختيار)."
|
4959 |
|
4960 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
4961 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
4962 |
+
#: core/fieldtypes/class-fieldtypes-select.php:175
|
4963 |
msgctxt "form-fields admin"
|
4964 |
msgid "Field list of options is required."
|
4965 |
msgstr "قائمة خيارات الحقل مطلوبة."
|
5050 |
msgid "Select List"
|
5051 |
msgstr "قائمة منسدلة"
|
5052 |
|
5053 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
5054 |
msgctxt "form-fields-api category-select"
|
5055 |
msgid "-- Choose Terms --"
|
5056 |
msgstr "- اختيار البنود -"
|
5057 |
|
5058 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
5059 |
+
#: core/fieldtypes/class-fieldtypes-select.php:108
|
5060 |
msgctxt "form-fields-api category-select"
|
5061 |
msgid "-- Choose One --"
|
5062 |
msgstr "-- اختار واحد --"
|
5063 |
|
5064 |
+
#: core/fieldtypes/class-fieldtypes-select.php:158
|
5065 |
msgctxt "form-fields admin"
|
5066 |
msgid "Allow empty selection on search?"
|
5067 |
msgstr "السماح بالتحديد الفارغ في البحث؟"
|
5457 |
msgstr "تعذر تحديث القالب : %s"
|
5458 |
|
5459 |
#: core/helpers/class-themes-updater.php:165
|
5460 |
+
#, fuzzy
|
5461 |
msgctxt "themes"
|
5462 |
+
msgid "Theme was updated successfully."
|
5463 |
msgstr "تم تحديث القالب بنجاح."
|
5464 |
|
5465 |
#: core/installer.php:43
|
5562 |
msgstr "توقيف الترقية"
|
5563 |
|
5564 |
#: core/installer.php:1110
|
5565 |
+
#, fuzzy
|
5566 |
msgctxt "manual-upgrade"
|
5567 |
msgid ""
|
5568 |
+
"The upgrade was successfully performed. Business Directory Plugin is now "
|
5569 |
"available."
|
5570 |
msgstr "تم إجراء الترقية بنجاح. إضافة دليل الأعمال متاحة الآن."
|
5571 |
|
5866 |
msgid "No listing categories found."
|
5867 |
msgstr "لم يتم العثور على تصنيفات الإعلانات."
|
5868 |
|
5869 |
+
#: core/templates-ui.php:200
|
5870 |
msgid "Directory"
|
5871 |
msgstr "الدليل"
|
5872 |
|
5873 |
+
#: core/templates-ui.php:207
|
5874 |
msgid "View All Listings"
|
5875 |
msgstr "مشاهدة جميع الإعلانات"
|
5876 |
|
5877 |
+
#: core/templates-ui.php:214
|
5878 |
msgid "Create A Listing"
|
5879 |
msgstr "إنشاء إعلان"
|
5880 |
|
5881 |
+
#: core/templates-ui.php:247
|
5882 |
msgctxt "templates"
|
5883 |
msgid "Search Listings"
|
5884 |
msgstr "البحث في الإعلانات"
|
5885 |
|
5886 |
+
#: core/templates-ui.php:250
|
5887 |
msgctxt "templates"
|
5888 |
msgid "Advanced Search"
|
5889 |
msgstr "بحث متقدم"
|
5890 |
|
5891 |
+
#: core/templates-ui.php:279 core/templates-ui.php:304
|
5892 |
msgctxt "templates sort"
|
5893 |
msgid "Sort By:"
|
5894 |
msgstr "ترتيب حسب:"
|
5895 |
|
5896 |
+
#: core/templates-ui.php:298
|
5897 |
msgctxt "sort"
|
5898 |
msgid "Reset"
|
5899 |
msgstr "إعادة تعيين"
|
5900 |
|
5901 |
+
#: core/templates-ui.php:320
|
5902 |
msgctxt "sort"
|
5903 |
msgid "(Reset)"
|
5904 |
msgstr "(إعادة تعيين)"
|
6024 |
"You are logged in as an administrator. Any payment steps will be skipped."
|
6025 |
msgstr "لقد تم تسجيل دخولك كمدير. سيتم تخطي أي خطوات للدفع."
|
6026 |
|
6027 |
+
#: core/view-submit-listing.php:108
|
6028 |
+
#, fuzzy
|
6029 |
+
msgctxt "submit-listing-view"
|
6030 |
+
msgid ""
|
6031 |
+
"<b>Business Directory Plugin</b> requires a field associated with the "
|
6032 |
+
"<b>post category</b> in order to work correctly."
|
6033 |
+
msgstr ""
|
6034 |
+
"<b>إضافة دليل الأعمال</b> تتطلب حقل مع <b>%s</b> المرتبطات التالية بالترتيب "
|
6035 |
+
"لكي تعمل بشكل صحيح."
|
6036 |
+
|
6037 |
+
#: core/view-submit-listing.php:110
|
6038 |
+
msgctxt "submit-listing-view"
|
6039 |
+
msgid ""
|
6040 |
+
"Please go to the <manage-form-fields-link>Manage Form Fields</manage-form-"
|
6041 |
+
"fields-link> admin page to create the field."
|
6042 |
+
msgstr ""
|
6043 |
+
|
6044 |
+
#: core/view-submit-listing.php:119
|
6045 |
+
#, fuzzy
|
6046 |
+
msgctxt "submit-listing-view"
|
6047 |
+
msgid ""
|
6048 |
+
"Your listing cannot be added at this time. Please try again later. If this "
|
6049 |
+
"is not the first time you see this warning, please ask the site "
|
6050 |
+
"administrator to check the Directory for possible configuration problems."
|
6051 |
+
msgstr ""
|
6052 |
+
"لا يمكن إضافة الإعلان الخاصة بك في هذا الوقت. يرجى المحاولة مرة أخرى لاحقاً. "
|
6053 |
+
"إذا كانت هذه ليست المرة الأولى التي ترى هذا التحذير، المرجو الطلب من مدير "
|
6054 |
+
"الموقع بإعداد واحد أو أكثر من التصنيفات داخل الدليل."
|
6055 |
+
|
6056 |
+
#: core/view-submit-listing.php:238
|
6057 |
msgctxt "templates"
|
6058 |
msgid "Please select a fee option for the \"%s\" category."
|
6059 |
msgstr "المرجو تحديد خيار رسوم التصنيف \"%s\"."
|
6060 |
|
6061 |
+
#: core/view-submit-listing.php:316
|
6062 |
msgctxt "templates"
|
6063 |
msgid "Please agree to the Terms and Conditions."
|
6064 |
msgstr "يرجى الموافقة على الشروط والأحكام."
|
6065 |
|
6066 |
+
#: core/view-submit-listing.php:322
|
6067 |
msgctxt "templates"
|
6068 |
msgid "The reCAPTCHA wasn't entered correctly."
|
6069 |
msgstr "لم يتم إدخال reCAPTCHA بشكل صحيح."
|
6070 |
|
6071 |
+
#: core/view-submit-listing.php:339
|
6072 |
msgctxt "templates"
|
6073 |
msgid "Read our Terms and Conditions"
|
6074 |
msgstr "إقرأ الشروط والأحكام الخاصة بنا"
|
6075 |
|
6076 |
+
#: core/view-submit-listing.php:344
|
6077 |
msgctxt "templates"
|
6078 |
msgid "Terms and Conditions:"
|
6079 |
msgstr "شروط وأحكام:"
|
6080 |
|
6081 |
+
#: core/view-submit-listing.php:355
|
6082 |
msgctxt "templates"
|
6083 |
msgid "I agree to the Terms and Conditions"
|
6084 |
msgstr "أوافق على الشروط والأحكام"
|
6085 |
|
6086 |
+
#: core/view-submit-listing.php:506 core/views/upgrade_listing.php:49
|
6087 |
msgctxt "submit"
|
6088 |
msgid "Listing upgrade to featured"
|
6089 |
msgstr "الترقية الى إعلان مميز"
|
6090 |
|
6091 |
+
#: core/view-submit-listing.php:539
|
6092 |
msgctxt "submit_state"
|
6093 |
msgid "Invalid submit state."
|
6094 |
msgstr "حالة إضافة غير صالحة"
|
6132 |
msgstr "← الرجوع إلى الدليل."
|
6133 |
|
6134 |
#: core/views/checkout.php:130
|
6135 |
+
#, fuzzy
|
6136 |
msgctxt "checkout"
|
6137 |
+
msgid "Your payment was received successfully."
|
6138 |
msgstr "تم تلقي الدفع الخاص بك بنجاح."
|
6139 |
|
6140 |
#: core/views/checkout.php:137
|
6290 |
msgid "Fee \"%s\" renewal for category \"%s\""
|
6291 |
msgstr "رسوم \"%s\" تجديد التصنيف \"%s\""
|
6292 |
|
6293 |
+
#: core/views/renew_listing.php:79
|
6294 |
msgctxt "renewal"
|
6295 |
msgid "Invalid renewal state."
|
6296 |
msgstr "حالة التجديد غير صالحة."
|
6297 |
|
6298 |
+
#: core/views/renew_listing.php:90
|
6299 |
msgctxt "templates"
|
6300 |
msgid "Recurring Fee Management"
|
6301 |
msgstr "إدارة الرسوم المتكررة"
|
6302 |
|
6303 |
+
#: core/views/renew_listing.php:91
|
6304 |
msgctxt "renew"
|
6305 |
msgid ""
|
6306 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
6309 |
"لأنك على خطة الرسوم المتكررة لا تحتاج لتجديد الإعلان الخاص بك الآن لأن ذلك "
|
6310 |
"سيتم معالجته تلقائياً عندما يحين وقت التجديد."
|
6311 |
|
6312 |
+
#: core/views/renew_listing.php:93
|
6313 |
msgctxt "renewal"
|
6314 |
msgid "Current Fee Details"
|
6315 |
msgstr "تفاصيل الرسوم الحالية"
|
6316 |
|
6317 |
+
#: core/views/renew_listing.php:95
|
6318 |
msgctxt "renewal"
|
6319 |
msgid "Number of images:"
|
6320 |
msgstr "عدد الصور:"
|
6321 |
|
6322 |
+
#: core/views/renew_listing.php:97
|
6323 |
msgctxt "renewal"
|
6324 |
msgid "Expiration date:"
|
6325 |
msgstr "تاريخ انتهاء التاريخ:"
|
6326 |
|
6327 |
+
#: core/views/renew_listing.php:101
|
6328 |
msgctxt "renew"
|
6329 |
msgid ""
|
6330 |
"However, if you want to cancel your subscription you can do that on this "
|
6368 |
msgid "Find A Listing"
|
6369 |
msgstr "العثور على إعلان"
|
6370 |
|
6371 |
+
#: core/views/show_listing.php:12
|
6372 |
+
msgctxt "preview"
|
6373 |
+
msgid "This is just a preview. The listing has not been published yet."
|
6374 |
+
msgstr ""
|
6375 |
+
"Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
|
6376 |
+
"publiée."
|
6377 |
+
|
6378 |
#: core/views/submit_listing.php:16
|
6379 |
msgctxt "templates"
|
6380 |
msgid ""
|
7041 |
#: templates/renew-listing.tpl.php:22
|
7042 |
#: templates/submit-listing/category-selection.tpl.php:8
|
7043 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
7044 |
+
#: templates/submit-listing/images.tpl.php:51
|
7045 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
7046 |
msgctxt "templates"
|
7047 |
msgid "Continue"
|
7143 |
msgid "Delete Image"
|
7144 |
msgstr "حذف الصورة"
|
7145 |
|
7146 |
+
#: templates/submit-listing/images-single.tpl.php:25
|
7147 |
msgctxt "templates"
|
7148 |
msgid "Set this image as the listing thumbnail."
|
7149 |
msgstr "تعيين هذه الصورة كصورة مصغرة للإعلان."
|
7150 |
|
7151 |
+
#: templates/submit-listing/images-upload-form.tpl.php:16
|
7152 |
msgctxt "templates"
|
7153 |
msgid "Upload Images"
|
7154 |
msgstr "رفع الصور"
|
7155 |
|
7156 |
+
#: templates/submit-listing/images-upload-form.tpl.php:21
|
7157 |
msgctxt "templates"
|
7158 |
msgid "Drop files here"
|
7159 |
msgstr "أسقط الملفات هنا"
|
7160 |
|
7161 |
+
#: templates/submit-listing/images-upload-form.tpl.php:22
|
7162 |
msgctxt "templates image upload"
|
7163 |
msgid "or"
|
7164 |
msgstr "أو"
|
7165 |
|
7166 |
+
#: templates/submit-listing/images-upload-form.tpl.php:23
|
7167 |
msgctxt "templates"
|
7168 |
msgid "Select images from your hard drive"
|
7169 |
msgstr "حدد الصور من جهازك"
|
7170 |
|
7171 |
+
#: templates/submit-listing/images-upload-form.tpl.php:26
|
7172 |
msgctxt "templates"
|
7173 |
msgid "Uploading %s file(s)... Please wait."
|
7174 |
msgstr "رفع %s ملف (ملفات)... المرجو الانتظار."
|
7175 |
|
7176 |
+
#: templates/submit-listing/images-upload-form.tpl.php:29
|
7177 |
msgctxt "templates"
|
7178 |
msgid ""
|
7179 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
7183 |
"أماكن الصورة الخاصة بك ممتلئة في هذا الوقت. يمكنك الضغط فوق \"متابعة\" إذا "
|
7184 |
"كنت انتهيت، أو \"حذف الصورة\" لتحميل صورة جديدة بدلاً من الموجودة حاليا."
|
7185 |
|
7186 |
+
#: templates/submit-listing/images-upload-form.tpl.php:36
|
7187 |
msgctxt "templates"
|
7188 |
msgid "Image slots available:"
|
7189 |
msgstr "أماكن الصورة المتاحة:"
|
7190 |
|
7191 |
+
#: templates/submit-listing/images-upload-form.tpl.php:42
|
7192 |
msgctxt "templates"
|
7193 |
msgid "File size:"
|
7194 |
msgstr "حجم الملف:"
|
7195 |
|
7196 |
+
#: templates/submit-listing/images-upload-form.tpl.php:44
|
7197 |
+
#: templates/submit-listing/images-upload-form.tpl.php:51
|
7198 |
+
#: templates/submit-listing/images-upload-form.tpl.php:58
|
7199 |
msgctxt "templates"
|
7200 |
msgid "No limit"
|
7201 |
msgstr "غير محدود"
|
7202 |
|
7203 |
+
#: templates/submit-listing/images-upload-form.tpl.php:49
|
7204 |
msgctxt "templates"
|
7205 |
msgid "Image width:"
|
7206 |
msgstr "عرض الصورة:"
|
7207 |
|
7208 |
+
#: templates/submit-listing/images-upload-form.tpl.php:56
|
7209 |
msgctxt "templates"
|
7210 |
msgid "Image height:"
|
7211 |
msgstr "ارتفاع الصورة:"
|
7212 |
|
7213 |
+
#: templates/submit-listing/images.tpl.php:6
|
7214 |
msgctxt "templates"
|
7215 |
msgid "Listing Images"
|
7216 |
msgstr "صور الإعلانات"
|
7217 |
|
7218 |
+
#: templates/submit-listing/images.tpl.php:9
|
7219 |
msgctxt "templates"
|
7220 |
msgid ""
|
7221 |
"There is an image pending upload. Would you still like to continue without "
|
7222 |
"saving the image?"
|
7223 |
msgstr "هناك صورة تنتظر الرفع. هل مازلت تريد المتابعة بدون حفظ الصورة؟"
|
7224 |
|
7225 |
+
#: templates/submit-listing/images.tpl.php:14
|
7226 |
+
msgctxt "templates"
|
7227 |
+
msgid "Current Images"
|
7228 |
+
msgstr "الصور الحالية"
|
7229 |
+
|
7230 |
+
#: templates/submit-listing/images.tpl.php:15
|
7231 |
msgctxt "templates"
|
7232 |
msgid "There are no images currently attached to your listing."
|
7233 |
msgstr "لا توجد أي صور مرفقة حاليا إلى إعلانك."
|
7267 |
msgid "http://businessdirectoryplugin.com"
|
7268 |
msgstr "http://businessdirectoryplugin.com"
|
7269 |
|
7270 |
+
#~ msgctxt "admin"
|
7271 |
+
#~ msgid "Listing Fields"
|
7272 |
+
#~ msgstr "حقول الإعلان"
|
7273 |
+
|
7274 |
+
#~ msgctxt "templates"
|
7275 |
+
#~ msgid "There are no images currently attached to the listing."
|
7276 |
+
#~ msgstr "لا توجد أي صور مرفقة حاليا بالإعلان."
|
7277 |
+
|
7278 |
+
#~ msgctxt "admin csv-export"
|
7279 |
+
#~ msgid "Column Separator"
|
7280 |
+
#~ msgstr "فاصلة الأعمدة"
|
7281 |
+
|
7282 |
#~ msgctxt "admin settings"
|
7283 |
#~ msgid ""
|
7284 |
#~ "Allow visitors to discuss listings using the standard WordPress comment "
|
7383 |
#~ msgid "The directory is temporarily disabled."
|
7384 |
#~ msgstr "L'annuaire est temporairement désactivé."
|
7385 |
|
|
|
|
|
|
|
|
|
|
|
|
|
7386 |
#~ msgctxt "templates"
|
7387 |
#~ msgid "Listings tagged: %s"
|
7388 |
#~ msgstr "Annonces étiquetées: %s"
|
languages/WPBDM-de_DE.mo
CHANGED
Binary file
|
languages/WPBDM-de_DE.po
CHANGED
@@ -4,16 +4,16 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 3.5.4\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
-
"POT-Creation-Date: 2017-
|
8 |
-
"PO-Revision-Date: 2017-
|
9 |
-
"Last-Translator:
|
10 |
"Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
|
11 |
"com>\n"
|
12 |
"Language: de\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
-
"X-Generator: Poedit 1.8.
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
|
@@ -29,6 +29,10 @@ msgid ""
|
|
29 |
"its respective fee) is required in order to determine the features available "
|
30 |
"to this listing, as well as handling renewals."
|
31 |
msgstr ""
|
|
|
|
|
|
|
|
|
32 |
|
33 |
#: admin/class-admin-listings.php:138
|
34 |
msgid "Listing Information"
|
@@ -121,153 +125,161 @@ msgctxt "admin actions"
|
|
121 |
msgid "Renew Listing"
|
122 |
msgstr "Eintrag erneuern"
|
123 |
|
124 |
-
#: admin/class-admin.php:
|
125 |
msgid ""
|
126 |
"Preview is only available after you've saved the first draft. This is due\n"
|
127 |
"to how WordPress stores the data."
|
128 |
msgstr ""
|
|
|
|
|
|
|
129 |
|
130 |
-
#: admin/class-admin.php:
|
131 |
msgctxt "drip pointer"
|
132 |
msgid ""
|
133 |
"Find out how to create a compelling, thriving business directory from "
|
134 |
"scratch in this ridiculously actionable (and FREE) 5-part email course. Get "
|
135 |
"a FREE premium module just for signing up."
|
136 |
-
msgstr "
|
|
|
|
|
|
|
137 |
|
138 |
-
#: admin/class-admin.php:
|
139 |
msgctxt "drip pointer"
|
140 |
msgid "Email Address:"
|
141 |
-
msgstr "E-
|
142 |
|
143 |
-
#: admin/class-admin.php:
|
144 |
msgctxt "drip pointer"
|
145 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
146 |
-
msgstr "
|
|
|
|
|
147 |
|
148 |
-
#: admin/class-admin.php:
|
149 |
msgctxt "drip pointer"
|
150 |
msgid "Yes, please!"
|
151 |
msgstr "Ja, bitte!"
|
152 |
|
153 |
-
#: admin/class-admin.php:
|
154 |
msgctxt "drip pointer"
|
155 |
msgid "No, thanks"
|
156 |
msgstr "Nein, danke"
|
157 |
|
158 |
-
#: admin/class-admin.php:
|
159 |
msgctxt "admin"
|
160 |
msgid "Business Directory"
|
161 |
msgstr "Branchenverzeichnis"
|
162 |
|
163 |
-
#: admin/class-admin.php:
|
164 |
msgctxt "admin"
|
165 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
166 |
msgstr ""
|
167 |
"Sie haben alles konfiguriert. Besuchen sie Ihr neues <a>Branchenverzeichnis</"
|
168 |
"a>."
|
169 |
|
170 |
-
#: admin/class-admin.php:
|
171 |
msgctxt "drip pointer"
|
172 |
msgid "Invalid e-mail address."
|
173 |
msgstr "Ungültiger Erneuerungszustand."
|
174 |
|
175 |
-
#: admin/class-admin.php:
|
176 |
msgctxt "admin menu"
|
177 |
msgid "Business Directory Admin"
|
178 |
msgstr "Branchenverzeichnis Administration"
|
179 |
|
180 |
-
#: admin/class-admin.php:
|
181 |
msgctxt "admin menu"
|
182 |
msgid "Dir. Admin"
|
183 |
msgstr "Verzeichnis Administration"
|
184 |
|
185 |
-
#: admin/class-admin.php:
|
186 |
msgctxt "admin menu"
|
187 |
msgid "Directory Admin"
|
188 |
msgstr "Verzeichnis Administration"
|
189 |
|
190 |
-
#: admin/class-admin.php:
|
191 |
msgctxt "admin menu"
|
192 |
msgid "Add New Listing"
|
193 |
-
msgstr "
|
194 |
|
195 |
-
#: admin/class-admin.php:
|
196 |
msgctxt "admin menu"
|
197 |
msgid "Manage Options"
|
198 |
msgstr "Optionen Verwalten"
|
199 |
|
200 |
-
#: admin/class-admin.php:
|
201 |
msgctxt "admin menu"
|
202 |
msgid "Manage Fees"
|
203 |
msgstr "Preise Verwalten"
|
204 |
|
205 |
-
#: admin/class-admin.php:
|
206 |
msgctxt "admin menu"
|
207 |
msgid "Manage Form Fields"
|
208 |
-
msgstr "
|
209 |
|
210 |
-
#: admin/class-admin.php:
|
211 |
msgctxt "admin menu"
|
212 |
msgid "Listings"
|
213 |
msgstr "Einträge"
|
214 |
|
215 |
-
#: admin/class-admin.php:
|
216 |
msgctxt "admin menu"
|
217 |
msgid "CSV Import"
|
218 |
-
msgstr "CSV
|
219 |
|
220 |
-
#: admin/class-admin.php:
|
221 |
msgctxt "admin menu"
|
222 |
msgid "CSV Export"
|
223 |
-
msgstr "CVS
|
224 |
|
225 |
-
#: admin/class-admin.php:
|
226 |
msgctxt "admin menu"
|
227 |
msgid "Debug"
|
228 |
msgstr "Fehlerkorrektur"
|
229 |
|
230 |
-
#: admin/class-admin.php:
|
231 |
msgctxt "admin menu"
|
232 |
msgid "Main Menu"
|
233 |
msgstr "Hauptmenü"
|
234 |
|
235 |
-
#: admin/class-admin.php:
|
236 |
msgctxt "admin menu"
|
237 |
msgid "Uninstall Business Directory Plugin"
|
238 |
msgstr "Branchenverzeichnis deinstallieren"
|
239 |
|
240 |
-
#: admin/class-admin.php:
|
241 |
msgctxt "admin menu"
|
242 |
msgid "Uninstall"
|
243 |
msgstr "Deinstallieren"
|
244 |
|
245 |
-
#: admin/class-admin.php:
|
246 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
247 |
msgctxt "admin infometabox"
|
248 |
msgid "never"
|
249 |
msgstr "niemals"
|
250 |
|
251 |
-
#: admin/class-admin.php:
|
252 |
msgctxt "admin"
|
253 |
msgid "Dismiss this notice."
|
254 |
-
msgstr ""
|
255 |
|
256 |
-
#: admin/class-admin.php:
|
257 |
msgctxt "admin"
|
258 |
msgid "The listing has been published."
|
259 |
msgid_plural "The listings have been published."
|
260 |
msgstr[0] "Der Eintrag wurde veröffentlicht."
|
261 |
msgstr[1] "Die Einträge wurden veröffentlicht."
|
262 |
|
263 |
-
#: admin/class-admin.php:
|
264 |
msgctxt "admin"
|
265 |
msgid "The listing status has been set as paid."
|
266 |
msgid_plural "The listings status has been set as paid."
|
267 |
msgstr[0] "Der Status des Eintrags wurde auf bezahlt gesetzt."
|
268 |
msgstr[1] "Der Status der Einträge wurde auf bezahlt gesetzt."
|
269 |
|
270 |
-
#: admin/class-admin.php:
|
271 |
msgctxt "admin"
|
272 |
msgid ""
|
273 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
@@ -277,75 +289,85 @@ msgid_plural ""
|
|
277 |
"Only invoices containing non-recurring items were marked as paid. Recurring "
|
278 |
"payments have to be managed through the gateway."
|
279 |
msgstr[0] ""
|
|
|
|
|
|
|
|
|
280 |
msgstr[1] ""
|
|
|
|
|
|
|
281 |
|
282 |
-
#: admin/class-admin.php:
|
283 |
msgctxt "admin"
|
284 |
msgid "The listing has been modified."
|
285 |
msgid_plural "The listings have been modified."
|
286 |
msgstr[0] "Der Eintrag wurde verändert."
|
287 |
msgstr[1] "Die Einträge wurden verändert."
|
288 |
|
289 |
-
#: admin/class-admin.php:
|
290 |
msgctxt "admin"
|
291 |
msgid "The listing has been upgraded."
|
292 |
msgid_plural "The listings have been upgraded."
|
293 |
msgstr[0] "Der Eintrag wurde aktualisiert"
|
294 |
msgstr[1] "Die Einträge wurden aktualisiert."
|
295 |
|
296 |
-
#: admin/class-admin.php:
|
297 |
msgctxt "admin"
|
298 |
msgid "The listing has been downgraded."
|
299 |
msgid_plural "The listings have been downgraded."
|
300 |
msgstr[0] "Der Eintrag wurde zurück gesetzt."
|
301 |
msgstr[1] "Die Einträge wurden zurück gesetzt."
|
302 |
|
303 |
-
#: admin/class-admin.php:
|
304 |
msgctxt "admin payments"
|
305 |
msgid ""
|
306 |
"The payment status was not changed. Recurring payments can't be manually "
|
307 |
"approved. Please check your gateway's backend to see if the payment really "
|
308 |
"went through."
|
309 |
msgstr ""
|
|
|
|
|
|
|
310 |
|
311 |
-
#: admin/class-admin.php:
|
312 |
msgctxt "admin"
|
313 |
msgid "The transaction has been approved."
|
314 |
msgstr "Die Transaktion wurde genehmigt."
|
315 |
|
316 |
-
#: admin/class-admin.php:
|
317 |
msgctxt "admin"
|
318 |
msgid "The transaction has been rejected."
|
319 |
msgstr "Die Transaktion wurde abgelehnt."
|
320 |
|
321 |
-
#: admin/class-admin.php:
|
322 |
msgctxt "admin"
|
323 |
msgid "The fee was successfully assigned."
|
324 |
msgstr "Der Preis wurde erfolgreich zugewiesen."
|
325 |
|
326 |
-
#: admin/class-admin.php:
|
327 |
msgctxt "admin"
|
328 |
msgid "Listing was renewed."
|
329 |
msgid_plural "Listings were renewed."
|
330 |
msgstr[0] "Eintrag wurde aktualisiert."
|
331 |
msgstr[1] "Einträge wurden aktualisiert."
|
332 |
|
333 |
-
#: admin/class-admin.php:
|
334 |
msgctxt "admin"
|
335 |
msgid "Renewal email sent."
|
336 |
msgstr "E-mail erneut senden."
|
337 |
|
338 |
-
#: admin/class-admin.php:
|
339 |
msgctxt "admin category id"
|
340 |
msgid "ID"
|
341 |
msgstr "ID"
|
342 |
|
343 |
-
#: admin/class-admin.php:
|
344 |
msgctxt "admin"
|
345 |
msgid "Listing Count"
|
346 |
-
msgstr "Anzahl Einträge
|
347 |
|
348 |
-
#: admin/class-admin.php:
|
349 |
msgctxt "admin"
|
350 |
msgid ""
|
351 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
@@ -354,7 +376,7 @@ msgstr ""
|
|
354 |
"<b>Branchenverzeichnis Erweiterung</b> benötigt Felder mit den folgenden "
|
355 |
"Verbindungen um korrekt zu funktionieren: <b>%s</b>."
|
356 |
|
357 |
-
#: admin/class-admin.php:
|
358 |
msgctxt "admin"
|
359 |
msgid ""
|
360 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
@@ -363,26 +385,26 @@ msgstr ""
|
|
363 |
"<b>Branchenverzeichnis Erweiterung</b> benötigt ein Feld mit der Verbindung "
|
364 |
"<b>%s</b>, um korrekt zu funktionieren."
|
365 |
|
366 |
-
#: admin/class-admin.php:
|
367 |
msgctxt "admin"
|
368 |
msgid ""
|
369 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
370 |
"or let Business Directory do this for you automatically."
|
371 |
msgstr ""
|
372 |
-
"Sie können diese benutzerdefinierten Felder selbst erzeugen \"
|
373 |
-
"
|
374 |
|
375 |
-
#: admin/class-admin.php:
|
376 |
msgctxt "admin"
|
377 |
msgid "Go to \"Manage Form Fields\""
|
378 |
-
msgstr "zu \"
|
379 |
|
380 |
-
#: admin/class-admin.php:
|
381 |
msgctxt "admin"
|
382 |
msgid "Create these required fields for me"
|
383 |
msgstr "Erstelle diese benötigten Felder für mich"
|
384 |
|
385 |
-
#: admin/class-admin.php:
|
386 |
msgctxt "admin"
|
387 |
msgid ""
|
388 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -391,7 +413,7 @@ msgstr ""
|
|
391 |
"<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
|
392 |
"<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
|
393 |
|
394 |
-
#: admin/class-admin.php:
|
395 |
msgctxt "admin"
|
396 |
msgid ""
|
397 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -400,27 +422,27 @@ msgstr ""
|
|
400 |
"Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
|
401 |
"automatisch erstellen lassen."
|
402 |
|
403 |
-
#: admin/class-admin.php:
|
404 |
msgctxt "admin"
|
405 |
msgid "Create required pages for me"
|
406 |
msgstr "Erstelle benötigte Seiten für mich"
|
407 |
|
408 |
-
#: admin/class-admin.php:
|
409 |
msgctxt "admin compat"
|
410 |
msgid "Installed: %s"
|
411 |
msgstr "Installiert: %s"
|
412 |
|
413 |
-
#: admin/class-admin.php:
|
414 |
msgctxt "admin compat"
|
415 |
msgid "N/A"
|
416 |
msgstr "keine Angabe"
|
417 |
|
418 |
-
#: admin/class-admin.php:
|
419 |
msgctxt "admin compat"
|
420 |
msgid "Required: %s"
|
421 |
msgstr "Pflichtfeld: %s"
|
422 |
|
423 |
-
#: admin/class-admin.php:
|
424 |
msgctxt "admin compat"
|
425 |
msgid ""
|
426 |
"Business Directory has detected some incompatible premium module versions "
|
@@ -429,7 +451,7 @@ msgstr ""
|
|
429 |
"Branchenverzeichnis hat festgestellt, dass einige inkompatible Premium Modul "
|
430 |
"Versionen installiert sind."
|
431 |
|
432 |
-
#: admin/class-admin.php:
|
433 |
msgctxt "admin compat"
|
434 |
msgid ""
|
435 |
"Please upgrade to the required versions indicated below to make sure "
|
@@ -438,7 +460,7 @@ msgstr ""
|
|
438 |
"Bitte die benötigten Versionen siehe unten aktualisieren, um sicher zu sein, "
|
439 |
"dass alles korrekt funktioniert. "
|
440 |
|
441 |
-
#: admin/class-admin.php:
|
442 |
msgctxt "admin"
|
443 |
msgid ""
|
444 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -447,42 +469,27 @@ msgid ""
|
|
447 |
msgstr ""
|
448 |
"Wir haben festgestellt du möchtest, dass deine Branchenverzeichnisbenutzer "
|
449 |
"sich registrieren sollen bevor sie sich eintragen, die Registrierung für "
|
450 |
-
"deine Seite ist momentan
|
451 |
"sich registrieren\", um sicher zu sein, dass das Branchenverzeichnis korrekt "
|
452 |
"funktioniert."
|
453 |
|
454 |
-
#: admin/class-listing-fields-metabox.php:21
|
455 |
-
msgctxt "admin"
|
456 |
-
msgid "Listing Fields"
|
457 |
-
msgstr "Eintrag Felder"
|
458 |
-
|
459 |
-
#: admin/class-listing-fields-metabox.php:40
|
460 |
-
#: templates/submit-listing/images.tpl.php:12
|
461 |
-
msgctxt "templates"
|
462 |
-
msgid "Current Images"
|
463 |
-
msgstr "Aktuelle Bilder"
|
464 |
-
|
465 |
-
#: admin/class-listing-fields-metabox.php:41
|
466 |
-
msgctxt "templates"
|
467 |
-
msgid "There are no images currently attached to the listing."
|
468 |
-
msgstr ""
|
469 |
-
"Es sind keine Bilder vorhanden die dem Eintrag aktuell hinzugefügt wurden."
|
470 |
-
|
471 |
#: admin/class-themes-admin.php:47
|
472 |
msgctxt "themes"
|
473 |
msgid "Directory Themes"
|
474 |
-
msgstr "Verzeichnis
|
475 |
|
476 |
#: admin/class-themes-admin.php:48
|
477 |
msgctxt "themes"
|
478 |
msgid "Directory Themes %s"
|
479 |
-
msgstr "Verzeichnis
|
480 |
|
481 |
#: admin/class-themes-admin.php:94
|
482 |
msgctxt "admin themes"
|
483 |
msgid ""
|
484 |
"Business Directory Plugin - Your template overrides need to be reviewed!"
|
485 |
msgstr ""
|
|
|
|
|
486 |
|
487 |
#: admin/class-themes-admin.php:96
|
488 |
msgctxt "admin themes"
|
@@ -490,6 +497,8 @@ msgid ""
|
|
490 |
"Starting with version 4.0, Business Directory is using a new theming system "
|
491 |
"that is not compatible with the templates used in previous versions."
|
492 |
msgstr ""
|
|
|
|
|
493 |
|
494 |
#: admin/class-themes-admin.php:98
|
495 |
msgctxt "admin themes"
|
@@ -498,6 +507,9 @@ msgid ""
|
|
498 |
"should <a>review our documentation on customization</a> in order adjust your "
|
499 |
"templates."
|
500 |
msgstr ""
|
|
|
|
|
|
|
501 |
|
502 |
#: admin/class-themes-admin.php:127
|
503 |
msgctxt "admin themes"
|
@@ -505,6 +517,9 @@ msgid ""
|
|
505 |
"You need to <a>activate your theme's license key</a> before you can activate "
|
506 |
"the theme. <a>Click here</a> to do that."
|
507 |
msgstr ""
|
|
|
|
|
|
|
508 |
|
509 |
#: admin/class-themes-admin.php:157
|
510 |
msgctxt "themes"
|
@@ -514,7 +529,7 @@ msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
|
|
514 |
#: admin/class-themes-admin.php:204
|
515 |
msgctxt "themes"
|
516 |
msgid "Active theme changed to \"%s\"."
|
517 |
-
msgstr ""
|
518 |
|
519 |
#: admin/class-themes-admin.php:207
|
520 |
msgctxt "themes"
|
@@ -522,11 +537,14 @@ msgid ""
|
|
522 |
"%s requires that you tag your existing fields to match some places we want "
|
523 |
"to put your data on the theme. Below are fields we think are missing."
|
524 |
msgstr ""
|
|
|
|
|
|
|
525 |
|
526 |
#: admin/class-themes-admin.php:216
|
527 |
msgctxt "themes"
|
528 |
msgid "Map My Fields"
|
529 |
-
msgstr "
|
530 |
|
531 |
#: admin/class-themes-admin.php:223
|
532 |
msgctxt "themes"
|
@@ -539,8 +557,9 @@ msgid "Theme installed successfully."
|
|
539 |
msgstr "Benötigtes Feld wurde erfolgreich erstellt."
|
540 |
|
541 |
#: admin/class-themes-admin.php:229
|
|
|
542 |
msgctxt "themes"
|
543 |
-
msgid "Theme was deleted
|
544 |
msgstr "Der Import wurde erfolgreich abgeschlossen."
|
545 |
|
546 |
#: admin/class-themes-admin.php:232
|
@@ -583,7 +602,7 @@ msgstr "Lizenz aktiviert"
|
|
583 |
#: admin/class-themes-admin.php:433
|
584 |
msgctxt "licensing"
|
585 |
msgid "Invalid response from server"
|
586 |
-
msgstr ""
|
587 |
|
588 |
#: admin/class-themes-admin.php:450 core/licensing.php:340
|
589 |
msgctxt "licensing"
|
@@ -594,20 +613,21 @@ msgstr "Lizenz deaktiviert"
|
|
594 |
msgctxt "themes"
|
595 |
msgid "Activate your <a>license key</a> to use this theme."
|
596 |
msgstr ""
|
|
|
597 |
|
598 |
-
#: admin/csv-export.php:
|
599 |
msgctxt "admin csv-export"
|
600 |
msgid "Could not create a temporary directory for handling this CSV export."
|
601 |
msgstr ""
|
602 |
"Es konnte kein temporäres Verzeichnis erstellt werden um den CSV Export "
|
603 |
"durchzuführen."
|
604 |
|
605 |
-
#: admin/csv-export.php:
|
606 |
msgctxt "admin csv-export"
|
607 |
msgid "Could not create wpbdp-csv-exports directory."
|
608 |
msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
|
609 |
|
610 |
-
#: admin/csv-export.php:
|
611 |
msgctxt "admin csv-export"
|
612 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
613 |
msgstr ""
|
@@ -622,7 +642,7 @@ msgstr "Geschäft %s"
|
|
622 |
#: admin/csv-import.php:147
|
623 |
msgctxt "admin csv-import"
|
624 |
msgid "Whatever"
|
625 |
-
msgstr "
|
626 |
|
627 |
#: admin/csv-import.php:151
|
628 |
msgctxt "admin csv-import"
|
@@ -632,7 +652,7 @@ msgstr "Beispiel CSV Import Datei"
|
|
632 |
#: admin/csv-import.php:152
|
633 |
msgctxt "admin csv-import"
|
634 |
msgid "← Return to \"CSV Import\""
|
635 |
-
msgstr "Zurück
|
636 |
|
637 |
#: admin/csv-import.php:256
|
638 |
msgid ""
|
@@ -647,7 +667,7 @@ msgstr ""
|
|
647 |
#: admin/csv-import.php:290
|
648 |
msgctxt "admin csv-import"
|
649 |
msgid "There was an error uploading the CSV file."
|
650 |
-
msgstr "Beim
|
651 |
|
652 |
#: admin/csv-import.php:296
|
653 |
msgctxt "admin csv-import"
|
@@ -657,7 +677,8 @@ msgstr "Die hochgeladene Datei ist nicht im CSV Format."
|
|
657 |
#: admin/csv-import.php:309
|
658 |
msgctxt "admin csv-import"
|
659 |
msgid "There was an error uploading the images ZIP file."
|
660 |
-
msgstr "
|
|
|
661 |
|
662 |
#: admin/csv-import.php:330
|
663 |
msgctxt "admin csv-import"
|
@@ -665,12 +686,15 @@ msgid ""
|
|
665 |
"An error was detected while validating the CSV file for import. Please fix "
|
666 |
"this before proceeding."
|
667 |
msgstr ""
|
|
|
|
|
668 |
|
669 |
#: admin/csv-import.php:339
|
670 |
msgctxt "admin csv-import"
|
671 |
msgid "Import is in \"test mode\". Nothing will be inserted into the database."
|
672 |
msgstr ""
|
673 |
-
"
|
|
|
674 |
|
675 |
#: admin/fees.php:9
|
676 |
msgctxt "fees admin"
|
@@ -686,6 +710,8 @@ msgstr "Preise"
|
|
686 |
msgctxt "fees admin"
|
687 |
msgid "There are no fees right now. You can <a>create one</a>, if you want."
|
688 |
msgstr ""
|
|
|
|
|
689 |
|
690 |
#: admin/fees.php:25 admin/fees.php:260
|
691 |
msgctxt "fees admin"
|
@@ -700,13 +726,15 @@ msgstr "verfügbare Bilder:"
|
|
700 |
#: admin/fees.php:31 admin/fees.php:255
|
701 |
msgctxt "fees admin"
|
702 |
msgid "Disabled"
|
703 |
-
msgstr "
|
704 |
|
705 |
#: admin/fees.php:39
|
706 |
msgctxt "fees admin"
|
707 |
msgid ""
|
708 |
"There are no \"%s\" fees right now. You can <a>create one</a>, if you want."
|
709 |
msgstr ""
|
|
|
|
|
710 |
|
711 |
#: admin/fees.php:56
|
712 |
msgctxt "admin fees table"
|
@@ -726,7 +754,7 @@ msgstr "verfügbare Bilder:"
|
|
726 |
#: admin/fees.php:85
|
727 |
msgctxt "admin fees table"
|
728 |
msgid "Disabled"
|
729 |
-
msgstr "
|
730 |
|
731 |
#: admin/fees.php:94
|
732 |
msgctxt "fees admin"
|
@@ -766,6 +794,11 @@ msgid ""
|
|
766 |
"available when the directory is in Free mode. You can always create other "
|
767 |
"fee plans, including ones for 0.00 (free) if you wish."
|
768 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
769 |
|
770 |
#: admin/fees.php:187
|
771 |
msgctxt "fees admin"
|
@@ -775,12 +808,12 @@ msgstr "Bearbeiten"
|
|
775 |
#: admin/fees.php:197
|
776 |
msgctxt "fees admin"
|
777 |
msgid "Disable"
|
778 |
-
msgstr "
|
779 |
|
780 |
#: admin/fees.php:201
|
781 |
msgctxt "fees admin"
|
782 |
msgid "Enable"
|
783 |
-
msgstr ""
|
784 |
|
785 |
#: admin/fees.php:205
|
786 |
msgctxt "fees admin"
|
@@ -814,12 +847,12 @@ msgstr "Alle Kategorien"
|
|
814 |
#: admin/fees.php:250
|
815 |
msgctxt "fees admin"
|
816 |
msgid "Yes"
|
817 |
-
msgstr ""
|
818 |
|
819 |
#: admin/fees.php:250
|
820 |
msgctxt "fees admin"
|
821 |
msgid "No"
|
822 |
-
msgstr ""
|
823 |
|
824 |
#: admin/fees.php:285
|
825 |
msgctxt "fees admin"
|
@@ -854,7 +887,7 @@ msgstr "Bilder"
|
|
854 |
#: admin/fees.php:322
|
855 |
msgctxt "fees order"
|
856 |
msgid "Custom Order"
|
857 |
-
msgstr "
|
858 |
|
859 |
#: admin/fees.php:342
|
860 |
msgctxt "fees admin"
|
@@ -869,12 +902,12 @@ msgstr "Preis gelöscht."
|
|
869 |
#: admin/form-fields.php:9
|
870 |
msgctxt "form-fields admin"
|
871 |
msgid "form field"
|
872 |
-
msgstr "
|
873 |
|
874 |
#: admin/form-fields.php:10
|
875 |
msgctxt "form-fields admin"
|
876 |
msgid "form fields"
|
877 |
-
msgstr "
|
878 |
|
879 |
#: admin/form-fields.php:17
|
880 |
msgctxt "form-fields admin"
|
@@ -924,7 +957,7 @@ msgstr "Optional"
|
|
924 |
#: admin/form-fields.php:80
|
925 |
msgctxt "form-fields admin"
|
926 |
msgid "This field value is shown in the excerpt view of a listing."
|
927 |
-
msgstr "
|
928 |
|
929 |
#: admin/form-fields.php:81
|
930 |
msgctxt "form-fields admin"
|
@@ -949,12 +982,12 @@ msgstr "Form Vorschau"
|
|
949 |
#: admin/form-fields.php:176
|
950 |
msgctxt "form-fields admin"
|
951 |
msgid "← Return to \"Manage Form Fields\""
|
952 |
-
msgstr "← zurück zu \"
|
953 |
|
954 |
#: admin/form-fields.php:206
|
955 |
msgctxt "form-fields admin"
|
956 |
msgid "Form fields updated."
|
957 |
-
msgstr "
|
958 |
|
959 |
#: admin/form-fields.php:222
|
960 |
msgctxt "form-fields admin"
|
@@ -964,6 +997,11 @@ msgid ""
|
|
964 |
"field will not be displayed on the frontend. If you want e-mail addresses to "
|
965 |
"show on the frontend, you can <a>enable public display of e-mails</a>."
|
966 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
967 |
|
968 |
#: admin/form-fields.php:256
|
969 |
msgctxt "form-fields admin"
|
@@ -1003,12 +1041,12 @@ msgstr "Tags Entwurf"
|
|
1003 |
#: admin/form-fields.php:295
|
1004 |
msgctxt "form-fields admin"
|
1005 |
msgid "Address"
|
1006 |
-
msgstr "E-
|
1007 |
|
1008 |
#: admin/form-fields.php:296
|
1009 |
msgctxt "form-fields admin"
|
1010 |
msgid "City"
|
1011 |
-
msgstr ""
|
1012 |
|
1013 |
#: admin/form-fields.php:297
|
1014 |
msgctxt "form-fields admin"
|
@@ -1016,15 +1054,14 @@ msgid "State"
|
|
1016 |
msgstr "Status"
|
1017 |
|
1018 |
#: admin/form-fields.php:298
|
1019 |
-
#, fuzzy
|
1020 |
msgctxt "form-fields admin"
|
1021 |
msgid "Country"
|
1022 |
-
msgstr "
|
1023 |
|
1024 |
#: admin/form-fields.php:299
|
1025 |
msgctxt "form-fields admin"
|
1026 |
msgid "ZIP Code"
|
1027 |
-
msgstr ""
|
1028 |
|
1029 |
#: admin/form-fields.php:300
|
1030 |
msgctxt "form-fields admin"
|
@@ -1039,17 +1076,17 @@ msgstr "Telefonnummer geschäftlich"
|
|
1039 |
#: admin/form-fields.php:302
|
1040 |
msgctxt "form-fields admin"
|
1041 |
msgid "Ratings Field"
|
1042 |
-
msgstr "
|
1043 |
|
1044 |
#: admin/form-fields.php:303
|
1045 |
msgctxt "form-fields admin"
|
1046 |
msgid "Twitter"
|
1047 |
-
msgstr ""
|
1048 |
|
1049 |
#: admin/form-fields.php:304
|
1050 |
msgctxt "form-fields admin"
|
1051 |
msgid "Website"
|
1052 |
-
msgstr ""
|
1053 |
|
1054 |
#: admin/form-fields.php:325
|
1055 |
msgctxt "form-fields admin"
|
@@ -1138,7 +1175,7 @@ msgstr "Umgebung"
|
|
1138 |
#: admin/page-debug.php:72
|
1139 |
msgctxt "debug info"
|
1140 |
msgid "Test SSL setup..."
|
1141 |
-
msgstr ""
|
1142 |
|
1143 |
#: admin/templates/csv-export.tpl.php:9
|
1144 |
msgctxt "admin csv-export"
|
@@ -1210,8 +1247,8 @@ msgid ""
|
|
1210 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
1211 |
"both a CSV file and listing images."
|
1212 |
msgstr ""
|
1213 |
-
"
|
1214 |
-
"die CSV
|
1215 |
|
1216 |
#: admin/templates/csv-export.tpl.php:62
|
1217 |
msgctxt "admin csv-export"
|
@@ -1229,6 +1266,8 @@ msgid ""
|
|
1229 |
"If you plan to re-import the listings into BD and don't want new ones "
|
1230 |
"created, select this option!"
|
1231 |
msgstr ""
|
|
|
|
|
1232 |
|
1233 |
#: admin/templates/csv-export.tpl.php:75
|
1234 |
msgctxt "admin csv-export"
|
@@ -1248,44 +1287,68 @@ msgstr "Eintrag Enddatum"
|
|
1248 |
#: admin/templates/csv-export.tpl.php:90
|
1249 |
msgctxt "admin csv-export"
|
1250 |
msgid "CSV File Settings"
|
1251 |
-
msgstr "CSV
|
1252 |
|
1253 |
#: admin/templates/csv-export.tpl.php:94
|
1254 |
msgctxt "admin csv-export"
|
1255 |
-
msgid "
|
1256 |
-
msgstr "
|
1257 |
|
1258 |
-
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:
|
1259 |
-
#: admin/templates/csv-export.tpl.php:
|
1260 |
#: admin/templates/csv-import.tpl.php:109
|
1261 |
-
#: admin/templates/csv-import.tpl.php:
|
1262 |
-
#: admin/templates/csv-import.tpl.php:
|
1263 |
-
#: admin/templates/csv-import.tpl.php:
|
1264 |
msgctxt "admin forms"
|
1265 |
msgid "required"
|
1266 |
msgstr "Pflichtfeld"
|
1267 |
|
1268 |
-
#: admin/templates/csv-export.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1269 |
msgctxt "admin csv-export"
|
1270 |
msgid "Image Separator"
|
1271 |
msgstr "Bildtrenner"
|
1272 |
|
1273 |
-
#: admin/templates/csv-export.tpl.php:
|
1274 |
msgctxt "admin csv-export"
|
1275 |
msgid "Category Separator"
|
1276 |
msgstr "Kategorietrenner"
|
1277 |
|
1278 |
-
#: admin/templates/csv-export.tpl.php:
|
1279 |
msgctxt "admin csv-export"
|
1280 |
msgid "Export Listings"
|
1281 |
msgstr "Export Einträge"
|
1282 |
|
1283 |
-
#: admin/templates/csv-export.tpl.php:
|
1284 |
msgctxt "admin csv-export"
|
1285 |
msgid "Export in Progress..."
|
1286 |
msgstr "Export wird durchgeführt..."
|
1287 |
|
1288 |
-
#: admin/templates/csv-export.tpl.php:
|
1289 |
msgctxt "admin csv-export"
|
1290 |
msgid ""
|
1291 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
@@ -1294,27 +1357,27 @@ msgstr ""
|
|
1294 |
"Die Exportdatei wurde vorbereitet. Bitte <u>verlasse</u> diese Seite nicht "
|
1295 |
"bis der Export abgeschlossen wurde."
|
1296 |
|
1297 |
-
#: admin/templates/csv-export.tpl.php:
|
1298 |
msgctxt "admin csv-export"
|
1299 |
msgid "No. of listings:"
|
1300 |
msgstr "Anzahl der Einträge:"
|
1301 |
|
1302 |
-
#: admin/templates/csv-export.tpl.php:
|
1303 |
msgctxt "admin csv-export"
|
1304 |
msgid "Approximate export file size:"
|
1305 |
msgstr "Exportdatei Größe ca. :"
|
1306 |
|
1307 |
-
#: admin/templates/csv-export.tpl.php:
|
1308 |
msgctxt "admin csv-export"
|
1309 |
msgid "Cancel Export"
|
1310 |
msgstr "Export abbrechen"
|
1311 |
|
1312 |
-
#: admin/templates/csv-export.tpl.php:
|
1313 |
msgctxt "admin csv-export"
|
1314 |
msgid "Export Complete"
|
1315 |
msgstr "Export vollständig"
|
1316 |
|
1317 |
-
#: admin/templates/csv-export.tpl.php:
|
1318 |
msgctxt "admin csv-export"
|
1319 |
msgid ""
|
1320 |
"Your export file has been successfully created and it is now ready for "
|
@@ -1323,12 +1386,12 @@ msgstr ""
|
|
1323 |
"Der Export wurde erfolgreich generiert und steht nun zum Herunterladen zur "
|
1324 |
"Verfügung."
|
1325 |
|
1326 |
-
#: admin/templates/csv-export.tpl.php:
|
1327 |
msgctxt "admin csv-export"
|
1328 |
msgid "Download %s (%s)"
|
1329 |
msgstr "Herunterladen %s (%s)"
|
1330 |
|
1331 |
-
#: admin/templates/csv-export.tpl.php:
|
1332 |
msgctxt "admin csv-export"
|
1333 |
msgid ""
|
1334 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
@@ -1337,22 +1400,22 @@ msgstr ""
|
|
1337 |
"Klicke \"Bereinigen\" wenn die Datei heruntergeladen wurde um alle "
|
1338 |
"temporären Daten zu löschen, die während des Exportprozesses erzeugt wurden."
|
1339 |
|
1340 |
-
#: admin/templates/csv-export.tpl.php:
|
1341 |
msgctxt "admin csv-export"
|
1342 |
msgid "Cleanup"
|
1343 |
msgstr "Bereinigen"
|
1344 |
|
1345 |
-
#: admin/templates/csv-export.tpl.php:
|
1346 |
msgctxt "admin csv-export"
|
1347 |
msgid "Export Canceled"
|
1348 |
msgstr "Export abgebrochen"
|
1349 |
|
1350 |
-
#: admin/templates/csv-export.tpl.php:
|
1351 |
msgctxt "admin csv-export"
|
1352 |
msgid "The export has been canceled."
|
1353 |
msgstr "Der Export wurde abgebrochen."
|
1354 |
|
1355 |
-
#: admin/templates/csv-export.tpl.php:
|
1356 |
msgctxt "admin csv-export"
|
1357 |
msgid "← Return to CSV Export"
|
1358 |
msgstr "← Zurück nach CSV Export"
|
@@ -1361,6 +1424,8 @@ msgstr "← Zurück nach CSV Export"
|
|
1361 |
msgctxt "admin csv-import"
|
1362 |
msgid "A fatal error occurred during the import. The reason given was: \"%s\"."
|
1363 |
msgstr ""
|
|
|
|
|
1364 |
|
1365 |
#: admin/templates/csv-import-progress.tpl.php:10
|
1366 |
msgctxt "admin csv-import"
|
@@ -1391,37 +1456,39 @@ msgstr "Der Export wurde abgebrochen."
|
|
1391 |
|
1392 |
#: admin/templates/csv-import-progress.tpl.php:26
|
1393 |
msgid "Import Progress"
|
1394 |
-
msgstr "
|
1395 |
|
1396 |
#: admin/templates/csv-import-progress.tpl.php:29
|
1397 |
msgctxt "admin csv-import"
|
1398 |
msgid "Files"
|
1399 |
-
msgstr "CSV
|
1400 |
|
1401 |
#: admin/templates/csv-import-progress.tpl.php:32
|
1402 |
msgctxt "admin csv-import"
|
1403 |
msgid "Rows in file"
|
1404 |
-
msgstr ""
|
1405 |
|
1406 |
#: admin/templates/csv-import-progress.tpl.php:35
|
1407 |
msgctxt "admin csv-import"
|
1408 |
msgid "Progress"
|
1409 |
-
msgstr "
|
1410 |
|
1411 |
#: admin/templates/csv-import-progress.tpl.php:39
|
1412 |
msgctxt "admin csv-import"
|
1413 |
msgid "Import has not started. Click \"Start Import\" to begin."
|
1414 |
msgstr ""
|
|
|
|
|
1415 |
|
1416 |
#: admin/templates/csv-import-progress.tpl.php:40
|
1417 |
msgctxt "admin csv-import"
|
1418 |
msgid "Importing CSV file..."
|
1419 |
-
msgstr "
|
1420 |
|
1421 |
#: admin/templates/csv-import-progress.tpl.php:46
|
1422 |
msgctxt "admin csv-import"
|
1423 |
msgid "Start Import"
|
1424 |
-
msgstr "CSV
|
1425 |
|
1426 |
#: admin/templates/csv-import-progress.tpl.php:47
|
1427 |
msgctxt "admin csv-import"
|
@@ -1431,7 +1498,7 @@ msgstr "Export abbrechen"
|
|
1431 |
#: admin/templates/csv-import-progress.tpl.php:54
|
1432 |
msgctxt "admin csv-import"
|
1433 |
msgid "Import finished"
|
1434 |
-
msgstr "Import
|
1435 |
|
1436 |
#: admin/templates/csv-import-progress.tpl.php:57
|
1437 |
msgctxt "admin csv-import"
|
@@ -1441,7 +1508,7 @@ msgstr "Der Import wurde erfolgreich abgeschlossen."
|
|
1441 |
#: admin/templates/csv-import-progress.tpl.php:61
|
1442 |
msgctxt "admin csv-import"
|
1443 |
msgid "Import was completed but some rows were rejected."
|
1444 |
-
msgstr "Der Import ist
|
1445 |
|
1446 |
#: admin/templates/csv-import-progress.tpl.php:64
|
1447 |
msgctxt "admin csv-import"
|
@@ -1451,7 +1518,7 @@ msgstr "Import Zusammenfassung"
|
|
1451 |
#: admin/templates/csv-import-progress.tpl.php:66
|
1452 |
msgctxt "admin csv-import"
|
1453 |
msgid "Rows in file:"
|
1454 |
-
msgstr ""
|
1455 |
|
1456 |
#: admin/templates/csv-import-progress.tpl.php:69
|
1457 |
msgctxt "admin csv-import"
|
@@ -1466,7 +1533,7 @@ msgstr "Abgelehnte Zeilen:"
|
|
1466 |
#: admin/templates/csv-import-progress.tpl.php:77
|
1467 |
msgctxt "admin csv-import"
|
1468 |
msgid "Import Warnings"
|
1469 |
-
msgstr "
|
1470 |
|
1471 |
#: admin/templates/csv-import-progress.tpl.php:80
|
1472 |
msgctxt "admin csv-import"
|
@@ -1483,7 +1550,7 @@ msgctxt "admin csv-import"
|
|
1483 |
msgid "Warning"
|
1484 |
msgstr "Warnung"
|
1485 |
|
1486 |
-
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:
|
1487 |
msgctxt "admin csv-import"
|
1488 |
msgid "Help"
|
1489 |
msgstr "Hilfe "
|
@@ -1497,6 +1564,7 @@ msgstr "Beispiel CSV Import Datei anschauen"
|
|
1497 |
msgctxt "admin csv-import"
|
1498 |
msgid "Here, you can import data into your directory using the CSV format."
|
1499 |
msgstr ""
|
|
|
1500 |
|
1501 |
#: admin/templates/csv-import.tpl.php:29
|
1502 |
msgctxt "admin csv-import"
|
@@ -1504,6 +1572,8 @@ msgid ""
|
|
1504 |
"We strongly recommend reading our <a>CSV import documentation</a> first to "
|
1505 |
"help you do things in the right order."
|
1506 |
msgstr ""
|
|
|
|
|
1507 |
|
1508 |
#: admin/templates/csv-import.tpl.php:38
|
1509 |
msgctxt "admin csv-import"
|
@@ -1513,141 +1583,157 @@ msgstr "Import Dateien"
|
|
1513 |
#: admin/templates/csv-import.tpl.php:43
|
1514 |
msgctxt "admin csv-import"
|
1515 |
msgid "CSV File"
|
1516 |
-
msgstr "CSV
|
1517 |
|
1518 |
#: admin/templates/csv-import.tpl.php:55 admin/templates/csv-import.tpl.php:86
|
1519 |
msgctxt "admin csv-import"
|
1520 |
msgid "... or <a>select a file uploaded to the imports folder</a>"
|
1521 |
msgstr ""
|
|
|
1522 |
|
1523 |
#: admin/templates/csv-import.tpl.php:65 admin/templates/csv-import.tpl.php:96
|
1524 |
msgctxt "admin csv-import"
|
1525 |
msgid "(Upload new file)"
|
1526 |
-
msgstr ""
|
1527 |
|
1528 |
#: admin/templates/csv-import.tpl.php:74
|
1529 |
msgctxt "admin csv-import"
|
1530 |
msgid "ZIP file containing images"
|
1531 |
-
msgstr "ZIP
|
1532 |
|
1533 |
#: admin/templates/csv-import.tpl.php:105
|
1534 |
msgctxt "admin csv-import"
|
1535 |
msgid "CSV File Settings"
|
1536 |
-
msgstr "CSV
|
1537 |
|
1538 |
#: admin/templates/csv-import.tpl.php:109
|
1539 |
msgctxt "admin csv-import"
|
1540 |
msgid "Column Separator"
|
1541 |
msgstr "Spaltentrenner"
|
1542 |
|
1543 |
-
#: admin/templates/csv-import.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1544 |
msgctxt "admin csv-import"
|
1545 |
msgid "Image Separator"
|
1546 |
msgstr "Bildertrenner"
|
1547 |
|
1548 |
-
#: admin/templates/csv-import.tpl.php:
|
1549 |
msgctxt "admin csv-import"
|
1550 |
msgid "Category Separator"
|
1551 |
msgstr "Kategorietrenner"
|
1552 |
|
1553 |
-
#: admin/templates/csv-import.tpl.php:
|
1554 |
msgctxt "admin csv-import"
|
1555 |
msgid "Import settings"
|
1556 |
msgstr "Importeinstellungen"
|
1557 |
|
1558 |
-
#: admin/templates/csv-import.tpl.php:
|
1559 |
msgctxt "admin csv-import"
|
1560 |
msgid "Post status of imported listings"
|
1561 |
-
msgstr "Status der
|
1562 |
|
1563 |
-
#: admin/templates/csv-import.tpl.php:
|
1564 |
msgctxt "admin csv-import"
|
1565 |
msgid "Missing categories handling"
|
1566 |
msgstr "Verhalten bei nicht vorhandener Kategorie"
|
1567 |
|
1568 |
-
#: admin/templates/csv-import.tpl.php:
|
1569 |
msgctxt "admin csv-import"
|
1570 |
msgid "Auto-create categories"
|
1571 |
-
msgstr "
|
1572 |
|
1573 |
-
#: admin/templates/csv-import.tpl.php:
|
1574 |
msgctxt "admin csv-import"
|
1575 |
msgid "Generate errors when a category is not found"
|
1576 |
-
msgstr "
|
1577 |
|
1578 |
-
#: admin/templates/csv-import.tpl.php:
|
1579 |
msgctxt "admin csv-import"
|
1580 |
msgid "Keep existing listing images?"
|
1581 |
-
msgstr "
|
1582 |
|
1583 |
-
#: admin/templates/csv-import.tpl.php:
|
1584 |
msgctxt "admin csv-import"
|
1585 |
msgid "Keep existing images."
|
1586 |
-
msgstr "
|
1587 |
|
1588 |
-
#: admin/templates/csv-import.tpl.php:
|
1589 |
msgctxt "admin csv-import"
|
1590 |
msgid "Appends new images while keeping current ones."
|
1591 |
-
msgstr ""
|
1592 |
|
1593 |
-
#: admin/templates/csv-import.tpl.php:
|
1594 |
msgctxt "admin csv-import"
|
1595 |
msgid "Assign listings to a user?"
|
1596 |
-
msgstr "
|
1597 |
|
1598 |
-
#: admin/templates/csv-import.tpl.php:
|
1599 |
msgctxt "admin csv-import"
|
1600 |
msgid "Assign listings to a user."
|
1601 |
msgstr "Einträge einem Benutzer zuweisen."
|
1602 |
|
1603 |
-
#: admin/templates/csv-import.tpl.php:
|
1604 |
msgctxt "admin csv-import"
|
1605 |
msgid "Use a default user for listings?"
|
1606 |
-
msgstr "
|
1607 |
|
1608 |
-
#: admin/templates/csv-import.tpl.php:
|
1609 |
msgctxt "admin csv-import"
|
1610 |
msgid ""
|
1611 |
"Select a default user to be used if the username column is not present in "
|
1612 |
"the CSV file."
|
1613 |
msgstr ""
|
1614 |
-
"
|
1615 |
-
"Datei vorhanden ist."
|
1616 |
|
1617 |
-
#: admin/templates/csv-import.tpl.php:
|
1618 |
msgctxt "admin csv-import"
|
1619 |
msgid "Default listing user"
|
1620 |
-
msgstr "
|
1621 |
|
1622 |
-
#: admin/templates/csv-import.tpl.php:
|
1623 |
msgctxt "admin csv-import"
|
1624 |
msgid ""
|
1625 |
"This user will be used if the username column is not present in the CSV file."
|
1626 |
msgstr ""
|
1627 |
-
"Dieser Benutzer wird verwendet wenn die Spalte Benutzername nicht in der CSV
|
1628 |
"Datei vorhanden ist."
|
1629 |
|
1630 |
-
#: admin/templates/csv-import.tpl.php:
|
1631 |
msgctxt "admin csv-import"
|
1632 |
msgid "Disable e-mail notifications during import?"
|
1633 |
-
msgstr "
|
1634 |
|
1635 |
-
#: admin/templates/csv-import.tpl.php:
|
1636 |
msgctxt "admin csv-import"
|
1637 |
msgid "Disable e-mail notifications."
|
1638 |
-
msgstr "
|
1639 |
|
1640 |
-
#: admin/templates/csv-import.tpl.php:
|
1641 |
msgctxt "admin csv-import"
|
1642 |
msgid "Test Import"
|
1643 |
msgstr "Importtest"
|
1644 |
|
1645 |
-
#: admin/templates/csv-import.tpl.php:
|
1646 |
msgctxt "admin csv-import"
|
1647 |
msgid "Import Listings"
|
1648 |
msgstr "Einträge importieren"
|
1649 |
|
1650 |
-
#: admin/templates/csv-import.tpl.php:
|
1651 |
msgctxt "admin csv-import"
|
1652 |
msgid ""
|
1653 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -1655,47 +1741,47 @@ msgid ""
|
|
1655 |
"the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
|
1656 |
"how an import file should look like."
|
1657 |
msgstr ""
|
1658 |
-
"Folgendes sind
|
1659 |
-
"belegte Felder (so wie Kategorien oder Tags) können
|
1660 |
-
"erscheinen.
|
1661 |
-
"
|
1662 |
|
1663 |
-
#: admin/templates/csv-import.tpl.php:
|
1664 |
msgctxt "admin csv-import"
|
1665 |
msgid "Header name/label"
|
1666 |
msgstr "Kopfname/Bezeichnung"
|
1667 |
|
1668 |
-
#: admin/templates/csv-import.tpl.php:
|
1669 |
msgctxt "admin csv-import"
|
1670 |
msgid "Field"
|
1671 |
msgstr "Feld"
|
1672 |
|
1673 |
-
#: admin/templates/csv-import.tpl.php:
|
1674 |
msgctxt "admin csv-import"
|
1675 |
msgid "Type"
|
1676 |
msgstr "Typ"
|
1677 |
|
1678 |
-
#: admin/templates/csv-import.tpl.php:
|
1679 |
msgctxt "admin csv-import"
|
1680 |
msgid "Required?"
|
1681 |
msgstr "Pflichtfeld?"
|
1682 |
|
1683 |
-
#: admin/templates/csv-import.tpl.php:
|
1684 |
msgctxt "admin csv-import"
|
1685 |
msgid "Multivalued?"
|
1686 |
-
msgstr "
|
1687 |
|
1688 |
-
#: admin/templates/csv-import.tpl.php:
|
1689 |
msgctxt "admin csv-import"
|
1690 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1691 |
msgstr "Semikolon getrennte Liste der Eintragsbilder (aus der ZIP Datei)"
|
1692 |
|
1693 |
-
#: admin/templates/csv-import.tpl.php:
|
1694 |
msgctxt "admin csv-import"
|
1695 |
msgid "Listing author's username"
|
1696 |
msgstr "Benutzername des Authors"
|
1697 |
|
1698 |
-
#: admin/templates/csv-import.tpl.php:
|
1699 |
msgctxt "admin csv-import"
|
1700 |
msgid ""
|
1701 |
"Internal Sequence ID used to allow listing updates from external sources."
|
@@ -1703,7 +1789,7 @@ msgstr ""
|
|
1703 |
"Interne Sequenz ID wird benutzt um Aktualisierungen von Einträgen aus "
|
1704 |
"externer Quellen durchzuführen."
|
1705 |
|
1706 |
-
#: admin/templates/csv-import.tpl.php:
|
1707 |
msgctxt "admin csv-import"
|
1708 |
msgid ""
|
1709 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -1738,7 +1824,7 @@ msgstr "Fehlerprotokoll herunterladen"
|
|
1738 |
#: admin/templates/fees-addoredit.tpl.php:23
|
1739 |
msgctxt "fees admin"
|
1740 |
msgid "Add Listing Fee"
|
1741 |
-
msgstr "
|
1742 |
|
1743 |
#: admin/templates/fees-addoredit.tpl.php:23
|
1744 |
msgctxt "fees admin"
|
@@ -1791,6 +1877,8 @@ msgid ""
|
|
1791 |
"This floats the listing to the top of search results and browsing the "
|
1792 |
"directory when the user buys this plan."
|
1793 |
msgstr ""
|
|
|
|
|
1794 |
|
1795 |
#: admin/templates/fees-addoredit.tpl.php:107
|
1796 |
msgctxt "fees admin"
|
@@ -1806,7 +1894,7 @@ msgstr "* Alle Kategorien *"
|
|
1806 |
#: admin/templates/fees-addoredit.tpl.php:128
|
1807 |
msgctxt "fees admin"
|
1808 |
msgid "Fee Description"
|
1809 |
-
msgstr "
|
1810 |
|
1811 |
#: admin/templates/fees-addoredit.tpl.php:143
|
1812 |
msgctxt "fees admin"
|
@@ -1836,7 +1924,7 @@ msgstr "Bist du sicher, dass du diesen \"%s\" Preis löschen möchtest?"
|
|
1836 |
#: admin/templates/fees-confirm-delete.tpl.php:16
|
1837 |
msgctxt "fee admin"
|
1838 |
msgid "Disable Fee"
|
1839 |
-
msgstr "Preis
|
1840 |
|
1841 |
#: admin/templates/fees-confirm-delete.tpl.php:16
|
1842 |
msgctxt "fee admin"
|
@@ -1846,12 +1934,12 @@ msgstr "Preis löschen"
|
|
1846 |
#: admin/templates/fees.tpl.php:3
|
1847 |
msgctxt "fees admin"
|
1848 |
msgid "Add New Listing Fee"
|
1849 |
-
msgstr "
|
1850 |
|
1851 |
#: admin/templates/fees.tpl.php:10
|
1852 |
msgctxt "fees admin"
|
1853 |
msgid "Payments are currently turned off."
|
1854 |
-
msgstr "Bezahlungen sind
|
1855 |
|
1856 |
#: admin/templates/fees.tpl.php:13
|
1857 |
msgctxt "fees admin"
|
@@ -1865,7 +1953,7 @@ msgstr ""
|
|
1865 |
#: admin/templates/fees.tpl.php:24
|
1866 |
msgctxt "fees admin"
|
1867 |
msgid "Order fees on the frontend by:"
|
1868 |
-
msgstr "Preise
|
1869 |
|
1870 |
#: admin/templates/fees.tpl.php:32
|
1871 |
msgctxt "fees admin"
|
@@ -1890,6 +1978,10 @@ msgid ""
|
|
1890 |
"the <a>Not Available</a> filter will become active when you change the "
|
1891 |
"payment mode."
|
1892 |
msgstr ""
|
|
|
|
|
|
|
|
|
1893 |
|
1894 |
#: admin/templates/fees.tpl.php:57 admin/templates/fees.tpl.php:63
|
1895 |
#: admin/templates/fees.tpl.php:77
|
@@ -1910,6 +2002,9 @@ msgid ""
|
|
1910 |
"\" mode. Those on the Active filter will become Not Available when you "
|
1911 |
"change the payment mode."
|
1912 |
msgstr ""
|
|
|
|
|
|
|
1913 |
|
1914 |
#: admin/templates/fees.tpl.php:66
|
1915 |
msgctxt "fees admin"
|
@@ -1917,6 +2012,9 @@ msgid ""
|
|
1917 |
"These fee plans were disabled by the admin and will not show to the end user "
|
1918 |
"regardless of mode until you enable them."
|
1919 |
msgstr ""
|
|
|
|
|
|
|
1920 |
|
1921 |
#: admin/templates/fees.tpl.php:74
|
1922 |
msgctxt "fees admin"
|
@@ -1925,6 +2023,9 @@ msgid ""
|
|
1925 |
"available for the current mode (currently set to \"%s\"). To see the fee "
|
1926 |
"plans for this mode click <a>Active</a>."
|
1927 |
msgstr ""
|
|
|
|
|
|
|
1928 |
|
1929 |
#: admin/templates/fees.tpl.php:89 admin/templates/sidebar.tpl.php:13
|
1930 |
msgctxt "admin sidebar"
|
@@ -1976,7 +2077,7 @@ msgstr ""
|
|
1976 |
#: admin/templates/form-fields-addoredit.tpl.php:1
|
1977 |
msgctxt "form-fields admin"
|
1978 |
msgid "Add Form Field"
|
1979 |
-
msgstr "
|
1980 |
|
1981 |
#: admin/templates/form-fields-addoredit.tpl.php:14
|
1982 |
msgctxt "form-fields admin"
|
@@ -2048,42 +2149,43 @@ msgstr "Feld Anzeigeoptionen"
|
|
2048 |
#: admin/templates/form-fields-addoredit.tpl.php:134
|
2049 |
msgctxt "form-fields admin"
|
2050 |
msgid "Show this value in excerpt view?"
|
2051 |
-
msgstr "
|
2052 |
|
2053 |
#: admin/templates/form-fields-addoredit.tpl.php:140
|
2054 |
msgctxt "form-fields admin"
|
2055 |
msgid "Display this value in post excerpt view."
|
2056 |
-
msgstr "
|
2057 |
|
2058 |
#: admin/templates/form-fields-addoredit.tpl.php:146
|
2059 |
msgctxt "form-fields admin"
|
2060 |
msgid "Show this value in listing view?"
|
2061 |
-
msgstr "
|
2062 |
|
2063 |
#: admin/templates/form-fields-addoredit.tpl.php:152
|
2064 |
msgctxt "form-fields admin"
|
2065 |
msgid "Display this value in the listing view."
|
2066 |
-
msgstr "Diesen Wert in der
|
2067 |
|
2068 |
#: admin/templates/form-fields-addoredit.tpl.php:158
|
2069 |
msgctxt "form-fields admin"
|
2070 |
msgid "Include this field in the search form?"
|
2071 |
-
msgstr "
|
2072 |
|
2073 |
#: admin/templates/form-fields-addoredit.tpl.php:164
|
2074 |
msgctxt "form-fields admin"
|
2075 |
msgid "Include this field in the search form."
|
2076 |
-
msgstr "
|
2077 |
|
2078 |
#: admin/templates/form-fields-addoredit.tpl.php:170
|
2079 |
msgctxt "form-fields admin"
|
2080 |
msgid "Hide this field's label?"
|
2081 |
-
msgstr "
|
2082 |
|
2083 |
#: admin/templates/form-fields-addoredit.tpl.php:176
|
2084 |
msgctxt "form-fields admin"
|
2085 |
msgid "Hide this field's label when displaying it."
|
2086 |
-
msgstr "
|
|
|
2087 |
|
2088 |
#: admin/templates/form-fields-addoredit.tpl.php:183
|
2089 |
msgctxt "form-fields admin"
|
@@ -2098,7 +2200,7 @@ msgstr "Feld erstellen"
|
|
2098 |
#: admin/templates/form-fields-confirm-delete.tpl.php:2
|
2099 |
msgctxt "form-fields admin"
|
2100 |
msgid "Delete Form Field"
|
2101 |
-
msgstr "
|
2102 |
|
2103 |
#: admin/templates/form-fields-confirm-delete.tpl.php:6
|
2104 |
msgctxt "form-fields admin"
|
@@ -2126,6 +2228,9 @@ msgid ""
|
|
2126 |
"Before you create fields, make sure you've mapped all of your EXISTING ones "
|
2127 |
"first, otherwise you'll appear to be \"missing data\" on your listings."
|
2128 |
msgstr ""
|
|
|
|
|
|
|
2129 |
|
2130 |
#: admin/templates/form-fields-tags.tpl.php:22
|
2131 |
msgctxt "form-fields admin"
|
@@ -2145,7 +2250,7 @@ msgstr "Feld"
|
|
2145 |
#: admin/templates/form-fields.tpl.php:3
|
2146 |
msgctxt "form-fields admin"
|
2147 |
msgid "Add New Form Field"
|
2148 |
-
msgstr "Neues
|
2149 |
|
2150 |
#: admin/templates/form-fields.tpl.php:4
|
2151 |
msgctxt "form-fields admin"
|
@@ -2164,13 +2269,18 @@ msgid ""
|
|
2164 |
"ones, change the order and visibility of the fields as well as configure "
|
2165 |
"special options for them."
|
2166 |
msgstr ""
|
|
|
|
|
|
|
2167 |
|
2168 |
#: admin/templates/form-fields.tpl.php:18
|
2169 |
msgctxt "form-fields admin"
|
2170 |
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
2171 |
msgstr ""
|
|
|
|
|
2172 |
|
2173 |
-
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.
|
2174 |
#. Plugin Name of the plugin/theme
|
2175 |
#: admin/templates/header.tpl.php:4
|
2176 |
msgid "Business Directory Plugin"
|
@@ -2179,7 +2289,9 @@ msgstr "Business Directory Plugin"
|
|
2179 |
#: admin/templates/home.tpl.php:4
|
2180 |
msgctxt "admin home"
|
2181 |
msgid "Welcome to Business Directory Plugin. You are using %s."
|
2182 |
-
msgstr "
|
|
|
|
|
2183 |
|
2184 |
#: admin/templates/home.tpl.php:5
|
2185 |
msgctxt "admin home"
|
@@ -2187,8 +2299,8 @@ msgid ""
|
|
2187 |
"Thanks for choosing us. There's a lot you probably want to get done, so "
|
2188 |
"let's jump right in!"
|
2189 |
msgstr ""
|
2190 |
-
"Vielen Dank
|
2191 |
-
"
|
2192 |
|
2193 |
#: admin/templates/home.tpl.php:11
|
2194 |
msgctxt "admin home"
|
@@ -2196,8 +2308,8 @@ msgid ""
|
|
2196 |
"Our complete documentation is <a>here</a> which we encourage you to use "
|
2197 |
"while setting things up."
|
2198 |
msgstr ""
|
2199 |
-
"
|
2200 |
-
"
|
2201 |
|
2202 |
#: admin/templates/home.tpl.php:14
|
2203 |
msgctxt "admin home"
|
@@ -2205,8 +2317,8 @@ msgid ""
|
|
2205 |
"We have some quick-start scenarios that you will find useful regarding setup "
|
2206 |
"and configuration <a>here</a>."
|
2207 |
msgstr ""
|
2208 |
-
"
|
2209 |
-
"
|
2210 |
|
2211 |
#: admin/templates/home.tpl.php:18
|
2212 |
msgctxt "admin home"
|
@@ -2214,8 +2326,8 @@ msgid ""
|
|
2214 |
"If you have questions, please post a comment on <a>support forum</a> and "
|
2215 |
"we'll answer it within 24 hours most days."
|
2216 |
msgstr ""
|
2217 |
-
"
|
2218 |
-
"
|
2219 |
|
2220 |
#: admin/templates/home.tpl.php:25
|
2221 |
msgid "Configure/Manage Options"
|
@@ -2223,11 +2335,11 @@ msgstr "Konfiguration/Optionen verwalten"
|
|
2223 |
|
2224 |
#: admin/templates/home.tpl.php:28
|
2225 |
msgid "Setup/Manage Form Fields"
|
2226 |
-
msgstr "
|
2227 |
|
2228 |
#: admin/templates/home.tpl.php:31
|
2229 |
msgid "Setup/Manage Fees"
|
2230 |
-
msgstr "
|
2231 |
|
2232 |
#: admin/templates/home.tpl.php:37
|
2233 |
msgid "Featured Listings Pending Upgrade"
|
@@ -2240,7 +2352,7 @@ msgstr "Bezahlte Einträge verwalten"
|
|
2240 |
#: admin/templates/listing-change-fee.tpl.php:3
|
2241 |
msgctxt "admin listing fee"
|
2242 |
msgid "Listing Fee Selection"
|
2243 |
-
msgstr "
|
2244 |
|
2245 |
#: admin/templates/listing-change-fee.tpl.php:5
|
2246 |
msgctxt "admin listing fee"
|
@@ -2308,7 +2420,7 @@ msgstr "OK"
|
|
2308 |
#: admin/templates/listing-metabox-categories.tpl.php:49
|
2309 |
msgctxt "admin infometabox"
|
2310 |
msgid "Fee"
|
2311 |
-
msgstr "
|
2312 |
|
2313 |
#: admin/templates/listing-metabox-categories.tpl.php:54
|
2314 |
msgctxt "admin infometabox"
|
@@ -2333,7 +2445,7 @@ msgstr "Klicke hier um das Ablaufdatum zu ändern."
|
|
2333 |
#: admin/templates/listing-metabox-categories.tpl.php:75
|
2334 |
msgctxt "admin infometabox"
|
2335 |
msgid "Never expires"
|
2336 |
-
msgstr "Eintrag
|
2337 |
|
2338 |
#: admin/templates/listing-metabox-categories.tpl.php:75
|
2339 |
msgctxt "admin infometabox"
|
@@ -2511,7 +2623,7 @@ msgstr "Branchenverzeichnis - letzte Einträge"
|
|
2511 |
#: admin/templates/settings-reset.tpl.php:4
|
2512 |
msgctxt "settings"
|
2513 |
msgid "← Return to \"Manage Options\""
|
2514 |
-
msgstr "← zurück zu \"
|
2515 |
|
2516 |
#: admin/templates/settings-reset.tpl.php:10
|
2517 |
msgid ""
|
@@ -2524,6 +2636,7 @@ msgstr ""
|
|
2524 |
#: admin/templates/settings-reset.tpl.php:11
|
2525 |
msgid "Please note that all of your existing settings will be lost."
|
2526 |
msgstr ""
|
|
|
2527 |
|
2528 |
#: admin/templates/settings-reset.tpl.php:17
|
2529 |
msgid "Reset Defaults"
|
@@ -2550,7 +2663,7 @@ msgstr "Regions Module"
|
|
2550 |
#: admin/templates/sidebar.tpl.php:4
|
2551 |
msgctxt "admin sidebar"
|
2552 |
msgid "Claim Listings Module"
|
2553 |
-
msgstr "
|
2554 |
|
2555 |
#: admin/templates/sidebar.tpl.php:7
|
2556 |
msgctxt "admin sidebar"
|
@@ -2590,22 +2703,22 @@ msgstr "Firmenname"
|
|
2590 |
#: admin/templates/sidebar.tpl.php:19
|
2591 |
msgctxt "admin sidebar"
|
2592 |
msgid "Mobile Compact Theme"
|
2593 |
-
msgstr ""
|
2594 |
|
2595 |
#: admin/templates/sidebar.tpl.php:20
|
2596 |
msgctxt "admin sidebar"
|
2597 |
msgid "Restaurant Theme"
|
2598 |
-
msgstr ""
|
2599 |
|
2600 |
#: admin/templates/sidebar.tpl.php:21
|
2601 |
msgctxt "admin sidebar"
|
2602 |
msgid "Tabbed Business Theme"
|
2603 |
-
msgstr "
|
2604 |
|
2605 |
#: admin/templates/sidebar.tpl.php:22
|
2606 |
msgctxt "admin sidebar"
|
2607 |
msgid "Elegant Business Theme"
|
2608 |
-
msgstr "
|
2609 |
|
2610 |
#: admin/templates/sidebar.tpl.php:29
|
2611 |
msgctxt "admin sidebar"
|
@@ -2641,12 +2754,12 @@ msgstr "Bekomme ein Premium Modul"
|
|
2641 |
#: admin/templates/sidebar.tpl.php:45 admin/templates/sidebar.tpl.php:61
|
2642 |
msgctxt "admin sidebar"
|
2643 |
msgid "best deal"
|
2644 |
-
msgstr ""
|
2645 |
|
2646 |
#: admin/templates/sidebar.tpl.php:45
|
2647 |
msgctxt "admin sidebar"
|
2648 |
msgid "Combo Pack"
|
2649 |
-
msgstr ""
|
2650 |
|
2651 |
#: admin/templates/sidebar.tpl.php:45
|
2652 |
msgctxt "admin sidebar"
|
@@ -2656,17 +2769,17 @@ msgstr "Installierte Module"
|
|
2656 |
#: admin/templates/sidebar.tpl.php:48 admin/templates/sidebar.tpl.php:64
|
2657 |
msgctxt "admin sidebar"
|
2658 |
msgid "new"
|
2659 |
-
msgstr ""
|
2660 |
|
2661 |
#: admin/templates/sidebar.tpl.php:58
|
2662 |
msgctxt "admin sidebar"
|
2663 |
msgid "Get a Directory Theme"
|
2664 |
-
msgstr "Verzeichnis
|
2665 |
|
2666 |
#: admin/templates/sidebar.tpl.php:61
|
2667 |
msgctxt "admin sidebar"
|
2668 |
msgid "Theme Pack"
|
2669 |
-
msgstr ""
|
2670 |
|
2671 |
#: admin/templates/sidebar.tpl.php:61
|
2672 |
msgctxt "admin sidebar"
|
@@ -2698,7 +2811,7 @@ msgstr "Schnellstart Anleitung"
|
|
2698 |
#: admin/templates/sidebar.tpl.php:84
|
2699 |
msgctxt "admin sidebar"
|
2700 |
msgid "Video Tutorials"
|
2701 |
-
msgstr ""
|
2702 |
|
2703 |
#: admin/templates/sidebar.tpl.php:92
|
2704 |
msgctxt "admin sidebar"
|
@@ -2724,12 +2837,13 @@ msgstr "Enhanced Categories Modul"
|
|
2724 |
#: admin/templates/themes-delete-confirm.tpl.php:13
|
2725 |
msgctxt "themes admin"
|
2726 |
msgid "Delete Directory Theme"
|
2727 |
-
msgstr "Verzeichnis
|
2728 |
|
2729 |
#: admin/templates/themes-delete-confirm.tpl.php:3
|
2730 |
msgctxt "themes admin"
|
2731 |
msgid "Are you sure you want to delete the directory theme \"%s\"?"
|
2732 |
-
msgstr "
|
|
|
2733 |
|
2734 |
#: admin/templates/themes-delete-confirm.tpl.php:12
|
2735 |
msgctxt "themes admin"
|
@@ -2740,22 +2854,24 @@ msgstr "Abbrechen"
|
|
2740 |
#: admin/templates/themes-licenses.tpl.php:3 admin/templates/themes.tpl.php:3
|
2741 |
msgctxt "themes"
|
2742 |
msgid "Upload Directory Theme"
|
2743 |
-
msgstr "Verzeichnis
|
2744 |
|
2745 |
#: admin/templates/themes-install.tpl.php:8
|
2746 |
msgctxt "themes"
|
2747 |
msgid "This is a theme or skin from %s and is NOT a regular WordPress theme."
|
2748 |
msgstr ""
|
|
|
|
|
2749 |
|
2750 |
#: admin/templates/themes-install.tpl.php:21
|
2751 |
msgctxt "themes"
|
2752 |
msgid "BD Theme archive (ZIP file)"
|
2753 |
-
msgstr ""
|
2754 |
|
2755 |
#: admin/templates/themes-install.tpl.php:30
|
2756 |
msgctxt "themes"
|
2757 |
msgid "Begin Upload"
|
2758 |
-
msgstr ""
|
2759 |
|
2760 |
#: admin/templates/themes-item.tpl.php:3
|
2761 |
msgctxt "themes"
|
@@ -2770,7 +2886,7 @@ msgstr "Aktiviere Lizenz"
|
|
2770 |
#: admin/templates/themes-item.tpl.php:35
|
2771 |
msgctxt "themes"
|
2772 |
msgid "Version:"
|
2773 |
-
msgstr ""
|
2774 |
|
2775 |
#: admin/templates/themes-item.tpl.php:38
|
2776 |
msgctxt "themes"
|
@@ -2819,6 +2935,10 @@ msgid ""
|
|
2819 |
"Directory Plugin</i> to change the look of the directory quickly and easily. "
|
2820 |
"We have a number of them available for purchase <a>here</a>."
|
2821 |
msgstr ""
|
|
|
|
|
|
|
|
|
2822 |
|
2823 |
#: admin/templates/themes.tpl.php:16
|
2824 |
msgctxt "themes"
|
@@ -2827,6 +2947,9 @@ msgid ""
|
|
2827 |
"they are <strong>not</strong> a replacement for WP themes either. They will "
|
2828 |
"change the look and feel of your business directory only."
|
2829 |
msgstr ""
|
|
|
|
|
|
|
2830 |
|
2831 |
#: admin/templates/transactions.tpl.php:2
|
2832 |
msgctxt "admin transactions"
|
@@ -2936,64 +3059,72 @@ msgctxt "tracking"
|
|
2936 |
msgid "Allow Tracking"
|
2937 |
msgstr "Verfolgung erlauben"
|
2938 |
|
2939 |
-
#: business-directory-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
2940 |
msgctxt "admin plugins"
|
2941 |
msgid "Settings"
|
2942 |
msgstr "Einstellungen"
|
2943 |
|
2944 |
-
#: business-directory-plugin.php:
|
2945 |
msgctxt "rss feed"
|
2946 |
msgid "%s Feed"
|
2947 |
msgstr "% Feed"
|
2948 |
|
2949 |
-
#: business-directory-plugin.php:
|
2950 |
#: core/views/submit_listing.php:10
|
2951 |
msgctxt "views"
|
2952 |
msgid "Submit A Listing"
|
2953 |
-
msgstr "Eintrag
|
2954 |
|
2955 |
-
#: business-directory-plugin.php:
|
2956 |
msgctxt "title"
|
2957 |
msgid "Find a Listing"
|
2958 |
msgstr "Eintrag finden"
|
2959 |
|
2960 |
-
#: business-directory-plugin.php:
|
2961 |
msgctxt "title"
|
2962 |
msgid "View All Listings"
|
2963 |
msgstr "Alle Einträge anschauen"
|
2964 |
|
2965 |
-
#: business-directory-plugin.php:
|
2966 |
msgctxt "title"
|
2967 |
msgid "Listings tagged: %s"
|
2968 |
msgstr "Einträge getaggt: %s"
|
2969 |
|
2970 |
-
#: core/api.php:
|
2971 |
msgid "Free"
|
2972 |
msgstr "Kostenlos"
|
2973 |
|
2974 |
-
#: core/class-csv-import.php:
|
2975 |
msgctxt "admin csv-import"
|
2976 |
msgid ""
|
2977 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2978 |
"with the following error: <error-message>."
|
2979 |
msgstr ""
|
|
|
|
|
2980 |
|
2981 |
-
#: core/class-csv-import.php:
|
2982 |
msgctxt "admin csv-import"
|
2983 |
msgid "Could not create listing category \"%s\""
|
2984 |
msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
|
2985 |
|
2986 |
-
#: core/class-csv-import.php:
|
2987 |
msgctxt "admin csv-import"
|
2988 |
msgid "Username \"%s\" does not exist"
|
2989 |
msgstr "Benutzername \"%s\" existiert nicht"
|
2990 |
|
2991 |
-
#: core/class-csv-import.php:
|
2992 |
msgctxt "admin csv-import"
|
2993 |
msgid "Missing required field: %s"
|
2994 |
msgstr "Benötigtes nicht vorhandenes Feld: %s"
|
2995 |
|
2996 |
-
#: core/class-csv-import.php:
|
2997 |
msgctxt "admin csv-import"
|
2998 |
msgid "Listing category \"%s\" does not exist"
|
2999 |
msgstr "Eintragskategorie \"%s\" existiert nicht"
|
@@ -3023,12 +3154,12 @@ msgstr ""
|
|
3023 |
#: core/class-fees-api.php:20
|
3024 |
msgctxt "fees-api"
|
3025 |
msgid "Free Listing"
|
3026 |
-
msgstr "
|
3027 |
|
3028 |
#: core/class-form-field.php:56
|
3029 |
msgctxt "form-fields-api"
|
3030 |
msgid "Invalid form field type"
|
3031 |
-
msgstr "
|
3032 |
|
3033 |
#: core/class-form-field.php:505
|
3034 |
msgctxt "form-fields-api"
|
@@ -3039,6 +3170,8 @@ msgstr "Feldbezeichnung ist Pflichtfeld."
|
|
3039 |
msgctxt "form-fields-api"
|
3040 |
msgid "Requested field type change is incompatible. Type will not be modified."
|
3041 |
msgstr ""
|
|
|
|
|
3042 |
|
3043 |
#: core/class-form-field.php:535
|
3044 |
msgctxt "form-fields-api"
|
@@ -3065,7 +3198,7 @@ msgid ""
|
|
3065 |
"This form field can't be deleted because it is required for the plugin to "
|
3066 |
"work."
|
3067 |
msgstr ""
|
3068 |
-
"Dieses
|
3069 |
"damit das Modul richtig funktioniert."
|
3070 |
|
3071 |
#: core/class-form-field.php:604
|
@@ -3128,12 +3261,12 @@ msgctxt "listing"
|
|
3128 |
msgid "(Fee Unavailable)"
|
3129 |
msgstr "(Preis nicht verfügbar)"
|
3130 |
|
3131 |
-
#: core/class-listings-api.php:
|
3132 |
msgctxt "notify email"
|
3133 |
msgid "[%s] New listing notification"
|
3134 |
msgstr "[%s] neue Eintragsbenachrichtigung"
|
3135 |
|
3136 |
-
#: core/class-listings-api.php:
|
3137 |
msgctxt "notify email"
|
3138 |
msgid "[%s] Listing edit notification"
|
3139 |
msgstr "[%s] Eintrag bearbeiten Benachrichtigung"
|
@@ -3178,12 +3311,12 @@ msgctxt "widgets"
|
|
3178 |
msgid "Leave blank for automatic height."
|
3179 |
msgstr "Freilassen für automatische Höhe."
|
3180 |
|
3181 |
-
#: core/class-payment.php:223
|
3182 |
msgctxt "listings"
|
3183 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3184 |
msgstr "Preis \"%s\" für Kategorie \"%s\"%s"
|
3185 |
|
3186 |
-
#: core/class-payment.php:226
|
3187 |
msgctxt "listings"
|
3188 |
msgid "(recurring)"
|
3189 |
msgstr "(wiederholt)"
|
@@ -3264,6 +3397,10 @@ msgid ""
|
|
3264 |
"directory/1809/listing-title\". Check this setting to remove the ID for "
|
3265 |
"better SEO."
|
3266 |
msgstr ""
|
|
|
|
|
|
|
|
|
3267 |
|
3268 |
#: core/class-settings.php:50
|
3269 |
msgctxt "admin settings"
|
@@ -3283,7 +3420,7 @@ msgstr "Benutze reCAPTCHA für Kontaktformen"
|
|
3283 |
#: core/class-settings.php:56
|
3284 |
msgctxt "admin settings"
|
3285 |
msgid "Turn off reCAPTCHA for logged in users?"
|
3286 |
-
msgstr ""
|
3287 |
|
3288 |
#: core/class-settings.php:57
|
3289 |
msgctxt "admin settings"
|
@@ -3342,7 +3479,7 @@ msgstr ""
|
|
3342 |
#: core/class-settings.php:87
|
3343 |
msgctxt "admin settings"
|
3344 |
msgid "Registration URL"
|
3345 |
-
msgstr "
|
3346 |
|
3347 |
#: core/class-settings.php:90
|
3348 |
msgctxt "admin settings"
|
@@ -3394,7 +3531,7 @@ msgstr ""
|
|
3394 |
#: core/class-settings.php:113
|
3395 |
msgctxt "admin settings"
|
3396 |
msgid "Show the \"Submit listing\" button."
|
3397 |
-
msgstr "\"Eintrag
|
3398 |
|
3399 |
#: core/class-settings.php:115
|
3400 |
msgctxt "admin settings"
|
@@ -3490,6 +3627,8 @@ msgid ""
|
|
3490 |
"Check this if you are having trouble with BD, particularly when importing or "
|
3491 |
"exporting CSV files."
|
3492 |
msgstr ""
|
|
|
|
|
3493 |
|
3494 |
#: core/class-settings.php:170
|
3495 |
msgctxt "admin settings"
|
@@ -3571,7 +3710,7 @@ msgstr ""
|
|
3571 |
#: core/class-settings.php:213
|
3572 |
msgctxt "admin settings"
|
3573 |
msgid "Require login for using the contact form?"
|
3574 |
-
msgstr "Einloggen um
|
3575 |
|
3576 |
#: core/class-settings.php:219
|
3577 |
msgctxt "admin settings"
|
@@ -3605,7 +3744,7 @@ msgstr ""
|
|
3605 |
#: core/class-settings.php:236
|
3606 |
msgctxt "admin settings"
|
3607 |
msgid "Do not include comments in listings"
|
3608 |
-
msgstr "
|
3609 |
|
3610 |
#: core/class-settings.php:237
|
3611 |
msgctxt "admin settings"
|
@@ -3645,7 +3784,7 @@ msgstr "Status der gelöschten Einträge"
|
|
3645 |
#: core/class-settings.php:251
|
3646 |
msgctxt "admin settings"
|
3647 |
msgid "Submit Listing instructions message"
|
3648 |
-
msgstr "
|
3649 |
|
3650 |
#: core/class-settings.php:251
|
3651 |
msgctxt "admin settings"
|
@@ -3747,7 +3886,7 @@ msgstr "Standard neuer Post Status"
|
|
3747 |
#: core/class-settings.php:299 core/class-settings.php:302
|
3748 |
msgctxt "post status"
|
3749 |
msgid "Published"
|
3750 |
-
msgstr ""
|
3751 |
|
3752 |
#: core/class-settings.php:299 core/class-settings.php:302
|
3753 |
msgctxt "post status"
|
@@ -3762,7 +3901,7 @@ msgstr "Post Status Bearbeiten"
|
|
3762 |
#: core/class-settings.php:303
|
3763 |
msgctxt "admin settings"
|
3764 |
msgid "Order categories list by"
|
3765 |
-
msgstr "
|
3766 |
|
3767 |
#: core/class-settings.php:305
|
3768 |
msgctxt "admin settings"
|
@@ -3946,12 +4085,13 @@ msgstr ""
|
|
3946 |
#: core/class-settings.php:371
|
3947 |
msgctxt "admin settings"
|
3948 |
msgid "Try listing's email field first, then author's email."
|
3949 |
-
msgstr ""
|
3950 |
|
3951 |
#: core/class-settings.php:372
|
3952 |
msgctxt "admin settings"
|
3953 |
msgid "Try author's email first and then listing's email field."
|
3954 |
msgstr ""
|
|
|
3955 |
|
3956 |
#: core/class-settings.php:376
|
3957 |
msgctxt "admin settings"
|
@@ -3966,7 +4106,7 @@ msgstr "Administrator per E-mail informieren wenn... "
|
|
3966 |
#: core/class-settings.php:383
|
3967 |
msgctxt "admin settings"
|
3968 |
msgid "A new listing is submitted."
|
3969 |
-
msgstr "Ein neuer Eintrag wurde
|
3970 |
|
3971 |
#: core/class-settings.php:384
|
3972 |
msgctxt "admin settings"
|
@@ -3976,12 +4116,12 @@ msgstr "Ein Eintrag wurde bearbeitet."
|
|
3976 |
#: core/class-settings.php:385
|
3977 |
msgctxt "admin settings"
|
3978 |
msgid "A listing expires."
|
3979 |
-
msgstr "Ein Eintrag
|
3980 |
|
3981 |
#: core/class-settings.php:386
|
3982 |
msgctxt "admin settings"
|
3983 |
msgid "A contact message is sent to a listing's owner."
|
3984 |
-
msgstr "Eine Nachricht wurde an
|
3985 |
|
3986 |
#: core/class-settings.php:392
|
3987 |
msgctxt "admin settings"
|
@@ -4085,7 +4225,7 @@ msgstr "Eintrags URL"
|
|
4085 |
#: core/class-settings.php:440
|
4086 |
msgctxt "admin settings"
|
4087 |
msgid "Listing Contact Message"
|
4088 |
-
msgstr "Eintrag
|
4089 |
|
4090 |
#: core/class-settings.php:444
|
4091 |
msgctxt "admin settings"
|
@@ -4431,22 +4571,22 @@ msgstr "Währungssymbol"
|
|
4431 |
#: core/class-settings.php:608
|
4432 |
msgctxt "admin settings"
|
4433 |
msgid "Currency symbol display"
|
4434 |
-
msgstr "Währungssymbol"
|
4435 |
|
4436 |
#: core/class-settings.php:612
|
4437 |
msgctxt "admin settings"
|
4438 |
msgid "Show currency symbol on the left"
|
4439 |
-
msgstr "Währungssymbol"
|
4440 |
|
4441 |
#: core/class-settings.php:613
|
4442 |
msgctxt "admin settings"
|
4443 |
msgid "Show currency symbol on the right"
|
4444 |
-
msgstr "Währungssymbol"
|
4445 |
|
4446 |
#: core/class-settings.php:614
|
4447 |
msgctxt "admin settings"
|
4448 |
msgid "Do not show currency symbol"
|
4449 |
-
msgstr "Währungssymbol"
|
4450 |
|
4451 |
#: core/class-settings.php:616
|
4452 |
msgctxt "admin settings"
|
@@ -4603,7 +4743,7 @@ msgstr "Thumbnailbreite"
|
|
4603 |
#: core/class-settings.php:681
|
4604 |
msgctxt "admin settings"
|
4605 |
msgid "Crop thumbnails to exact dimensions?"
|
4606 |
-
msgstr ""
|
4607 |
|
4608 |
#: core/class-settings.php:684
|
4609 |
msgctxt "admin settings"
|
@@ -4613,6 +4753,12 @@ msgid ""
|
|
4613 |
"match the specified width and their height will be adjusted proportionally. "
|
4614 |
"Depending on the uploaded images, thumbnails may have different heights."
|
4615 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
4616 |
|
4617 |
#: core/class-settings.php:690
|
4618 |
msgctxt "admin settings"
|
@@ -4642,7 +4788,7 @@ msgstr "Thumbnail auf der Eintragshauptseite anzeigen?"
|
|
4642 |
#: core/class-settings.php:728
|
4643 |
msgctxt "admin settings"
|
4644 |
msgid "User"
|
4645 |
-
msgstr ""
|
4646 |
|
4647 |
#: core/class-settings.php:729
|
4648 |
msgctxt "admin settings"
|
@@ -4778,7 +4924,7 @@ msgstr "Einträge"
|
|
4778 |
#: core/class-wpbdp.php:32
|
4779 |
msgctxt "listing"
|
4780 |
msgid "Add New Listing"
|
4781 |
-
msgstr "
|
4782 |
|
4783 |
#: core/class-wpbdp.php:33
|
4784 |
msgctxt "post type"
|
@@ -4787,11 +4933,11 @@ msgstr "Neuen Eintrag erstellen"
|
|
4787 |
|
4788 |
#: core/class-wpbdp.php:34
|
4789 |
msgid "Edit Listing"
|
4790 |
-
msgstr "Eintrag
|
4791 |
|
4792 |
#: core/class-wpbdp.php:35
|
4793 |
msgid "New Listing"
|
4794 |
-
msgstr "Neuer
|
4795 |
|
4796 |
#: core/class-wpbdp.php:36
|
4797 |
msgid "View Listing"
|
@@ -4811,31 +4957,31 @@ msgstr "Keine Einträge im Papierkorb gefunden"
|
|
4811 |
|
4812 |
#: core/class-wpbdp.php:55
|
4813 |
msgid "Directory Categories"
|
4814 |
-
msgstr "
|
4815 |
|
4816 |
#: core/class-wpbdp.php:56
|
4817 |
msgid "Directory Category"
|
4818 |
-
msgstr "Verzeichnis
|
4819 |
|
4820 |
#: core/class-wpbdp.php:67
|
4821 |
msgid "Directory Tags"
|
4822 |
-
msgstr "
|
4823 |
|
4824 |
#: core/class-wpbdp.php:68
|
4825 |
msgid "Directory Tag"
|
4826 |
-
msgstr "Verzeichnis"
|
4827 |
|
4828 |
-
#: core/compatibility/class-navxt-integration.php:
|
4829 |
msgctxt "navxt"
|
4830 |
msgid "Submit Listing"
|
4831 |
-
msgstr "Eintrag
|
4832 |
|
4833 |
-
#: core/compatibility/class-navxt-integration.php:
|
4834 |
msgctxt "navxt"
|
4835 |
msgid "Edit Listing"
|
4836 |
msgstr "Eintrag Bearbeiten"
|
4837 |
|
4838 |
-
#: core/compatibility/class-navxt-integration.php:
|
4839 |
msgctxt "navxt"
|
4840 |
msgid "Search"
|
4841 |
msgstr "Suche"
|
@@ -4847,7 +4993,7 @@ msgstr "Kontrollkästchen"
|
|
4847 |
|
4848 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
4849 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
4850 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4851 |
msgctxt "form-fields admin"
|
4852 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4853 |
msgstr ""
|
@@ -4855,7 +5001,7 @@ msgstr ""
|
|
4855 |
|
4856 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
4857 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
4858 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4859 |
msgctxt "form-fields admin"
|
4860 |
msgid "Field list of options is required."
|
4861 |
msgstr "Feldliste von Optionen wird benötigt."
|
@@ -4907,7 +5053,7 @@ msgstr "Soziale Seite (LinkedIn)"
|
|
4907 |
#: core/fieldtypes/class-fieldtypes-linkedin.php:21
|
4908 |
msgctxt "form-fields api"
|
4909 |
msgid "You can add your Company ID or profile URL here."
|
4910 |
-
msgstr ""
|
4911 |
|
4912 |
#: core/fieldtypes/class-fieldtypes-multiselect.php:6
|
4913 |
msgctxt "form-fields api"
|
@@ -4922,14 +5068,14 @@ msgstr "Mehrfachauswahlliste"
|
|
4922 |
#: core/fieldtypes/class-fieldtypes-multiselect.php:25
|
4923 |
msgctxt "form-fields-admin"
|
4924 |
msgid "Number of options visible without scrolling"
|
4925 |
-
msgstr ""
|
4926 |
|
4927 |
#: core/fieldtypes/class-fieldtypes-multiselect.php:26
|
4928 |
msgctxt "form-fields-admin"
|
4929 |
msgid ""
|
4930 |
"The height of the list will be adjusted to accommodate the specified number "
|
4931 |
"of options."
|
4932 |
-
msgstr ""
|
4933 |
|
4934 |
#: core/fieldtypes/class-fieldtypes-phone-number.php:13
|
4935 |
msgctxt "form fields"
|
@@ -4946,18 +5092,18 @@ msgctxt "form-fields api"
|
|
4946 |
msgid "Select List"
|
4947 |
msgstr "Liste auswählen"
|
4948 |
|
4949 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4950 |
msgctxt "form-fields-api category-select"
|
4951 |
msgid "-- Choose Terms --"
|
4952 |
msgstr "-- Bedingungen auswählen --"
|
4953 |
|
4954 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4955 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4956 |
msgctxt "form-fields-api category-select"
|
4957 |
msgid "-- Choose One --"
|
4958 |
msgstr "-- Auswählen --"
|
4959 |
|
4960 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4961 |
msgctxt "form-fields admin"
|
4962 |
msgid "Allow empty selection on search?"
|
4963 |
msgstr "Erlaube leere Auswahl bei Suche?"
|
@@ -4975,7 +5121,7 @@ msgstr "Erlaube HTML Eingaben für dieses Feld?"
|
|
4975 |
#: core/fieldtypes/class-fieldtypes-textarea.php:53
|
4976 |
msgctxt "form-fields admin"
|
4977 |
msgid "Allow IFRAME tags in content?"
|
4978 |
-
msgstr ""
|
4979 |
|
4980 |
#: core/fieldtypes/class-fieldtypes-textarea.php:56
|
4981 |
msgctxt "admin form-fields"
|
@@ -4990,12 +5136,12 @@ msgstr ""
|
|
4990 |
#: core/fieldtypes/class-fieldtypes-textarea.php:57
|
4991 |
msgctxt "form-fields admin"
|
4992 |
msgid "No"
|
4993 |
-
msgstr ""
|
4994 |
|
4995 |
#: core/fieldtypes/class-fieldtypes-textarea.php:58
|
4996 |
msgctxt "form-fields admin"
|
4997 |
msgid "Yes"
|
4998 |
-
msgstr ""
|
4999 |
|
5000 |
#: core/fieldtypes/class-fieldtypes-textarea.php:63
|
5001 |
msgctxt "form-fields admin"
|
@@ -5005,7 +5151,7 @@ msgstr "Erlaube Wordpress Shortcodes in diesem Feld?"
|
|
5005 |
#: core/fieldtypes/class-fieldtypes-textarea.php:66
|
5006 |
msgctxt "form-fields admin"
|
5007 |
msgid "Display a WYSIWYG editor on the frontend?"
|
5008 |
-
msgstr ""
|
5009 |
|
5010 |
#: core/fieldtypes/class-fieldtypes-textarea.php:69
|
5011 |
msgctxt "form-fields admin"
|
@@ -5017,7 +5163,7 @@ msgstr ""
|
|
5017 |
#: core/fieldtypes/class-fieldtypes-textarea.php:70
|
5018 |
msgctxt "form-fields admin"
|
5019 |
msgid "Allow images in WYSIWYG editor?"
|
5020 |
-
msgstr ""
|
5021 |
|
5022 |
#: core/fieldtypes/class-fieldtypes-textarea.php:73
|
5023 |
msgctxt "form-fields admin"
|
@@ -5036,7 +5182,7 @@ msgstr "\"the_content\" Filter zuweisen bevor das Feld angezeigt wird?"
|
|
5036 |
#: core/fieldtypes/class-fieldtypes-textarea.php:79
|
5037 |
msgctxt "form-fields admin"
|
5038 |
msgid "Automatically generate excerpt from content field?"
|
5039 |
-
msgstr ""
|
5040 |
|
5041 |
#: core/fieldtypes/class-fieldtypes-textfield.php:5
|
5042 |
msgctxt "form-fields api"
|
@@ -5151,11 +5297,11 @@ msgstr "Geschäftliche Tags "
|
|
5151 |
|
5152 |
#: core/form-fields.php:336
|
5153 |
msgid "Business Address"
|
5154 |
-
msgstr "
|
5155 |
|
5156 |
#: core/form-fields.php:338
|
5157 |
msgid "ZIP Code"
|
5158 |
-
msgstr ""
|
5159 |
|
5160 |
#: core/form-fields.php:458
|
5161 |
msgctxt "form-fields-api"
|
@@ -5257,6 +5403,8 @@ msgid ""
|
|
5257 |
"The payment gateway didn't accept your credit card or billing information. "
|
5258 |
"The following reason was given: \"%s\"."
|
5259 |
msgstr ""
|
|
|
|
|
5260 |
|
5261 |
#: core/gateways-authorize-net.php:96
|
5262 |
msgctxt "authorize-net"
|
@@ -5264,16 +5412,18 @@ msgid ""
|
|
5264 |
"Your payment is being held for review by the payment gateway. The following "
|
5265 |
"reason was given: \"%s\"."
|
5266 |
msgstr ""
|
|
|
|
|
5267 |
|
5268 |
#: core/gateways-authorize-net.php:99 core/gateways-authorize-net.php:122
|
5269 |
msgctxt "authorize-net"
|
5270 |
msgid "Payment was rejected. The following reason was given: \"%s\"."
|
5271 |
-
msgstr ""
|
5272 |
|
5273 |
#: core/gateways-authorize-net.php:116
|
5274 |
msgctxt "authorize-net"
|
5275 |
msgid "Setup fee"
|
5276 |
-
msgstr "
|
5277 |
|
5278 |
#: core/gateways-authorize-net.php:175
|
5279 |
msgctxt "authorize-net"
|
@@ -5328,7 +5478,7 @@ msgstr "Eintragskategorie \"%s\" existiert nicht"
|
|
5328 |
#: core/helpers/class-themes-updater.php:128
|
5329 |
msgctxt "themes"
|
5330 |
msgid "Updating theme..."
|
5331 |
-
msgstr ""
|
5332 |
|
5333 |
#: core/helpers/class-themes-updater.php:129
|
5334 |
msgctxt "themes"
|
@@ -5338,7 +5488,7 @@ msgstr "Preis aktualisiert."
|
|
5338 |
#: core/helpers/class-themes-updater.php:131
|
5339 |
msgctxt "themes"
|
5340 |
msgid "New version available (<b>%s</b>). <a>Update now.</a>"
|
5341 |
-
msgstr ""
|
5342 |
|
5343 |
#: core/helpers/class-themes-updater.php:159
|
5344 |
msgctxt "themes"
|
@@ -5346,8 +5496,9 @@ msgid "Could not update theme: %s"
|
|
5346 |
msgstr "Konnte Lizenz nicht deaktivieren: %s"
|
5347 |
|
5348 |
#: core/helpers/class-themes-updater.php:165
|
|
|
5349 |
msgctxt "themes"
|
5350 |
-
msgid "Theme was updated
|
5351 |
msgstr "Der Import wurde erfolgreich abgeschlossen."
|
5352 |
|
5353 |
#: core/installer.php:43
|
@@ -5358,7 +5509,7 @@ msgstr "Allgemein"
|
|
5358 |
#: core/installer.php:51
|
5359 |
msgctxt "installer"
|
5360 |
msgid "Default Fee"
|
5361 |
-
msgstr "Preis
|
5362 |
|
5363 |
#: core/installer.php:502
|
5364 |
msgctxt "installer"
|
@@ -5374,7 +5525,7 @@ msgstr ""
|
|
5374 |
#: core/installer.php:568
|
5375 |
msgctxt "installer"
|
5376 |
msgid "Cleaning up listing fees information... %d/%d"
|
5377 |
-
msgstr "
|
5378 |
|
5379 |
#: core/installer.php:618
|
5380 |
msgctxt "installer"
|
@@ -5452,9 +5603,10 @@ msgid "Pause Upgrade"
|
|
5452 |
msgstr "Aktualisierung pausieren"
|
5453 |
|
5454 |
#: core/installer.php:1110
|
|
|
5455 |
msgctxt "manual-upgrade"
|
5456 |
msgid ""
|
5457 |
-
"The upgrade was
|
5458 |
"available."
|
5459 |
msgstr ""
|
5460 |
"Die Aktualisierung wurde erfolgreich durchgeführt. Branchenverzeichnis "
|
@@ -5474,10 +5626,12 @@ msgid ""
|
|
5474 |
"Business Directory installation failed. An exception with following message "
|
5475 |
"was generated:"
|
5476 |
msgstr ""
|
|
|
|
|
5477 |
|
5478 |
#: core/installer.php:1155
|
5479 |
msgid "Please <contact-link>contact customer support</a>."
|
5480 |
-
msgstr ""
|
5481 |
|
5482 |
#: core/licensing.php:42 core/licensing.php:64 core/licensing.php:65
|
5483 |
msgctxt "settings"
|
@@ -5615,6 +5769,10 @@ msgid ""
|
|
5615 |
"able to post listings. Please <a href=\"fees\">create some fees</a> or <a "
|
5616 |
"href=\"settings\">configure the Directory</a> to operate in \"Free Mode\"."
|
5617 |
msgstr ""
|
|
|
|
|
|
|
|
|
5618 |
|
5619 |
#: core/payment.php:169
|
5620 |
msgctxt "payments-api"
|
@@ -5687,12 +5845,12 @@ msgstr "Die Bezahlung wurde auf Ihren Wunsch abgebrochen."
|
|
5687 |
#: core/payment.php:538
|
5688 |
msgctxt "admin"
|
5689 |
msgid "Pending Abandonment"
|
5690 |
-
msgstr "Ausstehende
|
5691 |
|
5692 |
#: core/payment.php:543
|
5693 |
msgctxt "admin"
|
5694 |
msgid "Abandoned"
|
5695 |
-
msgstr ""
|
5696 |
|
5697 |
#: core/templates/listing-sticky-tag.tpl.php:3
|
5698 |
#: core/templates/listing-sticky-tag.tpl.php:4 core/templates-listings.php:55
|
@@ -5755,39 +5913,39 @@ msgctxt "templates"
|
|
5755 |
msgid "No listing categories found."
|
5756 |
msgstr "Keine Eintragskategorie gefunden."
|
5757 |
|
5758 |
-
#: core/templates-ui.php:
|
5759 |
msgid "Directory"
|
5760 |
msgstr "Verzeichnis"
|
5761 |
|
5762 |
-
#: core/templates-ui.php:
|
5763 |
msgid "View All Listings"
|
5764 |
msgstr "Alle Einträge anschauen"
|
5765 |
|
5766 |
-
#: core/templates-ui.php:
|
5767 |
msgid "Create A Listing"
|
5768 |
-
msgstr "
|
5769 |
|
5770 |
-
#: core/templates-ui.php:
|
5771 |
msgctxt "templates"
|
5772 |
msgid "Search Listings"
|
5773 |
msgstr "Eintrag suchen"
|
5774 |
|
5775 |
-
#: core/templates-ui.php:
|
5776 |
msgctxt "templates"
|
5777 |
msgid "Advanced Search"
|
5778 |
msgstr "Erweiterte Suche"
|
5779 |
|
5780 |
-
#: core/templates-ui.php:
|
5781 |
msgctxt "templates sort"
|
5782 |
msgid "Sort By:"
|
5783 |
msgstr "Sortieren nach"
|
5784 |
|
5785 |
-
#: core/templates-ui.php:
|
5786 |
msgctxt "sort"
|
5787 |
msgid "Reset"
|
5788 |
msgstr "Zurücksetzen"
|
5789 |
|
5790 |
-
#: core/templates-ui.php:
|
5791 |
msgctxt "sort"
|
5792 |
msgid "(Reset)"
|
5793 |
msgstr "Zurücksetzen"
|
@@ -5848,22 +6006,26 @@ msgstr "Hochgeladene Datei ist kein Bild."
|
|
5848 |
#: core/utils.php:223
|
5849 |
msgctxt "utils"
|
5850 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
5851 |
-
msgstr "
|
5852 |
|
5853 |
#: core/utils.php:229
|
5854 |
msgctxt "utils"
|
5855 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
5856 |
-
msgstr "
|
|
|
5857 |
|
5858 |
#: core/utils.php:235
|
5859 |
msgctxt "utils"
|
5860 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
5861 |
msgstr ""
|
|
|
|
|
5862 |
|
5863 |
#: core/utils.php:241
|
5864 |
msgctxt "utils"
|
5865 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
5866 |
msgstr ""
|
|
|
5867 |
|
5868 |
#: core/utils.php:255
|
5869 |
msgctxt "utils"
|
@@ -5915,42 +6077,74 @@ msgstr ""
|
|
5915 |
"Du bist als Administrator eingeloggt. Alle Bezahlungsschritte werden "
|
5916 |
"übersprungen."
|
5917 |
|
5918 |
-
#: core/view-submit-listing.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5919 |
msgctxt "templates"
|
5920 |
msgid "Please select a fee option for the \"%s\" category."
|
5921 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
5922 |
|
5923 |
-
#: core/view-submit-listing.php:
|
5924 |
msgctxt "templates"
|
5925 |
msgid "Please agree to the Terms and Conditions."
|
5926 |
msgstr "Bitte akzeptieren Sie die Allgemeinen Geschäftsbedingungen."
|
5927 |
|
5928 |
-
#: core/view-submit-listing.php:
|
5929 |
msgctxt "templates"
|
5930 |
msgid "The reCAPTCHA wasn't entered correctly."
|
5931 |
msgstr "Das reCAPTCHA wurde nicht korrekt eingegeben."
|
5932 |
|
5933 |
-
#: core/view-submit-listing.php:
|
5934 |
msgctxt "templates"
|
5935 |
msgid "Read our Terms and Conditions"
|
5936 |
msgstr "Lesen Sie unsere AGBs."
|
5937 |
|
5938 |
-
#: core/view-submit-listing.php:
|
5939 |
msgctxt "templates"
|
5940 |
msgid "Terms and Conditions:"
|
5941 |
msgstr "AGBs:"
|
5942 |
|
5943 |
-
#: core/view-submit-listing.php:
|
5944 |
msgctxt "templates"
|
5945 |
msgid "I agree to the Terms and Conditions"
|
5946 |
msgstr "Ich akzeptiere die AGBs"
|
5947 |
|
5948 |
-
#: core/view-submit-listing.php:
|
5949 |
msgctxt "submit"
|
5950 |
msgid "Listing upgrade to featured"
|
5951 |
msgstr "Eintrag erneuert auf Hervorgehoben"
|
5952 |
|
5953 |
-
#: core/view-submit-listing.php:
|
5954 |
msgctxt "submit_state"
|
5955 |
msgid "Invalid submit state."
|
5956 |
msgstr "Ungültiger Zustand beim Einsenden."
|
@@ -5995,8 +6189,9 @@ msgid "← Return to Directory."
|
|
5995 |
msgstr "← Zurück zum Verzeichnis."
|
5996 |
|
5997 |
#: core/views/checkout.php:130
|
|
|
5998 |
msgctxt "checkout"
|
5999 |
-
msgid "Your payment was received
|
6000 |
msgstr "Deine Zahlung wurde erfolgreich durchgeführt."
|
6001 |
|
6002 |
#: core/views/checkout.php:137
|
@@ -6049,12 +6244,12 @@ msgstr ""
|
|
6049 |
#: core/views/listing_contact.php:113
|
6050 |
msgctxt "templates"
|
6051 |
msgid "Contact listing owner"
|
6052 |
-
msgstr "Nachricht an
|
6053 |
|
6054 |
#: core/views/listing_contact.php:117
|
6055 |
msgctxt "templates"
|
6056 |
msgid "Send Message to listing owner"
|
6057 |
-
msgstr "Nachricht an
|
6058 |
|
6059 |
#: core/views/listing_contact.php:163
|
6060 |
msgid "l F j, Y \\a\\t g:i a"
|
@@ -6068,7 +6263,7 @@ msgstr "Dein Eintrag wurde gelöscht."
|
|
6068 |
#: core/views/listing_contact.php:178
|
6069 |
msgctxt "contact-message"
|
6070 |
msgid "%s (admin: %s)"
|
6071 |
-
msgstr ""
|
6072 |
|
6073 |
#: core/views/listing_contact.php:191
|
6074 |
msgctxt "contact-message"
|
@@ -6131,7 +6326,7 @@ msgstr "← Zurück zu meinem Eintrag."
|
|
6131 |
#: core/views/manage_recurring.php:103
|
6132 |
msgctxt "manage subscriptions"
|
6133 |
msgid "Subscription canceled."
|
6134 |
-
msgstr "Abonnement /
|
6135 |
|
6136 |
#: core/views/renew_listing.php:13
|
6137 |
msgctxt "renewal"
|
@@ -6159,17 +6354,17 @@ msgctxt "listings"
|
|
6159 |
msgid "Fee \"%s\" renewal for category \"%s\""
|
6160 |
msgstr "Preis \"%s\" Erneuerung für Kategorie \"%s\""
|
6161 |
|
6162 |
-
#: core/views/renew_listing.php:
|
6163 |
msgctxt "renewal"
|
6164 |
msgid "Invalid renewal state."
|
6165 |
msgstr "Ungültiger Erneuerungszustand."
|
6166 |
|
6167 |
-
#: core/views/renew_listing.php:
|
6168 |
msgctxt "templates"
|
6169 |
msgid "Recurring Fee Management"
|
6170 |
msgstr "Wiederholte Preise verwalten"
|
6171 |
|
6172 |
-
#: core/views/renew_listing.php:
|
6173 |
msgctxt "renew"
|
6174 |
msgid ""
|
6175 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
@@ -6178,22 +6373,22 @@ msgstr ""
|
|
6178 |
"Weil sie sich im bezahlten Modus befinden müssen sie ihre Einträge nicht "
|
6179 |
"erneuern. Dies wird automatisch durchgeführt."
|
6180 |
|
6181 |
-
#: core/views/renew_listing.php:
|
6182 |
msgctxt "renewal"
|
6183 |
msgid "Current Fee Details"
|
6184 |
msgstr "Aktuelle Preisdetails"
|
6185 |
|
6186 |
-
#: core/views/renew_listing.php:
|
6187 |
msgctxt "renewal"
|
6188 |
msgid "Number of images:"
|
6189 |
msgstr "Anzahl der Bilder:"
|
6190 |
|
6191 |
-
#: core/views/renew_listing.php:
|
6192 |
msgctxt "renewal"
|
6193 |
msgid "Expiration date:"
|
6194 |
msgstr "Ablaufdatum:"
|
6195 |
|
6196 |
-
#: core/views/renew_listing.php:
|
6197 |
msgctxt "renew"
|
6198 |
msgid ""
|
6199 |
"However, if you want to cancel your subscription you can do that on this "
|
@@ -6229,18 +6424,27 @@ msgid ""
|
|
6229 |
"An error occurred while sending the access keys to your e-mail address. "
|
6230 |
"Please try again."
|
6231 |
msgstr ""
|
|
|
|
|
6232 |
|
6233 |
#: core/views/search.php:8
|
6234 |
msgctxt "views"
|
6235 |
msgid "Find A Listing"
|
6236 |
msgstr "Eintrag finden"
|
6237 |
|
|
|
|
|
|
|
|
|
|
|
6238 |
#: core/views/submit_listing.php:16
|
6239 |
msgctxt "templates"
|
6240 |
msgid ""
|
6241 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
6242 |
"Submission?\" setting checked?"
|
6243 |
msgstr ""
|
|
|
|
|
6244 |
|
6245 |
#: core/views/submit_listing.php:18
|
6246 |
msgctxt "templates"
|
@@ -6363,62 +6567,62 @@ msgstr "Suche"
|
|
6363 |
#: templates/billing-information-form.tpl.php:4
|
6364 |
msgctxt "months"
|
6365 |
msgid "Jan"
|
6366 |
-
msgstr ""
|
6367 |
|
6368 |
#: templates/billing-information-form.tpl.php:5
|
6369 |
msgctxt "months"
|
6370 |
msgid "Feb"
|
6371 |
-
msgstr "
|
6372 |
|
6373 |
#: templates/billing-information-form.tpl.php:6
|
6374 |
msgctxt "months"
|
6375 |
msgid "Mar"
|
6376 |
-
msgstr "
|
6377 |
|
6378 |
#: templates/billing-information-form.tpl.php:7
|
6379 |
msgctxt "months"
|
6380 |
msgid "Apr"
|
6381 |
-
msgstr ""
|
6382 |
|
6383 |
#: templates/billing-information-form.tpl.php:8
|
6384 |
msgctxt "months"
|
6385 |
msgid "May"
|
6386 |
-
msgstr "
|
6387 |
|
6388 |
#: templates/billing-information-form.tpl.php:9
|
6389 |
msgctxt "months"
|
6390 |
msgid "Jun"
|
6391 |
-
msgstr ""
|
6392 |
|
6393 |
#: templates/billing-information-form.tpl.php:10
|
6394 |
msgctxt "months"
|
6395 |
msgid "Jul"
|
6396 |
-
msgstr ""
|
6397 |
|
6398 |
#: templates/billing-information-form.tpl.php:11
|
6399 |
msgctxt "months"
|
6400 |
msgid "Aug"
|
6401 |
-
msgstr ""
|
6402 |
|
6403 |
#: templates/billing-information-form.tpl.php:12
|
6404 |
msgctxt "months"
|
6405 |
msgid "Sep"
|
6406 |
-
msgstr ""
|
6407 |
|
6408 |
#: templates/billing-information-form.tpl.php:13
|
6409 |
msgctxt "months"
|
6410 |
msgid "Oct"
|
6411 |
-
msgstr ""
|
6412 |
|
6413 |
#: templates/billing-information-form.tpl.php:14
|
6414 |
msgctxt "months"
|
6415 |
msgid "Nov"
|
6416 |
-
msgstr ""
|
6417 |
|
6418 |
#: templates/billing-information-form.tpl.php:15
|
6419 |
msgctxt "months"
|
6420 |
msgid "Dec"
|
6421 |
-
msgstr ""
|
6422 |
|
6423 |
#: templates/billing-information-form.tpl.php:30
|
6424 |
msgctxt "checkout form"
|
@@ -6448,7 +6652,7 @@ msgstr "Name:"
|
|
6448 |
#: templates/billing-information-form.tpl.php:60
|
6449 |
msgctxt "checkout form"
|
6450 |
msgid "Card Number:"
|
6451 |
-
msgstr ""
|
6452 |
|
6453 |
#: templates/billing-information-form.tpl.php:68
|
6454 |
msgctxt "checkout form"
|
@@ -6458,17 +6662,17 @@ msgstr "Ablaufdatum:"
|
|
6458 |
#: templates/billing-information-form.tpl.php:88
|
6459 |
msgctxt "checkout form"
|
6460 |
msgid "CVC:"
|
6461 |
-
msgstr ""
|
6462 |
|
6463 |
#: templates/billing-information-form.tpl.php:98
|
6464 |
msgctxt "checkout form"
|
6465 |
msgid "Billing Address"
|
6466 |
-
msgstr "
|
6467 |
|
6468 |
#: templates/billing-information-form.tpl.php:103
|
6469 |
msgctxt "checkout form"
|
6470 |
msgid "Country:"
|
6471 |
-
msgstr ""
|
6472 |
|
6473 |
#: templates/billing-information-form.tpl.php:111
|
6474 |
msgctxt "checkout form"
|
@@ -6478,22 +6682,22 @@ msgstr "Status"
|
|
6478 |
#: templates/billing-information-form.tpl.php:119
|
6479 |
msgctxt "checkout form"
|
6480 |
msgid "City:"
|
6481 |
-
msgstr ""
|
6482 |
|
6483 |
#: templates/billing-information-form.tpl.php:127
|
6484 |
msgctxt "checkout form"
|
6485 |
msgid "Address Line 1:"
|
6486 |
-
msgstr "
|
6487 |
|
6488 |
#: templates/billing-information-form.tpl.php:135
|
6489 |
msgctxt "checkout form"
|
6490 |
msgid "Address Line 2:"
|
6491 |
-
msgstr "
|
6492 |
|
6493 |
#: templates/billing-information-form.tpl.php:143
|
6494 |
msgctxt "checkout form"
|
6495 |
msgid "ZIP Code:"
|
6496 |
-
msgstr ""
|
6497 |
|
6498 |
#: templates/billing-information-form.tpl.php:151
|
6499 |
msgctxt "checkout form"
|
@@ -6622,6 +6826,8 @@ msgid ""
|
|
6622 |
"Below you'll find the access keys for all the listings registered with your "
|
6623 |
"e-mail address on our site."
|
6624 |
msgstr ""
|
|
|
|
|
6625 |
|
6626 |
#: templates/email-access-keys.tpl.php:5
|
6627 |
msgctxt "request_access_keys"
|
@@ -6760,7 +6966,7 @@ msgstr "\"%s\" Zahlungsarten"
|
|
6760 |
#: templates/parts/category-fee-selection.tpl.php:18
|
6761 |
msgctxt "templates"
|
6762 |
msgid "Fee"
|
6763 |
-
msgstr "
|
6764 |
|
6765 |
#: templates/parts/category-fee-selection.tpl.php:19
|
6766 |
msgctxt "templates"
|
@@ -6775,7 +6981,7 @@ msgstr "Zeitraum"
|
|
6775 |
#: templates/parts/category-fee-selection.tpl.php:21
|
6776 |
msgctxt "templates"
|
6777 |
msgid "Images Allowed"
|
6778 |
-
msgstr "
|
6779 |
|
6780 |
#: templates/parts/category-fee-selection.tpl.php:28
|
6781 |
msgctxt "templates"
|
@@ -6904,7 +7110,7 @@ msgstr ""
|
|
6904 |
#: templates/renew-listing.tpl.php:22
|
6905 |
#: templates/submit-listing/category-selection.tpl.php:8
|
6906 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
6907 |
-
#: templates/submit-listing/images.tpl.php:
|
6908 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
6909 |
msgctxt "templates"
|
6910 |
msgid "Continue"
|
@@ -6928,7 +7134,7 @@ msgstr "Einen Eintrag finden"
|
|
6928 |
#: templates/search-form.tpl.php:17
|
6929 |
msgctxt "search"
|
6930 |
msgid "Clear"
|
6931 |
-
msgstr "
|
6932 |
|
6933 |
#: templates/send-access-keys.tpl.php:5
|
6934 |
msgctxt "send-access-keys"
|
@@ -7006,37 +7212,37 @@ msgctxt "templates"
|
|
7006 |
msgid "Delete Image"
|
7007 |
msgstr "Bild löschen"
|
7008 |
|
7009 |
-
#: templates/submit-listing/images-single.tpl.php:
|
7010 |
msgctxt "templates"
|
7011 |
msgid "Set this image as the listing thumbnail."
|
7012 |
msgstr "Dieses Bild als Eintragsbild setzen."
|
7013 |
|
7014 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7015 |
msgctxt "templates"
|
7016 |
msgid "Upload Images"
|
7017 |
msgstr "Dateien hochladen"
|
7018 |
|
7019 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7020 |
msgctxt "templates"
|
7021 |
msgid "Drop files here"
|
7022 |
msgstr "Dateien hier hinziehen"
|
7023 |
|
7024 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7025 |
msgctxt "templates image upload"
|
7026 |
msgid "or"
|
7027 |
-
msgstr ""
|
7028 |
|
7029 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7030 |
msgctxt "templates"
|
7031 |
msgid "Select images from your hard drive"
|
7032 |
msgstr "Wählen Sie Bilder von Ihrer Festplatte aus"
|
7033 |
|
7034 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7035 |
msgctxt "templates"
|
7036 |
msgid "Uploading %s file(s)... Please wait."
|
7037 |
msgstr "Datei(en) %s hochladen... Bitte warten."
|
7038 |
|
7039 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7040 |
msgctxt "templates"
|
7041 |
msgid ""
|
7042 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
@@ -7046,39 +7252,39 @@ msgstr ""
|
|
7046 |
"Sie haben die maximale Anzahl der kostenlosen Bilder erreicht. Klicken Sie "
|
7047 |
"\"Weiter\" oder auf \"Bild Löschen\" um ein neues Bild hochzuladen."
|
7048 |
|
7049 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7050 |
msgctxt "templates"
|
7051 |
msgid "Image slots available:"
|
7052 |
msgstr "verfügbare Bilder:"
|
7053 |
|
7054 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7055 |
msgctxt "templates"
|
7056 |
msgid "File size:"
|
7057 |
msgstr "Max. Dateigröße:"
|
7058 |
|
7059 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7060 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7061 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7062 |
msgctxt "templates"
|
7063 |
msgid "No limit"
|
7064 |
-
msgstr ""
|
7065 |
|
7066 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7067 |
msgctxt "templates"
|
7068 |
msgid "Image width:"
|
7069 |
msgstr "Bildergröße (in px):"
|
7070 |
|
7071 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7072 |
msgctxt "templates"
|
7073 |
msgid "Image height:"
|
7074 |
msgstr "Bilderhöhe (in px):"
|
7075 |
|
7076 |
-
#: templates/submit-listing/images.tpl.php:
|
7077 |
msgctxt "templates"
|
7078 |
msgid "Listing Images"
|
7079 |
msgstr "Eintrag Bilder"
|
7080 |
|
7081 |
-
#: templates/submit-listing/images.tpl.php:
|
7082 |
msgctxt "templates"
|
7083 |
msgid ""
|
7084 |
"There is an image pending upload. Would you still like to continue without "
|
@@ -7087,7 +7293,12 @@ msgstr ""
|
|
7087 |
"Ein Bild wird gerade hochgeladen. Möchtest du fortfahren ohne das Bild zu "
|
7088 |
"speichern?"
|
7089 |
|
7090 |
-
#: templates/submit-listing/images.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
7091 |
msgctxt "templates"
|
7092 |
msgid "There are no images currently attached to your listing."
|
7093 |
msgstr "Im Moment sind keine Bilder dem Eintrag angehängt."
|
@@ -7105,7 +7316,7 @@ msgstr "* benötigte Felder."
|
|
7105 |
#: themes/default/templates/excerpt_content.tpl.php:13
|
7106 |
msgctxt "themes/default"
|
7107 |
msgid "Address"
|
7108 |
-
msgstr "
|
7109 |
|
7110 |
#. Plugin URI of the plugin/theme
|
7111 |
msgid "http://www.businessdirectoryplugin.com"
|
@@ -7116,6 +7327,8 @@ msgid ""
|
|
7116 |
"Provides the ability to maintain a free or paid business directory on your "
|
7117 |
"WordPress powered site."
|
7118 |
msgstr ""
|
|
|
|
|
7119 |
|
7120 |
#. Author of the plugin/theme
|
7121 |
msgid "D. Rodenbaugh"
|
@@ -7125,6 +7338,19 @@ msgstr "D. Rodenbaugh"
|
|
7125 |
msgid "http://businessdirectoryplugin.com"
|
7126 |
msgstr "http://businessdirectoryplugin.com"
|
7127 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7128 |
#~ msgctxt "admin settings"
|
7129 |
#~ msgid ""
|
7130 |
#~ "Allow visitors to discuss listings using the standard WordPress comment "
|
@@ -7204,11 +7430,6 @@ msgstr "http://businessdirectoryplugin.com"
|
|
7204 |
#~ msgid "The directory is temporarily disabled."
|
7205 |
#~ msgstr "Das Verzeichnis wurde temporär deaktiviert."
|
7206 |
|
7207 |
-
#~ msgctxt "preview"
|
7208 |
-
#~ msgid "This is just a preview. The listing has not been published yet."
|
7209 |
-
#~ msgstr ""
|
7210 |
-
#~ "Dies ist nur eine Vorschau. Der Eintrag wurde bisher nicht publiziert."
|
7211 |
-
|
7212 |
#~ msgctxt "templates"
|
7213 |
#~ msgid "Listings tagged: %s"
|
7214 |
#~ msgstr "Getaggte Einträge: %s"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 3.5.4\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
+
"POT-Creation-Date: 2017-04-04 17:28:39+00:00\n"
|
8 |
+
"PO-Revision-Date: 2017-03-29 10:08+0200\n"
|
9 |
+
"Last-Translator: Axel J. Metayer <axel@kfz.net>\n"
|
10 |
"Language-Team: Business Directory Plugin <support@businessdirectoryplugin."
|
11 |
"com>\n"
|
12 |
"Language: de\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
+
"X-Generator: Poedit 1.8.12\n"
|
17 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
|
29 |
"its respective fee) is required in order to determine the features available "
|
30 |
"to this listing, as well as handling renewals."
|
31 |
msgstr ""
|
32 |
+
"Diese Auflistung wurde keiner Kategorie zugewiesen. Mindestens eine "
|
33 |
+
"Kategorie (und die jeweilige Gebühr) ist erforderlich, um die für diese "
|
34 |
+
"Auflistung zur Verfügung stehenden Funktionen sowie die Erneuerung zu "
|
35 |
+
"ermitteln."
|
36 |
|
37 |
#: admin/class-admin-listings.php:138
|
38 |
msgid "Listing Information"
|
125 |
msgid "Renew Listing"
|
126 |
msgstr "Eintrag erneuern"
|
127 |
|
128 |
+
#: admin/class-admin.php:105
|
129 |
msgid ""
|
130 |
"Preview is only available after you've saved the first draft. This is due\n"
|
131 |
"to how WordPress stores the data."
|
132 |
msgstr ""
|
133 |
+
"Vorschau ist nur verfügbar, nachdem Sie den ersten Entwurf gespeichert "
|
134 |
+
"haben.\n"
|
135 |
+
"Dies liegt daran wie WordPress die Daten speichert."
|
136 |
|
137 |
+
#: admin/class-admin.php:138
|
138 |
msgctxt "drip pointer"
|
139 |
msgid ""
|
140 |
"Find out how to create a compelling, thriving business directory from "
|
141 |
"scratch in this ridiculously actionable (and FREE) 5-part email course. Get "
|
142 |
"a FREE premium module just for signing up."
|
143 |
+
msgstr ""
|
144 |
+
"Finden Sie heraus, wie Sie ein überzeugendes, blühendes Geschäftsverzeichnis "
|
145 |
+
"von Grund aufbauen mit diesem einfachen (und kostenlosen) 5-teiligen E-Mail-"
|
146 |
+
"Kurs. Sie erhalten ein kostenloses Premium-Modul nur für die Anmeldung."
|
147 |
|
148 |
+
#: admin/class-admin.php:140
|
149 |
msgctxt "drip pointer"
|
150 |
msgid "Email Address:"
|
151 |
+
msgstr "E-Mail Adresse:"
|
152 |
|
153 |
+
#: admin/class-admin.php:146
|
154 |
msgctxt "drip pointer"
|
155 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
156 |
+
msgstr ""
|
157 |
+
"Möchten Sie mehr über die Geheimnisse eines erfolgreichen Verzeichnisses "
|
158 |
+
"wissen?"
|
159 |
|
160 |
+
#: admin/class-admin.php:148
|
161 |
msgctxt "drip pointer"
|
162 |
msgid "Yes, please!"
|
163 |
msgstr "Ja, bitte!"
|
164 |
|
165 |
+
#: admin/class-admin.php:150
|
166 |
msgctxt "drip pointer"
|
167 |
msgid "No, thanks"
|
168 |
msgstr "Nein, danke"
|
169 |
|
170 |
+
#: admin/class-admin.php:167
|
171 |
msgctxt "admin"
|
172 |
msgid "Business Directory"
|
173 |
msgstr "Branchenverzeichnis"
|
174 |
|
175 |
+
#: admin/class-admin.php:178
|
176 |
msgctxt "admin"
|
177 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
178 |
msgstr ""
|
179 |
"Sie haben alles konfiguriert. Besuchen sie Ihr neues <a>Branchenverzeichnis</"
|
180 |
"a>."
|
181 |
|
182 |
+
#: admin/class-admin.php:199
|
183 |
msgctxt "drip pointer"
|
184 |
msgid "Invalid e-mail address."
|
185 |
msgstr "Ungültiger Erneuerungszustand."
|
186 |
|
187 |
+
#: admin/class-admin.php:233
|
188 |
msgctxt "admin menu"
|
189 |
msgid "Business Directory Admin"
|
190 |
msgstr "Branchenverzeichnis Administration"
|
191 |
|
192 |
+
#: admin/class-admin.php:234
|
193 |
msgctxt "admin menu"
|
194 |
msgid "Dir. Admin"
|
195 |
msgstr "Verzeichnis Administration"
|
196 |
|
197 |
+
#: admin/class-admin.php:234
|
198 |
msgctxt "admin menu"
|
199 |
msgid "Directory Admin"
|
200 |
msgstr "Verzeichnis Administration"
|
201 |
|
202 |
+
#: admin/class-admin.php:240 admin/class-admin.php:241
|
203 |
msgctxt "admin menu"
|
204 |
msgid "Add New Listing"
|
205 |
+
msgstr "Neuer Eintrag"
|
206 |
|
207 |
+
#: admin/class-admin.php:246 admin/class-admin.php:247
|
208 |
msgctxt "admin menu"
|
209 |
msgid "Manage Options"
|
210 |
msgstr "Optionen Verwalten"
|
211 |
|
212 |
+
#: admin/class-admin.php:252 admin/class-admin.php:253
|
213 |
msgctxt "admin menu"
|
214 |
msgid "Manage Fees"
|
215 |
msgstr "Preise Verwalten"
|
216 |
|
217 |
+
#: admin/class-admin.php:258 admin/class-admin.php:259
|
218 |
msgctxt "admin menu"
|
219 |
msgid "Manage Form Fields"
|
220 |
+
msgstr "Felder verwalten"
|
221 |
|
222 |
+
#: admin/class-admin.php:264 admin/class-admin.php:265
|
223 |
msgctxt "admin menu"
|
224 |
msgid "Listings"
|
225 |
msgstr "Einträge"
|
226 |
|
227 |
+
#: admin/class-admin.php:279 admin/class-admin.php:280
|
228 |
msgctxt "admin menu"
|
229 |
msgid "CSV Import"
|
230 |
+
msgstr "CSV Import"
|
231 |
|
232 |
+
#: admin/class-admin.php:285 admin/class-admin.php:286
|
233 |
msgctxt "admin menu"
|
234 |
msgid "CSV Export"
|
235 |
+
msgstr "CVS Export"
|
236 |
|
237 |
+
#: admin/class-admin.php:291 admin/class-admin.php:292
|
238 |
msgctxt "admin menu"
|
239 |
msgid "Debug"
|
240 |
msgstr "Fehlerkorrektur"
|
241 |
|
242 |
+
#: admin/class-admin.php:301
|
243 |
msgctxt "admin menu"
|
244 |
msgid "Main Menu"
|
245 |
msgstr "Hauptmenü"
|
246 |
|
247 |
+
#: admin/class-admin.php:312
|
248 |
msgctxt "admin menu"
|
249 |
msgid "Uninstall Business Directory Plugin"
|
250 |
msgstr "Branchenverzeichnis deinstallieren"
|
251 |
|
252 |
+
#: admin/class-admin.php:313
|
253 |
msgctxt "admin menu"
|
254 |
msgid "Uninstall"
|
255 |
msgstr "Deinstallieren"
|
256 |
|
257 |
+
#: admin/class-admin.php:427
|
258 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
259 |
msgctxt "admin infometabox"
|
260 |
msgid "never"
|
261 |
msgstr "niemals"
|
262 |
|
263 |
+
#: admin/class-admin.php:521
|
264 |
msgctxt "admin"
|
265 |
msgid "Dismiss this notice."
|
266 |
+
msgstr "Diese Nachricht ignorieren."
|
267 |
|
268 |
+
#: admin/class-admin.php:549
|
269 |
msgctxt "admin"
|
270 |
msgid "The listing has been published."
|
271 |
msgid_plural "The listings have been published."
|
272 |
msgstr[0] "Der Eintrag wurde veröffentlicht."
|
273 |
msgstr[1] "Die Einträge wurden veröffentlicht."
|
274 |
|
275 |
+
#: admin/class-admin.php:567
|
276 |
msgctxt "admin"
|
277 |
msgid "The listing status has been set as paid."
|
278 |
msgid_plural "The listings status has been set as paid."
|
279 |
msgstr[0] "Der Status des Eintrags wurde auf bezahlt gesetzt."
|
280 |
msgstr[1] "Der Status der Einträge wurde auf bezahlt gesetzt."
|
281 |
|
282 |
+
#: admin/class-admin.php:573
|
283 |
msgctxt "admin"
|
284 |
msgid ""
|
285 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
289 |
"Only invoices containing non-recurring items were marked as paid. Recurring "
|
290 |
"payments have to be managed through the gateway."
|
291 |
msgstr[0] ""
|
292 |
+
"Nur Rechnungen, die nicht wiederkehrende Posten enthalten, wurden als "
|
293 |
+
"gezahlt markiert. Bitte überprüfen Sie die Registerkarte <a>Transaktionen</"
|
294 |
+
"a> für die Auflistung, um wiederkehrende Elemente zu verwalten oder das "
|
295 |
+
"Backend des Gateways zu überprüfen."
|
296 |
msgstr[1] ""
|
297 |
+
"Nur Rechnungen, die nicht wiederkehrende Posten enthalten, wurden als "
|
298 |
+
"gezahlt markiert. Wiederkehrende Zahlungen müssen über das Gateway verwaltet "
|
299 |
+
"werden."
|
300 |
|
301 |
+
#: admin/class-admin.php:592
|
302 |
msgctxt "admin"
|
303 |
msgid "The listing has been modified."
|
304 |
msgid_plural "The listings have been modified."
|
305 |
msgstr[0] "Der Eintrag wurde verändert."
|
306 |
msgstr[1] "Die Einträge wurden verändert."
|
307 |
|
308 |
+
#: admin/class-admin.php:605
|
309 |
msgctxt "admin"
|
310 |
msgid "The listing has been upgraded."
|
311 |
msgid_plural "The listings have been upgraded."
|
312 |
msgstr[0] "Der Eintrag wurde aktualisiert"
|
313 |
msgstr[1] "Die Einträge wurden aktualisiert."
|
314 |
|
315 |
+
#: admin/class-admin.php:617
|
316 |
msgctxt "admin"
|
317 |
msgid "The listing has been downgraded."
|
318 |
msgid_plural "The listings have been downgraded."
|
319 |
msgstr[0] "Der Eintrag wurde zurück gesetzt."
|
320 |
msgstr[1] "Die Einträge wurden zurück gesetzt."
|
321 |
|
322 |
+
#: admin/class-admin.php:628
|
323 |
msgctxt "admin payments"
|
324 |
msgid ""
|
325 |
"The payment status was not changed. Recurring payments can't be manually "
|
326 |
"approved. Please check your gateway's backend to see if the payment really "
|
327 |
"went through."
|
328 |
msgstr ""
|
329 |
+
"Der Zahlungsstatus wurde nicht geändert. Wiederkehrende Zahlungen können "
|
330 |
+
"nicht manuell genehmigt werden. Bitte überprüfen Sie das Backend Ihres "
|
331 |
+
"Gateways, um zu sehen, ob die Zahlung wirklich durchgegangen ist."
|
332 |
|
333 |
+
#: admin/class-admin.php:633
|
334 |
msgctxt "admin"
|
335 |
msgid "The transaction has been approved."
|
336 |
msgstr "Die Transaktion wurde genehmigt."
|
337 |
|
338 |
+
#: admin/class-admin.php:643
|
339 |
msgctxt "admin"
|
340 |
msgid "The transaction has been rejected."
|
341 |
msgstr "Die Transaktion wurde abgelehnt."
|
342 |
|
343 |
+
#: admin/class-admin.php:649
|
344 |
msgctxt "admin"
|
345 |
msgid "The fee was successfully assigned."
|
346 |
msgstr "Der Preis wurde erfolgreich zugewiesen."
|
347 |
|
348 |
+
#: admin/class-admin.php:658
|
349 |
msgctxt "admin"
|
350 |
msgid "Listing was renewed."
|
351 |
msgid_plural "Listings were renewed."
|
352 |
msgstr[0] "Eintrag wurde aktualisiert."
|
353 |
msgstr[1] "Einträge wurden aktualisiert."
|
354 |
|
355 |
+
#: admin/class-admin.php:665
|
356 |
msgctxt "admin"
|
357 |
msgid "Renewal email sent."
|
358 |
msgstr "E-mail erneut senden."
|
359 |
|
360 |
+
#: admin/class-admin.php:720
|
361 |
msgctxt "admin category id"
|
362 |
msgid "ID"
|
363 |
msgstr "ID"
|
364 |
|
365 |
+
#: admin/class-admin.php:722 admin/class-admin.php:728
|
366 |
msgctxt "admin"
|
367 |
msgid "Listing Count"
|
368 |
+
msgstr "Anzahl Einträge"
|
369 |
|
370 |
+
#: admin/class-admin.php:837
|
371 |
msgctxt "admin"
|
372 |
msgid ""
|
373 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
376 |
"<b>Branchenverzeichnis Erweiterung</b> benötigt Felder mit den folgenden "
|
377 |
"Verbindungen um korrekt zu funktionieren: <b>%s</b>."
|
378 |
|
379 |
+
#: admin/class-admin.php:839
|
380 |
msgctxt "admin"
|
381 |
msgid ""
|
382 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
385 |
"<b>Branchenverzeichnis Erweiterung</b> benötigt ein Feld mit der Verbindung "
|
386 |
"<b>%s</b>, um korrekt zu funktionieren."
|
387 |
|
388 |
+
#: admin/class-admin.php:843
|
389 |
msgctxt "admin"
|
390 |
msgid ""
|
391 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
392 |
"or let Business Directory do this for you automatically."
|
393 |
msgstr ""
|
394 |
+
"Sie können diese benutzerdefinierten Felder selbst erzeugen \"Formularfelder "
|
395 |
+
"verwalten\" oder vom Branchenverzeichnis automatisch erstellen lassen."
|
396 |
|
397 |
+
#: admin/class-admin.php:847
|
398 |
msgctxt "admin"
|
399 |
msgid "Go to \"Manage Form Fields\""
|
400 |
+
msgstr "zu \"Formularfelder verwalten\""
|
401 |
|
402 |
+
#: admin/class-admin.php:850
|
403 |
msgctxt "admin"
|
404 |
msgid "Create these required fields for me"
|
405 |
msgstr "Erstelle diese benötigten Felder für mich"
|
406 |
|
407 |
+
#: admin/class-admin.php:859
|
408 |
msgctxt "admin"
|
409 |
msgid ""
|
410 |
"<b>Business Directory Plugin</b> requires a page with the "
|
413 |
"<b>Branchenverzeichnis Erweiterung</b> benötigt eine Seite mit dem "
|
414 |
"<tt>[businessdirectory]</tt> shortcode um zu funktionieren."
|
415 |
|
416 |
+
#: admin/class-admin.php:861
|
417 |
msgctxt "admin"
|
418 |
msgid ""
|
419 |
"You can create this page by yourself or let Business Directory do this for "
|
422 |
"Du kannst diese Seite selbst erstellen oder vom Branchenverzeichnis "
|
423 |
"automatisch erstellen lassen."
|
424 |
|
425 |
+
#: admin/class-admin.php:865
|
426 |
msgctxt "admin"
|
427 |
msgid "Create required pages for me"
|
428 |
msgstr "Erstelle benötigte Seiten für mich"
|
429 |
|
430 |
+
#: admin/class-admin.php:905
|
431 |
msgctxt "admin compat"
|
432 |
msgid "Installed: %s"
|
433 |
msgstr "Installiert: %s"
|
434 |
|
435 |
+
#: admin/class-admin.php:905
|
436 |
msgctxt "admin compat"
|
437 |
msgid "N/A"
|
438 |
msgstr "keine Angabe"
|
439 |
|
440 |
+
#: admin/class-admin.php:908
|
441 |
msgctxt "admin compat"
|
442 |
msgid "Required: %s"
|
443 |
msgstr "Pflichtfeld: %s"
|
444 |
|
445 |
+
#: admin/class-admin.php:920
|
446 |
msgctxt "admin compat"
|
447 |
msgid ""
|
448 |
"Business Directory has detected some incompatible premium module versions "
|
451 |
"Branchenverzeichnis hat festgestellt, dass einige inkompatible Premium Modul "
|
452 |
"Versionen installiert sind."
|
453 |
|
454 |
+
#: admin/class-admin.php:922
|
455 |
msgctxt "admin compat"
|
456 |
msgid ""
|
457 |
"Please upgrade to the required versions indicated below to make sure "
|
460 |
"Bitte die benötigten Versionen siehe unten aktualisieren, um sicher zu sein, "
|
461 |
"dass alles korrekt funktioniert. "
|
462 |
|
463 |
+
#: admin/class-admin.php:942
|
464 |
msgctxt "admin"
|
465 |
msgid ""
|
466 |
"We noticed you want your Business Directory users to register before posting "
|
469 |
msgstr ""
|
470 |
"Wir haben festgestellt du möchtest, dass deine Branchenverzeichnisbenutzer "
|
471 |
"sich registrieren sollen bevor sie sich eintragen, die Registrierung für "
|
472 |
+
"deine Seite ist momentan ausgeschaltet. Klicke [hier] und prüfe \"Jeder kann "
|
473 |
"sich registrieren\", um sicher zu sein, dass das Branchenverzeichnis korrekt "
|
474 |
"funktioniert."
|
475 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
476 |
#: admin/class-themes-admin.php:47
|
477 |
msgctxt "themes"
|
478 |
msgid "Directory Themes"
|
479 |
+
msgstr "Verzeichnis Themes"
|
480 |
|
481 |
#: admin/class-themes-admin.php:48
|
482 |
msgctxt "themes"
|
483 |
msgid "Directory Themes %s"
|
484 |
+
msgstr "Verzeichnis Themes %s"
|
485 |
|
486 |
#: admin/class-themes-admin.php:94
|
487 |
msgctxt "admin themes"
|
488 |
msgid ""
|
489 |
"Business Directory Plugin - Your template overrides need to be reviewed!"
|
490 |
msgstr ""
|
491 |
+
"Business Directory Plugin - Das überschreiben Ihrer Vorlage muss überprüft "
|
492 |
+
"werden!"
|
493 |
|
494 |
#: admin/class-themes-admin.php:96
|
495 |
msgctxt "admin themes"
|
497 |
"Starting with version 4.0, Business Directory is using a new theming system "
|
498 |
"that is not compatible with the templates used in previous versions."
|
499 |
msgstr ""
|
500 |
+
"Seit Version 4.0 verwendet Business Directory ein neues System, das mit den "
|
501 |
+
"Vorlagen, die in früheren Versionen verwendet wurden, nicht kompatibel ist."
|
502 |
|
503 |
#: admin/class-themes-admin.php:98
|
504 |
msgctxt "admin themes"
|
507 |
"should <a>review our documentation on customization</a> in order adjust your "
|
508 |
"templates."
|
509 |
msgstr ""
|
510 |
+
"Aus diesem Grund wurden Ihre Vorlagenüberschreibungen unten deaktiviert. Sie "
|
511 |
+
"sollten unsere <a>Dokumentation zur Anpassung</a> lesen, um Ihre Vorlagen "
|
512 |
+
"anzupassen."
|
513 |
|
514 |
#: admin/class-themes-admin.php:127
|
515 |
msgctxt "admin themes"
|
517 |
"You need to <a>activate your theme's license key</a> before you can activate "
|
518 |
"the theme. <a>Click here</a> to do that."
|
519 |
msgstr ""
|
520 |
+
"Sie müssen den <a>Lizenzschlüssel des Themes aktivieren</a> bevor Sie das "
|
521 |
+
"Theme aktivieren können. <a>Klicken Sie hier zum aktivieren</a>, um das zu "
|
522 |
+
"tun."
|
523 |
|
524 |
#: admin/class-themes-admin.php:157
|
525 |
msgctxt "themes"
|
529 |
#: admin/class-themes-admin.php:204
|
530 |
msgctxt "themes"
|
531 |
msgid "Active theme changed to \"%s\"."
|
532 |
+
msgstr "Das aktive Theme wurde geändert zu \"%s\"."
|
533 |
|
534 |
#: admin/class-themes-admin.php:207
|
535 |
msgctxt "themes"
|
537 |
"%s requires that you tag your existing fields to match some places we want "
|
538 |
"to put your data on the theme. Below are fields we think are missing."
|
539 |
msgstr ""
|
540 |
+
"%s erfordert, dass Sie die vorhandenen Felder markieren, um einige Stellen "
|
541 |
+
"zu treffen, um Ihre Daten auf das Theme zu platzieren. Unten sind Felder, "
|
542 |
+
"von denen wir vermuten, dass sie fehlen."
|
543 |
|
544 |
#: admin/class-themes-admin.php:216
|
545 |
msgctxt "themes"
|
546 |
msgid "Map My Fields"
|
547 |
+
msgstr "Formularfelder verknüpfen"
|
548 |
|
549 |
#: admin/class-themes-admin.php:223
|
550 |
msgctxt "themes"
|
557 |
msgstr "Benötigtes Feld wurde erfolgreich erstellt."
|
558 |
|
559 |
#: admin/class-themes-admin.php:229
|
560 |
+
#, fuzzy
|
561 |
msgctxt "themes"
|
562 |
+
msgid "Theme was deleted successfully."
|
563 |
msgstr "Der Import wurde erfolgreich abgeschlossen."
|
564 |
|
565 |
#: admin/class-themes-admin.php:232
|
602 |
#: admin/class-themes-admin.php:433
|
603 |
msgctxt "licensing"
|
604 |
msgid "Invalid response from server"
|
605 |
+
msgstr "Ungültige Antwort vom Server"
|
606 |
|
607 |
#: admin/class-themes-admin.php:450 core/licensing.php:340
|
608 |
msgctxt "licensing"
|
613 |
msgctxt "themes"
|
614 |
msgid "Activate your <a>license key</a> to use this theme."
|
615 |
msgstr ""
|
616 |
+
"Aktivieren Sie Ihren <a>Lizenzschlüssel</a>, um dieses Theme zu verwenden."
|
617 |
|
618 |
+
#: admin/csv-export.php:145
|
619 |
msgctxt "admin csv-export"
|
620 |
msgid "Could not create a temporary directory for handling this CSV export."
|
621 |
msgstr ""
|
622 |
"Es konnte kein temporäres Verzeichnis erstellt werden um den CSV Export "
|
623 |
"durchzuführen."
|
624 |
|
625 |
+
#: admin/csv-export.php:147
|
626 |
msgctxt "admin csv-export"
|
627 |
msgid "Could not create wpbdp-csv-exports directory."
|
628 |
msgstr "wpbdp-csv-exports Verzeichnis konnte nicht erstellt werden."
|
629 |
|
630 |
+
#: admin/csv-export.php:152
|
631 |
msgctxt "admin csv-export"
|
632 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
633 |
msgstr ""
|
642 |
#: admin/csv-import.php:147
|
643 |
msgctxt "admin csv-import"
|
644 |
msgid "Whatever"
|
645 |
+
msgstr "BeispielText"
|
646 |
|
647 |
#: admin/csv-import.php:151
|
648 |
msgctxt "admin csv-import"
|
652 |
#: admin/csv-import.php:152
|
653 |
msgctxt "admin csv-import"
|
654 |
msgid "← Return to \"CSV Import\""
|
655 |
+
msgstr "← Zurück zu \"CSV Import\""
|
656 |
|
657 |
#: admin/csv-import.php:256
|
658 |
msgid ""
|
667 |
#: admin/csv-import.php:290
|
668 |
msgctxt "admin csv-import"
|
669 |
msgid "There was an error uploading the CSV file."
|
670 |
+
msgstr "Beim hochladen der CSV-Datei ist ein Fehler aufgetreten."
|
671 |
|
672 |
#: admin/csv-import.php:296
|
673 |
msgctxt "admin csv-import"
|
677 |
#: admin/csv-import.php:309
|
678 |
msgctxt "admin csv-import"
|
679 |
msgid "There was an error uploading the images ZIP file."
|
680 |
+
msgstr ""
|
681 |
+
"Beim hochladen der ZIP-Datei mit den Bildern ist ein Fehler aufgetreten."
|
682 |
|
683 |
#: admin/csv-import.php:330
|
684 |
msgctxt "admin csv-import"
|
686 |
"An error was detected while validating the CSV file for import. Please fix "
|
687 |
"this before proceeding."
|
688 |
msgstr ""
|
689 |
+
"Beim überprüfen der der CSV-Datei wurde ein Fehler festgestellt. Bitte "
|
690 |
+
"beheben sie diesen, bevor Sie mit dem Importieren fortfahren."
|
691 |
|
692 |
#: admin/csv-import.php:339
|
693 |
msgctxt "admin csv-import"
|
694 |
msgid "Import is in \"test mode\". Nothing will be inserted into the database."
|
695 |
msgstr ""
|
696 |
+
"Der Import ist im <b>Testmodus</b>. es wird nichts in die Datenbank "
|
697 |
+
"geschrieben."
|
698 |
|
699 |
#: admin/fees.php:9
|
700 |
msgctxt "fees admin"
|
710 |
msgctxt "fees admin"
|
711 |
msgid "There are no fees right now. You can <a>create one</a>, if you want."
|
712 |
msgstr ""
|
713 |
+
"Es gibt derzeit keine Angebote. Sie können jetzt <a>ein Angebot erstellen</"
|
714 |
+
"a>."
|
715 |
|
716 |
#: admin/fees.php:25 admin/fees.php:260
|
717 |
msgctxt "fees admin"
|
726 |
#: admin/fees.php:31 admin/fees.php:255
|
727 |
msgctxt "fees admin"
|
728 |
msgid "Disabled"
|
729 |
+
msgstr "Inaktiv"
|
730 |
|
731 |
#: admin/fees.php:39
|
732 |
msgctxt "fees admin"
|
733 |
msgid ""
|
734 |
"There are no \"%s\" fees right now. You can <a>create one</a>, if you want."
|
735 |
msgstr ""
|
736 |
+
"Es gibt derzeit \"%s\" Angebote. Sie können jetzt <a>ein Angebot erstellen</"
|
737 |
+
"a>."
|
738 |
|
739 |
#: admin/fees.php:56
|
740 |
msgctxt "admin fees table"
|
754 |
#: admin/fees.php:85
|
755 |
msgctxt "admin fees table"
|
756 |
msgid "Disabled"
|
757 |
+
msgstr "Inaktiv"
|
758 |
|
759 |
#: admin/fees.php:94
|
760 |
msgctxt "fees admin"
|
794 |
"available when the directory is in Free mode. You can always create other "
|
795 |
"fee plans, including ones for 0.00 (free) if you wish."
|
796 |
msgstr ""
|
797 |
+
"Dies ist der kostenlose Standard-Eintrag für Ihr Verzeichnis. Sie können es "
|
798 |
+
"nicht löschen und es ist immer kostenlos, aber Sie können den Namen und "
|
799 |
+
"andere Einstellungen bearbeiten. Es ist nur verfügbar, wenn sich das "
|
800 |
+
"Verzeichnis im kostenlos Modus befindet. Sie können immer andere "
|
801 |
+
"Gebührenpläne erstellen, auch für 0,00 (frei), wenn Sie es wünschen."
|
802 |
|
803 |
#: admin/fees.php:187
|
804 |
msgctxt "fees admin"
|
808 |
#: admin/fees.php:197
|
809 |
msgctxt "fees admin"
|
810 |
msgid "Disable"
|
811 |
+
msgstr "Deaktivieren"
|
812 |
|
813 |
#: admin/fees.php:201
|
814 |
msgctxt "fees admin"
|
815 |
msgid "Enable"
|
816 |
+
msgstr "Aktivieren"
|
817 |
|
818 |
#: admin/fees.php:205
|
819 |
msgctxt "fees admin"
|
847 |
#: admin/fees.php:250
|
848 |
msgctxt "fees admin"
|
849 |
msgid "Yes"
|
850 |
+
msgstr "Ja"
|
851 |
|
852 |
#: admin/fees.php:250
|
853 |
msgctxt "fees admin"
|
854 |
msgid "No"
|
855 |
+
msgstr "Nein"
|
856 |
|
857 |
#: admin/fees.php:285
|
858 |
msgctxt "fees admin"
|
887 |
#: admin/fees.php:322
|
888 |
msgctxt "fees order"
|
889 |
msgid "Custom Order"
|
890 |
+
msgstr "Benutzerdefinierte Reihenfolge"
|
891 |
|
892 |
#: admin/fees.php:342
|
893 |
msgctxt "fees admin"
|
902 |
#: admin/form-fields.php:9
|
903 |
msgctxt "form-fields admin"
|
904 |
msgid "form field"
|
905 |
+
msgstr "Formularfeld"
|
906 |
|
907 |
#: admin/form-fields.php:10
|
908 |
msgctxt "form-fields admin"
|
909 |
msgid "form fields"
|
910 |
+
msgstr "Formularfelder"
|
911 |
|
912 |
#: admin/form-fields.php:17
|
913 |
msgctxt "form-fields admin"
|
957 |
#: admin/form-fields.php:80
|
958 |
msgctxt "form-fields admin"
|
959 |
msgid "This field value is shown in the excerpt view of a listing."
|
960 |
+
msgstr "Der Inhalt wird in der Vorschau des Eintrags angezeigt."
|
961 |
|
962 |
#: admin/form-fields.php:81
|
963 |
msgctxt "form-fields admin"
|
982 |
#: admin/form-fields.php:176
|
983 |
msgctxt "form-fields admin"
|
984 |
msgid "← Return to \"Manage Form Fields\""
|
985 |
+
msgstr "← zurück zu \"Formularfelder verwalten\""
|
986 |
|
987 |
#: admin/form-fields.php:206
|
988 |
msgctxt "form-fields admin"
|
989 |
msgid "Form fields updated."
|
990 |
+
msgstr "Formularfelder aktualisiert."
|
991 |
|
992 |
#: admin/form-fields.php:222
|
993 |
msgctxt "form-fields admin"
|
997 |
"field will not be displayed on the frontend. If you want e-mail addresses to "
|
998 |
"show on the frontend, you can <a>enable public display of e-mails</a>."
|
999 |
msgstr ""
|
1000 |
+
"<b>Wichtig</b>: Da das Feld \"<a>E-Mail-Adresse öffentlich anzeigen?</a>\" "
|
1001 |
+
"deaktiviert ist, werden die Anzeigeeinstellungen unten nicht berücksichtigt "
|
1002 |
+
"und dieses Feld wird nicht im Frontend angezeigt. Wenn Sie möchten, dass E-"
|
1003 |
+
"Mail-Adressen auf der Webseite angezeigt werden, können Sie die "
|
1004 |
+
"<a>öffentliche Anzeige von E-Mails</a> aktivieren."
|
1005 |
|
1006 |
#: admin/form-fields.php:256
|
1007 |
msgctxt "form-fields admin"
|
1041 |
#: admin/form-fields.php:295
|
1042 |
msgctxt "form-fields admin"
|
1043 |
msgid "Address"
|
1044 |
+
msgstr "E-Mail Adresse:"
|
1045 |
|
1046 |
#: admin/form-fields.php:296
|
1047 |
msgctxt "form-fields admin"
|
1048 |
msgid "City"
|
1049 |
+
msgstr "Stadt"
|
1050 |
|
1051 |
#: admin/form-fields.php:297
|
1052 |
msgctxt "form-fields admin"
|
1054 |
msgstr "Status"
|
1055 |
|
1056 |
#: admin/form-fields.php:298
|
|
|
1057 |
msgctxt "form-fields admin"
|
1058 |
msgid "Country"
|
1059 |
+
msgstr "Land"
|
1060 |
|
1061 |
#: admin/form-fields.php:299
|
1062 |
msgctxt "form-fields admin"
|
1063 |
msgid "ZIP Code"
|
1064 |
+
msgstr "Postleitzahl"
|
1065 |
|
1066 |
#: admin/form-fields.php:300
|
1067 |
msgctxt "form-fields admin"
|
1076 |
#: admin/form-fields.php:302
|
1077 |
msgctxt "form-fields admin"
|
1078 |
msgid "Ratings Field"
|
1079 |
+
msgstr "Bewertungsfeld"
|
1080 |
|
1081 |
#: admin/form-fields.php:303
|
1082 |
msgctxt "form-fields admin"
|
1083 |
msgid "Twitter"
|
1084 |
+
msgstr "Twitter"
|
1085 |
|
1086 |
#: admin/form-fields.php:304
|
1087 |
msgctxt "form-fields admin"
|
1088 |
msgid "Website"
|
1089 |
+
msgstr "Webseite"
|
1090 |
|
1091 |
#: admin/form-fields.php:325
|
1092 |
msgctxt "form-fields admin"
|
1175 |
#: admin/page-debug.php:72
|
1176 |
msgctxt "debug info"
|
1177 |
msgid "Test SSL setup..."
|
1178 |
+
msgstr "Test SSL Einstellungen..."
|
1179 |
|
1180 |
#: admin/templates/csv-export.tpl.php:9
|
1181 |
msgctxt "admin csv-export"
|
1247 |
"When checked, instead of just a CSV file a ZIP file will be generated with "
|
1248 |
"both a CSV file and listing images."
|
1249 |
msgstr ""
|
1250 |
+
"Wenn aktiviert, wird anstatt nur einer CSV-Datei, eine ZIP Datei generiert, "
|
1251 |
+
"die sowohl eine CSV-Datei und Eintragsbilder enthält."
|
1252 |
|
1253 |
#: admin/templates/csv-export.tpl.php:62
|
1254 |
msgctxt "admin csv-export"
|
1266 |
"If you plan to re-import the listings into BD and don't want new ones "
|
1267 |
"created, select this option!"
|
1268 |
msgstr ""
|
1269 |
+
"Wenn Sie vorhaben die Einträge in BD erneut zu importieren und keine neuen "
|
1270 |
+
"erstellen wollen, wählen Sie diese Option!"
|
1271 |
|
1272 |
#: admin/templates/csv-export.tpl.php:75
|
1273 |
msgctxt "admin csv-export"
|
1287 |
#: admin/templates/csv-export.tpl.php:90
|
1288 |
msgctxt "admin csv-export"
|
1289 |
msgid "CSV File Settings"
|
1290 |
+
msgstr "CSV-Datei Einstellungen"
|
1291 |
|
1292 |
#: admin/templates/csv-export.tpl.php:94
|
1293 |
msgctxt "admin csv-export"
|
1294 |
+
msgid "What operating system will you use to edit the CSV file?"
|
1295 |
+
msgstr "Welches Betriebssystem verwenden Sie, um die CSV-Datei zu bearbeiten?"
|
1296 |
|
1297 |
+
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:113
|
1298 |
+
#: admin/templates/csv-export.tpl.php:124 admin/templates/csv-import.tpl.php:43
|
1299 |
#: admin/templates/csv-import.tpl.php:109
|
1300 |
+
#: admin/templates/csv-import.tpl.php:135
|
1301 |
+
#: admin/templates/csv-import.tpl.php:146
|
1302 |
+
#: admin/templates/csv-import.tpl.php:173
|
1303 |
msgctxt "admin forms"
|
1304 |
msgid "required"
|
1305 |
msgstr "Pflichtfeld"
|
1306 |
|
1307 |
+
#: admin/templates/csv-export.tpl.php:101
|
1308 |
+
msgctxt "admin csv-export"
|
1309 |
+
msgid "Windows"
|
1310 |
+
msgstr "Windows"
|
1311 |
+
|
1312 |
+
#: admin/templates/csv-export.tpl.php:106
|
1313 |
+
msgctxt "admin csv-export"
|
1314 |
+
msgid "macOS"
|
1315 |
+
msgstr "MacOS"
|
1316 |
+
|
1317 |
+
#: admin/templates/csv-export.tpl.php:108
|
1318 |
+
msgctxt "admin csv-export"
|
1319 |
+
msgid ""
|
1320 |
+
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
1321 |
+
"sure all your listings information is displayed properly when you view or "
|
1322 |
+
"edit the CSV file, we need to generate different versions of the file for "
|
1323 |
+
"each operating system."
|
1324 |
+
msgstr ""
|
1325 |
+
"Windows- und MacOS-Versionen von MS Excel behandeln CSV-Dateien "
|
1326 |
+
"unterschiedlich. Um sicherzustellen, dass alle Ihre Listeninformationen "
|
1327 |
+
"korrekt angezeigt werden, wenn Sie die CSV-Datei anzeigen oder bearbeiten, "
|
1328 |
+
"müssen wir für jedes Betriebssystem unterschiedliche Versionen der Datei "
|
1329 |
+
"generieren."
|
1330 |
+
|
1331 |
+
#: admin/templates/csv-export.tpl.php:113
|
1332 |
msgctxt "admin csv-export"
|
1333 |
msgid "Image Separator"
|
1334 |
msgstr "Bildtrenner"
|
1335 |
|
1336 |
+
#: admin/templates/csv-export.tpl.php:124
|
1337 |
msgctxt "admin csv-export"
|
1338 |
msgid "Category Separator"
|
1339 |
msgstr "Kategorietrenner"
|
1340 |
|
1341 |
+
#: admin/templates/csv-export.tpl.php:136
|
1342 |
msgctxt "admin csv-export"
|
1343 |
msgid "Export Listings"
|
1344 |
msgstr "Export Einträge"
|
1345 |
|
1346 |
+
#: admin/templates/csv-export.tpl.php:142
|
1347 |
msgctxt "admin csv-export"
|
1348 |
msgid "Export in Progress..."
|
1349 |
msgstr "Export wird durchgeführt..."
|
1350 |
|
1351 |
+
#: admin/templates/csv-export.tpl.php:143
|
1352 |
msgctxt "admin csv-export"
|
1353 |
msgid ""
|
1354 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
1357 |
"Die Exportdatei wurde vorbereitet. Bitte <u>verlasse</u> diese Seite nicht "
|
1358 |
"bis der Export abgeschlossen wurde."
|
1359 |
|
1360 |
+
#: admin/templates/csv-export.tpl.php:146
|
1361 |
msgctxt "admin csv-export"
|
1362 |
msgid "No. of listings:"
|
1363 |
msgstr "Anzahl der Einträge:"
|
1364 |
|
1365 |
+
#: admin/templates/csv-export.tpl.php:148
|
1366 |
msgctxt "admin csv-export"
|
1367 |
msgid "Approximate export file size:"
|
1368 |
msgstr "Exportdatei Größe ca. :"
|
1369 |
|
1370 |
+
#: admin/templates/csv-export.tpl.php:155
|
1371 |
msgctxt "admin csv-export"
|
1372 |
msgid "Cancel Export"
|
1373 |
msgstr "Export abbrechen"
|
1374 |
|
1375 |
+
#: admin/templates/csv-export.tpl.php:160
|
1376 |
msgctxt "admin csv-export"
|
1377 |
msgid "Export Complete"
|
1378 |
msgstr "Export vollständig"
|
1379 |
|
1380 |
+
#: admin/templates/csv-export.tpl.php:161
|
1381 |
msgctxt "admin csv-export"
|
1382 |
msgid ""
|
1383 |
"Your export file has been successfully created and it is now ready for "
|
1386 |
"Der Export wurde erfolgreich generiert und steht nun zum Herunterladen zur "
|
1387 |
"Verfügung."
|
1388 |
|
1389 |
+
#: admin/templates/csv-export.tpl.php:164
|
1390 |
msgctxt "admin csv-export"
|
1391 |
msgid "Download %s (%s)"
|
1392 |
msgstr "Herunterladen %s (%s)"
|
1393 |
|
1394 |
+
#: admin/templates/csv-export.tpl.php:170
|
1395 |
msgctxt "admin csv-export"
|
1396 |
msgid ""
|
1397 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
1400 |
"Klicke \"Bereinigen\" wenn die Datei heruntergeladen wurde um alle "
|
1401 |
"temporären Daten zu löschen, die während des Exportprozesses erzeugt wurden."
|
1402 |
|
1403 |
+
#: admin/templates/csv-export.tpl.php:171
|
1404 |
msgctxt "admin csv-export"
|
1405 |
msgid "Cleanup"
|
1406 |
msgstr "Bereinigen"
|
1407 |
|
1408 |
+
#: admin/templates/csv-export.tpl.php:176
|
1409 |
msgctxt "admin csv-export"
|
1410 |
msgid "Export Canceled"
|
1411 |
msgstr "Export abgebrochen"
|
1412 |
|
1413 |
+
#: admin/templates/csv-export.tpl.php:177
|
1414 |
msgctxt "admin csv-export"
|
1415 |
msgid "The export has been canceled."
|
1416 |
msgstr "Der Export wurde abgebrochen."
|
1417 |
|
1418 |
+
#: admin/templates/csv-export.tpl.php:178
|
1419 |
msgctxt "admin csv-export"
|
1420 |
msgid "← Return to CSV Export"
|
1421 |
msgstr "← Zurück nach CSV Export"
|
1424 |
msgctxt "admin csv-import"
|
1425 |
msgid "A fatal error occurred during the import. The reason given was: \"%s\"."
|
1426 |
msgstr ""
|
1427 |
+
"Während des Importes ist ein schwerwiegender Fehler aufgetreten. Der Grund "
|
1428 |
+
"dafür war: \"%s\"."
|
1429 |
|
1430 |
#: admin/templates/csv-import-progress.tpl.php:10
|
1431 |
msgctxt "admin csv-import"
|
1456 |
|
1457 |
#: admin/templates/csv-import-progress.tpl.php:26
|
1458 |
msgid "Import Progress"
|
1459 |
+
msgstr "Import wird durchgeführt..."
|
1460 |
|
1461 |
#: admin/templates/csv-import-progress.tpl.php:29
|
1462 |
msgctxt "admin csv-import"
|
1463 |
msgid "Files"
|
1464 |
+
msgstr "CSV-Datei"
|
1465 |
|
1466 |
#: admin/templates/csv-import-progress.tpl.php:32
|
1467 |
msgctxt "admin csv-import"
|
1468 |
msgid "Rows in file"
|
1469 |
+
msgstr "Zeilen in Datei"
|
1470 |
|
1471 |
#: admin/templates/csv-import-progress.tpl.php:35
|
1472 |
msgctxt "admin csv-import"
|
1473 |
msgid "Progress"
|
1474 |
+
msgstr "Fortschritt"
|
1475 |
|
1476 |
#: admin/templates/csv-import-progress.tpl.php:39
|
1477 |
msgctxt "admin csv-import"
|
1478 |
msgid "Import has not started. Click \"Start Import\" to begin."
|
1479 |
msgstr ""
|
1480 |
+
"Der Import wurde noch nicht gestartet. Klicken Sie auf \"CSV-Datei "
|
1481 |
+
"importieren\" um zu starten."
|
1482 |
|
1483 |
#: admin/templates/csv-import-progress.tpl.php:40
|
1484 |
msgctxt "admin csv-import"
|
1485 |
msgid "Importing CSV file..."
|
1486 |
+
msgstr "Importiere CSV-Datei…"
|
1487 |
|
1488 |
#: admin/templates/csv-import-progress.tpl.php:46
|
1489 |
msgctxt "admin csv-import"
|
1490 |
msgid "Start Import"
|
1491 |
+
msgstr "CSV-Datei importieren"
|
1492 |
|
1493 |
#: admin/templates/csv-import-progress.tpl.php:47
|
1494 |
msgctxt "admin csv-import"
|
1498 |
#: admin/templates/csv-import-progress.tpl.php:54
|
1499 |
msgctxt "admin csv-import"
|
1500 |
msgid "Import finished"
|
1501 |
+
msgstr "Import abgeschlossen"
|
1502 |
|
1503 |
#: admin/templates/csv-import-progress.tpl.php:57
|
1504 |
msgctxt "admin csv-import"
|
1508 |
#: admin/templates/csv-import-progress.tpl.php:61
|
1509 |
msgctxt "admin csv-import"
|
1510 |
msgid "Import was completed but some rows were rejected."
|
1511 |
+
msgstr "Der Import ist abgeschlossen. Einige Zeilen wurden abgelehnt."
|
1512 |
|
1513 |
#: admin/templates/csv-import-progress.tpl.php:64
|
1514 |
msgctxt "admin csv-import"
|
1518 |
#: admin/templates/csv-import-progress.tpl.php:66
|
1519 |
msgctxt "admin csv-import"
|
1520 |
msgid "Rows in file:"
|
1521 |
+
msgstr "Zeilen in Datei:"
|
1522 |
|
1523 |
#: admin/templates/csv-import-progress.tpl.php:69
|
1524 |
msgctxt "admin csv-import"
|
1533 |
#: admin/templates/csv-import-progress.tpl.php:77
|
1534 |
msgctxt "admin csv-import"
|
1535 |
msgid "Import Warnings"
|
1536 |
+
msgstr "Import-Einstellungen"
|
1537 |
|
1538 |
#: admin/templates/csv-import-progress.tpl.php:80
|
1539 |
msgctxt "admin csv-import"
|
1550 |
msgid "Warning"
|
1551 |
msgstr "Warnung"
|
1552 |
|
1553 |
+
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:248
|
1554 |
msgctxt "admin csv-import"
|
1555 |
msgid "Help"
|
1556 |
msgstr "Hilfe "
|
1564 |
msgctxt "admin csv-import"
|
1565 |
msgid "Here, you can import data into your directory using the CSV format."
|
1566 |
msgstr ""
|
1567 |
+
"Hier können Sie mit dem CSV-Format Daten in Ihr Verzeichnis importieren."
|
1568 |
|
1569 |
#: admin/templates/csv-import.tpl.php:29
|
1570 |
msgctxt "admin csv-import"
|
1572 |
"We strongly recommend reading our <a>CSV import documentation</a> first to "
|
1573 |
"help you do things in the right order."
|
1574 |
msgstr ""
|
1575 |
+
"Wir empfehlen Ihnen dringend, unsere <a>CSV-Importdokumentation</a> zu "
|
1576 |
+
"lesen, um Ihnen zu helfen, Dinge in der richtigen Reihenfolge zu machen."
|
1577 |
|
1578 |
#: admin/templates/csv-import.tpl.php:38
|
1579 |
msgctxt "admin csv-import"
|
1583 |
#: admin/templates/csv-import.tpl.php:43
|
1584 |
msgctxt "admin csv-import"
|
1585 |
msgid "CSV File"
|
1586 |
+
msgstr "CSV-Datei"
|
1587 |
|
1588 |
#: admin/templates/csv-import.tpl.php:55 admin/templates/csv-import.tpl.php:86
|
1589 |
msgctxt "admin csv-import"
|
1590 |
msgid "... or <a>select a file uploaded to the imports folder</a>"
|
1591 |
msgstr ""
|
1592 |
+
"... oder <a>wählen sie eine Datei die im upload Ordner hochgeladen wurde</a>"
|
1593 |
|
1594 |
#: admin/templates/csv-import.tpl.php:65 admin/templates/csv-import.tpl.php:96
|
1595 |
msgctxt "admin csv-import"
|
1596 |
msgid "(Upload new file)"
|
1597 |
+
msgstr "(Neue Datei hochladen)"
|
1598 |
|
1599 |
#: admin/templates/csv-import.tpl.php:74
|
1600 |
msgctxt "admin csv-import"
|
1601 |
msgid "ZIP file containing images"
|
1602 |
+
msgstr "ZIP-Datei mit Bildern"
|
1603 |
|
1604 |
#: admin/templates/csv-import.tpl.php:105
|
1605 |
msgctxt "admin csv-import"
|
1606 |
msgid "CSV File Settings"
|
1607 |
+
msgstr "CSV-Datei Einstellungen"
|
1608 |
|
1609 |
#: admin/templates/csv-import.tpl.php:109
|
1610 |
msgctxt "admin csv-import"
|
1611 |
msgid "Column Separator"
|
1612 |
msgstr "Spaltentrenner"
|
1613 |
|
1614 |
+
#: admin/templates/csv-import.tpl.php:117
|
1615 |
+
msgctxt "admin csv-import"
|
1616 |
+
msgid "Comma (,)"
|
1617 |
+
msgstr "Komma (,)"
|
1618 |
+
|
1619 |
+
#: admin/templates/csv-import.tpl.php:123
|
1620 |
+
msgctxt "admin csv-import"
|
1621 |
+
msgid "Semicolon (;)"
|
1622 |
+
msgstr "Semikolon (;)"
|
1623 |
+
|
1624 |
+
#: admin/templates/csv-import.tpl.php:129
|
1625 |
+
msgctxt "admin csv-import"
|
1626 |
+
msgid "TAB"
|
1627 |
+
msgstr "TAB"
|
1628 |
+
|
1629 |
+
#: admin/templates/csv-import.tpl.php:135
|
1630 |
msgctxt "admin csv-import"
|
1631 |
msgid "Image Separator"
|
1632 |
msgstr "Bildertrenner"
|
1633 |
|
1634 |
+
#: admin/templates/csv-import.tpl.php:146
|
1635 |
msgctxt "admin csv-import"
|
1636 |
msgid "Category Separator"
|
1637 |
msgstr "Kategorietrenner"
|
1638 |
|
1639 |
+
#: admin/templates/csv-import.tpl.php:157
|
1640 |
msgctxt "admin csv-import"
|
1641 |
msgid "Import settings"
|
1642 |
msgstr "Importeinstellungen"
|
1643 |
|
1644 |
+
#: admin/templates/csv-import.tpl.php:161
|
1645 |
msgctxt "admin csv-import"
|
1646 |
msgid "Post status of imported listings"
|
1647 |
+
msgstr "Status der importierten Einträge"
|
1648 |
|
1649 |
+
#: admin/templates/csv-import.tpl.php:173
|
1650 |
msgctxt "admin csv-import"
|
1651 |
msgid "Missing categories handling"
|
1652 |
msgstr "Verhalten bei nicht vorhandener Kategorie"
|
1653 |
|
1654 |
+
#: admin/templates/csv-import.tpl.php:178
|
1655 |
msgctxt "admin csv-import"
|
1656 |
msgid "Auto-create categories"
|
1657 |
+
msgstr "Kategorie automatisch erstellen"
|
1658 |
|
1659 |
+
#: admin/templates/csv-import.tpl.php:181
|
1660 |
msgctxt "admin csv-import"
|
1661 |
msgid "Generate errors when a category is not found"
|
1662 |
+
msgstr "Fehlermeldung erzeugen, wenn die Kategorie nicht gefunden wird"
|
1663 |
|
1664 |
+
#: admin/templates/csv-import.tpl.php:186
|
1665 |
msgctxt "admin csv-import"
|
1666 |
msgid "Keep existing listing images?"
|
1667 |
+
msgstr "Vorhandene Bilder beibehalten?"
|
1668 |
|
1669 |
+
#: admin/templates/csv-import.tpl.php:191
|
1670 |
msgctxt "admin csv-import"
|
1671 |
msgid "Keep existing images."
|
1672 |
+
msgstr "Vorhandene Bilder behalten."
|
1673 |
|
1674 |
+
#: admin/templates/csv-import.tpl.php:192
|
1675 |
msgctxt "admin csv-import"
|
1676 |
msgid "Appends new images while keeping current ones."
|
1677 |
+
msgstr "Hängt neue Bilder an und behaltet die alten."
|
1678 |
|
1679 |
+
#: admin/templates/csv-import.tpl.php:197
|
1680 |
msgctxt "admin csv-import"
|
1681 |
msgid "Assign listings to a user?"
|
1682 |
+
msgstr "Zuweisung"
|
1683 |
|
1684 |
+
#: admin/templates/csv-import.tpl.php:203
|
1685 |
msgctxt "admin csv-import"
|
1686 |
msgid "Assign listings to a user."
|
1687 |
msgstr "Einträge einem Benutzer zuweisen."
|
1688 |
|
1689 |
+
#: admin/templates/csv-import.tpl.php:208
|
1690 |
msgctxt "admin csv-import"
|
1691 |
msgid "Use a default user for listings?"
|
1692 |
+
msgstr "Voreingestellter-Nutzer für neue Einträge?"
|
1693 |
|
1694 |
+
#: admin/templates/csv-import.tpl.php:214
|
1695 |
msgctxt "admin csv-import"
|
1696 |
msgid ""
|
1697 |
"Select a default user to be used if the username column is not present in "
|
1698 |
"the CSV file."
|
1699 |
msgstr ""
|
1700 |
+
"Wählen Sie einen Benutzernamen der verwendet werden soll, wenn die Username-"
|
1701 |
+
"Spalte in der CSV-Datei nicht vorhanden ist."
|
1702 |
|
1703 |
+
#: admin/templates/csv-import.tpl.php:219
|
1704 |
msgctxt "admin csv-import"
|
1705 |
msgid "Default listing user"
|
1706 |
+
msgstr "Voreingestellter-Nutzer"
|
1707 |
|
1708 |
+
#: admin/templates/csv-import.tpl.php:225
|
1709 |
msgctxt "admin csv-import"
|
1710 |
msgid ""
|
1711 |
"This user will be used if the username column is not present in the CSV file."
|
1712 |
msgstr ""
|
1713 |
+
"Dieser Benutzer wird verwendet wenn die Spalte Benutzername nicht in der CSV-"
|
1714 |
"Datei vorhanden ist."
|
1715 |
|
1716 |
+
#: admin/templates/csv-import.tpl.php:230
|
1717 |
msgctxt "admin csv-import"
|
1718 |
msgid "Disable e-mail notifications during import?"
|
1719 |
+
msgstr "E-Mail-Benachrichtigungen"
|
1720 |
|
1721 |
+
#: admin/templates/csv-import.tpl.php:235
|
1722 |
msgctxt "admin csv-import"
|
1723 |
msgid "Disable e-mail notifications."
|
1724 |
+
msgstr "E-Mail-Benachrichtigungen beim Import deaktivieren?"
|
1725 |
|
1726 |
+
#: admin/templates/csv-import.tpl.php:241
|
1727 |
msgctxt "admin csv-import"
|
1728 |
msgid "Test Import"
|
1729 |
msgstr "Importtest"
|
1730 |
|
1731 |
+
#: admin/templates/csv-import.tpl.php:242
|
1732 |
msgctxt "admin csv-import"
|
1733 |
msgid "Import Listings"
|
1734 |
msgstr "Einträge importieren"
|
1735 |
|
1736 |
+
#: admin/templates/csv-import.tpl.php:250
|
1737 |
msgctxt "admin csv-import"
|
1738 |
msgid ""
|
1739 |
"The following are the valid header names to be used in the CSV file. "
|
1741 |
"the file. Click <a href=\"%s\">\"See an example CSV import file\"</a> to see "
|
1742 |
"how an import file should look like."
|
1743 |
msgstr ""
|
1744 |
+
"Folgendes sind Spaltennamen die in der CSV-Datei verwendet werden. Mehrfach "
|
1745 |
+
"belegte Felder (so wie Kategorien oder Tags) können öfters in der Datei "
|
1746 |
+
"erscheinen. Klicken Sie <a href=\"%s\">\"CSV Beispieldatei anschauen\"</a>, "
|
1747 |
+
"um zu sehen wie eine Importdatei aufgebaut sein muss."
|
1748 |
|
1749 |
+
#: admin/templates/csv-import.tpl.php:257
|
1750 |
msgctxt "admin csv-import"
|
1751 |
msgid "Header name/label"
|
1752 |
msgstr "Kopfname/Bezeichnung"
|
1753 |
|
1754 |
+
#: admin/templates/csv-import.tpl.php:258
|
1755 |
msgctxt "admin csv-import"
|
1756 |
msgid "Field"
|
1757 |
msgstr "Feld"
|
1758 |
|
1759 |
+
#: admin/templates/csv-import.tpl.php:259
|
1760 |
msgctxt "admin csv-import"
|
1761 |
msgid "Type"
|
1762 |
msgstr "Typ"
|
1763 |
|
1764 |
+
#: admin/templates/csv-import.tpl.php:260
|
1765 |
msgctxt "admin csv-import"
|
1766 |
msgid "Required?"
|
1767 |
msgstr "Pflichtfeld?"
|
1768 |
|
1769 |
+
#: admin/templates/csv-import.tpl.php:261
|
1770 |
msgctxt "admin csv-import"
|
1771 |
msgid "Multivalued?"
|
1772 |
+
msgstr "Mehrfachwert?"
|
1773 |
|
1774 |
+
#: admin/templates/csv-import.tpl.php:283
|
1775 |
msgctxt "admin csv-import"
|
1776 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1777 |
msgstr "Semikolon getrennte Liste der Eintragsbilder (aus der ZIP Datei)"
|
1778 |
|
1779 |
+
#: admin/templates/csv-import.tpl.php:290
|
1780 |
msgctxt "admin csv-import"
|
1781 |
msgid "Listing author's username"
|
1782 |
msgstr "Benutzername des Authors"
|
1783 |
|
1784 |
+
#: admin/templates/csv-import.tpl.php:297
|
1785 |
msgctxt "admin csv-import"
|
1786 |
msgid ""
|
1787 |
"Internal Sequence ID used to allow listing updates from external sources."
|
1789 |
"Interne Sequenz ID wird benutzt um Aktualisierungen von Einträgen aus "
|
1790 |
"externer Quellen durchzuführen."
|
1791 |
|
1792 |
+
#: admin/templates/csv-import.tpl.php:304
|
1793 |
msgctxt "admin csv-import"
|
1794 |
msgid ""
|
1795 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
1824 |
#: admin/templates/fees-addoredit.tpl.php:23
|
1825 |
msgctxt "fees admin"
|
1826 |
msgid "Add Listing Fee"
|
1827 |
+
msgstr "Preispaket hinzufügen"
|
1828 |
|
1829 |
#: admin/templates/fees-addoredit.tpl.php:23
|
1830 |
msgctxt "fees admin"
|
1877 |
"This floats the listing to the top of search results and browsing the "
|
1878 |
"directory when the user buys this plan."
|
1879 |
msgstr ""
|
1880 |
+
"Dies Platziert den Eintrag an die Spitze der Suchergebnisse und durchsucht "
|
1881 |
+
"das Verzeichnis, wenn der Benutzer dieses Angebot kauft."
|
1882 |
|
1883 |
#: admin/templates/fees-addoredit.tpl.php:107
|
1884 |
msgctxt "fees admin"
|
1894 |
#: admin/templates/fees-addoredit.tpl.php:128
|
1895 |
msgctxt "fees admin"
|
1896 |
msgid "Fee Description"
|
1897 |
+
msgstr "Beschreibung"
|
1898 |
|
1899 |
#: admin/templates/fees-addoredit.tpl.php:143
|
1900 |
msgctxt "fees admin"
|
1924 |
#: admin/templates/fees-confirm-delete.tpl.php:16
|
1925 |
msgctxt "fee admin"
|
1926 |
msgid "Disable Fee"
|
1927 |
+
msgstr "Preis deaktivieren"
|
1928 |
|
1929 |
#: admin/templates/fees-confirm-delete.tpl.php:16
|
1930 |
msgctxt "fee admin"
|
1934 |
#: admin/templates/fees.tpl.php:3
|
1935 |
msgctxt "fees admin"
|
1936 |
msgid "Add New Listing Fee"
|
1937 |
+
msgstr "Neues Preispaket erstellen"
|
1938 |
|
1939 |
#: admin/templates/fees.tpl.php:10
|
1940 |
msgctxt "fees admin"
|
1941 |
msgid "Payments are currently turned off."
|
1942 |
+
msgstr "Bezahlungen sind derzeit nicht aktiviert."
|
1943 |
|
1944 |
#: admin/templates/fees.tpl.php:13
|
1945 |
msgctxt "fees admin"
|
1953 |
#: admin/templates/fees.tpl.php:24
|
1954 |
msgctxt "fees admin"
|
1955 |
msgid "Order fees on the frontend by:"
|
1956 |
+
msgstr "Preise auf der Webseite sortieren nach:"
|
1957 |
|
1958 |
#: admin/templates/fees.tpl.php:32
|
1959 |
msgctxt "fees admin"
|
1978 |
"the <a>Not Available</a> filter will become active when you change the "
|
1979 |
"payment mode."
|
1980 |
msgstr ""
|
1981 |
+
"Dies sind alle kostenlose Gebührenpläne, die dem Benutzer angezeigt werden, "
|
1982 |
+
"wenn dieser einen Eintrag erstellt. Ihr aktueller Modus von \"%s\" "
|
1983 |
+
"beschränkt, was Sie hier sehen. Die auf dem <a>Nicht verfügbar</a> Filter "
|
1984 |
+
"werden aktiv, wenn Sie den Zahlungsmodus ändern."
|
1985 |
|
1986 |
#: admin/templates/fees.tpl.php:57 admin/templates/fees.tpl.php:63
|
1987 |
#: admin/templates/fees.tpl.php:77
|
2002 |
"\" mode. Those on the Active filter will become Not Available when you "
|
2003 |
"change the payment mode."
|
2004 |
msgstr ""
|
2005 |
+
"Dies sind alle Gebührenpläne, die nicht verfügbar sind, weil Sie im Modus "
|
2006 |
+
"\"%s\" sind. Diejenigen, die auf dem aktivem Filter sind, werden nicht mehr "
|
2007 |
+
"verfügbar sein, wenn Sie den Zahlungsmodus ändern."
|
2008 |
|
2009 |
#: admin/templates/fees.tpl.php:66
|
2010 |
msgctxt "fees admin"
|
2012 |
"These fee plans were disabled by the admin and will not show to the end user "
|
2013 |
"regardless of mode until you enable them."
|
2014 |
msgstr ""
|
2015 |
+
"Diese Gebührenpläne wurden durch den Administrator deaktiviert und werden "
|
2016 |
+
"dem Endbenutzer nicht angezeigt. Dies ist unabhängig vom Modus angezeigt, "
|
2017 |
+
"bis diese aktiviert werden."
|
2018 |
|
2019 |
#: admin/templates/fees.tpl.php:74
|
2020 |
msgctxt "fees admin"
|
2023 |
"available for the current mode (currently set to \"%s\"). To see the fee "
|
2024 |
"plans for this mode click <a>Active</a>."
|
2025 |
msgstr ""
|
2026 |
+
"Dies sind alle kostenlose Tarife, die Sie konfiguriert haben. Nicht alle "
|
2027 |
+
"sind für den aktuellen Modus verfügbar (aktuell auf \"%s\" eingestellt). Um "
|
2028 |
+
"die Tarife für diesen Modus zu sehen, klicken Sie bitte auf <a>Aktiv</a>."
|
2029 |
|
2030 |
#: admin/templates/fees.tpl.php:89 admin/templates/sidebar.tpl.php:13
|
2031 |
msgctxt "admin sidebar"
|
2077 |
#: admin/templates/form-fields-addoredit.tpl.php:1
|
2078 |
msgctxt "form-fields admin"
|
2079 |
msgid "Add Form Field"
|
2080 |
+
msgstr "Formularfeld hinzufügen"
|
2081 |
|
2082 |
#: admin/templates/form-fields-addoredit.tpl.php:14
|
2083 |
msgctxt "form-fields admin"
|
2149 |
#: admin/templates/form-fields-addoredit.tpl.php:134
|
2150 |
msgctxt "form-fields admin"
|
2151 |
msgid "Show this value in excerpt view?"
|
2152 |
+
msgstr "In der Vorschau anzeigen?"
|
2153 |
|
2154 |
#: admin/templates/form-fields-addoredit.tpl.php:140
|
2155 |
msgctxt "form-fields admin"
|
2156 |
msgid "Display this value in post excerpt view."
|
2157 |
+
msgstr "Der Wert wird in der Vorschau des Eintrags angezeigt (Exzerpt)."
|
2158 |
|
2159 |
#: admin/templates/form-fields-addoredit.tpl.php:146
|
2160 |
msgctxt "form-fields admin"
|
2161 |
msgid "Show this value in listing view?"
|
2162 |
+
msgstr "In Detailansicht anzeigen?"
|
2163 |
|
2164 |
#: admin/templates/form-fields-addoredit.tpl.php:152
|
2165 |
msgctxt "form-fields admin"
|
2166 |
msgid "Display this value in the listing view."
|
2167 |
+
msgstr "Diesen Wert in der Detailansicht anzeigen."
|
2168 |
|
2169 |
#: admin/templates/form-fields-addoredit.tpl.php:158
|
2170 |
msgctxt "form-fields admin"
|
2171 |
msgid "Include this field in the search form?"
|
2172 |
+
msgstr "In Suchform integrieren?"
|
2173 |
|
2174 |
#: admin/templates/form-fields-addoredit.tpl.php:164
|
2175 |
msgctxt "form-fields admin"
|
2176 |
msgid "Include this field in the search form."
|
2177 |
+
msgstr "Zeige das Feld im Suchformular."
|
2178 |
|
2179 |
#: admin/templates/form-fields-addoredit.tpl.php:170
|
2180 |
msgctxt "form-fields admin"
|
2181 |
msgid "Hide this field's label?"
|
2182 |
+
msgstr "Feldbezeichnung verbergen?"
|
2183 |
|
2184 |
#: admin/templates/form-fields-addoredit.tpl.php:176
|
2185 |
msgctxt "form-fields admin"
|
2186 |
msgid "Hide this field's label when displaying it."
|
2187 |
+
msgstr ""
|
2188 |
+
"Die Feldbezeichnung wird dann nicht mehr angezeigt (nur der Inhalt an sich)."
|
2189 |
|
2190 |
#: admin/templates/form-fields-addoredit.tpl.php:183
|
2191 |
msgctxt "form-fields admin"
|
2200 |
#: admin/templates/form-fields-confirm-delete.tpl.php:2
|
2201 |
msgctxt "form-fields admin"
|
2202 |
msgid "Delete Form Field"
|
2203 |
+
msgstr "Formularfeld löschen"
|
2204 |
|
2205 |
#: admin/templates/form-fields-confirm-delete.tpl.php:6
|
2206 |
msgctxt "form-fields admin"
|
2228 |
"Before you create fields, make sure you've mapped all of your EXISTING ones "
|
2229 |
"first, otherwise you'll appear to be \"missing data\" on your listings."
|
2230 |
msgstr ""
|
2231 |
+
"Bevor Sie Felder erstellen, stellen Sie sicher, dass Sie alle Ihre "
|
2232 |
+
"VORHERGEHENDEN Felder zuerst abgebildet haben, sonst erscheinen Sie als "
|
2233 |
+
"\"fehlende Daten\" in Ihren Angeboten."
|
2234 |
|
2235 |
#: admin/templates/form-fields-tags.tpl.php:22
|
2236 |
msgctxt "form-fields admin"
|
2250 |
#: admin/templates/form-fields.tpl.php:3
|
2251 |
msgctxt "form-fields admin"
|
2252 |
msgid "Add New Form Field"
|
2253 |
+
msgstr "Neues Formularfeld erstellen"
|
2254 |
|
2255 |
#: admin/templates/form-fields.tpl.php:4
|
2256 |
msgctxt "form-fields admin"
|
2269 |
"ones, change the order and visibility of the fields as well as configure "
|
2270 |
"special options for them."
|
2271 |
msgstr ""
|
2272 |
+
"Hier können Sie neue Felder für Ihre Angebote erstellen, bestehende "
|
2273 |
+
"bearbeiten oder löschen, die Reihenfolge und die Sichtbarkeit der Felder "
|
2274 |
+
"ändern sowie spezielle Optionen für sie konfigurieren."
|
2275 |
|
2276 |
#: admin/templates/form-fields.tpl.php:18
|
2277 |
msgctxt "form-fields admin"
|
2278 |
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
2279 |
msgstr ""
|
2280 |
+
"Bitte schauen Sie Sich die weitere Informationen in der Dokumentation "
|
2281 |
+
"<a>Formularfelder</a>."
|
2282 |
|
2283 |
+
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.10dev9) #-#-#-#-#
|
2284 |
#. Plugin Name of the plugin/theme
|
2285 |
#: admin/templates/header.tpl.php:4
|
2286 |
msgid "Business Directory Plugin"
|
2289 |
#: admin/templates/home.tpl.php:4
|
2290 |
msgctxt "admin home"
|
2291 |
msgid "Welcome to Business Directory Plugin. You are using %s."
|
2292 |
+
msgstr ""
|
2293 |
+
"Willkommen zum Business Directory Plugin das Branchenverzeichnis für "
|
2294 |
+
"Wordpress. Sie benutzen Version: %s."
|
2295 |
|
2296 |
#: admin/templates/home.tpl.php:5
|
2297 |
msgctxt "admin home"
|
2299 |
"Thanks for choosing us. There's a lot you probably want to get done, so "
|
2300 |
"let's jump right in!"
|
2301 |
msgstr ""
|
2302 |
+
"Vielen Dank dass Sie sich für dieses Produkt entschieden haben. Es gibt viel "
|
2303 |
+
"zu tun, also legen wir los!"
|
2304 |
|
2305 |
#: admin/templates/home.tpl.php:11
|
2306 |
msgctxt "admin home"
|
2308 |
"Our complete documentation is <a>here</a> which we encourage you to use "
|
2309 |
"while setting things up."
|
2310 |
msgstr ""
|
2311 |
+
"Während Sie die Einstellungen vornehmen, empfehlen wir die <a>komplette "
|
2312 |
+
"Dokumentation</a> (in englischer Sprache) zur lesen. "
|
2313 |
|
2314 |
#: admin/templates/home.tpl.php:14
|
2315 |
msgctxt "admin home"
|
2317 |
"We have some quick-start scenarios that you will find useful regarding setup "
|
2318 |
"and configuration <a>here</a>."
|
2319 |
msgstr ""
|
2320 |
+
"Für einen schnellen Durchblick bei Installation und Konfiguration, bieten "
|
2321 |
+
"wir einige <a>Schnellstartanleitungen</a>."
|
2322 |
|
2323 |
#: admin/templates/home.tpl.php:18
|
2324 |
msgctxt "admin home"
|
2326 |
"If you have questions, please post a comment on <a>support forum</a> and "
|
2327 |
"we'll answer it within 24 hours most days."
|
2328 |
msgstr ""
|
2329 |
+
"Bei Fragen, schreiben Sie Kommentar im <a>Support Forum</a> und wir werden "
|
2330 |
+
"schnellstmöglich antworten (meistens in weniger als 24 Std.)."
|
2331 |
|
2332 |
#: admin/templates/home.tpl.php:25
|
2333 |
msgid "Configure/Manage Options"
|
2335 |
|
2336 |
#: admin/templates/home.tpl.php:28
|
2337 |
msgid "Setup/Manage Form Fields"
|
2338 |
+
msgstr "Formularfelder Installieren/Verwalten"
|
2339 |
|
2340 |
#: admin/templates/home.tpl.php:31
|
2341 |
msgid "Setup/Manage Fees"
|
2342 |
+
msgstr "Setup/Preispakete Verwalten"
|
2343 |
|
2344 |
#: admin/templates/home.tpl.php:37
|
2345 |
msgid "Featured Listings Pending Upgrade"
|
2352 |
#: admin/templates/listing-change-fee.tpl.php:3
|
2353 |
msgctxt "admin listing fee"
|
2354 |
msgid "Listing Fee Selection"
|
2355 |
+
msgstr "Auswahl der Preispakete"
|
2356 |
|
2357 |
#: admin/templates/listing-change-fee.tpl.php:5
|
2358 |
msgctxt "admin listing fee"
|
2420 |
#: admin/templates/listing-metabox-categories.tpl.php:49
|
2421 |
msgctxt "admin infometabox"
|
2422 |
msgid "Fee"
|
2423 |
+
msgstr "Eintrag"
|
2424 |
|
2425 |
#: admin/templates/listing-metabox-categories.tpl.php:54
|
2426 |
msgctxt "admin infometabox"
|
2445 |
#: admin/templates/listing-metabox-categories.tpl.php:75
|
2446 |
msgctxt "admin infometabox"
|
2447 |
msgid "Never expires"
|
2448 |
+
msgstr "Eintrag läuft nie aus"
|
2449 |
|
2450 |
#: admin/templates/listing-metabox-categories.tpl.php:75
|
2451 |
msgctxt "admin infometabox"
|
2623 |
#: admin/templates/settings-reset.tpl.php:4
|
2624 |
msgctxt "settings"
|
2625 |
msgid "← Return to \"Manage Options\""
|
2626 |
+
msgstr "← zurück zu \"Formularfelder verwalten\""
|
2627 |
|
2628 |
#: admin/templates/settings-reset.tpl.php:10
|
2629 |
msgid ""
|
2636 |
#: admin/templates/settings-reset.tpl.php:11
|
2637 |
msgid "Please note that all of your existing settings will be lost."
|
2638 |
msgstr ""
|
2639 |
+
"Bitte beachten Sie, dass alle vorhandenen Einstellungen verloren gehen."
|
2640 |
|
2641 |
#: admin/templates/settings-reset.tpl.php:17
|
2642 |
msgid "Reset Defaults"
|
2663 |
#: admin/templates/sidebar.tpl.php:4
|
2664 |
msgctxt "admin sidebar"
|
2665 |
msgid "Claim Listings Module"
|
2666 |
+
msgstr "Claim Listings Module"
|
2667 |
|
2668 |
#: admin/templates/sidebar.tpl.php:7
|
2669 |
msgctxt "admin sidebar"
|
2703 |
#: admin/templates/sidebar.tpl.php:19
|
2704 |
msgctxt "admin sidebar"
|
2705 |
msgid "Mobile Compact Theme"
|
2706 |
+
msgstr "Mobiles Kompaktes Theme"
|
2707 |
|
2708 |
#: admin/templates/sidebar.tpl.php:20
|
2709 |
msgctxt "admin sidebar"
|
2710 |
msgid "Restaurant Theme"
|
2711 |
+
msgstr "Restaurant Theme"
|
2712 |
|
2713 |
#: admin/templates/sidebar.tpl.php:21
|
2714 |
msgctxt "admin sidebar"
|
2715 |
msgid "Tabbed Business Theme"
|
2716 |
+
msgstr "Tabbed Business Theme"
|
2717 |
|
2718 |
#: admin/templates/sidebar.tpl.php:22
|
2719 |
msgctxt "admin sidebar"
|
2720 |
msgid "Elegant Business Theme"
|
2721 |
+
msgstr "Elegant Business Theme"
|
2722 |
|
2723 |
#: admin/templates/sidebar.tpl.php:29
|
2724 |
msgctxt "admin sidebar"
|
2754 |
#: admin/templates/sidebar.tpl.php:45 admin/templates/sidebar.tpl.php:61
|
2755 |
msgctxt "admin sidebar"
|
2756 |
msgid "best deal"
|
2757 |
+
msgstr "Bester Deal"
|
2758 |
|
2759 |
#: admin/templates/sidebar.tpl.php:45
|
2760 |
msgctxt "admin sidebar"
|
2761 |
msgid "Combo Pack"
|
2762 |
+
msgstr "Combo Pack"
|
2763 |
|
2764 |
#: admin/templates/sidebar.tpl.php:45
|
2765 |
msgctxt "admin sidebar"
|
2769 |
#: admin/templates/sidebar.tpl.php:48 admin/templates/sidebar.tpl.php:64
|
2770 |
msgctxt "admin sidebar"
|
2771 |
msgid "new"
|
2772 |
+
msgstr "neu"
|
2773 |
|
2774 |
#: admin/templates/sidebar.tpl.php:58
|
2775 |
msgctxt "admin sidebar"
|
2776 |
msgid "Get a Directory Theme"
|
2777 |
+
msgstr "Verzeichnis Theme holen"
|
2778 |
|
2779 |
#: admin/templates/sidebar.tpl.php:61
|
2780 |
msgctxt "admin sidebar"
|
2781 |
msgid "Theme Pack"
|
2782 |
+
msgstr "Theme Pack"
|
2783 |
|
2784 |
#: admin/templates/sidebar.tpl.php:61
|
2785 |
msgctxt "admin sidebar"
|
2811 |
#: admin/templates/sidebar.tpl.php:84
|
2812 |
msgctxt "admin sidebar"
|
2813 |
msgid "Video Tutorials"
|
2814 |
+
msgstr "Video Anleitungen"
|
2815 |
|
2816 |
#: admin/templates/sidebar.tpl.php:92
|
2817 |
msgctxt "admin sidebar"
|
2837 |
#: admin/templates/themes-delete-confirm.tpl.php:13
|
2838 |
msgctxt "themes admin"
|
2839 |
msgid "Delete Directory Theme"
|
2840 |
+
msgstr "Verzeichnis Theme löschen"
|
2841 |
|
2842 |
#: admin/templates/themes-delete-confirm.tpl.php:3
|
2843 |
msgctxt "themes admin"
|
2844 |
msgid "Are you sure you want to delete the directory theme \"%s\"?"
|
2845 |
+
msgstr ""
|
2846 |
+
"Bist du sicher, dass du dieses Directory-Theme \"%s\" löschen möchtest?"
|
2847 |
|
2848 |
#: admin/templates/themes-delete-confirm.tpl.php:12
|
2849 |
msgctxt "themes admin"
|
2854 |
#: admin/templates/themes-licenses.tpl.php:3 admin/templates/themes.tpl.php:3
|
2855 |
msgctxt "themes"
|
2856 |
msgid "Upload Directory Theme"
|
2857 |
+
msgstr "Verzeichnis Theme hochladen"
|
2858 |
|
2859 |
#: admin/templates/themes-install.tpl.php:8
|
2860 |
msgctxt "themes"
|
2861 |
msgid "This is a theme or skin from %s and is NOT a regular WordPress theme."
|
2862 |
msgstr ""
|
2863 |
+
"Dies ist kein Theme oder Layout von %s und ist kein reguläres WordPress "
|
2864 |
+
"Theme."
|
2865 |
|
2866 |
#: admin/templates/themes-install.tpl.php:21
|
2867 |
msgctxt "themes"
|
2868 |
msgid "BD Theme archive (ZIP file)"
|
2869 |
+
msgstr "BD Theme Archiv (ZIP Datei)"
|
2870 |
|
2871 |
#: admin/templates/themes-install.tpl.php:30
|
2872 |
msgctxt "themes"
|
2873 |
msgid "Begin Upload"
|
2874 |
+
msgstr "Upload starten"
|
2875 |
|
2876 |
#: admin/templates/themes-item.tpl.php:3
|
2877 |
msgctxt "themes"
|
2886 |
#: admin/templates/themes-item.tpl.php:35
|
2887 |
msgctxt "themes"
|
2888 |
msgid "Version:"
|
2889 |
+
msgstr "Version:"
|
2890 |
|
2891 |
#: admin/templates/themes-item.tpl.php:38
|
2892 |
msgctxt "themes"
|
2935 |
"Directory Plugin</i> to change the look of the directory quickly and easily. "
|
2936 |
"We have a number of them available for purchase <a>here</a>."
|
2937 |
msgstr ""
|
2938 |
+
"<a><b>Verzeichnis-Themes</ b></a> sind vorgefertigte Vorlagen für das "
|
2939 |
+
"<i>Business Directory Plugin</ i>, um das Aussehen des Verzeichnisses "
|
2940 |
+
"schnell und einfach zu ändern. Wir haben eine Anzahl vom <a>Themes zum Kauf</"
|
2941 |
+
"a>."
|
2942 |
|
2943 |
#: admin/templates/themes.tpl.php:16
|
2944 |
msgctxt "themes"
|
2947 |
"they are <strong>not</strong> a replacement for WP themes either. They will "
|
2948 |
"change the look and feel of your business directory only."
|
2949 |
msgstr ""
|
2950 |
+
"Diese <strong>unterscheiden</ strong> sich von Ihren regulären WordPress-"
|
2951 |
+
"Themes und sie sind <strong>kein</ strong> Ersatz für WP-Themes. Sie werden "
|
2952 |
+
"das Aussehen und den Eindruck Ihres Verzeichnisses nur visuell Ändern."
|
2953 |
|
2954 |
#: admin/templates/transactions.tpl.php:2
|
2955 |
msgctxt "admin transactions"
|
3059 |
msgid "Allow Tracking"
|
3060 |
msgstr "Verfolgung erlauben"
|
3061 |
|
3062 |
+
#: business-directory-plugin.php:586
|
3063 |
+
#, fuzzy
|
3064 |
+
msgctxt "listing image upload"
|
3065 |
+
msgid "Can not upload any more images for this listing."
|
3066 |
+
msgstr "Kategorie für diesen Eintrag"
|
3067 |
+
|
3068 |
+
#: business-directory-plugin.php:700
|
3069 |
msgctxt "admin plugins"
|
3070 |
msgid "Settings"
|
3071 |
msgstr "Einstellungen"
|
3072 |
|
3073 |
+
#: business-directory-plugin.php:808 business-directory-plugin.php:815
|
3074 |
msgctxt "rss feed"
|
3075 |
msgid "%s Feed"
|
3076 |
msgstr "% Feed"
|
3077 |
|
3078 |
+
#: business-directory-plugin.php:1170 core/view-submit-listing.php:58
|
3079 |
#: core/views/submit_listing.php:10
|
3080 |
msgctxt "views"
|
3081 |
msgid "Submit A Listing"
|
3082 |
+
msgstr "Eintrag erstellen"
|
3083 |
|
3084 |
+
#: business-directory-plugin.php:1175
|
3085 |
msgctxt "title"
|
3086 |
msgid "Find a Listing"
|
3087 |
msgstr "Eintrag finden"
|
3088 |
|
3089 |
+
#: business-directory-plugin.php:1180
|
3090 |
msgctxt "title"
|
3091 |
msgid "View All Listings"
|
3092 |
msgstr "Alle Einträge anschauen"
|
3093 |
|
3094 |
+
#: business-directory-plugin.php:1209
|
3095 |
msgctxt "title"
|
3096 |
msgid "Listings tagged: %s"
|
3097 |
msgstr "Einträge getaggt: %s"
|
3098 |
|
3099 |
+
#: core/api.php:405
|
3100 |
msgid "Free"
|
3101 |
msgstr "Kostenlos"
|
3102 |
|
3103 |
+
#: core/class-csv-import.php:451
|
3104 |
msgctxt "admin csv-import"
|
3105 |
msgid ""
|
3106 |
"Could not create listing category \"<category-name>\". The operation failed "
|
3107 |
"with the following error: <error-message>."
|
3108 |
msgstr ""
|
3109 |
+
"Die Kategorieauflistung \"<category-name>\" konnte nicht erstellt werden. "
|
3110 |
+
"Der Vorgang ist mit dem folgenden Fehler fehlgeschlagen: <error-message>."
|
3111 |
|
3112 |
+
#: core/class-csv-import.php:457
|
3113 |
msgctxt "admin csv-import"
|
3114 |
msgid "Could not create listing category \"%s\""
|
3115 |
msgstr "Konnte Eintragskategorie nicht erstellen \"%s\""
|
3116 |
|
3117 |
+
#: core/class-csv-import.php:604
|
3118 |
msgctxt "admin csv-import"
|
3119 |
msgid "Username \"%s\" does not exist"
|
3120 |
msgstr "Benutzername \"%s\" existiert nicht"
|
3121 |
|
3122 |
+
#: core/class-csv-import.php:636
|
3123 |
msgctxt "admin csv-import"
|
3124 |
msgid "Missing required field: %s"
|
3125 |
msgstr "Benötigtes nicht vorhandenes Feld: %s"
|
3126 |
|
3127 |
+
#: core/class-csv-import.php:656
|
3128 |
msgctxt "admin csv-import"
|
3129 |
msgid "Listing category \"%s\" does not exist"
|
3130 |
msgstr "Eintragskategorie \"%s\" existiert nicht"
|
3154 |
#: core/class-fees-api.php:20
|
3155 |
msgctxt "fees-api"
|
3156 |
msgid "Free Listing"
|
3157 |
+
msgstr "Kostenloser Eintrag"
|
3158 |
|
3159 |
#: core/class-form-field.php:56
|
3160 |
msgctxt "form-fields-api"
|
3161 |
msgid "Invalid form field type"
|
3162 |
+
msgstr "Ungültiger Formularfeld Typ"
|
3163 |
|
3164 |
#: core/class-form-field.php:505
|
3165 |
msgctxt "form-fields-api"
|
3170 |
msgctxt "form-fields-api"
|
3171 |
msgid "Requested field type change is incompatible. Type will not be modified."
|
3172 |
msgstr ""
|
3173 |
+
"Die angeforderte Feldtypänderung ist nicht kompatibel. Typ wurde nicht "
|
3174 |
+
"geändert."
|
3175 |
|
3176 |
#: core/class-form-field.php:535
|
3177 |
msgctxt "form-fields-api"
|
3198 |
"This form field can't be deleted because it is required for the plugin to "
|
3199 |
"work."
|
3200 |
msgstr ""
|
3201 |
+
"Dieses Formularfeld kann nicht gelöscht werden, weil es ein Pflichtfeld ist, "
|
3202 |
"damit das Modul richtig funktioniert."
|
3203 |
|
3204 |
#: core/class-form-field.php:604
|
3261 |
msgid "(Fee Unavailable)"
|
3262 |
msgstr "(Preis nicht verfügbar)"
|
3263 |
|
3264 |
+
#: core/class-listings-api.php:316
|
3265 |
msgctxt "notify email"
|
3266 |
msgid "[%s] New listing notification"
|
3267 |
msgstr "[%s] neue Eintragsbenachrichtigung"
|
3268 |
|
3269 |
+
#: core/class-listings-api.php:335
|
3270 |
msgctxt "notify email"
|
3271 |
msgid "[%s] Listing edit notification"
|
3272 |
msgstr "[%s] Eintrag bearbeiten Benachrichtigung"
|
3311 |
msgid "Leave blank for automatic height."
|
3312 |
msgstr "Freilassen für automatische Höhe."
|
3313 |
|
3314 |
+
#: core/class-payment.php:223
|
3315 |
msgctxt "listings"
|
3316 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3317 |
msgstr "Preis \"%s\" für Kategorie \"%s\"%s"
|
3318 |
|
3319 |
+
#: core/class-payment.php:226
|
3320 |
msgctxt "listings"
|
3321 |
msgid "(recurring)"
|
3322 |
msgstr "(wiederholt)"
|
3397 |
"directory/1809/listing-title\". Check this setting to remove the ID for "
|
3398 |
"better SEO."
|
3399 |
msgstr ""
|
3400 |
+
"Vor Version 3.5.1 haben wir die ID in die Listing-URL aufgenommen, wie zB \"/"
|
3401 |
+
"business-directory/1809/listing-title\". Klicken Sie diese Einstellung, um "
|
3402 |
+
"die ID aus der URL zu entfernen um einen SEO und Benutzerfreundlichkeits-"
|
3403 |
+
"Mehrwert zu erhalten."
|
3404 |
|
3405 |
#: core/class-settings.php:50
|
3406 |
msgctxt "admin settings"
|
3420 |
#: core/class-settings.php:56
|
3421 |
msgctxt "admin settings"
|
3422 |
msgid "Turn off reCAPTCHA for logged in users?"
|
3423 |
+
msgstr "reCAPTCHA für angemeldete Benutzern ausschalten?"
|
3424 |
|
3425 |
#: core/class-settings.php:57
|
3426 |
msgctxt "admin settings"
|
3479 |
#: core/class-settings.php:87
|
3480 |
msgctxt "admin settings"
|
3481 |
msgid "Registration URL"
|
3482 |
+
msgstr "Registrierungs URL"
|
3483 |
|
3484 |
#: core/class-settings.php:90
|
3485 |
msgctxt "admin settings"
|
3531 |
#: core/class-settings.php:113
|
3532 |
msgctxt "admin settings"
|
3533 |
msgid "Show the \"Submit listing\" button."
|
3534 |
+
msgstr "\"Eintrag erstellen” Schaltfläche anzeigen."
|
3535 |
|
3536 |
#: core/class-settings.php:115
|
3537 |
msgctxt "admin settings"
|
3627 |
"Check this if you are having trouble with BD, particularly when importing or "
|
3628 |
"exporting CSV files."
|
3629 |
msgstr ""
|
3630 |
+
"Klicken sie dieses Feld, wenn Sie Probleme mit BD haben, besonders beim "
|
3631 |
+
"Importieren oder Exportieren von CSV-Dateien."
|
3632 |
|
3633 |
#: core/class-settings.php:170
|
3634 |
msgctxt "admin settings"
|
3710 |
#: core/class-settings.php:213
|
3711 |
msgctxt "admin settings"
|
3712 |
msgid "Require login for using the contact form?"
|
3713 |
+
msgstr "Einloggen um das Kontaktformular nutzen zu können?"
|
3714 |
|
3715 |
#: core/class-settings.php:219
|
3716 |
msgctxt "admin settings"
|
3744 |
#: core/class-settings.php:236
|
3745 |
msgctxt "admin settings"
|
3746 |
msgid "Do not include comments in listings"
|
3747 |
+
msgstr "Keine Kommentare bei den Einträgen anzeigen"
|
3748 |
|
3749 |
#: core/class-settings.php:237
|
3750 |
msgctxt "admin settings"
|
3784 |
#: core/class-settings.php:251
|
3785 |
msgctxt "admin settings"
|
3786 |
msgid "Submit Listing instructions message"
|
3787 |
+
msgstr "Nachricht mit Anweisungen für einen neuen Eintrag"
|
3788 |
|
3789 |
#: core/class-settings.php:251
|
3790 |
msgctxt "admin settings"
|
3886 |
#: core/class-settings.php:299 core/class-settings.php:302
|
3887 |
msgctxt "post status"
|
3888 |
msgid "Published"
|
3889 |
+
msgstr "Veröffentlicht"
|
3890 |
|
3891 |
#: core/class-settings.php:299 core/class-settings.php:302
|
3892 |
msgctxt "post status"
|
3901 |
#: core/class-settings.php:303
|
3902 |
msgctxt "admin settings"
|
3903 |
msgid "Order categories list by"
|
3904 |
+
msgstr "Kategorieliste sortieren nach"
|
3905 |
|
3906 |
#: core/class-settings.php:305
|
3907 |
msgctxt "admin settings"
|
4085 |
#: core/class-settings.php:371
|
4086 |
msgctxt "admin settings"
|
4087 |
msgid "Try listing's email field first, then author's email."
|
4088 |
+
msgstr "Versuchen Sie das E-Mail-Feld zuerst, dann die E-Mail des Autors."
|
4089 |
|
4090 |
#: core/class-settings.php:372
|
4091 |
msgctxt "admin settings"
|
4092 |
msgid "Try author's email first and then listing's email field."
|
4093 |
msgstr ""
|
4094 |
+
"Probieren sie erst die E-Mail des Authors und dann die E-Mail des Felds."
|
4095 |
|
4096 |
#: core/class-settings.php:376
|
4097 |
msgctxt "admin settings"
|
4106 |
#: core/class-settings.php:383
|
4107 |
msgctxt "admin settings"
|
4108 |
msgid "A new listing is submitted."
|
4109 |
+
msgstr "Ein neuer Eintrag wurde übermittelt."
|
4110 |
|
4111 |
#: core/class-settings.php:384
|
4112 |
msgctxt "admin settings"
|
4116 |
#: core/class-settings.php:385
|
4117 |
msgctxt "admin settings"
|
4118 |
msgid "A listing expires."
|
4119 |
+
msgstr "Ein Eintrag läuft aus."
|
4120 |
|
4121 |
#: core/class-settings.php:386
|
4122 |
msgctxt "admin settings"
|
4123 |
msgid "A contact message is sent to a listing's owner."
|
4124 |
+
msgstr "Eine Nachricht wurde an einen Eintrags-Eigentümer versendet."
|
4125 |
|
4126 |
#: core/class-settings.php:392
|
4127 |
msgctxt "admin settings"
|
4225 |
#: core/class-settings.php:440
|
4226 |
msgctxt "admin settings"
|
4227 |
msgid "Listing Contact Message"
|
4228 |
+
msgstr "Neue Eintrag Anweisungen"
|
4229 |
|
4230 |
#: core/class-settings.php:444
|
4231 |
msgctxt "admin settings"
|
4571 |
#: core/class-settings.php:608
|
4572 |
msgctxt "admin settings"
|
4573 |
msgid "Currency symbol display"
|
4574 |
+
msgstr "Währungssymbol Anzeige"
|
4575 |
|
4576 |
#: core/class-settings.php:612
|
4577 |
msgctxt "admin settings"
|
4578 |
msgid "Show currency symbol on the left"
|
4579 |
+
msgstr "Währungssymbol links anzeigen"
|
4580 |
|
4581 |
#: core/class-settings.php:613
|
4582 |
msgctxt "admin settings"
|
4583 |
msgid "Show currency symbol on the right"
|
4584 |
+
msgstr "Währungssymbol rechts anzeigen"
|
4585 |
|
4586 |
#: core/class-settings.php:614
|
4587 |
msgctxt "admin settings"
|
4588 |
msgid "Do not show currency symbol"
|
4589 |
+
msgstr "Währungssymbol nicht anzeigen"
|
4590 |
|
4591 |
#: core/class-settings.php:616
|
4592 |
msgctxt "admin settings"
|
4743 |
#: core/class-settings.php:681
|
4744 |
msgctxt "admin settings"
|
4745 |
msgid "Crop thumbnails to exact dimensions?"
|
4746 |
+
msgstr "Vorschaubild auf die exakte Maße abschneiden?"
|
4747 |
|
4748 |
#: core/class-settings.php:684
|
4749 |
msgctxt "admin settings"
|
4753 |
"match the specified width and their height will be adjusted proportionally. "
|
4754 |
"Depending on the uploaded images, thumbnails may have different heights."
|
4755 |
msgstr ""
|
4756 |
+
"Wenn diese Funktion aktiviert ist, werden Bilder genau den obigen "
|
4757 |
+
"Abmessungen entsprechen, evtl. wird ein Teil des Bildes abgeschnitten. Wenn "
|
4758 |
+
"diese Option deaktiviert ist, werden die Bilddarstellungen mit der "
|
4759 |
+
"angegebenen Breite und Höhe verkleinert und wird proportional angepasst. "
|
4760 |
+
"Abhängig von den hochgeladenen Bildern können Thumbnails unterschiedliche "
|
4761 |
+
"Höhen haben."
|
4762 |
|
4763 |
#: core/class-settings.php:690
|
4764 |
msgctxt "admin settings"
|
4788 |
#: core/class-settings.php:728
|
4789 |
msgctxt "admin settings"
|
4790 |
msgid "User"
|
4791 |
+
msgstr "Benutzer"
|
4792 |
|
4793 |
#: core/class-settings.php:729
|
4794 |
msgctxt "admin settings"
|
4924 |
#: core/class-wpbdp.php:32
|
4925 |
msgctxt "listing"
|
4926 |
msgid "Add New Listing"
|
4927 |
+
msgstr "Neuer Eintrag"
|
4928 |
|
4929 |
#: core/class-wpbdp.php:33
|
4930 |
msgctxt "post type"
|
4933 |
|
4934 |
#: core/class-wpbdp.php:34
|
4935 |
msgid "Edit Listing"
|
4936 |
+
msgstr "Eintrag bearbeiten"
|
4937 |
|
4938 |
#: core/class-wpbdp.php:35
|
4939 |
msgid "New Listing"
|
4940 |
+
msgstr "Neuer Eintrag"
|
4941 |
|
4942 |
#: core/class-wpbdp.php:36
|
4943 |
msgid "View Listing"
|
4957 |
|
4958 |
#: core/class-wpbdp.php:55
|
4959 |
msgid "Directory Categories"
|
4960 |
+
msgstr "Verz. Kategorien"
|
4961 |
|
4962 |
#: core/class-wpbdp.php:56
|
4963 |
msgid "Directory Category"
|
4964 |
+
msgstr "Verzeichnis Kategorie"
|
4965 |
|
4966 |
#: core/class-wpbdp.php:67
|
4967 |
msgid "Directory Tags"
|
4968 |
+
msgstr "Verz. Tags"
|
4969 |
|
4970 |
#: core/class-wpbdp.php:68
|
4971 |
msgid "Directory Tag"
|
4972 |
+
msgstr "Verzeichnis Tag"
|
4973 |
|
4974 |
+
#: core/compatibility/class-navxt-integration.php:189
|
4975 |
msgctxt "navxt"
|
4976 |
msgid "Submit Listing"
|
4977 |
+
msgstr "Eintrag erstellen"
|
4978 |
|
4979 |
+
#: core/compatibility/class-navxt-integration.php:193
|
4980 |
msgctxt "navxt"
|
4981 |
msgid "Edit Listing"
|
4982 |
msgstr "Eintrag Bearbeiten"
|
4983 |
|
4984 |
+
#: core/compatibility/class-navxt-integration.php:197
|
4985 |
msgctxt "navxt"
|
4986 |
msgid "Search"
|
4987 |
msgstr "Suche"
|
4993 |
|
4994 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
4995 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
4996 |
+
#: core/fieldtypes/class-fieldtypes-select.php:147
|
4997 |
msgctxt "form-fields admin"
|
4998 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4999 |
msgstr ""
|
5001 |
|
5002 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
5003 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
5004 |
+
#: core/fieldtypes/class-fieldtypes-select.php:175
|
5005 |
msgctxt "form-fields admin"
|
5006 |
msgid "Field list of options is required."
|
5007 |
msgstr "Feldliste von Optionen wird benötigt."
|
5053 |
#: core/fieldtypes/class-fieldtypes-linkedin.php:21
|
5054 |
msgctxt "form-fields api"
|
5055 |
msgid "You can add your Company ID or profile URL here."
|
5056 |
+
msgstr "Sie können hier Ihre Firmen-ID oder Profil URL hier hinzufügen."
|
5057 |
|
5058 |
#: core/fieldtypes/class-fieldtypes-multiselect.php:6
|
5059 |
msgctxt "form-fields api"
|
5068 |
#: core/fieldtypes/class-fieldtypes-multiselect.php:25
|
5069 |
msgctxt "form-fields-admin"
|
5070 |
msgid "Number of options visible without scrolling"
|
5071 |
+
msgstr "Anzahl der Optionen die ohne zu Scrollen sichtbar sind."
|
5072 |
|
5073 |
#: core/fieldtypes/class-fieldtypes-multiselect.php:26
|
5074 |
msgctxt "form-fields-admin"
|
5075 |
msgid ""
|
5076 |
"The height of the list will be adjusted to accommodate the specified number "
|
5077 |
"of options."
|
5078 |
+
msgstr "Die Höhe der Liste wird and die Anzahl von Optionen angepasst."
|
5079 |
|
5080 |
#: core/fieldtypes/class-fieldtypes-phone-number.php:13
|
5081 |
msgctxt "form fields"
|
5092 |
msgid "Select List"
|
5093 |
msgstr "Liste auswählen"
|
5094 |
|
5095 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
5096 |
msgctxt "form-fields-api category-select"
|
5097 |
msgid "-- Choose Terms --"
|
5098 |
msgstr "-- Bedingungen auswählen --"
|
5099 |
|
5100 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
5101 |
+
#: core/fieldtypes/class-fieldtypes-select.php:108
|
5102 |
msgctxt "form-fields-api category-select"
|
5103 |
msgid "-- Choose One --"
|
5104 |
msgstr "-- Auswählen --"
|
5105 |
|
5106 |
+
#: core/fieldtypes/class-fieldtypes-select.php:158
|
5107 |
msgctxt "form-fields admin"
|
5108 |
msgid "Allow empty selection on search?"
|
5109 |
msgstr "Erlaube leere Auswahl bei Suche?"
|
5121 |
#: core/fieldtypes/class-fieldtypes-textarea.php:53
|
5122 |
msgctxt "form-fields admin"
|
5123 |
msgid "Allow IFRAME tags in content?"
|
5124 |
+
msgstr "Erlaube IFRAME-Tags im Inhalt?"
|
5125 |
|
5126 |
#: core/fieldtypes/class-fieldtypes-textarea.php:56
|
5127 |
msgctxt "admin form-fields"
|
5136 |
#: core/fieldtypes/class-fieldtypes-textarea.php:57
|
5137 |
msgctxt "form-fields admin"
|
5138 |
msgid "No"
|
5139 |
+
msgstr "Nein"
|
5140 |
|
5141 |
#: core/fieldtypes/class-fieldtypes-textarea.php:58
|
5142 |
msgctxt "form-fields admin"
|
5143 |
msgid "Yes"
|
5144 |
+
msgstr "Ja"
|
5145 |
|
5146 |
#: core/fieldtypes/class-fieldtypes-textarea.php:63
|
5147 |
msgctxt "form-fields admin"
|
5151 |
#: core/fieldtypes/class-fieldtypes-textarea.php:66
|
5152 |
msgctxt "form-fields admin"
|
5153 |
msgid "Display a WYSIWYG editor on the frontend?"
|
5154 |
+
msgstr "Zeige einen WYSIWYG-Editor im Frontend an?"
|
5155 |
|
5156 |
#: core/fieldtypes/class-fieldtypes-textarea.php:69
|
5157 |
msgctxt "form-fields admin"
|
5163 |
#: core/fieldtypes/class-fieldtypes-textarea.php:70
|
5164 |
msgctxt "form-fields admin"
|
5165 |
msgid "Allow images in WYSIWYG editor?"
|
5166 |
+
msgstr "Bilder im WYSIWYG-Editor erlauben?"
|
5167 |
|
5168 |
#: core/fieldtypes/class-fieldtypes-textarea.php:73
|
5169 |
msgctxt "form-fields admin"
|
5182 |
#: core/fieldtypes/class-fieldtypes-textarea.php:79
|
5183 |
msgctxt "form-fields admin"
|
5184 |
msgid "Automatically generate excerpt from content field?"
|
5185 |
+
msgstr "Automatisches Generierung eines Auszugs aus dem Inhaltsfeld?"
|
5186 |
|
5187 |
#: core/fieldtypes/class-fieldtypes-textfield.php:5
|
5188 |
msgctxt "form-fields api"
|
5297 |
|
5298 |
#: core/form-fields.php:336
|
5299 |
msgid "Business Address"
|
5300 |
+
msgstr "Adresse"
|
5301 |
|
5302 |
#: core/form-fields.php:338
|
5303 |
msgid "ZIP Code"
|
5304 |
+
msgstr "Postleitzahl"
|
5305 |
|
5306 |
#: core/form-fields.php:458
|
5307 |
msgctxt "form-fields-api"
|
5403 |
"The payment gateway didn't accept your credit card or billing information. "
|
5404 |
"The following reason was given: \"%s\"."
|
5405 |
msgstr ""
|
5406 |
+
"Das Bezahlung mit Ihrer Kreditkarte ist fehlgeschlagen. Folgender Grund "
|
5407 |
+
"wurde angeben: \"%s\"."
|
5408 |
|
5409 |
#: core/gateways-authorize-net.php:96
|
5410 |
msgctxt "authorize-net"
|
5412 |
"Your payment is being held for review by the payment gateway. The following "
|
5413 |
"reason was given: \"%s\"."
|
5414 |
msgstr ""
|
5415 |
+
"Ihre Zahlung wartet derzeit auf eine Prüfung. Folgender Grund wurde "
|
5416 |
+
"angegeben: \"%s\"."
|
5417 |
|
5418 |
#: core/gateways-authorize-net.php:99 core/gateways-authorize-net.php:122
|
5419 |
msgctxt "authorize-net"
|
5420 |
msgid "Payment was rejected. The following reason was given: \"%s\"."
|
5421 |
+
msgstr "Die Zahlung wurde abgelehnt. Folgender Grund wurde angegeben: \"%s\"."
|
5422 |
|
5423 |
#: core/gateways-authorize-net.php:116
|
5424 |
msgctxt "authorize-net"
|
5425 |
msgid "Setup fee"
|
5426 |
+
msgstr "Preispakete Verwalten"
|
5427 |
|
5428 |
#: core/gateways-authorize-net.php:175
|
5429 |
msgctxt "authorize-net"
|
5478 |
#: core/helpers/class-themes-updater.php:128
|
5479 |
msgctxt "themes"
|
5480 |
msgid "Updating theme..."
|
5481 |
+
msgstr "Theme wird aktualisiert…"
|
5482 |
|
5483 |
#: core/helpers/class-themes-updater.php:129
|
5484 |
msgctxt "themes"
|
5488 |
#: core/helpers/class-themes-updater.php:131
|
5489 |
msgctxt "themes"
|
5490 |
msgid "New version available (<b>%s</b>). <a>Update now.</a>"
|
5491 |
+
msgstr "neue Version verfügbar (<b>%s</b>). <a>Jetzt aktualisieren</a>."
|
5492 |
|
5493 |
#: core/helpers/class-themes-updater.php:159
|
5494 |
msgctxt "themes"
|
5496 |
msgstr "Konnte Lizenz nicht deaktivieren: %s"
|
5497 |
|
5498 |
#: core/helpers/class-themes-updater.php:165
|
5499 |
+
#, fuzzy
|
5500 |
msgctxt "themes"
|
5501 |
+
msgid "Theme was updated successfully."
|
5502 |
msgstr "Der Import wurde erfolgreich abgeschlossen."
|
5503 |
|
5504 |
#: core/installer.php:43
|
5509 |
#: core/installer.php:51
|
5510 |
msgctxt "installer"
|
5511 |
msgid "Default Fee"
|
5512 |
+
msgstr "Standard Preis"
|
5513 |
|
5514 |
#: core/installer.php:502
|
5515 |
msgctxt "installer"
|
5525 |
#: core/installer.php:568
|
5526 |
msgctxt "installer"
|
5527 |
msgid "Cleaning up listing fees information... %d/%d"
|
5528 |
+
msgstr "Informationen der Preispakte säubern... %d/%d"
|
5529 |
|
5530 |
#: core/installer.php:618
|
5531 |
msgctxt "installer"
|
5603 |
msgstr "Aktualisierung pausieren"
|
5604 |
|
5605 |
#: core/installer.php:1110
|
5606 |
+
#, fuzzy
|
5607 |
msgctxt "manual-upgrade"
|
5608 |
msgid ""
|
5609 |
+
"The upgrade was successfully performed. Business Directory Plugin is now "
|
5610 |
"available."
|
5611 |
msgstr ""
|
5612 |
"Die Aktualisierung wurde erfolgreich durchgeführt. Branchenverzeichnis "
|
5626 |
"Business Directory installation failed. An exception with following message "
|
5627 |
"was generated:"
|
5628 |
msgstr ""
|
5629 |
+
"Business Directory Installation fehlgeschlagen. Es wurde eine exception mit "
|
5630 |
+
"folgender Meldung generiert:"
|
5631 |
|
5632 |
#: core/installer.php:1155
|
5633 |
msgid "Please <contact-link>contact customer support</a>."
|
5634 |
+
msgstr "Bitte wenden Sie Sich an den <contact-link>Kundendienst</a>"
|
5635 |
|
5636 |
#: core/licensing.php:42 core/licensing.php:64 core/licensing.php:65
|
5637 |
msgctxt "settings"
|
5769 |
"able to post listings. Please <a href=\"fees\">create some fees</a> or <a "
|
5770 |
"href=\"settings\">configure the Directory</a> to operate in \"Free Mode\"."
|
5771 |
msgstr ""
|
5772 |
+
"Sie haben Zahlungen aktiviert, aber es gibt keine Angebot / Gebühren. "
|
5773 |
+
"Benutzer können keine Einträge veröffentlichen. Bitte <a href=\"fees"
|
5774 |
+
"\">einige Angebot erstellen</a> oder <a href=\"settings\">das Verzeichnis "
|
5775 |
+
"konfigurieren</a> und “Kostenlos Modus\" umstellen."
|
5776 |
|
5777 |
#: core/payment.php:169
|
5778 |
msgctxt "payments-api"
|
5845 |
#: core/payment.php:538
|
5846 |
msgctxt "admin"
|
5847 |
msgid "Pending Abandonment"
|
5848 |
+
msgstr "Ausstehende Zahlungen"
|
5849 |
|
5850 |
#: core/payment.php:543
|
5851 |
msgctxt "admin"
|
5852 |
msgid "Abandoned"
|
5853 |
+
msgstr "Abgebrochen"
|
5854 |
|
5855 |
#: core/templates/listing-sticky-tag.tpl.php:3
|
5856 |
#: core/templates/listing-sticky-tag.tpl.php:4 core/templates-listings.php:55
|
5913 |
msgid "No listing categories found."
|
5914 |
msgstr "Keine Eintragskategorie gefunden."
|
5915 |
|
5916 |
+
#: core/templates-ui.php:200
|
5917 |
msgid "Directory"
|
5918 |
msgstr "Verzeichnis"
|
5919 |
|
5920 |
+
#: core/templates-ui.php:207
|
5921 |
msgid "View All Listings"
|
5922 |
msgstr "Alle Einträge anschauen"
|
5923 |
|
5924 |
+
#: core/templates-ui.php:214
|
5925 |
msgid "Create A Listing"
|
5926 |
+
msgstr "Eintrag erstellen"
|
5927 |
|
5928 |
+
#: core/templates-ui.php:247
|
5929 |
msgctxt "templates"
|
5930 |
msgid "Search Listings"
|
5931 |
msgstr "Eintrag suchen"
|
5932 |
|
5933 |
+
#: core/templates-ui.php:250
|
5934 |
msgctxt "templates"
|
5935 |
msgid "Advanced Search"
|
5936 |
msgstr "Erweiterte Suche"
|
5937 |
|
5938 |
+
#: core/templates-ui.php:279 core/templates-ui.php:304
|
5939 |
msgctxt "templates sort"
|
5940 |
msgid "Sort By:"
|
5941 |
msgstr "Sortieren nach"
|
5942 |
|
5943 |
+
#: core/templates-ui.php:298
|
5944 |
msgctxt "sort"
|
5945 |
msgid "Reset"
|
5946 |
msgstr "Zurücksetzen"
|
5947 |
|
5948 |
+
#: core/templates-ui.php:320
|
5949 |
msgctxt "sort"
|
5950 |
msgid "(Reset)"
|
5951 |
msgstr "Zurücksetzen"
|
6006 |
#: core/utils.php:223
|
6007 |
msgctxt "utils"
|
6008 |
msgid "Image width (%s px) is inferior to minimum required width of %s px."
|
6009 |
+
msgstr "Die Bildbreite (%s px) ist kleiner als die benötigte Breite von %s px."
|
6010 |
|
6011 |
#: core/utils.php:229
|
6012 |
msgctxt "utils"
|
6013 |
msgid "Image height (%s px) is inferior to minimum required height of %s px."
|
6014 |
+
msgstr ""
|
6015 |
+
"Die Bildhöhe (%s px) ist kleiner als die benötigte Mindesthöhe von %s px."
|
6016 |
|
6017 |
#: core/utils.php:235
|
6018 |
msgctxt "utils"
|
6019 |
msgid "Image width (%s px) is greater than maximum allowed width of %s px."
|
6020 |
msgstr ""
|
6021 |
+
"Die Bildbreite (%s Pixel) ist größer als die maximal zulässige Breite von %s "
|
6022 |
+
"Pixel."
|
6023 |
|
6024 |
#: core/utils.php:241
|
6025 |
msgctxt "utils"
|
6026 |
msgid "Image height (%s px) is greater than maximum required height of %s px."
|
6027 |
msgstr ""
|
6028 |
+
"Die Bildhöhe (%s px) ist größer als die maximal zulässige Höhe von %s px."
|
6029 |
|
6030 |
#: core/utils.php:255
|
6031 |
msgctxt "utils"
|
6077 |
"Du bist als Administrator eingeloggt. Alle Bezahlungsschritte werden "
|
6078 |
"übersprungen."
|
6079 |
|
6080 |
+
#: core/view-submit-listing.php:108
|
6081 |
+
#, fuzzy
|
6082 |
+
msgctxt "submit-listing-view"
|
6083 |
+
msgid ""
|
6084 |
+
"<b>Business Directory Plugin</b> requires a field associated with the "
|
6085 |
+
"<b>post category</b> in order to work correctly."
|
6086 |
+
msgstr ""
|
6087 |
+
"<b>Branchenverzeichnis Erweiterung</b> benötigt ein Feld mit der Verbindung "
|
6088 |
+
"<b>%s</b>, um korrekt zu funktionieren."
|
6089 |
+
|
6090 |
+
#: core/view-submit-listing.php:110
|
6091 |
+
msgctxt "submit-listing-view"
|
6092 |
+
msgid ""
|
6093 |
+
"Please go to the <manage-form-fields-link>Manage Form Fields</manage-form-"
|
6094 |
+
"fields-link> admin page to create the field."
|
6095 |
+
msgstr ""
|
6096 |
+
"Gehen Sie bitte zur <manage-form-fields-link>Formularfelder verwalten</ "
|
6097 |
+
"manage-form-fields-link> admin Seite, um das Feld zu erstellen."
|
6098 |
+
|
6099 |
+
#: core/view-submit-listing.php:119
|
6100 |
+
#, fuzzy
|
6101 |
+
msgctxt "submit-listing-view"
|
6102 |
+
msgid ""
|
6103 |
+
"Your listing cannot be added at this time. Please try again later. If this "
|
6104 |
+
"is not the first time you see this warning, please ask the site "
|
6105 |
+
"administrator to check the Directory for possible configuration problems."
|
6106 |
+
msgstr ""
|
6107 |
+
"Ihr Eintrag kann momentan nicht erstellt werden. Bitte versuchen Sie es "
|
6108 |
+
"später noch einmal. wenn Sie diese Nachricht nicht zum ersten Mal sehen, "
|
6109 |
+
"kontaktieren Sie uns bitte, damit wir für Sie entsprechende Kategorien "
|
6110 |
+
"erstellen können."
|
6111 |
+
|
6112 |
+
#: core/view-submit-listing.php:238
|
6113 |
msgctxt "templates"
|
6114 |
msgid "Please select a fee option for the \"%s\" category."
|
6115 |
msgstr "Bitte wähle eine Preisoption für die Kategorie \"%s\""
|
6116 |
|
6117 |
+
#: core/view-submit-listing.php:316
|
6118 |
msgctxt "templates"
|
6119 |
msgid "Please agree to the Terms and Conditions."
|
6120 |
msgstr "Bitte akzeptieren Sie die Allgemeinen Geschäftsbedingungen."
|
6121 |
|
6122 |
+
#: core/view-submit-listing.php:322
|
6123 |
msgctxt "templates"
|
6124 |
msgid "The reCAPTCHA wasn't entered correctly."
|
6125 |
msgstr "Das reCAPTCHA wurde nicht korrekt eingegeben."
|
6126 |
|
6127 |
+
#: core/view-submit-listing.php:339
|
6128 |
msgctxt "templates"
|
6129 |
msgid "Read our Terms and Conditions"
|
6130 |
msgstr "Lesen Sie unsere AGBs."
|
6131 |
|
6132 |
+
#: core/view-submit-listing.php:344
|
6133 |
msgctxt "templates"
|
6134 |
msgid "Terms and Conditions:"
|
6135 |
msgstr "AGBs:"
|
6136 |
|
6137 |
+
#: core/view-submit-listing.php:355
|
6138 |
msgctxt "templates"
|
6139 |
msgid "I agree to the Terms and Conditions"
|
6140 |
msgstr "Ich akzeptiere die AGBs"
|
6141 |
|
6142 |
+
#: core/view-submit-listing.php:506 core/views/upgrade_listing.php:49
|
6143 |
msgctxt "submit"
|
6144 |
msgid "Listing upgrade to featured"
|
6145 |
msgstr "Eintrag erneuert auf Hervorgehoben"
|
6146 |
|
6147 |
+
#: core/view-submit-listing.php:539
|
6148 |
msgctxt "submit_state"
|
6149 |
msgid "Invalid submit state."
|
6150 |
msgstr "Ungültiger Zustand beim Einsenden."
|
6189 |
msgstr "← Zurück zum Verzeichnis."
|
6190 |
|
6191 |
#: core/views/checkout.php:130
|
6192 |
+
#, fuzzy
|
6193 |
msgctxt "checkout"
|
6194 |
+
msgid "Your payment was received successfully."
|
6195 |
msgstr "Deine Zahlung wurde erfolgreich durchgeführt."
|
6196 |
|
6197 |
#: core/views/checkout.php:137
|
6244 |
#: core/views/listing_contact.php:113
|
6245 |
msgctxt "templates"
|
6246 |
msgid "Contact listing owner"
|
6247 |
+
msgstr "Nachricht an den Kfz-Händler"
|
6248 |
|
6249 |
#: core/views/listing_contact.php:117
|
6250 |
msgctxt "templates"
|
6251 |
msgid "Send Message to listing owner"
|
6252 |
+
msgstr "Nachricht an den Kfz-Händler"
|
6253 |
|
6254 |
#: core/views/listing_contact.php:163
|
6255 |
msgid "l F j, Y \\a\\t g:i a"
|
6263 |
#: core/views/listing_contact.php:178
|
6264 |
msgctxt "contact-message"
|
6265 |
msgid "%s (admin: %s)"
|
6266 |
+
msgstr "%s (admin: %s)"
|
6267 |
|
6268 |
#: core/views/listing_contact.php:191
|
6269 |
msgctxt "contact-message"
|
6326 |
#: core/views/manage_recurring.php:103
|
6327 |
msgctxt "manage subscriptions"
|
6328 |
msgid "Subscription canceled."
|
6329 |
+
msgstr "Abonnement / Preispaket storniert. "
|
6330 |
|
6331 |
#: core/views/renew_listing.php:13
|
6332 |
msgctxt "renewal"
|
6354 |
msgid "Fee \"%s\" renewal for category \"%s\""
|
6355 |
msgstr "Preis \"%s\" Erneuerung für Kategorie \"%s\""
|
6356 |
|
6357 |
+
#: core/views/renew_listing.php:79
|
6358 |
msgctxt "renewal"
|
6359 |
msgid "Invalid renewal state."
|
6360 |
msgstr "Ungültiger Erneuerungszustand."
|
6361 |
|
6362 |
+
#: core/views/renew_listing.php:90
|
6363 |
msgctxt "templates"
|
6364 |
msgid "Recurring Fee Management"
|
6365 |
msgstr "Wiederholte Preise verwalten"
|
6366 |
|
6367 |
+
#: core/views/renew_listing.php:91
|
6368 |
msgctxt "renew"
|
6369 |
msgid ""
|
6370 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
6373 |
"Weil sie sich im bezahlten Modus befinden müssen sie ihre Einträge nicht "
|
6374 |
"erneuern. Dies wird automatisch durchgeführt."
|
6375 |
|
6376 |
+
#: core/views/renew_listing.php:93
|
6377 |
msgctxt "renewal"
|
6378 |
msgid "Current Fee Details"
|
6379 |
msgstr "Aktuelle Preisdetails"
|
6380 |
|
6381 |
+
#: core/views/renew_listing.php:95
|
6382 |
msgctxt "renewal"
|
6383 |
msgid "Number of images:"
|
6384 |
msgstr "Anzahl der Bilder:"
|
6385 |
|
6386 |
+
#: core/views/renew_listing.php:97
|
6387 |
msgctxt "renewal"
|
6388 |
msgid "Expiration date:"
|
6389 |
msgstr "Ablaufdatum:"
|
6390 |
|
6391 |
+
#: core/views/renew_listing.php:101
|
6392 |
msgctxt "renew"
|
6393 |
msgid ""
|
6394 |
"However, if you want to cancel your subscription you can do that on this "
|
6424 |
"An error occurred while sending the access keys to your e-mail address. "
|
6425 |
"Please try again."
|
6426 |
msgstr ""
|
6427 |
+
"Beim Senden der Zugriffsschlüssel an Ihre E-Mail-Adresse ist ein Fehler "
|
6428 |
+
"aufgetreten. Bitte versuche es erneut."
|
6429 |
|
6430 |
#: core/views/search.php:8
|
6431 |
msgctxt "views"
|
6432 |
msgid "Find A Listing"
|
6433 |
msgstr "Eintrag finden"
|
6434 |
|
6435 |
+
#: core/views/show_listing.php:12
|
6436 |
+
msgctxt "preview"
|
6437 |
+
msgid "This is just a preview. The listing has not been published yet."
|
6438 |
+
msgstr "Dies ist nur eine Vorschau. Der Eintrag wurde bisher nicht publiziert."
|
6439 |
+
|
6440 |
#: core/views/submit_listing.php:16
|
6441 |
msgctxt "templates"
|
6442 |
msgid ""
|
6443 |
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
6444 |
"Submission?\" setting checked?"
|
6445 |
msgstr ""
|
6446 |
+
"<b>View not available</b>. Do you have the \"Disable Frontend Listing "
|
6447 |
+
"Submission?\" setting checked?"
|
6448 |
|
6449 |
#: core/views/submit_listing.php:18
|
6450 |
msgctxt "templates"
|
6567 |
#: templates/billing-information-form.tpl.php:4
|
6568 |
msgctxt "months"
|
6569 |
msgid "Jan"
|
6570 |
+
msgstr "Jan"
|
6571 |
|
6572 |
#: templates/billing-information-form.tpl.php:5
|
6573 |
msgctxt "months"
|
6574 |
msgid "Feb"
|
6575 |
+
msgstr "Feb"
|
6576 |
|
6577 |
#: templates/billing-information-form.tpl.php:6
|
6578 |
msgctxt "months"
|
6579 |
msgid "Mar"
|
6580 |
+
msgstr "Mär"
|
6581 |
|
6582 |
#: templates/billing-information-form.tpl.php:7
|
6583 |
msgctxt "months"
|
6584 |
msgid "Apr"
|
6585 |
+
msgstr "Apr"
|
6586 |
|
6587 |
#: templates/billing-information-form.tpl.php:8
|
6588 |
msgctxt "months"
|
6589 |
msgid "May"
|
6590 |
+
msgstr "Mai"
|
6591 |
|
6592 |
#: templates/billing-information-form.tpl.php:9
|
6593 |
msgctxt "months"
|
6594 |
msgid "Jun"
|
6595 |
+
msgstr "Jun"
|
6596 |
|
6597 |
#: templates/billing-information-form.tpl.php:10
|
6598 |
msgctxt "months"
|
6599 |
msgid "Jul"
|
6600 |
+
msgstr "Jul"
|
6601 |
|
6602 |
#: templates/billing-information-form.tpl.php:11
|
6603 |
msgctxt "months"
|
6604 |
msgid "Aug"
|
6605 |
+
msgstr "Aug"
|
6606 |
|
6607 |
#: templates/billing-information-form.tpl.php:12
|
6608 |
msgctxt "months"
|
6609 |
msgid "Sep"
|
6610 |
+
msgstr "Sep"
|
6611 |
|
6612 |
#: templates/billing-information-form.tpl.php:13
|
6613 |
msgctxt "months"
|
6614 |
msgid "Oct"
|
6615 |
+
msgstr "Okt"
|
6616 |
|
6617 |
#: templates/billing-information-form.tpl.php:14
|
6618 |
msgctxt "months"
|
6619 |
msgid "Nov"
|
6620 |
+
msgstr "Nov"
|
6621 |
|
6622 |
#: templates/billing-information-form.tpl.php:15
|
6623 |
msgctxt "months"
|
6624 |
msgid "Dec"
|
6625 |
+
msgstr "Dez"
|
6626 |
|
6627 |
#: templates/billing-information-form.tpl.php:30
|
6628 |
msgctxt "checkout form"
|
6652 |
#: templates/billing-information-form.tpl.php:60
|
6653 |
msgctxt "checkout form"
|
6654 |
msgid "Card Number:"
|
6655 |
+
msgstr "Kreditkartennummer:"
|
6656 |
|
6657 |
#: templates/billing-information-form.tpl.php:68
|
6658 |
msgctxt "checkout form"
|
6662 |
#: templates/billing-information-form.tpl.php:88
|
6663 |
msgctxt "checkout form"
|
6664 |
msgid "CVC:"
|
6665 |
+
msgstr "Kartenprüfnummer:"
|
6666 |
|
6667 |
#: templates/billing-information-form.tpl.php:98
|
6668 |
msgctxt "checkout form"
|
6669 |
msgid "Billing Address"
|
6670 |
+
msgstr "Rechnungsadresse"
|
6671 |
|
6672 |
#: templates/billing-information-form.tpl.php:103
|
6673 |
msgctxt "checkout form"
|
6674 |
msgid "Country:"
|
6675 |
+
msgstr "Land:"
|
6676 |
|
6677 |
#: templates/billing-information-form.tpl.php:111
|
6678 |
msgctxt "checkout form"
|
6682 |
#: templates/billing-information-form.tpl.php:119
|
6683 |
msgctxt "checkout form"
|
6684 |
msgid "City:"
|
6685 |
+
msgstr "Stadt:"
|
6686 |
|
6687 |
#: templates/billing-information-form.tpl.php:127
|
6688 |
msgctxt "checkout form"
|
6689 |
msgid "Address Line 1:"
|
6690 |
+
msgstr "Adresszeile 1:"
|
6691 |
|
6692 |
#: templates/billing-information-form.tpl.php:135
|
6693 |
msgctxt "checkout form"
|
6694 |
msgid "Address Line 2:"
|
6695 |
+
msgstr "Adresszeile 2:"
|
6696 |
|
6697 |
#: templates/billing-information-form.tpl.php:143
|
6698 |
msgctxt "checkout form"
|
6699 |
msgid "ZIP Code:"
|
6700 |
+
msgstr "Postleitzahl"
|
6701 |
|
6702 |
#: templates/billing-information-form.tpl.php:151
|
6703 |
msgctxt "checkout form"
|
6826 |
"Below you'll find the access keys for all the listings registered with your "
|
6827 |
"e-mail address on our site."
|
6828 |
msgstr ""
|
6829 |
+
"Im Folgenden finden Sie die Zugangsschlüssel für alle Einträge, die mit "
|
6830 |
+
"Ihrer E-Mail-Adresse auf unserer Website registriert sind."
|
6831 |
|
6832 |
#: templates/email-access-keys.tpl.php:5
|
6833 |
msgctxt "request_access_keys"
|
6966 |
#: templates/parts/category-fee-selection.tpl.php:18
|
6967 |
msgctxt "templates"
|
6968 |
msgid "Fee"
|
6969 |
+
msgstr "Eintrag"
|
6970 |
|
6971 |
#: templates/parts/category-fee-selection.tpl.php:19
|
6972 |
msgctxt "templates"
|
6981 |
#: templates/parts/category-fee-selection.tpl.php:21
|
6982 |
msgctxt "templates"
|
6983 |
msgid "Images Allowed"
|
6984 |
+
msgstr "Bilderanzahl"
|
6985 |
|
6986 |
#: templates/parts/category-fee-selection.tpl.php:28
|
6987 |
msgctxt "templates"
|
7110 |
#: templates/renew-listing.tpl.php:22
|
7111 |
#: templates/submit-listing/category-selection.tpl.php:8
|
7112 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
7113 |
+
#: templates/submit-listing/images.tpl.php:51
|
7114 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
7115 |
msgctxt "templates"
|
7116 |
msgid "Continue"
|
7134 |
#: templates/search-form.tpl.php:17
|
7135 |
msgctxt "search"
|
7136 |
msgid "Clear"
|
7137 |
+
msgstr "Zurücksetzen"
|
7138 |
|
7139 |
#: templates/send-access-keys.tpl.php:5
|
7140 |
msgctxt "send-access-keys"
|
7212 |
msgid "Delete Image"
|
7213 |
msgstr "Bild löschen"
|
7214 |
|
7215 |
+
#: templates/submit-listing/images-single.tpl.php:25
|
7216 |
msgctxt "templates"
|
7217 |
msgid "Set this image as the listing thumbnail."
|
7218 |
msgstr "Dieses Bild als Eintragsbild setzen."
|
7219 |
|
7220 |
+
#: templates/submit-listing/images-upload-form.tpl.php:16
|
7221 |
msgctxt "templates"
|
7222 |
msgid "Upload Images"
|
7223 |
msgstr "Dateien hochladen"
|
7224 |
|
7225 |
+
#: templates/submit-listing/images-upload-form.tpl.php:21
|
7226 |
msgctxt "templates"
|
7227 |
msgid "Drop files here"
|
7228 |
msgstr "Dateien hier hinziehen"
|
7229 |
|
7230 |
+
#: templates/submit-listing/images-upload-form.tpl.php:22
|
7231 |
msgctxt "templates image upload"
|
7232 |
msgid "or"
|
7233 |
+
msgstr "oder"
|
7234 |
|
7235 |
+
#: templates/submit-listing/images-upload-form.tpl.php:23
|
7236 |
msgctxt "templates"
|
7237 |
msgid "Select images from your hard drive"
|
7238 |
msgstr "Wählen Sie Bilder von Ihrer Festplatte aus"
|
7239 |
|
7240 |
+
#: templates/submit-listing/images-upload-form.tpl.php:26
|
7241 |
msgctxt "templates"
|
7242 |
msgid "Uploading %s file(s)... Please wait."
|
7243 |
msgstr "Datei(en) %s hochladen... Bitte warten."
|
7244 |
|
7245 |
+
#: templates/submit-listing/images-upload-form.tpl.php:29
|
7246 |
msgctxt "templates"
|
7247 |
msgid ""
|
7248 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
7252 |
"Sie haben die maximale Anzahl der kostenlosen Bilder erreicht. Klicken Sie "
|
7253 |
"\"Weiter\" oder auf \"Bild Löschen\" um ein neues Bild hochzuladen."
|
7254 |
|
7255 |
+
#: templates/submit-listing/images-upload-form.tpl.php:36
|
7256 |
msgctxt "templates"
|
7257 |
msgid "Image slots available:"
|
7258 |
msgstr "verfügbare Bilder:"
|
7259 |
|
7260 |
+
#: templates/submit-listing/images-upload-form.tpl.php:42
|
7261 |
msgctxt "templates"
|
7262 |
msgid "File size:"
|
7263 |
msgstr "Max. Dateigröße:"
|
7264 |
|
7265 |
+
#: templates/submit-listing/images-upload-form.tpl.php:44
|
7266 |
+
#: templates/submit-listing/images-upload-form.tpl.php:51
|
7267 |
+
#: templates/submit-listing/images-upload-form.tpl.php:58
|
7268 |
msgctxt "templates"
|
7269 |
msgid "No limit"
|
7270 |
+
msgstr "Keine Beschränkungen"
|
7271 |
|
7272 |
+
#: templates/submit-listing/images-upload-form.tpl.php:49
|
7273 |
msgctxt "templates"
|
7274 |
msgid "Image width:"
|
7275 |
msgstr "Bildergröße (in px):"
|
7276 |
|
7277 |
+
#: templates/submit-listing/images-upload-form.tpl.php:56
|
7278 |
msgctxt "templates"
|
7279 |
msgid "Image height:"
|
7280 |
msgstr "Bilderhöhe (in px):"
|
7281 |
|
7282 |
+
#: templates/submit-listing/images.tpl.php:6
|
7283 |
msgctxt "templates"
|
7284 |
msgid "Listing Images"
|
7285 |
msgstr "Eintrag Bilder"
|
7286 |
|
7287 |
+
#: templates/submit-listing/images.tpl.php:9
|
7288 |
msgctxt "templates"
|
7289 |
msgid ""
|
7290 |
"There is an image pending upload. Would you still like to continue without "
|
7293 |
"Ein Bild wird gerade hochgeladen. Möchtest du fortfahren ohne das Bild zu "
|
7294 |
"speichern?"
|
7295 |
|
7296 |
+
#: templates/submit-listing/images.tpl.php:14
|
7297 |
+
msgctxt "templates"
|
7298 |
+
msgid "Current Images"
|
7299 |
+
msgstr "Aktuelle Bilder"
|
7300 |
+
|
7301 |
+
#: templates/submit-listing/images.tpl.php:15
|
7302 |
msgctxt "templates"
|
7303 |
msgid "There are no images currently attached to your listing."
|
7304 |
msgstr "Im Moment sind keine Bilder dem Eintrag angehängt."
|
7316 |
#: themes/default/templates/excerpt_content.tpl.php:13
|
7317 |
msgctxt "themes/default"
|
7318 |
msgid "Address"
|
7319 |
+
msgstr "Adresse"
|
7320 |
|
7321 |
#. Plugin URI of the plugin/theme
|
7322 |
msgid "http://www.businessdirectoryplugin.com"
|
7327 |
"Provides the ability to maintain a free or paid business directory on your "
|
7328 |
"WordPress powered site."
|
7329 |
msgstr ""
|
7330 |
+
"Bietet die Möglichkeit, ein kostenloses oder bezahltes Business-Verzeichnis "
|
7331 |
+
"auf Ihrer WordPress Webseite zu betreiben."
|
7332 |
|
7333 |
#. Author of the plugin/theme
|
7334 |
msgid "D. Rodenbaugh"
|
7338 |
msgid "http://businessdirectoryplugin.com"
|
7339 |
msgstr "http://businessdirectoryplugin.com"
|
7340 |
|
7341 |
+
#~ msgctxt "admin"
|
7342 |
+
#~ msgid "Listing Fields"
|
7343 |
+
#~ msgstr "Eintrag Felder"
|
7344 |
+
|
7345 |
+
#~ msgctxt "templates"
|
7346 |
+
#~ msgid "There are no images currently attached to the listing."
|
7347 |
+
#~ msgstr ""
|
7348 |
+
#~ "Es sind keine Bilder vorhanden die dem Eintrag aktuell hinzugefügt wurden."
|
7349 |
+
|
7350 |
+
#~ msgctxt "admin csv-export"
|
7351 |
+
#~ msgid "Column Separator"
|
7352 |
+
#~ msgstr "Spaltentrenner"
|
7353 |
+
|
7354 |
#~ msgctxt "admin settings"
|
7355 |
#~ msgid ""
|
7356 |
#~ "Allow visitors to discuss listings using the standard WordPress comment "
|
7430 |
#~ msgid "The directory is temporarily disabled."
|
7431 |
#~ msgstr "Das Verzeichnis wurde temporär deaktiviert."
|
7432 |
|
|
|
|
|
|
|
|
|
|
|
7433 |
#~ msgctxt "templates"
|
7434 |
#~ msgid "Listings tagged: %s"
|
7435 |
#~ msgstr "Getaggte Einträge: %s"
|
languages/WPBDM-en_US.mo
CHANGED
Binary file
|
languages/WPBDM-en_US.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 3.6\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
-
"POT-Creation-Date: 2017-
|
8 |
"PO-Revision-Date: 2017-01-16 17:47-0500\n"
|
9 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
10 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -120,13 +120,13 @@ msgctxt "admin actions"
|
|
120 |
msgid "Renew Listing"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: admin/class-admin.php:
|
124 |
msgid ""
|
125 |
"Preview is only available after you've saved the first draft. This is due\n"
|
126 |
"to how WordPress stores the data."
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: admin/class-admin.php:
|
130 |
msgctxt "drip pointer"
|
131 |
msgid ""
|
132 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -134,137 +134,137 @@ msgid ""
|
|
134 |
"a FREE premium module just for signing up."
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: admin/class-admin.php:
|
138 |
msgctxt "drip pointer"
|
139 |
msgid "Email Address:"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: admin/class-admin.php:
|
143 |
msgctxt "drip pointer"
|
144 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: admin/class-admin.php:
|
148 |
msgctxt "drip pointer"
|
149 |
msgid "Yes, please!"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: admin/class-admin.php:
|
153 |
msgctxt "drip pointer"
|
154 |
msgid "No, thanks"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: admin/class-admin.php:
|
158 |
msgctxt "admin"
|
159 |
msgid "Business Directory"
|
160 |
msgstr ""
|
161 |
|
162 |
-
#: admin/class-admin.php:
|
163 |
msgctxt "admin"
|
164 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: admin/class-admin.php:
|
168 |
msgctxt "drip pointer"
|
169 |
msgid "Invalid e-mail address."
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: admin/class-admin.php:
|
173 |
msgctxt "admin menu"
|
174 |
msgid "Business Directory Admin"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: admin/class-admin.php:
|
178 |
msgctxt "admin menu"
|
179 |
msgid "Dir. Admin"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: admin/class-admin.php:
|
183 |
msgctxt "admin menu"
|
184 |
msgid "Directory Admin"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: admin/class-admin.php:
|
188 |
msgctxt "admin menu"
|
189 |
msgid "Add New Listing"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: admin/class-admin.php:
|
193 |
msgctxt "admin menu"
|
194 |
msgid "Manage Options"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: admin/class-admin.php:
|
198 |
msgctxt "admin menu"
|
199 |
msgid "Manage Fees"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: admin/class-admin.php:
|
203 |
msgctxt "admin menu"
|
204 |
msgid "Manage Form Fields"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: admin/class-admin.php:
|
208 |
msgctxt "admin menu"
|
209 |
msgid "Listings"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: admin/class-admin.php:
|
213 |
msgctxt "admin menu"
|
214 |
msgid "CSV Import"
|
215 |
msgstr ""
|
216 |
|
217 |
-
#: admin/class-admin.php:
|
218 |
msgctxt "admin menu"
|
219 |
msgid "CSV Export"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: admin/class-admin.php:
|
223 |
msgctxt "admin menu"
|
224 |
msgid "Debug"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: admin/class-admin.php:
|
228 |
msgctxt "admin menu"
|
229 |
msgid "Main Menu"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#: admin/class-admin.php:
|
233 |
msgctxt "admin menu"
|
234 |
msgid "Uninstall Business Directory Plugin"
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: admin/class-admin.php:
|
238 |
msgctxt "admin menu"
|
239 |
msgid "Uninstall"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: admin/class-admin.php:
|
243 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
244 |
msgctxt "admin infometabox"
|
245 |
msgid "never"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: admin/class-admin.php:
|
249 |
msgctxt "admin"
|
250 |
msgid "Dismiss this notice."
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: admin/class-admin.php:
|
254 |
msgctxt "admin"
|
255 |
msgid "The listing has been published."
|
256 |
msgid_plural "The listings have been published."
|
257 |
msgstr[0] ""
|
258 |
msgstr[1] ""
|
259 |
|
260 |
-
#: admin/class-admin.php:
|
261 |
msgctxt "admin"
|
262 |
msgid "The listing status has been set as paid."
|
263 |
msgid_plural "The listings status has been set as paid."
|
264 |
msgstr[0] ""
|
265 |
msgstr[1] ""
|
266 |
|
267 |
-
#: admin/class-admin.php:
|
268 |
msgctxt "admin"
|
269 |
msgid ""
|
270 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
@@ -276,28 +276,28 @@ msgid_plural ""
|
|
276 |
msgstr[0] ""
|
277 |
msgstr[1] ""
|
278 |
|
279 |
-
#: admin/class-admin.php:
|
280 |
msgctxt "admin"
|
281 |
msgid "The listing has been modified."
|
282 |
msgid_plural "The listings have been modified."
|
283 |
msgstr[0] ""
|
284 |
msgstr[1] ""
|
285 |
|
286 |
-
#: admin/class-admin.php:
|
287 |
msgctxt "admin"
|
288 |
msgid "The listing has been upgraded."
|
289 |
msgid_plural "The listings have been upgraded."
|
290 |
msgstr[0] ""
|
291 |
msgstr[1] ""
|
292 |
|
293 |
-
#: admin/class-admin.php:
|
294 |
msgctxt "admin"
|
295 |
msgid "The listing has been downgraded."
|
296 |
msgid_plural "The listings have been downgraded."
|
297 |
msgstr[0] ""
|
298 |
msgstr[1] ""
|
299 |
|
300 |
-
#: admin/class-admin.php:
|
301 |
msgctxt "admin payments"
|
302 |
msgid ""
|
303 |
"The payment status was not changed. Recurring payments can't be manually "
|
@@ -305,123 +305,123 @@ msgid ""
|
|
305 |
"went through."
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: admin/class-admin.php:
|
309 |
msgctxt "admin"
|
310 |
msgid "The transaction has been approved."
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: admin/class-admin.php:
|
314 |
msgctxt "admin"
|
315 |
msgid "The transaction has been rejected."
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: admin/class-admin.php:
|
319 |
msgctxt "admin"
|
320 |
msgid "The fee was successfully assigned."
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: admin/class-admin.php:
|
324 |
msgctxt "admin"
|
325 |
msgid "Listing was renewed."
|
326 |
msgid_plural "Listings were renewed."
|
327 |
msgstr[0] ""
|
328 |
msgstr[1] ""
|
329 |
|
330 |
-
#: admin/class-admin.php:
|
331 |
msgctxt "admin"
|
332 |
msgid "Renewal email sent."
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: admin/class-admin.php:
|
336 |
msgctxt "admin category id"
|
337 |
msgid "ID"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: admin/class-admin.php:
|
341 |
msgctxt "admin"
|
342 |
msgid "Listing Count"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: admin/class-admin.php:
|
346 |
msgctxt "admin"
|
347 |
msgid ""
|
348 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
349 |
"associations in order to work correctly: <b>%s</b>."
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: admin/class-admin.php:
|
353 |
msgctxt "admin"
|
354 |
msgid ""
|
355 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
356 |
"association in order to work correctly."
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: admin/class-admin.php:
|
360 |
msgctxt "admin"
|
361 |
msgid ""
|
362 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
363 |
"or let Business Directory do this for you automatically."
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: admin/class-admin.php:
|
367 |
msgctxt "admin"
|
368 |
msgid "Go to \"Manage Form Fields\""
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: admin/class-admin.php:
|
372 |
msgctxt "admin"
|
373 |
msgid "Create these required fields for me"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: admin/class-admin.php:
|
377 |
msgctxt "admin"
|
378 |
msgid ""
|
379 |
"<b>Business Directory Plugin</b> requires a page with the "
|
380 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: admin/class-admin.php:
|
384 |
msgctxt "admin"
|
385 |
msgid ""
|
386 |
"You can create this page by yourself or let Business Directory do this for "
|
387 |
"you automatically."
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: admin/class-admin.php:
|
391 |
msgctxt "admin"
|
392 |
msgid "Create required pages for me"
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: admin/class-admin.php:
|
396 |
msgctxt "admin compat"
|
397 |
msgid "Installed: %s"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: admin/class-admin.php:
|
401 |
msgctxt "admin compat"
|
402 |
msgid "N/A"
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: admin/class-admin.php:
|
406 |
msgctxt "admin compat"
|
407 |
msgid "Required: %s"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: admin/class-admin.php:
|
411 |
msgctxt "admin compat"
|
412 |
msgid ""
|
413 |
"Business Directory has detected some incompatible premium module versions "
|
414 |
"installed."
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: admin/class-admin.php:
|
418 |
msgctxt "admin compat"
|
419 |
msgid ""
|
420 |
"Please upgrade to the required versions indicated below to make sure "
|
421 |
"everything functions properly."
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: admin/class-admin.php:
|
425 |
msgctxt "admin"
|
426 |
msgid ""
|
427 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -429,22 +429,6 @@ msgid ""
|
|
429 |
"and check \"Anyone can register\" to make sure BD works properly."
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: admin/class-listing-fields-metabox.php:21
|
433 |
-
msgctxt "admin"
|
434 |
-
msgid "Listing Fields"
|
435 |
-
msgstr ""
|
436 |
-
|
437 |
-
#: admin/class-listing-fields-metabox.php:40
|
438 |
-
#: templates/submit-listing/images.tpl.php:12
|
439 |
-
msgctxt "templates"
|
440 |
-
msgid "Current Images"
|
441 |
-
msgstr ""
|
442 |
-
|
443 |
-
#: admin/class-listing-fields-metabox.php:41
|
444 |
-
msgctxt "templates"
|
445 |
-
msgid "There are no images currently attached to the listing."
|
446 |
-
msgstr ""
|
447 |
-
|
448 |
#: admin/class-themes-admin.php:47
|
449 |
msgctxt "themes"
|
450 |
msgid "Directory Themes"
|
@@ -517,7 +501,7 @@ msgstr ""
|
|
517 |
|
518 |
#: admin/class-themes-admin.php:229
|
519 |
msgctxt "themes"
|
520 |
-
msgid "Theme was deleted
|
521 |
msgstr ""
|
522 |
|
523 |
#: admin/class-themes-admin.php:232
|
@@ -572,17 +556,17 @@ msgctxt "themes"
|
|
572 |
msgid "Activate your <a>license key</a> to use this theme."
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: admin/csv-export.php:
|
576 |
msgctxt "admin csv-export"
|
577 |
msgid "Could not create a temporary directory for handling this CSV export."
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: admin/csv-export.php:
|
581 |
msgctxt "admin csv-export"
|
582 |
msgid "Could not create wpbdp-csv-exports directory."
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: admin/csv-export.php:
|
586 |
msgctxt "admin csv-export"
|
587 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
588 |
msgstr ""
|
@@ -1211,101 +1195,120 @@ msgstr ""
|
|
1211 |
|
1212 |
#: admin/templates/csv-export.tpl.php:94
|
1213 |
msgctxt "admin csv-export"
|
1214 |
-
msgid "
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:
|
1218 |
-
#: admin/templates/csv-export.tpl.php:
|
1219 |
#: admin/templates/csv-import.tpl.php:109
|
1220 |
-
#: admin/templates/csv-import.tpl.php:
|
1221 |
-
#: admin/templates/csv-import.tpl.php:
|
1222 |
-
#: admin/templates/csv-import.tpl.php:
|
1223 |
msgctxt "admin forms"
|
1224 |
msgid "required"
|
1225 |
msgstr ""
|
1226 |
|
1227 |
-
#: admin/templates/csv-export.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1228 |
msgctxt "admin csv-export"
|
1229 |
msgid "Image Separator"
|
1230 |
msgstr ""
|
1231 |
|
1232 |
-
#: admin/templates/csv-export.tpl.php:
|
1233 |
msgctxt "admin csv-export"
|
1234 |
msgid "Category Separator"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: admin/templates/csv-export.tpl.php:
|
1238 |
msgctxt "admin csv-export"
|
1239 |
msgid "Export Listings"
|
1240 |
msgstr ""
|
1241 |
|
1242 |
-
#: admin/templates/csv-export.tpl.php:
|
1243 |
msgctxt "admin csv-export"
|
1244 |
msgid "Export in Progress..."
|
1245 |
msgstr ""
|
1246 |
|
1247 |
-
#: admin/templates/csv-export.tpl.php:
|
1248 |
msgctxt "admin csv-export"
|
1249 |
msgid ""
|
1250 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
1251 |
"until the export finishes."
|
1252 |
msgstr ""
|
1253 |
|
1254 |
-
#: admin/templates/csv-export.tpl.php:
|
1255 |
msgctxt "admin csv-export"
|
1256 |
msgid "No. of listings:"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
-
#: admin/templates/csv-export.tpl.php:
|
1260 |
msgctxt "admin csv-export"
|
1261 |
msgid "Approximate export file size:"
|
1262 |
msgstr ""
|
1263 |
|
1264 |
-
#: admin/templates/csv-export.tpl.php:
|
1265 |
msgctxt "admin csv-export"
|
1266 |
msgid "Cancel Export"
|
1267 |
msgstr ""
|
1268 |
|
1269 |
-
#: admin/templates/csv-export.tpl.php:
|
1270 |
msgctxt "admin csv-export"
|
1271 |
msgid "Export Complete"
|
1272 |
msgstr ""
|
1273 |
|
1274 |
-
#: admin/templates/csv-export.tpl.php:
|
1275 |
msgctxt "admin csv-export"
|
1276 |
msgid ""
|
1277 |
"Your export file has been successfully created and it is now ready for "
|
1278 |
"download."
|
1279 |
msgstr ""
|
1280 |
|
1281 |
-
#: admin/templates/csv-export.tpl.php:
|
1282 |
msgctxt "admin csv-export"
|
1283 |
msgid "Download %s (%s)"
|
1284 |
msgstr ""
|
1285 |
|
1286 |
-
#: admin/templates/csv-export.tpl.php:
|
1287 |
msgctxt "admin csv-export"
|
1288 |
msgid ""
|
1289 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
1290 |
"temporary data created by Business Directory during the export process."
|
1291 |
msgstr ""
|
1292 |
|
1293 |
-
#: admin/templates/csv-export.tpl.php:
|
1294 |
msgctxt "admin csv-export"
|
1295 |
msgid "Cleanup"
|
1296 |
msgstr ""
|
1297 |
|
1298 |
-
#: admin/templates/csv-export.tpl.php:
|
1299 |
msgctxt "admin csv-export"
|
1300 |
msgid "Export Canceled"
|
1301 |
msgstr ""
|
1302 |
|
1303 |
-
#: admin/templates/csv-export.tpl.php:
|
1304 |
msgctxt "admin csv-export"
|
1305 |
msgid "The export has been canceled."
|
1306 |
msgstr ""
|
1307 |
|
1308 |
-
#: admin/templates/csv-export.tpl.php:
|
1309 |
msgctxt "admin csv-export"
|
1310 |
msgid "← Return to CSV Export"
|
1311 |
msgstr ""
|
@@ -1433,7 +1436,7 @@ msgctxt "admin csv-import"
|
|
1433 |
msgid "Warning"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
-
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:
|
1437 |
msgctxt "admin csv-import"
|
1438 |
msgid "Help"
|
1439 |
msgstr ""
|
@@ -1490,110 +1493,125 @@ msgctxt "admin csv-import"
|
|
1490 |
msgid "Column Separator"
|
1491 |
msgstr ""
|
1492 |
|
1493 |
-
#: admin/templates/csv-import.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1494 |
msgctxt "admin csv-import"
|
1495 |
msgid "Image Separator"
|
1496 |
msgstr ""
|
1497 |
|
1498 |
-
#: admin/templates/csv-import.tpl.php:
|
1499 |
msgctxt "admin csv-import"
|
1500 |
msgid "Category Separator"
|
1501 |
msgstr ""
|
1502 |
|
1503 |
-
#: admin/templates/csv-import.tpl.php:
|
1504 |
msgctxt "admin csv-import"
|
1505 |
msgid "Import settings"
|
1506 |
msgstr ""
|
1507 |
|
1508 |
-
#: admin/templates/csv-import.tpl.php:
|
1509 |
msgctxt "admin csv-import"
|
1510 |
msgid "Post status of imported listings"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
-
#: admin/templates/csv-import.tpl.php:
|
1514 |
msgctxt "admin csv-import"
|
1515 |
msgid "Missing categories handling"
|
1516 |
msgstr ""
|
1517 |
|
1518 |
-
#: admin/templates/csv-import.tpl.php:
|
1519 |
msgctxt "admin csv-import"
|
1520 |
msgid "Auto-create categories"
|
1521 |
msgstr ""
|
1522 |
|
1523 |
-
#: admin/templates/csv-import.tpl.php:
|
1524 |
msgctxt "admin csv-import"
|
1525 |
msgid "Generate errors when a category is not found"
|
1526 |
msgstr ""
|
1527 |
|
1528 |
-
#: admin/templates/csv-import.tpl.php:
|
1529 |
msgctxt "admin csv-import"
|
1530 |
msgid "Keep existing listing images?"
|
1531 |
msgstr ""
|
1532 |
|
1533 |
-
#: admin/templates/csv-import.tpl.php:
|
1534 |
msgctxt "admin csv-import"
|
1535 |
msgid "Keep existing images."
|
1536 |
msgstr ""
|
1537 |
|
1538 |
-
#: admin/templates/csv-import.tpl.php:
|
1539 |
msgctxt "admin csv-import"
|
1540 |
msgid "Appends new images while keeping current ones."
|
1541 |
msgstr ""
|
1542 |
|
1543 |
-
#: admin/templates/csv-import.tpl.php:
|
1544 |
msgctxt "admin csv-import"
|
1545 |
msgid "Assign listings to a user?"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
-
#: admin/templates/csv-import.tpl.php:
|
1549 |
msgctxt "admin csv-import"
|
1550 |
msgid "Assign listings to a user."
|
1551 |
msgstr ""
|
1552 |
|
1553 |
-
#: admin/templates/csv-import.tpl.php:
|
1554 |
msgctxt "admin csv-import"
|
1555 |
msgid "Use a default user for listings?"
|
1556 |
msgstr ""
|
1557 |
|
1558 |
-
#: admin/templates/csv-import.tpl.php:
|
1559 |
msgctxt "admin csv-import"
|
1560 |
msgid ""
|
1561 |
"Select a default user to be used if the username column is not present in "
|
1562 |
"the CSV file."
|
1563 |
msgstr ""
|
1564 |
|
1565 |
-
#: admin/templates/csv-import.tpl.php:
|
1566 |
msgctxt "admin csv-import"
|
1567 |
msgid "Default listing user"
|
1568 |
msgstr ""
|
1569 |
|
1570 |
-
#: admin/templates/csv-import.tpl.php:
|
1571 |
msgctxt "admin csv-import"
|
1572 |
msgid ""
|
1573 |
"This user will be used if the username column is not present in the CSV file."
|
1574 |
msgstr ""
|
1575 |
|
1576 |
-
#: admin/templates/csv-import.tpl.php:
|
1577 |
msgctxt "admin csv-import"
|
1578 |
msgid "Disable e-mail notifications during import?"
|
1579 |
msgstr ""
|
1580 |
|
1581 |
-
#: admin/templates/csv-import.tpl.php:
|
1582 |
msgctxt "admin csv-import"
|
1583 |
msgid "Disable e-mail notifications."
|
1584 |
msgstr ""
|
1585 |
|
1586 |
-
#: admin/templates/csv-import.tpl.php:
|
1587 |
msgctxt "admin csv-import"
|
1588 |
msgid "Test Import"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
-
#: admin/templates/csv-import.tpl.php:
|
1592 |
msgctxt "admin csv-import"
|
1593 |
msgid "Import Listings"
|
1594 |
msgstr ""
|
1595 |
|
1596 |
-
#: admin/templates/csv-import.tpl.php:
|
1597 |
msgctxt "admin csv-import"
|
1598 |
msgid ""
|
1599 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -1602,48 +1620,48 @@ msgid ""
|
|
1602 |
"how an import file should look like."
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#: admin/templates/csv-import.tpl.php:
|
1606 |
msgctxt "admin csv-import"
|
1607 |
msgid "Header name/label"
|
1608 |
msgstr ""
|
1609 |
|
1610 |
-
#: admin/templates/csv-import.tpl.php:
|
1611 |
msgctxt "admin csv-import"
|
1612 |
msgid "Field"
|
1613 |
msgstr ""
|
1614 |
|
1615 |
-
#: admin/templates/csv-import.tpl.php:
|
1616 |
msgctxt "admin csv-import"
|
1617 |
msgid "Type"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
-
#: admin/templates/csv-import.tpl.php:
|
1621 |
msgctxt "admin csv-import"
|
1622 |
msgid "Required?"
|
1623 |
msgstr ""
|
1624 |
|
1625 |
-
#: admin/templates/csv-import.tpl.php:
|
1626 |
msgctxt "admin csv-import"
|
1627 |
msgid "Multivalued?"
|
1628 |
msgstr ""
|
1629 |
|
1630 |
-
#: admin/templates/csv-import.tpl.php:
|
1631 |
msgctxt "admin csv-import"
|
1632 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1633 |
msgstr ""
|
1634 |
|
1635 |
-
#: admin/templates/csv-import.tpl.php:
|
1636 |
msgctxt "admin csv-import"
|
1637 |
msgid "Listing author's username"
|
1638 |
msgstr ""
|
1639 |
|
1640 |
-
#: admin/templates/csv-import.tpl.php:
|
1641 |
msgctxt "admin csv-import"
|
1642 |
msgid ""
|
1643 |
"Internal Sequence ID used to allow listing updates from external sources."
|
1644 |
msgstr ""
|
1645 |
|
1646 |
-
#: admin/templates/csv-import.tpl.php:
|
1647 |
msgctxt "admin csv-import"
|
1648 |
msgid ""
|
1649 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -2097,7 +2115,7 @@ msgctxt "form-fields admin"
|
|
2097 |
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
2098 |
msgstr ""
|
2099 |
|
2100 |
-
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.
|
2101 |
#. Plugin Name of the plugin/theme
|
2102 |
#: admin/templates/header.tpl.php:4
|
2103 |
msgid "Business Directory Plugin"
|
@@ -2833,64 +2851,69 @@ msgctxt "tracking"
|
|
2833 |
msgid "Allow Tracking"
|
2834 |
msgstr ""
|
2835 |
|
2836 |
-
#: business-directory-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
2837 |
msgctxt "admin plugins"
|
2838 |
msgid "Settings"
|
2839 |
msgstr ""
|
2840 |
|
2841 |
-
#: business-directory-plugin.php:
|
2842 |
msgctxt "rss feed"
|
2843 |
msgid "%s Feed"
|
2844 |
msgstr ""
|
2845 |
|
2846 |
-
#: business-directory-plugin.php:
|
2847 |
#: core/views/submit_listing.php:10
|
2848 |
msgctxt "views"
|
2849 |
msgid "Submit A Listing"
|
2850 |
msgstr ""
|
2851 |
|
2852 |
-
#: business-directory-plugin.php:
|
2853 |
msgctxt "title"
|
2854 |
msgid "Find a Listing"
|
2855 |
msgstr ""
|
2856 |
|
2857 |
-
#: business-directory-plugin.php:
|
2858 |
msgctxt "title"
|
2859 |
msgid "View All Listings"
|
2860 |
msgstr ""
|
2861 |
|
2862 |
-
#: business-directory-plugin.php:
|
2863 |
msgctxt "title"
|
2864 |
msgid "Listings tagged: %s"
|
2865 |
msgstr ""
|
2866 |
|
2867 |
-
#: core/api.php:
|
2868 |
msgid "Free"
|
2869 |
msgstr ""
|
2870 |
|
2871 |
-
#: core/class-csv-import.php:
|
2872 |
msgctxt "admin csv-import"
|
2873 |
msgid ""
|
2874 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2875 |
"with the following error: <error-message>."
|
2876 |
msgstr ""
|
2877 |
|
2878 |
-
#: core/class-csv-import.php:
|
2879 |
msgctxt "admin csv-import"
|
2880 |
msgid "Could not create listing category \"%s\""
|
2881 |
msgstr ""
|
2882 |
|
2883 |
-
#: core/class-csv-import.php:
|
2884 |
msgctxt "admin csv-import"
|
2885 |
msgid "Username \"%s\" does not exist"
|
2886 |
msgstr ""
|
2887 |
|
2888 |
-
#: core/class-csv-import.php:
|
2889 |
msgctxt "admin csv-import"
|
2890 |
msgid "Missing required field: %s"
|
2891 |
msgstr ""
|
2892 |
|
2893 |
-
#: core/class-csv-import.php:
|
2894 |
msgctxt "admin csv-import"
|
2895 |
msgid "Listing category \"%s\" does not exist"
|
2896 |
msgstr ""
|
@@ -3019,12 +3042,12 @@ msgctxt "listing"
|
|
3019 |
msgid "(Fee Unavailable)"
|
3020 |
msgstr ""
|
3021 |
|
3022 |
-
#: core/class-listings-api.php:
|
3023 |
msgctxt "notify email"
|
3024 |
msgid "[%s] New listing notification"
|
3025 |
msgstr ""
|
3026 |
|
3027 |
-
#: core/class-listings-api.php:
|
3028 |
msgctxt "notify email"
|
3029 |
msgid "[%s] Listing edit notification"
|
3030 |
msgstr ""
|
@@ -3069,12 +3092,12 @@ msgctxt "widgets"
|
|
3069 |
msgid "Leave blank for automatic height."
|
3070 |
msgstr ""
|
3071 |
|
3072 |
-
#: core/class-payment.php:223
|
3073 |
msgctxt "listings"
|
3074 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3075 |
msgstr ""
|
3076 |
|
3077 |
-
#: core/class-payment.php:226
|
3078 |
msgctxt "listings"
|
3079 |
msgid "(recurring)"
|
3080 |
msgstr ""
|
@@ -4633,17 +4656,17 @@ msgstr ""
|
|
4633 |
msgid "Directory Tag"
|
4634 |
msgstr ""
|
4635 |
|
4636 |
-
#: core/compatibility/class-navxt-integration.php:
|
4637 |
msgctxt "navxt"
|
4638 |
msgid "Submit Listing"
|
4639 |
msgstr ""
|
4640 |
|
4641 |
-
#: core/compatibility/class-navxt-integration.php:
|
4642 |
msgctxt "navxt"
|
4643 |
msgid "Edit Listing"
|
4644 |
msgstr ""
|
4645 |
|
4646 |
-
#: core/compatibility/class-navxt-integration.php:
|
4647 |
msgctxt "navxt"
|
4648 |
msgid "Search"
|
4649 |
msgstr ""
|
@@ -4655,14 +4678,14 @@ msgstr ""
|
|
4655 |
|
4656 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
4657 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
4658 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4659 |
msgctxt "form-fields admin"
|
4660 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4661 |
msgstr ""
|
4662 |
|
4663 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
4664 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
4665 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4666 |
msgctxt "form-fields admin"
|
4667 |
msgid "Field list of options is required."
|
4668 |
msgstr ""
|
@@ -4753,18 +4776,18 @@ msgctxt "form-fields api"
|
|
4753 |
msgid "Select List"
|
4754 |
msgstr ""
|
4755 |
|
4756 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4757 |
msgctxt "form-fields-api category-select"
|
4758 |
msgid "-- Choose Terms --"
|
4759 |
msgstr ""
|
4760 |
|
4761 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4762 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4763 |
msgctxt "form-fields-api category-select"
|
4764 |
msgid "-- Choose One --"
|
4765 |
msgstr ""
|
4766 |
|
4767 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4768 |
msgctxt "form-fields admin"
|
4769 |
msgid "Allow empty selection on search?"
|
4770 |
msgstr ""
|
@@ -5150,7 +5173,7 @@ msgstr ""
|
|
5150 |
|
5151 |
#: core/helpers/class-themes-updater.php:165
|
5152 |
msgctxt "themes"
|
5153 |
-
msgid "Theme was updated
|
5154 |
msgstr ""
|
5155 |
|
5156 |
#: core/installer.php:43
|
@@ -5249,7 +5272,7 @@ msgstr ""
|
|
5249 |
#: core/installer.php:1110
|
5250 |
msgctxt "manual-upgrade"
|
5251 |
msgid ""
|
5252 |
-
"The upgrade was
|
5253 |
"available."
|
5254 |
msgstr ""
|
5255 |
|
@@ -5518,39 +5541,39 @@ msgctxt "templates"
|
|
5518 |
msgid "No listing categories found."
|
5519 |
msgstr ""
|
5520 |
|
5521 |
-
#: core/templates-ui.php:
|
5522 |
msgid "Directory"
|
5523 |
msgstr ""
|
5524 |
|
5525 |
-
#: core/templates-ui.php:
|
5526 |
msgid "View All Listings"
|
5527 |
msgstr ""
|
5528 |
|
5529 |
-
#: core/templates-ui.php:
|
5530 |
msgid "Create A Listing"
|
5531 |
msgstr ""
|
5532 |
|
5533 |
-
#: core/templates-ui.php:
|
5534 |
msgctxt "templates"
|
5535 |
msgid "Search Listings"
|
5536 |
msgstr ""
|
5537 |
|
5538 |
-
#: core/templates-ui.php:
|
5539 |
msgctxt "templates"
|
5540 |
msgid "Advanced Search"
|
5541 |
msgstr ""
|
5542 |
|
5543 |
-
#: core/templates-ui.php:
|
5544 |
msgctxt "templates sort"
|
5545 |
msgid "Sort By:"
|
5546 |
msgstr ""
|
5547 |
|
5548 |
-
#: core/templates-ui.php:
|
5549 |
msgctxt "sort"
|
5550 |
msgid "Reset"
|
5551 |
msgstr ""
|
5552 |
|
5553 |
-
#: core/templates-ui.php:
|
5554 |
msgctxt "sort"
|
5555 |
msgid "(Reset)"
|
5556 |
msgstr ""
|
@@ -5665,42 +5688,64 @@ msgid ""
|
|
5665 |
"You are logged in as an administrator. Any payment steps will be skipped."
|
5666 |
msgstr ""
|
5667 |
|
5668 |
-
#: core/view-submit-listing.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5669 |
msgctxt "templates"
|
5670 |
msgid "Please select a fee option for the \"%s\" category."
|
5671 |
msgstr ""
|
5672 |
|
5673 |
-
#: core/view-submit-listing.php:
|
5674 |
msgctxt "templates"
|
5675 |
msgid "Please agree to the Terms and Conditions."
|
5676 |
msgstr ""
|
5677 |
|
5678 |
-
#: core/view-submit-listing.php:
|
5679 |
msgctxt "templates"
|
5680 |
msgid "The reCAPTCHA wasn't entered correctly."
|
5681 |
msgstr ""
|
5682 |
|
5683 |
-
#: core/view-submit-listing.php:
|
5684 |
msgctxt "templates"
|
5685 |
msgid "Read our Terms and Conditions"
|
5686 |
msgstr ""
|
5687 |
|
5688 |
-
#: core/view-submit-listing.php:
|
5689 |
msgctxt "templates"
|
5690 |
msgid "Terms and Conditions:"
|
5691 |
msgstr ""
|
5692 |
|
5693 |
-
#: core/view-submit-listing.php:
|
5694 |
msgctxt "templates"
|
5695 |
msgid "I agree to the Terms and Conditions"
|
5696 |
msgstr ""
|
5697 |
|
5698 |
-
#: core/view-submit-listing.php:
|
5699 |
msgctxt "submit"
|
5700 |
msgid "Listing upgrade to featured"
|
5701 |
msgstr ""
|
5702 |
|
5703 |
-
#: core/view-submit-listing.php:
|
5704 |
msgctxt "submit_state"
|
5705 |
msgid "Invalid submit state."
|
5706 |
msgstr ""
|
@@ -5741,7 +5786,7 @@ msgstr ""
|
|
5741 |
|
5742 |
#: core/views/checkout.php:130
|
5743 |
msgctxt "checkout"
|
5744 |
-
msgid "Your payment was received
|
5745 |
msgstr ""
|
5746 |
|
5747 |
#: core/views/checkout.php:137
|
@@ -5888,39 +5933,39 @@ msgctxt "listings"
|
|
5888 |
msgid "Fee \"%s\" renewal for category \"%s\""
|
5889 |
msgstr ""
|
5890 |
|
5891 |
-
#: core/views/renew_listing.php:
|
5892 |
msgctxt "renewal"
|
5893 |
msgid "Invalid renewal state."
|
5894 |
msgstr ""
|
5895 |
|
5896 |
-
#: core/views/renew_listing.php:
|
5897 |
msgctxt "templates"
|
5898 |
msgid "Recurring Fee Management"
|
5899 |
msgstr ""
|
5900 |
|
5901 |
-
#: core/views/renew_listing.php:
|
5902 |
msgctxt "renew"
|
5903 |
msgid ""
|
5904 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
5905 |
"right now as this will be handled automatically when renewal comes."
|
5906 |
msgstr ""
|
5907 |
|
5908 |
-
#: core/views/renew_listing.php:
|
5909 |
msgctxt "renewal"
|
5910 |
msgid "Current Fee Details"
|
5911 |
msgstr ""
|
5912 |
|
5913 |
-
#: core/views/renew_listing.php:
|
5914 |
msgctxt "renewal"
|
5915 |
msgid "Number of images:"
|
5916 |
msgstr ""
|
5917 |
|
5918 |
-
#: core/views/renew_listing.php:
|
5919 |
msgctxt "renewal"
|
5920 |
msgid "Expiration date:"
|
5921 |
msgstr ""
|
5922 |
|
5923 |
-
#: core/views/renew_listing.php:
|
5924 |
msgctxt "renew"
|
5925 |
msgid ""
|
5926 |
"However, if you want to cancel your subscription you can do that on this "
|
@@ -5960,6 +6005,11 @@ msgctxt "views"
|
|
5960 |
msgid "Find A Listing"
|
5961 |
msgstr ""
|
5962 |
|
|
|
|
|
|
|
|
|
|
|
5963 |
#: core/views/submit_listing.php:16
|
5964 |
msgctxt "templates"
|
5965 |
msgid ""
|
@@ -6605,7 +6655,7 @@ msgstr ""
|
|
6605 |
#: templates/renew-listing.tpl.php:22
|
6606 |
#: templates/submit-listing/category-selection.tpl.php:8
|
6607 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
6608 |
-
#: templates/submit-listing/images.tpl.php:
|
6609 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
6610 |
msgctxt "templates"
|
6611 |
msgid "Continue"
|
@@ -6707,37 +6757,37 @@ msgctxt "templates"
|
|
6707 |
msgid "Delete Image"
|
6708 |
msgstr ""
|
6709 |
|
6710 |
-
#: templates/submit-listing/images-single.tpl.php:
|
6711 |
msgctxt "templates"
|
6712 |
msgid "Set this image as the listing thumbnail."
|
6713 |
msgstr ""
|
6714 |
|
6715 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6716 |
msgctxt "templates"
|
6717 |
msgid "Upload Images"
|
6718 |
msgstr ""
|
6719 |
|
6720 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6721 |
msgctxt "templates"
|
6722 |
msgid "Drop files here"
|
6723 |
msgstr ""
|
6724 |
|
6725 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6726 |
msgctxt "templates image upload"
|
6727 |
msgid "or"
|
6728 |
msgstr ""
|
6729 |
|
6730 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6731 |
msgctxt "templates"
|
6732 |
msgid "Select images from your hard drive"
|
6733 |
msgstr ""
|
6734 |
|
6735 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6736 |
msgctxt "templates"
|
6737 |
msgid "Uploading %s file(s)... Please wait."
|
6738 |
msgstr ""
|
6739 |
|
6740 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6741 |
msgctxt "templates"
|
6742 |
msgid ""
|
6743 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
@@ -6745,46 +6795,51 @@ msgid ""
|
|
6745 |
"current one."
|
6746 |
msgstr ""
|
6747 |
|
6748 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6749 |
msgctxt "templates"
|
6750 |
msgid "Image slots available:"
|
6751 |
msgstr ""
|
6752 |
|
6753 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6754 |
msgctxt "templates"
|
6755 |
msgid "File size:"
|
6756 |
msgstr ""
|
6757 |
|
6758 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6759 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6760 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6761 |
msgctxt "templates"
|
6762 |
msgid "No limit"
|
6763 |
msgstr ""
|
6764 |
|
6765 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6766 |
msgctxt "templates"
|
6767 |
msgid "Image width:"
|
6768 |
msgstr ""
|
6769 |
|
6770 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6771 |
msgctxt "templates"
|
6772 |
msgid "Image height:"
|
6773 |
msgstr ""
|
6774 |
|
6775 |
-
#: templates/submit-listing/images.tpl.php:
|
6776 |
msgctxt "templates"
|
6777 |
msgid "Listing Images"
|
6778 |
msgstr ""
|
6779 |
|
6780 |
-
#: templates/submit-listing/images.tpl.php:
|
6781 |
msgctxt "templates"
|
6782 |
msgid ""
|
6783 |
"There is an image pending upload. Would you still like to continue without "
|
6784 |
"saving the image?"
|
6785 |
msgstr ""
|
6786 |
|
6787 |
-
#: templates/submit-listing/images.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
6788 |
msgctxt "templates"
|
6789 |
msgid "There are no images currently attached to your listing."
|
6790 |
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: 2017-04-04 17:28:39+00:00\n"
|
8 |
"PO-Revision-Date: 2017-01-16 17:47-0500\n"
|
9 |
"Last-Translator: BD Team <support@businessdirectoryplugin.com>\n"
|
10 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
120 |
msgid "Renew Listing"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: admin/class-admin.php:105
|
124 |
msgid ""
|
125 |
"Preview is only available after you've saved the first draft. This is due\n"
|
126 |
"to how WordPress stores the data."
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: admin/class-admin.php:138
|
130 |
msgctxt "drip pointer"
|
131 |
msgid ""
|
132 |
"Find out how to create a compelling, thriving business directory from "
|
134 |
"a FREE premium module just for signing up."
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: admin/class-admin.php:140
|
138 |
msgctxt "drip pointer"
|
139 |
msgid "Email Address:"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: admin/class-admin.php:146
|
143 |
msgctxt "drip pointer"
|
144 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: admin/class-admin.php:148
|
148 |
msgctxt "drip pointer"
|
149 |
msgid "Yes, please!"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: admin/class-admin.php:150
|
153 |
msgctxt "drip pointer"
|
154 |
msgid "No, thanks"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: admin/class-admin.php:167
|
158 |
msgctxt "admin"
|
159 |
msgid "Business Directory"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: admin/class-admin.php:178
|
163 |
msgctxt "admin"
|
164 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: admin/class-admin.php:199
|
168 |
msgctxt "drip pointer"
|
169 |
msgid "Invalid e-mail address."
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: admin/class-admin.php:233
|
173 |
msgctxt "admin menu"
|
174 |
msgid "Business Directory Admin"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: admin/class-admin.php:234
|
178 |
msgctxt "admin menu"
|
179 |
msgid "Dir. Admin"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: admin/class-admin.php:234
|
183 |
msgctxt "admin menu"
|
184 |
msgid "Directory Admin"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: admin/class-admin.php:240 admin/class-admin.php:241
|
188 |
msgctxt "admin menu"
|
189 |
msgid "Add New Listing"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: admin/class-admin.php:246 admin/class-admin.php:247
|
193 |
msgctxt "admin menu"
|
194 |
msgid "Manage Options"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: admin/class-admin.php:252 admin/class-admin.php:253
|
198 |
msgctxt "admin menu"
|
199 |
msgid "Manage Fees"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: admin/class-admin.php:258 admin/class-admin.php:259
|
203 |
msgctxt "admin menu"
|
204 |
msgid "Manage Form Fields"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: admin/class-admin.php:264 admin/class-admin.php:265
|
208 |
msgctxt "admin menu"
|
209 |
msgid "Listings"
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: admin/class-admin.php:279 admin/class-admin.php:280
|
213 |
msgctxt "admin menu"
|
214 |
msgid "CSV Import"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: admin/class-admin.php:285 admin/class-admin.php:286
|
218 |
msgctxt "admin menu"
|
219 |
msgid "CSV Export"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: admin/class-admin.php:291 admin/class-admin.php:292
|
223 |
msgctxt "admin menu"
|
224 |
msgid "Debug"
|
225 |
msgstr ""
|
226 |
|
227 |
+
#: admin/class-admin.php:301
|
228 |
msgctxt "admin menu"
|
229 |
msgid "Main Menu"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: admin/class-admin.php:312
|
233 |
msgctxt "admin menu"
|
234 |
msgid "Uninstall Business Directory Plugin"
|
235 |
msgstr ""
|
236 |
|
237 |
+
#: admin/class-admin.php:313
|
238 |
msgctxt "admin menu"
|
239 |
msgid "Uninstall"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: admin/class-admin.php:427
|
243 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
244 |
msgctxt "admin infometabox"
|
245 |
msgid "never"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: admin/class-admin.php:521
|
249 |
msgctxt "admin"
|
250 |
msgid "Dismiss this notice."
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: admin/class-admin.php:549
|
254 |
msgctxt "admin"
|
255 |
msgid "The listing has been published."
|
256 |
msgid_plural "The listings have been published."
|
257 |
msgstr[0] ""
|
258 |
msgstr[1] ""
|
259 |
|
260 |
+
#: admin/class-admin.php:567
|
261 |
msgctxt "admin"
|
262 |
msgid "The listing status has been set as paid."
|
263 |
msgid_plural "The listings status has been set as paid."
|
264 |
msgstr[0] ""
|
265 |
msgstr[1] ""
|
266 |
|
267 |
+
#: admin/class-admin.php:573
|
268 |
msgctxt "admin"
|
269 |
msgid ""
|
270 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
276 |
msgstr[0] ""
|
277 |
msgstr[1] ""
|
278 |
|
279 |
+
#: admin/class-admin.php:592
|
280 |
msgctxt "admin"
|
281 |
msgid "The listing has been modified."
|
282 |
msgid_plural "The listings have been modified."
|
283 |
msgstr[0] ""
|
284 |
msgstr[1] ""
|
285 |
|
286 |
+
#: admin/class-admin.php:605
|
287 |
msgctxt "admin"
|
288 |
msgid "The listing has been upgraded."
|
289 |
msgid_plural "The listings have been upgraded."
|
290 |
msgstr[0] ""
|
291 |
msgstr[1] ""
|
292 |
|
293 |
+
#: admin/class-admin.php:617
|
294 |
msgctxt "admin"
|
295 |
msgid "The listing has been downgraded."
|
296 |
msgid_plural "The listings have been downgraded."
|
297 |
msgstr[0] ""
|
298 |
msgstr[1] ""
|
299 |
|
300 |
+
#: admin/class-admin.php:628
|
301 |
msgctxt "admin payments"
|
302 |
msgid ""
|
303 |
"The payment status was not changed. Recurring payments can't be manually "
|
305 |
"went through."
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: admin/class-admin.php:633
|
309 |
msgctxt "admin"
|
310 |
msgid "The transaction has been approved."
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: admin/class-admin.php:643
|
314 |
msgctxt "admin"
|
315 |
msgid "The transaction has been rejected."
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: admin/class-admin.php:649
|
319 |
msgctxt "admin"
|
320 |
msgid "The fee was successfully assigned."
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: admin/class-admin.php:658
|
324 |
msgctxt "admin"
|
325 |
msgid "Listing was renewed."
|
326 |
msgid_plural "Listings were renewed."
|
327 |
msgstr[0] ""
|
328 |
msgstr[1] ""
|
329 |
|
330 |
+
#: admin/class-admin.php:665
|
331 |
msgctxt "admin"
|
332 |
msgid "Renewal email sent."
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: admin/class-admin.php:720
|
336 |
msgctxt "admin category id"
|
337 |
msgid "ID"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: admin/class-admin.php:722 admin/class-admin.php:728
|
341 |
msgctxt "admin"
|
342 |
msgid "Listing Count"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: admin/class-admin.php:837
|
346 |
msgctxt "admin"
|
347 |
msgid ""
|
348 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
349 |
"associations in order to work correctly: <b>%s</b>."
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: admin/class-admin.php:839
|
353 |
msgctxt "admin"
|
354 |
msgid ""
|
355 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
356 |
"association in order to work correctly."
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: admin/class-admin.php:843
|
360 |
msgctxt "admin"
|
361 |
msgid ""
|
362 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
363 |
"or let Business Directory do this for you automatically."
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: admin/class-admin.php:847
|
367 |
msgctxt "admin"
|
368 |
msgid "Go to \"Manage Form Fields\""
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: admin/class-admin.php:850
|
372 |
msgctxt "admin"
|
373 |
msgid "Create these required fields for me"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: admin/class-admin.php:859
|
377 |
msgctxt "admin"
|
378 |
msgid ""
|
379 |
"<b>Business Directory Plugin</b> requires a page with the "
|
380 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: admin/class-admin.php:861
|
384 |
msgctxt "admin"
|
385 |
msgid ""
|
386 |
"You can create this page by yourself or let Business Directory do this for "
|
387 |
"you automatically."
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: admin/class-admin.php:865
|
391 |
msgctxt "admin"
|
392 |
msgid "Create required pages for me"
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: admin/class-admin.php:905
|
396 |
msgctxt "admin compat"
|
397 |
msgid "Installed: %s"
|
398 |
msgstr ""
|
399 |
|
400 |
+
#: admin/class-admin.php:905
|
401 |
msgctxt "admin compat"
|
402 |
msgid "N/A"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: admin/class-admin.php:908
|
406 |
msgctxt "admin compat"
|
407 |
msgid "Required: %s"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: admin/class-admin.php:920
|
411 |
msgctxt "admin compat"
|
412 |
msgid ""
|
413 |
"Business Directory has detected some incompatible premium module versions "
|
414 |
"installed."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: admin/class-admin.php:922
|
418 |
msgctxt "admin compat"
|
419 |
msgid ""
|
420 |
"Please upgrade to the required versions indicated below to make sure "
|
421 |
"everything functions properly."
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: admin/class-admin.php:942
|
425 |
msgctxt "admin"
|
426 |
msgid ""
|
427 |
"We noticed you want your Business Directory users to register before posting "
|
429 |
"and check \"Anyone can register\" to make sure BD works properly."
|
430 |
msgstr ""
|
431 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
432 |
#: admin/class-themes-admin.php:47
|
433 |
msgctxt "themes"
|
434 |
msgid "Directory Themes"
|
501 |
|
502 |
#: admin/class-themes-admin.php:229
|
503 |
msgctxt "themes"
|
504 |
+
msgid "Theme was deleted successfully."
|
505 |
msgstr ""
|
506 |
|
507 |
#: admin/class-themes-admin.php:232
|
556 |
msgid "Activate your <a>license key</a> to use this theme."
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: admin/csv-export.php:145
|
560 |
msgctxt "admin csv-export"
|
561 |
msgid "Could not create a temporary directory for handling this CSV export."
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: admin/csv-export.php:147
|
565 |
msgctxt "admin csv-export"
|
566 |
msgid "Could not create wpbdp-csv-exports directory."
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: admin/csv-export.php:152
|
570 |
msgctxt "admin csv-export"
|
571 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
572 |
msgstr ""
|
1195 |
|
1196 |
#: admin/templates/csv-export.tpl.php:94
|
1197 |
msgctxt "admin csv-export"
|
1198 |
+
msgid "What operating system will you use to edit the CSV file?"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
+
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:113
|
1202 |
+
#: admin/templates/csv-export.tpl.php:124 admin/templates/csv-import.tpl.php:43
|
1203 |
#: admin/templates/csv-import.tpl.php:109
|
1204 |
+
#: admin/templates/csv-import.tpl.php:135
|
1205 |
+
#: admin/templates/csv-import.tpl.php:146
|
1206 |
+
#: admin/templates/csv-import.tpl.php:173
|
1207 |
msgctxt "admin forms"
|
1208 |
msgid "required"
|
1209 |
msgstr ""
|
1210 |
|
1211 |
+
#: admin/templates/csv-export.tpl.php:101
|
1212 |
+
msgctxt "admin csv-export"
|
1213 |
+
msgid "Windows"
|
1214 |
+
msgstr ""
|
1215 |
+
|
1216 |
+
#: admin/templates/csv-export.tpl.php:106
|
1217 |
+
msgctxt "admin csv-export"
|
1218 |
+
msgid "macOS"
|
1219 |
+
msgstr ""
|
1220 |
+
|
1221 |
+
#: admin/templates/csv-export.tpl.php:108
|
1222 |
+
msgctxt "admin csv-export"
|
1223 |
+
msgid ""
|
1224 |
+
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
1225 |
+
"sure all your listings information is displayed properly when you view or "
|
1226 |
+
"edit the CSV file, we need to generate different versions of the file for "
|
1227 |
+
"each operating system."
|
1228 |
+
msgstr ""
|
1229 |
+
|
1230 |
+
#: admin/templates/csv-export.tpl.php:113
|
1231 |
msgctxt "admin csv-export"
|
1232 |
msgid "Image Separator"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
+
#: admin/templates/csv-export.tpl.php:124
|
1236 |
msgctxt "admin csv-export"
|
1237 |
msgid "Category Separator"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
+
#: admin/templates/csv-export.tpl.php:136
|
1241 |
msgctxt "admin csv-export"
|
1242 |
msgid "Export Listings"
|
1243 |
msgstr ""
|
1244 |
|
1245 |
+
#: admin/templates/csv-export.tpl.php:142
|
1246 |
msgctxt "admin csv-export"
|
1247 |
msgid "Export in Progress..."
|
1248 |
msgstr ""
|
1249 |
|
1250 |
+
#: admin/templates/csv-export.tpl.php:143
|
1251 |
msgctxt "admin csv-export"
|
1252 |
msgid ""
|
1253 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
1254 |
"until the export finishes."
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: admin/templates/csv-export.tpl.php:146
|
1258 |
msgctxt "admin csv-export"
|
1259 |
msgid "No. of listings:"
|
1260 |
msgstr ""
|
1261 |
|
1262 |
+
#: admin/templates/csv-export.tpl.php:148
|
1263 |
msgctxt "admin csv-export"
|
1264 |
msgid "Approximate export file size:"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
+
#: admin/templates/csv-export.tpl.php:155
|
1268 |
msgctxt "admin csv-export"
|
1269 |
msgid "Cancel Export"
|
1270 |
msgstr ""
|
1271 |
|
1272 |
+
#: admin/templates/csv-export.tpl.php:160
|
1273 |
msgctxt "admin csv-export"
|
1274 |
msgid "Export Complete"
|
1275 |
msgstr ""
|
1276 |
|
1277 |
+
#: admin/templates/csv-export.tpl.php:161
|
1278 |
msgctxt "admin csv-export"
|
1279 |
msgid ""
|
1280 |
"Your export file has been successfully created and it is now ready for "
|
1281 |
"download."
|
1282 |
msgstr ""
|
1283 |
|
1284 |
+
#: admin/templates/csv-export.tpl.php:164
|
1285 |
msgctxt "admin csv-export"
|
1286 |
msgid "Download %s (%s)"
|
1287 |
msgstr ""
|
1288 |
|
1289 |
+
#: admin/templates/csv-export.tpl.php:170
|
1290 |
msgctxt "admin csv-export"
|
1291 |
msgid ""
|
1292 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
1293 |
"temporary data created by Business Directory during the export process."
|
1294 |
msgstr ""
|
1295 |
|
1296 |
+
#: admin/templates/csv-export.tpl.php:171
|
1297 |
msgctxt "admin csv-export"
|
1298 |
msgid "Cleanup"
|
1299 |
msgstr ""
|
1300 |
|
1301 |
+
#: admin/templates/csv-export.tpl.php:176
|
1302 |
msgctxt "admin csv-export"
|
1303 |
msgid "Export Canceled"
|
1304 |
msgstr ""
|
1305 |
|
1306 |
+
#: admin/templates/csv-export.tpl.php:177
|
1307 |
msgctxt "admin csv-export"
|
1308 |
msgid "The export has been canceled."
|
1309 |
msgstr ""
|
1310 |
|
1311 |
+
#: admin/templates/csv-export.tpl.php:178
|
1312 |
msgctxt "admin csv-export"
|
1313 |
msgid "← Return to CSV Export"
|
1314 |
msgstr ""
|
1436 |
msgid "Warning"
|
1437 |
msgstr ""
|
1438 |
|
1439 |
+
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:248
|
1440 |
msgctxt "admin csv-import"
|
1441 |
msgid "Help"
|
1442 |
msgstr ""
|
1493 |
msgid "Column Separator"
|
1494 |
msgstr ""
|
1495 |
|
1496 |
+
#: admin/templates/csv-import.tpl.php:117
|
1497 |
+
msgctxt "admin csv-import"
|
1498 |
+
msgid "Comma (,)"
|
1499 |
+
msgstr ""
|
1500 |
+
|
1501 |
+
#: admin/templates/csv-import.tpl.php:123
|
1502 |
+
msgctxt "admin csv-import"
|
1503 |
+
msgid "Semicolon (;)"
|
1504 |
+
msgstr ""
|
1505 |
+
|
1506 |
+
#: admin/templates/csv-import.tpl.php:129
|
1507 |
+
msgctxt "admin csv-import"
|
1508 |
+
msgid "TAB"
|
1509 |
+
msgstr ""
|
1510 |
+
|
1511 |
+
#: admin/templates/csv-import.tpl.php:135
|
1512 |
msgctxt "admin csv-import"
|
1513 |
msgid "Image Separator"
|
1514 |
msgstr ""
|
1515 |
|
1516 |
+
#: admin/templates/csv-import.tpl.php:146
|
1517 |
msgctxt "admin csv-import"
|
1518 |
msgid "Category Separator"
|
1519 |
msgstr ""
|
1520 |
|
1521 |
+
#: admin/templates/csv-import.tpl.php:157
|
1522 |
msgctxt "admin csv-import"
|
1523 |
msgid "Import settings"
|
1524 |
msgstr ""
|
1525 |
|
1526 |
+
#: admin/templates/csv-import.tpl.php:161
|
1527 |
msgctxt "admin csv-import"
|
1528 |
msgid "Post status of imported listings"
|
1529 |
msgstr ""
|
1530 |
|
1531 |
+
#: admin/templates/csv-import.tpl.php:173
|
1532 |
msgctxt "admin csv-import"
|
1533 |
msgid "Missing categories handling"
|
1534 |
msgstr ""
|
1535 |
|
1536 |
+
#: admin/templates/csv-import.tpl.php:178
|
1537 |
msgctxt "admin csv-import"
|
1538 |
msgid "Auto-create categories"
|
1539 |
msgstr ""
|
1540 |
|
1541 |
+
#: admin/templates/csv-import.tpl.php:181
|
1542 |
msgctxt "admin csv-import"
|
1543 |
msgid "Generate errors when a category is not found"
|
1544 |
msgstr ""
|
1545 |
|
1546 |
+
#: admin/templates/csv-import.tpl.php:186
|
1547 |
msgctxt "admin csv-import"
|
1548 |
msgid "Keep existing listing images?"
|
1549 |
msgstr ""
|
1550 |
|
1551 |
+
#: admin/templates/csv-import.tpl.php:191
|
1552 |
msgctxt "admin csv-import"
|
1553 |
msgid "Keep existing images."
|
1554 |
msgstr ""
|
1555 |
|
1556 |
+
#: admin/templates/csv-import.tpl.php:192
|
1557 |
msgctxt "admin csv-import"
|
1558 |
msgid "Appends new images while keeping current ones."
|
1559 |
msgstr ""
|
1560 |
|
1561 |
+
#: admin/templates/csv-import.tpl.php:197
|
1562 |
msgctxt "admin csv-import"
|
1563 |
msgid "Assign listings to a user?"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
+
#: admin/templates/csv-import.tpl.php:203
|
1567 |
msgctxt "admin csv-import"
|
1568 |
msgid "Assign listings to a user."
|
1569 |
msgstr ""
|
1570 |
|
1571 |
+
#: admin/templates/csv-import.tpl.php:208
|
1572 |
msgctxt "admin csv-import"
|
1573 |
msgid "Use a default user for listings?"
|
1574 |
msgstr ""
|
1575 |
|
1576 |
+
#: admin/templates/csv-import.tpl.php:214
|
1577 |
msgctxt "admin csv-import"
|
1578 |
msgid ""
|
1579 |
"Select a default user to be used if the username column is not present in "
|
1580 |
"the CSV file."
|
1581 |
msgstr ""
|
1582 |
|
1583 |
+
#: admin/templates/csv-import.tpl.php:219
|
1584 |
msgctxt "admin csv-import"
|
1585 |
msgid "Default listing user"
|
1586 |
msgstr ""
|
1587 |
|
1588 |
+
#: admin/templates/csv-import.tpl.php:225
|
1589 |
msgctxt "admin csv-import"
|
1590 |
msgid ""
|
1591 |
"This user will be used if the username column is not present in the CSV file."
|
1592 |
msgstr ""
|
1593 |
|
1594 |
+
#: admin/templates/csv-import.tpl.php:230
|
1595 |
msgctxt "admin csv-import"
|
1596 |
msgid "Disable e-mail notifications during import?"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
+
#: admin/templates/csv-import.tpl.php:235
|
1600 |
msgctxt "admin csv-import"
|
1601 |
msgid "Disable e-mail notifications."
|
1602 |
msgstr ""
|
1603 |
|
1604 |
+
#: admin/templates/csv-import.tpl.php:241
|
1605 |
msgctxt "admin csv-import"
|
1606 |
msgid "Test Import"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
+
#: admin/templates/csv-import.tpl.php:242
|
1610 |
msgctxt "admin csv-import"
|
1611 |
msgid "Import Listings"
|
1612 |
msgstr ""
|
1613 |
|
1614 |
+
#: admin/templates/csv-import.tpl.php:250
|
1615 |
msgctxt "admin csv-import"
|
1616 |
msgid ""
|
1617 |
"The following are the valid header names to be used in the CSV file. "
|
1620 |
"how an import file should look like."
|
1621 |
msgstr ""
|
1622 |
|
1623 |
+
#: admin/templates/csv-import.tpl.php:257
|
1624 |
msgctxt "admin csv-import"
|
1625 |
msgid "Header name/label"
|
1626 |
msgstr ""
|
1627 |
|
1628 |
+
#: admin/templates/csv-import.tpl.php:258
|
1629 |
msgctxt "admin csv-import"
|
1630 |
msgid "Field"
|
1631 |
msgstr ""
|
1632 |
|
1633 |
+
#: admin/templates/csv-import.tpl.php:259
|
1634 |
msgctxt "admin csv-import"
|
1635 |
msgid "Type"
|
1636 |
msgstr ""
|
1637 |
|
1638 |
+
#: admin/templates/csv-import.tpl.php:260
|
1639 |
msgctxt "admin csv-import"
|
1640 |
msgid "Required?"
|
1641 |
msgstr ""
|
1642 |
|
1643 |
+
#: admin/templates/csv-import.tpl.php:261
|
1644 |
msgctxt "admin csv-import"
|
1645 |
msgid "Multivalued?"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
+
#: admin/templates/csv-import.tpl.php:283
|
1649 |
msgctxt "admin csv-import"
|
1650 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
+
#: admin/templates/csv-import.tpl.php:290
|
1654 |
msgctxt "admin csv-import"
|
1655 |
msgid "Listing author's username"
|
1656 |
msgstr ""
|
1657 |
|
1658 |
+
#: admin/templates/csv-import.tpl.php:297
|
1659 |
msgctxt "admin csv-import"
|
1660 |
msgid ""
|
1661 |
"Internal Sequence ID used to allow listing updates from external sources."
|
1662 |
msgstr ""
|
1663 |
|
1664 |
+
#: admin/templates/csv-import.tpl.php:304
|
1665 |
msgctxt "admin csv-import"
|
1666 |
msgid ""
|
1667 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
2115 |
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
2116 |
msgstr ""
|
2117 |
|
2118 |
+
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.10dev9) #-#-#-#-#
|
2119 |
#. Plugin Name of the plugin/theme
|
2120 |
#: admin/templates/header.tpl.php:4
|
2121 |
msgid "Business Directory Plugin"
|
2851 |
msgid "Allow Tracking"
|
2852 |
msgstr ""
|
2853 |
|
2854 |
+
#: business-directory-plugin.php:586
|
2855 |
+
msgctxt "listing image upload"
|
2856 |
+
msgid "Can not upload any more images for this listing."
|
2857 |
+
msgstr ""
|
2858 |
+
|
2859 |
+
#: business-directory-plugin.php:700
|
2860 |
msgctxt "admin plugins"
|
2861 |
msgid "Settings"
|
2862 |
msgstr ""
|
2863 |
|
2864 |
+
#: business-directory-plugin.php:808 business-directory-plugin.php:815
|
2865 |
msgctxt "rss feed"
|
2866 |
msgid "%s Feed"
|
2867 |
msgstr ""
|
2868 |
|
2869 |
+
#: business-directory-plugin.php:1170 core/view-submit-listing.php:58
|
2870 |
#: core/views/submit_listing.php:10
|
2871 |
msgctxt "views"
|
2872 |
msgid "Submit A Listing"
|
2873 |
msgstr ""
|
2874 |
|
2875 |
+
#: business-directory-plugin.php:1175
|
2876 |
msgctxt "title"
|
2877 |
msgid "Find a Listing"
|
2878 |
msgstr ""
|
2879 |
|
2880 |
+
#: business-directory-plugin.php:1180
|
2881 |
msgctxt "title"
|
2882 |
msgid "View All Listings"
|
2883 |
msgstr ""
|
2884 |
|
2885 |
+
#: business-directory-plugin.php:1209
|
2886 |
msgctxt "title"
|
2887 |
msgid "Listings tagged: %s"
|
2888 |
msgstr ""
|
2889 |
|
2890 |
+
#: core/api.php:405
|
2891 |
msgid "Free"
|
2892 |
msgstr ""
|
2893 |
|
2894 |
+
#: core/class-csv-import.php:451
|
2895 |
msgctxt "admin csv-import"
|
2896 |
msgid ""
|
2897 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2898 |
"with the following error: <error-message>."
|
2899 |
msgstr ""
|
2900 |
|
2901 |
+
#: core/class-csv-import.php:457
|
2902 |
msgctxt "admin csv-import"
|
2903 |
msgid "Could not create listing category \"%s\""
|
2904 |
msgstr ""
|
2905 |
|
2906 |
+
#: core/class-csv-import.php:604
|
2907 |
msgctxt "admin csv-import"
|
2908 |
msgid "Username \"%s\" does not exist"
|
2909 |
msgstr ""
|
2910 |
|
2911 |
+
#: core/class-csv-import.php:636
|
2912 |
msgctxt "admin csv-import"
|
2913 |
msgid "Missing required field: %s"
|
2914 |
msgstr ""
|
2915 |
|
2916 |
+
#: core/class-csv-import.php:656
|
2917 |
msgctxt "admin csv-import"
|
2918 |
msgid "Listing category \"%s\" does not exist"
|
2919 |
msgstr ""
|
3042 |
msgid "(Fee Unavailable)"
|
3043 |
msgstr ""
|
3044 |
|
3045 |
+
#: core/class-listings-api.php:316
|
3046 |
msgctxt "notify email"
|
3047 |
msgid "[%s] New listing notification"
|
3048 |
msgstr ""
|
3049 |
|
3050 |
+
#: core/class-listings-api.php:335
|
3051 |
msgctxt "notify email"
|
3052 |
msgid "[%s] Listing edit notification"
|
3053 |
msgstr ""
|
3092 |
msgid "Leave blank for automatic height."
|
3093 |
msgstr ""
|
3094 |
|
3095 |
+
#: core/class-payment.php:223
|
3096 |
msgctxt "listings"
|
3097 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3098 |
msgstr ""
|
3099 |
|
3100 |
+
#: core/class-payment.php:226
|
3101 |
msgctxt "listings"
|
3102 |
msgid "(recurring)"
|
3103 |
msgstr ""
|
4656 |
msgid "Directory Tag"
|
4657 |
msgstr ""
|
4658 |
|
4659 |
+
#: core/compatibility/class-navxt-integration.php:189
|
4660 |
msgctxt "navxt"
|
4661 |
msgid "Submit Listing"
|
4662 |
msgstr ""
|
4663 |
|
4664 |
+
#: core/compatibility/class-navxt-integration.php:193
|
4665 |
msgctxt "navxt"
|
4666 |
msgid "Edit Listing"
|
4667 |
msgstr ""
|
4668 |
|
4669 |
+
#: core/compatibility/class-navxt-integration.php:197
|
4670 |
msgctxt "navxt"
|
4671 |
msgid "Search"
|
4672 |
msgstr ""
|
4678 |
|
4679 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
4680 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
4681 |
+
#: core/fieldtypes/class-fieldtypes-select.php:147
|
4682 |
msgctxt "form-fields admin"
|
4683 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4684 |
msgstr ""
|
4685 |
|
4686 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
4687 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
4688 |
+
#: core/fieldtypes/class-fieldtypes-select.php:175
|
4689 |
msgctxt "form-fields admin"
|
4690 |
msgid "Field list of options is required."
|
4691 |
msgstr ""
|
4776 |
msgid "Select List"
|
4777 |
msgstr ""
|
4778 |
|
4779 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
4780 |
msgctxt "form-fields-api category-select"
|
4781 |
msgid "-- Choose Terms --"
|
4782 |
msgstr ""
|
4783 |
|
4784 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
4785 |
+
#: core/fieldtypes/class-fieldtypes-select.php:108
|
4786 |
msgctxt "form-fields-api category-select"
|
4787 |
msgid "-- Choose One --"
|
4788 |
msgstr ""
|
4789 |
|
4790 |
+
#: core/fieldtypes/class-fieldtypes-select.php:158
|
4791 |
msgctxt "form-fields admin"
|
4792 |
msgid "Allow empty selection on search?"
|
4793 |
msgstr ""
|
5173 |
|
5174 |
#: core/helpers/class-themes-updater.php:165
|
5175 |
msgctxt "themes"
|
5176 |
+
msgid "Theme was updated successfully."
|
5177 |
msgstr ""
|
5178 |
|
5179 |
#: core/installer.php:43
|
5272 |
#: core/installer.php:1110
|
5273 |
msgctxt "manual-upgrade"
|
5274 |
msgid ""
|
5275 |
+
"The upgrade was successfully performed. Business Directory Plugin is now "
|
5276 |
"available."
|
5277 |
msgstr ""
|
5278 |
|
5541 |
msgid "No listing categories found."
|
5542 |
msgstr ""
|
5543 |
|
5544 |
+
#: core/templates-ui.php:200
|
5545 |
msgid "Directory"
|
5546 |
msgstr ""
|
5547 |
|
5548 |
+
#: core/templates-ui.php:207
|
5549 |
msgid "View All Listings"
|
5550 |
msgstr ""
|
5551 |
|
5552 |
+
#: core/templates-ui.php:214
|
5553 |
msgid "Create A Listing"
|
5554 |
msgstr ""
|
5555 |
|
5556 |
+
#: core/templates-ui.php:247
|
5557 |
msgctxt "templates"
|
5558 |
msgid "Search Listings"
|
5559 |
msgstr ""
|
5560 |
|
5561 |
+
#: core/templates-ui.php:250
|
5562 |
msgctxt "templates"
|
5563 |
msgid "Advanced Search"
|
5564 |
msgstr ""
|
5565 |
|
5566 |
+
#: core/templates-ui.php:279 core/templates-ui.php:304
|
5567 |
msgctxt "templates sort"
|
5568 |
msgid "Sort By:"
|
5569 |
msgstr ""
|
5570 |
|
5571 |
+
#: core/templates-ui.php:298
|
5572 |
msgctxt "sort"
|
5573 |
msgid "Reset"
|
5574 |
msgstr ""
|
5575 |
|
5576 |
+
#: core/templates-ui.php:320
|
5577 |
msgctxt "sort"
|
5578 |
msgid "(Reset)"
|
5579 |
msgstr ""
|
5688 |
"You are logged in as an administrator. Any payment steps will be skipped."
|
5689 |
msgstr ""
|
5690 |
|
5691 |
+
#: core/view-submit-listing.php:108
|
5692 |
+
msgctxt "submit-listing-view"
|
5693 |
+
msgid ""
|
5694 |
+
"<b>Business Directory Plugin</b> requires a field associated with the "
|
5695 |
+
"<b>post category</b> in order to work correctly."
|
5696 |
+
msgstr ""
|
5697 |
+
|
5698 |
+
#: core/view-submit-listing.php:110
|
5699 |
+
msgctxt "submit-listing-view"
|
5700 |
+
msgid ""
|
5701 |
+
"Please go to the <manage-form-fields-link>Manage Form Fields</manage-form-"
|
5702 |
+
"fields-link> admin page to create the field."
|
5703 |
+
msgstr ""
|
5704 |
+
|
5705 |
+
#: core/view-submit-listing.php:119
|
5706 |
+
msgctxt "submit-listing-view"
|
5707 |
+
msgid ""
|
5708 |
+
"Your listing cannot be added at this time. Please try again later. If this "
|
5709 |
+
"is not the first time you see this warning, please ask the site "
|
5710 |
+
"administrator to check the Directory for possible configuration problems."
|
5711 |
+
msgstr ""
|
5712 |
+
|
5713 |
+
#: core/view-submit-listing.php:238
|
5714 |
msgctxt "templates"
|
5715 |
msgid "Please select a fee option for the \"%s\" category."
|
5716 |
msgstr ""
|
5717 |
|
5718 |
+
#: core/view-submit-listing.php:316
|
5719 |
msgctxt "templates"
|
5720 |
msgid "Please agree to the Terms and Conditions."
|
5721 |
msgstr ""
|
5722 |
|
5723 |
+
#: core/view-submit-listing.php:322
|
5724 |
msgctxt "templates"
|
5725 |
msgid "The reCAPTCHA wasn't entered correctly."
|
5726 |
msgstr ""
|
5727 |
|
5728 |
+
#: core/view-submit-listing.php:339
|
5729 |
msgctxt "templates"
|
5730 |
msgid "Read our Terms and Conditions"
|
5731 |
msgstr ""
|
5732 |
|
5733 |
+
#: core/view-submit-listing.php:344
|
5734 |
msgctxt "templates"
|
5735 |
msgid "Terms and Conditions:"
|
5736 |
msgstr ""
|
5737 |
|
5738 |
+
#: core/view-submit-listing.php:355
|
5739 |
msgctxt "templates"
|
5740 |
msgid "I agree to the Terms and Conditions"
|
5741 |
msgstr ""
|
5742 |
|
5743 |
+
#: core/view-submit-listing.php:506 core/views/upgrade_listing.php:49
|
5744 |
msgctxt "submit"
|
5745 |
msgid "Listing upgrade to featured"
|
5746 |
msgstr ""
|
5747 |
|
5748 |
+
#: core/view-submit-listing.php:539
|
5749 |
msgctxt "submit_state"
|
5750 |
msgid "Invalid submit state."
|
5751 |
msgstr ""
|
5786 |
|
5787 |
#: core/views/checkout.php:130
|
5788 |
msgctxt "checkout"
|
5789 |
+
msgid "Your payment was received successfully."
|
5790 |
msgstr ""
|
5791 |
|
5792 |
#: core/views/checkout.php:137
|
5933 |
msgid "Fee \"%s\" renewal for category \"%s\""
|
5934 |
msgstr ""
|
5935 |
|
5936 |
+
#: core/views/renew_listing.php:79
|
5937 |
msgctxt "renewal"
|
5938 |
msgid "Invalid renewal state."
|
5939 |
msgstr ""
|
5940 |
|
5941 |
+
#: core/views/renew_listing.php:90
|
5942 |
msgctxt "templates"
|
5943 |
msgid "Recurring Fee Management"
|
5944 |
msgstr ""
|
5945 |
|
5946 |
+
#: core/views/renew_listing.php:91
|
5947 |
msgctxt "renew"
|
5948 |
msgid ""
|
5949 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
5950 |
"right now as this will be handled automatically when renewal comes."
|
5951 |
msgstr ""
|
5952 |
|
5953 |
+
#: core/views/renew_listing.php:93
|
5954 |
msgctxt "renewal"
|
5955 |
msgid "Current Fee Details"
|
5956 |
msgstr ""
|
5957 |
|
5958 |
+
#: core/views/renew_listing.php:95
|
5959 |
msgctxt "renewal"
|
5960 |
msgid "Number of images:"
|
5961 |
msgstr ""
|
5962 |
|
5963 |
+
#: core/views/renew_listing.php:97
|
5964 |
msgctxt "renewal"
|
5965 |
msgid "Expiration date:"
|
5966 |
msgstr ""
|
5967 |
|
5968 |
+
#: core/views/renew_listing.php:101
|
5969 |
msgctxt "renew"
|
5970 |
msgid ""
|
5971 |
"However, if you want to cancel your subscription you can do that on this "
|
6005 |
msgid "Find A Listing"
|
6006 |
msgstr ""
|
6007 |
|
6008 |
+
#: core/views/show_listing.php:12
|
6009 |
+
msgctxt "preview"
|
6010 |
+
msgid "This is just a preview. The listing has not been published yet."
|
6011 |
+
msgstr ""
|
6012 |
+
|
6013 |
#: core/views/submit_listing.php:16
|
6014 |
msgctxt "templates"
|
6015 |
msgid ""
|
6655 |
#: templates/renew-listing.tpl.php:22
|
6656 |
#: templates/submit-listing/category-selection.tpl.php:8
|
6657 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
6658 |
+
#: templates/submit-listing/images.tpl.php:51
|
6659 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
6660 |
msgctxt "templates"
|
6661 |
msgid "Continue"
|
6757 |
msgid "Delete Image"
|
6758 |
msgstr ""
|
6759 |
|
6760 |
+
#: templates/submit-listing/images-single.tpl.php:25
|
6761 |
msgctxt "templates"
|
6762 |
msgid "Set this image as the listing thumbnail."
|
6763 |
msgstr ""
|
6764 |
|
6765 |
+
#: templates/submit-listing/images-upload-form.tpl.php:16
|
6766 |
msgctxt "templates"
|
6767 |
msgid "Upload Images"
|
6768 |
msgstr ""
|
6769 |
|
6770 |
+
#: templates/submit-listing/images-upload-form.tpl.php:21
|
6771 |
msgctxt "templates"
|
6772 |
msgid "Drop files here"
|
6773 |
msgstr ""
|
6774 |
|
6775 |
+
#: templates/submit-listing/images-upload-form.tpl.php:22
|
6776 |
msgctxt "templates image upload"
|
6777 |
msgid "or"
|
6778 |
msgstr ""
|
6779 |
|
6780 |
+
#: templates/submit-listing/images-upload-form.tpl.php:23
|
6781 |
msgctxt "templates"
|
6782 |
msgid "Select images from your hard drive"
|
6783 |
msgstr ""
|
6784 |
|
6785 |
+
#: templates/submit-listing/images-upload-form.tpl.php:26
|
6786 |
msgctxt "templates"
|
6787 |
msgid "Uploading %s file(s)... Please wait."
|
6788 |
msgstr ""
|
6789 |
|
6790 |
+
#: templates/submit-listing/images-upload-form.tpl.php:29
|
6791 |
msgctxt "templates"
|
6792 |
msgid ""
|
6793 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
6795 |
"current one."
|
6796 |
msgstr ""
|
6797 |
|
6798 |
+
#: templates/submit-listing/images-upload-form.tpl.php:36
|
6799 |
msgctxt "templates"
|
6800 |
msgid "Image slots available:"
|
6801 |
msgstr ""
|
6802 |
|
6803 |
+
#: templates/submit-listing/images-upload-form.tpl.php:42
|
6804 |
msgctxt "templates"
|
6805 |
msgid "File size:"
|
6806 |
msgstr ""
|
6807 |
|
6808 |
+
#: templates/submit-listing/images-upload-form.tpl.php:44
|
6809 |
+
#: templates/submit-listing/images-upload-form.tpl.php:51
|
6810 |
+
#: templates/submit-listing/images-upload-form.tpl.php:58
|
6811 |
msgctxt "templates"
|
6812 |
msgid "No limit"
|
6813 |
msgstr ""
|
6814 |
|
6815 |
+
#: templates/submit-listing/images-upload-form.tpl.php:49
|
6816 |
msgctxt "templates"
|
6817 |
msgid "Image width:"
|
6818 |
msgstr ""
|
6819 |
|
6820 |
+
#: templates/submit-listing/images-upload-form.tpl.php:56
|
6821 |
msgctxt "templates"
|
6822 |
msgid "Image height:"
|
6823 |
msgstr ""
|
6824 |
|
6825 |
+
#: templates/submit-listing/images.tpl.php:6
|
6826 |
msgctxt "templates"
|
6827 |
msgid "Listing Images"
|
6828 |
msgstr ""
|
6829 |
|
6830 |
+
#: templates/submit-listing/images.tpl.php:9
|
6831 |
msgctxt "templates"
|
6832 |
msgid ""
|
6833 |
"There is an image pending upload. Would you still like to continue without "
|
6834 |
"saving the image?"
|
6835 |
msgstr ""
|
6836 |
|
6837 |
+
#: templates/submit-listing/images.tpl.php:14
|
6838 |
+
msgctxt "templates"
|
6839 |
+
msgid "Current Images"
|
6840 |
+
msgstr ""
|
6841 |
+
|
6842 |
+
#: templates/submit-listing/images.tpl.php:15
|
6843 |
msgctxt "templates"
|
6844 |
msgid "There are no images currently attached to your listing."
|
6845 |
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 4.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
-
"POT-Creation-Date: 2017-
|
8 |
-
"PO-Revision-Date: 2017-
|
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
|
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"
|
@@ -124,7 +124,7 @@ msgctxt "admin actions"
|
|
124 |
msgid "Renew Listing"
|
125 |
msgstr "Renovar Listado"
|
126 |
|
127 |
-
#: admin/class-admin.php:
|
128 |
msgid ""
|
129 |
"Preview is only available after you've saved the first draft. This is due\n"
|
130 |
"to how WordPress stores the data."
|
@@ -133,7 +133,7 @@ msgstr ""
|
|
133 |
"visualización está disponible solo después de que se guarde el primer "
|
134 |
"borrador."
|
135 |
|
136 |
-
#: admin/class-admin.php:
|
137 |
msgctxt "drip pointer"
|
138 |
msgid ""
|
139 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -144,140 +144,140 @@ msgstr ""
|
|
144 |
"cero en este curso GRATUITO por e-mail de 5 partes. Obtenga un módulo "
|
145 |
"premium GRATIS solo por inscribirse."
|
146 |
|
147 |
-
#: admin/class-admin.php:
|
148 |
msgctxt "drip pointer"
|
149 |
msgid "Email Address:"
|
150 |
msgstr "Correo electrónico:"
|
151 |
|
152 |
-
#: admin/class-admin.php:
|
153 |
msgctxt "drip pointer"
|
154 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
155 |
msgstr ""
|
156 |
"Quiere conocer los secretos para crear un Directorio de Negocios "
|
157 |
"impresionante?"
|
158 |
|
159 |
-
#: admin/class-admin.php:
|
160 |
msgctxt "drip pointer"
|
161 |
msgid "Yes, please!"
|
162 |
msgstr "Sí, por favor!"
|
163 |
|
164 |
-
#: admin/class-admin.php:
|
165 |
msgctxt "drip pointer"
|
166 |
msgid "No, thanks"
|
167 |
msgstr "No, gracias"
|
168 |
|
169 |
-
#: admin/class-admin.php:
|
170 |
msgctxt "admin"
|
171 |
msgid "Business Directory"
|
172 |
msgstr "Directorio de Negocios"
|
173 |
|
174 |
-
#: admin/class-admin.php:
|
175 |
msgctxt "admin"
|
176 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
177 |
msgstr ""
|
178 |
"Está todo listo. Visite la página de su nuevo <a>Directorio de Negocios</a>."
|
179 |
|
180 |
-
#: admin/class-admin.php:
|
181 |
msgctxt "drip pointer"
|
182 |
msgid "Invalid e-mail address."
|
183 |
msgstr "Dirección de correo-e inválida."
|
184 |
|
185 |
-
#: admin/class-admin.php:
|
186 |
msgctxt "admin menu"
|
187 |
msgid "Business Directory Admin"
|
188 |
msgstr "Gestión de Directorio de Negocios"
|
189 |
|
190 |
-
#: admin/class-admin.php:
|
191 |
msgctxt "admin menu"
|
192 |
msgid "Dir. Admin"
|
193 |
msgstr "Gestión de Dir."
|
194 |
|
195 |
-
#: admin/class-admin.php:
|
196 |
msgctxt "admin menu"
|
197 |
msgid "Directory Admin"
|
198 |
msgstr "Gestión de Directorio"
|
199 |
|
200 |
-
#: admin/class-admin.php:
|
201 |
msgctxt "admin menu"
|
202 |
msgid "Add New Listing"
|
203 |
msgstr "Agregar Nuevo Listado"
|
204 |
|
205 |
-
#: admin/class-admin.php:
|
206 |
msgctxt "admin menu"
|
207 |
msgid "Manage Options"
|
208 |
msgstr "Configuraciones"
|
209 |
|
210 |
-
#: admin/class-admin.php:
|
211 |
msgctxt "admin menu"
|
212 |
msgid "Manage Fees"
|
213 |
msgstr "Administrar Comisiones"
|
214 |
|
215 |
-
#: admin/class-admin.php:
|
216 |
msgctxt "admin menu"
|
217 |
msgid "Manage Form Fields"
|
218 |
msgstr "Administrar Campos de Formulario"
|
219 |
|
220 |
-
#: admin/class-admin.php:
|
221 |
msgctxt "admin menu"
|
222 |
msgid "Listings"
|
223 |
msgstr "Listados"
|
224 |
|
225 |
-
#: admin/class-admin.php:
|
226 |
msgctxt "admin menu"
|
227 |
msgid "CSV Import"
|
228 |
msgstr "Importar CSV"
|
229 |
|
230 |
-
#: admin/class-admin.php:
|
231 |
msgctxt "admin menu"
|
232 |
msgid "CSV Export"
|
233 |
msgstr "Exportar CSV"
|
234 |
|
235 |
-
#: admin/class-admin.php:
|
236 |
msgctxt "admin menu"
|
237 |
msgid "Debug"
|
238 |
msgstr "Depuración"
|
239 |
|
240 |
-
#: admin/class-admin.php:
|
241 |
msgctxt "admin menu"
|
242 |
msgid "Main Menu"
|
243 |
msgstr "Menú Principal"
|
244 |
|
245 |
-
#: admin/class-admin.php:
|
246 |
msgctxt "admin menu"
|
247 |
msgid "Uninstall Business Directory Plugin"
|
248 |
msgstr "Desinstalar Business Directory Plugin"
|
249 |
|
250 |
-
#: admin/class-admin.php:
|
251 |
msgctxt "admin menu"
|
252 |
msgid "Uninstall"
|
253 |
msgstr "Desinstalar"
|
254 |
|
255 |
-
#: admin/class-admin.php:
|
256 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
257 |
msgctxt "admin infometabox"
|
258 |
msgid "never"
|
259 |
msgstr "nunca"
|
260 |
|
261 |
-
#: admin/class-admin.php:
|
262 |
msgctxt "admin"
|
263 |
msgid "Dismiss this notice."
|
264 |
msgstr "Ignorar."
|
265 |
|
266 |
-
#: admin/class-admin.php:
|
267 |
msgctxt "admin"
|
268 |
msgid "The listing has been published."
|
269 |
msgid_plural "The listings have been published."
|
270 |
msgstr[0] "El listado ha sido publicado."
|
271 |
msgstr[1] "Los listados han sido publicados."
|
272 |
|
273 |
-
#: admin/class-admin.php:
|
274 |
msgctxt "admin"
|
275 |
msgid "The listing status has been set as paid."
|
276 |
msgid_plural "The listings status has been set as paid."
|
277 |
msgstr[0] "El listado se ha marcado como pagado."
|
278 |
msgstr[1] "Los listados se han marcado como pagados."
|
279 |
|
280 |
-
#: admin/class-admin.php:
|
281 |
msgctxt "admin"
|
282 |
msgid ""
|
283 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
@@ -296,28 +296,28 @@ msgstr[1] ""
|
|
296 |
"pagadas. Los items recurrentes deben ser manejados a través de la pasarela "
|
297 |
"de pago."
|
298 |
|
299 |
-
#: admin/class-admin.php:
|
300 |
msgctxt "admin"
|
301 |
msgid "The listing has been modified."
|
302 |
msgid_plural "The listings have been modified."
|
303 |
msgstr[0] "El listado ha sido modificado."
|
304 |
msgstr[1] "Los listados han sido modificados."
|
305 |
|
306 |
-
#: admin/class-admin.php:
|
307 |
msgctxt "admin"
|
308 |
msgid "The listing has been upgraded."
|
309 |
msgid_plural "The listings have been upgraded."
|
310 |
msgstr[0] "El listado ha sido mejorado."
|
311 |
msgstr[1] "Los listados han sido mejorados."
|
312 |
|
313 |
-
#: admin/class-admin.php:
|
314 |
msgctxt "admin"
|
315 |
msgid "The listing has been downgraded."
|
316 |
msgid_plural "The listings have been downgraded."
|
317 |
msgstr[0] "El listado ha sido degradado."
|
318 |
msgstr[1] "Los listados han sido degradados."
|
319 |
|
320 |
-
#: admin/class-admin.php:
|
321 |
msgctxt "admin payments"
|
322 |
msgid ""
|
323 |
"The payment status was not changed. Recurring payments can't be manually "
|
@@ -328,44 +328,44 @@ msgstr ""
|
|
328 |
"manualmente aprobados. Por favor revise el panel de administración de la "
|
329 |
"pasarela de pago para revisar si el pago sí se hizo efectivo."
|
330 |
|
331 |
-
#: admin/class-admin.php:
|
332 |
msgctxt "admin"
|
333 |
msgid "The transaction has been approved."
|
334 |
msgstr "La transacción ha sido aprobada."
|
335 |
|
336 |
-
#: admin/class-admin.php:
|
337 |
msgctxt "admin"
|
338 |
msgid "The transaction has been rejected."
|
339 |
msgstr "La transacción ha sido rechazada."
|
340 |
|
341 |
-
#: admin/class-admin.php:
|
342 |
msgctxt "admin"
|
343 |
msgid "The fee was successfully assigned."
|
344 |
msgstr "La comisión se asignó satisfactoriamente."
|
345 |
|
346 |
-
#: admin/class-admin.php:
|
347 |
msgctxt "admin"
|
348 |
msgid "Listing was renewed."
|
349 |
msgid_plural "Listings were renewed."
|
350 |
msgstr[0] "El listado ha sido renovado."
|
351 |
msgstr[1] "Los listados fueron renovados."
|
352 |
|
353 |
-
#: admin/class-admin.php:
|
354 |
msgctxt "admin"
|
355 |
msgid "Renewal email sent."
|
356 |
msgstr "Mensaje de correo electrónico de renovación enviado."
|
357 |
|
358 |
-
#: admin/class-admin.php:
|
359 |
msgctxt "admin category id"
|
360 |
msgid "ID"
|
361 |
msgstr "ID"
|
362 |
|
363 |
-
#: admin/class-admin.php:
|
364 |
msgctxt "admin"
|
365 |
msgid "Listing Count"
|
366 |
msgstr "Conteo de Listados"
|
367 |
|
368 |
-
#: admin/class-admin.php:
|
369 |
msgctxt "admin"
|
370 |
msgid ""
|
371 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
@@ -374,7 +374,7 @@ msgstr ""
|
|
374 |
"<b>Business Directory Plugin</b> requiere campos con las siguientes "
|
375 |
"asociaciones para funcionar correctamente: <b>%s</b>."
|
376 |
|
377 |
-
#: admin/class-admin.php:
|
378 |
msgctxt "admin"
|
379 |
msgid ""
|
380 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
@@ -383,7 +383,7 @@ msgstr ""
|
|
383 |
"<b>Business Directory Plugin</b> requiere un campo con la asociación <b>%s</"
|
384 |
"b> para funcionar correctamente."
|
385 |
|
386 |
-
#: admin/class-admin.php:
|
387 |
msgctxt "admin"
|
388 |
msgid ""
|
389 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
@@ -392,17 +392,17 @@ msgstr ""
|
|
392 |
"Puede crear estos campos usted mismo en \"Administrar Campos de Formulario\" "
|
393 |
"o puede dejar que Business Directory haga esto por usted automáticamente."
|
394 |
|
395 |
-
#: admin/class-admin.php:
|
396 |
msgctxt "admin"
|
397 |
msgid "Go to \"Manage Form Fields\""
|
398 |
msgstr "Ir a \"Administrar Campos de Formulario\""
|
399 |
|
400 |
-
#: admin/class-admin.php:
|
401 |
msgctxt "admin"
|
402 |
msgid "Create these required fields for me"
|
403 |
msgstr "Crear estos campos requeridos por mi"
|
404 |
|
405 |
-
#: admin/class-admin.php:
|
406 |
msgctxt "admin"
|
407 |
msgid ""
|
408 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -411,7 +411,7 @@ msgstr ""
|
|
411 |
"<b>Business Directory Plugin</b> requiere una página con el shortcode "
|
412 |
"<tt>[businessdirectory]</tt> para funcionar adecuadamente."
|
413 |
|
414 |
-
#: admin/class-admin.php:
|
415 |
msgctxt "admin"
|
416 |
msgid ""
|
417 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -420,27 +420,27 @@ msgstr ""
|
|
420 |
"Puede crear esta página usted mismo o dejar que Business Directory lo haga "
|
421 |
"por usted automáticamente."
|
422 |
|
423 |
-
#: admin/class-admin.php:
|
424 |
msgctxt "admin"
|
425 |
msgid "Create required pages for me"
|
426 |
msgstr "Crear las páginas requeridas por mi"
|
427 |
|
428 |
-
#: admin/class-admin.php:
|
429 |
msgctxt "admin compat"
|
430 |
msgid "Installed: %s"
|
431 |
msgstr "Instalado: %s"
|
432 |
|
433 |
-
#: admin/class-admin.php:
|
434 |
msgctxt "admin compat"
|
435 |
msgid "N/A"
|
436 |
msgstr "N/A"
|
437 |
|
438 |
-
#: admin/class-admin.php:
|
439 |
msgctxt "admin compat"
|
440 |
msgid "Required: %s"
|
441 |
msgstr "Requerido: %s"
|
442 |
|
443 |
-
#: admin/class-admin.php:
|
444 |
msgctxt "admin compat"
|
445 |
msgid ""
|
446 |
"Business Directory has detected some incompatible premium module versions "
|
@@ -449,7 +449,7 @@ msgstr ""
|
|
449 |
"Business Directory ha detectado algunas versiones incompatibles de módulos "
|
450 |
"instaladas."
|
451 |
|
452 |
-
#: admin/class-admin.php:
|
453 |
msgctxt "admin compat"
|
454 |
msgid ""
|
455 |
"Please upgrade to the required versions indicated below to make sure "
|
@@ -458,7 +458,7 @@ msgstr ""
|
|
458 |
"Por favor actualice a las versiones requeridas indicadas abajo para "
|
459 |
"asegurarse de que todo funcione correctamente."
|
460 |
|
461 |
-
#: admin/class-admin.php:
|
462 |
msgctxt "admin"
|
463 |
msgid ""
|
464 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -471,22 +471,6 @@ msgstr ""
|
|
471 |
"configuraciones para asegurarse de que Business Directory funcione "
|
472 |
"correctamente."
|
473 |
|
474 |
-
#: admin/class-listing-fields-metabox.php:21
|
475 |
-
msgctxt "admin"
|
476 |
-
msgid "Listing Fields"
|
477 |
-
msgstr "Campos del Listado"
|
478 |
-
|
479 |
-
#: admin/class-listing-fields-metabox.php:40
|
480 |
-
#: templates/submit-listing/images.tpl.php:12
|
481 |
-
msgctxt "templates"
|
482 |
-
msgid "Current Images"
|
483 |
-
msgstr "Imágenes Actuales"
|
484 |
-
|
485 |
-
#: admin/class-listing-fields-metabox.php:41
|
486 |
-
msgctxt "templates"
|
487 |
-
msgid "There are no images currently attached to the listing."
|
488 |
-
msgstr "No hay imágenes actualmente asociadas al listado."
|
489 |
-
|
490 |
#: admin/class-themes-admin.php:47
|
491 |
msgctxt "themes"
|
492 |
msgid "Directory Themes"
|
@@ -571,7 +555,7 @@ msgstr "Tema instalado correctamente."
|
|
571 |
|
572 |
#: admin/class-themes-admin.php:229
|
573 |
msgctxt "themes"
|
574 |
-
msgid "Theme was deleted
|
575 |
msgstr "Tema eliminado correctamente."
|
576 |
|
577 |
#: admin/class-themes-admin.php:232
|
@@ -626,18 +610,18 @@ msgctxt "themes"
|
|
626 |
msgid "Activate your <a>license key</a> to use this theme."
|
627 |
msgstr "Active su <a>clave de licencia</a> para utilizar este tema."
|
628 |
|
629 |
-
#: admin/csv-export.php:
|
630 |
msgctxt "admin csv-export"
|
631 |
msgid "Could not create a temporary directory for handling this CSV export."
|
632 |
msgstr ""
|
633 |
"No se pudo crear un directorio temporal para exportar este archivo CSV."
|
634 |
|
635 |
-
#: admin/csv-export.php:
|
636 |
msgctxt "admin csv-export"
|
637 |
msgid "Could not create wpbdp-csv-exports directory."
|
638 |
msgstr "No se pudo crear el directorio \"wpbdp-csv-exports\"."
|
639 |
|
640 |
-
#: admin/csv-export.php:
|
641 |
msgctxt "admin csv-export"
|
642 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
643 |
msgstr ""
|
@@ -1060,10 +1044,9 @@ msgid "State"
|
|
1060 |
msgstr "Estado"
|
1061 |
|
1062 |
#: admin/form-fields.php:298
|
1063 |
-
#, fuzzy
|
1064 |
msgctxt "form-fields admin"
|
1065 |
msgid "Country"
|
1066 |
-
msgstr "País
|
1067 |
|
1068 |
#: admin/form-fields.php:299
|
1069 |
msgctxt "form-fields admin"
|
@@ -1298,40 +1281,64 @@ msgstr "Configuraciones de archivo CSV"
|
|
1298 |
|
1299 |
#: admin/templates/csv-export.tpl.php:94
|
1300 |
msgctxt "admin csv-export"
|
1301 |
-
msgid "
|
1302 |
-
msgstr "
|
1303 |
|
1304 |
-
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:
|
1305 |
-
#: admin/templates/csv-export.tpl.php:
|
1306 |
#: admin/templates/csv-import.tpl.php:109
|
1307 |
-
#: admin/templates/csv-import.tpl.php:
|
1308 |
-
#: admin/templates/csv-import.tpl.php:
|
1309 |
-
#: admin/templates/csv-import.tpl.php:
|
1310 |
msgctxt "admin forms"
|
1311 |
msgid "required"
|
1312 |
msgstr "requerido"
|
1313 |
|
1314 |
-
#: admin/templates/csv-export.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1315 |
msgctxt "admin csv-export"
|
1316 |
msgid "Image Separator"
|
1317 |
msgstr "Separador de Imágenes"
|
1318 |
|
1319 |
-
#: admin/templates/csv-export.tpl.php:
|
1320 |
msgctxt "admin csv-export"
|
1321 |
msgid "Category Separator"
|
1322 |
msgstr "Separador de categorías"
|
1323 |
|
1324 |
-
#: admin/templates/csv-export.tpl.php:
|
1325 |
msgctxt "admin csv-export"
|
1326 |
msgid "Export Listings"
|
1327 |
msgstr "Exportar Listados"
|
1328 |
|
1329 |
-
#: admin/templates/csv-export.tpl.php:
|
1330 |
msgctxt "admin csv-export"
|
1331 |
msgid "Export in Progress..."
|
1332 |
msgstr "Proceso de exportación en progreso..."
|
1333 |
|
1334 |
-
#: admin/templates/csv-export.tpl.php:
|
1335 |
msgctxt "admin csv-export"
|
1336 |
msgid ""
|
1337 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
@@ -1340,27 +1347,27 @@ msgstr ""
|
|
1340 |
"Su archivo está siendo preparado. Por favor <u>no abandone</u> esta página "
|
1341 |
"hasta que el proceso termine."
|
1342 |
|
1343 |
-
#: admin/templates/csv-export.tpl.php:
|
1344 |
msgctxt "admin csv-export"
|
1345 |
msgid "No. of listings:"
|
1346 |
msgstr "Número de listados:"
|
1347 |
|
1348 |
-
#: admin/templates/csv-export.tpl.php:
|
1349 |
msgctxt "admin csv-export"
|
1350 |
msgid "Approximate export file size:"
|
1351 |
msgstr "Tamaño aproximado del archivo exportado:"
|
1352 |
|
1353 |
-
#: admin/templates/csv-export.tpl.php:
|
1354 |
msgctxt "admin csv-export"
|
1355 |
msgid "Cancel Export"
|
1356 |
msgstr "Cancelar Proceso"
|
1357 |
|
1358 |
-
#: admin/templates/csv-export.tpl.php:
|
1359 |
msgctxt "admin csv-export"
|
1360 |
msgid "Export Complete"
|
1361 |
msgstr "Exportación Completada"
|
1362 |
|
1363 |
-
#: admin/templates/csv-export.tpl.php:
|
1364 |
msgctxt "admin csv-export"
|
1365 |
msgid ""
|
1366 |
"Your export file has been successfully created and it is now ready for "
|
@@ -1369,12 +1376,12 @@ msgstr ""
|
|
1369 |
"Su archivo ha sido creado satisfactoriamente y se encuentra listo para ser "
|
1370 |
"descargado."
|
1371 |
|
1372 |
-
#: admin/templates/csv-export.tpl.php:
|
1373 |
msgctxt "admin csv-export"
|
1374 |
msgid "Download %s (%s)"
|
1375 |
msgstr "Descargar %s (%s)"
|
1376 |
|
1377 |
-
#: admin/templates/csv-export.tpl.php:
|
1378 |
msgctxt "admin csv-export"
|
1379 |
msgid ""
|
1380 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
@@ -1384,22 +1391,22 @@ msgstr ""
|
|
1384 |
"eliminar todos los datos temporales creados durante el proceso de "
|
1385 |
"exportación."
|
1386 |
|
1387 |
-
#: admin/templates/csv-export.tpl.php:
|
1388 |
msgctxt "admin csv-export"
|
1389 |
msgid "Cleanup"
|
1390 |
msgstr "Limpiar"
|
1391 |
|
1392 |
-
#: admin/templates/csv-export.tpl.php:
|
1393 |
msgctxt "admin csv-export"
|
1394 |
msgid "Export Canceled"
|
1395 |
msgstr "Exportación Cancelada"
|
1396 |
|
1397 |
-
#: admin/templates/csv-export.tpl.php:
|
1398 |
msgctxt "admin csv-export"
|
1399 |
msgid "The export has been canceled."
|
1400 |
msgstr "La exportación ha sido cancelada."
|
1401 |
|
1402 |
-
#: admin/templates/csv-export.tpl.php:
|
1403 |
msgctxt "admin csv-export"
|
1404 |
msgid "← Return to CSV Export"
|
1405 |
msgstr "← Regresar a \"Exportar CSV\""
|
@@ -1533,7 +1540,7 @@ msgctxt "admin csv-import"
|
|
1533 |
msgid "Warning"
|
1534 |
msgstr "Advertencia"
|
1535 |
|
1536 |
-
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:
|
1537 |
msgctxt "admin csv-import"
|
1538 |
msgid "Help"
|
1539 |
msgstr "Ayuda"
|
@@ -1593,72 +1600,87 @@ msgctxt "admin csv-import"
|
|
1593 |
msgid "Column Separator"
|
1594 |
msgstr "Separador de columna"
|
1595 |
|
1596 |
-
#: admin/templates/csv-import.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1597 |
msgctxt "admin csv-import"
|
1598 |
msgid "Image Separator"
|
1599 |
msgstr "Separador de imágenes"
|
1600 |
|
1601 |
-
#: admin/templates/csv-import.tpl.php:
|
1602 |
msgctxt "admin csv-import"
|
1603 |
msgid "Category Separator"
|
1604 |
msgstr "Separador de categorías"
|
1605 |
|
1606 |
-
#: admin/templates/csv-import.tpl.php:
|
1607 |
msgctxt "admin csv-import"
|
1608 |
msgid "Import settings"
|
1609 |
msgstr "Configuraciones de Importación"
|
1610 |
|
1611 |
-
#: admin/templates/csv-import.tpl.php:
|
1612 |
msgctxt "admin csv-import"
|
1613 |
msgid "Post status of imported listings"
|
1614 |
msgstr "Estado de los listados importados"
|
1615 |
|
1616 |
-
#: admin/templates/csv-import.tpl.php:
|
1617 |
msgctxt "admin csv-import"
|
1618 |
msgid "Missing categories handling"
|
1619 |
msgstr "Manejo de categorías inexistentes"
|
1620 |
|
1621 |
-
#: admin/templates/csv-import.tpl.php:
|
1622 |
msgctxt "admin csv-import"
|
1623 |
msgid "Auto-create categories"
|
1624 |
msgstr "Crear categorías automáticamente"
|
1625 |
|
1626 |
-
#: admin/templates/csv-import.tpl.php:
|
1627 |
msgctxt "admin csv-import"
|
1628 |
msgid "Generate errors when a category is not found"
|
1629 |
msgstr "Generar errores cuando una categoría no exista"
|
1630 |
|
1631 |
-
#: admin/templates/csv-import.tpl.php:
|
1632 |
msgctxt "admin csv-import"
|
1633 |
msgid "Keep existing listing images?"
|
1634 |
msgstr "Mantener imágenes existentes?"
|
1635 |
|
1636 |
-
#: admin/templates/csv-import.tpl.php:
|
1637 |
msgctxt "admin csv-import"
|
1638 |
msgid "Keep existing images."
|
1639 |
msgstr "Preservar imágenes existentes."
|
1640 |
|
1641 |
-
#: admin/templates/csv-import.tpl.php:
|
1642 |
msgctxt "admin csv-import"
|
1643 |
msgid "Appends new images while keeping current ones."
|
1644 |
msgstr "Adiciona nuevas imágenes mientras mantiene las existentes."
|
1645 |
|
1646 |
-
#: admin/templates/csv-import.tpl.php:
|
1647 |
msgctxt "admin csv-import"
|
1648 |
msgid "Assign listings to a user?"
|
1649 |
msgstr "Asignar listados a un usuario?"
|
1650 |
|
1651 |
-
#: admin/templates/csv-import.tpl.php:
|
1652 |
msgctxt "admin csv-import"
|
1653 |
msgid "Assign listings to a user."
|
1654 |
msgstr "Asignar listados a un usuario."
|
1655 |
|
1656 |
-
#: admin/templates/csv-import.tpl.php:
|
1657 |
msgctxt "admin csv-import"
|
1658 |
msgid "Use a default user for listings?"
|
1659 |
msgstr "¿Utilizar un usuario por defecto para los listados?"
|
1660 |
|
1661 |
-
#: admin/templates/csv-import.tpl.php:
|
1662 |
msgctxt "admin csv-import"
|
1663 |
msgid ""
|
1664 |
"Select a default user to be used if the username column is not present in "
|
@@ -1667,12 +1689,12 @@ msgstr ""
|
|
1667 |
"Elija un usuario por defecto para utilizar si la columna \"username\" no "
|
1668 |
"está presente en el archivo CSV."
|
1669 |
|
1670 |
-
#: admin/templates/csv-import.tpl.php:
|
1671 |
msgctxt "admin csv-import"
|
1672 |
msgid "Default listing user"
|
1673 |
msgstr "Usuario a usar por defecto"
|
1674 |
|
1675 |
-
#: admin/templates/csv-import.tpl.php:
|
1676 |
msgctxt "admin csv-import"
|
1677 |
msgid ""
|
1678 |
"This user will be used if the username column is not present in the CSV file."
|
@@ -1680,27 +1702,27 @@ msgstr ""
|
|
1680 |
"Este usuario será utilizado si la columna \"username\" no está presente en "
|
1681 |
"el archivo CSV."
|
1682 |
|
1683 |
-
#: admin/templates/csv-import.tpl.php:
|
1684 |
msgctxt "admin csv-import"
|
1685 |
msgid "Disable e-mail notifications during import?"
|
1686 |
msgstr "Deshabilitar notificaciones de correo durante la importación?"
|
1687 |
|
1688 |
-
#: admin/templates/csv-import.tpl.php:
|
1689 |
msgctxt "admin csv-import"
|
1690 |
msgid "Disable e-mail notifications."
|
1691 |
msgstr "Deshabilitar notificaciones de correo-e."
|
1692 |
|
1693 |
-
#: admin/templates/csv-import.tpl.php:
|
1694 |
msgctxt "admin csv-import"
|
1695 |
msgid "Test Import"
|
1696 |
msgstr "Importación de Verificación"
|
1697 |
|
1698 |
-
#: admin/templates/csv-import.tpl.php:
|
1699 |
msgctxt "admin csv-import"
|
1700 |
msgid "Import Listings"
|
1701 |
msgstr "Importar Listados"
|
1702 |
|
1703 |
-
#: admin/templates/csv-import.tpl.php:
|
1704 |
msgctxt "admin csv-import"
|
1705 |
msgid ""
|
1706 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -1714,44 +1736,44 @@ msgstr ""
|
|
1714 |
"archivo CSV de ejemplo\"</a> para ver cómo debe lucir un archivo de "
|
1715 |
"importación válido."
|
1716 |
|
1717 |
-
#: admin/templates/csv-import.tpl.php:
|
1718 |
msgctxt "admin csv-import"
|
1719 |
msgid "Header name/label"
|
1720 |
msgstr "Nombre de cabecera"
|
1721 |
|
1722 |
-
#: admin/templates/csv-import.tpl.php:
|
1723 |
msgctxt "admin csv-import"
|
1724 |
msgid "Field"
|
1725 |
msgstr "Campo"
|
1726 |
|
1727 |
-
#: admin/templates/csv-import.tpl.php:
|
1728 |
msgctxt "admin csv-import"
|
1729 |
msgid "Type"
|
1730 |
msgstr "Tipo"
|
1731 |
|
1732 |
-
#: admin/templates/csv-import.tpl.php:
|
1733 |
msgctxt "admin csv-import"
|
1734 |
msgid "Required?"
|
1735 |
msgstr "Requerido?"
|
1736 |
|
1737 |
-
#: admin/templates/csv-import.tpl.php:
|
1738 |
msgctxt "admin csv-import"
|
1739 |
msgid "Multivalued?"
|
1740 |
msgstr "Multivaluado?"
|
1741 |
|
1742 |
-
#: admin/templates/csv-import.tpl.php:
|
1743 |
msgctxt "admin csv-import"
|
1744 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1745 |
msgstr ""
|
1746 |
"Lista de imágenes del listado separadas con punto y coma (deben encontrarse "
|
1747 |
"en el archivo ZIP)"
|
1748 |
|
1749 |
-
#: admin/templates/csv-import.tpl.php:
|
1750 |
msgctxt "admin csv-import"
|
1751 |
msgid "Listing author's username"
|
1752 |
msgstr "Autor del listado (nombre de usuario)"
|
1753 |
|
1754 |
-
#: admin/templates/csv-import.tpl.php:
|
1755 |
msgctxt "admin csv-import"
|
1756 |
msgid ""
|
1757 |
"Internal Sequence ID used to allow listing updates from external sources."
|
@@ -1759,7 +1781,7 @@ msgstr ""
|
|
1759 |
"ID de secuencia interno utilizado para permitir actualizaciones a los "
|
1760 |
"listados desde fuentes externas."
|
1761 |
|
1762 |
-
#: admin/templates/csv-import.tpl.php:
|
1763 |
msgctxt "admin csv-import"
|
1764 |
msgid ""
|
1765 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -2249,7 +2271,6 @@ msgstr ""
|
|
2249 |
"Por favor vea la <a>documentación de Campos de Formulario</a> para más "
|
2250 |
"detalles."
|
2251 |
|
2252 |
-
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.8) #-#-#-#-#
|
2253 |
#. Plugin Name of the plugin/theme
|
2254 |
#: admin/templates/header.tpl.php:4
|
2255 |
msgid "Business Directory Plugin"
|
@@ -3018,42 +3039,47 @@ msgctxt "tracking"
|
|
3018 |
msgid "Allow Tracking"
|
3019 |
msgstr "Permitir Seguimiento"
|
3020 |
|
3021 |
-
#: business-directory-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
3022 |
msgctxt "admin plugins"
|
3023 |
msgid "Settings"
|
3024 |
msgstr "Configuración"
|
3025 |
|
3026 |
-
#: business-directory-plugin.php:
|
3027 |
msgctxt "rss feed"
|
3028 |
msgid "%s Feed"
|
3029 |
msgstr "Feed %s"
|
3030 |
|
3031 |
-
#: business-directory-plugin.php:
|
3032 |
#: core/views/submit_listing.php:10
|
3033 |
msgctxt "views"
|
3034 |
msgid "Submit A Listing"
|
3035 |
msgstr "Enviar un Listado"
|
3036 |
|
3037 |
-
#: business-directory-plugin.php:
|
3038 |
msgctxt "title"
|
3039 |
msgid "Find a Listing"
|
3040 |
msgstr "Encontrar un listado"
|
3041 |
|
3042 |
-
#: business-directory-plugin.php:
|
3043 |
msgctxt "title"
|
3044 |
msgid "View All Listings"
|
3045 |
msgstr "Ver Listados"
|
3046 |
|
3047 |
-
#: business-directory-plugin.php:
|
3048 |
msgctxt "title"
|
3049 |
msgid "Listings tagged: %s"
|
3050 |
msgstr "Listados etiquetados: %s"
|
3051 |
|
3052 |
-
#: core/api.php:
|
3053 |
msgid "Free"
|
3054 |
msgstr "Gratuito"
|
3055 |
|
3056 |
-
#: core/class-csv-import.php:
|
3057 |
msgctxt "admin csv-import"
|
3058 |
msgid ""
|
3059 |
"Could not create listing category \"<category-name>\". The operation failed "
|
@@ -3062,22 +3088,22 @@ msgstr ""
|
|
3062 |
"No fue posible crear la categoría “<category-name>”. La operación falló con "
|
3063 |
"el siguiente error: <error-message>."
|
3064 |
|
3065 |
-
#: core/class-csv-import.php:
|
3066 |
msgctxt "admin csv-import"
|
3067 |
msgid "Could not create listing category \"%s\""
|
3068 |
msgstr "No se pudo crear la categoría \"%s\""
|
3069 |
|
3070 |
-
#: core/class-csv-import.php:
|
3071 |
msgctxt "admin csv-import"
|
3072 |
msgid "Username \"%s\" does not exist"
|
3073 |
msgstr "El usuario \"%s\" no existe"
|
3074 |
|
3075 |
-
#: core/class-csv-import.php:
|
3076 |
msgctxt "admin csv-import"
|
3077 |
msgid "Missing required field: %s"
|
3078 |
msgstr "Falta campo requerido: %s"
|
3079 |
|
3080 |
-
#: core/class-csv-import.php:
|
3081 |
msgctxt "admin csv-import"
|
3082 |
msgid "Listing category \"%s\" does not exist"
|
3083 |
msgstr "La categoría \"%s\" no existe"
|
@@ -3212,12 +3238,12 @@ msgctxt "listing"
|
|
3212 |
msgid "(Fee Unavailable)"
|
3213 |
msgstr "(Comisión no disponible)"
|
3214 |
|
3215 |
-
#: core/class-listings-api.php:
|
3216 |
msgctxt "notify email"
|
3217 |
msgid "[%s] New listing notification"
|
3218 |
msgstr "[%s] Notificación de nuevo listado"
|
3219 |
|
3220 |
-
#: core/class-listings-api.php:
|
3221 |
msgctxt "notify email"
|
3222 |
msgid "[%s] Listing edit notification"
|
3223 |
msgstr "[%s] Notificación de listado editado"
|
@@ -3262,12 +3288,12 @@ msgctxt "widgets"
|
|
3262 |
msgid "Leave blank for automatic height."
|
3263 |
msgstr "Deje en blanco para alto automático."
|
3264 |
|
3265 |
-
#: core/class-payment.php:223
|
3266 |
msgctxt "listings"
|
3267 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3268 |
msgstr "Comisión \"%s\" para categoría \"%s\"%s"
|
3269 |
|
3270 |
-
#: core/class-payment.php:226
|
3271 |
msgctxt "listings"
|
3272 |
msgid "(recurring)"
|
3273 |
msgstr "(recurrente)"
|
@@ -4959,17 +4985,17 @@ msgstr "Etiquetas de Directorio"
|
|
4959 |
msgid "Directory Tag"
|
4960 |
msgstr "Etiqueta de Directorio"
|
4961 |
|
4962 |
-
#: core/compatibility/class-navxt-integration.php:
|
4963 |
msgctxt "navxt"
|
4964 |
msgid "Submit Listing"
|
4965 |
msgstr "Enviar Listado"
|
4966 |
|
4967 |
-
#: core/compatibility/class-navxt-integration.php:
|
4968 |
msgctxt "navxt"
|
4969 |
msgid "Edit Listing"
|
4970 |
msgstr "Editar Listado"
|
4971 |
|
4972 |
-
#: core/compatibility/class-navxt-integration.php:
|
4973 |
msgctxt "navxt"
|
4974 |
msgid "Search"
|
4975 |
msgstr "Buscar"
|
@@ -4981,7 +5007,7 @@ msgstr "Casilla de verificación"
|
|
4981 |
|
4982 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
4983 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
4984 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4985 |
msgctxt "form-fields admin"
|
4986 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4987 |
msgstr ""
|
@@ -4990,7 +5016,7 @@ msgstr ""
|
|
4990 |
|
4991 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
4992 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
4993 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4994 |
msgctxt "form-fields admin"
|
4995 |
msgid "Field list of options is required."
|
4996 |
msgstr "La lista de opciones del campo es requerida."
|
@@ -5083,18 +5109,18 @@ msgctxt "form-fields api"
|
|
5083 |
msgid "Select List"
|
5084 |
msgstr "Lista de Selección"
|
5085 |
|
5086 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5087 |
msgctxt "form-fields-api category-select"
|
5088 |
msgid "-- Choose Terms --"
|
5089 |
msgstr "-- Elija los términos --"
|
5090 |
|
5091 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5092 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5093 |
msgctxt "form-fields-api category-select"
|
5094 |
msgid "-- Choose One --"
|
5095 |
msgstr "-- Elija Uno --"
|
5096 |
|
5097 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5098 |
msgctxt "form-fields admin"
|
5099 |
msgid "Allow empty selection on search?"
|
5100 |
msgstr "Permitir selección vacía en las búsquedas?"
|
@@ -5495,7 +5521,7 @@ msgstr "No se pudo actualizar el tema: %s"
|
|
5495 |
|
5496 |
#: core/helpers/class-themes-updater.php:165
|
5497 |
msgctxt "themes"
|
5498 |
-
msgid "Theme was updated
|
5499 |
msgstr "El tema fue actualizado correctamente."
|
5500 |
|
5501 |
#: core/installer.php:43
|
@@ -5606,11 +5632,11 @@ msgstr "Detener Actualización"
|
|
5606 |
#: core/installer.php:1110
|
5607 |
msgctxt "manual-upgrade"
|
5608 |
msgid ""
|
5609 |
-
"The upgrade was
|
5610 |
"available."
|
5611 |
msgstr ""
|
5612 |
"La actualización fue ejecutada con éxito. Business Directory Plugin ahora se "
|
5613 |
-
"
|
5614 |
|
5615 |
#: core/installer.php:1113
|
5616 |
msgctxt "manual-upgrade"
|
@@ -5920,39 +5946,39 @@ msgctxt "templates"
|
|
5920 |
msgid "No listing categories found."
|
5921 |
msgstr "No se encontraron categorías."
|
5922 |
|
5923 |
-
#: core/templates-ui.php:
|
5924 |
msgid "Directory"
|
5925 |
msgstr "Directorio"
|
5926 |
|
5927 |
-
#: core/templates-ui.php:
|
5928 |
msgid "View All Listings"
|
5929 |
msgstr "Ver Todos los Listados"
|
5930 |
|
5931 |
-
#: core/templates-ui.php:
|
5932 |
msgid "Create A Listing"
|
5933 |
msgstr "Crear un Listado"
|
5934 |
|
5935 |
-
#: core/templates-ui.php:
|
5936 |
msgctxt "templates"
|
5937 |
msgid "Search Listings"
|
5938 |
msgstr "Buscar Listados"
|
5939 |
|
5940 |
-
#: core/templates-ui.php:
|
5941 |
msgctxt "templates"
|
5942 |
msgid "Advanced Search"
|
5943 |
msgstr "Búsqueda Avanzada"
|
5944 |
|
5945 |
-
#: core/templates-ui.php:
|
5946 |
msgctxt "templates sort"
|
5947 |
msgid "Sort By:"
|
5948 |
msgstr "Ordenar Por:"
|
5949 |
|
5950 |
-
#: core/templates-ui.php:
|
5951 |
msgctxt "sort"
|
5952 |
msgid "Reset"
|
5953 |
msgstr "Restablecer"
|
5954 |
|
5955 |
-
#: core/templates-ui.php:
|
5956 |
msgctxt "sort"
|
5957 |
msgid "(Reset)"
|
5958 |
msgstr "(Reestablecer)"
|
@@ -6080,42 +6106,72 @@ msgid ""
|
|
6080 |
msgstr ""
|
6081 |
"Ha ingresado como administrador. Todos los pasos de pago serán saltados."
|
6082 |
|
6083 |
-
#: core/view-submit-listing.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6084 |
msgctxt "templates"
|
6085 |
msgid "Please select a fee option for the \"%s\" category."
|
6086 |
msgstr "Por favor elija una opción de pago para la categoría \"%s\"."
|
6087 |
|
6088 |
-
#: core/view-submit-listing.php:
|
6089 |
msgctxt "templates"
|
6090 |
msgid "Please agree to the Terms and Conditions."
|
6091 |
msgstr "Por favor acepte los Términos y Condiciones."
|
6092 |
|
6093 |
-
#: core/view-submit-listing.php:
|
6094 |
msgctxt "templates"
|
6095 |
msgid "The reCAPTCHA wasn't entered correctly."
|
6096 |
msgstr "El reCAPTCHA no fue ingresado correctamente."
|
6097 |
|
6098 |
-
#: core/view-submit-listing.php:
|
6099 |
msgctxt "templates"
|
6100 |
msgid "Read our Terms and Conditions"
|
6101 |
msgstr "Lea nuestros Términos y Condiciones"
|
6102 |
|
6103 |
-
#: core/view-submit-listing.php:
|
6104 |
msgctxt "templates"
|
6105 |
msgid "Terms and Conditions:"
|
6106 |
msgstr "Términos y Condiciones:"
|
6107 |
|
6108 |
-
#: core/view-submit-listing.php:
|
6109 |
msgctxt "templates"
|
6110 |
msgid "I agree to the Terms and Conditions"
|
6111 |
msgstr "Acepto los Términos y Condiciones"
|
6112 |
|
6113 |
-
#: core/view-submit-listing.php:
|
6114 |
msgctxt "submit"
|
6115 |
msgid "Listing upgrade to featured"
|
6116 |
msgstr "Mejora a Destacado"
|
6117 |
|
6118 |
-
#: core/view-submit-listing.php:
|
6119 |
msgctxt "submit_state"
|
6120 |
msgid "Invalid submit state."
|
6121 |
msgstr "Solicitud inválida."
|
@@ -6160,7 +6216,7 @@ msgstr "← Regresar al Directorio."
|
|
6160 |
|
6161 |
#: core/views/checkout.php:130
|
6162 |
msgctxt "checkout"
|
6163 |
-
msgid "Your payment was received
|
6164 |
msgstr "Su pago fue recibido satisfactoriamente."
|
6165 |
|
6166 |
#: core/views/checkout.php:137
|
@@ -6321,17 +6377,17 @@ msgctxt "listings"
|
|
6321 |
msgid "Fee \"%s\" renewal for category \"%s\""
|
6322 |
msgstr "Comisión \"%s\" de renovación para categoría \"%s\""
|
6323 |
|
6324 |
-
#: core/views/renew_listing.php:
|
6325 |
msgctxt "renewal"
|
6326 |
msgid "Invalid renewal state."
|
6327 |
msgstr "Solicitud inválida."
|
6328 |
|
6329 |
-
#: core/views/renew_listing.php:
|
6330 |
msgctxt "templates"
|
6331 |
msgid "Recurring Fee Management"
|
6332 |
msgstr "Manejo de Pago Recurrente"
|
6333 |
|
6334 |
-
#: core/views/renew_listing.php:
|
6335 |
msgctxt "renew"
|
6336 |
msgid ""
|
6337 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
@@ -6341,22 +6397,22 @@ msgstr ""
|
|
6341 |
"ahora mismo ya que esto se hará automáticamente cuando llegue el momento "
|
6342 |
"indicado."
|
6343 |
|
6344 |
-
#: core/views/renew_listing.php:
|
6345 |
msgctxt "renewal"
|
6346 |
msgid "Current Fee Details"
|
6347 |
msgstr "Detalles de Comisión"
|
6348 |
|
6349 |
-
#: core/views/renew_listing.php:
|
6350 |
msgctxt "renewal"
|
6351 |
msgid "Number of images:"
|
6352 |
msgstr "Número de imágenes:"
|
6353 |
|
6354 |
-
#: core/views/renew_listing.php:
|
6355 |
msgctxt "renewal"
|
6356 |
msgid "Expiration date:"
|
6357 |
msgstr "Fecha de expiración:"
|
6358 |
|
6359 |
-
#: core/views/renew_listing.php:
|
6360 |
msgctxt "renew"
|
6361 |
msgid ""
|
6362 |
"However, if you want to cancel your subscription you can do that on this "
|
@@ -6401,6 +6457,12 @@ msgctxt "views"
|
|
6401 |
msgid "Find A Listing"
|
6402 |
msgstr "Encontrar un Listado"
|
6403 |
|
|
|
|
|
|
|
|
|
|
|
|
|
6404 |
#: core/views/submit_listing.php:16
|
6405 |
msgctxt "templates"
|
6406 |
msgid ""
|
@@ -7072,7 +7134,7 @@ msgstr ""
|
|
7072 |
#: templates/renew-listing.tpl.php:22
|
7073 |
#: templates/submit-listing/category-selection.tpl.php:8
|
7074 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
7075 |
-
#: templates/submit-listing/images.tpl.php:
|
7076 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
7077 |
msgctxt "templates"
|
7078 |
msgid "Continue"
|
@@ -7176,37 +7238,37 @@ msgctxt "templates"
|
|
7176 |
msgid "Delete Image"
|
7177 |
msgstr "Eliminar Imagen"
|
7178 |
|
7179 |
-
#: templates/submit-listing/images-single.tpl.php:
|
7180 |
msgctxt "templates"
|
7181 |
msgid "Set this image as the listing thumbnail."
|
7182 |
msgstr "Usar esta imagen como imagen principal."
|
7183 |
|
7184 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7185 |
msgctxt "templates"
|
7186 |
msgid "Upload Images"
|
7187 |
msgstr "Subir Imágenes"
|
7188 |
|
7189 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7190 |
msgctxt "templates"
|
7191 |
msgid "Drop files here"
|
7192 |
msgstr "Suelte sus archivos aquí"
|
7193 |
|
7194 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7195 |
msgctxt "templates image upload"
|
7196 |
msgid "or"
|
7197 |
msgstr "o"
|
7198 |
|
7199 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7200 |
msgctxt "templates"
|
7201 |
msgid "Select images from your hard drive"
|
7202 |
msgstr "Elija las imágenes del disco duro"
|
7203 |
|
7204 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7205 |
msgctxt "templates"
|
7206 |
msgid "Uploading %s file(s)... Please wait."
|
7207 |
msgstr "Subiendo %s archivo(s)... Por favor espere."
|
7208 |
|
7209 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7210 |
msgctxt "templates"
|
7211 |
msgid ""
|
7212 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
@@ -7217,39 +7279,39 @@ msgstr ""
|
|
7217 |
"\" cuando termine o en \"Eliminar Imagen\" para subir una nueva imagen en "
|
7218 |
"lugar de alguna de las actuales."
|
7219 |
|
7220 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7221 |
msgctxt "templates"
|
7222 |
msgid "Image slots available:"
|
7223 |
msgstr "Casillas de imagen disponibles:"
|
7224 |
|
7225 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7226 |
msgctxt "templates"
|
7227 |
msgid "File size:"
|
7228 |
msgstr "Tamaño de archivo:"
|
7229 |
|
7230 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7231 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7232 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7233 |
msgctxt "templates"
|
7234 |
msgid "No limit"
|
7235 |
msgstr "Sin límite"
|
7236 |
|
7237 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7238 |
msgctxt "templates"
|
7239 |
msgid "Image width:"
|
7240 |
msgstr "Ancho de imagen:"
|
7241 |
|
7242 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7243 |
msgctxt "templates"
|
7244 |
msgid "Image height:"
|
7245 |
msgstr "Alto de imagen:"
|
7246 |
|
7247 |
-
#: templates/submit-listing/images.tpl.php:
|
7248 |
msgctxt "templates"
|
7249 |
msgid "Listing Images"
|
7250 |
msgstr "Imágenes del Listado"
|
7251 |
|
7252 |
-
#: templates/submit-listing/images.tpl.php:
|
7253 |
msgctxt "templates"
|
7254 |
msgid ""
|
7255 |
"There is an image pending upload. Would you still like to continue without "
|
@@ -7258,7 +7320,12 @@ msgstr ""
|
|
7258 |
"Hay una imagen pendiente de ser subida. Desea continuar sin guardar la "
|
7259 |
"imagen?"
|
7260 |
|
7261 |
-
#: templates/submit-listing/images.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
7262 |
msgctxt "templates"
|
7263 |
msgid "There are no images currently attached to your listing."
|
7264 |
msgstr "No hay actualmente imágenes asociadas a su listado."
|
@@ -7298,6 +7365,18 @@ msgstr "D. Rodenbaugh"
|
|
7298 |
msgid "http://businessdirectoryplugin.com"
|
7299 |
msgstr "http://businessdirectoryplugin.com"
|
7300 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7301 |
#~ msgctxt "admin settings"
|
7302 |
#~ msgid ""
|
7303 |
#~ "Allow visitors to discuss listings using the standard WordPress comment "
|
@@ -7404,12 +7483,6 @@ msgstr "http://businessdirectoryplugin.com"
|
|
7404 |
#~ msgid "The directory is temporarily disabled."
|
7405 |
#~ msgstr "El Directorio está temporalmente deshabilitado."
|
7406 |
|
7407 |
-
#~ msgctxt "preview"
|
7408 |
-
#~ msgid "This is just a preview. The listing has not been published yet."
|
7409 |
-
#~ msgstr ""
|
7410 |
-
#~ "Esta es tan solo una previsualización. El listado no ha sido publicado "
|
7411 |
-
#~ "aún."
|
7412 |
-
|
7413 |
#~ msgctxt "templates"
|
7414 |
#~ msgid "Listings tagged: %s"
|
7415 |
#~ msgstr "Listados etiquetados: %s"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 4.0.6\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
+
"POT-Creation-Date: 2017-04-04 17:28:39+00:00\n"
|
8 |
+
"PO-Revision-Date: 2017-04-04 12:29-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 2.0\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"
|
124 |
msgid "Renew Listing"
|
125 |
msgstr "Renovar Listado"
|
126 |
|
127 |
+
#: admin/class-admin.php:105
|
128 |
msgid ""
|
129 |
"Preview is only available after you've saved the first draft. This is due\n"
|
130 |
"to how WordPress stores the data."
|
133 |
"visualización está disponible solo después de que se guarde el primer "
|
134 |
"borrador."
|
135 |
|
136 |
+
#: admin/class-admin.php:138
|
137 |
msgctxt "drip pointer"
|
138 |
msgid ""
|
139 |
"Find out how to create a compelling, thriving business directory from "
|
144 |
"cero en este curso GRATUITO por e-mail de 5 partes. Obtenga un módulo "
|
145 |
"premium GRATIS solo por inscribirse."
|
146 |
|
147 |
+
#: admin/class-admin.php:140
|
148 |
msgctxt "drip pointer"
|
149 |
msgid "Email Address:"
|
150 |
msgstr "Correo electrónico:"
|
151 |
|
152 |
+
#: admin/class-admin.php:146
|
153 |
msgctxt "drip pointer"
|
154 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
155 |
msgstr ""
|
156 |
"Quiere conocer los secretos para crear un Directorio de Negocios "
|
157 |
"impresionante?"
|
158 |
|
159 |
+
#: admin/class-admin.php:148
|
160 |
msgctxt "drip pointer"
|
161 |
msgid "Yes, please!"
|
162 |
msgstr "Sí, por favor!"
|
163 |
|
164 |
+
#: admin/class-admin.php:150
|
165 |
msgctxt "drip pointer"
|
166 |
msgid "No, thanks"
|
167 |
msgstr "No, gracias"
|
168 |
|
169 |
+
#: admin/class-admin.php:167
|
170 |
msgctxt "admin"
|
171 |
msgid "Business Directory"
|
172 |
msgstr "Directorio de Negocios"
|
173 |
|
174 |
+
#: admin/class-admin.php:178
|
175 |
msgctxt "admin"
|
176 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
177 |
msgstr ""
|
178 |
"Está todo listo. Visite la página de su nuevo <a>Directorio de Negocios</a>."
|
179 |
|
180 |
+
#: admin/class-admin.php:199
|
181 |
msgctxt "drip pointer"
|
182 |
msgid "Invalid e-mail address."
|
183 |
msgstr "Dirección de correo-e inválida."
|
184 |
|
185 |
+
#: admin/class-admin.php:233
|
186 |
msgctxt "admin menu"
|
187 |
msgid "Business Directory Admin"
|
188 |
msgstr "Gestión de Directorio de Negocios"
|
189 |
|
190 |
+
#: admin/class-admin.php:234
|
191 |
msgctxt "admin menu"
|
192 |
msgid "Dir. Admin"
|
193 |
msgstr "Gestión de Dir."
|
194 |
|
195 |
+
#: admin/class-admin.php:234
|
196 |
msgctxt "admin menu"
|
197 |
msgid "Directory Admin"
|
198 |
msgstr "Gestión de Directorio"
|
199 |
|
200 |
+
#: admin/class-admin.php:240 admin/class-admin.php:241
|
201 |
msgctxt "admin menu"
|
202 |
msgid "Add New Listing"
|
203 |
msgstr "Agregar Nuevo Listado"
|
204 |
|
205 |
+
#: admin/class-admin.php:246 admin/class-admin.php:247
|
206 |
msgctxt "admin menu"
|
207 |
msgid "Manage Options"
|
208 |
msgstr "Configuraciones"
|
209 |
|
210 |
+
#: admin/class-admin.php:252 admin/class-admin.php:253
|
211 |
msgctxt "admin menu"
|
212 |
msgid "Manage Fees"
|
213 |
msgstr "Administrar Comisiones"
|
214 |
|
215 |
+
#: admin/class-admin.php:258 admin/class-admin.php:259
|
216 |
msgctxt "admin menu"
|
217 |
msgid "Manage Form Fields"
|
218 |
msgstr "Administrar Campos de Formulario"
|
219 |
|
220 |
+
#: admin/class-admin.php:264 admin/class-admin.php:265
|
221 |
msgctxt "admin menu"
|
222 |
msgid "Listings"
|
223 |
msgstr "Listados"
|
224 |
|
225 |
+
#: admin/class-admin.php:279 admin/class-admin.php:280
|
226 |
msgctxt "admin menu"
|
227 |
msgid "CSV Import"
|
228 |
msgstr "Importar CSV"
|
229 |
|
230 |
+
#: admin/class-admin.php:285 admin/class-admin.php:286
|
231 |
msgctxt "admin menu"
|
232 |
msgid "CSV Export"
|
233 |
msgstr "Exportar CSV"
|
234 |
|
235 |
+
#: admin/class-admin.php:291 admin/class-admin.php:292
|
236 |
msgctxt "admin menu"
|
237 |
msgid "Debug"
|
238 |
msgstr "Depuración"
|
239 |
|
240 |
+
#: admin/class-admin.php:301
|
241 |
msgctxt "admin menu"
|
242 |
msgid "Main Menu"
|
243 |
msgstr "Menú Principal"
|
244 |
|
245 |
+
#: admin/class-admin.php:312
|
246 |
msgctxt "admin menu"
|
247 |
msgid "Uninstall Business Directory Plugin"
|
248 |
msgstr "Desinstalar Business Directory Plugin"
|
249 |
|
250 |
+
#: admin/class-admin.php:313
|
251 |
msgctxt "admin menu"
|
252 |
msgid "Uninstall"
|
253 |
msgstr "Desinstalar"
|
254 |
|
255 |
+
#: admin/class-admin.php:427
|
256 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
257 |
msgctxt "admin infometabox"
|
258 |
msgid "never"
|
259 |
msgstr "nunca"
|
260 |
|
261 |
+
#: admin/class-admin.php:521
|
262 |
msgctxt "admin"
|
263 |
msgid "Dismiss this notice."
|
264 |
msgstr "Ignorar."
|
265 |
|
266 |
+
#: admin/class-admin.php:549
|
267 |
msgctxt "admin"
|
268 |
msgid "The listing has been published."
|
269 |
msgid_plural "The listings have been published."
|
270 |
msgstr[0] "El listado ha sido publicado."
|
271 |
msgstr[1] "Los listados han sido publicados."
|
272 |
|
273 |
+
#: admin/class-admin.php:567
|
274 |
msgctxt "admin"
|
275 |
msgid "The listing status has been set as paid."
|
276 |
msgid_plural "The listings status has been set as paid."
|
277 |
msgstr[0] "El listado se ha marcado como pagado."
|
278 |
msgstr[1] "Los listados se han marcado como pagados."
|
279 |
|
280 |
+
#: admin/class-admin.php:573
|
281 |
msgctxt "admin"
|
282 |
msgid ""
|
283 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
296 |
"pagadas. Los items recurrentes deben ser manejados a través de la pasarela "
|
297 |
"de pago."
|
298 |
|
299 |
+
#: admin/class-admin.php:592
|
300 |
msgctxt "admin"
|
301 |
msgid "The listing has been modified."
|
302 |
msgid_plural "The listings have been modified."
|
303 |
msgstr[0] "El listado ha sido modificado."
|
304 |
msgstr[1] "Los listados han sido modificados."
|
305 |
|
306 |
+
#: admin/class-admin.php:605
|
307 |
msgctxt "admin"
|
308 |
msgid "The listing has been upgraded."
|
309 |
msgid_plural "The listings have been upgraded."
|
310 |
msgstr[0] "El listado ha sido mejorado."
|
311 |
msgstr[1] "Los listados han sido mejorados."
|
312 |
|
313 |
+
#: admin/class-admin.php:617
|
314 |
msgctxt "admin"
|
315 |
msgid "The listing has been downgraded."
|
316 |
msgid_plural "The listings have been downgraded."
|
317 |
msgstr[0] "El listado ha sido degradado."
|
318 |
msgstr[1] "Los listados han sido degradados."
|
319 |
|
320 |
+
#: admin/class-admin.php:628
|
321 |
msgctxt "admin payments"
|
322 |
msgid ""
|
323 |
"The payment status was not changed. Recurring payments can't be manually "
|
328 |
"manualmente aprobados. Por favor revise el panel de administración de la "
|
329 |
"pasarela de pago para revisar si el pago sí se hizo efectivo."
|
330 |
|
331 |
+
#: admin/class-admin.php:633
|
332 |
msgctxt "admin"
|
333 |
msgid "The transaction has been approved."
|
334 |
msgstr "La transacción ha sido aprobada."
|
335 |
|
336 |
+
#: admin/class-admin.php:643
|
337 |
msgctxt "admin"
|
338 |
msgid "The transaction has been rejected."
|
339 |
msgstr "La transacción ha sido rechazada."
|
340 |
|
341 |
+
#: admin/class-admin.php:649
|
342 |
msgctxt "admin"
|
343 |
msgid "The fee was successfully assigned."
|
344 |
msgstr "La comisión se asignó satisfactoriamente."
|
345 |
|
346 |
+
#: admin/class-admin.php:658
|
347 |
msgctxt "admin"
|
348 |
msgid "Listing was renewed."
|
349 |
msgid_plural "Listings were renewed."
|
350 |
msgstr[0] "El listado ha sido renovado."
|
351 |
msgstr[1] "Los listados fueron renovados."
|
352 |
|
353 |
+
#: admin/class-admin.php:665
|
354 |
msgctxt "admin"
|
355 |
msgid "Renewal email sent."
|
356 |
msgstr "Mensaje de correo electrónico de renovación enviado."
|
357 |
|
358 |
+
#: admin/class-admin.php:720
|
359 |
msgctxt "admin category id"
|
360 |
msgid "ID"
|
361 |
msgstr "ID"
|
362 |
|
363 |
+
#: admin/class-admin.php:722 admin/class-admin.php:728
|
364 |
msgctxt "admin"
|
365 |
msgid "Listing Count"
|
366 |
msgstr "Conteo de Listados"
|
367 |
|
368 |
+
#: admin/class-admin.php:837
|
369 |
msgctxt "admin"
|
370 |
msgid ""
|
371 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
374 |
"<b>Business Directory Plugin</b> requiere campos con las siguientes "
|
375 |
"asociaciones para funcionar correctamente: <b>%s</b>."
|
376 |
|
377 |
+
#: admin/class-admin.php:839
|
378 |
msgctxt "admin"
|
379 |
msgid ""
|
380 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
383 |
"<b>Business Directory Plugin</b> requiere un campo con la asociación <b>%s</"
|
384 |
"b> para funcionar correctamente."
|
385 |
|
386 |
+
#: admin/class-admin.php:843
|
387 |
msgctxt "admin"
|
388 |
msgid ""
|
389 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
392 |
"Puede crear estos campos usted mismo en \"Administrar Campos de Formulario\" "
|
393 |
"o puede dejar que Business Directory haga esto por usted automáticamente."
|
394 |
|
395 |
+
#: admin/class-admin.php:847
|
396 |
msgctxt "admin"
|
397 |
msgid "Go to \"Manage Form Fields\""
|
398 |
msgstr "Ir a \"Administrar Campos de Formulario\""
|
399 |
|
400 |
+
#: admin/class-admin.php:850
|
401 |
msgctxt "admin"
|
402 |
msgid "Create these required fields for me"
|
403 |
msgstr "Crear estos campos requeridos por mi"
|
404 |
|
405 |
+
#: admin/class-admin.php:859
|
406 |
msgctxt "admin"
|
407 |
msgid ""
|
408 |
"<b>Business Directory Plugin</b> requires a page with the "
|
411 |
"<b>Business Directory Plugin</b> requiere una página con el shortcode "
|
412 |
"<tt>[businessdirectory]</tt> para funcionar adecuadamente."
|
413 |
|
414 |
+
#: admin/class-admin.php:861
|
415 |
msgctxt "admin"
|
416 |
msgid ""
|
417 |
"You can create this page by yourself or let Business Directory do this for "
|
420 |
"Puede crear esta página usted mismo o dejar que Business Directory lo haga "
|
421 |
"por usted automáticamente."
|
422 |
|
423 |
+
#: admin/class-admin.php:865
|
424 |
msgctxt "admin"
|
425 |
msgid "Create required pages for me"
|
426 |
msgstr "Crear las páginas requeridas por mi"
|
427 |
|
428 |
+
#: admin/class-admin.php:905
|
429 |
msgctxt "admin compat"
|
430 |
msgid "Installed: %s"
|
431 |
msgstr "Instalado: %s"
|
432 |
|
433 |
+
#: admin/class-admin.php:905
|
434 |
msgctxt "admin compat"
|
435 |
msgid "N/A"
|
436 |
msgstr "N/A"
|
437 |
|
438 |
+
#: admin/class-admin.php:908
|
439 |
msgctxt "admin compat"
|
440 |
msgid "Required: %s"
|
441 |
msgstr "Requerido: %s"
|
442 |
|
443 |
+
#: admin/class-admin.php:920
|
444 |
msgctxt "admin compat"
|
445 |
msgid ""
|
446 |
"Business Directory has detected some incompatible premium module versions "
|
449 |
"Business Directory ha detectado algunas versiones incompatibles de módulos "
|
450 |
"instaladas."
|
451 |
|
452 |
+
#: admin/class-admin.php:922
|
453 |
msgctxt "admin compat"
|
454 |
msgid ""
|
455 |
"Please upgrade to the required versions indicated below to make sure "
|
458 |
"Por favor actualice a las versiones requeridas indicadas abajo para "
|
459 |
"asegurarse de que todo funcione correctamente."
|
460 |
|
461 |
+
#: admin/class-admin.php:942
|
462 |
msgctxt "admin"
|
463 |
msgid ""
|
464 |
"We noticed you want your Business Directory users to register before posting "
|
471 |
"configuraciones para asegurarse de que Business Directory funcione "
|
472 |
"correctamente."
|
473 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
474 |
#: admin/class-themes-admin.php:47
|
475 |
msgctxt "themes"
|
476 |
msgid "Directory Themes"
|
555 |
|
556 |
#: admin/class-themes-admin.php:229
|
557 |
msgctxt "themes"
|
558 |
+
msgid "Theme was deleted successfully."
|
559 |
msgstr "Tema eliminado correctamente."
|
560 |
|
561 |
#: admin/class-themes-admin.php:232
|
610 |
msgid "Activate your <a>license key</a> to use this theme."
|
611 |
msgstr "Active su <a>clave de licencia</a> para utilizar este tema."
|
612 |
|
613 |
+
#: admin/csv-export.php:145
|
614 |
msgctxt "admin csv-export"
|
615 |
msgid "Could not create a temporary directory for handling this CSV export."
|
616 |
msgstr ""
|
617 |
"No se pudo crear un directorio temporal para exportar este archivo CSV."
|
618 |
|
619 |
+
#: admin/csv-export.php:147
|
620 |
msgctxt "admin csv-export"
|
621 |
msgid "Could not create wpbdp-csv-exports directory."
|
622 |
msgstr "No se pudo crear el directorio \"wpbdp-csv-exports\"."
|
623 |
|
624 |
+
#: admin/csv-export.php:152
|
625 |
msgctxt "admin csv-export"
|
626 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
627 |
msgstr ""
|
1044 |
msgstr "Estado"
|
1045 |
|
1046 |
#: admin/form-fields.php:298
|
|
|
1047 |
msgctxt "form-fields admin"
|
1048 |
msgid "Country"
|
1049 |
+
msgstr "País"
|
1050 |
|
1051 |
#: admin/form-fields.php:299
|
1052 |
msgctxt "form-fields admin"
|
1281 |
|
1282 |
#: admin/templates/csv-export.tpl.php:94
|
1283 |
msgctxt "admin csv-export"
|
1284 |
+
msgid "What operating system will you use to edit the CSV file?"
|
1285 |
+
msgstr "¿Qué sistema operativo utilizará para editar el archivo CSV?"
|
1286 |
|
1287 |
+
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:113
|
1288 |
+
#: admin/templates/csv-export.tpl.php:124 admin/templates/csv-import.tpl.php:43
|
1289 |
#: admin/templates/csv-import.tpl.php:109
|
1290 |
+
#: admin/templates/csv-import.tpl.php:135
|
1291 |
+
#: admin/templates/csv-import.tpl.php:146
|
1292 |
+
#: admin/templates/csv-import.tpl.php:173
|
1293 |
msgctxt "admin forms"
|
1294 |
msgid "required"
|
1295 |
msgstr "requerido"
|
1296 |
|
1297 |
+
#: admin/templates/csv-export.tpl.php:101
|
1298 |
+
msgctxt "admin csv-export"
|
1299 |
+
msgid "Windows"
|
1300 |
+
msgstr ""
|
1301 |
+
|
1302 |
+
#: admin/templates/csv-export.tpl.php:106
|
1303 |
+
msgctxt "admin csv-export"
|
1304 |
+
msgid "macOS"
|
1305 |
+
msgstr ""
|
1306 |
+
|
1307 |
+
#: admin/templates/csv-export.tpl.php:108
|
1308 |
+
msgctxt "admin csv-export"
|
1309 |
+
msgid ""
|
1310 |
+
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
1311 |
+
"sure all your listings information is displayed properly when you view or "
|
1312 |
+
"edit the CSV file, we need to generate different versions of the file for "
|
1313 |
+
"each operating system."
|
1314 |
+
msgstr ""
|
1315 |
+
"Las versiones de MS Excel en Windows y MacOS tratan los archivos CSV de "
|
1316 |
+
"forma diferente. Business Directory Plugin debe generar diferentes versiones "
|
1317 |
+
"de los archivos CSV para cada sistema operativo, para garantizar que la "
|
1318 |
+
"información de los listados es mostrada correctamente cuando esté revisando "
|
1319 |
+
"o editando el archivo."
|
1320 |
+
|
1321 |
+
#: admin/templates/csv-export.tpl.php:113
|
1322 |
msgctxt "admin csv-export"
|
1323 |
msgid "Image Separator"
|
1324 |
msgstr "Separador de Imágenes"
|
1325 |
|
1326 |
+
#: admin/templates/csv-export.tpl.php:124
|
1327 |
msgctxt "admin csv-export"
|
1328 |
msgid "Category Separator"
|
1329 |
msgstr "Separador de categorías"
|
1330 |
|
1331 |
+
#: admin/templates/csv-export.tpl.php:136
|
1332 |
msgctxt "admin csv-export"
|
1333 |
msgid "Export Listings"
|
1334 |
msgstr "Exportar Listados"
|
1335 |
|
1336 |
+
#: admin/templates/csv-export.tpl.php:142
|
1337 |
msgctxt "admin csv-export"
|
1338 |
msgid "Export in Progress..."
|
1339 |
msgstr "Proceso de exportación en progreso..."
|
1340 |
|
1341 |
+
#: admin/templates/csv-export.tpl.php:143
|
1342 |
msgctxt "admin csv-export"
|
1343 |
msgid ""
|
1344 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
1347 |
"Su archivo está siendo preparado. Por favor <u>no abandone</u> esta página "
|
1348 |
"hasta que el proceso termine."
|
1349 |
|
1350 |
+
#: admin/templates/csv-export.tpl.php:146
|
1351 |
msgctxt "admin csv-export"
|
1352 |
msgid "No. of listings:"
|
1353 |
msgstr "Número de listados:"
|
1354 |
|
1355 |
+
#: admin/templates/csv-export.tpl.php:148
|
1356 |
msgctxt "admin csv-export"
|
1357 |
msgid "Approximate export file size:"
|
1358 |
msgstr "Tamaño aproximado del archivo exportado:"
|
1359 |
|
1360 |
+
#: admin/templates/csv-export.tpl.php:155
|
1361 |
msgctxt "admin csv-export"
|
1362 |
msgid "Cancel Export"
|
1363 |
msgstr "Cancelar Proceso"
|
1364 |
|
1365 |
+
#: admin/templates/csv-export.tpl.php:160
|
1366 |
msgctxt "admin csv-export"
|
1367 |
msgid "Export Complete"
|
1368 |
msgstr "Exportación Completada"
|
1369 |
|
1370 |
+
#: admin/templates/csv-export.tpl.php:161
|
1371 |
msgctxt "admin csv-export"
|
1372 |
msgid ""
|
1373 |
"Your export file has been successfully created and it is now ready for "
|
1376 |
"Su archivo ha sido creado satisfactoriamente y se encuentra listo para ser "
|
1377 |
"descargado."
|
1378 |
|
1379 |
+
#: admin/templates/csv-export.tpl.php:164
|
1380 |
msgctxt "admin csv-export"
|
1381 |
msgid "Download %s (%s)"
|
1382 |
msgstr "Descargar %s (%s)"
|
1383 |
|
1384 |
+
#: admin/templates/csv-export.tpl.php:170
|
1385 |
msgctxt "admin csv-export"
|
1386 |
msgid ""
|
1387 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
1391 |
"eliminar todos los datos temporales creados durante el proceso de "
|
1392 |
"exportación."
|
1393 |
|
1394 |
+
#: admin/templates/csv-export.tpl.php:171
|
1395 |
msgctxt "admin csv-export"
|
1396 |
msgid "Cleanup"
|
1397 |
msgstr "Limpiar"
|
1398 |
|
1399 |
+
#: admin/templates/csv-export.tpl.php:176
|
1400 |
msgctxt "admin csv-export"
|
1401 |
msgid "Export Canceled"
|
1402 |
msgstr "Exportación Cancelada"
|
1403 |
|
1404 |
+
#: admin/templates/csv-export.tpl.php:177
|
1405 |
msgctxt "admin csv-export"
|
1406 |
msgid "The export has been canceled."
|
1407 |
msgstr "La exportación ha sido cancelada."
|
1408 |
|
1409 |
+
#: admin/templates/csv-export.tpl.php:178
|
1410 |
msgctxt "admin csv-export"
|
1411 |
msgid "← Return to CSV Export"
|
1412 |
msgstr "← Regresar a \"Exportar CSV\""
|
1540 |
msgid "Warning"
|
1541 |
msgstr "Advertencia"
|
1542 |
|
1543 |
+
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:248
|
1544 |
msgctxt "admin csv-import"
|
1545 |
msgid "Help"
|
1546 |
msgstr "Ayuda"
|
1600 |
msgid "Column Separator"
|
1601 |
msgstr "Separador de columna"
|
1602 |
|
1603 |
+
#: admin/templates/csv-import.tpl.php:117
|
1604 |
+
msgctxt "admin csv-import"
|
1605 |
+
msgid "Comma (,)"
|
1606 |
+
msgstr "Coma (,)"
|
1607 |
+
|
1608 |
+
#: admin/templates/csv-import.tpl.php:123
|
1609 |
+
msgctxt "admin csv-import"
|
1610 |
+
msgid "Semicolon (;)"
|
1611 |
+
msgstr "Punto y coma (;)"
|
1612 |
+
|
1613 |
+
#: admin/templates/csv-import.tpl.php:129
|
1614 |
+
msgctxt "admin csv-import"
|
1615 |
+
msgid "TAB"
|
1616 |
+
msgstr ""
|
1617 |
+
|
1618 |
+
#: admin/templates/csv-import.tpl.php:135
|
1619 |
msgctxt "admin csv-import"
|
1620 |
msgid "Image Separator"
|
1621 |
msgstr "Separador de imágenes"
|
1622 |
|
1623 |
+
#: admin/templates/csv-import.tpl.php:146
|
1624 |
msgctxt "admin csv-import"
|
1625 |
msgid "Category Separator"
|
1626 |
msgstr "Separador de categorías"
|
1627 |
|
1628 |
+
#: admin/templates/csv-import.tpl.php:157
|
1629 |
msgctxt "admin csv-import"
|
1630 |
msgid "Import settings"
|
1631 |
msgstr "Configuraciones de Importación"
|
1632 |
|
1633 |
+
#: admin/templates/csv-import.tpl.php:161
|
1634 |
msgctxt "admin csv-import"
|
1635 |
msgid "Post status of imported listings"
|
1636 |
msgstr "Estado de los listados importados"
|
1637 |
|
1638 |
+
#: admin/templates/csv-import.tpl.php:173
|
1639 |
msgctxt "admin csv-import"
|
1640 |
msgid "Missing categories handling"
|
1641 |
msgstr "Manejo de categorías inexistentes"
|
1642 |
|
1643 |
+
#: admin/templates/csv-import.tpl.php:178
|
1644 |
msgctxt "admin csv-import"
|
1645 |
msgid "Auto-create categories"
|
1646 |
msgstr "Crear categorías automáticamente"
|
1647 |
|
1648 |
+
#: admin/templates/csv-import.tpl.php:181
|
1649 |
msgctxt "admin csv-import"
|
1650 |
msgid "Generate errors when a category is not found"
|
1651 |
msgstr "Generar errores cuando una categoría no exista"
|
1652 |
|
1653 |
+
#: admin/templates/csv-import.tpl.php:186
|
1654 |
msgctxt "admin csv-import"
|
1655 |
msgid "Keep existing listing images?"
|
1656 |
msgstr "Mantener imágenes existentes?"
|
1657 |
|
1658 |
+
#: admin/templates/csv-import.tpl.php:191
|
1659 |
msgctxt "admin csv-import"
|
1660 |
msgid "Keep existing images."
|
1661 |
msgstr "Preservar imágenes existentes."
|
1662 |
|
1663 |
+
#: admin/templates/csv-import.tpl.php:192
|
1664 |
msgctxt "admin csv-import"
|
1665 |
msgid "Appends new images while keeping current ones."
|
1666 |
msgstr "Adiciona nuevas imágenes mientras mantiene las existentes."
|
1667 |
|
1668 |
+
#: admin/templates/csv-import.tpl.php:197
|
1669 |
msgctxt "admin csv-import"
|
1670 |
msgid "Assign listings to a user?"
|
1671 |
msgstr "Asignar listados a un usuario?"
|
1672 |
|
1673 |
+
#: admin/templates/csv-import.tpl.php:203
|
1674 |
msgctxt "admin csv-import"
|
1675 |
msgid "Assign listings to a user."
|
1676 |
msgstr "Asignar listados a un usuario."
|
1677 |
|
1678 |
+
#: admin/templates/csv-import.tpl.php:208
|
1679 |
msgctxt "admin csv-import"
|
1680 |
msgid "Use a default user for listings?"
|
1681 |
msgstr "¿Utilizar un usuario por defecto para los listados?"
|
1682 |
|
1683 |
+
#: admin/templates/csv-import.tpl.php:214
|
1684 |
msgctxt "admin csv-import"
|
1685 |
msgid ""
|
1686 |
"Select a default user to be used if the username column is not present in "
|
1689 |
"Elija un usuario por defecto para utilizar si la columna \"username\" no "
|
1690 |
"está presente en el archivo CSV."
|
1691 |
|
1692 |
+
#: admin/templates/csv-import.tpl.php:219
|
1693 |
msgctxt "admin csv-import"
|
1694 |
msgid "Default listing user"
|
1695 |
msgstr "Usuario a usar por defecto"
|
1696 |
|
1697 |
+
#: admin/templates/csv-import.tpl.php:225
|
1698 |
msgctxt "admin csv-import"
|
1699 |
msgid ""
|
1700 |
"This user will be used if the username column is not present in the CSV file."
|
1702 |
"Este usuario será utilizado si la columna \"username\" no está presente en "
|
1703 |
"el archivo CSV."
|
1704 |
|
1705 |
+
#: admin/templates/csv-import.tpl.php:230
|
1706 |
msgctxt "admin csv-import"
|
1707 |
msgid "Disable e-mail notifications during import?"
|
1708 |
msgstr "Deshabilitar notificaciones de correo durante la importación?"
|
1709 |
|
1710 |
+
#: admin/templates/csv-import.tpl.php:235
|
1711 |
msgctxt "admin csv-import"
|
1712 |
msgid "Disable e-mail notifications."
|
1713 |
msgstr "Deshabilitar notificaciones de correo-e."
|
1714 |
|
1715 |
+
#: admin/templates/csv-import.tpl.php:241
|
1716 |
msgctxt "admin csv-import"
|
1717 |
msgid "Test Import"
|
1718 |
msgstr "Importación de Verificación"
|
1719 |
|
1720 |
+
#: admin/templates/csv-import.tpl.php:242
|
1721 |
msgctxt "admin csv-import"
|
1722 |
msgid "Import Listings"
|
1723 |
msgstr "Importar Listados"
|
1724 |
|
1725 |
+
#: admin/templates/csv-import.tpl.php:250
|
1726 |
msgctxt "admin csv-import"
|
1727 |
msgid ""
|
1728 |
"The following are the valid header names to be used in the CSV file. "
|
1736 |
"archivo CSV de ejemplo\"</a> para ver cómo debe lucir un archivo de "
|
1737 |
"importación válido."
|
1738 |
|
1739 |
+
#: admin/templates/csv-import.tpl.php:257
|
1740 |
msgctxt "admin csv-import"
|
1741 |
msgid "Header name/label"
|
1742 |
msgstr "Nombre de cabecera"
|
1743 |
|
1744 |
+
#: admin/templates/csv-import.tpl.php:258
|
1745 |
msgctxt "admin csv-import"
|
1746 |
msgid "Field"
|
1747 |
msgstr "Campo"
|
1748 |
|
1749 |
+
#: admin/templates/csv-import.tpl.php:259
|
1750 |
msgctxt "admin csv-import"
|
1751 |
msgid "Type"
|
1752 |
msgstr "Tipo"
|
1753 |
|
1754 |
+
#: admin/templates/csv-import.tpl.php:260
|
1755 |
msgctxt "admin csv-import"
|
1756 |
msgid "Required?"
|
1757 |
msgstr "Requerido?"
|
1758 |
|
1759 |
+
#: admin/templates/csv-import.tpl.php:261
|
1760 |
msgctxt "admin csv-import"
|
1761 |
msgid "Multivalued?"
|
1762 |
msgstr "Multivaluado?"
|
1763 |
|
1764 |
+
#: admin/templates/csv-import.tpl.php:283
|
1765 |
msgctxt "admin csv-import"
|
1766 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1767 |
msgstr ""
|
1768 |
"Lista de imágenes del listado separadas con punto y coma (deben encontrarse "
|
1769 |
"en el archivo ZIP)"
|
1770 |
|
1771 |
+
#: admin/templates/csv-import.tpl.php:290
|
1772 |
msgctxt "admin csv-import"
|
1773 |
msgid "Listing author's username"
|
1774 |
msgstr "Autor del listado (nombre de usuario)"
|
1775 |
|
1776 |
+
#: admin/templates/csv-import.tpl.php:297
|
1777 |
msgctxt "admin csv-import"
|
1778 |
msgid ""
|
1779 |
"Internal Sequence ID used to allow listing updates from external sources."
|
1781 |
"ID de secuencia interno utilizado para permitir actualizaciones a los "
|
1782 |
"listados desde fuentes externas."
|
1783 |
|
1784 |
+
#: admin/templates/csv-import.tpl.php:304
|
1785 |
msgctxt "admin csv-import"
|
1786 |
msgid ""
|
1787 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
2271 |
"Por favor vea la <a>documentación de Campos de Formulario</a> para más "
|
2272 |
"detalles."
|
2273 |
|
|
|
2274 |
#. Plugin Name of the plugin/theme
|
2275 |
#: admin/templates/header.tpl.php:4
|
2276 |
msgid "Business Directory Plugin"
|
3039 |
msgid "Allow Tracking"
|
3040 |
msgstr "Permitir Seguimiento"
|
3041 |
|
3042 |
+
#: business-directory-plugin.php:586
|
3043 |
+
msgctxt "listing image upload"
|
3044 |
+
msgid "Can not upload any more images for this listing."
|
3045 |
+
msgstr "No puede subir más imágenes para este listado."
|
3046 |
+
|
3047 |
+
#: business-directory-plugin.php:700
|
3048 |
msgctxt "admin plugins"
|
3049 |
msgid "Settings"
|
3050 |
msgstr "Configuración"
|
3051 |
|
3052 |
+
#: business-directory-plugin.php:808 business-directory-plugin.php:815
|
3053 |
msgctxt "rss feed"
|
3054 |
msgid "%s Feed"
|
3055 |
msgstr "Feed %s"
|
3056 |
|
3057 |
+
#: business-directory-plugin.php:1170 core/view-submit-listing.php:58
|
3058 |
#: core/views/submit_listing.php:10
|
3059 |
msgctxt "views"
|
3060 |
msgid "Submit A Listing"
|
3061 |
msgstr "Enviar un Listado"
|
3062 |
|
3063 |
+
#: business-directory-plugin.php:1175
|
3064 |
msgctxt "title"
|
3065 |
msgid "Find a Listing"
|
3066 |
msgstr "Encontrar un listado"
|
3067 |
|
3068 |
+
#: business-directory-plugin.php:1180
|
3069 |
msgctxt "title"
|
3070 |
msgid "View All Listings"
|
3071 |
msgstr "Ver Listados"
|
3072 |
|
3073 |
+
#: business-directory-plugin.php:1209
|
3074 |
msgctxt "title"
|
3075 |
msgid "Listings tagged: %s"
|
3076 |
msgstr "Listados etiquetados: %s"
|
3077 |
|
3078 |
+
#: core/api.php:405
|
3079 |
msgid "Free"
|
3080 |
msgstr "Gratuito"
|
3081 |
|
3082 |
+
#: core/class-csv-import.php:451
|
3083 |
msgctxt "admin csv-import"
|
3084 |
msgid ""
|
3085 |
"Could not create listing category \"<category-name>\". The operation failed "
|
3088 |
"No fue posible crear la categoría “<category-name>”. La operación falló con "
|
3089 |
"el siguiente error: <error-message>."
|
3090 |
|
3091 |
+
#: core/class-csv-import.php:457
|
3092 |
msgctxt "admin csv-import"
|
3093 |
msgid "Could not create listing category \"%s\""
|
3094 |
msgstr "No se pudo crear la categoría \"%s\""
|
3095 |
|
3096 |
+
#: core/class-csv-import.php:604
|
3097 |
msgctxt "admin csv-import"
|
3098 |
msgid "Username \"%s\" does not exist"
|
3099 |
msgstr "El usuario \"%s\" no existe"
|
3100 |
|
3101 |
+
#: core/class-csv-import.php:636
|
3102 |
msgctxt "admin csv-import"
|
3103 |
msgid "Missing required field: %s"
|
3104 |
msgstr "Falta campo requerido: %s"
|
3105 |
|
3106 |
+
#: core/class-csv-import.php:656
|
3107 |
msgctxt "admin csv-import"
|
3108 |
msgid "Listing category \"%s\" does not exist"
|
3109 |
msgstr "La categoría \"%s\" no existe"
|
3238 |
msgid "(Fee Unavailable)"
|
3239 |
msgstr "(Comisión no disponible)"
|
3240 |
|
3241 |
+
#: core/class-listings-api.php:316
|
3242 |
msgctxt "notify email"
|
3243 |
msgid "[%s] New listing notification"
|
3244 |
msgstr "[%s] Notificación de nuevo listado"
|
3245 |
|
3246 |
+
#: core/class-listings-api.php:335
|
3247 |
msgctxt "notify email"
|
3248 |
msgid "[%s] Listing edit notification"
|
3249 |
msgstr "[%s] Notificación de listado editado"
|
3288 |
msgid "Leave blank for automatic height."
|
3289 |
msgstr "Deje en blanco para alto automático."
|
3290 |
|
3291 |
+
#: core/class-payment.php:223
|
3292 |
msgctxt "listings"
|
3293 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3294 |
msgstr "Comisión \"%s\" para categoría \"%s\"%s"
|
3295 |
|
3296 |
+
#: core/class-payment.php:226
|
3297 |
msgctxt "listings"
|
3298 |
msgid "(recurring)"
|
3299 |
msgstr "(recurrente)"
|
4985 |
msgid "Directory Tag"
|
4986 |
msgstr "Etiqueta de Directorio"
|
4987 |
|
4988 |
+
#: core/compatibility/class-navxt-integration.php:189
|
4989 |
msgctxt "navxt"
|
4990 |
msgid "Submit Listing"
|
4991 |
msgstr "Enviar Listado"
|
4992 |
|
4993 |
+
#: core/compatibility/class-navxt-integration.php:193
|
4994 |
msgctxt "navxt"
|
4995 |
msgid "Edit Listing"
|
4996 |
msgstr "Editar Listado"
|
4997 |
|
4998 |
+
#: core/compatibility/class-navxt-integration.php:197
|
4999 |
msgctxt "navxt"
|
5000 |
msgid "Search"
|
5001 |
msgstr "Buscar"
|
5007 |
|
5008 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
5009 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
5010 |
+
#: core/fieldtypes/class-fieldtypes-select.php:147
|
5011 |
msgctxt "form-fields admin"
|
5012 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
5013 |
msgstr ""
|
5016 |
|
5017 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
5018 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
5019 |
+
#: core/fieldtypes/class-fieldtypes-select.php:175
|
5020 |
msgctxt "form-fields admin"
|
5021 |
msgid "Field list of options is required."
|
5022 |
msgstr "La lista de opciones del campo es requerida."
|
5109 |
msgid "Select List"
|
5110 |
msgstr "Lista de Selección"
|
5111 |
|
5112 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
5113 |
msgctxt "form-fields-api category-select"
|
5114 |
msgid "-- Choose Terms --"
|
5115 |
msgstr "-- Elija los términos --"
|
5116 |
|
5117 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
5118 |
+
#: core/fieldtypes/class-fieldtypes-select.php:108
|
5119 |
msgctxt "form-fields-api category-select"
|
5120 |
msgid "-- Choose One --"
|
5121 |
msgstr "-- Elija Uno --"
|
5122 |
|
5123 |
+
#: core/fieldtypes/class-fieldtypes-select.php:158
|
5124 |
msgctxt "form-fields admin"
|
5125 |
msgid "Allow empty selection on search?"
|
5126 |
msgstr "Permitir selección vacía en las búsquedas?"
|
5521 |
|
5522 |
#: core/helpers/class-themes-updater.php:165
|
5523 |
msgctxt "themes"
|
5524 |
+
msgid "Theme was updated successfully."
|
5525 |
msgstr "El tema fue actualizado correctamente."
|
5526 |
|
5527 |
#: core/installer.php:43
|
5632 |
#: core/installer.php:1110
|
5633 |
msgctxt "manual-upgrade"
|
5634 |
msgid ""
|
5635 |
+
"The upgrade was successfully performed. Business Directory Plugin is now "
|
5636 |
"available."
|
5637 |
msgstr ""
|
5638 |
"La actualización fue ejecutada con éxito. Business Directory Plugin ahora se "
|
5639 |
+
"encuentra disponible para su uso."
|
5640 |
|
5641 |
#: core/installer.php:1113
|
5642 |
msgctxt "manual-upgrade"
|
5946 |
msgid "No listing categories found."
|
5947 |
msgstr "No se encontraron categorías."
|
5948 |
|
5949 |
+
#: core/templates-ui.php:200
|
5950 |
msgid "Directory"
|
5951 |
msgstr "Directorio"
|
5952 |
|
5953 |
+
#: core/templates-ui.php:207
|
5954 |
msgid "View All Listings"
|
5955 |
msgstr "Ver Todos los Listados"
|
5956 |
|
5957 |
+
#: core/templates-ui.php:214
|
5958 |
msgid "Create A Listing"
|
5959 |
msgstr "Crear un Listado"
|
5960 |
|
5961 |
+
#: core/templates-ui.php:247
|
5962 |
msgctxt "templates"
|
5963 |
msgid "Search Listings"
|
5964 |
msgstr "Buscar Listados"
|
5965 |
|
5966 |
+
#: core/templates-ui.php:250
|
5967 |
msgctxt "templates"
|
5968 |
msgid "Advanced Search"
|
5969 |
msgstr "Búsqueda Avanzada"
|
5970 |
|
5971 |
+
#: core/templates-ui.php:279 core/templates-ui.php:304
|
5972 |
msgctxt "templates sort"
|
5973 |
msgid "Sort By:"
|
5974 |
msgstr "Ordenar Por:"
|
5975 |
|
5976 |
+
#: core/templates-ui.php:298
|
5977 |
msgctxt "sort"
|
5978 |
msgid "Reset"
|
5979 |
msgstr "Restablecer"
|
5980 |
|
5981 |
+
#: core/templates-ui.php:320
|
5982 |
msgctxt "sort"
|
5983 |
msgid "(Reset)"
|
5984 |
msgstr "(Reestablecer)"
|
6106 |
msgstr ""
|
6107 |
"Ha ingresado como administrador. Todos los pasos de pago serán saltados."
|
6108 |
|
6109 |
+
#: core/view-submit-listing.php:108
|
6110 |
+
msgctxt "submit-listing-view"
|
6111 |
+
msgid ""
|
6112 |
+
"<b>Business Directory Plugin</b> requires a field associated with the "
|
6113 |
+
"<b>post category</b> in order to work correctly."
|
6114 |
+
msgstr ""
|
6115 |
+
"<b>Business Directory Plugin</b> requiere un campo asociado con la "
|
6116 |
+
"<b>categoría</b> para funcionar correctamente."
|
6117 |
+
|
6118 |
+
#: core/view-submit-listing.php:110
|
6119 |
+
msgctxt "submit-listing-view"
|
6120 |
+
msgid ""
|
6121 |
+
"Please go to the <manage-form-fields-link>Manage Form Fields</manage-form-"
|
6122 |
+
"fields-link> admin page to create the field."
|
6123 |
+
msgstr ""
|
6124 |
+
"Por favor vaya a la página <manage-form-fields-link>Administrar Campos del "
|
6125 |
+
"Formulario</manage-form-fields-link> para crear el campo."
|
6126 |
+
|
6127 |
+
#: core/view-submit-listing.php:119
|
6128 |
+
msgctxt "submit-listing-view"
|
6129 |
+
msgid ""
|
6130 |
+
"Your listing cannot be added at this time. Please try again later. If this "
|
6131 |
+
"is not the first time you see this warning, please ask the site "
|
6132 |
+
"administrator to check the Directory for possible configuration problems."
|
6133 |
+
msgstr ""
|
6134 |
+
"Su listado no puede agregarse en este momento. Por favor intente más tarde. "
|
6135 |
+
"Si no es la primera vez que ve esta advertencia, sugiera al administrador "
|
6136 |
+
"del sitio revisar el directorio para corregir posibles problemas de "
|
6137 |
+
"configuración."
|
6138 |
+
|
6139 |
+
#: core/view-submit-listing.php:238
|
6140 |
msgctxt "templates"
|
6141 |
msgid "Please select a fee option for the \"%s\" category."
|
6142 |
msgstr "Por favor elija una opción de pago para la categoría \"%s\"."
|
6143 |
|
6144 |
+
#: core/view-submit-listing.php:316
|
6145 |
msgctxt "templates"
|
6146 |
msgid "Please agree to the Terms and Conditions."
|
6147 |
msgstr "Por favor acepte los Términos y Condiciones."
|
6148 |
|
6149 |
+
#: core/view-submit-listing.php:322
|
6150 |
msgctxt "templates"
|
6151 |
msgid "The reCAPTCHA wasn't entered correctly."
|
6152 |
msgstr "El reCAPTCHA no fue ingresado correctamente."
|
6153 |
|
6154 |
+
#: core/view-submit-listing.php:339
|
6155 |
msgctxt "templates"
|
6156 |
msgid "Read our Terms and Conditions"
|
6157 |
msgstr "Lea nuestros Términos y Condiciones"
|
6158 |
|
6159 |
+
#: core/view-submit-listing.php:344
|
6160 |
msgctxt "templates"
|
6161 |
msgid "Terms and Conditions:"
|
6162 |
msgstr "Términos y Condiciones:"
|
6163 |
|
6164 |
+
#: core/view-submit-listing.php:355
|
6165 |
msgctxt "templates"
|
6166 |
msgid "I agree to the Terms and Conditions"
|
6167 |
msgstr "Acepto los Términos y Condiciones"
|
6168 |
|
6169 |
+
#: core/view-submit-listing.php:506 core/views/upgrade_listing.php:49
|
6170 |
msgctxt "submit"
|
6171 |
msgid "Listing upgrade to featured"
|
6172 |
msgstr "Mejora a Destacado"
|
6173 |
|
6174 |
+
#: core/view-submit-listing.php:539
|
6175 |
msgctxt "submit_state"
|
6176 |
msgid "Invalid submit state."
|
6177 |
msgstr "Solicitud inválida."
|
6216 |
|
6217 |
#: core/views/checkout.php:130
|
6218 |
msgctxt "checkout"
|
6219 |
+
msgid "Your payment was received successfully."
|
6220 |
msgstr "Su pago fue recibido satisfactoriamente."
|
6221 |
|
6222 |
#: core/views/checkout.php:137
|
6377 |
msgid "Fee \"%s\" renewal for category \"%s\""
|
6378 |
msgstr "Comisión \"%s\" de renovación para categoría \"%s\""
|
6379 |
|
6380 |
+
#: core/views/renew_listing.php:79
|
6381 |
msgctxt "renewal"
|
6382 |
msgid "Invalid renewal state."
|
6383 |
msgstr "Solicitud inválida."
|
6384 |
|
6385 |
+
#: core/views/renew_listing.php:90
|
6386 |
msgctxt "templates"
|
6387 |
msgid "Recurring Fee Management"
|
6388 |
msgstr "Manejo de Pago Recurrente"
|
6389 |
|
6390 |
+
#: core/views/renew_listing.php:91
|
6391 |
msgctxt "renew"
|
6392 |
msgid ""
|
6393 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
6397 |
"ahora mismo ya que esto se hará automáticamente cuando llegue el momento "
|
6398 |
"indicado."
|
6399 |
|
6400 |
+
#: core/views/renew_listing.php:93
|
6401 |
msgctxt "renewal"
|
6402 |
msgid "Current Fee Details"
|
6403 |
msgstr "Detalles de Comisión"
|
6404 |
|
6405 |
+
#: core/views/renew_listing.php:95
|
6406 |
msgctxt "renewal"
|
6407 |
msgid "Number of images:"
|
6408 |
msgstr "Número de imágenes:"
|
6409 |
|
6410 |
+
#: core/views/renew_listing.php:97
|
6411 |
msgctxt "renewal"
|
6412 |
msgid "Expiration date:"
|
6413 |
msgstr "Fecha de expiración:"
|
6414 |
|
6415 |
+
#: core/views/renew_listing.php:101
|
6416 |
msgctxt "renew"
|
6417 |
msgid ""
|
6418 |
"However, if you want to cancel your subscription you can do that on this "
|
6457 |
msgid "Find A Listing"
|
6458 |
msgstr "Encontrar un Listado"
|
6459 |
|
6460 |
+
#: core/views/show_listing.php:12
|
6461 |
+
msgctxt "preview"
|
6462 |
+
msgid "This is just a preview. The listing has not been published yet."
|
6463 |
+
msgstr ""
|
6464 |
+
"Esta es tan solo una previsualización. El listado no ha sido publicado aún."
|
6465 |
+
|
6466 |
#: core/views/submit_listing.php:16
|
6467 |
msgctxt "templates"
|
6468 |
msgid ""
|
7134 |
#: templates/renew-listing.tpl.php:22
|
7135 |
#: templates/submit-listing/category-selection.tpl.php:8
|
7136 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
7137 |
+
#: templates/submit-listing/images.tpl.php:51
|
7138 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
7139 |
msgctxt "templates"
|
7140 |
msgid "Continue"
|
7238 |
msgid "Delete Image"
|
7239 |
msgstr "Eliminar Imagen"
|
7240 |
|
7241 |
+
#: templates/submit-listing/images-single.tpl.php:25
|
7242 |
msgctxt "templates"
|
7243 |
msgid "Set this image as the listing thumbnail."
|
7244 |
msgstr "Usar esta imagen como imagen principal."
|
7245 |
|
7246 |
+
#: templates/submit-listing/images-upload-form.tpl.php:16
|
7247 |
msgctxt "templates"
|
7248 |
msgid "Upload Images"
|
7249 |
msgstr "Subir Imágenes"
|
7250 |
|
7251 |
+
#: templates/submit-listing/images-upload-form.tpl.php:21
|
7252 |
msgctxt "templates"
|
7253 |
msgid "Drop files here"
|
7254 |
msgstr "Suelte sus archivos aquí"
|
7255 |
|
7256 |
+
#: templates/submit-listing/images-upload-form.tpl.php:22
|
7257 |
msgctxt "templates image upload"
|
7258 |
msgid "or"
|
7259 |
msgstr "o"
|
7260 |
|
7261 |
+
#: templates/submit-listing/images-upload-form.tpl.php:23
|
7262 |
msgctxt "templates"
|
7263 |
msgid "Select images from your hard drive"
|
7264 |
msgstr "Elija las imágenes del disco duro"
|
7265 |
|
7266 |
+
#: templates/submit-listing/images-upload-form.tpl.php:26
|
7267 |
msgctxt "templates"
|
7268 |
msgid "Uploading %s file(s)... Please wait."
|
7269 |
msgstr "Subiendo %s archivo(s)... Por favor espere."
|
7270 |
|
7271 |
+
#: templates/submit-listing/images-upload-form.tpl.php:29
|
7272 |
msgctxt "templates"
|
7273 |
msgid ""
|
7274 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
7279 |
"\" cuando termine o en \"Eliminar Imagen\" para subir una nueva imagen en "
|
7280 |
"lugar de alguna de las actuales."
|
7281 |
|
7282 |
+
#: templates/submit-listing/images-upload-form.tpl.php:36
|
7283 |
msgctxt "templates"
|
7284 |
msgid "Image slots available:"
|
7285 |
msgstr "Casillas de imagen disponibles:"
|
7286 |
|
7287 |
+
#: templates/submit-listing/images-upload-form.tpl.php:42
|
7288 |
msgctxt "templates"
|
7289 |
msgid "File size:"
|
7290 |
msgstr "Tamaño de archivo:"
|
7291 |
|
7292 |
+
#: templates/submit-listing/images-upload-form.tpl.php:44
|
7293 |
+
#: templates/submit-listing/images-upload-form.tpl.php:51
|
7294 |
+
#: templates/submit-listing/images-upload-form.tpl.php:58
|
7295 |
msgctxt "templates"
|
7296 |
msgid "No limit"
|
7297 |
msgstr "Sin límite"
|
7298 |
|
7299 |
+
#: templates/submit-listing/images-upload-form.tpl.php:49
|
7300 |
msgctxt "templates"
|
7301 |
msgid "Image width:"
|
7302 |
msgstr "Ancho de imagen:"
|
7303 |
|
7304 |
+
#: templates/submit-listing/images-upload-form.tpl.php:56
|
7305 |
msgctxt "templates"
|
7306 |
msgid "Image height:"
|
7307 |
msgstr "Alto de imagen:"
|
7308 |
|
7309 |
+
#: templates/submit-listing/images.tpl.php:6
|
7310 |
msgctxt "templates"
|
7311 |
msgid "Listing Images"
|
7312 |
msgstr "Imágenes del Listado"
|
7313 |
|
7314 |
+
#: templates/submit-listing/images.tpl.php:9
|
7315 |
msgctxt "templates"
|
7316 |
msgid ""
|
7317 |
"There is an image pending upload. Would you still like to continue without "
|
7320 |
"Hay una imagen pendiente de ser subida. Desea continuar sin guardar la "
|
7321 |
"imagen?"
|
7322 |
|
7323 |
+
#: templates/submit-listing/images.tpl.php:14
|
7324 |
+
msgctxt "templates"
|
7325 |
+
msgid "Current Images"
|
7326 |
+
msgstr "Imágenes Actuales"
|
7327 |
+
|
7328 |
+
#: templates/submit-listing/images.tpl.php:15
|
7329 |
msgctxt "templates"
|
7330 |
msgid "There are no images currently attached to your listing."
|
7331 |
msgstr "No hay actualmente imágenes asociadas a su listado."
|
7365 |
msgid "http://businessdirectoryplugin.com"
|
7366 |
msgstr "http://businessdirectoryplugin.com"
|
7367 |
|
7368 |
+
#~ msgctxt "admin"
|
7369 |
+
#~ msgid "Listing Fields"
|
7370 |
+
#~ msgstr "Campos del Listado"
|
7371 |
+
|
7372 |
+
#~ msgctxt "templates"
|
7373 |
+
#~ msgid "There are no images currently attached to the listing."
|
7374 |
+
#~ msgstr "No hay imágenes actualmente asociadas al listado."
|
7375 |
+
|
7376 |
+
#~ msgctxt "admin csv-export"
|
7377 |
+
#~ msgid "Column Separator"
|
7378 |
+
#~ msgstr "Separador de columna"
|
7379 |
+
|
7380 |
#~ msgctxt "admin settings"
|
7381 |
#~ msgid ""
|
7382 |
#~ "Allow visitors to discuss listings using the standard WordPress comment "
|
7483 |
#~ msgid "The directory is temporarily disabled."
|
7484 |
#~ msgstr "El Directorio está temporalmente deshabilitado."
|
7485 |
|
|
|
|
|
|
|
|
|
|
|
|
|
7486 |
#~ msgctxt "templates"
|
7487 |
#~ msgid "Listings tagged: %s"
|
7488 |
#~ msgstr "Listados etiquetados: %s"
|
languages/WPBDM-fr_FR.mo
CHANGED
Binary file
|
languages/WPBDM-fr_FR.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 3.6\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
-
"POT-Creation-Date: 2017-
|
8 |
"PO-Revision-Date: 2017-02-13 19:14-0500\n"
|
9 |
"Last-Translator: Laurent Provin <lprovin@yahoo.fr>\n"
|
10 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -120,13 +120,13 @@ msgctxt "admin actions"
|
|
120 |
msgid "Renew Listing"
|
121 |
msgstr "Renouveler l'annonce"
|
122 |
|
123 |
-
#: admin/class-admin.php:
|
124 |
msgid ""
|
125 |
"Preview is only available after you've saved the first draft. This is due\n"
|
126 |
"to how WordPress stores the data."
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: admin/class-admin.php:
|
130 |
msgctxt "drip pointer"
|
131 |
msgid ""
|
132 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -137,140 +137,140 @@ msgstr ""
|
|
137 |
"zéro dans ce cours (GRATUIT) en 5 parties (envoyé via e-mail). Obtenez un "
|
138 |
"module premium GRATUIT juste après votre inscription."
|
139 |
|
140 |
-
#: admin/class-admin.php:
|
141 |
msgctxt "drip pointer"
|
142 |
msgid "Email Address:"
|
143 |
msgstr "Adresse e-mail:"
|
144 |
|
145 |
-
#: admin/class-admin.php:
|
146 |
msgctxt "drip pointer"
|
147 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
148 |
msgstr ""
|
149 |
"Voulez-vous connaître les secrets de la création d'un superbe annuaire "
|
150 |
"professionnel ?"
|
151 |
|
152 |
-
#: admin/class-admin.php:
|
153 |
msgctxt "drip pointer"
|
154 |
msgid "Yes, please!"
|
155 |
msgstr "Oui, s'il vous plait !"
|
156 |
|
157 |
-
#: admin/class-admin.php:
|
158 |
msgctxt "drip pointer"
|
159 |
msgid "No, thanks"
|
160 |
msgstr "Non, merci"
|
161 |
|
162 |
-
#: admin/class-admin.php:
|
163 |
msgctxt "admin"
|
164 |
msgid "Business Directory"
|
165 |
msgstr "Annuaire Professionnel"
|
166 |
|
167 |
-
#: admin/class-admin.php:
|
168 |
msgctxt "admin"
|
169 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
170 |
msgstr ""
|
171 |
"Vous êtes prêt. Visitez votre nouvelle page <a>Annuaire Professionnel</a>"
|
172 |
|
173 |
-
#: admin/class-admin.php:
|
174 |
msgctxt "drip pointer"
|
175 |
msgid "Invalid e-mail address."
|
176 |
msgstr "Adresse e-mail non valide"
|
177 |
|
178 |
-
#: admin/class-admin.php:
|
179 |
msgctxt "admin menu"
|
180 |
msgid "Business Directory Admin"
|
181 |
msgstr "Administrateur de l'Annuaire Professionnel"
|
182 |
|
183 |
-
#: admin/class-admin.php:
|
184 |
msgctxt "admin menu"
|
185 |
msgid "Dir. Admin"
|
186 |
msgstr "Administrateur de l'Annuaire"
|
187 |
|
188 |
-
#: admin/class-admin.php:
|
189 |
msgctxt "admin menu"
|
190 |
msgid "Directory Admin"
|
191 |
msgstr "Administrateur de l'Annuaire"
|
192 |
|
193 |
-
#: admin/class-admin.php:
|
194 |
msgctxt "admin menu"
|
195 |
msgid "Add New Listing"
|
196 |
msgstr "Ajoutez une nouvelle annonce"
|
197 |
|
198 |
-
#: admin/class-admin.php:
|
199 |
msgctxt "admin menu"
|
200 |
msgid "Manage Options"
|
201 |
msgstr "Gestion des options"
|
202 |
|
203 |
-
#: admin/class-admin.php:
|
204 |
msgctxt "admin menu"
|
205 |
msgid "Manage Fees"
|
206 |
msgstr "Gestion des frais"
|
207 |
|
208 |
-
#: admin/class-admin.php:
|
209 |
msgctxt "admin menu"
|
210 |
msgid "Manage Form Fields"
|
211 |
msgstr "Gestion des champs"
|
212 |
|
213 |
-
#: admin/class-admin.php:
|
214 |
msgctxt "admin menu"
|
215 |
msgid "Listings"
|
216 |
msgstr "Listes"
|
217 |
|
218 |
-
#: admin/class-admin.php:
|
219 |
msgctxt "admin menu"
|
220 |
msgid "CSV Import"
|
221 |
msgstr "Importation CSV"
|
222 |
|
223 |
-
#: admin/class-admin.php:
|
224 |
msgctxt "admin menu"
|
225 |
msgid "CSV Export"
|
226 |
msgstr "Exportation CSV"
|
227 |
|
228 |
-
#: admin/class-admin.php:
|
229 |
msgctxt "admin menu"
|
230 |
msgid "Debug"
|
231 |
msgstr "Déboguer"
|
232 |
|
233 |
-
#: admin/class-admin.php:
|
234 |
msgctxt "admin menu"
|
235 |
msgid "Main Menu"
|
236 |
msgstr "Menu principal"
|
237 |
|
238 |
-
#: admin/class-admin.php:
|
239 |
msgctxt "admin menu"
|
240 |
msgid "Uninstall Business Directory Plugin"
|
241 |
msgstr "Désinstaller le Plugin Annuaire Professionnel"
|
242 |
|
243 |
-
#: admin/class-admin.php:
|
244 |
msgctxt "admin menu"
|
245 |
msgid "Uninstall"
|
246 |
msgstr "Désinstaller"
|
247 |
|
248 |
-
#: admin/class-admin.php:
|
249 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
250 |
msgctxt "admin infometabox"
|
251 |
msgid "never"
|
252 |
msgstr "jamais"
|
253 |
|
254 |
-
#: admin/class-admin.php:
|
255 |
msgctxt "admin"
|
256 |
msgid "Dismiss this notice."
|
257 |
msgstr ""
|
258 |
|
259 |
-
#: admin/class-admin.php:
|
260 |
msgctxt "admin"
|
261 |
msgid "The listing has been published."
|
262 |
msgid_plural "The listings have been published."
|
263 |
msgstr[0] "L'annonce a été publiée."
|
264 |
msgstr[1] "Les annonces ont été publiées."
|
265 |
|
266 |
-
#: admin/class-admin.php:
|
267 |
msgctxt "admin"
|
268 |
msgid "The listing status has been set as paid."
|
269 |
msgid_plural "The listings status has been set as paid."
|
270 |
msgstr[0] "Le statut de l'annonce a été défini comme étant payée."
|
271 |
msgstr[1] "Le statut des annocnes a été défini comme étant payées."
|
272 |
|
273 |
-
#: admin/class-admin.php:
|
274 |
msgctxt "admin"
|
275 |
msgid ""
|
276 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
@@ -282,28 +282,28 @@ msgid_plural ""
|
|
282 |
msgstr[0] ""
|
283 |
msgstr[1] ""
|
284 |
|
285 |
-
#: admin/class-admin.php:
|
286 |
msgctxt "admin"
|
287 |
msgid "The listing has been modified."
|
288 |
msgid_plural "The listings have been modified."
|
289 |
msgstr[0] "L'annonce a été modifiée."
|
290 |
msgstr[1] "Les annonces ont été modifiées."
|
291 |
|
292 |
-
#: admin/class-admin.php:
|
293 |
msgctxt "admin"
|
294 |
msgid "The listing has been upgraded."
|
295 |
msgid_plural "The listings have been upgraded."
|
296 |
msgstr[0] "L'annonce a été mise à jour."
|
297 |
msgstr[1] "Les annonces ont été mise à jour."
|
298 |
|
299 |
-
#: admin/class-admin.php:
|
300 |
msgctxt "admin"
|
301 |
msgid "The listing has been downgraded."
|
302 |
msgid_plural "The listings have been downgraded."
|
303 |
msgstr[0] "L'annonce a été rétrogradée."
|
304 |
msgstr[1] "Les annonces ont été rétrogradées."
|
305 |
|
306 |
-
#: admin/class-admin.php:
|
307 |
msgctxt "admin payments"
|
308 |
msgid ""
|
309 |
"The payment status was not changed. Recurring payments can't be manually "
|
@@ -311,44 +311,44 @@ msgid ""
|
|
311 |
"went through."
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: admin/class-admin.php:
|
315 |
msgctxt "admin"
|
316 |
msgid "The transaction has been approved."
|
317 |
msgstr "La transaction a été approuvée."
|
318 |
|
319 |
-
#: admin/class-admin.php:
|
320 |
msgctxt "admin"
|
321 |
msgid "The transaction has been rejected."
|
322 |
msgstr "La transaction a été rejetée."
|
323 |
|
324 |
-
#: admin/class-admin.php:
|
325 |
msgctxt "admin"
|
326 |
msgid "The fee was successfully assigned."
|
327 |
msgstr "Les frais ont bien été assignés."
|
328 |
|
329 |
-
#: admin/class-admin.php:
|
330 |
msgctxt "admin"
|
331 |
msgid "Listing was renewed."
|
332 |
msgid_plural "Listings were renewed."
|
333 |
msgstr[0] "L'annonce a été renouvelée."
|
334 |
msgstr[1] "Les annonces ont été renouvelées."
|
335 |
|
336 |
-
#: admin/class-admin.php:
|
337 |
msgctxt "admin"
|
338 |
msgid "Renewal email sent."
|
339 |
msgstr "Email de renouvellement envoyé"
|
340 |
|
341 |
-
#: admin/class-admin.php:
|
342 |
msgctxt "admin category id"
|
343 |
msgid "ID"
|
344 |
msgstr "ID"
|
345 |
|
346 |
-
#: admin/class-admin.php:
|
347 |
msgctxt "admin"
|
348 |
msgid "Listing Count"
|
349 |
msgstr "Compteur d'annonces"
|
350 |
|
351 |
-
#: admin/class-admin.php:
|
352 |
msgctxt "admin"
|
353 |
msgid ""
|
354 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
@@ -357,7 +357,7 @@ msgstr ""
|
|
357 |
"<b>Plugin d'Annuaire Professionnel</b> requiert des champs avec les "
|
358 |
"associations suivantes pour marcher correctement: <b>%s</b>"
|
359 |
|
360 |
-
#: admin/class-admin.php:
|
361 |
msgctxt "admin"
|
362 |
msgid ""
|
363 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
@@ -366,7 +366,7 @@ msgstr ""
|
|
366 |
"<b>Plugin d'Annuaire Professionnel</b> requiert un champ avec un <b>%s</b> "
|
367 |
"association en ordre pour marcher correctement."
|
368 |
|
369 |
-
#: admin/class-admin.php:
|
370 |
msgctxt "admin"
|
371 |
msgid ""
|
372 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
@@ -375,17 +375,17 @@ msgstr ""
|
|
375 |
"Vous pouvez créer ces champs personnalisés pas vous-mêmes dans \"Gestion des "
|
376 |
"Champs\" ou laissez le plugin le faire pour vous automatiquement."
|
377 |
|
378 |
-
#: admin/class-admin.php:
|
379 |
msgctxt "admin"
|
380 |
msgid "Go to \"Manage Form Fields\""
|
381 |
msgstr "Aller à \"Gestion des Champs\""
|
382 |
|
383 |
-
#: admin/class-admin.php:
|
384 |
msgctxt "admin"
|
385 |
msgid "Create these required fields for me"
|
386 |
msgstr "Créer ces champs obligatoires pour moi"
|
387 |
|
388 |
-
#: admin/class-admin.php:
|
389 |
msgctxt "admin"
|
390 |
msgid ""
|
391 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -394,7 +394,7 @@ msgstr ""
|
|
394 |
"<b>Business Directory Plugin</b> requiert une page avec le code "
|
395 |
"d'activation <tt>[businessdirectory]</tt> pour marcher correctement."
|
396 |
|
397 |
-
#: admin/class-admin.php:
|
398 |
msgctxt "admin"
|
399 |
msgid ""
|
400 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -403,27 +403,27 @@ msgstr ""
|
|
403 |
"Vous pouvez créer cette page par vous-mêmes ou laisser le plugin la faire "
|
404 |
"pour vous automatiquement."
|
405 |
|
406 |
-
#: admin/class-admin.php:
|
407 |
msgctxt "admin"
|
408 |
msgid "Create required pages for me"
|
409 |
msgstr "Créer les pages requises pour moi."
|
410 |
|
411 |
-
#: admin/class-admin.php:
|
412 |
msgctxt "admin compat"
|
413 |
msgid "Installed: %s"
|
414 |
msgstr "Installé: %s"
|
415 |
|
416 |
-
#: admin/class-admin.php:
|
417 |
msgctxt "admin compat"
|
418 |
msgid "N/A"
|
419 |
msgstr "N/A"
|
420 |
|
421 |
-
#: admin/class-admin.php:
|
422 |
msgctxt "admin compat"
|
423 |
msgid "Required: %s"
|
424 |
msgstr "Requis: %s"
|
425 |
|
426 |
-
#: admin/class-admin.php:
|
427 |
msgctxt "admin compat"
|
428 |
msgid ""
|
429 |
"Business Directory has detected some incompatible premium module versions "
|
@@ -432,7 +432,7 @@ msgstr ""
|
|
432 |
"Le plugin a détecté une/des modules incomptatible de la version premium "
|
433 |
"installé."
|
434 |
|
435 |
-
#: admin/class-admin.php:
|
436 |
msgctxt "admin compat"
|
437 |
msgid ""
|
438 |
"Please upgrade to the required versions indicated below to make sure "
|
@@ -441,7 +441,7 @@ msgstr ""
|
|
441 |
"Veuillez mettre à jour vers la version requise, indiquée ci-dessous, pour "
|
442 |
"assurer le bon fonctionnement des fonctions. "
|
443 |
|
444 |
-
#: admin/class-admin.php:
|
445 |
msgctxt "admin"
|
446 |
msgid ""
|
447 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -454,22 +454,6 @@ msgstr ""
|
|
454 |
"monde peut s'enregistrer\" pour être sûr que le plugin fonctionne "
|
455 |
"correctement."
|
456 |
|
457 |
-
#: admin/class-listing-fields-metabox.php:21
|
458 |
-
msgctxt "admin"
|
459 |
-
msgid "Listing Fields"
|
460 |
-
msgstr "Champs d'annonce"
|
461 |
-
|
462 |
-
#: admin/class-listing-fields-metabox.php:40
|
463 |
-
#: templates/submit-listing/images.tpl.php:12
|
464 |
-
msgctxt "templates"
|
465 |
-
msgid "Current Images"
|
466 |
-
msgstr "Images actuelles"
|
467 |
-
|
468 |
-
#: admin/class-listing-fields-metabox.php:41
|
469 |
-
msgctxt "templates"
|
470 |
-
msgid "There are no images currently attached to the listing."
|
471 |
-
msgstr "Il n'y a aucune image attaché à cette annonce."
|
472 |
-
|
473 |
#: admin/class-themes-admin.php:47
|
474 |
msgctxt "themes"
|
475 |
msgid "Directory Themes"
|
@@ -541,8 +525,9 @@ msgid "Theme installed successfully."
|
|
541 |
msgstr "Thème installé avec succès"
|
542 |
|
543 |
#: admin/class-themes-admin.php:229
|
|
|
544 |
msgctxt "themes"
|
545 |
-
msgid "Theme was deleted
|
546 |
msgstr "Le thème a été supprimé"
|
547 |
|
548 |
#: admin/class-themes-admin.php:232
|
@@ -597,18 +582,18 @@ msgctxt "themes"
|
|
597 |
msgid "Activate your <a>license key</a> to use this theme."
|
598 |
msgstr "Activer votre <a>numéro de licence</a> pour utiliser ce thème"
|
599 |
|
600 |
-
#: admin/csv-export.php:
|
601 |
msgctxt "admin csv-export"
|
602 |
msgid "Could not create a temporary directory for handling this CSV export."
|
603 |
msgstr ""
|
604 |
"Impossible de créer un répertoire temporaire pour manipuler cet export CSV."
|
605 |
|
606 |
-
#: admin/csv-export.php:
|
607 |
msgctxt "admin csv-export"
|
608 |
msgid "Could not create wpbdp-csv-exports directory."
|
609 |
msgstr "Impossible de créer le répertoire wpbdp-CSV-exportations."
|
610 |
|
611 |
-
#: admin/csv-export.php:
|
612 |
msgctxt "admin csv-export"
|
613 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
614 |
msgstr ""
|
@@ -1259,40 +1244,59 @@ msgstr "Paramètres du fichier CSV"
|
|
1259 |
|
1260 |
#: admin/templates/csv-export.tpl.php:94
|
1261 |
msgctxt "admin csv-export"
|
1262 |
-
msgid "
|
1263 |
-
msgstr "
|
1264 |
|
1265 |
-
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:
|
1266 |
-
#: admin/templates/csv-export.tpl.php:
|
1267 |
#: admin/templates/csv-import.tpl.php:109
|
1268 |
-
#: admin/templates/csv-import.tpl.php:
|
1269 |
-
#: admin/templates/csv-import.tpl.php:
|
1270 |
-
#: admin/templates/csv-import.tpl.php:
|
1271 |
msgctxt "admin forms"
|
1272 |
msgid "required"
|
1273 |
msgstr "Requis"
|
1274 |
|
1275 |
-
#: admin/templates/csv-export.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1276 |
msgctxt "admin csv-export"
|
1277 |
msgid "Image Separator"
|
1278 |
msgstr "Séparateur d'image"
|
1279 |
|
1280 |
-
#: admin/templates/csv-export.tpl.php:
|
1281 |
msgctxt "admin csv-export"
|
1282 |
msgid "Category Separator"
|
1283 |
msgstr "Séparateur de catégorie"
|
1284 |
|
1285 |
-
#: admin/templates/csv-export.tpl.php:
|
1286 |
msgctxt "admin csv-export"
|
1287 |
msgid "Export Listings"
|
1288 |
msgstr "Listes d'exportation"
|
1289 |
|
1290 |
-
#: admin/templates/csv-export.tpl.php:
|
1291 |
msgctxt "admin csv-export"
|
1292 |
msgid "Export in Progress..."
|
1293 |
msgstr "Exportation en cours..."
|
1294 |
|
1295 |
-
#: admin/templates/csv-export.tpl.php:
|
1296 |
msgctxt "admin csv-export"
|
1297 |
msgid ""
|
1298 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
@@ -1301,27 +1305,27 @@ msgstr ""
|
|
1301 |
"Votre fichier d'exportation est prêt. Veuillez <u>ne pas quitter</u> cette "
|
1302 |
"page jusqu'à la fin de l'export."
|
1303 |
|
1304 |
-
#: admin/templates/csv-export.tpl.php:
|
1305 |
msgctxt "admin csv-export"
|
1306 |
msgid "No. of listings:"
|
1307 |
msgstr "Numéro de l'annonce:"
|
1308 |
|
1309 |
-
#: admin/templates/csv-export.tpl.php:
|
1310 |
msgctxt "admin csv-export"
|
1311 |
msgid "Approximate export file size:"
|
1312 |
msgstr "Taille aproximative du fichier exporté: "
|
1313 |
|
1314 |
-
#: admin/templates/csv-export.tpl.php:
|
1315 |
msgctxt "admin csv-export"
|
1316 |
msgid "Cancel Export"
|
1317 |
msgstr "Annuler l'exportation"
|
1318 |
|
1319 |
-
#: admin/templates/csv-export.tpl.php:
|
1320 |
msgctxt "admin csv-export"
|
1321 |
msgid "Export Complete"
|
1322 |
msgstr "Exportation complète"
|
1323 |
|
1324 |
-
#: admin/templates/csv-export.tpl.php:
|
1325 |
msgctxt "admin csv-export"
|
1326 |
msgid ""
|
1327 |
"Your export file has been successfully created and it is now ready for "
|
@@ -1330,12 +1334,12 @@ msgstr ""
|
|
1330 |
"Votre fichier d'exportation a été créé et il est maintenant prêt pour le "
|
1331 |
"téléchargement."
|
1332 |
|
1333 |
-
#: admin/templates/csv-export.tpl.php:
|
1334 |
msgctxt "admin csv-export"
|
1335 |
msgid "Download %s (%s)"
|
1336 |
msgstr "Téléchargement %s (%s)"
|
1337 |
|
1338 |
-
#: admin/templates/csv-export.tpl.php:
|
1339 |
msgctxt "admin csv-export"
|
1340 |
msgid ""
|
1341 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
@@ -1345,22 +1349,22 @@ msgstr ""
|
|
1345 |
"d'effacer toutes les données temporaires créées par le plugin durant le "
|
1346 |
"processus d'exportation."
|
1347 |
|
1348 |
-
#: admin/templates/csv-export.tpl.php:
|
1349 |
msgctxt "admin csv-export"
|
1350 |
msgid "Cleanup"
|
1351 |
msgstr "Nettoyer"
|
1352 |
|
1353 |
-
#: admin/templates/csv-export.tpl.php:
|
1354 |
msgctxt "admin csv-export"
|
1355 |
msgid "Export Canceled"
|
1356 |
msgstr "Exportation annulée"
|
1357 |
|
1358 |
-
#: admin/templates/csv-export.tpl.php:
|
1359 |
msgctxt "admin csv-export"
|
1360 |
msgid "The export has been canceled."
|
1361 |
msgstr "L'exportation a été annulée."
|
1362 |
|
1363 |
-
#: admin/templates/csv-export.tpl.php:
|
1364 |
msgctxt "admin csv-export"
|
1365 |
msgid "← Return to CSV Export"
|
1366 |
msgstr "←Retourner vers l'export CSV"
|
@@ -1495,7 +1499,7 @@ msgctxt "admin csv-import"
|
|
1495 |
msgid "Warning"
|
1496 |
msgstr "Alerte"
|
1497 |
|
1498 |
-
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:
|
1499 |
msgctxt "admin csv-import"
|
1500 |
msgid "Help"
|
1501 |
msgstr "Aide"
|
@@ -1558,72 +1562,87 @@ msgctxt "admin csv-import"
|
|
1558 |
msgid "Column Separator"
|
1559 |
msgstr "Séparateur de colonne"
|
1560 |
|
1561 |
-
#: admin/templates/csv-import.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1562 |
msgctxt "admin csv-import"
|
1563 |
msgid "Image Separator"
|
1564 |
msgstr "Séparateur d'image"
|
1565 |
|
1566 |
-
#: admin/templates/csv-import.tpl.php:
|
1567 |
msgctxt "admin csv-import"
|
1568 |
msgid "Category Separator"
|
1569 |
msgstr "Séparateur de catégorie"
|
1570 |
|
1571 |
-
#: admin/templates/csv-import.tpl.php:
|
1572 |
msgctxt "admin csv-import"
|
1573 |
msgid "Import settings"
|
1574 |
msgstr "Paramètres d'importation"
|
1575 |
|
1576 |
-
#: admin/templates/csv-import.tpl.php:
|
1577 |
msgctxt "admin csv-import"
|
1578 |
msgid "Post status of imported listings"
|
1579 |
msgstr "Statut des messages des annonces importées"
|
1580 |
|
1581 |
-
#: admin/templates/csv-import.tpl.php:
|
1582 |
msgctxt "admin csv-import"
|
1583 |
msgid "Missing categories handling"
|
1584 |
msgstr "Gestion des catégories manquantes"
|
1585 |
|
1586 |
-
#: admin/templates/csv-import.tpl.php:
|
1587 |
msgctxt "admin csv-import"
|
1588 |
msgid "Auto-create categories"
|
1589 |
msgstr "Création automatique des catégories"
|
1590 |
|
1591 |
-
#: admin/templates/csv-import.tpl.php:
|
1592 |
msgctxt "admin csv-import"
|
1593 |
msgid "Generate errors when a category is not found"
|
1594 |
msgstr "Génération d'erreurs quand une catégorie n'est pas trouvée"
|
1595 |
|
1596 |
-
#: admin/templates/csv-import.tpl.php:
|
1597 |
msgctxt "admin csv-import"
|
1598 |
msgid "Keep existing listing images?"
|
1599 |
msgstr "Liste des images"
|
1600 |
|
1601 |
-
#: admin/templates/csv-import.tpl.php:
|
1602 |
msgctxt "admin csv-import"
|
1603 |
msgid "Keep existing images."
|
1604 |
msgstr "Liste des images"
|
1605 |
|
1606 |
-
#: admin/templates/csv-import.tpl.php:
|
1607 |
msgctxt "admin csv-import"
|
1608 |
msgid "Appends new images while keeping current ones."
|
1609 |
msgstr "Ajouts de nouvelles images tout en conservant celles existantes"
|
1610 |
|
1611 |
-
#: admin/templates/csv-import.tpl.php:
|
1612 |
msgctxt "admin csv-import"
|
1613 |
msgid "Assign listings to a user?"
|
1614 |
msgstr "Assigner des listes à un utilisateur ?"
|
1615 |
|
1616 |
-
#: admin/templates/csv-import.tpl.php:
|
1617 |
msgctxt "admin csv-import"
|
1618 |
msgid "Assign listings to a user."
|
1619 |
msgstr "Assigner des listes à un utilisateur."
|
1620 |
|
1621 |
-
#: admin/templates/csv-import.tpl.php:
|
1622 |
msgctxt "admin csv-import"
|
1623 |
msgid "Use a default user for listings?"
|
1624 |
msgstr "Utiliser l'image par défault pour les annonces sans images ?"
|
1625 |
|
1626 |
-
#: admin/templates/csv-import.tpl.php:
|
1627 |
msgctxt "admin csv-import"
|
1628 |
msgid ""
|
1629 |
"Select a default user to be used if the username column is not present in "
|
@@ -1632,12 +1651,12 @@ msgstr ""
|
|
1632 |
"Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
|
1633 |
"figure pas dans le fichier CSV."
|
1634 |
|
1635 |
-
#: admin/templates/csv-import.tpl.php:
|
1636 |
msgctxt "admin csv-import"
|
1637 |
msgid "Default listing user"
|
1638 |
msgstr "Annonce par défault de l'utilisateur"
|
1639 |
|
1640 |
-
#: admin/templates/csv-import.tpl.php:
|
1641 |
msgctxt "admin csv-import"
|
1642 |
msgid ""
|
1643 |
"This user will be used if the username column is not present in the CSV file."
|
@@ -1645,27 +1664,27 @@ msgstr ""
|
|
1645 |
"Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
|
1646 |
"figure pas dans le fichier CSV."
|
1647 |
|
1648 |
-
#: admin/templates/csv-import.tpl.php:
|
1649 |
msgctxt "admin csv-import"
|
1650 |
msgid "Disable e-mail notifications during import?"
|
1651 |
msgstr "Désactiver les notifications par e-mail durant l'importation?"
|
1652 |
|
1653 |
-
#: admin/templates/csv-import.tpl.php:
|
1654 |
msgctxt "admin csv-import"
|
1655 |
msgid "Disable e-mail notifications."
|
1656 |
msgstr "Désactiver les notifications par e-mail."
|
1657 |
|
1658 |
-
#: admin/templates/csv-import.tpl.php:
|
1659 |
msgctxt "admin csv-import"
|
1660 |
msgid "Test Import"
|
1661 |
msgstr "Tester l'importation"
|
1662 |
|
1663 |
-
#: admin/templates/csv-import.tpl.php:
|
1664 |
msgctxt "admin csv-import"
|
1665 |
msgid "Import Listings"
|
1666 |
msgstr "Importation des listes"
|
1667 |
|
1668 |
-
#: admin/templates/csv-import.tpl.php:
|
1669 |
msgctxt "admin csv-import"
|
1670 |
msgid ""
|
1671 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -1679,44 +1698,44 @@ msgstr ""
|
|
1679 |
"d'un fichier CSV d'importation \" </a> afin de voir à quoi un fichier "
|
1680 |
"d'importation devrait ressembler."
|
1681 |
|
1682 |
-
#: admin/templates/csv-import.tpl.php:
|
1683 |
msgctxt "admin csv-import"
|
1684 |
msgid "Header name/label"
|
1685 |
msgstr "Nom/Etiquette de l'en-tête"
|
1686 |
|
1687 |
-
#: admin/templates/csv-import.tpl.php:
|
1688 |
msgctxt "admin csv-import"
|
1689 |
msgid "Field"
|
1690 |
msgstr "Champ"
|
1691 |
|
1692 |
-
#: admin/templates/csv-import.tpl.php:
|
1693 |
msgctxt "admin csv-import"
|
1694 |
msgid "Type"
|
1695 |
msgstr "Type"
|
1696 |
|
1697 |
-
#: admin/templates/csv-import.tpl.php:
|
1698 |
msgctxt "admin csv-import"
|
1699 |
msgid "Required?"
|
1700 |
msgstr "Requis ?"
|
1701 |
|
1702 |
-
#: admin/templates/csv-import.tpl.php:
|
1703 |
msgctxt "admin csv-import"
|
1704 |
msgid "Multivalued?"
|
1705 |
msgstr "Valeurs multiples ?"
|
1706 |
|
1707 |
-
#: admin/templates/csv-import.tpl.php:
|
1708 |
msgctxt "admin csv-import"
|
1709 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1710 |
msgstr ""
|
1711 |
"Liste séparée de la cotation des images par un point-virgule (à partir du "
|
1712 |
"fichier ZIP)"
|
1713 |
|
1714 |
-
#: admin/templates/csv-import.tpl.php:
|
1715 |
msgctxt "admin csv-import"
|
1716 |
msgid "Listing author's username"
|
1717 |
msgstr "Nom d'utilisateur de l'auteur de l'annonce"
|
1718 |
|
1719 |
-
#: admin/templates/csv-import.tpl.php:
|
1720 |
msgctxt "admin csv-import"
|
1721 |
msgid ""
|
1722 |
"Internal Sequence ID used to allow listing updates from external sources."
|
@@ -1724,7 +1743,7 @@ msgstr ""
|
|
1724 |
"ID interne de séquence utilisé pour permettre l'annonce des mises à jour "
|
1725 |
"provenant de sources externes."
|
1726 |
|
1727 |
-
#: admin/templates/csv-import.tpl.php:
|
1728 |
msgctxt "admin csv-import"
|
1729 |
msgid ""
|
1730 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -2200,7 +2219,7 @@ msgstr ""
|
|
2200 |
"Veuillez voir la <a>Documentation de champs de formulaire</a> pour plus de "
|
2201 |
"détails."
|
2202 |
|
2203 |
-
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.
|
2204 |
#. Plugin Name of the plugin/theme
|
2205 |
#: admin/templates/header.tpl.php:4
|
2206 |
msgid "Business Directory Plugin"
|
@@ -2969,64 +2988,70 @@ msgctxt "tracking"
|
|
2969 |
msgid "Allow Tracking"
|
2970 |
msgstr "Autoriser l'analyse"
|
2971 |
|
2972 |
-
#: business-directory-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
2973 |
msgctxt "admin plugins"
|
2974 |
msgid "Settings"
|
2975 |
msgstr "Paramètres"
|
2976 |
|
2977 |
-
#: business-directory-plugin.php:
|
2978 |
msgctxt "rss feed"
|
2979 |
msgid "%s Feed"
|
2980 |
msgstr "%s diffusion"
|
2981 |
|
2982 |
-
#: business-directory-plugin.php:
|
2983 |
#: core/views/submit_listing.php:10
|
2984 |
msgctxt "views"
|
2985 |
msgid "Submit A Listing"
|
2986 |
msgstr "Soumettre une annonce"
|
2987 |
|
2988 |
-
#: business-directory-plugin.php:
|
2989 |
msgctxt "title"
|
2990 |
msgid "Find a Listing"
|
2991 |
msgstr "Trouver une annonce"
|
2992 |
|
2993 |
-
#: business-directory-plugin.php:
|
2994 |
msgctxt "title"
|
2995 |
msgid "View All Listings"
|
2996 |
msgstr "Voir toutes les annonces"
|
2997 |
|
2998 |
-
#: business-directory-plugin.php:
|
2999 |
msgctxt "title"
|
3000 |
msgid "Listings tagged: %s"
|
3001 |
msgstr "Annonces marquées: %s"
|
3002 |
|
3003 |
-
#: core/api.php:
|
3004 |
msgid "Free"
|
3005 |
msgstr "Gratuit"
|
3006 |
|
3007 |
-
#: core/class-csv-import.php:
|
3008 |
msgctxt "admin csv-import"
|
3009 |
msgid ""
|
3010 |
"Could not create listing category \"<category-name>\". The operation failed "
|
3011 |
"with the following error: <error-message>."
|
3012 |
msgstr ""
|
3013 |
|
3014 |
-
#: core/class-csv-import.php:
|
3015 |
msgctxt "admin csv-import"
|
3016 |
msgid "Could not create listing category \"%s\""
|
3017 |
msgstr "Vous ne pouvez pas créer cette catégorie d'annonce \"%s\""
|
3018 |
|
3019 |
-
#: core/class-csv-import.php:
|
3020 |
msgctxt "admin csv-import"
|
3021 |
msgid "Username \"%s\" does not exist"
|
3022 |
msgstr "Le nom d'utilisateur \"%s\" n'existe pas"
|
3023 |
|
3024 |
-
#: core/class-csv-import.php:
|
3025 |
msgctxt "admin csv-import"
|
3026 |
msgid "Missing required field: %s"
|
3027 |
msgstr "Absence d'un champ requis: %s"
|
3028 |
|
3029 |
-
#: core/class-csv-import.php:
|
3030 |
msgctxt "admin csv-import"
|
3031 |
msgid "Listing category \"%s\" does not exist"
|
3032 |
msgstr "La catégorie d'annonce \"%s\" n'existe pas"
|
@@ -3163,12 +3188,12 @@ msgctxt "listing"
|
|
3163 |
msgid "(Fee Unavailable)"
|
3164 |
msgstr "(Coûts Non disponible)"
|
3165 |
|
3166 |
-
#: core/class-listings-api.php:
|
3167 |
msgctxt "notify email"
|
3168 |
msgid "[%s] New listing notification"
|
3169 |
msgstr "[%s] Nouvelle notification d'annonce"
|
3170 |
|
3171 |
-
#: core/class-listings-api.php:
|
3172 |
msgctxt "notify email"
|
3173 |
msgid "[%s] Listing edit notification"
|
3174 |
msgstr "[%s] Notification d'édition d'annonce"
|
@@ -3213,12 +3238,12 @@ msgctxt "widgets"
|
|
3213 |
msgid "Leave blank for automatic height."
|
3214 |
msgstr "Laissez ce champ vide pour la hauteur automatique."
|
3215 |
|
3216 |
-
#: core/class-payment.php:223
|
3217 |
msgctxt "listings"
|
3218 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3219 |
msgstr "Frais \"%s\" pour la catégorie \"%s\"%s"
|
3220 |
|
3221 |
-
#: core/class-payment.php:226
|
3222 |
msgctxt "listings"
|
3223 |
msgid "(recurring)"
|
3224 |
msgstr "(récurrent)"
|
@@ -4905,17 +4930,17 @@ msgstr "Etiquettes de l'annuaire"
|
|
4905 |
msgid "Directory Tag"
|
4906 |
msgstr "Etiquette de l'annuaire"
|
4907 |
|
4908 |
-
#: core/compatibility/class-navxt-integration.php:
|
4909 |
msgctxt "navxt"
|
4910 |
msgid "Submit Listing"
|
4911 |
msgstr "Soumettre l'annonce"
|
4912 |
|
4913 |
-
#: core/compatibility/class-navxt-integration.php:
|
4914 |
msgctxt "navxt"
|
4915 |
msgid "Edit Listing"
|
4916 |
msgstr "Éditer l'annonce"
|
4917 |
|
4918 |
-
#: core/compatibility/class-navxt-integration.php:
|
4919 |
msgctxt "navxt"
|
4920 |
msgid "Search"
|
4921 |
msgstr "Rechercher"
|
@@ -4927,7 +4952,7 @@ msgstr "Case à cocher"
|
|
4927 |
|
4928 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
4929 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
4930 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4931 |
msgctxt "form-fields admin"
|
4932 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4933 |
msgstr ""
|
@@ -4936,7 +4961,7 @@ msgstr ""
|
|
4936 |
|
4937 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
4938 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
4939 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4940 |
msgctxt "form-fields admin"
|
4941 |
msgid "Field list of options is required."
|
4942 |
msgstr "La liste des options est obligatoire"
|
@@ -5027,18 +5052,18 @@ msgctxt "form-fields api"
|
|
5027 |
msgid "Select List"
|
5028 |
msgstr "Sélectionnez une annonce"
|
5029 |
|
5030 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5031 |
msgctxt "form-fields-api category-select"
|
5032 |
msgid "-- Choose Terms --"
|
5033 |
msgstr "-- Choisissez les conditions --"
|
5034 |
|
5035 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5036 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5037 |
msgctxt "form-fields-api category-select"
|
5038 |
msgid "-- Choose One --"
|
5039 |
msgstr "-- Choisissez --"
|
5040 |
|
5041 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5042 |
msgctxt "form-fields admin"
|
5043 |
msgid "Allow empty selection on search?"
|
5044 |
msgstr "Permettre la sélection vide sur la recherche?"
|
@@ -5432,8 +5457,9 @@ msgid "Could not update theme: %s"
|
|
5432 |
msgstr "Impossible de mettre à jour le thème: %s."
|
5433 |
|
5434 |
#: core/helpers/class-themes-updater.php:165
|
|
|
5435 |
msgctxt "themes"
|
5436 |
-
msgid "Theme was updated
|
5437 |
msgstr "Le thème a été mis à jour avec succès."
|
5438 |
|
5439 |
#: core/installer.php:43
|
@@ -5543,9 +5569,10 @@ msgid "Pause Upgrade"
|
|
5543 |
msgstr "Mettre la mise à jour en pause"
|
5544 |
|
5545 |
#: core/installer.php:1110
|
|
|
5546 |
msgctxt "manual-upgrade"
|
5547 |
msgid ""
|
5548 |
-
"The upgrade was
|
5549 |
"available."
|
5550 |
msgstr ""
|
5551 |
"La mise à jour s'est bien effectuée. Le plugin Business Directory est "
|
@@ -5859,39 +5886,39 @@ msgctxt "templates"
|
|
5859 |
msgid "No listing categories found."
|
5860 |
msgstr "Aucune catégorie d'annonce trouvée"
|
5861 |
|
5862 |
-
#: core/templates-ui.php:
|
5863 |
msgid "Directory"
|
5864 |
msgstr "Annuaire"
|
5865 |
|
5866 |
-
#: core/templates-ui.php:
|
5867 |
msgid "View All Listings"
|
5868 |
msgstr "Voir toutes les annonces"
|
5869 |
|
5870 |
-
#: core/templates-ui.php:
|
5871 |
msgid "Create A Listing"
|
5872 |
msgstr "Créer une annonce"
|
5873 |
|
5874 |
-
#: core/templates-ui.php:
|
5875 |
msgctxt "templates"
|
5876 |
msgid "Search Listings"
|
5877 |
msgstr "Recherche d'annonces"
|
5878 |
|
5879 |
-
#: core/templates-ui.php:
|
5880 |
msgctxt "templates"
|
5881 |
msgid "Advanced Search"
|
5882 |
msgstr "Recherche avancée"
|
5883 |
|
5884 |
-
#: core/templates-ui.php:
|
5885 |
msgctxt "templates sort"
|
5886 |
msgid "Sort By:"
|
5887 |
msgstr "Trier par:"
|
5888 |
|
5889 |
-
#: core/templates-ui.php:
|
5890 |
msgctxt "sort"
|
5891 |
msgid "Reset"
|
5892 |
msgstr "Réinitialiser"
|
5893 |
|
5894 |
-
#: core/templates-ui.php:
|
5895 |
msgctxt "sort"
|
5896 |
msgid "(Reset)"
|
5897 |
msgstr "(Réinitialiser)"
|
@@ -6029,42 +6056,71 @@ msgstr ""
|
|
6029 |
"Vous êtes connecté en tant qu'administrateur. Toutes les étapes de paiement "
|
6030 |
"seront passées."
|
6031 |
|
6032 |
-
#: core/view-submit-listing.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6033 |
msgctxt "templates"
|
6034 |
msgid "Please select a fee option for the \"%s\" category."
|
6035 |
msgstr "Veuillez sélectionner une option de frais pour la catégorie \"%s\"."
|
6036 |
|
6037 |
-
#: core/view-submit-listing.php:
|
6038 |
msgctxt "templates"
|
6039 |
msgid "Please agree to the Terms and Conditions."
|
6040 |
msgstr "Veuillez accepter les conditions d'utilisation"
|
6041 |
|
6042 |
-
#: core/view-submit-listing.php:
|
6043 |
msgctxt "templates"
|
6044 |
msgid "The reCAPTCHA wasn't entered correctly."
|
6045 |
msgstr "Le CAPTCHA n'a pas été rentré correctement."
|
6046 |
|
6047 |
-
#: core/view-submit-listing.php:
|
6048 |
msgctxt "templates"
|
6049 |
msgid "Read our Terms and Conditions"
|
6050 |
msgstr "Lisez nos conditions d'utilisation"
|
6051 |
|
6052 |
-
#: core/view-submit-listing.php:
|
6053 |
msgctxt "templates"
|
6054 |
msgid "Terms and Conditions:"
|
6055 |
msgstr "Conditions d'utilisation:"
|
6056 |
|
6057 |
-
#: core/view-submit-listing.php:
|
6058 |
msgctxt "templates"
|
6059 |
msgid "I agree to the Terms and Conditions"
|
6060 |
msgstr "Je suis en accord avec les conditions d'utilisation"
|
6061 |
|
6062 |
-
#: core/view-submit-listing.php:
|
6063 |
msgctxt "submit"
|
6064 |
msgid "Listing upgrade to featured"
|
6065 |
msgstr "Mise à jour de l'annonce vers prioritaire"
|
6066 |
|
6067 |
-
#: core/view-submit-listing.php:
|
6068 |
msgctxt "submit_state"
|
6069 |
msgid "Invalid submit state."
|
6070 |
msgstr "État de soumission invalide"
|
@@ -6109,8 +6165,9 @@ msgid "← Return to Directory."
|
|
6109 |
msgstr "← Retourner à l'annuaire."
|
6110 |
|
6111 |
#: core/views/checkout.php:130
|
|
|
6112 |
msgctxt "checkout"
|
6113 |
-
msgid "Your payment was received
|
6114 |
msgstr "Votre paiement a bien été reçu."
|
6115 |
|
6116 |
#: core/views/checkout.php:137
|
@@ -6276,17 +6333,17 @@ msgctxt "listings"
|
|
6276 |
msgid "Fee \"%s\" renewal for category \"%s\""
|
6277 |
msgstr "Renouvellement des frais \"%s\" pour la catégorie \"%s\""
|
6278 |
|
6279 |
-
#: core/views/renew_listing.php:
|
6280 |
msgctxt "renewal"
|
6281 |
msgid "Invalid renewal state."
|
6282 |
msgstr "Statut de renouvellement invalide."
|
6283 |
|
6284 |
-
#: core/views/renew_listing.php:
|
6285 |
msgctxt "templates"
|
6286 |
msgid "Recurring Fee Management"
|
6287 |
msgstr "Gestion des frais récurrents"
|
6288 |
|
6289 |
-
#: core/views/renew_listing.php:
|
6290 |
msgctxt "renew"
|
6291 |
msgid ""
|
6292 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
@@ -6296,22 +6353,22 @@ msgstr ""
|
|
6296 |
"renouveler votre inscription immédiatement, cela sera géré automatiquement "
|
6297 |
"lorsque le renouvellement surviendra."
|
6298 |
|
6299 |
-
#: core/views/renew_listing.php:
|
6300 |
msgctxt "renewal"
|
6301 |
msgid "Current Fee Details"
|
6302 |
msgstr "Détails des frais sélectionnés"
|
6303 |
|
6304 |
-
#: core/views/renew_listing.php:
|
6305 |
msgctxt "renewal"
|
6306 |
msgid "Number of images:"
|
6307 |
msgstr "Nombre d'images:"
|
6308 |
|
6309 |
-
#: core/views/renew_listing.php:
|
6310 |
msgctxt "renewal"
|
6311 |
msgid "Expiration date:"
|
6312 |
msgstr "Date d'expiration:"
|
6313 |
|
6314 |
-
#: core/views/renew_listing.php:
|
6315 |
msgctxt "renew"
|
6316 |
msgid ""
|
6317 |
"However, if you want to cancel your subscription you can do that on this "
|
@@ -6354,6 +6411,13 @@ msgctxt "views"
|
|
6354 |
msgid "Find A Listing"
|
6355 |
msgstr "Trouver une annonce"
|
6356 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6357 |
#: core/views/submit_listing.php:16
|
6358 |
msgctxt "templates"
|
6359 |
msgid ""
|
@@ -7028,7 +7092,7 @@ msgstr ""
|
|
7028 |
#: templates/renew-listing.tpl.php:22
|
7029 |
#: templates/submit-listing/category-selection.tpl.php:8
|
7030 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
7031 |
-
#: templates/submit-listing/images.tpl.php:
|
7032 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
7033 |
msgctxt "templates"
|
7034 |
msgid "Continue"
|
@@ -7132,37 +7196,37 @@ msgctxt "templates"
|
|
7132 |
msgid "Delete Image"
|
7133 |
msgstr "Effacer l'image"
|
7134 |
|
7135 |
-
#: templates/submit-listing/images-single.tpl.php:
|
7136 |
msgctxt "templates"
|
7137 |
msgid "Set this image as the listing thumbnail."
|
7138 |
msgstr "Utiliser cette image comme miniature"
|
7139 |
|
7140 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7141 |
msgctxt "templates"
|
7142 |
msgid "Upload Images"
|
7143 |
msgstr "Télécharger les images"
|
7144 |
|
7145 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7146 |
msgctxt "templates"
|
7147 |
msgid "Drop files here"
|
7148 |
msgstr "Déposer vos fichiers ici"
|
7149 |
|
7150 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7151 |
msgctxt "templates image upload"
|
7152 |
msgid "or"
|
7153 |
msgstr "ou"
|
7154 |
|
7155 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7156 |
msgctxt "templates"
|
7157 |
msgid "Select images from your hard drive"
|
7158 |
msgstr "Sélectionner des images depuis votre ordinateur"
|
7159 |
|
7160 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7161 |
msgctxt "templates"
|
7162 |
msgid "Uploading %s file(s)... Please wait."
|
7163 |
msgstr "Téléchargement du/des fichier(s) à %s ... Veuillez patienter."
|
7164 |
|
7165 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7166 |
msgctxt "templates"
|
7167 |
msgid ""
|
7168 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
@@ -7173,39 +7237,39 @@ msgstr ""
|
|
7173 |
"\"Continuer\" si vous avez fini, ou \"Remplacer l'image\" pour remplacer "
|
7174 |
"l'actuelle."
|
7175 |
|
7176 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7177 |
msgctxt "templates"
|
7178 |
msgid "Image slots available:"
|
7179 |
msgstr "Emplacements d'image disponibles:"
|
7180 |
|
7181 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7182 |
msgctxt "templates"
|
7183 |
msgid "File size:"
|
7184 |
msgstr "Taille maximale des fichiers:"
|
7185 |
|
7186 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7187 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7188 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7189 |
msgctxt "templates"
|
7190 |
msgid "No limit"
|
7191 |
msgstr ""
|
7192 |
|
7193 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7194 |
msgctxt "templates"
|
7195 |
msgid "Image width:"
|
7196 |
msgstr "Largeur d'images (en pixel):"
|
7197 |
|
7198 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7199 |
msgctxt "templates"
|
7200 |
msgid "Image height:"
|
7201 |
msgstr "Hauteur d'image (en pixel):"
|
7202 |
|
7203 |
-
#: templates/submit-listing/images.tpl.php:
|
7204 |
msgctxt "templates"
|
7205 |
msgid "Listing Images"
|
7206 |
msgstr "Liste des images"
|
7207 |
|
7208 |
-
#: templates/submit-listing/images.tpl.php:
|
7209 |
msgctxt "templates"
|
7210 |
msgid ""
|
7211 |
"There is an image pending upload. Would you still like to continue without "
|
@@ -7214,7 +7278,12 @@ msgstr ""
|
|
7214 |
"Il y a une image en attente de téléchargement. Continuer sans sauvegarder "
|
7215 |
"l'image?"
|
7216 |
|
7217 |
-
#: templates/submit-listing/images.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
7218 |
msgctxt "templates"
|
7219 |
msgid "There are no images currently attached to your listing."
|
7220 |
msgstr "Il n'y a aucune image actuellement rattachée à votre annonce."
|
@@ -7254,6 +7323,18 @@ msgstr "D. Rodenbaugh"
|
|
7254 |
msgid "http://businessdirectoryplugin.com"
|
7255 |
msgstr "http://businessdirectoryplugin.com"
|
7256 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7257 |
#~ msgctxt "admin settings"
|
7258 |
#~ msgid ""
|
7259 |
#~ "Allow visitors to discuss listings using the standard WordPress comment "
|
@@ -7357,12 +7438,6 @@ msgstr "http://businessdirectoryplugin.com"
|
|
7357 |
#~ msgid "The directory is temporarily disabled."
|
7358 |
#~ msgstr "L'annuaire est temporairement désactivé."
|
7359 |
|
7360 |
-
#~ msgctxt "preview"
|
7361 |
-
#~ msgid "This is just a preview. The listing has not been published yet."
|
7362 |
-
#~ msgstr ""
|
7363 |
-
#~ "Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
|
7364 |
-
#~ "publiée."
|
7365 |
-
|
7366 |
#~ msgctxt "templates"
|
7367 |
#~ msgid "Listings tagged: %s"
|
7368 |
#~ msgstr "Annonces étiquetées: %s"
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 3.6\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
+
"POT-Creation-Date: 2017-04-04 17:28:39+00:00\n"
|
8 |
"PO-Revision-Date: 2017-02-13 19:14-0500\n"
|
9 |
"Last-Translator: Laurent Provin <lprovin@yahoo.fr>\n"
|
10 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
120 |
msgid "Renew Listing"
|
121 |
msgstr "Renouveler l'annonce"
|
122 |
|
123 |
+
#: admin/class-admin.php:105
|
124 |
msgid ""
|
125 |
"Preview is only available after you've saved the first draft. This is due\n"
|
126 |
"to how WordPress stores the data."
|
127 |
msgstr ""
|
128 |
|
129 |
+
#: admin/class-admin.php:138
|
130 |
msgctxt "drip pointer"
|
131 |
msgid ""
|
132 |
"Find out how to create a compelling, thriving business directory from "
|
137 |
"zéro dans ce cours (GRATUIT) en 5 parties (envoyé via e-mail). Obtenez un "
|
138 |
"module premium GRATUIT juste après votre inscription."
|
139 |
|
140 |
+
#: admin/class-admin.php:140
|
141 |
msgctxt "drip pointer"
|
142 |
msgid "Email Address:"
|
143 |
msgstr "Adresse e-mail:"
|
144 |
|
145 |
+
#: admin/class-admin.php:146
|
146 |
msgctxt "drip pointer"
|
147 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
148 |
msgstr ""
|
149 |
"Voulez-vous connaître les secrets de la création d'un superbe annuaire "
|
150 |
"professionnel ?"
|
151 |
|
152 |
+
#: admin/class-admin.php:148
|
153 |
msgctxt "drip pointer"
|
154 |
msgid "Yes, please!"
|
155 |
msgstr "Oui, s'il vous plait !"
|
156 |
|
157 |
+
#: admin/class-admin.php:150
|
158 |
msgctxt "drip pointer"
|
159 |
msgid "No, thanks"
|
160 |
msgstr "Non, merci"
|
161 |
|
162 |
+
#: admin/class-admin.php:167
|
163 |
msgctxt "admin"
|
164 |
msgid "Business Directory"
|
165 |
msgstr "Annuaire Professionnel"
|
166 |
|
167 |
+
#: admin/class-admin.php:178
|
168 |
msgctxt "admin"
|
169 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
170 |
msgstr ""
|
171 |
"Vous êtes prêt. Visitez votre nouvelle page <a>Annuaire Professionnel</a>"
|
172 |
|
173 |
+
#: admin/class-admin.php:199
|
174 |
msgctxt "drip pointer"
|
175 |
msgid "Invalid e-mail address."
|
176 |
msgstr "Adresse e-mail non valide"
|
177 |
|
178 |
+
#: admin/class-admin.php:233
|
179 |
msgctxt "admin menu"
|
180 |
msgid "Business Directory Admin"
|
181 |
msgstr "Administrateur de l'Annuaire Professionnel"
|
182 |
|
183 |
+
#: admin/class-admin.php:234
|
184 |
msgctxt "admin menu"
|
185 |
msgid "Dir. Admin"
|
186 |
msgstr "Administrateur de l'Annuaire"
|
187 |
|
188 |
+
#: admin/class-admin.php:234
|
189 |
msgctxt "admin menu"
|
190 |
msgid "Directory Admin"
|
191 |
msgstr "Administrateur de l'Annuaire"
|
192 |
|
193 |
+
#: admin/class-admin.php:240 admin/class-admin.php:241
|
194 |
msgctxt "admin menu"
|
195 |
msgid "Add New Listing"
|
196 |
msgstr "Ajoutez une nouvelle annonce"
|
197 |
|
198 |
+
#: admin/class-admin.php:246 admin/class-admin.php:247
|
199 |
msgctxt "admin menu"
|
200 |
msgid "Manage Options"
|
201 |
msgstr "Gestion des options"
|
202 |
|
203 |
+
#: admin/class-admin.php:252 admin/class-admin.php:253
|
204 |
msgctxt "admin menu"
|
205 |
msgid "Manage Fees"
|
206 |
msgstr "Gestion des frais"
|
207 |
|
208 |
+
#: admin/class-admin.php:258 admin/class-admin.php:259
|
209 |
msgctxt "admin menu"
|
210 |
msgid "Manage Form Fields"
|
211 |
msgstr "Gestion des champs"
|
212 |
|
213 |
+
#: admin/class-admin.php:264 admin/class-admin.php:265
|
214 |
msgctxt "admin menu"
|
215 |
msgid "Listings"
|
216 |
msgstr "Listes"
|
217 |
|
218 |
+
#: admin/class-admin.php:279 admin/class-admin.php:280
|
219 |
msgctxt "admin menu"
|
220 |
msgid "CSV Import"
|
221 |
msgstr "Importation CSV"
|
222 |
|
223 |
+
#: admin/class-admin.php:285 admin/class-admin.php:286
|
224 |
msgctxt "admin menu"
|
225 |
msgid "CSV Export"
|
226 |
msgstr "Exportation CSV"
|
227 |
|
228 |
+
#: admin/class-admin.php:291 admin/class-admin.php:292
|
229 |
msgctxt "admin menu"
|
230 |
msgid "Debug"
|
231 |
msgstr "Déboguer"
|
232 |
|
233 |
+
#: admin/class-admin.php:301
|
234 |
msgctxt "admin menu"
|
235 |
msgid "Main Menu"
|
236 |
msgstr "Menu principal"
|
237 |
|
238 |
+
#: admin/class-admin.php:312
|
239 |
msgctxt "admin menu"
|
240 |
msgid "Uninstall Business Directory Plugin"
|
241 |
msgstr "Désinstaller le Plugin Annuaire Professionnel"
|
242 |
|
243 |
+
#: admin/class-admin.php:313
|
244 |
msgctxt "admin menu"
|
245 |
msgid "Uninstall"
|
246 |
msgstr "Désinstaller"
|
247 |
|
248 |
+
#: admin/class-admin.php:427
|
249 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
250 |
msgctxt "admin infometabox"
|
251 |
msgid "never"
|
252 |
msgstr "jamais"
|
253 |
|
254 |
+
#: admin/class-admin.php:521
|
255 |
msgctxt "admin"
|
256 |
msgid "Dismiss this notice."
|
257 |
msgstr ""
|
258 |
|
259 |
+
#: admin/class-admin.php:549
|
260 |
msgctxt "admin"
|
261 |
msgid "The listing has been published."
|
262 |
msgid_plural "The listings have been published."
|
263 |
msgstr[0] "L'annonce a été publiée."
|
264 |
msgstr[1] "Les annonces ont été publiées."
|
265 |
|
266 |
+
#: admin/class-admin.php:567
|
267 |
msgctxt "admin"
|
268 |
msgid "The listing status has been set as paid."
|
269 |
msgid_plural "The listings status has been set as paid."
|
270 |
msgstr[0] "Le statut de l'annonce a été défini comme étant payée."
|
271 |
msgstr[1] "Le statut des annocnes a été défini comme étant payées."
|
272 |
|
273 |
+
#: admin/class-admin.php:573
|
274 |
msgctxt "admin"
|
275 |
msgid ""
|
276 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
282 |
msgstr[0] ""
|
283 |
msgstr[1] ""
|
284 |
|
285 |
+
#: admin/class-admin.php:592
|
286 |
msgctxt "admin"
|
287 |
msgid "The listing has been modified."
|
288 |
msgid_plural "The listings have been modified."
|
289 |
msgstr[0] "L'annonce a été modifiée."
|
290 |
msgstr[1] "Les annonces ont été modifiées."
|
291 |
|
292 |
+
#: admin/class-admin.php:605
|
293 |
msgctxt "admin"
|
294 |
msgid "The listing has been upgraded."
|
295 |
msgid_plural "The listings have been upgraded."
|
296 |
msgstr[0] "L'annonce a été mise à jour."
|
297 |
msgstr[1] "Les annonces ont été mise à jour."
|
298 |
|
299 |
+
#: admin/class-admin.php:617
|
300 |
msgctxt "admin"
|
301 |
msgid "The listing has been downgraded."
|
302 |
msgid_plural "The listings have been downgraded."
|
303 |
msgstr[0] "L'annonce a été rétrogradée."
|
304 |
msgstr[1] "Les annonces ont été rétrogradées."
|
305 |
|
306 |
+
#: admin/class-admin.php:628
|
307 |
msgctxt "admin payments"
|
308 |
msgid ""
|
309 |
"The payment status was not changed. Recurring payments can't be manually "
|
311 |
"went through."
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: admin/class-admin.php:633
|
315 |
msgctxt "admin"
|
316 |
msgid "The transaction has been approved."
|
317 |
msgstr "La transaction a été approuvée."
|
318 |
|
319 |
+
#: admin/class-admin.php:643
|
320 |
msgctxt "admin"
|
321 |
msgid "The transaction has been rejected."
|
322 |
msgstr "La transaction a été rejetée."
|
323 |
|
324 |
+
#: admin/class-admin.php:649
|
325 |
msgctxt "admin"
|
326 |
msgid "The fee was successfully assigned."
|
327 |
msgstr "Les frais ont bien été assignés."
|
328 |
|
329 |
+
#: admin/class-admin.php:658
|
330 |
msgctxt "admin"
|
331 |
msgid "Listing was renewed."
|
332 |
msgid_plural "Listings were renewed."
|
333 |
msgstr[0] "L'annonce a été renouvelée."
|
334 |
msgstr[1] "Les annonces ont été renouvelées."
|
335 |
|
336 |
+
#: admin/class-admin.php:665
|
337 |
msgctxt "admin"
|
338 |
msgid "Renewal email sent."
|
339 |
msgstr "Email de renouvellement envoyé"
|
340 |
|
341 |
+
#: admin/class-admin.php:720
|
342 |
msgctxt "admin category id"
|
343 |
msgid "ID"
|
344 |
msgstr "ID"
|
345 |
|
346 |
+
#: admin/class-admin.php:722 admin/class-admin.php:728
|
347 |
msgctxt "admin"
|
348 |
msgid "Listing Count"
|
349 |
msgstr "Compteur d'annonces"
|
350 |
|
351 |
+
#: admin/class-admin.php:837
|
352 |
msgctxt "admin"
|
353 |
msgid ""
|
354 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
357 |
"<b>Plugin d'Annuaire Professionnel</b> requiert des champs avec les "
|
358 |
"associations suivantes pour marcher correctement: <b>%s</b>"
|
359 |
|
360 |
+
#: admin/class-admin.php:839
|
361 |
msgctxt "admin"
|
362 |
msgid ""
|
363 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
366 |
"<b>Plugin d'Annuaire Professionnel</b> requiert un champ avec un <b>%s</b> "
|
367 |
"association en ordre pour marcher correctement."
|
368 |
|
369 |
+
#: admin/class-admin.php:843
|
370 |
msgctxt "admin"
|
371 |
msgid ""
|
372 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
375 |
"Vous pouvez créer ces champs personnalisés pas vous-mêmes dans \"Gestion des "
|
376 |
"Champs\" ou laissez le plugin le faire pour vous automatiquement."
|
377 |
|
378 |
+
#: admin/class-admin.php:847
|
379 |
msgctxt "admin"
|
380 |
msgid "Go to \"Manage Form Fields\""
|
381 |
msgstr "Aller à \"Gestion des Champs\""
|
382 |
|
383 |
+
#: admin/class-admin.php:850
|
384 |
msgctxt "admin"
|
385 |
msgid "Create these required fields for me"
|
386 |
msgstr "Créer ces champs obligatoires pour moi"
|
387 |
|
388 |
+
#: admin/class-admin.php:859
|
389 |
msgctxt "admin"
|
390 |
msgid ""
|
391 |
"<b>Business Directory Plugin</b> requires a page with the "
|
394 |
"<b>Business Directory Plugin</b> requiert une page avec le code "
|
395 |
"d'activation <tt>[businessdirectory]</tt> pour marcher correctement."
|
396 |
|
397 |
+
#: admin/class-admin.php:861
|
398 |
msgctxt "admin"
|
399 |
msgid ""
|
400 |
"You can create this page by yourself or let Business Directory do this for "
|
403 |
"Vous pouvez créer cette page par vous-mêmes ou laisser le plugin la faire "
|
404 |
"pour vous automatiquement."
|
405 |
|
406 |
+
#: admin/class-admin.php:865
|
407 |
msgctxt "admin"
|
408 |
msgid "Create required pages for me"
|
409 |
msgstr "Créer les pages requises pour moi."
|
410 |
|
411 |
+
#: admin/class-admin.php:905
|
412 |
msgctxt "admin compat"
|
413 |
msgid "Installed: %s"
|
414 |
msgstr "Installé: %s"
|
415 |
|
416 |
+
#: admin/class-admin.php:905
|
417 |
msgctxt "admin compat"
|
418 |
msgid "N/A"
|
419 |
msgstr "N/A"
|
420 |
|
421 |
+
#: admin/class-admin.php:908
|
422 |
msgctxt "admin compat"
|
423 |
msgid "Required: %s"
|
424 |
msgstr "Requis: %s"
|
425 |
|
426 |
+
#: admin/class-admin.php:920
|
427 |
msgctxt "admin compat"
|
428 |
msgid ""
|
429 |
"Business Directory has detected some incompatible premium module versions "
|
432 |
"Le plugin a détecté une/des modules incomptatible de la version premium "
|
433 |
"installé."
|
434 |
|
435 |
+
#: admin/class-admin.php:922
|
436 |
msgctxt "admin compat"
|
437 |
msgid ""
|
438 |
"Please upgrade to the required versions indicated below to make sure "
|
441 |
"Veuillez mettre à jour vers la version requise, indiquée ci-dessous, pour "
|
442 |
"assurer le bon fonctionnement des fonctions. "
|
443 |
|
444 |
+
#: admin/class-admin.php:942
|
445 |
msgctxt "admin"
|
446 |
msgid ""
|
447 |
"We noticed you want your Business Directory users to register before posting "
|
454 |
"monde peut s'enregistrer\" pour être sûr que le plugin fonctionne "
|
455 |
"correctement."
|
456 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
457 |
#: admin/class-themes-admin.php:47
|
458 |
msgctxt "themes"
|
459 |
msgid "Directory Themes"
|
525 |
msgstr "Thème installé avec succès"
|
526 |
|
527 |
#: admin/class-themes-admin.php:229
|
528 |
+
#, fuzzy
|
529 |
msgctxt "themes"
|
530 |
+
msgid "Theme was deleted successfully."
|
531 |
msgstr "Le thème a été supprimé"
|
532 |
|
533 |
#: admin/class-themes-admin.php:232
|
582 |
msgid "Activate your <a>license key</a> to use this theme."
|
583 |
msgstr "Activer votre <a>numéro de licence</a> pour utiliser ce thème"
|
584 |
|
585 |
+
#: admin/csv-export.php:145
|
586 |
msgctxt "admin csv-export"
|
587 |
msgid "Could not create a temporary directory for handling this CSV export."
|
588 |
msgstr ""
|
589 |
"Impossible de créer un répertoire temporaire pour manipuler cet export CSV."
|
590 |
|
591 |
+
#: admin/csv-export.php:147
|
592 |
msgctxt "admin csv-export"
|
593 |
msgid "Could not create wpbdp-csv-exports directory."
|
594 |
msgstr "Impossible de créer le répertoire wpbdp-CSV-exportations."
|
595 |
|
596 |
+
#: admin/csv-export.php:152
|
597 |
msgctxt "admin csv-export"
|
598 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
599 |
msgstr ""
|
1244 |
|
1245 |
#: admin/templates/csv-export.tpl.php:94
|
1246 |
msgctxt "admin csv-export"
|
1247 |
+
msgid "What operating system will you use to edit the CSV file?"
|
1248 |
+
msgstr ""
|
1249 |
|
1250 |
+
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:113
|
1251 |
+
#: admin/templates/csv-export.tpl.php:124 admin/templates/csv-import.tpl.php:43
|
1252 |
#: admin/templates/csv-import.tpl.php:109
|
1253 |
+
#: admin/templates/csv-import.tpl.php:135
|
1254 |
+
#: admin/templates/csv-import.tpl.php:146
|
1255 |
+
#: admin/templates/csv-import.tpl.php:173
|
1256 |
msgctxt "admin forms"
|
1257 |
msgid "required"
|
1258 |
msgstr "Requis"
|
1259 |
|
1260 |
+
#: admin/templates/csv-export.tpl.php:101
|
1261 |
+
msgctxt "admin csv-export"
|
1262 |
+
msgid "Windows"
|
1263 |
+
msgstr ""
|
1264 |
+
|
1265 |
+
#: admin/templates/csv-export.tpl.php:106
|
1266 |
+
msgctxt "admin csv-export"
|
1267 |
+
msgid "macOS"
|
1268 |
+
msgstr ""
|
1269 |
+
|
1270 |
+
#: admin/templates/csv-export.tpl.php:108
|
1271 |
+
msgctxt "admin csv-export"
|
1272 |
+
msgid ""
|
1273 |
+
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
1274 |
+
"sure all your listings information is displayed properly when you view or "
|
1275 |
+
"edit the CSV file, we need to generate different versions of the file for "
|
1276 |
+
"each operating system."
|
1277 |
+
msgstr ""
|
1278 |
+
|
1279 |
+
#: admin/templates/csv-export.tpl.php:113
|
1280 |
msgctxt "admin csv-export"
|
1281 |
msgid "Image Separator"
|
1282 |
msgstr "Séparateur d'image"
|
1283 |
|
1284 |
+
#: admin/templates/csv-export.tpl.php:124
|
1285 |
msgctxt "admin csv-export"
|
1286 |
msgid "Category Separator"
|
1287 |
msgstr "Séparateur de catégorie"
|
1288 |
|
1289 |
+
#: admin/templates/csv-export.tpl.php:136
|
1290 |
msgctxt "admin csv-export"
|
1291 |
msgid "Export Listings"
|
1292 |
msgstr "Listes d'exportation"
|
1293 |
|
1294 |
+
#: admin/templates/csv-export.tpl.php:142
|
1295 |
msgctxt "admin csv-export"
|
1296 |
msgid "Export in Progress..."
|
1297 |
msgstr "Exportation en cours..."
|
1298 |
|
1299 |
+
#: admin/templates/csv-export.tpl.php:143
|
1300 |
msgctxt "admin csv-export"
|
1301 |
msgid ""
|
1302 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
1305 |
"Votre fichier d'exportation est prêt. Veuillez <u>ne pas quitter</u> cette "
|
1306 |
"page jusqu'à la fin de l'export."
|
1307 |
|
1308 |
+
#: admin/templates/csv-export.tpl.php:146
|
1309 |
msgctxt "admin csv-export"
|
1310 |
msgid "No. of listings:"
|
1311 |
msgstr "Numéro de l'annonce:"
|
1312 |
|
1313 |
+
#: admin/templates/csv-export.tpl.php:148
|
1314 |
msgctxt "admin csv-export"
|
1315 |
msgid "Approximate export file size:"
|
1316 |
msgstr "Taille aproximative du fichier exporté: "
|
1317 |
|
1318 |
+
#: admin/templates/csv-export.tpl.php:155
|
1319 |
msgctxt "admin csv-export"
|
1320 |
msgid "Cancel Export"
|
1321 |
msgstr "Annuler l'exportation"
|
1322 |
|
1323 |
+
#: admin/templates/csv-export.tpl.php:160
|
1324 |
msgctxt "admin csv-export"
|
1325 |
msgid "Export Complete"
|
1326 |
msgstr "Exportation complète"
|
1327 |
|
1328 |
+
#: admin/templates/csv-export.tpl.php:161
|
1329 |
msgctxt "admin csv-export"
|
1330 |
msgid ""
|
1331 |
"Your export file has been successfully created and it is now ready for "
|
1334 |
"Votre fichier d'exportation a été créé et il est maintenant prêt pour le "
|
1335 |
"téléchargement."
|
1336 |
|
1337 |
+
#: admin/templates/csv-export.tpl.php:164
|
1338 |
msgctxt "admin csv-export"
|
1339 |
msgid "Download %s (%s)"
|
1340 |
msgstr "Téléchargement %s (%s)"
|
1341 |
|
1342 |
+
#: admin/templates/csv-export.tpl.php:170
|
1343 |
msgctxt "admin csv-export"
|
1344 |
msgid ""
|
1345 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
1349 |
"d'effacer toutes les données temporaires créées par le plugin durant le "
|
1350 |
"processus d'exportation."
|
1351 |
|
1352 |
+
#: admin/templates/csv-export.tpl.php:171
|
1353 |
msgctxt "admin csv-export"
|
1354 |
msgid "Cleanup"
|
1355 |
msgstr "Nettoyer"
|
1356 |
|
1357 |
+
#: admin/templates/csv-export.tpl.php:176
|
1358 |
msgctxt "admin csv-export"
|
1359 |
msgid "Export Canceled"
|
1360 |
msgstr "Exportation annulée"
|
1361 |
|
1362 |
+
#: admin/templates/csv-export.tpl.php:177
|
1363 |
msgctxt "admin csv-export"
|
1364 |
msgid "The export has been canceled."
|
1365 |
msgstr "L'exportation a été annulée."
|
1366 |
|
1367 |
+
#: admin/templates/csv-export.tpl.php:178
|
1368 |
msgctxt "admin csv-export"
|
1369 |
msgid "← Return to CSV Export"
|
1370 |
msgstr "←Retourner vers l'export CSV"
|
1499 |
msgid "Warning"
|
1500 |
msgstr "Alerte"
|
1501 |
|
1502 |
+
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:248
|
1503 |
msgctxt "admin csv-import"
|
1504 |
msgid "Help"
|
1505 |
msgstr "Aide"
|
1562 |
msgid "Column Separator"
|
1563 |
msgstr "Séparateur de colonne"
|
1564 |
|
1565 |
+
#: admin/templates/csv-import.tpl.php:117
|
1566 |
+
msgctxt "admin csv-import"
|
1567 |
+
msgid "Comma (,)"
|
1568 |
+
msgstr ""
|
1569 |
+
|
1570 |
+
#: admin/templates/csv-import.tpl.php:123
|
1571 |
+
msgctxt "admin csv-import"
|
1572 |
+
msgid "Semicolon (;)"
|
1573 |
+
msgstr ""
|
1574 |
+
|
1575 |
+
#: admin/templates/csv-import.tpl.php:129
|
1576 |
+
msgctxt "admin csv-import"
|
1577 |
+
msgid "TAB"
|
1578 |
+
msgstr ""
|
1579 |
+
|
1580 |
+
#: admin/templates/csv-import.tpl.php:135
|
1581 |
msgctxt "admin csv-import"
|
1582 |
msgid "Image Separator"
|
1583 |
msgstr "Séparateur d'image"
|
1584 |
|
1585 |
+
#: admin/templates/csv-import.tpl.php:146
|
1586 |
msgctxt "admin csv-import"
|
1587 |
msgid "Category Separator"
|
1588 |
msgstr "Séparateur de catégorie"
|
1589 |
|
1590 |
+
#: admin/templates/csv-import.tpl.php:157
|
1591 |
msgctxt "admin csv-import"
|
1592 |
msgid "Import settings"
|
1593 |
msgstr "Paramètres d'importation"
|
1594 |
|
1595 |
+
#: admin/templates/csv-import.tpl.php:161
|
1596 |
msgctxt "admin csv-import"
|
1597 |
msgid "Post status of imported listings"
|
1598 |
msgstr "Statut des messages des annonces importées"
|
1599 |
|
1600 |
+
#: admin/templates/csv-import.tpl.php:173
|
1601 |
msgctxt "admin csv-import"
|
1602 |
msgid "Missing categories handling"
|
1603 |
msgstr "Gestion des catégories manquantes"
|
1604 |
|
1605 |
+
#: admin/templates/csv-import.tpl.php:178
|
1606 |
msgctxt "admin csv-import"
|
1607 |
msgid "Auto-create categories"
|
1608 |
msgstr "Création automatique des catégories"
|
1609 |
|
1610 |
+
#: admin/templates/csv-import.tpl.php:181
|
1611 |
msgctxt "admin csv-import"
|
1612 |
msgid "Generate errors when a category is not found"
|
1613 |
msgstr "Génération d'erreurs quand une catégorie n'est pas trouvée"
|
1614 |
|
1615 |
+
#: admin/templates/csv-import.tpl.php:186
|
1616 |
msgctxt "admin csv-import"
|
1617 |
msgid "Keep existing listing images?"
|
1618 |
msgstr "Liste des images"
|
1619 |
|
1620 |
+
#: admin/templates/csv-import.tpl.php:191
|
1621 |
msgctxt "admin csv-import"
|
1622 |
msgid "Keep existing images."
|
1623 |
msgstr "Liste des images"
|
1624 |
|
1625 |
+
#: admin/templates/csv-import.tpl.php:192
|
1626 |
msgctxt "admin csv-import"
|
1627 |
msgid "Appends new images while keeping current ones."
|
1628 |
msgstr "Ajouts de nouvelles images tout en conservant celles existantes"
|
1629 |
|
1630 |
+
#: admin/templates/csv-import.tpl.php:197
|
1631 |
msgctxt "admin csv-import"
|
1632 |
msgid "Assign listings to a user?"
|
1633 |
msgstr "Assigner des listes à un utilisateur ?"
|
1634 |
|
1635 |
+
#: admin/templates/csv-import.tpl.php:203
|
1636 |
msgctxt "admin csv-import"
|
1637 |
msgid "Assign listings to a user."
|
1638 |
msgstr "Assigner des listes à un utilisateur."
|
1639 |
|
1640 |
+
#: admin/templates/csv-import.tpl.php:208
|
1641 |
msgctxt "admin csv-import"
|
1642 |
msgid "Use a default user for listings?"
|
1643 |
msgstr "Utiliser l'image par défault pour les annonces sans images ?"
|
1644 |
|
1645 |
+
#: admin/templates/csv-import.tpl.php:214
|
1646 |
msgctxt "admin csv-import"
|
1647 |
msgid ""
|
1648 |
"Select a default user to be used if the username column is not present in "
|
1651 |
"Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
|
1652 |
"figure pas dans le fichier CSV."
|
1653 |
|
1654 |
+
#: admin/templates/csv-import.tpl.php:219
|
1655 |
msgctxt "admin csv-import"
|
1656 |
msgid "Default listing user"
|
1657 |
msgstr "Annonce par défault de l'utilisateur"
|
1658 |
|
1659 |
+
#: admin/templates/csv-import.tpl.php:225
|
1660 |
msgctxt "admin csv-import"
|
1661 |
msgid ""
|
1662 |
"This user will be used if the username column is not present in the CSV file."
|
1664 |
"Cet utilisateur ne sera utilisé que si la colonne de nom d'utilisateur ne "
|
1665 |
"figure pas dans le fichier CSV."
|
1666 |
|
1667 |
+
#: admin/templates/csv-import.tpl.php:230
|
1668 |
msgctxt "admin csv-import"
|
1669 |
msgid "Disable e-mail notifications during import?"
|
1670 |
msgstr "Désactiver les notifications par e-mail durant l'importation?"
|
1671 |
|
1672 |
+
#: admin/templates/csv-import.tpl.php:235
|
1673 |
msgctxt "admin csv-import"
|
1674 |
msgid "Disable e-mail notifications."
|
1675 |
msgstr "Désactiver les notifications par e-mail."
|
1676 |
|
1677 |
+
#: admin/templates/csv-import.tpl.php:241
|
1678 |
msgctxt "admin csv-import"
|
1679 |
msgid "Test Import"
|
1680 |
msgstr "Tester l'importation"
|
1681 |
|
1682 |
+
#: admin/templates/csv-import.tpl.php:242
|
1683 |
msgctxt "admin csv-import"
|
1684 |
msgid "Import Listings"
|
1685 |
msgstr "Importation des listes"
|
1686 |
|
1687 |
+
#: admin/templates/csv-import.tpl.php:250
|
1688 |
msgctxt "admin csv-import"
|
1689 |
msgid ""
|
1690 |
"The following are the valid header names to be used in the CSV file. "
|
1698 |
"d'un fichier CSV d'importation \" </a> afin de voir à quoi un fichier "
|
1699 |
"d'importation devrait ressembler."
|
1700 |
|
1701 |
+
#: admin/templates/csv-import.tpl.php:257
|
1702 |
msgctxt "admin csv-import"
|
1703 |
msgid "Header name/label"
|
1704 |
msgstr "Nom/Etiquette de l'en-tête"
|
1705 |
|
1706 |
+
#: admin/templates/csv-import.tpl.php:258
|
1707 |
msgctxt "admin csv-import"
|
1708 |
msgid "Field"
|
1709 |
msgstr "Champ"
|
1710 |
|
1711 |
+
#: admin/templates/csv-import.tpl.php:259
|
1712 |
msgctxt "admin csv-import"
|
1713 |
msgid "Type"
|
1714 |
msgstr "Type"
|
1715 |
|
1716 |
+
#: admin/templates/csv-import.tpl.php:260
|
1717 |
msgctxt "admin csv-import"
|
1718 |
msgid "Required?"
|
1719 |
msgstr "Requis ?"
|
1720 |
|
1721 |
+
#: admin/templates/csv-import.tpl.php:261
|
1722 |
msgctxt "admin csv-import"
|
1723 |
msgid "Multivalued?"
|
1724 |
msgstr "Valeurs multiples ?"
|
1725 |
|
1726 |
+
#: admin/templates/csv-import.tpl.php:283
|
1727 |
msgctxt "admin csv-import"
|
1728 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1729 |
msgstr ""
|
1730 |
"Liste séparée de la cotation des images par un point-virgule (à partir du "
|
1731 |
"fichier ZIP)"
|
1732 |
|
1733 |
+
#: admin/templates/csv-import.tpl.php:290
|
1734 |
msgctxt "admin csv-import"
|
1735 |
msgid "Listing author's username"
|
1736 |
msgstr "Nom d'utilisateur de l'auteur de l'annonce"
|
1737 |
|
1738 |
+
#: admin/templates/csv-import.tpl.php:297
|
1739 |
msgctxt "admin csv-import"
|
1740 |
msgid ""
|
1741 |
"Internal Sequence ID used to allow listing updates from external sources."
|
1743 |
"ID interne de séquence utilisé pour permettre l'annonce des mises à jour "
|
1744 |
"provenant de sources externes."
|
1745 |
|
1746 |
+
#: admin/templates/csv-import.tpl.php:304
|
1747 |
msgctxt "admin csv-import"
|
1748 |
msgid ""
|
1749 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
2219 |
"Veuillez voir la <a>Documentation de champs de formulaire</a> pour plus de "
|
2220 |
"détails."
|
2221 |
|
2222 |
+
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.10dev9) #-#-#-#-#
|
2223 |
#. Plugin Name of the plugin/theme
|
2224 |
#: admin/templates/header.tpl.php:4
|
2225 |
msgid "Business Directory Plugin"
|
2988 |
msgid "Allow Tracking"
|
2989 |
msgstr "Autoriser l'analyse"
|
2990 |
|
2991 |
+
#: business-directory-plugin.php:586
|
2992 |
+
#, fuzzy
|
2993 |
+
msgctxt "listing image upload"
|
2994 |
+
msgid "Can not upload any more images for this listing."
|
2995 |
+
msgstr "Catégories pour cette annonce"
|
2996 |
+
|
2997 |
+
#: business-directory-plugin.php:700
|
2998 |
msgctxt "admin plugins"
|
2999 |
msgid "Settings"
|
3000 |
msgstr "Paramètres"
|
3001 |
|
3002 |
+
#: business-directory-plugin.php:808 business-directory-plugin.php:815
|
3003 |
msgctxt "rss feed"
|
3004 |
msgid "%s Feed"
|
3005 |
msgstr "%s diffusion"
|
3006 |
|
3007 |
+
#: business-directory-plugin.php:1170 core/view-submit-listing.php:58
|
3008 |
#: core/views/submit_listing.php:10
|
3009 |
msgctxt "views"
|
3010 |
msgid "Submit A Listing"
|
3011 |
msgstr "Soumettre une annonce"
|
3012 |
|
3013 |
+
#: business-directory-plugin.php:1175
|
3014 |
msgctxt "title"
|
3015 |
msgid "Find a Listing"
|
3016 |
msgstr "Trouver une annonce"
|
3017 |
|
3018 |
+
#: business-directory-plugin.php:1180
|
3019 |
msgctxt "title"
|
3020 |
msgid "View All Listings"
|
3021 |
msgstr "Voir toutes les annonces"
|
3022 |
|
3023 |
+
#: business-directory-plugin.php:1209
|
3024 |
msgctxt "title"
|
3025 |
msgid "Listings tagged: %s"
|
3026 |
msgstr "Annonces marquées: %s"
|
3027 |
|
3028 |
+
#: core/api.php:405
|
3029 |
msgid "Free"
|
3030 |
msgstr "Gratuit"
|
3031 |
|
3032 |
+
#: core/class-csv-import.php:451
|
3033 |
msgctxt "admin csv-import"
|
3034 |
msgid ""
|
3035 |
"Could not create listing category \"<category-name>\". The operation failed "
|
3036 |
"with the following error: <error-message>."
|
3037 |
msgstr ""
|
3038 |
|
3039 |
+
#: core/class-csv-import.php:457
|
3040 |
msgctxt "admin csv-import"
|
3041 |
msgid "Could not create listing category \"%s\""
|
3042 |
msgstr "Vous ne pouvez pas créer cette catégorie d'annonce \"%s\""
|
3043 |
|
3044 |
+
#: core/class-csv-import.php:604
|
3045 |
msgctxt "admin csv-import"
|
3046 |
msgid "Username \"%s\" does not exist"
|
3047 |
msgstr "Le nom d'utilisateur \"%s\" n'existe pas"
|
3048 |
|
3049 |
+
#: core/class-csv-import.php:636
|
3050 |
msgctxt "admin csv-import"
|
3051 |
msgid "Missing required field: %s"
|
3052 |
msgstr "Absence d'un champ requis: %s"
|
3053 |
|
3054 |
+
#: core/class-csv-import.php:656
|
3055 |
msgctxt "admin csv-import"
|
3056 |
msgid "Listing category \"%s\" does not exist"
|
3057 |
msgstr "La catégorie d'annonce \"%s\" n'existe pas"
|
3188 |
msgid "(Fee Unavailable)"
|
3189 |
msgstr "(Coûts Non disponible)"
|
3190 |
|
3191 |
+
#: core/class-listings-api.php:316
|
3192 |
msgctxt "notify email"
|
3193 |
msgid "[%s] New listing notification"
|
3194 |
msgstr "[%s] Nouvelle notification d'annonce"
|
3195 |
|
3196 |
+
#: core/class-listings-api.php:335
|
3197 |
msgctxt "notify email"
|
3198 |
msgid "[%s] Listing edit notification"
|
3199 |
msgstr "[%s] Notification d'édition d'annonce"
|
3238 |
msgid "Leave blank for automatic height."
|
3239 |
msgstr "Laissez ce champ vide pour la hauteur automatique."
|
3240 |
|
3241 |
+
#: core/class-payment.php:223
|
3242 |
msgctxt "listings"
|
3243 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3244 |
msgstr "Frais \"%s\" pour la catégorie \"%s\"%s"
|
3245 |
|
3246 |
+
#: core/class-payment.php:226
|
3247 |
msgctxt "listings"
|
3248 |
msgid "(recurring)"
|
3249 |
msgstr "(récurrent)"
|
4930 |
msgid "Directory Tag"
|
4931 |
msgstr "Etiquette de l'annuaire"
|
4932 |
|
4933 |
+
#: core/compatibility/class-navxt-integration.php:189
|
4934 |
msgctxt "navxt"
|
4935 |
msgid "Submit Listing"
|
4936 |
msgstr "Soumettre l'annonce"
|
4937 |
|
4938 |
+
#: core/compatibility/class-navxt-integration.php:193
|
4939 |
msgctxt "navxt"
|
4940 |
msgid "Edit Listing"
|
4941 |
msgstr "Éditer l'annonce"
|
4942 |
|
4943 |
+
#: core/compatibility/class-navxt-integration.php:197
|
4944 |
msgctxt "navxt"
|
4945 |
msgid "Search"
|
4946 |
msgstr "Rechercher"
|
4952 |
|
4953 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
4954 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
4955 |
+
#: core/fieldtypes/class-fieldtypes-select.php:147
|
4956 |
msgctxt "form-fields admin"
|
4957 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4958 |
msgstr ""
|
4961 |
|
4962 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
4963 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
4964 |
+
#: core/fieldtypes/class-fieldtypes-select.php:175
|
4965 |
msgctxt "form-fields admin"
|
4966 |
msgid "Field list of options is required."
|
4967 |
msgstr "La liste des options est obligatoire"
|
5052 |
msgid "Select List"
|
5053 |
msgstr "Sélectionnez une annonce"
|
5054 |
|
5055 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
5056 |
msgctxt "form-fields-api category-select"
|
5057 |
msgid "-- Choose Terms --"
|
5058 |
msgstr "-- Choisissez les conditions --"
|
5059 |
|
5060 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
5061 |
+
#: core/fieldtypes/class-fieldtypes-select.php:108
|
5062 |
msgctxt "form-fields-api category-select"
|
5063 |
msgid "-- Choose One --"
|
5064 |
msgstr "-- Choisissez --"
|
5065 |
|
5066 |
+
#: core/fieldtypes/class-fieldtypes-select.php:158
|
5067 |
msgctxt "form-fields admin"
|
5068 |
msgid "Allow empty selection on search?"
|
5069 |
msgstr "Permettre la sélection vide sur la recherche?"
|
5457 |
msgstr "Impossible de mettre à jour le thème: %s."
|
5458 |
|
5459 |
#: core/helpers/class-themes-updater.php:165
|
5460 |
+
#, fuzzy
|
5461 |
msgctxt "themes"
|
5462 |
+
msgid "Theme was updated successfully."
|
5463 |
msgstr "Le thème a été mis à jour avec succès."
|
5464 |
|
5465 |
#: core/installer.php:43
|
5569 |
msgstr "Mettre la mise à jour en pause"
|
5570 |
|
5571 |
#: core/installer.php:1110
|
5572 |
+
#, fuzzy
|
5573 |
msgctxt "manual-upgrade"
|
5574 |
msgid ""
|
5575 |
+
"The upgrade was successfully performed. Business Directory Plugin is now "
|
5576 |
"available."
|
5577 |
msgstr ""
|
5578 |
"La mise à jour s'est bien effectuée. Le plugin Business Directory est "
|
5886 |
msgid "No listing categories found."
|
5887 |
msgstr "Aucune catégorie d'annonce trouvée"
|
5888 |
|
5889 |
+
#: core/templates-ui.php:200
|
5890 |
msgid "Directory"
|
5891 |
msgstr "Annuaire"
|
5892 |
|
5893 |
+
#: core/templates-ui.php:207
|
5894 |
msgid "View All Listings"
|
5895 |
msgstr "Voir toutes les annonces"
|
5896 |
|
5897 |
+
#: core/templates-ui.php:214
|
5898 |
msgid "Create A Listing"
|
5899 |
msgstr "Créer une annonce"
|
5900 |
|
5901 |
+
#: core/templates-ui.php:247
|
5902 |
msgctxt "templates"
|
5903 |
msgid "Search Listings"
|
5904 |
msgstr "Recherche d'annonces"
|
5905 |
|
5906 |
+
#: core/templates-ui.php:250
|
5907 |
msgctxt "templates"
|
5908 |
msgid "Advanced Search"
|
5909 |
msgstr "Recherche avancée"
|
5910 |
|
5911 |
+
#: core/templates-ui.php:279 core/templates-ui.php:304
|
5912 |
msgctxt "templates sort"
|
5913 |
msgid "Sort By:"
|
5914 |
msgstr "Trier par:"
|
5915 |
|
5916 |
+
#: core/templates-ui.php:298
|
5917 |
msgctxt "sort"
|
5918 |
msgid "Reset"
|
5919 |
msgstr "Réinitialiser"
|
5920 |
|
5921 |
+
#: core/templates-ui.php:320
|
5922 |
msgctxt "sort"
|
5923 |
msgid "(Reset)"
|
5924 |
msgstr "(Réinitialiser)"
|
6056 |
"Vous êtes connecté en tant qu'administrateur. Toutes les étapes de paiement "
|
6057 |
"seront passées."
|
6058 |
|
6059 |
+
#: core/view-submit-listing.php:108
|
6060 |
+
#, fuzzy
|
6061 |
+
msgctxt "submit-listing-view"
|
6062 |
+
msgid ""
|
6063 |
+
"<b>Business Directory Plugin</b> requires a field associated with the "
|
6064 |
+
"<b>post category</b> in order to work correctly."
|
6065 |
+
msgstr ""
|
6066 |
+
"<b>Plugin d'Annuaire Professionnel</b> requiert un champ avec un <b>%s</b> "
|
6067 |
+
"association en ordre pour marcher correctement."
|
6068 |
+
|
6069 |
+
#: core/view-submit-listing.php:110
|
6070 |
+
msgctxt "submit-listing-view"
|
6071 |
+
msgid ""
|
6072 |
+
"Please go to the <manage-form-fields-link>Manage Form Fields</manage-form-"
|
6073 |
+
"fields-link> admin page to create the field."
|
6074 |
+
msgstr ""
|
6075 |
+
|
6076 |
+
#: core/view-submit-listing.php:119
|
6077 |
+
#, fuzzy
|
6078 |
+
msgctxt "submit-listing-view"
|
6079 |
+
msgid ""
|
6080 |
+
"Your listing cannot be added at this time. Please try again later. If this "
|
6081 |
+
"is not the first time you see this warning, please ask the site "
|
6082 |
+
"administrator to check the Directory for possible configuration problems."
|
6083 |
+
msgstr ""
|
6084 |
+
"Votre annonce ne peut être ajoutée pour le moment. Veuillez réessayer plus "
|
6085 |
+
"tard. Si vous avez déjà vu cette annonce, veuillez prévenir l'administrateur "
|
6086 |
+
"du site pour installer une catégorie supplémentaire dans l'annuaire."
|
6087 |
+
|
6088 |
+
#: core/view-submit-listing.php:238
|
6089 |
msgctxt "templates"
|
6090 |
msgid "Please select a fee option for the \"%s\" category."
|
6091 |
msgstr "Veuillez sélectionner une option de frais pour la catégorie \"%s\"."
|
6092 |
|
6093 |
+
#: core/view-submit-listing.php:316
|
6094 |
msgctxt "templates"
|
6095 |
msgid "Please agree to the Terms and Conditions."
|
6096 |
msgstr "Veuillez accepter les conditions d'utilisation"
|
6097 |
|
6098 |
+
#: core/view-submit-listing.php:322
|
6099 |
msgctxt "templates"
|
6100 |
msgid "The reCAPTCHA wasn't entered correctly."
|
6101 |
msgstr "Le CAPTCHA n'a pas été rentré correctement."
|
6102 |
|
6103 |
+
#: core/view-submit-listing.php:339
|
6104 |
msgctxt "templates"
|
6105 |
msgid "Read our Terms and Conditions"
|
6106 |
msgstr "Lisez nos conditions d'utilisation"
|
6107 |
|
6108 |
+
#: core/view-submit-listing.php:344
|
6109 |
msgctxt "templates"
|
6110 |
msgid "Terms and Conditions:"
|
6111 |
msgstr "Conditions d'utilisation:"
|
6112 |
|
6113 |
+
#: core/view-submit-listing.php:355
|
6114 |
msgctxt "templates"
|
6115 |
msgid "I agree to the Terms and Conditions"
|
6116 |
msgstr "Je suis en accord avec les conditions d'utilisation"
|
6117 |
|
6118 |
+
#: core/view-submit-listing.php:506 core/views/upgrade_listing.php:49
|
6119 |
msgctxt "submit"
|
6120 |
msgid "Listing upgrade to featured"
|
6121 |
msgstr "Mise à jour de l'annonce vers prioritaire"
|
6122 |
|
6123 |
+
#: core/view-submit-listing.php:539
|
6124 |
msgctxt "submit_state"
|
6125 |
msgid "Invalid submit state."
|
6126 |
msgstr "État de soumission invalide"
|
6165 |
msgstr "← Retourner à l'annuaire."
|
6166 |
|
6167 |
#: core/views/checkout.php:130
|
6168 |
+
#, fuzzy
|
6169 |
msgctxt "checkout"
|
6170 |
+
msgid "Your payment was received successfully."
|
6171 |
msgstr "Votre paiement a bien été reçu."
|
6172 |
|
6173 |
#: core/views/checkout.php:137
|
6333 |
msgid "Fee \"%s\" renewal for category \"%s\""
|
6334 |
msgstr "Renouvellement des frais \"%s\" pour la catégorie \"%s\""
|
6335 |
|
6336 |
+
#: core/views/renew_listing.php:79
|
6337 |
msgctxt "renewal"
|
6338 |
msgid "Invalid renewal state."
|
6339 |
msgstr "Statut de renouvellement invalide."
|
6340 |
|
6341 |
+
#: core/views/renew_listing.php:90
|
6342 |
msgctxt "templates"
|
6343 |
msgid "Recurring Fee Management"
|
6344 |
msgstr "Gestion des frais récurrents"
|
6345 |
|
6346 |
+
#: core/views/renew_listing.php:91
|
6347 |
msgctxt "renew"
|
6348 |
msgid ""
|
6349 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
6353 |
"renouveler votre inscription immédiatement, cela sera géré automatiquement "
|
6354 |
"lorsque le renouvellement surviendra."
|
6355 |
|
6356 |
+
#: core/views/renew_listing.php:93
|
6357 |
msgctxt "renewal"
|
6358 |
msgid "Current Fee Details"
|
6359 |
msgstr "Détails des frais sélectionnés"
|
6360 |
|
6361 |
+
#: core/views/renew_listing.php:95
|
6362 |
msgctxt "renewal"
|
6363 |
msgid "Number of images:"
|
6364 |
msgstr "Nombre d'images:"
|
6365 |
|
6366 |
+
#: core/views/renew_listing.php:97
|
6367 |
msgctxt "renewal"
|
6368 |
msgid "Expiration date:"
|
6369 |
msgstr "Date d'expiration:"
|
6370 |
|
6371 |
+
#: core/views/renew_listing.php:101
|
6372 |
msgctxt "renew"
|
6373 |
msgid ""
|
6374 |
"However, if you want to cancel your subscription you can do that on this "
|
6411 |
msgid "Find A Listing"
|
6412 |
msgstr "Trouver une annonce"
|
6413 |
|
6414 |
+
#: core/views/show_listing.php:12
|
6415 |
+
msgctxt "preview"
|
6416 |
+
msgid "This is just a preview. The listing has not been published yet."
|
6417 |
+
msgstr ""
|
6418 |
+
"Il s'agit seulement d'une pré-visualisation. L'annonce n'a pas encore été "
|
6419 |
+
"publiée."
|
6420 |
+
|
6421 |
#: core/views/submit_listing.php:16
|
6422 |
msgctxt "templates"
|
6423 |
msgid ""
|
7092 |
#: templates/renew-listing.tpl.php:22
|
7093 |
#: templates/submit-listing/category-selection.tpl.php:8
|
7094 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
7095 |
+
#: templates/submit-listing/images.tpl.php:51
|
7096 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
7097 |
msgctxt "templates"
|
7098 |
msgid "Continue"
|
7196 |
msgid "Delete Image"
|
7197 |
msgstr "Effacer l'image"
|
7198 |
|
7199 |
+
#: templates/submit-listing/images-single.tpl.php:25
|
7200 |
msgctxt "templates"
|
7201 |
msgid "Set this image as the listing thumbnail."
|
7202 |
msgstr "Utiliser cette image comme miniature"
|
7203 |
|
7204 |
+
#: templates/submit-listing/images-upload-form.tpl.php:16
|
7205 |
msgctxt "templates"
|
7206 |
msgid "Upload Images"
|
7207 |
msgstr "Télécharger les images"
|
7208 |
|
7209 |
+
#: templates/submit-listing/images-upload-form.tpl.php:21
|
7210 |
msgctxt "templates"
|
7211 |
msgid "Drop files here"
|
7212 |
msgstr "Déposer vos fichiers ici"
|
7213 |
|
7214 |
+
#: templates/submit-listing/images-upload-form.tpl.php:22
|
7215 |
msgctxt "templates image upload"
|
7216 |
msgid "or"
|
7217 |
msgstr "ou"
|
7218 |
|
7219 |
+
#: templates/submit-listing/images-upload-form.tpl.php:23
|
7220 |
msgctxt "templates"
|
7221 |
msgid "Select images from your hard drive"
|
7222 |
msgstr "Sélectionner des images depuis votre ordinateur"
|
7223 |
|
7224 |
+
#: templates/submit-listing/images-upload-form.tpl.php:26
|
7225 |
msgctxt "templates"
|
7226 |
msgid "Uploading %s file(s)... Please wait."
|
7227 |
msgstr "Téléchargement du/des fichier(s) à %s ... Veuillez patienter."
|
7228 |
|
7229 |
+
#: templates/submit-listing/images-upload-form.tpl.php:29
|
7230 |
msgctxt "templates"
|
7231 |
msgid ""
|
7232 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
7237 |
"\"Continuer\" si vous avez fini, ou \"Remplacer l'image\" pour remplacer "
|
7238 |
"l'actuelle."
|
7239 |
|
7240 |
+
#: templates/submit-listing/images-upload-form.tpl.php:36
|
7241 |
msgctxt "templates"
|
7242 |
msgid "Image slots available:"
|
7243 |
msgstr "Emplacements d'image disponibles:"
|
7244 |
|
7245 |
+
#: templates/submit-listing/images-upload-form.tpl.php:42
|
7246 |
msgctxt "templates"
|
7247 |
msgid "File size:"
|
7248 |
msgstr "Taille maximale des fichiers:"
|
7249 |
|
7250 |
+
#: templates/submit-listing/images-upload-form.tpl.php:44
|
7251 |
+
#: templates/submit-listing/images-upload-form.tpl.php:51
|
7252 |
+
#: templates/submit-listing/images-upload-form.tpl.php:58
|
7253 |
msgctxt "templates"
|
7254 |
msgid "No limit"
|
7255 |
msgstr ""
|
7256 |
|
7257 |
+
#: templates/submit-listing/images-upload-form.tpl.php:49
|
7258 |
msgctxt "templates"
|
7259 |
msgid "Image width:"
|
7260 |
msgstr "Largeur d'images (en pixel):"
|
7261 |
|
7262 |
+
#: templates/submit-listing/images-upload-form.tpl.php:56
|
7263 |
msgctxt "templates"
|
7264 |
msgid "Image height:"
|
7265 |
msgstr "Hauteur d'image (en pixel):"
|
7266 |
|
7267 |
+
#: templates/submit-listing/images.tpl.php:6
|
7268 |
msgctxt "templates"
|
7269 |
msgid "Listing Images"
|
7270 |
msgstr "Liste des images"
|
7271 |
|
7272 |
+
#: templates/submit-listing/images.tpl.php:9
|
7273 |
msgctxt "templates"
|
7274 |
msgid ""
|
7275 |
"There is an image pending upload. Would you still like to continue without "
|
7278 |
"Il y a une image en attente de téléchargement. Continuer sans sauvegarder "
|
7279 |
"l'image?"
|
7280 |
|
7281 |
+
#: templates/submit-listing/images.tpl.php:14
|
7282 |
+
msgctxt "templates"
|
7283 |
+
msgid "Current Images"
|
7284 |
+
msgstr "Images actuelles"
|
7285 |
+
|
7286 |
+
#: templates/submit-listing/images.tpl.php:15
|
7287 |
msgctxt "templates"
|
7288 |
msgid "There are no images currently attached to your listing."
|
7289 |
msgstr "Il n'y a aucune image actuellement rattachée à votre annonce."
|
7323 |
msgid "http://businessdirectoryplugin.com"
|
7324 |
msgstr "http://businessdirectoryplugin.com"
|
7325 |
|
7326 |
+
#~ msgctxt "admin"
|
7327 |
+
#~ msgid "Listing Fields"
|
7328 |
+
#~ msgstr "Champs d'annonce"
|
7329 |
+
|
7330 |
+
#~ msgctxt "templates"
|
7331 |
+
#~ msgid "There are no images currently attached to the listing."
|
7332 |
+
#~ msgstr "Il n'y a aucune image attaché à cette annonce."
|
7333 |
+
|
7334 |
+
#~ msgctxt "admin csv-export"
|
7335 |
+
#~ msgid "Column Separator"
|
7336 |
+
#~ msgstr "Séparateur de colonne"
|
7337 |
+
|
7338 |
#~ msgctxt "admin settings"
|
7339 |
#~ msgid ""
|
7340 |
#~ "Allow visitors to discuss listings using the standard WordPress comment "
|
7438 |
#~ msgid "The directory is temporarily disabled."
|
7439 |
#~ msgstr "L'annuaire est temporairement désactivé."
|
7440 |
|
|
|
|
|
|
|
|
|
|
|
|
|
7441 |
#~ msgctxt "templates"
|
7442 |
#~ msgid "Listings tagged: %s"
|
7443 |
#~ msgstr "Annonces étiquetées: %s"
|
languages/WPBDM-pl_PL.mo
CHANGED
Binary file
|
languages/WPBDM-pl_PL.po
CHANGED
@@ -2,7 +2,7 @@ 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: 2017-
|
6 |
"PO-Revision-Date: 2017-01-16 17:49-0500\n"
|
7 |
"Last-Translator: HomeSupport <admin@homesupport.pl>\n"
|
8 |
"Language-Team: HomeSupport\n"
|
@@ -144,14 +144,14 @@ msgctxt "admin actions"
|
|
144 |
msgid "Renew Listing"
|
145 |
msgstr "Odnów Ofertę"
|
146 |
|
147 |
-
#: admin/class-admin.php:
|
148 |
msgid ""
|
149 |
"Preview is only available after you've saved the first draft. This is due\n"
|
150 |
"to how WordPress stores the data."
|
151 |
msgstr ""
|
152 |
|
153 |
# @ WPBDM
|
154 |
-
#: admin/class-admin.php:
|
155 |
msgctxt "drip pointer"
|
156 |
msgid ""
|
157 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -163,145 +163,145 @@ msgstr ""
|
|
163 |
"darmowy moduł Premium tylko za zarejestrowanie się."
|
164 |
|
165 |
# @ WPBDM
|
166 |
-
#: admin/class-admin.php:
|
167 |
msgctxt "drip pointer"
|
168 |
msgid "Email Address:"
|
169 |
msgstr "Adres e-mail:"
|
170 |
|
171 |
# @ WPBDM
|
172 |
-
#: admin/class-admin.php:
|
173 |
msgctxt "drip pointer"
|
174 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
175 |
msgstr "Chcesz poznać tajemnice budowy niesamowitego katalogu firm?"
|
176 |
|
177 |
# @ WPBDM
|
178 |
-
#: admin/class-admin.php:
|
179 |
msgctxt "drip pointer"
|
180 |
msgid "Yes, please!"
|
181 |
msgstr "Tak, proszę!"
|
182 |
|
183 |
# @ WPBDM
|
184 |
-
#: admin/class-admin.php:
|
185 |
msgctxt "drip pointer"
|
186 |
msgid "No, thanks"
|
187 |
msgstr "Nie, dziękuję"
|
188 |
|
189 |
# @ WPBDM
|
190 |
-
#: admin/class-admin.php:
|
191 |
msgctxt "admin"
|
192 |
msgid "Business Directory"
|
193 |
msgstr "Katalog Firm"
|
194 |
|
195 |
# @ WPBDM
|
196 |
-
#: admin/class-admin.php:
|
197 |
msgctxt "admin"
|
198 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
199 |
msgstr "Wszystko ustawione. Odwiedź swój nowy <a>Katalog Firm</a>."
|
200 |
|
201 |
# @ WPBDM
|
202 |
-
#: admin/class-admin.php:
|
203 |
msgctxt "drip pointer"
|
204 |
msgid "Invalid e-mail address."
|
205 |
msgstr "Nieprawidłowy adres e-mail"
|
206 |
|
207 |
# @ WPBDM
|
208 |
-
#: admin/class-admin.php:
|
209 |
msgctxt "admin menu"
|
210 |
msgid "Business Directory Admin"
|
211 |
msgstr "Katalog Firm Admin"
|
212 |
|
213 |
# @ WPBDM
|
214 |
-
#: admin/class-admin.php:
|
215 |
msgctxt "admin menu"
|
216 |
msgid "Dir. Admin"
|
217 |
msgstr "Katalog Admin"
|
218 |
|
219 |
# @ WPBDM
|
220 |
-
#: admin/class-admin.php:
|
221 |
msgctxt "admin menu"
|
222 |
msgid "Directory Admin"
|
223 |
msgstr "Katalog Admin"
|
224 |
|
225 |
# @ WPBDM
|
226 |
-
#: admin/class-admin.php:
|
227 |
msgctxt "admin menu"
|
228 |
msgid "Add New Listing"
|
229 |
msgstr "Dodaj nową ofertę"
|
230 |
|
231 |
# @ WPBDM
|
232 |
-
#: admin/class-admin.php:
|
233 |
msgctxt "admin menu"
|
234 |
msgid "Manage Options"
|
235 |
msgstr "Zarządzaj opcjami"
|
236 |
|
237 |
# @ WPBDM
|
238 |
-
#: admin/class-admin.php:
|
239 |
msgctxt "admin menu"
|
240 |
msgid "Manage Fees"
|
241 |
msgstr "Zarządzaj abonamentami"
|
242 |
|
243 |
# @ WPBDM
|
244 |
-
#: admin/class-admin.php:
|
245 |
msgctxt "admin menu"
|
246 |
msgid "Manage Form Fields"
|
247 |
msgstr "Zarządzaj polami formularzy"
|
248 |
|
249 |
# @ WPBDM
|
250 |
-
#: admin/class-admin.php:
|
251 |
msgctxt "admin menu"
|
252 |
msgid "Listings"
|
253 |
msgstr "Oferty"
|
254 |
|
255 |
# @ WPBDM
|
256 |
-
#: admin/class-admin.php:
|
257 |
msgctxt "admin menu"
|
258 |
msgid "CSV Import"
|
259 |
msgstr "CSV Import"
|
260 |
|
261 |
# @ WPBDM
|
262 |
-
#: admin/class-admin.php:
|
263 |
msgctxt "admin menu"
|
264 |
msgid "CSV Export"
|
265 |
msgstr "CSV Export"
|
266 |
|
267 |
# @ WPBDM
|
268 |
-
#: admin/class-admin.php:
|
269 |
msgctxt "admin menu"
|
270 |
msgid "Debug"
|
271 |
msgstr "Debug"
|
272 |
|
273 |
# @ WPBDM
|
274 |
-
#: admin/class-admin.php:
|
275 |
msgctxt "admin menu"
|
276 |
msgid "Main Menu"
|
277 |
msgstr "Główne menu"
|
278 |
|
279 |
# @ WPBDM
|
280 |
-
#: admin/class-admin.php:
|
281 |
msgctxt "admin menu"
|
282 |
msgid "Uninstall Business Directory Plugin"
|
283 |
msgstr "Odinstaluj Katalog Firm"
|
284 |
|
285 |
# @ WPBDM
|
286 |
-
#: admin/class-admin.php:
|
287 |
msgctxt "admin menu"
|
288 |
msgid "Uninstall"
|
289 |
msgstr "Odinstaluj "
|
290 |
|
291 |
# @ WPBDM
|
292 |
-
#: admin/class-admin.php:
|
293 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
294 |
msgctxt "admin infometabox"
|
295 |
msgid "never"
|
296 |
msgstr "nigdy"
|
297 |
|
298 |
-
#: admin/class-admin.php:
|
299 |
msgctxt "admin"
|
300 |
msgid "Dismiss this notice."
|
301 |
msgstr ""
|
302 |
|
303 |
# @ WPBDM
|
304 |
-
#: admin/class-admin.php:
|
305 |
msgctxt "admin"
|
306 |
msgid "The listing has been published."
|
307 |
msgid_plural "The listings have been published."
|
@@ -310,7 +310,7 @@ msgstr[1] "Oferty zostały opublikowane."
|
|
310 |
msgstr[2] "Ofert zostało opublikowanych."
|
311 |
|
312 |
# @ WPBDM
|
313 |
-
#: admin/class-admin.php:
|
314 |
msgctxt "admin"
|
315 |
msgid "The listing status has been set as paid."
|
316 |
msgid_plural "The listings status has been set as paid."
|
@@ -318,7 +318,7 @@ msgstr[0] "Zmieniono status oferty na zapłacono."
|
|
318 |
msgstr[1] "Zmieniono status ofert na zapłacono."
|
319 |
msgstr[2] "Zmieniono status ofert na zapłacono."
|
320 |
|
321 |
-
#: admin/class-admin.php:
|
322 |
msgctxt "admin"
|
323 |
msgid ""
|
324 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
@@ -332,7 +332,7 @@ msgstr[1] ""
|
|
332 |
msgstr[2] ""
|
333 |
|
334 |
# @ WPBDM
|
335 |
-
#: admin/class-admin.php:
|
336 |
msgctxt "admin"
|
337 |
msgid "The listing has been modified."
|
338 |
msgid_plural "The listings have been modified."
|
@@ -341,7 +341,7 @@ msgstr[1] "Oferty zostały zmodyfikowane."
|
|
341 |
msgstr[2] "Ofert zostało zmodyfikowanych."
|
342 |
|
343 |
# @ WPBDM
|
344 |
-
#: admin/class-admin.php:
|
345 |
msgctxt "admin"
|
346 |
msgid "The listing has been upgraded."
|
347 |
msgid_plural "The listings have been upgraded."
|
@@ -350,7 +350,7 @@ msgstr[1] "Podniesiono status ofert."
|
|
350 |
msgstr[2] "Podniesiono status ofert."
|
351 |
|
352 |
# @ WPBDM
|
353 |
-
#: admin/class-admin.php:
|
354 |
msgctxt "admin"
|
355 |
msgid "The listing has been downgraded."
|
356 |
msgid_plural "The listings have been downgraded."
|
@@ -358,7 +358,7 @@ msgstr[0] "Obniżono status oferty."
|
|
358 |
msgstr[1] "Obniżono status ofert."
|
359 |
msgstr[2] "Obniżono status ofert."
|
360 |
|
361 |
-
#: admin/class-admin.php:
|
362 |
msgctxt "admin payments"
|
363 |
msgid ""
|
364 |
"The payment status was not changed. Recurring payments can't be manually "
|
@@ -367,25 +367,25 @@ msgid ""
|
|
367 |
msgstr ""
|
368 |
|
369 |
# @ WPBDM
|
370 |
-
#: admin/class-admin.php:
|
371 |
msgctxt "admin"
|
372 |
msgid "The transaction has been approved."
|
373 |
msgstr "Transakcja została zatwierdzona."
|
374 |
|
375 |
# @ WPBDM
|
376 |
-
#: admin/class-admin.php:
|
377 |
msgctxt "admin"
|
378 |
msgid "The transaction has been rejected."
|
379 |
msgstr "Transakcja została odrzucona."
|
380 |
|
381 |
# @ WPBDM
|
382 |
-
#: admin/class-admin.php:
|
383 |
msgctxt "admin"
|
384 |
msgid "The fee was successfully assigned."
|
385 |
msgstr "Abonament został przypisany do oferty."
|
386 |
|
387 |
# @ WPBDM
|
388 |
-
#: admin/class-admin.php:
|
389 |
msgctxt "admin"
|
390 |
msgid "Listing was renewed."
|
391 |
msgid_plural "Listings were renewed."
|
@@ -394,25 +394,25 @@ msgstr[1] "Odnowiono oferty."
|
|
394 |
msgstr[2] "Odnowiono ofert."
|
395 |
|
396 |
# @ WPBDM
|
397 |
-
#: admin/class-admin.php:
|
398 |
msgctxt "admin"
|
399 |
msgid "Renewal email sent."
|
400 |
msgstr "Wysłano e-mail potwierdzający odnowienie."
|
401 |
|
402 |
# @ WPBDM
|
403 |
-
#: admin/class-admin.php:
|
404 |
msgctxt "admin category id"
|
405 |
msgid "ID"
|
406 |
msgstr "ID"
|
407 |
|
408 |
# @ WPBDM
|
409 |
-
#: admin/class-admin.php:
|
410 |
msgctxt "admin"
|
411 |
msgid "Listing Count"
|
412 |
msgstr "Licznik ofert"
|
413 |
|
414 |
# @ WPBDM
|
415 |
-
#: admin/class-admin.php:
|
416 |
msgctxt "admin"
|
417 |
msgid ""
|
418 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
@@ -422,7 +422,7 @@ msgstr ""
|
|
422 |
"tym polu: <b>%s</b>."
|
423 |
|
424 |
# @ WPBDM
|
425 |
-
#: admin/class-admin.php:
|
426 |
msgctxt "admin"
|
427 |
msgid ""
|
428 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
@@ -431,7 +431,7 @@ msgstr ""
|
|
431 |
"<b>Katalog Firm</b>potrzebuje pola z <b>%s</b> aby pracować poprawnie."
|
432 |
|
433 |
# @ WPBDM
|
434 |
-
#: admin/class-admin.php:
|
435 |
msgctxt "admin"
|
436 |
msgid ""
|
437 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
@@ -441,19 +441,19 @@ msgstr ""
|
|
441 |
"formularza\" albo niech katalog firm zrobi to dla ciebie automatycznie."
|
442 |
|
443 |
# @ WPBDM
|
444 |
-
#: admin/class-admin.php:
|
445 |
msgctxt "admin"
|
446 |
msgid "Go to \"Manage Form Fields\""
|
447 |
msgstr "Przejdź do \"Zarządzanie polami formularza\""
|
448 |
|
449 |
# @ WPBDM
|
450 |
-
#: admin/class-admin.php:
|
451 |
msgctxt "admin"
|
452 |
msgid "Create these required fields for me"
|
453 |
msgstr "Stwórz te wymagane pola dla mnie"
|
454 |
|
455 |
# @ WPBDM
|
456 |
-
#: admin/class-admin.php:
|
457 |
msgctxt "admin"
|
458 |
msgid ""
|
459 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -463,7 +463,7 @@ msgstr ""
|
|
463 |
"<tt>[businessdirectory]</tt> aby działać prawidłowo."
|
464 |
|
465 |
# @ WPBDM
|
466 |
-
#: admin/class-admin.php:
|
467 |
msgctxt "admin"
|
468 |
msgid ""
|
469 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -473,31 +473,31 @@ msgstr ""
|
|
473 |
"automatycznie."
|
474 |
|
475 |
# @ WPBDM
|
476 |
-
#: admin/class-admin.php:
|
477 |
msgctxt "admin"
|
478 |
msgid "Create required pages for me"
|
479 |
msgstr "Stwórz wymagane pola dla mnie"
|
480 |
|
481 |
# @ WPBDM
|
482 |
-
#: admin/class-admin.php:
|
483 |
msgctxt "admin compat"
|
484 |
msgid "Installed: %s"
|
485 |
msgstr "zainstalowane: %s"
|
486 |
|
487 |
# @ WPBDM
|
488 |
-
#: admin/class-admin.php:
|
489 |
msgctxt "admin compat"
|
490 |
msgid "N/A"
|
491 |
msgstr "N/A"
|
492 |
|
493 |
# @ WPBDM
|
494 |
-
#: admin/class-admin.php:
|
495 |
msgctxt "admin compat"
|
496 |
msgid "Required: %s"
|
497 |
msgstr "Wymagane: %s"
|
498 |
|
499 |
# @ WPBDM
|
500 |
-
#: admin/class-admin.php:
|
501 |
msgctxt "admin compat"
|
502 |
msgid ""
|
503 |
"Business Directory has detected some incompatible premium module versions "
|
@@ -506,7 +506,7 @@ msgstr ""
|
|
506 |
"Katalog Firm wykrył pewne niezgodne zainstalowane wersje modułów Premium."
|
507 |
|
508 |
# @ WPBDM
|
509 |
-
#: admin/class-admin.php:
|
510 |
msgctxt "admin compat"
|
511 |
msgid ""
|
512 |
"Please upgrade to the required versions indicated below to make sure "
|
@@ -516,7 +516,7 @@ msgstr ""
|
|
516 |
"się, że wszystko będzie funkcjonować prawidłowo."
|
517 |
|
518 |
# @ WPBDM
|
519 |
-
#: admin/class-admin.php:
|
520 |
msgctxt "admin"
|
521 |
msgid ""
|
522 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -528,25 +528,6 @@ msgstr ""
|
|
528 |
"[tutaj] i zaznacz \"Każdy może się zarejestrować\", aby upewnić się, że "
|
529 |
"katalog firm będzie działał poprawnie."
|
530 |
|
531 |
-
# @ WPBDM
|
532 |
-
#: admin/class-listing-fields-metabox.php:21
|
533 |
-
msgctxt "admin"
|
534 |
-
msgid "Listing Fields"
|
535 |
-
msgstr "Pola ofert"
|
536 |
-
|
537 |
-
# @ WPBDM
|
538 |
-
#: admin/class-listing-fields-metabox.php:40
|
539 |
-
#: templates/submit-listing/images.tpl.php:12
|
540 |
-
msgctxt "templates"
|
541 |
-
msgid "Current Images"
|
542 |
-
msgstr "Aktualne obrazy"
|
543 |
-
|
544 |
-
# @ WPBDM
|
545 |
-
#: admin/class-listing-fields-metabox.php:41
|
546 |
-
msgctxt "templates"
|
547 |
-
msgid "There are no images currently attached to the listing."
|
548 |
-
msgstr "Obecnie nie ma żadnych obrazków dołączonych do tej oferty."
|
549 |
-
|
550 |
# @ WPBDM
|
551 |
#: admin/class-themes-admin.php:47
|
552 |
msgctxt "themes"
|
@@ -625,8 +606,9 @@ msgstr "Pola wymagane zostały pomyślnie utworzone."
|
|
625 |
|
626 |
# @ WPBDM
|
627 |
#: admin/class-themes-admin.php:229
|
|
|
628 |
msgctxt "themes"
|
629 |
-
msgid "Theme was deleted
|
630 |
msgstr "Import zakończony pełnym sukcesem."
|
631 |
|
632 |
#: admin/class-themes-admin.php:232
|
@@ -689,20 +671,20 @@ msgid "Activate your <a>license key</a> to use this theme."
|
|
689 |
msgstr ""
|
690 |
|
691 |
# @ WPBDM
|
692 |
-
#: admin/csv-export.php:
|
693 |
msgctxt "admin csv-export"
|
694 |
msgid "Could not create a temporary directory for handling this CSV export."
|
695 |
msgstr ""
|
696 |
"Nie można utworzyć katalogu tymczasowego dla obsługi tego eksportu CSV."
|
697 |
|
698 |
# @ WPBDM
|
699 |
-
#: admin/csv-export.php:
|
700 |
msgctxt "admin csv-export"
|
701 |
msgid "Could not create wpbdp-csv-exports directory."
|
702 |
msgstr "Nie można utworzyć katalogu wpbdp-csv-eksport."
|
703 |
|
704 |
# @ WPBDM
|
705 |
-
#: admin/csv-export.php:
|
706 |
msgctxt "admin csv-export"
|
707 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
708 |
msgstr "Błąd podczas tworzenia katalogu tymczasowego dla eksportu CSV: %s"
|
@@ -1455,50 +1437,68 @@ msgctxt "admin csv-export"
|
|
1455 |
msgid "CSV File Settings"
|
1456 |
msgstr "Ustawienia pliku CSV"
|
1457 |
|
1458 |
-
# @ WPBDM
|
1459 |
#: admin/templates/csv-export.tpl.php:94
|
1460 |
msgctxt "admin csv-export"
|
1461 |
-
msgid "
|
1462 |
-
msgstr "
|
1463 |
|
1464 |
# @ default
|
1465 |
# @ WPBDM
|
1466 |
-
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:
|
1467 |
-
#: admin/templates/csv-export.tpl.php:
|
1468 |
#: admin/templates/csv-import.tpl.php:109
|
1469 |
-
#: admin/templates/csv-import.tpl.php:
|
1470 |
-
#: admin/templates/csv-import.tpl.php:
|
1471 |
-
#: admin/templates/csv-import.tpl.php:
|
1472 |
msgctxt "admin forms"
|
1473 |
msgid "required"
|
1474 |
msgstr "Wymagane"
|
1475 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1476 |
# @ WPBDM
|
1477 |
-
#: admin/templates/csv-export.tpl.php:
|
1478 |
msgctxt "admin csv-export"
|
1479 |
msgid "Image Separator"
|
1480 |
msgstr "Separator obrazu"
|
1481 |
|
1482 |
# @ WPBDM
|
1483 |
-
#: admin/templates/csv-export.tpl.php:
|
1484 |
msgctxt "admin csv-export"
|
1485 |
msgid "Category Separator"
|
1486 |
msgstr "Separator kategorii"
|
1487 |
|
1488 |
# @ WPBDM
|
1489 |
-
#: admin/templates/csv-export.tpl.php:
|
1490 |
msgctxt "admin csv-export"
|
1491 |
msgid "Export Listings"
|
1492 |
msgstr "Eksport ofert"
|
1493 |
|
1494 |
# @ WPBDM
|
1495 |
-
#: admin/templates/csv-export.tpl.php:
|
1496 |
msgctxt "admin csv-export"
|
1497 |
msgid "Export in Progress..."
|
1498 |
msgstr "Wykonuję eksport....."
|
1499 |
|
1500 |
# @ WPBDM
|
1501 |
-
#: admin/templates/csv-export.tpl.php:
|
1502 |
msgctxt "admin csv-export"
|
1503 |
msgid ""
|
1504 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
@@ -1508,31 +1508,31 @@ msgstr ""
|
|
1508 |
"aż do zakończenia działania eksportu."
|
1509 |
|
1510 |
# @ WPBDM
|
1511 |
-
#: admin/templates/csv-export.tpl.php:
|
1512 |
msgctxt "admin csv-export"
|
1513 |
msgid "No. of listings:"
|
1514 |
msgstr "Ilość ofert:"
|
1515 |
|
1516 |
# @ WPBDM
|
1517 |
-
#: admin/templates/csv-export.tpl.php:
|
1518 |
msgctxt "admin csv-export"
|
1519 |
msgid "Approximate export file size:"
|
1520 |
msgstr "Prawdopodobna wielkość wyeksportowanego pliku:"
|
1521 |
|
1522 |
# @ WPBDM
|
1523 |
-
#: admin/templates/csv-export.tpl.php:
|
1524 |
msgctxt "admin csv-export"
|
1525 |
msgid "Cancel Export"
|
1526 |
msgstr "Anuluj eksport"
|
1527 |
|
1528 |
# @ default
|
1529 |
-
#: admin/templates/csv-export.tpl.php:
|
1530 |
msgctxt "admin csv-export"
|
1531 |
msgid "Export Complete"
|
1532 |
msgstr "Eksport zakończony"
|
1533 |
|
1534 |
# @ WPBDM
|
1535 |
-
#: admin/templates/csv-export.tpl.php:
|
1536 |
msgctxt "admin csv-export"
|
1537 |
msgid ""
|
1538 |
"Your export file has been successfully created and it is now ready for "
|
@@ -1540,13 +1540,13 @@ msgid ""
|
|
1540 |
msgstr "Plik eksportu został utworzony i jest już gotowy do pobrania."
|
1541 |
|
1542 |
# @ WPBDM
|
1543 |
-
#: admin/templates/csv-export.tpl.php:
|
1544 |
msgctxt "admin csv-export"
|
1545 |
msgid "Download %s (%s)"
|
1546 |
msgstr "Pobierz %s (%s)"
|
1547 |
|
1548 |
# @ WPBDM
|
1549 |
-
#: admin/templates/csv-export.tpl.php:
|
1550 |
msgctxt "admin csv-export"
|
1551 |
msgid ""
|
1552 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
@@ -1556,25 +1556,25 @@ msgstr ""
|
|
1556 |
"danych tymczasowych utworzonych przez Katalog Firm podczas procesu eksportu."
|
1557 |
|
1558 |
# @ WPBDM
|
1559 |
-
#: admin/templates/csv-export.tpl.php:
|
1560 |
msgctxt "admin csv-export"
|
1561 |
msgid "Cleanup"
|
1562 |
msgstr "Oczyszczanie"
|
1563 |
|
1564 |
# @ default
|
1565 |
-
#: admin/templates/csv-export.tpl.php:
|
1566 |
msgctxt "admin csv-export"
|
1567 |
msgid "Export Canceled"
|
1568 |
msgstr "Eksport anulowany"
|
1569 |
|
1570 |
# @ WPBDM
|
1571 |
-
#: admin/templates/csv-export.tpl.php:
|
1572 |
msgctxt "admin csv-export"
|
1573 |
msgid "The export has been canceled."
|
1574 |
msgstr "Eksport został anulowany."
|
1575 |
|
1576 |
# @ WPBDM
|
1577 |
-
#: admin/templates/csv-export.tpl.php:
|
1578 |
msgctxt "admin csv-export"
|
1579 |
msgid "← Return to CSV Export"
|
1580 |
msgstr "← Powrót do CSV Eksport"
|
@@ -1731,7 +1731,7 @@ msgid "Warning"
|
|
1731 |
msgstr "Ostrzeżenie"
|
1732 |
|
1733 |
# @ WPBDM
|
1734 |
-
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:
|
1735 |
msgctxt "admin csv-import"
|
1736 |
msgid "Help"
|
1737 |
msgstr "Pomoc"
|
@@ -1801,84 +1801,99 @@ msgctxt "admin csv-import"
|
|
1801 |
msgid "Column Separator"
|
1802 |
msgstr "Separator kolumn"
|
1803 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1804 |
# @ WPBDM
|
1805 |
-
#: admin/templates/csv-import.tpl.php:
|
1806 |
msgctxt "admin csv-import"
|
1807 |
msgid "Image Separator"
|
1808 |
msgstr "Separator obrazu"
|
1809 |
|
1810 |
# @ WPBDM
|
1811 |
-
#: admin/templates/csv-import.tpl.php:
|
1812 |
msgctxt "admin csv-import"
|
1813 |
msgid "Category Separator"
|
1814 |
msgstr "Separator kategorii"
|
1815 |
|
1816 |
# @ WPBDM
|
1817 |
-
#: admin/templates/csv-import.tpl.php:
|
1818 |
msgctxt "admin csv-import"
|
1819 |
msgid "Import settings"
|
1820 |
msgstr "Ustawienia importu"
|
1821 |
|
1822 |
# @ WPBDM
|
1823 |
-
#: admin/templates/csv-import.tpl.php:
|
1824 |
msgctxt "admin csv-import"
|
1825 |
msgid "Post status of imported listings"
|
1826 |
msgstr "Status dla zaimportowanych plików"
|
1827 |
|
1828 |
# @ WPBDM
|
1829 |
-
#: admin/templates/csv-import.tpl.php:
|
1830 |
msgctxt "admin csv-import"
|
1831 |
msgid "Missing categories handling"
|
1832 |
msgstr "Brakująca obsługa kategorii "
|
1833 |
|
1834 |
# @ WPBDM
|
1835 |
-
#: admin/templates/csv-import.tpl.php:
|
1836 |
msgctxt "admin csv-import"
|
1837 |
msgid "Auto-create categories"
|
1838 |
msgstr "Automatyczne tworzenie kategorii"
|
1839 |
|
1840 |
# @ WPBDM
|
1841 |
-
#: admin/templates/csv-import.tpl.php:
|
1842 |
msgctxt "admin csv-import"
|
1843 |
msgid "Generate errors when a category is not found"
|
1844 |
msgstr "Generować błędy gdy kategorii nie znaleziono"
|
1845 |
|
1846 |
-
#: admin/templates/csv-import.tpl.php:
|
1847 |
msgctxt "admin csv-import"
|
1848 |
msgid "Keep existing listing images?"
|
1849 |
msgstr ""
|
1850 |
|
1851 |
# @ WPBDM
|
1852 |
-
#: admin/templates/csv-import.tpl.php:
|
1853 |
msgctxt "admin csv-import"
|
1854 |
msgid "Keep existing images."
|
1855 |
msgstr "Obrazy"
|
1856 |
|
1857 |
-
#: admin/templates/csv-import.tpl.php:
|
1858 |
msgctxt "admin csv-import"
|
1859 |
msgid "Appends new images while keeping current ones."
|
1860 |
msgstr ""
|
1861 |
|
1862 |
# @ WPBDM
|
1863 |
-
#: admin/templates/csv-import.tpl.php:
|
1864 |
msgctxt "admin csv-import"
|
1865 |
msgid "Assign listings to a user?"
|
1866 |
msgstr "Przypisać oferty do użytkownika?"
|
1867 |
|
1868 |
# @ WPBDM
|
1869 |
-
#: admin/templates/csv-import.tpl.php:
|
1870 |
msgctxt "admin csv-import"
|
1871 |
msgid "Assign listings to a user."
|
1872 |
msgstr "Przypisz oferty do użytkownika."
|
1873 |
|
1874 |
# @ WPBDM
|
1875 |
-
#: admin/templates/csv-import.tpl.php:
|
1876 |
msgctxt "admin csv-import"
|
1877 |
msgid "Use a default user for listings?"
|
1878 |
msgstr "Użyj domyślnego obrazu dla ofert, które nie posiadają żadnych obrazów?"
|
1879 |
|
1880 |
# @ WPBDM
|
1881 |
-
#: admin/templates/csv-import.tpl.php:
|
1882 |
msgctxt "admin csv-import"
|
1883 |
msgid ""
|
1884 |
"Select a default user to be used if the username column is not present in "
|
@@ -1888,13 +1903,13 @@ msgstr ""
|
|
1888 |
"obecny w pliku CSV."
|
1889 |
|
1890 |
# @ WPBDM
|
1891 |
-
#: admin/templates/csv-import.tpl.php:
|
1892 |
msgctxt "admin csv-import"
|
1893 |
msgid "Default listing user"
|
1894 |
msgstr "Domyślny użytkownik oferty"
|
1895 |
|
1896 |
# @ WPBDM
|
1897 |
-
#: admin/templates/csv-import.tpl.php:
|
1898 |
msgctxt "admin csv-import"
|
1899 |
msgid ""
|
1900 |
"This user will be used if the username column is not present in the CSV file."
|
@@ -1903,31 +1918,31 @@ msgstr ""
|
|
1903 |
"obecny w pliku CSV."
|
1904 |
|
1905 |
# @ WPBDM
|
1906 |
-
#: admin/templates/csv-import.tpl.php:
|
1907 |
msgctxt "admin csv-import"
|
1908 |
msgid "Disable e-mail notifications during import?"
|
1909 |
msgstr "Wyłączyć powiadomienia e-mail podczas importu?"
|
1910 |
|
1911 |
# @ WPBDM
|
1912 |
-
#: admin/templates/csv-import.tpl.php:
|
1913 |
msgctxt "admin csv-import"
|
1914 |
msgid "Disable e-mail notifications."
|
1915 |
msgstr "Wyłącz powiadomienia e-mail."
|
1916 |
|
1917 |
# @ WPBDM
|
1918 |
-
#: admin/templates/csv-import.tpl.php:
|
1919 |
msgctxt "admin csv-import"
|
1920 |
msgid "Test Import"
|
1921 |
msgstr "Test importu"
|
1922 |
|
1923 |
# @ WPBDM
|
1924 |
-
#: admin/templates/csv-import.tpl.php:
|
1925 |
msgctxt "admin csv-import"
|
1926 |
msgid "Import Listings"
|
1927 |
msgstr "Import ofert"
|
1928 |
|
1929 |
# @ WPBDM
|
1930 |
-
#: admin/templates/csv-import.tpl.php:
|
1931 |
msgctxt "admin csv-import"
|
1932 |
msgid ""
|
1933 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -1941,49 +1956,49 @@ msgstr ""
|
|
1941 |
"\"</a> aby zobaczyć, jak powinien wyglądać plik importu."
|
1942 |
|
1943 |
# @ WPBDM
|
1944 |
-
#: admin/templates/csv-import.tpl.php:
|
1945 |
msgctxt "admin csv-import"
|
1946 |
msgid "Header name/label"
|
1947 |
msgstr "Nagłówek/Etykieta"
|
1948 |
|
1949 |
# @ WPBDM
|
1950 |
-
#: admin/templates/csv-import.tpl.php:
|
1951 |
msgctxt "admin csv-import"
|
1952 |
msgid "Field"
|
1953 |
msgstr "Pole"
|
1954 |
|
1955 |
# @ WPBDM
|
1956 |
-
#: admin/templates/csv-import.tpl.php:
|
1957 |
msgctxt "admin csv-import"
|
1958 |
msgid "Type"
|
1959 |
msgstr "Rodzaj"
|
1960 |
|
1961 |
# @ WPBDM
|
1962 |
-
#: admin/templates/csv-import.tpl.php:
|
1963 |
msgctxt "admin csv-import"
|
1964 |
msgid "Required?"
|
1965 |
msgstr "Wymagane?"
|
1966 |
|
1967 |
# @ WPBDM
|
1968 |
-
#: admin/templates/csv-import.tpl.php:
|
1969 |
msgctxt "admin csv-import"
|
1970 |
msgid "Multivalued?"
|
1971 |
msgstr "Wielowartościowe?"
|
1972 |
|
1973 |
# @ WPBDM
|
1974 |
-
#: admin/templates/csv-import.tpl.php:
|
1975 |
msgctxt "admin csv-import"
|
1976 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1977 |
msgstr "Lista rozdzielonych średnikami obrazów oferty (z pliku ZIP)"
|
1978 |
|
1979 |
# @ WPBDM
|
1980 |
-
#: admin/templates/csv-import.tpl.php:
|
1981 |
msgctxt "admin csv-import"
|
1982 |
msgid "Listing author's username"
|
1983 |
msgstr "Autor oferty - Nazwa Użytkownika"
|
1984 |
|
1985 |
# @ WPBDM
|
1986 |
-
#: admin/templates/csv-import.tpl.php:
|
1987 |
msgctxt "admin csv-import"
|
1988 |
msgid ""
|
1989 |
"Internal Sequence ID used to allow listing updates from external sources."
|
@@ -1992,7 +2007,7 @@ msgstr ""
|
|
1992 |
"ofercie aktualizacji ze źródeł zewnętrznych."
|
1993 |
|
1994 |
# @ WPBDM
|
1995 |
-
#: admin/templates/csv-import.tpl.php:
|
1996 |
msgctxt "admin csv-import"
|
1997 |
msgid ""
|
1998 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -2543,7 +2558,7 @@ msgstr ""
|
|
2543 |
"poznać wiecej możliwości."
|
2544 |
|
2545 |
# @ WPBDM
|
2546 |
-
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.
|
2547 |
#. Plugin Name of the plugin/theme
|
2548 |
#: admin/templates/header.tpl.php:4
|
2549 |
msgid "Business Directory Plugin"
|
@@ -3429,48 +3444,55 @@ msgid "Allow Tracking"
|
|
3429 |
msgstr "Zezwalam na śledzenie"
|
3430 |
|
3431 |
# @ WPBDM
|
3432 |
-
#: business-directory-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3433 |
msgctxt "admin plugins"
|
3434 |
msgid "Settings"
|
3435 |
msgstr "Ustawienia"
|
3436 |
|
3437 |
# @ WPBDM
|
3438 |
-
#: business-directory-plugin.php:
|
3439 |
msgctxt "rss feed"
|
3440 |
msgid "%s Feed"
|
3441 |
msgstr "%s RSS"
|
3442 |
|
3443 |
# @ WPBDM
|
3444 |
-
#: business-directory-plugin.php:
|
3445 |
#: core/views/submit_listing.php:10
|
3446 |
msgctxt "views"
|
3447 |
msgid "Submit A Listing"
|
3448 |
msgstr "Dodaj Firmę"
|
3449 |
|
3450 |
# @ WPBDM
|
3451 |
-
#: business-directory-plugin.php:
|
3452 |
msgctxt "title"
|
3453 |
msgid "Find a Listing"
|
3454 |
msgstr "Znajdź Firmę"
|
3455 |
|
3456 |
# @ WPBDM
|
3457 |
-
#: business-directory-plugin.php:
|
3458 |
msgctxt "title"
|
3459 |
msgid "View All Listings"
|
3460 |
msgstr "Zobacz wszystkie Firmy"
|
3461 |
|
3462 |
# @ WPBDM
|
3463 |
-
#: business-directory-plugin.php:
|
3464 |
msgctxt "title"
|
3465 |
msgid "Listings tagged: %s"
|
3466 |
msgstr "Oferty otagowane: %s"
|
3467 |
|
3468 |
# @ WPBDM
|
3469 |
-
#: core/api.php:
|
3470 |
msgid "Free"
|
3471 |
msgstr "Tryb Bezpłatny"
|
3472 |
|
3473 |
-
#: core/class-csv-import.php:
|
3474 |
msgctxt "admin csv-import"
|
3475 |
msgid ""
|
3476 |
"Could not create listing category \"<category-name>\". The operation failed "
|
@@ -3478,25 +3500,25 @@ msgid ""
|
|
3478 |
msgstr ""
|
3479 |
|
3480 |
# @ WPBDM
|
3481 |
-
#: core/class-csv-import.php:
|
3482 |
msgctxt "admin csv-import"
|
3483 |
msgid "Could not create listing category \"%s\""
|
3484 |
msgstr "Nie można utworzyć kategorii ofert \"%s\""
|
3485 |
|
3486 |
# @ WPBDM
|
3487 |
-
#: core/class-csv-import.php:
|
3488 |
msgctxt "admin csv-import"
|
3489 |
msgid "Username \"%s\" does not exist"
|
3490 |
msgstr "Użytkownik \"%s\" nie istnieje"
|
3491 |
|
3492 |
# @ WPBDM
|
3493 |
-
#: core/class-csv-import.php:
|
3494 |
msgctxt "admin csv-import"
|
3495 |
msgid "Missing required field: %s"
|
3496 |
msgstr "Brak wymaganego pola: %s"
|
3497 |
|
3498 |
# @ WPBDM
|
3499 |
-
#: core/class-csv-import.php:
|
3500 |
msgctxt "admin csv-import"
|
3501 |
msgid "Listing category \"%s\" does not exist"
|
3502 |
msgstr "Kategoria \"%s\" nie istnieje"
|
@@ -3655,13 +3677,13 @@ msgid "(Fee Unavailable)"
|
|
3655 |
msgstr "(Abonament niedostępny)"
|
3656 |
|
3657 |
# @ WPBDM
|
3658 |
-
#: core/class-listings-api.php:
|
3659 |
msgctxt "notify email"
|
3660 |
msgid "[%s] New listing notification"
|
3661 |
msgstr "[%s] Powiadomienie o Nowej ofercie"
|
3662 |
|
3663 |
# @ WPBDM
|
3664 |
-
#: core/class-listings-api.php:
|
3665 |
msgctxt "notify email"
|
3666 |
msgid "[%s] Listing edit notification"
|
3667 |
msgstr "[%s] Powiadomienie o Edycji oferty"
|
@@ -3715,13 +3737,13 @@ msgid "Leave blank for automatic height."
|
|
3715 |
msgstr "Zostaw puste, aby automatycznie ustawić wysokość."
|
3716 |
|
3717 |
# @ WPBDM
|
3718 |
-
#: core/class-payment.php:223
|
3719 |
msgctxt "listings"
|
3720 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3721 |
msgstr "Abonament \"%s\" dla kategorii \"%s\""
|
3722 |
|
3723 |
# @ WPBDM
|
3724 |
-
#: core/class-payment.php:226
|
3725 |
msgctxt "listings"
|
3726 |
msgid "(recurring)"
|
3727 |
msgstr "(powtarzające się)"
|
@@ -5658,19 +5680,19 @@ msgid "Directory Tag"
|
|
5658 |
msgstr "Katalog"
|
5659 |
|
5660 |
# @ WPBDM
|
5661 |
-
#: core/compatibility/class-navxt-integration.php:
|
5662 |
msgctxt "navxt"
|
5663 |
msgid "Submit Listing"
|
5664 |
msgstr "Prześlij Ofertę"
|
5665 |
|
5666 |
# @ WPBDM
|
5667 |
-
#: core/compatibility/class-navxt-integration.php:
|
5668 |
msgctxt "navxt"
|
5669 |
msgid "Edit Listing"
|
5670 |
msgstr "Edytuj Ofertę"
|
5671 |
|
5672 |
# @ WPBDM
|
5673 |
-
#: core/compatibility/class-navxt-integration.php:
|
5674 |
msgctxt "navxt"
|
5675 |
msgid "Search"
|
5676 |
msgstr "Szukaj"
|
@@ -5684,7 +5706,7 @@ msgstr "Czeklista"
|
|
5684 |
# @ WPBDM
|
5685 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
5686 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
5687 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5688 |
msgctxt "form-fields admin"
|
5689 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
5690 |
msgstr "Opcje Pola (aby wybrać listy, przycisk radio i czeklisty)."
|
@@ -5692,7 +5714,7 @@ msgstr "Opcje Pola (aby wybrać listy, przycisk radio i czeklisty)."
|
|
5692 |
# @ WPBDM
|
5693 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
5694 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
5695 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5696 |
msgctxt "form-fields admin"
|
5697 |
msgid "Field list of options is required."
|
5698 |
msgstr "Pole listy opcji wymagane."
|
@@ -5798,20 +5820,20 @@ msgid "Select List"
|
|
5798 |
msgstr "Lista Wyboru"
|
5799 |
|
5800 |
# @ WPBDM
|
5801 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5802 |
msgctxt "form-fields-api category-select"
|
5803 |
msgid "-- Choose Terms --"
|
5804 |
msgstr "-- Wybierz Warunki --"
|
5805 |
|
5806 |
# @ WPBDM
|
5807 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5808 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5809 |
msgctxt "form-fields-api category-select"
|
5810 |
msgid "-- Choose One --"
|
5811 |
msgstr "-- Wybierz Jeden --"
|
5812 |
|
5813 |
# @ WPBDM
|
5814 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5815 |
msgctxt "form-fields admin"
|
5816 |
msgid "Allow empty selection on search?"
|
5817 |
msgstr "Zezwolić na wyszukiwanie pustych pól wyborów?"
|
@@ -6271,8 +6293,9 @@ msgstr "Nie możemy deaktywować Licencji: %s."
|
|
6271 |
|
6272 |
# @ WPBDM
|
6273 |
#: core/helpers/class-themes-updater.php:165
|
|
|
6274 |
msgctxt "themes"
|
6275 |
-
msgid "Theme was updated
|
6276 |
msgstr "Import zakończony pełnym sukcesem."
|
6277 |
|
6278 |
# @ WPBDM
|
@@ -6397,9 +6420,10 @@ msgstr "Wstrzymaj Aktualizację"
|
|
6397 |
|
6398 |
# @ WPBDM
|
6399 |
#: core/installer.php:1110
|
|
|
6400 |
msgctxt "manual-upgrade"
|
6401 |
msgid ""
|
6402 |
-
"The upgrade was
|
6403 |
"available."
|
6404 |
msgstr "Aktualizacja przebiegła pomyślnie. Katalog Firm jest teraz dostępny."
|
6405 |
|
@@ -6745,46 +6769,46 @@ msgid "No listing categories found."
|
|
6745 |
msgstr "Nie znaleziono kategorii ofert."
|
6746 |
|
6747 |
# @ WPBDM
|
6748 |
-
#: core/templates-ui.php:
|
6749 |
msgid "Directory"
|
6750 |
msgstr "Katalog"
|
6751 |
|
6752 |
# @ WPBDM
|
6753 |
-
#: core/templates-ui.php:
|
6754 |
msgid "View All Listings"
|
6755 |
msgstr "Zobacz wszystkie Firmy"
|
6756 |
|
6757 |
# @ WPBDM
|
6758 |
-
#: core/templates-ui.php:
|
6759 |
msgid "Create A Listing"
|
6760 |
msgstr "Oferta Bezpłatna"
|
6761 |
|
6762 |
# @ WPBDM
|
6763 |
-
#: core/templates-ui.php:
|
6764 |
msgctxt "templates"
|
6765 |
msgid "Search Listings"
|
6766 |
msgstr "Szukaj Firmy"
|
6767 |
|
6768 |
# @ WPBDM
|
6769 |
-
#: core/templates-ui.php:
|
6770 |
msgctxt "templates"
|
6771 |
msgid "Advanced Search"
|
6772 |
msgstr "Zaawansowane szukanie"
|
6773 |
|
6774 |
# @ WPBDM
|
6775 |
-
#: core/templates-ui.php:
|
6776 |
msgctxt "templates sort"
|
6777 |
msgid "Sort By:"
|
6778 |
msgstr "Sortuj według: "
|
6779 |
|
6780 |
# @ WPBDM
|
6781 |
-
#: core/templates-ui.php:
|
6782 |
msgctxt "sort"
|
6783 |
msgid "Reset"
|
6784 |
msgstr "Resetuj"
|
6785 |
|
6786 |
# @ WPBDM
|
6787 |
-
#: core/templates-ui.php:
|
6788 |
msgctxt "sort"
|
6789 |
msgid "(Reset)"
|
6790 |
msgstr "(Resetuj)"
|
@@ -6932,49 +6956,79 @@ msgstr ""
|
|
6932 |
"pominięte."
|
6933 |
|
6934 |
# @ WPBDM
|
6935 |
-
#: core/view-submit-listing.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6936 |
msgctxt "templates"
|
6937 |
msgid "Please select a fee option for the \"%s\" category."
|
6938 |
msgstr "Wybierz abonament dla tegj kategori \"%s\"."
|
6939 |
|
6940 |
# @ WPBDM
|
6941 |
-
#: core/view-submit-listing.php:
|
6942 |
msgctxt "templates"
|
6943 |
msgid "Please agree to the Terms and Conditions."
|
6944 |
msgstr "Musisz zaakceptować nasze warunki i regulamin korzystania z serwisu."
|
6945 |
|
6946 |
# @ WPBDM
|
6947 |
-
#: core/view-submit-listing.php:
|
6948 |
msgctxt "templates"
|
6949 |
msgid "The reCAPTCHA wasn't entered correctly."
|
6950 |
msgstr "ReCaptcha nie została poprawnie wprowadzona."
|
6951 |
|
6952 |
# @ WPBDM
|
6953 |
-
#: core/view-submit-listing.php:
|
6954 |
msgctxt "templates"
|
6955 |
msgid "Read our Terms and Conditions"
|
6956 |
msgstr "Zapoznaj się z warunkami i regulaminem korzystania z serwisu."
|
6957 |
|
6958 |
# @ WPBDM
|
6959 |
-
#: core/view-submit-listing.php:
|
6960 |
msgctxt "templates"
|
6961 |
msgid "Terms and Conditions:"
|
6962 |
msgstr "Warunki i regulamin:"
|
6963 |
|
6964 |
# @ WPBDM
|
6965 |
-
#: core/view-submit-listing.php:
|
6966 |
msgctxt "templates"
|
6967 |
msgid "I agree to the Terms and Conditions"
|
6968 |
msgstr "Akceptuję rwarunki i regulamin korzystania z witryny."
|
6969 |
|
6970 |
# @ WPBDM
|
6971 |
-
#: core/view-submit-listing.php:
|
6972 |
msgctxt "submit"
|
6973 |
msgid "Listing upgrade to featured"
|
6974 |
msgstr "Podniesiono status Oferty do \"Wyróżniona\""
|
6975 |
|
6976 |
# @ WPBDM
|
6977 |
-
#: core/view-submit-listing.php:
|
6978 |
msgctxt "submit_state"
|
6979 |
msgid "Invalid submit state."
|
6980 |
msgstr "Niepoprawny Kraj."
|
@@ -7025,8 +7079,9 @@ msgstr "← Powrót do Katalogu."
|
|
7025 |
|
7026 |
# @ WPBDM
|
7027 |
#: core/views/checkout.php:130
|
|
|
7028 |
msgctxt "checkout"
|
7029 |
-
msgid "Your payment was received
|
7030 |
msgstr "Otrzymaliśmy Zapłatę. Dziękujemy."
|
7031 |
|
7032 |
# @ WPBDM
|
@@ -7215,19 +7270,19 @@ msgid "Fee \"%s\" renewal for category \"%s\""
|
|
7215 |
msgstr "Abonament \"%s\" odnowienia dla kategorii \"%s\""
|
7216 |
|
7217 |
# @ WPBDM
|
7218 |
-
#: core/views/renew_listing.php:
|
7219 |
msgctxt "renewal"
|
7220 |
msgid "Invalid renewal state."
|
7221 |
msgstr "Niepoprawny Kraj."
|
7222 |
|
7223 |
# @ WPBDM
|
7224 |
-
#: core/views/renew_listing.php:
|
7225 |
msgctxt "templates"
|
7226 |
msgid "Recurring Fee Management"
|
7227 |
msgstr "Zarządzanie powtarzającymi sie Abonamentami"
|
7228 |
|
7229 |
# @ WPBDM
|
7230 |
-
#: core/views/renew_listing.php:
|
7231 |
msgctxt "renew"
|
7232 |
msgid ""
|
7233 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
@@ -7238,25 +7293,25 @@ msgstr ""
|
|
7238 |
"zajdzie taka potrzeba."
|
7239 |
|
7240 |
# @ WPBDM
|
7241 |
-
#: core/views/renew_listing.php:
|
7242 |
msgctxt "renewal"
|
7243 |
msgid "Current Fee Details"
|
7244 |
msgstr "Aktualne Szczegóły Abonamentu"
|
7245 |
|
7246 |
# @ WPBDM
|
7247 |
-
#: core/views/renew_listing.php:
|
7248 |
msgctxt "renewal"
|
7249 |
msgid "Number of images:"
|
7250 |
msgstr "Liczba obrazów:"
|
7251 |
|
7252 |
# @ WPBDM
|
7253 |
-
#: core/views/renew_listing.php:
|
7254 |
msgctxt "renewal"
|
7255 |
msgid "Expiration date:"
|
7256 |
msgstr "Data ważności:"
|
7257 |
|
7258 |
# @ WPBDM
|
7259 |
-
#: core/views/renew_listing.php:
|
7260 |
msgctxt "renew"
|
7261 |
msgid ""
|
7262 |
"However, if you want to cancel your subscription you can do that on this "
|
@@ -7303,6 +7358,12 @@ msgctxt "views"
|
|
7303 |
msgid "Find A Listing"
|
7304 |
msgstr "Znajdź Firmę"
|
7305 |
|
|
|
|
|
|
|
|
|
|
|
|
|
7306 |
#: core/views/submit_listing.php:16
|
7307 |
msgctxt "templates"
|
7308 |
msgid ""
|
@@ -8087,7 +8148,7 @@ msgstr ""
|
|
8087 |
#: templates/renew-listing.tpl.php:22
|
8088 |
#: templates/submit-listing/category-selection.tpl.php:8
|
8089 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
8090 |
-
#: templates/submit-listing/images.tpl.php:
|
8091 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
8092 |
msgctxt "templates"
|
8093 |
msgid "Continue"
|
@@ -8212,42 +8273,42 @@ msgid "Delete Image"
|
|
8212 |
msgstr "Usuń Obraz"
|
8213 |
|
8214 |
# @ WPBDM
|
8215 |
-
#: templates/submit-listing/images-single.tpl.php:
|
8216 |
msgctxt "templates"
|
8217 |
msgid "Set this image as the listing thumbnail."
|
8218 |
msgstr "Ustaw jako Miniaturkę Firmy."
|
8219 |
|
8220 |
# @ WPBDM
|
8221 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
8222 |
msgctxt "templates"
|
8223 |
msgid "Upload Images"
|
8224 |
msgstr "Załaduj obraz"
|
8225 |
|
8226 |
# @ WPBDM
|
8227 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
8228 |
msgctxt "templates"
|
8229 |
msgid "Drop files here"
|
8230 |
msgstr "Przeciągnij i upuść obraz TUTAJ"
|
8231 |
|
8232 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
8233 |
msgctxt "templates image upload"
|
8234 |
msgid "or"
|
8235 |
msgstr ""
|
8236 |
|
8237 |
# @ WPBDM
|
8238 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
8239 |
msgctxt "templates"
|
8240 |
msgid "Select images from your hard drive"
|
8241 |
msgstr "Wybierz obraz z Twojego dysku twardego"
|
8242 |
|
8243 |
# @ WPBDM
|
8244 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
8245 |
msgctxt "templates"
|
8246 |
msgid "Uploading %s file(s)... Please wait."
|
8247 |
msgstr "Przesyłanie %s file(s)... Proszę czekać."
|
8248 |
|
8249 |
# @ WPBDM
|
8250 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
8251 |
msgctxt "templates"
|
8252 |
msgid ""
|
8253 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
@@ -8258,44 +8319,44 @@ msgstr ""
|
|
8258 |
"zakończyć, lub \"Usuń Obraz\" aby wstawić inny obraz w to miejsce."
|
8259 |
|
8260 |
# @ WPBDM
|
8261 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
8262 |
msgctxt "templates"
|
8263 |
msgid "Image slots available:"
|
8264 |
msgstr "Dostępne miejsca na Obrazy:"
|
8265 |
|
8266 |
# @ WPBDM
|
8267 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
8268 |
msgctxt "templates"
|
8269 |
msgid "File size:"
|
8270 |
msgstr "Maksymalny rozmiar pliku"
|
8271 |
|
8272 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
8273 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
8274 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
8275 |
msgctxt "templates"
|
8276 |
msgid "No limit"
|
8277 |
msgstr ""
|
8278 |
|
8279 |
# @ WPBDM
|
8280 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
8281 |
msgctxt "templates"
|
8282 |
msgid "Image width:"
|
8283 |
msgstr "Szerokość Obrazu (w px):"
|
8284 |
|
8285 |
# @ WPBDM
|
8286 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
8287 |
msgctxt "templates"
|
8288 |
msgid "Image height:"
|
8289 |
msgstr "Wysokość Obrazu (w px)"
|
8290 |
|
8291 |
# @ WPBDM
|
8292 |
-
#: templates/submit-listing/images.tpl.php:
|
8293 |
msgctxt "templates"
|
8294 |
msgid "Listing Images"
|
8295 |
msgstr "Obrazy"
|
8296 |
|
8297 |
# @ WPBDM
|
8298 |
-
#: templates/submit-listing/images.tpl.php:
|
8299 |
msgctxt "templates"
|
8300 |
msgid ""
|
8301 |
"There is an image pending upload. Would you still like to continue without "
|
@@ -8305,7 +8366,13 @@ msgstr ""
|
|
8305 |
"bez zapisywania obrazu?"
|
8306 |
|
8307 |
# @ WPBDM
|
8308 |
-
#: templates/submit-listing/images.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
8309 |
msgctxt "templates"
|
8310 |
msgid "There are no images currently attached to your listing."
|
8311 |
msgstr "Obecnie nie ma żadnych obrazków dołączonych do tej oferty."
|
@@ -8348,6 +8415,21 @@ msgstr ""
|
|
8348 |
msgid "http://businessdirectoryplugin.com"
|
8349 |
msgstr "Plugin Katalog Firm"
|
8350 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8351 |
# @ WPBDM
|
8352 |
#~ msgctxt "fees admin"
|
8353 |
#~ msgid "You do not have any listing fees setup yet."
|
@@ -8661,11 +8743,6 @@ msgstr "Plugin Katalog Firm"
|
|
8661 |
#~ msgid "The directory is temporarily disabled."
|
8662 |
#~ msgstr "Katalog jest tymczasowo wyłączony."
|
8663 |
|
8664 |
-
# @ WPBDM
|
8665 |
-
#~ msgctxt "preview"
|
8666 |
-
#~ msgid "This is just a preview. The listing has not been published yet."
|
8667 |
-
#~ msgstr "To jest tylko podgląd. Oferta nie została jeszcze opublikowana."
|
8668 |
-
|
8669 |
# @ WPBDM
|
8670 |
#~ msgctxt "templates"
|
8671 |
#~ msgid "Listings tagged: %s"
|
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: 2017-04-04 17:28:39+00:00\n"
|
6 |
"PO-Revision-Date: 2017-01-16 17:49-0500\n"
|
7 |
"Last-Translator: HomeSupport <admin@homesupport.pl>\n"
|
8 |
"Language-Team: HomeSupport\n"
|
144 |
msgid "Renew Listing"
|
145 |
msgstr "Odnów Ofertę"
|
146 |
|
147 |
+
#: admin/class-admin.php:105
|
148 |
msgid ""
|
149 |
"Preview is only available after you've saved the first draft. This is due\n"
|
150 |
"to how WordPress stores the data."
|
151 |
msgstr ""
|
152 |
|
153 |
# @ WPBDM
|
154 |
+
#: admin/class-admin.php:138
|
155 |
msgctxt "drip pointer"
|
156 |
msgid ""
|
157 |
"Find out how to create a compelling, thriving business directory from "
|
163 |
"darmowy moduł Premium tylko za zarejestrowanie się."
|
164 |
|
165 |
# @ WPBDM
|
166 |
+
#: admin/class-admin.php:140
|
167 |
msgctxt "drip pointer"
|
168 |
msgid "Email Address:"
|
169 |
msgstr "Adres e-mail:"
|
170 |
|
171 |
# @ WPBDM
|
172 |
+
#: admin/class-admin.php:146
|
173 |
msgctxt "drip pointer"
|
174 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
175 |
msgstr "Chcesz poznać tajemnice budowy niesamowitego katalogu firm?"
|
176 |
|
177 |
# @ WPBDM
|
178 |
+
#: admin/class-admin.php:148
|
179 |
msgctxt "drip pointer"
|
180 |
msgid "Yes, please!"
|
181 |
msgstr "Tak, proszę!"
|
182 |
|
183 |
# @ WPBDM
|
184 |
+
#: admin/class-admin.php:150
|
185 |
msgctxt "drip pointer"
|
186 |
msgid "No, thanks"
|
187 |
msgstr "Nie, dziękuję"
|
188 |
|
189 |
# @ WPBDM
|
190 |
+
#: admin/class-admin.php:167
|
191 |
msgctxt "admin"
|
192 |
msgid "Business Directory"
|
193 |
msgstr "Katalog Firm"
|
194 |
|
195 |
# @ WPBDM
|
196 |
+
#: admin/class-admin.php:178
|
197 |
msgctxt "admin"
|
198 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
199 |
msgstr "Wszystko ustawione. Odwiedź swój nowy <a>Katalog Firm</a>."
|
200 |
|
201 |
# @ WPBDM
|
202 |
+
#: admin/class-admin.php:199
|
203 |
msgctxt "drip pointer"
|
204 |
msgid "Invalid e-mail address."
|
205 |
msgstr "Nieprawidłowy adres e-mail"
|
206 |
|
207 |
# @ WPBDM
|
208 |
+
#: admin/class-admin.php:233
|
209 |
msgctxt "admin menu"
|
210 |
msgid "Business Directory Admin"
|
211 |
msgstr "Katalog Firm Admin"
|
212 |
|
213 |
# @ WPBDM
|
214 |
+
#: admin/class-admin.php:234
|
215 |
msgctxt "admin menu"
|
216 |
msgid "Dir. Admin"
|
217 |
msgstr "Katalog Admin"
|
218 |
|
219 |
# @ WPBDM
|
220 |
+
#: admin/class-admin.php:234
|
221 |
msgctxt "admin menu"
|
222 |
msgid "Directory Admin"
|
223 |
msgstr "Katalog Admin"
|
224 |
|
225 |
# @ WPBDM
|
226 |
+
#: admin/class-admin.php:240 admin/class-admin.php:241
|
227 |
msgctxt "admin menu"
|
228 |
msgid "Add New Listing"
|
229 |
msgstr "Dodaj nową ofertę"
|
230 |
|
231 |
# @ WPBDM
|
232 |
+
#: admin/class-admin.php:246 admin/class-admin.php:247
|
233 |
msgctxt "admin menu"
|
234 |
msgid "Manage Options"
|
235 |
msgstr "Zarządzaj opcjami"
|
236 |
|
237 |
# @ WPBDM
|
238 |
+
#: admin/class-admin.php:252 admin/class-admin.php:253
|
239 |
msgctxt "admin menu"
|
240 |
msgid "Manage Fees"
|
241 |
msgstr "Zarządzaj abonamentami"
|
242 |
|
243 |
# @ WPBDM
|
244 |
+
#: admin/class-admin.php:258 admin/class-admin.php:259
|
245 |
msgctxt "admin menu"
|
246 |
msgid "Manage Form Fields"
|
247 |
msgstr "Zarządzaj polami formularzy"
|
248 |
|
249 |
# @ WPBDM
|
250 |
+
#: admin/class-admin.php:264 admin/class-admin.php:265
|
251 |
msgctxt "admin menu"
|
252 |
msgid "Listings"
|
253 |
msgstr "Oferty"
|
254 |
|
255 |
# @ WPBDM
|
256 |
+
#: admin/class-admin.php:279 admin/class-admin.php:280
|
257 |
msgctxt "admin menu"
|
258 |
msgid "CSV Import"
|
259 |
msgstr "CSV Import"
|
260 |
|
261 |
# @ WPBDM
|
262 |
+
#: admin/class-admin.php:285 admin/class-admin.php:286
|
263 |
msgctxt "admin menu"
|
264 |
msgid "CSV Export"
|
265 |
msgstr "CSV Export"
|
266 |
|
267 |
# @ WPBDM
|
268 |
+
#: admin/class-admin.php:291 admin/class-admin.php:292
|
269 |
msgctxt "admin menu"
|
270 |
msgid "Debug"
|
271 |
msgstr "Debug"
|
272 |
|
273 |
# @ WPBDM
|
274 |
+
#: admin/class-admin.php:301
|
275 |
msgctxt "admin menu"
|
276 |
msgid "Main Menu"
|
277 |
msgstr "Główne menu"
|
278 |
|
279 |
# @ WPBDM
|
280 |
+
#: admin/class-admin.php:312
|
281 |
msgctxt "admin menu"
|
282 |
msgid "Uninstall Business Directory Plugin"
|
283 |
msgstr "Odinstaluj Katalog Firm"
|
284 |
|
285 |
# @ WPBDM
|
286 |
+
#: admin/class-admin.php:313
|
287 |
msgctxt "admin menu"
|
288 |
msgid "Uninstall"
|
289 |
msgstr "Odinstaluj "
|
290 |
|
291 |
# @ WPBDM
|
292 |
+
#: admin/class-admin.php:427
|
293 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
294 |
msgctxt "admin infometabox"
|
295 |
msgid "never"
|
296 |
msgstr "nigdy"
|
297 |
|
298 |
+
#: admin/class-admin.php:521
|
299 |
msgctxt "admin"
|
300 |
msgid "Dismiss this notice."
|
301 |
msgstr ""
|
302 |
|
303 |
# @ WPBDM
|
304 |
+
#: admin/class-admin.php:549
|
305 |
msgctxt "admin"
|
306 |
msgid "The listing has been published."
|
307 |
msgid_plural "The listings have been published."
|
310 |
msgstr[2] "Ofert zostało opublikowanych."
|
311 |
|
312 |
# @ WPBDM
|
313 |
+
#: admin/class-admin.php:567
|
314 |
msgctxt "admin"
|
315 |
msgid "The listing status has been set as paid."
|
316 |
msgid_plural "The listings status has been set as paid."
|
318 |
msgstr[1] "Zmieniono status ofert na zapłacono."
|
319 |
msgstr[2] "Zmieniono status ofert na zapłacono."
|
320 |
|
321 |
+
#: admin/class-admin.php:573
|
322 |
msgctxt "admin"
|
323 |
msgid ""
|
324 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
332 |
msgstr[2] ""
|
333 |
|
334 |
# @ WPBDM
|
335 |
+
#: admin/class-admin.php:592
|
336 |
msgctxt "admin"
|
337 |
msgid "The listing has been modified."
|
338 |
msgid_plural "The listings have been modified."
|
341 |
msgstr[2] "Ofert zostało zmodyfikowanych."
|
342 |
|
343 |
# @ WPBDM
|
344 |
+
#: admin/class-admin.php:605
|
345 |
msgctxt "admin"
|
346 |
msgid "The listing has been upgraded."
|
347 |
msgid_plural "The listings have been upgraded."
|
350 |
msgstr[2] "Podniesiono status ofert."
|
351 |
|
352 |
# @ WPBDM
|
353 |
+
#: admin/class-admin.php:617
|
354 |
msgctxt "admin"
|
355 |
msgid "The listing has been downgraded."
|
356 |
msgid_plural "The listings have been downgraded."
|
358 |
msgstr[1] "Obniżono status ofert."
|
359 |
msgstr[2] "Obniżono status ofert."
|
360 |
|
361 |
+
#: admin/class-admin.php:628
|
362 |
msgctxt "admin payments"
|
363 |
msgid ""
|
364 |
"The payment status was not changed. Recurring payments can't be manually "
|
367 |
msgstr ""
|
368 |
|
369 |
# @ WPBDM
|
370 |
+
#: admin/class-admin.php:633
|
371 |
msgctxt "admin"
|
372 |
msgid "The transaction has been approved."
|
373 |
msgstr "Transakcja została zatwierdzona."
|
374 |
|
375 |
# @ WPBDM
|
376 |
+
#: admin/class-admin.php:643
|
377 |
msgctxt "admin"
|
378 |
msgid "The transaction has been rejected."
|
379 |
msgstr "Transakcja została odrzucona."
|
380 |
|
381 |
# @ WPBDM
|
382 |
+
#: admin/class-admin.php:649
|
383 |
msgctxt "admin"
|
384 |
msgid "The fee was successfully assigned."
|
385 |
msgstr "Abonament został przypisany do oferty."
|
386 |
|
387 |
# @ WPBDM
|
388 |
+
#: admin/class-admin.php:658
|
389 |
msgctxt "admin"
|
390 |
msgid "Listing was renewed."
|
391 |
msgid_plural "Listings were renewed."
|
394 |
msgstr[2] "Odnowiono ofert."
|
395 |
|
396 |
# @ WPBDM
|
397 |
+
#: admin/class-admin.php:665
|
398 |
msgctxt "admin"
|
399 |
msgid "Renewal email sent."
|
400 |
msgstr "Wysłano e-mail potwierdzający odnowienie."
|
401 |
|
402 |
# @ WPBDM
|
403 |
+
#: admin/class-admin.php:720
|
404 |
msgctxt "admin category id"
|
405 |
msgid "ID"
|
406 |
msgstr "ID"
|
407 |
|
408 |
# @ WPBDM
|
409 |
+
#: admin/class-admin.php:722 admin/class-admin.php:728
|
410 |
msgctxt "admin"
|
411 |
msgid "Listing Count"
|
412 |
msgstr "Licznik ofert"
|
413 |
|
414 |
# @ WPBDM
|
415 |
+
#: admin/class-admin.php:837
|
416 |
msgctxt "admin"
|
417 |
msgid ""
|
418 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
422 |
"tym polu: <b>%s</b>."
|
423 |
|
424 |
# @ WPBDM
|
425 |
+
#: admin/class-admin.php:839
|
426 |
msgctxt "admin"
|
427 |
msgid ""
|
428 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
431 |
"<b>Katalog Firm</b>potrzebuje pola z <b>%s</b> aby pracować poprawnie."
|
432 |
|
433 |
# @ WPBDM
|
434 |
+
#: admin/class-admin.php:843
|
435 |
msgctxt "admin"
|
436 |
msgid ""
|
437 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
441 |
"formularza\" albo niech katalog firm zrobi to dla ciebie automatycznie."
|
442 |
|
443 |
# @ WPBDM
|
444 |
+
#: admin/class-admin.php:847
|
445 |
msgctxt "admin"
|
446 |
msgid "Go to \"Manage Form Fields\""
|
447 |
msgstr "Przejdź do \"Zarządzanie polami formularza\""
|
448 |
|
449 |
# @ WPBDM
|
450 |
+
#: admin/class-admin.php:850
|
451 |
msgctxt "admin"
|
452 |
msgid "Create these required fields for me"
|
453 |
msgstr "Stwórz te wymagane pola dla mnie"
|
454 |
|
455 |
# @ WPBDM
|
456 |
+
#: admin/class-admin.php:859
|
457 |
msgctxt "admin"
|
458 |
msgid ""
|
459 |
"<b>Business Directory Plugin</b> requires a page with the "
|
463 |
"<tt>[businessdirectory]</tt> aby działać prawidłowo."
|
464 |
|
465 |
# @ WPBDM
|
466 |
+
#: admin/class-admin.php:861
|
467 |
msgctxt "admin"
|
468 |
msgid ""
|
469 |
"You can create this page by yourself or let Business Directory do this for "
|
473 |
"automatycznie."
|
474 |
|
475 |
# @ WPBDM
|
476 |
+
#: admin/class-admin.php:865
|
477 |
msgctxt "admin"
|
478 |
msgid "Create required pages for me"
|
479 |
msgstr "Stwórz wymagane pola dla mnie"
|
480 |
|
481 |
# @ WPBDM
|
482 |
+
#: admin/class-admin.php:905
|
483 |
msgctxt "admin compat"
|
484 |
msgid "Installed: %s"
|
485 |
msgstr "zainstalowane: %s"
|
486 |
|
487 |
# @ WPBDM
|
488 |
+
#: admin/class-admin.php:905
|
489 |
msgctxt "admin compat"
|
490 |
msgid "N/A"
|
491 |
msgstr "N/A"
|
492 |
|
493 |
# @ WPBDM
|
494 |
+
#: admin/class-admin.php:908
|
495 |
msgctxt "admin compat"
|
496 |
msgid "Required: %s"
|
497 |
msgstr "Wymagane: %s"
|
498 |
|
499 |
# @ WPBDM
|
500 |
+
#: admin/class-admin.php:920
|
501 |
msgctxt "admin compat"
|
502 |
msgid ""
|
503 |
"Business Directory has detected some incompatible premium module versions "
|
506 |
"Katalog Firm wykrył pewne niezgodne zainstalowane wersje modułów Premium."
|
507 |
|
508 |
# @ WPBDM
|
509 |
+
#: admin/class-admin.php:922
|
510 |
msgctxt "admin compat"
|
511 |
msgid ""
|
512 |
"Please upgrade to the required versions indicated below to make sure "
|
516 |
"się, że wszystko będzie funkcjonować prawidłowo."
|
517 |
|
518 |
# @ WPBDM
|
519 |
+
#: admin/class-admin.php:942
|
520 |
msgctxt "admin"
|
521 |
msgid ""
|
522 |
"We noticed you want your Business Directory users to register before posting "
|
528 |
"[tutaj] i zaznacz \"Każdy może się zarejestrować\", aby upewnić się, że "
|
529 |
"katalog firm będzie działał poprawnie."
|
530 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
531 |
# @ WPBDM
|
532 |
#: admin/class-themes-admin.php:47
|
533 |
msgctxt "themes"
|
606 |
|
607 |
# @ WPBDM
|
608 |
#: admin/class-themes-admin.php:229
|
609 |
+
#, fuzzy
|
610 |
msgctxt "themes"
|
611 |
+
msgid "Theme was deleted successfully."
|
612 |
msgstr "Import zakończony pełnym sukcesem."
|
613 |
|
614 |
#: admin/class-themes-admin.php:232
|
671 |
msgstr ""
|
672 |
|
673 |
# @ WPBDM
|
674 |
+
#: admin/csv-export.php:145
|
675 |
msgctxt "admin csv-export"
|
676 |
msgid "Could not create a temporary directory for handling this CSV export."
|
677 |
msgstr ""
|
678 |
"Nie można utworzyć katalogu tymczasowego dla obsługi tego eksportu CSV."
|
679 |
|
680 |
# @ WPBDM
|
681 |
+
#: admin/csv-export.php:147
|
682 |
msgctxt "admin csv-export"
|
683 |
msgid "Could not create wpbdp-csv-exports directory."
|
684 |
msgstr "Nie można utworzyć katalogu wpbdp-csv-eksport."
|
685 |
|
686 |
# @ WPBDM
|
687 |
+
#: admin/csv-export.php:152
|
688 |
msgctxt "admin csv-export"
|
689 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
690 |
msgstr "Błąd podczas tworzenia katalogu tymczasowego dla eksportu CSV: %s"
|
1437 |
msgid "CSV File Settings"
|
1438 |
msgstr "Ustawienia pliku CSV"
|
1439 |
|
|
|
1440 |
#: admin/templates/csv-export.tpl.php:94
|
1441 |
msgctxt "admin csv-export"
|
1442 |
+
msgid "What operating system will you use to edit the CSV file?"
|
1443 |
+
msgstr ""
|
1444 |
|
1445 |
# @ default
|
1446 |
# @ WPBDM
|
1447 |
+
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:113
|
1448 |
+
#: admin/templates/csv-export.tpl.php:124 admin/templates/csv-import.tpl.php:43
|
1449 |
#: admin/templates/csv-import.tpl.php:109
|
1450 |
+
#: admin/templates/csv-import.tpl.php:135
|
1451 |
+
#: admin/templates/csv-import.tpl.php:146
|
1452 |
+
#: admin/templates/csv-import.tpl.php:173
|
1453 |
msgctxt "admin forms"
|
1454 |
msgid "required"
|
1455 |
msgstr "Wymagane"
|
1456 |
|
1457 |
+
#: admin/templates/csv-export.tpl.php:101
|
1458 |
+
msgctxt "admin csv-export"
|
1459 |
+
msgid "Windows"
|
1460 |
+
msgstr ""
|
1461 |
+
|
1462 |
+
#: admin/templates/csv-export.tpl.php:106
|
1463 |
+
msgctxt "admin csv-export"
|
1464 |
+
msgid "macOS"
|
1465 |
+
msgstr ""
|
1466 |
+
|
1467 |
+
#: admin/templates/csv-export.tpl.php:108
|
1468 |
+
msgctxt "admin csv-export"
|
1469 |
+
msgid ""
|
1470 |
+
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
1471 |
+
"sure all your listings information is displayed properly when you view or "
|
1472 |
+
"edit the CSV file, we need to generate different versions of the file for "
|
1473 |
+
"each operating system."
|
1474 |
+
msgstr ""
|
1475 |
+
|
1476 |
# @ WPBDM
|
1477 |
+
#: admin/templates/csv-export.tpl.php:113
|
1478 |
msgctxt "admin csv-export"
|
1479 |
msgid "Image Separator"
|
1480 |
msgstr "Separator obrazu"
|
1481 |
|
1482 |
# @ WPBDM
|
1483 |
+
#: admin/templates/csv-export.tpl.php:124
|
1484 |
msgctxt "admin csv-export"
|
1485 |
msgid "Category Separator"
|
1486 |
msgstr "Separator kategorii"
|
1487 |
|
1488 |
# @ WPBDM
|
1489 |
+
#: admin/templates/csv-export.tpl.php:136
|
1490 |
msgctxt "admin csv-export"
|
1491 |
msgid "Export Listings"
|
1492 |
msgstr "Eksport ofert"
|
1493 |
|
1494 |
# @ WPBDM
|
1495 |
+
#: admin/templates/csv-export.tpl.php:142
|
1496 |
msgctxt "admin csv-export"
|
1497 |
msgid "Export in Progress..."
|
1498 |
msgstr "Wykonuję eksport....."
|
1499 |
|
1500 |
# @ WPBDM
|
1501 |
+
#: admin/templates/csv-export.tpl.php:143
|
1502 |
msgctxt "admin csv-export"
|
1503 |
msgid ""
|
1504 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
1508 |
"aż do zakończenia działania eksportu."
|
1509 |
|
1510 |
# @ WPBDM
|
1511 |
+
#: admin/templates/csv-export.tpl.php:146
|
1512 |
msgctxt "admin csv-export"
|
1513 |
msgid "No. of listings:"
|
1514 |
msgstr "Ilość ofert:"
|
1515 |
|
1516 |
# @ WPBDM
|
1517 |
+
#: admin/templates/csv-export.tpl.php:148
|
1518 |
msgctxt "admin csv-export"
|
1519 |
msgid "Approximate export file size:"
|
1520 |
msgstr "Prawdopodobna wielkość wyeksportowanego pliku:"
|
1521 |
|
1522 |
# @ WPBDM
|
1523 |
+
#: admin/templates/csv-export.tpl.php:155
|
1524 |
msgctxt "admin csv-export"
|
1525 |
msgid "Cancel Export"
|
1526 |
msgstr "Anuluj eksport"
|
1527 |
|
1528 |
# @ default
|
1529 |
+
#: admin/templates/csv-export.tpl.php:160
|
1530 |
msgctxt "admin csv-export"
|
1531 |
msgid "Export Complete"
|
1532 |
msgstr "Eksport zakończony"
|
1533 |
|
1534 |
# @ WPBDM
|
1535 |
+
#: admin/templates/csv-export.tpl.php:161
|
1536 |
msgctxt "admin csv-export"
|
1537 |
msgid ""
|
1538 |
"Your export file has been successfully created and it is now ready for "
|
1540 |
msgstr "Plik eksportu został utworzony i jest już gotowy do pobrania."
|
1541 |
|
1542 |
# @ WPBDM
|
1543 |
+
#: admin/templates/csv-export.tpl.php:164
|
1544 |
msgctxt "admin csv-export"
|
1545 |
msgid "Download %s (%s)"
|
1546 |
msgstr "Pobierz %s (%s)"
|
1547 |
|
1548 |
# @ WPBDM
|
1549 |
+
#: admin/templates/csv-export.tpl.php:170
|
1550 |
msgctxt "admin csv-export"
|
1551 |
msgid ""
|
1552 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
1556 |
"danych tymczasowych utworzonych przez Katalog Firm podczas procesu eksportu."
|
1557 |
|
1558 |
# @ WPBDM
|
1559 |
+
#: admin/templates/csv-export.tpl.php:171
|
1560 |
msgctxt "admin csv-export"
|
1561 |
msgid "Cleanup"
|
1562 |
msgstr "Oczyszczanie"
|
1563 |
|
1564 |
# @ default
|
1565 |
+
#: admin/templates/csv-export.tpl.php:176
|
1566 |
msgctxt "admin csv-export"
|
1567 |
msgid "Export Canceled"
|
1568 |
msgstr "Eksport anulowany"
|
1569 |
|
1570 |
# @ WPBDM
|
1571 |
+
#: admin/templates/csv-export.tpl.php:177
|
1572 |
msgctxt "admin csv-export"
|
1573 |
msgid "The export has been canceled."
|
1574 |
msgstr "Eksport został anulowany."
|
1575 |
|
1576 |
# @ WPBDM
|
1577 |
+
#: admin/templates/csv-export.tpl.php:178
|
1578 |
msgctxt "admin csv-export"
|
1579 |
msgid "← Return to CSV Export"
|
1580 |
msgstr "← Powrót do CSV Eksport"
|
1731 |
msgstr "Ostrzeżenie"
|
1732 |
|
1733 |
# @ WPBDM
|
1734 |
+
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:248
|
1735 |
msgctxt "admin csv-import"
|
1736 |
msgid "Help"
|
1737 |
msgstr "Pomoc"
|
1801 |
msgid "Column Separator"
|
1802 |
msgstr "Separator kolumn"
|
1803 |
|
1804 |
+
#: admin/templates/csv-import.tpl.php:117
|
1805 |
+
msgctxt "admin csv-import"
|
1806 |
+
msgid "Comma (,)"
|
1807 |
+
msgstr ""
|
1808 |
+
|
1809 |
+
#: admin/templates/csv-import.tpl.php:123
|
1810 |
+
msgctxt "admin csv-import"
|
1811 |
+
msgid "Semicolon (;)"
|
1812 |
+
msgstr ""
|
1813 |
+
|
1814 |
+
#: admin/templates/csv-import.tpl.php:129
|
1815 |
+
msgctxt "admin csv-import"
|
1816 |
+
msgid "TAB"
|
1817 |
+
msgstr ""
|
1818 |
+
|
1819 |
# @ WPBDM
|
1820 |
+
#: admin/templates/csv-import.tpl.php:135
|
1821 |
msgctxt "admin csv-import"
|
1822 |
msgid "Image Separator"
|
1823 |
msgstr "Separator obrazu"
|
1824 |
|
1825 |
# @ WPBDM
|
1826 |
+
#: admin/templates/csv-import.tpl.php:146
|
1827 |
msgctxt "admin csv-import"
|
1828 |
msgid "Category Separator"
|
1829 |
msgstr "Separator kategorii"
|
1830 |
|
1831 |
# @ WPBDM
|
1832 |
+
#: admin/templates/csv-import.tpl.php:157
|
1833 |
msgctxt "admin csv-import"
|
1834 |
msgid "Import settings"
|
1835 |
msgstr "Ustawienia importu"
|
1836 |
|
1837 |
# @ WPBDM
|
1838 |
+
#: admin/templates/csv-import.tpl.php:161
|
1839 |
msgctxt "admin csv-import"
|
1840 |
msgid "Post status of imported listings"
|
1841 |
msgstr "Status dla zaimportowanych plików"
|
1842 |
|
1843 |
# @ WPBDM
|
1844 |
+
#: admin/templates/csv-import.tpl.php:173
|
1845 |
msgctxt "admin csv-import"
|
1846 |
msgid "Missing categories handling"
|
1847 |
msgstr "Brakująca obsługa kategorii "
|
1848 |
|
1849 |
# @ WPBDM
|
1850 |
+
#: admin/templates/csv-import.tpl.php:178
|
1851 |
msgctxt "admin csv-import"
|
1852 |
msgid "Auto-create categories"
|
1853 |
msgstr "Automatyczne tworzenie kategorii"
|
1854 |
|
1855 |
# @ WPBDM
|
1856 |
+
#: admin/templates/csv-import.tpl.php:181
|
1857 |
msgctxt "admin csv-import"
|
1858 |
msgid "Generate errors when a category is not found"
|
1859 |
msgstr "Generować błędy gdy kategorii nie znaleziono"
|
1860 |
|
1861 |
+
#: admin/templates/csv-import.tpl.php:186
|
1862 |
msgctxt "admin csv-import"
|
1863 |
msgid "Keep existing listing images?"
|
1864 |
msgstr ""
|
1865 |
|
1866 |
# @ WPBDM
|
1867 |
+
#: admin/templates/csv-import.tpl.php:191
|
1868 |
msgctxt "admin csv-import"
|
1869 |
msgid "Keep existing images."
|
1870 |
msgstr "Obrazy"
|
1871 |
|
1872 |
+
#: admin/templates/csv-import.tpl.php:192
|
1873 |
msgctxt "admin csv-import"
|
1874 |
msgid "Appends new images while keeping current ones."
|
1875 |
msgstr ""
|
1876 |
|
1877 |
# @ WPBDM
|
1878 |
+
#: admin/templates/csv-import.tpl.php:197
|
1879 |
msgctxt "admin csv-import"
|
1880 |
msgid "Assign listings to a user?"
|
1881 |
msgstr "Przypisać oferty do użytkownika?"
|
1882 |
|
1883 |
# @ WPBDM
|
1884 |
+
#: admin/templates/csv-import.tpl.php:203
|
1885 |
msgctxt "admin csv-import"
|
1886 |
msgid "Assign listings to a user."
|
1887 |
msgstr "Przypisz oferty do użytkownika."
|
1888 |
|
1889 |
# @ WPBDM
|
1890 |
+
#: admin/templates/csv-import.tpl.php:208
|
1891 |
msgctxt "admin csv-import"
|
1892 |
msgid "Use a default user for listings?"
|
1893 |
msgstr "Użyj domyślnego obrazu dla ofert, które nie posiadają żadnych obrazów?"
|
1894 |
|
1895 |
# @ WPBDM
|
1896 |
+
#: admin/templates/csv-import.tpl.php:214
|
1897 |
msgctxt "admin csv-import"
|
1898 |
msgid ""
|
1899 |
"Select a default user to be used if the username column is not present in "
|
1903 |
"obecny w pliku CSV."
|
1904 |
|
1905 |
# @ WPBDM
|
1906 |
+
#: admin/templates/csv-import.tpl.php:219
|
1907 |
msgctxt "admin csv-import"
|
1908 |
msgid "Default listing user"
|
1909 |
msgstr "Domyślny użytkownik oferty"
|
1910 |
|
1911 |
# @ WPBDM
|
1912 |
+
#: admin/templates/csv-import.tpl.php:225
|
1913 |
msgctxt "admin csv-import"
|
1914 |
msgid ""
|
1915 |
"This user will be used if the username column is not present in the CSV file."
|
1918 |
"obecny w pliku CSV."
|
1919 |
|
1920 |
# @ WPBDM
|
1921 |
+
#: admin/templates/csv-import.tpl.php:230
|
1922 |
msgctxt "admin csv-import"
|
1923 |
msgid "Disable e-mail notifications during import?"
|
1924 |
msgstr "Wyłączyć powiadomienia e-mail podczas importu?"
|
1925 |
|
1926 |
# @ WPBDM
|
1927 |
+
#: admin/templates/csv-import.tpl.php:235
|
1928 |
msgctxt "admin csv-import"
|
1929 |
msgid "Disable e-mail notifications."
|
1930 |
msgstr "Wyłącz powiadomienia e-mail."
|
1931 |
|
1932 |
# @ WPBDM
|
1933 |
+
#: admin/templates/csv-import.tpl.php:241
|
1934 |
msgctxt "admin csv-import"
|
1935 |
msgid "Test Import"
|
1936 |
msgstr "Test importu"
|
1937 |
|
1938 |
# @ WPBDM
|
1939 |
+
#: admin/templates/csv-import.tpl.php:242
|
1940 |
msgctxt "admin csv-import"
|
1941 |
msgid "Import Listings"
|
1942 |
msgstr "Import ofert"
|
1943 |
|
1944 |
# @ WPBDM
|
1945 |
+
#: admin/templates/csv-import.tpl.php:250
|
1946 |
msgctxt "admin csv-import"
|
1947 |
msgid ""
|
1948 |
"The following are the valid header names to be used in the CSV file. "
|
1956 |
"\"</a> aby zobaczyć, jak powinien wyglądać plik importu."
|
1957 |
|
1958 |
# @ WPBDM
|
1959 |
+
#: admin/templates/csv-import.tpl.php:257
|
1960 |
msgctxt "admin csv-import"
|
1961 |
msgid "Header name/label"
|
1962 |
msgstr "Nagłówek/Etykieta"
|
1963 |
|
1964 |
# @ WPBDM
|
1965 |
+
#: admin/templates/csv-import.tpl.php:258
|
1966 |
msgctxt "admin csv-import"
|
1967 |
msgid "Field"
|
1968 |
msgstr "Pole"
|
1969 |
|
1970 |
# @ WPBDM
|
1971 |
+
#: admin/templates/csv-import.tpl.php:259
|
1972 |
msgctxt "admin csv-import"
|
1973 |
msgid "Type"
|
1974 |
msgstr "Rodzaj"
|
1975 |
|
1976 |
# @ WPBDM
|
1977 |
+
#: admin/templates/csv-import.tpl.php:260
|
1978 |
msgctxt "admin csv-import"
|
1979 |
msgid "Required?"
|
1980 |
msgstr "Wymagane?"
|
1981 |
|
1982 |
# @ WPBDM
|
1983 |
+
#: admin/templates/csv-import.tpl.php:261
|
1984 |
msgctxt "admin csv-import"
|
1985 |
msgid "Multivalued?"
|
1986 |
msgstr "Wielowartościowe?"
|
1987 |
|
1988 |
# @ WPBDM
|
1989 |
+
#: admin/templates/csv-import.tpl.php:283
|
1990 |
msgctxt "admin csv-import"
|
1991 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1992 |
msgstr "Lista rozdzielonych średnikami obrazów oferty (z pliku ZIP)"
|
1993 |
|
1994 |
# @ WPBDM
|
1995 |
+
#: admin/templates/csv-import.tpl.php:290
|
1996 |
msgctxt "admin csv-import"
|
1997 |
msgid "Listing author's username"
|
1998 |
msgstr "Autor oferty - Nazwa Użytkownika"
|
1999 |
|
2000 |
# @ WPBDM
|
2001 |
+
#: admin/templates/csv-import.tpl.php:297
|
2002 |
msgctxt "admin csv-import"
|
2003 |
msgid ""
|
2004 |
"Internal Sequence ID used to allow listing updates from external sources."
|
2007 |
"ofercie aktualizacji ze źródeł zewnętrznych."
|
2008 |
|
2009 |
# @ WPBDM
|
2010 |
+
#: admin/templates/csv-import.tpl.php:304
|
2011 |
msgctxt "admin csv-import"
|
2012 |
msgid ""
|
2013 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
2558 |
"poznać wiecej możliwości."
|
2559 |
|
2560 |
# @ WPBDM
|
2561 |
+
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.10dev9) #-#-#-#-#
|
2562 |
#. Plugin Name of the plugin/theme
|
2563 |
#: admin/templates/header.tpl.php:4
|
2564 |
msgid "Business Directory Plugin"
|
3444 |
msgstr "Zezwalam na śledzenie"
|
3445 |
|
3446 |
# @ WPBDM
|
3447 |
+
#: business-directory-plugin.php:586
|
3448 |
+
#, fuzzy
|
3449 |
+
msgctxt "listing image upload"
|
3450 |
+
msgid "Can not upload any more images for this listing."
|
3451 |
+
msgstr "Kategorie dla tej oferty"
|
3452 |
+
|
3453 |
+
# @ WPBDM
|
3454 |
+
#: business-directory-plugin.php:700
|
3455 |
msgctxt "admin plugins"
|
3456 |
msgid "Settings"
|
3457 |
msgstr "Ustawienia"
|
3458 |
|
3459 |
# @ WPBDM
|
3460 |
+
#: business-directory-plugin.php:808 business-directory-plugin.php:815
|
3461 |
msgctxt "rss feed"
|
3462 |
msgid "%s Feed"
|
3463 |
msgstr "%s RSS"
|
3464 |
|
3465 |
# @ WPBDM
|
3466 |
+
#: business-directory-plugin.php:1170 core/view-submit-listing.php:58
|
3467 |
#: core/views/submit_listing.php:10
|
3468 |
msgctxt "views"
|
3469 |
msgid "Submit A Listing"
|
3470 |
msgstr "Dodaj Firmę"
|
3471 |
|
3472 |
# @ WPBDM
|
3473 |
+
#: business-directory-plugin.php:1175
|
3474 |
msgctxt "title"
|
3475 |
msgid "Find a Listing"
|
3476 |
msgstr "Znajdź Firmę"
|
3477 |
|
3478 |
# @ WPBDM
|
3479 |
+
#: business-directory-plugin.php:1180
|
3480 |
msgctxt "title"
|
3481 |
msgid "View All Listings"
|
3482 |
msgstr "Zobacz wszystkie Firmy"
|
3483 |
|
3484 |
# @ WPBDM
|
3485 |
+
#: business-directory-plugin.php:1209
|
3486 |
msgctxt "title"
|
3487 |
msgid "Listings tagged: %s"
|
3488 |
msgstr "Oferty otagowane: %s"
|
3489 |
|
3490 |
# @ WPBDM
|
3491 |
+
#: core/api.php:405
|
3492 |
msgid "Free"
|
3493 |
msgstr "Tryb Bezpłatny"
|
3494 |
|
3495 |
+
#: core/class-csv-import.php:451
|
3496 |
msgctxt "admin csv-import"
|
3497 |
msgid ""
|
3498 |
"Could not create listing category \"<category-name>\". The operation failed "
|
3500 |
msgstr ""
|
3501 |
|
3502 |
# @ WPBDM
|
3503 |
+
#: core/class-csv-import.php:457
|
3504 |
msgctxt "admin csv-import"
|
3505 |
msgid "Could not create listing category \"%s\""
|
3506 |
msgstr "Nie można utworzyć kategorii ofert \"%s\""
|
3507 |
|
3508 |
# @ WPBDM
|
3509 |
+
#: core/class-csv-import.php:604
|
3510 |
msgctxt "admin csv-import"
|
3511 |
msgid "Username \"%s\" does not exist"
|
3512 |
msgstr "Użytkownik \"%s\" nie istnieje"
|
3513 |
|
3514 |
# @ WPBDM
|
3515 |
+
#: core/class-csv-import.php:636
|
3516 |
msgctxt "admin csv-import"
|
3517 |
msgid "Missing required field: %s"
|
3518 |
msgstr "Brak wymaganego pola: %s"
|
3519 |
|
3520 |
# @ WPBDM
|
3521 |
+
#: core/class-csv-import.php:656
|
3522 |
msgctxt "admin csv-import"
|
3523 |
msgid "Listing category \"%s\" does not exist"
|
3524 |
msgstr "Kategoria \"%s\" nie istnieje"
|
3677 |
msgstr "(Abonament niedostępny)"
|
3678 |
|
3679 |
# @ WPBDM
|
3680 |
+
#: core/class-listings-api.php:316
|
3681 |
msgctxt "notify email"
|
3682 |
msgid "[%s] New listing notification"
|
3683 |
msgstr "[%s] Powiadomienie o Nowej ofercie"
|
3684 |
|
3685 |
# @ WPBDM
|
3686 |
+
#: core/class-listings-api.php:335
|
3687 |
msgctxt "notify email"
|
3688 |
msgid "[%s] Listing edit notification"
|
3689 |
msgstr "[%s] Powiadomienie o Edycji oferty"
|
3737 |
msgstr "Zostaw puste, aby automatycznie ustawić wysokość."
|
3738 |
|
3739 |
# @ WPBDM
|
3740 |
+
#: core/class-payment.php:223
|
3741 |
msgctxt "listings"
|
3742 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3743 |
msgstr "Abonament \"%s\" dla kategorii \"%s\""
|
3744 |
|
3745 |
# @ WPBDM
|
3746 |
+
#: core/class-payment.php:226
|
3747 |
msgctxt "listings"
|
3748 |
msgid "(recurring)"
|
3749 |
msgstr "(powtarzające się)"
|
5680 |
msgstr "Katalog"
|
5681 |
|
5682 |
# @ WPBDM
|
5683 |
+
#: core/compatibility/class-navxt-integration.php:189
|
5684 |
msgctxt "navxt"
|
5685 |
msgid "Submit Listing"
|
5686 |
msgstr "Prześlij Ofertę"
|
5687 |
|
5688 |
# @ WPBDM
|
5689 |
+
#: core/compatibility/class-navxt-integration.php:193
|
5690 |
msgctxt "navxt"
|
5691 |
msgid "Edit Listing"
|
5692 |
msgstr "Edytuj Ofertę"
|
5693 |
|
5694 |
# @ WPBDM
|
5695 |
+
#: core/compatibility/class-navxt-integration.php:197
|
5696 |
msgctxt "navxt"
|
5697 |
msgid "Search"
|
5698 |
msgstr "Szukaj"
|
5706 |
# @ WPBDM
|
5707 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
5708 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
5709 |
+
#: core/fieldtypes/class-fieldtypes-select.php:147
|
5710 |
msgctxt "form-fields admin"
|
5711 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
5712 |
msgstr "Opcje Pola (aby wybrać listy, przycisk radio i czeklisty)."
|
5714 |
# @ WPBDM
|
5715 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
5716 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
5717 |
+
#: core/fieldtypes/class-fieldtypes-select.php:175
|
5718 |
msgctxt "form-fields admin"
|
5719 |
msgid "Field list of options is required."
|
5720 |
msgstr "Pole listy opcji wymagane."
|
5820 |
msgstr "Lista Wyboru"
|
5821 |
|
5822 |
# @ WPBDM
|
5823 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
5824 |
msgctxt "form-fields-api category-select"
|
5825 |
msgid "-- Choose Terms --"
|
5826 |
msgstr "-- Wybierz Warunki --"
|
5827 |
|
5828 |
# @ WPBDM
|
5829 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
5830 |
+
#: core/fieldtypes/class-fieldtypes-select.php:108
|
5831 |
msgctxt "form-fields-api category-select"
|
5832 |
msgid "-- Choose One --"
|
5833 |
msgstr "-- Wybierz Jeden --"
|
5834 |
|
5835 |
# @ WPBDM
|
5836 |
+
#: core/fieldtypes/class-fieldtypes-select.php:158
|
5837 |
msgctxt "form-fields admin"
|
5838 |
msgid "Allow empty selection on search?"
|
5839 |
msgstr "Zezwolić na wyszukiwanie pustych pól wyborów?"
|
6293 |
|
6294 |
# @ WPBDM
|
6295 |
#: core/helpers/class-themes-updater.php:165
|
6296 |
+
#, fuzzy
|
6297 |
msgctxt "themes"
|
6298 |
+
msgid "Theme was updated successfully."
|
6299 |
msgstr "Import zakończony pełnym sukcesem."
|
6300 |
|
6301 |
# @ WPBDM
|
6420 |
|
6421 |
# @ WPBDM
|
6422 |
#: core/installer.php:1110
|
6423 |
+
#, fuzzy
|
6424 |
msgctxt "manual-upgrade"
|
6425 |
msgid ""
|
6426 |
+
"The upgrade was successfully performed. Business Directory Plugin is now "
|
6427 |
"available."
|
6428 |
msgstr "Aktualizacja przebiegła pomyślnie. Katalog Firm jest teraz dostępny."
|
6429 |
|
6769 |
msgstr "Nie znaleziono kategorii ofert."
|
6770 |
|
6771 |
# @ WPBDM
|
6772 |
+
#: core/templates-ui.php:200
|
6773 |
msgid "Directory"
|
6774 |
msgstr "Katalog"
|
6775 |
|
6776 |
# @ WPBDM
|
6777 |
+
#: core/templates-ui.php:207
|
6778 |
msgid "View All Listings"
|
6779 |
msgstr "Zobacz wszystkie Firmy"
|
6780 |
|
6781 |
# @ WPBDM
|
6782 |
+
#: core/templates-ui.php:214
|
6783 |
msgid "Create A Listing"
|
6784 |
msgstr "Oferta Bezpłatna"
|
6785 |
|
6786 |
# @ WPBDM
|
6787 |
+
#: core/templates-ui.php:247
|
6788 |
msgctxt "templates"
|
6789 |
msgid "Search Listings"
|
6790 |
msgstr "Szukaj Firmy"
|
6791 |
|
6792 |
# @ WPBDM
|
6793 |
+
#: core/templates-ui.php:250
|
6794 |
msgctxt "templates"
|
6795 |
msgid "Advanced Search"
|
6796 |
msgstr "Zaawansowane szukanie"
|
6797 |
|
6798 |
# @ WPBDM
|
6799 |
+
#: core/templates-ui.php:279 core/templates-ui.php:304
|
6800 |
msgctxt "templates sort"
|
6801 |
msgid "Sort By:"
|
6802 |
msgstr "Sortuj według: "
|
6803 |
|
6804 |
# @ WPBDM
|
6805 |
+
#: core/templates-ui.php:298
|
6806 |
msgctxt "sort"
|
6807 |
msgid "Reset"
|
6808 |
msgstr "Resetuj"
|
6809 |
|
6810 |
# @ WPBDM
|
6811 |
+
#: core/templates-ui.php:320
|
6812 |
msgctxt "sort"
|
6813 |
msgid "(Reset)"
|
6814 |
msgstr "(Resetuj)"
|
6956 |
"pominięte."
|
6957 |
|
6958 |
# @ WPBDM
|
6959 |
+
#: core/view-submit-listing.php:108
|
6960 |
+
#, fuzzy
|
6961 |
+
msgctxt "submit-listing-view"
|
6962 |
+
msgid ""
|
6963 |
+
"<b>Business Directory Plugin</b> requires a field associated with the "
|
6964 |
+
"<b>post category</b> in order to work correctly."
|
6965 |
+
msgstr ""
|
6966 |
+
"<b>Katalog Firm</b>potrzebuje pola z <b>%s</b> aby pracować poprawnie."
|
6967 |
+
|
6968 |
+
#: core/view-submit-listing.php:110
|
6969 |
+
msgctxt "submit-listing-view"
|
6970 |
+
msgid ""
|
6971 |
+
"Please go to the <manage-form-fields-link>Manage Form Fields</manage-form-"
|
6972 |
+
"fields-link> admin page to create the field."
|
6973 |
+
msgstr ""
|
6974 |
+
|
6975 |
+
# @ WPBDM
|
6976 |
+
#: core/view-submit-listing.php:119
|
6977 |
+
#, fuzzy
|
6978 |
+
msgctxt "submit-listing-view"
|
6979 |
+
msgid ""
|
6980 |
+
"Your listing cannot be added at this time. Please try again later. If this "
|
6981 |
+
"is not the first time you see this warning, please ask the site "
|
6982 |
+
"administrator to check the Directory for possible configuration problems."
|
6983 |
+
msgstr ""
|
6984 |
+
"Listą Nie można dodać w tym czasie. Proszę spróbuj ponownie później. Jeśli "
|
6985 |
+
"nie jest to pierwszy raz widzisz to ostrzeżenie, poproś administratora o "
|
6986 |
+
"utworzenie jednej lub więcej kategorii wewnątrz katalogu."
|
6987 |
+
|
6988 |
+
# @ WPBDM
|
6989 |
+
#: core/view-submit-listing.php:238
|
6990 |
msgctxt "templates"
|
6991 |
msgid "Please select a fee option for the \"%s\" category."
|
6992 |
msgstr "Wybierz abonament dla tegj kategori \"%s\"."
|
6993 |
|
6994 |
# @ WPBDM
|
6995 |
+
#: core/view-submit-listing.php:316
|
6996 |
msgctxt "templates"
|
6997 |
msgid "Please agree to the Terms and Conditions."
|
6998 |
msgstr "Musisz zaakceptować nasze warunki i regulamin korzystania z serwisu."
|
6999 |
|
7000 |
# @ WPBDM
|
7001 |
+
#: core/view-submit-listing.php:322
|
7002 |
msgctxt "templates"
|
7003 |
msgid "The reCAPTCHA wasn't entered correctly."
|
7004 |
msgstr "ReCaptcha nie została poprawnie wprowadzona."
|
7005 |
|
7006 |
# @ WPBDM
|
7007 |
+
#: core/view-submit-listing.php:339
|
7008 |
msgctxt "templates"
|
7009 |
msgid "Read our Terms and Conditions"
|
7010 |
msgstr "Zapoznaj się z warunkami i regulaminem korzystania z serwisu."
|
7011 |
|
7012 |
# @ WPBDM
|
7013 |
+
#: core/view-submit-listing.php:344
|
7014 |
msgctxt "templates"
|
7015 |
msgid "Terms and Conditions:"
|
7016 |
msgstr "Warunki i regulamin:"
|
7017 |
|
7018 |
# @ WPBDM
|
7019 |
+
#: core/view-submit-listing.php:355
|
7020 |
msgctxt "templates"
|
7021 |
msgid "I agree to the Terms and Conditions"
|
7022 |
msgstr "Akceptuję rwarunki i regulamin korzystania z witryny."
|
7023 |
|
7024 |
# @ WPBDM
|
7025 |
+
#: core/view-submit-listing.php:506 core/views/upgrade_listing.php:49
|
7026 |
msgctxt "submit"
|
7027 |
msgid "Listing upgrade to featured"
|
7028 |
msgstr "Podniesiono status Oferty do \"Wyróżniona\""
|
7029 |
|
7030 |
# @ WPBDM
|
7031 |
+
#: core/view-submit-listing.php:539
|
7032 |
msgctxt "submit_state"
|
7033 |
msgid "Invalid submit state."
|
7034 |
msgstr "Niepoprawny Kraj."
|
7079 |
|
7080 |
# @ WPBDM
|
7081 |
#: core/views/checkout.php:130
|
7082 |
+
#, fuzzy
|
7083 |
msgctxt "checkout"
|
7084 |
+
msgid "Your payment was received successfully."
|
7085 |
msgstr "Otrzymaliśmy Zapłatę. Dziękujemy."
|
7086 |
|
7087 |
# @ WPBDM
|
7270 |
msgstr "Abonament \"%s\" odnowienia dla kategorii \"%s\""
|
7271 |
|
7272 |
# @ WPBDM
|
7273 |
+
#: core/views/renew_listing.php:79
|
7274 |
msgctxt "renewal"
|
7275 |
msgid "Invalid renewal state."
|
7276 |
msgstr "Niepoprawny Kraj."
|
7277 |
|
7278 |
# @ WPBDM
|
7279 |
+
#: core/views/renew_listing.php:90
|
7280 |
msgctxt "templates"
|
7281 |
msgid "Recurring Fee Management"
|
7282 |
msgstr "Zarządzanie powtarzającymi sie Abonamentami"
|
7283 |
|
7284 |
# @ WPBDM
|
7285 |
+
#: core/views/renew_listing.php:91
|
7286 |
msgctxt "renew"
|
7287 |
msgid ""
|
7288 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
7293 |
"zajdzie taka potrzeba."
|
7294 |
|
7295 |
# @ WPBDM
|
7296 |
+
#: core/views/renew_listing.php:93
|
7297 |
msgctxt "renewal"
|
7298 |
msgid "Current Fee Details"
|
7299 |
msgstr "Aktualne Szczegóły Abonamentu"
|
7300 |
|
7301 |
# @ WPBDM
|
7302 |
+
#: core/views/renew_listing.php:95
|
7303 |
msgctxt "renewal"
|
7304 |
msgid "Number of images:"
|
7305 |
msgstr "Liczba obrazów:"
|
7306 |
|
7307 |
# @ WPBDM
|
7308 |
+
#: core/views/renew_listing.php:97
|
7309 |
msgctxt "renewal"
|
7310 |
msgid "Expiration date:"
|
7311 |
msgstr "Data ważności:"
|
7312 |
|
7313 |
# @ WPBDM
|
7314 |
+
#: core/views/renew_listing.php:101
|
7315 |
msgctxt "renew"
|
7316 |
msgid ""
|
7317 |
"However, if you want to cancel your subscription you can do that on this "
|
7358 |
msgid "Find A Listing"
|
7359 |
msgstr "Znajdź Firmę"
|
7360 |
|
7361 |
+
# @ WPBDM
|
7362 |
+
#: core/views/show_listing.php:12
|
7363 |
+
msgctxt "preview"
|
7364 |
+
msgid "This is just a preview. The listing has not been published yet."
|
7365 |
+
msgstr "To jest tylko podgląd. Oferta nie została jeszcze opublikowana."
|
7366 |
+
|
7367 |
#: core/views/submit_listing.php:16
|
7368 |
msgctxt "templates"
|
7369 |
msgid ""
|
8148 |
#: templates/renew-listing.tpl.php:22
|
8149 |
#: templates/submit-listing/category-selection.tpl.php:8
|
8150 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
8151 |
+
#: templates/submit-listing/images.tpl.php:51
|
8152 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
8153 |
msgctxt "templates"
|
8154 |
msgid "Continue"
|
8273 |
msgstr "Usuń Obraz"
|
8274 |
|
8275 |
# @ WPBDM
|
8276 |
+
#: templates/submit-listing/images-single.tpl.php:25
|
8277 |
msgctxt "templates"
|
8278 |
msgid "Set this image as the listing thumbnail."
|
8279 |
msgstr "Ustaw jako Miniaturkę Firmy."
|
8280 |
|
8281 |
# @ WPBDM
|
8282 |
+
#: templates/submit-listing/images-upload-form.tpl.php:16
|
8283 |
msgctxt "templates"
|
8284 |
msgid "Upload Images"
|
8285 |
msgstr "Załaduj obraz"
|
8286 |
|
8287 |
# @ WPBDM
|
8288 |
+
#: templates/submit-listing/images-upload-form.tpl.php:21
|
8289 |
msgctxt "templates"
|
8290 |
msgid "Drop files here"
|
8291 |
msgstr "Przeciągnij i upuść obraz TUTAJ"
|
8292 |
|
8293 |
+
#: templates/submit-listing/images-upload-form.tpl.php:22
|
8294 |
msgctxt "templates image upload"
|
8295 |
msgid "or"
|
8296 |
msgstr ""
|
8297 |
|
8298 |
# @ WPBDM
|
8299 |
+
#: templates/submit-listing/images-upload-form.tpl.php:23
|
8300 |
msgctxt "templates"
|
8301 |
msgid "Select images from your hard drive"
|
8302 |
msgstr "Wybierz obraz z Twojego dysku twardego"
|
8303 |
|
8304 |
# @ WPBDM
|
8305 |
+
#: templates/submit-listing/images-upload-form.tpl.php:26
|
8306 |
msgctxt "templates"
|
8307 |
msgid "Uploading %s file(s)... Please wait."
|
8308 |
msgstr "Przesyłanie %s file(s)... Proszę czekać."
|
8309 |
|
8310 |
# @ WPBDM
|
8311 |
+
#: templates/submit-listing/images-upload-form.tpl.php:29
|
8312 |
msgctxt "templates"
|
8313 |
msgid ""
|
8314 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
8319 |
"zakończyć, lub \"Usuń Obraz\" aby wstawić inny obraz w to miejsce."
|
8320 |
|
8321 |
# @ WPBDM
|
8322 |
+
#: templates/submit-listing/images-upload-form.tpl.php:36
|
8323 |
msgctxt "templates"
|
8324 |
msgid "Image slots available:"
|
8325 |
msgstr "Dostępne miejsca na Obrazy:"
|
8326 |
|
8327 |
# @ WPBDM
|
8328 |
+
#: templates/submit-listing/images-upload-form.tpl.php:42
|
8329 |
msgctxt "templates"
|
8330 |
msgid "File size:"
|
8331 |
msgstr "Maksymalny rozmiar pliku"
|
8332 |
|
8333 |
+
#: templates/submit-listing/images-upload-form.tpl.php:44
|
8334 |
+
#: templates/submit-listing/images-upload-form.tpl.php:51
|
8335 |
+
#: templates/submit-listing/images-upload-form.tpl.php:58
|
8336 |
msgctxt "templates"
|
8337 |
msgid "No limit"
|
8338 |
msgstr ""
|
8339 |
|
8340 |
# @ WPBDM
|
8341 |
+
#: templates/submit-listing/images-upload-form.tpl.php:49
|
8342 |
msgctxt "templates"
|
8343 |
msgid "Image width:"
|
8344 |
msgstr "Szerokość Obrazu (w px):"
|
8345 |
|
8346 |
# @ WPBDM
|
8347 |
+
#: templates/submit-listing/images-upload-form.tpl.php:56
|
8348 |
msgctxt "templates"
|
8349 |
msgid "Image height:"
|
8350 |
msgstr "Wysokość Obrazu (w px)"
|
8351 |
|
8352 |
# @ WPBDM
|
8353 |
+
#: templates/submit-listing/images.tpl.php:6
|
8354 |
msgctxt "templates"
|
8355 |
msgid "Listing Images"
|
8356 |
msgstr "Obrazy"
|
8357 |
|
8358 |
# @ WPBDM
|
8359 |
+
#: templates/submit-listing/images.tpl.php:9
|
8360 |
msgctxt "templates"
|
8361 |
msgid ""
|
8362 |
"There is an image pending upload. Would you still like to continue without "
|
8366 |
"bez zapisywania obrazu?"
|
8367 |
|
8368 |
# @ WPBDM
|
8369 |
+
#: templates/submit-listing/images.tpl.php:14
|
8370 |
+
msgctxt "templates"
|
8371 |
+
msgid "Current Images"
|
8372 |
+
msgstr "Aktualne obrazy"
|
8373 |
+
|
8374 |
+
# @ WPBDM
|
8375 |
+
#: templates/submit-listing/images.tpl.php:15
|
8376 |
msgctxt "templates"
|
8377 |
msgid "There are no images currently attached to your listing."
|
8378 |
msgstr "Obecnie nie ma żadnych obrazków dołączonych do tej oferty."
|
8415 |
msgid "http://businessdirectoryplugin.com"
|
8416 |
msgstr "Plugin Katalog Firm"
|
8417 |
|
8418 |
+
# @ WPBDM
|
8419 |
+
#~ msgctxt "admin"
|
8420 |
+
#~ msgid "Listing Fields"
|
8421 |
+
#~ msgstr "Pola ofert"
|
8422 |
+
|
8423 |
+
# @ WPBDM
|
8424 |
+
#~ msgctxt "templates"
|
8425 |
+
#~ msgid "There are no images currently attached to the listing."
|
8426 |
+
#~ msgstr "Obecnie nie ma żadnych obrazków dołączonych do tej oferty."
|
8427 |
+
|
8428 |
+
# @ WPBDM
|
8429 |
+
#~ msgctxt "admin csv-export"
|
8430 |
+
#~ msgid "Column Separator"
|
8431 |
+
#~ msgstr "Separator kolumn"
|
8432 |
+
|
8433 |
# @ WPBDM
|
8434 |
#~ msgctxt "fees admin"
|
8435 |
#~ msgid "You do not have any listing fees setup yet."
|
8743 |
#~ msgid "The directory is temporarily disabled."
|
8744 |
#~ msgstr "Katalog jest tymczasowo wyłączony."
|
8745 |
|
|
|
|
|
|
|
|
|
|
|
8746 |
# @ WPBDM
|
8747 |
#~ msgctxt "templates"
|
8748 |
#~ msgid "Listings tagged: %s"
|
languages/WPBDM-ru_RU.mo
CHANGED
Binary file
|
languages/WPBDM-ru_RU.po
CHANGED
@@ -2,7 +2,7 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Business Directory Plugin 3.6.11\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
5 |
-
"POT-Creation-Date: 2017-
|
6 |
"PO-Revision-Date: 2017-01-16 17:49-0500\n"
|
7 |
"Last-Translator: Mick Levin <mikhaillevin@hotmail.com>\n"
|
8 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
@@ -127,13 +127,13 @@ msgctxt "admin actions"
|
|
127 |
msgid "Renew Listing"
|
128 |
msgstr "Продлить запись"
|
129 |
|
130 |
-
#: admin/class-admin.php:
|
131 |
msgid ""
|
132 |
"Preview is only available after you've saved the first draft. This is due\n"
|
133 |
"to how WordPress stores the data."
|
134 |
msgstr ""
|
135 |
|
136 |
-
#: admin/class-admin.php:
|
137 |
msgctxt "drip pointer"
|
138 |
msgid ""
|
139 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -145,124 +145,124 @@ msgstr ""
|
|
145 |
"по электронной почте. Если Вы подпишитесь на этот урок, то Вы получите "
|
146 |
"БЕСПЛАТНО один платный модуль."
|
147 |
|
148 |
-
#: admin/class-admin.php:
|
149 |
msgctxt "drip pointer"
|
150 |
msgid "Email Address:"
|
151 |
msgstr "Электронный адрес:"
|
152 |
|
153 |
-
#: admin/class-admin.php:
|
154 |
msgctxt "drip pointer"
|
155 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
156 |
msgstr "Хотите узнать секрет создания классного справочника услуг?"
|
157 |
|
158 |
-
#: admin/class-admin.php:
|
159 |
msgctxt "drip pointer"
|
160 |
msgid "Yes, please!"
|
161 |
msgstr "Да, конечно!"
|
162 |
|
163 |
-
#: admin/class-admin.php:
|
164 |
msgctxt "drip pointer"
|
165 |
msgid "No, thanks"
|
166 |
msgstr "Нет, спасибо"
|
167 |
|
168 |
-
#: admin/class-admin.php:
|
169 |
msgctxt "admin"
|
170 |
msgid "Business Directory"
|
171 |
msgstr "Справочник услуг"
|
172 |
|
173 |
-
#: admin/class-admin.php:
|
174 |
msgctxt "admin"
|
175 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
176 |
msgstr ""
|
177 |
"Всё настроено. Откройте страницу Вашего нового <a>Справочника услуг</a> "
|
178 |
|
179 |
-
#: admin/class-admin.php:
|
180 |
msgctxt "drip pointer"
|
181 |
msgid "Invalid e-mail address."
|
182 |
msgstr "Некорректный электронный адрес."
|
183 |
|
184 |
-
#: admin/class-admin.php:
|
185 |
msgctxt "admin menu"
|
186 |
msgid "Business Directory Admin"
|
187 |
msgstr "Управление справочником"
|
188 |
|
189 |
-
#: admin/class-admin.php:
|
190 |
msgctxt "admin menu"
|
191 |
msgid "Dir. Admin"
|
192 |
msgstr "Управление Справочником"
|
193 |
|
194 |
-
#: admin/class-admin.php:
|
195 |
msgctxt "admin menu"
|
196 |
msgid "Directory Admin"
|
197 |
msgstr "Управление Справочником"
|
198 |
|
199 |
-
#: admin/class-admin.php:
|
200 |
msgctxt "admin menu"
|
201 |
msgid "Add New Listing"
|
202 |
msgstr "Добавить Запись"
|
203 |
|
204 |
-
#: admin/class-admin.php:
|
205 |
msgctxt "admin menu"
|
206 |
msgid "Manage Options"
|
207 |
msgstr "Настройки"
|
208 |
|
209 |
-
#: admin/class-admin.php:
|
210 |
msgctxt "admin menu"
|
211 |
msgid "Manage Fees"
|
212 |
msgstr "Тарифы"
|
213 |
|
214 |
-
#: admin/class-admin.php:
|
215 |
msgctxt "admin menu"
|
216 |
msgid "Manage Form Fields"
|
217 |
msgstr "Форма"
|
218 |
|
219 |
-
#: admin/class-admin.php:
|
220 |
msgctxt "admin menu"
|
221 |
msgid "Listings"
|
222 |
msgstr "Записи"
|
223 |
|
224 |
-
#: admin/class-admin.php:
|
225 |
msgctxt "admin menu"
|
226 |
msgid "CSV Import"
|
227 |
msgstr "Импорт из CSV"
|
228 |
|
229 |
-
#: admin/class-admin.php:
|
230 |
msgctxt "admin menu"
|
231 |
msgid "CSV Export"
|
232 |
msgstr "Экспорт в CSV"
|
233 |
|
234 |
-
#: admin/class-admin.php:
|
235 |
msgctxt "admin menu"
|
236 |
msgid "Debug"
|
237 |
msgstr "Отладка"
|
238 |
|
239 |
-
#: admin/class-admin.php:
|
240 |
msgctxt "admin menu"
|
241 |
msgid "Main Menu"
|
242 |
msgstr "Панель управления"
|
243 |
|
244 |
-
#: admin/class-admin.php:
|
245 |
msgctxt "admin menu"
|
246 |
msgid "Uninstall Business Directory Plugin"
|
247 |
msgstr "Удалить плагин Справочника Услуг"
|
248 |
|
249 |
-
#: admin/class-admin.php:
|
250 |
msgctxt "admin menu"
|
251 |
msgid "Uninstall"
|
252 |
msgstr "Удалить"
|
253 |
|
254 |
-
#: admin/class-admin.php:
|
255 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
256 |
msgctxt "admin infometabox"
|
257 |
msgid "never"
|
258 |
msgstr "никогда"
|
259 |
|
260 |
-
#: admin/class-admin.php:
|
261 |
msgctxt "admin"
|
262 |
msgid "Dismiss this notice."
|
263 |
msgstr "Убрать это предупреждение"
|
264 |
|
265 |
-
#: admin/class-admin.php:
|
266 |
msgctxt "admin"
|
267 |
msgid "The listing has been published."
|
268 |
msgid_plural "The listings have been published."
|
@@ -270,7 +270,7 @@ msgstr[0] "Запись была опубликована."
|
|
270 |
msgstr[1] "Записи были опубликованы."
|
271 |
msgstr[2] ""
|
272 |
|
273 |
-
#: admin/class-admin.php:
|
274 |
msgctxt "admin"
|
275 |
msgid "The listing status has been set as paid."
|
276 |
msgid_plural "The listings status has been set as paid."
|
@@ -278,7 +278,7 @@ msgstr[0] "Статус записи помечен как оплачено."
|
|
278 |
msgstr[1] "Статусы записей помечены как оплачены."
|
279 |
msgstr[2] ""
|
280 |
|
281 |
-
#: admin/class-admin.php:
|
282 |
msgctxt "admin"
|
283 |
msgid ""
|
284 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
@@ -291,7 +291,7 @@ msgstr[0] ""
|
|
291 |
msgstr[1] ""
|
292 |
msgstr[2] ""
|
293 |
|
294 |
-
#: admin/class-admin.php:
|
295 |
msgctxt "admin"
|
296 |
msgid "The listing has been modified."
|
297 |
msgid_plural "The listings have been modified."
|
@@ -299,7 +299,7 @@ msgstr[0] "Запись была изменена."
|
|
299 |
msgstr[1] "Записи были изменены."
|
300 |
msgstr[2] ""
|
301 |
|
302 |
-
#: admin/class-admin.php:
|
303 |
msgctxt "admin"
|
304 |
msgid "The listing has been upgraded."
|
305 |
msgid_plural "The listings have been upgraded."
|
@@ -307,7 +307,7 @@ msgstr[0] "Статус записи был поднят."
|
|
307 |
msgstr[1] "Статус записей был поднят."
|
308 |
msgstr[2] ""
|
309 |
|
310 |
-
#: admin/class-admin.php:
|
311 |
msgctxt "admin"
|
312 |
msgid "The listing has been downgraded."
|
313 |
msgid_plural "The listings have been downgraded."
|
@@ -315,7 +315,7 @@ msgstr[0] "Статус записи был опущен."
|
|
315 |
msgstr[1] "Статусы записей были опущены."
|
316 |
msgstr[2] ""
|
317 |
|
318 |
-
#: admin/class-admin.php:
|
319 |
msgctxt "admin payments"
|
320 |
msgid ""
|
321 |
"The payment status was not changed. Recurring payments can't be manually "
|
@@ -323,22 +323,22 @@ msgid ""
|
|
323 |
"went through."
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: admin/class-admin.php:
|
327 |
msgctxt "admin"
|
328 |
msgid "The transaction has been approved."
|
329 |
msgstr "Транзакция была утверждена."
|
330 |
|
331 |
-
#: admin/class-admin.php:
|
332 |
msgctxt "admin"
|
333 |
msgid "The transaction has been rejected."
|
334 |
msgstr "Транзакция была отвергнута."
|
335 |
|
336 |
-
#: admin/class-admin.php:
|
337 |
msgctxt "admin"
|
338 |
msgid "The fee was successfully assigned."
|
339 |
msgstr "Тариф был успешно назначен."
|
340 |
|
341 |
-
#: admin/class-admin.php:
|
342 |
msgctxt "admin"
|
343 |
msgid "Listing was renewed."
|
344 |
msgid_plural "Listings were renewed."
|
@@ -346,22 +346,22 @@ msgstr[0] "Запись была продлена."
|
|
346 |
msgstr[1] "Записи были продлены."
|
347 |
msgstr[2] ""
|
348 |
|
349 |
-
#: admin/class-admin.php:
|
350 |
msgctxt "admin"
|
351 |
msgid "Renewal email sent."
|
352 |
msgstr "Оповещение о продлении было отправлено по электронной почте."
|
353 |
|
354 |
-
#: admin/class-admin.php:
|
355 |
msgctxt "admin category id"
|
356 |
msgid "ID"
|
357 |
msgstr "№"
|
358 |
|
359 |
-
#: admin/class-admin.php:
|
360 |
msgctxt "admin"
|
361 |
msgid "Listing Count"
|
362 |
msgstr "Количество записей"
|
363 |
|
364 |
-
#: admin/class-admin.php:
|
365 |
msgctxt "admin"
|
366 |
msgid ""
|
367 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
@@ -370,7 +370,7 @@ msgstr ""
|
|
370 |
"<b>Плагин Справочник Услуг</b> для нормальной работы требует наличие полей "
|
371 |
"со следующими ассоциациям: <b>%s</b>."
|
372 |
|
373 |
-
#: admin/class-admin.php:
|
374 |
msgctxt "admin"
|
375 |
msgid ""
|
376 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
@@ -379,7 +379,7 @@ msgstr ""
|
|
379 |
"<b>Плагин Справочник Услуг</b> для корректной работы требует наличия поля, "
|
380 |
"имеющего ассоциацию с <b>%s</b>."
|
381 |
|
382 |
-
#: admin/class-admin.php:
|
383 |
msgctxt "admin"
|
384 |
msgid ""
|
385 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
@@ -388,17 +388,17 @@ msgstr ""
|
|
388 |
"Вы можете сами создать эти поля в разделе \"Управление / Форма\", или "
|
389 |
"позвольте плагину сделать это автоматически."
|
390 |
|
391 |
-
#: admin/class-admin.php:
|
392 |
msgctxt "admin"
|
393 |
msgid "Go to \"Manage Form Fields\""
|
394 |
msgstr "Перейти в раздел \"Управление / Форма\""
|
395 |
|
396 |
-
#: admin/class-admin.php:
|
397 |
msgctxt "admin"
|
398 |
msgid "Create these required fields for me"
|
399 |
msgstr "Создать эти поля автоматически"
|
400 |
|
401 |
-
#: admin/class-admin.php:
|
402 |
msgctxt "admin"
|
403 |
msgid ""
|
404 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -407,7 +407,7 @@ msgstr ""
|
|
407 |
"Плагин <b>Справочник Услуг</b> для нормальной работы требует наличия "
|
408 |
"страницы, в которой есть шорткод <tt>[businessdirectory]</tt>."
|
409 |
|
410 |
-
#: admin/class-admin.php:
|
411 |
msgctxt "admin"
|
412 |
msgid ""
|
413 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -416,34 +416,34 @@ msgstr ""
|
|
416 |
"Вы можете создать такую страницу сами, или позвольте плагину создать её для "
|
417 |
"Вас автоматически."
|
418 |
|
419 |
-
#: admin/class-admin.php:
|
420 |
msgctxt "admin"
|
421 |
msgid "Create required pages for me"
|
422 |
msgstr "Создать необходимые страницы автоматически"
|
423 |
|
424 |
-
#: admin/class-admin.php:
|
425 |
msgctxt "admin compat"
|
426 |
msgid "Installed: %s"
|
427 |
msgstr "Установлено: %s"
|
428 |
|
429 |
-
#: admin/class-admin.php:
|
430 |
msgctxt "admin compat"
|
431 |
msgid "N/A"
|
432 |
msgstr "Х/З"
|
433 |
|
434 |
-
#: admin/class-admin.php:
|
435 |
msgctxt "admin compat"
|
436 |
msgid "Required: %s"
|
437 |
msgstr "Требуется: %s"
|
438 |
|
439 |
-
#: admin/class-admin.php:
|
440 |
msgctxt "admin compat"
|
441 |
msgid ""
|
442 |
"Business Directory has detected some incompatible premium module versions "
|
443 |
"installed."
|
444 |
msgstr "Плагин обнаружил некоторые несовместимые платные модули."
|
445 |
|
446 |
-
#: admin/class-admin.php:
|
447 |
msgctxt "admin compat"
|
448 |
msgid ""
|
449 |
"Please upgrade to the required versions indicated below to make sure "
|
@@ -452,7 +452,7 @@ msgstr ""
|
|
452 |
"Пожалуйста обновите до необходимой версии, указанной ниже, чтобы убедиться, "
|
453 |
"что все функции будут работать правильно."
|
454 |
|
455 |
-
#: admin/class-admin.php:
|
456 |
msgctxt "admin"
|
457 |
msgid ""
|
458 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -465,22 +465,6 @@ msgstr ""
|
|
465 |
"WordPress] и включите режим \"Любой может зарегистрироваться\", чтобы "
|
466 |
"позволить нашему плагину правильно работать."
|
467 |
|
468 |
-
#: admin/class-listing-fields-metabox.php:21
|
469 |
-
msgctxt "admin"
|
470 |
-
msgid "Listing Fields"
|
471 |
-
msgstr "Поля записи:"
|
472 |
-
|
473 |
-
#: admin/class-listing-fields-metabox.php:40
|
474 |
-
#: templates/submit-listing/images.tpl.php:12
|
475 |
-
msgctxt "templates"
|
476 |
-
msgid "Current Images"
|
477 |
-
msgstr "Существующие изображения:"
|
478 |
-
|
479 |
-
#: admin/class-listing-fields-metabox.php:41
|
480 |
-
msgctxt "templates"
|
481 |
-
msgid "There are no images currently attached to the listing."
|
482 |
-
msgstr "К записи не прикреплено ни одного изображения."
|
483 |
-
|
484 |
#: admin/class-themes-admin.php:47
|
485 |
msgctxt "themes"
|
486 |
msgid "Directory Themes"
|
@@ -552,8 +536,9 @@ msgid "Theme installed successfully."
|
|
552 |
msgstr "Тема успешно установлена."
|
553 |
|
554 |
#: admin/class-themes-admin.php:229
|
|
|
555 |
msgctxt "themes"
|
556 |
-
msgid "Theme was deleted
|
557 |
msgstr "Тема успешно удалена."
|
558 |
|
559 |
#: admin/class-themes-admin.php:232
|
@@ -608,18 +593,18 @@ msgctxt "themes"
|
|
608 |
msgid "Activate your <a>license key</a> to use this theme."
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: admin/csv-export.php:
|
612 |
msgctxt "admin csv-export"
|
613 |
msgid "Could not create a temporary directory for handling this CSV export."
|
614 |
msgstr ""
|
615 |
"Не удалось создать временную директорию для создания экспортных файлов."
|
616 |
|
617 |
-
#: admin/csv-export.php:
|
618 |
msgctxt "admin csv-export"
|
619 |
msgid "Could not create wpbdp-csv-exports directory."
|
620 |
msgstr "Не удалось создать директорию \"wpbdp-csv-exports\"."
|
621 |
|
622 |
-
#: admin/csv-export.php:
|
623 |
msgctxt "admin csv-export"
|
624 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
625 |
msgstr "Ошибка при создании временной директории для экспорта в CSV файл: %s"
|
@@ -1279,40 +1264,59 @@ msgstr "Параметры файла CSV"
|
|
1279 |
|
1280 |
#: admin/templates/csv-export.tpl.php:94
|
1281 |
msgctxt "admin csv-export"
|
1282 |
-
msgid "
|
1283 |
-
msgstr "
|
1284 |
|
1285 |
-
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:
|
1286 |
-
#: admin/templates/csv-export.tpl.php:
|
1287 |
#: admin/templates/csv-import.tpl.php:109
|
1288 |
-
#: admin/templates/csv-import.tpl.php:
|
1289 |
-
#: admin/templates/csv-import.tpl.php:
|
1290 |
-
#: admin/templates/csv-import.tpl.php:
|
1291 |
msgctxt "admin forms"
|
1292 |
msgid "required"
|
1293 |
msgstr "обязательно"
|
1294 |
|
1295 |
-
#: admin/templates/csv-export.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1296 |
msgctxt "admin csv-export"
|
1297 |
msgid "Image Separator"
|
1298 |
msgstr "Разделитель изображений"
|
1299 |
|
1300 |
-
#: admin/templates/csv-export.tpl.php:
|
1301 |
msgctxt "admin csv-export"
|
1302 |
msgid "Category Separator"
|
1303 |
msgstr "Разделитель рубрик"
|
1304 |
|
1305 |
-
#: admin/templates/csv-export.tpl.php:
|
1306 |
msgctxt "admin csv-export"
|
1307 |
msgid "Export Listings"
|
1308 |
msgstr "Экспортировать записи"
|
1309 |
|
1310 |
-
#: admin/templates/csv-export.tpl.php:
|
1311 |
msgctxt "admin csv-export"
|
1312 |
msgid "Export in Progress..."
|
1313 |
msgstr "Экспорт работает..."
|
1314 |
|
1315 |
-
#: admin/templates/csv-export.tpl.php:
|
1316 |
msgctxt "admin csv-export"
|
1317 |
msgid ""
|
1318 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
@@ -1321,39 +1325,39 @@ msgstr ""
|
|
1321 |
"Ваш файл экспорта собирается. Пожалуйста <u>не закрывайте</u> эту страницу "
|
1322 |
"до тех пор, пока экспорт не закончится."
|
1323 |
|
1324 |
-
#: admin/templates/csv-export.tpl.php:
|
1325 |
msgctxt "admin csv-export"
|
1326 |
msgid "No. of listings:"
|
1327 |
msgstr "Количество записей:"
|
1328 |
|
1329 |
-
#: admin/templates/csv-export.tpl.php:
|
1330 |
msgctxt "admin csv-export"
|
1331 |
msgid "Approximate export file size:"
|
1332 |
msgstr "Приблизительный размер экспортного файла:"
|
1333 |
|
1334 |
-
#: admin/templates/csv-export.tpl.php:
|
1335 |
msgctxt "admin csv-export"
|
1336 |
msgid "Cancel Export"
|
1337 |
msgstr "Прекратить экспорт"
|
1338 |
|
1339 |
-
#: admin/templates/csv-export.tpl.php:
|
1340 |
msgctxt "admin csv-export"
|
1341 |
msgid "Export Complete"
|
1342 |
msgstr "Экспорт завершился"
|
1343 |
|
1344 |
-
#: admin/templates/csv-export.tpl.php:
|
1345 |
msgctxt "admin csv-export"
|
1346 |
msgid ""
|
1347 |
"Your export file has been successfully created and it is now ready for "
|
1348 |
"download."
|
1349 |
msgstr "Ваш файл экспорта был успешно создан и готов к скачиванию."
|
1350 |
|
1351 |
-
#: admin/templates/csv-export.tpl.php:
|
1352 |
msgctxt "admin csv-export"
|
1353 |
msgid "Download %s (%s)"
|
1354 |
msgstr "Скачать %s (%s)"
|
1355 |
|
1356 |
-
#: admin/templates/csv-export.tpl.php:
|
1357 |
msgctxt "admin csv-export"
|
1358 |
msgid ""
|
1359 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
@@ -1362,22 +1366,22 @@ msgstr ""
|
|
1362 |
"Как только файл скачается, нажмите кнопку \"Очистить\" чтобы удалить все "
|
1363 |
"временные данные, созданные плагином во время подготовки экспортного файла."
|
1364 |
|
1365 |
-
#: admin/templates/csv-export.tpl.php:
|
1366 |
msgctxt "admin csv-export"
|
1367 |
msgid "Cleanup"
|
1368 |
msgstr "Очистить"
|
1369 |
|
1370 |
-
#: admin/templates/csv-export.tpl.php:
|
1371 |
msgctxt "admin csv-export"
|
1372 |
msgid "Export Canceled"
|
1373 |
msgstr "Экспорт прерван"
|
1374 |
|
1375 |
-
#: admin/templates/csv-export.tpl.php:
|
1376 |
msgctxt "admin csv-export"
|
1377 |
msgid "The export has been canceled."
|
1378 |
msgstr "Процесс экспорта был прекращён."
|
1379 |
|
1380 |
-
#: admin/templates/csv-export.tpl.php:
|
1381 |
msgctxt "admin csv-export"
|
1382 |
msgid "← Return to CSV Export"
|
1383 |
msgstr "← Вернуться к экспорту CSV"
|
@@ -1509,7 +1513,7 @@ msgctxt "admin csv-import"
|
|
1509 |
msgid "Warning"
|
1510 |
msgstr "Предупреждение"
|
1511 |
|
1512 |
-
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:
|
1513 |
msgctxt "admin csv-import"
|
1514 |
msgid "Help"
|
1515 |
msgstr "Подсказка"
|
@@ -1571,73 +1575,88 @@ msgctxt "admin csv-import"
|
|
1571 |
msgid "Column Separator"
|
1572 |
msgstr "Разделитель колонок"
|
1573 |
|
1574 |
-
#: admin/templates/csv-import.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1575 |
msgctxt "admin csv-import"
|
1576 |
msgid "Image Separator"
|
1577 |
msgstr "Разделитель изображений"
|
1578 |
|
1579 |
-
#: admin/templates/csv-import.tpl.php:
|
1580 |
msgctxt "admin csv-import"
|
1581 |
msgid "Category Separator"
|
1582 |
msgstr "Разделитель рубрик"
|
1583 |
|
1584 |
-
#: admin/templates/csv-import.tpl.php:
|
1585 |
msgctxt "admin csv-import"
|
1586 |
msgid "Import settings"
|
1587 |
msgstr "Настройки импорта"
|
1588 |
|
1589 |
-
#: admin/templates/csv-import.tpl.php:
|
1590 |
msgctxt "admin csv-import"
|
1591 |
msgid "Post status of imported listings"
|
1592 |
msgstr "Статус записей по окончании импорта"
|
1593 |
|
1594 |
-
#: admin/templates/csv-import.tpl.php:
|
1595 |
msgctxt "admin csv-import"
|
1596 |
msgid "Missing categories handling"
|
1597 |
msgstr "Обработка новых рубрик"
|
1598 |
|
1599 |
-
#: admin/templates/csv-import.tpl.php:
|
1600 |
msgctxt "admin csv-import"
|
1601 |
msgid "Auto-create categories"
|
1602 |
msgstr "Автоматически создавать"
|
1603 |
|
1604 |
-
#: admin/templates/csv-import.tpl.php:
|
1605 |
msgctxt "admin csv-import"
|
1606 |
msgid "Generate errors when a category is not found"
|
1607 |
msgstr "Выдавать ошибку \"рубрика не найдена\""
|
1608 |
|
1609 |
-
#: admin/templates/csv-import.tpl.php:
|
1610 |
msgctxt "admin csv-import"
|
1611 |
msgid "Keep existing listing images?"
|
1612 |
msgstr "Существующие изображения?"
|
1613 |
|
1614 |
-
#: admin/templates/csv-import.tpl.php:
|
1615 |
msgctxt "admin csv-import"
|
1616 |
msgid "Keep existing images."
|
1617 |
msgstr "Соранить."
|
1618 |
|
1619 |
-
#: admin/templates/csv-import.tpl.php:
|
1620 |
msgctxt "admin csv-import"
|
1621 |
msgid "Appends new images while keeping current ones."
|
1622 |
msgstr "Будет добавлять новые изображения и не удалит существующие."
|
1623 |
|
1624 |
-
#: admin/templates/csv-import.tpl.php:
|
1625 |
msgctxt "admin csv-import"
|
1626 |
msgid "Assign listings to a user?"
|
1627 |
msgstr "Автор?"
|
1628 |
|
1629 |
-
#: admin/templates/csv-import.tpl.php:
|
1630 |
msgctxt "admin csv-import"
|
1631 |
msgid "Assign listings to a user."
|
1632 |
msgstr "Назначить новые записи существующему пользователю."
|
1633 |
|
1634 |
-
#: admin/templates/csv-import.tpl.php:
|
1635 |
msgctxt "admin csv-import"
|
1636 |
msgid "Use a default user for listings?"
|
1637 |
msgstr ""
|
1638 |
"Использовать изображение по-умолчанию, если ни одного не было загружено?"
|
1639 |
|
1640 |
-
#: admin/templates/csv-import.tpl.php:
|
1641 |
msgctxt "admin csv-import"
|
1642 |
msgid ""
|
1643 |
"Select a default user to be used if the username column is not present in "
|
@@ -1646,12 +1665,12 @@ msgstr ""
|
|
1646 |
"<br />Выберите зарегистрированного пользователя сайта, чтобы ему были "
|
1647 |
"назначены новые записи, не имеющие имени пользователя в файле CSV."
|
1648 |
|
1649 |
-
#: admin/templates/csv-import.tpl.php:
|
1650 |
msgctxt "admin csv-import"
|
1651 |
msgid "Default listing user"
|
1652 |
msgstr "Пользователь по-умолчанию для новых записей:"
|
1653 |
|
1654 |
-
#: admin/templates/csv-import.tpl.php:
|
1655 |
msgctxt "admin csv-import"
|
1656 |
msgid ""
|
1657 |
"This user will be used if the username column is not present in the CSV file."
|
@@ -1659,27 +1678,27 @@ msgstr ""
|
|
1659 |
"<br />Выберите зарегистрированного пользователя сайта, чтобы ему были "
|
1660 |
"назначены новые записи, не имеющие имени пользователя в файле CSV."
|
1661 |
|
1662 |
-
#: admin/templates/csv-import.tpl.php:
|
1663 |
msgctxt "admin csv-import"
|
1664 |
msgid "Disable e-mail notifications during import?"
|
1665 |
msgstr "Оповещения по электронной почте:"
|
1666 |
|
1667 |
-
#: admin/templates/csv-import.tpl.php:
|
1668 |
msgctxt "admin csv-import"
|
1669 |
msgid "Disable e-mail notifications."
|
1670 |
msgstr "Запретить оповещения пока производится импорт новых записей."
|
1671 |
|
1672 |
-
#: admin/templates/csv-import.tpl.php:
|
1673 |
msgctxt "admin csv-import"
|
1674 |
msgid "Test Import"
|
1675 |
msgstr "Тест импорта"
|
1676 |
|
1677 |
-
#: admin/templates/csv-import.tpl.php:
|
1678 |
msgctxt "admin csv-import"
|
1679 |
msgid "Import Listings"
|
1680 |
msgstr "Импортировать записи"
|
1681 |
|
1682 |
-
#: admin/templates/csv-import.tpl.php:
|
1683 |
msgctxt "admin csv-import"
|
1684 |
msgid ""
|
1685 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -1693,42 +1712,42 @@ msgstr ""
|
|
1693 |
"\">Образец файла CSV для импорта</a>\" чтобы узнать, как такой файл должен "
|
1694 |
"выглядеть."
|
1695 |
|
1696 |
-
#: admin/templates/csv-import.tpl.php:
|
1697 |
msgctxt "admin csv-import"
|
1698 |
msgid "Header name/label"
|
1699 |
msgstr "Имя или метка заголовка"
|
1700 |
|
1701 |
-
#: admin/templates/csv-import.tpl.php:
|
1702 |
msgctxt "admin csv-import"
|
1703 |
msgid "Field"
|
1704 |
msgstr "Поле"
|
1705 |
|
1706 |
-
#: admin/templates/csv-import.tpl.php:
|
1707 |
msgctxt "admin csv-import"
|
1708 |
msgid "Type"
|
1709 |
msgstr "Тип"
|
1710 |
|
1711 |
-
#: admin/templates/csv-import.tpl.php:
|
1712 |
msgctxt "admin csv-import"
|
1713 |
msgid "Required?"
|
1714 |
msgstr "Обязательно?"
|
1715 |
|
1716 |
-
#: admin/templates/csv-import.tpl.php:
|
1717 |
msgctxt "admin csv-import"
|
1718 |
msgid "Multivalued?"
|
1719 |
msgstr "Множественные значения?"
|
1720 |
|
1721 |
-
#: admin/templates/csv-import.tpl.php:
|
1722 |
msgctxt "admin csv-import"
|
1723 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1724 |
msgstr "Знак \"точка с запятой\" разделяет список изображений (в файле ZIP)"
|
1725 |
|
1726 |
-
#: admin/templates/csv-import.tpl.php:
|
1727 |
msgctxt "admin csv-import"
|
1728 |
msgid "Listing author's username"
|
1729 |
msgstr "Учётная запись автора записи"
|
1730 |
|
1731 |
-
#: admin/templates/csv-import.tpl.php:
|
1732 |
msgctxt "admin csv-import"
|
1733 |
msgid ""
|
1734 |
"Internal Sequence ID used to allow listing updates from external sources."
|
@@ -1736,7 +1755,7 @@ msgstr ""
|
|
1736 |
"Был использован внутренний последовательный номер, чтобы позволить загрузку "
|
1737 |
"данных из справочника с другого сайта."
|
1738 |
|
1739 |
-
#: admin/templates/csv-import.tpl.php:
|
1740 |
msgctxt "admin csv-import"
|
1741 |
msgid ""
|
1742 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -2213,7 +2232,7 @@ msgstr ""
|
|
2213 |
"<br />Для дополнительной информации обратитесь к <a>Документации по полям "
|
2214 |
"форм</a>."
|
2215 |
|
2216 |
-
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.
|
2217 |
#. Plugin Name of the plugin/theme
|
2218 |
#: admin/templates/header.tpl.php:4
|
2219 |
msgid "Business Directory Plugin"
|
@@ -2984,64 +3003,70 @@ msgctxt "tracking"
|
|
2984 |
msgid "Allow Tracking"
|
2985 |
msgstr "Разрешаю"
|
2986 |
|
2987 |
-
#: business-directory-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
2988 |
msgctxt "admin plugins"
|
2989 |
msgid "Settings"
|
2990 |
msgstr "Настройки"
|
2991 |
|
2992 |
-
#: business-directory-plugin.php:
|
2993 |
msgctxt "rss feed"
|
2994 |
msgid "%s Feed"
|
2995 |
msgstr "Лента %ы"
|
2996 |
|
2997 |
-
#: business-directory-plugin.php:
|
2998 |
#: core/views/submit_listing.php:10
|
2999 |
msgctxt "views"
|
3000 |
msgid "Submit A Listing"
|
3001 |
msgstr "Создать запись"
|
3002 |
|
3003 |
-
#: business-directory-plugin.php:
|
3004 |
msgctxt "title"
|
3005 |
msgid "Find a Listing"
|
3006 |
msgstr "Найти запись"
|
3007 |
|
3008 |
-
#: business-directory-plugin.php:
|
3009 |
msgctxt "title"
|
3010 |
msgid "View All Listings"
|
3011 |
msgstr "Показать все записи"
|
3012 |
|
3013 |
-
#: business-directory-plugin.php:
|
3014 |
msgctxt "title"
|
3015 |
msgid "Listings tagged: %s"
|
3016 |
msgstr "Записи помеченные меткой \"%s\""
|
3017 |
|
3018 |
-
#: core/api.php:
|
3019 |
msgid "Free"
|
3020 |
msgstr "Бесплатно"
|
3021 |
|
3022 |
-
#: core/class-csv-import.php:
|
3023 |
msgctxt "admin csv-import"
|
3024 |
msgid ""
|
3025 |
"Could not create listing category \"<category-name>\". The operation failed "
|
3026 |
"with the following error: <error-message>."
|
3027 |
msgstr ""
|
3028 |
|
3029 |
-
#: core/class-csv-import.php:
|
3030 |
msgctxt "admin csv-import"
|
3031 |
msgid "Could not create listing category \"%s\""
|
3032 |
msgstr "Не удалось создать рубрику \"%s\""
|
3033 |
|
3034 |
-
#: core/class-csv-import.php:
|
3035 |
msgctxt "admin csv-import"
|
3036 |
msgid "Username \"%s\" does not exist"
|
3037 |
msgstr "Имя учётной записи \"%s\" не существует"
|
3038 |
|
3039 |
-
#: core/class-csv-import.php:
|
3040 |
msgctxt "admin csv-import"
|
3041 |
msgid "Missing required field: %s"
|
3042 |
msgstr "Отсутствует обязательное поле: %s"
|
3043 |
|
3044 |
-
#: core/class-csv-import.php:
|
3045 |
msgctxt "admin csv-import"
|
3046 |
msgid "Listing category \"%s\" does not exist"
|
3047 |
msgstr "Рубрика \"%s\" не существует"
|
@@ -3175,12 +3200,12 @@ msgctxt "listing"
|
|
3175 |
msgid "(Fee Unavailable)"
|
3176 |
msgstr "(Тариф недоступен)"
|
3177 |
|
3178 |
-
#: core/class-listings-api.php:
|
3179 |
msgctxt "notify email"
|
3180 |
msgid "[%s] New listing notification"
|
3181 |
msgstr "[%s] Оповещение о новой записи"
|
3182 |
|
3183 |
-
#: core/class-listings-api.php:
|
3184 |
msgctxt "notify email"
|
3185 |
msgid "[%s] Listing edit notification"
|
3186 |
msgstr "[%s] Оповещение об изменении записи"
|
@@ -3225,12 +3250,12 @@ msgctxt "widgets"
|
|
3225 |
msgid "Leave blank for automatic height."
|
3226 |
msgstr "Оставьте поле пустым для автоматической высоты."
|
3227 |
|
3228 |
-
#: core/class-payment.php:223
|
3229 |
msgctxt "listings"
|
3230 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3231 |
msgstr "Тариф \"%s\" для рубрики \"%s\"%s"
|
3232 |
|
3233 |
-
#: core/class-payment.php:226
|
3234 |
msgctxt "listings"
|
3235 |
msgid "(recurring)"
|
3236 |
msgstr "(повторяющееся)"
|
@@ -4921,17 +4946,17 @@ msgstr "Темы справочника"
|
|
4921 |
msgid "Directory Tag"
|
4922 |
msgstr "Все рубрики"
|
4923 |
|
4924 |
-
#: core/compatibility/class-navxt-integration.php:
|
4925 |
msgctxt "navxt"
|
4926 |
msgid "Submit Listing"
|
4927 |
msgstr "Добавить"
|
4928 |
|
4929 |
-
#: core/compatibility/class-navxt-integration.php:
|
4930 |
msgctxt "navxt"
|
4931 |
msgid "Edit Listing"
|
4932 |
msgstr "Изменить"
|
4933 |
|
4934 |
-
#: core/compatibility/class-navxt-integration.php:
|
4935 |
msgctxt "navxt"
|
4936 |
msgid "Search"
|
4937 |
msgstr "Поиск"
|
@@ -4943,14 +4968,14 @@ msgstr "Кнопка выбора"
|
|
4943 |
|
4944 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
4945 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
4946 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4947 |
msgctxt "form-fields admin"
|
4948 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4949 |
msgstr "Параметры поля (для выбранных списков и кнопок)."
|
4950 |
|
4951 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
4952 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
4953 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4954 |
msgctxt "form-fields admin"
|
4955 |
msgid "Field list of options is required."
|
4956 |
msgstr "Список вариантов поля обязателен."
|
@@ -5041,18 +5066,18 @@ msgctxt "form-fields api"
|
|
5041 |
msgid "Select List"
|
5042 |
msgstr "Список выбора"
|
5043 |
|
5044 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5045 |
msgctxt "form-fields-api category-select"
|
5046 |
msgid "-- Choose Terms --"
|
5047 |
msgstr "-- Выберите --"
|
5048 |
|
5049 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5050 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5051 |
msgctxt "form-fields-api category-select"
|
5052 |
msgid "-- Choose One --"
|
5053 |
msgstr "-- Выберите --"
|
5054 |
|
5055 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5056 |
msgctxt "form-fields admin"
|
5057 |
msgid "Allow empty selection on search?"
|
5058 |
msgstr "Разрешить поиск по пустой строке?"
|
@@ -5445,8 +5470,9 @@ msgid "Could not update theme: %s"
|
|
5445 |
msgstr "Не удалось обновить тему: %s"
|
5446 |
|
5447 |
#: core/helpers/class-themes-updater.php:165
|
|
|
5448 |
msgctxt "themes"
|
5449 |
-
msgid "Theme was updated
|
5450 |
msgstr "Тема была успешно обновлена."
|
5451 |
|
5452 |
#: core/installer.php:43
|
@@ -5551,9 +5577,10 @@ msgid "Pause Upgrade"
|
|
5551 |
msgstr "Поставить на паузу"
|
5552 |
|
5553 |
#: core/installer.php:1110
|
|
|
5554 |
msgctxt "manual-upgrade"
|
5555 |
msgid ""
|
5556 |
-
"The upgrade was
|
5557 |
"available."
|
5558 |
msgstr ""
|
5559 |
"Обновление успешно завершилось. Все функции плагина Справочник Услуг сейчас "
|
@@ -5860,39 +5887,39 @@ msgctxt "templates"
|
|
5860 |
msgid "No listing categories found."
|
5861 |
msgstr "Рубрики не обнаружены."
|
5862 |
|
5863 |
-
#: core/templates-ui.php:
|
5864 |
msgid "Directory"
|
5865 |
msgstr "Все рубрики"
|
5866 |
|
5867 |
-
#: core/templates-ui.php:
|
5868 |
msgid "View All Listings"
|
5869 |
msgstr "Показать все записи"
|
5870 |
|
5871 |
-
#: core/templates-ui.php:
|
5872 |
msgid "Create A Listing"
|
5873 |
msgstr "Бесплатные записи"
|
5874 |
|
5875 |
-
#: core/templates-ui.php:
|
5876 |
msgctxt "templates"
|
5877 |
msgid "Search Listings"
|
5878 |
msgstr "Найти"
|
5879 |
|
5880 |
-
#: core/templates-ui.php:
|
5881 |
msgctxt "templates"
|
5882 |
msgid "Advanced Search"
|
5883 |
msgstr "Расширенный поиск"
|
5884 |
|
5885 |
-
#: core/templates-ui.php:
|
5886 |
msgctxt "templates sort"
|
5887 |
msgid "Sort By:"
|
5888 |
msgstr "Сортировка по:"
|
5889 |
|
5890 |
-
#: core/templates-ui.php:
|
5891 |
msgctxt "sort"
|
5892 |
msgid "Reset"
|
5893 |
msgstr "Сбросить"
|
5894 |
|
5895 |
-
#: core/templates-ui.php:
|
5896 |
msgctxt "sort"
|
5897 |
msgid "(Reset)"
|
5898 |
msgstr "(Сбросить)"
|
@@ -6021,42 +6048,71 @@ msgid ""
|
|
6021 |
"You are logged in as an administrator. Any payment steps will be skipped."
|
6022 |
msgstr "Вы вошли на сайт как Администратор. Все шаги оплаты будут пропущены."
|
6023 |
|
6024 |
-
#: core/view-submit-listing.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6025 |
msgctxt "templates"
|
6026 |
msgid "Please select a fee option for the \"%s\" category."
|
6027 |
msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
|
6028 |
|
6029 |
-
#: core/view-submit-listing.php:
|
6030 |
msgctxt "templates"
|
6031 |
msgid "Please agree to the Terms and Conditions."
|
6032 |
msgstr "Пожалуйста примите наши Условия и Положения."
|
6033 |
|
6034 |
-
#: core/view-submit-listing.php:
|
6035 |
msgctxt "templates"
|
6036 |
msgid "The reCAPTCHA wasn't entered correctly."
|
6037 |
msgstr "Код reCAPTCHA был введён неправильно."
|
6038 |
|
6039 |
-
#: core/view-submit-listing.php:
|
6040 |
msgctxt "templates"
|
6041 |
msgid "Read our Terms and Conditions"
|
6042 |
msgstr "Прочитайте наши Условия и Положения"
|
6043 |
|
6044 |
-
#: core/view-submit-listing.php:
|
6045 |
msgctxt "templates"
|
6046 |
msgid "Terms and Conditions:"
|
6047 |
msgstr "Условия и Положения:"
|
6048 |
|
6049 |
-
#: core/view-submit-listing.php:
|
6050 |
msgctxt "templates"
|
6051 |
msgid "I agree to the Terms and Conditions"
|
6052 |
msgstr "Я согласен с Условиями и Положениями"
|
6053 |
|
6054 |
-
#: core/view-submit-listing.php:
|
6055 |
msgctxt "submit"
|
6056 |
msgid "Listing upgrade to featured"
|
6057 |
msgstr "Сделать запись Особой"
|
6058 |
|
6059 |
-
#: core/view-submit-listing.php:
|
6060 |
msgctxt "submit_state"
|
6061 |
msgid "Invalid submit state."
|
6062 |
msgstr "Некорректная дата создания."
|
@@ -6100,8 +6156,9 @@ msgid "← Return to Directory."
|
|
6100 |
msgstr "← Вернуться в справочник."
|
6101 |
|
6102 |
#: core/views/checkout.php:130
|
|
|
6103 |
msgctxt "checkout"
|
6104 |
-
msgid "Your payment was received
|
6105 |
msgstr "Ваш платёж был успешно получен."
|
6106 |
|
6107 |
#: core/views/checkout.php:137
|
@@ -6264,17 +6321,17 @@ msgctxt "listings"
|
|
6264 |
msgid "Fee \"%s\" renewal for category \"%s\""
|
6265 |
msgstr "Плата \"%s\" за обновление рубрики \"%s\""
|
6266 |
|
6267 |
-
#: core/views/renew_listing.php:
|
6268 |
msgctxt "renewal"
|
6269 |
msgid "Invalid renewal state."
|
6270 |
msgstr "Некорректное состояние продления."
|
6271 |
|
6272 |
-
#: core/views/renew_listing.php:
|
6273 |
msgctxt "templates"
|
6274 |
msgid "Recurring Fee Management"
|
6275 |
msgstr "Управление периодический оплатой"
|
6276 |
|
6277 |
-
#: core/views/renew_listing.php:
|
6278 |
msgctxt "renew"
|
6279 |
msgid ""
|
6280 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
@@ -6284,22 +6341,22 @@ msgstr ""
|
|
6284 |
"необходимости продлевать срок действия Вашей записи - продление произойдёт "
|
6285 |
"автоматически в нужное время."
|
6286 |
|
6287 |
-
#: core/views/renew_listing.php:
|
6288 |
msgctxt "renewal"
|
6289 |
msgid "Current Fee Details"
|
6290 |
msgstr "Детали текущего платежа"
|
6291 |
|
6292 |
-
#: core/views/renew_listing.php:
|
6293 |
msgctxt "renewal"
|
6294 |
msgid "Number of images:"
|
6295 |
msgstr "Количество изображений:"
|
6296 |
|
6297 |
-
#: core/views/renew_listing.php:
|
6298 |
msgctxt "renewal"
|
6299 |
msgid "Expiration date:"
|
6300 |
msgstr "Истекает:"
|
6301 |
|
6302 |
-
#: core/views/renew_listing.php:
|
6303 |
msgctxt "renew"
|
6304 |
msgid ""
|
6305 |
"However, if you want to cancel your subscription you can do that on this "
|
@@ -6342,6 +6399,11 @@ msgctxt "views"
|
|
6342 |
msgid "Find A Listing"
|
6343 |
msgstr "Найти запись"
|
6344 |
|
|
|
|
|
|
|
|
|
|
|
6345 |
#: core/views/submit_listing.php:16
|
6346 |
msgctxt "templates"
|
6347 |
msgid ""
|
@@ -7003,7 +7065,7 @@ msgstr ""
|
|
7003 |
#: templates/renew-listing.tpl.php:22
|
7004 |
#: templates/submit-listing/category-selection.tpl.php:8
|
7005 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
7006 |
-
#: templates/submit-listing/images.tpl.php:
|
7007 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
7008 |
msgctxt "templates"
|
7009 |
msgid "Continue"
|
@@ -7108,37 +7170,37 @@ msgctxt "templates"
|
|
7108 |
msgid "Delete Image"
|
7109 |
msgstr "Удалить изображение"
|
7110 |
|
7111 |
-
#: templates/submit-listing/images-single.tpl.php:
|
7112 |
msgctxt "templates"
|
7113 |
msgid "Set this image as the listing thumbnail."
|
7114 |
msgstr "Миниатюра"
|
7115 |
|
7116 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7117 |
msgctxt "templates"
|
7118 |
msgid "Upload Images"
|
7119 |
msgstr "Загрузить изображение"
|
7120 |
|
7121 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7122 |
msgctxt "templates"
|
7123 |
msgid "Drop files here"
|
7124 |
msgstr "Перетащите файлы сюда"
|
7125 |
|
7126 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7127 |
msgctxt "templates image upload"
|
7128 |
msgid "or"
|
7129 |
msgstr "или"
|
7130 |
|
7131 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7132 |
msgctxt "templates"
|
7133 |
msgid "Select images from your hard drive"
|
7134 |
msgstr "Выберите файл на диске Вашего компьютера"
|
7135 |
|
7136 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7137 |
msgctxt "templates"
|
7138 |
msgid "Uploading %s file(s)... Please wait."
|
7139 |
msgstr "Подождите пожалуйста, идёт загрузка %s файла(ов)..."
|
7140 |
|
7141 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7142 |
msgctxt "templates"
|
7143 |
msgid ""
|
7144 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
@@ -7149,39 +7211,39 @@ msgstr ""
|
|
7149 |
"кликнуть по кнопке \"Далее\", если с эта часть записи уже готова, либо "
|
7150 |
"\"Удалить изображение\" и загрузить новый файл вместо текущего."
|
7151 |
|
7152 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7153 |
msgctxt "templates"
|
7154 |
msgid "Image slots available:"
|
7155 |
msgstr "Свободных мест для загрузки изображений:"
|
7156 |
|
7157 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7158 |
msgctxt "templates"
|
7159 |
msgid "File size:"
|
7160 |
msgstr "Минимальный размер файла:"
|
7161 |
|
7162 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7163 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7164 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7165 |
msgctxt "templates"
|
7166 |
msgid "No limit"
|
7167 |
msgstr ""
|
7168 |
|
7169 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7170 |
msgctxt "templates"
|
7171 |
msgid "Image width:"
|
7172 |
msgstr "Ширина изображения (пикселы):"
|
7173 |
|
7174 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7175 |
msgctxt "templates"
|
7176 |
msgid "Image height:"
|
7177 |
msgstr "Высота изображения (пикселы):"
|
7178 |
|
7179 |
-
#: templates/submit-listing/images.tpl.php:
|
7180 |
msgctxt "templates"
|
7181 |
msgid "Listing Images"
|
7182 |
msgstr "Изображение записи"
|
7183 |
|
7184 |
-
#: templates/submit-listing/images.tpl.php:
|
7185 |
msgctxt "templates"
|
7186 |
msgid ""
|
7187 |
"There is an image pending upload. Would you still like to continue without "
|
@@ -7190,7 +7252,12 @@ msgstr ""
|
|
7190 |
"Ожидается загрузка изображения. Хотите ли Вы продолжить не дожидаясь "
|
7191 |
"загрузки и отказавшись от этого изображения?"
|
7192 |
|
7193 |
-
#: templates/submit-listing/images.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
7194 |
msgctxt "templates"
|
7195 |
msgid "There are no images currently attached to your listing."
|
7196 |
msgstr "К Вашей записи не прикреплено ни одного изображения."
|
@@ -7230,6 +7297,18 @@ msgstr "D. Rodenbaugh"
|
|
7230 |
msgid "http://businessdirectoryplugin.com"
|
7231 |
msgstr "http://businessdirectoryplugin.com"
|
7232 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7233 |
#~ msgctxt "post type singular name"
|
7234 |
#~ msgid "Directory"
|
7235 |
#~ msgstr "Справочник"
|
@@ -7325,11 +7404,6 @@ msgstr "http://businessdirectoryplugin.com"
|
|
7325 |
#~ msgid "The directory is temporarily disabled."
|
7326 |
#~ msgstr "Справочник временно отключен."
|
7327 |
|
7328 |
-
#~ msgctxt "preview"
|
7329 |
-
#~ msgid "This is just a preview. The listing has not been published yet."
|
7330 |
-
#~ msgstr ""
|
7331 |
-
#~ "Это просто предварительный просмотр. Запись ещё не была опубликована."
|
7332 |
-
|
7333 |
#~ msgctxt "templates"
|
7334 |
#~ msgid "Listings tagged: %s"
|
7335 |
#~ msgstr "Записи помечены: %s"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Business Directory Plugin 3.6.11\n"
|
4 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
5 |
+
"POT-Creation-Date: 2017-04-04 17:28:39+00:00\n"
|
6 |
"PO-Revision-Date: 2017-01-16 17:49-0500\n"
|
7 |
"Last-Translator: Mick Levin <mikhaillevin@hotmail.com>\n"
|
8 |
"Language-Team: BD Team <support@businessdirectoryplugin.com>\n"
|
127 |
msgid "Renew Listing"
|
128 |
msgstr "Продлить запись"
|
129 |
|
130 |
+
#: admin/class-admin.php:105
|
131 |
msgid ""
|
132 |
"Preview is only available after you've saved the first draft. This is due\n"
|
133 |
"to how WordPress stores the data."
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: admin/class-admin.php:138
|
137 |
msgctxt "drip pointer"
|
138 |
msgid ""
|
139 |
"Find out how to create a compelling, thriving business directory from "
|
145 |
"по электронной почте. Если Вы подпишитесь на этот урок, то Вы получите "
|
146 |
"БЕСПЛАТНО один платный модуль."
|
147 |
|
148 |
+
#: admin/class-admin.php:140
|
149 |
msgctxt "drip pointer"
|
150 |
msgid "Email Address:"
|
151 |
msgstr "Электронный адрес:"
|
152 |
|
153 |
+
#: admin/class-admin.php:146
|
154 |
msgctxt "drip pointer"
|
155 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
156 |
msgstr "Хотите узнать секрет создания классного справочника услуг?"
|
157 |
|
158 |
+
#: admin/class-admin.php:148
|
159 |
msgctxt "drip pointer"
|
160 |
msgid "Yes, please!"
|
161 |
msgstr "Да, конечно!"
|
162 |
|
163 |
+
#: admin/class-admin.php:150
|
164 |
msgctxt "drip pointer"
|
165 |
msgid "No, thanks"
|
166 |
msgstr "Нет, спасибо"
|
167 |
|
168 |
+
#: admin/class-admin.php:167
|
169 |
msgctxt "admin"
|
170 |
msgid "Business Directory"
|
171 |
msgstr "Справочник услуг"
|
172 |
|
173 |
+
#: admin/class-admin.php:178
|
174 |
msgctxt "admin"
|
175 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
176 |
msgstr ""
|
177 |
"Всё настроено. Откройте страницу Вашего нового <a>Справочника услуг</a> "
|
178 |
|
179 |
+
#: admin/class-admin.php:199
|
180 |
msgctxt "drip pointer"
|
181 |
msgid "Invalid e-mail address."
|
182 |
msgstr "Некорректный электронный адрес."
|
183 |
|
184 |
+
#: admin/class-admin.php:233
|
185 |
msgctxt "admin menu"
|
186 |
msgid "Business Directory Admin"
|
187 |
msgstr "Управление справочником"
|
188 |
|
189 |
+
#: admin/class-admin.php:234
|
190 |
msgctxt "admin menu"
|
191 |
msgid "Dir. Admin"
|
192 |
msgstr "Управление Справочником"
|
193 |
|
194 |
+
#: admin/class-admin.php:234
|
195 |
msgctxt "admin menu"
|
196 |
msgid "Directory Admin"
|
197 |
msgstr "Управление Справочником"
|
198 |
|
199 |
+
#: admin/class-admin.php:240 admin/class-admin.php:241
|
200 |
msgctxt "admin menu"
|
201 |
msgid "Add New Listing"
|
202 |
msgstr "Добавить Запись"
|
203 |
|
204 |
+
#: admin/class-admin.php:246 admin/class-admin.php:247
|
205 |
msgctxt "admin menu"
|
206 |
msgid "Manage Options"
|
207 |
msgstr "Настройки"
|
208 |
|
209 |
+
#: admin/class-admin.php:252 admin/class-admin.php:253
|
210 |
msgctxt "admin menu"
|
211 |
msgid "Manage Fees"
|
212 |
msgstr "Тарифы"
|
213 |
|
214 |
+
#: admin/class-admin.php:258 admin/class-admin.php:259
|
215 |
msgctxt "admin menu"
|
216 |
msgid "Manage Form Fields"
|
217 |
msgstr "Форма"
|
218 |
|
219 |
+
#: admin/class-admin.php:264 admin/class-admin.php:265
|
220 |
msgctxt "admin menu"
|
221 |
msgid "Listings"
|
222 |
msgstr "Записи"
|
223 |
|
224 |
+
#: admin/class-admin.php:279 admin/class-admin.php:280
|
225 |
msgctxt "admin menu"
|
226 |
msgid "CSV Import"
|
227 |
msgstr "Импорт из CSV"
|
228 |
|
229 |
+
#: admin/class-admin.php:285 admin/class-admin.php:286
|
230 |
msgctxt "admin menu"
|
231 |
msgid "CSV Export"
|
232 |
msgstr "Экспорт в CSV"
|
233 |
|
234 |
+
#: admin/class-admin.php:291 admin/class-admin.php:292
|
235 |
msgctxt "admin menu"
|
236 |
msgid "Debug"
|
237 |
msgstr "Отладка"
|
238 |
|
239 |
+
#: admin/class-admin.php:301
|
240 |
msgctxt "admin menu"
|
241 |
msgid "Main Menu"
|
242 |
msgstr "Панель управления"
|
243 |
|
244 |
+
#: admin/class-admin.php:312
|
245 |
msgctxt "admin menu"
|
246 |
msgid "Uninstall Business Directory Plugin"
|
247 |
msgstr "Удалить плагин Справочника Услуг"
|
248 |
|
249 |
+
#: admin/class-admin.php:313
|
250 |
msgctxt "admin menu"
|
251 |
msgid "Uninstall"
|
252 |
msgstr "Удалить"
|
253 |
|
254 |
+
#: admin/class-admin.php:427
|
255 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
256 |
msgctxt "admin infometabox"
|
257 |
msgid "never"
|
258 |
msgstr "никогда"
|
259 |
|
260 |
+
#: admin/class-admin.php:521
|
261 |
msgctxt "admin"
|
262 |
msgid "Dismiss this notice."
|
263 |
msgstr "Убрать это предупреждение"
|
264 |
|
265 |
+
#: admin/class-admin.php:549
|
266 |
msgctxt "admin"
|
267 |
msgid "The listing has been published."
|
268 |
msgid_plural "The listings have been published."
|
270 |
msgstr[1] "Записи были опубликованы."
|
271 |
msgstr[2] ""
|
272 |
|
273 |
+
#: admin/class-admin.php:567
|
274 |
msgctxt "admin"
|
275 |
msgid "The listing status has been set as paid."
|
276 |
msgid_plural "The listings status has been set as paid."
|
278 |
msgstr[1] "Статусы записей помечены как оплачены."
|
279 |
msgstr[2] ""
|
280 |
|
281 |
+
#: admin/class-admin.php:573
|
282 |
msgctxt "admin"
|
283 |
msgid ""
|
284 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
291 |
msgstr[1] ""
|
292 |
msgstr[2] ""
|
293 |
|
294 |
+
#: admin/class-admin.php:592
|
295 |
msgctxt "admin"
|
296 |
msgid "The listing has been modified."
|
297 |
msgid_plural "The listings have been modified."
|
299 |
msgstr[1] "Записи были изменены."
|
300 |
msgstr[2] ""
|
301 |
|
302 |
+
#: admin/class-admin.php:605
|
303 |
msgctxt "admin"
|
304 |
msgid "The listing has been upgraded."
|
305 |
msgid_plural "The listings have been upgraded."
|
307 |
msgstr[1] "Статус записей был поднят."
|
308 |
msgstr[2] ""
|
309 |
|
310 |
+
#: admin/class-admin.php:617
|
311 |
msgctxt "admin"
|
312 |
msgid "The listing has been downgraded."
|
313 |
msgid_plural "The listings have been downgraded."
|
315 |
msgstr[1] "Статусы записей были опущены."
|
316 |
msgstr[2] ""
|
317 |
|
318 |
+
#: admin/class-admin.php:628
|
319 |
msgctxt "admin payments"
|
320 |
msgid ""
|
321 |
"The payment status was not changed. Recurring payments can't be manually "
|
323 |
"went through."
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: admin/class-admin.php:633
|
327 |
msgctxt "admin"
|
328 |
msgid "The transaction has been approved."
|
329 |
msgstr "Транзакция была утверждена."
|
330 |
|
331 |
+
#: admin/class-admin.php:643
|
332 |
msgctxt "admin"
|
333 |
msgid "The transaction has been rejected."
|
334 |
msgstr "Транзакция была отвергнута."
|
335 |
|
336 |
+
#: admin/class-admin.php:649
|
337 |
msgctxt "admin"
|
338 |
msgid "The fee was successfully assigned."
|
339 |
msgstr "Тариф был успешно назначен."
|
340 |
|
341 |
+
#: admin/class-admin.php:658
|
342 |
msgctxt "admin"
|
343 |
msgid "Listing was renewed."
|
344 |
msgid_plural "Listings were renewed."
|
346 |
msgstr[1] "Записи были продлены."
|
347 |
msgstr[2] ""
|
348 |
|
349 |
+
#: admin/class-admin.php:665
|
350 |
msgctxt "admin"
|
351 |
msgid "Renewal email sent."
|
352 |
msgstr "Оповещение о продлении было отправлено по электронной почте."
|
353 |
|
354 |
+
#: admin/class-admin.php:720
|
355 |
msgctxt "admin category id"
|
356 |
msgid "ID"
|
357 |
msgstr "№"
|
358 |
|
359 |
+
#: admin/class-admin.php:722 admin/class-admin.php:728
|
360 |
msgctxt "admin"
|
361 |
msgid "Listing Count"
|
362 |
msgstr "Количество записей"
|
363 |
|
364 |
+
#: admin/class-admin.php:837
|
365 |
msgctxt "admin"
|
366 |
msgid ""
|
367 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
370 |
"<b>Плагин Справочник Услуг</b> для нормальной работы требует наличие полей "
|
371 |
"со следующими ассоциациям: <b>%s</b>."
|
372 |
|
373 |
+
#: admin/class-admin.php:839
|
374 |
msgctxt "admin"
|
375 |
msgid ""
|
376 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
379 |
"<b>Плагин Справочник Услуг</b> для корректной работы требует наличия поля, "
|
380 |
"имеющего ассоциацию с <b>%s</b>."
|
381 |
|
382 |
+
#: admin/class-admin.php:843
|
383 |
msgctxt "admin"
|
384 |
msgid ""
|
385 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
388 |
"Вы можете сами создать эти поля в разделе \"Управление / Форма\", или "
|
389 |
"позвольте плагину сделать это автоматически."
|
390 |
|
391 |
+
#: admin/class-admin.php:847
|
392 |
msgctxt "admin"
|
393 |
msgid "Go to \"Manage Form Fields\""
|
394 |
msgstr "Перейти в раздел \"Управление / Форма\""
|
395 |
|
396 |
+
#: admin/class-admin.php:850
|
397 |
msgctxt "admin"
|
398 |
msgid "Create these required fields for me"
|
399 |
msgstr "Создать эти поля автоматически"
|
400 |
|
401 |
+
#: admin/class-admin.php:859
|
402 |
msgctxt "admin"
|
403 |
msgid ""
|
404 |
"<b>Business Directory Plugin</b> requires a page with the "
|
407 |
"Плагин <b>Справочник Услуг</b> для нормальной работы требует наличия "
|
408 |
"страницы, в которой есть шорткод <tt>[businessdirectory]</tt>."
|
409 |
|
410 |
+
#: admin/class-admin.php:861
|
411 |
msgctxt "admin"
|
412 |
msgid ""
|
413 |
"You can create this page by yourself or let Business Directory do this for "
|
416 |
"Вы можете создать такую страницу сами, или позвольте плагину создать её для "
|
417 |
"Вас автоматически."
|
418 |
|
419 |
+
#: admin/class-admin.php:865
|
420 |
msgctxt "admin"
|
421 |
msgid "Create required pages for me"
|
422 |
msgstr "Создать необходимые страницы автоматически"
|
423 |
|
424 |
+
#: admin/class-admin.php:905
|
425 |
msgctxt "admin compat"
|
426 |
msgid "Installed: %s"
|
427 |
msgstr "Установлено: %s"
|
428 |
|
429 |
+
#: admin/class-admin.php:905
|
430 |
msgctxt "admin compat"
|
431 |
msgid "N/A"
|
432 |
msgstr "Х/З"
|
433 |
|
434 |
+
#: admin/class-admin.php:908
|
435 |
msgctxt "admin compat"
|
436 |
msgid "Required: %s"
|
437 |
msgstr "Требуется: %s"
|
438 |
|
439 |
+
#: admin/class-admin.php:920
|
440 |
msgctxt "admin compat"
|
441 |
msgid ""
|
442 |
"Business Directory has detected some incompatible premium module versions "
|
443 |
"installed."
|
444 |
msgstr "Плагин обнаружил некоторые несовместимые платные модули."
|
445 |
|
446 |
+
#: admin/class-admin.php:922
|
447 |
msgctxt "admin compat"
|
448 |
msgid ""
|
449 |
"Please upgrade to the required versions indicated below to make sure "
|
452 |
"Пожалуйста обновите до необходимой версии, указанной ниже, чтобы убедиться, "
|
453 |
"что все функции будут работать правильно."
|
454 |
|
455 |
+
#: admin/class-admin.php:942
|
456 |
msgctxt "admin"
|
457 |
msgid ""
|
458 |
"We noticed you want your Business Directory users to register before posting "
|
465 |
"WordPress] и включите режим \"Любой может зарегистрироваться\", чтобы "
|
466 |
"позволить нашему плагину правильно работать."
|
467 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
468 |
#: admin/class-themes-admin.php:47
|
469 |
msgctxt "themes"
|
470 |
msgid "Directory Themes"
|
536 |
msgstr "Тема успешно установлена."
|
537 |
|
538 |
#: admin/class-themes-admin.php:229
|
539 |
+
#, fuzzy
|
540 |
msgctxt "themes"
|
541 |
+
msgid "Theme was deleted successfully."
|
542 |
msgstr "Тема успешно удалена."
|
543 |
|
544 |
#: admin/class-themes-admin.php:232
|
593 |
msgid "Activate your <a>license key</a> to use this theme."
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: admin/csv-export.php:145
|
597 |
msgctxt "admin csv-export"
|
598 |
msgid "Could not create a temporary directory for handling this CSV export."
|
599 |
msgstr ""
|
600 |
"Не удалось создать временную директорию для создания экспортных файлов."
|
601 |
|
602 |
+
#: admin/csv-export.php:147
|
603 |
msgctxt "admin csv-export"
|
604 |
msgid "Could not create wpbdp-csv-exports directory."
|
605 |
msgstr "Не удалось создать директорию \"wpbdp-csv-exports\"."
|
606 |
|
607 |
+
#: admin/csv-export.php:152
|
608 |
msgctxt "admin csv-export"
|
609 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
610 |
msgstr "Ошибка при создании временной директории для экспорта в CSV файл: %s"
|
1264 |
|
1265 |
#: admin/templates/csv-export.tpl.php:94
|
1266 |
msgctxt "admin csv-export"
|
1267 |
+
msgid "What operating system will you use to edit the CSV file?"
|
1268 |
+
msgstr ""
|
1269 |
|
1270 |
+
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:113
|
1271 |
+
#: admin/templates/csv-export.tpl.php:124 admin/templates/csv-import.tpl.php:43
|
1272 |
#: admin/templates/csv-import.tpl.php:109
|
1273 |
+
#: admin/templates/csv-import.tpl.php:135
|
1274 |
+
#: admin/templates/csv-import.tpl.php:146
|
1275 |
+
#: admin/templates/csv-import.tpl.php:173
|
1276 |
msgctxt "admin forms"
|
1277 |
msgid "required"
|
1278 |
msgstr "обязательно"
|
1279 |
|
1280 |
+
#: admin/templates/csv-export.tpl.php:101
|
1281 |
+
msgctxt "admin csv-export"
|
1282 |
+
msgid "Windows"
|
1283 |
+
msgstr ""
|
1284 |
+
|
1285 |
+
#: admin/templates/csv-export.tpl.php:106
|
1286 |
+
msgctxt "admin csv-export"
|
1287 |
+
msgid "macOS"
|
1288 |
+
msgstr ""
|
1289 |
+
|
1290 |
+
#: admin/templates/csv-export.tpl.php:108
|
1291 |
+
msgctxt "admin csv-export"
|
1292 |
+
msgid ""
|
1293 |
+
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
1294 |
+
"sure all your listings information is displayed properly when you view or "
|
1295 |
+
"edit the CSV file, we need to generate different versions of the file for "
|
1296 |
+
"each operating system."
|
1297 |
+
msgstr ""
|
1298 |
+
|
1299 |
+
#: admin/templates/csv-export.tpl.php:113
|
1300 |
msgctxt "admin csv-export"
|
1301 |
msgid "Image Separator"
|
1302 |
msgstr "Разделитель изображений"
|
1303 |
|
1304 |
+
#: admin/templates/csv-export.tpl.php:124
|
1305 |
msgctxt "admin csv-export"
|
1306 |
msgid "Category Separator"
|
1307 |
msgstr "Разделитель рубрик"
|
1308 |
|
1309 |
+
#: admin/templates/csv-export.tpl.php:136
|
1310 |
msgctxt "admin csv-export"
|
1311 |
msgid "Export Listings"
|
1312 |
msgstr "Экспортировать записи"
|
1313 |
|
1314 |
+
#: admin/templates/csv-export.tpl.php:142
|
1315 |
msgctxt "admin csv-export"
|
1316 |
msgid "Export in Progress..."
|
1317 |
msgstr "Экспорт работает..."
|
1318 |
|
1319 |
+
#: admin/templates/csv-export.tpl.php:143
|
1320 |
msgctxt "admin csv-export"
|
1321 |
msgid ""
|
1322 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
1325 |
"Ваш файл экспорта собирается. Пожалуйста <u>не закрывайте</u> эту страницу "
|
1326 |
"до тех пор, пока экспорт не закончится."
|
1327 |
|
1328 |
+
#: admin/templates/csv-export.tpl.php:146
|
1329 |
msgctxt "admin csv-export"
|
1330 |
msgid "No. of listings:"
|
1331 |
msgstr "Количество записей:"
|
1332 |
|
1333 |
+
#: admin/templates/csv-export.tpl.php:148
|
1334 |
msgctxt "admin csv-export"
|
1335 |
msgid "Approximate export file size:"
|
1336 |
msgstr "Приблизительный размер экспортного файла:"
|
1337 |
|
1338 |
+
#: admin/templates/csv-export.tpl.php:155
|
1339 |
msgctxt "admin csv-export"
|
1340 |
msgid "Cancel Export"
|
1341 |
msgstr "Прекратить экспорт"
|
1342 |
|
1343 |
+
#: admin/templates/csv-export.tpl.php:160
|
1344 |
msgctxt "admin csv-export"
|
1345 |
msgid "Export Complete"
|
1346 |
msgstr "Экспорт завершился"
|
1347 |
|
1348 |
+
#: admin/templates/csv-export.tpl.php:161
|
1349 |
msgctxt "admin csv-export"
|
1350 |
msgid ""
|
1351 |
"Your export file has been successfully created and it is now ready for "
|
1352 |
"download."
|
1353 |
msgstr "Ваш файл экспорта был успешно создан и готов к скачиванию."
|
1354 |
|
1355 |
+
#: admin/templates/csv-export.tpl.php:164
|
1356 |
msgctxt "admin csv-export"
|
1357 |
msgid "Download %s (%s)"
|
1358 |
msgstr "Скачать %s (%s)"
|
1359 |
|
1360 |
+
#: admin/templates/csv-export.tpl.php:170
|
1361 |
msgctxt "admin csv-export"
|
1362 |
msgid ""
|
1363 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
1366 |
"Как только файл скачается, нажмите кнопку \"Очистить\" чтобы удалить все "
|
1367 |
"временные данные, созданные плагином во время подготовки экспортного файла."
|
1368 |
|
1369 |
+
#: admin/templates/csv-export.tpl.php:171
|
1370 |
msgctxt "admin csv-export"
|
1371 |
msgid "Cleanup"
|
1372 |
msgstr "Очистить"
|
1373 |
|
1374 |
+
#: admin/templates/csv-export.tpl.php:176
|
1375 |
msgctxt "admin csv-export"
|
1376 |
msgid "Export Canceled"
|
1377 |
msgstr "Экспорт прерван"
|
1378 |
|
1379 |
+
#: admin/templates/csv-export.tpl.php:177
|
1380 |
msgctxt "admin csv-export"
|
1381 |
msgid "The export has been canceled."
|
1382 |
msgstr "Процесс экспорта был прекращён."
|
1383 |
|
1384 |
+
#: admin/templates/csv-export.tpl.php:178
|
1385 |
msgctxt "admin csv-export"
|
1386 |
msgid "← Return to CSV Export"
|
1387 |
msgstr "← Вернуться к экспорту CSV"
|
1513 |
msgid "Warning"
|
1514 |
msgstr "Предупреждение"
|
1515 |
|
1516 |
+
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:248
|
1517 |
msgctxt "admin csv-import"
|
1518 |
msgid "Help"
|
1519 |
msgstr "Подсказка"
|
1575 |
msgid "Column Separator"
|
1576 |
msgstr "Разделитель колонок"
|
1577 |
|
1578 |
+
#: admin/templates/csv-import.tpl.php:117
|
1579 |
+
msgctxt "admin csv-import"
|
1580 |
+
msgid "Comma (,)"
|
1581 |
+
msgstr ""
|
1582 |
+
|
1583 |
+
#: admin/templates/csv-import.tpl.php:123
|
1584 |
+
msgctxt "admin csv-import"
|
1585 |
+
msgid "Semicolon (;)"
|
1586 |
+
msgstr ""
|
1587 |
+
|
1588 |
+
#: admin/templates/csv-import.tpl.php:129
|
1589 |
+
msgctxt "admin csv-import"
|
1590 |
+
msgid "TAB"
|
1591 |
+
msgstr ""
|
1592 |
+
|
1593 |
+
#: admin/templates/csv-import.tpl.php:135
|
1594 |
msgctxt "admin csv-import"
|
1595 |
msgid "Image Separator"
|
1596 |
msgstr "Разделитель изображений"
|
1597 |
|
1598 |
+
#: admin/templates/csv-import.tpl.php:146
|
1599 |
msgctxt "admin csv-import"
|
1600 |
msgid "Category Separator"
|
1601 |
msgstr "Разделитель рубрик"
|
1602 |
|
1603 |
+
#: admin/templates/csv-import.tpl.php:157
|
1604 |
msgctxt "admin csv-import"
|
1605 |
msgid "Import settings"
|
1606 |
msgstr "Настройки импорта"
|
1607 |
|
1608 |
+
#: admin/templates/csv-import.tpl.php:161
|
1609 |
msgctxt "admin csv-import"
|
1610 |
msgid "Post status of imported listings"
|
1611 |
msgstr "Статус записей по окончании импорта"
|
1612 |
|
1613 |
+
#: admin/templates/csv-import.tpl.php:173
|
1614 |
msgctxt "admin csv-import"
|
1615 |
msgid "Missing categories handling"
|
1616 |
msgstr "Обработка новых рубрик"
|
1617 |
|
1618 |
+
#: admin/templates/csv-import.tpl.php:178
|
1619 |
msgctxt "admin csv-import"
|
1620 |
msgid "Auto-create categories"
|
1621 |
msgstr "Автоматически создавать"
|
1622 |
|
1623 |
+
#: admin/templates/csv-import.tpl.php:181
|
1624 |
msgctxt "admin csv-import"
|
1625 |
msgid "Generate errors when a category is not found"
|
1626 |
msgstr "Выдавать ошибку \"рубрика не найдена\""
|
1627 |
|
1628 |
+
#: admin/templates/csv-import.tpl.php:186
|
1629 |
msgctxt "admin csv-import"
|
1630 |
msgid "Keep existing listing images?"
|
1631 |
msgstr "Существующие изображения?"
|
1632 |
|
1633 |
+
#: admin/templates/csv-import.tpl.php:191
|
1634 |
msgctxt "admin csv-import"
|
1635 |
msgid "Keep existing images."
|
1636 |
msgstr "Соранить."
|
1637 |
|
1638 |
+
#: admin/templates/csv-import.tpl.php:192
|
1639 |
msgctxt "admin csv-import"
|
1640 |
msgid "Appends new images while keeping current ones."
|
1641 |
msgstr "Будет добавлять новые изображения и не удалит существующие."
|
1642 |
|
1643 |
+
#: admin/templates/csv-import.tpl.php:197
|
1644 |
msgctxt "admin csv-import"
|
1645 |
msgid "Assign listings to a user?"
|
1646 |
msgstr "Автор?"
|
1647 |
|
1648 |
+
#: admin/templates/csv-import.tpl.php:203
|
1649 |
msgctxt "admin csv-import"
|
1650 |
msgid "Assign listings to a user."
|
1651 |
msgstr "Назначить новые записи существующему пользователю."
|
1652 |
|
1653 |
+
#: admin/templates/csv-import.tpl.php:208
|
1654 |
msgctxt "admin csv-import"
|
1655 |
msgid "Use a default user for listings?"
|
1656 |
msgstr ""
|
1657 |
"Использовать изображение по-умолчанию, если ни одного не было загружено?"
|
1658 |
|
1659 |
+
#: admin/templates/csv-import.tpl.php:214
|
1660 |
msgctxt "admin csv-import"
|
1661 |
msgid ""
|
1662 |
"Select a default user to be used if the username column is not present in "
|
1665 |
"<br />Выберите зарегистрированного пользователя сайта, чтобы ему были "
|
1666 |
"назначены новые записи, не имеющие имени пользователя в файле CSV."
|
1667 |
|
1668 |
+
#: admin/templates/csv-import.tpl.php:219
|
1669 |
msgctxt "admin csv-import"
|
1670 |
msgid "Default listing user"
|
1671 |
msgstr "Пользователь по-умолчанию для новых записей:"
|
1672 |
|
1673 |
+
#: admin/templates/csv-import.tpl.php:225
|
1674 |
msgctxt "admin csv-import"
|
1675 |
msgid ""
|
1676 |
"This user will be used if the username column is not present in the CSV file."
|
1678 |
"<br />Выберите зарегистрированного пользователя сайта, чтобы ему были "
|
1679 |
"назначены новые записи, не имеющие имени пользователя в файле CSV."
|
1680 |
|
1681 |
+
#: admin/templates/csv-import.tpl.php:230
|
1682 |
msgctxt "admin csv-import"
|
1683 |
msgid "Disable e-mail notifications during import?"
|
1684 |
msgstr "Оповещения по электронной почте:"
|
1685 |
|
1686 |
+
#: admin/templates/csv-import.tpl.php:235
|
1687 |
msgctxt "admin csv-import"
|
1688 |
msgid "Disable e-mail notifications."
|
1689 |
msgstr "Запретить оповещения пока производится импорт новых записей."
|
1690 |
|
1691 |
+
#: admin/templates/csv-import.tpl.php:241
|
1692 |
msgctxt "admin csv-import"
|
1693 |
msgid "Test Import"
|
1694 |
msgstr "Тест импорта"
|
1695 |
|
1696 |
+
#: admin/templates/csv-import.tpl.php:242
|
1697 |
msgctxt "admin csv-import"
|
1698 |
msgid "Import Listings"
|
1699 |
msgstr "Импортировать записи"
|
1700 |
|
1701 |
+
#: admin/templates/csv-import.tpl.php:250
|
1702 |
msgctxt "admin csv-import"
|
1703 |
msgid ""
|
1704 |
"The following are the valid header names to be used in the CSV file. "
|
1712 |
"\">Образец файла CSV для импорта</a>\" чтобы узнать, как такой файл должен "
|
1713 |
"выглядеть."
|
1714 |
|
1715 |
+
#: admin/templates/csv-import.tpl.php:257
|
1716 |
msgctxt "admin csv-import"
|
1717 |
msgid "Header name/label"
|
1718 |
msgstr "Имя или метка заголовка"
|
1719 |
|
1720 |
+
#: admin/templates/csv-import.tpl.php:258
|
1721 |
msgctxt "admin csv-import"
|
1722 |
msgid "Field"
|
1723 |
msgstr "Поле"
|
1724 |
|
1725 |
+
#: admin/templates/csv-import.tpl.php:259
|
1726 |
msgctxt "admin csv-import"
|
1727 |
msgid "Type"
|
1728 |
msgstr "Тип"
|
1729 |
|
1730 |
+
#: admin/templates/csv-import.tpl.php:260
|
1731 |
msgctxt "admin csv-import"
|
1732 |
msgid "Required?"
|
1733 |
msgstr "Обязательно?"
|
1734 |
|
1735 |
+
#: admin/templates/csv-import.tpl.php:261
|
1736 |
msgctxt "admin csv-import"
|
1737 |
msgid "Multivalued?"
|
1738 |
msgstr "Множественные значения?"
|
1739 |
|
1740 |
+
#: admin/templates/csv-import.tpl.php:283
|
1741 |
msgctxt "admin csv-import"
|
1742 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1743 |
msgstr "Знак \"точка с запятой\" разделяет список изображений (в файле ZIP)"
|
1744 |
|
1745 |
+
#: admin/templates/csv-import.tpl.php:290
|
1746 |
msgctxt "admin csv-import"
|
1747 |
msgid "Listing author's username"
|
1748 |
msgstr "Учётная запись автора записи"
|
1749 |
|
1750 |
+
#: admin/templates/csv-import.tpl.php:297
|
1751 |
msgctxt "admin csv-import"
|
1752 |
msgid ""
|
1753 |
"Internal Sequence ID used to allow listing updates from external sources."
|
1755 |
"Был использован внутренний последовательный номер, чтобы позволить загрузку "
|
1756 |
"данных из справочника с другого сайта."
|
1757 |
|
1758 |
+
#: admin/templates/csv-import.tpl.php:304
|
1759 |
msgctxt "admin csv-import"
|
1760 |
msgid ""
|
1761 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
2232 |
"<br />Для дополнительной информации обратитесь к <a>Документации по полям "
|
2233 |
"форм</a>."
|
2234 |
|
2235 |
+
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.10dev9) #-#-#-#-#
|
2236 |
#. Plugin Name of the plugin/theme
|
2237 |
#: admin/templates/header.tpl.php:4
|
2238 |
msgid "Business Directory Plugin"
|
3003 |
msgid "Allow Tracking"
|
3004 |
msgstr "Разрешаю"
|
3005 |
|
3006 |
+
#: business-directory-plugin.php:586
|
3007 |
+
#, fuzzy
|
3008 |
+
msgctxt "listing image upload"
|
3009 |
+
msgid "Can not upload any more images for this listing."
|
3010 |
+
msgstr "Рубрики этой записи"
|
3011 |
+
|
3012 |
+
#: business-directory-plugin.php:700
|
3013 |
msgctxt "admin plugins"
|
3014 |
msgid "Settings"
|
3015 |
msgstr "Настройки"
|
3016 |
|
3017 |
+
#: business-directory-plugin.php:808 business-directory-plugin.php:815
|
3018 |
msgctxt "rss feed"
|
3019 |
msgid "%s Feed"
|
3020 |
msgstr "Лента %ы"
|
3021 |
|
3022 |
+
#: business-directory-plugin.php:1170 core/view-submit-listing.php:58
|
3023 |
#: core/views/submit_listing.php:10
|
3024 |
msgctxt "views"
|
3025 |
msgid "Submit A Listing"
|
3026 |
msgstr "Создать запись"
|
3027 |
|
3028 |
+
#: business-directory-plugin.php:1175
|
3029 |
msgctxt "title"
|
3030 |
msgid "Find a Listing"
|
3031 |
msgstr "Найти запись"
|
3032 |
|
3033 |
+
#: business-directory-plugin.php:1180
|
3034 |
msgctxt "title"
|
3035 |
msgid "View All Listings"
|
3036 |
msgstr "Показать все записи"
|
3037 |
|
3038 |
+
#: business-directory-plugin.php:1209
|
3039 |
msgctxt "title"
|
3040 |
msgid "Listings tagged: %s"
|
3041 |
msgstr "Записи помеченные меткой \"%s\""
|
3042 |
|
3043 |
+
#: core/api.php:405
|
3044 |
msgid "Free"
|
3045 |
msgstr "Бесплатно"
|
3046 |
|
3047 |
+
#: core/class-csv-import.php:451
|
3048 |
msgctxt "admin csv-import"
|
3049 |
msgid ""
|
3050 |
"Could not create listing category \"<category-name>\". The operation failed "
|
3051 |
"with the following error: <error-message>."
|
3052 |
msgstr ""
|
3053 |
|
3054 |
+
#: core/class-csv-import.php:457
|
3055 |
msgctxt "admin csv-import"
|
3056 |
msgid "Could not create listing category \"%s\""
|
3057 |
msgstr "Не удалось создать рубрику \"%s\""
|
3058 |
|
3059 |
+
#: core/class-csv-import.php:604
|
3060 |
msgctxt "admin csv-import"
|
3061 |
msgid "Username \"%s\" does not exist"
|
3062 |
msgstr "Имя учётной записи \"%s\" не существует"
|
3063 |
|
3064 |
+
#: core/class-csv-import.php:636
|
3065 |
msgctxt "admin csv-import"
|
3066 |
msgid "Missing required field: %s"
|
3067 |
msgstr "Отсутствует обязательное поле: %s"
|
3068 |
|
3069 |
+
#: core/class-csv-import.php:656
|
3070 |
msgctxt "admin csv-import"
|
3071 |
msgid "Listing category \"%s\" does not exist"
|
3072 |
msgstr "Рубрика \"%s\" не существует"
|
3200 |
msgid "(Fee Unavailable)"
|
3201 |
msgstr "(Тариф недоступен)"
|
3202 |
|
3203 |
+
#: core/class-listings-api.php:316
|
3204 |
msgctxt "notify email"
|
3205 |
msgid "[%s] New listing notification"
|
3206 |
msgstr "[%s] Оповещение о новой записи"
|
3207 |
|
3208 |
+
#: core/class-listings-api.php:335
|
3209 |
msgctxt "notify email"
|
3210 |
msgid "[%s] Listing edit notification"
|
3211 |
msgstr "[%s] Оповещение об изменении записи"
|
3250 |
msgid "Leave blank for automatic height."
|
3251 |
msgstr "Оставьте поле пустым для автоматической высоты."
|
3252 |
|
3253 |
+
#: core/class-payment.php:223
|
3254 |
msgctxt "listings"
|
3255 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3256 |
msgstr "Тариф \"%s\" для рубрики \"%s\"%s"
|
3257 |
|
3258 |
+
#: core/class-payment.php:226
|
3259 |
msgctxt "listings"
|
3260 |
msgid "(recurring)"
|
3261 |
msgstr "(повторяющееся)"
|
4946 |
msgid "Directory Tag"
|
4947 |
msgstr "Все рубрики"
|
4948 |
|
4949 |
+
#: core/compatibility/class-navxt-integration.php:189
|
4950 |
msgctxt "navxt"
|
4951 |
msgid "Submit Listing"
|
4952 |
msgstr "Добавить"
|
4953 |
|
4954 |
+
#: core/compatibility/class-navxt-integration.php:193
|
4955 |
msgctxt "navxt"
|
4956 |
msgid "Edit Listing"
|
4957 |
msgstr "Изменить"
|
4958 |
|
4959 |
+
#: core/compatibility/class-navxt-integration.php:197
|
4960 |
msgctxt "navxt"
|
4961 |
msgid "Search"
|
4962 |
msgstr "Поиск"
|
4968 |
|
4969 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
4970 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
4971 |
+
#: core/fieldtypes/class-fieldtypes-select.php:147
|
4972 |
msgctxt "form-fields admin"
|
4973 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4974 |
msgstr "Параметры поля (для выбранных списков и кнопок)."
|
4975 |
|
4976 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
4977 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
4978 |
+
#: core/fieldtypes/class-fieldtypes-select.php:175
|
4979 |
msgctxt "form-fields admin"
|
4980 |
msgid "Field list of options is required."
|
4981 |
msgstr "Список вариантов поля обязателен."
|
5066 |
msgid "Select List"
|
5067 |
msgstr "Список выбора"
|
5068 |
|
5069 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
5070 |
msgctxt "form-fields-api category-select"
|
5071 |
msgid "-- Choose Terms --"
|
5072 |
msgstr "-- Выберите --"
|
5073 |
|
5074 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
5075 |
+
#: core/fieldtypes/class-fieldtypes-select.php:108
|
5076 |
msgctxt "form-fields-api category-select"
|
5077 |
msgid "-- Choose One --"
|
5078 |
msgstr "-- Выберите --"
|
5079 |
|
5080 |
+
#: core/fieldtypes/class-fieldtypes-select.php:158
|
5081 |
msgctxt "form-fields admin"
|
5082 |
msgid "Allow empty selection on search?"
|
5083 |
msgstr "Разрешить поиск по пустой строке?"
|
5470 |
msgstr "Не удалось обновить тему: %s"
|
5471 |
|
5472 |
#: core/helpers/class-themes-updater.php:165
|
5473 |
+
#, fuzzy
|
5474 |
msgctxt "themes"
|
5475 |
+
msgid "Theme was updated successfully."
|
5476 |
msgstr "Тема была успешно обновлена."
|
5477 |
|
5478 |
#: core/installer.php:43
|
5577 |
msgstr "Поставить на паузу"
|
5578 |
|
5579 |
#: core/installer.php:1110
|
5580 |
+
#, fuzzy
|
5581 |
msgctxt "manual-upgrade"
|
5582 |
msgid ""
|
5583 |
+
"The upgrade was successfully performed. Business Directory Plugin is now "
|
5584 |
"available."
|
5585 |
msgstr ""
|
5586 |
"Обновление успешно завершилось. Все функции плагина Справочник Услуг сейчас "
|
5887 |
msgid "No listing categories found."
|
5888 |
msgstr "Рубрики не обнаружены."
|
5889 |
|
5890 |
+
#: core/templates-ui.php:200
|
5891 |
msgid "Directory"
|
5892 |
msgstr "Все рубрики"
|
5893 |
|
5894 |
+
#: core/templates-ui.php:207
|
5895 |
msgid "View All Listings"
|
5896 |
msgstr "Показать все записи"
|
5897 |
|
5898 |
+
#: core/templates-ui.php:214
|
5899 |
msgid "Create A Listing"
|
5900 |
msgstr "Бесплатные записи"
|
5901 |
|
5902 |
+
#: core/templates-ui.php:247
|
5903 |
msgctxt "templates"
|
5904 |
msgid "Search Listings"
|
5905 |
msgstr "Найти"
|
5906 |
|
5907 |
+
#: core/templates-ui.php:250
|
5908 |
msgctxt "templates"
|
5909 |
msgid "Advanced Search"
|
5910 |
msgstr "Расширенный поиск"
|
5911 |
|
5912 |
+
#: core/templates-ui.php:279 core/templates-ui.php:304
|
5913 |
msgctxt "templates sort"
|
5914 |
msgid "Sort By:"
|
5915 |
msgstr "Сортировка по:"
|
5916 |
|
5917 |
+
#: core/templates-ui.php:298
|
5918 |
msgctxt "sort"
|
5919 |
msgid "Reset"
|
5920 |
msgstr "Сбросить"
|
5921 |
|
5922 |
+
#: core/templates-ui.php:320
|
5923 |
msgctxt "sort"
|
5924 |
msgid "(Reset)"
|
5925 |
msgstr "(Сбросить)"
|
6048 |
"You are logged in as an administrator. Any payment steps will be skipped."
|
6049 |
msgstr "Вы вошли на сайт как Администратор. Все шаги оплаты будут пропущены."
|
6050 |
|
6051 |
+
#: core/view-submit-listing.php:108
|
6052 |
+
#, fuzzy
|
6053 |
+
msgctxt "submit-listing-view"
|
6054 |
+
msgid ""
|
6055 |
+
"<b>Business Directory Plugin</b> requires a field associated with the "
|
6056 |
+
"<b>post category</b> in order to work correctly."
|
6057 |
+
msgstr ""
|
6058 |
+
"<b>Плагин Справочник Услуг</b> для корректной работы требует наличия поля, "
|
6059 |
+
"имеющего ассоциацию с <b>%s</b>."
|
6060 |
+
|
6061 |
+
#: core/view-submit-listing.php:110
|
6062 |
+
msgctxt "submit-listing-view"
|
6063 |
+
msgid ""
|
6064 |
+
"Please go to the <manage-form-fields-link>Manage Form Fields</manage-form-"
|
6065 |
+
"fields-link> admin page to create the field."
|
6066 |
+
msgstr ""
|
6067 |
+
|
6068 |
+
#: core/view-submit-listing.php:119
|
6069 |
+
#, fuzzy
|
6070 |
+
msgctxt "submit-listing-view"
|
6071 |
+
msgid ""
|
6072 |
+
"Your listing cannot be added at this time. Please try again later. If this "
|
6073 |
+
"is not the first time you see this warning, please ask the site "
|
6074 |
+
"administrator to check the Directory for possible configuration problems."
|
6075 |
+
msgstr ""
|
6076 |
+
"Ваша запись не может сейчас быть добавлена, попробуйте ещё раз позже. Если "
|
6077 |
+
"Вы видите эту ошибку не впервые, то сообщите администрации сайта, что "
|
6078 |
+
"требуется создать рубрики справочника."
|
6079 |
+
|
6080 |
+
#: core/view-submit-listing.php:238
|
6081 |
msgctxt "templates"
|
6082 |
msgid "Please select a fee option for the \"%s\" category."
|
6083 |
msgstr "Пожалуйста выберите тариф для рубрики \"%s\"."
|
6084 |
|
6085 |
+
#: core/view-submit-listing.php:316
|
6086 |
msgctxt "templates"
|
6087 |
msgid "Please agree to the Terms and Conditions."
|
6088 |
msgstr "Пожалуйста примите наши Условия и Положения."
|
6089 |
|
6090 |
+
#: core/view-submit-listing.php:322
|
6091 |
msgctxt "templates"
|
6092 |
msgid "The reCAPTCHA wasn't entered correctly."
|
6093 |
msgstr "Код reCAPTCHA был введён неправильно."
|
6094 |
|
6095 |
+
#: core/view-submit-listing.php:339
|
6096 |
msgctxt "templates"
|
6097 |
msgid "Read our Terms and Conditions"
|
6098 |
msgstr "Прочитайте наши Условия и Положения"
|
6099 |
|
6100 |
+
#: core/view-submit-listing.php:344
|
6101 |
msgctxt "templates"
|
6102 |
msgid "Terms and Conditions:"
|
6103 |
msgstr "Условия и Положения:"
|
6104 |
|
6105 |
+
#: core/view-submit-listing.php:355
|
6106 |
msgctxt "templates"
|
6107 |
msgid "I agree to the Terms and Conditions"
|
6108 |
msgstr "Я согласен с Условиями и Положениями"
|
6109 |
|
6110 |
+
#: core/view-submit-listing.php:506 core/views/upgrade_listing.php:49
|
6111 |
msgctxt "submit"
|
6112 |
msgid "Listing upgrade to featured"
|
6113 |
msgstr "Сделать запись Особой"
|
6114 |
|
6115 |
+
#: core/view-submit-listing.php:539
|
6116 |
msgctxt "submit_state"
|
6117 |
msgid "Invalid submit state."
|
6118 |
msgstr "Некорректная дата создания."
|
6156 |
msgstr "← Вернуться в справочник."
|
6157 |
|
6158 |
#: core/views/checkout.php:130
|
6159 |
+
#, fuzzy
|
6160 |
msgctxt "checkout"
|
6161 |
+
msgid "Your payment was received successfully."
|
6162 |
msgstr "Ваш платёж был успешно получен."
|
6163 |
|
6164 |
#: core/views/checkout.php:137
|
6321 |
msgid "Fee \"%s\" renewal for category \"%s\""
|
6322 |
msgstr "Плата \"%s\" за обновление рубрики \"%s\""
|
6323 |
|
6324 |
+
#: core/views/renew_listing.php:79
|
6325 |
msgctxt "renewal"
|
6326 |
msgid "Invalid renewal state."
|
6327 |
msgstr "Некорректное состояние продления."
|
6328 |
|
6329 |
+
#: core/views/renew_listing.php:90
|
6330 |
msgctxt "templates"
|
6331 |
msgid "Recurring Fee Management"
|
6332 |
msgstr "Управление периодический оплатой"
|
6333 |
|
6334 |
+
#: core/views/renew_listing.php:91
|
6335 |
msgctxt "renew"
|
6336 |
msgid ""
|
6337 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
6341 |
"необходимости продлевать срок действия Вашей записи - продление произойдёт "
|
6342 |
"автоматически в нужное время."
|
6343 |
|
6344 |
+
#: core/views/renew_listing.php:93
|
6345 |
msgctxt "renewal"
|
6346 |
msgid "Current Fee Details"
|
6347 |
msgstr "Детали текущего платежа"
|
6348 |
|
6349 |
+
#: core/views/renew_listing.php:95
|
6350 |
msgctxt "renewal"
|
6351 |
msgid "Number of images:"
|
6352 |
msgstr "Количество изображений:"
|
6353 |
|
6354 |
+
#: core/views/renew_listing.php:97
|
6355 |
msgctxt "renewal"
|
6356 |
msgid "Expiration date:"
|
6357 |
msgstr "Истекает:"
|
6358 |
|
6359 |
+
#: core/views/renew_listing.php:101
|
6360 |
msgctxt "renew"
|
6361 |
msgid ""
|
6362 |
"However, if you want to cancel your subscription you can do that on this "
|
6399 |
msgid "Find A Listing"
|
6400 |
msgstr "Найти запись"
|
6401 |
|
6402 |
+
#: core/views/show_listing.php:12
|
6403 |
+
msgctxt "preview"
|
6404 |
+
msgid "This is just a preview. The listing has not been published yet."
|
6405 |
+
msgstr "Это просто предварительный просмотр. Запись ещё не была опубликована."
|
6406 |
+
|
6407 |
#: core/views/submit_listing.php:16
|
6408 |
msgctxt "templates"
|
6409 |
msgid ""
|
7065 |
#: templates/renew-listing.tpl.php:22
|
7066 |
#: templates/submit-listing/category-selection.tpl.php:8
|
7067 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
7068 |
+
#: templates/submit-listing/images.tpl.php:51
|
7069 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
7070 |
msgctxt "templates"
|
7071 |
msgid "Continue"
|
7170 |
msgid "Delete Image"
|
7171 |
msgstr "Удалить изображение"
|
7172 |
|
7173 |
+
#: templates/submit-listing/images-single.tpl.php:25
|
7174 |
msgctxt "templates"
|
7175 |
msgid "Set this image as the listing thumbnail."
|
7176 |
msgstr "Миниатюра"
|
7177 |
|
7178 |
+
#: templates/submit-listing/images-upload-form.tpl.php:16
|
7179 |
msgctxt "templates"
|
7180 |
msgid "Upload Images"
|
7181 |
msgstr "Загрузить изображение"
|
7182 |
|
7183 |
+
#: templates/submit-listing/images-upload-form.tpl.php:21
|
7184 |
msgctxt "templates"
|
7185 |
msgid "Drop files here"
|
7186 |
msgstr "Перетащите файлы сюда"
|
7187 |
|
7188 |
+
#: templates/submit-listing/images-upload-form.tpl.php:22
|
7189 |
msgctxt "templates image upload"
|
7190 |
msgid "or"
|
7191 |
msgstr "или"
|
7192 |
|
7193 |
+
#: templates/submit-listing/images-upload-form.tpl.php:23
|
7194 |
msgctxt "templates"
|
7195 |
msgid "Select images from your hard drive"
|
7196 |
msgstr "Выберите файл на диске Вашего компьютера"
|
7197 |
|
7198 |
+
#: templates/submit-listing/images-upload-form.tpl.php:26
|
7199 |
msgctxt "templates"
|
7200 |
msgid "Uploading %s file(s)... Please wait."
|
7201 |
msgstr "Подождите пожалуйста, идёт загрузка %s файла(ов)..."
|
7202 |
|
7203 |
+
#: templates/submit-listing/images-upload-form.tpl.php:29
|
7204 |
msgctxt "templates"
|
7205 |
msgid ""
|
7206 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
7211 |
"кликнуть по кнопке \"Далее\", если с эта часть записи уже готова, либо "
|
7212 |
"\"Удалить изображение\" и загрузить новый файл вместо текущего."
|
7213 |
|
7214 |
+
#: templates/submit-listing/images-upload-form.tpl.php:36
|
7215 |
msgctxt "templates"
|
7216 |
msgid "Image slots available:"
|
7217 |
msgstr "Свободных мест для загрузки изображений:"
|
7218 |
|
7219 |
+
#: templates/submit-listing/images-upload-form.tpl.php:42
|
7220 |
msgctxt "templates"
|
7221 |
msgid "File size:"
|
7222 |
msgstr "Минимальный размер файла:"
|
7223 |
|
7224 |
+
#: templates/submit-listing/images-upload-form.tpl.php:44
|
7225 |
+
#: templates/submit-listing/images-upload-form.tpl.php:51
|
7226 |
+
#: templates/submit-listing/images-upload-form.tpl.php:58
|
7227 |
msgctxt "templates"
|
7228 |
msgid "No limit"
|
7229 |
msgstr ""
|
7230 |
|
7231 |
+
#: templates/submit-listing/images-upload-form.tpl.php:49
|
7232 |
msgctxt "templates"
|
7233 |
msgid "Image width:"
|
7234 |
msgstr "Ширина изображения (пикселы):"
|
7235 |
|
7236 |
+
#: templates/submit-listing/images-upload-form.tpl.php:56
|
7237 |
msgctxt "templates"
|
7238 |
msgid "Image height:"
|
7239 |
msgstr "Высота изображения (пикселы):"
|
7240 |
|
7241 |
+
#: templates/submit-listing/images.tpl.php:6
|
7242 |
msgctxt "templates"
|
7243 |
msgid "Listing Images"
|
7244 |
msgstr "Изображение записи"
|
7245 |
|
7246 |
+
#: templates/submit-listing/images.tpl.php:9
|
7247 |
msgctxt "templates"
|
7248 |
msgid ""
|
7249 |
"There is an image pending upload. Would you still like to continue without "
|
7252 |
"Ожидается загрузка изображения. Хотите ли Вы продолжить не дожидаясь "
|
7253 |
"загрузки и отказавшись от этого изображения?"
|
7254 |
|
7255 |
+
#: templates/submit-listing/images.tpl.php:14
|
7256 |
+
msgctxt "templates"
|
7257 |
+
msgid "Current Images"
|
7258 |
+
msgstr "Существующие изображения:"
|
7259 |
+
|
7260 |
+
#: templates/submit-listing/images.tpl.php:15
|
7261 |
msgctxt "templates"
|
7262 |
msgid "There are no images currently attached to your listing."
|
7263 |
msgstr "К Вашей записи не прикреплено ни одного изображения."
|
7297 |
msgid "http://businessdirectoryplugin.com"
|
7298 |
msgstr "http://businessdirectoryplugin.com"
|
7299 |
|
7300 |
+
#~ msgctxt "admin"
|
7301 |
+
#~ msgid "Listing Fields"
|
7302 |
+
#~ msgstr "Поля записи:"
|
7303 |
+
|
7304 |
+
#~ msgctxt "templates"
|
7305 |
+
#~ msgid "There are no images currently attached to the listing."
|
7306 |
+
#~ msgstr "К записи не прикреплено ни одного изображения."
|
7307 |
+
|
7308 |
+
#~ msgctxt "admin csv-export"
|
7309 |
+
#~ msgid "Column Separator"
|
7310 |
+
#~ msgstr "Разделитель колонок"
|
7311 |
+
|
7312 |
#~ msgctxt "post type singular name"
|
7313 |
#~ msgid "Directory"
|
7314 |
#~ msgstr "Справочник"
|
7404 |
#~ msgid "The directory is temporarily disabled."
|
7405 |
#~ msgstr "Справочник временно отключен."
|
7406 |
|
|
|
|
|
|
|
|
|
|
|
7407 |
#~ msgctxt "templates"
|
7408 |
#~ msgid "Listings tagged: %s"
|
7409 |
#~ msgstr "Записи помечены: %s"
|
languages/WPBDM-sv_SE.mo
CHANGED
Binary file
|
languages/WPBDM-sv_SE.po
CHANGED
@@ -4,7 +4,7 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 4.0.8\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
-
"POT-Creation-Date: 2017-
|
8 |
"PO-Revision-Date: 2017-01-16 17:49-0500\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
@@ -122,7 +122,7 @@ msgctxt "admin actions"
|
|
122 |
msgid "Renew Listing"
|
123 |
msgstr "Förnya annons"
|
124 |
|
125 |
-
#: admin/class-admin.php:
|
126 |
msgid ""
|
127 |
"Preview is only available after you've saved the first draft. This is due\n"
|
128 |
"to how WordPress stores the data."
|
@@ -130,7 +130,7 @@ msgstr ""
|
|
130 |
"Förhandsgranskning är endast tillgänglig när du har sparat det första "
|
131 |
"utkastet. Detta beror på hur WordPress lagrar data."
|
132 |
|
133 |
-
#: admin/class-admin.php:
|
134 |
msgctxt "drip pointer"
|
135 |
msgid ""
|
136 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -141,137 +141,137 @@ msgstr ""
|
|
141 |
"från början i denna sanslöst fullmatade (och GRATIS) e-postkurs i 5 delar. "
|
142 |
"Du får en premium-modul helt kostnadsfritt genom att bara registrera dig."
|
143 |
|
144 |
-
#: admin/class-admin.php:
|
145 |
msgctxt "drip pointer"
|
146 |
msgid "Email Address:"
|
147 |
msgstr "E-postadress:"
|
148 |
|
149 |
-
#: admin/class-admin.php:
|
150 |
msgctxt "drip pointer"
|
151 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
152 |
msgstr "Vill du veta hemligheten bakom att bygga en grymt bra affärskatalog?"
|
153 |
|
154 |
-
#: admin/class-admin.php:
|
155 |
msgctxt "drip pointer"
|
156 |
msgid "Yes, please!"
|
157 |
msgstr "Ja tack!"
|
158 |
|
159 |
-
#: admin/class-admin.php:
|
160 |
msgctxt "drip pointer"
|
161 |
msgid "No, thanks"
|
162 |
msgstr "Nej tack."
|
163 |
|
164 |
-
#: admin/class-admin.php:
|
165 |
msgctxt "admin"
|
166 |
msgid "Business Directory"
|
167 |
msgstr "Business Directory"
|
168 |
|
169 |
-
#: admin/class-admin.php:
|
170 |
msgctxt "admin"
|
171 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
172 |
msgstr "Du är klar! Besök din nya <a>Business Directory</a> sida."
|
173 |
|
174 |
-
#: admin/class-admin.php:
|
175 |
msgctxt "drip pointer"
|
176 |
msgid "Invalid e-mail address."
|
177 |
msgstr "Ogiltig e-postadress."
|
178 |
|
179 |
-
#: admin/class-admin.php:
|
180 |
msgctxt "admin menu"
|
181 |
msgid "Business Directory Admin"
|
182 |
msgstr "Business Directory admin"
|
183 |
|
184 |
-
#: admin/class-admin.php:
|
185 |
msgctxt "admin menu"
|
186 |
msgid "Dir. Admin"
|
187 |
msgstr "Dir. admin"
|
188 |
|
189 |
-
#: admin/class-admin.php:
|
190 |
msgctxt "admin menu"
|
191 |
msgid "Directory Admin"
|
192 |
msgstr "Katalog admin"
|
193 |
|
194 |
-
#: admin/class-admin.php:
|
195 |
msgctxt "admin menu"
|
196 |
msgid "Add New Listing"
|
197 |
msgstr "Lägg till ny annons"
|
198 |
|
199 |
-
#: admin/class-admin.php:
|
200 |
msgctxt "admin menu"
|
201 |
msgid "Manage Options"
|
202 |
msgstr "Hantera alternativ"
|
203 |
|
204 |
-
#: admin/class-admin.php:
|
205 |
msgctxt "admin menu"
|
206 |
msgid "Manage Fees"
|
207 |
msgstr "Hantera avgifter"
|
208 |
|
209 |
-
#: admin/class-admin.php:
|
210 |
msgctxt "admin menu"
|
211 |
msgid "Manage Form Fields"
|
212 |
msgstr "Hantera formulärfält"
|
213 |
|
214 |
-
#: admin/class-admin.php:
|
215 |
msgctxt "admin menu"
|
216 |
msgid "Listings"
|
217 |
msgstr "Annonser"
|
218 |
|
219 |
-
#: admin/class-admin.php:
|
220 |
msgctxt "admin menu"
|
221 |
msgid "CSV Import"
|
222 |
msgstr "Importera CSV"
|
223 |
|
224 |
-
#: admin/class-admin.php:
|
225 |
msgctxt "admin menu"
|
226 |
msgid "CSV Export"
|
227 |
msgstr "Exportera CSV"
|
228 |
|
229 |
-
#: admin/class-admin.php:
|
230 |
msgctxt "admin menu"
|
231 |
msgid "Debug"
|
232 |
msgstr "Debug"
|
233 |
|
234 |
-
#: admin/class-admin.php:
|
235 |
msgctxt "admin menu"
|
236 |
msgid "Main Menu"
|
237 |
msgstr "Huvudmeny"
|
238 |
|
239 |
-
#: admin/class-admin.php:
|
240 |
msgctxt "admin menu"
|
241 |
msgid "Uninstall Business Directory Plugin"
|
242 |
msgstr "Avinstallera tillägget Business Directory"
|
243 |
|
244 |
-
#: admin/class-admin.php:
|
245 |
msgctxt "admin menu"
|
246 |
msgid "Uninstall"
|
247 |
msgstr "Avinstallera"
|
248 |
|
249 |
-
#: admin/class-admin.php:
|
250 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
251 |
msgctxt "admin infometabox"
|
252 |
msgid "never"
|
253 |
msgstr "aldrig"
|
254 |
|
255 |
-
#: admin/class-admin.php:
|
256 |
msgctxt "admin"
|
257 |
msgid "Dismiss this notice."
|
258 |
msgstr "Avvisa denna notering."
|
259 |
|
260 |
-
#: admin/class-admin.php:
|
261 |
msgctxt "admin"
|
262 |
msgid "The listing has been published."
|
263 |
msgid_plural "The listings have been published."
|
264 |
msgstr[0] "Annonsen har publicerats."
|
265 |
msgstr[1] "Annonserna har publicerats"
|
266 |
|
267 |
-
#: admin/class-admin.php:
|
268 |
msgctxt "admin"
|
269 |
msgid "The listing status has been set as paid."
|
270 |
msgid_plural "The listings status has been set as paid."
|
271 |
msgstr[0] "Annonsen har fått status Betald."
|
272 |
msgstr[1] "Annonserna har fått status Betald."
|
273 |
|
274 |
-
#: admin/class-admin.php:
|
275 |
msgctxt "admin"
|
276 |
msgid ""
|
277 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
@@ -288,28 +288,28 @@ msgstr[1] ""
|
|
288 |
"Endast fakturor som innehåller engångsposter markerases som betalda. "
|
289 |
"Återkommande betalningar måste hanteras genom gatewayen."
|
290 |
|
291 |
-
#: admin/class-admin.php:
|
292 |
msgctxt "admin"
|
293 |
msgid "The listing has been modified."
|
294 |
msgid_plural "The listings have been modified."
|
295 |
msgstr[0] "Annonsen har ändrats."
|
296 |
msgstr[1] "Annonserna har ändrats."
|
297 |
|
298 |
-
#: admin/class-admin.php:
|
299 |
msgctxt "admin"
|
300 |
msgid "The listing has been upgraded."
|
301 |
msgid_plural "The listings have been upgraded."
|
302 |
msgstr[0] "Annonsen har uppgraderats."
|
303 |
msgstr[1] "Annonserna har uppgraderats."
|
304 |
|
305 |
-
#: admin/class-admin.php:
|
306 |
msgctxt "admin"
|
307 |
msgid "The listing has been downgraded."
|
308 |
msgid_plural "The listings have been downgraded."
|
309 |
msgstr[0] "Annonsen har nedgraderats."
|
310 |
msgstr[1] "Annonserna har nedgraderats."
|
311 |
|
312 |
-
#: admin/class-admin.php:
|
313 |
msgctxt "admin payments"
|
314 |
msgid ""
|
315 |
"The payment status was not changed. Recurring payments can't be manually "
|
@@ -320,44 +320,44 @@ msgstr ""
|
|
320 |
"manuellt. Vänligen kontrollera din gateway backend för att se om betalningen "
|
321 |
"verkligen gick igenom."
|
322 |
|
323 |
-
#: admin/class-admin.php:
|
324 |
msgctxt "admin"
|
325 |
msgid "The transaction has been approved."
|
326 |
msgstr "Din transaktion har godkänts."
|
327 |
|
328 |
-
#: admin/class-admin.php:
|
329 |
msgctxt "admin"
|
330 |
msgid "The transaction has been rejected."
|
331 |
msgstr "Transaktionen har avvisats."
|
332 |
|
333 |
-
#: admin/class-admin.php:
|
334 |
msgctxt "admin"
|
335 |
msgid "The fee was successfully assigned."
|
336 |
msgstr "Avgiften tilldelades med framgång."
|
337 |
|
338 |
-
#: admin/class-admin.php:
|
339 |
msgctxt "admin"
|
340 |
msgid "Listing was renewed."
|
341 |
msgid_plural "Listings were renewed."
|
342 |
msgstr[0] "Annonsen har förnyats."
|
343 |
msgstr[1] "Annonserna har förnyats."
|
344 |
|
345 |
-
#: admin/class-admin.php:
|
346 |
msgctxt "admin"
|
347 |
msgid "Renewal email sent."
|
348 |
msgstr "E-postmeddelande om förnyelse skickat."
|
349 |
|
350 |
-
#: admin/class-admin.php:
|
351 |
msgctxt "admin category id"
|
352 |
msgid "ID"
|
353 |
msgstr "ID"
|
354 |
|
355 |
-
#: admin/class-admin.php:
|
356 |
msgctxt "admin"
|
357 |
msgid "Listing Count"
|
358 |
msgstr "Annonsräknare"
|
359 |
|
360 |
-
#: admin/class-admin.php:
|
361 |
msgctxt "admin"
|
362 |
msgid ""
|
363 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
@@ -366,7 +366,7 @@ msgstr ""
|
|
366 |
"<b>Tillägget Business Directory</b> kräver fält med följande associationer "
|
367 |
"för att fungera korrekt: <b>%s</b>."
|
368 |
|
369 |
-
#: admin/class-admin.php:
|
370 |
msgctxt "admin"
|
371 |
msgid ""
|
372 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
@@ -375,7 +375,7 @@ msgstr ""
|
|
375 |
"<b>Tillägget Business Direcotry </b> kräver ett fält med en<b>%s</b> "
|
376 |
"association för att fungera korrekt."
|
377 |
|
378 |
-
#: admin/class-admin.php:
|
379 |
msgctxt "admin"
|
380 |
msgid ""
|
381 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
@@ -384,17 +384,17 @@ msgstr ""
|
|
384 |
"Du kan skapa dessa anpassade fält själv i \"Hantera formulärfält\" eller "
|
385 |
"låta Business Directory göra det åt dig automatiskt."
|
386 |
|
387 |
-
#: admin/class-admin.php:
|
388 |
msgctxt "admin"
|
389 |
msgid "Go to \"Manage Form Fields\""
|
390 |
msgstr "Gå till \"Hantera formulärfält\""
|
391 |
|
392 |
-
#: admin/class-admin.php:
|
393 |
msgctxt "admin"
|
394 |
msgid "Create these required fields for me"
|
395 |
msgstr "Skapa dessa obligatoriska fält för mig"
|
396 |
|
397 |
-
#: admin/class-admin.php:
|
398 |
msgctxt "admin"
|
399 |
msgid ""
|
400 |
"<b>Business Directory Plugin</b> requires a page with the "
|
@@ -403,7 +403,7 @@ msgstr ""
|
|
403 |
"<b>Tillägget Business Directory</b> kräver att du lagt shortcoden "
|
404 |
"<tt>[businessdirectory]</tt> på en sida för att fungera korrekt."
|
405 |
|
406 |
-
#: admin/class-admin.php:
|
407 |
msgctxt "admin"
|
408 |
msgid ""
|
409 |
"You can create this page by yourself or let Business Directory do this for "
|
@@ -412,27 +412,27 @@ msgstr ""
|
|
412 |
"Du kan skapa denna sida av dig själv eller låta Business Directory göra det "
|
413 |
"åt dig automatiskt."
|
414 |
|
415 |
-
#: admin/class-admin.php:
|
416 |
msgctxt "admin"
|
417 |
msgid "Create required pages for me"
|
418 |
msgstr "Skapa nödvändiga sidor åt mig."
|
419 |
|
420 |
-
#: admin/class-admin.php:
|
421 |
msgctxt "admin compat"
|
422 |
msgid "Installed: %s"
|
423 |
msgstr "Installerat: %s"
|
424 |
|
425 |
-
#: admin/class-admin.php:
|
426 |
msgctxt "admin compat"
|
427 |
msgid "N/A"
|
428 |
msgstr "Ej tillämplig"
|
429 |
|
430 |
-
#: admin/class-admin.php:
|
431 |
msgctxt "admin compat"
|
432 |
msgid "Required: %s"
|
433 |
msgstr "Nödvändigt: %s"
|
434 |
|
435 |
-
#: admin/class-admin.php:
|
436 |
msgctxt "admin compat"
|
437 |
msgid ""
|
438 |
"Business Directory has detected some incompatible premium module versions "
|
@@ -441,7 +441,7 @@ msgstr ""
|
|
441 |
"Business Directory har noterat konflikt mellan versioner av premium-moduler "
|
442 |
"som är installerade."
|
443 |
|
444 |
-
#: admin/class-admin.php:
|
445 |
msgctxt "admin compat"
|
446 |
msgid ""
|
447 |
"Please upgrade to the required versions indicated below to make sure "
|
@@ -450,7 +450,7 @@ msgstr ""
|
|
450 |
"Vänligen uppgradera till de nödvändiga versioner som anges nedan för att se "
|
451 |
"till att allt fungerar."
|
452 |
|
453 |
-
#: admin/class-admin.php:
|
454 |
msgctxt "admin"
|
455 |
msgid ""
|
456 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -462,22 +462,6 @@ msgstr ""
|
|
462 |
"och klicka i \"Vem som helst kan registrera sig\" för att säkerställa att BD "
|
463 |
"fungerar som det ska."
|
464 |
|
465 |
-
#: admin/class-listing-fields-metabox.php:21
|
466 |
-
msgctxt "admin"
|
467 |
-
msgid "Listing Fields"
|
468 |
-
msgstr "Annonsfält"
|
469 |
-
|
470 |
-
#: admin/class-listing-fields-metabox.php:40
|
471 |
-
#: templates/submit-listing/images.tpl.php:12
|
472 |
-
msgctxt "templates"
|
473 |
-
msgid "Current Images"
|
474 |
-
msgstr "Aktuella bilder"
|
475 |
-
|
476 |
-
#: admin/class-listing-fields-metabox.php:41
|
477 |
-
msgctxt "templates"
|
478 |
-
msgid "There are no images currently attached to the listing."
|
479 |
-
msgstr "Det finns för närvarande inga bilder för denna annons."
|
480 |
-
|
481 |
#: admin/class-themes-admin.php:47
|
482 |
msgctxt "themes"
|
483 |
msgid "Directory Themes"
|
@@ -560,8 +544,9 @@ msgid "Theme installed successfully."
|
|
560 |
msgstr "Temat har installerats med framgång."
|
561 |
|
562 |
#: admin/class-themes-admin.php:229
|
|
|
563 |
msgctxt "themes"
|
564 |
-
msgid "Theme was deleted
|
565 |
msgstr "Temat har tagits bort med framgång."
|
566 |
|
567 |
#: admin/class-themes-admin.php:232
|
@@ -616,19 +601,19 @@ msgctxt "themes"
|
|
616 |
msgid "Activate your <a>license key</a> to use this theme."
|
617 |
msgstr "Aktivera din <a>licensnyckel</a> för att använda detta tema."
|
618 |
|
619 |
-
#: admin/csv-export.php:
|
620 |
msgctxt "admin csv-export"
|
621 |
msgid "Could not create a temporary directory for handling this CSV export."
|
622 |
msgstr ""
|
623 |
"Det gick inte att skapa en temporär katalog för hantering av denna CSV "
|
624 |
"export."
|
625 |
|
626 |
-
#: admin/csv-export.php:
|
627 |
msgctxt "admin csv-export"
|
628 |
msgid "Could not create wpbdp-csv-exports directory."
|
629 |
msgstr "Det gick inte att skapa wpbdp-csv-export katalog."
|
630 |
|
631 |
-
#: admin/csv-export.php:
|
632 |
msgctxt "admin csv-export"
|
633 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
634 |
msgstr "Fel när du skapar en temporär katalog för CSV-export:%s"
|
@@ -1284,40 +1269,59 @@ msgstr "Inställningar för CSV-fil"
|
|
1284 |
|
1285 |
#: admin/templates/csv-export.tpl.php:94
|
1286 |
msgctxt "admin csv-export"
|
1287 |
-
msgid "
|
1288 |
-
msgstr "
|
1289 |
|
1290 |
-
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:
|
1291 |
-
#: admin/templates/csv-export.tpl.php:
|
1292 |
#: admin/templates/csv-import.tpl.php:109
|
1293 |
-
#: admin/templates/csv-import.tpl.php:
|
1294 |
-
#: admin/templates/csv-import.tpl.php:
|
1295 |
-
#: admin/templates/csv-import.tpl.php:
|
1296 |
msgctxt "admin forms"
|
1297 |
msgid "required"
|
1298 |
msgstr "obligatoriskt"
|
1299 |
|
1300 |
-
#: admin/templates/csv-export.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1301 |
msgctxt "admin csv-export"
|
1302 |
msgid "Image Separator"
|
1303 |
msgstr "Bildavgränsare"
|
1304 |
|
1305 |
-
#: admin/templates/csv-export.tpl.php:
|
1306 |
msgctxt "admin csv-export"
|
1307 |
msgid "Category Separator"
|
1308 |
msgstr "Kategoriavgränsare"
|
1309 |
|
1310 |
-
#: admin/templates/csv-export.tpl.php:
|
1311 |
msgctxt "admin csv-export"
|
1312 |
msgid "Export Listings"
|
1313 |
msgstr "Exportera annonser"
|
1314 |
|
1315 |
-
#: admin/templates/csv-export.tpl.php:
|
1316 |
msgctxt "admin csv-export"
|
1317 |
msgid "Export in Progress..."
|
1318 |
msgstr "Export pågår..."
|
1319 |
|
1320 |
-
#: admin/templates/csv-export.tpl.php:
|
1321 |
msgctxt "admin csv-export"
|
1322 |
msgid ""
|
1323 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
@@ -1326,39 +1330,39 @@ msgstr ""
|
|
1326 |
"Exportfilen förbereds. Vänligen <u>lämna inte denna sida</u> till dess att "
|
1327 |
"exporten är klar."
|
1328 |
|
1329 |
-
#: admin/templates/csv-export.tpl.php:
|
1330 |
msgctxt "admin csv-export"
|
1331 |
msgid "No. of listings:"
|
1332 |
msgstr "Antal annonser"
|
1333 |
|
1334 |
-
#: admin/templates/csv-export.tpl.php:
|
1335 |
msgctxt "admin csv-export"
|
1336 |
msgid "Approximate export file size:"
|
1337 |
msgstr "Ungefärlig filstorlek:"
|
1338 |
|
1339 |
-
#: admin/templates/csv-export.tpl.php:
|
1340 |
msgctxt "admin csv-export"
|
1341 |
msgid "Cancel Export"
|
1342 |
msgstr "Avbryt export"
|
1343 |
|
1344 |
-
#: admin/templates/csv-export.tpl.php:
|
1345 |
msgctxt "admin csv-export"
|
1346 |
msgid "Export Complete"
|
1347 |
msgstr "Export klar."
|
1348 |
|
1349 |
-
#: admin/templates/csv-export.tpl.php:
|
1350 |
msgctxt "admin csv-export"
|
1351 |
msgid ""
|
1352 |
"Your export file has been successfully created and it is now ready for "
|
1353 |
"download."
|
1354 |
msgstr "Exportfilen har skapats och det är nu klar för nedladdning."
|
1355 |
|
1356 |
-
#: admin/templates/csv-export.tpl.php:
|
1357 |
msgctxt "admin csv-export"
|
1358 |
msgid "Download %s (%s)"
|
1359 |
msgstr "Ladda ner%s (%s)"
|
1360 |
|
1361 |
-
#: admin/templates/csv-export.tpl.php:
|
1362 |
msgctxt "admin csv-export"
|
1363 |
msgid ""
|
1364 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
@@ -1367,22 +1371,22 @@ msgstr ""
|
|
1367 |
"Klicka på \"Rensa\" när filen har laddats ner för att ta bort alla "
|
1368 |
"tillfälliga data som skapats av Busniess Directory under exportprocessen."
|
1369 |
|
1370 |
-
#: admin/templates/csv-export.tpl.php:
|
1371 |
msgctxt "admin csv-export"
|
1372 |
msgid "Cleanup"
|
1373 |
msgstr "Rensa"
|
1374 |
|
1375 |
-
#: admin/templates/csv-export.tpl.php:
|
1376 |
msgctxt "admin csv-export"
|
1377 |
msgid "Export Canceled"
|
1378 |
msgstr "Export avbruten"
|
1379 |
|
1380 |
-
#: admin/templates/csv-export.tpl.php:
|
1381 |
msgctxt "admin csv-export"
|
1382 |
msgid "The export has been canceled."
|
1383 |
msgstr "Export har avbrutits."
|
1384 |
|
1385 |
-
#: admin/templates/csv-export.tpl.php:
|
1386 |
msgctxt "admin csv-export"
|
1387 |
msgid "← Return to CSV Export"
|
1388 |
msgstr "← Tillbaka till CSV Export"
|
@@ -1514,7 +1518,7 @@ msgctxt "admin csv-import"
|
|
1514 |
msgid "Warning"
|
1515 |
msgstr "Varning"
|
1516 |
|
1517 |
-
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:
|
1518 |
msgctxt "admin csv-import"
|
1519 |
msgid "Help"
|
1520 |
msgstr "Hjälp"
|
@@ -1573,72 +1577,87 @@ msgctxt "admin csv-import"
|
|
1573 |
msgid "Column Separator"
|
1574 |
msgstr "Kolumnavgränsare"
|
1575 |
|
1576 |
-
#: admin/templates/csv-import.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1577 |
msgctxt "admin csv-import"
|
1578 |
msgid "Image Separator"
|
1579 |
msgstr "Bildavgränsare"
|
1580 |
|
1581 |
-
#: admin/templates/csv-import.tpl.php:
|
1582 |
msgctxt "admin csv-import"
|
1583 |
msgid "Category Separator"
|
1584 |
msgstr "Kategoriavgränsare"
|
1585 |
|
1586 |
-
#: admin/templates/csv-import.tpl.php:
|
1587 |
msgctxt "admin csv-import"
|
1588 |
msgid "Import settings"
|
1589 |
msgstr "Importera inställningar"
|
1590 |
|
1591 |
-
#: admin/templates/csv-import.tpl.php:
|
1592 |
msgctxt "admin csv-import"
|
1593 |
msgid "Post status of imported listings"
|
1594 |
msgstr "Status av importerade annonser"
|
1595 |
|
1596 |
-
#: admin/templates/csv-import.tpl.php:
|
1597 |
msgctxt "admin csv-import"
|
1598 |
msgid "Missing categories handling"
|
1599 |
msgstr "Hantera saknade kategorier"
|
1600 |
|
1601 |
-
#: admin/templates/csv-import.tpl.php:
|
1602 |
msgctxt "admin csv-import"
|
1603 |
msgid "Auto-create categories"
|
1604 |
msgstr "Autoskapa kategorier"
|
1605 |
|
1606 |
-
#: admin/templates/csv-import.tpl.php:
|
1607 |
msgctxt "admin csv-import"
|
1608 |
msgid "Generate errors when a category is not found"
|
1609 |
msgstr "Generera fel när en kategori inte hittas"
|
1610 |
|
1611 |
-
#: admin/templates/csv-import.tpl.php:
|
1612 |
msgctxt "admin csv-import"
|
1613 |
msgid "Keep existing listing images?"
|
1614 |
msgstr "Behålla befintliga annonsbilder?"
|
1615 |
|
1616 |
-
#: admin/templates/csv-import.tpl.php:
|
1617 |
msgctxt "admin csv-import"
|
1618 |
msgid "Keep existing images."
|
1619 |
msgstr "Behåll befintliga bilder."
|
1620 |
|
1621 |
-
#: admin/templates/csv-import.tpl.php:
|
1622 |
msgctxt "admin csv-import"
|
1623 |
msgid "Appends new images while keeping current ones."
|
1624 |
msgstr "Lägger till nya bilder och behåller de existerande."
|
1625 |
|
1626 |
-
#: admin/templates/csv-import.tpl.php:
|
1627 |
msgctxt "admin csv-import"
|
1628 |
msgid "Assign listings to a user?"
|
1629 |
msgstr "Tilldela annons till användare?"
|
1630 |
|
1631 |
-
#: admin/templates/csv-import.tpl.php:
|
1632 |
msgctxt "admin csv-import"
|
1633 |
msgid "Assign listings to a user."
|
1634 |
msgstr "Tilldela annons till användare."
|
1635 |
|
1636 |
-
#: admin/templates/csv-import.tpl.php:
|
1637 |
msgctxt "admin csv-import"
|
1638 |
msgid "Use a default user for listings?"
|
1639 |
msgstr "Använd en standardanvändare för annonser?"
|
1640 |
|
1641 |
-
#: admin/templates/csv-import.tpl.php:
|
1642 |
msgctxt "admin csv-import"
|
1643 |
msgid ""
|
1644 |
"Select a default user to be used if the username column is not present in "
|
@@ -1647,12 +1666,12 @@ msgstr ""
|
|
1647 |
"Välj en standardanvändare som används om användarkolumnen inte finns i CSV-"
|
1648 |
"filen."
|
1649 |
|
1650 |
-
#: admin/templates/csv-import.tpl.php:
|
1651 |
msgctxt "admin csv-import"
|
1652 |
msgid "Default listing user"
|
1653 |
msgstr "standardanvändare"
|
1654 |
|
1655 |
-
#: admin/templates/csv-import.tpl.php:
|
1656 |
msgctxt "admin csv-import"
|
1657 |
msgid ""
|
1658 |
"This user will be used if the username column is not present in the CSV file."
|
@@ -1660,27 +1679,27 @@ msgstr ""
|
|
1660 |
"Denna användare kommer att användas om användarkolumnen inte finns i CSV-"
|
1661 |
"filen."
|
1662 |
|
1663 |
-
#: admin/templates/csv-import.tpl.php:
|
1664 |
msgctxt "admin csv-import"
|
1665 |
msgid "Disable e-mail notifications during import?"
|
1666 |
msgstr "Inaktivera e-postmeddelanden vid import?"
|
1667 |
|
1668 |
-
#: admin/templates/csv-import.tpl.php:
|
1669 |
msgctxt "admin csv-import"
|
1670 |
msgid "Disable e-mail notifications."
|
1671 |
msgstr "Inaktivera e-postmeddelanden."
|
1672 |
|
1673 |
-
#: admin/templates/csv-import.tpl.php:
|
1674 |
msgctxt "admin csv-import"
|
1675 |
msgid "Test Import"
|
1676 |
msgstr "Testimport"
|
1677 |
|
1678 |
-
#: admin/templates/csv-import.tpl.php:
|
1679 |
msgctxt "admin csv-import"
|
1680 |
msgid "Import Listings"
|
1681 |
msgstr "Importera annonser"
|
1682 |
|
1683 |
-
#: admin/templates/csv-import.tpl.php:
|
1684 |
msgctxt "admin csv-import"
|
1685 |
msgid ""
|
1686 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -1693,42 +1712,42 @@ msgstr ""
|
|
1693 |
"Klicka <a href=\"%s\">\"Se ett exempel CSV-importfilen\"</a> för att se hur "
|
1694 |
"en importfil ska se ut."
|
1695 |
|
1696 |
-
#: admin/templates/csv-import.tpl.php:
|
1697 |
msgctxt "admin csv-import"
|
1698 |
msgid "Header name/label"
|
1699 |
msgstr "Rubriknamn / etikett"
|
1700 |
|
1701 |
-
#: admin/templates/csv-import.tpl.php:
|
1702 |
msgctxt "admin csv-import"
|
1703 |
msgid "Field"
|
1704 |
msgstr "Fält"
|
1705 |
|
1706 |
-
#: admin/templates/csv-import.tpl.php:
|
1707 |
msgctxt "admin csv-import"
|
1708 |
msgid "Type"
|
1709 |
msgstr "Typ"
|
1710 |
|
1711 |
-
#: admin/templates/csv-import.tpl.php:
|
1712 |
msgctxt "admin csv-import"
|
1713 |
msgid "Required?"
|
1714 |
msgstr "Obligatoriskt?"
|
1715 |
|
1716 |
-
#: admin/templates/csv-import.tpl.php:
|
1717 |
msgctxt "admin csv-import"
|
1718 |
msgid "Multivalued?"
|
1719 |
msgstr "Fler värden?"
|
1720 |
|
1721 |
-
#: admin/templates/csv-import.tpl.php:
|
1722 |
msgctxt "admin csv-import"
|
1723 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1724 |
msgstr "Semikolonseparerad lista med annonsbilder (från ZIP-filen)."
|
1725 |
|
1726 |
-
#: admin/templates/csv-import.tpl.php:
|
1727 |
msgctxt "admin csv-import"
|
1728 |
msgid "Listing author's username"
|
1729 |
msgstr "Annonsens författares användarnamn"
|
1730 |
|
1731 |
-
#: admin/templates/csv-import.tpl.php:
|
1732 |
msgctxt "admin csv-import"
|
1733 |
msgid ""
|
1734 |
"Internal Sequence ID used to allow listing updates from external sources."
|
@@ -1736,7 +1755,7 @@ msgstr ""
|
|
1736 |
"Intern sekvens ID som används för att tillåta notering uppdateringar från "
|
1737 |
"externa källor."
|
1738 |
|
1739 |
-
#: admin/templates/csv-import.tpl.php:
|
1740 |
msgctxt "admin csv-import"
|
1741 |
msgid ""
|
1742 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -2223,7 +2242,7 @@ msgctxt "form-fields admin"
|
|
2223 |
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
2224 |
msgstr "Se <a>formulärfältsdokumentationen</a> för mer information."
|
2225 |
|
2226 |
-
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.
|
2227 |
#. Plugin Name of the plugin/theme
|
2228 |
#: admin/templates/header.tpl.php:4
|
2229 |
msgid "Business Directory Plugin"
|
@@ -2990,42 +3009,48 @@ msgctxt "tracking"
|
|
2990 |
msgid "Allow Tracking"
|
2991 |
msgstr "Tillåt spårning"
|
2992 |
|
2993 |
-
#: business-directory-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
2994 |
msgctxt "admin plugins"
|
2995 |
msgid "Settings"
|
2996 |
msgstr "Inställningar"
|
2997 |
|
2998 |
-
#: business-directory-plugin.php:
|
2999 |
msgctxt "rss feed"
|
3000 |
msgid "%s Feed"
|
3001 |
msgstr "%s-flöde"
|
3002 |
|
3003 |
-
#: business-directory-plugin.php:
|
3004 |
#: core/views/submit_listing.php:10
|
3005 |
msgctxt "views"
|
3006 |
msgid "Submit A Listing"
|
3007 |
msgstr "Sätt in en annons"
|
3008 |
|
3009 |
-
#: business-directory-plugin.php:
|
3010 |
msgctxt "title"
|
3011 |
msgid "Find a Listing"
|
3012 |
msgstr "Hitta en annons"
|
3013 |
|
3014 |
-
#: business-directory-plugin.php:
|
3015 |
msgctxt "title"
|
3016 |
msgid "View All Listings"
|
3017 |
msgstr "Visa alla annonser"
|
3018 |
|
3019 |
-
#: business-directory-plugin.php:
|
3020 |
msgctxt "title"
|
3021 |
msgid "Listings tagged: %s"
|
3022 |
msgstr "Annonser med tagg: %s"
|
3023 |
|
3024 |
-
#: core/api.php:
|
3025 |
msgid "Free"
|
3026 |
msgstr "Gratis"
|
3027 |
|
3028 |
-
#: core/class-csv-import.php:
|
3029 |
msgctxt "admin csv-import"
|
3030 |
msgid ""
|
3031 |
"Could not create listing category \"<category-name>\". The operation failed "
|
@@ -3034,22 +3059,22 @@ msgstr ""
|
|
3034 |
"Kunde inte skapa annonskategori \"<category-name>\". Åtgärden misslyckades "
|
3035 |
"på grund av följande fel: <error-message>"
|
3036 |
|
3037 |
-
#: core/class-csv-import.php:
|
3038 |
msgctxt "admin csv-import"
|
3039 |
msgid "Could not create listing category \"%s\""
|
3040 |
msgstr "Det gick inte att skapa annonskategori \"%s\""
|
3041 |
|
3042 |
-
#: core/class-csv-import.php:
|
3043 |
msgctxt "admin csv-import"
|
3044 |
msgid "Username \"%s\" does not exist"
|
3045 |
msgstr "Användarnamn \"%s\" existerar inte"
|
3046 |
|
3047 |
-
#: core/class-csv-import.php:
|
3048 |
msgctxt "admin csv-import"
|
3049 |
msgid "Missing required field: %s"
|
3050 |
msgstr "Saknar det obligatoriska fältet %s"
|
3051 |
|
3052 |
-
#: core/class-csv-import.php:
|
3053 |
msgctxt "admin csv-import"
|
3054 |
msgid "Listing category \"%s\" does not exist"
|
3055 |
msgstr "Annonskategorin \"%s\" existerar inte"
|
@@ -3182,12 +3207,12 @@ msgctxt "listing"
|
|
3182 |
msgid "(Fee Unavailable)"
|
3183 |
msgstr "(Avgift inte tillgänglig)"
|
3184 |
|
3185 |
-
#: core/class-listings-api.php:
|
3186 |
msgctxt "notify email"
|
3187 |
msgid "[%s] New listing notification"
|
3188 |
msgstr "[%s] Notifiering om ny annons"
|
3189 |
|
3190 |
-
#: core/class-listings-api.php:
|
3191 |
msgctxt "notify email"
|
3192 |
msgid "[%s] Listing edit notification"
|
3193 |
msgstr "[%s] Notifiering om annonsändring"
|
@@ -3232,12 +3257,12 @@ msgctxt "widgets"
|
|
3232 |
msgid "Leave blank for automatic height."
|
3233 |
msgstr "Lämna tomt för automatisk höjd."
|
3234 |
|
3235 |
-
#: core/class-payment.php:223
|
3236 |
msgctxt "listings"
|
3237 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3238 |
msgstr "Avgift \"%s\" för kategorin \"%s\"%s"
|
3239 |
|
3240 |
-
#: core/class-payment.php:226
|
3241 |
msgctxt "listings"
|
3242 |
msgid "(recurring)"
|
3243 |
msgstr "(återkommande)"
|
@@ -4903,17 +4928,17 @@ msgstr "Katalogtaggar"
|
|
4903 |
msgid "Directory Tag"
|
4904 |
msgstr "Katalogtag"
|
4905 |
|
4906 |
-
#: core/compatibility/class-navxt-integration.php:
|
4907 |
msgctxt "navxt"
|
4908 |
msgid "Submit Listing"
|
4909 |
msgstr "Lägg till ny annons"
|
4910 |
|
4911 |
-
#: core/compatibility/class-navxt-integration.php:
|
4912 |
msgctxt "navxt"
|
4913 |
msgid "Edit Listing"
|
4914 |
msgstr "Redigera annons"
|
4915 |
|
4916 |
-
#: core/compatibility/class-navxt-integration.php:
|
4917 |
msgctxt "navxt"
|
4918 |
msgid "Search"
|
4919 |
msgstr "Sök"
|
@@ -4925,14 +4950,14 @@ msgstr "Kryssruta"
|
|
4925 |
|
4926 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
4927 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
4928 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4929 |
msgctxt "form-fields admin"
|
4930 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4931 |
msgstr "Fältalternativ (för utvalda annonser, radioknappar och kryssrutor)"
|
4932 |
|
4933 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
4934 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
4935 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4936 |
msgctxt "form-fields admin"
|
4937 |
msgid "Field list of options is required."
|
4938 |
msgstr "Lista på alternativ krävs."
|
@@ -5023,18 +5048,18 @@ msgctxt "form-fields api"
|
|
5023 |
msgid "Select List"
|
5024 |
msgstr "Flervalslista"
|
5025 |
|
5026 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5027 |
msgctxt "form-fields-api category-select"
|
5028 |
msgid "-- Choose Terms --"
|
5029 |
msgstr "- Välj Villkor -"
|
5030 |
|
5031 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5032 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5033 |
msgctxt "form-fields-api category-select"
|
5034 |
msgid "-- Choose One --"
|
5035 |
msgstr "— Välj ett —"
|
5036 |
|
5037 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
5038 |
msgctxt "form-fields admin"
|
5039 |
msgid "Allow empty selection on search?"
|
5040 |
msgstr "Tillåt tomt urval på sök?"
|
@@ -5433,8 +5458,9 @@ msgid "Could not update theme: %s"
|
|
5433 |
msgstr "Det gick inte att uppdatera tema:%s"
|
5434 |
|
5435 |
#: core/helpers/class-themes-updater.php:165
|
|
|
5436 |
msgctxt "themes"
|
5437 |
-
msgid "Theme was updated
|
5438 |
msgstr "Tema uppdaterades framgångsrikt."
|
5439 |
|
5440 |
#: core/installer.php:43
|
@@ -5539,9 +5565,10 @@ msgid "Pause Upgrade"
|
|
5539 |
msgstr "Pausa uppgraderingen"
|
5540 |
|
5541 |
#: core/installer.php:1110
|
|
|
5542 |
msgctxt "manual-upgrade"
|
5543 |
msgid ""
|
5544 |
-
"The upgrade was
|
5545 |
"available."
|
5546 |
msgstr ""
|
5547 |
"Uppgraderingen utfördes framgångsrikt. Business Directory Plugin är nu "
|
@@ -5852,39 +5879,39 @@ msgctxt "templates"
|
|
5852 |
msgid "No listing categories found."
|
5853 |
msgstr "Inga kategorier hittades."
|
5854 |
|
5855 |
-
#: core/templates-ui.php:
|
5856 |
msgid "Directory"
|
5857 |
msgstr "Katalog"
|
5858 |
|
5859 |
-
#: core/templates-ui.php:
|
5860 |
msgid "View All Listings"
|
5861 |
msgstr "Visa alla annonser"
|
5862 |
|
5863 |
-
#: core/templates-ui.php:
|
5864 |
msgid "Create A Listing"
|
5865 |
msgstr "Skapa annons"
|
5866 |
|
5867 |
-
#: core/templates-ui.php:
|
5868 |
msgctxt "templates"
|
5869 |
msgid "Search Listings"
|
5870 |
msgstr "Sök annonser"
|
5871 |
|
5872 |
-
#: core/templates-ui.php:
|
5873 |
msgctxt "templates"
|
5874 |
msgid "Advanced Search"
|
5875 |
msgstr "Avancerad Sökning"
|
5876 |
|
5877 |
-
#: core/templates-ui.php:
|
5878 |
msgctxt "templates sort"
|
5879 |
msgid "Sort By:"
|
5880 |
msgstr "Sortering:"
|
5881 |
|
5882 |
-
#: core/templates-ui.php:
|
5883 |
msgctxt "sort"
|
5884 |
msgid "Reset"
|
5885 |
msgstr "Rensa"
|
5886 |
|
5887 |
-
#: core/templates-ui.php:
|
5888 |
msgctxt "sort"
|
5889 |
msgid "(Reset)"
|
5890 |
msgstr "(Rensa)"
|
@@ -6009,42 +6036,71 @@ msgid ""
|
|
6009 |
"You are logged in as an administrator. Any payment steps will be skipped."
|
6010 |
msgstr "Du är inloggad som administratör. Alla betalningssteg hoppas över."
|
6011 |
|
6012 |
-
#: core/view-submit-listing.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6013 |
msgctxt "templates"
|
6014 |
msgid "Please select a fee option for the \"%s\" category."
|
6015 |
msgstr "Välj en avgift alternativ för \"%s\" kategorin ."
|
6016 |
|
6017 |
-
#: core/view-submit-listing.php:
|
6018 |
msgctxt "templates"
|
6019 |
msgid "Please agree to the Terms and Conditions."
|
6020 |
msgstr "Vänligen godkänn villkoren"
|
6021 |
|
6022 |
-
#: core/view-submit-listing.php:
|
6023 |
msgctxt "templates"
|
6024 |
msgid "The reCAPTCHA wasn't entered correctly."
|
6025 |
msgstr "reCAPTCHA angavs inte korrekt"
|
6026 |
|
6027 |
-
#: core/view-submit-listing.php:
|
6028 |
msgctxt "templates"
|
6029 |
msgid "Read our Terms and Conditions"
|
6030 |
msgstr "Läs våra användarvillkor"
|
6031 |
|
6032 |
-
#: core/view-submit-listing.php:
|
6033 |
msgctxt "templates"
|
6034 |
msgid "Terms and Conditions:"
|
6035 |
msgstr "Villkor"
|
6036 |
|
6037 |
-
#: core/view-submit-listing.php:
|
6038 |
msgctxt "templates"
|
6039 |
msgid "I agree to the Terms and Conditions"
|
6040 |
msgstr "Jag godtar villkoren."
|
6041 |
|
6042 |
-
#: core/view-submit-listing.php:
|
6043 |
msgctxt "submit"
|
6044 |
msgid "Listing upgrade to featured"
|
6045 |
msgstr "Uppgradera till Utvald"
|
6046 |
|
6047 |
-
#: core/view-submit-listing.php:
|
6048 |
msgctxt "submit_state"
|
6049 |
msgid "Invalid submit state."
|
6050 |
msgstr "Ogiltig stat"
|
@@ -6089,8 +6145,9 @@ msgid "← Return to Directory."
|
|
6089 |
msgstr "← Tillbaka till katalogen."
|
6090 |
|
6091 |
#: core/views/checkout.php:130
|
|
|
6092 |
msgctxt "checkout"
|
6093 |
-
msgid "Your payment was received
|
6094 |
msgstr "Din betalning mottogs framgångsrikt."
|
6095 |
|
6096 |
#: core/views/checkout.php:137
|
@@ -6249,17 +6306,17 @@ msgctxt "listings"
|
|
6249 |
msgid "Fee \"%s\" renewal for category \"%s\""
|
6250 |
msgstr "Avgift \"%s\" förnyelse för kategorin \"%s\""
|
6251 |
|
6252 |
-
#: core/views/renew_listing.php:
|
6253 |
msgctxt "renewal"
|
6254 |
msgid "Invalid renewal state."
|
6255 |
msgstr "Ogiltig förnyelsetillstånd."
|
6256 |
|
6257 |
-
#: core/views/renew_listing.php:
|
6258 |
msgctxt "templates"
|
6259 |
msgid "Recurring Fee Management"
|
6260 |
msgstr "Hantera återkommande avgifter"
|
6261 |
|
6262 |
-
#: core/views/renew_listing.php:
|
6263 |
msgctxt "renew"
|
6264 |
msgid ""
|
6265 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
@@ -6269,22 +6326,22 @@ msgstr ""
|
|
6269 |
"din annons vid detta tillfället. Detta sköts automatiskt när det är dags att "
|
6270 |
"förnya."
|
6271 |
|
6272 |
-
#: core/views/renew_listing.php:
|
6273 |
msgctxt "renewal"
|
6274 |
msgid "Current Fee Details"
|
6275 |
msgstr "Nuvarande avgiftsdetaljer"
|
6276 |
|
6277 |
-
#: core/views/renew_listing.php:
|
6278 |
msgctxt "renewal"
|
6279 |
msgid "Number of images:"
|
6280 |
msgstr "Antal bilder:"
|
6281 |
|
6282 |
-
#: core/views/renew_listing.php:
|
6283 |
msgctxt "renewal"
|
6284 |
msgid "Expiration date:"
|
6285 |
msgstr "Förfallodatum:"
|
6286 |
|
6287 |
-
#: core/views/renew_listing.php:
|
6288 |
msgctxt "renew"
|
6289 |
msgid ""
|
6290 |
"However, if you want to cancel your subscription you can do that on this "
|
@@ -6328,6 +6385,12 @@ msgctxt "views"
|
|
6328 |
msgid "Find A Listing"
|
6329 |
msgstr "Hitta en annons"
|
6330 |
|
|
|
|
|
|
|
|
|
|
|
|
|
6331 |
#: core/views/submit_listing.php:16
|
6332 |
msgctxt "templates"
|
6333 |
msgid ""
|
@@ -6990,7 +7053,7 @@ msgstr ""
|
|
6990 |
#: templates/renew-listing.tpl.php:22
|
6991 |
#: templates/submit-listing/category-selection.tpl.php:8
|
6992 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
6993 |
-
#: templates/submit-listing/images.tpl.php:
|
6994 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
6995 |
msgctxt "templates"
|
6996 |
msgid "Continue"
|
@@ -7092,37 +7155,37 @@ msgctxt "templates"
|
|
7092 |
msgid "Delete Image"
|
7093 |
msgstr "Ta bort bild"
|
7094 |
|
7095 |
-
#: templates/submit-listing/images-single.tpl.php:
|
7096 |
msgctxt "templates"
|
7097 |
msgid "Set this image as the listing thumbnail."
|
7098 |
msgstr "Använd denna bild som tumnagel."
|
7099 |
|
7100 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7101 |
msgctxt "templates"
|
7102 |
msgid "Upload Images"
|
7103 |
msgstr "Ladda upp bilder"
|
7104 |
|
7105 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7106 |
msgctxt "templates"
|
7107 |
msgid "Drop files here"
|
7108 |
msgstr "Släpp filer här"
|
7109 |
|
7110 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7111 |
msgctxt "templates image upload"
|
7112 |
msgid "or"
|
7113 |
msgstr "eller"
|
7114 |
|
7115 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7116 |
msgctxt "templates"
|
7117 |
msgid "Select images from your hard drive"
|
7118 |
msgstr "Välj bilder från din hårddisk"
|
7119 |
|
7120 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7121 |
msgctxt "templates"
|
7122 |
msgid "Uploading %s file(s)... Please wait."
|
7123 |
msgstr "Ladda upp %s filer... Vänligen vänta."
|
7124 |
|
7125 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7126 |
msgctxt "templates"
|
7127 |
msgid ""
|
7128 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
@@ -7133,39 +7196,39 @@ msgstr ""
|
|
7133 |
"om du är klar, eller \"Ta bort bild\" för att ladda upp en ny bild i stället "
|
7134 |
"för en befintlig."
|
7135 |
|
7136 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7137 |
msgctxt "templates"
|
7138 |
msgid "Image slots available:"
|
7139 |
msgstr "Tillgängliga bildplatser:"
|
7140 |
|
7141 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7142 |
msgctxt "templates"
|
7143 |
msgid "File size:"
|
7144 |
msgstr "Filstorlek:"
|
7145 |
|
7146 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7147 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7148 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7149 |
msgctxt "templates"
|
7150 |
msgid "No limit"
|
7151 |
msgstr "Ingen begränsning"
|
7152 |
|
7153 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7154 |
msgctxt "templates"
|
7155 |
msgid "Image width:"
|
7156 |
msgstr "Bredd på bild:"
|
7157 |
|
7158 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
7159 |
msgctxt "templates"
|
7160 |
msgid "Image height:"
|
7161 |
msgstr "Höjd på bild:"
|
7162 |
|
7163 |
-
#: templates/submit-listing/images.tpl.php:
|
7164 |
msgctxt "templates"
|
7165 |
msgid "Listing Images"
|
7166 |
msgstr "Annonsbilder"
|
7167 |
|
7168 |
-
#: templates/submit-listing/images.tpl.php:
|
7169 |
msgctxt "templates"
|
7170 |
msgid ""
|
7171 |
"There is an image pending upload. Would you still like to continue without "
|
@@ -7173,7 +7236,12 @@ msgid ""
|
|
7173 |
msgstr ""
|
7174 |
"En bild är på väg att laddas upp, vill du fortsätta utan att spara bilden?"
|
7175 |
|
7176 |
-
#: templates/submit-listing/images.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
7177 |
msgctxt "templates"
|
7178 |
msgid "There are no images currently attached to your listing."
|
7179 |
msgstr "Det finns för närvarande inga bilder för denna annons."
|
@@ -7213,6 +7281,18 @@ msgstr "D. Rodenbaugh"
|
|
7213 |
msgid "http://businessdirectoryplugin.com"
|
7214 |
msgstr "http://businessdirectoryplugin.com"
|
7215 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7216 |
#~ msgctxt "admin settings"
|
7217 |
#~ msgid ""
|
7218 |
#~ "Allow visitors to discuss listings using the standard WordPress comment "
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: Business Directory Plugin 4.0.8\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
+
"POT-Creation-Date: 2017-04-04 17:28:39+00:00\n"
|
8 |
"PO-Revision-Date: 2017-01-16 17:49-0500\n"
|
9 |
"Last-Translator: \n"
|
10 |
"Language-Team: \n"
|
122 |
msgid "Renew Listing"
|
123 |
msgstr "Förnya annons"
|
124 |
|
125 |
+
#: admin/class-admin.php:105
|
126 |
msgid ""
|
127 |
"Preview is only available after you've saved the first draft. This is due\n"
|
128 |
"to how WordPress stores the data."
|
130 |
"Förhandsgranskning är endast tillgänglig när du har sparat det första "
|
131 |
"utkastet. Detta beror på hur WordPress lagrar data."
|
132 |
|
133 |
+
#: admin/class-admin.php:138
|
134 |
msgctxt "drip pointer"
|
135 |
msgid ""
|
136 |
"Find out how to create a compelling, thriving business directory from "
|
141 |
"från början i denna sanslöst fullmatade (och GRATIS) e-postkurs i 5 delar. "
|
142 |
"Du får en premium-modul helt kostnadsfritt genom att bara registrera dig."
|
143 |
|
144 |
+
#: admin/class-admin.php:140
|
145 |
msgctxt "drip pointer"
|
146 |
msgid "Email Address:"
|
147 |
msgstr "E-postadress:"
|
148 |
|
149 |
+
#: admin/class-admin.php:146
|
150 |
msgctxt "drip pointer"
|
151 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
152 |
msgstr "Vill du veta hemligheten bakom att bygga en grymt bra affärskatalog?"
|
153 |
|
154 |
+
#: admin/class-admin.php:148
|
155 |
msgctxt "drip pointer"
|
156 |
msgid "Yes, please!"
|
157 |
msgstr "Ja tack!"
|
158 |
|
159 |
+
#: admin/class-admin.php:150
|
160 |
msgctxt "drip pointer"
|
161 |
msgid "No, thanks"
|
162 |
msgstr "Nej tack."
|
163 |
|
164 |
+
#: admin/class-admin.php:167
|
165 |
msgctxt "admin"
|
166 |
msgid "Business Directory"
|
167 |
msgstr "Business Directory"
|
168 |
|
169 |
+
#: admin/class-admin.php:178
|
170 |
msgctxt "admin"
|
171 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
172 |
msgstr "Du är klar! Besök din nya <a>Business Directory</a> sida."
|
173 |
|
174 |
+
#: admin/class-admin.php:199
|
175 |
msgctxt "drip pointer"
|
176 |
msgid "Invalid e-mail address."
|
177 |
msgstr "Ogiltig e-postadress."
|
178 |
|
179 |
+
#: admin/class-admin.php:233
|
180 |
msgctxt "admin menu"
|
181 |
msgid "Business Directory Admin"
|
182 |
msgstr "Business Directory admin"
|
183 |
|
184 |
+
#: admin/class-admin.php:234
|
185 |
msgctxt "admin menu"
|
186 |
msgid "Dir. Admin"
|
187 |
msgstr "Dir. admin"
|
188 |
|
189 |
+
#: admin/class-admin.php:234
|
190 |
msgctxt "admin menu"
|
191 |
msgid "Directory Admin"
|
192 |
msgstr "Katalog admin"
|
193 |
|
194 |
+
#: admin/class-admin.php:240 admin/class-admin.php:241
|
195 |
msgctxt "admin menu"
|
196 |
msgid "Add New Listing"
|
197 |
msgstr "Lägg till ny annons"
|
198 |
|
199 |
+
#: admin/class-admin.php:246 admin/class-admin.php:247
|
200 |
msgctxt "admin menu"
|
201 |
msgid "Manage Options"
|
202 |
msgstr "Hantera alternativ"
|
203 |
|
204 |
+
#: admin/class-admin.php:252 admin/class-admin.php:253
|
205 |
msgctxt "admin menu"
|
206 |
msgid "Manage Fees"
|
207 |
msgstr "Hantera avgifter"
|
208 |
|
209 |
+
#: admin/class-admin.php:258 admin/class-admin.php:259
|
210 |
msgctxt "admin menu"
|
211 |
msgid "Manage Form Fields"
|
212 |
msgstr "Hantera formulärfält"
|
213 |
|
214 |
+
#: admin/class-admin.php:264 admin/class-admin.php:265
|
215 |
msgctxt "admin menu"
|
216 |
msgid "Listings"
|
217 |
msgstr "Annonser"
|
218 |
|
219 |
+
#: admin/class-admin.php:279 admin/class-admin.php:280
|
220 |
msgctxt "admin menu"
|
221 |
msgid "CSV Import"
|
222 |
msgstr "Importera CSV"
|
223 |
|
224 |
+
#: admin/class-admin.php:285 admin/class-admin.php:286
|
225 |
msgctxt "admin menu"
|
226 |
msgid "CSV Export"
|
227 |
msgstr "Exportera CSV"
|
228 |
|
229 |
+
#: admin/class-admin.php:291 admin/class-admin.php:292
|
230 |
msgctxt "admin menu"
|
231 |
msgid "Debug"
|
232 |
msgstr "Debug"
|
233 |
|
234 |
+
#: admin/class-admin.php:301
|
235 |
msgctxt "admin menu"
|
236 |
msgid "Main Menu"
|
237 |
msgstr "Huvudmeny"
|
238 |
|
239 |
+
#: admin/class-admin.php:312
|
240 |
msgctxt "admin menu"
|
241 |
msgid "Uninstall Business Directory Plugin"
|
242 |
msgstr "Avinstallera tillägget Business Directory"
|
243 |
|
244 |
+
#: admin/class-admin.php:313
|
245 |
msgctxt "admin menu"
|
246 |
msgid "Uninstall"
|
247 |
msgstr "Avinstallera"
|
248 |
|
249 |
+
#: admin/class-admin.php:427
|
250 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
251 |
msgctxt "admin infometabox"
|
252 |
msgid "never"
|
253 |
msgstr "aldrig"
|
254 |
|
255 |
+
#: admin/class-admin.php:521
|
256 |
msgctxt "admin"
|
257 |
msgid "Dismiss this notice."
|
258 |
msgstr "Avvisa denna notering."
|
259 |
|
260 |
+
#: admin/class-admin.php:549
|
261 |
msgctxt "admin"
|
262 |
msgid "The listing has been published."
|
263 |
msgid_plural "The listings have been published."
|
264 |
msgstr[0] "Annonsen har publicerats."
|
265 |
msgstr[1] "Annonserna har publicerats"
|
266 |
|
267 |
+
#: admin/class-admin.php:567
|
268 |
msgctxt "admin"
|
269 |
msgid "The listing status has been set as paid."
|
270 |
msgid_plural "The listings status has been set as paid."
|
271 |
msgstr[0] "Annonsen har fått status Betald."
|
272 |
msgstr[1] "Annonserna har fått status Betald."
|
273 |
|
274 |
+
#: admin/class-admin.php:573
|
275 |
msgctxt "admin"
|
276 |
msgid ""
|
277 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
288 |
"Endast fakturor som innehåller engångsposter markerases som betalda. "
|
289 |
"Återkommande betalningar måste hanteras genom gatewayen."
|
290 |
|
291 |
+
#: admin/class-admin.php:592
|
292 |
msgctxt "admin"
|
293 |
msgid "The listing has been modified."
|
294 |
msgid_plural "The listings have been modified."
|
295 |
msgstr[0] "Annonsen har ändrats."
|
296 |
msgstr[1] "Annonserna har ändrats."
|
297 |
|
298 |
+
#: admin/class-admin.php:605
|
299 |
msgctxt "admin"
|
300 |
msgid "The listing has been upgraded."
|
301 |
msgid_plural "The listings have been upgraded."
|
302 |
msgstr[0] "Annonsen har uppgraderats."
|
303 |
msgstr[1] "Annonserna har uppgraderats."
|
304 |
|
305 |
+
#: admin/class-admin.php:617
|
306 |
msgctxt "admin"
|
307 |
msgid "The listing has been downgraded."
|
308 |
msgid_plural "The listings have been downgraded."
|
309 |
msgstr[0] "Annonsen har nedgraderats."
|
310 |
msgstr[1] "Annonserna har nedgraderats."
|
311 |
|
312 |
+
#: admin/class-admin.php:628
|
313 |
msgctxt "admin payments"
|
314 |
msgid ""
|
315 |
"The payment status was not changed. Recurring payments can't be manually "
|
320 |
"manuellt. Vänligen kontrollera din gateway backend för att se om betalningen "
|
321 |
"verkligen gick igenom."
|
322 |
|
323 |
+
#: admin/class-admin.php:633
|
324 |
msgctxt "admin"
|
325 |
msgid "The transaction has been approved."
|
326 |
msgstr "Din transaktion har godkänts."
|
327 |
|
328 |
+
#: admin/class-admin.php:643
|
329 |
msgctxt "admin"
|
330 |
msgid "The transaction has been rejected."
|
331 |
msgstr "Transaktionen har avvisats."
|
332 |
|
333 |
+
#: admin/class-admin.php:649
|
334 |
msgctxt "admin"
|
335 |
msgid "The fee was successfully assigned."
|
336 |
msgstr "Avgiften tilldelades med framgång."
|
337 |
|
338 |
+
#: admin/class-admin.php:658
|
339 |
msgctxt "admin"
|
340 |
msgid "Listing was renewed."
|
341 |
msgid_plural "Listings were renewed."
|
342 |
msgstr[0] "Annonsen har förnyats."
|
343 |
msgstr[1] "Annonserna har förnyats."
|
344 |
|
345 |
+
#: admin/class-admin.php:665
|
346 |
msgctxt "admin"
|
347 |
msgid "Renewal email sent."
|
348 |
msgstr "E-postmeddelande om förnyelse skickat."
|
349 |
|
350 |
+
#: admin/class-admin.php:720
|
351 |
msgctxt "admin category id"
|
352 |
msgid "ID"
|
353 |
msgstr "ID"
|
354 |
|
355 |
+
#: admin/class-admin.php:722 admin/class-admin.php:728
|
356 |
msgctxt "admin"
|
357 |
msgid "Listing Count"
|
358 |
msgstr "Annonsräknare"
|
359 |
|
360 |
+
#: admin/class-admin.php:837
|
361 |
msgctxt "admin"
|
362 |
msgid ""
|
363 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
366 |
"<b>Tillägget Business Directory</b> kräver fält med följande associationer "
|
367 |
"för att fungera korrekt: <b>%s</b>."
|
368 |
|
369 |
+
#: admin/class-admin.php:839
|
370 |
msgctxt "admin"
|
371 |
msgid ""
|
372 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
375 |
"<b>Tillägget Business Direcotry </b> kräver ett fält med en<b>%s</b> "
|
376 |
"association för att fungera korrekt."
|
377 |
|
378 |
+
#: admin/class-admin.php:843
|
379 |
msgctxt "admin"
|
380 |
msgid ""
|
381 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
384 |
"Du kan skapa dessa anpassade fält själv i \"Hantera formulärfält\" eller "
|
385 |
"låta Business Directory göra det åt dig automatiskt."
|
386 |
|
387 |
+
#: admin/class-admin.php:847
|
388 |
msgctxt "admin"
|
389 |
msgid "Go to \"Manage Form Fields\""
|
390 |
msgstr "Gå till \"Hantera formulärfält\""
|
391 |
|
392 |
+
#: admin/class-admin.php:850
|
393 |
msgctxt "admin"
|
394 |
msgid "Create these required fields for me"
|
395 |
msgstr "Skapa dessa obligatoriska fält för mig"
|
396 |
|
397 |
+
#: admin/class-admin.php:859
|
398 |
msgctxt "admin"
|
399 |
msgid ""
|
400 |
"<b>Business Directory Plugin</b> requires a page with the "
|
403 |
"<b>Tillägget Business Directory</b> kräver att du lagt shortcoden "
|
404 |
"<tt>[businessdirectory]</tt> på en sida för att fungera korrekt."
|
405 |
|
406 |
+
#: admin/class-admin.php:861
|
407 |
msgctxt "admin"
|
408 |
msgid ""
|
409 |
"You can create this page by yourself or let Business Directory do this for "
|
412 |
"Du kan skapa denna sida av dig själv eller låta Business Directory göra det "
|
413 |
"åt dig automatiskt."
|
414 |
|
415 |
+
#: admin/class-admin.php:865
|
416 |
msgctxt "admin"
|
417 |
msgid "Create required pages for me"
|
418 |
msgstr "Skapa nödvändiga sidor åt mig."
|
419 |
|
420 |
+
#: admin/class-admin.php:905
|
421 |
msgctxt "admin compat"
|
422 |
msgid "Installed: %s"
|
423 |
msgstr "Installerat: %s"
|
424 |
|
425 |
+
#: admin/class-admin.php:905
|
426 |
msgctxt "admin compat"
|
427 |
msgid "N/A"
|
428 |
msgstr "Ej tillämplig"
|
429 |
|
430 |
+
#: admin/class-admin.php:908
|
431 |
msgctxt "admin compat"
|
432 |
msgid "Required: %s"
|
433 |
msgstr "Nödvändigt: %s"
|
434 |
|
435 |
+
#: admin/class-admin.php:920
|
436 |
msgctxt "admin compat"
|
437 |
msgid ""
|
438 |
"Business Directory has detected some incompatible premium module versions "
|
441 |
"Business Directory har noterat konflikt mellan versioner av premium-moduler "
|
442 |
"som är installerade."
|
443 |
|
444 |
+
#: admin/class-admin.php:922
|
445 |
msgctxt "admin compat"
|
446 |
msgid ""
|
447 |
"Please upgrade to the required versions indicated below to make sure "
|
450 |
"Vänligen uppgradera till de nödvändiga versioner som anges nedan för att se "
|
451 |
"till att allt fungerar."
|
452 |
|
453 |
+
#: admin/class-admin.php:942
|
454 |
msgctxt "admin"
|
455 |
msgid ""
|
456 |
"We noticed you want your Business Directory users to register before posting "
|
462 |
"och klicka i \"Vem som helst kan registrera sig\" för att säkerställa att BD "
|
463 |
"fungerar som det ska."
|
464 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
465 |
#: admin/class-themes-admin.php:47
|
466 |
msgctxt "themes"
|
467 |
msgid "Directory Themes"
|
544 |
msgstr "Temat har installerats med framgång."
|
545 |
|
546 |
#: admin/class-themes-admin.php:229
|
547 |
+
#, fuzzy
|
548 |
msgctxt "themes"
|
549 |
+
msgid "Theme was deleted successfully."
|
550 |
msgstr "Temat har tagits bort med framgång."
|
551 |
|
552 |
#: admin/class-themes-admin.php:232
|
601 |
msgid "Activate your <a>license key</a> to use this theme."
|
602 |
msgstr "Aktivera din <a>licensnyckel</a> för att använda detta tema."
|
603 |
|
604 |
+
#: admin/csv-export.php:145
|
605 |
msgctxt "admin csv-export"
|
606 |
msgid "Could not create a temporary directory for handling this CSV export."
|
607 |
msgstr ""
|
608 |
"Det gick inte att skapa en temporär katalog för hantering av denna CSV "
|
609 |
"export."
|
610 |
|
611 |
+
#: admin/csv-export.php:147
|
612 |
msgctxt "admin csv-export"
|
613 |
msgid "Could not create wpbdp-csv-exports directory."
|
614 |
msgstr "Det gick inte att skapa wpbdp-csv-export katalog."
|
615 |
|
616 |
+
#: admin/csv-export.php:152
|
617 |
msgctxt "admin csv-export"
|
618 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
619 |
msgstr "Fel när du skapar en temporär katalog för CSV-export:%s"
|
1269 |
|
1270 |
#: admin/templates/csv-export.tpl.php:94
|
1271 |
msgctxt "admin csv-export"
|
1272 |
+
msgid "What operating system will you use to edit the CSV file?"
|
1273 |
+
msgstr ""
|
1274 |
|
1275 |
+
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:113
|
1276 |
+
#: admin/templates/csv-export.tpl.php:124 admin/templates/csv-import.tpl.php:43
|
1277 |
#: admin/templates/csv-import.tpl.php:109
|
1278 |
+
#: admin/templates/csv-import.tpl.php:135
|
1279 |
+
#: admin/templates/csv-import.tpl.php:146
|
1280 |
+
#: admin/templates/csv-import.tpl.php:173
|
1281 |
msgctxt "admin forms"
|
1282 |
msgid "required"
|
1283 |
msgstr "obligatoriskt"
|
1284 |
|
1285 |
+
#: admin/templates/csv-export.tpl.php:101
|
1286 |
+
msgctxt "admin csv-export"
|
1287 |
+
msgid "Windows"
|
1288 |
+
msgstr ""
|
1289 |
+
|
1290 |
+
#: admin/templates/csv-export.tpl.php:106
|
1291 |
+
msgctxt "admin csv-export"
|
1292 |
+
msgid "macOS"
|
1293 |
+
msgstr ""
|
1294 |
+
|
1295 |
+
#: admin/templates/csv-export.tpl.php:108
|
1296 |
+
msgctxt "admin csv-export"
|
1297 |
+
msgid ""
|
1298 |
+
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
1299 |
+
"sure all your listings information is displayed properly when you view or "
|
1300 |
+
"edit the CSV file, we need to generate different versions of the file for "
|
1301 |
+
"each operating system."
|
1302 |
+
msgstr ""
|
1303 |
+
|
1304 |
+
#: admin/templates/csv-export.tpl.php:113
|
1305 |
msgctxt "admin csv-export"
|
1306 |
msgid "Image Separator"
|
1307 |
msgstr "Bildavgränsare"
|
1308 |
|
1309 |
+
#: admin/templates/csv-export.tpl.php:124
|
1310 |
msgctxt "admin csv-export"
|
1311 |
msgid "Category Separator"
|
1312 |
msgstr "Kategoriavgränsare"
|
1313 |
|
1314 |
+
#: admin/templates/csv-export.tpl.php:136
|
1315 |
msgctxt "admin csv-export"
|
1316 |
msgid "Export Listings"
|
1317 |
msgstr "Exportera annonser"
|
1318 |
|
1319 |
+
#: admin/templates/csv-export.tpl.php:142
|
1320 |
msgctxt "admin csv-export"
|
1321 |
msgid "Export in Progress..."
|
1322 |
msgstr "Export pågår..."
|
1323 |
|
1324 |
+
#: admin/templates/csv-export.tpl.php:143
|
1325 |
msgctxt "admin csv-export"
|
1326 |
msgid ""
|
1327 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
1330 |
"Exportfilen förbereds. Vänligen <u>lämna inte denna sida</u> till dess att "
|
1331 |
"exporten är klar."
|
1332 |
|
1333 |
+
#: admin/templates/csv-export.tpl.php:146
|
1334 |
msgctxt "admin csv-export"
|
1335 |
msgid "No. of listings:"
|
1336 |
msgstr "Antal annonser"
|
1337 |
|
1338 |
+
#: admin/templates/csv-export.tpl.php:148
|
1339 |
msgctxt "admin csv-export"
|
1340 |
msgid "Approximate export file size:"
|
1341 |
msgstr "Ungefärlig filstorlek:"
|
1342 |
|
1343 |
+
#: admin/templates/csv-export.tpl.php:155
|
1344 |
msgctxt "admin csv-export"
|
1345 |
msgid "Cancel Export"
|
1346 |
msgstr "Avbryt export"
|
1347 |
|
1348 |
+
#: admin/templates/csv-export.tpl.php:160
|
1349 |
msgctxt "admin csv-export"
|
1350 |
msgid "Export Complete"
|
1351 |
msgstr "Export klar."
|
1352 |
|
1353 |
+
#: admin/templates/csv-export.tpl.php:161
|
1354 |
msgctxt "admin csv-export"
|
1355 |
msgid ""
|
1356 |
"Your export file has been successfully created and it is now ready for "
|
1357 |
"download."
|
1358 |
msgstr "Exportfilen har skapats och det är nu klar för nedladdning."
|
1359 |
|
1360 |
+
#: admin/templates/csv-export.tpl.php:164
|
1361 |
msgctxt "admin csv-export"
|
1362 |
msgid "Download %s (%s)"
|
1363 |
msgstr "Ladda ner%s (%s)"
|
1364 |
|
1365 |
+
#: admin/templates/csv-export.tpl.php:170
|
1366 |
msgctxt "admin csv-export"
|
1367 |
msgid ""
|
1368 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
1371 |
"Klicka på \"Rensa\" när filen har laddats ner för att ta bort alla "
|
1372 |
"tillfälliga data som skapats av Busniess Directory under exportprocessen."
|
1373 |
|
1374 |
+
#: admin/templates/csv-export.tpl.php:171
|
1375 |
msgctxt "admin csv-export"
|
1376 |
msgid "Cleanup"
|
1377 |
msgstr "Rensa"
|
1378 |
|
1379 |
+
#: admin/templates/csv-export.tpl.php:176
|
1380 |
msgctxt "admin csv-export"
|
1381 |
msgid "Export Canceled"
|
1382 |
msgstr "Export avbruten"
|
1383 |
|
1384 |
+
#: admin/templates/csv-export.tpl.php:177
|
1385 |
msgctxt "admin csv-export"
|
1386 |
msgid "The export has been canceled."
|
1387 |
msgstr "Export har avbrutits."
|
1388 |
|
1389 |
+
#: admin/templates/csv-export.tpl.php:178
|
1390 |
msgctxt "admin csv-export"
|
1391 |
msgid "← Return to CSV Export"
|
1392 |
msgstr "← Tillbaka till CSV Export"
|
1518 |
msgid "Warning"
|
1519 |
msgstr "Varning"
|
1520 |
|
1521 |
+
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:248
|
1522 |
msgctxt "admin csv-import"
|
1523 |
msgid "Help"
|
1524 |
msgstr "Hjälp"
|
1577 |
msgid "Column Separator"
|
1578 |
msgstr "Kolumnavgränsare"
|
1579 |
|
1580 |
+
#: admin/templates/csv-import.tpl.php:117
|
1581 |
+
msgctxt "admin csv-import"
|
1582 |
+
msgid "Comma (,)"
|
1583 |
+
msgstr ""
|
1584 |
+
|
1585 |
+
#: admin/templates/csv-import.tpl.php:123
|
1586 |
+
msgctxt "admin csv-import"
|
1587 |
+
msgid "Semicolon (;)"
|
1588 |
+
msgstr ""
|
1589 |
+
|
1590 |
+
#: admin/templates/csv-import.tpl.php:129
|
1591 |
+
msgctxt "admin csv-import"
|
1592 |
+
msgid "TAB"
|
1593 |
+
msgstr ""
|
1594 |
+
|
1595 |
+
#: admin/templates/csv-import.tpl.php:135
|
1596 |
msgctxt "admin csv-import"
|
1597 |
msgid "Image Separator"
|
1598 |
msgstr "Bildavgränsare"
|
1599 |
|
1600 |
+
#: admin/templates/csv-import.tpl.php:146
|
1601 |
msgctxt "admin csv-import"
|
1602 |
msgid "Category Separator"
|
1603 |
msgstr "Kategoriavgränsare"
|
1604 |
|
1605 |
+
#: admin/templates/csv-import.tpl.php:157
|
1606 |
msgctxt "admin csv-import"
|
1607 |
msgid "Import settings"
|
1608 |
msgstr "Importera inställningar"
|
1609 |
|
1610 |
+
#: admin/templates/csv-import.tpl.php:161
|
1611 |
msgctxt "admin csv-import"
|
1612 |
msgid "Post status of imported listings"
|
1613 |
msgstr "Status av importerade annonser"
|
1614 |
|
1615 |
+
#: admin/templates/csv-import.tpl.php:173
|
1616 |
msgctxt "admin csv-import"
|
1617 |
msgid "Missing categories handling"
|
1618 |
msgstr "Hantera saknade kategorier"
|
1619 |
|
1620 |
+
#: admin/templates/csv-import.tpl.php:178
|
1621 |
msgctxt "admin csv-import"
|
1622 |
msgid "Auto-create categories"
|
1623 |
msgstr "Autoskapa kategorier"
|
1624 |
|
1625 |
+
#: admin/templates/csv-import.tpl.php:181
|
1626 |
msgctxt "admin csv-import"
|
1627 |
msgid "Generate errors when a category is not found"
|
1628 |
msgstr "Generera fel när en kategori inte hittas"
|
1629 |
|
1630 |
+
#: admin/templates/csv-import.tpl.php:186
|
1631 |
msgctxt "admin csv-import"
|
1632 |
msgid "Keep existing listing images?"
|
1633 |
msgstr "Behålla befintliga annonsbilder?"
|
1634 |
|
1635 |
+
#: admin/templates/csv-import.tpl.php:191
|
1636 |
msgctxt "admin csv-import"
|
1637 |
msgid "Keep existing images."
|
1638 |
msgstr "Behåll befintliga bilder."
|
1639 |
|
1640 |
+
#: admin/templates/csv-import.tpl.php:192
|
1641 |
msgctxt "admin csv-import"
|
1642 |
msgid "Appends new images while keeping current ones."
|
1643 |
msgstr "Lägger till nya bilder och behåller de existerande."
|
1644 |
|
1645 |
+
#: admin/templates/csv-import.tpl.php:197
|
1646 |
msgctxt "admin csv-import"
|
1647 |
msgid "Assign listings to a user?"
|
1648 |
msgstr "Tilldela annons till användare?"
|
1649 |
|
1650 |
+
#: admin/templates/csv-import.tpl.php:203
|
1651 |
msgctxt "admin csv-import"
|
1652 |
msgid "Assign listings to a user."
|
1653 |
msgstr "Tilldela annons till användare."
|
1654 |
|
1655 |
+
#: admin/templates/csv-import.tpl.php:208
|
1656 |
msgctxt "admin csv-import"
|
1657 |
msgid "Use a default user for listings?"
|
1658 |
msgstr "Använd en standardanvändare för annonser?"
|
1659 |
|
1660 |
+
#: admin/templates/csv-import.tpl.php:214
|
1661 |
msgctxt "admin csv-import"
|
1662 |
msgid ""
|
1663 |
"Select a default user to be used if the username column is not present in "
|
1666 |
"Välj en standardanvändare som används om användarkolumnen inte finns i CSV-"
|
1667 |
"filen."
|
1668 |
|
1669 |
+
#: admin/templates/csv-import.tpl.php:219
|
1670 |
msgctxt "admin csv-import"
|
1671 |
msgid "Default listing user"
|
1672 |
msgstr "standardanvändare"
|
1673 |
|
1674 |
+
#: admin/templates/csv-import.tpl.php:225
|
1675 |
msgctxt "admin csv-import"
|
1676 |
msgid ""
|
1677 |
"This user will be used if the username column is not present in the CSV file."
|
1679 |
"Denna användare kommer att användas om användarkolumnen inte finns i CSV-"
|
1680 |
"filen."
|
1681 |
|
1682 |
+
#: admin/templates/csv-import.tpl.php:230
|
1683 |
msgctxt "admin csv-import"
|
1684 |
msgid "Disable e-mail notifications during import?"
|
1685 |
msgstr "Inaktivera e-postmeddelanden vid import?"
|
1686 |
|
1687 |
+
#: admin/templates/csv-import.tpl.php:235
|
1688 |
msgctxt "admin csv-import"
|
1689 |
msgid "Disable e-mail notifications."
|
1690 |
msgstr "Inaktivera e-postmeddelanden."
|
1691 |
|
1692 |
+
#: admin/templates/csv-import.tpl.php:241
|
1693 |
msgctxt "admin csv-import"
|
1694 |
msgid "Test Import"
|
1695 |
msgstr "Testimport"
|
1696 |
|
1697 |
+
#: admin/templates/csv-import.tpl.php:242
|
1698 |
msgctxt "admin csv-import"
|
1699 |
msgid "Import Listings"
|
1700 |
msgstr "Importera annonser"
|
1701 |
|
1702 |
+
#: admin/templates/csv-import.tpl.php:250
|
1703 |
msgctxt "admin csv-import"
|
1704 |
msgid ""
|
1705 |
"The following are the valid header names to be used in the CSV file. "
|
1712 |
"Klicka <a href=\"%s\">\"Se ett exempel CSV-importfilen\"</a> för att se hur "
|
1713 |
"en importfil ska se ut."
|
1714 |
|
1715 |
+
#: admin/templates/csv-import.tpl.php:257
|
1716 |
msgctxt "admin csv-import"
|
1717 |
msgid "Header name/label"
|
1718 |
msgstr "Rubriknamn / etikett"
|
1719 |
|
1720 |
+
#: admin/templates/csv-import.tpl.php:258
|
1721 |
msgctxt "admin csv-import"
|
1722 |
msgid "Field"
|
1723 |
msgstr "Fält"
|
1724 |
|
1725 |
+
#: admin/templates/csv-import.tpl.php:259
|
1726 |
msgctxt "admin csv-import"
|
1727 |
msgid "Type"
|
1728 |
msgstr "Typ"
|
1729 |
|
1730 |
+
#: admin/templates/csv-import.tpl.php:260
|
1731 |
msgctxt "admin csv-import"
|
1732 |
msgid "Required?"
|
1733 |
msgstr "Obligatoriskt?"
|
1734 |
|
1735 |
+
#: admin/templates/csv-import.tpl.php:261
|
1736 |
msgctxt "admin csv-import"
|
1737 |
msgid "Multivalued?"
|
1738 |
msgstr "Fler värden?"
|
1739 |
|
1740 |
+
#: admin/templates/csv-import.tpl.php:283
|
1741 |
msgctxt "admin csv-import"
|
1742 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1743 |
msgstr "Semikolonseparerad lista med annonsbilder (från ZIP-filen)."
|
1744 |
|
1745 |
+
#: admin/templates/csv-import.tpl.php:290
|
1746 |
msgctxt "admin csv-import"
|
1747 |
msgid "Listing author's username"
|
1748 |
msgstr "Annonsens författares användarnamn"
|
1749 |
|
1750 |
+
#: admin/templates/csv-import.tpl.php:297
|
1751 |
msgctxt "admin csv-import"
|
1752 |
msgid ""
|
1753 |
"Internal Sequence ID used to allow listing updates from external sources."
|
1755 |
"Intern sekvens ID som används för att tillåta notering uppdateringar från "
|
1756 |
"externa källor."
|
1757 |
|
1758 |
+
#: admin/templates/csv-import.tpl.php:304
|
1759 |
msgctxt "admin csv-import"
|
1760 |
msgid ""
|
1761 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
2242 |
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
2243 |
msgstr "Se <a>formulärfältsdokumentationen</a> för mer information."
|
2244 |
|
2245 |
+
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.10dev9) #-#-#-#-#
|
2246 |
#. Plugin Name of the plugin/theme
|
2247 |
#: admin/templates/header.tpl.php:4
|
2248 |
msgid "Business Directory Plugin"
|
3009 |
msgid "Allow Tracking"
|
3010 |
msgstr "Tillåt spårning"
|
3011 |
|
3012 |
+
#: business-directory-plugin.php:586
|
3013 |
+
#, fuzzy
|
3014 |
+
msgctxt "listing image upload"
|
3015 |
+
msgid "Can not upload any more images for this listing."
|
3016 |
+
msgstr "Kategorier för denna annons"
|
3017 |
+
|
3018 |
+
#: business-directory-plugin.php:700
|
3019 |
msgctxt "admin plugins"
|
3020 |
msgid "Settings"
|
3021 |
msgstr "Inställningar"
|
3022 |
|
3023 |
+
#: business-directory-plugin.php:808 business-directory-plugin.php:815
|
3024 |
msgctxt "rss feed"
|
3025 |
msgid "%s Feed"
|
3026 |
msgstr "%s-flöde"
|
3027 |
|
3028 |
+
#: business-directory-plugin.php:1170 core/view-submit-listing.php:58
|
3029 |
#: core/views/submit_listing.php:10
|
3030 |
msgctxt "views"
|
3031 |
msgid "Submit A Listing"
|
3032 |
msgstr "Sätt in en annons"
|
3033 |
|
3034 |
+
#: business-directory-plugin.php:1175
|
3035 |
msgctxt "title"
|
3036 |
msgid "Find a Listing"
|
3037 |
msgstr "Hitta en annons"
|
3038 |
|
3039 |
+
#: business-directory-plugin.php:1180
|
3040 |
msgctxt "title"
|
3041 |
msgid "View All Listings"
|
3042 |
msgstr "Visa alla annonser"
|
3043 |
|
3044 |
+
#: business-directory-plugin.php:1209
|
3045 |
msgctxt "title"
|
3046 |
msgid "Listings tagged: %s"
|
3047 |
msgstr "Annonser med tagg: %s"
|
3048 |
|
3049 |
+
#: core/api.php:405
|
3050 |
msgid "Free"
|
3051 |
msgstr "Gratis"
|
3052 |
|
3053 |
+
#: core/class-csv-import.php:451
|
3054 |
msgctxt "admin csv-import"
|
3055 |
msgid ""
|
3056 |
"Could not create listing category \"<category-name>\". The operation failed "
|
3059 |
"Kunde inte skapa annonskategori \"<category-name>\". Åtgärden misslyckades "
|
3060 |
"på grund av följande fel: <error-message>"
|
3061 |
|
3062 |
+
#: core/class-csv-import.php:457
|
3063 |
msgctxt "admin csv-import"
|
3064 |
msgid "Could not create listing category \"%s\""
|
3065 |
msgstr "Det gick inte att skapa annonskategori \"%s\""
|
3066 |
|
3067 |
+
#: core/class-csv-import.php:604
|
3068 |
msgctxt "admin csv-import"
|
3069 |
msgid "Username \"%s\" does not exist"
|
3070 |
msgstr "Användarnamn \"%s\" existerar inte"
|
3071 |
|
3072 |
+
#: core/class-csv-import.php:636
|
3073 |
msgctxt "admin csv-import"
|
3074 |
msgid "Missing required field: %s"
|
3075 |
msgstr "Saknar det obligatoriska fältet %s"
|
3076 |
|
3077 |
+
#: core/class-csv-import.php:656
|
3078 |
msgctxt "admin csv-import"
|
3079 |
msgid "Listing category \"%s\" does not exist"
|
3080 |
msgstr "Annonskategorin \"%s\" existerar inte"
|
3207 |
msgid "(Fee Unavailable)"
|
3208 |
msgstr "(Avgift inte tillgänglig)"
|
3209 |
|
3210 |
+
#: core/class-listings-api.php:316
|
3211 |
msgctxt "notify email"
|
3212 |
msgid "[%s] New listing notification"
|
3213 |
msgstr "[%s] Notifiering om ny annons"
|
3214 |
|
3215 |
+
#: core/class-listings-api.php:335
|
3216 |
msgctxt "notify email"
|
3217 |
msgid "[%s] Listing edit notification"
|
3218 |
msgstr "[%s] Notifiering om annonsändring"
|
3257 |
msgid "Leave blank for automatic height."
|
3258 |
msgstr "Lämna tomt för automatisk höjd."
|
3259 |
|
3260 |
+
#: core/class-payment.php:223
|
3261 |
msgctxt "listings"
|
3262 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3263 |
msgstr "Avgift \"%s\" för kategorin \"%s\"%s"
|
3264 |
|
3265 |
+
#: core/class-payment.php:226
|
3266 |
msgctxt "listings"
|
3267 |
msgid "(recurring)"
|
3268 |
msgstr "(återkommande)"
|
4928 |
msgid "Directory Tag"
|
4929 |
msgstr "Katalogtag"
|
4930 |
|
4931 |
+
#: core/compatibility/class-navxt-integration.php:189
|
4932 |
msgctxt "navxt"
|
4933 |
msgid "Submit Listing"
|
4934 |
msgstr "Lägg till ny annons"
|
4935 |
|
4936 |
+
#: core/compatibility/class-navxt-integration.php:193
|
4937 |
msgctxt "navxt"
|
4938 |
msgid "Edit Listing"
|
4939 |
msgstr "Redigera annons"
|
4940 |
|
4941 |
+
#: core/compatibility/class-navxt-integration.php:197
|
4942 |
msgctxt "navxt"
|
4943 |
msgid "Search"
|
4944 |
msgstr "Sök"
|
4950 |
|
4951 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
4952 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
4953 |
+
#: core/fieldtypes/class-fieldtypes-select.php:147
|
4954 |
msgctxt "form-fields admin"
|
4955 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4956 |
msgstr "Fältalternativ (för utvalda annonser, radioknappar och kryssrutor)"
|
4957 |
|
4958 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
4959 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
4960 |
+
#: core/fieldtypes/class-fieldtypes-select.php:175
|
4961 |
msgctxt "form-fields admin"
|
4962 |
msgid "Field list of options is required."
|
4963 |
msgstr "Lista på alternativ krävs."
|
5048 |
msgid "Select List"
|
5049 |
msgstr "Flervalslista"
|
5050 |
|
5051 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
5052 |
msgctxt "form-fields-api category-select"
|
5053 |
msgid "-- Choose Terms --"
|
5054 |
msgstr "- Välj Villkor -"
|
5055 |
|
5056 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
5057 |
+
#: core/fieldtypes/class-fieldtypes-select.php:108
|
5058 |
msgctxt "form-fields-api category-select"
|
5059 |
msgid "-- Choose One --"
|
5060 |
msgstr "— Välj ett —"
|
5061 |
|
5062 |
+
#: core/fieldtypes/class-fieldtypes-select.php:158
|
5063 |
msgctxt "form-fields admin"
|
5064 |
msgid "Allow empty selection on search?"
|
5065 |
msgstr "Tillåt tomt urval på sök?"
|
5458 |
msgstr "Det gick inte att uppdatera tema:%s"
|
5459 |
|
5460 |
#: core/helpers/class-themes-updater.php:165
|
5461 |
+
#, fuzzy
|
5462 |
msgctxt "themes"
|
5463 |
+
msgid "Theme was updated successfully."
|
5464 |
msgstr "Tema uppdaterades framgångsrikt."
|
5465 |
|
5466 |
#: core/installer.php:43
|
5565 |
msgstr "Pausa uppgraderingen"
|
5566 |
|
5567 |
#: core/installer.php:1110
|
5568 |
+
#, fuzzy
|
5569 |
msgctxt "manual-upgrade"
|
5570 |
msgid ""
|
5571 |
+
"The upgrade was successfully performed. Business Directory Plugin is now "
|
5572 |
"available."
|
5573 |
msgstr ""
|
5574 |
"Uppgraderingen utfördes framgångsrikt. Business Directory Plugin är nu "
|
5879 |
msgid "No listing categories found."
|
5880 |
msgstr "Inga kategorier hittades."
|
5881 |
|
5882 |
+
#: core/templates-ui.php:200
|
5883 |
msgid "Directory"
|
5884 |
msgstr "Katalog"
|
5885 |
|
5886 |
+
#: core/templates-ui.php:207
|
5887 |
msgid "View All Listings"
|
5888 |
msgstr "Visa alla annonser"
|
5889 |
|
5890 |
+
#: core/templates-ui.php:214
|
5891 |
msgid "Create A Listing"
|
5892 |
msgstr "Skapa annons"
|
5893 |
|
5894 |
+
#: core/templates-ui.php:247
|
5895 |
msgctxt "templates"
|
5896 |
msgid "Search Listings"
|
5897 |
msgstr "Sök annonser"
|
5898 |
|
5899 |
+
#: core/templates-ui.php:250
|
5900 |
msgctxt "templates"
|
5901 |
msgid "Advanced Search"
|
5902 |
msgstr "Avancerad Sökning"
|
5903 |
|
5904 |
+
#: core/templates-ui.php:279 core/templates-ui.php:304
|
5905 |
msgctxt "templates sort"
|
5906 |
msgid "Sort By:"
|
5907 |
msgstr "Sortering:"
|
5908 |
|
5909 |
+
#: core/templates-ui.php:298
|
5910 |
msgctxt "sort"
|
5911 |
msgid "Reset"
|
5912 |
msgstr "Rensa"
|
5913 |
|
5914 |
+
#: core/templates-ui.php:320
|
5915 |
msgctxt "sort"
|
5916 |
msgid "(Reset)"
|
5917 |
msgstr "(Rensa)"
|
6036 |
"You are logged in as an administrator. Any payment steps will be skipped."
|
6037 |
msgstr "Du är inloggad som administratör. Alla betalningssteg hoppas över."
|
6038 |
|
6039 |
+
#: core/view-submit-listing.php:108
|
6040 |
+
#, fuzzy
|
6041 |
+
msgctxt "submit-listing-view"
|
6042 |
+
msgid ""
|
6043 |
+
"<b>Business Directory Plugin</b> requires a field associated with the "
|
6044 |
+
"<b>post category</b> in order to work correctly."
|
6045 |
+
msgstr ""
|
6046 |
+
"<b>Tillägget Business Direcotry </b> kräver ett fält med en<b>%s</b> "
|
6047 |
+
"association för att fungera korrekt."
|
6048 |
+
|
6049 |
+
#: core/view-submit-listing.php:110
|
6050 |
+
msgctxt "submit-listing-view"
|
6051 |
+
msgid ""
|
6052 |
+
"Please go to the <manage-form-fields-link>Manage Form Fields</manage-form-"
|
6053 |
+
"fields-link> admin page to create the field."
|
6054 |
+
msgstr ""
|
6055 |
+
|
6056 |
+
#: core/view-submit-listing.php:119
|
6057 |
+
#, fuzzy
|
6058 |
+
msgctxt "submit-listing-view"
|
6059 |
+
msgid ""
|
6060 |
+
"Your listing cannot be added at this time. Please try again later. If this "
|
6061 |
+
"is not the first time you see this warning, please ask the site "
|
6062 |
+
"administrator to check the Directory for possible configuration problems."
|
6063 |
+
msgstr ""
|
6064 |
+
"Din annons kan inte läggas in vid denna tidpunkt. Vänligen försök igen "
|
6065 |
+
"senare. Om det inte är första gången du ser detta meddelande, be "
|
6066 |
+
"administratören att lägga upp en eller flera kategorier i Business Directory."
|
6067 |
+
|
6068 |
+
#: core/view-submit-listing.php:238
|
6069 |
msgctxt "templates"
|
6070 |
msgid "Please select a fee option for the \"%s\" category."
|
6071 |
msgstr "Välj en avgift alternativ för \"%s\" kategorin ."
|
6072 |
|
6073 |
+
#: core/view-submit-listing.php:316
|
6074 |
msgctxt "templates"
|
6075 |
msgid "Please agree to the Terms and Conditions."
|
6076 |
msgstr "Vänligen godkänn villkoren"
|
6077 |
|
6078 |
+
#: core/view-submit-listing.php:322
|
6079 |
msgctxt "templates"
|
6080 |
msgid "The reCAPTCHA wasn't entered correctly."
|
6081 |
msgstr "reCAPTCHA angavs inte korrekt"
|
6082 |
|
6083 |
+
#: core/view-submit-listing.php:339
|
6084 |
msgctxt "templates"
|
6085 |
msgid "Read our Terms and Conditions"
|
6086 |
msgstr "Läs våra användarvillkor"
|
6087 |
|
6088 |
+
#: core/view-submit-listing.php:344
|
6089 |
msgctxt "templates"
|
6090 |
msgid "Terms and Conditions:"
|
6091 |
msgstr "Villkor"
|
6092 |
|
6093 |
+
#: core/view-submit-listing.php:355
|
6094 |
msgctxt "templates"
|
6095 |
msgid "I agree to the Terms and Conditions"
|
6096 |
msgstr "Jag godtar villkoren."
|
6097 |
|
6098 |
+
#: core/view-submit-listing.php:506 core/views/upgrade_listing.php:49
|
6099 |
msgctxt "submit"
|
6100 |
msgid "Listing upgrade to featured"
|
6101 |
msgstr "Uppgradera till Utvald"
|
6102 |
|
6103 |
+
#: core/view-submit-listing.php:539
|
6104 |
msgctxt "submit_state"
|
6105 |
msgid "Invalid submit state."
|
6106 |
msgstr "Ogiltig stat"
|
6145 |
msgstr "← Tillbaka till katalogen."
|
6146 |
|
6147 |
#: core/views/checkout.php:130
|
6148 |
+
#, fuzzy
|
6149 |
msgctxt "checkout"
|
6150 |
+
msgid "Your payment was received successfully."
|
6151 |
msgstr "Din betalning mottogs framgångsrikt."
|
6152 |
|
6153 |
#: core/views/checkout.php:137
|
6306 |
msgid "Fee \"%s\" renewal for category \"%s\""
|
6307 |
msgstr "Avgift \"%s\" förnyelse för kategorin \"%s\""
|
6308 |
|
6309 |
+
#: core/views/renew_listing.php:79
|
6310 |
msgctxt "renewal"
|
6311 |
msgid "Invalid renewal state."
|
6312 |
msgstr "Ogiltig förnyelsetillstånd."
|
6313 |
|
6314 |
+
#: core/views/renew_listing.php:90
|
6315 |
msgctxt "templates"
|
6316 |
msgid "Recurring Fee Management"
|
6317 |
msgstr "Hantera återkommande avgifter"
|
6318 |
|
6319 |
+
#: core/views/renew_listing.php:91
|
6320 |
msgctxt "renew"
|
6321 |
msgid ""
|
6322 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
6326 |
"din annons vid detta tillfället. Detta sköts automatiskt när det är dags att "
|
6327 |
"förnya."
|
6328 |
|
6329 |
+
#: core/views/renew_listing.php:93
|
6330 |
msgctxt "renewal"
|
6331 |
msgid "Current Fee Details"
|
6332 |
msgstr "Nuvarande avgiftsdetaljer"
|
6333 |
|
6334 |
+
#: core/views/renew_listing.php:95
|
6335 |
msgctxt "renewal"
|
6336 |
msgid "Number of images:"
|
6337 |
msgstr "Antal bilder:"
|
6338 |
|
6339 |
+
#: core/views/renew_listing.php:97
|
6340 |
msgctxt "renewal"
|
6341 |
msgid "Expiration date:"
|
6342 |
msgstr "Förfallodatum:"
|
6343 |
|
6344 |
+
#: core/views/renew_listing.php:101
|
6345 |
msgctxt "renew"
|
6346 |
msgid ""
|
6347 |
"However, if you want to cancel your subscription you can do that on this "
|
6385 |
msgid "Find A Listing"
|
6386 |
msgstr "Hitta en annons"
|
6387 |
|
6388 |
+
#: core/views/show_listing.php:12
|
6389 |
+
#, fuzzy
|
6390 |
+
msgctxt "preview"
|
6391 |
+
msgid "This is just a preview. The listing has not been published yet."
|
6392 |
+
msgstr "Annonsen har publicerats."
|
6393 |
+
|
6394 |
#: core/views/submit_listing.php:16
|
6395 |
msgctxt "templates"
|
6396 |
msgid ""
|
7053 |
#: templates/renew-listing.tpl.php:22
|
7054 |
#: templates/submit-listing/category-selection.tpl.php:8
|
7055 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
7056 |
+
#: templates/submit-listing/images.tpl.php:51
|
7057 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
7058 |
msgctxt "templates"
|
7059 |
msgid "Continue"
|
7155 |
msgid "Delete Image"
|
7156 |
msgstr "Ta bort bild"
|
7157 |
|
7158 |
+
#: templates/submit-listing/images-single.tpl.php:25
|
7159 |
msgctxt "templates"
|
7160 |
msgid "Set this image as the listing thumbnail."
|
7161 |
msgstr "Använd denna bild som tumnagel."
|
7162 |
|
7163 |
+
#: templates/submit-listing/images-upload-form.tpl.php:16
|
7164 |
msgctxt "templates"
|
7165 |
msgid "Upload Images"
|
7166 |
msgstr "Ladda upp bilder"
|
7167 |
|
7168 |
+
#: templates/submit-listing/images-upload-form.tpl.php:21
|
7169 |
msgctxt "templates"
|
7170 |
msgid "Drop files here"
|
7171 |
msgstr "Släpp filer här"
|
7172 |
|
7173 |
+
#: templates/submit-listing/images-upload-form.tpl.php:22
|
7174 |
msgctxt "templates image upload"
|
7175 |
msgid "or"
|
7176 |
msgstr "eller"
|
7177 |
|
7178 |
+
#: templates/submit-listing/images-upload-form.tpl.php:23
|
7179 |
msgctxt "templates"
|
7180 |
msgid "Select images from your hard drive"
|
7181 |
msgstr "Välj bilder från din hårddisk"
|
7182 |
|
7183 |
+
#: templates/submit-listing/images-upload-form.tpl.php:26
|
7184 |
msgctxt "templates"
|
7185 |
msgid "Uploading %s file(s)... Please wait."
|
7186 |
msgstr "Ladda upp %s filer... Vänligen vänta."
|
7187 |
|
7188 |
+
#: templates/submit-listing/images-upload-form.tpl.php:29
|
7189 |
msgctxt "templates"
|
7190 |
msgid ""
|
7191 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
7196 |
"om du är klar, eller \"Ta bort bild\" för att ladda upp en ny bild i stället "
|
7197 |
"för en befintlig."
|
7198 |
|
7199 |
+
#: templates/submit-listing/images-upload-form.tpl.php:36
|
7200 |
msgctxt "templates"
|
7201 |
msgid "Image slots available:"
|
7202 |
msgstr "Tillgängliga bildplatser:"
|
7203 |
|
7204 |
+
#: templates/submit-listing/images-upload-form.tpl.php:42
|
7205 |
msgctxt "templates"
|
7206 |
msgid "File size:"
|
7207 |
msgstr "Filstorlek:"
|
7208 |
|
7209 |
+
#: templates/submit-listing/images-upload-form.tpl.php:44
|
7210 |
+
#: templates/submit-listing/images-upload-form.tpl.php:51
|
7211 |
+
#: templates/submit-listing/images-upload-form.tpl.php:58
|
7212 |
msgctxt "templates"
|
7213 |
msgid "No limit"
|
7214 |
msgstr "Ingen begränsning"
|
7215 |
|
7216 |
+
#: templates/submit-listing/images-upload-form.tpl.php:49
|
7217 |
msgctxt "templates"
|
7218 |
msgid "Image width:"
|
7219 |
msgstr "Bredd på bild:"
|
7220 |
|
7221 |
+
#: templates/submit-listing/images-upload-form.tpl.php:56
|
7222 |
msgctxt "templates"
|
7223 |
msgid "Image height:"
|
7224 |
msgstr "Höjd på bild:"
|
7225 |
|
7226 |
+
#: templates/submit-listing/images.tpl.php:6
|
7227 |
msgctxt "templates"
|
7228 |
msgid "Listing Images"
|
7229 |
msgstr "Annonsbilder"
|
7230 |
|
7231 |
+
#: templates/submit-listing/images.tpl.php:9
|
7232 |
msgctxt "templates"
|
7233 |
msgid ""
|
7234 |
"There is an image pending upload. Would you still like to continue without "
|
7236 |
msgstr ""
|
7237 |
"En bild är på väg att laddas upp, vill du fortsätta utan att spara bilden?"
|
7238 |
|
7239 |
+
#: templates/submit-listing/images.tpl.php:14
|
7240 |
+
msgctxt "templates"
|
7241 |
+
msgid "Current Images"
|
7242 |
+
msgstr "Aktuella bilder"
|
7243 |
+
|
7244 |
+
#: templates/submit-listing/images.tpl.php:15
|
7245 |
msgctxt "templates"
|
7246 |
msgid "There are no images currently attached to your listing."
|
7247 |
msgstr "Det finns för närvarande inga bilder för denna annons."
|
7281 |
msgid "http://businessdirectoryplugin.com"
|
7282 |
msgstr "http://businessdirectoryplugin.com"
|
7283 |
|
7284 |
+
#~ msgctxt "admin"
|
7285 |
+
#~ msgid "Listing Fields"
|
7286 |
+
#~ msgstr "Annonsfält"
|
7287 |
+
|
7288 |
+
#~ msgctxt "templates"
|
7289 |
+
#~ msgid "There are no images currently attached to the listing."
|
7290 |
+
#~ msgstr "Det finns för närvarande inga bilder för denna annons."
|
7291 |
+
|
7292 |
+
#~ msgctxt "admin csv-export"
|
7293 |
+
#~ msgid "Column Separator"
|
7294 |
+
#~ msgstr "Kolumnavgränsare"
|
7295 |
+
|
7296 |
#~ msgctxt "admin settings"
|
7297 |
#~ msgid ""
|
7298 |
#~ "Allow visitors to discuss listings using the standard WordPress comment "
|
languages/WPBDM.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the Business Directory Plugin package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Business Directory Plugin 4.1.
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
-
"POT-Creation-Date: 2017-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -116,13 +116,13 @@ msgctxt "admin actions"
|
|
116 |
msgid "Renew Listing"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: admin/class-admin.php:
|
120 |
msgid ""
|
121 |
"Preview is only available after you've saved the first draft. This is due\n"
|
122 |
"to how WordPress stores the data."
|
123 |
msgstr ""
|
124 |
|
125 |
-
#: admin/class-admin.php:
|
126 |
msgctxt "drip pointer"
|
127 |
msgid ""
|
128 |
"Find out how to create a compelling, thriving business directory from "
|
@@ -130,137 +130,137 @@ msgid ""
|
|
130 |
"a FREE premium module just for signing up."
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: admin/class-admin.php:
|
134 |
msgctxt "drip pointer"
|
135 |
msgid "Email Address:"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: admin/class-admin.php:
|
139 |
msgctxt "drip pointer"
|
140 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: admin/class-admin.php:
|
144 |
msgctxt "drip pointer"
|
145 |
msgid "Yes, please!"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: admin/class-admin.php:
|
149 |
msgctxt "drip pointer"
|
150 |
msgid "No, thanks"
|
151 |
msgstr ""
|
152 |
|
153 |
-
#: admin/class-admin.php:
|
154 |
msgctxt "admin"
|
155 |
msgid "Business Directory"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: admin/class-admin.php:
|
159 |
msgctxt "admin"
|
160 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: admin/class-admin.php:
|
164 |
msgctxt "drip pointer"
|
165 |
msgid "Invalid e-mail address."
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: admin/class-admin.php:
|
169 |
msgctxt "admin menu"
|
170 |
msgid "Business Directory Admin"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: admin/class-admin.php:
|
174 |
msgctxt "admin menu"
|
175 |
msgid "Dir. Admin"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: admin/class-admin.php:
|
179 |
msgctxt "admin menu"
|
180 |
msgid "Directory Admin"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: admin/class-admin.php:
|
184 |
msgctxt "admin menu"
|
185 |
msgid "Add New Listing"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: admin/class-admin.php:
|
189 |
msgctxt "admin menu"
|
190 |
msgid "Manage Options"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: admin/class-admin.php:
|
194 |
msgctxt "admin menu"
|
195 |
msgid "Manage Fees"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: admin/class-admin.php:
|
199 |
msgctxt "admin menu"
|
200 |
msgid "Manage Form Fields"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: admin/class-admin.php:
|
204 |
msgctxt "admin menu"
|
205 |
msgid "Listings"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: admin/class-admin.php:
|
209 |
msgctxt "admin menu"
|
210 |
msgid "CSV Import"
|
211 |
msgstr ""
|
212 |
|
213 |
-
#: admin/class-admin.php:
|
214 |
msgctxt "admin menu"
|
215 |
msgid "CSV Export"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: admin/class-admin.php:
|
219 |
msgctxt "admin menu"
|
220 |
msgid "Debug"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: admin/class-admin.php:
|
224 |
msgctxt "admin menu"
|
225 |
msgid "Main Menu"
|
226 |
msgstr ""
|
227 |
|
228 |
-
#: admin/class-admin.php:
|
229 |
msgctxt "admin menu"
|
230 |
msgid "Uninstall Business Directory Plugin"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: admin/class-admin.php:
|
234 |
msgctxt "admin menu"
|
235 |
msgid "Uninstall"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: admin/class-admin.php:
|
239 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
240 |
msgctxt "admin infometabox"
|
241 |
msgid "never"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: admin/class-admin.php:
|
245 |
msgctxt "admin"
|
246 |
msgid "Dismiss this notice."
|
247 |
msgstr ""
|
248 |
|
249 |
-
#: admin/class-admin.php:
|
250 |
msgctxt "admin"
|
251 |
msgid "The listing has been published."
|
252 |
msgid_plural "The listings have been published."
|
253 |
msgstr[0] ""
|
254 |
msgstr[1] ""
|
255 |
|
256 |
-
#: admin/class-admin.php:
|
257 |
msgctxt "admin"
|
258 |
msgid "The listing status has been set as paid."
|
259 |
msgid_plural "The listings status has been set as paid."
|
260 |
msgstr[0] ""
|
261 |
msgstr[1] ""
|
262 |
|
263 |
-
#: admin/class-admin.php:
|
264 |
msgctxt "admin"
|
265 |
msgid ""
|
266 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
@@ -272,28 +272,28 @@ msgid_plural ""
|
|
272 |
msgstr[0] ""
|
273 |
msgstr[1] ""
|
274 |
|
275 |
-
#: admin/class-admin.php:
|
276 |
msgctxt "admin"
|
277 |
msgid "The listing has been modified."
|
278 |
msgid_plural "The listings have been modified."
|
279 |
msgstr[0] ""
|
280 |
msgstr[1] ""
|
281 |
|
282 |
-
#: admin/class-admin.php:
|
283 |
msgctxt "admin"
|
284 |
msgid "The listing has been upgraded."
|
285 |
msgid_plural "The listings have been upgraded."
|
286 |
msgstr[0] ""
|
287 |
msgstr[1] ""
|
288 |
|
289 |
-
#: admin/class-admin.php:
|
290 |
msgctxt "admin"
|
291 |
msgid "The listing has been downgraded."
|
292 |
msgid_plural "The listings have been downgraded."
|
293 |
msgstr[0] ""
|
294 |
msgstr[1] ""
|
295 |
|
296 |
-
#: admin/class-admin.php:
|
297 |
msgctxt "admin payments"
|
298 |
msgid ""
|
299 |
"The payment status was not changed. Recurring payments can't be manually "
|
@@ -301,123 +301,123 @@ msgid ""
|
|
301 |
"went through."
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: admin/class-admin.php:
|
305 |
msgctxt "admin"
|
306 |
msgid "The transaction has been approved."
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: admin/class-admin.php:
|
310 |
msgctxt "admin"
|
311 |
msgid "The transaction has been rejected."
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: admin/class-admin.php:
|
315 |
msgctxt "admin"
|
316 |
msgid "The fee was successfully assigned."
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: admin/class-admin.php:
|
320 |
msgctxt "admin"
|
321 |
msgid "Listing was renewed."
|
322 |
msgid_plural "Listings were renewed."
|
323 |
msgstr[0] ""
|
324 |
msgstr[1] ""
|
325 |
|
326 |
-
#: admin/class-admin.php:
|
327 |
msgctxt "admin"
|
328 |
msgid "Renewal email sent."
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: admin/class-admin.php:
|
332 |
msgctxt "admin category id"
|
333 |
msgid "ID"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: admin/class-admin.php:
|
337 |
msgctxt "admin"
|
338 |
msgid "Listing Count"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: admin/class-admin.php:
|
342 |
msgctxt "admin"
|
343 |
msgid ""
|
344 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
345 |
"associations in order to work correctly: <b>%s</b>."
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: admin/class-admin.php:
|
349 |
msgctxt "admin"
|
350 |
msgid ""
|
351 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
352 |
"association in order to work correctly."
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: admin/class-admin.php:
|
356 |
msgctxt "admin"
|
357 |
msgid ""
|
358 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
359 |
"or let Business Directory do this for you automatically."
|
360 |
msgstr ""
|
361 |
|
362 |
-
#: admin/class-admin.php:
|
363 |
msgctxt "admin"
|
364 |
msgid "Go to \"Manage Form Fields\""
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: admin/class-admin.php:
|
368 |
msgctxt "admin"
|
369 |
msgid "Create these required fields for me"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: admin/class-admin.php:
|
373 |
msgctxt "admin"
|
374 |
msgid ""
|
375 |
"<b>Business Directory Plugin</b> requires a page with the "
|
376 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: admin/class-admin.php:
|
380 |
msgctxt "admin"
|
381 |
msgid ""
|
382 |
"You can create this page by yourself or let Business Directory do this for "
|
383 |
"you automatically."
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: admin/class-admin.php:
|
387 |
msgctxt "admin"
|
388 |
msgid "Create required pages for me"
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: admin/class-admin.php:
|
392 |
msgctxt "admin compat"
|
393 |
msgid "Installed: %s"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: admin/class-admin.php:
|
397 |
msgctxt "admin compat"
|
398 |
msgid "N/A"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: admin/class-admin.php:
|
402 |
msgctxt "admin compat"
|
403 |
msgid "Required: %s"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: admin/class-admin.php:
|
407 |
msgctxt "admin compat"
|
408 |
msgid ""
|
409 |
"Business Directory has detected some incompatible premium module versions "
|
410 |
"installed."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: admin/class-admin.php:
|
414 |
msgctxt "admin compat"
|
415 |
msgid ""
|
416 |
"Please upgrade to the required versions indicated below to make sure "
|
417 |
"everything functions properly."
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: admin/class-admin.php:
|
421 |
msgctxt "admin"
|
422 |
msgid ""
|
423 |
"We noticed you want your Business Directory users to register before posting "
|
@@ -425,22 +425,6 @@ msgid ""
|
|
425 |
"and check \"Anyone can register\" to make sure BD works properly."
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: admin/class-listing-fields-metabox.php:21
|
429 |
-
msgctxt "admin"
|
430 |
-
msgid "Listing Fields"
|
431 |
-
msgstr ""
|
432 |
-
|
433 |
-
#: admin/class-listing-fields-metabox.php:40
|
434 |
-
#: templates/submit-listing/images.tpl.php:12
|
435 |
-
msgctxt "templates"
|
436 |
-
msgid "Current Images"
|
437 |
-
msgstr ""
|
438 |
-
|
439 |
-
#: admin/class-listing-fields-metabox.php:41
|
440 |
-
msgctxt "templates"
|
441 |
-
msgid "There are no images currently attached to the listing."
|
442 |
-
msgstr ""
|
443 |
-
|
444 |
#: admin/class-themes-admin.php:47
|
445 |
msgctxt "themes"
|
446 |
msgid "Directory Themes"
|
@@ -513,7 +497,7 @@ msgstr ""
|
|
513 |
|
514 |
#: admin/class-themes-admin.php:229
|
515 |
msgctxt "themes"
|
516 |
-
msgid "Theme was deleted
|
517 |
msgstr ""
|
518 |
|
519 |
#: admin/class-themes-admin.php:232
|
@@ -568,17 +552,17 @@ msgctxt "themes"
|
|
568 |
msgid "Activate your <a>license key</a> to use this theme."
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: admin/csv-export.php:
|
572 |
msgctxt "admin csv-export"
|
573 |
msgid "Could not create a temporary directory for handling this CSV export."
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: admin/csv-export.php:
|
577 |
msgctxt "admin csv-export"
|
578 |
msgid "Could not create wpbdp-csv-exports directory."
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: admin/csv-export.php:
|
582 |
msgctxt "admin csv-export"
|
583 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
584 |
msgstr ""
|
@@ -1207,101 +1191,120 @@ msgstr ""
|
|
1207 |
|
1208 |
#: admin/templates/csv-export.tpl.php:94
|
1209 |
msgctxt "admin csv-export"
|
1210 |
-
msgid "
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:
|
1214 |
-
#: admin/templates/csv-export.tpl.php:
|
1215 |
#: admin/templates/csv-import.tpl.php:109
|
1216 |
-
#: admin/templates/csv-import.tpl.php:
|
1217 |
-
#: admin/templates/csv-import.tpl.php:
|
1218 |
-
#: admin/templates/csv-import.tpl.php:
|
1219 |
msgctxt "admin forms"
|
1220 |
msgid "required"
|
1221 |
msgstr ""
|
1222 |
|
1223 |
-
#: admin/templates/csv-export.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1224 |
msgctxt "admin csv-export"
|
1225 |
msgid "Image Separator"
|
1226 |
msgstr ""
|
1227 |
|
1228 |
-
#: admin/templates/csv-export.tpl.php:
|
1229 |
msgctxt "admin csv-export"
|
1230 |
msgid "Category Separator"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: admin/templates/csv-export.tpl.php:
|
1234 |
msgctxt "admin csv-export"
|
1235 |
msgid "Export Listings"
|
1236 |
msgstr ""
|
1237 |
|
1238 |
-
#: admin/templates/csv-export.tpl.php:
|
1239 |
msgctxt "admin csv-export"
|
1240 |
msgid "Export in Progress..."
|
1241 |
msgstr ""
|
1242 |
|
1243 |
-
#: admin/templates/csv-export.tpl.php:
|
1244 |
msgctxt "admin csv-export"
|
1245 |
msgid ""
|
1246 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
1247 |
"until the export finishes."
|
1248 |
msgstr ""
|
1249 |
|
1250 |
-
#: admin/templates/csv-export.tpl.php:
|
1251 |
msgctxt "admin csv-export"
|
1252 |
msgid "No. of listings:"
|
1253 |
msgstr ""
|
1254 |
|
1255 |
-
#: admin/templates/csv-export.tpl.php:
|
1256 |
msgctxt "admin csv-export"
|
1257 |
msgid "Approximate export file size:"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
-
#: admin/templates/csv-export.tpl.php:
|
1261 |
msgctxt "admin csv-export"
|
1262 |
msgid "Cancel Export"
|
1263 |
msgstr ""
|
1264 |
|
1265 |
-
#: admin/templates/csv-export.tpl.php:
|
1266 |
msgctxt "admin csv-export"
|
1267 |
msgid "Export Complete"
|
1268 |
msgstr ""
|
1269 |
|
1270 |
-
#: admin/templates/csv-export.tpl.php:
|
1271 |
msgctxt "admin csv-export"
|
1272 |
msgid ""
|
1273 |
"Your export file has been successfully created and it is now ready for "
|
1274 |
"download."
|
1275 |
msgstr ""
|
1276 |
|
1277 |
-
#: admin/templates/csv-export.tpl.php:
|
1278 |
msgctxt "admin csv-export"
|
1279 |
msgid "Download %s (%s)"
|
1280 |
msgstr ""
|
1281 |
|
1282 |
-
#: admin/templates/csv-export.tpl.php:
|
1283 |
msgctxt "admin csv-export"
|
1284 |
msgid ""
|
1285 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
1286 |
"temporary data created by Business Directory during the export process."
|
1287 |
msgstr ""
|
1288 |
|
1289 |
-
#: admin/templates/csv-export.tpl.php:
|
1290 |
msgctxt "admin csv-export"
|
1291 |
msgid "Cleanup"
|
1292 |
msgstr ""
|
1293 |
|
1294 |
-
#: admin/templates/csv-export.tpl.php:
|
1295 |
msgctxt "admin csv-export"
|
1296 |
msgid "Export Canceled"
|
1297 |
msgstr ""
|
1298 |
|
1299 |
-
#: admin/templates/csv-export.tpl.php:
|
1300 |
msgctxt "admin csv-export"
|
1301 |
msgid "The export has been canceled."
|
1302 |
msgstr ""
|
1303 |
|
1304 |
-
#: admin/templates/csv-export.tpl.php:
|
1305 |
msgctxt "admin csv-export"
|
1306 |
msgid "← Return to CSV Export"
|
1307 |
msgstr ""
|
@@ -1429,7 +1432,7 @@ msgctxt "admin csv-import"
|
|
1429 |
msgid "Warning"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
-
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:
|
1433 |
msgctxt "admin csv-import"
|
1434 |
msgid "Help"
|
1435 |
msgstr ""
|
@@ -1486,110 +1489,125 @@ msgctxt "admin csv-import"
|
|
1486 |
msgid "Column Separator"
|
1487 |
msgstr ""
|
1488 |
|
1489 |
-
#: admin/templates/csv-import.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1490 |
msgctxt "admin csv-import"
|
1491 |
msgid "Image Separator"
|
1492 |
msgstr ""
|
1493 |
|
1494 |
-
#: admin/templates/csv-import.tpl.php:
|
1495 |
msgctxt "admin csv-import"
|
1496 |
msgid "Category Separator"
|
1497 |
msgstr ""
|
1498 |
|
1499 |
-
#: admin/templates/csv-import.tpl.php:
|
1500 |
msgctxt "admin csv-import"
|
1501 |
msgid "Import settings"
|
1502 |
msgstr ""
|
1503 |
|
1504 |
-
#: admin/templates/csv-import.tpl.php:
|
1505 |
msgctxt "admin csv-import"
|
1506 |
msgid "Post status of imported listings"
|
1507 |
msgstr ""
|
1508 |
|
1509 |
-
#: admin/templates/csv-import.tpl.php:
|
1510 |
msgctxt "admin csv-import"
|
1511 |
msgid "Missing categories handling"
|
1512 |
msgstr ""
|
1513 |
|
1514 |
-
#: admin/templates/csv-import.tpl.php:
|
1515 |
msgctxt "admin csv-import"
|
1516 |
msgid "Auto-create categories"
|
1517 |
msgstr ""
|
1518 |
|
1519 |
-
#: admin/templates/csv-import.tpl.php:
|
1520 |
msgctxt "admin csv-import"
|
1521 |
msgid "Generate errors when a category is not found"
|
1522 |
msgstr ""
|
1523 |
|
1524 |
-
#: admin/templates/csv-import.tpl.php:
|
1525 |
msgctxt "admin csv-import"
|
1526 |
msgid "Keep existing listing images?"
|
1527 |
msgstr ""
|
1528 |
|
1529 |
-
#: admin/templates/csv-import.tpl.php:
|
1530 |
msgctxt "admin csv-import"
|
1531 |
msgid "Keep existing images."
|
1532 |
msgstr ""
|
1533 |
|
1534 |
-
#: admin/templates/csv-import.tpl.php:
|
1535 |
msgctxt "admin csv-import"
|
1536 |
msgid "Appends new images while keeping current ones."
|
1537 |
msgstr ""
|
1538 |
|
1539 |
-
#: admin/templates/csv-import.tpl.php:
|
1540 |
msgctxt "admin csv-import"
|
1541 |
msgid "Assign listings to a user?"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
-
#: admin/templates/csv-import.tpl.php:
|
1545 |
msgctxt "admin csv-import"
|
1546 |
msgid "Assign listings to a user."
|
1547 |
msgstr ""
|
1548 |
|
1549 |
-
#: admin/templates/csv-import.tpl.php:
|
1550 |
msgctxt "admin csv-import"
|
1551 |
msgid "Use a default user for listings?"
|
1552 |
msgstr ""
|
1553 |
|
1554 |
-
#: admin/templates/csv-import.tpl.php:
|
1555 |
msgctxt "admin csv-import"
|
1556 |
msgid ""
|
1557 |
"Select a default user to be used if the username column is not present in "
|
1558 |
"the CSV file."
|
1559 |
msgstr ""
|
1560 |
|
1561 |
-
#: admin/templates/csv-import.tpl.php:
|
1562 |
msgctxt "admin csv-import"
|
1563 |
msgid "Default listing user"
|
1564 |
msgstr ""
|
1565 |
|
1566 |
-
#: admin/templates/csv-import.tpl.php:
|
1567 |
msgctxt "admin csv-import"
|
1568 |
msgid ""
|
1569 |
"This user will be used if the username column is not present in the CSV file."
|
1570 |
msgstr ""
|
1571 |
|
1572 |
-
#: admin/templates/csv-import.tpl.php:
|
1573 |
msgctxt "admin csv-import"
|
1574 |
msgid "Disable e-mail notifications during import?"
|
1575 |
msgstr ""
|
1576 |
|
1577 |
-
#: admin/templates/csv-import.tpl.php:
|
1578 |
msgctxt "admin csv-import"
|
1579 |
msgid "Disable e-mail notifications."
|
1580 |
msgstr ""
|
1581 |
|
1582 |
-
#: admin/templates/csv-import.tpl.php:
|
1583 |
msgctxt "admin csv-import"
|
1584 |
msgid "Test Import"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
-
#: admin/templates/csv-import.tpl.php:
|
1588 |
msgctxt "admin csv-import"
|
1589 |
msgid "Import Listings"
|
1590 |
msgstr ""
|
1591 |
|
1592 |
-
#: admin/templates/csv-import.tpl.php:
|
1593 |
msgctxt "admin csv-import"
|
1594 |
msgid ""
|
1595 |
"The following are the valid header names to be used in the CSV file. "
|
@@ -1598,48 +1616,48 @@ msgid ""
|
|
1598 |
"how an import file should look like."
|
1599 |
msgstr ""
|
1600 |
|
1601 |
-
#: admin/templates/csv-import.tpl.php:
|
1602 |
msgctxt "admin csv-import"
|
1603 |
msgid "Header name/label"
|
1604 |
msgstr ""
|
1605 |
|
1606 |
-
#: admin/templates/csv-import.tpl.php:
|
1607 |
msgctxt "admin csv-import"
|
1608 |
msgid "Field"
|
1609 |
msgstr ""
|
1610 |
|
1611 |
-
#: admin/templates/csv-import.tpl.php:
|
1612 |
msgctxt "admin csv-import"
|
1613 |
msgid "Type"
|
1614 |
msgstr ""
|
1615 |
|
1616 |
-
#: admin/templates/csv-import.tpl.php:
|
1617 |
msgctxt "admin csv-import"
|
1618 |
msgid "Required?"
|
1619 |
msgstr ""
|
1620 |
|
1621 |
-
#: admin/templates/csv-import.tpl.php:
|
1622 |
msgctxt "admin csv-import"
|
1623 |
msgid "Multivalued?"
|
1624 |
msgstr ""
|
1625 |
|
1626 |
-
#: admin/templates/csv-import.tpl.php:
|
1627 |
msgctxt "admin csv-import"
|
1628 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
-
#: admin/templates/csv-import.tpl.php:
|
1632 |
msgctxt "admin csv-import"
|
1633 |
msgid "Listing author's username"
|
1634 |
msgstr ""
|
1635 |
|
1636 |
-
#: admin/templates/csv-import.tpl.php:
|
1637 |
msgctxt "admin csv-import"
|
1638 |
msgid ""
|
1639 |
"Internal Sequence ID used to allow listing updates from external sources."
|
1640 |
msgstr ""
|
1641 |
|
1642 |
-
#: admin/templates/csv-import.tpl.php:
|
1643 |
msgctxt "admin csv-import"
|
1644 |
msgid ""
|
1645 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
@@ -2093,7 +2111,7 @@ msgctxt "form-fields admin"
|
|
2093 |
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
2094 |
msgstr ""
|
2095 |
|
2096 |
-
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.
|
2097 |
#. Plugin Name of the plugin/theme
|
2098 |
#: admin/templates/header.tpl.php:4
|
2099 |
msgid "Business Directory Plugin"
|
@@ -2829,64 +2847,69 @@ msgctxt "tracking"
|
|
2829 |
msgid "Allow Tracking"
|
2830 |
msgstr ""
|
2831 |
|
2832 |
-
#: business-directory-plugin.php:
|
|
|
|
|
|
|
|
|
|
|
2833 |
msgctxt "admin plugins"
|
2834 |
msgid "Settings"
|
2835 |
msgstr ""
|
2836 |
|
2837 |
-
#: business-directory-plugin.php:
|
2838 |
msgctxt "rss feed"
|
2839 |
msgid "%s Feed"
|
2840 |
msgstr ""
|
2841 |
|
2842 |
-
#: business-directory-plugin.php:
|
2843 |
#: core/views/submit_listing.php:10
|
2844 |
msgctxt "views"
|
2845 |
msgid "Submit A Listing"
|
2846 |
msgstr ""
|
2847 |
|
2848 |
-
#: business-directory-plugin.php:
|
2849 |
msgctxt "title"
|
2850 |
msgid "Find a Listing"
|
2851 |
msgstr ""
|
2852 |
|
2853 |
-
#: business-directory-plugin.php:
|
2854 |
msgctxt "title"
|
2855 |
msgid "View All Listings"
|
2856 |
msgstr ""
|
2857 |
|
2858 |
-
#: business-directory-plugin.php:
|
2859 |
msgctxt "title"
|
2860 |
msgid "Listings tagged: %s"
|
2861 |
msgstr ""
|
2862 |
|
2863 |
-
#: core/api.php:
|
2864 |
msgid "Free"
|
2865 |
msgstr ""
|
2866 |
|
2867 |
-
#: core/class-csv-import.php:
|
2868 |
msgctxt "admin csv-import"
|
2869 |
msgid ""
|
2870 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2871 |
"with the following error: <error-message>."
|
2872 |
msgstr ""
|
2873 |
|
2874 |
-
#: core/class-csv-import.php:
|
2875 |
msgctxt "admin csv-import"
|
2876 |
msgid "Could not create listing category \"%s\""
|
2877 |
msgstr ""
|
2878 |
|
2879 |
-
#: core/class-csv-import.php:
|
2880 |
msgctxt "admin csv-import"
|
2881 |
msgid "Username \"%s\" does not exist"
|
2882 |
msgstr ""
|
2883 |
|
2884 |
-
#: core/class-csv-import.php:
|
2885 |
msgctxt "admin csv-import"
|
2886 |
msgid "Missing required field: %s"
|
2887 |
msgstr ""
|
2888 |
|
2889 |
-
#: core/class-csv-import.php:
|
2890 |
msgctxt "admin csv-import"
|
2891 |
msgid "Listing category \"%s\" does not exist"
|
2892 |
msgstr ""
|
@@ -3015,12 +3038,12 @@ msgctxt "listing"
|
|
3015 |
msgid "(Fee Unavailable)"
|
3016 |
msgstr ""
|
3017 |
|
3018 |
-
#: core/class-listings-api.php:
|
3019 |
msgctxt "notify email"
|
3020 |
msgid "[%s] New listing notification"
|
3021 |
msgstr ""
|
3022 |
|
3023 |
-
#: core/class-listings-api.php:
|
3024 |
msgctxt "notify email"
|
3025 |
msgid "[%s] Listing edit notification"
|
3026 |
msgstr ""
|
@@ -3065,12 +3088,12 @@ msgctxt "widgets"
|
|
3065 |
msgid "Leave blank for automatic height."
|
3066 |
msgstr ""
|
3067 |
|
3068 |
-
#: core/class-payment.php:223
|
3069 |
msgctxt "listings"
|
3070 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3071 |
msgstr ""
|
3072 |
|
3073 |
-
#: core/class-payment.php:226
|
3074 |
msgctxt "listings"
|
3075 |
msgid "(recurring)"
|
3076 |
msgstr ""
|
@@ -4629,17 +4652,17 @@ msgstr ""
|
|
4629 |
msgid "Directory Tag"
|
4630 |
msgstr ""
|
4631 |
|
4632 |
-
#: core/compatibility/class-navxt-integration.php:
|
4633 |
msgctxt "navxt"
|
4634 |
msgid "Submit Listing"
|
4635 |
msgstr ""
|
4636 |
|
4637 |
-
#: core/compatibility/class-navxt-integration.php:
|
4638 |
msgctxt "navxt"
|
4639 |
msgid "Edit Listing"
|
4640 |
msgstr ""
|
4641 |
|
4642 |
-
#: core/compatibility/class-navxt-integration.php:
|
4643 |
msgctxt "navxt"
|
4644 |
msgid "Search"
|
4645 |
msgstr ""
|
@@ -4651,14 +4674,14 @@ msgstr ""
|
|
4651 |
|
4652 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
4653 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
4654 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4655 |
msgctxt "form-fields admin"
|
4656 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4657 |
msgstr ""
|
4658 |
|
4659 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
4660 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
4661 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4662 |
msgctxt "form-fields admin"
|
4663 |
msgid "Field list of options is required."
|
4664 |
msgstr ""
|
@@ -4749,18 +4772,18 @@ msgctxt "form-fields api"
|
|
4749 |
msgid "Select List"
|
4750 |
msgstr ""
|
4751 |
|
4752 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4753 |
msgctxt "form-fields-api category-select"
|
4754 |
msgid "-- Choose Terms --"
|
4755 |
msgstr ""
|
4756 |
|
4757 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4758 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4759 |
msgctxt "form-fields-api category-select"
|
4760 |
msgid "-- Choose One --"
|
4761 |
msgstr ""
|
4762 |
|
4763 |
-
#: core/fieldtypes/class-fieldtypes-select.php:
|
4764 |
msgctxt "form-fields admin"
|
4765 |
msgid "Allow empty selection on search?"
|
4766 |
msgstr ""
|
@@ -5146,7 +5169,7 @@ msgstr ""
|
|
5146 |
|
5147 |
#: core/helpers/class-themes-updater.php:165
|
5148 |
msgctxt "themes"
|
5149 |
-
msgid "Theme was updated
|
5150 |
msgstr ""
|
5151 |
|
5152 |
#: core/installer.php:43
|
@@ -5245,7 +5268,7 @@ msgstr ""
|
|
5245 |
#: core/installer.php:1110
|
5246 |
msgctxt "manual-upgrade"
|
5247 |
msgid ""
|
5248 |
-
"The upgrade was
|
5249 |
"available."
|
5250 |
msgstr ""
|
5251 |
|
@@ -5514,39 +5537,39 @@ msgctxt "templates"
|
|
5514 |
msgid "No listing categories found."
|
5515 |
msgstr ""
|
5516 |
|
5517 |
-
#: core/templates-ui.php:
|
5518 |
msgid "Directory"
|
5519 |
msgstr ""
|
5520 |
|
5521 |
-
#: core/templates-ui.php:
|
5522 |
msgid "View All Listings"
|
5523 |
msgstr ""
|
5524 |
|
5525 |
-
#: core/templates-ui.php:
|
5526 |
msgid "Create A Listing"
|
5527 |
msgstr ""
|
5528 |
|
5529 |
-
#: core/templates-ui.php:
|
5530 |
msgctxt "templates"
|
5531 |
msgid "Search Listings"
|
5532 |
msgstr ""
|
5533 |
|
5534 |
-
#: core/templates-ui.php:
|
5535 |
msgctxt "templates"
|
5536 |
msgid "Advanced Search"
|
5537 |
msgstr ""
|
5538 |
|
5539 |
-
#: core/templates-ui.php:
|
5540 |
msgctxt "templates sort"
|
5541 |
msgid "Sort By:"
|
5542 |
msgstr ""
|
5543 |
|
5544 |
-
#: core/templates-ui.php:
|
5545 |
msgctxt "sort"
|
5546 |
msgid "Reset"
|
5547 |
msgstr ""
|
5548 |
|
5549 |
-
#: core/templates-ui.php:
|
5550 |
msgctxt "sort"
|
5551 |
msgid "(Reset)"
|
5552 |
msgstr ""
|
@@ -5661,42 +5684,64 @@ msgid ""
|
|
5661 |
"You are logged in as an administrator. Any payment steps will be skipped."
|
5662 |
msgstr ""
|
5663 |
|
5664 |
-
#: core/view-submit-listing.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5665 |
msgctxt "templates"
|
5666 |
msgid "Please select a fee option for the \"%s\" category."
|
5667 |
msgstr ""
|
5668 |
|
5669 |
-
#: core/view-submit-listing.php:
|
5670 |
msgctxt "templates"
|
5671 |
msgid "Please agree to the Terms and Conditions."
|
5672 |
msgstr ""
|
5673 |
|
5674 |
-
#: core/view-submit-listing.php:
|
5675 |
msgctxt "templates"
|
5676 |
msgid "The reCAPTCHA wasn't entered correctly."
|
5677 |
msgstr ""
|
5678 |
|
5679 |
-
#: core/view-submit-listing.php:
|
5680 |
msgctxt "templates"
|
5681 |
msgid "Read our Terms and Conditions"
|
5682 |
msgstr ""
|
5683 |
|
5684 |
-
#: core/view-submit-listing.php:
|
5685 |
msgctxt "templates"
|
5686 |
msgid "Terms and Conditions:"
|
5687 |
msgstr ""
|
5688 |
|
5689 |
-
#: core/view-submit-listing.php:
|
5690 |
msgctxt "templates"
|
5691 |
msgid "I agree to the Terms and Conditions"
|
5692 |
msgstr ""
|
5693 |
|
5694 |
-
#: core/view-submit-listing.php:
|
5695 |
msgctxt "submit"
|
5696 |
msgid "Listing upgrade to featured"
|
5697 |
msgstr ""
|
5698 |
|
5699 |
-
#: core/view-submit-listing.php:
|
5700 |
msgctxt "submit_state"
|
5701 |
msgid "Invalid submit state."
|
5702 |
msgstr ""
|
@@ -5737,7 +5782,7 @@ msgstr ""
|
|
5737 |
|
5738 |
#: core/views/checkout.php:130
|
5739 |
msgctxt "checkout"
|
5740 |
-
msgid "Your payment was received
|
5741 |
msgstr ""
|
5742 |
|
5743 |
#: core/views/checkout.php:137
|
@@ -5884,39 +5929,39 @@ msgctxt "listings"
|
|
5884 |
msgid "Fee \"%s\" renewal for category \"%s\""
|
5885 |
msgstr ""
|
5886 |
|
5887 |
-
#: core/views/renew_listing.php:
|
5888 |
msgctxt "renewal"
|
5889 |
msgid "Invalid renewal state."
|
5890 |
msgstr ""
|
5891 |
|
5892 |
-
#: core/views/renew_listing.php:
|
5893 |
msgctxt "templates"
|
5894 |
msgid "Recurring Fee Management"
|
5895 |
msgstr ""
|
5896 |
|
5897 |
-
#: core/views/renew_listing.php:
|
5898 |
msgctxt "renew"
|
5899 |
msgid ""
|
5900 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
5901 |
"right now as this will be handled automatically when renewal comes."
|
5902 |
msgstr ""
|
5903 |
|
5904 |
-
#: core/views/renew_listing.php:
|
5905 |
msgctxt "renewal"
|
5906 |
msgid "Current Fee Details"
|
5907 |
msgstr ""
|
5908 |
|
5909 |
-
#: core/views/renew_listing.php:
|
5910 |
msgctxt "renewal"
|
5911 |
msgid "Number of images:"
|
5912 |
msgstr ""
|
5913 |
|
5914 |
-
#: core/views/renew_listing.php:
|
5915 |
msgctxt "renewal"
|
5916 |
msgid "Expiration date:"
|
5917 |
msgstr ""
|
5918 |
|
5919 |
-
#: core/views/renew_listing.php:
|
5920 |
msgctxt "renew"
|
5921 |
msgid ""
|
5922 |
"However, if you want to cancel your subscription you can do that on this "
|
@@ -5956,6 +6001,11 @@ msgctxt "views"
|
|
5956 |
msgid "Find A Listing"
|
5957 |
msgstr ""
|
5958 |
|
|
|
|
|
|
|
|
|
|
|
5959 |
#: core/views/submit_listing.php:16
|
5960 |
msgctxt "templates"
|
5961 |
msgid ""
|
@@ -6601,7 +6651,7 @@ msgstr ""
|
|
6601 |
#: templates/renew-listing.tpl.php:22
|
6602 |
#: templates/submit-listing/category-selection.tpl.php:8
|
6603 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
6604 |
-
#: templates/submit-listing/images.tpl.php:
|
6605 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
6606 |
msgctxt "templates"
|
6607 |
msgid "Continue"
|
@@ -6703,37 +6753,37 @@ msgctxt "templates"
|
|
6703 |
msgid "Delete Image"
|
6704 |
msgstr ""
|
6705 |
|
6706 |
-
#: templates/submit-listing/images-single.tpl.php:
|
6707 |
msgctxt "templates"
|
6708 |
msgid "Set this image as the listing thumbnail."
|
6709 |
msgstr ""
|
6710 |
|
6711 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6712 |
msgctxt "templates"
|
6713 |
msgid "Upload Images"
|
6714 |
msgstr ""
|
6715 |
|
6716 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6717 |
msgctxt "templates"
|
6718 |
msgid "Drop files here"
|
6719 |
msgstr ""
|
6720 |
|
6721 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6722 |
msgctxt "templates image upload"
|
6723 |
msgid "or"
|
6724 |
msgstr ""
|
6725 |
|
6726 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6727 |
msgctxt "templates"
|
6728 |
msgid "Select images from your hard drive"
|
6729 |
msgstr ""
|
6730 |
|
6731 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6732 |
msgctxt "templates"
|
6733 |
msgid "Uploading %s file(s)... Please wait."
|
6734 |
msgstr ""
|
6735 |
|
6736 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6737 |
msgctxt "templates"
|
6738 |
msgid ""
|
6739 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
@@ -6741,46 +6791,51 @@ msgid ""
|
|
6741 |
"current one."
|
6742 |
msgstr ""
|
6743 |
|
6744 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6745 |
msgctxt "templates"
|
6746 |
msgid "Image slots available:"
|
6747 |
msgstr ""
|
6748 |
|
6749 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6750 |
msgctxt "templates"
|
6751 |
msgid "File size:"
|
6752 |
msgstr ""
|
6753 |
|
6754 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6755 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6756 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6757 |
msgctxt "templates"
|
6758 |
msgid "No limit"
|
6759 |
msgstr ""
|
6760 |
|
6761 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6762 |
msgctxt "templates"
|
6763 |
msgid "Image width:"
|
6764 |
msgstr ""
|
6765 |
|
6766 |
-
#: templates/submit-listing/images-upload-form.tpl.php:
|
6767 |
msgctxt "templates"
|
6768 |
msgid "Image height:"
|
6769 |
msgstr ""
|
6770 |
|
6771 |
-
#: templates/submit-listing/images.tpl.php:
|
6772 |
msgctxt "templates"
|
6773 |
msgid "Listing Images"
|
6774 |
msgstr ""
|
6775 |
|
6776 |
-
#: templates/submit-listing/images.tpl.php:
|
6777 |
msgctxt "templates"
|
6778 |
msgid ""
|
6779 |
"There is an image pending upload. Would you still like to continue without "
|
6780 |
"saving the image?"
|
6781 |
msgstr ""
|
6782 |
|
6783 |
-
#: templates/submit-listing/images.tpl.php:
|
|
|
|
|
|
|
|
|
|
|
6784 |
msgctxt "templates"
|
6785 |
msgid "There are no images currently attached to your listing."
|
6786 |
msgstr ""
|
2 |
# This file is distributed under the same license as the Business Directory Plugin package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Business Directory Plugin 4.1.10dev9\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/business-directory-plugin\n"
|
7 |
+
"POT-Creation-Date: 2017-04-04 17:28:39+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
116 |
msgid "Renew Listing"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: admin/class-admin.php:105
|
120 |
msgid ""
|
121 |
"Preview is only available after you've saved the first draft. This is due\n"
|
122 |
"to how WordPress stores the data."
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: admin/class-admin.php:138
|
126 |
msgctxt "drip pointer"
|
127 |
msgid ""
|
128 |
"Find out how to create a compelling, thriving business directory from "
|
130 |
"a FREE premium module just for signing up."
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: admin/class-admin.php:140
|
134 |
msgctxt "drip pointer"
|
135 |
msgid "Email Address:"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: admin/class-admin.php:146
|
139 |
msgctxt "drip pointer"
|
140 |
msgid "Want to know the Secrets of Building an Awesome Business Directory?"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: admin/class-admin.php:148
|
144 |
msgctxt "drip pointer"
|
145 |
msgid "Yes, please!"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: admin/class-admin.php:150
|
149 |
msgctxt "drip pointer"
|
150 |
msgid "No, thanks"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: admin/class-admin.php:167
|
154 |
msgctxt "admin"
|
155 |
msgid "Business Directory"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: admin/class-admin.php:178
|
159 |
msgctxt "admin"
|
160 |
msgid "You're all set. Visit your new <a>Business Directory</a> page."
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: admin/class-admin.php:199
|
164 |
msgctxt "drip pointer"
|
165 |
msgid "Invalid e-mail address."
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: admin/class-admin.php:233
|
169 |
msgctxt "admin menu"
|
170 |
msgid "Business Directory Admin"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: admin/class-admin.php:234
|
174 |
msgctxt "admin menu"
|
175 |
msgid "Dir. Admin"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: admin/class-admin.php:234
|
179 |
msgctxt "admin menu"
|
180 |
msgid "Directory Admin"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: admin/class-admin.php:240 admin/class-admin.php:241
|
184 |
msgctxt "admin menu"
|
185 |
msgid "Add New Listing"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: admin/class-admin.php:246 admin/class-admin.php:247
|
189 |
msgctxt "admin menu"
|
190 |
msgid "Manage Options"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: admin/class-admin.php:252 admin/class-admin.php:253
|
194 |
msgctxt "admin menu"
|
195 |
msgid "Manage Fees"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: admin/class-admin.php:258 admin/class-admin.php:259
|
199 |
msgctxt "admin menu"
|
200 |
msgid "Manage Form Fields"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: admin/class-admin.php:264 admin/class-admin.php:265
|
204 |
msgctxt "admin menu"
|
205 |
msgid "Listings"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: admin/class-admin.php:279 admin/class-admin.php:280
|
209 |
msgctxt "admin menu"
|
210 |
msgid "CSV Import"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: admin/class-admin.php:285 admin/class-admin.php:286
|
214 |
msgctxt "admin menu"
|
215 |
msgid "CSV Export"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: admin/class-admin.php:291 admin/class-admin.php:292
|
219 |
msgctxt "admin menu"
|
220 |
msgid "Debug"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: admin/class-admin.php:301
|
224 |
msgctxt "admin menu"
|
225 |
msgid "Main Menu"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: admin/class-admin.php:312
|
229 |
msgctxt "admin menu"
|
230 |
msgid "Uninstall Business Directory Plugin"
|
231 |
msgstr ""
|
232 |
|
233 |
+
#: admin/class-admin.php:313
|
234 |
msgctxt "admin menu"
|
235 |
msgid "Uninstall"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: admin/class-admin.php:427
|
239 |
#: admin/templates/listing-metabox-categories.tpl.php:69
|
240 |
msgctxt "admin infometabox"
|
241 |
msgid "never"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: admin/class-admin.php:521
|
245 |
msgctxt "admin"
|
246 |
msgid "Dismiss this notice."
|
247 |
msgstr ""
|
248 |
|
249 |
+
#: admin/class-admin.php:549
|
250 |
msgctxt "admin"
|
251 |
msgid "The listing has been published."
|
252 |
msgid_plural "The listings have been published."
|
253 |
msgstr[0] ""
|
254 |
msgstr[1] ""
|
255 |
|
256 |
+
#: admin/class-admin.php:567
|
257 |
msgctxt "admin"
|
258 |
msgid "The listing status has been set as paid."
|
259 |
msgid_plural "The listings status has been set as paid."
|
260 |
msgstr[0] ""
|
261 |
msgstr[1] ""
|
262 |
|
263 |
+
#: admin/class-admin.php:573
|
264 |
msgctxt "admin"
|
265 |
msgid ""
|
266 |
"Only invoices containing non-recurring items were marked as paid. Please "
|
272 |
msgstr[0] ""
|
273 |
msgstr[1] ""
|
274 |
|
275 |
+
#: admin/class-admin.php:592
|
276 |
msgctxt "admin"
|
277 |
msgid "The listing has been modified."
|
278 |
msgid_plural "The listings have been modified."
|
279 |
msgstr[0] ""
|
280 |
msgstr[1] ""
|
281 |
|
282 |
+
#: admin/class-admin.php:605
|
283 |
msgctxt "admin"
|
284 |
msgid "The listing has been upgraded."
|
285 |
msgid_plural "The listings have been upgraded."
|
286 |
msgstr[0] ""
|
287 |
msgstr[1] ""
|
288 |
|
289 |
+
#: admin/class-admin.php:617
|
290 |
msgctxt "admin"
|
291 |
msgid "The listing has been downgraded."
|
292 |
msgid_plural "The listings have been downgraded."
|
293 |
msgstr[0] ""
|
294 |
msgstr[1] ""
|
295 |
|
296 |
+
#: admin/class-admin.php:628
|
297 |
msgctxt "admin payments"
|
298 |
msgid ""
|
299 |
"The payment status was not changed. Recurring payments can't be manually "
|
301 |
"went through."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: admin/class-admin.php:633
|
305 |
msgctxt "admin"
|
306 |
msgid "The transaction has been approved."
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: admin/class-admin.php:643
|
310 |
msgctxt "admin"
|
311 |
msgid "The transaction has been rejected."
|
312 |
msgstr ""
|
313 |
|
314 |
+
#: admin/class-admin.php:649
|
315 |
msgctxt "admin"
|
316 |
msgid "The fee was successfully assigned."
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: admin/class-admin.php:658
|
320 |
msgctxt "admin"
|
321 |
msgid "Listing was renewed."
|
322 |
msgid_plural "Listings were renewed."
|
323 |
msgstr[0] ""
|
324 |
msgstr[1] ""
|
325 |
|
326 |
+
#: admin/class-admin.php:665
|
327 |
msgctxt "admin"
|
328 |
msgid "Renewal email sent."
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: admin/class-admin.php:720
|
332 |
msgctxt "admin category id"
|
333 |
msgid "ID"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: admin/class-admin.php:722 admin/class-admin.php:728
|
337 |
msgctxt "admin"
|
338 |
msgid "Listing Count"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: admin/class-admin.php:837
|
342 |
msgctxt "admin"
|
343 |
msgid ""
|
344 |
"<b>Business Directory Plugin</b> requires fields with the following "
|
345 |
"associations in order to work correctly: <b>%s</b>."
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: admin/class-admin.php:839
|
349 |
msgctxt "admin"
|
350 |
msgid ""
|
351 |
"<b>Business Directory Plugin</b> requires a field with a <b>%s</b> "
|
352 |
"association in order to work correctly."
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: admin/class-admin.php:843
|
356 |
msgctxt "admin"
|
357 |
msgid ""
|
358 |
"You can create these custom fields by yourself inside \"Manage Form Fields\" "
|
359 |
"or let Business Directory do this for you automatically."
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: admin/class-admin.php:847
|
363 |
msgctxt "admin"
|
364 |
msgid "Go to \"Manage Form Fields\""
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: admin/class-admin.php:850
|
368 |
msgctxt "admin"
|
369 |
msgid "Create these required fields for me"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: admin/class-admin.php:859
|
373 |
msgctxt "admin"
|
374 |
msgid ""
|
375 |
"<b>Business Directory Plugin</b> requires a page with the "
|
376 |
"<tt>[businessdirectory]</tt> shortcode to function properly."
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: admin/class-admin.php:861
|
380 |
msgctxt "admin"
|
381 |
msgid ""
|
382 |
"You can create this page by yourself or let Business Directory do this for "
|
383 |
"you automatically."
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: admin/class-admin.php:865
|
387 |
msgctxt "admin"
|
388 |
msgid "Create required pages for me"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: admin/class-admin.php:905
|
392 |
msgctxt "admin compat"
|
393 |
msgid "Installed: %s"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: admin/class-admin.php:905
|
397 |
msgctxt "admin compat"
|
398 |
msgid "N/A"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: admin/class-admin.php:908
|
402 |
msgctxt "admin compat"
|
403 |
msgid "Required: %s"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: admin/class-admin.php:920
|
407 |
msgctxt "admin compat"
|
408 |
msgid ""
|
409 |
"Business Directory has detected some incompatible premium module versions "
|
410 |
"installed."
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: admin/class-admin.php:922
|
414 |
msgctxt "admin compat"
|
415 |
msgid ""
|
416 |
"Please upgrade to the required versions indicated below to make sure "
|
417 |
"everything functions properly."
|
418 |
msgstr ""
|
419 |
|
420 |
+
#: admin/class-admin.php:942
|
421 |
msgctxt "admin"
|
422 |
msgid ""
|
423 |
"We noticed you want your Business Directory users to register before posting "
|
425 |
"and check \"Anyone can register\" to make sure BD works properly."
|
426 |
msgstr ""
|
427 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
428 |
#: admin/class-themes-admin.php:47
|
429 |
msgctxt "themes"
|
430 |
msgid "Directory Themes"
|
497 |
|
498 |
#: admin/class-themes-admin.php:229
|
499 |
msgctxt "themes"
|
500 |
+
msgid "Theme was deleted successfully."
|
501 |
msgstr ""
|
502 |
|
503 |
#: admin/class-themes-admin.php:232
|
552 |
msgid "Activate your <a>license key</a> to use this theme."
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: admin/csv-export.php:145
|
556 |
msgctxt "admin csv-export"
|
557 |
msgid "Could not create a temporary directory for handling this CSV export."
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: admin/csv-export.php:147
|
561 |
msgctxt "admin csv-export"
|
562 |
msgid "Could not create wpbdp-csv-exports directory."
|
563 |
msgstr ""
|
564 |
|
565 |
+
#: admin/csv-export.php:152
|
566 |
msgctxt "admin csv-export"
|
567 |
msgid "Error while creating a temporary directory for CSV export: %s"
|
568 |
msgstr ""
|
1191 |
|
1192 |
#: admin/templates/csv-export.tpl.php:94
|
1193 |
msgctxt "admin csv-export"
|
1194 |
+
msgid "What operating system will you use to edit the CSV file?"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: admin/templates/csv-export.tpl.php:94 admin/templates/csv-export.tpl.php:113
|
1198 |
+
#: admin/templates/csv-export.tpl.php:124 admin/templates/csv-import.tpl.php:43
|
1199 |
#: admin/templates/csv-import.tpl.php:109
|
1200 |
+
#: admin/templates/csv-import.tpl.php:135
|
1201 |
+
#: admin/templates/csv-import.tpl.php:146
|
1202 |
+
#: admin/templates/csv-import.tpl.php:173
|
1203 |
msgctxt "admin forms"
|
1204 |
msgid "required"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
+
#: admin/templates/csv-export.tpl.php:101
|
1208 |
+
msgctxt "admin csv-export"
|
1209 |
+
msgid "Windows"
|
1210 |
+
msgstr ""
|
1211 |
+
|
1212 |
+
#: admin/templates/csv-export.tpl.php:106
|
1213 |
+
msgctxt "admin csv-export"
|
1214 |
+
msgid "macOS"
|
1215 |
+
msgstr ""
|
1216 |
+
|
1217 |
+
#: admin/templates/csv-export.tpl.php:108
|
1218 |
+
msgctxt "admin csv-export"
|
1219 |
+
msgid ""
|
1220 |
+
"Windows and macOS versions of MS Excel handle CSV files differently. To make "
|
1221 |
+
"sure all your listings information is displayed properly when you view or "
|
1222 |
+
"edit the CSV file, we need to generate different versions of the file for "
|
1223 |
+
"each operating system."
|
1224 |
+
msgstr ""
|
1225 |
+
|
1226 |
+
#: admin/templates/csv-export.tpl.php:113
|
1227 |
msgctxt "admin csv-export"
|
1228 |
msgid "Image Separator"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
+
#: admin/templates/csv-export.tpl.php:124
|
1232 |
msgctxt "admin csv-export"
|
1233 |
msgid "Category Separator"
|
1234 |
msgstr ""
|
1235 |
|
1236 |
+
#: admin/templates/csv-export.tpl.php:136
|
1237 |
msgctxt "admin csv-export"
|
1238 |
msgid "Export Listings"
|
1239 |
msgstr ""
|
1240 |
|
1241 |
+
#: admin/templates/csv-export.tpl.php:142
|
1242 |
msgctxt "admin csv-export"
|
1243 |
msgid "Export in Progress..."
|
1244 |
msgstr ""
|
1245 |
|
1246 |
+
#: admin/templates/csv-export.tpl.php:143
|
1247 |
msgctxt "admin csv-export"
|
1248 |
msgid ""
|
1249 |
"Your export file is being prepared. Please <u>do not leave</u> this page "
|
1250 |
"until the export finishes."
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: admin/templates/csv-export.tpl.php:146
|
1254 |
msgctxt "admin csv-export"
|
1255 |
msgid "No. of listings:"
|
1256 |
msgstr ""
|
1257 |
|
1258 |
+
#: admin/templates/csv-export.tpl.php:148
|
1259 |
msgctxt "admin csv-export"
|
1260 |
msgid "Approximate export file size:"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
+
#: admin/templates/csv-export.tpl.php:155
|
1264 |
msgctxt "admin csv-export"
|
1265 |
msgid "Cancel Export"
|
1266 |
msgstr ""
|
1267 |
|
1268 |
+
#: admin/templates/csv-export.tpl.php:160
|
1269 |
msgctxt "admin csv-export"
|
1270 |
msgid "Export Complete"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
+
#: admin/templates/csv-export.tpl.php:161
|
1274 |
msgctxt "admin csv-export"
|
1275 |
msgid ""
|
1276 |
"Your export file has been successfully created and it is now ready for "
|
1277 |
"download."
|
1278 |
msgstr ""
|
1279 |
|
1280 |
+
#: admin/templates/csv-export.tpl.php:164
|
1281 |
msgctxt "admin csv-export"
|
1282 |
msgid "Download %s (%s)"
|
1283 |
msgstr ""
|
1284 |
|
1285 |
+
#: admin/templates/csv-export.tpl.php:170
|
1286 |
msgctxt "admin csv-export"
|
1287 |
msgid ""
|
1288 |
"Click \"Cleanup\" once the file has been downloaded in order to remove all "
|
1289 |
"temporary data created by Business Directory during the export process."
|
1290 |
msgstr ""
|
1291 |
|
1292 |
+
#: admin/templates/csv-export.tpl.php:171
|
1293 |
msgctxt "admin csv-export"
|
1294 |
msgid "Cleanup"
|
1295 |
msgstr ""
|
1296 |
|
1297 |
+
#: admin/templates/csv-export.tpl.php:176
|
1298 |
msgctxt "admin csv-export"
|
1299 |
msgid "Export Canceled"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
+
#: admin/templates/csv-export.tpl.php:177
|
1303 |
msgctxt "admin csv-export"
|
1304 |
msgid "The export has been canceled."
|
1305 |
msgstr ""
|
1306 |
|
1307 |
+
#: admin/templates/csv-export.tpl.php:178
|
1308 |
msgctxt "admin csv-export"
|
1309 |
msgid "← Return to CSV Export"
|
1310 |
msgstr ""
|
1432 |
msgid "Warning"
|
1433 |
msgstr ""
|
1434 |
|
1435 |
+
#: admin/templates/csv-import.tpl.php:12 admin/templates/csv-import.tpl.php:248
|
1436 |
msgctxt "admin csv-import"
|
1437 |
msgid "Help"
|
1438 |
msgstr ""
|
1489 |
msgid "Column Separator"
|
1490 |
msgstr ""
|
1491 |
|
1492 |
+
#: admin/templates/csv-import.tpl.php:117
|
1493 |
+
msgctxt "admin csv-import"
|
1494 |
+
msgid "Comma (,)"
|
1495 |
+
msgstr ""
|
1496 |
+
|
1497 |
+
#: admin/templates/csv-import.tpl.php:123
|
1498 |
+
msgctxt "admin csv-import"
|
1499 |
+
msgid "Semicolon (;)"
|
1500 |
+
msgstr ""
|
1501 |
+
|
1502 |
+
#: admin/templates/csv-import.tpl.php:129
|
1503 |
+
msgctxt "admin csv-import"
|
1504 |
+
msgid "TAB"
|
1505 |
+
msgstr ""
|
1506 |
+
|
1507 |
+
#: admin/templates/csv-import.tpl.php:135
|
1508 |
msgctxt "admin csv-import"
|
1509 |
msgid "Image Separator"
|
1510 |
msgstr ""
|
1511 |
|
1512 |
+
#: admin/templates/csv-import.tpl.php:146
|
1513 |
msgctxt "admin csv-import"
|
1514 |
msgid "Category Separator"
|
1515 |
msgstr ""
|
1516 |
|
1517 |
+
#: admin/templates/csv-import.tpl.php:157
|
1518 |
msgctxt "admin csv-import"
|
1519 |
msgid "Import settings"
|
1520 |
msgstr ""
|
1521 |
|
1522 |
+
#: admin/templates/csv-import.tpl.php:161
|
1523 |
msgctxt "admin csv-import"
|
1524 |
msgid "Post status of imported listings"
|
1525 |
msgstr ""
|
1526 |
|
1527 |
+
#: admin/templates/csv-import.tpl.php:173
|
1528 |
msgctxt "admin csv-import"
|
1529 |
msgid "Missing categories handling"
|
1530 |
msgstr ""
|
1531 |
|
1532 |
+
#: admin/templates/csv-import.tpl.php:178
|
1533 |
msgctxt "admin csv-import"
|
1534 |
msgid "Auto-create categories"
|
1535 |
msgstr ""
|
1536 |
|
1537 |
+
#: admin/templates/csv-import.tpl.php:181
|
1538 |
msgctxt "admin csv-import"
|
1539 |
msgid "Generate errors when a category is not found"
|
1540 |
msgstr ""
|
1541 |
|
1542 |
+
#: admin/templates/csv-import.tpl.php:186
|
1543 |
msgctxt "admin csv-import"
|
1544 |
msgid "Keep existing listing images?"
|
1545 |
msgstr ""
|
1546 |
|
1547 |
+
#: admin/templates/csv-import.tpl.php:191
|
1548 |
msgctxt "admin csv-import"
|
1549 |
msgid "Keep existing images."
|
1550 |
msgstr ""
|
1551 |
|
1552 |
+
#: admin/templates/csv-import.tpl.php:192
|
1553 |
msgctxt "admin csv-import"
|
1554 |
msgid "Appends new images while keeping current ones."
|
1555 |
msgstr ""
|
1556 |
|
1557 |
+
#: admin/templates/csv-import.tpl.php:197
|
1558 |
msgctxt "admin csv-import"
|
1559 |
msgid "Assign listings to a user?"
|
1560 |
msgstr ""
|
1561 |
|
1562 |
+
#: admin/templates/csv-import.tpl.php:203
|
1563 |
msgctxt "admin csv-import"
|
1564 |
msgid "Assign listings to a user."
|
1565 |
msgstr ""
|
1566 |
|
1567 |
+
#: admin/templates/csv-import.tpl.php:208
|
1568 |
msgctxt "admin csv-import"
|
1569 |
msgid "Use a default user for listings?"
|
1570 |
msgstr ""
|
1571 |
|
1572 |
+
#: admin/templates/csv-import.tpl.php:214
|
1573 |
msgctxt "admin csv-import"
|
1574 |
msgid ""
|
1575 |
"Select a default user to be used if the username column is not present in "
|
1576 |
"the CSV file."
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: admin/templates/csv-import.tpl.php:219
|
1580 |
msgctxt "admin csv-import"
|
1581 |
msgid "Default listing user"
|
1582 |
msgstr ""
|
1583 |
|
1584 |
+
#: admin/templates/csv-import.tpl.php:225
|
1585 |
msgctxt "admin csv-import"
|
1586 |
msgid ""
|
1587 |
"This user will be used if the username column is not present in the CSV file."
|
1588 |
msgstr ""
|
1589 |
|
1590 |
+
#: admin/templates/csv-import.tpl.php:230
|
1591 |
msgctxt "admin csv-import"
|
1592 |
msgid "Disable e-mail notifications during import?"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
+
#: admin/templates/csv-import.tpl.php:235
|
1596 |
msgctxt "admin csv-import"
|
1597 |
msgid "Disable e-mail notifications."
|
1598 |
msgstr ""
|
1599 |
|
1600 |
+
#: admin/templates/csv-import.tpl.php:241
|
1601 |
msgctxt "admin csv-import"
|
1602 |
msgid "Test Import"
|
1603 |
msgstr ""
|
1604 |
|
1605 |
+
#: admin/templates/csv-import.tpl.php:242
|
1606 |
msgctxt "admin csv-import"
|
1607 |
msgid "Import Listings"
|
1608 |
msgstr ""
|
1609 |
|
1610 |
+
#: admin/templates/csv-import.tpl.php:250
|
1611 |
msgctxt "admin csv-import"
|
1612 |
msgid ""
|
1613 |
"The following are the valid header names to be used in the CSV file. "
|
1616 |
"how an import file should look like."
|
1617 |
msgstr ""
|
1618 |
|
1619 |
+
#: admin/templates/csv-import.tpl.php:257
|
1620 |
msgctxt "admin csv-import"
|
1621 |
msgid "Header name/label"
|
1622 |
msgstr ""
|
1623 |
|
1624 |
+
#: admin/templates/csv-import.tpl.php:258
|
1625 |
msgctxt "admin csv-import"
|
1626 |
msgid "Field"
|
1627 |
msgstr ""
|
1628 |
|
1629 |
+
#: admin/templates/csv-import.tpl.php:259
|
1630 |
msgctxt "admin csv-import"
|
1631 |
msgid "Type"
|
1632 |
msgstr ""
|
1633 |
|
1634 |
+
#: admin/templates/csv-import.tpl.php:260
|
1635 |
msgctxt "admin csv-import"
|
1636 |
msgid "Required?"
|
1637 |
msgstr ""
|
1638 |
|
1639 |
+
#: admin/templates/csv-import.tpl.php:261
|
1640 |
msgctxt "admin csv-import"
|
1641 |
msgid "Multivalued?"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
+
#: admin/templates/csv-import.tpl.php:283
|
1645 |
msgctxt "admin csv-import"
|
1646 |
msgid "Semicolon separated list of listing images (from the ZIP file)"
|
1647 |
msgstr ""
|
1648 |
|
1649 |
+
#: admin/templates/csv-import.tpl.php:290
|
1650 |
msgctxt "admin csv-import"
|
1651 |
msgid "Listing author's username"
|
1652 |
msgstr ""
|
1653 |
|
1654 |
+
#: admin/templates/csv-import.tpl.php:297
|
1655 |
msgctxt "admin csv-import"
|
1656 |
msgid ""
|
1657 |
"Internal Sequence ID used to allow listing updates from external sources."
|
1658 |
msgstr ""
|
1659 |
|
1660 |
+
#: admin/templates/csv-import.tpl.php:304
|
1661 |
msgctxt "admin csv-import"
|
1662 |
msgid ""
|
1663 |
"Date of listing expiration formatted as YYYY-MM-DD. Use this column when "
|
2111 |
msgid "Please see the <a>Form Fields documentation</a> for more details."
|
2112 |
msgstr ""
|
2113 |
|
2114 |
+
#. #-#-#-#-# WPBDM.pot (Business Directory Plugin 4.1.10dev9) #-#-#-#-#
|
2115 |
#. Plugin Name of the plugin/theme
|
2116 |
#: admin/templates/header.tpl.php:4
|
2117 |
msgid "Business Directory Plugin"
|
2847 |
msgid "Allow Tracking"
|
2848 |
msgstr ""
|
2849 |
|
2850 |
+
#: business-directory-plugin.php:586
|
2851 |
+
msgctxt "listing image upload"
|
2852 |
+
msgid "Can not upload any more images for this listing."
|
2853 |
+
msgstr ""
|
2854 |
+
|
2855 |
+
#: business-directory-plugin.php:700
|
2856 |
msgctxt "admin plugins"
|
2857 |
msgid "Settings"
|
2858 |
msgstr ""
|
2859 |
|
2860 |
+
#: business-directory-plugin.php:808 business-directory-plugin.php:815
|
2861 |
msgctxt "rss feed"
|
2862 |
msgid "%s Feed"
|
2863 |
msgstr ""
|
2864 |
|
2865 |
+
#: business-directory-plugin.php:1170 core/view-submit-listing.php:58
|
2866 |
#: core/views/submit_listing.php:10
|
2867 |
msgctxt "views"
|
2868 |
msgid "Submit A Listing"
|
2869 |
msgstr ""
|
2870 |
|
2871 |
+
#: business-directory-plugin.php:1175
|
2872 |
msgctxt "title"
|
2873 |
msgid "Find a Listing"
|
2874 |
msgstr ""
|
2875 |
|
2876 |
+
#: business-directory-plugin.php:1180
|
2877 |
msgctxt "title"
|
2878 |
msgid "View All Listings"
|
2879 |
msgstr ""
|
2880 |
|
2881 |
+
#: business-directory-plugin.php:1209
|
2882 |
msgctxt "title"
|
2883 |
msgid "Listings tagged: %s"
|
2884 |
msgstr ""
|
2885 |
|
2886 |
+
#: core/api.php:405
|
2887 |
msgid "Free"
|
2888 |
msgstr ""
|
2889 |
|
2890 |
+
#: core/class-csv-import.php:451
|
2891 |
msgctxt "admin csv-import"
|
2892 |
msgid ""
|
2893 |
"Could not create listing category \"<category-name>\". The operation failed "
|
2894 |
"with the following error: <error-message>."
|
2895 |
msgstr ""
|
2896 |
|
2897 |
+
#: core/class-csv-import.php:457
|
2898 |
msgctxt "admin csv-import"
|
2899 |
msgid "Could not create listing category \"%s\""
|
2900 |
msgstr ""
|
2901 |
|
2902 |
+
#: core/class-csv-import.php:604
|
2903 |
msgctxt "admin csv-import"
|
2904 |
msgid "Username \"%s\" does not exist"
|
2905 |
msgstr ""
|
2906 |
|
2907 |
+
#: core/class-csv-import.php:636
|
2908 |
msgctxt "admin csv-import"
|
2909 |
msgid "Missing required field: %s"
|
2910 |
msgstr ""
|
2911 |
|
2912 |
+
#: core/class-csv-import.php:656
|
2913 |
msgctxt "admin csv-import"
|
2914 |
msgid "Listing category \"%s\" does not exist"
|
2915 |
msgstr ""
|
3038 |
msgid "(Fee Unavailable)"
|
3039 |
msgstr ""
|
3040 |
|
3041 |
+
#: core/class-listings-api.php:316
|
3042 |
msgctxt "notify email"
|
3043 |
msgid "[%s] New listing notification"
|
3044 |
msgstr ""
|
3045 |
|
3046 |
+
#: core/class-listings-api.php:335
|
3047 |
msgctxt "notify email"
|
3048 |
msgid "[%s] Listing edit notification"
|
3049 |
msgstr ""
|
3088 |
msgid "Leave blank for automatic height."
|
3089 |
msgstr ""
|
3090 |
|
3091 |
+
#: core/class-payment.php:223
|
3092 |
msgctxt "listings"
|
3093 |
msgid "Fee \"%s\" for category \"%s\"%s"
|
3094 |
msgstr ""
|
3095 |
|
3096 |
+
#: core/class-payment.php:226
|
3097 |
msgctxt "listings"
|
3098 |
msgid "(recurring)"
|
3099 |
msgstr ""
|
4652 |
msgid "Directory Tag"
|
4653 |
msgstr ""
|
4654 |
|
4655 |
+
#: core/compatibility/class-navxt-integration.php:189
|
4656 |
msgctxt "navxt"
|
4657 |
msgid "Submit Listing"
|
4658 |
msgstr ""
|
4659 |
|
4660 |
+
#: core/compatibility/class-navxt-integration.php:193
|
4661 |
msgctxt "navxt"
|
4662 |
msgid "Edit Listing"
|
4663 |
msgstr ""
|
4664 |
|
4665 |
+
#: core/compatibility/class-navxt-integration.php:197
|
4666 |
msgctxt "navxt"
|
4667 |
msgid "Search"
|
4668 |
msgstr ""
|
4674 |
|
4675 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:72
|
4676 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:68
|
4677 |
+
#: core/fieldtypes/class-fieldtypes-select.php:147
|
4678 |
msgctxt "form-fields admin"
|
4679 |
msgid "Field Options (for select lists, radio buttons and checkboxes)."
|
4680 |
msgstr ""
|
4681 |
|
4682 |
#: core/fieldtypes/class-fieldtypes-checkbox.php:93
|
4683 |
#: core/fieldtypes/class-fieldtypes-radiobutton.php:87
|
4684 |
+
#: core/fieldtypes/class-fieldtypes-select.php:175
|
4685 |
msgctxt "form-fields admin"
|
4686 |
msgid "Field list of options is required."
|
4687 |
msgstr ""
|
4772 |
msgid "Select List"
|
4773 |
msgstr ""
|
4774 |
|
4775 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
4776 |
msgctxt "form-fields-api category-select"
|
4777 |
msgid "-- Choose Terms --"
|
4778 |
msgstr ""
|
4779 |
|
4780 |
+
#: core/fieldtypes/class-fieldtypes-select.php:71
|
4781 |
+
#: core/fieldtypes/class-fieldtypes-select.php:108
|
4782 |
msgctxt "form-fields-api category-select"
|
4783 |
msgid "-- Choose One --"
|
4784 |
msgstr ""
|
4785 |
|
4786 |
+
#: core/fieldtypes/class-fieldtypes-select.php:158
|
4787 |
msgctxt "form-fields admin"
|
4788 |
msgid "Allow empty selection on search?"
|
4789 |
msgstr ""
|
5169 |
|
5170 |
#: core/helpers/class-themes-updater.php:165
|
5171 |
msgctxt "themes"
|
5172 |
+
msgid "Theme was updated successfully."
|
5173 |
msgstr ""
|
5174 |
|
5175 |
#: core/installer.php:43
|
5268 |
#: core/installer.php:1110
|
5269 |
msgctxt "manual-upgrade"
|
5270 |
msgid ""
|
5271 |
+
"The upgrade was successfully performed. Business Directory Plugin is now "
|
5272 |
"available."
|
5273 |
msgstr ""
|
5274 |
|
5537 |
msgid "No listing categories found."
|
5538 |
msgstr ""
|
5539 |
|
5540 |
+
#: core/templates-ui.php:200
|
5541 |
msgid "Directory"
|
5542 |
msgstr ""
|
5543 |
|
5544 |
+
#: core/templates-ui.php:207
|
5545 |
msgid "View All Listings"
|
5546 |
msgstr ""
|
5547 |
|
5548 |
+
#: core/templates-ui.php:214
|
5549 |
msgid "Create A Listing"
|
5550 |
msgstr ""
|
5551 |
|
5552 |
+
#: core/templates-ui.php:247
|
5553 |
msgctxt "templates"
|
5554 |
msgid "Search Listings"
|
5555 |
msgstr ""
|
5556 |
|
5557 |
+
#: core/templates-ui.php:250
|
5558 |
msgctxt "templates"
|
5559 |
msgid "Advanced Search"
|
5560 |
msgstr ""
|
5561 |
|
5562 |
+
#: core/templates-ui.php:279 core/templates-ui.php:304
|
5563 |
msgctxt "templates sort"
|
5564 |
msgid "Sort By:"
|
5565 |
msgstr ""
|
5566 |
|
5567 |
+
#: core/templates-ui.php:298
|
5568 |
msgctxt "sort"
|
5569 |
msgid "Reset"
|
5570 |
msgstr ""
|
5571 |
|
5572 |
+
#: core/templates-ui.php:320
|
5573 |
msgctxt "sort"
|
5574 |
msgid "(Reset)"
|
5575 |
msgstr ""
|
5684 |
"You are logged in as an administrator. Any payment steps will be skipped."
|
5685 |
msgstr ""
|
5686 |
|
5687 |
+
#: core/view-submit-listing.php:108
|
5688 |
+
msgctxt "submit-listing-view"
|
5689 |
+
msgid ""
|
5690 |
+
"<b>Business Directory Plugin</b> requires a field associated with the "
|
5691 |
+
"<b>post category</b> in order to work correctly."
|
5692 |
+
msgstr ""
|
5693 |
+
|
5694 |
+
#: core/view-submit-listing.php:110
|
5695 |
+
msgctxt "submit-listing-view"
|
5696 |
+
msgid ""
|
5697 |
+
"Please go to the <manage-form-fields-link>Manage Form Fields</manage-form-"
|
5698 |
+
"fields-link> admin page to create the field."
|
5699 |
+
msgstr ""
|
5700 |
+
|
5701 |
+
#: core/view-submit-listing.php:119
|
5702 |
+
msgctxt "submit-listing-view"
|
5703 |
+
msgid ""
|
5704 |
+
"Your listing cannot be added at this time. Please try again later. If this "
|
5705 |
+
"is not the first time you see this warning, please ask the site "
|
5706 |
+
"administrator to check the Directory for possible configuration problems."
|
5707 |
+
msgstr ""
|
5708 |
+
|
5709 |
+
#: core/view-submit-listing.php:238
|
5710 |
msgctxt "templates"
|
5711 |
msgid "Please select a fee option for the \"%s\" category."
|
5712 |
msgstr ""
|
5713 |
|
5714 |
+
#: core/view-submit-listing.php:316
|
5715 |
msgctxt "templates"
|
5716 |
msgid "Please agree to the Terms and Conditions."
|
5717 |
msgstr ""
|
5718 |
|
5719 |
+
#: core/view-submit-listing.php:322
|
5720 |
msgctxt "templates"
|
5721 |
msgid "The reCAPTCHA wasn't entered correctly."
|
5722 |
msgstr ""
|
5723 |
|
5724 |
+
#: core/view-submit-listing.php:339
|
5725 |
msgctxt "templates"
|
5726 |
msgid "Read our Terms and Conditions"
|
5727 |
msgstr ""
|
5728 |
|
5729 |
+
#: core/view-submit-listing.php:344
|
5730 |
msgctxt "templates"
|
5731 |
msgid "Terms and Conditions:"
|
5732 |
msgstr ""
|
5733 |
|
5734 |
+
#: core/view-submit-listing.php:355
|
5735 |
msgctxt "templates"
|
5736 |
msgid "I agree to the Terms and Conditions"
|
5737 |
msgstr ""
|
5738 |
|
5739 |
+
#: core/view-submit-listing.php:506 core/views/upgrade_listing.php:49
|
5740 |
msgctxt "submit"
|
5741 |
msgid "Listing upgrade to featured"
|
5742 |
msgstr ""
|
5743 |
|
5744 |
+
#: core/view-submit-listing.php:539
|
5745 |
msgctxt "submit_state"
|
5746 |
msgid "Invalid submit state."
|
5747 |
msgstr ""
|
5782 |
|
5783 |
#: core/views/checkout.php:130
|
5784 |
msgctxt "checkout"
|
5785 |
+
msgid "Your payment was received successfully."
|
5786 |
msgstr ""
|
5787 |
|
5788 |
#: core/views/checkout.php:137
|
5929 |
msgid "Fee \"%s\" renewal for category \"%s\""
|
5930 |
msgstr ""
|
5931 |
|
5932 |
+
#: core/views/renew_listing.php:79
|
5933 |
msgctxt "renewal"
|
5934 |
msgid "Invalid renewal state."
|
5935 |
msgstr ""
|
5936 |
|
5937 |
+
#: core/views/renew_listing.php:90
|
5938 |
msgctxt "templates"
|
5939 |
msgid "Recurring Fee Management"
|
5940 |
msgstr ""
|
5941 |
|
5942 |
+
#: core/views/renew_listing.php:91
|
5943 |
msgctxt "renew"
|
5944 |
msgid ""
|
5945 |
"Because you are on a recurring fee plan you don't have to renew your listing "
|
5946 |
"right now as this will be handled automatically when renewal comes."
|
5947 |
msgstr ""
|
5948 |
|
5949 |
+
#: core/views/renew_listing.php:93
|
5950 |
msgctxt "renewal"
|
5951 |
msgid "Current Fee Details"
|
5952 |
msgstr ""
|
5953 |
|
5954 |
+
#: core/views/renew_listing.php:95
|
5955 |
msgctxt "renewal"
|
5956 |
msgid "Number of images:"
|
5957 |
msgstr ""
|
5958 |
|
5959 |
+
#: core/views/renew_listing.php:97
|
5960 |
msgctxt "renewal"
|
5961 |
msgid "Expiration date:"
|
5962 |
msgstr ""
|
5963 |
|
5964 |
+
#: core/views/renew_listing.php:101
|
5965 |
msgctxt "renew"
|
5966 |
msgid ""
|
5967 |
"However, if you want to cancel your subscription you can do that on this "
|
6001 |
msgid "Find A Listing"
|
6002 |
msgstr ""
|
6003 |
|
6004 |
+
#: core/views/show_listing.php:12
|
6005 |
+
msgctxt "preview"
|
6006 |
+
msgid "This is just a preview. The listing has not been published yet."
|
6007 |
+
msgstr ""
|
6008 |
+
|
6009 |
#: core/views/submit_listing.php:16
|
6010 |
msgctxt "templates"
|
6011 |
msgid ""
|
6651 |
#: templates/renew-listing.tpl.php:22
|
6652 |
#: templates/submit-listing/category-selection.tpl.php:8
|
6653 |
#: templates/submit-listing/fee-selection.tpl.php:37
|
6654 |
+
#: templates/submit-listing/images.tpl.php:51
|
6655 |
#: templates/submit-listing/listing-fields.tpl.php:34
|
6656 |
msgctxt "templates"
|
6657 |
msgid "Continue"
|
6753 |
msgid "Delete Image"
|
6754 |
msgstr ""
|
6755 |
|
6756 |
+
#: templates/submit-listing/images-single.tpl.php:25
|
6757 |
msgctxt "templates"
|
6758 |
msgid "Set this image as the listing thumbnail."
|
6759 |
msgstr ""
|
6760 |
|
6761 |
+
#: templates/submit-listing/images-upload-form.tpl.php:16
|
6762 |
msgctxt "templates"
|
6763 |
msgid "Upload Images"
|
6764 |
msgstr ""
|
6765 |
|
6766 |
+
#: templates/submit-listing/images-upload-form.tpl.php:21
|
6767 |
msgctxt "templates"
|
6768 |
msgid "Drop files here"
|
6769 |
msgstr ""
|
6770 |
|
6771 |
+
#: templates/submit-listing/images-upload-form.tpl.php:22
|
6772 |
msgctxt "templates image upload"
|
6773 |
msgid "or"
|
6774 |
msgstr ""
|
6775 |
|
6776 |
+
#: templates/submit-listing/images-upload-form.tpl.php:23
|
6777 |
msgctxt "templates"
|
6778 |
msgid "Select images from your hard drive"
|
6779 |
msgstr ""
|
6780 |
|
6781 |
+
#: templates/submit-listing/images-upload-form.tpl.php:26
|
6782 |
msgctxt "templates"
|
6783 |
msgid "Uploading %s file(s)... Please wait."
|
6784 |
msgstr ""
|
6785 |
|
6786 |
+
#: templates/submit-listing/images-upload-form.tpl.php:29
|
6787 |
msgctxt "templates"
|
6788 |
msgid ""
|
6789 |
"Your image slots are all full at this time. You may click \"Continue\" if "
|
6791 |
"current one."
|
6792 |
msgstr ""
|
6793 |
|
6794 |
+
#: templates/submit-listing/images-upload-form.tpl.php:36
|
6795 |
msgctxt "templates"
|
6796 |
msgid "Image slots available:"
|
6797 |
msgstr ""
|
6798 |
|
6799 |
+
#: templates/submit-listing/images-upload-form.tpl.php:42
|
6800 |
msgctxt "templates"
|
6801 |
msgid "File size:"
|
6802 |
msgstr ""
|
6803 |
|
6804 |
+
#: templates/submit-listing/images-upload-form.tpl.php:44
|
6805 |
+
#: templates/submit-listing/images-upload-form.tpl.php:51
|
6806 |
+
#: templates/submit-listing/images-upload-form.tpl.php:58
|
6807 |
msgctxt "templates"
|
6808 |
msgid "No limit"
|
6809 |
msgstr ""
|
6810 |
|
6811 |
+
#: templates/submit-listing/images-upload-form.tpl.php:49
|
6812 |
msgctxt "templates"
|
6813 |
msgid "Image width:"
|
6814 |
msgstr ""
|
6815 |
|
6816 |
+
#: templates/submit-listing/images-upload-form.tpl.php:56
|
6817 |
msgctxt "templates"
|
6818 |
msgid "Image height:"
|
6819 |
msgstr ""
|
6820 |
|
6821 |
+
#: templates/submit-listing/images.tpl.php:6
|
6822 |
msgctxt "templates"
|
6823 |
msgid "Listing Images"
|
6824 |
msgstr ""
|
6825 |
|
6826 |
+
#: templates/submit-listing/images.tpl.php:9
|
6827 |
msgctxt "templates"
|
6828 |
msgid ""
|
6829 |
"There is an image pending upload. Would you still like to continue without "
|
6830 |
"saving the image?"
|
6831 |
msgstr ""
|
6832 |
|
6833 |
+
#: templates/submit-listing/images.tpl.php:14
|
6834 |
+
msgctxt "templates"
|
6835 |
+
msgid "Current Images"
|
6836 |
+
msgstr ""
|
6837 |
+
|
6838 |
+
#: templates/submit-listing/images.tpl.php:15
|
6839 |
msgctxt "templates"
|
6840 |
msgid "There are no images currently attached to your listing."
|
6841 |
msgstr ""
|
templates/submit-listing/images-single.tpl.php
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
<?php
|
2 |
$is_thumbnail = isset( $is_thumbnail ) ? $is_thumbnail : false;
|
|
|
3 |
|
4 |
if ( isset( $image ) ) {
|
5 |
$image_id = $image->id;
|
@@ -7,7 +8,6 @@ if ( isset( $image ) ) {
|
|
7 |
$caption = $image->caption;
|
8 |
}
|
9 |
?>
|
10 |
-
|
11 |
<div class="wpbdp-image" data-imageid="<?php echo $image_id; ?>">
|
12 |
<input type="hidden" name="images_meta[<?php echo $image_id; ?>][order]" value="<?php echo ( isset( $weight ) ? $weight : 0 ); ?>" />
|
13 |
<input type="hidden" name="images_meta[<?php echo $image_id; ?>][caption]" value="<?php echo ( isset( $caption ) ? esc_attr( $caption ) : '' ); ?>" />
|
@@ -16,9 +16,10 @@ if ( isset( $image ) ) {
|
|
16 |
<input type="button"
|
17 |
class="wpbdp-button button delete-image"
|
18 |
value="<?php _ex('Delete Image', 'templates', 'WPBDM'); ?>"
|
19 |
-
data-action="<?php echo
|
20 |
'state_id' => isset( $state_id ) ? $state_id : '',
|
21 |
-
'
|
|
|
22 |
<label>
|
23 |
<input type="radio" name="thumbnail_id" value="<?php echo $image_id; ?>" <?php echo $is_thumbnail ? 'checked="checked"' : ''; ?> />
|
24 |
<?php _ex('Set this image as the listing thumbnail.', 'templates', 'WPBDM'); ?>
|
1 |
<?php
|
2 |
$is_thumbnail = isset( $is_thumbnail ) ? $is_thumbnail : false;
|
3 |
+
$listing_id = isset( $listing_id ) ? absint( $listing_id ) : 0;
|
4 |
|
5 |
if ( isset( $image ) ) {
|
6 |
$image_id = $image->id;
|
8 |
$caption = $image->caption;
|
9 |
}
|
10 |
?>
|
|
|
11 |
<div class="wpbdp-image" data-imageid="<?php echo $image_id; ?>">
|
12 |
<input type="hidden" name="images_meta[<?php echo $image_id; ?>][order]" value="<?php echo ( isset( $weight ) ? $weight : 0 ); ?>" />
|
13 |
<input type="hidden" name="images_meta[<?php echo $image_id; ?>][caption]" value="<?php echo ( isset( $caption ) ? esc_attr( $caption ) : '' ); ?>" />
|
16 |
<input type="button"
|
17 |
class="wpbdp-button button delete-image"
|
18 |
value="<?php _ex('Delete Image', 'templates', 'WPBDM'); ?>"
|
19 |
+
data-action="<?php echo esc_url( wp_nonce_url( add_query_arg( array( 'action' => 'wpbdp-listing-submit-image-delete',
|
20 |
'state_id' => isset( $state_id ) ? $state_id : '',
|
21 |
+
'listing_id' => isset( $listing_id ) ? $listing_id : 0,
|
22 |
+
'image_id' => $image_id ), admin_url( 'admin-ajax.php' ) ), 'delete-listing-' . ( $listing_id ? $listing_id : $state_id ). '-image-' . $image_id ) ); ?>" /> <br />
|
23 |
<label>
|
24 |
<input type="radio" name="thumbnail_id" value="<?php echo $image_id; ?>" <?php echo $is_thumbnail ? 'checked="checked"' : ''; ?> />
|
25 |
<?php _ex('Set this image as the listing thumbnail.', 'templates', 'WPBDM'); ?>
|
templates/submit-listing/images-upload-form.tpl.php
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
$admin = isset( $admin ) ? $admin : false;
|
3 |
$listing_id = isset( $listing_id ) ? $listing_id : 0;
|
4 |
|
5 |
-
$action = '';
|
6 |
if ( $admin && $listing_id ) {
|
7 |
$action = add_query_arg( array( 'action' => 'wpbdp-listing-submit-image-upload',
|
8 |
'listing_id' => $listing_id ),
|
@@ -17,7 +16,7 @@ if ( $admin && $listing_id ) {
|
|
17 |
<h4><?php _ex( 'Upload Images', 'templates', 'WPBDM' ); ?></h4>
|
18 |
|
19 |
<div class="area-and-conditions cf">
|
20 |
-
|
21 |
<div class="dnd-area-inside">
|
22 |
<p class="dnd-message"><?php _ex( 'Drop files here', 'templates', 'WPBDM' ); ?></p>
|
23 |
<p><?php _ex( 'or', 'templates image upload', 'WPBDM' ); ?></p>
|
@@ -26,11 +25,9 @@ if ( $admin && $listing_id ) {
|
|
26 |
<div class="dnd-area-inside-working" style="display: none;">
|
27 |
<p><?php echo sprintf( _x( 'Uploading %s file(s)... Please wait.', 'templates', 'WPBDM' ), '<span>0</span>' ); ?></p>
|
28 |
</div>
|
29 |
-
<?php if ( ! $admin ): ?>
|
30 |
<div class="dnd-area-inside-error" style="display: none;">
|
31 |
<p id="noslots-message" style="display: none;"><?php _ex( '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.', 'templates', 'WPBDM' ); ?></p>
|
32 |
</div>
|
33 |
-
<?php endif; ?>
|
34 |
</div>
|
35 |
|
36 |
<?php if ( ! $admin ): ?>
|
2 |
$admin = isset( $admin ) ? $admin : false;
|
3 |
$listing_id = isset( $listing_id ) ? $listing_id : 0;
|
4 |
|
|
|
5 |
if ( $admin && $listing_id ) {
|
6 |
$action = add_query_arg( array( 'action' => 'wpbdp-listing-submit-image-upload',
|
7 |
'listing_id' => $listing_id ),
|
16 |
<h4><?php _ex( 'Upload Images', 'templates', 'WPBDM' ); ?></h4>
|
17 |
|
18 |
<div class="area-and-conditions cf">
|
19 |
+
<div id="image-upload-dnd-area" class="wpbdp-dnd-area <?php echo $admin ? 'no-conditions' : ''; ?>" data-action="<?php echo esc_url( wp_nonce_url( $action, 'listing-' . ( $listing_id ? $listing_id : $state_id ) . '-image-upload' ) ); ?>" data-admin-nonce="<?php echo $admin ? '1' : ''; ?>" >
|
20 |
<div class="dnd-area-inside">
|
21 |
<p class="dnd-message"><?php _ex( 'Drop files here', 'templates', 'WPBDM' ); ?></p>
|
22 |
<p><?php _ex( 'or', 'templates image upload', 'WPBDM' ); ?></p>
|
25 |
<div class="dnd-area-inside-working" style="display: none;">
|
26 |
<p><?php echo sprintf( _x( 'Uploading %s file(s)... Please wait.', 'templates', 'WPBDM' ), '<span>0</span>' ); ?></p>
|
27 |
</div>
|
|
|
28 |
<div class="dnd-area-inside-error" style="display: none;">
|
29 |
<p id="noslots-message" style="display: none;"><?php _ex( '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.', 'templates', 'WPBDM' ); ?></p>
|
30 |
</div>
|
|
|
31 |
</div>
|
32 |
|
33 |
<?php if ( ! $admin ): ?>
|
templates/submit-listing/images.tpl.php
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
<?php
|
2 |
-
$
|
|
|
3 |
?>
|
|
|
4 |
<h3><?php echo $_state->step_number . ' - '; ?><?php _ex( 'Listing Images', 'templates', 'WPBDM' ); ?></h3>
|
5 |
|
6 |
<form id="wpbdp-listing-form-images" class="wpbdp-listing-form" method="POST" action="" enctype="multipart/form-data">
|
@@ -8,36 +10,44 @@ $thumbnail_id = ! isset( $thumbnail_id ) ? 0 : intval( $thumbnail_id );
|
|
8 |
'templates',
|
9 |
'WPBDM' ); ?></span>
|
10 |
<input type="hidden" name="_state" value="<?php echo $_state->id; ?>" />
|
11 |
-
|
12 |
<h4><?php _ex( 'Current Images', 'templates', 'WPBDM' ); ?></h4>
|
13 |
<div id="no-images-message" style="<?php echo ( $images ? 'display: none;' : '' ); ?>"><?php _ex( 'There are no images currently attached to your listing.', 'templates', 'WPBDM' ); ?></div>
|
14 |
<div id="wpbdp-uploaded-images" class="cf">
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
26 |
</div>
|
27 |
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
|
|
|
|
|
|
41 |
|
|
|
42 |
<input type="submit" class="submit" name="finish" value="<?php _ex( 'Continue', 'templates', 'WPBDM' ); ?>" />
|
43 |
</form>
|
|
1 |
<?php
|
2 |
+
$admin = isset( $admin ) ? $admin : false;
|
3 |
+
$thumbnail_id = isset( $thumbnail_id ) ? $thumbnail_id : ( $admin ? $listing->get_thumbnail_id() : 0 );
|
4 |
?>
|
5 |
+
<?php if ( ! $admin ): ?>
|
6 |
<h3><?php echo $_state->step_number . ' - '; ?><?php _ex( 'Listing Images', 'templates', 'WPBDM' ); ?></h3>
|
7 |
|
8 |
<form id="wpbdp-listing-form-images" class="wpbdp-listing-form" method="POST" action="" enctype="multipart/form-data">
|
10 |
'templates',
|
11 |
'WPBDM' ); ?></span>
|
12 |
<input type="hidden" name="_state" value="<?php echo $_state->id; ?>" />
|
13 |
+
<?php endif; ?>
|
14 |
<h4><?php _ex( 'Current Images', 'templates', 'WPBDM' ); ?></h4>
|
15 |
<div id="no-images-message" style="<?php echo ( $images ? 'display: none;' : '' ); ?>"><?php _ex( 'There are no images currently attached to your listing.', 'templates', 'WPBDM' ); ?></div>
|
16 |
<div id="wpbdp-uploaded-images" class="cf">
|
17 |
+
<?php
|
18 |
+
foreach ( $images as $image ):
|
19 |
+
if ( $admin ):
|
20 |
+
$vars = array( 'image' => $image, 'listing_id' => $listing->get_id(), 'is_thumbnail' => ( 1 == count( $images ) || $thumbnail_id == $image->id ) );
|
21 |
+
else:
|
22 |
+
$vars = array( 'image_id' => $image,
|
23 |
+
'is_thumbnail' => ( 1 == count( $images ) || $thumbnail_id == $image ),
|
24 |
+
'weight' => $images_meta[ $image ]['order'],
|
25 |
+
'caption' => $images_meta[ $image ]['caption'],
|
26 |
+
'state_id' => $_state->id );
|
27 |
+
endif;
|
28 |
+
echo wpbdp_render( 'submit-listing/images-single', $vars, false );
|
29 |
+
endforeach;
|
30 |
+
?>
|
31 |
</div>
|
32 |
|
33 |
+
<?php
|
34 |
+
if ( $admin ):
|
35 |
+
$vars = array( 'admin' => true, 'listing_id' => $listing->get_id() );
|
36 |
+
else:
|
37 |
+
$vars = array( 'slots' => $image_slots,
|
38 |
+
'slots_available' => $image_slots_remaining,
|
39 |
+
'min_file_size' => $image_min_file_size,
|
40 |
+
'max_file_size' => $image_max_file_size,
|
41 |
+
'image_min_width' => $image_min_width,
|
42 |
+
'image_max_width' => $image_max_width,
|
43 |
+
'image_min_height' => $image_min_height,
|
44 |
+
'image_max_height' => $image_max_height,
|
45 |
+
'state_id' => $_state->id );
|
46 |
+
endif;
|
47 |
+
echo wpbdp_render( 'submit-listing/images-upload-form', $vars, false );
|
48 |
+
?>
|
49 |
|
50 |
+
<?php if ( ! $admin ): ?>
|
51 |
<input type="submit" class="submit" name="finish" value="<?php _ex( 'Continue', 'templates', 'WPBDM' ); ?>" />
|
52 |
</form>
|
53 |
+
<?php endif; ?>
|